2024-03-30T04:13:00.567 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-30T04:13:00.568 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_cbodley@teuthology --name cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi --verbose --description orch:cephadm:upgrade/{1-start-distro/1-start-ubuntu_22.04 2-repo_digest/repo_digest 3-upgrade/simple 4-wait 5-upgrade-ls agent/on mon_election/connectivity} --archive /home/teuthworker/archive/cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi/7629195 -- /home/teuthworker/archive/cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi/7629195/orig.config.yaml 2024-03-30T04:13:00.600 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-30T04:13:00.681 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi/7629195 branch: main description: orch:cephadm:upgrade/{1-start-distro/1-start-ubuntu_22.04 2-repo_digest/repo_digest 3-upgrade/simple 4-wait 5-upgrade-ls agent/on mon_election/connectivity} email: null first_in_suite: false job_id: '7629195' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.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: d82c9aa17f09785fe698d262f9601d87bb79f962 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: d82c9aa17f09785fe698d262f9601d87bb79f962 workunit: branch: wip-qa-quincy-upgrade-distro sha1: 7d68aaff3b81b8f3aaab7d98fbc8fbbcc28d8755 owner: scheduled_cbodley@teuthology priority: 75 repo: https://git.ceph.com/ceph-ci.git roles: - - mon.a - mon.c - mgr.y - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - node-exporter.a - alertmanager.a - - mon.b - mgr.x - osd.4 - osd.5 - osd.6 - osd.7 - client.1 - prometheus.a - grafana.a - node-exporter.b seed: 0 sha1: d82c9aa17f09785fe698d262f9601d87bb79f962 sleep_before_teardown: 0 suite: orch:cephadm:upgrade suite_branch: wip-qa-quincy-upgrade-distro suite_path: /home/teuthworker/src/github.com_cbodley_ceph_7d68aaff3b81b8f3aaab7d98fbc8fbbcc28d8755/qa suite_relpath: qa suite_repo: https://github.com/cbodley/ceph.git suite_sha1: 7d68aaff3b81b8f3aaab7d98fbc8fbbcc28d8755 targets: smithi111.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIfQvMVa+ktsbdSzr+2IZBxIwKjLrugKm+ctFNqfrPSjhaikomru9IKjdqEzTGOFrMGKrYjhVcLe+bDi4vScLvs= smithi117.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLC9s2+MPsDkFzsa8KTaJu8RJRHUBMp/wK/Ob9Df6lnV36iiqZlGw4Q6Ol2rbiq5CnNkRDq0wKCTUc35/fufqgk= tasks: - cephadm: cephadm_branch: v17.2.0 cephadm_git_url: https://github.com/ceph/ceph image: quay.io/ceph/ceph:v17.2.0 - cephadm.shell: mon.a: - ceph config set mgr mgr/cephadm/use_repo_digest false --force - cephadm.shell: env: - sha1 mon.a: - radosgw-admin realm create --rgw-realm=r --default - radosgw-admin zonegroup create --rgw-zonegroup=default --master --default - radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default - radosgw-admin period update --rgw-realm=r --commit - ceph orch apply rgw foo --realm r --zone z --placement=2 --port=8000 - ceph orch apply rgw smpl - ceph osd pool create foo - rbd pool init foo - ceph orch apply iscsi foo u p - sleep 120 - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 mon.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph versions - ceph orch upgrade status - ceph health detail - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - ceph orch ls | grep '^osd ' - cephadm.shell: mon.a: - ceph orch upgrade ls - ceph orch upgrade ls --image quay.io/ceph/ceph --show-all-versions | grep 16.2.0 - ceph orch upgrade ls --image quay.io/ceph/ceph --tags | grep v16.2.2 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: e691533f9cbb33d85b2187bba20d7102f098636d timestamp: 2024-03-29_16:19:09 tube: smithi user: cbodley verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-30T04:13:00.681 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_cbodley_ceph_7d68aaff3b81b8f3aaab7d98fbc8fbbcc28d8755/qa; will attempt to use it 2024-03-30T04:13:00.682 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_cbodley_ceph_7d68aaff3b81b8f3aaab7d98fbc8fbbcc28d8755/qa/tasks 2024-03-30T04:13:00.682 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-30T04:13:00.683 INFO:teuthology.task.internal:Checking packages... 2024-03-30T04:13:00.706 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'd82c9aa17f09785fe698d262f9601d87bb79f962' 2024-03-30T04:13:00.707 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-30T04:13:00.707 INFO:teuthology.packaging:ref: None 2024-03-30T04:13:00.707 INFO:teuthology.packaging:tag: None 2024-03-30T04:13:00.707 INFO:teuthology.packaging:branch: main 2024-03-30T04:13:00.707 INFO:teuthology.packaging:sha1: d82c9aa17f09785fe698d262f9601d87bb79f962 2024-03-30T04:13:00.707 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=main 2024-03-30T04:13:00.924 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2544-g8d7564a2-1jammy 2024-03-30T04:13:00.926 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-30T04:13:00.931 INFO:teuthology.task.internal:no buildpackages task found 2024-03-30T04:13:00.932 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-30T04:13:00.962 INFO:teuthology.task.internal:Saving configuration 2024-03-30T04:13:00.974 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-30T04:13:00.980 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-30T04:13:01.005 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi111.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi/7629195', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-30 04:06:48.304913', 'locked_by': 'scheduled_cbodley@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOOxDqfIHoGbC+iSwTEc8ieq9TAckMox0sDYaf02gwPP'} 2024-03-30T04:13:01.025 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi117.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi/7629195', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-30 04:06:48.306146', 'locked_by': 'scheduled_cbodley@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHKZd5ByfCN0JxYvA1abIGkGCGnAEcsNt6IEppZeh/7c'} 2024-03-30T04:13:01.025 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-30T04:13:01.031 INFO:teuthology.task.internal:roles: ubuntu@smithi111.front.sepia.ceph.com - ['mon.a', 'mon.c', 'mgr.y', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0', 'node-exporter.a', 'alertmanager.a'] 2024-03-30T04:13:01.031 INFO:teuthology.task.internal:roles: ubuntu@smithi117.front.sepia.ceph.com - ['mon.b', 'mgr.x', 'osd.4', 'osd.5', 'osd.6', 'osd.7', 'client.1', 'prometheus.a', 'grafana.a', 'node-exporter.b'] 2024-03-30T04:13:01.032 INFO:teuthology.run_tasks:Running task console_log... 2024-03-30T04:13:01.100 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f7362607160>, signals=[15]) 2024-03-30T04:13:01.101 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-30T04:13:01.107 INFO:teuthology.task.internal:Opening connections... 2024-03-30T04:13:01.107 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi111.front.sepia.ceph.com 2024-03-30T04:13:01.109 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi111.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-30T04:13:01.187 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi117.front.sepia.ceph.com 2024-03-30T04:13:01.187 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi117.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-30T04:13:01.266 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-30T04:13:01.272 DEBUG:teuthology.orchestra.run.smithi111:> uname -m 2024-03-30T04:13:01.277 INFO:teuthology.orchestra.run.smithi111.stdout:x86_64 2024-03-30T04:13:01.277 DEBUG:teuthology.orchestra.run.smithi111:> cat /etc/os-release 2024-03-30T04:13:01.323 INFO:teuthology.orchestra.run.smithi111.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-30T04:13:01.323 INFO:teuthology.orchestra.run.smithi111.stdout:NAME="Ubuntu" 2024-03-30T04:13:01.324 INFO:teuthology.orchestra.run.smithi111.stdout:VERSION_ID="22.04" 2024-03-30T04:13:01.324 INFO:teuthology.orchestra.run.smithi111.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-30T04:13:01.324 INFO:teuthology.orchestra.run.smithi111.stdout:VERSION_CODENAME=jammy 2024-03-30T04:13:01.324 INFO:teuthology.orchestra.run.smithi111.stdout:ID=ubuntu 2024-03-30T04:13:01.324 INFO:teuthology.orchestra.run.smithi111.stdout:ID_LIKE=debian 2024-03-30T04:13:01.324 INFO:teuthology.orchestra.run.smithi111.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-30T04:13:01.324 INFO:teuthology.orchestra.run.smithi111.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-30T04:13:01.324 INFO:teuthology.orchestra.run.smithi111.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-30T04:13:01.324 INFO:teuthology.orchestra.run.smithi111.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-30T04:13:01.324 INFO:teuthology.orchestra.run.smithi111.stdout:UBUNTU_CODENAME=jammy 2024-03-30T04:13:01.325 INFO:teuthology.lock.ops:Updating smithi111.front.sepia.ceph.com on lock server 2024-03-30T04:13:01.343 DEBUG:teuthology.orchestra.run.smithi117:> uname -m 2024-03-30T04:13:01.347 INFO:teuthology.orchestra.run.smithi117.stdout:x86_64 2024-03-30T04:13:01.347 DEBUG:teuthology.orchestra.run.smithi117:> cat /etc/os-release 2024-03-30T04:13:01.394 INFO:teuthology.orchestra.run.smithi117.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-30T04:13:01.394 INFO:teuthology.orchestra.run.smithi117.stdout:NAME="Ubuntu" 2024-03-30T04:13:01.395 INFO:teuthology.orchestra.run.smithi117.stdout:VERSION_ID="22.04" 2024-03-30T04:13:01.395 INFO:teuthology.orchestra.run.smithi117.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-30T04:13:01.395 INFO:teuthology.orchestra.run.smithi117.stdout:VERSION_CODENAME=jammy 2024-03-30T04:13:01.395 INFO:teuthology.orchestra.run.smithi117.stdout:ID=ubuntu 2024-03-30T04:13:01.395 INFO:teuthology.orchestra.run.smithi117.stdout:ID_LIKE=debian 2024-03-30T04:13:01.395 INFO:teuthology.orchestra.run.smithi117.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-30T04:13:01.395 INFO:teuthology.orchestra.run.smithi117.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-30T04:13:01.395 INFO:teuthology.orchestra.run.smithi117.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-30T04:13:01.395 INFO:teuthology.orchestra.run.smithi117.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-30T04:13:01.395 INFO:teuthology.orchestra.run.smithi117.stdout:UBUNTU_CODENAME=jammy 2024-03-30T04:13:01.395 INFO:teuthology.lock.ops:Updating smithi117.front.sepia.ceph.com on lock server 2024-03-30T04:13:01.417 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-30T04:13:01.426 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-30T04:13:01.436 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-30T04:13:01.436 DEBUG:teuthology.orchestra.run.smithi111:> test '!' -e /home/ubuntu/cephtest 2024-03-30T04:13:01.438 DEBUG:teuthology.orchestra.run.smithi117:> test '!' -e /home/ubuntu/cephtest 2024-03-30T04:13:01.442 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-30T04:13:01.488 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-30T04:13:01.488 DEBUG:teuthology.orchestra.run.smithi111:> test -z $(ls -A /var/lib/ceph) 2024-03-30T04:13:01.490 DEBUG:teuthology.orchestra.run.smithi117:> test -z $(ls -A /var/lib/ceph) 2024-03-30T04:13:01.503 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-30T04:13:01.552 INFO:teuthology.run_tasks:Running task kernel... 2024-03-30T04:13:01.566 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-30T04:13:01.566 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-03-30T04:13:01.566 DEBUG:teuthology.orchestra.run.smithi111:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-30T04:13:01.566 DEBUG:teuthology.orchestra.run.smithi117:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-30T04:13:01.570 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-30T04:13:01.571 DEBUG:teuthology.orchestra.run.smithi111:> uname -r 2024-03-30T04:13:01.572 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-30T04:13:01.572 DEBUG:teuthology.orchestra.run.smithi117:> uname -r 2024-03-30T04:13:01.619 INFO:teuthology.orchestra.run.smithi117.stdout:5.15.0-56-generic 2024-03-30T04:13:01.619 INFO:teuthology.task.kernel:Running kernel on smithi117: 5.15.0-56-generic 2024-03-30T04:13:01.620 DEBUG:teuthology.orchestra.run.smithi117:> sudo apt-get clean 2024-03-30T04:13:01.621 INFO:teuthology.orchestra.run.smithi111.stdout:5.15.0-56-generic 2024-03-30T04:13:01.621 INFO:teuthology.task.kernel:Running kernel on smithi111: 5.15.0-56-generic 2024-03-30T04:13:01.621 DEBUG:teuthology.orchestra.run.smithi111:> sudo apt-get clean 2024-03-30T04:13:01.761 DEBUG:teuthology.orchestra.run.smithi111:> sudo apt-get update 2024-03-30T04:13:01.772 DEBUG:teuthology.orchestra.run.smithi117:> sudo apt-get update 2024-03-30T04:13:01.905 INFO:teuthology.orchestra.run.smithi111.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-30T04:13:01.906 INFO:teuthology.orchestra.run.smithi117.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-30T04:13:01.935 INFO:teuthology.orchestra.run.smithi111.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-30T04:13:02.011 INFO:teuthology.orchestra.run.smithi111.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-30T04:13:02.013 INFO:teuthology.orchestra.run.smithi111.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-30T04:13:02.016 INFO:teuthology.orchestra.run.smithi117.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-30T04:13:02.098 INFO:teuthology.orchestra.run.smithi117.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-30T04:13:02.130 INFO:teuthology.orchestra.run.smithi111.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,519 kB] 2024-03-30T04:13:02.131 INFO:teuthology.orchestra.run.smithi117.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,303 kB] 2024-03-30T04:13:02.243 INFO:teuthology.orchestra.run.smithi111.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [602 kB] 2024-03-30T04:13:02.245 INFO:teuthology.orchestra.run.smithi117.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [436 kB] 2024-03-30T04:13:02.255 INFO:teuthology.orchestra.run.smithi117.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [233 kB] 2024-03-30T04:13:02.256 INFO:teuthology.orchestra.run.smithi111.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [293 kB] 2024-03-30T04:13:02.261 INFO:teuthology.orchestra.run.smithi117.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-30T04:13:02.261 INFO:teuthology.orchestra.run.smithi117.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,616 kB] 2024-03-30T04:13:02.261 INFO:teuthology.orchestra.run.smithi111.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-30T04:13:02.262 INFO:teuthology.orchestra.run.smithi111.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,644 kB] 2024-03-30T04:13:02.300 INFO:teuthology.orchestra.run.smithi111.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-30T04:13:02.300 INFO:teuthology.orchestra.run.smithi111.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [274 kB] 2024-03-30T04:13:02.302 INFO:teuthology.orchestra.run.smithi117.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-30T04:13:02.303 INFO:teuthology.orchestra.run.smithi117.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [271 kB] 2024-03-30T04:13:02.308 INFO:teuthology.orchestra.run.smithi111.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-30T04:13:02.308 INFO:teuthology.orchestra.run.smithi111.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,060 kB] 2024-03-30T04:13:02.311 INFO:teuthology.orchestra.run.smithi117.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-30T04:13:02.311 INFO:teuthology.orchestra.run.smithi117.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-30T04:13:02.331 INFO:teuthology.orchestra.run.smithi117.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-03-30T04:13:02.334 INFO:teuthology.orchestra.run.smithi111.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [698 kB] 2024-03-30T04:13:02.350 INFO:teuthology.orchestra.run.smithi117.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-03-30T04:13:02.354 INFO:teuthology.orchestra.run.smithi117.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-30T04:13:02.356 INFO:teuthology.orchestra.run.smithi117.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-30T04:13:02.357 INFO:teuthology.orchestra.run.smithi117.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-30T04:13:02.370 INFO:teuthology.orchestra.run.smithi111.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [241 kB] 2024-03-30T04:13:02.374 INFO:teuthology.orchestra.run.smithi111.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-30T04:13:02.374 INFO:teuthology.orchestra.run.smithi111.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.6 kB] 2024-03-30T04:13:02.375 INFO:teuthology.orchestra.run.smithi111.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-03-30T04:13:02.376 INFO:teuthology.orchestra.run.smithi111.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.0 kB] 2024-03-30T04:13:02.376 INFO:teuthology.orchestra.run.smithi111.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-30T04:13:02.385 INFO:teuthology.orchestra.run.smithi111.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-30T04:13:02.385 INFO:teuthology.orchestra.run.smithi111.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-30T04:13:02.386 INFO:teuthology.orchestra.run.smithi111.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-30T04:13:02.393 INFO:teuthology.orchestra.run.smithi117.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-30T04:13:02.393 INFO:teuthology.orchestra.run.smithi117.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-30T04:13:02.405 INFO:teuthology.orchestra.run.smithi111.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-30T04:13:02.406 INFO:teuthology.orchestra.run.smithi111.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-30T04:13:02.406 INFO:teuthology.orchestra.run.smithi111.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-30T04:13:02.406 INFO:teuthology.orchestra.run.smithi111.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-30T04:13:02.406 INFO:teuthology.orchestra.run.smithi111.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-30T04:13:02.461 INFO:teuthology.orchestra.run.smithi117.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-30T04:13:02.482 INFO:teuthology.orchestra.run.smithi111.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [436 kB] 2024-03-30T04:13:02.600 INFO:teuthology.orchestra.run.smithi117.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [602 kB] 2024-03-30T04:13:02.762 INFO:teuthology.orchestra.run.smithi111.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,303 kB] 2024-03-30T04:13:02.797 INFO:teuthology.orchestra.run.smithi117.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,519 kB] 2024-03-30T04:13:02.927 INFO:teuthology.orchestra.run.smithi111.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [233 kB] 2024-03-30T04:13:02.939 INFO:teuthology.orchestra.run.smithi111.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-30T04:13:02.940 INFO:teuthology.orchestra.run.smithi111.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-30T04:13:02.942 INFO:teuthology.orchestra.run.smithi111.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,616 kB] 2024-03-30T04:13:02.943 INFO:teuthology.orchestra.run.smithi117.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [293 kB] 2024-03-30T04:13:02.958 INFO:teuthology.orchestra.run.smithi117.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-30T04:13:02.959 INFO:teuthology.orchestra.run.smithi117.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,644 kB] 2024-03-30T04:13:03.018 INFO:teuthology.orchestra.run.smithi117.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-30T04:13:03.020 INFO:teuthology.orchestra.run.smithi117.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [274 kB] 2024-03-30T04:13:03.021 INFO:teuthology.orchestra.run.smithi111.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [271 kB] 2024-03-30T04:13:03.026 INFO:teuthology.orchestra.run.smithi117.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-30T04:13:03.029 INFO:teuthology.orchestra.run.smithi111.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-30T04:13:03.029 INFO:teuthology.orchestra.run.smithi111.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-03-30T04:13:03.052 INFO:teuthology.orchestra.run.smithi111.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-30T04:13:03.191 INFO:teuthology.orchestra.run.smithi117.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,060 kB] 2024-03-30T04:13:03.230 INFO:teuthology.orchestra.run.smithi111.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-03-30T04:13:03.634 INFO:teuthology.orchestra.run.smithi111.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-30T04:13:03.640 INFO:teuthology.orchestra.run.smithi111.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-30T04:13:03.654 INFO:teuthology.orchestra.run.smithi111.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-30T04:13:03.654 INFO:teuthology.orchestra.run.smithi111.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-30T04:13:03.656 INFO:teuthology.orchestra.run.smithi111.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-30T04:13:03.827 INFO:teuthology.orchestra.run.smithi117.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [698 kB] 2024-03-30T04:13:03.865 INFO:teuthology.orchestra.run.smithi117.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [241 kB] 2024-03-30T04:13:03.878 INFO:teuthology.orchestra.run.smithi117.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-30T04:13:03.878 INFO:teuthology.orchestra.run.smithi117.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.6 kB] 2024-03-30T04:13:03.882 INFO:teuthology.orchestra.run.smithi117.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-03-30T04:13:03.882 INFO:teuthology.orchestra.run.smithi117.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.0 kB] 2024-03-30T04:13:03.883 INFO:teuthology.orchestra.run.smithi117.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-30T04:13:03.883 INFO:teuthology.orchestra.run.smithi117.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-30T04:13:03.909 INFO:teuthology.orchestra.run.smithi117.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-30T04:13:03.912 INFO:teuthology.orchestra.run.smithi117.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-30T04:13:04.076 INFO:teuthology.orchestra.run.smithi117.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-30T04:13:04.158 INFO:teuthology.orchestra.run.smithi117.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-30T04:13:04.243 INFO:teuthology.orchestra.run.smithi117.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-30T04:13:04.324 INFO:teuthology.orchestra.run.smithi117.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-30T04:13:04.358 INFO:teuthology.orchestra.run.smithi117.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-30T04:13:08.053 INFO:teuthology.orchestra.run.smithi111.stdout:Fetched 12.6 MB in 2s (6,899 kB/s) 2024-03-30T04:13:08.603 INFO:teuthology.orchestra.run.smithi117.stdout:Fetched 12.6 MB in 3s (4,987 kB/s) 2024-03-30T04:13:09.442 INFO:teuthology.orchestra.run.smithi111.stdout:Reading package lists... 2024-03-30T04:13:09.460 DEBUG:teuthology.orchestra.run.smithi111:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-30T04:13:09.522 INFO:teuthology.orchestra.run.smithi111.stdout:Reading package lists... 2024-03-30T04:13:09.720 INFO:teuthology.orchestra.run.smithi111.stdout:Building dependency tree... 2024-03-30T04:13:09.720 INFO:teuthology.orchestra.run.smithi111.stdout:Reading state information... 2024-03-30T04:13:09.896 INFO:teuthology.orchestra.run.smithi111.stdout:The following packages were automatically installed and are no longer required: 2024-03-30T04:13:09.896 INFO:teuthology.orchestra.run.smithi111.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-30T04:13:09.897 INFO:teuthology.orchestra.run.smithi111.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-30T04:13:09.897 INFO:teuthology.orchestra.run.smithi111.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-30T04:13:09.897 INFO:teuthology.orchestra.run.smithi111.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-30T04:13:09.897 INFO:teuthology.orchestra.run.smithi111.stdout: python2.7-minimal 2024-03-30T04:13:09.898 INFO:teuthology.orchestra.run.smithi111.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-30T04:13:09.898 INFO:teuthology.orchestra.run.smithi111.stdout:The following additional packages will be installed: 2024-03-30T04:13:09.898 INFO:teuthology.orchestra.run.smithi111.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-30T04:13:09.899 INFO:teuthology.orchestra.run.smithi111.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-30T04:13:09.899 INFO:teuthology.orchestra.run.smithi111.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-30T04:13:09.900 INFO:teuthology.orchestra.run.smithi111.stdout:Suggested packages: 2024-03-30T04:13:09.900 INFO:teuthology.orchestra.run.smithi111.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-30T04:13:09.900 INFO:teuthology.orchestra.run.smithi111.stdout:Recommended packages: 2024-03-30T04:13:09.900 INFO:teuthology.orchestra.run.smithi111.stdout: thermald 2024-03-30T04:13:09.932 INFO:teuthology.orchestra.run.smithi117.stdout:Reading package lists... 2024-03-30T04:13:09.942 INFO:teuthology.orchestra.run.smithi111.stdout:The following NEW packages will be installed: 2024-03-30T04:13:09.942 INFO:teuthology.orchestra.run.smithi111.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-30T04:13:09.942 INFO:teuthology.orchestra.run.smithi111.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-30T04:13:09.943 INFO:teuthology.orchestra.run.smithi111.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-30T04:13:09.944 INFO:teuthology.orchestra.run.smithi111.stdout:The following packages will be upgraded: 2024-03-30T04:13:09.944 INFO:teuthology.orchestra.run.smithi111.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-30T04:13:09.949 DEBUG:teuthology.orchestra.run.smithi117:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-30T04:13:10.001 INFO:teuthology.orchestra.run.smithi111.stdout:3 upgraded, 5 newly installed, 0 to remove and 311 not upgraded. 2024-03-30T04:13:10.002 INFO:teuthology.orchestra.run.smithi111.stdout:Need to get 113 MB of archives. 2024-03-30T04:13:10.002 INFO:teuthology.orchestra.run.smithi111.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-30T04:13:10.002 INFO:teuthology.orchestra.run.smithi111.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-30T04:13:10.010 INFO:teuthology.orchestra.run.smithi117.stdout:Reading package lists... 2024-03-30T04:13:10.206 INFO:teuthology.orchestra.run.smithi117.stdout:Building dependency tree... 2024-03-30T04:13:10.206 INFO:teuthology.orchestra.run.smithi117.stdout:Reading state information... 2024-03-30T04:13:10.381 INFO:teuthology.orchestra.run.smithi117.stdout:The following packages were automatically installed and are no longer required: 2024-03-30T04:13:10.381 INFO:teuthology.orchestra.run.smithi117.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-30T04:13:10.381 INFO:teuthology.orchestra.run.smithi117.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-30T04:13:10.382 INFO:teuthology.orchestra.run.smithi117.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-30T04:13:10.382 INFO:teuthology.orchestra.run.smithi117.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-30T04:13:10.382 INFO:teuthology.orchestra.run.smithi117.stdout: python2.7-minimal 2024-03-30T04:13:10.382 INFO:teuthology.orchestra.run.smithi117.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-30T04:13:10.383 INFO:teuthology.orchestra.run.smithi117.stdout:The following additional packages will be installed: 2024-03-30T04:13:10.383 INFO:teuthology.orchestra.run.smithi117.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-30T04:13:10.383 INFO:teuthology.orchestra.run.smithi117.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-30T04:13:10.384 INFO:teuthology.orchestra.run.smithi117.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-30T04:13:10.385 INFO:teuthology.orchestra.run.smithi117.stdout:Suggested packages: 2024-03-30T04:13:10.385 INFO:teuthology.orchestra.run.smithi117.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-30T04:13:10.385 INFO:teuthology.orchestra.run.smithi117.stdout:Recommended packages: 2024-03-30T04:13:10.385 INFO:teuthology.orchestra.run.smithi117.stdout: thermald 2024-03-30T04:13:10.430 INFO:teuthology.orchestra.run.smithi117.stdout:The following NEW packages will be installed: 2024-03-30T04:13:10.430 INFO:teuthology.orchestra.run.smithi117.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-30T04:13:10.430 INFO:teuthology.orchestra.run.smithi117.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-30T04:13:10.431 INFO:teuthology.orchestra.run.smithi117.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-30T04:13:10.432 INFO:teuthology.orchestra.run.smithi117.stdout:The following packages will be upgraded: 2024-03-30T04:13:10.432 INFO:teuthology.orchestra.run.smithi117.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-30T04:13:10.463 INFO:teuthology.orchestra.run.smithi111.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-30T04:13:10.569 INFO:teuthology.orchestra.run.smithi111.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-30T04:13:10.611 INFO:teuthology.orchestra.run.smithi117.stdout:3 upgraded, 5 newly installed, 0 to remove and 311 not upgraded. 2024-03-30T04:13:10.612 INFO:teuthology.orchestra.run.smithi117.stdout:Need to get 113 MB of archives. 2024-03-30T04:13:10.612 INFO:teuthology.orchestra.run.smithi117.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-30T04:13:10.612 INFO:teuthology.orchestra.run.smithi117.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-30T04:13:11.480 INFO:teuthology.orchestra.run.smithi111.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-30T04:13:11.480 INFO:teuthology.orchestra.run.smithi111.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-30T04:13:11.481 INFO:teuthology.orchestra.run.smithi111.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-30T04:13:11.600 INFO:teuthology.orchestra.run.smithi111.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-30T04:13:11.624 INFO:teuthology.orchestra.run.smithi111.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-30T04:13:12.027 INFO:teuthology.orchestra.run.smithi111.stdout:Fetched 113 MB in 2s (67.6 MB/s) 2024-03-30T04:13:12.037 INFO:teuthology.orchestra.run.smithi117.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-30T04:13:12.195 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-30T04:13:12.379 INFO:teuthology.orchestra.run.smithi117.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-30T04:13:14.352 INFO:teuthology.orchestra.run.smithi111.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 ... 129542 files and directories currently installed.) 2024-03-30T04:13:14.356 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-30T04:13:14.509 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:13:14.602 INFO:teuthology.orchestra.run.smithi117.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-30T04:13:14.602 INFO:teuthology.orchestra.run.smithi117.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-30T04:13:14.602 INFO:teuthology.orchestra.run.smithi117.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-30T04:13:15.469 INFO:teuthology.orchestra.run.smithi117.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-30T04:13:15.551 INFO:teuthology.orchestra.run.smithi117.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-30T04:13:15.950 INFO:teuthology.orchestra.run.smithi117.stdout:Fetched 113 MB in 5s (22.1 MB/s) 2024-03-30T04:13:16.110 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-30T04:13:16.728 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-30T04:13:16.749 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-30T04:13:16.836 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:13:17.706 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-30T04:13:17.727 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-30T04:13:17.755 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:13:18.081 INFO:teuthology.orchestra.run.smithi117.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 ... 129542 files and directories currently installed.) 2024-03-30T04:13:18.085 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-30T04:13:18.140 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:13:20.433 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-30T04:13:20.454 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-30T04:13:20.527 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:13:20.961 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-30T04:13:20.981 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-30T04:13:21.019 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:13:24.265 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-30T04:13:24.376 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-30T04:13:24.751 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-30T04:13:24.879 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-30T04:13:25.207 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-30T04:13:25.230 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-30T04:13:25.265 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-30T04:13:26.984 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-30T04:13:27.103 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-30T04:13:27.417 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-30T04:13:27.540 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-30T04:13:27.826 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-30T04:13:27.837 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-30T04:13:27.875 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-30T04:13:31.023 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-30T04:13:31.060 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-30T04:13:31.098 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:13:33.665 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-30T04:13:33.702 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-30T04:13:33.740 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:13:34.451 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-30T04:13:34.577 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-30T04:13:34.943 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-30T04:13:35.065 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:13:35.208 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-30T04:13:35.312 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:13:36.258 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-30T04:13:36.383 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-30T04:13:36.627 INFO:teuthology.orchestra.run.smithi111.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-30T04:13:36.627 INFO:teuthology.orchestra.run.smithi111.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-30T04:13:36.627 INFO:teuthology.orchestra.run.smithi111.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-30T04:13:36.627 INFO:teuthology.orchestra.run.smithi111.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-30T04:13:36.766 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-30T04:13:36.790 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:13:36.863 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:13:36.981 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-30T04:13:37.109 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:13:38.432 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:13:38.432 INFO:teuthology.orchestra.run.smithi117.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-30T04:13:38.432 INFO:teuthology.orchestra.run.smithi117.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-30T04:13:38.432 INFO:teuthology.orchestra.run.smithi117.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-30T04:13:38.432 INFO:teuthology.orchestra.run.smithi117.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-30T04:13:38.595 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:13:39.859 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-30T04:13:39.993 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-30T04:13:40.020 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:13:40.111 INFO:teuthology.orchestra.run.smithi111.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:13:40.173 INFO:teuthology.orchestra.run.smithi111.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-30T04:13:40.173 INFO:teuthology.orchestra.run.smithi111.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-30T04:13:41.405 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-30T04:13:41.522 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-30T04:13:41.648 INFO:teuthology.orchestra.run.smithi117.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:13:41.710 INFO:teuthology.orchestra.run.smithi117.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-30T04:13:41.710 INFO:teuthology.orchestra.run.smithi117.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-30T04:13:54.448 INFO:teuthology.orchestra.run.smithi111.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-30T04:13:54.448 INFO:teuthology.orchestra.run.smithi111.stdout:Sourcing file `/etc/default/grub' 2024-03-30T04:13:54.485 INFO:teuthology.orchestra.run.smithi111.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-30T04:13:54.506 INFO:teuthology.orchestra.run.smithi111.stdout:Generating grub configuration file ... 2024-03-30T04:13:54.845 INFO:teuthology.orchestra.run.smithi111.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-30T04:13:54.864 INFO:teuthology.orchestra.run.smithi111.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-30T04:13:55.164 INFO:teuthology.orchestra.run.smithi111.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-30T04:13:55.170 INFO:teuthology.orchestra.run.smithi111.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-30T04:13:55.243 INFO:teuthology.orchestra.run.smithi111.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-30T04:13:55.249 INFO:teuthology.orchestra.run.smithi111.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-30T04:13:55.399 INFO:teuthology.orchestra.run.smithi111.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-30T04:13:55.399 INFO:teuthology.orchestra.run.smithi111.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-30T04:13:55.399 INFO:teuthology.orchestra.run.smithi111.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-30T04:13:55.445 INFO:teuthology.orchestra.run.smithi111.stdout:done 2024-03-30T04:13:55.592 INFO:teuthology.orchestra.run.smithi117.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-30T04:13:55.593 INFO:teuthology.orchestra.run.smithi117.stdout:Sourcing file `/etc/default/grub' 2024-03-30T04:13:55.598 INFO:teuthology.orchestra.run.smithi117.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-30T04:13:55.613 INFO:teuthology.orchestra.run.smithi117.stdout:Generating grub configuration file ... 2024-03-30T04:13:55.896 INFO:teuthology.orchestra.run.smithi117.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-30T04:13:55.919 INFO:teuthology.orchestra.run.smithi117.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-30T04:13:55.921 DEBUG:teuthology.orchestra.run.smithi111:> dpkg -s linux-image-generic 2024-03-30T04:13:55.950 INFO:teuthology.orchestra.run.smithi111.stdout:Package: linux-image-generic 2024-03-30T04:13:55.950 INFO:teuthology.orchestra.run.smithi111.stdout:Status: install ok installed 2024-03-30T04:13:55.950 INFO:teuthology.orchestra.run.smithi111.stdout:Priority: optional 2024-03-30T04:13:55.950 INFO:teuthology.orchestra.run.smithi111.stdout:Section: kernel 2024-03-30T04:13:55.950 INFO:teuthology.orchestra.run.smithi111.stdout:Installed-Size: 21 2024-03-30T04:13:55.950 INFO:teuthology.orchestra.run.smithi111.stdout:Maintainer: Ubuntu Kernel Team 2024-03-30T04:13:55.950 INFO:teuthology.orchestra.run.smithi111.stdout:Architecture: amd64 2024-03-30T04:13:55.950 INFO:teuthology.orchestra.run.smithi111.stdout:Source: linux-meta 2024-03-30T04:13:55.950 INFO:teuthology.orchestra.run.smithi111.stdout:Version: 5.15.0.101.98 2024-03-30T04:13:55.950 INFO:teuthology.orchestra.run.smithi111.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-30T04:13:55.951 INFO:teuthology.orchestra.run.smithi111.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-30T04:13:55.951 INFO:teuthology.orchestra.run.smithi111.stdout:Recommends: thermald 2024-03-30T04:13:55.951 INFO:teuthology.orchestra.run.smithi111.stdout:Description: Generic Linux kernel image 2024-03-30T04:13:55.951 INFO:teuthology.orchestra.run.smithi111.stdout: This package will always depend on the latest generic kernel image 2024-03-30T04:13:55.951 INFO:teuthology.orchestra.run.smithi111.stdout: available. 2024-03-30T04:13:55.951 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-30T04:13:55.951 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-30T04:13:55.951 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-30T04:13:55.951 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2024-03-30T04:13:55.951 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi111.front.sepia.ceph.com, path=None, version=distro) 2024-03-30T04:13:55.952 DEBUG:teuthology.orchestra.run.smithi111:> sudo apt-get clean 2024-03-30T04:13:56.114 DEBUG:teuthology.orchestra.run.smithi111:> sudo apt-get update 2024-03-30T04:13:56.217 INFO:teuthology.orchestra.run.smithi117.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-30T04:13:56.223 INFO:teuthology.orchestra.run.smithi117.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-30T04:13:56.263 INFO:teuthology.orchestra.run.smithi111.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-30T04:13:56.275 INFO:teuthology.orchestra.run.smithi111.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-30T04:13:56.292 INFO:teuthology.orchestra.run.smithi117.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-30T04:13:56.295 INFO:teuthology.orchestra.run.smithi111.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-30T04:13:56.297 INFO:teuthology.orchestra.run.smithi117.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-30T04:13:56.378 INFO:teuthology.orchestra.run.smithi111.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-30T04:13:56.478 INFO:teuthology.orchestra.run.smithi117.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-30T04:13:56.478 INFO:teuthology.orchestra.run.smithi117.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-30T04:13:56.478 INFO:teuthology.orchestra.run.smithi117.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-30T04:13:56.526 INFO:teuthology.orchestra.run.smithi117.stdout:done 2024-03-30T04:13:57.012 DEBUG:teuthology.orchestra.run.smithi117:> dpkg -s linux-image-generic 2024-03-30T04:13:57.033 INFO:teuthology.orchestra.run.smithi117.stdout:Package: linux-image-generic 2024-03-30T04:13:57.034 INFO:teuthology.orchestra.run.smithi117.stdout:Status: install ok installed 2024-03-30T04:13:57.034 INFO:teuthology.orchestra.run.smithi117.stdout:Priority: optional 2024-03-30T04:13:57.034 INFO:teuthology.orchestra.run.smithi117.stdout:Section: kernel 2024-03-30T04:13:57.034 INFO:teuthology.orchestra.run.smithi117.stdout:Installed-Size: 21 2024-03-30T04:13:57.034 INFO:teuthology.orchestra.run.smithi117.stdout:Maintainer: Ubuntu Kernel Team 2024-03-30T04:13:57.034 INFO:teuthology.orchestra.run.smithi117.stdout:Architecture: amd64 2024-03-30T04:13:57.034 INFO:teuthology.orchestra.run.smithi117.stdout:Source: linux-meta 2024-03-30T04:13:57.034 INFO:teuthology.orchestra.run.smithi117.stdout:Version: 5.15.0.101.98 2024-03-30T04:13:57.034 INFO:teuthology.orchestra.run.smithi117.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-30T04:13:57.034 INFO:teuthology.orchestra.run.smithi117.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-30T04:13:57.034 INFO:teuthology.orchestra.run.smithi117.stdout:Recommends: thermald 2024-03-30T04:13:57.034 INFO:teuthology.orchestra.run.smithi117.stdout:Description: Generic Linux kernel image 2024-03-30T04:13:57.035 INFO:teuthology.orchestra.run.smithi117.stdout: This package will always depend on the latest generic kernel image 2024-03-30T04:13:57.035 INFO:teuthology.orchestra.run.smithi117.stdout: available. 2024-03-30T04:13:57.035 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-30T04:13:57.035 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-30T04:13:57.035 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-30T04:13:57.035 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2024-03-30T04:13:57.035 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi117.front.sepia.ceph.com, path=None, version=distro) 2024-03-30T04:13:57.035 DEBUG:teuthology.orchestra.run.smithi117:> sudo apt-get clean 2024-03-30T04:13:57.198 DEBUG:teuthology.orchestra.run.smithi117:> sudo apt-get update 2024-03-30T04:13:57.321 INFO:teuthology.orchestra.run.smithi117.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-30T04:13:57.321 INFO:teuthology.orchestra.run.smithi117.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-30T04:13:57.333 INFO:teuthology.orchestra.run.smithi117.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-30T04:13:57.353 INFO:teuthology.orchestra.run.smithi117.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-30T04:13:57.582 INFO:teuthology.orchestra.run.smithi111.stdout:Reading package lists... 2024-03-30T04:13:57.599 DEBUG:teuthology.orchestra.run.smithi111:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-30T04:13:57.651 INFO:teuthology.orchestra.run.smithi111.stdout:Reading package lists... 2024-03-30T04:13:57.825 INFO:teuthology.orchestra.run.smithi111.stdout:Building dependency tree... 2024-03-30T04:13:57.826 INFO:teuthology.orchestra.run.smithi111.stdout:Reading state information... 2024-03-30T04:13:57.977 INFO:teuthology.orchestra.run.smithi111.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-30T04:13:57.977 INFO:teuthology.orchestra.run.smithi111.stdout:The following packages were automatically installed and are no longer required: 2024-03-30T04:13:57.978 INFO:teuthology.orchestra.run.smithi111.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-30T04:13:57.978 INFO:teuthology.orchestra.run.smithi111.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-30T04:13:57.978 INFO:teuthology.orchestra.run.smithi111.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-30T04:13:57.978 INFO:teuthology.orchestra.run.smithi111.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-30T04:13:57.978 INFO:teuthology.orchestra.run.smithi111.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-30T04:13:57.978 INFO:teuthology.orchestra.run.smithi111.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-30T04:13:58.016 INFO:teuthology.orchestra.run.smithi111.stdout:0 upgraded, 0 newly installed, 0 to remove and 311 not upgraded. 2024-03-30T04:13:58.018 DEBUG:teuthology.orchestra.run.smithi111:> dpkg -s linux-image-generic 2024-03-30T04:13:58.074 INFO:teuthology.orchestra.run.smithi111.stdout:Package: linux-image-generic 2024-03-30T04:13:58.074 INFO:teuthology.orchestra.run.smithi111.stdout:Status: install ok installed 2024-03-30T04:13:58.074 INFO:teuthology.orchestra.run.smithi111.stdout:Priority: optional 2024-03-30T04:13:58.074 INFO:teuthology.orchestra.run.smithi111.stdout:Section: kernel 2024-03-30T04:13:58.075 INFO:teuthology.orchestra.run.smithi111.stdout:Installed-Size: 21 2024-03-30T04:13:58.075 INFO:teuthology.orchestra.run.smithi111.stdout:Maintainer: Ubuntu Kernel Team 2024-03-30T04:13:58.075 INFO:teuthology.orchestra.run.smithi111.stdout:Architecture: amd64 2024-03-30T04:13:58.075 INFO:teuthology.orchestra.run.smithi111.stdout:Source: linux-meta 2024-03-30T04:13:58.075 INFO:teuthology.orchestra.run.smithi111.stdout:Version: 5.15.0.101.98 2024-03-30T04:13:58.075 INFO:teuthology.orchestra.run.smithi111.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-30T04:13:58.075 INFO:teuthology.orchestra.run.smithi111.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-30T04:13:58.075 INFO:teuthology.orchestra.run.smithi111.stdout:Recommends: thermald 2024-03-30T04:13:58.075 INFO:teuthology.orchestra.run.smithi111.stdout:Description: Generic Linux kernel image 2024-03-30T04:13:58.075 INFO:teuthology.orchestra.run.smithi111.stdout: This package will always depend on the latest generic kernel image 2024-03-30T04:13:58.075 INFO:teuthology.orchestra.run.smithi111.stdout: available. 2024-03-30T04:13:58.076 DEBUG:teuthology.orchestra.run.smithi111:> mktemp 2024-03-30T04:13:58.119 INFO:teuthology.orchestra.run.smithi111.stdout:/tmp/tmp.SkZ06s9krq 2024-03-30T04:13:58.120 DEBUG:teuthology.orchestra.run.smithi111:> sudo cp /boot/grub/grub.cfg /tmp/tmp.SkZ06s9krq 2024-03-30T04:13:58.188 DEBUG:teuthology.orchestra.run.smithi111:> sudo chmod 0666 /tmp/tmp.SkZ06s9krq 2024-03-30T04:13:58.306 DEBUG:teuthology.orchestra.remote:smithi111:/tmp/tmp.SkZ06s9krq is 10KB 2024-03-30T04:13:58.320 DEBUG:teuthology.orchestra.run.smithi111:> rm -fr /tmp/tmp.SkZ06s9krq 2024-03-30T04:13:58.325 DEBUG:teuthology.orchestra.run.smithi111:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-30T04:13:58.379 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2024-03-30T04:13:58.379 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-30T04:13:58.379 DEBUG:teuthology.orchestra.run.smithi111:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-30T04:13:58.446 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-30T04:13:58.446 DEBUG:teuthology.orchestra.run.smithi111:> sudo update-grub 2024-03-30T04:13:58.661 INFO:teuthology.orchestra.run.smithi117.stdout:Reading package lists... 2024-03-30T04:13:58.678 DEBUG:teuthology.orchestra.run.smithi117:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-30T04:13:58.738 INFO:teuthology.orchestra.run.smithi117.stdout:Reading package lists... 2024-03-30T04:13:58.935 INFO:teuthology.orchestra.run.smithi117.stdout:Building dependency tree... 2024-03-30T04:13:58.936 INFO:teuthology.orchestra.run.smithi117.stdout:Reading state information... 2024-03-30T04:13:59.109 INFO:teuthology.orchestra.run.smithi117.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-30T04:13:59.110 INFO:teuthology.orchestra.run.smithi117.stdout:The following packages were automatically installed and are no longer required: 2024-03-30T04:13:59.110 INFO:teuthology.orchestra.run.smithi117.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-30T04:13:59.110 INFO:teuthology.orchestra.run.smithi117.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-30T04:13:59.110 INFO:teuthology.orchestra.run.smithi117.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-30T04:13:59.110 INFO:teuthology.orchestra.run.smithi117.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-30T04:13:59.110 INFO:teuthology.orchestra.run.smithi117.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-30T04:13:59.110 INFO:teuthology.orchestra.run.smithi117.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-30T04:13:59.149 INFO:teuthology.orchestra.run.smithi117.stdout:0 upgraded, 0 newly installed, 0 to remove and 311 not upgraded. 2024-03-30T04:13:59.151 DEBUG:teuthology.orchestra.run.smithi117:> dpkg -s linux-image-generic 2024-03-30T04:13:59.167 INFO:teuthology.orchestra.run.smithi117.stdout:Package: linux-image-generic 2024-03-30T04:13:59.167 INFO:teuthology.orchestra.run.smithi117.stdout:Status: install ok installed 2024-03-30T04:13:59.167 INFO:teuthology.orchestra.run.smithi117.stdout:Priority: optional 2024-03-30T04:13:59.167 INFO:teuthology.orchestra.run.smithi117.stdout:Section: kernel 2024-03-30T04:13:59.167 INFO:teuthology.orchestra.run.smithi117.stdout:Installed-Size: 21 2024-03-30T04:13:59.167 INFO:teuthology.orchestra.run.smithi117.stdout:Maintainer: Ubuntu Kernel Team 2024-03-30T04:13:59.167 INFO:teuthology.orchestra.run.smithi117.stdout:Architecture: amd64 2024-03-30T04:13:59.168 INFO:teuthology.orchestra.run.smithi117.stdout:Source: linux-meta 2024-03-30T04:13:59.168 INFO:teuthology.orchestra.run.smithi117.stdout:Version: 5.15.0.101.98 2024-03-30T04:13:59.168 INFO:teuthology.orchestra.run.smithi117.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-30T04:13:59.168 INFO:teuthology.orchestra.run.smithi117.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-30T04:13:59.168 INFO:teuthology.orchestra.run.smithi117.stdout:Recommends: thermald 2024-03-30T04:13:59.168 INFO:teuthology.orchestra.run.smithi117.stdout:Description: Generic Linux kernel image 2024-03-30T04:13:59.168 INFO:teuthology.orchestra.run.smithi117.stdout: This package will always depend on the latest generic kernel image 2024-03-30T04:13:59.168 INFO:teuthology.orchestra.run.smithi117.stdout: available. 2024-03-30T04:13:59.168 DEBUG:teuthology.orchestra.run.smithi117:> mktemp 2024-03-30T04:13:59.214 INFO:teuthology.orchestra.run.smithi117.stdout:/tmp/tmp.pdpLeaaD1B 2024-03-30T04:13:59.214 DEBUG:teuthology.orchestra.run.smithi117:> sudo cp /boot/grub/grub.cfg /tmp/tmp.pdpLeaaD1B 2024-03-30T04:13:59.281 DEBUG:teuthology.orchestra.run.smithi117:> sudo chmod 0666 /tmp/tmp.pdpLeaaD1B 2024-03-30T04:13:59.398 DEBUG:teuthology.orchestra.remote:smithi117:/tmp/tmp.pdpLeaaD1B is 10KB 2024-03-30T04:13:59.411 DEBUG:teuthology.orchestra.run.smithi117:> rm -fr /tmp/tmp.pdpLeaaD1B 2024-03-30T04:13:59.416 DEBUG:teuthology.orchestra.run.smithi117:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-30T04:13:59.469 DEBUG:teuthology.orchestra.run.smithi117:> set -ex 2024-03-30T04:13:59.469 DEBUG:teuthology.orchestra.run.smithi117:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-30T04:13:59.470 DEBUG:teuthology.orchestra.run.smithi117:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-30T04:13:59.532 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-30T04:13:59.532 DEBUG:teuthology.orchestra.run.smithi117:> sudo update-grub 2024-03-30T04:13:59.706 INFO:teuthology.orchestra.run.smithi111.stderr:Sourcing file `/etc/default/grub' 2024-03-30T04:13:59.707 INFO:teuthology.orchestra.run.smithi111.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-30T04:13:59.711 INFO:teuthology.orchestra.run.smithi111.stderr:Generating grub configuration file ... 2024-03-30T04:13:59.899 INFO:teuthology.orchestra.run.smithi111.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-30T04:13:59.905 INFO:teuthology.orchestra.run.smithi111.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-30T04:14:00.193 INFO:teuthology.orchestra.run.smithi111.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-30T04:14:00.198 INFO:teuthology.orchestra.run.smithi111.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-30T04:14:00.238 INFO:teuthology.orchestra.run.smithi111.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-30T04:14:00.243 INFO:teuthology.orchestra.run.smithi111.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-30T04:14:00.385 INFO:teuthology.orchestra.run.smithi111.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-30T04:14:00.386 INFO:teuthology.orchestra.run.smithi111.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-30T04:14:00.386 INFO:teuthology.orchestra.run.smithi111.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-30T04:14:00.397 INFO:teuthology.orchestra.run.smithi111.stderr:done 2024-03-30T04:14:00.404 DEBUG:teuthology.orchestra.run.smithi111:> sudo shutdown -r now 2024-03-30T04:14:00.777 INFO:teuthology.orchestra.run.smithi117.stderr:Sourcing file `/etc/default/grub' 2024-03-30T04:14:00.778 INFO:teuthology.orchestra.run.smithi117.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-30T04:14:00.792 INFO:teuthology.orchestra.run.smithi117.stderr:Generating grub configuration file ... 2024-03-30T04:14:00.968 INFO:teuthology.orchestra.run.smithi117.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-30T04:14:00.973 INFO:teuthology.orchestra.run.smithi117.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-30T04:14:01.208 INFO:teuthology.orchestra.run.smithi117.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-30T04:14:01.214 INFO:teuthology.orchestra.run.smithi117.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-30T04:14:01.253 INFO:teuthology.orchestra.run.smithi117.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-30T04:14:01.258 INFO:teuthology.orchestra.run.smithi117.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-30T04:14:01.384 INFO:teuthology.orchestra.run.smithi117.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-30T04:14:01.384 INFO:teuthology.orchestra.run.smithi117.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-30T04:14:01.384 INFO:teuthology.orchestra.run.smithi117.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-30T04:14:01.400 INFO:teuthology.orchestra.run.smithi117.stderr:done 2024-03-30T04:14:01.416 DEBUG:teuthology.orchestra.run.smithi117:> sudo shutdown -r now 2024-03-30T04:14:30.436 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2024-03-30T04:14:30.436 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi111.front.sepia.ceph.com' 2024-03-30T04:14:30.437 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi111.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-30T04:14:31.420 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2024-03-30T04:14:31.420 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi117.front.sepia.ceph.com' 2024-03-30T04:14:31.420 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi117.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-30T04:15:04.995 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.111 2024-03-30T04:15:06.014 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.117 2024-03-30T04:15:14.004 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi111.front.sepia.ceph.com' 2024-03-30T04:15:14.005 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi111.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-30T04:15:15.016 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi117.front.sepia.ceph.com' 2024-03-30T04:15:15.017 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi117.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-30T04:15:17.086 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.111 2024-03-30T04:15:29.099 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi111.front.sepia.ceph.com' 2024-03-30T04:15:29.100 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi111.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-30T04:15:46.814 DEBUG:teuthology.orchestra.run.smithi117:> true 2024-03-30T04:15:47.455 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi117.front.sepia.ceph.com' 2024-03-30T04:15:47.455 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "5.15.0-101-generic"... 2024-03-30T04:15:47.455 DEBUG:teuthology.orchestra.run.smithi117:> uname -r 2024-03-30T04:15:47.460 INFO:teuthology.orchestra.run.smithi117.stdout:5.15.0-101-generic 2024-03-30T04:15:47.460 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-30T04:15:47.461 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-30T04:15:47.461 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-30T04:15:47.490 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.111 2024-03-30T04:15:48.461 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2024-03-30T04:15:48.461 DEBUG:teuthology.orchestra.run.smithi117:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-30T04:15:48.548 INFO:teuthology.orchestra.run.smithi117.stdout:ttyS1 2024-03-30T04:15:48.572 DEBUG:teuthology.parallel:result is None 2024-03-30T04:16:02.491 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi111.front.sepia.ceph.com' 2024-03-30T04:16:02.492 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi111.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-30T04:16:02.781 DEBUG:teuthology.orchestra.run.smithi111:> true 2024-03-30T04:16:03.354 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi111.front.sepia.ceph.com' 2024-03-30T04:16:03.354 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "5.15.0-101-generic"... 2024-03-30T04:16:03.354 DEBUG:teuthology.orchestra.run.smithi111:> uname -r 2024-03-30T04:16:03.403 INFO:teuthology.orchestra.run.smithi111.stdout:5.15.0-101-generic 2024-03-30T04:16:03.403 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-30T04:16:03.403 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-30T04:16:03.403 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-30T04:16:04.404 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2024-03-30T04:16:04.405 DEBUG:teuthology.orchestra.run.smithi111:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-30T04:16:04.474 INFO:teuthology.orchestra.run.smithi111.stdout:ttyS1 2024-03-30T04:16:04.509 DEBUG:teuthology.parallel:result is None 2024-03-30T04:16:04.509 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-30T04:16:04.516 INFO:teuthology.task.internal:Creating test directory... 2024-03-30T04:16:04.517 DEBUG:teuthology.orchestra.run.smithi111:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-30T04:16:04.519 DEBUG:teuthology.orchestra.run.smithi117:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-30T04:16:04.525 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-30T04:16:04.532 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-30T04:16:04.541 INFO:teuthology.task.internal:Creating archive directory... 2024-03-30T04:16:04.541 DEBUG:teuthology.orchestra.run.smithi111:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-30T04:16:04.572 DEBUG:teuthology.orchestra.run.smithi117:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-30T04:16:04.667 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-30T04:16:04.673 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-30T04:16:04.673 DEBUG:teuthology.orchestra.run.smithi111:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-30T04:16:04.676 DEBUG:teuthology.orchestra.run.smithi117:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-30T04:16:04.693 INFO:teuthology.orchestra.run.smithi111.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-30T04:16:04.701 INFO:teuthology.orchestra.run.smithi117.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-30T04:16:04.701 INFO:teuthology.orchestra.run.smithi111.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-30T04:16:04.708 INFO:teuthology.orchestra.run.smithi117.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-30T04:16:04.710 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-30T04:16:04.717 INFO:teuthology.task.internal:Configuring sudo... 2024-03-30T04:16:04.717 DEBUG:teuthology.orchestra.run.smithi111:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-30T04:16:04.748 DEBUG:teuthology.orchestra.run.smithi117:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-30T04:16:04.766 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-30T04:16:04.775 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-30T04:16:04.775 DEBUG:teuthology.orchestra.run.smithi111:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-30T04:16:04.804 DEBUG:teuthology.orchestra.run.smithi117:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-30T04:16:04.814 DEBUG:teuthology.orchestra.run.smithi111:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-30T04:16:04.855 DEBUG:teuthology.orchestra.run.smithi111:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-30T04:16:04.903 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2024-03-30T04:16:04.903 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-30T04:16:04.965 DEBUG:teuthology.orchestra.run.smithi117:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-30T04:16:04.974 DEBUG:teuthology.orchestra.run.smithi117:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-30T04:16:05.023 DEBUG:teuthology.orchestra.run.smithi117:> set -ex 2024-03-30T04:16:05.023 DEBUG:teuthology.orchestra.run.smithi117:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-30T04:16:05.094 DEBUG:teuthology.orchestra.run.smithi111:> sudo service rsyslog restart 2024-03-30T04:16:05.096 DEBUG:teuthology.orchestra.run.smithi117:> sudo service rsyslog restart 2024-03-30T04:16:05.172 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-30T04:16:05.183 INFO:teuthology.task.internal:Starting timer... 2024-03-30T04:16:05.183 INFO:teuthology.run_tasks:Running task pcp... 2024-03-30T04:16:05.203 INFO:teuthology.run_tasks:Running task selinux... 2024-03-30T04:16:05.214 DEBUG:teuthology.task.selinux:Excluding smithi111: OS 'ubuntu' does not support SELinux 2024-03-30T04:16:05.214 DEBUG:teuthology.task.selinux:Excluding smithi117: OS 'ubuntu' does not support SELinux 2024-03-30T04:16:05.215 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-30T04:16:05.215 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-03-30T04:16:05.215 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-30T04:16:05.215 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-30T04:16:05.228 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-30T04:16:05.244 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-03-30T04:16:05.245 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi111.front.sepia.ceph.com,smithi117.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-30T04:23:02.600 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi111.front.sepia.ceph.com'), Remote(name='ubuntu@smithi117.front.sepia.ceph.com')] 2024-03-30T04:23:02.601 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi111.front.sepia.ceph.com' 2024-03-30T04:23:02.602 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi111.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-30T04:23:02.686 DEBUG:teuthology.orchestra.run.smithi111:> true 2024-03-30T04:23:02.762 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi111.front.sepia.ceph.com' 2024-03-30T04:23:02.763 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi117.front.sepia.ceph.com' 2024-03-30T04:23:02.763 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi117.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-30T04:23:02.850 DEBUG:teuthology.orchestra.run.smithi117:> true 2024-03-30T04:23:02.926 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi117.front.sepia.ceph.com' 2024-03-30T04:23:02.927 INFO:teuthology.run_tasks:Running task clock... 2024-03-30T04:23:02.938 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-30T04:23:02.939 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-30T04:23:02.939 DEBUG:teuthology.orchestra.run.smithi111:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-30T04:23:02.942 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-30T04:23:02.942 DEBUG:teuthology.orchestra.run.smithi117:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-30T04:23:02.966 INFO:teuthology.orchestra.run.smithi111.stdout:30 Mar 04:23:02 ntpd[17212]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-30T04:23:02.966 INFO:teuthology.orchestra.run.smithi111.stdout:30 Mar 04:23:02 ntpd[17212]: Command line: ntpd -gq 2024-03-30T04:23:02.966 INFO:teuthology.orchestra.run.smithi111.stdout:30 Mar 04:23:02 ntpd[17212]: ---------------------------------------------------- 2024-03-30T04:23:02.967 INFO:teuthology.orchestra.run.smithi111.stdout:30 Mar 04:23:02 ntpd[17212]: ntp-4 is maintained by Network Time Foundation, 2024-03-30T04:23:02.967 INFO:teuthology.orchestra.run.smithi111.stdout:30 Mar 04:23:02 ntpd[17212]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-30T04:23:02.967 INFO:teuthology.orchestra.run.smithi111.stdout:30 Mar 04:23:02 ntpd[17212]: corporation. Support and training for ntp-4 are 2024-03-30T04:23:02.967 INFO:teuthology.orchestra.run.smithi111.stdout:30 Mar 04:23:02 ntpd[17212]: available at https://www.nwtime.org/support 2024-03-30T04:23:02.967 INFO:teuthology.orchestra.run.smithi111.stdout:30 Mar 04:23:02 ntpd[17212]: ---------------------------------------------------- 2024-03-30T04:23:02.967 INFO:teuthology.orchestra.run.smithi111.stdout:30 Mar 04:23:02 ntpd[17212]: proto: precision = 0.061 usec (-24) 2024-03-30T04:23:02.967 INFO:teuthology.orchestra.run.smithi111.stdout:30 Mar 04:23:02 ntpd[17212]: basedate set to 2022-02-04 2024-03-30T04:23:02.968 INFO:teuthology.orchestra.run.smithi111.stdout:30 Mar 04:23:02 ntpd[17212]: gps base set to 2022-02-06 (week 2196) 2024-03-30T04:23:02.968 INFO:teuthology.orchestra.run.smithi111.stdout:30 Mar 04:23:02 ntpd[17212]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-30T04:23:02.968 INFO:teuthology.orchestra.run.smithi111.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-30T04:23:02.968 INFO:teuthology.orchestra.run.smithi111.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-30T04:23:02.969 INFO:teuthology.orchestra.run.smithi111.stdout:30 Mar 04:23:02 ntpd[17212]: restrict ::: KOD does nothing without LIMITED. 2024-03-30T04:23:02.969 INFO:teuthology.orchestra.run.smithi111.stdout:30 Mar 04:23:02 ntpd[17212]: Listen and drop on 0 v6wildcard [::]:123 2024-03-30T04:23:02.969 INFO:teuthology.orchestra.run.smithi111.stdout:30 Mar 04:23:02 ntpd[17212]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-30T04:23:02.969 INFO:teuthology.orchestra.run.smithi111.stdout:30 Mar 04:23:02 ntpd[17212]: Listen normally on 2 lo 127.0.0.1:123 2024-03-30T04:23:02.969 INFO:teuthology.orchestra.run.smithi111.stdout:30 Mar 04:23:02 ntpd[17212]: Listen normally on 3 enp3s0f1 172.21.15.111:123 2024-03-30T04:23:02.969 INFO:teuthology.orchestra.run.smithi111.stdout:30 Mar 04:23:02 ntpd[17212]: Listen normally on 4 lo [::1]:123 2024-03-30T04:23:02.969 INFO:teuthology.orchestra.run.smithi111.stdout:30 Mar 04:23:02 ntpd[17212]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:cc2f%5]:123 2024-03-30T04:23:02.970 INFO:teuthology.orchestra.run.smithi111.stdout:30 Mar 04:23:02 ntpd[17212]: Listening on routing socket on fd #22 for interface updates 2024-03-30T04:23:02.996 INFO:teuthology.orchestra.run.smithi117.stdout:30 Mar 04:23:02 ntpd[17160]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-30T04:23:02.996 INFO:teuthology.orchestra.run.smithi117.stdout:30 Mar 04:23:02 ntpd[17160]: Command line: ntpd -gq 2024-03-30T04:23:02.996 INFO:teuthology.orchestra.run.smithi117.stdout:30 Mar 04:23:02 ntpd[17160]: ---------------------------------------------------- 2024-03-30T04:23:02.996 INFO:teuthology.orchestra.run.smithi117.stdout:30 Mar 04:23:02 ntpd[17160]: ntp-4 is maintained by Network Time Foundation, 2024-03-30T04:23:02.996 INFO:teuthology.orchestra.run.smithi117.stdout:30 Mar 04:23:02 ntpd[17160]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-30T04:23:02.996 INFO:teuthology.orchestra.run.smithi117.stdout:30 Mar 04:23:02 ntpd[17160]: corporation. Support and training for ntp-4 are 2024-03-30T04:23:02.996 INFO:teuthology.orchestra.run.smithi117.stdout:30 Mar 04:23:02 ntpd[17160]: available at https://www.nwtime.org/support 2024-03-30T04:23:02.996 INFO:teuthology.orchestra.run.smithi117.stdout:30 Mar 04:23:02 ntpd[17160]: ---------------------------------------------------- 2024-03-30T04:23:02.997 INFO:teuthology.orchestra.run.smithi117.stdout:30 Mar 04:23:02 ntpd[17160]: proto: precision = 0.046 usec (-24) 2024-03-30T04:23:02.997 INFO:teuthology.orchestra.run.smithi117.stdout:30 Mar 04:23:02 ntpd[17160]: basedate set to 2022-02-04 2024-03-30T04:23:02.997 INFO:teuthology.orchestra.run.smithi117.stdout:30 Mar 04:23:02 ntpd[17160]: gps base set to 2022-02-06 (week 2196) 2024-03-30T04:23:02.997 INFO:teuthology.orchestra.run.smithi117.stdout:30 Mar 04:23:02 ntpd[17160]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-30T04:23:02.997 INFO:teuthology.orchestra.run.smithi117.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-30T04:23:02.997 INFO:teuthology.orchestra.run.smithi117.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-30T04:23:02.998 INFO:teuthology.orchestra.run.smithi117.stdout:30 Mar 04:23:02 ntpd[17160]: restrict ::: KOD does nothing without LIMITED. 2024-03-30T04:23:02.999 INFO:teuthology.orchestra.run.smithi117.stdout:30 Mar 04:23:03 ntpd[17160]: Listen and drop on 0 v6wildcard [::]:123 2024-03-30T04:23:02.999 INFO:teuthology.orchestra.run.smithi117.stdout:30 Mar 04:23:03 ntpd[17160]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-30T04:23:02.999 INFO:teuthology.orchestra.run.smithi117.stdout:30 Mar 04:23:03 ntpd[17160]: Listen normally on 2 lo 127.0.0.1:123 2024-03-30T04:23:02.999 INFO:teuthology.orchestra.run.smithi117.stdout:30 Mar 04:23:03 ntpd[17160]: Listen normally on 3 enp3s0f1 172.21.15.117:123 2024-03-30T04:23:02.999 INFO:teuthology.orchestra.run.smithi117.stdout:30 Mar 04:23:03 ntpd[17160]: Listen normally on 4 lo [::1]:123 2024-03-30T04:23:02.999 INFO:teuthology.orchestra.run.smithi117.stdout:30 Mar 04:23:03 ntpd[17160]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:4463%5]:123 2024-03-30T04:23:02.999 INFO:teuthology.orchestra.run.smithi117.stdout:30 Mar 04:23:03 ntpd[17160]: Listening on routing socket on fd #22 for interface updates 2024-03-30T04:23:03.967 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:03 ntpd[17212]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:23:03.968 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:03 ntpd[17212]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:23:03.968 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:03 ntpd[17212]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:23:03.968 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:03 ntpd[17212]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:23:03.968 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:03 ntpd[17212]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:23:03.968 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:03 ntpd[17212]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:23:03.968 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:03 ntpd[17212]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:23:03.968 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:03 ntpd[17212]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:23:03.968 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:03 ntpd[17212]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:23:03.968 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:03 ntpd[17212]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:23:03.968 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:03 ntpd[17212]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:23:03.968 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:03 ntpd[17212]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:23:03.968 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:03 ntpd[17212]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:23:03.969 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:03 ntpd[17212]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:23:03.969 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:03 ntpd[17212]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:23:03.969 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:03 ntpd[17212]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:23:03.969 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:03 ntpd[17212]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:23:03.969 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:03 ntpd[17212]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:23:03.997 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:03 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:23:03.997 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:03 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:23:03.997 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:03 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:23:03.997 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:03 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:23:03.997 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:03 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:23:03.997 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:03 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:23:03.997 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:03 ntpd[17160]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:23:03.997 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:03 ntpd[17160]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:23:05.968 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:05 ntpd[17212]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:23:05.968 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:05 ntpd[17212]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:23:05.968 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:05 ntpd[17212]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:23:05.968 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:05 ntpd[17212]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:23:05.968 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:05 ntpd[17212]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:23:05.968 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:05 ntpd[17212]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:23:05.969 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:05 ntpd[17212]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:23:05.969 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:05 ntpd[17212]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:23:05.969 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:05 ntpd[17212]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:23:05.969 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:05 ntpd[17212]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:23:05.969 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:05 ntpd[17212]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:23:05.969 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:05 ntpd[17212]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:23:05.969 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:05 ntpd[17212]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:23:05.969 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:05 ntpd[17212]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:23:05.969 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:05 ntpd[17212]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:23:05.969 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:05 ntpd[17212]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:23:05.969 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:05 ntpd[17212]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:23:05.969 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:05 ntpd[17212]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:23:05.969 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:05 ntpd[17212]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:23:05.969 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:05 ntpd[17212]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:23:05.996 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:05 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:23:05.997 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:05 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:23:05.997 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:05 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:23:05.997 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:05 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:23:05.997 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:05 ntpd[17160]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:23:05.997 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:05 ntpd[17160]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:23:06.998 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:06 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:23:06.998 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:06 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:23:06.998 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:06 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:23:06.998 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:06 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:23:06.998 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:06 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:23:06.998 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:06 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:23:06.998 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:06 ntpd[17160]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:23:06.999 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:06 ntpd[17160]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:23:06.999 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:06 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:23:06.999 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:06 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:23:06.999 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:06 ntpd[17160]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:23:06.999 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:06 ntpd[17160]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:23:07.968 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:07 ntpd[17212]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:23:07.968 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:07 ntpd[17212]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:23:07.968 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:07 ntpd[17212]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:23:07.969 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:07 ntpd[17212]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:23:07.969 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:07 ntpd[17212]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:23:07.969 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:07 ntpd[17212]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:23:07.969 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:07 ntpd[17212]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:23:07.969 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:07 ntpd[17212]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:23:07.969 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:07 ntpd[17212]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:23:07.969 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:07 ntpd[17212]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:23:07.969 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:07 ntpd[17212]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:23:07.969 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:07 ntpd[17212]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:23:07.969 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:07 ntpd[17212]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:23:07.969 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:07 ntpd[17212]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:23:07.969 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:07 ntpd[17212]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:23:07.969 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:07 ntpd[17212]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:23:07.969 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:07 ntpd[17212]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:23:07.969 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:07 ntpd[17212]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:23:07.997 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:07 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:23:07.997 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:07 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:23:07.997 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:07 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:23:07.997 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:07 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:23:07.997 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:07 ntpd[17160]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:23:07.997 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:07 ntpd[17160]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:23:08.997 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:08 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:23:08.997 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:08 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:23:08.997 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:08 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:23:08.997 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:08 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:23:08.997 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:08 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:23:08.998 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:08 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:23:08.998 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:08 ntpd[17160]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:23:08.998 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:08 ntpd[17160]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:23:08.998 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:08 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:23:08.998 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:08 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:23:08.998 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:08 ntpd[17160]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:23:08.998 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:08 ntpd[17160]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:23:09.967 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:09 ntpd[17212]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:23:09.967 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:09 ntpd[17212]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:23:09.967 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:09 ntpd[17212]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:23:09.967 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:09 ntpd[17212]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:23:09.967 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:09 ntpd[17212]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:23:09.968 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:09 ntpd[17212]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:23:09.968 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:09 ntpd[17212]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:23:09.968 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:09 ntpd[17212]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:23:09.968 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:09 ntpd[17212]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:23:09.968 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:09 ntpd[17212]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:23:09.968 INFO:teuthology.orchestra.run.smithi111.stdout:30 Mar 04:23:09 ntpd[17212]: ntpd: time slew -0.002492 s 2024-03-30T04:23:09.968 INFO:teuthology.orchestra.run.smithi111.stdout:ntpd: time slew -0.002492s 2024-03-30T04:23:09.969 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:09 ntpd[17212]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-30T04:23:09.969 INFO:teuthology.orchestra.run.smithi111.stderr:30 Mar 04:23:09 ntpd[17212]: can't open /var/log/ntpstats/loopstats.20240330: Permission denied 2024-03-30T04:23:09.997 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:09 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:23:09.997 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:09 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:23:09.997 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:09 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:23:09.997 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:09 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:23:09.997 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:09 ntpd[17160]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:23:09.997 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:09 ntpd[17160]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:23:09.997 INFO:teuthology.orchestra.run.smithi117.stdout:30 Mar 04:23:09 ntpd[17160]: ntpd: time slew -0.002517 s 2024-03-30T04:23:09.997 INFO:teuthology.orchestra.run.smithi117.stdout:ntpd: time slew -0.002517s 2024-03-30T04:23:09.998 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:09 ntpd[17160]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-30T04:23:09.998 INFO:teuthology.orchestra.run.smithi117.stderr:30 Mar 04:23:09 ntpd[17160]: can't open /var/log/ntpstats/loopstats.20240330: Permission denied 2024-03-30T04:23:10.022 INFO:teuthology.orchestra.run.smithi111.stdout: remote refid st t when poll reach delay offset jitter 2024-03-30T04:23:10.022 INFO:teuthology.orchestra.run.smithi111.stdout:============================================================================== 2024-03-30T04:23:10.023 INFO:teuthology.orchestra.run.smithi111.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-30T04:23:10.023 INFO:teuthology.orchestra.run.smithi111.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-30T04:23:10.023 INFO:teuthology.orchestra.run.smithi111.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-30T04:23:10.023 INFO:teuthology.orchestra.run.smithi111.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-30T04:23:10.154 INFO:teuthology.orchestra.run.smithi117.stdout: remote refid st t when poll reach delay offset jitter 2024-03-30T04:23:10.154 INFO:teuthology.orchestra.run.smithi117.stdout:============================================================================== 2024-03-30T04:23:10.154 INFO:teuthology.orchestra.run.smithi117.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-30T04:23:10.154 INFO:teuthology.orchestra.run.smithi117.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-30T04:23:10.154 INFO:teuthology.orchestra.run.smithi117.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-30T04:23:10.154 INFO:teuthology.orchestra.run.smithi117.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-30T04:23:10.155 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-30T04:23:10.259 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': 'd82c9aa17f09785fe698d262f9601d87bb79f962'} 2024-03-30T04:23:10.259 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2024-03-30T04:23:10.260 INFO:tasks.cephadm:Cluster fsid is 374abe7a-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:23:10.260 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-30T04:23:10.260 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.111', 'mon.c': '[v2:172.21.15.111:3301,v1:172.21.15.111:6790]', 'mon.b': '172.21.15.117'} 2024-03-30T04:23:10.260 INFO:tasks.cephadm:First mon is mon.a on smithi111 2024-03-30T04:23:10.260 INFO:tasks.cephadm:First mgr is y 2024-03-30T04:23:10.260 INFO:tasks.cephadm:Normalizing hostnames... 2024-03-30T04:23:10.261 DEBUG:teuthology.orchestra.run.smithi111:> sudo hostname $(hostname -s) 2024-03-30T04:23:10.274 DEBUG:teuthology.orchestra.run.smithi117:> sudo hostname $(hostname -s) 2024-03-30T04:23:10.289 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2024-03-30T04:23:10.289 DEBUG:teuthology.orchestra.run.smithi111:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-30T04:23:10.545 INFO:teuthology.orchestra.run.smithi111.stdout:-rw-rw-r-- 1 ubuntu ubuntu 320521 Mar 30 04:23 /home/ubuntu/cephtest/cephadm 2024-03-30T04:23:10.545 DEBUG:teuthology.orchestra.run.smithi117:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-30T04:23:10.789 INFO:teuthology.orchestra.run.smithi117.stdout:-rw-rw-r-- 1 ubuntu ubuntu 320521 Mar 30 04:23 /home/ubuntu/cephtest/cephadm 2024-03-30T04:23:10.789 DEBUG:teuthology.orchestra.run.smithi111:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-30T04:23:10.797 DEBUG:teuthology.orchestra.run.smithi117:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-30T04:23:10.815 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2024-03-30T04:23:10.815 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2024-03-30T04:23:10.840 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2024-03-30T04:23:10.996 INFO:teuthology.orchestra.run.smithi111.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2024-03-30T04:23:11.004 INFO:teuthology.orchestra.run.smithi117.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2024-03-30T04:24:00.734 INFO:teuthology.orchestra.run.smithi117.stdout:{ 2024-03-30T04:24:00.735 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2024-03-30T04:24:00.735 INFO:teuthology.orchestra.run.smithi117.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2024-03-30T04:24:00.735 INFO:teuthology.orchestra.run.smithi117.stdout: "repo_digests": [ 2024-03-30T04:24:00.735 INFO:teuthology.orchestra.run.smithi117.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a" 2024-03-30T04:24:00.735 INFO:teuthology.orchestra.run.smithi117.stdout: ] 2024-03-30T04:24:00.735 INFO:teuthology.orchestra.run.smithi117.stdout:} 2024-03-30T04:24:01.733 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:24:01.733 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2024-03-30T04:24:01.734 INFO:teuthology.orchestra.run.smithi111.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2024-03-30T04:24:01.734 INFO:teuthology.orchestra.run.smithi111.stdout: "repo_digests": [ 2024-03-30T04:24:01.734 INFO:teuthology.orchestra.run.smithi111.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a" 2024-03-30T04:24:01.734 INFO:teuthology.orchestra.run.smithi111.stdout: ] 2024-03-30T04:24:01.734 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:24:01.772 DEBUG:teuthology.orchestra.run.smithi111:> sudo mkdir -p /etc/ceph 2024-03-30T04:24:01.786 DEBUG:teuthology.orchestra.run.smithi117:> sudo mkdir -p /etc/ceph 2024-03-30T04:24:01.800 DEBUG:teuthology.orchestra.run.smithi111:> sudo chmod 777 /etc/ceph 2024-03-30T04:24:01.840 DEBUG:teuthology.orchestra.run.smithi117:> sudo chmod 777 /etc/ceph 2024-03-30T04:24:01.854 INFO:tasks.cephadm:Writing seed config... 2024-03-30T04:24:01.856 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-03-30T04:24:01.856 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-03-30T04:24:01.856 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-03-30T04:24:01.856 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-03-30T04:24:01.856 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-03-30T04:24:01.856 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-03-30T04:24:01.856 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-03-30T04:24:01.856 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-03-30T04:24:01.856 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-03-30T04:24:01.857 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2024-03-30T04:24:01.857 DEBUG:teuthology.orchestra.run.smithi111:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-03-30T04:24:01.885 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 374abe7a-ee4d-11ee-b647-cb9ed24678a4 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-03-30T04:24:01.885 DEBUG:teuthology.orchestra.run.smithi111:mon.a> sudo journalctl -f -n 0 -u ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@mon.a.service 2024-03-30T04:24:01.930 DEBUG:teuthology.orchestra.run.smithi111:mgr.y> sudo journalctl -f -n 0 -u ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@mgr.y.service 2024-03-30T04:24:01.973 INFO:tasks.cephadm:Bootstrapping... 2024-03-30T04:24:01.974 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 --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.111 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-03-30T04:24:02.173 INFO:teuthology.orchestra.run.smithi111.stderr:-------------------------------------------------------------------------------- 2024-03-30T04:24:02.173 INFO:teuthology.orchestra.run.smithi111.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', '374abe7a-ee4d-11ee-b647-cb9ed24678a4', '--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.111', '--skip-admin-label'] 2024-03-30T04:24:02.173 INFO:teuthology.orchestra.run.smithi111.stderr:Verifying podman|docker is present... 2024-03-30T04:24:02.173 INFO:teuthology.orchestra.run.smithi111.stderr:Verifying lvm2 is present... 2024-03-30T04:24:02.173 INFO:teuthology.orchestra.run.smithi111.stderr:Verifying time synchronization is in place... 2024-03-30T04:24:02.178 INFO:teuthology.orchestra.run.smithi111.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-03-30T04:24:02.183 INFO:teuthology.orchestra.run.smithi111.stderr:systemctl: inactive 2024-03-30T04:24:02.189 INFO:teuthology.orchestra.run.smithi111.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-03-30T04:24:02.192 INFO:teuthology.orchestra.run.smithi111.stderr:systemctl: inactive 2024-03-30T04:24:02.196 INFO:teuthology.orchestra.run.smithi111.stderr:systemctl: masked 2024-03-30T04:24:02.199 INFO:teuthology.orchestra.run.smithi111.stderr:systemctl: inactive 2024-03-30T04:24:02.203 INFO:teuthology.orchestra.run.smithi111.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-03-30T04:24:02.206 INFO:teuthology.orchestra.run.smithi111.stderr:systemctl: inactive 2024-03-30T04:24:02.210 INFO:teuthology.orchestra.run.smithi111.stderr:systemctl: enabled 2024-03-30T04:24:02.214 INFO:teuthology.orchestra.run.smithi111.stderr:systemctl: active 2024-03-30T04:24:02.215 INFO:teuthology.orchestra.run.smithi111.stderr:Unit ntp.service is enabled and running 2024-03-30T04:24:02.215 INFO:teuthology.orchestra.run.smithi111.stderr:Repeating the final host check... 2024-03-30T04:24:02.215 INFO:teuthology.orchestra.run.smithi111.stderr:docker (/usr/bin/docker) is present 2024-03-30T04:24:02.215 INFO:teuthology.orchestra.run.smithi111.stderr:systemctl is present 2024-03-30T04:24:02.215 INFO:teuthology.orchestra.run.smithi111.stderr:lvcreate is present 2024-03-30T04:24:02.217 INFO:teuthology.orchestra.run.smithi111.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-03-30T04:24:02.221 INFO:teuthology.orchestra.run.smithi111.stderr:systemctl: inactive 2024-03-30T04:24:02.224 INFO:teuthology.orchestra.run.smithi111.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-03-30T04:24:02.227 INFO:teuthology.orchestra.run.smithi111.stderr:systemctl: inactive 2024-03-30T04:24:02.230 INFO:teuthology.orchestra.run.smithi111.stderr:systemctl: masked 2024-03-30T04:24:02.233 INFO:teuthology.orchestra.run.smithi111.stderr:systemctl: inactive 2024-03-30T04:24:02.237 INFO:teuthology.orchestra.run.smithi111.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-03-30T04:24:02.240 INFO:teuthology.orchestra.run.smithi111.stderr:systemctl: inactive 2024-03-30T04:24:02.244 INFO:teuthology.orchestra.run.smithi111.stderr:systemctl: enabled 2024-03-30T04:24:02.246 INFO:teuthology.orchestra.run.smithi111.stderr:systemctl: active 2024-03-30T04:24:02.247 INFO:teuthology.orchestra.run.smithi111.stderr:Unit ntp.service is enabled and running 2024-03-30T04:24:02.247 INFO:teuthology.orchestra.run.smithi111.stderr:Host looks OK 2024-03-30T04:24:02.247 INFO:teuthology.orchestra.run.smithi111.stderr:Cluster fsid: 374abe7a-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:24:02.248 INFO:teuthology.orchestra.run.smithi111.stderr:Acquiring lock 140150945662336 on /run/cephadm/374abe7a-ee4d-11ee-b647-cb9ed24678a4.lock 2024-03-30T04:24:02.248 INFO:teuthology.orchestra.run.smithi111.stderr:Lock 140150945662336 acquired on /run/cephadm/374abe7a-ee4d-11ee-b647-cb9ed24678a4.lock 2024-03-30T04:24:02.248 INFO:teuthology.orchestra.run.smithi111.stderr:Verifying IP 172.21.15.111 port 3300 ... 2024-03-30T04:24:02.248 INFO:teuthology.orchestra.run.smithi111.stderr:Verifying IP 172.21.15.111 port 6789 ... 2024-03-30T04:24:02.248 INFO:teuthology.orchestra.run.smithi111.stderr:Base mon IP is 172.21.15.111, final addrv is [v2:172.21.15.111:3300,v1:172.21.15.111:6789] 2024-03-30T04:24:02.250 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 2024-03-30T04:24:02.250 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.111 metric 100 2024-03-30T04:24:02.250 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/sbin/ip: 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.111 metric 100 2024-03-30T04:24:02.250 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-03-30T04:24:02.250 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.111 metric 100 2024-03-30T04:24:02.250 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/sbin/ip: 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.111 metric 100 2024-03-30T04:24:02.250 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/sbin/ip: 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.111 metric 100 2024-03-30T04:24:02.250 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/sbin/ip: 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.111 metric 100 2024-03-30T04:24:02.252 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-03-30T04:24:02.252 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-03-30T04:24:02.252 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1799sec pref medium 2024-03-30T04:24:02.254 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-03-30T04:24:02.254 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/sbin/ip: inet6 ::1/128 scope host 2024-03-30T04:24:02.254 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2024-03-30T04:24:02.254 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-03-30T04:24:02.254 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/sbin/ip: inet6 fe80::ec4:7aff:fe8f:cc2f/64 scope link 2024-03-30T04:24:02.254 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2024-03-30T04:24:02.255 INFO:teuthology.orchestra.run.smithi111.stderr:Mon IP `172.21.15.111` is in CIDR network `172.21.0.0/20` 2024-03-30T04:24:02.255 INFO:teuthology.orchestra.run.smithi111.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-03-30T04:24:02.255 INFO:teuthology.orchestra.run.smithi111.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2024-03-30T04:24:02.635 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/docker: v17.2.0: Pulling from ceph/ceph 2024-03-30T04:24:02.765 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/docker: Digest: sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a 2024-03-30T04:24:02.765 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/docker: Status: Image is up to date for quay.io/ceph/ceph:v17.2.0 2024-03-30T04:24:02.797 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/docker: quay.io/ceph/ceph:v17.2.0 2024-03-30T04:24:03.774 INFO:teuthology.orchestra.run.smithi111.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2024-03-30T04:24:04.346 INFO:teuthology.orchestra.run.smithi111.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2024-03-30T04:24:04.346 INFO:teuthology.orchestra.run.smithi111.stderr:Extracting ceph user uid/gid from container image... 2024-03-30T04:24:05.021 INFO:teuthology.orchestra.run.smithi111.stderr:stat: 167 167 2024-03-30T04:24:05.641 INFO:teuthology.orchestra.run.smithi111.stderr:Creating initial keys... 2024-03-30T04:24:06.329 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-authtool: AQDmkwdmy6a1ExAAEqEIjWwEyamuZl9TBJINbA== 2024-03-30T04:24:07.657 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-authtool: AQDnkwdmAPBAJxAAeDLdTEQRNZ2ryanVDUd3Ew== 2024-03-30T04:24:08.913 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-authtool: AQDokwdmz/eCNhAAaVi0NPrMUOL3Y/UfY2WLpA== 2024-03-30T04:24:09.423 INFO:teuthology.orchestra.run.smithi111.stderr:Creating initial monmap... 2024-03-30T04:24:10.161 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-30T04:24:10.162 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2024-03-30T04:24:10.162 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 374abe7a-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:24:10.162 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-30T04:24:10.759 INFO:teuthology.orchestra.run.smithi111.stderr:monmaptool for a [v2:172.21.15.111:3300,v1:172.21.15.111:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-30T04:24:10.760 INFO:teuthology.orchestra.run.smithi111.stderr:setting min_mon_release = octopus 2024-03-30T04:24:10.760 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/monmaptool: set fsid to 374abe7a-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:24:10.760 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-30T04:24:10.760 INFO:teuthology.orchestra.run.smithi111.stderr: 2024-03-30T04:24:10.760 INFO:teuthology.orchestra.run.smithi111.stderr:Creating mon... 2024-03-30T04:24:11.497 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-30T04:24:11.497 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 1 imported monmap: 2024-03-30T04:24:11.497 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: epoch 0 2024-03-30T04:24:11.497 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:24:11.497 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: last_changed 2024-03-30T04:24:10.162800+0000 2024-03-30T04:24:11.497 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: created 2024-03-30T04:24:10.162800+0000 2024-03-30T04:24:11.498 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: min_mon_release 15 (octopus) 2024-03-30T04:24:11.498 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-03-30T04:24:11.498 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] mon.a 2024-03-30T04:24:11.498 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: 2024-03-30T04:24:11.498 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 0 /usr/bin/ceph-mon: set fsid to 374abe7a-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:24:11.498 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: RocksDB version: 6.15.5 2024-03-30T04:24:11.498 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: 2024-03-30T04:24:11.498 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-03-30T04:24:11.498 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Compile date Apr 18 2022 2024-03-30T04:24:11.498 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: DB SUMMARY 2024-03-30T04:24:11.498 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: 2024-03-30T04:24:11.498 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: DB Session ID: 6UYA6E7VEELP71Y3D2GZ 2024-03-30T04:24:11.498 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: 2024-03-30T04:24:11.499 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-03-30T04:24:11.499 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: 2024-03-30T04:24:11.499 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-03-30T04:24:11.521 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: 2024-03-30T04:24:11.522 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.error_if_exists: 0 2024-03-30T04:24:11.522 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.create_if_missing: 1 2024-03-30T04:24:11.522 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.paranoid_checks: 1 2024-03-30T04:24:11.522 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-30T04:24:11.522 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.env: 0x55ade44c6860 2024-03-30T04:24:11.522 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.fs: Posix File System 2024-03-30T04:24:11.522 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.info_log: 0x55ade6c83320 2024-03-30T04:24:11.522 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-30T04:24:11.522 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.statistics: (nil) 2024-03-30T04:24:11.522 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.use_fsync: 0 2024-03-30T04:24:11.522 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.max_log_file_size: 0 2024-03-30T04:24:11.522 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-30T04:24:11.522 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-30T04:24:11.523 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-30T04:24:11.523 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-30T04:24:11.523 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.allow_fallocate: 1 2024-03-30T04:24:11.523 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-30T04:24:11.523 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-30T04:24:11.523 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.use_direct_reads: 0 2024-03-30T04:24:11.523 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-30T04:24:11.523 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.create_missing_column_families: 0 2024-03-30T04:24:11.523 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.db_log_dir: 2024-03-30T04:24:11.523 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-03-30T04:24:11.523 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-30T04:24:11.523 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-30T04:24:11.523 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-30T04:24:11.523 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-30T04:24:11.523 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-30T04:24:11.524 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-30T04:24:11.524 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.advise_random_on_open: 1 2024-03-30T04:24:11.524 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-30T04:24:11.524 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.write_buffer_manager: 0x55ade6f23950 2024-03-30T04:24:11.524 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-30T04:24:11.524 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-03-30T04:24:11.524 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-30T04:24:11.524 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-30T04:24:11.524 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.rate_limiter: (nil) 2024-03-30T04:24:11.524 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-30T04:24:11.524 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-30T04:24:11.524 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-30T04:24:11.524 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-30T04:24:11.524 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.unordered_write: 0 2024-03-30T04:24:11.524 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-30T04:24:11.525 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-30T04:24:11.525 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-30T04:24:11.525 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-30T04:24:11.525 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.row_cache: None 2024-03-30T04:24:11.525 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.wal_filter: None 2024-03-30T04:24:11.525 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-30T04:24:11.525 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-30T04:24:11.525 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.preserve_deletes: 0 2024-03-30T04:24:11.525 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.two_write_queues: 0 2024-03-30T04:24:11.525 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.manual_wal_flush: 0 2024-03-30T04:24:11.525 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.atomic_flush: 0 2024-03-30T04:24:11.525 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-30T04:24:11.525 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-30T04:24:11.525 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-30T04:24:11.525 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.log_readahead_size: 0 2024-03-30T04:24:11.526 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-30T04:24:11.526 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-30T04:24:11.526 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-30T04:24:11.526 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-30T04:24:11.526 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-30T04:24:11.526 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-30T04:24:11.526 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.max_background_jobs: 2 2024-03-30T04:24:11.526 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.max_background_compactions: -1 2024-03-30T04:24:11.526 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.max_subcompactions: 1 2024-03-30T04:24:11.526 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-30T04:24:11.526 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-30T04:24:11.526 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-30T04:24:11.526 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.max_total_wal_size: 0 2024-03-30T04:24:11.526 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-30T04:24:11.526 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-30T04:24:11.527 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-30T04:24:11.527 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-30T04:24:11.527 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.max_open_files: -1 2024-03-30T04:24:11.527 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.bytes_per_sync: 0 2024-03-30T04:24:11.527 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-30T04:24:11.527 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-30T04:24:11.527 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-30T04:24:11.527 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Options.max_background_flushes: -1 2024-03-30T04:24:11.527 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Compression algorithms supported: 2024-03-30T04:24:11.527 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-30T04:24:11.527 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: kZSTD supported: 0 2024-03-30T04:24:11.527 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: kXpressCompression supported: 0 2024-03-30T04:24:11.527 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-30T04:24:11.527 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: kLZ4Compression supported: 1 2024-03-30T04:24:11.527 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: kBZip2Compression supported: 0 2024-03-30T04:24:11.528 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: kZlibCompression supported: 1 2024-03-30T04:24:11.528 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: kSnappyCompression supported: 1 2024-03-30T04:24:11.528 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.492+0000 7fbe823e4880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-30T04:24:11.528 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: [db/db_impl/db_impl_open.cc:281] Creating manifest 1 2024-03-30T04:24:11.528 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: 2024-03-30T04:24:11.528 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-03-30T04:24:11.528 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: 2024-03-30T04:24:11.528 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2024-03-30T04:24:11.528 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: 2024-03-30T04:24:11.528 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-30T04:24:11.528 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.merge_operator: 2024-03-30T04:24:11.528 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.compaction_filter: None 2024-03-30T04:24:11.528 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.compaction_filter_factory: None 2024-03-30T04:24:11.528 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-30T04:24:11.528 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-30T04:24:11.529 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-30T04:24:11.529 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ade6cd4b08) 2024-03-30T04:24:11.529 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-03-30T04:24:11.529 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-30T04:24:11.529 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-30T04:24:11.529 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-03-30T04:24:11.529 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: index_type: 0 2024-03-30T04:24:11.529 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-03-30T04:24:11.529 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-03-30T04:24:11.529 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-03-30T04:24:11.529 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-03-30T04:24:11.529 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: checksum: 1 2024-03-30T04:24:11.529 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-03-30T04:24:11.529 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: block_cache: 0x55ade6cb4170 2024-03-30T04:24:11.529 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-03-30T04:24:11.530 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-03-30T04:24:11.530 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-03-30T04:24:11.530 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-03-30T04:24:11.530 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-03-30T04:24:11.530 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-03-30T04:24:11.530 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-03-30T04:24:11.530 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-03-30T04:24:11.530 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-03-30T04:24:11.530 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-03-30T04:24:11.530 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-03-30T04:24:11.530 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-03-30T04:24:11.530 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-03-30T04:24:11.530 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-03-30T04:24:11.530 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-03-30T04:24:11.530 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-03-30T04:24:11.531 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-03-30T04:24:11.531 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-03-30T04:24:11.531 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-03-30T04:24:11.531 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: format_version: 4 2024-03-30T04:24:11.531 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-03-30T04:24:11.531 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: block_align: 0 2024-03-30T04:24:11.531 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: 2024-03-30T04:24:11.531 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-30T04:24:11.531 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-30T04:24:11.531 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.compression: NoCompression 2024-03-30T04:24:11.531 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-30T04:24:11.531 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-30T04:24:11.531 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-30T04:24:11.531 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.num_levels: 7 2024-03-30T04:24:11.531 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-30T04:24:11.532 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-30T04:24:11.532 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-30T04:24:11.532 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-30T04:24:11.532 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-30T04:24:11.532 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-30T04:24:11.532 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-30T04:24:11.532 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-30T04:24:11.532 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-30T04:24:11.532 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-30T04:24:11.532 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-30T04:24:11.532 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.compression_opts.level: 32767 2024-03-30T04:24:11.532 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-30T04:24:11.532 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-30T04:24:11.532 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-30T04:24:11.532 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-30T04:24:11.533 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.compression_opts.enabled: false 2024-03-30T04:24:11.533 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-30T04:24:11.533 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-30T04:24:11.533 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-30T04:24:11.533 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-30T04:24:11.533 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-30T04:24:11.533 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-30T04:24:11.533 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-30T04:24:11.533 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-30T04:24:11.533 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-30T04:24:11.533 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-30T04:24:11.533 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-30T04:24:11.533 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-30T04:24:11.533 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-30T04:24:11.533 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-30T04:24:11.534 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-30T04:24:11.534 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-30T04:24:11.534 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-30T04:24:11.534 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.arena_block_size: 4194304 2024-03-30T04:24:11.534 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-30T04:24:11.534 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-30T04:24:11.534 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-03-30T04:24:11.534 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-30T04:24:11.534 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-30T04:24:11.534 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-30T04:24:11.534 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-30T04:24:11.534 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-30T04:24:11.534 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-30T04:24:11.534 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-30T04:24:11.534 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-30T04:24:11.535 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-30T04:24:11.535 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-30T04:24:11.535 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-30T04:24:11.535 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.table_properties_collectors: 2024-03-30T04:24:11.535 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.inplace_update_support: 0 2024-03-30T04:24:11.535 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-30T04:24:11.535 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-30T04:24:11.535 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-30T04:24:11.535 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-30T04:24:11.535 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.bloom_locality: 0 2024-03-30T04:24:11.535 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.max_successive_merges: 0 2024-03-30T04:24:11.535 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-30T04:24:11.535 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-30T04:24:11.535 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.force_consistency_checks: 1 2024-03-30T04:24:11.535 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-30T04:24:11.536 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.ttl: 2592000 2024-03-30T04:24:11.536 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-30T04:24:11.536 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.enable_blob_files: false 2024-03-30T04:24:11.536 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.min_blob_size: 0 2024-03-30T04:24:11.536 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.blob_file_size: 268435456 2024-03-30T04:24:11.536 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-30T04:24:11.536 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-30T04:24:11.536 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.496+0000 7fbe823e4880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-30T04:24:11.536 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.500+0000 7fbe823e4880 4 rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-30T04:24:11.536 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: 2024-03-30T04:24:11.536 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.500+0000 7fbe823e4880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2024-03-30T04:24:11.536 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: 2024-03-30T04:24:11.536 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.500+0000 7fbe823e4880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 3 2024-03-30T04:24:11.536 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: 2024-03-30T04:24:11.536 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.500+0000 7fbe823e4880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55ade6c9aa80 2024-03-30T04:24:11.537 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.500+0000 7fbe823e4880 4 rocksdb: DB pointer 0x55ade6d0e000 2024-03-30T04:24:11.537 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.500+0000 7fbe73fce700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2024-03-30T04:24:11.537 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.500+0000 7fbe73fce700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2024-03-30T04:24:11.537 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-03-30T04:24:11.537 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-03-30T04:24:11.537 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-30T04:24:11.537 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-30T04:24:11.537 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-30T04:24:11.537 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-30T04:24:11.537 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-03-30T04:24:11.537 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-30T04:24:11.537 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: 2024-03-30T04:24:11.537 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-03-30T04:24:11.537 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-30T04:24:11.538 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-30T04:24:11.538 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-03-30T04:24:11.538 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-03-30T04:24:11.538 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: 2024-03-30T04:24:11.538 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-03-30T04:24:11.538 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-30T04:24:11.538 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-30T04:24:11.538 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-03-30T04:24:11.538 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-03-30T04:24:11.538 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-30T04:24:11.538 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-03-30T04:24:11.538 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-03-30T04:24:11.538 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-03-30T04:24:11.538 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:24:11.538 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:24:11.539 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-30T04:24:11.539 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: 2024-03-30T04:24:11.539 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-03-30T04:24:11.539 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: 2024-03-30T04:24:11.539 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-03-30T04:24:11.539 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-30T04:24:11.539 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-30T04:24:11.539 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-03-30T04:24:11.539 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-03-30T04:24:11.539 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: 2024-03-30T04:24:11.539 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-03-30T04:24:11.539 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-30T04:24:11.539 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-30T04:24:11.539 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-03-30T04:24:11.539 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-03-30T04:24:11.540 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-30T04:24:11.540 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-03-30T04:24:11.540 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-03-30T04:24:11.540 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-03-30T04:24:11.540 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:24:11.540 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:24:11.540 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-30T04:24:11.540 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: 2024-03-30T04:24:11.540 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-03-30T04:24:11.540 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: 2024-03-30T04:24:11.540 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.500+0000 7fbe823e4880 4 rocksdb: [db/db_impl/db_impl.cc:447] Shutdown: canceling all background work 2024-03-30T04:24:11.540 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.500+0000 7fbe823e4880 4 rocksdb: [db/db_impl/db_impl.cc:625] Shutdown complete 2024-03-30T04:24:11.540 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:24:11.500+0000 7fbe823e4880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-03-30T04:24:12.058 INFO:teuthology.orchestra.run.smithi111.stderr:create mon.a on 2024-03-30T04:24:12.311 INFO:teuthology.orchestra.run.smithi111.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-03-30T04:24:12.526 INFO:teuthology.orchestra.run.smithi111.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4.target -> /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4.target. 2024-03-30T04:24:12.526 INFO:teuthology.orchestra.run.smithi111.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4.target -> /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4.target. 2024-03-30T04:24:12.950 INFO:teuthology.orchestra.run.smithi111.stderr:systemctl: Failed to reset failed state of unit ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@mon.a.service: Unit ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@mon.a.service not loaded. 2024-03-30T04:24:12.954 INFO:teuthology.orchestra.run.smithi111.stderr:systemctl: Created symlink /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4.target.wants/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@mon.a.service -> /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service. 2024-03-30T04:24:13.159 INFO:teuthology.orchestra.run.smithi111.stderr:firewalld does not appear to be present 2024-03-30T04:24:13.159 INFO:teuthology.orchestra.run.smithi111.stderr:Not possible to enable service . firewalld.service is not available 2024-03-30T04:24:13.159 INFO:teuthology.orchestra.run.smithi111.stderr:Waiting for mon to start... 2024-03-30T04:24:13.159 INFO:teuthology.orchestra.run.smithi111.stderr:Waiting for mon... 2024-03-30T04:24:14.611 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: cluster: 2024-03-30T04:24:14.611 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: id: 374abe7a-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:24:14.611 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-03-30T04:24:14.611 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: 2024-03-30T04:24:14.611 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: services: 2024-03-30T04:24:14.611 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: mon: 1 daemons, quorum a (age 0.227156s) 2024-03-30T04:24:14.611 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: mgr: no daemons active 2024-03-30T04:24:14.611 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-03-30T04:24:14.612 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: 2024-03-30T04:24:14.612 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: data: 2024-03-30T04:24:14.612 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-03-30T04:24:14.612 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-03-30T04:24:14.612 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-03-30T04:24:14.612 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: pgs: 2024-03-30T04:24:14.612 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: 2024-03-30T04:24:14.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:14 smithi111 bash[18107]: cluster 2024-03-30T04:24:14.378900+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-30T04:24:15.190 INFO:teuthology.orchestra.run.smithi111.stderr:mon is available 2024-03-30T04:24:15.191 INFO:teuthology.orchestra.run.smithi111.stderr:Assimilating anything we can from ceph.conf... 2024-03-30T04:24:15.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:15 smithi111 bash[18107]: cluster 2024-03-30T04:24:14.383894+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-30T04:24:15.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:15 smithi111 bash[18107]: cluster 2024-03-30T04:24:14.384257+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0]} 2024-03-30T04:24:15.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:15 smithi111 bash[18107]: cluster 2024-03-30T04:24:14.387427+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-03-30T04:24:15.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:15 smithi111 bash[18107]: cluster 2024-03-30T04:24:14.390933+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-30T04:24:15.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:15 smithi111 bash[18107]: cluster 2024-03-30T04:24:14.391385+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-03-30T04:24:15.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:15 smithi111 bash[18107]: audit 2024-03-30T04:24:14.611004+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.111:0/4003155860' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-03-30T04:24:16.156 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: 2024-03-30T04:24:16.157 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: [global] 2024-03-30T04:24:16.157 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: fsid = 374abe7a-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:24:16.157 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.111:3300,v1:172.21.15.111:6789] 2024-03-30T04:24:16.157 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-03-30T04:24:16.157 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-03-30T04:24:16.157 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-03-30T04:24:16.157 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-03-30T04:24:16.157 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: 2024-03-30T04:24:16.157 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: [mgr] 2024-03-30T04:24:16.157 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: mgr/cephadm/use_agent = True 2024-03-30T04:24:16.157 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-03-30T04:24:16.157 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: 2024-03-30T04:24:16.157 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: [osd] 2024-03-30T04:24:16.157 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-03-30T04:24:16.157 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-03-30T04:24:16.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:16 smithi111 bash[18107]: audit 2024-03-30T04:24:16.150876+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.111:0/1679222888' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-30T04:24:16.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:16 smithi111 bash[18107]: audit 2024-03-30T04:24:16.156197+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.111:0/1679222888' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-30T04:24:16.737 INFO:teuthology.orchestra.run.smithi111.stderr:Generating new minimal ceph.conf... 2024-03-30T04:24:18.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:17 smithi111 bash[18107]: audit 2024-03-30T04:24:17.742847+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.111:0/544966556' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:24:18.285 INFO:teuthology.orchestra.run.smithi111.stderr:Restarting the monitor... 2024-03-30T04:24:18.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:18 smithi111 systemd[1]: Stopping Ceph mon.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:24:18.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:18 smithi111 bash[18468]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-mon.a 2024-03-30T04:24:18.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:18 smithi111 bash[18107]: debug 2024-03-30T04:24:18.392+0000 7f95f4929700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-30T04:24:18.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:18 smithi111 bash[18107]: debug 2024-03-30T04:24:18.392+0000 7f95f4929700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-03-30T04:24:19.021 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:18 smithi111 bash[18477]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-mon-a 2024-03-30T04:24:19.021 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:18 smithi111 bash[18510]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-mon.a 2024-03-30T04:24:19.027 INFO:teuthology.orchestra.run.smithi111.stderr:Setting mon public_network to 172.21.0.0/20 2024-03-30T04:24:19.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:19 smithi111 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@mon.a.service: Deactivated successfully. 2024-03-30T04:24:19.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:19 smithi111 systemd[1]: Stopped Ceph mon.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:24:19.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:19 smithi111 systemd[1]: Started Ceph mon.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:24:20.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.164+0000 7fc0db3be880 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-30T04:24:20.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.164+0000 7fc0db3be880 0 ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2024-03-30T04:24:20.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.164+0000 7fc0db3be880 0 pidfile_write: ignore empty --pid-file 2024-03-30T04:24:20.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 0 load: jerasure load: lrc 2024-03-30T04:24:20.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: RocksDB version: 6.15.5 2024-03-30T04:24:20.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-03-30T04:24:20.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Compile date Apr 18 2022 2024-03-30T04:24:20.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: DB SUMMARY 2024-03-30T04:24:20.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: DB Session ID: E1OK3TR7SZUVKVI6TNVY 2024-03-30T04:24:20.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: CURRENT file: CURRENT 2024-03-30T04:24:20.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: IDENTITY file: IDENTITY 2024-03-30T04:24:20.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2024-03-30T04:24:20.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-03-30T04:24:20.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000010.log size: 82651 ; 2024-03-30T04:24:20.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.error_if_exists: 0 2024-03-30T04:24:20.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.create_if_missing: 0 2024-03-30T04:24:20.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.paranoid_checks: 1 2024-03-30T04:24:20.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-30T04:24:20.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.env: 0x562fa36c6860 2024-03-30T04:24:20.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.fs: Posix File System 2024-03-30T04:24:20.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.info_log: 0x562fa4985e00 2024-03-30T04:24:20.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-30T04:24:20.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.statistics: (nil) 2024-03-30T04:24:20.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.use_fsync: 0 2024-03-30T04:24:20.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.max_log_file_size: 0 2024-03-30T04:24:20.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-30T04:24:20.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-30T04:24:20.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-30T04:24:20.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-30T04:24:20.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.allow_fallocate: 1 2024-03-30T04:24:20.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-30T04:24:20.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-30T04:24:20.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.use_direct_reads: 0 2024-03-30T04:24:20.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-30T04:24:20.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.create_missing_column_families: 0 2024-03-30T04:24:20.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.db_log_dir: 2024-03-30T04:24:20.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-03-30T04:24:20.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-30T04:24:20.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-30T04:24:20.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-30T04:24:20.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-30T04:24:20.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-30T04:24:20.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-30T04:24:20.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.advise_random_on_open: 1 2024-03-30T04:24:20.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-30T04:24:20.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.write_buffer_manager: 0x562fa4a76270 2024-03-30T04:24:20.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-30T04:24:20.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-03-30T04:24:20.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-30T04:24:20.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-30T04:24:20.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.rate_limiter: (nil) 2024-03-30T04:24:20.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-30T04:24:20.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-30T04:24:20.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-30T04:24:20.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-30T04:24:20.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.unordered_write: 0 2024-03-30T04:24:20.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-30T04:24:20.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-30T04:24:20.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-30T04:24:20.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-30T04:24:20.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.row_cache: None 2024-03-30T04:24:20.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.wal_filter: None 2024-03-30T04:24:20.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-30T04:24:20.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-30T04:24:20.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.preserve_deletes: 0 2024-03-30T04:24:20.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.two_write_queues: 0 2024-03-30T04:24:20.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.manual_wal_flush: 0 2024-03-30T04:24:20.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.atomic_flush: 0 2024-03-30T04:24:20.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-30T04:24:20.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-30T04:24:20.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-30T04:24:20.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.log_readahead_size: 0 2024-03-30T04:24:20.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-30T04:24:20.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-30T04:24:20.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-30T04:24:20.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-30T04:24:20.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-30T04:24:20.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-30T04:24:20.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.max_background_jobs: 2 2024-03-30T04:24:20.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.max_background_compactions: -1 2024-03-30T04:24:20.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.max_subcompactions: 1 2024-03-30T04:24:20.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-30T04:24:20.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-30T04:24:20.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-30T04:24:20.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.max_total_wal_size: 0 2024-03-30T04:24:20.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-30T04:24:20.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-30T04:24:20.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-30T04:24:20.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-30T04:24:20.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.max_open_files: -1 2024-03-30T04:24:20.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.bytes_per_sync: 0 2024-03-30T04:24:20.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-30T04:24:20.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-30T04:24:20.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-30T04:24:20.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.max_background_flushes: -1 2024-03-30T04:24:20.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Compression algorithms supported: 2024-03-30T04:24:20.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-30T04:24:20.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: kZSTD supported: 0 2024-03-30T04:24:20.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: kXpressCompression supported: 0 2024-03-30T04:24:20.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-30T04:24:20.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: kLZ4Compression supported: 1 2024-03-30T04:24:20.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: kBZip2Compression supported: 0 2024-03-30T04:24:20.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: kZlibCompression supported: 1 2024-03-30T04:24:20.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: kSnappyCompression supported: 1 2024-03-30T04:24:20.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-30T04:24:20.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 2024-03-30T04:24:20.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2024-03-30T04:24:20.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-30T04:24:20.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.merge_operator: 2024-03-30T04:24:20.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.compaction_filter: None 2024-03-30T04:24:20.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.compaction_filter_factory: None 2024-03-30T04:24:20.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-30T04:24:20.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-30T04:24:20.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.168+0000 7fc0db3be880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-30T04:24:20.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562fa4953d00) 2024-03-30T04:24:20.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: cache_index_and_filter_blocks: 1 2024-03-30T04:24:20.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-30T04:24:20.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-30T04:24:20.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: pin_top_level_index_and_filter: 1 2024-03-30T04:24:20.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: index_type: 0 2024-03-30T04:24:20.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: data_block_index_type: 0 2024-03-30T04:24:20.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: index_shortening: 1 2024-03-30T04:24:20.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: data_block_hash_table_util_ratio: 0.750000 2024-03-30T04:24:20.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: hash_index_allow_collision: 1 2024-03-30T04:24:20.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: checksum: 1 2024-03-30T04:24:20.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: no_block_cache: 0 2024-03-30T04:24:20.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: block_cache: 0x562fa49ba170 2024-03-30T04:24:20.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: block_cache_name: BinnedLRUCache 2024-03-30T04:24:20.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: block_cache_options: 2024-03-30T04:24:20.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: capacity : 536870912 2024-03-30T04:24:20.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: num_shard_bits : 4 2024-03-30T04:24:20.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: strict_capacity_limit : 0 2024-03-30T04:24:20.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: high_pri_pool_ratio: 0.000 2024-03-30T04:24:20.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: block_cache_compressed: (nil) 2024-03-30T04:24:20.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: persistent_cache: (nil) 2024-03-30T04:24:20.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: block_size: 4096 2024-03-30T04:24:20.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: block_size_deviation: 10 2024-03-30T04:24:20.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: block_restart_interval: 16 2024-03-30T04:24:20.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: index_block_restart_interval: 1 2024-03-30T04:24:20.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: metadata_block_size: 4096 2024-03-30T04:24:20.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: partition_filters: 0 2024-03-30T04:24:20.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: use_delta_encoding: 1 2024-03-30T04:24:20.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: filter_policy: rocksdb.BuiltinBloomFilter 2024-03-30T04:24:20.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: whole_key_filtering: 1 2024-03-30T04:24:20.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: verify_compression: 0 2024-03-30T04:24:20.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: read_amp_bytes_per_bit: 0 2024-03-30T04:24:20.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: format_version: 4 2024-03-30T04:24:20.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: enable_index_compression: 1 2024-03-30T04:24:20.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: block_align: 0 2024-03-30T04:24:20.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-30T04:24:20.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-30T04:24:20.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.compression: NoCompression 2024-03-30T04:24:20.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-30T04:24:20.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-30T04:24:20.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-30T04:24:20.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.num_levels: 7 2024-03-30T04:24:20.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-30T04:24:20.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-30T04:24:20.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-30T04:24:20.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-30T04:24:20.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-30T04:24:20.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-30T04:24:20.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-30T04:24:20.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-30T04:24:20.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-30T04:24:20.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-30T04:24:20.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-30T04:24:20.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.compression_opts.level: 32767 2024-03-30T04:24:20.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-30T04:24:20.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-30T04:24:20.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-30T04:24:20.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-30T04:24:20.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.compression_opts.enabled: false 2024-03-30T04:24:20.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-30T04:24:20.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-30T04:24:20.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-30T04:24:20.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-30T04:24:20.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-30T04:24:20.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-30T04:24:20.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-30T04:24:20.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-30T04:24:20.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-30T04:24:20.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-30T04:24:20.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-30T04:24:20.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-30T04:24:20.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-30T04:24:20.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-30T04:24:20.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-30T04:24:20.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-30T04:24:20.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-30T04:24:20.388 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.arena_block_size: 4194304 2024-03-30T04:24:20.388 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-30T04:24:20.388 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-30T04:24:20.388 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-03-30T04:24:20.388 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-30T04:24:20.388 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-30T04:24:20.388 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-30T04:24:20.388 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-30T04:24:20.388 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-30T04:24:20.388 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-30T04:24:20.388 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-30T04:24:20.388 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-30T04:24:20.388 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-30T04:24:20.389 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-30T04:24:20.389 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-30T04:24:20.389 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.table_properties_collectors: 2024-03-30T04:24:20.389 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.inplace_update_support: 0 2024-03-30T04:24:20.389 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-30T04:24:20.389 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-30T04:24:20.389 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-30T04:24:20.389 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-30T04:24:20.389 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.bloom_locality: 0 2024-03-30T04:24:20.389 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.max_successive_merges: 0 2024-03-30T04:24:20.389 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-30T04:24:20.389 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-30T04:24:20.389 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.force_consistency_checks: 1 2024-03-30T04:24:20.390 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-30T04:24:20.390 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.ttl: 2592000 2024-03-30T04:24:20.390 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-30T04:24:20.390 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.enable_blob_files: false 2024-03-30T04:24:20.390 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.min_blob_size: 0 2024-03-30T04:24:20.390 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.blob_file_size: 268435456 2024-03-30T04:24:20.390 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-30T04:24:20.390 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-30T04:24:20.390 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.172+0000 7fc0db3be880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-30T04:24:20.390 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.176+0000 7fc0db3be880 4 rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 succeeded,manifest_file_number is 9, next_file_number is 11, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-30T04:24:20.390 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.176+0000 7fc0db3be880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2024-03-30T04:24:20.390 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.176+0000 7fc0db3be880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 13 2024-03-30T04:24:20.390 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.176+0000 7fc0db3be880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711772660179140, "job": 1, "event": "recovery_started", "wal_files": [10]} 2024-03-30T04:24:20.391 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.176+0000 7fc0db3be880 4 rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2024-03-30T04:24:20.391 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.176+0000 7fc0db3be880 3 rocksdb: [table/block_based/filter_policy.cc:996] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-03-30T04:24:20.391 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.176+0000 7fc0db3be880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711772660180068, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 79201, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 77464, "index_size": 225, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10027, "raw_average_key_size": 47, "raw_value_size": 71773, "raw_average_value_size": 340, "num_data_blocks": 10, "num_entries": 211, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1711772660, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "e830ef7c-8a43-45cf-b369-172de50db303", "db_session_id": "E1OK3TR7SZUVKVI6TNVY"}} 2024-03-30T04:24:20.391 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.176+0000 7fc0db3be880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 15 2024-03-30T04:24:20.391 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.176+0000 7fc0db3be880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711772660180447, "job": 1, "event": "recovery_finished"} 2024-03-30T04:24:20.391 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.176+0000 7fc0db3be880 4 rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-30T04:24:20.391 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.176+0000 7fc0db3be880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x562fa49a0a80 2024-03-30T04:24:20.391 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.176+0000 7fc0db3be880 4 rocksdb: DB pointer 0x562fa49b0000 2024-03-30T04:24:20.391 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.176+0000 7fc0cb146700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2024-03-30T04:24:20.391 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.176+0000 7fc0cb146700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2024-03-30T04:24:20.391 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: ** DB Stats ** 2024-03-30T04:24:20.391 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-30T04:24:20.392 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-30T04:24:20.392 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-30T04:24:20.392 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-30T04:24:20.392 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-30T04:24:20.392 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-03-30T04:24:20.392 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-30T04:24:20.392 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: ** Compaction Stats [default] ** 2024-03-30T04:24:20.392 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-30T04:24:20.392 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-30T04:24:20.392 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: L0 2/0 79.10 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 125.1 0.00 0.00 1 0.001 0 0 2024-03-30T04:24:20.392 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: Sum 2/0 79.10 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 125.1 0.00 0.00 1 0.001 0 0 2024-03-30T04:24:20.392 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 125.1 0.00 0.00 1 0.001 0 0 2024-03-30T04:24:20.392 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: ** Compaction Stats [default] ** 2024-03-30T04:24:20.393 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-30T04:24:20.393 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-30T04:24:20.393 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 125.1 0.00 0.00 1 0.001 0 0 2024-03-30T04:24:20.393 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-30T04:24:20.393 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-30T04:24:20.393 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-30T04:24:20.393 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: AddFile(Total Files): cumulative 0, interval 0 2024-03-30T04:24:20.393 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-30T04:24:20.393 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: AddFile(Keys): cumulative 0, interval 0 2024-03-30T04:24:20.393 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: Cumulative compaction: 0.00 GB write, 10.62 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:24:20.393 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: Interval compaction: 0.00 GB write, 10.62 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:24:20.393 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-30T04:24:20.393 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: ** File Read Latency Histogram By Level [default] ** 2024-03-30T04:24:20.394 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: ** Compaction Stats [default] ** 2024-03-30T04:24:20.394 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-30T04:24:20.394 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-30T04:24:20.394 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: L0 2/0 79.10 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 125.1 0.00 0.00 1 0.001 0 0 2024-03-30T04:24:20.394 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: Sum 2/0 79.10 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 125.1 0.00 0.00 1 0.001 0 0 2024-03-30T04:24:20.394 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-03-30T04:24:20.394 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: ** Compaction Stats [default] ** 2024-03-30T04:24:20.394 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-30T04:24:20.394 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-30T04:24:20.394 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 125.1 0.00 0.00 1 0.001 0 0 2024-03-30T04:24:20.394 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-30T04:24:20.394 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-30T04:24:20.395 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-30T04:24:20.395 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: AddFile(Total Files): cumulative 0, interval 0 2024-03-30T04:24:20.395 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-30T04:24:20.395 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: AddFile(Keys): cumulative 0, interval 0 2024-03-30T04:24:20.395 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: Cumulative compaction: 0.00 GB write, 10.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:24:20.395 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:24:20.395 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-30T04:24:20.395 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: ** File Read Latency Histogram By Level [default] ** 2024-03-30T04:24:20.395 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.176+0000 7fc0db3be880 0 starting mon.a rank 0 at public addrs [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] at bind addrs [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:24:20.395 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.180+0000 7fc0db3be880 1 mon.a@-1(???) e1 preinit fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:24:20.395 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.180+0000 7fc0db3be880 0 mon.a@-1(???).mds e1 new map 2024-03-30T04:24:20.395 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.180+0000 7fc0db3be880 0 mon.a@-1(???).mds e1 print_map 2024-03-30T04:24:20.396 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: e1 2024-03-30T04:24:20.396 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-30T04:24:20.396 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-03-30T04:24:20.396 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: legacy client fscid: -1 2024-03-30T04:24:20.396 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: 2024-03-30T04:24:20.396 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: No filesystems configured 2024-03-30T04:24:20.396 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.180+0000 7fc0db3be880 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-30T04:24:20.396 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.180+0000 7fc0db3be880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-30T04:24:20.396 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.180+0000 7fc0db3be880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-30T04:24:20.396 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.180+0000 7fc0db3be880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-30T04:24:20.396 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: debug 2024-03-30T04:24:20.180+0000 7fc0db3be880 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-03-30T04:24:20.396 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: cluster 2024-03-30T04:24:20.206856+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-30T04:24:20.396 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: cluster 2024-03-30T04:24:20.206934+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0]} 2024-03-30T04:24:20.396 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: cluster 2024-03-30T04:24:20.207042+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2024-03-30T04:24:20.397 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: cluster 2024-03-30T04:24:20.207085+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-30T04:24:20.397 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:20 smithi111 bash[18552]: cluster 2024-03-30T04:24:20.207518+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-03-30T04:24:21.054 INFO:teuthology.orchestra.run.smithi111.stderr:Wrote config to /etc/ceph/ceph.conf 2024-03-30T04:24:21.054 INFO:teuthology.orchestra.run.smithi111.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-03-30T04:24:21.054 INFO:teuthology.orchestra.run.smithi111.stderr:Creating mgr... 2024-03-30T04:24:21.055 INFO:teuthology.orchestra.run.smithi111.stderr:Verifying port 9283 ... 2024-03-30T04:24:21.292 INFO:teuthology.orchestra.run.smithi111.stderr:systemctl: Failed to reset failed state of unit ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@mgr.y.service: Unit ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@mgr.y.service not loaded. 2024-03-30T04:24:21.297 INFO:teuthology.orchestra.run.smithi111.stderr:systemctl: Created symlink /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4.target.wants/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@mgr.y.service -> /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service. 2024-03-30T04:24:21.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:21 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:24:21.516 INFO:teuthology.orchestra.run.smithi111.stderr:firewalld does not appear to be present 2024-03-30T04:24:21.516 INFO:teuthology.orchestra.run.smithi111.stderr:Not possible to enable service . firewalld.service is not available 2024-03-30T04:24:21.516 INFO:teuthology.orchestra.run.smithi111.stderr:firewalld does not appear to be present 2024-03-30T04:24:21.516 INFO:teuthology.orchestra.run.smithi111.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-03-30T04:24:21.516 INFO:teuthology.orchestra.run.smithi111.stderr:Waiting for mgr to start... 2024-03-30T04:24:21.516 INFO:teuthology.orchestra.run.smithi111.stderr:Waiting for mgr... 2024-03-30T04:24:21.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:21 smithi111 bash[18552]: audit 2024-03-30T04:24:20.421277+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.111:0/1846879518' entity='client.admin' 2024-03-30T04:24:21.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:21 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:24:22.853 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: 2024-03-30T04:24:22.853 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: { 2024-03-30T04:24:22.853 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "fsid": "374abe7a-ee4d-11ee-b647-cb9ed24678a4", 2024-03-30T04:24:22.853 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "health": { 2024-03-30T04:24:22.854 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-03-30T04:24:22.854 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "checks": {}, 2024-03-30T04:24:22.854 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "mutes": [] 2024-03-30T04:24:22.854 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: }, 2024-03-30T04:24:22.854 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-03-30T04:24:22.854 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "quorum": [ 2024-03-30T04:24:22.854 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: 0 2024-03-30T04:24:22.854 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: ], 2024-03-30T04:24:22.854 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "quorum_names": [ 2024-03-30T04:24:22.854 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "a" 2024-03-30T04:24:22.854 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: ], 2024-03-30T04:24:22.854 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-03-30T04:24:22.855 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "monmap": { 2024-03-30T04:24:22.855 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:24:22.855 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2024-03-30T04:24:22.855 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "num_mons": 1 2024-03-30T04:24:22.855 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: }, 2024-03-30T04:24:22.855 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "osdmap": { 2024-03-30T04:24:22.855 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:24:22.855 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "num_osds": 0, 2024-03-30T04:24:22.855 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-03-30T04:24:22.855 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-03-30T04:24:22.856 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-03-30T04:24:22.856 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-03-30T04:24:22.856 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-03-30T04:24:22.856 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: }, 2024-03-30T04:24:22.856 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "pgmap": { 2024-03-30T04:24:22.856 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-03-30T04:24:22.856 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-03-30T04:24:22.856 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "num_pools": 0, 2024-03-30T04:24:22.856 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "num_objects": 0, 2024-03-30T04:24:22.856 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-03-30T04:24:22.856 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-03-30T04:24:22.857 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-03-30T04:24:22.857 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "bytes_total": 0 2024-03-30T04:24:22.857 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: }, 2024-03-30T04:24:22.857 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "fsmap": { 2024-03-30T04:24:22.857 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:24:22.857 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "by_rank": [], 2024-03-30T04:24:22.857 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "up:standby": 0 2024-03-30T04:24:22.857 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: }, 2024-03-30T04:24:22.857 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "mgrmap": { 2024-03-30T04:24:22.857 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "available": false, 2024-03-30T04:24:22.857 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-03-30T04:24:22.857 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "modules": [ 2024-03-30T04:24:22.857 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "iostat", 2024-03-30T04:24:22.858 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "nfs", 2024-03-30T04:24:22.858 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "restful" 2024-03-30T04:24:22.858 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: ], 2024-03-30T04:24:22.858 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "services": {} 2024-03-30T04:24:22.858 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: }, 2024-03-30T04:24:22.858 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "servicemap": { 2024-03-30T04:24:22.858 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:24:22.858 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "modified": "2024-03-30T04:24:14.385714+0000", 2024-03-30T04:24:22.858 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "services": {} 2024-03-30T04:24:22.858 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: }, 2024-03-30T04:24:22.858 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "progress_events": {} 2024-03-30T04:24:22.858 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: } 2024-03-30T04:24:22.860 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:22 smithi111 bash[18807]: debug 2024-03-30T04:24:22.760+0000 7fac483d0000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-30T04:24:23.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:22 smithi111 bash[18552]: audit 2024-03-30T04:24:22.847894+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.111:0/1885402999' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-30T04:24:23.467 INFO:teuthology.orchestra.run.smithi111.stderr:mgr not available, waiting (1/15)... 2024-03-30T04:24:24.602 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:24 smithi111 bash[18807]: debug 2024-03-30T04:24:24.268+0000 7fac483d0000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-30T04:24:24.602 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:24 smithi111 bash[18807]: debug 2024-03-30T04:24:24.360+0000 7fac483d0000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-30T04:24:24.870 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:24 smithi111 bash[18807]: debug 2024-03-30T04:24:24.600+0000 7fac483d0000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-30T04:24:25.621 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:25 smithi111 bash[18807]: debug 2024-03-30T04:24:25.320+0000 7fac483d0000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-30T04:24:25.621 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:25 smithi111 bash[18807]: debug 2024-03-30T04:24:25.420+0000 7fac483d0000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-30T04:24:25.621 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:25 smithi111 bash[18807]: debug 2024-03-30T04:24:25.520+0000 7fac483d0000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-30T04:24:26.109 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:25 smithi111 bash[18807]: debug 2024-03-30T04:24:25.628+0000 7fac483d0000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-30T04:24:26.109 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:25 smithi111 bash[18807]: debug 2024-03-30T04:24:25.835+0000 7fac483d0000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-30T04:24:26.110 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:26 smithi111 bash[18807]: debug 2024-03-30T04:24:26.107+0000 7fac483d0000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-30T04:24:26.370 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:26 smithi111 bash[18807]: debug 2024-03-30T04:24:26.207+0000 7fac483d0000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-30T04:24:26.518 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: 2024-03-30T04:24:26.518 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: { 2024-03-30T04:24:26.518 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "fsid": "374abe7a-ee4d-11ee-b647-cb9ed24678a4", 2024-03-30T04:24:26.518 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "health": { 2024-03-30T04:24:26.519 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-03-30T04:24:26.519 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "checks": {}, 2024-03-30T04:24:26.519 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "mutes": [] 2024-03-30T04:24:26.519 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: }, 2024-03-30T04:24:26.519 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-03-30T04:24:26.519 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "quorum": [ 2024-03-30T04:24:26.519 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: 0 2024-03-30T04:24:26.519 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: ], 2024-03-30T04:24:26.519 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "quorum_names": [ 2024-03-30T04:24:26.519 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "a" 2024-03-30T04:24:26.519 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: ], 2024-03-30T04:24:26.520 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "quorum_age": 6, 2024-03-30T04:24:26.520 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "monmap": { 2024-03-30T04:24:26.520 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:24:26.520 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2024-03-30T04:24:26.520 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "num_mons": 1 2024-03-30T04:24:26.520 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: }, 2024-03-30T04:24:26.520 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "osdmap": { 2024-03-30T04:24:26.520 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:24:26.520 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "num_osds": 0, 2024-03-30T04:24:26.520 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-03-30T04:24:26.520 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-03-30T04:24:26.520 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-03-30T04:24:26.524 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-03-30T04:24:26.524 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-03-30T04:24:26.524 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: }, 2024-03-30T04:24:26.524 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "pgmap": { 2024-03-30T04:24:26.525 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-03-30T04:24:26.525 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-03-30T04:24:26.525 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "num_pools": 0, 2024-03-30T04:24:26.525 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "num_objects": 0, 2024-03-30T04:24:26.525 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-03-30T04:24:26.525 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-03-30T04:24:26.525 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-03-30T04:24:26.525 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "bytes_total": 0 2024-03-30T04:24:26.525 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: }, 2024-03-30T04:24:26.525 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "fsmap": { 2024-03-30T04:24:26.525 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:24:26.525 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "by_rank": [], 2024-03-30T04:24:26.526 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "up:standby": 0 2024-03-30T04:24:26.526 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: }, 2024-03-30T04:24:26.526 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "mgrmap": { 2024-03-30T04:24:26.526 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "available": false, 2024-03-30T04:24:26.526 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-03-30T04:24:26.526 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "modules": [ 2024-03-30T04:24:26.526 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "iostat", 2024-03-30T04:24:26.526 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "nfs", 2024-03-30T04:24:26.526 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "restful" 2024-03-30T04:24:26.526 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: ], 2024-03-30T04:24:26.526 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "services": {} 2024-03-30T04:24:26.526 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: }, 2024-03-30T04:24:26.526 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "servicemap": { 2024-03-30T04:24:26.527 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:24:26.527 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "modified": "2024-03-30T04:24:14.385714+0000", 2024-03-30T04:24:26.527 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "services": {} 2024-03-30T04:24:26.527 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: }, 2024-03-30T04:24:26.527 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "progress_events": {} 2024-03-30T04:24:26.527 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: } 2024-03-30T04:24:26.724 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:26 smithi111 bash[18807]: debug 2024-03-30T04:24:26.391+0000 7fac483d0000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-30T04:24:26.724 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:26 smithi111 bash[18807]: debug 2024-03-30T04:24:26.635+0000 7fac483d0000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-30T04:24:26.724 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:26 smithi111 bash[18552]: audit 2024-03-30T04:24:26.516004+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.111:0/1846926376' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-30T04:24:27.065 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:26 smithi111 bash[18807]: debug 2024-03-30T04:24:26.899+0000 7fac483d0000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-30T04:24:27.091 INFO:teuthology.orchestra.run.smithi111.stderr:mgr not available, waiting (2/15)... 2024-03-30T04:24:27.371 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:27 smithi111 bash[18807]: debug 2024-03-30T04:24:27.059+0000 7fac483d0000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:24:27.371 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:27 smithi111 bash[18807]: debug 2024-03-30T04:24:27.287+0000 7fac483d0000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-30T04:24:27.733 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:27 smithi111 bash[18807]: debug 2024-03-30T04:24:27.399+0000 7fac483d0000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-30T04:24:28.120 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:27 smithi111 bash[18807]: debug 2024-03-30T04:24:27.731+0000 7fac483d0000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:24:28.746 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:28 smithi111 bash[18807]: debug 2024-03-30T04:24:28.435+0000 7fac483d0000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-30T04:24:28.747 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:28 smithi111 bash[18807]: debug 2024-03-30T04:24:28.543+0000 7fac483d0000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-30T04:24:28.747 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:28 smithi111 bash[18807]: debug 2024-03-30T04:24:28.743+0000 7fac483d0000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-30T04:24:29.370 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:29 smithi111 bash[18807]: debug 2024-03-30T04:24:29.059+0000 7fac483d0000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-30T04:24:29.785 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:29 smithi111 bash[18807]: debug 2024-03-30T04:24:29.423+0000 7fac483d0000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-30T04:24:29.785 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:29 smithi111 bash[18807]: debug 2024-03-30T04:24:29.535+0000 7fac483d0000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-30T04:24:29.785 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:29 smithi111 bash[18552]: cluster 2024-03-30T04:24:29.560285+0000 mon.a (mon.0) 9 : cluster [INF] Activating manager daemon y 2024-03-30T04:24:29.786 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:29 smithi111 bash[18552]: cluster 2024-03-30T04:24:29.563574+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e2: y(active, starting, since 0.0034957s) 2024-03-30T04:24:29.786 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:29 smithi111 bash[18552]: audit 2024-03-30T04:24:29.566617+0000 mon.a (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.111:0/200790539' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:24:29.786 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:29 smithi111 bash[18552]: audit 2024-03-30T04:24:29.566836+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.111:0/200790539' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:24:29.786 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:29 smithi111 bash[18552]: audit 2024-03-30T04:24:29.567156+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.111:0/200790539' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:24:29.786 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:29 smithi111 bash[18552]: audit 2024-03-30T04:24:29.567454+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.111:0/200790539' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:24:29.786 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:29 smithi111 bash[18552]: audit 2024-03-30T04:24:29.567716+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.111:0/200790539' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:24:29.786 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:29 smithi111 bash[18552]: audit 2024-03-30T04:24:29.567923+0000 mon.a (mon.0) 16 : audit [DBG] from='mgr.14100 172.21.15.111:0/200790539' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:24:29.786 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:29 smithi111 bash[18552]: audit 2024-03-30T04:24:29.568122+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.111:0/200790539' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:24:29.786 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:29 smithi111 bash[18552]: audit 2024-03-30T04:24:29.568305+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.111:0/200790539' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:24:29.786 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:29 smithi111 bash[18552]: cluster 2024-03-30T04:24:29.592540+0000 mon.a (mon.0) 19 : cluster [INF] Manager daemon y is now available 2024-03-30T04:24:29.786 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:29 smithi111 bash[18552]: audit 2024-03-30T04:24:29.604295+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.111:0/200790539' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:24:29.786 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:29 smithi111 bash[18552]: audit 2024-03-30T04:24:29.605590+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.111:0/200790539' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:24:30.079 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: 2024-03-30T04:24:30.080 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: { 2024-03-30T04:24:30.080 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "fsid": "374abe7a-ee4d-11ee-b647-cb9ed24678a4", 2024-03-30T04:24:30.080 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "health": { 2024-03-30T04:24:30.080 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-03-30T04:24:30.080 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "checks": {}, 2024-03-30T04:24:30.080 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "mutes": [] 2024-03-30T04:24:30.080 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: }, 2024-03-30T04:24:30.080 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-03-30T04:24:30.080 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "quorum": [ 2024-03-30T04:24:30.080 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: 0 2024-03-30T04:24:30.080 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: ], 2024-03-30T04:24:30.080 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "quorum_names": [ 2024-03-30T04:24:30.080 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "a" 2024-03-30T04:24:30.080 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: ], 2024-03-30T04:24:30.081 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "quorum_age": 9, 2024-03-30T04:24:30.081 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "monmap": { 2024-03-30T04:24:30.081 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:24:30.081 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2024-03-30T04:24:30.081 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "num_mons": 1 2024-03-30T04:24:30.081 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: }, 2024-03-30T04:24:30.081 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "osdmap": { 2024-03-30T04:24:30.081 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:24:30.081 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "num_osds": 0, 2024-03-30T04:24:30.081 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-03-30T04:24:30.081 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-03-30T04:24:30.081 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-03-30T04:24:30.085 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-03-30T04:24:30.085 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-03-30T04:24:30.085 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: }, 2024-03-30T04:24:30.085 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "pgmap": { 2024-03-30T04:24:30.085 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-03-30T04:24:30.085 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-03-30T04:24:30.085 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "num_pools": 0, 2024-03-30T04:24:30.085 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "num_objects": 0, 2024-03-30T04:24:30.086 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-03-30T04:24:30.086 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-03-30T04:24:30.086 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-03-30T04:24:30.086 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "bytes_total": 0 2024-03-30T04:24:30.086 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: }, 2024-03-30T04:24:30.086 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "fsmap": { 2024-03-30T04:24:30.086 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:24:30.086 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "by_rank": [], 2024-03-30T04:24:30.086 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "up:standby": 0 2024-03-30T04:24:30.086 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: }, 2024-03-30T04:24:30.086 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "mgrmap": { 2024-03-30T04:24:30.086 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "available": false, 2024-03-30T04:24:30.086 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-03-30T04:24:30.086 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "modules": [ 2024-03-30T04:24:30.087 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "iostat", 2024-03-30T04:24:30.087 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "nfs", 2024-03-30T04:24:30.087 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "restful" 2024-03-30T04:24:30.087 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: ], 2024-03-30T04:24:30.087 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "services": {} 2024-03-30T04:24:30.087 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: }, 2024-03-30T04:24:30.087 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "servicemap": { 2024-03-30T04:24:30.087 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:24:30.087 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "modified": "2024-03-30T04:24:14.385714+0000", 2024-03-30T04:24:30.087 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "services": {} 2024-03-30T04:24:30.087 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: }, 2024-03-30T04:24:30.087 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "progress_events": {} 2024-03-30T04:24:30.087 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: } 2024-03-30T04:24:30.698 INFO:teuthology.orchestra.run.smithi111.stderr:mgr not available, waiting (3/15)... 2024-03-30T04:24:30.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:30 smithi111 bash[18552]: audit 2024-03-30T04:24:29.613962+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.14100 172.21.15.111:0/200790539' entity='mgr.y' 2024-03-30T04:24:30.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:30 smithi111 bash[18552]: audit 2024-03-30T04:24:29.619111+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.111:0/200790539' entity='mgr.y' 2024-03-30T04:24:30.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:30 smithi111 bash[18552]: audit 2024-03-30T04:24:29.621882+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.111:0/200790539' entity='mgr.y' 2024-03-30T04:24:30.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:30 smithi111 bash[18552]: audit 2024-03-30T04:24:30.078288+0000 mon.a (mon.0) 25 : audit [DBG] from='client.? 172.21.15.111:0/2020513002' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-30T04:24:30.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:30 smithi111 bash[18552]: cluster 2024-03-30T04:24:30.575368+0000 mon.a (mon.0) 26 : cluster [DBG] mgrmap e3: y(active, since 1.01527s) 2024-03-30T04:24:32.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:32 smithi111 bash[18552]: cluster 2024-03-30T04:24:31.623111+0000 mon.a (mon.0) 27 : cluster [DBG] mgrmap e4: y(active, since 2s) 2024-03-30T04:24:34.031 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: 2024-03-30T04:24:34.031 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: { 2024-03-30T04:24:34.031 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "fsid": "374abe7a-ee4d-11ee-b647-cb9ed24678a4", 2024-03-30T04:24:34.031 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "health": { 2024-03-30T04:24:34.031 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-03-30T04:24:34.031 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "checks": {}, 2024-03-30T04:24:34.031 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "mutes": [] 2024-03-30T04:24:34.031 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: }, 2024-03-30T04:24:34.031 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-03-30T04:24:34.032 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "quorum": [ 2024-03-30T04:24:34.032 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: 0 2024-03-30T04:24:34.032 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: ], 2024-03-30T04:24:34.032 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "quorum_names": [ 2024-03-30T04:24:34.032 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "a" 2024-03-30T04:24:34.038 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: ], 2024-03-30T04:24:34.038 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "quorum_age": 13, 2024-03-30T04:24:34.038 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "monmap": { 2024-03-30T04:24:34.038 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:24:34.038 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2024-03-30T04:24:34.038 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "num_mons": 1 2024-03-30T04:24:34.039 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: }, 2024-03-30T04:24:34.039 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "osdmap": { 2024-03-30T04:24:34.039 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:24:34.039 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "num_osds": 0, 2024-03-30T04:24:34.039 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-03-30T04:24:34.039 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-03-30T04:24:34.039 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-03-30T04:24:34.039 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-03-30T04:24:34.039 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-03-30T04:24:34.039 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: }, 2024-03-30T04:24:34.039 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "pgmap": { 2024-03-30T04:24:34.039 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-03-30T04:24:34.039 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-03-30T04:24:34.039 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "num_pools": 0, 2024-03-30T04:24:34.039 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "num_objects": 0, 2024-03-30T04:24:34.039 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-03-30T04:24:34.040 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-03-30T04:24:34.040 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-03-30T04:24:34.040 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "bytes_total": 0 2024-03-30T04:24:34.040 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: }, 2024-03-30T04:24:34.040 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "fsmap": { 2024-03-30T04:24:34.040 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:24:34.040 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "by_rank": [], 2024-03-30T04:24:34.040 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "up:standby": 0 2024-03-30T04:24:34.040 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: }, 2024-03-30T04:24:34.040 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "mgrmap": { 2024-03-30T04:24:34.040 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "available": true, 2024-03-30T04:24:34.040 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-03-30T04:24:34.040 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "modules": [ 2024-03-30T04:24:34.040 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "iostat", 2024-03-30T04:24:34.040 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "nfs", 2024-03-30T04:24:34.040 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "restful" 2024-03-30T04:24:34.041 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: ], 2024-03-30T04:24:34.041 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "services": {} 2024-03-30T04:24:34.041 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: }, 2024-03-30T04:24:34.041 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "servicemap": { 2024-03-30T04:24:34.041 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:24:34.041 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "modified": "2024-03-30T04:24:14.385714+0000", 2024-03-30T04:24:34.041 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "services": {} 2024-03-30T04:24:34.041 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: }, 2024-03-30T04:24:34.041 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "progress_events": {} 2024-03-30T04:24:34.041 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: } 2024-03-30T04:24:34.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:34 smithi111 bash[18552]: audit 2024-03-30T04:24:34.031093+0000 mon.a (mon.0) 28 : audit [DBG] from='client.? 172.21.15.111:0/4093428962' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-30T04:24:34.586 INFO:teuthology.orchestra.run.smithi111.stderr:mgr is available 2024-03-30T04:24:35.804 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: 2024-03-30T04:24:35.804 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: [global] 2024-03-30T04:24:35.804 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: fsid = 374abe7a-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:24:35.805 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-03-30T04:24:35.805 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-03-30T04:24:35.805 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-03-30T04:24:35.805 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-03-30T04:24:35.806 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: 2024-03-30T04:24:35.806 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: [mgr] 2024-03-30T04:24:35.806 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-03-30T04:24:35.806 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: 2024-03-30T04:24:35.806 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: [osd] 2024-03-30T04:24:35.806 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-03-30T04:24:35.806 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-03-30T04:24:36.424 INFO:teuthology.orchestra.run.smithi111.stderr:Enabling cephadm module... 2024-03-30T04:24:36.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:36 smithi111 bash[18552]: audit 2024-03-30T04:24:35.798939+0000 mon.a (mon.0) 29 : audit [INF] from='client.? 172.21.15.111:0/1797756640' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-30T04:24:36.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:36 smithi111 bash[18552]: audit 2024-03-30T04:24:35.804983+0000 mon.a (mon.0) 30 : audit [INF] from='client.? 172.21.15.111:0/1797756640' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-30T04:24:38.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:37 smithi111 bash[18552]: audit 2024-03-30T04:24:37.670567+0000 mon.a (mon.0) 31 : audit [INF] from='client.? 172.21.15.111:0/1022792723' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-03-30T04:24:38.121 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:37 smithi111 bash[18807]: ignoring --setuser ceph since I am not root 2024-03-30T04:24:38.121 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:37 smithi111 bash[18807]: ignoring --setgroup ceph since I am not root 2024-03-30T04:24:38.121 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:37 smithi111 bash[18807]: debug 2024-03-30T04:24:37.907+0000 7fed328b9000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-30T04:24:39.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:38 smithi111 bash[18552]: audit 2024-03-30T04:24:37.726439+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.111:0/1022792723' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-03-30T04:24:39.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:38 smithi111 bash[18552]: cluster 2024-03-30T04:24:37.726529+0000 mon.a (mon.0) 33 : cluster [DBG] mgrmap e5: y(active, since 8s) 2024-03-30T04:24:39.536 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: { 2024-03-30T04:24:39.536 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "epoch": 5, 2024-03-30T04:24:39.536 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "available": true, 2024-03-30T04:24:39.537 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "active_name": "y", 2024-03-30T04:24:39.537 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "num_standby": 0 2024-03-30T04:24:39.538 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: } 2024-03-30T04:24:39.726 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:39 smithi111 bash[18807]: debug 2024-03-30T04:24:39.427+0000 7fed328b9000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-30T04:24:39.726 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:39 smithi111 bash[18807]: debug 2024-03-30T04:24:39.523+0000 7fed328b9000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-30T04:24:40.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:39 smithi111 bash[18552]: audit 2024-03-30T04:24:39.537051+0000 mon.a (mon.0) 34 : audit [DBG] from='client.? 172.21.15.111:0/2088227520' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-30T04:24:40.121 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:39 smithi111 bash[18807]: debug 2024-03-30T04:24:39.767+0000 7fed328b9000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-30T04:24:40.167 INFO:teuthology.orchestra.run.smithi111.stderr:Waiting for the mgr to restart... 2024-03-30T04:24:40.167 INFO:teuthology.orchestra.run.smithi111.stderr:Waiting for mgr epoch 5... 2024-03-30T04:24:40.808 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:40 smithi111 bash[18807]: debug 2024-03-30T04:24:40.491+0000 7fed328b9000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-30T04:24:40.808 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:40 smithi111 bash[18807]: debug 2024-03-30T04:24:40.595+0000 7fed328b9000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-30T04:24:40.808 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:40 smithi111 bash[18807]: debug 2024-03-30T04:24:40.695+0000 7fed328b9000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-30T04:24:40.808 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:40 smithi111 bash[18807]: debug 2024-03-30T04:24:40.803+0000 7fed328b9000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-30T04:24:41.120 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:41 smithi111 bash[18807]: debug 2024-03-30T04:24:41.015+0000 7fed328b9000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-30T04:24:41.556 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:41 smithi111 bash[18807]: debug 2024-03-30T04:24:41.279+0000 7fed328b9000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-30T04:24:41.556 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:41 smithi111 bash[18807]: debug 2024-03-30T04:24:41.379+0000 7fed328b9000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-30T04:24:41.871 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:41 smithi111 bash[18807]: debug 2024-03-30T04:24:41.551+0000 7fed328b9000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-30T04:24:41.871 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:41 smithi111 bash[18807]: debug 2024-03-30T04:24:41.791+0000 7fed328b9000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-30T04:24:42.370 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:42 smithi111 bash[18807]: debug 2024-03-30T04:24:42.051+0000 7fed328b9000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-30T04:24:42.371 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:42 smithi111 bash[18807]: debug 2024-03-30T04:24:42.211+0000 7fed328b9000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:24:42.870 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:42 smithi111 bash[18807]: debug 2024-03-30T04:24:42.439+0000 7fed328b9000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-30T04:24:42.871 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:42 smithi111 bash[18807]: debug 2024-03-30T04:24:42.551+0000 7fed328b9000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-30T04:24:43.370 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:42 smithi111 bash[18807]: debug 2024-03-30T04:24:42.879+0000 7fed328b9000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:24:43.870 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:43 smithi111 bash[18807]: debug 2024-03-30T04:24:43.583+0000 7fed328b9000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-30T04:24:43.871 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:43 smithi111 bash[18807]: debug 2024-03-30T04:24:43.691+0000 7fed328b9000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-30T04:24:44.210 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:43 smithi111 bash[18807]: debug 2024-03-30T04:24:43.891+0000 7fed328b9000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-30T04:24:44.571 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:44 smithi111 bash[18807]: debug 2024-03-30T04:24:44.207+0000 7fed328b9000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-30T04:24:44.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:44 smithi111 bash[18552]: cluster 2024-03-30T04:24:44.704104+0000 mon.a (mon.0) 35 : cluster [INF] Active manager daemon y restarted 2024-03-30T04:24:44.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:44 smithi111 bash[18552]: cluster 2024-03-30T04:24:44.704837+0000 mon.a (mon.0) 36 : cluster [INF] Activating manager daemon y 2024-03-30T04:24:44.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:44 smithi111 bash[18552]: cluster 2024-03-30T04:24:44.708587+0000 mon.a (mon.0) 37 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-03-30T04:24:44.871 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:44 smithi111 bash[18807]: debug 2024-03-30T04:24:44.567+0000 7fed328b9000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-30T04:24:44.871 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:44 smithi111 bash[18807]: debug 2024-03-30T04:24:44.679+0000 7fed328b9000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-30T04:24:45.783 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: { 2024-03-30T04:24:45.784 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-03-30T04:24:45.784 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "initialized": true 2024-03-30T04:24:45.784 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: } 2024-03-30T04:24:45.800 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:45 smithi111 bash[18807]: [30/Mar/2024:04:24:45] ENGINE Bus STARTING 2024-03-30T04:24:45.800 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:45 smithi111 bash[18807]: [30/Mar/2024:04:24:45] ENGINE Serving on https://172.21.15.111:7150 2024-03-30T04:24:45.801 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:45 smithi111 bash[18807]: [30/Mar/2024:04:24:45] ENGINE Bus STARTED 2024-03-30T04:24:45.801 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:45 smithi111 bash[18552]: cluster 2024-03-30T04:24:44.760048+0000 mon.a (mon.0) 38 : cluster [DBG] mgrmap e6: y(active, starting, since 0.0553681s) 2024-03-30T04:24:45.801 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:45 smithi111 bash[18552]: audit 2024-03-30T04:24:44.766836+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.14120 172.21.15.111:0/1079024396' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:24:45.801 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:45 smithi111 bash[18552]: audit 2024-03-30T04:24:44.768151+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.14120 172.21.15.111:0/1079024396' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:24:45.801 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:45 smithi111 bash[18552]: audit 2024-03-30T04:24:44.769116+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14120 172.21.15.111:0/1079024396' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:24:45.801 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:45 smithi111 bash[18552]: audit 2024-03-30T04:24:44.769313+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.111:0/1079024396' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:24:45.801 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:45 smithi111 bash[18552]: audit 2024-03-30T04:24:44.769463+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.111:0/1079024396' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:24:45.801 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:45 smithi111 bash[18552]: cluster 2024-03-30T04:24:44.792348+0000 mon.a (mon.0) 44 : cluster [INF] Manager daemon y is now available 2024-03-30T04:24:45.801 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:45 smithi111 bash[18552]: audit 2024-03-30T04:24:44.806797+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.14120 172.21.15.111:0/1079024396' entity='mgr.y' 2024-03-30T04:24:45.802 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:45 smithi111 bash[18552]: audit 2024-03-30T04:24:44.809561+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.14120 172.21.15.111:0/1079024396' entity='mgr.y' 2024-03-30T04:24:45.802 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:45 smithi111 bash[18552]: audit 2024-03-30T04:24:44.811500+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14120 172.21.15.111:0/1079024396' entity='mgr.y' 2024-03-30T04:24:45.802 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:45 smithi111 bash[18552]: audit 2024-03-30T04:24:44.814119+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.14120 172.21.15.111:0/1079024396' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:24:45.802 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:45 smithi111 bash[18552]: audit 2024-03-30T04:24:44.815530+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.14120 172.21.15.111:0/1079024396' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:24:45.802 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:45 smithi111 bash[18552]: audit 2024-03-30T04:24:44.818529+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.14120 172.21.15.111:0/1079024396' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:24:45.802 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:45 smithi111 bash[18552]: audit 2024-03-30T04:24:44.826215+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.111:0/1079024396' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:24:45.802 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:45 smithi111 bash[18552]: audit 2024-03-30T04:24:44.827444+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14120 172.21.15.111:0/1079024396' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:24:45.802 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:45 smithi111 bash[18552]: audit 2024-03-30T04:24:45.669716+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.111:0/1079024396' entity='mgr.y' 2024-03-30T04:24:45.802 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:45 smithi111 bash[18552]: audit 2024-03-30T04:24:45.686805+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.14120 172.21.15.111:0/1079024396' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:24:46.457 INFO:teuthology.orchestra.run.smithi111.stderr:mgr epoch 5 is available 2024-03-30T04:24:46.457 INFO:teuthology.orchestra.run.smithi111.stderr:Setting orchestrator backend to cephadm... 2024-03-30T04:24:47.084 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:46 smithi111 bash[18552]: cephadm 2024-03-30T04:24:45.545315+0000 mgr.y (mgr.14120) 1 : cephadm [INF] [30/Mar/2024:04:24:45] ENGINE Bus STARTING 2024-03-30T04:24:47.084 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:46 smithi111 bash[18552]: cephadm 2024-03-30T04:24:45.663788+0000 mgr.y (mgr.14120) 2 : cephadm [INF] [30/Mar/2024:04:24:45] ENGINE Serving on https://172.21.15.111:7150 2024-03-30T04:24:47.084 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:46 smithi111 bash[18552]: cephadm 2024-03-30T04:24:45.663927+0000 mgr.y (mgr.14120) 3 : cephadm [INF] [30/Mar/2024:04:24:45] ENGINE Bus STARTED 2024-03-30T04:24:47.084 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:46 smithi111 bash[18552]: audit 2024-03-30T04:24:45.771982+0000 mgr.y (mgr.14120) 4 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-30T04:24:47.084 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:46 smithi111 bash[18552]: cluster 2024-03-30T04:24:45.772557+0000 mon.a (mon.0) 55 : cluster [DBG] mgrmap e7: y(active, since 1.06788s) 2024-03-30T04:24:48.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:47 smithi111 bash[18552]: audit 2024-03-30T04:24:45.784828+0000 mgr.y (mgr.14120) 5 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-30T04:24:48.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:47 smithi111 bash[18552]: cluster 2024-03-30T04:24:46.791236+0000 mon.a (mon.0) 56 : cluster [DBG] mgrmap e8: y(active, since 2s) 2024-03-30T04:24:48.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:47 smithi111 bash[18552]: audit 2024-03-30T04:24:47.645571+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.111:0/1079024396' entity='mgr.y' 2024-03-30T04:24:48.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:47 smithi111 bash[18552]: audit 2024-03-30T04:24:47.657930+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.14120 172.21.15.111:0/1079024396' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:24:49.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:48 smithi111 bash[18552]: audit 2024-03-30T04:24:47.638768+0000 mgr.y (mgr.14120) 6 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:24:49.367 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: value unchanged 2024-03-30T04:24:49.968 INFO:teuthology.orchestra.run.smithi111.stderr:Generating ssh key... 2024-03-30T04:24:50.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:49 smithi111 bash[18552]: audit 2024-03-30T04:24:49.368623+0000 mgr.y (mgr.14120) 7 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:24:51.871 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:51 smithi111 bash[18807]: Generating public/private rsa key pair. 2024-03-30T04:24:51.871 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:51 smithi111 bash[18807]: Your identification has been saved in /tmp/tmpp0lyflwk/key. 2024-03-30T04:24:51.871 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:51 smithi111 bash[18807]: Your public key has been saved in /tmp/tmpp0lyflwk/key.pub. 2024-03-30T04:24:51.871 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:51 smithi111 bash[18807]: The key fingerprint is: 2024-03-30T04:24:51.871 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:51 smithi111 bash[18807]: SHA256:KQe9LvrGZTGEK+bVgSMxpOIbSMKxP4CE4G8vbKNiJzo ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:24:51.871 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:51 smithi111 bash[18807]: The key's randomart image is: 2024-03-30T04:24:51.872 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:51 smithi111 bash[18807]: +---[RSA 3072]----+ 2024-03-30T04:24:51.872 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:51 smithi111 bash[18807]: |+o .+. o | 2024-03-30T04:24:51.872 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:51 smithi111 bash[18807]: |* o...+.o | 2024-03-30T04:24:51.872 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:51 smithi111 bash[18807]: |+*. ..=.. | 2024-03-30T04:24:51.872 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:51 smithi111 bash[18807]: |=.+ o o.+o | 2024-03-30T04:24:51.872 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:51 smithi111 bash[18807]: |.o B o. So | 2024-03-30T04:24:51.872 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:51 smithi111 bash[18807]: | = + +o | 2024-03-30T04:24:51.872 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:51 smithi111 bash[18807]: | . = o.o. | 2024-03-30T04:24:51.872 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:51 smithi111 bash[18807]: |Eoo.o.o. | 2024-03-30T04:24:51.872 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:51 smithi111 bash[18807]: |=oo .o. | 2024-03-30T04:24:51.872 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:24:51 smithi111 bash[18807]: +----[SHA256]-----+ 2024-03-30T04:24:52.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:52 smithi111 bash[18552]: audit 2024-03-30T04:24:51.218495+0000 mgr.y (mgr.14120) 8 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:24:52.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:52 smithi111 bash[18552]: cephadm 2024-03-30T04:24:51.218743+0000 mgr.y (mgr.14120) 9 : cephadm [INF] Generating ssh key... 2024-03-30T04:24:52.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:52 smithi111 bash[18552]: audit 2024-03-30T04:24:51.505721+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14120 172.21.15.111:0/1079024396' entity='mgr.y' 2024-03-30T04:24:52.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:52 smithi111 bash[18552]: audit 2024-03-30T04:24:51.510334+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.111:0/1079024396' entity='mgr.y' 2024-03-30T04:24:53.225 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJkchztgE0xthCATjyESy33+GRBRmzDQv7pdCSZnAodR023ltcHXEI4FeRGJcM1+NotnboA/mRiP1vxpMblW9XBpJNIRowc5NZqUkl6JIp/2FNnsN42iwn8i53tQ7twSZ6RfaM7oJ/4M35OmxkiRe3R/eTPNruMcx1HhrtKgThKHiuj4y4EJe7CJnnZzX3/FPy9nrF9qMF6cKQDFcgd+fsmwD4rSBY6He3+Jq2Tb1WdcYShsE7THPA2XxbaJKl4vnWKjyryuSlMJWy95vI9Hamha6JBQdno4g5kPMXWKASX4W6XomnF6etMvRLzUDDfe6QrjcFo2mgT2IrxVupHxc7e/rmdHqcEOdkQ6YuUKeOK1uqVphi+mFxUhWQc05nvAqin7huMyYKy9qO8WlMHaXDrQS4CSt6ydwJ0UOmH0nwx79M9IRM6OrnLriIL32PTMPDDb4uETJ5u2tMwBMhkcThfoF1LuRkfco92/rt99ftFe1DKG5pcE+GykLUZe13NbM= ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:24:53.871 INFO:teuthology.orchestra.run.smithi111.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-03-30T04:24:53.871 INFO:teuthology.orchestra.run.smithi111.stderr:Adding key to root@localhost authorized_keys... 2024-03-30T04:24:53.872 INFO:teuthology.orchestra.run.smithi111.stderr:Adding host smithi111... 2024-03-30T04:24:54.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:53 smithi111 bash[18552]: audit 2024-03-30T04:24:53.227015+0000 mgr.y (mgr.14120) 10 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:24:56.078 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: Added host 'smithi111' with addr '172.21.15.111' 2024-03-30T04:24:56.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:56 smithi111 bash[18552]: audit 2024-03-30T04:24:55.090582+0000 mgr.y (mgr.14120) 11 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi111", "addr": "172.21.15.111", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:24:56.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:56 smithi111 bash[18552]: cephadm 2024-03-30T04:24:55.419912+0000 mgr.y (mgr.14120) 12 : cephadm [INF] Deploying cephadm binary to smithi111 2024-03-30T04:24:56.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:56 smithi111 bash[18552]: audit 2024-03-30T04:24:56.079318+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.111:0/1079024396' entity='mgr.y' 2024-03-30T04:24:56.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:56 smithi111 bash[18552]: audit 2024-03-30T04:24:56.114089+0000 mon.a (mon.0) 62 : audit [DBG] from='mgr.14120 172.21.15.111:0/1079024396' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:24:56.877 INFO:teuthology.orchestra.run.smithi111.stderr:Deploying unmanaged mon service... 2024-03-30T04:24:57.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:57 smithi111 bash[18552]: cephadm 2024-03-30T04:24:56.079647+0000 mgr.y (mgr.14120) 13 : cephadm [INF] Added host smithi111 2024-03-30T04:24:58.715 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: Scheduled mon update... 2024-03-30T04:24:59.554 INFO:teuthology.orchestra.run.smithi111.stderr:Deploying unmanaged mgr service... 2024-03-30T04:24:59.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:59 smithi111 bash[18552]: audit 2024-03-30T04:24:58.708091+0000 mgr.y (mgr.14120) 14 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:24:59.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:59 smithi111 bash[18552]: cephadm 2024-03-30T04:24:58.710975+0000 mgr.y (mgr.14120) 15 : cephadm [INF] Saving service mon spec with placement count:5 2024-03-30T04:24:59.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:59 smithi111 bash[18552]: audit 2024-03-30T04:24:58.716204+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.111:0/1079024396' entity='mgr.y' 2024-03-30T04:24:59.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:24:59 smithi111 bash[18552]: audit 2024-03-30T04:24:59.555859+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.111:0/1079024396' entity='mgr.y' 2024-03-30T04:25:01.022 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-03-30T04:25:01.046 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:00 smithi111 bash[18552]: audit 2024-03-30T04:24:59.791896+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.111:0/1079024396' entity='mgr.y' 2024-03-30T04:25:02.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:02 smithi111 bash[18552]: audit 2024-03-30T04:25:01.016969+0000 mgr.y (mgr.14120) 16 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:25:02.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:02 smithi111 bash[18552]: cephadm 2024-03-30T04:25:01.019403+0000 mgr.y (mgr.14120) 17 : cephadm [INF] Saving service mgr spec with placement count:2 2024-03-30T04:25:02.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:02 smithi111 bash[18552]: audit 2024-03-30T04:25:01.022867+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.111:0/1079024396' entity='mgr.y' 2024-03-30T04:25:04.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:03 smithi111 bash[18552]: audit 2024-03-30T04:25:02.704132+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.111:0/1079024396' entity='mgr.y' 2024-03-30T04:25:04.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:03 smithi111 bash[18552]: audit 2024-03-30T04:25:02.709195+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.111:0/1079024396' entity='mgr.y' 2024-03-30T04:25:04.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:03 smithi111 bash[18552]: audit 2024-03-30T04:25:02.709693+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.111:0/1079024396' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:25:04.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:03 smithi111 bash[18552]: audit 2024-03-30T04:25:02.714623+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.14120 172.21.15.111:0/1079024396' entity='mgr.y' 2024-03-30T04:25:04.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:03 smithi111 bash[18552]: audit 2024-03-30T04:25:02.716181+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.14120 172.21.15.111:0/1079024396' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi111", "caps": []}]: dispatch 2024-03-30T04:25:04.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:03 smithi111 bash[18552]: audit 2024-03-30T04:25:02.720476+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.14120 172.21.15.111:0/1079024396' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi111", "caps": []}]': finished 2024-03-30T04:25:04.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:03 smithi111 bash[18552]: audit 2024-03-30T04:25:02.974309+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.111:0/3104665674' entity='client.admin' 2024-03-30T04:25:04.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:04 smithi111 bash[18552]: cephadm 2024-03-30T04:25:03.346831+0000 mgr.y (mgr.14120) 18 : cephadm [INF] Deploying daemon agent.smithi111 on smithi111 2024-03-30T04:25:05.631 INFO:teuthology.orchestra.run.smithi111.stderr:Enabling the dashboard module... 2024-03-30T04:25:06.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:05 smithi111 bash[18552]: cluster 2024-03-30T04:25:04.770714+0000 mgr.y (mgr.14120) 19 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:25:06.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:05 smithi111 bash[18552]: audit 2024-03-30T04:25:04.999960+0000 mon.a (mon.0) 74 : audit [INF] from='client.? 172.21.15.111:0/2871714793' entity='client.admin' 2024-03-30T04:25:08.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:07 smithi111 bash[18552]: cluster 2024-03-30T04:25:06.771115+0000 mgr.y (mgr.14120) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:25:08.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:07 smithi111 bash[18552]: audit 2024-03-30T04:25:06.880516+0000 mon.a (mon.0) 75 : audit [INF] from='client.? 172.21.15.111:0/3278259004' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-03-30T04:25:08.121 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:25:07 smithi111 bash[18807]: ignoring --setuser ceph since I am not root 2024-03-30T04:25:08.121 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:25:07 smithi111 bash[18807]: ignoring --setgroup ceph since I am not root 2024-03-30T04:25:08.121 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:25:07 smithi111 bash[18807]: debug 2024-03-30T04:25:07.963+0000 7f5f68391000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-30T04:25:09.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:08 smithi111 bash[18552]: audit 2024-03-30T04:25:07.780523+0000 mon.a (mon.0) 76 : audit [INF] from='client.? 172.21.15.111:0/3278259004' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-03-30T04:25:09.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:08 smithi111 bash[18552]: cluster 2024-03-30T04:25:07.780590+0000 mon.a (mon.0) 77 : cluster [DBG] mgrmap e9: y(active, since 23s) 2024-03-30T04:25:09.761 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: { 2024-03-30T04:25:09.761 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "epoch": 9, 2024-03-30T04:25:09.761 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "available": true, 2024-03-30T04:25:09.761 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "active_name": "y", 2024-03-30T04:25:09.761 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "num_standby": 0 2024-03-30T04:25:09.761 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: } 2024-03-30T04:25:09.774 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:25:09 smithi111 bash[18807]: debug 2024-03-30T04:25:09.495+0000 7f5f68391000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-30T04:25:09.774 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:25:09 smithi111 bash[18807]: debug 2024-03-30T04:25:09.591+0000 7f5f68391000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-30T04:25:10.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:09 smithi111 bash[18552]: audit 2024-03-30T04:25:09.761192+0000 mon.a (mon.0) 78 : audit [DBG] from='client.? 172.21.15.111:0/1875263589' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-30T04:25:10.121 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:25:09 smithi111 bash[18807]: debug 2024-03-30T04:25:09.839+0000 7f5f68391000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-30T04:25:10.417 INFO:teuthology.orchestra.run.smithi111.stderr:Waiting for the mgr to restart... 2024-03-30T04:25:10.418 INFO:teuthology.orchestra.run.smithi111.stderr:Waiting for mgr epoch 9... 2024-03-30T04:25:10.780 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:25:10 smithi111 bash[18807]: debug 2024-03-30T04:25:10.571+0000 7f5f68391000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-30T04:25:10.780 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:25:10 smithi111 bash[18807]: debug 2024-03-30T04:25:10.675+0000 7f5f68391000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-30T04:25:11.099 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:25:10 smithi111 bash[18807]: debug 2024-03-30T04:25:10.775+0000 7f5f68391000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-30T04:25:11.099 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:25:10 smithi111 bash[18807]: debug 2024-03-30T04:25:10.887+0000 7f5f68391000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-30T04:25:11.370 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:25:11 smithi111 bash[18807]: debug 2024-03-30T04:25:11.095+0000 7f5f68391000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-30T04:25:11.653 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:25:11 smithi111 bash[18807]: debug 2024-03-30T04:25:11.371+0000 7f5f68391000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-30T04:25:11.654 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:25:11 smithi111 bash[18807]: debug 2024-03-30T04:25:11.475+0000 7f5f68391000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-30T04:25:12.120 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:25:11 smithi111 bash[18807]: debug 2024-03-30T04:25:11.651+0000 7f5f68391000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-30T04:25:12.120 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:25:11 smithi111 bash[18807]: debug 2024-03-30T04:25:11.891+0000 7f5f68391000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-30T04:25:12.551 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:25:12 smithi111 bash[18807]: debug 2024-03-30T04:25:12.155+0000 7f5f68391000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-30T04:25:12.551 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:25:12 smithi111 bash[18807]: debug 2024-03-30T04:25:12.315+0000 7f5f68391000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:25:12.870 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:25:12 smithi111 bash[18807]: debug 2024-03-30T04:25:12.547+0000 7f5f68391000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-30T04:25:12.870 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:25:12 smithi111 bash[18807]: debug 2024-03-30T04:25:12.663+0000 7f5f68391000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-30T04:25:13.370 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:25:12 smithi111 bash[18807]: debug 2024-03-30T04:25:12.995+0000 7f5f68391000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:25:14.023 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:25:13 smithi111 bash[18807]: debug 2024-03-30T04:25:13.707+0000 7f5f68391000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-30T04:25:14.023 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:25:13 smithi111 bash[18807]: debug 2024-03-30T04:25:13.815+0000 7f5f68391000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-30T04:25:14.620 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:25:14 smithi111 bash[18807]: debug 2024-03-30T04:25:14.019+0000 7f5f68391000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-30T04:25:14.620 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:25:14 smithi111 bash[18807]: debug 2024-03-30T04:25:14.335+0000 7f5f68391000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-30T04:25:14.976 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:25:14 smithi111 bash[18807]: debug 2024-03-30T04:25:14.703+0000 7f5f68391000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-30T04:25:14.976 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:25:14 smithi111 bash[18807]: debug 2024-03-30T04:25:14.815+0000 7f5f68391000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-30T04:25:15.840 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:25:15 smithi111 bash[18807]: [30/Mar/2024:04:25:15] ENGINE Bus STARTING 2024-03-30T04:25:15.840 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:25:15 smithi111 bash[18807]: [30/Mar/2024:04:25:15] ENGINE Serving on https://172.21.15.111:7150 2024-03-30T04:25:15.840 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:25:15 smithi111 bash[18807]: [30/Mar/2024:04:25:15] ENGINE Bus STARTED 2024-03-30T04:25:15.911 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: { 2024-03-30T04:25:15.911 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-03-30T04:25:15.911 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: "initialized": true 2024-03-30T04:25:15.911 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: } 2024-03-30T04:25:16.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:15 smithi111 bash[18552]: cluster 2024-03-30T04:25:14.840137+0000 mon.a (mon.0) 79 : cluster [INF] Active manager daemon y restarted 2024-03-30T04:25:16.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:15 smithi111 bash[18552]: cluster 2024-03-30T04:25:14.840967+0000 mon.a (mon.0) 80 : cluster [INF] Activating manager daemon y 2024-03-30T04:25:16.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:15 smithi111 bash[18552]: cluster 2024-03-30T04:25:14.846676+0000 mon.a (mon.0) 81 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-03-30T04:25:16.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:15 smithi111 bash[18552]: cluster 2024-03-30T04:25:14.896777+0000 mon.a (mon.0) 82 : cluster [DBG] mgrmap e10: y(active, starting, since 0.05607s) 2024-03-30T04:25:16.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:15 smithi111 bash[18552]: audit 2024-03-30T04:25:14.899308+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:25:16.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:15 smithi111 bash[18552]: audit 2024-03-30T04:25:14.901272+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:25:16.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:15 smithi111 bash[18552]: audit 2024-03-30T04:25:14.902218+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:25:16.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:15 smithi111 bash[18552]: audit 2024-03-30T04:25:14.902638+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:25:16.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:15 smithi111 bash[18552]: audit 2024-03-30T04:25:14.902954+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:25:16.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:15 smithi111 bash[18552]: cluster 2024-03-30T04:25:14.928266+0000 mon.a (mon.0) 88 : cluster [INF] Manager daemon y is now available 2024-03-30T04:25:16.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:15 smithi111 bash[18552]: audit 2024-03-30T04:25:14.948523+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:25:16.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:15 smithi111 bash[18552]: audit 2024-03-30T04:25:14.951207+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:25:16.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:15 smithi111 bash[18552]: audit 2024-03-30T04:25:14.953653+0000 mon.a (mon.0) 91 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:25:16.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:15 smithi111 bash[18552]: audit 2024-03-30T04:25:14.967889+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:25:16.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:15 smithi111 bash[18552]: audit 2024-03-30T04:25:14.969302+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:25:16.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:15 smithi111 bash[18552]: cephadm 2024-03-30T04:25:15.557160+0000 mgr.y (mgr.14152) 1 : cephadm [INF] [30/Mar/2024:04:25:15] ENGINE Bus STARTING 2024-03-30T04:25:16.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:15 smithi111 bash[18552]: cephadm 2024-03-30T04:25:15.674026+0000 mgr.y (mgr.14152) 2 : cephadm [INF] [30/Mar/2024:04:25:15] ENGINE Serving on https://172.21.15.111:7150 2024-03-30T04:25:16.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:15 smithi111 bash[18552]: cephadm 2024-03-30T04:25:15.674227+0000 mgr.y (mgr.14152) 3 : cephadm [INF] [30/Mar/2024:04:25:15] ENGINE Bus STARTED 2024-03-30T04:25:16.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:15 smithi111 bash[18552]: audit 2024-03-30T04:25:15.682219+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:25:16.649 INFO:teuthology.orchestra.run.smithi111.stderr:mgr epoch 9 is available 2024-03-30T04:25:16.649 INFO:teuthology.orchestra.run.smithi111.stderr:Generating a dashboard self-signed certificate... 2024-03-30T04:25:17.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:16 smithi111 bash[18552]: audit 2024-03-30T04:25:15.901022+0000 mgr.y (mgr.14152) 4 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-30T04:25:17.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:16 smithi111 bash[18552]: cluster 2024-03-30T04:25:15.901625+0000 mon.a (mon.0) 95 : cluster [DBG] mgrmap e11: y(active, since 1.06092s) 2024-03-30T04:25:17.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:16 smithi111 bash[18552]: audit 2024-03-30T04:25:15.912483+0000 mgr.y (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-30T04:25:17.913 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: Self-signed certificate created 2024-03-30T04:25:18.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:17 smithi111 bash[18552]: cluster 2024-03-30T04:25:16.907641+0000 mon.a (mon.0) 96 : cluster [DBG] mgrmap e12: y(active, since 2s) 2024-03-30T04:25:18.563 INFO:teuthology.orchestra.run.smithi111.stderr:Creating initial admin user... 2024-03-30T04:25:19.242 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:18 smithi111 bash[18552]: audit 2024-03-30T04:25:17.852475+0000 mgr.y (mgr.14152) 6 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:25:19.242 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:18 smithi111 bash[18552]: audit 2024-03-30T04:25:17.904890+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:25:19.242 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:18 smithi111 bash[18552]: audit 2024-03-30T04:25:17.913968+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:25:20.072 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$svkc.SUPbqDtwLHThsO.F.2t9lq6peIE4/Dn8SesBcleELCxXZP2K", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1711772720, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-03-30T04:25:20.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:20 smithi111 bash[18552]: audit 2024-03-30T04:25:19.251077+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:25:20.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:20 smithi111 bash[18552]: audit 2024-03-30T04:25:19.251660+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:25:20.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:20 smithi111 bash[18552]: audit 2024-03-30T04:25:19.254469+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:25:20.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:20 smithi111 bash[18552]: audit 2024-03-30T04:25:19.256069+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi111", "caps": []}]: dispatch 2024-03-30T04:25:20.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:20 smithi111 bash[18552]: cephadm 2024-03-30T04:25:19.619616+0000 mgr.y (mgr.14152) 7 : cephadm [INF] Deploying daemon agent.smithi111 on smithi111 2024-03-30T04:25:20.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:20 smithi111 bash[18552]: audit 2024-03-30T04:25:20.073253+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:25:20.819 INFO:teuthology.orchestra.run.smithi111.stderr:Fetching dashboard port number... 2024-03-30T04:25:21.527 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:21 smithi111 bash[18552]: audit 2024-03-30T04:25:19.836368+0000 mgr.y (mgr.14152) 8 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:25:22.051 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: 8443 2024-03-30T04:25:22.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:22 smithi111 bash[18552]: cluster 2024-03-30T04:25:21.259851+0000 mon.a (mon.0) 104 : cluster [DBG] mgrmap e13: y(active, since 6s) 2024-03-30T04:25:22.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:22 smithi111 bash[18552]: audit 2024-03-30T04:25:22.052831+0000 mon.a (mon.0) 105 : audit [DBG] from='client.? 172.21.15.111:0/3705867246' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-03-30T04:25:22.642 INFO:teuthology.orchestra.run.smithi111.stderr:firewalld does not appear to be present 2024-03-30T04:25:22.642 INFO:teuthology.orchestra.run.smithi111.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-03-30T04:25:22.645 INFO:teuthology.orchestra.run.smithi111.stderr:Ceph Dashboard is now available at: 2024-03-30T04:25:22.645 INFO:teuthology.orchestra.run.smithi111.stderr: 2024-03-30T04:25:22.645 INFO:teuthology.orchestra.run.smithi111.stderr: URL: https://smithi111.front.sepia.ceph.com:8443/ 2024-03-30T04:25:22.645 INFO:teuthology.orchestra.run.smithi111.stderr: User: admin 2024-03-30T04:25:22.645 INFO:teuthology.orchestra.run.smithi111.stderr: Password: 0tt4uks0sz 2024-03-30T04:25:22.645 INFO:teuthology.orchestra.run.smithi111.stderr: 2024-03-30T04:25:22.645 INFO:teuthology.orchestra.run.smithi111.stderr:Enabling autotune for osd_memory_target 2024-03-30T04:25:25.772 INFO:teuthology.orchestra.run.smithi111.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-03-30T04:25:26.378 INFO:teuthology.orchestra.run.smithi111.stderr:You can access the Ceph CLI with: 2024-03-30T04:25:26.378 INFO:teuthology.orchestra.run.smithi111.stderr: 2024-03-30T04:25:26.378 INFO:teuthology.orchestra.run.smithi111.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-03-30T04:25:26.379 INFO:teuthology.orchestra.run.smithi111.stderr: 2024-03-30T04:25:26.379 INFO:teuthology.orchestra.run.smithi111.stderr:Please consider enabling telemetry to help improve Ceph: 2024-03-30T04:25:26.379 INFO:teuthology.orchestra.run.smithi111.stderr: 2024-03-30T04:25:26.379 INFO:teuthology.orchestra.run.smithi111.stderr: ceph telemetry on 2024-03-30T04:25:26.379 INFO:teuthology.orchestra.run.smithi111.stderr: 2024-03-30T04:25:26.379 INFO:teuthology.orchestra.run.smithi111.stderr:For more information see: 2024-03-30T04:25:26.379 INFO:teuthology.orchestra.run.smithi111.stderr: 2024-03-30T04:25:26.379 INFO:teuthology.orchestra.run.smithi111.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2024-03-30T04:25:26.379 INFO:teuthology.orchestra.run.smithi111.stderr: 2024-03-30T04:25:26.379 INFO:teuthology.orchestra.run.smithi111.stderr:Bootstrap complete. 2024-03-30T04:25:26.433 INFO:tasks.cephadm:Fetching config... 2024-03-30T04:25:26.434 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2024-03-30T04:25:26.434 DEBUG:teuthology.orchestra.run.smithi111:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-03-30T04:25:26.439 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-03-30T04:25:26.439 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2024-03-30T04:25:26.439 DEBUG:teuthology.orchestra.run.smithi111:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-03-30T04:25:26.487 INFO:tasks.cephadm:Fetching mon keyring... 2024-03-30T04:25:26.488 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2024-03-30T04:25:26.488 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd if=/var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/mon.a/keyring of=/dev/stdout 2024-03-30T04:25:26.544 INFO:tasks.cephadm:Fetching pub ssh key... 2024-03-30T04:25:26.544 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2024-03-30T04:25:26.544 DEBUG:teuthology.orchestra.run.smithi111:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-03-30T04:25:26.595 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-03-30T04:25:26.595 DEBUG:teuthology.orchestra.run.smithi111:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJkchztgE0xthCATjyESy33+GRBRmzDQv7pdCSZnAodR023ltcHXEI4FeRGJcM1+NotnboA/mRiP1vxpMblW9XBpJNIRowc5NZqUkl6JIp/2FNnsN42iwn8i53tQ7twSZ6RfaM7oJ/4M35OmxkiRe3R/eTPNruMcx1HhrtKgThKHiuj4y4EJe7CJnnZzX3/FPy9nrF9qMF6cKQDFcgd+fsmwD4rSBY6He3+Jq2Tb1WdcYShsE7THPA2XxbaJKl4vnWKjyryuSlMJWy95vI9Hamha6JBQdno4g5kPMXWKASX4W6XomnF6etMvRLzUDDfe6QrjcFo2mgT2IrxVupHxc7e/rmdHqcEOdkQ6YuUKeOK1uqVphi+mFxUhWQc05nvAqin7huMyYKy9qO8WlMHaXDrQS4CSt6ydwJ0UOmH0nwx79M9IRM6OrnLriIL32PTMPDDb4uETJ5u2tMwBMhkcThfoF1LuRkfco92/rt99ftFe1DKG5pcE+GykLUZe13NbM= ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-30T04:25:26.653 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:26 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:25:26.653 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:25:26 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:25:26.654 INFO:teuthology.orchestra.run.smithi111.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJkchztgE0xthCATjyESy33+GRBRmzDQv7pdCSZnAodR023ltcHXEI4FeRGJcM1+NotnboA/mRiP1vxpMblW9XBpJNIRowc5NZqUkl6JIp/2FNnsN42iwn8i53tQ7twSZ6RfaM7oJ/4M35OmxkiRe3R/eTPNruMcx1HhrtKgThKHiuj4y4EJe7CJnnZzX3/FPy9nrF9qMF6cKQDFcgd+fsmwD4rSBY6He3+Jq2Tb1WdcYShsE7THPA2XxbaJKl4vnWKjyryuSlMJWy95vI9Hamha6JBQdno4g5kPMXWKASX4W6XomnF6etMvRLzUDDfe6QrjcFo2mgT2IrxVupHxc7e/rmdHqcEOdkQ6YuUKeOK1uqVphi+mFxUhWQc05nvAqin7huMyYKy9qO8WlMHaXDrQS4CSt6ydwJ0UOmH0nwx79M9IRM6OrnLriIL32PTMPDDb4uETJ5u2tMwBMhkcThfoF1LuRkfco92/rt99ftFe1DKG5pcE+GykLUZe13NbM= ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:25:26.660 DEBUG:teuthology.orchestra.run.smithi117:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJkchztgE0xthCATjyESy33+GRBRmzDQv7pdCSZnAodR023ltcHXEI4FeRGJcM1+NotnboA/mRiP1vxpMblW9XBpJNIRowc5NZqUkl6JIp/2FNnsN42iwn8i53tQ7twSZ6RfaM7oJ/4M35OmxkiRe3R/eTPNruMcx1HhrtKgThKHiuj4y4EJe7CJnnZzX3/FPy9nrF9qMF6cKQDFcgd+fsmwD4rSBY6He3+Jq2Tb1WdcYShsE7THPA2XxbaJKl4vnWKjyryuSlMJWy95vI9Hamha6JBQdno4g5kPMXWKASX4W6XomnF6etMvRLzUDDfe6QrjcFo2mgT2IrxVupHxc7e/rmdHqcEOdkQ6YuUKeOK1uqVphi+mFxUhWQc05nvAqin7huMyYKy9qO8WlMHaXDrQS4CSt6ydwJ0UOmH0nwx79M9IRM6OrnLriIL32PTMPDDb4uETJ5u2tMwBMhkcThfoF1LuRkfco92/rt99ftFe1DKG5pcE+GykLUZe13NbM= ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-30T04:25:26.683 INFO:teuthology.orchestra.run.smithi117.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJkchztgE0xthCATjyESy33+GRBRmzDQv7pdCSZnAodR023ltcHXEI4FeRGJcM1+NotnboA/mRiP1vxpMblW9XBpJNIRowc5NZqUkl6JIp/2FNnsN42iwn8i53tQ7twSZ6RfaM7oJ/4M35OmxkiRe3R/eTPNruMcx1HhrtKgThKHiuj4y4EJe7CJnnZzX3/FPy9nrF9qMF6cKQDFcgd+fsmwD4rSBY6He3+Jq2Tb1WdcYShsE7THPA2XxbaJKl4vnWKjyryuSlMJWy95vI9Hamha6JBQdno4g5kPMXWKASX4W6XomnF6etMvRLzUDDfe6QrjcFo2mgT2IrxVupHxc7e/rmdHqcEOdkQ6YuUKeOK1uqVphi+mFxUhWQc05nvAqin7huMyYKy9qO8WlMHaXDrQS4CSt6ydwJ0UOmH0nwx79M9IRM6OrnLriIL32PTMPDDb4uETJ5u2tMwBMhkcThfoF1LuRkfco92/rt99ftFe1DKG5pcE+GykLUZe13NbM= ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:25:26.693 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-03-30T04:25:26.993 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:25:26 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:25:26.993 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:26 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:25:26.993 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:26 smithi111 bash[18552]: audit 2024-03-30T04:25:25.770850+0000 mon.a (mon.0) 106 : audit [INF] from='client.? 172.21.15.111:0/663829537' entity='client.admin' 2024-03-30T04:25:27.313 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:27 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:25:27.313 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:25:27 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:25:27.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:27 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:25:27.620 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:25:27 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:25:27.927 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:25:27 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:25:27] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:25:27.927 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:27 smithi111 bash[18552]: audit 2024-03-30T04:25:26.874323+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:25:27.927 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:27 smithi111 bash[18552]: audit 2024-03-30T04:25:26.875817+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:25:27.927 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:27 smithi111 bash[18552]: audit 2024-03-30T04:25:26.880784+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:25:27.928 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:27 smithi111 bash[18552]: audit 2024-03-30T04:25:26.882819+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:25:27.928 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:27 smithi111 bash[18552]: audit 2024-03-30T04:25:26.888206+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:25:27.928 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:27 smithi111 bash[18552]: audit 2024-03-30T04:25:27.648772+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:25:30.120 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:25:29 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:25:29] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:25:30.764 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-03-30T04:25:30.765 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-03-30T04:25:31.076 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:30 smithi111 bash[18552]: audit 2024-03-30T04:25:29.724565+0000 mon.a (mon.0) 113 : audit [INF] from='client.? 172.21.15.111:0/4206142709' entity='client.admin' 2024-03-30T04:25:31.077 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:30 smithi111 bash[18552]: audit 2024-03-30T04:25:29.760993+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:25:31.077 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:30 smithi111 bash[18552]: audit 2024-03-30T04:25:29.764854+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:25:31.077 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:30 smithi111 bash[18552]: audit 2024-03-30T04:25:29.865445+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:25:31.077 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:30 smithi111 bash[18552]: audit 2024-03-30T04:25:29.867729+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:25:31.077 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:30 smithi111 bash[18552]: audit 2024-03-30T04:25:29.968481+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:25:35.645 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi117 2024-03-30T04:25:35.645 DEBUG:teuthology.orchestra.run.smithi117:> set -ex 2024-03-30T04:25:35.645 DEBUG:teuthology.orchestra.run.smithi117:> dd of=/etc/ceph/ceph.conf 2024-03-30T04:25:35.651 DEBUG:teuthology.orchestra.run.smithi117:> set -ex 2024-03-30T04:25:35.651 DEBUG:teuthology.orchestra.run.smithi117:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:25:35.699 INFO:tasks.cephadm:Adding host smithi117 to orchestrator... 2024-03-30T04:25:35.699 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch host add smithi117 2024-03-30T04:25:35.870 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:25:35 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:25:35] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:25:35.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:35 smithi111 bash[18552]: audit 2024-03-30T04:25:34.560055+0000 mgr.y (mgr.14152) 9 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:25:35.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:35 smithi111 bash[18552]: audit 2024-03-30T04:25:34.562632+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:25:35.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:35 smithi111 bash[18552]: audit 2024-03-30T04:25:34.590540+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:25:35.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:35 smithi111 bash[18552]: audit 2024-03-30T04:25:34.591593+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:25:35.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:35 smithi111 bash[18552]: audit 2024-03-30T04:25:34.592211+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:25:35.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:35 smithi111 bash[18552]: cephadm 2024-03-30T04:25:34.593312+0000 mgr.y (mgr.14152) 10 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.conf 2024-03-30T04:25:35.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:35 smithi111 bash[18552]: cephadm 2024-03-30T04:25:34.667278+0000 mgr.y (mgr.14152) 11 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:25:35.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:35 smithi111 bash[18552]: audit 2024-03-30T04:25:34.748590+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:25:35.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:35 smithi111 bash[18552]: audit 2024-03-30T04:25:34.751013+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:25:36.956 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:36 smithi111 bash[18552]: cluster 2024-03-30T04:25:34.903864+0000 mgr.y (mgr.14152) 12 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:25:36.957 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:36 smithi111 bash[18552]: audit 2024-03-30T04:25:35.755296+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:25:36.957 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:36 smithi111 bash[18552]: audit 2024-03-30T04:25:35.762068+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:25:39.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:38 smithi111 bash[18552]: cluster 2024-03-30T04:25:36.904322+0000 mgr.y (mgr.14152) 13 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:25:39.443 INFO:teuthology.orchestra.run.smithi111.stdout:Added host 'smithi117' with addr '172.21.15.117' 2024-03-30T04:25:40.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:39 smithi111 bash[18552]: audit 2024-03-30T04:25:38.415262+0000 mgr.y (mgr.14152) 14 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi117", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:25:40.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:39 smithi111 bash[18552]: cephadm 2024-03-30T04:25:38.750125+0000 mgr.y (mgr.14152) 15 : cephadm [INF] Deploying cephadm binary to smithi117 2024-03-30T04:25:40.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:39 smithi111 bash[18552]: audit 2024-03-30T04:25:39.444692+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:25:40.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:39 smithi111 bash[18552]: audit 2024-03-30T04:25:39.494751+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:25:40.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:39 smithi111 bash[18552]: audit 2024-03-30T04:25:39.496433+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:25:40.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:39 smithi111 bash[18552]: audit 2024-03-30T04:25:39.497424+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:25:40.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:39 smithi111 bash[18552]: audit 2024-03-30T04:25:39.728700+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:25:40.127 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch host ls --format=json 2024-03-30T04:25:41.108 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:40 smithi111 bash[18552]: cluster 2024-03-30T04:25:38.904733+0000 mgr.y (mgr.14152) 16 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:25:41.108 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:40 smithi111 bash[18552]: cephadm 2024-03-30T04:25:39.445365+0000 mgr.y (mgr.14152) 17 : cephadm [INF] Added host smithi117 2024-03-30T04:25:41.108 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:40 smithi111 bash[18552]: audit 2024-03-30T04:25:40.452279+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:25:41.108 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:40 smithi111 bash[18552]: audit 2024-03-30T04:25:40.458094+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:25:41.108 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:40 smithi111 bash[18552]: audit 2024-03-30T04:25:40.459301+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi117", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:25:41.108 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:40 smithi111 bash[18552]: audit 2024-03-30T04:25:40.465661+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:25:41.108 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:40 smithi111 bash[18552]: audit 2024-03-30T04:25:40.468635+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]: dispatch 2024-03-30T04:25:41.109 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:40 smithi111 bash[18552]: audit 2024-03-30T04:25:40.473304+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]': finished 2024-03-30T04:25:42.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:41 smithi111 bash[18552]: cephadm 2024-03-30T04:25:40.830994+0000 mgr.y (mgr.14152) 18 : cephadm [INF] Deploying daemon agent.smithi117 on smithi117 2024-03-30T04:25:42.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:41 smithi111 bash[18552]: audit 2024-03-30T04:25:41.492365+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:25:42.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:41 smithi111 bash[18552]: audit 2024-03-30T04:25:41.494578+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:25:42.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:41 smithi111 bash[18552]: audit 2024-03-30T04:25:41.496806+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:25:42.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:41 smithi111 bash[18552]: audit 2024-03-30T04:25:41.497934+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:25:42.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:41 smithi111 bash[18552]: audit 2024-03-30T04:25:41.729824+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:25:42.121 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:25:41 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:25:41] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:25:42.618 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:25:42 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:25:42] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:25:42.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:42 smithi111 bash[18552]: cluster 2024-03-30T04:25:40.905301+0000 mgr.y (mgr.14152) 19 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:25:42.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:42 smithi111 bash[18552]: cephadm 2024-03-30T04:25:41.500337+0000 mgr.y (mgr.14152) 20 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-03-30T04:25:42.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:42 smithi111 bash[18552]: cephadm 2024-03-30T04:25:41.630124+0000 mgr.y (mgr.14152) 21 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:25:42.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:42 smithi111 bash[18552]: audit 2024-03-30T04:25:41.775080+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:25:42.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:42 smithi111 bash[18552]: audit 2024-03-30T04:25:41.780260+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:25:42.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:42 smithi111 bash[18552]: audit 2024-03-30T04:25:41.783772+0000 mon.a (mon.0) 145 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:25:42.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:42 smithi111 bash[18552]: audit 2024-03-30T04:25:41.785959+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:25:42.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:42 smithi111 bash[18552]: audit 2024-03-30T04:25:41.787508+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:25:42.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:42 smithi111 bash[18552]: audit 2024-03-30T04:25:41.795377+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:25:42.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:42 smithi111 bash[18552]: audit 2024-03-30T04:25:42.238256+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:25:42.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:42 smithi111 bash[18552]: audit 2024-03-30T04:25:42.243477+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:25:42.963 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-03-30T04:25:42.964 INFO:teuthology.orchestra.run.smithi111.stdout:[{"addr": "172.21.15.111", "hostname": "smithi111", "labels": [], "status": ""}, {"addr": "172.21.15.117", "hostname": "smithi117", "labels": [], "status": ""}] 2024-03-30T04:25:43.671 INFO:tasks.cephadm:Setting crush tunables to default 2024-03-30T04:25:43.671 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph osd crush tunables default 2024-03-30T04:25:44.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:44 smithi111 bash[18552]: cluster 2024-03-30T04:25:42.905737+0000 mgr.y (mgr.14152) 22 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:25:44.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:44 smithi111 bash[18552]: audit 2024-03-30T04:25:42.964922+0000 mgr.y (mgr.14152) 23 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-30T04:25:46.249 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:45 smithi111 bash[18552]: cluster 2024-03-30T04:25:44.906174+0000 mgr.y (mgr.14152) 24 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:25:46.249 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:45 smithi111 bash[18552]: audit 2024-03-30T04:25:44.977593+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:25:46.620 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:25:46 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:25:46] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:25:47.264 INFO:teuthology.orchestra.run.smithi111.stderr:adjusted tunables profile to default 2024-03-30T04:25:47.537 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:47 smithi111 bash[18552]: audit 2024-03-30T04:25:46.242041+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:25:47.537 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:47 smithi111 bash[18552]: audit 2024-03-30T04:25:46.250088+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:25:47.537 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:47 smithi111 bash[18552]: audit 2024-03-30T04:25:46.351546+0000 mon.a (mon.0) 154 : audit [INF] from='client.? 172.21.15.111:0/722843727' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-30T04:25:48.218 INFO:tasks.cephadm:Adding mon.a on smithi111 2024-03-30T04:25:48.218 INFO:tasks.cephadm:Adding mon.c on smithi111 2024-03-30T04:25:48.218 INFO:tasks.cephadm:Adding mon.b on smithi117 2024-03-30T04:25:48.219 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch apply mon '3;smithi111:172.21.15.111=a;smithi111:[v2:172.21.15.111:3301,v1:172.21.15.111:6790]=c;smithi117:172.21.15.117=b' 2024-03-30T04:25:48.481 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:48 smithi111 bash[18552]: cluster 2024-03-30T04:25:46.906650+0000 mgr.y (mgr.14152) 25 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:25:48.481 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:48 smithi111 bash[18552]: audit 2024-03-30T04:25:47.261880+0000 mon.a (mon.0) 155 : audit [INF] from='client.? 172.21.15.111:0/722843727' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-30T04:25:48.482 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:48 smithi111 bash[18552]: cluster 2024-03-30T04:25:47.262020+0000 mon.a (mon.0) 156 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-30T04:25:50.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:50 smithi111 bash[18552]: cluster 2024-03-30T04:25:48.907091+0000 mgr.y (mgr.14152) 26 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:25:50.620 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:25:50 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:25:50] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:25:50.831 INFO:teuthology.orchestra.run.smithi117.stdout:Scheduled mon update... 2024-03-30T04:25:51.436 DEBUG:teuthology.orchestra.run.smithi111:mon.c> sudo journalctl -f -n 0 -u ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@mon.c.service 2024-03-30T04:25:51.439 DEBUG:teuthology.orchestra.run.smithi117:mon.b> sudo journalctl -f -n 0 -u ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@mon.b.service 2024-03-30T04:25:51.441 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-30T04:25:51.442 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph mon dump -f json 2024-03-30T04:25:51.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:51 smithi111 bash[18552]: audit 2024-03-30T04:25:50.425366+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:25:51.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:51 smithi111 bash[18552]: audit 2024-03-30T04:25:50.428473+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:25:51.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:51 smithi111 bash[18552]: audit 2024-03-30T04:25:50.822716+0000 mgr.y (mgr.14152) 27 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi111:172.21.15.111=a;smithi111:[v2:172.21.15.111:3301,v1:172.21.15.111:6790]=c;smithi117:172.21.15.117=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:25:51.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:51 smithi111 bash[18552]: cephadm 2024-03-30T04:25:50.828090+0000 mgr.y (mgr.14152) 28 : cephadm [INF] Saving service mon spec with placement smithi111:172.21.15.111=a;smithi111:[v2:172.21.15.111:3301,v1:172.21.15.111:6790]=c;smithi117:172.21.15.117=b;count:3 2024-03-30T04:25:51.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:51 smithi111 bash[18552]: audit 2024-03-30T04:25:50.832209+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:25:51.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:51 smithi111 bash[18552]: audit 2024-03-30T04:25:50.833797+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:25:51.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:51 smithi111 bash[18552]: audit 2024-03-30T04:25:50.836551+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:25:51.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:51 smithi111 bash[18552]: audit 2024-03-30T04:25:50.838053+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:25:51.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:51 smithi111 bash[18552]: audit 2024-03-30T04:25:50.846320+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:25:51.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:51 smithi111 bash[18552]: audit 2024-03-30T04:25:50.849053+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:25:51.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:51 smithi111 bash[18552]: audit 2024-03-30T04:25:50.850194+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:25:52.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:52 smithi111 bash[18552]: cephadm 2024-03-30T04:25:50.851817+0000 mgr.y (mgr.14152) 29 : cephadm [INF] Deploying daemon mon.c on smithi111 2024-03-30T04:25:52.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:52 smithi111 bash[18552]: cluster 2024-03-30T04:25:50.907436+0000 mgr.y (mgr.14152) 30 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:25:54.105 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-03-30T04:25:54.105 INFO:teuthology.orchestra.run.smithi117.stdout:{"epoch":1,"fsid":"374abe7a-ee4d-11ee-b647-cb9ed24678a4","modified":"2024-03-30T04:24:10.162800Z","created":"2024-03-30T04:24:10.162800Z","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.111:3300","nonce":0},{"type":"v1","addr":"172.21.15.111:6789","nonce":0}]},"addr":"172.21.15.111:6789/0","public_addr":"172.21.15.111:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-30T04:25:54.108 INFO:teuthology.orchestra.run.smithi117.stderr:dumped monmap epoch 1 2024-03-30T04:25:54.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:54 smithi111 bash[18552]: cluster 2024-03-30T04:25:52.907747+0000 mgr.y (mgr.14152) 31 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:25:54.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:54 smithi111 bash[18552]: audit 2024-03-30T04:25:54.107179+0000 mon.a (mon.0) 166 : audit [DBG] from='client.? 172.21.15.117:0/1323811314' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-30T04:25:55.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:55 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:25:55.370 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:25:55 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:25:55.656 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-30T04:25:55.656 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph mon dump -f json 2024-03-30T04:25:55.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:25:55 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:25:55.870 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:25:55 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:25:56.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:25:56 smithi111 bash[24005]: debug 2024-03-30T04:25:56.435+0000 7f79e4702700 1 mon.c@-1(synchronizing).paxosservice(auth 1..5) refresh upgraded, format 0 -> 3 2024-03-30T04:26:01.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:01 smithi117 bash[18692]: debug 2024-03-30T04:26:01.513+0000 7fba3e6e5700 1 mon.b@-1(synchronizing).paxosservice(auth 1..5) refresh upgraded, format 0 -> 3 2024-03-30T04:26:06.870 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:26:06] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:26:06.870 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:26:06] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:26:06.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[18552]: cluster 2024-03-30T04:26:00.909552+0000 mgr.y (mgr.14152) 36 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:06.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[18552]: audit 2024-03-30T04:26:01.523507+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:06.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[18552]: cluster 2024-03-30T04:26:01.523766+0000 mon.a (mon.0) 189 : cluster [INF] mon.a calling monitor election 2024-03-30T04:26:06.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[18552]: cluster 2024-03-30T04:26:01.524845+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-30T04:26:06.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[18552]: audit 2024-03-30T04:26:01.543715+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:26:06.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[18552]: audit 2024-03-30T04:26:01.543941+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:26:06.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[18552]: audit 2024-03-30T04:26:01.544116+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:26:06.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[18552]: audit 2024-03-30T04:26:02.519061+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:26:06.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[18552]: cluster 2024-03-30T04:26:02.909955+0000 mgr.y (mgr.14152) 37 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:06.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[18552]: audit 2024-03-30T04:26:03.519313+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:26:06.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[18552]: cluster 2024-03-30T04:26:03.521042+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-30T04:26:06.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[18552]: audit 2024-03-30T04:26:04.518368+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:26:06.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[18552]: cluster 2024-03-30T04:26:04.910373+0000 mgr.y (mgr.14152) 38 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:06.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[18552]: audit 2024-03-30T04:26:05.519536+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:26:06.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[18552]: audit 2024-03-30T04:26:06.519481+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:26:06.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[18552]: cluster 2024-03-30T04:26:06.527164+0000 mon.a (mon.0) 198 : cluster [INF] mon.a calling monitor election 2024-03-30T04:26:06.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[18552]: cluster 2024-03-30T04:26:06.549540+0000 mon.a (mon.0) 199 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-30T04:26:06.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[18552]: cluster 2024-03-30T04:26:06.557086+0000 mon.a (mon.0) 200 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0],b=[v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0],c=[v2:172.21.15.111:3301/0,v1:172.21.15.111:6790/0]} 2024-03-30T04:26:06.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[18552]: cluster 2024-03-30T04:26:06.557184+0000 mon.a (mon.0) 201 : cluster [DBG] fsmap 2024-03-30T04:26:06.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[18552]: cluster 2024-03-30T04:26:06.557237+0000 mon.a (mon.0) 202 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-30T04:26:06.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[18552]: cluster 2024-03-30T04:26:06.557520+0000 mon.a (mon.0) 203 : cluster [DBG] mgrmap e13: y(active, since 51s) 2024-03-30T04:26:06.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[18552]: cluster 2024-03-30T04:26:06.565638+0000 mon.a (mon.0) 204 : cluster [INF] overall HEALTH_OK 2024-03-30T04:26:06.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[18552]: audit 2024-03-30T04:26:06.566276+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:26:06.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[18552]: audit 2024-03-30T04:26:06.571040+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:06.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[18552]: audit 2024-03-30T04:26:06.576783+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:06.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[18552]: audit 2024-03-30T04:26:06.584107+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:06.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[24005]: cluster 2024-03-30T04:26:00.909552+0000 mgr.y (mgr.14152) 36 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:06.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[24005]: audit 2024-03-30T04:26:01.523507+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:06.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[24005]: cluster 2024-03-30T04:26:01.523766+0000 mon.a (mon.0) 189 : cluster [INF] mon.a calling monitor election 2024-03-30T04:26:06.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[24005]: cluster 2024-03-30T04:26:01.524845+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-30T04:26:06.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[24005]: audit 2024-03-30T04:26:01.543715+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:26:06.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[24005]: audit 2024-03-30T04:26:01.543941+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:26:06.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[24005]: audit 2024-03-30T04:26:01.544116+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:26:06.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[24005]: audit 2024-03-30T04:26:02.519061+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:26:06.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[24005]: cluster 2024-03-30T04:26:02.909955+0000 mgr.y (mgr.14152) 37 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:06.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[24005]: audit 2024-03-30T04:26:03.519313+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:26:06.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[24005]: cluster 2024-03-30T04:26:03.521042+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-30T04:26:06.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[24005]: audit 2024-03-30T04:26:04.518368+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:26:06.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[24005]: cluster 2024-03-30T04:26:04.910373+0000 mgr.y (mgr.14152) 38 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:06.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[24005]: audit 2024-03-30T04:26:05.519536+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:26:06.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[24005]: audit 2024-03-30T04:26:06.519481+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:26:06.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[24005]: cluster 2024-03-30T04:26:06.527164+0000 mon.a (mon.0) 198 : cluster [INF] mon.a calling monitor election 2024-03-30T04:26:06.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[24005]: cluster 2024-03-30T04:26:06.549540+0000 mon.a (mon.0) 199 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-30T04:26:06.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[24005]: cluster 2024-03-30T04:26:06.557086+0000 mon.a (mon.0) 200 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0],b=[v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0],c=[v2:172.21.15.111:3301/0,v1:172.21.15.111:6790/0]} 2024-03-30T04:26:06.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[24005]: cluster 2024-03-30T04:26:06.557184+0000 mon.a (mon.0) 201 : cluster [DBG] fsmap 2024-03-30T04:26:06.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[24005]: cluster 2024-03-30T04:26:06.557237+0000 mon.a (mon.0) 202 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-30T04:26:06.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[24005]: cluster 2024-03-30T04:26:06.557520+0000 mon.a (mon.0) 203 : cluster [DBG] mgrmap e13: y(active, since 51s) 2024-03-30T04:26:06.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[24005]: cluster 2024-03-30T04:26:06.565638+0000 mon.a (mon.0) 204 : cluster [INF] overall HEALTH_OK 2024-03-30T04:26:06.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[24005]: audit 2024-03-30T04:26:06.566276+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:26:06.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[24005]: audit 2024-03-30T04:26:06.571040+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:06.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[24005]: audit 2024-03-30T04:26:06.576783+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:06.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[24005]: audit 2024-03-30T04:26:06.584107+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:06.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:06 smithi117 bash[18692]: cluster 2024-03-30T04:26:00.909552+0000 mgr.y (mgr.14152) 36 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:06.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:06 smithi117 bash[18692]: audit 2024-03-30T04:26:01.523507+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:06.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:06 smithi117 bash[18692]: cluster 2024-03-30T04:26:01.523766+0000 mon.a (mon.0) 189 : cluster [INF] mon.a calling monitor election 2024-03-30T04:26:06.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:06 smithi117 bash[18692]: cluster 2024-03-30T04:26:01.524845+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-30T04:26:06.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:06 smithi117 bash[18692]: audit 2024-03-30T04:26:01.543715+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:26:06.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:06 smithi117 bash[18692]: audit 2024-03-30T04:26:01.543941+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:26:06.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:06 smithi117 bash[18692]: audit 2024-03-30T04:26:01.544116+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:26:06.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:06 smithi117 bash[18692]: audit 2024-03-30T04:26:02.519061+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:26:06.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:06 smithi117 bash[18692]: cluster 2024-03-30T04:26:02.909955+0000 mgr.y (mgr.14152) 37 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:06.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:06 smithi117 bash[18692]: audit 2024-03-30T04:26:03.519313+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:26:06.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:06 smithi117 bash[18692]: cluster 2024-03-30T04:26:03.521042+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-30T04:26:06.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:06 smithi117 bash[18692]: audit 2024-03-30T04:26:04.518368+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:26:06.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:06 smithi117 bash[18692]: cluster 2024-03-30T04:26:04.910373+0000 mgr.y (mgr.14152) 38 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:06.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:06 smithi117 bash[18692]: audit 2024-03-30T04:26:05.519536+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:26:06.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:06 smithi117 bash[18692]: audit 2024-03-30T04:26:06.519481+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:26:06.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:06 smithi117 bash[18692]: cluster 2024-03-30T04:26:06.527164+0000 mon.a (mon.0) 198 : cluster [INF] mon.a calling monitor election 2024-03-30T04:26:06.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:06 smithi117 bash[18692]: cluster 2024-03-30T04:26:06.549540+0000 mon.a (mon.0) 199 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-30T04:26:06.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:06 smithi117 bash[18692]: cluster 2024-03-30T04:26:06.557086+0000 mon.a (mon.0) 200 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0],b=[v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0],c=[v2:172.21.15.111:3301/0,v1:172.21.15.111:6790/0]} 2024-03-30T04:26:06.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:06 smithi117 bash[18692]: cluster 2024-03-30T04:26:06.557184+0000 mon.a (mon.0) 201 : cluster [DBG] fsmap 2024-03-30T04:26:06.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:06 smithi117 bash[18692]: cluster 2024-03-30T04:26:06.557237+0000 mon.a (mon.0) 202 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-30T04:26:06.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:06 smithi117 bash[18692]: cluster 2024-03-30T04:26:06.557520+0000 mon.a (mon.0) 203 : cluster [DBG] mgrmap e13: y(active, since 51s) 2024-03-30T04:26:06.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:06 smithi117 bash[18692]: cluster 2024-03-30T04:26:06.565638+0000 mon.a (mon.0) 204 : cluster [INF] overall HEALTH_OK 2024-03-30T04:26:06.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:06 smithi117 bash[18692]: audit 2024-03-30T04:26:06.566276+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:26:06.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:06 smithi117 bash[18692]: audit 2024-03-30T04:26:06.571040+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:06.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:06 smithi117 bash[18692]: audit 2024-03-30T04:26:06.576783+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:06.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:06 smithi117 bash[18692]: audit 2024-03-30T04:26:06.584107+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:07.370 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:26:06 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:26:06] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:26:07.370 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:26:07 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:26:07] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:26:07.965 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:07 smithi111 bash[24005]: cephadm 2024-03-30T04:26:06.569869+0000 mgr.y (mgr.14152) 39 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.conf 2024-03-30T04:26:07.965 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:07 smithi111 bash[24005]: cephadm 2024-03-30T04:26:06.570432+0000 mgr.y (mgr.14152) 40 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-03-30T04:26:07.965 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:07 smithi111 bash[24005]: audit 2024-03-30T04:26:06.713074+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:07.965 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:07 smithi111 bash[24005]: audit 2024-03-30T04:26:06.717742+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:07.965 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:07 smithi111 bash[24005]: audit 2024-03-30T04:26:06.723425+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:07.965 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:07 smithi111 bash[24005]: cephadm 2024-03-30T04:26:06.723964+0000 mgr.y (mgr.14152) 41 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:26:07.965 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:07 smithi111 bash[24005]: cephadm 2024-03-30T04:26:06.724896+0000 mgr.y (mgr.14152) 42 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-30T04:26:07.965 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:07 smithi111 bash[24005]: audit 2024-03-30T04:26:06.725309+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:26:07.965 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:07 smithi111 bash[24005]: audit 2024-03-30T04:26:06.726218+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:26:07.965 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:07 smithi111 bash[24005]: audit 2024-03-30T04:26:06.727057+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:07.965 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:07 smithi111 bash[24005]: cephadm 2024-03-30T04:26:06.728050+0000 mgr.y (mgr.14152) 43 : cephadm [INF] Reconfiguring daemon mon.a on smithi111 2024-03-30T04:26:07.965 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:07 smithi111 bash[24005]: audit 2024-03-30T04:26:06.900237+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:07.966 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:07 smithi111 bash[24005]: audit 2024-03-30T04:26:06.905494+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:07.966 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:07 smithi111 bash[24005]: audit 2024-03-30T04:26:07.087502+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:07.966 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:07 smithi111 bash[24005]: audit 2024-03-30T04:26:07.091726+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:07.966 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:07 smithi111 bash[24005]: audit 2024-03-30T04:26:07.519681+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:26:07.966 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:07 smithi111 bash[18552]: cephadm 2024-03-30T04:26:06.569869+0000 mgr.y (mgr.14152) 39 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.conf 2024-03-30T04:26:07.966 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:07 smithi111 bash[18552]: cephadm 2024-03-30T04:26:06.570432+0000 mgr.y (mgr.14152) 40 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-03-30T04:26:07.966 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:07 smithi111 bash[18552]: audit 2024-03-30T04:26:06.713074+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:07.966 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:07 smithi111 bash[18552]: audit 2024-03-30T04:26:06.717742+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:07.966 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:07 smithi111 bash[18552]: audit 2024-03-30T04:26:06.723425+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:07.966 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:07 smithi111 bash[18552]: cephadm 2024-03-30T04:26:06.723964+0000 mgr.y (mgr.14152) 41 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:26:07.966 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:07 smithi111 bash[18552]: cephadm 2024-03-30T04:26:06.724896+0000 mgr.y (mgr.14152) 42 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-30T04:26:07.967 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:07 smithi111 bash[18552]: audit 2024-03-30T04:26:06.725309+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:26:07.967 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:07 smithi111 bash[18552]: audit 2024-03-30T04:26:06.726218+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:26:07.967 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:07 smithi111 bash[18552]: audit 2024-03-30T04:26:06.727057+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:07.967 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:07 smithi111 bash[18552]: cephadm 2024-03-30T04:26:06.728050+0000 mgr.y (mgr.14152) 43 : cephadm [INF] Reconfiguring daemon mon.a on smithi111 2024-03-30T04:26:07.967 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:07 smithi111 bash[18552]: audit 2024-03-30T04:26:06.900237+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:07.967 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:07 smithi111 bash[18552]: audit 2024-03-30T04:26:06.905494+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:07.967 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:07 smithi111 bash[18552]: audit 2024-03-30T04:26:07.087502+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:07.967 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:07 smithi111 bash[18552]: audit 2024-03-30T04:26:07.091726+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:07.967 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:07 smithi111 bash[18552]: audit 2024-03-30T04:26:07.519681+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:26:08.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:07 smithi117 bash[18692]: cephadm 2024-03-30T04:26:06.569869+0000 mgr.y (mgr.14152) 39 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.conf 2024-03-30T04:26:08.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:07 smithi117 bash[18692]: cephadm 2024-03-30T04:26:06.570432+0000 mgr.y (mgr.14152) 40 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-03-30T04:26:08.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:07 smithi117 bash[18692]: audit 2024-03-30T04:26:06.713074+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:08.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:07 smithi117 bash[18692]: audit 2024-03-30T04:26:06.717742+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:08.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:07 smithi117 bash[18692]: audit 2024-03-30T04:26:06.723425+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:08.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:07 smithi117 bash[18692]: cephadm 2024-03-30T04:26:06.723964+0000 mgr.y (mgr.14152) 41 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:26:08.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:07 smithi117 bash[18692]: cephadm 2024-03-30T04:26:06.724896+0000 mgr.y (mgr.14152) 42 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-30T04:26:08.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:07 smithi117 bash[18692]: audit 2024-03-30T04:26:06.725309+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:26:08.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:07 smithi117 bash[18692]: audit 2024-03-30T04:26:06.726218+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:26:08.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:07 smithi117 bash[18692]: audit 2024-03-30T04:26:06.727057+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:08.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:07 smithi117 bash[18692]: cephadm 2024-03-30T04:26:06.728050+0000 mgr.y (mgr.14152) 43 : cephadm [INF] Reconfiguring daemon mon.a on smithi111 2024-03-30T04:26:08.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:07 smithi117 bash[18692]: audit 2024-03-30T04:26:06.900237+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:08.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:07 smithi117 bash[18692]: audit 2024-03-30T04:26:06.905494+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:08.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:07 smithi117 bash[18692]: audit 2024-03-30T04:26:07.087502+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:08.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:07 smithi117 bash[18692]: audit 2024-03-30T04:26:07.091726+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:08.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:07 smithi117 bash[18692]: audit 2024-03-30T04:26:07.519681+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:26:08.225 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-03-30T04:26:08.225 INFO:teuthology.orchestra.run.smithi117.stdout:{"epoch":3,"fsid":"374abe7a-ee4d-11ee-b647-cb9ed24678a4","modified":"2024-03-30T04:26:01.518565Z","created":"2024-03-30T04:24:10.162800Z","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.111:3300","nonce":0},{"type":"v1","addr":"172.21.15.111:6789","nonce":0}]},"addr":"172.21.15.111:6789/0","public_addr":"172.21.15.111:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:3301","nonce":0},{"type":"v1","addr":"172.21.15.111:6790","nonce":0}]},"addr":"172.21.15.111:6790/0","public_addr":"172.21.15.111:6790/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:3300","nonce":0},{"type":"v1","addr":"172.21.15.117:6789","nonce":0}]},"addr":"172.21.15.117:6789/0","public_addr":"172.21.15.117:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-03-30T04:26:08.227 INFO:teuthology.orchestra.run.smithi117.stderr:dumped monmap epoch 3 2024-03-30T04:26:08.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:08 smithi111 bash[18552]: cluster 2024-03-30T04:26:06.910670+0000 mgr.y (mgr.14152) 44 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:08.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:08 smithi111 bash[18552]: audit 2024-03-30T04:26:08.226727+0000 mon.a (mon.0) 220 : audit [DBG] from='client.? 172.21.15.117:0/2304648199' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-30T04:26:08.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:08 smithi111 bash[18552]: audit 2024-03-30T04:26:08.609437+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:08.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:08 smithi111 bash[18552]: audit 2024-03-30T04:26:08.610870+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:26:08.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:08 smithi111 bash[18552]: audit 2024-03-30T04:26:08.611627+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:26:08.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:08 smithi111 bash[18552]: audit 2024-03-30T04:26:08.612349+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:08.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:08 smithi111 bash[24005]: cluster 2024-03-30T04:26:06.910670+0000 mgr.y (mgr.14152) 44 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:08.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:08 smithi111 bash[24005]: audit 2024-03-30T04:26:08.226727+0000 mon.a (mon.0) 220 : audit [DBG] from='client.? 172.21.15.117:0/2304648199' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-30T04:26:08.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:08 smithi111 bash[24005]: audit 2024-03-30T04:26:08.609437+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:08.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:08 smithi111 bash[24005]: audit 2024-03-30T04:26:08.610870+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:26:08.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:08 smithi111 bash[24005]: audit 2024-03-30T04:26:08.611627+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:26:08.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:08 smithi111 bash[24005]: audit 2024-03-30T04:26:08.612349+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:08.883 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-03-30T04:26:08.883 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph config generate-minimal-conf 2024-03-30T04:26:09.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:08 smithi117 bash[18692]: cluster 2024-03-30T04:26:06.910670+0000 mgr.y (mgr.14152) 44 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:09.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:08 smithi117 bash[18692]: audit 2024-03-30T04:26:08.226727+0000 mon.a (mon.0) 220 : audit [DBG] from='client.? 172.21.15.117:0/2304648199' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-30T04:26:09.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:08 smithi117 bash[18692]: audit 2024-03-30T04:26:08.609437+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:09.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:08 smithi117 bash[18692]: audit 2024-03-30T04:26:08.610870+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:26:09.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:08 smithi117 bash[18692]: audit 2024-03-30T04:26:08.611627+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:26:09.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:08 smithi117 bash[18692]: audit 2024-03-30T04:26:08.612349+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:10.004 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:09 smithi111 bash[18552]: cephadm 2024-03-30T04:26:08.610586+0000 mgr.y (mgr.14152) 45 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-30T04:26:10.004 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:09 smithi111 bash[18552]: cephadm 2024-03-30T04:26:08.613202+0000 mgr.y (mgr.14152) 46 : cephadm [INF] Reconfiguring daemon mon.c on smithi111 2024-03-30T04:26:10.004 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:09 smithi111 bash[24005]: cephadm 2024-03-30T04:26:08.610586+0000 mgr.y (mgr.14152) 45 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-30T04:26:10.004 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:09 smithi111 bash[24005]: cephadm 2024-03-30T04:26:08.613202+0000 mgr.y (mgr.14152) 46 : cephadm [INF] Reconfiguring daemon mon.c on smithi111 2024-03-30T04:26:10.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:09 smithi117 bash[18692]: cephadm 2024-03-30T04:26:08.610586+0000 mgr.y (mgr.14152) 45 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-30T04:26:10.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:09 smithi117 bash[18692]: cephadm 2024-03-30T04:26:08.613202+0000 mgr.y (mgr.14152) 46 : cephadm [INF] Reconfiguring daemon mon.c on smithi111 2024-03-30T04:26:11.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:10 smithi111 bash[18552]: cluster 2024-03-30T04:26:08.910983+0000 mgr.y (mgr.14152) 47 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:11.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:10 smithi111 bash[24005]: cluster 2024-03-30T04:26:08.910983+0000 mgr.y (mgr.14152) 47 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:11.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:10 smithi117 bash[18692]: cluster 2024-03-30T04:26:08.910983+0000 mgr.y (mgr.14152) 47 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:12.336 INFO:teuthology.orchestra.run.smithi111.stdout:# minimal ceph.conf for 374abe7a-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:26:12.336 INFO:teuthology.orchestra.run.smithi111.stdout:[global] 2024-03-30T04:26:12.336 INFO:teuthology.orchestra.run.smithi111.stdout: fsid = 374abe7a-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:26:12.336 INFO:teuthology.orchestra.run.smithi111.stdout: mon_host = [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] [v2:172.21.15.111:3301/0,v1:172.21.15.111:6790/0] 2024-03-30T04:26:12.597 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:12 smithi117 bash[18692]: cluster 2024-03-30T04:26:10.911345+0000 mgr.y (mgr.14152) 48 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:12.597 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:12 smithi117 bash[18692]: audit 2024-03-30T04:26:11.321578+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:12.598 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:12 smithi117 bash[18692]: cephadm 2024-03-30T04:26:11.322559+0000 mgr.y (mgr.14152) 49 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-30T04:26:12.598 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:12 smithi117 bash[18692]: audit 2024-03-30T04:26:11.322839+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:26:12.598 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:12 smithi117 bash[18692]: audit 2024-03-30T04:26:11.323528+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:26:12.598 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:12 smithi117 bash[18692]: audit 2024-03-30T04:26:11.324160+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:12.598 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:12 smithi117 bash[18692]: cephadm 2024-03-30T04:26:11.324894+0000 mgr.y (mgr.14152) 50 : cephadm [INF] Reconfiguring daemon mon.b on smithi117 2024-03-30T04:26:12.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:12 smithi111 bash[18552]: cluster 2024-03-30T04:26:10.911345+0000 mgr.y (mgr.14152) 48 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:12.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:12 smithi111 bash[18552]: audit 2024-03-30T04:26:11.321578+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:12.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:12 smithi111 bash[18552]: cephadm 2024-03-30T04:26:11.322559+0000 mgr.y (mgr.14152) 49 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-30T04:26:12.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:12 smithi111 bash[18552]: audit 2024-03-30T04:26:11.322839+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:26:12.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:12 smithi111 bash[18552]: audit 2024-03-30T04:26:11.323528+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:26:12.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:12 smithi111 bash[18552]: audit 2024-03-30T04:26:11.324160+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:12.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:12 smithi111 bash[18552]: cephadm 2024-03-30T04:26:11.324894+0000 mgr.y (mgr.14152) 50 : cephadm [INF] Reconfiguring daemon mon.b on smithi117 2024-03-30T04:26:12.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:12 smithi111 bash[24005]: cluster 2024-03-30T04:26:10.911345+0000 mgr.y (mgr.14152) 48 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:12.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:12 smithi111 bash[24005]: audit 2024-03-30T04:26:11.321578+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:12.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:12 smithi111 bash[24005]: cephadm 2024-03-30T04:26:11.322559+0000 mgr.y (mgr.14152) 49 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-30T04:26:12.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:12 smithi111 bash[24005]: audit 2024-03-30T04:26:11.322839+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:26:12.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:12 smithi111 bash[24005]: audit 2024-03-30T04:26:11.323528+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:26:12.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:12 smithi111 bash[24005]: audit 2024-03-30T04:26:11.324160+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:12.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:12 smithi111 bash[24005]: cephadm 2024-03-30T04:26:11.324894+0000 mgr.y (mgr.14152) 50 : cephadm [INF] Reconfiguring daemon mon.b on smithi117 2024-03-30T04:26:12.995 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-03-30T04:26:12.995 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2024-03-30T04:26:12.995 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd of=/etc/ceph/ceph.conf 2024-03-30T04:26:13.008 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2024-03-30T04:26:13.009 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:26:13.068 DEBUG:teuthology.orchestra.run.smithi117:> set -ex 2024-03-30T04:26:13.068 DEBUG:teuthology.orchestra.run.smithi117:> sudo dd of=/etc/ceph/ceph.conf 2024-03-30T04:26:13.081 DEBUG:teuthology.orchestra.run.smithi117:> set -ex 2024-03-30T04:26:13.081 DEBUG:teuthology.orchestra.run.smithi117:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:26:13.135 INFO:tasks.cephadm:Adding mgr.y on smithi111 2024-03-30T04:26:13.135 INFO:tasks.cephadm:Adding mgr.x on smithi117 2024-03-30T04:26:13.135 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch apply mgr '2;smithi111=y;smithi117=x' 2024-03-30T04:26:13.355 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:13 smithi117 bash[18692]: audit 2024-03-30T04:26:12.338317+0000 mon.a (mon.0) 229 : audit [DBG] from='client.? 172.21.15.111:0/3354463067' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:13.356 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:13 smithi117 bash[18692]: audit 2024-03-30T04:26:13.021030+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:13.356 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:13 smithi117 bash[18692]: audit 2024-03-30T04:26:13.022648+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:26:13.356 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:13 smithi117 bash[18692]: audit 2024-03-30T04:26:13.024319+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:13.356 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:13 smithi117 bash[18692]: audit 2024-03-30T04:26:13.025463+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:26:13.356 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:13 smithi117 bash[18692]: audit 2024-03-30T04:26:13.034805+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:13.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:13 smithi111 bash[18552]: audit 2024-03-30T04:26:12.338317+0000 mon.a (mon.0) 229 : audit [DBG] from='client.? 172.21.15.111:0/3354463067' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:13.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:13 smithi111 bash[18552]: audit 2024-03-30T04:26:13.021030+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:13.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:13 smithi111 bash[18552]: audit 2024-03-30T04:26:13.022648+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:26:13.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:13 smithi111 bash[18552]: audit 2024-03-30T04:26:13.024319+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:13.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:13 smithi111 bash[18552]: audit 2024-03-30T04:26:13.025463+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:26:13.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:13 smithi111 bash[18552]: audit 2024-03-30T04:26:13.034805+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:13.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:13 smithi111 bash[24005]: audit 2024-03-30T04:26:12.338317+0000 mon.a (mon.0) 229 : audit [DBG] from='client.? 172.21.15.111:0/3354463067' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:13.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:13 smithi111 bash[24005]: audit 2024-03-30T04:26:13.021030+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:13.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:13 smithi111 bash[24005]: audit 2024-03-30T04:26:13.022648+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:26:13.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:13 smithi111 bash[24005]: audit 2024-03-30T04:26:13.024319+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:13.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:13 smithi111 bash[24005]: audit 2024-03-30T04:26:13.025463+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:26:13.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:13 smithi111 bash[24005]: audit 2024-03-30T04:26:13.034805+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:14.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:14 smithi117 bash[18692]: cluster 2024-03-30T04:26:12.911758+0000 mgr.y (mgr.14152) 51 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:14.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:14 smithi111 bash[18552]: cluster 2024-03-30T04:26:12.911758+0000 mgr.y (mgr.14152) 51 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:14.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:14 smithi111 bash[24005]: cluster 2024-03-30T04:26:12.911758+0000 mgr.y (mgr.14152) 51 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:15.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:15 smithi111 bash[18552]: audit 2024-03-30T04:26:14.969558+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:26:15.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:15 smithi111 bash[18552]: audit 2024-03-30T04:26:14.971286+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:26:15.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:15 smithi111 bash[24005]: audit 2024-03-30T04:26:14.969558+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:26:15.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:15 smithi111 bash[24005]: audit 2024-03-30T04:26:14.971286+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:26:15.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:15 smithi117 bash[18692]: audit 2024-03-30T04:26:14.969558+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:26:15.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:15 smithi117 bash[18692]: audit 2024-03-30T04:26:14.971286+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:26:15.888 INFO:teuthology.orchestra.run.smithi117.stdout:Scheduled mgr update... 2024-03-30T04:26:16.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:16 smithi111 bash[18552]: cluster 2024-03-30T04:26:14.912182+0000 mgr.y (mgr.14152) 52 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:16.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:16 smithi111 bash[18552]: audit 2024-03-30T04:26:15.889656+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:16.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:16 smithi111 bash[18552]: audit 2024-03-30T04:26:15.909439+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:26:16.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:16 smithi111 bash[18552]: audit 2024-03-30T04:26:15.912144+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:16.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:16 smithi111 bash[18552]: audit 2024-03-30T04:26:15.914017+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:26:16.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:16 smithi111 bash[18552]: audit 2024-03-30T04:26:15.927481+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:16.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:16 smithi111 bash[18552]: audit 2024-03-30T04:26:15.931647+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:26:16.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:16 smithi111 bash[18552]: audit 2024-03-30T04:26:15.940705+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-30T04:26:16.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:16 smithi111 bash[18552]: audit 2024-03-30T04:26:15.942482+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:26:16.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:16 smithi111 bash[18552]: audit 2024-03-30T04:26:15.944403+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:16.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:16 smithi111 bash[24005]: cluster 2024-03-30T04:26:14.912182+0000 mgr.y (mgr.14152) 52 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:16.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:16 smithi111 bash[24005]: audit 2024-03-30T04:26:15.889656+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:16.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:16 smithi111 bash[24005]: audit 2024-03-30T04:26:15.909439+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:26:16.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:16 smithi111 bash[24005]: audit 2024-03-30T04:26:15.912144+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:16.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:16 smithi111 bash[24005]: audit 2024-03-30T04:26:15.914017+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:26:16.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:16 smithi111 bash[24005]: audit 2024-03-30T04:26:15.927481+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:16.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:16 smithi111 bash[24005]: audit 2024-03-30T04:26:15.931647+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:26:16.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:16 smithi111 bash[24005]: audit 2024-03-30T04:26:15.940705+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-30T04:26:16.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:16 smithi111 bash[24005]: audit 2024-03-30T04:26:15.942482+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:26:16.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:16 smithi111 bash[24005]: audit 2024-03-30T04:26:15.944403+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:16.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:16 smithi117 bash[18692]: cluster 2024-03-30T04:26:14.912182+0000 mgr.y (mgr.14152) 52 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:16.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:16 smithi117 bash[18692]: audit 2024-03-30T04:26:15.889656+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:16.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:16 smithi117 bash[18692]: audit 2024-03-30T04:26:15.909439+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:26:16.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:16 smithi117 bash[18692]: audit 2024-03-30T04:26:15.912144+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:16.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:16 smithi117 bash[18692]: audit 2024-03-30T04:26:15.914017+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:26:16.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:16 smithi117 bash[18692]: audit 2024-03-30T04:26:15.927481+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:16.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:16 smithi117 bash[18692]: audit 2024-03-30T04:26:15.931647+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:26:16.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:16 smithi117 bash[18692]: audit 2024-03-30T04:26:15.940705+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-30T04:26:16.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:16 smithi117 bash[18692]: audit 2024-03-30T04:26:15.942482+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:26:16.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:16 smithi117 bash[18692]: audit 2024-03-30T04:26:15.944403+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:17.026 DEBUG:teuthology.orchestra.run.smithi117:mgr.x> sudo journalctl -f -n 0 -u ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@mgr.x.service 2024-03-30T04:26:17.029 INFO:tasks.cephadm:Deploying OSDs... 2024-03-30T04:26:17.029 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2024-03-30T04:26:17.029 DEBUG:teuthology.orchestra.run.smithi111:> dd if=/scratch_devs of=/dev/stdout 2024-03-30T04:26:17.035 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-03-30T04:26:17.035 DEBUG:teuthology.orchestra.run.smithi111:> stat /dev/vg_nvme/lv_1 2024-03-30T04:26:17.084 INFO:teuthology.orchestra.run.smithi111.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-30T04:26:17.084 INFO:teuthology.orchestra.run.smithi111.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-30T04:26:17.084 INFO:teuthology.orchestra.run.smithi111.stdout:Device: 5h/5d Inode: 881 Links: 1 2024-03-30T04:26:17.084 INFO:teuthology.orchestra.run.smithi111.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-30T04:26:17.084 INFO:teuthology.orchestra.run.smithi111.stdout:Access: 2024-03-30 04:19:46.544606520 +0000 2024-03-30T04:26:17.084 INFO:teuthology.orchestra.run.smithi111.stdout:Modify: 2024-03-30 04:19:46.292608770 +0000 2024-03-30T04:26:17.084 INFO:teuthology.orchestra.run.smithi111.stdout:Change: 2024-03-30 04:19:46.292608770 +0000 2024-03-30T04:26:17.084 INFO:teuthology.orchestra.run.smithi111.stdout: Birth: - 2024-03-30T04:26:17.085 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-30T04:26:17.139 INFO:teuthology.orchestra.run.smithi111.stderr:1+0 records in 2024-03-30T04:26:17.139 INFO:teuthology.orchestra.run.smithi111.stderr:1+0 records out 2024-03-30T04:26:17.139 INFO:teuthology.orchestra.run.smithi111.stderr:512 bytes copied, 0.000370252 s, 1.4 MB/s 2024-03-30T04:26:17.140 DEBUG:teuthology.orchestra.run.smithi111:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-30T04:26:17.189 DEBUG:teuthology.orchestra.run.smithi111:> stat /dev/vg_nvme/lv_2 2024-03-30T04:26:17.236 INFO:teuthology.orchestra.run.smithi111.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-30T04:26:17.236 INFO:teuthology.orchestra.run.smithi111.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-30T04:26:17.236 INFO:teuthology.orchestra.run.smithi111.stdout:Device: 5h/5d Inode: 905 Links: 1 2024-03-30T04:26:17.236 INFO:teuthology.orchestra.run.smithi111.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-30T04:26:17.236 INFO:teuthology.orchestra.run.smithi111.stdout:Access: 2024-03-30 04:19:47.028602197 +0000 2024-03-30T04:26:17.236 INFO:teuthology.orchestra.run.smithi111.stdout:Modify: 2024-03-30 04:19:46.764604555 +0000 2024-03-30T04:26:17.236 INFO:teuthology.orchestra.run.smithi111.stdout:Change: 2024-03-30 04:19:46.764604555 +0000 2024-03-30T04:26:17.236 INFO:teuthology.orchestra.run.smithi111.stdout: Birth: - 2024-03-30T04:26:17.237 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-30T04:26:17.290 INFO:teuthology.orchestra.run.smithi111.stderr:1+0 records in 2024-03-30T04:26:17.290 INFO:teuthology.orchestra.run.smithi111.stderr:1+0 records out 2024-03-30T04:26:17.290 INFO:teuthology.orchestra.run.smithi111.stderr:512 bytes copied, 0.000331789 s, 1.5 MB/s 2024-03-30T04:26:17.291 DEBUG:teuthology.orchestra.run.smithi111:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-30T04:26:17.345 DEBUG:teuthology.orchestra.run.smithi111:> stat /dev/vg_nvme/lv_3 2024-03-30T04:26:17.392 INFO:teuthology.orchestra.run.smithi111.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-30T04:26:17.392 INFO:teuthology.orchestra.run.smithi111.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-30T04:26:17.392 INFO:teuthology.orchestra.run.smithi111.stdout:Device: 5h/5d Inode: 917 Links: 1 2024-03-30T04:26:17.392 INFO:teuthology.orchestra.run.smithi111.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-30T04:26:17.392 INFO:teuthology.orchestra.run.smithi111.stdout:Access: 2024-03-30 04:19:47.516597837 +0000 2024-03-30T04:26:17.393 INFO:teuthology.orchestra.run.smithi111.stdout:Modify: 2024-03-30 04:19:47.272600018 +0000 2024-03-30T04:26:17.393 INFO:teuthology.orchestra.run.smithi111.stdout:Change: 2024-03-30 04:19:47.272600018 +0000 2024-03-30T04:26:17.393 INFO:teuthology.orchestra.run.smithi111.stdout: Birth: - 2024-03-30T04:26:17.393 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-30T04:26:17.444 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:17 smithi111 bash[24005]: audit 2024-03-30T04:26:15.877652+0000 mgr.y (mgr.14152) 53 : audit [DBG] from='client.24107 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi111=y;smithi117=x", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:26:17.444 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:17 smithi111 bash[24005]: cephadm 2024-03-30T04:26:15.881106+0000 mgr.y (mgr.14152) 54 : cephadm [INF] Saving service mgr spec with placement smithi111=y;smithi117=x;count:2 2024-03-30T04:26:17.444 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:17 smithi111 bash[24005]: cephadm 2024-03-30T04:26:15.946259+0000 mgr.y (mgr.14152) 55 : cephadm [INF] Deploying daemon mgr.x on smithi117 2024-03-30T04:26:17.444 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:17 smithi111 bash[18552]: audit 2024-03-30T04:26:15.877652+0000 mgr.y (mgr.14152) 53 : audit [DBG] from='client.24107 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi111=y;smithi117=x", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:26:17.444 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:17 smithi111 bash[18552]: cephadm 2024-03-30T04:26:15.881106+0000 mgr.y (mgr.14152) 54 : cephadm [INF] Saving service mgr spec with placement smithi111=y;smithi117=x;count:2 2024-03-30T04:26:17.444 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:17 smithi111 bash[18552]: cephadm 2024-03-30T04:26:15.946259+0000 mgr.y (mgr.14152) 55 : cephadm [INF] Deploying daemon mgr.x on smithi117 2024-03-30T04:26:17.445 INFO:teuthology.orchestra.run.smithi111.stderr:1+0 records in 2024-03-30T04:26:17.445 INFO:teuthology.orchestra.run.smithi111.stderr:1+0 records out 2024-03-30T04:26:17.445 INFO:teuthology.orchestra.run.smithi111.stderr:512 bytes copied, 0.000324595 s, 1.6 MB/s 2024-03-30T04:26:17.447 DEBUG:teuthology.orchestra.run.smithi111:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-30T04:26:17.497 DEBUG:teuthology.orchestra.run.smithi111:> stat /dev/vg_nvme/lv_4 2024-03-30T04:26:17.543 INFO:teuthology.orchestra.run.smithi111.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-30T04:26:17.544 INFO:teuthology.orchestra.run.smithi111.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-30T04:26:17.544 INFO:teuthology.orchestra.run.smithi111.stdout:Device: 5h/5d Inode: 939 Links: 1 2024-03-30T04:26:17.544 INFO:teuthology.orchestra.run.smithi111.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-30T04:26:17.544 INFO:teuthology.orchestra.run.smithi111.stdout:Access: 2024-03-30 04:19:48.020593336 +0000 2024-03-30T04:26:17.544 INFO:teuthology.orchestra.run.smithi111.stdout:Modify: 2024-03-30 04:19:47.764595623 +0000 2024-03-30T04:26:17.544 INFO:teuthology.orchestra.run.smithi111.stdout:Change: 2024-03-30 04:19:47.764595623 +0000 2024-03-30T04:26:17.544 INFO:teuthology.orchestra.run.smithi111.stdout: Birth: - 2024-03-30T04:26:17.544 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-30T04:26:17.602 INFO:teuthology.orchestra.run.smithi111.stderr:1+0 records in 2024-03-30T04:26:17.602 INFO:teuthology.orchestra.run.smithi111.stderr:1+0 records out 2024-03-30T04:26:17.602 INFO:teuthology.orchestra.run.smithi111.stderr:512 bytes copied, 0.000390467 s, 1.3 MB/s 2024-03-30T04:26:17.607 DEBUG:teuthology.orchestra.run.smithi111:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-30T04:26:17.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:17 smithi117 bash[18692]: audit 2024-03-30T04:26:15.877652+0000 mgr.y (mgr.14152) 53 : audit [DBG] from='client.24107 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi111=y;smithi117=x", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:26:17.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:17 smithi117 bash[18692]: cephadm 2024-03-30T04:26:15.881106+0000 mgr.y (mgr.14152) 54 : cephadm [INF] Saving service mgr spec with placement smithi111=y;smithi117=x;count:2 2024-03-30T04:26:17.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:17 smithi117 bash[18692]: cephadm 2024-03-30T04:26:15.946259+0000 mgr.y (mgr.14152) 55 : cephadm [INF] Deploying daemon mgr.x on smithi117 2024-03-30T04:26:17.657 DEBUG:teuthology.orchestra.run.smithi117:> set -ex 2024-03-30T04:26:17.657 DEBUG:teuthology.orchestra.run.smithi117:> dd if=/scratch_devs of=/dev/stdout 2024-03-30T04:26:17.663 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-03-30T04:26:17.663 DEBUG:teuthology.orchestra.run.smithi117:> stat /dev/vg_nvme/lv_1 2024-03-30T04:26:17.710 INFO:teuthology.orchestra.run.smithi117.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-30T04:26:17.710 INFO:teuthology.orchestra.run.smithi117.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-30T04:26:17.710 INFO:teuthology.orchestra.run.smithi117.stdout:Device: 5h/5d Inode: 882 Links: 1 2024-03-30T04:26:17.711 INFO:teuthology.orchestra.run.smithi117.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-30T04:26:17.711 INFO:teuthology.orchestra.run.smithi117.stdout:Access: 2024-03-30 04:19:45.715087696 +0000 2024-03-30T04:26:17.711 INFO:teuthology.orchestra.run.smithi117.stdout:Modify: 2024-03-30 04:19:45.447090084 +0000 2024-03-30T04:26:17.711 INFO:teuthology.orchestra.run.smithi117.stdout:Change: 2024-03-30 04:19:45.447090084 +0000 2024-03-30T04:26:17.711 INFO:teuthology.orchestra.run.smithi117.stdout: Birth: - 2024-03-30T04:26:17.711 DEBUG:teuthology.orchestra.run.smithi117:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-30T04:26:17.765 INFO:teuthology.orchestra.run.smithi117.stderr:1+0 records in 2024-03-30T04:26:17.765 INFO:teuthology.orchestra.run.smithi117.stderr:1+0 records out 2024-03-30T04:26:17.765 INFO:teuthology.orchestra.run.smithi117.stderr:512 bytes copied, 0.000448502 s, 1.1 MB/s 2024-03-30T04:26:17.767 DEBUG:teuthology.orchestra.run.smithi117:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-30T04:26:17.817 DEBUG:teuthology.orchestra.run.smithi117:> stat /dev/vg_nvme/lv_2 2024-03-30T04:26:17.863 INFO:teuthology.orchestra.run.smithi117.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-30T04:26:17.863 INFO:teuthology.orchestra.run.smithi117.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-30T04:26:17.863 INFO:teuthology.orchestra.run.smithi117.stdout:Device: 5h/5d Inode: 906 Links: 1 2024-03-30T04:26:17.863 INFO:teuthology.orchestra.run.smithi117.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-30T04:26:17.863 INFO:teuthology.orchestra.run.smithi117.stdout:Access: 2024-03-30 04:19:46.211083277 +0000 2024-03-30T04:26:17.863 INFO:teuthology.orchestra.run.smithi117.stdout:Modify: 2024-03-30 04:19:45.959085523 +0000 2024-03-30T04:26:17.863 INFO:teuthology.orchestra.run.smithi117.stdout:Change: 2024-03-30 04:19:45.959085523 +0000 2024-03-30T04:26:17.863 INFO:teuthology.orchestra.run.smithi117.stdout: Birth: - 2024-03-30T04:26:17.864 DEBUG:teuthology.orchestra.run.smithi117:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-30T04:26:17.917 INFO:teuthology.orchestra.run.smithi117.stderr:1+0 records in 2024-03-30T04:26:17.917 INFO:teuthology.orchestra.run.smithi117.stderr:1+0 records out 2024-03-30T04:26:17.917 INFO:teuthology.orchestra.run.smithi117.stderr:512 bytes copied, 0.000418223 s, 1.2 MB/s 2024-03-30T04:26:17.919 DEBUG:teuthology.orchestra.run.smithi117:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-30T04:26:17.968 DEBUG:teuthology.orchestra.run.smithi117:> stat /dev/vg_nvme/lv_3 2024-03-30T04:26:18.016 INFO:teuthology.orchestra.run.smithi117.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-30T04:26:18.016 INFO:teuthology.orchestra.run.smithi117.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-30T04:26:18.016 INFO:teuthology.orchestra.run.smithi117.stdout:Device: 5h/5d Inode: 922 Links: 1 2024-03-30T04:26:18.016 INFO:teuthology.orchestra.run.smithi117.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-30T04:26:18.016 INFO:teuthology.orchestra.run.smithi117.stdout:Access: 2024-03-30 04:19:46.695078965 +0000 2024-03-30T04:26:18.016 INFO:teuthology.orchestra.run.smithi117.stdout:Modify: 2024-03-30 04:19:46.443081210 +0000 2024-03-30T04:26:18.016 INFO:teuthology.orchestra.run.smithi117.stdout:Change: 2024-03-30 04:19:46.443081210 +0000 2024-03-30T04:26:18.016 INFO:teuthology.orchestra.run.smithi117.stdout: Birth: - 2024-03-30T04:26:18.016 DEBUG:teuthology.orchestra.run.smithi117:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-30T04:26:18.070 INFO:teuthology.orchestra.run.smithi117.stderr:1+0 records in 2024-03-30T04:26:18.070 INFO:teuthology.orchestra.run.smithi117.stderr:1+0 records out 2024-03-30T04:26:18.070 INFO:teuthology.orchestra.run.smithi117.stderr:512 bytes copied, 0.000450099 s, 1.1 MB/s 2024-03-30T04:26:18.071 DEBUG:teuthology.orchestra.run.smithi117:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-30T04:26:18.123 DEBUG:teuthology.orchestra.run.smithi117:> stat /dev/vg_nvme/lv_4 2024-03-30T04:26:18.170 INFO:teuthology.orchestra.run.smithi117.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-30T04:26:18.171 INFO:teuthology.orchestra.run.smithi117.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-30T04:26:18.171 INFO:teuthology.orchestra.run.smithi117.stdout:Device: 5h/5d Inode: 938 Links: 1 2024-03-30T04:26:18.171 INFO:teuthology.orchestra.run.smithi117.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-30T04:26:18.171 INFO:teuthology.orchestra.run.smithi117.stdout:Access: 2024-03-30 04:19:47.187074581 +0000 2024-03-30T04:26:18.171 INFO:teuthology.orchestra.run.smithi117.stdout:Modify: 2024-03-30 04:19:46.935076827 +0000 2024-03-30T04:26:18.171 INFO:teuthology.orchestra.run.smithi117.stdout:Change: 2024-03-30 04:19:46.935076827 +0000 2024-03-30T04:26:18.171 INFO:teuthology.orchestra.run.smithi117.stdout: Birth: - 2024-03-30T04:26:18.171 DEBUG:teuthology.orchestra.run.smithi117:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-30T04:26:18.226 INFO:teuthology.orchestra.run.smithi117.stderr:1+0 records in 2024-03-30T04:26:18.226 INFO:teuthology.orchestra.run.smithi117.stderr:1+0 records out 2024-03-30T04:26:18.226 INFO:teuthology.orchestra.run.smithi117.stderr:512 bytes copied, 0.00026479 s, 1.9 MB/s 2024-03-30T04:26:18.227 DEBUG:teuthology.orchestra.run.smithi117:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-30T04:26:18.274 INFO:tasks.cephadm:Deploying osd.0 on smithi111 with /dev/vg_nvme/lv_4... 2024-03-30T04:26:18.275 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-30T04:26:18.355 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:18 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:26:18.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:18 smithi117 bash[18692]: cluster 2024-03-30T04:26:16.912737+0000 mgr.y (mgr.14152) 56 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:18.389 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:26:18 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:26:18.389 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:26:18 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:26:18.389 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:26:18 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:26:18.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:18 smithi111 bash[18552]: cluster 2024-03-30T04:26:16.912737+0000 mgr.y (mgr.14152) 56 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:18.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:18 smithi111 bash[24005]: cluster 2024-03-30T04:26:16.912737+0000 mgr.y (mgr.14152) 56 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:18.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:18 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:26:18.890 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:26:18 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:26:18.890 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:26:18 smithi117 systemd[1]: Started Ceph mgr.x for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:26:19.800 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:19 smithi111 bash[18552]: audit 2024-03-30T04:26:18.614360+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:19.800 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:19 smithi111 bash[18552]: audit 2024-03-30T04:26:18.619798+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:26:19.800 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:19 smithi111 bash[18552]: audit 2024-03-30T04:26:18.622413+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:19.800 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:19 smithi111 bash[18552]: audit 2024-03-30T04:26:18.624225+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:26:19.801 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:19 smithi111 bash[18552]: audit 2024-03-30T04:26:18.635632+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:19.801 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:19 smithi111 bash[18552]: cephadm 2024-03-30T04:26:18.636594+0000 mgr.y (mgr.14152) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:26:19.801 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:19 smithi111 bash[18552]: cephadm 2024-03-30T04:26:18.638232+0000 mgr.y (mgr.14152) 58 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-03-30T04:26:19.801 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:19 smithi111 bash[18552]: audit 2024-03-30T04:26:18.638811+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:26:19.801 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:19 smithi111 bash[18552]: audit 2024-03-30T04:26:18.640391+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:26:19.801 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:19 smithi111 bash[18552]: audit 2024-03-30T04:26:18.641682+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:19.801 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:19 smithi111 bash[18552]: cephadm 2024-03-30T04:26:18.643340+0000 mgr.y (mgr.14152) 59 : cephadm [INF] Reconfiguring daemon mgr.y on smithi111 2024-03-30T04:26:19.801 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:19 smithi111 bash[24005]: audit 2024-03-30T04:26:18.614360+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:19.801 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:19 smithi111 bash[24005]: audit 2024-03-30T04:26:18.619798+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:26:19.801 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:19 smithi111 bash[24005]: audit 2024-03-30T04:26:18.622413+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:19.802 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:19 smithi111 bash[24005]: audit 2024-03-30T04:26:18.624225+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:26:19.802 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:19 smithi111 bash[24005]: audit 2024-03-30T04:26:18.635632+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:19.802 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:19 smithi111 bash[24005]: cephadm 2024-03-30T04:26:18.636594+0000 mgr.y (mgr.14152) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:26:19.802 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:19 smithi111 bash[24005]: cephadm 2024-03-30T04:26:18.638232+0000 mgr.y (mgr.14152) 58 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-03-30T04:26:19.802 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:19 smithi111 bash[24005]: audit 2024-03-30T04:26:18.638811+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:26:19.802 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:19 smithi111 bash[24005]: audit 2024-03-30T04:26:18.640391+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:26:19.802 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:19 smithi111 bash[24005]: audit 2024-03-30T04:26:18.641682+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:19.802 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:19 smithi111 bash[24005]: cephadm 2024-03-30T04:26:18.643340+0000 mgr.y (mgr.14152) 59 : cephadm [INF] Reconfiguring daemon mgr.y on smithi111 2024-03-30T04:26:19.875 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:19 smithi117 bash[18692]: audit 2024-03-30T04:26:18.614360+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:19.875 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:19 smithi117 bash[18692]: audit 2024-03-30T04:26:18.619798+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:26:19.875 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:19 smithi117 bash[18692]: audit 2024-03-30T04:26:18.622413+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:19.875 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:19 smithi117 bash[18692]: audit 2024-03-30T04:26:18.624225+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:26:19.876 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:19 smithi117 bash[18692]: audit 2024-03-30T04:26:18.635632+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:19.876 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:19 smithi117 bash[18692]: cephadm 2024-03-30T04:26:18.636594+0000 mgr.y (mgr.14152) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:26:19.876 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:19 smithi117 bash[18692]: cephadm 2024-03-30T04:26:18.638232+0000 mgr.y (mgr.14152) 58 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-03-30T04:26:19.876 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:19 smithi117 bash[18692]: audit 2024-03-30T04:26:18.638811+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:26:19.876 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:19 smithi117 bash[18692]: audit 2024-03-30T04:26:18.640391+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:26:19.876 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:19 smithi117 bash[18692]: audit 2024-03-30T04:26:18.641682+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:19.876 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:19 smithi117 bash[18692]: cephadm 2024-03-30T04:26:18.643340+0000 mgr.y (mgr.14152) 59 : cephadm [INF] Reconfiguring daemon mgr.y on smithi111 2024-03-30T04:26:19.876 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:26:19 smithi117 bash[19625]: debug 2024-03-30T04:26:19.521+0000 7fc1dc836700 1 -- 172.21.15.117:0/842291768 <== mon.2 v2:172.21.15.117:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55d20642c340 con 0x55d2071a8400 2024-03-30T04:26:19.876 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:26:19 smithi117 bash[19625]: debug 2024-03-30T04:26:19.660+0000 7fc1e54a5000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-30T04:26:20.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:20 smithi111 bash[18552]: cluster 2024-03-30T04:26:18.913161+0000 mgr.y (mgr.14152) 60 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:20.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:20 smithi111 bash[24005]: cluster 2024-03-30T04:26:18.913161+0000 mgr.y (mgr.14152) 60 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:20.873 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:20 smithi117 bash[18692]: cluster 2024-03-30T04:26:18.913161+0000 mgr.y (mgr.14152) 60 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:21.527 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:26:21 smithi117 bash[19625]: debug 2024-03-30T04:26:21.192+0000 7fc1e54a5000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-30T04:26:21.527 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:26:21 smithi117 bash[19625]: debug 2024-03-30T04:26:21.288+0000 7fc1e54a5000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-30T04:26:21.889 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:26:21 smithi117 bash[19625]: debug 2024-03-30T04:26:21.528+0000 7fc1e54a5000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-30T04:26:22.267 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:21 smithi117 bash[18692]: audit 2024-03-30T04:26:20.905426+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:22.267 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:21 smithi117 bash[18692]: audit 2024-03-30T04:26:20.907257+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:26:22.267 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:21 smithi117 bash[18692]: audit 2024-03-30T04:26:20.908797+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:22.267 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:21 smithi117 bash[18692]: audit 2024-03-30T04:26:20.909534+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:26:22.267 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:21 smithi117 bash[18692]: cluster 2024-03-30T04:26:20.913413+0000 mgr.y (mgr.14152) 61 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:22.267 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:21 smithi117 bash[18692]: audit 2024-03-30T04:26:20.914792+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:22.267 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:21 smithi117 bash[18692]: cephadm 2024-03-30T04:26:20.915250+0000 mgr.y (mgr.14152) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:26:22.268 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:21 smithi117 bash[18692]: audit 2024-03-30T04:26:21.577687+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:22.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:21 smithi111 bash[18552]: audit 2024-03-30T04:26:20.905426+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:22.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:21 smithi111 bash[18552]: audit 2024-03-30T04:26:20.907257+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:26:22.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:21 smithi111 bash[18552]: audit 2024-03-30T04:26:20.908797+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:22.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:21 smithi111 bash[18552]: audit 2024-03-30T04:26:20.909534+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:26:22.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:21 smithi111 bash[18552]: cluster 2024-03-30T04:26:20.913413+0000 mgr.y (mgr.14152) 61 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:22.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:21 smithi111 bash[18552]: audit 2024-03-30T04:26:20.914792+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:22.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:21 smithi111 bash[18552]: cephadm 2024-03-30T04:26:20.915250+0000 mgr.y (mgr.14152) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:26:22.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:21 smithi111 bash[18552]: audit 2024-03-30T04:26:21.577687+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:22.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:21 smithi111 bash[24005]: audit 2024-03-30T04:26:20.905426+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:22.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:21 smithi111 bash[24005]: audit 2024-03-30T04:26:20.907257+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:26:22.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:21 smithi111 bash[24005]: audit 2024-03-30T04:26:20.908797+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:22.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:21 smithi111 bash[24005]: audit 2024-03-30T04:26:20.909534+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:26:22.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:21 smithi111 bash[24005]: cluster 2024-03-30T04:26:20.913413+0000 mgr.y (mgr.14152) 61 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:22.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:21 smithi111 bash[24005]: audit 2024-03-30T04:26:20.914792+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:22.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:21 smithi111 bash[24005]: cephadm 2024-03-30T04:26:20.915250+0000 mgr.y (mgr.14152) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:26:22.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:21 smithi111 bash[24005]: audit 2024-03-30T04:26:21.577687+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:22.472 INFO:teuthology.orchestra.run.smithi111.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-30T04:26:22.472 INFO:teuthology.orchestra.run.smithi111.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-30T04:26:22.472 INFO:teuthology.orchestra.run.smithi111.stderr: stderr: 10+0 records in 2024-03-30T04:26:22.472 INFO:teuthology.orchestra.run.smithi111.stderr:10+0 records out 2024-03-30T04:26:22.472 INFO:teuthology.orchestra.run.smithi111.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0140213 s, 748 MB/s 2024-03-30T04:26:22.472 INFO:teuthology.orchestra.run.smithi111.stderr:--> Zapping successful for: 2024-03-30T04:26:22.592 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:26:22 smithi117 bash[19625]: debug 2024-03-30T04:26:22.268+0000 7fc1e54a5000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-30T04:26:22.592 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:26:22 smithi117 bash[19625]: debug 2024-03-30T04:26:22.372+0000 7fc1e54a5000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-30T04:26:22.592 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:26:22 smithi117 bash[19625]: debug 2024-03-30T04:26:22.484+0000 7fc1e54a5000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-30T04:26:22.889 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:26:22 smithi117 bash[19625]: debug 2024-03-30T04:26:22.592+0000 7fc1e54a5000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-30T04:26:22.889 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:26:22 smithi117 bash[19625]: debug 2024-03-30T04:26:22.800+0000 7fc1e54a5000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-30T04:26:23.352 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:26:23 smithi117 bash[19625]: debug 2024-03-30T04:26:23.072+0000 7fc1e54a5000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-30T04:26:23.352 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:26:23 smithi117 bash[19625]: debug 2024-03-30T04:26:23.168+0000 7fc1e54a5000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-30T04:26:23.432 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch daemon add osd smithi111:vg_nvme/lv_4 2024-03-30T04:26:23.639 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:26:23 smithi117 bash[19625]: debug 2024-03-30T04:26:23.352+0000 7fc1e54a5000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-30T04:26:23.639 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:26:23 smithi117 bash[19625]: debug 2024-03-30T04:26:23.592+0000 7fc1e54a5000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-30T04:26:24.139 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:26:23 smithi117 bash[19625]: debug 2024-03-30T04:26:23.856+0000 7fc1e54a5000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-30T04:26:24.139 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:26:24 smithi117 bash[19625]: debug 2024-03-30T04:26:24.020+0000 7fc1e54a5000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:26:24.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:23 smithi117 bash[18692]: cluster 2024-03-30T04:26:22.913813+0000 mgr.y (mgr.14152) 63 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:24.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:23 smithi111 bash[18552]: cluster 2024-03-30T04:26:22.913813+0000 mgr.y (mgr.14152) 63 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:24.370 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:26:23 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:26:23] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:26:24.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:23 smithi111 bash[24005]: cluster 2024-03-30T04:26:22.913813+0000 mgr.y (mgr.14152) 63 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:24.639 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:26:24 smithi117 bash[19625]: debug 2024-03-30T04:26:24.244+0000 7fc1e54a5000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-30T04:26:24.639 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:26:24 smithi117 bash[19625]: debug 2024-03-30T04:26:24.356+0000 7fc1e54a5000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-30T04:26:24.946 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:26:24 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:26:24] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:26:25.139 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:26:24 smithi117 bash[19625]: debug 2024-03-30T04:26:24.704+0000 7fc1e54a5000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:26:25.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:24 smithi117 bash[18692]: audit 2024-03-30T04:26:23.948189+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:25.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:24 smithi117 bash[18692]: audit 2024-03-30T04:26:24.721570+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:25.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:24 smithi117 bash[18692]: audit 2024-03-30T04:26:24.727700+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:25.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:24 smithi117 bash[18692]: audit 2024-03-30T04:26:24.738543+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:26:25.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:24 smithi117 bash[18692]: audit 2024-03-30T04:26:24.740119+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:25.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:24 smithi117 bash[18692]: audit 2024-03-30T04:26:24.740975+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:26:25.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:24 smithi117 bash[18692]: audit 2024-03-30T04:26:24.748365+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:25.334 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:24 smithi111 bash[24005]: audit 2024-03-30T04:26:23.948189+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:25.334 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:24 smithi111 bash[24005]: audit 2024-03-30T04:26:24.721570+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:25.334 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:24 smithi111 bash[24005]: audit 2024-03-30T04:26:24.727700+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:25.334 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:24 smithi111 bash[24005]: audit 2024-03-30T04:26:24.738543+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:26:25.334 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:24 smithi111 bash[24005]: audit 2024-03-30T04:26:24.740119+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:25.334 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:24 smithi111 bash[24005]: audit 2024-03-30T04:26:24.740975+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:26:25.334 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:24 smithi111 bash[24005]: audit 2024-03-30T04:26:24.748365+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:25.335 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:24 smithi111 bash[18552]: audit 2024-03-30T04:26:23.948189+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:25.335 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:24 smithi111 bash[18552]: audit 2024-03-30T04:26:24.721570+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:25.335 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:24 smithi111 bash[18552]: audit 2024-03-30T04:26:24.727700+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:25.335 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:24 smithi111 bash[18552]: audit 2024-03-30T04:26:24.738543+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:26:25.335 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:24 smithi111 bash[18552]: audit 2024-03-30T04:26:24.740119+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:25.335 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:24 smithi111 bash[18552]: audit 2024-03-30T04:26:24.740975+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:26:25.335 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:24 smithi111 bash[18552]: audit 2024-03-30T04:26:24.748365+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:25.719 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:26:25 smithi117 bash[19625]: debug 2024-03-30T04:26:25.412+0000 7fc1e54a5000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-30T04:26:25.719 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:26:25 smithi117 bash[19625]: debug 2024-03-30T04:26:25.520+0000 7fc1e54a5000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-30T04:26:26.389 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:26:25 smithi117 bash[19625]: debug 2024-03-30T04:26:25.720+0000 7fc1e54a5000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-30T04:26:26.389 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:26:26 smithi117 bash[19625]: debug 2024-03-30T04:26:26.032+0000 7fc1e54a5000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-30T04:26:26.757 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:26:26 smithi117 bash[19625]: debug 2024-03-30T04:26:26.392+0000 7fc1e54a5000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-30T04:26:26.757 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:26:26 smithi117 bash[19625]: debug 2024-03-30T04:26:26.504+0000 7fc1e54a5000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-30T04:26:26.869 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:26:26 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:26:26] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:26:26.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:26 smithi111 bash[18552]: cluster 2024-03-30T04:26:24.914216+0000 mgr.y (mgr.14152) 64 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:26.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:26 smithi111 bash[18552]: cluster 2024-03-30T04:26:26.528232+0000 mon.a (mon.0) 267 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:26:26.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:26 smithi111 bash[18552]: audit 2024-03-30T04:26:26.529000+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.117:0/1973526714' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:26:26.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:26 smithi111 bash[18552]: audit 2024-03-30T04:26:26.529664+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.117:0/1973526714' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:26:26.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:26 smithi111 bash[18552]: audit 2024-03-30T04:26:26.531013+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.117:0/1973526714' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:26:26.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:26 smithi111 bash[18552]: audit 2024-03-30T04:26:26.531560+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.117:0/1973526714' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:26:26.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:26 smithi111 bash[18552]: audit 2024-03-30T04:26:26.735346+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:26.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:26 smithi111 bash[18552]: audit 2024-03-30T04:26:26.739678+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:26.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:26 smithi111 bash[24005]: cluster 2024-03-30T04:26:24.914216+0000 mgr.y (mgr.14152) 64 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:26.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:26 smithi111 bash[24005]: cluster 2024-03-30T04:26:26.528232+0000 mon.a (mon.0) 267 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:26:26.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:26 smithi111 bash[24005]: audit 2024-03-30T04:26:26.529000+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.117:0/1973526714' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:26:26.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:26 smithi111 bash[24005]: audit 2024-03-30T04:26:26.529664+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.117:0/1973526714' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:26:26.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:26 smithi111 bash[24005]: audit 2024-03-30T04:26:26.531013+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.117:0/1973526714' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:26:26.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:26 smithi111 bash[24005]: audit 2024-03-30T04:26:26.531560+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.117:0/1973526714' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:26:26.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:26 smithi111 bash[24005]: audit 2024-03-30T04:26:26.735346+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:26.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:26 smithi111 bash[24005]: audit 2024-03-30T04:26:26.739678+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:27.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:26 smithi117 bash[18692]: cluster 2024-03-30T04:26:24.914216+0000 mgr.y (mgr.14152) 64 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:27.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:26 smithi117 bash[18692]: cluster 2024-03-30T04:26:26.528232+0000 mon.a (mon.0) 267 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:26:27.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:26 smithi117 bash[18692]: audit 2024-03-30T04:26:26.529000+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.117:0/1973526714' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:26:27.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:26 smithi117 bash[18692]: audit 2024-03-30T04:26:26.529664+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.117:0/1973526714' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:26:27.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:26 smithi117 bash[18692]: audit 2024-03-30T04:26:26.531013+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.117:0/1973526714' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:26:27.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:26 smithi117 bash[18692]: audit 2024-03-30T04:26:26.531560+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.117:0/1973526714' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:26:27.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:26 smithi117 bash[18692]: audit 2024-03-30T04:26:26.735346+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:27.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:26 smithi117 bash[18692]: audit 2024-03-30T04:26:26.739678+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:28.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:27 smithi111 bash[18552]: cluster 2024-03-30T04:26:26.758107+0000 mon.a (mon.0) 270 : cluster [DBG] mgrmap e14: y(active, since 71s), standbys: x 2024-03-30T04:26:28.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:27 smithi111 bash[18552]: audit 2024-03-30T04:26:26.758546+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:26:28.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:27 smithi111 bash[18552]: audit 2024-03-30T04:26:26.889618+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:26:28.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:27 smithi111 bash[18552]: audit 2024-03-30T04:26:26.896594+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:26:28.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:27 smithi111 bash[18552]: audit 2024-03-30T04:26:26.897590+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:28.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:27 smithi111 bash[24005]: cluster 2024-03-30T04:26:26.758107+0000 mon.a (mon.0) 270 : cluster [DBG] mgrmap e14: y(active, since 71s), standbys: x 2024-03-30T04:26:28.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:27 smithi111 bash[24005]: audit 2024-03-30T04:26:26.758546+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:26:28.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:27 smithi111 bash[24005]: audit 2024-03-30T04:26:26.889618+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:26:28.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:27 smithi111 bash[24005]: audit 2024-03-30T04:26:26.896594+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:26:28.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:27 smithi111 bash[24005]: audit 2024-03-30T04:26:26.897590+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:28.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:27 smithi117 bash[18692]: cluster 2024-03-30T04:26:26.758107+0000 mon.a (mon.0) 270 : cluster [DBG] mgrmap e14: y(active, since 71s), standbys: x 2024-03-30T04:26:28.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:27 smithi117 bash[18692]: audit 2024-03-30T04:26:26.758546+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:26:28.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:27 smithi117 bash[18692]: audit 2024-03-30T04:26:26.889618+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:26:28.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:27 smithi117 bash[18692]: audit 2024-03-30T04:26:26.896594+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:26:28.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:27 smithi117 bash[18692]: audit 2024-03-30T04:26:26.897590+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:29.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:28 smithi111 bash[18552]: audit 2024-03-30T04:26:26.883135+0000 mgr.y (mgr.14152) 65 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi111:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:26:29.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:28 smithi111 bash[18552]: cluster 2024-03-30T04:26:26.914455+0000 mgr.y (mgr.14152) 66 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:29.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:28 smithi111 bash[24005]: audit 2024-03-30T04:26:26.883135+0000 mgr.y (mgr.14152) 65 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi111:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:26:29.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:28 smithi111 bash[24005]: cluster 2024-03-30T04:26:26.914455+0000 mgr.y (mgr.14152) 66 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:29.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:28 smithi117 bash[18692]: audit 2024-03-30T04:26:26.883135+0000 mgr.y (mgr.14152) 65 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi111:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:26:29.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:28 smithi117 bash[18692]: cluster 2024-03-30T04:26:26.914455+0000 mgr.y (mgr.14152) 66 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:31.059 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:30 smithi111 bash[24005]: cluster 2024-03-30T04:26:28.914834+0000 mgr.y (mgr.14152) 67 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:31.060 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:30 smithi111 bash[18552]: cluster 2024-03-30T04:26:28.914834+0000 mgr.y (mgr.14152) 67 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:31.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:30 smithi117 bash[18692]: cluster 2024-03-30T04:26:28.914834+0000 mgr.y (mgr.14152) 67 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:33.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:32 smithi111 bash[24005]: cluster 2024-03-30T04:26:30.915234+0000 mgr.y (mgr.14152) 68 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:33.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:32 smithi111 bash[24005]: audit 2024-03-30T04:26:31.812552+0000 mon.a (mon.0) 275 : audit [INF] from='client.? 172.21.15.111:0/3553092604' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "01a4243e-1d4e-4750-bcbb-ac423d7d8d49"}]: dispatch 2024-03-30T04:26:33.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:32 smithi111 bash[24005]: audit 2024-03-30T04:26:31.819436+0000 mon.a (mon.0) 276 : audit [INF] from='client.? 172.21.15.111:0/3553092604' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "01a4243e-1d4e-4750-bcbb-ac423d7d8d49"}]': finished 2024-03-30T04:26:33.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:32 smithi111 bash[24005]: cluster 2024-03-30T04:26:31.819541+0000 mon.a (mon.0) 277 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-30T04:26:33.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:32 smithi111 bash[24005]: audit 2024-03-30T04:26:31.819649+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:26:33.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:32 smithi111 bash[24005]: audit 2024-03-30T04:26:32.481859+0000 mon.a (mon.0) 279 : audit [DBG] from='client.? 172.21.15.111:0/3878102837' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:26:33.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:32 smithi111 bash[18552]: cluster 2024-03-30T04:26:30.915234+0000 mgr.y (mgr.14152) 68 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:33.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:32 smithi111 bash[18552]: audit 2024-03-30T04:26:31.812552+0000 mon.a (mon.0) 275 : audit [INF] from='client.? 172.21.15.111:0/3553092604' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "01a4243e-1d4e-4750-bcbb-ac423d7d8d49"}]: dispatch 2024-03-30T04:26:33.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:32 smithi111 bash[18552]: audit 2024-03-30T04:26:31.819436+0000 mon.a (mon.0) 276 : audit [INF] from='client.? 172.21.15.111:0/3553092604' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "01a4243e-1d4e-4750-bcbb-ac423d7d8d49"}]': finished 2024-03-30T04:26:33.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:32 smithi111 bash[18552]: cluster 2024-03-30T04:26:31.819541+0000 mon.a (mon.0) 277 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-30T04:26:33.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:32 smithi111 bash[18552]: audit 2024-03-30T04:26:31.819649+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:26:33.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:32 smithi111 bash[18552]: audit 2024-03-30T04:26:32.481859+0000 mon.a (mon.0) 279 : audit [DBG] from='client.? 172.21.15.111:0/3878102837' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:26:33.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:32 smithi117 bash[18692]: cluster 2024-03-30T04:26:30.915234+0000 mgr.y (mgr.14152) 68 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:33.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:32 smithi117 bash[18692]: audit 2024-03-30T04:26:31.812552+0000 mon.a (mon.0) 275 : audit [INF] from='client.? 172.21.15.111:0/3553092604' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "01a4243e-1d4e-4750-bcbb-ac423d7d8d49"}]: dispatch 2024-03-30T04:26:33.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:32 smithi117 bash[18692]: audit 2024-03-30T04:26:31.819436+0000 mon.a (mon.0) 276 : audit [INF] from='client.? 172.21.15.111:0/3553092604' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "01a4243e-1d4e-4750-bcbb-ac423d7d8d49"}]': finished 2024-03-30T04:26:33.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:32 smithi117 bash[18692]: cluster 2024-03-30T04:26:31.819541+0000 mon.a (mon.0) 277 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-30T04:26:33.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:32 smithi117 bash[18692]: audit 2024-03-30T04:26:31.819649+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:26:33.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:32 smithi117 bash[18692]: audit 2024-03-30T04:26:32.481859+0000 mon.a (mon.0) 279 : audit [DBG] from='client.? 172.21.15.111:0/3878102837' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:26:35.088 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:34 smithi111 bash[18552]: cluster 2024-03-30T04:26:32.915669+0000 mgr.y (mgr.14152) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:35.088 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:34 smithi111 bash[24005]: cluster 2024-03-30T04:26:32.915669+0000 mgr.y (mgr.14152) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:35.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:34 smithi117 bash[18692]: cluster 2024-03-30T04:26:32.915669+0000 mgr.y (mgr.14152) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:37.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:36 smithi111 bash[18552]: cluster 2024-03-30T04:26:34.916035+0000 mgr.y (mgr.14152) 70 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:37.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:36 smithi111 bash[24005]: cluster 2024-03-30T04:26:34.916035+0000 mgr.y (mgr.14152) 70 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:37.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:36 smithi117 bash[18692]: cluster 2024-03-30T04:26:34.916035+0000 mgr.y (mgr.14152) 70 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:39.082 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:38 smithi111 bash[18552]: cluster 2024-03-30T04:26:36.916504+0000 mgr.y (mgr.14152) 71 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:39.082 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:38 smithi111 bash[24005]: cluster 2024-03-30T04:26:36.916504+0000 mgr.y (mgr.14152) 71 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:39.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:38 smithi117 bash[18692]: cluster 2024-03-30T04:26:36.916504+0000 mgr.y (mgr.14152) 71 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:40.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:40 smithi111 bash[18552]: cluster 2024-03-30T04:26:38.916920+0000 mgr.y (mgr.14152) 72 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:40.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:40 smithi111 bash[24005]: cluster 2024-03-30T04:26:38.916920+0000 mgr.y (mgr.14152) 72 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:41.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:40 smithi117 bash[18692]: cluster 2024-03-30T04:26:38.916920+0000 mgr.y (mgr.14152) 72 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:41.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:41 smithi111 bash[24005]: audit 2024-03-30T04:26:41.644427+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-30T04:26:41.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:41 smithi111 bash[24005]: audit 2024-03-30T04:26:41.646280+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:41.890 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:41 smithi111 bash[18552]: audit 2024-03-30T04:26:41.644427+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-30T04:26:41.890 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:41 smithi111 bash[18552]: audit 2024-03-30T04:26:41.646280+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:42.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:41 smithi117 bash[18692]: audit 2024-03-30T04:26:41.644427+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-30T04:26:42.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:41 smithi117 bash[18692]: audit 2024-03-30T04:26:41.646280+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:43.053 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:42 smithi111 bash[18552]: cluster 2024-03-30T04:26:40.917373+0000 mgr.y (mgr.14152) 73 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:43.053 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:42 smithi111 bash[18552]: cephadm 2024-03-30T04:26:41.647735+0000 mgr.y (mgr.14152) 74 : cephadm [INF] Deploying daemon osd.0 on smithi111 2024-03-30T04:26:43.053 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:42 smithi111 bash[24005]: cluster 2024-03-30T04:26:40.917373+0000 mgr.y (mgr.14152) 73 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:43.053 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:42 smithi111 bash[24005]: cephadm 2024-03-30T04:26:41.647735+0000 mgr.y (mgr.14152) 74 : cephadm [INF] Deploying daemon osd.0 on smithi111 2024-03-30T04:26:43.074 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:42 smithi117 bash[18692]: cluster 2024-03-30T04:26:40.917373+0000 mgr.y (mgr.14152) 73 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:43.074 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:42 smithi117 bash[18692]: cephadm 2024-03-30T04:26:41.647735+0000 mgr.y (mgr.14152) 74 : cephadm [INF] Deploying daemon osd.0 on smithi111 2024-03-30T04:26:44.620 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:26:44 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:26:44] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:26:45.084 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:44 smithi111 bash[18552]: cluster 2024-03-30T04:26:42.917672+0000 mgr.y (mgr.14152) 75 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:45.084 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:44 smithi111 bash[18552]: audit 2024-03-30T04:26:44.343490+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:45.084 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:44 smithi111 bash[18552]: audit 2024-03-30T04:26:44.351505+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:45.084 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:44 smithi111 bash[24005]: cluster 2024-03-30T04:26:42.917672+0000 mgr.y (mgr.14152) 75 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:45.084 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:44 smithi111 bash[24005]: audit 2024-03-30T04:26:44.343490+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:45.085 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:44 smithi111 bash[24005]: audit 2024-03-30T04:26:44.351505+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:45.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:44 smithi117 bash[18692]: cluster 2024-03-30T04:26:42.917672+0000 mgr.y (mgr.14152) 75 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:45.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:44 smithi117 bash[18692]: audit 2024-03-30T04:26:44.343490+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:45.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:44 smithi117 bash[18692]: audit 2024-03-30T04:26:44.351505+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:46.036 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:45 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:26:46.036 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:26:45 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:26:46.036 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:45 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:26:46.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:46 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:26:46.371 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:26:46 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:26:46.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:46 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:26:47.120 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:26:46 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:26:46] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:26:47.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:46 smithi111 bash[24005]: cluster 2024-03-30T04:26:44.917937+0000 mgr.y (mgr.14152) 76 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:47.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:46 smithi111 bash[24005]: audit 2024-03-30T04:26:46.175336+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:47.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:46 smithi111 bash[24005]: audit 2024-03-30T04:26:46.215984+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:26:47.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:46 smithi111 bash[24005]: audit 2024-03-30T04:26:46.217202+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:47.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:46 smithi111 bash[24005]: audit 2024-03-30T04:26:46.218005+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:26:47.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:46 smithi111 bash[24005]: audit 2024-03-30T04:26:46.226485+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:47.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:46 smithi111 bash[18552]: cluster 2024-03-30T04:26:44.917937+0000 mgr.y (mgr.14152) 76 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:47.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:46 smithi111 bash[18552]: audit 2024-03-30T04:26:46.175336+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:47.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:46 smithi111 bash[18552]: audit 2024-03-30T04:26:46.215984+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:26:47.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:46 smithi111 bash[18552]: audit 2024-03-30T04:26:46.217202+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:47.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:46 smithi111 bash[18552]: audit 2024-03-30T04:26:46.218005+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:26:47.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:46 smithi111 bash[18552]: audit 2024-03-30T04:26:46.226485+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:47.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:46 smithi117 bash[18692]: cluster 2024-03-30T04:26:44.917937+0000 mgr.y (mgr.14152) 76 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:47.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:46 smithi117 bash[18692]: audit 2024-03-30T04:26:46.175336+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:47.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:46 smithi117 bash[18692]: audit 2024-03-30T04:26:46.215984+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:26:47.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:46 smithi117 bash[18692]: audit 2024-03-30T04:26:46.217202+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:47.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:46 smithi117 bash[18692]: audit 2024-03-30T04:26:46.218005+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:26:47.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:46 smithi117 bash[18692]: audit 2024-03-30T04:26:46.226485+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:48.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:47 smithi117 bash[18692]: audit 2024-03-30T04:26:46.882937+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:48.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:47 smithi117 bash[18692]: audit 2024-03-30T04:26:46.888127+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:48.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:47 smithi117 bash[18692]: audit 2024-03-30T04:26:46.894295+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:26:48.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:47 smithi117 bash[18692]: audit 2024-03-30T04:26:46.895648+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:48.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:47 smithi117 bash[18692]: audit 2024-03-30T04:26:46.896387+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:26:48.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:47 smithi117 bash[18692]: audit 2024-03-30T04:26:46.902242+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:48.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:47 smithi117 bash[18692]: cluster 2024-03-30T04:26:46.918256+0000 mgr.y (mgr.14152) 77 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:48.144 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:47 smithi111 bash[18552]: audit 2024-03-30T04:26:46.882937+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:48.144 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:47 smithi111 bash[18552]: audit 2024-03-30T04:26:46.888127+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:48.144 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:47 smithi111 bash[18552]: audit 2024-03-30T04:26:46.894295+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:26:48.144 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:47 smithi111 bash[18552]: audit 2024-03-30T04:26:46.895648+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:48.144 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:47 smithi111 bash[18552]: audit 2024-03-30T04:26:46.896387+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:26:48.144 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:47 smithi111 bash[18552]: audit 2024-03-30T04:26:46.902242+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:48.144 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:47 smithi111 bash[18552]: cluster 2024-03-30T04:26:46.918256+0000 mgr.y (mgr.14152) 77 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:48.145 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:47 smithi111 bash[24005]: audit 2024-03-30T04:26:46.882937+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:48.145 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:47 smithi111 bash[24005]: audit 2024-03-30T04:26:46.888127+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:48.145 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:47 smithi111 bash[24005]: audit 2024-03-30T04:26:46.894295+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:26:48.145 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:47 smithi111 bash[24005]: audit 2024-03-30T04:26:46.895648+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:48.145 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:47 smithi111 bash[24005]: audit 2024-03-30T04:26:46.896387+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:26:48.145 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:47 smithi111 bash[24005]: audit 2024-03-30T04:26:46.902242+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:48.145 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:47 smithi111 bash[24005]: cluster 2024-03-30T04:26:46.918256+0000 mgr.y (mgr.14152) 77 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:50.334 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:49 smithi111 bash[18552]: cluster 2024-03-30T04:26:48.918679+0000 mgr.y (mgr.14152) 78 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:50.334 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:49 smithi111 bash[24005]: cluster 2024-03-30T04:26:48.918679+0000 mgr.y (mgr.14152) 78 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:50.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:49 smithi117 bash[18692]: cluster 2024-03-30T04:26:48.918679+0000 mgr.y (mgr.14152) 78 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:50.620 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:26:50 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:26:50] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:26:51.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:51 smithi111 bash[18552]: audit 2024-03-30T04:26:50.512830+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:51.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:51 smithi111 bash[18552]: cephadm 2024-03-30T04:26:50.513540+0000 mgr.y (mgr.14152) 79 : cephadm [INF] Detected new or changed devices on smithi111 2024-03-30T04:26:51.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:51 smithi111 bash[18552]: audit 2024-03-30T04:26:50.516908+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:51.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:51 smithi111 bash[18552]: audit 2024-03-30T04:26:50.526549+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:26:51.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:51 smithi111 bash[18552]: audit 2024-03-30T04:26:50.527629+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:51.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:51 smithi111 bash[18552]: audit 2024-03-30T04:26:50.528279+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:26:51.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:51 smithi111 bash[18552]: audit 2024-03-30T04:26:50.533616+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:51.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:51 smithi111 bash[24005]: audit 2024-03-30T04:26:50.512830+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:51.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:51 smithi111 bash[24005]: cephadm 2024-03-30T04:26:50.513540+0000 mgr.y (mgr.14152) 79 : cephadm [INF] Detected new or changed devices on smithi111 2024-03-30T04:26:51.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:51 smithi111 bash[24005]: audit 2024-03-30T04:26:50.516908+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:51.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:51 smithi111 bash[24005]: audit 2024-03-30T04:26:50.526549+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:26:51.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:51 smithi111 bash[24005]: audit 2024-03-30T04:26:50.527629+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:51.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:51 smithi111 bash[24005]: audit 2024-03-30T04:26:50.528279+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:26:51.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:51 smithi111 bash[24005]: audit 2024-03-30T04:26:50.533616+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:51 smithi117 bash[18692]: audit 2024-03-30T04:26:50.512830+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:51 smithi117 bash[18692]: cephadm 2024-03-30T04:26:50.513540+0000 mgr.y (mgr.14152) 79 : cephadm [INF] Detected new or changed devices on smithi111 2024-03-30T04:26:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:51 smithi117 bash[18692]: audit 2024-03-30T04:26:50.516908+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:51 smithi117 bash[18692]: audit 2024-03-30T04:26:50.526549+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:26:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:51 smithi117 bash[18692]: audit 2024-03-30T04:26:50.527629+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:51 smithi117 bash[18692]: audit 2024-03-30T04:26:50.528279+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:26:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:51 smithi117 bash[18692]: audit 2024-03-30T04:26:50.533616+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:52.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:52 smithi111 bash[18552]: cluster 2024-03-30T04:26:50.919033+0000 mgr.y (mgr.14152) 80 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:52.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:52 smithi111 bash[24005]: cluster 2024-03-30T04:26:50.919033+0000 mgr.y (mgr.14152) 80 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:52.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:52 smithi117 bash[18692]: cluster 2024-03-30T04:26:50.919033+0000 mgr.y (mgr.14152) 80 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:53.716 INFO:teuthology.orchestra.run.smithi111.stdout:Created osd(s) 0 on host 'smithi111' 2024-03-30T04:26:53.735 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:53 smithi111 bash[18552]: audit 2024-03-30T04:26:53.466296+0000 mon.c (mon.1) 3 : audit [INF] from='osd.0 [v2:172.21.15.111:6802/3310251367,v1:172.21.15.111:6803/3310251367]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-30T04:26:53.735 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:53 smithi111 bash[18552]: audit 2024-03-30T04:26:53.466734+0000 mon.a (mon.0) 301 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-30T04:26:53.735 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:53 smithi111 bash[24005]: audit 2024-03-30T04:26:53.466296+0000 mon.c (mon.1) 3 : audit [INF] from='osd.0 [v2:172.21.15.111:6802/3310251367,v1:172.21.15.111:6803/3310251367]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-30T04:26:53.735 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:53 smithi111 bash[24005]: audit 2024-03-30T04:26:53.466734+0000 mon.a (mon.0) 301 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-30T04:26:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:53 smithi117 bash[18692]: audit 2024-03-30T04:26:53.466296+0000 mon.c (mon.1) 3 : audit [INF] from='osd.0 [v2:172.21.15.111:6802/3310251367,v1:172.21.15.111:6803/3310251367]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-30T04:26:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:53 smithi117 bash[18692]: audit 2024-03-30T04:26:53.466734+0000 mon.a (mon.0) 301 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-30T04:26:54.354 DEBUG:teuthology.orchestra.run.smithi111:osd.0> sudo journalctl -f -n 0 -u ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@osd.0.service 2024-03-30T04:26:54.357 INFO:tasks.cephadm:Deploying osd.1 on smithi111 with /dev/vg_nvme/lv_3... 2024-03-30T04:26:54.357 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-03-30T04:26:54.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:54 smithi111 bash[18552]: cluster 2024-03-30T04:26:52.919299+0000 mgr.y (mgr.14152) 81 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:54.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:54 smithi111 bash[18552]: audit 2024-03-30T04:26:53.550628+0000 mon.a (mon.0) 302 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-30T04:26:54.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:54 smithi111 bash[18552]: cluster 2024-03-30T04:26:53.550793+0000 mon.a (mon.0) 303 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-30T04:26:54.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:54 smithi111 bash[18552]: audit 2024-03-30T04:26:53.551959+0000 mon.c (mon.1) 4 : audit [INF] from='osd.0 [v2:172.21.15.111:6802/3310251367,v1:172.21.15.111:6803/3310251367]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2024-03-30T04:26:54.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:54 smithi111 bash[18552]: audit 2024-03-30T04:26:53.552785+0000 mon.a (mon.0) 304 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2024-03-30T04:26:54.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:54 smithi111 bash[18552]: audit 2024-03-30T04:26:53.568371+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:26:54.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:54 smithi111 bash[18552]: audit 2024-03-30T04:26:53.707870+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:26:54.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:54 smithi111 bash[18552]: audit 2024-03-30T04:26:53.711319+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:54.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:54 smithi111 bash[18552]: audit 2024-03-30T04:26:53.712532+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:26:54.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:54 smithi111 bash[18552]: audit 2024-03-30T04:26:53.715801+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:54.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:54 smithi111 bash[18552]: audit 2024-03-30T04:26:53.722009+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:26:54.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:54 smithi111 bash[18552]: cephadm 2024-03-30T04:26:53.722826+0000 mgr.y (mgr.14152) 82 : cephadm [INF] Adjusting osd_memory_target on smithi111 to 15217M 2024-03-30T04:26:54.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:54 smithi111 bash[18552]: audit 2024-03-30T04:26:53.729783+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:54.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:54 smithi111 bash[18552]: audit 2024-03-30T04:26:53.737637+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:54.622 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:26:54 smithi111 bash[27307]: debug 2024-03-30T04:26:54.569+0000 7fccda059700 -1 osd.0 0 waiting for initial osdmap 2024-03-30T04:26:54.622 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:26:54 smithi111 bash[27307]: debug 2024-03-30T04:26:54.573+0000 7fccd31ed700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:26:54.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:54 smithi111 bash[24005]: cluster 2024-03-30T04:26:52.919299+0000 mgr.y (mgr.14152) 81 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:54.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:54 smithi111 bash[24005]: audit 2024-03-30T04:26:53.550628+0000 mon.a (mon.0) 302 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-30T04:26:54.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:54 smithi111 bash[24005]: cluster 2024-03-30T04:26:53.550793+0000 mon.a (mon.0) 303 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-30T04:26:54.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:54 smithi111 bash[24005]: audit 2024-03-30T04:26:53.551959+0000 mon.c (mon.1) 4 : audit [INF] from='osd.0 [v2:172.21.15.111:6802/3310251367,v1:172.21.15.111:6803/3310251367]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2024-03-30T04:26:54.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:54 smithi111 bash[24005]: audit 2024-03-30T04:26:53.552785+0000 mon.a (mon.0) 304 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2024-03-30T04:26:54.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:54 smithi111 bash[24005]: audit 2024-03-30T04:26:53.568371+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:26:54.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:54 smithi111 bash[24005]: audit 2024-03-30T04:26:53.707870+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:26:54.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:54 smithi111 bash[24005]: audit 2024-03-30T04:26:53.711319+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:54.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:54 smithi111 bash[24005]: audit 2024-03-30T04:26:53.712532+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:26:54.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:54 smithi111 bash[24005]: audit 2024-03-30T04:26:53.715801+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:54.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:54 smithi111 bash[24005]: audit 2024-03-30T04:26:53.722009+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:26:54.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:54 smithi111 bash[24005]: cephadm 2024-03-30T04:26:53.722826+0000 mgr.y (mgr.14152) 82 : cephadm [INF] Adjusting osd_memory_target on smithi111 to 15217M 2024-03-30T04:26:54.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:54 smithi111 bash[24005]: audit 2024-03-30T04:26:53.729783+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:54.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:54 smithi111 bash[24005]: audit 2024-03-30T04:26:53.737637+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:54.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:54 smithi117 bash[18692]: cluster 2024-03-30T04:26:52.919299+0000 mgr.y (mgr.14152) 81 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:54.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:54 smithi117 bash[18692]: audit 2024-03-30T04:26:53.550628+0000 mon.a (mon.0) 302 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-30T04:26:54.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:54 smithi117 bash[18692]: cluster 2024-03-30T04:26:53.550793+0000 mon.a (mon.0) 303 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-30T04:26:54.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:54 smithi117 bash[18692]: audit 2024-03-30T04:26:53.551959+0000 mon.c (mon.1) 4 : audit [INF] from='osd.0 [v2:172.21.15.111:6802/3310251367,v1:172.21.15.111:6803/3310251367]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2024-03-30T04:26:54.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:54 smithi117 bash[18692]: audit 2024-03-30T04:26:53.552785+0000 mon.a (mon.0) 304 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2024-03-30T04:26:54.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:54 smithi117 bash[18692]: audit 2024-03-30T04:26:53.568371+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:26:54.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:54 smithi117 bash[18692]: audit 2024-03-30T04:26:53.707870+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:26:54.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:54 smithi117 bash[18692]: audit 2024-03-30T04:26:53.711319+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:54.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:54 smithi117 bash[18692]: audit 2024-03-30T04:26:53.712532+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:26:54.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:54 smithi117 bash[18692]: audit 2024-03-30T04:26:53.715801+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:54.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:54 smithi117 bash[18692]: audit 2024-03-30T04:26:53.722009+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:26:54.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:54 smithi117 bash[18692]: cephadm 2024-03-30T04:26:53.722826+0000 mgr.y (mgr.14152) 82 : cephadm [INF] Adjusting osd_memory_target on smithi111 to 15217M 2024-03-30T04:26:54.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:54 smithi117 bash[18692]: audit 2024-03-30T04:26:53.729783+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:54.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:54 smithi117 bash[18692]: audit 2024-03-30T04:26:53.737637+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:26:55.701 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:55 smithi111 bash[24005]: audit 2024-03-30T04:26:54.557249+0000 mon.a (mon.0) 313 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]': finished 2024-03-30T04:26:55.701 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:55 smithi111 bash[24005]: cluster 2024-03-30T04:26:54.557499+0000 mon.a (mon.0) 314 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-30T04:26:55.701 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:55 smithi111 bash[24005]: audit 2024-03-30T04:26:54.558320+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:26:55.701 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:55 smithi111 bash[24005]: audit 2024-03-30T04:26:54.571457+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:26:55.702 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:55 smithi111 bash[18552]: audit 2024-03-30T04:26:54.557249+0000 mon.a (mon.0) 313 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]': finished 2024-03-30T04:26:55.702 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:55 smithi111 bash[18552]: cluster 2024-03-30T04:26:54.557499+0000 mon.a (mon.0) 314 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-30T04:26:55.702 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:55 smithi111 bash[18552]: audit 2024-03-30T04:26:54.558320+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:26:55.702 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:55 smithi111 bash[18552]: audit 2024-03-30T04:26:54.571457+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:26:55.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:55 smithi117 bash[18692]: audit 2024-03-30T04:26:54.557249+0000 mon.a (mon.0) 313 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]': finished 2024-03-30T04:26:55.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:55 smithi117 bash[18692]: cluster 2024-03-30T04:26:54.557499+0000 mon.a (mon.0) 314 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-30T04:26:55.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:55 smithi117 bash[18692]: audit 2024-03-30T04:26:54.558320+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:26:55.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:55 smithi117 bash[18692]: audit 2024-03-30T04:26:54.571457+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:26:56.841 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:56 smithi111 bash[18552]: cluster 2024-03-30T04:26:54.471738+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:26:56.841 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:56 smithi111 bash[18552]: cluster 2024-03-30T04:26:54.471900+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:26:56.841 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:56 smithi111 bash[18552]: cluster 2024-03-30T04:26:54.919651+0000 mgr.y (mgr.14152) 83 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:56.841 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:56 smithi111 bash[18552]: cluster 2024-03-30T04:26:55.569120+0000 mon.a (mon.0) 317 : cluster [INF] osd.0 [v2:172.21.15.111:6802/3310251367,v1:172.21.15.111:6803/3310251367] boot 2024-03-30T04:26:56.841 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:56 smithi111 bash[18552]: cluster 2024-03-30T04:26:55.569184+0000 mon.a (mon.0) 318 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-30T04:26:56.841 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:56 smithi111 bash[18552]: audit 2024-03-30T04:26:55.569586+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:26:56.841 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:56 smithi111 bash[24005]: cluster 2024-03-30T04:26:54.471738+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:26:56.841 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:56 smithi111 bash[24005]: cluster 2024-03-30T04:26:54.471900+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:26:56.842 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:56 smithi111 bash[24005]: cluster 2024-03-30T04:26:54.919651+0000 mgr.y (mgr.14152) 83 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:56.842 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:56 smithi111 bash[24005]: cluster 2024-03-30T04:26:55.569120+0000 mon.a (mon.0) 317 : cluster [INF] osd.0 [v2:172.21.15.111:6802/3310251367,v1:172.21.15.111:6803/3310251367] boot 2024-03-30T04:26:56.842 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:56 smithi111 bash[24005]: cluster 2024-03-30T04:26:55.569184+0000 mon.a (mon.0) 318 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-30T04:26:56.842 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:56 smithi111 bash[24005]: audit 2024-03-30T04:26:55.569586+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:26:56.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:56 smithi117 bash[18692]: cluster 2024-03-30T04:26:54.471738+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:26:56.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:56 smithi117 bash[18692]: cluster 2024-03-30T04:26:54.471900+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:26:56.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:56 smithi117 bash[18692]: cluster 2024-03-30T04:26:54.919651+0000 mgr.y (mgr.14152) 83 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:56.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:56 smithi117 bash[18692]: cluster 2024-03-30T04:26:55.569120+0000 mon.a (mon.0) 317 : cluster [INF] osd.0 [v2:172.21.15.111:6802/3310251367,v1:172.21.15.111:6803/3310251367] boot 2024-03-30T04:26:56.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:56 smithi117 bash[18692]: cluster 2024-03-30T04:26:55.569184+0000 mon.a (mon.0) 318 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-30T04:26:56.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:56 smithi117 bash[18692]: audit 2024-03-30T04:26:55.569586+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:26:57.416 INFO:teuthology.orchestra.run.smithi111.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-03-30T04:26:57.417 INFO:teuthology.orchestra.run.smithi111.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-03-30T04:26:57.417 INFO:teuthology.orchestra.run.smithi111.stderr: stderr: 10+0 records in 2024-03-30T04:26:57.417 INFO:teuthology.orchestra.run.smithi111.stderr:10+0 records out 2024-03-30T04:26:57.417 INFO:teuthology.orchestra.run.smithi111.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0145775 s, 719 MB/s 2024-03-30T04:26:57.417 INFO:teuthology.orchestra.run.smithi111.stderr:--> Zapping successful for: 2024-03-30T04:26:57.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:57 smithi111 bash[18552]: cluster 2024-03-30T04:26:56.593184+0000 mon.a (mon.0) 320 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-30T04:26:57.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:57 smithi111 bash[24005]: cluster 2024-03-30T04:26:56.593184+0000 mon.a (mon.0) 320 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-30T04:26:57.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:57 smithi117 bash[18692]: cluster 2024-03-30T04:26:56.593184+0000 mon.a (mon.0) 320 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-30T04:26:58.085 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch daemon add osd smithi111:vg_nvme/lv_3 2024-03-30T04:26:58.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:26:58 smithi111 bash[18552]: cluster 2024-03-30T04:26:56.919956+0000 mgr.y (mgr.14152) 84 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:26:58.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:26:58 smithi111 bash[24005]: cluster 2024-03-30T04:26:56.919956+0000 mgr.y (mgr.14152) 84 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:26:58.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:26:58 smithi117 bash[18692]: cluster 2024-03-30T04:26:56.919956+0000 mgr.y (mgr.14152) 84 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:00.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:00 smithi117 bash[18692]: cluster 2024-03-30T04:26:58.920346+0000 mgr.y (mgr.14152) 85 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:00.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:00 smithi111 bash[24005]: cluster 2024-03-30T04:26:58.920346+0000 mgr.y (mgr.14152) 85 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:00.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:00 smithi111 bash[18552]: cluster 2024-03-30T04:26:58.920346+0000 mgr.y (mgr.14152) 85 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:01.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:01 smithi111 bash[18552]: audit 2024-03-30T04:27:00.690720+0000 mgr.y (mgr.14152) 86 : audit [DBG] from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi111:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:27:01.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:01 smithi111 bash[18552]: audit 2024-03-30T04:27:00.697155+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:27:01.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:01 smithi111 bash[18552]: audit 2024-03-30T04:27:00.702750+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:27:01.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:01 smithi111 bash[18552]: audit 2024-03-30T04:27:00.703818+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:01.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:01 smithi111 bash[24005]: audit 2024-03-30T04:27:00.690720+0000 mgr.y (mgr.14152) 86 : audit [DBG] from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi111:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:27:01.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:01 smithi111 bash[24005]: audit 2024-03-30T04:27:00.697155+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:27:01.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:01 smithi111 bash[24005]: audit 2024-03-30T04:27:00.702750+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:27:01.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:01 smithi111 bash[24005]: audit 2024-03-30T04:27:00.703818+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:01.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:01 smithi117 bash[18692]: audit 2024-03-30T04:27:00.690720+0000 mgr.y (mgr.14152) 86 : audit [DBG] from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi111:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:27:01.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:01 smithi117 bash[18692]: audit 2024-03-30T04:27:00.697155+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:27:01.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:01 smithi117 bash[18692]: audit 2024-03-30T04:27:00.702750+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:27:01.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:01 smithi117 bash[18692]: audit 2024-03-30T04:27:00.703818+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:02.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:02 smithi111 bash[18552]: cluster 2024-03-30T04:27:00.920612+0000 mgr.y (mgr.14152) 87 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:02.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:02 smithi111 bash[24005]: cluster 2024-03-30T04:27:00.920612+0000 mgr.y (mgr.14152) 87 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:02.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:02 smithi117 bash[18692]: cluster 2024-03-30T04:27:00.920612+0000 mgr.y (mgr.14152) 87 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:04.616 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:27:04 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:27:04] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:27:04.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:04 smithi111 bash[24005]: cluster 2024-03-30T04:27:02.921040+0000 mgr.y (mgr.14152) 88 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:04.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:04 smithi111 bash[24005]: audit 2024-03-30T04:27:04.496950+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:04.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:04 smithi111 bash[24005]: audit 2024-03-30T04:27:04.501465+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:04.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:04 smithi111 bash[18552]: cluster 2024-03-30T04:27:02.921040+0000 mgr.y (mgr.14152) 88 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:04.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:04 smithi111 bash[18552]: audit 2024-03-30T04:27:04.496950+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:04.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:04 smithi111 bash[18552]: audit 2024-03-30T04:27:04.501465+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:04.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:04 smithi117 bash[18692]: cluster 2024-03-30T04:27:02.921040+0000 mgr.y (mgr.14152) 88 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:04.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:04 smithi117 bash[18692]: audit 2024-03-30T04:27:04.496950+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:04.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:04 smithi117 bash[18692]: audit 2024-03-30T04:27:04.501465+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:06.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:06 smithi111 bash[18552]: cluster 2024-03-30T04:27:04.921443+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:06.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:06 smithi111 bash[24005]: cluster 2024-03-30T04:27:04.921443+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:06.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:06 smithi117 bash[18692]: cluster 2024-03-30T04:27:04.921443+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:07.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:07 smithi117 bash[18692]: audit 2024-03-30T04:27:07.217298+0000 mon.a (mon.0) 326 : audit [INF] from='client.? 172.21.15.111:0/1331831717' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fd94d394-77ba-4b28-85d4-e47e73df5f1c"}]: dispatch 2024-03-30T04:27:07.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:07 smithi117 bash[18692]: audit 2024-03-30T04:27:07.224666+0000 mon.a (mon.0) 327 : audit [INF] from='client.? 172.21.15.111:0/1331831717' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fd94d394-77ba-4b28-85d4-e47e73df5f1c"}]': finished 2024-03-30T04:27:07.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:07 smithi117 bash[18692]: cluster 2024-03-30T04:27:07.224724+0000 mon.a (mon.0) 328 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-30T04:27:07.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:07 smithi117 bash[18692]: audit 2024-03-30T04:27:07.224956+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:27:08.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:07 smithi111 bash[18552]: audit 2024-03-30T04:27:07.217298+0000 mon.a (mon.0) 326 : audit [INF] from='client.? 172.21.15.111:0/1331831717' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fd94d394-77ba-4b28-85d4-e47e73df5f1c"}]: dispatch 2024-03-30T04:27:08.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:07 smithi111 bash[18552]: audit 2024-03-30T04:27:07.224666+0000 mon.a (mon.0) 327 : audit [INF] from='client.? 172.21.15.111:0/1331831717' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fd94d394-77ba-4b28-85d4-e47e73df5f1c"}]': finished 2024-03-30T04:27:08.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:07 smithi111 bash[18552]: cluster 2024-03-30T04:27:07.224724+0000 mon.a (mon.0) 328 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-30T04:27:08.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:07 smithi111 bash[18552]: audit 2024-03-30T04:27:07.224956+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:27:08.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:07 smithi111 bash[24005]: audit 2024-03-30T04:27:07.217298+0000 mon.a (mon.0) 326 : audit [INF] from='client.? 172.21.15.111:0/1331831717' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fd94d394-77ba-4b28-85d4-e47e73df5f1c"}]: dispatch 2024-03-30T04:27:08.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:07 smithi111 bash[24005]: audit 2024-03-30T04:27:07.224666+0000 mon.a (mon.0) 327 : audit [INF] from='client.? 172.21.15.111:0/1331831717' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fd94d394-77ba-4b28-85d4-e47e73df5f1c"}]': finished 2024-03-30T04:27:08.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:07 smithi111 bash[24005]: cluster 2024-03-30T04:27:07.224724+0000 mon.a (mon.0) 328 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-30T04:27:08.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:07 smithi111 bash[24005]: audit 2024-03-30T04:27:07.224956+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:27:08.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:08 smithi117 bash[18692]: cluster 2024-03-30T04:27:06.921904+0000 mgr.y (mgr.14152) 90 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:08.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:08 smithi117 bash[18692]: audit 2024-03-30T04:27:07.946352+0000 mon.a (mon.0) 330 : audit [DBG] from='client.? 172.21.15.111:0/2175874193' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:27:09.005 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:08 smithi111 bash[18552]: cluster 2024-03-30T04:27:06.921904+0000 mgr.y (mgr.14152) 90 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:09.005 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:08 smithi111 bash[18552]: audit 2024-03-30T04:27:07.946352+0000 mon.a (mon.0) 330 : audit [DBG] from='client.? 172.21.15.111:0/2175874193' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:27:09.005 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:08 smithi111 bash[24005]: cluster 2024-03-30T04:27:06.921904+0000 mgr.y (mgr.14152) 90 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:09.005 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:08 smithi111 bash[24005]: audit 2024-03-30T04:27:07.946352+0000 mon.a (mon.0) 330 : audit [DBG] from='client.? 172.21.15.111:0/2175874193' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:27:09.370 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:27:09 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:27:09] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:27:10.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:10 smithi111 bash[24005]: cluster 2024-03-30T04:27:08.922261+0000 mgr.y (mgr.14152) 91 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:10.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:10 smithi111 bash[24005]: audit 2024-03-30T04:27:09.113707+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:10.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:10 smithi111 bash[24005]: audit 2024-03-30T04:27:09.118023+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:10.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:10 smithi111 bash[18552]: cluster 2024-03-30T04:27:08.922261+0000 mgr.y (mgr.14152) 91 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:10.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:10 smithi111 bash[18552]: audit 2024-03-30T04:27:09.113707+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:10.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:10 smithi111 bash[18552]: audit 2024-03-30T04:27:09.118023+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:10.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:10 smithi117 bash[18692]: cluster 2024-03-30T04:27:08.922261+0000 mgr.y (mgr.14152) 91 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:10.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:10 smithi117 bash[18692]: audit 2024-03-30T04:27:09.113707+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:10.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:10 smithi117 bash[18692]: audit 2024-03-30T04:27:09.118023+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:12.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:12 smithi111 bash[18552]: cluster 2024-03-30T04:27:10.922691+0000 mgr.y (mgr.14152) 92 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:12.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:12 smithi111 bash[24005]: cluster 2024-03-30T04:27:10.922691+0000 mgr.y (mgr.14152) 92 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:12.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:12 smithi117 bash[18692]: cluster 2024-03-30T04:27:10.922691+0000 mgr.y (mgr.14152) 92 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:14.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:14 smithi111 bash[18552]: cluster 2024-03-30T04:27:12.923177+0000 mgr.y (mgr.14152) 93 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:14.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:14 smithi111 bash[24005]: cluster 2024-03-30T04:27:12.923177+0000 mgr.y (mgr.14152) 93 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:14.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:14 smithi117 bash[18692]: cluster 2024-03-30T04:27:12.923177+0000 mgr.y (mgr.14152) 93 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:15.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:15 smithi111 bash[18552]: audit 2024-03-30T04:27:14.971334+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:27:15.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:15 smithi111 bash[18552]: audit 2024-03-30T04:27:14.972936+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:27:15.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:15 smithi111 bash[24005]: audit 2024-03-30T04:27:14.971334+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:27:15.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:15 smithi111 bash[24005]: audit 2024-03-30T04:27:14.972936+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:27:15.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:15 smithi117 bash[18692]: audit 2024-03-30T04:27:14.971334+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:27:15.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:15 smithi117 bash[18692]: audit 2024-03-30T04:27:14.972936+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:27:16.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:16 smithi111 bash[18552]: cluster 2024-03-30T04:27:14.923711+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:16.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:16 smithi111 bash[24005]: cluster 2024-03-30T04:27:14.923711+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:16.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:16 smithi117 bash[18692]: cluster 2024-03-30T04:27:14.923711+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:18.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:18 smithi111 bash[24005]: cluster 2024-03-30T04:27:16.924196+0000 mgr.y (mgr.14152) 95 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:18.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:18 smithi111 bash[24005]: audit 2024-03-30T04:27:17.652974+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-30T04:27:18.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:18 smithi111 bash[24005]: audit 2024-03-30T04:27:17.654597+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:18.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:18 smithi111 bash[24005]: cephadm 2024-03-30T04:27:17.655941+0000 mgr.y (mgr.14152) 96 : cephadm [INF] Deploying daemon osd.1 on smithi111 2024-03-30T04:27:18.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:18 smithi111 bash[18552]: cluster 2024-03-30T04:27:16.924196+0000 mgr.y (mgr.14152) 95 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:18.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:18 smithi111 bash[18552]: audit 2024-03-30T04:27:17.652974+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-30T04:27:18.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:18 smithi111 bash[18552]: audit 2024-03-30T04:27:17.654597+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:18.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:18 smithi111 bash[18552]: cephadm 2024-03-30T04:27:17.655941+0000 mgr.y (mgr.14152) 96 : cephadm [INF] Deploying daemon osd.1 on smithi111 2024-03-30T04:27:18.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:18 smithi117 bash[18692]: cluster 2024-03-30T04:27:16.924196+0000 mgr.y (mgr.14152) 95 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:18.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:18 smithi117 bash[18692]: audit 2024-03-30T04:27:17.652974+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-30T04:27:18.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:18 smithi117 bash[18692]: audit 2024-03-30T04:27:17.654597+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:18.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:18 smithi117 bash[18692]: cephadm 2024-03-30T04:27:17.655941+0000 mgr.y (mgr.14152) 96 : cephadm [INF] Deploying daemon osd.1 on smithi111 2024-03-30T04:27:20.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:20 smithi111 bash[18552]: cluster 2024-03-30T04:27:18.924631+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:20.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:20 smithi111 bash[24005]: cluster 2024-03-30T04:27:18.924631+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:20.527 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:20 smithi117 bash[18692]: cluster 2024-03-30T04:27:18.924631+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:21.281 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:21 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:21.281 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:27:21 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:21.282 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:21 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:21.282 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:27:21 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:21.531 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:21 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:21.532 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:27:21 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:21.532 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:27:21 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:21.532 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:21 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:22.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:22 smithi111 bash[18552]: cluster 2024-03-30T04:27:20.925038+0000 mgr.y (mgr.14152) 98 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:22.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:22 smithi111 bash[18552]: audit 2024-03-30T04:27:21.565454+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:22.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:22 smithi111 bash[18552]: audit 2024-03-30T04:27:21.570521+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:22.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:22 smithi111 bash[18552]: audit 2024-03-30T04:27:21.571745+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:22.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:22 smithi111 bash[18552]: audit 2024-03-30T04:27:21.572513+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:27:22.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:22 smithi111 bash[18552]: audit 2024-03-30T04:27:21.578666+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:22.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:22 smithi111 bash[24005]: cluster 2024-03-30T04:27:20.925038+0000 mgr.y (mgr.14152) 98 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:22.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:22 smithi111 bash[24005]: audit 2024-03-30T04:27:21.565454+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:22.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:22 smithi111 bash[24005]: audit 2024-03-30T04:27:21.570521+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:22.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:22 smithi111 bash[24005]: audit 2024-03-30T04:27:21.571745+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:22.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:22 smithi111 bash[24005]: audit 2024-03-30T04:27:21.572513+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:27:22.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:22 smithi111 bash[24005]: audit 2024-03-30T04:27:21.578666+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:22.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:22 smithi117 bash[18692]: cluster 2024-03-30T04:27:20.925038+0000 mgr.y (mgr.14152) 98 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:22.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:22 smithi117 bash[18692]: audit 2024-03-30T04:27:21.565454+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:22.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:22 smithi117 bash[18692]: audit 2024-03-30T04:27:21.570521+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:22.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:22 smithi117 bash[18692]: audit 2024-03-30T04:27:21.571745+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:22.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:22 smithi117 bash[18692]: audit 2024-03-30T04:27:21.572513+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:27:22.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:22 smithi117 bash[18692]: audit 2024-03-30T04:27:21.578666+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:24.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:24 smithi111 bash[18552]: cluster 2024-03-30T04:27:22.925404+0000 mgr.y (mgr.14152) 99 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:24.871 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:27:24 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:27:24] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:27:24.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:24 smithi111 bash[24005]: cluster 2024-03-30T04:27:22.925404+0000 mgr.y (mgr.14152) 99 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:24.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:24 smithi117 bash[18692]: cluster 2024-03-30T04:27:22.925404+0000 mgr.y (mgr.14152) 99 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:25.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:25 smithi117 bash[18692]: audit 2024-03-30T04:27:24.635244+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:25.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:25 smithi117 bash[18692]: audit 2024-03-30T04:27:24.644795+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:26.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:25 smithi111 bash[18552]: audit 2024-03-30T04:27:24.635244+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:26.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:25 smithi111 bash[18552]: audit 2024-03-30T04:27:24.644795+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:26.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:25 smithi111 bash[24005]: audit 2024-03-30T04:27:24.635244+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:26.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:25 smithi111 bash[24005]: audit 2024-03-30T04:27:24.644795+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:27.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:26 smithi111 bash[18552]: cluster 2024-03-30T04:27:24.925923+0000 mgr.y (mgr.14152) 100 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:27.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:26 smithi111 bash[24005]: cluster 2024-03-30T04:27:24.925923+0000 mgr.y (mgr.14152) 100 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:27.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:26 smithi117 bash[18692]: cluster 2024-03-30T04:27:24.925923+0000 mgr.y (mgr.14152) 100 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:28.336 INFO:teuthology.orchestra.run.smithi111.stdout:Created osd(s) 1 on host 'smithi111' 2024-03-30T04:27:29.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:28 smithi111 bash[18552]: cluster 2024-03-30T04:27:26.926268+0000 mgr.y (mgr.14152) 101 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:29.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:28 smithi111 bash[18552]: audit 2024-03-30T04:27:28.036484+0000 mon.a (mon.0) 344 : audit [INF] from='osd.1 [v2:172.21.15.111:6810/1337761035,v1:172.21.15.111:6811/1337761035]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-30T04:27:29.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:28 smithi111 bash[18552]: audit 2024-03-30T04:27:28.337219+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:29.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:28 smithi111 bash[18552]: audit 2024-03-30T04:27:28.361896+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:29.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:28 smithi111 bash[18552]: audit 2024-03-30T04:27:28.363175+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:29.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:28 smithi111 bash[18552]: audit 2024-03-30T04:27:28.363858+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:27:29.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:28 smithi111 bash[18552]: audit 2024-03-30T04:27:28.365746+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:27:29.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:28 smithi111 bash[18552]: audit 2024-03-30T04:27:28.366510+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:27:29.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:28 smithi111 bash[18552]: audit 2024-03-30T04:27:28.371226+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:29.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:28 smithi111 bash[18552]: audit 2024-03-30T04:27:28.375646+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:29.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:28 smithi111 bash[24005]: cluster 2024-03-30T04:27:26.926268+0000 mgr.y (mgr.14152) 101 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:29.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:28 smithi111 bash[24005]: audit 2024-03-30T04:27:28.036484+0000 mon.a (mon.0) 344 : audit [INF] from='osd.1 [v2:172.21.15.111:6810/1337761035,v1:172.21.15.111:6811/1337761035]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-30T04:27:29.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:28 smithi111 bash[24005]: audit 2024-03-30T04:27:28.337219+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:29.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:28 smithi111 bash[24005]: audit 2024-03-30T04:27:28.361896+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:29.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:28 smithi111 bash[24005]: audit 2024-03-30T04:27:28.363175+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:29.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:28 smithi111 bash[24005]: audit 2024-03-30T04:27:28.363858+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:27:29.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:28 smithi111 bash[24005]: audit 2024-03-30T04:27:28.365746+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:27:29.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:28 smithi111 bash[24005]: audit 2024-03-30T04:27:28.366510+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:27:29.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:28 smithi111 bash[24005]: audit 2024-03-30T04:27:28.371226+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:29.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:28 smithi111 bash[24005]: audit 2024-03-30T04:27:28.375646+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:29.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:28 smithi117 bash[18692]: cluster 2024-03-30T04:27:26.926268+0000 mgr.y (mgr.14152) 101 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:29.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:28 smithi117 bash[18692]: audit 2024-03-30T04:27:28.036484+0000 mon.a (mon.0) 344 : audit [INF] from='osd.1 [v2:172.21.15.111:6810/1337761035,v1:172.21.15.111:6811/1337761035]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-30T04:27:29.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:28 smithi117 bash[18692]: audit 2024-03-30T04:27:28.337219+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:29.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:28 smithi117 bash[18692]: audit 2024-03-30T04:27:28.361896+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:29.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:28 smithi117 bash[18692]: audit 2024-03-30T04:27:28.363175+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:29.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:28 smithi117 bash[18692]: audit 2024-03-30T04:27:28.363858+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:27:29.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:28 smithi117 bash[18692]: audit 2024-03-30T04:27:28.365746+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:27:29.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:28 smithi117 bash[18692]: audit 2024-03-30T04:27:28.366510+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:27:29.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:28 smithi117 bash[18692]: audit 2024-03-30T04:27:28.371226+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:29.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:28 smithi117 bash[18692]: audit 2024-03-30T04:27:28.375646+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:29.620 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:27:29 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:27:29] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:27:29.632 DEBUG:teuthology.orchestra.run.smithi111:osd.1> sudo journalctl -f -n 0 -u ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@osd.1.service 2024-03-30T04:27:29.634 INFO:tasks.cephadm:Deploying osd.2 on smithi111 with /dev/vg_nvme/lv_2... 2024-03-30T04:27:29.634 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-03-30T04:27:30.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:29 smithi111 bash[18552]: cephadm 2024-03-30T04:27:28.366985+0000 mgr.y (mgr.14152) 102 : cephadm [INF] Adjusting osd_memory_target on smithi111 to 7608M 2024-03-30T04:27:30.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:29 smithi111 bash[18552]: audit 2024-03-30T04:27:28.649267+0000 mon.a (mon.0) 353 : audit [INF] from='osd.1 [v2:172.21.15.111:6810/1337761035,v1:172.21.15.111:6811/1337761035]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-30T04:27:30.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:29 smithi111 bash[18552]: cluster 2024-03-30T04:27:28.649367+0000 mon.a (mon.0) 354 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-30T04:27:30.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:29 smithi111 bash[18552]: audit 2024-03-30T04:27:28.649785+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:27:30.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:29 smithi111 bash[18552]: audit 2024-03-30T04:27:28.650181+0000 mon.a (mon.0) 356 : audit [INF] from='osd.1 [v2:172.21.15.111:6810/1337761035,v1:172.21.15.111:6811/1337761035]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2024-03-30T04:27:30.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:29 smithi111 bash[18552]: audit 2024-03-30T04:27:29.257790+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:30.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:29 smithi111 bash[18552]: audit 2024-03-30T04:27:29.262723+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:30.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:29 smithi111 bash[18552]: audit 2024-03-30T04:27:29.294197+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:30.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:29 smithi111 bash[18552]: audit 2024-03-30T04:27:29.296096+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:30.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:29 smithi111 bash[18552]: audit 2024-03-30T04:27:29.297355+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:27:30.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:29 smithi111 bash[18552]: audit 2024-03-30T04:27:29.307469+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:30.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:29 smithi111 bash[24005]: cephadm 2024-03-30T04:27:28.366985+0000 mgr.y (mgr.14152) 102 : cephadm [INF] Adjusting osd_memory_target on smithi111 to 7608M 2024-03-30T04:27:30.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:29 smithi111 bash[24005]: audit 2024-03-30T04:27:28.649267+0000 mon.a (mon.0) 353 : audit [INF] from='osd.1 [v2:172.21.15.111:6810/1337761035,v1:172.21.15.111:6811/1337761035]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-30T04:27:30.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:29 smithi111 bash[24005]: cluster 2024-03-30T04:27:28.649367+0000 mon.a (mon.0) 354 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-30T04:27:30.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:29 smithi111 bash[24005]: audit 2024-03-30T04:27:28.649785+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:27:30.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:29 smithi111 bash[24005]: audit 2024-03-30T04:27:28.650181+0000 mon.a (mon.0) 356 : audit [INF] from='osd.1 [v2:172.21.15.111:6810/1337761035,v1:172.21.15.111:6811/1337761035]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2024-03-30T04:27:30.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:29 smithi111 bash[24005]: audit 2024-03-30T04:27:29.257790+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:30.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:29 smithi111 bash[24005]: audit 2024-03-30T04:27:29.262723+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:30.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:29 smithi111 bash[24005]: audit 2024-03-30T04:27:29.294197+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:30.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:29 smithi111 bash[24005]: audit 2024-03-30T04:27:29.296096+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:30.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:29 smithi111 bash[24005]: audit 2024-03-30T04:27:29.297355+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:27:30.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:29 smithi111 bash[24005]: audit 2024-03-30T04:27:29.307469+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:30.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:29 smithi117 bash[18692]: cephadm 2024-03-30T04:27:28.366985+0000 mgr.y (mgr.14152) 102 : cephadm [INF] Adjusting osd_memory_target on smithi111 to 7608M 2024-03-30T04:27:30.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:29 smithi117 bash[18692]: audit 2024-03-30T04:27:28.649267+0000 mon.a (mon.0) 353 : audit [INF] from='osd.1 [v2:172.21.15.111:6810/1337761035,v1:172.21.15.111:6811/1337761035]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-30T04:27:30.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:29 smithi117 bash[18692]: cluster 2024-03-30T04:27:28.649367+0000 mon.a (mon.0) 354 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-30T04:27:30.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:29 smithi117 bash[18692]: audit 2024-03-30T04:27:28.649785+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:27:30.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:29 smithi117 bash[18692]: audit 2024-03-30T04:27:28.650181+0000 mon.a (mon.0) 356 : audit [INF] from='osd.1 [v2:172.21.15.111:6810/1337761035,v1:172.21.15.111:6811/1337761035]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2024-03-30T04:27:30.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:29 smithi117 bash[18692]: audit 2024-03-30T04:27:29.257790+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:30.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:29 smithi117 bash[18692]: audit 2024-03-30T04:27:29.262723+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:30.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:29 smithi117 bash[18692]: audit 2024-03-30T04:27:29.294197+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:30.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:29 smithi117 bash[18692]: audit 2024-03-30T04:27:29.296096+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:30.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:29 smithi117 bash[18692]: audit 2024-03-30T04:27:29.297355+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:27:30.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:29 smithi117 bash[18692]: audit 2024-03-30T04:27:29.307469+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:31.061 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:30 smithi111 bash[18552]: cluster 2024-03-30T04:27:28.926688+0000 mgr.y (mgr.14152) 103 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:31.061 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:30 smithi111 bash[18552]: cephadm 2024-03-30T04:27:29.258719+0000 mgr.y (mgr.14152) 104 : cephadm [INF] Detected new or changed devices on smithi111 2024-03-30T04:27:31.061 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:30 smithi111 bash[18552]: audit 2024-03-30T04:27:29.651829+0000 mon.a (mon.0) 363 : audit [INF] from='osd.1 [v2:172.21.15.111:6810/1337761035,v1:172.21.15.111:6811/1337761035]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]': finished 2024-03-30T04:27:31.061 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:30 smithi111 bash[18552]: cluster 2024-03-30T04:27:29.651936+0000 mon.a (mon.0) 364 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-30T04:27:31.061 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:30 smithi111 bash[18552]: audit 2024-03-30T04:27:29.652093+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:27:31.061 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:30 smithi111 bash[18552]: audit 2024-03-30T04:27:29.660992+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:27:31.061 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:30 smithi111 bash[18552]: audit 2024-03-30T04:27:30.659818+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:27:31.061 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:30 smithi111 bash[24005]: cluster 2024-03-30T04:27:28.926688+0000 mgr.y (mgr.14152) 103 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:31.061 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:30 smithi111 bash[24005]: cephadm 2024-03-30T04:27:29.258719+0000 mgr.y (mgr.14152) 104 : cephadm [INF] Detected new or changed devices on smithi111 2024-03-30T04:27:31.062 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:30 smithi111 bash[24005]: audit 2024-03-30T04:27:29.651829+0000 mon.a (mon.0) 363 : audit [INF] from='osd.1 [v2:172.21.15.111:6810/1337761035,v1:172.21.15.111:6811/1337761035]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]': finished 2024-03-30T04:27:31.062 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:30 smithi111 bash[24005]: cluster 2024-03-30T04:27:29.651936+0000 mon.a (mon.0) 364 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-30T04:27:31.062 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:30 smithi111 bash[24005]: audit 2024-03-30T04:27:29.652093+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:27:31.062 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:30 smithi111 bash[24005]: audit 2024-03-30T04:27:29.660992+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:27:31.062 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:30 smithi111 bash[24005]: audit 2024-03-30T04:27:30.659818+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:27:31.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:30 smithi117 bash[18692]: cluster 2024-03-30T04:27:28.926688+0000 mgr.y (mgr.14152) 103 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:31.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:30 smithi117 bash[18692]: cephadm 2024-03-30T04:27:29.258719+0000 mgr.y (mgr.14152) 104 : cephadm [INF] Detected new or changed devices on smithi111 2024-03-30T04:27:31.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:30 smithi117 bash[18692]: audit 2024-03-30T04:27:29.651829+0000 mon.a (mon.0) 363 : audit [INF] from='osd.1 [v2:172.21.15.111:6810/1337761035,v1:172.21.15.111:6811/1337761035]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]': finished 2024-03-30T04:27:31.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:30 smithi117 bash[18692]: cluster 2024-03-30T04:27:29.651936+0000 mon.a (mon.0) 364 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-30T04:27:31.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:30 smithi117 bash[18692]: audit 2024-03-30T04:27:29.652093+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:27:31.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:30 smithi117 bash[18692]: audit 2024-03-30T04:27:29.660992+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:27:31.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:30 smithi117 bash[18692]: audit 2024-03-30T04:27:30.659818+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:27:31.620 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:27:31 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:27:31] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:27:32.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:31 smithi111 bash[18552]: cluster 2024-03-30T04:27:28.987363+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:27:32.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:31 smithi111 bash[18552]: cluster 2024-03-30T04:27:28.987558+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:27:32.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:31 smithi111 bash[18552]: cluster 2024-03-30T04:27:30.673223+0000 mon.a (mon.0) 368 : cluster [INF] osd.1 [v2:172.21.15.111:6810/1337761035,v1:172.21.15.111:6811/1337761035] boot 2024-03-30T04:27:32.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:31 smithi111 bash[18552]: cluster 2024-03-30T04:27:30.673313+0000 mon.a (mon.0) 369 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-30T04:27:32.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:31 smithi111 bash[18552]: audit 2024-03-30T04:27:30.673930+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:27:32.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:31 smithi111 bash[18552]: audit 2024-03-30T04:27:31.407648+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:32.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:31 smithi111 bash[18552]: audit 2024-03-30T04:27:31.412434+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:32.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:31 smithi111 bash[18552]: audit 2024-03-30T04:27:31.429975+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:32.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:31 smithi111 bash[18552]: audit 2024-03-30T04:27:31.431247+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:32.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:31 smithi111 bash[18552]: audit 2024-03-30T04:27:31.431960+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:27:32.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:31 smithi111 bash[18552]: audit 2024-03-30T04:27:31.437723+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:32.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:31 smithi111 bash[24005]: cluster 2024-03-30T04:27:28.987363+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:27:32.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:31 smithi111 bash[24005]: cluster 2024-03-30T04:27:28.987558+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:27:32.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:31 smithi111 bash[24005]: cluster 2024-03-30T04:27:30.673223+0000 mon.a (mon.0) 368 : cluster [INF] osd.1 [v2:172.21.15.111:6810/1337761035,v1:172.21.15.111:6811/1337761035] boot 2024-03-30T04:27:32.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:31 smithi111 bash[24005]: cluster 2024-03-30T04:27:30.673313+0000 mon.a (mon.0) 369 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-30T04:27:32.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:31 smithi111 bash[24005]: audit 2024-03-30T04:27:30.673930+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:27:32.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:31 smithi111 bash[24005]: audit 2024-03-30T04:27:31.407648+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:32.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:31 smithi111 bash[24005]: audit 2024-03-30T04:27:31.412434+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:32.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:31 smithi111 bash[24005]: audit 2024-03-30T04:27:31.429975+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:32.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:31 smithi111 bash[24005]: audit 2024-03-30T04:27:31.431247+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:32.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:31 smithi111 bash[24005]: audit 2024-03-30T04:27:31.431960+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:27:32.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:31 smithi111 bash[24005]: audit 2024-03-30T04:27:31.437723+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:32.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:31 smithi117 bash[18692]: cluster 2024-03-30T04:27:28.987363+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:27:32.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:31 smithi117 bash[18692]: cluster 2024-03-30T04:27:28.987558+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:27:32.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:31 smithi117 bash[18692]: cluster 2024-03-30T04:27:30.673223+0000 mon.a (mon.0) 368 : cluster [INF] osd.1 [v2:172.21.15.111:6810/1337761035,v1:172.21.15.111:6811/1337761035] boot 2024-03-30T04:27:32.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:31 smithi117 bash[18692]: cluster 2024-03-30T04:27:30.673313+0000 mon.a (mon.0) 369 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-30T04:27:32.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:31 smithi117 bash[18692]: audit 2024-03-30T04:27:30.673930+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:27:32.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:31 smithi117 bash[18692]: audit 2024-03-30T04:27:31.407648+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:32.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:31 smithi117 bash[18692]: audit 2024-03-30T04:27:31.412434+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:32.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:31 smithi117 bash[18692]: audit 2024-03-30T04:27:31.429975+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:32.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:31 smithi117 bash[18692]: audit 2024-03-30T04:27:31.431247+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:32.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:31 smithi117 bash[18692]: audit 2024-03-30T04:27:31.431960+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:27:32.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:31 smithi117 bash[18692]: audit 2024-03-30T04:27:31.437723+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:33.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:32 smithi111 bash[18552]: cluster 2024-03-30T04:27:30.927040+0000 mgr.y (mgr.14152) 105 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:33.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:32 smithi111 bash[18552]: cluster 2024-03-30T04:27:31.686323+0000 mon.a (mon.0) 377 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-30T04:27:33.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:32 smithi111 bash[24005]: cluster 2024-03-30T04:27:30.927040+0000 mgr.y (mgr.14152) 105 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:33.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:32 smithi111 bash[24005]: cluster 2024-03-30T04:27:31.686323+0000 mon.a (mon.0) 377 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-30T04:27:33.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:32 smithi117 bash[18692]: cluster 2024-03-30T04:27:30.927040+0000 mgr.y (mgr.14152) 105 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:27:33.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:32 smithi117 bash[18692]: cluster 2024-03-30T04:27:31.686323+0000 mon.a (mon.0) 377 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-30T04:27:33.721 INFO:teuthology.orchestra.run.smithi111.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-03-30T04:27:33.721 INFO:teuthology.orchestra.run.smithi111.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-03-30T04:27:33.721 INFO:teuthology.orchestra.run.smithi111.stderr: stderr: 10+0 records in 2024-03-30T04:27:33.721 INFO:teuthology.orchestra.run.smithi111.stderr:10+0 records out 2024-03-30T04:27:33.722 INFO:teuthology.orchestra.run.smithi111.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0143172 s, 732 MB/s 2024-03-30T04:27:33.722 INFO:teuthology.orchestra.run.smithi111.stderr:--> Zapping successful for: 2024-03-30T04:27:34.361 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch daemon add osd smithi111:vg_nvme/lv_2 2024-03-30T04:27:34.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:34 smithi111 bash[18552]: cluster 2024-03-30T04:27:32.927383+0000 mgr.y (mgr.14152) 106 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:27:34.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:34 smithi111 bash[24005]: cluster 2024-03-30T04:27:32.927383+0000 mgr.y (mgr.14152) 106 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:27:35.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:34 smithi117 bash[18692]: cluster 2024-03-30T04:27:32.927383+0000 mgr.y (mgr.14152) 106 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:27:36.941 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:36 smithi111 bash[24005]: cluster 2024-03-30T04:27:34.927844+0000 mgr.y (mgr.14152) 107 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:27:36.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:36 smithi111 bash[18552]: cluster 2024-03-30T04:27:34.927844+0000 mgr.y (mgr.14152) 107 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:27:37.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:36 smithi117 bash[18692]: cluster 2024-03-30T04:27:34.927844+0000 mgr.y (mgr.14152) 107 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:27:38.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:37 smithi111 bash[18552]: audit 2024-03-30T04:27:37.285344+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:27:38.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:37 smithi111 bash[18552]: audit 2024-03-30T04:27:37.289070+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:27:38.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:37 smithi111 bash[18552]: audit 2024-03-30T04:27:37.289965+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:38.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:37 smithi111 bash[24005]: audit 2024-03-30T04:27:37.285344+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:27:38.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:37 smithi111 bash[24005]: audit 2024-03-30T04:27:37.289070+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:27:38.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:37 smithi111 bash[24005]: audit 2024-03-30T04:27:37.289965+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:38.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:37 smithi117 bash[18692]: audit 2024-03-30T04:27:37.285344+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:27:38.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:37 smithi117 bash[18692]: audit 2024-03-30T04:27:37.289070+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:27:38.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:37 smithi117 bash[18692]: audit 2024-03-30T04:27:37.289965+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:39.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:38 smithi111 bash[18552]: cluster 2024-03-30T04:27:36.928358+0000 mgr.y (mgr.14152) 108 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:27:39.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:38 smithi111 bash[18552]: audit 2024-03-30T04:27:37.280706+0000 mgr.y (mgr.14152) 109 : audit [DBG] from='client.14262 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi111:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:27:39.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:38 smithi111 bash[24005]: cluster 2024-03-30T04:27:36.928358+0000 mgr.y (mgr.14152) 108 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:27:39.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:38 smithi111 bash[24005]: audit 2024-03-30T04:27:37.280706+0000 mgr.y (mgr.14152) 109 : audit [DBG] from='client.14262 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi111:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:27:39.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:38 smithi117 bash[18692]: cluster 2024-03-30T04:27:36.928358+0000 mgr.y (mgr.14152) 108 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:27:39.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:38 smithi117 bash[18692]: audit 2024-03-30T04:27:37.280706+0000 mgr.y (mgr.14152) 109 : audit [DBG] from='client.14262 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi111:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:27:40.953 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:40 smithi111 bash[18552]: cluster 2024-03-30T04:27:38.928850+0000 mgr.y (mgr.14152) 110 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:27:40.954 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:40 smithi111 bash[24005]: cluster 2024-03-30T04:27:38.928850+0000 mgr.y (mgr.14152) 110 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:27:41.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:40 smithi117 bash[18692]: cluster 2024-03-30T04:27:38.928850+0000 mgr.y (mgr.14152) 110 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:27:42.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:42 smithi117 bash[18692]: cluster 2024-03-30T04:27:40.929231+0000 mgr.y (mgr.14152) 111 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:27:43.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:42 smithi111 bash[18552]: cluster 2024-03-30T04:27:40.929231+0000 mgr.y (mgr.14152) 111 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:27:43.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:42 smithi111 bash[24005]: cluster 2024-03-30T04:27:40.929231+0000 mgr.y (mgr.14152) 111 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:27:43.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:43 smithi117 bash[18692]: audit 2024-03-30T04:27:43.227481+0000 mon.a (mon.0) 381 : audit [INF] from='client.? 172.21.15.111:0/422220768' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b6a86fbc-6ca6-43f2-a48e-f359a194fb4f"}]: dispatch 2024-03-30T04:27:43.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:43 smithi117 bash[18692]: audit 2024-03-30T04:27:43.236943+0000 mon.a (mon.0) 382 : audit [INF] from='client.? 172.21.15.111:0/422220768' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b6a86fbc-6ca6-43f2-a48e-f359a194fb4f"}]': finished 2024-03-30T04:27:43.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:43 smithi117 bash[18692]: cluster 2024-03-30T04:27:43.237109+0000 mon.a (mon.0) 383 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-30T04:27:43.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:43 smithi117 bash[18692]: audit 2024-03-30T04:27:43.237332+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:27:44.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:43 smithi111 bash[24005]: audit 2024-03-30T04:27:43.227481+0000 mon.a (mon.0) 381 : audit [INF] from='client.? 172.21.15.111:0/422220768' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b6a86fbc-6ca6-43f2-a48e-f359a194fb4f"}]: dispatch 2024-03-30T04:27:44.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:43 smithi111 bash[24005]: audit 2024-03-30T04:27:43.236943+0000 mon.a (mon.0) 382 : audit [INF] from='client.? 172.21.15.111:0/422220768' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b6a86fbc-6ca6-43f2-a48e-f359a194fb4f"}]': finished 2024-03-30T04:27:44.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:43 smithi111 bash[24005]: cluster 2024-03-30T04:27:43.237109+0000 mon.a (mon.0) 383 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-30T04:27:44.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:43 smithi111 bash[24005]: audit 2024-03-30T04:27:43.237332+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:27:44.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:43 smithi111 bash[18552]: audit 2024-03-30T04:27:43.227481+0000 mon.a (mon.0) 381 : audit [INF] from='client.? 172.21.15.111:0/422220768' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b6a86fbc-6ca6-43f2-a48e-f359a194fb4f"}]: dispatch 2024-03-30T04:27:44.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:43 smithi111 bash[18552]: audit 2024-03-30T04:27:43.236943+0000 mon.a (mon.0) 382 : audit [INF] from='client.? 172.21.15.111:0/422220768' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b6a86fbc-6ca6-43f2-a48e-f359a194fb4f"}]': finished 2024-03-30T04:27:44.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:43 smithi111 bash[18552]: cluster 2024-03-30T04:27:43.237109+0000 mon.a (mon.0) 383 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-30T04:27:44.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:43 smithi111 bash[18552]: audit 2024-03-30T04:27:43.237332+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:27:45.077 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:44 smithi117 bash[18692]: cluster 2024-03-30T04:27:42.929564+0000 mgr.y (mgr.14152) 112 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:27:45.077 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:44 smithi117 bash[18692]: audit 2024-03-30T04:27:43.922530+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.111:0/1417556153' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:27:45.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:44 smithi111 bash[24005]: cluster 2024-03-30T04:27:42.929564+0000 mgr.y (mgr.14152) 112 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:27:45.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:44 smithi111 bash[24005]: audit 2024-03-30T04:27:43.922530+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.111:0/1417556153' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:27:45.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:44 smithi111 bash[18552]: cluster 2024-03-30T04:27:42.929564+0000 mgr.y (mgr.14152) 112 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:27:45.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:44 smithi111 bash[18552]: audit 2024-03-30T04:27:43.922530+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.111:0/1417556153' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:27:45.121 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:27:44 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:27:44] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:27:46.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:45 smithi111 bash[18552]: audit 2024-03-30T04:27:44.775789+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:46.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:45 smithi111 bash[18552]: audit 2024-03-30T04:27:44.784322+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:46.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:45 smithi111 bash[24005]: audit 2024-03-30T04:27:44.775789+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:46.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:45 smithi111 bash[24005]: audit 2024-03-30T04:27:44.784322+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:46.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:45 smithi117 bash[18692]: audit 2024-03-30T04:27:44.775789+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:46.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:45 smithi117 bash[18692]: audit 2024-03-30T04:27:44.784322+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:47.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:46 smithi111 bash[24005]: cluster 2024-03-30T04:27:44.930030+0000 mgr.y (mgr.14152) 113 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:27:47.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:46 smithi111 bash[18552]: cluster 2024-03-30T04:27:44.930030+0000 mgr.y (mgr.14152) 113 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:27:47.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:46 smithi117 bash[18692]: cluster 2024-03-30T04:27:44.930030+0000 mgr.y (mgr.14152) 113 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:27:49.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:48 smithi111 bash[18552]: cluster 2024-03-30T04:27:46.930552+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:27:49.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:48 smithi111 bash[24005]: cluster 2024-03-30T04:27:46.930552+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:27:49.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:48 smithi117 bash[18692]: cluster 2024-03-30T04:27:46.930552+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:27:49.370 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:27:49 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:27:49] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:27:50.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:50 smithi111 bash[24005]: cluster 2024-03-30T04:27:48.930976+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:27:50.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:50 smithi111 bash[24005]: audit 2024-03-30T04:27:49.251947+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:50.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:50 smithi111 bash[24005]: audit 2024-03-30T04:27:49.257286+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:50.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:50 smithi111 bash[18552]: cluster 2024-03-30T04:27:48.930976+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:27:50.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:50 smithi111 bash[18552]: audit 2024-03-30T04:27:49.251947+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:50.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:50 smithi111 bash[18552]: audit 2024-03-30T04:27:49.257286+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:50.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:50 smithi117 bash[18692]: cluster 2024-03-30T04:27:48.930976+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:27:50.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:50 smithi117 bash[18692]: audit 2024-03-30T04:27:49.251947+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:50.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:50 smithi117 bash[18692]: audit 2024-03-30T04:27:49.257286+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:52.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:52 smithi111 bash[18552]: cluster 2024-03-30T04:27:50.931444+0000 mgr.y (mgr.14152) 116 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:27:52.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:52 smithi111 bash[24005]: cluster 2024-03-30T04:27:50.931444+0000 mgr.y (mgr.14152) 116 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:27:52.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:52 smithi117 bash[18692]: cluster 2024-03-30T04:27:50.931444+0000 mgr.y (mgr.14152) 116 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:27:54.346 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:54 smithi111 bash[18552]: cluster 2024-03-30T04:27:52.931913+0000 mgr.y (mgr.14152) 117 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:27:54.346 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:54 smithi111 bash[18552]: audit 2024-03-30T04:27:54.106623+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-30T04:27:54.346 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:54 smithi111 bash[18552]: audit 2024-03-30T04:27:54.108413+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:54.347 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:54 smithi111 bash[24005]: cluster 2024-03-30T04:27:52.931913+0000 mgr.y (mgr.14152) 117 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:27:54.347 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:54 smithi111 bash[24005]: audit 2024-03-30T04:27:54.106623+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-30T04:27:54.347 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:54 smithi111 bash[24005]: audit 2024-03-30T04:27:54.108413+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:54.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:54 smithi117 bash[18692]: cluster 2024-03-30T04:27:52.931913+0000 mgr.y (mgr.14152) 117 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:27:54.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:54 smithi117 bash[18692]: audit 2024-03-30T04:27:54.106623+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-30T04:27:54.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:54 smithi117 bash[18692]: audit 2024-03-30T04:27:54.108413+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:55.475 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:55 smithi111 bash[18552]: cephadm 2024-03-30T04:27:54.109788+0000 mgr.y (mgr.14152) 118 : cephadm [INF] Deploying daemon osd.2 on smithi111 2024-03-30T04:27:55.476 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:55 smithi111 bash[24005]: cephadm 2024-03-30T04:27:54.109788+0000 mgr.y (mgr.14152) 118 : cephadm [INF] Deploying daemon osd.2 on smithi111 2024-03-30T04:27:55.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:55 smithi117 bash[18692]: cephadm 2024-03-30T04:27:54.109788+0000 mgr.y (mgr.14152) 118 : cephadm [INF] Deploying daemon osd.2 on smithi111 2024-03-30T04:27:56.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:56 smithi111 bash[18552]: cluster 2024-03-30T04:27:54.932382+0000 mgr.y (mgr.14152) 119 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:27:56.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:56 smithi111 bash[24005]: cluster 2024-03-30T04:27:54.932382+0000 mgr.y (mgr.14152) 119 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:27:56.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:56 smithi117 bash[18692]: cluster 2024-03-30T04:27:54.932382+0000 mgr.y (mgr.14152) 119 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:27:57.854 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:57 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:57.854 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:27:57 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:57.855 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:27:57 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:57.855 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:57 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:57.855 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:27:57 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:58.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:58 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:58.151 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:27:58 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:58.152 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:58 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:58.152 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:27:58 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:58.152 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:27:57 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:58.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:58 smithi111 bash[18552]: cluster 2024-03-30T04:27:56.932758+0000 mgr.y (mgr.14152) 120 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:27:58.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:58 smithi111 bash[18552]: audit 2024-03-30T04:27:58.138868+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:58.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:58 smithi111 bash[18552]: audit 2024-03-30T04:27:58.169039+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:58.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:58 smithi111 bash[18552]: audit 2024-03-30T04:27:58.170164+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:58.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:58 smithi111 bash[18552]: audit 2024-03-30T04:27:58.170803+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:27:58.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:27:58 smithi111 bash[18552]: audit 2024-03-30T04:27:58.177311+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:58.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:58 smithi111 bash[24005]: cluster 2024-03-30T04:27:56.932758+0000 mgr.y (mgr.14152) 120 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:27:58.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:58 smithi111 bash[24005]: audit 2024-03-30T04:27:58.138868+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:58.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:58 smithi111 bash[24005]: audit 2024-03-30T04:27:58.169039+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:58.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:58 smithi111 bash[24005]: audit 2024-03-30T04:27:58.170164+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:58.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:58 smithi111 bash[24005]: audit 2024-03-30T04:27:58.170803+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:27:58.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:27:58 smithi111 bash[24005]: audit 2024-03-30T04:27:58.177311+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:58.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:58 smithi117 bash[18692]: cluster 2024-03-30T04:27:56.932758+0000 mgr.y (mgr.14152) 120 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:27:58.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:58 smithi117 bash[18692]: audit 2024-03-30T04:27:58.138868+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:27:58.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:58 smithi117 bash[18692]: audit 2024-03-30T04:27:58.169039+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:58.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:58 smithi117 bash[18692]: audit 2024-03-30T04:27:58.170164+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:58.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:58 smithi117 bash[18692]: audit 2024-03-30T04:27:58.170803+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:27:58.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:27:58 smithi117 bash[18692]: audit 2024-03-30T04:27:58.177311+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:00.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:00 smithi111 bash[18552]: cluster 2024-03-30T04:27:58.933191+0000 mgr.y (mgr.14152) 121 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:28:00.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:00 smithi111 bash[24005]: cluster 2024-03-30T04:27:58.933191+0000 mgr.y (mgr.14152) 121 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:28:00.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:00 smithi117 bash[18692]: cluster 2024-03-30T04:27:58.933191+0000 mgr.y (mgr.14152) 121 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:28:02.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:02 smithi111 bash[18552]: cluster 2024-03-30T04:28:00.933641+0000 mgr.y (mgr.14152) 122 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:28:02.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:02 smithi111 bash[24005]: cluster 2024-03-30T04:28:00.933641+0000 mgr.y (mgr.14152) 122 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:28:02.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:02 smithi117 bash[18692]: cluster 2024-03-30T04:28:00.933641+0000 mgr.y (mgr.14152) 122 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:28:04.318 INFO:teuthology.orchestra.run.smithi111.stdout:Created osd(s) 2 on host 'smithi111' 2024-03-30T04:28:04.556 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:04 smithi117 bash[18692]: cluster 2024-03-30T04:28:02.934136+0000 mgr.y (mgr.14152) 123 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:28:04.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:04 smithi111 bash[24005]: cluster 2024-03-30T04:28:02.934136+0000 mgr.y (mgr.14152) 123 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:28:04.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:04 smithi111 bash[18552]: cluster 2024-03-30T04:28:02.934136+0000 mgr.y (mgr.14152) 123 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:28:04.985 DEBUG:teuthology.orchestra.run.smithi111:osd.2> sudo journalctl -f -n 0 -u ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@osd.2.service 2024-03-30T04:28:04.987 INFO:tasks.cephadm:Deploying osd.3 on smithi111 with /dev/vg_nvme/lv_1... 2024-03-30T04:28:04.987 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-03-30T04:28:05.216 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:28:04 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:28:04] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:28:05.261 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:28:05 smithi111 bash[33691]: debug 2024-03-30T04:28:05.096+0000 7f95269c23c0 -1 osd.2 0 log_to_monitors true 2024-03-30T04:28:05.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:05 smithi111 bash[24005]: audit 2024-03-30T04:28:04.318838+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:05.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:05 smithi111 bash[24005]: audit 2024-03-30T04:28:04.359250+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:05.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:05 smithi111 bash[24005]: audit 2024-03-30T04:28:04.360479+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:05.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:05 smithi111 bash[24005]: audit 2024-03-30T04:28:04.361190+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:05.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:05 smithi111 bash[24005]: audit 2024-03-30T04:28:04.363077+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:28:05.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:05 smithi111 bash[24005]: audit 2024-03-30T04:28:04.363784+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:28:05.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:05 smithi111 bash[24005]: audit 2024-03-30T04:28:04.364451+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:28:05.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:05 smithi111 bash[24005]: cephadm 2024-03-30T04:28:04.364972+0000 mgr.y (mgr.14152) 124 : cephadm [INF] Adjusting osd_memory_target on smithi111 to 5072M 2024-03-30T04:28:05.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:05 smithi111 bash[24005]: audit 2024-03-30T04:28:04.369520+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:05.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:05 smithi111 bash[24005]: audit 2024-03-30T04:28:04.373999+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:05.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:05 smithi111 bash[24005]: audit 2024-03-30T04:28:04.908852+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:05.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:05 smithi111 bash[24005]: audit 2024-03-30T04:28:04.917469+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:05.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:05 smithi111 bash[24005]: audit 2024-03-30T04:28:05.102980+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.111:6818/1008304717,v1:172.21.15.111:6819/1008304717]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-30T04:28:05.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:05 smithi111 bash[24005]: audit 2024-03-30T04:28:05.103390+0000 mon.a (mon.0) 407 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-30T04:28:05.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:05 smithi111 bash[18552]: audit 2024-03-30T04:28:04.318838+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:05.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:05 smithi111 bash[18552]: audit 2024-03-30T04:28:04.359250+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:05.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:05 smithi111 bash[18552]: audit 2024-03-30T04:28:04.360479+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:05.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:05 smithi111 bash[18552]: audit 2024-03-30T04:28:04.361190+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:05.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:05 smithi111 bash[18552]: audit 2024-03-30T04:28:04.363077+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:28:05.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:05 smithi111 bash[18552]: audit 2024-03-30T04:28:04.363784+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:28:05.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:05 smithi111 bash[18552]: audit 2024-03-30T04:28:04.364451+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:28:05.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:05 smithi111 bash[18552]: cephadm 2024-03-30T04:28:04.364972+0000 mgr.y (mgr.14152) 124 : cephadm [INF] Adjusting osd_memory_target on smithi111 to 5072M 2024-03-30T04:28:05.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:05 smithi111 bash[18552]: audit 2024-03-30T04:28:04.369520+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:05.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:05 smithi111 bash[18552]: audit 2024-03-30T04:28:04.373999+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:05.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:05 smithi111 bash[18552]: audit 2024-03-30T04:28:04.908852+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:05.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:05 smithi111 bash[18552]: audit 2024-03-30T04:28:04.917469+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:05.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:05 smithi111 bash[18552]: audit 2024-03-30T04:28:05.102980+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.111:6818/1008304717,v1:172.21.15.111:6819/1008304717]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-30T04:28:05.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:05 smithi111 bash[18552]: audit 2024-03-30T04:28:05.103390+0000 mon.a (mon.0) 407 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-30T04:28:05.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:05 smithi117 bash[18692]: audit 2024-03-30T04:28:04.318838+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:05.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:05 smithi117 bash[18692]: audit 2024-03-30T04:28:04.359250+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:05.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:05 smithi117 bash[18692]: audit 2024-03-30T04:28:04.360479+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:05.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:05 smithi117 bash[18692]: audit 2024-03-30T04:28:04.361190+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:05.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:05 smithi117 bash[18692]: audit 2024-03-30T04:28:04.363077+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:28:05.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:05 smithi117 bash[18692]: audit 2024-03-30T04:28:04.363784+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:28:05.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:05 smithi117 bash[18692]: audit 2024-03-30T04:28:04.364451+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:28:05.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:05 smithi117 bash[18692]: cephadm 2024-03-30T04:28:04.364972+0000 mgr.y (mgr.14152) 124 : cephadm [INF] Adjusting osd_memory_target on smithi111 to 5072M 2024-03-30T04:28:05.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:05 smithi117 bash[18692]: audit 2024-03-30T04:28:04.369520+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:05.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:05 smithi117 bash[18692]: audit 2024-03-30T04:28:04.373999+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:05.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:05 smithi117 bash[18692]: audit 2024-03-30T04:28:04.908852+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:05.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:05 smithi117 bash[18692]: audit 2024-03-30T04:28:04.917469+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:05.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:05 smithi117 bash[18692]: audit 2024-03-30T04:28:05.102980+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.111:6818/1008304717,v1:172.21.15.111:6819/1008304717]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-30T04:28:05.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:05 smithi117 bash[18692]: audit 2024-03-30T04:28:05.103390+0000 mon.a (mon.0) 407 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-30T04:28:06.491 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:06 smithi111 bash[18552]: cluster 2024-03-30T04:28:04.934634+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:28:06.491 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:06 smithi111 bash[18552]: audit 2024-03-30T04:28:05.924946+0000 mon.a (mon.0) 408 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-30T04:28:06.491 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:06 smithi111 bash[18552]: cluster 2024-03-30T04:28:05.925065+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-30T04:28:06.491 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:06 smithi111 bash[18552]: audit 2024-03-30T04:28:05.925279+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:28:06.491 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:06 smithi111 bash[18552]: audit 2024-03-30T04:28:05.926255+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.111:6818/1008304717,v1:172.21.15.111:6819/1008304717]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2024-03-30T04:28:06.491 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:06 smithi111 bash[18552]: audit 2024-03-30T04:28:05.926849+0000 mon.a (mon.0) 411 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2024-03-30T04:28:06.492 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:06 smithi111 bash[24005]: cluster 2024-03-30T04:28:04.934634+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:28:06.492 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:06 smithi111 bash[24005]: audit 2024-03-30T04:28:05.924946+0000 mon.a (mon.0) 408 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-30T04:28:06.492 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:06 smithi111 bash[24005]: cluster 2024-03-30T04:28:05.925065+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-30T04:28:06.492 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:06 smithi111 bash[24005]: audit 2024-03-30T04:28:05.925279+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:28:06.492 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:06 smithi111 bash[24005]: audit 2024-03-30T04:28:05.926255+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.111:6818/1008304717,v1:172.21.15.111:6819/1008304717]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2024-03-30T04:28:06.492 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:06 smithi111 bash[24005]: audit 2024-03-30T04:28:05.926849+0000 mon.a (mon.0) 411 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2024-03-30T04:28:06.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:06 smithi117 bash[18692]: cluster 2024-03-30T04:28:04.934634+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:28:06.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:06 smithi117 bash[18692]: audit 2024-03-30T04:28:05.924946+0000 mon.a (mon.0) 408 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-30T04:28:06.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:06 smithi117 bash[18692]: cluster 2024-03-30T04:28:05.925065+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-30T04:28:06.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:06 smithi117 bash[18692]: audit 2024-03-30T04:28:05.925279+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:28:06.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:06 smithi117 bash[18692]: audit 2024-03-30T04:28:05.926255+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.111:6818/1008304717,v1:172.21.15.111:6819/1008304717]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2024-03-30T04:28:06.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:06 smithi117 bash[18692]: audit 2024-03-30T04:28:05.926849+0000 mon.a (mon.0) 411 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2024-03-30T04:28:07.120 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:28:06 smithi111 bash[33691]: debug 2024-03-30T04:28:06.932+0000 7f951d3c5700 -1 osd.2 0 waiting for initial osdmap 2024-03-30T04:28:07.120 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:28:06 smithi111 bash[33691]: debug 2024-03-30T04:28:06.936+0000 7f951855d700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:28:08.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:07 smithi111 bash[18552]: audit 2024-03-30T04:28:06.930017+0000 mon.a (mon.0) 412 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]': finished 2024-03-30T04:28:08.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:07 smithi111 bash[18552]: cluster 2024-03-30T04:28:06.930247+0000 mon.a (mon.0) 413 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-30T04:28:08.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:07 smithi111 bash[18552]: audit 2024-03-30T04:28:06.930559+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:28:08.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:07 smithi111 bash[18552]: cluster 2024-03-30T04:28:06.935033+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:28:08.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:07 smithi111 bash[18552]: audit 2024-03-30T04:28:06.937564+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:28:08.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:07 smithi111 bash[24005]: audit 2024-03-30T04:28:06.930017+0000 mon.a (mon.0) 412 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]': finished 2024-03-30T04:28:08.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:07 smithi111 bash[24005]: cluster 2024-03-30T04:28:06.930247+0000 mon.a (mon.0) 413 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-30T04:28:08.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:07 smithi111 bash[24005]: audit 2024-03-30T04:28:06.930559+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:28:08.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:07 smithi111 bash[24005]: cluster 2024-03-30T04:28:06.935033+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:28:08.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:07 smithi111 bash[24005]: audit 2024-03-30T04:28:06.937564+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:28:08.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:07 smithi117 bash[18692]: audit 2024-03-30T04:28:06.930017+0000 mon.a (mon.0) 412 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]': finished 2024-03-30T04:28:08.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:07 smithi117 bash[18692]: cluster 2024-03-30T04:28:06.930247+0000 mon.a (mon.0) 413 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-30T04:28:08.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:07 smithi117 bash[18692]: audit 2024-03-30T04:28:06.930559+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:28:08.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:07 smithi117 bash[18692]: cluster 2024-03-30T04:28:06.935033+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:28:08.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:07 smithi117 bash[18692]: audit 2024-03-30T04:28:06.937564+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:28:09.235 INFO:teuthology.orchestra.run.smithi111.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-03-30T04:28:09.236 INFO:teuthology.orchestra.run.smithi111.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-03-30T04:28:09.236 INFO:teuthology.orchestra.run.smithi111.stderr: stderr: 10+0 records in 2024-03-30T04:28:09.236 INFO:teuthology.orchestra.run.smithi111.stderr:10+0 records out 2024-03-30T04:28:09.236 INFO:teuthology.orchestra.run.smithi111.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0126575 s, 828 MB/s 2024-03-30T04:28:09.236 INFO:teuthology.orchestra.run.smithi111.stderr:--> Zapping successful for: 2024-03-30T04:28:09.284 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:08 smithi111 bash[18552]: cluster 2024-03-30T04:28:06.118715+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:28:09.284 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:08 smithi111 bash[18552]: cluster 2024-03-30T04:28:06.118948+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:28:09.284 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:08 smithi111 bash[18552]: cluster 2024-03-30T04:28:07.930910+0000 mon.a (mon.0) 416 : cluster [INF] osd.2 [v2:172.21.15.111:6818/1008304717,v1:172.21.15.111:6819/1008304717] boot 2024-03-30T04:28:09.284 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:08 smithi111 bash[18552]: cluster 2024-03-30T04:28:07.930999+0000 mon.a (mon.0) 417 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-30T04:28:09.284 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:08 smithi111 bash[18552]: audit 2024-03-30T04:28:07.931815+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:28:09.285 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:08 smithi111 bash[24005]: cluster 2024-03-30T04:28:06.118715+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:28:09.285 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:08 smithi111 bash[24005]: cluster 2024-03-30T04:28:06.118948+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:28:09.285 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:08 smithi111 bash[24005]: cluster 2024-03-30T04:28:07.930910+0000 mon.a (mon.0) 416 : cluster [INF] osd.2 [v2:172.21.15.111:6818/1008304717,v1:172.21.15.111:6819/1008304717] boot 2024-03-30T04:28:09.285 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:08 smithi111 bash[24005]: cluster 2024-03-30T04:28:07.930999+0000 mon.a (mon.0) 417 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-30T04:28:09.285 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:08 smithi111 bash[24005]: audit 2024-03-30T04:28:07.931815+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:28:09.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:08 smithi117 bash[18692]: cluster 2024-03-30T04:28:06.118715+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:28:09.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:08 smithi117 bash[18692]: cluster 2024-03-30T04:28:06.118948+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:28:09.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:08 smithi117 bash[18692]: cluster 2024-03-30T04:28:07.930910+0000 mon.a (mon.0) 416 : cluster [INF] osd.2 [v2:172.21.15.111:6818/1008304717,v1:172.21.15.111:6819/1008304717] boot 2024-03-30T04:28:09.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:08 smithi117 bash[18692]: cluster 2024-03-30T04:28:07.930999+0000 mon.a (mon.0) 417 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-30T04:28:09.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:08 smithi117 bash[18692]: audit 2024-03-30T04:28:07.931815+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:28:09.620 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:28:09 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:28:09] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:28:10.045 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch daemon add osd smithi111:vg_nvme/lv_1 2024-03-30T04:28:10.211 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:09 smithi111 bash[18552]: cluster 2024-03-30T04:28:08.935468+0000 mgr.y (mgr.14152) 127 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:28:10.211 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:09 smithi111 bash[18552]: cluster 2024-03-30T04:28:08.947645+0000 mon.a (mon.0) 419 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-30T04:28:10.211 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:09 smithi111 bash[18552]: audit 2024-03-30T04:28:09.043291+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-03-30T04:28:10.211 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:09 smithi111 bash[18552]: audit 2024-03-30T04:28:09.477273+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:10.211 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:09 smithi111 bash[18552]: cephadm 2024-03-30T04:28:09.478106+0000 mgr.y (mgr.14152) 128 : cephadm [INF] Detected new or changed devices on smithi111 2024-03-30T04:28:10.211 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:09 smithi111 bash[18552]: audit 2024-03-30T04:28:09.483636+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:10.211 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:09 smithi111 bash[18552]: audit 2024-03-30T04:28:09.503942+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:10.211 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:09 smithi111 bash[18552]: audit 2024-03-30T04:28:09.505959+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:10.211 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:09 smithi111 bash[18552]: audit 2024-03-30T04:28:09.506900+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:10.211 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:09 smithi111 bash[18552]: cluster 2024-03-30T04:28:09.510279+0000 mgr.y (mgr.14152) 129 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:28:10.212 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:09 smithi111 bash[18552]: audit 2024-03-30T04:28:09.516206+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:10.212 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:09 smithi111 bash[18552]: cluster 2024-03-30T04:28:09.934648+0000 mon.a (mon.0) 427 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-30T04:28:10.212 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:09 smithi111 bash[24005]: cluster 2024-03-30T04:28:08.935468+0000 mgr.y (mgr.14152) 127 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:28:10.212 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:09 smithi111 bash[24005]: cluster 2024-03-30T04:28:08.947645+0000 mon.a (mon.0) 419 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-30T04:28:10.212 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:09 smithi111 bash[24005]: audit 2024-03-30T04:28:09.043291+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-03-30T04:28:10.212 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:09 smithi111 bash[24005]: audit 2024-03-30T04:28:09.477273+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:10.212 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:09 smithi111 bash[24005]: cephadm 2024-03-30T04:28:09.478106+0000 mgr.y (mgr.14152) 128 : cephadm [INF] Detected new or changed devices on smithi111 2024-03-30T04:28:10.212 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:09 smithi111 bash[24005]: audit 2024-03-30T04:28:09.483636+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:10.212 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:09 smithi111 bash[24005]: audit 2024-03-30T04:28:09.503942+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:10.212 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:09 smithi111 bash[24005]: audit 2024-03-30T04:28:09.505959+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:10.212 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:09 smithi111 bash[24005]: audit 2024-03-30T04:28:09.506900+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:10.212 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:09 smithi111 bash[24005]: cluster 2024-03-30T04:28:09.510279+0000 mgr.y (mgr.14152) 129 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:28:10.212 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:09 smithi111 bash[24005]: audit 2024-03-30T04:28:09.516206+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:10.212 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:09 smithi111 bash[24005]: cluster 2024-03-30T04:28:09.934648+0000 mon.a (mon.0) 427 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-30T04:28:10.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:09 smithi117 bash[18692]: cluster 2024-03-30T04:28:08.935468+0000 mgr.y (mgr.14152) 127 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:28:10.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:09 smithi117 bash[18692]: cluster 2024-03-30T04:28:08.947645+0000 mon.a (mon.0) 419 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-30T04:28:10.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:09 smithi117 bash[18692]: audit 2024-03-30T04:28:09.043291+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-03-30T04:28:10.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:09 smithi117 bash[18692]: audit 2024-03-30T04:28:09.477273+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:10.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:09 smithi117 bash[18692]: cephadm 2024-03-30T04:28:09.478106+0000 mgr.y (mgr.14152) 128 : cephadm [INF] Detected new or changed devices on smithi111 2024-03-30T04:28:10.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:09 smithi117 bash[18692]: audit 2024-03-30T04:28:09.483636+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:10.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:09 smithi117 bash[18692]: audit 2024-03-30T04:28:09.503942+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:10.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:09 smithi117 bash[18692]: audit 2024-03-30T04:28:09.505959+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:10.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:09 smithi117 bash[18692]: audit 2024-03-30T04:28:09.506900+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:10.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:09 smithi117 bash[18692]: cluster 2024-03-30T04:28:09.510279+0000 mgr.y (mgr.14152) 129 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:28:10.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:09 smithi117 bash[18692]: audit 2024-03-30T04:28:09.516206+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:10.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:09 smithi117 bash[18692]: cluster 2024-03-30T04:28:09.934648+0000 mon.a (mon.0) 427 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-30T04:28:11.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:10 smithi111 bash[24005]: audit 2024-03-30T04:28:09.964306+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-03-30T04:28:11.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:10 smithi111 bash[24005]: cluster 2024-03-30T04:28:09.964444+0000 mon.a (mon.0) 429 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-30T04:28:11.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:10 smithi111 bash[24005]: audit 2024-03-30T04:28:09.966568+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-30T04:28:11.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:10 smithi111 bash[18552]: audit 2024-03-30T04:28:09.964306+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-03-30T04:28:11.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:10 smithi111 bash[18552]: cluster 2024-03-30T04:28:09.964444+0000 mon.a (mon.0) 429 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-30T04:28:11.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:10 smithi111 bash[18552]: audit 2024-03-30T04:28:09.966568+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-30T04:28:11.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:10 smithi117 bash[18692]: audit 2024-03-30T04:28:09.964306+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-03-30T04:28:11.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:10 smithi117 bash[18692]: cluster 2024-03-30T04:28:09.964444+0000 mon.a (mon.0) 429 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-30T04:28:11.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:10 smithi117 bash[18692]: audit 2024-03-30T04:28:09.966568+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-30T04:28:12.102 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:11 smithi111 bash[24005]: audit 2024-03-30T04:28:10.975349+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-30T04:28:12.102 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:11 smithi111 bash[24005]: cluster 2024-03-30T04:28:10.975634+0000 mon.a (mon.0) 432 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-30T04:28:12.102 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:11 smithi111 bash[24005]: cluster 2024-03-30T04:28:11.510694+0000 mgr.y (mgr.14152) 130 : cluster [DBG] pgmap v100: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:28:12.102 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:11 smithi111 bash[18552]: audit 2024-03-30T04:28:10.975349+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-30T04:28:12.102 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:11 smithi111 bash[18552]: cluster 2024-03-30T04:28:10.975634+0000 mon.a (mon.0) 432 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-30T04:28:12.103 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:11 smithi111 bash[18552]: cluster 2024-03-30T04:28:11.510694+0000 mgr.y (mgr.14152) 130 : cluster [DBG] pgmap v100: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:28:12.370 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:28:12 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:28:12] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:28:12.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:11 smithi117 bash[18692]: audit 2024-03-30T04:28:10.975349+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-30T04:28:12.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:11 smithi117 bash[18692]: cluster 2024-03-30T04:28:10.975634+0000 mon.a (mon.0) 432 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-30T04:28:12.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:11 smithi117 bash[18692]: cluster 2024-03-30T04:28:11.510694+0000 mgr.y (mgr.14152) 130 : cluster [DBG] pgmap v100: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:28:13.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:12 smithi111 bash[24005]: cluster 2024-03-30T04:28:11.981155+0000 mon.a (mon.0) 433 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-30T04:28:13.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:12 smithi111 bash[24005]: audit 2024-03-30T04:28:12.088104+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:13.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:12 smithi111 bash[24005]: audit 2024-03-30T04:28:12.103743+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:13.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:12 smithi111 bash[24005]: audit 2024-03-30T04:28:12.139675+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:13.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:12 smithi111 bash[24005]: audit 2024-03-30T04:28:12.141632+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:13.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:12 smithi111 bash[24005]: audit 2024-03-30T04:28:12.142484+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:13.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:12 smithi111 bash[24005]: cluster 2024-03-30T04:28:12.145242+0000 mgr.y (mgr.14152) 131 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 449 KiB data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:28:13.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:12 smithi111 bash[24005]: audit 2024-03-30T04:28:12.151328+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:13.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:12 smithi111 bash[24005]: audit 2024-03-30T04:28:12.198167+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:13.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:12 smithi111 bash[18552]: cluster 2024-03-30T04:28:11.981155+0000 mon.a (mon.0) 433 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-30T04:28:13.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:12 smithi111 bash[18552]: audit 2024-03-30T04:28:12.088104+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:13.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:12 smithi111 bash[18552]: audit 2024-03-30T04:28:12.103743+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:13.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:12 smithi111 bash[18552]: audit 2024-03-30T04:28:12.139675+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:13.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:12 smithi111 bash[18552]: audit 2024-03-30T04:28:12.141632+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:13.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:12 smithi111 bash[18552]: audit 2024-03-30T04:28:12.142484+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:13.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:12 smithi111 bash[18552]: cluster 2024-03-30T04:28:12.145242+0000 mgr.y (mgr.14152) 131 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 449 KiB data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:28:13.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:12 smithi111 bash[18552]: audit 2024-03-30T04:28:12.151328+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:13.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:12 smithi111 bash[18552]: audit 2024-03-30T04:28:12.198167+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:13.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:12 smithi117 bash[18692]: cluster 2024-03-30T04:28:11.981155+0000 mon.a (mon.0) 433 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-30T04:28:13.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:12 smithi117 bash[18692]: audit 2024-03-30T04:28:12.088104+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:13.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:12 smithi117 bash[18692]: audit 2024-03-30T04:28:12.103743+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:13.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:12 smithi117 bash[18692]: audit 2024-03-30T04:28:12.139675+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:13.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:12 smithi117 bash[18692]: audit 2024-03-30T04:28:12.141632+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:13.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:12 smithi117 bash[18692]: audit 2024-03-30T04:28:12.142484+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:13.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:12 smithi117 bash[18692]: cluster 2024-03-30T04:28:12.145242+0000 mgr.y (mgr.14152) 131 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 449 KiB data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:28:13.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:12 smithi117 bash[18692]: audit 2024-03-30T04:28:12.151328+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:13.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:12 smithi117 bash[18692]: audit 2024-03-30T04:28:12.198167+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:15.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:14 smithi111 bash[24005]: cluster 2024-03-30T04:28:13.101424+0000 mon.a (mon.0) 441 : cluster [DBG] mgrmap e15: y(active, since 2m), standbys: x 2024-03-30T04:28:15.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:14 smithi111 bash[24005]: cluster 2024-03-30T04:28:13.101517+0000 mon.a (mon.0) 442 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-30T04:28:15.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:14 smithi111 bash[24005]: cluster 2024-03-30T04:28:13.101539+0000 mon.a (mon.0) 443 : cluster [INF] Cluster is now healthy 2024-03-30T04:28:15.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:14 smithi111 bash[24005]: audit 2024-03-30T04:28:13.431081+0000 mgr.y (mgr.14152) 132 : audit [DBG] from='client.14295 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi111:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:28:15.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:14 smithi111 bash[24005]: audit 2024-03-30T04:28:13.438077+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:28:15.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:14 smithi111 bash[24005]: audit 2024-03-30T04:28:13.443229+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:28:15.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:14 smithi111 bash[24005]: audit 2024-03-30T04:28:13.444124+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:15.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:14 smithi111 bash[24005]: audit 2024-03-30T04:28:13.951473+0000 mon.a (mon.0) 447 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-30T04:28:15.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:14 smithi111 bash[24005]: audit 2024-03-30T04:28:14.800759+0000 mon.a (mon.0) 448 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-30T04:28:15.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:14 smithi111 bash[24005]: audit 2024-03-30T04:28:14.800946+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:28:15.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:14 smithi111 bash[18552]: cluster 2024-03-30T04:28:13.101424+0000 mon.a (mon.0) 441 : cluster [DBG] mgrmap e15: y(active, since 2m), standbys: x 2024-03-30T04:28:15.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:14 smithi111 bash[18552]: cluster 2024-03-30T04:28:13.101517+0000 mon.a (mon.0) 442 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-30T04:28:15.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:14 smithi111 bash[18552]: cluster 2024-03-30T04:28:13.101539+0000 mon.a (mon.0) 443 : cluster [INF] Cluster is now healthy 2024-03-30T04:28:15.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:14 smithi111 bash[18552]: audit 2024-03-30T04:28:13.431081+0000 mgr.y (mgr.14152) 132 : audit [DBG] from='client.14295 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi111:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:28:15.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:14 smithi111 bash[18552]: audit 2024-03-30T04:28:13.438077+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:28:15.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:14 smithi111 bash[18552]: audit 2024-03-30T04:28:13.443229+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:28:15.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:14 smithi111 bash[18552]: audit 2024-03-30T04:28:13.444124+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:15.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:14 smithi111 bash[18552]: audit 2024-03-30T04:28:13.951473+0000 mon.a (mon.0) 447 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-30T04:28:15.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:14 smithi111 bash[18552]: audit 2024-03-30T04:28:14.800759+0000 mon.a (mon.0) 448 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-30T04:28:15.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:14 smithi111 bash[18552]: audit 2024-03-30T04:28:14.800946+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:28:15.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:14 smithi117 bash[18692]: cluster 2024-03-30T04:28:13.101424+0000 mon.a (mon.0) 441 : cluster [DBG] mgrmap e15: y(active, since 2m), standbys: x 2024-03-30T04:28:15.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:14 smithi117 bash[18692]: cluster 2024-03-30T04:28:13.101517+0000 mon.a (mon.0) 442 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-30T04:28:15.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:14 smithi117 bash[18692]: cluster 2024-03-30T04:28:13.101539+0000 mon.a (mon.0) 443 : cluster [INF] Cluster is now healthy 2024-03-30T04:28:15.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:14 smithi117 bash[18692]: audit 2024-03-30T04:28:13.431081+0000 mgr.y (mgr.14152) 132 : audit [DBG] from='client.14295 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi111:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:28:15.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:14 smithi117 bash[18692]: audit 2024-03-30T04:28:13.438077+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:28:15.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:14 smithi117 bash[18692]: audit 2024-03-30T04:28:13.443229+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:28:15.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:14 smithi117 bash[18692]: audit 2024-03-30T04:28:13.444124+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:15.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:14 smithi117 bash[18692]: audit 2024-03-30T04:28:13.951473+0000 mon.a (mon.0) 447 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-30T04:28:15.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:14 smithi117 bash[18692]: audit 2024-03-30T04:28:14.800759+0000 mon.a (mon.0) 448 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-30T04:28:15.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:14 smithi117 bash[18692]: audit 2024-03-30T04:28:14.800946+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:28:16.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:16 smithi111 bash[18552]: cluster 2024-03-30T04:28:14.145771+0000 mgr.y (mgr.14152) 133 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 449 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:28:16.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:16 smithi111 bash[18552]: audit 2024-03-30T04:28:14.802018+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:28:16.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:16 smithi111 bash[18552]: audit 2024-03-30T04:28:14.802203+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:28:16.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:16 smithi111 bash[18552]: audit 2024-03-30T04:28:14.807899+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-30T04:28:16.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:16 smithi111 bash[18552]: audit 2024-03-30T04:28:14.808286+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:28:16.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:16 smithi111 bash[18552]: audit 2024-03-30T04:28:14.808544+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:28:16.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:16 smithi111 bash[18552]: audit 2024-03-30T04:28:14.808816+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:28:16.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:16 smithi111 bash[18552]: audit 2024-03-30T04:28:14.972827+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:28:16.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:16 smithi111 bash[18552]: audit 2024-03-30T04:28:14.974856+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:28:16.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:16 smithi111 bash[18552]: audit 2024-03-30T04:28:15.681239+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-30T04:28:16.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:16 smithi111 bash[18552]: audit 2024-03-30T04:28:15.687421+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:28:16.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:16 smithi111 bash[18552]: audit 2024-03-30T04:28:15.687618+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:28:16.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:16 smithi111 bash[18552]: audit 2024-03-30T04:28:15.687795+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:28:16.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:16 smithi111 bash[24005]: cluster 2024-03-30T04:28:14.145771+0000 mgr.y (mgr.14152) 133 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 449 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:28:16.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:16 smithi111 bash[24005]: audit 2024-03-30T04:28:14.802018+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:28:16.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:16 smithi111 bash[24005]: audit 2024-03-30T04:28:14.802203+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:28:16.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:16 smithi111 bash[24005]: audit 2024-03-30T04:28:14.807899+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-30T04:28:16.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:16 smithi111 bash[24005]: audit 2024-03-30T04:28:14.808286+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:28:16.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:16 smithi111 bash[24005]: audit 2024-03-30T04:28:14.808544+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:28:16.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:16 smithi111 bash[24005]: audit 2024-03-30T04:28:14.808816+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:28:16.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:16 smithi111 bash[24005]: audit 2024-03-30T04:28:14.972827+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:28:16.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:16 smithi111 bash[24005]: audit 2024-03-30T04:28:14.974856+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:28:16.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:16 smithi111 bash[24005]: audit 2024-03-30T04:28:15.681239+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-30T04:28:16.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:16 smithi111 bash[24005]: audit 2024-03-30T04:28:15.687421+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:28:16.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:16 smithi111 bash[24005]: audit 2024-03-30T04:28:15.687618+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:28:16.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:16 smithi111 bash[24005]: audit 2024-03-30T04:28:15.687795+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:28:16.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:16 smithi117 bash[18692]: cluster 2024-03-30T04:28:14.145771+0000 mgr.y (mgr.14152) 133 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 449 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:28:16.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:16 smithi117 bash[18692]: audit 2024-03-30T04:28:14.802018+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:28:16.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:16 smithi117 bash[18692]: audit 2024-03-30T04:28:14.802203+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:28:16.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:16 smithi117 bash[18692]: audit 2024-03-30T04:28:14.807899+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-30T04:28:16.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:16 smithi117 bash[18692]: audit 2024-03-30T04:28:14.808286+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:28:16.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:16 smithi117 bash[18692]: audit 2024-03-30T04:28:14.808544+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:28:16.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:16 smithi117 bash[18692]: audit 2024-03-30T04:28:14.808816+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:28:16.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:16 smithi117 bash[18692]: audit 2024-03-30T04:28:14.972827+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:28:16.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:16 smithi117 bash[18692]: audit 2024-03-30T04:28:14.974856+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:28:16.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:16 smithi117 bash[18692]: audit 2024-03-30T04:28:15.681239+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-30T04:28:16.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:16 smithi117 bash[18692]: audit 2024-03-30T04:28:15.687421+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:28:16.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:16 smithi117 bash[18692]: audit 2024-03-30T04:28:15.687618+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:28:16.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:16 smithi117 bash[18692]: audit 2024-03-30T04:28:15.687795+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:28:17.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:17 smithi111 bash[18552]: audit 2024-03-30T04:28:15.686907+0000 mon.b (mon.2) 6 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-30T04:28:17.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:17 smithi111 bash[18552]: cluster 2024-03-30T04:28:16.146290+0000 mgr.y (mgr.14152) 134 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 449 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:28:17.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:17 smithi111 bash[18552]: audit 2024-03-30T04:28:16.588405+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-30T04:28:17.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:17 smithi111 bash[18552]: audit 2024-03-30T04:28:16.644983+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:17.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:17 smithi111 bash[24005]: audit 2024-03-30T04:28:15.686907+0000 mon.b (mon.2) 6 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-30T04:28:17.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:17 smithi111 bash[24005]: cluster 2024-03-30T04:28:16.146290+0000 mgr.y (mgr.14152) 134 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 449 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:28:17.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:17 smithi111 bash[24005]: audit 2024-03-30T04:28:16.588405+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-30T04:28:17.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:17 smithi111 bash[24005]: audit 2024-03-30T04:28:16.644983+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:17.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:17 smithi117 bash[18692]: audit 2024-03-30T04:28:15.686907+0000 mon.b (mon.2) 6 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-30T04:28:17.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:17 smithi117 bash[18692]: cluster 2024-03-30T04:28:16.146290+0000 mgr.y (mgr.14152) 134 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 449 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:28:17.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:17 smithi117 bash[18692]: audit 2024-03-30T04:28:16.588405+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-30T04:28:17.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:17 smithi117 bash[18692]: audit 2024-03-30T04:28:16.644983+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:19.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:19 smithi111 bash[18552]: cluster 2024-03-30T04:28:18.146847+0000 mgr.y (mgr.14152) 135 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 4.1 KiB/s rd, 191 KiB/s wr, 13 op/s 2024-03-30T04:28:19.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:19 smithi111 bash[18552]: audit 2024-03-30T04:28:19.388419+0000 mon.a (mon.0) 461 : audit [INF] from='client.? 172.21.15.111:0/577596279' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2fb63954-eb15-41a4-9461-3856f7cb8062"}]: dispatch 2024-03-30T04:28:19.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:19 smithi111 bash[18552]: audit 2024-03-30T04:28:19.395838+0000 mon.a (mon.0) 462 : audit [INF] from='client.? 172.21.15.111:0/577596279' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2fb63954-eb15-41a4-9461-3856f7cb8062"}]': finished 2024-03-30T04:28:19.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:19 smithi111 bash[18552]: cluster 2024-03-30T04:28:19.395934+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-03-30T04:28:19.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:19 smithi111 bash[18552]: audit 2024-03-30T04:28:19.396151+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:28:19.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:19 smithi111 bash[24005]: cluster 2024-03-30T04:28:18.146847+0000 mgr.y (mgr.14152) 135 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 4.1 KiB/s rd, 191 KiB/s wr, 13 op/s 2024-03-30T04:28:19.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:19 smithi111 bash[24005]: audit 2024-03-30T04:28:19.388419+0000 mon.a (mon.0) 461 : audit [INF] from='client.? 172.21.15.111:0/577596279' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2fb63954-eb15-41a4-9461-3856f7cb8062"}]: dispatch 2024-03-30T04:28:19.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:19 smithi111 bash[24005]: audit 2024-03-30T04:28:19.395838+0000 mon.a (mon.0) 462 : audit [INF] from='client.? 172.21.15.111:0/577596279' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2fb63954-eb15-41a4-9461-3856f7cb8062"}]': finished 2024-03-30T04:28:19.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:19 smithi111 bash[24005]: cluster 2024-03-30T04:28:19.395934+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-03-30T04:28:19.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:19 smithi111 bash[24005]: audit 2024-03-30T04:28:19.396151+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:28:19.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:19 smithi117 bash[18692]: cluster 2024-03-30T04:28:18.146847+0000 mgr.y (mgr.14152) 135 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 4.1 KiB/s rd, 191 KiB/s wr, 13 op/s 2024-03-30T04:28:19.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:19 smithi117 bash[18692]: audit 2024-03-30T04:28:19.388419+0000 mon.a (mon.0) 461 : audit [INF] from='client.? 172.21.15.111:0/577596279' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2fb63954-eb15-41a4-9461-3856f7cb8062"}]: dispatch 2024-03-30T04:28:19.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:19 smithi117 bash[18692]: audit 2024-03-30T04:28:19.395838+0000 mon.a (mon.0) 462 : audit [INF] from='client.? 172.21.15.111:0/577596279' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2fb63954-eb15-41a4-9461-3856f7cb8062"}]': finished 2024-03-30T04:28:19.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:19 smithi117 bash[18692]: cluster 2024-03-30T04:28:19.395934+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-03-30T04:28:19.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:19 smithi117 bash[18692]: audit 2024-03-30T04:28:19.396151+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:28:20.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:20 smithi111 bash[18552]: audit 2024-03-30T04:28:20.052327+0000 mon.a (mon.0) 465 : audit [DBG] from='client.? 172.21.15.111:0/2109909557' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:28:20.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:20 smithi111 bash[24005]: audit 2024-03-30T04:28:20.052327+0000 mon.a (mon.0) 465 : audit [DBG] from='client.? 172.21.15.111:0/2109909557' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:28:20.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:20 smithi117 bash[18692]: audit 2024-03-30T04:28:20.052327+0000 mon.a (mon.0) 465 : audit [DBG] from='client.? 172.21.15.111:0/2109909557' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:28:21.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:21 smithi111 bash[24005]: cluster 2024-03-30T04:28:20.147181+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.1 KiB/s rd, 144 KiB/s wr, 10 op/s 2024-03-30T04:28:21.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:21 smithi111 bash[18552]: cluster 2024-03-30T04:28:20.147181+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.1 KiB/s rd, 144 KiB/s wr, 10 op/s 2024-03-30T04:28:21.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:21 smithi117 bash[18692]: cluster 2024-03-30T04:28:20.147181+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.1 KiB/s rd, 144 KiB/s wr, 10 op/s 2024-03-30T04:28:23.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:23 smithi111 bash[18552]: cluster 2024-03-30T04:28:22.147543+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2024-03-30T04:28:23.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:23 smithi111 bash[24005]: cluster 2024-03-30T04:28:22.147543+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2024-03-30T04:28:23.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:23 smithi117 bash[18692]: cluster 2024-03-30T04:28:22.147543+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2024-03-30T04:28:25.370 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:28:25 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:28:25] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:28:25.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:25 smithi111 bash[18552]: cluster 2024-03-30T04:28:24.148084+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2024-03-30T04:28:25.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:25 smithi111 bash[18552]: audit 2024-03-30T04:28:25.059627+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:25.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:25 smithi111 bash[18552]: audit 2024-03-30T04:28:25.068219+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:25.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:25 smithi111 bash[24005]: cluster 2024-03-30T04:28:24.148084+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2024-03-30T04:28:25.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:25 smithi111 bash[24005]: audit 2024-03-30T04:28:25.059627+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:25.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:25 smithi111 bash[24005]: audit 2024-03-30T04:28:25.068219+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:25.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:25 smithi117 bash[18692]: cluster 2024-03-30T04:28:24.148084+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2024-03-30T04:28:25.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:25 smithi117 bash[18692]: audit 2024-03-30T04:28:25.059627+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:25.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:25 smithi117 bash[18692]: audit 2024-03-30T04:28:25.068219+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:27.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:27 smithi117 bash[18692]: cluster 2024-03-30T04:28:26.148676+0000 mgr.y (mgr.14152) 139 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2024-03-30T04:28:27.993 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:27 smithi111 bash[18552]: cluster 2024-03-30T04:28:26.148676+0000 mgr.y (mgr.14152) 139 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2024-03-30T04:28:27.993 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:27 smithi111 bash[24005]: cluster 2024-03-30T04:28:26.148676+0000 mgr.y (mgr.14152) 139 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2024-03-30T04:28:29.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:29 smithi117 bash[18692]: cluster 2024-03-30T04:28:28.149283+0000 mgr.y (mgr.14152) 140 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 204 B/s rd, 13 KiB/s wr, 0 op/s 2024-03-30T04:28:30.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:29 smithi111 bash[18552]: cluster 2024-03-30T04:28:28.149283+0000 mgr.y (mgr.14152) 140 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 204 B/s rd, 13 KiB/s wr, 0 op/s 2024-03-30T04:28:30.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:29 smithi111 bash[24005]: cluster 2024-03-30T04:28:28.149283+0000 mgr.y (mgr.14152) 140 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 204 B/s rd, 13 KiB/s wr, 0 op/s 2024-03-30T04:28:31.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:31 smithi111 bash[18552]: cluster 2024-03-30T04:28:30.149859+0000 mgr.y (mgr.14152) 141 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 190 B/s rd, 12 KiB/s wr, 0 op/s 2024-03-30T04:28:31.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:31 smithi111 bash[24005]: cluster 2024-03-30T04:28:30.149859+0000 mgr.y (mgr.14152) 141 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 190 B/s rd, 12 KiB/s wr, 0 op/s 2024-03-30T04:28:31.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:31 smithi117 bash[18692]: cluster 2024-03-30T04:28:30.149859+0000 mgr.y (mgr.14152) 141 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 190 B/s rd, 12 KiB/s wr, 0 op/s 2024-03-30T04:28:32.370 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:28:31 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:28:31] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:28:33.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:32 smithi111 bash[18552]: audit 2024-03-30T04:28:31.884072+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:33.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:32 smithi111 bash[18552]: cephadm 2024-03-30T04:28:31.885227+0000 mgr.y (mgr.14152) 142 : cephadm [INF] Detected new or changed devices on smithi111 2024-03-30T04:28:33.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:32 smithi111 bash[18552]: audit 2024-03-30T04:28:31.889497+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:33.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:32 smithi111 bash[18552]: cluster 2024-03-30T04:28:32.150416+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 170 B/s rd, 11 KiB/s wr, 0 op/s 2024-03-30T04:28:33.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:32 smithi111 bash[24005]: audit 2024-03-30T04:28:31.884072+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:33.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:32 smithi111 bash[24005]: cephadm 2024-03-30T04:28:31.885227+0000 mgr.y (mgr.14152) 142 : cephadm [INF] Detected new or changed devices on smithi111 2024-03-30T04:28:33.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:32 smithi111 bash[24005]: audit 2024-03-30T04:28:31.889497+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:33.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:32 smithi111 bash[24005]: cluster 2024-03-30T04:28:32.150416+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 170 B/s rd, 11 KiB/s wr, 0 op/s 2024-03-30T04:28:33.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:32 smithi117 bash[18692]: audit 2024-03-30T04:28:31.884072+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:33.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:32 smithi117 bash[18692]: cephadm 2024-03-30T04:28:31.885227+0000 mgr.y (mgr.14152) 142 : cephadm [INF] Detected new or changed devices on smithi111 2024-03-30T04:28:33.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:32 smithi117 bash[18692]: audit 2024-03-30T04:28:31.889497+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:33.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:32 smithi117 bash[18692]: cluster 2024-03-30T04:28:32.150416+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 170 B/s rd, 11 KiB/s wr, 0 op/s 2024-03-30T04:28:34.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:33 smithi111 bash[18552]: audit 2024-03-30T04:28:33.467505+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-30T04:28:34.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:33 smithi111 bash[18552]: audit 2024-03-30T04:28:33.469315+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:34.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:33 smithi111 bash[18552]: cephadm 2024-03-30T04:28:33.470767+0000 mgr.y (mgr.14152) 144 : cephadm [INF] Deploying daemon osd.3 on smithi111 2024-03-30T04:28:34.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:33 smithi111 bash[24005]: audit 2024-03-30T04:28:33.467505+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-30T04:28:34.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:33 smithi111 bash[24005]: audit 2024-03-30T04:28:33.469315+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:34.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:33 smithi111 bash[24005]: cephadm 2024-03-30T04:28:33.470767+0000 mgr.y (mgr.14152) 144 : cephadm [INF] Deploying daemon osd.3 on smithi111 2024-03-30T04:28:34.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:33 smithi117 bash[18692]: audit 2024-03-30T04:28:33.467505+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-30T04:28:34.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:33 smithi117 bash[18692]: audit 2024-03-30T04:28:33.469315+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:34.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:33 smithi117 bash[18692]: cephadm 2024-03-30T04:28:33.470767+0000 mgr.y (mgr.14152) 144 : cephadm [INF] Deploying daemon osd.3 on smithi111 2024-03-30T04:28:35.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:34 smithi111 bash[24005]: cluster 2024-03-30T04:28:34.150885+0000 mgr.y (mgr.14152) 145 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:28:35.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:34 smithi111 bash[18552]: cluster 2024-03-30T04:28:34.150885+0000 mgr.y (mgr.14152) 145 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:28:35.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:34 smithi117 bash[18692]: cluster 2024-03-30T04:28:34.150885+0000 mgr.y (mgr.14152) 145 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:28:37.522 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:28:37 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:28:37.523 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:28:37 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:28:37.523 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:37 smithi111 bash[18552]: cluster 2024-03-30T04:28:36.151272+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:28:37.523 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:37 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:28:37.523 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:37 smithi111 bash[24005]: cluster 2024-03-30T04:28:36.151272+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:28:37.524 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:37 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:28:37.524 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:28:37 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:28:37.524 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:28:37 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:28:37.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:37 smithi117 bash[18692]: cluster 2024-03-30T04:28:36.151272+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:28:37.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:37 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:28:37.871 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:28:37 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:28:37.871 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:28:37 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:28:37.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:37 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:28:37.871 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:28:37 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:28:37.872 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:28:37 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:28:39.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:38 smithi111 bash[24005]: audit 2024-03-30T04:28:37.673356+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:39.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:38 smithi111 bash[24005]: audit 2024-03-30T04:28:37.679133+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:39.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:38 smithi111 bash[24005]: audit 2024-03-30T04:28:37.680223+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:39.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:38 smithi111 bash[24005]: audit 2024-03-30T04:28:37.680889+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:39.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:38 smithi111 bash[24005]: audit 2024-03-30T04:28:37.686319+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:39.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:38 smithi111 bash[18552]: audit 2024-03-30T04:28:37.673356+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:39.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:38 smithi111 bash[18552]: audit 2024-03-30T04:28:37.679133+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:39.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:38 smithi111 bash[18552]: audit 2024-03-30T04:28:37.680223+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:39.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:38 smithi111 bash[18552]: audit 2024-03-30T04:28:37.680889+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:39.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:38 smithi111 bash[18552]: audit 2024-03-30T04:28:37.686319+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:39.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:38 smithi117 bash[18692]: audit 2024-03-30T04:28:37.673356+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:39.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:38 smithi117 bash[18692]: audit 2024-03-30T04:28:37.679133+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:39.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:38 smithi117 bash[18692]: audit 2024-03-30T04:28:37.680223+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:39.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:38 smithi117 bash[18692]: audit 2024-03-30T04:28:37.680889+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:39.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:38 smithi117 bash[18692]: audit 2024-03-30T04:28:37.686319+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:40.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:39 smithi111 bash[18552]: cluster 2024-03-30T04:28:38.151755+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:28:40.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:39 smithi111 bash[24005]: cluster 2024-03-30T04:28:38.151755+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:28:40.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:39 smithi117 bash[18692]: cluster 2024-03-30T04:28:38.151755+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:28:41.967 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:41 smithi111 bash[18552]: cluster 2024-03-30T04:28:40.152230+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:28:41.967 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:41 smithi111 bash[24005]: cluster 2024-03-30T04:28:40.152230+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:28:42.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:41 smithi117 bash[18692]: cluster 2024-03-30T04:28:40.152230+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:28:43.906 INFO:teuthology.orchestra.run.smithi111.stdout:Created osd(s) 3 on host 'smithi111' 2024-03-30T04:28:43.956 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:43 smithi111 bash[24005]: cluster 2024-03-30T04:28:42.152763+0000 mgr.y (mgr.14152) 149 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:28:43.956 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:43 smithi111 bash[18552]: cluster 2024-03-30T04:28:42.152763+0000 mgr.y (mgr.14152) 149 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:28:44.120 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:43 smithi117 bash[18692]: cluster 2024-03-30T04:28:42.152763+0000 mgr.y (mgr.14152) 149 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:28:44.586 DEBUG:teuthology.orchestra.run.smithi111:osd.3> sudo journalctl -f -n 0 -u ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@osd.3.service 2024-03-30T04:28:44.589 INFO:tasks.cephadm:Deploying osd.4 on smithi117 with /dev/vg_nvme/lv_4... 2024-03-30T04:28:44.589 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-30T04:28:44.871 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:28:44 smithi111 bash[37084]: debug 2024-03-30T04:28:44.708+0000 7f7ebd6ed3c0 -1 osd.3 0 log_to_monitors true 2024-03-30T04:28:45.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:44 smithi111 bash[18552]: audit 2024-03-30T04:28:43.906719+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:45.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:44 smithi111 bash[18552]: audit 2024-03-30T04:28:43.917348+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:45.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:44 smithi111 bash[18552]: audit 2024-03-30T04:28:43.919109+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:45.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:44 smithi111 bash[18552]: audit 2024-03-30T04:28:43.920197+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:45.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:44 smithi111 bash[18552]: audit 2024-03-30T04:28:43.922824+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:28:45.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:44 smithi111 bash[18552]: audit 2024-03-30T04:28:43.924066+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:28:45.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:44 smithi111 bash[18552]: audit 2024-03-30T04:28:43.925190+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:28:45.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:44 smithi111 bash[18552]: audit 2024-03-30T04:28:43.926588+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:28:45.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:44 smithi111 bash[18552]: cephadm 2024-03-30T04:28:43.927778+0000 mgr.y (mgr.14152) 150 : cephadm [INF] Adjusting osd_memory_target on smithi111 to 3804M 2024-03-30T04:28:45.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:44 smithi111 bash[18552]: audit 2024-03-30T04:28:43.935804+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:45.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:44 smithi111 bash[18552]: audit 2024-03-30T04:28:43.942746+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:45.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:44 smithi111 bash[18552]: cluster 2024-03-30T04:28:44.153438+0000 mgr.y (mgr.14152) 151 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:28:45.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:44 smithi111 bash[18552]: audit 2024-03-30T04:28:44.716771+0000 mon.a (mon.0) 487 : audit [INF] from='osd.3 [v2:172.21.15.111:6826/2925353760,v1:172.21.15.111:6827/2925353760]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-30T04:28:45.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:44 smithi111 bash[24005]: audit 2024-03-30T04:28:43.906719+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:45.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:44 smithi111 bash[24005]: audit 2024-03-30T04:28:43.917348+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:45.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:44 smithi111 bash[24005]: audit 2024-03-30T04:28:43.919109+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:45.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:44 smithi111 bash[24005]: audit 2024-03-30T04:28:43.920197+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:45.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:44 smithi111 bash[24005]: audit 2024-03-30T04:28:43.922824+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:28:45.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:44 smithi111 bash[24005]: audit 2024-03-30T04:28:43.924066+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:28:45.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:44 smithi111 bash[24005]: audit 2024-03-30T04:28:43.925190+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:28:45.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:44 smithi111 bash[24005]: audit 2024-03-30T04:28:43.926588+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:28:45.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:44 smithi111 bash[24005]: cephadm 2024-03-30T04:28:43.927778+0000 mgr.y (mgr.14152) 150 : cephadm [INF] Adjusting osd_memory_target on smithi111 to 3804M 2024-03-30T04:28:45.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:44 smithi111 bash[24005]: audit 2024-03-30T04:28:43.935804+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:45.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:44 smithi111 bash[24005]: audit 2024-03-30T04:28:43.942746+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:45.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:44 smithi111 bash[24005]: cluster 2024-03-30T04:28:44.153438+0000 mgr.y (mgr.14152) 151 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:28:45.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:44 smithi111 bash[24005]: audit 2024-03-30T04:28:44.716771+0000 mon.a (mon.0) 487 : audit [INF] from='osd.3 [v2:172.21.15.111:6826/2925353760,v1:172.21.15.111:6827/2925353760]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-30T04:28:45.198 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:44 smithi117 bash[18692]: audit 2024-03-30T04:28:43.906719+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:45.199 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:44 smithi117 bash[18692]: audit 2024-03-30T04:28:43.917348+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:45.199 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:44 smithi117 bash[18692]: audit 2024-03-30T04:28:43.919109+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:45.199 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:44 smithi117 bash[18692]: audit 2024-03-30T04:28:43.920197+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:45.199 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:44 smithi117 bash[18692]: audit 2024-03-30T04:28:43.922824+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:28:45.199 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:44 smithi117 bash[18692]: audit 2024-03-30T04:28:43.924066+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:28:45.199 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:44 smithi117 bash[18692]: audit 2024-03-30T04:28:43.925190+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:28:45.199 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:44 smithi117 bash[18692]: audit 2024-03-30T04:28:43.926588+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:28:45.199 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:44 smithi117 bash[18692]: cephadm 2024-03-30T04:28:43.927778+0000 mgr.y (mgr.14152) 150 : cephadm [INF] Adjusting osd_memory_target on smithi111 to 3804M 2024-03-30T04:28:45.199 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:44 smithi117 bash[18692]: audit 2024-03-30T04:28:43.935804+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:45.199 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:44 smithi117 bash[18692]: audit 2024-03-30T04:28:43.942746+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:45.199 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:44 smithi117 bash[18692]: cluster 2024-03-30T04:28:44.153438+0000 mgr.y (mgr.14152) 151 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:28:45.200 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:44 smithi117 bash[18692]: audit 2024-03-30T04:28:44.716771+0000 mon.a (mon.0) 487 : audit [INF] from='osd.3 [v2:172.21.15.111:6826/2925353760,v1:172.21.15.111:6827/2925353760]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-30T04:28:45.620 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:28:45 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:28:45] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:28:46.256 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:45 smithi117 bash[18692]: audit 2024-03-30T04:28:44.948954+0000 mon.a (mon.0) 488 : audit [INF] from='osd.3 [v2:172.21.15.111:6826/2925353760,v1:172.21.15.111:6827/2925353760]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-30T04:28:46.256 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:45 smithi117 bash[18692]: cluster 2024-03-30T04:28:44.949122+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-03-30T04:28:46.256 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:45 smithi117 bash[18692]: audit 2024-03-30T04:28:44.949897+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:28:46.256 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:45 smithi117 bash[18692]: audit 2024-03-30T04:28:44.951026+0000 mon.a (mon.0) 491 : audit [INF] from='osd.3 [v2:172.21.15.111:6826/2925353760,v1:172.21.15.111:6827/2925353760]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2024-03-30T04:28:46.256 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:45 smithi117 bash[18692]: audit 2024-03-30T04:28:45.188972+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:46.256 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:45 smithi117 bash[18692]: audit 2024-03-30T04:28:45.199077+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:46.276 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:45 smithi111 bash[18552]: audit 2024-03-30T04:28:44.948954+0000 mon.a (mon.0) 488 : audit [INF] from='osd.3 [v2:172.21.15.111:6826/2925353760,v1:172.21.15.111:6827/2925353760]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-30T04:28:46.277 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:45 smithi111 bash[18552]: cluster 2024-03-30T04:28:44.949122+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-03-30T04:28:46.277 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:45 smithi111 bash[18552]: audit 2024-03-30T04:28:44.949897+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:28:46.277 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:45 smithi111 bash[18552]: audit 2024-03-30T04:28:44.951026+0000 mon.a (mon.0) 491 : audit [INF] from='osd.3 [v2:172.21.15.111:6826/2925353760,v1:172.21.15.111:6827/2925353760]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2024-03-30T04:28:46.277 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:45 smithi111 bash[18552]: audit 2024-03-30T04:28:45.188972+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:46.277 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:45 smithi111 bash[18552]: audit 2024-03-30T04:28:45.199077+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:46.277 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:45 smithi111 bash[24005]: audit 2024-03-30T04:28:44.948954+0000 mon.a (mon.0) 488 : audit [INF] from='osd.3 [v2:172.21.15.111:6826/2925353760,v1:172.21.15.111:6827/2925353760]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-30T04:28:46.277 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:45 smithi111 bash[24005]: cluster 2024-03-30T04:28:44.949122+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-03-30T04:28:46.277 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:45 smithi111 bash[24005]: audit 2024-03-30T04:28:44.949897+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:28:46.277 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:45 smithi111 bash[24005]: audit 2024-03-30T04:28:44.951026+0000 mon.a (mon.0) 491 : audit [INF] from='osd.3 [v2:172.21.15.111:6826/2925353760,v1:172.21.15.111:6827/2925353760]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2024-03-30T04:28:46.278 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:45 smithi111 bash[24005]: audit 2024-03-30T04:28:45.188972+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:46.278 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:45 smithi111 bash[24005]: audit 2024-03-30T04:28:45.199077+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:46.278 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:28:45 smithi111 bash[37084]: debug 2024-03-30T04:28:45.956+0000 7f7eb40f0700 -1 osd.3 0 waiting for initial osdmap 2024-03-30T04:28:46.278 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:28:45 smithi111 bash[37084]: debug 2024-03-30T04:28:45.964+0000 7f7eaf288700 -1 osd.3 25 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:28:47.216 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:46 smithi111 bash[18552]: audit 2024-03-30T04:28:45.950793+0000 mon.a (mon.0) 494 : audit [INF] from='osd.3 [v2:172.21.15.111:6826/2925353760,v1:172.21.15.111:6827/2925353760]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]': finished 2024-03-30T04:28:47.217 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:46 smithi111 bash[18552]: cluster 2024-03-30T04:28:45.951015+0000 mon.a (mon.0) 495 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-03-30T04:28:47.217 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:46 smithi111 bash[18552]: audit 2024-03-30T04:28:45.951673+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:28:47.217 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:46 smithi111 bash[18552]: audit 2024-03-30T04:28:45.961478+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:28:47.217 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:46 smithi111 bash[18552]: cluster 2024-03-30T04:28:46.153985+0000 mgr.y (mgr.14152) 152 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:28:47.217 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:46 smithi111 bash[24005]: audit 2024-03-30T04:28:45.950793+0000 mon.a (mon.0) 494 : audit [INF] from='osd.3 [v2:172.21.15.111:6826/2925353760,v1:172.21.15.111:6827/2925353760]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]': finished 2024-03-30T04:28:47.217 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:46 smithi111 bash[24005]: cluster 2024-03-30T04:28:45.951015+0000 mon.a (mon.0) 495 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-03-30T04:28:47.217 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:46 smithi111 bash[24005]: audit 2024-03-30T04:28:45.951673+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:28:47.217 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:46 smithi111 bash[24005]: audit 2024-03-30T04:28:45.961478+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:28:47.217 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:46 smithi111 bash[24005]: cluster 2024-03-30T04:28:46.153985+0000 mgr.y (mgr.14152) 152 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:28:47.267 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:46 smithi117 bash[18692]: audit 2024-03-30T04:28:45.950793+0000 mon.a (mon.0) 494 : audit [INF] from='osd.3 [v2:172.21.15.111:6826/2925353760,v1:172.21.15.111:6827/2925353760]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]': finished 2024-03-30T04:28:47.267 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:46 smithi117 bash[18692]: cluster 2024-03-30T04:28:45.951015+0000 mon.a (mon.0) 495 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-03-30T04:28:47.267 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:46 smithi117 bash[18692]: audit 2024-03-30T04:28:45.951673+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:28:47.267 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:46 smithi117 bash[18692]: audit 2024-03-30T04:28:45.961478+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:28:47.267 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:46 smithi117 bash[18692]: cluster 2024-03-30T04:28:46.153985+0000 mgr.y (mgr.14152) 152 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:28:48.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:47 smithi117 bash[18692]: cluster 2024-03-30T04:28:45.668721+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:28:48.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:47 smithi117 bash[18692]: cluster 2024-03-30T04:28:45.668862+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:28:48.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:47 smithi117 bash[18692]: audit 2024-03-30T04:28:46.963511+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:28:48.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:47 smithi117 bash[18692]: cluster 2024-03-30T04:28:46.970588+0000 mon.a (mon.0) 499 : cluster [INF] osd.3 [v2:172.21.15.111:6826/2925353760,v1:172.21.15.111:6827/2925353760] boot 2024-03-30T04:28:48.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:47 smithi117 bash[18692]: cluster 2024-03-30T04:28:46.970684+0000 mon.a (mon.0) 500 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-03-30T04:28:48.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:47 smithi117 bash[18692]: audit 2024-03-30T04:28:46.971412+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:28:48.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:47 smithi111 bash[24005]: cluster 2024-03-30T04:28:45.668721+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:28:48.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:47 smithi111 bash[24005]: cluster 2024-03-30T04:28:45.668862+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:28:48.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:47 smithi111 bash[24005]: audit 2024-03-30T04:28:46.963511+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:28:48.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:47 smithi111 bash[24005]: cluster 2024-03-30T04:28:46.970588+0000 mon.a (mon.0) 499 : cluster [INF] osd.3 [v2:172.21.15.111:6826/2925353760,v1:172.21.15.111:6827/2925353760] boot 2024-03-30T04:28:48.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:47 smithi111 bash[24005]: cluster 2024-03-30T04:28:46.970684+0000 mon.a (mon.0) 500 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-03-30T04:28:48.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:47 smithi111 bash[24005]: audit 2024-03-30T04:28:46.971412+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:28:48.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:47 smithi111 bash[18552]: cluster 2024-03-30T04:28:45.668721+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:28:48.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:47 smithi111 bash[18552]: cluster 2024-03-30T04:28:45.668862+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:28:48.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:47 smithi111 bash[18552]: audit 2024-03-30T04:28:46.963511+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:28:48.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:47 smithi111 bash[18552]: cluster 2024-03-30T04:28:46.970588+0000 mon.a (mon.0) 499 : cluster [INF] osd.3 [v2:172.21.15.111:6826/2925353760,v1:172.21.15.111:6827/2925353760] boot 2024-03-30T04:28:48.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:47 smithi111 bash[18552]: cluster 2024-03-30T04:28:46.970684+0000 mon.a (mon.0) 500 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-03-30T04:28:48.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:47 smithi111 bash[18552]: audit 2024-03-30T04:28:46.971412+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:28:48.873 INFO:teuthology.orchestra.run.smithi117.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-30T04:28:48.873 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-30T04:28:48.874 INFO:teuthology.orchestra.run.smithi117.stderr: stderr: 10+0 records in 2024-03-30T04:28:48.874 INFO:teuthology.orchestra.run.smithi117.stderr:10+0 records out 2024-03-30T04:28:48.874 INFO:teuthology.orchestra.run.smithi117.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0128544 s, 816 MB/s 2024-03-30T04:28:48.874 INFO:teuthology.orchestra.run.smithi117.stderr:--> Zapping successful for: 2024-03-30T04:28:49.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:48 smithi111 bash[18552]: cluster 2024-03-30T04:28:47.972328+0000 mon.a (mon.0) 502 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-03-30T04:28:49.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:48 smithi111 bash[18552]: cluster 2024-03-30T04:28:48.154531+0000 mgr.y (mgr.14152) 153 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:28:49.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:48 smithi111 bash[24005]: cluster 2024-03-30T04:28:47.972328+0000 mon.a (mon.0) 502 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-03-30T04:28:49.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:48 smithi111 bash[24005]: cluster 2024-03-30T04:28:48.154531+0000 mgr.y (mgr.14152) 153 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:28:49.237 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:48 smithi117 bash[18692]: cluster 2024-03-30T04:28:47.972328+0000 mon.a (mon.0) 502 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-03-30T04:28:49.237 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:48 smithi117 bash[18692]: cluster 2024-03-30T04:28:48.154531+0000 mgr.y (mgr.14152) 153 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:28:49.847 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch daemon add osd smithi117:vg_nvme/lv_4 2024-03-30T04:28:51.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:51 smithi117 bash[18692]: cluster 2024-03-30T04:28:50.154949+0000 mgr.y (mgr.14152) 154 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:28:51.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:51 smithi111 bash[18552]: cluster 2024-03-30T04:28:50.154949+0000 mgr.y (mgr.14152) 154 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:28:51.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:51 smithi111 bash[24005]: cluster 2024-03-30T04:28:50.154949+0000 mgr.y (mgr.14152) 154 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:28:52.370 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:28:52 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:28:52] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:28:53.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:53 smithi111 bash[18552]: audit 2024-03-30T04:28:52.042166+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:53.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:53 smithi111 bash[18552]: audit 2024-03-30T04:28:52.053072+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:53.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:53 smithi111 bash[18552]: audit 2024-03-30T04:28:52.078924+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:53.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:53 smithi111 bash[18552]: audit 2024-03-30T04:28:52.081759+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:53.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:53 smithi111 bash[18552]: audit 2024-03-30T04:28:52.083651+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:53.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:53 smithi111 bash[18552]: cluster 2024-03-30T04:28:52.088217+0000 mgr.y (mgr.14152) 155 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:28:53.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:53 smithi111 bash[18552]: audit 2024-03-30T04:28:52.096537+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:53.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:53 smithi111 bash[18552]: audit 2024-03-30T04:28:52.466019+0000 mgr.y (mgr.14152) 156 : audit [DBG] from='client.24200 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi117:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:28:53.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:53 smithi111 bash[18552]: audit 2024-03-30T04:28:52.472859+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:28:53.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:53 smithi111 bash[18552]: audit 2024-03-30T04:28:52.479498+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:28:53.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:53 smithi111 bash[18552]: audit 2024-03-30T04:28:52.481281+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:53.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:53 smithi111 bash[24005]: audit 2024-03-30T04:28:52.042166+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:53.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:53 smithi111 bash[24005]: audit 2024-03-30T04:28:52.053072+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:53.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:53 smithi111 bash[24005]: audit 2024-03-30T04:28:52.078924+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:53.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:53 smithi111 bash[24005]: audit 2024-03-30T04:28:52.081759+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:53.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:53 smithi111 bash[24005]: audit 2024-03-30T04:28:52.083651+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:53.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:53 smithi111 bash[24005]: cluster 2024-03-30T04:28:52.088217+0000 mgr.y (mgr.14152) 155 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:28:53.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:53 smithi111 bash[24005]: audit 2024-03-30T04:28:52.096537+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:53.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:53 smithi111 bash[24005]: audit 2024-03-30T04:28:52.466019+0000 mgr.y (mgr.14152) 156 : audit [DBG] from='client.24200 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi117:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:28:53.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:53 smithi111 bash[24005]: audit 2024-03-30T04:28:52.472859+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:28:53.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:53 smithi111 bash[24005]: audit 2024-03-30T04:28:52.479498+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:28:53.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:53 smithi111 bash[24005]: audit 2024-03-30T04:28:52.481281+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:53.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:53 smithi117 bash[18692]: audit 2024-03-30T04:28:52.042166+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:53.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:53 smithi117 bash[18692]: audit 2024-03-30T04:28:52.053072+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:53.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:53 smithi117 bash[18692]: audit 2024-03-30T04:28:52.078924+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:53.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:53 smithi117 bash[18692]: audit 2024-03-30T04:28:52.081759+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:53.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:53 smithi117 bash[18692]: audit 2024-03-30T04:28:52.083651+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:53.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:53 smithi117 bash[18692]: cluster 2024-03-30T04:28:52.088217+0000 mgr.y (mgr.14152) 155 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:28:53.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:53 smithi117 bash[18692]: audit 2024-03-30T04:28:52.096537+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:53.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:53 smithi117 bash[18692]: audit 2024-03-30T04:28:52.466019+0000 mgr.y (mgr.14152) 156 : audit [DBG] from='client.24200 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi117:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:28:53.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:53 smithi117 bash[18692]: audit 2024-03-30T04:28:52.472859+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:28:53.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:53 smithi117 bash[18692]: audit 2024-03-30T04:28:52.479498+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:28:53.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:53 smithi117 bash[18692]: audit 2024-03-30T04:28:52.481281+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:54.370 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:28:54 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:28:54] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:28:54.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:54 smithi111 bash[18552]: cluster 2024-03-30T04:28:53.049260+0000 mon.a (mon.0) 512 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-30T04:28:54.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:54 smithi111 bash[24005]: cluster 2024-03-30T04:28:53.049260+0000 mon.a (mon.0) 512 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-30T04:28:54.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:54 smithi117 bash[18692]: cluster 2024-03-30T04:28:53.049260+0000 mon.a (mon.0) 512 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-30T04:28:55.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:55 smithi111 bash[18552]: cluster 2024-03-30T04:28:54.088745+0000 mgr.y (mgr.14152) 157 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:28:55.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:55 smithi111 bash[18552]: audit 2024-03-30T04:28:54.276853+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:55.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:55 smithi111 bash[18552]: audit 2024-03-30T04:28:54.281591+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:55.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:55 smithi111 bash[18552]: audit 2024-03-30T04:28:54.327720+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:55.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:55 smithi111 bash[18552]: audit 2024-03-30T04:28:54.330050+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:55.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:55 smithi111 bash[18552]: audit 2024-03-30T04:28:54.331325+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:55.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:55 smithi111 bash[18552]: cluster 2024-03-30T04:28:54.334643+0000 mgr.y (mgr.14152) 158 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:28:55.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:55 smithi111 bash[18552]: audit 2024-03-30T04:28:54.339466+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:55.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:55 smithi111 bash[18552]: cluster 2024-03-30T04:28:55.041581+0000 mon.a (mon.0) 519 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-30T04:28:55.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:55 smithi111 bash[18552]: cluster 2024-03-30T04:28:55.041657+0000 mon.a (mon.0) 520 : cluster [INF] Cluster is now healthy 2024-03-30T04:28:55.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:55 smithi111 bash[24005]: cluster 2024-03-30T04:28:54.088745+0000 mgr.y (mgr.14152) 157 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:28:55.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:55 smithi111 bash[24005]: audit 2024-03-30T04:28:54.276853+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:55.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:55 smithi111 bash[24005]: audit 2024-03-30T04:28:54.281591+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:55.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:55 smithi111 bash[24005]: audit 2024-03-30T04:28:54.327720+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:55.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:55 smithi111 bash[24005]: audit 2024-03-30T04:28:54.330050+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:55.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:55 smithi111 bash[24005]: audit 2024-03-30T04:28:54.331325+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:55.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:55 smithi111 bash[24005]: cluster 2024-03-30T04:28:54.334643+0000 mgr.y (mgr.14152) 158 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:28:55.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:55 smithi111 bash[24005]: audit 2024-03-30T04:28:54.339466+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:55.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:55 smithi111 bash[24005]: cluster 2024-03-30T04:28:55.041581+0000 mon.a (mon.0) 519 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-30T04:28:55.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:55 smithi111 bash[24005]: cluster 2024-03-30T04:28:55.041657+0000 mon.a (mon.0) 520 : cluster [INF] Cluster is now healthy 2024-03-30T04:28:55.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:55 smithi117 bash[18692]: cluster 2024-03-30T04:28:54.088745+0000 mgr.y (mgr.14152) 157 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:28:55.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:55 smithi117 bash[18692]: audit 2024-03-30T04:28:54.276853+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:55.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:55 smithi117 bash[18692]: audit 2024-03-30T04:28:54.281591+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:55.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:55 smithi117 bash[18692]: audit 2024-03-30T04:28:54.327720+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:55.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:55 smithi117 bash[18692]: audit 2024-03-30T04:28:54.330050+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:55.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:55 smithi117 bash[18692]: audit 2024-03-30T04:28:54.331325+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:55.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:55 smithi117 bash[18692]: cluster 2024-03-30T04:28:54.334643+0000 mgr.y (mgr.14152) 158 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:28:55.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:55 smithi117 bash[18692]: audit 2024-03-30T04:28:54.339466+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:28:55.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:55 smithi117 bash[18692]: cluster 2024-03-30T04:28:55.041581+0000 mon.a (mon.0) 519 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-30T04:28:55.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:55 smithi117 bash[18692]: cluster 2024-03-30T04:28:55.041657+0000 mon.a (mon.0) 520 : cluster [INF] Cluster is now healthy 2024-03-30T04:28:57.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:57 smithi117 bash[18692]: cluster 2024-03-30T04:28:56.335168+0000 mgr.y (mgr.14152) 159 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:28:57.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:57 smithi111 bash[18552]: cluster 2024-03-30T04:28:56.335168+0000 mgr.y (mgr.14152) 159 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:28:57.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:57 smithi111 bash[24005]: cluster 2024-03-30T04:28:56.335168+0000 mgr.y (mgr.14152) 159 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:28:58.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:58 smithi111 bash[18552]: audit 2024-03-30T04:28:58.200012+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.117:0/4108005334' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "02907e65-99c9-4acf-94ee-93294148f51c"}]: dispatch 2024-03-30T04:28:58.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:58 smithi111 bash[18552]: audit 2024-03-30T04:28:58.201030+0000 mon.a (mon.0) 521 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "02907e65-99c9-4acf-94ee-93294148f51c"}]: dispatch 2024-03-30T04:28:58.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:58 smithi111 bash[18552]: audit 2024-03-30T04:28:58.211794+0000 mon.a (mon.0) 522 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "02907e65-99c9-4acf-94ee-93294148f51c"}]': finished 2024-03-30T04:28:58.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:58 smithi111 bash[18552]: cluster 2024-03-30T04:28:58.212027+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-03-30T04:28:58.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:58 smithi111 bash[18552]: audit 2024-03-30T04:28:58.212334+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:28:58.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:58 smithi111 bash[24005]: audit 2024-03-30T04:28:58.200012+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.117:0/4108005334' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "02907e65-99c9-4acf-94ee-93294148f51c"}]: dispatch 2024-03-30T04:28:58.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:58 smithi111 bash[24005]: audit 2024-03-30T04:28:58.201030+0000 mon.a (mon.0) 521 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "02907e65-99c9-4acf-94ee-93294148f51c"}]: dispatch 2024-03-30T04:28:58.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:58 smithi111 bash[24005]: audit 2024-03-30T04:28:58.211794+0000 mon.a (mon.0) 522 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "02907e65-99c9-4acf-94ee-93294148f51c"}]': finished 2024-03-30T04:28:58.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:58 smithi111 bash[24005]: cluster 2024-03-30T04:28:58.212027+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-03-30T04:28:58.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:58 smithi111 bash[24005]: audit 2024-03-30T04:28:58.212334+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:28:58.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:58 smithi117 bash[18692]: audit 2024-03-30T04:28:58.200012+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.117:0/4108005334' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "02907e65-99c9-4acf-94ee-93294148f51c"}]: dispatch 2024-03-30T04:28:58.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:58 smithi117 bash[18692]: audit 2024-03-30T04:28:58.201030+0000 mon.a (mon.0) 521 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "02907e65-99c9-4acf-94ee-93294148f51c"}]: dispatch 2024-03-30T04:28:58.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:58 smithi117 bash[18692]: audit 2024-03-30T04:28:58.211794+0000 mon.a (mon.0) 522 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "02907e65-99c9-4acf-94ee-93294148f51c"}]': finished 2024-03-30T04:28:58.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:58 smithi117 bash[18692]: cluster 2024-03-30T04:28:58.212027+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-03-30T04:28:58.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:58 smithi117 bash[18692]: audit 2024-03-30T04:28:58.212334+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:28:59.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:59 smithi111 bash[18552]: cluster 2024-03-30T04:28:58.335707+0000 mgr.y (mgr.14152) 160 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:28:59.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:28:59 smithi111 bash[18552]: audit 2024-03-30T04:28:58.840502+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.117:0/3658865029' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:28:59.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:59 smithi111 bash[24005]: cluster 2024-03-30T04:28:58.335707+0000 mgr.y (mgr.14152) 160 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:28:59.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:28:59 smithi111 bash[24005]: audit 2024-03-30T04:28:58.840502+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.117:0/3658865029' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:28:59.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:59 smithi117 bash[18692]: cluster 2024-03-30T04:28:58.335707+0000 mgr.y (mgr.14152) 160 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:28:59.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:28:59 smithi117 bash[18692]: audit 2024-03-30T04:28:58.840502+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.117:0/3658865029' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:29:01.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:01 smithi111 bash[24005]: cluster 2024-03-30T04:29:00.336282+0000 mgr.y (mgr.14152) 161 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:29:01.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:01 smithi111 bash[18552]: cluster 2024-03-30T04:29:00.336282+0000 mgr.y (mgr.14152) 161 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:29:01.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:01 smithi117 bash[18692]: cluster 2024-03-30T04:29:00.336282+0000 mgr.y (mgr.14152) 161 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:29:03.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:03 smithi111 bash[18552]: cluster 2024-03-30T04:29:02.336791+0000 mgr.y (mgr.14152) 162 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:29:03.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:03 smithi111 bash[24005]: cluster 2024-03-30T04:29:02.336791+0000 mgr.y (mgr.14152) 162 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:29:03.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:03 smithi117 bash[18692]: cluster 2024-03-30T04:29:02.336791+0000 mgr.y (mgr.14152) 162 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:29:05.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:05 smithi117 bash[18692]: cluster 2024-03-30T04:29:04.337323+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:29:05.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:05 smithi117 bash[18692]: audit 2024-03-30T04:29:05.365270+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:05.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:05 smithi117 bash[18692]: audit 2024-03-30T04:29:05.373704+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:05.870 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:29:05 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:29:05] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:29:05.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:05 smithi111 bash[24005]: cluster 2024-03-30T04:29:04.337323+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:29:05.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:05 smithi111 bash[24005]: audit 2024-03-30T04:29:05.365270+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:05.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:05 smithi111 bash[24005]: audit 2024-03-30T04:29:05.373704+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:05.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:05 smithi111 bash[18552]: cluster 2024-03-30T04:29:04.337323+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:29:05.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:05 smithi111 bash[18552]: audit 2024-03-30T04:29:05.365270+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:05.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:05 smithi111 bash[18552]: audit 2024-03-30T04:29:05.373704+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:07.491 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:07 smithi117 bash[18692]: cluster 2024-03-30T04:29:06.337908+0000 mgr.y (mgr.14152) 164 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:29:07.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:07 smithi111 bash[24005]: cluster 2024-03-30T04:29:06.337908+0000 mgr.y (mgr.14152) 164 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:29:07.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:07 smithi111 bash[18552]: cluster 2024-03-30T04:29:06.337908+0000 mgr.y (mgr.14152) 164 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:29:09.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:09 smithi117 bash[18692]: cluster 2024-03-30T04:29:08.338352+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:29:09.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:09 smithi117 bash[18692]: audit 2024-03-30T04:29:08.421666+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-30T04:29:09.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:09 smithi117 bash[18692]: audit 2024-03-30T04:29:08.422564+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:09.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:09 smithi117 bash[18692]: cephadm 2024-03-30T04:29:08.423317+0000 mgr.y (mgr.14152) 166 : cephadm [INF] Deploying daemon osd.4 on smithi117 2024-03-30T04:29:09.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:09 smithi111 bash[24005]: cluster 2024-03-30T04:29:08.338352+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:29:09.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:09 smithi111 bash[24005]: audit 2024-03-30T04:29:08.421666+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-30T04:29:09.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:09 smithi111 bash[24005]: audit 2024-03-30T04:29:08.422564+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:09.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:09 smithi111 bash[24005]: cephadm 2024-03-30T04:29:08.423317+0000 mgr.y (mgr.14152) 166 : cephadm [INF] Deploying daemon osd.4 on smithi117 2024-03-30T04:29:09.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:09 smithi111 bash[18552]: cluster 2024-03-30T04:29:08.338352+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:29:09.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:09 smithi111 bash[18552]: audit 2024-03-30T04:29:08.421666+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-30T04:29:09.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:09 smithi111 bash[18552]: audit 2024-03-30T04:29:08.422564+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:09.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:09 smithi111 bash[18552]: cephadm 2024-03-30T04:29:08.423317+0000 mgr.y (mgr.14152) 166 : cephadm [INF] Deploying daemon osd.4 on smithi117 2024-03-30T04:29:11.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:11 smithi111 bash[18552]: cluster 2024-03-30T04:29:10.338890+0000 mgr.y (mgr.14152) 167 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:29:11.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:11 smithi111 bash[24005]: cluster 2024-03-30T04:29:10.338890+0000 mgr.y (mgr.14152) 167 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:29:11.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:11 smithi117 bash[18692]: cluster 2024-03-30T04:29:10.338890+0000 mgr.y (mgr.14152) 167 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:29:12.120 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:29:11 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:29:11] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:29:13.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:12 smithi117 bash[18692]: audit 2024-03-30T04:29:11.932834+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:13.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:12 smithi117 bash[18692]: audit 2024-03-30T04:29:11.939233+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:13.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:12 smithi117 bash[18692]: cluster 2024-03-30T04:29:12.339451+0000 mgr.y (mgr.14152) 168 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:29:13.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:12 smithi111 bash[18552]: audit 2024-03-30T04:29:11.932834+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:13.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:12 smithi111 bash[18552]: audit 2024-03-30T04:29:11.939233+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:13.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:12 smithi111 bash[18552]: cluster 2024-03-30T04:29:12.339451+0000 mgr.y (mgr.14152) 168 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:29:13.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:12 smithi111 bash[24005]: audit 2024-03-30T04:29:11.932834+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:13.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:12 smithi111 bash[24005]: audit 2024-03-30T04:29:11.939233+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:13.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:12 smithi111 bash[24005]: cluster 2024-03-30T04:29:12.339451+0000 mgr.y (mgr.14152) 168 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:29:14.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:14 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:14.640 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:29:14 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:14.966 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:14 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:14.966 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:29:14 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:16.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:15 smithi111 bash[24005]: cluster 2024-03-30T04:29:14.340002+0000 mgr.y (mgr.14152) 169 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:29:16.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:15 smithi111 bash[24005]: audit 2024-03-30T04:29:14.813916+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:16.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:15 smithi111 bash[24005]: audit 2024-03-30T04:29:14.815412+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:16.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:15 smithi111 bash[24005]: audit 2024-03-30T04:29:14.819152+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:16.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:15 smithi111 bash[24005]: audit 2024-03-30T04:29:14.821779+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:16.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:15 smithi111 bash[24005]: audit 2024-03-30T04:29:14.836663+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:16.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:15 smithi111 bash[24005]: audit 2024-03-30T04:29:14.975621+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:29:16.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:15 smithi111 bash[24005]: audit 2024-03-30T04:29:14.977967+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:29:16.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:15 smithi111 bash[18552]: cluster 2024-03-30T04:29:14.340002+0000 mgr.y (mgr.14152) 169 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:29:16.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:15 smithi111 bash[18552]: audit 2024-03-30T04:29:14.813916+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:16.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:15 smithi111 bash[18552]: audit 2024-03-30T04:29:14.815412+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:16.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:15 smithi111 bash[18552]: audit 2024-03-30T04:29:14.819152+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:16.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:15 smithi111 bash[18552]: audit 2024-03-30T04:29:14.821779+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:16.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:15 smithi111 bash[18552]: audit 2024-03-30T04:29:14.836663+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:16.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:15 smithi111 bash[18552]: audit 2024-03-30T04:29:14.975621+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:29:16.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:15 smithi111 bash[18552]: audit 2024-03-30T04:29:14.977967+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:29:16.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:15 smithi117 bash[18692]: cluster 2024-03-30T04:29:14.340002+0000 mgr.y (mgr.14152) 169 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:29:16.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:15 smithi117 bash[18692]: audit 2024-03-30T04:29:14.813916+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:16.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:15 smithi117 bash[18692]: audit 2024-03-30T04:29:14.815412+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:16.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:15 smithi117 bash[18692]: audit 2024-03-30T04:29:14.819152+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:16.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:15 smithi117 bash[18692]: audit 2024-03-30T04:29:14.821779+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:16.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:15 smithi117 bash[18692]: audit 2024-03-30T04:29:14.836663+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:16.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:15 smithi117 bash[18692]: audit 2024-03-30T04:29:14.975621+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:29:16.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:15 smithi117 bash[18692]: audit 2024-03-30T04:29:14.977967+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:29:17.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:17 smithi117 bash[18692]: cluster 2024-03-30T04:29:16.340554+0000 mgr.y (mgr.14152) 170 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:29:18.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:17 smithi111 bash[24005]: cluster 2024-03-30T04:29:16.340554+0000 mgr.y (mgr.14152) 170 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:29:18.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:17 smithi111 bash[18552]: cluster 2024-03-30T04:29:16.340554+0000 mgr.y (mgr.14152) 170 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:29:20.087 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:19 smithi117 bash[18692]: cluster 2024-03-30T04:29:18.341117+0000 mgr.y (mgr.14152) 171 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:29:20.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:19 smithi111 bash[18552]: cluster 2024-03-30T04:29:18.341117+0000 mgr.y (mgr.14152) 171 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:29:20.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:19 smithi111 bash[24005]: cluster 2024-03-30T04:29:18.341117+0000 mgr.y (mgr.14152) 171 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:29:20.660 INFO:teuthology.orchestra.run.smithi117.stdout:Created osd(s) 4 on host 'smithi117' 2024-03-30T04:29:21.252 DEBUG:teuthology.orchestra.run.smithi117:osd.4> sudo journalctl -f -n 0 -u ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@osd.4.service 2024-03-30T04:29:21.255 INFO:tasks.cephadm:Deploying osd.5 on smithi117 with /dev/vg_nvme/lv_3... 2024-03-30T04:29:21.255 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-03-30T04:29:22.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:21 smithi111 bash[18552]: cluster 2024-03-30T04:29:20.341658+0000 mgr.y (mgr.14152) 172 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:29:22.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:21 smithi111 bash[18552]: audit 2024-03-30T04:29:20.661500+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:22.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:21 smithi111 bash[18552]: audit 2024-03-30T04:29:20.680705+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:22.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:21 smithi111 bash[18552]: audit 2024-03-30T04:29:20.683458+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:22.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:21 smithi111 bash[18552]: audit 2024-03-30T04:29:20.685138+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:22.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:21 smithi111 bash[18552]: audit 2024-03-30T04:29:20.689308+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:29:22.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:21 smithi111 bash[18552]: cephadm 2024-03-30T04:29:20.690698+0000 mgr.y (mgr.14152) 173 : cephadm [INF] Adjusting osd_memory_target on smithi117 to 16241M 2024-03-30T04:29:22.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:21 smithi111 bash[18552]: audit 2024-03-30T04:29:20.701379+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:22.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:21 smithi111 bash[18552]: audit 2024-03-30T04:29:20.721357+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:22.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:21 smithi111 bash[18552]: audit 2024-03-30T04:29:21.242132+0000 mon.b (mon.2) 10 : audit [INF] from='osd.4 [v2:172.21.15.117:6800/2676809294,v1:172.21.15.117:6801/2676809294]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-30T04:29:22.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:21 smithi111 bash[18552]: audit 2024-03-30T04:29:21.242895+0000 mon.a (mon.0) 545 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-30T04:29:22.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:21 smithi111 bash[24005]: cluster 2024-03-30T04:29:20.341658+0000 mgr.y (mgr.14152) 172 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:29:22.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:21 smithi111 bash[24005]: audit 2024-03-30T04:29:20.661500+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:22.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:21 smithi111 bash[24005]: audit 2024-03-30T04:29:20.680705+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:22.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:21 smithi111 bash[24005]: audit 2024-03-30T04:29:20.683458+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:22.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:21 smithi111 bash[24005]: audit 2024-03-30T04:29:20.685138+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:22.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:21 smithi111 bash[24005]: audit 2024-03-30T04:29:20.689308+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:29:22.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:21 smithi111 bash[24005]: cephadm 2024-03-30T04:29:20.690698+0000 mgr.y (mgr.14152) 173 : cephadm [INF] Adjusting osd_memory_target on smithi117 to 16241M 2024-03-30T04:29:22.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:21 smithi111 bash[24005]: audit 2024-03-30T04:29:20.701379+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:22.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:21 smithi111 bash[24005]: audit 2024-03-30T04:29:20.721357+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:22.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:21 smithi111 bash[24005]: audit 2024-03-30T04:29:21.242132+0000 mon.b (mon.2) 10 : audit [INF] from='osd.4 [v2:172.21.15.117:6800/2676809294,v1:172.21.15.117:6801/2676809294]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-30T04:29:22.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:21 smithi111 bash[24005]: audit 2024-03-30T04:29:21.242895+0000 mon.a (mon.0) 545 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-30T04:29:22.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:21 smithi117 bash[18692]: cluster 2024-03-30T04:29:20.341658+0000 mgr.y (mgr.14152) 172 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:29:22.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:21 smithi117 bash[18692]: audit 2024-03-30T04:29:20.661500+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:22.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:21 smithi117 bash[18692]: audit 2024-03-30T04:29:20.680705+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:22.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:21 smithi117 bash[18692]: audit 2024-03-30T04:29:20.683458+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:22.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:21 smithi117 bash[18692]: audit 2024-03-30T04:29:20.685138+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:22.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:21 smithi117 bash[18692]: audit 2024-03-30T04:29:20.689308+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:29:22.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:21 smithi117 bash[18692]: cephadm 2024-03-30T04:29:20.690698+0000 mgr.y (mgr.14152) 173 : cephadm [INF] Adjusting osd_memory_target on smithi117 to 16241M 2024-03-30T04:29:22.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:21 smithi117 bash[18692]: audit 2024-03-30T04:29:20.701379+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:22.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:21 smithi117 bash[18692]: audit 2024-03-30T04:29:20.721357+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:22.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:21 smithi117 bash[18692]: audit 2024-03-30T04:29:21.242132+0000 mon.b (mon.2) 10 : audit [INF] from='osd.4 [v2:172.21.15.117:6800/2676809294,v1:172.21.15.117:6801/2676809294]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-30T04:29:22.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:21 smithi117 bash[18692]: audit 2024-03-30T04:29:21.242895+0000 mon.a (mon.0) 545 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-30T04:29:23.046 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:22 smithi117 bash[18692]: audit 2024-03-30T04:29:21.724139+0000 mon.a (mon.0) 546 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-30T04:29:23.046 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:22 smithi117 bash[18692]: cluster 2024-03-30T04:29:21.724301+0000 mon.a (mon.0) 547 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-03-30T04:29:23.046 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:22 smithi117 bash[18692]: audit 2024-03-30T04:29:21.724556+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:29:23.046 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:22 smithi117 bash[18692]: audit 2024-03-30T04:29:21.725638+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.117:6800/2676809294,v1:172.21.15.117:6801/2676809294]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:29:23.046 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:22 smithi117 bash[18692]: audit 2024-03-30T04:29:21.726720+0000 mon.a (mon.0) 549 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:29:23.047 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:29:22 smithi117 bash[23886]: debug 2024-03-30T04:29:22.733+0000 7f9130008700 -1 osd.4 0 waiting for initial osdmap 2024-03-30T04:29:23.047 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:29:22 smithi117 bash[23886]: debug 2024-03-30T04:29:22.745+0000 7f912a19e700 -1 osd.4 30 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:29:23.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:22 smithi111 bash[18552]: audit 2024-03-30T04:29:21.724139+0000 mon.a (mon.0) 546 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-30T04:29:23.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:22 smithi111 bash[18552]: cluster 2024-03-30T04:29:21.724301+0000 mon.a (mon.0) 547 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-03-30T04:29:23.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:22 smithi111 bash[18552]: audit 2024-03-30T04:29:21.724556+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:29:23.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:22 smithi111 bash[18552]: audit 2024-03-30T04:29:21.725638+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.117:6800/2676809294,v1:172.21.15.117:6801/2676809294]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:29:23.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:22 smithi111 bash[18552]: audit 2024-03-30T04:29:21.726720+0000 mon.a (mon.0) 549 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:29:23.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:22 smithi111 bash[24005]: audit 2024-03-30T04:29:21.724139+0000 mon.a (mon.0) 546 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-30T04:29:23.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:22 smithi111 bash[24005]: cluster 2024-03-30T04:29:21.724301+0000 mon.a (mon.0) 547 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-03-30T04:29:23.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:22 smithi111 bash[24005]: audit 2024-03-30T04:29:21.724556+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:29:23.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:22 smithi111 bash[24005]: audit 2024-03-30T04:29:21.725638+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.117:6800/2676809294,v1:172.21.15.117:6801/2676809294]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:29:23.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:22 smithi111 bash[24005]: audit 2024-03-30T04:29:21.726720+0000 mon.a (mon.0) 549 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:29:24.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:23 smithi111 bash[18552]: cluster 2024-03-30T04:29:22.342278+0000 mgr.y (mgr.14152) 174 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:29:24.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:23 smithi111 bash[18552]: audit 2024-03-30T04:29:22.726466+0000 mon.a (mon.0) 550 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]': finished 2024-03-30T04:29:24.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:23 smithi111 bash[18552]: cluster 2024-03-30T04:29:22.726793+0000 mon.a (mon.0) 551 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-03-30T04:29:24.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:23 smithi111 bash[18552]: audit 2024-03-30T04:29:22.737504+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:29:24.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:23 smithi111 bash[24005]: cluster 2024-03-30T04:29:22.342278+0000 mgr.y (mgr.14152) 174 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:29:24.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:23 smithi111 bash[24005]: audit 2024-03-30T04:29:22.726466+0000 mon.a (mon.0) 550 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]': finished 2024-03-30T04:29:24.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:23 smithi111 bash[24005]: cluster 2024-03-30T04:29:22.726793+0000 mon.a (mon.0) 551 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-03-30T04:29:24.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:23 smithi111 bash[24005]: audit 2024-03-30T04:29:22.737504+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:29:24.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:23 smithi117 bash[18692]: cluster 2024-03-30T04:29:22.342278+0000 mgr.y (mgr.14152) 174 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:29:24.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:23 smithi117 bash[18692]: audit 2024-03-30T04:29:22.726466+0000 mon.a (mon.0) 550 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]': finished 2024-03-30T04:29:24.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:23 smithi117 bash[18692]: cluster 2024-03-30T04:29:22.726793+0000 mon.a (mon.0) 551 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-03-30T04:29:24.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:23 smithi117 bash[18692]: audit 2024-03-30T04:29:22.737504+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:29:24.288 INFO:teuthology.orchestra.run.smithi117.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-03-30T04:29:24.288 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-03-30T04:29:24.288 INFO:teuthology.orchestra.run.smithi117.stderr: stderr: 10+0 records in 2024-03-30T04:29:24.289 INFO:teuthology.orchestra.run.smithi117.stderr:10+0 records out 2024-03-30T04:29:24.289 INFO:teuthology.orchestra.run.smithi117.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0150814 s, 695 MB/s 2024-03-30T04:29:24.289 INFO:teuthology.orchestra.run.smithi117.stderr:--> Zapping successful for: 2024-03-30T04:29:24.929 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch daemon add osd smithi117:vg_nvme/lv_3 2024-03-30T04:29:25.109 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:24 smithi117 bash[18692]: cluster 2024-03-30T04:29:22.267049+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:29:25.109 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:24 smithi117 bash[18692]: cluster 2024-03-30T04:29:22.267243+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:29:25.109 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:24 smithi117 bash[18692]: cluster 2024-03-30T04:29:23.730036+0000 mon.a (mon.0) 553 : cluster [INF] osd.4 [v2:172.21.15.117:6800/2676809294,v1:172.21.15.117:6801/2676809294] boot 2024-03-30T04:29:25.109 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:24 smithi117 bash[18692]: cluster 2024-03-30T04:29:23.730178+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-03-30T04:29:25.109 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:24 smithi117 bash[18692]: audit 2024-03-30T04:29:23.730752+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:29:25.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:24 smithi111 bash[24005]: cluster 2024-03-30T04:29:22.267049+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:29:25.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:24 smithi111 bash[24005]: cluster 2024-03-30T04:29:22.267243+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:29:25.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:24 smithi111 bash[24005]: cluster 2024-03-30T04:29:23.730036+0000 mon.a (mon.0) 553 : cluster [INF] osd.4 [v2:172.21.15.117:6800/2676809294,v1:172.21.15.117:6801/2676809294] boot 2024-03-30T04:29:25.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:24 smithi111 bash[24005]: cluster 2024-03-30T04:29:23.730178+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-03-30T04:29:25.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:24 smithi111 bash[24005]: audit 2024-03-30T04:29:23.730752+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:29:25.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:24 smithi111 bash[18552]: cluster 2024-03-30T04:29:22.267049+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:29:25.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:24 smithi111 bash[18552]: cluster 2024-03-30T04:29:22.267243+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:29:25.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:24 smithi111 bash[18552]: cluster 2024-03-30T04:29:23.730036+0000 mon.a (mon.0) 553 : cluster [INF] osd.4 [v2:172.21.15.117:6800/2676809294,v1:172.21.15.117:6801/2676809294] boot 2024-03-30T04:29:25.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:24 smithi111 bash[18552]: cluster 2024-03-30T04:29:23.730178+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-03-30T04:29:25.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:24 smithi111 bash[18552]: audit 2024-03-30T04:29:23.730752+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:29:25.870 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:29:25 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:29:25] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:29:25.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:25 smithi111 bash[24005]: cluster 2024-03-30T04:29:24.342921+0000 mgr.y (mgr.14152) 175 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:29:25.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:25 smithi111 bash[24005]: cluster 2024-03-30T04:29:24.749440+0000 mon.a (mon.0) 556 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-03-30T04:29:25.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:25 smithi111 bash[24005]: audit 2024-03-30T04:29:25.527378+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:25.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:25 smithi111 bash[24005]: audit 2024-03-30T04:29:25.536224+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:25.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:25 smithi111 bash[24005]: audit 2024-03-30T04:29:25.554997+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:25.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:25 smithi111 bash[24005]: audit 2024-03-30T04:29:25.557632+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:25.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:25 smithi111 bash[24005]: audit 2024-03-30T04:29:25.559410+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:25.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:25 smithi111 bash[24005]: audit 2024-03-30T04:29:25.570530+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:25.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:25 smithi111 bash[18552]: cluster 2024-03-30T04:29:24.342921+0000 mgr.y (mgr.14152) 175 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:29:25.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:25 smithi111 bash[18552]: cluster 2024-03-30T04:29:24.749440+0000 mon.a (mon.0) 556 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-03-30T04:29:25.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:25 smithi111 bash[18552]: audit 2024-03-30T04:29:25.527378+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:25.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:25 smithi111 bash[18552]: audit 2024-03-30T04:29:25.536224+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:25.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:25 smithi111 bash[18552]: audit 2024-03-30T04:29:25.554997+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:25.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:25 smithi111 bash[18552]: audit 2024-03-30T04:29:25.557632+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:25.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:25 smithi111 bash[18552]: audit 2024-03-30T04:29:25.559410+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:25.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:25 smithi111 bash[18552]: audit 2024-03-30T04:29:25.570530+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:25.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:25 smithi117 bash[18692]: cluster 2024-03-30T04:29:24.342921+0000 mgr.y (mgr.14152) 175 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:29:25.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:25 smithi117 bash[18692]: cluster 2024-03-30T04:29:24.749440+0000 mon.a (mon.0) 556 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-03-30T04:29:25.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:25 smithi117 bash[18692]: audit 2024-03-30T04:29:25.527378+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:25.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:25 smithi117 bash[18692]: audit 2024-03-30T04:29:25.536224+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:25.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:25 smithi117 bash[18692]: audit 2024-03-30T04:29:25.554997+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:25.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:25 smithi117 bash[18692]: audit 2024-03-30T04:29:25.557632+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:25.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:25 smithi117 bash[18692]: audit 2024-03-30T04:29:25.559410+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:25.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:25 smithi117 bash[18692]: audit 2024-03-30T04:29:25.570530+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:26.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:26 smithi117 bash[18692]: cephadm 2024-03-30T04:29:25.529110+0000 mgr.y (mgr.14152) 176 : cephadm [INF] Detected new or changed devices on smithi117 2024-03-30T04:29:26.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:26 smithi117 bash[18692]: cluster 2024-03-30T04:29:25.563826+0000 mgr.y (mgr.14152) 177 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:29:26.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:26 smithi117 bash[18692]: cluster 2024-03-30T04:29:25.761172+0000 mon.a (mon.0) 563 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-03-30T04:29:26.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:26 smithi117 bash[18692]: cluster 2024-03-30T04:29:26.532539+0000 mon.a (mon.0) 564 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-30T04:29:27.028 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:26 smithi111 bash[18552]: cephadm 2024-03-30T04:29:25.529110+0000 mgr.y (mgr.14152) 176 : cephadm [INF] Detected new or changed devices on smithi117 2024-03-30T04:29:27.028 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:26 smithi111 bash[18552]: cluster 2024-03-30T04:29:25.563826+0000 mgr.y (mgr.14152) 177 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:29:27.028 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:26 smithi111 bash[18552]: cluster 2024-03-30T04:29:25.761172+0000 mon.a (mon.0) 563 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-03-30T04:29:27.028 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:26 smithi111 bash[18552]: cluster 2024-03-30T04:29:26.532539+0000 mon.a (mon.0) 564 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-30T04:29:27.028 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:26 smithi111 bash[24005]: cephadm 2024-03-30T04:29:25.529110+0000 mgr.y (mgr.14152) 176 : cephadm [INF] Detected new or changed devices on smithi117 2024-03-30T04:29:27.029 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:26 smithi111 bash[24005]: cluster 2024-03-30T04:29:25.563826+0000 mgr.y (mgr.14152) 177 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:29:27.029 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:26 smithi111 bash[24005]: cluster 2024-03-30T04:29:25.761172+0000 mon.a (mon.0) 563 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-03-30T04:29:27.029 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:26 smithi111 bash[24005]: cluster 2024-03-30T04:29:26.532539+0000 mon.a (mon.0) 564 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-30T04:29:27.971 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:27 smithi117 bash[18692]: cluster 2024-03-30T04:29:26.765656+0000 mon.a (mon.0) 565 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-03-30T04:29:27.971 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:27 smithi117 bash[18692]: cluster 2024-03-30T04:29:27.765549+0000 mon.a (mon.0) 566 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-03-30T04:29:28.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:27 smithi111 bash[18552]: cluster 2024-03-30T04:29:26.765656+0000 mon.a (mon.0) 565 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-03-30T04:29:28.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:27 smithi111 bash[18552]: cluster 2024-03-30T04:29:27.765549+0000 mon.a (mon.0) 566 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-03-30T04:29:28.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:27 smithi111 bash[24005]: cluster 2024-03-30T04:29:26.765656+0000 mon.a (mon.0) 565 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-03-30T04:29:28.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:27 smithi111 bash[24005]: cluster 2024-03-30T04:29:27.765549+0000 mon.a (mon.0) 566 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-03-30T04:29:28.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:28 smithi111 bash[18552]: cluster 2024-03-30T04:29:27.564590+0000 mgr.y (mgr.14152) 178 : cluster [DBG] pgmap v153: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 135 KiB/s, 0 objects/s recovering 2024-03-30T04:29:28.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:28 smithi111 bash[18552]: audit 2024-03-30T04:29:28.232051+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:29:28.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:28 smithi111 bash[18552]: audit 2024-03-30T04:29:28.238644+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:29:28.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:28 smithi111 bash[18552]: audit 2024-03-30T04:29:28.240383+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:28.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:28 smithi111 bash[24005]: cluster 2024-03-30T04:29:27.564590+0000 mgr.y (mgr.14152) 178 : cluster [DBG] pgmap v153: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 135 KiB/s, 0 objects/s recovering 2024-03-30T04:29:28.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:28 smithi111 bash[24005]: audit 2024-03-30T04:29:28.232051+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:29:28.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:28 smithi111 bash[24005]: audit 2024-03-30T04:29:28.238644+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:29:28.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:28 smithi111 bash[24005]: audit 2024-03-30T04:29:28.240383+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:29.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:28 smithi117 bash[18692]: cluster 2024-03-30T04:29:27.564590+0000 mgr.y (mgr.14152) 178 : cluster [DBG] pgmap v153: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 135 KiB/s, 0 objects/s recovering 2024-03-30T04:29:29.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:28 smithi117 bash[18692]: audit 2024-03-30T04:29:28.232051+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:29:29.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:28 smithi117 bash[18692]: audit 2024-03-30T04:29:28.238644+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:29:29.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:28 smithi117 bash[18692]: audit 2024-03-30T04:29:28.240383+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:30.044 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:29:29 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:29:29] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:29:30.044 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:29 smithi111 bash[24005]: audit 2024-03-30T04:29:28.225080+0000 mgr.y (mgr.14152) 179 : audit [DBG] from='client.24227 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi117:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:29:30.045 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:29 smithi111 bash[18552]: audit 2024-03-30T04:29:28.225080+0000 mgr.y (mgr.14152) 179 : audit [DBG] from='client.24227 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi117:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:29:30.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:29 smithi117 bash[18692]: audit 2024-03-30T04:29:28.225080+0000 mgr.y (mgr.14152) 179 : audit [DBG] from='client.24227 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi117:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:29:31.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:30 smithi117 bash[18692]: cluster 2024-03-30T04:29:29.565168+0000 mgr.y (mgr.14152) 180 : cluster [DBG] pgmap v155: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 107 KiB/s, 0 objects/s recovering 2024-03-30T04:29:31.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:30 smithi117 bash[18692]: audit 2024-03-30T04:29:29.883454+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:31.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:30 smithi117 bash[18692]: audit 2024-03-30T04:29:29.890329+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:31.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:30 smithi117 bash[18692]: audit 2024-03-30T04:29:29.901526+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:31.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:30 smithi117 bash[18692]: audit 2024-03-30T04:29:29.902943+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:31.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:30 smithi117 bash[18692]: audit 2024-03-30T04:29:29.903849+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:31.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:30 smithi117 bash[18692]: audit 2024-03-30T04:29:29.911901+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:31.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:30 smithi111 bash[18552]: cluster 2024-03-30T04:29:29.565168+0000 mgr.y (mgr.14152) 180 : cluster [DBG] pgmap v155: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 107 KiB/s, 0 objects/s recovering 2024-03-30T04:29:31.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:30 smithi111 bash[18552]: audit 2024-03-30T04:29:29.883454+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:31.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:30 smithi111 bash[18552]: audit 2024-03-30T04:29:29.890329+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:31.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:30 smithi111 bash[18552]: audit 2024-03-30T04:29:29.901526+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:31.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:30 smithi111 bash[18552]: audit 2024-03-30T04:29:29.902943+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:31.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:30 smithi111 bash[18552]: audit 2024-03-30T04:29:29.903849+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:31.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:30 smithi111 bash[18552]: audit 2024-03-30T04:29:29.911901+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:31.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:30 smithi111 bash[24005]: cluster 2024-03-30T04:29:29.565168+0000 mgr.y (mgr.14152) 180 : cluster [DBG] pgmap v155: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 107 KiB/s, 0 objects/s recovering 2024-03-30T04:29:31.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:30 smithi111 bash[24005]: audit 2024-03-30T04:29:29.883454+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:31.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:30 smithi111 bash[24005]: audit 2024-03-30T04:29:29.890329+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:31.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:30 smithi111 bash[24005]: audit 2024-03-30T04:29:29.901526+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:31.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:30 smithi111 bash[24005]: audit 2024-03-30T04:29:29.902943+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:31.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:30 smithi111 bash[24005]: audit 2024-03-30T04:29:29.903849+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:31.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:30 smithi111 bash[24005]: audit 2024-03-30T04:29:29.911901+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:32.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:31 smithi117 bash[18692]: cluster 2024-03-30T04:29:29.905853+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v156: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 119 KiB/s, 0 objects/s recovering 2024-03-30T04:29:32.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:31 smithi117 bash[18692]: cluster 2024-03-30T04:29:30.892080+0000 mon.a (mon.0) 576 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-30T04:29:32.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:31 smithi117 bash[18692]: cluster 2024-03-30T04:29:30.892155+0000 mon.a (mon.0) 577 : cluster [INF] Cluster is now healthy 2024-03-30T04:29:32.370 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:29:32 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:29:32] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:29:32.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:31 smithi111 bash[18552]: cluster 2024-03-30T04:29:29.905853+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v156: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 119 KiB/s, 0 objects/s recovering 2024-03-30T04:29:32.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:31 smithi111 bash[18552]: cluster 2024-03-30T04:29:30.892080+0000 mon.a (mon.0) 576 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-30T04:29:32.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:31 smithi111 bash[18552]: cluster 2024-03-30T04:29:30.892155+0000 mon.a (mon.0) 577 : cluster [INF] Cluster is now healthy 2024-03-30T04:29:32.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:31 smithi111 bash[24005]: cluster 2024-03-30T04:29:29.905853+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v156: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 119 KiB/s, 0 objects/s recovering 2024-03-30T04:29:32.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:31 smithi111 bash[24005]: cluster 2024-03-30T04:29:30.892080+0000 mon.a (mon.0) 576 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-30T04:29:32.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:31 smithi111 bash[24005]: cluster 2024-03-30T04:29:30.892155+0000 mon.a (mon.0) 577 : cluster [INF] Cluster is now healthy 2024-03-30T04:29:33.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:33 smithi111 bash[18552]: cluster 2024-03-30T04:29:31.906448+0000 mgr.y (mgr.14152) 182 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-03-30T04:29:33.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:33 smithi111 bash[18552]: audit 2024-03-30T04:29:32.092859+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:33.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:33 smithi111 bash[18552]: audit 2024-03-30T04:29:32.101200+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:33.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:33 smithi111 bash[24005]: cluster 2024-03-30T04:29:31.906448+0000 mgr.y (mgr.14152) 182 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-03-30T04:29:33.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:33 smithi111 bash[24005]: audit 2024-03-30T04:29:32.092859+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:33.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:33 smithi111 bash[24005]: audit 2024-03-30T04:29:32.101200+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:33.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:33 smithi117 bash[18692]: cluster 2024-03-30T04:29:31.906448+0000 mgr.y (mgr.14152) 182 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-03-30T04:29:33.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:33 smithi117 bash[18692]: audit 2024-03-30T04:29:32.092859+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:33.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:33 smithi117 bash[18692]: audit 2024-03-30T04:29:32.101200+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:35.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:35 smithi111 bash[18552]: cluster 2024-03-30T04:29:33.907029+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:29:35.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:35 smithi111 bash[18552]: audit 2024-03-30T04:29:34.830046+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.117:0/1597025149' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4290cca9-6c76-4f3c-8b3a-abde78ffecbc"}]: dispatch 2024-03-30T04:29:35.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:35 smithi111 bash[18552]: audit 2024-03-30T04:29:34.831045+0000 mon.a (mon.0) 580 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4290cca9-6c76-4f3c-8b3a-abde78ffecbc"}]: dispatch 2024-03-30T04:29:35.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:35 smithi111 bash[18552]: audit 2024-03-30T04:29:34.839523+0000 mon.a (mon.0) 581 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4290cca9-6c76-4f3c-8b3a-abde78ffecbc"}]': finished 2024-03-30T04:29:35.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:35 smithi111 bash[18552]: cluster 2024-03-30T04:29:34.839697+0000 mon.a (mon.0) 582 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-03-30T04:29:35.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:35 smithi111 bash[18552]: audit 2024-03-30T04:29:34.852531+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:29:35.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:35 smithi111 bash[24005]: cluster 2024-03-30T04:29:33.907029+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:29:35.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:35 smithi111 bash[24005]: audit 2024-03-30T04:29:34.830046+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.117:0/1597025149' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4290cca9-6c76-4f3c-8b3a-abde78ffecbc"}]: dispatch 2024-03-30T04:29:35.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:35 smithi111 bash[24005]: audit 2024-03-30T04:29:34.831045+0000 mon.a (mon.0) 580 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4290cca9-6c76-4f3c-8b3a-abde78ffecbc"}]: dispatch 2024-03-30T04:29:35.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:35 smithi111 bash[24005]: audit 2024-03-30T04:29:34.839523+0000 mon.a (mon.0) 581 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4290cca9-6c76-4f3c-8b3a-abde78ffecbc"}]': finished 2024-03-30T04:29:35.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:35 smithi111 bash[24005]: cluster 2024-03-30T04:29:34.839697+0000 mon.a (mon.0) 582 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-03-30T04:29:35.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:35 smithi111 bash[24005]: audit 2024-03-30T04:29:34.852531+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:29:35.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:35 smithi117 bash[18692]: cluster 2024-03-30T04:29:33.907029+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:29:35.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:35 smithi117 bash[18692]: audit 2024-03-30T04:29:34.830046+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.117:0/1597025149' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4290cca9-6c76-4f3c-8b3a-abde78ffecbc"}]: dispatch 2024-03-30T04:29:35.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:35 smithi117 bash[18692]: audit 2024-03-30T04:29:34.831045+0000 mon.a (mon.0) 580 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4290cca9-6c76-4f3c-8b3a-abde78ffecbc"}]: dispatch 2024-03-30T04:29:35.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:35 smithi117 bash[18692]: audit 2024-03-30T04:29:34.839523+0000 mon.a (mon.0) 581 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4290cca9-6c76-4f3c-8b3a-abde78ffecbc"}]': finished 2024-03-30T04:29:35.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:35 smithi117 bash[18692]: cluster 2024-03-30T04:29:34.839697+0000 mon.a (mon.0) 582 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-03-30T04:29:35.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:35 smithi117 bash[18692]: audit 2024-03-30T04:29:34.852531+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:29:36.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:36 smithi111 bash[18552]: audit 2024-03-30T04:29:35.512276+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.117:0/4036593143' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:29:36.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:36 smithi111 bash[24005]: audit 2024-03-30T04:29:35.512276+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.117:0/4036593143' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:29:36.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:36 smithi117 bash[18692]: audit 2024-03-30T04:29:35.512276+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.117:0/4036593143' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:29:37.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:37 smithi111 bash[18552]: cluster 2024-03-30T04:29:35.907577+0000 mgr.y (mgr.14152) 184 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:29:37.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:37 smithi111 bash[24005]: cluster 2024-03-30T04:29:35.907577+0000 mgr.y (mgr.14152) 184 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:29:37.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:37 smithi117 bash[18692]: cluster 2024-03-30T04:29:35.907577+0000 mgr.y (mgr.14152) 184 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:29:39.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:39 smithi111 bash[18552]: cluster 2024-03-30T04:29:37.908085+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:29:39.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:39 smithi111 bash[24005]: cluster 2024-03-30T04:29:37.908085+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:29:39.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:39 smithi117 bash[18692]: cluster 2024-03-30T04:29:37.908085+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:29:41.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:41 smithi111 bash[18552]: cluster 2024-03-30T04:29:39.908664+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:29:41.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:41 smithi111 bash[24005]: cluster 2024-03-30T04:29:39.908664+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:29:41.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:41 smithi117 bash[18692]: cluster 2024-03-30T04:29:39.908664+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:29:43.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:43 smithi111 bash[18552]: cluster 2024-03-30T04:29:41.909216+0000 mgr.y (mgr.14152) 187 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:29:43.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:43 smithi111 bash[24005]: cluster 2024-03-30T04:29:41.909216+0000 mgr.y (mgr.14152) 187 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:29:43.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:43 smithi117 bash[18692]: cluster 2024-03-30T04:29:41.909216+0000 mgr.y (mgr.14152) 187 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:29:45.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:45 smithi111 bash[18552]: cluster 2024-03-30T04:29:43.909788+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:29:45.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:45 smithi111 bash[18552]: audit 2024-03-30T04:29:44.690745+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-30T04:29:45.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:45 smithi111 bash[18552]: audit 2024-03-30T04:29:44.692668+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:45.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:45 smithi111 bash[18552]: cephadm 2024-03-30T04:29:44.694169+0000 mgr.y (mgr.14152) 189 : cephadm [INF] Deploying daemon osd.5 on smithi117 2024-03-30T04:29:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:45 smithi111 bash[24005]: cluster 2024-03-30T04:29:43.909788+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:29:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:45 smithi111 bash[24005]: audit 2024-03-30T04:29:44.690745+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-30T04:29:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:45 smithi111 bash[24005]: audit 2024-03-30T04:29:44.692668+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:45 smithi111 bash[24005]: cephadm 2024-03-30T04:29:44.694169+0000 mgr.y (mgr.14152) 189 : cephadm [INF] Deploying daemon osd.5 on smithi117 2024-03-30T04:29:45.631 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:45 smithi117 bash[18692]: cluster 2024-03-30T04:29:43.909788+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:29:45.632 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:45 smithi117 bash[18692]: audit 2024-03-30T04:29:44.690745+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-30T04:29:45.632 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:45 smithi117 bash[18692]: audit 2024-03-30T04:29:44.692668+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:45.632 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:45 smithi117 bash[18692]: cephadm 2024-03-30T04:29:44.694169+0000 mgr.y (mgr.14152) 189 : cephadm [INF] Deploying daemon osd.5 on smithi117 2024-03-30T04:29:47.574 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:47 smithi117 bash[18692]: cluster 2024-03-30T04:29:45.910337+0000 mgr.y (mgr.14152) 190 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:29:47.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:47 smithi111 bash[18552]: cluster 2024-03-30T04:29:45.910337+0000 mgr.y (mgr.14152) 190 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:29:47.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:47 smithi111 bash[24005]: cluster 2024-03-30T04:29:45.910337+0000 mgr.y (mgr.14152) 190 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:29:49.196 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:29:49 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:49.196 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:49 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:49.197 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:29:49 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:49.458 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:29:49 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:49.459 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:29:49 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:49.459 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:49 smithi117 bash[18692]: cluster 2024-03-30T04:29:47.910952+0000 mgr.y (mgr.14152) 191 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:29:49.459 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:49 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:49.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:49 smithi111 bash[18552]: cluster 2024-03-30T04:29:47.910952+0000 mgr.y (mgr.14152) 191 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:29:49.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:49 smithi111 bash[24005]: cluster 2024-03-30T04:29:47.910952+0000 mgr.y (mgr.14152) 191 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:29:50.369 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:29:50 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:29:50] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:29:50.725 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:50 smithi111 bash[18552]: audit 2024-03-30T04:29:49.457738+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:50.725 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:50 smithi111 bash[18552]: audit 2024-03-30T04:29:49.481447+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:50.725 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:50 smithi111 bash[18552]: audit 2024-03-30T04:29:49.485149+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:50.725 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:50 smithi111 bash[18552]: audit 2024-03-30T04:29:49.486687+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:50.726 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:50 smithi111 bash[18552]: audit 2024-03-30T04:29:49.498707+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:50.726 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:50 smithi111 bash[18552]: audit 2024-03-30T04:29:50.078008+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:50.726 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:50 smithi111 bash[18552]: audit 2024-03-30T04:29:50.086399+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:50.726 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:50 smithi111 bash[18552]: audit 2024-03-30T04:29:50.122110+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:50.726 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:50 smithi111 bash[18552]: audit 2024-03-30T04:29:50.124554+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:50.726 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:50 smithi111 bash[18552]: audit 2024-03-30T04:29:50.126069+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:50.726 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:50 smithi111 bash[18552]: audit 2024-03-30T04:29:50.140846+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:50.726 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:50 smithi111 bash[24005]: audit 2024-03-30T04:29:49.457738+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:50.726 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:50 smithi111 bash[24005]: audit 2024-03-30T04:29:49.481447+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:50.726 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:50 smithi111 bash[24005]: audit 2024-03-30T04:29:49.485149+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:50.727 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:50 smithi111 bash[24005]: audit 2024-03-30T04:29:49.486687+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:50.727 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:50 smithi111 bash[24005]: audit 2024-03-30T04:29:49.498707+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:50.727 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:50 smithi111 bash[24005]: audit 2024-03-30T04:29:50.078008+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:50.727 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:50 smithi111 bash[24005]: audit 2024-03-30T04:29:50.086399+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:50.727 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:50 smithi111 bash[24005]: audit 2024-03-30T04:29:50.122110+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:50.727 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:50 smithi111 bash[24005]: audit 2024-03-30T04:29:50.124554+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:50.727 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:50 smithi111 bash[24005]: audit 2024-03-30T04:29:50.126069+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:50.727 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:50 smithi111 bash[24005]: audit 2024-03-30T04:29:50.140846+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:50.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:50 smithi117 bash[18692]: audit 2024-03-30T04:29:49.457738+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:50.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:50 smithi117 bash[18692]: audit 2024-03-30T04:29:49.481447+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:50.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:50 smithi117 bash[18692]: audit 2024-03-30T04:29:49.485149+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:50.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:50 smithi117 bash[18692]: audit 2024-03-30T04:29:49.486687+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:50.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:50 smithi117 bash[18692]: audit 2024-03-30T04:29:49.498707+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:50.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:50 smithi117 bash[18692]: audit 2024-03-30T04:29:50.078008+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:50.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:50 smithi117 bash[18692]: audit 2024-03-30T04:29:50.086399+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:50.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:50 smithi117 bash[18692]: audit 2024-03-30T04:29:50.122110+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:50.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:50 smithi117 bash[18692]: audit 2024-03-30T04:29:50.124554+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:50.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:50 smithi117 bash[18692]: audit 2024-03-30T04:29:50.126069+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:50.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:50 smithi117 bash[18692]: audit 2024-03-30T04:29:50.140846+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:51.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:51 smithi111 bash[18552]: cluster 2024-03-30T04:29:49.911565+0000 mgr.y (mgr.14152) 192 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:29:51.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:51 smithi111 bash[24005]: cluster 2024-03-30T04:29:49.911565+0000 mgr.y (mgr.14152) 192 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:29:51.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:51 smithi117 bash[18692]: cluster 2024-03-30T04:29:49.911565+0000 mgr.y (mgr.14152) 192 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:29:52.620 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:29:52 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:29:52] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:29:52.620 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:29:52 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:29:52] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:29:53.525 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:53 smithi117 bash[18692]: cluster 2024-03-30T04:29:51.912158+0000 mgr.y (mgr.14152) 193 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:29:53.526 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:53 smithi117 bash[18692]: audit 2024-03-30T04:29:52.247268+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:53.526 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:53 smithi117 bash[18692]: audit 2024-03-30T04:29:52.256558+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:53.526 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:53 smithi117 bash[18692]: audit 2024-03-30T04:29:52.273048+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:53.526 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:53 smithi117 bash[18692]: audit 2024-03-30T04:29:52.281825+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:53.526 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:53 smithi117 bash[18692]: audit 2024-03-30T04:29:52.319611+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:53.526 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:53 smithi117 bash[18692]: audit 2024-03-30T04:29:52.322236+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:53.526 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:53 smithi117 bash[18692]: audit 2024-03-30T04:29:52.323985+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:53.526 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:53 smithi117 bash[18692]: audit 2024-03-30T04:29:52.338762+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:53.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:53 smithi111 bash[18552]: cluster 2024-03-30T04:29:51.912158+0000 mgr.y (mgr.14152) 193 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:29:53.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:53 smithi111 bash[18552]: audit 2024-03-30T04:29:52.247268+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:53.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:53 smithi111 bash[18552]: audit 2024-03-30T04:29:52.256558+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:53.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:53 smithi111 bash[18552]: audit 2024-03-30T04:29:52.273048+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:53.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:53 smithi111 bash[18552]: audit 2024-03-30T04:29:52.281825+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:53.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:53 smithi111 bash[18552]: audit 2024-03-30T04:29:52.319611+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:53.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:53 smithi111 bash[18552]: audit 2024-03-30T04:29:52.322236+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:53.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:53 smithi111 bash[18552]: audit 2024-03-30T04:29:52.323985+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:53.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:53 smithi111 bash[18552]: audit 2024-03-30T04:29:52.338762+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:53.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:53 smithi111 bash[24005]: cluster 2024-03-30T04:29:51.912158+0000 mgr.y (mgr.14152) 193 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:29:53.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:53 smithi111 bash[24005]: audit 2024-03-30T04:29:52.247268+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:53.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:53 smithi111 bash[24005]: audit 2024-03-30T04:29:52.256558+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:53.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:53 smithi111 bash[24005]: audit 2024-03-30T04:29:52.273048+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:53.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:53 smithi111 bash[24005]: audit 2024-03-30T04:29:52.281825+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:53.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:53 smithi111 bash[24005]: audit 2024-03-30T04:29:52.319611+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:53.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:53 smithi111 bash[24005]: audit 2024-03-30T04:29:52.322236+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:53.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:53 smithi111 bash[24005]: audit 2024-03-30T04:29:52.323985+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:53.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:53 smithi111 bash[24005]: audit 2024-03-30T04:29:52.338762+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:55.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:55 smithi111 bash[24005]: cluster 2024-03-30T04:29:53.912699+0000 mgr.y (mgr.14152) 194 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:29:55.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:55 smithi111 bash[18552]: cluster 2024-03-30T04:29:53.912699+0000 mgr.y (mgr.14152) 194 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:29:55.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:55 smithi117 bash[18692]: cluster 2024-03-30T04:29:53.912699+0000 mgr.y (mgr.14152) 194 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:29:56.822 INFO:teuthology.orchestra.run.smithi117.stdout:Created osd(s) 5 on host 'smithi117' 2024-03-30T04:29:57.443 DEBUG:teuthology.orchestra.run.smithi117:osd.5> sudo journalctl -f -n 0 -u ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@osd.5.service 2024-03-30T04:29:57.445 INFO:tasks.cephadm:Deploying osd.6 on smithi117 with /dev/vg_nvme/lv_2... 2024-03-30T04:29:57.446 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-03-30T04:29:58.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:57 smithi111 bash[18552]: cluster 2024-03-30T04:29:55.913231+0000 mgr.y (mgr.14152) 195 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:29:58.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:57 smithi111 bash[18552]: audit 2024-03-30T04:29:56.823462+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:58.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:57 smithi111 bash[18552]: audit 2024-03-30T04:29:56.824097+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:58.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:57 smithi111 bash[18552]: audit 2024-03-30T04:29:56.829158+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:58.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:57 smithi111 bash[18552]: audit 2024-03-30T04:29:56.830943+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:58.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:57 smithi111 bash[18552]: audit 2024-03-30T04:29:56.835254+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:29:58.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:57 smithi111 bash[18552]: audit 2024-03-30T04:29:56.837091+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:29:58.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:57 smithi111 bash[18552]: cephadm 2024-03-30T04:29:56.838404+0000 mgr.y (mgr.14152) 196 : cephadm [INF] Adjusting osd_memory_target on smithi117 to 8120M 2024-03-30T04:29:58.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:57 smithi111 bash[18552]: audit 2024-03-30T04:29:56.846655+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:58.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:57 smithi111 bash[18552]: audit 2024-03-30T04:29:56.855304+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:58.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:57 smithi111 bash[24005]: cluster 2024-03-30T04:29:55.913231+0000 mgr.y (mgr.14152) 195 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:29:58.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:57 smithi111 bash[24005]: audit 2024-03-30T04:29:56.823462+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:58.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:57 smithi111 bash[24005]: audit 2024-03-30T04:29:56.824097+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:58.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:57 smithi111 bash[24005]: audit 2024-03-30T04:29:56.829158+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:58.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:57 smithi111 bash[24005]: audit 2024-03-30T04:29:56.830943+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:58.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:57 smithi111 bash[24005]: audit 2024-03-30T04:29:56.835254+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:29:58.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:57 smithi111 bash[24005]: audit 2024-03-30T04:29:56.837091+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:29:58.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:57 smithi111 bash[24005]: cephadm 2024-03-30T04:29:56.838404+0000 mgr.y (mgr.14152) 196 : cephadm [INF] Adjusting osd_memory_target on smithi117 to 8120M 2024-03-30T04:29:58.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:57 smithi111 bash[24005]: audit 2024-03-30T04:29:56.846655+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:58.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:57 smithi111 bash[24005]: audit 2024-03-30T04:29:56.855304+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:58.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:57 smithi117 bash[18692]: cluster 2024-03-30T04:29:55.913231+0000 mgr.y (mgr.14152) 195 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:29:58.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:57 smithi117 bash[18692]: audit 2024-03-30T04:29:56.823462+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:58.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:57 smithi117 bash[18692]: audit 2024-03-30T04:29:56.824097+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:58.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:57 smithi117 bash[18692]: audit 2024-03-30T04:29:56.829158+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:58.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:57 smithi117 bash[18692]: audit 2024-03-30T04:29:56.830943+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:58.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:57 smithi117 bash[18692]: audit 2024-03-30T04:29:56.835254+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:29:58.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:57 smithi117 bash[18692]: audit 2024-03-30T04:29:56.837091+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:29:58.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:57 smithi117 bash[18692]: cephadm 2024-03-30T04:29:56.838404+0000 mgr.y (mgr.14152) 196 : cephadm [INF] Adjusting osd_memory_target on smithi117 to 8120M 2024-03-30T04:29:58.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:57 smithi117 bash[18692]: audit 2024-03-30T04:29:56.846655+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:58.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:57 smithi117 bash[18692]: audit 2024-03-30T04:29:56.855304+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:29:58.821 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:29:58 smithi117 bash[27322]: debug 2024-03-30T04:29:58.436+0000 7f4d7c04b3c0 -1 osd.5 0 log_to_monitors true 2024-03-30T04:29:59.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:58 smithi111 bash[18552]: audit 2024-03-30T04:29:58.441221+0000 mon.b (mon.2) 14 : audit [INF] from='osd.5 [v2:172.21.15.117:6808/3113647815,v1:172.21.15.117:6809/3113647815]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-30T04:29:59.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:58 smithi111 bash[18552]: audit 2024-03-30T04:29:58.441859+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 2024-03-30T04:29:59.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:58 smithi111 bash[24005]: audit 2024-03-30T04:29:58.441221+0000 mon.b (mon.2) 14 : audit [INF] from='osd.5 [v2:172.21.15.117:6808/3113647815,v1:172.21.15.117:6809/3113647815]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-30T04:29:59.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:58 smithi111 bash[24005]: audit 2024-03-30T04:29:58.441859+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 2024-03-30T04:29:59.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:58 smithi117 bash[18692]: audit 2024-03-30T04:29:58.441221+0000 mon.b (mon.2) 14 : audit [INF] from='osd.5 [v2:172.21.15.117:6808/3113647815,v1:172.21.15.117:6809/3113647815]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-30T04:29:59.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:58 smithi117 bash[18692]: audit 2024-03-30T04:29:58.441859+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 2024-03-30T04:30:00.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:59 smithi111 bash[18552]: cluster 2024-03-30T04:29:57.913849+0000 mgr.y (mgr.14152) 197 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:30:00.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:59 smithi111 bash[18552]: audit 2024-03-30T04:29:58.836220+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 2024-03-30T04:30:00.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:59 smithi111 bash[18552]: cluster 2024-03-30T04:29:58.836355+0000 mon.a (mon.0) 615 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2024-03-30T04:30:00.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:59 smithi111 bash[18552]: audit 2024-03-30T04:29:58.836770+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:30:00.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:59 smithi111 bash[18552]: audit 2024-03-30T04:29:58.837873+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.117:6808/3113647815,v1:172.21.15.117:6809/3113647815]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:30:00.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:29:59 smithi111 bash[18552]: audit 2024-03-30T04:29:58.838497+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=smithi117", "root=default"]}]: dispatch 2024-03-30T04:30:00.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:59 smithi111 bash[24005]: cluster 2024-03-30T04:29:57.913849+0000 mgr.y (mgr.14152) 197 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:30:00.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:59 smithi111 bash[24005]: audit 2024-03-30T04:29:58.836220+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 2024-03-30T04:30:00.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:59 smithi111 bash[24005]: cluster 2024-03-30T04:29:58.836355+0000 mon.a (mon.0) 615 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2024-03-30T04:30:00.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:59 smithi111 bash[24005]: audit 2024-03-30T04:29:58.836770+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:30:00.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:59 smithi111 bash[24005]: audit 2024-03-30T04:29:58.837873+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.117:6808/3113647815,v1:172.21.15.117:6809/3113647815]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:30:00.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:29:59 smithi111 bash[24005]: audit 2024-03-30T04:29:58.838497+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=smithi117", "root=default"]}]: dispatch 2024-03-30T04:30:00.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:59 smithi117 bash[18692]: cluster 2024-03-30T04:29:57.913849+0000 mgr.y (mgr.14152) 197 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:30:00.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:59 smithi117 bash[18692]: audit 2024-03-30T04:29:58.836220+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 2024-03-30T04:30:00.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:59 smithi117 bash[18692]: cluster 2024-03-30T04:29:58.836355+0000 mon.a (mon.0) 615 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2024-03-30T04:30:00.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:59 smithi117 bash[18692]: audit 2024-03-30T04:29:58.836770+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:30:00.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:59 smithi117 bash[18692]: audit 2024-03-30T04:29:58.837873+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.117:6808/3113647815,v1:172.21.15.117:6809/3113647815]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:30:00.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:29:59 smithi117 bash[18692]: audit 2024-03-30T04:29:58.838497+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=smithi117", "root=default"]}]: dispatch 2024-03-30T04:30:00.140 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:29:59 smithi117 bash[27322]: debug 2024-03-30T04:29:59.848+0000 7f4d74251700 -1 osd.5 0 waiting for initial osdmap 2024-03-30T04:30:00.140 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:29:59 smithi117 bash[27322]: debug 2024-03-30T04:29:59.860+0000 7f4d6ebe8700 -1 osd.5 38 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:30:00.518 INFO:teuthology.orchestra.run.smithi117.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-03-30T04:30:00.519 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-03-30T04:30:00.519 INFO:teuthology.orchestra.run.smithi117.stderr: stderr: 10+0 records in 2024-03-30T04:30:00.519 INFO:teuthology.orchestra.run.smithi117.stderr:10+0 records out 2024-03-30T04:30:00.519 INFO:teuthology.orchestra.run.smithi117.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0151635 s, 692 MB/s 2024-03-30T04:30:00.519 INFO:teuthology.orchestra.run.smithi117.stderr:--> Zapping successful for: 2024-03-30T04:30:01.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:00 smithi111 bash[18552]: audit 2024-03-30T04:29:59.839025+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=smithi117", "root=default"]}]': finished 2024-03-30T04:30:01.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:00 smithi111 bash[18552]: cluster 2024-03-30T04:29:59.839315+0000 mon.a (mon.0) 619 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2024-03-30T04:30:01.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:00 smithi111 bash[18552]: audit 2024-03-30T04:29:59.840123+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:30:01.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:00 smithi111 bash[18552]: audit 2024-03-30T04:29:59.850872+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:30:01.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:00 smithi111 bash[18552]: cluster 2024-03-30T04:30:00.000160+0000 mon.a (mon.0) 622 : cluster [INF] overall HEALTH_OK 2024-03-30T04:30:01.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:00 smithi111 bash[18552]: cluster 2024-03-30T04:30:00.281101+0000 mon.a (mon.0) 623 : cluster [INF] osd.5 [v2:172.21.15.117:6808/3113647815,v1:172.21.15.117:6809/3113647815] boot 2024-03-30T04:30:01.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:00 smithi111 bash[18552]: cluster 2024-03-30T04:30:00.281215+0000 mon.a (mon.0) 624 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-03-30T04:30:01.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:00 smithi111 bash[18552]: audit 2024-03-30T04:30:00.282190+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:30:01.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:00 smithi111 bash[24005]: audit 2024-03-30T04:29:59.839025+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=smithi117", "root=default"]}]': finished 2024-03-30T04:30:01.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:00 smithi111 bash[24005]: cluster 2024-03-30T04:29:59.839315+0000 mon.a (mon.0) 619 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2024-03-30T04:30:01.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:00 smithi111 bash[24005]: audit 2024-03-30T04:29:59.840123+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:30:01.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:00 smithi111 bash[24005]: audit 2024-03-30T04:29:59.850872+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:30:01.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:00 smithi111 bash[24005]: cluster 2024-03-30T04:30:00.000160+0000 mon.a (mon.0) 622 : cluster [INF] overall HEALTH_OK 2024-03-30T04:30:01.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:00 smithi111 bash[24005]: cluster 2024-03-30T04:30:00.281101+0000 mon.a (mon.0) 623 : cluster [INF] osd.5 [v2:172.21.15.117:6808/3113647815,v1:172.21.15.117:6809/3113647815] boot 2024-03-30T04:30:01.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:00 smithi111 bash[24005]: cluster 2024-03-30T04:30:00.281215+0000 mon.a (mon.0) 624 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-03-30T04:30:01.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:00 smithi111 bash[24005]: audit 2024-03-30T04:30:00.282190+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:30:01.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:00 smithi117 bash[18692]: audit 2024-03-30T04:29:59.839025+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=smithi117", "root=default"]}]': finished 2024-03-30T04:30:01.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:00 smithi117 bash[18692]: cluster 2024-03-30T04:29:59.839315+0000 mon.a (mon.0) 619 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2024-03-30T04:30:01.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:00 smithi117 bash[18692]: audit 2024-03-30T04:29:59.840123+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:30:01.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:00 smithi117 bash[18692]: audit 2024-03-30T04:29:59.850872+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:30:01.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:00 smithi117 bash[18692]: cluster 2024-03-30T04:30:00.000160+0000 mon.a (mon.0) 622 : cluster [INF] overall HEALTH_OK 2024-03-30T04:30:01.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:00 smithi117 bash[18692]: cluster 2024-03-30T04:30:00.281101+0000 mon.a (mon.0) 623 : cluster [INF] osd.5 [v2:172.21.15.117:6808/3113647815,v1:172.21.15.117:6809/3113647815] boot 2024-03-30T04:30:01.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:00 smithi117 bash[18692]: cluster 2024-03-30T04:30:00.281215+0000 mon.a (mon.0) 624 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-03-30T04:30:01.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:00 smithi117 bash[18692]: audit 2024-03-30T04:30:00.282190+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:30:01.202 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch daemon add osd smithi117:vg_nvme/lv_2 2024-03-30T04:30:02.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:01 smithi111 bash[18552]: cluster 2024-03-30T04:29:59.471320+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:30:02.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:01 smithi111 bash[18552]: cluster 2024-03-30T04:29:59.471541+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:30:02.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:01 smithi111 bash[18552]: cluster 2024-03-30T04:29:59.914373+0000 mgr.y (mgr.14152) 198 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:30:02.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:01 smithi111 bash[18552]: cluster 2024-03-30T04:30:01.287128+0000 mon.a (mon.0) 626 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-03-30T04:30:02.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:01 smithi111 bash[24005]: cluster 2024-03-30T04:29:59.471320+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:30:02.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:01 smithi111 bash[24005]: cluster 2024-03-30T04:29:59.471541+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:30:02.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:01 smithi111 bash[24005]: cluster 2024-03-30T04:29:59.914373+0000 mgr.y (mgr.14152) 198 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:30:02.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:01 smithi111 bash[24005]: cluster 2024-03-30T04:30:01.287128+0000 mon.a (mon.0) 626 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-03-30T04:30:02.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:01 smithi117 bash[18692]: cluster 2024-03-30T04:29:59.471320+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:30:02.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:01 smithi117 bash[18692]: cluster 2024-03-30T04:29:59.471541+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:30:02.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:01 smithi117 bash[18692]: cluster 2024-03-30T04:29:59.914373+0000 mgr.y (mgr.14152) 198 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:30:02.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:01 smithi117 bash[18692]: cluster 2024-03-30T04:30:01.287128+0000 mon.a (mon.0) 626 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-03-30T04:30:03.574 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:03 smithi117 bash[18692]: cluster 2024-03-30T04:30:01.915036+0000 mgr.y (mgr.14152) 199 : cluster [DBG] pgmap v177: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:30:03.574 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:03 smithi117 bash[18692]: cluster 2024-03-30T04:30:02.285138+0000 mon.a (mon.0) 627 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-03-30T04:30:03.574 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:03 smithi117 bash[18692]: cluster 2024-03-30T04:30:02.856630+0000 mon.a (mon.0) 628 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-03-30T04:30:03.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:03 smithi111 bash[18552]: cluster 2024-03-30T04:30:01.915036+0000 mgr.y (mgr.14152) 199 : cluster [DBG] pgmap v177: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:30:03.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:03 smithi111 bash[18552]: cluster 2024-03-30T04:30:02.285138+0000 mon.a (mon.0) 627 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-03-30T04:30:03.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:03 smithi111 bash[18552]: cluster 2024-03-30T04:30:02.856630+0000 mon.a (mon.0) 628 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-03-30T04:30:03.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:03 smithi111 bash[24005]: cluster 2024-03-30T04:30:01.915036+0000 mgr.y (mgr.14152) 199 : cluster [DBG] pgmap v177: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:30:03.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:03 smithi111 bash[24005]: cluster 2024-03-30T04:30:02.285138+0000 mon.a (mon.0) 627 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-03-30T04:30:03.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:03 smithi111 bash[24005]: cluster 2024-03-30T04:30:02.856630+0000 mon.a (mon.0) 628 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-03-30T04:30:04.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:04 smithi111 bash[18552]: cluster 2024-03-30T04:30:03.289589+0000 mon.a (mon.0) 629 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-03-30T04:30:04.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:04 smithi111 bash[18552]: audit 2024-03-30T04:30:03.958470+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:30:04.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:04 smithi111 bash[18552]: audit 2024-03-30T04:30:03.964753+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:30:04.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:04 smithi111 bash[18552]: audit 2024-03-30T04:30:03.966462+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:04.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:04 smithi111 bash[24005]: cluster 2024-03-30T04:30:03.289589+0000 mon.a (mon.0) 629 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-03-30T04:30:04.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:04 smithi111 bash[24005]: audit 2024-03-30T04:30:03.958470+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:30:04.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:04 smithi111 bash[24005]: audit 2024-03-30T04:30:03.964753+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:30:04.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:04 smithi111 bash[24005]: audit 2024-03-30T04:30:03.966462+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:04.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:04 smithi117 bash[18692]: cluster 2024-03-30T04:30:03.289589+0000 mon.a (mon.0) 629 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-03-30T04:30:04.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:04 smithi117 bash[18692]: audit 2024-03-30T04:30:03.958470+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:30:04.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:04 smithi117 bash[18692]: audit 2024-03-30T04:30:03.964753+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:30:04.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:04 smithi117 bash[18692]: audit 2024-03-30T04:30:03.966462+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:05.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:05 smithi111 bash[18552]: cluster 2024-03-30T04:30:03.915610+0000 mgr.y (mgr.14152) 200 : cluster [DBG] pgmap v180: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:30:05.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:05 smithi111 bash[18552]: audit 2024-03-30T04:30:03.951177+0000 mgr.y (mgr.14152) 201 : audit [DBG] from='client.24254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi117:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:30:05.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:05 smithi111 bash[18552]: cluster 2024-03-30T04:30:04.320214+0000 mon.a (mon.0) 633 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-03-30T04:30:05.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:05 smithi111 bash[24005]: cluster 2024-03-30T04:30:03.915610+0000 mgr.y (mgr.14152) 200 : cluster [DBG] pgmap v180: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:30:05.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:05 smithi111 bash[24005]: audit 2024-03-30T04:30:03.951177+0000 mgr.y (mgr.14152) 201 : audit [DBG] from='client.24254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi117:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:30:05.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:05 smithi111 bash[24005]: cluster 2024-03-30T04:30:04.320214+0000 mon.a (mon.0) 633 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-03-30T04:30:05.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:05 smithi117 bash[18692]: cluster 2024-03-30T04:30:03.915610+0000 mgr.y (mgr.14152) 200 : cluster [DBG] pgmap v180: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:30:05.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:05 smithi117 bash[18692]: audit 2024-03-30T04:30:03.951177+0000 mgr.y (mgr.14152) 201 : audit [DBG] from='client.24254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi117:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:30:05.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:05 smithi117 bash[18692]: cluster 2024-03-30T04:30:04.320214+0000 mon.a (mon.0) 633 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-03-30T04:30:06.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:06 smithi111 bash[18552]: cluster 2024-03-30T04:30:06.310307+0000 mon.a (mon.0) 634 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-03-30T04:30:06.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:06 smithi111 bash[18552]: cluster 2024-03-30T04:30:06.310366+0000 mon.a (mon.0) 635 : cluster [INF] Cluster is now healthy 2024-03-30T04:30:06.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:06 smithi111 bash[24005]: cluster 2024-03-30T04:30:06.310307+0000 mon.a (mon.0) 634 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-03-30T04:30:06.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:06 smithi111 bash[24005]: cluster 2024-03-30T04:30:06.310366+0000 mon.a (mon.0) 635 : cluster [INF] Cluster is now healthy 2024-03-30T04:30:06.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:06 smithi117 bash[18692]: cluster 2024-03-30T04:30:06.310307+0000 mon.a (mon.0) 634 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-03-30T04:30:06.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:06 smithi117 bash[18692]: cluster 2024-03-30T04:30:06.310366+0000 mon.a (mon.0) 635 : cluster [INF] Cluster is now healthy 2024-03-30T04:30:07.619 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:07 smithi117 bash[18692]: cluster 2024-03-30T04:30:05.916182+0000 mgr.y (mgr.14152) 202 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:30:07.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:07 smithi111 bash[18552]: cluster 2024-03-30T04:30:05.916182+0000 mgr.y (mgr.14152) 202 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:30:07.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:07 smithi111 bash[24005]: cluster 2024-03-30T04:30:05.916182+0000 mgr.y (mgr.14152) 202 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:30:09.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:09 smithi111 bash[18552]: cluster 2024-03-30T04:30:07.916625+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-03-30T04:30:09.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:09 smithi111 bash[24005]: cluster 2024-03-30T04:30:07.916625+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-03-30T04:30:09.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:09 smithi117 bash[18692]: cluster 2024-03-30T04:30:07.916625+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-03-30T04:30:10.569 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:10 smithi117 bash[18692]: audit 2024-03-30T04:30:09.874317+0000 mon.b (mon.2) 16 : audit [INF] from='client.? 172.21.15.117:0/535405592' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fdb30eab-ec1e-4c5e-8eca-4716a9cfd401"}]: dispatch 2024-03-30T04:30:10.569 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:10 smithi117 bash[18692]: audit 2024-03-30T04:30:09.874948+0000 mon.a (mon.0) 636 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fdb30eab-ec1e-4c5e-8eca-4716a9cfd401"}]: dispatch 2024-03-30T04:30:10.569 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:10 smithi117 bash[18692]: audit 2024-03-30T04:30:09.882107+0000 mon.a (mon.0) 637 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fdb30eab-ec1e-4c5e-8eca-4716a9cfd401"}]': finished 2024-03-30T04:30:10.569 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:10 smithi117 bash[18692]: cluster 2024-03-30T04:30:09.882202+0000 mon.a (mon.0) 638 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2024-03-30T04:30:10.569 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:10 smithi117 bash[18692]: audit 2024-03-30T04:30:09.882372+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:30:10.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:10 smithi111 bash[18552]: audit 2024-03-30T04:30:09.874317+0000 mon.b (mon.2) 16 : audit [INF] from='client.? 172.21.15.117:0/535405592' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fdb30eab-ec1e-4c5e-8eca-4716a9cfd401"}]: dispatch 2024-03-30T04:30:10.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:10 smithi111 bash[18552]: audit 2024-03-30T04:30:09.874948+0000 mon.a (mon.0) 636 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fdb30eab-ec1e-4c5e-8eca-4716a9cfd401"}]: dispatch 2024-03-30T04:30:10.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:10 smithi111 bash[18552]: audit 2024-03-30T04:30:09.882107+0000 mon.a (mon.0) 637 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fdb30eab-ec1e-4c5e-8eca-4716a9cfd401"}]': finished 2024-03-30T04:30:10.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:10 smithi111 bash[18552]: cluster 2024-03-30T04:30:09.882202+0000 mon.a (mon.0) 638 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2024-03-30T04:30:10.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:10 smithi111 bash[18552]: audit 2024-03-30T04:30:09.882372+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:30:10.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:10 smithi111 bash[24005]: audit 2024-03-30T04:30:09.874317+0000 mon.b (mon.2) 16 : audit [INF] from='client.? 172.21.15.117:0/535405592' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fdb30eab-ec1e-4c5e-8eca-4716a9cfd401"}]: dispatch 2024-03-30T04:30:10.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:10 smithi111 bash[24005]: audit 2024-03-30T04:30:09.874948+0000 mon.a (mon.0) 636 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fdb30eab-ec1e-4c5e-8eca-4716a9cfd401"}]: dispatch 2024-03-30T04:30:10.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:10 smithi111 bash[24005]: audit 2024-03-30T04:30:09.882107+0000 mon.a (mon.0) 637 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fdb30eab-ec1e-4c5e-8eca-4716a9cfd401"}]': finished 2024-03-30T04:30:10.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:10 smithi111 bash[24005]: cluster 2024-03-30T04:30:09.882202+0000 mon.a (mon.0) 638 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2024-03-30T04:30:10.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:10 smithi111 bash[24005]: audit 2024-03-30T04:30:09.882372+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:30:11.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:11 smithi117 bash[18692]: cluster 2024-03-30T04:30:09.917141+0000 mgr.y (mgr.14152) 204 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 78 KiB/s, 0 objects/s recovering 2024-03-30T04:30:11.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:11 smithi117 bash[18692]: audit 2024-03-30T04:30:10.590574+0000 mon.b (mon.2) 17 : audit [DBG] from='client.? 172.21.15.117:0/1750719789' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:30:11.790 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:11 smithi111 bash[18552]: cluster 2024-03-30T04:30:09.917141+0000 mgr.y (mgr.14152) 204 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 78 KiB/s, 0 objects/s recovering 2024-03-30T04:30:11.790 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:11 smithi111 bash[18552]: audit 2024-03-30T04:30:10.590574+0000 mon.b (mon.2) 17 : audit [DBG] from='client.? 172.21.15.117:0/1750719789' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:30:11.791 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:11 smithi111 bash[24005]: cluster 2024-03-30T04:30:09.917141+0000 mgr.y (mgr.14152) 204 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 78 KiB/s, 0 objects/s recovering 2024-03-30T04:30:11.791 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:11 smithi111 bash[24005]: audit 2024-03-30T04:30:10.590574+0000 mon.b (mon.2) 17 : audit [DBG] from='client.? 172.21.15.117:0/1750719789' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:30:12.869 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:30:12 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:30:12] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:30:12.869 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:30:12 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:30:12] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:30:13.444 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:13 smithi117 bash[18692]: cluster 2024-03-30T04:30:11.917890+0000 mgr.y (mgr.14152) 205 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-03-30T04:30:13.444 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:13 smithi117 bash[18692]: audit 2024-03-30T04:30:12.397690+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:13.445 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:13 smithi117 bash[18692]: audit 2024-03-30T04:30:12.404558+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:13.445 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:13 smithi117 bash[18692]: audit 2024-03-30T04:30:12.411544+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:13.445 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:13 smithi117 bash[18692]: cephadm 2024-03-30T04:30:12.412613+0000 mgr.y (mgr.14152) 206 : cephadm [INF] Detected new or changed devices on smithi117 2024-03-30T04:30:13.445 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:13 smithi117 bash[18692]: audit 2024-03-30T04:30:12.418959+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:13.445 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:13 smithi117 bash[18692]: audit 2024-03-30T04:30:13.146942+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:13.445 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:13 smithi117 bash[18692]: audit 2024-03-30T04:30:13.155365+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:13.619 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:30:13 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:30:13] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:30:13.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:13 smithi111 bash[18552]: cluster 2024-03-30T04:30:11.917890+0000 mgr.y (mgr.14152) 205 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-03-30T04:30:13.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:13 smithi111 bash[18552]: audit 2024-03-30T04:30:12.397690+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:13.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:13 smithi111 bash[18552]: audit 2024-03-30T04:30:12.404558+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:13.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:13 smithi111 bash[18552]: audit 2024-03-30T04:30:12.411544+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:13.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:13 smithi111 bash[18552]: cephadm 2024-03-30T04:30:12.412613+0000 mgr.y (mgr.14152) 206 : cephadm [INF] Detected new or changed devices on smithi117 2024-03-30T04:30:13.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:13 smithi111 bash[18552]: audit 2024-03-30T04:30:12.418959+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:13.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:13 smithi111 bash[18552]: audit 2024-03-30T04:30:13.146942+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:13.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:13 smithi111 bash[18552]: audit 2024-03-30T04:30:13.155365+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:13.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:13 smithi111 bash[24005]: cluster 2024-03-30T04:30:11.917890+0000 mgr.y (mgr.14152) 205 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-03-30T04:30:13.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:13 smithi111 bash[24005]: audit 2024-03-30T04:30:12.397690+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:13.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:13 smithi111 bash[24005]: audit 2024-03-30T04:30:12.404558+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:13.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:13 smithi111 bash[24005]: audit 2024-03-30T04:30:12.411544+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:13.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:13 smithi111 bash[24005]: cephadm 2024-03-30T04:30:12.412613+0000 mgr.y (mgr.14152) 206 : cephadm [INF] Detected new or changed devices on smithi117 2024-03-30T04:30:13.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:13 smithi111 bash[24005]: audit 2024-03-30T04:30:12.418959+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:13.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:13 smithi111 bash[24005]: audit 2024-03-30T04:30:13.146942+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:13.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:13 smithi111 bash[24005]: audit 2024-03-30T04:30:13.155365+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:15.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:15 smithi111 bash[18552]: cluster 2024-03-30T04:30:13.918522+0000 mgr.y (mgr.14152) 207 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-03-30T04:30:15.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:15 smithi111 bash[18552]: audit 2024-03-30T04:30:14.982455+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:30:15.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:15 smithi111 bash[18552]: audit 2024-03-30T04:30:14.982940+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:30:15.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:15 smithi111 bash[24005]: cluster 2024-03-30T04:30:13.918522+0000 mgr.y (mgr.14152) 207 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-03-30T04:30:15.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:15 smithi111 bash[24005]: audit 2024-03-30T04:30:14.982455+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:30:15.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:15 smithi111 bash[24005]: audit 2024-03-30T04:30:14.982940+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:30:15.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:15 smithi117 bash[18692]: cluster 2024-03-30T04:30:13.918522+0000 mgr.y (mgr.14152) 207 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-03-30T04:30:15.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:15 smithi117 bash[18692]: audit 2024-03-30T04:30:14.982455+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:30:15.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:15 smithi117 bash[18692]: audit 2024-03-30T04:30:14.982940+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:30:17.800 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:17 smithi117 bash[18692]: cluster 2024-03-30T04:30:15.919054+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:30:17.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:17 smithi111 bash[18552]: cluster 2024-03-30T04:30:15.919054+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:30:17.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:17 smithi111 bash[24005]: cluster 2024-03-30T04:30:15.919054+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:30:19.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:19 smithi117 bash[18692]: cluster 2024-03-30T04:30:17.919675+0000 mgr.y (mgr.14152) 209 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:30:19.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:19 smithi111 bash[18552]: cluster 2024-03-30T04:30:17.919675+0000 mgr.y (mgr.14152) 209 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:30:19.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:19 smithi111 bash[24005]: cluster 2024-03-30T04:30:17.919675+0000 mgr.y (mgr.14152) 209 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:30:21.663 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:21 smithi117 bash[18692]: cluster 2024-03-30T04:30:19.920249+0000 mgr.y (mgr.14152) 210 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:30:21.664 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:21 smithi117 bash[18692]: audit 2024-03-30T04:30:20.613753+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-30T04:30:21.664 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:21 smithi117 bash[18692]: audit 2024-03-30T04:30:20.615579+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:21.664 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:21 smithi117 bash[18692]: cephadm 2024-03-30T04:30:20.617039+0000 mgr.y (mgr.14152) 211 : cephadm [INF] Deploying daemon osd.6 on smithi117 2024-03-30T04:30:21.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:21 smithi111 bash[18552]: cluster 2024-03-30T04:30:19.920249+0000 mgr.y (mgr.14152) 210 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:30:21.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:21 smithi111 bash[18552]: audit 2024-03-30T04:30:20.613753+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-30T04:30:21.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:21 smithi111 bash[18552]: audit 2024-03-30T04:30:20.615579+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:21.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:21 smithi111 bash[18552]: cephadm 2024-03-30T04:30:20.617039+0000 mgr.y (mgr.14152) 211 : cephadm [INF] Deploying daemon osd.6 on smithi117 2024-03-30T04:30:21.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:21 smithi111 bash[24005]: cluster 2024-03-30T04:30:19.920249+0000 mgr.y (mgr.14152) 210 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:30:21.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:21 smithi111 bash[24005]: audit 2024-03-30T04:30:20.613753+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-30T04:30:21.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:21 smithi111 bash[24005]: audit 2024-03-30T04:30:20.615579+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:21.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:21 smithi111 bash[24005]: cephadm 2024-03-30T04:30:20.617039+0000 mgr.y (mgr.14152) 211 : cephadm [INF] Deploying daemon osd.6 on smithi117 2024-03-30T04:30:23.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:23 smithi117 bash[18692]: cluster 2024-03-30T04:30:21.920837+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:30:23.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:23 smithi111 bash[18552]: cluster 2024-03-30T04:30:21.920837+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:30:23.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:23 smithi111 bash[24005]: cluster 2024-03-30T04:30:21.920837+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:30:24.389 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:30:24 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:30:24.389 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:30:24 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:30:24.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:24 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:30:24.390 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:30:24 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:30:24.889 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:30:24 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:30:24.889 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:30:24 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:30:24.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:24 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:30:24.890 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:30:24 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:30:25.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:25 smithi111 bash[18552]: cluster 2024-03-30T04:30:23.921370+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:30:25.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:25 smithi111 bash[18552]: audit 2024-03-30T04:30:24.539603+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:25.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:25 smithi111 bash[18552]: audit 2024-03-30T04:30:24.549195+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:30:25.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:25 smithi111 bash[18552]: audit 2024-03-30T04:30:24.551925+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:25.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:25 smithi111 bash[18552]: audit 2024-03-30T04:30:24.553884+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:30:25.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:25 smithi111 bash[18552]: audit 2024-03-30T04:30:24.570293+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:25.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:25 smithi111 bash[24005]: cluster 2024-03-30T04:30:23.921370+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:30:25.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:25 smithi111 bash[24005]: audit 2024-03-30T04:30:24.539603+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:25.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:25 smithi111 bash[24005]: audit 2024-03-30T04:30:24.549195+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:30:25.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:25 smithi111 bash[24005]: audit 2024-03-30T04:30:24.551925+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:25.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:25 smithi111 bash[24005]: audit 2024-03-30T04:30:24.553884+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:30:25.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:25 smithi111 bash[24005]: audit 2024-03-30T04:30:24.570293+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:25.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:25 smithi117 bash[18692]: cluster 2024-03-30T04:30:23.921370+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:30:25.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:25 smithi117 bash[18692]: audit 2024-03-30T04:30:24.539603+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:25.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:25 smithi117 bash[18692]: audit 2024-03-30T04:30:24.549195+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:30:25.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:25 smithi117 bash[18692]: audit 2024-03-30T04:30:24.551925+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:25.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:25 smithi117 bash[18692]: audit 2024-03-30T04:30:24.553884+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:30:25.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:25 smithi117 bash[18692]: audit 2024-03-30T04:30:24.570293+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:27.805 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:27 smithi117 bash[18692]: cluster 2024-03-30T04:30:25.921935+0000 mgr.y (mgr.14152) 214 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:30:27.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:27 smithi111 bash[18552]: cluster 2024-03-30T04:30:25.921935+0000 mgr.y (mgr.14152) 214 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:30:27.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:27 smithi111 bash[24005]: cluster 2024-03-30T04:30:25.921935+0000 mgr.y (mgr.14152) 214 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:30:29.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:29 smithi111 bash[18552]: cluster 2024-03-30T04:30:27.922558+0000 mgr.y (mgr.14152) 215 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:30:29.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:29 smithi111 bash[24005]: cluster 2024-03-30T04:30:27.922558+0000 mgr.y (mgr.14152) 215 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:30:29.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:29 smithi117 bash[18692]: cluster 2024-03-30T04:30:27.922558+0000 mgr.y (mgr.14152) 215 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:30:31.036 INFO:teuthology.orchestra.run.smithi117.stdout:Created osd(s) 6 on host 'smithi117' 2024-03-30T04:30:31.631 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:31 smithi117 bash[18692]: cluster 2024-03-30T04:30:29.923032+0000 mgr.y (mgr.14152) 216 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:30:31.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:31 smithi111 bash[18552]: cluster 2024-03-30T04:30:29.923032+0000 mgr.y (mgr.14152) 216 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:30:31.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:31 smithi111 bash[18552]: audit 2024-03-30T04:30:31.037873+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:31.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:31 smithi111 bash[18552]: audit 2024-03-30T04:30:31.057820+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:30:31.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:31 smithi111 bash[18552]: audit 2024-03-30T04:30:31.060627+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:31.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:31 smithi111 bash[18552]: audit 2024-03-30T04:30:31.062503+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:30:31.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:31 smithi111 bash[18552]: audit 2024-03-30T04:30:31.067075+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:30:31.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:31 smithi111 bash[18552]: audit 2024-03-30T04:30:31.069002+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:30:31.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:31 smithi111 bash[18552]: audit 2024-03-30T04:30:31.071348+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:30:31.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:31 smithi111 bash[18552]: audit 2024-03-30T04:30:31.084908+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:31.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:31 smithi111 bash[18552]: audit 2024-03-30T04:30:31.092339+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:31.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:31 smithi111 bash[18552]: audit 2024-03-30T04:30:31.441875+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.117:6816/3298474225,v1:172.21.15.117:6817/3298474225]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-30T04:30:31.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:31 smithi111 bash[18552]: audit 2024-03-30T04:30:31.442521+0000 mon.a (mon.0) 664 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-30T04:30:31.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:31 smithi111 bash[24005]: cluster 2024-03-30T04:30:29.923032+0000 mgr.y (mgr.14152) 216 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:30:31.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:31 smithi111 bash[24005]: audit 2024-03-30T04:30:31.037873+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:31.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:31 smithi111 bash[24005]: audit 2024-03-30T04:30:31.057820+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:30:31.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:31 smithi111 bash[24005]: audit 2024-03-30T04:30:31.060627+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:31.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:31 smithi111 bash[24005]: audit 2024-03-30T04:30:31.062503+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:30:31.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:31 smithi111 bash[24005]: audit 2024-03-30T04:30:31.067075+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:30:31.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:31 smithi111 bash[24005]: audit 2024-03-30T04:30:31.069002+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:30:31.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:31 smithi111 bash[24005]: audit 2024-03-30T04:30:31.071348+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:30:31.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:31 smithi111 bash[24005]: audit 2024-03-30T04:30:31.084908+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:31.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:31 smithi111 bash[24005]: audit 2024-03-30T04:30:31.092339+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:31.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:31 smithi111 bash[24005]: audit 2024-03-30T04:30:31.441875+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.117:6816/3298474225,v1:172.21.15.117:6817/3298474225]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-30T04:30:31.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:31 smithi111 bash[24005]: audit 2024-03-30T04:30:31.442521+0000 mon.a (mon.0) 664 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-30T04:30:31.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:31 smithi117 bash[18692]: audit 2024-03-30T04:30:31.037873+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:31.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:31 smithi117 bash[18692]: audit 2024-03-30T04:30:31.057820+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:30:31.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:31 smithi117 bash[18692]: audit 2024-03-30T04:30:31.060627+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:31.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:31 smithi117 bash[18692]: audit 2024-03-30T04:30:31.062503+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:30:31.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:31 smithi117 bash[18692]: audit 2024-03-30T04:30:31.067075+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:30:31.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:31 smithi117 bash[18692]: audit 2024-03-30T04:30:31.069002+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:30:31.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:31 smithi117 bash[18692]: audit 2024-03-30T04:30:31.071348+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:30:31.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:31 smithi117 bash[18692]: audit 2024-03-30T04:30:31.084908+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:31.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:31 smithi117 bash[18692]: audit 2024-03-30T04:30:31.092339+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:31.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:31 smithi117 bash[18692]: audit 2024-03-30T04:30:31.441875+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.117:6816/3298474225,v1:172.21.15.117:6817/3298474225]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-30T04:30:31.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:31 smithi117 bash[18692]: audit 2024-03-30T04:30:31.442521+0000 mon.a (mon.0) 664 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-30T04:30:32.054 DEBUG:teuthology.orchestra.run.smithi117:osd.6> sudo journalctl -f -n 0 -u ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@osd.6.service 2024-03-30T04:30:32.056 INFO:tasks.cephadm:Deploying osd.7 on smithi117 with /dev/vg_nvme/lv_1... 2024-03-30T04:30:32.056 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-03-30T04:30:32.869 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:30:32 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:30:32] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:30:32.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:32 smithi111 bash[18552]: cephadm 2024-03-30T04:30:31.073337+0000 mgr.y (mgr.14152) 217 : cephadm [INF] Adjusting osd_memory_target on smithi117 to 5413M 2024-03-30T04:30:32.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:32 smithi111 bash[18552]: audit 2024-03-30T04:30:32.094202+0000 mon.a (mon.0) 665 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-30T04:30:32.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:32 smithi111 bash[18552]: cluster 2024-03-30T04:30:32.094289+0000 mon.a (mon.0) 666 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2024-03-30T04:30:32.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:32 smithi111 bash[18552]: audit 2024-03-30T04:30:32.094484+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:30:32.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:32 smithi111 bash[18552]: audit 2024-03-30T04:30:32.096673+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.117:6816/3298474225,v1:172.21.15.117:6817/3298474225]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:30:32.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:32 smithi111 bash[18552]: audit 2024-03-30T04:30:32.097078+0000 mon.a (mon.0) 668 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:30:32.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:32 smithi111 bash[24005]: cephadm 2024-03-30T04:30:31.073337+0000 mgr.y (mgr.14152) 217 : cephadm [INF] Adjusting osd_memory_target on smithi117 to 5413M 2024-03-30T04:30:32.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:32 smithi111 bash[24005]: audit 2024-03-30T04:30:32.094202+0000 mon.a (mon.0) 665 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-30T04:30:32.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:32 smithi111 bash[24005]: cluster 2024-03-30T04:30:32.094289+0000 mon.a (mon.0) 666 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2024-03-30T04:30:32.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:32 smithi111 bash[24005]: audit 2024-03-30T04:30:32.094484+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:30:32.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:32 smithi111 bash[24005]: audit 2024-03-30T04:30:32.096673+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.117:6816/3298474225,v1:172.21.15.117:6817/3298474225]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:30:32.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:32 smithi111 bash[24005]: audit 2024-03-30T04:30:32.097078+0000 mon.a (mon.0) 668 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:30:32.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:32 smithi117 bash[18692]: cephadm 2024-03-30T04:30:31.073337+0000 mgr.y (mgr.14152) 217 : cephadm [INF] Adjusting osd_memory_target on smithi117 to 5413M 2024-03-30T04:30:32.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:32 smithi117 bash[18692]: audit 2024-03-30T04:30:32.094202+0000 mon.a (mon.0) 665 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-30T04:30:32.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:32 smithi117 bash[18692]: cluster 2024-03-30T04:30:32.094289+0000 mon.a (mon.0) 666 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2024-03-30T04:30:32.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:32 smithi117 bash[18692]: audit 2024-03-30T04:30:32.094484+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:30:32.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:32 smithi117 bash[18692]: audit 2024-03-30T04:30:32.096673+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.117:6816/3298474225,v1:172.21.15.117:6817/3298474225]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:30:32.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:32 smithi117 bash[18692]: audit 2024-03-30T04:30:32.097078+0000 mon.a (mon.0) 668 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:30:33.389 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:30:33 smithi117 bash[30389]: debug 2024-03-30T04:30:33.104+0000 7fcb4b2a1700 -1 osd.6 0 waiting for initial osdmap 2024-03-30T04:30:33.389 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:30:33 smithi117 bash[30389]: debug 2024-03-30T04:30:33.116+0000 7fcb45437700 -1 osd.6 46 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:30:33.567 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:30:33 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:30:33] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:30:33.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:33 smithi111 bash[18552]: cluster 2024-03-30T04:30:31.923627+0000 mgr.y (mgr.14152) 218 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:30:33.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:33 smithi111 bash[18552]: audit 2024-03-30T04:30:32.570744+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:33.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:33 smithi111 bash[18552]: audit 2024-03-30T04:30:32.577300+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:33.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:33 smithi111 bash[18552]: audit 2024-03-30T04:30:33.099160+0000 mon.a (mon.0) 671 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]': finished 2024-03-30T04:30:33.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:33 smithi111 bash[18552]: cluster 2024-03-30T04:30:33.099298+0000 mon.a (mon.0) 672 : cluster [DBG] osdmap e46: 7 total, 6 up, 7 in 2024-03-30T04:30:33.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:33 smithi111 bash[18552]: audit 2024-03-30T04:30:33.099639+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:30:33.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:33 smithi111 bash[18552]: audit 2024-03-30T04:30:33.106830+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:30:33.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:33 smithi111 bash[18552]: audit 2024-03-30T04:30:33.259162+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:33.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:33 smithi111 bash[18552]: audit 2024-03-30T04:30:33.270184+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:33.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:33 smithi111 bash[18552]: audit 2024-03-30T04:30:33.270682+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:30:33.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:33 smithi111 bash[18552]: audit 2024-03-30T04:30:33.273998+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:33.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:33 smithi111 bash[18552]: audit 2024-03-30T04:30:33.275821+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:30:33.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:33 smithi111 bash[18552]: audit 2024-03-30T04:30:33.288767+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:33.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:33 smithi111 bash[24005]: cluster 2024-03-30T04:30:31.923627+0000 mgr.y (mgr.14152) 218 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:30:33.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:33 smithi111 bash[24005]: audit 2024-03-30T04:30:32.570744+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:33.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:33 smithi111 bash[24005]: audit 2024-03-30T04:30:32.577300+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:33.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:33 smithi111 bash[24005]: audit 2024-03-30T04:30:33.099160+0000 mon.a (mon.0) 671 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]': finished 2024-03-30T04:30:33.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:33 smithi111 bash[24005]: cluster 2024-03-30T04:30:33.099298+0000 mon.a (mon.0) 672 : cluster [DBG] osdmap e46: 7 total, 6 up, 7 in 2024-03-30T04:30:33.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:33 smithi111 bash[24005]: audit 2024-03-30T04:30:33.099639+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:30:33.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:33 smithi111 bash[24005]: audit 2024-03-30T04:30:33.106830+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:30:33.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:33 smithi111 bash[24005]: audit 2024-03-30T04:30:33.259162+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:33.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:33 smithi111 bash[24005]: audit 2024-03-30T04:30:33.270184+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:33.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:33 smithi111 bash[24005]: audit 2024-03-30T04:30:33.270682+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:30:33.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:33 smithi111 bash[24005]: audit 2024-03-30T04:30:33.273998+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:33.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:33 smithi111 bash[24005]: audit 2024-03-30T04:30:33.275821+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:30:33.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:33 smithi111 bash[24005]: audit 2024-03-30T04:30:33.288767+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:33.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:33 smithi117 bash[18692]: cluster 2024-03-30T04:30:31.923627+0000 mgr.y (mgr.14152) 218 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:30:33.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:33 smithi117 bash[18692]: audit 2024-03-30T04:30:32.570744+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:33.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:33 smithi117 bash[18692]: audit 2024-03-30T04:30:32.577300+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:33.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:33 smithi117 bash[18692]: audit 2024-03-30T04:30:33.099160+0000 mon.a (mon.0) 671 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]': finished 2024-03-30T04:30:33.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:33 smithi117 bash[18692]: cluster 2024-03-30T04:30:33.099298+0000 mon.a (mon.0) 672 : cluster [DBG] osdmap e46: 7 total, 6 up, 7 in 2024-03-30T04:30:33.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:33 smithi117 bash[18692]: audit 2024-03-30T04:30:33.099639+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:30:33.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:33 smithi117 bash[18692]: audit 2024-03-30T04:30:33.106830+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:30:33.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:33 smithi117 bash[18692]: audit 2024-03-30T04:30:33.259162+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:33.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:33 smithi117 bash[18692]: audit 2024-03-30T04:30:33.270184+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:33.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:33 smithi117 bash[18692]: audit 2024-03-30T04:30:33.270682+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:30:33.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:33 smithi117 bash[18692]: audit 2024-03-30T04:30:33.273998+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:33.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:33 smithi117 bash[18692]: audit 2024-03-30T04:30:33.275821+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:30:33.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:33 smithi117 bash[18692]: audit 2024-03-30T04:30:33.288767+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:34.831 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:34 smithi117 bash[18692]: cluster 2024-03-30T04:30:32.396056+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:30:34.831 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:34 smithi117 bash[18692]: cluster 2024-03-30T04:30:32.396241+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:30:34.831 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:34 smithi117 bash[18692]: cephadm 2024-03-30T04:30:33.260936+0000 mgr.y (mgr.14152) 219 : cephadm [INF] Detected new or changed devices on smithi117 2024-03-30T04:30:34.831 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:34 smithi117 bash[18692]: cluster 2024-03-30T04:30:34.103213+0000 mon.a (mon.0) 681 : cluster [INF] osd.6 [v2:172.21.15.117:6816/3298474225,v1:172.21.15.117:6817/3298474225] boot 2024-03-30T04:30:34.831 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:34 smithi117 bash[18692]: cluster 2024-03-30T04:30:34.103340+0000 mon.a (mon.0) 682 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2024-03-30T04:30:34.831 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:34 smithi117 bash[18692]: audit 2024-03-30T04:30:34.103667+0000 mon.a (mon.0) 683 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:30:34.831 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:34 smithi117 bash[18692]: audit 2024-03-30T04:30:34.363258+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:34.831 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:34 smithi117 bash[18692]: audit 2024-03-30T04:30:34.372246+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:34.831 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:34 smithi117 bash[18692]: audit 2024-03-30T04:30:34.412953+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:30:34.831 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:34 smithi117 bash[18692]: audit 2024-03-30T04:30:34.415835+0000 mon.a (mon.0) 687 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:34.831 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:34 smithi117 bash[18692]: audit 2024-03-30T04:30:34.417826+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:30:34.831 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:34 smithi117 bash[18692]: audit 2024-03-30T04:30:34.429012+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:34.869 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:30:34 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:30:34] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:30:34.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:34 smithi111 bash[18552]: cluster 2024-03-30T04:30:32.396056+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:30:34.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:34 smithi111 bash[18552]: cluster 2024-03-30T04:30:32.396241+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:30:34.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:34 smithi111 bash[18552]: cephadm 2024-03-30T04:30:33.260936+0000 mgr.y (mgr.14152) 219 : cephadm [INF] Detected new or changed devices on smithi117 2024-03-30T04:30:34.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:34 smithi111 bash[18552]: cluster 2024-03-30T04:30:34.103213+0000 mon.a (mon.0) 681 : cluster [INF] osd.6 [v2:172.21.15.117:6816/3298474225,v1:172.21.15.117:6817/3298474225] boot 2024-03-30T04:30:34.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:34 smithi111 bash[18552]: cluster 2024-03-30T04:30:34.103340+0000 mon.a (mon.0) 682 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2024-03-30T04:30:34.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:34 smithi111 bash[18552]: audit 2024-03-30T04:30:34.103667+0000 mon.a (mon.0) 683 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:30:34.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:34 smithi111 bash[18552]: audit 2024-03-30T04:30:34.363258+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:34.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:34 smithi111 bash[18552]: audit 2024-03-30T04:30:34.372246+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:34.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:34 smithi111 bash[18552]: audit 2024-03-30T04:30:34.412953+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:30:34.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:34 smithi111 bash[18552]: audit 2024-03-30T04:30:34.415835+0000 mon.a (mon.0) 687 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:34.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:34 smithi111 bash[18552]: audit 2024-03-30T04:30:34.417826+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:30:34.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:34 smithi111 bash[18552]: audit 2024-03-30T04:30:34.429012+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:34.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:34 smithi111 bash[24005]: cluster 2024-03-30T04:30:32.396056+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:30:34.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:34 smithi111 bash[24005]: cluster 2024-03-30T04:30:32.396241+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:30:34.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:34 smithi111 bash[24005]: cephadm 2024-03-30T04:30:33.260936+0000 mgr.y (mgr.14152) 219 : cephadm [INF] Detected new or changed devices on smithi117 2024-03-30T04:30:34.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:34 smithi111 bash[24005]: cluster 2024-03-30T04:30:34.103213+0000 mon.a (mon.0) 681 : cluster [INF] osd.6 [v2:172.21.15.117:6816/3298474225,v1:172.21.15.117:6817/3298474225] boot 2024-03-30T04:30:34.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:34 smithi111 bash[24005]: cluster 2024-03-30T04:30:34.103340+0000 mon.a (mon.0) 682 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2024-03-30T04:30:34.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:34 smithi111 bash[24005]: audit 2024-03-30T04:30:34.103667+0000 mon.a (mon.0) 683 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:30:34.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:34 smithi111 bash[24005]: audit 2024-03-30T04:30:34.363258+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:34.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:34 smithi111 bash[24005]: audit 2024-03-30T04:30:34.372246+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:34.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:34 smithi111 bash[24005]: audit 2024-03-30T04:30:34.412953+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:30:34.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:34 smithi111 bash[24005]: audit 2024-03-30T04:30:34.415835+0000 mon.a (mon.0) 687 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:34.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:34 smithi111 bash[24005]: audit 2024-03-30T04:30:34.417826+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:30:34.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:34 smithi111 bash[24005]: audit 2024-03-30T04:30:34.429012+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:35.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:35 smithi111 bash[24005]: cluster 2024-03-30T04:30:33.924126+0000 mgr.y (mgr.14152) 220 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:30:35.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:35 smithi111 bash[24005]: cluster 2024-03-30T04:30:35.104156+0000 mon.a (mon.0) 690 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2024-03-30T04:30:35.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:35 smithi111 bash[18552]: cluster 2024-03-30T04:30:33.924126+0000 mgr.y (mgr.14152) 220 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:30:35.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:35 smithi111 bash[18552]: cluster 2024-03-30T04:30:35.104156+0000 mon.a (mon.0) 690 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2024-03-30T04:30:35.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:35 smithi117 bash[18692]: cluster 2024-03-30T04:30:33.924126+0000 mgr.y (mgr.14152) 220 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:30:35.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:35 smithi117 bash[18692]: cluster 2024-03-30T04:30:35.104156+0000 mon.a (mon.0) 690 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2024-03-30T04:30:36.941 INFO:teuthology.orchestra.run.smithi117.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-03-30T04:30:36.941 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-03-30T04:30:36.941 INFO:teuthology.orchestra.run.smithi117.stderr: stderr: 10+0 records in 2024-03-30T04:30:36.941 INFO:teuthology.orchestra.run.smithi117.stderr:10+0 records out 2024-03-30T04:30:36.942 INFO:teuthology.orchestra.run.smithi117.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0136517 s, 768 MB/s 2024-03-30T04:30:36.942 INFO:teuthology.orchestra.run.smithi117.stderr:--> Zapping successful for: 2024-03-30T04:30:37.279 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:37 smithi117 bash[18692]: cluster 2024-03-30T04:30:35.924682+0000 mgr.y (mgr.14152) 221 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:30:37.280 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:37 smithi117 bash[18692]: cluster 2024-03-30T04:30:36.105173+0000 mon.a (mon.0) 691 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2024-03-30T04:30:37.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:37 smithi111 bash[18552]: cluster 2024-03-30T04:30:35.924682+0000 mgr.y (mgr.14152) 221 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:30:37.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:37 smithi111 bash[18552]: cluster 2024-03-30T04:30:36.105173+0000 mon.a (mon.0) 691 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2024-03-30T04:30:37.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:37 smithi111 bash[24005]: cluster 2024-03-30T04:30:35.924682+0000 mgr.y (mgr.14152) 221 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:30:37.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:37 smithi111 bash[24005]: cluster 2024-03-30T04:30:36.105173+0000 mon.a (mon.0) 691 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2024-03-30T04:30:37.724 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch daemon add osd smithi117:vg_nvme/lv_1 2024-03-30T04:30:38.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:38 smithi117 bash[18692]: cluster 2024-03-30T04:30:37.107272+0000 mon.a (mon.0) 692 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2024-03-30T04:30:38.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:38 smithi111 bash[18552]: cluster 2024-03-30T04:30:37.107272+0000 mon.a (mon.0) 692 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2024-03-30T04:30:38.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:38 smithi111 bash[24005]: cluster 2024-03-30T04:30:37.107272+0000 mon.a (mon.0) 692 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2024-03-30T04:30:39.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:39 smithi111 bash[18552]: cluster 2024-03-30T04:30:37.925277+0000 mgr.y (mgr.14152) 222 : cluster [DBG] pgmap v205: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail; 129 KiB/s, 0 objects/s recovering 2024-03-30T04:30:39.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:39 smithi111 bash[18552]: cluster 2024-03-30T04:30:38.128489+0000 mon.a (mon.0) 693 : cluster [DBG] osdmap e51: 7 total, 7 up, 7 in 2024-03-30T04:30:39.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:39 smithi111 bash[24005]: cluster 2024-03-30T04:30:37.925277+0000 mgr.y (mgr.14152) 222 : cluster [DBG] pgmap v205: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail; 129 KiB/s, 0 objects/s recovering 2024-03-30T04:30:39.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:39 smithi111 bash[24005]: cluster 2024-03-30T04:30:38.128489+0000 mon.a (mon.0) 693 : cluster [DBG] osdmap e51: 7 total, 7 up, 7 in 2024-03-30T04:30:39.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:39 smithi117 bash[18692]: cluster 2024-03-30T04:30:37.925277+0000 mgr.y (mgr.14152) 222 : cluster [DBG] pgmap v205: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail; 129 KiB/s, 0 objects/s recovering 2024-03-30T04:30:39.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:39 smithi117 bash[18692]: cluster 2024-03-30T04:30:38.128489+0000 mon.a (mon.0) 693 : cluster [DBG] osdmap e51: 7 total, 7 up, 7 in 2024-03-30T04:30:41.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:41 smithi111 bash[18552]: cluster 2024-03-30T04:30:39.925860+0000 mgr.y (mgr.14152) 223 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 107 KiB/s, 0 objects/s recovering 2024-03-30T04:30:41.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:41 smithi111 bash[18552]: audit 2024-03-30T04:30:40.510404+0000 mgr.y (mgr.14152) 224 : audit [DBG] from='client.24281 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi117:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:30:41.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:41 smithi111 bash[18552]: audit 2024-03-30T04:30:40.517252+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:30:41.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:41 smithi111 bash[18552]: audit 2024-03-30T04:30:40.523614+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:30:41.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:41 smithi111 bash[18552]: audit 2024-03-30T04:30:40.525352+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:41.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:41 smithi111 bash[24005]: cluster 2024-03-30T04:30:39.925860+0000 mgr.y (mgr.14152) 223 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 107 KiB/s, 0 objects/s recovering 2024-03-30T04:30:41.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:41 smithi111 bash[24005]: audit 2024-03-30T04:30:40.510404+0000 mgr.y (mgr.14152) 224 : audit [DBG] from='client.24281 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi117:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:30:41.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:41 smithi111 bash[24005]: audit 2024-03-30T04:30:40.517252+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:30:41.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:41 smithi111 bash[24005]: audit 2024-03-30T04:30:40.523614+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:30:41.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:41 smithi111 bash[24005]: audit 2024-03-30T04:30:40.525352+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:41.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:41 smithi117 bash[18692]: cluster 2024-03-30T04:30:39.925860+0000 mgr.y (mgr.14152) 223 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 107 KiB/s, 0 objects/s recovering 2024-03-30T04:30:41.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:41 smithi117 bash[18692]: audit 2024-03-30T04:30:40.510404+0000 mgr.y (mgr.14152) 224 : audit [DBG] from='client.24281 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi117:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:30:41.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:41 smithi117 bash[18692]: audit 2024-03-30T04:30:40.517252+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:30:41.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:41 smithi117 bash[18692]: audit 2024-03-30T04:30:40.523614+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:30:41.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:41 smithi117 bash[18692]: audit 2024-03-30T04:30:40.525352+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:43.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:43 smithi111 bash[18552]: cluster 2024-03-30T04:30:41.926472+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-03-30T04:30:43.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:43 smithi111 bash[24005]: cluster 2024-03-30T04:30:41.926472+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-03-30T04:30:43.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:43 smithi117 bash[18692]: cluster 2024-03-30T04:30:41.926472+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-03-30T04:30:45.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:45 smithi111 bash[18552]: cluster 2024-03-30T04:30:43.927081+0000 mgr.y (mgr.14152) 226 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 66 KiB/s, 0 objects/s recovering 2024-03-30T04:30:45.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:45 smithi111 bash[24005]: cluster 2024-03-30T04:30:43.927081+0000 mgr.y (mgr.14152) 226 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 66 KiB/s, 0 objects/s recovering 2024-03-30T04:30:45.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:45 smithi117 bash[18692]: cluster 2024-03-30T04:30:43.927081+0000 mgr.y (mgr.14152) 226 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 66 KiB/s, 0 objects/s recovering 2024-03-30T04:30:46.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:46 smithi111 bash[18552]: audit 2024-03-30T04:30:46.241237+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.117:0/1403316473' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "acaf7d35-bbf6-46ea-b113-22465a28074c"}]: dispatch 2024-03-30T04:30:46.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:46 smithi111 bash[18552]: audit 2024-03-30T04:30:46.241984+0000 mon.a (mon.0) 697 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "acaf7d35-bbf6-46ea-b113-22465a28074c"}]: dispatch 2024-03-30T04:30:46.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:46 smithi111 bash[18552]: audit 2024-03-30T04:30:46.250693+0000 mon.a (mon.0) 698 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "acaf7d35-bbf6-46ea-b113-22465a28074c"}]': finished 2024-03-30T04:30:46.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:46 smithi111 bash[18552]: cluster 2024-03-30T04:30:46.250879+0000 mon.a (mon.0) 699 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2024-03-30T04:30:46.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:46 smithi111 bash[18552]: audit 2024-03-30T04:30:46.251150+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:30:46.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:46 smithi111 bash[24005]: audit 2024-03-30T04:30:46.241237+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.117:0/1403316473' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "acaf7d35-bbf6-46ea-b113-22465a28074c"}]: dispatch 2024-03-30T04:30:46.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:46 smithi111 bash[24005]: audit 2024-03-30T04:30:46.241984+0000 mon.a (mon.0) 697 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "acaf7d35-bbf6-46ea-b113-22465a28074c"}]: dispatch 2024-03-30T04:30:46.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:46 smithi111 bash[24005]: audit 2024-03-30T04:30:46.250693+0000 mon.a (mon.0) 698 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "acaf7d35-bbf6-46ea-b113-22465a28074c"}]': finished 2024-03-30T04:30:46.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:46 smithi111 bash[24005]: cluster 2024-03-30T04:30:46.250879+0000 mon.a (mon.0) 699 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2024-03-30T04:30:46.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:46 smithi111 bash[24005]: audit 2024-03-30T04:30:46.251150+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:30:46.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:46 smithi117 bash[18692]: audit 2024-03-30T04:30:46.241237+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.117:0/1403316473' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "acaf7d35-bbf6-46ea-b113-22465a28074c"}]: dispatch 2024-03-30T04:30:46.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:46 smithi117 bash[18692]: audit 2024-03-30T04:30:46.241984+0000 mon.a (mon.0) 697 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "acaf7d35-bbf6-46ea-b113-22465a28074c"}]: dispatch 2024-03-30T04:30:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:46 smithi117 bash[18692]: audit 2024-03-30T04:30:46.250693+0000 mon.a (mon.0) 698 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "acaf7d35-bbf6-46ea-b113-22465a28074c"}]': finished 2024-03-30T04:30:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:46 smithi117 bash[18692]: cluster 2024-03-30T04:30:46.250879+0000 mon.a (mon.0) 699 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2024-03-30T04:30:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:46 smithi117 bash[18692]: audit 2024-03-30T04:30:46.251150+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:30:47.573 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:47 smithi111 bash[18552]: cluster 2024-03-30T04:30:45.927649+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:30:47.573 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:47 smithi111 bash[18552]: audit 2024-03-30T04:30:46.944206+0000 mon.b (mon.2) 21 : audit [DBG] from='client.? 172.21.15.117:0/1287018190' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:30:47.574 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:47 smithi111 bash[24005]: cluster 2024-03-30T04:30:45.927649+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:30:47.574 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:47 smithi111 bash[24005]: audit 2024-03-30T04:30:46.944206+0000 mon.b (mon.2) 21 : audit [DBG] from='client.? 172.21.15.117:0/1287018190' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:30:47.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:47 smithi117 bash[18692]: cluster 2024-03-30T04:30:45.927649+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:30:47.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:47 smithi117 bash[18692]: audit 2024-03-30T04:30:46.944206+0000 mon.b (mon.2) 21 : audit [DBG] from='client.? 172.21.15.117:0/1287018190' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:30:49.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:49 smithi111 bash[18552]: cluster 2024-03-30T04:30:47.928230+0000 mgr.y (mgr.14152) 228 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:30:49.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:49 smithi111 bash[24005]: cluster 2024-03-30T04:30:47.928230+0000 mgr.y (mgr.14152) 228 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:30:49.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:49 smithi117 bash[18692]: cluster 2024-03-30T04:30:47.928230+0000 mgr.y (mgr.14152) 228 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:30:51.357 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:51 smithi111 bash[18552]: cluster 2024-03-30T04:30:49.928705+0000 mgr.y (mgr.14152) 229 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:30:51.357 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:51 smithi111 bash[24005]: cluster 2024-03-30T04:30:49.928705+0000 mgr.y (mgr.14152) 229 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:30:51.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:51 smithi117 bash[18692]: cluster 2024-03-30T04:30:49.928705+0000 mgr.y (mgr.14152) 229 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:30:52.619 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:30:52 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:30:52] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:30:53.119 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:30:52 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:30:52] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:30:53.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:53 smithi117 bash[18692]: cluster 2024-03-30T04:30:51.929286+0000 mgr.y (mgr.14152) 230 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:30:53.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:53 smithi117 bash[18692]: audit 2024-03-30T04:30:52.425422+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:53.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:53 smithi117 bash[18692]: audit 2024-03-30T04:30:52.429900+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:53.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:53 smithi117 bash[18692]: audit 2024-03-30T04:30:52.742515+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:53.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:53 smithi117 bash[18692]: audit 2024-03-30T04:30:52.749079+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:53.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:53 smithi111 bash[18552]: cluster 2024-03-30T04:30:51.929286+0000 mgr.y (mgr.14152) 230 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:30:53.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:53 smithi111 bash[18552]: audit 2024-03-30T04:30:52.425422+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:53.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:53 smithi111 bash[18552]: audit 2024-03-30T04:30:52.429900+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:53.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:53 smithi111 bash[18552]: audit 2024-03-30T04:30:52.742515+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:53.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:53 smithi111 bash[18552]: audit 2024-03-30T04:30:52.749079+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:53.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:53 smithi111 bash[24005]: cluster 2024-03-30T04:30:51.929286+0000 mgr.y (mgr.14152) 230 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:30:53.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:53 smithi111 bash[24005]: audit 2024-03-30T04:30:52.425422+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:53.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:53 smithi111 bash[24005]: audit 2024-03-30T04:30:52.429900+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:53.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:53 smithi111 bash[24005]: audit 2024-03-30T04:30:52.742515+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:53.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:53 smithi111 bash[24005]: audit 2024-03-30T04:30:52.749079+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:30:55.700 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:55 smithi117 bash[18692]: cluster 2024-03-30T04:30:53.929863+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:30:55.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:55 smithi111 bash[18552]: cluster 2024-03-30T04:30:53.929863+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:30:55.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:55 smithi111 bash[24005]: cluster 2024-03-30T04:30:53.929863+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:30:57.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:57 smithi117 bash[18692]: cluster 2024-03-30T04:30:55.930466+0000 mgr.y (mgr.14152) 232 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:30:57.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:57 smithi117 bash[18692]: audit 2024-03-30T04:30:57.114981+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-30T04:30:57.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:57 smithi117 bash[18692]: audit 2024-03-30T04:30:57.116756+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:57.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:57 smithi111 bash[18552]: cluster 2024-03-30T04:30:55.930466+0000 mgr.y (mgr.14152) 232 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:30:57.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:57 smithi111 bash[18552]: audit 2024-03-30T04:30:57.114981+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-30T04:30:57.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:57 smithi111 bash[18552]: audit 2024-03-30T04:30:57.116756+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:57.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:57 smithi111 bash[24005]: cluster 2024-03-30T04:30:55.930466+0000 mgr.y (mgr.14152) 232 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:30:57.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:57 smithi111 bash[24005]: audit 2024-03-30T04:30:57.114981+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-30T04:30:57.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:57 smithi111 bash[24005]: audit 2024-03-30T04:30:57.116756+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:58.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:58 smithi117 bash[18692]: cephadm 2024-03-30T04:30:57.118168+0000 mgr.y (mgr.14152) 233 : cephadm [INF] Deploying daemon osd.7 on smithi117 2024-03-30T04:30:58.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:58 smithi111 bash[24005]: cephadm 2024-03-30T04:30:57.118168+0000 mgr.y (mgr.14152) 233 : cephadm [INF] Deploying daemon osd.7 on smithi117 2024-03-30T04:30:58.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:58 smithi111 bash[18552]: cephadm 2024-03-30T04:30:57.118168+0000 mgr.y (mgr.14152) 233 : cephadm [INF] Deploying daemon osd.7 on smithi117 2024-03-30T04:30:59.725 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:30:59 smithi117 bash[18692]: cluster 2024-03-30T04:30:57.931013+0000 mgr.y (mgr.14152) 234 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:30:59.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:30:59 smithi111 bash[18552]: cluster 2024-03-30T04:30:57.931013+0000 mgr.y (mgr.14152) 234 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:30:59.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:30:59 smithi111 bash[24005]: cluster 2024-03-30T04:30:57.931013+0000 mgr.y (mgr.14152) 234 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:31:00.921 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:31:00 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:00.921 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:31:00 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:00.922 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:31:00 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:00.922 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:00 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:00.922 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:31:00 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:01.175 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:01 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:01.175 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:31:01 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:01.175 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:31:01 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:01.176 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:31:01 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:01.176 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:31:01 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:01.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:01 smithi111 bash[18552]: cluster 2024-03-30T04:30:59.931585+0000 mgr.y (mgr.14152) 235 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:31:01.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:01 smithi111 bash[18552]: audit 2024-03-30T04:31:01.194987+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:01.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:01 smithi111 bash[18552]: audit 2024-03-30T04:31:01.226513+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:01.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:01 smithi111 bash[18552]: audit 2024-03-30T04:31:01.229521+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:01.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:01 smithi111 bash[18552]: audit 2024-03-30T04:31:01.231517+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:01.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:01 smithi111 bash[18552]: audit 2024-03-30T04:31:01.244759+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:01.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:01 smithi111 bash[24005]: cluster 2024-03-30T04:30:59.931585+0000 mgr.y (mgr.14152) 235 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:31:01.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:01 smithi111 bash[24005]: audit 2024-03-30T04:31:01.194987+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:01.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:01 smithi111 bash[24005]: audit 2024-03-30T04:31:01.226513+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:01.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:01 smithi111 bash[24005]: audit 2024-03-30T04:31:01.229521+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:01.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:01 smithi111 bash[24005]: audit 2024-03-30T04:31:01.231517+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:01.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:01 smithi111 bash[24005]: audit 2024-03-30T04:31:01.244759+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:01.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:01 smithi117 bash[18692]: cluster 2024-03-30T04:30:59.931585+0000 mgr.y (mgr.14152) 235 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:31:01.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:01 smithi117 bash[18692]: audit 2024-03-30T04:31:01.194987+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:01.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:01 smithi117 bash[18692]: audit 2024-03-30T04:31:01.226513+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:01.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:01 smithi117 bash[18692]: audit 2024-03-30T04:31:01.229521+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:01.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:01 smithi117 bash[18692]: audit 2024-03-30T04:31:01.231517+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:01.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:01 smithi117 bash[18692]: audit 2024-03-30T04:31:01.244759+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:03.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:03 smithi111 bash[18552]: cluster 2024-03-30T04:31:01.932164+0000 mgr.y (mgr.14152) 236 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:31:03.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:03 smithi111 bash[24005]: cluster 2024-03-30T04:31:01.932164+0000 mgr.y (mgr.14152) 236 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:31:03.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:03 smithi117 bash[18692]: cluster 2024-03-30T04:31:01.932164+0000 mgr.y (mgr.14152) 236 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:31:05.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:05 smithi111 bash[18552]: cluster 2024-03-30T04:31:03.932707+0000 mgr.y (mgr.14152) 237 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:31:05.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:05 smithi111 bash[24005]: cluster 2024-03-30T04:31:03.932707+0000 mgr.y (mgr.14152) 237 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:31:05.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:05 smithi117 bash[18692]: cluster 2024-03-30T04:31:03.932707+0000 mgr.y (mgr.14152) 237 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:31:07.620 INFO:teuthology.orchestra.run.smithi117.stdout:Created osd(s) 7 on host 'smithi117' 2024-03-30T04:31:07.817 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:07 smithi111 bash[18552]: cluster 2024-03-30T04:31:05.933264+0000 mgr.y (mgr.14152) 238 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:31:07.817 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:07 smithi111 bash[24005]: cluster 2024-03-30T04:31:05.933264+0000 mgr.y (mgr.14152) 238 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:31:07.832 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:07 smithi117 bash[18692]: cluster 2024-03-30T04:31:05.933264+0000 mgr.y (mgr.14152) 238 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:31:08.249 DEBUG:teuthology.orchestra.run.smithi117:osd.7> sudo journalctl -f -n 0 -u ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@osd.7.service 2024-03-30T04:31:08.251 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-03-30T04:31:08.251 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph osd stat -f json 2024-03-30T04:31:08.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:08 smithi111 bash[18552]: audit 2024-03-30T04:31:07.621968+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:08.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:08 smithi111 bash[18552]: audit 2024-03-30T04:31:07.632942+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:08.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:08 smithi111 bash[18552]: audit 2024-03-30T04:31:07.635605+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:08.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:08 smithi111 bash[18552]: audit 2024-03-30T04:31:07.637359+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:08.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:08 smithi111 bash[18552]: audit 2024-03-30T04:31:07.641806+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:31:08.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:08 smithi111 bash[18552]: audit 2024-03-30T04:31:07.643580+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:31:08.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:08 smithi111 bash[18552]: audit 2024-03-30T04:31:07.645380+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:31:08.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:08 smithi111 bash[18552]: audit 2024-03-30T04:31:07.647058+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:31:08.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:08 smithi111 bash[18552]: cephadm 2024-03-30T04:31:07.648380+0000 mgr.y (mgr.14152) 239 : cephadm [INF] Adjusting osd_memory_target on smithi117 to 4060M 2024-03-30T04:31:08.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:08 smithi111 bash[18552]: audit 2024-03-30T04:31:07.658865+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:08.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:08 smithi111 bash[18552]: audit 2024-03-30T04:31:07.668848+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:08.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:08 smithi111 bash[18552]: audit 2024-03-30T04:31:08.248085+0000 mon.b (mon.2) 22 : audit [INF] from='osd.7 [v2:172.21.15.117:6824/3773669263,v1:172.21.15.117:6825/3773669263]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-30T04:31:08.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:08 smithi111 bash[18552]: audit 2024-03-30T04:31:08.248666+0000 mon.a (mon.0) 722 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-30T04:31:08.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:08 smithi111 bash[24005]: audit 2024-03-30T04:31:07.621968+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:08.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:08 smithi111 bash[24005]: audit 2024-03-30T04:31:07.632942+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:08.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:08 smithi111 bash[24005]: audit 2024-03-30T04:31:07.635605+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:08.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:08 smithi111 bash[24005]: audit 2024-03-30T04:31:07.637359+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:08.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:08 smithi111 bash[24005]: audit 2024-03-30T04:31:07.641806+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:31:08.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:08 smithi111 bash[24005]: audit 2024-03-30T04:31:07.643580+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:31:08.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:08 smithi111 bash[24005]: audit 2024-03-30T04:31:07.645380+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:31:08.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:08 smithi111 bash[24005]: audit 2024-03-30T04:31:07.647058+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:31:08.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:08 smithi111 bash[24005]: cephadm 2024-03-30T04:31:07.648380+0000 mgr.y (mgr.14152) 239 : cephadm [INF] Adjusting osd_memory_target on smithi117 to 4060M 2024-03-30T04:31:08.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:08 smithi111 bash[24005]: audit 2024-03-30T04:31:07.658865+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:08.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:08 smithi111 bash[24005]: audit 2024-03-30T04:31:07.668848+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:08.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:08 smithi111 bash[24005]: audit 2024-03-30T04:31:08.248085+0000 mon.b (mon.2) 22 : audit [INF] from='osd.7 [v2:172.21.15.117:6824/3773669263,v1:172.21.15.117:6825/3773669263]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-30T04:31:08.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:08 smithi111 bash[24005]: audit 2024-03-30T04:31:08.248666+0000 mon.a (mon.0) 722 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-30T04:31:08.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:08 smithi117 bash[18692]: audit 2024-03-30T04:31:07.621968+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:08.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:08 smithi117 bash[18692]: audit 2024-03-30T04:31:07.632942+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:08.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:08 smithi117 bash[18692]: audit 2024-03-30T04:31:07.635605+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:08.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:08 smithi117 bash[18692]: audit 2024-03-30T04:31:07.637359+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:08.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:08 smithi117 bash[18692]: audit 2024-03-30T04:31:07.641806+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:31:08.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:08 smithi117 bash[18692]: audit 2024-03-30T04:31:07.643580+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:31:08.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:08 smithi117 bash[18692]: audit 2024-03-30T04:31:07.645380+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:31:08.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:08 smithi117 bash[18692]: audit 2024-03-30T04:31:07.647058+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:31:08.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:08 smithi117 bash[18692]: cephadm 2024-03-30T04:31:07.648380+0000 mgr.y (mgr.14152) 239 : cephadm [INF] Adjusting osd_memory_target on smithi117 to 4060M 2024-03-30T04:31:08.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:08 smithi117 bash[18692]: audit 2024-03-30T04:31:07.658865+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:08.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:08 smithi117 bash[18692]: audit 2024-03-30T04:31:07.668848+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:08.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:08 smithi117 bash[18692]: audit 2024-03-30T04:31:08.248085+0000 mon.b (mon.2) 22 : audit [INF] from='osd.7 [v2:172.21.15.117:6824/3773669263,v1:172.21.15.117:6825/3773669263]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-30T04:31:08.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:08 smithi117 bash[18692]: audit 2024-03-30T04:31:08.248666+0000 mon.a (mon.0) 722 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-30T04:31:09.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:09 smithi111 bash[18552]: cluster 2024-03-30T04:31:07.933828+0000 mgr.y (mgr.14152) 240 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:31:09.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:09 smithi111 bash[18552]: audit 2024-03-30T04:31:08.681994+0000 mon.a (mon.0) 723 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-30T04:31:09.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:09 smithi111 bash[18552]: cluster 2024-03-30T04:31:08.682200+0000 mon.a (mon.0) 724 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2024-03-30T04:31:09.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:09 smithi111 bash[18552]: audit 2024-03-30T04:31:08.682452+0000 mon.a (mon.0) 725 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:31:09.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:09 smithi111 bash[18552]: audit 2024-03-30T04:31:08.683560+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.117:6824/3773669263,v1:172.21.15.117:6825/3773669263]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:31:09.941 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:09 smithi111 bash[18552]: audit 2024-03-30T04:31:08.684081+0000 mon.a (mon.0) 726 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:31:09.941 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:09 smithi111 bash[24005]: cluster 2024-03-30T04:31:07.933828+0000 mgr.y (mgr.14152) 240 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:31:09.941 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:09 smithi111 bash[24005]: audit 2024-03-30T04:31:08.681994+0000 mon.a (mon.0) 723 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-30T04:31:09.941 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:09 smithi111 bash[24005]: cluster 2024-03-30T04:31:08.682200+0000 mon.a (mon.0) 724 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2024-03-30T04:31:09.942 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:09 smithi111 bash[24005]: audit 2024-03-30T04:31:08.682452+0000 mon.a (mon.0) 725 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:31:09.942 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:09 smithi111 bash[24005]: audit 2024-03-30T04:31:08.683560+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.117:6824/3773669263,v1:172.21.15.117:6825/3773669263]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:31:09.942 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:09 smithi111 bash[24005]: audit 2024-03-30T04:31:08.684081+0000 mon.a (mon.0) 726 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:31:10.081 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:09 smithi117 bash[18692]: cluster 2024-03-30T04:31:07.933828+0000 mgr.y (mgr.14152) 240 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:31:10.081 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:09 smithi117 bash[18692]: audit 2024-03-30T04:31:08.681994+0000 mon.a (mon.0) 723 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-30T04:31:10.081 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:09 smithi117 bash[18692]: cluster 2024-03-30T04:31:08.682200+0000 mon.a (mon.0) 724 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2024-03-30T04:31:10.081 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:09 smithi117 bash[18692]: audit 2024-03-30T04:31:08.682452+0000 mon.a (mon.0) 725 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:31:10.081 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:09 smithi117 bash[18692]: audit 2024-03-30T04:31:08.683560+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.117:6824/3773669263,v1:172.21.15.117:6825/3773669263]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:31:10.081 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:09 smithi117 bash[18692]: audit 2024-03-30T04:31:08.684081+0000 mon.a (mon.0) 726 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:31:10.082 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:31:09 smithi117 bash[33716]: debug 2024-03-30T04:31:09.692+0000 7fef4f62b700 -1 osd.7 0 waiting for initial osdmap 2024-03-30T04:31:10.082 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:31:09 smithi117 bash[33716]: debug 2024-03-30T04:31:09.708+0000 7fef497c1700 -1 osd.7 54 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:31:10.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:10 smithi117 bash[18692]: audit 2024-03-30T04:31:09.683192+0000 mon.a (mon.0) 727 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]': finished 2024-03-30T04:31:10.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:10 smithi117 bash[18692]: cluster 2024-03-30T04:31:09.683401+0000 mon.a (mon.0) 728 : cluster [DBG] osdmap e54: 8 total, 7 up, 8 in 2024-03-30T04:31:10.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:10 smithi117 bash[18692]: audit 2024-03-30T04:31:09.684151+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:31:10.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:10 smithi117 bash[18692]: audit 2024-03-30T04:31:09.696290+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:31:10.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:10 smithi117 bash[18692]: cluster 2024-03-30T04:31:10.299563+0000 mon.a (mon.0) 731 : cluster [INF] osd.7 [v2:172.21.15.117:6824/3773669263,v1:172.21.15.117:6825/3773669263] boot 2024-03-30T04:31:10.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:10 smithi117 bash[18692]: cluster 2024-03-30T04:31:10.299647+0000 mon.a (mon.0) 732 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-03-30T04:31:10.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:10 smithi117 bash[18692]: audit 2024-03-30T04:31:10.301706+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:31:11.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:10 smithi111 bash[18552]: audit 2024-03-30T04:31:09.683192+0000 mon.a (mon.0) 727 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]': finished 2024-03-30T04:31:11.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:10 smithi111 bash[18552]: cluster 2024-03-30T04:31:09.683401+0000 mon.a (mon.0) 728 : cluster [DBG] osdmap e54: 8 total, 7 up, 8 in 2024-03-30T04:31:11.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:10 smithi111 bash[18552]: audit 2024-03-30T04:31:09.684151+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:31:11.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:10 smithi111 bash[18552]: audit 2024-03-30T04:31:09.696290+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:31:11.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:10 smithi111 bash[18552]: cluster 2024-03-30T04:31:10.299563+0000 mon.a (mon.0) 731 : cluster [INF] osd.7 [v2:172.21.15.117:6824/3773669263,v1:172.21.15.117:6825/3773669263] boot 2024-03-30T04:31:11.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:10 smithi111 bash[18552]: cluster 2024-03-30T04:31:10.299647+0000 mon.a (mon.0) 732 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-03-30T04:31:11.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:10 smithi111 bash[18552]: audit 2024-03-30T04:31:10.301706+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:31:11.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:10 smithi111 bash[24005]: audit 2024-03-30T04:31:09.683192+0000 mon.a (mon.0) 727 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]': finished 2024-03-30T04:31:11.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:10 smithi111 bash[24005]: cluster 2024-03-30T04:31:09.683401+0000 mon.a (mon.0) 728 : cluster [DBG] osdmap e54: 8 total, 7 up, 8 in 2024-03-30T04:31:11.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:10 smithi111 bash[24005]: audit 2024-03-30T04:31:09.684151+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:31:11.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:10 smithi111 bash[24005]: audit 2024-03-30T04:31:09.696290+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:31:11.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:10 smithi111 bash[24005]: cluster 2024-03-30T04:31:10.299563+0000 mon.a (mon.0) 731 : cluster [INF] osd.7 [v2:172.21.15.117:6824/3773669263,v1:172.21.15.117:6825/3773669263] boot 2024-03-30T04:31:11.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:10 smithi111 bash[24005]: cluster 2024-03-30T04:31:10.299647+0000 mon.a (mon.0) 732 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-03-30T04:31:11.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:10 smithi111 bash[24005]: audit 2024-03-30T04:31:10.301706+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:31:11.972 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:11 smithi111 bash[18552]: cluster 2024-03-30T04:31:09.228329+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:31:11.972 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:11 smithi111 bash[18552]: cluster 2024-03-30T04:31:09.228536+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:31:11.972 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:11 smithi111 bash[18552]: cluster 2024-03-30T04:31:09.934215+0000 mgr.y (mgr.14152) 241 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:31:11.972 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:11 smithi111 bash[18552]: cluster 2024-03-30T04:31:11.310685+0000 mon.a (mon.0) 734 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-03-30T04:31:11.972 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:11 smithi111 bash[24005]: cluster 2024-03-30T04:31:09.228329+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:31:11.973 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:11 smithi111 bash[24005]: cluster 2024-03-30T04:31:09.228536+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:31:11.973 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:11 smithi111 bash[24005]: cluster 2024-03-30T04:31:09.934215+0000 mgr.y (mgr.14152) 241 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:31:11.973 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:11 smithi111 bash[24005]: cluster 2024-03-30T04:31:11.310685+0000 mon.a (mon.0) 734 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-03-30T04:31:12.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:11 smithi117 bash[18692]: cluster 2024-03-30T04:31:09.228329+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:31:12.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:11 smithi117 bash[18692]: cluster 2024-03-30T04:31:09.228536+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:31:12.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:11 smithi117 bash[18692]: cluster 2024-03-30T04:31:09.934215+0000 mgr.y (mgr.14152) 241 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:31:12.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:11 smithi117 bash[18692]: cluster 2024-03-30T04:31:11.310685+0000 mon.a (mon.0) 734 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-03-30T04:31:12.620 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-03-30T04:31:12.849 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:31:12 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:31:12] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:31:13.119 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:31:12 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:31:12] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:31:13.467 INFO:teuthology.orchestra.run.smithi111.stdout:{"epoch":57,"num_osds":8,"num_up_osds":8,"osd_up_since":1711773070,"num_in_osds":8,"osd_in_since":1711773046,"num_remapped_pgs":1} 2024-03-30T04:31:13.468 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph osd dump --format=json 2024-03-30T04:31:13.478 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:31:13 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:31:13] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:31:13.478 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:13 smithi111 bash[24005]: cluster 2024-03-30T04:31:11.934747+0000 mgr.y (mgr.14152) 242 : cluster [DBG] pgmap v228: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:13.478 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:13 smithi111 bash[24005]: cluster 2024-03-30T04:31:12.311257+0000 mon.a (mon.0) 735 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-03-30T04:31:13.478 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:13 smithi111 bash[24005]: audit 2024-03-30T04:31:12.548361+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:13.479 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:13 smithi111 bash[24005]: cephadm 2024-03-30T04:31:12.549854+0000 mgr.y (mgr.14152) 243 : cephadm [INF] Detected new or changed devices on smithi117 2024-03-30T04:31:13.479 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:13 smithi111 bash[24005]: audit 2024-03-30T04:31:12.550767+0000 mon.a (mon.0) 737 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:13.479 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:13 smithi111 bash[24005]: audit 2024-03-30T04:31:12.553770+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:13.479 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:13 smithi111 bash[24005]: audit 2024-03-30T04:31:12.553950+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:13.479 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:13 smithi111 bash[24005]: audit 2024-03-30T04:31:12.555807+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:13.479 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:13 smithi111 bash[24005]: cluster 2024-03-30T04:31:12.559079+0000 mgr.y (mgr.14152) 244 : cluster [DBG] pgmap v230: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:13.479 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:13 smithi111 bash[24005]: audit 2024-03-30T04:31:12.562782+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:13.479 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:13 smithi111 bash[24005]: audit 2024-03-30T04:31:12.623686+0000 mon.a (mon.0) 742 : audit [DBG] from='client.? 172.21.15.111:0/1354175084' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-30T04:31:13.479 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:13 smithi111 bash[24005]: cluster 2024-03-30T04:31:12.699058+0000 mon.a (mon.0) 743 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-30T04:31:13.479 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:13 smithi111 bash[24005]: audit 2024-03-30T04:31:12.847050+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:13.479 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:13 smithi111 bash[24005]: audit 2024-03-30T04:31:12.852109+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:13.479 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:13 smithi111 bash[24005]: audit 2024-03-30T04:31:13.306767+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:13.480 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:13 smithi111 bash[18552]: cluster 2024-03-30T04:31:11.934747+0000 mgr.y (mgr.14152) 242 : cluster [DBG] pgmap v228: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:13.480 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:13 smithi111 bash[18552]: cluster 2024-03-30T04:31:12.311257+0000 mon.a (mon.0) 735 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-03-30T04:31:13.480 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:13 smithi111 bash[18552]: audit 2024-03-30T04:31:12.548361+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:13.480 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:13 smithi111 bash[18552]: cephadm 2024-03-30T04:31:12.549854+0000 mgr.y (mgr.14152) 243 : cephadm [INF] Detected new or changed devices on smithi117 2024-03-30T04:31:13.480 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:13 smithi111 bash[18552]: audit 2024-03-30T04:31:12.550767+0000 mon.a (mon.0) 737 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:13.480 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:13 smithi111 bash[18552]: audit 2024-03-30T04:31:12.553770+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:13.480 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:13 smithi111 bash[18552]: audit 2024-03-30T04:31:12.553950+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:13.480 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:13 smithi111 bash[18552]: audit 2024-03-30T04:31:12.555807+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:13.480 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:13 smithi111 bash[18552]: cluster 2024-03-30T04:31:12.559079+0000 mgr.y (mgr.14152) 244 : cluster [DBG] pgmap v230: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:13.480 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:13 smithi111 bash[18552]: audit 2024-03-30T04:31:12.562782+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:13.481 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:13 smithi111 bash[18552]: audit 2024-03-30T04:31:12.623686+0000 mon.a (mon.0) 742 : audit [DBG] from='client.? 172.21.15.111:0/1354175084' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-30T04:31:13.481 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:13 smithi111 bash[18552]: cluster 2024-03-30T04:31:12.699058+0000 mon.a (mon.0) 743 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-30T04:31:13.481 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:13 smithi111 bash[18552]: audit 2024-03-30T04:31:12.847050+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:13.481 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:13 smithi111 bash[18552]: audit 2024-03-30T04:31:12.852109+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:13.481 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:13 smithi111 bash[18552]: audit 2024-03-30T04:31:13.306767+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:13.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:13 smithi117 bash[18692]: cluster 2024-03-30T04:31:11.934747+0000 mgr.y (mgr.14152) 242 : cluster [DBG] pgmap v228: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:13.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:13 smithi117 bash[18692]: cluster 2024-03-30T04:31:12.311257+0000 mon.a (mon.0) 735 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-03-30T04:31:13.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:13 smithi117 bash[18692]: audit 2024-03-30T04:31:12.548361+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:13.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:13 smithi117 bash[18692]: cephadm 2024-03-30T04:31:12.549854+0000 mgr.y (mgr.14152) 243 : cephadm [INF] Detected new or changed devices on smithi117 2024-03-30T04:31:13.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:13 smithi117 bash[18692]: audit 2024-03-30T04:31:12.550767+0000 mon.a (mon.0) 737 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:13.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:13 smithi117 bash[18692]: audit 2024-03-30T04:31:12.553770+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:13.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:13 smithi117 bash[18692]: audit 2024-03-30T04:31:12.553950+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:13.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:13 smithi117 bash[18692]: audit 2024-03-30T04:31:12.555807+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:13.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:13 smithi117 bash[18692]: cluster 2024-03-30T04:31:12.559079+0000 mgr.y (mgr.14152) 244 : cluster [DBG] pgmap v230: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:13.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:13 smithi117 bash[18692]: audit 2024-03-30T04:31:12.562782+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:13.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:13 smithi117 bash[18692]: audit 2024-03-30T04:31:12.623686+0000 mon.a (mon.0) 742 : audit [DBG] from='client.? 172.21.15.111:0/1354175084' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-30T04:31:13.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:13 smithi117 bash[18692]: cluster 2024-03-30T04:31:12.699058+0000 mon.a (mon.0) 743 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-30T04:31:13.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:13 smithi117 bash[18692]: audit 2024-03-30T04:31:12.847050+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:13.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:13 smithi117 bash[18692]: audit 2024-03-30T04:31:12.852109+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:13.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:13 smithi117 bash[18692]: audit 2024-03-30T04:31:13.306767+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:14.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:14 smithi111 bash[24005]: audit 2024-03-30T04:31:13.313276+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:14.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:14 smithi111 bash[24005]: cluster 2024-03-30T04:31:13.321364+0000 mon.a (mon.0) 748 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-03-30T04:31:14.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:14 smithi111 bash[24005]: audit 2024-03-30T04:31:13.335087+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:14.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:14 smithi111 bash[24005]: audit 2024-03-30T04:31:13.336903+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:14.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:14 smithi111 bash[24005]: audit 2024-03-30T04:31:13.338055+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:14.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:14 smithi111 bash[24005]: cluster 2024-03-30T04:31:13.340837+0000 mgr.y (mgr.14152) 245 : cluster [DBG] pgmap v232: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:14.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:14 smithi111 bash[24005]: audit 2024-03-30T04:31:13.344968+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:14.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:14 smithi111 bash[18552]: audit 2024-03-30T04:31:13.313276+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:14.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:14 smithi111 bash[18552]: cluster 2024-03-30T04:31:13.321364+0000 mon.a (mon.0) 748 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-03-30T04:31:14.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:14 smithi111 bash[18552]: audit 2024-03-30T04:31:13.335087+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:14.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:14 smithi111 bash[18552]: audit 2024-03-30T04:31:13.336903+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:14.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:14 smithi111 bash[18552]: audit 2024-03-30T04:31:13.338055+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:14.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:14 smithi111 bash[18552]: cluster 2024-03-30T04:31:13.340837+0000 mgr.y (mgr.14152) 245 : cluster [DBG] pgmap v232: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:14.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:14 smithi111 bash[18552]: audit 2024-03-30T04:31:13.344968+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:14.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:14 smithi117 bash[18692]: audit 2024-03-30T04:31:13.313276+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:14.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:14 smithi117 bash[18692]: cluster 2024-03-30T04:31:13.321364+0000 mon.a (mon.0) 748 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-03-30T04:31:14.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:14 smithi117 bash[18692]: audit 2024-03-30T04:31:13.335087+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:14.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:14 smithi117 bash[18692]: audit 2024-03-30T04:31:13.336903+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:14.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:14 smithi117 bash[18692]: audit 2024-03-30T04:31:13.338055+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:14.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:14 smithi117 bash[18692]: cluster 2024-03-30T04:31:13.340837+0000 mgr.y (mgr.14152) 245 : cluster [DBG] pgmap v232: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:14.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:14 smithi117 bash[18692]: audit 2024-03-30T04:31:13.344968+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:15.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:15 smithi111 bash[24005]: cluster 2024-03-30T04:31:14.314588+0000 mon.a (mon.0) 753 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-30T04:31:15.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:15 smithi111 bash[24005]: cluster 2024-03-30T04:31:14.314654+0000 mon.a (mon.0) 754 : cluster [INF] Cluster is now healthy 2024-03-30T04:31:15.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:15 smithi111 bash[24005]: cluster 2024-03-30T04:31:14.334656+0000 mon.a (mon.0) 755 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-03-30T04:31:15.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:15 smithi111 bash[24005]: audit 2024-03-30T04:31:14.988075+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:31:15.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:15 smithi111 bash[24005]: audit 2024-03-30T04:31:14.989645+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:31:15.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:15 smithi111 bash[18552]: cluster 2024-03-30T04:31:14.314588+0000 mon.a (mon.0) 753 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-30T04:31:15.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:15 smithi111 bash[18552]: cluster 2024-03-30T04:31:14.314654+0000 mon.a (mon.0) 754 : cluster [INF] Cluster is now healthy 2024-03-30T04:31:15.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:15 smithi111 bash[18552]: cluster 2024-03-30T04:31:14.334656+0000 mon.a (mon.0) 755 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-03-30T04:31:15.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:15 smithi111 bash[18552]: audit 2024-03-30T04:31:14.988075+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:31:15.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:15 smithi111 bash[18552]: audit 2024-03-30T04:31:14.989645+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:31:15.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:15 smithi117 bash[18692]: cluster 2024-03-30T04:31:14.314588+0000 mon.a (mon.0) 753 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-30T04:31:15.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:15 smithi117 bash[18692]: cluster 2024-03-30T04:31:14.314654+0000 mon.a (mon.0) 754 : cluster [INF] Cluster is now healthy 2024-03-30T04:31:15.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:15 smithi117 bash[18692]: cluster 2024-03-30T04:31:14.334656+0000 mon.a (mon.0) 755 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-03-30T04:31:15.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:15 smithi117 bash[18692]: audit 2024-03-30T04:31:14.988075+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:31:15.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:15 smithi117 bash[18692]: audit 2024-03-30T04:31:14.989645+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:31:16.189 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:31:16.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:16 smithi111 bash[24005]: cluster 2024-03-30T04:31:15.341301+0000 mgr.y (mgr.14152) 246 : cluster [DBG] pgmap v234: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:16.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:16 smithi111 bash[18552]: cluster 2024-03-30T04:31:15.341301+0000 mgr.y (mgr.14152) 246 : cluster [DBG] pgmap v234: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:16.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:16 smithi117 bash[18692]: cluster 2024-03-30T04:31:15.341301+0000 mgr.y (mgr.14152) 246 : cluster [DBG] pgmap v234: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:18.707 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:18 smithi111 bash[18552]: cluster 2024-03-30T04:31:17.341786+0000 mgr.y (mgr.14152) 247 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 103 KiB/s, 0 objects/s recovering 2024-03-30T04:31:18.707 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:18 smithi111 bash[24005]: cluster 2024-03-30T04:31:17.341786+0000 mgr.y (mgr.14152) 247 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 103 KiB/s, 0 objects/s recovering 2024-03-30T04:31:18.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:18 smithi117 bash[18692]: cluster 2024-03-30T04:31:17.341786+0000 mgr.y (mgr.14152) 247 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 103 KiB/s, 0 objects/s recovering 2024-03-30T04:31:19.066 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-03-30T04:31:19.067 INFO:teuthology.orchestra.run.smithi111.stdout:{"epoch":59,"fsid":"374abe7a-ee4d-11ee-b647-cb9ed24678a4","created":"2024-03-30T04:24:14.385162+0000","modified":"2024-03-30T04:31:14.315103+0000","last_up_change":"2024-03-30T04:31:10.292318+0000","last_in_change":"2024-03-30T04:30:46.243192+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-30T04:28:09.472175+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":"22","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":"01a4243e-1d4e-4750-bcbb-ac423d7d8d49","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6802","nonce":3310251367},{"type":"v1","addr":"172.21.15.111:6803","nonce":3310251367}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6804","nonce":3310251367},{"type":"v1","addr":"172.21.15.111:6805","nonce":3310251367}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6808","nonce":3310251367},{"type":"v1","addr":"172.21.15.111:6809","nonce":3310251367}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6806","nonce":3310251367},{"type":"v1","addr":"172.21.15.111:6807","nonce":3310251367}]},"public_addr":"172.21.15.111:6803/3310251367","cluster_addr":"172.21.15.111:6805/3310251367","heartbeat_back_addr":"172.21.15.111:6809/3310251367","heartbeat_front_addr":"172.21.15.111:6807/3310251367","state":["exists","up"]},{"osd":1,"uuid":"fd94d394-77ba-4b28-85d4-e47e73df5f1c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6810","nonce":1337761035},{"type":"v1","addr":"172.21.15.111:6811","nonce":1337761035}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6812","nonce":1337761035},{"type":"v1","addr":"172.21.15.111:6813","nonce":1337761035}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6816","nonce":1337761035},{"type":"v1","addr":"172.21.15.111:6817","nonce":1337761035}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6814","nonce":1337761035},{"type":"v1","addr":"172.21.15.111:6815","nonce":1337761035}]},"public_addr":"172.21.15.111:6811/1337761035","cluster_addr":"172.21.15.111:6813/1337761035","heartbeat_back_addr":"172.21.15.111:6817/1337761035","heartbeat_front_addr":"172.21.15.111:6815/1337761035","state":["exists","up"]},{"osd":2,"uuid":"b6a86fbc-6ca6-43f2-a48e-f359a194fb4f","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.111:6818","nonce":1008304717},{"type":"v1","addr":"172.21.15.111:6819","nonce":1008304717}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6820","nonce":1008304717},{"type":"v1","addr":"172.21.15.111:6821","nonce":1008304717}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6824","nonce":1008304717},{"type":"v1","addr":"172.21.15.111:6825","nonce":1008304717}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6822","nonce":1008304717},{"type":"v1","addr":"172.21.15.111:6823","nonce":1008304717}]},"public_addr":"172.21.15.111:6819/1008304717","cluster_addr":"172.21.15.111:6821/1008304717","heartbeat_back_addr":"172.21.15.111:6825/1008304717","heartbeat_front_addr":"172.21.15.111:6823/1008304717","state":["exists","up"]},{"osd":3,"uuid":"2fb63954-eb15-41a4-9461-3856f7cb8062","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6826","nonce":2925353760},{"type":"v1","addr":"172.21.15.111:6827","nonce":2925353760}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6828","nonce":2925353760},{"type":"v1","addr":"172.21.15.111:6829","nonce":2925353760}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6832","nonce":2925353760},{"type":"v1","addr":"172.21.15.111:6833","nonce":2925353760}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6830","nonce":2925353760},{"type":"v1","addr":"172.21.15.111:6831","nonce":2925353760}]},"public_addr":"172.21.15.111:6827/2925353760","cluster_addr":"172.21.15.111:6829/2925353760","heartbeat_back_addr":"172.21.15.111:6833/2925353760","heartbeat_front_addr":"172.21.15.111:6831/2925353760","state":["exists","up"]},{"osd":4,"uuid":"02907e65-99c9-4acf-94ee-93294148f51c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6800","nonce":2676809294},{"type":"v1","addr":"172.21.15.117:6801","nonce":2676809294}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6802","nonce":2676809294},{"type":"v1","addr":"172.21.15.117:6803","nonce":2676809294}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6806","nonce":2676809294},{"type":"v1","addr":"172.21.15.117:6807","nonce":2676809294}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6804","nonce":2676809294},{"type":"v1","addr":"172.21.15.117:6805","nonce":2676809294}]},"public_addr":"172.21.15.117:6801/2676809294","cluster_addr":"172.21.15.117:6803/2676809294","heartbeat_back_addr":"172.21.15.117:6807/2676809294","heartbeat_front_addr":"172.21.15.117:6805/2676809294","state":["exists","up"]},{"osd":5,"uuid":"4290cca9-6c76-4f3c-8b3a-abde78ffecbc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6808","nonce":3113647815},{"type":"v1","addr":"172.21.15.117:6809","nonce":3113647815}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6810","nonce":3113647815},{"type":"v1","addr":"172.21.15.117:6811","nonce":3113647815}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6814","nonce":3113647815},{"type":"v1","addr":"172.21.15.117:6815","nonce":3113647815}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6812","nonce":3113647815},{"type":"v1","addr":"172.21.15.117:6813","nonce":3113647815}]},"public_addr":"172.21.15.117:6809/3113647815","cluster_addr":"172.21.15.117:6811/3113647815","heartbeat_back_addr":"172.21.15.117:6815/3113647815","heartbeat_front_addr":"172.21.15.117:6813/3113647815","state":["exists","up"]},{"osd":6,"uuid":"fdb30eab-ec1e-4c5e-8eca-4716a9cfd401","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6816","nonce":3298474225},{"type":"v1","addr":"172.21.15.117:6817","nonce":3298474225}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6818","nonce":3298474225},{"type":"v1","addr":"172.21.15.117:6819","nonce":3298474225}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6822","nonce":3298474225},{"type":"v1","addr":"172.21.15.117:6823","nonce":3298474225}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6820","nonce":3298474225},{"type":"v1","addr":"172.21.15.117:6821","nonce":3298474225}]},"public_addr":"172.21.15.117:6817/3298474225","cluster_addr":"172.21.15.117:6819/3298474225","heartbeat_back_addr":"172.21.15.117:6823/3298474225","heartbeat_front_addr":"172.21.15.117:6821/3298474225","state":["exists","up"]},{"osd":7,"uuid":"acaf7d35-bbf6-46ea-b113-22465a28074c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":55,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6824","nonce":3773669263},{"type":"v1","addr":"172.21.15.117:6825","nonce":3773669263}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6826","nonce":3773669263},{"type":"v1","addr":"172.21.15.117:6827","nonce":3773669263}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6830","nonce":3773669263},{"type":"v1","addr":"172.21.15.117:6831","nonce":3773669263}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6828","nonce":3773669263},{"type":"v1","addr":"172.21.15.117:6829","nonce":3773669263}]},"public_addr":"172.21.15.117:6825/3773669263","cluster_addr":"172.21.15.117:6827/3773669263","heartbeat_back_addr":"172.21.15.117:6831/3773669263","heartbeat_front_addr":"172.21.15.117:6829/3773669263","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:26:54.471904+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:27:28.987564+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:28:06.118954+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:28:45.668867+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:29:22.267248+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:29:59.471549+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:30:32.396245+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:31:09.228542+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.111:0/4107168456":"2024-03-31T04:25:14.840170+0000","172.21.15.111:0/3886509437":"2024-03-31T04:25:14.840170+0000","172.21.15.111:6801/2465435497":"2024-03-31T04:25:14.840170+0000","172.21.15.111:6800/2465435497":"2024-03-31T04:25:14.840170+0000","172.21.15.111:0/778081436":"2024-03-31T04:25:14.840170+0000","172.21.15.111:0/3010927142":"2024-03-31T04:24:44.704149+0000","172.21.15.111:6801/2730919926":"2024-03-31T04:24:44.704149+0000","172.21.15.111:0/2231899702":"2024-03-31T04:24:44.704149+0000","172.21.15.111:0/1844044427":"2024-03-31T04:24:44.704149+0000","172.21.15.111:6800/2730919926":"2024-03-31T04:24:44.704149+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-30T04:31:19.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:19 smithi111 bash[18552]: audit 2024-03-30T04:31:19.068793+0000 mon.a (mon.0) 758 : audit [DBG] from='client.? 172.21.15.111:0/2421518177' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-30T04:31:19.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:19 smithi111 bash[24005]: audit 2024-03-30T04:31:19.068793+0000 mon.a (mon.0) 758 : audit [DBG] from='client.? 172.21.15.111:0/2421518177' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-30T04:31:19.855 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-03-30T04:28:09.472175+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': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2024-03-30T04:31:19.855 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph osd pool get .mgr pg_num 2024-03-30T04:31:19.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:19 smithi117 bash[18692]: audit 2024-03-30T04:31:19.068793+0000 mon.a (mon.0) 758 : audit [DBG] from='client.? 172.21.15.111:0/2421518177' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-30T04:31:20.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:20 smithi111 bash[18552]: cluster 2024-03-30T04:31:19.342413+0000 mgr.y (mgr.14152) 248 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 76 KiB/s, 0 objects/s recovering 2024-03-30T04:31:20.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:20 smithi111 bash[24005]: cluster 2024-03-30T04:31:19.342413+0000 mgr.y (mgr.14152) 248 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 76 KiB/s, 0 objects/s recovering 2024-03-30T04:31:20.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:20 smithi117 bash[18692]: cluster 2024-03-30T04:31:19.342413+0000 mgr.y (mgr.14152) 248 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 76 KiB/s, 0 objects/s recovering 2024-03-30T04:31:22.623 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:31:22.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:22 smithi111 bash[24005]: cluster 2024-03-30T04:31:21.343038+0000 mgr.y (mgr.14152) 249 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 64 KiB/s, 0 objects/s recovering 2024-03-30T04:31:22.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:22 smithi111 bash[18552]: cluster 2024-03-30T04:31:21.343038+0000 mgr.y (mgr.14152) 249 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 64 KiB/s, 0 objects/s recovering 2024-03-30T04:31:22.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:22 smithi117 bash[18692]: cluster 2024-03-30T04:31:21.343038+0000 mgr.y (mgr.14152) 249 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 64 KiB/s, 0 objects/s recovering 2024-03-30T04:31:24.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:24 smithi111 bash[18552]: cluster 2024-03-30T04:31:23.343613+0000 mgr.y (mgr.14152) 250 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-03-30T04:31:24.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:24 smithi111 bash[24005]: cluster 2024-03-30T04:31:23.343613+0000 mgr.y (mgr.14152) 250 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-03-30T04:31:24.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:24 smithi117 bash[18692]: cluster 2024-03-30T04:31:23.343613+0000 mgr.y (mgr.14152) 250 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-03-30T04:31:25.524 INFO:teuthology.orchestra.run.smithi111.stdout:pg_num: 1 2024-03-30T04:31:26.265 INFO:tasks.cephadm:Adding prometheus.a on smithi117 2024-03-30T04:31:26.266 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch apply prometheus '1;smithi117=a' 2024-03-30T04:31:26.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:26 smithi111 bash[24005]: cluster 2024-03-30T04:31:25.343962+0000 mgr.y (mgr.14152) 251 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 47 KiB/s, 0 objects/s recovering 2024-03-30T04:31:26.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:26 smithi111 bash[24005]: audit 2024-03-30T04:31:25.527339+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.111:0/2975745690' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-30T04:31:26.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:26 smithi111 bash[18552]: cluster 2024-03-30T04:31:25.343962+0000 mgr.y (mgr.14152) 251 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 47 KiB/s, 0 objects/s recovering 2024-03-30T04:31:26.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:26 smithi111 bash[18552]: audit 2024-03-30T04:31:25.527339+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.111:0/2975745690' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-30T04:31:26.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:26 smithi117 bash[18692]: cluster 2024-03-30T04:31:25.343962+0000 mgr.y (mgr.14152) 251 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 47 KiB/s, 0 objects/s recovering 2024-03-30T04:31:26.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:26 smithi117 bash[18692]: audit 2024-03-30T04:31:25.527339+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.111:0/2975745690' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-30T04:31:28.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:28 smithi111 bash[18552]: cluster 2024-03-30T04:31:27.344537+0000 mgr.y (mgr.14152) 252 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2024-03-30T04:31:28.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:28 smithi111 bash[24005]: cluster 2024-03-30T04:31:27.344537+0000 mgr.y (mgr.14152) 252 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2024-03-30T04:31:28.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:28 smithi117 bash[18692]: cluster 2024-03-30T04:31:27.344537+0000 mgr.y (mgr.14152) 252 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2024-03-30T04:31:29.471 INFO:teuthology.orchestra.run.smithi117.stdout:Scheduled prometheus update... 2024-03-30T04:31:30.724 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:31:30 smithi117 bash[19625]: ignoring --setuser ceph since I am not root 2024-03-30T04:31:30.724 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:31:30 smithi117 bash[19625]: ignoring --setgroup ceph since I am not root 2024-03-30T04:31:30.724 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:31:30 smithi117 bash[19625]: debug 2024-03-30T04:31:30.579+0000 7efc00052700 1 -- 172.21.15.117:0/3327771360 <== mon.2 v2:172.21.15.117:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55ebd1f68340 con 0x55ebd2ce4c00 2024-03-30T04:31:30.724 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:30 smithi117 bash[18692]: cluster 2024-03-30T04:31:29.345049+0000 mgr.y (mgr.14152) 253 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:30.725 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:30 smithi117 bash[18692]: audit 2024-03-30T04:31:29.463530+0000 mgr.y (mgr.14152) 254 : audit [DBG] from='client.24314 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi117=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:31:30.725 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:30 smithi117 bash[18692]: cephadm 2024-03-30T04:31:29.467008+0000 mgr.y (mgr.14152) 255 : cephadm [INF] Saving service prometheus spec with placement smithi117=a;count:1 2024-03-30T04:31:30.725 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:30 smithi117 bash[18692]: audit 2024-03-30T04:31:29.473638+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:30.725 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:30 smithi117 bash[18692]: audit 2024-03-30T04:31:29.501744+0000 mon.a (mon.0) 760 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:30.725 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:30 smithi117 bash[18692]: audit 2024-03-30T04:31:29.504630+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:30.725 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:30 smithi117 bash[18692]: audit 2024-03-30T04:31:29.506533+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:30.725 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:30 smithi117 bash[18692]: audit 2024-03-30T04:31:29.517458+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:30.725 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:30 smithi117 bash[18692]: audit 2024-03-30T04:31:29.530530+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-30T04:31:30.869 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:31:30 smithi111 bash[18807]: ignoring --setuser ceph since I am not root 2024-03-30T04:31:30.869 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:31:30 smithi111 bash[18807]: ignoring --setgroup ceph since I am not root 2024-03-30T04:31:30.869 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:31:30 smithi111 bash[18807]: debug 2024-03-30T04:31:30.570+0000 7f86b04a0700 1 -- 172.21.15.111:0/3659149339 <== mon.0 v2:172.21.15.111:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55c39c896340 con 0x55c39d612400 2024-03-30T04:31:30.869 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:31:30 smithi111 bash[18807]: debug 2024-03-30T04:31:30.714+0000 7f86b8efc000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-30T04:31:30.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:30 smithi111 bash[24005]: cluster 2024-03-30T04:31:29.345049+0000 mgr.y (mgr.14152) 253 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:30.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:30 smithi111 bash[24005]: audit 2024-03-30T04:31:29.463530+0000 mgr.y (mgr.14152) 254 : audit [DBG] from='client.24314 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi117=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:31:30.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:30 smithi111 bash[24005]: cephadm 2024-03-30T04:31:29.467008+0000 mgr.y (mgr.14152) 255 : cephadm [INF] Saving service prometheus spec with placement smithi117=a;count:1 2024-03-30T04:31:30.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:30 smithi111 bash[24005]: audit 2024-03-30T04:31:29.473638+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:30.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:30 smithi111 bash[24005]: audit 2024-03-30T04:31:29.501744+0000 mon.a (mon.0) 760 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:30.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:30 smithi111 bash[24005]: audit 2024-03-30T04:31:29.504630+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:30.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:30 smithi111 bash[24005]: audit 2024-03-30T04:31:29.506533+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:30.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:30 smithi111 bash[24005]: audit 2024-03-30T04:31:29.517458+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:30.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:30 smithi111 bash[24005]: audit 2024-03-30T04:31:29.530530+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-30T04:31:30.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:30 smithi111 bash[18552]: cluster 2024-03-30T04:31:29.345049+0000 mgr.y (mgr.14152) 253 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:30.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:30 smithi111 bash[18552]: audit 2024-03-30T04:31:29.463530+0000 mgr.y (mgr.14152) 254 : audit [DBG] from='client.24314 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi117=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:31:30.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:30 smithi111 bash[18552]: cephadm 2024-03-30T04:31:29.467008+0000 mgr.y (mgr.14152) 255 : cephadm [INF] Saving service prometheus spec with placement smithi117=a;count:1 2024-03-30T04:31:30.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:30 smithi111 bash[18552]: audit 2024-03-30T04:31:29.473638+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:30.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:30 smithi111 bash[18552]: audit 2024-03-30T04:31:29.501744+0000 mon.a (mon.0) 760 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:30.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:30 smithi111 bash[18552]: audit 2024-03-30T04:31:29.504630+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:30.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:30 smithi111 bash[18552]: audit 2024-03-30T04:31:29.506533+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:30.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:30 smithi111 bash[18552]: audit 2024-03-30T04:31:29.517458+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' 2024-03-30T04:31:30.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:30 smithi111 bash[18552]: audit 2024-03-30T04:31:29.530530+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-30T04:31:31.103 DEBUG:teuthology.orchestra.run.smithi117:prometheus.a> sudo journalctl -f -n 0 -u ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@prometheus.a.service 2024-03-30T04:31:31.105 INFO:tasks.cephadm:Adding node-exporter.a on smithi111 2024-03-30T04:31:31.105 INFO:tasks.cephadm:Adding node-exporter.b on smithi117 2024-03-30T04:31:31.105 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch apply node-exporter '2;smithi111=a;smithi117=b' 2024-03-30T04:31:31.388 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:31:30 smithi117 bash[19625]: debug 2024-03-30T04:31:30.723+0000 7efc08aae000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-30T04:31:31.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:31 smithi117 bash[18692]: audit 2024-03-30T04:31:30.531075+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-30T04:31:31.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:31 smithi117 bash[18692]: cluster 2024-03-30T04:31:30.531251+0000 mon.a (mon.0) 766 : cluster [DBG] mgrmap e16: y(active, since 6m), standbys: x 2024-03-30T04:31:31.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:31 smithi111 bash[18552]: audit 2024-03-30T04:31:30.531075+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-30T04:31:31.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:31 smithi111 bash[18552]: cluster 2024-03-30T04:31:30.531251+0000 mon.a (mon.0) 766 : cluster [DBG] mgrmap e16: y(active, since 6m), standbys: x 2024-03-30T04:31:31.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:31 smithi111 bash[24005]: audit 2024-03-30T04:31:30.531075+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.111:0/3990439315' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-30T04:31:31.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:31 smithi111 bash[24005]: cluster 2024-03-30T04:31:30.531251+0000 mon.a (mon.0) 766 : cluster [DBG] mgrmap e16: y(active, since 6m), standbys: x 2024-03-30T04:31:32.358 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:31:32 smithi117 bash[19625]: debug 2024-03-30T04:31:32.259+0000 7efc08aae000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-30T04:31:32.591 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:31:32 smithi111 bash[18807]: debug 2024-03-30T04:31:32.254+0000 7f86b8efc000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-30T04:31:32.591 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:31:32 smithi111 bash[18807]: debug 2024-03-30T04:31:32.350+0000 7f86b8efc000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-30T04:31:32.613 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:31:32 smithi117 bash[19625]: debug 2024-03-30T04:31:32.359+0000 7efc08aae000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-30T04:31:32.869 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:31:32 smithi111 bash[18807]: debug 2024-03-30T04:31:32.594+0000 7f86b8efc000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-30T04:31:32.888 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:31:32 smithi117 bash[19625]: debug 2024-03-30T04:31:32.623+0000 7efc08aae000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-30T04:31:33.556 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:31:33 smithi117 bash[19625]: debug 2024-03-30T04:31:33.391+0000 7efc08aae000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-30T04:31:33.556 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:31:33 smithi117 bash[19625]: debug 2024-03-30T04:31:33.495+0000 7efc08aae000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-30T04:31:33.618 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:31:33 smithi111 bash[18807]: debug 2024-03-30T04:31:33.338+0000 7f86b8efc000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-30T04:31:33.619 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:31:33 smithi111 bash[18807]: debug 2024-03-30T04:31:33.442+0000 7f86b8efc000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-30T04:31:33.619 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:31:33 smithi111 bash[18807]: debug 2024-03-30T04:31:33.546+0000 7f86b8efc000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-30T04:31:33.888 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:31:33 smithi117 bash[19625]: debug 2024-03-30T04:31:33.603+0000 7efc08aae000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-30T04:31:33.888 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:31:33 smithi117 bash[19625]: debug 2024-03-30T04:31:33.711+0000 7efc08aae000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-30T04:31:34.019 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:31:33 smithi111 bash[18807]: debug 2024-03-30T04:31:33.658+0000 7f86b8efc000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-30T04:31:34.019 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:31:33 smithi111 bash[18807]: debug 2024-03-30T04:31:33.870+0000 7f86b8efc000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-30T04:31:34.202 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:31:33 smithi117 bash[19625]: debug 2024-03-30T04:31:33.923+0000 7efc08aae000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-30T04:31:34.292 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:31:34 smithi111 bash[18807]: debug 2024-03-30T04:31:34.150+0000 7f86b8efc000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-30T04:31:34.292 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:31:34 smithi111 bash[18807]: debug 2024-03-30T04:31:34.250+0000 7f86b8efc000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-30T04:31:34.475 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:31:34 smithi117 bash[19625]: debug 2024-03-30T04:31:34.195+0000 7efc08aae000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-30T04:31:34.475 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:31:34 smithi117 bash[19625]: debug 2024-03-30T04:31:34.299+0000 7efc08aae000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-30T04:31:34.619 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:31:34 smithi111 bash[18807]: debug 2024-03-30T04:31:34.430+0000 7f86b8efc000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-30T04:31:34.738 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:31:34 smithi117 bash[19625]: debug 2024-03-30T04:31:34.475+0000 7efc08aae000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-30T04:31:34.738 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:31:34 smithi117 bash[19625]: debug 2024-03-30T04:31:34.719+0000 7efc08aae000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-30T04:31:34.942 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:31:34 smithi111 bash[18807]: debug 2024-03-30T04:31:34.674+0000 7f86b8efc000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-30T04:31:35.336 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:31:34 smithi111 bash[18807]: debug 2024-03-30T04:31:34.942+0000 7f86b8efc000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-30T04:31:35.336 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:31:35 smithi111 bash[18807]: debug 2024-03-30T04:31:35.106+0000 7f86b8efc000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:31:35.388 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:31:35 smithi117 bash[19625]: debug 2024-03-30T04:31:34.999+0000 7efc08aae000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-30T04:31:35.388 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:31:35 smithi117 bash[19625]: debug 2024-03-30T04:31:35.159+0000 7efc08aae000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:31:35.619 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:31:35 smithi111 bash[18807]: debug 2024-03-30T04:31:35.338+0000 7f86b8efc000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-30T04:31:35.619 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:31:35 smithi111 bash[18807]: debug 2024-03-30T04:31:35.454+0000 7f86b8efc000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-30T04:31:35.842 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:31:35 smithi117 bash[19625]: debug 2024-03-30T04:31:35.395+0000 7efc08aae000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-30T04:31:35.842 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:31:35 smithi117 bash[19625]: debug 2024-03-30T04:31:35.507+0000 7efc08aae000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-30T04:31:36.119 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:31:35 smithi111 bash[18807]: debug 2024-03-30T04:31:35.786+0000 7f86b8efc000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:31:36.138 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:31:35 smithi117 bash[19625]: debug 2024-03-30T04:31:35.843+0000 7efc08aae000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:31:36.819 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:31:36 smithi111 bash[18807]: debug 2024-03-30T04:31:36.502+0000 7f86b8efc000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-30T04:31:36.819 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:31:36 smithi111 bash[18807]: debug 2024-03-30T04:31:36.614+0000 7f86b8efc000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-30T04:31:36.870 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:31:36 smithi117 bash[19625]: debug 2024-03-30T04:31:36.555+0000 7efc08aae000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-30T04:31:36.870 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:31:36 smithi117 bash[19625]: debug 2024-03-30T04:31:36.667+0000 7efc08aae000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-30T04:31:37.119 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:31:36 smithi111 bash[18807]: debug 2024-03-30T04:31:36.818+0000 7f86b8efc000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-30T04:31:37.138 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:31:36 smithi117 bash[19625]: debug 2024-03-30T04:31:36.871+0000 7efc08aae000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-30T04:31:37.506 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:31:37 smithi111 bash[18807]: debug 2024-03-30T04:31:37.138+0000 7f86b8efc000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-30T04:31:37.555 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:31:37 smithi117 bash[19625]: debug 2024-03-30T04:31:37.191+0000 7efc08aae000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-30T04:31:37.806 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:31:37 smithi111 bash[18807]: debug 2024-03-30T04:31:37.506+0000 7f86b8efc000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-30T04:31:37.806 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:31:37 smithi111 bash[18807]: debug 2024-03-30T04:31:37.622+0000 7f86b8efc000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-30T04:31:37.806 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:37 smithi111 bash[24005]: cluster 2024-03-30T04:31:37.645401+0000 mon.a (mon.0) 767 : cluster [INF] Active manager daemon y restarted 2024-03-30T04:31:37.807 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:37 smithi111 bash[24005]: cluster 2024-03-30T04:31:37.646614+0000 mon.a (mon.0) 768 : cluster [INF] Activating manager daemon y 2024-03-30T04:31:37.807 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:37 smithi111 bash[24005]: cluster 2024-03-30T04:31:37.652418+0000 mon.a (mon.0) 769 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-03-30T04:31:37.807 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:37 smithi111 bash[18552]: cluster 2024-03-30T04:31:37.645401+0000 mon.a (mon.0) 767 : cluster [INF] Active manager daemon y restarted 2024-03-30T04:31:37.807 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:37 smithi111 bash[18552]: cluster 2024-03-30T04:31:37.646614+0000 mon.a (mon.0) 768 : cluster [INF] Activating manager daemon y 2024-03-30T04:31:37.807 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:37 smithi111 bash[18552]: cluster 2024-03-30T04:31:37.652418+0000 mon.a (mon.0) 769 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-03-30T04:31:37.867 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:37 smithi117 bash[18692]: cluster 2024-03-30T04:31:37.645401+0000 mon.a (mon.0) 767 : cluster [INF] Active manager daemon y restarted 2024-03-30T04:31:37.867 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:37 smithi117 bash[18692]: cluster 2024-03-30T04:31:37.646614+0000 mon.a (mon.0) 768 : cluster [INF] Activating manager daemon y 2024-03-30T04:31:37.867 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:37 smithi117 bash[18692]: cluster 2024-03-30T04:31:37.652418+0000 mon.a (mon.0) 769 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-03-30T04:31:37.868 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:31:37 smithi117 bash[19625]: debug 2024-03-30T04:31:37.555+0000 7efc08aae000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-30T04:31:37.868 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:31:37 smithi117 bash[19625]: debug 2024-03-30T04:31:37.671+0000 7efc08aae000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-30T04:31:37.868 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:31:37 smithi117 bash[19625]: [30/Mar/2024:04:31:37] ENGINE Bus STARTING 2024-03-30T04:31:37.868 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:31:37 smithi117 bash[19625]: CherryPy Checker: 2024-03-30T04:31:37.868 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:31:37 smithi117 bash[19625]: The Application mounted at '' has an empty config. 2024-03-30T04:31:37.868 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:31:37 smithi117 bash[19625]: [30/Mar/2024:04:31:37] ENGINE Serving on http://:::9283 2024-03-30T04:31:37.868 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:31:37 smithi117 bash[19625]: [30/Mar/2024:04:31:37] ENGINE Bus STARTED 2024-03-30T04:31:38.091 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:31:37 smithi111 bash[18807]: [30/Mar/2024:04:31:37] ENGINE Bus STARTING 2024-03-30T04:31:38.092 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:31:37 smithi111 bash[18807]: CherryPy Checker: 2024-03-30T04:31:38.092 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:31:37 smithi111 bash[18807]: The Application mounted at '' has an empty config. 2024-03-30T04:31:38.092 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:31:37 smithi111 bash[18807]: [30/Mar/2024:04:31:37] ENGINE Serving on http://:::9283 2024-03-30T04:31:38.092 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:31:37 smithi111 bash[18807]: [30/Mar/2024:04:31:37] ENGINE Bus STARTED 2024-03-30T04:31:38.755 INFO:teuthology.orchestra.run.smithi117.stdout:Scheduled node-exporter update... 2024-03-30T04:31:38.997 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18807]: [30/Mar/2024:04:31:38] ENGINE Bus STARTING 2024-03-30T04:31:38.998 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: cluster 2024-03-30T04:31:37.696324+0000 mon.a (mon.0) 770 : cluster [DBG] Standby manager daemon x restarted 2024-03-30T04:31:38.998 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: cluster 2024-03-30T04:31:37.696625+0000 mon.a (mon.0) 771 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:31:38.998 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: audit 2024-03-30T04:31:37.699598+0000 mon.c (mon.1) 11 : audit [DBG] from='mgr.? 172.21.15.117:0/3000867766' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:31:38.998 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: cluster 2024-03-30T04:31:37.707207+0000 mon.a (mon.0) 772 : cluster [DBG] mgrmap e17: y(active, starting, since 0.0608702s), standbys: x 2024-03-30T04:31:38.998 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: audit 2024-03-30T04:31:37.711727+0000 mon.c (mon.1) 12 : audit [DBG] from='mgr.? 172.21.15.117:0/3000867766' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:31:38.998 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: audit 2024-03-30T04:31:37.718677+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:31:38.999 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: audit 2024-03-30T04:31:37.718977+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:31:38.999 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: audit 2024-03-30T04:31:37.719238+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:31:38.999 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: audit 2024-03-30T04:31:37.719894+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:31:38.999 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: audit 2024-03-30T04:31:37.720305+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:31:38.999 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: audit 2024-03-30T04:31:37.720395+0000 mon.c (mon.1) 13 : audit [DBG] from='mgr.? 172.21.15.117:0/3000867766' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:31:38.999 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: audit 2024-03-30T04:31:37.720708+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:31:38.999 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: audit 2024-03-30T04:31:37.720818+0000 mon.c (mon.1) 14 : audit [DBG] from='mgr.? 172.21.15.117:0/3000867766' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:31:39.000 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: audit 2024-03-30T04:31:37.721432+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:31:39.000 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: audit 2024-03-30T04:31:37.722227+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:31:39.000 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: audit 2024-03-30T04:31:37.722930+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:31:39.000 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: audit 2024-03-30T04:31:37.723596+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:31:39.000 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: audit 2024-03-30T04:31:37.724287+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:31:39.000 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: audit 2024-03-30T04:31:37.724955+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:31:39.001 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: cluster 2024-03-30T04:31:37.696324+0000 mon.a (mon.0) 770 : cluster [DBG] Standby manager daemon x restarted 2024-03-30T04:31:39.001 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: cluster 2024-03-30T04:31:37.696625+0000 mon.a (mon.0) 771 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:31:39.001 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: audit 2024-03-30T04:31:37.699598+0000 mon.c (mon.1) 11 : audit [DBG] from='mgr.? 172.21.15.117:0/3000867766' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:31:39.001 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: cluster 2024-03-30T04:31:37.707207+0000 mon.a (mon.0) 772 : cluster [DBG] mgrmap e17: y(active, starting, since 0.0608702s), standbys: x 2024-03-30T04:31:39.001 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: audit 2024-03-30T04:31:37.711727+0000 mon.c (mon.1) 12 : audit [DBG] from='mgr.? 172.21.15.117:0/3000867766' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:31:39.002 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: audit 2024-03-30T04:31:37.718677+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:31:39.002 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: audit 2024-03-30T04:31:37.718977+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:31:39.002 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: audit 2024-03-30T04:31:37.719238+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:31:39.002 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: audit 2024-03-30T04:31:37.719894+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:31:39.002 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: audit 2024-03-30T04:31:37.720305+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:31:39.002 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: audit 2024-03-30T04:31:37.720395+0000 mon.c (mon.1) 13 : audit [DBG] from='mgr.? 172.21.15.117:0/3000867766' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:31:39.002 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: audit 2024-03-30T04:31:37.720708+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:31:39.003 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: audit 2024-03-30T04:31:37.720818+0000 mon.c (mon.1) 14 : audit [DBG] from='mgr.? 172.21.15.117:0/3000867766' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:31:39.003 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: audit 2024-03-30T04:31:37.721432+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:31:39.003 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: audit 2024-03-30T04:31:37.722227+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:31:39.003 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: audit 2024-03-30T04:31:37.722930+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:31:39.003 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: audit 2024-03-30T04:31:37.723596+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:31:39.003 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: audit 2024-03-30T04:31:37.724287+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:31:39.003 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: audit 2024-03-30T04:31:37.724955+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:31:39.004 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: audit 2024-03-30T04:31:37.725656+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:31:39.004 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: audit 2024-03-30T04:31:37.726383+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:31:39.004 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: audit 2024-03-30T04:31:37.726965+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:31:39.004 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: audit 2024-03-30T04:31:37.728256+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:31:39.004 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: cluster 2024-03-30T04:31:37.753793+0000 mon.a (mon.0) 773 : cluster [INF] Manager daemon y is now available 2024-03-30T04:31:39.004 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: audit 2024-03-30T04:31:37.775662+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:39.005 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: audit 2024-03-30T04:31:37.781178+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:39.005 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: audit 2024-03-30T04:31:37.783176+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:39.005 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: audit 2024-03-30T04:31:37.785795+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:39.005 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: audit 2024-03-30T04:31:37.787556+0000 mon.b (mon.2) 43 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:39.005 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: audit 2024-03-30T04:31:37.795471+0000 mon.b (mon.2) 44 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:31:39.005 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: audit 2024-03-30T04:31:37.795638+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:31:39.005 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: audit 2024-03-30T04:31:37.795805+0000 mon.b (mon.2) 45 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi117", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:31:39.005 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: audit 2024-03-30T04:31:37.799848+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:39.006 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: audit 2024-03-30T04:31:37.800919+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi117", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:31:39.006 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: audit 2024-03-30T04:31:37.805972+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"}]': finished 2024-03-30T04:31:39.006 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: cephadm 2024-03-30T04:31:37.807271+0000 mgr.y (mgr.24304) 1 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.conf 2024-03-30T04:31:39.006 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: audit 2024-03-30T04:31:37.814533+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi117", "name": "osd_memory_target"}]': finished 2024-03-30T04:31:39.006 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: cephadm 2024-03-30T04:31:37.821413+0000 mgr.y (mgr.24304) 2 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-03-30T04:31:39.006 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: audit 2024-03-30T04:31:37.821677+0000 mon.b (mon.2) 46 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:31:39.006 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: audit 2024-03-30T04:31:37.821891+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:31:39.006 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: audit 2024-03-30T04:31:37.826722+0000 mon.b (mon.2) 47 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:31:39.006 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: audit 2024-03-30T04:31:37.827004+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:31:39.007 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: cephadm 2024-03-30T04:31:38.182557+0000 mgr.y (mgr.24304) 3 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:31:39.007 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: cephadm 2024-03-30T04:31:38.212378+0000 mgr.y (mgr.24304) 4 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:31:39.007 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: audit 2024-03-30T04:31:38.269263+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:39.007 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: audit 2024-03-30T04:31:38.320229+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:39.007 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: audit 2024-03-30T04:31:38.327845+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:39.007 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: audit 2024-03-30T04:31:38.335916+0000 mon.b (mon.2) 48 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-30T04:31:39.007 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18552]: audit 2024-03-30T04:31:38.336280+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-30T04:31:39.008 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: audit 2024-03-30T04:31:37.725656+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:31:39.008 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: audit 2024-03-30T04:31:37.726383+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:31:39.008 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: audit 2024-03-30T04:31:37.726965+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:31:39.008 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: audit 2024-03-30T04:31:37.728256+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:31:39.008 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: cluster 2024-03-30T04:31:37.753793+0000 mon.a (mon.0) 773 : cluster [INF] Manager daemon y is now available 2024-03-30T04:31:39.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: audit 2024-03-30T04:31:37.775662+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:39.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: audit 2024-03-30T04:31:37.781178+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:39.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: audit 2024-03-30T04:31:37.783176+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:39.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: audit 2024-03-30T04:31:37.785795+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:39.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: audit 2024-03-30T04:31:37.787556+0000 mon.b (mon.2) 43 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:39.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: audit 2024-03-30T04:31:37.795471+0000 mon.b (mon.2) 44 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:31:39.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: audit 2024-03-30T04:31:37.795638+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:31:39.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: audit 2024-03-30T04:31:37.795805+0000 mon.b (mon.2) 45 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi117", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:31:39.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: audit 2024-03-30T04:31:37.799848+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:39.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: audit 2024-03-30T04:31:37.800919+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi117", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:31:39.010 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: audit 2024-03-30T04:31:37.805972+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"}]': finished 2024-03-30T04:31:39.010 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: cephadm 2024-03-30T04:31:37.807271+0000 mgr.y (mgr.24304) 1 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.conf 2024-03-30T04:31:39.010 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: audit 2024-03-30T04:31:37.814533+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi117", "name": "osd_memory_target"}]': finished 2024-03-30T04:31:39.010 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: cephadm 2024-03-30T04:31:37.821413+0000 mgr.y (mgr.24304) 2 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-03-30T04:31:39.010 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: audit 2024-03-30T04:31:37.821677+0000 mon.b (mon.2) 46 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:31:39.010 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: audit 2024-03-30T04:31:37.821891+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:31:39.010 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: audit 2024-03-30T04:31:37.826722+0000 mon.b (mon.2) 47 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:31:39.010 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: audit 2024-03-30T04:31:37.827004+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:31:39.010 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: cephadm 2024-03-30T04:31:38.182557+0000 mgr.y (mgr.24304) 3 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:31:39.010 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: cephadm 2024-03-30T04:31:38.212378+0000 mgr.y (mgr.24304) 4 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:31:39.011 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: audit 2024-03-30T04:31:38.269263+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:39.011 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: audit 2024-03-30T04:31:38.320229+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:39.011 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: audit 2024-03-30T04:31:38.327845+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:39.011 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: audit 2024-03-30T04:31:38.335916+0000 mon.b (mon.2) 48 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-30T04:31:39.011 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[24005]: audit 2024-03-30T04:31:38.336280+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-30T04:31:39.032 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:31:38 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:39.032 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: cluster 2024-03-30T04:31:37.696324+0000 mon.a (mon.0) 770 : cluster [DBG] Standby manager daemon x restarted 2024-03-30T04:31:39.032 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: cluster 2024-03-30T04:31:37.696625+0000 mon.a (mon.0) 771 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:31:39.032 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: audit 2024-03-30T04:31:37.699598+0000 mon.c (mon.1) 11 : audit [DBG] from='mgr.? 172.21.15.117:0/3000867766' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:31:39.032 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: cluster 2024-03-30T04:31:37.707207+0000 mon.a (mon.0) 772 : cluster [DBG] mgrmap e17: y(active, starting, since 0.0608702s), standbys: x 2024-03-30T04:31:39.033 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: audit 2024-03-30T04:31:37.711727+0000 mon.c (mon.1) 12 : audit [DBG] from='mgr.? 172.21.15.117:0/3000867766' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:31:39.033 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: audit 2024-03-30T04:31:37.718677+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:31:39.033 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: audit 2024-03-30T04:31:37.718977+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:31:39.033 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: audit 2024-03-30T04:31:37.719238+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:31:39.033 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: audit 2024-03-30T04:31:37.719894+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:31:39.033 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: audit 2024-03-30T04:31:37.720305+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:31:39.033 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: audit 2024-03-30T04:31:37.720395+0000 mon.c (mon.1) 13 : audit [DBG] from='mgr.? 172.21.15.117:0/3000867766' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:31:39.033 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: audit 2024-03-30T04:31:37.720708+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:31:39.033 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: audit 2024-03-30T04:31:37.720818+0000 mon.c (mon.1) 14 : audit [DBG] from='mgr.? 172.21.15.117:0/3000867766' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:31:39.033 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: audit 2024-03-30T04:31:37.721432+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:31:39.033 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: audit 2024-03-30T04:31:37.722227+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:31:39.033 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: audit 2024-03-30T04:31:37.722930+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:31:39.033 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: audit 2024-03-30T04:31:37.723596+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:31:39.034 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: audit 2024-03-30T04:31:37.724287+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:31:39.034 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: audit 2024-03-30T04:31:37.724955+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:31:39.034 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: audit 2024-03-30T04:31:37.725656+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:31:39.034 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: audit 2024-03-30T04:31:37.726383+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:31:39.034 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: audit 2024-03-30T04:31:37.726965+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:31:39.034 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: audit 2024-03-30T04:31:37.728256+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:31:39.034 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: cluster 2024-03-30T04:31:37.753793+0000 mon.a (mon.0) 773 : cluster [INF] Manager daemon y is now available 2024-03-30T04:31:39.034 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: audit 2024-03-30T04:31:37.775662+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:39.034 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: audit 2024-03-30T04:31:37.781178+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:39.034 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: audit 2024-03-30T04:31:37.783176+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:39.034 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: audit 2024-03-30T04:31:37.785795+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:39.034 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: audit 2024-03-30T04:31:37.787556+0000 mon.b (mon.2) 43 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:39.035 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: audit 2024-03-30T04:31:37.795471+0000 mon.b (mon.2) 44 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:31:39.035 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: audit 2024-03-30T04:31:37.795638+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:31:39.035 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: audit 2024-03-30T04:31:37.795805+0000 mon.b (mon.2) 45 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi117", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:31:39.035 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: audit 2024-03-30T04:31:37.799848+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:39.035 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: audit 2024-03-30T04:31:37.800919+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi117", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:31:39.035 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: audit 2024-03-30T04:31:37.805972+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"}]': finished 2024-03-30T04:31:39.035 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: cephadm 2024-03-30T04:31:37.807271+0000 mgr.y (mgr.24304) 1 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.conf 2024-03-30T04:31:39.035 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: audit 2024-03-30T04:31:37.814533+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi117", "name": "osd_memory_target"}]': finished 2024-03-30T04:31:39.035 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: cephadm 2024-03-30T04:31:37.821413+0000 mgr.y (mgr.24304) 2 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-03-30T04:31:39.035 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: audit 2024-03-30T04:31:37.821677+0000 mon.b (mon.2) 46 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:31:39.035 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: audit 2024-03-30T04:31:37.821891+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:31:39.036 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: audit 2024-03-30T04:31:37.826722+0000 mon.b (mon.2) 47 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:31:39.036 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: audit 2024-03-30T04:31:37.827004+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:31:39.036 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: cephadm 2024-03-30T04:31:38.182557+0000 mgr.y (mgr.24304) 3 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:31:39.036 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: cephadm 2024-03-30T04:31:38.212378+0000 mgr.y (mgr.24304) 4 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:31:39.036 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: audit 2024-03-30T04:31:38.269263+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:39.036 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: audit 2024-03-30T04:31:38.320229+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:39.036 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: audit 2024-03-30T04:31:38.327845+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:39.036 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: audit 2024-03-30T04:31:38.335916+0000 mon.b (mon.2) 48 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-30T04:31:39.036 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:38 smithi117 bash[18692]: audit 2024-03-30T04:31:38.336280+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-30T04:31:39.369 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18807]: [30/Mar/2024:04:31:38] ENGINE Serving on https://172.21.15.111:7150 2024-03-30T04:31:39.369 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:31:38 smithi111 bash[18807]: [30/Mar/2024:04:31:38] ENGINE Bus STARTED 2024-03-30T04:31:39.750 DEBUG:teuthology.orchestra.run.smithi111:node-exporter.a> sudo journalctl -f -n 0 -u ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@node-exporter.a.service 2024-03-30T04:31:39.753 DEBUG:teuthology.orchestra.run.smithi117:node-exporter.b> sudo journalctl -f -n 0 -u ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@node-exporter.b.service 2024-03-30T04:31:39.755 INFO:tasks.cephadm:Adding alertmanager.a on smithi111 2024-03-30T04:31:39.756 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch apply alertmanager '1;smithi111=a' 2024-03-30T04:31:40.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:39 smithi111 bash[18552]: audit 2024-03-30T04:31:38.730675+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-30T04:31:40.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:39 smithi111 bash[18552]: cluster 2024-03-30T04:31:38.730875+0000 mon.a (mon.0) 787 : cluster [DBG] mgrmap e18: y(active, since 1.08455s), standbys: x 2024-03-30T04:31:40.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:39 smithi111 bash[18552]: audit 2024-03-30T04:31:38.734516+0000 mgr.y (mgr.24304) 5 : audit [DBG] from='client.24332 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi111=a;smithi117=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:31:40.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:39 smithi111 bash[18552]: cephadm 2024-03-30T04:31:38.747419+0000 mgr.y (mgr.24304) 6 : cephadm [INF] Saving service node-exporter spec with placement smithi111=a;smithi117=b;count:2 2024-03-30T04:31:40.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:39 smithi111 bash[18552]: cluster 2024-03-30T04:31:38.750372+0000 mgr.y (mgr.24304) 7 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:40.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:39 smithi111 bash[18552]: audit 2024-03-30T04:31:38.756647+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:40.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:39 smithi111 bash[18552]: cephadm 2024-03-30T04:31:38.772812+0000 mgr.y (mgr.24304) 8 : cephadm [INF] Deploying daemon prometheus.a on smithi117 2024-03-30T04:31:40.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:39 smithi111 bash[18552]: cephadm 2024-03-30T04:31:38.879964+0000 mgr.y (mgr.24304) 9 : cephadm [INF] [30/Mar/2024:04:31:38] ENGINE Bus STARTING 2024-03-30T04:31:40.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:39 smithi111 bash[18552]: cephadm 2024-03-30T04:31:38.999534+0000 mgr.y (mgr.24304) 10 : cephadm [INF] [30/Mar/2024:04:31:38] ENGINE Serving on https://172.21.15.111:7150 2024-03-30T04:31:40.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:39 smithi111 bash[18552]: cephadm 2024-03-30T04:31:38.999761+0000 mgr.y (mgr.24304) 11 : cephadm [INF] [30/Mar/2024:04:31:38] ENGINE Bus STARTED 2024-03-30T04:31:40.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:39 smithi111 bash[18552]: audit 2024-03-30T04:31:39.008397+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:40.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:39 smithi111 bash[24005]: audit 2024-03-30T04:31:38.730675+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-30T04:31:40.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:39 smithi111 bash[24005]: cluster 2024-03-30T04:31:38.730875+0000 mon.a (mon.0) 787 : cluster [DBG] mgrmap e18: y(active, since 1.08455s), standbys: x 2024-03-30T04:31:40.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:39 smithi111 bash[24005]: audit 2024-03-30T04:31:38.734516+0000 mgr.y (mgr.24304) 5 : audit [DBG] from='client.24332 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi111=a;smithi117=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:31:40.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:39 smithi111 bash[24005]: cephadm 2024-03-30T04:31:38.747419+0000 mgr.y (mgr.24304) 6 : cephadm [INF] Saving service node-exporter spec with placement smithi111=a;smithi117=b;count:2 2024-03-30T04:31:40.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:39 smithi111 bash[24005]: cluster 2024-03-30T04:31:38.750372+0000 mgr.y (mgr.24304) 7 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:40.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:39 smithi111 bash[24005]: audit 2024-03-30T04:31:38.756647+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:40.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:39 smithi111 bash[24005]: cephadm 2024-03-30T04:31:38.772812+0000 mgr.y (mgr.24304) 8 : cephadm [INF] Deploying daemon prometheus.a on smithi117 2024-03-30T04:31:40.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:39 smithi111 bash[24005]: cephadm 2024-03-30T04:31:38.879964+0000 mgr.y (mgr.24304) 9 : cephadm [INF] [30/Mar/2024:04:31:38] ENGINE Bus STARTING 2024-03-30T04:31:40.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:39 smithi111 bash[24005]: cephadm 2024-03-30T04:31:38.999534+0000 mgr.y (mgr.24304) 10 : cephadm [INF] [30/Mar/2024:04:31:38] ENGINE Serving on https://172.21.15.111:7150 2024-03-30T04:31:40.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:39 smithi111 bash[24005]: cephadm 2024-03-30T04:31:38.999761+0000 mgr.y (mgr.24304) 11 : cephadm [INF] [30/Mar/2024:04:31:38] ENGINE Bus STARTED 2024-03-30T04:31:40.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:39 smithi111 bash[24005]: audit 2024-03-30T04:31:39.008397+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:40.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:39 smithi117 bash[18692]: audit 2024-03-30T04:31:38.730675+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-30T04:31:40.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:39 smithi117 bash[18692]: cluster 2024-03-30T04:31:38.730875+0000 mon.a (mon.0) 787 : cluster [DBG] mgrmap e18: y(active, since 1.08455s), standbys: x 2024-03-30T04:31:40.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:39 smithi117 bash[18692]: audit 2024-03-30T04:31:38.734516+0000 mgr.y (mgr.24304) 5 : audit [DBG] from='client.24332 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi111=a;smithi117=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:31:40.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:39 smithi117 bash[18692]: cephadm 2024-03-30T04:31:38.747419+0000 mgr.y (mgr.24304) 6 : cephadm [INF] Saving service node-exporter spec with placement smithi111=a;smithi117=b;count:2 2024-03-30T04:31:40.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:39 smithi117 bash[18692]: cluster 2024-03-30T04:31:38.750372+0000 mgr.y (mgr.24304) 7 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:40.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:39 smithi117 bash[18692]: audit 2024-03-30T04:31:38.756647+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:40.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:39 smithi117 bash[18692]: cephadm 2024-03-30T04:31:38.772812+0000 mgr.y (mgr.24304) 8 : cephadm [INF] Deploying daemon prometheus.a on smithi117 2024-03-30T04:31:40.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:39 smithi117 bash[18692]: cephadm 2024-03-30T04:31:38.879964+0000 mgr.y (mgr.24304) 9 : cephadm [INF] [30/Mar/2024:04:31:38] ENGINE Bus STARTING 2024-03-30T04:31:40.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:39 smithi117 bash[18692]: cephadm 2024-03-30T04:31:38.999534+0000 mgr.y (mgr.24304) 10 : cephadm [INF] [30/Mar/2024:04:31:38] ENGINE Serving on https://172.21.15.111:7150 2024-03-30T04:31:40.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:39 smithi117 bash[18692]: cephadm 2024-03-30T04:31:38.999761+0000 mgr.y (mgr.24304) 11 : cephadm [INF] [30/Mar/2024:04:31:38] ENGINE Bus STARTED 2024-03-30T04:31:40.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:39 smithi117 bash[18692]: audit 2024-03-30T04:31:39.008397+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:41.262 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:41 smithi117 bash[18692]: cluster 2024-03-30T04:31:39.718793+0000 mgr.y (mgr.24304) 12 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:41.262 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:41 smithi117 bash[18692]: cluster 2024-03-30T04:31:40.020509+0000 mon.a (mon.0) 790 : cluster [DBG] mgrmap e19: y(active, since 2s), standbys: x 2024-03-30T04:31:41.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:41 smithi111 bash[18552]: cluster 2024-03-30T04:31:39.718793+0000 mgr.y (mgr.24304) 12 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:41.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:41 smithi111 bash[18552]: cluster 2024-03-30T04:31:40.020509+0000 mon.a (mon.0) 790 : cluster [DBG] mgrmap e19: y(active, since 2s), standbys: x 2024-03-30T04:31:41.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:41 smithi111 bash[24005]: cluster 2024-03-30T04:31:39.718793+0000 mgr.y (mgr.24304) 12 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:41.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:41 smithi111 bash[24005]: cluster 2024-03-30T04:31:40.020509+0000 mon.a (mon.0) 790 : cluster [DBG] mgrmap e19: y(active, since 2s), standbys: x 2024-03-30T04:31:43.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:43 smithi111 bash[18552]: cluster 2024-03-30T04:31:41.719350+0000 mgr.y (mgr.24304) 13 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:43.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:43 smithi111 bash[24005]: cluster 2024-03-30T04:31:41.719350+0000 mgr.y (mgr.24304) 13 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:43.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:43 smithi117 bash[18692]: cluster 2024-03-30T04:31:41.719350+0000 mgr.y (mgr.24304) 13 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:45.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:45 smithi111 bash[18552]: cluster 2024-03-30T04:31:43.719918+0000 mgr.y (mgr.24304) 14 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:45.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:45 smithi111 bash[24005]: cluster 2024-03-30T04:31:43.719918+0000 mgr.y (mgr.24304) 14 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:45.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:45 smithi117 bash[18692]: cluster 2024-03-30T04:31:43.719918+0000 mgr.y (mgr.24304) 14 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:45.405 INFO:teuthology.orchestra.run.smithi117.stdout:Scheduled alertmanager update... 2024-03-30T04:31:46.764 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:46 smithi117 bash[18692]: audit 2024-03-30T04:31:45.396299+0000 mgr.y (mgr.24304) 15 : audit [DBG] from='client.24359 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi111=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:31:46.765 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:46 smithi117 bash[18692]: cephadm 2024-03-30T04:31:45.399746+0000 mgr.y (mgr.24304) 16 : cephadm [INF] Saving service alertmanager spec with placement smithi111=a;count:1 2024-03-30T04:31:46.765 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:46 smithi117 bash[18692]: audit 2024-03-30T04:31:45.407483+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:46.766 DEBUG:teuthology.orchestra.run.smithi111:alertmanager.a> sudo journalctl -f -n 0 -u ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@alertmanager.a.service 2024-03-30T04:31:46.769 INFO:tasks.cephadm:Adding grafana.a on smithi117 2024-03-30T04:31:46.769 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch apply grafana '1;smithi117=a' 2024-03-30T04:31:46.777 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:46 smithi111 bash[18552]: audit 2024-03-30T04:31:45.396299+0000 mgr.y (mgr.24304) 15 : audit [DBG] from='client.24359 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi111=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:31:46.777 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:46 smithi111 bash[18552]: cephadm 2024-03-30T04:31:45.399746+0000 mgr.y (mgr.24304) 16 : cephadm [INF] Saving service alertmanager spec with placement smithi111=a;count:1 2024-03-30T04:31:46.777 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:46 smithi111 bash[18552]: audit 2024-03-30T04:31:45.407483+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:46.777 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:46 smithi111 bash[24005]: audit 2024-03-30T04:31:45.396299+0000 mgr.y (mgr.24304) 15 : audit [DBG] from='client.24359 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi111=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:31:46.777 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:46 smithi111 bash[24005]: cephadm 2024-03-30T04:31:45.399746+0000 mgr.y (mgr.24304) 16 : cephadm [INF] Saving service alertmanager spec with placement smithi111=a;count:1 2024-03-30T04:31:46.777 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:46 smithi111 bash[24005]: audit 2024-03-30T04:31:45.407483+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:47.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:47 smithi111 bash[18552]: cluster 2024-03-30T04:31:45.720541+0000 mgr.y (mgr.24304) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:47.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:47 smithi111 bash[24005]: cluster 2024-03-30T04:31:45.720541+0000 mgr.y (mgr.24304) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:47.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:47 smithi117 bash[18692]: cluster 2024-03-30T04:31:45.720541+0000 mgr.y (mgr.24304) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:49.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:49 smithi117 bash[18692]: cluster 2024-03-30T04:31:47.721165+0000 mgr.y (mgr.24304) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:49.755 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:49 smithi111 bash[18552]: cluster 2024-03-30T04:31:47.721165+0000 mgr.y (mgr.24304) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:49.756 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:49 smithi111 bash[24005]: cluster 2024-03-30T04:31:47.721165+0000 mgr.y (mgr.24304) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:51.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:51 smithi117 bash[18692]: cluster 2024-03-30T04:31:49.721913+0000 mgr.y (mgr.24304) 19 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:51.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:51 smithi111 bash[18552]: cluster 2024-03-30T04:31:49.721913+0000 mgr.y (mgr.24304) 19 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:51.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:51 smithi111 bash[24005]: cluster 2024-03-30T04:31:49.721913+0000 mgr.y (mgr.24304) 19 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:52.641 INFO:teuthology.orchestra.run.smithi117.stdout:Scheduled grafana update... 2024-03-30T04:31:53.119 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:31:52 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:31:52] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:31:53.119 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:31:53 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:31:53] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:31:53.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:53 smithi111 bash[18552]: cluster 2024-03-30T04:31:51.722462+0000 mgr.y (mgr.24304) 20 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:53.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:53 smithi111 bash[18552]: audit 2024-03-30T04:31:52.642936+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:53.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:53 smithi111 bash[18552]: audit 2024-03-30T04:31:52.833654+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:53.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:53 smithi111 bash[18552]: audit 2024-03-30T04:31:52.844621+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:53.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:53 smithi111 bash[18552]: audit 2024-03-30T04:31:53.064364+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:53.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:53 smithi111 bash[18552]: audit 2024-03-30T04:31:53.076013+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:53.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:53 smithi111 bash[24005]: cluster 2024-03-30T04:31:51.722462+0000 mgr.y (mgr.24304) 20 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:53.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:53 smithi111 bash[24005]: audit 2024-03-30T04:31:52.642936+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:53.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:53 smithi111 bash[24005]: audit 2024-03-30T04:31:52.833654+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:53.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:53 smithi111 bash[24005]: audit 2024-03-30T04:31:52.844621+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:53.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:53 smithi111 bash[24005]: audit 2024-03-30T04:31:53.064364+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:53.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:53 smithi111 bash[24005]: audit 2024-03-30T04:31:53.076013+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:53 smithi117 bash[18692]: cluster 2024-03-30T04:31:51.722462+0000 mgr.y (mgr.24304) 20 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:53 smithi117 bash[18692]: audit 2024-03-30T04:31:52.642936+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:53 smithi117 bash[18692]: audit 2024-03-30T04:31:52.833654+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:53 smithi117 bash[18692]: audit 2024-03-30T04:31:52.844621+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:53 smithi117 bash[18692]: audit 2024-03-30T04:31:53.064364+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:53 smithi117 bash[18692]: audit 2024-03-30T04:31:53.076013+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:54.235 DEBUG:teuthology.orchestra.run.smithi117:grafana.a> sudo journalctl -f -n 0 -u ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service 2024-03-30T04:31:54.239 INFO:tasks.cephadm:Setting up client nodes... 2024-03-30T04:31:54.241 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-03-30T04:31:54.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:54 smithi111 bash[24005]: audit 2024-03-30T04:31:52.633475+0000 mgr.y (mgr.24304) 21 : audit [DBG] from='client.24365 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi117=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:31:54.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:54 smithi111 bash[24005]: cephadm 2024-03-30T04:31:52.635189+0000 mgr.y (mgr.24304) 22 : cephadm [INF] Saving service grafana spec with placement smithi117=a;count:1 2024-03-30T04:31:54.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:54 smithi111 bash[18552]: audit 2024-03-30T04:31:52.633475+0000 mgr.y (mgr.24304) 21 : audit [DBG] from='client.24365 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi117=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:31:54.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:54 smithi111 bash[18552]: cephadm 2024-03-30T04:31:52.635189+0000 mgr.y (mgr.24304) 22 : cephadm [INF] Saving service grafana spec with placement smithi117=a;count:1 2024-03-30T04:31:54.620 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:54 smithi117 bash[18692]: audit 2024-03-30T04:31:52.633475+0000 mgr.y (mgr.24304) 21 : audit [DBG] from='client.24365 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi117=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:31:54.621 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:54 smithi117 bash[18692]: cephadm 2024-03-30T04:31:52.635189+0000 mgr.y (mgr.24304) 22 : cephadm [INF] Saving service grafana spec with placement smithi117=a;count:1 2024-03-30T04:31:55.419 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:55 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:55.419 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:31:55 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:55.419 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:31:55 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:55.420 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:31:55 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:55.420 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:31:55 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:55.421 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:31:55 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:55.421 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:31:55 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:55.421 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:31:55 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:55.421 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:31:55 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:55.678 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:31:55 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:55.679 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:31:55 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:55.679 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:31:55 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:55.679 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:55 smithi117 bash[18692]: cluster 2024-03-30T04:31:53.723031+0000 mgr.y (mgr.24304) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:55.680 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:55 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:55.680 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:31:55 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:55.680 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:31:55 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:55.681 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:31:55 smithi117 systemd[1]: Started Ceph prometheus.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:31:55.681 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:31:55 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:55.778 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:55 smithi111 bash[24005]: cluster 2024-03-30T04:31:53.723031+0000 mgr.y (mgr.24304) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:55.778 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:55 smithi111 bash[18552]: cluster 2024-03-30T04:31:53.723031+0000 mgr.y (mgr.24304) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:56.991 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[24005]: audit 2024-03-30T04:31:55.687534+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:56.992 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[24005]: audit 2024-03-30T04:31:55.691886+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:56.992 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[24005]: audit 2024-03-30T04:31:55.693823+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:56.992 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[24005]: audit 2024-03-30T04:31:55.695083+0000 mon.b (mon.2) 51 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:56.992 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[24005]: audit 2024-03-30T04:31:55.706080+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:56.992 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[24005]: cephadm 2024-03-30T04:31:55.706979+0000 mgr.y (mgr.24304) 24 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:31:56.992 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[24005]: audit 2024-03-30T04:31:55.717214+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:31:56.992 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[24005]: audit 2024-03-30T04:31:55.717875+0000 mgr.y (mgr.24304) 25 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:31:56.992 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[24005]: audit 2024-03-30T04:31:55.719558+0000 mon.b (mon.2) 53 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.117:9095"}]: dispatch 2024-03-30T04:31:56.992 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[24005]: audit 2024-03-30T04:31:55.720255+0000 mgr.y (mgr.24304) 26 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.117:9095"}]: dispatch 2024-03-30T04:31:56.992 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[24005]: cluster 2024-03-30T04:31:55.723613+0000 mgr.y (mgr.24304) 27 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:56.992 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[24005]: audit 2024-03-30T04:31:55.731288+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:56.992 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[24005]: audit 2024-03-30T04:31:55.736128+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:56.993 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[24005]: audit 2024-03-30T04:31:55.737591+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:56.993 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[24005]: audit 2024-03-30T04:31:55.738772+0000 mon.b (mon.2) 56 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:56.993 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[24005]: audit 2024-03-30T04:31:55.750594+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:56.993 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[24005]: cephadm 2024-03-30T04:31:55.751338+0000 mgr.y (mgr.24304) 28 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:31:56.993 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[24005]: audit 2024-03-30T04:31:55.755362+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:56.993 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[24005]: audit 2024-03-30T04:31:55.756797+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:56.993 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[24005]: audit 2024-03-30T04:31:55.757760+0000 mon.b (mon.2) 59 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:56.993 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[24005]: audit 2024-03-30T04:31:55.767850+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:56.993 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[24005]: cephadm 2024-03-30T04:31:55.768502+0000 mgr.y (mgr.24304) 29 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:31:56.993 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[18552]: audit 2024-03-30T04:31:55.687534+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:56.994 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[18552]: audit 2024-03-30T04:31:55.691886+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:56.994 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[18552]: audit 2024-03-30T04:31:55.693823+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:56.994 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[18552]: audit 2024-03-30T04:31:55.695083+0000 mon.b (mon.2) 51 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:56.994 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[18552]: audit 2024-03-30T04:31:55.706080+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:56.994 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[18552]: cephadm 2024-03-30T04:31:55.706979+0000 mgr.y (mgr.24304) 24 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:31:56.994 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[18552]: audit 2024-03-30T04:31:55.717214+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:31:56.994 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[18552]: audit 2024-03-30T04:31:55.717875+0000 mgr.y (mgr.24304) 25 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:31:56.994 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[18552]: audit 2024-03-30T04:31:55.719558+0000 mon.b (mon.2) 53 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.117:9095"}]: dispatch 2024-03-30T04:31:56.994 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[18552]: audit 2024-03-30T04:31:55.720255+0000 mgr.y (mgr.24304) 26 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.117:9095"}]: dispatch 2024-03-30T04:31:56.994 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[18552]: cluster 2024-03-30T04:31:55.723613+0000 mgr.y (mgr.24304) 27 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:56.994 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[18552]: audit 2024-03-30T04:31:55.731288+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:56.994 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[18552]: audit 2024-03-30T04:31:55.736128+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:56.994 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[18552]: audit 2024-03-30T04:31:55.737591+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:56.995 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[18552]: audit 2024-03-30T04:31:55.738772+0000 mon.b (mon.2) 56 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:56.995 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[18552]: audit 2024-03-30T04:31:55.750594+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:56.995 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[18552]: cephadm 2024-03-30T04:31:55.751338+0000 mgr.y (mgr.24304) 28 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:31:56.995 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[18552]: audit 2024-03-30T04:31:55.755362+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:56.995 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[18552]: audit 2024-03-30T04:31:55.756797+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:56.995 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[18552]: audit 2024-03-30T04:31:55.757760+0000 mon.b (mon.2) 59 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:56.995 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[18552]: audit 2024-03-30T04:31:55.767850+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:56.995 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:56 smithi111 bash[18552]: cephadm 2024-03-30T04:31:55.768502+0000 mgr.y (mgr.24304) 29 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:31:56.996 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:56 smithi117 bash[18692]: audit 2024-03-30T04:31:55.687534+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:56.996 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:56 smithi117 bash[18692]: audit 2024-03-30T04:31:55.691886+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:56.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:56 smithi117 bash[18692]: audit 2024-03-30T04:31:55.693823+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:56.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:56 smithi117 bash[18692]: audit 2024-03-30T04:31:55.695083+0000 mon.b (mon.2) 51 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:56.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:56 smithi117 bash[18692]: audit 2024-03-30T04:31:55.706080+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:56.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:56 smithi117 bash[18692]: cephadm 2024-03-30T04:31:55.706979+0000 mgr.y (mgr.24304) 24 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:31:56.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:56 smithi117 bash[18692]: audit 2024-03-30T04:31:55.717214+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:31:56.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:56 smithi117 bash[18692]: audit 2024-03-30T04:31:55.717875+0000 mgr.y (mgr.24304) 25 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:31:56.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:56 smithi117 bash[18692]: audit 2024-03-30T04:31:55.719558+0000 mon.b (mon.2) 53 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.117:9095"}]: dispatch 2024-03-30T04:31:56.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:56 smithi117 bash[18692]: audit 2024-03-30T04:31:55.720255+0000 mgr.y (mgr.24304) 26 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.117:9095"}]: dispatch 2024-03-30T04:31:56.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:56 smithi117 bash[18692]: cluster 2024-03-30T04:31:55.723613+0000 mgr.y (mgr.24304) 27 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:56.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:56 smithi117 bash[18692]: audit 2024-03-30T04:31:55.731288+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:56.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:56 smithi117 bash[18692]: audit 2024-03-30T04:31:55.736128+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:56.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:56 smithi117 bash[18692]: audit 2024-03-30T04:31:55.737591+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:56.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:56 smithi117 bash[18692]: audit 2024-03-30T04:31:55.738772+0000 mon.b (mon.2) 56 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:56.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:56 smithi117 bash[18692]: audit 2024-03-30T04:31:55.750594+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:56.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:56 smithi117 bash[18692]: cephadm 2024-03-30T04:31:55.751338+0000 mgr.y (mgr.24304) 28 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:31:56.998 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:56 smithi117 bash[18692]: audit 2024-03-30T04:31:55.755362+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:56.998 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:56 smithi117 bash[18692]: audit 2024-03-30T04:31:55.756797+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:56.998 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:56 smithi117 bash[18692]: audit 2024-03-30T04:31:55.757760+0000 mon.b (mon.2) 59 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:56.998 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:56 smithi117 bash[18692]: audit 2024-03-30T04:31:55.767850+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:56.998 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:56 smithi117 bash[18692]: cephadm 2024-03-30T04:31:55.768502+0000 mgr.y (mgr.24304) 29 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:31:57.388 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:31:57 smithi117 bash[36380]: ts=2024-03-30T04:31:57.000Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-03-30T04:31:57.388 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:31:57 smithi117 bash[36380]: ts=2024-03-30T04:31:57.000Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2024-03-30T04:31:57.388 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:31:57 smithi117 bash[36380]: ts=2024-03-30T04:31:57.000Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2024-03-30T04:31:57.388 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:31:57 smithi117 bash[36380]: ts=2024-03-30T04:31:57.000Z caller=main.go:518 level=info host_details="(Linux 5.15.0-101-generic #111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024 x86_64 smithi117 (none))" 2024-03-30T04:31:57.388 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:31:57 smithi117 bash[36380]: ts=2024-03-30T04:31:57.000Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-03-30T04:31:57.389 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:31:57 smithi117 bash[36380]: ts=2024-03-30T04:31:57.000Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-03-30T04:31:57.389 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:31:57 smithi117 bash[36380]: ts=2024-03-30T04:31:57.002Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2024-03-30T04:31:57.389 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:31:57 smithi117 bash[36380]: ts=2024-03-30T04:31:57.002Z caller=main.go:923 level=info msg="Starting TSDB ..." 2024-03-30T04:31:57.389 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:31:57 smithi117 bash[36380]: ts=2024-03-30T04:31:57.003Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2024-03-30T04:31:57.389 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:31:57 smithi117 bash[36380]: ts=2024-03-30T04:31:57.006Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-03-30T04:31:57.389 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:31:57 smithi117 bash[36380]: ts=2024-03-30T04:31:57.006Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=3.115µs 2024-03-30T04:31:57.389 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:31:57 smithi117 bash[36380]: ts=2024-03-30T04:31:57.006Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-03-30T04:31:57.389 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:31:57 smithi117 bash[36380]: ts=2024-03-30T04:31:57.006Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=0 2024-03-30T04:31:57.389 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:31:57 smithi117 bash[36380]: ts=2024-03-30T04:31:57.006Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=37.355µs wal_replay_duration=336.553µs total_replay_duration=407.026µs 2024-03-30T04:31:57.389 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:31:57 smithi117 bash[36380]: ts=2024-03-30T04:31:57.007Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2024-03-30T04:31:57.389 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:31:57 smithi117 bash[36380]: ts=2024-03-30T04:31:57.007Z caller=main.go:947 level=info msg="TSDB started" 2024-03-30T04:31:57.389 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:31:57 smithi117 bash[36380]: ts=2024-03-30T04:31:57.007Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-03-30T04:31:57.389 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:31:57 smithi117 bash[36380]: ts=2024-03-30T04:31:57.027Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=20.192563ms db_storage=598ns remote_storage=1.171µs web_handler=254ns query_engine=1.02µs scrape=265.719µs scrape_sd=19.892µs notify=870ns notify_sd=1.706µs rules=19.683864ms 2024-03-30T04:31:57.389 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:31:57 smithi117 bash[36380]: ts=2024-03-30T04:31:57.027Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2024-03-30T04:31:57.426 INFO:teuthology.orchestra.run.smithi111.stdout:[client.0] 2024-03-30T04:31:57.427 INFO:teuthology.orchestra.run.smithi111.stdout: key = AQC9lQdmMNlBGRAAQMPAPoVIc6HsuEO3RyzVCA== 2024-03-30T04:31:58.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:57 smithi111 bash[18552]: audit 2024-03-30T04:31:57.422846+0000 mon.c (mon.1) 15 : audit [INF] from='client.? 172.21.15.111:0/4201646170' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-30T04:31:58.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:57 smithi111 bash[18552]: audit 2024-03-30T04:31:57.423467+0000 mon.a (mon.0) 802 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-30T04:31:58.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:57 smithi111 bash[18552]: audit 2024-03-30T04:31:57.427879+0000 mon.a (mon.0) 803 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-03-30T04:31:58.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:57 smithi111 bash[24005]: audit 2024-03-30T04:31:57.422846+0000 mon.c (mon.1) 15 : audit [INF] from='client.? 172.21.15.111:0/4201646170' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-30T04:31:58.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:57 smithi111 bash[24005]: audit 2024-03-30T04:31:57.423467+0000 mon.a (mon.0) 802 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-30T04:31:58.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:57 smithi111 bash[24005]: audit 2024-03-30T04:31:57.427879+0000 mon.a (mon.0) 803 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-03-30T04:31:58.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:57 smithi117 bash[18692]: audit 2024-03-30T04:31:57.422846+0000 mon.c (mon.1) 15 : audit [INF] from='client.? 172.21.15.111:0/4201646170' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-30T04:31:58.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:57 smithi117 bash[18692]: audit 2024-03-30T04:31:57.423467+0000 mon.a (mon.0) 802 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-30T04:31:58.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:57 smithi117 bash[18692]: audit 2024-03-30T04:31:57.427879+0000 mon.a (mon.0) 803 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-03-30T04:31:58.215 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2024-03-30T04:31:58.215 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-03-30T04:31:58.215 DEBUG:teuthology.orchestra.run.smithi111:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-03-30T04:31:58.236 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-03-30T04:31:59.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:58 smithi111 bash[18552]: cluster 2024-03-30T04:31:57.724206+0000 mgr.y (mgr.24304) 30 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:59.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:31:58 smithi111 bash[18552]: audit 2024-03-30T04:31:57.804081+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:59.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:58 smithi111 bash[24005]: cluster 2024-03-30T04:31:57.724206+0000 mgr.y (mgr.24304) 30 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:59.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:31:58 smithi111 bash[24005]: audit 2024-03-30T04:31:57.804081+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:31:59.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:58 smithi117 bash[18692]: cluster 2024-03-30T04:31:57.724206+0000 mgr.y (mgr.24304) 30 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:31:59.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:31:58 smithi117 bash[18692]: audit 2024-03-30T04:31:57.804081+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:01.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:01 smithi111 bash[18552]: cluster 2024-03-30T04:31:59.724845+0000 mgr.y (mgr.24304) 31 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:01.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:01 smithi111 bash[24005]: cluster 2024-03-30T04:31:59.724845+0000 mgr.y (mgr.24304) 31 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:01.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:01 smithi117 bash[18692]: cluster 2024-03-30T04:31:59.724845+0000 mgr.y (mgr.24304) 31 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:03.257 INFO:teuthology.orchestra.run.smithi117.stdout:[client.1] 2024-03-30T04:32:03.257 INFO:teuthology.orchestra.run.smithi117.stdout: key = AQDDlQdmFQclDxAAmRrw8DU1XOFnUtInc/AgUQ== 2024-03-30T04:32:03.480 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:32:03 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:32:03] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:32:03.480 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:03 smithi111 bash[18552]: cluster 2024-03-30T04:32:01.725471+0000 mgr.y (mgr.24304) 32 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:03.480 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:03 smithi111 bash[18552]: audit 2024-03-30T04:32:03.209455+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:03.480 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:03 smithi111 bash[18552]: audit 2024-03-30T04:32:03.219420+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:03.481 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:03 smithi111 bash[18552]: audit 2024-03-30T04:32:03.253053+0000 mon.b (mon.2) 60 : audit [INF] from='client.? 172.21.15.117:0/1530488394' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-30T04:32:03.481 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:03 smithi111 bash[18552]: audit 2024-03-30T04:32:03.253759+0000 mon.a (mon.0) 807 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-30T04:32:03.481 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:03 smithi111 bash[18552]: audit 2024-03-30T04:32:03.256562+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:32:03.481 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:03 smithi111 bash[18552]: audit 2024-03-30T04:32:03.260852+0000 mon.a (mon.0) 808 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-03-30T04:32:03.481 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:03 smithi111 bash[18552]: audit 2024-03-30T04:32:03.263403+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:03.481 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:03 smithi111 bash[18552]: audit 2024-03-30T04:32:03.264938+0000 mon.b (mon.2) 63 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:32:03.481 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:03 smithi111 bash[18552]: audit 2024-03-30T04:32:03.276043+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:03.481 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:03 smithi111 bash[24005]: cluster 2024-03-30T04:32:01.725471+0000 mgr.y (mgr.24304) 32 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:03.481 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:03 smithi111 bash[24005]: audit 2024-03-30T04:32:03.209455+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:03.481 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:03 smithi111 bash[24005]: audit 2024-03-30T04:32:03.219420+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:03.481 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:03 smithi111 bash[24005]: audit 2024-03-30T04:32:03.253053+0000 mon.b (mon.2) 60 : audit [INF] from='client.? 172.21.15.117:0/1530488394' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-30T04:32:03.482 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:03 smithi111 bash[24005]: audit 2024-03-30T04:32:03.253759+0000 mon.a (mon.0) 807 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-30T04:32:03.482 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:03 smithi111 bash[24005]: audit 2024-03-30T04:32:03.256562+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:32:03.482 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:03 smithi111 bash[24005]: audit 2024-03-30T04:32:03.260852+0000 mon.a (mon.0) 808 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-03-30T04:32:03.482 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:03 smithi111 bash[24005]: audit 2024-03-30T04:32:03.263403+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:03.482 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:03 smithi111 bash[24005]: audit 2024-03-30T04:32:03.264938+0000 mon.b (mon.2) 63 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:32:03.482 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:03 smithi111 bash[24005]: audit 2024-03-30T04:32:03.276043+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:03.612 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:03 smithi117 bash[18692]: cluster 2024-03-30T04:32:01.725471+0000 mgr.y (mgr.24304) 32 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:03.612 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:03 smithi117 bash[18692]: audit 2024-03-30T04:32:03.209455+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:03.612 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:03 smithi117 bash[18692]: audit 2024-03-30T04:32:03.219420+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:03.612 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:03 smithi117 bash[18692]: audit 2024-03-30T04:32:03.253053+0000 mon.b (mon.2) 60 : audit [INF] from='client.? 172.21.15.117:0/1530488394' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-30T04:32:03.612 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:03 smithi117 bash[18692]: audit 2024-03-30T04:32:03.253759+0000 mon.a (mon.0) 807 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-30T04:32:03.612 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:03 smithi117 bash[18692]: audit 2024-03-30T04:32:03.256562+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:32:03.612 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:03 smithi117 bash[18692]: audit 2024-03-30T04:32:03.260852+0000 mon.a (mon.0) 808 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-03-30T04:32:03.612 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:03 smithi117 bash[18692]: audit 2024-03-30T04:32:03.263403+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:03.612 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:03 smithi117 bash[18692]: audit 2024-03-30T04:32:03.264938+0000 mon.b (mon.2) 63 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:32:03.612 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:03 smithi117 bash[18692]: audit 2024-03-30T04:32:03.276043+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:03.755 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:03 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:03.756 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:03 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:03.757 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:32:03 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:03.757 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:32:03 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:03.757 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:32:03 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:03.758 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:32:03 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:03.758 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:32:03 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:03.984 DEBUG:teuthology.orchestra.run.smithi117:> set -ex 2024-03-30T04:32:03.984 DEBUG:teuthology.orchestra.run.smithi117:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-03-30T04:32:03.984 DEBUG:teuthology.orchestra.run.smithi117:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-03-30T04:32:04.005 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-03-30T04:32:04.005 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-03-30T04:32:04.005 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph mgr dump --format=json 2024-03-30T04:32:04.006 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:03 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:04.006 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:03 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:04.006 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:32:03 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:04.007 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:32:03 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:04.007 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:32:03 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:04.007 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:32:03 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:04.007 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:32:03 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:04.321 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:04 smithi111 systemd[1]: Started Ceph node-exporter.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:32:04.321 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:04 smithi111 bash[41583]: Unable to find image 'quay.io/prometheus/node-exporter:v1.3.1' locally 2024-03-30T04:32:04.581 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:04 smithi111 bash[18552]: cephadm 2024-03-30T04:32:03.283431+0000 mgr.y (mgr.24304) 33 : cephadm [INF] Deploying daemon node-exporter.a on smithi111 2024-03-30T04:32:04.581 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:04 smithi111 bash[18552]: audit 2024-03-30T04:32:04.051513+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:04.581 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:04 smithi111 bash[24005]: cephadm 2024-03-30T04:32:03.283431+0000 mgr.y (mgr.24304) 33 : cephadm [INF] Deploying daemon node-exporter.a on smithi111 2024-03-30T04:32:04.581 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:04 smithi111 bash[24005]: audit 2024-03-30T04:32:04.051513+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:04.593 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:04 smithi117 bash[18692]: cephadm 2024-03-30T04:32:03.283431+0000 mgr.y (mgr.24304) 33 : cephadm [INF] Deploying daemon node-exporter.a on smithi111 2024-03-30T04:32:04.593 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:04 smithi117 bash[18692]: audit 2024-03-30T04:32:04.051513+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:04.868 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:04 smithi111 bash[41583]: v1.3.1: Pulling from prometheus/node-exporter 2024-03-30T04:32:04.869 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:04 smithi111 bash[41583]: aa2a8d90b84c: Pulling fs layer 2024-03-30T04:32:04.869 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:04 smithi111 bash[41583]: b45d31ee2d7f: Pulling fs layer 2024-03-30T04:32:04.869 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:04 smithi111 bash[41583]: b5db1e299295: Pulling fs layer 2024-03-30T04:32:05.215 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:04 smithi111 bash[41583]: b45d31ee2d7f: Verifying Checksum 2024-03-30T04:32:05.215 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:04 smithi111 bash[41583]: b45d31ee2d7f: Download complete 2024-03-30T04:32:05.215 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:04 smithi111 bash[41583]: aa2a8d90b84c: Verifying Checksum 2024-03-30T04:32:05.215 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:04 smithi111 bash[41583]: aa2a8d90b84c: Download complete 2024-03-30T04:32:05.215 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:05 smithi111 bash[41583]: b5db1e299295: Verifying Checksum 2024-03-30T04:32:05.215 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:05 smithi111 bash[41583]: b5db1e299295: Download complete 2024-03-30T04:32:05.216 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:05 smithi111 bash[41583]: aa2a8d90b84c: Pull complete 2024-03-30T04:32:05.423 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:32:05 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:05.423 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:32:05 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:05.423 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:32:05 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:05.424 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:32:05 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:05.424 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:32:05 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:05.424 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:32:05 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:05.424 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:05 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:05.425 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:05 smithi117 bash[18692]: cluster 2024-03-30T04:32:03.726132+0000 mgr.y (mgr.24304) 34 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:05.425 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:05 smithi117 bash[18692]: cephadm 2024-03-30T04:32:04.053624+0000 mgr.y (mgr.24304) 35 : cephadm [INF] Deploying daemon node-exporter.b on smithi117 2024-03-30T04:32:05.425 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:05 smithi117 bash[18692]: audit 2024-03-30T04:32:05.211527+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:05.425 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:05 smithi117 bash[18692]: audit 2024-03-30T04:32:05.218341+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:05.556 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:32:05 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:32:05] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:32:05.557 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:05 smithi111 bash[18552]: cluster 2024-03-30T04:32:03.726132+0000 mgr.y (mgr.24304) 34 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:05.557 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:05 smithi111 bash[18552]: cephadm 2024-03-30T04:32:04.053624+0000 mgr.y (mgr.24304) 35 : cephadm [INF] Deploying daemon node-exporter.b on smithi117 2024-03-30T04:32:05.557 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:05 smithi111 bash[18552]: audit 2024-03-30T04:32:05.211527+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:05.557 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:05 smithi111 bash[18552]: audit 2024-03-30T04:32:05.218341+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:05.557 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:05 smithi111 bash[24005]: cluster 2024-03-30T04:32:03.726132+0000 mgr.y (mgr.24304) 34 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:05.557 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:05 smithi111 bash[24005]: cephadm 2024-03-30T04:32:04.053624+0000 mgr.y (mgr.24304) 35 : cephadm [INF] Deploying daemon node-exporter.b on smithi117 2024-03-30T04:32:05.557 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:05 smithi111 bash[24005]: audit 2024-03-30T04:32:05.211527+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:05.557 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:05 smithi111 bash[24005]: audit 2024-03-30T04:32:05.218341+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:05.683 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:05 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:05.683 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:32:05 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:05.683 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:32:05 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:05.684 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:32:05 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:05.684 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:32:05 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:05.684 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:32:05 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:05.685 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:05 smithi117 systemd[1]: Started Ceph node-exporter.b for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:32:05.685 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:32:05 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:05.868 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:05 smithi111 bash[41583]: b45d31ee2d7f: Pull complete 2024-03-30T04:32:06.019 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:05 smithi117 bash[37303]: Unable to find image 'quay.io/prometheus/node-exporter:v1.3.1' locally 2024-03-30T04:32:06.153 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:05 smithi111 bash[41583]: b5db1e299295: Pull complete 2024-03-30T04:32:06.153 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:06 smithi111 bash[41583]: Digest: sha256:f2269e73124dd0f60a7d19a2ce1264d33d08a985aed0ee6b0b89d0be470592cd 2024-03-30T04:32:06.154 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:06 smithi111 bash[41583]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.3.1 2024-03-30T04:32:06.712 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:32:07.058 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:06 smithi117 bash[37303]: v1.3.1: Pulling from prometheus/node-exporter 2024-03-30T04:32:07.058 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:06 smithi117 bash[18692]: audit 2024-03-30T04:32:05.699032+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:07.059 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:06 smithi117 bash[18692]: cephadm 2024-03-30T04:32:05.712377+0000 mgr.y (mgr.24304) 36 : cephadm [INF] Deploying daemon alertmanager.a on smithi111 2024-03-30T04:32:07.059 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:06 smithi117 bash[18692]: cluster 2024-03-30T04:32:05.726628+0000 mgr.y (mgr.24304) 37 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:07.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:06 smithi111 bash[18552]: audit 2024-03-30T04:32:05.699032+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:07.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:06 smithi111 bash[18552]: cephadm 2024-03-30T04:32:05.712377+0000 mgr.y (mgr.24304) 36 : cephadm [INF] Deploying daemon alertmanager.a on smithi111 2024-03-30T04:32:07.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:06 smithi111 bash[18552]: cluster 2024-03-30T04:32:05.726628+0000 mgr.y (mgr.24304) 37 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:07.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:06 smithi111 bash[24005]: audit 2024-03-30T04:32:05.699032+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:07.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:06 smithi111 bash[24005]: cephadm 2024-03-30T04:32:05.712377+0000 mgr.y (mgr.24304) 36 : cephadm [INF] Deploying daemon alertmanager.a on smithi111 2024-03-30T04:32:07.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:06 smithi111 bash[24005]: cluster 2024-03-30T04:32:05.726628+0000 mgr.y (mgr.24304) 37 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:07.309 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:07 smithi117 bash[37303]: aa2a8d90b84c: Pulling fs layer 2024-03-30T04:32:07.309 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:07 smithi117 bash[37303]: b45d31ee2d7f: Pulling fs layer 2024-03-30T04:32:07.309 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:07 smithi117 bash[37303]: b5db1e299295: Pulling fs layer 2024-03-30T04:32:07.309 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:07 smithi117 bash[37303]: b45d31ee2d7f: Verifying Checksum 2024-03-30T04:32:07.309 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:07 smithi117 bash[37303]: b45d31ee2d7f: Download complete 2024-03-30T04:32:07.310 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:07 smithi117 bash[37303]: aa2a8d90b84c: Download complete 2024-03-30T04:32:07.638 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:07 smithi117 bash[37303]: b5db1e299295: Verifying Checksum 2024-03-30T04:32:07.638 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:07 smithi117 bash[37303]: b5db1e299295: Download complete 2024-03-30T04:32:07.638 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:07 smithi117 bash[37303]: aa2a8d90b84c: Pull complete 2024-03-30T04:32:08.827 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:08 smithi117 bash[37303]: b45d31ee2d7f: Pull complete 2024-03-30T04:32:09.028 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:08 smithi111 bash[18552]: cluster 2024-03-30T04:32:07.727124+0000 mgr.y (mgr.24304) 38 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:09.029 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:08 smithi111 bash[18552]: audit 2024-03-30T04:32:07.832906+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:09.029 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:08 smithi111 bash[24005]: cluster 2024-03-30T04:32:07.727124+0000 mgr.y (mgr.24304) 38 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:09.029 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:08 smithi111 bash[24005]: audit 2024-03-30T04:32:07.832906+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:09.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:08 smithi117 bash[18692]: cluster 2024-03-30T04:32:07.727124+0000 mgr.y (mgr.24304) 38 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:09.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:08 smithi117 bash[18692]: audit 2024-03-30T04:32:07.832906+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:09.281 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.030Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2024-03-30T04:32:09.281 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.031Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2024-03-30T04:32:09.281 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.031Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+)($|/) 2024-03-30T04:32:09.281 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.031Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-03-30T04:32:09.281 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2024-03-30T04:32:09.282 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:115 level=info collector=arp 2024-03-30T04:32:09.282 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:115 level=info collector=bcache 2024-03-30T04:32:09.282 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:115 level=info collector=bonding 2024-03-30T04:32:09.282 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:115 level=info collector=btrfs 2024-03-30T04:32:09.282 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:115 level=info collector=conntrack 2024-03-30T04:32:09.282 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:115 level=info collector=cpu 2024-03-30T04:32:09.282 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:115 level=info collector=cpufreq 2024-03-30T04:32:09.282 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:115 level=info collector=diskstats 2024-03-30T04:32:09.282 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:115 level=info collector=dmi 2024-03-30T04:32:09.282 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:115 level=info collector=edac 2024-03-30T04:32:09.282 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:115 level=info collector=entropy 2024-03-30T04:32:09.283 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:115 level=info collector=fibrechannel 2024-03-30T04:32:09.283 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:115 level=info collector=filefd 2024-03-30T04:32:09.283 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:115 level=info collector=filesystem 2024-03-30T04:32:09.283 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:115 level=info collector=hwmon 2024-03-30T04:32:09.283 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:115 level=info collector=infiniband 2024-03-30T04:32:09.283 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:115 level=info collector=ipvs 2024-03-30T04:32:09.283 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:115 level=info collector=loadavg 2024-03-30T04:32:09.283 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:115 level=info collector=mdadm 2024-03-30T04:32:09.283 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:115 level=info collector=meminfo 2024-03-30T04:32:09.283 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:115 level=info collector=netclass 2024-03-30T04:32:09.283 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:115 level=info collector=netdev 2024-03-30T04:32:09.283 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:115 level=info collector=netstat 2024-03-30T04:32:09.283 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:115 level=info collector=nfs 2024-03-30T04:32:09.283 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:115 level=info collector=nfsd 2024-03-30T04:32:09.284 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:115 level=info collector=nvme 2024-03-30T04:32:09.284 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:115 level=info collector=os 2024-03-30T04:32:09.284 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2024-03-30T04:32:09.284 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:115 level=info collector=pressure 2024-03-30T04:32:09.284 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:115 level=info collector=rapl 2024-03-30T04:32:09.284 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:115 level=info collector=schedstat 2024-03-30T04:32:09.284 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:115 level=info collector=sockstat 2024-03-30T04:32:09.284 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:115 level=info collector=softnet 2024-03-30T04:32:09.284 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:115 level=info collector=stat 2024-03-30T04:32:09.284 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:115 level=info collector=tapestats 2024-03-30T04:32:09.284 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:115 level=info collector=textfile 2024-03-30T04:32:09.284 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:115 level=info collector=thermal_zone 2024-03-30T04:32:09.284 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:115 level=info collector=time 2024-03-30T04:32:09.284 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:115 level=info collector=udp_queues 2024-03-30T04:32:09.285 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:115 level=info collector=uname 2024-03-30T04:32:09.285 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:115 level=info collector=vmstat 2024-03-30T04:32:09.285 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:115 level=info collector=xfs 2024-03-30T04:32:09.285 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:115 level=info collector=zfs 2024-03-30T04:32:09.285 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2024-03-30T04:32:09.285 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:09 smithi111 bash[41583]: ts=2024-03-30T04:32:09.032Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2024-03-30T04:32:09.767 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:09 smithi117 bash[37303]: b5db1e299295: Pull complete 2024-03-30T04:32:10.050 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:09 smithi117 bash[37303]: Digest: sha256:f2269e73124dd0f60a7d19a2ce1264d33d08a985aed0ee6b0b89d0be470592cd 2024-03-30T04:32:10.050 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:09 smithi117 bash[37303]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.3.1 2024-03-30T04:32:11.353 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[18692]: cluster 2024-03-30T04:32:09.727764+0000 mgr.y (mgr.24304) 39 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:11.354 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.179Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2024-03-30T04:32:11.354 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.179Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2024-03-30T04:32:11.354 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.180Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+)($|/) 2024-03-30T04:32:11.354 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.180Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-03-30T04:32:11.354 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.180Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2024-03-30T04:32:11.354 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.180Z caller=node_exporter.go:115 level=info collector=arp 2024-03-30T04:32:11.354 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.180Z caller=node_exporter.go:115 level=info collector=bcache 2024-03-30T04:32:11.354 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.180Z caller=node_exporter.go:115 level=info collector=bonding 2024-03-30T04:32:11.354 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.180Z caller=node_exporter.go:115 level=info collector=btrfs 2024-03-30T04:32:11.354 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.180Z caller=node_exporter.go:115 level=info collector=conntrack 2024-03-30T04:32:11.354 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.180Z caller=node_exporter.go:115 level=info collector=cpu 2024-03-30T04:32:11.355 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.180Z caller=node_exporter.go:115 level=info collector=cpufreq 2024-03-30T04:32:11.355 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.180Z caller=node_exporter.go:115 level=info collector=diskstats 2024-03-30T04:32:11.355 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.180Z caller=node_exporter.go:115 level=info collector=dmi 2024-03-30T04:32:11.355 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.180Z caller=node_exporter.go:115 level=info collector=edac 2024-03-30T04:32:11.355 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.180Z caller=node_exporter.go:115 level=info collector=entropy 2024-03-30T04:32:11.355 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.180Z caller=node_exporter.go:115 level=info collector=fibrechannel 2024-03-30T04:32:11.355 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.180Z caller=node_exporter.go:115 level=info collector=filefd 2024-03-30T04:32:11.355 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.180Z caller=node_exporter.go:115 level=info collector=filesystem 2024-03-30T04:32:11.355 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.180Z caller=node_exporter.go:115 level=info collector=hwmon 2024-03-30T04:32:11.355 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.180Z caller=node_exporter.go:115 level=info collector=infiniband 2024-03-30T04:32:11.355 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.180Z caller=node_exporter.go:115 level=info collector=ipvs 2024-03-30T04:32:11.355 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.180Z caller=node_exporter.go:115 level=info collector=loadavg 2024-03-30T04:32:11.355 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.180Z caller=node_exporter.go:115 level=info collector=mdadm 2024-03-30T04:32:11.355 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.180Z caller=node_exporter.go:115 level=info collector=meminfo 2024-03-30T04:32:11.355 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.180Z caller=node_exporter.go:115 level=info collector=netclass 2024-03-30T04:32:11.356 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.180Z caller=node_exporter.go:115 level=info collector=netdev 2024-03-30T04:32:11.356 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.180Z caller=node_exporter.go:115 level=info collector=netstat 2024-03-30T04:32:11.356 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.180Z caller=node_exporter.go:115 level=info collector=nfs 2024-03-30T04:32:11.356 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.180Z caller=node_exporter.go:115 level=info collector=nfsd 2024-03-30T04:32:11.356 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.180Z caller=node_exporter.go:115 level=info collector=nvme 2024-03-30T04:32:11.356 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.180Z caller=node_exporter.go:115 level=info collector=os 2024-03-30T04:32:11.356 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.180Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2024-03-30T04:32:11.356 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.180Z caller=node_exporter.go:115 level=info collector=pressure 2024-03-30T04:32:11.356 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.180Z caller=node_exporter.go:115 level=info collector=rapl 2024-03-30T04:32:11.356 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.180Z caller=node_exporter.go:115 level=info collector=schedstat 2024-03-30T04:32:11.356 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.180Z caller=node_exporter.go:115 level=info collector=sockstat 2024-03-30T04:32:11.356 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.180Z caller=node_exporter.go:115 level=info collector=softnet 2024-03-30T04:32:11.356 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.180Z caller=node_exporter.go:115 level=info collector=stat 2024-03-30T04:32:11.356 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.180Z caller=node_exporter.go:115 level=info collector=tapestats 2024-03-30T04:32:11.356 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.180Z caller=node_exporter.go:115 level=info collector=textfile 2024-03-30T04:32:11.357 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.180Z caller=node_exporter.go:115 level=info collector=thermal_zone 2024-03-30T04:32:11.357 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.180Z caller=node_exporter.go:115 level=info collector=time 2024-03-30T04:32:11.357 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.180Z caller=node_exporter.go:115 level=info collector=udp_queues 2024-03-30T04:32:11.357 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.181Z caller=node_exporter.go:115 level=info collector=uname 2024-03-30T04:32:11.357 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.181Z caller=node_exporter.go:115 level=info collector=vmstat 2024-03-30T04:32:11.357 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.181Z caller=node_exporter.go:115 level=info collector=xfs 2024-03-30T04:32:11.357 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.181Z caller=node_exporter.go:115 level=info collector=zfs 2024-03-30T04:32:11.357 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.181Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2024-03-30T04:32:11.357 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:11 smithi117 bash[37303]: ts=2024-03-30T04:32:11.181Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2024-03-30T04:32:11.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:11 smithi111 bash[18552]: cluster 2024-03-30T04:32:09.727764+0000 mgr.y (mgr.24304) 39 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:11.619 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:32:11 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:32:11] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:32:11.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:11 smithi111 bash[24005]: cluster 2024-03-30T04:32:09.727764+0000 mgr.y (mgr.24304) 39 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:12.368 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:32:12 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:32:12] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:32:12.369 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:32:12 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:32:12] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:32:12.702 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:12 smithi111 bash[18552]: audit 2024-03-30T04:32:11.399552+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:12.702 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:12 smithi111 bash[18552]: audit 2024-03-30T04:32:11.411584+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:12.703 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:12 smithi111 bash[18552]: audit 2024-03-30T04:32:12.055899+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:12.703 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:12 smithi111 bash[18552]: audit 2024-03-30T04:32:12.064133+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:12.703 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:12 smithi111 bash[18552]: audit 2024-03-30T04:32:12.108690+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:12.703 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:12 smithi111 bash[18552]: audit 2024-03-30T04:32:12.121472+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:12.703 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:12 smithi111 bash[24005]: audit 2024-03-30T04:32:11.399552+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:12.703 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:12 smithi111 bash[24005]: audit 2024-03-30T04:32:11.411584+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:12.703 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:12 smithi111 bash[24005]: audit 2024-03-30T04:32:12.055899+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:12.703 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:12 smithi111 bash[24005]: audit 2024-03-30T04:32:12.064133+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:12.703 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:12 smithi111 bash[24005]: audit 2024-03-30T04:32:12.108690+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:12.703 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:12 smithi111 bash[24005]: audit 2024-03-30T04:32:12.121472+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:12.871 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-03-30T04:32:12.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:12 smithi117 bash[18692]: audit 2024-03-30T04:32:11.399552+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:12.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:12 smithi117 bash[18692]: audit 2024-03-30T04:32:11.411584+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:12.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:12 smithi117 bash[18692]: audit 2024-03-30T04:32:12.055899+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:12.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:12 smithi117 bash[18692]: audit 2024-03-30T04:32:12.064133+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:12.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:12 smithi117 bash[18692]: audit 2024-03-30T04:32:12.108690+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:12.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:12 smithi117 bash[18692]: audit 2024-03-30T04:32:12.121472+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:13.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:13 smithi111 bash[18552]: cluster 2024-03-30T04:32:11.728134+0000 mgr.y (mgr.24304) 40 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:13.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:13 smithi111 bash[18552]: audit 2024-03-30T04:32:12.868960+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.111:0/2599697451' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-30T04:32:13.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:13 smithi111 bash[24005]: cluster 2024-03-30T04:32:11.728134+0000 mgr.y (mgr.24304) 40 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:13.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:13 smithi111 bash[24005]: audit 2024-03-30T04:32:12.868960+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.111:0/2599697451' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-30T04:32:13.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:13 smithi117 bash[18692]: cluster 2024-03-30T04:32:11.728134+0000 mgr.y (mgr.24304) 40 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:13.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:13 smithi117 bash[18692]: audit 2024-03-30T04:32:12.868960+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.111:0/2599697451' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-30T04:32:14.259 INFO:teuthology.orchestra.run.smithi111.stdout:{"epoch":19,"active_gid":24304,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6800","nonce":3428457666},{"type":"v1","addr":"172.21.15.111:6801","nonce":3428457666}]},"active_addr":"172.21.15.111:6801/3428457666","active_change":"2024-03-30T04:31:37.646311+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":24310,"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.111:8443/","prometheus":"http://172.21.15.111: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":60,"active_clients":[{"addrvec":[{"type":"v2","addr":"172.21.15.111:0","nonce":524271480}]},{"addrvec":[{"type":"v2","addr":"172.21.15.111:0","nonce":3485958563}]},{"addrvec":[{"type":"v2","addr":"172.21.15.111:0","nonce":1870547430}]},{"addrvec":[{"type":"v2","addr":"172.21.15.111:0","nonce":3037467693}]}]}} 2024-03-30T04:32:14.263 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-03-30T04:32:14.263 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-03-30T04:32:14.263 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph osd dump --format=json 2024-03-30T04:32:15.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:15 smithi111 bash[24005]: cluster 2024-03-30T04:32:13.728709+0000 mgr.y (mgr.24304) 41 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:15.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:15 smithi111 bash[18552]: cluster 2024-03-30T04:32:13.728709+0000 mgr.y (mgr.24304) 41 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:15.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:15 smithi117 bash[18692]: cluster 2024-03-30T04:32:13.728709+0000 mgr.y (mgr.24304) 41 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:17.244 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:17 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:17.244 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:32:17 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:17.245 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:17 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:17.245 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:17 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:17.245 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:32:17 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:17.246 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:32:17 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:17.246 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:32:17 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:17.246 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:32:17 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:17.444 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:32:17.506 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:17 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:17.506 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:17 smithi111 bash[18552]: cluster 2024-03-30T04:32:15.729447+0000 mgr.y (mgr.24304) 42 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:17.507 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:32:17 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:17.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:17 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:17.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:17 smithi111 bash[24005]: cluster 2024-03-30T04:32:15.729447+0000 mgr.y (mgr.24304) 42 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:17.507 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:32:17 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:17.508 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:32:17 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:17.508 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:32:17 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:17.508 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:32:17 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:17.509 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:32:17 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:17.669 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:17 smithi117 bash[18692]: cluster 2024-03-30T04:32:15.729447+0000 mgr.y (mgr.24304) 42 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:18.138 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:32:17 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:18.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:18 smithi111 bash[18552]: audit 2024-03-30T04:32:17.551435+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:18.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:18 smithi111 bash[18552]: audit 2024-03-30T04:32:17.616973+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:18.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:18 smithi111 bash[18552]: audit 2024-03-30T04:32:17.623070+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:18.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:18 smithi111 bash[18552]: audit 2024-03-30T04:32:17.629058+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-30T04:32:18.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:18 smithi111 bash[18552]: audit 2024-03-30T04:32:17.634487+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:18.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:18 smithi111 bash[18552]: audit 2024-03-30T04:32:17.842802+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:18.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:18 smithi111 bash[24005]: audit 2024-03-30T04:32:17.551435+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:18.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:18 smithi111 bash[24005]: audit 2024-03-30T04:32:17.616973+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:18.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:18 smithi111 bash[24005]: audit 2024-03-30T04:32:17.623070+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:18.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:18 smithi111 bash[24005]: audit 2024-03-30T04:32:17.629058+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-30T04:32:18.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:18 smithi111 bash[24005]: audit 2024-03-30T04:32:17.634487+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:18.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:18 smithi111 bash[24005]: audit 2024-03-30T04:32:17.842802+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:18.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:18 smithi117 bash[18692]: audit 2024-03-30T04:32:17.551435+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:18.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:18 smithi117 bash[18692]: audit 2024-03-30T04:32:17.616973+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:18.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:18 smithi117 bash[18692]: audit 2024-03-30T04:32:17.623070+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:18.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:18 smithi117 bash[18692]: audit 2024-03-30T04:32:17.629058+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-30T04:32:18.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:18 smithi117 bash[18692]: audit 2024-03-30T04:32:17.634487+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:18.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:18 smithi117 bash[18692]: audit 2024-03-30T04:32:17.842802+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:19.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:19 smithi111 bash[24005]: audit 2024-03-30T04:32:17.629403+0000 mgr.y (mgr.24304) 43 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-30T04:32:19.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:19 smithi111 bash[24005]: cephadm 2024-03-30T04:32:17.641927+0000 mgr.y (mgr.24304) 44 : cephadm [INF] Deploying daemon grafana.a on smithi117 2024-03-30T04:32:19.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:19 smithi111 bash[24005]: cluster 2024-03-30T04:32:17.730119+0000 mgr.y (mgr.24304) 45 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:19.869 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:32:19 smithi111 bash[42523]: level=info ts=2024-03-30T04:32:19.483Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2024-03-30T04:32:19.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:19 smithi111 bash[18552]: audit 2024-03-30T04:32:17.629403+0000 mgr.y (mgr.24304) 43 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-30T04:32:19.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:19 smithi111 bash[18552]: cephadm 2024-03-30T04:32:17.641927+0000 mgr.y (mgr.24304) 44 : cephadm [INF] Deploying daemon grafana.a on smithi117 2024-03-30T04:32:19.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:19 smithi111 bash[18552]: cluster 2024-03-30T04:32:17.730119+0000 mgr.y (mgr.24304) 45 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:19.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:19 smithi117 bash[18692]: audit 2024-03-30T04:32:17.629403+0000 mgr.y (mgr.24304) 43 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-30T04:32:19.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:19 smithi117 bash[18692]: cephadm 2024-03-30T04:32:17.641927+0000 mgr.y (mgr.24304) 44 : cephadm [INF] Deploying daemon grafana.a on smithi117 2024-03-30T04:32:19.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:19 smithi117 bash[18692]: cluster 2024-03-30T04:32:17.730119+0000 mgr.y (mgr.24304) 45 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:21.427 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-03-30T04:32:21.428 INFO:teuthology.orchestra.run.smithi111.stdout:{"epoch":60,"fsid":"374abe7a-ee4d-11ee-b647-cb9ed24678a4","created":"2024-03-30T04:24:14.385162+0000","modified":"2024-03-30T04:31:37.645572+0000","last_up_change":"2024-03-30T04:31:10.292318+0000","last_in_change":"2024-03-30T04:30:46.243192+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-30T04:28:09.472175+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":"22","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":"01a4243e-1d4e-4750-bcbb-ac423d7d8d49","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6802","nonce":3310251367},{"type":"v1","addr":"172.21.15.111:6803","nonce":3310251367}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6804","nonce":3310251367},{"type":"v1","addr":"172.21.15.111:6805","nonce":3310251367}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6808","nonce":3310251367},{"type":"v1","addr":"172.21.15.111:6809","nonce":3310251367}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6806","nonce":3310251367},{"type":"v1","addr":"172.21.15.111:6807","nonce":3310251367}]},"public_addr":"172.21.15.111:6803/3310251367","cluster_addr":"172.21.15.111:6805/3310251367","heartbeat_back_addr":"172.21.15.111:6809/3310251367","heartbeat_front_addr":"172.21.15.111:6807/3310251367","state":["exists","up"]},{"osd":1,"uuid":"fd94d394-77ba-4b28-85d4-e47e73df5f1c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6810","nonce":1337761035},{"type":"v1","addr":"172.21.15.111:6811","nonce":1337761035}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6812","nonce":1337761035},{"type":"v1","addr":"172.21.15.111:6813","nonce":1337761035}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6816","nonce":1337761035},{"type":"v1","addr":"172.21.15.111:6817","nonce":1337761035}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6814","nonce":1337761035},{"type":"v1","addr":"172.21.15.111:6815","nonce":1337761035}]},"public_addr":"172.21.15.111:6811/1337761035","cluster_addr":"172.21.15.111:6813/1337761035","heartbeat_back_addr":"172.21.15.111:6817/1337761035","heartbeat_front_addr":"172.21.15.111:6815/1337761035","state":["exists","up"]},{"osd":2,"uuid":"b6a86fbc-6ca6-43f2-a48e-f359a194fb4f","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.111:6818","nonce":1008304717},{"type":"v1","addr":"172.21.15.111:6819","nonce":1008304717}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6820","nonce":1008304717},{"type":"v1","addr":"172.21.15.111:6821","nonce":1008304717}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6824","nonce":1008304717},{"type":"v1","addr":"172.21.15.111:6825","nonce":1008304717}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6822","nonce":1008304717},{"type":"v1","addr":"172.21.15.111:6823","nonce":1008304717}]},"public_addr":"172.21.15.111:6819/1008304717","cluster_addr":"172.21.15.111:6821/1008304717","heartbeat_back_addr":"172.21.15.111:6825/1008304717","heartbeat_front_addr":"172.21.15.111:6823/1008304717","state":["exists","up"]},{"osd":3,"uuid":"2fb63954-eb15-41a4-9461-3856f7cb8062","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6826","nonce":2925353760},{"type":"v1","addr":"172.21.15.111:6827","nonce":2925353760}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6828","nonce":2925353760},{"type":"v1","addr":"172.21.15.111:6829","nonce":2925353760}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6832","nonce":2925353760},{"type":"v1","addr":"172.21.15.111:6833","nonce":2925353760}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6830","nonce":2925353760},{"type":"v1","addr":"172.21.15.111:6831","nonce":2925353760}]},"public_addr":"172.21.15.111:6827/2925353760","cluster_addr":"172.21.15.111:6829/2925353760","heartbeat_back_addr":"172.21.15.111:6833/2925353760","heartbeat_front_addr":"172.21.15.111:6831/2925353760","state":["exists","up"]},{"osd":4,"uuid":"02907e65-99c9-4acf-94ee-93294148f51c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6800","nonce":2676809294},{"type":"v1","addr":"172.21.15.117:6801","nonce":2676809294}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6802","nonce":2676809294},{"type":"v1","addr":"172.21.15.117:6803","nonce":2676809294}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6806","nonce":2676809294},{"type":"v1","addr":"172.21.15.117:6807","nonce":2676809294}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6804","nonce":2676809294},{"type":"v1","addr":"172.21.15.117:6805","nonce":2676809294}]},"public_addr":"172.21.15.117:6801/2676809294","cluster_addr":"172.21.15.117:6803/2676809294","heartbeat_back_addr":"172.21.15.117:6807/2676809294","heartbeat_front_addr":"172.21.15.117:6805/2676809294","state":["exists","up"]},{"osd":5,"uuid":"4290cca9-6c76-4f3c-8b3a-abde78ffecbc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6808","nonce":3113647815},{"type":"v1","addr":"172.21.15.117:6809","nonce":3113647815}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6810","nonce":3113647815},{"type":"v1","addr":"172.21.15.117:6811","nonce":3113647815}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6814","nonce":3113647815},{"type":"v1","addr":"172.21.15.117:6815","nonce":3113647815}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6812","nonce":3113647815},{"type":"v1","addr":"172.21.15.117:6813","nonce":3113647815}]},"public_addr":"172.21.15.117:6809/3113647815","cluster_addr":"172.21.15.117:6811/3113647815","heartbeat_back_addr":"172.21.15.117:6815/3113647815","heartbeat_front_addr":"172.21.15.117:6813/3113647815","state":["exists","up"]},{"osd":6,"uuid":"fdb30eab-ec1e-4c5e-8eca-4716a9cfd401","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6816","nonce":3298474225},{"type":"v1","addr":"172.21.15.117:6817","nonce":3298474225}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6818","nonce":3298474225},{"type":"v1","addr":"172.21.15.117:6819","nonce":3298474225}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6822","nonce":3298474225},{"type":"v1","addr":"172.21.15.117:6823","nonce":3298474225}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6820","nonce":3298474225},{"type":"v1","addr":"172.21.15.117:6821","nonce":3298474225}]},"public_addr":"172.21.15.117:6817/3298474225","cluster_addr":"172.21.15.117:6819/3298474225","heartbeat_back_addr":"172.21.15.117:6823/3298474225","heartbeat_front_addr":"172.21.15.117:6821/3298474225","state":["exists","up"]},{"osd":7,"uuid":"acaf7d35-bbf6-46ea-b113-22465a28074c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":55,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6824","nonce":3773669263},{"type":"v1","addr":"172.21.15.117:6825","nonce":3773669263}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6826","nonce":3773669263},{"type":"v1","addr":"172.21.15.117:6827","nonce":3773669263}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6830","nonce":3773669263},{"type":"v1","addr":"172.21.15.117:6831","nonce":3773669263}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6828","nonce":3773669263},{"type":"v1","addr":"172.21.15.117:6829","nonce":3773669263}]},"public_addr":"172.21.15.117:6825/3773669263","cluster_addr":"172.21.15.117:6827/3773669263","heartbeat_back_addr":"172.21.15.117:6831/3773669263","heartbeat_front_addr":"172.21.15.117:6829/3773669263","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:26:54.471904+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:27:28.987564+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:28:06.118954+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:28:45.668867+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:29:22.267248+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:29:59.471549+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:30:32.396245+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:31:09.228542+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.111:6801/232192993":"2024-03-31T04:31:37.645455+0000","172.21.15.111:0/3434695649":"2024-03-31T04:31:37.645455+0000","172.21.15.111:0/3829233872":"2024-03-31T04:31:37.645455+0000","172.21.15.111:0/1947636591":"2024-03-31T04:31:37.645455+0000","172.21.15.111:0/4107168456":"2024-03-31T04:25:14.840170+0000","172.21.15.111:0/3886509437":"2024-03-31T04:25:14.840170+0000","172.21.15.111:6801/2465435497":"2024-03-31T04:25:14.840170+0000","172.21.15.111:6800/2465435497":"2024-03-31T04:25:14.840170+0000","172.21.15.111:0/1947366306":"2024-03-31T04:31:37.645455+0000","172.21.15.111:0/778081436":"2024-03-31T04:25:14.840170+0000","172.21.15.111:0/3010927142":"2024-03-31T04:24:44.704149+0000","172.21.15.111:6800/232192993":"2024-03-31T04:31:37.645455+0000","172.21.15.111:6801/2730919926":"2024-03-31T04:24:44.704149+0000","172.21.15.111:0/2231899702":"2024-03-31T04:24:44.704149+0000","172.21.15.111:0/1844044427":"2024-03-31T04:24:44.704149+0000","172.21.15.111:6800/2730919926":"2024-03-31T04:24:44.704149+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-30T04:32:21.848 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:32:21 smithi111 bash[42523]: level=info ts=2024-03-30T04:32:21.444Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000919939s 2024-03-30T04:32:21.848 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:21 smithi111 bash[18552]: cluster 2024-03-30T04:32:19.730782+0000 mgr.y (mgr.24304) 46 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:21.848 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:21 smithi111 bash[18552]: audit 2024-03-30T04:32:21.429812+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.111:0/3518082175' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-30T04:32:21.848 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:21 smithi111 bash[24005]: cluster 2024-03-30T04:32:19.730782+0000 mgr.y (mgr.24304) 46 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:21.848 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:21 smithi111 bash[24005]: audit 2024-03-30T04:32:21.429812+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.111:0/3518082175' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-30T04:32:21.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:21 smithi117 bash[18692]: cluster 2024-03-30T04:32:19.730782+0000 mgr.y (mgr.24304) 46 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:21.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:21 smithi117 bash[18692]: audit 2024-03-30T04:32:21.429812+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.111:0/3518082175' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-30T04:32:22.118 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:32:22 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:32:22] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:32:22.769 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-03-30T04:32:22.769 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph osd dump --format=json 2024-03-30T04:32:23.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:23 smithi111 bash[18552]: cluster 2024-03-30T04:32:21.731488+0000 mgr.y (mgr.24304) 47 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:23.651 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:23 smithi111 bash[18552]: audit 2024-03-30T04:32:22.022095+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:23.652 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:23 smithi111 bash[24005]: cluster 2024-03-30T04:32:21.731488+0000 mgr.y (mgr.24304) 47 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:23.652 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:23 smithi111 bash[24005]: audit 2024-03-30T04:32:22.022095+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:23.652 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:23 smithi117 bash[18692]: cluster 2024-03-30T04:32:21.731488+0000 mgr.y (mgr.24304) 47 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:23.653 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:23 smithi117 bash[18692]: audit 2024-03-30T04:32:22.022095+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:25.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:25 smithi111 bash[18552]: cluster 2024-03-30T04:32:23.732078+0000 mgr.y (mgr.24304) 48 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:25.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:25 smithi111 bash[24005]: cluster 2024-03-30T04:32:23.732078+0000 mgr.y (mgr.24304) 48 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:25.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:25 smithi117 bash[18692]: cluster 2024-03-30T04:32:23.732078+0000 mgr.y (mgr.24304) 48 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:26.491 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:32:27.369 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:32:27 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:32:27] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:32:27.369 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:32:27 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:32:27] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:32:27.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:27 smithi111 bash[18552]: cluster 2024-03-30T04:32:25.732668+0000 mgr.y (mgr.24304) 49 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:27.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:27 smithi111 bash[18552]: audit 2024-03-30T04:32:27.080884+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:27.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:27 smithi111 bash[18552]: audit 2024-03-30T04:32:27.161747+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:27.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:27 smithi111 bash[18552]: audit 2024-03-30T04:32:27.169997+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:27.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:27 smithi111 bash[24005]: cluster 2024-03-30T04:32:25.732668+0000 mgr.y (mgr.24304) 49 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:27.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:27 smithi111 bash[24005]: audit 2024-03-30T04:32:27.080884+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:27.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:27 smithi111 bash[24005]: audit 2024-03-30T04:32:27.161747+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:27.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:27 smithi111 bash[24005]: audit 2024-03-30T04:32:27.169997+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:27.505 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:27 smithi117 bash[18692]: cluster 2024-03-30T04:32:25.732668+0000 mgr.y (mgr.24304) 49 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:27.505 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:27 smithi117 bash[18692]: audit 2024-03-30T04:32:27.080884+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:27.505 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:27 smithi117 bash[18692]: audit 2024-03-30T04:32:27.161747+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:27.505 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:27 smithi117 bash[18692]: audit 2024-03-30T04:32:27.169997+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:29.351 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-03-30T04:32:29.351 INFO:teuthology.orchestra.run.smithi111.stdout:{"epoch":60,"fsid":"374abe7a-ee4d-11ee-b647-cb9ed24678a4","created":"2024-03-30T04:24:14.385162+0000","modified":"2024-03-30T04:31:37.645572+0000","last_up_change":"2024-03-30T04:31:10.292318+0000","last_in_change":"2024-03-30T04:30:46.243192+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-30T04:28:09.472175+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":"22","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":"01a4243e-1d4e-4750-bcbb-ac423d7d8d49","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6802","nonce":3310251367},{"type":"v1","addr":"172.21.15.111:6803","nonce":3310251367}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6804","nonce":3310251367},{"type":"v1","addr":"172.21.15.111:6805","nonce":3310251367}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6808","nonce":3310251367},{"type":"v1","addr":"172.21.15.111:6809","nonce":3310251367}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6806","nonce":3310251367},{"type":"v1","addr":"172.21.15.111:6807","nonce":3310251367}]},"public_addr":"172.21.15.111:6803/3310251367","cluster_addr":"172.21.15.111:6805/3310251367","heartbeat_back_addr":"172.21.15.111:6809/3310251367","heartbeat_front_addr":"172.21.15.111:6807/3310251367","state":["exists","up"]},{"osd":1,"uuid":"fd94d394-77ba-4b28-85d4-e47e73df5f1c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6810","nonce":1337761035},{"type":"v1","addr":"172.21.15.111:6811","nonce":1337761035}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6812","nonce":1337761035},{"type":"v1","addr":"172.21.15.111:6813","nonce":1337761035}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6816","nonce":1337761035},{"type":"v1","addr":"172.21.15.111:6817","nonce":1337761035}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6814","nonce":1337761035},{"type":"v1","addr":"172.21.15.111:6815","nonce":1337761035}]},"public_addr":"172.21.15.111:6811/1337761035","cluster_addr":"172.21.15.111:6813/1337761035","heartbeat_back_addr":"172.21.15.111:6817/1337761035","heartbeat_front_addr":"172.21.15.111:6815/1337761035","state":["exists","up"]},{"osd":2,"uuid":"b6a86fbc-6ca6-43f2-a48e-f359a194fb4f","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.111:6818","nonce":1008304717},{"type":"v1","addr":"172.21.15.111:6819","nonce":1008304717}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6820","nonce":1008304717},{"type":"v1","addr":"172.21.15.111:6821","nonce":1008304717}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6824","nonce":1008304717},{"type":"v1","addr":"172.21.15.111:6825","nonce":1008304717}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6822","nonce":1008304717},{"type":"v1","addr":"172.21.15.111:6823","nonce":1008304717}]},"public_addr":"172.21.15.111:6819/1008304717","cluster_addr":"172.21.15.111:6821/1008304717","heartbeat_back_addr":"172.21.15.111:6825/1008304717","heartbeat_front_addr":"172.21.15.111:6823/1008304717","state":["exists","up"]},{"osd":3,"uuid":"2fb63954-eb15-41a4-9461-3856f7cb8062","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6826","nonce":2925353760},{"type":"v1","addr":"172.21.15.111:6827","nonce":2925353760}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6828","nonce":2925353760},{"type":"v1","addr":"172.21.15.111:6829","nonce":2925353760}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6832","nonce":2925353760},{"type":"v1","addr":"172.21.15.111:6833","nonce":2925353760}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6830","nonce":2925353760},{"type":"v1","addr":"172.21.15.111:6831","nonce":2925353760}]},"public_addr":"172.21.15.111:6827/2925353760","cluster_addr":"172.21.15.111:6829/2925353760","heartbeat_back_addr":"172.21.15.111:6833/2925353760","heartbeat_front_addr":"172.21.15.111:6831/2925353760","state":["exists","up"]},{"osd":4,"uuid":"02907e65-99c9-4acf-94ee-93294148f51c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6800","nonce":2676809294},{"type":"v1","addr":"172.21.15.117:6801","nonce":2676809294}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6802","nonce":2676809294},{"type":"v1","addr":"172.21.15.117:6803","nonce":2676809294}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6806","nonce":2676809294},{"type":"v1","addr":"172.21.15.117:6807","nonce":2676809294}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6804","nonce":2676809294},{"type":"v1","addr":"172.21.15.117:6805","nonce":2676809294}]},"public_addr":"172.21.15.117:6801/2676809294","cluster_addr":"172.21.15.117:6803/2676809294","heartbeat_back_addr":"172.21.15.117:6807/2676809294","heartbeat_front_addr":"172.21.15.117:6805/2676809294","state":["exists","up"]},{"osd":5,"uuid":"4290cca9-6c76-4f3c-8b3a-abde78ffecbc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6808","nonce":3113647815},{"type":"v1","addr":"172.21.15.117:6809","nonce":3113647815}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6810","nonce":3113647815},{"type":"v1","addr":"172.21.15.117:6811","nonce":3113647815}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6814","nonce":3113647815},{"type":"v1","addr":"172.21.15.117:6815","nonce":3113647815}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6812","nonce":3113647815},{"type":"v1","addr":"172.21.15.117:6813","nonce":3113647815}]},"public_addr":"172.21.15.117:6809/3113647815","cluster_addr":"172.21.15.117:6811/3113647815","heartbeat_back_addr":"172.21.15.117:6815/3113647815","heartbeat_front_addr":"172.21.15.117:6813/3113647815","state":["exists","up"]},{"osd":6,"uuid":"fdb30eab-ec1e-4c5e-8eca-4716a9cfd401","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6816","nonce":3298474225},{"type":"v1","addr":"172.21.15.117:6817","nonce":3298474225}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6818","nonce":3298474225},{"type":"v1","addr":"172.21.15.117:6819","nonce":3298474225}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6822","nonce":3298474225},{"type":"v1","addr":"172.21.15.117:6823","nonce":3298474225}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6820","nonce":3298474225},{"type":"v1","addr":"172.21.15.117:6821","nonce":3298474225}]},"public_addr":"172.21.15.117:6817/3298474225","cluster_addr":"172.21.15.117:6819/3298474225","heartbeat_back_addr":"172.21.15.117:6823/3298474225","heartbeat_front_addr":"172.21.15.117:6821/3298474225","state":["exists","up"]},{"osd":7,"uuid":"acaf7d35-bbf6-46ea-b113-22465a28074c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":55,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6824","nonce":3773669263},{"type":"v1","addr":"172.21.15.117:6825","nonce":3773669263}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6826","nonce":3773669263},{"type":"v1","addr":"172.21.15.117:6827","nonce":3773669263}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6830","nonce":3773669263},{"type":"v1","addr":"172.21.15.117:6831","nonce":3773669263}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6828","nonce":3773669263},{"type":"v1","addr":"172.21.15.117:6829","nonce":3773669263}]},"public_addr":"172.21.15.117:6825/3773669263","cluster_addr":"172.21.15.117:6827/3773669263","heartbeat_back_addr":"172.21.15.117:6831/3773669263","heartbeat_front_addr":"172.21.15.117:6829/3773669263","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:26:54.471904+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:27:28.987564+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:28:06.118954+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:28:45.668867+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:29:22.267248+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:29:59.471549+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:30:32.396245+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:31:09.228542+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.111:6801/232192993":"2024-03-31T04:31:37.645455+0000","172.21.15.111:0/3434695649":"2024-03-31T04:31:37.645455+0000","172.21.15.111:0/3829233872":"2024-03-31T04:31:37.645455+0000","172.21.15.111:0/1947636591":"2024-03-31T04:31:37.645455+0000","172.21.15.111:0/4107168456":"2024-03-31T04:25:14.840170+0000","172.21.15.111:0/3886509437":"2024-03-31T04:25:14.840170+0000","172.21.15.111:6801/2465435497":"2024-03-31T04:25:14.840170+0000","172.21.15.111:6800/2465435497":"2024-03-31T04:25:14.840170+0000","172.21.15.111:0/1947366306":"2024-03-31T04:31:37.645455+0000","172.21.15.111:0/778081436":"2024-03-31T04:25:14.840170+0000","172.21.15.111:0/3010927142":"2024-03-31T04:24:44.704149+0000","172.21.15.111:6800/232192993":"2024-03-31T04:31:37.645455+0000","172.21.15.111:6801/2730919926":"2024-03-31T04:24:44.704149+0000","172.21.15.111:0/2231899702":"2024-03-31T04:24:44.704149+0000","172.21.15.111:0/1844044427":"2024-03-31T04:24:44.704149+0000","172.21.15.111:6800/2730919926":"2024-03-31T04:24:44.704149+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-30T04:32:29.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:29 smithi111 bash[18552]: cluster 2024-03-30T04:32:27.733064+0000 mgr.y (mgr.24304) 50 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:29.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:29 smithi111 bash[24005]: cluster 2024-03-30T04:32:27.733064+0000 mgr.y (mgr.24304) 50 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:29.619 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:32:29 smithi111 bash[42523]: level=info ts=2024-03-30T04:32:29.447Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.003744887s 2024-03-30T04:32:29.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:29 smithi117 bash[18692]: cluster 2024-03-30T04:32:27.733064+0000 mgr.y (mgr.24304) 50 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:30.061 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph tell osd.0 flush_pg_stats 2024-03-30T04:32:30.062 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph tell osd.1 flush_pg_stats 2024-03-30T04:32:30.062 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph tell osd.2 flush_pg_stats 2024-03-30T04:32:30.063 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph tell osd.3 flush_pg_stats 2024-03-30T04:32:30.063 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph tell osd.4 flush_pg_stats 2024-03-30T04:32:30.063 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph tell osd.5 flush_pg_stats 2024-03-30T04:32:30.064 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph tell osd.6 flush_pg_stats 2024-03-30T04:32:30.064 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph tell osd.7 flush_pg_stats 2024-03-30T04:32:30.333 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:32:30 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:32:30] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:32:30.339 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:30 smithi111 bash[18552]: audit 2024-03-30T04:32:29.353693+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.111:0/629240127' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-30T04:32:30.339 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:30 smithi111 bash[18552]: audit 2024-03-30T04:32:30.101696+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:30.339 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:30 smithi111 bash[18552]: audit 2024-03-30T04:32:30.117756+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:30.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:30 smithi111 bash[24005]: audit 2024-03-30T04:32:29.353693+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.111:0/629240127' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-30T04:32:30.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:30 smithi111 bash[24005]: audit 2024-03-30T04:32:30.101696+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:30.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:30 smithi111 bash[24005]: audit 2024-03-30T04:32:30.117756+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:30.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:30 smithi117 bash[18692]: audit 2024-03-30T04:32:29.353693+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.111:0/629240127' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-30T04:32:30.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:30 smithi117 bash[18692]: audit 2024-03-30T04:32:30.101696+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:30.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:30 smithi117 bash[18692]: audit 2024-03-30T04:32:30.117756+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:31.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:31 smithi111 bash[18552]: cluster 2024-03-30T04:32:29.733706+0000 mgr.y (mgr.24304) 51 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:31.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:31 smithi111 bash[24005]: cluster 2024-03-30T04:32:29.733706+0000 mgr.y (mgr.24304) 51 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:31.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:31 smithi117 bash[18692]: cluster 2024-03-30T04:32:29.733706+0000 mgr.y (mgr.24304) 51 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:32.911 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:32:32.912 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:32:32.912 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:32:32.912 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:32:32.914 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:32:32.915 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:32:32.915 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:32:32.917 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:32:33.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:33 smithi111 bash[18552]: cluster 2024-03-30T04:32:31.734296+0000 mgr.y (mgr.24304) 52 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:33.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:33 smithi111 bash[24005]: cluster 2024-03-30T04:32:31.734296+0000 mgr.y (mgr.24304) 52 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:33.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:33 smithi117 bash[18692]: cluster 2024-03-30T04:32:31.734296+0000 mgr.y (mgr.24304) 52 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:35.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:35 smithi111 bash[18552]: cluster 2024-03-30T04:32:33.734882+0000 mgr.y (mgr.24304) 53 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:35.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:35 smithi111 bash[24005]: cluster 2024-03-30T04:32:33.734882+0000 mgr.y (mgr.24304) 53 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:35.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:35 smithi117 bash[18692]: cluster 2024-03-30T04:32:33.734882+0000 mgr.y (mgr.24304) 53 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:37.538 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:37 smithi111 bash[18552]: cluster 2024-03-30T04:32:35.735408+0000 mgr.y (mgr.24304) 54 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:37.538 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:37 smithi111 bash[24005]: cluster 2024-03-30T04:32:35.735408+0000 mgr.y (mgr.24304) 54 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:37.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:37 smithi117 bash[18692]: cluster 2024-03-30T04:32:35.735408+0000 mgr.y (mgr.24304) 54 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:38.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:38 smithi111 bash[18552]: audit 2024-03-30T04:32:37.825022+0000 mon.b (mon.2) 65 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:32:38.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:38 smithi111 bash[18552]: audit 2024-03-30T04:32:37.825856+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:32:38.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:38 smithi111 bash[18552]: audit 2024-03-30T04:32:37.831495+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:32:38.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:38 smithi111 bash[18552]: audit 2024-03-30T04:32:37.831977+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:32:38.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:38 smithi111 bash[24005]: audit 2024-03-30T04:32:37.825022+0000 mon.b (mon.2) 65 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:32:38.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:38 smithi111 bash[24005]: audit 2024-03-30T04:32:37.825856+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:32:38.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:38 smithi111 bash[24005]: audit 2024-03-30T04:32:37.831495+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:32:38.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:38 smithi111 bash[24005]: audit 2024-03-30T04:32:37.831977+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:32:38.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:38 smithi117 bash[18692]: audit 2024-03-30T04:32:37.825022+0000 mon.b (mon.2) 65 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:32:38.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:38 smithi117 bash[18692]: audit 2024-03-30T04:32:37.825856+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:32:38.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:38 smithi117 bash[18692]: audit 2024-03-30T04:32:37.831495+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:32:38.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:38 smithi117 bash[18692]: audit 2024-03-30T04:32:37.831977+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:32:39.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:39 smithi111 bash[18552]: cluster 2024-03-30T04:32:37.736003+0000 mgr.y (mgr.24304) 55 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:39.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:39 smithi111 bash[24005]: cluster 2024-03-30T04:32:37.736003+0000 mgr.y (mgr.24304) 55 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:39.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:39 smithi117 bash[18692]: cluster 2024-03-30T04:32:37.736003+0000 mgr.y (mgr.24304) 55 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:41.411 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:41 smithi111 bash[18552]: cluster 2024-03-30T04:32:39.736737+0000 mgr.y (mgr.24304) 56 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:41.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:41 smithi117 bash[18692]: cluster 2024-03-30T04:32:39.736737+0000 mgr.y (mgr.24304) 56 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:41.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:41 smithi111 bash[24005]: cluster 2024-03-30T04:32:39.736737+0000 mgr.y (mgr.24304) 56 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:43.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:43 smithi111 bash[18552]: cluster 2024-03-30T04:32:41.737333+0000 mgr.y (mgr.24304) 57 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:43.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:43 smithi111 bash[24005]: cluster 2024-03-30T04:32:41.737333+0000 mgr.y (mgr.24304) 57 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:43.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:43 smithi117 bash[18692]: cluster 2024-03-30T04:32:41.737333+0000 mgr.y (mgr.24304) 57 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:44.233 INFO:teuthology.orchestra.run.smithi111.stdout:111669149744 2024-03-30T04:32:44.233 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph osd last-stat-seq osd.3 2024-03-30T04:32:45.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:45 smithi117 bash[18692]: cluster 2024-03-30T04:32:43.737950+0000 mgr.y (mgr.24304) 58 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:45.726 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:45 smithi111 bash[18552]: cluster 2024-03-30T04:32:43.737950+0000 mgr.y (mgr.24304) 58 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:45.727 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:45 smithi111 bash[24005]: cluster 2024-03-30T04:32:43.737950+0000 mgr.y (mgr.24304) 58 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:47.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:47 smithi111 bash[18552]: cluster 2024-03-30T04:32:45.738508+0000 mgr.y (mgr.24304) 59 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:47.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:47 smithi111 bash[18552]: audit 2024-03-30T04:32:47.307474+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:47.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:47 smithi111 bash[18552]: audit 2024-03-30T04:32:47.316572+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:47.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:47 smithi111 bash[24005]: cluster 2024-03-30T04:32:45.738508+0000 mgr.y (mgr.24304) 59 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:47.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:47 smithi111 bash[24005]: audit 2024-03-30T04:32:47.307474+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:47.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:47 smithi111 bash[24005]: audit 2024-03-30T04:32:47.316572+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:47.619 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:32:47 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:32:47] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:32:47.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:47 smithi117 bash[18692]: cluster 2024-03-30T04:32:45.738508+0000 mgr.y (mgr.24304) 59 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:47.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:47 smithi117 bash[18692]: audit 2024-03-30T04:32:47.307474+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:47.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:47 smithi117 bash[18692]: audit 2024-03-30T04:32:47.316572+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:48.393 INFO:teuthology.orchestra.run.smithi111.stdout:77309411385 2024-03-30T04:32:48.394 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph osd last-stat-seq osd.2 2024-03-30T04:32:49.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:49 smithi111 bash[18552]: cluster 2024-03-30T04:32:47.739007+0000 mgr.y (mgr.24304) 60 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:49.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:49 smithi111 bash[24005]: cluster 2024-03-30T04:32:47.739007+0000 mgr.y (mgr.24304) 60 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:49.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:49 smithi117 bash[18692]: cluster 2024-03-30T04:32:47.739007+0000 mgr.y (mgr.24304) 60 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:50.466 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:32:50 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:32:50] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:32:51.481 INFO:teuthology.orchestra.run.smithi111.stdout:167503724579 2024-03-30T04:32:51.482 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph osd last-stat-seq osd.5 2024-03-30T04:32:51.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:51 smithi111 bash[18552]: cluster 2024-03-30T04:32:49.739598+0000 mgr.y (mgr.24304) 61 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:51.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:51 smithi111 bash[18552]: audit 2024-03-30T04:32:50.269134+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:51.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:51 smithi111 bash[18552]: audit 2024-03-30T04:32:50.277782+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:51.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:51 smithi111 bash[24005]: cluster 2024-03-30T04:32:49.739598+0000 mgr.y (mgr.24304) 61 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:51.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:51 smithi111 bash[24005]: audit 2024-03-30T04:32:50.269134+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:51.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:51 smithi111 bash[24005]: audit 2024-03-30T04:32:50.277782+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:51.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:51 smithi117 bash[18692]: cluster 2024-03-30T04:32:49.739598+0000 mgr.y (mgr.24304) 61 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:51.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:51 smithi117 bash[18692]: audit 2024-03-30T04:32:50.269134+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:51.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:51 smithi117 bash[18692]: audit 2024-03-30T04:32:50.277782+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:52.726 INFO:teuthology.orchestra.run.smithi111.stdout:236223201300 2024-03-30T04:32:52.727 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph osd last-stat-seq osd.7 2024-03-30T04:32:52.942 INFO:teuthology.orchestra.run.smithi111.stdout:133143986219 2024-03-30T04:32:52.942 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph osd last-stat-seq osd.4 2024-03-30T04:32:53.593 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:53 smithi111 bash[24005]: cluster 2024-03-30T04:32:51.740211+0000 mgr.y (mgr.24304) 62 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:53.593 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:53 smithi111 bash[18552]: cluster 2024-03-30T04:32:51.740211+0000 mgr.y (mgr.24304) 62 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:53.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:53 smithi117 bash[18692]: cluster 2024-03-30T04:32:51.740211+0000 mgr.y (mgr.24304) 62 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:54.292 INFO:teuthology.orchestra.run.smithi111.stdout:201863462941 2024-03-30T04:32:54.293 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph osd last-stat-seq osd.6 2024-03-30T04:32:54.443 INFO:teuthology.orchestra.run.smithi111.stdout:55834574913 2024-03-30T04:32:54.443 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph osd last-stat-seq osd.1 2024-03-30T04:32:54.525 INFO:teuthology.orchestra.run.smithi111.stdout:34359738440 2024-03-30T04:32:54.525 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph osd last-stat-seq osd.0 2024-03-30T04:32:55.004 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:32:55.004 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:32:55.277 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:32:55 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:32:55] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:32:55.557 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:55 smithi117 bash[18692]: cluster 2024-03-30T04:32:53.740863+0000 mgr.y (mgr.24304) 63 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:55.557 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:55 smithi117 bash[18692]: audit 2024-03-30T04:32:55.179419+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:55.557 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:55 smithi117 bash[18692]: audit 2024-03-30T04:32:55.188701+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:55.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:55 smithi111 bash[18552]: cluster 2024-03-30T04:32:53.740863+0000 mgr.y (mgr.24304) 63 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:55.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:55 smithi111 bash[18552]: audit 2024-03-30T04:32:55.179419+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:55.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:55 smithi111 bash[18552]: audit 2024-03-30T04:32:55.188701+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:55.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:55 smithi111 bash[24005]: cluster 2024-03-30T04:32:53.740863+0000 mgr.y (mgr.24304) 63 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:55.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:55 smithi111 bash[24005]: audit 2024-03-30T04:32:55.179419+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:55.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:55 smithi111 bash[24005]: audit 2024-03-30T04:32:55.188701+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:56.256 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:32:56.257 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:32:56.257 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:32:56.261 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:32:56.261 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:32:56.262 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:32:57.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:57 smithi117 bash[18692]: cluster 2024-03-30T04:32:55.741388+0000 mgr.y (mgr.24304) 64 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:57.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:57 smithi111 bash[18552]: cluster 2024-03-30T04:32:55.741388+0000 mgr.y (mgr.24304) 64 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:57.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:57 smithi111 bash[24005]: cluster 2024-03-30T04:32:55.741388+0000 mgr.y (mgr.24304) 64 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:57.751 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:32:57 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:57.751 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:32:57 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:57.751 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:57 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:57.752 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:57 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:57.752 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:32:57 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:57.752 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:32:57 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:57.753 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:32:57 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:57.753 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:32:57 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:58.004 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:57 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:58.005 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:32:57 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:58.005 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:32:57 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:58.005 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:32:57 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:58.006 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:32:57 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:58.006 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:32:57 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:58.006 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:32:57 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:58.007 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:32:57 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:58.007 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:32:57 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:58.007 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:32:57 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:58.007 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:32:57 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:58.007 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:32:57 smithi117 systemd[1]: Started Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:32:58.007 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:32:57 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:59.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:59 smithi111 bash[18552]: cluster 2024-03-30T04:32:57.741837+0000 mgr.y (mgr.24304) 65 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:59.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:59 smithi111 bash[18552]: audit 2024-03-30T04:32:58.019392+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:59.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:59 smithi111 bash[18552]: audit 2024-03-30T04:32:58.022634+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:32:59.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:59 smithi111 bash[18552]: audit 2024-03-30T04:32:58.023887+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:59.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:59 smithi111 bash[18552]: audit 2024-03-30T04:32:58.024568+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:32:59.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:59 smithi111 bash[18552]: audit 2024-03-30T04:32:58.032258+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:59.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:59 smithi111 bash[18552]: cephadm 2024-03-30T04:32:58.033125+0000 mgr.y (mgr.24304) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:32:59.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:59 smithi111 bash[18552]: cephadm 2024-03-30T04:32:58.034663+0000 mgr.y (mgr.24304) 67 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-03-30T04:32:59.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:32:59 smithi111 bash[18552]: cephadm 2024-03-30T04:32:58.037913+0000 mgr.y (mgr.24304) 68 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi111 2024-03-30T04:32:59.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:59 smithi111 bash[24005]: cluster 2024-03-30T04:32:57.741837+0000 mgr.y (mgr.24304) 65 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:59.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:59 smithi111 bash[24005]: audit 2024-03-30T04:32:58.019392+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:59.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:59 smithi111 bash[24005]: audit 2024-03-30T04:32:58.022634+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:32:59.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:59 smithi111 bash[24005]: audit 2024-03-30T04:32:58.023887+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:59.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:59 smithi111 bash[24005]: audit 2024-03-30T04:32:58.024568+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:32:59.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:59 smithi111 bash[24005]: audit 2024-03-30T04:32:58.032258+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:59.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:59 smithi111 bash[24005]: cephadm 2024-03-30T04:32:58.033125+0000 mgr.y (mgr.24304) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:32:59.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:59 smithi111 bash[24005]: cephadm 2024-03-30T04:32:58.034663+0000 mgr.y (mgr.24304) 67 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-03-30T04:32:59.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:32:59 smithi111 bash[24005]: cephadm 2024-03-30T04:32:58.037913+0000 mgr.y (mgr.24304) 68 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi111 2024-03-30T04:32:59.378 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:59 smithi117 bash[18692]: cluster 2024-03-30T04:32:57.741837+0000 mgr.y (mgr.24304) 65 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:59.378 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:59 smithi117 bash[18692]: audit 2024-03-30T04:32:58.019392+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:59.378 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:59 smithi117 bash[18692]: audit 2024-03-30T04:32:58.022634+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:32:59.378 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:59 smithi117 bash[18692]: audit 2024-03-30T04:32:58.023887+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:59.378 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:59 smithi117 bash[18692]: audit 2024-03-30T04:32:58.024568+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:32:59.378 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:59 smithi117 bash[18692]: audit 2024-03-30T04:32:58.032258+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:32:59.378 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:59 smithi117 bash[18692]: cephadm 2024-03-30T04:32:58.033125+0000 mgr.y (mgr.24304) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:32:59.378 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:59 smithi117 bash[18692]: cephadm 2024-03-30T04:32:58.034663+0000 mgr.y (mgr.24304) 67 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-03-30T04:32:59.378 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:32:59 smithi117 bash[18692]: cephadm 2024-03-30T04:32:58.037913+0000 mgr.y (mgr.24304) 68 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi111 2024-03-30T04:32:59.638 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:32:59 smithi117 bash[38400]: t=2024-03-30T04:32:59+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 2024-03-30T04:32:59.638 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:32:59 smithi117 bash[38400]: t=2024-03-30T04:32:59+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 2024-03-30T04:32:59.638 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:32:59 smithi117 bash[38400]: t=2024-03-30T04:32:59+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini 2024-03-30T04:32:59.638 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:32:59 smithi117 bash[38400]: t=2024-03-30T04:32:59+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini 2024-03-30T04:32:59.638 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:32:59 smithi117 bash[38400]: t=2024-03-30T04:32:59+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana" 2024-03-30T04:32:59.638 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:32:59 smithi117 bash[38400]: t=2024-03-30T04:32:59+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana" 2024-03-30T04:32:59.638 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:32:59 smithi117 bash[38400]: t=2024-03-30T04:32:59+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-03-30T04:32:59.638 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:32:59 smithi117 bash[38400]: t=2024-03-30T04:32:59+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-03-30T04:32:59.638 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:32:59 smithi117 bash[38400]: t=2024-03-30T04:32:59+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana 2024-03-30T04:32:59.638 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:32:59 smithi117 bash[38400]: t=2024-03-30T04:32:59+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana 2024-03-30T04:32:59.639 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:32:59 smithi117 bash[38400]: t=2024-03-30T04:32:59+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana 2024-03-30T04:32:59.639 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:32:59 smithi117 bash[38400]: t=2024-03-30T04:32:59+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins 2024-03-30T04:32:59.639 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:32:59 smithi117 bash[38400]: t=2024-03-30T04:32:59+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning 2024-03-30T04:32:59.639 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:32:59 smithi117 bash[38400]: t=2024-03-30T04:32:59+0000 lvl=info msg="App mode production" logger=settings 2024-03-30T04:32:59.639 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:32:59 smithi117 bash[38400]: t=2024-03-30T04:32:59+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2024-03-30T04:32:59.639 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:32:59 smithi117 bash[38400]: t=2024-03-30T04:32:59+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----- 2024-03-30T04:32:59.639 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:32:59 smithi117 bash[38400]: t=2024-03-30T04:32:59+0000 lvl=info msg="Starting DB migrations" logger=migrator 2024-03-30T04:32:59.639 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:32:59 smithi117 bash[38400]: t=2024-03-30T04:32:59+0000 lvl=info msg="Executing migration" logger=migrator id="create migration_log table" 2024-03-30T04:32:59.639 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:32:59 smithi117 bash[38400]: t=2024-03-30T04:32:59+0000 lvl=info msg="Executing migration" logger=migrator id="create user table" 2024-03-30T04:32:59.974 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:32:59 smithi117 bash[38400]: t=2024-03-30T04:32:59+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.login" 2024-03-30T04:32:59.975 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:32:59 smithi117 bash[38400]: t=2024-03-30T04:32:59+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.email" 2024-03-30T04:32:59.975 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:32:59 smithi117 bash[38400]: t=2024-03-30T04:32:59+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_login - v1" 2024-03-30T04:32:59.975 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:32:59 smithi117 bash[38400]: t=2024-03-30T04:32:59+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_email - v1" 2024-03-30T04:32:59.975 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:32:59 smithi117 bash[38400]: t=2024-03-30T04:32:59+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table user to user_v1 - v1" 2024-03-30T04:33:00.228 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:00 smithi117 bash[38400]: t=2024-03-30T04:33:00+0000 lvl=info msg="Executing migration" logger=migrator id="create user table v2" 2024-03-30T04:33:00.228 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:00 smithi117 bash[38400]: t=2024-03-30T04:33:00+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_login - v2" 2024-03-30T04:33:00.228 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:00 smithi117 bash[38400]: t=2024-03-30T04:33:00+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_email - v2" 2024-03-30T04:33:00.228 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:00 smithi117 bash[38400]: t=2024-03-30T04:33:00+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-03-30T04:33:00.522 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:00 smithi117 bash[38400]: t=2024-03-30T04:33:00+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table user_v1" 2024-03-30T04:33:00.522 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:00 smithi117 bash[38400]: t=2024-03-30T04:33:00+0000 lvl=info msg="Executing migration" logger=migrator id="Add column help_flags1 to user table" 2024-03-30T04:33:00.522 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:00 smithi117 bash[38400]: t=2024-03-30T04:33:00+0000 lvl=info msg="Executing migration" logger=migrator id="Update user table charset" 2024-03-30T04:33:00.523 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:00 smithi117 bash[38400]: t=2024-03-30T04:33:00+0000 lvl=info msg="Executing migration" logger=migrator id="Add last_seen_at column to user" 2024-03-30T04:33:00.794 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:00 smithi117 bash[38400]: t=2024-03-30T04:33:00+0000 lvl=info msg="Executing migration" logger=migrator id="Add missing user data" 2024-03-30T04:33:00.795 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:00 smithi117 bash[38400]: t=2024-03-30T04:33:00+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_disabled column to user" 2024-03-30T04:33:00.795 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:00 smithi117 bash[38400]: t=2024-03-30T04:33:00+0000 lvl=info msg="Executing migration" logger=migrator id="Add index user.login/user.email" 2024-03-30T04:33:00.795 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:00 smithi117 bash[38400]: t=2024-03-30T04:33:00+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_service_account column to user" 2024-03-30T04:33:00.795 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:00 smithi117 bash[38400]: t=2024-03-30T04:33:00+0000 lvl=info msg="Executing migration" logger=migrator id="create temp user table v1-7" 2024-03-30T04:33:00.795 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:00 smithi117 bash[38400]: t=2024-03-30T04:33:00+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v1-7" 2024-03-30T04:33:00.795 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:00 smithi117 bash[38400]: t=2024-03-30T04:33:00+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7" 2024-03-30T04:33:01.080 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:00 smithi117 bash[38400]: t=2024-03-30T04:33:00+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v1-7" 2024-03-30T04:33:01.080 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:00 smithi117 bash[38400]: t=2024-03-30T04:33:00+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v1-7" 2024-03-30T04:33:01.080 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:00 smithi117 bash[38400]: t=2024-03-30T04:33:00+0000 lvl=info msg="Executing migration" logger=migrator id="Update temp_user table charset" 2024-03-30T04:33:01.080 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:00 smithi117 bash[38400]: t=2024-03-30T04:33:00+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_email - v1" 2024-03-30T04:33:01.080 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:00 smithi117 bash[38400]: t=2024-03-30T04:33:00+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_org_id - v1" 2024-03-30T04:33:01.080 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:00 smithi117 bash[38400]: t=2024-03-30T04:33:00+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_code - v1" 2024-03-30T04:33:01.080 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:01 smithi117 bash[38400]: t=2024-03-30T04:33:01+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_status - v1" 2024-03-30T04:33:01.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:01 smithi111 bash[18552]: cluster 2024-03-30T04:32:59.742486+0000 mgr.y (mgr.24304) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:01.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:01 smithi111 bash[24005]: cluster 2024-03-30T04:32:59.742486+0000 mgr.y (mgr.24304) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:01.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:01 smithi117 bash[18692]: cluster 2024-03-30T04:32:59.742486+0000 mgr.y (mgr.24304) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:01.388 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:01 smithi117 bash[38400]: t=2024-03-30T04:33:01+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table temp_user to temp_user_tmp_qwerty - v1" 2024-03-30T04:33:01.388 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:01 smithi117 bash[38400]: t=2024-03-30T04:33:01+0000 lvl=info msg="Executing migration" logger=migrator id="create temp_user v2" 2024-03-30T04:33:01.887 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:01 smithi117 bash[38400]: t=2024-03-30T04:33:01+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v2" 2024-03-30T04:33:01.888 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:01 smithi117 bash[38400]: t=2024-03-30T04:33:01+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v2" 2024-03-30T04:33:02.253 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:01 smithi117 bash[38400]: t=2024-03-30T04:33:01+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v2" 2024-03-30T04:33:02.253 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:02 smithi117 bash[38400]: t=2024-03-30T04:33:02+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v2" 2024-03-30T04:33:02.253 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:02 smithi117 bash[38400]: t=2024-03-30T04:33:02+0000 lvl=info msg="Executing migration" logger=migrator id="copy temp_user v1 to v2" 2024-03-30T04:33:02.521 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:02 smithi117 bash[38400]: t=2024-03-30T04:33:02+0000 lvl=info msg="Executing migration" logger=migrator id="drop temp_user_tmp_qwerty" 2024-03-30T04:33:02.836 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:02 smithi117 bash[38400]: t=2024-03-30T04:33:02+0000 lvl=info msg="Executing migration" logger=migrator id="Set created for temp users that will otherwise prematurely expire" 2024-03-30T04:33:03.096 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:02 smithi117 bash[38400]: t=2024-03-30T04:33:02+0000 lvl=info msg="Executing migration" logger=migrator id="create star table" 2024-03-30T04:33:03.096 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:02 smithi117 bash[38400]: t=2024-03-30T04:33:02+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index star.user_id_dashboard_id" 2024-03-30T04:33:03.096 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:03 smithi117 bash[38400]: t=2024-03-30T04:33:03+0000 lvl=info msg="Executing migration" logger=migrator id="create org table v1" 2024-03-30T04:33:03.364 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:03 smithi117 bash[18692]: cluster 2024-03-30T04:33:01.742910+0000 mgr.y (mgr.24304) 70 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:03.364 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:03 smithi117 bash[18692]: audit 2024-03-30T04:33:02.857285+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:03.364 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:03 smithi117 bash[38400]: t=2024-03-30T04:33:03+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_name - v1" 2024-03-30T04:33:03.365 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:03 smithi117 bash[38400]: t=2024-03-30T04:33:03+0000 lvl=info msg="Executing migration" logger=migrator id="create org_user table v1" 2024-03-30T04:33:03.365 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:03 smithi117 bash[38400]: t=2024-03-30T04:33:03+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_org_id - v1" 2024-03-30T04:33:03.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:03 smithi111 bash[18552]: cluster 2024-03-30T04:33:01.742910+0000 mgr.y (mgr.24304) 70 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:03.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:03 smithi111 bash[18552]: audit 2024-03-30T04:33:02.857285+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:03.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:03 smithi111 bash[24005]: cluster 2024-03-30T04:33:01.742910+0000 mgr.y (mgr.24304) 70 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:03.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:03 smithi111 bash[24005]: audit 2024-03-30T04:33:02.857285+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:03.637 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:03 smithi117 bash[38400]: t=2024-03-30T04:33:03+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1" 2024-03-30T04:33:03.638 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:03 smithi117 bash[38400]: t=2024-03-30T04:33:03+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_user_id - v1" 2024-03-30T04:33:03.638 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:03 smithi117 bash[38400]: t=2024-03-30T04:33:03+0000 lvl=info msg="Executing migration" logger=migrator id="Update org table charset" 2024-03-30T04:33:03.638 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:03 smithi117 bash[38400]: t=2024-03-30T04:33:03+0000 lvl=info msg="Executing migration" logger=migrator id="Update org_user table charset" 2024-03-30T04:33:03.638 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:03 smithi117 bash[38400]: t=2024-03-30T04:33:03+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate all Read Only Viewers to Viewers" 2024-03-30T04:33:03.994 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:03 smithi117 bash[38400]: t=2024-03-30T04:33:03+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard table" 2024-03-30T04:33:03.994 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:03 smithi117 bash[38400]: t=2024-03-30T04:33:03+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard.account_id" 2024-03-30T04:33:03.994 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:03 smithi117 bash[38400]: t=2024-03-30T04:33:03+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_account_id_slug" 2024-03-30T04:33:03.995 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:03 smithi117 bash[38400]: t=2024-03-30T04:33:03+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_tag table" 2024-03-30T04:33:03.995 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:03 smithi117 bash[38400]: t=2024-03-30T04:33:03+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term" 2024-03-30T04:33:04.387 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:04 smithi117 bash[38400]: t=2024-03-30T04:33:04+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2024-03-30T04:33:04.443 INFO:teuthology.orchestra.run.smithi111.stdout:111669149748 2024-03-30T04:33:04.747 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:04 smithi117 bash[38400]: t=2024-03-30T04:33:04+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1" 2024-03-30T04:33:04.747 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:04 smithi117 bash[38400]: t=2024-03-30T04:33:04+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard v2" 2024-03-30T04:33:04.748 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:04 smithi117 bash[38400]: t=2024-03-30T04:33:04+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_org_id - v2" 2024-03-30T04:33:05.117 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:04 smithi117 bash[38400]: t=2024-03-30T04:33:04+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2" 2024-03-30T04:33:05.117 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:04 smithi117 bash[38400]: t=2024-03-30T04:33:04+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard v1 to v2" 2024-03-30T04:33:05.376 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:05 smithi117 bash[38400]: t=2024-03-30T04:33:05+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_v1" 2024-03-30T04:33:05.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:05 smithi111 bash[18552]: cluster 2024-03-30T04:33:03.743562+0000 mgr.y (mgr.24304) 71 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:05.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:05 smithi111 bash[18552]: audit 2024-03-30T04:33:04.447136+0000 mon.a (mon.0) 843 : audit [DBG] from='client.? 172.21.15.111:0/3787931600' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-03-30T04:33:05.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:05 smithi111 bash[24005]: cluster 2024-03-30T04:33:03.743562+0000 mgr.y (mgr.24304) 71 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:05.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:05 smithi111 bash[24005]: audit 2024-03-30T04:33:04.447136+0000 mon.a (mon.0) 843 : audit [DBG] from='client.? 172.21.15.111:0/3787931600' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-03-30T04:33:05.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:05 smithi117 bash[18692]: cluster 2024-03-30T04:33:03.743562+0000 mgr.y (mgr.24304) 71 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:05.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:05 smithi117 bash[18692]: audit 2024-03-30T04:33:04.447136+0000 mon.a (mon.0) 843 : audit [DBG] from='client.? 172.21.15.111:0/3787931600' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-03-30T04:33:05.638 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:05 smithi117 bash[38400]: t=2024-03-30T04:33:05+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard.data to mediumtext v1" 2024-03-30T04:33:05.638 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:05 smithi117 bash[38400]: t=2024-03-30T04:33:05+0000 lvl=info msg="Executing migration" logger=migrator id="Add column updated_by in dashboard - v2" 2024-03-30T04:33:05.638 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:05 smithi117 bash[38400]: t=2024-03-30T04:33:05+0000 lvl=info msg="Executing migration" logger=migrator id="Add column created_by in dashboard - v2" 2024-03-30T04:33:05.971 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:05 smithi117 bash[38400]: t=2024-03-30T04:33:05+0000 lvl=info msg="Executing migration" logger=migrator id="Add column gnetId in dashboard" 2024-03-30T04:33:05.971 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:05 smithi117 bash[38400]: t=2024-03-30T04:33:05+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for gnetId in dashboard" 2024-03-30T04:33:05.971 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:05 smithi117 bash[38400]: t=2024-03-30T04:33:05+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_id in dashboard" 2024-03-30T04:33:06.225 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:05 smithi117 bash[38400]: t=2024-03-30T04:33:05+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard" 2024-03-30T04:33:06.225 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:06 smithi117 bash[38400]: t=2024-03-30T04:33:06+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_id in dashboard_tag" 2024-03-30T04:33:06.225 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:06 smithi117 bash[38400]: t=2024-03-30T04:33:06+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard table charset" 2024-03-30T04:33:06.225 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:06 smithi117 bash[38400]: t=2024-03-30T04:33:06+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_tag table charset" 2024-03-30T04:33:06.225 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:06 smithi117 bash[38400]: t=2024-03-30T04:33:06+0000 lvl=info msg="Executing migration" logger=migrator id="Add column folder_id in dashboard" 2024-03-30T04:33:06.368 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:33:06 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:33:06] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:33:06.503 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:06 smithi117 bash[38400]: t=2024-03-30T04:33:06+0000 lvl=info msg="Executing migration" logger=migrator id="Add column isFolder in dashboard" 2024-03-30T04:33:06.503 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:06 smithi117 bash[38400]: t=2024-03-30T04:33:06+0000 lvl=info msg="Executing migration" logger=migrator id="Add column has_acl in dashboard" 2024-03-30T04:33:06.503 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:06 smithi117 bash[38400]: t=2024-03-30T04:33:06+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in dashboard" 2024-03-30T04:33:06.503 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:06 smithi117 bash[38400]: t=2024-03-30T04:33:06+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in dashboard" 2024-03-30T04:33:06.503 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:06 smithi117 bash[38400]: t=2024-03-30T04:33:06+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index dashboard_org_id_uid" 2024-03-30T04:33:06.503 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:06 smithi117 bash[38400]: t=2024-03-30T04:33:06+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug" 2024-03-30T04:33:06.503 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:06 smithi117 bash[38400]: t=2024-03-30T04:33:06+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard title length" 2024-03-30T04:33:06.503 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:06 smithi117 bash[38400]: t=2024-03-30T04:33:06+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id" 2024-03-30T04:33:06.772 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:06 smithi117 bash[38400]: t=2024-03-30T04:33:06+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning" 2024-03-30T04:33:06.772 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:06 smithi117 bash[38400]: t=2024-03-30T04:33:06+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2024-03-30T04:33:06.772 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:06 smithi117 bash[38400]: t=2024-03-30T04:33:06+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning v2" 2024-03-30T04:33:06.772 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:06 smithi117 bash[38400]: t=2024-03-30T04:33:06+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2024-03-30T04:33:06.772 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:06 smithi117 bash[38400]: t=2024-03-30T04:33:06+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2024-03-30T04:33:06.772 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:06 smithi117 bash[38400]: t=2024-03-30T04:33:06+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard_provisioning v1 to v2" 2024-03-30T04:33:07.058 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:06 smithi117 bash[38400]: t=2024-03-30T04:33:06+0000 lvl=info msg="Executing migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty" 2024-03-30T04:33:07.058 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:06 smithi117 bash[38400]: t=2024-03-30T04:33:06+0000 lvl=info msg="Executing migration" logger=migrator id="Add check_sum column" 2024-03-30T04:33:07.058 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:06 smithi117 bash[38400]: t=2024-03-30T04:33:06+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_title" 2024-03-30T04:33:07.058 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:06 smithi117 bash[38400]: t=2024-03-30T04:33:06+0000 lvl=info msg="Executing migration" logger=migrator id="delete tags for deleted dashboards" 2024-03-30T04:33:07.058 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:06 smithi117 bash[38400]: t=2024-03-30T04:33:06+0000 lvl=info msg="Executing migration" logger=migrator id="delete stars for deleted dashboards" 2024-03-30T04:33:07.058 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:06 smithi117 bash[38400]: t=2024-03-30T04:33:06+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_is_folder" 2024-03-30T04:33:07.058 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:06 smithi117 bash[38400]: t=2024-03-30T04:33:06+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table" 2024-03-30T04:33:07.058 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:06 smithi117 bash[38400]: t=2024-03-30T04:33:06+0000 lvl=info msg="Executing migration" logger=migrator id="add index data_source.account_id" 2024-03-30T04:33:07.059 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:07 smithi117 bash[18692]: cluster 2024-03-30T04:33:05.744119+0000 mgr.y (mgr.24304) 72 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:07.059 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:07 smithi117 bash[18692]: audit 2024-03-30T04:33:06.021057+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:07.059 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:07 smithi117 bash[18692]: audit 2024-03-30T04:33:06.028980+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:07.328 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:07 smithi117 bash[38400]: t=2024-03-30T04:33:07+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index data_source.account_id_name" 2024-03-30T04:33:07.328 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:07 smithi117 bash[38400]: t=2024-03-30T04:33:07+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_data_source_account_id - v1" 2024-03-30T04:33:07.328 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:07 smithi117 bash[38400]: t=2024-03-30T04:33:07+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1" 2024-03-30T04:33:07.328 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:07 smithi117 bash[38400]: t=2024-03-30T04:33:07+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table data_source to data_source_v1 - v1" 2024-03-30T04:33:07.328 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:07 smithi117 bash[38400]: t=2024-03-30T04:33:07+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table v2" 2024-03-30T04:33:07.328 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:07 smithi117 bash[38400]: t=2024-03-30T04:33:07+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_data_source_org_id - v2" 2024-03-30T04:33:07.328 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:07 smithi117 bash[38400]: t=2024-03-30T04:33:07+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_data_source_org_id_name - v2" 2024-03-30T04:33:07.328 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:07 smithi117 bash[38400]: t=2024-03-30T04:33:07+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-03-30T04:33:07.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:07 smithi111 bash[18552]: cluster 2024-03-30T04:33:05.744119+0000 mgr.y (mgr.24304) 72 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:07.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:07 smithi111 bash[18552]: audit 2024-03-30T04:33:06.021057+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:07.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:07 smithi111 bash[18552]: audit 2024-03-30T04:33:06.028980+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:07.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:07 smithi111 bash[24005]: cluster 2024-03-30T04:33:05.744119+0000 mgr.y (mgr.24304) 72 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:07.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:07 smithi111 bash[24005]: audit 2024-03-30T04:33:06.021057+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:07.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:07 smithi111 bash[24005]: audit 2024-03-30T04:33:06.028980+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:07.637 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:07 smithi117 bash[38400]: t=2024-03-30T04:33:07+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table data_source_v1 #2" 2024-03-30T04:33:07.637 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:07 smithi117 bash[38400]: t=2024-03-30T04:33:07+0000 lvl=info msg="Executing migration" logger=migrator id="Add column with_credentials" 2024-03-30T04:33:07.638 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:07 smithi117 bash[38400]: t=2024-03-30T04:33:07+0000 lvl=info msg="Executing migration" logger=migrator id="Add secure json data column" 2024-03-30T04:33:07.638 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:07 smithi117 bash[38400]: t=2024-03-30T04:33:07+0000 lvl=info msg="Executing migration" logger=migrator id="Update data_source table charset" 2024-03-30T04:33:07.638 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:07 smithi117 bash[38400]: t=2024-03-30T04:33:07+0000 lvl=info msg="Executing migration" logger=migrator id="Update initial version to 1" 2024-03-30T04:33:08.031 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:07 smithi117 bash[38400]: t=2024-03-30T04:33:07+0000 lvl=info msg="Executing migration" logger=migrator id="Add read_only data column" 2024-03-30T04:33:08.031 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:07 smithi117 bash[38400]: t=2024-03-30T04:33:07+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate logging ds to loki ds" 2024-03-30T04:33:08.031 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:07 smithi117 bash[38400]: t=2024-03-30T04:33:07+0000 lvl=info msg="Executing migration" logger=migrator id="Update json_data with nulls" 2024-03-30T04:33:08.031 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:08 smithi117 bash[38400]: t=2024-03-30T04:33:08+0000 lvl=info msg="Executing migration" logger=migrator id="Add uid column" 2024-03-30T04:33:08.387 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:08 smithi117 bash[38400]: t=2024-03-30T04:33:08+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid value" 2024-03-30T04:33:08.760 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:08 smithi117 bash[38400]: t=2024-03-30T04:33:08+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index datasource_org_id_uid" 2024-03-30T04:33:08.761 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:08 smithi117 bash[38400]: t=2024-03-30T04:33:08+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index datasource_org_id_is_default" 2024-03-30T04:33:08.761 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:08 smithi117 bash[38400]: t=2024-03-30T04:33:08+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table" 2024-03-30T04:33:08.761 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:08 smithi117 bash[38400]: t=2024-03-30T04:33:08+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id" 2024-03-30T04:33:08.797 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149744 got 111669149748 for osd.3 2024-03-30T04:33:08.798 DEBUG:teuthology.parallel:result is None 2024-03-30T04:33:09.021 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:08 smithi117 bash[38400]: t=2024-03-30T04:33:08+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.key" 2024-03-30T04:33:09.022 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:08 smithi117 bash[38400]: t=2024-03-30T04:33:08+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id_name" 2024-03-30T04:33:09.022 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:08 smithi117 bash[38400]: t=2024-03-30T04:33:08+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_api_key_account_id - v1" 2024-03-30T04:33:09.022 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:08 smithi117 bash[38400]: t=2024-03-30T04:33:08+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_key - v1" 2024-03-30T04:33:09.022 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:08 smithi117 bash[38400]: t=2024-03-30T04:33:08+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1" 2024-03-30T04:33:09.022 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:08 smithi117 bash[38400]: t=2024-03-30T04:33:08+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table api_key to api_key_v1 - v1" 2024-03-30T04:33:09.022 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:08 smithi117 bash[38400]: t=2024-03-30T04:33:08+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table v2" 2024-03-30T04:33:09.022 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:08 smithi117 bash[38400]: t=2024-03-30T04:33:08+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_api_key_org_id - v2" 2024-03-30T04:33:09.022 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:09 smithi117 bash[38400]: t=2024-03-30T04:33:09+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_key - v2" 2024-03-30T04:33:09.118 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:33:08 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:33:08] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:33:09.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:09 smithi111 bash[18552]: cluster 2024-03-30T04:33:07.744631+0000 mgr.y (mgr.24304) 73 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:09.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:09 smithi111 bash[18552]: audit 2024-03-30T04:33:08.828013+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:09.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:09 smithi111 bash[18552]: audit 2024-03-30T04:33:08.836956+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:09.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:09 smithi111 bash[24005]: cluster 2024-03-30T04:33:07.744631+0000 mgr.y (mgr.24304) 73 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:09.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:09 smithi111 bash[24005]: audit 2024-03-30T04:33:08.828013+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:09.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:09 smithi111 bash[24005]: audit 2024-03-30T04:33:08.836956+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:09.274 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:09 smithi117 bash[18692]: cluster 2024-03-30T04:33:07.744631+0000 mgr.y (mgr.24304) 73 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:09.275 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:09 smithi117 bash[18692]: audit 2024-03-30T04:33:08.828013+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:09.275 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:09 smithi117 bash[18692]: audit 2024-03-30T04:33:08.836956+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:09.275 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:09 smithi117 bash[38400]: t=2024-03-30T04:33:09+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_org_id_name - v2" 2024-03-30T04:33:09.275 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:09 smithi117 bash[38400]: t=2024-03-30T04:33:09+0000 lvl=info msg="Executing migration" logger=migrator id="copy api_key v1 to v2" 2024-03-30T04:33:09.275 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:09 smithi117 bash[38400]: t=2024-03-30T04:33:09+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table api_key_v1" 2024-03-30T04:33:09.275 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:09 smithi117 bash[38400]: t=2024-03-30T04:33:09+0000 lvl=info msg="Executing migration" logger=migrator id="Update api_key table charset" 2024-03-30T04:33:09.275 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:09 smithi117 bash[38400]: t=2024-03-30T04:33:09+0000 lvl=info msg="Executing migration" logger=migrator id="Add expires to api_key table" 2024-03-30T04:33:09.275 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:09 smithi117 bash[38400]: t=2024-03-30T04:33:09+0000 lvl=info msg="Executing migration" logger=migrator id="Add service account foreign key" 2024-03-30T04:33:09.275 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:09 smithi117 bash[38400]: t=2024-03-30T04:33:09+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v4" 2024-03-30T04:33:09.276 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:09 smithi117 bash[38400]: t=2024-03-30T04:33:09+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_snapshot_v4 #1" 2024-03-30T04:33:09.276 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:09 smithi117 bash[38400]: t=2024-03-30T04:33:09+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v5 #2" 2024-03-30T04:33:09.527 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:09 smithi117 bash[38400]: t=2024-03-30T04:33:09+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5" 2024-03-30T04:33:09.527 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:09 smithi117 bash[38400]: t=2024-03-30T04:33:09+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5" 2024-03-30T04:33:09.527 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:09 smithi117 bash[38400]: t=2024-03-30T04:33:09+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5" 2024-03-30T04:33:09.527 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:09 smithi117 bash[38400]: t=2024-03-30T04:33:09+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2" 2024-03-30T04:33:09.528 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:09 smithi117 bash[38400]: t=2024-03-30T04:33:09+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_snapshot table charset" 2024-03-30T04:33:09.528 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:09 smithi117 bash[38400]: t=2024-03-30T04:33:09+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table" 2024-03-30T04:33:09.528 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:09 smithi117 bash[38400]: t=2024-03-30T04:33:09+0000 lvl=info msg="Executing migration" logger=migrator id="Add encrypted dashboard json column" 2024-03-30T04:33:09.528 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:09 smithi117 bash[38400]: t=2024-03-30T04:33:09+0000 lvl=info msg="Executing migration" logger=migrator id="Change dashboard_encrypted column to MEDIUMBLOB" 2024-03-30T04:33:09.797 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:09 smithi117 bash[38400]: t=2024-03-30T04:33:09+0000 lvl=info msg="Executing migration" logger=migrator id="create quota table v1" 2024-03-30T04:33:09.797 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:09 smithi117 bash[38400]: t=2024-03-30T04:33:09+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1" 2024-03-30T04:33:09.797 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:09 smithi117 bash[38400]: t=2024-03-30T04:33:09+0000 lvl=info msg="Executing migration" logger=migrator id="Update quota table charset" 2024-03-30T04:33:09.797 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:09 smithi117 bash[38400]: t=2024-03-30T04:33:09+0000 lvl=info msg="Executing migration" logger=migrator id="create plugin_setting table" 2024-03-30T04:33:09.797 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:09 smithi117 bash[38400]: t=2024-03-30T04:33:09+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2024-03-30T04:33:09.798 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:09 smithi117 bash[38400]: t=2024-03-30T04:33:09+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_version to plugin_settings" 2024-03-30T04:33:09.798 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:09 smithi117 bash[38400]: t=2024-03-30T04:33:09+0000 lvl=info msg="Executing migration" logger=migrator id="Update plugin_setting table charset" 2024-03-30T04:33:09.798 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:09 smithi117 bash[38400]: t=2024-03-30T04:33:09+0000 lvl=info msg="Executing migration" logger=migrator id="create session table" 2024-03-30T04:33:10.050 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:09 smithi117 bash[38400]: t=2024-03-30T04:33:09+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist table" 2024-03-30T04:33:10.050 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:09 smithi117 bash[38400]: t=2024-03-30T04:33:09+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist_item table" 2024-03-30T04:33:10.050 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:09 smithi117 bash[38400]: t=2024-03-30T04:33:09+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist table v2" 2024-03-30T04:33:10.050 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:09 smithi117 bash[38400]: t=2024-03-30T04:33:09+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist item table v2" 2024-03-30T04:33:10.050 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:09 smithi117 bash[38400]: t=2024-03-30T04:33:09+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist table charset" 2024-03-30T04:33:10.051 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:09 smithi117 bash[38400]: t=2024-03-30T04:33:09+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist_item table charset" 2024-03-30T04:33:10.051 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:10 smithi117 bash[38400]: t=2024-03-30T04:33:10+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v2" 2024-03-30T04:33:10.051 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:10 smithi117 bash[38400]: t=2024-03-30T04:33:10+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v3" 2024-03-30T04:33:10.302 INFO:teuthology.orchestra.run.smithi111.stdout:77309411390 2024-03-30T04:33:10.319 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:10 smithi117 bash[38400]: t=2024-03-30T04:33:10+0000 lvl=info msg="Executing migration" logger=migrator id="create preferences table v3" 2024-03-30T04:33:10.319 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:10 smithi117 bash[38400]: t=2024-03-30T04:33:10+0000 lvl=info msg="Executing migration" logger=migrator id="Update preferences table charset" 2024-03-30T04:33:10.319 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:10 smithi117 bash[38400]: t=2024-03-30T04:33:10+0000 lvl=info msg="Executing migration" logger=migrator id="Add column team_id in preferences" 2024-03-30T04:33:10.319 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:10 smithi117 bash[38400]: t=2024-03-30T04:33:10+0000 lvl=info msg="Executing migration" logger=migrator id="Update team_id column values in preferences" 2024-03-30T04:33:10.319 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:10 smithi117 bash[38400]: t=2024-03-30T04:33:10+0000 lvl=info msg="Executing migration" logger=migrator id="Add column week_start in preferences" 2024-03-30T04:33:10.319 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:10 smithi117 bash[38400]: t=2024-03-30T04:33:10+0000 lvl=info msg="Executing migration" logger=migrator id="create alert table v1" 2024-03-30T04:33:10.319 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:10 smithi117 bash[38400]: t=2024-03-30T04:33:10+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert org_id & id " 2024-03-30T04:33:10.319 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:10 smithi117 bash[38400]: t=2024-03-30T04:33:10+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert state" 2024-03-30T04:33:10.319 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:10 smithi117 bash[38400]: t=2024-03-30T04:33:10+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert dashboard_id" 2024-03-30T04:33:10.319 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:10 smithi117 bash[38400]: t=2024-03-30T04:33:10+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v1" 2024-03-30T04:33:10.571 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:10 smithi117 bash[38400]: t=2024-03-30T04:33:10+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id" 2024-03-30T04:33:10.571 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:10 smithi117 bash[38400]: t=2024-03-30T04:33:10+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_alert_rule_tag_alert_id_tag_id - v1" 2024-03-30T04:33:10.571 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:10 smithi117 bash[38400]: t=2024-03-30T04:33:10+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table alert_rule_tag to alert_rule_tag_v1 - v1" 2024-03-30T04:33:10.571 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:10 smithi117 bash[38400]: t=2024-03-30T04:33:10+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v2" 2024-03-30T04:33:10.571 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:10 smithi117 bash[38400]: t=2024-03-30T04:33:10+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_alert_rule_tag_alert_id_tag_id - Add unique index alert_rule_tag.alert_id_tag_id V2" 2024-03-30T04:33:10.571 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:10 smithi117 bash[38400]: t=2024-03-30T04:33:10+0000 lvl=info msg="Executing migration" logger=migrator id="copy alert_rule_tag v1 to v2" 2024-03-30T04:33:10.571 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:10 smithi117 bash[38400]: t=2024-03-30T04:33:10+0000 lvl=info msg="Executing migration" logger=migrator id="drop table alert_rule_tag_v1" 2024-03-30T04:33:10.638 INFO:teuthology.orchestra.run.smithi111.stdout:201863462945 2024-03-30T04:33:10.840 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:10 smithi117 bash[38400]: t=2024-03-30T04:33:10+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification table v1" 2024-03-30T04:33:10.840 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:10 smithi117 bash[38400]: t=2024-03-30T04:33:10+0000 lvl=info msg="Executing migration" logger=migrator id="Add column is_default" 2024-03-30T04:33:10.840 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:10 smithi117 bash[38400]: t=2024-03-30T04:33:10+0000 lvl=info msg="Executing migration" logger=migrator id="Add column frequency" 2024-03-30T04:33:10.840 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:10 smithi117 bash[38400]: t=2024-03-30T04:33:10+0000 lvl=info msg="Executing migration" logger=migrator id="Add column send_reminder" 2024-03-30T04:33:10.840 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:10 smithi117 bash[38400]: t=2024-03-30T04:33:10+0000 lvl=info msg="Executing migration" logger=migrator id="Add column disable_resolve_message" 2024-03-30T04:33:10.840 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:10 smithi117 bash[38400]: t=2024-03-30T04:33:10+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification org_id & name" 2024-03-30T04:33:10.840 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:10 smithi117 bash[38400]: t=2024-03-30T04:33:10+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert table charset" 2024-03-30T04:33:10.840 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:10 smithi117 bash[38400]: t=2024-03-30T04:33:10+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert_notification table charset" 2024-03-30T04:33:11.110 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:11 smithi117 bash[18692]: cluster 2024-03-30T04:33:09.745279+0000 mgr.y (mgr.24304) 74 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:11.110 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:11 smithi117 bash[18692]: audit 2024-03-30T04:33:10.306374+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.111:0/2715454968' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-30T04:33:11.110 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:11 smithi117 bash[18692]: audit 2024-03-30T04:33:10.642491+0000 mon.a (mon.0) 848 : audit [DBG] from='client.? 172.21.15.111:0/1806442177' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-03-30T04:33:11.110 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:10 smithi117 bash[38400]: t=2024-03-30T04:33:10+0000 lvl=info msg="Executing migration" logger=migrator id="create notification_journal table v1" 2024-03-30T04:33:11.110 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:10 smithi117 bash[38400]: t=2024-03-30T04:33:10+0000 lvl=info msg="Executing migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id" 2024-03-30T04:33:11.111 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:10 smithi117 bash[38400]: t=2024-03-30T04:33:10+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_notification_journal" 2024-03-30T04:33:11.111 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:10 smithi117 bash[38400]: t=2024-03-30T04:33:10+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification_state table v1" 2024-03-30T04:33:11.111 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:11 smithi117 bash[38400]: t=2024-03-30T04:33:11+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id" 2024-03-30T04:33:11.111 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:11 smithi117 bash[38400]: t=2024-03-30T04:33:11+0000 lvl=info msg="Executing migration" logger=migrator id="Add for to alert table" 2024-03-30T04:33:11.111 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:11 smithi117 bash[38400]: t=2024-03-30T04:33:11+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in alert_notification" 2024-03-30T04:33:11.111 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:11 smithi117 bash[38400]: t=2024-03-30T04:33:11+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in alert_notification" 2024-03-30T04:33:11.111 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:11 smithi117 bash[38400]: t=2024-03-30T04:33:11+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_notification_org_id_uid" 2024-03-30T04:33:11.137 INFO:teuthology.orchestra.run.smithi111.stdout:236223201305 2024-03-30T04:33:11.362 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:11 smithi117 bash[38400]: t=2024-03-30T04:33:11+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_name" 2024-03-30T04:33:11.362 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:11 smithi117 bash[38400]: t=2024-03-30T04:33:11+0000 lvl=info msg="Executing migration" logger=migrator id="Add column secure_settings in alert_notification" 2024-03-30T04:33:11.362 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:11 smithi117 bash[38400]: t=2024-03-30T04:33:11+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert.settings to mediumtext" 2024-03-30T04:33:11.362 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:11 smithi117 bash[38400]: t=2024-03-30T04:33:11+0000 lvl=info msg="Executing migration" logger=migrator id="Add non-unique index alert_notification_state_alert_id" 2024-03-30T04:33:11.362 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:11 smithi117 bash[38400]: t=2024-03-30T04:33:11+0000 lvl=info msg="Executing migration" logger=migrator id="Add non-unique index alert_rule_tag_alert_id" 2024-03-30T04:33:11.362 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:11 smithi117 bash[38400]: t=2024-03-30T04:33:11+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old annotation table v4" 2024-03-30T04:33:11.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:11 smithi111 bash[18552]: cluster 2024-03-30T04:33:09.745279+0000 mgr.y (mgr.24304) 74 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:11.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:11 smithi111 bash[18552]: audit 2024-03-30T04:33:10.306374+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.111:0/2715454968' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-30T04:33:11.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:11 smithi111 bash[18552]: audit 2024-03-30T04:33:10.642491+0000 mon.a (mon.0) 848 : audit [DBG] from='client.? 172.21.15.111:0/1806442177' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-03-30T04:33:11.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:11 smithi111 bash[24005]: cluster 2024-03-30T04:33:09.745279+0000 mgr.y (mgr.24304) 74 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:11.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:11 smithi111 bash[24005]: audit 2024-03-30T04:33:10.306374+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.111:0/2715454968' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-30T04:33:11.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:11 smithi111 bash[24005]: audit 2024-03-30T04:33:10.642491+0000 mon.a (mon.0) 848 : audit [DBG] from='client.? 172.21.15.111:0/1806442177' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-03-30T04:33:11.638 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:11 smithi117 bash[38400]: t=2024-03-30T04:33:11+0000 lvl=info msg="Executing migration" logger=migrator id="create annotation table v5" 2024-03-30T04:33:11.638 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:11 smithi117 bash[38400]: t=2024-03-30T04:33:11+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 0 v3" 2024-03-30T04:33:11.638 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:11 smithi117 bash[38400]: t=2024-03-30T04:33:11+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 1 v3" 2024-03-30T04:33:11.638 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:11 smithi117 bash[38400]: t=2024-03-30T04:33:11+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 2 v3" 2024-03-30T04:33:11.638 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:11 smithi117 bash[38400]: t=2024-03-30T04:33:11+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 3 v3" 2024-03-30T04:33:11.638 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:11 smithi117 bash[38400]: t=2024-03-30T04:33:11+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 4 v3" 2024-03-30T04:33:11.638 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:11 smithi117 bash[38400]: t=2024-03-30T04:33:11+0000 lvl=info msg="Executing migration" logger=migrator id="Update annotation table charset" 2024-03-30T04:33:11.638 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:11 smithi117 bash[38400]: t=2024-03-30T04:33:11+0000 lvl=info msg="Executing migration" logger=migrator id="Add column region_id to annotation table" 2024-03-30T04:33:11.901 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:11 smithi117 bash[38400]: t=2024-03-30T04:33:11+0000 lvl=info msg="Executing migration" logger=migrator id="Drop category_id index" 2024-03-30T04:33:11.901 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:11 smithi117 bash[38400]: t=2024-03-30T04:33:11+0000 lvl=info msg="Executing migration" logger=migrator id="Add column tags to annotation table" 2024-03-30T04:33:11.901 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:11 smithi117 bash[38400]: t=2024-03-30T04:33:11+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v2" 2024-03-30T04:33:11.901 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:11 smithi117 bash[38400]: t=2024-03-30T04:33:11+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id" 2024-03-30T04:33:11.901 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:11 smithi117 bash[38400]: t=2024-03-30T04:33:11+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_annotation_tag_annotation_id_tag_id - v2" 2024-03-30T04:33:11.901 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:11 smithi117 bash[38400]: t=2024-03-30T04:33:11+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table annotation_tag to annotation_tag_v2 - v2" 2024-03-30T04:33:11.901 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:11 smithi117 bash[38400]: t=2024-03-30T04:33:11+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v3" 2024-03-30T04:33:11.901 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:11 smithi117 bash[38400]: t=2024-03-30T04:33:11+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_annotation_tag_annotation_id_tag_id - Add unique index annotation_tag.annotation_id_tag_id V3" 2024-03-30T04:33:12.162 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:12 smithi117 bash[18692]: audit 2024-03-30T04:33:11.141554+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.111:0/1917002371' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-03-30T04:33:12.163 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:11 smithi117 bash[38400]: t=2024-03-30T04:33:11+0000 lvl=info msg="Executing migration" logger=migrator id="copy annotation_tag v2 to v3" 2024-03-30T04:33:12.163 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:11 smithi117 bash[38400]: t=2024-03-30T04:33:11+0000 lvl=info msg="Executing migration" logger=migrator id="drop table annotation_tag_v2" 2024-03-30T04:33:12.163 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:11 smithi117 bash[38400]: t=2024-03-30T04:33:11+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert annotations and set TEXT to empty" 2024-03-30T04:33:12.163 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:12 smithi117 bash[38400]: t=2024-03-30T04:33:12+0000 lvl=info msg="Executing migration" logger=migrator id="Add created time to annotation table" 2024-03-30T04:33:12.163 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:12 smithi117 bash[38400]: t=2024-03-30T04:33:12+0000 lvl=info msg="Executing migration" logger=migrator id="Add updated time to annotation table" 2024-03-30T04:33:12.163 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:12 smithi117 bash[38400]: t=2024-03-30T04:33:12+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for created in annotation table" 2024-03-30T04:33:12.163 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:12 smithi117 bash[38400]: t=2024-03-30T04:33:12+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for updated in annotation table" 2024-03-30T04:33:12.163 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:12 smithi117 bash[38400]: t=2024-03-30T04:33:12+0000 lvl=info msg="Executing migration" logger=migrator id="Convert existing annotations from seconds to milliseconds" 2024-03-30T04:33:12.163 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:12 smithi117 bash[38400]: t=2024-03-30T04:33:12+0000 lvl=info msg="Executing migration" logger=migrator id="Add epoch_end column" 2024-03-30T04:33:12.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:12 smithi111 bash[18552]: audit 2024-03-30T04:33:11.141554+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.111:0/1917002371' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-03-30T04:33:12.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:12 smithi111 bash[24005]: audit 2024-03-30T04:33:11.141554+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.111:0/1917002371' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-03-30T04:33:12.439 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:12 smithi117 bash[38400]: t=2024-03-30T04:33:12+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for epoch_end" 2024-03-30T04:33:12.439 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:12 smithi117 bash[38400]: t=2024-03-30T04:33:12+0000 lvl=info msg="Executing migration" logger=migrator id="Make epoch_end the same as epoch" 2024-03-30T04:33:12.439 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:12 smithi117 bash[38400]: t=2024-03-30T04:33:12+0000 lvl=info msg="Executing migration" logger=migrator id="Move region to single row" 2024-03-30T04:33:12.439 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:12 smithi117 bash[38400]: t=2024-03-30T04:33:12+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch from annotation table" 2024-03-30T04:33:12.439 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:12 smithi117 bash[38400]: t=2024-03-30T04:33:12+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2024-03-30T04:33:12.439 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:12 smithi117 bash[38400]: t=2024-03-30T04:33:12+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2024-03-30T04:33:12.439 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:12 smithi117 bash[38400]: t=2024-03-30T04:33:12+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table" 2024-03-30T04:33:12.440 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:12 smithi117 bash[38400]: t=2024-03-30T04:33:12+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table" 2024-03-30T04:33:12.720 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:12 smithi117 bash[38400]: t=2024-03-30T04:33:12+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for alert_id on annotation table" 2024-03-30T04:33:12.720 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:12 smithi117 bash[38400]: t=2024-03-30T04:33:12+0000 lvl=info msg="Executing migration" logger=migrator id="create test_data table" 2024-03-30T04:33:12.721 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:12 smithi117 bash[38400]: t=2024-03-30T04:33:12+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_version table v1" 2024-03-30T04:33:12.721 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:12 smithi117 bash[38400]: t=2024-03-30T04:33:12+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_version.dashboard_id" 2024-03-30T04:33:12.721 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:12 smithi117 bash[38400]: t=2024-03-30T04:33:12+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2024-03-30T04:33:12.721 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:12 smithi117 bash[38400]: t=2024-03-30T04:33:12+0000 lvl=info msg="Executing migration" logger=migrator id="Set dashboard version to 1 where 0" 2024-03-30T04:33:12.721 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:12 smithi117 bash[38400]: t=2024-03-30T04:33:12+0000 lvl=info msg="Executing migration" logger=migrator id="save existing dashboard data in dashboard_version table v1" 2024-03-30T04:33:12.801 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411385 got 77309411390 for osd.2 2024-03-30T04:33:12.801 DEBUG:teuthology.parallel:result is None 2024-03-30T04:33:13.042 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:12 smithi117 bash[38400]: t=2024-03-30T04:33:12+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_version.data to mediumtext v1" 2024-03-30T04:33:13.042 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:12 smithi117 bash[38400]: t=2024-03-30T04:33:12+0000 lvl=info msg="Executing migration" logger=migrator id="create team table" 2024-03-30T04:33:13.042 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:12 smithi117 bash[38400]: t=2024-03-30T04:33:12+0000 lvl=info msg="Executing migration" logger=migrator id="add index team.org_id" 2024-03-30T04:33:13.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:13 smithi111 bash[18552]: cluster 2024-03-30T04:33:11.745861+0000 mgr.y (mgr.24304) 75 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:13.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:13 smithi111 bash[24005]: cluster 2024-03-30T04:33:11.745861+0000 mgr.y (mgr.24304) 75 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:13.387 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:13 smithi117 bash[38400]: t=2024-03-30T04:33:13+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_org_id_name" 2024-03-30T04:33:13.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:13 smithi117 bash[18692]: cluster 2024-03-30T04:33:11.745861+0000 mgr.y (mgr.24304) 75 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:13.591 INFO:tasks.cephadm.ceph_manager.ceph:need seq 201863462941 got 201863462945 for osd.6 2024-03-30T04:33:13.592 DEBUG:teuthology.parallel:result is None 2024-03-30T04:33:13.772 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:13 smithi117 bash[38400]: t=2024-03-30T04:33:13+0000 lvl=info msg="Executing migration" logger=migrator id="create team member table" 2024-03-30T04:33:13.772 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:13 smithi117 bash[38400]: t=2024-03-30T04:33:13+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.org_id" 2024-03-30T04:33:14.090 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:13 smithi117 bash[38400]: t=2024-03-30T04:33:13+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id" 2024-03-30T04:33:14.091 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:13 smithi117 bash[38400]: t=2024-03-30T04:33:13+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.team_id" 2024-03-30T04:33:14.091 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:13 smithi117 bash[38400]: t=2024-03-30T04:33:13+0000 lvl=info msg="Executing migration" logger=migrator id="Add column email to team table" 2024-03-30T04:33:14.091 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:13 smithi117 bash[38400]: t=2024-03-30T04:33:13+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external to team_member table" 2024-03-30T04:33:14.091 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:14 smithi117 bash[38400]: t=2024-03-30T04:33:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add column permission to team_member table" 2024-03-30T04:33:14.144 INFO:teuthology.orchestra.run.smithi111.stdout:55834574917 2024-03-30T04:33:14.182 INFO:tasks.cephadm.ceph_manager.ceph:need seq 236223201300 got 236223201305 for osd.7 2024-03-30T04:33:14.182 DEBUG:teuthology.parallel:result is None 2024-03-30T04:33:14.368 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:14 smithi117 bash[38400]: t=2024-03-30T04:33:14+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard acl table" 2024-03-30T04:33:14.368 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:14 smithi117 bash[38400]: t=2024-03-30T04:33:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_dashboard_id" 2024-03-30T04:33:14.368 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:14 smithi117 bash[38400]: t=2024-03-30T04:33:14+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id" 2024-03-30T04:33:14.368 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:14 smithi117 bash[38400]: t=2024-03-30T04:33:14+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id" 2024-03-30T04:33:14.637 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:14 smithi117 bash[38400]: t=2024-03-30T04:33:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_user_id" 2024-03-30T04:33:14.638 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:14 smithi117 bash[38400]: t=2024-03-30T04:33:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_team_id" 2024-03-30T04:33:14.638 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:14 smithi117 bash[38400]: t=2024-03-30T04:33:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_org_id_role" 2024-03-30T04:33:14.638 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:14 smithi117 bash[38400]: t=2024-03-30T04:33:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_permission" 2024-03-30T04:33:14.653 INFO:teuthology.orchestra.run.smithi111.stdout:133143986223 2024-03-30T04:33:14.825 INFO:teuthology.orchestra.run.smithi111.stdout:34359738445 2024-03-30T04:33:14.941 INFO:teuthology.orchestra.run.smithi111.stdout:167503724583 2024-03-30T04:33:15.022 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:14 smithi117 bash[38400]: t=2024-03-30T04:33:14+0000 lvl=info msg="Executing migration" logger=migrator id="save default acl rules in dashboard_acl table" 2024-03-30T04:33:15.022 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:14 smithi117 bash[38400]: t=2024-03-30T04:33:14+0000 lvl=info msg="Executing migration" logger=migrator id="delete acl rules for deleted dashboards and folders" 2024-03-30T04:33:15.342 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:15 smithi111 bash[24005]: cluster 2024-03-30T04:33:13.746502+0000 mgr.y (mgr.24304) 76 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:15.342 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:15 smithi111 bash[24005]: audit 2024-03-30T04:33:14.148821+0000 mon.a (mon.0) 849 : audit [DBG] from='client.? 172.21.15.111:0/1256241145' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-30T04:33:15.342 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:15 smithi111 bash[24005]: audit 2024-03-30T04:33:14.657844+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.111:0/4073638530' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-03-30T04:33:15.342 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:15 smithi111 bash[24005]: audit 2024-03-30T04:33:14.829903+0000 mon.a (mon.0) 850 : audit [DBG] from='client.? 172.21.15.111:0/57858744' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-30T04:33:15.342 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:15 smithi111 bash[24005]: audit 2024-03-30T04:33:14.946129+0000 mon.a (mon.0) 851 : audit [DBG] from='client.? 172.21.15.111:0/2268835416' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-03-30T04:33:15.343 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:15 smithi111 bash[18552]: cluster 2024-03-30T04:33:13.746502+0000 mgr.y (mgr.24304) 76 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:15.343 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:15 smithi111 bash[18552]: audit 2024-03-30T04:33:14.148821+0000 mon.a (mon.0) 849 : audit [DBG] from='client.? 172.21.15.111:0/1256241145' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-30T04:33:15.343 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:15 smithi111 bash[18552]: audit 2024-03-30T04:33:14.657844+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.111:0/4073638530' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-03-30T04:33:15.343 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:15 smithi111 bash[18552]: audit 2024-03-30T04:33:14.829903+0000 mon.a (mon.0) 850 : audit [DBG] from='client.? 172.21.15.111:0/57858744' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-30T04:33:15.343 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:15 smithi111 bash[18552]: audit 2024-03-30T04:33:14.946129+0000 mon.a (mon.0) 851 : audit [DBG] from='client.? 172.21.15.111:0/2268835416' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-03-30T04:33:15.381 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:15 smithi117 bash[38400]: t=2024-03-30T04:33:15+0000 lvl=info msg="Executing migration" logger=migrator id="create tag table" 2024-03-30T04:33:15.381 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:15 smithi117 bash[18692]: cluster 2024-03-30T04:33:13.746502+0000 mgr.y (mgr.24304) 76 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:15.381 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:15 smithi117 bash[18692]: audit 2024-03-30T04:33:14.148821+0000 mon.a (mon.0) 849 : audit [DBG] from='client.? 172.21.15.111:0/1256241145' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-30T04:33:15.381 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:15 smithi117 bash[18692]: audit 2024-03-30T04:33:14.657844+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.111:0/4073638530' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-03-30T04:33:15.381 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:15 smithi117 bash[18692]: audit 2024-03-30T04:33:14.829903+0000 mon.a (mon.0) 850 : audit [DBG] from='client.? 172.21.15.111:0/57858744' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-30T04:33:15.381 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:15 smithi117 bash[18692]: audit 2024-03-30T04:33:14.946129+0000 mon.a (mon.0) 851 : audit [DBG] from='client.? 172.21.15.111:0/2268835416' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-03-30T04:33:15.618 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:33:15 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:33:15] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:33:15.634 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:15 smithi117 bash[38400]: t=2024-03-30T04:33:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index tag.key_value" 2024-03-30T04:33:15.634 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:15 smithi117 bash[38400]: t=2024-03-30T04:33:15+0000 lvl=info msg="Executing migration" logger=migrator id="create login attempt table" 2024-03-30T04:33:15.634 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:15 smithi117 bash[38400]: t=2024-03-30T04:33:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index login_attempt.username" 2024-03-30T04:33:15.888 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:15 smithi117 bash[38400]: t=2024-03-30T04:33:15+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_login_attempt_username - v1" 2024-03-30T04:33:16.207 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574913 got 55834574917 for osd.1 2024-03-30T04:33:16.207 DEBUG:teuthology.parallel:result is None 2024-03-30T04:33:16.324 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:15 smithi117 bash[38400]: t=2024-03-30T04:33:15+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2024-03-30T04:33:16.325 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:16 smithi117 bash[38400]: t=2024-03-30T04:33:16+0000 lvl=info msg="Executing migration" logger=migrator id="create login_attempt v2" 2024-03-30T04:33:16.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:16 smithi111 bash[18552]: audit 2024-03-30T04:33:15.329356+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:16.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:16 smithi111 bash[18552]: audit 2024-03-30T04:33:15.340884+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:16.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:16 smithi111 bash[24005]: audit 2024-03-30T04:33:15.329356+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:16.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:16 smithi111 bash[24005]: audit 2024-03-30T04:33:15.340884+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:16.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:16 smithi117 bash[18692]: audit 2024-03-30T04:33:15.329356+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:16.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:16 smithi117 bash[18692]: audit 2024-03-30T04:33:15.340884+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:16.637 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:16 smithi117 bash[38400]: t=2024-03-30T04:33:16+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_login_attempt_username - v2" 2024-03-30T04:33:16.638 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:16 smithi117 bash[38400]: t=2024-03-30T04:33:16+0000 lvl=info msg="Executing migration" logger=migrator id="copy login_attempt v1 to v2" 2024-03-30T04:33:16.638 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:16 smithi117 bash[38400]: t=2024-03-30T04:33:16+0000 lvl=info msg="Executing migration" logger=migrator id="drop login_attempt_tmp_qwerty" 2024-03-30T04:33:16.923 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:16 smithi117 bash[38400]: t=2024-03-30T04:33:16+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth table" 2024-03-30T04:33:16.924 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:16 smithi117 bash[38400]: t=2024-03-30T04:33:16+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1" 2024-03-30T04:33:16.924 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:16 smithi117 bash[38400]: t=2024-03-30T04:33:16+0000 lvl=info msg="Executing migration" logger=migrator id="alter user_auth.auth_id to length 190" 2024-03-30T04:33:16.924 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:16 smithi117 bash[38400]: t=2024-03-30T04:33:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth access token to user_auth" 2024-03-30T04:33:17.175 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:16 smithi117 bash[38400]: t=2024-03-30T04:33:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth refresh token to user_auth" 2024-03-30T04:33:17.176 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:17 smithi117 bash[38400]: t=2024-03-30T04:33:17+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth token type to user_auth" 2024-03-30T04:33:17.176 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:17 smithi117 bash[38400]: t=2024-03-30T04:33:17+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth expiry to user_auth" 2024-03-30T04:33:17.176 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:17 smithi117 bash[38400]: t=2024-03-30T04:33:17+0000 lvl=info msg="Executing migration" logger=migrator id="Add index to user_id column in user_auth" 2024-03-30T04:33:17.453 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:17 smithi117 bash[18692]: cluster 2024-03-30T04:33:15.747063+0000 mgr.y (mgr.24304) 77 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:17.454 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:17 smithi117 bash[38400]: t=2024-03-30T04:33:17+0000 lvl=info msg="Executing migration" logger=migrator id="create server_lock table" 2024-03-30T04:33:17.454 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:17 smithi117 bash[38400]: t=2024-03-30T04:33:17+0000 lvl=info msg="Executing migration" logger=migrator id="add index server_lock.operation_uid" 2024-03-30T04:33:17.454 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:17 smithi117 bash[38400]: t=2024-03-30T04:33:17+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth token table" 2024-03-30T04:33:17.454 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:17 smithi117 bash[38400]: t=2024-03-30T04:33:17+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.auth_token" 2024-03-30T04:33:17.454 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:17 smithi117 bash[38400]: t=2024-03-30T04:33:17+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.prev_auth_token" 2024-03-30T04:33:17.454 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:17 smithi117 bash[38400]: t=2024-03-30T04:33:17+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_auth_token.user_id" 2024-03-30T04:33:17.454 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:17 smithi117 bash[38400]: t=2024-03-30T04:33:17+0000 lvl=info msg="Executing migration" logger=migrator id="Add revoked_at to the user auth token" 2024-03-30T04:33:17.454 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:17 smithi117 bash[38400]: t=2024-03-30T04:33:17+0000 lvl=info msg="Executing migration" logger=migrator id="create cache_data table" 2024-03-30T04:33:17.454 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:17 smithi117 bash[38400]: t=2024-03-30T04:33:17+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index cache_data.cache_key" 2024-03-30T04:33:17.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:17 smithi111 bash[18552]: cluster 2024-03-30T04:33:15.747063+0000 mgr.y (mgr.24304) 77 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:17.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:17 smithi111 bash[24005]: cluster 2024-03-30T04:33:15.747063+0000 mgr.y (mgr.24304) 77 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:17.671 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738440 got 34359738445 for osd.0 2024-03-30T04:33:17.672 DEBUG:teuthology.parallel:result is None 2024-03-30T04:33:17.672 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986219 got 133143986223 for osd.4 2024-03-30T04:33:17.672 DEBUG:teuthology.parallel:result is None 2024-03-30T04:33:17.693 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724579 got 167503724583 for osd.5 2024-03-30T04:33:17.693 DEBUG:teuthology.parallel:result is None 2024-03-30T04:33:17.693 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-03-30T04:33:17.694 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph pg dump --format=json 2024-03-30T04:33:17.740 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:17 smithi117 bash[38400]: t=2024-03-30T04:33:17+0000 lvl=info msg="Executing migration" logger=migrator id="create short_url table v1" 2024-03-30T04:33:17.740 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:17 smithi117 bash[38400]: t=2024-03-30T04:33:17+0000 lvl=info msg="Executing migration" logger=migrator id="add index short_url.org_id-uid" 2024-03-30T04:33:17.740 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:17 smithi117 bash[38400]: t=2024-03-30T04:33:17+0000 lvl=info msg="Executing migration" logger=migrator id="delete alert_definition table" 2024-03-30T04:33:17.740 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:17 smithi117 bash[38400]: t=2024-03-30T04:33:17+0000 lvl=info msg="Executing migration" logger=migrator id="recreate alert_definition table" 2024-03-30T04:33:17.740 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:17 smithi117 bash[38400]: t=2024-03-30T04:33:17+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition on org_id and title columns" 2024-03-30T04:33:17.740 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:17 smithi117 bash[38400]: t=2024-03-30T04:33:17+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition on org_id and uid columns" 2024-03-30T04:33:17.740 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:17 smithi117 bash[38400]: t=2024-03-30T04:33:17+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_definition table data column to mediumtext in mysql" 2024-03-30T04:33:17.740 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:17 smithi117 bash[38400]: t=2024-03-30T04:33:17+0000 lvl=info msg="Executing migration" logger=migrator id="drop index in alert_definition on org_id and title columns" 2024-03-30T04:33:17.941 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:33:17 smithi111 systemd[1]: Stopping Ceph alertmanager.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:33:17.942 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:33:17 smithi111 bash[47138]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-alertmanager.a 2024-03-30T04:33:17.942 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:33:17 smithi111 bash[42523]: level=info ts=2024-03-30T04:33:17.900Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2024-03-30T04:33:17.992 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:17 smithi117 bash[38400]: t=2024-03-30T04:33:17+0000 lvl=info msg="Executing migration" logger=migrator id="drop index in alert_definition on org_id and uid columns" 2024-03-30T04:33:17.992 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:17 smithi117 bash[38400]: t=2024-03-30T04:33:17+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index in alert_definition on org_id and title columns" 2024-03-30T04:33:17.992 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:17 smithi117 bash[38400]: t=2024-03-30T04:33:17+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index in alert_definition on org_id and uid columns" 2024-03-30T04:33:17.992 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:17 smithi117 bash[38400]: t=2024-03-30T04:33:17+0000 lvl=info msg="Executing migration" logger=migrator id="Add column paused in alert_definition" 2024-03-30T04:33:17.992 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:17 smithi117 bash[38400]: t=2024-03-30T04:33:17+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_definition table" 2024-03-30T04:33:17.992 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:17 smithi117 bash[38400]: t=2024-03-30T04:33:17+0000 lvl=info msg="Executing migration" logger=migrator id="delete alert_definition_version table" 2024-03-30T04:33:18.304 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:18 smithi117 bash[38400]: t=2024-03-30T04:33:18+0000 lvl=info msg="Executing migration" logger=migrator id="recreate alert_definition_version table" 2024-03-30T04:33:18.304 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:18 smithi117 bash[38400]: t=2024-03-30T04:33:18+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition_version table on alert_definition_id and version columns" 2024-03-30T04:33:18.304 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:18 smithi117 bash[38400]: t=2024-03-30T04:33:18+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition_version table on alert_definition_uid and version columns" 2024-03-30T04:33:18.304 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:18 smithi117 bash[38400]: t=2024-03-30T04:33:18+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_definition_version table data column to mediumtext in mysql" 2024-03-30T04:33:18.304 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:18 smithi117 bash[38400]: t=2024-03-30T04:33:18+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_definition_version table" 2024-03-30T04:33:18.304 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:18 smithi117 bash[38400]: t=2024-03-30T04:33:18+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_instance table" 2024-03-30T04:33:18.304 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:18 smithi117 bash[38400]: t=2024-03-30T04:33:18+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_instance table on def_org_id, def_uid and current_state columns" 2024-03-30T04:33:18.304 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:18 smithi117 bash[38400]: t=2024-03-30T04:33:18+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_instance table on def_org_id, current_state columns" 2024-03-30T04:33:18.586 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:18 smithi117 bash[38400]: t=2024-03-30T04:33:18+0000 lvl=info msg="Executing migration" logger=migrator id="add column current_state_end to alert_instance" 2024-03-30T04:33:18.586 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:18 smithi117 bash[38400]: t=2024-03-30T04:33:18+0000 lvl=info msg="Executing migration" logger=migrator id="remove index def_org_id, def_uid, current_state on alert_instance" 2024-03-30T04:33:18.586 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:18 smithi117 bash[38400]: t=2024-03-30T04:33:18+0000 lvl=info msg="Executing migration" logger=migrator id="remove index def_org_id, current_state on alert_instance" 2024-03-30T04:33:18.754 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:33:18 smithi111 bash[47148]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-alertmanager-a 2024-03-30T04:33:18.754 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:33:18 smithi111 bash[47200]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-alertmanager.a 2024-03-30T04:33:18.754 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:33:18 smithi111 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@alertmanager.a.service: Deactivated successfully. 2024-03-30T04:33:18.754 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:33:18 smithi111 systemd[1]: Stopped Ceph alertmanager.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:33:18.754 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:33:18 smithi111 systemd[1]: Started Ceph alertmanager.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:33:18.893 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:18 smithi117 bash[38400]: t=2024-03-30T04:33:18+0000 lvl=info msg="Executing migration" logger=migrator id="rename def_org_id to rule_org_id in alert_instance" 2024-03-30T04:33:18.893 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:18 smithi117 bash[38400]: t=2024-03-30T04:33:18+0000 lvl=info msg="Executing migration" logger=migrator id="rename def_uid to rule_uid in alert_instance" 2024-03-30T04:33:19.333 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:19 smithi117 bash[38400]: t=2024-03-30T04:33:19+0000 lvl=info msg="Executing migration" logger=migrator id="add index rule_org_id, rule_uid, current_state on alert_instance" 2024-03-30T04:33:19.333 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:19 smithi117 bash[38400]: t=2024-03-30T04:33:19+0000 lvl=info msg="Executing migration" logger=migrator id="add index rule_org_id, current_state on alert_instance" 2024-03-30T04:33:19.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:19 smithi111 bash[18552]: cluster 2024-03-30T04:33:17.747510+0000 mgr.y (mgr.24304) 78 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:19.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:19 smithi111 bash[18552]: audit 2024-03-30T04:33:18.773284+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:19.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:19 smithi111 bash[24005]: cluster 2024-03-30T04:33:17.747510+0000 mgr.y (mgr.24304) 78 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:19.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:19 smithi111 bash[24005]: audit 2024-03-30T04:33:18.773284+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:19.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:19 smithi117 bash[18692]: cluster 2024-03-30T04:33:17.747510+0000 mgr.y (mgr.24304) 78 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:19.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:19 smithi117 bash[18692]: audit 2024-03-30T04:33:18.773284+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:19.638 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:19 smithi117 bash[38400]: t=2024-03-30T04:33:19+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_rule table" 2024-03-30T04:33:19.638 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:19 smithi117 bash[38400]: t=2024-03-30T04:33:19+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id and title columns" 2024-03-30T04:33:19.638 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:19 smithi117 bash[38400]: t=2024-03-30T04:33:19+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id and uid columns" 2024-03-30T04:33:19.638 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:19 smithi117 bash[38400]: t=2024-03-30T04:33:19+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, namespace_uid, group_uid columns" 2024-03-30T04:33:20.137 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:19 smithi117 bash[38400]: t=2024-03-30T04:33:19+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_rule table data column to mediumtext in mysql" 2024-03-30T04:33:20.137 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:19 smithi117 bash[38400]: t=2024-03-30T04:33:19+0000 lvl=info msg="Executing migration" logger=migrator id="add column for to alert_rule" 2024-03-30T04:33:20.462 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:33:20.557 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:20 smithi117 bash[18692]: cephadm 2024-03-30T04:33:18.778622+0000 mgr.y (mgr.24304) 79 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-30T04:33:20.557 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:20 smithi117 bash[18692]: cephadm 2024-03-30T04:33:18.782676+0000 mgr.y (mgr.24304) 80 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi117 2024-03-30T04:33:20.557 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:20 smithi117 bash[38400]: t=2024-03-30T04:33:20+0000 lvl=info msg="Executing migration" logger=migrator id="add column annotations to alert_rule" 2024-03-30T04:33:20.557 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:20 smithi117 bash[38400]: t=2024-03-30T04:33:20+0000 lvl=info msg="Executing migration" logger=migrator id="add column labels to alert_rule" 2024-03-30T04:33:20.558 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:20 smithi117 bash[38400]: t=2024-03-30T04:33:20+0000 lvl=info msg="Executing migration" logger=migrator id="remove unique index from alert_rule on org_id, title columns" 2024-03-30T04:33:20.558 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:20 smithi117 bash[38400]: t=2024-03-30T04:33:20+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, namespase_uid and title columns" 2024-03-30T04:33:20.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:20 smithi111 bash[18552]: cephadm 2024-03-30T04:33:18.778622+0000 mgr.y (mgr.24304) 79 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-30T04:33:20.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:20 smithi111 bash[18552]: cephadm 2024-03-30T04:33:18.782676+0000 mgr.y (mgr.24304) 80 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi117 2024-03-30T04:33:20.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:20 smithi111 bash[24005]: cephadm 2024-03-30T04:33:18.778622+0000 mgr.y (mgr.24304) 79 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-30T04:33:20.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:20 smithi111 bash[24005]: cephadm 2024-03-30T04:33:18.782676+0000 mgr.y (mgr.24304) 80 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi117 2024-03-30T04:33:20.618 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:33:20 smithi111 bash[47239]: level=info ts=2024-03-30T04:33:20.428Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2024-03-30T04:33:20.619 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:33:20 smithi111 bash[47239]: level=info ts=2024-03-30T04:33:20.428Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2024-03-30T04:33:20.619 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:33:20 smithi111 bash[47239]: level=info ts=2024-03-30T04:33:20.431Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.111 port=9094 2024-03-30T04:33:20.619 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:33:20 smithi111 bash[47239]: level=info ts=2024-03-30T04:33:20.431Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-03-30T04:33:20.619 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:33:20 smithi111 bash[47239]: level=info ts=2024-03-30T04:33:20.465Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-30T04:33:20.619 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:33:20 smithi111 bash[47239]: level=info ts=2024-03-30T04:33:20.465Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-30T04:33:20.619 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:33:20 smithi111 bash[47239]: level=info ts=2024-03-30T04:33:20.468Z caller=main.go:518 msg=Listening address=:9093 2024-03-30T04:33:20.619 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:33:20 smithi111 bash[47239]: level=info ts=2024-03-30T04:33:20.468Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2024-03-30T04:33:20.817 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:20 smithi117 bash[38400]: t=2024-03-30T04:33:20+0000 lvl=info msg="Executing migration" logger=migrator id="add dashboard_uid column to alert_rule" 2024-03-30T04:33:20.817 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:20 smithi117 bash[38400]: t=2024-03-30T04:33:20+0000 lvl=info msg="Executing migration" logger=migrator id="add panel_id column to alert_rule" 2024-03-30T04:33:20.817 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:20 smithi117 bash[38400]: t=2024-03-30T04:33:20+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, dashboard_uid and panel_id columns" 2024-03-30T04:33:21.128 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:20 smithi117 bash[38400]: t=2024-03-30T04:33:20+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_rule_version table" 2024-03-30T04:33:21.128 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:20 smithi117 bash[38400]: t=2024-03-30T04:33:20+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule_version table on rule_org_id, rule_uid and version columns" 2024-03-30T04:33:21.128 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:20 smithi117 bash[38400]: t=2024-03-30T04:33:20+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule_version table on rule_org_id, rule_namespace_uid and rule_group columns" 2024-03-30T04:33:21.128 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:21 smithi117 bash[38400]: t=2024-03-30T04:33:21+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_rule_version table data column to mediumtext in mysql" 2024-03-30T04:33:21.128 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:21 smithi117 bash[38400]: t=2024-03-30T04:33:21+0000 lvl=info msg="Executing migration" logger=migrator id="add column for to alert_rule_version" 2024-03-30T04:33:21.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:21 smithi117 bash[18692]: cluster 2024-03-30T04:33:19.748136+0000 mgr.y (mgr.24304) 81 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:21.388 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:21 smithi117 bash[38400]: t=2024-03-30T04:33:21+0000 lvl=info msg="Executing migration" logger=migrator id="add column annotations to alert_rule_version" 2024-03-30T04:33:21.388 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:21 smithi117 bash[38400]: t=2024-03-30T04:33:21+0000 lvl=info msg="Executing migration" logger=migrator id="add column labels to alert_rule_version" 2024-03-30T04:33:21.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:21 smithi111 bash[18552]: cluster 2024-03-30T04:33:19.748136+0000 mgr.y (mgr.24304) 81 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:21.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:21 smithi111 bash[24005]: cluster 2024-03-30T04:33:19.748136+0000 mgr.y (mgr.24304) 81 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:21.993 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:21 smithi117 bash[38400]: t=2024-03-30T04:33:21+0000 lvl=info msg="Executing migration" logger=migrator id=create_alert_configuration_table 2024-03-30T04:33:21.993 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:21 smithi117 bash[38400]: t=2024-03-30T04:33:21+0000 lvl=info msg="Executing migration" logger=migrator id="Add column default in alert_configuration" 2024-03-30T04:33:21.993 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:21 smithi117 bash[38400]: t=2024-03-30T04:33:21+0000 lvl=info msg="Executing migration" logger=migrator id="alert alert_configuration alertmanager_configuration column from TEXT to MEDIUMTEXT if mysql" 2024-03-30T04:33:22.387 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:21 smithi117 bash[38400]: t=2024-03-30T04:33:21+0000 lvl=info msg="Executing migration" logger=migrator id="add column org_id in alert_configuration" 2024-03-30T04:33:22.387 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:22 smithi117 bash[38400]: t=2024-03-30T04:33:22+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_configuration table on org_id column" 2024-03-30T04:33:22.618 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:33:22 smithi111 bash[47239]: level=info ts=2024-03-30T04:33:22.433Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000994946s 2024-03-30T04:33:22.748 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:22 smithi117 bash[38400]: t=2024-03-30T04:33:22+0000 lvl=info msg="Executing migration" logger=migrator id=create_ngalert_configuration_table 2024-03-30T04:33:23.040 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:22 smithi117 bash[38400]: t=2024-03-30T04:33:22+0000 lvl=info msg="Executing migration" logger=migrator id="add index in ngalert_configuration on org_id column" 2024-03-30T04:33:23.040 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:22 smithi117 bash[38400]: t=2024-03-30T04:33:22+0000 lvl=info msg="Executing migration" logger=migrator id="clear migration entry \"remove unified alerting data\"" 2024-03-30T04:33:23.040 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:22 smithi117 bash[38400]: t=2024-03-30T04:33:22+0000 lvl=info msg="Executing migration" logger=migrator id="move dashboard alerts to unified alerting" 2024-03-30T04:33:23.040 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:23 smithi117 bash[38400]: t=2024-03-30T04:33:23+0000 lvl=info msg="Executing migration" logger=migrator id="create library_element table v1" 2024-03-30T04:33:23.335 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:23 smithi117 bash[38400]: t=2024-03-30T04:33:23+0000 lvl=info msg="Executing migration" logger=migrator id="add index library_element org_id-folder_id-name-kind" 2024-03-30T04:33:23.335 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:23 smithi117 bash[38400]: t=2024-03-30T04:33:23+0000 lvl=info msg="Executing migration" logger=migrator id="create library_element_connection table v1" 2024-03-30T04:33:23.335 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:23 smithi117 bash[38400]: t=2024-03-30T04:33:23+0000 lvl=info msg="Executing migration" logger=migrator id="add index library_element_connection element_id-kind-connection_id" 2024-03-30T04:33:23.587 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:23 smithi117 bash[18692]: cluster 2024-03-30T04:33:21.748773+0000 mgr.y (mgr.24304) 82 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:23.587 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:23 smithi117 bash[38400]: t=2024-03-30T04:33:23+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index library_element org_id_uid" 2024-03-30T04:33:23.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:23 smithi111 bash[18552]: cluster 2024-03-30T04:33:21.748773+0000 mgr.y (mgr.24304) 82 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:23.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:23 smithi111 bash[24005]: cluster 2024-03-30T04:33:21.748773+0000 mgr.y (mgr.24304) 82 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:23.739 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-03-30T04:33:23.741 INFO:teuthology.orchestra.run.smithi111.stderr:dumped all 2024-03-30T04:33:23.887 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:23 smithi117 bash[38400]: t=2024-03-30T04:33:23+0000 lvl=info msg="Executing migration" logger=migrator id="clone move dashboard alerts to unified alerting" 2024-03-30T04:33:24.350 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:23 smithi117 bash[38400]: t=2024-03-30T04:33:23+0000 lvl=info msg="Executing migration" logger=migrator id="create data_keys table" 2024-03-30T04:33:24.350 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:24 smithi117 bash[38400]: t=2024-03-30T04:33:24+0000 lvl=info msg="Executing migration" logger=migrator id="create kv_store table v1" 2024-03-30T04:33:24.537 INFO:teuthology.orchestra.run.smithi111.stdout:{"pg_ready":true,"pg_map":{"version":55,"stamp":"2024-03-30T04:33:21.748457+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":48980,"kb_used_data":6164,"kb_used_omap":0,"kb_used_meta":42752,"kb_avail":749912236,"statfs":{"total":767960285184,"available":767910129664,"internally_reserved":0,"allocated":6311936,"data_stored":3511799,"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.003530"},"pg_stats":[{"pgid":"1.0","version":"60'128","reported_seq":266,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-30T04:31:37.853799+0000","last_change":"2024-03-30T04:31:14.341841+0000","last_active":"2024-03-30T04:31:37.853799+0000","last_peered":"2024-03-30T04:31:37.853799+0000","last_clean":"2024-03-30T04:31:37.853799+0000","last_became_active":"2024-03-30T04:31:14.340824+0000","last_became_peered":"2024-03-30T04:31:14.340824+0000","last_unstale":"2024-03-30T04:31:37.853799+0000","last_undegraded":"2024-03-30T04:31:37.853799+0000","last_fullsized":"2024-03-30T04:31:37.853799+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-30T04:28:09.943865+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-30T04:28:09.943865+0000","last_clean_scrub_stamp":"2024-03-30T04:28:09.943865+0000","objects_scrubbed":0,"log_size":128,"ondisk_log_size":128,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-03-31T12:48:06.937038+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":55,"seq":236223201307,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6096,"kb_used_data":1096,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739056,"statfs":{"total":95995035648,"available":95988793344,"internally_reserved":0,"allocated":1122304,"data_stored":769588,"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 Mar 30 04:33:15 2024","interfaces":[{"interface":"back","average":{"1min":0.81100000000000005,"5min":0.86499999999999999,"15min":0.874},"min":{"1min":0.54500000000000004,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":1.032,"5min":1.29,"15min":1.29},"last":0.97199999999999998},{"interface":"front","average":{"1min":0.93999999999999995,"5min":0.88900000000000001,"15min":0.88100000000000001},"min":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":1.2889999999999999,"5min":1.304,"15min":1.304},"last":1.1339999999999999}]},{"osd":1,"last update":"Sat Mar 30 04:33:15 2024","interfaces":[{"interface":"back","average":{"1min":0.95699999999999996,"5min":0.873,"15min":0.85899999999999999},"min":{"1min":0.60299999999999998,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.369,"5min":1.369,"15min":1.369},"last":0.86399999999999999},{"interface":"front","average":{"1min":0.91100000000000003,"5min":0.879,"15min":0.874},"min":{"1min":0.61499999999999999,"5min":0.53800000000000003,"15min":0.53800000000000003},"max":{"1min":1.2190000000000001,"5min":1.224,"15min":1.224},"last":1}]},{"osd":2,"last update":"Sat Mar 30 04:33:15 2024","interfaces":[{"interface":"back","average":{"1min":0.93100000000000005,"5min":0.94299999999999995,"15min":0.94499999999999995},"min":{"1min":0.71099999999999997,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.2050000000000001,"5min":1.4319999999999999,"15min":1.4319999999999999},"last":1.1120000000000001},{"interface":"front","average":{"1min":1.1220000000000001,"5min":1.022,"15min":1.0049999999999999},"min":{"1min":0.81200000000000006,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.5009999999999999,"5min":1.5009999999999999,"15min":1.5009999999999999},"last":1.0669999999999999}]},{"osd":3,"last update":"Sat Mar 30 04:33:15 2024","interfaces":[{"interface":"back","average":{"1min":0.998,"5min":0.92100000000000004,"15min":0.90800000000000003},"min":{"1min":0.74399999999999999,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.262,"5min":1.4099999999999999,"15min":1.4099999999999999},"last":1.0309999999999999},{"interface":"front","average":{"1min":1.0660000000000001,"5min":0.94399999999999995,"15min":0.92400000000000004},"min":{"1min":0.84099999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.4390000000000001,"5min":1.4390000000000001,"15min":1.4390000000000001},"last":0.94899999999999995}]},{"osd":4,"last update":"Sat Mar 30 04:33:15 2024","interfaces":[{"interface":"back","average":{"1min":1.0229999999999999,"5min":0.90300000000000002,"15min":0.88300000000000001},"min":{"1min":0.78900000000000003,"5min":0.433,"15min":0.433},"max":{"1min":1.2869999999999999,"5min":1.2869999999999999,"15min":1.2869999999999999},"last":1.095},{"interface":"front","average":{"1min":1.071,"5min":0.995,"15min":0.98299999999999998},"min":{"1min":0.77000000000000002,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":1.25,"5min":1.623,"15min":1.623},"last":1.1850000000000001}]},{"osd":5,"last update":"Sat Mar 30 04:33:15 2024","interfaces":[{"interface":"back","average":{"1min":1.119,"5min":0.97099999999999997,"15min":0.94699999999999995},"min":{"1min":0.746,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":1.5589999999999999,"5min":1.5589999999999999,"15min":1.5589999999999999},"last":0.755},{"interface":"front","average":{"1min":1.1160000000000001,"5min":0.97999999999999998,"15min":0.95799999999999996},"min":{"1min":0.76300000000000001,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":1.3540000000000001,"5min":1.3540000000000001,"15min":1.3540000000000001},"last":0.80300000000000005}]},{"osd":6,"last update":"Sat Mar 30 04:33:15 2024","interfaces":[{"interface":"back","average":{"1min":1.2150000000000001,"5min":1.018,"15min":0.98499999999999999},"min":{"1min":0.93000000000000005,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":1.411,"5min":1.5009999999999999,"15min":1.5009999999999999},"last":1.1619999999999999},{"interface":"front","average":{"1min":1.2070000000000001,"5min":1.0509999999999999,"15min":1.0249999999999999},"min":{"1min":0.88900000000000001,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":1.4319999999999999,"5min":1.8049999999999999,"15min":1.8049999999999999},"last":0.88900000000000001}]}]},{"osd":6,"up_from":47,"seq":201863462947,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6160,"kb_used_data":1096,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93738992,"statfs":{"total":95995035648,"available":95988727808,"internally_reserved":0,"allocated":1122304,"data_stored":769588,"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 Mar 30 04:32:37 2024","interfaces":[{"interface":"back","average":{"1min":0.81999999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"min":{"1min":0.54600000000000004,"5min":0.436,"15min":0.436},"max":{"1min":1.2090000000000001,"5min":1.2090000000000001,"15min":1.2090000000000001},"last":0.88100000000000001},{"interface":"front","average":{"1min":0.80300000000000005,"5min":0.84599999999999997,"15min":0.85299999999999998},"min":{"1min":0.48299999999999998,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":1.2190000000000001,"5min":1.3160000000000001,"15min":1.3160000000000001},"last":0.77700000000000002}]},{"osd":1,"last update":"Sat Mar 30 04:32:37 2024","interfaces":[{"interface":"back","average":{"1min":0.77400000000000002,"5min":0.81100000000000005,"15min":0.81699999999999995},"min":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"max":{"1min":1.175,"5min":1.2250000000000001,"15min":1.2250000000000001},"last":0.749},{"interface":"front","average":{"1min":0.83599999999999997,"5min":0.78400000000000003,"15min":0.77600000000000002},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":1.151,"5min":1.151,"15min":1.151},"last":0.73199999999999998}]},{"osd":2,"last update":"Sat Mar 30 04:32:37 2024","interfaces":[{"interface":"back","average":{"1min":0.84899999999999998,"5min":0.82499999999999996,"15min":0.82099999999999995},"min":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":1.1599999999999999,"5min":1.329,"15min":1.329},"last":0.65200000000000002},{"interface":"front","average":{"1min":0.90900000000000003,"5min":0.83899999999999997,"15min":0.82699999999999996},"min":{"1min":0.57799999999999996,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":1.2230000000000001,"5min":1.2230000000000001,"15min":1.2230000000000001},"last":0.85699999999999998}]},{"osd":3,"last update":"Sat Mar 30 04:32:37 2024","interfaces":[{"interface":"back","average":{"1min":0.78900000000000003,"5min":0.82199999999999995,"15min":0.82799999999999996},"min":{"1min":0.503,"5min":0.496,"15min":0.496},"max":{"1min":1.101,"5min":1.28,"15min":1.28},"last":0.68700000000000006},{"interface":"front","average":{"1min":0.96699999999999997,"5min":0.89800000000000002,"15min":0.88600000000000001},"min":{"1min":0.63300000000000001,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":1.244,"5min":1.244,"15min":1.244},"last":0.80200000000000005}]},{"osd":4,"last update":"Sat Mar 30 04:32:37 2024","interfaces":[{"interface":"back","average":{"1min":0.83299999999999996,"5min":0.77400000000000002,"15min":0.76400000000000001},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":1.2789999999999999,"5min":1.2789999999999999,"15min":1.2789999999999999},"last":1.1080000000000001},{"interface":"front","average":{"1min":0.81000000000000005,"5min":0.76200000000000001,"15min":0.754},"min":{"1min":0.38600000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":1.2150000000000001,"5min":1.2150000000000001,"15min":1.2150000000000001},"last":0.90900000000000003}]},{"osd":5,"last update":"Sat Mar 30 04:32:37 2024","interfaces":[{"interface":"back","average":{"1min":0.86799999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"min":{"1min":0.41199999999999998,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":1.288,"5min":1.3979999999999999,"15min":1.3979999999999999},"last":0.93899999999999995},{"interface":"front","average":{"1min":0.89400000000000002,"5min":0.81799999999999995,"15min":0.80500000000000005},"min":{"1min":0.45600000000000002,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":1.1799999999999999,"5min":1.1799999999999999,"15min":1.1799999999999999},"last":0.97599999999999998}]},{"osd":7,"last update":"Sat Mar 30 04:33:12 2024","interfaces":[{"interface":"back","average":{"1min":1.0469999999999999,"5min":0.92700000000000005,"15min":0.90700000000000003},"min":{"1min":0.59399999999999997,"5min":0.439,"15min":0.439},"max":{"1min":1.284,"5min":1.284,"15min":1.284},"last":1.0009999999999999},{"interface":"front","average":{"1min":1.161,"5min":0.98699999999999999,"15min":0.95799999999999996},"min":{"1min":0.68300000000000005,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":1.355,"5min":1.379,"15min":1.379},"last":1.0509999999999999}]}]},{"osd":1,"up_from":13,"seq":55834574919,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6340,"kb_used_data":572,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738812,"statfs":{"total":95995035648,"available":95988543488,"internally_reserved":0,"allocated":585728,"data_stored":240395,"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 Mar 30 04:32:33 2024","interfaces":[{"interface":"back","average":{"1min":0.66700000000000004,"5min":0.65900000000000003,"15min":0.58299999999999996},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.93899999999999995,"5min":0.95299999999999996,"15min":0.95299999999999996},"last":0.371},{"interface":"front","average":{"1min":0.78500000000000003,"5min":0.76900000000000002,"15min":0.67500000000000004},"min":{"1min":0.38200000000000001,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":1.085,"5min":1.131,"15min":1.131},"last":0.39700000000000002}]},{"osd":2,"last update":"Sat Mar 30 04:33:14 2024","interfaces":[{"interface":"back","average":{"1min":0.64400000000000002,"5min":0.64000000000000001,"15min":0.627},"min":{"1min":0.34899999999999998,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.90000000000000002,"5min":0.96199999999999997,"15min":0.96199999999999997},"last":0.377},{"interface":"front","average":{"1min":0.76200000000000001,"5min":0.74399999999999999,"15min":0.70799999999999996},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":1.093,"5min":1.431,"15min":1.431},"last":0.34399999999999997}]},{"osd":3,"last update":"Sat Mar 30 04:32:52 2024","interfaces":[{"interface":"back","average":{"1min":0.746,"5min":0.78500000000000003,"15min":0.78300000000000003},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":1.0740000000000001,"5min":1.621,"15min":1.621},"last":0.41999999999999998},{"interface":"front","average":{"1min":0.73199999999999998,"5min":0.746,"15min":0.747},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":1.131,"5min":1.131,"15min":1.131},"last":0.33000000000000002}]},{"osd":4,"last update":"Sat Mar 30 04:32:29 2024","interfaces":[{"interface":"back","average":{"1min":0.84499999999999997,"5min":0.94899999999999995,"15min":0.97999999999999998},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":1.103,"5min":3.1909999999999998,"15min":3.1909999999999998},"last":0.624},{"interface":"front","average":{"1min":0.81399999999999995,"5min":0.95799999999999996,"15min":0.998},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":1.131,"5min":3.7829999999999999,"15min":3.7829999999999999},"last":0.85399999999999998}]},{"osd":5,"last update":"Sat Mar 30 04:33:08 2024","interfaces":[{"interface":"back","average":{"1min":0.92900000000000005,"5min":0.92600000000000005,"15min":0.94199999999999995},"min":{"1min":0.67400000000000004,"5min":0.52400000000000002,"15min":0.52400000000000002},"max":{"1min":1.4610000000000001,"5min":1.4610000000000001,"15min":1.4610000000000001},"last":0.79700000000000004},{"interface":"front","average":{"1min":0.996,"5min":1.0069999999999999,"15min":1.02},"min":{"1min":0.64800000000000002,"5min":0.55700000000000005,"15min":0.55700000000000005},"max":{"1min":1.2929999999999999,"5min":1.2929999999999999,"15min":1.2929999999999999},"last":0.80600000000000005}]},{"osd":6,"last update":"Sat Mar 30 04:32:43 2024","interfaces":[{"interface":"back","average":{"1min":1.028,"5min":1.0089999999999999,"15min":1.006},"min":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":1.423,"5min":1.423,"15min":1.423},"last":0.72599999999999998},{"interface":"front","average":{"1min":1.014,"5min":0.98099999999999998,"15min":0.97499999999999998},"min":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.3220000000000001,"5min":1.3220000000000001,"15min":1.3220000000000001},"last":0.71699999999999997}]},{"osd":7,"last update":"Sat Mar 30 04:33:11 2024","interfaces":[{"interface":"back","average":{"1min":1.077,"5min":0.96199999999999997,"15min":0.94299999999999995},"min":{"1min":0.69799999999999995,"5min":0.44,"15min":0.44},"max":{"1min":1.621,"5min":1.621,"15min":1.621},"last":0.78200000000000003},{"interface":"front","average":{"1min":1.0860000000000001,"5min":0.94799999999999995,"15min":0.92500000000000004},"min":{"1min":0.63900000000000001,"5min":0.48699999999999999,"15min":0.48699999999999999},"max":{"1min":1.3640000000000001,"5min":1.3640000000000001,"15min":1.3640000000000001},"last":0.57799999999999996}]}]},{"osd":0,"up_from":8,"seq":34359738446,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6928,"kb_used_data":1096,"kb_used_omap":0,"kb_used_meta":5824,"kb_avail":93738224,"statfs":{"total":95995035648,"available":95987941376,"internally_reserved":0,"allocated":1122304,"data_stored":769588,"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 Mar 30 04:32:38 2024","interfaces":[{"interface":"back","average":{"1min":0.69799999999999995,"5min":0.64500000000000002,"15min":0.51000000000000001},"min":{"1min":0.36899999999999999,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":1.0700000000000001,"5min":1.0700000000000001,"15min":1.0700000000000001},"last":0.48199999999999998},{"interface":"front","average":{"1min":0.754,"5min":0.68400000000000005,"15min":0.56200000000000006},"min":{"1min":0.38700000000000001,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":1.145,"5min":1.145,"15min":1.145},"last":0.40999999999999998}]},{"osd":2,"last update":"Sat Mar 30 04:33:13 2024","interfaces":[{"interface":"back","average":{"1min":0.72399999999999998,"5min":0.70999999999999996,"15min":0.64200000000000002},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":1.1850000000000001,"5min":1.1850000000000001,"15min":1.1850000000000001},"last":0.38400000000000001},{"interface":"front","average":{"1min":0.74199999999999999,"5min":0.753,"15min":0.66100000000000003},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":1.196,"5min":1.347,"15min":1.347},"last":0.46000000000000002}]},{"osd":3,"last update":"Sat Mar 30 04:32:53 2024","interfaces":[{"interface":"back","average":{"1min":0.86099999999999999,"5min":0.81000000000000005,"15min":0.77100000000000002},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":1.25,"5min":1.25,"15min":1.25},"last":0.44900000000000001},{"interface":"front","average":{"1min":0.82499999999999996,"5min":0.81100000000000005,"15min":0.78600000000000003},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":1.2370000000000001,"5min":1.28,"15min":1.28},"last":0.503}]},{"osd":4,"last update":"Sat Mar 30 04:32:30 2024","interfaces":[{"interface":"back","average":{"1min":0.84799999999999998,"5min":0.83199999999999996,"15min":0.81999999999999995},"min":{"1min":0.52100000000000002,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":1.0900000000000001,"5min":1.0900000000000001,"15min":1.0900000000000001},"last":0.68500000000000005},{"interface":"front","average":{"1min":0.97199999999999998,"5min":0.95699999999999996,"15min":0.93500000000000005},"min":{"1min":0.77400000000000002,"5min":0.67000000000000004,"15min":0.67000000000000004},"max":{"1min":1.5960000000000001,"5min":1.5960000000000001,"15min":1.5960000000000001},"last":0.93100000000000005}]},{"osd":5,"last update":"Sat Mar 30 04:33:07 2024","interfaces":[{"interface":"back","average":{"1min":0.95099999999999996,"5min":0.96299999999999997,"15min":0.95699999999999996},"min":{"1min":0.58599999999999997,"5min":0.57699999999999996,"15min":0.57699999999999996},"max":{"1min":1.7669999999999999,"5min":1.7669999999999999,"15min":1.7669999999999999},"last":0.65900000000000003},{"interface":"front","average":{"1min":1.071,"5min":1.03,"15min":1.004},"min":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.7490000000000001,"5min":1.7490000000000001,"15min":1.7490000000000001},"last":0.84199999999999997}]},{"osd":6,"last update":"Sat Mar 30 04:32:38 2024","interfaces":[{"interface":"back","average":{"1min":1.1000000000000001,"5min":1.1359999999999999,"15min":1.1419999999999999},"min":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"max":{"1min":1.5900000000000001,"5min":1.9299999999999999,"15min":1.9299999999999999},"last":0.85799999999999998},{"interface":"front","average":{"1min":1.0249999999999999,"5min":1.0349999999999999,"15min":1.0369999999999999},"min":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"max":{"1min":1.2789999999999999,"5min":1.2789999999999999,"15min":1.2789999999999999},"last":0.89100000000000001}]},{"osd":7,"last update":"Sat Mar 30 04:33:12 2024","interfaces":[{"interface":"back","average":{"1min":0.97599999999999998,"5min":0.98799999999999999,"15min":0.98999999999999999},"min":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"max":{"1min":1.1879999999999999,"5min":1.3540000000000001,"15min":1.3540000000000001},"last":0.58799999999999997},{"interface":"front","average":{"1min":1.1259999999999999,"5min":1.1379999999999999,"15min":1.1399999999999999},"min":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.6950000000000001,"5min":1.6950000000000001,"15min":1.6950000000000001},"last":0.79300000000000004}]}]},{"osd":2,"up_from":18,"seq":77309411392,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6280,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738872,"statfs":{"total":95995035648,"available":95988604928,"internally_reserved":0,"allocated":589824,"data_stored":240660,"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 Mar 30 04:32:20 2024","interfaces":[{"interface":"back","average":{"1min":0.71499999999999997,"5min":0.64600000000000002,"15min":0.60399999999999998},"min":{"1min":0.31,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":1.1719999999999999,"5min":1.1719999999999999,"15min":1.1719999999999999},"last":0.45800000000000002},{"interface":"front","average":{"1min":0.71899999999999997,"5min":0.69399999999999995,"15min":0.63200000000000001},"min":{"1min":0.53500000000000003,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.96699999999999997,"5min":1.256,"15min":1.256},"last":0.621}]},{"osd":1,"last update":"Sat Mar 30 04:32:20 2024","interfaces":[{"interface":"back","average":{"1min":0.70099999999999996,"5min":0.67800000000000005,"15min":0.621},"min":{"1min":0.41399999999999998,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.98999999999999999,"5min":1.4179999999999999,"15min":1.4179999999999999},"last":0.57199999999999995},{"interface":"front","average":{"1min":0.78800000000000003,"5min":0.73899999999999999,"15min":0.67900000000000005},"min":{"1min":0.51900000000000002,"5min":0.313,"15min":0.313},"max":{"1min":0.98399999999999999,"5min":1.528,"15min":1.528},"last":0.53900000000000003}]},{"osd":3,"last update":"Sat Mar 30 04:32:59 2024","interfaces":[{"interface":"back","average":{"1min":0.85199999999999998,"5min":0.82399999999999995,"15min":0.79800000000000004},"min":{"1min":0.55100000000000005,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":1.3720000000000001,"5min":1.3720000000000001,"15min":1.3720000000000001},"last":0.48199999999999998},{"interface":"front","average":{"1min":0.81799999999999995,"5min":0.81100000000000005,"15min":0.80400000000000005},"min":{"1min":0.377,"5min":0.312,"15min":0.312},"max":{"1min":1.097,"5min":1.27,"15min":1.27},"last":0.55900000000000005}]},{"osd":4,"last update":"Sat Mar 30 04:32:31 2024","interfaces":[{"interface":"back","average":{"1min":0.91000000000000003,"5min":0.95499999999999996,"15min":0.95499999999999996},"min":{"1min":0.60599999999999998,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":1.2769999999999999,"5min":1.4179999999999999,"15min":1.4179999999999999},"last":0.74299999999999999},{"interface":"front","average":{"1min":0.96999999999999997,"5min":0.96799999999999997,"15min":0.96599999999999997},"min":{"1min":0.77200000000000002,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.3580000000000001,"5min":1.3879999999999999,"15min":1.3879999999999999},"last":0.95799999999999996}]},{"osd":5,"last update":"Sat Mar 30 04:33:02 2024","interfaces":[{"interface":"back","average":{"1min":1.107,"5min":1.073,"15min":1.0880000000000001},"min":{"1min":0.66300000000000003,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":2.9489999999999998,"5min":2.9489999999999998,"15min":2.9489999999999998},"last":0.89600000000000002},{"interface":"front","average":{"1min":1.083,"5min":1.0740000000000001,"15min":1.087},"min":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":1.2889999999999999,"5min":1.6299999999999999,"15min":1.6299999999999999},"last":0.93100000000000005}]},{"osd":6,"last update":"Sat Mar 30 04:32:37 2024","interfaces":[{"interface":"back","average":{"1min":1.079,"5min":1.0629999999999999,"15min":1.0609999999999999},"min":{"1min":0.84599999999999997,"5min":0.72199999999999998,"15min":0.72199999999999998},"max":{"1min":1.347,"5min":1.5509999999999999,"15min":1.5509999999999999},"last":0.88400000000000001},{"interface":"front","average":{"1min":1.1040000000000001,"5min":1.0620000000000001,"15min":1.0549999999999999},"min":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"max":{"1min":1.3660000000000001,"5min":1.3660000000000001,"15min":1.3660000000000001},"last":1.093}]},{"osd":7,"last update":"Sat Mar 30 04:33:14 2024","interfaces":[{"interface":"back","average":{"1min":0.98299999999999998,"5min":1.095,"15min":1.113},"min":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"max":{"1min":1.258,"5min":1.401,"15min":1.401},"last":1.0549999999999999},{"interface":"front","average":{"1min":1.014,"5min":1.1060000000000001,"15min":1.121},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":1.415,"5min":1.4970000000000001,"15min":1.4970000000000001},"last":0.94499999999999995}]}]},{"osd":3,"up_from":26,"seq":111669149752,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5704,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739448,"statfs":{"total":95995035648,"available":95989194752,"internally_reserved":0,"allocated":589824,"data_stored":240660,"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 Mar 30 04:32:50 2024","interfaces":[{"interface":"back","average":{"1min":0.64500000000000002,"5min":0.67100000000000004,"15min":0.67500000000000004},"min":{"1min":0.41699999999999998,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.94099999999999995,"5min":1.127,"15min":1.127},"last":0.73099999999999998},{"interface":"front","average":{"1min":0.72599999999999998,"5min":0.70099999999999996,"15min":0.66300000000000003},"min":{"1min":0.38800000000000001,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":1.3069999999999999,"5min":1.3069999999999999,"15min":1.3069999999999999},"last":0.753}]},{"osd":1,"last update":"Sat Mar 30 04:32:50 2024","interfaces":[{"interface":"back","average":{"1min":0.78800000000000003,"5min":0.755,"15min":0.71099999999999997},"min":{"1min":0.438,"5min":0.38,"15min":0.38},"max":{"1min":1.236,"5min":1.236,"15min":1.236},"last":0.86799999999999999},{"interface":"front","average":{"1min":0.73799999999999999,"5min":0.74199999999999999,"15min":0.73599999999999999},"min":{"1min":0.372,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":1.2350000000000001,"5min":1.4590000000000001,"15min":1.4590000000000001},"last":0.83099999999999996}]},{"osd":2,"last update":"Sat Mar 30 04:32:50 2024","interfaces":[{"interface":"back","average":{"1min":0.84599999999999997,"5min":0.83699999999999997,"15min":0.80500000000000005},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":1.1080000000000001,"5min":1.244,"15min":1.244},"last":0.91600000000000004},{"interface":"front","average":{"1min":0.84099999999999997,"5min":0.80900000000000005,"15min":0.78800000000000003},"min":{"1min":0.443,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":1.1539999999999999,"5min":1.157,"15min":1.157},"last":0.88500000000000001}]},{"osd":4,"last update":"Sat Mar 30 04:32:28 2024","interfaces":[{"interface":"back","average":{"1min":0.89200000000000002,"5min":0.91800000000000004,"15min":0.90000000000000002},"min":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":1.1950000000000001,"5min":1.3320000000000001,"15min":1.3320000000000001},"last":1.0589999999999999},{"interface":"front","average":{"1min":0.94299999999999995,"5min":0.95099999999999996,"15min":0.92500000000000004},"min":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"max":{"1min":1.4530000000000001,"5min":1.4530000000000001,"15min":1.4530000000000001},"last":1.238}]},{"osd":5,"last update":"Sat Mar 30 04:33:08 2024","interfaces":[{"interface":"back","average":{"1min":0.84799999999999998,"5min":0.88600000000000001,"15min":0.88700000000000001},"min":{"1min":0.59199999999999997,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":1.1020000000000001,"5min":1.3200000000000001,"15min":1.3200000000000001},"last":0.97799999999999998},{"interface":"front","average":{"1min":0.95899999999999996,"5min":0.98199999999999998,"15min":0.97199999999999998},"min":{"1min":0.72899999999999998,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.2350000000000001,"5min":1.298,"15min":1.298},"last":1.1659999999999999}]},{"osd":6,"last update":"Sat Mar 30 04:32:38 2024","interfaces":[{"interface":"back","average":{"1min":1.048,"5min":1.0369999999999999,"15min":1.0349999999999999},"min":{"1min":0.66100000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":1.2669999999999999,"5min":1.3100000000000001,"15min":1.3100000000000001},"last":1.2210000000000001},{"interface":"front","average":{"1min":1.0620000000000001,"5min":1.069,"15min":1.0700000000000001},"min":{"1min":0.59399999999999997,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.3859999999999999,"5min":1.3859999999999999,"15min":1.3859999999999999},"last":1.3009999999999999}]},{"osd":7,"last update":"Sat Mar 30 04:33:17 2024","interfaces":[{"interface":"back","average":{"1min":1.02,"5min":1.02,"15min":1.02},"min":{"1min":0.64100000000000001,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":1.3799999999999999,"5min":1.3799999999999999,"15min":1.3799999999999999},"last":1.0780000000000001},{"interface":"front","average":{"1min":1.0720000000000001,"5min":1.1100000000000001,"15min":1.1160000000000001},"min":{"1min":0.751,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.3640000000000001,"5min":1.415,"15min":1.415},"last":1.268}]}]},{"osd":4,"up_from":31,"seq":133143986225,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5768,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739384,"statfs":{"total":95995035648,"available":95989129216,"internally_reserved":0,"allocated":589824,"data_stored":240660,"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 Mar 30 04:32:31 2024","interfaces":[{"interface":"back","average":{"1min":0.79300000000000004,"5min":0.81000000000000005,"15min":0.79800000000000004},"min":{"1min":0.54800000000000004,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":1.167,"5min":1.3169999999999999,"15min":1.3169999999999999},"last":0.55800000000000005},{"interface":"front","average":{"1min":0.84399999999999997,"5min":0.878,"15min":0.875},"min":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":1.1890000000000001,"5min":1.367,"15min":1.367},"last":0.59299999999999997}]},{"osd":1,"last update":"Sat Mar 30 04:32:31 2024","interfaces":[{"interface":"back","average":{"1min":0.85599999999999998,"5min":0.86399999999999999,"15min":0.86499999999999999},"min":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"max":{"1min":1.1180000000000001,"5min":1.452,"15min":1.452},"last":0.67700000000000005},{"interface":"front","average":{"1min":0.85499999999999998,"5min":0.83499999999999996,"15min":0.81299999999999994},"min":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"max":{"1min":1.155,"5min":1.351,"15min":1.351},"last":0.628}]},{"osd":2,"last update":"Sat Mar 30 04:32:31 2024","interfaces":[{"interface":"back","average":{"1min":0.90400000000000003,"5min":0.86599999999999999,"15min":0.83399999999999996},"min":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":1.238,"5min":1.379,"15min":1.379},"last":0.73299999999999998},{"interface":"front","average":{"1min":0.80100000000000005,"5min":0.878,"15min":0.89000000000000001},"min":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":1.2549999999999999,"5min":1.3169999999999999,"15min":1.3169999999999999},"last":0.80700000000000005}]},{"osd":3,"last update":"Sat Mar 30 04:32:31 2024","interfaces":[{"interface":"back","average":{"1min":0.85599999999999998,"5min":0.88900000000000001,"15min":0.878},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":1.2549999999999999,"5min":1.399,"15min":1.399},"last":0.90200000000000002},{"interface":"front","average":{"1min":0.91200000000000003,"5min":0.91800000000000004,"15min":0.92000000000000004},"min":{"1min":0.627,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.2090000000000001,"5min":1.2090000000000001,"15min":1.2090000000000001},"last":0.91500000000000004}]},{"osd":5,"last update":"Sat Mar 30 04:33:07 2024","interfaces":[{"interface":"back","average":{"1min":0.90700000000000003,"5min":0.80300000000000005,"15min":0.78100000000000003},"min":{"1min":0.46999999999999997,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":1.234,"5min":1.284,"15min":1.284},"last":0.84499999999999997},{"interface":"front","average":{"1min":0.93999999999999995,"5min":0.80900000000000005,"15min":0.753},"min":{"1min":0.58099999999999996,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":1.286,"5min":1.286,"15min":1.286},"last":1.0049999999999999}]},{"osd":6,"last update":"Sat Mar 30 04:32:38 2024","interfaces":[{"interface":"back","average":{"1min":0.94499999999999995,"5min":0.91300000000000003,"15min":0.90700000000000003},"min":{"1min":0.54800000000000004,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":1.3400000000000001,"5min":1.4419999999999999,"15min":1.4419999999999999},"last":1.121},{"interface":"front","average":{"1min":1.002,"5min":0.94499999999999995,"15min":0.93500000000000005},"min":{"1min":0.54600000000000004,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":1.52,"5min":1.52,"15min":1.52},"last":1.044}]},{"osd":7,"last update":"Sat Mar 30 04:33:14 2024","interfaces":[{"interface":"back","average":{"1min":1.0149999999999999,"5min":1.0269999999999999,"15min":1.0289999999999999},"min":{"1min":0.65900000000000003,"5min":0.504,"15min":0.504},"max":{"1min":1.3320000000000001,"5min":1.569,"15min":1.569},"last":1.1020000000000001},{"interface":"front","average":{"1min":1.089,"5min":1.014,"15min":1.002},"min":{"1min":0.5,"5min":0.5,"15min":0.5},"max":{"1min":1.385,"5min":1.385,"15min":1.385},"last":1.2110000000000001}]}]},{"osd":5,"up_from":39,"seq":167503724585,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5704,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739448,"statfs":{"total":95995035648,"available":95989194752,"internally_reserved":0,"allocated":589824,"data_stored":240660,"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 Mar 30 04:33:07 2024","interfaces":[{"interface":"back","average":{"1min":0.86899999999999999,"5min":0.84799999999999998,"15min":0.84999999999999998},"min":{"1min":0.48699999999999999,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":1.3420000000000001,"5min":1.387,"15min":1.387},"last":0.42299999999999999},{"interface":"front","average":{"1min":0.72299999999999998,"5min":0.79100000000000004,"15min":0.80300000000000005},"min":{"1min":0.42599999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.91400000000000003,"5min":1.2290000000000001,"15min":1.2290000000000001},"last":0.78600000000000003}]},{"osd":1,"last update":"Sat Mar 30 04:33:07 2024","interfaces":[{"interface":"back","average":{"1min":0.83699999999999997,"5min":0.85099999999999998,"15min":0.84499999999999997},"min":{"1min":0.5,"5min":0.44,"15min":0.44},"max":{"1min":1.1890000000000001,"5min":1.591,"15min":1.591},"last":0.51200000000000001},{"interface":"front","average":{"1min":0.80500000000000005,"5min":0.82299999999999995,"15min":0.82999999999999996},"min":{"1min":0.51300000000000001,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":1.159,"5min":1.159,"15min":1.159},"last":0.44400000000000001}]},{"osd":2,"last update":"Sat Mar 30 04:33:07 2024","interfaces":[{"interface":"back","average":{"1min":0.83199999999999996,"5min":0.86299999999999999,"15min":0.88100000000000001},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":1.214,"5min":1.351,"15min":1.351},"last":0.83699999999999997},{"interface":"front","average":{"1min":0.92100000000000004,"5min":0.85399999999999998,"15min":0.84199999999999997},"min":{"1min":0.54300000000000004,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":1.532,"5min":1.532,"15min":1.532},"last":0.65400000000000003}]},{"osd":3,"last update":"Sat Mar 30 04:33:07 2024","interfaces":[{"interface":"back","average":{"1min":0.83699999999999997,"5min":0.86599999999999999,"15min":0.86799999999999999},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":1.2969999999999999,"5min":1.2969999999999999,"15min":1.2969999999999999},"last":0.70499999999999996},{"interface":"front","average":{"1min":1.0109999999999999,"5min":0.96299999999999997,"15min":0.95299999999999996},"min":{"1min":0.57099999999999995,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":1.46,"5min":1.5920000000000001,"15min":1.5920000000000001},"last":0.81399999999999995}]},{"osd":4,"last update":"Sat Mar 30 04:33:07 2024","interfaces":[{"interface":"back","average":{"1min":0.84799999999999998,"5min":0.81699999999999995,"15min":0.81299999999999994},"min":{"1min":0.39200000000000002,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":1.343,"5min":1.6299999999999999,"15min":1.6299999999999999},"last":0.58999999999999997},{"interface":"front","average":{"1min":0.89100000000000001,"5min":0.82899999999999996,"15min":0.81100000000000005},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":1.365,"5min":1.4570000000000001,"15min":1.4570000000000001},"last":0.99399999999999999}]},{"osd":6,"last update":"Sat Mar 30 04:32:40 2024","interfaces":[{"interface":"back","average":{"1min":0.96799999999999997,"5min":0.83499999999999996,"15min":0.81299999999999994},"min":{"1min":0.50900000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":1.3540000000000001,"5min":1.3540000000000001,"15min":1.3540000000000001},"last":0.64200000000000002},{"interface":"front","average":{"1min":1.117,"5min":1.0029999999999999,"15min":0.98399999999999999},"min":{"1min":0.52000000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":1.4930000000000001,"5min":1.571,"15min":1.571},"last":0.94999999999999996}]},{"osd":7,"last update":"Sat Mar 30 04:33:17 2024","interfaces":[{"interface":"back","average":{"1min":1.0669999999999999,"5min":0.98099999999999998,"15min":0.96699999999999997},"min":{"1min":0.438,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":1.901,"5min":1.901,"15min":1.901},"last":0.90100000000000002},{"interface":"front","average":{"1min":1.083,"5min":1.018,"15min":1.0069999999999999},"min":{"1min":0.42399999999999999,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":1.7230000000000001,"5min":1.7230000000000001,"15min":1.7230000000000001},"last":0.75900000000000001}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-03-30T04:33:24.539 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph pg dump --format=json 2024-03-30T04:33:24.617 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:24 smithi117 bash[38400]: t=2024-03-30T04:33:24+0000 lvl=info msg="Executing migration" logger=migrator id="add index kv_store.org_id-namespace-key" 2024-03-30T04:33:24.617 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:24 smithi117 bash[38400]: t=2024-03-30T04:33:24+0000 lvl=info msg="Executing migration" logger=migrator id="update dashboard_uid and panel_id from existing annotations" 2024-03-30T04:33:24.868 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:33:24 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:33:24] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:33:24.887 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:24 smithi117 bash[38400]: t=2024-03-30T04:33:24+0000 lvl=info msg="Executing migration" logger=migrator id="create permission table" 2024-03-30T04:33:24.887 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:24 smithi117 bash[38400]: t=2024-03-30T04:33:24+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index permission.role_id" 2024-03-30T04:33:24.888 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:24 smithi117 bash[38400]: t=2024-03-30T04:33:24+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role_id_action_scope" 2024-03-30T04:33:25.365 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:25 smithi117 bash[38400]: t=2024-03-30T04:33:25+0000 lvl=info msg="Executing migration" logger=migrator id="create role table" 2024-03-30T04:33:25.762 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:25 smithi111 bash[18552]: audit 2024-03-30T04:33:23.735733+0000 mgr.y (mgr.24304) 83 : audit [DBG] from='client.24475 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-30T04:33:25.762 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:25 smithi111 bash[18552]: cluster 2024-03-30T04:33:23.749230+0000 mgr.y (mgr.24304) 84 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:25.762 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:25 smithi111 bash[18552]: audit 2024-03-30T04:33:24.709880+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:25.762 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:25 smithi111 bash[18552]: audit 2024-03-30T04:33:24.717578+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:25.762 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:25 smithi117 bash[38400]: t=2024-03-30T04:33:25+0000 lvl=info msg="Executing migration" logger=migrator id="add column display_name" 2024-03-30T04:33:25.763 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:25 smithi111 bash[24005]: audit 2024-03-30T04:33:23.735733+0000 mgr.y (mgr.24304) 83 : audit [DBG] from='client.24475 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-30T04:33:25.763 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:25 smithi111 bash[24005]: cluster 2024-03-30T04:33:23.749230+0000 mgr.y (mgr.24304) 84 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:25.763 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:25 smithi111 bash[24005]: audit 2024-03-30T04:33:24.709880+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:25.763 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:25 smithi111 bash[24005]: audit 2024-03-30T04:33:24.717578+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:25.763 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:25 smithi117 bash[18692]: audit 2024-03-30T04:33:23.735733+0000 mgr.y (mgr.24304) 83 : audit [DBG] from='client.24475 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-30T04:33:25.764 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:25 smithi117 bash[18692]: cluster 2024-03-30T04:33:23.749230+0000 mgr.y (mgr.24304) 84 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:25.764 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:25 smithi117 bash[18692]: audit 2024-03-30T04:33:24.709880+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:25.764 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:25 smithi117 bash[18692]: audit 2024-03-30T04:33:24.717578+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:25.880 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:33:25 smithi117 systemd[1]: Stopping Ceph prometheus.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:33:25.880 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:33:25 smithi117 bash[39657]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-prometheus.a 2024-03-30T04:33:25.880 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:25 smithi117 bash[38400]: t=2024-03-30T04:33:25+0000 lvl=info msg="Executing migration" logger=migrator id="add column group_name" 2024-03-30T04:33:25.881 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:25 smithi117 bash[38400]: t=2024-03-30T04:33:25+0000 lvl=info msg="Executing migration" logger=migrator id="add index role.org_id" 2024-03-30T04:33:25.881 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:25 smithi117 bash[38400]: t=2024-03-30T04:33:25+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role_org_id_name" 2024-03-30T04:33:25.881 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:25 smithi117 bash[38400]: t=2024-03-30T04:33:25+0000 lvl=info msg="Executing migration" logger=migrator id="add index role_org_id_uid" 2024-03-30T04:33:26.137 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:25 smithi117 bash[38400]: t=2024-03-30T04:33:25+0000 lvl=info msg="Executing migration" logger=migrator id="create team role table" 2024-03-30T04:33:26.137 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:25 smithi117 bash[38400]: t=2024-03-30T04:33:25+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_role.org_id" 2024-03-30T04:33:26.138 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:26 smithi117 bash[38400]: t=2024-03-30T04:33:26+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_role_org_id_team_id_role_id" 2024-03-30T04:33:26.138 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:33:25 smithi117 bash[36380]: ts=2024-03-30T04:33:25.890Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-03-30T04:33:26.138 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:33:25 smithi117 bash[36380]: ts=2024-03-30T04:33:25.890Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2024-03-30T04:33:26.138 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:33:25 smithi117 bash[36380]: ts=2024-03-30T04:33:25.890Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2024-03-30T04:33:26.138 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:33:25 smithi117 bash[36380]: ts=2024-03-30T04:33:25.890Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2024-03-30T04:33:26.138 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:33:25 smithi117 bash[36380]: ts=2024-03-30T04:33:25.890Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2024-03-30T04:33:26.138 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:33:25 smithi117 bash[36380]: ts=2024-03-30T04:33:25.890Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2024-03-30T04:33:26.138 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:33:25 smithi117 bash[36380]: ts=2024-03-30T04:33:25.890Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2024-03-30T04:33:26.138 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:33:25 smithi117 bash[36380]: ts=2024-03-30T04:33:25.890Z caller=main.go:828 level=info msg="Scrape manager stopped" 2024-03-30T04:33:26.138 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:33:25 smithi117 bash[36380]: ts=2024-03-30T04:33:25.890Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2024-03-30T04:33:26.138 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:33:25 smithi117 bash[36380]: ts=2024-03-30T04:33:25.890Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2024-03-30T04:33:26.139 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:33:25 smithi117 bash[36380]: ts=2024-03-30T04:33:25.890Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2024-03-30T04:33:26.139 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:33:25 smithi117 bash[36380]: ts=2024-03-30T04:33:25.890Z caller=main.go:1066 level=info msg="See you next time!" 2024-03-30T04:33:26.532 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:26 smithi117 bash[38400]: t=2024-03-30T04:33:26+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_role.team_id" 2024-03-30T04:33:26.532 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:26 smithi117 bash[38400]: t=2024-03-30T04:33:26+0000 lvl=info msg="Executing migration" logger=migrator id="create user role table" 2024-03-30T04:33:26.887 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:26 smithi117 bash[38400]: t=2024-03-30T04:33:26+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_role.org_id" 2024-03-30T04:33:26.887 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:26 smithi117 bash[38400]: t=2024-03-30T04:33:26+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_role_org_id_user_id_role_id" 2024-03-30T04:33:27.048 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:33:27.361 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:33:27 smithi117 bash[39665]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-prometheus-a 2024-03-30T04:33:27.361 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:33:27 smithi117 bash[39719]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-prometheus.a 2024-03-30T04:33:27.362 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:27 smithi117 bash[38400]: t=2024-03-30T04:33:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_role.user_id" 2024-03-30T04:33:27.362 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:27 smithi117 bash[38400]: t=2024-03-30T04:33:27+0000 lvl=info msg="Executing migration" logger=migrator id="create builtin role table" 2024-03-30T04:33:27.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:27 smithi111 bash[18552]: cluster 2024-03-30T04:33:25.749812+0000 mgr.y (mgr.24304) 85 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:27.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:27 smithi111 bash[24005]: cluster 2024-03-30T04:33:25.749812+0000 mgr.y (mgr.24304) 85 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:27.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:27 smithi117 bash[18692]: cluster 2024-03-30T04:33:25.749812+0000 mgr.y (mgr.24304) 85 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:27.638 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:33:27 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@prometheus.a.service: Deactivated successfully. 2024-03-30T04:33:27.638 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:33:27 smithi117 systemd[1]: Stopped Ceph prometheus.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:33:27.638 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:33:27 smithi117 systemd[1]: Started Ceph prometheus.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:33:27.638 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:27 smithi117 bash[38400]: t=2024-03-30T04:33:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.role_id" 2024-03-30T04:33:27.638 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:27 smithi117 bash[38400]: t=2024-03-30T04:33:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.name" 2024-03-30T04:33:27.638 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:27 smithi117 bash[38400]: t=2024-03-30T04:33:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add column org_id to builtin_role table" 2024-03-30T04:33:28.137 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:27 smithi117 bash[38400]: t=2024-03-30T04:33:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.org_id" 2024-03-30T04:33:28.137 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:27 smithi117 bash[38400]: t=2024-03-30T04:33:27+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index builtin_role_org_id_role_id_role" 2024-03-30T04:33:28.497 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:28 smithi117 bash[38400]: t=2024-03-30T04:33:28+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index role_org_id_uid" 2024-03-30T04:33:28.497 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:28 smithi117 bash[38400]: t=2024-03-30T04:33:28+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role.uid" 2024-03-30T04:33:28.498 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:28 smithi111 bash[24005]: audit 2024-03-30T04:33:27.503075+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:28.498 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:28 smithi111 bash[24005]: audit 2024-03-30T04:33:27.512709+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:33:28.498 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:28 smithi111 bash[24005]: audit 2024-03-30T04:33:27.513359+0000 mgr.y (mgr.24304) 86 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:33:28.498 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:28 smithi111 bash[24005]: audit 2024-03-30T04:33:27.515151+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.111:9093"}]: dispatch 2024-03-30T04:33:28.498 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:28 smithi111 bash[24005]: audit 2024-03-30T04:33:27.515606+0000 mgr.y (mgr.24304) 87 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.111:9093"}]: dispatch 2024-03-30T04:33:28.498 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:28 smithi111 bash[24005]: audit 2024-03-30T04:33:27.524848+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:28.498 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:28 smithi111 bash[24005]: audit 2024-03-30T04:33:27.531625+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:33:28.498 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:28 smithi111 bash[24005]: audit 2024-03-30T04:33:27.532266+0000 mgr.y (mgr.24304) 88 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:33:28.498 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:28 smithi111 bash[24005]: audit 2024-03-30T04:33:27.545314+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:33:28.498 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:28 smithi111 bash[24005]: audit 2024-03-30T04:33:27.546104+0000 mgr.y (mgr.24304) 89 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:33:28.499 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:28 smithi111 bash[24005]: audit 2024-03-30T04:33:27.548098+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.117:3000"}]: dispatch 2024-03-30T04:33:28.499 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:28 smithi111 bash[24005]: audit 2024-03-30T04:33:27.549070+0000 mgr.y (mgr.24304) 90 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.117:3000"}]: dispatch 2024-03-30T04:33:28.499 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:28 smithi111 bash[24005]: audit 2024-03-30T04:33:27.558185+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:28.499 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:28 smithi111 bash[24005]: audit 2024-03-30T04:33:27.563294+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:33:28.499 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:28 smithi111 bash[24005]: audit 2024-03-30T04:33:27.565883+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:33:28.499 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:28 smithi111 bash[24005]: audit 2024-03-30T04:33:27.567217+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:33:28.499 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:28 smithi111 bash[24005]: audit 2024-03-30T04:33:27.576406+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:28.499 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:28 smithi111 bash[24005]: audit 2024-03-30T04:33:27.585939+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:33:28.499 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:28 smithi111 bash[24005]: audit 2024-03-30T04:33:27.587909+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:33:28.499 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:28 smithi111 bash[24005]: audit 2024-03-30T04:33:27.589062+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:33:28.499 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:28 smithi111 bash[24005]: audit 2024-03-30T04:33:27.595914+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:28.500 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:28 smithi111 bash[18552]: audit 2024-03-30T04:33:27.503075+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:28.500 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:28 smithi111 bash[18552]: audit 2024-03-30T04:33:27.512709+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:33:28.500 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:28 smithi111 bash[18552]: audit 2024-03-30T04:33:27.513359+0000 mgr.y (mgr.24304) 86 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:33:28.500 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:28 smithi111 bash[18552]: audit 2024-03-30T04:33:27.515151+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.111:9093"}]: dispatch 2024-03-30T04:33:28.500 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:28 smithi111 bash[18552]: audit 2024-03-30T04:33:27.515606+0000 mgr.y (mgr.24304) 87 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.111:9093"}]: dispatch 2024-03-30T04:33:28.500 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:28 smithi111 bash[18552]: audit 2024-03-30T04:33:27.524848+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:28.500 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:28 smithi111 bash[18552]: audit 2024-03-30T04:33:27.531625+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:33:28.500 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:28 smithi111 bash[18552]: audit 2024-03-30T04:33:27.532266+0000 mgr.y (mgr.24304) 88 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:33:28.500 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:28 smithi111 bash[18552]: audit 2024-03-30T04:33:27.545314+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:33:28.500 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:28 smithi111 bash[18552]: audit 2024-03-30T04:33:27.546104+0000 mgr.y (mgr.24304) 89 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:33:28.500 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:28 smithi111 bash[18552]: audit 2024-03-30T04:33:27.548098+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.117:3000"}]: dispatch 2024-03-30T04:33:28.500 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:28 smithi111 bash[18552]: audit 2024-03-30T04:33:27.549070+0000 mgr.y (mgr.24304) 90 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.117:3000"}]: dispatch 2024-03-30T04:33:28.500 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:28 smithi111 bash[18552]: audit 2024-03-30T04:33:27.558185+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:28.500 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:28 smithi111 bash[18552]: audit 2024-03-30T04:33:27.563294+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:33:28.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:28 smithi111 bash[18552]: audit 2024-03-30T04:33:27.565883+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:33:28.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:28 smithi111 bash[18552]: audit 2024-03-30T04:33:27.567217+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:33:28.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:28 smithi111 bash[18552]: audit 2024-03-30T04:33:27.576406+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:28.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:28 smithi111 bash[18552]: audit 2024-03-30T04:33:27.585939+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:33:28.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:28 smithi111 bash[18552]: audit 2024-03-30T04:33:27.587909+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:33:28.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:28 smithi111 bash[18552]: audit 2024-03-30T04:33:27.589062+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:33:28.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:28 smithi111 bash[18552]: audit 2024-03-30T04:33:27.595914+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:28.834 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:28 smithi117 bash[38400]: t=2024-03-30T04:33:28+0000 lvl=info msg="Executing migration" logger=migrator id="create seed assignment table" 2024-03-30T04:33:28.834 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:28 smithi117 bash[38400]: t=2024-03-30T04:33:28+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index builtin_role_role_name" 2024-03-30T04:33:28.834 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:28 smithi117 bash[38400]: t=2024-03-30T04:33:28+0000 lvl=info msg="migrations completed" logger=migrator performed=381 skipped=0 duration=29.217047052s 2024-03-30T04:33:28.834 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:28 smithi117 bash[38400]: t=2024-03-30T04:33:28+0000 lvl=info msg="Created default organization" logger=sqlstore 2024-03-30T04:33:28.834 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:28 smithi117 bash[38400]: t=2024-03-30T04:33:28+0000 lvl=info msg="Initialising plugins" logger=plugin.manager 2024-03-30T04:33:28.835 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:28 smithi117 bash[18692]: audit 2024-03-30T04:33:27.503075+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:28.835 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:28 smithi117 bash[18692]: audit 2024-03-30T04:33:27.512709+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:33:28.835 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:28 smithi117 bash[18692]: audit 2024-03-30T04:33:27.513359+0000 mgr.y (mgr.24304) 86 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:33:28.835 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:28 smithi117 bash[18692]: audit 2024-03-30T04:33:27.515151+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.111:9093"}]: dispatch 2024-03-30T04:33:28.835 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:28 smithi117 bash[18692]: audit 2024-03-30T04:33:27.515606+0000 mgr.y (mgr.24304) 87 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.111:9093"}]: dispatch 2024-03-30T04:33:28.835 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:28 smithi117 bash[18692]: audit 2024-03-30T04:33:27.524848+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:28.835 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:28 smithi117 bash[18692]: audit 2024-03-30T04:33:27.531625+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:33:28.835 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:28 smithi117 bash[18692]: audit 2024-03-30T04:33:27.532266+0000 mgr.y (mgr.24304) 88 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:33:28.835 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:28 smithi117 bash[18692]: audit 2024-03-30T04:33:27.545314+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:33:28.835 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:28 smithi117 bash[18692]: audit 2024-03-30T04:33:27.546104+0000 mgr.y (mgr.24304) 89 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:33:28.835 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:28 smithi117 bash[18692]: audit 2024-03-30T04:33:27.548098+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.117:3000"}]: dispatch 2024-03-30T04:33:28.835 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:28 smithi117 bash[18692]: audit 2024-03-30T04:33:27.549070+0000 mgr.y (mgr.24304) 90 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.117:3000"}]: dispatch 2024-03-30T04:33:28.835 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:28 smithi117 bash[18692]: audit 2024-03-30T04:33:27.558185+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:28.835 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:28 smithi117 bash[18692]: audit 2024-03-30T04:33:27.563294+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:33:28.836 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:28 smithi117 bash[18692]: audit 2024-03-30T04:33:27.565883+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:33:28.836 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:28 smithi117 bash[18692]: audit 2024-03-30T04:33:27.567217+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:33:28.836 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:28 smithi117 bash[18692]: audit 2024-03-30T04:33:27.576406+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:28.836 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:28 smithi117 bash[18692]: audit 2024-03-30T04:33:27.585939+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:33:28.836 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:28 smithi117 bash[18692]: audit 2024-03-30T04:33:27.587909+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:33:28.836 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:28 smithi117 bash[18692]: audit 2024-03-30T04:33:27.589062+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:33:28.836 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:28 smithi117 bash[18692]: audit 2024-03-30T04:33:27.595914+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:28.868 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:33:28 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:33:28] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:33:29.138 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:28 smithi117 bash[38400]: t=2024-03-30T04:33:28+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=input 2024-03-30T04:33:29.138 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:28 smithi117 bash[38400]: t=2024-03-30T04:33:28+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=vonage-status-panel 2024-03-30T04:33:29.138 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:28 smithi117 bash[38400]: t=2024-03-30T04:33:28+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=grafana-piechart-panel 2024-03-30T04:33:29.138 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:28 smithi117 bash[38400]: t=2024-03-30T04:33:28+0000 lvl=info msg="Live Push Gateway initialization" logger=live.push_http 2024-03-30T04:33:29.593 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:29 smithi117 bash[38400]: t=2024-03-30T04:33:29+0000 lvl=warn msg="[Deprecated] the datasource provisioning config is outdated. please upgrade" logger=provisioning.datasources filename=/etc/grafana/provisioning/datasources/ceph-dashboard.yml 2024-03-30T04:33:29.593 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:29 smithi117 bash[38400]: t=2024-03-30T04:33:29+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Dashboard1 uid=P43CA22E17D0F9596 2024-03-30T04:33:29.593 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:29 smithi117 bash[38400]: t=2024-03-30T04:33:29+0000 lvl=info msg="warming cache for startup" logger=ngalert 2024-03-30T04:33:29.593 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:29 smithi117 bash[38400]: t=2024-03-30T04:33:29+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:3000 protocol=https subUrl= socket= 2024-03-30T04:33:29.593 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:33:29 smithi117 bash[38400]: t=2024-03-30T04:33:29+0000 lvl=info msg="starting MultiOrg Alertmanager" logger=ngalert.multiorg.alertmanager 2024-03-30T04:33:29.593 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:33:29 smithi117 bash[39747]: ts=2024-03-30T04:33:29.448Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-03-30T04:33:29.593 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:33:29 smithi117 bash[39747]: ts=2024-03-30T04:33:29.448Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2024-03-30T04:33:29.593 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:33:29 smithi117 bash[39747]: ts=2024-03-30T04:33:29.448Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2024-03-30T04:33:29.593 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:33:29 smithi117 bash[39747]: ts=2024-03-30T04:33:29.448Z caller=main.go:518 level=info host_details="(Linux 5.15.0-101-generic #111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024 x86_64 smithi117 (none))" 2024-03-30T04:33:29.593 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:33:29 smithi117 bash[39747]: ts=2024-03-30T04:33:29.448Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-03-30T04:33:29.594 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:33:29 smithi117 bash[39747]: ts=2024-03-30T04:33:29.448Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-03-30T04:33:29.594 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:33:29 smithi117 bash[39747]: ts=2024-03-30T04:33:29.449Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2024-03-30T04:33:29.594 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:33:29 smithi117 bash[39747]: ts=2024-03-30T04:33:29.450Z caller=main.go:923 level=info msg="Starting TSDB ..." 2024-03-30T04:33:29.594 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:33:29 smithi117 bash[39747]: ts=2024-03-30T04:33:29.451Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2024-03-30T04:33:29.594 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:33:29 smithi117 bash[39747]: ts=2024-03-30T04:33:29.454Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-03-30T04:33:29.594 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:33:29 smithi117 bash[39747]: ts=2024-03-30T04:33:29.454Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.612µs 2024-03-30T04:33:29.594 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:33:29 smithi117 bash[39747]: ts=2024-03-30T04:33:29.454Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-03-30T04:33:29.594 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:33:29 smithi117 bash[39747]: ts=2024-03-30T04:33:29.455Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2024-03-30T04:33:29.594 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:33:29 smithi117 bash[39747]: ts=2024-03-30T04:33:29.455Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2024-03-30T04:33:29.594 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:33:29 smithi117 bash[39747]: ts=2024-03-30T04:33:29.456Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=35.48µs wal_replay_duration=1.644883ms total_replay_duration=1.695285ms 2024-03-30T04:33:29.594 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:33:29 smithi117 bash[39747]: ts=2024-03-30T04:33:29.457Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2024-03-30T04:33:29.594 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:33:29 smithi117 bash[39747]: ts=2024-03-30T04:33:29.457Z caller=main.go:947 level=info msg="TSDB started" 2024-03-30T04:33:29.594 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:33:29 smithi117 bash[39747]: ts=2024-03-30T04:33:29.457Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-03-30T04:33:29.594 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:33:29 smithi117 bash[39747]: ts=2024-03-30T04:33:29.475Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=18.219182ms db_storage=695ns remote_storage=1.317µs web_handler=215ns query_engine=698ns scrape=293.05µs scrape_sd=26.58µs notify=22.731µs notify_sd=16.901µs rules=17.512901ms 2024-03-30T04:33:29.595 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:33:29 smithi117 bash[39747]: ts=2024-03-30T04:33:29.475Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2024-03-30T04:33:29.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:29 smithi111 bash[18552]: cluster 2024-03-30T04:33:27.750373+0000 mgr.y (mgr.24304) 91 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:29.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:29 smithi111 bash[18552]: audit 2024-03-30T04:33:28.682900+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:29.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:29 smithi111 bash[18552]: audit 2024-03-30T04:33:28.691724+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:29.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:29 smithi111 bash[24005]: cluster 2024-03-30T04:33:27.750373+0000 mgr.y (mgr.24304) 91 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:29.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:29 smithi111 bash[24005]: audit 2024-03-30T04:33:28.682900+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:29.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:29 smithi111 bash[24005]: audit 2024-03-30T04:33:28.691724+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:29.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:29 smithi117 bash[18692]: cluster 2024-03-30T04:33:27.750373+0000 mgr.y (mgr.24304) 91 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:29.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:29 smithi117 bash[18692]: audit 2024-03-30T04:33:28.682900+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:29.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:29 smithi117 bash[18692]: audit 2024-03-30T04:33:28.691724+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:29.901 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-03-30T04:33:29.903 INFO:teuthology.orchestra.run.smithi111.stderr:dumped all 2024-03-30T04:33:30.618 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:33:30 smithi111 bash[47239]: level=info ts=2024-03-30T04:33:30.435Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.003377351s 2024-03-30T04:33:31.039 INFO:teuthology.orchestra.run.smithi111.stdout:{"pg_ready":true,"pg_map":{"version":59,"stamp":"2024-03-30T04:33:29.750600+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":48980,"kb_used_data":6164,"kb_used_omap":0,"kb_used_meta":42752,"kb_avail":749912236,"statfs":{"total":767960285184,"available":767910129664,"internally_reserved":0,"allocated":6311936,"data_stored":3511799,"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.003302"},"pg_stats":[{"pgid":"1.0","version":"60'128","reported_seq":266,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-30T04:31:37.853799+0000","last_change":"2024-03-30T04:31:14.341841+0000","last_active":"2024-03-30T04:31:37.853799+0000","last_peered":"2024-03-30T04:31:37.853799+0000","last_clean":"2024-03-30T04:31:37.853799+0000","last_became_active":"2024-03-30T04:31:14.340824+0000","last_became_peered":"2024-03-30T04:31:14.340824+0000","last_unstale":"2024-03-30T04:31:37.853799+0000","last_undegraded":"2024-03-30T04:31:37.853799+0000","last_fullsized":"2024-03-30T04:31:37.853799+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-30T04:28:09.943865+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-30T04:28:09.943865+0000","last_clean_scrub_stamp":"2024-03-30T04:28:09.943865+0000","objects_scrubbed":0,"log_size":128,"ondisk_log_size":128,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-03-31T12:48:06.937038+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":55,"seq":236223201309,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6096,"kb_used_data":1096,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739056,"statfs":{"total":95995035648,"available":95988793344,"internally_reserved":0,"allocated":1122304,"data_stored":769588,"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 Mar 30 04:33:15 2024","interfaces":[{"interface":"back","average":{"1min":0.81100000000000005,"5min":0.86499999999999999,"15min":0.874},"min":{"1min":0.54500000000000004,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":1.032,"5min":1.29,"15min":1.29},"last":0.66800000000000004},{"interface":"front","average":{"1min":0.93999999999999995,"5min":0.88900000000000001,"15min":0.88100000000000001},"min":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":1.2889999999999999,"5min":1.304,"15min":1.304},"last":0.89000000000000001}]},{"osd":1,"last update":"Sat Mar 30 04:33:15 2024","interfaces":[{"interface":"back","average":{"1min":0.95699999999999996,"5min":0.873,"15min":0.85899999999999999},"min":{"1min":0.60299999999999998,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.369,"5min":1.369,"15min":1.369},"last":0.69699999999999995},{"interface":"front","average":{"1min":0.91100000000000003,"5min":0.879,"15min":0.874},"min":{"1min":0.61499999999999999,"5min":0.53800000000000003,"15min":0.53800000000000003},"max":{"1min":1.2190000000000001,"5min":1.224,"15min":1.224},"last":0.57499999999999996}]},{"osd":2,"last update":"Sat Mar 30 04:33:15 2024","interfaces":[{"interface":"back","average":{"1min":0.93100000000000005,"5min":0.94299999999999995,"15min":0.94499999999999995},"min":{"1min":0.71099999999999997,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.2050000000000001,"5min":1.4319999999999999,"15min":1.4319999999999999},"last":0.59299999999999997},{"interface":"front","average":{"1min":1.1220000000000001,"5min":1.022,"15min":1.0049999999999999},"min":{"1min":0.81200000000000006,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.5009999999999999,"5min":1.5009999999999999,"15min":1.5009999999999999},"last":0.80800000000000005}]},{"osd":3,"last update":"Sat Mar 30 04:33:15 2024","interfaces":[{"interface":"back","average":{"1min":0.998,"5min":0.92100000000000004,"15min":0.90800000000000003},"min":{"1min":0.74399999999999999,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.262,"5min":1.4099999999999999,"15min":1.4099999999999999},"last":0.93999999999999995},{"interface":"front","average":{"1min":1.0660000000000001,"5min":0.94399999999999995,"15min":0.92400000000000004},"min":{"1min":0.84099999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.4390000000000001,"5min":1.4390000000000001,"15min":1.4390000000000001},"last":1.036}]},{"osd":4,"last update":"Sat Mar 30 04:33:15 2024","interfaces":[{"interface":"back","average":{"1min":1.0229999999999999,"5min":0.90300000000000002,"15min":0.88300000000000001},"min":{"1min":0.78900000000000003,"5min":0.433,"15min":0.433},"max":{"1min":1.2869999999999999,"5min":1.2869999999999999,"15min":1.2869999999999999},"last":0.87},{"interface":"front","average":{"1min":1.071,"5min":0.995,"15min":0.98299999999999998},"min":{"1min":0.77000000000000002,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":1.25,"5min":1.623,"15min":1.623},"last":1.087}]},{"osd":5,"last update":"Sat Mar 30 04:33:15 2024","interfaces":[{"interface":"back","average":{"1min":1.119,"5min":0.97099999999999997,"15min":0.94699999999999995},"min":{"1min":0.746,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":1.5589999999999999,"5min":1.5589999999999999,"15min":1.5589999999999999},"last":1.202},{"interface":"front","average":{"1min":1.1160000000000001,"5min":0.97999999999999998,"15min":0.95799999999999996},"min":{"1min":0.76300000000000001,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":1.3540000000000001,"5min":1.3540000000000001,"15min":1.3540000000000001},"last":1.0609999999999999}]},{"osd":6,"last update":"Sat Mar 30 04:33:15 2024","interfaces":[{"interface":"back","average":{"1min":1.2150000000000001,"5min":1.018,"15min":0.98499999999999999},"min":{"1min":0.93000000000000005,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":1.411,"5min":1.5009999999999999,"15min":1.5009999999999999},"last":0.97899999999999998},{"interface":"front","average":{"1min":1.2070000000000001,"5min":1.0509999999999999,"15min":1.0249999999999999},"min":{"1min":0.88900000000000001,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":1.4319999999999999,"5min":1.8049999999999999,"15min":1.8049999999999999},"last":1.175}]}]},{"osd":6,"up_from":47,"seq":201863462949,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6160,"kb_used_data":1096,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93738992,"statfs":{"total":95995035648,"available":95988727808,"internally_reserved":0,"allocated":1122304,"data_stored":769588,"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 Mar 30 04:32:37 2024","interfaces":[{"interface":"back","average":{"1min":0.81999999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"min":{"1min":0.54600000000000004,"5min":0.436,"15min":0.436},"max":{"1min":1.2090000000000001,"5min":1.2090000000000001,"15min":1.2090000000000001},"last":0.97999999999999998},{"interface":"front","average":{"1min":0.80300000000000005,"5min":0.84599999999999997,"15min":0.85299999999999998},"min":{"1min":0.48299999999999998,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":1.2190000000000001,"5min":1.3160000000000001,"15min":1.3160000000000001},"last":0.93999999999999995}]},{"osd":1,"last update":"Sat Mar 30 04:32:37 2024","interfaces":[{"interface":"back","average":{"1min":0.77400000000000002,"5min":0.81100000000000005,"15min":0.81699999999999995},"min":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"max":{"1min":1.175,"5min":1.2250000000000001,"15min":1.2250000000000001},"last":0.88400000000000001},{"interface":"front","average":{"1min":0.83599999999999997,"5min":0.78400000000000003,"15min":0.77600000000000002},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":1.151,"5min":1.151,"15min":1.151},"last":0.65000000000000002}]},{"osd":2,"last update":"Sat Mar 30 04:32:37 2024","interfaces":[{"interface":"back","average":{"1min":0.84899999999999998,"5min":0.82499999999999996,"15min":0.82099999999999995},"min":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":1.1599999999999999,"5min":1.329,"15min":1.329},"last":0.73499999999999999},{"interface":"front","average":{"1min":0.90900000000000003,"5min":0.83899999999999997,"15min":0.82699999999999996},"min":{"1min":0.57799999999999996,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":1.2230000000000001,"5min":1.2230000000000001,"15min":1.2230000000000001},"last":1.0509999999999999}]},{"osd":3,"last update":"Sat Mar 30 04:32:37 2024","interfaces":[{"interface":"back","average":{"1min":0.78900000000000003,"5min":0.82199999999999995,"15min":0.82799999999999996},"min":{"1min":0.503,"5min":0.496,"15min":0.496},"max":{"1min":1.101,"5min":1.28,"15min":1.28},"last":0.75},{"interface":"front","average":{"1min":0.96699999999999997,"5min":0.89800000000000002,"15min":0.88600000000000001},"min":{"1min":0.63300000000000001,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":1.244,"5min":1.244,"15min":1.244},"last":0.80700000000000005}]},{"osd":4,"last update":"Sat Mar 30 04:32:37 2024","interfaces":[{"interface":"back","average":{"1min":0.83299999999999996,"5min":0.77400000000000002,"15min":0.76400000000000001},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":1.2789999999999999,"5min":1.2789999999999999,"15min":1.2789999999999999},"last":1.139},{"interface":"front","average":{"1min":0.81000000000000005,"5min":0.76200000000000001,"15min":0.754},"min":{"1min":0.38600000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":1.2150000000000001,"5min":1.2150000000000001,"15min":1.2150000000000001},"last":1.0900000000000001}]},{"osd":5,"last update":"Sat Mar 30 04:32:37 2024","interfaces":[{"interface":"back","average":{"1min":0.86799999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"min":{"1min":0.41199999999999998,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":1.288,"5min":1.3979999999999999,"15min":1.3979999999999999},"last":1.222},{"interface":"front","average":{"1min":0.89400000000000002,"5min":0.81799999999999995,"15min":0.80500000000000005},"min":{"1min":0.45600000000000002,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":1.1799999999999999,"5min":1.1799999999999999,"15min":1.1799999999999999},"last":1.0229999999999999}]},{"osd":7,"last update":"Sat Mar 30 04:33:12 2024","interfaces":[{"interface":"back","average":{"1min":1.0469999999999999,"5min":0.92700000000000005,"15min":0.90700000000000003},"min":{"1min":0.59399999999999997,"5min":0.439,"15min":0.439},"max":{"1min":1.284,"5min":1.284,"15min":1.284},"last":1.1839999999999999},{"interface":"front","average":{"1min":1.161,"5min":0.98699999999999999,"15min":0.95799999999999996},"min":{"1min":0.68300000000000005,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":1.355,"5min":1.379,"15min":1.379},"last":1.2609999999999999}]}]},{"osd":1,"up_from":13,"seq":55834574921,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6340,"kb_used_data":572,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738812,"statfs":{"total":95995035648,"available":95988543488,"internally_reserved":0,"allocated":585728,"data_stored":240395,"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 Mar 30 04:32:33 2024","interfaces":[{"interface":"back","average":{"1min":0.66700000000000004,"5min":0.65900000000000003,"15min":0.58299999999999996},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.93899999999999995,"5min":0.95299999999999996,"15min":0.95299999999999996},"last":0.57699999999999996},{"interface":"front","average":{"1min":0.78500000000000003,"5min":0.76900000000000002,"15min":0.67500000000000004},"min":{"1min":0.38200000000000001,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":1.085,"5min":1.131,"15min":1.131},"last":1.052}]},{"osd":2,"last update":"Sat Mar 30 04:33:14 2024","interfaces":[{"interface":"back","average":{"1min":0.64400000000000002,"5min":0.64000000000000001,"15min":0.627},"min":{"1min":0.34899999999999998,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.90000000000000002,"5min":0.96199999999999997,"15min":0.96199999999999997},"last":0.55800000000000005},{"interface":"front","average":{"1min":0.76200000000000001,"5min":0.74399999999999999,"15min":0.70799999999999996},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":1.093,"5min":1.431,"15min":1.431},"last":0.64300000000000002}]},{"osd":3,"last update":"Sat Mar 30 04:32:52 2024","interfaces":[{"interface":"back","average":{"1min":0.746,"5min":0.78500000000000003,"15min":0.78300000000000003},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":1.0740000000000001,"5min":1.621,"15min":1.621},"last":0.90000000000000002},{"interface":"front","average":{"1min":0.73199999999999998,"5min":0.746,"15min":0.747},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":1.131,"5min":1.131,"15min":1.131},"last":0.88}]},{"osd":4,"last update":"Sat Mar 30 04:32:29 2024","interfaces":[{"interface":"back","average":{"1min":0.84499999999999997,"5min":0.94899999999999995,"15min":0.97999999999999998},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":1.103,"5min":3.1909999999999998,"15min":3.1909999999999998},"last":0.76400000000000001},{"interface":"front","average":{"1min":0.81399999999999995,"5min":0.95799999999999996,"15min":0.998},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":1.131,"5min":3.7829999999999999,"15min":3.7829999999999999},"last":0.86299999999999999}]},{"osd":5,"last update":"Sat Mar 30 04:33:08 2024","interfaces":[{"interface":"back","average":{"1min":0.92900000000000005,"5min":0.92600000000000005,"15min":0.94199999999999995},"min":{"1min":0.67400000000000004,"5min":0.52400000000000002,"15min":0.52400000000000002},"max":{"1min":1.4610000000000001,"5min":1.4610000000000001,"15min":1.4610000000000001},"last":0.96899999999999997},{"interface":"front","average":{"1min":0.996,"5min":1.0069999999999999,"15min":1.02},"min":{"1min":0.64800000000000002,"5min":0.55700000000000005,"15min":0.55700000000000005},"max":{"1min":1.2929999999999999,"5min":1.2929999999999999,"15min":1.2929999999999999},"last":1.1639999999999999}]},{"osd":6,"last update":"Sat Mar 30 04:32:43 2024","interfaces":[{"interface":"back","average":{"1min":1.028,"5min":1.0089999999999999,"15min":1.006},"min":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":1.423,"5min":1.423,"15min":1.423},"last":0.80900000000000005},{"interface":"front","average":{"1min":1.014,"5min":0.98099999999999998,"15min":0.97499999999999998},"min":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.3220000000000001,"5min":1.3220000000000001,"15min":1.3220000000000001},"last":0.92600000000000005}]},{"osd":7,"last update":"Sat Mar 30 04:33:11 2024","interfaces":[{"interface":"back","average":{"1min":1.077,"5min":0.96199999999999997,"15min":0.94299999999999995},"min":{"1min":0.69799999999999995,"5min":0.44,"15min":0.44},"max":{"1min":1.621,"5min":1.621,"15min":1.621},"last":1.216},{"interface":"front","average":{"1min":1.0860000000000001,"5min":0.94799999999999995,"15min":0.92500000000000004},"min":{"1min":0.63900000000000001,"5min":0.48699999999999999,"15min":0.48699999999999999},"max":{"1min":1.3640000000000001,"5min":1.3640000000000001,"15min":1.3640000000000001},"last":0.93899999999999995}]}]},{"osd":0,"up_from":8,"seq":34359738448,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6928,"kb_used_data":1096,"kb_used_omap":0,"kb_used_meta":5824,"kb_avail":93738224,"statfs":{"total":95995035648,"available":95987941376,"internally_reserved":0,"allocated":1122304,"data_stored":769588,"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 Mar 30 04:32:38 2024","interfaces":[{"interface":"back","average":{"1min":0.69799999999999995,"5min":0.64500000000000002,"15min":0.51000000000000001},"min":{"1min":0.36899999999999999,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":1.0700000000000001,"5min":1.0700000000000001,"15min":1.0700000000000001},"last":0.61799999999999999},{"interface":"front","average":{"1min":0.754,"5min":0.68400000000000005,"15min":0.56200000000000006},"min":{"1min":0.38700000000000001,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":1.145,"5min":1.145,"15min":1.145},"last":0.95899999999999996}]},{"osd":2,"last update":"Sat Mar 30 04:33:13 2024","interfaces":[{"interface":"back","average":{"1min":0.72399999999999998,"5min":0.70999999999999996,"15min":0.64200000000000002},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":1.1850000000000001,"5min":1.1850000000000001,"15min":1.1850000000000001},"last":0.77100000000000002},{"interface":"front","average":{"1min":0.74199999999999999,"5min":0.753,"15min":0.66100000000000003},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":1.196,"5min":1.347,"15min":1.347},"last":0.80700000000000005}]},{"osd":3,"last update":"Sat Mar 30 04:32:53 2024","interfaces":[{"interface":"back","average":{"1min":0.86099999999999999,"5min":0.81000000000000005,"15min":0.77100000000000002},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":1.25,"5min":1.25,"15min":1.25},"last":0.85199999999999998},{"interface":"front","average":{"1min":0.82499999999999996,"5min":0.81100000000000005,"15min":0.78600000000000003},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":1.2370000000000001,"5min":1.28,"15min":1.28},"last":0.90600000000000003}]},{"osd":4,"last update":"Sat Mar 30 04:32:30 2024","interfaces":[{"interface":"back","average":{"1min":0.84799999999999998,"5min":0.83199999999999996,"15min":0.81999999999999995},"min":{"1min":0.52100000000000002,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":1.0900000000000001,"5min":1.0900000000000001,"15min":1.0900000000000001},"last":0.94799999999999995},{"interface":"front","average":{"1min":0.97199999999999998,"5min":0.95699999999999996,"15min":0.93500000000000005},"min":{"1min":0.77400000000000002,"5min":0.67000000000000004,"15min":0.67000000000000004},"max":{"1min":1.5960000000000001,"5min":1.5960000000000001,"15min":1.5960000000000001},"last":1.0680000000000001}]},{"osd":5,"last update":"Sat Mar 30 04:33:07 2024","interfaces":[{"interface":"back","average":{"1min":0.95099999999999996,"5min":0.96299999999999997,"15min":0.95699999999999996},"min":{"1min":0.58599999999999997,"5min":0.57699999999999996,"15min":0.57699999999999996},"max":{"1min":1.7669999999999999,"5min":1.7669999999999999,"15min":1.7669999999999999},"last":1.131},{"interface":"front","average":{"1min":1.071,"5min":1.03,"15min":1.004},"min":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.7490000000000001,"5min":1.7490000000000001,"15min":1.7490000000000001},"last":0.92500000000000004}]},{"osd":6,"last update":"Sat Mar 30 04:32:38 2024","interfaces":[{"interface":"back","average":{"1min":1.1000000000000001,"5min":1.1359999999999999,"15min":1.1419999999999999},"min":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"max":{"1min":1.5900000000000001,"5min":1.9299999999999999,"15min":1.9299999999999999},"last":1.177},{"interface":"front","average":{"1min":1.0249999999999999,"5min":1.0349999999999999,"15min":1.0369999999999999},"min":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"max":{"1min":1.2789999999999999,"5min":1.2789999999999999,"15min":1.2789999999999999},"last":0.89600000000000002}]},{"osd":7,"last update":"Sat Mar 30 04:33:12 2024","interfaces":[{"interface":"back","average":{"1min":0.97599999999999998,"5min":0.98799999999999999,"15min":0.98999999999999999},"min":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"max":{"1min":1.1879999999999999,"5min":1.3540000000000001,"15min":1.3540000000000001},"last":0.995},{"interface":"front","average":{"1min":1.1259999999999999,"5min":1.1379999999999999,"15min":1.1399999999999999},"min":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.6950000000000001,"5min":1.6950000000000001,"15min":1.6950000000000001},"last":1.151}]}]},{"osd":2,"up_from":18,"seq":77309411394,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6280,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738872,"statfs":{"total":95995035648,"available":95988604928,"internally_reserved":0,"allocated":589824,"data_stored":240660,"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 Mar 30 04:33:23 2024","interfaces":[{"interface":"back","average":{"1min":0.56599999999999995,"5min":0.64200000000000002,"15min":0.60299999999999998},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":1.024,"5min":1.1719999999999999,"15min":1.1719999999999999},"last":0.41899999999999998},{"interface":"front","average":{"1min":0.65200000000000002,"5min":0.70399999999999996,"15min":0.63500000000000001},"min":{"1min":0.36199999999999999,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.97699999999999998,"5min":1.256,"15min":1.256},"last":0.36199999999999999}]},{"osd":1,"last update":"Sat Mar 30 04:33:23 2024","interfaces":[{"interface":"back","average":{"1min":0.61799999999999999,"5min":0.68300000000000005,"15min":0.623},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":1.0569999999999999,"5min":1.4179999999999999,"15min":1.4179999999999999},"last":0.316},{"interface":"front","average":{"1min":0.66500000000000004,"5min":0.74199999999999999,"15min":0.68000000000000005},"min":{"1min":0.34000000000000002,"5min":0.313,"15min":0.313},"max":{"1min":0.93500000000000005,"5min":1.528,"15min":1.528},"last":0.439}]},{"osd":3,"last update":"Sat Mar 30 04:32:59 2024","interfaces":[{"interface":"back","average":{"1min":0.85199999999999998,"5min":0.82399999999999995,"15min":0.79800000000000004},"min":{"1min":0.55100000000000005,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":1.3720000000000001,"5min":1.3720000000000001,"15min":1.3720000000000001},"last":0.39300000000000002},{"interface":"front","average":{"1min":0.81799999999999995,"5min":0.81100000000000005,"15min":0.80400000000000005},"min":{"1min":0.377,"5min":0.312,"15min":0.312},"max":{"1min":1.097,"5min":1.27,"15min":1.27},"last":0.46400000000000002}]},{"osd":4,"last update":"Sat Mar 30 04:32:31 2024","interfaces":[{"interface":"back","average":{"1min":0.91000000000000003,"5min":0.95499999999999996,"15min":0.95499999999999996},"min":{"1min":0.60599999999999998,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":1.2769999999999999,"5min":1.4179999999999999,"15min":1.4179999999999999},"last":0.66700000000000004},{"interface":"front","average":{"1min":0.96999999999999997,"5min":0.96799999999999997,"15min":0.96599999999999997},"min":{"1min":0.77200000000000002,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.3580000000000001,"5min":1.3879999999999999,"15min":1.3879999999999999},"last":0.79700000000000004}]},{"osd":5,"last update":"Sat Mar 30 04:33:02 2024","interfaces":[{"interface":"back","average":{"1min":1.107,"5min":1.073,"15min":1.0880000000000001},"min":{"1min":0.66300000000000003,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":2.9489999999999998,"5min":2.9489999999999998,"15min":2.9489999999999998},"last":0.76800000000000002},{"interface":"front","average":{"1min":1.083,"5min":1.0740000000000001,"15min":1.087},"min":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":1.2889999999999999,"5min":1.6299999999999999,"15min":1.6299999999999999},"last":0.65800000000000003}]},{"osd":6,"last update":"Sat Mar 30 04:32:37 2024","interfaces":[{"interface":"back","average":{"1min":1.079,"5min":1.0629999999999999,"15min":1.0609999999999999},"min":{"1min":0.84599999999999997,"5min":0.72199999999999998,"15min":0.72199999999999998},"max":{"1min":1.347,"5min":1.5509999999999999,"15min":1.5509999999999999},"last":0.61399999999999999},{"interface":"front","average":{"1min":1.1040000000000001,"5min":1.0620000000000001,"15min":1.0549999999999999},"min":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"max":{"1min":1.3660000000000001,"5min":1.3660000000000001,"15min":1.3660000000000001},"last":0.84999999999999998}]},{"osd":7,"last update":"Sat Mar 30 04:33:14 2024","interfaces":[{"interface":"back","average":{"1min":0.98299999999999998,"5min":1.095,"15min":1.113},"min":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"max":{"1min":1.258,"5min":1.401,"15min":1.401},"last":0.88500000000000001},{"interface":"front","average":{"1min":1.014,"5min":1.1060000000000001,"15min":1.121},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":1.415,"5min":1.4970000000000001,"15min":1.4970000000000001},"last":0.73599999999999999}]}]},{"osd":3,"up_from":26,"seq":111669149754,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5704,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739448,"statfs":{"total":95995035648,"available":95989194752,"internally_reserved":0,"allocated":589824,"data_stored":240660,"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 Mar 30 04:32:50 2024","interfaces":[{"interface":"back","average":{"1min":0.64500000000000002,"5min":0.67100000000000004,"15min":0.67500000000000004},"min":{"1min":0.41699999999999998,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.94099999999999995,"5min":1.127,"15min":1.127},"last":1.6439999999999999},{"interface":"front","average":{"1min":0.72599999999999998,"5min":0.70099999999999996,"15min":0.66300000000000003},"min":{"1min":0.38800000000000001,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":1.3069999999999999,"5min":1.3069999999999999,"15min":1.3069999999999999},"last":1.615}]},{"osd":1,"last update":"Sat Mar 30 04:32:50 2024","interfaces":[{"interface":"back","average":{"1min":0.78800000000000003,"5min":0.755,"15min":0.71099999999999997},"min":{"1min":0.438,"5min":0.38,"15min":0.38},"max":{"1min":1.236,"5min":1.236,"15min":1.236},"last":0.28299999999999997},{"interface":"front","average":{"1min":0.73799999999999999,"5min":0.74199999999999999,"15min":0.73599999999999999},"min":{"1min":0.372,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":1.2350000000000001,"5min":1.4590000000000001,"15min":1.4590000000000001},"last":1.5940000000000001}]},{"osd":2,"last update":"Sat Mar 30 04:32:50 2024","interfaces":[{"interface":"back","average":{"1min":0.84599999999999997,"5min":0.83699999999999997,"15min":0.80500000000000005},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":1.1080000000000001,"5min":1.244,"15min":1.244},"last":1.724},{"interface":"front","average":{"1min":0.84099999999999997,"5min":0.80900000000000005,"15min":0.78800000000000003},"min":{"1min":0.443,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":1.1539999999999999,"5min":1.157,"15min":1.157},"last":1.6240000000000001}]},{"osd":4,"last update":"Sat Mar 30 04:32:28 2024","interfaces":[{"interface":"back","average":{"1min":0.89200000000000002,"5min":0.91800000000000004,"15min":0.90000000000000002},"min":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":1.1950000000000001,"5min":1.3320000000000001,"15min":1.3320000000000001},"last":1.74},{"interface":"front","average":{"1min":0.94299999999999995,"5min":0.95099999999999996,"15min":0.92500000000000004},"min":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"max":{"1min":1.4530000000000001,"5min":1.4530000000000001,"15min":1.4530000000000001},"last":1.7529999999999999}]},{"osd":5,"last update":"Sat Mar 30 04:33:08 2024","interfaces":[{"interface":"back","average":{"1min":0.84799999999999998,"5min":0.88600000000000001,"15min":0.88700000000000001},"min":{"1min":0.59199999999999997,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":1.1020000000000001,"5min":1.3200000000000001,"15min":1.3200000000000001},"last":1.669},{"interface":"front","average":{"1min":0.95899999999999996,"5min":0.98199999999999998,"15min":0.97199999999999998},"min":{"1min":0.72899999999999998,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.2350000000000001,"5min":1.298,"15min":1.298},"last":1.6910000000000001}]},{"osd":6,"last update":"Sat Mar 30 04:32:38 2024","interfaces":[{"interface":"back","average":{"1min":1.048,"5min":1.0369999999999999,"15min":1.0349999999999999},"min":{"1min":0.66100000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":1.2669999999999999,"5min":1.3100000000000001,"15min":1.3100000000000001},"last":1.716},{"interface":"front","average":{"1min":1.0620000000000001,"5min":1.069,"15min":1.0700000000000001},"min":{"1min":0.59399999999999997,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.3859999999999999,"5min":1.3859999999999999,"15min":1.3859999999999999},"last":1.9710000000000001}]},{"osd":7,"last update":"Sat Mar 30 04:33:17 2024","interfaces":[{"interface":"back","average":{"1min":1.02,"5min":1.02,"15min":1.02},"min":{"1min":0.64100000000000001,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":1.3799999999999999,"5min":1.3799999999999999,"15min":1.3799999999999999},"last":1.7030000000000001},{"interface":"front","average":{"1min":1.0720000000000001,"5min":1.1100000000000001,"15min":1.1160000000000001},"min":{"1min":0.751,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.3640000000000001,"5min":1.415,"15min":1.415},"last":1.655}]}]},{"osd":4,"up_from":31,"seq":133143986227,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5768,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739384,"statfs":{"total":95995035648,"available":95989129216,"internally_reserved":0,"allocated":589824,"data_stored":240660,"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 Mar 30 04:32:31 2024","interfaces":[{"interface":"back","average":{"1min":0.79300000000000004,"5min":0.81000000000000005,"15min":0.79800000000000004},"min":{"1min":0.54800000000000004,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":1.167,"5min":1.3169999999999999,"15min":1.3169999999999999},"last":0.95499999999999996},{"interface":"front","average":{"1min":0.84399999999999997,"5min":0.878,"15min":0.875},"min":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":1.1890000000000001,"5min":1.367,"15min":1.367},"last":0.72599999999999998}]},{"osd":1,"last update":"Sat Mar 30 04:32:31 2024","interfaces":[{"interface":"back","average":{"1min":0.85599999999999998,"5min":0.86399999999999999,"15min":0.86499999999999999},"min":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"max":{"1min":1.1180000000000001,"5min":1.452,"15min":1.452},"last":0.83899999999999997},{"interface":"front","average":{"1min":0.85499999999999998,"5min":0.83499999999999996,"15min":0.81299999999999994},"min":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"max":{"1min":1.155,"5min":1.351,"15min":1.351},"last":0.61299999999999999}]},{"osd":2,"last update":"Sat Mar 30 04:32:31 2024","interfaces":[{"interface":"back","average":{"1min":0.90400000000000003,"5min":0.86599999999999999,"15min":0.83399999999999996},"min":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":1.238,"5min":1.379,"15min":1.379},"last":0.70699999999999996},{"interface":"front","average":{"1min":0.80100000000000005,"5min":0.878,"15min":0.89000000000000001},"min":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":1.2549999999999999,"5min":1.3169999999999999,"15min":1.3169999999999999},"last":0.80000000000000004}]},{"osd":3,"last update":"Sat Mar 30 04:32:31 2024","interfaces":[{"interface":"back","average":{"1min":0.85599999999999998,"5min":0.88900000000000001,"15min":0.878},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":1.2549999999999999,"5min":1.399,"15min":1.399},"last":0.88600000000000001},{"interface":"front","average":{"1min":0.91200000000000003,"5min":0.91800000000000004,"15min":0.92000000000000004},"min":{"1min":0.627,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.2090000000000001,"5min":1.2090000000000001,"15min":1.2090000000000001},"last":0.68500000000000005}]},{"osd":5,"last update":"Sat Mar 30 04:33:07 2024","interfaces":[{"interface":"back","average":{"1min":0.90700000000000003,"5min":0.80300000000000005,"15min":0.78100000000000003},"min":{"1min":0.46999999999999997,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":1.234,"5min":1.284,"15min":1.284},"last":0.77500000000000002},{"interface":"front","average":{"1min":0.93999999999999995,"5min":0.80900000000000005,"15min":0.753},"min":{"1min":0.58099999999999996,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":1.286,"5min":1.286,"15min":1.286},"last":0.97799999999999998}]},{"osd":6,"last update":"Sat Mar 30 04:32:38 2024","interfaces":[{"interface":"back","average":{"1min":0.94499999999999995,"5min":0.91300000000000003,"15min":0.90700000000000003},"min":{"1min":0.54800000000000004,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":1.3400000000000001,"5min":1.4419999999999999,"15min":1.4419999999999999},"last":1.117},{"interface":"front","average":{"1min":1.002,"5min":0.94499999999999995,"15min":0.93500000000000005},"min":{"1min":0.54600000000000004,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":1.52,"5min":1.52,"15min":1.52},"last":1.1020000000000001}]},{"osd":7,"last update":"Sat Mar 30 04:33:14 2024","interfaces":[{"interface":"back","average":{"1min":1.0149999999999999,"5min":1.0269999999999999,"15min":1.0289999999999999},"min":{"1min":0.65900000000000003,"5min":0.504,"15min":0.504},"max":{"1min":1.3320000000000001,"5min":1.569,"15min":1.569},"last":0.94099999999999995},{"interface":"front","average":{"1min":1.089,"5min":1.014,"15min":1.002},"min":{"1min":0.5,"5min":0.5,"15min":0.5},"max":{"1min":1.385,"5min":1.385,"15min":1.385},"last":1.0469999999999999}]}]},{"osd":5,"up_from":39,"seq":167503724587,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5704,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739448,"statfs":{"total":95995035648,"available":95989194752,"internally_reserved":0,"allocated":589824,"data_stored":240660,"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 Mar 30 04:33:07 2024","interfaces":[{"interface":"back","average":{"1min":0.86899999999999999,"5min":0.84799999999999998,"15min":0.84999999999999998},"min":{"1min":0.48699999999999999,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":1.3420000000000001,"5min":1.387,"15min":1.387},"last":0.76900000000000002},{"interface":"front","average":{"1min":0.72299999999999998,"5min":0.79100000000000004,"15min":0.80300000000000005},"min":{"1min":0.42599999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.91400000000000003,"5min":1.2290000000000001,"15min":1.2290000000000001},"last":0.626}]},{"osd":1,"last update":"Sat Mar 30 04:33:07 2024","interfaces":[{"interface":"back","average":{"1min":0.83699999999999997,"5min":0.85099999999999998,"15min":0.84499999999999997},"min":{"1min":0.5,"5min":0.44,"15min":0.44},"max":{"1min":1.1890000000000001,"5min":1.591,"15min":1.591},"last":0.65000000000000002},{"interface":"front","average":{"1min":0.80500000000000005,"5min":0.82299999999999995,"15min":0.82999999999999996},"min":{"1min":0.51300000000000001,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":1.159,"5min":1.159,"15min":1.159},"last":0.73699999999999999}]},{"osd":2,"last update":"Sat Mar 30 04:33:07 2024","interfaces":[{"interface":"back","average":{"1min":0.83199999999999996,"5min":0.86299999999999999,"15min":0.88100000000000001},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":1.214,"5min":1.351,"15min":1.351},"last":0.82199999999999995},{"interface":"front","average":{"1min":0.92100000000000004,"5min":0.85399999999999998,"15min":0.84199999999999997},"min":{"1min":0.54300000000000004,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":1.532,"5min":1.532,"15min":1.532},"last":0.68100000000000005}]},{"osd":3,"last update":"Sat Mar 30 04:33:07 2024","interfaces":[{"interface":"back","average":{"1min":0.83699999999999997,"5min":0.86599999999999999,"15min":0.86799999999999999},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":1.2969999999999999,"5min":1.2969999999999999,"15min":1.2969999999999999},"last":0.75700000000000001},{"interface":"front","average":{"1min":1.0109999999999999,"5min":0.96299999999999997,"15min":0.95299999999999996},"min":{"1min":0.57099999999999995,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":1.46,"5min":1.5920000000000001,"15min":1.5920000000000001},"last":0.70899999999999996}]},{"osd":4,"last update":"Sat Mar 30 04:33:07 2024","interfaces":[{"interface":"back","average":{"1min":0.84799999999999998,"5min":0.81699999999999995,"15min":0.81299999999999994},"min":{"1min":0.39200000000000002,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":1.343,"5min":1.6299999999999999,"15min":1.6299999999999999},"last":0.48799999999999999},{"interface":"front","average":{"1min":0.89100000000000001,"5min":0.82899999999999996,"15min":0.81100000000000005},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":1.365,"5min":1.4570000000000001,"15min":1.4570000000000001},"last":0.51100000000000001}]},{"osd":6,"last update":"Sat Mar 30 04:32:40 2024","interfaces":[{"interface":"back","average":{"1min":0.96799999999999997,"5min":0.83499999999999996,"15min":0.81299999999999994},"min":{"1min":0.50900000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":1.3540000000000001,"5min":1.3540000000000001,"15min":1.3540000000000001},"last":0.55200000000000005},{"interface":"front","average":{"1min":1.117,"5min":1.0029999999999999,"15min":0.98399999999999999},"min":{"1min":0.52000000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":1.4930000000000001,"5min":1.571,"15min":1.571},"last":0.61499999999999999}]},{"osd":7,"last update":"Sat Mar 30 04:33:17 2024","interfaces":[{"interface":"back","average":{"1min":1.0669999999999999,"5min":0.98099999999999998,"15min":0.96699999999999997},"min":{"1min":0.438,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":1.901,"5min":1.901,"15min":1.901},"last":0.56899999999999995},{"interface":"front","average":{"1min":1.083,"5min":1.018,"15min":1.0069999999999999},"min":{"1min":0.42399999999999999,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":1.7230000000000001,"5min":1.7230000000000001,"15min":1.7230000000000001},"last":0.53500000000000003}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-03-30T04:33:31.041 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-03-30T04:33:31.041 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-03-30T04:33:31.041 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-03-30T04:33:31.041 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- ceph health --format=json 2024-03-30T04:33:31.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:31 smithi111 bash[18552]: cluster 2024-03-30T04:33:29.750795+0000 mgr.y (mgr.24304) 92 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:31.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:31 smithi111 bash[18552]: audit 2024-03-30T04:33:29.902919+0000 mgr.y (mgr.24304) 93 : audit [DBG] from='client.14562 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-30T04:33:31.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:31 smithi111 bash[24005]: cluster 2024-03-30T04:33:29.750795+0000 mgr.y (mgr.24304) 92 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:31.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:31 smithi111 bash[24005]: audit 2024-03-30T04:33:29.902919+0000 mgr.y (mgr.24304) 93 : audit [DBG] from='client.14562 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-30T04:33:31.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:31 smithi117 bash[18692]: cluster 2024-03-30T04:33:29.750795+0000 mgr.y (mgr.24304) 92 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:31.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:31 smithi117 bash[18692]: audit 2024-03-30T04:33:29.902919+0000 mgr.y (mgr.24304) 93 : audit [DBG] from='client.14562 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-30T04:33:33.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:33 smithi111 bash[24005]: cluster 2024-03-30T04:33:31.751285+0000 mgr.y (mgr.24304) 94 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:33.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:33 smithi111 bash[18552]: cluster 2024-03-30T04:33:31.751285+0000 mgr.y (mgr.24304) 94 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:33.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:33 smithi117 bash[18692]: cluster 2024-03-30T04:33:31.751285+0000 mgr.y (mgr.24304) 94 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:34.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:34 smithi111 bash[18552]: cluster 2024-03-30T04:33:33.751846+0000 mgr.y (mgr.24304) 95 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:34.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:34 smithi111 bash[24005]: cluster 2024-03-30T04:33:33.751846+0000 mgr.y (mgr.24304) 95 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:34.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:34 smithi117 bash[18692]: cluster 2024-03-30T04:33:33.751846+0000 mgr.y (mgr.24304) 95 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:35.441 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:33:37.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:37 smithi111 bash[18552]: cluster 2024-03-30T04:33:35.752489+0000 mgr.y (mgr.24304) 96 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:37.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:37 smithi111 bash[24005]: cluster 2024-03-30T04:33:35.752489+0000 mgr.y (mgr.24304) 96 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:37.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:37 smithi117 bash[18692]: cluster 2024-03-30T04:33:35.752489+0000 mgr.y (mgr.24304) 96 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:38.235 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-03-30T04:33:38.235 INFO:teuthology.orchestra.run.smithi111.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-03-30T04:33:38.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:38 smithi111 bash[18552]: audit 2024-03-30T04:33:37.830153+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:33:38.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:38 smithi111 bash[18552]: audit 2024-03-30T04:33:37.830989+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:33:38.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:38 smithi111 bash[18552]: audit 2024-03-30T04:33:37.836572+0000 mon.b (mon.2) 82 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:33:38.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:38 smithi111 bash[18552]: audit 2024-03-30T04:33:37.837153+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:33:38.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:38 smithi111 bash[18552]: audit 2024-03-30T04:33:38.239705+0000 mon.a (mon.0) 866 : audit [DBG] from='client.? 172.21.15.111:0/2151410187' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-30T04:33:38.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:38 smithi111 bash[24005]: audit 2024-03-30T04:33:37.830153+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:33:38.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:38 smithi111 bash[24005]: audit 2024-03-30T04:33:37.830989+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:33:38.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:38 smithi111 bash[24005]: audit 2024-03-30T04:33:37.836572+0000 mon.b (mon.2) 82 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:33:38.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:38 smithi111 bash[24005]: audit 2024-03-30T04:33:37.837153+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:33:38.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:38 smithi111 bash[24005]: audit 2024-03-30T04:33:38.239705+0000 mon.a (mon.0) 866 : audit [DBG] from='client.? 172.21.15.111:0/2151410187' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-30T04:33:38.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:38 smithi117 bash[18692]: audit 2024-03-30T04:33:37.830153+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:33:38.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:38 smithi117 bash[18692]: audit 2024-03-30T04:33:37.830989+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:33:38.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:38 smithi117 bash[18692]: audit 2024-03-30T04:33:37.836572+0000 mon.b (mon.2) 82 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:33:38.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:38 smithi117 bash[18692]: audit 2024-03-30T04:33:37.837153+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:33:38.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:38 smithi117 bash[18692]: audit 2024-03-30T04:33:38.239705+0000 mon.a (mon.0) 866 : audit [DBG] from='client.? 172.21.15.111:0/2151410187' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-30T04:33:38.944 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-03-30T04:33:38.944 INFO:tasks.cephadm:Setup complete, yielding 2024-03-30T04:33:38.944 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-30T04:33:38.954 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi111.front.sepia.ceph.com 2024-03-30T04:33:38.954 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- bash -c 'ceph config set mgr mgr/cephadm/use_repo_digest false --force' 2024-03-30T04:33:39.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:39 smithi111 bash[18552]: cluster 2024-03-30T04:33:37.753022+0000 mgr.y (mgr.24304) 97 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:39.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:39 smithi111 bash[24005]: cluster 2024-03-30T04:33:37.753022+0000 mgr.y (mgr.24304) 97 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:39.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:39 smithi117 bash[18692]: cluster 2024-03-30T04:33:37.753022+0000 mgr.y (mgr.24304) 97 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:40.637 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:33:40 smithi117 bash[19625]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:33:40] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:33:41.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:41 smithi111 bash[18552]: cluster 2024-03-30T04:33:39.753660+0000 mgr.y (mgr.24304) 98 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:41.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:41 smithi111 bash[24005]: cluster 2024-03-30T04:33:39.753660+0000 mgr.y (mgr.24304) 98 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:41.619 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:33:41 smithi111 bash[18807]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:33:41] "GET /metrics HTTP/1.1" 200 191511 "" "Prometheus/2.33.4" 2024-03-30T04:33:41.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:41 smithi117 bash[18692]: cluster 2024-03-30T04:33:39.753660+0000 mgr.y (mgr.24304) 98 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:43.148 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-30T04:33:43.157 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi111.front.sepia.ceph.com 2024-03-30T04:33:43.157 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'radosgw-admin realm create --rgw-realm=r --default' 2024-03-30T04:33:43.167 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:42 smithi111 bash[18552]: cluster 2024-03-30T04:33:41.754061+0000 mgr.y (mgr.24304) 99 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:43.167 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:42 smithi111 bash[18552]: audit 2024-03-30T04:33:41.908646+0000 mon.a (mon.0) 867 : audit [INF] from='client.? 172.21.15.111:0/2682739692' entity='client.admin' 2024-03-30T04:33:43.167 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:42 smithi111 bash[18552]: audit 2024-03-30T04:33:41.949852+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:33:43.167 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:42 smithi111 bash[18552]: audit 2024-03-30T04:33:41.951037+0000 mon.b (mon.2) 84 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:33:43.167 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:42 smithi111 bash[18552]: audit 2024-03-30T04:33:41.959087+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:43.167 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:42 smithi111 bash[24005]: cluster 2024-03-30T04:33:41.754061+0000 mgr.y (mgr.24304) 99 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:43.167 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:42 smithi111 bash[24005]: audit 2024-03-30T04:33:41.908646+0000 mon.a (mon.0) 867 : audit [INF] from='client.? 172.21.15.111:0/2682739692' entity='client.admin' 2024-03-30T04:33:43.167 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:42 smithi111 bash[24005]: audit 2024-03-30T04:33:41.949852+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:33:43.167 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:42 smithi111 bash[24005]: audit 2024-03-30T04:33:41.951037+0000 mon.b (mon.2) 84 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:33:43.167 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:42 smithi111 bash[24005]: audit 2024-03-30T04:33:41.959087+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:43.200 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:42 smithi117 bash[18692]: cluster 2024-03-30T04:33:41.754061+0000 mgr.y (mgr.24304) 99 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:43.201 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:42 smithi117 bash[18692]: audit 2024-03-30T04:33:41.908646+0000 mon.a (mon.0) 867 : audit [INF] from='client.? 172.21.15.111:0/2682739692' entity='client.admin' 2024-03-30T04:33:43.201 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:42 smithi117 bash[18692]: audit 2024-03-30T04:33:41.949852+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:33:43.201 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:42 smithi117 bash[18692]: audit 2024-03-30T04:33:41.951037+0000 mon.b (mon.2) 84 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:33:43.201 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:42 smithi117 bash[18692]: audit 2024-03-30T04:33:41.959087+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:45.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:44 smithi117 bash[18692]: cluster 2024-03-30T04:33:43.754564+0000 mgr.y (mgr.24304) 100 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:45.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:44 smithi117 bash[18692]: audit 2024-03-30T04:33:44.853945+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:45.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:44 smithi117 bash[18692]: audit 2024-03-30T04:33:44.867090+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:45.211 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:44 smithi111 bash[18552]: cluster 2024-03-30T04:33:43.754564+0000 mgr.y (mgr.24304) 100 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:45.212 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:44 smithi111 bash[18552]: audit 2024-03-30T04:33:44.853945+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:45.212 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:44 smithi111 bash[18552]: audit 2024-03-30T04:33:44.867090+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:45.212 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:44 smithi111 bash[24005]: cluster 2024-03-30T04:33:43.754564+0000 mgr.y (mgr.24304) 100 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:45.212 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:44 smithi111 bash[24005]: audit 2024-03-30T04:33:44.853945+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:45.212 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:44 smithi111 bash[24005]: audit 2024-03-30T04:33:44.867090+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:45.213 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:33:44 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:33:44] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:33:45.854 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:33:45 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:33:45] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:33:46.118 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:33:45 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:33:45] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:33:46.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:46 smithi111 bash[24005]: audit 2024-03-30T04:33:45.638356+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:46.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:46 smithi111 bash[24005]: audit 2024-03-30T04:33:45.646099+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:46.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:46 smithi111 bash[24005]: cluster 2024-03-30T04:33:45.755155+0000 mgr.y (mgr.24304) 101 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:46.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:46 smithi111 bash[24005]: audit 2024-03-30T04:33:45.940964+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:46.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:46 smithi111 bash[24005]: audit 2024-03-30T04:33:45.951315+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:46.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:46 smithi111 bash[18552]: audit 2024-03-30T04:33:45.638356+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:46.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:46 smithi111 bash[18552]: audit 2024-03-30T04:33:45.646099+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:46.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:46 smithi111 bash[18552]: cluster 2024-03-30T04:33:45.755155+0000 mgr.y (mgr.24304) 101 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:46.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:46 smithi111 bash[18552]: audit 2024-03-30T04:33:45.940964+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:46.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:46 smithi111 bash[18552]: audit 2024-03-30T04:33:45.951315+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:46.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:46 smithi117 bash[18692]: audit 2024-03-30T04:33:45.638356+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:46.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:46 smithi117 bash[18692]: audit 2024-03-30T04:33:45.646099+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:46.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:46 smithi117 bash[18692]: cluster 2024-03-30T04:33:45.755155+0000 mgr.y (mgr.24304) 101 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:46.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:46 smithi117 bash[18692]: audit 2024-03-30T04:33:45.940964+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:46.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:46 smithi117 bash[18692]: audit 2024-03-30T04:33:45.951315+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:33:49.247 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:33:49.247 INFO:teuthology.orchestra.run.smithi111.stdout: "id": "6909fb34-790d-4ff9-b01a-d70e9eef08a1", 2024-03-30T04:33:49.248 INFO:teuthology.orchestra.run.smithi111.stdout: "name": "r", 2024-03-30T04:33:49.248 INFO:teuthology.orchestra.run.smithi111.stdout: "current_period": "b20b574d-45c1-447a-8a8e-8e4774faed03", 2024-03-30T04:33:49.248 INFO:teuthology.orchestra.run.smithi111.stdout: "epoch": 1 2024-03-30T04:33:49.248 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:33:49.445 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:49 smithi111 bash[24005]: cluster 2024-03-30T04:33:47.755670+0000 mgr.y (mgr.24304) 102 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:49.446 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:49 smithi111 bash[24005]: cluster 2024-03-30T04:33:48.185332+0000 mon.a (mon.0) 875 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-03-30T04:33:49.446 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:49 smithi111 bash[24005]: audit 2024-03-30T04:33:48.190786+0000 mon.c (mon.1) 22 : audit [INF] from='client.? 172.21.15.111:0/861566085' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-30T04:33:49.446 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:49 smithi111 bash[24005]: audit 2024-03-30T04:33:48.196489+0000 mon.a (mon.0) 876 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-30T04:33:49.446 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:49 smithi111 bash[18552]: cluster 2024-03-30T04:33:47.755670+0000 mgr.y (mgr.24304) 102 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:49.446 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:49 smithi111 bash[18552]: cluster 2024-03-30T04:33:48.185332+0000 mon.a (mon.0) 875 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-03-30T04:33:49.446 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:49 smithi111 bash[18552]: audit 2024-03-30T04:33:48.190786+0000 mon.c (mon.1) 22 : audit [INF] from='client.? 172.21.15.111:0/861566085' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-30T04:33:49.446 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:49 smithi111 bash[18552]: audit 2024-03-30T04:33:48.196489+0000 mon.a (mon.0) 876 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-30T04:33:49.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:49 smithi117 bash[18692]: cluster 2024-03-30T04:33:47.755670+0000 mgr.y (mgr.24304) 102 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:49.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:49 smithi117 bash[18692]: cluster 2024-03-30T04:33:48.185332+0000 mon.a (mon.0) 875 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-03-30T04:33:49.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:49 smithi117 bash[18692]: audit 2024-03-30T04:33:48.190786+0000 mon.c (mon.1) 22 : audit [INF] from='client.? 172.21.15.111:0/861566085' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-30T04:33:49.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:49 smithi117 bash[18692]: audit 2024-03-30T04:33:48.196489+0000 mon.a (mon.0) 876 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-30T04:33:49.925 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'radosgw-admin zonegroup create --rgw-zonegroup=default --master --default' 2024-03-30T04:33:50.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:50 smithi111 bash[18552]: audit 2024-03-30T04:33:49.187947+0000 mon.a (mon.0) 877 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-30T04:33:50.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:50 smithi111 bash[18552]: cluster 2024-03-30T04:33:49.188185+0000 mon.a (mon.0) 878 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-03-30T04:33:50.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:50 smithi111 bash[18552]: cluster 2024-03-30T04:33:50.189951+0000 mon.a (mon.0) 879 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-03-30T04:33:50.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:50 smithi111 bash[24005]: audit 2024-03-30T04:33:49.187947+0000 mon.a (mon.0) 877 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-30T04:33:50.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:50 smithi111 bash[24005]: cluster 2024-03-30T04:33:49.188185+0000 mon.a (mon.0) 878 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-03-30T04:33:50.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:50 smithi111 bash[24005]: cluster 2024-03-30T04:33:50.189951+0000 mon.a (mon.0) 879 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-03-30T04:33:50.637 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:33:50 smithi117 bash[19625]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:33:50] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:33:50.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:50 smithi117 bash[18692]: audit 2024-03-30T04:33:49.187947+0000 mon.a (mon.0) 877 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-30T04:33:50.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:50 smithi117 bash[18692]: cluster 2024-03-30T04:33:49.188185+0000 mon.a (mon.0) 878 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-03-30T04:33:50.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:50 smithi117 bash[18692]: cluster 2024-03-30T04:33:50.189951+0000 mon.a (mon.0) 879 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-03-30T04:33:51.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:51 smithi111 bash[18552]: cluster 2024-03-30T04:33:49.756273+0000 mgr.y (mgr.24304) 103 : cluster [DBG] pgmap v71: 33 pgs: 32 creating+peering, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:51.618 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:33:51 smithi111 bash[18807]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:33:51] "GET /metrics HTTP/1.1" 200 191511 "" "Prometheus/2.33.4" 2024-03-30T04:33:51.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:51 smithi111 bash[24005]: cluster 2024-03-30T04:33:49.756273+0000 mgr.y (mgr.24304) 103 : cluster [DBG] pgmap v71: 33 pgs: 32 creating+peering, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:51.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:51 smithi117 bash[18692]: cluster 2024-03-30T04:33:49.756273+0000 mgr.y (mgr.24304) 103 : cluster [DBG] pgmap v71: 33 pgs: 32 creating+peering, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:52.696 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:33:52.696 INFO:teuthology.orchestra.run.smithi111.stdout: "id": "dd86c9ce-7669-4ef0-9633-0d72b6df3b9a", 2024-03-30T04:33:52.696 INFO:teuthology.orchestra.run.smithi111.stdout: "name": "default", 2024-03-30T04:33:52.696 INFO:teuthology.orchestra.run.smithi111.stdout: "api_name": "default", 2024-03-30T04:33:52.696 INFO:teuthology.orchestra.run.smithi111.stdout: "is_master": "true", 2024-03-30T04:33:52.696 INFO:teuthology.orchestra.run.smithi111.stdout: "endpoints": [], 2024-03-30T04:33:52.696 INFO:teuthology.orchestra.run.smithi111.stdout: "hostnames": [], 2024-03-30T04:33:52.696 INFO:teuthology.orchestra.run.smithi111.stdout: "hostnames_s3website": [], 2024-03-30T04:33:52.696 INFO:teuthology.orchestra.run.smithi111.stdout: "master_zone": "", 2024-03-30T04:33:52.696 INFO:teuthology.orchestra.run.smithi111.stdout: "zones": [], 2024-03-30T04:33:52.697 INFO:teuthology.orchestra.run.smithi111.stdout: "placement_targets": [], 2024-03-30T04:33:52.697 INFO:teuthology.orchestra.run.smithi111.stdout: "default_placement": "", 2024-03-30T04:33:52.697 INFO:teuthology.orchestra.run.smithi111.stdout: "realm_id": "6909fb34-790d-4ff9-b01a-d70e9eef08a1", 2024-03-30T04:33:52.697 INFO:teuthology.orchestra.run.smithi111.stdout: "sync_policy": { 2024-03-30T04:33:52.697 INFO:teuthology.orchestra.run.smithi111.stdout: "groups": [] 2024-03-30T04:33:52.697 INFO:teuthology.orchestra.run.smithi111.stdout: } 2024-03-30T04:33:52.697 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:33:53.413 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default' 2024-03-30T04:33:53.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:53 smithi111 bash[18552]: cluster 2024-03-30T04:33:51.756930+0000 mgr.y (mgr.24304) 104 : cluster [DBG] pgmap v73: 33 pgs: 32 creating+peering, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:53.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:53 smithi111 bash[24005]: cluster 2024-03-30T04:33:51.756930+0000 mgr.y (mgr.24304) 104 : cluster [DBG] pgmap v73: 33 pgs: 32 creating+peering, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:53.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:53 smithi117 bash[18692]: cluster 2024-03-30T04:33:51.756930+0000 mgr.y (mgr.24304) 104 : cluster [DBG] pgmap v73: 33 pgs: 32 creating+peering, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:55.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:55 smithi111 bash[18552]: cluster 2024-03-30T04:33:53.757656+0000 mgr.y (mgr.24304) 105 : cluster [DBG] pgmap v74: 33 pgs: 22 active+clean, 11 creating+peering; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-03-30T04:33:55.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:55 smithi111 bash[24005]: cluster 2024-03-30T04:33:53.757656+0000 mgr.y (mgr.24304) 105 : cluster [DBG] pgmap v74: 33 pgs: 22 active+clean, 11 creating+peering; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-03-30T04:33:55.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:55 smithi117 bash[18692]: cluster 2024-03-30T04:33:53.757656+0000 mgr.y (mgr.24304) 105 : cluster [DBG] pgmap v74: 33 pgs: 22 active+clean, 11 creating+peering; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-03-30T04:33:56.100 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:33:56.100 INFO:teuthology.orchestra.run.smithi111.stdout: "id": "e2e12869-d923-4115-ade9-c48e79eb48a1", 2024-03-30T04:33:56.100 INFO:teuthology.orchestra.run.smithi111.stdout: "name": "z", 2024-03-30T04:33:56.100 INFO:teuthology.orchestra.run.smithi111.stdout: "domain_root": "z.rgw.meta:root", 2024-03-30T04:33:56.100 INFO:teuthology.orchestra.run.smithi111.stdout: "control_pool": "z.rgw.control", 2024-03-30T04:33:56.100 INFO:teuthology.orchestra.run.smithi111.stdout: "gc_pool": "z.rgw.log:gc", 2024-03-30T04:33:56.100 INFO:teuthology.orchestra.run.smithi111.stdout: "lc_pool": "z.rgw.log:lc", 2024-03-30T04:33:56.100 INFO:teuthology.orchestra.run.smithi111.stdout: "log_pool": "z.rgw.log", 2024-03-30T04:33:56.101 INFO:teuthology.orchestra.run.smithi111.stdout: "intent_log_pool": "z.rgw.log:intent", 2024-03-30T04:33:56.101 INFO:teuthology.orchestra.run.smithi111.stdout: "usage_log_pool": "z.rgw.log:usage", 2024-03-30T04:33:56.101 INFO:teuthology.orchestra.run.smithi111.stdout: "roles_pool": "z.rgw.meta:roles", 2024-03-30T04:33:56.101 INFO:teuthology.orchestra.run.smithi111.stdout: "reshard_pool": "z.rgw.log:reshard", 2024-03-30T04:33:56.101 INFO:teuthology.orchestra.run.smithi111.stdout: "user_keys_pool": "z.rgw.meta:users.keys", 2024-03-30T04:33:56.101 INFO:teuthology.orchestra.run.smithi111.stdout: "user_email_pool": "z.rgw.meta:users.email", 2024-03-30T04:33:56.101 INFO:teuthology.orchestra.run.smithi111.stdout: "user_swift_pool": "z.rgw.meta:users.swift", 2024-03-30T04:33:56.101 INFO:teuthology.orchestra.run.smithi111.stdout: "user_uid_pool": "z.rgw.meta:users.uid", 2024-03-30T04:33:56.101 INFO:teuthology.orchestra.run.smithi111.stdout: "otp_pool": "z.rgw.otp", 2024-03-30T04:33:56.101 INFO:teuthology.orchestra.run.smithi111.stdout: "system_key": { 2024-03-30T04:33:56.101 INFO:teuthology.orchestra.run.smithi111.stdout: "access_key": "", 2024-03-30T04:33:56.101 INFO:teuthology.orchestra.run.smithi111.stdout: "secret_key": "" 2024-03-30T04:33:56.101 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:33:56.101 INFO:teuthology.orchestra.run.smithi111.stdout: "placement_pools": [ 2024-03-30T04:33:56.101 INFO:teuthology.orchestra.run.smithi111.stdout: { 2024-03-30T04:33:56.102 INFO:teuthology.orchestra.run.smithi111.stdout: "key": "default-placement", 2024-03-30T04:33:56.102 INFO:teuthology.orchestra.run.smithi111.stdout: "val": { 2024-03-30T04:33:56.102 INFO:teuthology.orchestra.run.smithi111.stdout: "index_pool": "z.rgw.buckets.index", 2024-03-30T04:33:56.102 INFO:teuthology.orchestra.run.smithi111.stdout: "storage_classes": { 2024-03-30T04:33:56.102 INFO:teuthology.orchestra.run.smithi111.stdout: "STANDARD": { 2024-03-30T04:33:56.102 INFO:teuthology.orchestra.run.smithi111.stdout: "data_pool": "z.rgw.buckets.data" 2024-03-30T04:33:56.102 INFO:teuthology.orchestra.run.smithi111.stdout: } 2024-03-30T04:33:56.102 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:33:56.102 INFO:teuthology.orchestra.run.smithi111.stdout: "data_extra_pool": "z.rgw.buckets.non-ec", 2024-03-30T04:33:56.102 INFO:teuthology.orchestra.run.smithi111.stdout: "index_type": 0 2024-03-30T04:33:56.102 INFO:teuthology.orchestra.run.smithi111.stdout: } 2024-03-30T04:33:56.102 INFO:teuthology.orchestra.run.smithi111.stdout: } 2024-03-30T04:33:56.102 INFO:teuthology.orchestra.run.smithi111.stdout: ], 2024-03-30T04:33:56.102 INFO:teuthology.orchestra.run.smithi111.stdout: "realm_id": "6909fb34-790d-4ff9-b01a-d70e9eef08a1", 2024-03-30T04:33:56.102 INFO:teuthology.orchestra.run.smithi111.stdout: "notif_pool": "z.rgw.log:notif" 2024-03-30T04:33:56.103 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:33:56.890 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'radosgw-admin period update --rgw-realm=r --commit' 2024-03-30T04:33:57.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:57 smithi111 bash[18552]: cluster 2024-03-30T04:33:55.758409+0000 mgr.y (mgr.24304) 106 : cluster [DBG] pgmap v75: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 540 B/s rd, 1.5 KiB/s wr, 2 op/s 2024-03-30T04:33:57.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:57 smithi111 bash[24005]: cluster 2024-03-30T04:33:55.758409+0000 mgr.y (mgr.24304) 106 : cluster [DBG] pgmap v75: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 540 B/s rd, 1.5 KiB/s wr, 2 op/s 2024-03-30T04:33:57.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:57 smithi117 bash[18692]: cluster 2024-03-30T04:33:55.758409+0000 mgr.y (mgr.24304) 106 : cluster [DBG] pgmap v75: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 540 B/s rd, 1.5 KiB/s wr, 2 op/s 2024-03-30T04:33:59.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:33:59 smithi111 bash[18552]: cluster 2024-03-30T04:33:57.758977+0000 mgr.y (mgr.24304) 107 : cluster [DBG] pgmap v76: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 477 B/s rd, 1.3 KiB/s wr, 2 op/s 2024-03-30T04:33:59.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:33:59 smithi111 bash[24005]: cluster 2024-03-30T04:33:57.758977+0000 mgr.y (mgr.24304) 107 : cluster [DBG] pgmap v76: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 477 B/s rd, 1.3 KiB/s wr, 2 op/s 2024-03-30T04:33:59.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:33:59 smithi117 bash[18692]: cluster 2024-03-30T04:33:57.758977+0000 mgr.y (mgr.24304) 107 : cluster [DBG] pgmap v76: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 477 B/s rd, 1.3 KiB/s wr, 2 op/s 2024-03-30T04:34:00.637 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:34:00 smithi117 bash[19625]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:34:00] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:34:01.617 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:34:01 smithi111 bash[18807]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:34:01] "GET /metrics HTTP/1.1" 200 192604 "" "Prometheus/2.33.4" 2024-03-30T04:34:01.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:01 smithi111 bash[18552]: cluster 2024-03-30T04:33:59.759731+0000 mgr.y (mgr.24304) 108 : cluster [DBG] pgmap v77: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 1.6 KiB/s wr, 2 op/s 2024-03-30T04:34:01.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:01 smithi111 bash[18552]: cluster 2024-03-30T04:34:00.376860+0000 mon.a (mon.0) 880 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-03-30T04:34:01.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:01 smithi111 bash[18552]: audit 2024-03-30T04:34:00.388299+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.111:0/560446728' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-03-30T04:34:01.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:01 smithi111 bash[18552]: audit 2024-03-30T04:34:00.389060+0000 mon.a (mon.0) 881 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-03-30T04:34:01.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:01 smithi111 bash[24005]: cluster 2024-03-30T04:33:59.759731+0000 mgr.y (mgr.24304) 108 : cluster [DBG] pgmap v77: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 1.6 KiB/s wr, 2 op/s 2024-03-30T04:34:01.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:01 smithi111 bash[24005]: cluster 2024-03-30T04:34:00.376860+0000 mon.a (mon.0) 880 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-03-30T04:34:01.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:01 smithi111 bash[24005]: audit 2024-03-30T04:34:00.388299+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.111:0/560446728' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-03-30T04:34:01.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:01 smithi111 bash[24005]: audit 2024-03-30T04:34:00.389060+0000 mon.a (mon.0) 881 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-03-30T04:34:01.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:01 smithi117 bash[18692]: cluster 2024-03-30T04:33:59.759731+0000 mgr.y (mgr.24304) 108 : cluster [DBG] pgmap v77: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 1.6 KiB/s wr, 2 op/s 2024-03-30T04:34:01.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:01 smithi117 bash[18692]: cluster 2024-03-30T04:34:00.376860+0000 mon.a (mon.0) 880 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-03-30T04:34:01.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:01 smithi117 bash[18692]: audit 2024-03-30T04:34:00.388299+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.111:0/560446728' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-03-30T04:34:01.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:01 smithi117 bash[18692]: audit 2024-03-30T04:34:00.389060+0000 mon.a (mon.0) 881 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-03-30T04:34:02.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:02 smithi111 bash[18552]: audit 2024-03-30T04:34:01.379417+0000 mon.a (mon.0) 882 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-03-30T04:34:02.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:02 smithi111 bash[18552]: cluster 2024-03-30T04:34:01.379608+0000 mon.a (mon.0) 883 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-03-30T04:34:02.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:02 smithi111 bash[24005]: audit 2024-03-30T04:34:01.379417+0000 mon.a (mon.0) 882 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-03-30T04:34:02.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:02 smithi111 bash[24005]: cluster 2024-03-30T04:34:01.379608+0000 mon.a (mon.0) 883 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-03-30T04:34:02.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:02 smithi117 bash[18692]: audit 2024-03-30T04:34:01.379417+0000 mon.a (mon.0) 882 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-03-30T04:34:02.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:02 smithi117 bash[18692]: cluster 2024-03-30T04:34:01.379608+0000 mon.a (mon.0) 883 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-03-30T04:34:03.757 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:03 smithi117 bash[18692]: cluster 2024-03-30T04:34:01.760323+0000 mgr.y (mgr.24304) 109 : cluster [DBG] pgmap v80: 65 pgs: 32 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 1.1 KiB/s wr, 2 op/s 2024-03-30T04:34:03.758 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:03 smithi117 bash[18692]: cluster 2024-03-30T04:34:02.407462+0000 mon.a (mon.0) 884 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-03-30T04:34:03.758 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:03 smithi117 bash[18692]: audit 2024-03-30T04:34:02.409031+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.111:0/560446728' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-03-30T04:34:03.758 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:03 smithi117 bash[18692]: audit 2024-03-30T04:34:02.411087+0000 mon.a (mon.0) 885 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-03-30T04:34:03.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:03 smithi111 bash[18552]: cluster 2024-03-30T04:34:01.760323+0000 mgr.y (mgr.24304) 109 : cluster [DBG] pgmap v80: 65 pgs: 32 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 1.1 KiB/s wr, 2 op/s 2024-03-30T04:34:03.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:03 smithi111 bash[18552]: cluster 2024-03-30T04:34:02.407462+0000 mon.a (mon.0) 884 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-03-30T04:34:03.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:03 smithi111 bash[18552]: audit 2024-03-30T04:34:02.409031+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.111:0/560446728' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-03-30T04:34:03.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:03 smithi111 bash[18552]: audit 2024-03-30T04:34:02.411087+0000 mon.a (mon.0) 885 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-03-30T04:34:03.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:03 smithi111 bash[24005]: cluster 2024-03-30T04:34:01.760323+0000 mgr.y (mgr.24304) 109 : cluster [DBG] pgmap v80: 65 pgs: 32 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 1.1 KiB/s wr, 2 op/s 2024-03-30T04:34:03.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:03 smithi111 bash[24005]: cluster 2024-03-30T04:34:02.407462+0000 mon.a (mon.0) 884 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-03-30T04:34:03.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:03 smithi111 bash[24005]: audit 2024-03-30T04:34:02.409031+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.111:0/560446728' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-03-30T04:34:03.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:03 smithi111 bash[24005]: audit 2024-03-30T04:34:02.411087+0000 mon.a (mon.0) 885 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-03-30T04:34:04.708 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:04 smithi111 bash[24005]: audit 2024-03-30T04:34:03.403486+0000 mon.a (mon.0) 886 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-03-30T04:34:04.708 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:04 smithi111 bash[24005]: cluster 2024-03-30T04:34:03.403723+0000 mon.a (mon.0) 887 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-03-30T04:34:04.708 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:04 smithi111 bash[18552]: audit 2024-03-30T04:34:03.403486+0000 mon.a (mon.0) 886 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-03-30T04:34:04.708 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:04 smithi111 bash[18552]: cluster 2024-03-30T04:34:03.403723+0000 mon.a (mon.0) 887 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-03-30T04:34:04.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:04 smithi117 bash[18692]: audit 2024-03-30T04:34:03.403486+0000 mon.a (mon.0) 886 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-03-30T04:34:04.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:04 smithi117 bash[18692]: cluster 2024-03-30T04:34:03.403723+0000 mon.a (mon.0) 887 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-03-30T04:34:05.617 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:34:05 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:34:05] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:34:05.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:05 smithi111 bash[18552]: cluster 2024-03-30T04:34:03.761300+0000 mgr.y (mgr.24304) 110 : cluster [DBG] pgmap v83: 97 pgs: 20 unknown, 77 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 5 op/s 2024-03-30T04:34:05.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:05 smithi111 bash[18552]: cluster 2024-03-30T04:34:04.440786+0000 mon.a (mon.0) 888 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-03-30T04:34:05.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:05 smithi111 bash[18552]: audit 2024-03-30T04:34:04.446096+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.111:0/2843614929' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-03-30T04:34:05.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:05 smithi111 bash[18552]: audit 2024-03-30T04:34:04.448728+0000 mon.a (mon.0) 889 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-03-30T04:34:05.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:05 smithi111 bash[18552]: audit 2024-03-30T04:34:05.287731+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:05.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:05 smithi111 bash[18552]: audit 2024-03-30T04:34:05.300602+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:05.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:05 smithi111 bash[24005]: cluster 2024-03-30T04:34:03.761300+0000 mgr.y (mgr.24304) 110 : cluster [DBG] pgmap v83: 97 pgs: 20 unknown, 77 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 5 op/s 2024-03-30T04:34:05.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:05 smithi111 bash[24005]: cluster 2024-03-30T04:34:04.440786+0000 mon.a (mon.0) 888 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-03-30T04:34:05.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:05 smithi111 bash[24005]: audit 2024-03-30T04:34:04.446096+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.111:0/2843614929' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-03-30T04:34:05.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:05 smithi111 bash[24005]: audit 2024-03-30T04:34:04.448728+0000 mon.a (mon.0) 889 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-03-30T04:34:05.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:05 smithi111 bash[24005]: audit 2024-03-30T04:34:05.287731+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:05.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:05 smithi111 bash[24005]: audit 2024-03-30T04:34:05.300602+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:05.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:05 smithi117 bash[18692]: cluster 2024-03-30T04:34:03.761300+0000 mgr.y (mgr.24304) 110 : cluster [DBG] pgmap v83: 97 pgs: 20 unknown, 77 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 5 op/s 2024-03-30T04:34:05.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:05 smithi117 bash[18692]: cluster 2024-03-30T04:34:04.440786+0000 mon.a (mon.0) 888 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-03-30T04:34:05.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:05 smithi117 bash[18692]: audit 2024-03-30T04:34:04.446096+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.111:0/2843614929' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-03-30T04:34:05.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:05 smithi117 bash[18692]: audit 2024-03-30T04:34:04.448728+0000 mon.a (mon.0) 889 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-03-30T04:34:05.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:05 smithi117 bash[18692]: audit 2024-03-30T04:34:05.287731+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:05.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:05 smithi117 bash[18692]: audit 2024-03-30T04:34:05.300602+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:06.117 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:34:05 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:34:05] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:34:06.789 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:06 smithi117 bash[18692]: audit 2024-03-30T04:34:05.449188+0000 mon.a (mon.0) 892 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-03-30T04:34:06.789 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:06 smithi117 bash[18692]: cluster 2024-03-30T04:34:05.450538+0000 mon.a (mon.0) 893 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-03-30T04:34:06.789 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:06 smithi117 bash[18692]: audit 2024-03-30T04:34:05.477489+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.111:0/2843614929' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-30T04:34:06.789 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:06 smithi117 bash[18692]: audit 2024-03-30T04:34:05.480670+0000 mon.a (mon.0) 894 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-30T04:34:06.789 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:06 smithi117 bash[18692]: audit 2024-03-30T04:34:05.756922+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:06.789 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:06 smithi117 bash[18692]: audit 2024-03-30T04:34:05.766164+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:06.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:06 smithi111 bash[24005]: audit 2024-03-30T04:34:05.449188+0000 mon.a (mon.0) 892 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-03-30T04:34:06.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:06 smithi111 bash[24005]: cluster 2024-03-30T04:34:05.450538+0000 mon.a (mon.0) 893 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-03-30T04:34:06.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:06 smithi111 bash[24005]: audit 2024-03-30T04:34:05.477489+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.111:0/2843614929' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-30T04:34:06.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:06 smithi111 bash[24005]: audit 2024-03-30T04:34:05.480670+0000 mon.a (mon.0) 894 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-30T04:34:06.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:06 smithi111 bash[24005]: audit 2024-03-30T04:34:05.756922+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:06.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:06 smithi111 bash[24005]: audit 2024-03-30T04:34:05.766164+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:06.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:06 smithi111 bash[18552]: audit 2024-03-30T04:34:05.449188+0000 mon.a (mon.0) 892 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-03-30T04:34:06.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:06 smithi111 bash[18552]: cluster 2024-03-30T04:34:05.450538+0000 mon.a (mon.0) 893 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-03-30T04:34:06.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:06 smithi111 bash[18552]: audit 2024-03-30T04:34:05.477489+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.111:0/2843614929' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-30T04:34:06.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:06 smithi111 bash[18552]: audit 2024-03-30T04:34:05.480670+0000 mon.a (mon.0) 894 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-30T04:34:06.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:06 smithi111 bash[18552]: audit 2024-03-30T04:34:05.756922+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:06.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:06 smithi111 bash[18552]: audit 2024-03-30T04:34:05.766164+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:07.574 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:34:07.575 INFO:teuthology.orchestra.run.smithi111.stdout: "id": "527ac51e-6caf-4efb-961f-e20ec241a4c9", 2024-03-30T04:34:07.575 INFO:teuthology.orchestra.run.smithi111.stdout: "epoch": 1, 2024-03-30T04:34:07.575 INFO:teuthology.orchestra.run.smithi111.stdout: "predecessor_uuid": "b20b574d-45c1-447a-8a8e-8e4774faed03", 2024-03-30T04:34:07.575 INFO:teuthology.orchestra.run.smithi111.stdout: "sync_status": [], 2024-03-30T04:34:07.575 INFO:teuthology.orchestra.run.smithi111.stdout: "period_map": { 2024-03-30T04:34:07.575 INFO:teuthology.orchestra.run.smithi111.stdout: "id": "527ac51e-6caf-4efb-961f-e20ec241a4c9", 2024-03-30T04:34:07.575 INFO:teuthology.orchestra.run.smithi111.stdout: "zonegroups": [ 2024-03-30T04:34:07.575 INFO:teuthology.orchestra.run.smithi111.stdout: { 2024-03-30T04:34:07.575 INFO:teuthology.orchestra.run.smithi111.stdout: "id": "dd86c9ce-7669-4ef0-9633-0d72b6df3b9a", 2024-03-30T04:34:07.575 INFO:teuthology.orchestra.run.smithi111.stdout: "name": "default", 2024-03-30T04:34:07.575 INFO:teuthology.orchestra.run.smithi111.stdout: "api_name": "default", 2024-03-30T04:34:07.575 INFO:teuthology.orchestra.run.smithi111.stdout: "is_master": "true", 2024-03-30T04:34:07.575 INFO:teuthology.orchestra.run.smithi111.stdout: "endpoints": [], 2024-03-30T04:34:07.575 INFO:teuthology.orchestra.run.smithi111.stdout: "hostnames": [], 2024-03-30T04:34:07.575 INFO:teuthology.orchestra.run.smithi111.stdout: "hostnames_s3website": [], 2024-03-30T04:34:07.576 INFO:teuthology.orchestra.run.smithi111.stdout: "master_zone": "e2e12869-d923-4115-ade9-c48e79eb48a1", 2024-03-30T04:34:07.576 INFO:teuthology.orchestra.run.smithi111.stdout: "zones": [ 2024-03-30T04:34:07.576 INFO:teuthology.orchestra.run.smithi111.stdout: { 2024-03-30T04:34:07.576 INFO:teuthology.orchestra.run.smithi111.stdout: "id": "e2e12869-d923-4115-ade9-c48e79eb48a1", 2024-03-30T04:34:07.576 INFO:teuthology.orchestra.run.smithi111.stdout: "name": "z", 2024-03-30T04:34:07.576 INFO:teuthology.orchestra.run.smithi111.stdout: "endpoints": [], 2024-03-30T04:34:07.576 INFO:teuthology.orchestra.run.smithi111.stdout: "log_meta": "false", 2024-03-30T04:34:07.576 INFO:teuthology.orchestra.run.smithi111.stdout: "log_data": "false", 2024-03-30T04:34:07.576 INFO:teuthology.orchestra.run.smithi111.stdout: "bucket_index_max_shards": 11, 2024-03-30T04:34:07.576 INFO:teuthology.orchestra.run.smithi111.stdout: "read_only": "false", 2024-03-30T04:34:07.576 INFO:teuthology.orchestra.run.smithi111.stdout: "tier_type": "", 2024-03-30T04:34:07.576 INFO:teuthology.orchestra.run.smithi111.stdout: "sync_from_all": "true", 2024-03-30T04:34:07.576 INFO:teuthology.orchestra.run.smithi111.stdout: "sync_from": [], 2024-03-30T04:34:07.576 INFO:teuthology.orchestra.run.smithi111.stdout: "redirect_zone": "" 2024-03-30T04:34:07.576 INFO:teuthology.orchestra.run.smithi111.stdout: } 2024-03-30T04:34:07.577 INFO:teuthology.orchestra.run.smithi111.stdout: ], 2024-03-30T04:34:07.577 INFO:teuthology.orchestra.run.smithi111.stdout: "placement_targets": [ 2024-03-30T04:34:07.577 INFO:teuthology.orchestra.run.smithi111.stdout: { 2024-03-30T04:34:07.577 INFO:teuthology.orchestra.run.smithi111.stdout: "name": "default-placement", 2024-03-30T04:34:07.577 INFO:teuthology.orchestra.run.smithi111.stdout: "tags": [], 2024-03-30T04:34:07.577 INFO:teuthology.orchestra.run.smithi111.stdout: "storage_classes": [ 2024-03-30T04:34:07.577 INFO:teuthology.orchestra.run.smithi111.stdout: "STANDARD" 2024-03-30T04:34:07.577 INFO:teuthology.orchestra.run.smithi111.stdout: ] 2024-03-30T04:34:07.577 INFO:teuthology.orchestra.run.smithi111.stdout: } 2024-03-30T04:34:07.577 INFO:teuthology.orchestra.run.smithi111.stdout: ], 2024-03-30T04:34:07.577 INFO:teuthology.orchestra.run.smithi111.stdout: "default_placement": "default-placement", 2024-03-30T04:34:07.577 INFO:teuthology.orchestra.run.smithi111.stdout: "realm_id": "6909fb34-790d-4ff9-b01a-d70e9eef08a1", 2024-03-30T04:34:07.577 INFO:teuthology.orchestra.run.smithi111.stdout: "sync_policy": { 2024-03-30T04:34:07.577 INFO:teuthology.orchestra.run.smithi111.stdout: "groups": [] 2024-03-30T04:34:07.577 INFO:teuthology.orchestra.run.smithi111.stdout: } 2024-03-30T04:34:07.578 INFO:teuthology.orchestra.run.smithi111.stdout: } 2024-03-30T04:34:07.578 INFO:teuthology.orchestra.run.smithi111.stdout: ], 2024-03-30T04:34:07.578 INFO:teuthology.orchestra.run.smithi111.stdout: "short_zone_ids": [ 2024-03-30T04:34:07.578 INFO:teuthology.orchestra.run.smithi111.stdout: { 2024-03-30T04:34:07.578 INFO:teuthology.orchestra.run.smithi111.stdout: "key": "e2e12869-d923-4115-ade9-c48e79eb48a1", 2024-03-30T04:34:07.578 INFO:teuthology.orchestra.run.smithi111.stdout: "val": 3263264501 2024-03-30T04:34:07.578 INFO:teuthology.orchestra.run.smithi111.stdout: } 2024-03-30T04:34:07.578 INFO:teuthology.orchestra.run.smithi111.stdout: ] 2024-03-30T04:34:07.578 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:34:07.578 INFO:teuthology.orchestra.run.smithi111.stdout: "master_zonegroup": "dd86c9ce-7669-4ef0-9633-0d72b6df3b9a", 2024-03-30T04:34:07.578 INFO:teuthology.orchestra.run.smithi111.stdout: "master_zone": "e2e12869-d923-4115-ade9-c48e79eb48a1", 2024-03-30T04:34:07.578 INFO:teuthology.orchestra.run.smithi111.stdout: "period_config": { 2024-03-30T04:34:07.578 INFO:teuthology.orchestra.run.smithi111.stdout: "bucket_quota": { 2024-03-30T04:34:07.578 INFO:teuthology.orchestra.run.smithi111.stdout: "enabled": false, 2024-03-30T04:34:07.578 INFO:teuthology.orchestra.run.smithi111.stdout: "check_on_raw": false, 2024-03-30T04:34:07.579 INFO:teuthology.orchestra.run.smithi111.stdout: "max_size": -1, 2024-03-30T04:34:07.579 INFO:teuthology.orchestra.run.smithi111.stdout: "max_size_kb": 0, 2024-03-30T04:34:07.579 INFO:teuthology.orchestra.run.smithi111.stdout: "max_objects": -1 2024-03-30T04:34:07.579 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:34:07.579 INFO:teuthology.orchestra.run.smithi111.stdout: "user_quota": { 2024-03-30T04:34:07.579 INFO:teuthology.orchestra.run.smithi111.stdout: "enabled": false, 2024-03-30T04:34:07.579 INFO:teuthology.orchestra.run.smithi111.stdout: "check_on_raw": false, 2024-03-30T04:34:07.579 INFO:teuthology.orchestra.run.smithi111.stdout: "max_size": -1, 2024-03-30T04:34:07.579 INFO:teuthology.orchestra.run.smithi111.stdout: "max_size_kb": 0, 2024-03-30T04:34:07.579 INFO:teuthology.orchestra.run.smithi111.stdout: "max_objects": -1 2024-03-30T04:34:07.579 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:34:07.579 INFO:teuthology.orchestra.run.smithi111.stdout: "user_ratelimit": { 2024-03-30T04:34:07.579 INFO:teuthology.orchestra.run.smithi111.stdout: "max_read_ops": 0, 2024-03-30T04:34:07.579 INFO:teuthology.orchestra.run.smithi111.stdout: "max_write_ops": 0, 2024-03-30T04:34:07.579 INFO:teuthology.orchestra.run.smithi111.stdout: "max_read_bytes": 0, 2024-03-30T04:34:07.579 INFO:teuthology.orchestra.run.smithi111.stdout: "max_write_bytes": 0, 2024-03-30T04:34:07.579 INFO:teuthology.orchestra.run.smithi111.stdout: "enabled": false 2024-03-30T04:34:07.580 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:34:07.580 INFO:teuthology.orchestra.run.smithi111.stdout: "bucket_ratelimit": { 2024-03-30T04:34:07.580 INFO:teuthology.orchestra.run.smithi111.stdout: "max_read_ops": 0, 2024-03-30T04:34:07.580 INFO:teuthology.orchestra.run.smithi111.stdout: "max_write_ops": 0, 2024-03-30T04:34:07.580 INFO:teuthology.orchestra.run.smithi111.stdout: "max_read_bytes": 0, 2024-03-30T04:34:07.580 INFO:teuthology.orchestra.run.smithi111.stdout: "max_write_bytes": 0, 2024-03-30T04:34:07.580 INFO:teuthology.orchestra.run.smithi111.stdout: "enabled": false 2024-03-30T04:34:07.580 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:34:07.580 INFO:teuthology.orchestra.run.smithi111.stdout: "anonymous_ratelimit": { 2024-03-30T04:34:07.580 INFO:teuthology.orchestra.run.smithi111.stdout: "max_read_ops": 0, 2024-03-30T04:34:07.580 INFO:teuthology.orchestra.run.smithi111.stdout: "max_write_ops": 0, 2024-03-30T04:34:07.580 INFO:teuthology.orchestra.run.smithi111.stdout: "max_read_bytes": 0, 2024-03-30T04:34:07.580 INFO:teuthology.orchestra.run.smithi111.stdout: "max_write_bytes": 0, 2024-03-30T04:34:07.580 INFO:teuthology.orchestra.run.smithi111.stdout: "enabled": false 2024-03-30T04:34:07.580 INFO:teuthology.orchestra.run.smithi111.stdout: } 2024-03-30T04:34:07.580 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:34:07.580 INFO:teuthology.orchestra.run.smithi111.stdout: "realm_id": "6909fb34-790d-4ff9-b01a-d70e9eef08a1", 2024-03-30T04:34:07.580 INFO:teuthology.orchestra.run.smithi111.stdout: "realm_name": "r", 2024-03-30T04:34:07.581 INFO:teuthology.orchestra.run.smithi111.stdout: "realm_epoch": 2 2024-03-30T04:34:07.581 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:34:07.792 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:07 smithi111 bash[24005]: cluster 2024-03-30T04:34:05.761947+0000 mgr.y (mgr.24304) 111 : cluster [DBG] pgmap v86: 129 pgs: 32 unknown, 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2024-03-30T04:34:07.793 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:07 smithi111 bash[24005]: audit 2024-03-30T04:34:06.466976+0000 mon.a (mon.0) 897 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-30T04:34:07.793 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:07 smithi111 bash[24005]: cluster 2024-03-30T04:34:06.467187+0000 mon.a (mon.0) 898 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-03-30T04:34:07.793 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:07 smithi111 bash[24005]: audit 2024-03-30T04:34:06.469435+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.111:0/2843614929' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-03-30T04:34:07.793 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:07 smithi111 bash[24005]: audit 2024-03-30T04:34:06.478206+0000 mon.a (mon.0) 899 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-03-30T04:34:07.793 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:07 smithi111 bash[18552]: cluster 2024-03-30T04:34:05.761947+0000 mgr.y (mgr.24304) 111 : cluster [DBG] pgmap v86: 129 pgs: 32 unknown, 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2024-03-30T04:34:07.793 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:07 smithi111 bash[18552]: audit 2024-03-30T04:34:06.466976+0000 mon.a (mon.0) 897 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-30T04:34:07.793 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:07 smithi111 bash[18552]: cluster 2024-03-30T04:34:06.467187+0000 mon.a (mon.0) 898 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-03-30T04:34:07.793 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:07 smithi111 bash[18552]: audit 2024-03-30T04:34:06.469435+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.111:0/2843614929' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-03-30T04:34:07.793 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:07 smithi111 bash[18552]: audit 2024-03-30T04:34:06.478206+0000 mon.a (mon.0) 899 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-03-30T04:34:07.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:07 smithi117 bash[18692]: cluster 2024-03-30T04:34:05.761947+0000 mgr.y (mgr.24304) 111 : cluster [DBG] pgmap v86: 129 pgs: 32 unknown, 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2024-03-30T04:34:07.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:07 smithi117 bash[18692]: audit 2024-03-30T04:34:06.466976+0000 mon.a (mon.0) 897 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-30T04:34:07.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:07 smithi117 bash[18692]: cluster 2024-03-30T04:34:06.467187+0000 mon.a (mon.0) 898 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-03-30T04:34:07.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:07 smithi117 bash[18692]: audit 2024-03-30T04:34:06.469435+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.111:0/2843614929' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-03-30T04:34:07.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:07 smithi117 bash[18692]: audit 2024-03-30T04:34:06.478206+0000 mon.a (mon.0) 899 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-03-30T04:34:08.379 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph orch apply rgw foo --realm r --zone z --placement=2 --port=8000' 2024-03-30T04:34:08.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:08 smithi111 bash[18552]: audit 2024-03-30T04:34:07.488262+0000 mon.a (mon.0) 900 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-03-30T04:34:08.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:08 smithi111 bash[18552]: cluster 2024-03-30T04:34:07.488461+0000 mon.a (mon.0) 901 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-03-30T04:34:08.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:08 smithi111 bash[24005]: audit 2024-03-30T04:34:07.488262+0000 mon.a (mon.0) 900 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-03-30T04:34:08.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:08 smithi111 bash[24005]: cluster 2024-03-30T04:34:07.488461+0000 mon.a (mon.0) 901 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-03-30T04:34:08.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:08 smithi117 bash[18692]: audit 2024-03-30T04:34:07.488262+0000 mon.a (mon.0) 900 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-03-30T04:34:08.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:08 smithi117 bash[18692]: cluster 2024-03-30T04:34:07.488461+0000 mon.a (mon.0) 901 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-03-30T04:34:09.760 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:09 smithi111 bash[18552]: cluster 2024-03-30T04:34:07.762719+0000 mgr.y (mgr.24304) 112 : cluster [DBG] pgmap v89: 129 pgs: 32 unknown, 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-03-30T04:34:09.760 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:09 smithi111 bash[24005]: cluster 2024-03-30T04:34:07.762719+0000 mgr.y (mgr.24304) 112 : cluster [DBG] pgmap v89: 129 pgs: 32 unknown, 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-03-30T04:34:09.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:09 smithi117 bash[18692]: cluster 2024-03-30T04:34:07.762719+0000 mgr.y (mgr.24304) 112 : cluster [DBG] pgmap v89: 129 pgs: 32 unknown, 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-03-30T04:34:10.637 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:34:10 smithi117 bash[19625]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:34:10] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:34:11.348 INFO:teuthology.orchestra.run.smithi111.stdout:Scheduled rgw.foo update... 2024-03-30T04:34:11.617 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:34:11 smithi111 bash[18807]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:34:11] "GET /metrics HTTP/1.1" 200 196633 "" "Prometheus/2.33.4" 2024-03-30T04:34:11.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:11 smithi111 bash[18552]: cluster 2024-03-30T04:34:09.764121+0000 mgr.y (mgr.24304) 113 : cluster [DBG] pgmap v90: 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 2024-03-30T04:34:11.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:11 smithi111 bash[18552]: audit 2024-03-30T04:34:11.349474+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:11.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:11 smithi111 bash[18552]: audit 2024-03-30T04:34:11.365249+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:11.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:11 smithi111 bash[18552]: audit 2024-03-30T04:34:11.366718+0000 mon.b (mon.2) 86 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:11.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:11 smithi111 bash[18552]: audit 2024-03-30T04:34:11.373723+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:11.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:11 smithi111 bash[18552]: audit 2024-03-30T04:34:11.383703+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:11.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:11 smithi111 bash[18552]: audit 2024-03-30T04:34:11.392251+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:11.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:11 smithi111 bash[18552]: audit 2024-03-30T04:34:11.400020+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:11.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:11 smithi111 bash[18552]: audit 2024-03-30T04:34:11.403071+0000 mon.b (mon.2) 87 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi111.gqpgtc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:34:11.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:11 smithi111 bash[18552]: audit 2024-03-30T04:34:11.403388+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi111.gqpgtc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:34:11.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:11 smithi111 bash[18552]: audit 2024-03-30T04:34:11.406645+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi111.gqpgtc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-30T04:34:11.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:11 smithi111 bash[18552]: audit 2024-03-30T04:34:11.413789+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:11.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:11 smithi111 bash[18552]: audit 2024-03-30T04:34:11.418586+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:11.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:11 smithi111 bash[24005]: cluster 2024-03-30T04:34:09.764121+0000 mgr.y (mgr.24304) 113 : cluster [DBG] pgmap v90: 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 2024-03-30T04:34:11.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:11 smithi111 bash[24005]: audit 2024-03-30T04:34:11.349474+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:11.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:11 smithi111 bash[24005]: audit 2024-03-30T04:34:11.365249+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:11.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:11 smithi111 bash[24005]: audit 2024-03-30T04:34:11.366718+0000 mon.b (mon.2) 86 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:11.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:11 smithi111 bash[24005]: audit 2024-03-30T04:34:11.373723+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:11.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:11 smithi111 bash[24005]: audit 2024-03-30T04:34:11.383703+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:11.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:11 smithi111 bash[24005]: audit 2024-03-30T04:34:11.392251+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:11.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:11 smithi111 bash[24005]: audit 2024-03-30T04:34:11.400020+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:11.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:11 smithi111 bash[24005]: audit 2024-03-30T04:34:11.403071+0000 mon.b (mon.2) 87 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi111.gqpgtc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:34:11.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:11 smithi111 bash[24005]: audit 2024-03-30T04:34:11.403388+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi111.gqpgtc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:34:11.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:11 smithi111 bash[24005]: audit 2024-03-30T04:34:11.406645+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi111.gqpgtc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-30T04:34:11.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:11 smithi111 bash[24005]: audit 2024-03-30T04:34:11.413789+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:11.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:11 smithi111 bash[24005]: audit 2024-03-30T04:34:11.418586+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:11.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:11 smithi117 bash[18692]: cluster 2024-03-30T04:34:09.764121+0000 mgr.y (mgr.24304) 113 : cluster [DBG] pgmap v90: 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 2024-03-30T04:34:11.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:11 smithi117 bash[18692]: audit 2024-03-30T04:34:11.349474+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:11.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:11 smithi117 bash[18692]: audit 2024-03-30T04:34:11.365249+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:11.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:11 smithi117 bash[18692]: audit 2024-03-30T04:34:11.366718+0000 mon.b (mon.2) 86 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:11.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:11 smithi117 bash[18692]: audit 2024-03-30T04:34:11.373723+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:11.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:11 smithi117 bash[18692]: audit 2024-03-30T04:34:11.383703+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:11.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:11 smithi117 bash[18692]: audit 2024-03-30T04:34:11.392251+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:11.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:11 smithi117 bash[18692]: audit 2024-03-30T04:34:11.400020+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:11.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:11 smithi117 bash[18692]: audit 2024-03-30T04:34:11.403071+0000 mon.b (mon.2) 87 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi111.gqpgtc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:34:11.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:11 smithi117 bash[18692]: audit 2024-03-30T04:34:11.403388+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi111.gqpgtc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:34:11.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:11 smithi117 bash[18692]: audit 2024-03-30T04:34:11.406645+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi111.gqpgtc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-30T04:34:11.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:11 smithi117 bash[18692]: audit 2024-03-30T04:34:11.413789+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:11.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:11 smithi117 bash[18692]: audit 2024-03-30T04:34:11.418586+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:12.531 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph orch apply rgw smpl' 2024-03-30T04:34:12.836 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:12 smithi111 bash[18552]: audit 2024-03-30T04:34:11.340320+0000 mgr.y (mgr.24304) 114 : audit [DBG] from='client.14637 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foo", "realm": "r", "zone": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:34:12.836 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:12 smithi111 bash[18552]: cephadm 2024-03-30T04:34:11.344728+0000 mgr.y (mgr.24304) 115 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-03-30T04:34:12.836 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:12 smithi111 bash[18552]: cephadm 2024-03-30T04:34:11.395867+0000 mgr.y (mgr.24304) 116 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-03-30T04:34:12.836 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:12 smithi111 bash[18552]: cephadm 2024-03-30T04:34:11.419603+0000 mgr.y (mgr.24304) 117 : cephadm [INF] Deploying daemon rgw.foo.smithi111.gqpgtc on smithi111 2024-03-30T04:34:12.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:12 smithi111 bash[24005]: audit 2024-03-30T04:34:11.340320+0000 mgr.y (mgr.24304) 114 : audit [DBG] from='client.14637 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foo", "realm": "r", "zone": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:34:12.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:12 smithi111 bash[24005]: cephadm 2024-03-30T04:34:11.344728+0000 mgr.y (mgr.24304) 115 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-03-30T04:34:12.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:12 smithi111 bash[24005]: cephadm 2024-03-30T04:34:11.395867+0000 mgr.y (mgr.24304) 116 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-03-30T04:34:12.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:12 smithi111 bash[24005]: cephadm 2024-03-30T04:34:11.419603+0000 mgr.y (mgr.24304) 117 : cephadm [INF] Deploying daemon rgw.foo.smithi111.gqpgtc on smithi111 2024-03-30T04:34:12.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:12 smithi117 bash[18692]: audit 2024-03-30T04:34:11.340320+0000 mgr.y (mgr.24304) 114 : audit [DBG] from='client.14637 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foo", "realm": "r", "zone": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:34:12.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:12 smithi117 bash[18692]: cephadm 2024-03-30T04:34:11.344728+0000 mgr.y (mgr.24304) 115 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-03-30T04:34:12.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:12 smithi117 bash[18692]: cephadm 2024-03-30T04:34:11.395867+0000 mgr.y (mgr.24304) 116 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-03-30T04:34:12.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:12 smithi117 bash[18692]: cephadm 2024-03-30T04:34:11.419603+0000 mgr.y (mgr.24304) 117 : cephadm [INF] Deploying daemon rgw.foo.smithi111.gqpgtc on smithi111 2024-03-30T04:34:13.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:13 smithi111 bash[18552]: cluster 2024-03-30T04:34:11.764818+0000 mgr.y (mgr.24304) 118 : cluster [DBG] pgmap v91: 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 2024-03-30T04:34:13.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:13 smithi111 bash[24005]: cluster 2024-03-30T04:34:11.764818+0000 mgr.y (mgr.24304) 118 : cluster [DBG] pgmap v91: 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 2024-03-30T04:34:13.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:13 smithi117 bash[18692]: cluster 2024-03-30T04:34:11.764818+0000 mgr.y (mgr.24304) 118 : cluster [DBG] pgmap v91: 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 2024-03-30T04:34:14.672 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:34:14 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:14.672 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:34:14 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:14.672 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:14 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:14.673 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:34:14 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:14.673 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:14 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:14.673 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:34:14 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:14.674 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:34:14 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:14.674 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:34:14 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:14.674 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:34:14 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:14.928 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:14 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:14.929 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:34:14 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:14.929 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:14 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:14.929 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:34:14 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:14.930 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:34:14 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:14.930 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:34:14 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:14.931 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:34:14 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:14.931 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:34:14 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:14.931 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:34:14 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:15.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:15 smithi111 bash[24005]: cluster 2024-03-30T04:34:13.765496+0000 mgr.y (mgr.24304) 119 : cluster [DBG] pgmap v92: 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 2024-03-30T04:34:15.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:15 smithi111 bash[24005]: audit 2024-03-30T04:34:14.981481+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:15.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:15 smithi111 bash[24005]: audit 2024-03-30T04:34:14.986680+0000 mon.b (mon.2) 89 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi117.nijpsz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:34:15.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:15 smithi111 bash[24005]: audit 2024-03-30T04:34:14.987093+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi117.nijpsz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:34:15.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:15 smithi111 bash[24005]: audit 2024-03-30T04:34:14.992798+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi117.nijpsz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-30T04:34:15.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:15 smithi111 bash[24005]: audit 2024-03-30T04:34:15.002167+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:15.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:15 smithi111 bash[24005]: audit 2024-03-30T04:34:15.006849+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:15.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:15 smithi111 bash[18552]: cluster 2024-03-30T04:34:13.765496+0000 mgr.y (mgr.24304) 119 : cluster [DBG] pgmap v92: 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 2024-03-30T04:34:15.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:15 smithi111 bash[18552]: audit 2024-03-30T04:34:14.981481+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:15.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:15 smithi111 bash[18552]: audit 2024-03-30T04:34:14.986680+0000 mon.b (mon.2) 89 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi117.nijpsz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:34:15.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:15 smithi111 bash[18552]: audit 2024-03-30T04:34:14.987093+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi117.nijpsz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:34:15.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:15 smithi111 bash[18552]: audit 2024-03-30T04:34:14.992798+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi117.nijpsz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-30T04:34:15.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:15 smithi111 bash[18552]: audit 2024-03-30T04:34:15.002167+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:15.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:15 smithi111 bash[18552]: audit 2024-03-30T04:34:15.006849+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:15.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:15 smithi117 bash[18692]: cluster 2024-03-30T04:34:13.765496+0000 mgr.y (mgr.24304) 119 : cluster [DBG] pgmap v92: 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 2024-03-30T04:34:15.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:15 smithi117 bash[18692]: audit 2024-03-30T04:34:14.981481+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:15.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:15 smithi117 bash[18692]: audit 2024-03-30T04:34:14.986680+0000 mon.b (mon.2) 89 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi117.nijpsz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:34:15.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:15 smithi117 bash[18692]: audit 2024-03-30T04:34:14.987093+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi117.nijpsz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:34:15.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:15 smithi117 bash[18692]: audit 2024-03-30T04:34:14.992798+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi117.nijpsz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-30T04:34:15.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:15 smithi117 bash[18692]: audit 2024-03-30T04:34:15.002167+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:15.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:15 smithi117 bash[18692]: audit 2024-03-30T04:34:15.006849+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:16.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:16 smithi111 bash[18552]: cephadm 2024-03-30T04:34:15.007724+0000 mgr.y (mgr.24304) 120 : cephadm [INF] Deploying daemon rgw.foo.smithi117.nijpsz on smithi117 2024-03-30T04:34:16.773 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:16 smithi117 bash[18692]: cephadm 2024-03-30T04:34:15.007724+0000 mgr.y (mgr.24304) 120 : cephadm [INF] Deploying daemon rgw.foo.smithi117.nijpsz on smithi117 2024-03-30T04:34:17.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:16 smithi111 bash[24005]: cephadm 2024-03-30T04:34:15.007724+0000 mgr.y (mgr.24304) 120 : cephadm [INF] Deploying daemon rgw.foo.smithi117.nijpsz on smithi117 2024-03-30T04:34:17.507 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:17 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:17.507 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:34:17 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:17.508 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:34:17 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:17.508 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:34:17 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:17.508 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:34:17 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:17.509 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:34:17 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:17.509 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:34:17 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:17.509 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:34:17 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:17.510 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:34:17 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:17.783 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:34:17 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:17.783 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:17 smithi117 bash[18692]: cluster 2024-03-30T04:34:15.766226+0000 mgr.y (mgr.24304) 121 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 880 B/s rd, 990 B/s wr, 2 op/s 2024-03-30T04:34:17.784 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:17 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:17.784 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:34:17 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:17.784 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:34:17 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:17.784 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:34:17 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:17.785 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:34:17 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:17.785 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:34:17 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:17.785 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:34:17 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:17.785 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:34:17 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:17.824 INFO:teuthology.orchestra.run.smithi111.stdout:Scheduled rgw.smpl update... 2024-03-30T04:34:17.838 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:17 smithi111 bash[24005]: cluster 2024-03-30T04:34:15.766226+0000 mgr.y (mgr.24304) 121 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 880 B/s rd, 990 B/s wr, 2 op/s 2024-03-30T04:34:17.838 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:17 smithi111 bash[18552]: cluster 2024-03-30T04:34:15.766226+0000 mgr.y (mgr.24304) 121 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 880 B/s rd, 990 B/s wr, 2 op/s 2024-03-30T04:34:19.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:18 smithi111 bash[18552]: cluster 2024-03-30T04:34:17.766696+0000 mgr.y (mgr.24304) 122 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 796 B/s rd, 896 B/s wr, 2 op/s 2024-03-30T04:34:19.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:18 smithi111 bash[18552]: audit 2024-03-30T04:34:17.819020+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:19.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:18 smithi111 bash[18552]: audit 2024-03-30T04:34:17.821668+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:19.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:18 smithi111 bash[18552]: audit 2024-03-30T04:34:17.822270+0000 mgr.y (mgr.24304) 123 : audit [DBG] from='client.24586 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:34:19.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:18 smithi111 bash[18552]: audit 2024-03-30T04:34:17.822506+0000 mon.b (mon.2) 92 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:19.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:18 smithi111 bash[18552]: cephadm 2024-03-30T04:34:17.823445+0000 mgr.y (mgr.24304) 124 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2024-03-30T04:34:19.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:18 smithi111 bash[18552]: audit 2024-03-30T04:34:17.828153+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:19.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:18 smithi111 bash[18552]: cephadm 2024-03-30T04:34:17.828580+0000 mgr.y (mgr.24304) 125 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-30T04:34:19.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:18 smithi111 bash[18552]: audit 2024-03-30T04:34:17.887581+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:19.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:18 smithi111 bash[18552]: audit 2024-03-30T04:34:18.196172+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:19.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:18 smithi111 bash[18552]: audit 2024-03-30T04:34:18.206173+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:19.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:18 smithi111 bash[18552]: audit 2024-03-30T04:34:18.213293+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:19.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:18 smithi111 bash[18552]: cephadm 2024-03-30T04:34:18.214995+0000 mgr.y (mgr.24304) 126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:34:19.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:18 smithi111 bash[18552]: audit 2024-03-30T04:34:18.222111+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:19.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:18 smithi111 bash[18552]: audit 2024-03-30T04:34:18.223227+0000 mon.b (mon.2) 94 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:19.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:18 smithi111 bash[18552]: cephadm 2024-03-30T04:34:18.226916+0000 mgr.y (mgr.24304) 127 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-30T04:34:19.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:18 smithi111 bash[18552]: audit 2024-03-30T04:34:18.468468+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:19.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:18 smithi111 bash[18552]: cephadm 2024-03-30T04:34:18.474974+0000 mgr.y (mgr.24304) 128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:34:19.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:18 smithi111 bash[24005]: cluster 2024-03-30T04:34:17.766696+0000 mgr.y (mgr.24304) 122 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 796 B/s rd, 896 B/s wr, 2 op/s 2024-03-30T04:34:19.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:18 smithi111 bash[24005]: audit 2024-03-30T04:34:17.819020+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:19.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:18 smithi111 bash[24005]: audit 2024-03-30T04:34:17.821668+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:19.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:18 smithi111 bash[24005]: audit 2024-03-30T04:34:17.822270+0000 mgr.y (mgr.24304) 123 : audit [DBG] from='client.24586 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:34:19.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:18 smithi111 bash[24005]: audit 2024-03-30T04:34:17.822506+0000 mon.b (mon.2) 92 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:19.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:18 smithi111 bash[24005]: cephadm 2024-03-30T04:34:17.823445+0000 mgr.y (mgr.24304) 124 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2024-03-30T04:34:19.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:18 smithi111 bash[24005]: audit 2024-03-30T04:34:17.828153+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:19.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:18 smithi111 bash[24005]: cephadm 2024-03-30T04:34:17.828580+0000 mgr.y (mgr.24304) 125 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-30T04:34:19.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:18 smithi111 bash[24005]: audit 2024-03-30T04:34:17.887581+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:19.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:18 smithi111 bash[24005]: audit 2024-03-30T04:34:18.196172+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:19.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:18 smithi111 bash[24005]: audit 2024-03-30T04:34:18.206173+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:19.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:18 smithi111 bash[24005]: audit 2024-03-30T04:34:18.213293+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:19.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:18 smithi111 bash[24005]: cephadm 2024-03-30T04:34:18.214995+0000 mgr.y (mgr.24304) 126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:34:19.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:18 smithi111 bash[24005]: audit 2024-03-30T04:34:18.222111+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:19.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:18 smithi111 bash[24005]: audit 2024-03-30T04:34:18.223227+0000 mon.b (mon.2) 94 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:19.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:18 smithi111 bash[24005]: cephadm 2024-03-30T04:34:18.226916+0000 mgr.y (mgr.24304) 127 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-30T04:34:19.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:18 smithi111 bash[24005]: audit 2024-03-30T04:34:18.468468+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:19.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:18 smithi111 bash[24005]: cephadm 2024-03-30T04:34:18.474974+0000 mgr.y (mgr.24304) 128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:34:19.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:18 smithi117 bash[18692]: cluster 2024-03-30T04:34:17.766696+0000 mgr.y (mgr.24304) 122 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 796 B/s rd, 896 B/s wr, 2 op/s 2024-03-30T04:34:19.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:18 smithi117 bash[18692]: audit 2024-03-30T04:34:17.819020+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:19.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:18 smithi117 bash[18692]: audit 2024-03-30T04:34:17.821668+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:19.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:18 smithi117 bash[18692]: audit 2024-03-30T04:34:17.822270+0000 mgr.y (mgr.24304) 123 : audit [DBG] from='client.24586 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:34:19.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:18 smithi117 bash[18692]: audit 2024-03-30T04:34:17.822506+0000 mon.b (mon.2) 92 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:19.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:18 smithi117 bash[18692]: cephadm 2024-03-30T04:34:17.823445+0000 mgr.y (mgr.24304) 124 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2024-03-30T04:34:19.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:18 smithi117 bash[18692]: audit 2024-03-30T04:34:17.828153+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:19.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:18 smithi117 bash[18692]: cephadm 2024-03-30T04:34:17.828580+0000 mgr.y (mgr.24304) 125 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-30T04:34:19.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:18 smithi117 bash[18692]: audit 2024-03-30T04:34:17.887581+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:19.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:18 smithi117 bash[18692]: audit 2024-03-30T04:34:18.196172+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:19.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:18 smithi117 bash[18692]: audit 2024-03-30T04:34:18.206173+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:19.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:18 smithi117 bash[18692]: audit 2024-03-30T04:34:18.213293+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:19.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:18 smithi117 bash[18692]: cephadm 2024-03-30T04:34:18.214995+0000 mgr.y (mgr.24304) 126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:34:19.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:18 smithi117 bash[18692]: audit 2024-03-30T04:34:18.222111+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:19.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:18 smithi117 bash[18692]: audit 2024-03-30T04:34:18.223227+0000 mon.b (mon.2) 94 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:19.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:18 smithi117 bash[18692]: cephadm 2024-03-30T04:34:18.226916+0000 mgr.y (mgr.24304) 127 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-30T04:34:19.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:18 smithi117 bash[18692]: audit 2024-03-30T04:34:18.468468+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:19.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:18 smithi117 bash[18692]: cephadm 2024-03-30T04:34:18.474974+0000 mgr.y (mgr.24304) 128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:34:19.323 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph osd pool create foo' 2024-03-30T04:34:20.387 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:34:20 smithi117 bash[19625]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:34:20] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:34:21.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:21 smithi111 bash[18552]: cluster 2024-03-30T04:34:19.768349+0000 mgr.y (mgr.24304) 129 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 585 KiB data, 54 MiB used, 715 GiB / 715 GiB avail; 67 KiB/s rd, 3.7 KiB/s wr, 137 op/s 2024-03-30T04:34:21.618 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:34:21 smithi111 bash[18807]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:34:21] "GET /metrics HTTP/1.1" 200 196633 "" "Prometheus/2.33.4" 2024-03-30T04:34:21.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:21 smithi111 bash[24005]: cluster 2024-03-30T04:34:19.768349+0000 mgr.y (mgr.24304) 129 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 585 KiB data, 54 MiB used, 715 GiB / 715 GiB avail; 67 KiB/s rd, 3.7 KiB/s wr, 137 op/s 2024-03-30T04:34:21.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:21 smithi117 bash[18692]: cluster 2024-03-30T04:34:19.768349+0000 mgr.y (mgr.24304) 129 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 585 KiB data, 54 MiB used, 715 GiB / 715 GiB avail; 67 KiB/s rd, 3.7 KiB/s wr, 137 op/s 2024-03-30T04:34:23.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:23 smithi111 bash[18552]: cluster 2024-03-30T04:34:21.769075+0000 mgr.y (mgr.24304) 130 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 585 KiB data, 54 MiB used, 715 GiB / 715 GiB avail; 66 KiB/s rd, 2.9 KiB/s wr, 135 op/s 2024-03-30T04:34:23.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:23 smithi111 bash[24005]: cluster 2024-03-30T04:34:21.769075+0000 mgr.y (mgr.24304) 130 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 585 KiB data, 54 MiB used, 715 GiB / 715 GiB avail; 66 KiB/s rd, 2.9 KiB/s wr, 135 op/s 2024-03-30T04:34:23.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:23 smithi117 bash[18692]: cluster 2024-03-30T04:34:21.769075+0000 mgr.y (mgr.24304) 130 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 585 KiB data, 54 MiB used, 715 GiB / 715 GiB avail; 66 KiB/s rd, 2.9 KiB/s wr, 135 op/s 2024-03-30T04:34:24.117 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:34:23 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:34:23] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:34:24.782 INFO:teuthology.orchestra.run.smithi111.stderr:pool 'foo' created 2024-03-30T04:34:25.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:24 smithi111 bash[18552]: audit 2024-03-30T04:34:23.755056+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:25.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:24 smithi111 bash[18552]: cluster 2024-03-30T04:34:23.769978+0000 mgr.y (mgr.24304) 131 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 585 KiB data, 64 MiB used, 715 GiB / 715 GiB avail; 153 KiB/s rd, 3.0 KiB/s wr, 268 op/s 2024-03-30T04:34:25.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:24 smithi111 bash[18552]: audit 2024-03-30T04:34:24.205792+0000 mon.a (mon.0) 922 : audit [INF] from='client.? 172.21.15.111:0/1725748721' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-03-30T04:34:25.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:24 smithi111 bash[24005]: audit 2024-03-30T04:34:23.755056+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:25.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:24 smithi111 bash[24005]: cluster 2024-03-30T04:34:23.769978+0000 mgr.y (mgr.24304) 131 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 585 KiB data, 64 MiB used, 715 GiB / 715 GiB avail; 153 KiB/s rd, 3.0 KiB/s wr, 268 op/s 2024-03-30T04:34:25.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:24 smithi111 bash[24005]: audit 2024-03-30T04:34:24.205792+0000 mon.a (mon.0) 922 : audit [INF] from='client.? 172.21.15.111:0/1725748721' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-03-30T04:34:25.118 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:34:24 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:34:24] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:34:25.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:24 smithi117 bash[18692]: audit 2024-03-30T04:34:23.755056+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:25.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:24 smithi117 bash[18692]: cluster 2024-03-30T04:34:23.769978+0000 mgr.y (mgr.24304) 131 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 585 KiB data, 64 MiB used, 715 GiB / 715 GiB avail; 153 KiB/s rd, 3.0 KiB/s wr, 268 op/s 2024-03-30T04:34:25.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:24 smithi117 bash[18692]: audit 2024-03-30T04:34:24.205792+0000 mon.a (mon.0) 922 : audit [INF] from='client.? 172.21.15.111:0/1725748721' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-03-30T04:34:25.617 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:34:25 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:34:25] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:34:25.810 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'rbd pool init foo' 2024-03-30T04:34:26.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:25 smithi111 bash[18552]: audit 2024-03-30T04:34:24.770600+0000 mon.a (mon.0) 923 : audit [INF] from='client.? 172.21.15.111:0/1725748721' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2024-03-30T04:34:26.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:25 smithi111 bash[18552]: cluster 2024-03-30T04:34:24.770821+0000 mon.a (mon.0) 924 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-03-30T04:34:26.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:25 smithi111 bash[18552]: audit 2024-03-30T04:34:24.947418+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:26.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:25 smithi111 bash[18552]: audit 2024-03-30T04:34:24.958782+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:26.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:25 smithi111 bash[18552]: audit 2024-03-30T04:34:25.395558+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:26.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:25 smithi111 bash[24005]: audit 2024-03-30T04:34:24.770600+0000 mon.a (mon.0) 923 : audit [INF] from='client.? 172.21.15.111:0/1725748721' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2024-03-30T04:34:26.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:25 smithi111 bash[24005]: cluster 2024-03-30T04:34:24.770821+0000 mon.a (mon.0) 924 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-03-30T04:34:26.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:25 smithi111 bash[24005]: audit 2024-03-30T04:34:24.947418+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:26.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:25 smithi111 bash[24005]: audit 2024-03-30T04:34:24.958782+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:26.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:25 smithi111 bash[24005]: audit 2024-03-30T04:34:25.395558+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:26.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:25 smithi117 bash[18692]: audit 2024-03-30T04:34:24.770600+0000 mon.a (mon.0) 923 : audit [INF] from='client.? 172.21.15.111:0/1725748721' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2024-03-30T04:34:26.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:25 smithi117 bash[18692]: cluster 2024-03-30T04:34:24.770821+0000 mon.a (mon.0) 924 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-03-30T04:34:26.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:25 smithi117 bash[18692]: audit 2024-03-30T04:34:24.947418+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:26.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:25 smithi117 bash[18692]: audit 2024-03-30T04:34:24.958782+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:26.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:25 smithi117 bash[18692]: audit 2024-03-30T04:34:25.395558+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:27.033 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:26 smithi111 bash[18552]: cluster 2024-03-30T04:34:25.774204+0000 mon.a (mon.0) 928 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-03-30T04:34:27.033 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:26 smithi111 bash[18552]: cluster 2024-03-30T04:34:25.775456+0000 mgr.y (mgr.24304) 132 : cluster [DBG] pgmap v100: 161 pgs: 32 unknown, 129 active+clean; 585 KiB data, 64 MiB used, 715 GiB / 715 GiB avail; 229 KiB/s rd, 4.5 KiB/s wr, 402 op/s 2024-03-30T04:34:27.034 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:26 smithi111 bash[24005]: cluster 2024-03-30T04:34:25.774204+0000 mon.a (mon.0) 928 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-03-30T04:34:27.034 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:26 smithi111 bash[24005]: cluster 2024-03-30T04:34:25.775456+0000 mgr.y (mgr.24304) 132 : cluster [DBG] pgmap v100: 161 pgs: 32 unknown, 129 active+clean; 585 KiB data, 64 MiB used, 715 GiB / 715 GiB avail; 229 KiB/s rd, 4.5 KiB/s wr, 402 op/s 2024-03-30T04:34:27.034 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:34:26 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:34:26] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:34:27.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:26 smithi117 bash[18692]: cluster 2024-03-30T04:34:25.774204+0000 mon.a (mon.0) 928 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-03-30T04:34:27.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:26 smithi117 bash[18692]: cluster 2024-03-30T04:34:25.775456+0000 mgr.y (mgr.24304) 132 : cluster [DBG] pgmap v100: 161 pgs: 32 unknown, 129 active+clean; 585 KiB data, 64 MiB used, 715 GiB / 715 GiB avail; 229 KiB/s rd, 4.5 KiB/s wr, 402 op/s 2024-03-30T04:34:28.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:27 smithi111 bash[24005]: cluster 2024-03-30T04:34:26.799573+0000 mon.a (mon.0) 929 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-03-30T04:34:28.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:27 smithi111 bash[24005]: audit 2024-03-30T04:34:26.907197+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:28.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:27 smithi111 bash[24005]: audit 2024-03-30T04:34:26.912482+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:28.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:27 smithi111 bash[24005]: audit 2024-03-30T04:34:26.915926+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:28.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:27 smithi111 bash[24005]: audit 2024-03-30T04:34:26.919579+0000 mon.b (mon.2) 96 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:28.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:27 smithi111 bash[24005]: audit 2024-03-30T04:34:26.926422+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:28.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:27 smithi111 bash[24005]: cephadm 2024-03-30T04:34:26.932757+0000 mgr.y (mgr.24304) 133 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2024-03-30T04:34:28.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:27 smithi111 bash[24005]: audit 2024-03-30T04:34:26.938008+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:28.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:27 smithi111 bash[24005]: audit 2024-03-30T04:34:26.940464+0000 mon.b (mon.2) 97 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi111.nqgkvi", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:34:28.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:27 smithi111 bash[24005]: audit 2024-03-30T04:34:26.940756+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi111.nqgkvi", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:34:28.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:27 smithi111 bash[24005]: audit 2024-03-30T04:34:26.945487+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi111.nqgkvi", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-30T04:34:28.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:27 smithi111 bash[24005]: audit 2024-03-30T04:34:26.952731+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:28.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:27 smithi111 bash[24005]: audit 2024-03-30T04:34:26.955940+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:28.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:27 smithi111 bash[24005]: cephadm 2024-03-30T04:34:26.956918+0000 mgr.y (mgr.24304) 134 : cephadm [INF] Deploying daemon rgw.smpl.smithi111.nqgkvi on smithi111 2024-03-30T04:34:28.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:27 smithi111 bash[18552]: cluster 2024-03-30T04:34:26.799573+0000 mon.a (mon.0) 929 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-03-30T04:34:28.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:27 smithi111 bash[18552]: audit 2024-03-30T04:34:26.907197+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:28.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:27 smithi111 bash[18552]: audit 2024-03-30T04:34:26.912482+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:28.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:27 smithi111 bash[18552]: audit 2024-03-30T04:34:26.915926+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:28.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:27 smithi111 bash[18552]: audit 2024-03-30T04:34:26.919579+0000 mon.b (mon.2) 96 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:28.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:27 smithi111 bash[18552]: audit 2024-03-30T04:34:26.926422+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:28.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:27 smithi111 bash[18552]: cephadm 2024-03-30T04:34:26.932757+0000 mgr.y (mgr.24304) 133 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2024-03-30T04:34:28.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:27 smithi111 bash[18552]: audit 2024-03-30T04:34:26.938008+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:28.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:27 smithi111 bash[18552]: audit 2024-03-30T04:34:26.940464+0000 mon.b (mon.2) 97 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi111.nqgkvi", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:34:28.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:27 smithi111 bash[18552]: audit 2024-03-30T04:34:26.940756+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi111.nqgkvi", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:34:28.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:27 smithi111 bash[18552]: audit 2024-03-30T04:34:26.945487+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi111.nqgkvi", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-30T04:34:28.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:27 smithi111 bash[18552]: audit 2024-03-30T04:34:26.952731+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:28.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:27 smithi111 bash[18552]: audit 2024-03-30T04:34:26.955940+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:28.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:27 smithi111 bash[18552]: cephadm 2024-03-30T04:34:26.956918+0000 mgr.y (mgr.24304) 134 : cephadm [INF] Deploying daemon rgw.smpl.smithi111.nqgkvi on smithi111 2024-03-30T04:34:28.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:27 smithi117 bash[18692]: cluster 2024-03-30T04:34:26.799573+0000 mon.a (mon.0) 929 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-03-30T04:34:28.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:27 smithi117 bash[18692]: audit 2024-03-30T04:34:26.907197+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:28.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:27 smithi117 bash[18692]: audit 2024-03-30T04:34:26.912482+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:28.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:27 smithi117 bash[18692]: audit 2024-03-30T04:34:26.915926+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:28.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:27 smithi117 bash[18692]: audit 2024-03-30T04:34:26.919579+0000 mon.b (mon.2) 96 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:28.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:27 smithi117 bash[18692]: audit 2024-03-30T04:34:26.926422+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:28.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:27 smithi117 bash[18692]: cephadm 2024-03-30T04:34:26.932757+0000 mgr.y (mgr.24304) 133 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2024-03-30T04:34:28.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:27 smithi117 bash[18692]: audit 2024-03-30T04:34:26.938008+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:28.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:27 smithi117 bash[18692]: audit 2024-03-30T04:34:26.940464+0000 mon.b (mon.2) 97 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi111.nqgkvi", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:34:28.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:27 smithi117 bash[18692]: audit 2024-03-30T04:34:26.940756+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi111.nqgkvi", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:34:28.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:27 smithi117 bash[18692]: audit 2024-03-30T04:34:26.945487+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi111.nqgkvi", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-30T04:34:28.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:27 smithi117 bash[18692]: audit 2024-03-30T04:34:26.952731+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:28.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:27 smithi117 bash[18692]: audit 2024-03-30T04:34:26.955940+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:28.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:27 smithi117 bash[18692]: cephadm 2024-03-30T04:34:26.956918+0000 mgr.y (mgr.24304) 134 : cephadm [INF] Deploying daemon rgw.smpl.smithi111.nqgkvi on smithi111 2024-03-30T04:34:29.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:28 smithi111 bash[18552]: cluster 2024-03-30T04:34:27.776203+0000 mgr.y (mgr.24304) 135 : cluster [DBG] pgmap v102: 161 pgs: 32 unknown, 129 active+clean; 585 KiB data, 64 MiB used, 715 GiB / 715 GiB avail; 174 KiB/s rd, 170 B/s wr, 266 op/s 2024-03-30T04:34:29.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:28 smithi111 bash[24005]: cluster 2024-03-30T04:34:27.776203+0000 mgr.y (mgr.24304) 135 : cluster [DBG] pgmap v102: 161 pgs: 32 unknown, 129 active+clean; 585 KiB data, 64 MiB used, 715 GiB / 715 GiB avail; 174 KiB/s rd, 170 B/s wr, 266 op/s 2024-03-30T04:34:29.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:28 smithi117 bash[18692]: cluster 2024-03-30T04:34:27.776203+0000 mgr.y (mgr.24304) 135 : cluster [DBG] pgmap v102: 161 pgs: 32 unknown, 129 active+clean; 585 KiB data, 64 MiB used, 715 GiB / 715 GiB avail; 174 KiB/s rd, 170 B/s wr, 266 op/s 2024-03-30T04:34:30.117 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:34:30 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:30.118 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:34:30 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:30.118 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:34:30 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:30.118 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:34:30 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:30.119 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:34:30 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:30.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:29 smithi111 bash[18552]: audit 2024-03-30T04:34:29.429080+0000 mon.a (mon.0) 937 : audit [INF] from='client.? 172.21.15.111:0/3193169011' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-03-30T04:34:30.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:30 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:30.119 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:34:30 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:30.120 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:34:30 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:30.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:29 smithi111 bash[24005]: audit 2024-03-30T04:34:29.429080+0000 mon.a (mon.0) 937 : audit [INF] from='client.? 172.21.15.111:0/3193169011' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-03-30T04:34:30.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:30 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:30.322 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:29 smithi117 bash[18692]: audit 2024-03-30T04:34:29.429080+0000 mon.a (mon.0) 937 : audit [INF] from='client.? 172.21.15.111:0/3193169011' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-03-30T04:34:30.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:30 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:30.383 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:34:30 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:30.384 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:34:30 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:30.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:30 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:30.384 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:34:30 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:30.385 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:34:30 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:30.385 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:34:30 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:30.385 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:34:30 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:30.385 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:34:30 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:30.636 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:34:30 smithi117 bash[19625]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:34:30] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:34:31.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:30 smithi111 bash[18552]: cluster 2024-03-30T04:34:29.777808+0000 mgr.y (mgr.24304) 136 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 15 op/s 2024-03-30T04:34:31.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:30 smithi111 bash[18552]: audit 2024-03-30T04:34:29.975608+0000 mon.a (mon.0) 938 : audit [INF] from='client.? 172.21.15.111:0/3193169011' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2024-03-30T04:34:31.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:30 smithi111 bash[18552]: cluster 2024-03-30T04:34:29.975774+0000 mon.a (mon.0) 939 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-03-30T04:34:31.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:30 smithi111 bash[18552]: audit 2024-03-30T04:34:30.426573+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:31.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:30 smithi111 bash[18552]: audit 2024-03-30T04:34:30.431956+0000 mon.b (mon.2) 99 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi117.wrgldy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:34:31.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:30 smithi111 bash[18552]: audit 2024-03-30T04:34:30.432206+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi117.wrgldy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:34:31.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:30 smithi111 bash[18552]: audit 2024-03-30T04:34:30.437500+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi117.wrgldy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-30T04:34:31.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:30 smithi111 bash[18552]: audit 2024-03-30T04:34:30.446992+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:31.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:30 smithi111 bash[18552]: audit 2024-03-30T04:34:30.452058+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:31.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:30 smithi111 bash[18552]: cephadm 2024-03-30T04:34:30.452893+0000 mgr.y (mgr.24304) 137 : cephadm [INF] Deploying daemon rgw.smpl.smithi117.wrgldy on smithi117 2024-03-30T04:34:31.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:30 smithi111 bash[24005]: cluster 2024-03-30T04:34:29.777808+0000 mgr.y (mgr.24304) 136 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 15 op/s 2024-03-30T04:34:31.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:30 smithi111 bash[24005]: audit 2024-03-30T04:34:29.975608+0000 mon.a (mon.0) 938 : audit [INF] from='client.? 172.21.15.111:0/3193169011' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2024-03-30T04:34:31.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:30 smithi111 bash[24005]: cluster 2024-03-30T04:34:29.975774+0000 mon.a (mon.0) 939 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-03-30T04:34:31.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:30 smithi111 bash[24005]: audit 2024-03-30T04:34:30.426573+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:31.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:30 smithi111 bash[24005]: audit 2024-03-30T04:34:30.431956+0000 mon.b (mon.2) 99 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi117.wrgldy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:34:31.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:30 smithi111 bash[24005]: audit 2024-03-30T04:34:30.432206+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi117.wrgldy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:34:31.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:30 smithi111 bash[24005]: audit 2024-03-30T04:34:30.437500+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi117.wrgldy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-30T04:34:31.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:30 smithi111 bash[24005]: audit 2024-03-30T04:34:30.446992+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:31.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:30 smithi111 bash[24005]: audit 2024-03-30T04:34:30.452058+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:31.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:30 smithi111 bash[24005]: cephadm 2024-03-30T04:34:30.452893+0000 mgr.y (mgr.24304) 137 : cephadm [INF] Deploying daemon rgw.smpl.smithi117.wrgldy on smithi117 2024-03-30T04:34:31.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:30 smithi117 bash[18692]: cluster 2024-03-30T04:34:29.777808+0000 mgr.y (mgr.24304) 136 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 15 op/s 2024-03-30T04:34:31.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:30 smithi117 bash[18692]: audit 2024-03-30T04:34:29.975608+0000 mon.a (mon.0) 938 : audit [INF] from='client.? 172.21.15.111:0/3193169011' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2024-03-30T04:34:31.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:30 smithi117 bash[18692]: cluster 2024-03-30T04:34:29.975774+0000 mon.a (mon.0) 939 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-03-30T04:34:31.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:30 smithi117 bash[18692]: audit 2024-03-30T04:34:30.426573+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:31.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:30 smithi117 bash[18692]: audit 2024-03-30T04:34:30.431956+0000 mon.b (mon.2) 99 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi117.wrgldy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:34:31.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:30 smithi117 bash[18692]: audit 2024-03-30T04:34:30.432206+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi117.wrgldy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:34:31.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:30 smithi117 bash[18692]: audit 2024-03-30T04:34:30.437500+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi117.wrgldy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-30T04:34:31.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:30 smithi117 bash[18692]: audit 2024-03-30T04:34:30.446992+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:31.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:30 smithi117 bash[18692]: audit 2024-03-30T04:34:30.452058+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:31.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:30 smithi117 bash[18692]: cephadm 2024-03-30T04:34:30.452893+0000 mgr.y (mgr.24304) 137 : cephadm [INF] Deploying daemon rgw.smpl.smithi117.wrgldy on smithi117 2024-03-30T04:34:31.668 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:34:31 smithi111 bash[18807]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:34:31] "GET /metrics HTTP/1.1" 200 206102 "" "Prometheus/2.33.4" 2024-03-30T04:34:32.127 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:31 smithi117 bash[18692]: cluster 2024-03-30T04:34:30.978130+0000 mon.a (mon.0) 944 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-03-30T04:34:32.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:31 smithi111 bash[18552]: cluster 2024-03-30T04:34:30.978130+0000 mon.a (mon.0) 944 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-03-30T04:34:32.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:31 smithi111 bash[24005]: cluster 2024-03-30T04:34:30.978130+0000 mon.a (mon.0) 944 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-03-30T04:34:32.830 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph orch apply iscsi foo u p' 2024-03-30T04:34:32.954 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:34:32 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:32.954 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:34:32 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:32.955 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:34:32 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:32.955 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:32 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:32.955 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:34:32 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:32.955 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:34:32 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:32.956 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:34:32 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:32.956 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:34:32 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:32.956 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:34:32 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:33.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:32 smithi111 bash[18552]: cluster 2024-03-30T04:34:31.778211+0000 mgr.y (mgr.24304) 138 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 15 op/s 2024-03-30T04:34:33.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:32 smithi111 bash[18552]: cluster 2024-03-30T04:34:31.992781+0000 mon.a (mon.0) 945 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-03-30T04:34:33.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:32 smithi111 bash[24005]: cluster 2024-03-30T04:34:31.778211+0000 mgr.y (mgr.24304) 138 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 15 op/s 2024-03-30T04:34:33.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:32 smithi111 bash[24005]: cluster 2024-03-30T04:34:31.992781+0000 mon.a (mon.0) 945 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-03-30T04:34:33.215 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:34:33 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:33.215 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:34:33 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:33.215 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:34:33 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:33.216 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:32 smithi117 bash[18692]: cluster 2024-03-30T04:34:31.778211+0000 mgr.y (mgr.24304) 138 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 15 op/s 2024-03-30T04:34:33.216 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:32 smithi117 bash[18692]: cluster 2024-03-30T04:34:31.992781+0000 mon.a (mon.0) 945 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-03-30T04:34:33.216 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:33 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:33.216 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:34:33 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:33.216 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:34:33 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:33.216 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:34:33 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:33.217 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:34:33 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:33.217 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:34:33 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:34.493 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:34 smithi111 bash[18552]: audit 2024-03-30T04:34:33.239974+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:34.494 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:34 smithi111 bash[18552]: audit 2024-03-30T04:34:33.245714+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:34.494 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:34 smithi111 bash[18552]: audit 2024-03-30T04:34:33.246820+0000 mon.b (mon.2) 102 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:34.494 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:34 smithi111 bash[18552]: cephadm 2024-03-30T04:34:33.255063+0000 mgr.y (mgr.24304) 139 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-30T04:34:34.494 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:34 smithi111 bash[18552]: audit 2024-03-30T04:34:33.515221+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:34.494 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:34 smithi111 bash[18552]: cephadm 2024-03-30T04:34:33.517997+0000 mgr.y (mgr.24304) 140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:34:34.494 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:34 smithi111 bash[18552]: audit 2024-03-30T04:34:33.527232+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:34.494 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:34 smithi111 bash[18552]: audit 2024-03-30T04:34:33.528562+0000 mon.b (mon.2) 104 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:34.494 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:34 smithi111 bash[18552]: cephadm 2024-03-30T04:34:33.533422+0000 mgr.y (mgr.24304) 141 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-30T04:34:34.494 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:34 smithi111 bash[18552]: audit 2024-03-30T04:34:33.761922+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:34.495 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:34 smithi111 bash[24005]: audit 2024-03-30T04:34:33.239974+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:34.495 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:34 smithi111 bash[24005]: audit 2024-03-30T04:34:33.245714+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:34.495 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:34 smithi111 bash[24005]: audit 2024-03-30T04:34:33.246820+0000 mon.b (mon.2) 102 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:34.495 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:34 smithi111 bash[24005]: cephadm 2024-03-30T04:34:33.255063+0000 mgr.y (mgr.24304) 139 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-30T04:34:34.495 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:34 smithi111 bash[24005]: audit 2024-03-30T04:34:33.515221+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:34.495 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:34 smithi111 bash[24005]: cephadm 2024-03-30T04:34:33.517997+0000 mgr.y (mgr.24304) 140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:34:34.495 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:34 smithi111 bash[24005]: audit 2024-03-30T04:34:33.527232+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:34.495 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:34 smithi111 bash[24005]: audit 2024-03-30T04:34:33.528562+0000 mon.b (mon.2) 104 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:34.495 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:34 smithi111 bash[24005]: cephadm 2024-03-30T04:34:33.533422+0000 mgr.y (mgr.24304) 141 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-30T04:34:34.495 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:34 smithi111 bash[24005]: audit 2024-03-30T04:34:33.761922+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:34.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:34 smithi117 bash[18692]: audit 2024-03-30T04:34:33.239974+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:34.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:34 smithi117 bash[18692]: audit 2024-03-30T04:34:33.245714+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:34.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:34 smithi117 bash[18692]: audit 2024-03-30T04:34:33.246820+0000 mon.b (mon.2) 102 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:34.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:34 smithi117 bash[18692]: cephadm 2024-03-30T04:34:33.255063+0000 mgr.y (mgr.24304) 139 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-30T04:34:34.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:34 smithi117 bash[18692]: audit 2024-03-30T04:34:33.515221+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:34.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:34 smithi117 bash[18692]: cephadm 2024-03-30T04:34:33.517997+0000 mgr.y (mgr.24304) 140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:34:34.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:34 smithi117 bash[18692]: audit 2024-03-30T04:34:33.527232+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:34.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:34 smithi117 bash[18692]: audit 2024-03-30T04:34:33.528562+0000 mon.b (mon.2) 104 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:34.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:34 smithi117 bash[18692]: cephadm 2024-03-30T04:34:33.533422+0000 mgr.y (mgr.24304) 141 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-30T04:34:34.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:34 smithi117 bash[18692]: audit 2024-03-30T04:34:33.761922+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:35.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:35 smithi111 bash[18552]: cephadm 2024-03-30T04:34:33.762567+0000 mgr.y (mgr.24304) 142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:34:35.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:35 smithi111 bash[18552]: cluster 2024-03-30T04:34:33.779327+0000 mgr.y (mgr.24304) 143 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 184 KiB/s rd, 511 B/s wr, 276 op/s 2024-03-30T04:34:35.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:35 smithi111 bash[24005]: cephadm 2024-03-30T04:34:33.762567+0000 mgr.y (mgr.24304) 142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:34:35.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:35 smithi111 bash[24005]: cluster 2024-03-30T04:34:33.779327+0000 mgr.y (mgr.24304) 143 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 184 KiB/s rd, 511 B/s wr, 276 op/s 2024-03-30T04:34:35.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:35 smithi117 bash[18692]: cephadm 2024-03-30T04:34:33.762567+0000 mgr.y (mgr.24304) 142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:34:35.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:35 smithi117 bash[18692]: cluster 2024-03-30T04:34:33.779327+0000 mgr.y (mgr.24304) 143 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 184 KiB/s rd, 511 B/s wr, 276 op/s 2024-03-30T04:34:36.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:36 smithi111 bash[24005]: cluster 2024-03-30T04:34:35.372953+0000 mon.a (mon.0) 949 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2024-03-30T04:34:36.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:36 smithi111 bash[18552]: cluster 2024-03-30T04:34:35.372953+0000 mon.a (mon.0) 949 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2024-03-30T04:34:36.622 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:36 smithi117 bash[18692]: cluster 2024-03-30T04:34:35.372953+0000 mon.a (mon.0) 949 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2024-03-30T04:34:37.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:37 smithi111 bash[24005]: cluster 2024-03-30T04:34:35.780033+0000 mgr.y (mgr.24304) 144 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 179 KiB/s rd, 528 B/s wr, 268 op/s 2024-03-30T04:34:37.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:37 smithi111 bash[18552]: cluster 2024-03-30T04:34:35.780033+0000 mgr.y (mgr.24304) 144 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 179 KiB/s rd, 528 B/s wr, 268 op/s 2024-03-30T04:34:37.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:37 smithi117 bash[18692]: cluster 2024-03-30T04:34:35.780033+0000 mgr.y (mgr.24304) 144 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 179 KiB/s rd, 528 B/s wr, 268 op/s 2024-03-30T04:34:37.639 INFO:teuthology.orchestra.run.smithi111.stdout:Scheduled iscsi.foo update... 2024-03-30T04:34:38.340 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'sleep 120' 2024-03-30T04:34:38.769 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:38 smithi111 bash[18552]: audit 2024-03-30T04:34:37.635146+0000 mgr.y (mgr.24304) 145 : audit [DBG] from='client.14865 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:34:38.769 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:38 smithi111 bash[18552]: cephadm 2024-03-30T04:34:37.637127+0000 mgr.y (mgr.24304) 146 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2024-03-30T04:34:38.770 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:38 smithi111 bash[18552]: audit 2024-03-30T04:34:37.641451+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:38.770 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:38 smithi111 bash[18552]: audit 2024-03-30T04:34:37.688403+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:38.770 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:38 smithi111 bash[18552]: audit 2024-03-30T04:34:37.689803+0000 mon.b (mon.2) 106 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:38.770 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:38 smithi111 bash[18552]: audit 2024-03-30T04:34:37.697837+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:38.770 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:38 smithi111 bash[18552]: cephadm 2024-03-30T04:34:37.700457+0000 mgr.y (mgr.24304) 147 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:34:38.770 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:38 smithi111 bash[18552]: audit 2024-03-30T04:34:37.765211+0000 mon.b (mon.2) 107 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-03-30T04:34:38.770 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:38 smithi111 bash[18552]: audit 2024-03-30T04:34:37.765652+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-03-30T04:34:38.770 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:38 smithi111 bash[18552]: audit 2024-03-30T04:34:37.765778+0000 mon.b (mon.2) 108 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-03-30T04:34:38.770 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:38 smithi111 bash[18552]: audit 2024-03-30T04:34:37.766237+0000 mon.b (mon.2) 109 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-03-30T04:34:38.770 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:38 smithi111 bash[18552]: audit 2024-03-30T04:34:37.766458+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-03-30T04:34:38.770 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:38 smithi111 bash[18552]: audit 2024-03-30T04:34:37.766686+0000 mon.b (mon.2) 110 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 5]}]: dispatch 2024-03-30T04:34:38.770 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:38 smithi111 bash[18552]: audit 2024-03-30T04:34:37.767436+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-03-30T04:34:38.770 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:38 smithi111 bash[18552]: audit 2024-03-30T04:34:37.767901+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 5]}]: dispatch 2024-03-30T04:34:38.771 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:38 smithi111 bash[18552]: cluster 2024-03-30T04:34:37.780713+0000 mgr.y (mgr.24304) 148 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 153 KiB/s rd, 451 B/s wr, 229 op/s 2024-03-30T04:34:38.771 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:38 smithi111 bash[18552]: audit 2024-03-30T04:34:37.835145+0000 mon.b (mon.2) 111 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:34:38.771 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:38 smithi111 bash[18552]: audit 2024-03-30T04:34:37.835399+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:34:38.771 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:38 smithi111 bash[18552]: audit 2024-03-30T04:34:37.840073+0000 mon.b (mon.2) 112 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:34:38.771 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:38 smithi111 bash[18552]: audit 2024-03-30T04:34:37.840188+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:34:38.771 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:38 smithi111 bash[18552]: audit 2024-03-30T04:34:37.925800+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:38.771 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:38 smithi111 bash[24005]: audit 2024-03-30T04:34:37.635146+0000 mgr.y (mgr.24304) 145 : audit [DBG] from='client.14865 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:34:38.771 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:38 smithi111 bash[24005]: cephadm 2024-03-30T04:34:37.637127+0000 mgr.y (mgr.24304) 146 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2024-03-30T04:34:38.771 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:38 smithi111 bash[24005]: audit 2024-03-30T04:34:37.641451+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:38.771 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:38 smithi111 bash[24005]: audit 2024-03-30T04:34:37.688403+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:38.772 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:38 smithi111 bash[24005]: audit 2024-03-30T04:34:37.689803+0000 mon.b (mon.2) 106 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:38.772 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:38 smithi111 bash[24005]: audit 2024-03-30T04:34:37.697837+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:38.772 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:38 smithi111 bash[24005]: cephadm 2024-03-30T04:34:37.700457+0000 mgr.y (mgr.24304) 147 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:34:38.772 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:38 smithi111 bash[24005]: audit 2024-03-30T04:34:37.765211+0000 mon.b (mon.2) 107 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-03-30T04:34:38.772 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:38 smithi111 bash[24005]: audit 2024-03-30T04:34:37.765652+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-03-30T04:34:38.772 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:38 smithi111 bash[24005]: audit 2024-03-30T04:34:37.765778+0000 mon.b (mon.2) 108 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-03-30T04:34:38.772 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:38 smithi111 bash[24005]: audit 2024-03-30T04:34:37.766237+0000 mon.b (mon.2) 109 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-03-30T04:34:38.772 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:38 smithi111 bash[24005]: audit 2024-03-30T04:34:37.766458+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-03-30T04:34:38.772 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:38 smithi111 bash[24005]: audit 2024-03-30T04:34:37.766686+0000 mon.b (mon.2) 110 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 5]}]: dispatch 2024-03-30T04:34:38.772 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:38 smithi111 bash[24005]: audit 2024-03-30T04:34:37.767436+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-03-30T04:34:38.772 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:38 smithi111 bash[24005]: audit 2024-03-30T04:34:37.767901+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 5]}]: dispatch 2024-03-30T04:34:38.772 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:38 smithi111 bash[24005]: cluster 2024-03-30T04:34:37.780713+0000 mgr.y (mgr.24304) 148 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 153 KiB/s rd, 451 B/s wr, 229 op/s 2024-03-30T04:34:38.772 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:38 smithi111 bash[24005]: audit 2024-03-30T04:34:37.835145+0000 mon.b (mon.2) 111 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:34:38.772 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:38 smithi111 bash[24005]: audit 2024-03-30T04:34:37.835399+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:34:38.773 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:38 smithi111 bash[24005]: audit 2024-03-30T04:34:37.840073+0000 mon.b (mon.2) 112 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:34:38.773 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:38 smithi111 bash[24005]: audit 2024-03-30T04:34:37.840188+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:34:38.773 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:38 smithi111 bash[24005]: audit 2024-03-30T04:34:37.925800+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:39.117 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:34:38 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:34:38] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:34:39.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:38 smithi117 bash[18692]: audit 2024-03-30T04:34:37.635146+0000 mgr.y (mgr.24304) 145 : audit [DBG] from='client.14865 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:34:39.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:38 smithi117 bash[18692]: cephadm 2024-03-30T04:34:37.637127+0000 mgr.y (mgr.24304) 146 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2024-03-30T04:34:39.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:38 smithi117 bash[18692]: audit 2024-03-30T04:34:37.641451+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:39.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:38 smithi117 bash[18692]: audit 2024-03-30T04:34:37.688403+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:39.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:38 smithi117 bash[18692]: audit 2024-03-30T04:34:37.689803+0000 mon.b (mon.2) 106 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:39.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:38 smithi117 bash[18692]: audit 2024-03-30T04:34:37.697837+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:39.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:38 smithi117 bash[18692]: cephadm 2024-03-30T04:34:37.700457+0000 mgr.y (mgr.24304) 147 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:34:39.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:38 smithi117 bash[18692]: audit 2024-03-30T04:34:37.765211+0000 mon.b (mon.2) 107 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-03-30T04:34:39.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:38 smithi117 bash[18692]: audit 2024-03-30T04:34:37.765652+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-03-30T04:34:39.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:38 smithi117 bash[18692]: audit 2024-03-30T04:34:37.765778+0000 mon.b (mon.2) 108 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-03-30T04:34:39.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:38 smithi117 bash[18692]: audit 2024-03-30T04:34:37.766237+0000 mon.b (mon.2) 109 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-03-30T04:34:39.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:38 smithi117 bash[18692]: audit 2024-03-30T04:34:37.766458+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-03-30T04:34:39.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:38 smithi117 bash[18692]: audit 2024-03-30T04:34:37.766686+0000 mon.b (mon.2) 110 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 5]}]: dispatch 2024-03-30T04:34:39.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:38 smithi117 bash[18692]: audit 2024-03-30T04:34:37.767436+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-03-30T04:34:39.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:38 smithi117 bash[18692]: audit 2024-03-30T04:34:37.767901+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 5]}]: dispatch 2024-03-30T04:34:39.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:38 smithi117 bash[18692]: cluster 2024-03-30T04:34:37.780713+0000 mgr.y (mgr.24304) 148 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 153 KiB/s rd, 451 B/s wr, 229 op/s 2024-03-30T04:34:39.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:38 smithi117 bash[18692]: audit 2024-03-30T04:34:37.835145+0000 mon.b (mon.2) 111 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:34:39.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:38 smithi117 bash[18692]: audit 2024-03-30T04:34:37.835399+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:34:39.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:38 smithi117 bash[18692]: audit 2024-03-30T04:34:37.840073+0000 mon.b (mon.2) 112 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:34:39.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:38 smithi117 bash[18692]: audit 2024-03-30T04:34:37.840188+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:34:39.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:38 smithi117 bash[18692]: audit 2024-03-30T04:34:37.925800+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:40.112 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:39 smithi111 bash[18552]: audit 2024-03-30T04:34:38.702199+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]': finished 2024-03-30T04:34:40.112 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:39 smithi111 bash[18552]: audit 2024-03-30T04:34:38.702275+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]': finished 2024-03-30T04:34:40.112 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:39 smithi111 bash[18552]: audit 2024-03-30T04:34:38.702334+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]': finished 2024-03-30T04:34:40.112 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:39 smithi111 bash[18552]: audit 2024-03-30T04:34:38.702412+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 5]}]': finished 2024-03-30T04:34:40.112 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:39 smithi111 bash[18552]: cluster 2024-03-30T04:34:38.702480+0000 mon.a (mon.0) 963 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2024-03-30T04:34:40.112 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:39 smithi111 bash[18552]: audit 2024-03-30T04:34:38.771552+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:40.112 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:39 smithi111 bash[24005]: audit 2024-03-30T04:34:38.702199+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]': finished 2024-03-30T04:34:40.112 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:39 smithi111 bash[24005]: audit 2024-03-30T04:34:38.702275+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]': finished 2024-03-30T04:34:40.112 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:39 smithi111 bash[24005]: audit 2024-03-30T04:34:38.702334+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]': finished 2024-03-30T04:34:40.112 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:39 smithi111 bash[24005]: audit 2024-03-30T04:34:38.702412+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 5]}]': finished 2024-03-30T04:34:40.113 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:39 smithi111 bash[24005]: cluster 2024-03-30T04:34:38.702480+0000 mon.a (mon.0) 963 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2024-03-30T04:34:40.113 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:39 smithi111 bash[24005]: audit 2024-03-30T04:34:38.771552+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:40.113 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:34:40 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:34:40] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:34:40.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:39 smithi117 bash[18692]: audit 2024-03-30T04:34:38.702199+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]': finished 2024-03-30T04:34:40.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:39 smithi117 bash[18692]: audit 2024-03-30T04:34:38.702275+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]': finished 2024-03-30T04:34:40.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:39 smithi117 bash[18692]: audit 2024-03-30T04:34:38.702334+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]': finished 2024-03-30T04:34:40.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:39 smithi117 bash[18692]: audit 2024-03-30T04:34:38.702412+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 5]}]': finished 2024-03-30T04:34:40.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:39 smithi117 bash[18692]: cluster 2024-03-30T04:34:38.702480+0000 mon.a (mon.0) 963 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2024-03-30T04:34:40.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:39 smithi117 bash[18692]: audit 2024-03-30T04:34:38.771552+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:40.636 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:34:40 smithi117 bash[19625]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:34:40] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:34:40.981 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:40 smithi111 bash[24005]: cluster 2024-03-30T04:34:39.723550+0000 mon.a (mon.0) 965 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-03-30T04:34:40.981 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:40 smithi111 bash[24005]: cluster 2024-03-30T04:34:39.781452+0000 mgr.y (mgr.24304) 149 : cluster [DBG] pgmap v114: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 167 KiB/s rd, 170 B/s wr, 255 op/s 2024-03-30T04:34:40.981 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:40 smithi111 bash[24005]: audit 2024-03-30T04:34:40.114098+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:40.982 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:40 smithi111 bash[18552]: cluster 2024-03-30T04:34:39.723550+0000 mon.a (mon.0) 965 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-03-30T04:34:40.982 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:40 smithi111 bash[18552]: cluster 2024-03-30T04:34:39.781452+0000 mgr.y (mgr.24304) 149 : cluster [DBG] pgmap v114: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 167 KiB/s rd, 170 B/s wr, 255 op/s 2024-03-30T04:34:40.982 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:40 smithi111 bash[18552]: audit 2024-03-30T04:34:40.114098+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:41.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:40 smithi117 bash[18692]: cluster 2024-03-30T04:34:39.723550+0000 mon.a (mon.0) 965 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-03-30T04:34:41.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:40 smithi117 bash[18692]: cluster 2024-03-30T04:34:39.781452+0000 mgr.y (mgr.24304) 149 : cluster [DBG] pgmap v114: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 167 KiB/s rd, 170 B/s wr, 255 op/s 2024-03-30T04:34:41.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:40 smithi117 bash[18692]: audit 2024-03-30T04:34:40.114098+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:41.240 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:34:40 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:34:40] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:34:41.240 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:34:41 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:34:41] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:34:41.867 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:34:41 smithi111 bash[18807]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:34:41] "GET /metrics HTTP/1.1" 200 214225 "" "Prometheus/2.33.4" 2024-03-30T04:34:42.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:41 smithi111 bash[18552]: audit 2024-03-30T04:34:40.977955+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:42.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:41 smithi111 bash[18552]: audit 2024-03-30T04:34:40.983249+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:42.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:41 smithi111 bash[18552]: audit 2024-03-30T04:34:41.136147+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:42.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:41 smithi111 bash[18552]: audit 2024-03-30T04:34:41.148424+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:42.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:41 smithi111 bash[18552]: audit 2024-03-30T04:34:41.181517+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:42.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:41 smithi111 bash[18552]: audit 2024-03-30T04:34:41.183569+0000 mon.b (mon.2) 114 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:42.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:41 smithi111 bash[18552]: audit 2024-03-30T04:34:41.197901+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:42.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:41 smithi111 bash[18552]: cephadm 2024-03-30T04:34:41.209510+0000 mgr.y (mgr.24304) 150 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2024-03-30T04:34:42.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:41 smithi111 bash[18552]: audit 2024-03-30T04:34:41.218666+0000 mon.b (mon.2) 115 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi111.fmwmll", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:34:42.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:41 smithi111 bash[18552]: audit 2024-03-30T04:34:41.218950+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi111.fmwmll", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:34:42.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:41 smithi111 bash[18552]: audit 2024-03-30T04:34:41.225763+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi111.fmwmll", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]': finished 2024-03-30T04:34:42.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:41 smithi111 bash[18552]: audit 2024-03-30T04:34:41.233481+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:42.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:41 smithi111 bash[18552]: cephadm 2024-03-30T04:34:41.234976+0000 mgr.y (mgr.24304) 151 : cephadm [INF] Deploying daemon iscsi.foo.smithi111.fmwmll on smithi111 2024-03-30T04:34:42.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:41 smithi111 bash[24005]: audit 2024-03-30T04:34:40.977955+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:42.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:41 smithi111 bash[24005]: audit 2024-03-30T04:34:40.983249+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:42.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:41 smithi111 bash[24005]: audit 2024-03-30T04:34:41.136147+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:42.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:41 smithi111 bash[24005]: audit 2024-03-30T04:34:41.148424+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:42.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:41 smithi111 bash[24005]: audit 2024-03-30T04:34:41.181517+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:42.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:41 smithi111 bash[24005]: audit 2024-03-30T04:34:41.183569+0000 mon.b (mon.2) 114 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:42.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:41 smithi111 bash[24005]: audit 2024-03-30T04:34:41.197901+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:42.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:41 smithi111 bash[24005]: cephadm 2024-03-30T04:34:41.209510+0000 mgr.y (mgr.24304) 150 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2024-03-30T04:34:42.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:41 smithi111 bash[24005]: audit 2024-03-30T04:34:41.218666+0000 mon.b (mon.2) 115 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi111.fmwmll", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:34:42.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:41 smithi111 bash[24005]: audit 2024-03-30T04:34:41.218950+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi111.fmwmll", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:34:42.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:41 smithi111 bash[24005]: audit 2024-03-30T04:34:41.225763+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi111.fmwmll", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]': finished 2024-03-30T04:34:42.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:41 smithi111 bash[24005]: audit 2024-03-30T04:34:41.233481+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:42.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:41 smithi111 bash[24005]: cephadm 2024-03-30T04:34:41.234976+0000 mgr.y (mgr.24304) 151 : cephadm [INF] Deploying daemon iscsi.foo.smithi111.fmwmll on smithi111 2024-03-30T04:34:42.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:41 smithi117 bash[18692]: audit 2024-03-30T04:34:40.977955+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:42.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:41 smithi117 bash[18692]: audit 2024-03-30T04:34:40.983249+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:42.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:41 smithi117 bash[18692]: audit 2024-03-30T04:34:41.136147+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:42.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:41 smithi117 bash[18692]: audit 2024-03-30T04:34:41.148424+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:42.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:41 smithi117 bash[18692]: audit 2024-03-30T04:34:41.181517+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:42.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:41 smithi117 bash[18692]: audit 2024-03-30T04:34:41.183569+0000 mon.b (mon.2) 114 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:42.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:41 smithi117 bash[18692]: audit 2024-03-30T04:34:41.197901+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:42.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:41 smithi117 bash[18692]: cephadm 2024-03-30T04:34:41.209510+0000 mgr.y (mgr.24304) 150 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2024-03-30T04:34:42.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:41 smithi117 bash[18692]: audit 2024-03-30T04:34:41.218666+0000 mon.b (mon.2) 115 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi111.fmwmll", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:34:42.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:41 smithi117 bash[18692]: audit 2024-03-30T04:34:41.218950+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi111.fmwmll", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:34:42.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:41 smithi117 bash[18692]: audit 2024-03-30T04:34:41.225763+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi111.fmwmll", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]': finished 2024-03-30T04:34:42.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:41 smithi117 bash[18692]: audit 2024-03-30T04:34:41.233481+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:42.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:41 smithi117 bash[18692]: cephadm 2024-03-30T04:34:41.234976+0000 mgr.y (mgr.24304) 151 : cephadm [INF] Deploying daemon iscsi.foo.smithi111.fmwmll on smithi111 2024-03-30T04:34:43.598 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:43 smithi111 bash[18552]: cluster 2024-03-30T04:34:41.782220+0000 mgr.y (mgr.24304) 152 : cluster [DBG] pgmap v115: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 156 KiB/s rd, 159 B/s wr, 239 op/s 2024-03-30T04:34:43.599 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:43 smithi111 bash[24005]: cluster 2024-03-30T04:34:41.782220+0000 mgr.y (mgr.24304) 152 : cluster [DBG] pgmap v115: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 156 KiB/s rd, 159 B/s wr, 239 op/s 2024-03-30T04:34:43.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:43 smithi117 bash[18692]: cluster 2024-03-30T04:34:41.782220+0000 mgr.y (mgr.24304) 152 : cluster [DBG] pgmap v115: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 156 KiB/s rd, 159 B/s wr, 239 op/s 2024-03-30T04:34:43.868 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:34:43 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:43.868 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:34:43 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:43.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:43 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:43.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:43 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:43.869 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:34:43 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:43.870 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:34:43 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:43.870 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:34:43 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:43.870 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:34:43 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:43.870 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:34:43 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:44.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:44 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:44.135 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:34:44 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:44.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:44 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:44.136 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:34:44 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:44.137 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:34:44 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:44.137 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:34:44 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:44.137 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:34:44 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:44.138 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:34:44 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:44.138 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:34:44 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:44.410 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:44 smithi111 bash[18552]: cluster 2024-03-30T04:34:43.255721+0000 mon.a (mon.0) 974 : cluster [DBG] mgrmap e20: y(active, since 3m), standbys: x 2024-03-30T04:34:44.410 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:44 smithi111 bash[18552]: audit 2024-03-30T04:34:44.196603+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:44.410 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:44 smithi111 bash[18552]: audit 2024-03-30T04:34:44.202674+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:44.410 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:44 smithi111 bash[18552]: audit 2024-03-30T04:34:44.203789+0000 mon.b (mon.2) 118 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:44.410 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:44 smithi111 bash[18552]: audit 2024-03-30T04:34:44.210882+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:44.410 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:44 smithi111 bash[18552]: audit 2024-03-30T04:34:44.220029+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:34:44.411 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:44 smithi111 bash[18552]: audit 2024-03-30T04:34:44.222537+0000 mon.b (mon.2) 120 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:34:44.411 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:44 smithi111 bash[18552]: audit 2024-03-30T04:34:44.227774+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:44.411 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:44 smithi111 bash[18552]: audit 2024-03-30T04:34:44.235219+0000 mon.b (mon.2) 121 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi111"}]: dispatch 2024-03-30T04:34:44.411 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:44 smithi111 bash[24005]: cluster 2024-03-30T04:34:43.255721+0000 mon.a (mon.0) 974 : cluster [DBG] mgrmap e20: y(active, since 3m), standbys: x 2024-03-30T04:34:44.411 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:44 smithi111 bash[24005]: audit 2024-03-30T04:34:44.196603+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:44.411 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:44 smithi111 bash[24005]: audit 2024-03-30T04:34:44.202674+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:44.411 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:44 smithi111 bash[24005]: audit 2024-03-30T04:34:44.203789+0000 mon.b (mon.2) 118 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:44.411 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:44 smithi111 bash[24005]: audit 2024-03-30T04:34:44.210882+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:44.411 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:44 smithi111 bash[24005]: audit 2024-03-30T04:34:44.220029+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:34:44.411 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:44 smithi111 bash[24005]: audit 2024-03-30T04:34:44.222537+0000 mon.b (mon.2) 120 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:34:44.411 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:44 smithi111 bash[24005]: audit 2024-03-30T04:34:44.227774+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:44.412 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:44 smithi111 bash[24005]: audit 2024-03-30T04:34:44.235219+0000 mon.b (mon.2) 121 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi111"}]: dispatch 2024-03-30T04:34:44.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:44 smithi117 bash[18692]: cluster 2024-03-30T04:34:43.255721+0000 mon.a (mon.0) 974 : cluster [DBG] mgrmap e20: y(active, since 3m), standbys: x 2024-03-30T04:34:44.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:44 smithi117 bash[18692]: audit 2024-03-30T04:34:44.196603+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:44.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:44 smithi117 bash[18692]: audit 2024-03-30T04:34:44.202674+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:44.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:44 smithi117 bash[18692]: audit 2024-03-30T04:34:44.203789+0000 mon.b (mon.2) 118 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:44.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:44 smithi117 bash[18692]: audit 2024-03-30T04:34:44.210882+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:44.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:44 smithi117 bash[18692]: audit 2024-03-30T04:34:44.220029+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:34:44.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:44 smithi117 bash[18692]: audit 2024-03-30T04:34:44.222537+0000 mon.b (mon.2) 120 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:34:44.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:44 smithi117 bash[18692]: audit 2024-03-30T04:34:44.227774+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:44.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:44 smithi117 bash[18692]: audit 2024-03-30T04:34:44.235219+0000 mon.b (mon.2) 121 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi111"}]: dispatch 2024-03-30T04:34:45.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:45 smithi111 bash[18552]: cluster 2024-03-30T04:34:43.783002+0000 mgr.y (mgr.24304) 153 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 140 KiB/s rd, 127 B/s wr, 213 op/s 2024-03-30T04:34:45.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:45 smithi111 bash[18552]: cephadm 2024-03-30T04:34:44.213239+0000 mgr.y (mgr.24304) 154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:34:45.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:45 smithi111 bash[18552]: audit 2024-03-30T04:34:44.220343+0000 mgr.y (mgr.24304) 155 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:34:45.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:45 smithi111 bash[18552]: cephadm 2024-03-30T04:34:44.221832+0000 mgr.y (mgr.24304) 156 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.111:5000 to Dashboard 2024-03-30T04:34:45.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:45 smithi111 bash[18552]: audit 2024-03-30T04:34:44.222632+0000 mgr.y (mgr.24304) 157 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:34:45.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:45 smithi111 bash[18552]: audit 2024-03-30T04:34:44.235781+0000 mgr.y (mgr.24304) 158 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi111"}]: dispatch 2024-03-30T04:34:45.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:45 smithi111 bash[18552]: audit 2024-03-30T04:34:44.269303+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:45.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:45 smithi111 bash[18552]: audit 2024-03-30T04:34:44.274975+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:45.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:45 smithi111 bash[18552]: audit 2024-03-30T04:34:44.276002+0000 mon.b (mon.2) 123 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:45.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:45 smithi111 bash[18552]: audit 2024-03-30T04:34:44.316633+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:45.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:45 smithi111 bash[18552]: cephadm 2024-03-30T04:34:44.320280+0000 mgr.y (mgr.24304) 159 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:34:45.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:45 smithi111 bash[24005]: cluster 2024-03-30T04:34:43.783002+0000 mgr.y (mgr.24304) 153 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 140 KiB/s rd, 127 B/s wr, 213 op/s 2024-03-30T04:34:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:45 smithi111 bash[24005]: cephadm 2024-03-30T04:34:44.213239+0000 mgr.y (mgr.24304) 154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:34:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:45 smithi111 bash[24005]: audit 2024-03-30T04:34:44.220343+0000 mgr.y (mgr.24304) 155 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:34:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:45 smithi111 bash[24005]: cephadm 2024-03-30T04:34:44.221832+0000 mgr.y (mgr.24304) 156 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.111:5000 to Dashboard 2024-03-30T04:34:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:45 smithi111 bash[24005]: audit 2024-03-30T04:34:44.222632+0000 mgr.y (mgr.24304) 157 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:34:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:45 smithi111 bash[24005]: audit 2024-03-30T04:34:44.235781+0000 mgr.y (mgr.24304) 158 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi111"}]: dispatch 2024-03-30T04:34:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:45 smithi111 bash[24005]: audit 2024-03-30T04:34:44.269303+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:45 smithi111 bash[24005]: audit 2024-03-30T04:34:44.274975+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:45 smithi111 bash[24005]: audit 2024-03-30T04:34:44.276002+0000 mon.b (mon.2) 123 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:45 smithi111 bash[24005]: audit 2024-03-30T04:34:44.316633+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:45 smithi111 bash[24005]: cephadm 2024-03-30T04:34:44.320280+0000 mgr.y (mgr.24304) 159 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:34:45.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:45 smithi117 bash[18692]: cluster 2024-03-30T04:34:43.783002+0000 mgr.y (mgr.24304) 153 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 140 KiB/s rd, 127 B/s wr, 213 op/s 2024-03-30T04:34:45.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:45 smithi117 bash[18692]: cephadm 2024-03-30T04:34:44.213239+0000 mgr.y (mgr.24304) 154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:34:45.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:45 smithi117 bash[18692]: audit 2024-03-30T04:34:44.220343+0000 mgr.y (mgr.24304) 155 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:34:45.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:45 smithi117 bash[18692]: cephadm 2024-03-30T04:34:44.221832+0000 mgr.y (mgr.24304) 156 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.111:5000 to Dashboard 2024-03-30T04:34:45.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:45 smithi117 bash[18692]: audit 2024-03-30T04:34:44.222632+0000 mgr.y (mgr.24304) 157 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:34:45.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:45 smithi117 bash[18692]: audit 2024-03-30T04:34:44.235781+0000 mgr.y (mgr.24304) 158 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi111"}]: dispatch 2024-03-30T04:34:45.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:45 smithi117 bash[18692]: audit 2024-03-30T04:34:44.269303+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:45.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:45 smithi117 bash[18692]: audit 2024-03-30T04:34:44.274975+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:45.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:45 smithi117 bash[18692]: audit 2024-03-30T04:34:44.276002+0000 mon.b (mon.2) 123 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:45.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:45 smithi117 bash[18692]: audit 2024-03-30T04:34:44.316633+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:45.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:45 smithi117 bash[18692]: cephadm 2024-03-30T04:34:44.320280+0000 mgr.y (mgr.24304) 159 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:34:47.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:47 smithi111 bash[18552]: cluster 2024-03-30T04:34:45.783690+0000 mgr.y (mgr.24304) 160 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 140 KiB/s rd, 127 B/s wr, 213 op/s 2024-03-30T04:34:47.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:47 smithi111 bash[18552]: audit 2024-03-30T04:34:46.969998+0000 mon.a (mon.0) 980 : audit [DBG] from='client.? 172.21.15.111:0/1186915697' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-30T04:34:47.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:47 smithi111 bash[18552]: audit 2024-03-30T04:34:47.278844+0000 mon.a (mon.0) 981 : audit [INF] from='client.? 172.21.15.111:0/3163406723' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6801/232192993"}]: dispatch 2024-03-30T04:34:47.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:47 smithi111 bash[24005]: cluster 2024-03-30T04:34:45.783690+0000 mgr.y (mgr.24304) 160 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 140 KiB/s rd, 127 B/s wr, 213 op/s 2024-03-30T04:34:47.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:47 smithi111 bash[24005]: audit 2024-03-30T04:34:46.969998+0000 mon.a (mon.0) 980 : audit [DBG] from='client.? 172.21.15.111:0/1186915697' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-30T04:34:47.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:47 smithi111 bash[24005]: audit 2024-03-30T04:34:47.278844+0000 mon.a (mon.0) 981 : audit [INF] from='client.? 172.21.15.111:0/3163406723' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6801/232192993"}]: dispatch 2024-03-30T04:34:47.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:47 smithi117 bash[18692]: cluster 2024-03-30T04:34:45.783690+0000 mgr.y (mgr.24304) 160 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 140 KiB/s rd, 127 B/s wr, 213 op/s 2024-03-30T04:34:47.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:47 smithi117 bash[18692]: audit 2024-03-30T04:34:46.969998+0000 mon.a (mon.0) 980 : audit [DBG] from='client.? 172.21.15.111:0/1186915697' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-30T04:34:47.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:47 smithi117 bash[18692]: audit 2024-03-30T04:34:47.278844+0000 mon.a (mon.0) 981 : audit [INF] from='client.? 172.21.15.111:0/3163406723' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6801/232192993"}]: dispatch 2024-03-30T04:34:48.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:48 smithi111 bash[24005]: audit 2024-03-30T04:34:47.389496+0000 mon.a (mon.0) 982 : audit [INF] from='client.? 172.21.15.111:0/3163406723' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6801/232192993"}]': finished 2024-03-30T04:34:48.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:48 smithi111 bash[24005]: cluster 2024-03-30T04:34:47.389662+0000 mon.a (mon.0) 983 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2024-03-30T04:34:48.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:48 smithi111 bash[24005]: audit 2024-03-30T04:34:47.722011+0000 mon.a (mon.0) 984 : audit [INF] from='client.? 172.21.15.111:0/4293542812' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3434695649"}]: dispatch 2024-03-30T04:34:48.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:48 smithi111 bash[24005]: audit 2024-03-30T04:34:47.945061+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:48.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:48 smithi111 bash[18552]: audit 2024-03-30T04:34:47.389496+0000 mon.a (mon.0) 982 : audit [INF] from='client.? 172.21.15.111:0/3163406723' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6801/232192993"}]': finished 2024-03-30T04:34:48.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:48 smithi111 bash[18552]: cluster 2024-03-30T04:34:47.389662+0000 mon.a (mon.0) 983 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2024-03-30T04:34:48.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:48 smithi111 bash[18552]: audit 2024-03-30T04:34:47.722011+0000 mon.a (mon.0) 984 : audit [INF] from='client.? 172.21.15.111:0/4293542812' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3434695649"}]: dispatch 2024-03-30T04:34:48.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:48 smithi111 bash[18552]: audit 2024-03-30T04:34:47.945061+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:48.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:48 smithi117 bash[18692]: audit 2024-03-30T04:34:47.389496+0000 mon.a (mon.0) 982 : audit [INF] from='client.? 172.21.15.111:0/3163406723' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6801/232192993"}]': finished 2024-03-30T04:34:48.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:48 smithi117 bash[18692]: cluster 2024-03-30T04:34:47.389662+0000 mon.a (mon.0) 983 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2024-03-30T04:34:48.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:48 smithi117 bash[18692]: audit 2024-03-30T04:34:47.722011+0000 mon.a (mon.0) 984 : audit [INF] from='client.? 172.21.15.111:0/4293542812' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3434695649"}]: dispatch 2024-03-30T04:34:48.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:48 smithi117 bash[18692]: audit 2024-03-30T04:34:47.945061+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:49.685 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:49 smithi111 bash[24005]: cluster 2024-03-30T04:34:47.784471+0000 mgr.y (mgr.24304) 161 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 0 B/s wr, 21 op/s 2024-03-30T04:34:49.686 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:49 smithi111 bash[24005]: audit 2024-03-30T04:34:48.400469+0000 mon.a (mon.0) 986 : audit [INF] from='client.? 172.21.15.111:0/4293542812' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3434695649"}]': finished 2024-03-30T04:34:49.686 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:49 smithi111 bash[24005]: cluster 2024-03-30T04:34:48.400733+0000 mon.a (mon.0) 987 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2024-03-30T04:34:49.686 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:49 smithi111 bash[24005]: audit 2024-03-30T04:34:48.740258+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.111:0/959150425' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3829233872"}]: dispatch 2024-03-30T04:34:49.686 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:49 smithi111 bash[24005]: audit 2024-03-30T04:34:48.740681+0000 mon.a (mon.0) 988 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3829233872"}]: dispatch 2024-03-30T04:34:49.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:49 smithi111 bash[18552]: cluster 2024-03-30T04:34:47.784471+0000 mgr.y (mgr.24304) 161 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 0 B/s wr, 21 op/s 2024-03-30T04:34:49.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:49 smithi111 bash[18552]: audit 2024-03-30T04:34:48.400469+0000 mon.a (mon.0) 986 : audit [INF] from='client.? 172.21.15.111:0/4293542812' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3434695649"}]': finished 2024-03-30T04:34:49.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:49 smithi111 bash[18552]: cluster 2024-03-30T04:34:48.400733+0000 mon.a (mon.0) 987 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2024-03-30T04:34:49.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:49 smithi111 bash[18552]: audit 2024-03-30T04:34:48.740258+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.111:0/959150425' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3829233872"}]: dispatch 2024-03-30T04:34:49.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:49 smithi111 bash[18552]: audit 2024-03-30T04:34:48.740681+0000 mon.a (mon.0) 988 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3829233872"}]: dispatch 2024-03-30T04:34:49.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:49 smithi117 bash[18692]: cluster 2024-03-30T04:34:47.784471+0000 mgr.y (mgr.24304) 161 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 0 B/s wr, 21 op/s 2024-03-30T04:34:49.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:49 smithi117 bash[18692]: audit 2024-03-30T04:34:48.400469+0000 mon.a (mon.0) 986 : audit [INF] from='client.? 172.21.15.111:0/4293542812' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3434695649"}]': finished 2024-03-30T04:34:49.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:49 smithi117 bash[18692]: cluster 2024-03-30T04:34:48.400733+0000 mon.a (mon.0) 987 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2024-03-30T04:34:49.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:49 smithi117 bash[18692]: audit 2024-03-30T04:34:48.740258+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.111:0/959150425' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3829233872"}]: dispatch 2024-03-30T04:34:49.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:49 smithi117 bash[18692]: audit 2024-03-30T04:34:48.740681+0000 mon.a (mon.0) 988 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3829233872"}]: dispatch 2024-03-30T04:34:50.617 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:34:50 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:34:50] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:34:50.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:50 smithi111 bash[24005]: audit 2024-03-30T04:34:49.401526+0000 mon.a (mon.0) 989 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3829233872"}]': finished 2024-03-30T04:34:50.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:50 smithi111 bash[24005]: cluster 2024-03-30T04:34:49.401690+0000 mon.a (mon.0) 990 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2024-03-30T04:34:50.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:50 smithi111 bash[24005]: audit 2024-03-30T04:34:49.749287+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.111:0/3417232881' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/1947636591"}]: dispatch 2024-03-30T04:34:50.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:50 smithi111 bash[24005]: audit 2024-03-30T04:34:49.750135+0000 mon.a (mon.0) 991 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/1947636591"}]: dispatch 2024-03-30T04:34:50.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:50 smithi111 bash[24005]: audit 2024-03-30T04:34:50.307033+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:50.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:50 smithi111 bash[18552]: audit 2024-03-30T04:34:49.401526+0000 mon.a (mon.0) 989 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3829233872"}]': finished 2024-03-30T04:34:50.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:50 smithi111 bash[18552]: cluster 2024-03-30T04:34:49.401690+0000 mon.a (mon.0) 990 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2024-03-30T04:34:50.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:50 smithi111 bash[18552]: audit 2024-03-30T04:34:49.749287+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.111:0/3417232881' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/1947636591"}]: dispatch 2024-03-30T04:34:50.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:50 smithi111 bash[18552]: audit 2024-03-30T04:34:49.750135+0000 mon.a (mon.0) 991 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/1947636591"}]: dispatch 2024-03-30T04:34:50.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:50 smithi111 bash[18552]: audit 2024-03-30T04:34:50.307033+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:50.636 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:34:50 smithi117 bash[19625]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:34:50] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:34:50.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:50 smithi117 bash[18692]: audit 2024-03-30T04:34:49.401526+0000 mon.a (mon.0) 989 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3829233872"}]': finished 2024-03-30T04:34:50.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:50 smithi117 bash[18692]: cluster 2024-03-30T04:34:49.401690+0000 mon.a (mon.0) 990 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2024-03-30T04:34:50.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:50 smithi117 bash[18692]: audit 2024-03-30T04:34:49.749287+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.111:0/3417232881' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/1947636591"}]: dispatch 2024-03-30T04:34:50.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:50 smithi117 bash[18692]: audit 2024-03-30T04:34:49.750135+0000 mon.a (mon.0) 991 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/1947636591"}]: dispatch 2024-03-30T04:34:50.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:50 smithi117 bash[18692]: audit 2024-03-30T04:34:50.307033+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:51.867 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:34:51 smithi111 bash[18807]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:34:51] "GET /metrics HTTP/1.1" 200 214225 "" "Prometheus/2.33.4" 2024-03-30T04:34:51.867 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:34:51 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:34:51] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:34:51.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:51 smithi111 bash[18552]: cluster 2024-03-30T04:34:49.785171+0000 mgr.y (mgr.24304) 162 : cluster [DBG] pgmap v122: 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 2024-03-30T04:34:51.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:51 smithi111 bash[18552]: audit 2024-03-30T04:34:50.423858+0000 mon.a (mon.0) 993 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/1947636591"}]': finished 2024-03-30T04:34:51.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:51 smithi111 bash[18552]: cluster 2024-03-30T04:34:50.424004+0000 mon.a (mon.0) 994 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2024-03-30T04:34:51.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:51 smithi111 bash[18552]: audit 2024-03-30T04:34:50.766644+0000 mon.c (mon.1) 30 : audit [INF] from='client.? 172.21.15.111:0/1834071729' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/4107168456"}]: dispatch 2024-03-30T04:34:51.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:51 smithi111 bash[18552]: audit 2024-03-30T04:34:50.767179+0000 mon.a (mon.0) 995 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/4107168456"}]: dispatch 2024-03-30T04:34:51.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:51 smithi111 bash[24005]: cluster 2024-03-30T04:34:49.785171+0000 mgr.y (mgr.24304) 162 : cluster [DBG] pgmap v122: 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 2024-03-30T04:34:51.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:51 smithi111 bash[24005]: audit 2024-03-30T04:34:50.423858+0000 mon.a (mon.0) 993 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/1947636591"}]': finished 2024-03-30T04:34:51.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:51 smithi111 bash[24005]: cluster 2024-03-30T04:34:50.424004+0000 mon.a (mon.0) 994 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2024-03-30T04:34:51.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:51 smithi111 bash[24005]: audit 2024-03-30T04:34:50.766644+0000 mon.c (mon.1) 30 : audit [INF] from='client.? 172.21.15.111:0/1834071729' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/4107168456"}]: dispatch 2024-03-30T04:34:51.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:51 smithi111 bash[24005]: audit 2024-03-30T04:34:50.767179+0000 mon.a (mon.0) 995 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/4107168456"}]: dispatch 2024-03-30T04:34:51.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:51 smithi117 bash[18692]: cluster 2024-03-30T04:34:49.785171+0000 mgr.y (mgr.24304) 162 : cluster [DBG] pgmap v122: 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 2024-03-30T04:34:51.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:51 smithi117 bash[18692]: audit 2024-03-30T04:34:50.423858+0000 mon.a (mon.0) 993 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/1947636591"}]': finished 2024-03-30T04:34:51.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:51 smithi117 bash[18692]: cluster 2024-03-30T04:34:50.424004+0000 mon.a (mon.0) 994 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2024-03-30T04:34:51.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:51 smithi117 bash[18692]: audit 2024-03-30T04:34:50.766644+0000 mon.c (mon.1) 30 : audit [INF] from='client.? 172.21.15.111:0/1834071729' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/4107168456"}]: dispatch 2024-03-30T04:34:51.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:51 smithi117 bash[18692]: audit 2024-03-30T04:34:50.767179+0000 mon.a (mon.0) 995 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/4107168456"}]: dispatch 2024-03-30T04:34:52.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:52 smithi111 bash[24005]: audit 2024-03-30T04:34:51.423439+0000 mon.a (mon.0) 996 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/4107168456"}]': finished 2024-03-30T04:34:52.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:52 smithi111 bash[24005]: cluster 2024-03-30T04:34:51.423639+0000 mon.a (mon.0) 997 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2024-03-30T04:34:52.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:52 smithi111 bash[24005]: audit 2024-03-30T04:34:51.595149+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:52.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:52 smithi111 bash[24005]: audit 2024-03-30T04:34:51.601636+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:52.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:52 smithi111 bash[24005]: audit 2024-03-30T04:34:51.602890+0000 mon.b (mon.2) 125 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:52.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:52 smithi111 bash[24005]: audit 2024-03-30T04:34:51.604402+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:52.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:52 smithi111 bash[24005]: audit 2024-03-30T04:34:51.614150+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:52.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:52 smithi111 bash[24005]: audit 2024-03-30T04:34:51.760178+0000 mon.a (mon.0) 1001 : audit [INF] from='client.? 172.21.15.111:0/2853020317' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3886509437"}]: dispatch 2024-03-30T04:34:52.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:52 smithi111 bash[18552]: audit 2024-03-30T04:34:51.423439+0000 mon.a (mon.0) 996 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/4107168456"}]': finished 2024-03-30T04:34:52.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:52 smithi111 bash[18552]: cluster 2024-03-30T04:34:51.423639+0000 mon.a (mon.0) 997 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2024-03-30T04:34:52.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:52 smithi111 bash[18552]: audit 2024-03-30T04:34:51.595149+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:52.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:52 smithi111 bash[18552]: audit 2024-03-30T04:34:51.601636+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:52.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:52 smithi111 bash[18552]: audit 2024-03-30T04:34:51.602890+0000 mon.b (mon.2) 125 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:52.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:52 smithi111 bash[18552]: audit 2024-03-30T04:34:51.604402+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:52.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:52 smithi111 bash[18552]: audit 2024-03-30T04:34:51.614150+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:52.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:52 smithi111 bash[18552]: audit 2024-03-30T04:34:51.760178+0000 mon.a (mon.0) 1001 : audit [INF] from='client.? 172.21.15.111:0/2853020317' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3886509437"}]: dispatch 2024-03-30T04:34:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:52 smithi117 bash[18692]: audit 2024-03-30T04:34:51.423439+0000 mon.a (mon.0) 996 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/4107168456"}]': finished 2024-03-30T04:34:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:52 smithi117 bash[18692]: cluster 2024-03-30T04:34:51.423639+0000 mon.a (mon.0) 997 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2024-03-30T04:34:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:52 smithi117 bash[18692]: audit 2024-03-30T04:34:51.595149+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:52 smithi117 bash[18692]: audit 2024-03-30T04:34:51.601636+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:52 smithi117 bash[18692]: audit 2024-03-30T04:34:51.602890+0000 mon.b (mon.2) 125 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:52 smithi117 bash[18692]: audit 2024-03-30T04:34:51.604402+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:52 smithi117 bash[18692]: audit 2024-03-30T04:34:51.614150+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:52 smithi117 bash[18692]: audit 2024-03-30T04:34:51.760178+0000 mon.a (mon.0) 1001 : audit [INF] from='client.? 172.21.15.111:0/2853020317' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3886509437"}]: dispatch 2024-03-30T04:34:53.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:53 smithi111 bash[18552]: cluster 2024-03-30T04:34:51.785844+0000 mgr.y (mgr.24304) 163 : cluster [DBG] pgmap v125: 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 2024-03-30T04:34:53.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:53 smithi111 bash[18552]: audit 2024-03-30T04:34:52.622729+0000 mon.a (mon.0) 1002 : audit [INF] from='client.? 172.21.15.111:0/2853020317' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3886509437"}]': finished 2024-03-30T04:34:53.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:53 smithi111 bash[18552]: cluster 2024-03-30T04:34:52.622905+0000 mon.a (mon.0) 1003 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2024-03-30T04:34:53.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:53 smithi111 bash[18552]: audit 2024-03-30T04:34:52.968357+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:53.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:53 smithi111 bash[18552]: audit 2024-03-30T04:34:52.984776+0000 mon.a (mon.0) 1005 : audit [INF] from='client.? 172.21.15.111:0/222671716' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6801/2465435497"}]: dispatch 2024-03-30T04:34:53.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:53 smithi111 bash[24005]: cluster 2024-03-30T04:34:51.785844+0000 mgr.y (mgr.24304) 163 : cluster [DBG] pgmap v125: 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 2024-03-30T04:34:53.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:53 smithi111 bash[24005]: audit 2024-03-30T04:34:52.622729+0000 mon.a (mon.0) 1002 : audit [INF] from='client.? 172.21.15.111:0/2853020317' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3886509437"}]': finished 2024-03-30T04:34:53.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:53 smithi111 bash[24005]: cluster 2024-03-30T04:34:52.622905+0000 mon.a (mon.0) 1003 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2024-03-30T04:34:53.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:53 smithi111 bash[24005]: audit 2024-03-30T04:34:52.968357+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:53.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:53 smithi111 bash[24005]: audit 2024-03-30T04:34:52.984776+0000 mon.a (mon.0) 1005 : audit [INF] from='client.? 172.21.15.111:0/222671716' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6801/2465435497"}]: dispatch 2024-03-30T04:34:53.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:53 smithi117 bash[18692]: cluster 2024-03-30T04:34:51.785844+0000 mgr.y (mgr.24304) 163 : cluster [DBG] pgmap v125: 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 2024-03-30T04:34:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:53 smithi117 bash[18692]: audit 2024-03-30T04:34:52.622729+0000 mon.a (mon.0) 1002 : audit [INF] from='client.? 172.21.15.111:0/2853020317' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3886509437"}]': finished 2024-03-30T04:34:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:53 smithi117 bash[18692]: cluster 2024-03-30T04:34:52.622905+0000 mon.a (mon.0) 1003 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2024-03-30T04:34:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:53 smithi117 bash[18692]: audit 2024-03-30T04:34:52.968357+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:34:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:53 smithi117 bash[18692]: audit 2024-03-30T04:34:52.984776+0000 mon.a (mon.0) 1005 : audit [INF] from='client.? 172.21.15.111:0/222671716' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6801/2465435497"}]: dispatch 2024-03-30T04:34:55.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:54 smithi111 bash[18552]: cluster 2024-03-30T04:34:53.787519+0000 mgr.y (mgr.24304) 164 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:34:55.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:54 smithi111 bash[18552]: audit 2024-03-30T04:34:53.975434+0000 mon.a (mon.0) 1006 : audit [INF] from='client.? 172.21.15.111:0/222671716' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6801/2465435497"}]': finished 2024-03-30T04:34:55.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:54 smithi111 bash[18552]: cluster 2024-03-30T04:34:53.975755+0000 mon.a (mon.0) 1007 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2024-03-30T04:34:55.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:54 smithi111 bash[18552]: audit 2024-03-30T04:34:54.307305+0000 mon.a (mon.0) 1008 : audit [INF] from='client.? 172.21.15.111:0/2875920168' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6800/2465435497"}]: dispatch 2024-03-30T04:34:55.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:54 smithi111 bash[24005]: cluster 2024-03-30T04:34:53.787519+0000 mgr.y (mgr.24304) 164 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:34:55.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:54 smithi111 bash[24005]: audit 2024-03-30T04:34:53.975434+0000 mon.a (mon.0) 1006 : audit [INF] from='client.? 172.21.15.111:0/222671716' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6801/2465435497"}]': finished 2024-03-30T04:34:55.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:54 smithi111 bash[24005]: cluster 2024-03-30T04:34:53.975755+0000 mon.a (mon.0) 1007 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2024-03-30T04:34:55.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:54 smithi111 bash[24005]: audit 2024-03-30T04:34:54.307305+0000 mon.a (mon.0) 1008 : audit [INF] from='client.? 172.21.15.111:0/2875920168' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6800/2465435497"}]: dispatch 2024-03-30T04:34:55.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:54 smithi117 bash[18692]: cluster 2024-03-30T04:34:53.787519+0000 mgr.y (mgr.24304) 164 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:34:55.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:54 smithi117 bash[18692]: audit 2024-03-30T04:34:53.975434+0000 mon.a (mon.0) 1006 : audit [INF] from='client.? 172.21.15.111:0/222671716' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6801/2465435497"}]': finished 2024-03-30T04:34:55.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:54 smithi117 bash[18692]: cluster 2024-03-30T04:34:53.975755+0000 mon.a (mon.0) 1007 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2024-03-30T04:34:55.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:54 smithi117 bash[18692]: audit 2024-03-30T04:34:54.307305+0000 mon.a (mon.0) 1008 : audit [INF] from='client.? 172.21.15.111:0/2875920168' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6800/2465435497"}]: dispatch 2024-03-30T04:34:56.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:55 smithi111 bash[24005]: audit 2024-03-30T04:34:54.986375+0000 mon.a (mon.0) 1009 : audit [INF] from='client.? 172.21.15.111:0/2875920168' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6800/2465435497"}]': finished 2024-03-30T04:34:56.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:55 smithi111 bash[24005]: cluster 2024-03-30T04:34:54.986584+0000 mon.a (mon.0) 1010 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2024-03-30T04:34:56.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:55 smithi111 bash[24005]: audit 2024-03-30T04:34:55.328243+0000 mon.c (mon.1) 31 : audit [INF] from='client.? 172.21.15.111:0/3816047732' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/1947366306"}]: dispatch 2024-03-30T04:34:56.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:55 smithi111 bash[24005]: audit 2024-03-30T04:34:55.328947+0000 mon.a (mon.0) 1011 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/1947366306"}]: dispatch 2024-03-30T04:34:56.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:55 smithi111 bash[18552]: audit 2024-03-30T04:34:54.986375+0000 mon.a (mon.0) 1009 : audit [INF] from='client.? 172.21.15.111:0/2875920168' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6800/2465435497"}]': finished 2024-03-30T04:34:56.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:55 smithi111 bash[18552]: cluster 2024-03-30T04:34:54.986584+0000 mon.a (mon.0) 1010 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2024-03-30T04:34:56.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:55 smithi111 bash[18552]: audit 2024-03-30T04:34:55.328243+0000 mon.c (mon.1) 31 : audit [INF] from='client.? 172.21.15.111:0/3816047732' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/1947366306"}]: dispatch 2024-03-30T04:34:56.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:55 smithi111 bash[18552]: audit 2024-03-30T04:34:55.328947+0000 mon.a (mon.0) 1011 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/1947366306"}]: dispatch 2024-03-30T04:34:56.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:55 smithi117 bash[18692]: audit 2024-03-30T04:34:54.986375+0000 mon.a (mon.0) 1009 : audit [INF] from='client.? 172.21.15.111:0/2875920168' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6800/2465435497"}]': finished 2024-03-30T04:34:56.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:55 smithi117 bash[18692]: cluster 2024-03-30T04:34:54.986584+0000 mon.a (mon.0) 1010 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2024-03-30T04:34:56.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:55 smithi117 bash[18692]: audit 2024-03-30T04:34:55.328243+0000 mon.c (mon.1) 31 : audit [INF] from='client.? 172.21.15.111:0/3816047732' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/1947366306"}]: dispatch 2024-03-30T04:34:56.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:55 smithi117 bash[18692]: audit 2024-03-30T04:34:55.328947+0000 mon.a (mon.0) 1011 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/1947366306"}]: dispatch 2024-03-30T04:34:57.254 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:57 smithi117 bash[18692]: cluster 2024-03-30T04:34:55.788233+0000 mgr.y (mgr.24304) 165 : cluster [DBG] pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:34:57.254 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:57 smithi117 bash[18692]: audit 2024-03-30T04:34:55.988510+0000 mon.a (mon.0) 1012 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/1947366306"}]': finished 2024-03-30T04:34:57.254 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:57 smithi117 bash[18692]: cluster 2024-03-30T04:34:55.988972+0000 mon.a (mon.0) 1013 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2024-03-30T04:34:57.254 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:57 smithi117 bash[18692]: audit 2024-03-30T04:34:56.327870+0000 mon.c (mon.1) 32 : audit [INF] from='client.? 172.21.15.111:0/1230878926' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/778081436"}]: dispatch 2024-03-30T04:34:57.254 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:57 smithi117 bash[18692]: audit 2024-03-30T04:34:56.328744+0000 mon.a (mon.0) 1014 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/778081436"}]: dispatch 2024-03-30T04:34:57.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:57 smithi111 bash[24005]: cluster 2024-03-30T04:34:55.788233+0000 mgr.y (mgr.24304) 165 : cluster [DBG] pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:34:57.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:57 smithi111 bash[24005]: audit 2024-03-30T04:34:55.988510+0000 mon.a (mon.0) 1012 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/1947366306"}]': finished 2024-03-30T04:34:57.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:57 smithi111 bash[24005]: cluster 2024-03-30T04:34:55.988972+0000 mon.a (mon.0) 1013 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2024-03-30T04:34:57.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:57 smithi111 bash[24005]: audit 2024-03-30T04:34:56.327870+0000 mon.c (mon.1) 32 : audit [INF] from='client.? 172.21.15.111:0/1230878926' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/778081436"}]: dispatch 2024-03-30T04:34:57.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:57 smithi111 bash[24005]: audit 2024-03-30T04:34:56.328744+0000 mon.a (mon.0) 1014 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/778081436"}]: dispatch 2024-03-30T04:34:57.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:57 smithi111 bash[18552]: cluster 2024-03-30T04:34:55.788233+0000 mgr.y (mgr.24304) 165 : cluster [DBG] pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:34:57.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:57 smithi111 bash[18552]: audit 2024-03-30T04:34:55.988510+0000 mon.a (mon.0) 1012 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/1947366306"}]': finished 2024-03-30T04:34:57.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:57 smithi111 bash[18552]: cluster 2024-03-30T04:34:55.988972+0000 mon.a (mon.0) 1013 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2024-03-30T04:34:57.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:57 smithi111 bash[18552]: audit 2024-03-30T04:34:56.327870+0000 mon.c (mon.1) 32 : audit [INF] from='client.? 172.21.15.111:0/1230878926' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/778081436"}]: dispatch 2024-03-30T04:34:57.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:57 smithi111 bash[18552]: audit 2024-03-30T04:34:56.328744+0000 mon.a (mon.0) 1014 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/778081436"}]: dispatch 2024-03-30T04:34:58.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:58 smithi111 bash[18552]: audit 2024-03-30T04:34:56.695135+0000 mgr.y (mgr.24304) 166 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:34:58.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:58 smithi111 bash[18552]: audit 2024-03-30T04:34:57.001760+0000 mon.a (mon.0) 1015 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/778081436"}]': finished 2024-03-30T04:34:58.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:58 smithi111 bash[18552]: cluster 2024-03-30T04:34:57.001930+0000 mon.a (mon.0) 1016 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2024-03-30T04:34:58.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:58 smithi111 bash[18552]: audit 2024-03-30T04:34:57.347746+0000 mon.a (mon.0) 1017 : audit [INF] from='client.? 172.21.15.111:0/3886736440' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3010927142"}]: dispatch 2024-03-30T04:34:58.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:58 smithi111 bash[24005]: audit 2024-03-30T04:34:56.695135+0000 mgr.y (mgr.24304) 166 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:34:58.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:58 smithi111 bash[24005]: audit 2024-03-30T04:34:57.001760+0000 mon.a (mon.0) 1015 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/778081436"}]': finished 2024-03-30T04:34:58.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:58 smithi111 bash[24005]: cluster 2024-03-30T04:34:57.001930+0000 mon.a (mon.0) 1016 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2024-03-30T04:34:58.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:58 smithi111 bash[24005]: audit 2024-03-30T04:34:57.347746+0000 mon.a (mon.0) 1017 : audit [INF] from='client.? 172.21.15.111:0/3886736440' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3010927142"}]: dispatch 2024-03-30T04:34:58.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:58 smithi117 bash[18692]: audit 2024-03-30T04:34:56.695135+0000 mgr.y (mgr.24304) 166 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:34:58.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:58 smithi117 bash[18692]: audit 2024-03-30T04:34:57.001760+0000 mon.a (mon.0) 1015 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/778081436"}]': finished 2024-03-30T04:34:58.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:58 smithi117 bash[18692]: cluster 2024-03-30T04:34:57.001930+0000 mon.a (mon.0) 1016 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2024-03-30T04:34:58.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:58 smithi117 bash[18692]: audit 2024-03-30T04:34:57.347746+0000 mon.a (mon.0) 1017 : audit [INF] from='client.? 172.21.15.111:0/3886736440' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3010927142"}]: dispatch 2024-03-30T04:34:59.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:59 smithi111 bash[24005]: cluster 2024-03-30T04:34:57.788954+0000 mgr.y (mgr.24304) 167 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:59.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:59 smithi111 bash[24005]: audit 2024-03-30T04:34:58.028663+0000 mon.a (mon.0) 1018 : audit [INF] from='client.? 172.21.15.111:0/3886736440' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3010927142"}]': finished 2024-03-30T04:34:59.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:59 smithi111 bash[24005]: cluster 2024-03-30T04:34:58.028835+0000 mon.a (mon.0) 1019 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2024-03-30T04:34:59.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:34:59 smithi111 bash[24005]: audit 2024-03-30T04:34:58.382532+0000 mon.a (mon.0) 1020 : audit [INF] from='client.? 172.21.15.111:0/1942387840' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6800/232192993"}]: dispatch 2024-03-30T04:34:59.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:59 smithi111 bash[18552]: cluster 2024-03-30T04:34:57.788954+0000 mgr.y (mgr.24304) 167 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:59.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:59 smithi111 bash[18552]: audit 2024-03-30T04:34:58.028663+0000 mon.a (mon.0) 1018 : audit [INF] from='client.? 172.21.15.111:0/3886736440' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3010927142"}]': finished 2024-03-30T04:34:59.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:59 smithi111 bash[18552]: cluster 2024-03-30T04:34:58.028835+0000 mon.a (mon.0) 1019 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2024-03-30T04:34:59.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:34:59 smithi111 bash[18552]: audit 2024-03-30T04:34:58.382532+0000 mon.a (mon.0) 1020 : audit [INF] from='client.? 172.21.15.111:0/1942387840' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6800/232192993"}]: dispatch 2024-03-30T04:34:59.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:59 smithi117 bash[18692]: cluster 2024-03-30T04:34:57.788954+0000 mgr.y (mgr.24304) 167 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:59.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:59 smithi117 bash[18692]: audit 2024-03-30T04:34:58.028663+0000 mon.a (mon.0) 1018 : audit [INF] from='client.? 172.21.15.111:0/3886736440' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3010927142"}]': finished 2024-03-30T04:34:59.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:59 smithi117 bash[18692]: cluster 2024-03-30T04:34:58.028835+0000 mon.a (mon.0) 1019 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2024-03-30T04:34:59.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:34:59 smithi117 bash[18692]: audit 2024-03-30T04:34:58.382532+0000 mon.a (mon.0) 1020 : audit [INF] from='client.? 172.21.15.111:0/1942387840' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6800/232192993"}]: dispatch 2024-03-30T04:35:00.117 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:34:59 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:34:59] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:35:00.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:00 smithi111 bash[18552]: audit 2024-03-30T04:34:59.025755+0000 mon.a (mon.0) 1021 : audit [INF] from='client.? 172.21.15.111:0/1942387840' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6800/232192993"}]': finished 2024-03-30T04:35:00.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:00 smithi111 bash[18552]: cluster 2024-03-30T04:34:59.026005+0000 mon.a (mon.0) 1022 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2024-03-30T04:35:00.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:00 smithi111 bash[18552]: audit 2024-03-30T04:34:59.369919+0000 mon.a (mon.0) 1023 : audit [INF] from='client.? 172.21.15.111:0/2994987573' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6801/2730919926"}]: dispatch 2024-03-30T04:35:00.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:00 smithi111 bash[18552]: audit 2024-03-30T04:34:59.849385+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:00.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:00 smithi111 bash[18552]: audit 2024-03-30T04:34:59.863807+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:00.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:00 smithi111 bash[24005]: audit 2024-03-30T04:34:59.025755+0000 mon.a (mon.0) 1021 : audit [INF] from='client.? 172.21.15.111:0/1942387840' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6800/232192993"}]': finished 2024-03-30T04:35:00.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:00 smithi111 bash[24005]: cluster 2024-03-30T04:34:59.026005+0000 mon.a (mon.0) 1022 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2024-03-30T04:35:00.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:00 smithi111 bash[24005]: audit 2024-03-30T04:34:59.369919+0000 mon.a (mon.0) 1023 : audit [INF] from='client.? 172.21.15.111:0/2994987573' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6801/2730919926"}]: dispatch 2024-03-30T04:35:00.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:00 smithi111 bash[24005]: audit 2024-03-30T04:34:59.849385+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:00.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:00 smithi111 bash[24005]: audit 2024-03-30T04:34:59.863807+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:00.322 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:00 smithi117 bash[18692]: audit 2024-03-30T04:34:59.025755+0000 mon.a (mon.0) 1021 : audit [INF] from='client.? 172.21.15.111:0/1942387840' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6800/232192993"}]': finished 2024-03-30T04:35:00.322 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:00 smithi117 bash[18692]: cluster 2024-03-30T04:34:59.026005+0000 mon.a (mon.0) 1022 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2024-03-30T04:35:00.322 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:00 smithi117 bash[18692]: audit 2024-03-30T04:34:59.369919+0000 mon.a (mon.0) 1023 : audit [INF] from='client.? 172.21.15.111:0/2994987573' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6801/2730919926"}]: dispatch 2024-03-30T04:35:00.322 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:00 smithi117 bash[18692]: audit 2024-03-30T04:34:59.849385+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:00.322 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:00 smithi117 bash[18692]: audit 2024-03-30T04:34:59.863807+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:00.636 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:35:00 smithi117 bash[19625]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:35:00] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:35:01.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:01 smithi111 bash[18552]: cluster 2024-03-30T04:34:59.789617+0000 mgr.y (mgr.24304) 168 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:01.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:01 smithi111 bash[18552]: audit 2024-03-30T04:35:00.055813+0000 mon.a (mon.0) 1026 : audit [INF] from='client.? 172.21.15.111:0/2994987573' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6801/2730919926"}]': finished 2024-03-30T04:35:01.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:01 smithi111 bash[18552]: cluster 2024-03-30T04:35:00.055960+0000 mon.a (mon.0) 1027 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2024-03-30T04:35:01.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:01 smithi111 bash[18552]: audit 2024-03-30T04:35:00.415463+0000 mon.c (mon.1) 33 : audit [INF] from='client.? 172.21.15.111:0/579763755' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/2231899702"}]: dispatch 2024-03-30T04:35:01.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:01 smithi111 bash[18552]: audit 2024-03-30T04:35:00.416290+0000 mon.a (mon.0) 1028 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/2231899702"}]: dispatch 2024-03-30T04:35:01.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:01 smithi111 bash[24005]: cluster 2024-03-30T04:34:59.789617+0000 mgr.y (mgr.24304) 168 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:01.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:01 smithi111 bash[24005]: audit 2024-03-30T04:35:00.055813+0000 mon.a (mon.0) 1026 : audit [INF] from='client.? 172.21.15.111:0/2994987573' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6801/2730919926"}]': finished 2024-03-30T04:35:01.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:01 smithi111 bash[24005]: cluster 2024-03-30T04:35:00.055960+0000 mon.a (mon.0) 1027 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2024-03-30T04:35:01.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:01 smithi111 bash[24005]: audit 2024-03-30T04:35:00.415463+0000 mon.c (mon.1) 33 : audit [INF] from='client.? 172.21.15.111:0/579763755' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/2231899702"}]: dispatch 2024-03-30T04:35:01.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:01 smithi111 bash[24005]: audit 2024-03-30T04:35:00.416290+0000 mon.a (mon.0) 1028 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/2231899702"}]: dispatch 2024-03-30T04:35:01.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:01 smithi117 bash[18692]: cluster 2024-03-30T04:34:59.789617+0000 mgr.y (mgr.24304) 168 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:01.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:01 smithi117 bash[18692]: audit 2024-03-30T04:35:00.055813+0000 mon.a (mon.0) 1026 : audit [INF] from='client.? 172.21.15.111:0/2994987573' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6801/2730919926"}]': finished 2024-03-30T04:35:01.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:01 smithi117 bash[18692]: cluster 2024-03-30T04:35:00.055960+0000 mon.a (mon.0) 1027 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2024-03-30T04:35:01.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:01 smithi117 bash[18692]: audit 2024-03-30T04:35:00.415463+0000 mon.c (mon.1) 33 : audit [INF] from='client.? 172.21.15.111:0/579763755' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/2231899702"}]: dispatch 2024-03-30T04:35:01.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:01 smithi117 bash[18692]: audit 2024-03-30T04:35:00.416290+0000 mon.a (mon.0) 1028 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/2231899702"}]: dispatch 2024-03-30T04:35:01.867 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:35:01 smithi111 bash[18807]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:35:01] "GET /metrics HTTP/1.1" 200 214994 "" "Prometheus/2.33.4" 2024-03-30T04:35:02.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:02 smithi111 bash[18552]: audit 2024-03-30T04:35:01.383495+0000 mon.a (mon.0) 1029 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/2231899702"}]': finished 2024-03-30T04:35:02.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:02 smithi111 bash[18552]: cluster 2024-03-30T04:35:01.383702+0000 mon.a (mon.0) 1030 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2024-03-30T04:35:02.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:02 smithi111 bash[18552]: audit 2024-03-30T04:35:01.729380+0000 mon.c (mon.1) 34 : audit [INF] from='client.? 172.21.15.111:0/304089316' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/1844044427"}]: dispatch 2024-03-30T04:35:02.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:02 smithi111 bash[18552]: audit 2024-03-30T04:35:01.730025+0000 mon.a (mon.0) 1031 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/1844044427"}]: dispatch 2024-03-30T04:35:02.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:02 smithi111 bash[24005]: audit 2024-03-30T04:35:01.383495+0000 mon.a (mon.0) 1029 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/2231899702"}]': finished 2024-03-30T04:35:02.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:02 smithi111 bash[24005]: cluster 2024-03-30T04:35:01.383702+0000 mon.a (mon.0) 1030 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2024-03-30T04:35:02.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:02 smithi111 bash[24005]: audit 2024-03-30T04:35:01.729380+0000 mon.c (mon.1) 34 : audit [INF] from='client.? 172.21.15.111:0/304089316' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/1844044427"}]: dispatch 2024-03-30T04:35:02.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:02 smithi111 bash[24005]: audit 2024-03-30T04:35:01.730025+0000 mon.a (mon.0) 1031 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/1844044427"}]: dispatch 2024-03-30T04:35:02.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:02 smithi117 bash[18692]: audit 2024-03-30T04:35:01.383495+0000 mon.a (mon.0) 1029 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/2231899702"}]': finished 2024-03-30T04:35:02.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:02 smithi117 bash[18692]: cluster 2024-03-30T04:35:01.383702+0000 mon.a (mon.0) 1030 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2024-03-30T04:35:02.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:02 smithi117 bash[18692]: audit 2024-03-30T04:35:01.729380+0000 mon.c (mon.1) 34 : audit [INF] from='client.? 172.21.15.111:0/304089316' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/1844044427"}]: dispatch 2024-03-30T04:35:02.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:02 smithi117 bash[18692]: audit 2024-03-30T04:35:01.730025+0000 mon.a (mon.0) 1031 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/1844044427"}]: dispatch 2024-03-30T04:35:03.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:03 smithi111 bash[18552]: cluster 2024-03-30T04:35:01.790297+0000 mgr.y (mgr.24304) 169 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:03.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:03 smithi111 bash[18552]: audit 2024-03-30T04:35:02.386419+0000 mon.a (mon.0) 1032 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/1844044427"}]': finished 2024-03-30T04:35:03.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:03 smithi111 bash[18552]: cluster 2024-03-30T04:35:02.386953+0000 mon.a (mon.0) 1033 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2024-03-30T04:35:03.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:03 smithi111 bash[18552]: audit 2024-03-30T04:35:02.731005+0000 mon.c (mon.1) 35 : audit [INF] from='client.? 172.21.15.111:0/1029870251' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6800/2730919926"}]: dispatch 2024-03-30T04:35:03.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:03 smithi111 bash[18552]: audit 2024-03-30T04:35:02.731957+0000 mon.a (mon.0) 1034 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6800/2730919926"}]: dispatch 2024-03-30T04:35:03.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:03 smithi111 bash[24005]: cluster 2024-03-30T04:35:01.790297+0000 mgr.y (mgr.24304) 169 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:03.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:03 smithi111 bash[24005]: audit 2024-03-30T04:35:02.386419+0000 mon.a (mon.0) 1032 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/1844044427"}]': finished 2024-03-30T04:35:03.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:03 smithi111 bash[24005]: cluster 2024-03-30T04:35:02.386953+0000 mon.a (mon.0) 1033 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2024-03-30T04:35:03.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:03 smithi111 bash[24005]: audit 2024-03-30T04:35:02.731005+0000 mon.c (mon.1) 35 : audit [INF] from='client.? 172.21.15.111:0/1029870251' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6800/2730919926"}]: dispatch 2024-03-30T04:35:03.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:03 smithi111 bash[24005]: audit 2024-03-30T04:35:02.731957+0000 mon.a (mon.0) 1034 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6800/2730919926"}]: dispatch 2024-03-30T04:35:03.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:03 smithi117 bash[18692]: cluster 2024-03-30T04:35:01.790297+0000 mgr.y (mgr.24304) 169 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:03.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:03 smithi117 bash[18692]: audit 2024-03-30T04:35:02.386419+0000 mon.a (mon.0) 1032 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/1844044427"}]': finished 2024-03-30T04:35:03.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:03 smithi117 bash[18692]: cluster 2024-03-30T04:35:02.386953+0000 mon.a (mon.0) 1033 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2024-03-30T04:35:03.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:03 smithi117 bash[18692]: audit 2024-03-30T04:35:02.731005+0000 mon.c (mon.1) 35 : audit [INF] from='client.? 172.21.15.111:0/1029870251' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6800/2730919926"}]: dispatch 2024-03-30T04:35:03.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:03 smithi117 bash[18692]: audit 2024-03-30T04:35:02.731957+0000 mon.a (mon.0) 1034 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6800/2730919926"}]: dispatch 2024-03-30T04:35:04.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:04 smithi111 bash[18552]: audit 2024-03-30T04:35:03.399530+0000 mon.a (mon.0) 1035 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6800/2730919926"}]': finished 2024-03-30T04:35:04.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:04 smithi111 bash[18552]: cluster 2024-03-30T04:35:03.399807+0000 mon.a (mon.0) 1036 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2024-03-30T04:35:04.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:04 smithi111 bash[24005]: audit 2024-03-30T04:35:03.399530+0000 mon.a (mon.0) 1035 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6800/2730919926"}]': finished 2024-03-30T04:35:04.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:04 smithi111 bash[24005]: cluster 2024-03-30T04:35:03.399807+0000 mon.a (mon.0) 1036 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2024-03-30T04:35:04.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:04 smithi117 bash[18692]: audit 2024-03-30T04:35:03.399530+0000 mon.a (mon.0) 1035 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6800/2730919926"}]': finished 2024-03-30T04:35:04.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:04 smithi117 bash[18692]: cluster 2024-03-30T04:35:03.399807+0000 mon.a (mon.0) 1036 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2024-03-30T04:35:05.508 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:05 smithi111 bash[18552]: cluster 2024-03-30T04:35:03.791927+0000 mgr.y (mgr.24304) 170 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:05.509 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:05 smithi111 bash[24005]: cluster 2024-03-30T04:35:03.791927+0000 mgr.y (mgr.24304) 170 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:05.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:05 smithi117 bash[18692]: cluster 2024-03-30T04:35:03.791927+0000 mgr.y (mgr.24304) 170 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:07.416 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:35:07 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:35:07] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:35:07.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:07 smithi111 bash[18552]: cluster 2024-03-30T04:35:05.792673+0000 mgr.y (mgr.24304) 171 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 891 B/s rd, 0 op/s 2024-03-30T04:35:07.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:07 smithi111 bash[18552]: audit 2024-03-30T04:35:07.315929+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:07.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:07 smithi111 bash[18552]: audit 2024-03-30T04:35:07.325055+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:07.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:07 smithi111 bash[24005]: cluster 2024-03-30T04:35:05.792673+0000 mgr.y (mgr.24304) 171 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 891 B/s rd, 0 op/s 2024-03-30T04:35:07.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:07 smithi111 bash[24005]: audit 2024-03-30T04:35:07.315929+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:07.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:07 smithi111 bash[24005]: audit 2024-03-30T04:35:07.325055+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:07.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:07 smithi117 bash[18692]: cluster 2024-03-30T04:35:05.792673+0000 mgr.y (mgr.24304) 171 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 891 B/s rd, 0 op/s 2024-03-30T04:35:07.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:07 smithi117 bash[18692]: audit 2024-03-30T04:35:07.315929+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:07.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:07 smithi117 bash[18692]: audit 2024-03-30T04:35:07.325055+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:08.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:08 smithi111 bash[18552]: audit 2024-03-30T04:35:06.703080+0000 mgr.y (mgr.24304) 172 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:35:08.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:08 smithi111 bash[24005]: audit 2024-03-30T04:35:06.703080+0000 mgr.y (mgr.24304) 172 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:35:08.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:08 smithi117 bash[18692]: audit 2024-03-30T04:35:06.703080+0000 mgr.y (mgr.24304) 172 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:35:09.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:09 smithi111 bash[18552]: cluster 2024-03-30T04:35:07.793227+0000 mgr.y (mgr.24304) 173 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 798 B/s rd, 0 op/s 2024-03-30T04:35:09.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:09 smithi111 bash[24005]: cluster 2024-03-30T04:35:07.793227+0000 mgr.y (mgr.24304) 173 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 798 B/s rd, 0 op/s 2024-03-30T04:35:09.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:09 smithi117 bash[18692]: cluster 2024-03-30T04:35:07.793227+0000 mgr.y (mgr.24304) 173 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 798 B/s rd, 0 op/s 2024-03-30T04:35:10.637 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:35:10 smithi117 bash[19625]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:35:10] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:35:11.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:11 smithi111 bash[18552]: cluster 2024-03-30T04:35:09.794930+0000 mgr.y (mgr.24304) 174 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:11.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:11 smithi111 bash[24005]: cluster 2024-03-30T04:35:09.794930+0000 mgr.y (mgr.24304) 174 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:11.868 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:35:11 smithi111 bash[18807]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:35:11] "GET /metrics HTTP/1.1" 200 215036 "" "Prometheus/2.33.4" 2024-03-30T04:35:11.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:11 smithi117 bash[18692]: cluster 2024-03-30T04:35:09.794930+0000 mgr.y (mgr.24304) 174 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:13.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:13 smithi111 bash[18552]: cluster 2024-03-30T04:35:11.795679+0000 mgr.y (mgr.24304) 175 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:35:13.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:13 smithi111 bash[24005]: cluster 2024-03-30T04:35:11.795679+0000 mgr.y (mgr.24304) 175 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:35:13.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:13 smithi117 bash[18692]: cluster 2024-03-30T04:35:11.795679+0000 mgr.y (mgr.24304) 175 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:35:15.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:15 smithi117 bash[18692]: cluster 2024-03-30T04:35:13.797658+0000 mgr.y (mgr.24304) 176 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:35:15.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:15 smithi111 bash[18552]: cluster 2024-03-30T04:35:13.797658+0000 mgr.y (mgr.24304) 176 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:35:15.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:15 smithi111 bash[24005]: cluster 2024-03-30T04:35:13.797658+0000 mgr.y (mgr.24304) 176 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:35:17.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:17 smithi117 bash[18692]: cluster 2024-03-30T04:35:15.798463+0000 mgr.y (mgr.24304) 177 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:35:17.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:17 smithi111 bash[18552]: cluster 2024-03-30T04:35:15.798463+0000 mgr.y (mgr.24304) 177 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:35:17.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:17 smithi111 bash[24005]: cluster 2024-03-30T04:35:15.798463+0000 mgr.y (mgr.24304) 177 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:35:18.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:18 smithi111 bash[18552]: audit 2024-03-30T04:35:16.713147+0000 mgr.y (mgr.24304) 178 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:35:18.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:18 smithi111 bash[24005]: audit 2024-03-30T04:35:16.713147+0000 mgr.y (mgr.24304) 178 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:35:18.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:18 smithi117 bash[18692]: audit 2024-03-30T04:35:16.713147+0000 mgr.y (mgr.24304) 178 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:35:19.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:19 smithi111 bash[18552]: cluster 2024-03-30T04:35:17.799177+0000 mgr.y (mgr.24304) 179 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:35:19.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:19 smithi111 bash[24005]: cluster 2024-03-30T04:35:17.799177+0000 mgr.y (mgr.24304) 179 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:35:19.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:19 smithi117 bash[18692]: cluster 2024-03-30T04:35:17.799177+0000 mgr.y (mgr.24304) 179 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:35:20.367 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:35:20 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:35:20] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:35:20.636 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:35:20 smithi117 bash[19625]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:35:20] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:35:21.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:20 smithi111 bash[24005]: cluster 2024-03-30T04:35:19.800868+0000 mgr.y (mgr.24304) 180 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:21.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:20 smithi111 bash[24005]: audit 2024-03-30T04:35:20.000480+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:21.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:20 smithi111 bash[24005]: audit 2024-03-30T04:35:20.014505+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:21.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:20 smithi111 bash[18552]: cluster 2024-03-30T04:35:19.800868+0000 mgr.y (mgr.24304) 180 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:21.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:20 smithi111 bash[18552]: audit 2024-03-30T04:35:20.000480+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:21.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:20 smithi111 bash[18552]: audit 2024-03-30T04:35:20.014505+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:21.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:20 smithi117 bash[18692]: cluster 2024-03-30T04:35:19.800868+0000 mgr.y (mgr.24304) 180 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:21.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:20 smithi117 bash[18692]: audit 2024-03-30T04:35:20.000480+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:21.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:21 smithi117 bash[18692]: audit 2024-03-30T04:35:20.014505+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:21.867 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:35:21 smithi111 bash[18807]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:35:21] "GET /metrics HTTP/1.1" 200 215036 "" "Prometheus/2.33.4" 2024-03-30T04:35:23.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:23 smithi111 bash[18552]: cluster 2024-03-30T04:35:21.801765+0000 mgr.y (mgr.24304) 181 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:35:23.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:23 smithi111 bash[24005]: cluster 2024-03-30T04:35:21.801765+0000 mgr.y (mgr.24304) 181 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:35:23.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:23 smithi117 bash[18692]: cluster 2024-03-30T04:35:21.801765+0000 mgr.y (mgr.24304) 181 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:35:25.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:25 smithi111 bash[24005]: cluster 2024-03-30T04:35:23.803457+0000 mgr.y (mgr.24304) 182 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:25.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:25 smithi111 bash[18552]: cluster 2024-03-30T04:35:23.803457+0000 mgr.y (mgr.24304) 182 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:25.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:25 smithi117 bash[18692]: cluster 2024-03-30T04:35:23.803457+0000 mgr.y (mgr.24304) 182 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:27.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:27 smithi111 bash[18552]: cluster 2024-03-30T04:35:25.804225+0000 mgr.y (mgr.24304) 183 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:35:27.617 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:35:27 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:35:27] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:35:27.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:27 smithi111 bash[24005]: cluster 2024-03-30T04:35:25.804225+0000 mgr.y (mgr.24304) 183 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:35:27.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:27 smithi117 bash[18692]: cluster 2024-03-30T04:35:25.804225+0000 mgr.y (mgr.24304) 183 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:35:28.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:28 smithi111 bash[18552]: audit 2024-03-30T04:35:26.722984+0000 mgr.y (mgr.24304) 184 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:35:28.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:28 smithi111 bash[18552]: audit 2024-03-30T04:35:27.439897+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:28.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:28 smithi111 bash[18552]: audit 2024-03-30T04:35:27.450951+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:28.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:28 smithi111 bash[24005]: audit 2024-03-30T04:35:26.722984+0000 mgr.y (mgr.24304) 184 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:35:28.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:28 smithi111 bash[24005]: audit 2024-03-30T04:35:27.439897+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:28.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:28 smithi111 bash[24005]: audit 2024-03-30T04:35:27.450951+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:28.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:28 smithi117 bash[18692]: audit 2024-03-30T04:35:26.722984+0000 mgr.y (mgr.24304) 184 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:35:28.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:28 smithi117 bash[18692]: audit 2024-03-30T04:35:27.439897+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:28.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:28 smithi117 bash[18692]: audit 2024-03-30T04:35:27.450951+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:29.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:29 smithi111 bash[18552]: cluster 2024-03-30T04:35:27.804948+0000 mgr.y (mgr.24304) 185 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:35:29.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:29 smithi111 bash[24005]: cluster 2024-03-30T04:35:27.804948+0000 mgr.y (mgr.24304) 185 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:35:29.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:29 smithi117 bash[18692]: cluster 2024-03-30T04:35:27.804948+0000 mgr.y (mgr.24304) 185 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:35:30.636 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:35:30 smithi117 bash[19625]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:35:30] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:35:31.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:31 smithi111 bash[24005]: cluster 2024-03-30T04:35:29.806738+0000 mgr.y (mgr.24304) 186 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:31.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:31 smithi111 bash[18552]: cluster 2024-03-30T04:35:29.806738+0000 mgr.y (mgr.24304) 186 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:31.868 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:35:31 smithi111 bash[18807]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:35:31] "GET /metrics HTTP/1.1" 200 214970 "" "Prometheus/2.33.4" 2024-03-30T04:35:31.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:31 smithi117 bash[18692]: cluster 2024-03-30T04:35:29.806738+0000 mgr.y (mgr.24304) 186 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:33.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:33 smithi111 bash[18552]: cluster 2024-03-30T04:35:31.807455+0000 mgr.y (mgr.24304) 187 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-30T04:35:33.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:33 smithi111 bash[24005]: cluster 2024-03-30T04:35:31.807455+0000 mgr.y (mgr.24304) 187 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-30T04:35:33.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:33 smithi117 bash[18692]: cluster 2024-03-30T04:35:31.807455+0000 mgr.y (mgr.24304) 187 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-30T04:35:35.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:35 smithi111 bash[18552]: cluster 2024-03-30T04:35:33.809074+0000 mgr.y (mgr.24304) 188 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:35.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:35 smithi111 bash[24005]: cluster 2024-03-30T04:35:33.809074+0000 mgr.y (mgr.24304) 188 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:35.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:35 smithi117 bash[18692]: cluster 2024-03-30T04:35:33.809074+0000 mgr.y (mgr.24304) 188 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:37.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:37 smithi117 bash[18692]: cluster 2024-03-30T04:35:35.809783+0000 mgr.y (mgr.24304) 189 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-30T04:35:37.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:37 smithi111 bash[18552]: cluster 2024-03-30T04:35:35.809783+0000 mgr.y (mgr.24304) 189 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-30T04:35:37.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:37 smithi111 bash[24005]: cluster 2024-03-30T04:35:35.809783+0000 mgr.y (mgr.24304) 189 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-30T04:35:38.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:38 smithi111 bash[18552]: audit 2024-03-30T04:35:36.731029+0000 mgr.y (mgr.24304) 190 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:35:38.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:38 smithi111 bash[18552]: audit 2024-03-30T04:35:37.842808+0000 mon.b (mon.2) 126 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:35:38.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:38 smithi111 bash[18552]: audit 2024-03-30T04:35:37.843036+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:35:38.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:38 smithi111 bash[18552]: audit 2024-03-30T04:35:37.848147+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:35:38.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:38 smithi111 bash[18552]: audit 2024-03-30T04:35:37.848311+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:35:38.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:38 smithi111 bash[24005]: audit 2024-03-30T04:35:36.731029+0000 mgr.y (mgr.24304) 190 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:35:38.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:38 smithi111 bash[24005]: audit 2024-03-30T04:35:37.842808+0000 mon.b (mon.2) 126 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:35:38.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:38 smithi111 bash[24005]: audit 2024-03-30T04:35:37.843036+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:35:38.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:38 smithi111 bash[24005]: audit 2024-03-30T04:35:37.848147+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:35:38.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:38 smithi111 bash[24005]: audit 2024-03-30T04:35:37.848311+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:35:38.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:38 smithi117 bash[18692]: audit 2024-03-30T04:35:36.731029+0000 mgr.y (mgr.24304) 190 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:35:38.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:38 smithi117 bash[18692]: audit 2024-03-30T04:35:37.842808+0000 mon.b (mon.2) 126 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:35:38.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:38 smithi117 bash[18692]: audit 2024-03-30T04:35:37.843036+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:35:38.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:38 smithi117 bash[18692]: audit 2024-03-30T04:35:37.848147+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:35:38.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:38 smithi117 bash[18692]: audit 2024-03-30T04:35:37.848311+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:35:39.621 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:39 smithi117 bash[18692]: cluster 2024-03-30T04:35:37.810497+0000 mgr.y (mgr.24304) 191 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-30T04:35:39.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:39 smithi111 bash[18552]: cluster 2024-03-30T04:35:37.810497+0000 mgr.y (mgr.24304) 191 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-30T04:35:39.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:39 smithi111 bash[24005]: cluster 2024-03-30T04:35:37.810497+0000 mgr.y (mgr.24304) 191 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-30T04:35:40.617 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:35:40 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:35:40] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:35:40.636 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:35:40 smithi117 bash[19625]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:35:40] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:35:41.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:41 smithi111 bash[18552]: cluster 2024-03-30T04:35:39.812281+0000 mgr.y (mgr.24304) 192 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:41.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:41 smithi111 bash[18552]: audit 2024-03-30T04:35:40.159446+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:41.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:41 smithi111 bash[18552]: audit 2024-03-30T04:35:40.170402+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:41.502 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:41 smithi111 bash[24005]: cluster 2024-03-30T04:35:39.812281+0000 mgr.y (mgr.24304) 192 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:41.502 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:41 smithi111 bash[24005]: audit 2024-03-30T04:35:40.159446+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:41.502 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:41 smithi111 bash[24005]: audit 2024-03-30T04:35:40.170402+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:41.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:41 smithi117 bash[18692]: cluster 2024-03-30T04:35:39.812281+0000 mgr.y (mgr.24304) 192 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:41.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:41 smithi117 bash[18692]: audit 2024-03-30T04:35:40.159446+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:41.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:41 smithi117 bash[18692]: audit 2024-03-30T04:35:40.170402+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:41.867 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:35:41 smithi111 bash[18807]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:35:41] "GET /metrics HTTP/1.1" 200 214940 "" "Prometheus/2.33.4" 2024-03-30T04:35:43.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:43 smithi111 bash[24005]: cluster 2024-03-30T04:35:41.813025+0000 mgr.y (mgr.24304) 193 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:35:43.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:43 smithi111 bash[18552]: cluster 2024-03-30T04:35:41.813025+0000 mgr.y (mgr.24304) 193 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:35:43.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:43 smithi117 bash[18692]: cluster 2024-03-30T04:35:41.813025+0000 mgr.y (mgr.24304) 193 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:35:45.515 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:45 smithi111 bash[18552]: cluster 2024-03-30T04:35:43.814680+0000 mgr.y (mgr.24304) 194 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:45.515 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:45 smithi111 bash[24005]: cluster 2024-03-30T04:35:43.814680+0000 mgr.y (mgr.24304) 194 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:45.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:45 smithi117 bash[18692]: cluster 2024-03-30T04:35:43.814680+0000 mgr.y (mgr.24304) 194 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:47.672 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:47 smithi111 bash[18552]: cluster 2024-03-30T04:35:45.815465+0000 mgr.y (mgr.24304) 195 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:35:47.673 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:47 smithi111 bash[24005]: cluster 2024-03-30T04:35:45.815465+0000 mgr.y (mgr.24304) 195 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:35:47.673 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:35:47 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:35:47] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:35:47.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:47 smithi117 bash[18692]: cluster 2024-03-30T04:35:45.815465+0000 mgr.y (mgr.24304) 195 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:35:48.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:48 smithi111 bash[18552]: audit 2024-03-30T04:35:46.742301+0000 mgr.y (mgr.24304) 196 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:35:48.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:48 smithi111 bash[18552]: audit 2024-03-30T04:35:47.574671+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:48.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:48 smithi111 bash[18552]: audit 2024-03-30T04:35:47.584113+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:48.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:48 smithi111 bash[24005]: audit 2024-03-30T04:35:46.742301+0000 mgr.y (mgr.24304) 196 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:35:48.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:48 smithi111 bash[24005]: audit 2024-03-30T04:35:47.574671+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:48.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:48 smithi111 bash[24005]: audit 2024-03-30T04:35:47.584113+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:48.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:48 smithi117 bash[18692]: audit 2024-03-30T04:35:46.742301+0000 mgr.y (mgr.24304) 196 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:35:48.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:48 smithi117 bash[18692]: audit 2024-03-30T04:35:47.574671+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:48.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:48 smithi117 bash[18692]: audit 2024-03-30T04:35:47.584113+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:49.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:49 smithi111 bash[18552]: cluster 2024-03-30T04:35:47.816224+0000 mgr.y (mgr.24304) 197 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:35:49.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:49 smithi111 bash[24005]: cluster 2024-03-30T04:35:47.816224+0000 mgr.y (mgr.24304) 197 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:35:49.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:49 smithi117 bash[18692]: cluster 2024-03-30T04:35:47.816224+0000 mgr.y (mgr.24304) 197 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:35:50.636 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:35:50 smithi117 bash[19625]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:35:50] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:35:51.867 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:35:51 smithi111 bash[18807]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:35:51] "GET /metrics HTTP/1.1" 200 214940 "" "Prometheus/2.33.4" 2024-03-30T04:35:51.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:51 smithi111 bash[24005]: cluster 2024-03-30T04:35:49.817980+0000 mgr.y (mgr.24304) 198 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:51.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:51 smithi111 bash[18552]: cluster 2024-03-30T04:35:49.817980+0000 mgr.y (mgr.24304) 198 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:51.874 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:51 smithi117 bash[18692]: cluster 2024-03-30T04:35:49.817980+0000 mgr.y (mgr.24304) 198 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:52.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:52 smithi111 bash[24005]: audit 2024-03-30T04:35:51.628229+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:35:52.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:52 smithi111 bash[24005]: audit 2024-03-30T04:35:51.630594+0000 mon.b (mon.2) 129 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:35:52.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:52 smithi111 bash[24005]: audit 2024-03-30T04:35:51.896671+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:52.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:52 smithi111 bash[24005]: audit 2024-03-30T04:35:51.931543+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:52.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:52 smithi111 bash[24005]: audit 2024-03-30T04:35:51.938703+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:52.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:52 smithi111 bash[18552]: audit 2024-03-30T04:35:51.628229+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:35:52.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:52 smithi111 bash[18552]: audit 2024-03-30T04:35:51.630594+0000 mon.b (mon.2) 129 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:35:52.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:52 smithi111 bash[18552]: audit 2024-03-30T04:35:51.896671+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:52.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:52 smithi111 bash[18552]: audit 2024-03-30T04:35:51.931543+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:52.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:52 smithi111 bash[18552]: audit 2024-03-30T04:35:51.938703+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:52.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:52 smithi117 bash[18692]: audit 2024-03-30T04:35:51.628229+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:35:52.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:52 smithi117 bash[18692]: audit 2024-03-30T04:35:51.630594+0000 mon.b (mon.2) 129 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:35:52.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:52 smithi117 bash[18692]: audit 2024-03-30T04:35:51.896671+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:52.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:52 smithi117 bash[18692]: audit 2024-03-30T04:35:51.931543+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:52.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:52 smithi117 bash[18692]: audit 2024-03-30T04:35:51.938703+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:35:53.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:53 smithi111 bash[18552]: cluster 2024-03-30T04:35:51.818674+0000 mgr.y (mgr.24304) 199 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:35:53.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:53 smithi111 bash[24005]: cluster 2024-03-30T04:35:51.818674+0000 mgr.y (mgr.24304) 199 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:35:53.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:53 smithi117 bash[18692]: cluster 2024-03-30T04:35:51.818674+0000 mgr.y (mgr.24304) 199 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:35:55.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:55 smithi111 bash[18552]: cluster 2024-03-30T04:35:53.820242+0000 mgr.y (mgr.24304) 200 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:55.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:55 smithi111 bash[24005]: cluster 2024-03-30T04:35:53.820242+0000 mgr.y (mgr.24304) 200 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:55.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:55 smithi117 bash[18692]: cluster 2024-03-30T04:35:53.820242+0000 mgr.y (mgr.24304) 200 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:57.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:57 smithi111 bash[18552]: cluster 2024-03-30T04:35:55.820977+0000 mgr.y (mgr.24304) 201 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:35:57.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:57 smithi111 bash[24005]: cluster 2024-03-30T04:35:55.820977+0000 mgr.y (mgr.24304) 201 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:35:57.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:57 smithi117 bash[18692]: cluster 2024-03-30T04:35:55.820977+0000 mgr.y (mgr.24304) 201 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:35:58.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:58 smithi111 bash[18552]: audit 2024-03-30T04:35:56.750951+0000 mgr.y (mgr.24304) 202 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:35:58.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:58 smithi111 bash[24005]: audit 2024-03-30T04:35:56.750951+0000 mgr.y (mgr.24304) 202 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:35:58.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:58 smithi117 bash[18692]: audit 2024-03-30T04:35:56.750951+0000 mgr.y (mgr.24304) 202 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:35:59.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:35:59 smithi111 bash[18552]: cluster 2024-03-30T04:35:57.821672+0000 mgr.y (mgr.24304) 203 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:35:59.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:35:59 smithi111 bash[24005]: cluster 2024-03-30T04:35:57.821672+0000 mgr.y (mgr.24304) 203 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:35:59.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:35:59 smithi117 bash[18692]: cluster 2024-03-30T04:35:57.821672+0000 mgr.y (mgr.24304) 203 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:00.617 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:36:00 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:36:00] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:36:00.636 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:36:00 smithi117 bash[19625]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:36:00] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:36:01.617 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:36:01 smithi111 bash[18807]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:36:01] "GET /metrics HTTP/1.1" 200 214943 "" "Prometheus/2.33.4" 2024-03-30T04:36:01.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:01 smithi111 bash[18552]: cluster 2024-03-30T04:35:59.823390+0000 mgr.y (mgr.24304) 204 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:01.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:01 smithi111 bash[18552]: audit 2024-03-30T04:36:00.323855+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:36:01.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:01 smithi111 bash[18552]: audit 2024-03-30T04:36:00.336006+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:36:01.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:01 smithi111 bash[24005]: cluster 2024-03-30T04:35:59.823390+0000 mgr.y (mgr.24304) 204 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:01.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:01 smithi111 bash[24005]: audit 2024-03-30T04:36:00.323855+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:36:01.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:01 smithi111 bash[24005]: audit 2024-03-30T04:36:00.336006+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:36:01.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:01 smithi117 bash[18692]: cluster 2024-03-30T04:35:59.823390+0000 mgr.y (mgr.24304) 204 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:01.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:01 smithi117 bash[18692]: audit 2024-03-30T04:36:00.323855+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:36:01.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:01 smithi117 bash[18692]: audit 2024-03-30T04:36:00.336006+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:36:03.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:03 smithi111 bash[18552]: cluster 2024-03-30T04:36:01.824092+0000 mgr.y (mgr.24304) 205 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:03.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:03 smithi111 bash[24005]: cluster 2024-03-30T04:36:01.824092+0000 mgr.y (mgr.24304) 205 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:03.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:03 smithi117 bash[18692]: cluster 2024-03-30T04:36:01.824092+0000 mgr.y (mgr.24304) 205 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:05.549 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:05 smithi111 bash[24005]: cluster 2024-03-30T04:36:03.825712+0000 mgr.y (mgr.24304) 206 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:05.549 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:05 smithi111 bash[18552]: cluster 2024-03-30T04:36:03.825712+0000 mgr.y (mgr.24304) 206 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:05.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:05 smithi117 bash[18692]: cluster 2024-03-30T04:36:03.825712+0000 mgr.y (mgr.24304) 206 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:07.750 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:07 smithi111 bash[18552]: cluster 2024-03-30T04:36:05.826464+0000 mgr.y (mgr.24304) 207 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:07.750 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:07 smithi111 bash[24005]: cluster 2024-03-30T04:36:05.826464+0000 mgr.y (mgr.24304) 207 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:07.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:07 smithi117 bash[18692]: cluster 2024-03-30T04:36:05.826464+0000 mgr.y (mgr.24304) 207 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:08.056 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:36:07 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:36:07] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:36:08.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:08 smithi111 bash[18552]: audit 2024-03-30T04:36:06.758987+0000 mgr.y (mgr.24304) 208 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:08.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:08 smithi111 bash[18552]: audit 2024-03-30T04:36:07.743448+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:36:08.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:08 smithi111 bash[18552]: audit 2024-03-30T04:36:07.753651+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:36:08.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:08 smithi111 bash[24005]: audit 2024-03-30T04:36:06.758987+0000 mgr.y (mgr.24304) 208 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:08.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:08 smithi111 bash[24005]: audit 2024-03-30T04:36:07.743448+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:36:08.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:08 smithi111 bash[24005]: audit 2024-03-30T04:36:07.753651+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:36:08.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:08 smithi117 bash[18692]: audit 2024-03-30T04:36:06.758987+0000 mgr.y (mgr.24304) 208 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:08.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:08 smithi117 bash[18692]: audit 2024-03-30T04:36:07.743448+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:36:08.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:08 smithi117 bash[18692]: audit 2024-03-30T04:36:07.753651+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:36:09.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:09 smithi111 bash[18552]: cluster 2024-03-30T04:36:07.827175+0000 mgr.y (mgr.24304) 209 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:09.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:09 smithi111 bash[24005]: cluster 2024-03-30T04:36:07.827175+0000 mgr.y (mgr.24304) 209 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:09.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:09 smithi117 bash[18692]: cluster 2024-03-30T04:36:07.827175+0000 mgr.y (mgr.24304) 209 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:10.636 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:36:10 smithi117 bash[19625]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:36:10] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:36:11.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:11 smithi111 bash[18552]: cluster 2024-03-30T04:36:09.828948+0000 mgr.y (mgr.24304) 210 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:11.867 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:36:11 smithi111 bash[18807]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:36:11] "GET /metrics HTTP/1.1" 200 214946 "" "Prometheus/2.33.4" 2024-03-30T04:36:11.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:11 smithi111 bash[24005]: cluster 2024-03-30T04:36:09.828948+0000 mgr.y (mgr.24304) 210 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:11.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:11 smithi117 bash[18692]: cluster 2024-03-30T04:36:09.828948+0000 mgr.y (mgr.24304) 210 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:13.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:13 smithi111 bash[18552]: cluster 2024-03-30T04:36:11.829777+0000 mgr.y (mgr.24304) 211 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:13.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:13 smithi111 bash[24005]: cluster 2024-03-30T04:36:11.829777+0000 mgr.y (mgr.24304) 211 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:13.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:13 smithi117 bash[18692]: cluster 2024-03-30T04:36:11.829777+0000 mgr.y (mgr.24304) 211 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:15.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:15 smithi111 bash[18552]: cluster 2024-03-30T04:36:13.831541+0000 mgr.y (mgr.24304) 212 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:15.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:15 smithi111 bash[24005]: cluster 2024-03-30T04:36:13.831541+0000 mgr.y (mgr.24304) 212 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:15.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:15 smithi117 bash[18692]: cluster 2024-03-30T04:36:13.831541+0000 mgr.y (mgr.24304) 212 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:17.612 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:17 smithi117 bash[18692]: cluster 2024-03-30T04:36:15.832357+0000 mgr.y (mgr.24304) 213 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:17.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:17 smithi111 bash[18552]: cluster 2024-03-30T04:36:15.832357+0000 mgr.y (mgr.24304) 213 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:17.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:17 smithi111 bash[24005]: cluster 2024-03-30T04:36:15.832357+0000 mgr.y (mgr.24304) 213 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:18.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:18 smithi111 bash[18552]: audit 2024-03-30T04:36:16.770412+0000 mgr.y (mgr.24304) 214 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:18.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:18 smithi111 bash[24005]: audit 2024-03-30T04:36:16.770412+0000 mgr.y (mgr.24304) 214 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:18.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:18 smithi117 bash[18692]: audit 2024-03-30T04:36:16.770412+0000 mgr.y (mgr.24304) 214 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:19.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:19 smithi111 bash[18552]: cluster 2024-03-30T04:36:17.833143+0000 mgr.y (mgr.24304) 215 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:19.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:19 smithi111 bash[24005]: cluster 2024-03-30T04:36:17.833143+0000 mgr.y (mgr.24304) 215 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:19.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:19 smithi117 bash[18692]: cluster 2024-03-30T04:36:17.833143+0000 mgr.y (mgr.24304) 215 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:20.385 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:36:20 smithi117 bash[19625]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:36:20] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:36:20.867 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:36:20 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:36:20] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:36:21.867 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:36:21 smithi111 bash[18807]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:36:21] "GET /metrics HTTP/1.1" 200 214946 "" "Prometheus/2.33.4" 2024-03-30T04:36:21.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:21 smithi111 bash[18552]: cluster 2024-03-30T04:36:19.835004+0000 mgr.y (mgr.24304) 216 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:21.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:21 smithi111 bash[18552]: audit 2024-03-30T04:36:20.470078+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:36:21.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:21 smithi111 bash[18552]: audit 2024-03-30T04:36:20.481322+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:36:21.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:21 smithi111 bash[24005]: cluster 2024-03-30T04:36:19.835004+0000 mgr.y (mgr.24304) 216 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:21.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:21 smithi111 bash[24005]: audit 2024-03-30T04:36:20.470078+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:36:21.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:21 smithi111 bash[24005]: audit 2024-03-30T04:36:20.481322+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:36:21.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:21 smithi117 bash[18692]: cluster 2024-03-30T04:36:19.835004+0000 mgr.y (mgr.24304) 216 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:21.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:21 smithi117 bash[18692]: audit 2024-03-30T04:36:20.470078+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:36:21.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:21 smithi117 bash[18692]: audit 2024-03-30T04:36:20.481322+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:36:23.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:23 smithi111 bash[24005]: cluster 2024-03-30T04:36:21.835749+0000 mgr.y (mgr.24304) 217 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:23.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:23 smithi111 bash[18552]: cluster 2024-03-30T04:36:21.835749+0000 mgr.y (mgr.24304) 217 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:23.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:23 smithi117 bash[18692]: cluster 2024-03-30T04:36:21.835749+0000 mgr.y (mgr.24304) 217 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:25.775 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:25 smithi111 bash[18552]: cluster 2024-03-30T04:36:23.837359+0000 mgr.y (mgr.24304) 218 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:25.775 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:25 smithi111 bash[24005]: cluster 2024-03-30T04:36:23.837359+0000 mgr.y (mgr.24304) 218 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:25.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:25 smithi117 bash[18692]: cluster 2024-03-30T04:36:23.837359+0000 mgr.y (mgr.24304) 218 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:27.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:27 smithi111 bash[18552]: cluster 2024-03-30T04:36:25.838072+0000 mgr.y (mgr.24304) 219 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:27.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:27 smithi111 bash[24005]: cluster 2024-03-30T04:36:25.838072+0000 mgr.y (mgr.24304) 219 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:27.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:27 smithi117 bash[18692]: cluster 2024-03-30T04:36:25.838072+0000 mgr.y (mgr.24304) 219 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:28.293 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:36:27 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:36:27] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:36:28.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:28 smithi111 bash[24005]: audit 2024-03-30T04:36:26.779365+0000 mgr.y (mgr.24304) 220 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:28.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:28 smithi111 bash[24005]: audit 2024-03-30T04:36:27.907836+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:36:28.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:28 smithi111 bash[24005]: audit 2024-03-30T04:36:27.918982+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:36:28.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:28 smithi111 bash[18552]: audit 2024-03-30T04:36:26.779365+0000 mgr.y (mgr.24304) 220 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:28.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:28 smithi111 bash[18552]: audit 2024-03-30T04:36:27.907836+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:36:28.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:28 smithi111 bash[18552]: audit 2024-03-30T04:36:27.918982+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:36:28.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:28 smithi117 bash[18692]: audit 2024-03-30T04:36:26.779365+0000 mgr.y (mgr.24304) 220 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:28.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:28 smithi117 bash[18692]: audit 2024-03-30T04:36:27.907836+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:36:28.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:28 smithi117 bash[18692]: audit 2024-03-30T04:36:27.918982+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:36:29.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:29 smithi111 bash[18552]: cluster 2024-03-30T04:36:27.838790+0000 mgr.y (mgr.24304) 221 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:29.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:29 smithi111 bash[24005]: cluster 2024-03-30T04:36:27.838790+0000 mgr.y (mgr.24304) 221 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:29.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:29 smithi117 bash[18692]: cluster 2024-03-30T04:36:27.838790+0000 mgr.y (mgr.24304) 221 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:30.636 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:36:30 smithi117 bash[19625]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:36:30] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:36:31.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:31 smithi111 bash[18552]: cluster 2024-03-30T04:36:29.840571+0000 mgr.y (mgr.24304) 222 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:31.867 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:36:31 smithi111 bash[18807]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:36:31] "GET /metrics HTTP/1.1" 200 214949 "" "Prometheus/2.33.4" 2024-03-30T04:36:31.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:31 smithi111 bash[24005]: cluster 2024-03-30T04:36:29.840571+0000 mgr.y (mgr.24304) 222 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:31.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:31 smithi117 bash[18692]: cluster 2024-03-30T04:36:29.840571+0000 mgr.y (mgr.24304) 222 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:33.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:33 smithi111 bash[18552]: cluster 2024-03-30T04:36:31.841293+0000 mgr.y (mgr.24304) 223 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:33.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:33 smithi111 bash[24005]: cluster 2024-03-30T04:36:31.841293+0000 mgr.y (mgr.24304) 223 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:33.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:33 smithi117 bash[18692]: cluster 2024-03-30T04:36:31.841293+0000 mgr.y (mgr.24304) 223 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:35.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:35 smithi111 bash[18552]: cluster 2024-03-30T04:36:33.842955+0000 mgr.y (mgr.24304) 224 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:35.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:35 smithi111 bash[24005]: cluster 2024-03-30T04:36:33.842955+0000 mgr.y (mgr.24304) 224 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:35.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:35 smithi117 bash[18692]: cluster 2024-03-30T04:36:33.842955+0000 mgr.y (mgr.24304) 224 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:37.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:37 smithi111 bash[18552]: cluster 2024-03-30T04:36:35.843668+0000 mgr.y (mgr.24304) 225 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:37.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:37 smithi111 bash[24005]: cluster 2024-03-30T04:36:35.843668+0000 mgr.y (mgr.24304) 225 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:37.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:37 smithi117 bash[18692]: cluster 2024-03-30T04:36:35.843668+0000 mgr.y (mgr.24304) 225 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:38.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:38 smithi111 bash[24005]: audit 2024-03-30T04:36:36.788694+0000 mgr.y (mgr.24304) 226 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:38.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:38 smithi111 bash[24005]: audit 2024-03-30T04:36:37.853685+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:36:38.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:38 smithi111 bash[24005]: audit 2024-03-30T04:36:37.853808+0000 mon.b (mon.2) 130 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:36:38.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:38 smithi111 bash[24005]: audit 2024-03-30T04:36:37.858687+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:36:38.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:38 smithi111 bash[24005]: audit 2024-03-30T04:36:37.858792+0000 mon.b (mon.2) 131 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:36:38.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:38 smithi111 bash[18552]: audit 2024-03-30T04:36:36.788694+0000 mgr.y (mgr.24304) 226 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:38.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:38 smithi111 bash[18552]: audit 2024-03-30T04:36:37.853685+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:36:38.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:38 smithi111 bash[18552]: audit 2024-03-30T04:36:37.853808+0000 mon.b (mon.2) 130 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:36:38.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:38 smithi111 bash[18552]: audit 2024-03-30T04:36:37.858687+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:36:38.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:38 smithi111 bash[18552]: audit 2024-03-30T04:36:37.858792+0000 mon.b (mon.2) 131 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:36:38.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:38 smithi117 bash[18692]: audit 2024-03-30T04:36:36.788694+0000 mgr.y (mgr.24304) 226 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:38.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:38 smithi117 bash[18692]: audit 2024-03-30T04:36:37.853685+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:36:38.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:38 smithi117 bash[18692]: audit 2024-03-30T04:36:37.853808+0000 mon.b (mon.2) 130 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:36:38.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:38 smithi117 bash[18692]: audit 2024-03-30T04:36:37.858687+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:36:38.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:38 smithi117 bash[18692]: audit 2024-03-30T04:36:37.858792+0000 mon.b (mon.2) 131 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:36:39.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:39 smithi111 bash[18552]: cluster 2024-03-30T04:36:37.844358+0000 mgr.y (mgr.24304) 227 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:39.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:39 smithi111 bash[24005]: cluster 2024-03-30T04:36:37.844358+0000 mgr.y (mgr.24304) 227 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:39.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:39 smithi117 bash[18692]: cluster 2024-03-30T04:36:37.844358+0000 mgr.y (mgr.24304) 227 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:40.596 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:36:40 smithi117 bash[19625]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:36:40] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:36:41.117 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:36:40 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:36:40] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:36:41.867 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:36:41 smithi111 bash[18807]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:36:41] "GET /metrics HTTP/1.1" 200 214946 "" "Prometheus/2.33.4" 2024-03-30T04:36:41.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:41 smithi111 bash[18552]: cluster 2024-03-30T04:36:39.846046+0000 mgr.y (mgr.24304) 228 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:41.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:41 smithi111 bash[18552]: audit 2024-03-30T04:36:40.651604+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:36:41.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:41 smithi111 bash[18552]: audit 2024-03-30T04:36:40.662343+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:36:41.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:41 smithi111 bash[24005]: cluster 2024-03-30T04:36:39.846046+0000 mgr.y (mgr.24304) 228 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:41.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:41 smithi111 bash[24005]: audit 2024-03-30T04:36:40.651604+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:36:41.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:41 smithi111 bash[24005]: audit 2024-03-30T04:36:40.662343+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:36:41.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:41 smithi117 bash[18692]: cluster 2024-03-30T04:36:39.846046+0000 mgr.y (mgr.24304) 228 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:41.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:41 smithi117 bash[18692]: audit 2024-03-30T04:36:40.651604+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:36:41.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:41 smithi117 bash[18692]: audit 2024-03-30T04:36:40.662343+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:36:43.459 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-03-30T04:36:43.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:43 smithi111 bash[24005]: cluster 2024-03-30T04:36:41.846794+0000 mgr.y (mgr.24304) 229 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:43.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:43 smithi111 bash[18552]: cluster 2024-03-30T04:36:41.846794+0000 mgr.y (mgr.24304) 229 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:43.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:43 smithi117 bash[18692]: cluster 2024-03-30T04:36:41.846794+0000 mgr.y (mgr.24304) 229 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:45.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:45 smithi111 bash[18552]: cluster 2024-03-30T04:36:43.848467+0000 mgr.y (mgr.24304) 230 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:45.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:45 smithi111 bash[24005]: cluster 2024-03-30T04:36:43.848467+0000 mgr.y (mgr.24304) 230 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:45.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:45 smithi117 bash[18692]: cluster 2024-03-30T04:36:43.848467+0000 mgr.y (mgr.24304) 230 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:47.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:47 smithi111 bash[18552]: cluster 2024-03-30T04:36:45.849199+0000 mgr.y (mgr.24304) 231 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:47.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:47 smithi111 bash[24005]: cluster 2024-03-30T04:36:45.849199+0000 mgr.y (mgr.24304) 231 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:47.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:47 smithi117 bash[18692]: cluster 2024-03-30T04:36:45.849199+0000 mgr.y (mgr.24304) 231 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:48.367 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:36:48 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:36:48] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:36:48.418 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-03-30T04:36:48.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:48 smithi111 bash[18552]: audit 2024-03-30T04:36:46.798679+0000 mgr.y (mgr.24304) 232 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:48.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:48 smithi111 bash[18552]: audit 2024-03-30T04:36:48.094556+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:36:48.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:48 smithi111 bash[18552]: audit 2024-03-30T04:36:48.105888+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:36:48.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:48 smithi111 bash[24005]: audit 2024-03-30T04:36:46.798679+0000 mgr.y (mgr.24304) 232 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:48.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:48 smithi111 bash[24005]: audit 2024-03-30T04:36:48.094556+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:36:48.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:48 smithi111 bash[24005]: audit 2024-03-30T04:36:48.105888+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:36:48.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:48 smithi117 bash[18692]: audit 2024-03-30T04:36:46.798679+0000 mgr.y (mgr.24304) 232 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:48.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:48 smithi117 bash[18692]: audit 2024-03-30T04:36:48.094556+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:36:48.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:48 smithi117 bash[18692]: audit 2024-03-30T04:36:48.105888+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:36:49.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:49 smithi111 bash[18552]: cluster 2024-03-30T04:36:47.849918+0000 mgr.y (mgr.24304) 233 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:49.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:49 smithi111 bash[24005]: cluster 2024-03-30T04:36:47.849918+0000 mgr.y (mgr.24304) 233 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:49.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:49 smithi117 bash[18692]: cluster 2024-03-30T04:36:47.849918+0000 mgr.y (mgr.24304) 233 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:50.635 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:36:50 smithi117 bash[19625]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:36:50] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:36:51.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:51 smithi111 bash[18552]: cluster 2024-03-30T04:36:49.851073+0000 mgr.y (mgr.24304) 234 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:51.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:51 smithi111 bash[24005]: cluster 2024-03-30T04:36:49.851073+0000 mgr.y (mgr.24304) 234 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:51.867 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:36:51 smithi111 bash[18807]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:36:51] "GET /metrics HTTP/1.1" 200 214946 "" "Prometheus/2.33.4" 2024-03-30T04:36:51.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:51 smithi117 bash[18692]: cluster 2024-03-30T04:36:49.851073+0000 mgr.y (mgr.24304) 234 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:52.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:52 smithi111 bash[18552]: audit 2024-03-30T04:36:51.949746+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:36:52.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:52 smithi111 bash[18552]: audit 2024-03-30T04:36:51.952064+0000 mon.b (mon.2) 133 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:36:52.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:52 smithi111 bash[18552]: audit 2024-03-30T04:36:51.962298+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:36:52.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:52 smithi111 bash[24005]: audit 2024-03-30T04:36:51.949746+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:36:52.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:52 smithi111 bash[24005]: audit 2024-03-30T04:36:51.952064+0000 mon.b (mon.2) 133 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:36:52.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:52 smithi111 bash[24005]: audit 2024-03-30T04:36:51.962298+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:36:52.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:52 smithi117 bash[18692]: audit 2024-03-30T04:36:51.949746+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:36:52.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:52 smithi117 bash[18692]: audit 2024-03-30T04:36:51.952064+0000 mon.b (mon.2) 133 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:36:52.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:52 smithi117 bash[18692]: audit 2024-03-30T04:36:51.962298+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:36:53.250 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph config set global log_to_journald false --force' 2024-03-30T04:36:53.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:53 smithi111 bash[18552]: cluster 2024-03-30T04:36:51.851766+0000 mgr.y (mgr.24304) 235 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:53.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:53 smithi111 bash[24005]: cluster 2024-03-30T04:36:51.851766+0000 mgr.y (mgr.24304) 235 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:53.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:53 smithi117 bash[18692]: cluster 2024-03-30T04:36:51.851766+0000 mgr.y (mgr.24304) 235 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:55.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:55 smithi111 bash[24005]: cluster 2024-03-30T04:36:53.853388+0000 mgr.y (mgr.24304) 236 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:55.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:55 smithi111 bash[18552]: cluster 2024-03-30T04:36:53.853388+0000 mgr.y (mgr.24304) 236 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:55.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:55 smithi117 bash[18692]: cluster 2024-03-30T04:36:53.853388+0000 mgr.y (mgr.24304) 236 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:56.975 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-03-30T04:36:57.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:57 smithi117 bash[18692]: cluster 2024-03-30T04:36:55.854171+0000 mgr.y (mgr.24304) 237 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:57.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:57 smithi111 bash[24005]: cluster 2024-03-30T04:36:55.854171+0000 mgr.y (mgr.24304) 237 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:57.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:57 smithi111 bash[18552]: cluster 2024-03-30T04:36:55.854171+0000 mgr.y (mgr.24304) 237 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:58.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:58 smithi111 bash[18552]: audit 2024-03-30T04:36:56.809675+0000 mgr.y (mgr.24304) 238 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:58.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:58 smithi111 bash[24005]: audit 2024-03-30T04:36:56.809675+0000 mgr.y (mgr.24304) 238 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:58.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:58 smithi117 bash[18692]: audit 2024-03-30T04:36:56.809675+0000 mgr.y (mgr.24304) 238 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:59.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:36:59 smithi111 bash[24005]: cluster 2024-03-30T04:36:57.854897+0000 mgr.y (mgr.24304) 239 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:59.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:36:59 smithi111 bash[18552]: cluster 2024-03-30T04:36:57.854897+0000 mgr.y (mgr.24304) 239 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:59.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:36:59 smithi117 bash[18692]: cluster 2024-03-30T04:36:57.854897+0000 mgr.y (mgr.24304) 239 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:36:59.941 INFO:teuthology.orchestra.run.smithi111.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962 2024-03-30T04:37:00.635 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:37:00 smithi117 bash[19625]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:37:00] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:37:00.783 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-30T04:37:00.793 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi111.front.sepia.ceph.com 2024-03-30T04:37:00.793 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done' 2024-03-30T04:37:01.088 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:00 smithi117 bash[18692]: cluster 2024-03-30T04:36:59.856513+0000 mgr.y (mgr.24304) 240 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:01.088 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:00 smithi117 bash[18692]: audit 2024-03-30T04:36:59.936941+0000 mgr.y (mgr.24304) 241 : audit [DBG] from='client.15015 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:37:01.088 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:00 smithi117 bash[18692]: cephadm 2024-03-30T04:36:59.938736+0000 mgr.y (mgr.24304) 242 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962 2024-03-30T04:37:01.088 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:00 smithi117 bash[18692]: audit 2024-03-30T04:36:59.945603+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:01.088 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:00 smithi117 bash[18692]: audit 2024-03-30T04:36:59.957295+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:37:01.088 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:00 smithi117 bash[18692]: audit 2024-03-30T04:36:59.958331+0000 mon.b (mon.2) 135 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:37:01.088 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:00 smithi117 bash[18692]: audit 2024-03-30T04:36:59.965121+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:01.088 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:00 smithi117 bash[18692]: cephadm 2024-03-30T04:36:59.974633+0000 mgr.y (mgr.24304) 243 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962 2024-03-30T04:37:01.088 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:00 smithi117 bash[18692]: audit 2024-03-30T04:37:00.792392+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:01.088 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:00 smithi117 bash[18692]: audit 2024-03-30T04:37:00.800806+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:01.117 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:37:00 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:37:00] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:37:01.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:00 smithi111 bash[18552]: cluster 2024-03-30T04:36:59.856513+0000 mgr.y (mgr.24304) 240 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:01.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:00 smithi111 bash[18552]: audit 2024-03-30T04:36:59.936941+0000 mgr.y (mgr.24304) 241 : audit [DBG] from='client.15015 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:37:01.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:00 smithi111 bash[18552]: cephadm 2024-03-30T04:36:59.938736+0000 mgr.y (mgr.24304) 242 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962 2024-03-30T04:37:01.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:00 smithi111 bash[18552]: audit 2024-03-30T04:36:59.945603+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:01.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:00 smithi111 bash[18552]: audit 2024-03-30T04:36:59.957295+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:37:01.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:00 smithi111 bash[18552]: audit 2024-03-30T04:36:59.958331+0000 mon.b (mon.2) 135 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:37:01.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:00 smithi111 bash[18552]: audit 2024-03-30T04:36:59.965121+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:01.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:00 smithi111 bash[18552]: cephadm 2024-03-30T04:36:59.974633+0000 mgr.y (mgr.24304) 243 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962 2024-03-30T04:37:01.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:00 smithi111 bash[18552]: audit 2024-03-30T04:37:00.792392+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:01.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:00 smithi111 bash[18552]: audit 2024-03-30T04:37:00.800806+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:01.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:00 smithi111 bash[24005]: cluster 2024-03-30T04:36:59.856513+0000 mgr.y (mgr.24304) 240 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:01.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:00 smithi111 bash[24005]: audit 2024-03-30T04:36:59.936941+0000 mgr.y (mgr.24304) 241 : audit [DBG] from='client.15015 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:37:01.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:00 smithi111 bash[24005]: cephadm 2024-03-30T04:36:59.938736+0000 mgr.y (mgr.24304) 242 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962 2024-03-30T04:37:01.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:00 smithi111 bash[24005]: audit 2024-03-30T04:36:59.945603+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:01.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:00 smithi111 bash[24005]: audit 2024-03-30T04:36:59.957295+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:37:01.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:00 smithi111 bash[24005]: audit 2024-03-30T04:36:59.958331+0000 mon.b (mon.2) 135 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:37:01.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:00 smithi111 bash[24005]: audit 2024-03-30T04:36:59.965121+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:01.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:00 smithi111 bash[24005]: cephadm 2024-03-30T04:36:59.974633+0000 mgr.y (mgr.24304) 243 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962 2024-03-30T04:37:01.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:00 smithi111 bash[24005]: audit 2024-03-30T04:37:00.792392+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:01.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:00 smithi111 bash[24005]: audit 2024-03-30T04:37:00.800806+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:01.866 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:37:01 smithi111 bash[18807]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:37:01] "GET /metrics HTTP/1.1" 200 214925 "" "Prometheus/2.33.4" 2024-03-30T04:37:03.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:02 smithi111 bash[18552]: cluster 2024-03-30T04:37:01.857253+0000 mgr.y (mgr.24304) 244 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:03.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:02 smithi111 bash[24005]: cluster 2024-03-30T04:37:01.857253+0000 mgr.y (mgr.24304) 244 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:03.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:02 smithi117 bash[18692]: cluster 2024-03-30T04:37:01.857253+0000 mgr.y (mgr.24304) 244 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:04.596 INFO:teuthology.orchestra.run.smithi111.stdout:true 2024-03-30T04:37:05.297 INFO:teuthology.orchestra.run.smithi111.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:37:05.297 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi111 smithi111 running 17s ago 11m - - 2024-03-30T04:37:05.297 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi117 smithi117 running 4s ago 11m - - 2024-03-30T04:37:05.297 INFO:teuthology.orchestra.run.smithi111.stdout:alertmanager.a smithi111 *:9093,9094 running (3m) 17s ago 4m 12.9M - ba2b418f427c 55f39589257e 2024-03-30T04:37:05.297 INFO:teuthology.orchestra.run.smithi111.stdout:grafana.a smithi117 *:3000 running (4m) 4s ago 4m 41.7M - 8.3.5 dad864ee21e9 acbfd3d8a3c0 2024-03-30T04:37:05.297 INFO:teuthology.orchestra.run.smithi111.stdout:iscsi.foo.smithi111.fmwmll smithi111 running (2m) 17s ago 2m 41.5M - 3.5 e1d6a67b021e 11616355e6a3 2024-03-30T04:37:05.297 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.x smithi117 *:8443 running (10m) 4s ago 10m 400M - 17.2.0 e1d6a67b021e 922db38e78ff 2024-03-30T04:37:05.297 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.y smithi111 *:9283 running (12m) 17s ago 12m 455M - 17.2.0 e1d6a67b021e fee4c7e62379 2024-03-30T04:37:05.298 INFO:teuthology.orchestra.run.smithi111.stdout:mon.a smithi111 running (12m) 17s ago 12m 51.2M 2048M 17.2.0 e1d6a67b021e e26756bbafc7 2024-03-30T04:37:05.298 INFO:teuthology.orchestra.run.smithi111.stdout:mon.b smithi117 running (11m) 4s ago 11m 42.6M 2048M 17.2.0 e1d6a67b021e fee520b706e2 2024-03-30T04:37:05.298 INFO:teuthology.orchestra.run.smithi111.stdout:mon.c smithi111 running (11m) 17s ago 11m 40.2M 2048M 17.2.0 e1d6a67b021e 2b2c290c2cb8 2024-03-30T04:37:05.298 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.a smithi111 *:9100 running (4m) 17s ago 5m 9572k - 1dbe0e931976 87d139ff7bf3 2024-03-30T04:37:05.298 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.b smithi117 *:9100 running (4m) 4s ago 4m 9707k - 1dbe0e931976 487824a2374d 2024-03-30T04:37:05.298 INFO:teuthology.orchestra.run.smithi111.stdout:osd.0 smithi111 running (10m) 17s ago 10m 53.0M 4096M 17.2.0 e1d6a67b021e 8066f1ef56b0 2024-03-30T04:37:05.298 INFO:teuthology.orchestra.run.smithi111.stdout:osd.1 smithi111 running (9m) 17s ago 9m 56.1M 4096M 17.2.0 e1d6a67b021e 8986210aecf7 2024-03-30T04:37:05.299 INFO:teuthology.orchestra.run.smithi111.stdout:osd.2 smithi111 running (9m) 17s ago 9m 50.2M 4096M 17.2.0 e1d6a67b021e 75832afbc732 2024-03-30T04:37:05.299 INFO:teuthology.orchestra.run.smithi111.stdout:osd.3 smithi111 running (8m) 17s ago 8m 53.2M 4096M 17.2.0 e1d6a67b021e 9bdb46999038 2024-03-30T04:37:05.299 INFO:teuthology.orchestra.run.smithi111.stdout:osd.4 smithi117 running (7m) 4s ago 7m 55.0M 4096M 17.2.0 e1d6a67b021e dfb36784cb06 2024-03-30T04:37:05.299 INFO:teuthology.orchestra.run.smithi111.stdout:osd.5 smithi117 running (7m) 4s ago 7m 51.1M 4096M 17.2.0 e1d6a67b021e 232d5fd01e16 2024-03-30T04:37:05.299 INFO:teuthology.orchestra.run.smithi111.stdout:osd.6 smithi117 running (6m) 4s ago 6m 49.7M 4096M 17.2.0 e1d6a67b021e 393ee9af633e 2024-03-30T04:37:05.299 INFO:teuthology.orchestra.run.smithi111.stdout:osd.7 smithi117 running (6m) 4s ago 6m 52.1M 4096M 17.2.0 e1d6a67b021e f9f3a86e8182 2024-03-30T04:37:05.299 INFO:teuthology.orchestra.run.smithi111.stdout:prometheus.a smithi117 *:9095 running (3m) 4s ago 5m 54.8M - 514e6a882f6e 4ad1dfee6a92 2024-03-30T04:37:05.300 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi111.gqpgtc smithi111 *:8000 running (2m) 17s ago 2m 83.4M - 17.2.0 e1d6a67b021e e51a6fac1b59 2024-03-30T04:37:05.300 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi117.nijpsz smithi117 *:8000 running (2m) 4s ago 2m 83.8M - 17.2.0 e1d6a67b021e bd8939f98ae0 2024-03-30T04:37:05.300 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi111.nqgkvi smithi111 *:80 running (2m) 17s ago 2m 83.7M - 17.2.0 e1d6a67b021e 4dd1cc17abca 2024-03-30T04:37:05.300 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi117.wrgldy smithi117 *:80 running (2m) 4s ago 2m 83.6M - 17.2.0 e1d6a67b021e 1bff1faa59ec 2024-03-30T04:37:05.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:04 smithi111 bash[24005]: cluster 2024-03-30T04:37:03.859096+0000 mgr.y (mgr.24304) 245 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:05.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:04 smithi111 bash[24005]: audit 2024-03-30T04:37:04.587619+0000 mgr.y (mgr.24304) 246 : audit [DBG] from='client.24943 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:37:05.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:04 smithi111 bash[18552]: cluster 2024-03-30T04:37:03.859096+0000 mgr.y (mgr.24304) 245 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:05.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:04 smithi111 bash[18552]: audit 2024-03-30T04:37:04.587619+0000 mgr.y (mgr.24304) 246 : audit [DBG] from='client.24943 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:37:05.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:04 smithi117 bash[18692]: cluster 2024-03-30T04:37:03.859096+0000 mgr.y (mgr.24304) 245 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:05.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:04 smithi117 bash[18692]: audit 2024-03-30T04:37:04.587619+0000 mgr.y (mgr.24304) 246 : audit [DBG] from='client.24943 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:37:05.688 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:37:05.688 INFO:teuthology.orchestra.run.smithi111.stdout: "mon": { 2024-03-30T04:37:05.688 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-30T04:37:05.689 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:37:05.689 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr": { 2024-03-30T04:37:05.689 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-03-30T04:37:05.689 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:37:05.689 INFO:teuthology.orchestra.run.smithi111.stdout: "osd": { 2024-03-30T04:37:05.689 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-30T04:37:05.689 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:37:05.689 INFO:teuthology.orchestra.run.smithi111.stdout: "mds": {}, 2024-03-30T04:37:05.689 INFO:teuthology.orchestra.run.smithi111.stdout: "rgw": { 2024-03-30T04:37:05.689 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:37:05.689 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:37:05.689 INFO:teuthology.orchestra.run.smithi111.stdout: "overall": { 2024-03-30T04:37:05.689 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2024-03-30T04:37:05.689 INFO:teuthology.orchestra.run.smithi111.stdout: } 2024-03-30T04:37:05.689 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:37:06.039 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:37:06.039 INFO:teuthology.orchestra.run.smithi111.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962", 2024-03-30T04:37:06.039 INFO:teuthology.orchestra.run.smithi111.stdout: "in_progress": true, 2024-03-30T04:37:06.039 INFO:teuthology.orchestra.run.smithi111.stdout: "services_complete": [], 2024-03-30T04:37:06.039 INFO:teuthology.orchestra.run.smithi111.stdout: "progress": "", 2024-03-30T04:37:06.040 INFO:teuthology.orchestra.run.smithi111.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962 image" 2024-03-30T04:37:06.040 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:37:06.450 INFO:teuthology.orchestra.run.smithi111.stdout:HEALTH_OK 2024-03-30T04:37:06.811 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:06 smithi111 bash[18552]: audit 2024-03-30T04:37:04.949183+0000 mgr.y (mgr.24304) 247 : audit [DBG] from='client.15027 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:37:06.811 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:06 smithi111 bash[18552]: audit 2024-03-30T04:37:05.276924+0000 mgr.y (mgr.24304) 248 : audit [DBG] from='client.15033 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:37:06.811 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:06 smithi111 bash[18552]: audit 2024-03-30T04:37:05.694094+0000 mon.a (mon.0) 1071 : audit [DBG] from='client.? 172.21.15.111:0/2289620807' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:37:06.811 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:06 smithi111 bash[24005]: audit 2024-03-30T04:37:04.949183+0000 mgr.y (mgr.24304) 247 : audit [DBG] from='client.15027 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:37:06.811 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:06 smithi111 bash[24005]: audit 2024-03-30T04:37:05.276924+0000 mgr.y (mgr.24304) 248 : audit [DBG] from='client.15033 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:37:06.811 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:06 smithi111 bash[24005]: audit 2024-03-30T04:37:05.694094+0000 mon.a (mon.0) 1071 : audit [DBG] from='client.? 172.21.15.111:0/2289620807' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:37:06.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:06 smithi117 bash[18692]: audit 2024-03-30T04:37:04.949183+0000 mgr.y (mgr.24304) 247 : audit [DBG] from='client.15027 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:37:06.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:06 smithi117 bash[18692]: audit 2024-03-30T04:37:05.276924+0000 mgr.y (mgr.24304) 248 : audit [DBG] from='client.15033 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:37:06.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:06 smithi117 bash[18692]: audit 2024-03-30T04:37:05.694094+0000 mon.a (mon.0) 1071 : audit [DBG] from='client.? 172.21.15.111:0/2289620807' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:37:07.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:07 smithi111 bash[24005]: cluster 2024-03-30T04:37:05.859541+0000 mgr.y (mgr.24304) 249 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:07.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:07 smithi111 bash[24005]: audit 2024-03-30T04:37:06.044955+0000 mgr.y (mgr.24304) 250 : audit [DBG] from='client.15045 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:37:07.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:07 smithi111 bash[24005]: audit 2024-03-30T04:37:06.456392+0000 mon.a (mon.0) 1072 : audit [DBG] from='client.? 172.21.15.111:0/1202962803' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:37:07.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:07 smithi111 bash[18552]: cluster 2024-03-30T04:37:05.859541+0000 mgr.y (mgr.24304) 249 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:07.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:07 smithi111 bash[18552]: audit 2024-03-30T04:37:06.044955+0000 mgr.y (mgr.24304) 250 : audit [DBG] from='client.15045 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:37:07.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:07 smithi111 bash[18552]: audit 2024-03-30T04:37:06.456392+0000 mon.a (mon.0) 1072 : audit [DBG] from='client.? 172.21.15.111:0/1202962803' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:37:07.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:07 smithi117 bash[18692]: cluster 2024-03-30T04:37:05.859541+0000 mgr.y (mgr.24304) 249 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:07.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:07 smithi117 bash[18692]: audit 2024-03-30T04:37:06.044955+0000 mgr.y (mgr.24304) 250 : audit [DBG] from='client.15045 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:37:07.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:07 smithi117 bash[18692]: audit 2024-03-30T04:37:06.456392+0000 mon.a (mon.0) 1072 : audit [DBG] from='client.? 172.21.15.111:0/1202962803' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:37:08.500 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:37:08 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:37:08] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:37:08.501 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:08 smithi111 bash[24005]: audit 2024-03-30T04:37:06.818801+0000 mgr.y (mgr.24304) 251 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:08.501 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:08 smithi111 bash[24005]: audit 2024-03-30T04:37:08.234508+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:08.501 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:08 smithi111 bash[24005]: audit 2024-03-30T04:37:08.246572+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:08.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:08 smithi111 bash[18552]: audit 2024-03-30T04:37:06.818801+0000 mgr.y (mgr.24304) 251 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:08.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:08 smithi111 bash[18552]: audit 2024-03-30T04:37:08.234508+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:08.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:08 smithi111 bash[18552]: audit 2024-03-30T04:37:08.246572+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:08.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:08 smithi117 bash[18692]: audit 2024-03-30T04:37:06.818801+0000 mgr.y (mgr.24304) 251 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:08.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:08 smithi117 bash[18692]: audit 2024-03-30T04:37:08.234508+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:08.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:08 smithi117 bash[18692]: audit 2024-03-30T04:37:08.246572+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:09.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:09 smithi111 bash[18552]: cluster 2024-03-30T04:37:07.860436+0000 mgr.y (mgr.24304) 252 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:09.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:09 smithi111 bash[24005]: cluster 2024-03-30T04:37:07.860436+0000 mgr.y (mgr.24304) 252 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:09.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:09 smithi117 bash[18692]: cluster 2024-03-30T04:37:07.860436+0000 mgr.y (mgr.24304) 252 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:10.635 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:37:10 smithi117 bash[19625]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:37:10] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:37:11.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:11 smithi111 bash[18552]: cluster 2024-03-30T04:37:09.861338+0000 mgr.y (mgr.24304) 253 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:11.867 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:37:11 smithi111 bash[18807]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:37:11] "GET /metrics HTTP/1.1" 200 214901 "" "Prometheus/2.33.4" 2024-03-30T04:37:11.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:11 smithi111 bash[24005]: cluster 2024-03-30T04:37:09.861338+0000 mgr.y (mgr.24304) 253 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:11.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:11 smithi117 bash[18692]: cluster 2024-03-30T04:37:09.861338+0000 mgr.y (mgr.24304) 253 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:13.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:13 smithi111 bash[18552]: cluster 2024-03-30T04:37:11.861903+0000 mgr.y (mgr.24304) 254 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:13.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:13 smithi111 bash[24005]: cluster 2024-03-30T04:37:11.861903+0000 mgr.y (mgr.24304) 254 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:13.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:13 smithi117 bash[18692]: cluster 2024-03-30T04:37:11.861903+0000 mgr.y (mgr.24304) 254 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:15.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:15 smithi111 bash[24005]: cluster 2024-03-30T04:37:13.863978+0000 mgr.y (mgr.24304) 255 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:15.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:15 smithi111 bash[18552]: cluster 2024-03-30T04:37:13.863978+0000 mgr.y (mgr.24304) 255 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:15.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:15 smithi117 bash[18692]: cluster 2024-03-30T04:37:13.863978+0000 mgr.y (mgr.24304) 255 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:17.807 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:17 smithi117 bash[18692]: cluster 2024-03-30T04:37:15.864778+0000 mgr.y (mgr.24304) 256 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:17.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:17 smithi111 bash[24005]: cluster 2024-03-30T04:37:15.864778+0000 mgr.y (mgr.24304) 256 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:17.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:17 smithi111 bash[18552]: cluster 2024-03-30T04:37:15.864778+0000 mgr.y (mgr.24304) 256 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:18.735 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:18 smithi117 bash[18692]: audit 2024-03-30T04:37:16.826924+0000 mgr.y (mgr.24304) 257 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:18.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:18 smithi111 bash[24005]: audit 2024-03-30T04:37:16.826924+0000 mgr.y (mgr.24304) 257 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:18.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:18 smithi111 bash[18552]: audit 2024-03-30T04:37:16.826924+0000 mgr.y (mgr.24304) 257 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:19.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:19 smithi111 bash[24005]: cluster 2024-03-30T04:37:17.865563+0000 mgr.y (mgr.24304) 258 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:19.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:19 smithi111 bash[18552]: cluster 2024-03-30T04:37:17.865563+0000 mgr.y (mgr.24304) 258 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:19.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:19 smithi117 bash[18692]: cluster 2024-03-30T04:37:17.865563+0000 mgr.y (mgr.24304) 258 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:20.635 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:37:20 smithi117 bash[19625]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:37:20] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:37:21.367 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:37:20 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:37:20] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:37:21.866 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:37:21 smithi111 bash[18807]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:37:21] "GET /metrics HTTP/1.1" 200 214901 "" "Prometheus/2.33.4" 2024-03-30T04:37:21.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:21 smithi111 bash[18552]: cluster 2024-03-30T04:37:19.867528+0000 mgr.y (mgr.24304) 259 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:21.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:21 smithi111 bash[18552]: audit 2024-03-30T04:37:20.903642+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:21.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:21 smithi111 bash[18552]: audit 2024-03-30T04:37:20.914651+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:21.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:21 smithi111 bash[24005]: cluster 2024-03-30T04:37:19.867528+0000 mgr.y (mgr.24304) 259 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:21.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:21 smithi111 bash[24005]: audit 2024-03-30T04:37:20.903642+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:21.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:21 smithi111 bash[24005]: audit 2024-03-30T04:37:20.914651+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:21.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:21 smithi117 bash[18692]: cluster 2024-03-30T04:37:19.867528+0000 mgr.y (mgr.24304) 259 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:21.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:21 smithi117 bash[18692]: audit 2024-03-30T04:37:20.903642+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:21.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:21 smithi117 bash[18692]: audit 2024-03-30T04:37:20.914651+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:23.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:23 smithi111 bash[18552]: cluster 2024-03-30T04:37:21.868383+0000 mgr.y (mgr.24304) 260 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:23.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:23 smithi111 bash[24005]: cluster 2024-03-30T04:37:21.868383+0000 mgr.y (mgr.24304) 260 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:23.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:23 smithi117 bash[18692]: cluster 2024-03-30T04:37:21.868383+0000 mgr.y (mgr.24304) 260 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:25.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:25 smithi111 bash[18552]: cluster 2024-03-30T04:37:23.869195+0000 mgr.y (mgr.24304) 261 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:25.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:25 smithi111 bash[24005]: cluster 2024-03-30T04:37:23.869195+0000 mgr.y (mgr.24304) 261 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:25.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:25 smithi117 bash[18692]: cluster 2024-03-30T04:37:23.869195+0000 mgr.y (mgr.24304) 261 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:27.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:27 smithi111 bash[18552]: cluster 2024-03-30T04:37:25.869571+0000 mgr.y (mgr.24304) 262 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:27.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:27 smithi111 bash[24005]: cluster 2024-03-30T04:37:25.869571+0000 mgr.y (mgr.24304) 262 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:27.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:27 smithi117 bash[18692]: cluster 2024-03-30T04:37:25.869571+0000 mgr.y (mgr.24304) 262 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:28.366 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:37:28 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:37:28] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:37:28.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:28 smithi111 bash[18552]: audit 2024-03-30T04:37:26.834681+0000 mgr.y (mgr.24304) 263 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:28.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:28 smithi111 bash[18552]: audit 2024-03-30T04:37:28.339370+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:28.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:28 smithi111 bash[18552]: audit 2024-03-30T04:37:28.349358+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:28.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:28 smithi111 bash[24005]: audit 2024-03-30T04:37:26.834681+0000 mgr.y (mgr.24304) 263 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:28.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:28 smithi111 bash[24005]: audit 2024-03-30T04:37:28.339370+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:28.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:28 smithi111 bash[24005]: audit 2024-03-30T04:37:28.349358+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:28.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:28 smithi117 bash[18692]: audit 2024-03-30T04:37:26.834681+0000 mgr.y (mgr.24304) 263 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:28.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:28 smithi117 bash[18692]: audit 2024-03-30T04:37:28.339370+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:28.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:28 smithi117 bash[18692]: audit 2024-03-30T04:37:28.349358+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:29.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:29 smithi111 bash[24005]: cluster 2024-03-30T04:37:27.869988+0000 mgr.y (mgr.24304) 264 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:29.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:29 smithi111 bash[18552]: cluster 2024-03-30T04:37:27.869988+0000 mgr.y (mgr.24304) 264 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:29.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:29 smithi117 bash[18692]: cluster 2024-03-30T04:37:27.869988+0000 mgr.y (mgr.24304) 264 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:30.635 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:37:30 smithi117 bash[19625]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:37:30] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:37:31.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:31 smithi111 bash[18552]: cluster 2024-03-30T04:37:29.870767+0000 mgr.y (mgr.24304) 265 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:31.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:31 smithi111 bash[24005]: cluster 2024-03-30T04:37:29.870767+0000 mgr.y (mgr.24304) 265 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:31.867 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:37:31 smithi111 bash[18807]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:37:31] "GET /metrics HTTP/1.1" 200 214883 "" "Prometheus/2.33.4" 2024-03-30T04:37:31.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:31 smithi117 bash[18692]: cluster 2024-03-30T04:37:29.870767+0000 mgr.y (mgr.24304) 265 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:33.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:33 smithi111 bash[18552]: cluster 2024-03-30T04:37:31.871384+0000 mgr.y (mgr.24304) 266 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:33.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:33 smithi111 bash[24005]: cluster 2024-03-30T04:37:31.871384+0000 mgr.y (mgr.24304) 266 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:33.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:33 smithi117 bash[18692]: cluster 2024-03-30T04:37:31.871384+0000 mgr.y (mgr.24304) 266 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:35.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:35 smithi111 bash[18552]: cluster 2024-03-30T04:37:33.873056+0000 mgr.y (mgr.24304) 267 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:35.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:35 smithi111 bash[24005]: cluster 2024-03-30T04:37:33.873056+0000 mgr.y (mgr.24304) 267 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:35.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:35 smithi117 bash[18692]: cluster 2024-03-30T04:37:33.873056+0000 mgr.y (mgr.24304) 267 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:36.789 INFO:teuthology.orchestra.run.smithi111.stdout:true 2024-03-30T04:37:37.451 INFO:teuthology.orchestra.run.smithi111.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:37:37.451 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi111 smithi111 running 9s ago 12m - - 2024-03-30T04:37:37.451 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi117 smithi117 running 16s ago 11m - - 2024-03-30T04:37:37.451 INFO:teuthology.orchestra.run.smithi111.stdout:alertmanager.a smithi111 *:9093,9094 running (4m) 9s ago 5m 12.1M - ba2b418f427c 55f39589257e 2024-03-30T04:37:37.451 INFO:teuthology.orchestra.run.smithi111.stdout:grafana.a smithi117 *:3000 running (4m) 16s ago 4m 41.9M - 8.3.5 dad864ee21e9 acbfd3d8a3c0 2024-03-30T04:37:37.451 INFO:teuthology.orchestra.run.smithi111.stdout:iscsi.foo.smithi111.fmwmll smithi111 running (2m) 9s ago 2m 41.7M - 3.5 e1d6a67b021e 11616355e6a3 2024-03-30T04:37:37.451 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.x smithi117 *:8443 running (11m) 16s ago 11m 400M - 17.2.0 e1d6a67b021e 922db38e78ff 2024-03-30T04:37:37.452 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.y smithi111 *:9283 running (13m) 9s ago 13m 456M - 17.2.0 e1d6a67b021e fee4c7e62379 2024-03-30T04:37:37.452 INFO:teuthology.orchestra.run.smithi111.stdout:mon.a smithi111 running (13m) 9s ago 13m 51.9M 2048M 17.2.0 e1d6a67b021e e26756bbafc7 2024-03-30T04:37:37.452 INFO:teuthology.orchestra.run.smithi111.stdout:mon.b smithi117 running (11m) 16s ago 11m 43.2M 2048M 17.2.0 e1d6a67b021e fee520b706e2 2024-03-30T04:37:37.452 INFO:teuthology.orchestra.run.smithi111.stdout:mon.c smithi111 running (11m) 9s ago 11m 41.3M 2048M 17.2.0 e1d6a67b021e 2b2c290c2cb8 2024-03-30T04:37:37.452 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.a smithi111 *:9100 running (5m) 9s ago 5m 9.92M - 1dbe0e931976 87d139ff7bf3 2024-03-30T04:37:37.452 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.b smithi117 *:9100 running (5m) 16s ago 5m 9419k - 1dbe0e931976 487824a2374d 2024-03-30T04:37:37.452 INFO:teuthology.orchestra.run.smithi111.stdout:osd.0 smithi111 running (10m) 9s ago 10m 53.6M 4096M 17.2.0 e1d6a67b021e 8066f1ef56b0 2024-03-30T04:37:37.452 INFO:teuthology.orchestra.run.smithi111.stdout:osd.1 smithi111 running (10m) 9s ago 10m 56.5M 4096M 17.2.0 e1d6a67b021e 8986210aecf7 2024-03-30T04:37:37.452 INFO:teuthology.orchestra.run.smithi111.stdout:osd.2 smithi111 running (9m) 9s ago 9m 50.5M 4096M 17.2.0 e1d6a67b021e 75832afbc732 2024-03-30T04:37:37.452 INFO:teuthology.orchestra.run.smithi111.stdout:osd.3 smithi111 running (8m) 9s ago 8m 53.7M 4096M 17.2.0 e1d6a67b021e 9bdb46999038 2024-03-30T04:37:37.452 INFO:teuthology.orchestra.run.smithi111.stdout:osd.4 smithi117 running (8m) 16s ago 8m 55.2M 4096M 17.2.0 e1d6a67b021e dfb36784cb06 2024-03-30T04:37:37.452 INFO:teuthology.orchestra.run.smithi111.stdout:osd.5 smithi117 running (7m) 16s ago 7m 51.3M 4096M 17.2.0 e1d6a67b021e 232d5fd01e16 2024-03-30T04:37:37.452 INFO:teuthology.orchestra.run.smithi111.stdout:osd.6 smithi117 running (7m) 16s ago 7m 49.9M 4096M 17.2.0 e1d6a67b021e 393ee9af633e 2024-03-30T04:37:37.453 INFO:teuthology.orchestra.run.smithi111.stdout:osd.7 smithi117 running (6m) 16s ago 6m 52.2M 4096M 17.2.0 e1d6a67b021e f9f3a86e8182 2024-03-30T04:37:37.453 INFO:teuthology.orchestra.run.smithi111.stdout:prometheus.a smithi117 *:9095 running (4m) 16s ago 5m 55.5M - 514e6a882f6e 4ad1dfee6a92 2024-03-30T04:37:37.453 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi111.gqpgtc smithi111 *:8000 running (3m) 9s ago 3m 83.7M - 17.2.0 e1d6a67b021e e51a6fac1b59 2024-03-30T04:37:37.453 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi117.nijpsz smithi117 *:8000 running (3m) 16s ago 3m 83.9M - 17.2.0 e1d6a67b021e bd8939f98ae0 2024-03-30T04:37:37.453 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi111.nqgkvi smithi111 *:80 running (3m) 9s ago 3m 83.8M - 17.2.0 e1d6a67b021e 4dd1cc17abca 2024-03-30T04:37:37.453 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi117.wrgldy smithi117 *:80 running (3m) 16s ago 3m 83.7M - 17.2.0 e1d6a67b021e 1bff1faa59ec 2024-03-30T04:37:37.824 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:37:37.824 INFO:teuthology.orchestra.run.smithi111.stdout: "mon": { 2024-03-30T04:37:37.824 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-30T04:37:37.824 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:37:37.824 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr": { 2024-03-30T04:37:37.825 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-03-30T04:37:37.825 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:37:37.825 INFO:teuthology.orchestra.run.smithi111.stdout: "osd": { 2024-03-30T04:37:37.825 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-30T04:37:37.825 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:37:37.825 INFO:teuthology.orchestra.run.smithi111.stdout: "mds": {}, 2024-03-30T04:37:37.825 INFO:teuthology.orchestra.run.smithi111.stdout: "rgw": { 2024-03-30T04:37:37.825 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:37:37.825 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:37:37.826 INFO:teuthology.orchestra.run.smithi111.stdout: "overall": { 2024-03-30T04:37:37.826 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2024-03-30T04:37:37.826 INFO:teuthology.orchestra.run.smithi111.stdout: } 2024-03-30T04:37:37.826 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:37:37.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:37 smithi111 bash[18552]: cluster 2024-03-30T04:37:35.873745+0000 mgr.y (mgr.24304) 268 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:37.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:37 smithi111 bash[24005]: cluster 2024-03-30T04:37:35.873745+0000 mgr.y (mgr.24304) 268 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:37.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:37 smithi117 bash[18692]: cluster 2024-03-30T04:37:35.873745+0000 mgr.y (mgr.24304) 268 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:38.141 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:37:38.141 INFO:teuthology.orchestra.run.smithi111.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962", 2024-03-30T04:37:38.142 INFO:teuthology.orchestra.run.smithi111.stdout: "in_progress": true, 2024-03-30T04:37:38.142 INFO:teuthology.orchestra.run.smithi111.stdout: "services_complete": [], 2024-03-30T04:37:38.142 INFO:teuthology.orchestra.run.smithi111.stdout: "progress": "", 2024-03-30T04:37:38.142 INFO:teuthology.orchestra.run.smithi111.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962 image" 2024-03-30T04:37:38.142 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:37:38.536 INFO:teuthology.orchestra.run.smithi111.stdout:HEALTH_OK 2024-03-30T04:37:38.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:38 smithi111 bash[18552]: audit 2024-03-30T04:37:36.782477+0000 mgr.y (mgr.24304) 269 : audit [DBG] from='client.15057 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:37:38.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:38 smithi111 bash[18552]: audit 2024-03-30T04:37:36.842743+0000 mgr.y (mgr.24304) 270 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:38.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:38 smithi111 bash[18552]: audit 2024-03-30T04:37:37.098674+0000 mgr.y (mgr.24304) 271 : audit [DBG] from='client.15063 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:37:38.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:38 smithi111 bash[18552]: audit 2024-03-30T04:37:37.410909+0000 mgr.y (mgr.24304) 272 : audit [DBG] from='client.15069 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:37:38.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:38 smithi111 bash[18552]: audit 2024-03-30T04:37:37.829812+0000 mon.a (mon.0) 1079 : audit [DBG] from='client.? 172.21.15.111:0/1506625554' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:37:38.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:38 smithi111 bash[18552]: audit 2024-03-30T04:37:37.874015+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:37:38.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:38 smithi111 bash[18552]: audit 2024-03-30T04:37:37.874404+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:37:38.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:38 smithi111 bash[18552]: audit 2024-03-30T04:37:37.874502+0000 mon.b (mon.2) 136 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:37:38.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:38 smithi111 bash[18552]: audit 2024-03-30T04:37:37.874932+0000 mon.b (mon.2) 137 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:37:38.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:38 smithi111 bash[24005]: audit 2024-03-30T04:37:36.782477+0000 mgr.y (mgr.24304) 269 : audit [DBG] from='client.15057 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:37:38.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:38 smithi111 bash[24005]: audit 2024-03-30T04:37:36.842743+0000 mgr.y (mgr.24304) 270 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:38.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:38 smithi111 bash[24005]: audit 2024-03-30T04:37:37.098674+0000 mgr.y (mgr.24304) 271 : audit [DBG] from='client.15063 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:37:38.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:38 smithi111 bash[24005]: audit 2024-03-30T04:37:37.410909+0000 mgr.y (mgr.24304) 272 : audit [DBG] from='client.15069 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:37:38.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:38 smithi111 bash[24005]: audit 2024-03-30T04:37:37.829812+0000 mon.a (mon.0) 1079 : audit [DBG] from='client.? 172.21.15.111:0/1506625554' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:37:38.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:38 smithi111 bash[24005]: audit 2024-03-30T04:37:37.874015+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:37:38.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:38 smithi111 bash[24005]: audit 2024-03-30T04:37:37.874404+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:37:38.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:38 smithi111 bash[24005]: audit 2024-03-30T04:37:37.874502+0000 mon.b (mon.2) 136 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:37:38.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:38 smithi111 bash[24005]: audit 2024-03-30T04:37:37.874932+0000 mon.b (mon.2) 137 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:37:38.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:38 smithi117 bash[18692]: audit 2024-03-30T04:37:36.782477+0000 mgr.y (mgr.24304) 269 : audit [DBG] from='client.15057 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:37:38.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:38 smithi117 bash[18692]: audit 2024-03-30T04:37:36.842743+0000 mgr.y (mgr.24304) 270 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:38.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:38 smithi117 bash[18692]: audit 2024-03-30T04:37:37.098674+0000 mgr.y (mgr.24304) 271 : audit [DBG] from='client.15063 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:37:38.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:38 smithi117 bash[18692]: audit 2024-03-30T04:37:37.410909+0000 mgr.y (mgr.24304) 272 : audit [DBG] from='client.15069 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:37:38.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:38 smithi117 bash[18692]: audit 2024-03-30T04:37:37.829812+0000 mon.a (mon.0) 1079 : audit [DBG] from='client.? 172.21.15.111:0/1506625554' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:37:38.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:38 smithi117 bash[18692]: audit 2024-03-30T04:37:37.874015+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:37:38.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:38 smithi117 bash[18692]: audit 2024-03-30T04:37:37.874404+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:37:38.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:38 smithi117 bash[18692]: audit 2024-03-30T04:37:37.874502+0000 mon.b (mon.2) 136 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:37:38.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:38 smithi117 bash[18692]: audit 2024-03-30T04:37:37.874932+0000 mon.b (mon.2) 137 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:37:39.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:39 smithi117 bash[18692]: cluster 2024-03-30T04:37:37.874146+0000 mgr.y (mgr.24304) 273 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-03-30T04:37:39.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:39 smithi117 bash[18692]: audit 2024-03-30T04:37:38.146934+0000 mgr.y (mgr.24304) 274 : audit [DBG] from='client.25003 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:37:39.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:39 smithi117 bash[18692]: audit 2024-03-30T04:37:38.542413+0000 mon.c (mon.1) 36 : audit [DBG] from='client.? 172.21.15.111:0/781367377' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:37:39.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:39 smithi111 bash[18552]: cluster 2024-03-30T04:37:37.874146+0000 mgr.y (mgr.24304) 273 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-03-30T04:37:39.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:39 smithi111 bash[18552]: audit 2024-03-30T04:37:38.146934+0000 mgr.y (mgr.24304) 274 : audit [DBG] from='client.25003 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:37:39.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:39 smithi111 bash[18552]: audit 2024-03-30T04:37:38.542413+0000 mon.c (mon.1) 36 : audit [DBG] from='client.? 172.21.15.111:0/781367377' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:37:39.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:39 smithi111 bash[24005]: cluster 2024-03-30T04:37:37.874146+0000 mgr.y (mgr.24304) 273 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-03-30T04:37:39.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:39 smithi111 bash[24005]: audit 2024-03-30T04:37:38.146934+0000 mgr.y (mgr.24304) 274 : audit [DBG] from='client.25003 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:37:39.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:39 smithi111 bash[24005]: audit 2024-03-30T04:37:38.542413+0000 mon.c (mon.1) 36 : audit [DBG] from='client.? 172.21.15.111:0/781367377' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:37:40.635 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:37:40 smithi117 bash[19625]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:37:40] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:37:41.366 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:37:41 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:37:41] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:37:41.867 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:37:41 smithi111 bash[18807]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:37:41] "GET /metrics HTTP/1.1" 200 214885 "" "Prometheus/2.33.4" 2024-03-30T04:37:41.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:41 smithi111 bash[24005]: cluster 2024-03-30T04:37:39.875823+0000 mgr.y (mgr.24304) 275 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:41.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:41 smithi111 bash[24005]: audit 2024-03-30T04:37:41.043037+0000 mon.a (mon.0) 1082 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:41.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:41 smithi111 bash[24005]: audit 2024-03-30T04:37:41.054139+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:41.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:41 smithi111 bash[18552]: cluster 2024-03-30T04:37:39.875823+0000 mgr.y (mgr.24304) 275 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:41.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:41 smithi111 bash[18552]: audit 2024-03-30T04:37:41.043037+0000 mon.a (mon.0) 1082 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:41.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:41 smithi111 bash[18552]: audit 2024-03-30T04:37:41.054139+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:41.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:41 smithi117 bash[18692]: cluster 2024-03-30T04:37:39.875823+0000 mgr.y (mgr.24304) 275 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:41.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:41 smithi117 bash[18692]: audit 2024-03-30T04:37:41.043037+0000 mon.a (mon.0) 1082 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:41.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:41 smithi117 bash[18692]: audit 2024-03-30T04:37:41.054139+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:43.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:43 smithi111 bash[24005]: cluster 2024-03-30T04:37:41.876317+0000 mgr.y (mgr.24304) 276 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:43.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:43 smithi111 bash[18552]: cluster 2024-03-30T04:37:41.876317+0000 mgr.y (mgr.24304) 276 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:43.867 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:37:43 smithi111 bash[47239]: level=warn ts=2024-03-30T04:37:43.555Z 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.111:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.111 because it doesn't contain any IP SANs" 2024-03-30T04:37:43.867 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:37:43 smithi111 bash[47239]: level=warn ts=2024-03-30T04:37:43.555Z 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.117:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.117 because it doesn't contain any IP SANs" 2024-03-30T04:37:43.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:43 smithi117 bash[18692]: cluster 2024-03-30T04:37:41.876317+0000 mgr.y (mgr.24304) 276 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:45.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:45 smithi111 bash[24005]: cluster 2024-03-30T04:37:43.877915+0000 mgr.y (mgr.24304) 277 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:45.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:45 smithi111 bash[24005]: audit 2024-03-30T04:37:44.663821+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:45.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:45 smithi111 bash[24005]: audit 2024-03-30T04:37:44.668680+0000 mon.b (mon.2) 138 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:37:45.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:45 smithi111 bash[24005]: audit 2024-03-30T04:37:44.679800+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:45.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:45 smithi111 bash[18552]: cluster 2024-03-30T04:37:43.877915+0000 mgr.y (mgr.24304) 277 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:45.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:45 smithi111 bash[18552]: audit 2024-03-30T04:37:44.663821+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:45.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:45 smithi111 bash[18552]: audit 2024-03-30T04:37:44.668680+0000 mon.b (mon.2) 138 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:37:45.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:45 smithi111 bash[18552]: audit 2024-03-30T04:37:44.679800+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:45.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:45 smithi117 bash[18692]: cluster 2024-03-30T04:37:43.877915+0000 mgr.y (mgr.24304) 277 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:45.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:45 smithi117 bash[18692]: audit 2024-03-30T04:37:44.663821+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:45.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:45 smithi117 bash[18692]: audit 2024-03-30T04:37:44.668680+0000 mon.b (mon.2) 138 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:37:45.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:45 smithi117 bash[18692]: audit 2024-03-30T04:37:44.679800+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:46.846 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:46 smithi111 bash[18552]: cephadm 2024-03-30T04:37:44.664987+0000 mgr.y (mgr.24304) 278 : cephadm [INF] Upgrade: Target is version 19.0.0-2493-gd82c9aa1 (unknown) 2024-03-30T04:37:46.846 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:46 smithi111 bash[18552]: cephadm 2024-03-30T04:37:44.665157+0000 mgr.y (mgr.24304) 279 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962, digests ['quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba'] 2024-03-30T04:37:46.846 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:46 smithi111 bash[18552]: cephadm 2024-03-30T04:37:44.682502+0000 mgr.y (mgr.24304) 280 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-03-30T04:37:46.846 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:46 smithi111 bash[18552]: cephadm 2024-03-30T04:37:44.913141+0000 mgr.y (mgr.24304) 281 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962 on smithi117 2024-03-30T04:37:46.846 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:46 smithi111 bash[24005]: cephadm 2024-03-30T04:37:44.664987+0000 mgr.y (mgr.24304) 278 : cephadm [INF] Upgrade: Target is version 19.0.0-2493-gd82c9aa1 (unknown) 2024-03-30T04:37:46.847 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:46 smithi111 bash[24005]: cephadm 2024-03-30T04:37:44.665157+0000 mgr.y (mgr.24304) 279 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962, digests ['quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba'] 2024-03-30T04:37:46.847 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:46 smithi111 bash[24005]: cephadm 2024-03-30T04:37:44.682502+0000 mgr.y (mgr.24304) 280 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-03-30T04:37:46.847 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:46 smithi111 bash[24005]: cephadm 2024-03-30T04:37:44.913141+0000 mgr.y (mgr.24304) 281 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962 on smithi117 2024-03-30T04:37:46.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:46 smithi117 bash[18692]: cephadm 2024-03-30T04:37:44.664987+0000 mgr.y (mgr.24304) 278 : cephadm [INF] Upgrade: Target is version 19.0.0-2493-gd82c9aa1 (unknown) 2024-03-30T04:37:46.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:46 smithi117 bash[18692]: cephadm 2024-03-30T04:37:44.665157+0000 mgr.y (mgr.24304) 279 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962, digests ['quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba'] 2024-03-30T04:37:46.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:46 smithi117 bash[18692]: cephadm 2024-03-30T04:37:44.682502+0000 mgr.y (mgr.24304) 280 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-03-30T04:37:46.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:46 smithi117 bash[18692]: cephadm 2024-03-30T04:37:44.913141+0000 mgr.y (mgr.24304) 281 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962 on smithi117 2024-03-30T04:37:47.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:47 smithi111 bash[18552]: cluster 2024-03-30T04:37:45.878695+0000 mgr.y (mgr.24304) 282 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:47.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:47 smithi111 bash[24005]: cluster 2024-03-30T04:37:45.878695+0000 mgr.y (mgr.24304) 282 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:47.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:47 smithi117 bash[18692]: cluster 2024-03-30T04:37:45.878695+0000 mgr.y (mgr.24304) 282 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:48.835 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:48 smithi111 bash[18552]: audit 2024-03-30T04:37:46.851071+0000 mgr.y (mgr.24304) 283 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:48.835 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:48 smithi111 bash[18552]: audit 2024-03-30T04:37:48.488808+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:48.835 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:48 smithi111 bash[18552]: audit 2024-03-30T04:37:48.499544+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:48.836 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:37:48 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:37:48] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:37:48.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:48 smithi111 bash[24005]: audit 2024-03-30T04:37:46.851071+0000 mgr.y (mgr.24304) 283 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:48.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:48 smithi111 bash[24005]: audit 2024-03-30T04:37:48.488808+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:48.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:48 smithi111 bash[24005]: audit 2024-03-30T04:37:48.499544+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:48.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:48 smithi117 bash[18692]: audit 2024-03-30T04:37:46.851071+0000 mgr.y (mgr.24304) 283 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:48.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:48 smithi117 bash[18692]: audit 2024-03-30T04:37:48.488808+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:48.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:48 smithi117 bash[18692]: audit 2024-03-30T04:37:48.499544+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:37:49.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:49 smithi111 bash[18552]: cluster 2024-03-30T04:37:47.879366+0000 mgr.y (mgr.24304) 284 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:49.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:49 smithi111 bash[24005]: cluster 2024-03-30T04:37:47.879366+0000 mgr.y (mgr.24304) 284 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:49.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:49 smithi117 bash[18692]: cluster 2024-03-30T04:37:47.879366+0000 mgr.y (mgr.24304) 284 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:50.635 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:37:50 smithi117 bash[19625]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:37:50] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:37:51.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:51 smithi111 bash[18552]: cluster 2024-03-30T04:37:49.881104+0000 mgr.y (mgr.24304) 285 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:51.867 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:37:51 smithi111 bash[18807]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:37:51] "GET /metrics HTTP/1.1" 200 214885 "" "Prometheus/2.33.4" 2024-03-30T04:37:51.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:51 smithi111 bash[24005]: cluster 2024-03-30T04:37:49.881104+0000 mgr.y (mgr.24304) 285 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:51.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:51 smithi117 bash[18692]: cluster 2024-03-30T04:37:49.881104+0000 mgr.y (mgr.24304) 285 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:53.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:53 smithi111 bash[18552]: cluster 2024-03-30T04:37:51.881815+0000 mgr.y (mgr.24304) 286 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:53.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:53 smithi111 bash[24005]: cluster 2024-03-30T04:37:51.881815+0000 mgr.y (mgr.24304) 286 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:53.867 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:37:53 smithi111 bash[47239]: level=error ts=2024-03-30T04:37:53.514Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.117:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.117 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.111:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.111 because it doesn't contain any IP SANs" 2024-03-30T04:37:53.867 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:37:53 smithi111 bash[47239]: level=warn ts=2024-03-30T04:37:53.518Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.117:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.117 because it doesn't contain any IP SANs" 2024-03-30T04:37:53.867 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:37:53 smithi111 bash[47239]: level=warn ts=2024-03-30T04:37:53.519Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.111:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.111 because it doesn't contain any IP SANs" 2024-03-30T04:37:53.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:53 smithi117 bash[18692]: cluster 2024-03-30T04:37:51.881815+0000 mgr.y (mgr.24304) 286 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:55.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:55 smithi111 bash[18552]: cluster 2024-03-30T04:37:53.883542+0000 mgr.y (mgr.24304) 287 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:55.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:55 smithi111 bash[24005]: cluster 2024-03-30T04:37:53.883542+0000 mgr.y (mgr.24304) 287 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:55.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:55 smithi117 bash[18692]: cluster 2024-03-30T04:37:53.883542+0000 mgr.y (mgr.24304) 287 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:57.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:57 smithi111 bash[18552]: cluster 2024-03-30T04:37:55.884260+0000 mgr.y (mgr.24304) 288 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:57.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:57 smithi111 bash[24005]: cluster 2024-03-30T04:37:55.884260+0000 mgr.y (mgr.24304) 288 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:57.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:57 smithi117 bash[18692]: cluster 2024-03-30T04:37:55.884260+0000 mgr.y (mgr.24304) 288 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:58.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:58 smithi111 bash[18552]: audit 2024-03-30T04:37:56.858901+0000 mgr.y (mgr.24304) 289 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:58.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:58 smithi111 bash[24005]: audit 2024-03-30T04:37:56.858901+0000 mgr.y (mgr.24304) 289 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:58.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:58 smithi117 bash[18692]: audit 2024-03-30T04:37:56.858901+0000 mgr.y (mgr.24304) 289 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:59.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:37:59 smithi111 bash[18552]: cluster 2024-03-30T04:37:57.885003+0000 mgr.y (mgr.24304) 290 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:59.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:37:59 smithi111 bash[24005]: cluster 2024-03-30T04:37:57.885003+0000 mgr.y (mgr.24304) 290 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:59.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:37:59 smithi117 bash[18692]: cluster 2024-03-30T04:37:57.885003+0000 mgr.y (mgr.24304) 290 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:00.635 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:00 smithi117 bash[19625]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:38:00] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:38:01.500 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:38:01 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:38:01] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:38:01.866 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:38:01 smithi111 bash[18807]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:38:01] "GET /metrics HTTP/1.1" 200 214875 "" "Prometheus/2.33.4" 2024-03-30T04:38:01.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:01 smithi111 bash[18552]: cluster 2024-03-30T04:37:59.886795+0000 mgr.y (mgr.24304) 291 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:01.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:01 smithi111 bash[18552]: audit 2024-03-30T04:38:01.235783+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:38:01.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:01 smithi111 bash[18552]: audit 2024-03-30T04:38:01.249797+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:38:01.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:01 smithi111 bash[24005]: cluster 2024-03-30T04:37:59.886795+0000 mgr.y (mgr.24304) 291 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:01.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:01 smithi111 bash[24005]: audit 2024-03-30T04:38:01.235783+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:38:01.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:01 smithi111 bash[24005]: audit 2024-03-30T04:38:01.249797+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:38:01.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:01 smithi117 bash[18692]: cluster 2024-03-30T04:37:59.886795+0000 mgr.y (mgr.24304) 291 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:01.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:01 smithi117 bash[18692]: audit 2024-03-30T04:38:01.235783+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:38:01.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:01 smithi117 bash[18692]: audit 2024-03-30T04:38:01.249797+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:38:03.763 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:03 smithi117 bash[18692]: cluster 2024-03-30T04:38:01.887516+0000 mgr.y (mgr.24304) 292 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:03.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:03 smithi111 bash[18552]: cluster 2024-03-30T04:38:01.887516+0000 mgr.y (mgr.24304) 292 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:03.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:03 smithi111 bash[24005]: cluster 2024-03-30T04:38:01.887516+0000 mgr.y (mgr.24304) 292 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:03.867 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:38:03 smithi111 bash[47239]: level=error ts=2024-03-30T04:38:03.515Z 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.111:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.111 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.117:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.117 because it doesn't contain any IP SANs" 2024-03-30T04:38:03.867 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:38:03 smithi111 bash[47239]: level=warn ts=2024-03-30T04:38:03.519Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.117:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.117 because it doesn't contain any IP SANs" 2024-03-30T04:38:03.867 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:38:03 smithi111 bash[47239]: level=warn ts=2024-03-30T04:38:03.520Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.111:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.111 because it doesn't contain any IP SANs" 2024-03-30T04:38:05.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:05 smithi111 bash[18552]: cluster 2024-03-30T04:38:03.889145+0000 mgr.y (mgr.24304) 293 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:05.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:05 smithi111 bash[24005]: cluster 2024-03-30T04:38:03.889145+0000 mgr.y (mgr.24304) 293 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:05.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:05 smithi117 bash[18692]: cluster 2024-03-30T04:38:03.889145+0000 mgr.y (mgr.24304) 293 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:07.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:07 smithi111 bash[18552]: cluster 2024-03-30T04:38:05.889811+0000 mgr.y (mgr.24304) 294 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:07.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:07 smithi111 bash[24005]: cluster 2024-03-30T04:38:05.889811+0000 mgr.y (mgr.24304) 294 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:07.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:07 smithi117 bash[18692]: cluster 2024-03-30T04:38:05.889811+0000 mgr.y (mgr.24304) 294 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:08.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:08 smithi111 bash[18552]: audit 2024-03-30T04:38:06.867063+0000 mgr.y (mgr.24304) 295 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:08.867 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:38:08 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:38:08] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:38:08.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:08 smithi111 bash[24005]: audit 2024-03-30T04:38:06.867063+0000 mgr.y (mgr.24304) 295 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:08.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:08 smithi117 bash[18692]: audit 2024-03-30T04:38:06.867063+0000 mgr.y (mgr.24304) 295 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:08.894 INFO:teuthology.orchestra.run.smithi111.stdout:true 2024-03-30T04:38:09.556 INFO:teuthology.orchestra.run.smithi111.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:38:09.557 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi111 smithi111 running 0s ago 12m - - 2024-03-30T04:38:09.557 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi117 smithi117 running 8s ago 12m - - 2024-03-30T04:38:09.557 INFO:teuthology.orchestra.run.smithi111.stdout:alertmanager.a smithi111 *:9093,9094 running (4m) 0s ago 5m 15.1M - ba2b418f427c 55f39589257e 2024-03-30T04:38:09.557 INFO:teuthology.orchestra.run.smithi111.stdout:grafana.a smithi117 *:3000 running (5m) 8s ago 5m 42.2M - 8.3.5 dad864ee21e9 acbfd3d8a3c0 2024-03-30T04:38:09.557 INFO:teuthology.orchestra.run.smithi111.stdout:iscsi.foo.smithi111.fmwmll smithi111 running (3m) 0s ago 3m 41.9M - 3.5 e1d6a67b021e 11616355e6a3 2024-03-30T04:38:09.557 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.x smithi117 *:8443 running (11m) 8s ago 11m 401M - 17.2.0 e1d6a67b021e 922db38e78ff 2024-03-30T04:38:09.557 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.y smithi111 *:9283 running (13m) 0s ago 13m 457M - 17.2.0 e1d6a67b021e fee4c7e62379 2024-03-30T04:38:09.558 INFO:teuthology.orchestra.run.smithi111.stdout:mon.a smithi111 running (13m) 0s ago 13m 52.2M 2048M 17.2.0 e1d6a67b021e e26756bbafc7 2024-03-30T04:38:09.558 INFO:teuthology.orchestra.run.smithi111.stdout:mon.b smithi117 running (12m) 8s ago 12m 44.4M 2048M 17.2.0 e1d6a67b021e fee520b706e2 2024-03-30T04:38:09.558 INFO:teuthology.orchestra.run.smithi111.stdout:mon.c smithi111 running (12m) 0s ago 12m 42.0M 2048M 17.2.0 e1d6a67b021e 2b2c290c2cb8 2024-03-30T04:38:09.558 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.a smithi111 *:9100 running (6m) 0s ago 6m 11.3M - 1dbe0e931976 87d139ff7bf3 2024-03-30T04:38:09.558 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.b smithi117 *:9100 running (5m) 8s ago 6m 11.0M - 1dbe0e931976 487824a2374d 2024-03-30T04:38:09.558 INFO:teuthology.orchestra.run.smithi111.stdout:osd.0 smithi111 running (11m) 0s ago 11m 53.7M 4096M 17.2.0 e1d6a67b021e 8066f1ef56b0 2024-03-30T04:38:09.558 INFO:teuthology.orchestra.run.smithi111.stdout:osd.1 smithi111 running (10m) 0s ago 10m 56.9M 4096M 17.2.0 e1d6a67b021e 8986210aecf7 2024-03-30T04:38:09.559 INFO:teuthology.orchestra.run.smithi111.stdout:osd.2 smithi111 running (10m) 0s ago 10m 50.7M 4096M 17.2.0 e1d6a67b021e 75832afbc732 2024-03-30T04:38:09.559 INFO:teuthology.orchestra.run.smithi111.stdout:osd.3 smithi111 running (9m) 0s ago 9m 54.0M 4096M 17.2.0 e1d6a67b021e 9bdb46999038 2024-03-30T04:38:09.559 INFO:teuthology.orchestra.run.smithi111.stdout:osd.4 smithi117 running (8m) 8s ago 8m 55.7M 4096M 17.2.0 e1d6a67b021e dfb36784cb06 2024-03-30T04:38:09.559 INFO:teuthology.orchestra.run.smithi111.stdout:osd.5 smithi117 running (8m) 8s ago 8m 51.8M 4096M 17.2.0 e1d6a67b021e 232d5fd01e16 2024-03-30T04:38:09.559 INFO:teuthology.orchestra.run.smithi111.stdout:osd.6 smithi117 running (7m) 8s ago 7m 50.3M 4096M 17.2.0 e1d6a67b021e 393ee9af633e 2024-03-30T04:38:09.559 INFO:teuthology.orchestra.run.smithi111.stdout:osd.7 smithi117 running (7m) 8s ago 7m 52.5M 4096M 17.2.0 e1d6a67b021e f9f3a86e8182 2024-03-30T04:38:09.559 INFO:teuthology.orchestra.run.smithi111.stdout:prometheus.a smithi117 *:9095 running (4m) 8s ago 6m 56.3M - 514e6a882f6e 4ad1dfee6a92 2024-03-30T04:38:09.559 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi111.gqpgtc smithi111 *:8000 running (3m) 0s ago 3m 83.7M - 17.2.0 e1d6a67b021e e51a6fac1b59 2024-03-30T04:38:09.560 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi117.nijpsz smithi117 *:8000 running (3m) 8s ago 3m 84.2M - 17.2.0 e1d6a67b021e bd8939f98ae0 2024-03-30T04:38:09.560 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi111.nqgkvi smithi111 *:80 running (3m) 0s ago 3m 84.0M - 17.2.0 e1d6a67b021e 4dd1cc17abca 2024-03-30T04:38:09.560 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi117.wrgldy smithi117 *:80 running (3m) 8s ago 3m 84.0M - 17.2.0 e1d6a67b021e 1bff1faa59ec 2024-03-30T04:38:09.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:09 smithi111 bash[18552]: cluster 2024-03-30T04:38:07.890508+0000 mgr.y (mgr.24304) 296 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:09.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:09 smithi111 bash[18552]: audit 2024-03-30T04:38:08.628833+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:38:09.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:09 smithi111 bash[18552]: audit 2024-03-30T04:38:08.641527+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:38:09.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:09 smithi111 bash[24005]: cluster 2024-03-30T04:38:07.890508+0000 mgr.y (mgr.24304) 296 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:09.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:09 smithi111 bash[24005]: audit 2024-03-30T04:38:08.628833+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:38:09.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:09 smithi111 bash[24005]: audit 2024-03-30T04:38:08.641527+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:38:09.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:09 smithi117 bash[18692]: cluster 2024-03-30T04:38:07.890508+0000 mgr.y (mgr.24304) 296 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:09.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:09 smithi117 bash[18692]: audit 2024-03-30T04:38:08.628833+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:38:09.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:09 smithi117 bash[18692]: audit 2024-03-30T04:38:08.641527+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:38:09.939 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:38:09.939 INFO:teuthology.orchestra.run.smithi111.stdout: "mon": { 2024-03-30T04:38:09.939 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-30T04:38:09.939 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:38:09.939 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr": { 2024-03-30T04:38:09.939 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-03-30T04:38:09.939 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:38:09.939 INFO:teuthology.orchestra.run.smithi111.stdout: "osd": { 2024-03-30T04:38:09.939 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-30T04:38:09.939 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:38:09.940 INFO:teuthology.orchestra.run.smithi111.stdout: "mds": {}, 2024-03-30T04:38:09.940 INFO:teuthology.orchestra.run.smithi111.stdout: "rgw": { 2024-03-30T04:38:09.940 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:38:09.940 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:38:09.940 INFO:teuthology.orchestra.run.smithi111.stdout: "overall": { 2024-03-30T04:38:09.940 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2024-03-30T04:38:09.940 INFO:teuthology.orchestra.run.smithi111.stdout: } 2024-03-30T04:38:09.940 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:38:10.259 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:38:10.259 INFO:teuthology.orchestra.run.smithi111.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962", 2024-03-30T04:38:10.259 INFO:teuthology.orchestra.run.smithi111.stdout: "in_progress": true, 2024-03-30T04:38:10.259 INFO:teuthology.orchestra.run.smithi111.stdout: "services_complete": [], 2024-03-30T04:38:10.259 INFO:teuthology.orchestra.run.smithi111.stdout: "progress": "0/23 daemons upgraded", 2024-03-30T04:38:10.259 INFO:teuthology.orchestra.run.smithi111.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962 image on host smithi117" 2024-03-30T04:38:10.259 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:38:10.630 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:10 smithi117 bash[19625]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:38:10] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:38:10.633 INFO:teuthology.orchestra.run.smithi111.stdout:HEALTH_OK 2024-03-30T04:38:10.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:10 smithi117 bash[18692]: audit 2024-03-30T04:38:08.886373+0000 mgr.y (mgr.24304) 297 : audit [DBG] from='client.25015 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:10.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:10 smithi117 bash[18692]: audit 2024-03-30T04:38:09.209955+0000 mgr.y (mgr.24304) 298 : audit [DBG] from='client.15099 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:10.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:10 smithi117 bash[18692]: audit 2024-03-30T04:38:09.544538+0000 mgr.y (mgr.24304) 299 : audit [DBG] from='client.25027 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:10.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:10 smithi117 bash[18692]: audit 2024-03-30T04:38:09.944669+0000 mon.c (mon.1) 37 : audit [DBG] from='client.? 172.21.15.111:0/645114262' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:38:11.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:10 smithi111 bash[18552]: audit 2024-03-30T04:38:08.886373+0000 mgr.y (mgr.24304) 297 : audit [DBG] from='client.25015 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:11.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:10 smithi111 bash[18552]: audit 2024-03-30T04:38:09.209955+0000 mgr.y (mgr.24304) 298 : audit [DBG] from='client.15099 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:11.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:10 smithi111 bash[18552]: audit 2024-03-30T04:38:09.544538+0000 mgr.y (mgr.24304) 299 : audit [DBG] from='client.25027 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:11.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:10 smithi111 bash[18552]: audit 2024-03-30T04:38:09.944669+0000 mon.c (mon.1) 37 : audit [DBG] from='client.? 172.21.15.111:0/645114262' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:38:11.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:10 smithi111 bash[24005]: audit 2024-03-30T04:38:08.886373+0000 mgr.y (mgr.24304) 297 : audit [DBG] from='client.25015 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:11.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:10 smithi111 bash[24005]: audit 2024-03-30T04:38:09.209955+0000 mgr.y (mgr.24304) 298 : audit [DBG] from='client.15099 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:11.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:10 smithi111 bash[24005]: audit 2024-03-30T04:38:09.544538+0000 mgr.y (mgr.24304) 299 : audit [DBG] from='client.25027 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:11.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:10 smithi111 bash[24005]: audit 2024-03-30T04:38:09.944669+0000 mon.c (mon.1) 37 : audit [DBG] from='client.? 172.21.15.111:0/645114262' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:38:11.753 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:11 smithi111 bash[18552]: cluster 2024-03-30T04:38:09.892135+0000 mgr.y (mgr.24304) 300 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:11.753 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:11 smithi111 bash[18552]: audit 2024-03-30T04:38:10.264407+0000 mgr.y (mgr.24304) 301 : audit [DBG] from='client.15117 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:11.753 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:11 smithi111 bash[18552]: audit 2024-03-30T04:38:10.639647+0000 mon.c (mon.1) 38 : audit [DBG] from='client.? 172.21.15.111:0/1992214274' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:38:11.754 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:38:11 smithi111 bash[18807]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:38:11] "GET /metrics HTTP/1.1" 200 214878 "" "Prometheus/2.33.4" 2024-03-30T04:38:11.754 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:11 smithi111 bash[24005]: cluster 2024-03-30T04:38:09.892135+0000 mgr.y (mgr.24304) 300 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:11.754 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:11 smithi111 bash[24005]: audit 2024-03-30T04:38:10.264407+0000 mgr.y (mgr.24304) 301 : audit [DBG] from='client.15117 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:11.754 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:11 smithi111 bash[24005]: audit 2024-03-30T04:38:10.639647+0000 mon.c (mon.1) 38 : audit [DBG] from='client.? 172.21.15.111:0/1992214274' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:38:11.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:11 smithi117 bash[18692]: cluster 2024-03-30T04:38:09.892135+0000 mgr.y (mgr.24304) 300 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:11.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:11 smithi117 bash[18692]: audit 2024-03-30T04:38:10.264407+0000 mgr.y (mgr.24304) 301 : audit [DBG] from='client.15117 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:11.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:11 smithi117 bash[18692]: audit 2024-03-30T04:38:10.639647+0000 mon.c (mon.1) 38 : audit [DBG] from='client.? 172.21.15.111:0/1992214274' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:38:13.616 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:38:13 smithi111 bash[47239]: level=error ts=2024-03-30T04:38:13.516Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.111:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.111 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.117:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.117 because it doesn't contain any IP SANs" 2024-03-30T04:38:13.616 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:38:13 smithi111 bash[47239]: level=warn ts=2024-03-30T04:38: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.111:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.111 because it doesn't contain any IP SANs" 2024-03-30T04:38:13.616 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:38:13 smithi111 bash[47239]: level=warn ts=2024-03-30T04:38: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.117:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.117 because it doesn't contain any IP SANs" 2024-03-30T04:38:14.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:13 smithi111 bash[24005]: cluster 2024-03-30T04:38:11.892610+0000 mgr.y (mgr.24304) 302 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:14.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:13 smithi111 bash[18552]: cluster 2024-03-30T04:38:11.892610+0000 mgr.y (mgr.24304) 302 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:14.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:13 smithi117 bash[18692]: cluster 2024-03-30T04:38:11.892610+0000 mgr.y (mgr.24304) 302 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:16.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:15 smithi111 bash[18552]: cluster 2024-03-30T04:38:13.893662+0000 mgr.y (mgr.24304) 303 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:16.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:15 smithi111 bash[24005]: cluster 2024-03-30T04:38:13.893662+0000 mgr.y (mgr.24304) 303 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:16.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:15 smithi117 bash[18692]: cluster 2024-03-30T04:38:13.893662+0000 mgr.y (mgr.24304) 303 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:18.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:17 smithi111 bash[18552]: cluster 2024-03-30T04:38:15.894329+0000 mgr.y (mgr.24304) 304 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:18.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:17 smithi111 bash[24005]: cluster 2024-03-30T04:38:15.894329+0000 mgr.y (mgr.24304) 304 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:18.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:17 smithi117 bash[18692]: cluster 2024-03-30T04:38:15.894329+0000 mgr.y (mgr.24304) 304 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:19.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:18 smithi111 bash[18552]: audit 2024-03-30T04:38:16.876070+0000 mgr.y (mgr.24304) 305 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:19.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:18 smithi111 bash[24005]: audit 2024-03-30T04:38:16.876070+0000 mgr.y (mgr.24304) 305 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:19.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:18 smithi117 bash[18692]: audit 2024-03-30T04:38:16.876070+0000 mgr.y (mgr.24304) 305 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:20.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:19 smithi111 bash[18552]: cluster 2024-03-30T04:38:17.895061+0000 mgr.y (mgr.24304) 306 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:20.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:19 smithi111 bash[24005]: cluster 2024-03-30T04:38:17.895061+0000 mgr.y (mgr.24304) 306 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:20.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:19 smithi117 bash[18692]: cluster 2024-03-30T04:38:17.895061+0000 mgr.y (mgr.24304) 306 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:20.634 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:20 smithi117 bash[19625]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:38:20] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:38:21.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:21 smithi111 bash[18552]: cluster 2024-03-30T04:38:19.896760+0000 mgr.y (mgr.24304) 307 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:21.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:21 smithi111 bash[18552]: audit 2024-03-30T04:38:21.383881+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:38:21.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:21 smithi111 bash[18552]: audit 2024-03-30T04:38:21.394496+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:38:21.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:21 smithi111 bash[24005]: cluster 2024-03-30T04:38:19.896760+0000 mgr.y (mgr.24304) 307 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:21.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:21 smithi111 bash[24005]: audit 2024-03-30T04:38:21.383881+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:38:21.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:21 smithi111 bash[24005]: audit 2024-03-30T04:38:21.394496+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:38:21.868 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:38:21 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:38:21] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:38:21.868 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:38:21 smithi111 bash[18807]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:38:21] "GET /metrics HTTP/1.1" 200 214878 "" "Prometheus/2.33.4" 2024-03-30T04:38:21.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:21 smithi117 bash[18692]: cluster 2024-03-30T04:38:19.896760+0000 mgr.y (mgr.24304) 307 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:21.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:21 smithi117 bash[18692]: audit 2024-03-30T04:38:21.383881+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:38:21.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:21 smithi117 bash[18692]: audit 2024-03-30T04:38:21.394496+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:38:23.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:23 smithi111 bash[18552]: cluster 2024-03-30T04:38:21.897488+0000 mgr.y (mgr.24304) 308 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:23.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:23 smithi111 bash[24005]: cluster 2024-03-30T04:38:21.897488+0000 mgr.y (mgr.24304) 308 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:23.867 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:38:23 smithi111 bash[47239]: level=error ts=2024-03-30T04:38:23.517Z 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.117:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.117 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.111:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.111 because it doesn't contain any IP SANs" 2024-03-30T04:38:23.867 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:38:23 smithi111 bash[47239]: level=warn ts=2024-03-30T04:38:23.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.117:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.117 because it doesn't contain any IP SANs" 2024-03-30T04:38:23.867 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:38:23 smithi111 bash[47239]: level=warn ts=2024-03-30T04:38:23.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.111:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.111 because it doesn't contain any IP SANs" 2024-03-30T04:38:23.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:23 smithi117 bash[18692]: cluster 2024-03-30T04:38:21.897488+0000 mgr.y (mgr.24304) 308 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:25.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:25 smithi111 bash[18552]: cluster 2024-03-30T04:38:23.899149+0000 mgr.y (mgr.24304) 309 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:25.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:25 smithi111 bash[24005]: cluster 2024-03-30T04:38:23.899149+0000 mgr.y (mgr.24304) 309 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:25.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:25 smithi117 bash[18692]: cluster 2024-03-30T04:38:23.899149+0000 mgr.y (mgr.24304) 309 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:27.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:27 smithi111 bash[18552]: cluster 2024-03-30T04:38:25.899866+0000 mgr.y (mgr.24304) 310 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:27.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:27 smithi111 bash[24005]: cluster 2024-03-30T04:38:25.899866+0000 mgr.y (mgr.24304) 310 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:27.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:27 smithi117 bash[18692]: cluster 2024-03-30T04:38:25.899866+0000 mgr.y (mgr.24304) 310 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:28.750 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:28 smithi111 bash[18552]: audit 2024-03-30T04:38:26.883671+0000 mgr.y (mgr.24304) 311 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:28.750 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:28 smithi111 bash[24005]: audit 2024-03-30T04:38:26.883671+0000 mgr.y (mgr.24304) 311 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:28.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:28 smithi117 bash[18692]: audit 2024-03-30T04:38:26.883671+0000 mgr.y (mgr.24304) 311 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:29.116 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:38:28 smithi111 bash[18807]: 172.21.15.111 - - [30/Mar/2024:04:38:28] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:38:29.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:29 smithi111 bash[18552]: cluster 2024-03-30T04:38:27.900589+0000 mgr.y (mgr.24304) 312 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:29.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:29 smithi111 bash[18552]: audit 2024-03-30T04:38:28.744764+0000 mon.a (mon.0) 1094 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:38:29.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:29 smithi111 bash[18552]: audit 2024-03-30T04:38:28.753238+0000 mon.a (mon.0) 1095 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:38:29.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:29 smithi111 bash[24005]: cluster 2024-03-30T04:38:27.900589+0000 mgr.y (mgr.24304) 312 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:29.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:29 smithi111 bash[24005]: audit 2024-03-30T04:38:28.744764+0000 mon.a (mon.0) 1094 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:38:29.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:29 smithi111 bash[24005]: audit 2024-03-30T04:38:28.753238+0000 mon.a (mon.0) 1095 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:38:29.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:29 smithi117 bash[18692]: cluster 2024-03-30T04:38:27.900589+0000 mgr.y (mgr.24304) 312 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:29.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:29 smithi117 bash[18692]: audit 2024-03-30T04:38:28.744764+0000 mon.a (mon.0) 1094 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:38:29.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:29 smithi117 bash[18692]: audit 2024-03-30T04:38:28.753238+0000 mon.a (mon.0) 1095 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:38:30.634 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:30 smithi117 bash[19625]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:38:30] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:38:31.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:31 smithi111 bash[24005]: cluster 2024-03-30T04:38:29.902321+0000 mgr.y (mgr.24304) 313 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:31.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:31 smithi111 bash[18552]: cluster 2024-03-30T04:38:29.902321+0000 mgr.y (mgr.24304) 313 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:31.867 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:38:31 smithi111 bash[18807]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:38:31] "GET /metrics HTTP/1.1" 200 214882 "" "Prometheus/2.33.4" 2024-03-30T04:38:31.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:31 smithi117 bash[18692]: cluster 2024-03-30T04:38:29.902321+0000 mgr.y (mgr.24304) 313 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:33.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:33 smithi111 bash[18552]: cluster 2024-03-30T04:38:31.903021+0000 mgr.y (mgr.24304) 314 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:33.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:33 smithi111 bash[24005]: cluster 2024-03-30T04:38:31.903021+0000 mgr.y (mgr.24304) 314 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:33.867 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:38:33 smithi111 bash[47239]: level=error ts=2024-03-30T04:38: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.111:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.111 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.117:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.117 because it doesn't contain any IP SANs" 2024-03-30T04:38:33.867 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:38:33 smithi111 bash[47239]: level=warn ts=2024-03-30T04:38:33.524Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.111:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.111 because it doesn't contain any IP SANs" 2024-03-30T04:38:33.867 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:38:33 smithi111 bash[47239]: level=warn ts=2024-03-30T04:38:33.525Z 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.117:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.117 because it doesn't contain any IP SANs" 2024-03-30T04:38:33.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:33 smithi117 bash[18692]: cluster 2024-03-30T04:38:31.903021+0000 mgr.y (mgr.24304) 314 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:35.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:35 smithi111 bash[18552]: cluster 2024-03-30T04:38:33.904736+0000 mgr.y (mgr.24304) 315 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:35.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:35 smithi111 bash[24005]: cluster 2024-03-30T04:38:33.904736+0000 mgr.y (mgr.24304) 315 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:35.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:35 smithi117 bash[18692]: cluster 2024-03-30T04:38:33.904736+0000 mgr.y (mgr.24304) 315 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:37.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:37 smithi117 bash[18692]: cluster 2024-03-30T04:38:35.905490+0000 mgr.y (mgr.24304) 316 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:37.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:37 smithi111 bash[18552]: cluster 2024-03-30T04:38:35.905490+0000 mgr.y (mgr.24304) 316 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:37.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:37 smithi111 bash[24005]: cluster 2024-03-30T04:38:35.905490+0000 mgr.y (mgr.24304) 316 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:38.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:38 smithi117 bash[18692]: audit 2024-03-30T04:38:36.891592+0000 mgr.y (mgr.24304) 317 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:38.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:38 smithi117 bash[18692]: audit 2024-03-30T04:38:37.880476+0000 mon.a (mon.0) 1096 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:38:38.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:38 smithi117 bash[18692]: audit 2024-03-30T04:38:37.880808+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:38:38.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:38 smithi117 bash[18692]: audit 2024-03-30T04:38:37.881074+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:38:38.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:38 smithi117 bash[18692]: audit 2024-03-30T04:38:37.881645+0000 mon.b (mon.2) 140 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:38:38.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:38 smithi117 bash[18692]: audit 2024-03-30T04:38:38.428539+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:38:38.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:38 smithi117 bash[18692]: audit 2024-03-30T04:38:38.431294+0000 mon.a (mon.0) 1099 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:38:38.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:38 smithi117 bash[18692]: audit 2024-03-30T04:38:38.431851+0000 mon.b (mon.2) 141 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:38:38.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:38 smithi117 bash[18692]: audit 2024-03-30T04:38:38.434438+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:38:38.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:38 smithi117 bash[18692]: audit 2024-03-30T04:38:38.436366+0000 mon.b (mon.2) 143 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:38:38.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:38 smithi111 bash[18552]: audit 2024-03-30T04:38:36.891592+0000 mgr.y (mgr.24304) 317 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:38.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:38 smithi111 bash[18552]: audit 2024-03-30T04:38:37.880476+0000 mon.a (mon.0) 1096 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:38:38.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:38 smithi111 bash[18552]: audit 2024-03-30T04:38:37.880808+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:38:38.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:38 smithi111 bash[18552]: audit 2024-03-30T04:38:37.881074+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:38:38.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:38 smithi111 bash[18552]: audit 2024-03-30T04:38:37.881645+0000 mon.b (mon.2) 140 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:38:38.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:38 smithi111 bash[18552]: audit 2024-03-30T04:38:38.428539+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:38:38.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:38 smithi111 bash[18552]: audit 2024-03-30T04:38:38.431294+0000 mon.a (mon.0) 1099 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:38:38.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:38 smithi111 bash[18552]: audit 2024-03-30T04:38:38.431851+0000 mon.b (mon.2) 141 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:38:38.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:38 smithi111 bash[18552]: audit 2024-03-30T04:38:38.434438+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:38:38.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:38 smithi111 bash[18552]: audit 2024-03-30T04:38:38.436366+0000 mon.b (mon.2) 143 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:38:38.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:38 smithi111 bash[24005]: audit 2024-03-30T04:38:36.891592+0000 mgr.y (mgr.24304) 317 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:38.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:38 smithi111 bash[24005]: audit 2024-03-30T04:38:37.880476+0000 mon.a (mon.0) 1096 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:38:38.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:38 smithi111 bash[24005]: audit 2024-03-30T04:38:37.880808+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:38:38.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:38 smithi111 bash[24005]: audit 2024-03-30T04:38:37.881074+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:38:38.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:38 smithi111 bash[24005]: audit 2024-03-30T04:38:37.881645+0000 mon.b (mon.2) 140 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:38:38.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:38 smithi111 bash[24005]: audit 2024-03-30T04:38:38.428539+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:38:38.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:38 smithi111 bash[24005]: audit 2024-03-30T04:38:38.431294+0000 mon.a (mon.0) 1099 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:38:38.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:38 smithi111 bash[24005]: audit 2024-03-30T04:38:38.431851+0000 mon.b (mon.2) 141 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:38:38.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:38 smithi111 bash[24005]: audit 2024-03-30T04:38:38.434438+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:38:38.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:38 smithi111 bash[24005]: audit 2024-03-30T04:38:38.436366+0000 mon.b (mon.2) 143 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:38:39.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:39 smithi111 bash[24005]: cluster 2024-03-30T04:38:37.906136+0000 mgr.y (mgr.24304) 318 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:39.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:39 smithi111 bash[24005]: cephadm 2024-03-30T04:38:38.418210+0000 mgr.y (mgr.24304) 319 : cephadm [INF] Upgrade: Updating mgr.x 2024-03-30T04:38:39.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:39 smithi111 bash[24005]: cephadm 2024-03-30T04:38:38.436927+0000 mgr.y (mgr.24304) 320 : cephadm [INF] Deploying daemon mgr.x on smithi117 2024-03-30T04:38:39.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:39 smithi111 bash[18552]: cluster 2024-03-30T04:38:37.906136+0000 mgr.y (mgr.24304) 318 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:39.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:39 smithi111 bash[18552]: cephadm 2024-03-30T04:38:38.418210+0000 mgr.y (mgr.24304) 319 : cephadm [INF] Upgrade: Updating mgr.x 2024-03-30T04:38:39.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:39 smithi111 bash[18552]: cephadm 2024-03-30T04:38:38.436927+0000 mgr.y (mgr.24304) 320 : cephadm [INF] Deploying daemon mgr.x on smithi117 2024-03-30T04:38:39.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:39 smithi117 bash[18692]: cluster 2024-03-30T04:38:37.906136+0000 mgr.y (mgr.24304) 318 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:39.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:39 smithi117 bash[18692]: cephadm 2024-03-30T04:38:38.418210+0000 mgr.y (mgr.24304) 319 : cephadm [INF] Upgrade: Updating mgr.x 2024-03-30T04:38:39.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:39 smithi117 bash[18692]: cephadm 2024-03-30T04:38:38.436927+0000 mgr.y (mgr.24304) 320 : cephadm [INF] Deploying daemon mgr.x on smithi117 2024-03-30T04:38:40.634 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:40 smithi117 bash[19625]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:38:40] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:38:40.991 INFO:teuthology.orchestra.run.smithi111.stdout:true 2024-03-30T04:38:41.666 INFO:teuthology.orchestra.run.smithi111.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:38:41.667 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi111 smithi111 running 12s ago 13m - - 2024-03-30T04:38:41.667 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi117 smithi117 running 0s ago 13m - - 2024-03-30T04:38:41.667 INFO:teuthology.orchestra.run.smithi111.stdout:alertmanager.a smithi111 *:9093,9094 running (5m) 12s ago 6m 15.2M - ba2b418f427c 55f39589257e 2024-03-30T04:38:41.667 INFO:teuthology.orchestra.run.smithi111.stdout:grafana.a smithi117 *:3000 running (5m) 0s ago 5m 42.3M - 8.3.5 dad864ee21e9 acbfd3d8a3c0 2024-03-30T04:38:41.667 INFO:teuthology.orchestra.run.smithi111.stdout:iscsi.foo.smithi111.fmwmll smithi111 running (3m) 12s ago 3m 41.9M - 3.5 e1d6a67b021e 11616355e6a3 2024-03-30T04:38:41.667 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.x smithi117 *:8443 running (12m) 0s ago 12m 401M - 17.2.0 e1d6a67b021e 922db38e78ff 2024-03-30T04:38:41.667 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.y smithi111 *:9283 running (14m) 12s ago 14m 459M - 17.2.0 e1d6a67b021e fee4c7e62379 2024-03-30T04:38:41.667 INFO:teuthology.orchestra.run.smithi111.stdout:mon.a smithi111 running (14m) 12s ago 14m 53.0M 2048M 17.2.0 e1d6a67b021e e26756bbafc7 2024-03-30T04:38:41.667 INFO:teuthology.orchestra.run.smithi111.stdout:mon.b smithi117 running (12m) 0s ago 12m 45.1M 2048M 17.2.0 e1d6a67b021e fee520b706e2 2024-03-30T04:38:41.667 INFO:teuthology.orchestra.run.smithi111.stdout:mon.c smithi111 running (12m) 12s ago 12m 43.0M 2048M 17.2.0 e1d6a67b021e 2b2c290c2cb8 2024-03-30T04:38:41.667 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.a smithi111 *:9100 running (6m) 12s ago 6m 9560k - 1dbe0e931976 87d139ff7bf3 2024-03-30T04:38:41.667 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.b smithi117 *:9100 running (6m) 0s ago 6m 9308k - 1dbe0e931976 487824a2374d 2024-03-30T04:38:41.668 INFO:teuthology.orchestra.run.smithi111.stdout:osd.0 smithi111 running (11m) 12s ago 11m 53.9M 4096M 17.2.0 e1d6a67b021e 8066f1ef56b0 2024-03-30T04:38:41.668 INFO:teuthology.orchestra.run.smithi111.stdout:osd.1 smithi111 running (11m) 12s ago 11m 57.0M 4096M 17.2.0 e1d6a67b021e 8986210aecf7 2024-03-30T04:38:41.668 INFO:teuthology.orchestra.run.smithi111.stdout:osd.2 smithi111 running (10m) 12s ago 10m 50.9M 4096M 17.2.0 e1d6a67b021e 75832afbc732 2024-03-30T04:38:41.668 INFO:teuthology.orchestra.run.smithi111.stdout:osd.3 smithi111 running (10m) 12s ago 10m 54.2M 4096M 17.2.0 e1d6a67b021e 9bdb46999038 2024-03-30T04:38:41.668 INFO:teuthology.orchestra.run.smithi111.stdout:osd.4 smithi117 running (9m) 0s ago 9m 56.0M 4096M 17.2.0 e1d6a67b021e dfb36784cb06 2024-03-30T04:38:41.668 INFO:teuthology.orchestra.run.smithi111.stdout:osd.5 smithi117 running (8m) 0s ago 8m 52.0M 4096M 17.2.0 e1d6a67b021e 232d5fd01e16 2024-03-30T04:38:41.668 INFO:teuthology.orchestra.run.smithi111.stdout:osd.6 smithi117 running (8m) 0s ago 8m 50.5M 4096M 17.2.0 e1d6a67b021e 393ee9af633e 2024-03-30T04:38:41.668 INFO:teuthology.orchestra.run.smithi111.stdout:osd.7 smithi117 running (7m) 0s ago 7m 52.7M 4096M 17.2.0 e1d6a67b021e f9f3a86e8182 2024-03-30T04:38:41.668 INFO:teuthology.orchestra.run.smithi111.stdout:prometheus.a smithi117 *:9095 running (5m) 0s ago 6m 56.4M - 514e6a882f6e 4ad1dfee6a92 2024-03-30T04:38:41.668 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi111.gqpgtc smithi111 *:8000 running (4m) 12s ago 4m 83.8M - 17.2.0 e1d6a67b021e e51a6fac1b59 2024-03-30T04:38:41.668 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi117.nijpsz smithi117 *:8000 running (4m) 0s ago 4m 84.2M - 17.2.0 e1d6a67b021e bd8939f98ae0 2024-03-30T04:38:41.669 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi111.nqgkvi smithi111 *:80 running (4m) 12s ago 4m 84.1M - 17.2.0 e1d6a67b021e 4dd1cc17abca 2024-03-30T04:38:41.669 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi117.wrgldy smithi117 *:80 running (4m) 0s ago 4m 84.0M - 17.2.0 e1d6a67b021e 1bff1faa59ec 2024-03-30T04:38:41.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:41 smithi111 bash[18552]: cluster 2024-03-30T04:38:39.907890+0000 mgr.y (mgr.24304) 321 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:41.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:41 smithi111 bash[24005]: cluster 2024-03-30T04:38:39.907890+0000 mgr.y (mgr.24304) 321 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:41.866 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:38:41 smithi111 bash[18807]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:38:41] "GET /metrics HTTP/1.1" 200 214876 "" "Prometheus/2.33.4" 2024-03-30T04:38:41.867 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:38:41 smithi111 bash[18807]: 172.21.15.117 - - [30/Mar/2024:04:38:41] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:38:41.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:41 smithi117 bash[18692]: cluster 2024-03-30T04:38:39.907890+0000 mgr.y (mgr.24304) 321 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:42.047 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:38:42.047 INFO:teuthology.orchestra.run.smithi111.stdout: "mon": { 2024-03-30T04:38:42.048 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-30T04:38:42.048 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:38:42.048 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr": { 2024-03-30T04:38:42.048 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-03-30T04:38:42.048 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:38:42.048 INFO:teuthology.orchestra.run.smithi111.stdout: "osd": { 2024-03-30T04:38:42.048 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-30T04:38:42.048 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:38:42.048 INFO:teuthology.orchestra.run.smithi111.stdout: "mds": {}, 2024-03-30T04:38:42.048 INFO:teuthology.orchestra.run.smithi111.stdout: "rgw": { 2024-03-30T04:38:42.048 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:38:42.048 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:38:42.048 INFO:teuthology.orchestra.run.smithi111.stdout: "overall": { 2024-03-30T04:38:42.048 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2024-03-30T04:38:42.049 INFO:teuthology.orchestra.run.smithi111.stdout: } 2024-03-30T04:38:42.049 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:38:42.371 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:38:42.371 INFO:teuthology.orchestra.run.smithi111.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962", 2024-03-30T04:38:42.372 INFO:teuthology.orchestra.run.smithi111.stdout: "in_progress": true, 2024-03-30T04:38:42.372 INFO:teuthology.orchestra.run.smithi111.stdout: "services_complete": [], 2024-03-30T04:38:42.372 INFO:teuthology.orchestra.run.smithi111.stdout: "progress": "0/23 daemons upgraded", 2024-03-30T04:38:42.372 INFO:teuthology.orchestra.run.smithi111.stdout: "message": "Currently upgrading mgr daemons" 2024-03-30T04:38:42.372 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:38:42.744 INFO:teuthology.orchestra.run.smithi111.stdout:HEALTH_OK 2024-03-30T04:38:42.821 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:42 smithi117 bash[18692]: audit 2024-03-30T04:38:40.982491+0000 mgr.y (mgr.24304) 322 : audit [DBG] from='client.15129 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:42.821 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:42 smithi117 bash[18692]: audit 2024-03-30T04:38:41.313769+0000 mgr.y (mgr.24304) 323 : audit [DBG] from='client.15135 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:42.821 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:42 smithi117 bash[18692]: audit 2024-03-30T04:38:41.548533+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:38:42.821 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:42 smithi117 bash[18692]: audit 2024-03-30T04:38:41.559640+0000 mon.a (mon.0) 1101 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:38:42.822 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:42 smithi117 bash[18692]: audit 2024-03-30T04:38:41.647523+0000 mgr.y (mgr.24304) 324 : audit [DBG] from='client.15141 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:42.822 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:42 smithi117 bash[18692]: audit 2024-03-30T04:38:42.053816+0000 mon.c (mon.1) 39 : audit [DBG] from='client.? 172.21.15.111:0/3094233554' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:38:42.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:42 smithi111 bash[18552]: audit 2024-03-30T04:38:40.982491+0000 mgr.y (mgr.24304) 322 : audit [DBG] from='client.15129 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:42.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:42 smithi111 bash[18552]: audit 2024-03-30T04:38:41.313769+0000 mgr.y (mgr.24304) 323 : audit [DBG] from='client.15135 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:42.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:42 smithi111 bash[18552]: audit 2024-03-30T04:38:41.548533+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:38:42.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:42 smithi111 bash[18552]: audit 2024-03-30T04:38:41.559640+0000 mon.a (mon.0) 1101 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:38:42.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:42 smithi111 bash[18552]: audit 2024-03-30T04:38:41.647523+0000 mgr.y (mgr.24304) 324 : audit [DBG] from='client.15141 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:42.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:42 smithi111 bash[18552]: audit 2024-03-30T04:38:42.053816+0000 mon.c (mon.1) 39 : audit [DBG] from='client.? 172.21.15.111:0/3094233554' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:38:42.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:42 smithi111 bash[24005]: audit 2024-03-30T04:38:40.982491+0000 mgr.y (mgr.24304) 322 : audit [DBG] from='client.15129 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:42.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:42 smithi111 bash[24005]: audit 2024-03-30T04:38:41.313769+0000 mgr.y (mgr.24304) 323 : audit [DBG] from='client.15135 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:42.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:42 smithi111 bash[24005]: audit 2024-03-30T04:38:41.548533+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:38:42.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:42 smithi111 bash[24005]: audit 2024-03-30T04:38:41.559640+0000 mon.a (mon.0) 1101 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:38:42.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:42 smithi111 bash[24005]: audit 2024-03-30T04:38:41.647523+0000 mgr.y (mgr.24304) 324 : audit [DBG] from='client.15141 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:42.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:42 smithi111 bash[24005]: audit 2024-03-30T04:38:42.053816+0000 mon.c (mon.1) 39 : audit [DBG] from='client.? 172.21.15.111:0/3094233554' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:38:43.517 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:38:43 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:38:43.517 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:38:43 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:38:43.518 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:38:43 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:38:43.518 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:38:43 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:38:43.518 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:43 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:38:43.519 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:38:43 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:38:43.519 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:38:43 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:38:43.519 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:43 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:38:43.519 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:43 smithi117 systemd[1]: Stopping Ceph mgr.x for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:38:43.520 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:38:43 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:38:43.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:43 smithi111 bash[18552]: cluster 2024-03-30T04:38:41.908573+0000 mgr.y (mgr.24304) 325 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:43.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:43 smithi111 bash[18552]: audit 2024-03-30T04:38:42.376940+0000 mgr.y (mgr.24304) 326 : audit [DBG] from='client.25075 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:43.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:43 smithi111 bash[18552]: audit 2024-03-30T04:38:42.750510+0000 mon.c (mon.1) 40 : audit [DBG] from='client.? 172.21.15.111:0/2870353016' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:38:43.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:43 smithi111 bash[24005]: cluster 2024-03-30T04:38:41.908573+0000 mgr.y (mgr.24304) 325 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:43.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:43 smithi111 bash[24005]: audit 2024-03-30T04:38:42.376940+0000 mgr.y (mgr.24304) 326 : audit [DBG] from='client.25075 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:43.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:43 smithi111 bash[24005]: audit 2024-03-30T04:38:42.750510+0000 mon.c (mon.1) 40 : audit [DBG] from='client.? 172.21.15.111:0/2870353016' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:38:43.867 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:38:43 smithi111 bash[47239]: level=error ts=2024-03-30T04:38:43.518Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=10 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.111:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.111 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.117:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.117 because it doesn't contain any IP SANs" 2024-03-30T04:38:43.867 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:38:43 smithi111 bash[47239]: level=warn ts=2024-03-30T04:38: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.117:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.117 because it doesn't contain any IP SANs" 2024-03-30T04:38:43.868 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:38:43 smithi111 bash[47239]: level=warn ts=2024-03-30T04:38:43.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.111:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.111 because it doesn't contain any IP SANs" 2024-03-30T04:38:43.880 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:43 smithi117 bash[18692]: cluster 2024-03-30T04:38:41.908573+0000 mgr.y (mgr.24304) 325 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:43.880 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:43 smithi117 bash[18692]: audit 2024-03-30T04:38:42.376940+0000 mgr.y (mgr.24304) 326 : audit [DBG] from='client.25075 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:43.880 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:43 smithi117 bash[18692]: audit 2024-03-30T04:38:42.750510+0000 mon.c (mon.1) 40 : audit [DBG] from='client.? 172.21.15.111:0/2870353016' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:38:43.880 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:43 smithi117 bash[47089]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-mgr.x 2024-03-30T04:38:44.588 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:44 smithi117 bash[47097]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-mgr-x 2024-03-30T04:38:44.588 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:44 smithi117 bash[47132]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-mgr.x 2024-03-30T04:38:44.588 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:44 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@mgr.x.service: Main process exited, code=exited, status=143/n/a 2024-03-30T04:38:44.588 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:44 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@mgr.x.service: Failed with result 'exit-code'. 2024-03-30T04:38:44.588 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:44 smithi117 systemd[1]: Stopped Ceph mgr.x for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:38:44.619 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:38:44 smithi111 bash[47239]: level=warn ts=2024-03-30T04:38:44.251Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=2 err="Post \"https://172.21.15.117:8443/api/prometheus_receiver\": dial tcp 172.21.15.117:8443: connect: connection refused" 2024-03-30T04:38:44.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:44 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:38:44.885 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:38:44 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:38:44.885 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:38:44 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:38:44.885 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:38:44 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:38:44.886 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:38:44 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:38:44.886 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:38:44 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:38:44.886 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:38:44 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:38:44.887 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:44 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:38:44.887 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:44 smithi117 systemd[1]: Started Ceph mgr.x for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:38:44.887 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:38:44 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:38:45.814 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:45 smithi117 bash[18692]: cluster 2024-03-30T04:38:43.910163+0000 mgr.y (mgr.24304) 327 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:45.815 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:45 smithi117 bash[18692]: audit 2024-03-30T04:38:44.758975+0000 mon.a (mon.0) 1102 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:38:45.815 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:45 smithi117 bash[18692]: audit 2024-03-30T04:38:44.763474+0000 mon.b (mon.2) 144 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:38:45.815 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:45 smithi117 bash[18692]: audit 2024-03-30T04:38:44.764876+0000 mon.b (mon.2) 145 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:38:45.815 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:45 smithi117 bash[18692]: audit 2024-03-30T04:38:44.776048+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:38:45.815 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:45 smithi117 bash[18692]: audit 2024-03-30T04:38:44.786868+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:38:45.815 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:45 smithi117 bash[18692]: audit 2024-03-30T04:38:44.798105+0000 mon.a (mon.0) 1104 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-03-30T04:38:45.815 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:45 smithi117 bash[18692]: audit 2024-03-30T04:38:44.798713+0000 mon.b (mon.2) 147 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-03-30T04:38:45.815 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:45 smithi117 bash[18692]: cluster 2024-03-30T04:38:44.809075+0000 mon.a (mon.0) 1105 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2024-03-30T04:38:45.815 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:45 smithi117 bash[18692]: cluster 2024-03-30T04:38:44.934218+0000 mon.a (mon.0) 1106 : cluster [DBG] Standby manager daemon y started 2024-03-30T04:38:45.816 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:45 smithi111 bash[18552]: cluster 2024-03-30T04:38:43.910163+0000 mgr.y (mgr.24304) 327 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:45.816 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:45 smithi111 bash[18552]: audit 2024-03-30T04:38:44.758975+0000 mon.a (mon.0) 1102 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:38:45.816 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:45 smithi111 bash[18552]: audit 2024-03-30T04:38:44.763474+0000 mon.b (mon.2) 144 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:38:45.816 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:45 smithi111 bash[18552]: audit 2024-03-30T04:38:44.764876+0000 mon.b (mon.2) 145 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:38:45.816 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:45 smithi111 bash[18552]: audit 2024-03-30T04:38:44.776048+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:38:45.817 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:45 smithi111 bash[18552]: audit 2024-03-30T04:38:44.786868+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:38:45.817 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:45 smithi111 bash[18552]: audit 2024-03-30T04:38:44.798105+0000 mon.a (mon.0) 1104 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-03-30T04:38:45.817 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:45 smithi111 bash[18552]: audit 2024-03-30T04:38:44.798713+0000 mon.b (mon.2) 147 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-03-30T04:38:45.817 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:45 smithi111 bash[18552]: cluster 2024-03-30T04:38:44.809075+0000 mon.a (mon.0) 1105 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2024-03-30T04:38:45.817 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:45 smithi111 bash[18552]: cluster 2024-03-30T04:38:44.934218+0000 mon.a (mon.0) 1106 : cluster [DBG] Standby manager daemon y started 2024-03-30T04:38:45.817 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:45 smithi111 bash[24005]: cluster 2024-03-30T04:38:43.910163+0000 mgr.y (mgr.24304) 327 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:45.817 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:45 smithi111 bash[24005]: audit 2024-03-30T04:38:44.758975+0000 mon.a (mon.0) 1102 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:38:45.817 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:45 smithi111 bash[24005]: audit 2024-03-30T04:38:44.763474+0000 mon.b (mon.2) 144 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:38:45.817 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:45 smithi111 bash[24005]: audit 2024-03-30T04:38:44.764876+0000 mon.b (mon.2) 145 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:38:45.817 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:45 smithi111 bash[24005]: audit 2024-03-30T04:38:44.776048+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.24304 ' entity='mgr.y' 2024-03-30T04:38:45.817 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:45 smithi111 bash[24005]: audit 2024-03-30T04:38:44.786868+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:38:45.818 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:45 smithi111 bash[24005]: audit 2024-03-30T04:38:44.798105+0000 mon.a (mon.0) 1104 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-03-30T04:38:45.818 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:45 smithi111 bash[24005]: audit 2024-03-30T04:38:44.798713+0000 mon.b (mon.2) 147 : audit [INF] from='mgr.24304 172.21.15.111:0/2073611519' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-03-30T04:38:45.818 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:45 smithi111 bash[24005]: cluster 2024-03-30T04:38:44.809075+0000 mon.a (mon.0) 1105 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2024-03-30T04:38:45.818 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:45 smithi111 bash[24005]: cluster 2024-03-30T04:38:44.934218+0000 mon.a (mon.0) 1106 : cluster [DBG] Standby manager daemon y started 2024-03-30T04:38:46.116 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:38:45 smithi111 bash[18807]: ignoring --setuser ceph since I am not root 2024-03-30T04:38:46.116 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:38:45 smithi111 bash[18807]: ignoring --setgroup ceph since I am not root 2024-03-30T04:38:46.116 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:38:45 smithi111 bash[18807]: debug 2024-03-30T04:38:45.841+0000 7f4f90060700 1 -- 172.21.15.111:0/742322599 <== mon.0 v2:172.21.15.111:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x557ca5e48340 con 0x557ca6bc4400 2024-03-30T04:38:46.116 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:38:45 smithi111 bash[18807]: debug 2024-03-30T04:38:45.981+0000 7f4f98abc000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-30T04:38:46.134 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:45 smithi117 bash[47190]: debug 2024-03-30T04:38:45.931+0000 7f40a3019200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-30T04:38:46.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:46 smithi111 bash[24005]: cephadm 2024-03-30T04:38:44.777202+0000 mgr.y (mgr.24304) 328 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:38:46.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:46 smithi111 bash[24005]: cephadm 2024-03-30T04:38:44.789675+0000 mgr.y (mgr.24304) 329 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-03-30T04:38:46.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:46 smithi111 bash[24005]: cephadm 2024-03-30T04:38:44.796856+0000 mgr.y (mgr.24304) 330 : cephadm [INF] Failing over to other MGR 2024-03-30T04:38:46.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:46 smithi111 bash[24005]: audit 2024-03-30T04:38:45.791394+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-03-30T04:38:46.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:46 smithi111 bash[24005]: cluster 2024-03-30T04:38:45.791514+0000 mon.a (mon.0) 1108 : cluster [DBG] mgrmap e21: x(active, starting, since 0.992025s), standbys: y 2024-03-30T04:38:46.617 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:38:46 smithi111 bash[47239]: level=warn ts=2024-03-30T04:38:46.323Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=4 err="Post \"https://172.21.15.111:8443//api/prometheus_receiver\": dial tcp 172.21.15.111:8443: connect: connection refused" 2024-03-30T04:38:46.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:46 smithi111 bash[18552]: cephadm 2024-03-30T04:38:44.777202+0000 mgr.y (mgr.24304) 328 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:38:46.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:46 smithi111 bash[18552]: cephadm 2024-03-30T04:38:44.789675+0000 mgr.y (mgr.24304) 329 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-03-30T04:38:46.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:46 smithi111 bash[18552]: cephadm 2024-03-30T04:38:44.796856+0000 mgr.y (mgr.24304) 330 : cephadm [INF] Failing over to other MGR 2024-03-30T04:38:46.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:46 smithi111 bash[18552]: audit 2024-03-30T04:38:45.791394+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-03-30T04:38:46.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:46 smithi111 bash[18552]: cluster 2024-03-30T04:38:45.791514+0000 mon.a (mon.0) 1108 : cluster [DBG] mgrmap e21: x(active, starting, since 0.992025s), standbys: y 2024-03-30T04:38:46.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:46 smithi117 bash[18692]: cephadm 2024-03-30T04:38:44.777202+0000 mgr.y (mgr.24304) 328 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:38:46.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:46 smithi117 bash[18692]: cephadm 2024-03-30T04:38:44.789675+0000 mgr.y (mgr.24304) 329 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-03-30T04:38:46.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:46 smithi117 bash[18692]: cephadm 2024-03-30T04:38:44.796856+0000 mgr.y (mgr.24304) 330 : cephadm [INF] Failing over to other MGR 2024-03-30T04:38:46.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:46 smithi117 bash[18692]: audit 2024-03-30T04:38:45.791394+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.24304 ' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-03-30T04:38:46.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:46 smithi117 bash[18692]: cluster 2024-03-30T04:38:45.791514+0000 mon.a (mon.0) 1108 : cluster [DBG] mgrmap e21: x(active, starting, since 0.992025s), standbys: y 2024-03-30T04:38:47.824 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:38:47 smithi111 bash[18807]: debug 2024-03-30T04:38:47.489+0000 7f4f98abc000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-30T04:38:47.824 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:38:47 smithi111 bash[18807]: debug 2024-03-30T04:38:47.585+0000 7f4f98abc000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-30T04:38:47.853 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:47 smithi117 bash[47190]: debug 2024-03-30T04:38:47.511+0000 7f40a3019200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-30T04:38:47.854 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:47 smithi117 bash[47190]: debug 2024-03-30T04:38:47.607+0000 7f40a3019200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-30T04:38:47.854 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:47 smithi117 bash[47190]: debug 2024-03-30T04:38:47.855+0000 7f40a3019200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-30T04:38:48.116 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:38:47 smithi111 bash[18807]: debug 2024-03-30T04:38:47.825+0000 7f4f98abc000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-30T04:38:48.866 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:38:48 smithi111 bash[18807]: debug 2024-03-30T04:38:48.581+0000 7f4f98abc000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-30T04:38:48.866 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:38:48 smithi111 bash[18807]: debug 2024-03-30T04:38:48.689+0000 7f4f98abc000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-30T04:38:48.866 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:38:48 smithi111 bash[18807]: debug 2024-03-30T04:38:48.797+0000 7f4f98abc000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-30T04:38:49.134 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:48 smithi117 bash[47190]: debug 2024-03-30T04:38:48.659+0000 7f40a3019200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-30T04:38:49.134 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:48 smithi117 bash[47190]: debug 2024-03-30T04:38:48.767+0000 7f40a3019200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-30T04:38:49.135 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:48 smithi117 bash[47190]: debug 2024-03-30T04:38:48.875+0000 7f40a3019200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-30T04:38:49.224 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:38:48 smithi111 bash[18807]: debug 2024-03-30T04:38:48.909+0000 7f4f98abc000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-30T04:38:49.224 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:38:49 smithi111 bash[18807]: debug 2024-03-30T04:38:49.125+0000 7f4f98abc000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-30T04:38:49.508 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:38:49 smithi111 bash[18807]: debug 2024-03-30T04:38:49.405+0000 7f4f98abc000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-30T04:38:49.634 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:49 smithi117 bash[47190]: debug 2024-03-30T04:38:49.231+0000 7f40a3019200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-30T04:38:49.634 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:49 smithi117 bash[47190]: debug 2024-03-30T04:38:49.343+0000 7f40a3019200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-30T04:38:49.634 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:49 smithi117 bash[47190]: debug 2024-03-30T04:38:49.455+0000 7f40a3019200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-30T04:38:49.784 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:38:49 smithi111 bash[18807]: debug 2024-03-30T04:38:49.509+0000 7f4f98abc000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-30T04:38:49.784 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:38:49 smithi111 bash[18807]: debug 2024-03-30T04:38:49.689+0000 7f4f98abc000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-30T04:38:50.076 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:49 smithi117 bash[47190]: debug 2024-03-30T04:38:49.827+0000 7f40a3019200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-30T04:38:50.076 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:50 smithi117 bash[47190]: debug 2024-03-30T04:38:50.079+0000 7f40a3019200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-30T04:38:50.116 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:38:49 smithi111 bash[18807]: debug 2024-03-30T04:38:49.941+0000 7f4f98abc000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-30T04:38:50.613 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:38:50 smithi111 bash[18807]: debug 2024-03-30T04:38:50.209+0000 7f4f98abc000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-30T04:38:50.613 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:38:50 smithi111 bash[18807]: debug 2024-03-30T04:38:50.373+0000 7f4f98abc000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:38:50.614 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:38:50 smithi111 bash[18807]: debug 2024-03-30T04:38:50.617+0000 7f4f98abc000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-30T04:38:50.634 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:50 smithi117 bash[47190]: debug 2024-03-30T04:38:50.347+0000 7f40a3019200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-30T04:38:50.634 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:50 smithi117 bash[47190]: debug 2024-03-30T04:38:50.463+0000 7f40a3019200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-30T04:38:50.866 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:38:50 smithi111 bash[18807]: debug 2024-03-30T04:38:50.737+0000 7f4f98abc000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-30T04:38:51.134 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:50 smithi117 bash[47190]: debug 2024-03-30T04:38:50.743+0000 7f40a3019200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-30T04:38:51.366 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:38:51 smithi111 bash[18807]: debug 2024-03-30T04:38:51.101+0000 7f4f98abc000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:38:51.475 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:51 smithi117 bash[47190]: debug 2024-03-30T04:38:51.159+0000 7f40a3019200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:38:51.475 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:51 smithi117 bash[47190]: debug 2024-03-30T04:38:51.399+0000 7f40a3019200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-30T04:38:51.775 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:51 smithi117 bash[47190]: debug 2024-03-30T04:38:51.527+0000 7f40a3019200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-30T04:38:52.116 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:38:51 smithi111 bash[18807]: debug 2024-03-30T04:38:51.841+0000 7f4f98abc000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-30T04:38:52.116 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:38:51 smithi111 bash[18807]: debug 2024-03-30T04:38:51.957+0000 7f4f98abc000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-30T04:38:52.134 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:51 smithi117 bash[47190]: debug 2024-03-30T04:38:51.779+0000 7f40a3019200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:38:52.490 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:38:52 smithi111 bash[18807]: debug 2024-03-30T04:38:52.169+0000 7f4f98abc000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-30T04:38:52.490 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:38:52 smithi111 bash[18807]: debug 2024-03-30T04:38:52.493+0000 7f4f98abc000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-30T04:38:53.065 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:52 smithi117 bash[47190]: debug 2024-03-30T04:38:52.811+0000 7f40a3019200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-30T04:38:53.066 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:52 smithi117 bash[47190]: debug 2024-03-30T04:38:52.927+0000 7f40a3019200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-30T04:38:53.351 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:53 smithi117 bash[47190]: debug 2024-03-30T04:38:53.235+0000 7f40a3019200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-30T04:38:53.351 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:53 smithi117 bash[18692]: cluster 2024-03-30T04:38:53.009467+0000 mon.a (mon.0) 1109 : cluster [DBG] Standby manager daemon y restarted 2024-03-30T04:38:53.351 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:53 smithi117 bash[18692]: cluster 2024-03-30T04:38:53.009582+0000 mon.a (mon.0) 1110 : cluster [DBG] Standby manager daemon y started 2024-03-30T04:38:53.351 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:53 smithi117 bash[18692]: audit 2024-03-30T04:38:53.010666+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.? 172.21.15.111:0/3735654708' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-03-30T04:38:53.351 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:53 smithi117 bash[18692]: audit 2024-03-30T04:38:53.012025+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.? 172.21.15.111:0/3735654708' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:38:53.351 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:53 smithi117 bash[18692]: audit 2024-03-30T04:38:53.014502+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.? 172.21.15.111:0/3735654708' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-03-30T04:38:53.351 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:53 smithi117 bash[18692]: audit 2024-03-30T04:38:53.016169+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.? 172.21.15.111:0/3735654708' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:38:53.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:53 smithi111 bash[24005]: cluster 2024-03-30T04:38:53.009467+0000 mon.a (mon.0) 1109 : cluster [DBG] Standby manager daemon y restarted 2024-03-30T04:38:53.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:53 smithi111 bash[24005]: cluster 2024-03-30T04:38:53.009582+0000 mon.a (mon.0) 1110 : cluster [DBG] Standby manager daemon y started 2024-03-30T04:38:53.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:53 smithi111 bash[24005]: audit 2024-03-30T04:38:53.010666+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.? 172.21.15.111:0/3735654708' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-03-30T04:38:53.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:53 smithi111 bash[24005]: audit 2024-03-30T04:38:53.012025+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.? 172.21.15.111:0/3735654708' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:38:53.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:53 smithi111 bash[24005]: audit 2024-03-30T04:38:53.014502+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.? 172.21.15.111:0/3735654708' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-03-30T04:38:53.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:53 smithi111 bash[24005]: audit 2024-03-30T04:38:53.016169+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.? 172.21.15.111:0/3735654708' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:38:53.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:53 smithi111 bash[18552]: cluster 2024-03-30T04:38:53.009467+0000 mon.a (mon.0) 1109 : cluster [DBG] Standby manager daemon y restarted 2024-03-30T04:38:53.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:53 smithi111 bash[18552]: cluster 2024-03-30T04:38:53.009582+0000 mon.a (mon.0) 1110 : cluster [DBG] Standby manager daemon y started 2024-03-30T04:38:53.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:53 smithi111 bash[18552]: audit 2024-03-30T04:38:53.010666+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.? 172.21.15.111:0/3735654708' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-03-30T04:38:53.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:53 smithi111 bash[18552]: audit 2024-03-30T04:38:53.012025+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.? 172.21.15.111:0/3735654708' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:38:53.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:53 smithi111 bash[18552]: audit 2024-03-30T04:38:53.014502+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.? 172.21.15.111:0/3735654708' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-03-30T04:38:53.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:53 smithi111 bash[18552]: audit 2024-03-30T04:38:53.016169+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.? 172.21.15.111:0/3735654708' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:38:53.368 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:38:52 smithi111 bash[18807]: debug 2024-03-30T04:38:52.869+0000 7f4f98abc000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-30T04:38:53.368 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:38:52 smithi111 bash[18807]: debug 2024-03-30T04:38:52.985+0000 7f4f98abc000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-30T04:38:53.368 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:38:53 smithi111 bash[18807]: [30/Mar/2024:04:38:53] ENGINE Bus STARTING 2024-03-30T04:38:53.368 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:38:53 smithi111 bash[18807]: CherryPy Checker: 2024-03-30T04:38:53.368 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:38:53 smithi111 bash[18807]: The Application mounted at '' has an empty config. 2024-03-30T04:38:53.368 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:38:53 smithi111 bash[18807]: [30/Mar/2024:04:38:53] ENGINE Serving on http://:::9283 2024-03-30T04:38:53.368 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:38:53 smithi111 bash[18807]: [30/Mar/2024:04:38:53] ENGINE Bus STARTED 2024-03-30T04:38:53.634 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:53 smithi117 bash[47190]: debug 2024-03-30T04:38:53.355+0000 7f40a3019200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-30T04:38:53.866 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:38:53 smithi111 bash[47239]: level=error ts=2024-03-30T04:38:53.520Z 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.117:8443/api/prometheus_receiver\": dial tcp 172.21.15.117:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.111:8443//api/prometheus_receiver\": dial tcp 172.21.15.111:8443: connect: connection refused" 2024-03-30T04:38:53.866 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:38:53 smithi111 bash[47239]: level=warn ts=2024-03-30T04:38:53.521Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.117:8443/api/prometheus_receiver\": dial tcp 172.21.15.117:8443: connect: connection refused" 2024-03-30T04:38:53.866 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:38:53 smithi111 bash[47239]: level=warn ts=2024-03-30T04:38:53.526Z 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.111:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.111 because it doesn't contain any IP SANs" 2024-03-30T04:38:54.070 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:53 smithi117 bash[47190]: debug 2024-03-30T04:38:53.815+0000 7f40a3019200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-30T04:38:54.070 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:53 smithi117 bash[47190]: debug 2024-03-30T04:38:53.939+0000 7f40a3019200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-30T04:38:54.320 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:54 smithi117 bash[18692]: cluster 2024-03-30T04:38:53.069024+0000 mon.a (mon.0) 1111 : cluster [DBG] mgrmap e22: x(active, starting, since 8s), standbys: y 2024-03-30T04:38:54.320 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:54 smithi117 bash[18692]: cluster 2024-03-30T04:38:53.963323+0000 mon.a (mon.0) 1112 : cluster [INF] Active manager daemon x restarted 2024-03-30T04:38:54.320 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:54 smithi117 bash[18692]: cluster 2024-03-30T04:38:53.964637+0000 mon.a (mon.0) 1113 : cluster [INF] Activating manager daemon x 2024-03-30T04:38:54.320 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:54 smithi117 bash[18692]: cluster 2024-03-30T04:38:53.971739+0000 mon.a (mon.0) 1114 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2024-03-30T04:38:54.321 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:54 smithi117 bash[47190]: [30/Mar/2024:04:38:54] ENGINE Bus STARTING 2024-03-30T04:38:54.322 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:54 smithi111 bash[18552]: cluster 2024-03-30T04:38:53.069024+0000 mon.a (mon.0) 1111 : cluster [DBG] mgrmap e22: x(active, starting, since 8s), standbys: y 2024-03-30T04:38:54.322 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:54 smithi111 bash[18552]: cluster 2024-03-30T04:38:53.963323+0000 mon.a (mon.0) 1112 : cluster [INF] Active manager daemon x restarted 2024-03-30T04:38:54.322 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:54 smithi111 bash[18552]: cluster 2024-03-30T04:38:53.964637+0000 mon.a (mon.0) 1113 : cluster [INF] Activating manager daemon x 2024-03-30T04:38:54.322 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:54 smithi111 bash[18552]: cluster 2024-03-30T04:38:53.971739+0000 mon.a (mon.0) 1114 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2024-03-30T04:38:54.322 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:54 smithi111 bash[24005]: cluster 2024-03-30T04:38:53.069024+0000 mon.a (mon.0) 1111 : cluster [DBG] mgrmap e22: x(active, starting, since 8s), standbys: y 2024-03-30T04:38:54.323 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:54 smithi111 bash[24005]: cluster 2024-03-30T04:38:53.963323+0000 mon.a (mon.0) 1112 : cluster [INF] Active manager daemon x restarted 2024-03-30T04:38:54.323 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:54 smithi111 bash[24005]: cluster 2024-03-30T04:38:53.964637+0000 mon.a (mon.0) 1113 : cluster [INF] Activating manager daemon x 2024-03-30T04:38:54.323 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:54 smithi111 bash[24005]: cluster 2024-03-30T04:38:53.971739+0000 mon.a (mon.0) 1114 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2024-03-30T04:38:54.634 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:54 smithi117 bash[47190]: CherryPy Checker: 2024-03-30T04:38:54.634 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:54 smithi117 bash[47190]: The Application mounted at '' has an empty config. 2024-03-30T04:38:54.634 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:54 smithi117 bash[47190]: [30/Mar/2024:04:38:54] ENGINE Serving on http://:::9283 2024-03-30T04:38:54.634 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:38:54 smithi117 bash[47190]: [30/Mar/2024:04:38:54] ENGINE Bus STARTED 2024-03-30T04:38:55.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[18552]: cluster 2024-03-30T04:38:54.097755+0000 mon.a (mon.0) 1115 : cluster [DBG] mgrmap e23: x(active, starting, since 0.133515s), standbys: y 2024-03-30T04:38:55.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[18552]: audit 2024-03-30T04:38:54.102543+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:38:55.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[18552]: audit 2024-03-30T04:38:54.102838+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:38:55.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[18552]: audit 2024-03-30T04:38:54.103082+0000 mon.b (mon.2) 150 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:38:55.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[18552]: audit 2024-03-30T04:38:54.106733+0000 mon.b (mon.2) 151 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:38:55.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[18552]: audit 2024-03-30T04:38:54.107120+0000 mon.b (mon.2) 152 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:38:55.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[18552]: audit 2024-03-30T04:38:54.112022+0000 mon.b (mon.2) 153 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:38:55.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[18552]: audit 2024-03-30T04:38:54.112365+0000 mon.b (mon.2) 154 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:38:55.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[18552]: audit 2024-03-30T04:38:54.113110+0000 mon.b (mon.2) 155 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:38:55.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[18552]: audit 2024-03-30T04:38:54.113387+0000 mon.b (mon.2) 156 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:38:55.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[18552]: audit 2024-03-30T04:38:54.113710+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:38:55.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[18552]: audit 2024-03-30T04:38:54.113994+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:38:55.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[18552]: audit 2024-03-30T04:38:54.114272+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:38:55.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[18552]: audit 2024-03-30T04:38:54.114551+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:38:55.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[18552]: audit 2024-03-30T04:38:54.114883+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:38:55.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[18552]: audit 2024-03-30T04:38:54.115238+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:38:55.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[18552]: audit 2024-03-30T04:38:54.115615+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:38:55.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[18552]: cluster 2024-03-30T04:38:54.140729+0000 mon.a (mon.0) 1116 : cluster [INF] Manager daemon x is now available 2024-03-30T04:38:55.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[18552]: audit 2024-03-30T04:38:54.190343+0000 mon.a (mon.0) 1117 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:55.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[24005]: cluster 2024-03-30T04:38:54.097755+0000 mon.a (mon.0) 1115 : cluster [DBG] mgrmap e23: x(active, starting, since 0.133515s), standbys: y 2024-03-30T04:38:55.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[24005]: audit 2024-03-30T04:38:54.102543+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:38:55.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[24005]: audit 2024-03-30T04:38:54.102838+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:38:55.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[24005]: audit 2024-03-30T04:38:54.103082+0000 mon.b (mon.2) 150 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:38:55.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[24005]: audit 2024-03-30T04:38:54.106733+0000 mon.b (mon.2) 151 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:38:55.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[24005]: audit 2024-03-30T04:38:54.107120+0000 mon.b (mon.2) 152 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:38:55.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[24005]: audit 2024-03-30T04:38:54.112022+0000 mon.b (mon.2) 153 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:38:55.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[24005]: audit 2024-03-30T04:38:54.112365+0000 mon.b (mon.2) 154 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:38:55.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[24005]: audit 2024-03-30T04:38:54.113110+0000 mon.b (mon.2) 155 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:38:55.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[24005]: audit 2024-03-30T04:38:54.113387+0000 mon.b (mon.2) 156 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:38:55.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[24005]: audit 2024-03-30T04:38:54.113710+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:38:55.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[24005]: audit 2024-03-30T04:38:54.113994+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:38:55.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[24005]: audit 2024-03-30T04:38:54.114272+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:38:55.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[24005]: audit 2024-03-30T04:38:54.114551+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:38:55.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[24005]: audit 2024-03-30T04:38:54.114883+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:38:55.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[24005]: audit 2024-03-30T04:38:54.115238+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:38:55.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[24005]: audit 2024-03-30T04:38:54.115615+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:38:55.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[24005]: cluster 2024-03-30T04:38:54.140729+0000 mon.a (mon.0) 1116 : cluster [INF] Manager daemon x is now available 2024-03-30T04:38:55.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[24005]: audit 2024-03-30T04:38:54.190343+0000 mon.a (mon.0) 1117 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:55.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[18552]: cephadm 2024-03-30T04:38:54.192419+0000 mgr.x (mgr.24731) 1 : cephadm [INF] Queued rgw.foo for migration 2024-03-30T04:38:55.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[18552]: audit 2024-03-30T04:38:54.197891+0000 mon.a (mon.0) 1118 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:55.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[18552]: cephadm 2024-03-30T04:38:54.199897+0000 mgr.x (mgr.24731) 2 : cephadm [INF] Queued rgw.smpl for migration 2024-03-30T04:38:55.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[18552]: cephadm 2024-03-30T04:38:54.200528+0000 mgr.x (mgr.24731) 3 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'foo', 'service_name': 'rgw.foo', 'service_type': 'rgw', 'spec': {'rgw_frontend_port': 8000, 'rgw_realm': 'r', 'rgw_zone': 'z'}} 2024-03-30T04:38:55.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[18552]: cephadm 2024-03-30T04:38:54.200588+0000 mgr.x (mgr.24731) 4 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'smpl', 'service_name': 'rgw.smpl', 'service_type': 'rgw'} 2024-03-30T04:38:55.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[18552]: audit 2024-03-30T04:38:54.207781+0000 mon.a (mon.0) 1119 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:55.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[18552]: audit 2024-03-30T04:38:54.215947+0000 mon.a (mon.0) 1120 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:55.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[18552]: audit 2024-03-30T04:38:54.223452+0000 mon.a (mon.0) 1121 : audit [INF] from='mgr.24731 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi117", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:38:55.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[18552]: audit 2024-03-30T04:38:54.224032+0000 mon.b (mon.2) 164 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi117", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:38:55.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[18552]: audit 2024-03-30T04:38:54.224222+0000 mon.a (mon.0) 1122 : audit [INF] from='mgr.24731 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:38:55.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[18552]: audit 2024-03-30T04:38:54.224307+0000 mon.b (mon.2) 165 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:38:55.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[18552]: audit 2024-03-30T04:38:54.227408+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:38:55.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[18552]: audit 2024-03-30T04:38:54.229834+0000 mon.b (mon.2) 167 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:38:55.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[18552]: cephadm 2024-03-30T04:38:54.233889+0000 mgr.x (mgr.24731) 5 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.conf 2024-03-30T04:38:55.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[18552]: cephadm 2024-03-30T04:38:54.239532+0000 mgr.x (mgr.24731) 6 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-03-30T04:38:55.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[18552]: audit 2024-03-30T04:38:54.250468+0000 mon.b (mon.2) 168 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:38:55.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[18552]: audit 2024-03-30T04:38:54.257032+0000 mon.a (mon.0) 1123 : audit [INF] from='mgr.24731 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:38:55.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[18552]: audit 2024-03-30T04:38:54.257505+0000 mon.b (mon.2) 169 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:38:55.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[18552]: audit 2024-03-30T04:38:54.305973+0000 mon.a (mon.0) 1124 : audit [INF] from='mgr.24731 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-03-30T04:38:55.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[24005]: cephadm 2024-03-30T04:38:54.192419+0000 mgr.x (mgr.24731) 1 : cephadm [INF] Queued rgw.foo for migration 2024-03-30T04:38:55.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[24005]: audit 2024-03-30T04:38:54.197891+0000 mon.a (mon.0) 1118 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:55.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[24005]: cephadm 2024-03-30T04:38:54.199897+0000 mgr.x (mgr.24731) 2 : cephadm [INF] Queued rgw.smpl for migration 2024-03-30T04:38:55.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[24005]: cephadm 2024-03-30T04:38:54.200528+0000 mgr.x (mgr.24731) 3 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'foo', 'service_name': 'rgw.foo', 'service_type': 'rgw', 'spec': {'rgw_frontend_port': 8000, 'rgw_realm': 'r', 'rgw_zone': 'z'}} 2024-03-30T04:38:55.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[24005]: cephadm 2024-03-30T04:38:54.200588+0000 mgr.x (mgr.24731) 4 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'smpl', 'service_name': 'rgw.smpl', 'service_type': 'rgw'} 2024-03-30T04:38:55.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[24005]: audit 2024-03-30T04:38:54.207781+0000 mon.a (mon.0) 1119 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:55.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[24005]: audit 2024-03-30T04:38:54.215947+0000 mon.a (mon.0) 1120 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:55.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[24005]: audit 2024-03-30T04:38:54.223452+0000 mon.a (mon.0) 1121 : audit [INF] from='mgr.24731 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi117", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:38:55.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[24005]: audit 2024-03-30T04:38:54.224032+0000 mon.b (mon.2) 164 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi117", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:38:55.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[24005]: audit 2024-03-30T04:38:54.224222+0000 mon.a (mon.0) 1122 : audit [INF] from='mgr.24731 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:38:55.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[24005]: audit 2024-03-30T04:38:54.224307+0000 mon.b (mon.2) 165 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:38:55.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[24005]: audit 2024-03-30T04:38:54.227408+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:38:55.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[24005]: audit 2024-03-30T04:38:54.229834+0000 mon.b (mon.2) 167 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:38:55.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[24005]: cephadm 2024-03-30T04:38:54.233889+0000 mgr.x (mgr.24731) 5 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.conf 2024-03-30T04:38:55.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[24005]: cephadm 2024-03-30T04:38:54.239532+0000 mgr.x (mgr.24731) 6 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-03-30T04:38:55.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[24005]: audit 2024-03-30T04:38:54.250468+0000 mon.b (mon.2) 168 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:38:55.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[24005]: audit 2024-03-30T04:38:54.257032+0000 mon.a (mon.0) 1123 : audit [INF] from='mgr.24731 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:38:55.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[24005]: audit 2024-03-30T04:38:54.257505+0000 mon.b (mon.2) 169 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:38:55.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[24005]: audit 2024-03-30T04:38:54.305973+0000 mon.a (mon.0) 1124 : audit [INF] from='mgr.24731 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-03-30T04:38:55.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[18552]: audit 2024-03-30T04:38:54.306605+0000 mon.b (mon.2) 170 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-03-30T04:38:55.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[18552]: audit 2024-03-30T04:38:54.799435+0000 mon.a (mon.0) 1125 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:55.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[18552]: audit 2024-03-30T04:38:54.809773+0000 mon.a (mon.0) 1126 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:55.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[24005]: audit 2024-03-30T04:38:54.306605+0000 mon.b (mon.2) 170 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-03-30T04:38:55.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[24005]: audit 2024-03-30T04:38:54.799435+0000 mon.a (mon.0) 1125 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:55.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[24005]: audit 2024-03-30T04:38:54.809773+0000 mon.a (mon.0) 1126 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:55.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:55 smithi117 bash[18692]: cluster 2024-03-30T04:38:54.097755+0000 mon.a (mon.0) 1115 : cluster [DBG] mgrmap e23: x(active, starting, since 0.133515s), standbys: y 2024-03-30T04:38:55.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:55 smithi117 bash[18692]: audit 2024-03-30T04:38:54.102543+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:38:55.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:55 smithi117 bash[18692]: audit 2024-03-30T04:38:54.102838+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:38:55.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:55 smithi117 bash[18692]: audit 2024-03-30T04:38:54.103082+0000 mon.b (mon.2) 150 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:38:55.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:55 smithi117 bash[18692]: audit 2024-03-30T04:38:54.106733+0000 mon.b (mon.2) 151 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:38:55.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:55 smithi117 bash[18692]: audit 2024-03-30T04:38:54.107120+0000 mon.b (mon.2) 152 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:38:55.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:55 smithi117 bash[18692]: audit 2024-03-30T04:38:54.112022+0000 mon.b (mon.2) 153 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:38:55.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:55 smithi117 bash[18692]: audit 2024-03-30T04:38:54.112365+0000 mon.b (mon.2) 154 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:38:55.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:55 smithi117 bash[18692]: audit 2024-03-30T04:38:54.113110+0000 mon.b (mon.2) 155 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:38:55.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:55 smithi117 bash[18692]: audit 2024-03-30T04:38:54.113387+0000 mon.b (mon.2) 156 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:38:55.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:55 smithi117 bash[18692]: audit 2024-03-30T04:38:54.113710+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:38:55.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:55 smithi117 bash[18692]: audit 2024-03-30T04:38:54.113994+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:38:55.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:55 smithi117 bash[18692]: audit 2024-03-30T04:38:54.114272+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:38:55.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:55 smithi117 bash[18692]: audit 2024-03-30T04:38:54.114551+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:38:55.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:55 smithi117 bash[18692]: audit 2024-03-30T04:38:54.114883+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:38:55.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:55 smithi117 bash[18692]: audit 2024-03-30T04:38:54.115238+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:38:55.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:55 smithi117 bash[18692]: audit 2024-03-30T04:38:54.115615+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:38:55.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:55 smithi117 bash[18692]: cluster 2024-03-30T04:38:54.140729+0000 mon.a (mon.0) 1116 : cluster [INF] Manager daemon x is now available 2024-03-30T04:38:55.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:55 smithi117 bash[18692]: audit 2024-03-30T04:38:54.190343+0000 mon.a (mon.0) 1117 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:55.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:55 smithi117 bash[18692]: cephadm 2024-03-30T04:38:54.192419+0000 mgr.x (mgr.24731) 1 : cephadm [INF] Queued rgw.foo for migration 2024-03-30T04:38:55.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:55 smithi117 bash[18692]: audit 2024-03-30T04:38:54.197891+0000 mon.a (mon.0) 1118 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:55.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:55 smithi117 bash[18692]: cephadm 2024-03-30T04:38:54.199897+0000 mgr.x (mgr.24731) 2 : cephadm [INF] Queued rgw.smpl for migration 2024-03-30T04:38:55.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:55 smithi117 bash[18692]: cephadm 2024-03-30T04:38:54.200528+0000 mgr.x (mgr.24731) 3 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'foo', 'service_name': 'rgw.foo', 'service_type': 'rgw', 'spec': {'rgw_frontend_port': 8000, 'rgw_realm': 'r', 'rgw_zone': 'z'}} 2024-03-30T04:38:55.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:55 smithi117 bash[18692]: cephadm 2024-03-30T04:38:54.200588+0000 mgr.x (mgr.24731) 4 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'smpl', 'service_name': 'rgw.smpl', 'service_type': 'rgw'} 2024-03-30T04:38:55.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:55 smithi117 bash[18692]: audit 2024-03-30T04:38:54.207781+0000 mon.a (mon.0) 1119 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:55.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:55 smithi117 bash[18692]: audit 2024-03-30T04:38:54.215947+0000 mon.a (mon.0) 1120 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:55.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:55 smithi117 bash[18692]: audit 2024-03-30T04:38:54.223452+0000 mon.a (mon.0) 1121 : audit [INF] from='mgr.24731 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi117", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:38:55.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:55 smithi117 bash[18692]: audit 2024-03-30T04:38:54.224032+0000 mon.b (mon.2) 164 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi117", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:38:55.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:55 smithi117 bash[18692]: audit 2024-03-30T04:38:54.224222+0000 mon.a (mon.0) 1122 : audit [INF] from='mgr.24731 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:38:55.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:55 smithi117 bash[18692]: audit 2024-03-30T04:38:54.224307+0000 mon.b (mon.2) 165 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:38:55.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:55 smithi117 bash[18692]: audit 2024-03-30T04:38:54.227408+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:38:55.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:55 smithi117 bash[18692]: audit 2024-03-30T04:38:54.229834+0000 mon.b (mon.2) 167 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:38:55.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:55 smithi117 bash[18692]: cephadm 2024-03-30T04:38:54.233889+0000 mgr.x (mgr.24731) 5 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.conf 2024-03-30T04:38:55.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:55 smithi117 bash[18692]: cephadm 2024-03-30T04:38:54.239532+0000 mgr.x (mgr.24731) 6 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-03-30T04:38:55.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:55 smithi117 bash[18692]: audit 2024-03-30T04:38:54.250468+0000 mon.b (mon.2) 168 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:38:55.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:55 smithi117 bash[18692]: audit 2024-03-30T04:38:54.257032+0000 mon.a (mon.0) 1123 : audit [INF] from='mgr.24731 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:38:55.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:55 smithi117 bash[18692]: audit 2024-03-30T04:38:54.257505+0000 mon.b (mon.2) 169 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:38:55.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:55 smithi117 bash[18692]: audit 2024-03-30T04:38:54.305973+0000 mon.a (mon.0) 1124 : audit [INF] from='mgr.24731 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-03-30T04:38:55.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:55 smithi117 bash[18692]: audit 2024-03-30T04:38:54.306605+0000 mon.b (mon.2) 170 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-03-30T04:38:55.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:55 smithi117 bash[18692]: audit 2024-03-30T04:38:54.799435+0000 mon.a (mon.0) 1125 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:55.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:55 smithi117 bash[18692]: audit 2024-03-30T04:38:54.809773+0000 mon.a (mon.0) 1126 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:56.366 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:38:55 smithi111 bash[47239]: level=warn ts=2024-03-30T04:38:55.934Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=4 err="Post \"https://172.21.15.117:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.117 because it doesn't contain any IP SANs" 2024-03-30T04:38:56.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[18552]: cephadm 2024-03-30T04:38:54.843441+0000 mgr.x (mgr.24731) 7 : cephadm [INF] Updating smithi117:/var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:38:56.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[18552]: cephadm 2024-03-30T04:38:54.849086+0000 mgr.x (mgr.24731) 8 : cephadm [INF] Updating smithi111:/var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:38:56.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[18552]: cephadm 2024-03-30T04:38:55.007524+0000 mgr.x (mgr.24731) 9 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:38:56.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[18552]: cephadm 2024-03-30T04:38:55.013819+0000 mgr.x (mgr.24731) 10 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:38:56.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[18552]: cluster 2024-03-30T04:38:55.101798+0000 mon.a (mon.0) 1127 : cluster [DBG] mgrmap e24: x(active, since 1.13756s), standbys: y 2024-03-30T04:38:56.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[18552]: audit 2024-03-30T04:38:55.134948+0000 mgr.x (mgr.24731) 11 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:56.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[18552]: cluster 2024-03-30T04:38:55.138965+0000 mgr.x (mgr.24731) 12 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:38:56.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[18552]: cephadm 2024-03-30T04:38:55.434178+0000 mgr.x (mgr.24731) 13 : cephadm [INF] [30/Mar/2024:04:38:55] ENGINE Bus STARTING 2024-03-30T04:38:56.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[18552]: cephadm 2024-03-30T04:38:55.457337+0000 mgr.x (mgr.24731) 14 : cephadm [INF] Updating smithi117:/var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:38:56.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[18552]: cephadm 2024-03-30T04:38:55.457507+0000 mgr.x (mgr.24731) 15 : cephadm [INF] Updating smithi111:/var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:38:56.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[18552]: cephadm 2024-03-30T04:38:55.537350+0000 mgr.x (mgr.24731) 16 : cephadm [INF] [30/Mar/2024:04:38:55] ENGINE Serving on http://172.21.15.117:8765 2024-03-30T04:38:56.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[18552]: audit 2024-03-30T04:38:55.629322+0000 mon.a (mon.0) 1128 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:56.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[18552]: audit 2024-03-30T04:38:55.635652+0000 mon.a (mon.0) 1129 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:56.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[18552]: audit 2024-03-30T04:38:55.644848+0000 mon.a (mon.0) 1130 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:56.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[18552]: audit 2024-03-30T04:38:55.652146+0000 mon.a (mon.0) 1131 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:56.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[18552]: cephadm 2024-03-30T04:38:55.659735+0000 mgr.x (mgr.24731) 17 : cephadm [INF] [30/Mar/2024:04:38:55] ENGINE Serving on https://172.21.15.117:7150 2024-03-30T04:38:56.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[18552]: cephadm 2024-03-30T04:38:55.659855+0000 mgr.x (mgr.24731) 18 : cephadm [INF] [30/Mar/2024:04:38:55] ENGINE Bus STARTED 2024-03-30T04:38:56.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[18552]: audit 2024-03-30T04:38:55.661262+0000 mon.a (mon.0) 1132 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:56.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[18552]: audit 2024-03-30T04:38:55.668696+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:56.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[18552]: audit 2024-03-30T04:38:55.734493+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:56.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[18552]: audit 2024-03-30T04:38:55.743569+0000 mon.a (mon.0) 1135 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:56.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[18552]: audit 2024-03-30T04:38:55.752927+0000 mon.a (mon.0) 1136 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:56.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[18552]: audit 2024-03-30T04:38:55.762509+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:56.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[24005]: cephadm 2024-03-30T04:38:54.843441+0000 mgr.x (mgr.24731) 7 : cephadm [INF] Updating smithi117:/var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:38:56.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[24005]: cephadm 2024-03-30T04:38:54.849086+0000 mgr.x (mgr.24731) 8 : cephadm [INF] Updating smithi111:/var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:38:56.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[24005]: cephadm 2024-03-30T04:38:55.007524+0000 mgr.x (mgr.24731) 9 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:38:56.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[24005]: cephadm 2024-03-30T04:38:55.013819+0000 mgr.x (mgr.24731) 10 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:38:56.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[24005]: cluster 2024-03-30T04:38:55.101798+0000 mon.a (mon.0) 1127 : cluster [DBG] mgrmap e24: x(active, since 1.13756s), standbys: y 2024-03-30T04:38:56.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[24005]: audit 2024-03-30T04:38:55.134948+0000 mgr.x (mgr.24731) 11 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:56.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[24005]: cluster 2024-03-30T04:38:55.138965+0000 mgr.x (mgr.24731) 12 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:38:56.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[24005]: cephadm 2024-03-30T04:38:55.434178+0000 mgr.x (mgr.24731) 13 : cephadm [INF] [30/Mar/2024:04:38:55] ENGINE Bus STARTING 2024-03-30T04:38:56.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[24005]: cephadm 2024-03-30T04:38:55.457337+0000 mgr.x (mgr.24731) 14 : cephadm [INF] Updating smithi117:/var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:38:56.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[24005]: cephadm 2024-03-30T04:38:55.457507+0000 mgr.x (mgr.24731) 15 : cephadm [INF] Updating smithi111:/var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:38:56.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[24005]: cephadm 2024-03-30T04:38:55.537350+0000 mgr.x (mgr.24731) 16 : cephadm [INF] [30/Mar/2024:04:38:55] ENGINE Serving on http://172.21.15.117:8765 2024-03-30T04:38:56.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[24005]: audit 2024-03-30T04:38:55.629322+0000 mon.a (mon.0) 1128 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:56.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[24005]: audit 2024-03-30T04:38:55.635652+0000 mon.a (mon.0) 1129 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:56.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[24005]: audit 2024-03-30T04:38:55.644848+0000 mon.a (mon.0) 1130 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:56.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[24005]: audit 2024-03-30T04:38:55.652146+0000 mon.a (mon.0) 1131 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:56.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[24005]: cephadm 2024-03-30T04:38:55.659735+0000 mgr.x (mgr.24731) 17 : cephadm [INF] [30/Mar/2024:04:38:55] ENGINE Serving on https://172.21.15.117:7150 2024-03-30T04:38:56.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[24005]: cephadm 2024-03-30T04:38:55.659855+0000 mgr.x (mgr.24731) 18 : cephadm [INF] [30/Mar/2024:04:38:55] ENGINE Bus STARTED 2024-03-30T04:38:56.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[24005]: audit 2024-03-30T04:38:55.661262+0000 mon.a (mon.0) 1132 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:56.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[24005]: audit 2024-03-30T04:38:55.668696+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:56.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[24005]: audit 2024-03-30T04:38:55.734493+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:56.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[24005]: audit 2024-03-30T04:38:55.743569+0000 mon.a (mon.0) 1135 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:56.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[24005]: audit 2024-03-30T04:38:55.752927+0000 mon.a (mon.0) 1136 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:56.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[24005]: audit 2024-03-30T04:38:55.762509+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:56.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[18552]: audit 2024-03-30T04:38:55.765206+0000 mon.a (mon.0) 1138 : audit [INF] from='mgr.24731 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi111", "caps": []}]: dispatch 2024-03-30T04:38:56.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[18552]: audit 2024-03-30T04:38:55.765790+0000 mon.b (mon.2) 171 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi111", "caps": []}]: dispatch 2024-03-30T04:38:56.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[24005]: audit 2024-03-30T04:38:55.765206+0000 mon.a (mon.0) 1138 : audit [INF] from='mgr.24731 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi111", "caps": []}]: dispatch 2024-03-30T04:38:56.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:56 smithi111 bash[24005]: audit 2024-03-30T04:38:55.765790+0000 mon.b (mon.2) 171 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi111", "caps": []}]: dispatch 2024-03-30T04:38:56.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:56 smithi117 bash[18692]: cephadm 2024-03-30T04:38:54.843441+0000 mgr.x (mgr.24731) 7 : cephadm [INF] Updating smithi117:/var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:38:56.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:56 smithi117 bash[18692]: cephadm 2024-03-30T04:38:54.849086+0000 mgr.x (mgr.24731) 8 : cephadm [INF] Updating smithi111:/var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:38:56.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:56 smithi117 bash[18692]: cephadm 2024-03-30T04:38:55.007524+0000 mgr.x (mgr.24731) 9 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:38:56.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:56 smithi117 bash[18692]: cephadm 2024-03-30T04:38:55.013819+0000 mgr.x (mgr.24731) 10 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:38:56.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:56 smithi117 bash[18692]: cluster 2024-03-30T04:38:55.101798+0000 mon.a (mon.0) 1127 : cluster [DBG] mgrmap e24: x(active, since 1.13756s), standbys: y 2024-03-30T04:38:56.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:56 smithi117 bash[18692]: audit 2024-03-30T04:38:55.134948+0000 mgr.x (mgr.24731) 11 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:56.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:56 smithi117 bash[18692]: cluster 2024-03-30T04:38:55.138965+0000 mgr.x (mgr.24731) 12 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:38:56.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:56 smithi117 bash[18692]: cephadm 2024-03-30T04:38:55.434178+0000 mgr.x (mgr.24731) 13 : cephadm [INF] [30/Mar/2024:04:38:55] ENGINE Bus STARTING 2024-03-30T04:38:56.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:56 smithi117 bash[18692]: cephadm 2024-03-30T04:38:55.457337+0000 mgr.x (mgr.24731) 14 : cephadm [INF] Updating smithi117:/var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:38:56.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:56 smithi117 bash[18692]: cephadm 2024-03-30T04:38:55.457507+0000 mgr.x (mgr.24731) 15 : cephadm [INF] Updating smithi111:/var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:38:56.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:56 smithi117 bash[18692]: cephadm 2024-03-30T04:38:55.537350+0000 mgr.x (mgr.24731) 16 : cephadm [INF] [30/Mar/2024:04:38:55] ENGINE Serving on http://172.21.15.117:8765 2024-03-30T04:38:56.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:56 smithi117 bash[18692]: audit 2024-03-30T04:38:55.629322+0000 mon.a (mon.0) 1128 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:56.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:56 smithi117 bash[18692]: audit 2024-03-30T04:38:55.635652+0000 mon.a (mon.0) 1129 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:56.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:56 smithi117 bash[18692]: audit 2024-03-30T04:38:55.644848+0000 mon.a (mon.0) 1130 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:56.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:56 smithi117 bash[18692]: audit 2024-03-30T04:38:55.652146+0000 mon.a (mon.0) 1131 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:56.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:56 smithi117 bash[18692]: cephadm 2024-03-30T04:38:55.659735+0000 mgr.x (mgr.24731) 17 : cephadm [INF] [30/Mar/2024:04:38:55] ENGINE Serving on https://172.21.15.117:7150 2024-03-30T04:38:56.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:56 smithi117 bash[18692]: cephadm 2024-03-30T04:38:55.659855+0000 mgr.x (mgr.24731) 18 : cephadm [INF] [30/Mar/2024:04:38:55] ENGINE Bus STARTED 2024-03-30T04:38:56.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:56 smithi117 bash[18692]: audit 2024-03-30T04:38:55.661262+0000 mon.a (mon.0) 1132 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:56.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:56 smithi117 bash[18692]: audit 2024-03-30T04:38:55.668696+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:56.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:56 smithi117 bash[18692]: audit 2024-03-30T04:38:55.734493+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:56.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:56 smithi117 bash[18692]: audit 2024-03-30T04:38:55.743569+0000 mon.a (mon.0) 1135 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:56.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:56 smithi117 bash[18692]: audit 2024-03-30T04:38:55.752927+0000 mon.a (mon.0) 1136 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:56.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:56 smithi117 bash[18692]: audit 2024-03-30T04:38:55.762509+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:38:56.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:56 smithi117 bash[18692]: audit 2024-03-30T04:38:55.765206+0000 mon.a (mon.0) 1138 : audit [INF] from='mgr.24731 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi111", "caps": []}]: dispatch 2024-03-30T04:38:56.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:56 smithi117 bash[18692]: audit 2024-03-30T04:38:55.765790+0000 mon.b (mon.2) 171 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi111", "caps": []}]: dispatch 2024-03-30T04:38:58.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:57 smithi111 bash[18552]: cephadm 2024-03-30T04:38:55.940749+0000 mgr.x (mgr.24731) 19 : cephadm [INF] Reconfiguring daemon agent.smithi111 on smithi111 2024-03-30T04:38:58.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:57 smithi111 bash[18552]: cephadm 2024-03-30T04:38:56.044133+0000 mgr.x (mgr.24731) 20 : cephadm [INF] Deploying cephadm binary to smithi111 2024-03-30T04:38:58.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:57 smithi111 bash[18552]: cluster 2024-03-30T04:38:56.112320+0000 mgr.x (mgr.24731) 21 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:38:58.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:57 smithi111 bash[18552]: cluster 2024-03-30T04:38:56.778134+0000 mon.a (mon.0) 1139 : cluster [DBG] mgrmap e25: x(active, since 2s), standbys: y 2024-03-30T04:38:58.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:57 smithi111 bash[24005]: cephadm 2024-03-30T04:38:55.940749+0000 mgr.x (mgr.24731) 19 : cephadm [INF] Reconfiguring daemon agent.smithi111 on smithi111 2024-03-30T04:38:58.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:57 smithi111 bash[24005]: cephadm 2024-03-30T04:38:56.044133+0000 mgr.x (mgr.24731) 20 : cephadm [INF] Deploying cephadm binary to smithi111 2024-03-30T04:38:58.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:57 smithi111 bash[24005]: cluster 2024-03-30T04:38:56.112320+0000 mgr.x (mgr.24731) 21 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:38:58.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:57 smithi111 bash[24005]: cluster 2024-03-30T04:38:56.778134+0000 mon.a (mon.0) 1139 : cluster [DBG] mgrmap e25: x(active, since 2s), standbys: y 2024-03-30T04:38:58.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:57 smithi117 bash[18692]: cephadm 2024-03-30T04:38:55.940749+0000 mgr.x (mgr.24731) 19 : cephadm [INF] Reconfiguring daemon agent.smithi111 on smithi111 2024-03-30T04:38:58.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:57 smithi117 bash[18692]: cephadm 2024-03-30T04:38:56.044133+0000 mgr.x (mgr.24731) 20 : cephadm [INF] Deploying cephadm binary to smithi111 2024-03-30T04:38:58.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:57 smithi117 bash[18692]: cluster 2024-03-30T04:38:56.112320+0000 mgr.x (mgr.24731) 21 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:38:58.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:57 smithi117 bash[18692]: cluster 2024-03-30T04:38:56.778134+0000 mon.a (mon.0) 1139 : cluster [DBG] mgrmap e25: x(active, since 2s), standbys: y 2024-03-30T04:39:00.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:59 smithi111 bash[18552]: cluster 2024-03-30T04:38:58.112981+0000 mgr.x (mgr.24731) 22 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:39:00.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:38:59 smithi111 bash[18552]: cluster 2024-03-30T04:38:58.791407+0000 mon.a (mon.0) 1140 : cluster [DBG] mgrmap e26: x(active, since 4s), standbys: y 2024-03-30T04:39:00.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:59 smithi111 bash[24005]: cluster 2024-03-30T04:38:58.112981+0000 mgr.x (mgr.24731) 22 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:39:00.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:38:59 smithi111 bash[24005]: cluster 2024-03-30T04:38:58.791407+0000 mon.a (mon.0) 1140 : cluster [DBG] mgrmap e26: x(active, since 4s), standbys: y 2024-03-30T04:39:00.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:59 smithi117 bash[18692]: cluster 2024-03-30T04:38:58.112981+0000 mgr.x (mgr.24731) 22 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:39:00.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:38:59 smithi117 bash[18692]: cluster 2024-03-30T04:38:58.791407+0000 mon.a (mon.0) 1140 : cluster [DBG] mgrmap e26: x(active, since 4s), standbys: y 2024-03-30T04:39:00.634 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:39:00 smithi117 bash[47190]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:39:00] "GET /metrics HTTP/1.1" 200 35359 "" "Prometheus/2.33.4" 2024-03-30T04:39:01.055 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:00 smithi111 systemd[1]: Stopping Ceph node-exporter.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:39:01.055 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:00 smithi111 bash[60987]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-node-exporter.a 2024-03-30T04:39:01.616 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:39:01 smithi111 bash[18807]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:39:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:39:01.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:01 smithi111 bash[18552]: cluster 2024-03-30T04:39:00.113632+0000 mgr.x (mgr.24731) 23 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 23 op/s 2024-03-30T04:39:01.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:01 smithi111 bash[18552]: audit 2024-03-30T04:39:00.317180+0000 mon.a (mon.0) 1141 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:01.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:01 smithi111 bash[18552]: audit 2024-03-30T04:39:00.330587+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:01.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:01 smithi111 bash[18552]: audit 2024-03-30T04:39:00.348175+0000 mon.a (mon.0) 1143 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:01.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:01 smithi111 bash[18552]: cephadm 2024-03-30T04:39:00.389032+0000 mgr.x (mgr.24731) 24 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2024-03-30T04:39:01.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:01 smithi111 bash[18552]: cephadm 2024-03-30T04:39:00.389981+0000 mgr.x (mgr.24731) 25 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi111 2024-03-30T04:39:01.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:01 smithi111 bash[24005]: cluster 2024-03-30T04:39:00.113632+0000 mgr.x (mgr.24731) 23 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 23 op/s 2024-03-30T04:39:01.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:01 smithi111 bash[24005]: audit 2024-03-30T04:39:00.317180+0000 mon.a (mon.0) 1141 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:01.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:01 smithi111 bash[24005]: audit 2024-03-30T04:39:00.330587+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:01.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:01 smithi111 bash[24005]: audit 2024-03-30T04:39:00.348175+0000 mon.a (mon.0) 1143 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:01.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:01 smithi111 bash[24005]: cephadm 2024-03-30T04:39:00.389032+0000 mgr.x (mgr.24731) 24 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2024-03-30T04:39:01.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:01 smithi111 bash[24005]: cephadm 2024-03-30T04:39:00.389981+0000 mgr.x (mgr.24731) 25 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi111 2024-03-30T04:39:01.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:01 smithi117 bash[18692]: cluster 2024-03-30T04:39:00.113632+0000 mgr.x (mgr.24731) 23 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 23 op/s 2024-03-30T04:39:01.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:01 smithi117 bash[18692]: audit 2024-03-30T04:39:00.317180+0000 mon.a (mon.0) 1141 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:01.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:01 smithi117 bash[18692]: audit 2024-03-30T04:39:00.330587+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:01.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:01 smithi117 bash[18692]: audit 2024-03-30T04:39:00.348175+0000 mon.a (mon.0) 1143 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:01.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:01 smithi117 bash[18692]: cephadm 2024-03-30T04:39:00.389032+0000 mgr.x (mgr.24731) 24 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2024-03-30T04:39:01.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:01 smithi117 bash[18692]: cephadm 2024-03-30T04:39:00.389981+0000 mgr.x (mgr.24731) 25 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi111 2024-03-30T04:39:01.895 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:01 smithi111 bash[60997]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-node-exporter-a 2024-03-30T04:39:01.895 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:01 smithi111 bash[61030]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-node-exporter.a 2024-03-30T04:39:01.895 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:01 smithi111 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2024-03-30T04:39:01.895 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:01 smithi111 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@node-exporter.a.service: Failed with result 'exit-code'. 2024-03-30T04:39:01.895 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:01 smithi111 systemd[1]: Stopped Ceph node-exporter.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:39:01.895 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:01 smithi111 systemd[1]: Started Ceph node-exporter.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:39:03.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[18552]: audit 2024-03-30T04:39:01.907740+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:03.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[18552]: audit 2024-03-30T04:39:01.919621+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:03.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[18552]: cephadm 2024-03-30T04:39:01.960859+0000 mgr.x (mgr.24731) 26 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-03-30T04:39:03.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[18552]: cephadm 2024-03-30T04:39:01.995959+0000 mgr.x (mgr.24731) 27 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi111 2024-03-30T04:39:03.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[18552]: cluster 2024-03-30T04:39:02.115087+0000 mgr.x (mgr.24731) 28 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-03-30T04:39:03.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[24005]: audit 2024-03-30T04:39:01.907740+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:03.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[24005]: audit 2024-03-30T04:39:01.919621+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:03.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[24005]: cephadm 2024-03-30T04:39:01.960859+0000 mgr.x (mgr.24731) 26 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-03-30T04:39:03.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[24005]: cephadm 2024-03-30T04:39:01.995959+0000 mgr.x (mgr.24731) 27 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi111 2024-03-30T04:39:03.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[24005]: cluster 2024-03-30T04:39:02.115087+0000 mgr.x (mgr.24731) 28 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-03-30T04:39:03.119 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.874Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2024-03-30T04:39:03.119 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.874Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2024-03-30T04:39:03.119 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.874Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+)($|/) 2024-03-30T04:39:03.119 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.874Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-03-30T04:39:03.119 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2024-03-30T04:39:03.119 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:115 level=info collector=arp 2024-03-30T04:39:03.120 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:115 level=info collector=bcache 2024-03-30T04:39:03.120 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:115 level=info collector=bonding 2024-03-30T04:39:03.120 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:115 level=info collector=btrfs 2024-03-30T04:39:03.120 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:115 level=info collector=conntrack 2024-03-30T04:39:03.120 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:115 level=info collector=cpu 2024-03-30T04:39:03.120 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:115 level=info collector=cpufreq 2024-03-30T04:39:03.121 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:115 level=info collector=diskstats 2024-03-30T04:39:03.121 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:115 level=info collector=dmi 2024-03-30T04:39:03.121 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:115 level=info collector=edac 2024-03-30T04:39:03.121 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:115 level=info collector=entropy 2024-03-30T04:39:03.121 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:115 level=info collector=fibrechannel 2024-03-30T04:39:03.121 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:115 level=info collector=filefd 2024-03-30T04:39:03.121 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:115 level=info collector=filesystem 2024-03-30T04:39:03.122 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:115 level=info collector=hwmon 2024-03-30T04:39:03.122 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:115 level=info collector=infiniband 2024-03-30T04:39:03.122 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:115 level=info collector=ipvs 2024-03-30T04:39:03.122 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:115 level=info collector=loadavg 2024-03-30T04:39:03.122 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:115 level=info collector=mdadm 2024-03-30T04:39:03.122 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:115 level=info collector=meminfo 2024-03-30T04:39:03.123 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:115 level=info collector=netclass 2024-03-30T04:39:03.123 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:115 level=info collector=netdev 2024-03-30T04:39:03.123 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:115 level=info collector=netstat 2024-03-30T04:39:03.123 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:115 level=info collector=nfs 2024-03-30T04:39:03.123 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:115 level=info collector=nfsd 2024-03-30T04:39:03.123 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:115 level=info collector=nvme 2024-03-30T04:39:03.124 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:115 level=info collector=os 2024-03-30T04:39:03.124 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2024-03-30T04:39:03.124 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:115 level=info collector=pressure 2024-03-30T04:39:03.124 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:115 level=info collector=rapl 2024-03-30T04:39:03.124 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:115 level=info collector=schedstat 2024-03-30T04:39:03.125 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:115 level=info collector=sockstat 2024-03-30T04:39:03.125 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:115 level=info collector=softnet 2024-03-30T04:39:03.126 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:115 level=info collector=stat 2024-03-30T04:39:03.126 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:115 level=info collector=tapestats 2024-03-30T04:39:03.126 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:115 level=info collector=textfile 2024-03-30T04:39:03.126 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:115 level=info collector=thermal_zone 2024-03-30T04:39:03.126 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:115 level=info collector=time 2024-03-30T04:39:03.126 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:115 level=info collector=udp_queues 2024-03-30T04:39:03.126 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:115 level=info collector=uname 2024-03-30T04:39:03.126 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:115 level=info collector=vmstat 2024-03-30T04:39:03.126 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:115 level=info collector=xfs 2024-03-30T04:39:03.126 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:115 level=info collector=zfs 2024-03-30T04:39:03.126 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.875Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2024-03-30T04:39:03.127 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:02 smithi111 bash[61060]: ts=2024-03-30T04:39:02.876Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2024-03-30T04:39:03.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:02 smithi117 bash[18692]: audit 2024-03-30T04:39:01.907740+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:03.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:02 smithi117 bash[18692]: audit 2024-03-30T04:39:01.919621+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:03.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:02 smithi117 bash[18692]: cephadm 2024-03-30T04:39:01.960859+0000 mgr.x (mgr.24731) 26 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-03-30T04:39:03.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:02 smithi117 bash[18692]: cephadm 2024-03-30T04:39:01.995959+0000 mgr.x (mgr.24731) 27 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi111 2024-03-30T04:39:03.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:02 smithi117 bash[18692]: cluster 2024-03-30T04:39:02.115087+0000 mgr.x (mgr.24731) 28 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-03-30T04:39:03.866 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:39:03 smithi111 bash[47239]: level=error ts=2024-03-30T04:39:03.520Z 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.117:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.117 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.111:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.111 because it doesn't contain any IP SANs" 2024-03-30T04:39:03.866 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:39:03 smithi111 bash[47239]: level=warn ts=2024-03-30T04:39:03.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.111:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.111 because it doesn't contain any IP SANs" 2024-03-30T04:39:03.866 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:39:03 smithi111 bash[47239]: level=warn ts=2024-03-30T04:39:03.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.117:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.117 because it doesn't contain any IP SANs" 2024-03-30T04:39:05.485 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:05 smithi111 bash[18552]: cluster 2024-03-30T04:39:04.115996+0000 mgr.x (mgr.24731) 29 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2024-03-30T04:39:05.486 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:05 smithi111 bash[24005]: cluster 2024-03-30T04:39:04.115996+0000 mgr.x (mgr.24731) 29 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2024-03-30T04:39:05.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:05 smithi117 bash[18692]: cluster 2024-03-30T04:39:04.115996+0000 mgr.x (mgr.24731) 29 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2024-03-30T04:39:06.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:06 smithi111 bash[18552]: audit 2024-03-30T04:39:05.144334+0000 mgr.x (mgr.24731) 30 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:06.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:06 smithi111 bash[24005]: audit 2024-03-30T04:39:05.144334+0000 mgr.x (mgr.24731) 30 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:06.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:06 smithi117 bash[18692]: audit 2024-03-30T04:39:05.144334+0000 mgr.x (mgr.24731) 30 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:07.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:07 smithi111 bash[18552]: cluster 2024-03-30T04:39:06.116877+0000 mgr.x (mgr.24731) 31 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-03-30T04:39:07.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:07 smithi111 bash[24005]: cluster 2024-03-30T04:39:06.116877+0000 mgr.x (mgr.24731) 31 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-03-30T04:39:07.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:07 smithi117 bash[18692]: cluster 2024-03-30T04:39:06.116877+0000 mgr.x (mgr.24731) 31 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-03-30T04:39:09.553 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:09 smithi111 bash[18552]: cluster 2024-03-30T04:39:08.117737+0000 mgr.x (mgr.24731) 32 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-30T04:39:09.553 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:09 smithi111 bash[18552]: audit 2024-03-30T04:39:09.250618+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:39:09.554 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:09 smithi111 bash[24005]: cluster 2024-03-30T04:39:08.117737+0000 mgr.x (mgr.24731) 32 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-30T04:39:09.554 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:09 smithi111 bash[24005]: audit 2024-03-30T04:39:09.250618+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:39:09.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:09 smithi117 bash[18692]: cluster 2024-03-30T04:39:08.117737+0000 mgr.x (mgr.24731) 32 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-30T04:39:09.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:09 smithi117 bash[18692]: audit 2024-03-30T04:39:09.250618+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:39:10.384 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:39:10 smithi117 bash[47190]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:39:10] "GET /metrics HTTP/1.1" 200 38163 "" "Prometheus/2.33.4" 2024-03-30T04:39:11.270 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:39:10 smithi111 systemd[1]: Stopping Ceph alertmanager.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:39:11.271 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:39:11 smithi111 bash[61758]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-alertmanager.a 2024-03-30T04:39:11.271 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:39:11 smithi111 bash[47239]: level=info ts=2024-03-30T04:39:11.092Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2024-03-30T04:39:11.580 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:11 smithi111 bash[18552]: cluster 2024-03-30T04:39:10.118586+0000 mgr.x (mgr.24731) 33 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-30T04:39:11.580 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:11 smithi111 bash[24005]: cluster 2024-03-30T04:39:10.118586+0000 mgr.x (mgr.24731) 33 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-30T04:39:11.581 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:39:11 smithi111 bash[18807]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:39:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:39:11.857 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:39:11 smithi111 bash[61767]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-alertmanager-a 2024-03-30T04:39:11.857 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:39:11 smithi111 bash[61803]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-alertmanager.a 2024-03-30T04:39:11.857 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:39:11 smithi111 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@alertmanager.a.service: Deactivated successfully. 2024-03-30T04:39:11.857 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:39:11 smithi111 systemd[1]: Stopped Ceph alertmanager.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:39:11.857 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:39:11 smithi111 systemd[1]: Started Ceph alertmanager.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:39:11.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:11 smithi117 bash[18692]: cluster 2024-03-30T04:39:10.118586+0000 mgr.x (mgr.24731) 33 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-30T04:39:12.634 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:12 smithi117 bash[39747]: ts=2024-03-30T04:39:12.315Z caller=manager.go:609 level=warn component="rule manager" group=pools msg="Evaluating rule failed" rule="alert: CephPoolGrowthWarning\nexpr: (predict_linear(ceph_pool_percent_used[2d], 3600 * 24 * 5) * on(pool_id) group_right()\n ceph_pool_metadata) >= 95\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.9.2\n severity: warning\n type: ceph_default\nannotations:\n description: |\n Pool '{{ $labels.name }}' will be full in less than 5 days assuming the average fill-up rate of the past 48 hours.\n summary: Pool growth rate may soon exceed it's capacity\n" err="found duplicate series for the match group {pool_id=\"1\"} on the left hand-side of the operation: [{instance=\"172.21.15.117:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.111:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:39:13.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:12 smithi111 bash[18552]: audit 2024-03-30T04:39:11.870644+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:13.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:12 smithi111 bash[18552]: audit 2024-03-30T04:39:11.883921+0000 mon.a (mon.0) 1147 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:13.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:12 smithi111 bash[18552]: cephadm 2024-03-30T04:39:11.935783+0000 mgr.x (mgr.24731) 34 : cephadm [INF] Reconfiguring iscsi.foo.smithi111.fmwmll (dependencies changed)... 2024-03-30T04:39:13.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:12 smithi111 bash[18552]: audit 2024-03-30T04:39:11.935956+0000 mon.a (mon.0) 1148 : audit [INF] from='mgr.24731 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi111.fmwmll", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:39:13.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:12 smithi111 bash[18552]: audit 2024-03-30T04:39:11.936567+0000 mon.b (mon.2) 173 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi111.fmwmll", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:39:13.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:12 smithi111 bash[18552]: audit 2024-03-30T04:39:11.950826+0000 mon.b (mon.2) 174 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:39:13.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:12 smithi111 bash[18552]: cephadm 2024-03-30T04:39:11.953030+0000 mgr.x (mgr.24731) 35 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi111.fmwmll on smithi111 2024-03-30T04:39:13.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:12 smithi111 bash[18552]: cluster 2024-03-30T04:39:12.120175+0000 mgr.x (mgr.24731) 36 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:13.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:12 smithi111 bash[24005]: audit 2024-03-30T04:39:11.870644+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:13.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:12 smithi111 bash[24005]: audit 2024-03-30T04:39:11.883921+0000 mon.a (mon.0) 1147 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:13.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:12 smithi111 bash[24005]: cephadm 2024-03-30T04:39:11.935783+0000 mgr.x (mgr.24731) 34 : cephadm [INF] Reconfiguring iscsi.foo.smithi111.fmwmll (dependencies changed)... 2024-03-30T04:39:13.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:12 smithi111 bash[24005]: audit 2024-03-30T04:39:11.935956+0000 mon.a (mon.0) 1148 : audit [INF] from='mgr.24731 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi111.fmwmll", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:39:13.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:12 smithi111 bash[24005]: audit 2024-03-30T04:39:11.936567+0000 mon.b (mon.2) 173 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi111.fmwmll", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:39:13.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:12 smithi111 bash[24005]: audit 2024-03-30T04:39:11.950826+0000 mon.b (mon.2) 174 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:39:13.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:12 smithi111 bash[24005]: cephadm 2024-03-30T04:39:11.953030+0000 mgr.x (mgr.24731) 35 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi111.fmwmll on smithi111 2024-03-30T04:39:13.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:12 smithi111 bash[24005]: cluster 2024-03-30T04:39:12.120175+0000 mgr.x (mgr.24731) 36 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:13.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:12 smithi117 bash[18692]: audit 2024-03-30T04:39:11.870644+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:13.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:12 smithi117 bash[18692]: audit 2024-03-30T04:39:11.883921+0000 mon.a (mon.0) 1147 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:13.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:12 smithi117 bash[18692]: cephadm 2024-03-30T04:39:11.935783+0000 mgr.x (mgr.24731) 34 : cephadm [INF] Reconfiguring iscsi.foo.smithi111.fmwmll (dependencies changed)... 2024-03-30T04:39:13.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:12 smithi117 bash[18692]: audit 2024-03-30T04:39:11.935956+0000 mon.a (mon.0) 1148 : audit [INF] from='mgr.24731 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi111.fmwmll", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:39:13.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:12 smithi117 bash[18692]: audit 2024-03-30T04:39:11.936567+0000 mon.b (mon.2) 173 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi111.fmwmll", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:39:13.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:12 smithi117 bash[18692]: audit 2024-03-30T04:39:11.950826+0000 mon.b (mon.2) 174 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:39:13.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:12 smithi117 bash[18692]: cephadm 2024-03-30T04:39:11.953030+0000 mgr.x (mgr.24731) 35 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi111.fmwmll on smithi111 2024-03-30T04:39:13.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:12 smithi117 bash[18692]: cluster 2024-03-30T04:39:12.120175+0000 mgr.x (mgr.24731) 36 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:13.165 INFO:teuthology.orchestra.run.smithi111.stdout:true 2024-03-30T04:39:13.616 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:39:13 smithi111 bash[61833]: level=info ts=2024-03-30T04:39:13.157Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2024-03-30T04:39:13.616 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:39:13 smithi111 bash[61833]: level=info ts=2024-03-30T04:39:13.157Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2024-03-30T04:39:13.616 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:39:13 smithi111 bash[61833]: level=info ts=2024-03-30T04:39:13.159Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.111 port=9094 2024-03-30T04:39:13.616 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:39:13 smithi111 bash[61833]: level=info ts=2024-03-30T04:39:13.160Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-03-30T04:39:13.616 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:39:13 smithi111 bash[61833]: level=info ts=2024-03-30T04:39:13.198Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-30T04:39:13.616 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:39:13 smithi111 bash[61833]: level=info ts=2024-03-30T04:39:13.198Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-30T04:39:13.616 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:39:13 smithi111 bash[61833]: level=info ts=2024-03-30T04:39:13.200Z caller=main.go:518 msg=Listening address=:9093 2024-03-30T04:39:13.616 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:39:13 smithi111 bash[61833]: level=info ts=2024-03-30T04:39:13.200Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2024-03-30T04:39:13.914 INFO:teuthology.orchestra.run.smithi111.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:39:13.914 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi111 smithi111 starting - - - - 2024-03-30T04:39:13.914 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi117 smithi117 running 32s ago 13m - - 2024-03-30T04:39:13.914 INFO:teuthology.orchestra.run.smithi111.stdout:alertmanager.a smithi111 *:9093,9094 starting - - - - 2024-03-30T04:39:13.914 INFO:teuthology.orchestra.run.smithi111.stdout:grafana.a smithi117 *:3000 running (6m) 32s ago 6m 42.3M - 8.3.5 dad864ee21e9 acbfd3d8a3c0 2024-03-30T04:39:13.914 INFO:teuthology.orchestra.run.smithi111.stdout:iscsi.foo.smithi111.fmwmll smithi111 running (4m) 45s ago 4m 41.9M - 3.5 e1d6a67b021e 11616355e6a3 2024-03-30T04:39:13.914 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.x smithi117 *:8443,9283 starting - - - - 2024-03-30T04:39:13.915 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.y smithi111 *:9283 running (14m) 45s ago 14m 459M - 17.2.0 e1d6a67b021e fee4c7e62379 2024-03-30T04:39:13.915 INFO:teuthology.orchestra.run.smithi111.stdout:mon.a smithi111 running (14m) 45s ago 15m 53.0M 2048M 17.2.0 e1d6a67b021e e26756bbafc7 2024-03-30T04:39:13.915 INFO:teuthology.orchestra.run.smithi111.stdout:mon.b smithi117 running (13m) 32s ago 13m 45.1M 2048M 17.2.0 e1d6a67b021e fee520b706e2 2024-03-30T04:39:13.915 INFO:teuthology.orchestra.run.smithi111.stdout:mon.c smithi111 running (13m) 45s ago 13m 43.0M 2048M 17.2.0 e1d6a67b021e 2b2c290c2cb8 2024-03-30T04:39:13.915 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.a smithi111 *:9100 starting - - - - 2024-03-30T04:39:13.915 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.b smithi117 *:9100 running (7m) 32s ago 7m 9308k - 1dbe0e931976 487824a2374d 2024-03-30T04:39:13.915 INFO:teuthology.orchestra.run.smithi111.stdout:osd.0 smithi111 running (12m) 45s ago 12m 53.9M 4096M 17.2.0 e1d6a67b021e 8066f1ef56b0 2024-03-30T04:39:13.915 INFO:teuthology.orchestra.run.smithi111.stdout:osd.1 smithi111 running (11m) 45s ago 11m 57.0M 4096M 17.2.0 e1d6a67b021e 8986210aecf7 2024-03-30T04:39:13.915 INFO:teuthology.orchestra.run.smithi111.stdout:osd.2 smithi111 running (11m) 45s ago 11m 50.9M 4096M 17.2.0 e1d6a67b021e 75832afbc732 2024-03-30T04:39:13.915 INFO:teuthology.orchestra.run.smithi111.stdout:osd.3 smithi111 running (10m) 45s ago 10m 54.2M 4096M 17.2.0 e1d6a67b021e 9bdb46999038 2024-03-30T04:39:13.915 INFO:teuthology.orchestra.run.smithi111.stdout:osd.4 smithi117 running (9m) 32s ago 9m 56.0M 4096M 17.2.0 e1d6a67b021e dfb36784cb06 2024-03-30T04:39:13.915 INFO:teuthology.orchestra.run.smithi111.stdout:osd.5 smithi117 running (9m) 32s ago 9m 52.0M 4096M 17.2.0 e1d6a67b021e 232d5fd01e16 2024-03-30T04:39:13.915 INFO:teuthology.orchestra.run.smithi111.stdout:osd.6 smithi117 running (8m) 32s ago 8m 50.5M 4096M 17.2.0 e1d6a67b021e 393ee9af633e 2024-03-30T04:39:13.915 INFO:teuthology.orchestra.run.smithi111.stdout:osd.7 smithi117 running (8m) 32s ago 8m 52.7M 4096M 17.2.0 e1d6a67b021e f9f3a86e8182 2024-03-30T04:39:13.915 INFO:teuthology.orchestra.run.smithi111.stdout:prometheus.a smithi117 *:9095 running (5m) 32s ago 7m 56.4M - 514e6a882f6e 4ad1dfee6a92 2024-03-30T04:39:13.916 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi111.gqpgtc smithi111 *:8000 running (4m) 45s ago 4m 83.8M - 17.2.0 e1d6a67b021e e51a6fac1b59 2024-03-30T04:39:13.916 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi117.nijpsz smithi117 *:8000 running (4m) 32s ago 4m 84.2M - 17.2.0 e1d6a67b021e bd8939f98ae0 2024-03-30T04:39:13.916 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi111.nqgkvi smithi111 *:80 running (4m) 45s ago 4m 84.1M - 17.2.0 e1d6a67b021e 4dd1cc17abca 2024-03-30T04:39:13.916 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi117.wrgldy smithi117 *:80 running (4m) 32s ago 4m 84.0M - 17.2.0 e1d6a67b021e 1bff1faa59ec 2024-03-30T04:39:14.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:13 smithi111 bash[18552]: audit 2024-03-30T04:39:13.156847+0000 mgr.x (mgr.24731) 37 : audit [DBG] from='client.25111 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:14.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:13 smithi111 bash[18552]: audit 2024-03-30T04:39:13.525157+0000 mgr.x (mgr.24731) 38 : audit [DBG] from='client.25117 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:14.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:13 smithi111 bash[24005]: audit 2024-03-30T04:39:13.156847+0000 mgr.x (mgr.24731) 37 : audit [DBG] from='client.25111 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:14.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:13 smithi111 bash[24005]: audit 2024-03-30T04:39:13.525157+0000 mgr.x (mgr.24731) 38 : audit [DBG] from='client.25117 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:14.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:13 smithi117 bash[18692]: audit 2024-03-30T04:39:13.156847+0000 mgr.x (mgr.24731) 37 : audit [DBG] from='client.25111 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:14.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:13 smithi117 bash[18692]: audit 2024-03-30T04:39:13.525157+0000 mgr.x (mgr.24731) 38 : audit [DBG] from='client.25117 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:14.322 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:39:14.322 INFO:teuthology.orchestra.run.smithi111.stdout: "mon": { 2024-03-30T04:39:14.323 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-30T04:39:14.323 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:39:14.323 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr": { 2024-03-30T04:39:14.323 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-03-30T04:39:14.323 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 1 2024-03-30T04:39:14.323 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:39:14.323 INFO:teuthology.orchestra.run.smithi111.stdout: "osd": { 2024-03-30T04:39:14.323 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-30T04:39:14.323 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:39:14.323 INFO:teuthology.orchestra.run.smithi111.stdout: "mds": {}, 2024-03-30T04:39:14.323 INFO:teuthology.orchestra.run.smithi111.stdout: "rgw": { 2024-03-30T04:39:14.323 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:39:14.323 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:39:14.323 INFO:teuthology.orchestra.run.smithi111.stdout: "overall": { 2024-03-30T04:39:14.324 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2024-03-30T04:39:14.324 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 1 2024-03-30T04:39:14.324 INFO:teuthology.orchestra.run.smithi111.stdout: } 2024-03-30T04:39:14.324 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:39:14.674 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:39:14.674 INFO:teuthology.orchestra.run.smithi111.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962", 2024-03-30T04:39:14.675 INFO:teuthology.orchestra.run.smithi111.stdout: "in_progress": true, 2024-03-30T04:39:14.675 INFO:teuthology.orchestra.run.smithi111.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:39:14.675 INFO:teuthology.orchestra.run.smithi111.stdout: "services_complete": [], 2024-03-30T04:39:14.675 INFO:teuthology.orchestra.run.smithi111.stdout: "progress": "", 2024-03-30T04:39:14.675 INFO:teuthology.orchestra.run.smithi111.stdout: "message": "", 2024-03-30T04:39:14.675 INFO:teuthology.orchestra.run.smithi111.stdout: "is_paused": false 2024-03-30T04:39:14.675 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:39:15.086 INFO:teuthology.orchestra.run.smithi111.stdout:HEALTH_OK 2024-03-30T04:39:15.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:14 smithi117 bash[18692]: audit 2024-03-30T04:39:13.871356+0000 mgr.x (mgr.24731) 39 : audit [DBG] from='client.15201 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:15.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:14 smithi117 bash[18692]: cluster 2024-03-30T04:39:14.120900+0000 mgr.x (mgr.24731) 40 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:15.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:14 smithi117 bash[18692]: audit 2024-03-30T04:39:14.329036+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.111:0/2407542820' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:39:15.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:14 smithi117 bash[18692]: audit 2024-03-30T04:39:14.681421+0000 mgr.x (mgr.24731) 41 : audit [DBG] from='client.15213 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:15.144 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:14 smithi111 bash[24005]: audit 2024-03-30T04:39:13.871356+0000 mgr.x (mgr.24731) 39 : audit [DBG] from='client.15201 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:15.145 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:14 smithi111 bash[24005]: cluster 2024-03-30T04:39:14.120900+0000 mgr.x (mgr.24731) 40 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:15.145 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:14 smithi111 bash[24005]: audit 2024-03-30T04:39:14.329036+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.111:0/2407542820' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:39:15.145 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:14 smithi111 bash[24005]: audit 2024-03-30T04:39:14.681421+0000 mgr.x (mgr.24731) 41 : audit [DBG] from='client.15213 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:15.145 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:14 smithi111 bash[18552]: audit 2024-03-30T04:39:13.871356+0000 mgr.x (mgr.24731) 39 : audit [DBG] from='client.15201 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:15.145 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:14 smithi111 bash[18552]: cluster 2024-03-30T04:39:14.120900+0000 mgr.x (mgr.24731) 40 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:15.145 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:14 smithi111 bash[18552]: audit 2024-03-30T04:39:14.329036+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.111:0/2407542820' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:39:15.145 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:14 smithi111 bash[18552]: audit 2024-03-30T04:39:14.681421+0000 mgr.x (mgr.24731) 41 : audit [DBG] from='client.15213 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:15.409 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:39:15 smithi111 bash[61833]: level=info ts=2024-03-30T04:39:15.160Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000222552s 2024-03-30T04:39:16.227 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:15 smithi111 bash[18552]: audit 2024-03-30T04:39:15.092907+0000 mon.c (mon.1) 46 : audit [DBG] from='client.? 172.21.15.111:0/250622350' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:39:16.227 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:15 smithi111 bash[18552]: audit 2024-03-30T04:39:15.152239+0000 mgr.x (mgr.24731) 42 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:16.227 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:15 smithi111 bash[24005]: audit 2024-03-30T04:39:15.092907+0000 mon.c (mon.1) 46 : audit [DBG] from='client.? 172.21.15.111:0/250622350' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:39:16.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:15 smithi111 bash[24005]: audit 2024-03-30T04:39:15.152239+0000 mgr.x (mgr.24731) 42 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:16.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:15 smithi117 bash[18692]: audit 2024-03-30T04:39:15.092907+0000 mon.c (mon.1) 46 : audit [DBG] from='client.? 172.21.15.111:0/250622350' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:39:16.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:15 smithi117 bash[18692]: audit 2024-03-30T04:39:15.152239+0000 mgr.x (mgr.24731) 42 : audit [DBG] from='client.24808 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:17.253 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:16 smithi111 bash[18552]: cluster 2024-03-30T04:39:16.122673+0000 mgr.x (mgr.24731) 43 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:17.253 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:16 smithi111 bash[24005]: cluster 2024-03-30T04:39:16.122673+0000 mgr.x (mgr.24731) 43 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:17.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:16 smithi117 bash[18692]: cluster 2024-03-30T04:39:16.122673+0000 mgr.x (mgr.24731) 43 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:19.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:18 smithi111 bash[24005]: audit 2024-03-30T04:39:17.736538+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:19.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:18 smithi111 bash[24005]: audit 2024-03-30T04:39:17.749133+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:19.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:18 smithi111 bash[24005]: audit 2024-03-30T04:39:17.788209+0000 mon.a (mon.0) 1151 : audit [INF] from='mgr.24731 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]: dispatch 2024-03-30T04:39:19.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:18 smithi111 bash[24005]: audit 2024-03-30T04:39:17.788948+0000 mon.b (mon.2) 175 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]: dispatch 2024-03-30T04:39:19.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:18 smithi111 bash[18552]: audit 2024-03-30T04:39:17.736538+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:19.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:18 smithi111 bash[18552]: audit 2024-03-30T04:39:17.749133+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:19.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:18 smithi111 bash[18552]: audit 2024-03-30T04:39:17.788209+0000 mon.a (mon.0) 1151 : audit [INF] from='mgr.24731 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]: dispatch 2024-03-30T04:39:19.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:18 smithi111 bash[18552]: audit 2024-03-30T04:39:17.788948+0000 mon.b (mon.2) 175 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]: dispatch 2024-03-30T04:39:19.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:18 smithi117 bash[18692]: audit 2024-03-30T04:39:17.736538+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:19.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:18 smithi117 bash[18692]: audit 2024-03-30T04:39:17.749133+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:19.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:18 smithi117 bash[18692]: audit 2024-03-30T04:39:17.788209+0000 mon.a (mon.0) 1151 : audit [INF] from='mgr.24731 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]: dispatch 2024-03-30T04:39:19.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:18 smithi117 bash[18692]: audit 2024-03-30T04:39:17.788948+0000 mon.b (mon.2) 175 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]: dispatch 2024-03-30T04:39:20.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:19 smithi111 bash[18552]: cluster 2024-03-30T04:39:18.123488+0000 mgr.x (mgr.24731) 44 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:20.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:19 smithi111 bash[18552]: cephadm 2024-03-30T04:39:18.614979+0000 mgr.x (mgr.24731) 45 : cephadm [INF] Reconfiguring daemon agent.smithi117 on smithi117 2024-03-30T04:39:20.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:19 smithi111 bash[18552]: cephadm 2024-03-30T04:39:18.715127+0000 mgr.x (mgr.24731) 46 : cephadm [INF] Deploying cephadm binary to smithi117 2024-03-30T04:39:20.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:19 smithi111 bash[18552]: audit 2024-03-30T04:39:19.461397+0000 mon.c (mon.1) 47 : audit [DBG] from='client.? 172.21.15.111:0/3951946681' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-30T04:39:20.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:19 smithi111 bash[24005]: cluster 2024-03-30T04:39:18.123488+0000 mgr.x (mgr.24731) 44 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:20.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:19 smithi111 bash[24005]: cephadm 2024-03-30T04:39:18.614979+0000 mgr.x (mgr.24731) 45 : cephadm [INF] Reconfiguring daemon agent.smithi117 on smithi117 2024-03-30T04:39:20.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:19 smithi111 bash[24005]: cephadm 2024-03-30T04:39:18.715127+0000 mgr.x (mgr.24731) 46 : cephadm [INF] Deploying cephadm binary to smithi117 2024-03-30T04:39:20.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:19 smithi111 bash[24005]: audit 2024-03-30T04:39:19.461397+0000 mon.c (mon.1) 47 : audit [DBG] from='client.? 172.21.15.111:0/3951946681' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-30T04:39:20.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:19 smithi117 bash[18692]: cluster 2024-03-30T04:39:18.123488+0000 mgr.x (mgr.24731) 44 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:20.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:19 smithi117 bash[18692]: cephadm 2024-03-30T04:39:18.614979+0000 mgr.x (mgr.24731) 45 : cephadm [INF] Reconfiguring daemon agent.smithi117 on smithi117 2024-03-30T04:39:20.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:19 smithi117 bash[18692]: cephadm 2024-03-30T04:39:18.715127+0000 mgr.x (mgr.24731) 46 : cephadm [INF] Deploying cephadm binary to smithi117 2024-03-30T04:39:20.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:19 smithi117 bash[18692]: audit 2024-03-30T04:39:19.461397+0000 mon.c (mon.1) 47 : audit [DBG] from='client.? 172.21.15.111:0/3951946681' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-30T04:39:20.634 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:39:20 smithi117 bash[47190]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:39:20] "GET /metrics HTTP/1.1" 200 38163 "" "Prometheus/2.33.4" 2024-03-30T04:39:20.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:20 smithi111 bash[18552]: audit 2024-03-30T04:39:19.815554+0000 mon.c (mon.1) 48 : audit [INF] from='client.? 172.21.15.111:0/2318036339' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/1870547430"}]: dispatch 2024-03-30T04:39:20.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:20 smithi111 bash[18552]: audit 2024-03-30T04:39:19.816350+0000 mon.a (mon.0) 1152 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/1870547430"}]: dispatch 2024-03-30T04:39:20.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:20 smithi111 bash[24005]: audit 2024-03-30T04:39:19.815554+0000 mon.c (mon.1) 48 : audit [INF] from='client.? 172.21.15.111:0/2318036339' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/1870547430"}]: dispatch 2024-03-30T04:39:20.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:20 smithi111 bash[24005]: audit 2024-03-30T04:39:19.816350+0000 mon.a (mon.0) 1152 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/1870547430"}]: dispatch 2024-03-30T04:39:21.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:20 smithi117 bash[18692]: audit 2024-03-30T04:39:19.815554+0000 mon.c (mon.1) 48 : audit [INF] from='client.? 172.21.15.111:0/2318036339' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/1870547430"}]: dispatch 2024-03-30T04:39:21.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:20 smithi117 bash[18692]: audit 2024-03-30T04:39:19.816350+0000 mon.a (mon.0) 1152 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/1870547430"}]: dispatch 2024-03-30T04:39:21.780 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:39:21 smithi111 bash[18807]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:39:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:39:22.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:21 smithi111 bash[18552]: cluster 2024-03-30T04:39:20.124085+0000 mgr.x (mgr.24731) 47 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:22.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:21 smithi111 bash[18552]: audit 2024-03-30T04:39:20.768957+0000 mon.a (mon.0) 1153 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/1870547430"}]': finished 2024-03-30T04:39:22.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:21 smithi111 bash[18552]: cluster 2024-03-30T04:39:20.769261+0000 mon.a (mon.0) 1154 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2024-03-30T04:39:22.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:21 smithi111 bash[18552]: audit 2024-03-30T04:39:21.138689+0000 mon.a (mon.0) 1155 : audit [INF] from='client.? 172.21.15.111:0/400037380' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6801/3428457666"}]: dispatch 2024-03-30T04:39:22.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:21 smithi111 bash[24005]: cluster 2024-03-30T04:39:20.124085+0000 mgr.x (mgr.24731) 47 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:22.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:21 smithi111 bash[24005]: audit 2024-03-30T04:39:20.768957+0000 mon.a (mon.0) 1153 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/1870547430"}]': finished 2024-03-30T04:39:22.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:21 smithi111 bash[24005]: cluster 2024-03-30T04:39:20.769261+0000 mon.a (mon.0) 1154 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2024-03-30T04:39:22.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:21 smithi111 bash[24005]: audit 2024-03-30T04:39:21.138689+0000 mon.a (mon.0) 1155 : audit [INF] from='client.? 172.21.15.111:0/400037380' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6801/3428457666"}]: dispatch 2024-03-30T04:39:22.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:21 smithi117 bash[18692]: cluster 2024-03-30T04:39:20.124085+0000 mgr.x (mgr.24731) 47 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:22.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:21 smithi117 bash[18692]: audit 2024-03-30T04:39:20.768957+0000 mon.a (mon.0) 1153 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/1870547430"}]': finished 2024-03-30T04:39:22.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:21 smithi117 bash[18692]: cluster 2024-03-30T04:39:20.769261+0000 mon.a (mon.0) 1154 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2024-03-30T04:39:22.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:21 smithi117 bash[18692]: audit 2024-03-30T04:39:21.138689+0000 mon.a (mon.0) 1155 : audit [INF] from='client.? 172.21.15.111:0/400037380' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6801/3428457666"}]: dispatch 2024-03-30T04:39:22.634 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:22 smithi117 bash[39747]: ts=2024-03-30T04:39:22.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.117:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.111:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:39:23.061 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:22 smithi117 bash[18692]: audit 2024-03-30T04:39:21.782226+0000 mon.a (mon.0) 1156 : audit [INF] from='client.? 172.21.15.111:0/400037380' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6801/3428457666"}]': finished 2024-03-30T04:39:23.061 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:22 smithi117 bash[18692]: cluster 2024-03-30T04:39:21.782466+0000 mon.a (mon.0) 1157 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2024-03-30T04:39:23.061 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:22 smithi117 bash[18692]: audit 2024-03-30T04:39:22.153821+0000 mon.a (mon.0) 1158 : audit [INF] from='client.? 172.21.15.111:0/3003848813' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6800/3428457666"}]: dispatch 2024-03-30T04:39:23.112 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:22 smithi111 bash[18552]: audit 2024-03-30T04:39:21.782226+0000 mon.a (mon.0) 1156 : audit [INF] from='client.? 172.21.15.111:0/400037380' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6801/3428457666"}]': finished 2024-03-30T04:39:23.112 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:22 smithi111 bash[18552]: cluster 2024-03-30T04:39:21.782466+0000 mon.a (mon.0) 1157 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2024-03-30T04:39:23.112 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:22 smithi111 bash[18552]: audit 2024-03-30T04:39:22.153821+0000 mon.a (mon.0) 1158 : audit [INF] from='client.? 172.21.15.111:0/3003848813' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6800/3428457666"}]: dispatch 2024-03-30T04:39:23.113 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:22 smithi111 bash[24005]: audit 2024-03-30T04:39:21.782226+0000 mon.a (mon.0) 1156 : audit [INF] from='client.? 172.21.15.111:0/400037380' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6801/3428457666"}]': finished 2024-03-30T04:39:23.113 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:22 smithi111 bash[24005]: cluster 2024-03-30T04:39:21.782466+0000 mon.a (mon.0) 1157 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2024-03-30T04:39:23.113 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:22 smithi111 bash[24005]: audit 2024-03-30T04:39:22.153821+0000 mon.a (mon.0) 1158 : audit [INF] from='client.? 172.21.15.111:0/3003848813' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6800/3428457666"}]: dispatch 2024-03-30T04:39:23.366 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:39:23 smithi111 bash[61833]: level=info ts=2024-03-30T04:39:23.163Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.002989132s 2024-03-30T04:39:24.050 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:23 smithi111 bash[18552]: cluster 2024-03-30T04:39:22.124683+0000 mgr.x (mgr.24731) 48 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:39:24.050 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:23 smithi111 bash[18552]: audit 2024-03-30T04:39:22.804034+0000 mon.a (mon.0) 1159 : audit [INF] from='client.? 172.21.15.111:0/3003848813' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6800/3428457666"}]': finished 2024-03-30T04:39:24.050 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:23 smithi111 bash[18552]: cluster 2024-03-30T04:39:22.804216+0000 mon.a (mon.0) 1160 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2024-03-30T04:39:24.050 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:23 smithi111 bash[18552]: audit 2024-03-30T04:39:23.018753+0000 mon.a (mon.0) 1161 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:24.050 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:23 smithi111 bash[18552]: audit 2024-03-30T04:39:23.031097+0000 mon.a (mon.0) 1162 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:24.050 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:23 smithi111 bash[18552]: audit 2024-03-30T04:39:23.037871+0000 mon.a (mon.0) 1163 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:24.050 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:23 smithi111 bash[18552]: cephadm 2024-03-30T04:39:23.069048+0000 mgr.x (mgr.24731) 49 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-30T04:39:24.050 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:23 smithi111 bash[18552]: audit 2024-03-30T04:39:23.186371+0000 mon.a (mon.0) 1164 : audit [INF] from='client.? 172.21.15.111:0/2440032110' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3485958563"}]: dispatch 2024-03-30T04:39:24.051 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:23 smithi111 bash[18552]: cephadm 2024-03-30T04:39:23.317057+0000 mgr.x (mgr.24731) 50 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi117 2024-03-30T04:39:24.051 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:23 smithi111 bash[24005]: cluster 2024-03-30T04:39:22.124683+0000 mgr.x (mgr.24731) 48 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:39:24.051 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:23 smithi111 bash[24005]: audit 2024-03-30T04:39:22.804034+0000 mon.a (mon.0) 1159 : audit [INF] from='client.? 172.21.15.111:0/3003848813' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6800/3428457666"}]': finished 2024-03-30T04:39:24.051 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:23 smithi111 bash[24005]: cluster 2024-03-30T04:39:22.804216+0000 mon.a (mon.0) 1160 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2024-03-30T04:39:24.051 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:23 smithi111 bash[24005]: audit 2024-03-30T04:39:23.018753+0000 mon.a (mon.0) 1161 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:24.051 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:23 smithi111 bash[24005]: audit 2024-03-30T04:39:23.031097+0000 mon.a (mon.0) 1162 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:24.051 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:23 smithi111 bash[24005]: audit 2024-03-30T04:39:23.037871+0000 mon.a (mon.0) 1163 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:24.051 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:23 smithi111 bash[24005]: cephadm 2024-03-30T04:39:23.069048+0000 mgr.x (mgr.24731) 49 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-30T04:39:24.051 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:23 smithi111 bash[24005]: audit 2024-03-30T04:39:23.186371+0000 mon.a (mon.0) 1164 : audit [INF] from='client.? 172.21.15.111:0/2440032110' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3485958563"}]: dispatch 2024-03-30T04:39:24.051 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:23 smithi111 bash[24005]: cephadm 2024-03-30T04:39:23.317057+0000 mgr.x (mgr.24731) 50 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi117 2024-03-30T04:39:24.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:23 smithi117 bash[18692]: cluster 2024-03-30T04:39:22.124683+0000 mgr.x (mgr.24731) 48 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:39:24.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:23 smithi117 bash[18692]: audit 2024-03-30T04:39:22.804034+0000 mon.a (mon.0) 1159 : audit [INF] from='client.? 172.21.15.111:0/3003848813' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6800/3428457666"}]': finished 2024-03-30T04:39:24.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:23 smithi117 bash[18692]: cluster 2024-03-30T04:39:22.804216+0000 mon.a (mon.0) 1160 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2024-03-30T04:39:24.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:23 smithi117 bash[18692]: audit 2024-03-30T04:39:23.018753+0000 mon.a (mon.0) 1161 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:24.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:23 smithi117 bash[18692]: audit 2024-03-30T04:39:23.031097+0000 mon.a (mon.0) 1162 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:24.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:23 smithi117 bash[18692]: audit 2024-03-30T04:39:23.037871+0000 mon.a (mon.0) 1163 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:24.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:23 smithi117 bash[18692]: cephadm 2024-03-30T04:39:23.069048+0000 mgr.x (mgr.24731) 49 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-30T04:39:24.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:23 smithi117 bash[18692]: audit 2024-03-30T04:39:23.186371+0000 mon.a (mon.0) 1164 : audit [INF] from='client.? 172.21.15.111:0/2440032110' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3485958563"}]: dispatch 2024-03-30T04:39:24.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:23 smithi117 bash[18692]: cephadm 2024-03-30T04:39:23.317057+0000 mgr.x (mgr.24731) 50 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi117 2024-03-30T04:39:25.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:25 smithi111 bash[18552]: audit 2024-03-30T04:39:24.050022+0000 mon.a (mon.0) 1165 : audit [INF] from='client.? 172.21.15.111:0/2440032110' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3485958563"}]': finished 2024-03-30T04:39:25.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:25 smithi111 bash[18552]: cluster 2024-03-30T04:39:24.050130+0000 mon.a (mon.0) 1166 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2024-03-30T04:39:25.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:25 smithi111 bash[18552]: cluster 2024-03-30T04:39:24.125420+0000 mgr.x (mgr.24731) 51 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2024-03-30T04:39:25.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:25 smithi111 bash[18552]: audit 2024-03-30T04:39:24.252015+0000 mon.b (mon.2) 176 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:39:25.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:25 smithi111 bash[18552]: audit 2024-03-30T04:39:24.425176+0000 mon.a (mon.0) 1167 : audit [INF] from='client.? 172.21.15.111:0/2070439630' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/524271480"}]: dispatch 2024-03-30T04:39:25.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:25 smithi111 bash[24005]: audit 2024-03-30T04:39:24.050022+0000 mon.a (mon.0) 1165 : audit [INF] from='client.? 172.21.15.111:0/2440032110' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3485958563"}]': finished 2024-03-30T04:39:25.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:25 smithi111 bash[24005]: cluster 2024-03-30T04:39:24.050130+0000 mon.a (mon.0) 1166 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2024-03-30T04:39:25.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:25 smithi111 bash[24005]: cluster 2024-03-30T04:39:24.125420+0000 mgr.x (mgr.24731) 51 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2024-03-30T04:39:25.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:25 smithi111 bash[24005]: audit 2024-03-30T04:39:24.252015+0000 mon.b (mon.2) 176 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:39:25.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:25 smithi111 bash[24005]: audit 2024-03-30T04:39:24.425176+0000 mon.a (mon.0) 1167 : audit [INF] from='client.? 172.21.15.111:0/2070439630' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/524271480"}]: dispatch 2024-03-30T04:39:25.383 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:25 smithi117 bash[18692]: audit 2024-03-30T04:39:24.050022+0000 mon.a (mon.0) 1165 : audit [INF] from='client.? 172.21.15.111:0/2440032110' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3485958563"}]': finished 2024-03-30T04:39:25.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:25 smithi117 bash[18692]: cluster 2024-03-30T04:39:24.050130+0000 mon.a (mon.0) 1166 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2024-03-30T04:39:25.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:25 smithi117 bash[18692]: cluster 2024-03-30T04:39:24.125420+0000 mgr.x (mgr.24731) 51 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2024-03-30T04:39:25.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:25 smithi117 bash[18692]: audit 2024-03-30T04:39:24.252015+0000 mon.b (mon.2) 176 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:39:25.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:25 smithi117 bash[18692]: audit 2024-03-30T04:39:24.425176+0000 mon.a (mon.0) 1167 : audit [INF] from='client.? 172.21.15.111:0/2070439630' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/524271480"}]: dispatch 2024-03-30T04:39:26.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:26 smithi111 bash[18552]: audit 2024-03-30T04:39:25.044760+0000 mon.a (mon.0) 1168 : audit [INF] from='client.? 172.21.15.111:0/2070439630' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/524271480"}]': finished 2024-03-30T04:39:26.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:26 smithi111 bash[18552]: cluster 2024-03-30T04:39:25.044849+0000 mon.a (mon.0) 1169 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2024-03-30T04:39:26.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:26 smithi111 bash[18552]: audit 2024-03-30T04:39:25.419685+0000 mon.c (mon.1) 49 : audit [INF] from='client.? 172.21.15.111:0/2213493110' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/2403656517"}]: dispatch 2024-03-30T04:39:26.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:26 smithi111 bash[18552]: audit 2024-03-30T04:39:25.420448+0000 mon.a (mon.0) 1170 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/2403656517"}]: dispatch 2024-03-30T04:39:26.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:26 smithi111 bash[24005]: audit 2024-03-30T04:39:25.044760+0000 mon.a (mon.0) 1168 : audit [INF] from='client.? 172.21.15.111:0/2070439630' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/524271480"}]': finished 2024-03-30T04:39:26.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:26 smithi111 bash[24005]: cluster 2024-03-30T04:39:25.044849+0000 mon.a (mon.0) 1169 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2024-03-30T04:39:26.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:26 smithi111 bash[24005]: audit 2024-03-30T04:39:25.419685+0000 mon.c (mon.1) 49 : audit [INF] from='client.? 172.21.15.111:0/2213493110' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/2403656517"}]: dispatch 2024-03-30T04:39:26.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:26 smithi111 bash[24005]: audit 2024-03-30T04:39:25.420448+0000 mon.a (mon.0) 1170 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/2403656517"}]: dispatch 2024-03-30T04:39:26.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:26 smithi117 bash[18692]: audit 2024-03-30T04:39:25.044760+0000 mon.a (mon.0) 1168 : audit [INF] from='client.? 172.21.15.111:0/2070439630' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/524271480"}]': finished 2024-03-30T04:39:26.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:26 smithi117 bash[18692]: cluster 2024-03-30T04:39:25.044849+0000 mon.a (mon.0) 1169 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2024-03-30T04:39:26.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:26 smithi117 bash[18692]: audit 2024-03-30T04:39:25.419685+0000 mon.c (mon.1) 49 : audit [INF] from='client.? 172.21.15.111:0/2213493110' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/2403656517"}]: dispatch 2024-03-30T04:39:26.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:26 smithi117 bash[18692]: audit 2024-03-30T04:39:25.420448+0000 mon.a (mon.0) 1170 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/2403656517"}]: dispatch 2024-03-30T04:39:27.111 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:27 smithi111 bash[24005]: audit 2024-03-30T04:39:26.057231+0000 mon.a (mon.0) 1171 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/2403656517"}]': finished 2024-03-30T04:39:27.112 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:27 smithi111 bash[24005]: cluster 2024-03-30T04:39:26.057455+0000 mon.a (mon.0) 1172 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2024-03-30T04:39:27.112 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:27 smithi111 bash[24005]: cluster 2024-03-30T04:39:26.125847+0000 mgr.x (mgr.24731) 52 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:27.112 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:27 smithi111 bash[24005]: audit 2024-03-30T04:39:26.437620+0000 mon.a (mon.0) 1173 : audit [INF] from='client.? 172.21.15.111:0/1328950970' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3037467693"}]: dispatch 2024-03-30T04:39:27.112 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:27 smithi111 bash[18552]: audit 2024-03-30T04:39:26.057231+0000 mon.a (mon.0) 1171 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/2403656517"}]': finished 2024-03-30T04:39:27.112 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:27 smithi111 bash[18552]: cluster 2024-03-30T04:39:26.057455+0000 mon.a (mon.0) 1172 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2024-03-30T04:39:27.112 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:27 smithi111 bash[18552]: cluster 2024-03-30T04:39:26.125847+0000 mgr.x (mgr.24731) 52 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:27.112 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:27 smithi111 bash[18552]: audit 2024-03-30T04:39:26.437620+0000 mon.a (mon.0) 1173 : audit [INF] from='client.? 172.21.15.111:0/1328950970' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3037467693"}]: dispatch 2024-03-30T04:39:27.327 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:27 smithi117 bash[18692]: audit 2024-03-30T04:39:26.057231+0000 mon.a (mon.0) 1171 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/2403656517"}]': finished 2024-03-30T04:39:27.327 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:27 smithi117 bash[18692]: cluster 2024-03-30T04:39:26.057455+0000 mon.a (mon.0) 1172 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2024-03-30T04:39:27.327 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:27 smithi117 bash[18692]: cluster 2024-03-30T04:39:26.125847+0000 mgr.x (mgr.24731) 52 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:27.327 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:27 smithi117 bash[18692]: audit 2024-03-30T04:39:26.437620+0000 mon.a (mon.0) 1173 : audit [INF] from='client.? 172.21.15.111:0/1328950970' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3037467693"}]: dispatch 2024-03-30T04:39:28.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:28 smithi111 bash[18552]: audit 2024-03-30T04:39:27.088078+0000 mon.a (mon.0) 1174 : audit [INF] from='client.? 172.21.15.111:0/1328950970' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3037467693"}]': finished 2024-03-30T04:39:28.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:28 smithi111 bash[18552]: cluster 2024-03-30T04:39:27.088310+0000 mon.a (mon.0) 1175 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-03-30T04:39:28.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:28 smithi111 bash[24005]: audit 2024-03-30T04:39:27.088078+0000 mon.a (mon.0) 1174 : audit [INF] from='client.? 172.21.15.111:0/1328950970' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3037467693"}]': finished 2024-03-30T04:39:28.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:28 smithi111 bash[24005]: cluster 2024-03-30T04:39:27.088310+0000 mon.a (mon.0) 1175 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-03-30T04:39:28.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:28 smithi117 bash[18692]: audit 2024-03-30T04:39:27.088078+0000 mon.a (mon.0) 1174 : audit [INF] from='client.? 172.21.15.111:0/1328950970' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3037467693"}]': finished 2024-03-30T04:39:28.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:28 smithi117 bash[18692]: cluster 2024-03-30T04:39:27.088310+0000 mon.a (mon.0) 1175 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-03-30T04:39:29.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:29 smithi111 bash[18552]: cluster 2024-03-30T04:39:28.126253+0000 mgr.x (mgr.24731) 53 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:29.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:29 smithi111 bash[24005]: cluster 2024-03-30T04:39:28.126253+0000 mgr.x (mgr.24731) 53 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:29.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:29 smithi117 bash[18692]: cluster 2024-03-30T04:39:28.126253+0000 mgr.x (mgr.24731) 53 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:30.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:30 smithi111 bash[18552]: audit 2024-03-30T04:39:29.148221+0000 mgr.x (mgr.24731) 54 : audit [DBG] from='client.25156 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:30.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:30 smithi111 bash[24005]: audit 2024-03-30T04:39:29.148221+0000 mgr.x (mgr.24731) 54 : audit [DBG] from='client.25156 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:30.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:30 smithi117 bash[18692]: audit 2024-03-30T04:39:29.148221+0000 mgr.x (mgr.24731) 54 : audit [DBG] from='client.25156 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:30.384 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:39:30 smithi117 bash[47190]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:39:30] "GET /metrics HTTP/1.1" 200 38158 "" "Prometheus/2.33.4" 2024-03-30T04:39:31.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:31 smithi111 bash[18552]: cluster 2024-03-30T04:39:30.127188+0000 mgr.x (mgr.24731) 55 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-03-30T04:39:31.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:31 smithi111 bash[24005]: cluster 2024-03-30T04:39:30.127188+0000 mgr.x (mgr.24731) 55 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-03-30T04:39:31.866 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:39:31 smithi111 bash[18807]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:39:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:39:31.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:31 smithi117 bash[18692]: cluster 2024-03-30T04:39:30.127188+0000 mgr.x (mgr.24731) 55 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-03-30T04:39:32.599 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:32 smithi117 bash[39747]: ts=2024-03-30T04:39:32.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.117:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.111:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:39:33.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:33 smithi111 bash[18552]: cluster 2024-03-30T04:39:32.128755+0000 mgr.x (mgr.24731) 56 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:39:33.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:33 smithi111 bash[24005]: cluster 2024-03-30T04:39:32.128755+0000 mgr.x (mgr.24731) 56 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:39:33.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:33 smithi117 bash[18692]: cluster 2024-03-30T04:39:32.128755+0000 mgr.x (mgr.24731) 56 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:39:35.460 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:35 smithi117 systemd[1]: Stopping Ceph prometheus.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:39:35.460 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:35 smithi117 bash[49323]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-prometheus.a 2024-03-30T04:39:35.460 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:35 smithi117 bash[39747]: ts=2024-03-30T04:39:35.256Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-03-30T04:39:35.460 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:35 smithi117 bash[39747]: ts=2024-03-30T04:39:35.256Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2024-03-30T04:39:35.460 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:35 smithi117 bash[39747]: ts=2024-03-30T04:39:35.256Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2024-03-30T04:39:35.460 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:35 smithi117 bash[39747]: ts=2024-03-30T04:39:35.256Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2024-03-30T04:39:35.460 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:35 smithi117 bash[39747]: ts=2024-03-30T04:39:35.256Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2024-03-30T04:39:35.460 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:35 smithi117 bash[39747]: ts=2024-03-30T04:39:35.256Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2024-03-30T04:39:35.461 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:35 smithi117 bash[39747]: ts=2024-03-30T04:39:35.257Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2024-03-30T04:39:35.461 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:35 smithi117 bash[39747]: ts=2024-03-30T04:39:35.257Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2024-03-30T04:39:35.461 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:35 smithi117 bash[39747]: ts=2024-03-30T04:39:35.257Z caller=main.go:828 level=info msg="Scrape manager stopped" 2024-03-30T04:39:35.461 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:35 smithi117 bash[39747]: ts=2024-03-30T04:39:35.257Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2024-03-30T04:39:35.461 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:35 smithi117 bash[39747]: ts=2024-03-30T04:39:35.257Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2024-03-30T04:39:35.461 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:35 smithi117 bash[39747]: ts=2024-03-30T04:39:35.257Z caller=main.go:1066 level=info msg="See you next time!" 2024-03-30T04:39:35.824 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:35 smithi117 bash[18692]: cluster 2024-03-30T04:39:34.129450+0000 mgr.x (mgr.24731) 57 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 633 B/s rd, 0 op/s 2024-03-30T04:39:35.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:35 smithi111 bash[18552]: cluster 2024-03-30T04:39:34.129450+0000 mgr.x (mgr.24731) 57 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 633 B/s rd, 0 op/s 2024-03-30T04:39:35.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:35 smithi111 bash[24005]: cluster 2024-03-30T04:39:34.129450+0000 mgr.x (mgr.24731) 57 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 633 B/s rd, 0 op/s 2024-03-30T04:39:36.080 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:35 smithi117 bash[49332]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-prometheus-a 2024-03-30T04:39:36.080 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:35 smithi117 bash[49367]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-prometheus.a 2024-03-30T04:39:36.081 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:36 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@prometheus.a.service: Deactivated successfully. 2024-03-30T04:39:36.081 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:36 smithi117 systemd[1]: Stopped Ceph prometheus.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:39:36.081 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:36 smithi117 systemd[1]: Started Ceph prometheus.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:39:37.338 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:37 smithi117 bash[18692]: audit 2024-03-30T04:39:36.086563+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:37.338 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:37 smithi117 bash[18692]: audit 2024-03-30T04:39:36.099476+0000 mon.a (mon.0) 1177 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:37.338 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:37 smithi117 bash[18692]: cluster 2024-03-30T04:39:36.130503+0000 mgr.x (mgr.24731) 58 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:39:37.338 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:37 smithi117 bash[18692]: cephadm 2024-03-30T04:39:36.131595+0000 mgr.x (mgr.24731) 59 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2024-03-30T04:39:37.339 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:37 smithi117 bash[18692]: cephadm 2024-03-30T04:39:36.132022+0000 mgr.x (mgr.24731) 60 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi117 2024-03-30T04:39:37.343 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:37 smithi111 bash[18552]: audit 2024-03-30T04:39:36.086563+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:37.343 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:37 smithi111 bash[18552]: audit 2024-03-30T04:39:36.099476+0000 mon.a (mon.0) 1177 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:37.343 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:37 smithi111 bash[18552]: cluster 2024-03-30T04:39:36.130503+0000 mgr.x (mgr.24731) 58 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:39:37.343 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:37 smithi111 bash[18552]: cephadm 2024-03-30T04:39:36.131595+0000 mgr.x (mgr.24731) 59 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2024-03-30T04:39:37.343 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:37 smithi111 bash[18552]: cephadm 2024-03-30T04:39:36.132022+0000 mgr.x (mgr.24731) 60 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi117 2024-03-30T04:39:37.343 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:37 smithi111 bash[24005]: audit 2024-03-30T04:39:36.086563+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:37.344 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:37 smithi111 bash[24005]: audit 2024-03-30T04:39:36.099476+0000 mon.a (mon.0) 1177 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:37.344 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:37 smithi111 bash[24005]: cluster 2024-03-30T04:39:36.130503+0000 mgr.x (mgr.24731) 58 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:39:37.344 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:37 smithi111 bash[24005]: cephadm 2024-03-30T04:39:36.131595+0000 mgr.x (mgr.24731) 59 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2024-03-30T04:39:37.344 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:37 smithi111 bash[24005]: cephadm 2024-03-30T04:39:36.132022+0000 mgr.x (mgr.24731) 60 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi117 2024-03-30T04:39:37.634 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:37 smithi117 bash[49394]: ts=2024-03-30T04:39:37.396Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-03-30T04:39:37.634 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:37 smithi117 bash[49394]: ts=2024-03-30T04:39:37.396Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2024-03-30T04:39:37.634 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:37 smithi117 bash[49394]: ts=2024-03-30T04:39:37.396Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2024-03-30T04:39:37.635 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:37 smithi117 bash[49394]: ts=2024-03-30T04:39:37.396Z caller=main.go:518 level=info host_details="(Linux 5.15.0-101-generic #111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024 x86_64 smithi117 (none))" 2024-03-30T04:39:37.635 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:37 smithi117 bash[49394]: ts=2024-03-30T04:39:37.396Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-03-30T04:39:37.635 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:37 smithi117 bash[49394]: ts=2024-03-30T04:39:37.396Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-03-30T04:39:37.635 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:37 smithi117 bash[49394]: ts=2024-03-30T04:39:37.401Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2024-03-30T04:39:37.635 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:37 smithi117 bash[49394]: ts=2024-03-30T04:39:37.401Z caller=main.go:923 level=info msg="Starting TSDB ..." 2024-03-30T04:39:37.635 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:37 smithi117 bash[49394]: ts=2024-03-30T04:39:37.403Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2024-03-30T04:39:37.635 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:37 smithi117 bash[49394]: ts=2024-03-30T04:39:37.405Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-03-30T04:39:37.635 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:37 smithi117 bash[49394]: ts=2024-03-30T04:39:37.405Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.764µs 2024-03-30T04:39:37.635 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:37 smithi117 bash[49394]: ts=2024-03-30T04:39:37.405Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-03-30T04:39:37.635 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:37 smithi117 bash[49394]: ts=2024-03-30T04:39:37.407Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2024-03-30T04:39:38.318 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:37 smithi117 bash[49394]: ts=2024-03-30T04:39:37.901Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2024-03-30T04:39:38.318 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:37 smithi117 bash[49394]: ts=2024-03-30T04:39:37.901Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2024-03-30T04:39:38.318 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:37 smithi117 bash[49394]: ts=2024-03-30T04:39:37.901Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=82.567µs wal_replay_duration=495.856503ms total_replay_duration=495.954672ms 2024-03-30T04:39:38.318 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:37 smithi117 bash[49394]: ts=2024-03-30T04:39:37.906Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2024-03-30T04:39:38.318 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:37 smithi117 bash[49394]: ts=2024-03-30T04:39:37.906Z caller=main.go:947 level=info msg="TSDB started" 2024-03-30T04:39:38.318 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:37 smithi117 bash[49394]: ts=2024-03-30T04:39:37.906Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-03-30T04:39:38.318 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:37 smithi117 bash[49394]: ts=2024-03-30T04:39:37.936Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=29.94987ms db_storage=693ns remote_storage=1.302µs web_handler=464ns query_engine=738ns scrape=250.052µs scrape_sd=108.439µs notify=10.779µs notify_sd=39.032µs rules=29.149261ms 2024-03-30T04:39:38.318 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:37 smithi117 bash[49394]: ts=2024-03-30T04:39:37.936Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2024-03-30T04:39:39.185 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:38 smithi117 systemd[1]: Stopping Ceph node-exporter.b for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:39:39.186 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:38 smithi117 bash[49584]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-node-exporter.b 2024-03-30T04:39:39.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:39 smithi111 bash[18552]: cluster 2024-03-30T04:39:38.130894+0000 mgr.x (mgr.24731) 61 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 926 B/s rd, 0 op/s 2024-03-30T04:39:39.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:39 smithi111 bash[24005]: cluster 2024-03-30T04:39:38.130894+0000 mgr.x (mgr.24731) 61 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 926 B/s rd, 0 op/s 2024-03-30T04:39:39.594 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:39 smithi117 bash[18692]: cluster 2024-03-30T04:39:38.130894+0000 mgr.x (mgr.24731) 61 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 926 B/s rd, 0 op/s 2024-03-30T04:39:39.884 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:39 smithi117 bash[49595]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-node-exporter-b 2024-03-30T04:39:39.884 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:39 smithi117 bash[49630]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-node-exporter.b 2024-03-30T04:39:39.884 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:39 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2024-03-30T04:39:39.884 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:39 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@node-exporter.b.service: Failed with result 'exit-code'. 2024-03-30T04:39:39.884 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:39 smithi117 systemd[1]: Stopped Ceph node-exporter.b for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:39:39.884 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:39 smithi117 systemd[1]: Started Ceph node-exporter.b for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:39:40.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:40 smithi111 bash[18552]: audit 2024-03-30T04:39:39.156402+0000 mgr.x (mgr.24731) 62 : audit [DBG] from='client.25156 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:40.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:40 smithi111 bash[18552]: audit 2024-03-30T04:39:39.252827+0000 mon.b (mon.2) 177 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:39:40.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:40 smithi111 bash[18552]: audit 2024-03-30T04:39:39.836368+0000 mon.a (mon.0) 1178 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:40.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:40 smithi111 bash[18552]: audit 2024-03-30T04:39:39.847004+0000 mon.a (mon.0) 1179 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:40.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:40 smithi111 bash[18552]: audit 2024-03-30T04:39:40.060527+0000 mon.a (mon.0) 1180 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:40.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:40 smithi111 bash[18552]: audit 2024-03-30T04:39:40.068520+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:40.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:40 smithi111 bash[18552]: audit 2024-03-30T04:39:40.073179+0000 mon.b (mon.2) 178 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-30T04:39:40.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:40 smithi111 bash[24005]: audit 2024-03-30T04:39:39.156402+0000 mgr.x (mgr.24731) 62 : audit [DBG] from='client.25156 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:40.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:40 smithi111 bash[24005]: audit 2024-03-30T04:39:39.252827+0000 mon.b (mon.2) 177 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:39:40.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:40 smithi111 bash[24005]: audit 2024-03-30T04:39:39.836368+0000 mon.a (mon.0) 1178 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:40.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:40 smithi111 bash[24005]: audit 2024-03-30T04:39:39.847004+0000 mon.a (mon.0) 1179 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:40.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:40 smithi111 bash[24005]: audit 2024-03-30T04:39:40.060527+0000 mon.a (mon.0) 1180 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:40.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:40 smithi111 bash[24005]: audit 2024-03-30T04:39:40.068520+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:40.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:40 smithi111 bash[24005]: audit 2024-03-30T04:39:40.073179+0000 mon.b (mon.2) 178 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-30T04:39:40.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[18692]: audit 2024-03-30T04:39:39.156402+0000 mgr.x (mgr.24731) 62 : audit [DBG] from='client.25156 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:40.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[18692]: audit 2024-03-30T04:39:39.252827+0000 mon.b (mon.2) 177 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:39:40.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[18692]: audit 2024-03-30T04:39:39.836368+0000 mon.a (mon.0) 1178 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:40.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[18692]: audit 2024-03-30T04:39:39.847004+0000 mon.a (mon.0) 1179 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:40.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[18692]: audit 2024-03-30T04:39:40.060527+0000 mon.a (mon.0) 1180 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:40.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[18692]: audit 2024-03-30T04:39:40.068520+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:40.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[18692]: audit 2024-03-30T04:39:40.073179+0000 mon.b (mon.2) 178 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-30T04:39:41.135 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.735Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2024-03-30T04:39:41.135 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.735Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2024-03-30T04:39:41.135 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.736Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+)($|/) 2024-03-30T04:39:41.135 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.736Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-03-30T04:39:41.136 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.736Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2024-03-30T04:39:41.136 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.736Z caller=node_exporter.go:115 level=info collector=arp 2024-03-30T04:39:41.136 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.736Z caller=node_exporter.go:115 level=info collector=bcache 2024-03-30T04:39:41.136 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.736Z caller=node_exporter.go:115 level=info collector=bonding 2024-03-30T04:39:41.136 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.736Z caller=node_exporter.go:115 level=info collector=btrfs 2024-03-30T04:39:41.136 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.736Z caller=node_exporter.go:115 level=info collector=conntrack 2024-03-30T04:39:41.136 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.736Z caller=node_exporter.go:115 level=info collector=cpu 2024-03-30T04:39:41.136 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.736Z caller=node_exporter.go:115 level=info collector=cpufreq 2024-03-30T04:39:41.137 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.736Z caller=node_exporter.go:115 level=info collector=diskstats 2024-03-30T04:39:41.137 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.736Z caller=node_exporter.go:115 level=info collector=dmi 2024-03-30T04:39:41.137 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.736Z caller=node_exporter.go:115 level=info collector=edac 2024-03-30T04:39:41.137 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.736Z caller=node_exporter.go:115 level=info collector=entropy 2024-03-30T04:39:41.137 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.736Z caller=node_exporter.go:115 level=info collector=fibrechannel 2024-03-30T04:39:41.137 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.736Z caller=node_exporter.go:115 level=info collector=filefd 2024-03-30T04:39:41.137 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.736Z caller=node_exporter.go:115 level=info collector=filesystem 2024-03-30T04:39:41.137 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.736Z caller=node_exporter.go:115 level=info collector=hwmon 2024-03-30T04:39:41.137 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.736Z caller=node_exporter.go:115 level=info collector=infiniband 2024-03-30T04:39:41.138 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.736Z caller=node_exporter.go:115 level=info collector=ipvs 2024-03-30T04:39:41.138 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.736Z caller=node_exporter.go:115 level=info collector=loadavg 2024-03-30T04:39:41.138 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.736Z caller=node_exporter.go:115 level=info collector=mdadm 2024-03-30T04:39:41.138 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.736Z caller=node_exporter.go:115 level=info collector=meminfo 2024-03-30T04:39:41.138 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.736Z caller=node_exporter.go:115 level=info collector=netclass 2024-03-30T04:39:41.138 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.737Z caller=node_exporter.go:115 level=info collector=netdev 2024-03-30T04:39:41.138 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.737Z caller=node_exporter.go:115 level=info collector=netstat 2024-03-30T04:39:41.138 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.737Z caller=node_exporter.go:115 level=info collector=nfs 2024-03-30T04:39:41.139 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.737Z caller=node_exporter.go:115 level=info collector=nfsd 2024-03-30T04:39:41.139 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.737Z caller=node_exporter.go:115 level=info collector=nvme 2024-03-30T04:39:41.139 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.737Z caller=node_exporter.go:115 level=info collector=os 2024-03-30T04:39:41.139 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.737Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2024-03-30T04:39:41.139 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.737Z caller=node_exporter.go:115 level=info collector=pressure 2024-03-30T04:39:41.139 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.737Z caller=node_exporter.go:115 level=info collector=rapl 2024-03-30T04:39:41.139 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.737Z caller=node_exporter.go:115 level=info collector=schedstat 2024-03-30T04:39:41.139 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.737Z caller=node_exporter.go:115 level=info collector=sockstat 2024-03-30T04:39:41.139 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.737Z caller=node_exporter.go:115 level=info collector=softnet 2024-03-30T04:39:41.139 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.737Z caller=node_exporter.go:115 level=info collector=stat 2024-03-30T04:39:41.140 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.737Z caller=node_exporter.go:115 level=info collector=tapestats 2024-03-30T04:39:41.140 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.737Z caller=node_exporter.go:115 level=info collector=textfile 2024-03-30T04:39:41.140 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.737Z caller=node_exporter.go:115 level=info collector=thermal_zone 2024-03-30T04:39:41.140 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.737Z caller=node_exporter.go:115 level=info collector=time 2024-03-30T04:39:41.140 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.737Z caller=node_exporter.go:115 level=info collector=udp_queues 2024-03-30T04:39:41.140 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.737Z caller=node_exporter.go:115 level=info collector=uname 2024-03-30T04:39:41.140 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.737Z caller=node_exporter.go:115 level=info collector=vmstat 2024-03-30T04:39:41.140 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.737Z caller=node_exporter.go:115 level=info collector=xfs 2024-03-30T04:39:41.140 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.737Z caller=node_exporter.go:115 level=info collector=zfs 2024-03-30T04:39:41.140 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.737Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2024-03-30T04:39:41.140 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:39:40 smithi117 bash[49660]: ts=2024-03-30T04:39:40.737Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2024-03-30T04:39:41.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:41 smithi111 bash[18552]: cephadm 2024-03-30T04:39:39.854852+0000 mgr.x (mgr.24731) 63 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2024-03-30T04:39:41.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:41 smithi111 bash[18552]: cephadm 2024-03-30T04:39:39.865634+0000 mgr.x (mgr.24731) 64 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-30T04:39:41.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:41 smithi111 bash[18552]: audit 2024-03-30T04:39:40.073713+0000 mgr.x (mgr.24731) 65 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-30T04:39:41.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:41 smithi111 bash[18552]: cephadm 2024-03-30T04:39:40.078065+0000 mgr.x (mgr.24731) 66 : cephadm [INF] Reconfiguring daemon grafana.a on smithi117 2024-03-30T04:39:41.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:41 smithi111 bash[18552]: cluster 2024-03-30T04:39:40.131796+0000 mgr.x (mgr.24731) 67 : cluster [DBG] 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 2024-03-30T04:39:41.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:41 smithi111 bash[24005]: cephadm 2024-03-30T04:39:39.854852+0000 mgr.x (mgr.24731) 63 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2024-03-30T04:39:41.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:41 smithi111 bash[24005]: cephadm 2024-03-30T04:39:39.865634+0000 mgr.x (mgr.24731) 64 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-30T04:39:41.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:41 smithi111 bash[24005]: audit 2024-03-30T04:39:40.073713+0000 mgr.x (mgr.24731) 65 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-30T04:39:41.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:41 smithi111 bash[24005]: cephadm 2024-03-30T04:39:40.078065+0000 mgr.x (mgr.24731) 66 : cephadm [INF] Reconfiguring daemon grafana.a on smithi117 2024-03-30T04:39:41.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:41 smithi111 bash[24005]: cluster 2024-03-30T04:39:40.131796+0000 mgr.x (mgr.24731) 67 : cluster [DBG] 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 2024-03-30T04:39:41.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:41 smithi117 bash[18692]: cephadm 2024-03-30T04:39:39.854852+0000 mgr.x (mgr.24731) 63 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2024-03-30T04:39:41.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:41 smithi117 bash[18692]: cephadm 2024-03-30T04:39:39.865634+0000 mgr.x (mgr.24731) 64 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-30T04:39:41.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:41 smithi117 bash[18692]: audit 2024-03-30T04:39:40.073713+0000 mgr.x (mgr.24731) 65 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-30T04:39:41.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:41 smithi117 bash[18692]: cephadm 2024-03-30T04:39:40.078065+0000 mgr.x (mgr.24731) 66 : cephadm [INF] Reconfiguring daemon grafana.a on smithi117 2024-03-30T04:39:41.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:41 smithi117 bash[18692]: cluster 2024-03-30T04:39:40.131796+0000 mgr.x (mgr.24731) 67 : cluster [DBG] 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 2024-03-30T04:39:43.384 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:39:43 smithi117 bash[47190]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:39:43] "GET /metrics HTTP/1.1" 200 38157 "" "Prometheus/2.33.4" 2024-03-30T04:39:43.836 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:43 smithi117 bash[18692]: cluster 2024-03-30T04:39:42.132719+0000 mgr.x (mgr.24731) 68 : cluster [DBG] 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 2024-03-30T04:39:43.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:43 smithi111 bash[18552]: cluster 2024-03-30T04:39:42.132719+0000 mgr.x (mgr.24731) 68 : cluster [DBG] 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 2024-03-30T04:39:43.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:43 smithi111 bash[24005]: cluster 2024-03-30T04:39:42.132719+0000 mgr.x (mgr.24731) 68 : cluster [DBG] 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 2024-03-30T04:39:45.481 INFO:teuthology.orchestra.run.smithi111.stdout:true 2024-03-30T04:39:45.812 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:45 smithi117 bash[18692]: cluster 2024-03-30T04:39:44.133391+0000 mgr.x (mgr.24731) 69 : cluster [DBG] 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 2024-03-30T04:39:45.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:45 smithi111 bash[18552]: cluster 2024-03-30T04:39:44.133391+0000 mgr.x (mgr.24731) 69 : cluster [DBG] 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 2024-03-30T04:39:45.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:45 smithi111 bash[24005]: cluster 2024-03-30T04:39:44.133391+0000 mgr.x (mgr.24731) 69 : cluster [DBG] 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 2024-03-30T04:39:46.186 INFO:teuthology.orchestra.run.smithi111.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:39:46.186 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi111 smithi111 starting - - - - 2024-03-30T04:39:46.186 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi117 smithi117 starting - - - - 2024-03-30T04:39:46.187 INFO:teuthology.orchestra.run.smithi111.stdout:alertmanager.a smithi111 *:9093,9094 starting - - - - 2024-03-30T04:39:46.187 INFO:teuthology.orchestra.run.smithi111.stdout:grafana.a smithi117 *:3000 running (6m) 64s ago 6m 42.3M - 8.3.5 dad864ee21e9 acbfd3d8a3c0 2024-03-30T04:39:46.187 INFO:teuthology.orchestra.run.smithi111.stdout:iscsi.foo.smithi111.fmwmll smithi111 starting - - - - 2024-03-30T04:39:46.187 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.x smithi117 *:8443,9283 starting - - - - 2024-03-30T04:39:46.187 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.y smithi111 *:9283 running (15m) 77s ago 15m 459M - 17.2.0 e1d6a67b021e fee4c7e62379 2024-03-30T04:39:46.187 INFO:teuthology.orchestra.run.smithi111.stdout:mon.a smithi111 running (15m) 77s ago 15m 53.0M 2048M 17.2.0 e1d6a67b021e e26756bbafc7 2024-03-30T04:39:46.187 INFO:teuthology.orchestra.run.smithi111.stdout:mon.b smithi117 running (13m) 64s ago 13m 45.1M 2048M 17.2.0 e1d6a67b021e fee520b706e2 2024-03-30T04:39:46.187 INFO:teuthology.orchestra.run.smithi111.stdout:mon.c smithi111 running (13m) 77s ago 13m 43.0M 2048M 17.2.0 e1d6a67b021e 2b2c290c2cb8 2024-03-30T04:39:46.187 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.a smithi111 *:9100 starting - - - - 2024-03-30T04:39:46.187 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.b smithi117 *:9100 starting - - - - 2024-03-30T04:39:46.187 INFO:teuthology.orchestra.run.smithi111.stdout:osd.0 smithi111 running (12m) 77s ago 13m 53.9M 4096M 17.2.0 e1d6a67b021e 8066f1ef56b0 2024-03-30T04:39:46.187 INFO:teuthology.orchestra.run.smithi111.stdout:osd.1 smithi111 running (12m) 77s ago 12m 57.0M 4096M 17.2.0 e1d6a67b021e 8986210aecf7 2024-03-30T04:39:46.187 INFO:teuthology.orchestra.run.smithi111.stdout:osd.2 smithi111 running (11m) 77s ago 11m 50.9M 4096M 17.2.0 e1d6a67b021e 75832afbc732 2024-03-30T04:39:46.187 INFO:teuthology.orchestra.run.smithi111.stdout:osd.3 smithi111 running (11m) 77s ago 11m 54.2M 4096M 17.2.0 e1d6a67b021e 9bdb46999038 2024-03-30T04:39:46.187 INFO:teuthology.orchestra.run.smithi111.stdout:osd.4 smithi117 running (10m) 64s ago 10m 56.0M 4096M 17.2.0 e1d6a67b021e dfb36784cb06 2024-03-30T04:39:46.187 INFO:teuthology.orchestra.run.smithi111.stdout:osd.5 smithi117 running (9m) 64s ago 9m 52.0M 4096M 17.2.0 e1d6a67b021e 232d5fd01e16 2024-03-30T04:39:46.188 INFO:teuthology.orchestra.run.smithi111.stdout:osd.6 smithi117 running (9m) 64s ago 9m 50.5M 4096M 17.2.0 e1d6a67b021e 393ee9af633e 2024-03-30T04:39:46.188 INFO:teuthology.orchestra.run.smithi111.stdout:osd.7 smithi117 running (8m) 64s ago 8m 52.7M 4096M 17.2.0 e1d6a67b021e f9f3a86e8182 2024-03-30T04:39:46.188 INFO:teuthology.orchestra.run.smithi111.stdout:prometheus.a smithi117 *:9095 starting - - - - 2024-03-30T04:39:46.188 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi111.gqpgtc smithi111 *:8000 running (5m) 77s ago 5m 83.8M - 17.2.0 e1d6a67b021e e51a6fac1b59 2024-03-30T04:39:46.188 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi117.nijpsz smithi117 *:8000 running (5m) 64s ago 5m 84.2M - 17.2.0 e1d6a67b021e bd8939f98ae0 2024-03-30T04:39:46.188 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi111.nqgkvi smithi111 *:80 running (5m) 77s ago 5m 84.1M - 17.2.0 e1d6a67b021e 4dd1cc17abca 2024-03-30T04:39:46.188 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi117.wrgldy smithi117 *:80 running (5m) 64s ago 5m 84.0M - 17.2.0 e1d6a67b021e 1bff1faa59ec 2024-03-30T04:39:46.618 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:39:46.618 INFO:teuthology.orchestra.run.smithi111.stdout: "mon": { 2024-03-30T04:39:46.618 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-30T04:39:46.618 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:39:46.618 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr": { 2024-03-30T04:39:46.619 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-03-30T04:39:46.619 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 1 2024-03-30T04:39:46.619 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:39:46.619 INFO:teuthology.orchestra.run.smithi111.stdout: "osd": { 2024-03-30T04:39:46.619 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-30T04:39:46.619 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:39:46.619 INFO:teuthology.orchestra.run.smithi111.stdout: "mds": {}, 2024-03-30T04:39:46.620 INFO:teuthology.orchestra.run.smithi111.stdout: "rgw": { 2024-03-30T04:39:46.620 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:39:46.620 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:39:46.620 INFO:teuthology.orchestra.run.smithi111.stdout: "overall": { 2024-03-30T04:39:46.620 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2024-03-30T04:39:46.620 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 1 2024-03-30T04:39:46.620 INFO:teuthology.orchestra.run.smithi111.stdout: } 2024-03-30T04:39:46.621 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:39:46.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:46 smithi111 bash[18552]: audit 2024-03-30T04:39:45.474498+0000 mgr.x (mgr.24731) 70 : audit [DBG] from='client.25213 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:46.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:46 smithi111 bash[24005]: audit 2024-03-30T04:39:45.474498+0000 mgr.x (mgr.24731) 70 : audit [DBG] from='client.25213 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:46.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:46 smithi117 bash[18692]: audit 2024-03-30T04:39:45.474498+0000 mgr.x (mgr.24731) 70 : audit [DBG] from='client.25213 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:46.953 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:39:46.953 INFO:teuthology.orchestra.run.smithi111.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962", 2024-03-30T04:39:46.954 INFO:teuthology.orchestra.run.smithi111.stdout: "in_progress": true, 2024-03-30T04:39:46.954 INFO:teuthology.orchestra.run.smithi111.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:39:46.954 INFO:teuthology.orchestra.run.smithi111.stdout: "services_complete": [], 2024-03-30T04:39:46.954 INFO:teuthology.orchestra.run.smithi111.stdout: "progress": "", 2024-03-30T04:39:46.954 INFO:teuthology.orchestra.run.smithi111.stdout: "message": "", 2024-03-30T04:39:46.954 INFO:teuthology.orchestra.run.smithi111.stdout: "is_paused": false 2024-03-30T04:39:46.954 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:39:47.360 INFO:teuthology.orchestra.run.smithi111.stdout:HEALTH_OK 2024-03-30T04:39:47.823 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:47 smithi117 bash[18692]: audit 2024-03-30T04:39:45.834670+0000 mgr.x (mgr.24731) 71 : audit [DBG] from='client.25219 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:47.824 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:47 smithi117 bash[18692]: cluster 2024-03-30T04:39:46.135092+0000 mgr.x (mgr.24731) 72 : cluster [DBG] 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 2024-03-30T04:39:47.824 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:47 smithi117 bash[18692]: audit 2024-03-30T04:39:46.177258+0000 mgr.x (mgr.24731) 73 : audit [DBG] from='client.25225 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:47.824 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:47 smithi117 bash[18692]: audit 2024-03-30T04:39:46.623691+0000 mon.c (mon.1) 50 : audit [DBG] from='client.? 172.21.15.111:0/1676232767' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:39:47.824 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:47 smithi117 bash[18692]: audit 2024-03-30T04:39:47.367019+0000 mon.a (mon.0) 1182 : audit [DBG] from='client.? 172.21.15.111:0/236231278' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:39:47.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:47 smithi111 bash[18552]: audit 2024-03-30T04:39:45.834670+0000 mgr.x (mgr.24731) 71 : audit [DBG] from='client.25219 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:47.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:47 smithi111 bash[18552]: cluster 2024-03-30T04:39:46.135092+0000 mgr.x (mgr.24731) 72 : cluster [DBG] 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 2024-03-30T04:39:47.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:47 smithi111 bash[18552]: audit 2024-03-30T04:39:46.177258+0000 mgr.x (mgr.24731) 73 : audit [DBG] from='client.25225 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:47.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:47 smithi111 bash[18552]: audit 2024-03-30T04:39:46.623691+0000 mon.c (mon.1) 50 : audit [DBG] from='client.? 172.21.15.111:0/1676232767' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:39:47.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:47 smithi111 bash[18552]: audit 2024-03-30T04:39:47.367019+0000 mon.a (mon.0) 1182 : audit [DBG] from='client.? 172.21.15.111:0/236231278' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:39:47.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:47 smithi111 bash[24005]: audit 2024-03-30T04:39:45.834670+0000 mgr.x (mgr.24731) 71 : audit [DBG] from='client.25219 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:47.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:47 smithi111 bash[24005]: cluster 2024-03-30T04:39:46.135092+0000 mgr.x (mgr.24731) 72 : cluster [DBG] 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 2024-03-30T04:39:47.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:47 smithi111 bash[24005]: audit 2024-03-30T04:39:46.177258+0000 mgr.x (mgr.24731) 73 : audit [DBG] from='client.25225 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:47.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:47 smithi111 bash[24005]: audit 2024-03-30T04:39:46.623691+0000 mon.c (mon.1) 50 : audit [DBG] from='client.? 172.21.15.111:0/1676232767' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:39:47.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:47 smithi111 bash[24005]: audit 2024-03-30T04:39:47.367019+0000 mon.a (mon.0) 1182 : audit [DBG] from='client.? 172.21.15.111:0/236231278' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:39:48.766 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:48 smithi117 bash[18692]: audit 2024-03-30T04:39:46.960921+0000 mgr.x (mgr.24731) 74 : audit [DBG] from='client.25237 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:48.767 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:48 smithi117 bash[49394]: ts=2024-03-30T04:39:48.659Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"172.21.15.117:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"smithi117:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:39:48.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:48 smithi111 bash[18552]: audit 2024-03-30T04:39:46.960921+0000 mgr.x (mgr.24731) 74 : audit [DBG] from='client.25237 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:48.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:48 smithi111 bash[24005]: audit 2024-03-30T04:39:46.960921+0000 mgr.x (mgr.24731) 74 : audit [DBG] from='client.25237 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:49.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:49 smithi111 bash[18552]: cluster 2024-03-30T04:39:48.135500+0000 mgr.x (mgr.24731) 75 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:49.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:49 smithi111 bash[24005]: cluster 2024-03-30T04:39:48.135500+0000 mgr.x (mgr.24731) 75 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:49.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:49 smithi117 bash[18692]: cluster 2024-03-30T04:39:48.135500+0000 mgr.x (mgr.24731) 75 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:50.623 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:50 smithi117 bash[18692]: audit 2024-03-30T04:39:49.167630+0000 mgr.x (mgr.24731) 76 : audit [DBG] from='client.25156 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:50.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:50 smithi111 bash[18552]: audit 2024-03-30T04:39:49.167630+0000 mgr.x (mgr.24731) 76 : audit [DBG] from='client.25156 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:50.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:50 smithi111 bash[24005]: audit 2024-03-30T04:39:49.167630+0000 mgr.x (mgr.24731) 76 : audit [DBG] from='client.25156 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:51.804 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:51 smithi117 bash[18692]: cluster 2024-03-30T04:39:50.136324+0000 mgr.x (mgr.24731) 77 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:51.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:51 smithi111 bash[18552]: cluster 2024-03-30T04:39:50.136324+0000 mgr.x (mgr.24731) 77 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:51.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:51 smithi111 bash[24005]: cluster 2024-03-30T04:39:50.136324+0000 mgr.x (mgr.24731) 77 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:52.884 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:39:52 smithi117 systemd[1]: Stopping Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:39:52.884 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:39:52 smithi117 bash[50497]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-grafana.a 2024-03-30T04:39:52.884 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:39:52 smithi117 bash[38400]: t=2024-03-30T04:39:52+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2024-03-30T04:39:52.884 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:39:52 smithi117 bash[38400]: t=2024-03-30T04:39:52+0000 lvl=info msg="Database locked, sleeping then retrying" logger=sqlstore error="database is locked" retry=0 2024-03-30T04:39:53.344 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:39:53 smithi117 bash[47190]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:39:53] "GET /metrics HTTP/1.1" 200 38157 "" "Prometheus/2.33.4" 2024-03-30T04:39:53.602 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:53 smithi117 bash[18692]: cluster 2024-03-30T04:39:52.137898+0000 mgr.x (mgr.24731) 78 : cluster [DBG] 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 2024-03-30T04:39:53.603 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:39:53 smithi117 bash[50507]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-grafana-a 2024-03-30T04:39:53.603 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:39:53 smithi117 bash[50547]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-grafana.a 2024-03-30T04:39:53.603 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:39:53 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Deactivated successfully. 2024-03-30T04:39:53.603 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:39:53 smithi117 systemd[1]: Stopped Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:39:53.603 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:39:53 smithi117 systemd[1]: Started Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:39:53.604 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:53 smithi117 bash[49394]: ts=2024-03-30T04:39:53.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi111\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:39:53.776 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:53 smithi111 bash[18552]: cluster 2024-03-30T04:39:52.137898+0000 mgr.x (mgr.24731) 78 : cluster [DBG] 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 2024-03-30T04:39:53.776 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:53 smithi111 bash[24005]: cluster 2024-03-30T04:39:52.137898+0000 mgr.x (mgr.24731) 78 : cluster [DBG] 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 2024-03-30T04:39:54.180 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:39:53 smithi117 bash[47190]: [30/Mar/2024:04:39:53] ENGINE Bus STOPPING 2024-03-30T04:39:54.181 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:39:53 smithi117 bash[47190]: [30/Mar/2024:04:39:53] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-30T04:39:54.181 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:39:53 smithi117 bash[47190]: [30/Mar/2024:04:39:53] ENGINE Bus STOPPED 2024-03-30T04:39:54.181 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:39:53 smithi117 bash[47190]: [30/Mar/2024:04:39:53] ENGINE Bus STARTING 2024-03-30T04:39:54.181 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:39:54 smithi117 bash[47190]: [30/Mar/2024:04:39:54] ENGINE Serving on http://:::9283 2024-03-30T04:39:54.181 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:39:54 smithi117 bash[47190]: [30/Mar/2024:04:39:54] ENGINE Bus STARTED 2024-03-30T04:39:54.181 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:39:54 smithi117 bash[47190]: [30/Mar/2024:04:39:54] ENGINE Bus STOPPING 2024-03-30T04:39:54.181 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:39:54 smithi117 bash[47190]: [30/Mar/2024:04:39:54] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-30T04:39:54.181 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:39:54 smithi117 bash[47190]: [30/Mar/2024:04:39:54] ENGINE Bus STOPPED 2024-03-30T04:39:54.181 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:39:54 smithi117 bash[47190]: [30/Mar/2024:04:39:54] ENGINE Bus STARTING 2024-03-30T04:39:54.634 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:39:54 smithi117 bash[47190]: [30/Mar/2024:04:39:54] ENGINE Serving on http://:::9283 2024-03-30T04:39:54.634 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:39:54 smithi117 bash[47190]: [30/Mar/2024:04:39:54] ENGINE Bus STARTED 2024-03-30T04:39:54.634 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:39:54 smithi117 bash[47190]: [30/Mar/2024:04:39:54] ENGINE Bus STOPPING 2024-03-30T04:39:54.634 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:39:54 smithi117 bash[47190]: [30/Mar/2024:04:39:54] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-30T04:39:54.634 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:39:54 smithi117 bash[47190]: [30/Mar/2024:04:39:54] ENGINE Bus STOPPED 2024-03-30T04:39:54.634 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:39:54 smithi117 bash[47190]: [30/Mar/2024:04:39:54] ENGINE Bus STARTING 2024-03-30T04:39:54.634 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:39:54 smithi117 bash[47190]: [30/Mar/2024:04:39:54] ENGINE Serving on http://:::9283 2024-03-30T04:39:54.634 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:39:54 smithi117 bash[47190]: [30/Mar/2024:04:39:54] ENGINE Bus STARTED 2024-03-30T04:39:55.026 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:54 smithi117 bash[18692]: audit 2024-03-30T04:39:53.771956+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:55.026 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:54 smithi117 bash[18692]: audit 2024-03-30T04:39:53.787962+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:55.026 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:54 smithi117 bash[18692]: audit 2024-03-30T04:39:53.863456+0000 mon.b (mon.2) 179 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:39:55.026 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:54 smithi117 bash[18692]: audit 2024-03-30T04:39:53.880066+0000 mon.b (mon.2) 180 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi111.front.sepia.ceph.com:9093"}]: dispatch 2024-03-30T04:39:55.026 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:54 smithi117 bash[18692]: audit 2024-03-30T04:39:53.889179+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:55.026 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:54 smithi117 bash[18692]: audit 2024-03-30T04:39:53.926088+0000 mon.b (mon.2) 181 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:39:55.026 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:54 smithi117 bash[18692]: audit 2024-03-30T04:39:53.963063+0000 mon.a (mon.0) 1186 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:55.026 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:54 smithi117 bash[18692]: audit 2024-03-30T04:39:53.966784+0000 mon.b (mon.2) 182 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:39:55.027 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:54 smithi117 bash[18692]: audit 2024-03-30T04:39:53.969033+0000 mon.b (mon.2) 183 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi111"}]: dispatch 2024-03-30T04:39:55.027 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:54 smithi117 bash[18692]: audit 2024-03-30T04:39:53.974772+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:55.027 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:54 smithi117 bash[18692]: audit 2024-03-30T04:39:53.980221+0000 mon.b (mon.2) 184 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:39:55.027 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:54 smithi117 bash[18692]: audit 2024-03-30T04:39:53.981515+0000 mon.b (mon.2) 185 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi117.front.sepia.ceph.com:9095"}]: dispatch 2024-03-30T04:39:55.027 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:54 smithi117 bash[18692]: audit 2024-03-30T04:39:53.989043+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:55.027 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:54 smithi117 bash[18692]: audit 2024-03-30T04:39:53.995925+0000 mon.b (mon.2) 186 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:39:55.027 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:54 smithi117 bash[18692]: audit 2024-03-30T04:39:53.999567+0000 mon.b (mon.2) 187 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi117.front.sepia.ceph.com:3000"}]: dispatch 2024-03-30T04:39:55.027 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:54 smithi117 bash[18692]: audit 2024-03-30T04:39:54.007570+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:55.027 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:54 smithi117 bash[18692]: audit 2024-03-30T04:39:54.021979+0000 mon.b (mon.2) 188 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:39:55.027 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:54 smithi117 bash[18692]: audit 2024-03-30T04:39:54.252684+0000 mon.b (mon.2) 189 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:39:55.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:54 smithi111 bash[18552]: audit 2024-03-30T04:39:53.771956+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:55.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:54 smithi111 bash[18552]: audit 2024-03-30T04:39:53.787962+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:55.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:54 smithi111 bash[18552]: audit 2024-03-30T04:39:53.863456+0000 mon.b (mon.2) 179 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:39:55.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:54 smithi111 bash[18552]: audit 2024-03-30T04:39:53.880066+0000 mon.b (mon.2) 180 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi111.front.sepia.ceph.com:9093"}]: dispatch 2024-03-30T04:39:55.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:54 smithi111 bash[18552]: audit 2024-03-30T04:39:53.889179+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:55.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:54 smithi111 bash[18552]: audit 2024-03-30T04:39:53.926088+0000 mon.b (mon.2) 181 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:39:55.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:54 smithi111 bash[18552]: audit 2024-03-30T04:39:53.963063+0000 mon.a (mon.0) 1186 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:55.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:54 smithi111 bash[18552]: audit 2024-03-30T04:39:53.966784+0000 mon.b (mon.2) 182 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:39:55.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:54 smithi111 bash[18552]: audit 2024-03-30T04:39:53.969033+0000 mon.b (mon.2) 183 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi111"}]: dispatch 2024-03-30T04:39:55.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:54 smithi111 bash[18552]: audit 2024-03-30T04:39:53.974772+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:55.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:54 smithi111 bash[18552]: audit 2024-03-30T04:39:53.980221+0000 mon.b (mon.2) 184 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:39:55.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:54 smithi111 bash[18552]: audit 2024-03-30T04:39:53.981515+0000 mon.b (mon.2) 185 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi117.front.sepia.ceph.com:9095"}]: dispatch 2024-03-30T04:39:55.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:54 smithi111 bash[18552]: audit 2024-03-30T04:39:53.989043+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:55.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:54 smithi111 bash[18552]: audit 2024-03-30T04:39:53.995925+0000 mon.b (mon.2) 186 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:39:55.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:54 smithi111 bash[18552]: audit 2024-03-30T04:39:53.999567+0000 mon.b (mon.2) 187 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi117.front.sepia.ceph.com:3000"}]: dispatch 2024-03-30T04:39:55.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:54 smithi111 bash[18552]: audit 2024-03-30T04:39:54.007570+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:55.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:54 smithi111 bash[18552]: audit 2024-03-30T04:39:54.021979+0000 mon.b (mon.2) 188 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:39:55.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:54 smithi111 bash[18552]: audit 2024-03-30T04:39:54.252684+0000 mon.b (mon.2) 189 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:39:55.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:54 smithi111 bash[24005]: audit 2024-03-30T04:39:53.771956+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:55.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:54 smithi111 bash[24005]: audit 2024-03-30T04:39:53.787962+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:55.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:54 smithi111 bash[24005]: audit 2024-03-30T04:39:53.863456+0000 mon.b (mon.2) 179 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:39:55.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:54 smithi111 bash[24005]: audit 2024-03-30T04:39:53.880066+0000 mon.b (mon.2) 180 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi111.front.sepia.ceph.com:9093"}]: dispatch 2024-03-30T04:39:55.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:54 smithi111 bash[24005]: audit 2024-03-30T04:39:53.889179+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:55.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:54 smithi111 bash[24005]: audit 2024-03-30T04:39:53.926088+0000 mon.b (mon.2) 181 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:39:55.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:54 smithi111 bash[24005]: audit 2024-03-30T04:39:53.963063+0000 mon.a (mon.0) 1186 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:55.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:54 smithi111 bash[24005]: audit 2024-03-30T04:39:53.966784+0000 mon.b (mon.2) 182 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:39:55.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:54 smithi111 bash[24005]: audit 2024-03-30T04:39:53.969033+0000 mon.b (mon.2) 183 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi111"}]: dispatch 2024-03-30T04:39:55.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:54 smithi111 bash[24005]: audit 2024-03-30T04:39:53.974772+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:55.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:54 smithi111 bash[24005]: audit 2024-03-30T04:39:53.980221+0000 mon.b (mon.2) 184 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:39:55.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:54 smithi111 bash[24005]: audit 2024-03-30T04:39:53.981515+0000 mon.b (mon.2) 185 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi117.front.sepia.ceph.com:9095"}]: dispatch 2024-03-30T04:39:55.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:54 smithi111 bash[24005]: audit 2024-03-30T04:39:53.989043+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:55.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:54 smithi111 bash[24005]: audit 2024-03-30T04:39:53.995925+0000 mon.b (mon.2) 186 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:39:55.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:54 smithi111 bash[24005]: audit 2024-03-30T04:39:53.999567+0000 mon.b (mon.2) 187 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi117.front.sepia.ceph.com:3000"}]: dispatch 2024-03-30T04:39:55.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:54 smithi111 bash[24005]: audit 2024-03-30T04:39:54.007570+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:55.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:54 smithi111 bash[24005]: audit 2024-03-30T04:39:54.021979+0000 mon.b (mon.2) 188 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:39:55.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:54 smithi111 bash[24005]: audit 2024-03-30T04:39:54.252684+0000 mon.b (mon.2) 189 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:39:55.383 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:39:55 smithi117 bash[50579]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:39:55.384 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:39:55 smithi117 bash[50579]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:39:56.096 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:39:55 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-30T04:39:56.096 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:39:55 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Failed with result 'exit-code'. 2024-03-30T04:39:56.097 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:55 smithi117 bash[18692]: audit 2024-03-30T04:39:53.864066+0000 mgr.x (mgr.24731) 79 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:39:56.097 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:55 smithi117 bash[18692]: audit 2024-03-30T04:39:53.880850+0000 mgr.x (mgr.24731) 80 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi111.front.sepia.ceph.com:9093"}]: dispatch 2024-03-30T04:39:56.097 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:55 smithi117 bash[18692]: audit 2024-03-30T04:39:53.926991+0000 mgr.x (mgr.24731) 81 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:39:56.097 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:55 smithi117 bash[18692]: cephadm 2024-03-30T04:39:53.966466+0000 mgr.x (mgr.24731) 82 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.111:5000 to Dashboard 2024-03-30T04:39:56.097 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:55 smithi117 bash[18692]: audit 2024-03-30T04:39:53.967240+0000 mgr.x (mgr.24731) 83 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:39:56.097 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:55 smithi117 bash[18692]: audit 2024-03-30T04:39:53.969502+0000 mgr.x (mgr.24731) 84 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi111"}]: dispatch 2024-03-30T04:39:56.097 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:55 smithi117 bash[18692]: audit 2024-03-30T04:39:53.980725+0000 mgr.x (mgr.24731) 85 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:39:56.097 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:55 smithi117 bash[18692]: audit 2024-03-30T04:39:53.981864+0000 mgr.x (mgr.24731) 86 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi117.front.sepia.ceph.com:9095"}]: dispatch 2024-03-30T04:39:56.097 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:55 smithi117 bash[18692]: audit 2024-03-30T04:39:53.996428+0000 mgr.x (mgr.24731) 87 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:39:56.097 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:55 smithi117 bash[18692]: audit 2024-03-30T04:39:53.999924+0000 mgr.x (mgr.24731) 88 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi117.front.sepia.ceph.com:3000"}]: dispatch 2024-03-30T04:39:56.097 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:55 smithi117 bash[18692]: cephadm 2024-03-30T04:39:54.023027+0000 mgr.x (mgr.24731) 89 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-30T04:39:56.097 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:55 smithi117 bash[18692]: cluster 2024-03-30T04:39:54.138479+0000 mgr.x (mgr.24731) 90 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:56.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:55 smithi111 bash[24005]: audit 2024-03-30T04:39:53.864066+0000 mgr.x (mgr.24731) 79 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:39:56.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:55 smithi111 bash[24005]: audit 2024-03-30T04:39:53.880850+0000 mgr.x (mgr.24731) 80 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi111.front.sepia.ceph.com:9093"}]: dispatch 2024-03-30T04:39:56.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:55 smithi111 bash[24005]: audit 2024-03-30T04:39:53.926991+0000 mgr.x (mgr.24731) 81 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:39:56.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:55 smithi111 bash[24005]: cephadm 2024-03-30T04:39:53.966466+0000 mgr.x (mgr.24731) 82 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.111:5000 to Dashboard 2024-03-30T04:39:56.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:55 smithi111 bash[24005]: audit 2024-03-30T04:39:53.967240+0000 mgr.x (mgr.24731) 83 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:39:56.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:55 smithi111 bash[24005]: audit 2024-03-30T04:39:53.969502+0000 mgr.x (mgr.24731) 84 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi111"}]: dispatch 2024-03-30T04:39:56.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:55 smithi111 bash[24005]: audit 2024-03-30T04:39:53.980725+0000 mgr.x (mgr.24731) 85 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:39:56.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:55 smithi111 bash[24005]: audit 2024-03-30T04:39:53.981864+0000 mgr.x (mgr.24731) 86 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi117.front.sepia.ceph.com:9095"}]: dispatch 2024-03-30T04:39:56.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:55 smithi111 bash[24005]: audit 2024-03-30T04:39:53.996428+0000 mgr.x (mgr.24731) 87 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:39:56.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:55 smithi111 bash[24005]: audit 2024-03-30T04:39:53.999924+0000 mgr.x (mgr.24731) 88 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi117.front.sepia.ceph.com:3000"}]: dispatch 2024-03-30T04:39:56.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:55 smithi111 bash[24005]: cephadm 2024-03-30T04:39:54.023027+0000 mgr.x (mgr.24731) 89 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-30T04:39:56.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:55 smithi111 bash[24005]: cluster 2024-03-30T04:39:54.138479+0000 mgr.x (mgr.24731) 90 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:56.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:55 smithi111 bash[18552]: audit 2024-03-30T04:39:53.864066+0000 mgr.x (mgr.24731) 79 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:39:56.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:55 smithi111 bash[18552]: audit 2024-03-30T04:39:53.880850+0000 mgr.x (mgr.24731) 80 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi111.front.sepia.ceph.com:9093"}]: dispatch 2024-03-30T04:39:56.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:55 smithi111 bash[18552]: audit 2024-03-30T04:39:53.926991+0000 mgr.x (mgr.24731) 81 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:39:56.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:55 smithi111 bash[18552]: cephadm 2024-03-30T04:39:53.966466+0000 mgr.x (mgr.24731) 82 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.111:5000 to Dashboard 2024-03-30T04:39:56.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:55 smithi111 bash[18552]: audit 2024-03-30T04:39:53.967240+0000 mgr.x (mgr.24731) 83 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:39:56.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:55 smithi111 bash[18552]: audit 2024-03-30T04:39:53.969502+0000 mgr.x (mgr.24731) 84 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi111"}]: dispatch 2024-03-30T04:39:56.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:55 smithi111 bash[18552]: audit 2024-03-30T04:39:53.980725+0000 mgr.x (mgr.24731) 85 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:39:56.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:55 smithi111 bash[18552]: audit 2024-03-30T04:39:53.981864+0000 mgr.x (mgr.24731) 86 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi117.front.sepia.ceph.com:9095"}]: dispatch 2024-03-30T04:39:56.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:55 smithi111 bash[18552]: audit 2024-03-30T04:39:53.996428+0000 mgr.x (mgr.24731) 87 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:39:56.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:55 smithi111 bash[18552]: audit 2024-03-30T04:39:53.999924+0000 mgr.x (mgr.24731) 88 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi117.front.sepia.ceph.com:3000"}]: dispatch 2024-03-30T04:39:56.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:55 smithi111 bash[18552]: cephadm 2024-03-30T04:39:54.023027+0000 mgr.x (mgr.24731) 89 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-30T04:39:56.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:55 smithi111 bash[18552]: cluster 2024-03-30T04:39:54.138479+0000 mgr.x (mgr.24731) 90 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:58.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:57 smithi111 bash[18552]: cluster 2024-03-30T04:39:56.140167+0000 mgr.x (mgr.24731) 91 : cluster [DBG] 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 2024-03-30T04:39:58.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:57 smithi111 bash[18552]: cephadm 2024-03-30T04:39:56.701271+0000 mgr.x (mgr.24731) 92 : cephadm [INF] Upgrade: Updating mgr.y 2024-03-30T04:39:58.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:57 smithi111 bash[18552]: audit 2024-03-30T04:39:56.707178+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:58.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:57 smithi111 bash[18552]: audit 2024-03-30T04:39:56.714721+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.24731 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:39:58.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:57 smithi111 bash[18552]: audit 2024-03-30T04:39:56.715402+0000 mon.b (mon.2) 190 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:39:58.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:57 smithi111 bash[18552]: audit 2024-03-30T04:39:56.718418+0000 mon.b (mon.2) 191 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:39:58.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:57 smithi111 bash[18552]: audit 2024-03-30T04:39:56.720550+0000 mon.b (mon.2) 192 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:39:58.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:57 smithi111 bash[18552]: cephadm 2024-03-30T04:39:56.722734+0000 mgr.x (mgr.24731) 93 : cephadm [INF] Deploying daemon mgr.y on smithi111 2024-03-30T04:39:58.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:57 smithi111 bash[24005]: cluster 2024-03-30T04:39:56.140167+0000 mgr.x (mgr.24731) 91 : cluster [DBG] 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 2024-03-30T04:39:58.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:57 smithi111 bash[24005]: cephadm 2024-03-30T04:39:56.701271+0000 mgr.x (mgr.24731) 92 : cephadm [INF] Upgrade: Updating mgr.y 2024-03-30T04:39:58.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:57 smithi111 bash[24005]: audit 2024-03-30T04:39:56.707178+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:58.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:57 smithi111 bash[24005]: audit 2024-03-30T04:39:56.714721+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.24731 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:39:58.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:57 smithi111 bash[24005]: audit 2024-03-30T04:39:56.715402+0000 mon.b (mon.2) 190 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:39:58.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:57 smithi111 bash[24005]: audit 2024-03-30T04:39:56.718418+0000 mon.b (mon.2) 191 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:39:58.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:57 smithi111 bash[24005]: audit 2024-03-30T04:39:56.720550+0000 mon.b (mon.2) 192 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:39:58.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:57 smithi111 bash[24005]: cephadm 2024-03-30T04:39:56.722734+0000 mgr.x (mgr.24731) 93 : cephadm [INF] Deploying daemon mgr.y on smithi111 2024-03-30T04:39:58.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:57 smithi117 bash[18692]: cluster 2024-03-30T04:39:56.140167+0000 mgr.x (mgr.24731) 91 : cluster [DBG] 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 2024-03-30T04:39:58.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:57 smithi117 bash[18692]: cephadm 2024-03-30T04:39:56.701271+0000 mgr.x (mgr.24731) 92 : cephadm [INF] Upgrade: Updating mgr.y 2024-03-30T04:39:58.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:57 smithi117 bash[18692]: audit 2024-03-30T04:39:56.707178+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:39:58.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:57 smithi117 bash[18692]: audit 2024-03-30T04:39:56.714721+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.24731 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:39:58.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:57 smithi117 bash[18692]: audit 2024-03-30T04:39:56.715402+0000 mon.b (mon.2) 190 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:39:58.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:57 smithi117 bash[18692]: audit 2024-03-30T04:39:56.718418+0000 mon.b (mon.2) 191 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:39:58.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:57 smithi117 bash[18692]: audit 2024-03-30T04:39:56.720550+0000 mon.b (mon.2) 192 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:39:58.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:57 smithi117 bash[18692]: cephadm 2024-03-30T04:39:56.722734+0000 mgr.x (mgr.24731) 93 : cephadm [INF] Deploying daemon mgr.y on smithi111 2024-03-30T04:39:59.134 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:39:58 smithi117 bash[49394]: ts=2024-03-30T04:39:58.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"172.21.15.117:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"smithi117:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:39:59.312 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:59 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:39:59.313 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:59 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:39:59.313 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:39:59 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:39:59.313 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:39:59 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:39:59.314 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:39:59 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:39:59.314 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:39:59 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:39:59.314 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:39:59 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:39:59.314 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:39:59 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:39:59.315 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:39:59 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:39:59.315 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:39:59 smithi111 systemd[1]: Stopping Ceph mgr.y for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:39:59.990 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:39:59 smithi111 bash[18552]: cluster 2024-03-30T04:39:58.140903+0000 mgr.x (mgr.24731) 94 : cluster [DBG] 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 2024-03-30T04:39:59.991 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:39:59 smithi111 bash[24005]: cluster 2024-03-30T04:39:58.140903+0000 mgr.x (mgr.24731) 94 : cluster [DBG] 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 2024-03-30T04:40:00.133 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:39:59 smithi117 bash[18692]: cluster 2024-03-30T04:39:58.140903+0000 mgr.x (mgr.24731) 94 : cluster [DBG] 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 2024-03-30T04:40:00.345 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:39:59 smithi111 bash[64146]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-mgr-y 2024-03-30T04:40:00.346 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:00 smithi111 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@mgr.y.service: Main process exited, code=exited, status=143/n/a 2024-03-30T04:40:00.346 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:00 smithi111 bash[64207]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-mgr-y 2024-03-30T04:40:00.346 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:00 smithi111 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@mgr.y.service: Failed with result 'exit-code'. 2024-03-30T04:40:00.346 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:00 smithi111 systemd[1]: Stopped Ceph mgr.y for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:40:00.615 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:40:00 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:00.616 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:40:00 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:00.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:00 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:00.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:00 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:00.617 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:40:00 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:00.617 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:40:00 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:00.617 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:40:00 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:00.617 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:40:00 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:00.618 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:00 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:00.618 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:00 smithi111 systemd[1]: Started Ceph mgr.y for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:40:01.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:00 smithi111 bash[18552]: audit 2024-03-30T04:39:59.176360+0000 mgr.x (mgr.24731) 95 : audit [DBG] from='client.25156 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:40:01.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:00 smithi111 bash[18552]: cluster 2024-03-30T04:40:00.000135+0000 mon.a (mon.0) 1192 : cluster [INF] overall HEALTH_OK 2024-03-30T04:40:01.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:00 smithi111 bash[18552]: audit 2024-03-30T04:40:00.531827+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:01.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:00 smithi111 bash[18552]: audit 2024-03-30T04:40:00.542466+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:01.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:00 smithi111 bash[18552]: audit 2024-03-30T04:40:00.555061+0000 mon.a (mon.0) 1195 : audit [INF] from='mgr.24731 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi111", "caps": []}]: dispatch 2024-03-30T04:40:01.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:00 smithi111 bash[18552]: audit 2024-03-30T04:40:00.555473+0000 mon.a (mon.0) 1196 : audit [INF] from='mgr.24731 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]: dispatch 2024-03-30T04:40:01.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:00 smithi111 bash[18552]: audit 2024-03-30T04:40:00.555686+0000 mon.b (mon.2) 193 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi111", "caps": []}]: dispatch 2024-03-30T04:40:01.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:00 smithi111 bash[18552]: audit 2024-03-30T04:40:00.556233+0000 mon.b (mon.2) 194 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]: dispatch 2024-03-30T04:40:01.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:00 smithi111 bash[24005]: audit 2024-03-30T04:39:59.176360+0000 mgr.x (mgr.24731) 95 : audit [DBG] from='client.25156 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:40:01.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:00 smithi111 bash[24005]: cluster 2024-03-30T04:40:00.000135+0000 mon.a (mon.0) 1192 : cluster [INF] overall HEALTH_OK 2024-03-30T04:40:01.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:00 smithi111 bash[24005]: audit 2024-03-30T04:40:00.531827+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:01.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:00 smithi111 bash[24005]: audit 2024-03-30T04:40:00.542466+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:01.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:00 smithi111 bash[24005]: audit 2024-03-30T04:40:00.555061+0000 mon.a (mon.0) 1195 : audit [INF] from='mgr.24731 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi111", "caps": []}]: dispatch 2024-03-30T04:40:01.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:00 smithi111 bash[24005]: audit 2024-03-30T04:40:00.555473+0000 mon.a (mon.0) 1196 : audit [INF] from='mgr.24731 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]: dispatch 2024-03-30T04:40:01.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:00 smithi111 bash[24005]: audit 2024-03-30T04:40:00.555686+0000 mon.b (mon.2) 193 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi111", "caps": []}]: dispatch 2024-03-30T04:40:01.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:00 smithi111 bash[24005]: audit 2024-03-30T04:40:00.556233+0000 mon.b (mon.2) 194 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]: dispatch 2024-03-30T04:40:01.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:00 smithi117 bash[18692]: audit 2024-03-30T04:39:59.176360+0000 mgr.x (mgr.24731) 95 : audit [DBG] from='client.25156 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:40:01.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:00 smithi117 bash[18692]: cluster 2024-03-30T04:40:00.000135+0000 mon.a (mon.0) 1192 : cluster [INF] overall HEALTH_OK 2024-03-30T04:40:01.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:00 smithi117 bash[18692]: audit 2024-03-30T04:40:00.531827+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:01.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:00 smithi117 bash[18692]: audit 2024-03-30T04:40:00.542466+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:01.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:00 smithi117 bash[18692]: audit 2024-03-30T04:40:00.555061+0000 mon.a (mon.0) 1195 : audit [INF] from='mgr.24731 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi111", "caps": []}]: dispatch 2024-03-30T04:40:01.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:00 smithi117 bash[18692]: audit 2024-03-30T04:40:00.555473+0000 mon.a (mon.0) 1196 : audit [INF] from='mgr.24731 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]: dispatch 2024-03-30T04:40:01.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:00 smithi117 bash[18692]: audit 2024-03-30T04:40:00.555686+0000 mon.b (mon.2) 193 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi111", "caps": []}]: dispatch 2024-03-30T04:40:01.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:00 smithi117 bash[18692]: audit 2024-03-30T04:40:00.556233+0000 mon.b (mon.2) 194 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]: dispatch 2024-03-30T04:40:01.487 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:01 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:01.487 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:40:01 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:01.487 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:40:01 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:01.488 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:01 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:01.488 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:01 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:01.488 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:40:01 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:01.488 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:40:01 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:01.489 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:40:01 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:01.489 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:40:01 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:01.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:01 smithi111 bash[18552]: cluster 2024-03-30T04:40:00.142052+0000 mgr.x (mgr.24731) 96 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:40:01.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:01 smithi111 bash[24005]: cluster 2024-03-30T04:40:00.142052+0000 mgr.x (mgr.24731) 96 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:40:01.866 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:01 smithi111 bash[64265]: debug 2024-03-30T04:40:01.724+0000 7f1dbf660700 1 -- 172.21.15.111:0/286758902 <== mon.0 v2:172.21.15.111:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x555c4b7305a0 con 0x555c4c4b0c00 2024-03-30T04:40:01.883 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:40:01 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:01.884 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:40:01 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:01.884 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:40:01 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:01.884 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:01 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:01.884 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:01 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:01.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:01 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:01.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:01 smithi117 bash[18692]: cluster 2024-03-30T04:40:00.142052+0000 mgr.x (mgr.24731) 96 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:40:01.885 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:40:01 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:01.885 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:40:01 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:01.886 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:40:01 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:02.188 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:01 smithi111 bash[64265]: debug 2024-03-30T04:40:01.876+0000 7f1dc986f200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-30T04:40:02.495 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:02 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:02.495 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:40:02 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:02.495 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:40:02 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:02.496 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:40:02 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:02.496 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:40:02 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:02.496 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:40:02 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:02.496 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:02 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:02.497 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:40:02 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:02.497 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:02 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:02.776 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:40:02 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:02.776 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:02 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:02.777 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:02 smithi111 bash[24005]: cephadm 2024-03-30T04:40:00.803111+0000 mgr.x (mgr.24731) 97 : cephadm [INF] Deploying daemon agent.smithi117 on smithi117 2024-03-30T04:40:02.777 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:02 smithi111 bash[24005]: audit 2024-03-30T04:40:01.804281+0000 mon.a (mon.0) 1197 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:02.777 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:02 smithi111 bash[24005]: audit 2024-03-30T04:40:02.204741+0000 mon.a (mon.0) 1198 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:02.777 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:40:02 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:02.777 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:02 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:02.777 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:02 smithi111 bash[18552]: cephadm 2024-03-30T04:40:00.803111+0000 mgr.x (mgr.24731) 97 : cephadm [INF] Deploying daemon agent.smithi117 on smithi117 2024-03-30T04:40:02.777 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:02 smithi111 bash[18552]: audit 2024-03-30T04:40:01.804281+0000 mon.a (mon.0) 1197 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:02.778 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:02 smithi111 bash[18552]: audit 2024-03-30T04:40:02.204741+0000 mon.a (mon.0) 1198 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:02.778 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:40:02 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:02.778 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:40:02 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:02.778 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:40:02 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:02.779 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:02 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:02.779 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:40:02 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:03.073 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:02 smithi117 bash[18692]: cephadm 2024-03-30T04:40:00.803111+0000 mgr.x (mgr.24731) 97 : cephadm [INF] Deploying daemon agent.smithi117 on smithi117 2024-03-30T04:40:03.073 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:02 smithi117 bash[18692]: audit 2024-03-30T04:40:01.804281+0000 mon.a (mon.0) 1197 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:03.073 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:02 smithi117 bash[18692]: audit 2024-03-30T04:40:02.204741+0000 mon.a (mon.0) 1198 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:03.383 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:03 smithi117 bash[47190]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:40:03] "GET /metrics HTTP/1.1" 200 38152 "" "Prometheus/2.33.4" 2024-03-30T04:40:03.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:03 smithi111 bash[24005]: cephadm 2024-03-30T04:40:01.807047+0000 mgr.x (mgr.24731) 98 : cephadm [INF] Deploying daemon agent.smithi111 on smithi111 2024-03-30T04:40:03.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:03 smithi111 bash[24005]: cluster 2024-03-30T04:40:02.142774+0000 mgr.x (mgr.24731) 99 : cluster [DBG] 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 2024-03-30T04:40:03.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:03 smithi111 bash[24005]: audit 2024-03-30T04:40:02.831642+0000 mon.a (mon.0) 1199 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:03.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:03 smithi111 bash[24005]: audit 2024-03-30T04:40:03.285890+0000 mon.a (mon.0) 1200 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:03.866 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:03 smithi111 bash[64265]: debug 2024-03-30T04:40:03.532+0000 7f1dc986f200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-30T04:40:03.866 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:03 smithi111 bash[64265]: debug 2024-03-30T04:40:03.628+0000 7f1dc986f200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-30T04:40:03.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:03 smithi111 bash[18552]: cephadm 2024-03-30T04:40:01.807047+0000 mgr.x (mgr.24731) 98 : cephadm [INF] Deploying daemon agent.smithi111 on smithi111 2024-03-30T04:40:03.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:03 smithi111 bash[18552]: cluster 2024-03-30T04:40:02.142774+0000 mgr.x (mgr.24731) 99 : cluster [DBG] 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 2024-03-30T04:40:03.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:03 smithi111 bash[18552]: audit 2024-03-30T04:40:02.831642+0000 mon.a (mon.0) 1199 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:03.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:03 smithi111 bash[18552]: audit 2024-03-30T04:40:03.285890+0000 mon.a (mon.0) 1200 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:03.884 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:03 smithi117 bash[49394]: ts=2024-03-30T04:40:03.510Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi111\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:40:03.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:03 smithi117 bash[18692]: cephadm 2024-03-30T04:40:01.807047+0000 mgr.x (mgr.24731) 98 : cephadm [INF] Deploying daemon agent.smithi111 on smithi111 2024-03-30T04:40:03.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:03 smithi117 bash[18692]: cluster 2024-03-30T04:40:02.142774+0000 mgr.x (mgr.24731) 99 : cluster [DBG] 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 2024-03-30T04:40:03.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:03 smithi117 bash[18692]: audit 2024-03-30T04:40:02.831642+0000 mon.a (mon.0) 1199 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:03.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:03 smithi117 bash[18692]: audit 2024-03-30T04:40:03.285890+0000 mon.a (mon.0) 1200 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:04.365 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:03 smithi111 bash[64265]: debug 2024-03-30T04:40:03.880+0000 7f1dc986f200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-30T04:40:05.115 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:04 smithi111 bash[64265]: debug 2024-03-30T04:40:04.700+0000 7f1dc986f200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-30T04:40:05.115 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:04 smithi111 bash[64265]: debug 2024-03-30T04:40:04.812+0000 7f1dc986f200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-30T04:40:05.116 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:04 smithi111 bash[64265]: debug 2024-03-30T04:40:04.920+0000 7f1dc986f200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-30T04:40:05.615 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:05 smithi111 bash[64265]: debug 2024-03-30T04:40:05.284+0000 7f1dc986f200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-30T04:40:05.616 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:05 smithi111 bash[64265]: debug 2024-03-30T04:40:05.400+0000 7f1dc986f200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-30T04:40:05.616 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:05 smithi111 bash[64265]: debug 2024-03-30T04:40:05.512+0000 7f1dc986f200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-30T04:40:06.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:05 smithi111 bash[24005]: cluster 2024-03-30T04:40:04.143431+0000 mgr.x (mgr.24731) 100 : cluster [DBG] 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 2024-03-30T04:40:06.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:05 smithi111 bash[18552]: cluster 2024-03-30T04:40:04.143431+0000 mgr.x (mgr.24731) 100 : cluster [DBG] 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 2024-03-30T04:40:06.116 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:05 smithi111 bash[64265]: debug 2024-03-30T04:40:05.880+0000 7f1dc986f200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-30T04:40:06.133 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:05 smithi117 bash[18692]: cluster 2024-03-30T04:40:04.143431+0000 mgr.x (mgr.24731) 100 : cluster [DBG] 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 2024-03-30T04:40:06.386 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:06 smithi111 bash[64265]: debug 2024-03-30T04:40:06.120+0000 7f1dc986f200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-30T04:40:06.634 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:40:06 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Scheduled restart job, restart counter is at 1. 2024-03-30T04:40:06.634 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:40:06 smithi117 systemd[1]: Stopped Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:40:06.634 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:40:06 smithi117 systemd[1]: Started Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:40:06.781 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:06 smithi111 bash[64265]: debug 2024-03-30T04:40:06.388+0000 7f1dc986f200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-30T04:40:06.782 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:06 smithi111 bash[64265]: debug 2024-03-30T04:40:06.504+0000 7f1dc986f200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-30T04:40:07.115 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:06 smithi111 bash[64265]: debug 2024-03-30T04:40:06.784+0000 7f1dc986f200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-30T04:40:07.568 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:07 smithi111 bash[64265]: debug 2024-03-30T04:40:07.200+0000 7f1dc986f200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:40:07.569 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:07 smithi111 bash[64265]: debug 2024-03-30T04:40:07.448+0000 7f1dc986f200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-30T04:40:07.728 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:40:07 smithi117 bash[50964]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:40:07.729 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:40:07 smithi117 bash[50964]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:40:07.834 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:07 smithi111 bash[18552]: cluster 2024-03-30T04:40:06.144612+0000 mgr.x (mgr.24731) 101 : cluster [DBG] 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 2024-03-30T04:40:07.834 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:07 smithi111 bash[64265]: debug 2024-03-30T04:40:07.572+0000 7f1dc986f200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-30T04:40:07.835 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:07 smithi111 bash[24005]: cluster 2024-03-30T04:40:06.144612+0000 mgr.x (mgr.24731) 101 : cluster [DBG] 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 2024-03-30T04:40:08.115 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:07 smithi111 bash[64265]: debug 2024-03-30T04:40:07.836+0000 7f1dc986f200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:40:08.133 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:07 smithi117 bash[18692]: cluster 2024-03-30T04:40:06.144612+0000 mgr.x (mgr.24731) 101 : cluster [DBG] 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 2024-03-30T04:40:08.633 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:40:08 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-30T04:40:08.634 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:40:08 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Failed with result 'exit-code'. 2024-03-30T04:40:09.133 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:08 smithi117 bash[49394]: ts=2024-03-30T04:40: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.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"172.21.15.117:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"smithi117:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:40:09.365 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:09 smithi111 bash[64265]: debug 2024-03-30T04:40:08.996+0000 7f1dc986f200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-30T04:40:09.365 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:09 smithi111 bash[64265]: debug 2024-03-30T04:40:09.120+0000 7f1dc986f200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-30T04:40:09.865 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:09 smithi111 bash[64265]: debug 2024-03-30T04:40:09.444+0000 7f1dc986f200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-30T04:40:09.865 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:09 smithi111 bash[64265]: debug 2024-03-30T04:40:09.560+0000 7f1dc986f200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-30T04:40:09.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:09 smithi111 bash[24005]: cluster 2024-03-30T04:40:08.145282+0000 mgr.x (mgr.24731) 102 : cluster [DBG] 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 2024-03-30T04:40:09.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:09 smithi111 bash[24005]: audit 2024-03-30T04:40:08.393687+0000 mon.a (mon.0) 1201 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:09.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:09 smithi111 bash[24005]: audit 2024-03-30T04:40:08.405473+0000 mon.a (mon.0) 1202 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:09.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:09 smithi111 bash[24005]: audit 2024-03-30T04:40:08.415806+0000 mon.a (mon.0) 1203 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:09.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:09 smithi111 bash[24005]: audit 2024-03-30T04:40:08.914212+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:09.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:09 smithi111 bash[24005]: audit 2024-03-30T04:40:08.929595+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:09.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:09 smithi111 bash[24005]: audit 2024-03-30T04:40:08.936093+0000 mon.a (mon.0) 1206 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:09.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:09 smithi111 bash[24005]: audit 2024-03-30T04:40:08.951024+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:09.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:09 smithi111 bash[24005]: audit 2024-03-30T04:40:08.965778+0000 mon.a (mon.0) 1208 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:09.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:09 smithi111 bash[24005]: audit 2024-03-30T04:40:09.253577+0000 mon.b (mon.2) 195 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:40:09.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:09 smithi111 bash[18552]: cluster 2024-03-30T04:40:08.145282+0000 mgr.x (mgr.24731) 102 : cluster [DBG] 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 2024-03-30T04:40:09.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:09 smithi111 bash[18552]: audit 2024-03-30T04:40:08.393687+0000 mon.a (mon.0) 1201 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:09.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:09 smithi111 bash[18552]: audit 2024-03-30T04:40:08.405473+0000 mon.a (mon.0) 1202 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:09.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:09 smithi111 bash[18552]: audit 2024-03-30T04:40:08.415806+0000 mon.a (mon.0) 1203 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:09.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:09 smithi111 bash[18552]: audit 2024-03-30T04:40:08.914212+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:09.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:09 smithi111 bash[18552]: audit 2024-03-30T04:40:08.929595+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:09.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:09 smithi111 bash[18552]: audit 2024-03-30T04:40:08.936093+0000 mon.a (mon.0) 1206 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:09.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:09 smithi111 bash[18552]: audit 2024-03-30T04:40:08.951024+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:09.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:09 smithi111 bash[18552]: audit 2024-03-30T04:40:08.965778+0000 mon.a (mon.0) 1208 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:09.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:09 smithi111 bash[18552]: audit 2024-03-30T04:40:09.253577+0000 mon.b (mon.2) 195 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:40:09.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:09 smithi117 bash[18692]: cluster 2024-03-30T04:40:08.145282+0000 mgr.x (mgr.24731) 102 : cluster [DBG] 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 2024-03-30T04:40:09.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:09 smithi117 bash[18692]: audit 2024-03-30T04:40:08.393687+0000 mon.a (mon.0) 1201 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:09.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:09 smithi117 bash[18692]: audit 2024-03-30T04:40:08.405473+0000 mon.a (mon.0) 1202 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:09.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:09 smithi117 bash[18692]: audit 2024-03-30T04:40:08.415806+0000 mon.a (mon.0) 1203 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:09.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:09 smithi117 bash[18692]: audit 2024-03-30T04:40:08.914212+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:09.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:09 smithi117 bash[18692]: audit 2024-03-30T04:40:08.929595+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:09.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:09 smithi117 bash[18692]: audit 2024-03-30T04:40:08.936093+0000 mon.a (mon.0) 1206 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:09.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:09 smithi117 bash[18692]: audit 2024-03-30T04:40:08.951024+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:09.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:09 smithi117 bash[18692]: audit 2024-03-30T04:40:08.965778+0000 mon.a (mon.0) 1208 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:09.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:09 smithi117 bash[18692]: audit 2024-03-30T04:40:09.253577+0000 mon.b (mon.2) 195 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:40:10.366 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:10 smithi111 bash[64265]: debug 2024-03-30T04:40:10.040+0000 7f1dc986f200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-30T04:40:10.366 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:10 smithi111 bash[64265]: debug 2024-03-30T04:40:10.172+0000 7f1dc986f200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-30T04:40:10.366 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:10 smithi111 bash[64265]: [30/Mar/2024:04:40:10] ENGINE Bus STARTING 2024-03-30T04:40:10.366 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:10 smithi111 bash[64265]: CherryPy Checker: 2024-03-30T04:40:10.366 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:10 smithi111 bash[64265]: The Application mounted at '' has an empty config. 2024-03-30T04:40:10.366 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:10 smithi111 bash[64265]: [30/Mar/2024:04:40:10] ENGINE Serving on http://:::9283 2024-03-30T04:40:10.366 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:10 smithi111 bash[64265]: [30/Mar/2024:04:40:10] ENGINE Bus STARTED 2024-03-30T04:40:10.649 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:10 smithi111 bash[18552]: audit 2024-03-30T04:40:09.184453+0000 mgr.x (mgr.24731) 103 : audit [DBG] from='client.25156 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:40:10.649 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:10 smithi111 bash[18552]: audit 2024-03-30T04:40:10.093105+0000 mon.a (mon.0) 1209 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:10.650 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:10 smithi111 bash[18552]: audit 2024-03-30T04:40:10.107172+0000 mon.a (mon.0) 1210 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:10.650 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:10 smithi111 bash[18552]: audit 2024-03-30T04:40:10.114393+0000 mon.b (mon.2) 196 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:10.650 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:10 smithi111 bash[18552]: audit 2024-03-30T04:40:10.116314+0000 mon.b (mon.2) 197 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:10.650 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:10 smithi111 bash[18552]: audit 2024-03-30T04:40:10.124204+0000 mon.a (mon.0) 1211 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:10.650 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:10 smithi111 bash[18552]: cluster 2024-03-30T04:40:10.178295+0000 mon.a (mon.0) 1212 : cluster [DBG] Standby manager daemon y restarted 2024-03-30T04:40:10.650 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:10 smithi111 bash[18552]: cluster 2024-03-30T04:40:10.178475+0000 mon.a (mon.0) 1213 : cluster [DBG] Standby manager daemon y started 2024-03-30T04:40:10.650 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:10 smithi111 bash[18552]: audit 2024-03-30T04:40:10.181695+0000 mon.a (mon.0) 1214 : audit [DBG] from='mgr.? 172.21.15.111:0/437923729' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-03-30T04:40:10.650 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:10 smithi111 bash[18552]: audit 2024-03-30T04:40:10.183060+0000 mon.a (mon.0) 1215 : audit [DBG] from='mgr.? 172.21.15.111:0/437923729' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:40:10.650 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:10 smithi111 bash[18552]: audit 2024-03-30T04:40:10.186640+0000 mon.a (mon.0) 1216 : audit [DBG] from='mgr.? 172.21.15.111:0/437923729' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-03-30T04:40:10.650 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:10 smithi111 bash[18552]: audit 2024-03-30T04:40:10.187045+0000 mon.a (mon.0) 1217 : audit [DBG] from='mgr.? 172.21.15.111:0/437923729' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:40:10.650 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:10 smithi111 bash[18552]: audit 2024-03-30T04:40:10.228690+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:10.651 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:10 smithi111 bash[24005]: audit 2024-03-30T04:40:09.184453+0000 mgr.x (mgr.24731) 103 : audit [DBG] from='client.25156 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:40:10.651 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:10 smithi111 bash[24005]: audit 2024-03-30T04:40:10.093105+0000 mon.a (mon.0) 1209 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:10.651 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:10 smithi111 bash[24005]: audit 2024-03-30T04:40:10.107172+0000 mon.a (mon.0) 1210 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:10.651 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:10 smithi111 bash[24005]: audit 2024-03-30T04:40:10.114393+0000 mon.b (mon.2) 196 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:10.651 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:10 smithi111 bash[24005]: audit 2024-03-30T04:40:10.116314+0000 mon.b (mon.2) 197 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:10.651 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:10 smithi111 bash[24005]: audit 2024-03-30T04:40:10.124204+0000 mon.a (mon.0) 1211 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:10.651 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:10 smithi111 bash[24005]: cluster 2024-03-30T04:40:10.178295+0000 mon.a (mon.0) 1212 : cluster [DBG] Standby manager daemon y restarted 2024-03-30T04:40:10.651 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:10 smithi111 bash[24005]: cluster 2024-03-30T04:40:10.178475+0000 mon.a (mon.0) 1213 : cluster [DBG] Standby manager daemon y started 2024-03-30T04:40:10.651 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:10 smithi111 bash[24005]: audit 2024-03-30T04:40:10.181695+0000 mon.a (mon.0) 1214 : audit [DBG] from='mgr.? 172.21.15.111:0/437923729' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-03-30T04:40:10.651 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:10 smithi111 bash[24005]: audit 2024-03-30T04:40:10.183060+0000 mon.a (mon.0) 1215 : audit [DBG] from='mgr.? 172.21.15.111:0/437923729' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:40:10.651 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:10 smithi111 bash[24005]: audit 2024-03-30T04:40:10.186640+0000 mon.a (mon.0) 1216 : audit [DBG] from='mgr.? 172.21.15.111:0/437923729' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-03-30T04:40:10.651 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:10 smithi111 bash[24005]: audit 2024-03-30T04:40:10.187045+0000 mon.a (mon.0) 1217 : audit [DBG] from='mgr.? 172.21.15.111:0/437923729' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:40:10.651 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:10 smithi111 bash[24005]: audit 2024-03-30T04:40:10.228690+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:10.790 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:10 smithi117 bash[18692]: audit 2024-03-30T04:40:09.184453+0000 mgr.x (mgr.24731) 103 : audit [DBG] from='client.25156 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:40:10.791 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:10 smithi117 bash[18692]: audit 2024-03-30T04:40:10.093105+0000 mon.a (mon.0) 1209 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:10.791 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:10 smithi117 bash[18692]: audit 2024-03-30T04:40:10.107172+0000 mon.a (mon.0) 1210 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:10.791 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:10 smithi117 bash[18692]: audit 2024-03-30T04:40:10.114393+0000 mon.b (mon.2) 196 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:10.791 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:10 smithi117 bash[18692]: audit 2024-03-30T04:40:10.116314+0000 mon.b (mon.2) 197 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:10.791 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:10 smithi117 bash[18692]: audit 2024-03-30T04:40:10.124204+0000 mon.a (mon.0) 1211 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:10.791 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:10 smithi117 bash[18692]: cluster 2024-03-30T04:40:10.178295+0000 mon.a (mon.0) 1212 : cluster [DBG] Standby manager daemon y restarted 2024-03-30T04:40:10.791 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:10 smithi117 bash[18692]: cluster 2024-03-30T04:40:10.178475+0000 mon.a (mon.0) 1213 : cluster [DBG] Standby manager daemon y started 2024-03-30T04:40:10.791 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:10 smithi117 bash[18692]: audit 2024-03-30T04:40:10.181695+0000 mon.a (mon.0) 1214 : audit [DBG] from='mgr.? 172.21.15.111:0/437923729' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-03-30T04:40:10.791 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:10 smithi117 bash[18692]: audit 2024-03-30T04:40:10.183060+0000 mon.a (mon.0) 1215 : audit [DBG] from='mgr.? 172.21.15.111:0/437923729' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:40:10.791 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:10 smithi117 bash[18692]: audit 2024-03-30T04:40:10.186640+0000 mon.a (mon.0) 1216 : audit [DBG] from='mgr.? 172.21.15.111:0/437923729' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-03-30T04:40:10.792 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:10 smithi117 bash[18692]: audit 2024-03-30T04:40:10.187045+0000 mon.a (mon.0) 1217 : audit [DBG] from='mgr.? 172.21.15.111:0/437923729' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:40:10.792 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:10 smithi117 bash[18692]: audit 2024-03-30T04:40:10.228690+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:11.718 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:11 smithi117 bash[18692]: cluster 2024-03-30T04:40:10.120237+0000 mgr.x (mgr.24731) 104 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 854 B/s rd, 0 op/s 2024-03-30T04:40:11.718 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:11 smithi117 bash[18692]: cephadm 2024-03-30T04:40:10.231356+0000 mgr.x (mgr.24731) 105 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-30T04:40:11.718 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:11 smithi117 bash[18692]: cephadm 2024-03-30T04:40:10.232554+0000 mgr.x (mgr.24731) 106 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-30T04:40:11.718 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:11 smithi117 bash[18692]: cluster 2024-03-30T04:40:11.104354+0000 mon.a (mon.0) 1218 : cluster [WRN] Health check failed: 1 Cephadm Agent(s) are not reporting. Hosts may be offline (CEPHADM_AGENT_DOWN) 2024-03-30T04:40:11.718 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:11 smithi117 bash[18692]: cluster 2024-03-30T04:40:11.140796+0000 mon.a (mon.0) 1219 : cluster [DBG] mgrmap e27: x(active, since 77s), standbys: y 2024-03-30T04:40:11.747 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:11 smithi111 bash[18552]: cluster 2024-03-30T04:40:10.120237+0000 mgr.x (mgr.24731) 104 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 854 B/s rd, 0 op/s 2024-03-30T04:40:11.747 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:11 smithi111 bash[18552]: cephadm 2024-03-30T04:40:10.231356+0000 mgr.x (mgr.24731) 105 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-30T04:40:11.747 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:11 smithi111 bash[18552]: cephadm 2024-03-30T04:40:10.232554+0000 mgr.x (mgr.24731) 106 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-30T04:40:11.747 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:11 smithi111 bash[18552]: cluster 2024-03-30T04:40:11.104354+0000 mon.a (mon.0) 1218 : cluster [WRN] Health check failed: 1 Cephadm Agent(s) are not reporting. Hosts may be offline (CEPHADM_AGENT_DOWN) 2024-03-30T04:40:11.747 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:11 smithi111 bash[18552]: cluster 2024-03-30T04:40:11.140796+0000 mon.a (mon.0) 1219 : cluster [DBG] mgrmap e27: x(active, since 77s), standbys: y 2024-03-30T04:40:11.747 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:11 smithi111 bash[24005]: cluster 2024-03-30T04:40:10.120237+0000 mgr.x (mgr.24731) 104 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 854 B/s rd, 0 op/s 2024-03-30T04:40:11.747 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:11 smithi111 bash[24005]: cephadm 2024-03-30T04:40:10.231356+0000 mgr.x (mgr.24731) 105 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-30T04:40:11.747 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:11 smithi111 bash[24005]: cephadm 2024-03-30T04:40:10.232554+0000 mgr.x (mgr.24731) 106 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-30T04:40:11.747 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:11 smithi111 bash[24005]: cluster 2024-03-30T04:40:11.104354+0000 mon.a (mon.0) 1218 : cluster [WRN] Health check failed: 1 Cephadm Agent(s) are not reporting. Hosts may be offline (CEPHADM_AGENT_DOWN) 2024-03-30T04:40:11.748 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:11 smithi111 bash[24005]: cluster 2024-03-30T04:40:11.140796+0000 mon.a (mon.0) 1219 : cluster [DBG] mgrmap e27: x(active, since 77s), standbys: y 2024-03-30T04:40:13.383 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:13 smithi117 bash[47190]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:40:13] "GET /metrics HTTP/1.1" 200 38153 "" "Prometheus/2.33.4" 2024-03-30T04:40:13.855 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:13 smithi111 bash[24005]: cluster 2024-03-30T04:40:12.121776+0000 mgr.x (mgr.24731) 107 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 854 B/s rd, 0 op/s 2024-03-30T04:40:13.855 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:13 smithi111 bash[24005]: audit 2024-03-30T04:40:13.255543+0000 mon.a (mon.0) 1220 : audit [INF] from='mgr.24731 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:40:13.855 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:13 smithi111 bash[24005]: audit 2024-03-30T04:40:13.256044+0000 mon.b (mon.2) 199 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:40:13.855 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:13 smithi111 bash[24005]: audit 2024-03-30T04:40:13.259654+0000 mon.b (mon.2) 200 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:40:13.855 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:13 smithi111 bash[24005]: audit 2024-03-30T04:40:13.261435+0000 mon.b (mon.2) 201 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:13.855 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:13 smithi111 bash[18552]: cluster 2024-03-30T04:40:12.121776+0000 mgr.x (mgr.24731) 107 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 854 B/s rd, 0 op/s 2024-03-30T04:40:13.856 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:13 smithi111 bash[18552]: audit 2024-03-30T04:40:13.255543+0000 mon.a (mon.0) 1220 : audit [INF] from='mgr.24731 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:40:13.856 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:13 smithi111 bash[18552]: audit 2024-03-30T04:40:13.256044+0000 mon.b (mon.2) 199 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:40:13.856 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:13 smithi111 bash[18552]: audit 2024-03-30T04:40:13.259654+0000 mon.b (mon.2) 200 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:40:13.856 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:13 smithi111 bash[18552]: audit 2024-03-30T04:40:13.261435+0000 mon.b (mon.2) 201 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:13.883 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:13 smithi117 bash[18692]: cluster 2024-03-30T04:40:12.121776+0000 mgr.x (mgr.24731) 107 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 854 B/s rd, 0 op/s 2024-03-30T04:40:13.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:13 smithi117 bash[18692]: audit 2024-03-30T04:40:13.255543+0000 mon.a (mon.0) 1220 : audit [INF] from='mgr.24731 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:40:13.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:13 smithi117 bash[18692]: audit 2024-03-30T04:40:13.256044+0000 mon.b (mon.2) 199 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:40:13.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:13 smithi117 bash[18692]: audit 2024-03-30T04:40:13.259654+0000 mon.b (mon.2) 200 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:40:13.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:13 smithi117 bash[18692]: audit 2024-03-30T04:40:13.261435+0000 mon.b (mon.2) 201 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:13.884 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:13 smithi117 bash[49394]: ts=2024-03-30T04:40:13.511Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi111\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:40:14.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:14 smithi111 bash[24005]: cephadm 2024-03-30T04:40:13.255216+0000 mgr.x (mgr.24731) 108 : cephadm [INF] Upgrade: Updating mgr.y 2024-03-30T04:40:14.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:14 smithi111 bash[24005]: cephadm 2024-03-30T04:40:13.263613+0000 mgr.x (mgr.24731) 109 : cephadm [INF] Deploying daemon mgr.y on smithi111 2024-03-30T04:40:14.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:14 smithi111 bash[18552]: cephadm 2024-03-30T04:40:13.255216+0000 mgr.x (mgr.24731) 108 : cephadm [INF] Upgrade: Updating mgr.y 2024-03-30T04:40:14.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:14 smithi111 bash[18552]: cephadm 2024-03-30T04:40:13.263613+0000 mgr.x (mgr.24731) 109 : cephadm [INF] Deploying daemon mgr.y on smithi111 2024-03-30T04:40:14.883 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:14 smithi117 bash[18692]: cephadm 2024-03-30T04:40:13.255216+0000 mgr.x (mgr.24731) 108 : cephadm [INF] Upgrade: Updating mgr.y 2024-03-30T04:40:14.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:14 smithi117 bash[18692]: cephadm 2024-03-30T04:40:13.263613+0000 mgr.x (mgr.24731) 109 : cephadm [INF] Deploying daemon mgr.y on smithi111 2024-03-30T04:40:15.771 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:15 smithi111 bash[18552]: cluster 2024-03-30T04:40:14.122500+0000 mgr.x (mgr.24731) 110 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 854 B/s rd, 0 op/s 2024-03-30T04:40:15.771 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:15 smithi111 bash[24005]: cluster 2024-03-30T04:40:14.122500+0000 mgr.x (mgr.24731) 110 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 854 B/s rd, 0 op/s 2024-03-30T04:40:15.883 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:15 smithi117 bash[18692]: cluster 2024-03-30T04:40:14.122500+0000 mgr.x (mgr.24731) 110 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 854 B/s rd, 0 op/s 2024-03-30T04:40:16.062 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:15 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:16.063 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:40:15 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:16.065 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:40:15 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:16.065 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:40:15 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:16.066 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:15 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:16.066 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:40:15 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:16.066 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:40:15 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:16.067 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:15 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:16.067 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:16 smithi111 systemd[1]: Stopping Ceph mgr.y for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:40:16.067 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:40:15 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:16.748 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:16 smithi111 bash[18552]: audit 2024-03-30T04:40:15.498988+0000 mon.a (mon.0) 1221 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:16.748 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:16 smithi111 bash[18552]: audit 2024-03-30T04:40:15.512828+0000 mon.a (mon.0) 1222 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:16.748 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:16 smithi111 bash[18552]: audit 2024-03-30T04:40:15.529137+0000 mon.a (mon.0) 1223 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:16.748 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:16 smithi111 bash[24005]: audit 2024-03-30T04:40:15.498988+0000 mon.a (mon.0) 1221 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:16.748 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:16 smithi111 bash[24005]: audit 2024-03-30T04:40:15.512828+0000 mon.a (mon.0) 1222 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:16.748 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:16 smithi111 bash[24005]: audit 2024-03-30T04:40:15.529137+0000 mon.a (mon.0) 1223 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:16.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:16 smithi117 bash[18692]: audit 2024-03-30T04:40:15.498988+0000 mon.a (mon.0) 1221 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:16.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:16 smithi117 bash[18692]: audit 2024-03-30T04:40:15.512828+0000 mon.a (mon.0) 1222 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:16.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:16 smithi117 bash[18692]: audit 2024-03-30T04:40:15.529137+0000 mon.a (mon.0) 1223 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:17.074 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:16 smithi111 bash[65774]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-mgr-y 2024-03-30T04:40:17.074 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:16 smithi111 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@mgr.y.service: Main process exited, code=exited, status=143/n/a 2024-03-30T04:40:17.074 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:16 smithi111 bash[65834]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-mgr-y 2024-03-30T04:40:17.074 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:16 smithi111 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@mgr.y.service: Failed with result 'exit-code'. 2024-03-30T04:40:17.074 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:16 smithi111 systemd[1]: Stopped Ceph mgr.y for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:40:17.365 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:17 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:17.546 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:40:17 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:17.546 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:40:17 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:17.546 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:40:17 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:17.547 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:17 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:17.547 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:40:17 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:17.547 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:40:17 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:17.548 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:40:17 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:17.548 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:17 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:17.548 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:17 smithi111 systemd[1]: Started Ceph mgr.y for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:40:17.728 INFO:teuthology.orchestra.run.smithi111.stdout:true 2024-03-30T04:40:17.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:17 smithi111 bash[24005]: cluster 2024-03-30T04:40:16.124163+0000 mgr.x (mgr.24731) 111 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:40:17.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:17 smithi111 bash[24005]: audit 2024-03-30T04:40:17.255450+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:17.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:17 smithi111 bash[24005]: audit 2024-03-30T04:40:17.266905+0000 mon.a (mon.0) 1225 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:17.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:17 smithi111 bash[24005]: audit 2024-03-30T04:40:17.295805+0000 mon.b (mon.2) 202 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:17.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:17 smithi111 bash[24005]: audit 2024-03-30T04:40:17.297631+0000 mon.b (mon.2) 203 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:17.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:17 smithi111 bash[24005]: audit 2024-03-30T04:40:17.305565+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:17.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:17 smithi111 bash[24005]: audit 2024-03-30T04:40:17.388929+0000 mon.b (mon.2) 204 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:17.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:17 smithi111 bash[24005]: audit 2024-03-30T04:40:17.396100+0000 mon.a (mon.0) 1227 : audit [INF] from='mgr.24731 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-03-30T04:40:17.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:17 smithi111 bash[24005]: audit 2024-03-30T04:40:17.396948+0000 mon.b (mon.2) 205 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-03-30T04:40:17.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:17 smithi111 bash[24005]: cluster 2024-03-30T04:40:17.403408+0000 mon.a (mon.0) 1228 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2024-03-30T04:40:17.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:17 smithi111 bash[18552]: cluster 2024-03-30T04:40:16.124163+0000 mgr.x (mgr.24731) 111 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:40:17.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:17 smithi111 bash[18552]: audit 2024-03-30T04:40:17.255450+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:17.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:17 smithi111 bash[18552]: audit 2024-03-30T04:40:17.266905+0000 mon.a (mon.0) 1225 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:17.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:17 smithi111 bash[18552]: audit 2024-03-30T04:40:17.295805+0000 mon.b (mon.2) 202 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:17.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:17 smithi111 bash[18552]: audit 2024-03-30T04:40:17.297631+0000 mon.b (mon.2) 203 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:17.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:17 smithi111 bash[18552]: audit 2024-03-30T04:40:17.305565+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:17.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:17 smithi111 bash[18552]: audit 2024-03-30T04:40:17.388929+0000 mon.b (mon.2) 204 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:17.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:17 smithi111 bash[18552]: audit 2024-03-30T04:40:17.396100+0000 mon.a (mon.0) 1227 : audit [INF] from='mgr.24731 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-03-30T04:40:17.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:17 smithi111 bash[18552]: audit 2024-03-30T04:40:17.396948+0000 mon.b (mon.2) 205 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-03-30T04:40:17.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:17 smithi111 bash[18552]: cluster 2024-03-30T04:40:17.403408+0000 mon.a (mon.0) 1228 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2024-03-30T04:40:17.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:17 smithi117 bash[18692]: cluster 2024-03-30T04:40:16.124163+0000 mgr.x (mgr.24731) 111 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:40:17.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:17 smithi117 bash[18692]: audit 2024-03-30T04:40:17.255450+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:17.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:17 smithi117 bash[18692]: audit 2024-03-30T04:40:17.266905+0000 mon.a (mon.0) 1225 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:17.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:17 smithi117 bash[18692]: audit 2024-03-30T04:40:17.295805+0000 mon.b (mon.2) 202 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:17.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:17 smithi117 bash[18692]: audit 2024-03-30T04:40:17.297631+0000 mon.b (mon.2) 203 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:17.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:17 smithi117 bash[18692]: audit 2024-03-30T04:40:17.305565+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.24731 ' entity='mgr.x' 2024-03-30T04:40:17.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:17 smithi117 bash[18692]: audit 2024-03-30T04:40:17.388929+0000 mon.b (mon.2) 204 : audit [DBG] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:17.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:17 smithi117 bash[18692]: audit 2024-03-30T04:40:17.396100+0000 mon.a (mon.0) 1227 : audit [INF] from='mgr.24731 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-03-30T04:40:17.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:17 smithi117 bash[18692]: audit 2024-03-30T04:40:17.396948+0000 mon.b (mon.2) 205 : audit [INF] from='mgr.24731 172.21.15.117:0/3329679612' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-03-30T04:40:17.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:17 smithi117 bash[18692]: cluster 2024-03-30T04:40:17.403408+0000 mon.a (mon.0) 1228 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2024-03-30T04:40:18.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:18 smithi111 bash[18552]: cluster 2024-03-30T04:40:17.300750+0000 mgr.x (mgr.24731) 112 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 917 B/s rd, 0 op/s 2024-03-30T04:40:18.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:18 smithi111 bash[18552]: cephadm 2024-03-30T04:40:17.310433+0000 mgr.x (mgr.24731) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:18.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:18 smithi111 bash[18552]: cephadm 2024-03-30T04:40:17.391277+0000 mgr.x (mgr.24731) 114 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-30T04:40:18.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:18 smithi111 bash[18552]: cephadm 2024-03-30T04:40:17.392060+0000 mgr.x (mgr.24731) 115 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-30T04:40:18.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:18 smithi111 bash[18552]: cephadm 2024-03-30T04:40:17.396461+0000 mgr.x (mgr.24731) 116 : cephadm [INF] Failing over to other MGR 2024-03-30T04:40:18.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:18 smithi111 bash[18552]: audit 2024-03-30T04:40:17.722655+0000 mgr.x (mgr.24731) 117 : audit [DBG] from='client.25255 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:18.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:18 smithi111 bash[18552]: cluster 2024-03-30T04:40:18.264925+0000 mon.a (mon.0) 1229 : cluster [INF] Health check cleared: CEPHADM_AGENT_DOWN (was: 1 Cephadm Agent(s) are not reporting. Hosts may be offline) 2024-03-30T04:40:18.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:18 smithi111 bash[18552]: cluster 2024-03-30T04:40:18.264961+0000 mon.a (mon.0) 1230 : cluster [INF] Cluster is now healthy 2024-03-30T04:40:18.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:18 smithi111 bash[18552]: audit 2024-03-30T04:40:18.317516+0000 mon.a (mon.0) 1231 : audit [INF] from='mgr.24731 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-03-30T04:40:18.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:18 smithi111 bash[18552]: cluster 2024-03-30T04:40:18.317663+0000 mon.a (mon.0) 1232 : cluster [DBG] mgrmap e28: y(active, starting, since 0.920164s) 2024-03-30T04:40:18.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:18 smithi111 bash[24005]: cluster 2024-03-30T04:40:17.300750+0000 mgr.x (mgr.24731) 112 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 917 B/s rd, 0 op/s 2024-03-30T04:40:18.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:18 smithi111 bash[24005]: cephadm 2024-03-30T04:40:17.310433+0000 mgr.x (mgr.24731) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:18.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:18 smithi111 bash[24005]: cephadm 2024-03-30T04:40:17.391277+0000 mgr.x (mgr.24731) 114 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-30T04:40:18.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:18 smithi111 bash[24005]: cephadm 2024-03-30T04:40:17.392060+0000 mgr.x (mgr.24731) 115 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-30T04:40:18.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:18 smithi111 bash[24005]: cephadm 2024-03-30T04:40:17.396461+0000 mgr.x (mgr.24731) 116 : cephadm [INF] Failing over to other MGR 2024-03-30T04:40:18.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:18 smithi111 bash[24005]: audit 2024-03-30T04:40:17.722655+0000 mgr.x (mgr.24731) 117 : audit [DBG] from='client.25255 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:18.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:18 smithi111 bash[24005]: cluster 2024-03-30T04:40:18.264925+0000 mon.a (mon.0) 1229 : cluster [INF] Health check cleared: CEPHADM_AGENT_DOWN (was: 1 Cephadm Agent(s) are not reporting. Hosts may be offline) 2024-03-30T04:40:18.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:18 smithi111 bash[24005]: cluster 2024-03-30T04:40:18.264961+0000 mon.a (mon.0) 1230 : cluster [INF] Cluster is now healthy 2024-03-30T04:40:18.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:18 smithi111 bash[24005]: audit 2024-03-30T04:40:18.317516+0000 mon.a (mon.0) 1231 : audit [INF] from='mgr.24731 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-03-30T04:40:18.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:18 smithi111 bash[24005]: cluster 2024-03-30T04:40:18.317663+0000 mon.a (mon.0) 1232 : cluster [DBG] mgrmap e28: y(active, starting, since 0.920164s) 2024-03-30T04:40:18.633 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:18 smithi117 bash[47190]: debug 2024-03-30T04:40:18.314+0000 7f4096605700 -1 mgr handle_mgr_map I was active but no longer am 2024-03-30T04:40:18.633 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:18 smithi117 bash[47190]: ignoring --setuser ceph since I am not root 2024-03-30T04:40:18.634 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:18 smithi117 bash[47190]: ignoring --setgroup ceph since I am not root 2024-03-30T04:40:18.634 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:18 smithi117 bash[47190]: debug 2024-03-30T04:40:18.378+0000 7fcbb5b61700 1 -- 172.21.15.117:0/3666106046 <== mon.2 v2:172.21.15.117:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x56371be4e5a0 con 0x56371cbcc800 2024-03-30T04:40:18.634 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:18 smithi117 bash[47190]: debug 2024-03-30T04:40:18.526+0000 7fcbbf952200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-30T04:40:18.634 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:40:18 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Scheduled restart job, restart counter is at 2. 2024-03-30T04:40:18.634 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:40:18 smithi117 systemd[1]: Stopped Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:40:18.634 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:40:18 smithi117 systemd[1]: Started Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:40:18.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:18 smithi117 bash[18692]: cluster 2024-03-30T04:40:17.300750+0000 mgr.x (mgr.24731) 112 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 917 B/s rd, 0 op/s 2024-03-30T04:40:18.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:18 smithi117 bash[18692]: cephadm 2024-03-30T04:40:17.310433+0000 mgr.x (mgr.24731) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:18.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:18 smithi117 bash[18692]: cephadm 2024-03-30T04:40:17.391277+0000 mgr.x (mgr.24731) 114 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-30T04:40:18.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:18 smithi117 bash[18692]: cephadm 2024-03-30T04:40:17.392060+0000 mgr.x (mgr.24731) 115 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-30T04:40:18.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:18 smithi117 bash[18692]: cephadm 2024-03-30T04:40:17.396461+0000 mgr.x (mgr.24731) 116 : cephadm [INF] Failing over to other MGR 2024-03-30T04:40:18.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:18 smithi117 bash[18692]: audit 2024-03-30T04:40:17.722655+0000 mgr.x (mgr.24731) 117 : audit [DBG] from='client.25255 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:18.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:18 smithi117 bash[18692]: cluster 2024-03-30T04:40:18.264925+0000 mon.a (mon.0) 1229 : cluster [INF] Health check cleared: CEPHADM_AGENT_DOWN (was: 1 Cephadm Agent(s) are not reporting. Hosts may be offline) 2024-03-30T04:40:18.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:18 smithi117 bash[18692]: cluster 2024-03-30T04:40:18.264961+0000 mon.a (mon.0) 1230 : cluster [INF] Cluster is now healthy 2024-03-30T04:40:18.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:18 smithi117 bash[18692]: audit 2024-03-30T04:40:18.317516+0000 mon.a (mon.0) 1231 : audit [INF] from='mgr.24731 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-03-30T04:40:18.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:18 smithi117 bash[18692]: cluster 2024-03-30T04:40:18.317663+0000 mon.a (mon.0) 1232 : cluster [DBG] mgrmap e28: y(active, starting, since 0.920164s) 2024-03-30T04:40:18.880 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:18 smithi111 bash[65893]: debug 2024-03-30T04:40:18.736+0000 7f66b3e98700 1 -- 172.21.15.111:0/3573751655 <== mon.1 v2:172.21.15.111:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x56241aa2a5a0 con 0x56241b7aac00 2024-03-30T04:40:19.134 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:18 smithi117 bash[49394]: ts=2024-03-30T04:40: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.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"172.21.15.117:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"smithi117:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:40:19.365 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:18 smithi111 bash[65893]: debug 2024-03-30T04:40:18.884+0000 7f66be0a7200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-30T04:40:19.723 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:40:19 smithi117 bash[51723]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:40:19.723 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:40:19 smithi117 bash[51723]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:40:20.383 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:20 smithi117 bash[47190]: debug 2024-03-30T04:40:20.122+0000 7fcbbf952200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-30T04:40:20.384 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:20 smithi117 bash[47190]: debug 2024-03-30T04:40:20.222+0000 7fcbbf952200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-30T04:40:20.384 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:40:20 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-30T04:40:20.384 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:40:20 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Failed with result 'exit-code'. 2024-03-30T04:40:20.763 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:20 smithi111 bash[65893]: debug 2024-03-30T04:40:20.500+0000 7f66be0a7200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-30T04:40:20.763 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:20 smithi111 bash[65893]: debug 2024-03-30T04:40:20.600+0000 7f66be0a7200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-30T04:40:20.883 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:20 smithi117 bash[47190]: debug 2024-03-30T04:40:20.470+0000 7fcbbf952200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-30T04:40:21.115 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:20 smithi111 bash[65893]: debug 2024-03-30T04:40:20.860+0000 7f66be0a7200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-30T04:40:21.633 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:21 smithi117 bash[47190]: debug 2024-03-30T04:40:21.270+0000 7fcbbf952200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-30T04:40:21.634 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:21 smithi117 bash[47190]: debug 2024-03-30T04:40:21.382+0000 7fcbbf952200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-30T04:40:21.634 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:21 smithi117 bash[47190]: debug 2024-03-30T04:40:21.490+0000 7fcbbf952200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-30T04:40:22.115 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:21 smithi111 bash[65893]: debug 2024-03-30T04:40:21.672+0000 7f66be0a7200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-30T04:40:22.115 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:21 smithi111 bash[65893]: debug 2024-03-30T04:40:21.784+0000 7f66be0a7200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-30T04:40:22.115 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:21 smithi111 bash[65893]: debug 2024-03-30T04:40:21.892+0000 7f66be0a7200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-30T04:40:22.133 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:21 smithi117 bash[47190]: debug 2024-03-30T04:40:21.850+0000 7fcbbf952200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-30T04:40:22.133 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:21 smithi117 bash[47190]: debug 2024-03-30T04:40:21.966+0000 7fcbbf952200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-30T04:40:22.134 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:22 smithi117 bash[47190]: debug 2024-03-30T04:40:22.074+0000 7fcbbf952200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-30T04:40:22.615 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:22 smithi111 bash[65893]: debug 2024-03-30T04:40:22.252+0000 7f66be0a7200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-30T04:40:22.615 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:22 smithi111 bash[65893]: debug 2024-03-30T04:40:22.368+0000 7f66be0a7200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-30T04:40:22.615 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:22 smithi111 bash[65893]: debug 2024-03-30T04:40:22.472+0000 7f66be0a7200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-30T04:40:22.633 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:22 smithi117 bash[47190]: debug 2024-03-30T04:40:22.442+0000 7fcbbf952200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-30T04:40:22.957 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:22 smithi117 bash[47190]: debug 2024-03-30T04:40:22.686+0000 7fcbbf952200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-30T04:40:23.115 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:22 smithi111 bash[65893]: debug 2024-03-30T04:40:22.836+0000 7f66be0a7200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-30T04:40:23.116 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:23 smithi111 bash[65893]: debug 2024-03-30T04:40:23.080+0000 7f66be0a7200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-30T04:40:23.216 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:22 smithi117 bash[47190]: debug 2024-03-30T04:40:22.958+0000 7fcbbf952200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-30T04:40:23.217 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:23 smithi117 bash[47190]: debug 2024-03-30T04:40:23.082+0000 7fcbbf952200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-30T04:40:23.498 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:23 smithi117 bash[47190]: debug 2024-03-30T04:40:23.382+0000 7fcbbf952200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-30T04:40:23.615 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:23 smithi111 bash[65893]: debug 2024-03-30T04:40:23.344+0000 7f66be0a7200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-30T04:40:23.615 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:23 smithi111 bash[65893]: debug 2024-03-30T04:40:23.460+0000 7f66be0a7200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-30T04:40:23.801 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:23 smithi117 bash[49394]: ts=2024-03-30T04:40:23.507Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi111\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:40:24.115 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:23 smithi111 bash[65893]: debug 2024-03-30T04:40:23.744+0000 7f66be0a7200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-30T04:40:24.136 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:23 smithi117 bash[47190]: debug 2024-03-30T04:40:23.802+0000 7fcbbf952200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:40:24.136 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:24 smithi117 bash[47190]: debug 2024-03-30T04:40:24.054+0000 7fcbbf952200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-30T04:40:24.423 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:24 smithi111 bash[65893]: debug 2024-03-30T04:40:24.172+0000 7f66be0a7200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:40:24.433 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:24 smithi117 bash[47190]: debug 2024-03-30T04:40:24.178+0000 7fcbbf952200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-30T04:40:24.701 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:24 smithi111 bash[65893]: debug 2024-03-30T04:40:24.424+0000 7f66be0a7200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-30T04:40:24.701 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:24 smithi111 bash[65893]: debug 2024-03-30T04:40:24.552+0000 7f66be0a7200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-30T04:40:24.853 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:24 smithi117 bash[47190]: debug 2024-03-30T04:40:24.438+0000 7fcbbf952200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:40:25.115 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:24 smithi111 bash[65893]: debug 2024-03-30T04:40:24.828+0000 7f66be0a7200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:40:25.883 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:25 smithi117 bash[47190]: debug 2024-03-30T04:40:25.506+0000 7fcbbf952200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-30T04:40:25.883 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:25 smithi117 bash[47190]: debug 2024-03-30T04:40:25.626+0000 7fcbbf952200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-30T04:40:26.202 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:25 smithi117 bash[47190]: debug 2024-03-30T04:40:25.934+0000 7fcbbf952200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-30T04:40:26.202 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:26 smithi117 bash[47190]: debug 2024-03-30T04:40:26.054+0000 7fcbbf952200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-30T04:40:26.259 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:25 smithi111 bash[65893]: debug 2024-03-30T04:40:25.868+0000 7f66be0a7200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-30T04:40:26.259 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:25 smithi111 bash[65893]: debug 2024-03-30T04:40:25.992+0000 7f66be0a7200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-30T04:40:26.615 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:26 smithi111 bash[65893]: debug 2024-03-30T04:40:26.300+0000 7f66be0a7200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-30T04:40:26.615 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:26 smithi111 bash[65893]: debug 2024-03-30T04:40:26.428+0000 7f66be0a7200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-30T04:40:26.769 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:26 smithi117 bash[47190]: debug 2024-03-30T04:40:26.518+0000 7fcbbf952200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-30T04:40:26.769 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:26 smithi117 bash[47190]: debug 2024-03-30T04:40:26.646+0000 7fcbbf952200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-30T04:40:26.769 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:26 smithi117 bash[47190]: [30/Mar/2024:04:40:26] ENGINE Bus STARTING 2024-03-30T04:40:26.769 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:26 smithi117 bash[18692]: cluster 2024-03-30T04:40:26.671088+0000 mon.a (mon.0) 1233 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:40:26.769 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:26 smithi117 bash[18692]: audit 2024-03-30T04:40:26.674405+0000 mon.b (mon.2) 206 : audit [DBG] from='mgr.? 172.21.15.117:0/46655030' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:40:26.769 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:26 smithi117 bash[18692]: audit 2024-03-30T04:40:26.675250+0000 mon.b (mon.2) 207 : audit [DBG] from='mgr.? 172.21.15.117:0/46655030' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:40:26.770 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:26 smithi117 bash[18692]: audit 2024-03-30T04:40:26.677849+0000 mon.b (mon.2) 208 : audit [DBG] from='mgr.? 172.21.15.117:0/46655030' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:40:26.770 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:26 smithi117 bash[18692]: audit 2024-03-30T04:40:26.678454+0000 mon.b (mon.2) 209 : audit [DBG] from='mgr.? 172.21.15.117:0/46655030' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:40:27.038 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:26 smithi111 bash[65893]: debug 2024-03-30T04:40:26.916+0000 7f66be0a7200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-30T04:40:27.039 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:26 smithi111 bash[18552]: cluster 2024-03-30T04:40:26.671088+0000 mon.a (mon.0) 1233 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:40:27.039 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:26 smithi111 bash[18552]: audit 2024-03-30T04:40:26.674405+0000 mon.b (mon.2) 206 : audit [DBG] from='mgr.? 172.21.15.117:0/46655030' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:40:27.039 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:26 smithi111 bash[18552]: audit 2024-03-30T04:40:26.675250+0000 mon.b (mon.2) 207 : audit [DBG] from='mgr.? 172.21.15.117:0/46655030' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:40:27.039 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:26 smithi111 bash[18552]: audit 2024-03-30T04:40:26.677849+0000 mon.b (mon.2) 208 : audit [DBG] from='mgr.? 172.21.15.117:0/46655030' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:40:27.039 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:26 smithi111 bash[18552]: audit 2024-03-30T04:40:26.678454+0000 mon.b (mon.2) 209 : audit [DBG] from='mgr.? 172.21.15.117:0/46655030' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:40:27.039 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:26 smithi111 bash[24005]: cluster 2024-03-30T04:40:26.671088+0000 mon.a (mon.0) 1233 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:40:27.040 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:26 smithi111 bash[24005]: audit 2024-03-30T04:40:26.674405+0000 mon.b (mon.2) 206 : audit [DBG] from='mgr.? 172.21.15.117:0/46655030' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:40:27.040 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:26 smithi111 bash[24005]: audit 2024-03-30T04:40:26.675250+0000 mon.b (mon.2) 207 : audit [DBG] from='mgr.? 172.21.15.117:0/46655030' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:40:27.040 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:26 smithi111 bash[24005]: audit 2024-03-30T04:40:26.677849+0000 mon.b (mon.2) 208 : audit [DBG] from='mgr.? 172.21.15.117:0/46655030' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:40:27.040 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:26 smithi111 bash[24005]: audit 2024-03-30T04:40:26.678454+0000 mon.b (mon.2) 209 : audit [DBG] from='mgr.? 172.21.15.117:0/46655030' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:40:27.135 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:26 smithi117 bash[47190]: CherryPy Checker: 2024-03-30T04:40:27.135 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:26 smithi117 bash[47190]: The Application mounted at '' has an empty config. 2024-03-30T04:40:27.135 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:26 smithi117 bash[47190]: [30/Mar/2024:04:40:26] ENGINE Serving on http://:::9283 2024-03-30T04:40:27.135 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:26 smithi117 bash[47190]: [30/Mar/2024:04:40:26] ENGINE Bus STARTED 2024-03-30T04:40:27.365 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:27 smithi111 bash[65893]: debug 2024-03-30T04:40:27.040+0000 7f66be0a7200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-30T04:40:27.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:27 smithi111 bash[24005]: cluster 2024-03-30T04:40:26.733711+0000 mon.a (mon.0) 1234 : cluster [DBG] mgrmap e29: y(active, starting, since 9s), standbys: x 2024-03-30T04:40:27.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:27 smithi111 bash[24005]: cluster 2024-03-30T04:40:27.064463+0000 mon.a (mon.0) 1235 : cluster [INF] Active manager daemon y restarted 2024-03-30T04:40:27.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:27 smithi111 bash[24005]: cluster 2024-03-30T04:40:27.064986+0000 mon.a (mon.0) 1236 : cluster [INF] Activating manager daemon y 2024-03-30T04:40:27.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:27 smithi111 bash[24005]: cluster 2024-03-30T04:40:27.071998+0000 mon.a (mon.0) 1237 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2024-03-30T04:40:27.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:27 smithi111 bash[18552]: cluster 2024-03-30T04:40:26.733711+0000 mon.a (mon.0) 1234 : cluster [DBG] mgrmap e29: y(active, starting, since 9s), standbys: x 2024-03-30T04:40:27.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:27 smithi111 bash[18552]: cluster 2024-03-30T04:40:27.064463+0000 mon.a (mon.0) 1235 : cluster [INF] Active manager daemon y restarted 2024-03-30T04:40:27.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:27 smithi111 bash[18552]: cluster 2024-03-30T04:40:27.064986+0000 mon.a (mon.0) 1236 : cluster [INF] Activating manager daemon y 2024-03-30T04:40:27.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:27 smithi111 bash[18552]: cluster 2024-03-30T04:40:27.071998+0000 mon.a (mon.0) 1237 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2024-03-30T04:40:28.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:27 smithi117 bash[18692]: cluster 2024-03-30T04:40:26.733711+0000 mon.a (mon.0) 1234 : cluster [DBG] mgrmap e29: y(active, starting, since 9s), standbys: x 2024-03-30T04:40:28.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:27 smithi117 bash[18692]: cluster 2024-03-30T04:40:27.064463+0000 mon.a (mon.0) 1235 : cluster [INF] Active manager daemon y restarted 2024-03-30T04:40:28.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:27 smithi117 bash[18692]: cluster 2024-03-30T04:40:27.064986+0000 mon.a (mon.0) 1236 : cluster [INF] Activating manager daemon y 2024-03-30T04:40:28.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:27 smithi117 bash[18692]: cluster 2024-03-30T04:40:27.071998+0000 mon.a (mon.0) 1237 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2024-03-30T04:40:28.365 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:27 smithi111 bash[65893]: [30/Mar/2024:04:40:27] ENGINE Bus STARTING 2024-03-30T04:40:28.365 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[65893]: CherryPy Checker: 2024-03-30T04:40:28.365 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[65893]: The Application mounted at '' has an empty config. 2024-03-30T04:40:28.365 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[65893]: [30/Mar/2024:04:40:28] ENGINE Serving on http://:::9283 2024-03-30T04:40:28.365 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[65893]: [30/Mar/2024:04:40:28] ENGINE Bus STARTED 2024-03-30T04:40:28.790 INFO:teuthology.orchestra.run.smithi111.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:40:28.791 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi111 smithi111 error 19s ago 15m - - 2024-03-30T04:40:28.791 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi117 smithi117 running 13s ago 14m - - 2024-03-30T04:40:28.791 INFO:teuthology.orchestra.run.smithi111.stdout:alertmanager.a smithi111 *:9093,9094 running (76s) 19s ago 8m 13.7M - 0.23.0 ba2b418f427c 1324aeb3a452 2024-03-30T04:40:28.791 INFO:teuthology.orchestra.run.smithi111.stdout:grafana.a smithi117 *:3000 running (22s) 13s ago 7m - - dad864ee21e9 a5602f016f37 2024-03-30T04:40:28.791 INFO:teuthology.orchestra.run.smithi111.stdout:iscsi.foo.smithi111.fmwmll smithi111 running (70s) 19s ago 5m 41.5M - 3.5 e1d6a67b021e 583e3a6a8f96 2024-03-30T04:40:28.791 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.x smithi117 *:8443,9283 running (104s) 13s ago 14m 497M - 19.0.0-2493-gd82c9aa1 3714003597ec c16d8039cc77 2024-03-30T04:40:28.791 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.y smithi111 *:8443,9283,8765 starting - - - - 2024-03-30T04:40:28.791 INFO:teuthology.orchestra.run.smithi111.stdout:mon.a smithi111 running (16m) 19s ago 16m 58.1M 2048M 17.2.0 e1d6a67b021e e26756bbafc7 2024-03-30T04:40:28.791 INFO:teuthology.orchestra.run.smithi111.stdout:mon.b smithi117 running (14m) 13s ago 14m 47.1M 2048M 17.2.0 e1d6a67b021e fee520b706e2 2024-03-30T04:40:28.791 INFO:teuthology.orchestra.run.smithi111.stdout:mon.c smithi111 running (14m) 19s ago 14m 44.0M 2048M 17.2.0 e1d6a67b021e 2b2c290c2cb8 2024-03-30T04:40:28.791 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.a smithi111 *:9100 running (86s) 19s ago 8m 8867k - 1.3.1 1dbe0e931976 6370ea39ede2 2024-03-30T04:40:28.791 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.b smithi117 *:9100 running (48s) 13s ago 8m 7900k - 1.3.1 1dbe0e931976 038bdefec2fb 2024-03-30T04:40:28.792 INFO:teuthology.orchestra.run.smithi111.stdout:osd.0 smithi111 running (13m) 19s ago 13m 55.5M 4096M 17.2.0 e1d6a67b021e 8066f1ef56b0 2024-03-30T04:40:28.792 INFO:teuthology.orchestra.run.smithi111.stdout:osd.1 smithi111 running (13m) 19s ago 13m 57.6M 4096M 17.2.0 e1d6a67b021e 8986210aecf7 2024-03-30T04:40:28.792 INFO:teuthology.orchestra.run.smithi111.stdout:osd.2 smithi111 running (12m) 19s ago 12m 52.6M 4096M 17.2.0 e1d6a67b021e 75832afbc732 2024-03-30T04:40:28.792 INFO:teuthology.orchestra.run.smithi111.stdout:osd.3 smithi111 running (11m) 19s ago 11m 55.0M 4096M 17.2.0 e1d6a67b021e 9bdb46999038 2024-03-30T04:40:28.792 INFO:teuthology.orchestra.run.smithi111.stdout:osd.4 smithi117 running (11m) 13s ago 11m 57.9M 4096M 17.2.0 e1d6a67b021e dfb36784cb06 2024-03-30T04:40:28.792 INFO:teuthology.orchestra.run.smithi111.stdout:osd.5 smithi117 running (10m) 13s ago 10m 52.7M 4096M 17.2.0 e1d6a67b021e 232d5fd01e16 2024-03-30T04:40:28.792 INFO:teuthology.orchestra.run.smithi111.stdout:osd.6 smithi117 running (10m) 13s ago 10m 51.0M 4096M 17.2.0 e1d6a67b021e 393ee9af633e 2024-03-30T04:40:28.792 INFO:teuthology.orchestra.run.smithi111.stdout:osd.7 smithi117 running (9m) 13s ago 9m 54.5M 4096M 17.2.0 e1d6a67b021e f9f3a86e8182 2024-03-30T04:40:28.792 INFO:teuthology.orchestra.run.smithi111.stdout:prometheus.a smithi117 *:9095 running (52s) 13s ago 8m 50.7M - 2.33.4 514e6a882f6e 13b8eb75085d 2024-03-30T04:40:28.792 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi111.gqpgtc smithi111 *:8000 running (6m) 19s ago 6m 85.1M - 17.2.0 e1d6a67b021e e51a6fac1b59 2024-03-30T04:40:28.792 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi117.nijpsz smithi117 *:8000 running (6m) 13s ago 6m 85.5M - 17.2.0 e1d6a67b021e bd8939f98ae0 2024-03-30T04:40:28.792 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi111.nqgkvi smithi111 *:80 running (5m) 19s ago 5m 85.4M - 17.2.0 e1d6a67b021e 4dd1cc17abca 2024-03-30T04:40:28.792 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi117.wrgldy smithi117 *:80 running (5m) 13s ago 5m 85.4M - 17.2.0 e1d6a67b021e 1bff1faa59ec 2024-03-30T04:40:29.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[24005]: cluster 2024-03-30T04:40:27.761008+0000 mon.a (mon.0) 1238 : cluster [DBG] mgrmap e30: y(active, starting, since 0.696121s), standbys: x 2024-03-30T04:40:29.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[24005]: audit 2024-03-30T04:40:27.766710+0000 mon.a (mon.0) 1239 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:40:29.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[24005]: audit 2024-03-30T04:40:27.766983+0000 mon.a (mon.0) 1240 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:40:29.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[24005]: audit 2024-03-30T04:40:27.767164+0000 mon.a (mon.0) 1241 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:40:29.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[24005]: audit 2024-03-30T04:40:27.770300+0000 mon.a (mon.0) 1242 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:40:29.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[24005]: audit 2024-03-30T04:40:27.770571+0000 mon.a (mon.0) 1243 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:40:29.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[24005]: audit 2024-03-30T04:40:27.771280+0000 mon.a (mon.0) 1244 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:40:29.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[24005]: audit 2024-03-30T04:40:27.771683+0000 mon.a (mon.0) 1245 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:40:29.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[24005]: audit 2024-03-30T04:40:27.771927+0000 mon.a (mon.0) 1246 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:40:29.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[24005]: audit 2024-03-30T04:40:27.772176+0000 mon.a (mon.0) 1247 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:40:29.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[24005]: audit 2024-03-30T04:40:27.772430+0000 mon.a (mon.0) 1248 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:40:29.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[24005]: audit 2024-03-30T04:40:27.772765+0000 mon.a (mon.0) 1249 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:40:29.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[24005]: audit 2024-03-30T04:40:27.773067+0000 mon.a (mon.0) 1250 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:40:29.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[24005]: audit 2024-03-30T04:40:27.773396+0000 mon.a (mon.0) 1251 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:40:29.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[24005]: audit 2024-03-30T04:40:27.773798+0000 mon.a (mon.0) 1252 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:40:29.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[24005]: audit 2024-03-30T04:40:27.774100+0000 mon.a (mon.0) 1253 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:40:29.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[24005]: audit 2024-03-30T04:40:27.774900+0000 mon.a (mon.0) 1254 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:40:29.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[24005]: cluster 2024-03-30T04:40:27.804815+0000 mon.a (mon.0) 1255 : cluster [INF] Manager daemon y is now available 2024-03-30T04:40:29.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[24005]: audit 2024-03-30T04:40:27.857236+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:29.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[18552]: cluster 2024-03-30T04:40:27.761008+0000 mon.a (mon.0) 1238 : cluster [DBG] mgrmap e30: y(active, starting, since 0.696121s), standbys: x 2024-03-30T04:40:29.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[18552]: audit 2024-03-30T04:40:27.766710+0000 mon.a (mon.0) 1239 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:40:29.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[18552]: audit 2024-03-30T04:40:27.766983+0000 mon.a (mon.0) 1240 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:40:29.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[18552]: audit 2024-03-30T04:40:27.767164+0000 mon.a (mon.0) 1241 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:40:29.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[18552]: audit 2024-03-30T04:40:27.770300+0000 mon.a (mon.0) 1242 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:40:29.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[18552]: audit 2024-03-30T04:40:27.770571+0000 mon.a (mon.0) 1243 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:40:29.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[18552]: audit 2024-03-30T04:40:27.771280+0000 mon.a (mon.0) 1244 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:40:29.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[18552]: audit 2024-03-30T04:40:27.771683+0000 mon.a (mon.0) 1245 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:40:29.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[18552]: audit 2024-03-30T04:40:27.771927+0000 mon.a (mon.0) 1246 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:40:29.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[18552]: audit 2024-03-30T04:40:27.772176+0000 mon.a (mon.0) 1247 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:40:29.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[18552]: audit 2024-03-30T04:40:27.772430+0000 mon.a (mon.0) 1248 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:40:29.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[18552]: audit 2024-03-30T04:40:27.772765+0000 mon.a (mon.0) 1249 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:40:29.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[18552]: audit 2024-03-30T04:40:27.773067+0000 mon.a (mon.0) 1250 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:40:29.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[18552]: audit 2024-03-30T04:40:27.773396+0000 mon.a (mon.0) 1251 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:40:29.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[18552]: audit 2024-03-30T04:40:27.773798+0000 mon.a (mon.0) 1252 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:40:29.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[18552]: audit 2024-03-30T04:40:27.774100+0000 mon.a (mon.0) 1253 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:40:29.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[18552]: audit 2024-03-30T04:40:27.774900+0000 mon.a (mon.0) 1254 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:40:29.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[18552]: cluster 2024-03-30T04:40:27.804815+0000 mon.a (mon.0) 1255 : cluster [INF] Manager daemon y is now available 2024-03-30T04:40:29.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[18552]: audit 2024-03-30T04:40:27.857236+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:29.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[24005]: audit 2024-03-30T04:40:27.866831+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi111", "caps": []}]: dispatch 2024-03-30T04:40:29.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[24005]: audit 2024-03-30T04:40:27.869389+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]: dispatch 2024-03-30T04:40:29.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[24005]: audit 2024-03-30T04:40:27.887529+0000 mon.a (mon.0) 1259 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:40:29.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[24005]: audit 2024-03-30T04:40:27.894668+0000 mon.a (mon.0) 1260 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:40:29.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[24005]: audit 2024-03-30T04:40:27.912811+0000 mon.a (mon.0) 1261 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:40:29.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[24005]: audit 2024-03-30T04:40:28.468061+0000 mon.a (mon.0) 1262 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:40:29.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[18552]: audit 2024-03-30T04:40:27.866831+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi111", "caps": []}]: dispatch 2024-03-30T04:40:29.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[18552]: audit 2024-03-30T04:40:27.869389+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]: dispatch 2024-03-30T04:40:29.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[18552]: audit 2024-03-30T04:40:27.887529+0000 mon.a (mon.0) 1259 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:40:29.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[18552]: audit 2024-03-30T04:40:27.894668+0000 mon.a (mon.0) 1260 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:40:29.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[18552]: audit 2024-03-30T04:40:27.912811+0000 mon.a (mon.0) 1261 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:40:29.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:28 smithi111 bash[18552]: audit 2024-03-30T04:40:28.468061+0000 mon.a (mon.0) 1262 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:40:29.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:28 smithi117 bash[18692]: cluster 2024-03-30T04:40:27.761008+0000 mon.a (mon.0) 1238 : cluster [DBG] mgrmap e30: y(active, starting, since 0.696121s), standbys: x 2024-03-30T04:40:29.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:28 smithi117 bash[18692]: audit 2024-03-30T04:40:27.766710+0000 mon.a (mon.0) 1239 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:40:29.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:28 smithi117 bash[18692]: audit 2024-03-30T04:40:27.766983+0000 mon.a (mon.0) 1240 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:40:29.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:28 smithi117 bash[18692]: audit 2024-03-30T04:40:27.767164+0000 mon.a (mon.0) 1241 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:40:29.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:28 smithi117 bash[18692]: audit 2024-03-30T04:40:27.770300+0000 mon.a (mon.0) 1242 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:40:29.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:28 smithi117 bash[18692]: audit 2024-03-30T04:40:27.770571+0000 mon.a (mon.0) 1243 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:40:29.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:28 smithi117 bash[18692]: audit 2024-03-30T04:40:27.771280+0000 mon.a (mon.0) 1244 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:40:29.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:28 smithi117 bash[18692]: audit 2024-03-30T04:40:27.771683+0000 mon.a (mon.0) 1245 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:40:29.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:28 smithi117 bash[18692]: audit 2024-03-30T04:40:27.771927+0000 mon.a (mon.0) 1246 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:40:29.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:28 smithi117 bash[18692]: audit 2024-03-30T04:40:27.772176+0000 mon.a (mon.0) 1247 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:40:29.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:28 smithi117 bash[18692]: audit 2024-03-30T04:40:27.772430+0000 mon.a (mon.0) 1248 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:40:29.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:28 smithi117 bash[18692]: audit 2024-03-30T04:40:27.772765+0000 mon.a (mon.0) 1249 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:40:29.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:28 smithi117 bash[18692]: audit 2024-03-30T04:40:27.773067+0000 mon.a (mon.0) 1250 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:40:29.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:28 smithi117 bash[18692]: audit 2024-03-30T04:40:27.773396+0000 mon.a (mon.0) 1251 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:40:29.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:28 smithi117 bash[18692]: audit 2024-03-30T04:40:27.773798+0000 mon.a (mon.0) 1252 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:40:29.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:28 smithi117 bash[18692]: audit 2024-03-30T04:40:27.774100+0000 mon.a (mon.0) 1253 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:40:29.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:28 smithi117 bash[18692]: audit 2024-03-30T04:40:27.774900+0000 mon.a (mon.0) 1254 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:40:29.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:28 smithi117 bash[18692]: cluster 2024-03-30T04:40:27.804815+0000 mon.a (mon.0) 1255 : cluster [INF] Manager daemon y is now available 2024-03-30T04:40:29.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:28 smithi117 bash[18692]: audit 2024-03-30T04:40:27.857236+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:29.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:28 smithi117 bash[18692]: audit 2024-03-30T04:40:27.866831+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi111", "caps": []}]: dispatch 2024-03-30T04:40:29.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:28 smithi117 bash[18692]: audit 2024-03-30T04:40:27.869389+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]: dispatch 2024-03-30T04:40:29.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:28 smithi117 bash[18692]: audit 2024-03-30T04:40:27.887529+0000 mon.a (mon.0) 1259 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:40:29.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:28 smithi117 bash[18692]: audit 2024-03-30T04:40:27.894668+0000 mon.a (mon.0) 1260 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:40:29.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:28 smithi117 bash[18692]: audit 2024-03-30T04:40:27.912811+0000 mon.a (mon.0) 1261 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:40:29.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:28 smithi117 bash[18692]: audit 2024-03-30T04:40:28.468061+0000 mon.a (mon.0) 1262 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:40:29.222 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:40:29.222 INFO:teuthology.orchestra.run.smithi111.stdout: "mon": { 2024-03-30T04:40:29.222 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-30T04:40:29.222 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:40:29.223 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr": { 2024-03-30T04:40:29.223 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:40:29.223 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:40:29.223 INFO:teuthology.orchestra.run.smithi111.stdout: "osd": { 2024-03-30T04:40:29.223 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-30T04:40:29.223 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:40:29.223 INFO:teuthology.orchestra.run.smithi111.stdout: "mds": {}, 2024-03-30T04:40:29.223 INFO:teuthology.orchestra.run.smithi111.stdout: "rgw": { 2024-03-30T04:40:29.223 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:40:29.223 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:40:29.223 INFO:teuthology.orchestra.run.smithi111.stdout: "overall": { 2024-03-30T04:40:29.223 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 15, 2024-03-30T04:40:29.223 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:40:29.224 INFO:teuthology.orchestra.run.smithi111.stdout: } 2024-03-30T04:40:29.224 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:40:29.603 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:40:29.603 INFO:teuthology.orchestra.run.smithi111.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962", 2024-03-30T04:40:29.603 INFO:teuthology.orchestra.run.smithi111.stdout: "in_progress": true, 2024-03-30T04:40:29.603 INFO:teuthology.orchestra.run.smithi111.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:40:29.603 INFO:teuthology.orchestra.run.smithi111.stdout: "services_complete": [], 2024-03-30T04:40:29.603 INFO:teuthology.orchestra.run.smithi111.stdout: "progress": "", 2024-03-30T04:40:29.603 INFO:teuthology.orchestra.run.smithi111.stdout: "message": "", 2024-03-30T04:40:29.603 INFO:teuthology.orchestra.run.smithi111.stdout: "is_paused": false 2024-03-30T04:40:29.604 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:40:29.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:29 smithi111 bash[24005]: cluster 2024-03-30T04:40:28.769106+0000 mon.a (mon.0) 1263 : cluster [DBG] mgrmap e31: y(active, since 1.70426s), standbys: x 2024-03-30T04:40:29.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:29 smithi111 bash[24005]: cephadm 2024-03-30T04:40:28.806430+0000 mgr.y (mgr.25279) 3 : cephadm [INF] [30/Mar/2024:04:40:28] ENGINE Bus STARTING 2024-03-30T04:40:29.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:29 smithi111 bash[24005]: cluster 2024-03-30T04:40:28.815125+0000 mgr.y (mgr.25279) 4 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:29.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:29 smithi111 bash[24005]: cephadm 2024-03-30T04:40:28.928578+0000 mgr.y (mgr.25279) 5 : cephadm [INF] [30/Mar/2024:04:40:28] ENGINE Serving on https://172.21.15.111:7150 2024-03-30T04:40:29.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:29 smithi111 bash[24005]: cephadm 2024-03-30T04:40:29.029881+0000 mgr.y (mgr.25279) 6 : cephadm [INF] [30/Mar/2024:04:40:29] ENGINE Serving on http://172.21.15.111:8765 2024-03-30T04:40:29.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:29 smithi111 bash[24005]: cephadm 2024-03-30T04:40:29.030228+0000 mgr.y (mgr.25279) 7 : cephadm [INF] [30/Mar/2024:04:40:29] ENGINE Bus STARTED 2024-03-30T04:40:29.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:29 smithi111 bash[24005]: audit 2024-03-30T04:40:29.229224+0000 mon.c (mon.1) 51 : audit [DBG] from='client.? 172.21.15.111:0/1309736525' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:29.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:29 smithi111 bash[24005]: audit 2024-03-30T04:40:29.311724+0000 mon.a (mon.0) 1264 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:29.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:29 smithi111 bash[24005]: audit 2024-03-30T04:40:29.414917+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:29.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:29 smithi111 bash[24005]: audit 2024-03-30T04:40:29.548661+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:29.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:29 smithi111 bash[24005]: audit 2024-03-30T04:40:29.609832+0000 mgr.y (mgr.25279) 8 : audit [DBG] from='client.15387 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:29.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:29 smithi111 bash[18552]: cluster 2024-03-30T04:40:28.769106+0000 mon.a (mon.0) 1263 : cluster [DBG] mgrmap e31: y(active, since 1.70426s), standbys: x 2024-03-30T04:40:29.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:29 smithi111 bash[18552]: cephadm 2024-03-30T04:40:28.806430+0000 mgr.y (mgr.25279) 3 : cephadm [INF] [30/Mar/2024:04:40:28] ENGINE Bus STARTING 2024-03-30T04:40:29.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:29 smithi111 bash[18552]: cluster 2024-03-30T04:40:28.815125+0000 mgr.y (mgr.25279) 4 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:29.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:29 smithi111 bash[18552]: cephadm 2024-03-30T04:40:28.928578+0000 mgr.y (mgr.25279) 5 : cephadm [INF] [30/Mar/2024:04:40:28] ENGINE Serving on https://172.21.15.111:7150 2024-03-30T04:40:29.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:29 smithi111 bash[18552]: cephadm 2024-03-30T04:40:29.029881+0000 mgr.y (mgr.25279) 6 : cephadm [INF] [30/Mar/2024:04:40:29] ENGINE Serving on http://172.21.15.111:8765 2024-03-30T04:40:29.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:29 smithi111 bash[18552]: cephadm 2024-03-30T04:40:29.030228+0000 mgr.y (mgr.25279) 7 : cephadm [INF] [30/Mar/2024:04:40:29] ENGINE Bus STARTED 2024-03-30T04:40:29.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:29 smithi111 bash[18552]: audit 2024-03-30T04:40:29.229224+0000 mon.c (mon.1) 51 : audit [DBG] from='client.? 172.21.15.111:0/1309736525' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:29.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:29 smithi111 bash[18552]: audit 2024-03-30T04:40:29.311724+0000 mon.a (mon.0) 1264 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:29.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:29 smithi111 bash[18552]: audit 2024-03-30T04:40:29.414917+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:29.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:29 smithi111 bash[18552]: audit 2024-03-30T04:40:29.548661+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:29.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:29 smithi111 bash[18552]: audit 2024-03-30T04:40:29.609832+0000 mgr.y (mgr.25279) 8 : audit [DBG] from='client.15387 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:30.034 INFO:teuthology.orchestra.run.smithi111.stdout:HEALTH_OK 2024-03-30T04:40:30.133 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:29 smithi117 bash[18692]: cluster 2024-03-30T04:40:28.769106+0000 mon.a (mon.0) 1263 : cluster [DBG] mgrmap e31: y(active, since 1.70426s), standbys: x 2024-03-30T04:40:30.133 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:29 smithi117 bash[18692]: cephadm 2024-03-30T04:40:28.806430+0000 mgr.y (mgr.25279) 3 : cephadm [INF] [30/Mar/2024:04:40:28] ENGINE Bus STARTING 2024-03-30T04:40:30.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:29 smithi117 bash[18692]: cluster 2024-03-30T04:40:28.815125+0000 mgr.y (mgr.25279) 4 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:30.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:29 smithi117 bash[18692]: cephadm 2024-03-30T04:40:28.928578+0000 mgr.y (mgr.25279) 5 : cephadm [INF] [30/Mar/2024:04:40:28] ENGINE Serving on https://172.21.15.111:7150 2024-03-30T04:40:30.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:29 smithi117 bash[18692]: cephadm 2024-03-30T04:40:29.029881+0000 mgr.y (mgr.25279) 6 : cephadm [INF] [30/Mar/2024:04:40:29] ENGINE Serving on http://172.21.15.111:8765 2024-03-30T04:40:30.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:29 smithi117 bash[18692]: cephadm 2024-03-30T04:40:29.030228+0000 mgr.y (mgr.25279) 7 : cephadm [INF] [30/Mar/2024:04:40:29] ENGINE Bus STARTED 2024-03-30T04:40:30.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:29 smithi117 bash[18692]: audit 2024-03-30T04:40:29.229224+0000 mon.c (mon.1) 51 : audit [DBG] from='client.? 172.21.15.111:0/1309736525' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:30.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:29 smithi117 bash[18692]: audit 2024-03-30T04:40:29.311724+0000 mon.a (mon.0) 1264 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:30.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:29 smithi117 bash[18692]: audit 2024-03-30T04:40:29.414917+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:30.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:29 smithi117 bash[18692]: audit 2024-03-30T04:40:29.548661+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:30.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:29 smithi117 bash[18692]: audit 2024-03-30T04:40:29.609832+0000 mgr.y (mgr.25279) 8 : audit [DBG] from='client.15387 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:30.577 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:40:30 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Scheduled restart job, restart counter is at 3. 2024-03-30T04:40:30.577 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:40:30 smithi117 systemd[1]: Stopped Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:40:30.577 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:40:30 smithi117 systemd[1]: Started Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:40:30.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:30 smithi117 bash[18692]: cluster 2024-03-30T04:40:29.773806+0000 mgr.y (mgr.25279) 9 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:30.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:30 smithi117 bash[18692]: cluster 2024-03-30T04:40:29.783553+0000 mon.a (mon.0) 1267 : cluster [DBG] mgrmap e32: y(active, since 2s), standbys: x 2024-03-30T04:40:30.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:30 smithi117 bash[18692]: audit 2024-03-30T04:40:30.041165+0000 mon.a (mon.0) 1268 : audit [DBG] from='client.? 172.21.15.111:0/2727011792' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:40:30.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:30 smithi117 bash[18692]: audit 2024-03-30T04:40:30.190890+0000 mon.a (mon.0) 1269 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi117", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:40:30.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:30 smithi117 bash[18692]: audit 2024-03-30T04:40:30.192163+0000 mon.a (mon.0) 1270 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:30.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:30 smithi117 bash[18692]: audit 2024-03-30T04:40:30.193245+0000 mon.a (mon.0) 1271 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:30.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:30 smithi117 bash[18692]: cephadm 2024-03-30T04:40:30.194895+0000 mgr.y (mgr.25279) 10 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.conf 2024-03-30T04:40:30.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:30 smithi117 bash[18692]: cephadm 2024-03-30T04:40:30.195154+0000 mgr.y (mgr.25279) 11 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-03-30T04:40:30.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:30 smithi117 bash[18692]: cephadm 2024-03-30T04:40:30.561149+0000 mgr.y (mgr.25279) 12 : cephadm [INF] Updating smithi111:/var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:40:30.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:30 smithi117 bash[18692]: audit 2024-03-30T04:40:30.591890+0000 mon.a (mon.0) 1272 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:30.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:30 smithi117 bash[18692]: cephadm 2024-03-30T04:40:30.661025+0000 mgr.y (mgr.25279) 13 : cephadm [INF] Updating smithi117:/var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:40:30.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:30 smithi117 bash[18692]: cephadm 2024-03-30T04:40:30.675459+0000 mgr.y (mgr.25279) 14 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:40:30.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:30 smithi117 bash[18692]: audit 2024-03-30T04:40:30.693705+0000 mon.a (mon.0) 1273 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:31.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:30 smithi111 bash[18552]: cluster 2024-03-30T04:40:29.773806+0000 mgr.y (mgr.25279) 9 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:31.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:30 smithi111 bash[18552]: cluster 2024-03-30T04:40:29.783553+0000 mon.a (mon.0) 1267 : cluster [DBG] mgrmap e32: y(active, since 2s), standbys: x 2024-03-30T04:40:31.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:30 smithi111 bash[18552]: audit 2024-03-30T04:40:30.041165+0000 mon.a (mon.0) 1268 : audit [DBG] from='client.? 172.21.15.111:0/2727011792' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:40:31.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:30 smithi111 bash[18552]: audit 2024-03-30T04:40:30.190890+0000 mon.a (mon.0) 1269 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi117", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:40:31.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:30 smithi111 bash[18552]: audit 2024-03-30T04:40:30.192163+0000 mon.a (mon.0) 1270 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:31.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:30 smithi111 bash[18552]: audit 2024-03-30T04:40:30.193245+0000 mon.a (mon.0) 1271 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:31.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:30 smithi111 bash[18552]: cephadm 2024-03-30T04:40:30.194895+0000 mgr.y (mgr.25279) 10 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.conf 2024-03-30T04:40:31.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:30 smithi111 bash[18552]: cephadm 2024-03-30T04:40:30.195154+0000 mgr.y (mgr.25279) 11 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-03-30T04:40:31.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:30 smithi111 bash[18552]: cephadm 2024-03-30T04:40:30.561149+0000 mgr.y (mgr.25279) 12 : cephadm [INF] Updating smithi111:/var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:40:31.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:30 smithi111 bash[18552]: audit 2024-03-30T04:40:30.591890+0000 mon.a (mon.0) 1272 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:31.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:30 smithi111 bash[18552]: cephadm 2024-03-30T04:40:30.661025+0000 mgr.y (mgr.25279) 13 : cephadm [INF] Updating smithi117:/var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:40:31.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:30 smithi111 bash[18552]: cephadm 2024-03-30T04:40:30.675459+0000 mgr.y (mgr.25279) 14 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:40:31.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:30 smithi111 bash[18552]: audit 2024-03-30T04:40:30.693705+0000 mon.a (mon.0) 1273 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:31.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:30 smithi111 bash[24005]: cluster 2024-03-30T04:40:29.773806+0000 mgr.y (mgr.25279) 9 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:31.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:30 smithi111 bash[24005]: cluster 2024-03-30T04:40:29.783553+0000 mon.a (mon.0) 1267 : cluster [DBG] mgrmap e32: y(active, since 2s), standbys: x 2024-03-30T04:40:31.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:30 smithi111 bash[24005]: audit 2024-03-30T04:40:30.041165+0000 mon.a (mon.0) 1268 : audit [DBG] from='client.? 172.21.15.111:0/2727011792' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:40:31.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:30 smithi111 bash[24005]: audit 2024-03-30T04:40:30.190890+0000 mon.a (mon.0) 1269 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi117", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:40:31.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:30 smithi111 bash[24005]: audit 2024-03-30T04:40:30.192163+0000 mon.a (mon.0) 1270 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:31.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:30 smithi111 bash[24005]: audit 2024-03-30T04:40:30.193245+0000 mon.a (mon.0) 1271 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:31.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:30 smithi111 bash[24005]: cephadm 2024-03-30T04:40:30.194895+0000 mgr.y (mgr.25279) 10 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.conf 2024-03-30T04:40:31.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:30 smithi111 bash[24005]: cephadm 2024-03-30T04:40:30.195154+0000 mgr.y (mgr.25279) 11 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-03-30T04:40:31.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:30 smithi111 bash[24005]: cephadm 2024-03-30T04:40:30.561149+0000 mgr.y (mgr.25279) 12 : cephadm [INF] Updating smithi111:/var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:40:31.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:30 smithi111 bash[24005]: audit 2024-03-30T04:40:30.591890+0000 mon.a (mon.0) 1272 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:31.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:30 smithi111 bash[24005]: cephadm 2024-03-30T04:40:30.661025+0000 mgr.y (mgr.25279) 13 : cephadm [INF] Updating smithi117:/var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:40:31.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:30 smithi111 bash[24005]: cephadm 2024-03-30T04:40:30.675459+0000 mgr.y (mgr.25279) 14 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:40:31.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:30 smithi111 bash[24005]: audit 2024-03-30T04:40:30.693705+0000 mon.a (mon.0) 1273 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:32.217 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:40:32 smithi117 bash[52553]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:40:32.217 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:40:32 smithi117 bash[52553]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:40:32.217 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:31 smithi117 bash[18692]: cephadm 2024-03-30T04:40:30.790046+0000 mgr.y (mgr.25279) 15 : cephadm [INF] Updating smithi111:/var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:40:32.217 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:31 smithi117 bash[18692]: cephadm 2024-03-30T04:40:30.875632+0000 mgr.y (mgr.25279) 16 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:40:32.217 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:31 smithi117 bash[18692]: audit 2024-03-30T04:40:30.960155+0000 mon.a (mon.0) 1274 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:32.217 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:31 smithi117 bash[18692]: audit 2024-03-30T04:40:30.966179+0000 mon.a (mon.0) 1275 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:32.218 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:31 smithi117 bash[18692]: cephadm 2024-03-30T04:40:30.990271+0000 mgr.y (mgr.25279) 17 : cephadm [INF] Updating smithi117:/var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:40:32.218 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:31 smithi117 bash[18692]: audit 2024-03-30T04:40:31.159460+0000 mon.a (mon.0) 1276 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:32.218 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:31 smithi117 bash[18692]: audit 2024-03-30T04:40:31.165090+0000 mon.a (mon.0) 1277 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:32.218 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:31 smithi117 bash[18692]: audit 2024-03-30T04:40:31.170250+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:32.218 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:31 smithi117 bash[18692]: cephadm 2024-03-30T04:40:31.170706+0000 mgr.y (mgr.25279) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:32.218 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:31 smithi117 bash[18692]: audit 2024-03-30T04:40:31.177310+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:32.218 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:31 smithi117 bash[18692]: cephadm 2024-03-30T04:40:31.211137+0000 mgr.y (mgr.25279) 19 : cephadm [INF] Reconfiguring iscsi.foo.smithi111.fmwmll (dependencies changed)... 2024-03-30T04:40:32.218 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:31 smithi117 bash[18692]: audit 2024-03-30T04:40:31.211577+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi111.fmwmll", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:40:32.218 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:31 smithi117 bash[18692]: audit 2024-03-30T04:40:31.221658+0000 mon.a (mon.0) 1281 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:32.218 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:31 smithi117 bash[18692]: cephadm 2024-03-30T04:40:31.222748+0000 mgr.y (mgr.25279) 20 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi111.fmwmll on smithi111 2024-03-30T04:40:32.218 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:31 smithi117 bash[18692]: audit 2024-03-30T04:40:31.873050+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:32.218 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:31 smithi117 bash[18692]: audit 2024-03-30T04:40:31.878609+0000 mon.a (mon.0) 1283 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:32.218 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:31 smithi117 bash[18692]: audit 2024-03-30T04:40:31.883395+0000 mon.a (mon.0) 1284 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:32.292 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:31 smithi111 bash[18552]: cephadm 2024-03-30T04:40:30.790046+0000 mgr.y (mgr.25279) 15 : cephadm [INF] Updating smithi111:/var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:40:32.292 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:31 smithi111 bash[18552]: cephadm 2024-03-30T04:40:30.875632+0000 mgr.y (mgr.25279) 16 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:40:32.292 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:31 smithi111 bash[18552]: audit 2024-03-30T04:40:30.960155+0000 mon.a (mon.0) 1274 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:32.292 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:31 smithi111 bash[18552]: audit 2024-03-30T04:40:30.966179+0000 mon.a (mon.0) 1275 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:32.292 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:31 smithi111 bash[18552]: cephadm 2024-03-30T04:40:30.990271+0000 mgr.y (mgr.25279) 17 : cephadm [INF] Updating smithi117:/var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:40:32.293 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:31 smithi111 bash[18552]: audit 2024-03-30T04:40:31.159460+0000 mon.a (mon.0) 1276 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:32.293 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:31 smithi111 bash[18552]: audit 2024-03-30T04:40:31.165090+0000 mon.a (mon.0) 1277 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:32.293 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:31 smithi111 bash[18552]: audit 2024-03-30T04:40:31.170250+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:32.293 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:31 smithi111 bash[18552]: cephadm 2024-03-30T04:40:31.170706+0000 mgr.y (mgr.25279) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:32.293 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:31 smithi111 bash[18552]: audit 2024-03-30T04:40:31.177310+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:32.293 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:31 smithi111 bash[18552]: cephadm 2024-03-30T04:40:31.211137+0000 mgr.y (mgr.25279) 19 : cephadm [INF] Reconfiguring iscsi.foo.smithi111.fmwmll (dependencies changed)... 2024-03-30T04:40:32.293 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:31 smithi111 bash[18552]: audit 2024-03-30T04:40:31.211577+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi111.fmwmll", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:40:32.293 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:31 smithi111 bash[18552]: audit 2024-03-30T04:40:31.221658+0000 mon.a (mon.0) 1281 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:32.293 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:31 smithi111 bash[18552]: cephadm 2024-03-30T04:40:31.222748+0000 mgr.y (mgr.25279) 20 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi111.fmwmll on smithi111 2024-03-30T04:40:32.293 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:31 smithi111 bash[18552]: audit 2024-03-30T04:40:31.873050+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:32.293 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:31 smithi111 bash[18552]: audit 2024-03-30T04:40:31.878609+0000 mon.a (mon.0) 1283 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:32.293 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:31 smithi111 bash[18552]: audit 2024-03-30T04:40:31.883395+0000 mon.a (mon.0) 1284 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:32.293 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:31 smithi111 bash[24005]: cephadm 2024-03-30T04:40:30.790046+0000 mgr.y (mgr.25279) 15 : cephadm [INF] Updating smithi111:/var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:40:32.294 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:31 smithi111 bash[24005]: cephadm 2024-03-30T04:40:30.875632+0000 mgr.y (mgr.25279) 16 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:40:32.294 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:31 smithi111 bash[24005]: audit 2024-03-30T04:40:30.960155+0000 mon.a (mon.0) 1274 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:32.294 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:31 smithi111 bash[24005]: audit 2024-03-30T04:40:30.966179+0000 mon.a (mon.0) 1275 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:32.294 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:31 smithi111 bash[24005]: cephadm 2024-03-30T04:40:30.990271+0000 mgr.y (mgr.25279) 17 : cephadm [INF] Updating smithi117:/var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:40:32.294 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:31 smithi111 bash[24005]: audit 2024-03-30T04:40:31.159460+0000 mon.a (mon.0) 1276 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:32.294 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:31 smithi111 bash[24005]: audit 2024-03-30T04:40:31.165090+0000 mon.a (mon.0) 1277 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:32.294 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:31 smithi111 bash[24005]: audit 2024-03-30T04:40:31.170250+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:32.294 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:31 smithi111 bash[24005]: cephadm 2024-03-30T04:40:31.170706+0000 mgr.y (mgr.25279) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:32.294 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:31 smithi111 bash[24005]: audit 2024-03-30T04:40:31.177310+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:32.294 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:31 smithi111 bash[24005]: cephadm 2024-03-30T04:40:31.211137+0000 mgr.y (mgr.25279) 19 : cephadm [INF] Reconfiguring iscsi.foo.smithi111.fmwmll (dependencies changed)... 2024-03-30T04:40:32.294 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:31 smithi111 bash[24005]: audit 2024-03-30T04:40:31.211577+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi111.fmwmll", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:40:32.294 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:31 smithi111 bash[24005]: audit 2024-03-30T04:40:31.221658+0000 mon.a (mon.0) 1281 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:32.294 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:31 smithi111 bash[24005]: cephadm 2024-03-30T04:40:31.222748+0000 mgr.y (mgr.25279) 20 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi111.fmwmll on smithi111 2024-03-30T04:40:32.295 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:31 smithi111 bash[24005]: audit 2024-03-30T04:40:31.873050+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:32.295 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:31 smithi111 bash[24005]: audit 2024-03-30T04:40:31.878609+0000 mon.a (mon.0) 1283 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:32.295 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:31 smithi111 bash[24005]: audit 2024-03-30T04:40:31.883395+0000 mon.a (mon.0) 1284 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:33.134 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:33 smithi117 bash[47190]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:40:33] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:40:33.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:32 smithi117 bash[18692]: cluster 2024-03-30T04:40:31.774371+0000 mgr.y (mgr.25279) 21 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:33.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:32 smithi117 bash[18692]: cluster 2024-03-30T04:40:31.990821+0000 mon.a (mon.0) 1285 : cluster [DBG] mgrmap e33: y(active, since 4s), standbys: x 2024-03-30T04:40:33.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:32 smithi111 bash[18552]: cluster 2024-03-30T04:40:31.774371+0000 mgr.y (mgr.25279) 21 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:33.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:32 smithi111 bash[18552]: cluster 2024-03-30T04:40:31.990821+0000 mon.a (mon.0) 1285 : cluster [DBG] mgrmap e33: y(active, since 4s), standbys: x 2024-03-30T04:40:33.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:32 smithi111 bash[24005]: cluster 2024-03-30T04:40:31.774371+0000 mgr.y (mgr.25279) 21 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:33.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:32 smithi111 bash[24005]: cluster 2024-03-30T04:40:31.990821+0000 mon.a (mon.0) 1285 : cluster [DBG] mgrmap e33: y(active, since 4s), standbys: x 2024-03-30T04:40:33.887 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:33 smithi117 bash[49394]: ts=2024-03-30T04:40:33.508Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi111\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:40:33.887 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:40:33 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-30T04:40:33.887 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:40:33 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Failed with result 'exit-code'. 2024-03-30T04:40:35.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:35 smithi117 bash[18692]: cluster 2024-03-30T04:40:33.774943+0000 mgr.y (mgr.25279) 22 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:35.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:35 smithi117 bash[18692]: audit 2024-03-30T04:40:34.376321+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:35.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:35 smithi117 bash[18692]: audit 2024-03-30T04:40:34.635033+0000 mon.a (mon.0) 1287 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:35.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:35 smithi117 bash[18692]: audit 2024-03-30T04:40:34.640361+0000 mon.a (mon.0) 1288 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:35.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:35 smithi117 bash[18692]: audit 2024-03-30T04:40:34.645056+0000 mon.a (mon.0) 1289 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:35.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:35 smithi117 bash[18692]: audit 2024-03-30T04:40:35.268707+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:35.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:35 smithi117 bash[18692]: audit 2024-03-30T04:40:35.278735+0000 mon.a (mon.0) 1291 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:35.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:35 smithi117 bash[18692]: audit 2024-03-30T04:40:35.287705+0000 mon.a (mon.0) 1292 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:35.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:35 smithi111 bash[24005]: cluster 2024-03-30T04:40:33.774943+0000 mgr.y (mgr.25279) 22 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:35.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:35 smithi111 bash[24005]: audit 2024-03-30T04:40:34.376321+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:35.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:35 smithi111 bash[24005]: audit 2024-03-30T04:40:34.635033+0000 mon.a (mon.0) 1287 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:35.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:35 smithi111 bash[24005]: audit 2024-03-30T04:40:34.640361+0000 mon.a (mon.0) 1288 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:35.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:35 smithi111 bash[24005]: audit 2024-03-30T04:40:34.645056+0000 mon.a (mon.0) 1289 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:35.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:35 smithi111 bash[24005]: audit 2024-03-30T04:40:35.268707+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:35.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:35 smithi111 bash[24005]: audit 2024-03-30T04:40:35.278735+0000 mon.a (mon.0) 1291 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:35.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:35 smithi111 bash[24005]: audit 2024-03-30T04:40:35.287705+0000 mon.a (mon.0) 1292 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:35.641 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:35 smithi111 bash[18552]: cluster 2024-03-30T04:40:33.774943+0000 mgr.y (mgr.25279) 22 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:35.641 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:35 smithi111 bash[18552]: audit 2024-03-30T04:40:34.376321+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:35.641 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:35 smithi111 bash[18552]: audit 2024-03-30T04:40:34.635033+0000 mon.a (mon.0) 1287 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:35.641 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:35 smithi111 bash[18552]: audit 2024-03-30T04:40:34.640361+0000 mon.a (mon.0) 1288 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:35.641 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:35 smithi111 bash[18552]: audit 2024-03-30T04:40:34.645056+0000 mon.a (mon.0) 1289 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:35.642 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:35 smithi111 bash[18552]: audit 2024-03-30T04:40:35.268707+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:35.642 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:35 smithi111 bash[18552]: audit 2024-03-30T04:40:35.278735+0000 mon.a (mon.0) 1291 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:35.642 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:35 smithi111 bash[18552]: audit 2024-03-30T04:40:35.287705+0000 mon.a (mon.0) 1292 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:37.700 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:37 smithi111 bash[24005]: cluster 2024-03-30T04:40:35.775787+0000 mgr.y (mgr.25279) 23 : 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 2024-03-30T04:40:37.701 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:37 smithi111 bash[24005]: audit 2024-03-30T04:40:36.552578+0000 mon.a (mon.0) 1293 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:37.701 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:37 smithi111 bash[24005]: audit 2024-03-30T04:40:37.106565+0000 mon.a (mon.0) 1294 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:37.701 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:37 smithi111 bash[24005]: audit 2024-03-30T04:40:37.128762+0000 mon.a (mon.0) 1295 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:37.701 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:37 smithi111 bash[24005]: audit 2024-03-30T04:40:37.134218+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:37.701 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:37 smithi111 bash[18552]: cluster 2024-03-30T04:40:35.775787+0000 mgr.y (mgr.25279) 23 : 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 2024-03-30T04:40:37.701 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:37 smithi111 bash[18552]: audit 2024-03-30T04:40:36.552578+0000 mon.a (mon.0) 1293 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:37.701 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:37 smithi111 bash[18552]: audit 2024-03-30T04:40:37.106565+0000 mon.a (mon.0) 1294 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:37.701 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:37 smithi111 bash[18552]: audit 2024-03-30T04:40:37.128762+0000 mon.a (mon.0) 1295 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:37.701 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:37 smithi111 bash[18552]: audit 2024-03-30T04:40:37.134218+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:37.883 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:37 smithi117 bash[18692]: cluster 2024-03-30T04:40:35.775787+0000 mgr.y (mgr.25279) 23 : 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 2024-03-30T04:40:37.883 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:37 smithi117 bash[18692]: audit 2024-03-30T04:40:36.552578+0000 mon.a (mon.0) 1293 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:37.883 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:37 smithi117 bash[18692]: audit 2024-03-30T04:40:37.106565+0000 mon.a (mon.0) 1294 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:37.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:37 smithi117 bash[18692]: audit 2024-03-30T04:40:37.128762+0000 mon.a (mon.0) 1295 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:37.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:37 smithi117 bash[18692]: audit 2024-03-30T04:40:37.134218+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:38.383 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:37 smithi117 bash[49394]: ts=2024-03-30T04:40:37.911Z caller=refresh.go:98 level=error component="discovery manager notify" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.117:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.117:8765: connect: connection refused" 2024-03-30T04:40:38.384 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:37 smithi117 bash[49394]: ts=2024-03-30T04:40:37.912Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.117:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.117:8765: connect: connection refused" 2024-03-30T04:40:38.384 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:37 smithi117 bash[49394]: ts=2024-03-30T04:40:37.915Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.117:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.117:8765: connect: connection refused" 2024-03-30T04:40:38.384 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:37 smithi117 bash[49394]: ts=2024-03-30T04:40:37.917Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.117:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.117:8765: connect: connection refused" 2024-03-30T04:40:38.384 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:37 smithi117 bash[49394]: ts=2024-03-30T04:40:37.917Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.117:8765/sd/prometheus/sd-config?service=nvmeof\": dial tcp 172.21.15.117:8765: connect: connection refused" 2024-03-30T04:40:38.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:38 smithi111 bash[18552]: cluster 2024-03-30T04:40:37.129752+0000 mgr.y (mgr.25279) 24 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 14 op/s 2024-03-30T04:40:38.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:38 smithi111 bash[18552]: cluster 2024-03-30T04:40:38.126479+0000 mon.a (mon.0) 1297 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:40:38.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:38 smithi111 bash[18552]: audit 2024-03-30T04:40:38.464105+0000 mon.a (mon.0) 1298 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:38.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:38 smithi111 bash[18552]: audit 2024-03-30T04:40:38.470376+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:38.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:38 smithi111 bash[24005]: cluster 2024-03-30T04:40:37.129752+0000 mgr.y (mgr.25279) 24 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 14 op/s 2024-03-30T04:40:38.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:38 smithi111 bash[24005]: cluster 2024-03-30T04:40:38.126479+0000 mon.a (mon.0) 1297 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:40:38.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:38 smithi111 bash[24005]: audit 2024-03-30T04:40:38.464105+0000 mon.a (mon.0) 1298 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:38.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:38 smithi111 bash[24005]: audit 2024-03-30T04:40:38.470376+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:38.883 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:38 smithi117 bash[18692]: cluster 2024-03-30T04:40:37.129752+0000 mgr.y (mgr.25279) 24 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 14 op/s 2024-03-30T04:40:38.883 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:38 smithi117 bash[18692]: cluster 2024-03-30T04:40:38.126479+0000 mon.a (mon.0) 1297 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:40:38.883 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:38 smithi117 bash[18692]: audit 2024-03-30T04:40:38.464105+0000 mon.a (mon.0) 1298 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:38.883 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:38 smithi117 bash[18692]: audit 2024-03-30T04:40:38.470376+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:39.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:39 smithi111 bash[24005]: cephadm 2024-03-30T04:40:38.505037+0000 mgr.y (mgr.25279) 25 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-30T04:40:39.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:39 smithi111 bash[24005]: cephadm 2024-03-30T04:40:38.744590+0000 mgr.y (mgr.25279) 26 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi117 2024-03-30T04:40:39.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:39 smithi111 bash[18552]: cephadm 2024-03-30T04:40:38.505037+0000 mgr.y (mgr.25279) 25 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-30T04:40:39.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:39 smithi111 bash[18552]: cephadm 2024-03-30T04:40:38.744590+0000 mgr.y (mgr.25279) 26 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi117 2024-03-30T04:40:39.883 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:39 smithi117 bash[18692]: cephadm 2024-03-30T04:40:38.505037+0000 mgr.y (mgr.25279) 25 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-30T04:40:39.883 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:39 smithi117 bash[18692]: cephadm 2024-03-30T04:40:38.744590+0000 mgr.y (mgr.25279) 26 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi117 2024-03-30T04:40:40.730 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:40 smithi111 bash[18552]: cluster 2024-03-30T04:40:39.131382+0000 mgr.y (mgr.25279) 27 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 12 op/s 2024-03-30T04:40:40.730 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:40 smithi111 bash[24005]: cluster 2024-03-30T04:40:39.131382+0000 mgr.y (mgr.25279) 27 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 12 op/s 2024-03-30T04:40:40.841 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:40 smithi117 bash[18692]: cluster 2024-03-30T04:40:39.131382+0000 mgr.y (mgr.25279) 27 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 12 op/s 2024-03-30T04:40:42.127 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:41 smithi117 bash[18692]: audit 2024-03-30T04:40:40.937602+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:42.127 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:41 smithi117 bash[18692]: audit 2024-03-30T04:40:40.943468+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:42.128 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:41 smithi117 bash[18692]: cluster 2024-03-30T04:40:40.945140+0000 mgr.y (mgr.25279) 28 : cluster [DBG] pgmap v10: 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 2024-03-30T04:40:42.128 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:41 smithi117 bash[18692]: cluster 2024-03-30T04:40:40.945992+0000 mgr.y (mgr.25279) 29 : cluster [DBG] pgmap v11: 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 2024-03-30T04:40:42.128 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:41 smithi117 bash[18692]: audit 2024-03-30T04:40:40.950965+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:42.128 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:41 smithi117 bash[18692]: audit 2024-03-30T04:40:41.077232+0000 mon.a (mon.0) 1303 : audit [DBG] from='client.? 172.21.15.111:0/1654930203' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-30T04:40:42.320 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:41 smithi111 bash[24005]: audit 2024-03-30T04:40:40.937602+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:42.320 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:41 smithi111 bash[24005]: audit 2024-03-30T04:40:40.943468+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:42.320 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:41 smithi111 bash[24005]: cluster 2024-03-30T04:40:40.945140+0000 mgr.y (mgr.25279) 28 : cluster [DBG] pgmap v10: 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 2024-03-30T04:40:42.320 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:41 smithi111 bash[24005]: cluster 2024-03-30T04:40:40.945992+0000 mgr.y (mgr.25279) 29 : cluster [DBG] pgmap v11: 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 2024-03-30T04:40:42.320 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:41 smithi111 bash[24005]: audit 2024-03-30T04:40:40.950965+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:42.320 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:41 smithi111 bash[24005]: audit 2024-03-30T04:40:41.077232+0000 mon.a (mon.0) 1303 : audit [DBG] from='client.? 172.21.15.111:0/1654930203' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-30T04:40:42.320 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:41 smithi111 bash[18552]: audit 2024-03-30T04:40:40.937602+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:42.320 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:41 smithi111 bash[18552]: audit 2024-03-30T04:40:40.943468+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:42.320 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:41 smithi111 bash[18552]: cluster 2024-03-30T04:40:40.945140+0000 mgr.y (mgr.25279) 28 : cluster [DBG] pgmap v10: 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 2024-03-30T04:40:42.321 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:41 smithi111 bash[18552]: cluster 2024-03-30T04:40:40.945992+0000 mgr.y (mgr.25279) 29 : cluster [DBG] pgmap v11: 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 2024-03-30T04:40:42.321 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:41 smithi111 bash[18552]: audit 2024-03-30T04:40:40.950965+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:42.321 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:41 smithi111 bash[18552]: audit 2024-03-30T04:40:41.077232+0000 mon.a (mon.0) 1303 : audit [DBG] from='client.? 172.21.15.111:0/1654930203' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-30T04:40:43.383 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:43 smithi117 bash[47190]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:40:43] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:40:43.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:43 smithi117 bash[18692]: audit 2024-03-30T04:40:42.306758+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:43.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:43 smithi117 bash[18692]: audit 2024-03-30T04:40:42.315941+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:43.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:43 smithi117 bash[18692]: cluster 2024-03-30T04:40:42.317397+0000 mgr.y (mgr.25279) 30 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 14 op/s 2024-03-30T04:40:43.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:43 smithi117 bash[18692]: cluster 2024-03-30T04:40:42.317745+0000 mgr.y (mgr.25279) 31 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 626 B/s rd, 0 op/s 2024-03-30T04:40:43.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:43 smithi117 bash[18692]: audit 2024-03-30T04:40:42.325294+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:43.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:43 smithi117 bash[18692]: audit 2024-03-30T04:40:42.894953+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:43.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:43 smithi117 bash[18692]: audit 2024-03-30T04:40:42.897111+0000 mon.a (mon.0) 1308 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:40:43.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:43 smithi111 bash[18552]: audit 2024-03-30T04:40:42.306758+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:43.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:43 smithi111 bash[18552]: audit 2024-03-30T04:40:42.315941+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:43.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:43 smithi111 bash[18552]: cluster 2024-03-30T04:40:42.317397+0000 mgr.y (mgr.25279) 30 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 14 op/s 2024-03-30T04:40:43.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:43 smithi111 bash[18552]: cluster 2024-03-30T04:40:42.317745+0000 mgr.y (mgr.25279) 31 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 626 B/s rd, 0 op/s 2024-03-30T04:40:43.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:43 smithi111 bash[18552]: audit 2024-03-30T04:40:42.325294+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:43.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:43 smithi111 bash[18552]: audit 2024-03-30T04:40:42.894953+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:43.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:43 smithi111 bash[18552]: audit 2024-03-30T04:40:42.897111+0000 mon.a (mon.0) 1308 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:40:43.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:43 smithi111 bash[24005]: audit 2024-03-30T04:40:42.306758+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:43.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:43 smithi111 bash[24005]: audit 2024-03-30T04:40:42.315941+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:43.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:43 smithi111 bash[24005]: cluster 2024-03-30T04:40:42.317397+0000 mgr.y (mgr.25279) 30 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 14 op/s 2024-03-30T04:40:43.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:43 smithi111 bash[24005]: cluster 2024-03-30T04:40:42.317745+0000 mgr.y (mgr.25279) 31 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 626 B/s rd, 0 op/s 2024-03-30T04:40:43.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:43 smithi111 bash[24005]: audit 2024-03-30T04:40:42.325294+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:43.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:43 smithi111 bash[24005]: audit 2024-03-30T04:40:42.894953+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:43.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:43 smithi111 bash[24005]: audit 2024-03-30T04:40:42.897111+0000 mon.a (mon.0) 1308 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:40:43.883 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:43 smithi117 bash[49394]: ts=2024-03-30T04:40:43.508Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi111\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:40:43.884 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:40:43 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Scheduled restart job, restart counter is at 4. 2024-03-30T04:40:43.884 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:40:43 smithi117 systemd[1]: Stopped Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:40:43.884 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:40:43 smithi117 systemd[1]: Started Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:40:45.133 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:44 smithi117 systemd[1]: Stopping Ceph prometheus.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:40:45.133 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:44 smithi117 bash[53525]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-prometheus.a 2024-03-30T04:40:45.133 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:44 smithi117 bash[49394]: ts=2024-03-30T04:40:44.989Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-03-30T04:40:45.133 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:44 smithi117 bash[49394]: ts=2024-03-30T04:40:44.989Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2024-03-30T04:40:45.133 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:44 smithi117 bash[49394]: ts=2024-03-30T04:40:44.989Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2024-03-30T04:40:45.133 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:44 smithi117 bash[49394]: ts=2024-03-30T04:40:44.989Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2024-03-30T04:40:45.134 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:44 smithi117 bash[49394]: ts=2024-03-30T04:40:44.989Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2024-03-30T04:40:45.134 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:44 smithi117 bash[49394]: ts=2024-03-30T04:40:44.989Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2024-03-30T04:40:45.134 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:44 smithi117 bash[49394]: ts=2024-03-30T04:40:44.990Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2024-03-30T04:40:45.134 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:44 smithi117 bash[49394]: ts=2024-03-30T04:40:44.990Z caller=main.go:828 level=info msg="Scrape manager stopped" 2024-03-30T04:40:45.134 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:44 smithi117 bash[49394]: ts=2024-03-30T04:40:44.990Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2024-03-30T04:40:45.134 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:44 smithi117 bash[49394]: ts=2024-03-30T04:40:44.990Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2024-03-30T04:40:45.134 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:44 smithi117 bash[49394]: ts=2024-03-30T04:40:44.990Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2024-03-30T04:40:45.134 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:44 smithi117 bash[49394]: ts=2024-03-30T04:40:44.990Z caller=main.go:1066 level=info msg="See you next time!" 2024-03-30T04:40:45.633 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:45 smithi117 bash[18692]: cluster 2024-03-30T04:40:44.319375+0000 mgr.y (mgr.25279) 32 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:40:45.633 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:40:45 smithi117 bash[53510]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:40:45.634 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:40:45 smithi117 bash[53510]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:40:45.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:45 smithi111 bash[18552]: cluster 2024-03-30T04:40:44.319375+0000 mgr.y (mgr.25279) 32 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:40:45.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:45 smithi111 bash[24005]: cluster 2024-03-30T04:40:44.319375+0000 mgr.y (mgr.25279) 32 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:40:46.383 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:45 smithi117 bash[53533]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-prometheus-a 2024-03-30T04:40:46.384 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:46 smithi117 bash[53641]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-prometheus.a 2024-03-30T04:40:46.883 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:46 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@prometheus.a.service: Deactivated successfully. 2024-03-30T04:40:46.883 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:46 smithi117 systemd[1]: Stopped Ceph prometheus.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:40:46.883 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:46 smithi117 systemd[1]: Started Ceph prometheus.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:40:46.883 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:40:46 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-30T04:40:46.884 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:40:46 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Failed with result 'exit-code'. 2024-03-30T04:40:47.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:47 smithi111 bash[24005]: cluster 2024-03-30T04:40:46.320134+0000 mgr.y (mgr.25279) 33 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 569 B/s rd, 0 op/s 2024-03-30T04:40:47.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:47 smithi111 bash[24005]: audit 2024-03-30T04:40:46.463104+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:47.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:47 smithi111 bash[24005]: audit 2024-03-30T04:40:46.474250+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:47.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:47 smithi111 bash[24005]: audit 2024-03-30T04:40:46.500422+0000 mon.a (mon.0) 1311 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:40:47.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:47 smithi111 bash[24005]: audit 2024-03-30T04:40:46.501986+0000 mgr.y (mgr.25279) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:40:47.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:47 smithi111 bash[24005]: audit 2024-03-30T04:40:46.523536+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:47.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:47 smithi111 bash[24005]: cephadm 2024-03-30T04:40:46.526199+0000 mgr.y (mgr.25279) 35 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.111:5000 to Dashboard 2024-03-30T04:40:47.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:47 smithi111 bash[24005]: audit 2024-03-30T04:40:46.526794+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:40:47.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:47 smithi111 bash[24005]: audit 2024-03-30T04:40:46.527801+0000 mgr.y (mgr.25279) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:40:47.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:47 smithi111 bash[24005]: audit 2024-03-30T04:40:46.530629+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi111"}]: dispatch 2024-03-30T04:40:47.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:47 smithi111 bash[24005]: audit 2024-03-30T04:40:46.531929+0000 mgr.y (mgr.25279) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi111"}]: dispatch 2024-03-30T04:40:47.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:47 smithi111 bash[24005]: audit 2024-03-30T04:40:46.541032+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:47.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:47 smithi111 bash[24005]: audit 2024-03-30T04:40:46.552821+0000 mon.a (mon.0) 1316 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:40:47.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:47 smithi111 bash[24005]: audit 2024-03-30T04:40:46.553825+0000 mgr.y (mgr.25279) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:40:47.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:47 smithi111 bash[24005]: audit 2024-03-30T04:40:46.571767+0000 mon.a (mon.0) 1317 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:47.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:47 smithi111 bash[18552]: cluster 2024-03-30T04:40:46.320134+0000 mgr.y (mgr.25279) 33 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 569 B/s rd, 0 op/s 2024-03-30T04:40:47.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:47 smithi111 bash[18552]: audit 2024-03-30T04:40:46.463104+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:47.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:47 smithi111 bash[18552]: audit 2024-03-30T04:40:46.474250+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:47.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:47 smithi111 bash[18552]: audit 2024-03-30T04:40:46.500422+0000 mon.a (mon.0) 1311 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:40:47.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:47 smithi111 bash[18552]: audit 2024-03-30T04:40:46.501986+0000 mgr.y (mgr.25279) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:40:47.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:47 smithi111 bash[18552]: audit 2024-03-30T04:40:46.523536+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:47.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:47 smithi111 bash[18552]: cephadm 2024-03-30T04:40:46.526199+0000 mgr.y (mgr.25279) 35 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.111:5000 to Dashboard 2024-03-30T04:40:47.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:47 smithi111 bash[18552]: audit 2024-03-30T04:40:46.526794+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:40:47.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:47 smithi111 bash[18552]: audit 2024-03-30T04:40:46.527801+0000 mgr.y (mgr.25279) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:40:47.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:47 smithi111 bash[18552]: audit 2024-03-30T04:40:46.530629+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi111"}]: dispatch 2024-03-30T04:40:47.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:47 smithi111 bash[18552]: audit 2024-03-30T04:40:46.531929+0000 mgr.y (mgr.25279) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi111"}]: dispatch 2024-03-30T04:40:47.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:47 smithi111 bash[18552]: audit 2024-03-30T04:40:46.541032+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:47.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:47 smithi111 bash[18552]: audit 2024-03-30T04:40:46.552821+0000 mon.a (mon.0) 1316 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:40:47.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:47 smithi111 bash[18552]: audit 2024-03-30T04:40:46.553825+0000 mgr.y (mgr.25279) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:40:47.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:47 smithi111 bash[18552]: audit 2024-03-30T04:40:46.571767+0000 mon.a (mon.0) 1317 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:47.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:47 smithi117 bash[18692]: cluster 2024-03-30T04:40:46.320134+0000 mgr.y (mgr.25279) 33 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 569 B/s rd, 0 op/s 2024-03-30T04:40:47.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:47 smithi117 bash[18692]: audit 2024-03-30T04:40:46.463104+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:47.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:47 smithi117 bash[18692]: audit 2024-03-30T04:40:46.474250+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:47.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:47 smithi117 bash[18692]: audit 2024-03-30T04:40:46.500422+0000 mon.a (mon.0) 1311 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:40:47.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:47 smithi117 bash[18692]: audit 2024-03-30T04:40:46.501986+0000 mgr.y (mgr.25279) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:40:47.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:47 smithi117 bash[18692]: audit 2024-03-30T04:40:46.523536+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:47.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:47 smithi117 bash[18692]: cephadm 2024-03-30T04:40:46.526199+0000 mgr.y (mgr.25279) 35 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.111:5000 to Dashboard 2024-03-30T04:40:47.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:47 smithi117 bash[18692]: audit 2024-03-30T04:40:46.526794+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:40:47.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:47 smithi117 bash[18692]: audit 2024-03-30T04:40:46.527801+0000 mgr.y (mgr.25279) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:40:47.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:47 smithi117 bash[18692]: audit 2024-03-30T04:40:46.530629+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi111"}]: dispatch 2024-03-30T04:40:47.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:47 smithi117 bash[18692]: audit 2024-03-30T04:40:46.531929+0000 mgr.y (mgr.25279) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi111"}]: dispatch 2024-03-30T04:40:47.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:47 smithi117 bash[18692]: audit 2024-03-30T04:40:46.541032+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:47.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:47 smithi117 bash[18692]: audit 2024-03-30T04:40:46.552821+0000 mon.a (mon.0) 1316 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:40:47.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:47 smithi117 bash[18692]: audit 2024-03-30T04:40:46.553825+0000 mgr.y (mgr.25279) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:40:47.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:47 smithi117 bash[18692]: audit 2024-03-30T04:40:46.571767+0000 mon.a (mon.0) 1317 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:48.313 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:48 smithi117 bash[53671]: ts=2024-03-30T04:40:48.030Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-03-30T04:40:48.313 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:48 smithi117 bash[53671]: ts=2024-03-30T04:40:48.030Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2024-03-30T04:40:48.313 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:48 smithi117 bash[53671]: ts=2024-03-30T04:40:48.030Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2024-03-30T04:40:48.313 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:48 smithi117 bash[53671]: ts=2024-03-30T04:40:48.030Z caller=main.go:518 level=info host_details="(Linux 5.15.0-101-generic #111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024 x86_64 smithi117 (none))" 2024-03-30T04:40:48.313 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:48 smithi117 bash[53671]: ts=2024-03-30T04:40:48.030Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-03-30T04:40:48.313 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:48 smithi117 bash[53671]: ts=2024-03-30T04:40:48.030Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-03-30T04:40:48.313 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:48 smithi117 bash[53671]: ts=2024-03-30T04:40:48.032Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2024-03-30T04:40:48.313 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:48 smithi117 bash[53671]: ts=2024-03-30T04:40:48.033Z caller=main.go:923 level=info msg="Starting TSDB ..." 2024-03-30T04:40:48.313 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:48 smithi117 bash[53671]: ts=2024-03-30T04:40:48.034Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2024-03-30T04:40:48.313 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:48 smithi117 bash[53671]: ts=2024-03-30T04:40:48.036Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-03-30T04:40:48.314 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:48 smithi117 bash[53671]: ts=2024-03-30T04:40:48.036Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.135µs 2024-03-30T04:40:48.314 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:48 smithi117 bash[53671]: ts=2024-03-30T04:40:48.036Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-03-30T04:40:48.314 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:48 smithi117 bash[53671]: ts=2024-03-30T04:40:48.038Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=3 2024-03-30T04:40:48.633 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:48 smithi117 bash[53671]: ts=2024-03-30T04:40:48.509Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=3 2024-03-30T04:40:49.133 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:48 smithi117 bash[53671]: ts=2024-03-30T04:40:48.721Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=3 2024-03-30T04:40:49.133 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:48 smithi117 bash[53671]: ts=2024-03-30T04:40:48.722Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=3 2024-03-30T04:40:49.134 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:48 smithi117 bash[53671]: ts=2024-03-30T04:40:48.722Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=49.543µs wal_replay_duration=685.034818ms total_replay_duration=685.099761ms 2024-03-30T04:40:49.134 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:48 smithi117 bash[53671]: ts=2024-03-30T04:40:48.733Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2024-03-30T04:40:49.134 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:48 smithi117 bash[53671]: ts=2024-03-30T04:40:48.733Z caller=main.go:947 level=info msg="TSDB started" 2024-03-30T04:40:49.134 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:48 smithi117 bash[53671]: ts=2024-03-30T04:40:48.733Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-03-30T04:40:49.134 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:48 smithi117 bash[53671]: ts=2024-03-30T04:40:48.800Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=67.501042ms db_storage=1.507µs remote_storage=2.45µs web_handler=887ns query_engine=1.636µs scrape=597.564µs scrape_sd=262.069µs notify=75.008µs notify_sd=72.031µs rules=65.432365ms 2024-03-30T04:40:49.134 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:48 smithi117 bash[53671]: ts=2024-03-30T04:40:48.800Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2024-03-30T04:40:49.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:49 smithi111 bash[18552]: cluster 2024-03-30T04:40:48.320827+0000 mgr.y (mgr.25279) 39 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 555 B/s rd, 0 op/s 2024-03-30T04:40:49.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:49 smithi111 bash[18552]: audit 2024-03-30T04:40:49.049275+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:40:49.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:49 smithi111 bash[18552]: audit 2024-03-30T04:40:49.051264+0000 mon.a (mon.0) 1319 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:40:49.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:49 smithi111 bash[18552]: audit 2024-03-30T04:40:49.053304+0000 mon.a (mon.0) 1320 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:49.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:49 smithi111 bash[24005]: cluster 2024-03-30T04:40:48.320827+0000 mgr.y (mgr.25279) 39 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 555 B/s rd, 0 op/s 2024-03-30T04:40:49.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:49 smithi111 bash[24005]: audit 2024-03-30T04:40:49.049275+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:40:49.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:49 smithi111 bash[24005]: audit 2024-03-30T04:40:49.051264+0000 mon.a (mon.0) 1319 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:40:49.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:49 smithi111 bash[24005]: audit 2024-03-30T04:40:49.053304+0000 mon.a (mon.0) 1320 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:49.883 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:49 smithi117 bash[18692]: cluster 2024-03-30T04:40:48.320827+0000 mgr.y (mgr.25279) 39 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 555 B/s rd, 0 op/s 2024-03-30T04:40:49.883 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:49 smithi117 bash[18692]: audit 2024-03-30T04:40:49.049275+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:40:49.883 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:49 smithi117 bash[18692]: audit 2024-03-30T04:40:49.051264+0000 mon.a (mon.0) 1319 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:40:49.883 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:49 smithi117 bash[18692]: audit 2024-03-30T04:40:49.053304+0000 mon.a (mon.0) 1320 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:50.750 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:50 smithi111 bash[18552]: cephadm 2024-03-30T04:40:49.048492+0000 mgr.y (mgr.25279) 40 : cephadm [INF] Upgrade: Updating mgr.x 2024-03-30T04:40:50.750 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:50 smithi111 bash[18552]: cephadm 2024-03-30T04:40:49.055401+0000 mgr.y (mgr.25279) 41 : cephadm [INF] Deploying daemon mgr.x on smithi117 2024-03-30T04:40:50.750 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:50 smithi111 bash[24005]: cephadm 2024-03-30T04:40:49.048492+0000 mgr.y (mgr.25279) 40 : cephadm [INF] Upgrade: Updating mgr.x 2024-03-30T04:40:50.751 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:50 smithi111 bash[24005]: cephadm 2024-03-30T04:40:49.055401+0000 mgr.y (mgr.25279) 41 : cephadm [INF] Deploying daemon mgr.x on smithi117 2024-03-30T04:40:50.792 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:50 smithi117 bash[18692]: cephadm 2024-03-30T04:40:49.048492+0000 mgr.y (mgr.25279) 40 : cephadm [INF] Upgrade: Updating mgr.x 2024-03-30T04:40:50.792 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:50 smithi117 bash[18692]: cephadm 2024-03-30T04:40:49.055401+0000 mgr.y (mgr.25279) 41 : cephadm [INF] Deploying daemon mgr.x on smithi117 2024-03-30T04:40:51.590 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:51 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:51.590 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:40:51 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:51.591 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:40:51 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:51.591 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:51 smithi117 bash[18692]: cluster 2024-03-30T04:40:50.322557+0000 mgr.y (mgr.25279) 42 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 982 B/s rd, 1 op/s 2024-03-30T04:40:51.591 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:51 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:51.591 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:40:51 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:51.591 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:51 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:51.592 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:51 smithi117 systemd[1]: Stopping Ceph mgr.x for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:40:51.592 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:40:51 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:51.592 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:40:51 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:51.592 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:40:51 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:51.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:51 smithi111 bash[18552]: cluster 2024-03-30T04:40:50.322557+0000 mgr.y (mgr.25279) 42 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 982 B/s rd, 1 op/s 2024-03-30T04:40:51.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:51 smithi111 bash[24005]: cluster 2024-03-30T04:40:50.322557+0000 mgr.y (mgr.25279) 42 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 982 B/s rd, 1 op/s 2024-03-30T04:40:52.633 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:52 smithi117 bash[18692]: audit 2024-03-30T04:40:50.756894+0000 mgr.y (mgr.25279) 43 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:40:52.633 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:52 smithi117 bash[53952]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-mgr-x 2024-03-30T04:40:52.633 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:52 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@mgr.x.service: Main process exited, code=exited, status=143/n/a 2024-03-30T04:40:52.633 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:52 smithi117 bash[54015]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-mgr-x 2024-03-30T04:40:52.634 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:52 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@mgr.x.service: Failed with result 'exit-code'. 2024-03-30T04:40:52.634 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:52 smithi117 systemd[1]: Stopped Ceph mgr.x for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:40:52.806 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:52 smithi111 bash[18552]: audit 2024-03-30T04:40:50.756894+0000 mgr.y (mgr.25279) 43 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:40:52.806 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:52 smithi111 bash[24005]: audit 2024-03-30T04:40:50.756894+0000 mgr.y (mgr.25279) 43 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:40:53.133 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:52 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:53.134 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:40:52 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:53.134 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:40:52 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:53.134 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:40:52 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:53.135 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:40:52 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:53.135 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:52 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:53.135 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:40:52 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:53.136 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:52 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:53.136 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:52 smithi117 systemd[1]: Started Ceph mgr.x for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:40:53.136 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:40:52 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:53.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: cluster 2024-03-30T04:40:52.323357+0000 mgr.y (mgr.25279) 44 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s 2024-03-30T04:40:53.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:52.808089+0000 mon.a (mon.0) 1321 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:53.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:52.817018+0000 mon.a (mon.0) 1322 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:53.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:52.831655+0000 mon.a (mon.0) 1323 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:53.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:52.832621+0000 mon.a (mon.0) 1324 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:53.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:52.839128+0000 mon.a (mon.0) 1325 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:53.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:52.881850+0000 mon.a (mon.0) 1326 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:53.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:52.884131+0000 mon.a (mon.0) 1327 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:53.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:52.892411+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:53.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:52.893477+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-03-30T04:40:53.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:52.900331+0000 mon.a (mon.0) 1330 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-03-30T04:40:53.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:52.901330+0000 mon.a (mon.0) 1331 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-03-30T04:40:53.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:52.907722+0000 mon.a (mon.0) 1332 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-03-30T04:40:53.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:52.910816+0000 mon.a (mon.0) 1333 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:53.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:52.911760+0000 mon.a (mon.0) 1334 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:53.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:52.921084+0000 mon.a (mon.0) 1335 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:53.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:52.962500+0000 mon.a (mon.0) 1336 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:53.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:52.964349+0000 mon.a (mon.0) 1337 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:53.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: cluster 2024-03-30T04:40:52.323357+0000 mgr.y (mgr.25279) 44 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s 2024-03-30T04:40:53.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:52.808089+0000 mon.a (mon.0) 1321 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:53.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:52.817018+0000 mon.a (mon.0) 1322 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:53.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:52.831655+0000 mon.a (mon.0) 1323 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:53.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:52.832621+0000 mon.a (mon.0) 1324 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:53.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:52.839128+0000 mon.a (mon.0) 1325 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:53.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:52.881850+0000 mon.a (mon.0) 1326 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:53.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:52.884131+0000 mon.a (mon.0) 1327 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:53.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:52.892411+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:53.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:52.893477+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-03-30T04:40:53.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:52.900331+0000 mon.a (mon.0) 1330 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-03-30T04:40:53.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:52.901330+0000 mon.a (mon.0) 1331 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-03-30T04:40:53.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:52.907722+0000 mon.a (mon.0) 1332 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-03-30T04:40:53.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:52.910816+0000 mon.a (mon.0) 1333 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:53.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:52.911760+0000 mon.a (mon.0) 1334 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:53.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:52.921084+0000 mon.a (mon.0) 1335 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:53.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:52.962500+0000 mon.a (mon.0) 1336 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:53.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:52.964349+0000 mon.a (mon.0) 1337 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:53.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:52.966161+0000 mon.a (mon.0) 1338 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:53.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:52.966807+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:53.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:52.974705+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:53.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:53.015984+0000 mon.a (mon.0) 1341 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:53.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:53.017852+0000 mon.a (mon.0) 1342 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:53.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:53.019707+0000 mon.a (mon.0) 1343 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:53.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:53.020355+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:53.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:53.028581+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:53.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:53.069329+0000 mon.a (mon.0) 1346 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:53.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:53.071101+0000 mon.a (mon.0) 1347 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:53.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:53.072791+0000 mon.a (mon.0) 1348 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:53.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:53.073424+0000 mon.a (mon.0) 1349 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:53.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:53.082012+0000 mon.a (mon.0) 1350 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:53.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:53.157905+0000 mon.a (mon.0) 1351 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:53.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:53.160365+0000 mon.a (mon.0) 1352 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:53.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:53.163195+0000 mon.a (mon.0) 1353 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:53.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:53.164198+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:53.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:53.174017+0000 mon.a (mon.0) 1355 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:53.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:53.247854+0000 mon.a (mon.0) 1356 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:53.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:53.249854+0000 mon.a (mon.0) 1357 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:53.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:52.966161+0000 mon.a (mon.0) 1338 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:53.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:52.966807+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:53.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:52.974705+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:53.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:53.015984+0000 mon.a (mon.0) 1341 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:53.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:53.017852+0000 mon.a (mon.0) 1342 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:53.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:53.019707+0000 mon.a (mon.0) 1343 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:53.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:53.020355+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:53.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:53.028581+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:53.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:53.069329+0000 mon.a (mon.0) 1346 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:53.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:53.071101+0000 mon.a (mon.0) 1347 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:53.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:53.072791+0000 mon.a (mon.0) 1348 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:53.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:53.073424+0000 mon.a (mon.0) 1349 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:53.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:53.082012+0000 mon.a (mon.0) 1350 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:53.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:53.157905+0000 mon.a (mon.0) 1351 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:53.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:53.160365+0000 mon.a (mon.0) 1352 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:53.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:53.163195+0000 mon.a (mon.0) 1353 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:53.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:53.164198+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:53.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:53.174017+0000 mon.a (mon.0) 1355 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:53.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:53.247854+0000 mon.a (mon.0) 1356 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:53.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:53.249854+0000 mon.a (mon.0) 1357 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:53.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:53.253214+0000 mon.a (mon.0) 1358 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:53.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:53.253830+0000 mon.a (mon.0) 1359 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:53.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:53.262117+0000 mon.a (mon.0) 1360 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:53.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:53.305802+0000 mon.a (mon.0) 1361 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:53.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:53.308003+0000 mon.a (mon.0) 1362 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:53.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:53.309905+0000 mon.a (mon.0) 1363 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:53.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:53.310676+0000 mon.a (mon.0) 1364 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:53.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:53.318998+0000 mon.a (mon.0) 1365 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:53.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:53.375269+0000 mon.a (mon.0) 1366 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:53.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:53.377060+0000 mon.a (mon.0) 1367 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:53.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:53.378839+0000 mon.a (mon.0) 1368 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:53.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:53.379450+0000 mon.a (mon.0) 1369 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:53.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:53.387017+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:53.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:53.427726+0000 mon.a (mon.0) 1371 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:53.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:53.429711+0000 mon.a (mon.0) 1372 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:53.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:53.431507+0000 mon.a (mon.0) 1373 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:53.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:53.432171+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:53.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:53.440758+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:53.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:53.482019+0000 mon.a (mon.0) 1376 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:53.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:53.253214+0000 mon.a (mon.0) 1358 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:53.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:53.253830+0000 mon.a (mon.0) 1359 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:53.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:53.262117+0000 mon.a (mon.0) 1360 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:53.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:53.305802+0000 mon.a (mon.0) 1361 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:53.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:53.308003+0000 mon.a (mon.0) 1362 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:53.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:53.309905+0000 mon.a (mon.0) 1363 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:53.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:53.310676+0000 mon.a (mon.0) 1364 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:53.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:53.318998+0000 mon.a (mon.0) 1365 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:53.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:53.375269+0000 mon.a (mon.0) 1366 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:53.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:53.377060+0000 mon.a (mon.0) 1367 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:53.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:53.378839+0000 mon.a (mon.0) 1368 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:53.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:53.379450+0000 mon.a (mon.0) 1369 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:53.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:53.387017+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:53.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:53.427726+0000 mon.a (mon.0) 1371 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:53.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:53.429711+0000 mon.a (mon.0) 1372 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:53.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:53.431507+0000 mon.a (mon.0) 1373 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:53.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:53.432171+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:53.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:53.440758+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:53.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:53.482019+0000 mon.a (mon.0) 1376 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:53.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:53.485957+0000 mon.a (mon.0) 1377 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:53.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:53.488587+0000 mon.a (mon.0) 1378 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:53.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[18552]: audit 2024-03-30T04:40:53.489471+0000 mon.a (mon.0) 1379 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:53.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:53.485957+0000 mon.a (mon.0) 1377 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:53.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:53.488587+0000 mon.a (mon.0) 1378 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:53.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:53 smithi111 bash[24005]: audit 2024-03-30T04:40:53.489471+0000 mon.a (mon.0) 1379 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:53.883 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[53671]: ts=2024-03-30T04:40:53.506Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi111\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:40:53.883 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: cluster 2024-03-30T04:40:52.323357+0000 mgr.y (mgr.25279) 44 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s 2024-03-30T04:40:53.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:52.808089+0000 mon.a (mon.0) 1321 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:53.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:52.817018+0000 mon.a (mon.0) 1322 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:53.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:52.831655+0000 mon.a (mon.0) 1323 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:53.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:52.832621+0000 mon.a (mon.0) 1324 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:53.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:52.839128+0000 mon.a (mon.0) 1325 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:53.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:52.881850+0000 mon.a (mon.0) 1326 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:53.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:52.884131+0000 mon.a (mon.0) 1327 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:53.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:52.892411+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:53.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:52.893477+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-03-30T04:40:53.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:52.900331+0000 mon.a (mon.0) 1330 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-03-30T04:40:53.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:52.901330+0000 mon.a (mon.0) 1331 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-03-30T04:40:53.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:52.907722+0000 mon.a (mon.0) 1332 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-03-30T04:40:53.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:52.910816+0000 mon.a (mon.0) 1333 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:53.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:52.911760+0000 mon.a (mon.0) 1334 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:53.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:52.921084+0000 mon.a (mon.0) 1335 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:53.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:52.962500+0000 mon.a (mon.0) 1336 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:53.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:52.964349+0000 mon.a (mon.0) 1337 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:53.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:52.966161+0000 mon.a (mon.0) 1338 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:53.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:52.966807+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:53.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:52.974705+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:53.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:53.015984+0000 mon.a (mon.0) 1341 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:53.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:53.017852+0000 mon.a (mon.0) 1342 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:53.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:53.019707+0000 mon.a (mon.0) 1343 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:53.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:53.020355+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:53.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:53.028581+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:53.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:53.069329+0000 mon.a (mon.0) 1346 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:53.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:53.071101+0000 mon.a (mon.0) 1347 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:53.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:53.072791+0000 mon.a (mon.0) 1348 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:53.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:53.073424+0000 mon.a (mon.0) 1349 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:53.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:53.082012+0000 mon.a (mon.0) 1350 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:53.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:53.157905+0000 mon.a (mon.0) 1351 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:53.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:53.160365+0000 mon.a (mon.0) 1352 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:53.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:53.163195+0000 mon.a (mon.0) 1353 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:53.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:53.164198+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:53.174017+0000 mon.a (mon.0) 1355 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:53.247854+0000 mon.a (mon.0) 1356 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:53.249854+0000 mon.a (mon.0) 1357 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:53.253214+0000 mon.a (mon.0) 1358 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:53.253830+0000 mon.a (mon.0) 1359 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:53.262117+0000 mon.a (mon.0) 1360 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:53.305802+0000 mon.a (mon.0) 1361 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:53.308003+0000 mon.a (mon.0) 1362 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:53.309905+0000 mon.a (mon.0) 1363 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:53.310676+0000 mon.a (mon.0) 1364 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:53.318998+0000 mon.a (mon.0) 1365 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:53.375269+0000 mon.a (mon.0) 1366 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:53.377060+0000 mon.a (mon.0) 1367 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:53.378839+0000 mon.a (mon.0) 1368 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:53.379450+0000 mon.a (mon.0) 1369 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:53.387017+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:53.427726+0000 mon.a (mon.0) 1371 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:53.429711+0000 mon.a (mon.0) 1372 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:53.431507+0000 mon.a (mon.0) 1373 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:53.432171+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:53.440758+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:53.482019+0000 mon.a (mon.0) 1376 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:53.485957+0000 mon.a (mon.0) 1377 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:53.488587+0000 mon.a (mon.0) 1378 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:53 smithi117 bash[18692]: audit 2024-03-30T04:40:53.489471+0000 mon.a (mon.0) 1379 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:54.748 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[54074]: debug 2024-03-30T04:40:54.597+0000 7f1063c4f700 1 -- 172.21.15.117:0/2170127663 <== mon.1 v2:172.21.15.111:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x563c568dc5a0 con 0x563c5765cc00 2024-03-30T04:40:54.749 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cluster 2024-03-30T04:40:52.834247+0000 mgr.y (mgr.25279) 45 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 876 B/s rd, 0 op/s 2024-03-30T04:40:54.749 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cluster 2024-03-30T04:40:52.834552+0000 mgr.y (mgr.25279) 46 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 601 B/s rd, 0 op/s 2024-03-30T04:40:54.750 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cephadm 2024-03-30T04:40:52.839808+0000 mgr.y (mgr.25279) 47 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.750 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cephadm 2024-03-30T04:40:52.884956+0000 mgr.y (mgr.25279) 48 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-03-30T04:40:54.750 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cluster 2024-03-30T04:40:52.913298+0000 mgr.y (mgr.25279) 49 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 776 B/s rd, 0 op/s 2024-03-30T04:40:54.750 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cluster 2024-03-30T04:40:52.913582+0000 mgr.y (mgr.25279) 50 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:40:54.750 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cephadm 2024-03-30T04:40:52.921667+0000 mgr.y (mgr.25279) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.750 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cluster 2024-03-30T04:40:52.968027+0000 mgr.y (mgr.25279) 52 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.750 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cluster 2024-03-30T04:40:52.968240+0000 mgr.y (mgr.25279) 53 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.750 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cephadm 2024-03-30T04:40:52.975100+0000 mgr.y (mgr.25279) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.750 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cluster 2024-03-30T04:40:53.021619+0000 mgr.y (mgr.25279) 55 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.750 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cluster 2024-03-30T04:40:53.021839+0000 mgr.y (mgr.25279) 56 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.750 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cephadm 2024-03-30T04:40:53.028987+0000 mgr.y (mgr.25279) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.750 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cluster 2024-03-30T04:40:53.074614+0000 mgr.y (mgr.25279) 58 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.750 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cluster 2024-03-30T04:40:53.074804+0000 mgr.y (mgr.25279) 59 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.751 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cephadm 2024-03-30T04:40:53.082502+0000 mgr.y (mgr.25279) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.751 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cluster 2024-03-30T04:40:53.165909+0000 mgr.y (mgr.25279) 61 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.751 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cluster 2024-03-30T04:40:53.166495+0000 mgr.y (mgr.25279) 62 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.751 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cephadm 2024-03-30T04:40:53.174540+0000 mgr.y (mgr.25279) 63 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.751 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cluster 2024-03-30T04:40:53.255070+0000 mgr.y (mgr.25279) 64 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.751 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cluster 2024-03-30T04:40:53.255342+0000 mgr.y (mgr.25279) 65 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.751 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cephadm 2024-03-30T04:40:53.262591+0000 mgr.y (mgr.25279) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.751 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cluster 2024-03-30T04:40:53.312026+0000 mgr.y (mgr.25279) 67 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.751 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cluster 2024-03-30T04:40:53.312206+0000 mgr.y (mgr.25279) 68 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.751 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cephadm 2024-03-30T04:40:53.334930+0000 mgr.y (mgr.25279) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.751 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cluster 2024-03-30T04:40:53.380586+0000 mgr.y (mgr.25279) 70 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.751 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cluster 2024-03-30T04:40:53.380789+0000 mgr.y (mgr.25279) 71 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.751 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cephadm 2024-03-30T04:40:53.387536+0000 mgr.y (mgr.25279) 72 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.751 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cluster 2024-03-30T04:40:53.433317+0000 mgr.y (mgr.25279) 73 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.751 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cluster 2024-03-30T04:40:53.433520+0000 mgr.y (mgr.25279) 74 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.752 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cephadm 2024-03-30T04:40:53.441129+0000 mgr.y (mgr.25279) 75 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.752 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cluster 2024-03-30T04:40:53.491236+0000 mgr.y (mgr.25279) 76 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.752 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cluster 2024-03-30T04:40:53.491485+0000 mgr.y (mgr.25279) 77 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.752 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:53.509064+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:54.752 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cephadm 2024-03-30T04:40:53.509547+0000 mgr.y (mgr.25279) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.752 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:53.549784+0000 mon.a (mon.0) 1381 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:54.752 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:53.552368+0000 mon.a (mon.0) 1382 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:54.752 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:53.554831+0000 mon.a (mon.0) 1383 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:54.752 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:53.555826+0000 mon.a (mon.0) 1384 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:54.752 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cluster 2024-03-30T04:40:53.557505+0000 mgr.y (mgr.25279) 79 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.752 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cluster 2024-03-30T04:40:53.557751+0000 mgr.y (mgr.25279) 80 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.752 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:53.561577+0000 mon.a (mon.0) 1385 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:54.752 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cephadm 2024-03-30T04:40:53.561939+0000 mgr.y (mgr.25279) 81 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.752 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:53.602048+0000 mon.a (mon.0) 1386 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:54.753 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:53.603993+0000 mon.a (mon.0) 1387 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:54.753 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:53.606449+0000 mon.a (mon.0) 1388 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:54.753 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:53.607128+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:54.753 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cluster 2024-03-30T04:40:53.608473+0000 mgr.y (mgr.25279) 82 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.753 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cluster 2024-03-30T04:40:53.608708+0000 mgr.y (mgr.25279) 83 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.753 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:53.613065+0000 mon.a (mon.0) 1390 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:54.753 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cephadm 2024-03-30T04:40:53.613421+0000 mgr.y (mgr.25279) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.753 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:53.654228+0000 mon.a (mon.0) 1391 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:54.753 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:53.656048+0000 mon.a (mon.0) 1392 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:54.753 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:53.658340+0000 mon.a (mon.0) 1393 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:54.753 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:53.659249+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:54.753 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cluster 2024-03-30T04:40:53.661025+0000 mgr.y (mgr.25279) 85 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.753 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:53.664483+0000 mon.a (mon.0) 1395 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:54.753 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cephadm 2024-03-30T04:40:53.665387+0000 mgr.y (mgr.25279) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.753 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:53.730210+0000 mon.a (mon.0) 1396 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:54.754 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:53.733117+0000 mon.a (mon.0) 1397 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:54.754 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:53.735549+0000 mon.a (mon.0) 1398 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:54.754 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:53.736463+0000 mon.a (mon.0) 1399 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:54.754 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cluster 2024-03-30T04:40:53.738243+0000 mgr.y (mgr.25279) 87 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.754 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cluster 2024-03-30T04:40:53.738712+0000 mgr.y (mgr.25279) 88 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.754 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:53.745301+0000 mon.a (mon.0) 1400 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:54.754 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: cephadm 2024-03-30T04:40:53.745931+0000 mgr.y (mgr.25279) 89 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.754 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:53.837511+0000 mon.a (mon.0) 1401 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:54.754 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:53.841267+0000 mon.a (mon.0) 1402 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:54.754 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:53.845160+0000 mon.a (mon.0) 1403 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:54.754 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:53.846219+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:54.754 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:53.856773+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:54.754 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:53.945962+0000 mon.a (mon.0) 1406 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:54.754 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:53.949732+0000 mon.a (mon.0) 1407 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:54.754 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:53.953346+0000 mon.a (mon.0) 1408 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:54.755 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:53.954414+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:54.755 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:53.964586+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:54.755 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:54.041165+0000 mon.a (mon.0) 1411 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:54.755 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:54.043550+0000 mon.a (mon.0) 1412 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:54.755 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:54.046716+0000 mon.a (mon.0) 1413 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:54.755 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:54.047608+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:54.755 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:54.059132+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:54.755 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:54.136106+0000 mon.a (mon.0) 1416 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:54.755 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:54.137997+0000 mon.a (mon.0) 1417 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:54.755 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:54.139837+0000 mon.a (mon.0) 1418 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:54.755 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:54.140515+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:54.755 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:54.148393+0000 mon.a (mon.0) 1420 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:54.755 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:54.189102+0000 mon.a (mon.0) 1421 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:54.755 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:54.191080+0000 mon.a (mon.0) 1422 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:54.755 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:54.193323+0000 mon.a (mon.0) 1423 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:54.756 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:54.193983+0000 mon.a (mon.0) 1424 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:54.756 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:54.202346+0000 mon.a (mon.0) 1425 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:54.756 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:54.287321+0000 mon.a (mon.0) 1426 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:54.756 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:54.291132+0000 mon.a (mon.0) 1427 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:54.756 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:54.293830+0000 mon.a (mon.0) 1428 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:54.756 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:54.294760+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:54.756 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:54.303693+0000 mon.a (mon.0) 1430 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:54.756 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:54.375493+0000 mon.a (mon.0) 1431 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:54.756 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:54.379051+0000 mon.a (mon.0) 1432 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:54.756 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:54.381258+0000 mon.a (mon.0) 1433 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:54.756 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:54.382042+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:54.756 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:54.392926+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:54.756 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:54.465050+0000 mon.a (mon.0) 1436 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:54.756 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:54.468748+0000 mon.a (mon.0) 1437 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:54.756 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:54.472476+0000 mon.a (mon.0) 1438 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:54.756 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:54.473811+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:54.757 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[18692]: audit 2024-03-30T04:40:54.487678+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:54.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cluster 2024-03-30T04:40:52.834247+0000 mgr.y (mgr.25279) 45 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 876 B/s rd, 0 op/s 2024-03-30T04:40:54.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cluster 2024-03-30T04:40:52.834552+0000 mgr.y (mgr.25279) 46 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 601 B/s rd, 0 op/s 2024-03-30T04:40:54.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cephadm 2024-03-30T04:40:52.839808+0000 mgr.y (mgr.25279) 47 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cephadm 2024-03-30T04:40:52.884956+0000 mgr.y (mgr.25279) 48 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-03-30T04:40:54.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cluster 2024-03-30T04:40:52.913298+0000 mgr.y (mgr.25279) 49 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 776 B/s rd, 0 op/s 2024-03-30T04:40:54.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cluster 2024-03-30T04:40:52.913582+0000 mgr.y (mgr.25279) 50 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:40:54.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cephadm 2024-03-30T04:40:52.921667+0000 mgr.y (mgr.25279) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cluster 2024-03-30T04:40:52.968027+0000 mgr.y (mgr.25279) 52 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cluster 2024-03-30T04:40:52.968240+0000 mgr.y (mgr.25279) 53 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cephadm 2024-03-30T04:40:52.975100+0000 mgr.y (mgr.25279) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cluster 2024-03-30T04:40:53.021619+0000 mgr.y (mgr.25279) 55 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cluster 2024-03-30T04:40:53.021839+0000 mgr.y (mgr.25279) 56 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cephadm 2024-03-30T04:40:53.028987+0000 mgr.y (mgr.25279) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cluster 2024-03-30T04:40:53.074614+0000 mgr.y (mgr.25279) 58 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cluster 2024-03-30T04:40:53.074804+0000 mgr.y (mgr.25279) 59 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cephadm 2024-03-30T04:40:53.082502+0000 mgr.y (mgr.25279) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cluster 2024-03-30T04:40:53.165909+0000 mgr.y (mgr.25279) 61 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cluster 2024-03-30T04:40:53.166495+0000 mgr.y (mgr.25279) 62 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cephadm 2024-03-30T04:40:53.174540+0000 mgr.y (mgr.25279) 63 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cluster 2024-03-30T04:40:53.255070+0000 mgr.y (mgr.25279) 64 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cluster 2024-03-30T04:40:52.834247+0000 mgr.y (mgr.25279) 45 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 876 B/s rd, 0 op/s 2024-03-30T04:40:54.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cluster 2024-03-30T04:40:52.834552+0000 mgr.y (mgr.25279) 46 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 601 B/s rd, 0 op/s 2024-03-30T04:40:54.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cephadm 2024-03-30T04:40:52.839808+0000 mgr.y (mgr.25279) 47 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cephadm 2024-03-30T04:40:52.884956+0000 mgr.y (mgr.25279) 48 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-03-30T04:40:54.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cluster 2024-03-30T04:40:52.913298+0000 mgr.y (mgr.25279) 49 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 776 B/s rd, 0 op/s 2024-03-30T04:40:54.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cluster 2024-03-30T04:40:52.913582+0000 mgr.y (mgr.25279) 50 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:40:54.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cephadm 2024-03-30T04:40:52.921667+0000 mgr.y (mgr.25279) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cluster 2024-03-30T04:40:52.968027+0000 mgr.y (mgr.25279) 52 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cluster 2024-03-30T04:40:52.968240+0000 mgr.y (mgr.25279) 53 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cephadm 2024-03-30T04:40:52.975100+0000 mgr.y (mgr.25279) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cluster 2024-03-30T04:40:53.021619+0000 mgr.y (mgr.25279) 55 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cluster 2024-03-30T04:40:53.021839+0000 mgr.y (mgr.25279) 56 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cephadm 2024-03-30T04:40:53.028987+0000 mgr.y (mgr.25279) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cluster 2024-03-30T04:40:53.074614+0000 mgr.y (mgr.25279) 58 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cluster 2024-03-30T04:40:53.074804+0000 mgr.y (mgr.25279) 59 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cephadm 2024-03-30T04:40:53.082502+0000 mgr.y (mgr.25279) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cluster 2024-03-30T04:40:53.165909+0000 mgr.y (mgr.25279) 61 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cluster 2024-03-30T04:40:53.166495+0000 mgr.y (mgr.25279) 62 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cephadm 2024-03-30T04:40:53.174540+0000 mgr.y (mgr.25279) 63 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cluster 2024-03-30T04:40:53.255070+0000 mgr.y (mgr.25279) 64 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cluster 2024-03-30T04:40:53.255342+0000 mgr.y (mgr.25279) 65 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cephadm 2024-03-30T04:40:53.262591+0000 mgr.y (mgr.25279) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cluster 2024-03-30T04:40:53.312026+0000 mgr.y (mgr.25279) 67 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cluster 2024-03-30T04:40:53.312206+0000 mgr.y (mgr.25279) 68 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cephadm 2024-03-30T04:40:53.334930+0000 mgr.y (mgr.25279) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cluster 2024-03-30T04:40:53.380586+0000 mgr.y (mgr.25279) 70 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cluster 2024-03-30T04:40:53.380789+0000 mgr.y (mgr.25279) 71 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cephadm 2024-03-30T04:40:53.387536+0000 mgr.y (mgr.25279) 72 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cluster 2024-03-30T04:40:53.433317+0000 mgr.y (mgr.25279) 73 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cluster 2024-03-30T04:40:53.433520+0000 mgr.y (mgr.25279) 74 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cephadm 2024-03-30T04:40:53.441129+0000 mgr.y (mgr.25279) 75 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cluster 2024-03-30T04:40:53.491236+0000 mgr.y (mgr.25279) 76 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cluster 2024-03-30T04:40:53.491485+0000 mgr.y (mgr.25279) 77 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:53.509064+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:54.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cephadm 2024-03-30T04:40:53.509547+0000 mgr.y (mgr.25279) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:53.549784+0000 mon.a (mon.0) 1381 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:54.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:53.552368+0000 mon.a (mon.0) 1382 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:54.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:53.554831+0000 mon.a (mon.0) 1383 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:54.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:53.555826+0000 mon.a (mon.0) 1384 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:54.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cluster 2024-03-30T04:40:53.557505+0000 mgr.y (mgr.25279) 79 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cluster 2024-03-30T04:40:53.255342+0000 mgr.y (mgr.25279) 65 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cephadm 2024-03-30T04:40:53.262591+0000 mgr.y (mgr.25279) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cluster 2024-03-30T04:40:53.312026+0000 mgr.y (mgr.25279) 67 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cluster 2024-03-30T04:40:53.312206+0000 mgr.y (mgr.25279) 68 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cephadm 2024-03-30T04:40:53.334930+0000 mgr.y (mgr.25279) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cluster 2024-03-30T04:40:53.380586+0000 mgr.y (mgr.25279) 70 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cluster 2024-03-30T04:40:53.380789+0000 mgr.y (mgr.25279) 71 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cephadm 2024-03-30T04:40:53.387536+0000 mgr.y (mgr.25279) 72 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cluster 2024-03-30T04:40:53.433317+0000 mgr.y (mgr.25279) 73 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cluster 2024-03-30T04:40:53.433520+0000 mgr.y (mgr.25279) 74 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cephadm 2024-03-30T04:40:53.441129+0000 mgr.y (mgr.25279) 75 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cluster 2024-03-30T04:40:53.491236+0000 mgr.y (mgr.25279) 76 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cluster 2024-03-30T04:40:53.491485+0000 mgr.y (mgr.25279) 77 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:53.509064+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:54.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cephadm 2024-03-30T04:40:53.509547+0000 mgr.y (mgr.25279) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:53.549784+0000 mon.a (mon.0) 1381 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:54.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:53.552368+0000 mon.a (mon.0) 1382 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:54.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:53.554831+0000 mon.a (mon.0) 1383 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:54.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:53.555826+0000 mon.a (mon.0) 1384 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:54.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cluster 2024-03-30T04:40:53.557505+0000 mgr.y (mgr.25279) 79 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cluster 2024-03-30T04:40:53.557751+0000 mgr.y (mgr.25279) 80 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:53.561577+0000 mon.a (mon.0) 1385 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:54.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cephadm 2024-03-30T04:40:53.561939+0000 mgr.y (mgr.25279) 81 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:53.602048+0000 mon.a (mon.0) 1386 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:54.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:53.603993+0000 mon.a (mon.0) 1387 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:54.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:53.606449+0000 mon.a (mon.0) 1388 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:54.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:53.607128+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:54.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cluster 2024-03-30T04:40:53.608473+0000 mgr.y (mgr.25279) 82 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cluster 2024-03-30T04:40:53.608708+0000 mgr.y (mgr.25279) 83 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:53.613065+0000 mon.a (mon.0) 1390 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:54.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cephadm 2024-03-30T04:40:53.613421+0000 mgr.y (mgr.25279) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:53.654228+0000 mon.a (mon.0) 1391 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:54.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:53.656048+0000 mon.a (mon.0) 1392 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:54.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:53.658340+0000 mon.a (mon.0) 1393 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:54.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:53.659249+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:54.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cluster 2024-03-30T04:40:53.661025+0000 mgr.y (mgr.25279) 85 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:53.664483+0000 mon.a (mon.0) 1395 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:54.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cephadm 2024-03-30T04:40:53.665387+0000 mgr.y (mgr.25279) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:53.730210+0000 mon.a (mon.0) 1396 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:54.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:53.733117+0000 mon.a (mon.0) 1397 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:54.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cluster 2024-03-30T04:40:53.557751+0000 mgr.y (mgr.25279) 80 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:53.561577+0000 mon.a (mon.0) 1385 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:54.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cephadm 2024-03-30T04:40:53.561939+0000 mgr.y (mgr.25279) 81 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:53.602048+0000 mon.a (mon.0) 1386 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:54.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:53.603993+0000 mon.a (mon.0) 1387 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:54.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:53.606449+0000 mon.a (mon.0) 1388 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:54.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:53.607128+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:54.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cluster 2024-03-30T04:40:53.608473+0000 mgr.y (mgr.25279) 82 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cluster 2024-03-30T04:40:53.608708+0000 mgr.y (mgr.25279) 83 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:53.613065+0000 mon.a (mon.0) 1390 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:54.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cephadm 2024-03-30T04:40:53.613421+0000 mgr.y (mgr.25279) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:53.654228+0000 mon.a (mon.0) 1391 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:54.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:53.656048+0000 mon.a (mon.0) 1392 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:54.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:53.658340+0000 mon.a (mon.0) 1393 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:54.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:53.659249+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:54.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cluster 2024-03-30T04:40:53.661025+0000 mgr.y (mgr.25279) 85 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:53.664483+0000 mon.a (mon.0) 1395 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:54.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cephadm 2024-03-30T04:40:53.665387+0000 mgr.y (mgr.25279) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:53.730210+0000 mon.a (mon.0) 1396 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:54.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:53.733117+0000 mon.a (mon.0) 1397 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:54.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:53.735549+0000 mon.a (mon.0) 1398 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:54.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:53.736463+0000 mon.a (mon.0) 1399 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:54.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cluster 2024-03-30T04:40:53.738243+0000 mgr.y (mgr.25279) 87 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cluster 2024-03-30T04:40:53.738712+0000 mgr.y (mgr.25279) 88 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:53.745301+0000 mon.a (mon.0) 1400 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:54.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: cephadm 2024-03-30T04:40:53.745931+0000 mgr.y (mgr.25279) 89 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:53.837511+0000 mon.a (mon.0) 1401 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:54.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:53.841267+0000 mon.a (mon.0) 1402 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:54.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:53.845160+0000 mon.a (mon.0) 1403 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:54.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:53.846219+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:54.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:53.856773+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:54.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:53.945962+0000 mon.a (mon.0) 1406 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:54.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:53.949732+0000 mon.a (mon.0) 1407 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:54.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:53.953346+0000 mon.a (mon.0) 1408 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:54.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:53.954414+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:54.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:53.964586+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:54.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:54.041165+0000 mon.a (mon.0) 1411 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:54.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:54.043550+0000 mon.a (mon.0) 1412 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:54.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:54.046716+0000 mon.a (mon.0) 1413 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:54.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:54.047608+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:54.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:53.735549+0000 mon.a (mon.0) 1398 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:54.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:53.736463+0000 mon.a (mon.0) 1399 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:54.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cluster 2024-03-30T04:40:53.738243+0000 mgr.y (mgr.25279) 87 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cluster 2024-03-30T04:40:53.738712+0000 mgr.y (mgr.25279) 88 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:54.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:53.745301+0000 mon.a (mon.0) 1400 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:54.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: cephadm 2024-03-30T04:40:53.745931+0000 mgr.y (mgr.25279) 89 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:54.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:53.837511+0000 mon.a (mon.0) 1401 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:54.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:53.841267+0000 mon.a (mon.0) 1402 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:54.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:53.845160+0000 mon.a (mon.0) 1403 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:54.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:53.846219+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:54.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:53.856773+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:54.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:53.945962+0000 mon.a (mon.0) 1406 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:54.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:53.949732+0000 mon.a (mon.0) 1407 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:54.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:53.953346+0000 mon.a (mon.0) 1408 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:54.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:53.954414+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:54.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:53.964586+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:54.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:54.041165+0000 mon.a (mon.0) 1411 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:54.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:54.043550+0000 mon.a (mon.0) 1412 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:54.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:54.046716+0000 mon.a (mon.0) 1413 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:54.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:54.047608+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:54.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:54.059132+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:54.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:54.136106+0000 mon.a (mon.0) 1416 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:54.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:54.137997+0000 mon.a (mon.0) 1417 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:54.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:54.139837+0000 mon.a (mon.0) 1418 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:54.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:54.140515+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:54.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:54.148393+0000 mon.a (mon.0) 1420 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:54.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:54.189102+0000 mon.a (mon.0) 1421 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:54.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:54.191080+0000 mon.a (mon.0) 1422 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:54.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:54.193323+0000 mon.a (mon.0) 1423 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:54.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:54.193983+0000 mon.a (mon.0) 1424 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:54.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:54.202346+0000 mon.a (mon.0) 1425 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:54.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:54.287321+0000 mon.a (mon.0) 1426 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:54.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:54.291132+0000 mon.a (mon.0) 1427 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:54.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:54.293830+0000 mon.a (mon.0) 1428 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:54.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:54.294760+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:54.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:54.303693+0000 mon.a (mon.0) 1430 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:54.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:54.375493+0000 mon.a (mon.0) 1431 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:54.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:54.379051+0000 mon.a (mon.0) 1432 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:54.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:54.381258+0000 mon.a (mon.0) 1433 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:54.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:54.059132+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:54.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:54.136106+0000 mon.a (mon.0) 1416 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:54.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:54.137997+0000 mon.a (mon.0) 1417 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:54.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:54.139837+0000 mon.a (mon.0) 1418 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:54.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:54.140515+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:54.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:54.148393+0000 mon.a (mon.0) 1420 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:54.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:54.189102+0000 mon.a (mon.0) 1421 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:54.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:54.191080+0000 mon.a (mon.0) 1422 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:54.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:54.193323+0000 mon.a (mon.0) 1423 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:54.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:54.193983+0000 mon.a (mon.0) 1424 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:54.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:54.202346+0000 mon.a (mon.0) 1425 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:54.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:54.287321+0000 mon.a (mon.0) 1426 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:54.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:54.291132+0000 mon.a (mon.0) 1427 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:54.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:54.293830+0000 mon.a (mon.0) 1428 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:54.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:54.294760+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:54.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:54.303693+0000 mon.a (mon.0) 1430 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:54.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:54.375493+0000 mon.a (mon.0) 1431 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:54.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:54.379051+0000 mon.a (mon.0) 1432 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:54.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:54.381258+0000 mon.a (mon.0) 1433 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:54.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:54.382042+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:54.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:54.392926+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:54.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:54.465050+0000 mon.a (mon.0) 1436 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:54.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:54.468748+0000 mon.a (mon.0) 1437 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:54.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:54.472476+0000 mon.a (mon.0) 1438 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:54.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:54.473811+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:54.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[18552]: audit 2024-03-30T04:40:54.487678+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:54.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:54.382042+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:54.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:54.392926+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:54.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:54.465050+0000 mon.a (mon.0) 1436 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:54.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:54.468748+0000 mon.a (mon.0) 1437 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:54.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:54.472476+0000 mon.a (mon.0) 1438 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:54.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:54.473811+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:54.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:54 smithi111 bash[24005]: audit 2024-03-30T04:40:54.487678+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.084 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:54 smithi117 bash[54074]: debug 2024-03-30T04:40:54.749+0000 7f106de5e200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-30T04:40:55.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: cluster 2024-03-30T04:40:53.849456+0000 mgr.y (mgr.25279) 90 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-30T04:40:55.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: cluster 2024-03-30T04:40:53.850253+0000 mgr.y (mgr.25279) 91 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 20 op/s 2024-03-30T04:40:55.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: cephadm 2024-03-30T04:40:53.857516+0000 mgr.y (mgr.25279) 92 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:55.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: cluster 2024-03-30T04:40:53.957055+0000 mgr.y (mgr.25279) 93 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 14 op/s 2024-03-30T04:40:55.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: cluster 2024-03-30T04:40:53.957732+0000 mgr.y (mgr.25279) 94 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-30T04:40:55.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: cephadm 2024-03-30T04:40:53.965204+0000 mgr.y (mgr.25279) 95 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:55.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: cluster 2024-03-30T04:40:54.049629+0000 mgr.y (mgr.25279) 96 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-30T04:40:55.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: cluster 2024-03-30T04:40:54.050314+0000 mgr.y (mgr.25279) 97 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-30T04:40:55.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: cephadm 2024-03-30T04:40:54.059704+0000 mgr.y (mgr.25279) 98 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:55.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: cluster 2024-03-30T04:40:54.141808+0000 mgr.y (mgr.25279) 99 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: cluster 2024-03-30T04:40:54.142059+0000 mgr.y (mgr.25279) 100 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: cephadm 2024-03-30T04:40:54.148770+0000 mgr.y (mgr.25279) 101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:55.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: cluster 2024-03-30T04:40:54.195420+0000 mgr.y (mgr.25279) 102 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: cluster 2024-03-30T04:40:54.195724+0000 mgr.y (mgr.25279) 103 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: cephadm 2024-03-30T04:40:54.202818+0000 mgr.y (mgr.25279) 104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:55.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: cluster 2024-03-30T04:40:54.296334+0000 mgr.y (mgr.25279) 105 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: cephadm 2024-03-30T04:40:54.304273+0000 mgr.y (mgr.25279) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:55.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: cluster 2024-03-30T04:40:54.384130+0000 mgr.y (mgr.25279) 107 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: cluster 2024-03-30T04:40:54.384787+0000 mgr.y (mgr.25279) 108 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: cephadm 2024-03-30T04:40:54.393631+0000 mgr.y (mgr.25279) 109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:55.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: cluster 2024-03-30T04:40:53.849456+0000 mgr.y (mgr.25279) 90 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-30T04:40:55.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: cluster 2024-03-30T04:40:53.850253+0000 mgr.y (mgr.25279) 91 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 20 op/s 2024-03-30T04:40:55.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: cephadm 2024-03-30T04:40:53.857516+0000 mgr.y (mgr.25279) 92 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:55.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: cluster 2024-03-30T04:40:53.957055+0000 mgr.y (mgr.25279) 93 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 14 op/s 2024-03-30T04:40:55.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: cluster 2024-03-30T04:40:53.957732+0000 mgr.y (mgr.25279) 94 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-30T04:40:55.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: cephadm 2024-03-30T04:40:53.965204+0000 mgr.y (mgr.25279) 95 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:55.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: cluster 2024-03-30T04:40:54.049629+0000 mgr.y (mgr.25279) 96 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-30T04:40:55.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: cluster 2024-03-30T04:40:54.050314+0000 mgr.y (mgr.25279) 97 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-30T04:40:55.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: cephadm 2024-03-30T04:40:54.059704+0000 mgr.y (mgr.25279) 98 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:55.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: cluster 2024-03-30T04:40:54.141808+0000 mgr.y (mgr.25279) 99 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: cluster 2024-03-30T04:40:54.142059+0000 mgr.y (mgr.25279) 100 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: cephadm 2024-03-30T04:40:54.148770+0000 mgr.y (mgr.25279) 101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:55.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: cluster 2024-03-30T04:40:54.195420+0000 mgr.y (mgr.25279) 102 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: cluster 2024-03-30T04:40:54.195724+0000 mgr.y (mgr.25279) 103 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: cephadm 2024-03-30T04:40:54.202818+0000 mgr.y (mgr.25279) 104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:55.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: cluster 2024-03-30T04:40:54.296334+0000 mgr.y (mgr.25279) 105 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: cephadm 2024-03-30T04:40:54.304273+0000 mgr.y (mgr.25279) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:55.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: cluster 2024-03-30T04:40:54.384130+0000 mgr.y (mgr.25279) 107 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: cluster 2024-03-30T04:40:54.384787+0000 mgr.y (mgr.25279) 108 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: cephadm 2024-03-30T04:40:54.393631+0000 mgr.y (mgr.25279) 109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:55.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: cluster 2024-03-30T04:40:54.476135+0000 mgr.y (mgr.25279) 110 : cluster [DBG] pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: cluster 2024-03-30T04:40:54.476376+0000 mgr.y (mgr.25279) 111 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: cephadm 2024-03-30T04:40:54.488313+0000 mgr.y (mgr.25279) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:55.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:54.551357+0000 mon.a (mon.0) 1441 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:54.553600+0000 mon.a (mon.0) 1442 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:54.555736+0000 mon.a (mon.0) 1443 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:54.556601+0000 mon.a (mon.0) 1444 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: cluster 2024-03-30T04:40:54.558260+0000 mgr.y (mgr.25279) 113 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: cluster 2024-03-30T04:40:54.558515+0000 mgr.y (mgr.25279) 114 : cluster [DBG] pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:54.564734+0000 mon.a (mon.0) 1445 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: cephadm 2024-03-30T04:40:54.565349+0000 mgr.y (mgr.25279) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:55.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:54.609954+0000 mon.a (mon.0) 1446 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:54.612197+0000 mon.a (mon.0) 1447 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:54.614400+0000 mon.a (mon.0) 1448 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:54.615081+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: cluster 2024-03-30T04:40:54.616426+0000 mgr.y (mgr.25279) 116 : cluster [DBG] pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: cluster 2024-03-30T04:40:54.616776+0000 mgr.y (mgr.25279) 117 : cluster [DBG] pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:54.620715+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: cephadm 2024-03-30T04:40:54.621148+0000 mgr.y (mgr.25279) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:55.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: cluster 2024-03-30T04:40:54.476135+0000 mgr.y (mgr.25279) 110 : cluster [DBG] pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: cluster 2024-03-30T04:40:54.476376+0000 mgr.y (mgr.25279) 111 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: cephadm 2024-03-30T04:40:54.488313+0000 mgr.y (mgr.25279) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:55.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:54.551357+0000 mon.a (mon.0) 1441 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:54.553600+0000 mon.a (mon.0) 1442 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:54.555736+0000 mon.a (mon.0) 1443 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:54.556601+0000 mon.a (mon.0) 1444 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: cluster 2024-03-30T04:40:54.558260+0000 mgr.y (mgr.25279) 113 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: cluster 2024-03-30T04:40:54.558515+0000 mgr.y (mgr.25279) 114 : cluster [DBG] pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:54.564734+0000 mon.a (mon.0) 1445 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: cephadm 2024-03-30T04:40:54.565349+0000 mgr.y (mgr.25279) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:55.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:54.609954+0000 mon.a (mon.0) 1446 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:54.612197+0000 mon.a (mon.0) 1447 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:54.614400+0000 mon.a (mon.0) 1448 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:54.615081+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: cluster 2024-03-30T04:40:54.616426+0000 mgr.y (mgr.25279) 116 : cluster [DBG] pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: cluster 2024-03-30T04:40:54.616776+0000 mgr.y (mgr.25279) 117 : cluster [DBG] pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:54.620715+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: cephadm 2024-03-30T04:40:54.621148+0000 mgr.y (mgr.25279) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:55.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:54.663519+0000 mon.a (mon.0) 1451 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:54.665559+0000 mon.a (mon.0) 1452 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:54.668186+0000 mon.a (mon.0) 1453 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:54.668919+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: cluster 2024-03-30T04:40:54.670484+0000 mgr.y (mgr.25279) 119 : cluster [DBG] pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: cluster 2024-03-30T04:40:54.670774+0000 mgr.y (mgr.25279) 120 : cluster [DBG] pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:54.676092+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: cephadm 2024-03-30T04:40:54.676532+0000 mgr.y (mgr.25279) 121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:55.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:54.719334+0000 mon.a (mon.0) 1456 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:54.721566+0000 mon.a (mon.0) 1457 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:54.723471+0000 mon.a (mon.0) 1458 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:54.724207+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: cluster 2024-03-30T04:40:54.725593+0000 mgr.y (mgr.25279) 122 : cluster [DBG] pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: cluster 2024-03-30T04:40:54.725811+0000 mgr.y (mgr.25279) 123 : cluster [DBG] pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:54.731340+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: cephadm 2024-03-30T04:40:54.731793+0000 mgr.y (mgr.25279) 124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:55.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:54.774742+0000 mon.a (mon.0) 1461 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:54.776942+0000 mon.a (mon.0) 1462 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:54.779064+0000 mon.a (mon.0) 1463 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:54.779791+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:54.663519+0000 mon.a (mon.0) 1451 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:54.665559+0000 mon.a (mon.0) 1452 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:54.668186+0000 mon.a (mon.0) 1453 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:54.668919+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: cluster 2024-03-30T04:40:54.670484+0000 mgr.y (mgr.25279) 119 : cluster [DBG] pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: cluster 2024-03-30T04:40:54.670774+0000 mgr.y (mgr.25279) 120 : cluster [DBG] pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:54.676092+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: cephadm 2024-03-30T04:40:54.676532+0000 mgr.y (mgr.25279) 121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:55.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:54.719334+0000 mon.a (mon.0) 1456 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:54.721566+0000 mon.a (mon.0) 1457 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:54.723471+0000 mon.a (mon.0) 1458 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:54.724207+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: cluster 2024-03-30T04:40:54.725593+0000 mgr.y (mgr.25279) 122 : cluster [DBG] pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: cluster 2024-03-30T04:40:54.725811+0000 mgr.y (mgr.25279) 123 : cluster [DBG] pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:54.731340+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: cephadm 2024-03-30T04:40:54.731793+0000 mgr.y (mgr.25279) 124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:55.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:54.774742+0000 mon.a (mon.0) 1461 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:54.776942+0000 mon.a (mon.0) 1462 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:54.779064+0000 mon.a (mon.0) 1463 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:54.779791+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:54.787061+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:54.844856+0000 mon.a (mon.0) 1466 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:54.846728+0000 mon.a (mon.0) 1467 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:54.848500+0000 mon.a (mon.0) 1468 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:54.849154+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:54.854870+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:54.895841+0000 mon.a (mon.0) 1471 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:54.897861+0000 mon.a (mon.0) 1472 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:54.899687+0000 mon.a (mon.0) 1473 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:54.900381+0000 mon.a (mon.0) 1474 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:54.907056+0000 mon.a (mon.0) 1475 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:54.947916+0000 mon.a (mon.0) 1476 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:54.949974+0000 mon.a (mon.0) 1477 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:54.951828+0000 mon.a (mon.0) 1478 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:54.952558+0000 mon.a (mon.0) 1479 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:54.959641+0000 mon.a (mon.0) 1480 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.000937+0000 mon.a (mon.0) 1481 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.002794+0000 mon.a (mon.0) 1482 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.004717+0000 mon.a (mon.0) 1483 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.005437+0000 mon.a (mon.0) 1484 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.012490+0000 mon.a (mon.0) 1485 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.053139+0000 mon.a (mon.0) 1486 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.054952+0000 mon.a (mon.0) 1487 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.056622+0000 mon.a (mon.0) 1488 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.057227+0000 mon.a (mon.0) 1489 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.063982+0000 mon.a (mon.0) 1490 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.104689+0000 mon.a (mon.0) 1491 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.106544+0000 mon.a (mon.0) 1492 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.108314+0000 mon.a (mon.0) 1493 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.108957+0000 mon.a (mon.0) 1494 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.115686+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.156667+0000 mon.a (mon.0) 1496 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.158374+0000 mon.a (mon.0) 1497 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.160042+0000 mon.a (mon.0) 1498 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.160669+0000 mon.a (mon.0) 1499 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.167243+0000 mon.a (mon.0) 1500 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.207857+0000 mon.a (mon.0) 1501 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.209507+0000 mon.a (mon.0) 1502 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.211181+0000 mon.a (mon.0) 1503 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.211781+0000 mon.a (mon.0) 1504 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.218363+0000 mon.a (mon.0) 1505 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.259096+0000 mon.a (mon.0) 1506 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.260845+0000 mon.a (mon.0) 1507 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.262537+0000 mon.a (mon.0) 1508 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.263190+0000 mon.a (mon.0) 1509 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.270080+0000 mon.a (mon.0) 1510 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.312152+0000 mon.a (mon.0) 1511 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.313880+0000 mon.a (mon.0) 1512 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.315607+0000 mon.a (mon.0) 1513 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.316203+0000 mon.a (mon.0) 1514 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.322895+0000 mon.a (mon.0) 1515 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.365381+0000 mon.a (mon.0) 1516 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.367163+0000 mon.a (mon.0) 1517 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.368803+0000 mon.a (mon.0) 1518 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.369394+0000 mon.a (mon.0) 1519 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.376134+0000 mon.a (mon.0) 1520 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.416731+0000 mon.a (mon.0) 1521 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.418420+0000 mon.a (mon.0) 1522 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.420112+0000 mon.a (mon.0) 1523 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.420703+0000 mon.a (mon.0) 1524 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.427352+0000 mon.a (mon.0) 1525 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.467556+0000 mon.a (mon.0) 1526 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.469314+0000 mon.a (mon.0) 1527 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.471025+0000 mon.a (mon.0) 1528 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.471683+0000 mon.a (mon.0) 1529 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[18552]: audit 2024-03-30T04:40:55.478466+0000 mon.a (mon.0) 1530 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:54.787061+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:54.844856+0000 mon.a (mon.0) 1466 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:54.846728+0000 mon.a (mon.0) 1467 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:54.848500+0000 mon.a (mon.0) 1468 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:54.849154+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:54.854870+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:54.895841+0000 mon.a (mon.0) 1471 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:54.897861+0000 mon.a (mon.0) 1472 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:54.899687+0000 mon.a (mon.0) 1473 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:54.900381+0000 mon.a (mon.0) 1474 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:54.907056+0000 mon.a (mon.0) 1475 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:54.947916+0000 mon.a (mon.0) 1476 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:54.949974+0000 mon.a (mon.0) 1477 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:54.951828+0000 mon.a (mon.0) 1478 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:54.952558+0000 mon.a (mon.0) 1479 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:54.959641+0000 mon.a (mon.0) 1480 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.000937+0000 mon.a (mon.0) 1481 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.002794+0000 mon.a (mon.0) 1482 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.004717+0000 mon.a (mon.0) 1483 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.005437+0000 mon.a (mon.0) 1484 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.012490+0000 mon.a (mon.0) 1485 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.053139+0000 mon.a (mon.0) 1486 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.054952+0000 mon.a (mon.0) 1487 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.056622+0000 mon.a (mon.0) 1488 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.057227+0000 mon.a (mon.0) 1489 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.063982+0000 mon.a (mon.0) 1490 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.104689+0000 mon.a (mon.0) 1491 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.106544+0000 mon.a (mon.0) 1492 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.108314+0000 mon.a (mon.0) 1493 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.108957+0000 mon.a (mon.0) 1494 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.115686+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.156667+0000 mon.a (mon.0) 1496 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.158374+0000 mon.a (mon.0) 1497 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.160042+0000 mon.a (mon.0) 1498 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.160669+0000 mon.a (mon.0) 1499 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.167243+0000 mon.a (mon.0) 1500 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.207857+0000 mon.a (mon.0) 1501 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.209507+0000 mon.a (mon.0) 1502 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.211181+0000 mon.a (mon.0) 1503 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.211781+0000 mon.a (mon.0) 1504 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.218363+0000 mon.a (mon.0) 1505 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.259096+0000 mon.a (mon.0) 1506 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.260845+0000 mon.a (mon.0) 1507 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.262537+0000 mon.a (mon.0) 1508 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.263190+0000 mon.a (mon.0) 1509 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.270080+0000 mon.a (mon.0) 1510 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.312152+0000 mon.a (mon.0) 1511 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.313880+0000 mon.a (mon.0) 1512 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.315607+0000 mon.a (mon.0) 1513 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.316203+0000 mon.a (mon.0) 1514 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.322895+0000 mon.a (mon.0) 1515 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.365381+0000 mon.a (mon.0) 1516 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.367163+0000 mon.a (mon.0) 1517 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.368803+0000 mon.a (mon.0) 1518 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.369394+0000 mon.a (mon.0) 1519 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.376134+0000 mon.a (mon.0) 1520 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.416731+0000 mon.a (mon.0) 1521 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.418420+0000 mon.a (mon.0) 1522 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.420112+0000 mon.a (mon.0) 1523 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.420703+0000 mon.a (mon.0) 1524 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.427352+0000 mon.a (mon.0) 1525 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.467556+0000 mon.a (mon.0) 1526 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.469314+0000 mon.a (mon.0) 1527 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.471025+0000 mon.a (mon.0) 1528 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.471683+0000 mon.a (mon.0) 1529 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:55 smithi111 bash[24005]: audit 2024-03-30T04:40:55.478466+0000 mon.a (mon.0) 1530 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: cluster 2024-03-30T04:40:53.849456+0000 mgr.y (mgr.25279) 90 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-30T04:40:55.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: cluster 2024-03-30T04:40:53.850253+0000 mgr.y (mgr.25279) 91 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 20 op/s 2024-03-30T04:40:55.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: cephadm 2024-03-30T04:40:53.857516+0000 mgr.y (mgr.25279) 92 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:55.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: cluster 2024-03-30T04:40:53.957055+0000 mgr.y (mgr.25279) 93 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 14 op/s 2024-03-30T04:40:55.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: cluster 2024-03-30T04:40:53.957732+0000 mgr.y (mgr.25279) 94 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-30T04:40:55.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: cephadm 2024-03-30T04:40:53.965204+0000 mgr.y (mgr.25279) 95 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:55.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: cluster 2024-03-30T04:40:54.049629+0000 mgr.y (mgr.25279) 96 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-30T04:40:55.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: cluster 2024-03-30T04:40:54.050314+0000 mgr.y (mgr.25279) 97 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-30T04:40:55.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: cephadm 2024-03-30T04:40:54.059704+0000 mgr.y (mgr.25279) 98 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:55.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: cluster 2024-03-30T04:40:54.141808+0000 mgr.y (mgr.25279) 99 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: cluster 2024-03-30T04:40:54.142059+0000 mgr.y (mgr.25279) 100 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: cephadm 2024-03-30T04:40:54.148770+0000 mgr.y (mgr.25279) 101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:55.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: cluster 2024-03-30T04:40:54.195420+0000 mgr.y (mgr.25279) 102 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: cluster 2024-03-30T04:40:54.195724+0000 mgr.y (mgr.25279) 103 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: cephadm 2024-03-30T04:40:54.202818+0000 mgr.y (mgr.25279) 104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:55.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: cluster 2024-03-30T04:40:54.296334+0000 mgr.y (mgr.25279) 105 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: cephadm 2024-03-30T04:40:54.304273+0000 mgr.y (mgr.25279) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:55.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: cluster 2024-03-30T04:40:54.384130+0000 mgr.y (mgr.25279) 107 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: cluster 2024-03-30T04:40:54.384787+0000 mgr.y (mgr.25279) 108 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: cephadm 2024-03-30T04:40:54.393631+0000 mgr.y (mgr.25279) 109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:55.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: cluster 2024-03-30T04:40:54.476135+0000 mgr.y (mgr.25279) 110 : cluster [DBG] pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: cluster 2024-03-30T04:40:54.476376+0000 mgr.y (mgr.25279) 111 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: cephadm 2024-03-30T04:40:54.488313+0000 mgr.y (mgr.25279) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:55.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:54.551357+0000 mon.a (mon.0) 1441 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:54.553600+0000 mon.a (mon.0) 1442 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:54.555736+0000 mon.a (mon.0) 1443 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:54.556601+0000 mon.a (mon.0) 1444 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: cluster 2024-03-30T04:40:54.558260+0000 mgr.y (mgr.25279) 113 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: cluster 2024-03-30T04:40:54.558515+0000 mgr.y (mgr.25279) 114 : cluster [DBG] pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:54.564734+0000 mon.a (mon.0) 1445 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: cephadm 2024-03-30T04:40:54.565349+0000 mgr.y (mgr.25279) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:55.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:54.609954+0000 mon.a (mon.0) 1446 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:54.612197+0000 mon.a (mon.0) 1447 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:54.614400+0000 mon.a (mon.0) 1448 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:54.615081+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: cluster 2024-03-30T04:40:54.616426+0000 mgr.y (mgr.25279) 116 : cluster [DBG] pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: cluster 2024-03-30T04:40:54.616776+0000 mgr.y (mgr.25279) 117 : cluster [DBG] pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:54.620715+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: cephadm 2024-03-30T04:40:54.621148+0000 mgr.y (mgr.25279) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:55.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:54.663519+0000 mon.a (mon.0) 1451 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:54.665559+0000 mon.a (mon.0) 1452 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:54.668186+0000 mon.a (mon.0) 1453 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:54.668919+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: cluster 2024-03-30T04:40:54.670484+0000 mgr.y (mgr.25279) 119 : cluster [DBG] pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: cluster 2024-03-30T04:40:54.670774+0000 mgr.y (mgr.25279) 120 : cluster [DBG] pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:54.676092+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: cephadm 2024-03-30T04:40:54.676532+0000 mgr.y (mgr.25279) 121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:55.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:54.719334+0000 mon.a (mon.0) 1456 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:54.721566+0000 mon.a (mon.0) 1457 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:54.723471+0000 mon.a (mon.0) 1458 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:54.724207+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: cluster 2024-03-30T04:40:54.725593+0000 mgr.y (mgr.25279) 122 : cluster [DBG] pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: cluster 2024-03-30T04:40:54.725811+0000 mgr.y (mgr.25279) 123 : cluster [DBG] pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:55.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:54.731340+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: cephadm 2024-03-30T04:40:54.731793+0000 mgr.y (mgr.25279) 124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:55.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:54.774742+0000 mon.a (mon.0) 1461 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:54.776942+0000 mon.a (mon.0) 1462 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:54.779064+0000 mon.a (mon.0) 1463 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:54.779791+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:54.787061+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:54.844856+0000 mon.a (mon.0) 1466 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:54.846728+0000 mon.a (mon.0) 1467 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:54.848500+0000 mon.a (mon.0) 1468 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:54.849154+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:54.854870+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:54.895841+0000 mon.a (mon.0) 1471 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:54.897861+0000 mon.a (mon.0) 1472 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:54.899687+0000 mon.a (mon.0) 1473 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:54.900381+0000 mon.a (mon.0) 1474 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:54.907056+0000 mon.a (mon.0) 1475 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:54.947916+0000 mon.a (mon.0) 1476 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:54.949974+0000 mon.a (mon.0) 1477 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:54.951828+0000 mon.a (mon.0) 1478 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:54.952558+0000 mon.a (mon.0) 1479 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:54.959641+0000 mon.a (mon.0) 1480 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.000937+0000 mon.a (mon.0) 1481 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.002794+0000 mon.a (mon.0) 1482 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.004717+0000 mon.a (mon.0) 1483 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.005437+0000 mon.a (mon.0) 1484 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.012490+0000 mon.a (mon.0) 1485 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.053139+0000 mon.a (mon.0) 1486 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.054952+0000 mon.a (mon.0) 1487 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.056622+0000 mon.a (mon.0) 1488 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.057227+0000 mon.a (mon.0) 1489 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.063982+0000 mon.a (mon.0) 1490 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.104689+0000 mon.a (mon.0) 1491 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.106544+0000 mon.a (mon.0) 1492 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.108314+0000 mon.a (mon.0) 1493 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.108957+0000 mon.a (mon.0) 1494 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.115686+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.156667+0000 mon.a (mon.0) 1496 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.158374+0000 mon.a (mon.0) 1497 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.160042+0000 mon.a (mon.0) 1498 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.160669+0000 mon.a (mon.0) 1499 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.167243+0000 mon.a (mon.0) 1500 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.207857+0000 mon.a (mon.0) 1501 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.209507+0000 mon.a (mon.0) 1502 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.211181+0000 mon.a (mon.0) 1503 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.211781+0000 mon.a (mon.0) 1504 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.218363+0000 mon.a (mon.0) 1505 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.259096+0000 mon.a (mon.0) 1506 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.260845+0000 mon.a (mon.0) 1507 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.262537+0000 mon.a (mon.0) 1508 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.263190+0000 mon.a (mon.0) 1509 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.270080+0000 mon.a (mon.0) 1510 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.312152+0000 mon.a (mon.0) 1511 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.313880+0000 mon.a (mon.0) 1512 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.315607+0000 mon.a (mon.0) 1513 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.316203+0000 mon.a (mon.0) 1514 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.322895+0000 mon.a (mon.0) 1515 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.365381+0000 mon.a (mon.0) 1516 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.367163+0000 mon.a (mon.0) 1517 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.368803+0000 mon.a (mon.0) 1518 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.369394+0000 mon.a (mon.0) 1519 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.376134+0000 mon.a (mon.0) 1520 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.416731+0000 mon.a (mon.0) 1521 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.418420+0000 mon.a (mon.0) 1522 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.420112+0000 mon.a (mon.0) 1523 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.420703+0000 mon.a (mon.0) 1524 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.427352+0000 mon.a (mon.0) 1525 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:55.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.467556+0000 mon.a (mon.0) 1526 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:55.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.469314+0000 mon.a (mon.0) 1527 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:55.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.471025+0000 mon.a (mon.0) 1528 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:55.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.471683+0000 mon.a (mon.0) 1529 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:55.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:55 smithi117 bash[18692]: audit 2024-03-30T04:40:55.478466+0000 mon.a (mon.0) 1530 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:56.644 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[54074]: debug 2024-03-30T04:40:56.385+0000 7f106de5e200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-30T04:40:56.644 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[54074]: debug 2024-03-30T04:40:56.489+0000 7f106de5e200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-30T04:40:56.644 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:40:56 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Scheduled restart job, restart counter is at 5. 2024-03-30T04:40:56.644 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:40:56 smithi117 systemd[1]: Stopped Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:40:56.644 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:40:56 smithi117 systemd[1]: Started Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:40:56.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cluster 2024-03-30T04:40:54.781165+0000 mgr.y (mgr.25279) 125 : cluster [DBG] pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cluster 2024-03-30T04:40:54.781476+0000 mgr.y (mgr.25279) 126 : cluster [DBG] pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cephadm 2024-03-30T04:40:54.787550+0000 mgr.y (mgr.25279) 127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cluster 2024-03-30T04:40:54.850422+0000 mgr.y (mgr.25279) 128 : cluster [DBG] pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cluster 2024-03-30T04:40:54.850680+0000 mgr.y (mgr.25279) 129 : cluster [DBG] pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cephadm 2024-03-30T04:40:54.855310+0000 mgr.y (mgr.25279) 130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cluster 2024-03-30T04:40:54.901670+0000 mgr.y (mgr.25279) 131 : cluster [DBG] pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cluster 2024-03-30T04:40:54.901924+0000 mgr.y (mgr.25279) 132 : cluster [DBG] pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cephadm 2024-03-30T04:40:54.907515+0000 mgr.y (mgr.25279) 133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cluster 2024-03-30T04:40:54.953796+0000 mgr.y (mgr.25279) 134 : cluster [DBG] pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cluster 2024-03-30T04:40:54.954049+0000 mgr.y (mgr.25279) 135 : cluster [DBG] pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cephadm 2024-03-30T04:40:54.960116+0000 mgr.y (mgr.25279) 136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cluster 2024-03-30T04:40:55.006714+0000 mgr.y (mgr.25279) 137 : cluster [DBG] pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cluster 2024-03-30T04:40:55.006956+0000 mgr.y (mgr.25279) 138 : cluster [DBG] pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cephadm 2024-03-30T04:40:55.012921+0000 mgr.y (mgr.25279) 139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cluster 2024-03-30T04:40:55.058397+0000 mgr.y (mgr.25279) 140 : cluster [DBG] pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cluster 2024-03-30T04:40:55.058606+0000 mgr.y (mgr.25279) 141 : cluster [DBG] pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cephadm 2024-03-30T04:40:55.064377+0000 mgr.y (mgr.25279) 142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cluster 2024-03-30T04:40:55.110177+0000 mgr.y (mgr.25279) 143 : cluster [DBG] pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cluster 2024-03-30T04:40:55.110398+0000 mgr.y (mgr.25279) 144 : cluster [DBG] pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cephadm 2024-03-30T04:40:55.116091+0000 mgr.y (mgr.25279) 145 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cluster 2024-03-30T04:40:55.161847+0000 mgr.y (mgr.25279) 146 : cluster [DBG] pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cluster 2024-03-30T04:40:55.162071+0000 mgr.y (mgr.25279) 147 : cluster [DBG] pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cephadm 2024-03-30T04:40:55.167644+0000 mgr.y (mgr.25279) 148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cluster 2024-03-30T04:40:55.212964+0000 mgr.y (mgr.25279) 149 : cluster [DBG] pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cluster 2024-03-30T04:40:55.213173+0000 mgr.y (mgr.25279) 150 : cluster [DBG] pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cephadm 2024-03-30T04:40:55.218751+0000 mgr.y (mgr.25279) 151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cluster 2024-03-30T04:40:55.264447+0000 mgr.y (mgr.25279) 152 : cluster [DBG] pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cluster 2024-03-30T04:40:55.264696+0000 mgr.y (mgr.25279) 153 : cluster [DBG] pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cephadm 2024-03-30T04:40:55.270527+0000 mgr.y (mgr.25279) 154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cluster 2024-03-30T04:40:55.317367+0000 mgr.y (mgr.25279) 155 : cluster [DBG] pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cluster 2024-03-30T04:40:55.317613+0000 mgr.y (mgr.25279) 156 : cluster [DBG] pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cephadm 2024-03-30T04:40:55.323271+0000 mgr.y (mgr.25279) 157 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cluster 2024-03-30T04:40:55.370603+0000 mgr.y (mgr.25279) 158 : cluster [DBG] pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cluster 2024-03-30T04:40:55.370836+0000 mgr.y (mgr.25279) 159 : cluster [DBG] pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cephadm 2024-03-30T04:40:55.376521+0000 mgr.y (mgr.25279) 160 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cluster 2024-03-30T04:40:55.421917+0000 mgr.y (mgr.25279) 161 : cluster [DBG] pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cluster 2024-03-30T04:40:55.422153+0000 mgr.y (mgr.25279) 162 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cephadm 2024-03-30T04:40:55.427743+0000 mgr.y (mgr.25279) 163 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cluster 2024-03-30T04:40:55.472911+0000 mgr.y (mgr.25279) 164 : cluster [DBG] pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cluster 2024-03-30T04:40:55.473109+0000 mgr.y (mgr.25279) 165 : cluster [DBG] pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cephadm 2024-03-30T04:40:55.478870+0000 mgr.y (mgr.25279) 166 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:55.539247+0000 mon.a (mon.0) 1531 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:56.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:55.553366+0000 mon.a (mon.0) 1532 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:56.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:55.558351+0000 mon.a (mon.0) 1533 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:56.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:55.559025+0000 mon.a (mon.0) 1534 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:56.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cluster 2024-03-30T04:40:55.560291+0000 mgr.y (mgr.25279) 167 : cluster [DBG] pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cluster 2024-03-30T04:40:55.560542+0000 mgr.y (mgr.25279) 168 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:55.564401+0000 mon.a (mon.0) 1535 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:56.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cephadm 2024-03-30T04:40:55.564740+0000 mgr.y (mgr.25279) 169 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:55.605317+0000 mon.a (mon.0) 1536 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:56.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:55.607094+0000 mon.a (mon.0) 1537 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:56.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:55.608781+0000 mon.a (mon.0) 1538 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:56.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:55.609416+0000 mon.a (mon.0) 1539 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:56.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cluster 2024-03-30T04:40:55.610658+0000 mgr.y (mgr.25279) 170 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cluster 2024-03-30T04:40:55.610907+0000 mgr.y (mgr.25279) 171 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:55.614793+0000 mon.a (mon.0) 1540 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:56.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cephadm 2024-03-30T04:40:55.615113+0000 mgr.y (mgr.25279) 172 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:55.655056+0000 mon.a (mon.0) 1541 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:56.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:55.657050+0000 mon.a (mon.0) 1542 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:56.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:55.658867+0000 mon.a (mon.0) 1543 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:56.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:55.659530+0000 mon.a (mon.0) 1544 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:56.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cluster 2024-03-30T04:40:55.660803+0000 mgr.y (mgr.25279) 173 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cluster 2024-03-30T04:40:55.661007+0000 mgr.y (mgr.25279) 174 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:55.665797+0000 mon.a (mon.0) 1545 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:56.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cephadm 2024-03-30T04:40:55.666126+0000 mgr.y (mgr.25279) 175 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:55.707549+0000 mon.a (mon.0) 1546 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:56.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:55.709788+0000 mon.a (mon.0) 1547 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:56.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:55.712223+0000 mon.a (mon.0) 1548 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:56.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:55.713099+0000 mon.a (mon.0) 1549 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:56.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cluster 2024-03-30T04:40:55.714420+0000 mgr.y (mgr.25279) 176 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.651 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cluster 2024-03-30T04:40:55.714671+0000 mgr.y (mgr.25279) 177 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.651 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:55.718879+0000 mon.a (mon.0) 1550 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:56.651 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: cephadm 2024-03-30T04:40:55.719297+0000 mgr.y (mgr.25279) 178 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.651 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:55.759400+0000 mon.a (mon.0) 1551 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:56.651 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:55.761130+0000 mon.a (mon.0) 1552 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:56.651 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:55.762796+0000 mon.a (mon.0) 1553 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:56.651 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:55.763368+0000 mon.a (mon.0) 1554 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:56.651 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:55.768655+0000 mon.a (mon.0) 1555 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:56.651 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:55.809217+0000 mon.a (mon.0) 1556 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:56.651 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:55.811008+0000 mon.a (mon.0) 1557 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:56.651 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:55.812800+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:56.651 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:55.813431+0000 mon.a (mon.0) 1559 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:56.651 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:55.821271+0000 mon.a (mon.0) 1560 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:56.651 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:55.862053+0000 mon.a (mon.0) 1561 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:56.651 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:55.863963+0000 mon.a (mon.0) 1562 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:56.651 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:55.865837+0000 mon.a (mon.0) 1563 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:56.652 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:55.866521+0000 mon.a (mon.0) 1564 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:56.652 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:55.871798+0000 mon.a (mon.0) 1565 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:56.652 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:55.930088+0000 mon.a (mon.0) 1566 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:56.652 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:55.933316+0000 mon.a (mon.0) 1567 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:56.652 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:55.935860+0000 mon.a (mon.0) 1568 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:56.652 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:55.936864+0000 mon.a (mon.0) 1569 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:56.652 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:55.944379+0000 mon.a (mon.0) 1570 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:56.652 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:56.009371+0000 mon.a (mon.0) 1571 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:56.652 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:56.012685+0000 mon.a (mon.0) 1572 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:56.652 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:56.015838+0000 mon.a (mon.0) 1573 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:56.652 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:56.016993+0000 mon.a (mon.0) 1574 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:56.652 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:56.027554+0000 mon.a (mon.0) 1575 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:56.652 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:56.114524+0000 mon.a (mon.0) 1576 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:56.652 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:56.118563+0000 mon.a (mon.0) 1577 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:56.653 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:56.121397+0000 mon.a (mon.0) 1578 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:56.653 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:56.122559+0000 mon.a (mon.0) 1579 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:56.653 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:56.132070+0000 mon.a (mon.0) 1580 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:56.653 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:56.220351+0000 mon.a (mon.0) 1581 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:56.653 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:56.224268+0000 mon.a (mon.0) 1582 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:56.653 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:56.228287+0000 mon.a (mon.0) 1583 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:56.653 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:56.229562+0000 mon.a (mon.0) 1584 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:56.653 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:56.241400+0000 mon.a (mon.0) 1585 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:56.653 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:56.320668+0000 mon.a (mon.0) 1586 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:56.653 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:56.323365+0000 mon.a (mon.0) 1587 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:56.653 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:56.326344+0000 mon.a (mon.0) 1588 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:56.653 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:56.327795+0000 mon.a (mon.0) 1589 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:56.653 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:56.337928+0000 mon.a (mon.0) 1590 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:56.653 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:56.418281+0000 mon.a (mon.0) 1591 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:56.653 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:56.421364+0000 mon.a (mon.0) 1592 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:56.654 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:56.424804+0000 mon.a (mon.0) 1593 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:56.654 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:56.426147+0000 mon.a (mon.0) 1594 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:56.654 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:56.436408+0000 mon.a (mon.0) 1595 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:56.654 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:56.496873+0000 mon.a (mon.0) 1596 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:56.654 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:56.498993+0000 mon.a (mon.0) 1597 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:56.654 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:56.500938+0000 mon.a (mon.0) 1598 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:56.654 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:56.501644+0000 mon.a (mon.0) 1599 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:56.654 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[18692]: audit 2024-03-30T04:40:56.508283+0000 mon.a (mon.0) 1600 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:56.865 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:40:56] "GET /metrics HTTP/1.1" 200 38242 "" "Prometheus/2.33.4" 2024-03-30T04:40:56.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cluster 2024-03-30T04:40:54.781165+0000 mgr.y (mgr.25279) 125 : cluster [DBG] pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cluster 2024-03-30T04:40:54.781476+0000 mgr.y (mgr.25279) 126 : cluster [DBG] pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cephadm 2024-03-30T04:40:54.787550+0000 mgr.y (mgr.25279) 127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cluster 2024-03-30T04:40:54.850422+0000 mgr.y (mgr.25279) 128 : cluster [DBG] pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cluster 2024-03-30T04:40:54.850680+0000 mgr.y (mgr.25279) 129 : cluster [DBG] pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cephadm 2024-03-30T04:40:54.855310+0000 mgr.y (mgr.25279) 130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cluster 2024-03-30T04:40:54.901670+0000 mgr.y (mgr.25279) 131 : cluster [DBG] pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cluster 2024-03-30T04:40:54.901924+0000 mgr.y (mgr.25279) 132 : cluster [DBG] pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cephadm 2024-03-30T04:40:54.907515+0000 mgr.y (mgr.25279) 133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cluster 2024-03-30T04:40:54.953796+0000 mgr.y (mgr.25279) 134 : cluster [DBG] pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cluster 2024-03-30T04:40:54.954049+0000 mgr.y (mgr.25279) 135 : cluster [DBG] pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cephadm 2024-03-30T04:40:54.960116+0000 mgr.y (mgr.25279) 136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cluster 2024-03-30T04:40:55.006714+0000 mgr.y (mgr.25279) 137 : cluster [DBG] pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cluster 2024-03-30T04:40:55.006956+0000 mgr.y (mgr.25279) 138 : cluster [DBG] pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cephadm 2024-03-30T04:40:55.012921+0000 mgr.y (mgr.25279) 139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cluster 2024-03-30T04:40:55.058397+0000 mgr.y (mgr.25279) 140 : cluster [DBG] pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cluster 2024-03-30T04:40:55.058606+0000 mgr.y (mgr.25279) 141 : cluster [DBG] pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cephadm 2024-03-30T04:40:55.064377+0000 mgr.y (mgr.25279) 142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cluster 2024-03-30T04:40:55.110177+0000 mgr.y (mgr.25279) 143 : cluster [DBG] pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cluster 2024-03-30T04:40:55.110398+0000 mgr.y (mgr.25279) 144 : cluster [DBG] pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cluster 2024-03-30T04:40:54.781165+0000 mgr.y (mgr.25279) 125 : cluster [DBG] pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cluster 2024-03-30T04:40:54.781476+0000 mgr.y (mgr.25279) 126 : cluster [DBG] pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cephadm 2024-03-30T04:40:54.787550+0000 mgr.y (mgr.25279) 127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cluster 2024-03-30T04:40:54.850422+0000 mgr.y (mgr.25279) 128 : cluster [DBG] pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cluster 2024-03-30T04:40:54.850680+0000 mgr.y (mgr.25279) 129 : cluster [DBG] pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cephadm 2024-03-30T04:40:54.855310+0000 mgr.y (mgr.25279) 130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cluster 2024-03-30T04:40:54.901670+0000 mgr.y (mgr.25279) 131 : cluster [DBG] pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cluster 2024-03-30T04:40:54.901924+0000 mgr.y (mgr.25279) 132 : cluster [DBG] pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cephadm 2024-03-30T04:40:54.907515+0000 mgr.y (mgr.25279) 133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cluster 2024-03-30T04:40:54.953796+0000 mgr.y (mgr.25279) 134 : cluster [DBG] pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cluster 2024-03-30T04:40:54.954049+0000 mgr.y (mgr.25279) 135 : cluster [DBG] pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cephadm 2024-03-30T04:40:54.960116+0000 mgr.y (mgr.25279) 136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cluster 2024-03-30T04:40:55.006714+0000 mgr.y (mgr.25279) 137 : cluster [DBG] pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cluster 2024-03-30T04:40:55.006956+0000 mgr.y (mgr.25279) 138 : cluster [DBG] pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cephadm 2024-03-30T04:40:55.012921+0000 mgr.y (mgr.25279) 139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cluster 2024-03-30T04:40:55.058397+0000 mgr.y (mgr.25279) 140 : cluster [DBG] pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cluster 2024-03-30T04:40:55.058606+0000 mgr.y (mgr.25279) 141 : cluster [DBG] pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cephadm 2024-03-30T04:40:55.064377+0000 mgr.y (mgr.25279) 142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cluster 2024-03-30T04:40:55.110177+0000 mgr.y (mgr.25279) 143 : cluster [DBG] pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cluster 2024-03-30T04:40:55.110398+0000 mgr.y (mgr.25279) 144 : cluster [DBG] pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cephadm 2024-03-30T04:40:55.116091+0000 mgr.y (mgr.25279) 145 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cluster 2024-03-30T04:40:55.161847+0000 mgr.y (mgr.25279) 146 : cluster [DBG] pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cluster 2024-03-30T04:40:55.162071+0000 mgr.y (mgr.25279) 147 : cluster [DBG] pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cephadm 2024-03-30T04:40:55.167644+0000 mgr.y (mgr.25279) 148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cluster 2024-03-30T04:40:55.212964+0000 mgr.y (mgr.25279) 149 : cluster [DBG] pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cluster 2024-03-30T04:40:55.213173+0000 mgr.y (mgr.25279) 150 : cluster [DBG] pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cephadm 2024-03-30T04:40:55.218751+0000 mgr.y (mgr.25279) 151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cluster 2024-03-30T04:40:55.264447+0000 mgr.y (mgr.25279) 152 : cluster [DBG] pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cluster 2024-03-30T04:40:55.264696+0000 mgr.y (mgr.25279) 153 : cluster [DBG] pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cephadm 2024-03-30T04:40:55.270527+0000 mgr.y (mgr.25279) 154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cluster 2024-03-30T04:40:55.317367+0000 mgr.y (mgr.25279) 155 : cluster [DBG] pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cluster 2024-03-30T04:40:55.317613+0000 mgr.y (mgr.25279) 156 : cluster [DBG] pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cephadm 2024-03-30T04:40:55.323271+0000 mgr.y (mgr.25279) 157 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cluster 2024-03-30T04:40:55.370603+0000 mgr.y (mgr.25279) 158 : cluster [DBG] pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cluster 2024-03-30T04:40:55.370836+0000 mgr.y (mgr.25279) 159 : cluster [DBG] pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cephadm 2024-03-30T04:40:55.376521+0000 mgr.y (mgr.25279) 160 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cluster 2024-03-30T04:40:55.421917+0000 mgr.y (mgr.25279) 161 : cluster [DBG] pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cluster 2024-03-30T04:40:55.422153+0000 mgr.y (mgr.25279) 162 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cephadm 2024-03-30T04:40:55.427743+0000 mgr.y (mgr.25279) 163 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cluster 2024-03-30T04:40:55.472911+0000 mgr.y (mgr.25279) 164 : cluster [DBG] pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cluster 2024-03-30T04:40:55.473109+0000 mgr.y (mgr.25279) 165 : cluster [DBG] pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cephadm 2024-03-30T04:40:55.116091+0000 mgr.y (mgr.25279) 145 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cluster 2024-03-30T04:40:55.161847+0000 mgr.y (mgr.25279) 146 : cluster [DBG] pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cluster 2024-03-30T04:40:55.162071+0000 mgr.y (mgr.25279) 147 : cluster [DBG] pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cephadm 2024-03-30T04:40:55.167644+0000 mgr.y (mgr.25279) 148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cluster 2024-03-30T04:40:55.212964+0000 mgr.y (mgr.25279) 149 : cluster [DBG] pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cluster 2024-03-30T04:40:55.213173+0000 mgr.y (mgr.25279) 150 : cluster [DBG] pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cephadm 2024-03-30T04:40:55.218751+0000 mgr.y (mgr.25279) 151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cluster 2024-03-30T04:40:55.264447+0000 mgr.y (mgr.25279) 152 : cluster [DBG] pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cluster 2024-03-30T04:40:55.264696+0000 mgr.y (mgr.25279) 153 : cluster [DBG] pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cephadm 2024-03-30T04:40:55.270527+0000 mgr.y (mgr.25279) 154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cluster 2024-03-30T04:40:55.317367+0000 mgr.y (mgr.25279) 155 : cluster [DBG] pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cluster 2024-03-30T04:40:55.317613+0000 mgr.y (mgr.25279) 156 : cluster [DBG] pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cephadm 2024-03-30T04:40:55.323271+0000 mgr.y (mgr.25279) 157 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cluster 2024-03-30T04:40:55.370603+0000 mgr.y (mgr.25279) 158 : cluster [DBG] pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cluster 2024-03-30T04:40:55.370836+0000 mgr.y (mgr.25279) 159 : cluster [DBG] pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cephadm 2024-03-30T04:40:55.376521+0000 mgr.y (mgr.25279) 160 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cluster 2024-03-30T04:40:55.421917+0000 mgr.y (mgr.25279) 161 : cluster [DBG] pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cluster 2024-03-30T04:40:55.422153+0000 mgr.y (mgr.25279) 162 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cephadm 2024-03-30T04:40:55.427743+0000 mgr.y (mgr.25279) 163 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cluster 2024-03-30T04:40:55.472911+0000 mgr.y (mgr.25279) 164 : cluster [DBG] pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cluster 2024-03-30T04:40:55.473109+0000 mgr.y (mgr.25279) 165 : cluster [DBG] pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cephadm 2024-03-30T04:40:55.478870+0000 mgr.y (mgr.25279) 166 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:55.539247+0000 mon.a (mon.0) 1531 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:56.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:55.553366+0000 mon.a (mon.0) 1532 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:56.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:55.558351+0000 mon.a (mon.0) 1533 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:56.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:55.559025+0000 mon.a (mon.0) 1534 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:56.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cluster 2024-03-30T04:40:55.560291+0000 mgr.y (mgr.25279) 167 : cluster [DBG] pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cluster 2024-03-30T04:40:55.560542+0000 mgr.y (mgr.25279) 168 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:55.564401+0000 mon.a (mon.0) 1535 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:56.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cephadm 2024-03-30T04:40:55.564740+0000 mgr.y (mgr.25279) 169 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:55.605317+0000 mon.a (mon.0) 1536 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:56.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:55.607094+0000 mon.a (mon.0) 1537 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:56.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:55.608781+0000 mon.a (mon.0) 1538 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:56.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:55.609416+0000 mon.a (mon.0) 1539 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:56.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cluster 2024-03-30T04:40:55.610658+0000 mgr.y (mgr.25279) 170 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cluster 2024-03-30T04:40:55.610907+0000 mgr.y (mgr.25279) 171 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:55.614793+0000 mon.a (mon.0) 1540 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:56.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cephadm 2024-03-30T04:40:55.615113+0000 mgr.y (mgr.25279) 172 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:55.655056+0000 mon.a (mon.0) 1541 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:56.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:55.657050+0000 mon.a (mon.0) 1542 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:56.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:55.658867+0000 mon.a (mon.0) 1543 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:56.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cephadm 2024-03-30T04:40:55.478870+0000 mgr.y (mgr.25279) 166 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:55.539247+0000 mon.a (mon.0) 1531 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:56.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:55.553366+0000 mon.a (mon.0) 1532 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:56.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:55.558351+0000 mon.a (mon.0) 1533 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:56.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:55.559025+0000 mon.a (mon.0) 1534 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:56.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cluster 2024-03-30T04:40:55.560291+0000 mgr.y (mgr.25279) 167 : cluster [DBG] pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cluster 2024-03-30T04:40:55.560542+0000 mgr.y (mgr.25279) 168 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:55.564401+0000 mon.a (mon.0) 1535 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:56.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cephadm 2024-03-30T04:40:55.564740+0000 mgr.y (mgr.25279) 169 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:55.605317+0000 mon.a (mon.0) 1536 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:56.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:55.607094+0000 mon.a (mon.0) 1537 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:56.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:55.608781+0000 mon.a (mon.0) 1538 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:56.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:55.609416+0000 mon.a (mon.0) 1539 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:56.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cluster 2024-03-30T04:40:55.610658+0000 mgr.y (mgr.25279) 170 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cluster 2024-03-30T04:40:55.610907+0000 mgr.y (mgr.25279) 171 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:55.614793+0000 mon.a (mon.0) 1540 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:56.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cephadm 2024-03-30T04:40:55.615113+0000 mgr.y (mgr.25279) 172 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:55.655056+0000 mon.a (mon.0) 1541 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:56.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:55.657050+0000 mon.a (mon.0) 1542 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:56.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:55.658867+0000 mon.a (mon.0) 1543 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:56.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:55.659530+0000 mon.a (mon.0) 1544 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:56.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cluster 2024-03-30T04:40:55.660803+0000 mgr.y (mgr.25279) 173 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cluster 2024-03-30T04:40:55.661007+0000 mgr.y (mgr.25279) 174 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:55.665797+0000 mon.a (mon.0) 1545 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:56.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cephadm 2024-03-30T04:40:55.666126+0000 mgr.y (mgr.25279) 175 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:55.707549+0000 mon.a (mon.0) 1546 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:56.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:55.709788+0000 mon.a (mon.0) 1547 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:56.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:55.712223+0000 mon.a (mon.0) 1548 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:56.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:55.713099+0000 mon.a (mon.0) 1549 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:56.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cluster 2024-03-30T04:40:55.714420+0000 mgr.y (mgr.25279) 176 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cluster 2024-03-30T04:40:55.714671+0000 mgr.y (mgr.25279) 177 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:55.718879+0000 mon.a (mon.0) 1550 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:56.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: cephadm 2024-03-30T04:40:55.719297+0000 mgr.y (mgr.25279) 178 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:55.759400+0000 mon.a (mon.0) 1551 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:56.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:55.761130+0000 mon.a (mon.0) 1552 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:56.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:55.762796+0000 mon.a (mon.0) 1553 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:56.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:55.763368+0000 mon.a (mon.0) 1554 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:56.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:55.768655+0000 mon.a (mon.0) 1555 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:56.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:55.809217+0000 mon.a (mon.0) 1556 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:56.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:55.659530+0000 mon.a (mon.0) 1544 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:56.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cluster 2024-03-30T04:40:55.660803+0000 mgr.y (mgr.25279) 173 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cluster 2024-03-30T04:40:55.661007+0000 mgr.y (mgr.25279) 174 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:55.665797+0000 mon.a (mon.0) 1545 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:56.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cephadm 2024-03-30T04:40:55.666126+0000 mgr.y (mgr.25279) 175 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:55.707549+0000 mon.a (mon.0) 1546 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:56.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:55.709788+0000 mon.a (mon.0) 1547 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:56.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:55.712223+0000 mon.a (mon.0) 1548 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:56.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:55.713099+0000 mon.a (mon.0) 1549 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:56.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cluster 2024-03-30T04:40:55.714420+0000 mgr.y (mgr.25279) 176 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cluster 2024-03-30T04:40:55.714671+0000 mgr.y (mgr.25279) 177 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:56.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:55.718879+0000 mon.a (mon.0) 1550 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:56.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: cephadm 2024-03-30T04:40:55.719297+0000 mgr.y (mgr.25279) 178 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:56.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:55.759400+0000 mon.a (mon.0) 1551 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:56.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:55.761130+0000 mon.a (mon.0) 1552 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:56.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:55.762796+0000 mon.a (mon.0) 1553 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:56.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:55.763368+0000 mon.a (mon.0) 1554 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:56.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:55.768655+0000 mon.a (mon.0) 1555 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:56.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:55.809217+0000 mon.a (mon.0) 1556 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:56.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:55.811008+0000 mon.a (mon.0) 1557 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:56.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:55.812800+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:56.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:55.813431+0000 mon.a (mon.0) 1559 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:56.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:55.821271+0000 mon.a (mon.0) 1560 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:56.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:55.862053+0000 mon.a (mon.0) 1561 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:56.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:55.863963+0000 mon.a (mon.0) 1562 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:56.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:55.865837+0000 mon.a (mon.0) 1563 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:56.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:55.866521+0000 mon.a (mon.0) 1564 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:56.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:55.871798+0000 mon.a (mon.0) 1565 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:56.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:55.930088+0000 mon.a (mon.0) 1566 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:56.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:55.933316+0000 mon.a (mon.0) 1567 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:56.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:55.935860+0000 mon.a (mon.0) 1568 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:56.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:55.936864+0000 mon.a (mon.0) 1569 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:56.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:55.944379+0000 mon.a (mon.0) 1570 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:56.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:56.009371+0000 mon.a (mon.0) 1571 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:56.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:56.012685+0000 mon.a (mon.0) 1572 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:56.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:56.015838+0000 mon.a (mon.0) 1573 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:56.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:56.016993+0000 mon.a (mon.0) 1574 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:56.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:56.027554+0000 mon.a (mon.0) 1575 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:56.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:55.811008+0000 mon.a (mon.0) 1557 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:56.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:55.812800+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:56.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:55.813431+0000 mon.a (mon.0) 1559 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:56.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:55.821271+0000 mon.a (mon.0) 1560 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:56.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:55.862053+0000 mon.a (mon.0) 1561 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:56.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:55.863963+0000 mon.a (mon.0) 1562 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:56.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:55.865837+0000 mon.a (mon.0) 1563 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:56.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:55.866521+0000 mon.a (mon.0) 1564 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:56.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:55.871798+0000 mon.a (mon.0) 1565 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:56.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:55.930088+0000 mon.a (mon.0) 1566 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:56.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:55.933316+0000 mon.a (mon.0) 1567 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:56.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:55.935860+0000 mon.a (mon.0) 1568 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:56.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:55.936864+0000 mon.a (mon.0) 1569 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:56.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:55.944379+0000 mon.a (mon.0) 1570 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:56.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:56.009371+0000 mon.a (mon.0) 1571 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:56.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:56.012685+0000 mon.a (mon.0) 1572 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:56.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:56.015838+0000 mon.a (mon.0) 1573 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:56.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:56.016993+0000 mon.a (mon.0) 1574 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:56.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:56.027554+0000 mon.a (mon.0) 1575 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:56.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:56.114524+0000 mon.a (mon.0) 1576 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:56.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:56.118563+0000 mon.a (mon.0) 1577 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:56.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:56.121397+0000 mon.a (mon.0) 1578 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:56.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:56.122559+0000 mon.a (mon.0) 1579 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:56.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:56.132070+0000 mon.a (mon.0) 1580 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:56.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:56.220351+0000 mon.a (mon.0) 1581 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:56.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:56.224268+0000 mon.a (mon.0) 1582 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:56.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:56.228287+0000 mon.a (mon.0) 1583 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:56.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:56.229562+0000 mon.a (mon.0) 1584 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:56.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:56.241400+0000 mon.a (mon.0) 1585 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:56.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:56.320668+0000 mon.a (mon.0) 1586 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:56.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:56.323365+0000 mon.a (mon.0) 1587 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:56.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:56.326344+0000 mon.a (mon.0) 1588 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:56.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:56.327795+0000 mon.a (mon.0) 1589 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:56.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:56.337928+0000 mon.a (mon.0) 1590 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:56.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:56.418281+0000 mon.a (mon.0) 1591 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:56.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:56.421364+0000 mon.a (mon.0) 1592 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:56.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:56.424804+0000 mon.a (mon.0) 1593 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:56.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:56.426147+0000 mon.a (mon.0) 1594 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:56.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:56.436408+0000 mon.a (mon.0) 1595 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:56.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:56.114524+0000 mon.a (mon.0) 1576 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:56.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:56.118563+0000 mon.a (mon.0) 1577 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:56.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:56.121397+0000 mon.a (mon.0) 1578 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:56.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:56.122559+0000 mon.a (mon.0) 1579 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:56.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:56.132070+0000 mon.a (mon.0) 1580 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:56.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:56.220351+0000 mon.a (mon.0) 1581 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:56.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:56.224268+0000 mon.a (mon.0) 1582 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:56.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:56.228287+0000 mon.a (mon.0) 1583 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:56.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:56.229562+0000 mon.a (mon.0) 1584 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:56.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:56.241400+0000 mon.a (mon.0) 1585 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:56.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:56.320668+0000 mon.a (mon.0) 1586 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:56.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:56.323365+0000 mon.a (mon.0) 1587 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:56.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:56.326344+0000 mon.a (mon.0) 1588 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:56.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:56.327795+0000 mon.a (mon.0) 1589 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:56.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:56.337928+0000 mon.a (mon.0) 1590 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:56.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:56.418281+0000 mon.a (mon.0) 1591 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:56.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:56.421364+0000 mon.a (mon.0) 1592 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:56.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:56.424804+0000 mon.a (mon.0) 1593 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:56.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:56.426147+0000 mon.a (mon.0) 1594 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:56.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:56.436408+0000 mon.a (mon.0) 1595 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:56.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:56.496873+0000 mon.a (mon.0) 1596 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:56.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:56.498993+0000 mon.a (mon.0) 1597 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:56.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:56.500938+0000 mon.a (mon.0) 1598 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:56.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:56.501644+0000 mon.a (mon.0) 1599 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:56.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[24005]: audit 2024-03-30T04:40:56.508283+0000 mon.a (mon.0) 1600 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:56.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:56.496873+0000 mon.a (mon.0) 1596 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:56.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:56.498993+0000 mon.a (mon.0) 1597 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:56.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:56.500938+0000 mon.a (mon.0) 1598 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:56.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:56.501644+0000 mon.a (mon.0) 1599 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:56.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:56 smithi111 bash[18552]: audit 2024-03-30T04:40:56.508283+0000 mon.a (mon.0) 1600 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.133 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:56 smithi117 bash[54074]: debug 2024-03-30T04:40:56.757+0000 7f106de5e200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-30T04:40:57.825 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[54074]: debug 2024-03-30T04:40:57.605+0000 7f106de5e200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-30T04:40:57.825 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[54074]: debug 2024-03-30T04:40:57.717+0000 7f106de5e200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-30T04:40:57.826 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: cluster 2024-03-30T04:40:55.764538+0000 mgr.y (mgr.25279) 179 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.826 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: cluster 2024-03-30T04:40:55.764786+0000 mgr.y (mgr.25279) 180 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.826 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: cephadm 2024-03-30T04:40:55.769052+0000 mgr.y (mgr.25279) 181 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:57.826 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: cluster 2024-03-30T04:40:55.814667+0000 mgr.y (mgr.25279) 182 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.826 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: cluster 2024-03-30T04:40:55.814915+0000 mgr.y (mgr.25279) 183 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.826 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: cephadm 2024-03-30T04:40:55.821664+0000 mgr.y (mgr.25279) 184 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:57.826 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: cluster 2024-03-30T04:40:55.867798+0000 mgr.y (mgr.25279) 185 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.826 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: cluster 2024-03-30T04:40:55.868031+0000 mgr.y (mgr.25279) 186 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.826 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: cephadm 2024-03-30T04:40:55.872143+0000 mgr.y (mgr.25279) 187 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:57.826 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: cluster 2024-03-30T04:40:55.938625+0000 mgr.y (mgr.25279) 188 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.826 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: cluster 2024-03-30T04:40:55.938876+0000 mgr.y (mgr.25279) 189 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.827 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: cephadm 2024-03-30T04:40:55.944954+0000 mgr.y (mgr.25279) 190 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:57.827 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: cluster 2024-03-30T04:40:56.019128+0000 mgr.y (mgr.25279) 191 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.827 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: cluster 2024-03-30T04:40:56.019365+0000 mgr.y (mgr.25279) 192 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.827 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: cephadm 2024-03-30T04:40:56.028369+0000 mgr.y (mgr.25279) 193 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:57.827 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: cluster 2024-03-30T04:40:56.124837+0000 mgr.y (mgr.25279) 194 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.827 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: cluster 2024-03-30T04:40:56.125099+0000 mgr.y (mgr.25279) 195 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.827 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: cephadm 2024-03-30T04:40:56.132524+0000 mgr.y (mgr.25279) 196 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:57.827 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: cluster 2024-03-30T04:40:56.231967+0000 mgr.y (mgr.25279) 197 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.827 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: cluster 2024-03-30T04:40:56.232212+0000 mgr.y (mgr.25279) 198 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.827 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: cephadm 2024-03-30T04:40:56.242196+0000 mgr.y (mgr.25279) 199 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:57.827 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: cluster 2024-03-30T04:40:56.329990+0000 mgr.y (mgr.25279) 200 : cluster [DBG] pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.827 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: cluster 2024-03-30T04:40:56.330231+0000 mgr.y (mgr.25279) 201 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.827 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: cephadm 2024-03-30T04:40:56.338584+0000 mgr.y (mgr.25279) 202 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:57.827 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: cluster 2024-03-30T04:40:56.428660+0000 mgr.y (mgr.25279) 203 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.827 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: cluster 2024-03-30T04:40:56.429011+0000 mgr.y (mgr.25279) 204 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.828 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: cephadm 2024-03-30T04:40:56.437055+0000 mgr.y (mgr.25279) 205 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:57.828 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: cluster 2024-03-30T04:40:56.502997+0000 mgr.y (mgr.25279) 206 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.828 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: cluster 2024-03-30T04:40:56.503210+0000 mgr.y (mgr.25279) 207 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.828 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: cephadm 2024-03-30T04:40:56.508779+0000 mgr.y (mgr.25279) 208 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:57.828 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:56.561141+0000 mon.a (mon.0) 1601 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.828 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:56.563962+0000 mon.a (mon.0) 1602 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.828 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:56.566070+0000 mon.a (mon.0) 1603 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.828 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:56.566863+0000 mon.a (mon.0) 1604 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.828 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: cluster 2024-03-30T04:40:56.568334+0000 mgr.y (mgr.25279) 209 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.828 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: cluster 2024-03-30T04:40:56.568568+0000 mgr.y (mgr.25279) 210 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.828 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:56.575819+0000 mon.a (mon.0) 1605 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.828 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: cephadm 2024-03-30T04:40:56.576274+0000 mgr.y (mgr.25279) 211 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:57.828 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:56.653126+0000 mon.a (mon.0) 1606 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.828 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:56.655947+0000 mon.a (mon.0) 1607 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.828 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:56.658747+0000 mon.a (mon.0) 1608 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.829 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:56.659552+0000 mon.a (mon.0) 1609 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.829 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: cluster 2024-03-30T04:40:56.661106+0000 mgr.y (mgr.25279) 212 : cluster [DBG] pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.829 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: cluster 2024-03-30T04:40:56.661307+0000 mgr.y (mgr.25279) 213 : cluster [DBG] pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.829 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:56.672327+0000 mon.a (mon.0) 1610 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.829 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: cephadm 2024-03-30T04:40:56.672868+0000 mgr.y (mgr.25279) 214 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:57.829 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:56.749794+0000 mon.a (mon.0) 1611 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.829 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:56.752593+0000 mon.a (mon.0) 1612 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.829 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:56.755901+0000 mon.a (mon.0) 1613 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.829 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:56.757001+0000 mon.a (mon.0) 1614 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.829 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:56.767369+0000 mon.a (mon.0) 1615 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.829 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:56.847183+0000 mon.a (mon.0) 1616 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.829 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:56.849474+0000 mon.a (mon.0) 1617 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.829 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:56.851549+0000 mon.a (mon.0) 1618 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.829 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:56.852282+0000 mon.a (mon.0) 1619 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.829 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:56.858681+0000 mon.a (mon.0) 1620 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.830 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:56.905091+0000 mon.a (mon.0) 1621 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.830 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:56.906895+0000 mon.a (mon.0) 1622 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.830 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:56.908568+0000 mon.a (mon.0) 1623 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.830 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:56.909117+0000 mon.a (mon.0) 1624 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.830 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:56.917795+0000 mon.a (mon.0) 1625 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.830 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:56.974863+0000 mon.a (mon.0) 1626 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.830 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:56.976710+0000 mon.a (mon.0) 1627 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.830 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:56.978456+0000 mon.a (mon.0) 1628 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.830 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:56.979083+0000 mon.a (mon.0) 1629 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.830 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:56.988026+0000 mon.a (mon.0) 1630 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.830 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.030993+0000 mon.a (mon.0) 1631 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.830 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.032991+0000 mon.a (mon.0) 1632 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.830 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.034706+0000 mon.a (mon.0) 1633 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.830 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.035289+0000 mon.a (mon.0) 1634 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.831 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.045019+0000 mon.a (mon.0) 1635 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.831 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.086600+0000 mon.a (mon.0) 1636 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.831 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.088530+0000 mon.a (mon.0) 1637 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.831 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.090331+0000 mon.a (mon.0) 1638 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.831 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.090997+0000 mon.a (mon.0) 1639 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.831 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.099469+0000 mon.a (mon.0) 1640 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.831 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.140985+0000 mon.a (mon.0) 1641 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.831 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.143012+0000 mon.a (mon.0) 1642 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.831 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.144982+0000 mon.a (mon.0) 1643 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.831 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.145680+0000 mon.a (mon.0) 1644 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.831 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.154268+0000 mon.a (mon.0) 1645 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.831 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.195450+0000 mon.a (mon.0) 1646 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.831 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.197441+0000 mon.a (mon.0) 1647 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.831 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.199327+0000 mon.a (mon.0) 1648 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.831 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.199959+0000 mon.a (mon.0) 1649 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.832 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.207890+0000 mon.a (mon.0) 1650 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.832 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.250255+0000 mon.a (mon.0) 1651 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.832 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.252130+0000 mon.a (mon.0) 1652 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.832 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.254523+0000 mon.a (mon.0) 1653 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.832 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.255318+0000 mon.a (mon.0) 1654 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.832 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.264220+0000 mon.a (mon.0) 1655 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.832 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.306070+0000 mon.a (mon.0) 1656 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.832 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.308115+0000 mon.a (mon.0) 1657 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.832 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.311374+0000 mon.a (mon.0) 1658 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.832 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.312091+0000 mon.a (mon.0) 1659 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.832 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.319501+0000 mon.a (mon.0) 1660 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.832 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.360721+0000 mon.a (mon.0) 1661 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.833 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.362717+0000 mon.a (mon.0) 1662 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.833 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.364716+0000 mon.a (mon.0) 1663 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.833 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.365417+0000 mon.a (mon.0) 1664 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.833 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.371068+0000 mon.a (mon.0) 1665 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.833 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.436241+0000 mon.a (mon.0) 1666 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.833 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.438451+0000 mon.a (mon.0) 1667 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.833 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.440413+0000 mon.a (mon.0) 1668 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.833 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.441088+0000 mon.a (mon.0) 1669 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.833 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.447810+0000 mon.a (mon.0) 1670 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.833 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.489651+0000 mon.a (mon.0) 1671 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.833 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.491435+0000 mon.a (mon.0) 1672 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.833 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.493342+0000 mon.a (mon.0) 1673 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.833 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.494015+0000 mon.a (mon.0) 1674 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.833 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[18692]: audit 2024-03-30T04:40:57.500359+0000 mon.a (mon.0) 1675 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: cluster 2024-03-30T04:40:55.764538+0000 mgr.y (mgr.25279) 179 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: cluster 2024-03-30T04:40:55.764786+0000 mgr.y (mgr.25279) 180 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: cephadm 2024-03-30T04:40:55.769052+0000 mgr.y (mgr.25279) 181 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:57.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: cluster 2024-03-30T04:40:55.814667+0000 mgr.y (mgr.25279) 182 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: cluster 2024-03-30T04:40:55.814915+0000 mgr.y (mgr.25279) 183 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: cephadm 2024-03-30T04:40:55.821664+0000 mgr.y (mgr.25279) 184 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:57.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: cluster 2024-03-30T04:40:55.867798+0000 mgr.y (mgr.25279) 185 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: cluster 2024-03-30T04:40:55.868031+0000 mgr.y (mgr.25279) 186 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: cephadm 2024-03-30T04:40:55.872143+0000 mgr.y (mgr.25279) 187 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:57.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: cluster 2024-03-30T04:40:55.938625+0000 mgr.y (mgr.25279) 188 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: cluster 2024-03-30T04:40:55.938876+0000 mgr.y (mgr.25279) 189 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: cephadm 2024-03-30T04:40:55.944954+0000 mgr.y (mgr.25279) 190 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:57.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: cluster 2024-03-30T04:40:56.019128+0000 mgr.y (mgr.25279) 191 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: cluster 2024-03-30T04:40:56.019365+0000 mgr.y (mgr.25279) 192 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: cephadm 2024-03-30T04:40:56.028369+0000 mgr.y (mgr.25279) 193 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:57.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: cluster 2024-03-30T04:40:56.124837+0000 mgr.y (mgr.25279) 194 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: cluster 2024-03-30T04:40:56.125099+0000 mgr.y (mgr.25279) 195 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: cephadm 2024-03-30T04:40:56.132524+0000 mgr.y (mgr.25279) 196 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:57.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: cluster 2024-03-30T04:40:56.231967+0000 mgr.y (mgr.25279) 197 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: cluster 2024-03-30T04:40:56.232212+0000 mgr.y (mgr.25279) 198 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: cluster 2024-03-30T04:40:55.764538+0000 mgr.y (mgr.25279) 179 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: cluster 2024-03-30T04:40:55.764786+0000 mgr.y (mgr.25279) 180 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: cephadm 2024-03-30T04:40:55.769052+0000 mgr.y (mgr.25279) 181 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:57.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: cluster 2024-03-30T04:40:55.814667+0000 mgr.y (mgr.25279) 182 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: cluster 2024-03-30T04:40:55.814915+0000 mgr.y (mgr.25279) 183 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: cephadm 2024-03-30T04:40:55.821664+0000 mgr.y (mgr.25279) 184 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:57.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: cluster 2024-03-30T04:40:55.867798+0000 mgr.y (mgr.25279) 185 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: cluster 2024-03-30T04:40:55.868031+0000 mgr.y (mgr.25279) 186 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: cephadm 2024-03-30T04:40:55.872143+0000 mgr.y (mgr.25279) 187 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:57.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: cluster 2024-03-30T04:40:55.938625+0000 mgr.y (mgr.25279) 188 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: cluster 2024-03-30T04:40:55.938876+0000 mgr.y (mgr.25279) 189 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: cephadm 2024-03-30T04:40:55.944954+0000 mgr.y (mgr.25279) 190 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:57.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: cluster 2024-03-30T04:40:56.019128+0000 mgr.y (mgr.25279) 191 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: cluster 2024-03-30T04:40:56.019365+0000 mgr.y (mgr.25279) 192 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: cephadm 2024-03-30T04:40:56.028369+0000 mgr.y (mgr.25279) 193 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:57.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: cluster 2024-03-30T04:40:56.124837+0000 mgr.y (mgr.25279) 194 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: cluster 2024-03-30T04:40:56.125099+0000 mgr.y (mgr.25279) 195 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: cephadm 2024-03-30T04:40:56.132524+0000 mgr.y (mgr.25279) 196 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:57.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: cluster 2024-03-30T04:40:56.231967+0000 mgr.y (mgr.25279) 197 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: cluster 2024-03-30T04:40:56.232212+0000 mgr.y (mgr.25279) 198 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: cephadm 2024-03-30T04:40:56.242196+0000 mgr.y (mgr.25279) 199 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:57.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: cluster 2024-03-30T04:40:56.329990+0000 mgr.y (mgr.25279) 200 : cluster [DBG] pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: cluster 2024-03-30T04:40:56.330231+0000 mgr.y (mgr.25279) 201 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: cephadm 2024-03-30T04:40:56.338584+0000 mgr.y (mgr.25279) 202 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:57.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: cluster 2024-03-30T04:40:56.428660+0000 mgr.y (mgr.25279) 203 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: cluster 2024-03-30T04:40:56.429011+0000 mgr.y (mgr.25279) 204 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: cephadm 2024-03-30T04:40:56.437055+0000 mgr.y (mgr.25279) 205 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:57.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: cluster 2024-03-30T04:40:56.502997+0000 mgr.y (mgr.25279) 206 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: cluster 2024-03-30T04:40:56.503210+0000 mgr.y (mgr.25279) 207 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: cephadm 2024-03-30T04:40:56.508779+0000 mgr.y (mgr.25279) 208 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:57.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:56.561141+0000 mon.a (mon.0) 1601 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:56.563962+0000 mon.a (mon.0) 1602 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:56.566070+0000 mon.a (mon.0) 1603 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:56.566863+0000 mon.a (mon.0) 1604 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: cluster 2024-03-30T04:40:56.568334+0000 mgr.y (mgr.25279) 209 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: cluster 2024-03-30T04:40:56.568568+0000 mgr.y (mgr.25279) 210 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:56.575819+0000 mon.a (mon.0) 1605 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: cephadm 2024-03-30T04:40:56.576274+0000 mgr.y (mgr.25279) 211 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:57.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:56.653126+0000 mon.a (mon.0) 1606 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:56.655947+0000 mon.a (mon.0) 1607 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:56.658747+0000 mon.a (mon.0) 1608 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:56.659552+0000 mon.a (mon.0) 1609 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: cluster 2024-03-30T04:40:56.661106+0000 mgr.y (mgr.25279) 212 : cluster [DBG] pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: cluster 2024-03-30T04:40:56.661307+0000 mgr.y (mgr.25279) 213 : cluster [DBG] pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:56.672327+0000 mon.a (mon.0) 1610 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: cephadm 2024-03-30T04:40:56.672868+0000 mgr.y (mgr.25279) 214 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:57.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:56.749794+0000 mon.a (mon.0) 1611 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:56.752593+0000 mon.a (mon.0) 1612 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:56.755901+0000 mon.a (mon.0) 1613 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:56.757001+0000 mon.a (mon.0) 1614 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:56.767369+0000 mon.a (mon.0) 1615 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:56.847183+0000 mon.a (mon.0) 1616 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:56.849474+0000 mon.a (mon.0) 1617 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:56.851549+0000 mon.a (mon.0) 1618 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:56.852282+0000 mon.a (mon.0) 1619 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:56.858681+0000 mon.a (mon.0) 1620 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:56.905091+0000 mon.a (mon.0) 1621 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:56.906895+0000 mon.a (mon.0) 1622 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:56.908568+0000 mon.a (mon.0) 1623 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:56.909117+0000 mon.a (mon.0) 1624 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:56.917795+0000 mon.a (mon.0) 1625 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:56.974863+0000 mon.a (mon.0) 1626 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:56.976710+0000 mon.a (mon.0) 1627 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:56.978456+0000 mon.a (mon.0) 1628 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:56.979083+0000 mon.a (mon.0) 1629 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:56.988026+0000 mon.a (mon.0) 1630 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.030993+0000 mon.a (mon.0) 1631 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.032991+0000 mon.a (mon.0) 1632 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.034706+0000 mon.a (mon.0) 1633 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.035289+0000 mon.a (mon.0) 1634 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.045019+0000 mon.a (mon.0) 1635 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.086600+0000 mon.a (mon.0) 1636 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.088530+0000 mon.a (mon.0) 1637 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.090331+0000 mon.a (mon.0) 1638 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.090997+0000 mon.a (mon.0) 1639 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.099469+0000 mon.a (mon.0) 1640 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.140985+0000 mon.a (mon.0) 1641 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.143012+0000 mon.a (mon.0) 1642 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.144982+0000 mon.a (mon.0) 1643 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: cephadm 2024-03-30T04:40:56.242196+0000 mgr.y (mgr.25279) 199 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:57.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: cluster 2024-03-30T04:40:56.329990+0000 mgr.y (mgr.25279) 200 : cluster [DBG] pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: cluster 2024-03-30T04:40:56.330231+0000 mgr.y (mgr.25279) 201 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: cephadm 2024-03-30T04:40:56.338584+0000 mgr.y (mgr.25279) 202 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:57.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: cluster 2024-03-30T04:40:56.428660+0000 mgr.y (mgr.25279) 203 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: cluster 2024-03-30T04:40:56.429011+0000 mgr.y (mgr.25279) 204 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: cephadm 2024-03-30T04:40:56.437055+0000 mgr.y (mgr.25279) 205 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:57.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: cluster 2024-03-30T04:40:56.502997+0000 mgr.y (mgr.25279) 206 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: cluster 2024-03-30T04:40:56.503210+0000 mgr.y (mgr.25279) 207 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: cephadm 2024-03-30T04:40:56.508779+0000 mgr.y (mgr.25279) 208 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:57.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:56.561141+0000 mon.a (mon.0) 1601 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:56.563962+0000 mon.a (mon.0) 1602 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:56.566070+0000 mon.a (mon.0) 1603 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:56.566863+0000 mon.a (mon.0) 1604 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: cluster 2024-03-30T04:40:56.568334+0000 mgr.y (mgr.25279) 209 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: cluster 2024-03-30T04:40:56.568568+0000 mgr.y (mgr.25279) 210 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:56.575819+0000 mon.a (mon.0) 1605 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: cephadm 2024-03-30T04:40:56.576274+0000 mgr.y (mgr.25279) 211 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:57.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:56.653126+0000 mon.a (mon.0) 1606 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:56.655947+0000 mon.a (mon.0) 1607 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.145680+0000 mon.a (mon.0) 1644 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.154268+0000 mon.a (mon.0) 1645 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.195450+0000 mon.a (mon.0) 1646 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.197441+0000 mon.a (mon.0) 1647 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.199327+0000 mon.a (mon.0) 1648 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.199959+0000 mon.a (mon.0) 1649 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.207890+0000 mon.a (mon.0) 1650 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.250255+0000 mon.a (mon.0) 1651 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.252130+0000 mon.a (mon.0) 1652 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.254523+0000 mon.a (mon.0) 1653 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.255318+0000 mon.a (mon.0) 1654 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.264220+0000 mon.a (mon.0) 1655 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.306070+0000 mon.a (mon.0) 1656 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.308115+0000 mon.a (mon.0) 1657 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.311374+0000 mon.a (mon.0) 1658 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.312091+0000 mon.a (mon.0) 1659 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.319501+0000 mon.a (mon.0) 1660 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.360721+0000 mon.a (mon.0) 1661 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.362717+0000 mon.a (mon.0) 1662 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.364716+0000 mon.a (mon.0) 1663 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.365417+0000 mon.a (mon.0) 1664 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.371068+0000 mon.a (mon.0) 1665 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.436241+0000 mon.a (mon.0) 1666 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.438451+0000 mon.a (mon.0) 1667 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.440413+0000 mon.a (mon.0) 1668 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.441088+0000 mon.a (mon.0) 1669 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.447810+0000 mon.a (mon.0) 1670 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.489651+0000 mon.a (mon.0) 1671 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.491435+0000 mon.a (mon.0) 1672 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.493342+0000 mon.a (mon.0) 1673 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.494015+0000 mon.a (mon.0) 1674 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[24005]: audit 2024-03-30T04:40:57.500359+0000 mon.a (mon.0) 1675 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:56.658747+0000 mon.a (mon.0) 1608 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:56.659552+0000 mon.a (mon.0) 1609 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: cluster 2024-03-30T04:40:56.661106+0000 mgr.y (mgr.25279) 212 : cluster [DBG] pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: cluster 2024-03-30T04:40:56.661307+0000 mgr.y (mgr.25279) 213 : cluster [DBG] pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:57.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:56.672327+0000 mon.a (mon.0) 1610 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: cephadm 2024-03-30T04:40:56.672868+0000 mgr.y (mgr.25279) 214 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:57.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:56.749794+0000 mon.a (mon.0) 1611 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:56.752593+0000 mon.a (mon.0) 1612 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:56.755901+0000 mon.a (mon.0) 1613 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:56.757001+0000 mon.a (mon.0) 1614 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:56.767369+0000 mon.a (mon.0) 1615 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:56.847183+0000 mon.a (mon.0) 1616 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:56.849474+0000 mon.a (mon.0) 1617 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:56.851549+0000 mon.a (mon.0) 1618 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:56.852282+0000 mon.a (mon.0) 1619 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:56.858681+0000 mon.a (mon.0) 1620 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:56.905091+0000 mon.a (mon.0) 1621 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:56.906895+0000 mon.a (mon.0) 1622 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:56.908568+0000 mon.a (mon.0) 1623 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:56.909117+0000 mon.a (mon.0) 1624 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:56.917795+0000 mon.a (mon.0) 1625 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:56.974863+0000 mon.a (mon.0) 1626 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:56.976710+0000 mon.a (mon.0) 1627 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:56.978456+0000 mon.a (mon.0) 1628 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:56.979083+0000 mon.a (mon.0) 1629 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:56.988026+0000 mon.a (mon.0) 1630 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.030993+0000 mon.a (mon.0) 1631 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.032991+0000 mon.a (mon.0) 1632 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.034706+0000 mon.a (mon.0) 1633 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.035289+0000 mon.a (mon.0) 1634 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.045019+0000 mon.a (mon.0) 1635 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.086600+0000 mon.a (mon.0) 1636 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.088530+0000 mon.a (mon.0) 1637 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.090331+0000 mon.a (mon.0) 1638 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.090997+0000 mon.a (mon.0) 1639 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.099469+0000 mon.a (mon.0) 1640 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.140985+0000 mon.a (mon.0) 1641 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.143012+0000 mon.a (mon.0) 1642 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.144982+0000 mon.a (mon.0) 1643 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.145680+0000 mon.a (mon.0) 1644 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.154268+0000 mon.a (mon.0) 1645 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.195450+0000 mon.a (mon.0) 1646 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.197441+0000 mon.a (mon.0) 1647 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.199327+0000 mon.a (mon.0) 1648 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.199959+0000 mon.a (mon.0) 1649 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.207890+0000 mon.a (mon.0) 1650 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.250255+0000 mon.a (mon.0) 1651 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.252130+0000 mon.a (mon.0) 1652 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.254523+0000 mon.a (mon.0) 1653 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.255318+0000 mon.a (mon.0) 1654 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.264220+0000 mon.a (mon.0) 1655 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.306070+0000 mon.a (mon.0) 1656 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.308115+0000 mon.a (mon.0) 1657 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.311374+0000 mon.a (mon.0) 1658 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.312091+0000 mon.a (mon.0) 1659 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.319501+0000 mon.a (mon.0) 1660 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.360721+0000 mon.a (mon.0) 1661 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.362717+0000 mon.a (mon.0) 1662 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.364716+0000 mon.a (mon.0) 1663 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.365417+0000 mon.a (mon.0) 1664 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.371068+0000 mon.a (mon.0) 1665 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.436241+0000 mon.a (mon.0) 1666 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.438451+0000 mon.a (mon.0) 1667 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.440413+0000 mon.a (mon.0) 1668 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.441088+0000 mon.a (mon.0) 1669 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.447810+0000 mon.a (mon.0) 1670 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:57.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.489651+0000 mon.a (mon.0) 1671 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:57.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.491435+0000 mon.a (mon.0) 1672 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:57.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.493342+0000 mon.a (mon.0) 1673 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:57.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.494015+0000 mon.a (mon.0) 1674 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:57.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:57 smithi111 bash[18552]: audit 2024-03-30T04:40:57.500359+0000 mon.a (mon.0) 1675 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:58.090 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:57 smithi117 bash[54074]: debug 2024-03-30T04:40:57.829+0000 7f106de5e200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-30T04:40:58.090 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[54418]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:40:58.090 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[54418]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:40:58.345 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[54074]: debug 2024-03-30T04:40:58.213+0000 7f106de5e200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-30T04:40:58.656 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cluster 2024-03-30T04:40:56.759280+0000 mgr.y (mgr.25279) 215 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.656 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cluster 2024-03-30T04:40:56.759870+0000 mgr.y (mgr.25279) 216 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.657 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[54074]: debug 2024-03-30T04:40:58.349+0000 7f106de5e200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-30T04:40:58.657 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[54074]: debug 2024-03-30T04:40:58.457+0000 7f106de5e200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-30T04:40:58.804 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cluster 2024-03-30T04:40:56.759280+0000 mgr.y (mgr.25279) 215 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.804 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cluster 2024-03-30T04:40:56.759870+0000 mgr.y (mgr.25279) 216 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.804 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cephadm 2024-03-30T04:40:56.768123+0000 mgr.y (mgr.25279) 217 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:58.804 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cluster 2024-03-30T04:40:56.853584+0000 mgr.y (mgr.25279) 218 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.804 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cluster 2024-03-30T04:40:56.853894+0000 mgr.y (mgr.25279) 219 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.804 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cephadm 2024-03-30T04:40:56.859279+0000 mgr.y (mgr.25279) 220 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:58.805 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cluster 2024-03-30T04:40:56.910225+0000 mgr.y (mgr.25279) 221 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.805 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cluster 2024-03-30T04:40:56.910464+0000 mgr.y (mgr.25279) 222 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.805 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cephadm 2024-03-30T04:40:56.918275+0000 mgr.y (mgr.25279) 223 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:58.805 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cluster 2024-03-30T04:40:56.980423+0000 mgr.y (mgr.25279) 224 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.805 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cluster 2024-03-30T04:40:56.980702+0000 mgr.y (mgr.25279) 225 : cluster [DBG] pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.805 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cephadm 2024-03-30T04:40:56.988540+0000 mgr.y (mgr.25279) 226 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:58.805 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cluster 2024-03-30T04:40:57.036672+0000 mgr.y (mgr.25279) 227 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.805 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cluster 2024-03-30T04:40:57.036956+0000 mgr.y (mgr.25279) 228 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.805 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cephadm 2024-03-30T04:40:57.045509+0000 mgr.y (mgr.25279) 229 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:58.805 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cluster 2024-03-30T04:40:57.092228+0000 mgr.y (mgr.25279) 230 : cluster [DBG] pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.805 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cluster 2024-03-30T04:40:57.092475+0000 mgr.y (mgr.25279) 231 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.805 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cephadm 2024-03-30T04:40:57.099999+0000 mgr.y (mgr.25279) 232 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:58.805 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cluster 2024-03-30T04:40:57.146916+0000 mgr.y (mgr.25279) 233 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.805 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cluster 2024-03-30T04:40:57.147167+0000 mgr.y (mgr.25279) 234 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.806 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cluster 2024-03-30T04:40:56.759280+0000 mgr.y (mgr.25279) 215 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.806 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cluster 2024-03-30T04:40:56.759870+0000 mgr.y (mgr.25279) 216 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.806 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cephadm 2024-03-30T04:40:56.768123+0000 mgr.y (mgr.25279) 217 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:58.806 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cluster 2024-03-30T04:40:56.853584+0000 mgr.y (mgr.25279) 218 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.806 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cluster 2024-03-30T04:40:56.853894+0000 mgr.y (mgr.25279) 219 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.806 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cephadm 2024-03-30T04:40:56.859279+0000 mgr.y (mgr.25279) 220 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:58.806 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cluster 2024-03-30T04:40:56.910225+0000 mgr.y (mgr.25279) 221 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.806 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cluster 2024-03-30T04:40:56.910464+0000 mgr.y (mgr.25279) 222 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.806 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cephadm 2024-03-30T04:40:56.918275+0000 mgr.y (mgr.25279) 223 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:58.806 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cluster 2024-03-30T04:40:56.980423+0000 mgr.y (mgr.25279) 224 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.806 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cluster 2024-03-30T04:40:56.980702+0000 mgr.y (mgr.25279) 225 : cluster [DBG] pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.807 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cephadm 2024-03-30T04:40:56.988540+0000 mgr.y (mgr.25279) 226 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:58.807 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cluster 2024-03-30T04:40:57.036672+0000 mgr.y (mgr.25279) 227 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.807 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cluster 2024-03-30T04:40:57.036956+0000 mgr.y (mgr.25279) 228 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.807 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cephadm 2024-03-30T04:40:57.045509+0000 mgr.y (mgr.25279) 229 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:58.807 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cluster 2024-03-30T04:40:57.092228+0000 mgr.y (mgr.25279) 230 : cluster [DBG] pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.807 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cluster 2024-03-30T04:40:57.092475+0000 mgr.y (mgr.25279) 231 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.807 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cephadm 2024-03-30T04:40:57.099999+0000 mgr.y (mgr.25279) 232 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:58.807 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cluster 2024-03-30T04:40:57.146916+0000 mgr.y (mgr.25279) 233 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.807 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cluster 2024-03-30T04:40:57.147167+0000 mgr.y (mgr.25279) 234 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.807 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cephadm 2024-03-30T04:40:57.154815+0000 mgr.y (mgr.25279) 235 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:58.807 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cluster 2024-03-30T04:40:57.201190+0000 mgr.y (mgr.25279) 236 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.807 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cluster 2024-03-30T04:40:57.201427+0000 mgr.y (mgr.25279) 237 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.808 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cephadm 2024-03-30T04:40:57.208283+0000 mgr.y (mgr.25279) 238 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:58.808 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cluster 2024-03-30T04:40:57.256675+0000 mgr.y (mgr.25279) 239 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.808 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cluster 2024-03-30T04:40:57.256906+0000 mgr.y (mgr.25279) 240 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.808 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cephadm 2024-03-30T04:40:57.264693+0000 mgr.y (mgr.25279) 241 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:58.808 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cluster 2024-03-30T04:40:57.313331+0000 mgr.y (mgr.25279) 242 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.808 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cluster 2024-03-30T04:40:57.313598+0000 mgr.y (mgr.25279) 243 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.808 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cephadm 2024-03-30T04:40:57.320003+0000 mgr.y (mgr.25279) 244 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:58.808 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cluster 2024-03-30T04:40:57.366686+0000 mgr.y (mgr.25279) 245 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.808 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cluster 2024-03-30T04:40:57.366912+0000 mgr.y (mgr.25279) 246 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.808 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cephadm 2024-03-30T04:40:57.378966+0000 mgr.y (mgr.25279) 247 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:58.808 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cluster 2024-03-30T04:40:57.442431+0000 mgr.y (mgr.25279) 248 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.808 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cluster 2024-03-30T04:40:57.442778+0000 mgr.y (mgr.25279) 249 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.808 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cephadm 2024-03-30T04:40:57.448353+0000 mgr.y (mgr.25279) 250 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:58.808 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cluster 2024-03-30T04:40:57.495367+0000 mgr.y (mgr.25279) 251 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.809 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cluster 2024-03-30T04:40:57.495631+0000 mgr.y (mgr.25279) 252 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.809 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cephadm 2024-03-30T04:40:57.500927+0000 mgr.y (mgr.25279) 253 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:58.809 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:57.562017+0000 mon.a (mon.0) 1676 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:58.809 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:57.564299+0000 mon.a (mon.0) 1677 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:58.809 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cephadm 2024-03-30T04:40:57.154815+0000 mgr.y (mgr.25279) 235 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:58.809 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cluster 2024-03-30T04:40:57.201190+0000 mgr.y (mgr.25279) 236 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.809 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cluster 2024-03-30T04:40:57.201427+0000 mgr.y (mgr.25279) 237 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.810 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cephadm 2024-03-30T04:40:57.208283+0000 mgr.y (mgr.25279) 238 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:58.810 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cluster 2024-03-30T04:40:57.256675+0000 mgr.y (mgr.25279) 239 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.810 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cluster 2024-03-30T04:40:57.256906+0000 mgr.y (mgr.25279) 240 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.810 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cephadm 2024-03-30T04:40:57.264693+0000 mgr.y (mgr.25279) 241 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:58.810 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cluster 2024-03-30T04:40:57.313331+0000 mgr.y (mgr.25279) 242 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.810 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cluster 2024-03-30T04:40:57.313598+0000 mgr.y (mgr.25279) 243 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.810 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cephadm 2024-03-30T04:40:57.320003+0000 mgr.y (mgr.25279) 244 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:58.810 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cluster 2024-03-30T04:40:57.366686+0000 mgr.y (mgr.25279) 245 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.810 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cluster 2024-03-30T04:40:57.366912+0000 mgr.y (mgr.25279) 246 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.810 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cephadm 2024-03-30T04:40:57.378966+0000 mgr.y (mgr.25279) 247 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:58.810 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cluster 2024-03-30T04:40:57.442431+0000 mgr.y (mgr.25279) 248 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.810 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cluster 2024-03-30T04:40:57.442778+0000 mgr.y (mgr.25279) 249 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.811 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cephadm 2024-03-30T04:40:57.448353+0000 mgr.y (mgr.25279) 250 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:58.811 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cluster 2024-03-30T04:40:57.495367+0000 mgr.y (mgr.25279) 251 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.811 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cluster 2024-03-30T04:40:57.495631+0000 mgr.y (mgr.25279) 252 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.811 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cephadm 2024-03-30T04:40:57.500927+0000 mgr.y (mgr.25279) 253 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:58.811 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:57.562017+0000 mon.a (mon.0) 1676 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:58.811 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:57.564299+0000 mon.a (mon.0) 1677 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:58.811 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:57.566973+0000 mon.a (mon.0) 1678 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:58.811 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:57.567797+0000 mon.a (mon.0) 1679 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:58.812 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cluster 2024-03-30T04:40:57.569379+0000 mgr.y (mgr.25279) 254 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.812 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cluster 2024-03-30T04:40:57.570571+0000 mgr.y (mgr.25279) 255 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.812 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:57.581724+0000 mon.a (mon.0) 1680 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:58.812 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cephadm 2024-03-30T04:40:57.582227+0000 mgr.y (mgr.25279) 256 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:58.812 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:57.639423+0000 mon.a (mon.0) 1681 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:58.812 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:57.641621+0000 mon.a (mon.0) 1682 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:58.812 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:57.719612+0000 mon.a (mon.0) 1683 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:58.812 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:57.720435+0000 mon.a (mon.0) 1684 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:58.812 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cluster 2024-03-30T04:40:57.721777+0000 mgr.y (mgr.25279) 257 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.812 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cluster 2024-03-30T04:40:57.722023+0000 mgr.y (mgr.25279) 258 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.812 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:57.729172+0000 mon.a (mon.0) 1685 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:58.812 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: cephadm 2024-03-30T04:40:57.729666+0000 mgr.y (mgr.25279) 259 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:58.812 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:57.770255+0000 mon.a (mon.0) 1686 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:58.813 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:57.772245+0000 mon.a (mon.0) 1687 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:58.813 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:57.774059+0000 mon.a (mon.0) 1688 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:58.813 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:57.774750+0000 mon.a (mon.0) 1689 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:58.813 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:57.783288+0000 mon.a (mon.0) 1690 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:58.813 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:57.824213+0000 mon.a (mon.0) 1691 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:58.813 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:57.826753+0000 mon.a (mon.0) 1692 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:58.813 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:57.830199+0000 mon.a (mon.0) 1693 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:58.813 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:57.831120+0000 mon.a (mon.0) 1694 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:58.813 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:57.839776+0000 mon.a (mon.0) 1695 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:58.813 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:57.881821+0000 mon.a (mon.0) 1696 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:58.813 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:57.883553+0000 mon.a (mon.0) 1697 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:58.813 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:57.885167+0000 mon.a (mon.0) 1698 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:58.813 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:57.885693+0000 mon.a (mon.0) 1699 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:58.814 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:57.887704+0000 mon.a (mon.0) 1700 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:40:58.814 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:57.897936+0000 mon.a (mon.0) 1701 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:58.814 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:57.952349+0000 mon.a (mon.0) 1702 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:58.814 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:57.957625+0000 mon.a (mon.0) 1703 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:58.814 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:57.962990+0000 mon.a (mon.0) 1704 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:58.814 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:57.976745+0000 mon.a (mon.0) 1705 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:58.814 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:57.978815+0000 mon.a (mon.0) 1706 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:58.814 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:57.980456+0000 mon.a (mon.0) 1707 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:58.814 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:57.981086+0000 mon.a (mon.0) 1708 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:58.814 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:57.986693+0000 mon.a (mon.0) 1709 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:58.814 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.027149+0000 mon.a (mon.0) 1710 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:58.815 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:57.566973+0000 mon.a (mon.0) 1678 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:58.815 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:57.567797+0000 mon.a (mon.0) 1679 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:58.815 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cluster 2024-03-30T04:40:57.569379+0000 mgr.y (mgr.25279) 254 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.815 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cluster 2024-03-30T04:40:57.570571+0000 mgr.y (mgr.25279) 255 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.815 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:57.581724+0000 mon.a (mon.0) 1680 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:58.815 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cephadm 2024-03-30T04:40:57.582227+0000 mgr.y (mgr.25279) 256 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:58.815 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:57.639423+0000 mon.a (mon.0) 1681 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:58.815 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:57.641621+0000 mon.a (mon.0) 1682 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:58.815 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:57.719612+0000 mon.a (mon.0) 1683 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:58.815 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:57.720435+0000 mon.a (mon.0) 1684 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:58.815 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cluster 2024-03-30T04:40:57.721777+0000 mgr.y (mgr.25279) 257 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.815 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cluster 2024-03-30T04:40:57.722023+0000 mgr.y (mgr.25279) 258 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:58.815 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:57.729172+0000 mon.a (mon.0) 1685 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:58.815 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: cephadm 2024-03-30T04:40:57.729666+0000 mgr.y (mgr.25279) 259 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:58.815 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:57.770255+0000 mon.a (mon.0) 1686 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:58.816 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:57.772245+0000 mon.a (mon.0) 1687 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:58.816 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:57.774059+0000 mon.a (mon.0) 1688 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:58.816 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:57.774750+0000 mon.a (mon.0) 1689 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:58.816 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:57.783288+0000 mon.a (mon.0) 1690 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:58.816 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.028914+0000 mon.a (mon.0) 1711 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:58.816 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.030678+0000 mon.a (mon.0) 1712 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:58.816 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.031265+0000 mon.a (mon.0) 1713 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:58.816 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.036607+0000 mon.a (mon.0) 1714 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:58.816 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.077339+0000 mon.a (mon.0) 1715 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:58.817 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.079023+0000 mon.a (mon.0) 1716 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:58.817 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.081147+0000 mon.a (mon.0) 1717 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:58.817 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.081750+0000 mon.a (mon.0) 1718 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:58.817 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.087087+0000 mon.a (mon.0) 1719 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:58.817 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.127420+0000 mon.a (mon.0) 1720 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:58.817 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.129265+0000 mon.a (mon.0) 1721 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:58.817 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.130938+0000 mon.a (mon.0) 1722 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:58.817 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.131522+0000 mon.a (mon.0) 1723 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:58.817 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.136924+0000 mon.a (mon.0) 1724 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:58.817 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.177226+0000 mon.a (mon.0) 1725 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:58.817 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.178972+0000 mon.a (mon.0) 1726 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:58.817 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.180559+0000 mon.a (mon.0) 1727 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:58.817 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.181141+0000 mon.a (mon.0) 1728 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:58.817 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.186288+0000 mon.a (mon.0) 1729 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:58.817 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.226625+0000 mon.a (mon.0) 1730 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:58.818 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.228342+0000 mon.a (mon.0) 1731 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:58.818 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.229975+0000 mon.a (mon.0) 1732 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:58.818 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.230591+0000 mon.a (mon.0) 1733 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:58.818 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.235809+0000 mon.a (mon.0) 1734 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:58.818 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.276553+0000 mon.a (mon.0) 1735 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:58.818 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.278463+0000 mon.a (mon.0) 1736 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:58.818 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.280514+0000 mon.a (mon.0) 1737 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:58.818 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.281133+0000 mon.a (mon.0) 1738 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:58.818 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.286427+0000 mon.a (mon.0) 1739 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:58.818 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.327023+0000 mon.a (mon.0) 1740 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:58.818 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.328875+0000 mon.a (mon.0) 1741 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:58.818 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.331208+0000 mon.a (mon.0) 1742 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:58.818 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.331988+0000 mon.a (mon.0) 1743 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:58.818 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.338689+0000 mon.a (mon.0) 1744 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:58.818 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.379272+0000 mon.a (mon.0) 1745 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:58.819 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.380996+0000 mon.a (mon.0) 1746 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:58.819 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.382698+0000 mon.a (mon.0) 1747 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:58.819 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.383337+0000 mon.a (mon.0) 1748 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:58.819 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:57.824213+0000 mon.a (mon.0) 1691 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:58.819 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:57.826753+0000 mon.a (mon.0) 1692 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:58.819 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:57.830199+0000 mon.a (mon.0) 1693 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:58.819 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:57.831120+0000 mon.a (mon.0) 1694 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:58.820 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:57.839776+0000 mon.a (mon.0) 1695 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:58.820 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:57.881821+0000 mon.a (mon.0) 1696 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:58.820 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:57.883553+0000 mon.a (mon.0) 1697 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:58.820 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:57.885167+0000 mon.a (mon.0) 1698 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:58.820 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:57.885693+0000 mon.a (mon.0) 1699 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:58.820 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:57.887704+0000 mon.a (mon.0) 1700 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:40:58.820 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:57.897936+0000 mon.a (mon.0) 1701 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:58.820 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:57.952349+0000 mon.a (mon.0) 1702 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:58.820 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:57.957625+0000 mon.a (mon.0) 1703 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:58.820 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:57.962990+0000 mon.a (mon.0) 1704 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:58.820 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:57.976745+0000 mon.a (mon.0) 1705 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:58.820 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:57.978815+0000 mon.a (mon.0) 1706 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:58.820 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:57.980456+0000 mon.a (mon.0) 1707 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:58.820 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:57.981086+0000 mon.a (mon.0) 1708 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:58.820 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:57.986693+0000 mon.a (mon.0) 1709 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:58.821 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.027149+0000 mon.a (mon.0) 1710 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:58.821 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.389463+0000 mon.a (mon.0) 1749 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:58.821 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.429627+0000 mon.a (mon.0) 1750 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:58.821 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.431495+0000 mon.a (mon.0) 1751 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:58.821 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.433230+0000 mon.a (mon.0) 1752 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:58.821 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.433838+0000 mon.a (mon.0) 1753 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:58.821 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.440285+0000 mon.a (mon.0) 1754 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:58.821 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.480824+0000 mon.a (mon.0) 1755 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:58.821 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.482929+0000 mon.a (mon.0) 1756 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:58.821 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.484716+0000 mon.a (mon.0) 1757 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:58.821 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.485413+0000 mon.a (mon.0) 1758 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:58.822 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[18552]: audit 2024-03-30T04:40:58.491964+0000 mon.a (mon.0) 1759 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:58.822 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.028914+0000 mon.a (mon.0) 1711 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:58.822 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.030678+0000 mon.a (mon.0) 1712 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:58.822 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.031265+0000 mon.a (mon.0) 1713 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:58.822 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.036607+0000 mon.a (mon.0) 1714 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:58.822 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.077339+0000 mon.a (mon.0) 1715 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:58.822 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.079023+0000 mon.a (mon.0) 1716 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:58.822 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.081147+0000 mon.a (mon.0) 1717 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:58.823 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.081750+0000 mon.a (mon.0) 1718 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:58.823 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.087087+0000 mon.a (mon.0) 1719 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:58.823 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.127420+0000 mon.a (mon.0) 1720 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:58.823 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.129265+0000 mon.a (mon.0) 1721 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:58.823 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.130938+0000 mon.a (mon.0) 1722 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:58.823 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.131522+0000 mon.a (mon.0) 1723 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:58.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.136924+0000 mon.a (mon.0) 1724 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:58.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.177226+0000 mon.a (mon.0) 1725 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:58.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.178972+0000 mon.a (mon.0) 1726 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:58.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.180559+0000 mon.a (mon.0) 1727 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:58.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.181141+0000 mon.a (mon.0) 1728 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:58.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.186288+0000 mon.a (mon.0) 1729 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:58.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.226625+0000 mon.a (mon.0) 1730 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:58.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.228342+0000 mon.a (mon.0) 1731 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:58.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.229975+0000 mon.a (mon.0) 1732 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:58.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.230591+0000 mon.a (mon.0) 1733 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:58.825 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.235809+0000 mon.a (mon.0) 1734 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:58.825 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.276553+0000 mon.a (mon.0) 1735 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:58.825 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.278463+0000 mon.a (mon.0) 1736 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:58.825 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.280514+0000 mon.a (mon.0) 1737 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:58.825 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.281133+0000 mon.a (mon.0) 1738 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:58.825 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.286427+0000 mon.a (mon.0) 1739 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:58.825 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.327023+0000 mon.a (mon.0) 1740 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:58.825 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.328875+0000 mon.a (mon.0) 1741 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:58.825 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.331208+0000 mon.a (mon.0) 1742 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:58.825 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.331988+0000 mon.a (mon.0) 1743 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:58.825 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.338689+0000 mon.a (mon.0) 1744 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:58.825 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.379272+0000 mon.a (mon.0) 1745 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:58.825 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.380996+0000 mon.a (mon.0) 1746 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:58.825 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.382698+0000 mon.a (mon.0) 1747 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:58.825 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.383337+0000 mon.a (mon.0) 1748 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:58.826 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.389463+0000 mon.a (mon.0) 1749 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:58.826 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.429627+0000 mon.a (mon.0) 1750 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:58.826 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.431495+0000 mon.a (mon.0) 1751 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:58.826 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.433230+0000 mon.a (mon.0) 1752 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:58.826 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.433838+0000 mon.a (mon.0) 1753 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:58.826 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.440285+0000 mon.a (mon.0) 1754 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:58.826 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.480824+0000 mon.a (mon.0) 1755 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:58.826 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.482929+0000 mon.a (mon.0) 1756 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:58.826 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.484716+0000 mon.a (mon.0) 1757 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:58.826 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.485413+0000 mon.a (mon.0) 1758 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:58.826 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:58 smithi111 bash[24005]: audit 2024-03-30T04:40:58.491964+0000 mon.a (mon.0) 1759 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.023 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[53671]: ts=2024-03-30T04:40: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.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"172.21.15.117:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"smithi111:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:40:59.023 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[54074]: debug 2024-03-30T04:40:58.837+0000 7f106de5e200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-30T04:40:59.024 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cephadm 2024-03-30T04:40:56.768123+0000 mgr.y (mgr.25279) 217 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.024 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cluster 2024-03-30T04:40:56.853584+0000 mgr.y (mgr.25279) 218 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.024 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cluster 2024-03-30T04:40:56.853894+0000 mgr.y (mgr.25279) 219 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.024 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cephadm 2024-03-30T04:40:56.859279+0000 mgr.y (mgr.25279) 220 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.024 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cluster 2024-03-30T04:40:56.910225+0000 mgr.y (mgr.25279) 221 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.024 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cluster 2024-03-30T04:40:56.910464+0000 mgr.y (mgr.25279) 222 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.024 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cephadm 2024-03-30T04:40:56.918275+0000 mgr.y (mgr.25279) 223 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.024 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cluster 2024-03-30T04:40:56.980423+0000 mgr.y (mgr.25279) 224 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.024 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cluster 2024-03-30T04:40:56.980702+0000 mgr.y (mgr.25279) 225 : cluster [DBG] pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.024 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cephadm 2024-03-30T04:40:56.988540+0000 mgr.y (mgr.25279) 226 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.024 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cluster 2024-03-30T04:40:57.036672+0000 mgr.y (mgr.25279) 227 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.024 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cluster 2024-03-30T04:40:57.036956+0000 mgr.y (mgr.25279) 228 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.024 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cephadm 2024-03-30T04:40:57.045509+0000 mgr.y (mgr.25279) 229 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.025 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cluster 2024-03-30T04:40:57.092228+0000 mgr.y (mgr.25279) 230 : cluster [DBG] pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.025 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cluster 2024-03-30T04:40:57.092475+0000 mgr.y (mgr.25279) 231 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.025 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cephadm 2024-03-30T04:40:57.099999+0000 mgr.y (mgr.25279) 232 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.025 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cluster 2024-03-30T04:40:57.146916+0000 mgr.y (mgr.25279) 233 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.025 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cluster 2024-03-30T04:40:57.147167+0000 mgr.y (mgr.25279) 234 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.025 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cephadm 2024-03-30T04:40:57.154815+0000 mgr.y (mgr.25279) 235 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.025 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cluster 2024-03-30T04:40:57.201190+0000 mgr.y (mgr.25279) 236 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.026 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cluster 2024-03-30T04:40:57.201427+0000 mgr.y (mgr.25279) 237 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.026 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cephadm 2024-03-30T04:40:57.208283+0000 mgr.y (mgr.25279) 238 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.026 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cluster 2024-03-30T04:40:57.256675+0000 mgr.y (mgr.25279) 239 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.026 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cluster 2024-03-30T04:40:57.256906+0000 mgr.y (mgr.25279) 240 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.026 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cephadm 2024-03-30T04:40:57.264693+0000 mgr.y (mgr.25279) 241 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.026 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cluster 2024-03-30T04:40:57.313331+0000 mgr.y (mgr.25279) 242 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.026 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cluster 2024-03-30T04:40:57.313598+0000 mgr.y (mgr.25279) 243 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.026 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cephadm 2024-03-30T04:40:57.320003+0000 mgr.y (mgr.25279) 244 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.026 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cluster 2024-03-30T04:40:57.366686+0000 mgr.y (mgr.25279) 245 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.026 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cluster 2024-03-30T04:40:57.366912+0000 mgr.y (mgr.25279) 246 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.026 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cephadm 2024-03-30T04:40:57.378966+0000 mgr.y (mgr.25279) 247 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.026 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cluster 2024-03-30T04:40:57.442431+0000 mgr.y (mgr.25279) 248 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.027 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cluster 2024-03-30T04:40:57.442778+0000 mgr.y (mgr.25279) 249 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.027 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cephadm 2024-03-30T04:40:57.448353+0000 mgr.y (mgr.25279) 250 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.027 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cluster 2024-03-30T04:40:57.495367+0000 mgr.y (mgr.25279) 251 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.027 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cluster 2024-03-30T04:40:57.495631+0000 mgr.y (mgr.25279) 252 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.027 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cephadm 2024-03-30T04:40:57.500927+0000 mgr.y (mgr.25279) 253 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.027 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:57.562017+0000 mon.a (mon.0) 1676 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.027 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:57.564299+0000 mon.a (mon.0) 1677 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.027 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:57.566973+0000 mon.a (mon.0) 1678 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.027 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:57.567797+0000 mon.a (mon.0) 1679 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.027 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cluster 2024-03-30T04:40:57.569379+0000 mgr.y (mgr.25279) 254 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.027 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cluster 2024-03-30T04:40:57.570571+0000 mgr.y (mgr.25279) 255 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.027 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:57.581724+0000 mon.a (mon.0) 1680 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.027 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cephadm 2024-03-30T04:40:57.582227+0000 mgr.y (mgr.25279) 256 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.027 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:57.639423+0000 mon.a (mon.0) 1681 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.027 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:57.641621+0000 mon.a (mon.0) 1682 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.028 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:57.719612+0000 mon.a (mon.0) 1683 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.028 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:57.720435+0000 mon.a (mon.0) 1684 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.028 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cluster 2024-03-30T04:40:57.721777+0000 mgr.y (mgr.25279) 257 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.028 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cluster 2024-03-30T04:40:57.722023+0000 mgr.y (mgr.25279) 258 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.028 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:57.729172+0000 mon.a (mon.0) 1685 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.028 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: cephadm 2024-03-30T04:40:57.729666+0000 mgr.y (mgr.25279) 259 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.028 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:57.770255+0000 mon.a (mon.0) 1686 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.028 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:57.772245+0000 mon.a (mon.0) 1687 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.028 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:57.774059+0000 mon.a (mon.0) 1688 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.028 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:57.774750+0000 mon.a (mon.0) 1689 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.028 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:57.783288+0000 mon.a (mon.0) 1690 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.028 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:57.824213+0000 mon.a (mon.0) 1691 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.028 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:57.826753+0000 mon.a (mon.0) 1692 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.028 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:57.830199+0000 mon.a (mon.0) 1693 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.028 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:57.831120+0000 mon.a (mon.0) 1694 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.028 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:57.839776+0000 mon.a (mon.0) 1695 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.029 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:57.881821+0000 mon.a (mon.0) 1696 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.029 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:57.883553+0000 mon.a (mon.0) 1697 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.029 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:57.885167+0000 mon.a (mon.0) 1698 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.029 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:57.885693+0000 mon.a (mon.0) 1699 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.029 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:57.887704+0000 mon.a (mon.0) 1700 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:40:59.029 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:57.897936+0000 mon.a (mon.0) 1701 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.029 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:57.952349+0000 mon.a (mon.0) 1702 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.029 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:57.957625+0000 mon.a (mon.0) 1703 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.029 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:57.962990+0000 mon.a (mon.0) 1704 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.029 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:57.976745+0000 mon.a (mon.0) 1705 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.029 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:57.978815+0000 mon.a (mon.0) 1706 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.029 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:57.980456+0000 mon.a (mon.0) 1707 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.029 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:57.981086+0000 mon.a (mon.0) 1708 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.029 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:57.986693+0000 mon.a (mon.0) 1709 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.029 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.027149+0000 mon.a (mon.0) 1710 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.030 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.028914+0000 mon.a (mon.0) 1711 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.030 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.030678+0000 mon.a (mon.0) 1712 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.030 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.031265+0000 mon.a (mon.0) 1713 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.030 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.036607+0000 mon.a (mon.0) 1714 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.030 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.077339+0000 mon.a (mon.0) 1715 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.030 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.079023+0000 mon.a (mon.0) 1716 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.031 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.081147+0000 mon.a (mon.0) 1717 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.031 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.081750+0000 mon.a (mon.0) 1718 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.031 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.087087+0000 mon.a (mon.0) 1719 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.031 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.127420+0000 mon.a (mon.0) 1720 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.031 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.129265+0000 mon.a (mon.0) 1721 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.031 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.130938+0000 mon.a (mon.0) 1722 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.031 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.131522+0000 mon.a (mon.0) 1723 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.031 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.136924+0000 mon.a (mon.0) 1724 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.031 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.177226+0000 mon.a (mon.0) 1725 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.031 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.178972+0000 mon.a (mon.0) 1726 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.031 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.180559+0000 mon.a (mon.0) 1727 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.031 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.181141+0000 mon.a (mon.0) 1728 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.031 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.186288+0000 mon.a (mon.0) 1729 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.031 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.226625+0000 mon.a (mon.0) 1730 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.031 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.228342+0000 mon.a (mon.0) 1731 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.032 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.229975+0000 mon.a (mon.0) 1732 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.032 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.230591+0000 mon.a (mon.0) 1733 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.032 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.235809+0000 mon.a (mon.0) 1734 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.032 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.276553+0000 mon.a (mon.0) 1735 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.032 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.278463+0000 mon.a (mon.0) 1736 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.032 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.280514+0000 mon.a (mon.0) 1737 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.032 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.281133+0000 mon.a (mon.0) 1738 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.032 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.286427+0000 mon.a (mon.0) 1739 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.032 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.327023+0000 mon.a (mon.0) 1740 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.032 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.328875+0000 mon.a (mon.0) 1741 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.032 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.331208+0000 mon.a (mon.0) 1742 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.033 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.331988+0000 mon.a (mon.0) 1743 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.033 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.338689+0000 mon.a (mon.0) 1744 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.033 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.379272+0000 mon.a (mon.0) 1745 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.033 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.380996+0000 mon.a (mon.0) 1746 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.033 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.382698+0000 mon.a (mon.0) 1747 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.033 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.383337+0000 mon.a (mon.0) 1748 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.033 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.389463+0000 mon.a (mon.0) 1749 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.033 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.429627+0000 mon.a (mon.0) 1750 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.033 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.431495+0000 mon.a (mon.0) 1751 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.033 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.433230+0000 mon.a (mon.0) 1752 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.033 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.433838+0000 mon.a (mon.0) 1753 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.033 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.440285+0000 mon.a (mon.0) 1754 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.033 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.480824+0000 mon.a (mon.0) 1755 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.033 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.482929+0000 mon.a (mon.0) 1756 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.034 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.484716+0000 mon.a (mon.0) 1757 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.034 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.485413+0000 mon.a (mon.0) 1758 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.034 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:58 smithi117 bash[18692]: audit 2024-03-30T04:40:58.491964+0000 mon.a (mon.0) 1759 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.354 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[54074]: debug 2024-03-30T04:40:59.085+0000 7f106de5e200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-30T04:40:59.354 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:40:59 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-30T04:40:59.354 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:40:59 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Failed with result 'exit-code'. 2024-03-30T04:40:59.633 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[54074]: debug 2024-03-30T04:40:59.357+0000 7f106de5e200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-30T04:40:59.633 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[54074]: debug 2024-03-30T04:40:59.477+0000 7f106de5e200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-30T04:40:59.633 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cluster 2024-03-30T04:40:57.775964+0000 mgr.y (mgr.25279) 260 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cluster 2024-03-30T04:40:57.776206+0000 mgr.y (mgr.25279) 261 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cephadm 2024-03-30T04:40:57.783745+0000 mgr.y (mgr.25279) 262 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cluster 2024-03-30T04:40:57.832506+0000 mgr.y (mgr.25279) 263 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cluster 2024-03-30T04:40:57.832744+0000 mgr.y (mgr.25279) 264 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cephadm 2024-03-30T04:40:57.840282+0000 mgr.y (mgr.25279) 265 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cluster 2024-03-30T04:40:57.888040+0000 mgr.y (mgr.25279) 266 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cluster 2024-03-30T04:40:57.888286+0000 mgr.y (mgr.25279) 267 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cephadm 2024-03-30T04:40:57.902507+0000 mgr.y (mgr.25279) 268 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cluster 2024-03-30T04:40:57.958557+0000 mgr.y (mgr.25279) 269 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cluster 2024-03-30T04:40:57.958764+0000 mgr.y (mgr.25279) 270 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cluster 2024-03-30T04:40:57.982350+0000 mgr.y (mgr.25279) 271 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cluster 2024-03-30T04:40:57.982593+0000 mgr.y (mgr.25279) 272 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cephadm 2024-03-30T04:40:57.987090+0000 mgr.y (mgr.25279) 273 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cluster 2024-03-30T04:40:58.032394+0000 mgr.y (mgr.25279) 274 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cluster 2024-03-30T04:40:58.032595+0000 mgr.y (mgr.25279) 275 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cephadm 2024-03-30T04:40:58.036969+0000 mgr.y (mgr.25279) 276 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cluster 2024-03-30T04:40:58.082895+0000 mgr.y (mgr.25279) 277 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cluster 2024-03-30T04:40:58.083128+0000 mgr.y (mgr.25279) 278 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cephadm 2024-03-30T04:40:58.087462+0000 mgr.y (mgr.25279) 279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cluster 2024-03-30T04:40:58.132656+0000 mgr.y (mgr.25279) 280 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cluster 2024-03-30T04:40:58.132877+0000 mgr.y (mgr.25279) 281 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cephadm 2024-03-30T04:40:58.137351+0000 mgr.y (mgr.25279) 282 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cluster 2024-03-30T04:40:58.182293+0000 mgr.y (mgr.25279) 283 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cluster 2024-03-30T04:40:58.182509+0000 mgr.y (mgr.25279) 284 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cephadm 2024-03-30T04:40:58.186610+0000 mgr.y (mgr.25279) 285 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cluster 2024-03-30T04:40:58.231726+0000 mgr.y (mgr.25279) 286 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cluster 2024-03-30T04:40:58.231928+0000 mgr.y (mgr.25279) 287 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cephadm 2024-03-30T04:40:58.236165+0000 mgr.y (mgr.25279) 288 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cluster 2024-03-30T04:40:58.282272+0000 mgr.y (mgr.25279) 289 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cluster 2024-03-30T04:40:58.282483+0000 mgr.y (mgr.25279) 290 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cephadm 2024-03-30T04:40:58.286745+0000 mgr.y (mgr.25279) 291 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cluster 2024-03-30T04:40:58.333366+0000 mgr.y (mgr.25279) 292 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cluster 2024-03-30T04:40:58.333566+0000 mgr.y (mgr.25279) 293 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cephadm 2024-03-30T04:40:58.339081+0000 mgr.y (mgr.25279) 294 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cluster 2024-03-30T04:40:58.384503+0000 mgr.y (mgr.25279) 295 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cluster 2024-03-30T04:40:58.384703+0000 mgr.y (mgr.25279) 296 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cephadm 2024-03-30T04:40:58.389790+0000 mgr.y (mgr.25279) 297 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cluster 2024-03-30T04:40:58.435014+0000 mgr.y (mgr.25279) 298 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cluster 2024-03-30T04:40:58.435221+0000 mgr.y (mgr.25279) 299 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cephadm 2024-03-30T04:40:58.440699+0000 mgr.y (mgr.25279) 300 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cluster 2024-03-30T04:40:58.486657+0000 mgr.y (mgr.25279) 301 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cluster 2024-03-30T04:40:58.486866+0000 mgr.y (mgr.25279) 302 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cephadm 2024-03-30T04:40:58.492452+0000 mgr.y (mgr.25279) 303 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:58.573397+0000 mon.a (mon.0) 1760 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:58.575471+0000 mon.a (mon.0) 1761 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:58.577773+0000 mon.a (mon.0) 1762 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:58.578540+0000 mon.a (mon.0) 1763 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cluster 2024-03-30T04:40:58.579966+0000 mgr.y (mgr.25279) 304 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cluster 2024-03-30T04:40:58.580205+0000 mgr.y (mgr.25279) 305 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:58.584762+0000 mon.a (mon.0) 1764 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cephadm 2024-03-30T04:40:58.585105+0000 mgr.y (mgr.25279) 306 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:58.645420+0000 mon.a (mon.0) 1765 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:58.647676+0000 mon.a (mon.0) 1766 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:58.649687+0000 mon.a (mon.0) 1767 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:58.650442+0000 mon.a (mon.0) 1768 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cluster 2024-03-30T04:40:58.651865+0000 mgr.y (mgr.25279) 307 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cluster 2024-03-30T04:40:58.652076+0000 mgr.y (mgr.25279) 308 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:58.658002+0000 mon.a (mon.0) 1769 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cephadm 2024-03-30T04:40:58.658430+0000 mgr.y (mgr.25279) 309 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:58.702483+0000 mon.a (mon.0) 1770 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:58.704833+0000 mon.a (mon.0) 1771 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:58.706915+0000 mon.a (mon.0) 1772 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:58.707687+0000 mon.a (mon.0) 1773 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cluster 2024-03-30T04:40:58.709115+0000 mgr.y (mgr.25279) 310 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cluster 2024-03-30T04:40:58.709299+0000 mgr.y (mgr.25279) 311 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:58.715914+0000 mon.a (mon.0) 1774 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: cephadm 2024-03-30T04:40:58.716372+0000 mgr.y (mgr.25279) 312 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:58.780871+0000 mon.a (mon.0) 1775 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:58.783661+0000 mon.a (mon.0) 1776 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:58.786272+0000 mon.a (mon.0) 1777 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:58.787118+0000 mon.a (mon.0) 1778 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:58.796204+0000 mon.a (mon.0) 1779 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:58.854121+0000 mon.a (mon.0) 1780 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:58.855935+0000 mon.a (mon.0) 1781 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:58.857763+0000 mon.a (mon.0) 1782 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:58.858441+0000 mon.a (mon.0) 1783 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:58.864385+0000 mon.a (mon.0) 1784 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:58.905592+0000 mon.a (mon.0) 1785 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:58.907295+0000 mon.a (mon.0) 1786 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:58.908889+0000 mon.a (mon.0) 1787 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:58.909446+0000 mon.a (mon.0) 1788 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:58.914797+0000 mon.a (mon.0) 1789 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:58.955303+0000 mon.a (mon.0) 1790 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:58.957022+0000 mon.a (mon.0) 1791 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:58.958644+0000 mon.a (mon.0) 1792 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:58.959231+0000 mon.a (mon.0) 1793 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:58.964554+0000 mon.a (mon.0) 1794 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.005967+0000 mon.a (mon.0) 1795 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.007842+0000 mon.a (mon.0) 1796 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.009651+0000 mon.a (mon.0) 1797 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.010282+0000 mon.a (mon.0) 1798 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.015680+0000 mon.a (mon.0) 1799 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.056239+0000 mon.a (mon.0) 1800 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.058139+0000 mon.a (mon.0) 1801 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.059924+0000 mon.a (mon.0) 1802 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.060564+0000 mon.a (mon.0) 1803 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.066770+0000 mon.a (mon.0) 1804 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.107595+0000 mon.a (mon.0) 1805 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.109584+0000 mon.a (mon.0) 1806 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.111381+0000 mon.a (mon.0) 1807 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.112006+0000 mon.a (mon.0) 1808 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.118145+0000 mon.a (mon.0) 1809 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.158255+0000 mon.a (mon.0) 1810 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.160238+0000 mon.a (mon.0) 1811 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.161974+0000 mon.a (mon.0) 1812 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.162610+0000 mon.a (mon.0) 1813 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.168298+0000 mon.a (mon.0) 1814 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.209865+0000 mon.a (mon.0) 1815 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.211661+0000 mon.a (mon.0) 1816 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.213302+0000 mon.a (mon.0) 1817 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.213853+0000 mon.a (mon.0) 1818 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.219162+0000 mon.a (mon.0) 1819 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.260186+0000 mon.a (mon.0) 1820 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.262169+0000 mon.a (mon.0) 1821 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.264149+0000 mon.a (mon.0) 1822 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.264799+0000 mon.a (mon.0) 1823 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.270922+0000 mon.a (mon.0) 1824 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.311501+0000 mon.a (mon.0) 1825 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.313408+0000 mon.a (mon.0) 1826 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.315196+0000 mon.a (mon.0) 1827 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.315796+0000 mon.a (mon.0) 1828 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.323511+0000 mon.a (mon.0) 1829 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.364515+0000 mon.a (mon.0) 1830 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.366314+0000 mon.a (mon.0) 1831 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.368642+0000 mon.a (mon.0) 1832 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.369169+0000 mon.a (mon.0) 1833 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.377936+0000 mon.a (mon.0) 1834 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.418989+0000 mon.a (mon.0) 1835 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.420820+0000 mon.a (mon.0) 1836 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.423494+0000 mon.a (mon.0) 1837 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.424280+0000 mon.a (mon.0) 1838 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.433625+0000 mon.a (mon.0) 1839 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.492380+0000 mon.a (mon.0) 1840 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.494427+0000 mon.a (mon.0) 1841 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.496292+0000 mon.a (mon.0) 1842 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.496929+0000 mon.a (mon.0) 1843 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[18692]: audit 2024-03-30T04:40:59.505010+0000 mon.a (mon.0) 1844 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cluster 2024-03-30T04:40:57.775964+0000 mgr.y (mgr.25279) 260 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cluster 2024-03-30T04:40:57.776206+0000 mgr.y (mgr.25279) 261 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cephadm 2024-03-30T04:40:57.783745+0000 mgr.y (mgr.25279) 262 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cluster 2024-03-30T04:40:57.832506+0000 mgr.y (mgr.25279) 263 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cluster 2024-03-30T04:40:57.832744+0000 mgr.y (mgr.25279) 264 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cephadm 2024-03-30T04:40:57.840282+0000 mgr.y (mgr.25279) 265 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cluster 2024-03-30T04:40:57.888040+0000 mgr.y (mgr.25279) 266 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cluster 2024-03-30T04:40:57.888286+0000 mgr.y (mgr.25279) 267 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cephadm 2024-03-30T04:40:57.902507+0000 mgr.y (mgr.25279) 268 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cluster 2024-03-30T04:40:57.958557+0000 mgr.y (mgr.25279) 269 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cluster 2024-03-30T04:40:57.958764+0000 mgr.y (mgr.25279) 270 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cluster 2024-03-30T04:40:57.982350+0000 mgr.y (mgr.25279) 271 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cluster 2024-03-30T04:40:57.982593+0000 mgr.y (mgr.25279) 272 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cephadm 2024-03-30T04:40:57.987090+0000 mgr.y (mgr.25279) 273 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cluster 2024-03-30T04:40:58.032394+0000 mgr.y (mgr.25279) 274 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cluster 2024-03-30T04:40:58.032595+0000 mgr.y (mgr.25279) 275 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cephadm 2024-03-30T04:40:58.036969+0000 mgr.y (mgr.25279) 276 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cluster 2024-03-30T04:40:58.082895+0000 mgr.y (mgr.25279) 277 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cluster 2024-03-30T04:40:58.083128+0000 mgr.y (mgr.25279) 278 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cephadm 2024-03-30T04:40:58.087462+0000 mgr.y (mgr.25279) 279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cluster 2024-03-30T04:40:57.775964+0000 mgr.y (mgr.25279) 260 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cluster 2024-03-30T04:40:57.776206+0000 mgr.y (mgr.25279) 261 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cephadm 2024-03-30T04:40:57.783745+0000 mgr.y (mgr.25279) 262 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cluster 2024-03-30T04:40:57.832506+0000 mgr.y (mgr.25279) 263 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cluster 2024-03-30T04:40:57.832744+0000 mgr.y (mgr.25279) 264 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cephadm 2024-03-30T04:40:57.840282+0000 mgr.y (mgr.25279) 265 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cluster 2024-03-30T04:40:57.888040+0000 mgr.y (mgr.25279) 266 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cluster 2024-03-30T04:40:57.888286+0000 mgr.y (mgr.25279) 267 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cephadm 2024-03-30T04:40:57.902507+0000 mgr.y (mgr.25279) 268 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cluster 2024-03-30T04:40:57.958557+0000 mgr.y (mgr.25279) 269 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cluster 2024-03-30T04:40:57.958764+0000 mgr.y (mgr.25279) 270 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cluster 2024-03-30T04:40:57.982350+0000 mgr.y (mgr.25279) 271 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cluster 2024-03-30T04:40:57.982593+0000 mgr.y (mgr.25279) 272 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cephadm 2024-03-30T04:40:57.987090+0000 mgr.y (mgr.25279) 273 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cluster 2024-03-30T04:40:58.032394+0000 mgr.y (mgr.25279) 274 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cluster 2024-03-30T04:40:58.032595+0000 mgr.y (mgr.25279) 275 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cephadm 2024-03-30T04:40:58.036969+0000 mgr.y (mgr.25279) 276 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cluster 2024-03-30T04:40:58.082895+0000 mgr.y (mgr.25279) 277 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cluster 2024-03-30T04:40:58.083128+0000 mgr.y (mgr.25279) 278 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cephadm 2024-03-30T04:40:58.087462+0000 mgr.y (mgr.25279) 279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cluster 2024-03-30T04:40:58.132656+0000 mgr.y (mgr.25279) 280 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cluster 2024-03-30T04:40:58.132877+0000 mgr.y (mgr.25279) 281 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cephadm 2024-03-30T04:40:58.137351+0000 mgr.y (mgr.25279) 282 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cluster 2024-03-30T04:40:58.182293+0000 mgr.y (mgr.25279) 283 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cluster 2024-03-30T04:40:58.182509+0000 mgr.y (mgr.25279) 284 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cephadm 2024-03-30T04:40:58.186610+0000 mgr.y (mgr.25279) 285 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cluster 2024-03-30T04:40:58.231726+0000 mgr.y (mgr.25279) 286 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cluster 2024-03-30T04:40:58.231928+0000 mgr.y (mgr.25279) 287 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cephadm 2024-03-30T04:40:58.236165+0000 mgr.y (mgr.25279) 288 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cluster 2024-03-30T04:40:58.282272+0000 mgr.y (mgr.25279) 289 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cluster 2024-03-30T04:40:58.282483+0000 mgr.y (mgr.25279) 290 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cephadm 2024-03-30T04:40:58.286745+0000 mgr.y (mgr.25279) 291 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cluster 2024-03-30T04:40:58.333366+0000 mgr.y (mgr.25279) 292 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cluster 2024-03-30T04:40:58.333566+0000 mgr.y (mgr.25279) 293 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cephadm 2024-03-30T04:40:58.339081+0000 mgr.y (mgr.25279) 294 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cluster 2024-03-30T04:40:58.384503+0000 mgr.y (mgr.25279) 295 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cluster 2024-03-30T04:40:58.384703+0000 mgr.y (mgr.25279) 296 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cephadm 2024-03-30T04:40:58.389790+0000 mgr.y (mgr.25279) 297 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cluster 2024-03-30T04:40:58.435014+0000 mgr.y (mgr.25279) 298 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cluster 2024-03-30T04:40:58.435221+0000 mgr.y (mgr.25279) 299 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cephadm 2024-03-30T04:40:58.440699+0000 mgr.y (mgr.25279) 300 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cluster 2024-03-30T04:40:58.132656+0000 mgr.y (mgr.25279) 280 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cluster 2024-03-30T04:40:58.132877+0000 mgr.y (mgr.25279) 281 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cephadm 2024-03-30T04:40:58.137351+0000 mgr.y (mgr.25279) 282 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cluster 2024-03-30T04:40:58.182293+0000 mgr.y (mgr.25279) 283 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cluster 2024-03-30T04:40:58.182509+0000 mgr.y (mgr.25279) 284 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cephadm 2024-03-30T04:40:58.186610+0000 mgr.y (mgr.25279) 285 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cluster 2024-03-30T04:40:58.231726+0000 mgr.y (mgr.25279) 286 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cluster 2024-03-30T04:40:58.231928+0000 mgr.y (mgr.25279) 287 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cephadm 2024-03-30T04:40:58.236165+0000 mgr.y (mgr.25279) 288 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cluster 2024-03-30T04:40:58.282272+0000 mgr.y (mgr.25279) 289 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cluster 2024-03-30T04:40:58.282483+0000 mgr.y (mgr.25279) 290 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cephadm 2024-03-30T04:40:58.286745+0000 mgr.y (mgr.25279) 291 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cluster 2024-03-30T04:40:58.333366+0000 mgr.y (mgr.25279) 292 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cluster 2024-03-30T04:40:58.333566+0000 mgr.y (mgr.25279) 293 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cephadm 2024-03-30T04:40:58.339081+0000 mgr.y (mgr.25279) 294 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cluster 2024-03-30T04:40:58.384503+0000 mgr.y (mgr.25279) 295 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cluster 2024-03-30T04:40:58.384703+0000 mgr.y (mgr.25279) 296 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cephadm 2024-03-30T04:40:58.389790+0000 mgr.y (mgr.25279) 297 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cluster 2024-03-30T04:40:58.435014+0000 mgr.y (mgr.25279) 298 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cluster 2024-03-30T04:40:58.435221+0000 mgr.y (mgr.25279) 299 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cephadm 2024-03-30T04:40:58.440699+0000 mgr.y (mgr.25279) 300 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cluster 2024-03-30T04:40:58.486657+0000 mgr.y (mgr.25279) 301 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cluster 2024-03-30T04:40:58.486866+0000 mgr.y (mgr.25279) 302 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cephadm 2024-03-30T04:40:58.492452+0000 mgr.y (mgr.25279) 303 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:58.573397+0000 mon.a (mon.0) 1760 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:58.575471+0000 mon.a (mon.0) 1761 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:58.577773+0000 mon.a (mon.0) 1762 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:58.578540+0000 mon.a (mon.0) 1763 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cluster 2024-03-30T04:40:58.579966+0000 mgr.y (mgr.25279) 304 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cluster 2024-03-30T04:40:58.580205+0000 mgr.y (mgr.25279) 305 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:58.584762+0000 mon.a (mon.0) 1764 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cephadm 2024-03-30T04:40:58.585105+0000 mgr.y (mgr.25279) 306 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:58.645420+0000 mon.a (mon.0) 1765 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:58.647676+0000 mon.a (mon.0) 1766 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:58.649687+0000 mon.a (mon.0) 1767 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:58.650442+0000 mon.a (mon.0) 1768 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cluster 2024-03-30T04:40:58.651865+0000 mgr.y (mgr.25279) 307 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cluster 2024-03-30T04:40:58.652076+0000 mgr.y (mgr.25279) 308 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:58.658002+0000 mon.a (mon.0) 1769 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cephadm 2024-03-30T04:40:58.658430+0000 mgr.y (mgr.25279) 309 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:58.702483+0000 mon.a (mon.0) 1770 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cluster 2024-03-30T04:40:58.486657+0000 mgr.y (mgr.25279) 301 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cluster 2024-03-30T04:40:58.486866+0000 mgr.y (mgr.25279) 302 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cephadm 2024-03-30T04:40:58.492452+0000 mgr.y (mgr.25279) 303 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:58.573397+0000 mon.a (mon.0) 1760 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:58.575471+0000 mon.a (mon.0) 1761 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:58.577773+0000 mon.a (mon.0) 1762 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:58.578540+0000 mon.a (mon.0) 1763 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cluster 2024-03-30T04:40:58.579966+0000 mgr.y (mgr.25279) 304 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cluster 2024-03-30T04:40:58.580205+0000 mgr.y (mgr.25279) 305 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:58.584762+0000 mon.a (mon.0) 1764 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cephadm 2024-03-30T04:40:58.585105+0000 mgr.y (mgr.25279) 306 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:58.645420+0000 mon.a (mon.0) 1765 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:58.647676+0000 mon.a (mon.0) 1766 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:58.649687+0000 mon.a (mon.0) 1767 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:58.650442+0000 mon.a (mon.0) 1768 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cluster 2024-03-30T04:40:58.651865+0000 mgr.y (mgr.25279) 307 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cluster 2024-03-30T04:40:58.652076+0000 mgr.y (mgr.25279) 308 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:58.658002+0000 mon.a (mon.0) 1769 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cephadm 2024-03-30T04:40:58.658430+0000 mgr.y (mgr.25279) 309 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:58.702483+0000 mon.a (mon.0) 1770 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:58.704833+0000 mon.a (mon.0) 1771 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:58.706915+0000 mon.a (mon.0) 1772 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:58.707687+0000 mon.a (mon.0) 1773 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cluster 2024-03-30T04:40:58.709115+0000 mgr.y (mgr.25279) 310 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cluster 2024-03-30T04:40:58.709299+0000 mgr.y (mgr.25279) 311 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:58.715914+0000 mon.a (mon.0) 1774 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: cephadm 2024-03-30T04:40:58.716372+0000 mgr.y (mgr.25279) 312 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:58.780871+0000 mon.a (mon.0) 1775 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:58.783661+0000 mon.a (mon.0) 1776 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:58.786272+0000 mon.a (mon.0) 1777 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:58.787118+0000 mon.a (mon.0) 1778 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:58.796204+0000 mon.a (mon.0) 1779 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:58.854121+0000 mon.a (mon.0) 1780 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:58.855935+0000 mon.a (mon.0) 1781 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:58.857763+0000 mon.a (mon.0) 1782 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:58.858441+0000 mon.a (mon.0) 1783 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:58.864385+0000 mon.a (mon.0) 1784 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:58.905592+0000 mon.a (mon.0) 1785 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:58.907295+0000 mon.a (mon.0) 1786 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:58.704833+0000 mon.a (mon.0) 1771 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:58.706915+0000 mon.a (mon.0) 1772 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:58.707687+0000 mon.a (mon.0) 1773 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cluster 2024-03-30T04:40:58.709115+0000 mgr.y (mgr.25279) 310 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cluster 2024-03-30T04:40:58.709299+0000 mgr.y (mgr.25279) 311 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:59.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:58.715914+0000 mon.a (mon.0) 1774 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: cephadm 2024-03-30T04:40:58.716372+0000 mgr.y (mgr.25279) 312 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:59.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:58.780871+0000 mon.a (mon.0) 1775 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:58.783661+0000 mon.a (mon.0) 1776 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:58.786272+0000 mon.a (mon.0) 1777 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:58.787118+0000 mon.a (mon.0) 1778 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:58.796204+0000 mon.a (mon.0) 1779 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:58.854121+0000 mon.a (mon.0) 1780 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:58.855935+0000 mon.a (mon.0) 1781 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:58.857763+0000 mon.a (mon.0) 1782 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:58.858441+0000 mon.a (mon.0) 1783 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:58.864385+0000 mon.a (mon.0) 1784 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:58.905592+0000 mon.a (mon.0) 1785 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:58.907295+0000 mon.a (mon.0) 1786 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:58.908889+0000 mon.a (mon.0) 1787 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:58.909446+0000 mon.a (mon.0) 1788 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:58.914797+0000 mon.a (mon.0) 1789 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:58.955303+0000 mon.a (mon.0) 1790 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:58.957022+0000 mon.a (mon.0) 1791 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:58.958644+0000 mon.a (mon.0) 1792 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:58.959231+0000 mon.a (mon.0) 1793 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:58.964554+0000 mon.a (mon.0) 1794 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.005967+0000 mon.a (mon.0) 1795 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.007842+0000 mon.a (mon.0) 1796 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.009651+0000 mon.a (mon.0) 1797 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.010282+0000 mon.a (mon.0) 1798 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.015680+0000 mon.a (mon.0) 1799 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.056239+0000 mon.a (mon.0) 1800 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.058139+0000 mon.a (mon.0) 1801 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.059924+0000 mon.a (mon.0) 1802 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.060564+0000 mon.a (mon.0) 1803 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.066770+0000 mon.a (mon.0) 1804 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.107595+0000 mon.a (mon.0) 1805 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:58.908889+0000 mon.a (mon.0) 1787 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:58.909446+0000 mon.a (mon.0) 1788 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:58.914797+0000 mon.a (mon.0) 1789 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:58.955303+0000 mon.a (mon.0) 1790 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:58.957022+0000 mon.a (mon.0) 1791 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:58.958644+0000 mon.a (mon.0) 1792 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:58.959231+0000 mon.a (mon.0) 1793 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:58.964554+0000 mon.a (mon.0) 1794 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.005967+0000 mon.a (mon.0) 1795 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.007842+0000 mon.a (mon.0) 1796 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.009651+0000 mon.a (mon.0) 1797 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.010282+0000 mon.a (mon.0) 1798 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.015680+0000 mon.a (mon.0) 1799 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.056239+0000 mon.a (mon.0) 1800 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.058139+0000 mon.a (mon.0) 1801 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.059924+0000 mon.a (mon.0) 1802 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.060564+0000 mon.a (mon.0) 1803 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.066770+0000 mon.a (mon.0) 1804 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.107595+0000 mon.a (mon.0) 1805 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.109584+0000 mon.a (mon.0) 1806 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.111381+0000 mon.a (mon.0) 1807 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.112006+0000 mon.a (mon.0) 1808 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.118145+0000 mon.a (mon.0) 1809 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.158255+0000 mon.a (mon.0) 1810 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.160238+0000 mon.a (mon.0) 1811 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.161974+0000 mon.a (mon.0) 1812 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.162610+0000 mon.a (mon.0) 1813 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.168298+0000 mon.a (mon.0) 1814 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.209865+0000 mon.a (mon.0) 1815 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.211661+0000 mon.a (mon.0) 1816 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.213302+0000 mon.a (mon.0) 1817 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.213853+0000 mon.a (mon.0) 1818 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.219162+0000 mon.a (mon.0) 1819 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.260186+0000 mon.a (mon.0) 1820 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.262169+0000 mon.a (mon.0) 1821 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.264149+0000 mon.a (mon.0) 1822 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.264799+0000 mon.a (mon.0) 1823 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.270922+0000 mon.a (mon.0) 1824 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.109584+0000 mon.a (mon.0) 1806 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.111381+0000 mon.a (mon.0) 1807 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.112006+0000 mon.a (mon.0) 1808 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.118145+0000 mon.a (mon.0) 1809 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.158255+0000 mon.a (mon.0) 1810 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.160238+0000 mon.a (mon.0) 1811 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.161974+0000 mon.a (mon.0) 1812 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.162610+0000 mon.a (mon.0) 1813 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.168298+0000 mon.a (mon.0) 1814 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.209865+0000 mon.a (mon.0) 1815 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.211661+0000 mon.a (mon.0) 1816 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.213302+0000 mon.a (mon.0) 1817 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.213853+0000 mon.a (mon.0) 1818 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.219162+0000 mon.a (mon.0) 1819 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.260186+0000 mon.a (mon.0) 1820 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.262169+0000 mon.a (mon.0) 1821 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.264149+0000 mon.a (mon.0) 1822 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.264799+0000 mon.a (mon.0) 1823 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.270922+0000 mon.a (mon.0) 1824 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.311501+0000 mon.a (mon.0) 1825 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.313408+0000 mon.a (mon.0) 1826 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.315196+0000 mon.a (mon.0) 1827 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.315796+0000 mon.a (mon.0) 1828 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.323511+0000 mon.a (mon.0) 1829 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.364515+0000 mon.a (mon.0) 1830 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.366314+0000 mon.a (mon.0) 1831 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.368642+0000 mon.a (mon.0) 1832 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.369169+0000 mon.a (mon.0) 1833 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.377936+0000 mon.a (mon.0) 1834 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.418989+0000 mon.a (mon.0) 1835 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.420820+0000 mon.a (mon.0) 1836 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.423494+0000 mon.a (mon.0) 1837 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.424280+0000 mon.a (mon.0) 1838 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.433625+0000 mon.a (mon.0) 1839 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.492380+0000 mon.a (mon.0) 1840 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.494427+0000 mon.a (mon.0) 1841 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.496292+0000 mon.a (mon.0) 1842 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.496929+0000 mon.a (mon.0) 1843 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[18552]: audit 2024-03-30T04:40:59.505010+0000 mon.a (mon.0) 1844 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.311501+0000 mon.a (mon.0) 1825 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.313408+0000 mon.a (mon.0) 1826 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.315196+0000 mon.a (mon.0) 1827 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.315796+0000 mon.a (mon.0) 1828 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.323511+0000 mon.a (mon.0) 1829 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.364515+0000 mon.a (mon.0) 1830 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.366314+0000 mon.a (mon.0) 1831 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.368642+0000 mon.a (mon.0) 1832 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.369169+0000 mon.a (mon.0) 1833 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.377936+0000 mon.a (mon.0) 1834 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.418989+0000 mon.a (mon.0) 1835 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.420820+0000 mon.a (mon.0) 1836 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.423494+0000 mon.a (mon.0) 1837 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.424280+0000 mon.a (mon.0) 1838 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.433625+0000 mon.a (mon.0) 1839 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:40:59.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.492380+0000 mon.a (mon.0) 1840 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:59.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.494427+0000 mon.a (mon.0) 1841 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:59.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.496292+0000 mon.a (mon.0) 1842 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:59.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.496929+0000 mon.a (mon.0) 1843 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:59.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:40:59 smithi111 bash[24005]: audit 2024-03-30T04:40:59.505010+0000 mon.a (mon.0) 1844 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.133 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:40:59 smithi117 bash[54074]: debug 2024-03-30T04:40:59.765+0000 7f106de5e200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-30T04:41:00.451 INFO:teuthology.orchestra.run.smithi111.stdout:true 2024-03-30T04:41:00.451 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[54074]: debug 2024-03-30T04:41:00.197+0000 7f106de5e200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:41:00.736 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[54074]: debug 2024-03-30T04:41:00.453+0000 7f106de5e200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-30T04:41:00.736 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[54074]: debug 2024-03-30T04:41:00.585+0000 7f106de5e200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-30T04:41:00.736 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cluster 2024-03-30T04:40:58.788500+0000 mgr.y (mgr.25279) 313 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.737 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cluster 2024-03-30T04:40:58.788720+0000 mgr.y (mgr.25279) 314 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.737 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cephadm 2024-03-30T04:40:58.796615+0000 mgr.y (mgr.25279) 315 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.737 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cluster 2024-03-30T04:40:58.859849+0000 mgr.y (mgr.25279) 316 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 24 op/s 2024-03-30T04:41:00.737 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cluster 2024-03-30T04:40:58.860068+0000 mgr.y (mgr.25279) 317 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 24 op/s 2024-03-30T04:41:00.737 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cephadm 2024-03-30T04:40:58.864881+0000 mgr.y (mgr.25279) 318 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.737 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cluster 2024-03-30T04:40:58.910637+0000 mgr.y (mgr.25279) 319 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s 2024-03-30T04:41:00.737 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cluster 2024-03-30T04:40:58.910844+0000 mgr.y (mgr.25279) 320 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s 2024-03-30T04:41:00.737 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cephadm 2024-03-30T04:40:58.915121+0000 mgr.y (mgr.25279) 321 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.737 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cluster 2024-03-30T04:40:58.960426+0000 mgr.y (mgr.25279) 322 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 29 op/s 2024-03-30T04:41:00.737 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cluster 2024-03-30T04:40:58.960659+0000 mgr.y (mgr.25279) 323 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 29 op/s 2024-03-30T04:41:00.737 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cephadm 2024-03-30T04:40:58.964880+0000 mgr.y (mgr.25279) 324 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.737 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cluster 2024-03-30T04:40:59.011426+0000 mgr.y (mgr.25279) 325 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.737 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cluster 2024-03-30T04:40:59.011671+0000 mgr.y (mgr.25279) 326 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.737 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cephadm 2024-03-30T04:40:59.016044+0000 mgr.y (mgr.25279) 327 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.738 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cluster 2024-03-30T04:40:59.061734+0000 mgr.y (mgr.25279) 328 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.738 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cluster 2024-03-30T04:40:59.061985+0000 mgr.y (mgr.25279) 329 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.738 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cephadm 2024-03-30T04:40:59.067088+0000 mgr.y (mgr.25279) 330 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.738 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cluster 2024-03-30T04:40:59.113176+0000 mgr.y (mgr.25279) 331 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.738 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cluster 2024-03-30T04:40:59.113416+0000 mgr.y (mgr.25279) 332 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.738 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cephadm 2024-03-30T04:40:59.118581+0000 mgr.y (mgr.25279) 333 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.738 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cluster 2024-03-30T04:40:59.163794+0000 mgr.y (mgr.25279) 334 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.738 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cluster 2024-03-30T04:40:59.164013+0000 mgr.y (mgr.25279) 335 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.738 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cephadm 2024-03-30T04:40:59.168712+0000 mgr.y (mgr.25279) 336 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.738 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cluster 2024-03-30T04:40:59.215059+0000 mgr.y (mgr.25279) 337 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.738 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cluster 2024-03-30T04:40:59.215301+0000 mgr.y (mgr.25279) 338 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.738 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cephadm 2024-03-30T04:40:59.219557+0000 mgr.y (mgr.25279) 339 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.738 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cluster 2024-03-30T04:40:59.266136+0000 mgr.y (mgr.25279) 340 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.739 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cluster 2024-03-30T04:40:59.266435+0000 mgr.y (mgr.25279) 341 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.739 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cephadm 2024-03-30T04:40:59.271402+0000 mgr.y (mgr.25279) 342 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.739 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cluster 2024-03-30T04:40:59.316927+0000 mgr.y (mgr.25279) 343 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.739 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cluster 2024-03-30T04:40:59.317140+0000 mgr.y (mgr.25279) 344 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.739 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cephadm 2024-03-30T04:40:59.323915+0000 mgr.y (mgr.25279) 345 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.739 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cluster 2024-03-30T04:40:59.370488+0000 mgr.y (mgr.25279) 346 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.739 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cluster 2024-03-30T04:40:59.370815+0000 mgr.y (mgr.25279) 347 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.739 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cephadm 2024-03-30T04:40:59.378431+0000 mgr.y (mgr.25279) 348 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.739 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cluster 2024-03-30T04:40:59.425903+0000 mgr.y (mgr.25279) 349 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.739 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cluster 2024-03-30T04:40:59.426082+0000 mgr.y (mgr.25279) 350 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.739 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cephadm 2024-03-30T04:40:59.434214+0000 mgr.y (mgr.25279) 351 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.739 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cluster 2024-03-30T04:40:59.498255+0000 mgr.y (mgr.25279) 352 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.739 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cluster 2024-03-30T04:40:59.498544+0000 mgr.y (mgr.25279) 353 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.739 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cephadm 2024-03-30T04:40:59.505384+0000 mgr.y (mgr.25279) 354 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.739 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:40:59.549989+0000 mon.a (mon.0) 1845 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.739 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:40:59.552079+0000 mon.a (mon.0) 1846 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.740 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:40:59.567139+0000 mon.a (mon.0) 1847 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.740 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:40:59.568657+0000 mon.a (mon.0) 1848 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.740 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cluster 2024-03-30T04:40:59.570289+0000 mgr.y (mgr.25279) 355 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.740 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cluster 2024-03-30T04:40:59.570646+0000 mgr.y (mgr.25279) 356 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.740 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:40:59.577139+0000 mon.a (mon.0) 1849 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.740 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cephadm 2024-03-30T04:40:59.577535+0000 mgr.y (mgr.25279) 357 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.740 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:40:59.618245+0000 mon.a (mon.0) 1850 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.740 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:40:59.620065+0000 mon.a (mon.0) 1851 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.740 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:40:59.622419+0000 mon.a (mon.0) 1852 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.740 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:40:59.623098+0000 mon.a (mon.0) 1853 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.740 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cluster 2024-03-30T04:40:59.624509+0000 mgr.y (mgr.25279) 358 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.740 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cluster 2024-03-30T04:40:59.624723+0000 mgr.y (mgr.25279) 359 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.740 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:40:59.631679+0000 mon.a (mon.0) 1854 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.740 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cephadm 2024-03-30T04:40:59.632192+0000 mgr.y (mgr.25279) 360 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.740 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:40:59.672608+0000 mon.a (mon.0) 1855 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.740 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:40:59.674555+0000 mon.a (mon.0) 1856 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.740 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:40:59.676638+0000 mon.a (mon.0) 1857 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.741 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:40:59.677322+0000 mon.a (mon.0) 1858 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.741 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cluster 2024-03-30T04:40:59.678889+0000 mgr.y (mgr.25279) 361 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.741 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cluster 2024-03-30T04:40:59.679425+0000 mgr.y (mgr.25279) 362 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.741 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:40:59.686083+0000 mon.a (mon.0) 1859 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.741 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cephadm 2024-03-30T04:40:59.686614+0000 mgr.y (mgr.25279) 363 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.741 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:40:59.727236+0000 mon.a (mon.0) 1860 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.741 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:40:59.729100+0000 mon.a (mon.0) 1861 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.741 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:40:59.730869+0000 mon.a (mon.0) 1862 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.741 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:40:59.731651+0000 mon.a (mon.0) 1863 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.741 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cluster 2024-03-30T04:40:59.732986+0000 mgr.y (mgr.25279) 364 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.741 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cluster 2024-03-30T04:40:59.733283+0000 mgr.y (mgr.25279) 365 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.741 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:40:59.738963+0000 mon.a (mon.0) 1864 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.741 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: cephadm 2024-03-30T04:40:59.739377+0000 mgr.y (mgr.25279) 366 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.741 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:40:59.779921+0000 mon.a (mon.0) 1865 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.741 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:40:59.781706+0000 mon.a (mon.0) 1866 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.742 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:40:59.783539+0000 mon.a (mon.0) 1867 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.742 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:40:59.784190+0000 mon.a (mon.0) 1868 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.742 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:40:59.791185+0000 mon.a (mon.0) 1869 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.742 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:40:59.832079+0000 mon.a (mon.0) 1870 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.742 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:40:59.836461+0000 mon.a (mon.0) 1871 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.742 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:40:59.838570+0000 mon.a (mon.0) 1872 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.742 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:40:59.839329+0000 mon.a (mon.0) 1873 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.742 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:40:59.844896+0000 mon.a (mon.0) 1874 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.742 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:40:59.901795+0000 mon.a (mon.0) 1875 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.742 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:40:59.903489+0000 mon.a (mon.0) 1876 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.742 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:40:59.905111+0000 mon.a (mon.0) 1877 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.742 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:40:59.905649+0000 mon.a (mon.0) 1878 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.742 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:40:59.911993+0000 mon.a (mon.0) 1879 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.742 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:40:59.952667+0000 mon.a (mon.0) 1880 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.742 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:40:59.954435+0000 mon.a (mon.0) 1881 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.743 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:40:59.956334+0000 mon.a (mon.0) 1882 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.743 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:40:59.956924+0000 mon.a (mon.0) 1883 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.743 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:40:59.963458+0000 mon.a (mon.0) 1884 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.743 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.003898+0000 mon.a (mon.0) 1885 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.743 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.005797+0000 mon.a (mon.0) 1886 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.743 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.008096+0000 mon.a (mon.0) 1887 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.743 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.008763+0000 mon.a (mon.0) 1888 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.743 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.015541+0000 mon.a (mon.0) 1889 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.744 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.055888+0000 mon.a (mon.0) 1890 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.744 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.058075+0000 mon.a (mon.0) 1891 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.744 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.060175+0000 mon.a (mon.0) 1892 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.744 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.060904+0000 mon.a (mon.0) 1893 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.744 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.067525+0000 mon.a (mon.0) 1894 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.744 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.141184+0000 mon.a (mon.0) 1895 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.744 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.143689+0000 mon.a (mon.0) 1896 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.744 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.146036+0000 mon.a (mon.0) 1897 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.744 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.146925+0000 mon.a (mon.0) 1898 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.744 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.153981+0000 mon.a (mon.0) 1899 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.744 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.210865+0000 mon.a (mon.0) 1900 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.744 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.212905+0000 mon.a (mon.0) 1901 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.745 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.214818+0000 mon.a (mon.0) 1902 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.745 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.215472+0000 mon.a (mon.0) 1903 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.745 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.222146+0000 mon.a (mon.0) 1904 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.745 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.262918+0000 mon.a (mon.0) 1905 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.745 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.264836+0000 mon.a (mon.0) 1906 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.745 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.266794+0000 mon.a (mon.0) 1907 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.745 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.267565+0000 mon.a (mon.0) 1908 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.745 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.276982+0000 mon.a (mon.0) 1909 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.745 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.318431+0000 mon.a (mon.0) 1910 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.745 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.320866+0000 mon.a (mon.0) 1911 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.745 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.322765+0000 mon.a (mon.0) 1912 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.745 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.323441+0000 mon.a (mon.0) 1913 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.745 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.330335+0000 mon.a (mon.0) 1914 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.745 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.371423+0000 mon.a (mon.0) 1915 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.745 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.373226+0000 mon.a (mon.0) 1916 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.745 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.375011+0000 mon.a (mon.0) 1917 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.745 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.375599+0000 mon.a (mon.0) 1918 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.746 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.382073+0000 mon.a (mon.0) 1919 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.746 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.423358+0000 mon.a (mon.0) 1920 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.746 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.425398+0000 mon.a (mon.0) 1921 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.746 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.427176+0000 mon.a (mon.0) 1922 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.746 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.427791+0000 mon.a (mon.0) 1923 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.746 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.435177+0000 mon.a (mon.0) 1924 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.746 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.482910+0000 mon.a (mon.0) 1925 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.746 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.487249+0000 mon.a (mon.0) 1926 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.746 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.489522+0000 mon.a (mon.0) 1927 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.746 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.490265+0000 mon.a (mon.0) 1928 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.746 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[18692]: audit 2024-03-30T04:41:00.497657+0000 mon.a (mon.0) 1929 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cluster 2024-03-30T04:40:58.788500+0000 mgr.y (mgr.25279) 313 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cluster 2024-03-30T04:40:58.788720+0000 mgr.y (mgr.25279) 314 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cephadm 2024-03-30T04:40:58.796615+0000 mgr.y (mgr.25279) 315 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cluster 2024-03-30T04:40:58.859849+0000 mgr.y (mgr.25279) 316 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 24 op/s 2024-03-30T04:41:00.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cluster 2024-03-30T04:40:58.860068+0000 mgr.y (mgr.25279) 317 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 24 op/s 2024-03-30T04:41:00.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cephadm 2024-03-30T04:40:58.864881+0000 mgr.y (mgr.25279) 318 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cluster 2024-03-30T04:40:58.910637+0000 mgr.y (mgr.25279) 319 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s 2024-03-30T04:41:00.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cluster 2024-03-30T04:40:58.910844+0000 mgr.y (mgr.25279) 320 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s 2024-03-30T04:41:00.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cephadm 2024-03-30T04:40:58.915121+0000 mgr.y (mgr.25279) 321 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cluster 2024-03-30T04:40:58.960426+0000 mgr.y (mgr.25279) 322 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 29 op/s 2024-03-30T04:41:00.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cluster 2024-03-30T04:40:58.960659+0000 mgr.y (mgr.25279) 323 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 29 op/s 2024-03-30T04:41:00.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cephadm 2024-03-30T04:40:58.964880+0000 mgr.y (mgr.25279) 324 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cluster 2024-03-30T04:40:59.011426+0000 mgr.y (mgr.25279) 325 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cluster 2024-03-30T04:40:59.011671+0000 mgr.y (mgr.25279) 326 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cephadm 2024-03-30T04:40:59.016044+0000 mgr.y (mgr.25279) 327 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cluster 2024-03-30T04:40:59.061734+0000 mgr.y (mgr.25279) 328 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cluster 2024-03-30T04:40:59.061985+0000 mgr.y (mgr.25279) 329 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cephadm 2024-03-30T04:40:59.067088+0000 mgr.y (mgr.25279) 330 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cluster 2024-03-30T04:40:59.113176+0000 mgr.y (mgr.25279) 331 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cluster 2024-03-30T04:40:58.788500+0000 mgr.y (mgr.25279) 313 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cluster 2024-03-30T04:40:58.788720+0000 mgr.y (mgr.25279) 314 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cephadm 2024-03-30T04:40:58.796615+0000 mgr.y (mgr.25279) 315 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cluster 2024-03-30T04:40:58.859849+0000 mgr.y (mgr.25279) 316 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 24 op/s 2024-03-30T04:41:00.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cluster 2024-03-30T04:40:58.860068+0000 mgr.y (mgr.25279) 317 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 24 op/s 2024-03-30T04:41:00.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cephadm 2024-03-30T04:40:58.864881+0000 mgr.y (mgr.25279) 318 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cluster 2024-03-30T04:40:58.910637+0000 mgr.y (mgr.25279) 319 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s 2024-03-30T04:41:00.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cluster 2024-03-30T04:40:58.910844+0000 mgr.y (mgr.25279) 320 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s 2024-03-30T04:41:00.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cephadm 2024-03-30T04:40:58.915121+0000 mgr.y (mgr.25279) 321 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cluster 2024-03-30T04:40:58.960426+0000 mgr.y (mgr.25279) 322 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 29 op/s 2024-03-30T04:41:00.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cluster 2024-03-30T04:40:58.960659+0000 mgr.y (mgr.25279) 323 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 29 op/s 2024-03-30T04:41:00.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cephadm 2024-03-30T04:40:58.964880+0000 mgr.y (mgr.25279) 324 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cluster 2024-03-30T04:40:59.011426+0000 mgr.y (mgr.25279) 325 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cluster 2024-03-30T04:40:59.011671+0000 mgr.y (mgr.25279) 326 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cephadm 2024-03-30T04:40:59.016044+0000 mgr.y (mgr.25279) 327 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cluster 2024-03-30T04:40:59.061734+0000 mgr.y (mgr.25279) 328 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cluster 2024-03-30T04:40:59.061985+0000 mgr.y (mgr.25279) 329 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cephadm 2024-03-30T04:40:59.067088+0000 mgr.y (mgr.25279) 330 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cluster 2024-03-30T04:40:59.113176+0000 mgr.y (mgr.25279) 331 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cluster 2024-03-30T04:40:59.113416+0000 mgr.y (mgr.25279) 332 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cephadm 2024-03-30T04:40:59.118581+0000 mgr.y (mgr.25279) 333 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cluster 2024-03-30T04:40:59.163794+0000 mgr.y (mgr.25279) 334 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cluster 2024-03-30T04:40:59.164013+0000 mgr.y (mgr.25279) 335 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cephadm 2024-03-30T04:40:59.168712+0000 mgr.y (mgr.25279) 336 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cluster 2024-03-30T04:40:59.215059+0000 mgr.y (mgr.25279) 337 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cluster 2024-03-30T04:40:59.215301+0000 mgr.y (mgr.25279) 338 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cephadm 2024-03-30T04:40:59.219557+0000 mgr.y (mgr.25279) 339 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cluster 2024-03-30T04:40:59.266136+0000 mgr.y (mgr.25279) 340 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cluster 2024-03-30T04:40:59.266435+0000 mgr.y (mgr.25279) 341 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cephadm 2024-03-30T04:40:59.271402+0000 mgr.y (mgr.25279) 342 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cluster 2024-03-30T04:40:59.316927+0000 mgr.y (mgr.25279) 343 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cluster 2024-03-30T04:40:59.317140+0000 mgr.y (mgr.25279) 344 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cephadm 2024-03-30T04:40:59.323915+0000 mgr.y (mgr.25279) 345 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cluster 2024-03-30T04:40:59.370488+0000 mgr.y (mgr.25279) 346 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cluster 2024-03-30T04:40:59.370815+0000 mgr.y (mgr.25279) 347 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cephadm 2024-03-30T04:40:59.378431+0000 mgr.y (mgr.25279) 348 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cluster 2024-03-30T04:40:59.425903+0000 mgr.y (mgr.25279) 349 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cluster 2024-03-30T04:40:59.426082+0000 mgr.y (mgr.25279) 350 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cephadm 2024-03-30T04:40:59.434214+0000 mgr.y (mgr.25279) 351 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cluster 2024-03-30T04:40:59.498255+0000 mgr.y (mgr.25279) 352 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cluster 2024-03-30T04:40:59.498544+0000 mgr.y (mgr.25279) 353 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cephadm 2024-03-30T04:40:59.505384+0000 mgr.y (mgr.25279) 354 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:40:59.549989+0000 mon.a (mon.0) 1845 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:40:59.552079+0000 mon.a (mon.0) 1846 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:40:59.567139+0000 mon.a (mon.0) 1847 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:40:59.568657+0000 mon.a (mon.0) 1848 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cluster 2024-03-30T04:40:59.570289+0000 mgr.y (mgr.25279) 355 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cluster 2024-03-30T04:40:59.570646+0000 mgr.y (mgr.25279) 356 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:40:59.577139+0000 mon.a (mon.0) 1849 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cephadm 2024-03-30T04:40:59.577535+0000 mgr.y (mgr.25279) 357 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:40:59.618245+0000 mon.a (mon.0) 1850 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:40:59.620065+0000 mon.a (mon.0) 1851 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:40:59.622419+0000 mon.a (mon.0) 1852 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:40:59.623098+0000 mon.a (mon.0) 1853 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cluster 2024-03-30T04:40:59.624509+0000 mgr.y (mgr.25279) 358 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cluster 2024-03-30T04:40:59.624723+0000 mgr.y (mgr.25279) 359 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:40:59.631679+0000 mon.a (mon.0) 1854 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cephadm 2024-03-30T04:40:59.632192+0000 mgr.y (mgr.25279) 360 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:40:59.672608+0000 mon.a (mon.0) 1855 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:40:59.674555+0000 mon.a (mon.0) 1856 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:40:59.676638+0000 mon.a (mon.0) 1857 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:40:59.677322+0000 mon.a (mon.0) 1858 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cluster 2024-03-30T04:40:59.678889+0000 mgr.y (mgr.25279) 361 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cluster 2024-03-30T04:40:59.679425+0000 mgr.y (mgr.25279) 362 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:40:59.686083+0000 mon.a (mon.0) 1859 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cephadm 2024-03-30T04:40:59.686614+0000 mgr.y (mgr.25279) 363 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:40:59.727236+0000 mon.a (mon.0) 1860 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:40:59.729100+0000 mon.a (mon.0) 1861 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:40:59.730869+0000 mon.a (mon.0) 1862 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:40:59.731651+0000 mon.a (mon.0) 1863 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cluster 2024-03-30T04:40:59.732986+0000 mgr.y (mgr.25279) 364 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cluster 2024-03-30T04:40:59.733283+0000 mgr.y (mgr.25279) 365 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:40:59.738963+0000 mon.a (mon.0) 1864 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: cephadm 2024-03-30T04:40:59.739377+0000 mgr.y (mgr.25279) 366 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:40:59.779921+0000 mon.a (mon.0) 1865 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:40:59.781706+0000 mon.a (mon.0) 1866 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:40:59.783539+0000 mon.a (mon.0) 1867 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:40:59.784190+0000 mon.a (mon.0) 1868 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:40:59.791185+0000 mon.a (mon.0) 1869 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cluster 2024-03-30T04:40:59.113416+0000 mgr.y (mgr.25279) 332 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cephadm 2024-03-30T04:40:59.118581+0000 mgr.y (mgr.25279) 333 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cluster 2024-03-30T04:40:59.163794+0000 mgr.y (mgr.25279) 334 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cluster 2024-03-30T04:40:59.164013+0000 mgr.y (mgr.25279) 335 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cephadm 2024-03-30T04:40:59.168712+0000 mgr.y (mgr.25279) 336 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cluster 2024-03-30T04:40:59.215059+0000 mgr.y (mgr.25279) 337 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cluster 2024-03-30T04:40:59.215301+0000 mgr.y (mgr.25279) 338 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cephadm 2024-03-30T04:40:59.219557+0000 mgr.y (mgr.25279) 339 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cluster 2024-03-30T04:40:59.266136+0000 mgr.y (mgr.25279) 340 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cluster 2024-03-30T04:40:59.266435+0000 mgr.y (mgr.25279) 341 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cephadm 2024-03-30T04:40:59.271402+0000 mgr.y (mgr.25279) 342 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cluster 2024-03-30T04:40:59.316927+0000 mgr.y (mgr.25279) 343 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cluster 2024-03-30T04:40:59.317140+0000 mgr.y (mgr.25279) 344 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cephadm 2024-03-30T04:40:59.323915+0000 mgr.y (mgr.25279) 345 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cluster 2024-03-30T04:40:59.370488+0000 mgr.y (mgr.25279) 346 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cluster 2024-03-30T04:40:59.370815+0000 mgr.y (mgr.25279) 347 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cephadm 2024-03-30T04:40:59.378431+0000 mgr.y (mgr.25279) 348 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cluster 2024-03-30T04:40:59.425903+0000 mgr.y (mgr.25279) 349 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cluster 2024-03-30T04:40:59.426082+0000 mgr.y (mgr.25279) 350 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cephadm 2024-03-30T04:40:59.434214+0000 mgr.y (mgr.25279) 351 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cluster 2024-03-30T04:40:59.498255+0000 mgr.y (mgr.25279) 352 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cluster 2024-03-30T04:40:59.498544+0000 mgr.y (mgr.25279) 353 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cephadm 2024-03-30T04:40:59.505384+0000 mgr.y (mgr.25279) 354 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:40:59.549989+0000 mon.a (mon.0) 1845 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:40:59.552079+0000 mon.a (mon.0) 1846 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:40:59.567139+0000 mon.a (mon.0) 1847 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:40:59.568657+0000 mon.a (mon.0) 1848 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cluster 2024-03-30T04:40:59.570289+0000 mgr.y (mgr.25279) 355 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cluster 2024-03-30T04:40:59.570646+0000 mgr.y (mgr.25279) 356 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:40:59.577139+0000 mon.a (mon.0) 1849 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cephadm 2024-03-30T04:40:59.577535+0000 mgr.y (mgr.25279) 357 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:40:59.618245+0000 mon.a (mon.0) 1850 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:40:59.620065+0000 mon.a (mon.0) 1851 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:40:59.622419+0000 mon.a (mon.0) 1852 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:40:59.623098+0000 mon.a (mon.0) 1853 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cluster 2024-03-30T04:40:59.624509+0000 mgr.y (mgr.25279) 358 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cluster 2024-03-30T04:40:59.624723+0000 mgr.y (mgr.25279) 359 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:40:59.631679+0000 mon.a (mon.0) 1854 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cephadm 2024-03-30T04:40:59.632192+0000 mgr.y (mgr.25279) 360 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:40:59.672608+0000 mon.a (mon.0) 1855 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:40:59.674555+0000 mon.a (mon.0) 1856 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:40:59.676638+0000 mon.a (mon.0) 1857 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:40:59.677322+0000 mon.a (mon.0) 1858 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cluster 2024-03-30T04:40:59.678889+0000 mgr.y (mgr.25279) 361 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cluster 2024-03-30T04:40:59.679425+0000 mgr.y (mgr.25279) 362 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:40:59.686083+0000 mon.a (mon.0) 1859 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cephadm 2024-03-30T04:40:59.686614+0000 mgr.y (mgr.25279) 363 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:40:59.727236+0000 mon.a (mon.0) 1860 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:40:59.729100+0000 mon.a (mon.0) 1861 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:40:59.730869+0000 mon.a (mon.0) 1862 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:40:59.731651+0000 mon.a (mon.0) 1863 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cluster 2024-03-30T04:40:59.732986+0000 mgr.y (mgr.25279) 364 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cluster 2024-03-30T04:40:59.733283+0000 mgr.y (mgr.25279) 365 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:00.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:40:59.738963+0000 mon.a (mon.0) 1864 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: cephadm 2024-03-30T04:40:59.739377+0000 mgr.y (mgr.25279) 366 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:00.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:40:59.779921+0000 mon.a (mon.0) 1865 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:40:59.781706+0000 mon.a (mon.0) 1866 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:40:59.783539+0000 mon.a (mon.0) 1867 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:40:59.784190+0000 mon.a (mon.0) 1868 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:40:59.791185+0000 mon.a (mon.0) 1869 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:40:59.832079+0000 mon.a (mon.0) 1870 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:40:59.836461+0000 mon.a (mon.0) 1871 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:40:59.838570+0000 mon.a (mon.0) 1872 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:40:59.839329+0000 mon.a (mon.0) 1873 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:40:59.844896+0000 mon.a (mon.0) 1874 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:40:59.901795+0000 mon.a (mon.0) 1875 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:40:59.903489+0000 mon.a (mon.0) 1876 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:40:59.905111+0000 mon.a (mon.0) 1877 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:40:59.905649+0000 mon.a (mon.0) 1878 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:40:59.911993+0000 mon.a (mon.0) 1879 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:40:59.952667+0000 mon.a (mon.0) 1880 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:40:59.954435+0000 mon.a (mon.0) 1881 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:40:59.956334+0000 mon.a (mon.0) 1882 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:40:59.956924+0000 mon.a (mon.0) 1883 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:40:59.963458+0000 mon.a (mon.0) 1884 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.003898+0000 mon.a (mon.0) 1885 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.005797+0000 mon.a (mon.0) 1886 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.008096+0000 mon.a (mon.0) 1887 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.008763+0000 mon.a (mon.0) 1888 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.015541+0000 mon.a (mon.0) 1889 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.055888+0000 mon.a (mon.0) 1890 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.058075+0000 mon.a (mon.0) 1891 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.060175+0000 mon.a (mon.0) 1892 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.060904+0000 mon.a (mon.0) 1893 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.067525+0000 mon.a (mon.0) 1894 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.141184+0000 mon.a (mon.0) 1895 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.143689+0000 mon.a (mon.0) 1896 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.146036+0000 mon.a (mon.0) 1897 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.146925+0000 mon.a (mon.0) 1898 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.153981+0000 mon.a (mon.0) 1899 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.210865+0000 mon.a (mon.0) 1900 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.212905+0000 mon.a (mon.0) 1901 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.214818+0000 mon.a (mon.0) 1902 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.215472+0000 mon.a (mon.0) 1903 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.222146+0000 mon.a (mon.0) 1904 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.262918+0000 mon.a (mon.0) 1905 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.264836+0000 mon.a (mon.0) 1906 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.266794+0000 mon.a (mon.0) 1907 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.267565+0000 mon.a (mon.0) 1908 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.276982+0000 mon.a (mon.0) 1909 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.318431+0000 mon.a (mon.0) 1910 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.320866+0000 mon.a (mon.0) 1911 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.322765+0000 mon.a (mon.0) 1912 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.323441+0000 mon.a (mon.0) 1913 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.330335+0000 mon.a (mon.0) 1914 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.371423+0000 mon.a (mon.0) 1915 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.373226+0000 mon.a (mon.0) 1916 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.375011+0000 mon.a (mon.0) 1917 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.375599+0000 mon.a (mon.0) 1918 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.382073+0000 mon.a (mon.0) 1919 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.423358+0000 mon.a (mon.0) 1920 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.425398+0000 mon.a (mon.0) 1921 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.427176+0000 mon.a (mon.0) 1922 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.427791+0000 mon.a (mon.0) 1923 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.435177+0000 mon.a (mon.0) 1924 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.482910+0000 mon.a (mon.0) 1925 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.487249+0000 mon.a (mon.0) 1926 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.489522+0000 mon.a (mon.0) 1927 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.490265+0000 mon.a (mon.0) 1928 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[24005]: audit 2024-03-30T04:41:00.497657+0000 mon.a (mon.0) 1929 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:40:59.832079+0000 mon.a (mon.0) 1870 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:40:59.836461+0000 mon.a (mon.0) 1871 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:40:59.838570+0000 mon.a (mon.0) 1872 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:40:59.839329+0000 mon.a (mon.0) 1873 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:40:59.844896+0000 mon.a (mon.0) 1874 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:40:59.901795+0000 mon.a (mon.0) 1875 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:40:59.903489+0000 mon.a (mon.0) 1876 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:40:59.905111+0000 mon.a (mon.0) 1877 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:40:59.905649+0000 mon.a (mon.0) 1878 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:40:59.911993+0000 mon.a (mon.0) 1879 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:40:59.952667+0000 mon.a (mon.0) 1880 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:40:59.954435+0000 mon.a (mon.0) 1881 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:40:59.956334+0000 mon.a (mon.0) 1882 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:40:59.956924+0000 mon.a (mon.0) 1883 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:40:59.963458+0000 mon.a (mon.0) 1884 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.003898+0000 mon.a (mon.0) 1885 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.005797+0000 mon.a (mon.0) 1886 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.008096+0000 mon.a (mon.0) 1887 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.008763+0000 mon.a (mon.0) 1888 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.015541+0000 mon.a (mon.0) 1889 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.055888+0000 mon.a (mon.0) 1890 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.058075+0000 mon.a (mon.0) 1891 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.060175+0000 mon.a (mon.0) 1892 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.060904+0000 mon.a (mon.0) 1893 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.067525+0000 mon.a (mon.0) 1894 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.141184+0000 mon.a (mon.0) 1895 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.143689+0000 mon.a (mon.0) 1896 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.146036+0000 mon.a (mon.0) 1897 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.146925+0000 mon.a (mon.0) 1898 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.153981+0000 mon.a (mon.0) 1899 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.210865+0000 mon.a (mon.0) 1900 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.212905+0000 mon.a (mon.0) 1901 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.214818+0000 mon.a (mon.0) 1902 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.215472+0000 mon.a (mon.0) 1903 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.222146+0000 mon.a (mon.0) 1904 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.262918+0000 mon.a (mon.0) 1905 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.264836+0000 mon.a (mon.0) 1906 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.266794+0000 mon.a (mon.0) 1907 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.267565+0000 mon.a (mon.0) 1908 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.276982+0000 mon.a (mon.0) 1909 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.318431+0000 mon.a (mon.0) 1910 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.320866+0000 mon.a (mon.0) 1911 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.322765+0000 mon.a (mon.0) 1912 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.323441+0000 mon.a (mon.0) 1913 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.330335+0000 mon.a (mon.0) 1914 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.371423+0000 mon.a (mon.0) 1915 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.373226+0000 mon.a (mon.0) 1916 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.375011+0000 mon.a (mon.0) 1917 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.375599+0000 mon.a (mon.0) 1918 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.382073+0000 mon.a (mon.0) 1919 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.423358+0000 mon.a (mon.0) 1920 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.425398+0000 mon.a (mon.0) 1921 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.427176+0000 mon.a (mon.0) 1922 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.427791+0000 mon.a (mon.0) 1923 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.435177+0000 mon.a (mon.0) 1924 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:00.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.482910+0000 mon.a (mon.0) 1925 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:00.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.487249+0000 mon.a (mon.0) 1926 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:00.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.489522+0000 mon.a (mon.0) 1927 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:00.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.490265+0000 mon.a (mon.0) 1928 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:00.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:00 smithi111 bash[18552]: audit 2024-03-30T04:41:00.497657+0000 mon.a (mon.0) 1929 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:01.068 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:00 smithi117 bash[54074]: debug 2024-03-30T04:41:00.849+0000 7f106de5e200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:41:01.271 INFO:teuthology.orchestra.run.smithi111.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:41:01.271 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi111 smithi111 running 3s ago 15m - - 2024-03-30T04:41:01.271 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi117 smithi117 running 0s ago 15m - - 2024-03-30T04:41:01.271 INFO:teuthology.orchestra.run.smithi111.stdout:alertmanager.a smithi111 *:9093,9094 running (109s) 3s ago 8m 13.7M - 0.23.0 ba2b418f427c 1324aeb3a452 2024-03-30T04:41:01.271 INFO:teuthology.orchestra.run.smithi111.stdout:grafana.a smithi117 *:3000 unknown 0s ago 8m - - 2024-03-30T04:41:01.271 INFO:teuthology.orchestra.run.smithi111.stdout:iscsi.foo.smithi111.fmwmll smithi111 running (22s) 3s ago 6m 41.2M - 3.5 e1d6a67b021e 429bab8e2057 2024-03-30T04:41:01.271 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.x smithi117 *:8443,9283 running (2m) 0s ago 14m 435M - 19.0.0-2493-gd82c9aa1 3714003597ec c16d8039cc77 2024-03-30T04:41:01.271 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.y smithi111 *:8443,9283,8765 running (44s) 3s ago 16m 489M - 19.0.0-2493-gd82c9aa1 3714003597ec fa84fb31d2a4 2024-03-30T04:41:01.271 INFO:teuthology.orchestra.run.smithi111.stdout:mon.a smithi111 running (16m) 3s ago 16m 62.7M 2048M 17.2.0 e1d6a67b021e e26756bbafc7 2024-03-30T04:41:01.271 INFO:teuthology.orchestra.run.smithi111.stdout:mon.b smithi117 running (15m) 0s ago 15m 51.3M 2048M 17.2.0 e1d6a67b021e fee520b706e2 2024-03-30T04:41:01.271 INFO:teuthology.orchestra.run.smithi111.stdout:mon.c smithi111 running (15m) 3s ago 15m 47.7M 2048M 17.2.0 e1d6a67b021e 2b2c290c2cb8 2024-03-30T04:41:01.272 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.a smithi111 *:9100 running (119s) 3s ago 8m 9.99M - 1.3.1 1dbe0e931976 6370ea39ede2 2024-03-30T04:41:01.272 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.b smithi117 *:9100 running (81s) 0s ago 8m 9012k - 1.3.1 1dbe0e931976 038bdefec2fb 2024-03-30T04:41:01.272 INFO:teuthology.orchestra.run.smithi111.stdout:osd.0 smithi111 running (14m) 3s ago 14m 55.9M 4096M 17.2.0 e1d6a67b021e 8066f1ef56b0 2024-03-30T04:41:01.272 INFO:teuthology.orchestra.run.smithi111.stdout:osd.1 smithi111 running (13m) 3s ago 13m 58.0M 4096M 17.2.0 e1d6a67b021e 8986210aecf7 2024-03-30T04:41:01.272 INFO:teuthology.orchestra.run.smithi111.stdout:osd.2 smithi111 running (13m) 3s ago 13m 53.1M 4096M 17.2.0 e1d6a67b021e 75832afbc732 2024-03-30T04:41:01.272 INFO:teuthology.orchestra.run.smithi111.stdout:osd.3 smithi111 running (12m) 3s ago 12m 55.6M 4096M 17.2.0 e1d6a67b021e 9bdb46999038 2024-03-30T04:41:01.272 INFO:teuthology.orchestra.run.smithi111.stdout:osd.4 smithi117 running (11m) 0s ago 11m 58.4M 4096M 17.2.0 e1d6a67b021e dfb36784cb06 2024-03-30T04:41:01.272 INFO:teuthology.orchestra.run.smithi111.stdout:osd.5 smithi117 running (11m) 0s ago 11m 53.3M 4096M 17.2.0 e1d6a67b021e 232d5fd01e16 2024-03-30T04:41:01.272 INFO:teuthology.orchestra.run.smithi111.stdout:osd.6 smithi117 running (10m) 0s ago 10m 51.8M 4096M 17.2.0 e1d6a67b021e 393ee9af633e 2024-03-30T04:41:01.272 INFO:teuthology.orchestra.run.smithi111.stdout:osd.7 smithi117 running (9m) 0s ago 10m 55.5M 4096M 17.2.0 e1d6a67b021e f9f3a86e8182 2024-03-30T04:41:01.272 INFO:teuthology.orchestra.run.smithi111.stdout:prometheus.a smithi117 *:9095 running (85s) 0s ago 9m 51.0M - 2.33.4 514e6a882f6e 13b8eb75085d 2024-03-30T04:41:01.272 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi111.gqpgtc smithi111 *:8000 running (6m) 3s ago 6m 86.1M - 17.2.0 e1d6a67b021e e51a6fac1b59 2024-03-30T04:41:01.272 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi117.nijpsz smithi117 *:8000 running (6m) 0s ago 6m 86.6M - 17.2.0 e1d6a67b021e bd8939f98ae0 2024-03-30T04:41:01.272 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi111.nqgkvi smithi111 *:80 running (6m) 3s ago 6m 86.1M - 17.2.0 e1d6a67b021e 4dd1cc17abca 2024-03-30T04:41:01.272 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi117.wrgldy smithi117 *:80 running (6m) 0s ago 6m 86.4M - 17.2.0 e1d6a67b021e 1bff1faa59ec 2024-03-30T04:41:01.688 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:41:01.688 INFO:teuthology.orchestra.run.smithi111.stdout: "mon": { 2024-03-30T04:41:01.688 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-30T04:41:01.688 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:41:01.688 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr": { 2024-03-30T04:41:01.688 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:41:01.688 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:41:01.689 INFO:teuthology.orchestra.run.smithi111.stdout: "osd": { 2024-03-30T04:41:01.689 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-30T04:41:01.689 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:41:01.689 INFO:teuthology.orchestra.run.smithi111.stdout: "mds": {}, 2024-03-30T04:41:01.689 INFO:teuthology.orchestra.run.smithi111.stdout: "rgw": { 2024-03-30T04:41:01.689 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:41:01.689 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:41:01.689 INFO:teuthology.orchestra.run.smithi111.stdout: "overall": { 2024-03-30T04:41:01.689 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 15, 2024-03-30T04:41:01.689 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:41:01.689 INFO:teuthology.orchestra.run.smithi111.stdout: } 2024-03-30T04:41:01.689 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:41:01.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cluster 2024-03-30T04:40:59.785360+0000 mgr.y (mgr.25279) 367 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cluster 2024-03-30T04:40:59.785606+0000 mgr.y (mgr.25279) 368 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cephadm 2024-03-30T04:40:59.791602+0000 mgr.y (mgr.25279) 369 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cluster 2024-03-30T04:40:59.840749+0000 mgr.y (mgr.25279) 370 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cluster 2024-03-30T04:40:59.840983+0000 mgr.y (mgr.25279) 371 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cephadm 2024-03-30T04:40:59.845295+0000 mgr.y (mgr.25279) 372 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cluster 2024-03-30T04:40:59.906771+0000 mgr.y (mgr.25279) 373 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cluster 2024-03-30T04:40:59.907002+0000 mgr.y (mgr.25279) 374 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cephadm 2024-03-30T04:40:59.912369+0000 mgr.y (mgr.25279) 375 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cluster 2024-03-30T04:40:59.958015+0000 mgr.y (mgr.25279) 376 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cluster 2024-03-30T04:40:59.958198+0000 mgr.y (mgr.25279) 377 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cephadm 2024-03-30T04:40:59.963845+0000 mgr.y (mgr.25279) 378 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cluster 2024-03-30T04:41:00.010016+0000 mgr.y (mgr.25279) 379 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cluster 2024-03-30T04:41:00.010252+0000 mgr.y (mgr.25279) 380 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cephadm 2024-03-30T04:41:00.015966+0000 mgr.y (mgr.25279) 381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cluster 2024-03-30T04:41:00.062370+0000 mgr.y (mgr.25279) 382 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cluster 2024-03-30T04:41:00.062747+0000 mgr.y (mgr.25279) 383 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cephadm 2024-03-30T04:41:00.068115+0000 mgr.y (mgr.25279) 384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cluster 2024-03-30T04:41:00.148522+0000 mgr.y (mgr.25279) 385 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cluster 2024-03-30T04:41:00.148784+0000 mgr.y (mgr.25279) 386 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cluster 2024-03-30T04:40:59.785360+0000 mgr.y (mgr.25279) 367 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cluster 2024-03-30T04:40:59.785606+0000 mgr.y (mgr.25279) 368 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cephadm 2024-03-30T04:40:59.791602+0000 mgr.y (mgr.25279) 369 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cluster 2024-03-30T04:40:59.840749+0000 mgr.y (mgr.25279) 370 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cluster 2024-03-30T04:40:59.840983+0000 mgr.y (mgr.25279) 371 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cephadm 2024-03-30T04:40:59.845295+0000 mgr.y (mgr.25279) 372 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cluster 2024-03-30T04:40:59.906771+0000 mgr.y (mgr.25279) 373 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cluster 2024-03-30T04:40:59.907002+0000 mgr.y (mgr.25279) 374 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cephadm 2024-03-30T04:40:59.912369+0000 mgr.y (mgr.25279) 375 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cluster 2024-03-30T04:40:59.958015+0000 mgr.y (mgr.25279) 376 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cluster 2024-03-30T04:40:59.958198+0000 mgr.y (mgr.25279) 377 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cephadm 2024-03-30T04:40:59.963845+0000 mgr.y (mgr.25279) 378 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cluster 2024-03-30T04:41:00.010016+0000 mgr.y (mgr.25279) 379 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cluster 2024-03-30T04:41:00.010252+0000 mgr.y (mgr.25279) 380 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cephadm 2024-03-30T04:41:00.015966+0000 mgr.y (mgr.25279) 381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cluster 2024-03-30T04:41:00.062370+0000 mgr.y (mgr.25279) 382 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cluster 2024-03-30T04:41:00.062747+0000 mgr.y (mgr.25279) 383 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cephadm 2024-03-30T04:41:00.068115+0000 mgr.y (mgr.25279) 384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cluster 2024-03-30T04:41:00.148522+0000 mgr.y (mgr.25279) 385 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cluster 2024-03-30T04:41:00.148784+0000 mgr.y (mgr.25279) 386 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cephadm 2024-03-30T04:41:00.154458+0000 mgr.y (mgr.25279) 387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cluster 2024-03-30T04:41:00.216692+0000 mgr.y (mgr.25279) 388 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cluster 2024-03-30T04:41:00.216913+0000 mgr.y (mgr.25279) 389 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cephadm 2024-03-30T04:41:00.222550+0000 mgr.y (mgr.25279) 390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cluster 2024-03-30T04:41:00.269062+0000 mgr.y (mgr.25279) 391 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cluster 2024-03-30T04:41:00.269330+0000 mgr.y (mgr.25279) 392 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cephadm 2024-03-30T04:41:00.277541+0000 mgr.y (mgr.25279) 393 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cluster 2024-03-30T04:41:00.324879+0000 mgr.y (mgr.25279) 394 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cluster 2024-03-30T04:41:00.325128+0000 mgr.y (mgr.25279) 395 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cephadm 2024-03-30T04:41:00.330867+0000 mgr.y (mgr.25279) 396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cluster 2024-03-30T04:41:00.376799+0000 mgr.y (mgr.25279) 397 : cluster [DBG] pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cluster 2024-03-30T04:41:00.377028+0000 mgr.y (mgr.25279) 398 : cluster [DBG] pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cephadm 2024-03-30T04:41:00.382549+0000 mgr.y (mgr.25279) 399 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cluster 2024-03-30T04:41:00.429052+0000 mgr.y (mgr.25279) 400 : cluster [DBG] pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cluster 2024-03-30T04:41:00.429308+0000 mgr.y (mgr.25279) 401 : cluster [DBG] pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cephadm 2024-03-30T04:41:00.435594+0000 mgr.y (mgr.25279) 402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:00.443807+0000 mgr.y (mgr.25279) 403 : audit [DBG] from='client.25357 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:01.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cluster 2024-03-30T04:41:00.491641+0000 mgr.y (mgr.25279) 404 : cluster [DBG] pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cluster 2024-03-30T04:41:00.491857+0000 mgr.y (mgr.25279) 405 : cluster [DBG] pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cephadm 2024-03-30T04:41:00.498092+0000 mgr.y (mgr.25279) 406 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:00.579102+0000 mon.a (mon.0) 1930 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:01.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cephadm 2024-03-30T04:41:00.154458+0000 mgr.y (mgr.25279) 387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cluster 2024-03-30T04:41:00.216692+0000 mgr.y (mgr.25279) 388 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cluster 2024-03-30T04:41:00.216913+0000 mgr.y (mgr.25279) 389 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cephadm 2024-03-30T04:41:00.222550+0000 mgr.y (mgr.25279) 390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cluster 2024-03-30T04:41:00.269062+0000 mgr.y (mgr.25279) 391 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cluster 2024-03-30T04:41:00.269330+0000 mgr.y (mgr.25279) 392 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cephadm 2024-03-30T04:41:00.277541+0000 mgr.y (mgr.25279) 393 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cluster 2024-03-30T04:41:00.324879+0000 mgr.y (mgr.25279) 394 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cluster 2024-03-30T04:41:00.325128+0000 mgr.y (mgr.25279) 395 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cephadm 2024-03-30T04:41:00.330867+0000 mgr.y (mgr.25279) 396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cluster 2024-03-30T04:41:00.376799+0000 mgr.y (mgr.25279) 397 : cluster [DBG] pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cluster 2024-03-30T04:41:00.377028+0000 mgr.y (mgr.25279) 398 : cluster [DBG] pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cephadm 2024-03-30T04:41:00.382549+0000 mgr.y (mgr.25279) 399 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cluster 2024-03-30T04:41:00.429052+0000 mgr.y (mgr.25279) 400 : cluster [DBG] pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cluster 2024-03-30T04:41:00.429308+0000 mgr.y (mgr.25279) 401 : cluster [DBG] pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cephadm 2024-03-30T04:41:00.435594+0000 mgr.y (mgr.25279) 402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:00.443807+0000 mgr.y (mgr.25279) 403 : audit [DBG] from='client.25357 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:01.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cluster 2024-03-30T04:41:00.491641+0000 mgr.y (mgr.25279) 404 : cluster [DBG] pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cluster 2024-03-30T04:41:00.491857+0000 mgr.y (mgr.25279) 405 : cluster [DBG] pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cephadm 2024-03-30T04:41:00.498092+0000 mgr.y (mgr.25279) 406 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:00.579102+0000 mon.a (mon.0) 1930 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:01.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:00.582648+0000 mon.a (mon.0) 1931 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:01.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:00.584793+0000 mon.a (mon.0) 1932 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:01.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:00.585625+0000 mon.a (mon.0) 1933 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:01.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cluster 2024-03-30T04:41:00.587051+0000 mgr.y (mgr.25279) 407 : cluster [DBG] pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cluster 2024-03-30T04:41:00.587306+0000 mgr.y (mgr.25279) 408 : cluster [DBG] pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:00.592003+0000 mon.a (mon.0) 1934 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:01.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cephadm 2024-03-30T04:41:00.592653+0000 mgr.y (mgr.25279) 409 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:00.638740+0000 mon.a (mon.0) 1935 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:01.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:00.640513+0000 mon.a (mon.0) 1936 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:01.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:00.642279+0000 mon.a (mon.0) 1937 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:01.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:00.642924+0000 mon.a (mon.0) 1938 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:01.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cluster 2024-03-30T04:41:00.644106+0000 mgr.y (mgr.25279) 410 : cluster [DBG] pgmap v261: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cluster 2024-03-30T04:41:00.644328+0000 mgr.y (mgr.25279) 411 : cluster [DBG] pgmap v262: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:00.648562+0000 mon.a (mon.0) 1939 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:01.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cephadm 2024-03-30T04:41:00.648952+0000 mgr.y (mgr.25279) 412 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:00.689204+0000 mon.a (mon.0) 1940 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:01.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:00.690992+0000 mon.a (mon.0) 1941 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:01.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:00.692699+0000 mon.a (mon.0) 1942 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:01.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:00.693385+0000 mon.a (mon.0) 1943 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:01.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:00.582648+0000 mon.a (mon.0) 1931 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:01.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:00.584793+0000 mon.a (mon.0) 1932 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:01.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:00.585625+0000 mon.a (mon.0) 1933 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:01.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cluster 2024-03-30T04:41:00.587051+0000 mgr.y (mgr.25279) 407 : cluster [DBG] pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cluster 2024-03-30T04:41:00.587306+0000 mgr.y (mgr.25279) 408 : cluster [DBG] pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:00.592003+0000 mon.a (mon.0) 1934 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:01.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cephadm 2024-03-30T04:41:00.592653+0000 mgr.y (mgr.25279) 409 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:00.638740+0000 mon.a (mon.0) 1935 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:01.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:00.640513+0000 mon.a (mon.0) 1936 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:01.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:00.642279+0000 mon.a (mon.0) 1937 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:01.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:00.642924+0000 mon.a (mon.0) 1938 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:01.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cluster 2024-03-30T04:41:00.644106+0000 mgr.y (mgr.25279) 410 : cluster [DBG] pgmap v261: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cluster 2024-03-30T04:41:00.644328+0000 mgr.y (mgr.25279) 411 : cluster [DBG] pgmap v262: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:00.648562+0000 mon.a (mon.0) 1939 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:01.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cephadm 2024-03-30T04:41:00.648952+0000 mgr.y (mgr.25279) 412 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:00.689204+0000 mon.a (mon.0) 1940 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:01.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:00.690992+0000 mon.a (mon.0) 1941 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:01.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:00.692699+0000 mon.a (mon.0) 1942 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:01.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:00.693385+0000 mon.a (mon.0) 1943 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:01.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cluster 2024-03-30T04:41:00.694771+0000 mgr.y (mgr.25279) 413 : cluster [DBG] pgmap v263: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cluster 2024-03-30T04:41:00.694989+0000 mgr.y (mgr.25279) 414 : cluster [DBG] pgmap v264: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:00.699027+0000 mon.a (mon.0) 1944 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:01.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cephadm 2024-03-30T04:41:00.699514+0000 mgr.y (mgr.25279) 415 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:00.744119+0000 mon.a (mon.0) 1945 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:01.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:00.746159+0000 mon.a (mon.0) 1946 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:01.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:00.748577+0000 mon.a (mon.0) 1947 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:01.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:00.749272+0000 mon.a (mon.0) 1948 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:01.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cluster 2024-03-30T04:41:00.750568+0000 mgr.y (mgr.25279) 416 : cluster [DBG] pgmap v265: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: cluster 2024-03-30T04:41:00.750823+0000 mgr.y (mgr.25279) 417 : cluster [DBG] pgmap v266: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:00.756495+0000 mon.a (mon.0) 1949 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:01.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:00.803139+0000 mon.a (mon.0) 1950 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:01.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:00.805340+0000 mon.a (mon.0) 1951 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:01.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:00.807225+0000 mon.a (mon.0) 1952 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:01.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:00.807842+0000 mon.a (mon.0) 1953 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:01.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:00.814978+0000 mon.a (mon.0) 1954 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:01.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:00.861119+0000 mon.a (mon.0) 1955 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:01.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:00.863211+0000 mon.a (mon.0) 1956 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:01.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:00.865386+0000 mon.a (mon.0) 1957 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:01.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cluster 2024-03-30T04:41:00.694771+0000 mgr.y (mgr.25279) 413 : cluster [DBG] pgmap v263: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cluster 2024-03-30T04:41:00.694989+0000 mgr.y (mgr.25279) 414 : cluster [DBG] pgmap v264: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:00.699027+0000 mon.a (mon.0) 1944 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:01.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cephadm 2024-03-30T04:41:00.699514+0000 mgr.y (mgr.25279) 415 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:00.744119+0000 mon.a (mon.0) 1945 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:01.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:00.746159+0000 mon.a (mon.0) 1946 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:01.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:00.748577+0000 mon.a (mon.0) 1947 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:01.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:00.749272+0000 mon.a (mon.0) 1948 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:01.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cluster 2024-03-30T04:41:00.750568+0000 mgr.y (mgr.25279) 416 : cluster [DBG] pgmap v265: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: cluster 2024-03-30T04:41:00.750823+0000 mgr.y (mgr.25279) 417 : cluster [DBG] pgmap v266: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:00.756495+0000 mon.a (mon.0) 1949 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:01.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:00.803139+0000 mon.a (mon.0) 1950 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:01.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:00.805340+0000 mon.a (mon.0) 1951 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:01.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:00.807225+0000 mon.a (mon.0) 1952 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:01.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:00.807842+0000 mon.a (mon.0) 1953 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:01.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:00.814978+0000 mon.a (mon.0) 1954 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:01.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:00.861119+0000 mon.a (mon.0) 1955 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:01.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:00.863211+0000 mon.a (mon.0) 1956 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:01.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:00.865386+0000 mon.a (mon.0) 1957 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:01.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:00.866099+0000 mon.a (mon.0) 1958 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:01.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:00.873554+0000 mon.a (mon.0) 1959 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:01.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:00.915012+0000 mon.a (mon.0) 1960 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:01.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:00.917018+0000 mon.a (mon.0) 1961 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:01.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:00.918926+0000 mon.a (mon.0) 1962 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:01.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:00.919619+0000 mon.a (mon.0) 1963 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:01.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:00.925340+0000 mon.a (mon.0) 1964 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:01.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:00.966615+0000 mon.a (mon.0) 1965 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:01.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:00.968425+0000 mon.a (mon.0) 1966 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:01.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:00.970642+0000 mon.a (mon.0) 1967 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:01.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:00.971297+0000 mon.a (mon.0) 1968 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:01.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:00.977010+0000 mon.a (mon.0) 1969 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:01.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:01.023911+0000 mon.a (mon.0) 1970 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:01.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:01.026439+0000 mon.a (mon.0) 1971 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:01.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:01.028340+0000 mon.a (mon.0) 1972 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:01.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:01.029080+0000 mon.a (mon.0) 1973 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:01.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:01.039139+0000 mon.a (mon.0) 1974 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:01.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:01.057187+0000 mon.a (mon.0) 1975 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:01.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:01.063888+0000 mon.a (mon.0) 1976 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:01.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:01.074254+0000 mon.a (mon.0) 1977 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:01.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[18552]: audit 2024-03-30T04:41:01.100797+0000 mon.a (mon.0) 1978 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:01.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:00.866099+0000 mon.a (mon.0) 1958 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:01.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:00.873554+0000 mon.a (mon.0) 1959 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:01.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:00.915012+0000 mon.a (mon.0) 1960 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:01.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:00.917018+0000 mon.a (mon.0) 1961 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:01.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:00.918926+0000 mon.a (mon.0) 1962 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:01.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:00.919619+0000 mon.a (mon.0) 1963 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:01.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:00.925340+0000 mon.a (mon.0) 1964 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:01.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:00.966615+0000 mon.a (mon.0) 1965 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:01.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:00.968425+0000 mon.a (mon.0) 1966 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:01.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:00.970642+0000 mon.a (mon.0) 1967 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:01.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:00.971297+0000 mon.a (mon.0) 1968 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:01.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:00.977010+0000 mon.a (mon.0) 1969 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:01.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:01.023911+0000 mon.a (mon.0) 1970 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:01.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:01.026439+0000 mon.a (mon.0) 1971 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:01.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:01.028340+0000 mon.a (mon.0) 1972 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:01.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:01.029080+0000 mon.a (mon.0) 1973 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:01.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:01.039139+0000 mon.a (mon.0) 1974 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:01.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:01.057187+0000 mon.a (mon.0) 1975 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:01.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:01.063888+0000 mon.a (mon.0) 1976 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:01.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:01.074254+0000 mon.a (mon.0) 1977 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:01.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:01 smithi111 bash[24005]: audit 2024-03-30T04:41:01.100797+0000 mon.a (mon.0) 1978 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:01.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cluster 2024-03-30T04:40:59.785360+0000 mgr.y (mgr.25279) 367 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cluster 2024-03-30T04:40:59.785606+0000 mgr.y (mgr.25279) 368 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cephadm 2024-03-30T04:40:59.791602+0000 mgr.y (mgr.25279) 369 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cluster 2024-03-30T04:40:59.840749+0000 mgr.y (mgr.25279) 370 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cluster 2024-03-30T04:40:59.840983+0000 mgr.y (mgr.25279) 371 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cephadm 2024-03-30T04:40:59.845295+0000 mgr.y (mgr.25279) 372 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cluster 2024-03-30T04:40:59.906771+0000 mgr.y (mgr.25279) 373 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cluster 2024-03-30T04:40:59.907002+0000 mgr.y (mgr.25279) 374 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cephadm 2024-03-30T04:40:59.912369+0000 mgr.y (mgr.25279) 375 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cluster 2024-03-30T04:40:59.958015+0000 mgr.y (mgr.25279) 376 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cluster 2024-03-30T04:40:59.958198+0000 mgr.y (mgr.25279) 377 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cephadm 2024-03-30T04:40:59.963845+0000 mgr.y (mgr.25279) 378 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cluster 2024-03-30T04:41:00.010016+0000 mgr.y (mgr.25279) 379 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cluster 2024-03-30T04:41:00.010252+0000 mgr.y (mgr.25279) 380 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cephadm 2024-03-30T04:41:00.015966+0000 mgr.y (mgr.25279) 381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cluster 2024-03-30T04:41:00.062370+0000 mgr.y (mgr.25279) 382 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cluster 2024-03-30T04:41:00.062747+0000 mgr.y (mgr.25279) 383 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cephadm 2024-03-30T04:41:00.068115+0000 mgr.y (mgr.25279) 384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cluster 2024-03-30T04:41:00.148522+0000 mgr.y (mgr.25279) 385 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cluster 2024-03-30T04:41:00.148784+0000 mgr.y (mgr.25279) 386 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cephadm 2024-03-30T04:41:00.154458+0000 mgr.y (mgr.25279) 387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cluster 2024-03-30T04:41:00.216692+0000 mgr.y (mgr.25279) 388 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cluster 2024-03-30T04:41:00.216913+0000 mgr.y (mgr.25279) 389 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cephadm 2024-03-30T04:41:00.222550+0000 mgr.y (mgr.25279) 390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cluster 2024-03-30T04:41:00.269062+0000 mgr.y (mgr.25279) 391 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cluster 2024-03-30T04:41:00.269330+0000 mgr.y (mgr.25279) 392 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cephadm 2024-03-30T04:41:00.277541+0000 mgr.y (mgr.25279) 393 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cluster 2024-03-30T04:41:00.324879+0000 mgr.y (mgr.25279) 394 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cluster 2024-03-30T04:41:00.325128+0000 mgr.y (mgr.25279) 395 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cephadm 2024-03-30T04:41:00.330867+0000 mgr.y (mgr.25279) 396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cluster 2024-03-30T04:41:00.376799+0000 mgr.y (mgr.25279) 397 : cluster [DBG] pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cluster 2024-03-30T04:41:00.377028+0000 mgr.y (mgr.25279) 398 : cluster [DBG] pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cephadm 2024-03-30T04:41:00.382549+0000 mgr.y (mgr.25279) 399 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cluster 2024-03-30T04:41:00.429052+0000 mgr.y (mgr.25279) 400 : cluster [DBG] pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cluster 2024-03-30T04:41:00.429308+0000 mgr.y (mgr.25279) 401 : cluster [DBG] pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cephadm 2024-03-30T04:41:00.435594+0000 mgr.y (mgr.25279) 402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:00.443807+0000 mgr.y (mgr.25279) 403 : audit [DBG] from='client.25357 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:01.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cluster 2024-03-30T04:41:00.491641+0000 mgr.y (mgr.25279) 404 : cluster [DBG] pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cluster 2024-03-30T04:41:00.491857+0000 mgr.y (mgr.25279) 405 : cluster [DBG] pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cephadm 2024-03-30T04:41:00.498092+0000 mgr.y (mgr.25279) 406 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:00.579102+0000 mon.a (mon.0) 1930 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:01.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:00.582648+0000 mon.a (mon.0) 1931 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:01.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:00.584793+0000 mon.a (mon.0) 1932 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:01.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:00.585625+0000 mon.a (mon.0) 1933 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:01.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cluster 2024-03-30T04:41:00.587051+0000 mgr.y (mgr.25279) 407 : cluster [DBG] pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cluster 2024-03-30T04:41:00.587306+0000 mgr.y (mgr.25279) 408 : cluster [DBG] pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:00.592003+0000 mon.a (mon.0) 1934 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:01.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cephadm 2024-03-30T04:41:00.592653+0000 mgr.y (mgr.25279) 409 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:00.638740+0000 mon.a (mon.0) 1935 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:01.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:00.640513+0000 mon.a (mon.0) 1936 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:01.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:00.642279+0000 mon.a (mon.0) 1937 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:01.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:00.642924+0000 mon.a (mon.0) 1938 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:01.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cluster 2024-03-30T04:41:00.644106+0000 mgr.y (mgr.25279) 410 : cluster [DBG] pgmap v261: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cluster 2024-03-30T04:41:00.644328+0000 mgr.y (mgr.25279) 411 : cluster [DBG] pgmap v262: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:00.648562+0000 mon.a (mon.0) 1939 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:01.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cephadm 2024-03-30T04:41:00.648952+0000 mgr.y (mgr.25279) 412 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:00.689204+0000 mon.a (mon.0) 1940 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:01.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:00.690992+0000 mon.a (mon.0) 1941 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:01.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:00.692699+0000 mon.a (mon.0) 1942 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:01.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:00.693385+0000 mon.a (mon.0) 1943 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:01.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cluster 2024-03-30T04:41:00.694771+0000 mgr.y (mgr.25279) 413 : cluster [DBG] pgmap v263: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cluster 2024-03-30T04:41:00.694989+0000 mgr.y (mgr.25279) 414 : cluster [DBG] pgmap v264: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:00.699027+0000 mon.a (mon.0) 1944 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:01.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cephadm 2024-03-30T04:41:00.699514+0000 mgr.y (mgr.25279) 415 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:01.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:00.744119+0000 mon.a (mon.0) 1945 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:01.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:00.746159+0000 mon.a (mon.0) 1946 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:01.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:00.748577+0000 mon.a (mon.0) 1947 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:01.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:00.749272+0000 mon.a (mon.0) 1948 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:01.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cluster 2024-03-30T04:41:00.750568+0000 mgr.y (mgr.25279) 416 : cluster [DBG] pgmap v265: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: cluster 2024-03-30T04:41:00.750823+0000 mgr.y (mgr.25279) 417 : cluster [DBG] pgmap v266: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:01.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:00.756495+0000 mon.a (mon.0) 1949 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:01.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:00.803139+0000 mon.a (mon.0) 1950 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:01.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:00.805340+0000 mon.a (mon.0) 1951 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:01.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:00.807225+0000 mon.a (mon.0) 1952 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:01.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:00.807842+0000 mon.a (mon.0) 1953 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:01.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:00.814978+0000 mon.a (mon.0) 1954 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:01.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:00.861119+0000 mon.a (mon.0) 1955 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:01.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:00.863211+0000 mon.a (mon.0) 1956 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:01.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:00.865386+0000 mon.a (mon.0) 1957 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:01.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:00.866099+0000 mon.a (mon.0) 1958 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:01.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:00.873554+0000 mon.a (mon.0) 1959 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:01.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:00.915012+0000 mon.a (mon.0) 1960 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:01.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:00.917018+0000 mon.a (mon.0) 1961 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:01.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:00.918926+0000 mon.a (mon.0) 1962 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:01.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:00.919619+0000 mon.a (mon.0) 1963 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:01.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:00.925340+0000 mon.a (mon.0) 1964 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:01.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:00.966615+0000 mon.a (mon.0) 1965 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:01.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:00.968425+0000 mon.a (mon.0) 1966 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:01.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:00.970642+0000 mon.a (mon.0) 1967 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:01.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:00.971297+0000 mon.a (mon.0) 1968 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:01.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:00.977010+0000 mon.a (mon.0) 1969 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:01.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:01.023911+0000 mon.a (mon.0) 1970 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:01.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:01.026439+0000 mon.a (mon.0) 1971 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:01.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:01.028340+0000 mon.a (mon.0) 1972 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:01.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:01.029080+0000 mon.a (mon.0) 1973 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:01.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:01.039139+0000 mon.a (mon.0) 1974 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:01.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:01.057187+0000 mon.a (mon.0) 1975 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:01.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:01.063888+0000 mon.a (mon.0) 1976 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:01.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:01.074254+0000 mon.a (mon.0) 1977 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:01.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[18692]: audit 2024-03-30T04:41:01.100797+0000 mon.a (mon.0) 1978 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:02.029 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:41:02.029 INFO:teuthology.orchestra.run.smithi111.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962", 2024-03-30T04:41:02.029 INFO:teuthology.orchestra.run.smithi111.stdout: "in_progress": true, 2024-03-30T04:41:02.029 INFO:teuthology.orchestra.run.smithi111.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:41:02.030 INFO:teuthology.orchestra.run.smithi111.stdout: "services_complete": [ 2024-03-30T04:41:02.030 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr" 2024-03-30T04:41:02.030 INFO:teuthology.orchestra.run.smithi111.stdout: ], 2024-03-30T04:41:02.030 INFO:teuthology.orchestra.run.smithi111.stdout: "progress": "2/23 daemons upgraded", 2024-03-30T04:41:02.030 INFO:teuthology.orchestra.run.smithi111.stdout: "message": "Currently upgrading mgr daemons", 2024-03-30T04:41:02.030 INFO:teuthology.orchestra.run.smithi111.stdout: "is_paused": false 2024-03-30T04:41:02.030 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:41:02.348 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:01 smithi117 bash[54074]: debug 2024-03-30T04:41:01.925+0000 7f106de5e200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-30T04:41:02.349 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:02 smithi117 bash[54074]: debug 2024-03-30T04:41:02.049+0000 7f106de5e200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-30T04:41:02.432 INFO:teuthology.orchestra.run.smithi111.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:41:02.432 INFO:teuthology.orchestra.run.smithi111.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:41:02.432 INFO:teuthology.orchestra.run.smithi111.stdout: daemon grafana.a on smithi117 is in unknown state 2024-03-30T04:41:02.630 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:02 smithi117 bash[54074]: debug 2024-03-30T04:41:02.349+0000 7f106de5e200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-30T04:41:02.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[18552]: cephadm 2024-03-30T04:41:00.756947+0000 mgr.y (mgr.25279) 418 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:02.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[18552]: audit 2024-03-30T04:41:00.766697+0000 mgr.y (mgr.25279) 419 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:02.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[18552]: cluster 2024-03-30T04:41:00.809012+0000 mgr.y (mgr.25279) 420 : cluster [DBG] pgmap v267: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:02.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[18552]: cluster 2024-03-30T04:41:00.809217+0000 mgr.y (mgr.25279) 421 : cluster [DBG] pgmap v268: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:02.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[18552]: cephadm 2024-03-30T04:41:00.815483+0000 mgr.y (mgr.25279) 422 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:02.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[18552]: cluster 2024-03-30T04:41:00.867550+0000 mgr.y (mgr.25279) 423 : cluster [DBG] pgmap v269: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:02.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[18552]: cluster 2024-03-30T04:41:00.867835+0000 mgr.y (mgr.25279) 424 : cluster [DBG] pgmap v270: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:02.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[18552]: audit 2024-03-30T04:41:00.869570+0000 mgr.y (mgr.25279) 425 : audit [DBG] from='client.25363 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:02.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[18552]: cephadm 2024-03-30T04:41:00.874128+0000 mgr.y (mgr.25279) 426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:02.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[18552]: cluster 2024-03-30T04:41:00.920920+0000 mgr.y (mgr.25279) 427 : cluster [DBG] pgmap v271: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:02.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[18552]: cluster 2024-03-30T04:41:00.921172+0000 mgr.y (mgr.25279) 428 : cluster [DBG] pgmap v272: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:02.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[18552]: cephadm 2024-03-30T04:41:00.925761+0000 mgr.y (mgr.25279) 429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:02.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[18552]: cluster 2024-03-30T04:41:00.972588+0000 mgr.y (mgr.25279) 430 : cluster [DBG] pgmap v273: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:02.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[18552]: cluster 2024-03-30T04:41:00.972844+0000 mgr.y (mgr.25279) 431 : cluster [DBG] pgmap v274: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:02.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[18552]: cephadm 2024-03-30T04:41:00.977431+0000 mgr.y (mgr.25279) 432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:02.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[18552]: cluster 2024-03-30T04:41:01.030961+0000 mgr.y (mgr.25279) 433 : cluster [DBG] pgmap v275: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:02.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[18552]: cluster 2024-03-30T04:41:01.031235+0000 mgr.y (mgr.25279) 434 : cluster [DBG] pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:02.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[18552]: cephadm 2024-03-30T04:41:01.039669+0000 mgr.y (mgr.25279) 435 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:02.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[18552]: cluster 2024-03-30T04:41:01.065302+0000 mgr.y (mgr.25279) 436 : cluster [DBG] pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:02.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[18552]: cluster 2024-03-30T04:41:01.065583+0000 mgr.y (mgr.25279) 437 : cluster [DBG] pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:02.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[24005]: cephadm 2024-03-30T04:41:00.756947+0000 mgr.y (mgr.25279) 418 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:02.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[24005]: audit 2024-03-30T04:41:00.766697+0000 mgr.y (mgr.25279) 419 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:02.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[24005]: cluster 2024-03-30T04:41:00.809012+0000 mgr.y (mgr.25279) 420 : cluster [DBG] pgmap v267: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:02.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[24005]: cluster 2024-03-30T04:41:00.809217+0000 mgr.y (mgr.25279) 421 : cluster [DBG] pgmap v268: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:02.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[24005]: cephadm 2024-03-30T04:41:00.815483+0000 mgr.y (mgr.25279) 422 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:02.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[24005]: cluster 2024-03-30T04:41:00.867550+0000 mgr.y (mgr.25279) 423 : cluster [DBG] pgmap v269: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:02.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[24005]: cluster 2024-03-30T04:41:00.867835+0000 mgr.y (mgr.25279) 424 : cluster [DBG] pgmap v270: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:02.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[24005]: audit 2024-03-30T04:41:00.869570+0000 mgr.y (mgr.25279) 425 : audit [DBG] from='client.25363 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:02.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[24005]: cephadm 2024-03-30T04:41:00.874128+0000 mgr.y (mgr.25279) 426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:02.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[24005]: cluster 2024-03-30T04:41:00.920920+0000 mgr.y (mgr.25279) 427 : cluster [DBG] pgmap v271: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:02.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[24005]: cluster 2024-03-30T04:41:00.921172+0000 mgr.y (mgr.25279) 428 : cluster [DBG] pgmap v272: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:02.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[24005]: cephadm 2024-03-30T04:41:00.925761+0000 mgr.y (mgr.25279) 429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:02.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[24005]: cluster 2024-03-30T04:41:00.972588+0000 mgr.y (mgr.25279) 430 : cluster [DBG] pgmap v273: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:02.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[24005]: cluster 2024-03-30T04:41:00.972844+0000 mgr.y (mgr.25279) 431 : cluster [DBG] pgmap v274: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:02.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[24005]: cephadm 2024-03-30T04:41:00.977431+0000 mgr.y (mgr.25279) 432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:02.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[24005]: cluster 2024-03-30T04:41:01.030961+0000 mgr.y (mgr.25279) 433 : cluster [DBG] pgmap v275: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:02.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[24005]: cluster 2024-03-30T04:41:01.031235+0000 mgr.y (mgr.25279) 434 : cluster [DBG] pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:02.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[24005]: cephadm 2024-03-30T04:41:01.039669+0000 mgr.y (mgr.25279) 435 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:02.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[24005]: cluster 2024-03-30T04:41:01.065302+0000 mgr.y (mgr.25279) 436 : cluster [DBG] pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:02.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[24005]: cluster 2024-03-30T04:41:01.065583+0000 mgr.y (mgr.25279) 437 : cluster [DBG] pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:02.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[18552]: audit 2024-03-30T04:41:01.254590+0000 mgr.y (mgr.25279) 438 : audit [DBG] from='client.15447 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:02.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[18552]: audit 2024-03-30T04:41:01.695111+0000 mon.c (mon.1) 52 : audit [DBG] from='client.? 172.21.15.111:0/2641693166' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:02.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[18552]: audit 2024-03-30T04:41:02.439707+0000 mon.a (mon.0) 1979 : audit [DBG] from='client.? 172.21.15.111:0/3721729003' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:41:02.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[24005]: audit 2024-03-30T04:41:01.254590+0000 mgr.y (mgr.25279) 438 : audit [DBG] from='client.15447 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:02.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[24005]: audit 2024-03-30T04:41:01.695111+0000 mon.c (mon.1) 52 : audit [DBG] from='client.? 172.21.15.111:0/2641693166' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:02.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:02 smithi111 bash[24005]: audit 2024-03-30T04:41:02.439707+0000 mon.a (mon.0) 1979 : audit [DBG] from='client.? 172.21.15.111:0/3721729003' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:41:02.883 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:02 smithi117 bash[54074]: debug 2024-03-30T04:41:02.469+0000 7f106de5e200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-30T04:41:02.883 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:02 smithi117 bash[18692]: cephadm 2024-03-30T04:41:00.756947+0000 mgr.y (mgr.25279) 418 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:02.883 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:02 smithi117 bash[18692]: audit 2024-03-30T04:41:00.766697+0000 mgr.y (mgr.25279) 419 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:02.883 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:02 smithi117 bash[18692]: cluster 2024-03-30T04:41:00.809012+0000 mgr.y (mgr.25279) 420 : cluster [DBG] pgmap v267: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:02.883 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:02 smithi117 bash[18692]: cluster 2024-03-30T04:41:00.809217+0000 mgr.y (mgr.25279) 421 : cluster [DBG] pgmap v268: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:02.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:02 smithi117 bash[18692]: cephadm 2024-03-30T04:41:00.815483+0000 mgr.y (mgr.25279) 422 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:02.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:02 smithi117 bash[18692]: cluster 2024-03-30T04:41:00.867550+0000 mgr.y (mgr.25279) 423 : cluster [DBG] pgmap v269: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:02.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:02 smithi117 bash[18692]: cluster 2024-03-30T04:41:00.867835+0000 mgr.y (mgr.25279) 424 : cluster [DBG] pgmap v270: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:02.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:02 smithi117 bash[18692]: audit 2024-03-30T04:41:00.869570+0000 mgr.y (mgr.25279) 425 : audit [DBG] from='client.25363 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:02.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:02 smithi117 bash[18692]: cephadm 2024-03-30T04:41:00.874128+0000 mgr.y (mgr.25279) 426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:02.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:02 smithi117 bash[18692]: cluster 2024-03-30T04:41:00.920920+0000 mgr.y (mgr.25279) 427 : cluster [DBG] pgmap v271: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:02.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:02 smithi117 bash[18692]: cluster 2024-03-30T04:41:00.921172+0000 mgr.y (mgr.25279) 428 : cluster [DBG] pgmap v272: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:02.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:02 smithi117 bash[18692]: cephadm 2024-03-30T04:41:00.925761+0000 mgr.y (mgr.25279) 429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:02.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:02 smithi117 bash[18692]: cluster 2024-03-30T04:41:00.972588+0000 mgr.y (mgr.25279) 430 : cluster [DBG] pgmap v273: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:02.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:02 smithi117 bash[18692]: cluster 2024-03-30T04:41:00.972844+0000 mgr.y (mgr.25279) 431 : cluster [DBG] pgmap v274: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:02.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:02 smithi117 bash[18692]: cephadm 2024-03-30T04:41:00.977431+0000 mgr.y (mgr.25279) 432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:02.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:02 smithi117 bash[18692]: cluster 2024-03-30T04:41:01.030961+0000 mgr.y (mgr.25279) 433 : cluster [DBG] pgmap v275: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:02.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:02 smithi117 bash[18692]: cluster 2024-03-30T04:41:01.031235+0000 mgr.y (mgr.25279) 434 : cluster [DBG] pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:02.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:02 smithi117 bash[18692]: cephadm 2024-03-30T04:41:01.039669+0000 mgr.y (mgr.25279) 435 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:02.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:02 smithi117 bash[18692]: cluster 2024-03-30T04:41:01.065302+0000 mgr.y (mgr.25279) 436 : cluster [DBG] pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:02.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:02 smithi117 bash[18692]: cluster 2024-03-30T04:41:01.065583+0000 mgr.y (mgr.25279) 437 : cluster [DBG] pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:02.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:02 smithi117 bash[18692]: audit 2024-03-30T04:41:01.254590+0000 mgr.y (mgr.25279) 438 : audit [DBG] from='client.15447 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:02.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:02 smithi117 bash[18692]: audit 2024-03-30T04:41:01.695111+0000 mon.c (mon.1) 52 : audit [DBG] from='client.? 172.21.15.111:0/2641693166' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:02.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:02 smithi117 bash[18692]: audit 2024-03-30T04:41:02.439707+0000 mon.a (mon.0) 1979 : audit [DBG] from='client.? 172.21.15.111:0/3721729003' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:41:03.383 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:02 smithi117 bash[54074]: debug 2024-03-30T04:41:02.981+0000 7f106de5e200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-30T04:41:03.384 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:03 smithi117 bash[54074]: debug 2024-03-30T04:41:03.117+0000 7f106de5e200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-30T04:41:03.384 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:03 smithi117 bash[54074]: [30/Mar/2024:04:41:03] ENGINE Bus STARTING 2024-03-30T04:41:03.384 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:03 smithi117 bash[54074]: CherryPy Checker: 2024-03-30T04:41:03.384 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:03 smithi117 bash[54074]: The Application mounted at '' has an empty config. 2024-03-30T04:41:03.384 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:03 smithi117 bash[54074]: [30/Mar/2024:04:41:03] ENGINE Serving on http://:::9283 2024-03-30T04:41:03.384 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:03 smithi117 bash[54074]: [30/Mar/2024:04:41:03] ENGINE Bus STARTED 2024-03-30T04:41:03.850 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:03 smithi117 bash[18692]: audit 2024-03-30T04:41:02.036148+0000 mgr.y (mgr.25279) 439 : audit [DBG] from='client.25381 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:03.850 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:03 smithi117 bash[18692]: cluster 2024-03-30T04:41:03.125618+0000 mon.a (mon.0) 1980 : cluster [DBG] Standby manager daemon x restarted 2024-03-30T04:41:03.850 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:03 smithi117 bash[18692]: cluster 2024-03-30T04:41:03.125887+0000 mon.a (mon.0) 1981 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:41:03.850 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:03 smithi117 bash[18692]: audit 2024-03-30T04:41:03.126107+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.? 172.21.15.117:0/1489947669' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:41:03.850 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:03 smithi117 bash[18692]: audit 2024-03-30T04:41:03.126973+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.? 172.21.15.117:0/1489947669' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:41:03.850 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:03 smithi117 bash[18692]: audit 2024-03-30T04:41:03.130406+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.? 172.21.15.117:0/1489947669' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:41:03.850 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:03 smithi117 bash[18692]: audit 2024-03-30T04:41:03.131152+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.? 172.21.15.117:0/1489947669' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:41:03.851 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:41:03 smithi117 bash[53671]: ts=2024-03-30T04:41:03.506Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi111\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:41:03.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:03 smithi111 bash[18552]: audit 2024-03-30T04:41:02.036148+0000 mgr.y (mgr.25279) 439 : audit [DBG] from='client.25381 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:03.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:03 smithi111 bash[18552]: cluster 2024-03-30T04:41:03.125618+0000 mon.a (mon.0) 1980 : cluster [DBG] Standby manager daemon x restarted 2024-03-30T04:41:03.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:03 smithi111 bash[18552]: cluster 2024-03-30T04:41:03.125887+0000 mon.a (mon.0) 1981 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:41:03.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:03 smithi111 bash[18552]: audit 2024-03-30T04:41:03.126107+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.? 172.21.15.117:0/1489947669' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:41:03.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:03 smithi111 bash[18552]: audit 2024-03-30T04:41:03.126973+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.? 172.21.15.117:0/1489947669' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:41:03.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:03 smithi111 bash[18552]: audit 2024-03-30T04:41:03.130406+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.? 172.21.15.117:0/1489947669' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:41:03.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:03 smithi111 bash[18552]: audit 2024-03-30T04:41:03.131152+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.? 172.21.15.117:0/1489947669' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:41:03.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:03 smithi111 bash[24005]: audit 2024-03-30T04:41:02.036148+0000 mgr.y (mgr.25279) 439 : audit [DBG] from='client.25381 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:03.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:03 smithi111 bash[24005]: cluster 2024-03-30T04:41:03.125618+0000 mon.a (mon.0) 1980 : cluster [DBG] Standby manager daemon x restarted 2024-03-30T04:41:03.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:03 smithi111 bash[24005]: cluster 2024-03-30T04:41:03.125887+0000 mon.a (mon.0) 1981 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:41:03.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:03 smithi111 bash[24005]: audit 2024-03-30T04:41:03.126107+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.? 172.21.15.117:0/1489947669' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:41:03.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:03 smithi111 bash[24005]: audit 2024-03-30T04:41:03.126973+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.? 172.21.15.117:0/1489947669' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:41:03.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:03 smithi111 bash[24005]: audit 2024-03-30T04:41:03.130406+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.? 172.21.15.117:0/1489947669' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:41:03.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:03 smithi111 bash[24005]: audit 2024-03-30T04:41:03.131152+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.? 172.21.15.117:0/1489947669' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:41:04.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:04 smithi111 bash[18552]: cluster 2024-03-30T04:41:03.066360+0000 mgr.y (mgr.25279) 440 : cluster [DBG] pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:04.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:04 smithi111 bash[18552]: cluster 2024-03-30T04:41:03.592093+0000 mon.a (mon.0) 1982 : cluster [DBG] mgrmap e34: y(active, since 36s), standbys: x 2024-03-30T04:41:04.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:04 smithi111 bash[18552]: audit 2024-03-30T04:41:03.624393+0000 mon.a (mon.0) 1983 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:04.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:04 smithi111 bash[18552]: audit 2024-03-30T04:41:03.635391+0000 mon.a (mon.0) 1984 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:04.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:04 smithi111 bash[18552]: cluster 2024-03-30T04:41:03.637492+0000 mgr.y (mgr.25279) 441 : cluster [DBG] pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:04.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:04 smithi111 bash[18552]: cluster 2024-03-30T04:41:03.638082+0000 mgr.y (mgr.25279) 442 : cluster [DBG] pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:04.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:04 smithi111 bash[18552]: audit 2024-03-30T04:41:03.647380+0000 mon.a (mon.0) 1985 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:04.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:04 smithi111 bash[18552]: audit 2024-03-30T04:41:04.531259+0000 mon.a (mon.0) 1986 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:41:04.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:04 smithi111 bash[18552]: audit 2024-03-30T04:41:04.533111+0000 mon.a (mon.0) 1987 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:41:04.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:04 smithi111 bash[18552]: audit 2024-03-30T04:41:04.534636+0000 mon.a (mon.0) 1988 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:04.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:04 smithi111 bash[24005]: cluster 2024-03-30T04:41:03.066360+0000 mgr.y (mgr.25279) 440 : cluster [DBG] pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:04.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:04 smithi111 bash[24005]: cluster 2024-03-30T04:41:03.592093+0000 mon.a (mon.0) 1982 : cluster [DBG] mgrmap e34: y(active, since 36s), standbys: x 2024-03-30T04:41:04.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:04 smithi111 bash[24005]: audit 2024-03-30T04:41:03.624393+0000 mon.a (mon.0) 1983 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:04.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:04 smithi111 bash[24005]: audit 2024-03-30T04:41:03.635391+0000 mon.a (mon.0) 1984 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:04.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:04 smithi111 bash[24005]: cluster 2024-03-30T04:41:03.637492+0000 mgr.y (mgr.25279) 441 : cluster [DBG] pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:04.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:04 smithi111 bash[24005]: cluster 2024-03-30T04:41:03.638082+0000 mgr.y (mgr.25279) 442 : cluster [DBG] pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:04.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:04 smithi111 bash[24005]: audit 2024-03-30T04:41:03.647380+0000 mon.a (mon.0) 1985 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:04.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:04 smithi111 bash[24005]: audit 2024-03-30T04:41:04.531259+0000 mon.a (mon.0) 1986 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:41:04.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:04 smithi111 bash[24005]: audit 2024-03-30T04:41:04.533111+0000 mon.a (mon.0) 1987 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:41:04.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:04 smithi111 bash[24005]: audit 2024-03-30T04:41:04.534636+0000 mon.a (mon.0) 1988 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:04.883 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:04 smithi117 bash[18692]: cluster 2024-03-30T04:41:03.066360+0000 mgr.y (mgr.25279) 440 : cluster [DBG] pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:04.883 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:04 smithi117 bash[18692]: cluster 2024-03-30T04:41:03.592093+0000 mon.a (mon.0) 1982 : cluster [DBG] mgrmap e34: y(active, since 36s), standbys: x 2024-03-30T04:41:04.883 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:04 smithi117 bash[18692]: audit 2024-03-30T04:41:03.624393+0000 mon.a (mon.0) 1983 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:04.883 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:04 smithi117 bash[18692]: audit 2024-03-30T04:41:03.635391+0000 mon.a (mon.0) 1984 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:04.883 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:04 smithi117 bash[18692]: cluster 2024-03-30T04:41:03.637492+0000 mgr.y (mgr.25279) 441 : cluster [DBG] pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:04.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:04 smithi117 bash[18692]: cluster 2024-03-30T04:41:03.638082+0000 mgr.y (mgr.25279) 442 : cluster [DBG] pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:04.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:04 smithi117 bash[18692]: audit 2024-03-30T04:41:03.647380+0000 mon.a (mon.0) 1985 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:04.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:04 smithi117 bash[18692]: audit 2024-03-30T04:41:04.531259+0000 mon.a (mon.0) 1986 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:41:04.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:04 smithi117 bash[18692]: audit 2024-03-30T04:41:04.533111+0000 mon.a (mon.0) 1987 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:41:04.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:04 smithi117 bash[18692]: audit 2024-03-30T04:41:04.534636+0000 mon.a (mon.0) 1988 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:05.883 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:05 smithi117 bash[18692]: cephadm 2024-03-30T04:41:04.530516+0000 mgr.y (mgr.25279) 443 : cephadm [INF] Upgrade: Updating mgr.x 2024-03-30T04:41:05.883 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:05 smithi117 bash[18692]: cephadm 2024-03-30T04:41:04.536184+0000 mgr.y (mgr.25279) 444 : cephadm [INF] Deploying daemon mgr.x on smithi117 2024-03-30T04:41:06.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:05 smithi111 bash[18552]: cephadm 2024-03-30T04:41:04.530516+0000 mgr.y (mgr.25279) 443 : cephadm [INF] Upgrade: Updating mgr.x 2024-03-30T04:41:06.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:05 smithi111 bash[18552]: cephadm 2024-03-30T04:41:04.536184+0000 mgr.y (mgr.25279) 444 : cephadm [INF] Deploying daemon mgr.x on smithi117 2024-03-30T04:41:06.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:05 smithi111 bash[24005]: cephadm 2024-03-30T04:41:04.530516+0000 mgr.y (mgr.25279) 443 : cephadm [INF] Upgrade: Updating mgr.x 2024-03-30T04:41:06.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:05 smithi111 bash[24005]: cephadm 2024-03-30T04:41:04.536184+0000 mgr.y (mgr.25279) 444 : cephadm [INF] Deploying daemon mgr.x on smithi117 2024-03-30T04:41:06.669 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:06 smithi117 bash[18692]: cluster 2024-03-30T04:41:05.639746+0000 mgr.y (mgr.25279) 445 : cluster [DBG] pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:41:06.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:06 smithi111 bash[18552]: cluster 2024-03-30T04:41:05.639746+0000 mgr.y (mgr.25279) 445 : cluster [DBG] pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:41:06.865 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:41:06 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:41:06] "GET /metrics HTTP/1.1" 200 38243 "" "Prometheus/2.33.4" 2024-03-30T04:41:06.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:06 smithi111 bash[24005]: cluster 2024-03-30T04:41:05.639746+0000 mgr.y (mgr.25279) 445 : cluster [DBG] pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:41:07.883 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:07 smithi117 bash[18692]: audit 2024-03-30T04:41:06.642102+0000 mon.a (mon.0) 1989 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:07.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:07 smithi117 bash[18692]: audit 2024-03-30T04:41:06.660348+0000 mon.a (mon.0) 1990 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:07.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:07 smithi117 bash[18692]: cluster 2024-03-30T04:41:06.662606+0000 mgr.y (mgr.25279) 446 : cluster [DBG] pgmap v283: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 914 B/s rd, 0 op/s 2024-03-30T04:41:07.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:07 smithi117 bash[18692]: cluster 2024-03-30T04:41:06.663181+0000 mgr.y (mgr.25279) 447 : cluster [DBG] pgmap v284: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 914 B/s rd, 0 op/s 2024-03-30T04:41:07.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:07 smithi117 bash[18692]: audit 2024-03-30T04:41:06.674409+0000 mon.a (mon.0) 1991 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:08.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:07 smithi111 bash[18552]: audit 2024-03-30T04:41:06.642102+0000 mon.a (mon.0) 1989 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:08.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:07 smithi111 bash[18552]: audit 2024-03-30T04:41:06.660348+0000 mon.a (mon.0) 1990 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:08.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:07 smithi111 bash[18552]: cluster 2024-03-30T04:41:06.662606+0000 mgr.y (mgr.25279) 446 : cluster [DBG] pgmap v283: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 914 B/s rd, 0 op/s 2024-03-30T04:41:08.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:07 smithi111 bash[18552]: cluster 2024-03-30T04:41:06.663181+0000 mgr.y (mgr.25279) 447 : cluster [DBG] pgmap v284: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 914 B/s rd, 0 op/s 2024-03-30T04:41:08.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:07 smithi111 bash[18552]: audit 2024-03-30T04:41:06.674409+0000 mon.a (mon.0) 1991 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:08.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:07 smithi111 bash[24005]: audit 2024-03-30T04:41:06.642102+0000 mon.a (mon.0) 1989 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:08.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:07 smithi111 bash[24005]: audit 2024-03-30T04:41:06.660348+0000 mon.a (mon.0) 1990 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:08.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:07 smithi111 bash[24005]: cluster 2024-03-30T04:41:06.662606+0000 mgr.y (mgr.25279) 446 : cluster [DBG] pgmap v283: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 914 B/s rd, 0 op/s 2024-03-30T04:41:08.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:07 smithi111 bash[24005]: cluster 2024-03-30T04:41:06.663181+0000 mgr.y (mgr.25279) 447 : cluster [DBG] pgmap v284: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 914 B/s rd, 0 op/s 2024-03-30T04:41:08.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:07 smithi111 bash[24005]: audit 2024-03-30T04:41:06.674409+0000 mon.a (mon.0) 1991 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:08.766 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:08 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:08.767 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:41:08 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:08.767 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:41:08 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:08.767 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:41:08 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:08.768 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:41:08 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:08.768 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:41:08 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:08.768 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:41:08 smithi117 bash[53671]: ts=2024-03-30T04:41:08.659Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"172.21.15.117:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"smithi111:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:41:08.768 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:41:08 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:08.769 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:08 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:08.769 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:08 smithi117 systemd[1]: Stopping Ceph mgr.x for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:41:08.769 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:41:08 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:09.642 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:41:09 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Scheduled restart job, restart counter is at 6. 2024-03-30T04:41:09.642 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:41:09 smithi117 systemd[1]: Stopped Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:41:09.643 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:41:09 smithi117 systemd[1]: Started Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:41:10.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:09 smithi111 bash[18552]: cluster 2024-03-30T04:41:08.663887+0000 mgr.y (mgr.25279) 448 : cluster [DBG] pgmap v285: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 914 B/s rd, 0 op/s 2024-03-30T04:41:10.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:09 smithi111 bash[24005]: cluster 2024-03-30T04:41:08.663887+0000 mgr.y (mgr.25279) 448 : cluster [DBG] pgmap v285: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 914 B/s rd, 0 op/s 2024-03-30T04:41:10.133 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:09 smithi117 bash[55850]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-mgr-x 2024-03-30T04:41:10.133 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:09 smithi117 bash[18692]: cluster 2024-03-30T04:41:08.663887+0000 mgr.y (mgr.25279) 448 : cluster [DBG] pgmap v285: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 914 B/s rd, 0 op/s 2024-03-30T04:41:10.549 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:10 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:10.549 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:41:10 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:10.550 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:41:10 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:10.550 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:41:10 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:10.550 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:41:10 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:10.551 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:41:10 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:10.551 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:10 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@mgr.x.service: Main process exited, code=exited, status=143/n/a 2024-03-30T04:41:10.551 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:10 smithi117 bash[55938]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-mgr-x 2024-03-30T04:41:10.551 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:10 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@mgr.x.service: Failed with result 'exit-code'. 2024-03-30T04:41:10.551 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:10 smithi117 systemd[1]: Stopped Ceph mgr.x for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:41:10.551 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:10 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:10.552 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:41:10 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:10.552 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:41:10 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:10.883 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:10 smithi117 systemd[1]: Started Ceph mgr.x for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:41:11.585 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[55902]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:41:11.585 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[55902]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:41:11.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:10.606279+0000 mon.a (mon.0) 1992 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:11.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:10.617000+0000 mon.a (mon.0) 1993 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:11.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: cluster 2024-03-30T04:41:10.665521+0000 mgr.y (mgr.25279) 449 : cluster [DBG] pgmap v286: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:41:11.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:10.671608+0000 mon.a (mon.0) 1994 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:11.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:10.673537+0000 mon.a (mon.0) 1995 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:11.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: cluster 2024-03-30T04:41:10.676699+0000 mgr.y (mgr.25279) 450 : cluster [DBG] pgmap v287: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:41:11.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: cluster 2024-03-30T04:41:10.677299+0000 mgr.y (mgr.25279) 451 : cluster [DBG] pgmap v288: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1016 B/s rd, 0 op/s 2024-03-30T04:41:11.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:10.686099+0000 mon.a (mon.0) 1996 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:11.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: cephadm 2024-03-30T04:41:10.687147+0000 mgr.y (mgr.25279) 452 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:11.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:10.778963+0000 mon.a (mon.0) 1997 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:11.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:10.783133+0000 mon.a (mon.0) 1998 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:11.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:10.787721+0000 mon.a (mon.0) 1999 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:11.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:10.789073+0000 mon.a (mon.0) 2000 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:11.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:10.797742+0000 mon.a (mon.0) 2001 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:11.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:10.889827+0000 mon.a (mon.0) 2002 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:11.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:10.894618+0000 mon.a (mon.0) 2003 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:11.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:10.899087+0000 mon.a (mon.0) 2004 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:11.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:10.900698+0000 mon.a (mon.0) 2005 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:11.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:10.912373+0000 mon.a (mon.0) 2006 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:11.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:11.003051+0000 mon.a (mon.0) 2007 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:11.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:11.007084+0000 mon.a (mon.0) 2008 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:11.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:11.010123+0000 mon.a (mon.0) 2009 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:11.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:11.011220+0000 mon.a (mon.0) 2010 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:11.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:11.018646+0000 mon.a (mon.0) 2011 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:11.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:11.108678+0000 mon.a (mon.0) 2012 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:11.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:11.113230+0000 mon.a (mon.0) 2013 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:11.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:11.117529+0000 mon.a (mon.0) 2014 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:11.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:11.119043+0000 mon.a (mon.0) 2015 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:11.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:11.128552+0000 mon.a (mon.0) 2016 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:11.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:11.216614+0000 mon.a (mon.0) 2017 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:11.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:11.220963+0000 mon.a (mon.0) 2018 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:11.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:11.225296+0000 mon.a (mon.0) 2019 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:11.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:11.227024+0000 mon.a (mon.0) 2020 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:11.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:11.238983+0000 mon.a (mon.0) 2021 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:11.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:11.328168+0000 mon.a (mon.0) 2022 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:11.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:11.332501+0000 mon.a (mon.0) 2023 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:11.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:11.336278+0000 mon.a (mon.0) 2024 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:11.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:11.337841+0000 mon.a (mon.0) 2025 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:11.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:10.606279+0000 mon.a (mon.0) 1992 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:11.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:10.617000+0000 mon.a (mon.0) 1993 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:11.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: cluster 2024-03-30T04:41:10.665521+0000 mgr.y (mgr.25279) 449 : cluster [DBG] pgmap v286: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:41:11.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:10.671608+0000 mon.a (mon.0) 1994 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:11.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:10.673537+0000 mon.a (mon.0) 1995 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:11.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: cluster 2024-03-30T04:41:10.676699+0000 mgr.y (mgr.25279) 450 : cluster [DBG] pgmap v287: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:41:11.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: cluster 2024-03-30T04:41:10.677299+0000 mgr.y (mgr.25279) 451 : cluster [DBG] pgmap v288: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1016 B/s rd, 0 op/s 2024-03-30T04:41:11.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:10.686099+0000 mon.a (mon.0) 1996 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:11.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: cephadm 2024-03-30T04:41:10.687147+0000 mgr.y (mgr.25279) 452 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:11.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:10.778963+0000 mon.a (mon.0) 1997 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:11.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:10.783133+0000 mon.a (mon.0) 1998 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:11.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:10.787721+0000 mon.a (mon.0) 1999 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:11.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:10.789073+0000 mon.a (mon.0) 2000 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:11.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:10.797742+0000 mon.a (mon.0) 2001 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:11.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:10.889827+0000 mon.a (mon.0) 2002 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:11.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:10.894618+0000 mon.a (mon.0) 2003 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:11.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:10.899087+0000 mon.a (mon.0) 2004 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:11.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:10.900698+0000 mon.a (mon.0) 2005 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:11.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:10.912373+0000 mon.a (mon.0) 2006 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:11.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:11.349809+0000 mon.a (mon.0) 2026 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:11.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:11.441968+0000 mon.a (mon.0) 2027 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:11.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:11.445982+0000 mon.a (mon.0) 2028 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:11.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:11.449811+0000 mon.a (mon.0) 2029 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:11.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:11.450975+0000 mon.a (mon.0) 2030 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:11.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:11.458681+0000 mon.a (mon.0) 2031 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:11.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:11.548261+0000 mon.a (mon.0) 2032 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:11.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:11.552650+0000 mon.a (mon.0) 2033 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:11.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:11.556418+0000 mon.a (mon.0) 2034 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:11.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:11.557802+0000 mon.a (mon.0) 2035 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:11.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[18552]: audit 2024-03-30T04:41:11.569582+0000 mon.a (mon.0) 2036 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:11.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:11.003051+0000 mon.a (mon.0) 2007 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:11.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:11.007084+0000 mon.a (mon.0) 2008 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:11.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:11.010123+0000 mon.a (mon.0) 2009 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:11.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:11.011220+0000 mon.a (mon.0) 2010 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:11.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:11.018646+0000 mon.a (mon.0) 2011 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:11.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:11.108678+0000 mon.a (mon.0) 2012 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:11.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:11.113230+0000 mon.a (mon.0) 2013 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:11.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:11.117529+0000 mon.a (mon.0) 2014 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:11.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:11.119043+0000 mon.a (mon.0) 2015 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:11.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:11.128552+0000 mon.a (mon.0) 2016 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:11.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:11.216614+0000 mon.a (mon.0) 2017 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:11.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:11.220963+0000 mon.a (mon.0) 2018 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:11.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:11.225296+0000 mon.a (mon.0) 2019 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:11.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:11.227024+0000 mon.a (mon.0) 2020 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:11.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:11.238983+0000 mon.a (mon.0) 2021 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:11.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:11.328168+0000 mon.a (mon.0) 2022 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:11.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:11.332501+0000 mon.a (mon.0) 2023 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:11.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:11.336278+0000 mon.a (mon.0) 2024 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:11.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:11.337841+0000 mon.a (mon.0) 2025 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:11.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:11.349809+0000 mon.a (mon.0) 2026 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:11.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:11.441968+0000 mon.a (mon.0) 2027 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:11.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:11.445982+0000 mon.a (mon.0) 2028 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:11.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:11.449811+0000 mon.a (mon.0) 2029 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:11.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:11.450975+0000 mon.a (mon.0) 2030 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:11.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:11.458681+0000 mon.a (mon.0) 2031 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:11.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:11.548261+0000 mon.a (mon.0) 2032 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:11.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:11.552650+0000 mon.a (mon.0) 2033 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:11.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:11.556418+0000 mon.a (mon.0) 2034 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:11.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:11.557802+0000 mon.a (mon.0) 2035 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:11.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:11 smithi111 bash[24005]: audit 2024-03-30T04:41:11.569582+0000 mon.a (mon.0) 2036 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:11.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:10.606279+0000 mon.a (mon.0) 1992 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:11.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:10.617000+0000 mon.a (mon.0) 1993 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:11.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: cluster 2024-03-30T04:41:10.665521+0000 mgr.y (mgr.25279) 449 : cluster [DBG] pgmap v286: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:41:11.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:10.671608+0000 mon.a (mon.0) 1994 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:11.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:10.673537+0000 mon.a (mon.0) 1995 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:11.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: cluster 2024-03-30T04:41:10.676699+0000 mgr.y (mgr.25279) 450 : cluster [DBG] pgmap v287: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:41:11.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: cluster 2024-03-30T04:41:10.677299+0000 mgr.y (mgr.25279) 451 : cluster [DBG] pgmap v288: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1016 B/s rd, 0 op/s 2024-03-30T04:41:11.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:10.686099+0000 mon.a (mon.0) 1996 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:11.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: cephadm 2024-03-30T04:41:10.687147+0000 mgr.y (mgr.25279) 452 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:11.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:10.778963+0000 mon.a (mon.0) 1997 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:11.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:10.783133+0000 mon.a (mon.0) 1998 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:11.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:10.787721+0000 mon.a (mon.0) 1999 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:11.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:10.789073+0000 mon.a (mon.0) 2000 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:11.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:10.797742+0000 mon.a (mon.0) 2001 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:11.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:10.889827+0000 mon.a (mon.0) 2002 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:11.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:10.894618+0000 mon.a (mon.0) 2003 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:11.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:10.899087+0000 mon.a (mon.0) 2004 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:11.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:10.900698+0000 mon.a (mon.0) 2005 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:11.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:10.912373+0000 mon.a (mon.0) 2006 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:11.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:11.003051+0000 mon.a (mon.0) 2007 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:11.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:11.007084+0000 mon.a (mon.0) 2008 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:11.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:11.010123+0000 mon.a (mon.0) 2009 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:11.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:11.011220+0000 mon.a (mon.0) 2010 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:11.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:11.018646+0000 mon.a (mon.0) 2011 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:11.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:11.108678+0000 mon.a (mon.0) 2012 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:11.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:11.113230+0000 mon.a (mon.0) 2013 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:11.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:11.117529+0000 mon.a (mon.0) 2014 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:11.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:11.119043+0000 mon.a (mon.0) 2015 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:11.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:11.128552+0000 mon.a (mon.0) 2016 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:11.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:11.216614+0000 mon.a (mon.0) 2017 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:11.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:11.220963+0000 mon.a (mon.0) 2018 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:11.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:11.225296+0000 mon.a (mon.0) 2019 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:11.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:11.227024+0000 mon.a (mon.0) 2020 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:11.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:11.238983+0000 mon.a (mon.0) 2021 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:11.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:11.328168+0000 mon.a (mon.0) 2022 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:11.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:11.332501+0000 mon.a (mon.0) 2023 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:11.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:11.336278+0000 mon.a (mon.0) 2024 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:11.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:11.337841+0000 mon.a (mon.0) 2025 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:11.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:11.349809+0000 mon.a (mon.0) 2026 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:11.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:11.441968+0000 mon.a (mon.0) 2027 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:11.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:11.445982+0000 mon.a (mon.0) 2028 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:11.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:11.449811+0000 mon.a (mon.0) 2029 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:11.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:11.450975+0000 mon.a (mon.0) 2030 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:11.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:11.458681+0000 mon.a (mon.0) 2031 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:11.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:11.548261+0000 mon.a (mon.0) 2032 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:11.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:11.552650+0000 mon.a (mon.0) 2033 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:11.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:11.556418+0000 mon.a (mon.0) 2034 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:11.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:11.557802+0000 mon.a (mon.0) 2035 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:11.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:11 smithi117 bash[18692]: audit 2024-03-30T04:41:11.569582+0000 mon.a (mon.0) 2036 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:12.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:10.774819+0000 mgr.y (mgr.25279) 453 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:12.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: cluster 2024-03-30T04:41:10.791766+0000 mgr.y (mgr.25279) 454 : cluster [DBG] pgmap v289: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:41:12.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: cluster 2024-03-30T04:41:10.792125+0000 mgr.y (mgr.25279) 455 : cluster [DBG] pgmap v290: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:41:12.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: cephadm 2024-03-30T04:41:10.798721+0000 mgr.y (mgr.25279) 456 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:12.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: cluster 2024-03-30T04:41:10.903476+0000 mgr.y (mgr.25279) 457 : cluster [DBG] pgmap v291: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 2 op/s 2024-03-30T04:41:12.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: cluster 2024-03-30T04:41:10.903761+0000 mgr.y (mgr.25279) 458 : cluster [DBG] pgmap v292: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:12.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: cephadm 2024-03-30T04:41:10.913232+0000 mgr.y (mgr.25279) 459 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:12.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: cluster 2024-03-30T04:41:11.013604+0000 mgr.y (mgr.25279) 460 : cluster [DBG] pgmap v293: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:12.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: cluster 2024-03-30T04:41:11.013861+0000 mgr.y (mgr.25279) 461 : cluster [DBG] pgmap v294: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:12.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: cephadm 2024-03-30T04:41:11.019344+0000 mgr.y (mgr.25279) 462 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:12.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: cluster 2024-03-30T04:41:11.121679+0000 mgr.y (mgr.25279) 463 : cluster [DBG] pgmap v295: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:12.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: cluster 2024-03-30T04:41:11.121936+0000 mgr.y (mgr.25279) 464 : cluster [DBG] pgmap v296: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:12.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: cephadm 2024-03-30T04:41:11.129087+0000 mgr.y (mgr.25279) 465 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:12.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: cluster 2024-03-30T04:41:11.229755+0000 mgr.y (mgr.25279) 466 : cluster [DBG] pgmap v297: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:12.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: cluster 2024-03-30T04:41:11.230019+0000 mgr.y (mgr.25279) 467 : cluster [DBG] pgmap v298: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:12.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: cephadm 2024-03-30T04:41:11.239902+0000 mgr.y (mgr.25279) 468 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:12.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: cluster 2024-03-30T04:41:11.340633+0000 mgr.y (mgr.25279) 469 : cluster [DBG] pgmap v299: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:12.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: cluster 2024-03-30T04:41:11.341119+0000 mgr.y (mgr.25279) 470 : cluster [DBG] pgmap v300: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:12.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: cephadm 2024-03-30T04:41:11.350741+0000 mgr.y (mgr.25279) 471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:12.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: cluster 2024-03-30T04:41:11.453433+0000 mgr.y (mgr.25279) 472 : cluster [DBG] pgmap v301: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:12.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: cluster 2024-03-30T04:41:11.453919+0000 mgr.y (mgr.25279) 473 : cluster [DBG] pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:12.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: cephadm 2024-03-30T04:41:11.459526+0000 mgr.y (mgr.25279) 474 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:12.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: cluster 2024-03-30T04:41:11.560648+0000 mgr.y (mgr.25279) 475 : cluster [DBG] pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:12.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: cluster 2024-03-30T04:41:11.560875+0000 mgr.y (mgr.25279) 476 : cluster [DBG] pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:12.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: cephadm 2024-03-30T04:41:11.570486+0000 mgr.y (mgr.25279) 477 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:12.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:11.651193+0000 mon.a (mon.0) 2037 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:12.902 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:11.653811+0000 mon.a (mon.0) 2038 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:12.902 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:11.656768+0000 mon.a (mon.0) 2039 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:12.902 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:11.657720+0000 mon.a (mon.0) 2040 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:12.902 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: cluster 2024-03-30T04:41:11.659383+0000 mgr.y (mgr.25279) 478 : cluster [DBG] pgmap v305: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:12.902 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: cluster 2024-03-30T04:41:11.659702+0000 mgr.y (mgr.25279) 479 : cluster [DBG] pgmap v306: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:12.902 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:11.665801+0000 mon.a (mon.0) 2041 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:12.902 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: cephadm 2024-03-30T04:41:11.666298+0000 mgr.y (mgr.25279) 480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:12.902 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:11.750457+0000 mon.a (mon.0) 2042 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:12.902 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:11.754911+0000 mon.a (mon.0) 2043 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:12.902 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:11.758572+0000 mon.a (mon.0) 2044 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:12.902 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:11.759998+0000 mon.a (mon.0) 2045 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:12.902 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:11.771312+0000 mon.a (mon.0) 2046 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:12.902 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:11.848678+0000 mon.a (mon.0) 2047 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:12.902 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:11.851696+0000 mon.a (mon.0) 2048 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:12.903 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:11.854284+0000 mon.a (mon.0) 2049 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:12.903 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:11.855020+0000 mon.a (mon.0) 2050 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:12.903 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:11.860961+0000 mon.a (mon.0) 2051 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:12.903 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:11.918595+0000 mon.a (mon.0) 2052 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:12.903 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:11.920274+0000 mon.a (mon.0) 2053 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:12.903 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:11.921910+0000 mon.a (mon.0) 2054 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:12.903 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:11.922508+0000 mon.a (mon.0) 2055 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:12.903 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:11.928199+0000 mon.a (mon.0) 2056 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:12.903 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:11.985017+0000 mon.a (mon.0) 2057 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:12.903 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:11.986742+0000 mon.a (mon.0) 2058 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:12.903 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:11.988668+0000 mon.a (mon.0) 2059 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:12.903 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:11.989291+0000 mon.a (mon.0) 2060 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:12.903 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:11.995155+0000 mon.a (mon.0) 2061 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:12.903 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:12.067436+0000 mon.a (mon.0) 2062 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:12.903 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:12.071277+0000 mon.a (mon.0) 2063 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:12.904 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:12.074838+0000 mon.a (mon.0) 2064 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:12.904 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:12.075977+0000 mon.a (mon.0) 2065 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:12.904 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:12.087557+0000 mon.a (mon.0) 2066 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:12.904 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:12.176898+0000 mon.a (mon.0) 2067 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:12.904 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:12.181438+0000 mon.a (mon.0) 2068 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:12.904 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:12.184913+0000 mon.a (mon.0) 2069 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:12.904 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:12.186020+0000 mon.a (mon.0) 2070 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:12.904 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:12.197627+0000 mon.a (mon.0) 2071 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:12.905 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:12.287054+0000 mon.a (mon.0) 2072 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:12.905 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:12.291408+0000 mon.a (mon.0) 2073 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:12.905 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:12.295536+0000 mon.a (mon.0) 2074 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:12.905 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:12.296953+0000 mon.a (mon.0) 2075 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:12.905 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:12.309297+0000 mon.a (mon.0) 2076 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:12.905 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:12.384014+0000 mon.a (mon.0) 2077 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:12.905 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:12.388234+0000 mon.a (mon.0) 2078 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:12.905 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:12.392418+0000 mon.a (mon.0) 2079 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:12.905 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:12.393846+0000 mon.a (mon.0) 2080 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:12.905 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:12.406364+0000 mon.a (mon.0) 2081 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:12.905 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:12.490352+0000 mon.a (mon.0) 2082 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:12.905 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:12.493673+0000 mon.a (mon.0) 2083 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:12.905 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:12.497073+0000 mon.a (mon.0) 2084 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:12.905 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:12.498102+0000 mon.a (mon.0) 2085 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:12.905 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:12.508629+0000 mon.a (mon.0) 2086 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:12.906 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:12.597354+0000 mon.a (mon.0) 2087 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:12.906 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:12.601430+0000 mon.a (mon.0) 2088 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:12.906 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:12.605912+0000 mon.a (mon.0) 2089 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:12.906 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:12 smithi117 bash[18692]: audit 2024-03-30T04:41:12.607364+0000 mon.a (mon.0) 2090 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:13.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:10.774819+0000 mgr.y (mgr.25279) 453 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:13.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: cluster 2024-03-30T04:41:10.791766+0000 mgr.y (mgr.25279) 454 : cluster [DBG] pgmap v289: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:41:13.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: cluster 2024-03-30T04:41:10.792125+0000 mgr.y (mgr.25279) 455 : cluster [DBG] pgmap v290: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:41:13.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: cephadm 2024-03-30T04:41:10.798721+0000 mgr.y (mgr.25279) 456 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:13.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: cluster 2024-03-30T04:41:10.903476+0000 mgr.y (mgr.25279) 457 : cluster [DBG] pgmap v291: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 2 op/s 2024-03-30T04:41:13.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: cluster 2024-03-30T04:41:10.903761+0000 mgr.y (mgr.25279) 458 : cluster [DBG] pgmap v292: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: cephadm 2024-03-30T04:41:10.913232+0000 mgr.y (mgr.25279) 459 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:13.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: cluster 2024-03-30T04:41:11.013604+0000 mgr.y (mgr.25279) 460 : cluster [DBG] pgmap v293: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: cluster 2024-03-30T04:41:11.013861+0000 mgr.y (mgr.25279) 461 : cluster [DBG] pgmap v294: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: cephadm 2024-03-30T04:41:11.019344+0000 mgr.y (mgr.25279) 462 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:13.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: cluster 2024-03-30T04:41:11.121679+0000 mgr.y (mgr.25279) 463 : cluster [DBG] pgmap v295: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: cluster 2024-03-30T04:41:11.121936+0000 mgr.y (mgr.25279) 464 : cluster [DBG] pgmap v296: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: cephadm 2024-03-30T04:41:11.129087+0000 mgr.y (mgr.25279) 465 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:13.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: cluster 2024-03-30T04:41:11.229755+0000 mgr.y (mgr.25279) 466 : cluster [DBG] pgmap v297: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: cluster 2024-03-30T04:41:11.230019+0000 mgr.y (mgr.25279) 467 : cluster [DBG] pgmap v298: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: cephadm 2024-03-30T04:41:11.239902+0000 mgr.y (mgr.25279) 468 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:13.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: cluster 2024-03-30T04:41:11.340633+0000 mgr.y (mgr.25279) 469 : cluster [DBG] pgmap v299: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: cluster 2024-03-30T04:41:11.341119+0000 mgr.y (mgr.25279) 470 : cluster [DBG] pgmap v300: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: cephadm 2024-03-30T04:41:11.350741+0000 mgr.y (mgr.25279) 471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:13.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: cluster 2024-03-30T04:41:11.453433+0000 mgr.y (mgr.25279) 472 : cluster [DBG] pgmap v301: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: cluster 2024-03-30T04:41:11.453919+0000 mgr.y (mgr.25279) 473 : cluster [DBG] pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: cephadm 2024-03-30T04:41:11.459526+0000 mgr.y (mgr.25279) 474 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:13.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: cluster 2024-03-30T04:41:11.560648+0000 mgr.y (mgr.25279) 475 : cluster [DBG] pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: cluster 2024-03-30T04:41:11.560875+0000 mgr.y (mgr.25279) 476 : cluster [DBG] pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: cephadm 2024-03-30T04:41:11.570486+0000 mgr.y (mgr.25279) 477 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:13.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:11.651193+0000 mon.a (mon.0) 2037 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:13.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:11.653811+0000 mon.a (mon.0) 2038 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:13.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:11.656768+0000 mon.a (mon.0) 2039 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:13.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:11.657720+0000 mon.a (mon.0) 2040 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:13.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: cluster 2024-03-30T04:41:11.659383+0000 mgr.y (mgr.25279) 478 : cluster [DBG] pgmap v305: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: cluster 2024-03-30T04:41:11.659702+0000 mgr.y (mgr.25279) 479 : cluster [DBG] pgmap v306: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:11.665801+0000 mon.a (mon.0) 2041 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:13.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: cephadm 2024-03-30T04:41:11.666298+0000 mgr.y (mgr.25279) 480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:13.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:11.750457+0000 mon.a (mon.0) 2042 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:13.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:11.754911+0000 mon.a (mon.0) 2043 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:13.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:11.758572+0000 mon.a (mon.0) 2044 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:13.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:11.759998+0000 mon.a (mon.0) 2045 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:13.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:11.771312+0000 mon.a (mon.0) 2046 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:13.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:11.848678+0000 mon.a (mon.0) 2047 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:13.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:10.774819+0000 mgr.y (mgr.25279) 453 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:13.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: cluster 2024-03-30T04:41:10.791766+0000 mgr.y (mgr.25279) 454 : cluster [DBG] pgmap v289: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:41:13.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: cluster 2024-03-30T04:41:10.792125+0000 mgr.y (mgr.25279) 455 : cluster [DBG] pgmap v290: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:41:13.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: cephadm 2024-03-30T04:41:10.798721+0000 mgr.y (mgr.25279) 456 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:13.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: cluster 2024-03-30T04:41:10.903476+0000 mgr.y (mgr.25279) 457 : cluster [DBG] pgmap v291: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 2 op/s 2024-03-30T04:41:13.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: cluster 2024-03-30T04:41:10.903761+0000 mgr.y (mgr.25279) 458 : cluster [DBG] pgmap v292: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: cephadm 2024-03-30T04:41:10.913232+0000 mgr.y (mgr.25279) 459 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:13.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: cluster 2024-03-30T04:41:11.013604+0000 mgr.y (mgr.25279) 460 : cluster [DBG] pgmap v293: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: cluster 2024-03-30T04:41:11.013861+0000 mgr.y (mgr.25279) 461 : cluster [DBG] pgmap v294: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: cephadm 2024-03-30T04:41:11.019344+0000 mgr.y (mgr.25279) 462 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:13.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: cluster 2024-03-30T04:41:11.121679+0000 mgr.y (mgr.25279) 463 : cluster [DBG] pgmap v295: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: cluster 2024-03-30T04:41:11.121936+0000 mgr.y (mgr.25279) 464 : cluster [DBG] pgmap v296: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: cephadm 2024-03-30T04:41:11.129087+0000 mgr.y (mgr.25279) 465 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:13.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: cluster 2024-03-30T04:41:11.229755+0000 mgr.y (mgr.25279) 466 : cluster [DBG] pgmap v297: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: cluster 2024-03-30T04:41:11.230019+0000 mgr.y (mgr.25279) 467 : cluster [DBG] pgmap v298: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: cephadm 2024-03-30T04:41:11.239902+0000 mgr.y (mgr.25279) 468 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:13.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: cluster 2024-03-30T04:41:11.340633+0000 mgr.y (mgr.25279) 469 : cluster [DBG] pgmap v299: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: cluster 2024-03-30T04:41:11.341119+0000 mgr.y (mgr.25279) 470 : cluster [DBG] pgmap v300: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: cephadm 2024-03-30T04:41:11.350741+0000 mgr.y (mgr.25279) 471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:13.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: cluster 2024-03-30T04:41:11.453433+0000 mgr.y (mgr.25279) 472 : cluster [DBG] pgmap v301: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:11.851696+0000 mon.a (mon.0) 2048 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:13.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:11.854284+0000 mon.a (mon.0) 2049 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:13.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:11.855020+0000 mon.a (mon.0) 2050 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:13.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:11.860961+0000 mon.a (mon.0) 2051 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:13.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:11.918595+0000 mon.a (mon.0) 2052 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:13.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:11.920274+0000 mon.a (mon.0) 2053 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:13.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:11.921910+0000 mon.a (mon.0) 2054 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:13.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:11.922508+0000 mon.a (mon.0) 2055 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:13.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:11.928199+0000 mon.a (mon.0) 2056 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:13.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:11.985017+0000 mon.a (mon.0) 2057 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:13.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:11.986742+0000 mon.a (mon.0) 2058 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:13.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:11.988668+0000 mon.a (mon.0) 2059 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:13.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:11.989291+0000 mon.a (mon.0) 2060 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:13.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:11.995155+0000 mon.a (mon.0) 2061 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:13.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:12.067436+0000 mon.a (mon.0) 2062 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:13.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:12.071277+0000 mon.a (mon.0) 2063 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:13.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:12.074838+0000 mon.a (mon.0) 2064 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:13.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:12.075977+0000 mon.a (mon.0) 2065 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:13.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:12.087557+0000 mon.a (mon.0) 2066 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:13.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:12.176898+0000 mon.a (mon.0) 2067 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:13.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:12.181438+0000 mon.a (mon.0) 2068 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:13.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:12.184913+0000 mon.a (mon.0) 2069 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:13.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:12.186020+0000 mon.a (mon.0) 2070 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:13.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:12.197627+0000 mon.a (mon.0) 2071 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:13.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:12.287054+0000 mon.a (mon.0) 2072 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:13.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:12.291408+0000 mon.a (mon.0) 2073 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:13.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:12.295536+0000 mon.a (mon.0) 2074 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:13.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:12.296953+0000 mon.a (mon.0) 2075 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:13.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:12.309297+0000 mon.a (mon.0) 2076 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:13.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:12.384014+0000 mon.a (mon.0) 2077 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:13.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:12.388234+0000 mon.a (mon.0) 2078 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:13.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:12.392418+0000 mon.a (mon.0) 2079 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:13.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:12.393846+0000 mon.a (mon.0) 2080 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:13.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:12.406364+0000 mon.a (mon.0) 2081 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:13.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:12.490352+0000 mon.a (mon.0) 2082 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:13.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:12.493673+0000 mon.a (mon.0) 2083 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:13.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:12.497073+0000 mon.a (mon.0) 2084 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:13.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:12.498102+0000 mon.a (mon.0) 2085 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:13.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:12.508629+0000 mon.a (mon.0) 2086 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:13.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:12.597354+0000 mon.a (mon.0) 2087 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:13.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:12.601430+0000 mon.a (mon.0) 2088 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:13.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:12.605912+0000 mon.a (mon.0) 2089 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:13.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[24005]: audit 2024-03-30T04:41:12.607364+0000 mon.a (mon.0) 2090 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:13.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: cluster 2024-03-30T04:41:11.453919+0000 mgr.y (mgr.25279) 473 : cluster [DBG] pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: cephadm 2024-03-30T04:41:11.459526+0000 mgr.y (mgr.25279) 474 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:13.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: cluster 2024-03-30T04:41:11.560648+0000 mgr.y (mgr.25279) 475 : cluster [DBG] pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: cluster 2024-03-30T04:41:11.560875+0000 mgr.y (mgr.25279) 476 : cluster [DBG] pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: cephadm 2024-03-30T04:41:11.570486+0000 mgr.y (mgr.25279) 477 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:13.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:11.651193+0000 mon.a (mon.0) 2037 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:13.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:11.653811+0000 mon.a (mon.0) 2038 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:13.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:11.656768+0000 mon.a (mon.0) 2039 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:13.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:11.657720+0000 mon.a (mon.0) 2040 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:13.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: cluster 2024-03-30T04:41:11.659383+0000 mgr.y (mgr.25279) 478 : cluster [DBG] pgmap v305: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: cluster 2024-03-30T04:41:11.659702+0000 mgr.y (mgr.25279) 479 : cluster [DBG] pgmap v306: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:11.665801+0000 mon.a (mon.0) 2041 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:13.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: cephadm 2024-03-30T04:41:11.666298+0000 mgr.y (mgr.25279) 480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:13.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:11.750457+0000 mon.a (mon.0) 2042 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:13.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:11.754911+0000 mon.a (mon.0) 2043 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:13.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:11.758572+0000 mon.a (mon.0) 2044 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:13.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:11.759998+0000 mon.a (mon.0) 2045 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:13.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:11.771312+0000 mon.a (mon.0) 2046 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:13.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:11.848678+0000 mon.a (mon.0) 2047 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:13.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:11.851696+0000 mon.a (mon.0) 2048 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:13.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:11.854284+0000 mon.a (mon.0) 2049 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:13.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:11.855020+0000 mon.a (mon.0) 2050 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:13.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:11.860961+0000 mon.a (mon.0) 2051 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:13.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:11.918595+0000 mon.a (mon.0) 2052 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:13.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:11.920274+0000 mon.a (mon.0) 2053 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:13.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:11.921910+0000 mon.a (mon.0) 2054 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:13.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:11.922508+0000 mon.a (mon.0) 2055 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:13.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:11.928199+0000 mon.a (mon.0) 2056 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:13.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:11.985017+0000 mon.a (mon.0) 2057 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:13.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:11.986742+0000 mon.a (mon.0) 2058 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:13.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:11.988668+0000 mon.a (mon.0) 2059 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:13.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:11.989291+0000 mon.a (mon.0) 2060 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:13.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:11.995155+0000 mon.a (mon.0) 2061 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:13.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:12.067436+0000 mon.a (mon.0) 2062 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:13.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:12.071277+0000 mon.a (mon.0) 2063 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:13.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:12.074838+0000 mon.a (mon.0) 2064 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:13.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:12.075977+0000 mon.a (mon.0) 2065 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:13.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:12.087557+0000 mon.a (mon.0) 2066 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:13.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:12.176898+0000 mon.a (mon.0) 2067 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:13.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:12.181438+0000 mon.a (mon.0) 2068 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:13.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:12.184913+0000 mon.a (mon.0) 2069 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:13.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:12.186020+0000 mon.a (mon.0) 2070 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:13.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:12.197627+0000 mon.a (mon.0) 2071 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:13.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:12.287054+0000 mon.a (mon.0) 2072 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:13.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:12.291408+0000 mon.a (mon.0) 2073 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:13.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:12.295536+0000 mon.a (mon.0) 2074 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:13.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:12.296953+0000 mon.a (mon.0) 2075 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:13.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:12.309297+0000 mon.a (mon.0) 2076 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:13.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:12.384014+0000 mon.a (mon.0) 2077 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:13.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:12.388234+0000 mon.a (mon.0) 2078 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:13.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:12.392418+0000 mon.a (mon.0) 2079 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:13.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:12.393846+0000 mon.a (mon.0) 2080 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:13.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:12.406364+0000 mon.a (mon.0) 2081 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:13.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:12.490352+0000 mon.a (mon.0) 2082 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:13.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:12.493673+0000 mon.a (mon.0) 2083 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:13.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:12.497073+0000 mon.a (mon.0) 2084 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:13.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:12.498102+0000 mon.a (mon.0) 2085 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:13.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:12.508629+0000 mon.a (mon.0) 2086 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:13.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:12.597354+0000 mon.a (mon.0) 2087 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:13.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:12.601430+0000 mon.a (mon.0) 2088 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:13.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:12.605912+0000 mon.a (mon.0) 2089 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:13.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:12 smithi111 bash[18552]: audit 2024-03-30T04:41:12.607364+0000 mon.a (mon.0) 2090 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:13.215 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[55997]: debug 2024-03-30T04:41:13.073+0000 7f725ef0f700 1 -- 172.21.15.117:0/3223802873 <== mon.2 v2:172.21.15.117:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x558f06c5e340 con 0x558f079dac00 2024-03-30T04:41:13.215 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:41:12 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-30T04:41:13.215 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:41:12 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Failed with result 'exit-code'. 2024-03-30T04:41:13.498 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[55997]: debug 2024-03-30T04:41:13.221+0000 7f7267b7e000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-30T04:41:13.883 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[53671]: ts=2024-03-30T04:41:13.507Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi111\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:41:13.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: cluster 2024-03-30T04:41:11.762620+0000 mgr.y (mgr.25279) 481 : cluster [DBG] pgmap v307: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: cluster 2024-03-30T04:41:11.763294+0000 mgr.y (mgr.25279) 482 : cluster [DBG] pgmap v308: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: cephadm 2024-03-30T04:41:11.772105+0000 mgr.y (mgr.25279) 483 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:13.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: cluster 2024-03-30T04:41:11.856287+0000 mgr.y (mgr.25279) 484 : cluster [DBG] pgmap v309: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: cluster 2024-03-30T04:41:11.856529+0000 mgr.y (mgr.25279) 485 : cluster [DBG] pgmap v310: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: cephadm 2024-03-30T04:41:11.861662+0000 mgr.y (mgr.25279) 486 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:13.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: cluster 2024-03-30T04:41:11.923631+0000 mgr.y (mgr.25279) 487 : cluster [DBG] pgmap v311: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: cluster 2024-03-30T04:41:11.923873+0000 mgr.y (mgr.25279) 488 : cluster [DBG] pgmap v312: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: cephadm 2024-03-30T04:41:11.928585+0000 mgr.y (mgr.25279) 489 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:13.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: cluster 2024-03-30T04:41:11.990483+0000 mgr.y (mgr.25279) 490 : cluster [DBG] pgmap v313: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: cluster 2024-03-30T04:41:11.990731+0000 mgr.y (mgr.25279) 491 : cluster [DBG] pgmap v314: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: cephadm 2024-03-30T04:41:11.995532+0000 mgr.y (mgr.25279) 492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:13.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: cluster 2024-03-30T04:41:12.078530+0000 mgr.y (mgr.25279) 493 : cluster [DBG] pgmap v315: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: cluster 2024-03-30T04:41:12.078723+0000 mgr.y (mgr.25279) 494 : cluster [DBG] pgmap v316: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: cephadm 2024-03-30T04:41:12.088381+0000 mgr.y (mgr.25279) 495 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:13.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: cluster 2024-03-30T04:41:12.188549+0000 mgr.y (mgr.25279) 496 : cluster [DBG] pgmap v317: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: cluster 2024-03-30T04:41:12.189192+0000 mgr.y (mgr.25279) 497 : cluster [DBG] pgmap v318: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: cephadm 2024-03-30T04:41:12.198524+0000 mgr.y (mgr.25279) 498 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:13.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: cluster 2024-03-30T04:41:12.299801+0000 mgr.y (mgr.25279) 499 : cluster [DBG] pgmap v319: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: cluster 2024-03-30T04:41:12.300496+0000 mgr.y (mgr.25279) 500 : cluster [DBG] pgmap v320: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: cephadm 2024-03-30T04:41:12.310182+0000 mgr.y (mgr.25279) 501 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:13.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: cluster 2024-03-30T04:41:12.396548+0000 mgr.y (mgr.25279) 502 : cluster [DBG] pgmap v321: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: cluster 2024-03-30T04:41:12.397212+0000 mgr.y (mgr.25279) 503 : cluster [DBG] pgmap v322: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: cephadm 2024-03-30T04:41:12.407250+0000 mgr.y (mgr.25279) 504 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:13.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: cluster 2024-03-30T04:41:12.500350+0000 mgr.y (mgr.25279) 505 : cluster [DBG] pgmap v323: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: cluster 2024-03-30T04:41:12.500860+0000 mgr.y (mgr.25279) 506 : cluster [DBG] pgmap v324: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: cephadm 2024-03-30T04:41:12.509325+0000 mgr.y (mgr.25279) 507 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:13.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: cluster 2024-03-30T04:41:12.610108+0000 mgr.y (mgr.25279) 508 : cluster [DBG] pgmap v325: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: cluster 2024-03-30T04:41:12.610667+0000 mgr.y (mgr.25279) 509 : cluster [DBG] pgmap v326: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:12.618849+0000 mon.a (mon.0) 2091 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:13.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: cephadm 2024-03-30T04:41:12.619711+0000 mgr.y (mgr.25279) 510 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:13.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:12.694812+0000 mon.a (mon.0) 2092 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:13.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:12.697343+0000 mon.a (mon.0) 2093 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:13.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:12.700055+0000 mon.a (mon.0) 2094 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:13.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:12.700776+0000 mon.a (mon.0) 2095 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:13.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: cluster 2024-03-30T04:41:12.702170+0000 mgr.y (mgr.25279) 511 : cluster [DBG] pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: cluster 2024-03-30T04:41:12.702439+0000 mgr.y (mgr.25279) 512 : cluster [DBG] pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:12.708433+0000 mon.a (mon.0) 2096 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:13.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: cephadm 2024-03-30T04:41:12.708843+0000 mgr.y (mgr.25279) 513 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:13.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:12.783112+0000 mon.a (mon.0) 2097 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:13.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:12.787606+0000 mon.a (mon.0) 2098 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:13.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:12.791057+0000 mon.a (mon.0) 2099 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:13.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:12.791926+0000 mon.a (mon.0) 2100 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:13.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:12.802408+0000 mon.a (mon.0) 2101 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:13.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:12.889402+0000 mon.a (mon.0) 2102 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:41:13.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:12.892043+0000 mon.a (mon.0) 2103 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:13.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:12.898720+0000 mon.a (mon.0) 2104 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:13.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:12.906136+0000 mon.a (mon.0) 2105 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:13.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:12.910264+0000 mon.a (mon.0) 2106 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:13.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:12.944252+0000 mon.a (mon.0) 2107 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:13.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.014477+0000 mon.a (mon.0) 2108 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:13.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.017426+0000 mon.a (mon.0) 2109 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:13.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.020767+0000 mon.a (mon.0) 2110 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:13.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.021863+0000 mon.a (mon.0) 2111 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:13.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.032375+0000 mon.a (mon.0) 2112 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:13.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.108008+0000 mon.a (mon.0) 2113 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:13.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.110683+0000 mon.a (mon.0) 2114 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:13.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.113577+0000 mon.a (mon.0) 2115 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:13.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.114942+0000 mon.a (mon.0) 2116 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:13.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.125223+0000 mon.a (mon.0) 2117 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:13.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.184202+0000 mon.a (mon.0) 2118 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:13.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.186337+0000 mon.a (mon.0) 2119 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:13.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.188724+0000 mon.a (mon.0) 2120 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:13.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.189583+0000 mon.a (mon.0) 2121 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:13.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.196073+0000 mon.a (mon.0) 2122 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:13.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.237783+0000 mon.a (mon.0) 2123 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:13.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.239814+0000 mon.a (mon.0) 2124 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:13.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.241660+0000 mon.a (mon.0) 2125 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:13.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.242361+0000 mon.a (mon.0) 2126 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:13.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.248624+0000 mon.a (mon.0) 2127 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:13.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.290688+0000 mon.a (mon.0) 2128 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:13.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.292781+0000 mon.a (mon.0) 2129 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:13.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.294637+0000 mon.a (mon.0) 2130 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:13.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.295262+0000 mon.a (mon.0) 2131 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:13.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.301550+0000 mon.a (mon.0) 2132 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:13.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.343559+0000 mon.a (mon.0) 2133 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:13.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.345754+0000 mon.a (mon.0) 2134 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:13.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.348731+0000 mon.a (mon.0) 2135 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:13.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.349421+0000 mon.a (mon.0) 2136 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:13.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.354830+0000 mon.a (mon.0) 2137 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:13.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.437498+0000 mon.a (mon.0) 2138 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:13.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.440518+0000 mon.a (mon.0) 2139 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:13.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.443155+0000 mon.a (mon.0) 2140 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:13.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.444085+0000 mon.a (mon.0) 2141 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:13.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.452486+0000 mon.a (mon.0) 2142 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:13.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.528050+0000 mon.a (mon.0) 2143 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:13.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.530252+0000 mon.a (mon.0) 2144 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:13.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.532453+0000 mon.a (mon.0) 2145 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:13.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.533159+0000 mon.a (mon.0) 2146 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:13.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.540428+0000 mon.a (mon.0) 2147 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:13.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.614731+0000 mon.a (mon.0) 2148 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:13.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.617359+0000 mon.a (mon.0) 2149 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:13.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.620286+0000 mon.a (mon.0) 2150 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:13.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.621363+0000 mon.a (mon.0) 2151 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:13.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:13 smithi117 bash[18692]: audit 2024-03-30T04:41:13.628431+0000 mon.a (mon.0) 2152 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: cluster 2024-03-30T04:41:11.762620+0000 mgr.y (mgr.25279) 481 : cluster [DBG] pgmap v307: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: cluster 2024-03-30T04:41:11.763294+0000 mgr.y (mgr.25279) 482 : cluster [DBG] pgmap v308: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: cephadm 2024-03-30T04:41:11.772105+0000 mgr.y (mgr.25279) 483 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: cluster 2024-03-30T04:41:11.856287+0000 mgr.y (mgr.25279) 484 : cluster [DBG] pgmap v309: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: cluster 2024-03-30T04:41:11.856529+0000 mgr.y (mgr.25279) 485 : cluster [DBG] pgmap v310: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: cephadm 2024-03-30T04:41:11.861662+0000 mgr.y (mgr.25279) 486 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: cluster 2024-03-30T04:41:11.923631+0000 mgr.y (mgr.25279) 487 : cluster [DBG] pgmap v311: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: cluster 2024-03-30T04:41:11.923873+0000 mgr.y (mgr.25279) 488 : cluster [DBG] pgmap v312: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: cephadm 2024-03-30T04:41:11.928585+0000 mgr.y (mgr.25279) 489 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: cluster 2024-03-30T04:41:11.990483+0000 mgr.y (mgr.25279) 490 : cluster [DBG] pgmap v313: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: cluster 2024-03-30T04:41:11.990731+0000 mgr.y (mgr.25279) 491 : cluster [DBG] pgmap v314: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: cephadm 2024-03-30T04:41:11.995532+0000 mgr.y (mgr.25279) 492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: cluster 2024-03-30T04:41:12.078530+0000 mgr.y (mgr.25279) 493 : cluster [DBG] pgmap v315: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: cluster 2024-03-30T04:41:12.078723+0000 mgr.y (mgr.25279) 494 : cluster [DBG] pgmap v316: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: cephadm 2024-03-30T04:41:12.088381+0000 mgr.y (mgr.25279) 495 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: cluster 2024-03-30T04:41:12.188549+0000 mgr.y (mgr.25279) 496 : cluster [DBG] pgmap v317: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: cluster 2024-03-30T04:41:12.189192+0000 mgr.y (mgr.25279) 497 : cluster [DBG] pgmap v318: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: cephadm 2024-03-30T04:41:12.198524+0000 mgr.y (mgr.25279) 498 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: cluster 2024-03-30T04:41:12.299801+0000 mgr.y (mgr.25279) 499 : cluster [DBG] pgmap v319: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: cluster 2024-03-30T04:41:12.300496+0000 mgr.y (mgr.25279) 500 : cluster [DBG] pgmap v320: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: cluster 2024-03-30T04:41:11.762620+0000 mgr.y (mgr.25279) 481 : cluster [DBG] pgmap v307: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: cluster 2024-03-30T04:41:11.763294+0000 mgr.y (mgr.25279) 482 : cluster [DBG] pgmap v308: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: cephadm 2024-03-30T04:41:11.772105+0000 mgr.y (mgr.25279) 483 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: cluster 2024-03-30T04:41:11.856287+0000 mgr.y (mgr.25279) 484 : cluster [DBG] pgmap v309: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: cluster 2024-03-30T04:41:11.856529+0000 mgr.y (mgr.25279) 485 : cluster [DBG] pgmap v310: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: cephadm 2024-03-30T04:41:11.861662+0000 mgr.y (mgr.25279) 486 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: cluster 2024-03-30T04:41:11.923631+0000 mgr.y (mgr.25279) 487 : cluster [DBG] pgmap v311: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: cluster 2024-03-30T04:41:11.923873+0000 mgr.y (mgr.25279) 488 : cluster [DBG] pgmap v312: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: cephadm 2024-03-30T04:41:11.928585+0000 mgr.y (mgr.25279) 489 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: cluster 2024-03-30T04:41:11.990483+0000 mgr.y (mgr.25279) 490 : cluster [DBG] pgmap v313: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: cluster 2024-03-30T04:41:11.990731+0000 mgr.y (mgr.25279) 491 : cluster [DBG] pgmap v314: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: cephadm 2024-03-30T04:41:11.995532+0000 mgr.y (mgr.25279) 492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: cluster 2024-03-30T04:41:12.078530+0000 mgr.y (mgr.25279) 493 : cluster [DBG] pgmap v315: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: cluster 2024-03-30T04:41:12.078723+0000 mgr.y (mgr.25279) 494 : cluster [DBG] pgmap v316: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: cephadm 2024-03-30T04:41:12.088381+0000 mgr.y (mgr.25279) 495 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: cluster 2024-03-30T04:41:12.188549+0000 mgr.y (mgr.25279) 496 : cluster [DBG] pgmap v317: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: cluster 2024-03-30T04:41:12.189192+0000 mgr.y (mgr.25279) 497 : cluster [DBG] pgmap v318: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: cephadm 2024-03-30T04:41:12.198524+0000 mgr.y (mgr.25279) 498 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: cluster 2024-03-30T04:41:12.299801+0000 mgr.y (mgr.25279) 499 : cluster [DBG] pgmap v319: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: cluster 2024-03-30T04:41:12.300496+0000 mgr.y (mgr.25279) 500 : cluster [DBG] pgmap v320: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: cephadm 2024-03-30T04:41:12.310182+0000 mgr.y (mgr.25279) 501 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: cluster 2024-03-30T04:41:12.396548+0000 mgr.y (mgr.25279) 502 : cluster [DBG] pgmap v321: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: cluster 2024-03-30T04:41:12.397212+0000 mgr.y (mgr.25279) 503 : cluster [DBG] pgmap v322: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: cephadm 2024-03-30T04:41:12.407250+0000 mgr.y (mgr.25279) 504 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: cluster 2024-03-30T04:41:12.500350+0000 mgr.y (mgr.25279) 505 : cluster [DBG] pgmap v323: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: cluster 2024-03-30T04:41:12.500860+0000 mgr.y (mgr.25279) 506 : cluster [DBG] pgmap v324: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: cephadm 2024-03-30T04:41:12.509325+0000 mgr.y (mgr.25279) 507 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: cluster 2024-03-30T04:41:12.610108+0000 mgr.y (mgr.25279) 508 : cluster [DBG] pgmap v325: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: cluster 2024-03-30T04:41:12.610667+0000 mgr.y (mgr.25279) 509 : cluster [DBG] pgmap v326: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:12.618849+0000 mon.a (mon.0) 2091 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: cephadm 2024-03-30T04:41:12.619711+0000 mgr.y (mgr.25279) 510 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:12.694812+0000 mon.a (mon.0) 2092 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:12.697343+0000 mon.a (mon.0) 2093 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:12.700055+0000 mon.a (mon.0) 2094 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:12.700776+0000 mon.a (mon.0) 2095 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: cluster 2024-03-30T04:41:12.702170+0000 mgr.y (mgr.25279) 511 : cluster [DBG] pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: cluster 2024-03-30T04:41:12.702439+0000 mgr.y (mgr.25279) 512 : cluster [DBG] pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:12.708433+0000 mon.a (mon.0) 2096 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: cephadm 2024-03-30T04:41:12.708843+0000 mgr.y (mgr.25279) 513 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:12.783112+0000 mon.a (mon.0) 2097 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: cephadm 2024-03-30T04:41:12.310182+0000 mgr.y (mgr.25279) 501 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: cluster 2024-03-30T04:41:12.396548+0000 mgr.y (mgr.25279) 502 : cluster [DBG] pgmap v321: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: cluster 2024-03-30T04:41:12.397212+0000 mgr.y (mgr.25279) 503 : cluster [DBG] pgmap v322: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: cephadm 2024-03-30T04:41:12.407250+0000 mgr.y (mgr.25279) 504 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: cluster 2024-03-30T04:41:12.500350+0000 mgr.y (mgr.25279) 505 : cluster [DBG] pgmap v323: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: cluster 2024-03-30T04:41:12.500860+0000 mgr.y (mgr.25279) 506 : cluster [DBG] pgmap v324: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: cephadm 2024-03-30T04:41:12.509325+0000 mgr.y (mgr.25279) 507 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: cluster 2024-03-30T04:41:12.610108+0000 mgr.y (mgr.25279) 508 : cluster [DBG] pgmap v325: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: cluster 2024-03-30T04:41:12.610667+0000 mgr.y (mgr.25279) 509 : cluster [DBG] pgmap v326: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:12.618849+0000 mon.a (mon.0) 2091 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: cephadm 2024-03-30T04:41:12.619711+0000 mgr.y (mgr.25279) 510 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:12.694812+0000 mon.a (mon.0) 2092 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:12.697343+0000 mon.a (mon.0) 2093 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:12.700055+0000 mon.a (mon.0) 2094 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:12.700776+0000 mon.a (mon.0) 2095 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: cluster 2024-03-30T04:41:12.702170+0000 mgr.y (mgr.25279) 511 : cluster [DBG] pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: cluster 2024-03-30T04:41:12.702439+0000 mgr.y (mgr.25279) 512 : cluster [DBG] pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:12.708433+0000 mon.a (mon.0) 2096 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: cephadm 2024-03-30T04:41:12.708843+0000 mgr.y (mgr.25279) 513 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:12.783112+0000 mon.a (mon.0) 2097 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:12.787606+0000 mon.a (mon.0) 2098 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:12.791057+0000 mon.a (mon.0) 2099 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:12.791926+0000 mon.a (mon.0) 2100 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:12.802408+0000 mon.a (mon.0) 2101 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:12.889402+0000 mon.a (mon.0) 2102 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:41:14.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:12.892043+0000 mon.a (mon.0) 2103 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:12.898720+0000 mon.a (mon.0) 2104 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:12.906136+0000 mon.a (mon.0) 2105 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:12.910264+0000 mon.a (mon.0) 2106 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:12.944252+0000 mon.a (mon.0) 2107 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.014477+0000 mon.a (mon.0) 2108 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.017426+0000 mon.a (mon.0) 2109 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.020767+0000 mon.a (mon.0) 2110 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.021863+0000 mon.a (mon.0) 2111 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.032375+0000 mon.a (mon.0) 2112 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.108008+0000 mon.a (mon.0) 2113 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.110683+0000 mon.a (mon.0) 2114 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.113577+0000 mon.a (mon.0) 2115 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.114942+0000 mon.a (mon.0) 2116 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.125223+0000 mon.a (mon.0) 2117 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:12.787606+0000 mon.a (mon.0) 2098 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:12.791057+0000 mon.a (mon.0) 2099 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:12.791926+0000 mon.a (mon.0) 2100 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:12.802408+0000 mon.a (mon.0) 2101 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:12.889402+0000 mon.a (mon.0) 2102 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:41:14.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:12.892043+0000 mon.a (mon.0) 2103 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:12.898720+0000 mon.a (mon.0) 2104 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:12.906136+0000 mon.a (mon.0) 2105 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:12.910264+0000 mon.a (mon.0) 2106 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:12.944252+0000 mon.a (mon.0) 2107 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.014477+0000 mon.a (mon.0) 2108 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.017426+0000 mon.a (mon.0) 2109 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.020767+0000 mon.a (mon.0) 2110 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.021863+0000 mon.a (mon.0) 2111 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.032375+0000 mon.a (mon.0) 2112 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.108008+0000 mon.a (mon.0) 2113 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.110683+0000 mon.a (mon.0) 2114 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.113577+0000 mon.a (mon.0) 2115 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.114942+0000 mon.a (mon.0) 2116 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.125223+0000 mon.a (mon.0) 2117 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.184202+0000 mon.a (mon.0) 2118 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.186337+0000 mon.a (mon.0) 2119 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.188724+0000 mon.a (mon.0) 2120 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.189583+0000 mon.a (mon.0) 2121 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.196073+0000 mon.a (mon.0) 2122 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.237783+0000 mon.a (mon.0) 2123 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.239814+0000 mon.a (mon.0) 2124 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.241660+0000 mon.a (mon.0) 2125 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.242361+0000 mon.a (mon.0) 2126 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.248624+0000 mon.a (mon.0) 2127 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.290688+0000 mon.a (mon.0) 2128 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.292781+0000 mon.a (mon.0) 2129 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.294637+0000 mon.a (mon.0) 2130 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.295262+0000 mon.a (mon.0) 2131 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.301550+0000 mon.a (mon.0) 2132 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.343559+0000 mon.a (mon.0) 2133 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.345754+0000 mon.a (mon.0) 2134 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.348731+0000 mon.a (mon.0) 2135 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.349421+0000 mon.a (mon.0) 2136 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.184202+0000 mon.a (mon.0) 2118 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.186337+0000 mon.a (mon.0) 2119 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.188724+0000 mon.a (mon.0) 2120 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.189583+0000 mon.a (mon.0) 2121 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.196073+0000 mon.a (mon.0) 2122 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.237783+0000 mon.a (mon.0) 2123 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.239814+0000 mon.a (mon.0) 2124 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.241660+0000 mon.a (mon.0) 2125 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.242361+0000 mon.a (mon.0) 2126 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.248624+0000 mon.a (mon.0) 2127 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.290688+0000 mon.a (mon.0) 2128 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.292781+0000 mon.a (mon.0) 2129 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.294637+0000 mon.a (mon.0) 2130 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.295262+0000 mon.a (mon.0) 2131 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.301550+0000 mon.a (mon.0) 2132 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.343559+0000 mon.a (mon.0) 2133 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.345754+0000 mon.a (mon.0) 2134 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.348731+0000 mon.a (mon.0) 2135 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.349421+0000 mon.a (mon.0) 2136 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.354830+0000 mon.a (mon.0) 2137 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.437498+0000 mon.a (mon.0) 2138 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.440518+0000 mon.a (mon.0) 2139 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.443155+0000 mon.a (mon.0) 2140 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.444085+0000 mon.a (mon.0) 2141 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.452486+0000 mon.a (mon.0) 2142 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.528050+0000 mon.a (mon.0) 2143 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.530252+0000 mon.a (mon.0) 2144 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.532453+0000 mon.a (mon.0) 2145 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.533159+0000 mon.a (mon.0) 2146 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.540428+0000 mon.a (mon.0) 2147 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.614731+0000 mon.a (mon.0) 2148 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.617359+0000 mon.a (mon.0) 2149 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.620286+0000 mon.a (mon.0) 2150 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.621363+0000 mon.a (mon.0) 2151 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[24005]: audit 2024-03-30T04:41:13.628431+0000 mon.a (mon.0) 2152 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.354830+0000 mon.a (mon.0) 2137 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.437498+0000 mon.a (mon.0) 2138 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.440518+0000 mon.a (mon.0) 2139 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.443155+0000 mon.a (mon.0) 2140 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.444085+0000 mon.a (mon.0) 2141 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.452486+0000 mon.a (mon.0) 2142 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.528050+0000 mon.a (mon.0) 2143 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.530252+0000 mon.a (mon.0) 2144 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.532453+0000 mon.a (mon.0) 2145 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.533159+0000 mon.a (mon.0) 2146 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.540428+0000 mon.a (mon.0) 2147 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.614731+0000 mon.a (mon.0) 2148 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.617359+0000 mon.a (mon.0) 2149 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.620286+0000 mon.a (mon.0) 2150 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.621363+0000 mon.a (mon.0) 2151 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:13 smithi111 bash[18552]: audit 2024-03-30T04:41:13.628431+0000 mon.a (mon.0) 2152 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.756 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: cluster 2024-03-30T04:41:12.793538+0000 mgr.y (mgr.25279) 514 : cluster [DBG] pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.756 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: cluster 2024-03-30T04:41:12.793800+0000 mgr.y (mgr.25279) 515 : cluster [DBG] pgmap v330: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.756 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: cephadm 2024-03-30T04:41:12.803265+0000 mgr.y (mgr.25279) 516 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.756 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: cluster 2024-03-30T04:41:12.918338+0000 mgr.y (mgr.25279) 517 : cluster [DBG] pgmap v331: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.757 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: cluster 2024-03-30T04:41:12.923039+0000 mgr.y (mgr.25279) 518 : cluster [DBG] pgmap v332: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.757 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: cephadm 2024-03-30T04:41:12.948237+0000 mgr.y (mgr.25279) 519 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.757 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: cluster 2024-03-30T04:41:13.024199+0000 mgr.y (mgr.25279) 520 : cluster [DBG] pgmap v333: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.757 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: cluster 2024-03-30T04:41:13.024453+0000 mgr.y (mgr.25279) 521 : cluster [DBG] pgmap v334: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.757 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: cephadm 2024-03-30T04:41:13.033063+0000 mgr.y (mgr.25279) 522 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.757 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: cluster 2024-03-30T04:41:13.116882+0000 mgr.y (mgr.25279) 523 : cluster [DBG] pgmap v335: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.757 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: cluster 2024-03-30T04:41:13.117568+0000 mgr.y (mgr.25279) 524 : cluster [DBG] pgmap v336: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.757 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: cephadm 2024-03-30T04:41:13.125814+0000 mgr.y (mgr.25279) 525 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.757 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: cluster 2024-03-30T04:41:13.190945+0000 mgr.y (mgr.25279) 526 : cluster [DBG] pgmap v337: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.757 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: cluster 2024-03-30T04:41:13.191178+0000 mgr.y (mgr.25279) 527 : cluster [DBG] pgmap v338: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.757 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: cephadm 2024-03-30T04:41:13.196576+0000 mgr.y (mgr.25279) 528 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.757 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: cluster 2024-03-30T04:41:13.243712+0000 mgr.y (mgr.25279) 529 : cluster [DBG] pgmap v339: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.757 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: cluster 2024-03-30T04:41:13.243957+0000 mgr.y (mgr.25279) 530 : cluster [DBG] pgmap v340: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.757 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: cephadm 2024-03-30T04:41:13.249072+0000 mgr.y (mgr.25279) 531 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.758 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: cluster 2024-03-30T04:41:13.296630+0000 mgr.y (mgr.25279) 532 : cluster [DBG] pgmap v341: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.758 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: cluster 2024-03-30T04:41:13.296867+0000 mgr.y (mgr.25279) 533 : cluster [DBG] pgmap v342: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.758 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: cephadm 2024-03-30T04:41:13.302009+0000 mgr.y (mgr.25279) 534 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.758 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: cluster 2024-03-30T04:41:13.350678+0000 mgr.y (mgr.25279) 535 : cluster [DBG] pgmap v343: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.758 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: cluster 2024-03-30T04:41:13.350900+0000 mgr.y (mgr.25279) 536 : cluster [DBG] pgmap v344: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.758 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: cephadm 2024-03-30T04:41:13.355214+0000 mgr.y (mgr.25279) 537 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.758 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: cluster 2024-03-30T04:41:13.446079+0000 mgr.y (mgr.25279) 538 : cluster [DBG] pgmap v345: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.758 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: cluster 2024-03-30T04:41:13.446640+0000 mgr.y (mgr.25279) 539 : cluster [DBG] pgmap v346: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.758 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: cephadm 2024-03-30T04:41:13.453028+0000 mgr.y (mgr.25279) 540 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.758 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: cluster 2024-03-30T04:41:13.535073+0000 mgr.y (mgr.25279) 541 : cluster [DBG] pgmap v347: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.758 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: cluster 2024-03-30T04:41:13.535687+0000 mgr.y (mgr.25279) 542 : cluster [DBG] pgmap v348: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.758 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: cephadm 2024-03-30T04:41:13.540884+0000 mgr.y (mgr.25279) 543 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.759 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: cluster 2024-03-30T04:41:13.623260+0000 mgr.y (mgr.25279) 544 : cluster [DBG] pgmap v349: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.759 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: cluster 2024-03-30T04:41:13.623769+0000 mgr.y (mgr.25279) 545 : cluster [DBG] pgmap v350: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.759 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: cephadm 2024-03-30T04:41:13.628853+0000 mgr.y (mgr.25279) 546 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.759 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:13.688315+0000 mon.a (mon.0) 2153 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.759 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:13.690574+0000 mon.a (mon.0) 2154 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.759 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:13.692761+0000 mon.a (mon.0) 2155 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.759 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:13.693548+0000 mon.a (mon.0) 2156 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.759 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: cluster 2024-03-30T04:41:13.695457+0000 mgr.y (mgr.25279) 547 : cluster [DBG] pgmap v351: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.759 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: cluster 2024-03-30T04:41:13.696106+0000 mgr.y (mgr.25279) 548 : cluster [DBG] pgmap v352: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.759 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:13.700148+0000 mon.a (mon.0) 2157 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.759 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: cephadm 2024-03-30T04:41:13.700783+0000 mgr.y (mgr.25279) 549 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.759 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:13.746979+0000 mon.a (mon.0) 2158 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.759 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:13.749220+0000 mon.a (mon.0) 2159 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.760 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:13.751190+0000 mon.a (mon.0) 2160 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.760 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:13.751951+0000 mon.a (mon.0) 2161 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.760 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: cluster 2024-03-30T04:41:13.753292+0000 mgr.y (mgr.25279) 550 : cluster [DBG] pgmap v353: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.760 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: cluster 2024-03-30T04:41:13.753532+0000 mgr.y (mgr.25279) 551 : cluster [DBG] pgmap v354: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.760 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:13.758800+0000 mon.a (mon.0) 2162 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.760 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:13.836816+0000 mon.a (mon.0) 2163 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.760 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:13.839431+0000 mon.a (mon.0) 2164 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.760 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:13.841670+0000 mon.a (mon.0) 2165 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.760 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:13.842446+0000 mon.a (mon.0) 2166 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.760 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:13.850458+0000 mon.a (mon.0) 2167 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.760 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:13.895569+0000 mon.a (mon.0) 2168 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.760 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:13.897894+0000 mon.a (mon.0) 2169 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.761 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:13.900011+0000 mon.a (mon.0) 2170 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.761 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:13.900786+0000 mon.a (mon.0) 2171 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.761 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:13.907832+0000 mon.a (mon.0) 2172 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.761 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:13.965501+0000 mon.a (mon.0) 2173 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.761 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:13.967496+0000 mon.a (mon.0) 2174 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.761 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: cluster 2024-03-30T04:41:12.793538+0000 mgr.y (mgr.25279) 514 : cluster [DBG] pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.761 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: cluster 2024-03-30T04:41:12.793800+0000 mgr.y (mgr.25279) 515 : cluster [DBG] pgmap v330: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.761 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: cephadm 2024-03-30T04:41:12.803265+0000 mgr.y (mgr.25279) 516 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.761 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: cluster 2024-03-30T04:41:12.918338+0000 mgr.y (mgr.25279) 517 : cluster [DBG] pgmap v331: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.761 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: cluster 2024-03-30T04:41:12.923039+0000 mgr.y (mgr.25279) 518 : cluster [DBG] pgmap v332: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.761 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: cephadm 2024-03-30T04:41:12.948237+0000 mgr.y (mgr.25279) 519 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.762 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: cluster 2024-03-30T04:41:13.024199+0000 mgr.y (mgr.25279) 520 : cluster [DBG] pgmap v333: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.762 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: cluster 2024-03-30T04:41:13.024453+0000 mgr.y (mgr.25279) 521 : cluster [DBG] pgmap v334: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.762 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: cephadm 2024-03-30T04:41:13.033063+0000 mgr.y (mgr.25279) 522 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.762 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: cluster 2024-03-30T04:41:13.116882+0000 mgr.y (mgr.25279) 523 : cluster [DBG] pgmap v335: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.762 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: cluster 2024-03-30T04:41:13.117568+0000 mgr.y (mgr.25279) 524 : cluster [DBG] pgmap v336: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.762 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: cephadm 2024-03-30T04:41:13.125814+0000 mgr.y (mgr.25279) 525 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.762 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: cluster 2024-03-30T04:41:13.190945+0000 mgr.y (mgr.25279) 526 : cluster [DBG] pgmap v337: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.762 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: cluster 2024-03-30T04:41:13.191178+0000 mgr.y (mgr.25279) 527 : cluster [DBG] pgmap v338: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.762 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: cephadm 2024-03-30T04:41:13.196576+0000 mgr.y (mgr.25279) 528 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.762 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: cluster 2024-03-30T04:41:13.243712+0000 mgr.y (mgr.25279) 529 : cluster [DBG] pgmap v339: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.762 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: cluster 2024-03-30T04:41:13.243957+0000 mgr.y (mgr.25279) 530 : cluster [DBG] pgmap v340: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.762 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: cephadm 2024-03-30T04:41:13.249072+0000 mgr.y (mgr.25279) 531 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.762 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: cluster 2024-03-30T04:41:13.296630+0000 mgr.y (mgr.25279) 532 : cluster [DBG] pgmap v341: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.762 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: cluster 2024-03-30T04:41:13.296867+0000 mgr.y (mgr.25279) 533 : cluster [DBG] pgmap v342: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.763 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:13.969970+0000 mon.a (mon.0) 2175 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.763 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:13.970660+0000 mon.a (mon.0) 2176 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.763 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:13.978077+0000 mon.a (mon.0) 2177 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.763 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.025339+0000 mon.a (mon.0) 2178 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.763 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.028244+0000 mon.a (mon.0) 2179 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.763 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.031279+0000 mon.a (mon.0) 2180 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.763 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.032320+0000 mon.a (mon.0) 2181 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.764 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.042277+0000 mon.a (mon.0) 2182 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.764 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.116780+0000 mon.a (mon.0) 2183 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.764 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.120754+0000 mon.a (mon.0) 2184 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.764 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.125314+0000 mon.a (mon.0) 2185 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.764 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.126672+0000 mon.a (mon.0) 2186 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.764 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.136694+0000 mon.a (mon.0) 2187 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.764 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.178639+0000 mon.a (mon.0) 2188 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.764 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.180497+0000 mon.a (mon.0) 2189 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.764 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.182640+0000 mon.a (mon.0) 2190 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.764 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.183299+0000 mon.a (mon.0) 2191 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.764 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.192375+0000 mon.a (mon.0) 2192 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.764 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.233193+0000 mon.a (mon.0) 2193 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.764 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.235019+0000 mon.a (mon.0) 2194 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.764 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.237532+0000 mon.a (mon.0) 2195 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.765 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.238294+0000 mon.a (mon.0) 2196 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.765 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.248516+0000 mon.a (mon.0) 2197 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.765 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.289085+0000 mon.a (mon.0) 2198 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.765 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.290842+0000 mon.a (mon.0) 2199 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.765 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.292659+0000 mon.a (mon.0) 2200 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.765 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.293286+0000 mon.a (mon.0) 2201 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.765 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.299889+0000 mon.a (mon.0) 2202 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.765 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.374673+0000 mon.a (mon.0) 2203 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.765 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.377584+0000 mon.a (mon.0) 2204 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.765 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.380489+0000 mon.a (mon.0) 2205 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.765 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.381355+0000 mon.a (mon.0) 2206 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.765 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.390494+0000 mon.a (mon.0) 2207 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.765 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.447862+0000 mon.a (mon.0) 2208 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.765 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.450454+0000 mon.a (mon.0) 2209 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.765 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.452568+0000 mon.a (mon.0) 2210 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.765 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.453277+0000 mon.a (mon.0) 2211 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.766 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.460318+0000 mon.a (mon.0) 2212 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.766 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.521068+0000 mon.a (mon.0) 2213 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.766 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.523163+0000 mon.a (mon.0) 2214 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.766 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.525673+0000 mon.a (mon.0) 2215 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.766 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.526317+0000 mon.a (mon.0) 2216 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.766 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.533661+0000 mon.a (mon.0) 2217 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.766 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.594774+0000 mon.a (mon.0) 2218 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.766 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.596591+0000 mon.a (mon.0) 2219 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.766 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.598521+0000 mon.a (mon.0) 2220 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.766 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.599160+0000 mon.a (mon.0) 2221 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.766 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[24005]: audit 2024-03-30T04:41:14.608245+0000 mon.a (mon.0) 2222 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.767 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: cephadm 2024-03-30T04:41:13.302009+0000 mgr.y (mgr.25279) 534 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.767 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: cluster 2024-03-30T04:41:13.350678+0000 mgr.y (mgr.25279) 535 : cluster [DBG] pgmap v343: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.767 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: cluster 2024-03-30T04:41:13.350900+0000 mgr.y (mgr.25279) 536 : cluster [DBG] pgmap v344: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.767 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: cephadm 2024-03-30T04:41:13.355214+0000 mgr.y (mgr.25279) 537 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.767 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: cluster 2024-03-30T04:41:13.446079+0000 mgr.y (mgr.25279) 538 : cluster [DBG] pgmap v345: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.767 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: cluster 2024-03-30T04:41:13.446640+0000 mgr.y (mgr.25279) 539 : cluster [DBG] pgmap v346: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.768 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: cephadm 2024-03-30T04:41:13.453028+0000 mgr.y (mgr.25279) 540 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.768 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: cluster 2024-03-30T04:41:13.535073+0000 mgr.y (mgr.25279) 541 : cluster [DBG] pgmap v347: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.768 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: cluster 2024-03-30T04:41:13.535687+0000 mgr.y (mgr.25279) 542 : cluster [DBG] pgmap v348: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.768 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: cephadm 2024-03-30T04:41:13.540884+0000 mgr.y (mgr.25279) 543 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.768 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: cluster 2024-03-30T04:41:13.623260+0000 mgr.y (mgr.25279) 544 : cluster [DBG] pgmap v349: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.768 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: cluster 2024-03-30T04:41:13.623769+0000 mgr.y (mgr.25279) 545 : cluster [DBG] pgmap v350: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.768 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: cephadm 2024-03-30T04:41:13.628853+0000 mgr.y (mgr.25279) 546 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.768 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:13.688315+0000 mon.a (mon.0) 2153 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.768 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:13.690574+0000 mon.a (mon.0) 2154 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.768 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:13.692761+0000 mon.a (mon.0) 2155 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.768 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:13.693548+0000 mon.a (mon.0) 2156 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.768 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: cluster 2024-03-30T04:41:13.695457+0000 mgr.y (mgr.25279) 547 : cluster [DBG] pgmap v351: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.768 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: cluster 2024-03-30T04:41:13.696106+0000 mgr.y (mgr.25279) 548 : cluster [DBG] pgmap v352: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.768 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:13.700148+0000 mon.a (mon.0) 2157 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.769 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: cephadm 2024-03-30T04:41:13.700783+0000 mgr.y (mgr.25279) 549 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:14.769 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:13.746979+0000 mon.a (mon.0) 2158 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.769 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:13.749220+0000 mon.a (mon.0) 2159 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.769 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:13.751190+0000 mon.a (mon.0) 2160 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.769 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:13.751951+0000 mon.a (mon.0) 2161 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.769 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: cluster 2024-03-30T04:41:13.753292+0000 mgr.y (mgr.25279) 550 : cluster [DBG] pgmap v353: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.769 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: cluster 2024-03-30T04:41:13.753532+0000 mgr.y (mgr.25279) 551 : cluster [DBG] pgmap v354: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:14.769 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:13.758800+0000 mon.a (mon.0) 2162 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.770 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:13.836816+0000 mon.a (mon.0) 2163 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.770 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:13.839431+0000 mon.a (mon.0) 2164 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.770 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:13.841670+0000 mon.a (mon.0) 2165 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.770 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:13.842446+0000 mon.a (mon.0) 2166 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.770 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:13.850458+0000 mon.a (mon.0) 2167 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.770 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:13.895569+0000 mon.a (mon.0) 2168 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.770 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:13.897894+0000 mon.a (mon.0) 2169 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.770 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:13.900011+0000 mon.a (mon.0) 2170 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.770 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:13.900786+0000 mon.a (mon.0) 2171 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.770 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:13.907832+0000 mon.a (mon.0) 2172 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.770 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:13.965501+0000 mon.a (mon.0) 2173 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.770 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:13.967496+0000 mon.a (mon.0) 2174 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.771 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:13.969970+0000 mon.a (mon.0) 2175 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.771 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:13.970660+0000 mon.a (mon.0) 2176 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.771 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:13.978077+0000 mon.a (mon.0) 2177 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.771 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.025339+0000 mon.a (mon.0) 2178 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.771 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.028244+0000 mon.a (mon.0) 2179 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.771 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.031279+0000 mon.a (mon.0) 2180 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.771 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.032320+0000 mon.a (mon.0) 2181 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.771 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.042277+0000 mon.a (mon.0) 2182 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.771 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.116780+0000 mon.a (mon.0) 2183 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.771 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.120754+0000 mon.a (mon.0) 2184 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.771 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.125314+0000 mon.a (mon.0) 2185 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.771 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.126672+0000 mon.a (mon.0) 2186 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.771 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.136694+0000 mon.a (mon.0) 2187 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.771 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.178639+0000 mon.a (mon.0) 2188 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.771 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.180497+0000 mon.a (mon.0) 2189 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.772 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.182640+0000 mon.a (mon.0) 2190 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.772 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.183299+0000 mon.a (mon.0) 2191 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.772 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.192375+0000 mon.a (mon.0) 2192 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.772 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.233193+0000 mon.a (mon.0) 2193 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.772 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.235019+0000 mon.a (mon.0) 2194 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.772 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.237532+0000 mon.a (mon.0) 2195 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.772 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.238294+0000 mon.a (mon.0) 2196 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.772 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.248516+0000 mon.a (mon.0) 2197 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.772 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.289085+0000 mon.a (mon.0) 2198 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.772 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.290842+0000 mon.a (mon.0) 2199 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.772 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.292659+0000 mon.a (mon.0) 2200 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.772 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.293286+0000 mon.a (mon.0) 2201 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.772 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.299889+0000 mon.a (mon.0) 2202 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.772 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.374673+0000 mon.a (mon.0) 2203 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.772 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.377584+0000 mon.a (mon.0) 2204 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.773 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.380489+0000 mon.a (mon.0) 2205 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.773 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.381355+0000 mon.a (mon.0) 2206 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.773 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.390494+0000 mon.a (mon.0) 2207 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.773 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.447862+0000 mon.a (mon.0) 2208 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.773 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.450454+0000 mon.a (mon.0) 2209 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.773 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.452568+0000 mon.a (mon.0) 2210 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.773 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.453277+0000 mon.a (mon.0) 2211 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.773 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.460318+0000 mon.a (mon.0) 2212 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.773 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.521068+0000 mon.a (mon.0) 2213 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.773 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.523163+0000 mon.a (mon.0) 2214 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.773 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.525673+0000 mon.a (mon.0) 2215 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.773 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.526317+0000 mon.a (mon.0) 2216 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.773 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.533661+0000 mon.a (mon.0) 2217 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:14.773 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.594774+0000 mon.a (mon.0) 2218 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:14.773 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.596591+0000 mon.a (mon.0) 2219 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:14.774 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.598521+0000 mon.a (mon.0) 2220 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:14.774 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.599160+0000 mon.a (mon.0) 2221 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:14.774 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:14 smithi111 bash[18552]: audit 2024-03-30T04:41:14.608245+0000 mon.a (mon.0) 2222 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:15.133 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[55997]: debug 2024-03-30T04:41:14.833+0000 7f7267b7e000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-30T04:41:15.133 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[55997]: debug 2024-03-30T04:41:14.929+0000 7f7267b7e000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-30T04:41:15.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: cluster 2024-03-30T04:41:12.793538+0000 mgr.y (mgr.25279) 514 : cluster [DBG] pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: cluster 2024-03-30T04:41:12.793800+0000 mgr.y (mgr.25279) 515 : cluster [DBG] pgmap v330: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: cephadm 2024-03-30T04:41:12.803265+0000 mgr.y (mgr.25279) 516 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:15.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: cluster 2024-03-30T04:41:12.918338+0000 mgr.y (mgr.25279) 517 : cluster [DBG] pgmap v331: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: cluster 2024-03-30T04:41:12.923039+0000 mgr.y (mgr.25279) 518 : cluster [DBG] pgmap v332: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: cephadm 2024-03-30T04:41:12.948237+0000 mgr.y (mgr.25279) 519 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:15.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: cluster 2024-03-30T04:41:13.024199+0000 mgr.y (mgr.25279) 520 : cluster [DBG] pgmap v333: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: cluster 2024-03-30T04:41:13.024453+0000 mgr.y (mgr.25279) 521 : cluster [DBG] pgmap v334: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: cephadm 2024-03-30T04:41:13.033063+0000 mgr.y (mgr.25279) 522 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:15.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: cluster 2024-03-30T04:41:13.116882+0000 mgr.y (mgr.25279) 523 : cluster [DBG] pgmap v335: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: cluster 2024-03-30T04:41:13.117568+0000 mgr.y (mgr.25279) 524 : cluster [DBG] pgmap v336: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: cephadm 2024-03-30T04:41:13.125814+0000 mgr.y (mgr.25279) 525 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:15.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: cluster 2024-03-30T04:41:13.190945+0000 mgr.y (mgr.25279) 526 : cluster [DBG] pgmap v337: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: cluster 2024-03-30T04:41:13.191178+0000 mgr.y (mgr.25279) 527 : cluster [DBG] pgmap v338: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: cephadm 2024-03-30T04:41:13.196576+0000 mgr.y (mgr.25279) 528 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:15.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: cluster 2024-03-30T04:41:13.243712+0000 mgr.y (mgr.25279) 529 : cluster [DBG] pgmap v339: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: cluster 2024-03-30T04:41:13.243957+0000 mgr.y (mgr.25279) 530 : cluster [DBG] pgmap v340: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: cephadm 2024-03-30T04:41:13.249072+0000 mgr.y (mgr.25279) 531 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:15.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: cluster 2024-03-30T04:41:13.296630+0000 mgr.y (mgr.25279) 532 : cluster [DBG] pgmap v341: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: cluster 2024-03-30T04:41:13.296867+0000 mgr.y (mgr.25279) 533 : cluster [DBG] pgmap v342: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: cephadm 2024-03-30T04:41:13.302009+0000 mgr.y (mgr.25279) 534 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:15.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: cluster 2024-03-30T04:41:13.350678+0000 mgr.y (mgr.25279) 535 : cluster [DBG] pgmap v343: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: cluster 2024-03-30T04:41:13.350900+0000 mgr.y (mgr.25279) 536 : cluster [DBG] pgmap v344: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: cephadm 2024-03-30T04:41:13.355214+0000 mgr.y (mgr.25279) 537 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:15.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: cluster 2024-03-30T04:41:13.446079+0000 mgr.y (mgr.25279) 538 : cluster [DBG] pgmap v345: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: cluster 2024-03-30T04:41:13.446640+0000 mgr.y (mgr.25279) 539 : cluster [DBG] pgmap v346: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: cephadm 2024-03-30T04:41:13.453028+0000 mgr.y (mgr.25279) 540 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:15.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: cluster 2024-03-30T04:41:13.535073+0000 mgr.y (mgr.25279) 541 : cluster [DBG] pgmap v347: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: cluster 2024-03-30T04:41:13.535687+0000 mgr.y (mgr.25279) 542 : cluster [DBG] pgmap v348: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: cephadm 2024-03-30T04:41:13.540884+0000 mgr.y (mgr.25279) 543 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:15.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: cluster 2024-03-30T04:41:13.623260+0000 mgr.y (mgr.25279) 544 : cluster [DBG] pgmap v349: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: cluster 2024-03-30T04:41:13.623769+0000 mgr.y (mgr.25279) 545 : cluster [DBG] pgmap v350: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: cephadm 2024-03-30T04:41:13.628853+0000 mgr.y (mgr.25279) 546 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:15.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:13.688315+0000 mon.a (mon.0) 2153 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:15.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:13.690574+0000 mon.a (mon.0) 2154 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:15.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:13.692761+0000 mon.a (mon.0) 2155 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:15.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:13.693548+0000 mon.a (mon.0) 2156 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:15.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: cluster 2024-03-30T04:41:13.695457+0000 mgr.y (mgr.25279) 547 : cluster [DBG] pgmap v351: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: cluster 2024-03-30T04:41:13.696106+0000 mgr.y (mgr.25279) 548 : cluster [DBG] pgmap v352: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:13.700148+0000 mon.a (mon.0) 2157 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:15.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: cephadm 2024-03-30T04:41:13.700783+0000 mgr.y (mgr.25279) 549 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:15.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:13.746979+0000 mon.a (mon.0) 2158 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:15.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:13.749220+0000 mon.a (mon.0) 2159 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:15.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:13.751190+0000 mon.a (mon.0) 2160 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:15.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:13.751951+0000 mon.a (mon.0) 2161 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:15.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: cluster 2024-03-30T04:41:13.753292+0000 mgr.y (mgr.25279) 550 : cluster [DBG] pgmap v353: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: cluster 2024-03-30T04:41:13.753532+0000 mgr.y (mgr.25279) 551 : cluster [DBG] pgmap v354: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:13.758800+0000 mon.a (mon.0) 2162 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:15.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:13.836816+0000 mon.a (mon.0) 2163 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:15.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:13.839431+0000 mon.a (mon.0) 2164 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:15.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:13.841670+0000 mon.a (mon.0) 2165 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:15.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:13.842446+0000 mon.a (mon.0) 2166 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:15.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:13.850458+0000 mon.a (mon.0) 2167 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:15.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:13.895569+0000 mon.a (mon.0) 2168 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:15.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:13.897894+0000 mon.a (mon.0) 2169 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:15.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:13.900011+0000 mon.a (mon.0) 2170 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:15.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:13.900786+0000 mon.a (mon.0) 2171 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:15.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:13.907832+0000 mon.a (mon.0) 2172 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:15.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:13.965501+0000 mon.a (mon.0) 2173 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:15.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:13.967496+0000 mon.a (mon.0) 2174 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:15.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:13.969970+0000 mon.a (mon.0) 2175 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:15.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:13.970660+0000 mon.a (mon.0) 2176 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:15.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:13.978077+0000 mon.a (mon.0) 2177 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:15.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.025339+0000 mon.a (mon.0) 2178 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:15.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.028244+0000 mon.a (mon.0) 2179 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:15.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.031279+0000 mon.a (mon.0) 2180 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:15.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.032320+0000 mon.a (mon.0) 2181 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:15.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.042277+0000 mon.a (mon.0) 2182 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:15.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.116780+0000 mon.a (mon.0) 2183 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:15.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.120754+0000 mon.a (mon.0) 2184 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:15.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.125314+0000 mon.a (mon.0) 2185 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:15.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.126672+0000 mon.a (mon.0) 2186 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:15.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.136694+0000 mon.a (mon.0) 2187 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:15.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.178639+0000 mon.a (mon.0) 2188 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:15.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.180497+0000 mon.a (mon.0) 2189 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:15.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.182640+0000 mon.a (mon.0) 2190 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:15.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.183299+0000 mon.a (mon.0) 2191 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:15.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.192375+0000 mon.a (mon.0) 2192 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:15.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.233193+0000 mon.a (mon.0) 2193 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:15.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.235019+0000 mon.a (mon.0) 2194 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:15.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.237532+0000 mon.a (mon.0) 2195 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:15.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.238294+0000 mon.a (mon.0) 2196 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:15.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.248516+0000 mon.a (mon.0) 2197 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:15.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.289085+0000 mon.a (mon.0) 2198 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:15.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.290842+0000 mon.a (mon.0) 2199 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:15.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.292659+0000 mon.a (mon.0) 2200 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:15.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.293286+0000 mon.a (mon.0) 2201 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:15.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.299889+0000 mon.a (mon.0) 2202 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:15.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.374673+0000 mon.a (mon.0) 2203 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:15.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.377584+0000 mon.a (mon.0) 2204 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:15.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.380489+0000 mon.a (mon.0) 2205 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:15.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.381355+0000 mon.a (mon.0) 2206 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:15.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.390494+0000 mon.a (mon.0) 2207 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:15.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.447862+0000 mon.a (mon.0) 2208 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:15.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.450454+0000 mon.a (mon.0) 2209 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:15.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.452568+0000 mon.a (mon.0) 2210 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:15.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.453277+0000 mon.a (mon.0) 2211 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:15.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.460318+0000 mon.a (mon.0) 2212 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:15.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.521068+0000 mon.a (mon.0) 2213 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:15.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.523163+0000 mon.a (mon.0) 2214 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:15.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.525673+0000 mon.a (mon.0) 2215 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:15.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.526317+0000 mon.a (mon.0) 2216 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:15.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.533661+0000 mon.a (mon.0) 2217 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:15.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.594774+0000 mon.a (mon.0) 2218 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:15.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.596591+0000 mon.a (mon.0) 2219 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:15.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.598521+0000 mon.a (mon.0) 2220 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:15.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.599160+0000 mon.a (mon.0) 2221 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:15.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:14 smithi117 bash[18692]: audit 2024-03-30T04:41:14.608245+0000 mon.a (mon.0) 2222 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:15.633 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[55997]: debug 2024-03-30T04:41:15.181+0000 7f7267b7e000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-30T04:41:15.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: cephadm 2024-03-30T04:41:13.759284+0000 mgr.y (mgr.25279) 552 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:15.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: cluster 2024-03-30T04:41:13.845052+0000 mgr.y (mgr.25279) 553 : cluster [DBG] pgmap v355: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s 2024-03-30T04:41:15.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: cluster 2024-03-30T04:41:13.845604+0000 mgr.y (mgr.25279) 554 : cluster [DBG] pgmap v356: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s 2024-03-30T04:41:15.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: cephadm 2024-03-30T04:41:13.851004+0000 mgr.y (mgr.25279) 555 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:15.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: cluster 2024-03-30T04:41:13.902327+0000 mgr.y (mgr.25279) 556 : cluster [DBG] pgmap v357: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 24 op/s 2024-03-30T04:41:15.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: cluster 2024-03-30T04:41:13.902606+0000 mgr.y (mgr.25279) 557 : cluster [DBG] pgmap v358: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 24 op/s 2024-03-30T04:41:15.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: cephadm 2024-03-30T04:41:13.908323+0000 mgr.y (mgr.25279) 558 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:15.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: cluster 2024-03-30T04:41:13.972303+0000 mgr.y (mgr.25279) 559 : cluster [DBG] pgmap v359: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s 2024-03-30T04:41:15.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: cluster 2024-03-30T04:41:13.972843+0000 mgr.y (mgr.25279) 560 : cluster [DBG] pgmap v360: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s 2024-03-30T04:41:15.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: cephadm 2024-03-30T04:41:13.978509+0000 mgr.y (mgr.25279) 561 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:15.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: cluster 2024-03-30T04:41:14.034156+0000 mgr.y (mgr.25279) 562 : cluster [DBG] pgmap v361: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: cluster 2024-03-30T04:41:14.034424+0000 mgr.y (mgr.25279) 563 : cluster [DBG] pgmap v362: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: cephadm 2024-03-30T04:41:14.043098+0000 mgr.y (mgr.25279) 564 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:15.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: cluster 2024-03-30T04:41:14.129211+0000 mgr.y (mgr.25279) 565 : cluster [DBG] pgmap v363: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: cluster 2024-03-30T04:41:14.129492+0000 mgr.y (mgr.25279) 566 : cluster [DBG] pgmap v364: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: cephadm 2024-03-30T04:41:14.137465+0000 mgr.y (mgr.25279) 567 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:15.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: cluster 2024-03-30T04:41:14.184807+0000 mgr.y (mgr.25279) 568 : cluster [DBG] pgmap v365: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: cluster 2024-03-30T04:41:14.185053+0000 mgr.y (mgr.25279) 569 : cluster [DBG] pgmap v366: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: cephadm 2024-03-30T04:41:14.192916+0000 mgr.y (mgr.25279) 570 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:15.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: cluster 2024-03-30T04:41:14.239723+0000 mgr.y (mgr.25279) 571 : cluster [DBG] pgmap v367: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: cluster 2024-03-30T04:41:14.239979+0000 mgr.y (mgr.25279) 572 : cluster [DBG] pgmap v368: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: cephadm 2024-03-30T04:41:14.249002+0000 mgr.y (mgr.25279) 573 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:15.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: cluster 2024-03-30T04:41:14.294610+0000 mgr.y (mgr.25279) 574 : cluster [DBG] pgmap v369: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: cluster 2024-03-30T04:41:14.294995+0000 mgr.y (mgr.25279) 575 : cluster [DBG] pgmap v370: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: cephadm 2024-03-30T04:41:14.300357+0000 mgr.y (mgr.25279) 576 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:15.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: cluster 2024-03-30T04:41:14.383107+0000 mgr.y (mgr.25279) 577 : cluster [DBG] pgmap v371: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: cluster 2024-03-30T04:41:14.383626+0000 mgr.y (mgr.25279) 578 : cluster [DBG] pgmap v372: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: cephadm 2024-03-30T04:41:14.391109+0000 mgr.y (mgr.25279) 579 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:15.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: cluster 2024-03-30T04:41:14.454649+0000 mgr.y (mgr.25279) 580 : cluster [DBG] pgmap v373: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: cluster 2024-03-30T04:41:14.454900+0000 mgr.y (mgr.25279) 581 : cluster [DBG] pgmap v374: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: cephadm 2024-03-30T04:41:14.460778+0000 mgr.y (mgr.25279) 582 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:15.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: cluster 2024-03-30T04:41:14.527724+0000 mgr.y (mgr.25279) 583 : cluster [DBG] pgmap v375: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: cluster 2024-03-30T04:41:14.528009+0000 mgr.y (mgr.25279) 584 : cluster [DBG] pgmap v376: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: cephadm 2024-03-30T04:41:14.534111+0000 mgr.y (mgr.25279) 585 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:15.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: cluster 2024-03-30T04:41:14.600478+0000 mgr.y (mgr.25279) 586 : cluster [DBG] pgmap v377: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: cluster 2024-03-30T04:41:14.600789+0000 mgr.y (mgr.25279) 587 : cluster [DBG] pgmap v378: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: cephadm 2024-03-30T04:41:14.608758+0000 mgr.y (mgr.25279) 588 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:15.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:14.649563+0000 mon.a (mon.0) 2223 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:15.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:14.651404+0000 mon.a (mon.0) 2224 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:15.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:14.668918+0000 mon.a (mon.0) 2225 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:15.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:14.669835+0000 mon.a (mon.0) 2226 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:15.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: cluster 2024-03-30T04:41:14.674248+0000 mgr.y (mgr.25279) 589 : cluster [DBG] pgmap v379: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: cluster 2024-03-30T04:41:14.674454+0000 mgr.y (mgr.25279) 590 : cluster [DBG] pgmap v380: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:14.737912+0000 mon.a (mon.0) 2227 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:15.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:14.744200+0000 mon.a (mon.0) 2228 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:15.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: cephadm 2024-03-30T04:41:14.744966+0000 mgr.y (mgr.25279) 591 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:15.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:14.751270+0000 mon.a (mon.0) 2229 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:15.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: cluster 2024-03-30T04:41:14.753107+0000 mgr.y (mgr.25279) 592 : cluster [DBG] pgmap v381: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: cluster 2024-03-30T04:41:14.753795+0000 mgr.y (mgr.25279) 593 : cluster [DBG] pgmap v382: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:14.761350+0000 mon.a (mon.0) 2230 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:15.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:14.822189+0000 mon.a (mon.0) 2231 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:15.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:14.824354+0000 mon.a (mon.0) 2232 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:15.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:14.826495+0000 mon.a (mon.0) 2233 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:15.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:14.827256+0000 mon.a (mon.0) 2234 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:15.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:14.837735+0000 mon.a (mon.0) 2235 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:15.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:14.896162+0000 mon.a (mon.0) 2236 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:15.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:14.898086+0000 mon.a (mon.0) 2237 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:15.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:14.900116+0000 mon.a (mon.0) 2238 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:15.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:14.900906+0000 mon.a (mon.0) 2239 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:15.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:14.909481+0000 mon.a (mon.0) 2240 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:15.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:14.951668+0000 mon.a (mon.0) 2241 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:15.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:14.953620+0000 mon.a (mon.0) 2242 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:15.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:14.955545+0000 mon.a (mon.0) 2243 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:15.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:14.956369+0000 mon.a (mon.0) 2244 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:15.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:14.964838+0000 mon.a (mon.0) 2245 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:15.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.007539+0000 mon.a (mon.0) 2246 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:15.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.009670+0000 mon.a (mon.0) 2247 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:15.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.011571+0000 mon.a (mon.0) 2248 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:15.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.012248+0000 mon.a (mon.0) 2249 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:15.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.020306+0000 mon.a (mon.0) 2250 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:15.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.061034+0000 mon.a (mon.0) 2251 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:15.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.062892+0000 mon.a (mon.0) 2252 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:15.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.064662+0000 mon.a (mon.0) 2253 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:15.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.065279+0000 mon.a (mon.0) 2254 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:15.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.073553+0000 mon.a (mon.0) 2255 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:15.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.114805+0000 mon.a (mon.0) 2256 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:15.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.116916+0000 mon.a (mon.0) 2257 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:15.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.119195+0000 mon.a (mon.0) 2258 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:15.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.119771+0000 mon.a (mon.0) 2259 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:15.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.127847+0000 mon.a (mon.0) 2260 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:15.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.168351+0000 mon.a (mon.0) 2261 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:15.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.170105+0000 mon.a (mon.0) 2262 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:15.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.171717+0000 mon.a (mon.0) 2263 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:15.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.172275+0000 mon.a (mon.0) 2264 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:15.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.180007+0000 mon.a (mon.0) 2265 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:15.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.220975+0000 mon.a (mon.0) 2266 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:15.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.222939+0000 mon.a (mon.0) 2267 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:15.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.224821+0000 mon.a (mon.0) 2268 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:15.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.225454+0000 mon.a (mon.0) 2269 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:15.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.233564+0000 mon.a (mon.0) 2270 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:15.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.274734+0000 mon.a (mon.0) 2271 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:15.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.276512+0000 mon.a (mon.0) 2272 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:15.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.278290+0000 mon.a (mon.0) 2273 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:15.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.279229+0000 mon.a (mon.0) 2274 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:15.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.287748+0000 mon.a (mon.0) 2275 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:15.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.330401+0000 mon.a (mon.0) 2276 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:15.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.332473+0000 mon.a (mon.0) 2277 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:15.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.334250+0000 mon.a (mon.0) 2278 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:15.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.334899+0000 mon.a (mon.0) 2279 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:15.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.343195+0000 mon.a (mon.0) 2280 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:15.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.384603+0000 mon.a (mon.0) 2281 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:15.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.386618+0000 mon.a (mon.0) 2282 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:15.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.388559+0000 mon.a (mon.0) 2283 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:15.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.389236+0000 mon.a (mon.0) 2284 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:15.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.397602+0000 mon.a (mon.0) 2285 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:15.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.470052+0000 mon.a (mon.0) 2286 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:15.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.473730+0000 mon.a (mon.0) 2287 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:15.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.476739+0000 mon.a (mon.0) 2288 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:15.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.477757+0000 mon.a (mon.0) 2289 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:15.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.488869+0000 mon.a (mon.0) 2290 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:15.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.566145+0000 mon.a (mon.0) 2291 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:15.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.568647+0000 mon.a (mon.0) 2292 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:15.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.571360+0000 mon.a (mon.0) 2293 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:15.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.572248+0000 mon.a (mon.0) 2294 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:15.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[18692]: audit 2024-03-30T04:41:15.582622+0000 mon.a (mon.0) 2295 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: cephadm 2024-03-30T04:41:13.759284+0000 mgr.y (mgr.25279) 552 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: cluster 2024-03-30T04:41:13.845052+0000 mgr.y (mgr.25279) 553 : cluster [DBG] pgmap v355: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s 2024-03-30T04:41:16.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: cluster 2024-03-30T04:41:13.845604+0000 mgr.y (mgr.25279) 554 : cluster [DBG] pgmap v356: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s 2024-03-30T04:41:16.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: cephadm 2024-03-30T04:41:13.851004+0000 mgr.y (mgr.25279) 555 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: cluster 2024-03-30T04:41:13.902327+0000 mgr.y (mgr.25279) 556 : cluster [DBG] pgmap v357: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 24 op/s 2024-03-30T04:41:16.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: cluster 2024-03-30T04:41:13.902606+0000 mgr.y (mgr.25279) 557 : cluster [DBG] pgmap v358: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 24 op/s 2024-03-30T04:41:16.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: cephadm 2024-03-30T04:41:13.908323+0000 mgr.y (mgr.25279) 558 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: cluster 2024-03-30T04:41:13.972303+0000 mgr.y (mgr.25279) 559 : cluster [DBG] pgmap v359: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s 2024-03-30T04:41:16.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: cluster 2024-03-30T04:41:13.972843+0000 mgr.y (mgr.25279) 560 : cluster [DBG] pgmap v360: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s 2024-03-30T04:41:16.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: cephadm 2024-03-30T04:41:13.978509+0000 mgr.y (mgr.25279) 561 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: cluster 2024-03-30T04:41:14.034156+0000 mgr.y (mgr.25279) 562 : cluster [DBG] pgmap v361: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: cluster 2024-03-30T04:41:14.034424+0000 mgr.y (mgr.25279) 563 : cluster [DBG] pgmap v362: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: cephadm 2024-03-30T04:41:14.043098+0000 mgr.y (mgr.25279) 564 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: cluster 2024-03-30T04:41:14.129211+0000 mgr.y (mgr.25279) 565 : cluster [DBG] pgmap v363: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: cluster 2024-03-30T04:41:14.129492+0000 mgr.y (mgr.25279) 566 : cluster [DBG] pgmap v364: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: cephadm 2024-03-30T04:41:14.137465+0000 mgr.y (mgr.25279) 567 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: cluster 2024-03-30T04:41:14.184807+0000 mgr.y (mgr.25279) 568 : cluster [DBG] pgmap v365: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: cluster 2024-03-30T04:41:14.185053+0000 mgr.y (mgr.25279) 569 : cluster [DBG] pgmap v366: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: cephadm 2024-03-30T04:41:14.192916+0000 mgr.y (mgr.25279) 570 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: cluster 2024-03-30T04:41:14.239723+0000 mgr.y (mgr.25279) 571 : cluster [DBG] pgmap v367: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: cluster 2024-03-30T04:41:14.239979+0000 mgr.y (mgr.25279) 572 : cluster [DBG] pgmap v368: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: cephadm 2024-03-30T04:41:14.249002+0000 mgr.y (mgr.25279) 573 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: cluster 2024-03-30T04:41:14.294610+0000 mgr.y (mgr.25279) 574 : cluster [DBG] pgmap v369: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: cluster 2024-03-30T04:41:14.294995+0000 mgr.y (mgr.25279) 575 : cluster [DBG] pgmap v370: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: cephadm 2024-03-30T04:41:14.300357+0000 mgr.y (mgr.25279) 576 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: cluster 2024-03-30T04:41:14.383107+0000 mgr.y (mgr.25279) 577 : cluster [DBG] pgmap v371: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: cluster 2024-03-30T04:41:14.383626+0000 mgr.y (mgr.25279) 578 : cluster [DBG] pgmap v372: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: cephadm 2024-03-30T04:41:14.391109+0000 mgr.y (mgr.25279) 579 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: cluster 2024-03-30T04:41:14.454649+0000 mgr.y (mgr.25279) 580 : cluster [DBG] pgmap v373: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: cluster 2024-03-30T04:41:14.454900+0000 mgr.y (mgr.25279) 581 : cluster [DBG] pgmap v374: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: cephadm 2024-03-30T04:41:14.460778+0000 mgr.y (mgr.25279) 582 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: cluster 2024-03-30T04:41:14.527724+0000 mgr.y (mgr.25279) 583 : cluster [DBG] pgmap v375: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: cluster 2024-03-30T04:41:14.528009+0000 mgr.y (mgr.25279) 584 : cluster [DBG] pgmap v376: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: cephadm 2024-03-30T04:41:14.534111+0000 mgr.y (mgr.25279) 585 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: cluster 2024-03-30T04:41:14.600478+0000 mgr.y (mgr.25279) 586 : cluster [DBG] pgmap v377: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: cluster 2024-03-30T04:41:14.600789+0000 mgr.y (mgr.25279) 587 : cluster [DBG] pgmap v378: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: cephadm 2024-03-30T04:41:14.608758+0000 mgr.y (mgr.25279) 588 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:14.649563+0000 mon.a (mon.0) 2223 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:14.651404+0000 mon.a (mon.0) 2224 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:14.668918+0000 mon.a (mon.0) 2225 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:14.669835+0000 mon.a (mon.0) 2226 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: cluster 2024-03-30T04:41:14.674248+0000 mgr.y (mgr.25279) 589 : cluster [DBG] pgmap v379: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: cluster 2024-03-30T04:41:14.674454+0000 mgr.y (mgr.25279) 590 : cluster [DBG] pgmap v380: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:14.737912+0000 mon.a (mon.0) 2227 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:14.744200+0000 mon.a (mon.0) 2228 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: cephadm 2024-03-30T04:41:14.744966+0000 mgr.y (mgr.25279) 591 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:14.751270+0000 mon.a (mon.0) 2229 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: cluster 2024-03-30T04:41:14.753107+0000 mgr.y (mgr.25279) 592 : cluster [DBG] pgmap v381: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: cluster 2024-03-30T04:41:14.753795+0000 mgr.y (mgr.25279) 593 : cluster [DBG] pgmap v382: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:14.761350+0000 mon.a (mon.0) 2230 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:14.822189+0000 mon.a (mon.0) 2231 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:14.824354+0000 mon.a (mon.0) 2232 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:14.826495+0000 mon.a (mon.0) 2233 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:14.827256+0000 mon.a (mon.0) 2234 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:14.837735+0000 mon.a (mon.0) 2235 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:14.896162+0000 mon.a (mon.0) 2236 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:14.898086+0000 mon.a (mon.0) 2237 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:14.900116+0000 mon.a (mon.0) 2238 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:14.900906+0000 mon.a (mon.0) 2239 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:14.909481+0000 mon.a (mon.0) 2240 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:14.951668+0000 mon.a (mon.0) 2241 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:14.953620+0000 mon.a (mon.0) 2242 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:14.955545+0000 mon.a (mon.0) 2243 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:14.956369+0000 mon.a (mon.0) 2244 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:14.964838+0000 mon.a (mon.0) 2245 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.007539+0000 mon.a (mon.0) 2246 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.009670+0000 mon.a (mon.0) 2247 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.011571+0000 mon.a (mon.0) 2248 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.012248+0000 mon.a (mon.0) 2249 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.020306+0000 mon.a (mon.0) 2250 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.061034+0000 mon.a (mon.0) 2251 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.062892+0000 mon.a (mon.0) 2252 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.064662+0000 mon.a (mon.0) 2253 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.065279+0000 mon.a (mon.0) 2254 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.073553+0000 mon.a (mon.0) 2255 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.114805+0000 mon.a (mon.0) 2256 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.116916+0000 mon.a (mon.0) 2257 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.119195+0000 mon.a (mon.0) 2258 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.119771+0000 mon.a (mon.0) 2259 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.127847+0000 mon.a (mon.0) 2260 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.168351+0000 mon.a (mon.0) 2261 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.170105+0000 mon.a (mon.0) 2262 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.171717+0000 mon.a (mon.0) 2263 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.172275+0000 mon.a (mon.0) 2264 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.180007+0000 mon.a (mon.0) 2265 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.220975+0000 mon.a (mon.0) 2266 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.222939+0000 mon.a (mon.0) 2267 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.224821+0000 mon.a (mon.0) 2268 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.225454+0000 mon.a (mon.0) 2269 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.233564+0000 mon.a (mon.0) 2270 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.274734+0000 mon.a (mon.0) 2271 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.276512+0000 mon.a (mon.0) 2272 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.278290+0000 mon.a (mon.0) 2273 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.279229+0000 mon.a (mon.0) 2274 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.287748+0000 mon.a (mon.0) 2275 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.330401+0000 mon.a (mon.0) 2276 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.332473+0000 mon.a (mon.0) 2277 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.334250+0000 mon.a (mon.0) 2278 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.334899+0000 mon.a (mon.0) 2279 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.343195+0000 mon.a (mon.0) 2280 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.384603+0000 mon.a (mon.0) 2281 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.386618+0000 mon.a (mon.0) 2282 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.388559+0000 mon.a (mon.0) 2283 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.389236+0000 mon.a (mon.0) 2284 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.397602+0000 mon.a (mon.0) 2285 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.470052+0000 mon.a (mon.0) 2286 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.473730+0000 mon.a (mon.0) 2287 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.476739+0000 mon.a (mon.0) 2288 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.477757+0000 mon.a (mon.0) 2289 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.488869+0000 mon.a (mon.0) 2290 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.566145+0000 mon.a (mon.0) 2291 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.568647+0000 mon.a (mon.0) 2292 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.571360+0000 mon.a (mon.0) 2293 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.572248+0000 mon.a (mon.0) 2294 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[18552]: audit 2024-03-30T04:41:15.582622+0000 mon.a (mon.0) 2295 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: cephadm 2024-03-30T04:41:13.759284+0000 mgr.y (mgr.25279) 552 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: cluster 2024-03-30T04:41:13.845052+0000 mgr.y (mgr.25279) 553 : cluster [DBG] pgmap v355: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s 2024-03-30T04:41:16.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: cluster 2024-03-30T04:41:13.845604+0000 mgr.y (mgr.25279) 554 : cluster [DBG] pgmap v356: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s 2024-03-30T04:41:16.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: cephadm 2024-03-30T04:41:13.851004+0000 mgr.y (mgr.25279) 555 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: cluster 2024-03-30T04:41:13.902327+0000 mgr.y (mgr.25279) 556 : cluster [DBG] pgmap v357: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 24 op/s 2024-03-30T04:41:16.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: cluster 2024-03-30T04:41:13.902606+0000 mgr.y (mgr.25279) 557 : cluster [DBG] pgmap v358: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 24 op/s 2024-03-30T04:41:16.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: cephadm 2024-03-30T04:41:13.908323+0000 mgr.y (mgr.25279) 558 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: cluster 2024-03-30T04:41:13.972303+0000 mgr.y (mgr.25279) 559 : cluster [DBG] pgmap v359: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s 2024-03-30T04:41:16.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: cluster 2024-03-30T04:41:13.972843+0000 mgr.y (mgr.25279) 560 : cluster [DBG] pgmap v360: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s 2024-03-30T04:41:16.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: cephadm 2024-03-30T04:41:13.978509+0000 mgr.y (mgr.25279) 561 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: cluster 2024-03-30T04:41:14.034156+0000 mgr.y (mgr.25279) 562 : cluster [DBG] pgmap v361: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: cluster 2024-03-30T04:41:14.034424+0000 mgr.y (mgr.25279) 563 : cluster [DBG] pgmap v362: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: cephadm 2024-03-30T04:41:14.043098+0000 mgr.y (mgr.25279) 564 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: cluster 2024-03-30T04:41:14.129211+0000 mgr.y (mgr.25279) 565 : cluster [DBG] pgmap v363: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: cluster 2024-03-30T04:41:14.129492+0000 mgr.y (mgr.25279) 566 : cluster [DBG] pgmap v364: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: cephadm 2024-03-30T04:41:14.137465+0000 mgr.y (mgr.25279) 567 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: cluster 2024-03-30T04:41:14.184807+0000 mgr.y (mgr.25279) 568 : cluster [DBG] pgmap v365: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: cluster 2024-03-30T04:41:14.185053+0000 mgr.y (mgr.25279) 569 : cluster [DBG] pgmap v366: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: cephadm 2024-03-30T04:41:14.192916+0000 mgr.y (mgr.25279) 570 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: cluster 2024-03-30T04:41:14.239723+0000 mgr.y (mgr.25279) 571 : cluster [DBG] pgmap v367: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: cluster 2024-03-30T04:41:14.239979+0000 mgr.y (mgr.25279) 572 : cluster [DBG] pgmap v368: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: cephadm 2024-03-30T04:41:14.249002+0000 mgr.y (mgr.25279) 573 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: cluster 2024-03-30T04:41:14.294610+0000 mgr.y (mgr.25279) 574 : cluster [DBG] pgmap v369: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: cluster 2024-03-30T04:41:14.294995+0000 mgr.y (mgr.25279) 575 : cluster [DBG] pgmap v370: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: cephadm 2024-03-30T04:41:14.300357+0000 mgr.y (mgr.25279) 576 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: cluster 2024-03-30T04:41:14.383107+0000 mgr.y (mgr.25279) 577 : cluster [DBG] pgmap v371: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: cluster 2024-03-30T04:41:14.383626+0000 mgr.y (mgr.25279) 578 : cluster [DBG] pgmap v372: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: cephadm 2024-03-30T04:41:14.391109+0000 mgr.y (mgr.25279) 579 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: cluster 2024-03-30T04:41:14.454649+0000 mgr.y (mgr.25279) 580 : cluster [DBG] pgmap v373: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: cluster 2024-03-30T04:41:14.454900+0000 mgr.y (mgr.25279) 581 : cluster [DBG] pgmap v374: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: cephadm 2024-03-30T04:41:14.460778+0000 mgr.y (mgr.25279) 582 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: cluster 2024-03-30T04:41:14.527724+0000 mgr.y (mgr.25279) 583 : cluster [DBG] pgmap v375: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: cluster 2024-03-30T04:41:14.528009+0000 mgr.y (mgr.25279) 584 : cluster [DBG] pgmap v376: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: cephadm 2024-03-30T04:41:14.534111+0000 mgr.y (mgr.25279) 585 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: cluster 2024-03-30T04:41:14.600478+0000 mgr.y (mgr.25279) 586 : cluster [DBG] pgmap v377: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: cluster 2024-03-30T04:41:14.600789+0000 mgr.y (mgr.25279) 587 : cluster [DBG] pgmap v378: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: cephadm 2024-03-30T04:41:14.608758+0000 mgr.y (mgr.25279) 588 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:14.649563+0000 mon.a (mon.0) 2223 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:14.651404+0000 mon.a (mon.0) 2224 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:14.668918+0000 mon.a (mon.0) 2225 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:14.669835+0000 mon.a (mon.0) 2226 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: cluster 2024-03-30T04:41:14.674248+0000 mgr.y (mgr.25279) 589 : cluster [DBG] pgmap v379: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: cluster 2024-03-30T04:41:14.674454+0000 mgr.y (mgr.25279) 590 : cluster [DBG] pgmap v380: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:14.737912+0000 mon.a (mon.0) 2227 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:14.744200+0000 mon.a (mon.0) 2228 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: cephadm 2024-03-30T04:41:14.744966+0000 mgr.y (mgr.25279) 591 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:14.751270+0000 mon.a (mon.0) 2229 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: cluster 2024-03-30T04:41:14.753107+0000 mgr.y (mgr.25279) 592 : cluster [DBG] pgmap v381: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: cluster 2024-03-30T04:41:14.753795+0000 mgr.y (mgr.25279) 593 : cluster [DBG] pgmap v382: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:14.761350+0000 mon.a (mon.0) 2230 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:14.822189+0000 mon.a (mon.0) 2231 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:14.824354+0000 mon.a (mon.0) 2232 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:14.826495+0000 mon.a (mon.0) 2233 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:14.827256+0000 mon.a (mon.0) 2234 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:14.837735+0000 mon.a (mon.0) 2235 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:14.896162+0000 mon.a (mon.0) 2236 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:14.898086+0000 mon.a (mon.0) 2237 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:14.900116+0000 mon.a (mon.0) 2238 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:14.900906+0000 mon.a (mon.0) 2239 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:14.909481+0000 mon.a (mon.0) 2240 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:14.951668+0000 mon.a (mon.0) 2241 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:14.953620+0000 mon.a (mon.0) 2242 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:14.955545+0000 mon.a (mon.0) 2243 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:14.956369+0000 mon.a (mon.0) 2244 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:14.964838+0000 mon.a (mon.0) 2245 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.007539+0000 mon.a (mon.0) 2246 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.009670+0000 mon.a (mon.0) 2247 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.011571+0000 mon.a (mon.0) 2248 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.012248+0000 mon.a (mon.0) 2249 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.020306+0000 mon.a (mon.0) 2250 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.061034+0000 mon.a (mon.0) 2251 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.062892+0000 mon.a (mon.0) 2252 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.064662+0000 mon.a (mon.0) 2253 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.065279+0000 mon.a (mon.0) 2254 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.073553+0000 mon.a (mon.0) 2255 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.114805+0000 mon.a (mon.0) 2256 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.116916+0000 mon.a (mon.0) 2257 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.119195+0000 mon.a (mon.0) 2258 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.119771+0000 mon.a (mon.0) 2259 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.127847+0000 mon.a (mon.0) 2260 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.168351+0000 mon.a (mon.0) 2261 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.170105+0000 mon.a (mon.0) 2262 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.171717+0000 mon.a (mon.0) 2263 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.172275+0000 mon.a (mon.0) 2264 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.180007+0000 mon.a (mon.0) 2265 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.220975+0000 mon.a (mon.0) 2266 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.222939+0000 mon.a (mon.0) 2267 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.224821+0000 mon.a (mon.0) 2268 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.225454+0000 mon.a (mon.0) 2269 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.233564+0000 mon.a (mon.0) 2270 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.274734+0000 mon.a (mon.0) 2271 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.276512+0000 mon.a (mon.0) 2272 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.278290+0000 mon.a (mon.0) 2273 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.279229+0000 mon.a (mon.0) 2274 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.287748+0000 mon.a (mon.0) 2275 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.330401+0000 mon.a (mon.0) 2276 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.332473+0000 mon.a (mon.0) 2277 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.334250+0000 mon.a (mon.0) 2278 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.334899+0000 mon.a (mon.0) 2279 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.343195+0000 mon.a (mon.0) 2280 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.384603+0000 mon.a (mon.0) 2281 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.386618+0000 mon.a (mon.0) 2282 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.388559+0000 mon.a (mon.0) 2283 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.389236+0000 mon.a (mon.0) 2284 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.397602+0000 mon.a (mon.0) 2285 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.470052+0000 mon.a (mon.0) 2286 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.473730+0000 mon.a (mon.0) 2287 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.476739+0000 mon.a (mon.0) 2288 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.477757+0000 mon.a (mon.0) 2289 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.488869+0000 mon.a (mon.0) 2290 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.566145+0000 mon.a (mon.0) 2291 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.568647+0000 mon.a (mon.0) 2292 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.571360+0000 mon.a (mon.0) 2293 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.572248+0000 mon.a (mon.0) 2294 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:15 smithi111 bash[24005]: audit 2024-03-30T04:41:15.582622+0000 mon.a (mon.0) 2295 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.256 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:15 smithi117 bash[55997]: debug 2024-03-30T04:41:15.953+0000 7f7267b7e000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-30T04:41:16.256 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[55997]: debug 2024-03-30T04:41:16.065+0000 7f7267b7e000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-30T04:41:16.257 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[55997]: debug 2024-03-30T04:41:16.173+0000 7f7267b7e000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-30T04:41:16.633 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[55997]: debug 2024-03-30T04:41:16.289+0000 7f7267b7e000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-30T04:41:16.634 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[55997]: debug 2024-03-30T04:41:16.509+0000 7f7267b7e000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-30T04:41:16.865 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:41:16] "GET /metrics HTTP/1.1" 200 38240 "" "Prometheus/2.33.4" 2024-03-30T04:41:16.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: cluster 2024-03-30T04:41:14.828768+0000 mgr.y (mgr.25279) 594 : cluster [DBG] pgmap v383: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: cluster 2024-03-30T04:41:14.829063+0000 mgr.y (mgr.25279) 595 : cluster [DBG] pgmap v384: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: cephadm 2024-03-30T04:41:14.838161+0000 mgr.y (mgr.25279) 596 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: cluster 2024-03-30T04:41:14.902185+0000 mgr.y (mgr.25279) 597 : cluster [DBG] pgmap v385: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: cluster 2024-03-30T04:41:14.902451+0000 mgr.y (mgr.25279) 598 : cluster [DBG] pgmap v386: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: cephadm 2024-03-30T04:41:14.909934+0000 mgr.y (mgr.25279) 599 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: cluster 2024-03-30T04:41:14.957690+0000 mgr.y (mgr.25279) 600 : cluster [DBG] pgmap v387: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: cluster 2024-03-30T04:41:14.957908+0000 mgr.y (mgr.25279) 601 : cluster [DBG] pgmap v388: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: cephadm 2024-03-30T04:41:14.965208+0000 mgr.y (mgr.25279) 602 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: cluster 2024-03-30T04:41:15.013459+0000 mgr.y (mgr.25279) 603 : cluster [DBG] pgmap v389: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: cluster 2024-03-30T04:41:15.013751+0000 mgr.y (mgr.25279) 604 : cluster [DBG] pgmap v390: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: cephadm 2024-03-30T04:41:15.020703+0000 mgr.y (mgr.25279) 605 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: cluster 2024-03-30T04:41:15.066513+0000 mgr.y (mgr.25279) 606 : cluster [DBG] pgmap v391: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: cluster 2024-03-30T04:41:15.066794+0000 mgr.y (mgr.25279) 607 : cluster [DBG] pgmap v392: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: cephadm 2024-03-30T04:41:15.073918+0000 mgr.y (mgr.25279) 608 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: cluster 2024-03-30T04:41:15.120956+0000 mgr.y (mgr.25279) 609 : cluster [DBG] pgmap v393: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: cluster 2024-03-30T04:41:15.121238+0000 mgr.y (mgr.25279) 610 : cluster [DBG] pgmap v394: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: cephadm 2024-03-30T04:41:15.128252+0000 mgr.y (mgr.25279) 611 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: cluster 2024-03-30T04:41:15.173480+0000 mgr.y (mgr.25279) 612 : cluster [DBG] pgmap v395: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: cluster 2024-03-30T04:41:15.173758+0000 mgr.y (mgr.25279) 613 : cluster [DBG] pgmap v396: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: cephadm 2024-03-30T04:41:15.180427+0000 mgr.y (mgr.25279) 614 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: cluster 2024-03-30T04:41:15.226697+0000 mgr.y (mgr.25279) 615 : cluster [DBG] pgmap v397: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: cluster 2024-03-30T04:41:15.226965+0000 mgr.y (mgr.25279) 616 : cluster [DBG] pgmap v398: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: cephadm 2024-03-30T04:41:15.233999+0000 mgr.y (mgr.25279) 617 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: cluster 2024-03-30T04:41:15.280496+0000 mgr.y (mgr.25279) 618 : cluster [DBG] pgmap v399: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: cluster 2024-03-30T04:41:15.280733+0000 mgr.y (mgr.25279) 619 : cluster [DBG] pgmap v400: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: cephadm 2024-03-30T04:41:15.288194+0000 mgr.y (mgr.25279) 620 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: cluster 2024-03-30T04:41:15.336156+0000 mgr.y (mgr.25279) 621 : cluster [DBG] pgmap v401: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: cluster 2024-03-30T04:41:15.336364+0000 mgr.y (mgr.25279) 622 : cluster [DBG] pgmap v402: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: cephadm 2024-03-30T04:41:15.343636+0000 mgr.y (mgr.25279) 623 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: cluster 2024-03-30T04:41:15.390513+0000 mgr.y (mgr.25279) 624 : cluster [DBG] pgmap v403: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: cluster 2024-03-30T04:41:15.390761+0000 mgr.y (mgr.25279) 625 : cluster [DBG] pgmap v404: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: cephadm 2024-03-30T04:41:15.398027+0000 mgr.y (mgr.25279) 626 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: cluster 2024-03-30T04:41:15.479755+0000 mgr.y (mgr.25279) 627 : cluster [DBG] pgmap v405: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: cluster 2024-03-30T04:41:15.480033+0000 mgr.y (mgr.25279) 628 : cluster [DBG] pgmap v406: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: cephadm 2024-03-30T04:41:15.489588+0000 mgr.y (mgr.25279) 629 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: cluster 2024-03-30T04:41:15.573848+0000 mgr.y (mgr.25279) 630 : cluster [DBG] pgmap v407: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: cluster 2024-03-30T04:41:15.574082+0000 mgr.y (mgr.25279) 631 : cluster [DBG] pgmap v408: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: cephadm 2024-03-30T04:41:15.583203+0000 mgr.y (mgr.25279) 632 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:15.661411+0000 mon.a (mon.0) 2296 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:15.677929+0000 mon.a (mon.0) 2297 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:15.682317+0000 mon.a (mon.0) 2298 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:15.683281+0000 mon.a (mon.0) 2299 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: cluster 2024-03-30T04:41:15.684999+0000 mgr.y (mgr.25279) 633 : cluster [DBG] pgmap v409: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: cluster 2024-03-30T04:41:15.685306+0000 mgr.y (mgr.25279) 634 : cluster [DBG] pgmap v410: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:15.690547+0000 mon.a (mon.0) 2300 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: cephadm 2024-03-30T04:41:15.691100+0000 mgr.y (mgr.25279) 635 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:15.764344+0000 mon.a (mon.0) 2301 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:15.766650+0000 mon.a (mon.0) 2302 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:15.769258+0000 mon.a (mon.0) 2303 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:15.770069+0000 mon.a (mon.0) 2304 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:15.776345+0000 mon.a (mon.0) 2305 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:15.833554+0000 mon.a (mon.0) 2306 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:15.835414+0000 mon.a (mon.0) 2307 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:15.837469+0000 mon.a (mon.0) 2308 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:15.838187+0000 mon.a (mon.0) 2309 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:15.843814+0000 mon.a (mon.0) 2310 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:15.917076+0000 mon.a (mon.0) 2311 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:15.919845+0000 mon.a (mon.0) 2312 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:15.921908+0000 mon.a (mon.0) 2313 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:15.922661+0000 mon.a (mon.0) 2314 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:15.929707+0000 mon.a (mon.0) 2315 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:16.009364+0000 mon.a (mon.0) 2316 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:16.011803+0000 mon.a (mon.0) 2317 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:16.014474+0000 mon.a (mon.0) 2318 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:16.015421+0000 mon.a (mon.0) 2319 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:16.024598+0000 mon.a (mon.0) 2320 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:16.102372+0000 mon.a (mon.0) 2321 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:16.105394+0000 mon.a (mon.0) 2322 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:16.109090+0000 mon.a (mon.0) 2323 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:16.110259+0000 mon.a (mon.0) 2324 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:16.119281+0000 mon.a (mon.0) 2325 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:16.180982+0000 mon.a (mon.0) 2326 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:16.183805+0000 mon.a (mon.0) 2327 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:16.186857+0000 mon.a (mon.0) 2328 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:16.187891+0000 mon.a (mon.0) 2329 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:16.197147+0000 mon.a (mon.0) 2330 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:16.285191+0000 mon.a (mon.0) 2331 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:16.289602+0000 mon.a (mon.0) 2332 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:16.293810+0000 mon.a (mon.0) 2333 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:16.295292+0000 mon.a (mon.0) 2334 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:16.305629+0000 mon.a (mon.0) 2335 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:16.384017+0000 mon.a (mon.0) 2336 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:16.386947+0000 mon.a (mon.0) 2337 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:16.390659+0000 mon.a (mon.0) 2338 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:16.391886+0000 mon.a (mon.0) 2339 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:16.401865+0000 mon.a (mon.0) 2340 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:16.491238+0000 mon.a (mon.0) 2341 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:16.495170+0000 mon.a (mon.0) 2342 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:16.499445+0000 mon.a (mon.0) 2343 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:16.500516+0000 mon.a (mon.0) 2344 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:16.510549+0000 mon.a (mon.0) 2345 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:16.590189+0000 mon.a (mon.0) 2346 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:16.592835+0000 mon.a (mon.0) 2347 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:16.595879+0000 mon.a (mon.0) 2348 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:16.596769+0000 mon.a (mon.0) 2349 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[18552]: audit 2024-03-30T04:41:16.605903+0000 mon.a (mon.0) 2350 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: cluster 2024-03-30T04:41:14.828768+0000 mgr.y (mgr.25279) 594 : cluster [DBG] pgmap v383: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: cluster 2024-03-30T04:41:14.829063+0000 mgr.y (mgr.25279) 595 : cluster [DBG] pgmap v384: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: cephadm 2024-03-30T04:41:14.838161+0000 mgr.y (mgr.25279) 596 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: cluster 2024-03-30T04:41:14.902185+0000 mgr.y (mgr.25279) 597 : cluster [DBG] pgmap v385: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: cluster 2024-03-30T04:41:14.902451+0000 mgr.y (mgr.25279) 598 : cluster [DBG] pgmap v386: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: cephadm 2024-03-30T04:41:14.909934+0000 mgr.y (mgr.25279) 599 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: cluster 2024-03-30T04:41:14.957690+0000 mgr.y (mgr.25279) 600 : cluster [DBG] pgmap v387: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: cluster 2024-03-30T04:41:14.957908+0000 mgr.y (mgr.25279) 601 : cluster [DBG] pgmap v388: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: cephadm 2024-03-30T04:41:14.965208+0000 mgr.y (mgr.25279) 602 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: cluster 2024-03-30T04:41:15.013459+0000 mgr.y (mgr.25279) 603 : cluster [DBG] pgmap v389: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: cluster 2024-03-30T04:41:15.013751+0000 mgr.y (mgr.25279) 604 : cluster [DBG] pgmap v390: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: cephadm 2024-03-30T04:41:15.020703+0000 mgr.y (mgr.25279) 605 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: cluster 2024-03-30T04:41:15.066513+0000 mgr.y (mgr.25279) 606 : cluster [DBG] pgmap v391: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: cluster 2024-03-30T04:41:15.066794+0000 mgr.y (mgr.25279) 607 : cluster [DBG] pgmap v392: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: cephadm 2024-03-30T04:41:15.073918+0000 mgr.y (mgr.25279) 608 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: cluster 2024-03-30T04:41:15.120956+0000 mgr.y (mgr.25279) 609 : cluster [DBG] pgmap v393: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: cluster 2024-03-30T04:41:15.121238+0000 mgr.y (mgr.25279) 610 : cluster [DBG] pgmap v394: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: cephadm 2024-03-30T04:41:15.128252+0000 mgr.y (mgr.25279) 611 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: cluster 2024-03-30T04:41:15.173480+0000 mgr.y (mgr.25279) 612 : cluster [DBG] pgmap v395: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: cluster 2024-03-30T04:41:15.173758+0000 mgr.y (mgr.25279) 613 : cluster [DBG] pgmap v396: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: cephadm 2024-03-30T04:41:15.180427+0000 mgr.y (mgr.25279) 614 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: cluster 2024-03-30T04:41:15.226697+0000 mgr.y (mgr.25279) 615 : cluster [DBG] pgmap v397: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: cluster 2024-03-30T04:41:15.226965+0000 mgr.y (mgr.25279) 616 : cluster [DBG] pgmap v398: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: cephadm 2024-03-30T04:41:15.233999+0000 mgr.y (mgr.25279) 617 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: cluster 2024-03-30T04:41:15.280496+0000 mgr.y (mgr.25279) 618 : cluster [DBG] pgmap v399: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: cluster 2024-03-30T04:41:15.280733+0000 mgr.y (mgr.25279) 619 : cluster [DBG] pgmap v400: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: cephadm 2024-03-30T04:41:15.288194+0000 mgr.y (mgr.25279) 620 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: cluster 2024-03-30T04:41:15.336156+0000 mgr.y (mgr.25279) 621 : cluster [DBG] pgmap v401: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: cluster 2024-03-30T04:41:15.336364+0000 mgr.y (mgr.25279) 622 : cluster [DBG] pgmap v402: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: cephadm 2024-03-30T04:41:15.343636+0000 mgr.y (mgr.25279) 623 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: cluster 2024-03-30T04:41:15.390513+0000 mgr.y (mgr.25279) 624 : cluster [DBG] pgmap v403: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: cluster 2024-03-30T04:41:15.390761+0000 mgr.y (mgr.25279) 625 : cluster [DBG] pgmap v404: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: cephadm 2024-03-30T04:41:15.398027+0000 mgr.y (mgr.25279) 626 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: cluster 2024-03-30T04:41:15.479755+0000 mgr.y (mgr.25279) 627 : cluster [DBG] pgmap v405: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: cluster 2024-03-30T04:41:15.480033+0000 mgr.y (mgr.25279) 628 : cluster [DBG] pgmap v406: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: cephadm 2024-03-30T04:41:15.489588+0000 mgr.y (mgr.25279) 629 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: cluster 2024-03-30T04:41:15.573848+0000 mgr.y (mgr.25279) 630 : cluster [DBG] pgmap v407: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: cluster 2024-03-30T04:41:15.574082+0000 mgr.y (mgr.25279) 631 : cluster [DBG] pgmap v408: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: cephadm 2024-03-30T04:41:15.583203+0000 mgr.y (mgr.25279) 632 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:15.661411+0000 mon.a (mon.0) 2296 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:15.677929+0000 mon.a (mon.0) 2297 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:15.682317+0000 mon.a (mon.0) 2298 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:15.683281+0000 mon.a (mon.0) 2299 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: cluster 2024-03-30T04:41:15.684999+0000 mgr.y (mgr.25279) 633 : cluster [DBG] pgmap v409: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: cluster 2024-03-30T04:41:15.685306+0000 mgr.y (mgr.25279) 634 : cluster [DBG] pgmap v410: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:16.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:15.690547+0000 mon.a (mon.0) 2300 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: cephadm 2024-03-30T04:41:15.691100+0000 mgr.y (mgr.25279) 635 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:16.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:15.764344+0000 mon.a (mon.0) 2301 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:15.766650+0000 mon.a (mon.0) 2302 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:15.769258+0000 mon.a (mon.0) 2303 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:15.770069+0000 mon.a (mon.0) 2304 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:15.776345+0000 mon.a (mon.0) 2305 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:15.833554+0000 mon.a (mon.0) 2306 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:15.835414+0000 mon.a (mon.0) 2307 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:15.837469+0000 mon.a (mon.0) 2308 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:15.838187+0000 mon.a (mon.0) 2309 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:15.843814+0000 mon.a (mon.0) 2310 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:15.917076+0000 mon.a (mon.0) 2311 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:15.919845+0000 mon.a (mon.0) 2312 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:15.921908+0000 mon.a (mon.0) 2313 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:15.922661+0000 mon.a (mon.0) 2314 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:15.929707+0000 mon.a (mon.0) 2315 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:16.009364+0000 mon.a (mon.0) 2316 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:16.011803+0000 mon.a (mon.0) 2317 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:16.014474+0000 mon.a (mon.0) 2318 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:16.015421+0000 mon.a (mon.0) 2319 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:16.024598+0000 mon.a (mon.0) 2320 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:16.102372+0000 mon.a (mon.0) 2321 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:16.105394+0000 mon.a (mon.0) 2322 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:16.109090+0000 mon.a (mon.0) 2323 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:16.110259+0000 mon.a (mon.0) 2324 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:16.119281+0000 mon.a (mon.0) 2325 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:16.180982+0000 mon.a (mon.0) 2326 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:16.183805+0000 mon.a (mon.0) 2327 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:16.186857+0000 mon.a (mon.0) 2328 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:16.187891+0000 mon.a (mon.0) 2329 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:16.197147+0000 mon.a (mon.0) 2330 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:16.285191+0000 mon.a (mon.0) 2331 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:16.289602+0000 mon.a (mon.0) 2332 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:16.293810+0000 mon.a (mon.0) 2333 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:16.295292+0000 mon.a (mon.0) 2334 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:16.305629+0000 mon.a (mon.0) 2335 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:16.384017+0000 mon.a (mon.0) 2336 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:16.386947+0000 mon.a (mon.0) 2337 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:16.390659+0000 mon.a (mon.0) 2338 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:16.391886+0000 mon.a (mon.0) 2339 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:16.401865+0000 mon.a (mon.0) 2340 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:16.491238+0000 mon.a (mon.0) 2341 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:16.495170+0000 mon.a (mon.0) 2342 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:16.499445+0000 mon.a (mon.0) 2343 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:16.500516+0000 mon.a (mon.0) 2344 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:16.510549+0000 mon.a (mon.0) 2345 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:16.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:16.590189+0000 mon.a (mon.0) 2346 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:16.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:16.592835+0000 mon.a (mon.0) 2347 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:16.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:16.595879+0000 mon.a (mon.0) 2348 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:16.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:16.596769+0000 mon.a (mon.0) 2349 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:16.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:16 smithi111 bash[24005]: audit 2024-03-30T04:41:16.605903+0000 mon.a (mon.0) 2350 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:17.088 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[55997]: debug 2024-03-30T04:41:16.801+0000 7f7267b7e000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-30T04:41:17.088 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[55997]: debug 2024-03-30T04:41:16.909+0000 7f7267b7e000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-30T04:41:17.088 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: cluster 2024-03-30T04:41:14.828768+0000 mgr.y (mgr.25279) 594 : cluster [DBG] pgmap v383: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.089 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: cluster 2024-03-30T04:41:14.829063+0000 mgr.y (mgr.25279) 595 : cluster [DBG] pgmap v384: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.089 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: cephadm 2024-03-30T04:41:14.838161+0000 mgr.y (mgr.25279) 596 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:17.089 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: cluster 2024-03-30T04:41:14.902185+0000 mgr.y (mgr.25279) 597 : cluster [DBG] pgmap v385: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.089 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: cluster 2024-03-30T04:41:14.902451+0000 mgr.y (mgr.25279) 598 : cluster [DBG] pgmap v386: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.089 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: cephadm 2024-03-30T04:41:14.909934+0000 mgr.y (mgr.25279) 599 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:17.089 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: cluster 2024-03-30T04:41:14.957690+0000 mgr.y (mgr.25279) 600 : cluster [DBG] pgmap v387: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.089 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: cluster 2024-03-30T04:41:14.957908+0000 mgr.y (mgr.25279) 601 : cluster [DBG] pgmap v388: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.089 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: cephadm 2024-03-30T04:41:14.965208+0000 mgr.y (mgr.25279) 602 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:17.089 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: cluster 2024-03-30T04:41:15.013459+0000 mgr.y (mgr.25279) 603 : cluster [DBG] pgmap v389: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.089 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: cluster 2024-03-30T04:41:15.013751+0000 mgr.y (mgr.25279) 604 : cluster [DBG] pgmap v390: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.089 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: cephadm 2024-03-30T04:41:15.020703+0000 mgr.y (mgr.25279) 605 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:17.089 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: cluster 2024-03-30T04:41:15.066513+0000 mgr.y (mgr.25279) 606 : cluster [DBG] pgmap v391: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.089 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: cluster 2024-03-30T04:41:15.066794+0000 mgr.y (mgr.25279) 607 : cluster [DBG] pgmap v392: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.090 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: cephadm 2024-03-30T04:41:15.073918+0000 mgr.y (mgr.25279) 608 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:17.090 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: cluster 2024-03-30T04:41:15.120956+0000 mgr.y (mgr.25279) 609 : cluster [DBG] pgmap v393: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.090 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: cluster 2024-03-30T04:41:15.121238+0000 mgr.y (mgr.25279) 610 : cluster [DBG] pgmap v394: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.090 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: cephadm 2024-03-30T04:41:15.128252+0000 mgr.y (mgr.25279) 611 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:17.090 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: cluster 2024-03-30T04:41:15.173480+0000 mgr.y (mgr.25279) 612 : cluster [DBG] pgmap v395: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.090 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: cluster 2024-03-30T04:41:15.173758+0000 mgr.y (mgr.25279) 613 : cluster [DBG] pgmap v396: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.090 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: cephadm 2024-03-30T04:41:15.180427+0000 mgr.y (mgr.25279) 614 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:17.090 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: cluster 2024-03-30T04:41:15.226697+0000 mgr.y (mgr.25279) 615 : cluster [DBG] pgmap v397: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.090 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: cluster 2024-03-30T04:41:15.226965+0000 mgr.y (mgr.25279) 616 : cluster [DBG] pgmap v398: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.090 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: cephadm 2024-03-30T04:41:15.233999+0000 mgr.y (mgr.25279) 617 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:17.090 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: cluster 2024-03-30T04:41:15.280496+0000 mgr.y (mgr.25279) 618 : cluster [DBG] pgmap v399: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.090 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: cluster 2024-03-30T04:41:15.280733+0000 mgr.y (mgr.25279) 619 : cluster [DBG] pgmap v400: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.090 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: cephadm 2024-03-30T04:41:15.288194+0000 mgr.y (mgr.25279) 620 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:17.090 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: cluster 2024-03-30T04:41:15.336156+0000 mgr.y (mgr.25279) 621 : cluster [DBG] pgmap v401: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.091 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: cluster 2024-03-30T04:41:15.336364+0000 mgr.y (mgr.25279) 622 : cluster [DBG] pgmap v402: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.091 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: cephadm 2024-03-30T04:41:15.343636+0000 mgr.y (mgr.25279) 623 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:17.091 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: cluster 2024-03-30T04:41:15.390513+0000 mgr.y (mgr.25279) 624 : cluster [DBG] pgmap v403: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.091 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: cluster 2024-03-30T04:41:15.390761+0000 mgr.y (mgr.25279) 625 : cluster [DBG] pgmap v404: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.091 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: cephadm 2024-03-30T04:41:15.398027+0000 mgr.y (mgr.25279) 626 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:17.091 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: cluster 2024-03-30T04:41:15.479755+0000 mgr.y (mgr.25279) 627 : cluster [DBG] pgmap v405: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.091 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: cluster 2024-03-30T04:41:15.480033+0000 mgr.y (mgr.25279) 628 : cluster [DBG] pgmap v406: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.091 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: cephadm 2024-03-30T04:41:15.489588+0000 mgr.y (mgr.25279) 629 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:17.091 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: cluster 2024-03-30T04:41:15.573848+0000 mgr.y (mgr.25279) 630 : cluster [DBG] pgmap v407: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.091 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: cluster 2024-03-30T04:41:15.574082+0000 mgr.y (mgr.25279) 631 : cluster [DBG] pgmap v408: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.091 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: cephadm 2024-03-30T04:41:15.583203+0000 mgr.y (mgr.25279) 632 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:17.091 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:15.661411+0000 mon.a (mon.0) 2296 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:17.091 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:15.677929+0000 mon.a (mon.0) 2297 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:17.091 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:15.682317+0000 mon.a (mon.0) 2298 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:17.092 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:15.683281+0000 mon.a (mon.0) 2299 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:17.092 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: cluster 2024-03-30T04:41:15.684999+0000 mgr.y (mgr.25279) 633 : cluster [DBG] pgmap v409: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.092 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: cluster 2024-03-30T04:41:15.685306+0000 mgr.y (mgr.25279) 634 : cluster [DBG] pgmap v410: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.092 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:15.690547+0000 mon.a (mon.0) 2300 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:17.092 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: cephadm 2024-03-30T04:41:15.691100+0000 mgr.y (mgr.25279) 635 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:17.092 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:15.764344+0000 mon.a (mon.0) 2301 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:17.092 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:15.766650+0000 mon.a (mon.0) 2302 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:17.092 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:15.769258+0000 mon.a (mon.0) 2303 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:17.092 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:15.770069+0000 mon.a (mon.0) 2304 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:17.092 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:15.776345+0000 mon.a (mon.0) 2305 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:17.092 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:15.833554+0000 mon.a (mon.0) 2306 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:17.092 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:15.835414+0000 mon.a (mon.0) 2307 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:17.093 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:15.837469+0000 mon.a (mon.0) 2308 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:17.093 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:15.838187+0000 mon.a (mon.0) 2309 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:17.093 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:15.843814+0000 mon.a (mon.0) 2310 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:17.093 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:15.917076+0000 mon.a (mon.0) 2311 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:17.093 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:15.919845+0000 mon.a (mon.0) 2312 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:17.093 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:15.921908+0000 mon.a (mon.0) 2313 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:17.093 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:15.922661+0000 mon.a (mon.0) 2314 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:17.094 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:15.929707+0000 mon.a (mon.0) 2315 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:17.094 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:16.009364+0000 mon.a (mon.0) 2316 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:17.094 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:16.011803+0000 mon.a (mon.0) 2317 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:17.094 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:16.014474+0000 mon.a (mon.0) 2318 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:17.094 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:16.015421+0000 mon.a (mon.0) 2319 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:17.094 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:16.024598+0000 mon.a (mon.0) 2320 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:17.094 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:16.102372+0000 mon.a (mon.0) 2321 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:17.094 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:16.105394+0000 mon.a (mon.0) 2322 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:17.094 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:16.109090+0000 mon.a (mon.0) 2323 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:17.094 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:16.110259+0000 mon.a (mon.0) 2324 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:17.094 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:16.119281+0000 mon.a (mon.0) 2325 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:17.094 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:16.180982+0000 mon.a (mon.0) 2326 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:17.094 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:16.183805+0000 mon.a (mon.0) 2327 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:17.094 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:16.186857+0000 mon.a (mon.0) 2328 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:17.095 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:16.187891+0000 mon.a (mon.0) 2329 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:17.095 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:16.197147+0000 mon.a (mon.0) 2330 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:17.095 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:16.285191+0000 mon.a (mon.0) 2331 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:17.095 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:16.289602+0000 mon.a (mon.0) 2332 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:17.095 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:16.293810+0000 mon.a (mon.0) 2333 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:17.095 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:16.295292+0000 mon.a (mon.0) 2334 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:17.095 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:16.305629+0000 mon.a (mon.0) 2335 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:17.095 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:16.384017+0000 mon.a (mon.0) 2336 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:17.095 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:16.386947+0000 mon.a (mon.0) 2337 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:17.095 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:16.390659+0000 mon.a (mon.0) 2338 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:17.095 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:16.391886+0000 mon.a (mon.0) 2339 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:17.095 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:16.401865+0000 mon.a (mon.0) 2340 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:17.095 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:16.491238+0000 mon.a (mon.0) 2341 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:17.095 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:16.495170+0000 mon.a (mon.0) 2342 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:17.095 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:16.499445+0000 mon.a (mon.0) 2343 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:17.096 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:16.500516+0000 mon.a (mon.0) 2344 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:17.096 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:16.510549+0000 mon.a (mon.0) 2345 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:17.096 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:16.590189+0000 mon.a (mon.0) 2346 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:17.096 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:16.592835+0000 mon.a (mon.0) 2347 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:17.096 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:16.595879+0000 mon.a (mon.0) 2348 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:17.096 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:16.596769+0000 mon.a (mon.0) 2349 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:17.096 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:16 smithi117 bash[18692]: audit 2024-03-30T04:41:16.605903+0000 mon.a (mon.0) 2350 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:17.351 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[55997]: debug 2024-03-30T04:41:17.093+0000 7f7267b7e000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-30T04:41:17.634 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[55997]: debug 2024-03-30T04:41:17.357+0000 7f7267b7e000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-30T04:41:17.677 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: cluster 2024-03-30T04:41:15.771887+0000 mgr.y (mgr.25279) 636 : cluster [DBG] pgmap v411: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.677 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: cluster 2024-03-30T04:41:15.772078+0000 mgr.y (mgr.25279) 637 : cluster [DBG] pgmap v412: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.678 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: cephadm 2024-03-30T04:41:15.776828+0000 mgr.y (mgr.25279) 638 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:17.678 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: cluster 2024-03-30T04:41:15.839745+0000 mgr.y (mgr.25279) 639 : cluster [DBG] pgmap v413: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.678 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: cluster 2024-03-30T04:41:15.839994+0000 mgr.y (mgr.25279) 640 : cluster [DBG] pgmap v414: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.678 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: cephadm 2024-03-30T04:41:15.844191+0000 mgr.y (mgr.25279) 641 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:17.678 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: cluster 2024-03-30T04:41:15.924188+0000 mgr.y (mgr.25279) 642 : cluster [DBG] pgmap v415: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.678 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: cluster 2024-03-30T04:41:15.924412+0000 mgr.y (mgr.25279) 643 : cluster [DBG] pgmap v416: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.678 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: cephadm 2024-03-30T04:41:15.930242+0000 mgr.y (mgr.25279) 644 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:17.678 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: cluster 2024-03-30T04:41:16.017143+0000 mgr.y (mgr.25279) 645 : cluster [DBG] pgmap v417: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.678 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: cluster 2024-03-30T04:41:16.017326+0000 mgr.y (mgr.25279) 646 : cluster [DBG] pgmap v418: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.678 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: cephadm 2024-03-30T04:41:16.025086+0000 mgr.y (mgr.25279) 647 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:17.678 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: cluster 2024-03-30T04:41:16.111898+0000 mgr.y (mgr.25279) 648 : cluster [DBG] pgmap v419: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.678 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: cluster 2024-03-30T04:41:16.112140+0000 mgr.y (mgr.25279) 649 : cluster [DBG] pgmap v420: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.678 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: cephadm 2024-03-30T04:41:16.119718+0000 mgr.y (mgr.25279) 650 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:17.678 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: cluster 2024-03-30T04:41:16.189732+0000 mgr.y (mgr.25279) 651 : cluster [DBG] pgmap v421: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.679 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: cluster 2024-03-30T04:41:16.189917+0000 mgr.y (mgr.25279) 652 : cluster [DBG] pgmap v422: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.679 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: cephadm 2024-03-30T04:41:16.197645+0000 mgr.y (mgr.25279) 653 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:17.679 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: cluster 2024-03-30T04:41:16.298229+0000 mgr.y (mgr.25279) 654 : cluster [DBG] pgmap v423: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.679 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: cluster 2024-03-30T04:41:16.298925+0000 mgr.y (mgr.25279) 655 : cluster [DBG] pgmap v424: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.679 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: cephadm 2024-03-30T04:41:16.306307+0000 mgr.y (mgr.25279) 656 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:17.679 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: cluster 2024-03-30T04:41:16.394144+0000 mgr.y (mgr.25279) 657 : cluster [DBG] pgmap v425: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.679 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: cluster 2024-03-30T04:41:16.394644+0000 mgr.y (mgr.25279) 658 : cluster [DBG] pgmap v426: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.679 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: cephadm 2024-03-30T04:41:16.402404+0000 mgr.y (mgr.25279) 659 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:17.679 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: cluster 2024-03-30T04:41:16.502932+0000 mgr.y (mgr.25279) 660 : cluster [DBG] pgmap v427: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.679 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: cluster 2024-03-30T04:41:16.503323+0000 mgr.y (mgr.25279) 661 : cluster [DBG] pgmap v428: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.679 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: cephadm 2024-03-30T04:41:16.511175+0000 mgr.y (mgr.25279) 662 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:17.679 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: cluster 2024-03-30T04:41:16.598850+0000 mgr.y (mgr.25279) 663 : cluster [DBG] pgmap v429: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.679 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: cluster 2024-03-30T04:41:16.599551+0000 mgr.y (mgr.25279) 664 : cluster [DBG] pgmap v430: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.679 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: cephadm 2024-03-30T04:41:16.606568+0000 mgr.y (mgr.25279) 665 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:17.680 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:16.705510+0000 mon.a (mon.0) 2351 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:17.680 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:16.708489+0000 mon.a (mon.0) 2352 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:17.680 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:16.710851+0000 mon.a (mon.0) 2353 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:17.680 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:16.711707+0000 mon.a (mon.0) 2354 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:17.680 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: cluster 2024-03-30T04:41:16.713402+0000 mgr.y (mgr.25279) 666 : cluster [DBG] pgmap v431: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.680 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: cluster 2024-03-30T04:41:16.713662+0000 mgr.y (mgr.25279) 667 : cluster [DBG] pgmap v432: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:17.680 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:16.718935+0000 mon.a (mon.0) 2355 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:17.680 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: cephadm 2024-03-30T04:41:16.719404+0000 mgr.y (mgr.25279) 668 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:17.680 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:16.776528+0000 mon.a (mon.0) 2356 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:17.681 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[55997]: debug 2024-03-30T04:41:17.645+0000 7f7267b7e000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-30T04:41:18.062 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[55997]: debug 2024-03-30T04:41:17.821+0000 7f7267b7e000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:41:18.062 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:16.778709+0000 mon.a (mon.0) 2357 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.063 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:16.780747+0000 mon.a (mon.0) 2358 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.063 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:16.781761+0000 mon.a (mon.0) 2359 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.063 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:16.791313+0000 mon.a (mon.0) 2360 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.063 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:16.864785+0000 mon.a (mon.0) 2361 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.063 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:16.867072+0000 mon.a (mon.0) 2362 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.063 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:16.869261+0000 mon.a (mon.0) 2363 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.063 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:16.869961+0000 mon.a (mon.0) 2364 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.063 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:16.878102+0000 mon.a (mon.0) 2365 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.063 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:16.956654+0000 mon.a (mon.0) 2366 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.063 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:16.959441+0000 mon.a (mon.0) 2367 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.063 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:16.962536+0000 mon.a (mon.0) 2368 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.063 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:16.963605+0000 mon.a (mon.0) 2369 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.063 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:16.974684+0000 mon.a (mon.0) 2370 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.064 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.051510+0000 mon.a (mon.0) 2371 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.064 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.054253+0000 mon.a (mon.0) 2372 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.064 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.057734+0000 mon.a (mon.0) 2373 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.064 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.058747+0000 mon.a (mon.0) 2374 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.064 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.068857+0000 mon.a (mon.0) 2375 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.064 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.145628+0000 mon.a (mon.0) 2376 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.064 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.147946+0000 mon.a (mon.0) 2377 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.064 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.150093+0000 mon.a (mon.0) 2378 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.064 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.150737+0000 mon.a (mon.0) 2379 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.064 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.156713+0000 mon.a (mon.0) 2380 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.064 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.197675+0000 mon.a (mon.0) 2381 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.064 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.199469+0000 mon.a (mon.0) 2382 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.064 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.201381+0000 mon.a (mon.0) 2383 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.064 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.201967+0000 mon.a (mon.0) 2384 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.064 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.207245+0000 mon.a (mon.0) 2385 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.065 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.248902+0000 mon.a (mon.0) 2386 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.065 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.250747+0000 mon.a (mon.0) 2387 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.065 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.252507+0000 mon.a (mon.0) 2388 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.065 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.253133+0000 mon.a (mon.0) 2389 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.065 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.258360+0000 mon.a (mon.0) 2390 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.065 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.299036+0000 mon.a (mon.0) 2391 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.065 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.300857+0000 mon.a (mon.0) 2392 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.065 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.302684+0000 mon.a (mon.0) 2393 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.065 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.303308+0000 mon.a (mon.0) 2394 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.065 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.309049+0000 mon.a (mon.0) 2395 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.065 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.350205+0000 mon.a (mon.0) 2396 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.065 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.352022+0000 mon.a (mon.0) 2397 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.065 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.353821+0000 mon.a (mon.0) 2398 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.065 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.354494+0000 mon.a (mon.0) 2399 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.066 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.360009+0000 mon.a (mon.0) 2400 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.066 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.400770+0000 mon.a (mon.0) 2401 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.066 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.402505+0000 mon.a (mon.0) 2402 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.066 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.404156+0000 mon.a (mon.0) 2403 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.066 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.404727+0000 mon.a (mon.0) 2404 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.066 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.410089+0000 mon.a (mon.0) 2405 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.066 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.450720+0000 mon.a (mon.0) 2406 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.066 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.452395+0000 mon.a (mon.0) 2407 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.066 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.453968+0000 mon.a (mon.0) 2408 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.066 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.454501+0000 mon.a (mon.0) 2409 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.066 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.459511+0000 mon.a (mon.0) 2410 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.066 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.504719+0000 mon.a (mon.0) 2411 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.066 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.506934+0000 mon.a (mon.0) 2412 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.066 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.508926+0000 mon.a (mon.0) 2413 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.067 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.509621+0000 mon.a (mon.0) 2414 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.067 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.514895+0000 mon.a (mon.0) 2415 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.067 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.555201+0000 mon.a (mon.0) 2416 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.067 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.556896+0000 mon.a (mon.0) 2417 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.067 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.559208+0000 mon.a (mon.0) 2418 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.067 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.559853+0000 mon.a (mon.0) 2419 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.067 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.565165+0000 mon.a (mon.0) 2420 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.067 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.605606+0000 mon.a (mon.0) 2421 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.067 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.607565+0000 mon.a (mon.0) 2422 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.067 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.609210+0000 mon.a (mon.0) 2423 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.067 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.609785+0000 mon.a (mon.0) 2424 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.068 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.615369+0000 mon.a (mon.0) 2425 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.068 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.658483+0000 mon.a (mon.0) 2426 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.068 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.660238+0000 mon.a (mon.0) 2427 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.068 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.661909+0000 mon.a (mon.0) 2428 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.068 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.662560+0000 mon.a (mon.0) 2429 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.068 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:17 smithi117 bash[18692]: audit 2024-03-30T04:41:17.668282+0000 mon.a (mon.0) 2430 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: cluster 2024-03-30T04:41:15.771887+0000 mgr.y (mgr.25279) 636 : cluster [DBG] pgmap v411: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: cluster 2024-03-30T04:41:15.772078+0000 mgr.y (mgr.25279) 637 : cluster [DBG] pgmap v412: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: cephadm 2024-03-30T04:41:15.776828+0000 mgr.y (mgr.25279) 638 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: cluster 2024-03-30T04:41:15.839745+0000 mgr.y (mgr.25279) 639 : cluster [DBG] pgmap v413: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: cluster 2024-03-30T04:41:15.839994+0000 mgr.y (mgr.25279) 640 : cluster [DBG] pgmap v414: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: cephadm 2024-03-30T04:41:15.844191+0000 mgr.y (mgr.25279) 641 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: cluster 2024-03-30T04:41:15.924188+0000 mgr.y (mgr.25279) 642 : cluster [DBG] pgmap v415: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: cluster 2024-03-30T04:41:15.924412+0000 mgr.y (mgr.25279) 643 : cluster [DBG] pgmap v416: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: cephadm 2024-03-30T04:41:15.930242+0000 mgr.y (mgr.25279) 644 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: cluster 2024-03-30T04:41:16.017143+0000 mgr.y (mgr.25279) 645 : cluster [DBG] pgmap v417: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: cluster 2024-03-30T04:41:16.017326+0000 mgr.y (mgr.25279) 646 : cluster [DBG] pgmap v418: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: cephadm 2024-03-30T04:41:16.025086+0000 mgr.y (mgr.25279) 647 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: cluster 2024-03-30T04:41:16.111898+0000 mgr.y (mgr.25279) 648 : cluster [DBG] pgmap v419: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: cluster 2024-03-30T04:41:16.112140+0000 mgr.y (mgr.25279) 649 : cluster [DBG] pgmap v420: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: cephadm 2024-03-30T04:41:16.119718+0000 mgr.y (mgr.25279) 650 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: cluster 2024-03-30T04:41:16.189732+0000 mgr.y (mgr.25279) 651 : cluster [DBG] pgmap v421: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: cluster 2024-03-30T04:41:16.189917+0000 mgr.y (mgr.25279) 652 : cluster [DBG] pgmap v422: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: cephadm 2024-03-30T04:41:16.197645+0000 mgr.y (mgr.25279) 653 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: cluster 2024-03-30T04:41:16.298229+0000 mgr.y (mgr.25279) 654 : cluster [DBG] pgmap v423: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: cluster 2024-03-30T04:41:16.298925+0000 mgr.y (mgr.25279) 655 : cluster [DBG] pgmap v424: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: cluster 2024-03-30T04:41:15.771887+0000 mgr.y (mgr.25279) 636 : cluster [DBG] pgmap v411: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: cluster 2024-03-30T04:41:15.772078+0000 mgr.y (mgr.25279) 637 : cluster [DBG] pgmap v412: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: cephadm 2024-03-30T04:41:15.776828+0000 mgr.y (mgr.25279) 638 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: cluster 2024-03-30T04:41:15.839745+0000 mgr.y (mgr.25279) 639 : cluster [DBG] pgmap v413: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: cluster 2024-03-30T04:41:15.839994+0000 mgr.y (mgr.25279) 640 : cluster [DBG] pgmap v414: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: cephadm 2024-03-30T04:41:15.844191+0000 mgr.y (mgr.25279) 641 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: cluster 2024-03-30T04:41:15.924188+0000 mgr.y (mgr.25279) 642 : cluster [DBG] pgmap v415: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: cluster 2024-03-30T04:41:15.924412+0000 mgr.y (mgr.25279) 643 : cluster [DBG] pgmap v416: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: cephadm 2024-03-30T04:41:15.930242+0000 mgr.y (mgr.25279) 644 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: cluster 2024-03-30T04:41:16.017143+0000 mgr.y (mgr.25279) 645 : cluster [DBG] pgmap v417: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: cluster 2024-03-30T04:41:16.017326+0000 mgr.y (mgr.25279) 646 : cluster [DBG] pgmap v418: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: cephadm 2024-03-30T04:41:16.025086+0000 mgr.y (mgr.25279) 647 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: cluster 2024-03-30T04:41:16.111898+0000 mgr.y (mgr.25279) 648 : cluster [DBG] pgmap v419: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: cluster 2024-03-30T04:41:16.112140+0000 mgr.y (mgr.25279) 649 : cluster [DBG] pgmap v420: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: cephadm 2024-03-30T04:41:16.119718+0000 mgr.y (mgr.25279) 650 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: cluster 2024-03-30T04:41:16.189732+0000 mgr.y (mgr.25279) 651 : cluster [DBG] pgmap v421: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: cluster 2024-03-30T04:41:16.189917+0000 mgr.y (mgr.25279) 652 : cluster [DBG] pgmap v422: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: cephadm 2024-03-30T04:41:16.197645+0000 mgr.y (mgr.25279) 653 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: cluster 2024-03-30T04:41:16.298229+0000 mgr.y (mgr.25279) 654 : cluster [DBG] pgmap v423: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: cluster 2024-03-30T04:41:16.298925+0000 mgr.y (mgr.25279) 655 : cluster [DBG] pgmap v424: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: cephadm 2024-03-30T04:41:16.306307+0000 mgr.y (mgr.25279) 656 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: cluster 2024-03-30T04:41:16.394144+0000 mgr.y (mgr.25279) 657 : cluster [DBG] pgmap v425: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: cluster 2024-03-30T04:41:16.394644+0000 mgr.y (mgr.25279) 658 : cluster [DBG] pgmap v426: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: cephadm 2024-03-30T04:41:16.402404+0000 mgr.y (mgr.25279) 659 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: cluster 2024-03-30T04:41:16.502932+0000 mgr.y (mgr.25279) 660 : cluster [DBG] pgmap v427: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: cluster 2024-03-30T04:41:16.503323+0000 mgr.y (mgr.25279) 661 : cluster [DBG] pgmap v428: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: cephadm 2024-03-30T04:41:16.511175+0000 mgr.y (mgr.25279) 662 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: cluster 2024-03-30T04:41:16.598850+0000 mgr.y (mgr.25279) 663 : cluster [DBG] pgmap v429: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: cluster 2024-03-30T04:41:16.599551+0000 mgr.y (mgr.25279) 664 : cluster [DBG] pgmap v430: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: cephadm 2024-03-30T04:41:16.606568+0000 mgr.y (mgr.25279) 665 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:16.705510+0000 mon.a (mon.0) 2351 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:16.708489+0000 mon.a (mon.0) 2352 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:16.710851+0000 mon.a (mon.0) 2353 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:16.711707+0000 mon.a (mon.0) 2354 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: cluster 2024-03-30T04:41:16.713402+0000 mgr.y (mgr.25279) 666 : cluster [DBG] pgmap v431: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: cluster 2024-03-30T04:41:16.713662+0000 mgr.y (mgr.25279) 667 : cluster [DBG] pgmap v432: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:16.718935+0000 mon.a (mon.0) 2355 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: cephadm 2024-03-30T04:41:16.719404+0000 mgr.y (mgr.25279) 668 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:16.776528+0000 mon.a (mon.0) 2356 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:16.778709+0000 mon.a (mon.0) 2357 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: cephadm 2024-03-30T04:41:16.306307+0000 mgr.y (mgr.25279) 656 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: cluster 2024-03-30T04:41:16.394144+0000 mgr.y (mgr.25279) 657 : cluster [DBG] pgmap v425: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: cluster 2024-03-30T04:41:16.394644+0000 mgr.y (mgr.25279) 658 : cluster [DBG] pgmap v426: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: cephadm 2024-03-30T04:41:16.402404+0000 mgr.y (mgr.25279) 659 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: cluster 2024-03-30T04:41:16.502932+0000 mgr.y (mgr.25279) 660 : cluster [DBG] pgmap v427: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: cluster 2024-03-30T04:41:16.503323+0000 mgr.y (mgr.25279) 661 : cluster [DBG] pgmap v428: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: cephadm 2024-03-30T04:41:16.511175+0000 mgr.y (mgr.25279) 662 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: cluster 2024-03-30T04:41:16.598850+0000 mgr.y (mgr.25279) 663 : cluster [DBG] pgmap v429: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: cluster 2024-03-30T04:41:16.599551+0000 mgr.y (mgr.25279) 664 : cluster [DBG] pgmap v430: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: cephadm 2024-03-30T04:41:16.606568+0000 mgr.y (mgr.25279) 665 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:16.705510+0000 mon.a (mon.0) 2351 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:16.708489+0000 mon.a (mon.0) 2352 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:16.710851+0000 mon.a (mon.0) 2353 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:16.711707+0000 mon.a (mon.0) 2354 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: cluster 2024-03-30T04:41:16.713402+0000 mgr.y (mgr.25279) 666 : cluster [DBG] pgmap v431: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: cluster 2024-03-30T04:41:16.713662+0000 mgr.y (mgr.25279) 667 : cluster [DBG] pgmap v432: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:16.718935+0000 mon.a (mon.0) 2355 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: cephadm 2024-03-30T04:41:16.719404+0000 mgr.y (mgr.25279) 668 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:16.776528+0000 mon.a (mon.0) 2356 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:16.778709+0000 mon.a (mon.0) 2357 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:16.780747+0000 mon.a (mon.0) 2358 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:16.781761+0000 mon.a (mon.0) 2359 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:16.791313+0000 mon.a (mon.0) 2360 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:16.864785+0000 mon.a (mon.0) 2361 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:16.867072+0000 mon.a (mon.0) 2362 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:16.869261+0000 mon.a (mon.0) 2363 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:16.869961+0000 mon.a (mon.0) 2364 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:16.878102+0000 mon.a (mon.0) 2365 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:16.956654+0000 mon.a (mon.0) 2366 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:16.959441+0000 mon.a (mon.0) 2367 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:16.962536+0000 mon.a (mon.0) 2368 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:16.963605+0000 mon.a (mon.0) 2369 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:16.974684+0000 mon.a (mon.0) 2370 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.051510+0000 mon.a (mon.0) 2371 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.054253+0000 mon.a (mon.0) 2372 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.057734+0000 mon.a (mon.0) 2373 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.058747+0000 mon.a (mon.0) 2374 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.068857+0000 mon.a (mon.0) 2375 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.145628+0000 mon.a (mon.0) 2376 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:16.780747+0000 mon.a (mon.0) 2358 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:16.781761+0000 mon.a (mon.0) 2359 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:16.791313+0000 mon.a (mon.0) 2360 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:16.864785+0000 mon.a (mon.0) 2361 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:16.867072+0000 mon.a (mon.0) 2362 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:16.869261+0000 mon.a (mon.0) 2363 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:16.869961+0000 mon.a (mon.0) 2364 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:16.878102+0000 mon.a (mon.0) 2365 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:16.956654+0000 mon.a (mon.0) 2366 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:16.959441+0000 mon.a (mon.0) 2367 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:16.962536+0000 mon.a (mon.0) 2368 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:16.963605+0000 mon.a (mon.0) 2369 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:16.974684+0000 mon.a (mon.0) 2370 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.051510+0000 mon.a (mon.0) 2371 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.054253+0000 mon.a (mon.0) 2372 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.057734+0000 mon.a (mon.0) 2373 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.058747+0000 mon.a (mon.0) 2374 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.068857+0000 mon.a (mon.0) 2375 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.145628+0000 mon.a (mon.0) 2376 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.147946+0000 mon.a (mon.0) 2377 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.150093+0000 mon.a (mon.0) 2378 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.150737+0000 mon.a (mon.0) 2379 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.156713+0000 mon.a (mon.0) 2380 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.197675+0000 mon.a (mon.0) 2381 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.199469+0000 mon.a (mon.0) 2382 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.201381+0000 mon.a (mon.0) 2383 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.201967+0000 mon.a (mon.0) 2384 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.207245+0000 mon.a (mon.0) 2385 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.248902+0000 mon.a (mon.0) 2386 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.250747+0000 mon.a (mon.0) 2387 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.252507+0000 mon.a (mon.0) 2388 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.253133+0000 mon.a (mon.0) 2389 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.258360+0000 mon.a (mon.0) 2390 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.299036+0000 mon.a (mon.0) 2391 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.300857+0000 mon.a (mon.0) 2392 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.302684+0000 mon.a (mon.0) 2393 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.303308+0000 mon.a (mon.0) 2394 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.309049+0000 mon.a (mon.0) 2395 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.350205+0000 mon.a (mon.0) 2396 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.147946+0000 mon.a (mon.0) 2377 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.150093+0000 mon.a (mon.0) 2378 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.150737+0000 mon.a (mon.0) 2379 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.156713+0000 mon.a (mon.0) 2380 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.197675+0000 mon.a (mon.0) 2381 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.199469+0000 mon.a (mon.0) 2382 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.201381+0000 mon.a (mon.0) 2383 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.201967+0000 mon.a (mon.0) 2384 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.207245+0000 mon.a (mon.0) 2385 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.248902+0000 mon.a (mon.0) 2386 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.250747+0000 mon.a (mon.0) 2387 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.252507+0000 mon.a (mon.0) 2388 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.253133+0000 mon.a (mon.0) 2389 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.258360+0000 mon.a (mon.0) 2390 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.299036+0000 mon.a (mon.0) 2391 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.300857+0000 mon.a (mon.0) 2392 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.302684+0000 mon.a (mon.0) 2393 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.303308+0000 mon.a (mon.0) 2394 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.309049+0000 mon.a (mon.0) 2395 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.350205+0000 mon.a (mon.0) 2396 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.352022+0000 mon.a (mon.0) 2397 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.353821+0000 mon.a (mon.0) 2398 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.354494+0000 mon.a (mon.0) 2399 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.360009+0000 mon.a (mon.0) 2400 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.400770+0000 mon.a (mon.0) 2401 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.402505+0000 mon.a (mon.0) 2402 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.404156+0000 mon.a (mon.0) 2403 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.404727+0000 mon.a (mon.0) 2404 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.410089+0000 mon.a (mon.0) 2405 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.450720+0000 mon.a (mon.0) 2406 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.452395+0000 mon.a (mon.0) 2407 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.453968+0000 mon.a (mon.0) 2408 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.454501+0000 mon.a (mon.0) 2409 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.459511+0000 mon.a (mon.0) 2410 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.504719+0000 mon.a (mon.0) 2411 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.506934+0000 mon.a (mon.0) 2412 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.508926+0000 mon.a (mon.0) 2413 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.509621+0000 mon.a (mon.0) 2414 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.514895+0000 mon.a (mon.0) 2415 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.352022+0000 mon.a (mon.0) 2397 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.353821+0000 mon.a (mon.0) 2398 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.354494+0000 mon.a (mon.0) 2399 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.360009+0000 mon.a (mon.0) 2400 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.400770+0000 mon.a (mon.0) 2401 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.402505+0000 mon.a (mon.0) 2402 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.404156+0000 mon.a (mon.0) 2403 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.404727+0000 mon.a (mon.0) 2404 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.410089+0000 mon.a (mon.0) 2405 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.450720+0000 mon.a (mon.0) 2406 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.452395+0000 mon.a (mon.0) 2407 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.453968+0000 mon.a (mon.0) 2408 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.454501+0000 mon.a (mon.0) 2409 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.459511+0000 mon.a (mon.0) 2410 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.504719+0000 mon.a (mon.0) 2411 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.506934+0000 mon.a (mon.0) 2412 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.508926+0000 mon.a (mon.0) 2413 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.509621+0000 mon.a (mon.0) 2414 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.514895+0000 mon.a (mon.0) 2415 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.555201+0000 mon.a (mon.0) 2416 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.556896+0000 mon.a (mon.0) 2417 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.559208+0000 mon.a (mon.0) 2418 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.559853+0000 mon.a (mon.0) 2419 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.565165+0000 mon.a (mon.0) 2420 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.605606+0000 mon.a (mon.0) 2421 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.607565+0000 mon.a (mon.0) 2422 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.609210+0000 mon.a (mon.0) 2423 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.609785+0000 mon.a (mon.0) 2424 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.615369+0000 mon.a (mon.0) 2425 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.658483+0000 mon.a (mon.0) 2426 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.660238+0000 mon.a (mon.0) 2427 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.661909+0000 mon.a (mon.0) 2428 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.662560+0000 mon.a (mon.0) 2429 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[18552]: audit 2024-03-30T04:41:17.668282+0000 mon.a (mon.0) 2430 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.555201+0000 mon.a (mon.0) 2416 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.556896+0000 mon.a (mon.0) 2417 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.559208+0000 mon.a (mon.0) 2418 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.559853+0000 mon.a (mon.0) 2419 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.565165+0000 mon.a (mon.0) 2420 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.605606+0000 mon.a (mon.0) 2421 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.607565+0000 mon.a (mon.0) 2422 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.609210+0000 mon.a (mon.0) 2423 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.609785+0000 mon.a (mon.0) 2424 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.615369+0000 mon.a (mon.0) 2425 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.658483+0000 mon.a (mon.0) 2426 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.660238+0000 mon.a (mon.0) 2427 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.661909+0000 mon.a (mon.0) 2428 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.662560+0000 mon.a (mon.0) 2429 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:17 smithi111 bash[24005]: audit 2024-03-30T04:41:17.668282+0000 mon.a (mon.0) 2430 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.383 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[55997]: debug 2024-03-30T04:41:18.069+0000 7f7267b7e000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-30T04:41:18.383 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[55997]: debug 2024-03-30T04:41:18.197+0000 7f7267b7e000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-30T04:41:18.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cluster 2024-03-30T04:41:16.783601+0000 mgr.y (mgr.25279) 669 : cluster [DBG] pgmap v433: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cluster 2024-03-30T04:41:16.783830+0000 mgr.y (mgr.25279) 670 : cluster [DBG] pgmap v434: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cephadm 2024-03-30T04:41:16.791755+0000 mgr.y (mgr.25279) 671 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cluster 2024-03-30T04:41:16.871420+0000 mgr.y (mgr.25279) 672 : cluster [DBG] pgmap v435: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cluster 2024-03-30T04:41:16.871848+0000 mgr.y (mgr.25279) 673 : cluster [DBG] pgmap v436: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cephadm 2024-03-30T04:41:16.878568+0000 mgr.y (mgr.25279) 674 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cluster 2024-03-30T04:41:16.965686+0000 mgr.y (mgr.25279) 675 : cluster [DBG] pgmap v437: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cluster 2024-03-30T04:41:16.966237+0000 mgr.y (mgr.25279) 676 : cluster [DBG] pgmap v438: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cephadm 2024-03-30T04:41:16.975234+0000 mgr.y (mgr.25279) 677 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cluster 2024-03-30T04:41:17.060823+0000 mgr.y (mgr.25279) 678 : cluster [DBG] pgmap v439: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cluster 2024-03-30T04:41:17.061407+0000 mgr.y (mgr.25279) 679 : cluster [DBG] pgmap v440: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cephadm 2024-03-30T04:41:17.069578+0000 mgr.y (mgr.25279) 680 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cluster 2024-03-30T04:41:17.152008+0000 mgr.y (mgr.25279) 681 : cluster [DBG] pgmap v441: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cluster 2024-03-30T04:41:17.152252+0000 mgr.y (mgr.25279) 682 : cluster [DBG] pgmap v442: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cephadm 2024-03-30T04:41:17.157200+0000 mgr.y (mgr.25279) 683 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cluster 2024-03-30T04:41:17.203249+0000 mgr.y (mgr.25279) 684 : cluster [DBG] pgmap v443: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cluster 2024-03-30T04:41:17.203502+0000 mgr.y (mgr.25279) 685 : cluster [DBG] pgmap v444: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cephadm 2024-03-30T04:41:17.207667+0000 mgr.y (mgr.25279) 686 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cluster 2024-03-30T04:41:17.254370+0000 mgr.y (mgr.25279) 687 : cluster [DBG] pgmap v445: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cluster 2024-03-30T04:41:17.254669+0000 mgr.y (mgr.25279) 688 : cluster [DBG] pgmap v446: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cluster 2024-03-30T04:41:16.783601+0000 mgr.y (mgr.25279) 669 : cluster [DBG] pgmap v433: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cluster 2024-03-30T04:41:16.783830+0000 mgr.y (mgr.25279) 670 : cluster [DBG] pgmap v434: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cephadm 2024-03-30T04:41:16.791755+0000 mgr.y (mgr.25279) 671 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cluster 2024-03-30T04:41:16.871420+0000 mgr.y (mgr.25279) 672 : cluster [DBG] pgmap v435: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cluster 2024-03-30T04:41:16.871848+0000 mgr.y (mgr.25279) 673 : cluster [DBG] pgmap v436: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cephadm 2024-03-30T04:41:16.878568+0000 mgr.y (mgr.25279) 674 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cluster 2024-03-30T04:41:16.965686+0000 mgr.y (mgr.25279) 675 : cluster [DBG] pgmap v437: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cluster 2024-03-30T04:41:16.966237+0000 mgr.y (mgr.25279) 676 : cluster [DBG] pgmap v438: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cephadm 2024-03-30T04:41:16.975234+0000 mgr.y (mgr.25279) 677 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cluster 2024-03-30T04:41:17.060823+0000 mgr.y (mgr.25279) 678 : cluster [DBG] pgmap v439: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cluster 2024-03-30T04:41:17.061407+0000 mgr.y (mgr.25279) 679 : cluster [DBG] pgmap v440: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cephadm 2024-03-30T04:41:17.069578+0000 mgr.y (mgr.25279) 680 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cluster 2024-03-30T04:41:17.152008+0000 mgr.y (mgr.25279) 681 : cluster [DBG] pgmap v441: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cluster 2024-03-30T04:41:17.152252+0000 mgr.y (mgr.25279) 682 : cluster [DBG] pgmap v442: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cephadm 2024-03-30T04:41:17.157200+0000 mgr.y (mgr.25279) 683 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cluster 2024-03-30T04:41:17.203249+0000 mgr.y (mgr.25279) 684 : cluster [DBG] pgmap v443: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cluster 2024-03-30T04:41:17.203502+0000 mgr.y (mgr.25279) 685 : cluster [DBG] pgmap v444: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cephadm 2024-03-30T04:41:17.207667+0000 mgr.y (mgr.25279) 686 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cluster 2024-03-30T04:41:17.254370+0000 mgr.y (mgr.25279) 687 : cluster [DBG] pgmap v445: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cluster 2024-03-30T04:41:17.254669+0000 mgr.y (mgr.25279) 688 : cluster [DBG] pgmap v446: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cephadm 2024-03-30T04:41:17.258779+0000 mgr.y (mgr.25279) 689 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cluster 2024-03-30T04:41:17.304545+0000 mgr.y (mgr.25279) 690 : cluster [DBG] pgmap v447: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cluster 2024-03-30T04:41:17.304784+0000 mgr.y (mgr.25279) 691 : cluster [DBG] pgmap v448: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cephadm 2024-03-30T04:41:17.309408+0000 mgr.y (mgr.25279) 692 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cluster 2024-03-30T04:41:17.355755+0000 mgr.y (mgr.25279) 693 : cluster [DBG] pgmap v449: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cluster 2024-03-30T04:41:17.356003+0000 mgr.y (mgr.25279) 694 : cluster [DBG] pgmap v450: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cephadm 2024-03-30T04:41:17.360390+0000 mgr.y (mgr.25279) 695 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cluster 2024-03-30T04:41:17.405924+0000 mgr.y (mgr.25279) 696 : cluster [DBG] pgmap v451: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cluster 2024-03-30T04:41:17.406157+0000 mgr.y (mgr.25279) 697 : cluster [DBG] pgmap v452: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cephadm 2024-03-30T04:41:17.410456+0000 mgr.y (mgr.25279) 698 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cluster 2024-03-30T04:41:17.455647+0000 mgr.y (mgr.25279) 699 : cluster [DBG] pgmap v453: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cluster 2024-03-30T04:41:17.455883+0000 mgr.y (mgr.25279) 700 : cluster [DBG] pgmap v454: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cephadm 2024-03-30T04:41:17.459834+0000 mgr.y (mgr.25279) 701 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cluster 2024-03-30T04:41:17.510882+0000 mgr.y (mgr.25279) 702 : cluster [DBG] pgmap v455: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cluster 2024-03-30T04:41:17.511067+0000 mgr.y (mgr.25279) 703 : cluster [DBG] pgmap v456: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cephadm 2024-03-30T04:41:17.515352+0000 mgr.y (mgr.25279) 704 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cluster 2024-03-30T04:41:17.561094+0000 mgr.y (mgr.25279) 705 : cluster [DBG] pgmap v457: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cluster 2024-03-30T04:41:17.561325+0000 mgr.y (mgr.25279) 706 : cluster [DBG] pgmap v458: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cephadm 2024-03-30T04:41:17.565690+0000 mgr.y (mgr.25279) 707 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cluster 2024-03-30T04:41:17.610983+0000 mgr.y (mgr.25279) 708 : cluster [DBG] pgmap v459: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cluster 2024-03-30T04:41:17.611164+0000 mgr.y (mgr.25279) 709 : cluster [DBG] pgmap v460: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cephadm 2024-03-30T04:41:17.258779+0000 mgr.y (mgr.25279) 689 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cluster 2024-03-30T04:41:17.304545+0000 mgr.y (mgr.25279) 690 : cluster [DBG] pgmap v447: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cluster 2024-03-30T04:41:17.304784+0000 mgr.y (mgr.25279) 691 : cluster [DBG] pgmap v448: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cephadm 2024-03-30T04:41:17.309408+0000 mgr.y (mgr.25279) 692 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cluster 2024-03-30T04:41:17.355755+0000 mgr.y (mgr.25279) 693 : cluster [DBG] pgmap v449: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cluster 2024-03-30T04:41:17.356003+0000 mgr.y (mgr.25279) 694 : cluster [DBG] pgmap v450: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cephadm 2024-03-30T04:41:17.360390+0000 mgr.y (mgr.25279) 695 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cluster 2024-03-30T04:41:17.405924+0000 mgr.y (mgr.25279) 696 : cluster [DBG] pgmap v451: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cluster 2024-03-30T04:41:17.406157+0000 mgr.y (mgr.25279) 697 : cluster [DBG] pgmap v452: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cephadm 2024-03-30T04:41:17.410456+0000 mgr.y (mgr.25279) 698 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cluster 2024-03-30T04:41:17.455647+0000 mgr.y (mgr.25279) 699 : cluster [DBG] pgmap v453: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cluster 2024-03-30T04:41:17.455883+0000 mgr.y (mgr.25279) 700 : cluster [DBG] pgmap v454: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cephadm 2024-03-30T04:41:17.459834+0000 mgr.y (mgr.25279) 701 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cluster 2024-03-30T04:41:17.510882+0000 mgr.y (mgr.25279) 702 : cluster [DBG] pgmap v455: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cluster 2024-03-30T04:41:17.511067+0000 mgr.y (mgr.25279) 703 : cluster [DBG] pgmap v456: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cephadm 2024-03-30T04:41:17.515352+0000 mgr.y (mgr.25279) 704 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cluster 2024-03-30T04:41:17.561094+0000 mgr.y (mgr.25279) 705 : cluster [DBG] pgmap v457: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cluster 2024-03-30T04:41:17.561325+0000 mgr.y (mgr.25279) 706 : cluster [DBG] pgmap v458: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cephadm 2024-03-30T04:41:17.565690+0000 mgr.y (mgr.25279) 707 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cluster 2024-03-30T04:41:17.610983+0000 mgr.y (mgr.25279) 708 : cluster [DBG] pgmap v459: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cluster 2024-03-30T04:41:17.611164+0000 mgr.y (mgr.25279) 709 : cluster [DBG] pgmap v460: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cephadm 2024-03-30T04:41:17.615809+0000 mgr.y (mgr.25279) 710 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cluster 2024-03-30T04:41:17.663806+0000 mgr.y (mgr.25279) 711 : cluster [DBG] pgmap v461: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cluster 2024-03-30T04:41:17.663990+0000 mgr.y (mgr.25279) 712 : cluster [DBG] pgmap v462: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cephadm 2024-03-30T04:41:17.668699+0000 mgr.y (mgr.25279) 713 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:17.712583+0000 mon.a (mon.0) 2431 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:17.714308+0000 mon.a (mon.0) 2432 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:17.716024+0000 mon.a (mon.0) 2433 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:17.716637+0000 mon.a (mon.0) 2434 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cluster 2024-03-30T04:41:17.717822+0000 mgr.y (mgr.25279) 714 : cluster [DBG] pgmap v463: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cluster 2024-03-30T04:41:17.718105+0000 mgr.y (mgr.25279) 715 : cluster [DBG] pgmap v464: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:17.723202+0000 mon.a (mon.0) 2435 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: cephadm 2024-03-30T04:41:17.723706+0000 mgr.y (mgr.25279) 716 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:17.763643+0000 mon.a (mon.0) 2436 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:17.765303+0000 mon.a (mon.0) 2437 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:17.766908+0000 mon.a (mon.0) 2438 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:17.767502+0000 mon.a (mon.0) 2439 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:17.775999+0000 mon.a (mon.0) 2440 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:17.817146+0000 mon.a (mon.0) 2441 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:17.819059+0000 mon.a (mon.0) 2442 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:17.820938+0000 mon.a (mon.0) 2443 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:17.821587+0000 mon.a (mon.0) 2444 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:17.830066+0000 mon.a (mon.0) 2445 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:17.870254+0000 mon.a (mon.0) 2446 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:17.871946+0000 mon.a (mon.0) 2447 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:17.873594+0000 mon.a (mon.0) 2448 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:17.874192+0000 mon.a (mon.0) 2449 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:17.880653+0000 mon.a (mon.0) 2450 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:17.920740+0000 mon.a (mon.0) 2451 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:17.922696+0000 mon.a (mon.0) 2452 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:17.924456+0000 mon.a (mon.0) 2453 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:17.925085+0000 mon.a (mon.0) 2454 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:17.931332+0000 mon.a (mon.0) 2455 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:17.972083+0000 mon.a (mon.0) 2456 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:17.973905+0000 mon.a (mon.0) 2457 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:17.975640+0000 mon.a (mon.0) 2458 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:17.976269+0000 mon.a (mon.0) 2459 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:17.982954+0000 mon.a (mon.0) 2460 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.023700+0000 mon.a (mon.0) 2461 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.025886+0000 mon.a (mon.0) 2462 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cephadm 2024-03-30T04:41:17.615809+0000 mgr.y (mgr.25279) 710 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cluster 2024-03-30T04:41:17.663806+0000 mgr.y (mgr.25279) 711 : cluster [DBG] pgmap v461: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cluster 2024-03-30T04:41:17.663990+0000 mgr.y (mgr.25279) 712 : cluster [DBG] pgmap v462: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cephadm 2024-03-30T04:41:17.668699+0000 mgr.y (mgr.25279) 713 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:17.712583+0000 mon.a (mon.0) 2431 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:17.714308+0000 mon.a (mon.0) 2432 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:17.716024+0000 mon.a (mon.0) 2433 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:17.716637+0000 mon.a (mon.0) 2434 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cluster 2024-03-30T04:41:17.717822+0000 mgr.y (mgr.25279) 714 : cluster [DBG] pgmap v463: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cluster 2024-03-30T04:41:17.718105+0000 mgr.y (mgr.25279) 715 : cluster [DBG] pgmap v464: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:17.723202+0000 mon.a (mon.0) 2435 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: cephadm 2024-03-30T04:41:17.723706+0000 mgr.y (mgr.25279) 716 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:17.763643+0000 mon.a (mon.0) 2436 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:17.765303+0000 mon.a (mon.0) 2437 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:17.766908+0000 mon.a (mon.0) 2438 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:17.767502+0000 mon.a (mon.0) 2439 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:17.775999+0000 mon.a (mon.0) 2440 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:17.817146+0000 mon.a (mon.0) 2441 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:17.819059+0000 mon.a (mon.0) 2442 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.027722+0000 mon.a (mon.0) 2463 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.028378+0000 mon.a (mon.0) 2464 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.034763+0000 mon.a (mon.0) 2465 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.074877+0000 mon.a (mon.0) 2466 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.076652+0000 mon.a (mon.0) 2467 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.078803+0000 mon.a (mon.0) 2468 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.079454+0000 mon.a (mon.0) 2469 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.085044+0000 mon.a (mon.0) 2470 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.125391+0000 mon.a (mon.0) 2471 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.127119+0000 mon.a (mon.0) 2472 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.128830+0000 mon.a (mon.0) 2473 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.129434+0000 mon.a (mon.0) 2474 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.135149+0000 mon.a (mon.0) 2475 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.175658+0000 mon.a (mon.0) 2476 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.177489+0000 mon.a (mon.0) 2477 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.179236+0000 mon.a (mon.0) 2478 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.179882+0000 mon.a (mon.0) 2479 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.185625+0000 mon.a (mon.0) 2480 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.227445+0000 mon.a (mon.0) 2481 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:17.820938+0000 mon.a (mon.0) 2443 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:17.821587+0000 mon.a (mon.0) 2444 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:17.830066+0000 mon.a (mon.0) 2445 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:17.870254+0000 mon.a (mon.0) 2446 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:17.871946+0000 mon.a (mon.0) 2447 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:17.873594+0000 mon.a (mon.0) 2448 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:17.874192+0000 mon.a (mon.0) 2449 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:17.880653+0000 mon.a (mon.0) 2450 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:17.920740+0000 mon.a (mon.0) 2451 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:17.922696+0000 mon.a (mon.0) 2452 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:17.924456+0000 mon.a (mon.0) 2453 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:17.925085+0000 mon.a (mon.0) 2454 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:17.931332+0000 mon.a (mon.0) 2455 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:17.972083+0000 mon.a (mon.0) 2456 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:17.973905+0000 mon.a (mon.0) 2457 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:17.975640+0000 mon.a (mon.0) 2458 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:17.976269+0000 mon.a (mon.0) 2459 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:17.982954+0000 mon.a (mon.0) 2460 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.023700+0000 mon.a (mon.0) 2461 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.025886+0000 mon.a (mon.0) 2462 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.229237+0000 mon.a (mon.0) 2482 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.231008+0000 mon.a (mon.0) 2483 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.231617+0000 mon.a (mon.0) 2484 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.237249+0000 mon.a (mon.0) 2485 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.277879+0000 mon.a (mon.0) 2486 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.279558+0000 mon.a (mon.0) 2487 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.281195+0000 mon.a (mon.0) 2488 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.281756+0000 mon.a (mon.0) 2489 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.287084+0000 mon.a (mon.0) 2490 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.327489+0000 mon.a (mon.0) 2491 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.329226+0000 mon.a (mon.0) 2492 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.330887+0000 mon.a (mon.0) 2493 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.331461+0000 mon.a (mon.0) 2494 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.337056+0000 mon.a (mon.0) 2495 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.378837+0000 mon.a (mon.0) 2496 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.380828+0000 mon.a (mon.0) 2497 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.382766+0000 mon.a (mon.0) 2498 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.383686+0000 mon.a (mon.0) 2499 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.389567+0000 mon.a (mon.0) 2500 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.437370+0000 mon.a (mon.0) 2501 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.439963+0000 mon.a (mon.0) 2502 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.442241+0000 mon.a (mon.0) 2503 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.443005+0000 mon.a (mon.0) 2504 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.449147+0000 mon.a (mon.0) 2505 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.490284+0000 mon.a (mon.0) 2506 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.492051+0000 mon.a (mon.0) 2507 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.494079+0000 mon.a (mon.0) 2508 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.494747+0000 mon.a (mon.0) 2509 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.501019+0000 mon.a (mon.0) 2510 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.573931+0000 mon.a (mon.0) 2511 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.575788+0000 mon.a (mon.0) 2512 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.577555+0000 mon.a (mon.0) 2513 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.578176+0000 mon.a (mon.0) 2514 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.584211+0000 mon.a (mon.0) 2515 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.624864+0000 mon.a (mon.0) 2516 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.626575+0000 mon.a (mon.0) 2517 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.628215+0000 mon.a (mon.0) 2518 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.628776+0000 mon.a (mon.0) 2519 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.027722+0000 mon.a (mon.0) 2463 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.028378+0000 mon.a (mon.0) 2464 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.034763+0000 mon.a (mon.0) 2465 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.074877+0000 mon.a (mon.0) 2466 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.076652+0000 mon.a (mon.0) 2467 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.078803+0000 mon.a (mon.0) 2468 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.079454+0000 mon.a (mon.0) 2469 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.085044+0000 mon.a (mon.0) 2470 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.125391+0000 mon.a (mon.0) 2471 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.127119+0000 mon.a (mon.0) 2472 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.128830+0000 mon.a (mon.0) 2473 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.129434+0000 mon.a (mon.0) 2474 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.135149+0000 mon.a (mon.0) 2475 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.175658+0000 mon.a (mon.0) 2476 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.177489+0000 mon.a (mon.0) 2477 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.179236+0000 mon.a (mon.0) 2478 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.179882+0000 mon.a (mon.0) 2479 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.185625+0000 mon.a (mon.0) 2480 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.227445+0000 mon.a (mon.0) 2481 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.634710+0000 mon.a (mon.0) 2520 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.675701+0000 mon.a (mon.0) 2521 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.677361+0000 mon.a (mon.0) 2522 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.679424+0000 mon.a (mon.0) 2523 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[24005]: audit 2024-03-30T04:41:18.680101+0000 mon.a (mon.0) 2524 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.229237+0000 mon.a (mon.0) 2482 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.231008+0000 mon.a (mon.0) 2483 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.231617+0000 mon.a (mon.0) 2484 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.237249+0000 mon.a (mon.0) 2485 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.277879+0000 mon.a (mon.0) 2486 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.279558+0000 mon.a (mon.0) 2487 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.281195+0000 mon.a (mon.0) 2488 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.281756+0000 mon.a (mon.0) 2489 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.287084+0000 mon.a (mon.0) 2490 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.327489+0000 mon.a (mon.0) 2491 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.329226+0000 mon.a (mon.0) 2492 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.330887+0000 mon.a (mon.0) 2493 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.331461+0000 mon.a (mon.0) 2494 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.337056+0000 mon.a (mon.0) 2495 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.378837+0000 mon.a (mon.0) 2496 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.380828+0000 mon.a (mon.0) 2497 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.382766+0000 mon.a (mon.0) 2498 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.383686+0000 mon.a (mon.0) 2499 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.389567+0000 mon.a (mon.0) 2500 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.437370+0000 mon.a (mon.0) 2501 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.439963+0000 mon.a (mon.0) 2502 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.442241+0000 mon.a (mon.0) 2503 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.443005+0000 mon.a (mon.0) 2504 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.449147+0000 mon.a (mon.0) 2505 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.490284+0000 mon.a (mon.0) 2506 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.492051+0000 mon.a (mon.0) 2507 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.494079+0000 mon.a (mon.0) 2508 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.494747+0000 mon.a (mon.0) 2509 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.501019+0000 mon.a (mon.0) 2510 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.573931+0000 mon.a (mon.0) 2511 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.575788+0000 mon.a (mon.0) 2512 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.577555+0000 mon.a (mon.0) 2513 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.578176+0000 mon.a (mon.0) 2514 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.584211+0000 mon.a (mon.0) 2515 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.624864+0000 mon.a (mon.0) 2516 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.626575+0000 mon.a (mon.0) 2517 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.628215+0000 mon.a (mon.0) 2518 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.889 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.628776+0000 mon.a (mon.0) 2519 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.889 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.634710+0000 mon.a (mon.0) 2520 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.889 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.675701+0000 mon.a (mon.0) 2521 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.889 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.677361+0000 mon.a (mon.0) 2522 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.889 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.679424+0000 mon.a (mon.0) 2523 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.889 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:18 smithi111 bash[18552]: audit 2024-03-30T04:41:18.680101+0000 mon.a (mon.0) 2524 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.889 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[55997]: debug 2024-03-30T04:41:18.545+0000 7f7267b7e000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:41:18.890 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[53671]: ts=2024-03-30T04:41:18.658Z 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.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"172.21.15.117:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"smithi111:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:41:18.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cluster 2024-03-30T04:41:16.783601+0000 mgr.y (mgr.25279) 669 : cluster [DBG] pgmap v433: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cluster 2024-03-30T04:41:16.783830+0000 mgr.y (mgr.25279) 670 : cluster [DBG] pgmap v434: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cephadm 2024-03-30T04:41:16.791755+0000 mgr.y (mgr.25279) 671 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cluster 2024-03-30T04:41:16.871420+0000 mgr.y (mgr.25279) 672 : cluster [DBG] pgmap v435: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cluster 2024-03-30T04:41:16.871848+0000 mgr.y (mgr.25279) 673 : cluster [DBG] pgmap v436: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cephadm 2024-03-30T04:41:16.878568+0000 mgr.y (mgr.25279) 674 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cluster 2024-03-30T04:41:16.965686+0000 mgr.y (mgr.25279) 675 : cluster [DBG] pgmap v437: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cluster 2024-03-30T04:41:16.966237+0000 mgr.y (mgr.25279) 676 : cluster [DBG] pgmap v438: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cephadm 2024-03-30T04:41:16.975234+0000 mgr.y (mgr.25279) 677 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cluster 2024-03-30T04:41:17.060823+0000 mgr.y (mgr.25279) 678 : cluster [DBG] pgmap v439: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cluster 2024-03-30T04:41:17.061407+0000 mgr.y (mgr.25279) 679 : cluster [DBG] pgmap v440: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cephadm 2024-03-30T04:41:17.069578+0000 mgr.y (mgr.25279) 680 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cluster 2024-03-30T04:41:17.152008+0000 mgr.y (mgr.25279) 681 : cluster [DBG] pgmap v441: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cluster 2024-03-30T04:41:17.152252+0000 mgr.y (mgr.25279) 682 : cluster [DBG] pgmap v442: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cephadm 2024-03-30T04:41:17.157200+0000 mgr.y (mgr.25279) 683 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cluster 2024-03-30T04:41:17.203249+0000 mgr.y (mgr.25279) 684 : cluster [DBG] pgmap v443: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cluster 2024-03-30T04:41:17.203502+0000 mgr.y (mgr.25279) 685 : cluster [DBG] pgmap v444: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cephadm 2024-03-30T04:41:17.207667+0000 mgr.y (mgr.25279) 686 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cluster 2024-03-30T04:41:17.254370+0000 mgr.y (mgr.25279) 687 : cluster [DBG] pgmap v445: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cluster 2024-03-30T04:41:17.254669+0000 mgr.y (mgr.25279) 688 : cluster [DBG] pgmap v446: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cephadm 2024-03-30T04:41:17.258779+0000 mgr.y (mgr.25279) 689 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cluster 2024-03-30T04:41:17.304545+0000 mgr.y (mgr.25279) 690 : cluster [DBG] pgmap v447: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cluster 2024-03-30T04:41:17.304784+0000 mgr.y (mgr.25279) 691 : cluster [DBG] pgmap v448: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cephadm 2024-03-30T04:41:17.309408+0000 mgr.y (mgr.25279) 692 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cluster 2024-03-30T04:41:17.355755+0000 mgr.y (mgr.25279) 693 : cluster [DBG] pgmap v449: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cluster 2024-03-30T04:41:17.356003+0000 mgr.y (mgr.25279) 694 : cluster [DBG] pgmap v450: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cephadm 2024-03-30T04:41:17.360390+0000 mgr.y (mgr.25279) 695 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cluster 2024-03-30T04:41:17.405924+0000 mgr.y (mgr.25279) 696 : cluster [DBG] pgmap v451: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cluster 2024-03-30T04:41:17.406157+0000 mgr.y (mgr.25279) 697 : cluster [DBG] pgmap v452: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cephadm 2024-03-30T04:41:17.410456+0000 mgr.y (mgr.25279) 698 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cluster 2024-03-30T04:41:17.455647+0000 mgr.y (mgr.25279) 699 : cluster [DBG] pgmap v453: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cluster 2024-03-30T04:41:17.455883+0000 mgr.y (mgr.25279) 700 : cluster [DBG] pgmap v454: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cephadm 2024-03-30T04:41:17.459834+0000 mgr.y (mgr.25279) 701 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cluster 2024-03-30T04:41:17.510882+0000 mgr.y (mgr.25279) 702 : cluster [DBG] pgmap v455: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cluster 2024-03-30T04:41:17.511067+0000 mgr.y (mgr.25279) 703 : cluster [DBG] pgmap v456: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cephadm 2024-03-30T04:41:17.515352+0000 mgr.y (mgr.25279) 704 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cluster 2024-03-30T04:41:17.561094+0000 mgr.y (mgr.25279) 705 : cluster [DBG] pgmap v457: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cluster 2024-03-30T04:41:17.561325+0000 mgr.y (mgr.25279) 706 : cluster [DBG] pgmap v458: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cephadm 2024-03-30T04:41:17.565690+0000 mgr.y (mgr.25279) 707 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cluster 2024-03-30T04:41:17.610983+0000 mgr.y (mgr.25279) 708 : cluster [DBG] pgmap v459: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cluster 2024-03-30T04:41:17.611164+0000 mgr.y (mgr.25279) 709 : cluster [DBG] pgmap v460: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cephadm 2024-03-30T04:41:17.615809+0000 mgr.y (mgr.25279) 710 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cluster 2024-03-30T04:41:17.663806+0000 mgr.y (mgr.25279) 711 : cluster [DBG] pgmap v461: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cluster 2024-03-30T04:41:17.663990+0000 mgr.y (mgr.25279) 712 : cluster [DBG] pgmap v462: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cephadm 2024-03-30T04:41:17.668699+0000 mgr.y (mgr.25279) 713 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:17.712583+0000 mon.a (mon.0) 2431 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:17.714308+0000 mon.a (mon.0) 2432 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:17.716024+0000 mon.a (mon.0) 2433 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:17.716637+0000 mon.a (mon.0) 2434 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cluster 2024-03-30T04:41:17.717822+0000 mgr.y (mgr.25279) 714 : cluster [DBG] pgmap v463: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cluster 2024-03-30T04:41:17.718105+0000 mgr.y (mgr.25279) 715 : cluster [DBG] pgmap v464: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:18.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:17.723202+0000 mon.a (mon.0) 2435 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: cephadm 2024-03-30T04:41:17.723706+0000 mgr.y (mgr.25279) 716 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:18.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:17.763643+0000 mon.a (mon.0) 2436 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:17.765303+0000 mon.a (mon.0) 2437 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:17.766908+0000 mon.a (mon.0) 2438 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:17.767502+0000 mon.a (mon.0) 2439 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:17.775999+0000 mon.a (mon.0) 2440 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:17.817146+0000 mon.a (mon.0) 2441 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:17.819059+0000 mon.a (mon.0) 2442 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:17.820938+0000 mon.a (mon.0) 2443 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:17.821587+0000 mon.a (mon.0) 2444 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:17.830066+0000 mon.a (mon.0) 2445 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:17.870254+0000 mon.a (mon.0) 2446 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:17.871946+0000 mon.a (mon.0) 2447 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:17.873594+0000 mon.a (mon.0) 2448 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:17.874192+0000 mon.a (mon.0) 2449 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:17.880653+0000 mon.a (mon.0) 2450 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:17.920740+0000 mon.a (mon.0) 2451 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:17.922696+0000 mon.a (mon.0) 2452 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:17.924456+0000 mon.a (mon.0) 2453 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:17.925085+0000 mon.a (mon.0) 2454 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:17.931332+0000 mon.a (mon.0) 2455 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:17.972083+0000 mon.a (mon.0) 2456 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:17.973905+0000 mon.a (mon.0) 2457 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:17.975640+0000 mon.a (mon.0) 2458 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:17.976269+0000 mon.a (mon.0) 2459 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:17.982954+0000 mon.a (mon.0) 2460 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.023700+0000 mon.a (mon.0) 2461 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.025886+0000 mon.a (mon.0) 2462 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.027722+0000 mon.a (mon.0) 2463 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.028378+0000 mon.a (mon.0) 2464 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.034763+0000 mon.a (mon.0) 2465 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.074877+0000 mon.a (mon.0) 2466 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.076652+0000 mon.a (mon.0) 2467 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.078803+0000 mon.a (mon.0) 2468 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.079454+0000 mon.a (mon.0) 2469 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.085044+0000 mon.a (mon.0) 2470 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.125391+0000 mon.a (mon.0) 2471 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.127119+0000 mon.a (mon.0) 2472 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.128830+0000 mon.a (mon.0) 2473 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.129434+0000 mon.a (mon.0) 2474 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.135149+0000 mon.a (mon.0) 2475 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.175658+0000 mon.a (mon.0) 2476 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.177489+0000 mon.a (mon.0) 2477 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.179236+0000 mon.a (mon.0) 2478 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.179882+0000 mon.a (mon.0) 2479 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.185625+0000 mon.a (mon.0) 2480 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.227445+0000 mon.a (mon.0) 2481 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.229237+0000 mon.a (mon.0) 2482 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.231008+0000 mon.a (mon.0) 2483 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.231617+0000 mon.a (mon.0) 2484 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.237249+0000 mon.a (mon.0) 2485 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.277879+0000 mon.a (mon.0) 2486 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.279558+0000 mon.a (mon.0) 2487 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.281195+0000 mon.a (mon.0) 2488 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.281756+0000 mon.a (mon.0) 2489 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.287084+0000 mon.a (mon.0) 2490 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.327489+0000 mon.a (mon.0) 2491 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.329226+0000 mon.a (mon.0) 2492 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.330887+0000 mon.a (mon.0) 2493 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.331461+0000 mon.a (mon.0) 2494 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.337056+0000 mon.a (mon.0) 2495 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.899 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.378837+0000 mon.a (mon.0) 2496 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.899 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.380828+0000 mon.a (mon.0) 2497 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.899 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.382766+0000 mon.a (mon.0) 2498 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.899 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.383686+0000 mon.a (mon.0) 2499 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.899 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.389567+0000 mon.a (mon.0) 2500 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.899 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.437370+0000 mon.a (mon.0) 2501 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.899 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.439963+0000 mon.a (mon.0) 2502 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.899 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.442241+0000 mon.a (mon.0) 2503 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.899 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.443005+0000 mon.a (mon.0) 2504 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.899 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.449147+0000 mon.a (mon.0) 2505 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.899 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.490284+0000 mon.a (mon.0) 2506 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.899 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.492051+0000 mon.a (mon.0) 2507 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.899 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.494079+0000 mon.a (mon.0) 2508 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.899 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.494747+0000 mon.a (mon.0) 2509 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.501019+0000 mon.a (mon.0) 2510 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.573931+0000 mon.a (mon.0) 2511 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.575788+0000 mon.a (mon.0) 2512 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.577555+0000 mon.a (mon.0) 2513 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.578176+0000 mon.a (mon.0) 2514 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.584211+0000 mon.a (mon.0) 2515 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.624864+0000 mon.a (mon.0) 2516 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.626575+0000 mon.a (mon.0) 2517 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.628215+0000 mon.a (mon.0) 2518 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.628776+0000 mon.a (mon.0) 2519 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:18.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.634710+0000 mon.a (mon.0) 2520 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:18.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.675701+0000 mon.a (mon.0) 2521 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:18.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.677361+0000 mon.a (mon.0) 2522 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:18.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.679424+0000 mon.a (mon.0) 2523 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:18.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:18 smithi117 bash[18692]: audit 2024-03-30T04:41:18.680101+0000 mon.a (mon.0) 2524 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:19.633 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[55997]: debug 2024-03-30T04:41:19.325+0000 7f7267b7e000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-30T04:41:19.633 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[55997]: debug 2024-03-30T04:41:19.449+0000 7f7267b7e000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-30T04:41:19.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cluster 2024-03-30T04:41:17.768613+0000 mgr.y (mgr.25279) 717 : cluster [DBG] pgmap v465: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cluster 2024-03-30T04:41:17.768855+0000 mgr.y (mgr.25279) 718 : cluster [DBG] pgmap v466: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cephadm 2024-03-30T04:41:17.776388+0000 mgr.y (mgr.25279) 719 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cluster 2024-03-30T04:41:17.822783+0000 mgr.y (mgr.25279) 720 : cluster [DBG] pgmap v467: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cluster 2024-03-30T04:41:17.823019+0000 mgr.y (mgr.25279) 721 : cluster [DBG] pgmap v468: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cephadm 2024-03-30T04:41:17.830477+0000 mgr.y (mgr.25279) 722 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cluster 2024-03-30T04:41:17.875391+0000 mgr.y (mgr.25279) 723 : cluster [DBG] pgmap v469: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cluster 2024-03-30T04:41:17.875631+0000 mgr.y (mgr.25279) 724 : cluster [DBG] pgmap v470: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cephadm 2024-03-30T04:41:17.880987+0000 mgr.y (mgr.25279) 725 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cluster 2024-03-30T04:41:17.926264+0000 mgr.y (mgr.25279) 726 : cluster [DBG] pgmap v471: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cluster 2024-03-30T04:41:17.926463+0000 mgr.y (mgr.25279) 727 : cluster [DBG] pgmap v472: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cephadm 2024-03-30T04:41:17.931700+0000 mgr.y (mgr.25279) 728 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cluster 2024-03-30T04:41:17.977487+0000 mgr.y (mgr.25279) 729 : cluster [DBG] pgmap v473: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cluster 2024-03-30T04:41:17.977696+0000 mgr.y (mgr.25279) 730 : cluster [DBG] pgmap v474: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cephadm 2024-03-30T04:41:17.983361+0000 mgr.y (mgr.25279) 731 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cluster 2024-03-30T04:41:18.029553+0000 mgr.y (mgr.25279) 732 : cluster [DBG] pgmap v475: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cluster 2024-03-30T04:41:18.029741+0000 mgr.y (mgr.25279) 733 : cluster [DBG] pgmap v476: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cephadm 2024-03-30T04:41:18.035094+0000 mgr.y (mgr.25279) 734 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cluster 2024-03-30T04:41:18.080929+0000 mgr.y (mgr.25279) 735 : cluster [DBG] pgmap v477: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cluster 2024-03-30T04:41:18.081129+0000 mgr.y (mgr.25279) 736 : cluster [DBG] pgmap v478: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cephadm 2024-03-30T04:41:18.085408+0000 mgr.y (mgr.25279) 737 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cluster 2024-03-30T04:41:18.130584+0000 mgr.y (mgr.25279) 738 : cluster [DBG] pgmap v479: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cluster 2024-03-30T04:41:18.130774+0000 mgr.y (mgr.25279) 739 : cluster [DBG] pgmap v480: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cephadm 2024-03-30T04:41:18.135529+0000 mgr.y (mgr.25279) 740 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cluster 2024-03-30T04:41:18.181115+0000 mgr.y (mgr.25279) 741 : cluster [DBG] pgmap v481: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cluster 2024-03-30T04:41:18.181358+0000 mgr.y (mgr.25279) 742 : cluster [DBG] pgmap v482: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cephadm 2024-03-30T04:41:18.186027+0000 mgr.y (mgr.25279) 743 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cluster 2024-03-30T04:41:18.232800+0000 mgr.y (mgr.25279) 744 : cluster [DBG] pgmap v483: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cluster 2024-03-30T04:41:18.232984+0000 mgr.y (mgr.25279) 745 : cluster [DBG] pgmap v484: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cephadm 2024-03-30T04:41:18.237592+0000 mgr.y (mgr.25279) 746 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cluster 2024-03-30T04:41:18.282890+0000 mgr.y (mgr.25279) 747 : cluster [DBG] pgmap v485: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cluster 2024-03-30T04:41:18.283075+0000 mgr.y (mgr.25279) 748 : cluster [DBG] pgmap v486: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cephadm 2024-03-30T04:41:18.287422+0000 mgr.y (mgr.25279) 749 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cluster 2024-03-30T04:41:18.332602+0000 mgr.y (mgr.25279) 750 : cluster [DBG] pgmap v487: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cluster 2024-03-30T04:41:18.332828+0000 mgr.y (mgr.25279) 751 : cluster [DBG] pgmap v488: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cephadm 2024-03-30T04:41:18.337426+0000 mgr.y (mgr.25279) 752 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cluster 2024-03-30T04:41:18.385317+0000 mgr.y (mgr.25279) 753 : cluster [DBG] pgmap v489: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cluster 2024-03-30T04:41:18.385501+0000 mgr.y (mgr.25279) 754 : cluster [DBG] pgmap v490: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cephadm 2024-03-30T04:41:18.390020+0000 mgr.y (mgr.25279) 755 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cluster 2024-03-30T04:41:18.444535+0000 mgr.y (mgr.25279) 756 : cluster [DBG] pgmap v491: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cluster 2024-03-30T04:41:18.444770+0000 mgr.y (mgr.25279) 757 : cluster [DBG] pgmap v492: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cluster 2024-03-30T04:41:17.768613+0000 mgr.y (mgr.25279) 717 : cluster [DBG] pgmap v465: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cluster 2024-03-30T04:41:17.768855+0000 mgr.y (mgr.25279) 718 : cluster [DBG] pgmap v466: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cephadm 2024-03-30T04:41:17.776388+0000 mgr.y (mgr.25279) 719 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cluster 2024-03-30T04:41:17.822783+0000 mgr.y (mgr.25279) 720 : cluster [DBG] pgmap v467: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cluster 2024-03-30T04:41:17.823019+0000 mgr.y (mgr.25279) 721 : cluster [DBG] pgmap v468: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cephadm 2024-03-30T04:41:17.830477+0000 mgr.y (mgr.25279) 722 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cluster 2024-03-30T04:41:17.875391+0000 mgr.y (mgr.25279) 723 : cluster [DBG] pgmap v469: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cluster 2024-03-30T04:41:17.875631+0000 mgr.y (mgr.25279) 724 : cluster [DBG] pgmap v470: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cephadm 2024-03-30T04:41:17.880987+0000 mgr.y (mgr.25279) 725 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cluster 2024-03-30T04:41:17.926264+0000 mgr.y (mgr.25279) 726 : cluster [DBG] pgmap v471: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cluster 2024-03-30T04:41:17.926463+0000 mgr.y (mgr.25279) 727 : cluster [DBG] pgmap v472: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cephadm 2024-03-30T04:41:17.931700+0000 mgr.y (mgr.25279) 728 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cluster 2024-03-30T04:41:17.977487+0000 mgr.y (mgr.25279) 729 : cluster [DBG] pgmap v473: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cluster 2024-03-30T04:41:17.977696+0000 mgr.y (mgr.25279) 730 : cluster [DBG] pgmap v474: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cephadm 2024-03-30T04:41:17.983361+0000 mgr.y (mgr.25279) 731 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cluster 2024-03-30T04:41:18.029553+0000 mgr.y (mgr.25279) 732 : cluster [DBG] pgmap v475: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cluster 2024-03-30T04:41:18.029741+0000 mgr.y (mgr.25279) 733 : cluster [DBG] pgmap v476: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cephadm 2024-03-30T04:41:18.035094+0000 mgr.y (mgr.25279) 734 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cluster 2024-03-30T04:41:18.080929+0000 mgr.y (mgr.25279) 735 : cluster [DBG] pgmap v477: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cluster 2024-03-30T04:41:18.081129+0000 mgr.y (mgr.25279) 736 : cluster [DBG] pgmap v478: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cephadm 2024-03-30T04:41:18.449673+0000 mgr.y (mgr.25279) 758 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cluster 2024-03-30T04:41:18.496049+0000 mgr.y (mgr.25279) 759 : cluster [DBG] pgmap v493: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cluster 2024-03-30T04:41:18.496412+0000 mgr.y (mgr.25279) 760 : cluster [DBG] pgmap v494: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cephadm 2024-03-30T04:41:18.501468+0000 mgr.y (mgr.25279) 761 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cluster 2024-03-30T04:41:18.579481+0000 mgr.y (mgr.25279) 762 : cluster [DBG] pgmap v495: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cluster 2024-03-30T04:41:18.579712+0000 mgr.y (mgr.25279) 763 : cluster [DBG] pgmap v496: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cephadm 2024-03-30T04:41:18.584703+0000 mgr.y (mgr.25279) 764 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cluster 2024-03-30T04:41:18.629901+0000 mgr.y (mgr.25279) 765 : cluster [DBG] pgmap v497: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cluster 2024-03-30T04:41:18.630130+0000 mgr.y (mgr.25279) 766 : cluster [DBG] pgmap v498: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cephadm 2024-03-30T04:41:18.635887+0000 mgr.y (mgr.25279) 767 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cluster 2024-03-30T04:41:18.681683+0000 mgr.y (mgr.25279) 768 : cluster [DBG] pgmap v499: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cluster 2024-03-30T04:41:18.682076+0000 mgr.y (mgr.25279) 769 : cluster [DBG] pgmap v500: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:18.734795+0000 mon.a (mon.0) 2525 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:19.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: cephadm 2024-03-30T04:41:18.735261+0000 mgr.y (mgr.25279) 770 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:18.775199+0000 mon.a (mon.0) 2526 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:19.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:18.776954+0000 mon.a (mon.0) 2527 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:19.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:18.778692+0000 mon.a (mon.0) 2528 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:19.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:18.779288+0000 mon.a (mon.0) 2529 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:19.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:18.785152+0000 mon.a (mon.0) 2530 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:19.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:18.825649+0000 mon.a (mon.0) 2531 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:19.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:18.827501+0000 mon.a (mon.0) 2532 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:19.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:18.829158+0000 mon.a (mon.0) 2533 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:19.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:18.829738+0000 mon.a (mon.0) 2534 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:19.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:18.835895+0000 mon.a (mon.0) 2535 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:19.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:18.877867+0000 mon.a (mon.0) 2536 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:19.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:18.879748+0000 mon.a (mon.0) 2537 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:19.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:18.881582+0000 mon.a (mon.0) 2538 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:19.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:18.882252+0000 mon.a (mon.0) 2539 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:19.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:18.887880+0000 mon.a (mon.0) 2540 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:19.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:18.932946+0000 mon.a (mon.0) 2541 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:19.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:18.935989+0000 mon.a (mon.0) 2542 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:19.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:18.939265+0000 mon.a (mon.0) 2543 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:19.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:18.940277+0000 mon.a (mon.0) 2544 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:19.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:18.948720+0000 mon.a (mon.0) 2545 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:19.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.028829+0000 mon.a (mon.0) 2546 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:19.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.032756+0000 mon.a (mon.0) 2547 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:19.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.035872+0000 mon.a (mon.0) 2548 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:19.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.037151+0000 mon.a (mon.0) 2549 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:19.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.046817+0000 mon.a (mon.0) 2550 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:19.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cephadm 2024-03-30T04:41:18.085408+0000 mgr.y (mgr.25279) 737 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cluster 2024-03-30T04:41:18.130584+0000 mgr.y (mgr.25279) 738 : cluster [DBG] pgmap v479: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cluster 2024-03-30T04:41:18.130774+0000 mgr.y (mgr.25279) 739 : cluster [DBG] pgmap v480: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cephadm 2024-03-30T04:41:18.135529+0000 mgr.y (mgr.25279) 740 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cluster 2024-03-30T04:41:18.181115+0000 mgr.y (mgr.25279) 741 : cluster [DBG] pgmap v481: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cluster 2024-03-30T04:41:18.181358+0000 mgr.y (mgr.25279) 742 : cluster [DBG] pgmap v482: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cephadm 2024-03-30T04:41:18.186027+0000 mgr.y (mgr.25279) 743 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cluster 2024-03-30T04:41:18.232800+0000 mgr.y (mgr.25279) 744 : cluster [DBG] pgmap v483: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cluster 2024-03-30T04:41:18.232984+0000 mgr.y (mgr.25279) 745 : cluster [DBG] pgmap v484: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cephadm 2024-03-30T04:41:18.237592+0000 mgr.y (mgr.25279) 746 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cluster 2024-03-30T04:41:18.282890+0000 mgr.y (mgr.25279) 747 : cluster [DBG] pgmap v485: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cluster 2024-03-30T04:41:18.283075+0000 mgr.y (mgr.25279) 748 : cluster [DBG] pgmap v486: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cephadm 2024-03-30T04:41:18.287422+0000 mgr.y (mgr.25279) 749 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cluster 2024-03-30T04:41:18.332602+0000 mgr.y (mgr.25279) 750 : cluster [DBG] pgmap v487: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cluster 2024-03-30T04:41:18.332828+0000 mgr.y (mgr.25279) 751 : cluster [DBG] pgmap v488: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cephadm 2024-03-30T04:41:18.337426+0000 mgr.y (mgr.25279) 752 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cluster 2024-03-30T04:41:18.385317+0000 mgr.y (mgr.25279) 753 : cluster [DBG] pgmap v489: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cluster 2024-03-30T04:41:18.385501+0000 mgr.y (mgr.25279) 754 : cluster [DBG] pgmap v490: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cephadm 2024-03-30T04:41:18.390020+0000 mgr.y (mgr.25279) 755 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cluster 2024-03-30T04:41:18.444535+0000 mgr.y (mgr.25279) 756 : cluster [DBG] pgmap v491: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cluster 2024-03-30T04:41:18.444770+0000 mgr.y (mgr.25279) 757 : cluster [DBG] pgmap v492: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.132821+0000 mon.a (mon.0) 2551 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:19.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.136735+0000 mon.a (mon.0) 2552 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:19.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.139868+0000 mon.a (mon.0) 2553 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:19.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.140915+0000 mon.a (mon.0) 2554 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:19.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.151221+0000 mon.a (mon.0) 2555 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:19.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.240553+0000 mon.a (mon.0) 2556 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:19.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.244142+0000 mon.a (mon.0) 2557 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:19.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.246784+0000 mon.a (mon.0) 2558 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:19.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.247673+0000 mon.a (mon.0) 2559 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:19.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.256154+0000 mon.a (mon.0) 2560 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:19.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.332314+0000 mon.a (mon.0) 2561 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:19.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.336100+0000 mon.a (mon.0) 2562 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:19.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.340211+0000 mon.a (mon.0) 2563 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:19.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.341410+0000 mon.a (mon.0) 2564 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:19.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.353103+0000 mon.a (mon.0) 2565 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:19.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.410356+0000 mon.a (mon.0) 2566 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:19.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.412499+0000 mon.a (mon.0) 2567 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:19.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.414912+0000 mon.a (mon.0) 2568 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:19.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.415723+0000 mon.a (mon.0) 2569 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:19.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.424548+0000 mon.a (mon.0) 2570 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:19.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.497860+0000 mon.a (mon.0) 2571 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:19.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.499993+0000 mon.a (mon.0) 2572 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:19.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.502621+0000 mon.a (mon.0) 2573 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:19.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.503521+0000 mon.a (mon.0) 2574 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:19.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.512412+0000 mon.a (mon.0) 2575 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:19.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.570873+0000 mon.a (mon.0) 2576 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:19.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.572831+0000 mon.a (mon.0) 2577 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:19.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.574647+0000 mon.a (mon.0) 2578 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:19.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.575372+0000 mon.a (mon.0) 2579 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:19.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.582430+0000 mon.a (mon.0) 2580 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:19.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.627843+0000 mon.a (mon.0) 2581 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:19.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.629821+0000 mon.a (mon.0) 2582 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:19.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.631529+0000 mon.a (mon.0) 2583 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:19.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.632160+0000 mon.a (mon.0) 2584 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:19.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.637727+0000 mon.a (mon.0) 2585 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:19.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.682524+0000 mon.a (mon.0) 2586 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:19.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.686254+0000 mon.a (mon.0) 2587 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:19.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.688163+0000 mon.a (mon.0) 2588 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:19.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.688827+0000 mon.a (mon.0) 2589 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:19.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[18552]: audit 2024-03-30T04:41:19.695076+0000 mon.a (mon.0) 2590 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:19.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cephadm 2024-03-30T04:41:18.449673+0000 mgr.y (mgr.25279) 758 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cluster 2024-03-30T04:41:18.496049+0000 mgr.y (mgr.25279) 759 : cluster [DBG] pgmap v493: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cluster 2024-03-30T04:41:18.496412+0000 mgr.y (mgr.25279) 760 : cluster [DBG] pgmap v494: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cephadm 2024-03-30T04:41:18.501468+0000 mgr.y (mgr.25279) 761 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cluster 2024-03-30T04:41:18.579481+0000 mgr.y (mgr.25279) 762 : cluster [DBG] pgmap v495: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cluster 2024-03-30T04:41:18.579712+0000 mgr.y (mgr.25279) 763 : cluster [DBG] pgmap v496: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cephadm 2024-03-30T04:41:18.584703+0000 mgr.y (mgr.25279) 764 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cluster 2024-03-30T04:41:18.629901+0000 mgr.y (mgr.25279) 765 : cluster [DBG] pgmap v497: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cluster 2024-03-30T04:41:18.630130+0000 mgr.y (mgr.25279) 766 : cluster [DBG] pgmap v498: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cephadm 2024-03-30T04:41:18.635887+0000 mgr.y (mgr.25279) 767 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cluster 2024-03-30T04:41:18.681683+0000 mgr.y (mgr.25279) 768 : cluster [DBG] pgmap v499: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cluster 2024-03-30T04:41:18.682076+0000 mgr.y (mgr.25279) 769 : cluster [DBG] pgmap v500: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:18.734795+0000 mon.a (mon.0) 2525 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:19.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: cephadm 2024-03-30T04:41:18.735261+0000 mgr.y (mgr.25279) 770 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:18.775199+0000 mon.a (mon.0) 2526 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:19.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:18.776954+0000 mon.a (mon.0) 2527 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:19.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:18.778692+0000 mon.a (mon.0) 2528 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:19.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:18.779288+0000 mon.a (mon.0) 2529 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:19.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:18.785152+0000 mon.a (mon.0) 2530 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:19.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:18.825649+0000 mon.a (mon.0) 2531 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:19.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:18.827501+0000 mon.a (mon.0) 2532 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:19.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:18.829158+0000 mon.a (mon.0) 2533 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:19.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:18.829738+0000 mon.a (mon.0) 2534 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:19.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:18.835895+0000 mon.a (mon.0) 2535 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:19.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:18.877867+0000 mon.a (mon.0) 2536 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:19.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:18.879748+0000 mon.a (mon.0) 2537 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:19.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:18.881582+0000 mon.a (mon.0) 2538 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:19.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:18.882252+0000 mon.a (mon.0) 2539 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:19.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:18.887880+0000 mon.a (mon.0) 2540 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:19.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:18.932946+0000 mon.a (mon.0) 2541 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:19.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:18.935989+0000 mon.a (mon.0) 2542 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:19.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:18.939265+0000 mon.a (mon.0) 2543 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:19.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:18.940277+0000 mon.a (mon.0) 2544 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:19.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:18.948720+0000 mon.a (mon.0) 2545 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:19.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.028829+0000 mon.a (mon.0) 2546 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:19.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.032756+0000 mon.a (mon.0) 2547 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:19.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.035872+0000 mon.a (mon.0) 2548 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:19.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.037151+0000 mon.a (mon.0) 2549 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:19.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.046817+0000 mon.a (mon.0) 2550 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:19.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.132821+0000 mon.a (mon.0) 2551 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:19.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.136735+0000 mon.a (mon.0) 2552 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:19.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.139868+0000 mon.a (mon.0) 2553 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:19.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.140915+0000 mon.a (mon.0) 2554 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:19.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.151221+0000 mon.a (mon.0) 2555 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:19.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.240553+0000 mon.a (mon.0) 2556 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:19.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.244142+0000 mon.a (mon.0) 2557 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:19.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.246784+0000 mon.a (mon.0) 2558 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:19.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.247673+0000 mon.a (mon.0) 2559 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:19.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.256154+0000 mon.a (mon.0) 2560 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:19.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.332314+0000 mon.a (mon.0) 2561 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:19.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.336100+0000 mon.a (mon.0) 2562 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:19.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.340211+0000 mon.a (mon.0) 2563 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:19.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.341410+0000 mon.a (mon.0) 2564 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:19.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.353103+0000 mon.a (mon.0) 2565 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:19.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.410356+0000 mon.a (mon.0) 2566 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:19.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.412499+0000 mon.a (mon.0) 2567 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:19.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.414912+0000 mon.a (mon.0) 2568 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:19.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.415723+0000 mon.a (mon.0) 2569 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:19.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.424548+0000 mon.a (mon.0) 2570 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:19.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.497860+0000 mon.a (mon.0) 2571 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:19.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.499993+0000 mon.a (mon.0) 2572 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:19.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.502621+0000 mon.a (mon.0) 2573 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:19.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.503521+0000 mon.a (mon.0) 2574 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:19.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.512412+0000 mon.a (mon.0) 2575 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:19.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.570873+0000 mon.a (mon.0) 2576 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:19.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.572831+0000 mon.a (mon.0) 2577 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:19.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.574647+0000 mon.a (mon.0) 2578 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:19.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.575372+0000 mon.a (mon.0) 2579 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:19.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.582430+0000 mon.a (mon.0) 2580 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:19.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.627843+0000 mon.a (mon.0) 2581 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:19.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.629821+0000 mon.a (mon.0) 2582 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:19.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.631529+0000 mon.a (mon.0) 2583 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:19.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.632160+0000 mon.a (mon.0) 2584 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:19.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.637727+0000 mon.a (mon.0) 2585 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:19.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.682524+0000 mon.a (mon.0) 2586 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:19.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.686254+0000 mon.a (mon.0) 2587 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:19.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.688163+0000 mon.a (mon.0) 2588 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:19.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.688827+0000 mon.a (mon.0) 2589 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:19.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:19 smithi111 bash[24005]: audit 2024-03-30T04:41:19.695076+0000 mon.a (mon.0) 2590 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:19.991 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[55997]: debug 2024-03-30T04:41:19.661+0000 7f7267b7e000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-30T04:41:19.991 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cluster 2024-03-30T04:41:17.768613+0000 mgr.y (mgr.25279) 717 : cluster [DBG] pgmap v465: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.991 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cluster 2024-03-30T04:41:17.768855+0000 mgr.y (mgr.25279) 718 : cluster [DBG] pgmap v466: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.991 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cephadm 2024-03-30T04:41:17.776388+0000 mgr.y (mgr.25279) 719 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.991 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cluster 2024-03-30T04:41:17.822783+0000 mgr.y (mgr.25279) 720 : cluster [DBG] pgmap v467: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.991 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cluster 2024-03-30T04:41:17.823019+0000 mgr.y (mgr.25279) 721 : cluster [DBG] pgmap v468: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.992 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cephadm 2024-03-30T04:41:17.830477+0000 mgr.y (mgr.25279) 722 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.992 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cluster 2024-03-30T04:41:17.875391+0000 mgr.y (mgr.25279) 723 : cluster [DBG] pgmap v469: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.992 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cluster 2024-03-30T04:41:17.875631+0000 mgr.y (mgr.25279) 724 : cluster [DBG] pgmap v470: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.992 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cephadm 2024-03-30T04:41:17.880987+0000 mgr.y (mgr.25279) 725 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.992 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cluster 2024-03-30T04:41:17.926264+0000 mgr.y (mgr.25279) 726 : cluster [DBG] pgmap v471: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.992 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cluster 2024-03-30T04:41:17.926463+0000 mgr.y (mgr.25279) 727 : cluster [DBG] pgmap v472: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.992 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cephadm 2024-03-30T04:41:17.931700+0000 mgr.y (mgr.25279) 728 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.992 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cluster 2024-03-30T04:41:17.977487+0000 mgr.y (mgr.25279) 729 : cluster [DBG] pgmap v473: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.992 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cluster 2024-03-30T04:41:17.977696+0000 mgr.y (mgr.25279) 730 : cluster [DBG] pgmap v474: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.992 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cephadm 2024-03-30T04:41:17.983361+0000 mgr.y (mgr.25279) 731 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.992 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cluster 2024-03-30T04:41:18.029553+0000 mgr.y (mgr.25279) 732 : cluster [DBG] pgmap v475: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.992 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cluster 2024-03-30T04:41:18.029741+0000 mgr.y (mgr.25279) 733 : cluster [DBG] pgmap v476: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.992 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cephadm 2024-03-30T04:41:18.035094+0000 mgr.y (mgr.25279) 734 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.992 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cluster 2024-03-30T04:41:18.080929+0000 mgr.y (mgr.25279) 735 : cluster [DBG] pgmap v477: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.993 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cluster 2024-03-30T04:41:18.081129+0000 mgr.y (mgr.25279) 736 : cluster [DBG] pgmap v478: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.993 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cephadm 2024-03-30T04:41:18.085408+0000 mgr.y (mgr.25279) 737 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.993 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cluster 2024-03-30T04:41:18.130584+0000 mgr.y (mgr.25279) 738 : cluster [DBG] pgmap v479: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.993 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cluster 2024-03-30T04:41:18.130774+0000 mgr.y (mgr.25279) 739 : cluster [DBG] pgmap v480: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.993 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cephadm 2024-03-30T04:41:18.135529+0000 mgr.y (mgr.25279) 740 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.993 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cluster 2024-03-30T04:41:18.181115+0000 mgr.y (mgr.25279) 741 : cluster [DBG] pgmap v481: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.993 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cluster 2024-03-30T04:41:18.181358+0000 mgr.y (mgr.25279) 742 : cluster [DBG] pgmap v482: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.993 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cephadm 2024-03-30T04:41:18.186027+0000 mgr.y (mgr.25279) 743 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.993 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cluster 2024-03-30T04:41:18.232800+0000 mgr.y (mgr.25279) 744 : cluster [DBG] pgmap v483: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.993 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cluster 2024-03-30T04:41:18.232984+0000 mgr.y (mgr.25279) 745 : cluster [DBG] pgmap v484: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.993 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cephadm 2024-03-30T04:41:18.237592+0000 mgr.y (mgr.25279) 746 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.993 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cluster 2024-03-30T04:41:18.282890+0000 mgr.y (mgr.25279) 747 : cluster [DBG] pgmap v485: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.993 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cluster 2024-03-30T04:41:18.283075+0000 mgr.y (mgr.25279) 748 : cluster [DBG] pgmap v486: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.993 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cephadm 2024-03-30T04:41:18.287422+0000 mgr.y (mgr.25279) 749 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.994 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cluster 2024-03-30T04:41:18.332602+0000 mgr.y (mgr.25279) 750 : cluster [DBG] pgmap v487: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.994 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cluster 2024-03-30T04:41:18.332828+0000 mgr.y (mgr.25279) 751 : cluster [DBG] pgmap v488: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.994 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cephadm 2024-03-30T04:41:18.337426+0000 mgr.y (mgr.25279) 752 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.994 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cluster 2024-03-30T04:41:18.385317+0000 mgr.y (mgr.25279) 753 : cluster [DBG] pgmap v489: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.994 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cluster 2024-03-30T04:41:18.385501+0000 mgr.y (mgr.25279) 754 : cluster [DBG] pgmap v490: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.994 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cephadm 2024-03-30T04:41:18.390020+0000 mgr.y (mgr.25279) 755 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.994 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cluster 2024-03-30T04:41:18.444535+0000 mgr.y (mgr.25279) 756 : cluster [DBG] pgmap v491: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.994 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cluster 2024-03-30T04:41:18.444770+0000 mgr.y (mgr.25279) 757 : cluster [DBG] pgmap v492: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.994 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cephadm 2024-03-30T04:41:18.449673+0000 mgr.y (mgr.25279) 758 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.994 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cluster 2024-03-30T04:41:18.496049+0000 mgr.y (mgr.25279) 759 : cluster [DBG] pgmap v493: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.994 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cluster 2024-03-30T04:41:18.496412+0000 mgr.y (mgr.25279) 760 : cluster [DBG] pgmap v494: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.994 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cephadm 2024-03-30T04:41:18.501468+0000 mgr.y (mgr.25279) 761 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.995 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cluster 2024-03-30T04:41:18.579481+0000 mgr.y (mgr.25279) 762 : cluster [DBG] pgmap v495: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.995 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cluster 2024-03-30T04:41:18.579712+0000 mgr.y (mgr.25279) 763 : cluster [DBG] pgmap v496: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.995 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cephadm 2024-03-30T04:41:18.584703+0000 mgr.y (mgr.25279) 764 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.995 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cluster 2024-03-30T04:41:18.629901+0000 mgr.y (mgr.25279) 765 : cluster [DBG] pgmap v497: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.995 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cluster 2024-03-30T04:41:18.630130+0000 mgr.y (mgr.25279) 766 : cluster [DBG] pgmap v498: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.995 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cephadm 2024-03-30T04:41:18.635887+0000 mgr.y (mgr.25279) 767 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.995 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cluster 2024-03-30T04:41:18.681683+0000 mgr.y (mgr.25279) 768 : cluster [DBG] pgmap v499: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.995 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cluster 2024-03-30T04:41:18.682076+0000 mgr.y (mgr.25279) 769 : cluster [DBG] pgmap v500: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:19.995 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:18.734795+0000 mon.a (mon.0) 2525 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:19.995 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: cephadm 2024-03-30T04:41:18.735261+0000 mgr.y (mgr.25279) 770 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:19.995 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:18.775199+0000 mon.a (mon.0) 2526 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:19.995 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:18.776954+0000 mon.a (mon.0) 2527 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:19.995 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:18.778692+0000 mon.a (mon.0) 2528 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:19.995 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:18.779288+0000 mon.a (mon.0) 2529 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:19.996 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:18.785152+0000 mon.a (mon.0) 2530 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:19.996 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:18.825649+0000 mon.a (mon.0) 2531 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:19.996 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:18.827501+0000 mon.a (mon.0) 2532 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:19.996 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:18.829158+0000 mon.a (mon.0) 2533 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:19.996 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:18.829738+0000 mon.a (mon.0) 2534 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:19.996 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:18.835895+0000 mon.a (mon.0) 2535 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:19.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:18.877867+0000 mon.a (mon.0) 2536 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:19.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:18.879748+0000 mon.a (mon.0) 2537 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:19.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:18.881582+0000 mon.a (mon.0) 2538 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:19.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:18.882252+0000 mon.a (mon.0) 2539 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:19.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:18.887880+0000 mon.a (mon.0) 2540 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:19.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:18.932946+0000 mon.a (mon.0) 2541 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:19.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:18.935989+0000 mon.a (mon.0) 2542 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:19.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:18.939265+0000 mon.a (mon.0) 2543 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:19.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:18.940277+0000 mon.a (mon.0) 2544 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:19.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:18.948720+0000 mon.a (mon.0) 2545 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:19.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.028829+0000 mon.a (mon.0) 2546 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:19.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.032756+0000 mon.a (mon.0) 2547 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:19.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.035872+0000 mon.a (mon.0) 2548 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:19.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.037151+0000 mon.a (mon.0) 2549 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:19.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.046817+0000 mon.a (mon.0) 2550 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:19.998 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.132821+0000 mon.a (mon.0) 2551 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:19.998 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.136735+0000 mon.a (mon.0) 2552 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:19.998 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.139868+0000 mon.a (mon.0) 2553 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:19.998 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.140915+0000 mon.a (mon.0) 2554 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:19.998 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.151221+0000 mon.a (mon.0) 2555 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:19.998 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.240553+0000 mon.a (mon.0) 2556 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:19.998 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.244142+0000 mon.a (mon.0) 2557 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:19.998 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.246784+0000 mon.a (mon.0) 2558 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:19.998 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.247673+0000 mon.a (mon.0) 2559 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:19.998 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.256154+0000 mon.a (mon.0) 2560 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:19.998 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.332314+0000 mon.a (mon.0) 2561 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:19.998 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.336100+0000 mon.a (mon.0) 2562 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:19.998 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.340211+0000 mon.a (mon.0) 2563 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:19.998 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.341410+0000 mon.a (mon.0) 2564 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:19.999 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.353103+0000 mon.a (mon.0) 2565 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:19.999 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.410356+0000 mon.a (mon.0) 2566 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:19.999 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.412499+0000 mon.a (mon.0) 2567 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:19.999 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.414912+0000 mon.a (mon.0) 2568 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:19.999 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.415723+0000 mon.a (mon.0) 2569 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:19.999 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.424548+0000 mon.a (mon.0) 2570 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:19.999 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.497860+0000 mon.a (mon.0) 2571 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:19.999 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.499993+0000 mon.a (mon.0) 2572 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:19.999 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.502621+0000 mon.a (mon.0) 2573 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:19.999 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.503521+0000 mon.a (mon.0) 2574 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:19.999 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.512412+0000 mon.a (mon.0) 2575 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:19.999 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.570873+0000 mon.a (mon.0) 2576 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:19.999 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.572831+0000 mon.a (mon.0) 2577 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:19.999 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.574647+0000 mon.a (mon.0) 2578 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:19.999 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.575372+0000 mon.a (mon.0) 2579 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:20.000 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.582430+0000 mon.a (mon.0) 2580 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:20.000 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.627843+0000 mon.a (mon.0) 2581 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:20.000 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.629821+0000 mon.a (mon.0) 2582 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:20.000 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.631529+0000 mon.a (mon.0) 2583 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:20.000 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.632160+0000 mon.a (mon.0) 2584 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:20.000 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.637727+0000 mon.a (mon.0) 2585 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:20.000 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.682524+0000 mon.a (mon.0) 2586 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:20.000 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.686254+0000 mon.a (mon.0) 2587 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:20.000 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.688163+0000 mon.a (mon.0) 2588 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:20.000 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.688827+0000 mon.a (mon.0) 2589 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:20.000 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[18692]: audit 2024-03-30T04:41:19.695076+0000 mon.a (mon.0) 2590 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:20.291 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:19 smithi117 bash[55997]: debug 2024-03-30T04:41:19.997+0000 7f7267b7e000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-30T04:41:20.543 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[55997]: debug 2024-03-30T04:41:20.393+0000 7f7267b7e000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-30T04:41:20.543 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[55997]: debug 2024-03-30T04:41:20.525+0000 7f7267b7e000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-30T04:41:20.883 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[55997]: [30/Mar/2024:04:41:20] ENGINE Bus STARTING 2024-03-30T04:41:20.883 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[55997]: CherryPy Checker: 2024-03-30T04:41:20.884 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[55997]: The Application mounted at '' has an empty config. 2024-03-30T04:41:20.884 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[55997]: [30/Mar/2024:04:41:20] ENGINE Serving on http://:::9283 2024-03-30T04:41:20.884 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[55997]: [30/Mar/2024:04:41:20] ENGINE Bus STARTED 2024-03-30T04:41:20.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: cluster 2024-03-30T04:41:18.780539+0000 mgr.y (mgr.25279) 771 : cluster [DBG] pgmap v501: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:20.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: cluster 2024-03-30T04:41:18.780782+0000 mgr.y (mgr.25279) 772 : cluster [DBG] pgmap v502: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:20.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: cephadm 2024-03-30T04:41:18.785560+0000 mgr.y (mgr.25279) 773 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:20.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: cluster 2024-03-30T04:41:18.831421+0000 mgr.y (mgr.25279) 774 : cluster [DBG] pgmap v503: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-03-30T04:41:20.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: cluster 2024-03-30T04:41:18.831690+0000 mgr.y (mgr.25279) 775 : cluster [DBG] pgmap v504: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-03-30T04:41:20.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: cephadm 2024-03-30T04:41:18.836270+0000 mgr.y (mgr.25279) 776 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:20.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: cluster 2024-03-30T04:41:18.883544+0000 mgr.y (mgr.25279) 777 : cluster [DBG] pgmap v505: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-03-30T04:41:20.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: cluster 2024-03-30T04:41:18.883789+0000 mgr.y (mgr.25279) 778 : cluster [DBG] pgmap v506: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-03-30T04:41:20.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: cephadm 2024-03-30T04:41:18.888218+0000 mgr.y (mgr.25279) 779 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:20.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: cluster 2024-03-30T04:41:18.942020+0000 mgr.y (mgr.25279) 780 : cluster [DBG] pgmap v507: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s 2024-03-30T04:41:20.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: cluster 2024-03-30T04:41:18.942225+0000 mgr.y (mgr.25279) 781 : cluster [DBG] pgmap v508: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s 2024-03-30T04:41:20.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: cephadm 2024-03-30T04:41:18.949149+0000 mgr.y (mgr.25279) 782 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:20.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: cluster 2024-03-30T04:41:19.039737+0000 mgr.y (mgr.25279) 783 : cluster [DBG] pgmap v509: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:20.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: cluster 2024-03-30T04:41:19.040273+0000 mgr.y (mgr.25279) 784 : cluster [DBG] pgmap v510: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:20.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: cephadm 2024-03-30T04:41:19.047607+0000 mgr.y (mgr.25279) 785 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:20.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: cluster 2024-03-30T04:41:19.143252+0000 mgr.y (mgr.25279) 786 : cluster [DBG] pgmap v511: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:20.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: cluster 2024-03-30T04:41:19.143774+0000 mgr.y (mgr.25279) 787 : cluster [DBG] pgmap v512: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:20.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: cephadm 2024-03-30T04:41:19.152072+0000 mgr.y (mgr.25279) 788 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:20.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: cluster 2024-03-30T04:41:19.249646+0000 mgr.y (mgr.25279) 789 : cluster [DBG] pgmap v513: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:20.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: cluster 2024-03-30T04:41:19.249899+0000 mgr.y (mgr.25279) 790 : cluster [DBG] pgmap v514: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:20.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: cephadm 2024-03-30T04:41:19.256621+0000 mgr.y (mgr.25279) 791 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:20.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: cluster 2024-03-30T04:41:19.343788+0000 mgr.y (mgr.25279) 792 : cluster [DBG] pgmap v515: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:20.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: cluster 2024-03-30T04:41:19.344032+0000 mgr.y (mgr.25279) 793 : cluster [DBG] pgmap v516: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:20.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: cephadm 2024-03-30T04:41:19.353742+0000 mgr.y (mgr.25279) 794 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:20.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: cluster 2024-03-30T04:41:19.417220+0000 mgr.y (mgr.25279) 795 : cluster [DBG] pgmap v517: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:20.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: cluster 2024-03-30T04:41:19.417451+0000 mgr.y (mgr.25279) 796 : cluster [DBG] pgmap v518: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:20.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: cephadm 2024-03-30T04:41:19.425283+0000 mgr.y (mgr.25279) 797 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:20.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: cluster 2024-03-30T04:41:19.505108+0000 mgr.y (mgr.25279) 798 : cluster [DBG] pgmap v519: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:20.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: cluster 2024-03-30T04:41:19.505336+0000 mgr.y (mgr.25279) 799 : cluster [DBG] pgmap v520: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:20.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: cephadm 2024-03-30T04:41:19.512887+0000 mgr.y (mgr.25279) 800 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:20.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: cluster 2024-03-30T04:41:19.576845+0000 mgr.y (mgr.25279) 801 : cluster [DBG] pgmap v521: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:20.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: cluster 2024-03-30T04:41:19.577087+0000 mgr.y (mgr.25279) 802 : cluster [DBG] pgmap v522: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:20.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: cephadm 2024-03-30T04:41:19.583027+0000 mgr.y (mgr.25279) 803 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:20.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: cluster 2024-03-30T04:41:19.633360+0000 mgr.y (mgr.25279) 804 : cluster [DBG] pgmap v523: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:20.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: cluster 2024-03-30T04:41:19.633570+0000 mgr.y (mgr.25279) 805 : cluster [DBG] pgmap v524: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:20.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: cephadm 2024-03-30T04:41:19.638136+0000 mgr.y (mgr.25279) 806 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:20.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: cluster 2024-03-30T04:41:19.690111+0000 mgr.y (mgr.25279) 807 : cluster [DBG] pgmap v525: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:20.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: cluster 2024-03-30T04:41:19.690356+0000 mgr.y (mgr.25279) 808 : cluster [DBG] pgmap v526: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:20.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: cephadm 2024-03-30T04:41:19.695465+0000 mgr.y (mgr.25279) 809 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:20.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:19.746157+0000 mon.a (mon.0) 2591 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:20.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:19.749765+0000 mon.a (mon.0) 2592 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:20.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:19.751623+0000 mon.a (mon.0) 2593 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:20.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:19.752199+0000 mon.a (mon.0) 2594 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:20.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: cluster 2024-03-30T04:41:19.753415+0000 mgr.y (mgr.25279) 810 : cluster [DBG] pgmap v527: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:20.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: cluster 2024-03-30T04:41:19.753629+0000 mgr.y (mgr.25279) 811 : cluster [DBG] pgmap v528: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:20.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:19.787302+0000 mon.a (mon.0) 2595 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:20.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:19.831992+0000 mon.a (mon.0) 2596 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:20.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:19.834260+0000 mon.a (mon.0) 2597 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:20.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:19.836121+0000 mon.a (mon.0) 2598 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:20.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:19.836772+0000 mon.a (mon.0) 2599 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:20.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:19.843794+0000 mon.a (mon.0) 2600 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:20.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:19.885203+0000 mon.a (mon.0) 2601 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:20.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:19.887169+0000 mon.a (mon.0) 2602 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:20.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:19.889143+0000 mon.a (mon.0) 2603 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:20.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:19.889870+0000 mon.a (mon.0) 2604 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:20.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:19.897000+0000 mon.a (mon.0) 2605 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:20.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:19.938610+0000 mon.a (mon.0) 2606 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:20.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:19.940500+0000 mon.a (mon.0) 2607 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:20.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:19.942199+0000 mon.a (mon.0) 2608 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:20.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:19.942809+0000 mon.a (mon.0) 2609 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:20.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:19.951617+0000 mon.a (mon.0) 2610 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:20.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:19.997397+0000 mon.a (mon.0) 2611 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:20.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:19.999478+0000 mon.a (mon.0) 2612 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:20.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.001322+0000 mon.a (mon.0) 2613 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:20.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.002018+0000 mon.a (mon.0) 2614 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:20.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.011031+0000 mon.a (mon.0) 2615 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:20.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.052724+0000 mon.a (mon.0) 2616 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:20.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.054588+0000 mon.a (mon.0) 2617 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:20.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.056382+0000 mon.a (mon.0) 2618 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:20.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.056990+0000 mon.a (mon.0) 2619 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:20.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.065954+0000 mon.a (mon.0) 2620 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:20.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.107314+0000 mon.a (mon.0) 2621 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:20.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.109201+0000 mon.a (mon.0) 2622 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:20.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.110918+0000 mon.a (mon.0) 2623 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:20.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.111545+0000 mon.a (mon.0) 2624 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:20.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.120176+0000 mon.a (mon.0) 2625 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:20.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.162203+0000 mon.a (mon.0) 2626 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:20.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.164217+0000 mon.a (mon.0) 2627 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:20.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.166004+0000 mon.a (mon.0) 2628 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:20.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.166714+0000 mon.a (mon.0) 2629 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:20.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.174448+0000 mon.a (mon.0) 2630 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:20.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.216530+0000 mon.a (mon.0) 2631 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:20.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.218417+0000 mon.a (mon.0) 2632 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:20.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.220080+0000 mon.a (mon.0) 2633 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:20.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.220676+0000 mon.a (mon.0) 2634 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:20.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.228229+0000 mon.a (mon.0) 2635 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:20.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.269082+0000 mon.a (mon.0) 2636 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:20.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.270816+0000 mon.a (mon.0) 2637 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:20.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.272506+0000 mon.a (mon.0) 2638 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:20.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.273120+0000 mon.a (mon.0) 2639 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:20.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.281731+0000 mon.a (mon.0) 2640 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:20.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.322364+0000 mon.a (mon.0) 2641 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:20.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.324346+0000 mon.a (mon.0) 2642 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:20.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.326184+0000 mon.a (mon.0) 2643 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:20.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.326882+0000 mon.a (mon.0) 2644 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:20.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.335514+0000 mon.a (mon.0) 2645 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:20.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.393501+0000 mon.a (mon.0) 2646 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:20.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.395396+0000 mon.a (mon.0) 2647 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:20.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.397550+0000 mon.a (mon.0) 2648 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:20.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.398124+0000 mon.a (mon.0) 2649 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:20.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.406130+0000 mon.a (mon.0) 2650 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:20.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.447847+0000 mon.a (mon.0) 2651 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:20.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.450118+0000 mon.a (mon.0) 2652 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:20.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.452433+0000 mon.a (mon.0) 2653 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:20.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.453160+0000 mon.a (mon.0) 2654 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:20.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.461667+0000 mon.a (mon.0) 2655 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:20.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.519110+0000 mon.a (mon.0) 2656 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:20.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.520985+0000 mon.a (mon.0) 2657 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:20.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.522844+0000 mon.a (mon.0) 2658 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:20.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.523488+0000 mon.a (mon.0) 2659 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:20.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.531281+0000 mon.a (mon.0) 2660 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:20.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: cluster 2024-03-30T04:41:20.546153+0000 mon.a (mon.0) 2661 : cluster [DBG] Standby manager daemon x restarted 2024-03-30T04:41:20.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: cluster 2024-03-30T04:41:20.546284+0000 mon.a (mon.0) 2662 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:41:20.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.553385+0000 mon.b (mon.2) 210 : audit [DBG] from='mgr.? 172.21.15.117:0/7' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:41:20.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.554594+0000 mon.b (mon.2) 211 : audit [DBG] from='mgr.? 172.21.15.117:0/7' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:41:20.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.557590+0000 mon.b (mon.2) 212 : audit [DBG] from='mgr.? 172.21.15.117:0/7' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:41:20.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.558095+0000 mon.b (mon.2) 213 : audit [DBG] from='mgr.? 172.21.15.117:0/7' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:41:20.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.606339+0000 mon.a (mon.0) 2663 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:20.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.608174+0000 mon.a (mon.0) 2664 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:20.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.610011+0000 mon.a (mon.0) 2665 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:20.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.610769+0000 mon.a (mon.0) 2666 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:20.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.619743+0000 mon.a (mon.0) 2667 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:20.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.660484+0000 mon.a (mon.0) 2668 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:20.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.662233+0000 mon.a (mon.0) 2669 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:20.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.664438+0000 mon.a (mon.0) 2670 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:20.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.665150+0000 mon.a (mon.0) 2671 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:20.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.673746+0000 mon.a (mon.0) 2672 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:20.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.714622+0000 mon.a (mon.0) 2673 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:20.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.716468+0000 mon.a (mon.0) 2674 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:20.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.718101+0000 mon.a (mon.0) 2675 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:20.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.718706+0000 mon.a (mon.0) 2676 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:20.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:20 smithi117 bash[18692]: audit 2024-03-30T04:41:20.725324+0000 mon.a (mon.0) 2677 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:21.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: cluster 2024-03-30T04:41:18.780539+0000 mgr.y (mgr.25279) 771 : cluster [DBG] pgmap v501: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: cluster 2024-03-30T04:41:18.780782+0000 mgr.y (mgr.25279) 772 : cluster [DBG] pgmap v502: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: cephadm 2024-03-30T04:41:18.785560+0000 mgr.y (mgr.25279) 773 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:21.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: cluster 2024-03-30T04:41:18.831421+0000 mgr.y (mgr.25279) 774 : cluster [DBG] pgmap v503: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-03-30T04:41:21.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: cluster 2024-03-30T04:41:18.831690+0000 mgr.y (mgr.25279) 775 : cluster [DBG] pgmap v504: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-03-30T04:41:21.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: cephadm 2024-03-30T04:41:18.836270+0000 mgr.y (mgr.25279) 776 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:21.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: cluster 2024-03-30T04:41:18.883544+0000 mgr.y (mgr.25279) 777 : cluster [DBG] pgmap v505: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-03-30T04:41:21.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: cluster 2024-03-30T04:41:18.883789+0000 mgr.y (mgr.25279) 778 : cluster [DBG] pgmap v506: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-03-30T04:41:21.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: cephadm 2024-03-30T04:41:18.888218+0000 mgr.y (mgr.25279) 779 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:21.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: cluster 2024-03-30T04:41:18.942020+0000 mgr.y (mgr.25279) 780 : cluster [DBG] pgmap v507: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s 2024-03-30T04:41:21.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: cluster 2024-03-30T04:41:18.942225+0000 mgr.y (mgr.25279) 781 : cluster [DBG] pgmap v508: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s 2024-03-30T04:41:21.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: cephadm 2024-03-30T04:41:18.949149+0000 mgr.y (mgr.25279) 782 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:21.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: cluster 2024-03-30T04:41:19.039737+0000 mgr.y (mgr.25279) 783 : cluster [DBG] pgmap v509: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: cluster 2024-03-30T04:41:19.040273+0000 mgr.y (mgr.25279) 784 : cluster [DBG] pgmap v510: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: cephadm 2024-03-30T04:41:19.047607+0000 mgr.y (mgr.25279) 785 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:21.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: cluster 2024-03-30T04:41:19.143252+0000 mgr.y (mgr.25279) 786 : cluster [DBG] pgmap v511: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: cluster 2024-03-30T04:41:19.143774+0000 mgr.y (mgr.25279) 787 : cluster [DBG] pgmap v512: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: cephadm 2024-03-30T04:41:19.152072+0000 mgr.y (mgr.25279) 788 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:21.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: cluster 2024-03-30T04:41:19.249646+0000 mgr.y (mgr.25279) 789 : cluster [DBG] pgmap v513: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: cluster 2024-03-30T04:41:18.780539+0000 mgr.y (mgr.25279) 771 : cluster [DBG] pgmap v501: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: cluster 2024-03-30T04:41:18.780782+0000 mgr.y (mgr.25279) 772 : cluster [DBG] pgmap v502: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: cephadm 2024-03-30T04:41:18.785560+0000 mgr.y (mgr.25279) 773 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:21.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: cluster 2024-03-30T04:41:18.831421+0000 mgr.y (mgr.25279) 774 : cluster [DBG] pgmap v503: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-03-30T04:41:21.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: cluster 2024-03-30T04:41:18.831690+0000 mgr.y (mgr.25279) 775 : cluster [DBG] pgmap v504: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-03-30T04:41:21.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: cephadm 2024-03-30T04:41:18.836270+0000 mgr.y (mgr.25279) 776 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:21.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: cluster 2024-03-30T04:41:18.883544+0000 mgr.y (mgr.25279) 777 : cluster [DBG] pgmap v505: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-03-30T04:41:21.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: cluster 2024-03-30T04:41:18.883789+0000 mgr.y (mgr.25279) 778 : cluster [DBG] pgmap v506: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-03-30T04:41:21.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: cephadm 2024-03-30T04:41:18.888218+0000 mgr.y (mgr.25279) 779 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:21.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: cluster 2024-03-30T04:41:18.942020+0000 mgr.y (mgr.25279) 780 : cluster [DBG] pgmap v507: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s 2024-03-30T04:41:21.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: cluster 2024-03-30T04:41:18.942225+0000 mgr.y (mgr.25279) 781 : cluster [DBG] pgmap v508: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s 2024-03-30T04:41:21.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: cephadm 2024-03-30T04:41:18.949149+0000 mgr.y (mgr.25279) 782 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:21.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: cluster 2024-03-30T04:41:19.039737+0000 mgr.y (mgr.25279) 783 : cluster [DBG] pgmap v509: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: cluster 2024-03-30T04:41:19.040273+0000 mgr.y (mgr.25279) 784 : cluster [DBG] pgmap v510: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: cephadm 2024-03-30T04:41:19.047607+0000 mgr.y (mgr.25279) 785 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:21.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: cluster 2024-03-30T04:41:19.143252+0000 mgr.y (mgr.25279) 786 : cluster [DBG] pgmap v511: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: cluster 2024-03-30T04:41:19.143774+0000 mgr.y (mgr.25279) 787 : cluster [DBG] pgmap v512: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: cephadm 2024-03-30T04:41:19.152072+0000 mgr.y (mgr.25279) 788 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:21.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: cluster 2024-03-30T04:41:19.249646+0000 mgr.y (mgr.25279) 789 : cluster [DBG] pgmap v513: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: cluster 2024-03-30T04:41:19.249899+0000 mgr.y (mgr.25279) 790 : cluster [DBG] pgmap v514: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: cephadm 2024-03-30T04:41:19.256621+0000 mgr.y (mgr.25279) 791 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:21.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: cluster 2024-03-30T04:41:19.343788+0000 mgr.y (mgr.25279) 792 : cluster [DBG] pgmap v515: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: cluster 2024-03-30T04:41:19.344032+0000 mgr.y (mgr.25279) 793 : cluster [DBG] pgmap v516: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: cephadm 2024-03-30T04:41:19.353742+0000 mgr.y (mgr.25279) 794 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:21.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: cluster 2024-03-30T04:41:19.417220+0000 mgr.y (mgr.25279) 795 : cluster [DBG] pgmap v517: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: cluster 2024-03-30T04:41:19.417451+0000 mgr.y (mgr.25279) 796 : cluster [DBG] pgmap v518: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: cephadm 2024-03-30T04:41:19.425283+0000 mgr.y (mgr.25279) 797 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:21.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: cluster 2024-03-30T04:41:19.505108+0000 mgr.y (mgr.25279) 798 : cluster [DBG] pgmap v519: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: cluster 2024-03-30T04:41:19.505336+0000 mgr.y (mgr.25279) 799 : cluster [DBG] pgmap v520: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: cephadm 2024-03-30T04:41:19.512887+0000 mgr.y (mgr.25279) 800 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:21.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: cluster 2024-03-30T04:41:19.576845+0000 mgr.y (mgr.25279) 801 : cluster [DBG] pgmap v521: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: cluster 2024-03-30T04:41:19.577087+0000 mgr.y (mgr.25279) 802 : cluster [DBG] pgmap v522: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: cephadm 2024-03-30T04:41:19.583027+0000 mgr.y (mgr.25279) 803 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:21.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: cluster 2024-03-30T04:41:19.633360+0000 mgr.y (mgr.25279) 804 : cluster [DBG] pgmap v523: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: cluster 2024-03-30T04:41:19.633570+0000 mgr.y (mgr.25279) 805 : cluster [DBG] pgmap v524: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: cephadm 2024-03-30T04:41:19.638136+0000 mgr.y (mgr.25279) 806 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:21.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: cluster 2024-03-30T04:41:19.690111+0000 mgr.y (mgr.25279) 807 : cluster [DBG] pgmap v525: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: cluster 2024-03-30T04:41:19.690356+0000 mgr.y (mgr.25279) 808 : cluster [DBG] pgmap v526: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: cephadm 2024-03-30T04:41:19.695465+0000 mgr.y (mgr.25279) 809 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:21.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:19.746157+0000 mon.a (mon.0) 2591 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:21.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: cluster 2024-03-30T04:41:19.249899+0000 mgr.y (mgr.25279) 790 : cluster [DBG] pgmap v514: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: cephadm 2024-03-30T04:41:19.256621+0000 mgr.y (mgr.25279) 791 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:21.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: cluster 2024-03-30T04:41:19.343788+0000 mgr.y (mgr.25279) 792 : cluster [DBG] pgmap v515: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: cluster 2024-03-30T04:41:19.344032+0000 mgr.y (mgr.25279) 793 : cluster [DBG] pgmap v516: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: cephadm 2024-03-30T04:41:19.353742+0000 mgr.y (mgr.25279) 794 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:21.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: cluster 2024-03-30T04:41:19.417220+0000 mgr.y (mgr.25279) 795 : cluster [DBG] pgmap v517: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: cluster 2024-03-30T04:41:19.417451+0000 mgr.y (mgr.25279) 796 : cluster [DBG] pgmap v518: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: cephadm 2024-03-30T04:41:19.425283+0000 mgr.y (mgr.25279) 797 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:21.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: cluster 2024-03-30T04:41:19.505108+0000 mgr.y (mgr.25279) 798 : cluster [DBG] pgmap v519: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: cluster 2024-03-30T04:41:19.505336+0000 mgr.y (mgr.25279) 799 : cluster [DBG] pgmap v520: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: cephadm 2024-03-30T04:41:19.512887+0000 mgr.y (mgr.25279) 800 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:21.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: cluster 2024-03-30T04:41:19.576845+0000 mgr.y (mgr.25279) 801 : cluster [DBG] pgmap v521: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: cluster 2024-03-30T04:41:19.577087+0000 mgr.y (mgr.25279) 802 : cluster [DBG] pgmap v522: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: cephadm 2024-03-30T04:41:19.583027+0000 mgr.y (mgr.25279) 803 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:21.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: cluster 2024-03-30T04:41:19.633360+0000 mgr.y (mgr.25279) 804 : cluster [DBG] pgmap v523: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: cluster 2024-03-30T04:41:19.633570+0000 mgr.y (mgr.25279) 805 : cluster [DBG] pgmap v524: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: cephadm 2024-03-30T04:41:19.638136+0000 mgr.y (mgr.25279) 806 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:21.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: cluster 2024-03-30T04:41:19.690111+0000 mgr.y (mgr.25279) 807 : cluster [DBG] pgmap v525: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: cluster 2024-03-30T04:41:19.690356+0000 mgr.y (mgr.25279) 808 : cluster [DBG] pgmap v526: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: cephadm 2024-03-30T04:41:19.695465+0000 mgr.y (mgr.25279) 809 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:21.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:19.746157+0000 mon.a (mon.0) 2591 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:21.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:19.749765+0000 mon.a (mon.0) 2592 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:21.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:19.751623+0000 mon.a (mon.0) 2593 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:21.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:19.752199+0000 mon.a (mon.0) 2594 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:21.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: cluster 2024-03-30T04:41:19.753415+0000 mgr.y (mgr.25279) 810 : cluster [DBG] pgmap v527: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: cluster 2024-03-30T04:41:19.753629+0000 mgr.y (mgr.25279) 811 : cluster [DBG] pgmap v528: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:19.787302+0000 mon.a (mon.0) 2595 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:21.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:19.831992+0000 mon.a (mon.0) 2596 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:21.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:19.834260+0000 mon.a (mon.0) 2597 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:21.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:19.836121+0000 mon.a (mon.0) 2598 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:21.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:19.836772+0000 mon.a (mon.0) 2599 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:21.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:19.843794+0000 mon.a (mon.0) 2600 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:21.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:19.885203+0000 mon.a (mon.0) 2601 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:21.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:19.887169+0000 mon.a (mon.0) 2602 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:21.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:19.889143+0000 mon.a (mon.0) 2603 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:21.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:19.889870+0000 mon.a (mon.0) 2604 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:21.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:19.897000+0000 mon.a (mon.0) 2605 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:21.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:19.938610+0000 mon.a (mon.0) 2606 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:21.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:19.940500+0000 mon.a (mon.0) 2607 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:21.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:19.942199+0000 mon.a (mon.0) 2608 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:21.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:19.749765+0000 mon.a (mon.0) 2592 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:21.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:19.751623+0000 mon.a (mon.0) 2593 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:21.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:19.752199+0000 mon.a (mon.0) 2594 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:21.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: cluster 2024-03-30T04:41:19.753415+0000 mgr.y (mgr.25279) 810 : cluster [DBG] pgmap v527: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: cluster 2024-03-30T04:41:19.753629+0000 mgr.y (mgr.25279) 811 : cluster [DBG] pgmap v528: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:21.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:19.787302+0000 mon.a (mon.0) 2595 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:21.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:19.831992+0000 mon.a (mon.0) 2596 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:21.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:19.834260+0000 mon.a (mon.0) 2597 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:21.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:19.836121+0000 mon.a (mon.0) 2598 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:21.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:19.836772+0000 mon.a (mon.0) 2599 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:21.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:19.843794+0000 mon.a (mon.0) 2600 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:21.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:19.885203+0000 mon.a (mon.0) 2601 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:21.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:19.887169+0000 mon.a (mon.0) 2602 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:21.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:19.889143+0000 mon.a (mon.0) 2603 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:21.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:19.889870+0000 mon.a (mon.0) 2604 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:21.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:19.897000+0000 mon.a (mon.0) 2605 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:21.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:19.938610+0000 mon.a (mon.0) 2606 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:21.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:19.940500+0000 mon.a (mon.0) 2607 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:21.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:19.942199+0000 mon.a (mon.0) 2608 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:21.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:19.942809+0000 mon.a (mon.0) 2609 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:21.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:19.951617+0000 mon.a (mon.0) 2610 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:21.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:19.997397+0000 mon.a (mon.0) 2611 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:21.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:19.999478+0000 mon.a (mon.0) 2612 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:21.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.001322+0000 mon.a (mon.0) 2613 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:21.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.002018+0000 mon.a (mon.0) 2614 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:21.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.011031+0000 mon.a (mon.0) 2615 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:21.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.052724+0000 mon.a (mon.0) 2616 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:21.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.054588+0000 mon.a (mon.0) 2617 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:21.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.056382+0000 mon.a (mon.0) 2618 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:21.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.056990+0000 mon.a (mon.0) 2619 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:21.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.065954+0000 mon.a (mon.0) 2620 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:21.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.107314+0000 mon.a (mon.0) 2621 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:21.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.109201+0000 mon.a (mon.0) 2622 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:21.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.110918+0000 mon.a (mon.0) 2623 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:21.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.111545+0000 mon.a (mon.0) 2624 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:21.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.120176+0000 mon.a (mon.0) 2625 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:21.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.162203+0000 mon.a (mon.0) 2626 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:21.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.164217+0000 mon.a (mon.0) 2627 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:21.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:19.942809+0000 mon.a (mon.0) 2609 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:21.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:19.951617+0000 mon.a (mon.0) 2610 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:21.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:19.997397+0000 mon.a (mon.0) 2611 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:21.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:19.999478+0000 mon.a (mon.0) 2612 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:21.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.001322+0000 mon.a (mon.0) 2613 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:21.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.002018+0000 mon.a (mon.0) 2614 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:21.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.011031+0000 mon.a (mon.0) 2615 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:21.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.052724+0000 mon.a (mon.0) 2616 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:21.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.054588+0000 mon.a (mon.0) 2617 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:21.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.056382+0000 mon.a (mon.0) 2618 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:21.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.056990+0000 mon.a (mon.0) 2619 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:21.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.065954+0000 mon.a (mon.0) 2620 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:21.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.107314+0000 mon.a (mon.0) 2621 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:21.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.109201+0000 mon.a (mon.0) 2622 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:21.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.110918+0000 mon.a (mon.0) 2623 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:21.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.111545+0000 mon.a (mon.0) 2624 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:21.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.120176+0000 mon.a (mon.0) 2625 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:21.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.162203+0000 mon.a (mon.0) 2626 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:21.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.164217+0000 mon.a (mon.0) 2627 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:21.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.166004+0000 mon.a (mon.0) 2628 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:21.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.166714+0000 mon.a (mon.0) 2629 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:21.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.174448+0000 mon.a (mon.0) 2630 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:21.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.216530+0000 mon.a (mon.0) 2631 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:21.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.218417+0000 mon.a (mon.0) 2632 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:21.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.220080+0000 mon.a (mon.0) 2633 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:21.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.220676+0000 mon.a (mon.0) 2634 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:21.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.228229+0000 mon.a (mon.0) 2635 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:21.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.269082+0000 mon.a (mon.0) 2636 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:21.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.270816+0000 mon.a (mon.0) 2637 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:21.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.272506+0000 mon.a (mon.0) 2638 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:21.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.273120+0000 mon.a (mon.0) 2639 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:21.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.281731+0000 mon.a (mon.0) 2640 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:21.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.322364+0000 mon.a (mon.0) 2641 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:21.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.324346+0000 mon.a (mon.0) 2642 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:21.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.326184+0000 mon.a (mon.0) 2643 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:21.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.326882+0000 mon.a (mon.0) 2644 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:21.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.335514+0000 mon.a (mon.0) 2645 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:21.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.393501+0000 mon.a (mon.0) 2646 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:21.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.395396+0000 mon.a (mon.0) 2647 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:21.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.166004+0000 mon.a (mon.0) 2628 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:21.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.166714+0000 mon.a (mon.0) 2629 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:21.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.174448+0000 mon.a (mon.0) 2630 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:21.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.216530+0000 mon.a (mon.0) 2631 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:21.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.218417+0000 mon.a (mon.0) 2632 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:21.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.220080+0000 mon.a (mon.0) 2633 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:21.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.220676+0000 mon.a (mon.0) 2634 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:21.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.228229+0000 mon.a (mon.0) 2635 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:21.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.269082+0000 mon.a (mon.0) 2636 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:21.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.270816+0000 mon.a (mon.0) 2637 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:21.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.272506+0000 mon.a (mon.0) 2638 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:21.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.273120+0000 mon.a (mon.0) 2639 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:21.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.281731+0000 mon.a (mon.0) 2640 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:21.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.322364+0000 mon.a (mon.0) 2641 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:21.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.324346+0000 mon.a (mon.0) 2642 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:21.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.326184+0000 mon.a (mon.0) 2643 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:21.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.326882+0000 mon.a (mon.0) 2644 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:21.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.335514+0000 mon.a (mon.0) 2645 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:21.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.393501+0000 mon.a (mon.0) 2646 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:21.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.395396+0000 mon.a (mon.0) 2647 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:21.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.397550+0000 mon.a (mon.0) 2648 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:21.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.398124+0000 mon.a (mon.0) 2649 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:21.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.406130+0000 mon.a (mon.0) 2650 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:21.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.447847+0000 mon.a (mon.0) 2651 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:21.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.450118+0000 mon.a (mon.0) 2652 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:21.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.452433+0000 mon.a (mon.0) 2653 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:21.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.453160+0000 mon.a (mon.0) 2654 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:21.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.461667+0000 mon.a (mon.0) 2655 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:21.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.519110+0000 mon.a (mon.0) 2656 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:21.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.520985+0000 mon.a (mon.0) 2657 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:21.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.522844+0000 mon.a (mon.0) 2658 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:21.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.523488+0000 mon.a (mon.0) 2659 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:21.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.531281+0000 mon.a (mon.0) 2660 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:21.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: cluster 2024-03-30T04:41:20.546153+0000 mon.a (mon.0) 2661 : cluster [DBG] Standby manager daemon x restarted 2024-03-30T04:41:21.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: cluster 2024-03-30T04:41:20.546284+0000 mon.a (mon.0) 2662 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:41:21.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.553385+0000 mon.b (mon.2) 210 : audit [DBG] from='mgr.? 172.21.15.117:0/7' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:41:21.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.554594+0000 mon.b (mon.2) 211 : audit [DBG] from='mgr.? 172.21.15.117:0/7' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:41:21.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.557590+0000 mon.b (mon.2) 212 : audit [DBG] from='mgr.? 172.21.15.117:0/7' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:41:21.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.558095+0000 mon.b (mon.2) 213 : audit [DBG] from='mgr.? 172.21.15.117:0/7' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:41:21.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.397550+0000 mon.a (mon.0) 2648 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:21.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.398124+0000 mon.a (mon.0) 2649 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:21.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.406130+0000 mon.a (mon.0) 2650 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:21.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.447847+0000 mon.a (mon.0) 2651 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:21.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.450118+0000 mon.a (mon.0) 2652 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:21.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.452433+0000 mon.a (mon.0) 2653 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:21.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.453160+0000 mon.a (mon.0) 2654 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:21.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.461667+0000 mon.a (mon.0) 2655 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:21.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.519110+0000 mon.a (mon.0) 2656 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:21.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.520985+0000 mon.a (mon.0) 2657 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:21.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.522844+0000 mon.a (mon.0) 2658 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:21.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.523488+0000 mon.a (mon.0) 2659 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:21.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.531281+0000 mon.a (mon.0) 2660 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:21.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: cluster 2024-03-30T04:41:20.546153+0000 mon.a (mon.0) 2661 : cluster [DBG] Standby manager daemon x restarted 2024-03-30T04:41:21.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: cluster 2024-03-30T04:41:20.546284+0000 mon.a (mon.0) 2662 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:41:21.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.553385+0000 mon.b (mon.2) 210 : audit [DBG] from='mgr.? 172.21.15.117:0/7' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:41:21.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.554594+0000 mon.b (mon.2) 211 : audit [DBG] from='mgr.? 172.21.15.117:0/7' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:41:21.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.557590+0000 mon.b (mon.2) 212 : audit [DBG] from='mgr.? 172.21.15.117:0/7' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:41:21.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.558095+0000 mon.b (mon.2) 213 : audit [DBG] from='mgr.? 172.21.15.117:0/7' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:41:21.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.606339+0000 mon.a (mon.0) 2663 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:21.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.608174+0000 mon.a (mon.0) 2664 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:21.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.610011+0000 mon.a (mon.0) 2665 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:21.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.610769+0000 mon.a (mon.0) 2666 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:21.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.619743+0000 mon.a (mon.0) 2667 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:21.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.660484+0000 mon.a (mon.0) 2668 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:21.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.662233+0000 mon.a (mon.0) 2669 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:21.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.664438+0000 mon.a (mon.0) 2670 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:21.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.665150+0000 mon.a (mon.0) 2671 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:21.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.673746+0000 mon.a (mon.0) 2672 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:21.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.714622+0000 mon.a (mon.0) 2673 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:21.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.716468+0000 mon.a (mon.0) 2674 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:21.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.718101+0000 mon.a (mon.0) 2675 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:21.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.718706+0000 mon.a (mon.0) 2676 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:21.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[18552]: audit 2024-03-30T04:41:20.725324+0000 mon.a (mon.0) 2677 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:21.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.606339+0000 mon.a (mon.0) 2663 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:21.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.608174+0000 mon.a (mon.0) 2664 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:21.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.610011+0000 mon.a (mon.0) 2665 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:21.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.610769+0000 mon.a (mon.0) 2666 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:21.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.619743+0000 mon.a (mon.0) 2667 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:21.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.660484+0000 mon.a (mon.0) 2668 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:21.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.662233+0000 mon.a (mon.0) 2669 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:21.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.664438+0000 mon.a (mon.0) 2670 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:21.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.665150+0000 mon.a (mon.0) 2671 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:21.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.673746+0000 mon.a (mon.0) 2672 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:21.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.714622+0000 mon.a (mon.0) 2673 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:21.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.716468+0000 mon.a (mon.0) 2674 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:21.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.718101+0000 mon.a (mon.0) 2675 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:21.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.718706+0000 mon.a (mon.0) 2676 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:21.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:20 smithi111 bash[24005]: audit 2024-03-30T04:41:20.725324+0000 mon.a (mon.0) 2677 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cephadm 2024-03-30T04:41:19.787770+0000 mgr.y (mgr.25279) 812 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cluster 2024-03-30T04:41:19.838034+0000 mgr.y (mgr.25279) 813 : cluster [DBG] pgmap v529: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cluster 2024-03-30T04:41:19.838250+0000 mgr.y (mgr.25279) 814 : cluster [DBG] pgmap v530: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cephadm 2024-03-30T04:41:19.844206+0000 mgr.y (mgr.25279) 815 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cluster 2024-03-30T04:41:19.891208+0000 mgr.y (mgr.25279) 816 : cluster [DBG] pgmap v531: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cluster 2024-03-30T04:41:19.891414+0000 mgr.y (mgr.25279) 817 : cluster [DBG] pgmap v532: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cephadm 2024-03-30T04:41:19.897406+0000 mgr.y (mgr.25279) 818 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cluster 2024-03-30T04:41:19.944010+0000 mgr.y (mgr.25279) 819 : cluster [DBG] pgmap v533: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cluster 2024-03-30T04:41:19.944234+0000 mgr.y (mgr.25279) 820 : cluster [DBG] pgmap v534: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cephadm 2024-03-30T04:41:19.952058+0000 mgr.y (mgr.25279) 821 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cluster 2024-03-30T04:41:20.003459+0000 mgr.y (mgr.25279) 822 : cluster [DBG] pgmap v535: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cluster 2024-03-30T04:41:20.003733+0000 mgr.y (mgr.25279) 823 : cluster [DBG] pgmap v536: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cephadm 2024-03-30T04:41:20.011447+0000 mgr.y (mgr.25279) 824 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cluster 2024-03-30T04:41:20.058175+0000 mgr.y (mgr.25279) 825 : cluster [DBG] pgmap v537: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cluster 2024-03-30T04:41:20.058365+0000 mgr.y (mgr.25279) 826 : cluster [DBG] pgmap v538: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cephadm 2024-03-30T04:41:20.066338+0000 mgr.y (mgr.25279) 827 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cluster 2024-03-30T04:41:20.112745+0000 mgr.y (mgr.25279) 828 : cluster [DBG] pgmap v539: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cluster 2024-03-30T04:41:20.112983+0000 mgr.y (mgr.25279) 829 : cluster [DBG] pgmap v540: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cephadm 2024-03-30T04:41:20.120592+0000 mgr.y (mgr.25279) 830 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cluster 2024-03-30T04:41:20.167936+0000 mgr.y (mgr.25279) 831 : cluster [DBG] pgmap v541: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cephadm 2024-03-30T04:41:19.787770+0000 mgr.y (mgr.25279) 812 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cluster 2024-03-30T04:41:19.838034+0000 mgr.y (mgr.25279) 813 : cluster [DBG] pgmap v529: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cluster 2024-03-30T04:41:19.838250+0000 mgr.y (mgr.25279) 814 : cluster [DBG] pgmap v530: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cephadm 2024-03-30T04:41:19.844206+0000 mgr.y (mgr.25279) 815 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cluster 2024-03-30T04:41:19.891208+0000 mgr.y (mgr.25279) 816 : cluster [DBG] pgmap v531: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cluster 2024-03-30T04:41:19.891414+0000 mgr.y (mgr.25279) 817 : cluster [DBG] pgmap v532: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cephadm 2024-03-30T04:41:19.897406+0000 mgr.y (mgr.25279) 818 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cluster 2024-03-30T04:41:19.944010+0000 mgr.y (mgr.25279) 819 : cluster [DBG] pgmap v533: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cluster 2024-03-30T04:41:19.944234+0000 mgr.y (mgr.25279) 820 : cluster [DBG] pgmap v534: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cephadm 2024-03-30T04:41:19.952058+0000 mgr.y (mgr.25279) 821 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cluster 2024-03-30T04:41:20.003459+0000 mgr.y (mgr.25279) 822 : cluster [DBG] pgmap v535: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cluster 2024-03-30T04:41:20.003733+0000 mgr.y (mgr.25279) 823 : cluster [DBG] pgmap v536: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cephadm 2024-03-30T04:41:20.011447+0000 mgr.y (mgr.25279) 824 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cluster 2024-03-30T04:41:20.058175+0000 mgr.y (mgr.25279) 825 : cluster [DBG] pgmap v537: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cluster 2024-03-30T04:41:20.058365+0000 mgr.y (mgr.25279) 826 : cluster [DBG] pgmap v538: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cephadm 2024-03-30T04:41:20.066338+0000 mgr.y (mgr.25279) 827 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cluster 2024-03-30T04:41:20.112745+0000 mgr.y (mgr.25279) 828 : cluster [DBG] pgmap v539: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cluster 2024-03-30T04:41:20.112983+0000 mgr.y (mgr.25279) 829 : cluster [DBG] pgmap v540: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cephadm 2024-03-30T04:41:20.120592+0000 mgr.y (mgr.25279) 830 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cluster 2024-03-30T04:41:20.167936+0000 mgr.y (mgr.25279) 831 : cluster [DBG] pgmap v541: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cluster 2024-03-30T04:41:20.168170+0000 mgr.y (mgr.25279) 832 : cluster [DBG] pgmap v542: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cephadm 2024-03-30T04:41:20.174875+0000 mgr.y (mgr.25279) 833 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cluster 2024-03-30T04:41:20.221824+0000 mgr.y (mgr.25279) 834 : cluster [DBG] pgmap v543: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cluster 2024-03-30T04:41:20.222061+0000 mgr.y (mgr.25279) 835 : cluster [DBG] pgmap v544: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cephadm 2024-03-30T04:41:20.228651+0000 mgr.y (mgr.25279) 836 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cluster 2024-03-30T04:41:20.274333+0000 mgr.y (mgr.25279) 837 : cluster [DBG] pgmap v545: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cluster 2024-03-30T04:41:20.274552+0000 mgr.y (mgr.25279) 838 : cluster [DBG] pgmap v546: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cephadm 2024-03-30T04:41:20.282116+0000 mgr.y (mgr.25279) 839 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cluster 2024-03-30T04:41:20.328111+0000 mgr.y (mgr.25279) 840 : cluster [DBG] pgmap v547: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cluster 2024-03-30T04:41:20.328318+0000 mgr.y (mgr.25279) 841 : cluster [DBG] pgmap v548: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cephadm 2024-03-30T04:41:20.335942+0000 mgr.y (mgr.25279) 842 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cluster 2024-03-30T04:41:20.399267+0000 mgr.y (mgr.25279) 843 : cluster [DBG] pgmap v549: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cluster 2024-03-30T04:41:20.399494+0000 mgr.y (mgr.25279) 844 : cluster [DBG] pgmap v550: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cephadm 2024-03-30T04:41:20.406559+0000 mgr.y (mgr.25279) 845 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cluster 2024-03-30T04:41:20.454448+0000 mgr.y (mgr.25279) 846 : cluster [DBG] pgmap v551: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cluster 2024-03-30T04:41:20.454710+0000 mgr.y (mgr.25279) 847 : cluster [DBG] pgmap v552: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cephadm 2024-03-30T04:41:20.462031+0000 mgr.y (mgr.25279) 848 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cluster 2024-03-30T04:41:20.524764+0000 mgr.y (mgr.25279) 849 : cluster [DBG] pgmap v553: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cluster 2024-03-30T04:41:20.525013+0000 mgr.y (mgr.25279) 850 : cluster [DBG] pgmap v554: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cephadm 2024-03-30T04:41:20.531744+0000 mgr.y (mgr.25279) 851 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cluster 2024-03-30T04:41:20.612097+0000 mgr.y (mgr.25279) 852 : cluster [DBG] pgmap v555: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cluster 2024-03-30T04:41:20.168170+0000 mgr.y (mgr.25279) 832 : cluster [DBG] pgmap v542: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cephadm 2024-03-30T04:41:20.174875+0000 mgr.y (mgr.25279) 833 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cluster 2024-03-30T04:41:20.221824+0000 mgr.y (mgr.25279) 834 : cluster [DBG] pgmap v543: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cluster 2024-03-30T04:41:20.222061+0000 mgr.y (mgr.25279) 835 : cluster [DBG] pgmap v544: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cephadm 2024-03-30T04:41:20.228651+0000 mgr.y (mgr.25279) 836 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cluster 2024-03-30T04:41:20.274333+0000 mgr.y (mgr.25279) 837 : cluster [DBG] pgmap v545: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cluster 2024-03-30T04:41:20.274552+0000 mgr.y (mgr.25279) 838 : cluster [DBG] pgmap v546: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cephadm 2024-03-30T04:41:20.282116+0000 mgr.y (mgr.25279) 839 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cluster 2024-03-30T04:41:20.328111+0000 mgr.y (mgr.25279) 840 : cluster [DBG] pgmap v547: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cluster 2024-03-30T04:41:20.328318+0000 mgr.y (mgr.25279) 841 : cluster [DBG] pgmap v548: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cephadm 2024-03-30T04:41:20.335942+0000 mgr.y (mgr.25279) 842 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cluster 2024-03-30T04:41:20.399267+0000 mgr.y (mgr.25279) 843 : cluster [DBG] pgmap v549: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cluster 2024-03-30T04:41:20.399494+0000 mgr.y (mgr.25279) 844 : cluster [DBG] pgmap v550: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cephadm 2024-03-30T04:41:20.406559+0000 mgr.y (mgr.25279) 845 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cluster 2024-03-30T04:41:20.454448+0000 mgr.y (mgr.25279) 846 : cluster [DBG] pgmap v551: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cluster 2024-03-30T04:41:20.454710+0000 mgr.y (mgr.25279) 847 : cluster [DBG] pgmap v552: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cephadm 2024-03-30T04:41:20.462031+0000 mgr.y (mgr.25279) 848 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cluster 2024-03-30T04:41:20.524764+0000 mgr.y (mgr.25279) 849 : cluster [DBG] pgmap v553: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cluster 2024-03-30T04:41:20.525013+0000 mgr.y (mgr.25279) 850 : cluster [DBG] pgmap v554: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cephadm 2024-03-30T04:41:20.531744+0000 mgr.y (mgr.25279) 851 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cluster 2024-03-30T04:41:20.612097+0000 mgr.y (mgr.25279) 852 : cluster [DBG] pgmap v555: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cluster 2024-03-30T04:41:20.612378+0000 mgr.y (mgr.25279) 853 : cluster [DBG] pgmap v556: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cephadm 2024-03-30T04:41:20.620158+0000 mgr.y (mgr.25279) 854 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cluster 2024-03-30T04:41:20.666456+0000 mgr.y (mgr.25279) 855 : cluster [DBG] pgmap v557: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cluster 2024-03-30T04:41:20.666688+0000 mgr.y (mgr.25279) 856 : cluster [DBG] pgmap v558: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cephadm 2024-03-30T04:41:20.674168+0000 mgr.y (mgr.25279) 857 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cluster 2024-03-30T04:41:20.719977+0000 mgr.y (mgr.25279) 858 : cluster [DBG] pgmap v559: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cluster 2024-03-30T04:41:20.720242+0000 mgr.y (mgr.25279) 859 : cluster [DBG] pgmap v560: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cephadm 2024-03-30T04:41:20.725769+0000 mgr.y (mgr.25279) 860 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:20.789772+0000 mon.a (mon.0) 2678 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:22.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:20.791836+0000 mon.a (mon.0) 2679 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:22.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:20.793555+0000 mon.a (mon.0) 2680 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:22.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:20.794158+0000 mon.a (mon.0) 2681 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:22.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:20.799590+0000 mon.a (mon.0) 2682 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:20.840147+0000 mon.a (mon.0) 2683 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:22.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:20.841896+0000 mon.a (mon.0) 2684 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:22.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:20.843510+0000 mon.a (mon.0) 2685 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:22.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:20.844080+0000 mon.a (mon.0) 2686 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:22.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:20.851724+0000 mon.a (mon.0) 2687 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:20.893064+0000 mon.a (mon.0) 2688 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:22.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:20.894917+0000 mon.a (mon.0) 2689 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:22.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cluster 2024-03-30T04:41:20.612378+0000 mgr.y (mgr.25279) 853 : cluster [DBG] pgmap v556: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cephadm 2024-03-30T04:41:20.620158+0000 mgr.y (mgr.25279) 854 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cluster 2024-03-30T04:41:20.666456+0000 mgr.y (mgr.25279) 855 : cluster [DBG] pgmap v557: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cluster 2024-03-30T04:41:20.666688+0000 mgr.y (mgr.25279) 856 : cluster [DBG] pgmap v558: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cephadm 2024-03-30T04:41:20.674168+0000 mgr.y (mgr.25279) 857 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cluster 2024-03-30T04:41:20.719977+0000 mgr.y (mgr.25279) 858 : cluster [DBG] pgmap v559: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cluster 2024-03-30T04:41:20.720242+0000 mgr.y (mgr.25279) 859 : cluster [DBG] pgmap v560: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cephadm 2024-03-30T04:41:20.725769+0000 mgr.y (mgr.25279) 860 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:20.789772+0000 mon.a (mon.0) 2678 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:22.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:20.791836+0000 mon.a (mon.0) 2679 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:22.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:20.793555+0000 mon.a (mon.0) 2680 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:22.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:20.794158+0000 mon.a (mon.0) 2681 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:22.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:20.799590+0000 mon.a (mon.0) 2682 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:20.840147+0000 mon.a (mon.0) 2683 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:22.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:20.841896+0000 mon.a (mon.0) 2684 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:22.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:20.843510+0000 mon.a (mon.0) 2685 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:22.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:20.844080+0000 mon.a (mon.0) 2686 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:22.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:20.851724+0000 mon.a (mon.0) 2687 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:20.893064+0000 mon.a (mon.0) 2688 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:22.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:20.894917+0000 mon.a (mon.0) 2689 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:22.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:20.896649+0000 mon.a (mon.0) 2690 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:22.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:20.897252+0000 mon.a (mon.0) 2691 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:22.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:20.904468+0000 mon.a (mon.0) 2692 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:20.945544+0000 mon.a (mon.0) 2693 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:22.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:20.947453+0000 mon.a (mon.0) 2694 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:22.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:20.949263+0000 mon.a (mon.0) 2695 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:22.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:20.949899+0000 mon.a (mon.0) 2696 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:22.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:20.958705+0000 mon.a (mon.0) 2697 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:20.999151+0000 mon.a (mon.0) 2698 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:22.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.001069+0000 mon.a (mon.0) 2699 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:22.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.002833+0000 mon.a (mon.0) 2700 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:22.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.003428+0000 mon.a (mon.0) 2701 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:22.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.009919+0000 mon.a (mon.0) 2702 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.051584+0000 mon.a (mon.0) 2703 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:22.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.053899+0000 mon.a (mon.0) 2704 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:22.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.055663+0000 mon.a (mon.0) 2705 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:22.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.056270+0000 mon.a (mon.0) 2706 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:22.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.063160+0000 mon.a (mon.0) 2707 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.104517+0000 mon.a (mon.0) 2708 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:22.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:20.896649+0000 mon.a (mon.0) 2690 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:22.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:20.897252+0000 mon.a (mon.0) 2691 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:22.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:20.904468+0000 mon.a (mon.0) 2692 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:20.945544+0000 mon.a (mon.0) 2693 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:22.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:20.947453+0000 mon.a (mon.0) 2694 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:22.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:20.949263+0000 mon.a (mon.0) 2695 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:22.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:20.949899+0000 mon.a (mon.0) 2696 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:22.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:20.958705+0000 mon.a (mon.0) 2697 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:20.999151+0000 mon.a (mon.0) 2698 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:22.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.001069+0000 mon.a (mon.0) 2699 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:22.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.002833+0000 mon.a (mon.0) 2700 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:22.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.003428+0000 mon.a (mon.0) 2701 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:22.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.009919+0000 mon.a (mon.0) 2702 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.051584+0000 mon.a (mon.0) 2703 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:22.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.053899+0000 mon.a (mon.0) 2704 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:22.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.055663+0000 mon.a (mon.0) 2705 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:22.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.056270+0000 mon.a (mon.0) 2706 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:22.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.063160+0000 mon.a (mon.0) 2707 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.104517+0000 mon.a (mon.0) 2708 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:22.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.106419+0000 mon.a (mon.0) 2709 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:22.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.108615+0000 mon.a (mon.0) 2710 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:22.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.109265+0000 mon.a (mon.0) 2711 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:22.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.116068+0000 mon.a (mon.0) 2712 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.156994+0000 mon.a (mon.0) 2713 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:22.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.158858+0000 mon.a (mon.0) 2714 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:22.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.160513+0000 mon.a (mon.0) 2715 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:22.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.161104+0000 mon.a (mon.0) 2716 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:22.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.166847+0000 mon.a (mon.0) 2717 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.206965+0000 mon.a (mon.0) 2718 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:22.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.208662+0000 mon.a (mon.0) 2719 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:22.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.210349+0000 mon.a (mon.0) 2720 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:22.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.210915+0000 mon.a (mon.0) 2721 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:22.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.216457+0000 mon.a (mon.0) 2722 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.257527+0000 mon.a (mon.0) 2723 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:22.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.259301+0000 mon.a (mon.0) 2724 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:22.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.260995+0000 mon.a (mon.0) 2725 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:22.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.261617+0000 mon.a (mon.0) 2726 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:22.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.267216+0000 mon.a (mon.0) 2727 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.308320+0000 mon.a (mon.0) 2728 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:22.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.310170+0000 mon.a (mon.0) 2729 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:22.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.312196+0000 mon.a (mon.0) 2730 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:22.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.312819+0000 mon.a (mon.0) 2731 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:22.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.318540+0000 mon.a (mon.0) 2732 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.358940+0000 mon.a (mon.0) 2733 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:22.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.360622+0000 mon.a (mon.0) 2734 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:22.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.362616+0000 mon.a (mon.0) 2735 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:22.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.363221+0000 mon.a (mon.0) 2736 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:22.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.370110+0000 mon.a (mon.0) 2737 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.411243+0000 mon.a (mon.0) 2738 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:22.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.413077+0000 mon.a (mon.0) 2739 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:22.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.415700+0000 mon.a (mon.0) 2740 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:22.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.416507+0000 mon.a (mon.0) 2741 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:22.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.422886+0000 mon.a (mon.0) 2742 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.433498+0000 mon.a (mon.0) 2743 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.439029+0000 mon.a (mon.0) 2744 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.445632+0000 mon.a (mon.0) 2745 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: audit 2024-03-30T04:41:21.483354+0000 mon.a (mon.0) 2746 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:22.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[24005]: cluster 2024-03-30T04:41:21.543046+0000 mon.a (mon.0) 2747 : cluster [DBG] mgrmap e35: y(active, since 54s), standbys: x 2024-03-30T04:41:22.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.106419+0000 mon.a (mon.0) 2709 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:22.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.108615+0000 mon.a (mon.0) 2710 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:22.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.109265+0000 mon.a (mon.0) 2711 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:22.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.116068+0000 mon.a (mon.0) 2712 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.156994+0000 mon.a (mon.0) 2713 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:22.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.158858+0000 mon.a (mon.0) 2714 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:22.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.160513+0000 mon.a (mon.0) 2715 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:22.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.161104+0000 mon.a (mon.0) 2716 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:22.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.166847+0000 mon.a (mon.0) 2717 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.206965+0000 mon.a (mon.0) 2718 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:22.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.208662+0000 mon.a (mon.0) 2719 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:22.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.210349+0000 mon.a (mon.0) 2720 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:22.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.210915+0000 mon.a (mon.0) 2721 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:22.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.216457+0000 mon.a (mon.0) 2722 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.257527+0000 mon.a (mon.0) 2723 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:22.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.259301+0000 mon.a (mon.0) 2724 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:22.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.260995+0000 mon.a (mon.0) 2725 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:22.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.261617+0000 mon.a (mon.0) 2726 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:22.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.267216+0000 mon.a (mon.0) 2727 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.308320+0000 mon.a (mon.0) 2728 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:22.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.310170+0000 mon.a (mon.0) 2729 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:22.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.312196+0000 mon.a (mon.0) 2730 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:22.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.312819+0000 mon.a (mon.0) 2731 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:22.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.318540+0000 mon.a (mon.0) 2732 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.358940+0000 mon.a (mon.0) 2733 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:22.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.360622+0000 mon.a (mon.0) 2734 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:22.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.362616+0000 mon.a (mon.0) 2735 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:22.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.363221+0000 mon.a (mon.0) 2736 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:22.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.370110+0000 mon.a (mon.0) 2737 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.411243+0000 mon.a (mon.0) 2738 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:22.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.413077+0000 mon.a (mon.0) 2739 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:22.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.415700+0000 mon.a (mon.0) 2740 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:22.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.416507+0000 mon.a (mon.0) 2741 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:22.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.422886+0000 mon.a (mon.0) 2742 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.433498+0000 mon.a (mon.0) 2743 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.439029+0000 mon.a (mon.0) 2744 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.445632+0000 mon.a (mon.0) 2745 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: audit 2024-03-30T04:41:21.483354+0000 mon.a (mon.0) 2746 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:22.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:21 smithi111 bash[18552]: cluster 2024-03-30T04:41:21.543046+0000 mon.a (mon.0) 2747 : cluster [DBG] mgrmap e35: y(active, since 54s), standbys: x 2024-03-30T04:41:22.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cephadm 2024-03-30T04:41:19.787770+0000 mgr.y (mgr.25279) 812 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cluster 2024-03-30T04:41:19.838034+0000 mgr.y (mgr.25279) 813 : cluster [DBG] pgmap v529: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cluster 2024-03-30T04:41:19.838250+0000 mgr.y (mgr.25279) 814 : cluster [DBG] pgmap v530: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cephadm 2024-03-30T04:41:19.844206+0000 mgr.y (mgr.25279) 815 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cluster 2024-03-30T04:41:19.891208+0000 mgr.y (mgr.25279) 816 : cluster [DBG] pgmap v531: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cluster 2024-03-30T04:41:19.891414+0000 mgr.y (mgr.25279) 817 : cluster [DBG] pgmap v532: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cephadm 2024-03-30T04:41:19.897406+0000 mgr.y (mgr.25279) 818 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cluster 2024-03-30T04:41:19.944010+0000 mgr.y (mgr.25279) 819 : cluster [DBG] pgmap v533: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cluster 2024-03-30T04:41:19.944234+0000 mgr.y (mgr.25279) 820 : cluster [DBG] pgmap v534: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cephadm 2024-03-30T04:41:19.952058+0000 mgr.y (mgr.25279) 821 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cluster 2024-03-30T04:41:20.003459+0000 mgr.y (mgr.25279) 822 : cluster [DBG] pgmap v535: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cluster 2024-03-30T04:41:20.003733+0000 mgr.y (mgr.25279) 823 : cluster [DBG] pgmap v536: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cephadm 2024-03-30T04:41:20.011447+0000 mgr.y (mgr.25279) 824 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cluster 2024-03-30T04:41:20.058175+0000 mgr.y (mgr.25279) 825 : cluster [DBG] pgmap v537: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cluster 2024-03-30T04:41:20.058365+0000 mgr.y (mgr.25279) 826 : cluster [DBG] pgmap v538: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cephadm 2024-03-30T04:41:20.066338+0000 mgr.y (mgr.25279) 827 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cluster 2024-03-30T04:41:20.112745+0000 mgr.y (mgr.25279) 828 : cluster [DBG] pgmap v539: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cluster 2024-03-30T04:41:20.112983+0000 mgr.y (mgr.25279) 829 : cluster [DBG] pgmap v540: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cephadm 2024-03-30T04:41:20.120592+0000 mgr.y (mgr.25279) 830 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cluster 2024-03-30T04:41:20.167936+0000 mgr.y (mgr.25279) 831 : cluster [DBG] pgmap v541: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cluster 2024-03-30T04:41:20.168170+0000 mgr.y (mgr.25279) 832 : cluster [DBG] pgmap v542: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cephadm 2024-03-30T04:41:20.174875+0000 mgr.y (mgr.25279) 833 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cluster 2024-03-30T04:41:20.221824+0000 mgr.y (mgr.25279) 834 : cluster [DBG] pgmap v543: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cluster 2024-03-30T04:41:20.222061+0000 mgr.y (mgr.25279) 835 : cluster [DBG] pgmap v544: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cephadm 2024-03-30T04:41:20.228651+0000 mgr.y (mgr.25279) 836 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cluster 2024-03-30T04:41:20.274333+0000 mgr.y (mgr.25279) 837 : cluster [DBG] pgmap v545: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cluster 2024-03-30T04:41:20.274552+0000 mgr.y (mgr.25279) 838 : cluster [DBG] pgmap v546: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cephadm 2024-03-30T04:41:20.282116+0000 mgr.y (mgr.25279) 839 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cluster 2024-03-30T04:41:20.328111+0000 mgr.y (mgr.25279) 840 : cluster [DBG] pgmap v547: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cluster 2024-03-30T04:41:20.328318+0000 mgr.y (mgr.25279) 841 : cluster [DBG] pgmap v548: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cephadm 2024-03-30T04:41:20.335942+0000 mgr.y (mgr.25279) 842 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cluster 2024-03-30T04:41:20.399267+0000 mgr.y (mgr.25279) 843 : cluster [DBG] pgmap v549: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cluster 2024-03-30T04:41:20.399494+0000 mgr.y (mgr.25279) 844 : cluster [DBG] pgmap v550: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cephadm 2024-03-30T04:41:20.406559+0000 mgr.y (mgr.25279) 845 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cluster 2024-03-30T04:41:20.454448+0000 mgr.y (mgr.25279) 846 : cluster [DBG] pgmap v551: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cluster 2024-03-30T04:41:20.454710+0000 mgr.y (mgr.25279) 847 : cluster [DBG] pgmap v552: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cephadm 2024-03-30T04:41:20.462031+0000 mgr.y (mgr.25279) 848 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cluster 2024-03-30T04:41:20.524764+0000 mgr.y (mgr.25279) 849 : cluster [DBG] pgmap v553: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cluster 2024-03-30T04:41:20.525013+0000 mgr.y (mgr.25279) 850 : cluster [DBG] pgmap v554: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cephadm 2024-03-30T04:41:20.531744+0000 mgr.y (mgr.25279) 851 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cluster 2024-03-30T04:41:20.612097+0000 mgr.y (mgr.25279) 852 : cluster [DBG] pgmap v555: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cluster 2024-03-30T04:41:20.612378+0000 mgr.y (mgr.25279) 853 : cluster [DBG] pgmap v556: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cephadm 2024-03-30T04:41:20.620158+0000 mgr.y (mgr.25279) 854 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cluster 2024-03-30T04:41:20.666456+0000 mgr.y (mgr.25279) 855 : cluster [DBG] pgmap v557: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cluster 2024-03-30T04:41:20.666688+0000 mgr.y (mgr.25279) 856 : cluster [DBG] pgmap v558: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cephadm 2024-03-30T04:41:20.674168+0000 mgr.y (mgr.25279) 857 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cluster 2024-03-30T04:41:20.719977+0000 mgr.y (mgr.25279) 858 : cluster [DBG] pgmap v559: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cluster 2024-03-30T04:41:20.720242+0000 mgr.y (mgr.25279) 859 : cluster [DBG] pgmap v560: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:22.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cephadm 2024-03-30T04:41:20.725769+0000 mgr.y (mgr.25279) 860 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:22.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:20.789772+0000 mon.a (mon.0) 2678 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:22.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:20.791836+0000 mon.a (mon.0) 2679 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:22.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:20.793555+0000 mon.a (mon.0) 2680 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:22.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:20.794158+0000 mon.a (mon.0) 2681 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:22.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:20.799590+0000 mon.a (mon.0) 2682 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:20.840147+0000 mon.a (mon.0) 2683 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:22.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:20.841896+0000 mon.a (mon.0) 2684 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:22.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:20.843510+0000 mon.a (mon.0) 2685 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:22.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:20.844080+0000 mon.a (mon.0) 2686 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:22.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:20.851724+0000 mon.a (mon.0) 2687 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:20.893064+0000 mon.a (mon.0) 2688 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:22.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:20.894917+0000 mon.a (mon.0) 2689 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:22.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:20.896649+0000 mon.a (mon.0) 2690 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:22.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:20.897252+0000 mon.a (mon.0) 2691 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:22.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:20.904468+0000 mon.a (mon.0) 2692 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:20.945544+0000 mon.a (mon.0) 2693 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:22.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:20.947453+0000 mon.a (mon.0) 2694 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:22.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:20.949263+0000 mon.a (mon.0) 2695 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:22.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:20.949899+0000 mon.a (mon.0) 2696 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:22.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:20.958705+0000 mon.a (mon.0) 2697 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:20.999151+0000 mon.a (mon.0) 2698 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:22.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.001069+0000 mon.a (mon.0) 2699 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:22.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.002833+0000 mon.a (mon.0) 2700 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:22.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.003428+0000 mon.a (mon.0) 2701 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:22.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.009919+0000 mon.a (mon.0) 2702 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.051584+0000 mon.a (mon.0) 2703 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:22.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.053899+0000 mon.a (mon.0) 2704 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:22.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.055663+0000 mon.a (mon.0) 2705 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:22.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.056270+0000 mon.a (mon.0) 2706 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:22.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.063160+0000 mon.a (mon.0) 2707 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.104517+0000 mon.a (mon.0) 2708 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:22.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.106419+0000 mon.a (mon.0) 2709 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:22.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.108615+0000 mon.a (mon.0) 2710 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:22.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.109265+0000 mon.a (mon.0) 2711 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:22.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.116068+0000 mon.a (mon.0) 2712 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.156994+0000 mon.a (mon.0) 2713 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:22.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.158858+0000 mon.a (mon.0) 2714 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:22.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.160513+0000 mon.a (mon.0) 2715 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:22.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.161104+0000 mon.a (mon.0) 2716 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:22.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.166847+0000 mon.a (mon.0) 2717 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.206965+0000 mon.a (mon.0) 2718 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:22.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.208662+0000 mon.a (mon.0) 2719 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:22.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.210349+0000 mon.a (mon.0) 2720 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:22.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.210915+0000 mon.a (mon.0) 2721 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:22.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.216457+0000 mon.a (mon.0) 2722 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.257527+0000 mon.a (mon.0) 2723 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:22.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.259301+0000 mon.a (mon.0) 2724 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:22.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.260995+0000 mon.a (mon.0) 2725 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:22.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.261617+0000 mon.a (mon.0) 2726 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:22.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.267216+0000 mon.a (mon.0) 2727 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.308320+0000 mon.a (mon.0) 2728 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:22.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.310170+0000 mon.a (mon.0) 2729 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:22.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.312196+0000 mon.a (mon.0) 2730 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:22.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.312819+0000 mon.a (mon.0) 2731 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:22.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.318540+0000 mon.a (mon.0) 2732 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.358940+0000 mon.a (mon.0) 2733 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:22.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.360622+0000 mon.a (mon.0) 2734 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:22.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.362616+0000 mon.a (mon.0) 2735 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:22.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.363221+0000 mon.a (mon.0) 2736 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:22.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.370110+0000 mon.a (mon.0) 2737 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.411243+0000 mon.a (mon.0) 2738 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:22.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.413077+0000 mon.a (mon.0) 2739 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:22.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.415700+0000 mon.a (mon.0) 2740 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:22.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.416507+0000 mon.a (mon.0) 2741 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:22.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.422886+0000 mon.a (mon.0) 2742 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.433498+0000 mon.a (mon.0) 2743 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.439029+0000 mon.a (mon.0) 2744 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.445632+0000 mon.a (mon.0) 2745 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:22.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: audit 2024-03-30T04:41:21.483354+0000 mon.a (mon.0) 2746 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:22.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:21 smithi117 bash[18692]: cluster 2024-03-30T04:41:21.543046+0000 mon.a (mon.0) 2747 : cluster [DBG] mgrmap e35: y(active, since 54s), standbys: x 2024-03-30T04:41:23.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[18552]: audit 2024-03-30T04:41:20.782663+0000 mgr.y (mgr.25279) 861 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:23.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[18552]: cluster 2024-03-30T04:41:20.795404+0000 mgr.y (mgr.25279) 862 : cluster [DBG] pgmap v561: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[18552]: cluster 2024-03-30T04:41:20.795611+0000 mgr.y (mgr.25279) 863 : cluster [DBG] pgmap v562: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[18552]: cephadm 2024-03-30T04:41:20.799980+0000 mgr.y (mgr.25279) 864 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:23.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[18552]: cluster 2024-03-30T04:41:20.845196+0000 mgr.y (mgr.25279) 865 : cluster [DBG] pgmap v563: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[18552]: cluster 2024-03-30T04:41:20.845421+0000 mgr.y (mgr.25279) 866 : cluster [DBG] pgmap v564: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[18552]: cephadm 2024-03-30T04:41:20.852199+0000 mgr.y (mgr.25279) 867 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:23.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[18552]: cluster 2024-03-30T04:41:20.898361+0000 mgr.y (mgr.25279) 868 : cluster [DBG] pgmap v565: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[18552]: cluster 2024-03-30T04:41:20.898569+0000 mgr.y (mgr.25279) 869 : cluster [DBG] pgmap v566: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[18552]: cephadm 2024-03-30T04:41:20.904845+0000 mgr.y (mgr.25279) 870 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:23.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[18552]: cluster 2024-03-30T04:41:20.951274+0000 mgr.y (mgr.25279) 871 : cluster [DBG] pgmap v567: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[18552]: cluster 2024-03-30T04:41:20.951502+0000 mgr.y (mgr.25279) 872 : cluster [DBG] pgmap v568: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[18552]: cephadm 2024-03-30T04:41:20.959159+0000 mgr.y (mgr.25279) 873 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:23.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[18552]: cluster 2024-03-30T04:41:21.004638+0000 mgr.y (mgr.25279) 874 : cluster [DBG] pgmap v569: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[18552]: cluster 2024-03-30T04:41:21.004855+0000 mgr.y (mgr.25279) 875 : cluster [DBG] pgmap v570: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[18552]: cephadm 2024-03-30T04:41:21.010344+0000 mgr.y (mgr.25279) 876 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:23.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[18552]: cluster 2024-03-30T04:41:21.057458+0000 mgr.y (mgr.25279) 877 : cluster [DBG] pgmap v571: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[18552]: cluster 2024-03-30T04:41:21.057697+0000 mgr.y (mgr.25279) 878 : cluster [DBG] pgmap v572: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[18552]: cephadm 2024-03-30T04:41:21.063591+0000 mgr.y (mgr.25279) 879 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:23.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[18552]: cluster 2024-03-30T04:41:21.110606+0000 mgr.y (mgr.25279) 880 : cluster [DBG] pgmap v573: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[24005]: audit 2024-03-30T04:41:20.782663+0000 mgr.y (mgr.25279) 861 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:23.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[24005]: cluster 2024-03-30T04:41:20.795404+0000 mgr.y (mgr.25279) 862 : cluster [DBG] pgmap v561: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[24005]: cluster 2024-03-30T04:41:20.795611+0000 mgr.y (mgr.25279) 863 : cluster [DBG] pgmap v562: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[24005]: cephadm 2024-03-30T04:41:20.799980+0000 mgr.y (mgr.25279) 864 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:23.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[24005]: cluster 2024-03-30T04:41:20.845196+0000 mgr.y (mgr.25279) 865 : cluster [DBG] pgmap v563: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[24005]: cluster 2024-03-30T04:41:20.845421+0000 mgr.y (mgr.25279) 866 : cluster [DBG] pgmap v564: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[24005]: cephadm 2024-03-30T04:41:20.852199+0000 mgr.y (mgr.25279) 867 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:23.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[24005]: cluster 2024-03-30T04:41:20.898361+0000 mgr.y (mgr.25279) 868 : cluster [DBG] pgmap v565: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[24005]: cluster 2024-03-30T04:41:20.898569+0000 mgr.y (mgr.25279) 869 : cluster [DBG] pgmap v566: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[24005]: cephadm 2024-03-30T04:41:20.904845+0000 mgr.y (mgr.25279) 870 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:23.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[24005]: cluster 2024-03-30T04:41:20.951274+0000 mgr.y (mgr.25279) 871 : cluster [DBG] pgmap v567: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[24005]: cluster 2024-03-30T04:41:20.951502+0000 mgr.y (mgr.25279) 872 : cluster [DBG] pgmap v568: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[24005]: cephadm 2024-03-30T04:41:20.959159+0000 mgr.y (mgr.25279) 873 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:23.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[24005]: cluster 2024-03-30T04:41:21.004638+0000 mgr.y (mgr.25279) 874 : cluster [DBG] pgmap v569: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[24005]: cluster 2024-03-30T04:41:21.004855+0000 mgr.y (mgr.25279) 875 : cluster [DBG] pgmap v570: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[24005]: cephadm 2024-03-30T04:41:21.010344+0000 mgr.y (mgr.25279) 876 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:23.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[24005]: cluster 2024-03-30T04:41:21.057458+0000 mgr.y (mgr.25279) 877 : cluster [DBG] pgmap v571: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[24005]: cluster 2024-03-30T04:41:21.057697+0000 mgr.y (mgr.25279) 878 : cluster [DBG] pgmap v572: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[24005]: cephadm 2024-03-30T04:41:21.063591+0000 mgr.y (mgr.25279) 879 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:23.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[24005]: cluster 2024-03-30T04:41:21.110606+0000 mgr.y (mgr.25279) 880 : cluster [DBG] pgmap v573: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[24005]: cluster 2024-03-30T04:41:21.110942+0000 mgr.y (mgr.25279) 881 : cluster [DBG] pgmap v574: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[24005]: cephadm 2024-03-30T04:41:21.116582+0000 mgr.y (mgr.25279) 882 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:23.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[24005]: cluster 2024-03-30T04:41:21.162311+0000 mgr.y (mgr.25279) 883 : cluster [DBG] pgmap v575: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[24005]: cluster 2024-03-30T04:41:21.162562+0000 mgr.y (mgr.25279) 884 : cluster [DBG] pgmap v576: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[24005]: cephadm 2024-03-30T04:41:21.167266+0000 mgr.y (mgr.25279) 885 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:23.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[24005]: cluster 2024-03-30T04:41:21.212093+0000 mgr.y (mgr.25279) 886 : cluster [DBG] pgmap v577: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[24005]: cluster 2024-03-30T04:41:21.212329+0000 mgr.y (mgr.25279) 887 : cluster [DBG] pgmap v578: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[24005]: cephadm 2024-03-30T04:41:21.216925+0000 mgr.y (mgr.25279) 888 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:23.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[24005]: cluster 2024-03-30T04:41:21.262810+0000 mgr.y (mgr.25279) 889 : cluster [DBG] pgmap v579: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[24005]: cluster 2024-03-30T04:41:21.263059+0000 mgr.y (mgr.25279) 890 : cluster [DBG] pgmap v580: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[24005]: cephadm 2024-03-30T04:41:21.267608+0000 mgr.y (mgr.25279) 891 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:23.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[24005]: cluster 2024-03-30T04:41:21.314018+0000 mgr.y (mgr.25279) 892 : cluster [DBG] pgmap v581: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[24005]: cluster 2024-03-30T04:41:21.314227+0000 mgr.y (mgr.25279) 893 : cluster [DBG] pgmap v582: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[24005]: cephadm 2024-03-30T04:41:21.319003+0000 mgr.y (mgr.25279) 894 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:23.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[24005]: cluster 2024-03-30T04:41:21.364418+0000 mgr.y (mgr.25279) 895 : cluster [DBG] pgmap v583: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[24005]: cluster 2024-03-30T04:41:21.364668+0000 mgr.y (mgr.25279) 896 : cluster [DBG] pgmap v584: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[24005]: cephadm 2024-03-30T04:41:21.370585+0000 mgr.y (mgr.25279) 897 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:23.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[24005]: cluster 2024-03-30T04:41:21.418001+0000 mgr.y (mgr.25279) 898 : cluster [DBG] pgmap v585: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[24005]: cluster 2024-03-30T04:41:21.418251+0000 mgr.y (mgr.25279) 899 : cluster [DBG] pgmap v586: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[24005]: cephadm 2024-03-30T04:41:21.423357+0000 mgr.y (mgr.25279) 900 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:23.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[24005]: cluster 2024-03-30T04:41:21.440113+0000 mgr.y (mgr.25279) 901 : cluster [DBG] pgmap v587: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[24005]: cluster 2024-03-30T04:41:21.440376+0000 mgr.y (mgr.25279) 902 : cluster [DBG] pgmap v588: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[18552]: cluster 2024-03-30T04:41:21.110942+0000 mgr.y (mgr.25279) 881 : cluster [DBG] pgmap v574: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[18552]: cephadm 2024-03-30T04:41:21.116582+0000 mgr.y (mgr.25279) 882 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:23.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[18552]: cluster 2024-03-30T04:41:21.162311+0000 mgr.y (mgr.25279) 883 : cluster [DBG] pgmap v575: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[18552]: cluster 2024-03-30T04:41:21.162562+0000 mgr.y (mgr.25279) 884 : cluster [DBG] pgmap v576: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[18552]: cephadm 2024-03-30T04:41:21.167266+0000 mgr.y (mgr.25279) 885 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:23.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[18552]: cluster 2024-03-30T04:41:21.212093+0000 mgr.y (mgr.25279) 886 : cluster [DBG] pgmap v577: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[18552]: cluster 2024-03-30T04:41:21.212329+0000 mgr.y (mgr.25279) 887 : cluster [DBG] pgmap v578: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[18552]: cephadm 2024-03-30T04:41:21.216925+0000 mgr.y (mgr.25279) 888 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:23.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[18552]: cluster 2024-03-30T04:41:21.262810+0000 mgr.y (mgr.25279) 889 : cluster [DBG] pgmap v579: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[18552]: cluster 2024-03-30T04:41:21.263059+0000 mgr.y (mgr.25279) 890 : cluster [DBG] pgmap v580: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[18552]: cephadm 2024-03-30T04:41:21.267608+0000 mgr.y (mgr.25279) 891 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:23.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[18552]: cluster 2024-03-30T04:41:21.314018+0000 mgr.y (mgr.25279) 892 : cluster [DBG] pgmap v581: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[18552]: cluster 2024-03-30T04:41:21.314227+0000 mgr.y (mgr.25279) 893 : cluster [DBG] pgmap v582: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[18552]: cephadm 2024-03-30T04:41:21.319003+0000 mgr.y (mgr.25279) 894 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:23.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[18552]: cluster 2024-03-30T04:41:21.364418+0000 mgr.y (mgr.25279) 895 : cluster [DBG] pgmap v583: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[18552]: cluster 2024-03-30T04:41:21.364668+0000 mgr.y (mgr.25279) 896 : cluster [DBG] pgmap v584: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[18552]: cephadm 2024-03-30T04:41:21.370585+0000 mgr.y (mgr.25279) 897 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:23.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[18552]: cluster 2024-03-30T04:41:21.418001+0000 mgr.y (mgr.25279) 898 : cluster [DBG] pgmap v585: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[18552]: cluster 2024-03-30T04:41:21.418251+0000 mgr.y (mgr.25279) 899 : cluster [DBG] pgmap v586: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[18552]: cephadm 2024-03-30T04:41:21.423357+0000 mgr.y (mgr.25279) 900 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:23.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[18552]: cluster 2024-03-30T04:41:21.440113+0000 mgr.y (mgr.25279) 901 : cluster [DBG] pgmap v587: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:22 smithi111 bash[18552]: cluster 2024-03-30T04:41:21.440376+0000 mgr.y (mgr.25279) 902 : cluster [DBG] pgmap v588: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.161 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:22 smithi117 bash[18692]: audit 2024-03-30T04:41:20.782663+0000 mgr.y (mgr.25279) 861 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:23.161 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:22 smithi117 bash[18692]: cluster 2024-03-30T04:41:20.795404+0000 mgr.y (mgr.25279) 862 : cluster [DBG] pgmap v561: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.161 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:22 smithi117 bash[18692]: cluster 2024-03-30T04:41:20.795611+0000 mgr.y (mgr.25279) 863 : cluster [DBG] pgmap v562: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.161 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:22 smithi117 bash[18692]: cephadm 2024-03-30T04:41:20.799980+0000 mgr.y (mgr.25279) 864 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:23.161 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:22 smithi117 bash[18692]: cluster 2024-03-30T04:41:20.845196+0000 mgr.y (mgr.25279) 865 : cluster [DBG] pgmap v563: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.161 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:22 smithi117 bash[18692]: cluster 2024-03-30T04:41:20.845421+0000 mgr.y (mgr.25279) 866 : cluster [DBG] pgmap v564: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.161 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:22 smithi117 bash[18692]: cephadm 2024-03-30T04:41:20.852199+0000 mgr.y (mgr.25279) 867 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:23.161 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:22 smithi117 bash[18692]: cluster 2024-03-30T04:41:20.898361+0000 mgr.y (mgr.25279) 868 : cluster [DBG] pgmap v565: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.162 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:22 smithi117 bash[18692]: cluster 2024-03-30T04:41:20.898569+0000 mgr.y (mgr.25279) 869 : cluster [DBG] pgmap v566: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.162 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:22 smithi117 bash[18692]: cephadm 2024-03-30T04:41:20.904845+0000 mgr.y (mgr.25279) 870 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:23.162 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:22 smithi117 bash[18692]: cluster 2024-03-30T04:41:20.951274+0000 mgr.y (mgr.25279) 871 : cluster [DBG] pgmap v567: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.162 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:22 smithi117 bash[18692]: cluster 2024-03-30T04:41:20.951502+0000 mgr.y (mgr.25279) 872 : cluster [DBG] pgmap v568: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.162 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:22 smithi117 bash[18692]: cephadm 2024-03-30T04:41:20.959159+0000 mgr.y (mgr.25279) 873 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:23.162 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:22 smithi117 bash[18692]: cluster 2024-03-30T04:41:21.004638+0000 mgr.y (mgr.25279) 874 : cluster [DBG] pgmap v569: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.162 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:22 smithi117 bash[18692]: cluster 2024-03-30T04:41:21.004855+0000 mgr.y (mgr.25279) 875 : cluster [DBG] pgmap v570: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.162 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:22 smithi117 bash[18692]: cephadm 2024-03-30T04:41:21.010344+0000 mgr.y (mgr.25279) 876 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:23.162 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:22 smithi117 bash[18692]: cluster 2024-03-30T04:41:21.057458+0000 mgr.y (mgr.25279) 877 : cluster [DBG] pgmap v571: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.162 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:22 smithi117 bash[18692]: cluster 2024-03-30T04:41:21.057697+0000 mgr.y (mgr.25279) 878 : cluster [DBG] pgmap v572: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.162 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:22 smithi117 bash[18692]: cephadm 2024-03-30T04:41:21.063591+0000 mgr.y (mgr.25279) 879 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:23.162 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:22 smithi117 bash[18692]: cluster 2024-03-30T04:41:21.110606+0000 mgr.y (mgr.25279) 880 : cluster [DBG] pgmap v573: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.163 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:22 smithi117 bash[18692]: cluster 2024-03-30T04:41:21.110942+0000 mgr.y (mgr.25279) 881 : cluster [DBG] pgmap v574: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.163 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:22 smithi117 bash[18692]: cephadm 2024-03-30T04:41:21.116582+0000 mgr.y (mgr.25279) 882 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:23.163 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:22 smithi117 bash[18692]: cluster 2024-03-30T04:41:21.162311+0000 mgr.y (mgr.25279) 883 : cluster [DBG] pgmap v575: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.163 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:22 smithi117 bash[18692]: cluster 2024-03-30T04:41:21.162562+0000 mgr.y (mgr.25279) 884 : cluster [DBG] pgmap v576: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.163 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:22 smithi117 bash[18692]: cephadm 2024-03-30T04:41:21.167266+0000 mgr.y (mgr.25279) 885 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:23.163 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:22 smithi117 bash[18692]: cluster 2024-03-30T04:41:21.212093+0000 mgr.y (mgr.25279) 886 : cluster [DBG] pgmap v577: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.163 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:22 smithi117 bash[18692]: cluster 2024-03-30T04:41:21.212329+0000 mgr.y (mgr.25279) 887 : cluster [DBG] pgmap v578: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.163 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:22 smithi117 bash[18692]: cephadm 2024-03-30T04:41:21.216925+0000 mgr.y (mgr.25279) 888 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:23.163 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:22 smithi117 bash[18692]: cluster 2024-03-30T04:41:21.262810+0000 mgr.y (mgr.25279) 889 : cluster [DBG] pgmap v579: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.163 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:22 smithi117 bash[18692]: cluster 2024-03-30T04:41:21.263059+0000 mgr.y (mgr.25279) 890 : cluster [DBG] pgmap v580: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.163 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:22 smithi117 bash[18692]: cephadm 2024-03-30T04:41:21.267608+0000 mgr.y (mgr.25279) 891 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:23.163 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:22 smithi117 bash[18692]: cluster 2024-03-30T04:41:21.314018+0000 mgr.y (mgr.25279) 892 : cluster [DBG] pgmap v581: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.163 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:22 smithi117 bash[18692]: cluster 2024-03-30T04:41:21.314227+0000 mgr.y (mgr.25279) 893 : cluster [DBG] pgmap v582: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.164 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:22 smithi117 bash[18692]: cephadm 2024-03-30T04:41:21.319003+0000 mgr.y (mgr.25279) 894 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:23.164 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:22 smithi117 bash[18692]: cluster 2024-03-30T04:41:21.364418+0000 mgr.y (mgr.25279) 895 : cluster [DBG] pgmap v583: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.164 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:22 smithi117 bash[18692]: cluster 2024-03-30T04:41:21.364668+0000 mgr.y (mgr.25279) 896 : cluster [DBG] pgmap v584: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.164 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:22 smithi117 bash[18692]: cephadm 2024-03-30T04:41:21.370585+0000 mgr.y (mgr.25279) 897 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:23.164 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:22 smithi117 bash[18692]: cluster 2024-03-30T04:41:21.418001+0000 mgr.y (mgr.25279) 898 : cluster [DBG] pgmap v585: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.164 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:22 smithi117 bash[18692]: cluster 2024-03-30T04:41:21.418251+0000 mgr.y (mgr.25279) 899 : cluster [DBG] pgmap v586: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.164 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:22 smithi117 bash[18692]: cephadm 2024-03-30T04:41:21.423357+0000 mgr.y (mgr.25279) 900 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:23.164 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:22 smithi117 bash[18692]: cluster 2024-03-30T04:41:21.440113+0000 mgr.y (mgr.25279) 901 : cluster [DBG] pgmap v587: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.164 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:22 smithi117 bash[18692]: cluster 2024-03-30T04:41:21.440376+0000 mgr.y (mgr.25279) 902 : cluster [DBG] pgmap v588: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:23.521 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:41:23 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Scheduled restart job, restart counter is at 7. 2024-03-30T04:41:23.521 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:41:23 smithi117 systemd[1]: Stopped Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:41:23.521 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:41:23 smithi117 systemd[1]: Started Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:41:23.883 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:41:23 smithi117 bash[53671]: ts=2024-03-30T04:41:23.508Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi111\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:41:25.085 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:24 smithi117 bash[18692]: cluster 2024-03-30T04:41:23.441177+0000 mgr.y (mgr.25279) 903 : cluster [DBG] pgmap v589: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:25.085 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:24 smithi117 bash[18692]: audit 2024-03-30T04:41:24.156383+0000 mon.a (mon.0) 2748 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:25.086 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:24 smithi117 bash[18692]: audit 2024-03-30T04:41:24.167654+0000 mon.a (mon.0) 2749 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:25.086 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:24 smithi117 bash[18692]: audit 2024-03-30T04:41:24.181907+0000 mon.a (mon.0) 2750 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:25.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:24 smithi111 bash[24005]: cluster 2024-03-30T04:41:23.441177+0000 mgr.y (mgr.25279) 903 : cluster [DBG] pgmap v589: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:25.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:24 smithi111 bash[24005]: audit 2024-03-30T04:41:24.156383+0000 mon.a (mon.0) 2748 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:25.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:24 smithi111 bash[24005]: audit 2024-03-30T04:41:24.167654+0000 mon.a (mon.0) 2749 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:25.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:24 smithi111 bash[24005]: audit 2024-03-30T04:41:24.181907+0000 mon.a (mon.0) 2750 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:25.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:24 smithi111 bash[18552]: cluster 2024-03-30T04:41:23.441177+0000 mgr.y (mgr.25279) 903 : cluster [DBG] pgmap v589: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:25.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:24 smithi111 bash[18552]: audit 2024-03-30T04:41:24.156383+0000 mon.a (mon.0) 2748 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:25.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:24 smithi111 bash[18552]: audit 2024-03-30T04:41:24.167654+0000 mon.a (mon.0) 2749 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:25.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:24 smithi111 bash[18552]: audit 2024-03-30T04:41:24.181907+0000 mon.a (mon.0) 2750 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:26.032 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:25 smithi117 bash[18692]: cluster 2024-03-30T04:41:24.170798+0000 mgr.y (mgr.25279) 904 : cluster [DBG] pgmap v590: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s 2024-03-30T04:41:26.032 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:25 smithi117 bash[18692]: cluster 2024-03-30T04:41:25.162762+0000 mon.a (mon.0) 2751 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:41:26.032 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:25 smithi117 bash[18692]: cluster 2024-03-30T04:41:25.162826+0000 mon.a (mon.0) 2752 : cluster [INF] Cluster is now healthy 2024-03-30T04:41:26.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:25 smithi111 bash[24005]: cluster 2024-03-30T04:41:24.170798+0000 mgr.y (mgr.25279) 904 : cluster [DBG] pgmap v590: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s 2024-03-30T04:41:26.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:25 smithi111 bash[24005]: cluster 2024-03-30T04:41:25.162762+0000 mon.a (mon.0) 2751 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:41:26.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:25 smithi111 bash[24005]: cluster 2024-03-30T04:41:25.162826+0000 mon.a (mon.0) 2752 : cluster [INF] Cluster is now healthy 2024-03-30T04:41:26.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:25 smithi111 bash[18552]: cluster 2024-03-30T04:41:24.170798+0000 mgr.y (mgr.25279) 904 : cluster [DBG] pgmap v590: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s 2024-03-30T04:41:26.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:25 smithi111 bash[18552]: cluster 2024-03-30T04:41:25.162762+0000 mon.a (mon.0) 2751 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:41:26.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:25 smithi111 bash[18552]: cluster 2024-03-30T04:41:25.162826+0000 mon.a (mon.0) 2752 : cluster [INF] Cluster is now healthy 2024-03-30T04:41:26.383 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:41:26 smithi117 bash[57419]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:41:26.383 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:41:26 smithi117 bash[57419]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:41:26.865 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:41:26 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:41:26] "GET /metrics HTTP/1.1" 200 38240 "" "Prometheus/2.33.4" 2024-03-30T04:41:27.243 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:41:26 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-30T04:41:27.243 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:41:26 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Failed with result 'exit-code'. 2024-03-30T04:41:27.243 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:27 smithi117 bash[18692]: cephadm 2024-03-30T04:41:26.110462+0000 mgr.y (mgr.25279) 905 : cephadm [INF] Upgrade: Updating mgr.x 2024-03-30T04:41:27.243 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:27 smithi117 bash[18692]: audit 2024-03-30T04:41:26.125751+0000 mon.a (mon.0) 2753 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:27.243 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:27 smithi117 bash[18692]: audit 2024-03-30T04:41:26.127736+0000 mon.a (mon.0) 2754 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:41:27.243 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:27 smithi117 bash[18692]: audit 2024-03-30T04:41:26.129498+0000 mon.a (mon.0) 2755 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:41:27.243 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:27 smithi117 bash[18692]: audit 2024-03-30T04:41:26.131143+0000 mon.a (mon.0) 2756 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:27.243 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:27 smithi117 bash[18692]: cephadm 2024-03-30T04:41:26.133125+0000 mgr.y (mgr.25279) 906 : cephadm [INF] Deploying daemon mgr.x on smithi117 2024-03-30T04:41:27.243 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:27 smithi117 bash[18692]: cluster 2024-03-30T04:41:26.171454+0000 mgr.y (mgr.25279) 907 : cluster [DBG] pgmap v591: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:41:27.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:27 smithi111 bash[18552]: cephadm 2024-03-30T04:41:26.110462+0000 mgr.y (mgr.25279) 905 : cephadm [INF] Upgrade: Updating mgr.x 2024-03-30T04:41:27.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:27 smithi111 bash[18552]: audit 2024-03-30T04:41:26.125751+0000 mon.a (mon.0) 2753 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:27.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:27 smithi111 bash[18552]: audit 2024-03-30T04:41:26.127736+0000 mon.a (mon.0) 2754 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:41:27.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:27 smithi111 bash[18552]: audit 2024-03-30T04:41:26.129498+0000 mon.a (mon.0) 2755 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:41:27.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:27 smithi111 bash[18552]: audit 2024-03-30T04:41:26.131143+0000 mon.a (mon.0) 2756 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:27.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:27 smithi111 bash[18552]: cephadm 2024-03-30T04:41:26.133125+0000 mgr.y (mgr.25279) 906 : cephadm [INF] Deploying daemon mgr.x on smithi117 2024-03-30T04:41:27.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:27 smithi111 bash[18552]: cluster 2024-03-30T04:41:26.171454+0000 mgr.y (mgr.25279) 907 : cluster [DBG] pgmap v591: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:41:27.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:27 smithi111 bash[24005]: cephadm 2024-03-30T04:41:26.110462+0000 mgr.y (mgr.25279) 905 : cephadm [INF] Upgrade: Updating mgr.x 2024-03-30T04:41:27.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:27 smithi111 bash[24005]: audit 2024-03-30T04:41:26.125751+0000 mon.a (mon.0) 2753 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:27.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:27 smithi111 bash[24005]: audit 2024-03-30T04:41:26.127736+0000 mon.a (mon.0) 2754 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:41:27.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:27 smithi111 bash[24005]: audit 2024-03-30T04:41:26.129498+0000 mon.a (mon.0) 2755 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:41:27.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:27 smithi111 bash[24005]: audit 2024-03-30T04:41:26.131143+0000 mon.a (mon.0) 2756 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:27.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:27 smithi111 bash[24005]: cephadm 2024-03-30T04:41:26.133125+0000 mgr.y (mgr.25279) 906 : cephadm [INF] Deploying daemon mgr.x on smithi117 2024-03-30T04:41:27.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:27 smithi111 bash[24005]: cluster 2024-03-30T04:41:26.171454+0000 mgr.y (mgr.25279) 907 : cluster [DBG] pgmap v591: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:41:28.884 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:41:28 smithi117 bash[53671]: ts=2024-03-30T04:41:28.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"172.21.15.117:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"smithi111:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:41:29.171 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:28 smithi117 bash[18692]: audit 2024-03-30T04:41:27.901012+0000 mon.a (mon.0) 2757 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:29.171 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:28 smithi117 bash[18692]: audit 2024-03-30T04:41:27.905220+0000 mon.a (mon.0) 2758 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:41:29.171 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:28 smithi117 bash[18692]: cluster 2024-03-30T04:41:28.172158+0000 mgr.y (mgr.25279) 908 : cluster [DBG] pgmap v592: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 758 B/s rd, 0 op/s 2024-03-30T04:41:29.171 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:28 smithi117 bash[18692]: audit 2024-03-30T04:41:28.440362+0000 mon.a (mon.0) 2759 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:29.171 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:28 smithi117 bash[18692]: audit 2024-03-30T04:41:28.453098+0000 mon.a (mon.0) 2760 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:29.171 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:28 smithi117 bash[18692]: cluster 2024-03-30T04:41:28.455349+0000 mgr.y (mgr.25279) 909 : cluster [DBG] pgmap v593: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 729 B/s rd, 0 op/s 2024-03-30T04:41:29.171 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:28 smithi117 bash[18692]: audit 2024-03-30T04:41:28.464728+0000 mon.a (mon.0) 2761 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:29.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:28 smithi111 bash[18552]: audit 2024-03-30T04:41:27.901012+0000 mon.a (mon.0) 2757 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:29.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:28 smithi111 bash[18552]: audit 2024-03-30T04:41:27.905220+0000 mon.a (mon.0) 2758 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:41:29.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:28 smithi111 bash[18552]: cluster 2024-03-30T04:41:28.172158+0000 mgr.y (mgr.25279) 908 : cluster [DBG] pgmap v592: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 758 B/s rd, 0 op/s 2024-03-30T04:41:29.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:28 smithi111 bash[18552]: audit 2024-03-30T04:41:28.440362+0000 mon.a (mon.0) 2759 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:29.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:28 smithi111 bash[18552]: audit 2024-03-30T04:41:28.453098+0000 mon.a (mon.0) 2760 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:29.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:28 smithi111 bash[18552]: cluster 2024-03-30T04:41:28.455349+0000 mgr.y (mgr.25279) 909 : cluster [DBG] pgmap v593: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 729 B/s rd, 0 op/s 2024-03-30T04:41:29.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:28 smithi111 bash[18552]: audit 2024-03-30T04:41:28.464728+0000 mon.a (mon.0) 2761 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:29.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:28 smithi111 bash[24005]: audit 2024-03-30T04:41:27.901012+0000 mon.a (mon.0) 2757 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:29.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:28 smithi111 bash[24005]: audit 2024-03-30T04:41:27.905220+0000 mon.a (mon.0) 2758 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:41:29.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:28 smithi111 bash[24005]: cluster 2024-03-30T04:41:28.172158+0000 mgr.y (mgr.25279) 908 : cluster [DBG] pgmap v592: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 758 B/s rd, 0 op/s 2024-03-30T04:41:29.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:28 smithi111 bash[24005]: audit 2024-03-30T04:41:28.440362+0000 mon.a (mon.0) 2759 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:29.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:28 smithi111 bash[24005]: audit 2024-03-30T04:41:28.453098+0000 mon.a (mon.0) 2760 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:29.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:28 smithi111 bash[24005]: cluster 2024-03-30T04:41:28.455349+0000 mgr.y (mgr.25279) 909 : cluster [DBG] pgmap v593: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 729 B/s rd, 0 op/s 2024-03-30T04:41:29.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:28 smithi111 bash[24005]: audit 2024-03-30T04:41:28.464728+0000 mon.a (mon.0) 2761 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:30.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:29 smithi111 bash[18552]: cluster 2024-03-30T04:41:28.894144+0000 mon.a (mon.0) 2762 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:41:30.365 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:29 smithi111 bash[24005]: cluster 2024-03-30T04:41:28.894144+0000 mon.a (mon.0) 2762 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:41:30.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:29 smithi117 bash[18692]: cluster 2024-03-30T04:41:28.894144+0000 mon.a (mon.0) 2762 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:41:30.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:30 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:30.884 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:41:30 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:30.885 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:41:30 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:30.885 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:41:30 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:30.886 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:41:30 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:30.886 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:41:30 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:30.887 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:30 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:30.887 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:30 smithi117 systemd[1]: Stopping Ceph mgr.x for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:41:30.888 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:41:30 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:30.888 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:41:30 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:31.784 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:31 smithi117 bash[18692]: cluster 2024-03-30T04:41:30.457208+0000 mgr.y (mgr.25279) 910 : cluster [DBG] pgmap v594: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:41:31.784 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:31 smithi117 bash[58022]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-mgr-x 2024-03-30T04:41:31.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:31 smithi111 bash[18552]: cluster 2024-03-30T04:41:30.457208+0000 mgr.y (mgr.25279) 910 : cluster [DBG] pgmap v594: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:41:31.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:31 smithi111 bash[24005]: cluster 2024-03-30T04:41:30.457208+0000 mgr.y (mgr.25279) 910 : cluster [DBG] pgmap v594: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:41:32.037 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:31 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:32.037 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:31 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@mgr.x.service: Main process exited, code=exited, status=143/n/a 2024-03-30T04:41:32.037 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:31 smithi117 bash[58082]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-mgr-x 2024-03-30T04:41:32.037 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:31 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@mgr.x.service: Failed with result 'exit-code'. 2024-03-30T04:41:32.037 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:31 smithi117 systemd[1]: Stopped Ceph mgr.x for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:41:32.037 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:31 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:32.038 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:41:31 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:32.038 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:41:31 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:32.038 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:41:31 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:32.039 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:41:31 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:32.039 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:41:31 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:32.039 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:41:31 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:32.039 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:41:31 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:32.384 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:32 smithi117 systemd[1]: Started Ceph mgr.x for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:41:32.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[24005]: audit 2024-03-30T04:41:30.790973+0000 mgr.y (mgr.25279) 911 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:32.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[24005]: audit 2024-03-30T04:41:32.095188+0000 mon.a (mon.0) 2763 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:32.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[24005]: audit 2024-03-30T04:41:32.106912+0000 mon.a (mon.0) 2764 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:32.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[24005]: audit 2024-03-30T04:41:32.121794+0000 mon.a (mon.0) 2765 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:32.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[24005]: audit 2024-03-30T04:41:32.123974+0000 mon.a (mon.0) 2766 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:32.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[24005]: audit 2024-03-30T04:41:32.137201+0000 mon.a (mon.0) 2767 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:32.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[24005]: audit 2024-03-30T04:41:32.229048+0000 mon.a (mon.0) 2768 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:32.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[24005]: audit 2024-03-30T04:41:32.233711+0000 mon.a (mon.0) 2769 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:32.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[24005]: audit 2024-03-30T04:41:32.236016+0000 mon.a (mon.0) 2770 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-03-30T04:41:32.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[24005]: audit 2024-03-30T04:41:32.245080+0000 mon.a (mon.0) 2771 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-03-30T04:41:32.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[24005]: audit 2024-03-30T04:41:32.250640+0000 mon.a (mon.0) 2772 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:32.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[24005]: audit 2024-03-30T04:41:32.252219+0000 mon.a (mon.0) 2773 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:32.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[24005]: audit 2024-03-30T04:41:32.265135+0000 mon.a (mon.0) 2774 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:32.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[24005]: audit 2024-03-30T04:41:32.354810+0000 mon.a (mon.0) 2775 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:32.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[24005]: audit 2024-03-30T04:41:32.358890+0000 mon.a (mon.0) 2776 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:32.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[24005]: audit 2024-03-30T04:41:32.362902+0000 mon.a (mon.0) 2777 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:32.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[24005]: audit 2024-03-30T04:41:32.364262+0000 mon.a (mon.0) 2778 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:32.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[24005]: audit 2024-03-30T04:41:32.376821+0000 mon.a (mon.0) 2779 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:32.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[24005]: audit 2024-03-30T04:41:32.469156+0000 mon.a (mon.0) 2780 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:32.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[24005]: audit 2024-03-30T04:41:32.473363+0000 mon.a (mon.0) 2781 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:32.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[24005]: audit 2024-03-30T04:41:32.477597+0000 mon.a (mon.0) 2782 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:32.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[24005]: audit 2024-03-30T04:41:32.478926+0000 mon.a (mon.0) 2783 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:32.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[24005]: audit 2024-03-30T04:41:32.488595+0000 mon.a (mon.0) 2784 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:32.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[18552]: audit 2024-03-30T04:41:30.790973+0000 mgr.y (mgr.25279) 911 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:32.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[18552]: audit 2024-03-30T04:41:32.095188+0000 mon.a (mon.0) 2763 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:32.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[18552]: audit 2024-03-30T04:41:32.106912+0000 mon.a (mon.0) 2764 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:32.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[18552]: audit 2024-03-30T04:41:32.121794+0000 mon.a (mon.0) 2765 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:32.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[18552]: audit 2024-03-30T04:41:32.123974+0000 mon.a (mon.0) 2766 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:32.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[18552]: audit 2024-03-30T04:41:32.137201+0000 mon.a (mon.0) 2767 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:32.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[18552]: audit 2024-03-30T04:41:32.229048+0000 mon.a (mon.0) 2768 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:32.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[18552]: audit 2024-03-30T04:41:32.233711+0000 mon.a (mon.0) 2769 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:32.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[18552]: audit 2024-03-30T04:41:32.236016+0000 mon.a (mon.0) 2770 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-03-30T04:41:32.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[18552]: audit 2024-03-30T04:41:32.245080+0000 mon.a (mon.0) 2771 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-03-30T04:41:32.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[18552]: audit 2024-03-30T04:41:32.250640+0000 mon.a (mon.0) 2772 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:32.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[18552]: audit 2024-03-30T04:41:32.252219+0000 mon.a (mon.0) 2773 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:32.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[18552]: audit 2024-03-30T04:41:32.265135+0000 mon.a (mon.0) 2774 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:32.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[18552]: audit 2024-03-30T04:41:32.354810+0000 mon.a (mon.0) 2775 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:32.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[18552]: audit 2024-03-30T04:41:32.358890+0000 mon.a (mon.0) 2776 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:32.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[18552]: audit 2024-03-30T04:41:32.362902+0000 mon.a (mon.0) 2777 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:32.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[18552]: audit 2024-03-30T04:41:32.364262+0000 mon.a (mon.0) 2778 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:32.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[18552]: audit 2024-03-30T04:41:32.376821+0000 mon.a (mon.0) 2779 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:32.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[18552]: audit 2024-03-30T04:41:32.469156+0000 mon.a (mon.0) 2780 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:32.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[18552]: audit 2024-03-30T04:41:32.473363+0000 mon.a (mon.0) 2781 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:32.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[18552]: audit 2024-03-30T04:41:32.477597+0000 mon.a (mon.0) 2782 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:32.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[18552]: audit 2024-03-30T04:41:32.478926+0000 mon.a (mon.0) 2783 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:32.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:32 smithi111 bash[18552]: audit 2024-03-30T04:41:32.488595+0000 mon.a (mon.0) 2784 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:32.869 INFO:teuthology.orchestra.run.smithi111.stdout:true 2024-03-30T04:41:32.883 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:32 smithi117 bash[18692]: audit 2024-03-30T04:41:30.790973+0000 mgr.y (mgr.25279) 911 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:32.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:32 smithi117 bash[18692]: audit 2024-03-30T04:41:32.095188+0000 mon.a (mon.0) 2763 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:32.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:32 smithi117 bash[18692]: audit 2024-03-30T04:41:32.106912+0000 mon.a (mon.0) 2764 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:32.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:32 smithi117 bash[18692]: audit 2024-03-30T04:41:32.121794+0000 mon.a (mon.0) 2765 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:32.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:32 smithi117 bash[18692]: audit 2024-03-30T04:41:32.123974+0000 mon.a (mon.0) 2766 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:32.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:32 smithi117 bash[18692]: audit 2024-03-30T04:41:32.137201+0000 mon.a (mon.0) 2767 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:32.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:32 smithi117 bash[18692]: audit 2024-03-30T04:41:32.229048+0000 mon.a (mon.0) 2768 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:32.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:32 smithi117 bash[18692]: audit 2024-03-30T04:41:32.233711+0000 mon.a (mon.0) 2769 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:32.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:32 smithi117 bash[18692]: audit 2024-03-30T04:41:32.236016+0000 mon.a (mon.0) 2770 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-03-30T04:41:32.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:32 smithi117 bash[18692]: audit 2024-03-30T04:41:32.245080+0000 mon.a (mon.0) 2771 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-03-30T04:41:32.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:32 smithi117 bash[18692]: audit 2024-03-30T04:41:32.250640+0000 mon.a (mon.0) 2772 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:32.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:32 smithi117 bash[18692]: audit 2024-03-30T04:41:32.252219+0000 mon.a (mon.0) 2773 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:32.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:32 smithi117 bash[18692]: audit 2024-03-30T04:41:32.265135+0000 mon.a (mon.0) 2774 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:32.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:32 smithi117 bash[18692]: audit 2024-03-30T04:41:32.354810+0000 mon.a (mon.0) 2775 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:32.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:32 smithi117 bash[18692]: audit 2024-03-30T04:41:32.358890+0000 mon.a (mon.0) 2776 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:32.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:32 smithi117 bash[18692]: audit 2024-03-30T04:41:32.362902+0000 mon.a (mon.0) 2777 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:32.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:32 smithi117 bash[18692]: audit 2024-03-30T04:41:32.364262+0000 mon.a (mon.0) 2778 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:32.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:32 smithi117 bash[18692]: audit 2024-03-30T04:41:32.376821+0000 mon.a (mon.0) 2779 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:32.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:32 smithi117 bash[18692]: audit 2024-03-30T04:41:32.469156+0000 mon.a (mon.0) 2780 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:32.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:32 smithi117 bash[18692]: audit 2024-03-30T04:41:32.473363+0000 mon.a (mon.0) 2781 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:32.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:32 smithi117 bash[18692]: audit 2024-03-30T04:41:32.477597+0000 mon.a (mon.0) 2782 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:32.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:32 smithi117 bash[18692]: audit 2024-03-30T04:41:32.478926+0000 mon.a (mon.0) 2783 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:32.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:32 smithi117 bash[18692]: audit 2024-03-30T04:41:32.488595+0000 mon.a (mon.0) 2784 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.648 INFO:teuthology.orchestra.run.smithi111.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:41:33.648 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi111 smithi111 running 18s ago 16m - - 2024-03-30T04:41:33.648 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi117 smithi117 running 5s ago 15m - - 2024-03-30T04:41:33.648 INFO:teuthology.orchestra.run.smithi111.stdout:alertmanager.a smithi111 *:9093,9094 running (2m) 18s ago 9m 13.8M - 0.23.0 ba2b418f427c 1324aeb3a452 2024-03-30T04:41:33.648 INFO:teuthology.orchestra.run.smithi111.stdout:grafana.a smithi117 *:3000 unknown 5s ago 8m - - 2024-03-30T04:41:33.648 INFO:teuthology.orchestra.run.smithi111.stdout:iscsi.foo.smithi111.fmwmll smithi111 running (54s) 18s ago 6m 41.6M - 3.5 e1d6a67b021e 429bab8e2057 2024-03-30T04:41:33.648 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.x smithi117 *:8443,9283,8765 starting - - - - 2024-03-30T04:41:33.648 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.y smithi111 *:8443,9283,8765 running (76s) 18s ago 17m 495M - 19.0.0-2493-gd82c9aa1 3714003597ec fa84fb31d2a4 2024-03-30T04:41:33.648 INFO:teuthology.orchestra.run.smithi111.stdout:mon.a smithi111 running (17m) 18s ago 17m 71.7M 2048M 17.2.0 e1d6a67b021e e26756bbafc7 2024-03-30T04:41:33.648 INFO:teuthology.orchestra.run.smithi111.stdout:mon.b smithi117 running (15m) 5s ago 15m 54.5M 2048M 17.2.0 e1d6a67b021e fee520b706e2 2024-03-30T04:41:33.648 INFO:teuthology.orchestra.run.smithi111.stdout:mon.c smithi111 running (15m) 18s ago 15m 48.2M 2048M 17.2.0 e1d6a67b021e 2b2c290c2cb8 2024-03-30T04:41:33.649 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.a smithi111 *:9100 running (2m) 18s ago 9m 8727k - 1.3.1 1dbe0e931976 6370ea39ede2 2024-03-30T04:41:33.649 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.b smithi117 *:9100 running (113s) 5s ago 9m 9463k - 1.3.1 1dbe0e931976 038bdefec2fb 2024-03-30T04:41:33.649 INFO:teuthology.orchestra.run.smithi111.stdout:osd.0 smithi111 running (14m) 18s ago 14m 55.7M 4096M 17.2.0 e1d6a67b021e 8066f1ef56b0 2024-03-30T04:41:33.649 INFO:teuthology.orchestra.run.smithi111.stdout:osd.1 smithi111 running (14m) 18s ago 14m 58.2M 4096M 17.2.0 e1d6a67b021e 8986210aecf7 2024-03-30T04:41:33.649 INFO:teuthology.orchestra.run.smithi111.stdout:osd.2 smithi111 running (13m) 18s ago 13m 53.2M 4096M 17.2.0 e1d6a67b021e 75832afbc732 2024-03-30T04:41:33.649 INFO:teuthology.orchestra.run.smithi111.stdout:osd.3 smithi111 running (12m) 18s ago 12m 55.7M 4096M 17.2.0 e1d6a67b021e 9bdb46999038 2024-03-30T04:41:33.649 INFO:teuthology.orchestra.run.smithi111.stdout:osd.4 smithi117 running (12m) 5s ago 12m 58.9M 4096M 17.2.0 e1d6a67b021e dfb36784cb06 2024-03-30T04:41:33.649 INFO:teuthology.orchestra.run.smithi111.stdout:osd.5 smithi117 running (11m) 5s ago 11m 53.8M 4096M 17.2.0 e1d6a67b021e 232d5fd01e16 2024-03-30T04:41:33.649 INFO:teuthology.orchestra.run.smithi111.stdout:osd.6 smithi117 running (11m) 5s ago 11m 52.2M 4096M 17.2.0 e1d6a67b021e 393ee9af633e 2024-03-30T04:41:33.649 INFO:teuthology.orchestra.run.smithi111.stdout:osd.7 smithi117 running (10m) 5s ago 10m 55.8M 4096M 17.2.0 e1d6a67b021e f9f3a86e8182 2024-03-30T04:41:33.649 INFO:teuthology.orchestra.run.smithi111.stdout:prometheus.a smithi117 *:9095 running (47s) 5s ago 9m 55.3M - 2.33.4 514e6a882f6e e0486046291e 2024-03-30T04:41:33.649 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi111.gqpgtc smithi111 *:8000 running (7m) 18s ago 7m 86.3M - 17.2.0 e1d6a67b021e e51a6fac1b59 2024-03-30T04:41:33.649 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi117.nijpsz smithi117 *:8000 running (7m) 5s ago 7m 86.8M - 17.2.0 e1d6a67b021e bd8939f98ae0 2024-03-30T04:41:33.649 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi111.nqgkvi smithi111 *:80 running (7m) 18s ago 7m 86.2M - 17.2.0 e1d6a67b021e 4dd1cc17abca 2024-03-30T04:41:33.649 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi117.wrgldy smithi117 *:80 running (7m) 5s ago 7m 86.8M - 17.2.0 e1d6a67b021e 1bff1faa59ec 2024-03-30T04:41:33.760 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[53671]: ts=2024-03-30T04:41:33.507Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi111\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:41:33.761 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: cluster 2024-03-30T04:41:32.127561+0000 mgr.y (mgr.25279) 912 : cluster [DBG] pgmap v595: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:41:33.761 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: cluster 2024-03-30T04:41:32.128263+0000 mgr.y (mgr.25279) 913 : cluster [DBG] pgmap v596: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 643 B/s rd, 0 op/s 2024-03-30T04:41:33.761 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: cephadm 2024-03-30T04:41:32.138248+0000 mgr.y (mgr.25279) 914 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:33.762 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: cephadm 2024-03-30T04:41:32.235366+0000 mgr.y (mgr.25279) 915 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:33.762 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: cluster 2024-03-30T04:41:32.255140+0000 mgr.y (mgr.25279) 916 : cluster [DBG] pgmap v597: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 841 B/s rd, 0 op/s 2024-03-30T04:41:33.762 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: cluster 2024-03-30T04:41:32.255589+0000 mgr.y (mgr.25279) 917 : cluster [DBG] pgmap v598: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:41:33.762 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: cephadm 2024-03-30T04:41:32.266098+0000 mgr.y (mgr.25279) 918 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:33.762 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: cephadm 2024-03-30T04:41:32.360162+0000 mgr.y (mgr.25279) 919 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:33.762 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: cluster 2024-03-30T04:41:32.366829+0000 mgr.y (mgr.25279) 920 : cluster [DBG] pgmap v599: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:41:33.762 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: cluster 2024-03-30T04:41:32.367418+0000 mgr.y (mgr.25279) 921 : cluster [DBG] pgmap v600: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:33.762 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: cephadm 2024-03-30T04:41:32.377670+0000 mgr.y (mgr.25279) 922 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:33.762 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: cephadm 2024-03-30T04:41:32.474761+0000 mgr.y (mgr.25279) 923 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:33.762 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: cluster 2024-03-30T04:41:32.481494+0000 mgr.y (mgr.25279) 924 : cluster [DBG] pgmap v601: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:33.762 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: cluster 2024-03-30T04:41:32.481792+0000 mgr.y (mgr.25279) 925 : cluster [DBG] pgmap v602: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:33.762 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: cephadm 2024-03-30T04:41:32.489424+0000 mgr.y (mgr.25279) 926 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:33.762 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:32.564394+0000 mon.a (mon.0) 2785 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.762 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:32.566906+0000 mon.a (mon.0) 2786 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.763 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: cephadm 2024-03-30T04:41:32.567836+0000 mgr.y (mgr.25279) 927 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:33.763 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:32.569426+0000 mon.a (mon.0) 2787 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.763 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:32.570365+0000 mon.a (mon.0) 2788 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.763 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: cluster 2024-03-30T04:41:32.571876+0000 mgr.y (mgr.25279) 928 : cluster [DBG] pgmap v603: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:33.763 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: cluster 2024-03-30T04:41:32.572092+0000 mgr.y (mgr.25279) 929 : cluster [DBG] pgmap v604: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:33.763 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:32.579997+0000 mon.a (mon.0) 2789 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.763 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: cephadm 2024-03-30T04:41:32.580470+0000 mgr.y (mgr.25279) 930 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:33.763 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:32.637986+0000 mon.a (mon.0) 2790 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.763 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:32.639908+0000 mon.a (mon.0) 2791 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.763 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: cephadm 2024-03-30T04:41:32.640579+0000 mgr.y (mgr.25279) 931 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:33.763 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:32.641980+0000 mon.a (mon.0) 2792 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.763 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:32.642727+0000 mon.a (mon.0) 2793 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.763 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: cluster 2024-03-30T04:41:32.644081+0000 mgr.y (mgr.25279) 932 : cluster [DBG] pgmap v605: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:33.763 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: cluster 2024-03-30T04:41:32.644327+0000 mgr.y (mgr.25279) 933 : cluster [DBG] pgmap v606: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:33.764 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:32.648814+0000 mon.a (mon.0) 2794 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.764 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: cephadm 2024-03-30T04:41:32.649357+0000 mgr.y (mgr.25279) 934 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:33.764 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:32.712936+0000 mon.a (mon.0) 2795 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.764 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:32.715818+0000 mon.a (mon.0) 2796 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.764 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: cephadm 2024-03-30T04:41:32.716546+0000 mgr.y (mgr.25279) 935 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:33.764 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:32.718463+0000 mon.a (mon.0) 2797 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.764 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:32.719196+0000 mon.a (mon.0) 2798 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.764 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: cluster 2024-03-30T04:41:32.720573+0000 mgr.y (mgr.25279) 936 : cluster [DBG] pgmap v607: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:33.764 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: cluster 2024-03-30T04:41:32.720824+0000 mgr.y (mgr.25279) 937 : cluster [DBG] pgmap v608: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:33.764 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:32.726101+0000 mon.a (mon.0) 2799 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.764 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: cephadm 2024-03-30T04:41:32.726586+0000 mgr.y (mgr.25279) 938 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:33.764 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:32.768252+0000 mon.a (mon.0) 2800 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.764 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:32.770349+0000 mon.a (mon.0) 2801 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.764 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:32.772538+0000 mon.a (mon.0) 2802 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.764 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:32.773307+0000 mon.a (mon.0) 2803 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.765 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:32.780265+0000 mon.a (mon.0) 2804 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.765 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:32.827935+0000 mon.a (mon.0) 2805 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.765 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:32.830546+0000 mon.a (mon.0) 2806 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.765 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:32.832793+0000 mon.a (mon.0) 2807 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.765 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:32.833564+0000 mon.a (mon.0) 2808 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.765 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:32.840038+0000 mon.a (mon.0) 2809 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.765 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:32.898152+0000 mon.a (mon.0) 2810 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.765 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:32.900380+0000 mon.a (mon.0) 2811 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.765 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:32.902670+0000 mon.a (mon.0) 2812 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.765 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:32.903456+0000 mon.a (mon.0) 2813 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.765 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:32.912967+0000 mon.a (mon.0) 2814 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.765 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:32.961594+0000 mon.a (mon.0) 2815 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.765 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:32.963998+0000 mon.a (mon.0) 2816 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.765 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:32.966908+0000 mon.a (mon.0) 2817 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.765 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:32.967687+0000 mon.a (mon.0) 2818 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.766 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:32.976071+0000 mon.a (mon.0) 2819 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.766 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:33.038096+0000 mon.a (mon.0) 2820 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.766 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:33.040222+0000 mon.a (mon.0) 2821 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.766 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:33.042202+0000 mon.a (mon.0) 2822 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.766 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:33.042887+0000 mon.a (mon.0) 2823 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.766 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:33.050750+0000 mon.a (mon.0) 2824 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.766 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:33.109159+0000 mon.a (mon.0) 2825 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.766 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:33.111105+0000 mon.a (mon.0) 2826 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.766 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:33.113029+0000 mon.a (mon.0) 2827 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.766 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:33.113702+0000 mon.a (mon.0) 2828 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.766 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:33.120222+0000 mon.a (mon.0) 2829 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.766 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:33.178922+0000 mon.a (mon.0) 2830 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.766 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:33.181427+0000 mon.a (mon.0) 2831 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.766 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:33.183691+0000 mon.a (mon.0) 2832 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.766 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:33.184457+0000 mon.a (mon.0) 2833 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.767 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:33.190987+0000 mon.a (mon.0) 2834 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.767 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:33.253323+0000 mon.a (mon.0) 2835 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.767 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:33.255387+0000 mon.a (mon.0) 2836 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.767 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:33.257502+0000 mon.a (mon.0) 2837 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.767 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:33.258333+0000 mon.a (mon.0) 2838 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.767 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:33.265642+0000 mon.a (mon.0) 2839 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.767 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:33.308670+0000 mon.a (mon.0) 2840 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.767 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:33.310519+0000 mon.a (mon.0) 2841 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.767 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:33.312436+0000 mon.a (mon.0) 2842 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.767 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:33.313098+0000 mon.a (mon.0) 2843 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.767 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:33.320796+0000 mon.a (mon.0) 2844 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.767 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:33.378414+0000 mon.a (mon.0) 2845 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.767 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:33.380190+0000 mon.a (mon.0) 2846 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.768 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:33.381917+0000 mon.a (mon.0) 2847 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.768 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:33.382530+0000 mon.a (mon.0) 2848 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.768 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:33.388338+0000 mon.a (mon.0) 2849 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.768 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:33.428730+0000 mon.a (mon.0) 2850 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.768 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:33.430465+0000 mon.a (mon.0) 2851 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.768 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:33.432221+0000 mon.a (mon.0) 2852 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.768 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:33.432796+0000 mon.a (mon.0) 2853 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.768 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:33.438697+0000 mon.a (mon.0) 2854 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.768 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:33.479082+0000 mon.a (mon.0) 2855 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.768 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:33.480836+0000 mon.a (mon.0) 2856 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.768 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:33.483105+0000 mon.a (mon.0) 2857 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.768 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:33.484034+0000 mon.a (mon.0) 2858 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.768 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[18692]: audit 2024-03-30T04:41:33.490931+0000 mon.a (mon.0) 2859 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: cluster 2024-03-30T04:41:32.127561+0000 mgr.y (mgr.25279) 912 : cluster [DBG] pgmap v595: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:41:33.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: cluster 2024-03-30T04:41:32.128263+0000 mgr.y (mgr.25279) 913 : cluster [DBG] pgmap v596: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 643 B/s rd, 0 op/s 2024-03-30T04:41:33.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: cephadm 2024-03-30T04:41:32.138248+0000 mgr.y (mgr.25279) 914 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:33.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: cephadm 2024-03-30T04:41:32.235366+0000 mgr.y (mgr.25279) 915 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:33.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: cluster 2024-03-30T04:41:32.255140+0000 mgr.y (mgr.25279) 916 : cluster [DBG] pgmap v597: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 841 B/s rd, 0 op/s 2024-03-30T04:41:33.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: cluster 2024-03-30T04:41:32.255589+0000 mgr.y (mgr.25279) 917 : cluster [DBG] pgmap v598: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:41:33.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: cephadm 2024-03-30T04:41:32.266098+0000 mgr.y (mgr.25279) 918 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:33.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: cephadm 2024-03-30T04:41:32.360162+0000 mgr.y (mgr.25279) 919 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:33.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: cluster 2024-03-30T04:41:32.366829+0000 mgr.y (mgr.25279) 920 : cluster [DBG] pgmap v599: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:41:33.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: cluster 2024-03-30T04:41:32.367418+0000 mgr.y (mgr.25279) 921 : cluster [DBG] pgmap v600: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:33.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: cephadm 2024-03-30T04:41:32.377670+0000 mgr.y (mgr.25279) 922 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:33.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: cephadm 2024-03-30T04:41:32.474761+0000 mgr.y (mgr.25279) 923 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:33.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: cluster 2024-03-30T04:41:32.481494+0000 mgr.y (mgr.25279) 924 : cluster [DBG] pgmap v601: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:33.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: cluster 2024-03-30T04:41:32.481792+0000 mgr.y (mgr.25279) 925 : cluster [DBG] pgmap v602: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:33.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: cephadm 2024-03-30T04:41:32.489424+0000 mgr.y (mgr.25279) 926 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:33.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:32.564394+0000 mon.a (mon.0) 2785 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:32.566906+0000 mon.a (mon.0) 2786 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: cephadm 2024-03-30T04:41:32.567836+0000 mgr.y (mgr.25279) 927 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:33.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:32.569426+0000 mon.a (mon.0) 2787 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: cluster 2024-03-30T04:41:32.127561+0000 mgr.y (mgr.25279) 912 : cluster [DBG] pgmap v595: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:41:33.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: cluster 2024-03-30T04:41:32.128263+0000 mgr.y (mgr.25279) 913 : cluster [DBG] pgmap v596: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 643 B/s rd, 0 op/s 2024-03-30T04:41:33.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: cephadm 2024-03-30T04:41:32.138248+0000 mgr.y (mgr.25279) 914 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:33.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: cephadm 2024-03-30T04:41:32.235366+0000 mgr.y (mgr.25279) 915 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:33.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: cluster 2024-03-30T04:41:32.255140+0000 mgr.y (mgr.25279) 916 : cluster [DBG] pgmap v597: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 841 B/s rd, 0 op/s 2024-03-30T04:41:33.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: cluster 2024-03-30T04:41:32.255589+0000 mgr.y (mgr.25279) 917 : cluster [DBG] pgmap v598: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:41:33.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: cephadm 2024-03-30T04:41:32.266098+0000 mgr.y (mgr.25279) 918 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:33.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: cephadm 2024-03-30T04:41:32.360162+0000 mgr.y (mgr.25279) 919 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:33.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: cluster 2024-03-30T04:41:32.366829+0000 mgr.y (mgr.25279) 920 : cluster [DBG] pgmap v599: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:41:33.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: cluster 2024-03-30T04:41:32.367418+0000 mgr.y (mgr.25279) 921 : cluster [DBG] pgmap v600: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:33.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: cephadm 2024-03-30T04:41:32.377670+0000 mgr.y (mgr.25279) 922 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:33.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: cephadm 2024-03-30T04:41:32.474761+0000 mgr.y (mgr.25279) 923 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:33.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: cluster 2024-03-30T04:41:32.481494+0000 mgr.y (mgr.25279) 924 : cluster [DBG] pgmap v601: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:33.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: cluster 2024-03-30T04:41:32.481792+0000 mgr.y (mgr.25279) 925 : cluster [DBG] pgmap v602: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:33.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: cephadm 2024-03-30T04:41:32.489424+0000 mgr.y (mgr.25279) 926 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:33.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:32.564394+0000 mon.a (mon.0) 2785 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:32.566906+0000 mon.a (mon.0) 2786 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: cephadm 2024-03-30T04:41:32.567836+0000 mgr.y (mgr.25279) 927 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:33.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:32.569426+0000 mon.a (mon.0) 2787 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:32.570365+0000 mon.a (mon.0) 2788 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: cluster 2024-03-30T04:41:32.571876+0000 mgr.y (mgr.25279) 928 : cluster [DBG] pgmap v603: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:33.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: cluster 2024-03-30T04:41:32.572092+0000 mgr.y (mgr.25279) 929 : cluster [DBG] pgmap v604: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:33.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:32.579997+0000 mon.a (mon.0) 2789 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: cephadm 2024-03-30T04:41:32.580470+0000 mgr.y (mgr.25279) 930 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:33.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:32.637986+0000 mon.a (mon.0) 2790 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:32.639908+0000 mon.a (mon.0) 2791 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: cephadm 2024-03-30T04:41:32.640579+0000 mgr.y (mgr.25279) 931 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:33.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:32.641980+0000 mon.a (mon.0) 2792 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:32.642727+0000 mon.a (mon.0) 2793 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: cluster 2024-03-30T04:41:32.644081+0000 mgr.y (mgr.25279) 932 : cluster [DBG] pgmap v605: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:33.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: cluster 2024-03-30T04:41:32.644327+0000 mgr.y (mgr.25279) 933 : cluster [DBG] pgmap v606: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:33.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:32.648814+0000 mon.a (mon.0) 2794 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: cephadm 2024-03-30T04:41:32.649357+0000 mgr.y (mgr.25279) 934 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:33.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:32.712936+0000 mon.a (mon.0) 2795 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:32.715818+0000 mon.a (mon.0) 2796 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: cephadm 2024-03-30T04:41:32.716546+0000 mgr.y (mgr.25279) 935 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:33.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:32.718463+0000 mon.a (mon.0) 2797 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:32.719196+0000 mon.a (mon.0) 2798 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: cluster 2024-03-30T04:41:32.720573+0000 mgr.y (mgr.25279) 936 : cluster [DBG] pgmap v607: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:33.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: cluster 2024-03-30T04:41:32.720824+0000 mgr.y (mgr.25279) 937 : cluster [DBG] pgmap v608: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:33.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:32.726101+0000 mon.a (mon.0) 2799 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: cephadm 2024-03-30T04:41:32.726586+0000 mgr.y (mgr.25279) 938 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:33.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:32.768252+0000 mon.a (mon.0) 2800 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:32.770349+0000 mon.a (mon.0) 2801 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:32.772538+0000 mon.a (mon.0) 2802 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:32.773307+0000 mon.a (mon.0) 2803 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:32.780265+0000 mon.a (mon.0) 2804 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:32.827935+0000 mon.a (mon.0) 2805 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:32.830546+0000 mon.a (mon.0) 2806 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:32.832793+0000 mon.a (mon.0) 2807 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:32.833564+0000 mon.a (mon.0) 2808 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:32.840038+0000 mon.a (mon.0) 2809 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:32.898152+0000 mon.a (mon.0) 2810 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:32.900380+0000 mon.a (mon.0) 2811 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:32.902670+0000 mon.a (mon.0) 2812 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:32.903456+0000 mon.a (mon.0) 2813 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:32.912967+0000 mon.a (mon.0) 2814 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:32.961594+0000 mon.a (mon.0) 2815 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:32.963998+0000 mon.a (mon.0) 2816 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:32.570365+0000 mon.a (mon.0) 2788 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: cluster 2024-03-30T04:41:32.571876+0000 mgr.y (mgr.25279) 928 : cluster [DBG] pgmap v603: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:33.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: cluster 2024-03-30T04:41:32.572092+0000 mgr.y (mgr.25279) 929 : cluster [DBG] pgmap v604: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:33.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:32.579997+0000 mon.a (mon.0) 2789 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: cephadm 2024-03-30T04:41:32.580470+0000 mgr.y (mgr.25279) 930 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:33.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:32.637986+0000 mon.a (mon.0) 2790 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:32.639908+0000 mon.a (mon.0) 2791 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: cephadm 2024-03-30T04:41:32.640579+0000 mgr.y (mgr.25279) 931 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:33.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:32.641980+0000 mon.a (mon.0) 2792 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:32.642727+0000 mon.a (mon.0) 2793 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: cluster 2024-03-30T04:41:32.644081+0000 mgr.y (mgr.25279) 932 : cluster [DBG] pgmap v605: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:33.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: cluster 2024-03-30T04:41:32.644327+0000 mgr.y (mgr.25279) 933 : cluster [DBG] pgmap v606: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:33.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:32.648814+0000 mon.a (mon.0) 2794 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: cephadm 2024-03-30T04:41:32.649357+0000 mgr.y (mgr.25279) 934 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:33.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:32.712936+0000 mon.a (mon.0) 2795 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:32.715818+0000 mon.a (mon.0) 2796 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: cephadm 2024-03-30T04:41:32.716546+0000 mgr.y (mgr.25279) 935 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:33.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:32.718463+0000 mon.a (mon.0) 2797 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:32.719196+0000 mon.a (mon.0) 2798 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: cluster 2024-03-30T04:41:32.720573+0000 mgr.y (mgr.25279) 936 : cluster [DBG] pgmap v607: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:33.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:32.966908+0000 mon.a (mon.0) 2817 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:32.967687+0000 mon.a (mon.0) 2818 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:32.976071+0000 mon.a (mon.0) 2819 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:33.038096+0000 mon.a (mon.0) 2820 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:33.040222+0000 mon.a (mon.0) 2821 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:33.042202+0000 mon.a (mon.0) 2822 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:33.042887+0000 mon.a (mon.0) 2823 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:33.050750+0000 mon.a (mon.0) 2824 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:33.109159+0000 mon.a (mon.0) 2825 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:33.111105+0000 mon.a (mon.0) 2826 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:33.113029+0000 mon.a (mon.0) 2827 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:33.113702+0000 mon.a (mon.0) 2828 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:33.120222+0000 mon.a (mon.0) 2829 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:33.178922+0000 mon.a (mon.0) 2830 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:33.181427+0000 mon.a (mon.0) 2831 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:33.183691+0000 mon.a (mon.0) 2832 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:33.184457+0000 mon.a (mon.0) 2833 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:33.190987+0000 mon.a (mon.0) 2834 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:33.253323+0000 mon.a (mon.0) 2835 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: cluster 2024-03-30T04:41:32.720824+0000 mgr.y (mgr.25279) 937 : cluster [DBG] pgmap v608: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:33.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:32.726101+0000 mon.a (mon.0) 2799 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: cephadm 2024-03-30T04:41:32.726586+0000 mgr.y (mgr.25279) 938 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:33.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:32.768252+0000 mon.a (mon.0) 2800 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:32.770349+0000 mon.a (mon.0) 2801 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:32.772538+0000 mon.a (mon.0) 2802 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:32.773307+0000 mon.a (mon.0) 2803 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:32.780265+0000 mon.a (mon.0) 2804 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:32.827935+0000 mon.a (mon.0) 2805 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:32.830546+0000 mon.a (mon.0) 2806 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:32.832793+0000 mon.a (mon.0) 2807 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:32.833564+0000 mon.a (mon.0) 2808 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:32.840038+0000 mon.a (mon.0) 2809 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:32.898152+0000 mon.a (mon.0) 2810 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:32.900380+0000 mon.a (mon.0) 2811 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:32.902670+0000 mon.a (mon.0) 2812 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:32.903456+0000 mon.a (mon.0) 2813 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:32.912967+0000 mon.a (mon.0) 2814 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:32.961594+0000 mon.a (mon.0) 2815 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:32.963998+0000 mon.a (mon.0) 2816 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:33.255387+0000 mon.a (mon.0) 2836 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:33.257502+0000 mon.a (mon.0) 2837 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:33.258333+0000 mon.a (mon.0) 2838 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:33.265642+0000 mon.a (mon.0) 2839 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:33.308670+0000 mon.a (mon.0) 2840 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:33.310519+0000 mon.a (mon.0) 2841 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:33.312436+0000 mon.a (mon.0) 2842 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:33.313098+0000 mon.a (mon.0) 2843 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:33.320796+0000 mon.a (mon.0) 2844 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:33.378414+0000 mon.a (mon.0) 2845 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:33.380190+0000 mon.a (mon.0) 2846 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:33.381917+0000 mon.a (mon.0) 2847 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:33.382530+0000 mon.a (mon.0) 2848 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:33.388338+0000 mon.a (mon.0) 2849 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:33.428730+0000 mon.a (mon.0) 2850 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:33.430465+0000 mon.a (mon.0) 2851 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:33.432221+0000 mon.a (mon.0) 2852 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:33.432796+0000 mon.a (mon.0) 2853 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:33.438697+0000 mon.a (mon.0) 2854 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:33.479082+0000 mon.a (mon.0) 2855 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:33.480836+0000 mon.a (mon.0) 2856 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:33.483105+0000 mon.a (mon.0) 2857 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:33.484034+0000 mon.a (mon.0) 2858 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[18552]: audit 2024-03-30T04:41:33.490931+0000 mon.a (mon.0) 2859 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:32.966908+0000 mon.a (mon.0) 2817 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:32.967687+0000 mon.a (mon.0) 2818 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:32.976071+0000 mon.a (mon.0) 2819 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:33.038096+0000 mon.a (mon.0) 2820 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:33.040222+0000 mon.a (mon.0) 2821 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:33.042202+0000 mon.a (mon.0) 2822 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:33.042887+0000 mon.a (mon.0) 2823 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:33.050750+0000 mon.a (mon.0) 2824 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:33.109159+0000 mon.a (mon.0) 2825 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:33.111105+0000 mon.a (mon.0) 2826 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:33.113029+0000 mon.a (mon.0) 2827 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:33.113702+0000 mon.a (mon.0) 2828 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:33.120222+0000 mon.a (mon.0) 2829 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:33.178922+0000 mon.a (mon.0) 2830 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:33.181427+0000 mon.a (mon.0) 2831 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:33.183691+0000 mon.a (mon.0) 2832 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:33.184457+0000 mon.a (mon.0) 2833 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:33.190987+0000 mon.a (mon.0) 2834 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:33.253323+0000 mon.a (mon.0) 2835 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:33.255387+0000 mon.a (mon.0) 2836 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:33.257502+0000 mon.a (mon.0) 2837 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:33.258333+0000 mon.a (mon.0) 2838 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:33.265642+0000 mon.a (mon.0) 2839 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:33.308670+0000 mon.a (mon.0) 2840 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:33.310519+0000 mon.a (mon.0) 2841 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:33.312436+0000 mon.a (mon.0) 2842 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:33.313098+0000 mon.a (mon.0) 2843 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:33.320796+0000 mon.a (mon.0) 2844 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:33.378414+0000 mon.a (mon.0) 2845 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:33.380190+0000 mon.a (mon.0) 2846 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:33.381917+0000 mon.a (mon.0) 2847 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:33.382530+0000 mon.a (mon.0) 2848 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:33.388338+0000 mon.a (mon.0) 2849 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:33.428730+0000 mon.a (mon.0) 2850 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:33.430465+0000 mon.a (mon.0) 2851 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:33.432221+0000 mon.a (mon.0) 2852 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:33.432796+0000 mon.a (mon.0) 2853 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:33.438697+0000 mon.a (mon.0) 2854 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:33.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:33.479082+0000 mon.a (mon.0) 2855 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:33.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:33.480836+0000 mon.a (mon.0) 2856 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:33.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:33.483105+0000 mon.a (mon.0) 2857 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:33.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:33.484034+0000 mon.a (mon.0) 2858 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:33.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:33 smithi111 bash[24005]: audit 2024-03-30T04:41:33.490931+0000 mon.a (mon.0) 2859 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.133 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[58141]: debug 2024-03-30T04:41:33.836+0000 7fa982cd5700 1 -- 172.21.15.117:0/30038749 <== mon.2 v2:172.21.15.117:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5621619425a0 con 0x5621626c2400 2024-03-30T04:41:34.134 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:33 smithi117 bash[58141]: debug 2024-03-30T04:41:33.988+0000 7fa98cee4200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-30T04:41:34.167 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:41:34.167 INFO:teuthology.orchestra.run.smithi111.stdout: "mon": { 2024-03-30T04:41:34.167 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-30T04:41:34.167 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:41:34.167 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr": { 2024-03-30T04:41:34.167 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-03-30T04:41:34.167 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 1 2024-03-30T04:41:34.167 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:41:34.167 INFO:teuthology.orchestra.run.smithi111.stdout: "osd": { 2024-03-30T04:41:34.168 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-30T04:41:34.168 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:41:34.168 INFO:teuthology.orchestra.run.smithi111.stdout: "mds": {}, 2024-03-30T04:41:34.168 INFO:teuthology.orchestra.run.smithi111.stdout: "rgw": { 2024-03-30T04:41:34.168 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:41:34.168 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:41:34.168 INFO:teuthology.orchestra.run.smithi111.stdout: "overall": { 2024-03-30T04:41:34.168 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2024-03-30T04:41:34.168 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 1 2024-03-30T04:41:34.168 INFO:teuthology.orchestra.run.smithi111.stdout: } 2024-03-30T04:41:34.168 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:41:34.571 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:41:34.572 INFO:teuthology.orchestra.run.smithi111.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962", 2024-03-30T04:41:34.572 INFO:teuthology.orchestra.run.smithi111.stdout: "in_progress": true, 2024-03-30T04:41:34.572 INFO:teuthology.orchestra.run.smithi111.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:41:34.572 INFO:teuthology.orchestra.run.smithi111.stdout: "services_complete": [], 2024-03-30T04:41:34.572 INFO:teuthology.orchestra.run.smithi111.stdout: "progress": "", 2024-03-30T04:41:34.572 INFO:teuthology.orchestra.run.smithi111.stdout: "message": "Currently upgrading mgr daemons", 2024-03-30T04:41:34.572 INFO:teuthology.orchestra.run.smithi111.stdout: "is_paused": false 2024-03-30T04:41:34.572 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:41:34.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cephadm 2024-03-30T04:41:32.771200+0000 mgr.y (mgr.25279) 939 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cluster 2024-03-30T04:41:32.774692+0000 mgr.y (mgr.25279) 940 : cluster [DBG] pgmap v609: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cluster 2024-03-30T04:41:32.774918+0000 mgr.y (mgr.25279) 941 : cluster [DBG] pgmap v610: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cephadm 2024-03-30T04:41:32.780758+0000 mgr.y (mgr.25279) 942 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cephadm 2024-03-30T04:41:32.831369+0000 mgr.y (mgr.25279) 943 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cluster 2024-03-30T04:41:32.835043+0000 mgr.y (mgr.25279) 944 : cluster [DBG] pgmap v611: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cluster 2024-03-30T04:41:32.835288+0000 mgr.y (mgr.25279) 945 : cluster [DBG] pgmap v612: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cephadm 2024-03-30T04:41:32.840529+0000 mgr.y (mgr.25279) 946 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:32.860210+0000 mgr.y (mgr.25279) 947 : audit [DBG] from='client.25399 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:34.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cephadm 2024-03-30T04:41:32.901208+0000 mgr.y (mgr.25279) 948 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cluster 2024-03-30T04:41:32.904933+0000 mgr.y (mgr.25279) 949 : cluster [DBG] pgmap v613: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cluster 2024-03-30T04:41:32.905173+0000 mgr.y (mgr.25279) 950 : cluster [DBG] pgmap v614: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cephadm 2024-03-30T04:41:32.913436+0000 mgr.y (mgr.25279) 951 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cephadm 2024-03-30T04:41:32.964871+0000 mgr.y (mgr.25279) 952 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cluster 2024-03-30T04:41:32.969105+0000 mgr.y (mgr.25279) 953 : cluster [DBG] pgmap v615: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cluster 2024-03-30T04:41:32.969324+0000 mgr.y (mgr.25279) 954 : cluster [DBG] pgmap v616: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cephadm 2024-03-30T04:41:32.976630+0000 mgr.y (mgr.25279) 955 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cephadm 2024-03-30T04:41:33.040907+0000 mgr.y (mgr.25279) 956 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cluster 2024-03-30T04:41:33.044131+0000 mgr.y (mgr.25279) 957 : cluster [DBG] pgmap v617: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cluster 2024-03-30T04:41:33.044331+0000 mgr.y (mgr.25279) 958 : cluster [DBG] pgmap v618: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cephadm 2024-03-30T04:41:32.771200+0000 mgr.y (mgr.25279) 939 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cluster 2024-03-30T04:41:32.774692+0000 mgr.y (mgr.25279) 940 : cluster [DBG] pgmap v609: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cluster 2024-03-30T04:41:32.774918+0000 mgr.y (mgr.25279) 941 : cluster [DBG] pgmap v610: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cephadm 2024-03-30T04:41:32.780758+0000 mgr.y (mgr.25279) 942 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cephadm 2024-03-30T04:41:32.831369+0000 mgr.y (mgr.25279) 943 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cluster 2024-03-30T04:41:32.835043+0000 mgr.y (mgr.25279) 944 : cluster [DBG] pgmap v611: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cluster 2024-03-30T04:41:32.835288+0000 mgr.y (mgr.25279) 945 : cluster [DBG] pgmap v612: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cephadm 2024-03-30T04:41:32.840529+0000 mgr.y (mgr.25279) 946 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:32.860210+0000 mgr.y (mgr.25279) 947 : audit [DBG] from='client.25399 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:34.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cephadm 2024-03-30T04:41:32.901208+0000 mgr.y (mgr.25279) 948 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cluster 2024-03-30T04:41:32.904933+0000 mgr.y (mgr.25279) 949 : cluster [DBG] pgmap v613: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cluster 2024-03-30T04:41:32.905173+0000 mgr.y (mgr.25279) 950 : cluster [DBG] pgmap v614: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cephadm 2024-03-30T04:41:32.913436+0000 mgr.y (mgr.25279) 951 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cephadm 2024-03-30T04:41:32.964871+0000 mgr.y (mgr.25279) 952 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cluster 2024-03-30T04:41:32.969105+0000 mgr.y (mgr.25279) 953 : cluster [DBG] pgmap v615: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cluster 2024-03-30T04:41:32.969324+0000 mgr.y (mgr.25279) 954 : cluster [DBG] pgmap v616: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cephadm 2024-03-30T04:41:32.976630+0000 mgr.y (mgr.25279) 955 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cephadm 2024-03-30T04:41:33.040907+0000 mgr.y (mgr.25279) 956 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cluster 2024-03-30T04:41:33.044131+0000 mgr.y (mgr.25279) 957 : cluster [DBG] pgmap v617: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cluster 2024-03-30T04:41:33.044331+0000 mgr.y (mgr.25279) 958 : cluster [DBG] pgmap v618: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cephadm 2024-03-30T04:41:33.051234+0000 mgr.y (mgr.25279) 959 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cephadm 2024-03-30T04:41:33.111742+0000 mgr.y (mgr.25279) 960 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cluster 2024-03-30T04:41:33.114934+0000 mgr.y (mgr.25279) 961 : cluster [DBG] pgmap v619: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cluster 2024-03-30T04:41:33.115151+0000 mgr.y (mgr.25279) 962 : cluster [DBG] pgmap v620: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cephadm 2024-03-30T04:41:33.120608+0000 mgr.y (mgr.25279) 963 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cephadm 2024-03-30T04:41:33.182242+0000 mgr.y (mgr.25279) 964 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cluster 2024-03-30T04:41:33.185983+0000 mgr.y (mgr.25279) 965 : cluster [DBG] pgmap v621: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cluster 2024-03-30T04:41:33.186294+0000 mgr.y (mgr.25279) 966 : cluster [DBG] pgmap v622: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cephadm 2024-03-30T04:41:33.191676+0000 mgr.y (mgr.25279) 967 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:33.254279+0000 mgr.y (mgr.25279) 968 : audit [DBG] from='client.15483 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:34.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cephadm 2024-03-30T04:41:33.256118+0000 mgr.y (mgr.25279) 969 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cluster 2024-03-30T04:41:33.259933+0000 mgr.y (mgr.25279) 970 : cluster [DBG] pgmap v623: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cluster 2024-03-30T04:41:33.260251+0000 mgr.y (mgr.25279) 971 : cluster [DBG] pgmap v624: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cephadm 2024-03-30T04:41:33.266754+0000 mgr.y (mgr.25279) 972 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cephadm 2024-03-30T04:41:33.311145+0000 mgr.y (mgr.25279) 973 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cluster 2024-03-30T04:41:33.314369+0000 mgr.y (mgr.25279) 974 : cluster [DBG] pgmap v625: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cluster 2024-03-30T04:41:33.314637+0000 mgr.y (mgr.25279) 975 : cluster [DBG] pgmap v626: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cephadm 2024-03-30T04:41:33.321206+0000 mgr.y (mgr.25279) 976 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cephadm 2024-03-30T04:41:33.380799+0000 mgr.y (mgr.25279) 977 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cluster 2024-03-30T04:41:33.383741+0000 mgr.y (mgr.25279) 978 : cluster [DBG] pgmap v627: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cluster 2024-03-30T04:41:33.383972+0000 mgr.y (mgr.25279) 979 : cluster [DBG] pgmap v628: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cephadm 2024-03-30T04:41:33.051234+0000 mgr.y (mgr.25279) 959 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cephadm 2024-03-30T04:41:33.111742+0000 mgr.y (mgr.25279) 960 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cluster 2024-03-30T04:41:33.114934+0000 mgr.y (mgr.25279) 961 : cluster [DBG] pgmap v619: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cluster 2024-03-30T04:41:33.115151+0000 mgr.y (mgr.25279) 962 : cluster [DBG] pgmap v620: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cephadm 2024-03-30T04:41:33.120608+0000 mgr.y (mgr.25279) 963 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cephadm 2024-03-30T04:41:33.182242+0000 mgr.y (mgr.25279) 964 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cluster 2024-03-30T04:41:33.185983+0000 mgr.y (mgr.25279) 965 : cluster [DBG] pgmap v621: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cluster 2024-03-30T04:41:33.186294+0000 mgr.y (mgr.25279) 966 : cluster [DBG] pgmap v622: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cephadm 2024-03-30T04:41:33.191676+0000 mgr.y (mgr.25279) 967 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:33.254279+0000 mgr.y (mgr.25279) 968 : audit [DBG] from='client.15483 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:34.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cephadm 2024-03-30T04:41:33.256118+0000 mgr.y (mgr.25279) 969 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cluster 2024-03-30T04:41:33.259933+0000 mgr.y (mgr.25279) 970 : cluster [DBG] pgmap v623: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cluster 2024-03-30T04:41:33.260251+0000 mgr.y (mgr.25279) 971 : cluster [DBG] pgmap v624: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cephadm 2024-03-30T04:41:33.266754+0000 mgr.y (mgr.25279) 972 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cephadm 2024-03-30T04:41:33.311145+0000 mgr.y (mgr.25279) 973 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cluster 2024-03-30T04:41:33.314369+0000 mgr.y (mgr.25279) 974 : cluster [DBG] pgmap v625: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cluster 2024-03-30T04:41:33.314637+0000 mgr.y (mgr.25279) 975 : cluster [DBG] pgmap v626: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cephadm 2024-03-30T04:41:33.321206+0000 mgr.y (mgr.25279) 976 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cephadm 2024-03-30T04:41:33.380799+0000 mgr.y (mgr.25279) 977 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cluster 2024-03-30T04:41:33.383741+0000 mgr.y (mgr.25279) 978 : cluster [DBG] pgmap v627: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cluster 2024-03-30T04:41:33.383972+0000 mgr.y (mgr.25279) 979 : cluster [DBG] pgmap v628: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cephadm 2024-03-30T04:41:33.388713+0000 mgr.y (mgr.25279) 980 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cephadm 2024-03-30T04:41:33.431107+0000 mgr.y (mgr.25279) 981 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cluster 2024-03-30T04:41:33.434094+0000 mgr.y (mgr.25279) 982 : cluster [DBG] pgmap v629: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cluster 2024-03-30T04:41:33.434323+0000 mgr.y (mgr.25279) 983 : cluster [DBG] pgmap v630: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cephadm 2024-03-30T04:41:33.439093+0000 mgr.y (mgr.25279) 984 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cephadm 2024-03-30T04:41:33.481462+0000 mgr.y (mgr.25279) 985 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cluster 2024-03-30T04:41:33.485634+0000 mgr.y (mgr.25279) 986 : cluster [DBG] pgmap v631: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cluster 2024-03-30T04:41:33.485995+0000 mgr.y (mgr.25279) 987 : cluster [DBG] pgmap v632: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cephadm 2024-03-30T04:41:33.491344+0000 mgr.y (mgr.25279) 988 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:33.555316+0000 mon.a (mon.0) 2860 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:33.557320+0000 mon.a (mon.0) 2861 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cephadm 2024-03-30T04:41:33.557926+0000 mgr.y (mgr.25279) 989 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:33.559198+0000 mon.a (mon.0) 2862 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:33.559788+0000 mon.a (mon.0) 2863 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cluster 2024-03-30T04:41:33.560989+0000 mgr.y (mgr.25279) 990 : cluster [DBG] pgmap v633: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cluster 2024-03-30T04:41:33.561186+0000 mgr.y (mgr.25279) 991 : cluster [DBG] pgmap v634: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:33.565242+0000 mon.a (mon.0) 2864 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cephadm 2024-03-30T04:41:33.565649+0000 mgr.y (mgr.25279) 992 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:33.622563+0000 mon.a (mon.0) 2865 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:33.624499+0000 mon.a (mon.0) 2866 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cephadm 2024-03-30T04:41:33.625241+0000 mgr.y (mgr.25279) 993 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cephadm 2024-03-30T04:41:33.388713+0000 mgr.y (mgr.25279) 980 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cephadm 2024-03-30T04:41:33.431107+0000 mgr.y (mgr.25279) 981 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cluster 2024-03-30T04:41:33.434094+0000 mgr.y (mgr.25279) 982 : cluster [DBG] pgmap v629: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cluster 2024-03-30T04:41:33.434323+0000 mgr.y (mgr.25279) 983 : cluster [DBG] pgmap v630: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cephadm 2024-03-30T04:41:33.439093+0000 mgr.y (mgr.25279) 984 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cephadm 2024-03-30T04:41:33.481462+0000 mgr.y (mgr.25279) 985 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cluster 2024-03-30T04:41:33.485634+0000 mgr.y (mgr.25279) 986 : cluster [DBG] pgmap v631: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cluster 2024-03-30T04:41:33.485995+0000 mgr.y (mgr.25279) 987 : cluster [DBG] pgmap v632: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cephadm 2024-03-30T04:41:33.491344+0000 mgr.y (mgr.25279) 988 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:33.555316+0000 mon.a (mon.0) 2860 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:33.557320+0000 mon.a (mon.0) 2861 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cephadm 2024-03-30T04:41:33.557926+0000 mgr.y (mgr.25279) 989 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:33.559198+0000 mon.a (mon.0) 2862 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:33.559788+0000 mon.a (mon.0) 2863 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cluster 2024-03-30T04:41:33.560989+0000 mgr.y (mgr.25279) 990 : cluster [DBG] pgmap v633: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cluster 2024-03-30T04:41:33.561186+0000 mgr.y (mgr.25279) 991 : cluster [DBG] pgmap v634: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:33.565242+0000 mon.a (mon.0) 2864 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cephadm 2024-03-30T04:41:33.565649+0000 mgr.y (mgr.25279) 992 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:33.622563+0000 mon.a (mon.0) 2865 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:33.624499+0000 mon.a (mon.0) 2866 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cephadm 2024-03-30T04:41:33.625241+0000 mgr.y (mgr.25279) 993 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:33.626553+0000 mon.a (mon.0) 2867 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:33.627302+0000 mon.a (mon.0) 2868 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cluster 2024-03-30T04:41:33.628613+0000 mgr.y (mgr.25279) 994 : cluster [DBG] pgmap v635: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cluster 2024-03-30T04:41:33.628806+0000 mgr.y (mgr.25279) 995 : cluster [DBG] pgmap v636: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:33.635210+0000 mon.a (mon.0) 2869 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cephadm 2024-03-30T04:41:33.635649+0000 mgr.y (mgr.25279) 996 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:33.637897+0000 mgr.y (mgr.25279) 997 : audit [DBG] from='client.25411 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:34.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:33.714469+0000 mon.a (mon.0) 2870 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:33.716516+0000 mon.a (mon.0) 2871 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cephadm 2024-03-30T04:41:33.717271+0000 mgr.y (mgr.25279) 998 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:33.718577+0000 mon.a (mon.0) 2872 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:33.719964+0000 mon.a (mon.0) 2873 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cluster 2024-03-30T04:41:33.721337+0000 mgr.y (mgr.25279) 999 : cluster [DBG] pgmap v637: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cluster 2024-03-30T04:41:33.721548+0000 mgr.y (mgr.25279) 1000 : cluster [DBG] pgmap v638: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:33.727866+0000 mon.a (mon.0) 2874 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: cephadm 2024-03-30T04:41:33.728294+0000 mgr.y (mgr.25279) 1001 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:33.770059+0000 mon.a (mon.0) 2875 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:33.772095+0000 mon.a (mon.0) 2876 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:33.773827+0000 mon.a (mon.0) 2877 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:33.626553+0000 mon.a (mon.0) 2867 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:33.627302+0000 mon.a (mon.0) 2868 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cluster 2024-03-30T04:41:33.628613+0000 mgr.y (mgr.25279) 994 : cluster [DBG] pgmap v635: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cluster 2024-03-30T04:41:33.628806+0000 mgr.y (mgr.25279) 995 : cluster [DBG] pgmap v636: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:33.635210+0000 mon.a (mon.0) 2869 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cephadm 2024-03-30T04:41:33.635649+0000 mgr.y (mgr.25279) 996 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:33.637897+0000 mgr.y (mgr.25279) 997 : audit [DBG] from='client.25411 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:34.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:33.714469+0000 mon.a (mon.0) 2870 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:33.716516+0000 mon.a (mon.0) 2871 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cephadm 2024-03-30T04:41:33.717271+0000 mgr.y (mgr.25279) 998 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:33.718577+0000 mon.a (mon.0) 2872 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:33.719964+0000 mon.a (mon.0) 2873 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cluster 2024-03-30T04:41:33.721337+0000 mgr.y (mgr.25279) 999 : cluster [DBG] pgmap v637: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cluster 2024-03-30T04:41:33.721548+0000 mgr.y (mgr.25279) 1000 : cluster [DBG] pgmap v638: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:33.727866+0000 mon.a (mon.0) 2874 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: cephadm 2024-03-30T04:41:33.728294+0000 mgr.y (mgr.25279) 1001 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:33.770059+0000 mon.a (mon.0) 2875 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:33.772095+0000 mon.a (mon.0) 2876 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:33.773827+0000 mon.a (mon.0) 2877 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:33.774409+0000 mon.a (mon.0) 2878 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:33.782106+0000 mon.a (mon.0) 2879 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:33.824007+0000 mon.a (mon.0) 2880 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:33.826181+0000 mon.a (mon.0) 2881 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:33.827969+0000 mon.a (mon.0) 2882 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:33.828579+0000 mon.a (mon.0) 2883 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:33.836540+0000 mon.a (mon.0) 2884 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:33.883028+0000 mon.a (mon.0) 2885 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:33.885355+0000 mon.a (mon.0) 2886 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:33.887439+0000 mon.a (mon.0) 2887 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:33.888134+0000 mon.a (mon.0) 2888 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:33.896651+0000 mon.a (mon.0) 2889 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:33.974152+0000 mon.a (mon.0) 2890 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:33.976277+0000 mon.a (mon.0) 2891 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:33.978353+0000 mon.a (mon.0) 2892 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:33.979038+0000 mon.a (mon.0) 2893 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:33.986725+0000 mon.a (mon.0) 2894 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:34.045536+0000 mon.a (mon.0) 2895 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:34.047371+0000 mon.a (mon.0) 2896 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:33.774409+0000 mon.a (mon.0) 2878 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:33.782106+0000 mon.a (mon.0) 2879 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:33.824007+0000 mon.a (mon.0) 2880 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:33.826181+0000 mon.a (mon.0) 2881 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:33.827969+0000 mon.a (mon.0) 2882 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:33.828579+0000 mon.a (mon.0) 2883 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:33.836540+0000 mon.a (mon.0) 2884 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:33.883028+0000 mon.a (mon.0) 2885 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:33.885355+0000 mon.a (mon.0) 2886 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:33.887439+0000 mon.a (mon.0) 2887 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:33.888134+0000 mon.a (mon.0) 2888 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:33.896651+0000 mon.a (mon.0) 2889 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:33.974152+0000 mon.a (mon.0) 2890 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:33.976277+0000 mon.a (mon.0) 2891 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:33.978353+0000 mon.a (mon.0) 2892 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:33.979038+0000 mon.a (mon.0) 2893 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:33.986725+0000 mon.a (mon.0) 2894 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:34.045536+0000 mon.a (mon.0) 2895 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:34.047371+0000 mon.a (mon.0) 2896 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:34.049984+0000 mon.a (mon.0) 2897 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:34.050736+0000 mon.a (mon.0) 2898 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:34.058658+0000 mon.a (mon.0) 2899 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:34.121533+0000 mon.a (mon.0) 2900 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:34.123664+0000 mon.a (mon.0) 2901 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:34.125833+0000 mon.a (mon.0) 2902 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:34.126558+0000 mon.a (mon.0) 2903 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:34.136525+0000 mon.a (mon.0) 2904 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:34.174610+0000 mon.c (mon.1) 57 : audit [DBG] from='client.? 172.21.15.111:0/3751270107' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:34.179997+0000 mon.a (mon.0) 2905 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:34.181974+0000 mon.a (mon.0) 2906 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:34.184037+0000 mon.a (mon.0) 2907 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:34.184775+0000 mon.a (mon.0) 2908 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:34.193311+0000 mon.a (mon.0) 2909 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:34.234914+0000 mon.a (mon.0) 2910 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:34.236729+0000 mon.a (mon.0) 2911 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:34.238684+0000 mon.a (mon.0) 2912 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:34.239305+0000 mon.a (mon.0) 2913 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:34.247749+0000 mon.a (mon.0) 2914 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:34.289764+0000 mon.a (mon.0) 2915 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:34.049984+0000 mon.a (mon.0) 2897 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:34.050736+0000 mon.a (mon.0) 2898 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:34.058658+0000 mon.a (mon.0) 2899 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:34.121533+0000 mon.a (mon.0) 2900 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:34.123664+0000 mon.a (mon.0) 2901 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:34.125833+0000 mon.a (mon.0) 2902 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:34.126558+0000 mon.a (mon.0) 2903 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:34.136525+0000 mon.a (mon.0) 2904 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:34.174610+0000 mon.c (mon.1) 57 : audit [DBG] from='client.? 172.21.15.111:0/3751270107' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:34.179997+0000 mon.a (mon.0) 2905 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:34.181974+0000 mon.a (mon.0) 2906 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:34.184037+0000 mon.a (mon.0) 2907 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:34.184775+0000 mon.a (mon.0) 2908 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:34.193311+0000 mon.a (mon.0) 2909 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:34.234914+0000 mon.a (mon.0) 2910 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:34.236729+0000 mon.a (mon.0) 2911 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:34.238684+0000 mon.a (mon.0) 2912 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:34.239305+0000 mon.a (mon.0) 2913 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:34.247749+0000 mon.a (mon.0) 2914 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:34.289764+0000 mon.a (mon.0) 2915 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:34.291838+0000 mon.a (mon.0) 2916 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:34.293889+0000 mon.a (mon.0) 2917 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:34.294742+0000 mon.a (mon.0) 2918 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:34.302652+0000 mon.a (mon.0) 2919 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:34.349546+0000 mon.a (mon.0) 2920 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:34.351746+0000 mon.a (mon.0) 2921 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:34.353789+0000 mon.a (mon.0) 2922 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:34.354464+0000 mon.a (mon.0) 2923 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:34.360370+0000 mon.a (mon.0) 2924 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:34.401233+0000 mon.a (mon.0) 2925 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:34.403039+0000 mon.a (mon.0) 2926 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:34.404771+0000 mon.a (mon.0) 2927 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:34.405476+0000 mon.a (mon.0) 2928 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:34.412402+0000 mon.a (mon.0) 2929 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:34.458443+0000 mon.a (mon.0) 2930 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:34.460800+0000 mon.a (mon.0) 2931 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:34.462974+0000 mon.a (mon.0) 2932 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:34.463763+0000 mon.a (mon.0) 2933 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[18552]: audit 2024-03-30T04:41:34.470615+0000 mon.a (mon.0) 2934 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:34.291838+0000 mon.a (mon.0) 2916 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:34.293889+0000 mon.a (mon.0) 2917 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:34.294742+0000 mon.a (mon.0) 2918 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:34.302652+0000 mon.a (mon.0) 2919 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:34.349546+0000 mon.a (mon.0) 2920 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:34.351746+0000 mon.a (mon.0) 2921 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:34.353789+0000 mon.a (mon.0) 2922 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:34.354464+0000 mon.a (mon.0) 2923 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:34.360370+0000 mon.a (mon.0) 2924 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:34.401233+0000 mon.a (mon.0) 2925 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:34.403039+0000 mon.a (mon.0) 2926 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:34.404771+0000 mon.a (mon.0) 2927 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:34.405476+0000 mon.a (mon.0) 2928 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:34.412402+0000 mon.a (mon.0) 2929 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:34.458443+0000 mon.a (mon.0) 2930 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:34.460800+0000 mon.a (mon.0) 2931 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.891 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:34.462974+0000 mon.a (mon.0) 2932 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.891 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:34.463763+0000 mon.a (mon.0) 2933 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.891 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:34 smithi111 bash[24005]: audit 2024-03-30T04:41:34.470615+0000 mon.a (mon.0) 2934 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cephadm 2024-03-30T04:41:32.771200+0000 mgr.y (mgr.25279) 939 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cluster 2024-03-30T04:41:32.774692+0000 mgr.y (mgr.25279) 940 : cluster [DBG] pgmap v609: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cluster 2024-03-30T04:41:32.774918+0000 mgr.y (mgr.25279) 941 : cluster [DBG] pgmap v610: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cephadm 2024-03-30T04:41:32.780758+0000 mgr.y (mgr.25279) 942 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cephadm 2024-03-30T04:41:32.831369+0000 mgr.y (mgr.25279) 943 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cluster 2024-03-30T04:41:32.835043+0000 mgr.y (mgr.25279) 944 : cluster [DBG] pgmap v611: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cluster 2024-03-30T04:41:32.835288+0000 mgr.y (mgr.25279) 945 : cluster [DBG] pgmap v612: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cephadm 2024-03-30T04:41:32.840529+0000 mgr.y (mgr.25279) 946 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:32.860210+0000 mgr.y (mgr.25279) 947 : audit [DBG] from='client.25399 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:34.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cephadm 2024-03-30T04:41:32.901208+0000 mgr.y (mgr.25279) 948 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cluster 2024-03-30T04:41:32.904933+0000 mgr.y (mgr.25279) 949 : cluster [DBG] pgmap v613: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cluster 2024-03-30T04:41:32.905173+0000 mgr.y (mgr.25279) 950 : cluster [DBG] pgmap v614: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cephadm 2024-03-30T04:41:32.913436+0000 mgr.y (mgr.25279) 951 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cephadm 2024-03-30T04:41:32.964871+0000 mgr.y (mgr.25279) 952 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cluster 2024-03-30T04:41:32.969105+0000 mgr.y (mgr.25279) 953 : cluster [DBG] pgmap v615: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cluster 2024-03-30T04:41:32.969324+0000 mgr.y (mgr.25279) 954 : cluster [DBG] pgmap v616: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cephadm 2024-03-30T04:41:32.976630+0000 mgr.y (mgr.25279) 955 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cephadm 2024-03-30T04:41:33.040907+0000 mgr.y (mgr.25279) 956 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cluster 2024-03-30T04:41:33.044131+0000 mgr.y (mgr.25279) 957 : cluster [DBG] pgmap v617: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cluster 2024-03-30T04:41:33.044331+0000 mgr.y (mgr.25279) 958 : cluster [DBG] pgmap v618: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cephadm 2024-03-30T04:41:33.051234+0000 mgr.y (mgr.25279) 959 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cephadm 2024-03-30T04:41:33.111742+0000 mgr.y (mgr.25279) 960 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cluster 2024-03-30T04:41:33.114934+0000 mgr.y (mgr.25279) 961 : cluster [DBG] pgmap v619: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cluster 2024-03-30T04:41:33.115151+0000 mgr.y (mgr.25279) 962 : cluster [DBG] pgmap v620: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cephadm 2024-03-30T04:41:33.120608+0000 mgr.y (mgr.25279) 963 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cephadm 2024-03-30T04:41:33.182242+0000 mgr.y (mgr.25279) 964 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cluster 2024-03-30T04:41:33.185983+0000 mgr.y (mgr.25279) 965 : cluster [DBG] pgmap v621: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cluster 2024-03-30T04:41:33.186294+0000 mgr.y (mgr.25279) 966 : cluster [DBG] pgmap v622: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cephadm 2024-03-30T04:41:33.191676+0000 mgr.y (mgr.25279) 967 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:33.254279+0000 mgr.y (mgr.25279) 968 : audit [DBG] from='client.15483 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:34.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cephadm 2024-03-30T04:41:33.256118+0000 mgr.y (mgr.25279) 969 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cluster 2024-03-30T04:41:33.259933+0000 mgr.y (mgr.25279) 970 : cluster [DBG] pgmap v623: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cluster 2024-03-30T04:41:33.260251+0000 mgr.y (mgr.25279) 971 : cluster [DBG] pgmap v624: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cephadm 2024-03-30T04:41:33.266754+0000 mgr.y (mgr.25279) 972 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cephadm 2024-03-30T04:41:33.311145+0000 mgr.y (mgr.25279) 973 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cluster 2024-03-30T04:41:33.314369+0000 mgr.y (mgr.25279) 974 : cluster [DBG] pgmap v625: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cluster 2024-03-30T04:41:33.314637+0000 mgr.y (mgr.25279) 975 : cluster [DBG] pgmap v626: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cephadm 2024-03-30T04:41:33.321206+0000 mgr.y (mgr.25279) 976 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cephadm 2024-03-30T04:41:33.380799+0000 mgr.y (mgr.25279) 977 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cluster 2024-03-30T04:41:33.383741+0000 mgr.y (mgr.25279) 978 : cluster [DBG] pgmap v627: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cluster 2024-03-30T04:41:33.383972+0000 mgr.y (mgr.25279) 979 : cluster [DBG] pgmap v628: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cephadm 2024-03-30T04:41:33.388713+0000 mgr.y (mgr.25279) 980 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cephadm 2024-03-30T04:41:33.431107+0000 mgr.y (mgr.25279) 981 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cluster 2024-03-30T04:41:33.434094+0000 mgr.y (mgr.25279) 982 : cluster [DBG] pgmap v629: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cluster 2024-03-30T04:41:33.434323+0000 mgr.y (mgr.25279) 983 : cluster [DBG] pgmap v630: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cephadm 2024-03-30T04:41:33.439093+0000 mgr.y (mgr.25279) 984 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cephadm 2024-03-30T04:41:33.481462+0000 mgr.y (mgr.25279) 985 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cluster 2024-03-30T04:41:33.485634+0000 mgr.y (mgr.25279) 986 : cluster [DBG] pgmap v631: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cluster 2024-03-30T04:41:33.485995+0000 mgr.y (mgr.25279) 987 : cluster [DBG] pgmap v632: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cephadm 2024-03-30T04:41:33.491344+0000 mgr.y (mgr.25279) 988 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:33.555316+0000 mon.a (mon.0) 2860 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:33.557320+0000 mon.a (mon.0) 2861 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cephadm 2024-03-30T04:41:33.557926+0000 mgr.y (mgr.25279) 989 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:33.559198+0000 mon.a (mon.0) 2862 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:33.559788+0000 mon.a (mon.0) 2863 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cluster 2024-03-30T04:41:33.560989+0000 mgr.y (mgr.25279) 990 : cluster [DBG] pgmap v633: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cluster 2024-03-30T04:41:33.561186+0000 mgr.y (mgr.25279) 991 : cluster [DBG] pgmap v634: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:33.565242+0000 mon.a (mon.0) 2864 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cephadm 2024-03-30T04:41:33.565649+0000 mgr.y (mgr.25279) 992 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:33.622563+0000 mon.a (mon.0) 2865 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:33.624499+0000 mon.a (mon.0) 2866 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cephadm 2024-03-30T04:41:33.625241+0000 mgr.y (mgr.25279) 993 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:33.626553+0000 mon.a (mon.0) 2867 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:33.627302+0000 mon.a (mon.0) 2868 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cluster 2024-03-30T04:41:33.628613+0000 mgr.y (mgr.25279) 994 : cluster [DBG] pgmap v635: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cluster 2024-03-30T04:41:33.628806+0000 mgr.y (mgr.25279) 995 : cluster [DBG] pgmap v636: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:33.635210+0000 mon.a (mon.0) 2869 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cephadm 2024-03-30T04:41:33.635649+0000 mgr.y (mgr.25279) 996 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:33.637897+0000 mgr.y (mgr.25279) 997 : audit [DBG] from='client.25411 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:34.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:33.714469+0000 mon.a (mon.0) 2870 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:33.716516+0000 mon.a (mon.0) 2871 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cephadm 2024-03-30T04:41:33.717271+0000 mgr.y (mgr.25279) 998 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:34.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:33.718577+0000 mon.a (mon.0) 2872 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:33.719964+0000 mon.a (mon.0) 2873 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cluster 2024-03-30T04:41:33.721337+0000 mgr.y (mgr.25279) 999 : cluster [DBG] pgmap v637: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cluster 2024-03-30T04:41:33.721548+0000 mgr.y (mgr.25279) 1000 : cluster [DBG] pgmap v638: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:34.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:33.727866+0000 mon.a (mon.0) 2874 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: cephadm 2024-03-30T04:41:33.728294+0000 mgr.y (mgr.25279) 1001 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:34.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:33.770059+0000 mon.a (mon.0) 2875 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:33.772095+0000 mon.a (mon.0) 2876 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:33.773827+0000 mon.a (mon.0) 2877 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:33.774409+0000 mon.a (mon.0) 2878 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:33.782106+0000 mon.a (mon.0) 2879 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:33.824007+0000 mon.a (mon.0) 2880 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:33.826181+0000 mon.a (mon.0) 2881 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:33.827969+0000 mon.a (mon.0) 2882 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:33.828579+0000 mon.a (mon.0) 2883 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:33.836540+0000 mon.a (mon.0) 2884 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:33.883028+0000 mon.a (mon.0) 2885 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:33.885355+0000 mon.a (mon.0) 2886 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:33.887439+0000 mon.a (mon.0) 2887 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:33.888134+0000 mon.a (mon.0) 2888 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:33.896651+0000 mon.a (mon.0) 2889 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:33.974152+0000 mon.a (mon.0) 2890 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.899 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:33.976277+0000 mon.a (mon.0) 2891 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.899 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:33.978353+0000 mon.a (mon.0) 2892 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.899 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:33.979038+0000 mon.a (mon.0) 2893 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.899 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:33.986725+0000 mon.a (mon.0) 2894 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.899 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:34.045536+0000 mon.a (mon.0) 2895 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.899 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:34.047371+0000 mon.a (mon.0) 2896 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.899 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:34.049984+0000 mon.a (mon.0) 2897 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.899 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:34.050736+0000 mon.a (mon.0) 2898 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.899 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:34.058658+0000 mon.a (mon.0) 2899 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.899 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:34.121533+0000 mon.a (mon.0) 2900 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.899 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:34.123664+0000 mon.a (mon.0) 2901 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.899 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:34.125833+0000 mon.a (mon.0) 2902 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.899 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:34.126558+0000 mon.a (mon.0) 2903 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.899 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:34.136525+0000 mon.a (mon.0) 2904 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:34.174610+0000 mon.c (mon.1) 57 : audit [DBG] from='client.? 172.21.15.111:0/3751270107' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:34.179997+0000 mon.a (mon.0) 2905 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:34.181974+0000 mon.a (mon.0) 2906 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:34.184037+0000 mon.a (mon.0) 2907 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:34.184775+0000 mon.a (mon.0) 2908 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:34.193311+0000 mon.a (mon.0) 2909 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:34.234914+0000 mon.a (mon.0) 2910 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:34.236729+0000 mon.a (mon.0) 2911 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:34.238684+0000 mon.a (mon.0) 2912 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:34.239305+0000 mon.a (mon.0) 2913 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:34.247749+0000 mon.a (mon.0) 2914 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:34.289764+0000 mon.a (mon.0) 2915 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:34.291838+0000 mon.a (mon.0) 2916 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:34.293889+0000 mon.a (mon.0) 2917 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:34.294742+0000 mon.a (mon.0) 2918 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:34.302652+0000 mon.a (mon.0) 2919 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:34.349546+0000 mon.a (mon.0) 2920 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:34.351746+0000 mon.a (mon.0) 2921 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:34.353789+0000 mon.a (mon.0) 2922 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:34.354464+0000 mon.a (mon.0) 2923 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:34.360370+0000 mon.a (mon.0) 2924 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:34.401233+0000 mon.a (mon.0) 2925 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:34.403039+0000 mon.a (mon.0) 2926 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:34.404771+0000 mon.a (mon.0) 2927 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:34.405476+0000 mon.a (mon.0) 2928 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:34.412402+0000 mon.a (mon.0) 2929 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:34.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:34.458443+0000 mon.a (mon.0) 2930 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:34.460800+0000 mon.a (mon.0) 2931 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:34.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:34.462974+0000 mon.a (mon.0) 2932 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.902 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:34.463763+0000 mon.a (mon.0) 2933 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.902 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:34 smithi117 bash[18692]: audit 2024-03-30T04:41:34.470615+0000 mon.a (mon.0) 2934 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.008 INFO:teuthology.orchestra.run.smithi111.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:41:35.008 INFO:teuthology.orchestra.run.smithi111.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:41:35.008 INFO:teuthology.orchestra.run.smithi111.stdout: daemon grafana.a on smithi117 is in unknown state 2024-03-30T04:41:35.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cephadm 2024-03-30T04:41:33.772681+0000 mgr.y (mgr.25279) 1002 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cluster 2024-03-30T04:41:33.775543+0000 mgr.y (mgr.25279) 1003 : cluster [DBG] pgmap v639: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cluster 2024-03-30T04:41:33.775774+0000 mgr.y (mgr.25279) 1004 : cluster [DBG] pgmap v640: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cephadm 2024-03-30T04:41:33.782672+0000 mgr.y (mgr.25279) 1005 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cephadm 2024-03-30T04:41:33.826810+0000 mgr.y (mgr.25279) 1006 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cluster 2024-03-30T04:41:33.830053+0000 mgr.y (mgr.25279) 1007 : cluster [DBG] pgmap v641: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s 2024-03-30T04:41:35.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cluster 2024-03-30T04:41:33.830299+0000 mgr.y (mgr.25279) 1008 : cluster [DBG] pgmap v642: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s 2024-03-30T04:41:35.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cephadm 2024-03-30T04:41:33.837075+0000 mgr.y (mgr.25279) 1009 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cephadm 2024-03-30T04:41:33.886071+0000 mgr.y (mgr.25279) 1010 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cluster 2024-03-30T04:41:33.889557+0000 mgr.y (mgr.25279) 1011 : cluster [DBG] pgmap v643: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 29 op/s 2024-03-30T04:41:35.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cluster 2024-03-30T04:41:33.889857+0000 mgr.y (mgr.25279) 1012 : cluster [DBG] pgmap v644: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 29 op/s 2024-03-30T04:41:35.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cephadm 2024-03-30T04:41:33.897159+0000 mgr.y (mgr.25279) 1013 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cephadm 2024-03-30T04:41:33.976949+0000 mgr.y (mgr.25279) 1014 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cluster 2024-03-30T04:41:33.980369+0000 mgr.y (mgr.25279) 1015 : cluster [DBG] pgmap v645: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 24 op/s 2024-03-30T04:41:35.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cluster 2024-03-30T04:41:33.980604+0000 mgr.y (mgr.25279) 1016 : cluster [DBG] pgmap v646: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 24 op/s 2024-03-30T04:41:35.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cephadm 2024-03-30T04:41:33.987203+0000 mgr.y (mgr.25279) 1017 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cephadm 2024-03-30T04:41:34.048017+0000 mgr.y (mgr.25279) 1018 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cluster 2024-03-30T04:41:34.052221+0000 mgr.y (mgr.25279) 1019 : cluster [DBG] pgmap v647: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cluster 2024-03-30T04:41:34.052530+0000 mgr.y (mgr.25279) 1020 : cluster [DBG] pgmap v648: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cephadm 2024-03-30T04:41:34.059131+0000 mgr.y (mgr.25279) 1021 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cephadm 2024-03-30T04:41:33.772681+0000 mgr.y (mgr.25279) 1002 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cluster 2024-03-30T04:41:33.775543+0000 mgr.y (mgr.25279) 1003 : cluster [DBG] pgmap v639: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cluster 2024-03-30T04:41:33.775774+0000 mgr.y (mgr.25279) 1004 : cluster [DBG] pgmap v640: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cephadm 2024-03-30T04:41:33.782672+0000 mgr.y (mgr.25279) 1005 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cephadm 2024-03-30T04:41:33.826810+0000 mgr.y (mgr.25279) 1006 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cluster 2024-03-30T04:41:33.830053+0000 mgr.y (mgr.25279) 1007 : cluster [DBG] pgmap v641: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s 2024-03-30T04:41:35.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cluster 2024-03-30T04:41:33.830299+0000 mgr.y (mgr.25279) 1008 : cluster [DBG] pgmap v642: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s 2024-03-30T04:41:35.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cephadm 2024-03-30T04:41:33.837075+0000 mgr.y (mgr.25279) 1009 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cephadm 2024-03-30T04:41:33.886071+0000 mgr.y (mgr.25279) 1010 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cluster 2024-03-30T04:41:33.889557+0000 mgr.y (mgr.25279) 1011 : cluster [DBG] pgmap v643: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 29 op/s 2024-03-30T04:41:35.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cluster 2024-03-30T04:41:33.889857+0000 mgr.y (mgr.25279) 1012 : cluster [DBG] pgmap v644: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 29 op/s 2024-03-30T04:41:35.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cephadm 2024-03-30T04:41:33.897159+0000 mgr.y (mgr.25279) 1013 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cephadm 2024-03-30T04:41:33.976949+0000 mgr.y (mgr.25279) 1014 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cluster 2024-03-30T04:41:33.980369+0000 mgr.y (mgr.25279) 1015 : cluster [DBG] pgmap v645: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 24 op/s 2024-03-30T04:41:35.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cluster 2024-03-30T04:41:33.980604+0000 mgr.y (mgr.25279) 1016 : cluster [DBG] pgmap v646: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 24 op/s 2024-03-30T04:41:35.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cephadm 2024-03-30T04:41:33.987203+0000 mgr.y (mgr.25279) 1017 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cephadm 2024-03-30T04:41:34.048017+0000 mgr.y (mgr.25279) 1018 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cluster 2024-03-30T04:41:34.052221+0000 mgr.y (mgr.25279) 1019 : cluster [DBG] pgmap v647: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cluster 2024-03-30T04:41:34.052530+0000 mgr.y (mgr.25279) 1020 : cluster [DBG] pgmap v648: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cephadm 2024-03-30T04:41:34.059131+0000 mgr.y (mgr.25279) 1021 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cephadm 2024-03-30T04:41:34.124343+0000 mgr.y (mgr.25279) 1022 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cluster 2024-03-30T04:41:34.128146+0000 mgr.y (mgr.25279) 1023 : cluster [DBG] pgmap v649: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cluster 2024-03-30T04:41:34.128434+0000 mgr.y (mgr.25279) 1024 : cluster [DBG] pgmap v650: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cephadm 2024-03-30T04:41:34.136998+0000 mgr.y (mgr.25279) 1025 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cephadm 2024-03-30T04:41:34.182670+0000 mgr.y (mgr.25279) 1026 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cluster 2024-03-30T04:41:34.186199+0000 mgr.y (mgr.25279) 1027 : cluster [DBG] pgmap v651: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cluster 2024-03-30T04:41:34.186497+0000 mgr.y (mgr.25279) 1028 : cluster [DBG] pgmap v652: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cephadm 2024-03-30T04:41:34.193774+0000 mgr.y (mgr.25279) 1029 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cephadm 2024-03-30T04:41:34.237335+0000 mgr.y (mgr.25279) 1030 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cluster 2024-03-30T04:41:34.240486+0000 mgr.y (mgr.25279) 1031 : cluster [DBG] pgmap v653: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cluster 2024-03-30T04:41:34.240720+0000 mgr.y (mgr.25279) 1032 : cluster [DBG] pgmap v654: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cephadm 2024-03-30T04:41:34.248175+0000 mgr.y (mgr.25279) 1033 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cephadm 2024-03-30T04:41:34.292658+0000 mgr.y (mgr.25279) 1034 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cluster 2024-03-30T04:41:34.296149+0000 mgr.y (mgr.25279) 1035 : cluster [DBG] pgmap v655: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cluster 2024-03-30T04:41:34.296372+0000 mgr.y (mgr.25279) 1036 : cluster [DBG] pgmap v656: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cephadm 2024-03-30T04:41:34.303140+0000 mgr.y (mgr.25279) 1037 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cephadm 2024-03-30T04:41:34.352406+0000 mgr.y (mgr.25279) 1038 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cluster 2024-03-30T04:41:34.355774+0000 mgr.y (mgr.25279) 1039 : cluster [DBG] pgmap v657: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cluster 2024-03-30T04:41:34.355973+0000 mgr.y (mgr.25279) 1040 : cluster [DBG] pgmap v658: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cephadm 2024-03-30T04:41:34.360846+0000 mgr.y (mgr.25279) 1041 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cephadm 2024-03-30T04:41:34.403667+0000 mgr.y (mgr.25279) 1042 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cephadm 2024-03-30T04:41:34.124343+0000 mgr.y (mgr.25279) 1022 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cluster 2024-03-30T04:41:34.128146+0000 mgr.y (mgr.25279) 1023 : cluster [DBG] pgmap v649: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cluster 2024-03-30T04:41:34.128434+0000 mgr.y (mgr.25279) 1024 : cluster [DBG] pgmap v650: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cephadm 2024-03-30T04:41:34.136998+0000 mgr.y (mgr.25279) 1025 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cephadm 2024-03-30T04:41:34.182670+0000 mgr.y (mgr.25279) 1026 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cluster 2024-03-30T04:41:34.186199+0000 mgr.y (mgr.25279) 1027 : cluster [DBG] pgmap v651: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cluster 2024-03-30T04:41:34.186497+0000 mgr.y (mgr.25279) 1028 : cluster [DBG] pgmap v652: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cephadm 2024-03-30T04:41:34.193774+0000 mgr.y (mgr.25279) 1029 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cephadm 2024-03-30T04:41:34.237335+0000 mgr.y (mgr.25279) 1030 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cluster 2024-03-30T04:41:34.240486+0000 mgr.y (mgr.25279) 1031 : cluster [DBG] pgmap v653: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cluster 2024-03-30T04:41:34.240720+0000 mgr.y (mgr.25279) 1032 : cluster [DBG] pgmap v654: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cephadm 2024-03-30T04:41:34.248175+0000 mgr.y (mgr.25279) 1033 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cephadm 2024-03-30T04:41:34.292658+0000 mgr.y (mgr.25279) 1034 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cluster 2024-03-30T04:41:34.296149+0000 mgr.y (mgr.25279) 1035 : cluster [DBG] pgmap v655: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cluster 2024-03-30T04:41:34.296372+0000 mgr.y (mgr.25279) 1036 : cluster [DBG] pgmap v656: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cephadm 2024-03-30T04:41:34.303140+0000 mgr.y (mgr.25279) 1037 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cephadm 2024-03-30T04:41:34.352406+0000 mgr.y (mgr.25279) 1038 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cluster 2024-03-30T04:41:34.355774+0000 mgr.y (mgr.25279) 1039 : cluster [DBG] pgmap v657: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cluster 2024-03-30T04:41:34.355973+0000 mgr.y (mgr.25279) 1040 : cluster [DBG] pgmap v658: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cephadm 2024-03-30T04:41:34.360846+0000 mgr.y (mgr.25279) 1041 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cephadm 2024-03-30T04:41:34.403667+0000 mgr.y (mgr.25279) 1042 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cluster 2024-03-30T04:41:34.406892+0000 mgr.y (mgr.25279) 1043 : cluster [DBG] pgmap v659: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cluster 2024-03-30T04:41:34.407132+0000 mgr.y (mgr.25279) 1044 : cluster [DBG] pgmap v660: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cephadm 2024-03-30T04:41:34.412825+0000 mgr.y (mgr.25279) 1045 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cephadm 2024-03-30T04:41:34.461559+0000 mgr.y (mgr.25279) 1046 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cluster 2024-03-30T04:41:34.465234+0000 mgr.y (mgr.25279) 1047 : cluster [DBG] pgmap v661: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cluster 2024-03-30T04:41:34.465471+0000 mgr.y (mgr.25279) 1048 : cluster [DBG] pgmap v662: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cephadm 2024-03-30T04:41:34.471095+0000 mgr.y (mgr.25279) 1049 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.527732+0000 mon.a (mon.0) 2935 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.531243+0000 mon.a (mon.0) 2936 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cephadm 2024-03-30T04:41:34.531879+0000 mgr.y (mgr.25279) 1050 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.533098+0000 mon.a (mon.0) 2937 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.533692+0000 mon.a (mon.0) 2938 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cluster 2024-03-30T04:41:34.534960+0000 mgr.y (mgr.25279) 1051 : cluster [DBG] pgmap v663: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cluster 2024-03-30T04:41:34.535181+0000 mgr.y (mgr.25279) 1052 : cluster [DBG] pgmap v664: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.540704+0000 mon.a (mon.0) 2939 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cephadm 2024-03-30T04:41:34.541218+0000 mgr.y (mgr.25279) 1053 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.578851+0000 mgr.y (mgr.25279) 1054 : audit [DBG] from='client.25429 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:35.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.584849+0000 mon.a (mon.0) 2940 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.587220+0000 mon.a (mon.0) 2941 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cephadm 2024-03-30T04:41:34.587966+0000 mgr.y (mgr.25279) 1055 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cluster 2024-03-30T04:41:34.406892+0000 mgr.y (mgr.25279) 1043 : cluster [DBG] pgmap v659: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cluster 2024-03-30T04:41:34.407132+0000 mgr.y (mgr.25279) 1044 : cluster [DBG] pgmap v660: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cephadm 2024-03-30T04:41:34.412825+0000 mgr.y (mgr.25279) 1045 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cephadm 2024-03-30T04:41:34.461559+0000 mgr.y (mgr.25279) 1046 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cluster 2024-03-30T04:41:34.465234+0000 mgr.y (mgr.25279) 1047 : cluster [DBG] pgmap v661: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cluster 2024-03-30T04:41:34.465471+0000 mgr.y (mgr.25279) 1048 : cluster [DBG] pgmap v662: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cephadm 2024-03-30T04:41:34.471095+0000 mgr.y (mgr.25279) 1049 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.527732+0000 mon.a (mon.0) 2935 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.531243+0000 mon.a (mon.0) 2936 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cephadm 2024-03-30T04:41:34.531879+0000 mgr.y (mgr.25279) 1050 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.533098+0000 mon.a (mon.0) 2937 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.533692+0000 mon.a (mon.0) 2938 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cluster 2024-03-30T04:41:34.534960+0000 mgr.y (mgr.25279) 1051 : cluster [DBG] pgmap v663: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cluster 2024-03-30T04:41:34.535181+0000 mgr.y (mgr.25279) 1052 : cluster [DBG] pgmap v664: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.540704+0000 mon.a (mon.0) 2939 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cephadm 2024-03-30T04:41:34.541218+0000 mgr.y (mgr.25279) 1053 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.578851+0000 mgr.y (mgr.25279) 1054 : audit [DBG] from='client.25429 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:35.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.584849+0000 mon.a (mon.0) 2940 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.587220+0000 mon.a (mon.0) 2941 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cephadm 2024-03-30T04:41:34.587966+0000 mgr.y (mgr.25279) 1055 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.589364+0000 mon.a (mon.0) 2942 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.590166+0000 mon.a (mon.0) 2943 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cluster 2024-03-30T04:41:34.591606+0000 mgr.y (mgr.25279) 1056 : cluster [DBG] pgmap v665: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cluster 2024-03-30T04:41:34.591833+0000 mgr.y (mgr.25279) 1057 : cluster [DBG] pgmap v666: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.599265+0000 mon.a (mon.0) 2944 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cephadm 2024-03-30T04:41:34.599697+0000 mgr.y (mgr.25279) 1058 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.639718+0000 mon.a (mon.0) 2945 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.641631+0000 mon.a (mon.0) 2946 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cephadm 2024-03-30T04:41:34.642389+0000 mgr.y (mgr.25279) 1059 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.643594+0000 mon.a (mon.0) 2947 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.644264+0000 mon.a (mon.0) 2948 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cluster 2024-03-30T04:41:34.645508+0000 mgr.y (mgr.25279) 1060 : cluster [DBG] pgmap v667: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cluster 2024-03-30T04:41:34.645738+0000 mgr.y (mgr.25279) 1061 : cluster [DBG] pgmap v668: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.652968+0000 mon.a (mon.0) 2949 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cephadm 2024-03-30T04:41:34.653451+0000 mgr.y (mgr.25279) 1062 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.694029+0000 mon.a (mon.0) 2950 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.696274+0000 mon.a (mon.0) 2951 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cephadm 2024-03-30T04:41:34.697049+0000 mgr.y (mgr.25279) 1063 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.698367+0000 mon.a (mon.0) 2952 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.589364+0000 mon.a (mon.0) 2942 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.590166+0000 mon.a (mon.0) 2943 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cluster 2024-03-30T04:41:34.591606+0000 mgr.y (mgr.25279) 1056 : cluster [DBG] pgmap v665: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cluster 2024-03-30T04:41:34.591833+0000 mgr.y (mgr.25279) 1057 : cluster [DBG] pgmap v666: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.599265+0000 mon.a (mon.0) 2944 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cephadm 2024-03-30T04:41:34.599697+0000 mgr.y (mgr.25279) 1058 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.639718+0000 mon.a (mon.0) 2945 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.641631+0000 mon.a (mon.0) 2946 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cephadm 2024-03-30T04:41:34.642389+0000 mgr.y (mgr.25279) 1059 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.643594+0000 mon.a (mon.0) 2947 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.644264+0000 mon.a (mon.0) 2948 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cluster 2024-03-30T04:41:34.645508+0000 mgr.y (mgr.25279) 1060 : cluster [DBG] pgmap v667: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cluster 2024-03-30T04:41:34.645738+0000 mgr.y (mgr.25279) 1061 : cluster [DBG] pgmap v668: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.652968+0000 mon.a (mon.0) 2949 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cephadm 2024-03-30T04:41:34.653451+0000 mgr.y (mgr.25279) 1062 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.694029+0000 mon.a (mon.0) 2950 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.696274+0000 mon.a (mon.0) 2951 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cephadm 2024-03-30T04:41:34.697049+0000 mgr.y (mgr.25279) 1063 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.698367+0000 mon.a (mon.0) 2952 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.699073+0000 mon.a (mon.0) 2953 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cluster 2024-03-30T04:41:34.700391+0000 mgr.y (mgr.25279) 1064 : cluster [DBG] pgmap v669: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cluster 2024-03-30T04:41:34.700584+0000 mgr.y (mgr.25279) 1065 : cluster [DBG] pgmap v670: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.706643+0000 mon.a (mon.0) 2954 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cephadm 2024-03-30T04:41:34.707046+0000 mgr.y (mgr.25279) 1066 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.747145+0000 mon.a (mon.0) 2955 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.748899+0000 mon.a (mon.0) 2956 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cephadm 2024-03-30T04:41:34.749495+0000 mgr.y (mgr.25279) 1067 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.751183+0000 mon.a (mon.0) 2957 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.751850+0000 mon.a (mon.0) 2958 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cluster 2024-03-30T04:41:34.753218+0000 mgr.y (mgr.25279) 1068 : cluster [DBG] pgmap v671: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: cluster 2024-03-30T04:41:34.753436+0000 mgr.y (mgr.25279) 1069 : cluster [DBG] pgmap v672: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.759719+0000 mon.a (mon.0) 2959 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.801075+0000 mon.a (mon.0) 2960 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.803090+0000 mon.a (mon.0) 2961 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.805282+0000 mon.a (mon.0) 2962 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.806055+0000 mon.a (mon.0) 2963 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.813172+0000 mon.a (mon.0) 2964 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.864374+0000 mon.a (mon.0) 2965 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.869684+0000 mon.a (mon.0) 2966 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.875498+0000 mon.a (mon.0) 2967 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.699073+0000 mon.a (mon.0) 2953 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cluster 2024-03-30T04:41:34.700391+0000 mgr.y (mgr.25279) 1064 : cluster [DBG] pgmap v669: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cluster 2024-03-30T04:41:34.700584+0000 mgr.y (mgr.25279) 1065 : cluster [DBG] pgmap v670: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.706643+0000 mon.a (mon.0) 2954 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cephadm 2024-03-30T04:41:34.707046+0000 mgr.y (mgr.25279) 1066 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.747145+0000 mon.a (mon.0) 2955 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.748899+0000 mon.a (mon.0) 2956 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cephadm 2024-03-30T04:41:34.749495+0000 mgr.y (mgr.25279) 1067 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.751183+0000 mon.a (mon.0) 2957 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.751850+0000 mon.a (mon.0) 2958 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cluster 2024-03-30T04:41:34.753218+0000 mgr.y (mgr.25279) 1068 : cluster [DBG] pgmap v671: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: cluster 2024-03-30T04:41:34.753436+0000 mgr.y (mgr.25279) 1069 : cluster [DBG] pgmap v672: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.759719+0000 mon.a (mon.0) 2959 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.801075+0000 mon.a (mon.0) 2960 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.803090+0000 mon.a (mon.0) 2961 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.805282+0000 mon.a (mon.0) 2962 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.806055+0000 mon.a (mon.0) 2963 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.813172+0000 mon.a (mon.0) 2964 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.864374+0000 mon.a (mon.0) 2965 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.869684+0000 mon.a (mon.0) 2966 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.875498+0000 mon.a (mon.0) 2967 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.902016+0000 mon.a (mon.0) 2968 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.903867+0000 mon.a (mon.0) 2969 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.905866+0000 mon.a (mon.0) 2970 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.906598+0000 mon.a (mon.0) 2971 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.911955+0000 mon.a (mon.0) 2972 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.952643+0000 mon.a (mon.0) 2973 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.954481+0000 mon.a (mon.0) 2974 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.956619+0000 mon.a (mon.0) 2975 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.957309+0000 mon.a (mon.0) 2976 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:34.964449+0000 mon.a (mon.0) 2977 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:35.005888+0000 mon.a (mon.0) 2978 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:35.007874+0000 mon.a (mon.0) 2979 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:35.009794+0000 mon.a (mon.0) 2980 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:35.010482+0000 mon.a (mon.0) 2981 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:35.015931+0000 mon.a (mon.0) 2982 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:35.016232+0000 mon.c (mon.1) 58 : audit [DBG] from='client.? 172.21.15.111:0/3805271451' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:41:35.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:35.057113+0000 mon.a (mon.0) 2983 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:35.058960+0000 mon.a (mon.0) 2984 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:35.060792+0000 mon.a (mon.0) 2985 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.902016+0000 mon.a (mon.0) 2968 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.903867+0000 mon.a (mon.0) 2969 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.905866+0000 mon.a (mon.0) 2970 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.906598+0000 mon.a (mon.0) 2971 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.911955+0000 mon.a (mon.0) 2972 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.952643+0000 mon.a (mon.0) 2973 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.954481+0000 mon.a (mon.0) 2974 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.956619+0000 mon.a (mon.0) 2975 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.957309+0000 mon.a (mon.0) 2976 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:34.964449+0000 mon.a (mon.0) 2977 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:35.005888+0000 mon.a (mon.0) 2978 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:35.007874+0000 mon.a (mon.0) 2979 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:35.009794+0000 mon.a (mon.0) 2980 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:35.010482+0000 mon.a (mon.0) 2981 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:35.015931+0000 mon.a (mon.0) 2982 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:35.016232+0000 mon.c (mon.1) 58 : audit [DBG] from='client.? 172.21.15.111:0/3805271451' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:41:35.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:35.057113+0000 mon.a (mon.0) 2983 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:35.058960+0000 mon.a (mon.0) 2984 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:35.060792+0000 mon.a (mon.0) 2985 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.891 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:35.061374+0000 mon.a (mon.0) 2986 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.891 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:35.066540+0000 mon.a (mon.0) 2987 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.891 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:35.106986+0000 mon.a (mon.0) 2988 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.891 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:35.108834+0000 mon.a (mon.0) 2989 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.891 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:35.111191+0000 mon.a (mon.0) 2990 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.891 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:35.111852+0000 mon.a (mon.0) 2991 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.891 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:35.119505+0000 mon.a (mon.0) 2992 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.891 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:35.160063+0000 mon.a (mon.0) 2993 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.892 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:35.161789+0000 mon.a (mon.0) 2994 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.892 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:35.163504+0000 mon.a (mon.0) 2995 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.892 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:35.164070+0000 mon.a (mon.0) 2996 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.892 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:35.169782+0000 mon.a (mon.0) 2997 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.892 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:35.210081+0000 mon.a (mon.0) 2998 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.892 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:35.211874+0000 mon.a (mon.0) 2999 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.892 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:35.213832+0000 mon.a (mon.0) 3000 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.892 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:35.214534+0000 mon.a (mon.0) 3001 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.892 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:35.220953+0000 mon.a (mon.0) 3002 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.893 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:35.261146+0000 mon.a (mon.0) 3003 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.893 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:35.262900+0000 mon.a (mon.0) 3004 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.893 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:35.061374+0000 mon.a (mon.0) 2986 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.893 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:35.066540+0000 mon.a (mon.0) 2987 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.893 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:35.106986+0000 mon.a (mon.0) 2988 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.893 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:35.108834+0000 mon.a (mon.0) 2989 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.893 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:35.111191+0000 mon.a (mon.0) 2990 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.893 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:35.111852+0000 mon.a (mon.0) 2991 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.893 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:35.119505+0000 mon.a (mon.0) 2992 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.894 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:35.160063+0000 mon.a (mon.0) 2993 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.894 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:35.161789+0000 mon.a (mon.0) 2994 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.894 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:35.163504+0000 mon.a (mon.0) 2995 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.894 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:35.164070+0000 mon.a (mon.0) 2996 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.894 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:35.169782+0000 mon.a (mon.0) 2997 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.894 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:35.210081+0000 mon.a (mon.0) 2998 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.894 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:35.211874+0000 mon.a (mon.0) 2999 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.894 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:35.213832+0000 mon.a (mon.0) 3000 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.894 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:35.214534+0000 mon.a (mon.0) 3001 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.894 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:35.220953+0000 mon.a (mon.0) 3002 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.894 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:35.261146+0000 mon.a (mon.0) 3003 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.895 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:35.262900+0000 mon.a (mon.0) 3004 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.895 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:35.264764+0000 mon.a (mon.0) 3005 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.895 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:35.265423+0000 mon.a (mon.0) 3006 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.895 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:35.271834+0000 mon.a (mon.0) 3007 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.895 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:35.328946+0000 mon.a (mon.0) 3008 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.895 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:35.330882+0000 mon.a (mon.0) 3009 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.896 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:35.333491+0000 mon.a (mon.0) 3010 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.896 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:35.334275+0000 mon.a (mon.0) 3011 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.896 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:35.341630+0000 mon.a (mon.0) 3012 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.896 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:35.423971+0000 mon.a (mon.0) 3013 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.896 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:35.427960+0000 mon.a (mon.0) 3014 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.896 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:35.431460+0000 mon.a (mon.0) 3015 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.896 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:35.432875+0000 mon.a (mon.0) 3016 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.896 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[18552]: audit 2024-03-30T04:41:35.443079+0000 mon.a (mon.0) 3017 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.897 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:35.264764+0000 mon.a (mon.0) 3005 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.897 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:35.265423+0000 mon.a (mon.0) 3006 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.897 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:35.271834+0000 mon.a (mon.0) 3007 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.897 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:35.328946+0000 mon.a (mon.0) 3008 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.897 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:35.330882+0000 mon.a (mon.0) 3009 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.897 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:35.333491+0000 mon.a (mon.0) 3010 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.898 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:35.334275+0000 mon.a (mon.0) 3011 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.898 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:35.341630+0000 mon.a (mon.0) 3012 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.898 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:35.423971+0000 mon.a (mon.0) 3013 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.898 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:35.427960+0000 mon.a (mon.0) 3014 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.898 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:35.431460+0000 mon.a (mon.0) 3015 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.898 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:35.432875+0000 mon.a (mon.0) 3016 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.898 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:35 smithi111 bash[24005]: audit 2024-03-30T04:41:35.443079+0000 mon.a (mon.0) 3017 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.898 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[58141]: debug 2024-03-30T04:41:35.660+0000 7fa98cee4200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-30T04:41:35.898 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[58141]: debug 2024-03-30T04:41:35.760+0000 7fa98cee4200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-30T04:41:35.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cephadm 2024-03-30T04:41:33.772681+0000 mgr.y (mgr.25279) 1002 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cluster 2024-03-30T04:41:33.775543+0000 mgr.y (mgr.25279) 1003 : cluster [DBG] pgmap v639: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cluster 2024-03-30T04:41:33.775774+0000 mgr.y (mgr.25279) 1004 : cluster [DBG] pgmap v640: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cephadm 2024-03-30T04:41:33.782672+0000 mgr.y (mgr.25279) 1005 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cephadm 2024-03-30T04:41:33.826810+0000 mgr.y (mgr.25279) 1006 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cluster 2024-03-30T04:41:33.830053+0000 mgr.y (mgr.25279) 1007 : cluster [DBG] pgmap v641: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s 2024-03-30T04:41:35.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cluster 2024-03-30T04:41:33.830299+0000 mgr.y (mgr.25279) 1008 : cluster [DBG] pgmap v642: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s 2024-03-30T04:41:35.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cephadm 2024-03-30T04:41:33.837075+0000 mgr.y (mgr.25279) 1009 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cephadm 2024-03-30T04:41:33.886071+0000 mgr.y (mgr.25279) 1010 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cluster 2024-03-30T04:41:33.889557+0000 mgr.y (mgr.25279) 1011 : cluster [DBG] pgmap v643: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 29 op/s 2024-03-30T04:41:35.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cluster 2024-03-30T04:41:33.889857+0000 mgr.y (mgr.25279) 1012 : cluster [DBG] pgmap v644: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 29 op/s 2024-03-30T04:41:35.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cephadm 2024-03-30T04:41:33.897159+0000 mgr.y (mgr.25279) 1013 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cephadm 2024-03-30T04:41:33.976949+0000 mgr.y (mgr.25279) 1014 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cluster 2024-03-30T04:41:33.980369+0000 mgr.y (mgr.25279) 1015 : cluster [DBG] pgmap v645: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 24 op/s 2024-03-30T04:41:35.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cluster 2024-03-30T04:41:33.980604+0000 mgr.y (mgr.25279) 1016 : cluster [DBG] pgmap v646: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 24 op/s 2024-03-30T04:41:35.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cephadm 2024-03-30T04:41:33.987203+0000 mgr.y (mgr.25279) 1017 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cephadm 2024-03-30T04:41:34.048017+0000 mgr.y (mgr.25279) 1018 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cluster 2024-03-30T04:41:34.052221+0000 mgr.y (mgr.25279) 1019 : cluster [DBG] pgmap v647: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cluster 2024-03-30T04:41:34.052530+0000 mgr.y (mgr.25279) 1020 : cluster [DBG] pgmap v648: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cephadm 2024-03-30T04:41:34.059131+0000 mgr.y (mgr.25279) 1021 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.902 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cephadm 2024-03-30T04:41:34.124343+0000 mgr.y (mgr.25279) 1022 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.902 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cluster 2024-03-30T04:41:34.128146+0000 mgr.y (mgr.25279) 1023 : cluster [DBG] pgmap v649: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.902 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cluster 2024-03-30T04:41:34.128434+0000 mgr.y (mgr.25279) 1024 : cluster [DBG] pgmap v650: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.902 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cephadm 2024-03-30T04:41:34.136998+0000 mgr.y (mgr.25279) 1025 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.902 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cephadm 2024-03-30T04:41:34.182670+0000 mgr.y (mgr.25279) 1026 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.902 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cluster 2024-03-30T04:41:34.186199+0000 mgr.y (mgr.25279) 1027 : cluster [DBG] pgmap v651: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.902 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cluster 2024-03-30T04:41:34.186497+0000 mgr.y (mgr.25279) 1028 : cluster [DBG] pgmap v652: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.902 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cephadm 2024-03-30T04:41:34.193774+0000 mgr.y (mgr.25279) 1029 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.902 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cephadm 2024-03-30T04:41:34.237335+0000 mgr.y (mgr.25279) 1030 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.903 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cluster 2024-03-30T04:41:34.240486+0000 mgr.y (mgr.25279) 1031 : cluster [DBG] pgmap v653: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.903 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cluster 2024-03-30T04:41:34.240720+0000 mgr.y (mgr.25279) 1032 : cluster [DBG] pgmap v654: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.903 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cephadm 2024-03-30T04:41:34.248175+0000 mgr.y (mgr.25279) 1033 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.903 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cephadm 2024-03-30T04:41:34.292658+0000 mgr.y (mgr.25279) 1034 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.903 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cluster 2024-03-30T04:41:34.296149+0000 mgr.y (mgr.25279) 1035 : cluster [DBG] pgmap v655: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.903 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cluster 2024-03-30T04:41:34.296372+0000 mgr.y (mgr.25279) 1036 : cluster [DBG] pgmap v656: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.903 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cephadm 2024-03-30T04:41:34.303140+0000 mgr.y (mgr.25279) 1037 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.903 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cephadm 2024-03-30T04:41:34.352406+0000 mgr.y (mgr.25279) 1038 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.903 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cluster 2024-03-30T04:41:34.355774+0000 mgr.y (mgr.25279) 1039 : cluster [DBG] pgmap v657: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.903 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cluster 2024-03-30T04:41:34.355973+0000 mgr.y (mgr.25279) 1040 : cluster [DBG] pgmap v658: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.903 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cephadm 2024-03-30T04:41:34.360846+0000 mgr.y (mgr.25279) 1041 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.903 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cephadm 2024-03-30T04:41:34.403667+0000 mgr.y (mgr.25279) 1042 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.903 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cluster 2024-03-30T04:41:34.406892+0000 mgr.y (mgr.25279) 1043 : cluster [DBG] pgmap v659: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.904 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cluster 2024-03-30T04:41:34.407132+0000 mgr.y (mgr.25279) 1044 : cluster [DBG] pgmap v660: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.904 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cephadm 2024-03-30T04:41:34.412825+0000 mgr.y (mgr.25279) 1045 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.904 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cephadm 2024-03-30T04:41:34.461559+0000 mgr.y (mgr.25279) 1046 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.904 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cluster 2024-03-30T04:41:34.465234+0000 mgr.y (mgr.25279) 1047 : cluster [DBG] pgmap v661: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.904 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cluster 2024-03-30T04:41:34.465471+0000 mgr.y (mgr.25279) 1048 : cluster [DBG] pgmap v662: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.904 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cephadm 2024-03-30T04:41:34.471095+0000 mgr.y (mgr.25279) 1049 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.904 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.527732+0000 mon.a (mon.0) 2935 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.904 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.531243+0000 mon.a (mon.0) 2936 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.904 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cephadm 2024-03-30T04:41:34.531879+0000 mgr.y (mgr.25279) 1050 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.904 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.533098+0000 mon.a (mon.0) 2937 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.904 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.533692+0000 mon.a (mon.0) 2938 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.904 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cluster 2024-03-30T04:41:34.534960+0000 mgr.y (mgr.25279) 1051 : cluster [DBG] pgmap v663: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.905 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cluster 2024-03-30T04:41:34.535181+0000 mgr.y (mgr.25279) 1052 : cluster [DBG] pgmap v664: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.905 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.540704+0000 mon.a (mon.0) 2939 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.905 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cephadm 2024-03-30T04:41:34.541218+0000 mgr.y (mgr.25279) 1053 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.905 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.578851+0000 mgr.y (mgr.25279) 1054 : audit [DBG] from='client.25429 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:35.905 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.584849+0000 mon.a (mon.0) 2940 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.905 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.587220+0000 mon.a (mon.0) 2941 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.905 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cephadm 2024-03-30T04:41:34.587966+0000 mgr.y (mgr.25279) 1055 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.905 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.589364+0000 mon.a (mon.0) 2942 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.905 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.590166+0000 mon.a (mon.0) 2943 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.905 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cluster 2024-03-30T04:41:34.591606+0000 mgr.y (mgr.25279) 1056 : cluster [DBG] pgmap v665: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.905 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cluster 2024-03-30T04:41:34.591833+0000 mgr.y (mgr.25279) 1057 : cluster [DBG] pgmap v666: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.905 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.599265+0000 mon.a (mon.0) 2944 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.905 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cephadm 2024-03-30T04:41:34.599697+0000 mgr.y (mgr.25279) 1058 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.906 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.639718+0000 mon.a (mon.0) 2945 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.906 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.641631+0000 mon.a (mon.0) 2946 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.906 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cephadm 2024-03-30T04:41:34.642389+0000 mgr.y (mgr.25279) 1059 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.906 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.643594+0000 mon.a (mon.0) 2947 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.906 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.644264+0000 mon.a (mon.0) 2948 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.906 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cluster 2024-03-30T04:41:34.645508+0000 mgr.y (mgr.25279) 1060 : cluster [DBG] pgmap v667: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.906 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cluster 2024-03-30T04:41:34.645738+0000 mgr.y (mgr.25279) 1061 : cluster [DBG] pgmap v668: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.906 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.652968+0000 mon.a (mon.0) 2949 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.907 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cephadm 2024-03-30T04:41:34.653451+0000 mgr.y (mgr.25279) 1062 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.907 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.694029+0000 mon.a (mon.0) 2950 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.907 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.696274+0000 mon.a (mon.0) 2951 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.907 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cephadm 2024-03-30T04:41:34.697049+0000 mgr.y (mgr.25279) 1063 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.907 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.698367+0000 mon.a (mon.0) 2952 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.907 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.699073+0000 mon.a (mon.0) 2953 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.907 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cluster 2024-03-30T04:41:34.700391+0000 mgr.y (mgr.25279) 1064 : cluster [DBG] pgmap v669: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.907 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cluster 2024-03-30T04:41:34.700584+0000 mgr.y (mgr.25279) 1065 : cluster [DBG] pgmap v670: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.907 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.706643+0000 mon.a (mon.0) 2954 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.908 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cephadm 2024-03-30T04:41:34.707046+0000 mgr.y (mgr.25279) 1066 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:35.908 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.747145+0000 mon.a (mon.0) 2955 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.908 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.748899+0000 mon.a (mon.0) 2956 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.908 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cephadm 2024-03-30T04:41:34.749495+0000 mgr.y (mgr.25279) 1067 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:35.908 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.751183+0000 mon.a (mon.0) 2957 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.908 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.751850+0000 mon.a (mon.0) 2958 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.908 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cluster 2024-03-30T04:41:34.753218+0000 mgr.y (mgr.25279) 1068 : cluster [DBG] pgmap v671: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.908 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: cluster 2024-03-30T04:41:34.753436+0000 mgr.y (mgr.25279) 1069 : cluster [DBG] pgmap v672: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:35.908 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.759719+0000 mon.a (mon.0) 2959 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.908 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.801075+0000 mon.a (mon.0) 2960 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.908 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.803090+0000 mon.a (mon.0) 2961 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.909 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.805282+0000 mon.a (mon.0) 2962 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.909 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.806055+0000 mon.a (mon.0) 2963 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.909 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.813172+0000 mon.a (mon.0) 2964 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.909 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.864374+0000 mon.a (mon.0) 2965 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.909 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.869684+0000 mon.a (mon.0) 2966 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.909 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.875498+0000 mon.a (mon.0) 2967 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.909 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.902016+0000 mon.a (mon.0) 2968 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.909 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.903867+0000 mon.a (mon.0) 2969 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.909 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.905866+0000 mon.a (mon.0) 2970 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.909 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.906598+0000 mon.a (mon.0) 2971 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.910 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.911955+0000 mon.a (mon.0) 2972 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.910 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.952643+0000 mon.a (mon.0) 2973 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.910 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.954481+0000 mon.a (mon.0) 2974 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.910 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.956619+0000 mon.a (mon.0) 2975 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.910 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.957309+0000 mon.a (mon.0) 2976 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.910 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:34.964449+0000 mon.a (mon.0) 2977 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.910 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:35.005888+0000 mon.a (mon.0) 2978 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.910 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:35.007874+0000 mon.a (mon.0) 2979 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.910 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:35.009794+0000 mon.a (mon.0) 2980 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.910 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:35.010482+0000 mon.a (mon.0) 2981 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.910 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:35.015931+0000 mon.a (mon.0) 2982 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.911 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:35.016232+0000 mon.c (mon.1) 58 : audit [DBG] from='client.? 172.21.15.111:0/3805271451' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:41:35.911 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:35.057113+0000 mon.a (mon.0) 2983 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.911 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:35.058960+0000 mon.a (mon.0) 2984 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.911 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:35.060792+0000 mon.a (mon.0) 2985 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.911 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:35.061374+0000 mon.a (mon.0) 2986 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.911 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:35.066540+0000 mon.a (mon.0) 2987 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.911 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:35.106986+0000 mon.a (mon.0) 2988 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.911 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:35.108834+0000 mon.a (mon.0) 2989 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.911 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:35.111191+0000 mon.a (mon.0) 2990 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.911 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:35.111852+0000 mon.a (mon.0) 2991 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.911 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:35.119505+0000 mon.a (mon.0) 2992 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.911 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:35.160063+0000 mon.a (mon.0) 2993 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.911 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:35.161789+0000 mon.a (mon.0) 2994 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.912 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:35.163504+0000 mon.a (mon.0) 2995 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.912 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:35.164070+0000 mon.a (mon.0) 2996 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.912 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:35.169782+0000 mon.a (mon.0) 2997 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.912 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:35.210081+0000 mon.a (mon.0) 2998 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.912 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:35.211874+0000 mon.a (mon.0) 2999 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.912 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:35.213832+0000 mon.a (mon.0) 3000 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.912 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:35.214534+0000 mon.a (mon.0) 3001 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.912 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:35.220953+0000 mon.a (mon.0) 3002 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.912 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:35.261146+0000 mon.a (mon.0) 3003 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.912 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:35.262900+0000 mon.a (mon.0) 3004 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.912 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:35.264764+0000 mon.a (mon.0) 3005 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.912 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:35.265423+0000 mon.a (mon.0) 3006 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.912 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:35.271834+0000 mon.a (mon.0) 3007 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.913 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:35.328946+0000 mon.a (mon.0) 3008 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.913 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:35.330882+0000 mon.a (mon.0) 3009 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.913 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:35.333491+0000 mon.a (mon.0) 3010 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.913 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:35.334275+0000 mon.a (mon.0) 3011 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.913 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:35.341630+0000 mon.a (mon.0) 3012 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:35.914 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:35.423971+0000 mon.a (mon.0) 3013 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:35.914 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:35.427960+0000 mon.a (mon.0) 3014 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:35.914 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:35.431460+0000 mon.a (mon.0) 3015 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:35.914 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:35.432875+0000 mon.a (mon.0) 3016 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:35.914 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:35 smithi117 bash[18692]: audit 2024-03-30T04:41:35.443079+0000 mon.a (mon.0) 3017 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:36.383 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[58141]: debug 2024-03-30T04:41:36.020+0000 7fa98cee4200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-30T04:41:36.857 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cephadm 2024-03-30T04:41:34.760317+0000 mgr.y (mgr.25279) 1070 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.858 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cephadm 2024-03-30T04:41:34.803900+0000 mgr.y (mgr.25279) 1071 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:36.858 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cluster 2024-03-30T04:41:34.807510+0000 mgr.y (mgr.25279) 1072 : cluster [DBG] pgmap v673: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.858 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cluster 2024-03-30T04:41:34.808821+0000 mgr.y (mgr.25279) 1073 : cluster [DBG] pgmap v674: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.858 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cephadm 2024-03-30T04:41:34.813703+0000 mgr.y (mgr.25279) 1074 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.858 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cluster 2024-03-30T04:41:34.870632+0000 mgr.y (mgr.25279) 1075 : cluster [DBG] pgmap v675: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.858 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cluster 2024-03-30T04:41:34.870904+0000 mgr.y (mgr.25279) 1076 : cluster [DBG] pgmap v676: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.858 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cephadm 2024-03-30T04:41:34.904574+0000 mgr.y (mgr.25279) 1077 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:36.858 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cluster 2024-03-30T04:41:34.907990+0000 mgr.y (mgr.25279) 1078 : cluster [DBG] pgmap v677: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.858 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cluster 2024-03-30T04:41:34.908249+0000 mgr.y (mgr.25279) 1079 : cluster [DBG] pgmap v678: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.858 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cephadm 2024-03-30T04:41:34.912430+0000 mgr.y (mgr.25279) 1080 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.858 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cephadm 2024-03-30T04:41:34.955275+0000 mgr.y (mgr.25279) 1081 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:36.858 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cluster 2024-03-30T04:41:34.958654+0000 mgr.y (mgr.25279) 1082 : cluster [DBG] pgmap v679: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.858 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cluster 2024-03-30T04:41:34.958916+0000 mgr.y (mgr.25279) 1083 : cluster [DBG] pgmap v680: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.859 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cephadm 2024-03-30T04:41:34.964898+0000 mgr.y (mgr.25279) 1084 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.859 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cephadm 2024-03-30T04:41:35.008558+0000 mgr.y (mgr.25279) 1085 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:36.859 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cluster 2024-03-30T04:41:35.011747+0000 mgr.y (mgr.25279) 1086 : cluster [DBG] pgmap v681: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.859 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cluster 2024-03-30T04:41:35.012005+0000 mgr.y (mgr.25279) 1087 : cluster [DBG] pgmap v682: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.859 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cephadm 2024-03-30T04:41:35.016420+0000 mgr.y (mgr.25279) 1088 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.859 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cephadm 2024-03-30T04:41:35.059553+0000 mgr.y (mgr.25279) 1089 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:36.860 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cluster 2024-03-30T04:41:35.062526+0000 mgr.y (mgr.25279) 1090 : cluster [DBG] pgmap v683: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.860 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cluster 2024-03-30T04:41:35.062718+0000 mgr.y (mgr.25279) 1091 : cluster [DBG] pgmap v684: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.860 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cephadm 2024-03-30T04:41:35.066930+0000 mgr.y (mgr.25279) 1092 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.860 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cephadm 2024-03-30T04:41:35.109487+0000 mgr.y (mgr.25279) 1093 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:36.860 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cluster 2024-03-30T04:41:35.115261+0000 mgr.y (mgr.25279) 1094 : cluster [DBG] pgmap v685: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.860 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cluster 2024-03-30T04:41:35.115495+0000 mgr.y (mgr.25279) 1095 : cluster [DBG] pgmap v686: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.860 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cephadm 2024-03-30T04:41:35.119836+0000 mgr.y (mgr.25279) 1096 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.860 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cephadm 2024-03-30T04:41:35.162368+0000 mgr.y (mgr.25279) 1097 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:36.860 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cluster 2024-03-30T04:41:35.165183+0000 mgr.y (mgr.25279) 1098 : cluster [DBG] pgmap v687: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.860 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cluster 2024-03-30T04:41:35.165418+0000 mgr.y (mgr.25279) 1099 : cluster [DBG] pgmap v688: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.860 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cephadm 2024-03-30T04:41:35.170159+0000 mgr.y (mgr.25279) 1100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.860 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cephadm 2024-03-30T04:41:35.212535+0000 mgr.y (mgr.25279) 1101 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:36.860 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cluster 2024-03-30T04:41:35.215733+0000 mgr.y (mgr.25279) 1102 : cluster [DBG] pgmap v689: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.861 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cluster 2024-03-30T04:41:35.215965+0000 mgr.y (mgr.25279) 1103 : cluster [DBG] pgmap v690: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.861 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cephadm 2024-03-30T04:41:35.221306+0000 mgr.y (mgr.25279) 1104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.861 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cephadm 2024-03-30T04:41:35.263657+0000 mgr.y (mgr.25279) 1105 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:36.861 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cluster 2024-03-30T04:41:35.266598+0000 mgr.y (mgr.25279) 1106 : cluster [DBG] pgmap v691: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.861 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cluster 2024-03-30T04:41:35.266831+0000 mgr.y (mgr.25279) 1107 : cluster [DBG] pgmap v692: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.861 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cephadm 2024-03-30T04:41:35.272210+0000 mgr.y (mgr.25279) 1108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.861 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cephadm 2024-03-30T04:41:35.331542+0000 mgr.y (mgr.25279) 1109 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:36.861 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cluster 2024-03-30T04:41:35.335921+0000 mgr.y (mgr.25279) 1110 : cluster [DBG] pgmap v693: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.861 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cluster 2024-03-30T04:41:35.336212+0000 mgr.y (mgr.25279) 1111 : cluster [DBG] pgmap v694: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.861 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cephadm 2024-03-30T04:41:35.342204+0000 mgr.y (mgr.25279) 1112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.861 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cephadm 2024-03-30T04:41:35.429119+0000 mgr.y (mgr.25279) 1113 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:36.861 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cluster 2024-03-30T04:41:35.435131+0000 mgr.y (mgr.25279) 1114 : cluster [DBG] pgmap v695: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.861 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cluster 2024-03-30T04:41:35.435349+0000 mgr.y (mgr.25279) 1115 : cluster [DBG] pgmap v696: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.861 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cephadm 2024-03-30T04:41:35.443515+0000 mgr.y (mgr.25279) 1116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.862 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:35.538507+0000 mon.a (mon.0) 3018 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.862 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:35.540767+0000 mon.a (mon.0) 3019 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.862 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cephadm 2024-03-30T04:41:35.541670+0000 mgr.y (mgr.25279) 1117 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:36.862 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:35.543892+0000 mon.a (mon.0) 3020 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.862 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:35.544764+0000 mon.a (mon.0) 3021 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.862 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cluster 2024-03-30T04:41:35.547016+0000 mgr.y (mgr.25279) 1118 : cluster [DBG] pgmap v697: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.862 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cluster 2024-03-30T04:41:35.547673+0000 mgr.y (mgr.25279) 1119 : cluster [DBG] pgmap v698: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.862 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:35.553230+0000 mon.a (mon.0) 3022 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:36.862 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cephadm 2024-03-30T04:41:35.553928+0000 mgr.y (mgr.25279) 1120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.862 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:35.627076+0000 mon.a (mon.0) 3023 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.862 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:35.629500+0000 mon.a (mon.0) 3024 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.862 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cephadm 2024-03-30T04:41:35.630821+0000 mgr.y (mgr.25279) 1121 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:36.862 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:35.633297+0000 mon.a (mon.0) 3025 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.862 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:35.634196+0000 mon.a (mon.0) 3026 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.863 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cluster 2024-03-30T04:41:35.636023+0000 mgr.y (mgr.25279) 1122 : cluster [DBG] pgmap v699: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.863 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cluster 2024-03-30T04:41:35.636463+0000 mgr.y (mgr.25279) 1123 : cluster [DBG] pgmap v700: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.863 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:35.643575+0000 mon.a (mon.0) 3027 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:36.863 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cephadm 2024-03-30T04:41:35.644207+0000 mgr.y (mgr.25279) 1124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.863 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:35.722559+0000 mon.a (mon.0) 3028 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.863 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:35.726690+0000 mon.a (mon.0) 3029 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.863 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cephadm 2024-03-30T04:41:35.727955+0000 mgr.y (mgr.25279) 1125 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:36.863 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:35.730416+0000 mon.a (mon.0) 3030 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.863 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:35.731750+0000 mon.a (mon.0) 3031 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.863 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cluster 2024-03-30T04:41:35.733839+0000 mgr.y (mgr.25279) 1126 : cluster [DBG] pgmap v701: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.863 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cluster 2024-03-30T04:41:35.734056+0000 mgr.y (mgr.25279) 1127 : cluster [DBG] pgmap v702: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.863 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:35.742222+0000 mon.a (mon.0) 3032 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:36.863 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: cephadm 2024-03-30T04:41:35.742828+0000 mgr.y (mgr.25279) 1128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.863 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:35.801735+0000 mon.a (mon.0) 3033 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.864 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:35.804026+0000 mon.a (mon.0) 3034 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.864 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:35.806813+0000 mon.a (mon.0) 3035 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.864 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:35.807559+0000 mon.a (mon.0) 3036 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.864 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:35.817816+0000 mon.a (mon.0) 3037 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:36.864 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:35.863108+0000 mon.a (mon.0) 3038 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.864 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:35.865248+0000 mon.a (mon.0) 3039 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.864 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:35.867316+0000 mon.a (mon.0) 3040 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.864 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:35.868002+0000 mon.a (mon.0) 3041 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.864 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:35.874964+0000 mon.a (mon.0) 3042 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:36.864 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:35.918344+0000 mon.a (mon.0) 3043 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.864 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:35.920444+0000 mon.a (mon.0) 3044 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.864 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:35.922451+0000 mon.a (mon.0) 3045 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.864 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:35.923183+0000 mon.a (mon.0) 3046 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.864 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:35.929276+0000 mon.a (mon.0) 3047 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:36.864 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:35.971536+0000 mon.a (mon.0) 3048 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.865 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:35.973471+0000 mon.a (mon.0) 3049 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.865 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:35.975337+0000 mon.a (mon.0) 3050 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.865 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:35.975970+0000 mon.a (mon.0) 3051 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.865 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:35.981498+0000 mon.a (mon.0) 3052 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:36.865 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:36.023186+0000 mon.a (mon.0) 3053 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.865 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:36.025225+0000 mon.a (mon.0) 3054 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.865 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:36.027138+0000 mon.a (mon.0) 3055 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.865 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:36.027822+0000 mon.a (mon.0) 3056 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.865 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:36.033339+0000 mon.a (mon.0) 3057 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:36.865 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:36.075287+0000 mon.a (mon.0) 3058 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.866 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:41:36] "GET /metrics HTTP/1.1" 200 38239 "" "Prometheus/2.33.4" 2024-03-30T04:41:36.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cephadm 2024-03-30T04:41:34.760317+0000 mgr.y (mgr.25279) 1070 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cephadm 2024-03-30T04:41:34.803900+0000 mgr.y (mgr.25279) 1071 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:36.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cluster 2024-03-30T04:41:34.807510+0000 mgr.y (mgr.25279) 1072 : cluster [DBG] pgmap v673: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cluster 2024-03-30T04:41:34.808821+0000 mgr.y (mgr.25279) 1073 : cluster [DBG] pgmap v674: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cephadm 2024-03-30T04:41:34.813703+0000 mgr.y (mgr.25279) 1074 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cluster 2024-03-30T04:41:34.870632+0000 mgr.y (mgr.25279) 1075 : cluster [DBG] pgmap v675: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cluster 2024-03-30T04:41:34.870904+0000 mgr.y (mgr.25279) 1076 : cluster [DBG] pgmap v676: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cephadm 2024-03-30T04:41:34.904574+0000 mgr.y (mgr.25279) 1077 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:36.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cluster 2024-03-30T04:41:34.907990+0000 mgr.y (mgr.25279) 1078 : cluster [DBG] pgmap v677: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cluster 2024-03-30T04:41:34.908249+0000 mgr.y (mgr.25279) 1079 : cluster [DBG] pgmap v678: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cephadm 2024-03-30T04:41:34.912430+0000 mgr.y (mgr.25279) 1080 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cephadm 2024-03-30T04:41:34.955275+0000 mgr.y (mgr.25279) 1081 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:36.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cluster 2024-03-30T04:41:34.958654+0000 mgr.y (mgr.25279) 1082 : cluster [DBG] pgmap v679: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cluster 2024-03-30T04:41:34.958916+0000 mgr.y (mgr.25279) 1083 : cluster [DBG] pgmap v680: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cephadm 2024-03-30T04:41:34.964898+0000 mgr.y (mgr.25279) 1084 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cephadm 2024-03-30T04:41:35.008558+0000 mgr.y (mgr.25279) 1085 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:36.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cluster 2024-03-30T04:41:35.011747+0000 mgr.y (mgr.25279) 1086 : cluster [DBG] pgmap v681: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cluster 2024-03-30T04:41:35.012005+0000 mgr.y (mgr.25279) 1087 : cluster [DBG] pgmap v682: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cephadm 2024-03-30T04:41:35.016420+0000 mgr.y (mgr.25279) 1088 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cephadm 2024-03-30T04:41:35.059553+0000 mgr.y (mgr.25279) 1089 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:36.868 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:36.077276+0000 mon.a (mon.0) 3059 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.868 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:36.079256+0000 mon.a (mon.0) 3060 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.868 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:36.079925+0000 mon.a (mon.0) 3061 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.868 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:36.085857+0000 mon.a (mon.0) 3062 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:36.868 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:36.128609+0000 mon.a (mon.0) 3063 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.868 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:36.131312+0000 mon.a (mon.0) 3064 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.868 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:36.133293+0000 mon.a (mon.0) 3065 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.868 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:36.134019+0000 mon.a (mon.0) 3066 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.868 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:36.139915+0000 mon.a (mon.0) 3067 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:36.868 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:36.182651+0000 mon.a (mon.0) 3068 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.869 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:36.184791+0000 mon.a (mon.0) 3069 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.869 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:36.186797+0000 mon.a (mon.0) 3070 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.869 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:36.187532+0000 mon.a (mon.0) 3071 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.869 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:36.193581+0000 mon.a (mon.0) 3072 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:36.869 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:36.240692+0000 mon.a (mon.0) 3073 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.869 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:36.243589+0000 mon.a (mon.0) 3074 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.869 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:36.246580+0000 mon.a (mon.0) 3075 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.869 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:36.247575+0000 mon.a (mon.0) 3076 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.869 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:36.254820+0000 mon.a (mon.0) 3077 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:36.869 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:36.329273+0000 mon.a (mon.0) 3078 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.869 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:36.331235+0000 mon.a (mon.0) 3079 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.869 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:36.334151+0000 mon.a (mon.0) 3080 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.869 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:36.335139+0000 mon.a (mon.0) 3081 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.869 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:36.342433+0000 mon.a (mon.0) 3082 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:36.869 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:36.417008+0000 mon.a (mon.0) 3083 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.870 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:36.419081+0000 mon.a (mon.0) 3084 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.870 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:36.421416+0000 mon.a (mon.0) 3085 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.870 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:36.422092+0000 mon.a (mon.0) 3086 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.870 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:36.429797+0000 mon.a (mon.0) 3087 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:36.870 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:36.504163+0000 mon.a (mon.0) 3088 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.870 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:36.506179+0000 mon.a (mon.0) 3089 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.870 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:36.508213+0000 mon.a (mon.0) 3090 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.870 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[18692]: audit 2024-03-30T04:41:36.508899+0000 mon.a (mon.0) 3091 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cephadm 2024-03-30T04:41:34.760317+0000 mgr.y (mgr.25279) 1070 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cephadm 2024-03-30T04:41:34.803900+0000 mgr.y (mgr.25279) 1071 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:36.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cluster 2024-03-30T04:41:34.807510+0000 mgr.y (mgr.25279) 1072 : cluster [DBG] pgmap v673: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cluster 2024-03-30T04:41:34.808821+0000 mgr.y (mgr.25279) 1073 : cluster [DBG] pgmap v674: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cephadm 2024-03-30T04:41:34.813703+0000 mgr.y (mgr.25279) 1074 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cluster 2024-03-30T04:41:34.870632+0000 mgr.y (mgr.25279) 1075 : cluster [DBG] pgmap v675: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cluster 2024-03-30T04:41:34.870904+0000 mgr.y (mgr.25279) 1076 : cluster [DBG] pgmap v676: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cephadm 2024-03-30T04:41:34.904574+0000 mgr.y (mgr.25279) 1077 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:36.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cluster 2024-03-30T04:41:34.907990+0000 mgr.y (mgr.25279) 1078 : cluster [DBG] pgmap v677: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cluster 2024-03-30T04:41:34.908249+0000 mgr.y (mgr.25279) 1079 : cluster [DBG] pgmap v678: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cephadm 2024-03-30T04:41:34.912430+0000 mgr.y (mgr.25279) 1080 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cephadm 2024-03-30T04:41:34.955275+0000 mgr.y (mgr.25279) 1081 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:36.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cluster 2024-03-30T04:41:34.958654+0000 mgr.y (mgr.25279) 1082 : cluster [DBG] pgmap v679: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cluster 2024-03-30T04:41:34.958916+0000 mgr.y (mgr.25279) 1083 : cluster [DBG] pgmap v680: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cephadm 2024-03-30T04:41:34.964898+0000 mgr.y (mgr.25279) 1084 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cephadm 2024-03-30T04:41:35.008558+0000 mgr.y (mgr.25279) 1085 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:36.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cluster 2024-03-30T04:41:35.011747+0000 mgr.y (mgr.25279) 1086 : cluster [DBG] pgmap v681: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cluster 2024-03-30T04:41:35.012005+0000 mgr.y (mgr.25279) 1087 : cluster [DBG] pgmap v682: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cephadm 2024-03-30T04:41:35.016420+0000 mgr.y (mgr.25279) 1088 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cephadm 2024-03-30T04:41:35.059553+0000 mgr.y (mgr.25279) 1089 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:36.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cluster 2024-03-30T04:41:35.062526+0000 mgr.y (mgr.25279) 1090 : cluster [DBG] pgmap v683: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cluster 2024-03-30T04:41:35.062718+0000 mgr.y (mgr.25279) 1091 : cluster [DBG] pgmap v684: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cephadm 2024-03-30T04:41:35.066930+0000 mgr.y (mgr.25279) 1092 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cephadm 2024-03-30T04:41:35.109487+0000 mgr.y (mgr.25279) 1093 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:36.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cluster 2024-03-30T04:41:35.115261+0000 mgr.y (mgr.25279) 1094 : cluster [DBG] pgmap v685: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cluster 2024-03-30T04:41:35.115495+0000 mgr.y (mgr.25279) 1095 : cluster [DBG] pgmap v686: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cephadm 2024-03-30T04:41:35.119836+0000 mgr.y (mgr.25279) 1096 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cephadm 2024-03-30T04:41:35.162368+0000 mgr.y (mgr.25279) 1097 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:36.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cluster 2024-03-30T04:41:35.165183+0000 mgr.y (mgr.25279) 1098 : cluster [DBG] pgmap v687: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cluster 2024-03-30T04:41:35.165418+0000 mgr.y (mgr.25279) 1099 : cluster [DBG] pgmap v688: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cephadm 2024-03-30T04:41:35.170159+0000 mgr.y (mgr.25279) 1100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cephadm 2024-03-30T04:41:35.212535+0000 mgr.y (mgr.25279) 1101 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:36.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cluster 2024-03-30T04:41:35.215733+0000 mgr.y (mgr.25279) 1102 : cluster [DBG] pgmap v689: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cluster 2024-03-30T04:41:35.215965+0000 mgr.y (mgr.25279) 1103 : cluster [DBG] pgmap v690: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cephadm 2024-03-30T04:41:35.221306+0000 mgr.y (mgr.25279) 1104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cephadm 2024-03-30T04:41:35.263657+0000 mgr.y (mgr.25279) 1105 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:36.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cluster 2024-03-30T04:41:35.266598+0000 mgr.y (mgr.25279) 1106 : cluster [DBG] pgmap v691: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cluster 2024-03-30T04:41:35.266831+0000 mgr.y (mgr.25279) 1107 : cluster [DBG] pgmap v692: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cephadm 2024-03-30T04:41:35.272210+0000 mgr.y (mgr.25279) 1108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cephadm 2024-03-30T04:41:35.331542+0000 mgr.y (mgr.25279) 1109 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:36.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cluster 2024-03-30T04:41:35.335921+0000 mgr.y (mgr.25279) 1110 : cluster [DBG] pgmap v693: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cluster 2024-03-30T04:41:35.062526+0000 mgr.y (mgr.25279) 1090 : cluster [DBG] pgmap v683: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cluster 2024-03-30T04:41:35.062718+0000 mgr.y (mgr.25279) 1091 : cluster [DBG] pgmap v684: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cephadm 2024-03-30T04:41:35.066930+0000 mgr.y (mgr.25279) 1092 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cephadm 2024-03-30T04:41:35.109487+0000 mgr.y (mgr.25279) 1093 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:36.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cluster 2024-03-30T04:41:35.115261+0000 mgr.y (mgr.25279) 1094 : cluster [DBG] pgmap v685: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cluster 2024-03-30T04:41:35.115495+0000 mgr.y (mgr.25279) 1095 : cluster [DBG] pgmap v686: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cephadm 2024-03-30T04:41:35.119836+0000 mgr.y (mgr.25279) 1096 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cephadm 2024-03-30T04:41:35.162368+0000 mgr.y (mgr.25279) 1097 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:36.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cluster 2024-03-30T04:41:35.165183+0000 mgr.y (mgr.25279) 1098 : cluster [DBG] pgmap v687: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cluster 2024-03-30T04:41:35.165418+0000 mgr.y (mgr.25279) 1099 : cluster [DBG] pgmap v688: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cephadm 2024-03-30T04:41:35.170159+0000 mgr.y (mgr.25279) 1100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cephadm 2024-03-30T04:41:35.212535+0000 mgr.y (mgr.25279) 1101 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:36.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cluster 2024-03-30T04:41:35.215733+0000 mgr.y (mgr.25279) 1102 : cluster [DBG] pgmap v689: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cluster 2024-03-30T04:41:35.215965+0000 mgr.y (mgr.25279) 1103 : cluster [DBG] pgmap v690: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cephadm 2024-03-30T04:41:35.221306+0000 mgr.y (mgr.25279) 1104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cephadm 2024-03-30T04:41:35.263657+0000 mgr.y (mgr.25279) 1105 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:36.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cluster 2024-03-30T04:41:35.266598+0000 mgr.y (mgr.25279) 1106 : cluster [DBG] pgmap v691: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cluster 2024-03-30T04:41:35.266831+0000 mgr.y (mgr.25279) 1107 : cluster [DBG] pgmap v692: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cephadm 2024-03-30T04:41:35.272210+0000 mgr.y (mgr.25279) 1108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cephadm 2024-03-30T04:41:35.331542+0000 mgr.y (mgr.25279) 1109 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:36.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cluster 2024-03-30T04:41:35.335921+0000 mgr.y (mgr.25279) 1110 : cluster [DBG] pgmap v693: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cluster 2024-03-30T04:41:35.336212+0000 mgr.y (mgr.25279) 1111 : cluster [DBG] pgmap v694: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cephadm 2024-03-30T04:41:35.342204+0000 mgr.y (mgr.25279) 1112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cephadm 2024-03-30T04:41:35.429119+0000 mgr.y (mgr.25279) 1113 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:36.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cluster 2024-03-30T04:41:35.435131+0000 mgr.y (mgr.25279) 1114 : cluster [DBG] pgmap v695: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cluster 2024-03-30T04:41:35.435349+0000 mgr.y (mgr.25279) 1115 : cluster [DBG] pgmap v696: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cephadm 2024-03-30T04:41:35.443515+0000 mgr.y (mgr.25279) 1116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:35.538507+0000 mon.a (mon.0) 3018 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:35.540767+0000 mon.a (mon.0) 3019 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cephadm 2024-03-30T04:41:35.541670+0000 mgr.y (mgr.25279) 1117 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:36.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:35.543892+0000 mon.a (mon.0) 3020 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:35.544764+0000 mon.a (mon.0) 3021 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cluster 2024-03-30T04:41:35.547016+0000 mgr.y (mgr.25279) 1118 : cluster [DBG] pgmap v697: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cluster 2024-03-30T04:41:35.547673+0000 mgr.y (mgr.25279) 1119 : cluster [DBG] pgmap v698: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:35.553230+0000 mon.a (mon.0) 3022 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:36.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cephadm 2024-03-30T04:41:35.553928+0000 mgr.y (mgr.25279) 1120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:35.627076+0000 mon.a (mon.0) 3023 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:35.629500+0000 mon.a (mon.0) 3024 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cephadm 2024-03-30T04:41:35.630821+0000 mgr.y (mgr.25279) 1121 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:36.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:35.633297+0000 mon.a (mon.0) 3025 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:35.634196+0000 mon.a (mon.0) 3026 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cluster 2024-03-30T04:41:35.336212+0000 mgr.y (mgr.25279) 1111 : cluster [DBG] pgmap v694: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cephadm 2024-03-30T04:41:35.342204+0000 mgr.y (mgr.25279) 1112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cephadm 2024-03-30T04:41:35.429119+0000 mgr.y (mgr.25279) 1113 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:36.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cluster 2024-03-30T04:41:35.435131+0000 mgr.y (mgr.25279) 1114 : cluster [DBG] pgmap v695: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cluster 2024-03-30T04:41:35.435349+0000 mgr.y (mgr.25279) 1115 : cluster [DBG] pgmap v696: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cephadm 2024-03-30T04:41:35.443515+0000 mgr.y (mgr.25279) 1116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:35.538507+0000 mon.a (mon.0) 3018 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:35.540767+0000 mon.a (mon.0) 3019 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cephadm 2024-03-30T04:41:35.541670+0000 mgr.y (mgr.25279) 1117 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:36.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:35.543892+0000 mon.a (mon.0) 3020 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:35.544764+0000 mon.a (mon.0) 3021 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cluster 2024-03-30T04:41:35.547016+0000 mgr.y (mgr.25279) 1118 : cluster [DBG] pgmap v697: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cluster 2024-03-30T04:41:35.547673+0000 mgr.y (mgr.25279) 1119 : cluster [DBG] pgmap v698: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:35.553230+0000 mon.a (mon.0) 3022 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:36.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cephadm 2024-03-30T04:41:35.553928+0000 mgr.y (mgr.25279) 1120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:35.627076+0000 mon.a (mon.0) 3023 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:35.629500+0000 mon.a (mon.0) 3024 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cephadm 2024-03-30T04:41:35.630821+0000 mgr.y (mgr.25279) 1121 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:36.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:35.633297+0000 mon.a (mon.0) 3025 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:35.634196+0000 mon.a (mon.0) 3026 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cluster 2024-03-30T04:41:35.636023+0000 mgr.y (mgr.25279) 1122 : cluster [DBG] pgmap v699: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cluster 2024-03-30T04:41:35.636463+0000 mgr.y (mgr.25279) 1123 : cluster [DBG] pgmap v700: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:35.643575+0000 mon.a (mon.0) 3027 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:36.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cephadm 2024-03-30T04:41:35.644207+0000 mgr.y (mgr.25279) 1124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:35.722559+0000 mon.a (mon.0) 3028 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:35.726690+0000 mon.a (mon.0) 3029 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cephadm 2024-03-30T04:41:35.727955+0000 mgr.y (mgr.25279) 1125 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:36.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:35.730416+0000 mon.a (mon.0) 3030 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:35.731750+0000 mon.a (mon.0) 3031 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cluster 2024-03-30T04:41:35.733839+0000 mgr.y (mgr.25279) 1126 : cluster [DBG] pgmap v701: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cluster 2024-03-30T04:41:35.734056+0000 mgr.y (mgr.25279) 1127 : cluster [DBG] pgmap v702: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:35.742222+0000 mon.a (mon.0) 3032 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:36.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: cephadm 2024-03-30T04:41:35.742828+0000 mgr.y (mgr.25279) 1128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:35.801735+0000 mon.a (mon.0) 3033 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:35.804026+0000 mon.a (mon.0) 3034 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:35.806813+0000 mon.a (mon.0) 3035 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:35.807559+0000 mon.a (mon.0) 3036 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:35.817816+0000 mon.a (mon.0) 3037 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:36.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:35.863108+0000 mon.a (mon.0) 3038 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:35.865248+0000 mon.a (mon.0) 3039 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cluster 2024-03-30T04:41:35.636023+0000 mgr.y (mgr.25279) 1122 : cluster [DBG] pgmap v699: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cluster 2024-03-30T04:41:35.636463+0000 mgr.y (mgr.25279) 1123 : cluster [DBG] pgmap v700: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:35.643575+0000 mon.a (mon.0) 3027 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:36.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cephadm 2024-03-30T04:41:35.644207+0000 mgr.y (mgr.25279) 1124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:35.722559+0000 mon.a (mon.0) 3028 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:35.726690+0000 mon.a (mon.0) 3029 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cephadm 2024-03-30T04:41:35.727955+0000 mgr.y (mgr.25279) 1125 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:36.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:35.730416+0000 mon.a (mon.0) 3030 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:35.731750+0000 mon.a (mon.0) 3031 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cluster 2024-03-30T04:41:35.733839+0000 mgr.y (mgr.25279) 1126 : cluster [DBG] pgmap v701: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cluster 2024-03-30T04:41:35.734056+0000 mgr.y (mgr.25279) 1127 : cluster [DBG] pgmap v702: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:36.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:35.742222+0000 mon.a (mon.0) 3032 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:36.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: cephadm 2024-03-30T04:41:35.742828+0000 mgr.y (mgr.25279) 1128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:36.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:35.801735+0000 mon.a (mon.0) 3033 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:35.804026+0000 mon.a (mon.0) 3034 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:35.806813+0000 mon.a (mon.0) 3035 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:35.807559+0000 mon.a (mon.0) 3036 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:35.817816+0000 mon.a (mon.0) 3037 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:36.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:35.863108+0000 mon.a (mon.0) 3038 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:35.865248+0000 mon.a (mon.0) 3039 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:35.867316+0000 mon.a (mon.0) 3040 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:35.868002+0000 mon.a (mon.0) 3041 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:35.874964+0000 mon.a (mon.0) 3042 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:36.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:35.918344+0000 mon.a (mon.0) 3043 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:35.920444+0000 mon.a (mon.0) 3044 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:35.922451+0000 mon.a (mon.0) 3045 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:35.923183+0000 mon.a (mon.0) 3046 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:35.929276+0000 mon.a (mon.0) 3047 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:36.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:35.971536+0000 mon.a (mon.0) 3048 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:35.973471+0000 mon.a (mon.0) 3049 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:35.975337+0000 mon.a (mon.0) 3050 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:35.975970+0000 mon.a (mon.0) 3051 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:35.981498+0000 mon.a (mon.0) 3052 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:36.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:36.023186+0000 mon.a (mon.0) 3053 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:36.025225+0000 mon.a (mon.0) 3054 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:36.027138+0000 mon.a (mon.0) 3055 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:36.027822+0000 mon.a (mon.0) 3056 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:36.033339+0000 mon.a (mon.0) 3057 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:36.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:36.075287+0000 mon.a (mon.0) 3058 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:35.867316+0000 mon.a (mon.0) 3040 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:35.868002+0000 mon.a (mon.0) 3041 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:35.874964+0000 mon.a (mon.0) 3042 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:36.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:35.918344+0000 mon.a (mon.0) 3043 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:35.920444+0000 mon.a (mon.0) 3044 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:35.922451+0000 mon.a (mon.0) 3045 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:35.923183+0000 mon.a (mon.0) 3046 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:35.929276+0000 mon.a (mon.0) 3047 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:36.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:35.971536+0000 mon.a (mon.0) 3048 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:35.973471+0000 mon.a (mon.0) 3049 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:35.975337+0000 mon.a (mon.0) 3050 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:35.975970+0000 mon.a (mon.0) 3051 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:35.981498+0000 mon.a (mon.0) 3052 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:36.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:36.023186+0000 mon.a (mon.0) 3053 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:36.025225+0000 mon.a (mon.0) 3054 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:36.027138+0000 mon.a (mon.0) 3055 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:36.027822+0000 mon.a (mon.0) 3056 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:36.033339+0000 mon.a (mon.0) 3057 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:36.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:36.075287+0000 mon.a (mon.0) 3058 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:36.077276+0000 mon.a (mon.0) 3059 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:36.079256+0000 mon.a (mon.0) 3060 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:36.079925+0000 mon.a (mon.0) 3061 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:36.085857+0000 mon.a (mon.0) 3062 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:36.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:36.128609+0000 mon.a (mon.0) 3063 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:36.131312+0000 mon.a (mon.0) 3064 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:36.133293+0000 mon.a (mon.0) 3065 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:36.134019+0000 mon.a (mon.0) 3066 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:36.139915+0000 mon.a (mon.0) 3067 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:36.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:36.182651+0000 mon.a (mon.0) 3068 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:36.184791+0000 mon.a (mon.0) 3069 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:36.186797+0000 mon.a (mon.0) 3070 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:36.187532+0000 mon.a (mon.0) 3071 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:36.193581+0000 mon.a (mon.0) 3072 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:36.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:36.240692+0000 mon.a (mon.0) 3073 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:36.243589+0000 mon.a (mon.0) 3074 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:36.246580+0000 mon.a (mon.0) 3075 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:36.247575+0000 mon.a (mon.0) 3076 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:36.254820+0000 mon.a (mon.0) 3077 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:36.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:36.077276+0000 mon.a (mon.0) 3059 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:36.079256+0000 mon.a (mon.0) 3060 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:36.079925+0000 mon.a (mon.0) 3061 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:36.085857+0000 mon.a (mon.0) 3062 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:36.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:36.128609+0000 mon.a (mon.0) 3063 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:36.131312+0000 mon.a (mon.0) 3064 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:36.133293+0000 mon.a (mon.0) 3065 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:36.134019+0000 mon.a (mon.0) 3066 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:36.139915+0000 mon.a (mon.0) 3067 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:36.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:36.182651+0000 mon.a (mon.0) 3068 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:36.184791+0000 mon.a (mon.0) 3069 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:36.186797+0000 mon.a (mon.0) 3070 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:36.187532+0000 mon.a (mon.0) 3071 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:36.193581+0000 mon.a (mon.0) 3072 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:36.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:36.240692+0000 mon.a (mon.0) 3073 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:36.243589+0000 mon.a (mon.0) 3074 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:36.246580+0000 mon.a (mon.0) 3075 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:36.247575+0000 mon.a (mon.0) 3076 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:36.254820+0000 mon.a (mon.0) 3077 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:36.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:36.329273+0000 mon.a (mon.0) 3078 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.889 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:36.331235+0000 mon.a (mon.0) 3079 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.889 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:36.334151+0000 mon.a (mon.0) 3080 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.889 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:36.335139+0000 mon.a (mon.0) 3081 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.889 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:36.342433+0000 mon.a (mon.0) 3082 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:36.889 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:36.417008+0000 mon.a (mon.0) 3083 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.889 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:36.419081+0000 mon.a (mon.0) 3084 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.889 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:36.421416+0000 mon.a (mon.0) 3085 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.889 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:36.422092+0000 mon.a (mon.0) 3086 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.889 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:36.429797+0000 mon.a (mon.0) 3087 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:36.889 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:36.504163+0000 mon.a (mon.0) 3088 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.889 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:36.506179+0000 mon.a (mon.0) 3089 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.889 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:36.508213+0000 mon.a (mon.0) 3090 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.889 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[18552]: audit 2024-03-30T04:41:36.508899+0000 mon.a (mon.0) 3091 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:36.329273+0000 mon.a (mon.0) 3078 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:36.331235+0000 mon.a (mon.0) 3079 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:36.334151+0000 mon.a (mon.0) 3080 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:36.335139+0000 mon.a (mon.0) 3081 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:36.342433+0000 mon.a (mon.0) 3082 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:36.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:36.417008+0000 mon.a (mon.0) 3083 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:36.419081+0000 mon.a (mon.0) 3084 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:36.421416+0000 mon.a (mon.0) 3085 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:36.422092+0000 mon.a (mon.0) 3086 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:36.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:36.429797+0000 mon.a (mon.0) 3087 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:36.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:36.504163+0000 mon.a (mon.0) 3088 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:36.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:36.506179+0000 mon.a (mon.0) 3089 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:36.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:36.508213+0000 mon.a (mon.0) 3090 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:36.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:36 smithi111 bash[24005]: audit 2024-03-30T04:41:36.508899+0000 mon.a (mon.0) 3091 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:37.133 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[58141]: debug 2024-03-30T04:41:36.864+0000 7fa98cee4200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-30T04:41:37.134 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:36 smithi117 bash[58141]: debug 2024-03-30T04:41:36.988+0000 7fa98cee4200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-30T04:41:37.134 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[58141]: debug 2024-03-30T04:41:37.104+0000 7fa98cee4200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-30T04:41:37.134 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:41:36 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Scheduled restart job, restart counter is at 8. 2024-03-30T04:41:37.134 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:41:36 smithi117 systemd[1]: Stopped Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:41:37.134 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:41:36 smithi117 systemd[1]: Started Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:41:37.699 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[58141]: debug 2024-03-30T04:41:37.472+0000 7fa98cee4200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-30T04:41:37.699 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cephadm 2024-03-30T04:41:35.804943+0000 mgr.y (mgr.25279) 1129 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.700 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cluster 2024-03-30T04:41:35.809033+0000 mgr.y (mgr.25279) 1130 : cluster [DBG] pgmap v703: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.700 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cluster 2024-03-30T04:41:35.809321+0000 mgr.y (mgr.25279) 1131 : cluster [DBG] pgmap v704: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.700 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cephadm 2024-03-30T04:41:35.818301+0000 mgr.y (mgr.25279) 1132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.700 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cephadm 2024-03-30T04:41:35.865988+0000 mgr.y (mgr.25279) 1133 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.700 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cluster 2024-03-30T04:41:35.869272+0000 mgr.y (mgr.25279) 1134 : cluster [DBG] pgmap v705: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.700 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cluster 2024-03-30T04:41:35.869521+0000 mgr.y (mgr.25279) 1135 : cluster [DBG] pgmap v706: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.700 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cephadm 2024-03-30T04:41:35.875478+0000 mgr.y (mgr.25279) 1136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.700 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cephadm 2024-03-30T04:41:35.921186+0000 mgr.y (mgr.25279) 1137 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.700 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cluster 2024-03-30T04:41:35.924572+0000 mgr.y (mgr.25279) 1138 : cluster [DBG] pgmap v707: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.700 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cluster 2024-03-30T04:41:35.924865+0000 mgr.y (mgr.25279) 1139 : cluster [DBG] pgmap v708: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.700 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cephadm 2024-03-30T04:41:35.929759+0000 mgr.y (mgr.25279) 1140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.700 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cephadm 2024-03-30T04:41:35.974095+0000 mgr.y (mgr.25279) 1141 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.700 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cluster 2024-03-30T04:41:35.977228+0000 mgr.y (mgr.25279) 1142 : cluster [DBG] pgmap v709: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.701 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cluster 2024-03-30T04:41:35.977501+0000 mgr.y (mgr.25279) 1143 : cluster [DBG] pgmap v710: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.701 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cephadm 2024-03-30T04:41:35.981874+0000 mgr.y (mgr.25279) 1144 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.701 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cephadm 2024-03-30T04:41:36.025899+0000 mgr.y (mgr.25279) 1145 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.701 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cluster 2024-03-30T04:41:36.029036+0000 mgr.y (mgr.25279) 1146 : cluster [DBG] pgmap v711: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.701 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cluster 2024-03-30T04:41:36.029292+0000 mgr.y (mgr.25279) 1147 : cluster [DBG] pgmap v712: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.701 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cephadm 2024-03-30T04:41:36.033712+0000 mgr.y (mgr.25279) 1148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.701 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cephadm 2024-03-30T04:41:36.078014+0000 mgr.y (mgr.25279) 1149 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.701 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cluster 2024-03-30T04:41:36.081261+0000 mgr.y (mgr.25279) 1150 : cluster [DBG] pgmap v713: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.701 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cluster 2024-03-30T04:41:36.081533+0000 mgr.y (mgr.25279) 1151 : cluster [DBG] pgmap v714: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.702 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cephadm 2024-03-30T04:41:36.086265+0000 mgr.y (mgr.25279) 1152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.702 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cephadm 2024-03-30T04:41:36.131979+0000 mgr.y (mgr.25279) 1153 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.702 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cluster 2024-03-30T04:41:36.135316+0000 mgr.y (mgr.25279) 1154 : cluster [DBG] pgmap v715: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.702 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cluster 2024-03-30T04:41:36.135538+0000 mgr.y (mgr.25279) 1155 : cluster [DBG] pgmap v716: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.702 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cephadm 2024-03-30T04:41:36.140390+0000 mgr.y (mgr.25279) 1156 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.702 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cephadm 2024-03-30T04:41:36.185498+0000 mgr.y (mgr.25279) 1157 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.702 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cluster 2024-03-30T04:41:36.188861+0000 mgr.y (mgr.25279) 1158 : cluster [DBG] pgmap v717: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.702 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cluster 2024-03-30T04:41:36.189060+0000 mgr.y (mgr.25279) 1159 : cluster [DBG] pgmap v718: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.702 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cephadm 2024-03-30T04:41:36.194053+0000 mgr.y (mgr.25279) 1160 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.702 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cephadm 2024-03-30T04:41:36.244667+0000 mgr.y (mgr.25279) 1161 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.702 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cluster 2024-03-30T04:41:36.249346+0000 mgr.y (mgr.25279) 1162 : cluster [DBG] pgmap v719: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.702 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cluster 2024-03-30T04:41:36.249674+0000 mgr.y (mgr.25279) 1163 : cluster [DBG] pgmap v720: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.703 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cephadm 2024-03-30T04:41:36.255382+0000 mgr.y (mgr.25279) 1164 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.703 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cephadm 2024-03-30T04:41:36.332060+0000 mgr.y (mgr.25279) 1165 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.703 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cluster 2024-03-30T04:41:36.336845+0000 mgr.y (mgr.25279) 1166 : cluster [DBG] pgmap v721: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.703 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cluster 2024-03-30T04:41:36.337180+0000 mgr.y (mgr.25279) 1167 : cluster [DBG] pgmap v722: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.703 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cephadm 2024-03-30T04:41:36.342909+0000 mgr.y (mgr.25279) 1168 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.703 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cephadm 2024-03-30T04:41:36.419904+0000 mgr.y (mgr.25279) 1169 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.703 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cluster 2024-03-30T04:41:36.423478+0000 mgr.y (mgr.25279) 1170 : cluster [DBG] pgmap v723: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.703 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cluster 2024-03-30T04:41:36.423842+0000 mgr.y (mgr.25279) 1171 : cluster [DBG] pgmap v724: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.703 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cephadm 2024-03-30T04:41:36.430192+0000 mgr.y (mgr.25279) 1172 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.704 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cephadm 2024-03-30T04:41:36.506938+0000 mgr.y (mgr.25279) 1173 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.704 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cluster 2024-03-30T04:41:36.510564+0000 mgr.y (mgr.25279) 1174 : cluster [DBG] pgmap v725: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.704 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cluster 2024-03-30T04:41:36.510980+0000 mgr.y (mgr.25279) 1175 : cluster [DBG] pgmap v726: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.704 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:36.517993+0000 mon.a (mon.0) 3092 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:37.704 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cephadm 2024-03-30T04:41:36.518451+0000 mgr.y (mgr.25279) 1176 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.704 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:36.574956+0000 mon.a (mon.0) 3093 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:37.704 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:36.576888+0000 mon.a (mon.0) 3094 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:37.704 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cephadm 2024-03-30T04:41:36.577729+0000 mgr.y (mgr.25279) 1177 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.704 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:36.579274+0000 mon.a (mon.0) 3095 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:37.704 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:36.580112+0000 mon.a (mon.0) 3096 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:37.704 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cluster 2024-03-30T04:41:36.581722+0000 mgr.y (mgr.25279) 1178 : cluster [DBG] pgmap v727: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.704 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cluster 2024-03-30T04:41:36.581959+0000 mgr.y (mgr.25279) 1179 : cluster [DBG] pgmap v728: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.704 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:36.586115+0000 mon.a (mon.0) 3097 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:37.704 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cephadm 2024-03-30T04:41:36.586562+0000 mgr.y (mgr.25279) 1180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.705 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:36.627074+0000 mon.a (mon.0) 3098 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:37.705 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:36.628803+0000 mon.a (mon.0) 3099 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:37.705 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cephadm 2024-03-30T04:41:36.629373+0000 mgr.y (mgr.25279) 1181 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.705 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:36.630565+0000 mon.a (mon.0) 3100 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:37.705 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:36.631202+0000 mon.a (mon.0) 3101 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:37.705 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cluster 2024-03-30T04:41:36.632316+0000 mgr.y (mgr.25279) 1182 : cluster [DBG] pgmap v729: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.705 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cluster 2024-03-30T04:41:36.632489+0000 mgr.y (mgr.25279) 1183 : cluster [DBG] pgmap v730: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.705 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:36.636266+0000 mon.a (mon.0) 3102 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:37.705 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cephadm 2024-03-30T04:41:36.636617+0000 mgr.y (mgr.25279) 1184 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.705 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:36.677366+0000 mon.a (mon.0) 3103 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:37.705 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:36.679234+0000 mon.a (mon.0) 3104 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:37.705 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cephadm 2024-03-30T04:41:36.679979+0000 mgr.y (mgr.25279) 1185 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.705 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:36.681720+0000 mon.a (mon.0) 3105 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:37.705 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:36.682424+0000 mon.a (mon.0) 3106 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:37.706 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cluster 2024-03-30T04:41:36.683713+0000 mgr.y (mgr.25279) 1186 : cluster [DBG] pgmap v731: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.706 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cluster 2024-03-30T04:41:36.683916+0000 mgr.y (mgr.25279) 1187 : cluster [DBG] pgmap v732: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.706 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:36.688317+0000 mon.a (mon.0) 3107 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:37.706 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cephadm 2024-03-30T04:41:36.688781+0000 mgr.y (mgr.25279) 1188 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.706 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:36.728990+0000 mon.a (mon.0) 3108 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:37.706 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:36.730716+0000 mon.a (mon.0) 3109 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:37.706 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cephadm 2024-03-30T04:41:36.731362+0000 mgr.y (mgr.25279) 1189 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.706 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:36.732481+0000 mon.a (mon.0) 3110 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:37.822 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cephadm 2024-03-30T04:41:35.804943+0000 mgr.y (mgr.25279) 1129 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.822 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cluster 2024-03-30T04:41:35.809033+0000 mgr.y (mgr.25279) 1130 : cluster [DBG] pgmap v703: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.822 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cluster 2024-03-30T04:41:35.809321+0000 mgr.y (mgr.25279) 1131 : cluster [DBG] pgmap v704: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.822 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cephadm 2024-03-30T04:41:35.818301+0000 mgr.y (mgr.25279) 1132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.822 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cephadm 2024-03-30T04:41:35.865988+0000 mgr.y (mgr.25279) 1133 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.822 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cluster 2024-03-30T04:41:35.869272+0000 mgr.y (mgr.25279) 1134 : cluster [DBG] pgmap v705: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.822 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cluster 2024-03-30T04:41:35.869521+0000 mgr.y (mgr.25279) 1135 : cluster [DBG] pgmap v706: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.822 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cephadm 2024-03-30T04:41:35.875478+0000 mgr.y (mgr.25279) 1136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.823 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cephadm 2024-03-30T04:41:35.921186+0000 mgr.y (mgr.25279) 1137 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.823 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cluster 2024-03-30T04:41:35.924572+0000 mgr.y (mgr.25279) 1138 : cluster [DBG] pgmap v707: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.823 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cluster 2024-03-30T04:41:35.924865+0000 mgr.y (mgr.25279) 1139 : cluster [DBG] pgmap v708: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.823 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cephadm 2024-03-30T04:41:35.929759+0000 mgr.y (mgr.25279) 1140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.823 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cephadm 2024-03-30T04:41:35.974095+0000 mgr.y (mgr.25279) 1141 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.823 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cluster 2024-03-30T04:41:35.977228+0000 mgr.y (mgr.25279) 1142 : cluster [DBG] pgmap v709: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.823 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cluster 2024-03-30T04:41:35.977501+0000 mgr.y (mgr.25279) 1143 : cluster [DBG] pgmap v710: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.823 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cephadm 2024-03-30T04:41:35.981874+0000 mgr.y (mgr.25279) 1144 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.823 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cephadm 2024-03-30T04:41:36.025899+0000 mgr.y (mgr.25279) 1145 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.823 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cluster 2024-03-30T04:41:36.029036+0000 mgr.y (mgr.25279) 1146 : cluster [DBG] pgmap v711: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.823 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cluster 2024-03-30T04:41:36.029292+0000 mgr.y (mgr.25279) 1147 : cluster [DBG] pgmap v712: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.823 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cephadm 2024-03-30T04:41:36.033712+0000 mgr.y (mgr.25279) 1148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cephadm 2024-03-30T04:41:35.804943+0000 mgr.y (mgr.25279) 1129 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cluster 2024-03-30T04:41:35.809033+0000 mgr.y (mgr.25279) 1130 : cluster [DBG] pgmap v703: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cluster 2024-03-30T04:41:35.809321+0000 mgr.y (mgr.25279) 1131 : cluster [DBG] pgmap v704: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cephadm 2024-03-30T04:41:35.818301+0000 mgr.y (mgr.25279) 1132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cephadm 2024-03-30T04:41:35.865988+0000 mgr.y (mgr.25279) 1133 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cluster 2024-03-30T04:41:35.869272+0000 mgr.y (mgr.25279) 1134 : cluster [DBG] pgmap v705: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cluster 2024-03-30T04:41:35.869521+0000 mgr.y (mgr.25279) 1135 : cluster [DBG] pgmap v706: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cephadm 2024-03-30T04:41:35.875478+0000 mgr.y (mgr.25279) 1136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cephadm 2024-03-30T04:41:35.921186+0000 mgr.y (mgr.25279) 1137 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.825 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cluster 2024-03-30T04:41:35.924572+0000 mgr.y (mgr.25279) 1138 : cluster [DBG] pgmap v707: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.825 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cluster 2024-03-30T04:41:35.924865+0000 mgr.y (mgr.25279) 1139 : cluster [DBG] pgmap v708: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.825 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cephadm 2024-03-30T04:41:35.929759+0000 mgr.y (mgr.25279) 1140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.825 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cephadm 2024-03-30T04:41:35.974095+0000 mgr.y (mgr.25279) 1141 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.825 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cluster 2024-03-30T04:41:35.977228+0000 mgr.y (mgr.25279) 1142 : cluster [DBG] pgmap v709: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.825 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cluster 2024-03-30T04:41:35.977501+0000 mgr.y (mgr.25279) 1143 : cluster [DBG] pgmap v710: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.825 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cephadm 2024-03-30T04:41:35.981874+0000 mgr.y (mgr.25279) 1144 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.825 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cephadm 2024-03-30T04:41:36.025899+0000 mgr.y (mgr.25279) 1145 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.825 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cluster 2024-03-30T04:41:36.029036+0000 mgr.y (mgr.25279) 1146 : cluster [DBG] pgmap v711: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.825 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cluster 2024-03-30T04:41:36.029292+0000 mgr.y (mgr.25279) 1147 : cluster [DBG] pgmap v712: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.825 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cephadm 2024-03-30T04:41:36.033712+0000 mgr.y (mgr.25279) 1148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.825 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cephadm 2024-03-30T04:41:36.078014+0000 mgr.y (mgr.25279) 1149 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.825 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cluster 2024-03-30T04:41:36.081261+0000 mgr.y (mgr.25279) 1150 : cluster [DBG] pgmap v713: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.825 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cluster 2024-03-30T04:41:36.081533+0000 mgr.y (mgr.25279) 1151 : cluster [DBG] pgmap v714: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.825 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cephadm 2024-03-30T04:41:36.086265+0000 mgr.y (mgr.25279) 1152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.826 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cephadm 2024-03-30T04:41:36.131979+0000 mgr.y (mgr.25279) 1153 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.826 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cluster 2024-03-30T04:41:36.135316+0000 mgr.y (mgr.25279) 1154 : cluster [DBG] pgmap v715: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.826 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cluster 2024-03-30T04:41:36.135538+0000 mgr.y (mgr.25279) 1155 : cluster [DBG] pgmap v716: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.826 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cephadm 2024-03-30T04:41:36.140390+0000 mgr.y (mgr.25279) 1156 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.826 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cephadm 2024-03-30T04:41:36.185498+0000 mgr.y (mgr.25279) 1157 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.826 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cluster 2024-03-30T04:41:36.188861+0000 mgr.y (mgr.25279) 1158 : cluster [DBG] pgmap v717: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.826 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cluster 2024-03-30T04:41:36.189060+0000 mgr.y (mgr.25279) 1159 : cluster [DBG] pgmap v718: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.826 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cephadm 2024-03-30T04:41:36.194053+0000 mgr.y (mgr.25279) 1160 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.826 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cephadm 2024-03-30T04:41:36.244667+0000 mgr.y (mgr.25279) 1161 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.826 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cluster 2024-03-30T04:41:36.249346+0000 mgr.y (mgr.25279) 1162 : cluster [DBG] pgmap v719: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.826 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cluster 2024-03-30T04:41:36.249674+0000 mgr.y (mgr.25279) 1163 : cluster [DBG] pgmap v720: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.826 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cephadm 2024-03-30T04:41:36.255382+0000 mgr.y (mgr.25279) 1164 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.826 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cephadm 2024-03-30T04:41:36.332060+0000 mgr.y (mgr.25279) 1165 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.826 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cluster 2024-03-30T04:41:36.336845+0000 mgr.y (mgr.25279) 1166 : cluster [DBG] pgmap v721: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.826 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cluster 2024-03-30T04:41:36.337180+0000 mgr.y (mgr.25279) 1167 : cluster [DBG] pgmap v722: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cephadm 2024-03-30T04:41:36.342909+0000 mgr.y (mgr.25279) 1168 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cephadm 2024-03-30T04:41:36.419904+0000 mgr.y (mgr.25279) 1169 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.827 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cephadm 2024-03-30T04:41:36.078014+0000 mgr.y (mgr.25279) 1149 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.827 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cluster 2024-03-30T04:41:36.081261+0000 mgr.y (mgr.25279) 1150 : cluster [DBG] pgmap v713: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.827 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cluster 2024-03-30T04:41:36.081533+0000 mgr.y (mgr.25279) 1151 : cluster [DBG] pgmap v714: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.827 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cephadm 2024-03-30T04:41:36.086265+0000 mgr.y (mgr.25279) 1152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.827 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cephadm 2024-03-30T04:41:36.131979+0000 mgr.y (mgr.25279) 1153 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.827 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cluster 2024-03-30T04:41:36.135316+0000 mgr.y (mgr.25279) 1154 : cluster [DBG] pgmap v715: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.827 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cluster 2024-03-30T04:41:36.135538+0000 mgr.y (mgr.25279) 1155 : cluster [DBG] pgmap v716: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.827 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cephadm 2024-03-30T04:41:36.140390+0000 mgr.y (mgr.25279) 1156 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.827 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cephadm 2024-03-30T04:41:36.185498+0000 mgr.y (mgr.25279) 1157 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.828 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cluster 2024-03-30T04:41:36.188861+0000 mgr.y (mgr.25279) 1158 : cluster [DBG] pgmap v717: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.828 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cluster 2024-03-30T04:41:36.189060+0000 mgr.y (mgr.25279) 1159 : cluster [DBG] pgmap v718: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.828 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cephadm 2024-03-30T04:41:36.194053+0000 mgr.y (mgr.25279) 1160 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.828 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cephadm 2024-03-30T04:41:36.244667+0000 mgr.y (mgr.25279) 1161 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.828 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cluster 2024-03-30T04:41:36.249346+0000 mgr.y (mgr.25279) 1162 : cluster [DBG] pgmap v719: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.828 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cluster 2024-03-30T04:41:36.249674+0000 mgr.y (mgr.25279) 1163 : cluster [DBG] pgmap v720: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.828 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cephadm 2024-03-30T04:41:36.255382+0000 mgr.y (mgr.25279) 1164 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.828 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cephadm 2024-03-30T04:41:36.332060+0000 mgr.y (mgr.25279) 1165 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.828 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cluster 2024-03-30T04:41:36.336845+0000 mgr.y (mgr.25279) 1166 : cluster [DBG] pgmap v721: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.828 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cluster 2024-03-30T04:41:36.337180+0000 mgr.y (mgr.25279) 1167 : cluster [DBG] pgmap v722: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.828 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cephadm 2024-03-30T04:41:36.342909+0000 mgr.y (mgr.25279) 1168 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.828 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cephadm 2024-03-30T04:41:36.419904+0000 mgr.y (mgr.25279) 1169 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.829 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cluster 2024-03-30T04:41:36.423478+0000 mgr.y (mgr.25279) 1170 : cluster [DBG] pgmap v723: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.829 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cluster 2024-03-30T04:41:36.423842+0000 mgr.y (mgr.25279) 1171 : cluster [DBG] pgmap v724: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.829 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cephadm 2024-03-30T04:41:36.430192+0000 mgr.y (mgr.25279) 1172 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.829 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cephadm 2024-03-30T04:41:36.506938+0000 mgr.y (mgr.25279) 1173 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.829 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cluster 2024-03-30T04:41:36.510564+0000 mgr.y (mgr.25279) 1174 : cluster [DBG] pgmap v725: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.829 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cluster 2024-03-30T04:41:36.510980+0000 mgr.y (mgr.25279) 1175 : cluster [DBG] pgmap v726: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.829 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:36.517993+0000 mon.a (mon.0) 3092 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:37.829 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cephadm 2024-03-30T04:41:36.518451+0000 mgr.y (mgr.25279) 1176 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.829 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:36.574956+0000 mon.a (mon.0) 3093 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:37.829 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:36.576888+0000 mon.a (mon.0) 3094 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:37.829 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cephadm 2024-03-30T04:41:36.577729+0000 mgr.y (mgr.25279) 1177 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.830 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:36.579274+0000 mon.a (mon.0) 3095 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:37.830 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:36.580112+0000 mon.a (mon.0) 3096 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:37.830 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cluster 2024-03-30T04:41:36.581722+0000 mgr.y (mgr.25279) 1178 : cluster [DBG] pgmap v727: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.830 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cluster 2024-03-30T04:41:36.581959+0000 mgr.y (mgr.25279) 1179 : cluster [DBG] pgmap v728: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.830 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:36.586115+0000 mon.a (mon.0) 3097 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:37.830 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cephadm 2024-03-30T04:41:36.586562+0000 mgr.y (mgr.25279) 1180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.830 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:36.627074+0000 mon.a (mon.0) 3098 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:37.830 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:36.628803+0000 mon.a (mon.0) 3099 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:37.830 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cephadm 2024-03-30T04:41:36.629373+0000 mgr.y (mgr.25279) 1181 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.830 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:36.630565+0000 mon.a (mon.0) 3100 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:37.830 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cluster 2024-03-30T04:41:36.423478+0000 mgr.y (mgr.25279) 1170 : cluster [DBG] pgmap v723: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.831 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cluster 2024-03-30T04:41:36.423842+0000 mgr.y (mgr.25279) 1171 : cluster [DBG] pgmap v724: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.831 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cephadm 2024-03-30T04:41:36.430192+0000 mgr.y (mgr.25279) 1172 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.831 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cephadm 2024-03-30T04:41:36.506938+0000 mgr.y (mgr.25279) 1173 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.831 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cluster 2024-03-30T04:41:36.510564+0000 mgr.y (mgr.25279) 1174 : cluster [DBG] pgmap v725: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.831 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cluster 2024-03-30T04:41:36.510980+0000 mgr.y (mgr.25279) 1175 : cluster [DBG] pgmap v726: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.831 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:36.517993+0000 mon.a (mon.0) 3092 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:37.831 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cephadm 2024-03-30T04:41:36.518451+0000 mgr.y (mgr.25279) 1176 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.831 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:36.574956+0000 mon.a (mon.0) 3093 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:37.831 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:36.576888+0000 mon.a (mon.0) 3094 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:37.831 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cephadm 2024-03-30T04:41:36.577729+0000 mgr.y (mgr.25279) 1177 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.831 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:36.579274+0000 mon.a (mon.0) 3095 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:37.831 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:36.580112+0000 mon.a (mon.0) 3096 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:37.831 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cluster 2024-03-30T04:41:36.581722+0000 mgr.y (mgr.25279) 1178 : cluster [DBG] pgmap v727: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.831 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cluster 2024-03-30T04:41:36.581959+0000 mgr.y (mgr.25279) 1179 : cluster [DBG] pgmap v728: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.832 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:36.586115+0000 mon.a (mon.0) 3097 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:37.832 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cephadm 2024-03-30T04:41:36.586562+0000 mgr.y (mgr.25279) 1180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.832 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:36.627074+0000 mon.a (mon.0) 3098 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:37.832 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:36.628803+0000 mon.a (mon.0) 3099 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:37.832 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cephadm 2024-03-30T04:41:36.629373+0000 mgr.y (mgr.25279) 1181 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.832 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:36.630565+0000 mon.a (mon.0) 3100 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:37.832 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:36.631202+0000 mon.a (mon.0) 3101 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:37.832 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cluster 2024-03-30T04:41:36.632316+0000 mgr.y (mgr.25279) 1182 : cluster [DBG] pgmap v729: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.832 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cluster 2024-03-30T04:41:36.632489+0000 mgr.y (mgr.25279) 1183 : cluster [DBG] pgmap v730: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.832 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:36.636266+0000 mon.a (mon.0) 3102 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:37.832 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cephadm 2024-03-30T04:41:36.636617+0000 mgr.y (mgr.25279) 1184 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.833 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:36.677366+0000 mon.a (mon.0) 3103 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:37.833 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:36.679234+0000 mon.a (mon.0) 3104 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:37.833 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cephadm 2024-03-30T04:41:36.679979+0000 mgr.y (mgr.25279) 1185 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.833 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:36.681720+0000 mon.a (mon.0) 3105 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:37.833 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:36.682424+0000 mon.a (mon.0) 3106 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:37.833 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cluster 2024-03-30T04:41:36.683713+0000 mgr.y (mgr.25279) 1186 : cluster [DBG] pgmap v731: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.833 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cluster 2024-03-30T04:41:36.683916+0000 mgr.y (mgr.25279) 1187 : cluster [DBG] pgmap v732: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.833 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:36.688317+0000 mon.a (mon.0) 3107 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:37.833 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cephadm 2024-03-30T04:41:36.688781+0000 mgr.y (mgr.25279) 1188 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.833 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:36.728990+0000 mon.a (mon.0) 3108 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:37.833 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:36.730716+0000 mon.a (mon.0) 3109 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:37.833 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cephadm 2024-03-30T04:41:36.731362+0000 mgr.y (mgr.25279) 1189 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.833 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:36.732481+0000 mon.a (mon.0) 3110 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:37.834 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:36.733084+0000 mon.a (mon.0) 3111 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:37.834 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:36.631202+0000 mon.a (mon.0) 3101 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:37.834 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cluster 2024-03-30T04:41:36.632316+0000 mgr.y (mgr.25279) 1182 : cluster [DBG] pgmap v729: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.834 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cluster 2024-03-30T04:41:36.632489+0000 mgr.y (mgr.25279) 1183 : cluster [DBG] pgmap v730: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.834 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:36.636266+0000 mon.a (mon.0) 3102 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:37.834 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cephadm 2024-03-30T04:41:36.636617+0000 mgr.y (mgr.25279) 1184 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.834 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:36.677366+0000 mon.a (mon.0) 3103 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:37.834 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:36.679234+0000 mon.a (mon.0) 3104 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:37.834 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cephadm 2024-03-30T04:41:36.679979+0000 mgr.y (mgr.25279) 1185 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.834 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:36.681720+0000 mon.a (mon.0) 3105 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:37.835 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:36.682424+0000 mon.a (mon.0) 3106 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:37.835 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cluster 2024-03-30T04:41:36.683713+0000 mgr.y (mgr.25279) 1186 : cluster [DBG] pgmap v731: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.835 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cluster 2024-03-30T04:41:36.683916+0000 mgr.y (mgr.25279) 1187 : cluster [DBG] pgmap v732: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.835 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:36.688317+0000 mon.a (mon.0) 3107 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:37.835 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cephadm 2024-03-30T04:41:36.688781+0000 mgr.y (mgr.25279) 1188 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.835 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:36.728990+0000 mon.a (mon.0) 3108 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:37.835 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:36.730716+0000 mon.a (mon.0) 3109 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:37.835 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cephadm 2024-03-30T04:41:36.731362+0000 mgr.y (mgr.25279) 1189 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:37.835 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:36.732481+0000 mon.a (mon.0) 3110 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:37.835 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:36.733084+0000 mon.a (mon.0) 3111 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:37.835 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cluster 2024-03-30T04:41:36.734234+0000 mgr.y (mgr.25279) 1190 : cluster [DBG] pgmap v733: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cluster 2024-03-30T04:41:36.734463+0000 mgr.y (mgr.25279) 1191 : cluster [DBG] pgmap v734: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:36.738659+0000 mon.a (mon.0) 3112 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:37.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: cephadm 2024-03-30T04:41:36.739032+0000 mgr.y (mgr.25279) 1192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:36.779302+0000 mon.a (mon.0) 3113 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:37.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:36.781142+0000 mon.a (mon.0) 3114 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:37.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:36.783260+0000 mon.a (mon.0) 3115 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:37.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:36.783884+0000 mon.a (mon.0) 3116 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:37.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:36.790406+0000 mon.a (mon.0) 3117 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:37.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:36.847196+0000 mon.a (mon.0) 3118 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:37.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:36.849198+0000 mon.a (mon.0) 3119 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:37.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:36.851146+0000 mon.a (mon.0) 3120 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:37.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:36.851917+0000 mon.a (mon.0) 3121 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:37.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:36.859474+0000 mon.a (mon.0) 3122 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:37.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:36.933217+0000 mon.a (mon.0) 3123 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:37.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:36.935257+0000 mon.a (mon.0) 3124 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:37.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:36.938259+0000 mon.a (mon.0) 3125 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:37.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:36.938975+0000 mon.a (mon.0) 3126 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:37.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:36.947108+0000 mon.a (mon.0) 3127 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:37.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:37.030890+0000 mon.a (mon.0) 3128 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:37.837 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cluster 2024-03-30T04:41:36.734234+0000 mgr.y (mgr.25279) 1190 : cluster [DBG] pgmap v733: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.837 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cluster 2024-03-30T04:41:36.734463+0000 mgr.y (mgr.25279) 1191 : cluster [DBG] pgmap v734: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:37.837 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:36.738659+0000 mon.a (mon.0) 3112 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:37.837 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: cephadm 2024-03-30T04:41:36.739032+0000 mgr.y (mgr.25279) 1192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:37.837 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:36.779302+0000 mon.a (mon.0) 3113 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:37.838 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:36.781142+0000 mon.a (mon.0) 3114 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:37.838 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:36.783260+0000 mon.a (mon.0) 3115 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:37.838 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:36.783884+0000 mon.a (mon.0) 3116 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:37.838 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:36.790406+0000 mon.a (mon.0) 3117 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:37.838 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:36.847196+0000 mon.a (mon.0) 3118 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:37.838 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:36.849198+0000 mon.a (mon.0) 3119 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:37.838 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:36.851146+0000 mon.a (mon.0) 3120 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:37.838 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:36.851917+0000 mon.a (mon.0) 3121 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:37.838 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:36.859474+0000 mon.a (mon.0) 3122 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:37.838 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:36.933217+0000 mon.a (mon.0) 3123 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:37.838 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:36.935257+0000 mon.a (mon.0) 3124 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:37.838 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:36.938259+0000 mon.a (mon.0) 3125 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:37.838 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:36.938975+0000 mon.a (mon.0) 3126 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:37.838 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:36.947108+0000 mon.a (mon.0) 3127 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:37.839 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:37.030890+0000 mon.a (mon.0) 3128 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:37.839 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:37.035000+0000 mon.a (mon.0) 3129 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:37.839 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:37.038403+0000 mon.a (mon.0) 3130 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:37.839 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:37.039601+0000 mon.a (mon.0) 3131 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:37.839 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:37.048891+0000 mon.a (mon.0) 3132 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:37.839 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:37.106656+0000 mon.a (mon.0) 3133 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:37.839 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:37.108966+0000 mon.a (mon.0) 3134 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:37.839 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:37.111664+0000 mon.a (mon.0) 3135 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:37.839 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:37.112428+0000 mon.a (mon.0) 3136 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:37.840 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:37.121983+0000 mon.a (mon.0) 3137 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:37.840 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:37.196064+0000 mon.a (mon.0) 3138 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:37.840 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:37.198364+0000 mon.a (mon.0) 3139 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:37.840 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:37.200549+0000 mon.a (mon.0) 3140 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:37.840 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:37.201475+0000 mon.a (mon.0) 3141 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:37.840 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:37.208703+0000 mon.a (mon.0) 3142 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:37.840 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:37.266116+0000 mon.a (mon.0) 3143 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:37.840 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:37.268693+0000 mon.a (mon.0) 3144 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:37.840 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:37.271988+0000 mon.a (mon.0) 3145 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:37.840 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:37.273134+0000 mon.a (mon.0) 3146 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:37.840 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:37.279760+0000 mon.a (mon.0) 3147 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:37.841 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:37.035000+0000 mon.a (mon.0) 3129 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:37.841 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:37.038403+0000 mon.a (mon.0) 3130 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:37.841 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:37.039601+0000 mon.a (mon.0) 3131 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:37.841 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:37.048891+0000 mon.a (mon.0) 3132 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:37.841 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:37.106656+0000 mon.a (mon.0) 3133 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:37.841 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:37.108966+0000 mon.a (mon.0) 3134 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:37.841 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:37.111664+0000 mon.a (mon.0) 3135 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:37.841 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:37.112428+0000 mon.a (mon.0) 3136 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:37.841 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:37.121983+0000 mon.a (mon.0) 3137 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:37.841 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:37.196064+0000 mon.a (mon.0) 3138 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:37.841 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:37.198364+0000 mon.a (mon.0) 3139 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:37.841 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:37.200549+0000 mon.a (mon.0) 3140 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:37.841 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:37.201475+0000 mon.a (mon.0) 3141 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:37.842 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:37.208703+0000 mon.a (mon.0) 3142 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:37.842 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:37.266116+0000 mon.a (mon.0) 3143 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:37.842 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:37.268693+0000 mon.a (mon.0) 3144 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:37.842 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:37.271988+0000 mon.a (mon.0) 3145 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:37.842 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:37.273134+0000 mon.a (mon.0) 3146 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:37.842 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:37.279760+0000 mon.a (mon.0) 3147 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:37.842 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:37.367930+0000 mon.a (mon.0) 3148 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:37.842 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:37.372470+0000 mon.a (mon.0) 3149 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:37.842 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:37.376621+0000 mon.a (mon.0) 3150 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:37.842 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:37.378170+0000 mon.a (mon.0) 3151 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:37.843 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:37.389501+0000 mon.a (mon.0) 3152 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:37.843 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:37.468637+0000 mon.a (mon.0) 3153 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:37.843 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:37.471114+0000 mon.a (mon.0) 3154 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:37.843 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:37.475057+0000 mon.a (mon.0) 3155 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:37.843 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:37.476293+0000 mon.a (mon.0) 3156 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:37.843 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[24005]: audit 2024-03-30T04:41:37.487654+0000 mon.a (mon.0) 3157 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:37.843 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:37.367930+0000 mon.a (mon.0) 3148 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:37.843 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:37.372470+0000 mon.a (mon.0) 3149 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:37.843 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:37.376621+0000 mon.a (mon.0) 3150 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:37.843 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:37.378170+0000 mon.a (mon.0) 3151 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:37.843 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:37.389501+0000 mon.a (mon.0) 3152 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:37.843 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:37.468637+0000 mon.a (mon.0) 3153 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:37.843 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:37.471114+0000 mon.a (mon.0) 3154 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:37.844 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:37.475057+0000 mon.a (mon.0) 3155 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:37.844 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:37.476293+0000 mon.a (mon.0) 3156 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:37.844 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:37 smithi111 bash[18552]: audit 2024-03-30T04:41:37.487654+0000 mon.a (mon.0) 3157 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.084 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[58141]: debug 2024-03-30T04:41:37.592+0000 7fa98cee4200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-30T04:41:38.084 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[58141]: debug 2024-03-30T04:41:37.700+0000 7fa98cee4200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-30T04:41:38.085 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:36.733084+0000 mon.a (mon.0) 3111 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.085 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cluster 2024-03-30T04:41:36.734234+0000 mgr.y (mgr.25279) 1190 : cluster [DBG] pgmap v733: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.085 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cluster 2024-03-30T04:41:36.734463+0000 mgr.y (mgr.25279) 1191 : cluster [DBG] pgmap v734: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.085 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:36.738659+0000 mon.a (mon.0) 3112 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.085 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: cephadm 2024-03-30T04:41:36.739032+0000 mgr.y (mgr.25279) 1192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:38.085 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:36.779302+0000 mon.a (mon.0) 3113 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.085 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:36.781142+0000 mon.a (mon.0) 3114 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.085 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:36.783260+0000 mon.a (mon.0) 3115 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.085 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:36.783884+0000 mon.a (mon.0) 3116 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.086 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:36.790406+0000 mon.a (mon.0) 3117 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.086 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:36.847196+0000 mon.a (mon.0) 3118 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.086 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:36.849198+0000 mon.a (mon.0) 3119 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.086 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:36.851146+0000 mon.a (mon.0) 3120 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.086 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:36.851917+0000 mon.a (mon.0) 3121 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.086 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:36.859474+0000 mon.a (mon.0) 3122 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.086 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:36.933217+0000 mon.a (mon.0) 3123 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.086 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:36.935257+0000 mon.a (mon.0) 3124 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.086 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:36.938259+0000 mon.a (mon.0) 3125 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.086 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:36.938975+0000 mon.a (mon.0) 3126 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.086 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:36.947108+0000 mon.a (mon.0) 3127 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.086 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:37.030890+0000 mon.a (mon.0) 3128 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.086 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:37.035000+0000 mon.a (mon.0) 3129 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.086 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:37.038403+0000 mon.a (mon.0) 3130 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.087 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:37.039601+0000 mon.a (mon.0) 3131 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.087 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:37.048891+0000 mon.a (mon.0) 3132 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.087 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:37.106656+0000 mon.a (mon.0) 3133 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.087 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:37.108966+0000 mon.a (mon.0) 3134 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.087 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:37.111664+0000 mon.a (mon.0) 3135 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.087 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:37.112428+0000 mon.a (mon.0) 3136 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.087 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:37.121983+0000 mon.a (mon.0) 3137 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.087 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:37.196064+0000 mon.a (mon.0) 3138 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.087 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:37.198364+0000 mon.a (mon.0) 3139 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.087 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:37.200549+0000 mon.a (mon.0) 3140 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.087 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:37.201475+0000 mon.a (mon.0) 3141 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.087 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:37.208703+0000 mon.a (mon.0) 3142 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.087 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:37.266116+0000 mon.a (mon.0) 3143 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.087 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:37.268693+0000 mon.a (mon.0) 3144 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.088 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:37.271988+0000 mon.a (mon.0) 3145 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.088 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:37.273134+0000 mon.a (mon.0) 3146 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.088 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:37.279760+0000 mon.a (mon.0) 3147 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.088 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:37.367930+0000 mon.a (mon.0) 3148 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.088 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:37.372470+0000 mon.a (mon.0) 3149 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.088 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:37.376621+0000 mon.a (mon.0) 3150 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.088 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:37.378170+0000 mon.a (mon.0) 3151 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.088 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:37.389501+0000 mon.a (mon.0) 3152 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.088 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:37.468637+0000 mon.a (mon.0) 3153 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.088 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:37.471114+0000 mon.a (mon.0) 3154 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.088 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:37.475057+0000 mon.a (mon.0) 3155 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.088 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:37.476293+0000 mon.a (mon.0) 3156 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.088 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:37 smithi117 bash[18692]: audit 2024-03-30T04:41:37.487654+0000 mon.a (mon.0) 3157 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.383 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[58141]: debug 2024-03-30T04:41:38.088+0000 7fa98cee4200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-30T04:41:38.384 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[58141]: debug 2024-03-30T04:41:38.340+0000 7fa98cee4200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-30T04:41:38.778 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: cephadm 2024-03-30T04:41:36.781757+0000 mgr.y (mgr.25279) 1193 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:38.778 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: cluster 2024-03-30T04:41:36.785101+0000 mgr.y (mgr.25279) 1194 : cluster [DBG] pgmap v735: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.778 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: cluster 2024-03-30T04:41:36.785334+0000 mgr.y (mgr.25279) 1195 : cluster [DBG] pgmap v736: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.778 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: cephadm 2024-03-30T04:41:36.790837+0000 mgr.y (mgr.25279) 1196 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:38.778 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: cephadm 2024-03-30T04:41:36.849970+0000 mgr.y (mgr.25279) 1197 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:38.778 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: cluster 2024-03-30T04:41:36.853315+0000 mgr.y (mgr.25279) 1198 : cluster [DBG] pgmap v737: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.778 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: cluster 2024-03-30T04:41:36.853488+0000 mgr.y (mgr.25279) 1199 : cluster [DBG] pgmap v738: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.778 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: cephadm 2024-03-30T04:41:36.860019+0000 mgr.y (mgr.25279) 1200 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:38.778 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: cephadm 2024-03-30T04:41:36.936011+0000 mgr.y (mgr.25279) 1201 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:38.778 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: cluster 2024-03-30T04:41:36.940436+0000 mgr.y (mgr.25279) 1202 : cluster [DBG] pgmap v739: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.778 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: cluster 2024-03-30T04:41:36.940808+0000 mgr.y (mgr.25279) 1203 : cluster [DBG] pgmap v740: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.778 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: cephadm 2024-03-30T04:41:36.947504+0000 mgr.y (mgr.25279) 1204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:38.779 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: cephadm 2024-03-30T04:41:37.036229+0000 mgr.y (mgr.25279) 1205 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:38.779 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: cluster 2024-03-30T04:41:37.042019+0000 mgr.y (mgr.25279) 1206 : cluster [DBG] pgmap v741: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.779 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: cluster 2024-03-30T04:41:37.042466+0000 mgr.y (mgr.25279) 1207 : cluster [DBG] pgmap v742: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.779 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: cephadm 2024-03-30T04:41:37.049331+0000 mgr.y (mgr.25279) 1208 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:38.779 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: cephadm 2024-03-30T04:41:37.109841+0000 mgr.y (mgr.25279) 1209 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:38.779 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: cluster 2024-03-30T04:41:37.114241+0000 mgr.y (mgr.25279) 1210 : cluster [DBG] pgmap v743: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.779 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: cluster 2024-03-30T04:41:37.115156+0000 mgr.y (mgr.25279) 1211 : cluster [DBG] pgmap v744: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.779 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: cephadm 2024-03-30T04:41:37.122434+0000 mgr.y (mgr.25279) 1212 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:38.779 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: cephadm 2024-03-30T04:41:36.781757+0000 mgr.y (mgr.25279) 1193 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:38.780 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: cluster 2024-03-30T04:41:36.785101+0000 mgr.y (mgr.25279) 1194 : cluster [DBG] pgmap v735: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.780 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: cluster 2024-03-30T04:41:36.785334+0000 mgr.y (mgr.25279) 1195 : cluster [DBG] pgmap v736: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.780 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: cephadm 2024-03-30T04:41:36.790837+0000 mgr.y (mgr.25279) 1196 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:38.780 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: cephadm 2024-03-30T04:41:36.849970+0000 mgr.y (mgr.25279) 1197 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:38.780 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: cluster 2024-03-30T04:41:36.853315+0000 mgr.y (mgr.25279) 1198 : cluster [DBG] pgmap v737: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.780 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: cluster 2024-03-30T04:41:36.853488+0000 mgr.y (mgr.25279) 1199 : cluster [DBG] pgmap v738: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.780 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: cephadm 2024-03-30T04:41:36.860019+0000 mgr.y (mgr.25279) 1200 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:38.780 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: cephadm 2024-03-30T04:41:36.936011+0000 mgr.y (mgr.25279) 1201 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:38.780 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: cluster 2024-03-30T04:41:36.940436+0000 mgr.y (mgr.25279) 1202 : cluster [DBG] pgmap v739: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.780 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: cluster 2024-03-30T04:41:36.940808+0000 mgr.y (mgr.25279) 1203 : cluster [DBG] pgmap v740: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.780 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: cephadm 2024-03-30T04:41:36.947504+0000 mgr.y (mgr.25279) 1204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:38.780 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: cephadm 2024-03-30T04:41:37.036229+0000 mgr.y (mgr.25279) 1205 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:38.780 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: cluster 2024-03-30T04:41:37.042019+0000 mgr.y (mgr.25279) 1206 : cluster [DBG] pgmap v741: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.780 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: cluster 2024-03-30T04:41:37.042466+0000 mgr.y (mgr.25279) 1207 : cluster [DBG] pgmap v742: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.781 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: cephadm 2024-03-30T04:41:37.049331+0000 mgr.y (mgr.25279) 1208 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:38.781 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: cephadm 2024-03-30T04:41:37.109841+0000 mgr.y (mgr.25279) 1209 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:38.781 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: cluster 2024-03-30T04:41:37.114241+0000 mgr.y (mgr.25279) 1210 : cluster [DBG] pgmap v743: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.781 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: cluster 2024-03-30T04:41:37.115156+0000 mgr.y (mgr.25279) 1211 : cluster [DBG] pgmap v744: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.781 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: cephadm 2024-03-30T04:41:37.122434+0000 mgr.y (mgr.25279) 1212 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:38.781 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: cephadm 2024-03-30T04:41:37.199278+0000 mgr.y (mgr.25279) 1213 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:38.781 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: cluster 2024-03-30T04:41:37.203183+0000 mgr.y (mgr.25279) 1214 : cluster [DBG] pgmap v745: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.781 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: cephadm 2024-03-30T04:41:37.209122+0000 mgr.y (mgr.25279) 1215 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:38.781 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: cephadm 2024-03-30T04:41:37.269446+0000 mgr.y (mgr.25279) 1216 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:38.781 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: cluster 2024-03-30T04:41:37.274614+0000 mgr.y (mgr.25279) 1217 : cluster [DBG] pgmap v746: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.781 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: cluster 2024-03-30T04:41:37.274882+0000 mgr.y (mgr.25279) 1218 : cluster [DBG] pgmap v747: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.781 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: cephadm 2024-03-30T04:41:37.280372+0000 mgr.y (mgr.25279) 1219 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:38.781 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: cephadm 2024-03-30T04:41:37.373854+0000 mgr.y (mgr.25279) 1220 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:38.781 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: cluster 2024-03-30T04:41:37.380955+0000 mgr.y (mgr.25279) 1221 : cluster [DBG] pgmap v748: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.782 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: cephadm 2024-03-30T04:41:37.390074+0000 mgr.y (mgr.25279) 1222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:38.782 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: cephadm 2024-03-30T04:41:37.472348+0000 mgr.y (mgr.25279) 1223 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:38.782 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: cluster 2024-03-30T04:41:37.478411+0000 mgr.y (mgr.25279) 1224 : cluster [DBG] pgmap v749: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.782 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: cluster 2024-03-30T04:41:37.479012+0000 mgr.y (mgr.25279) 1225 : cluster [DBG] pgmap v750: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.782 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: cephadm 2024-03-30T04:41:37.488263+0000 mgr.y (mgr.25279) 1226 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:38.782 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:37.568145+0000 mon.a (mon.0) 3158 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.782 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:37.570427+0000 mon.a (mon.0) 3159 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.782 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: cephadm 2024-03-30T04:41:37.571145+0000 mgr.y (mgr.25279) 1227 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:38.782 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:37.572473+0000 mon.a (mon.0) 3160 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.782 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:37.573207+0000 mon.a (mon.0) 3161 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.782 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: cluster 2024-03-30T04:41:37.574727+0000 mgr.y (mgr.25279) 1228 : cluster [DBG] pgmap v751: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.782 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: cluster 2024-03-30T04:41:37.575024+0000 mgr.y (mgr.25279) 1229 : cluster [DBG] pgmap v752: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.783 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: cephadm 2024-03-30T04:41:37.199278+0000 mgr.y (mgr.25279) 1213 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:38.783 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: cluster 2024-03-30T04:41:37.203183+0000 mgr.y (mgr.25279) 1214 : cluster [DBG] pgmap v745: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.783 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: cephadm 2024-03-30T04:41:37.209122+0000 mgr.y (mgr.25279) 1215 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:38.783 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: cephadm 2024-03-30T04:41:37.269446+0000 mgr.y (mgr.25279) 1216 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:38.783 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: cluster 2024-03-30T04:41:37.274614+0000 mgr.y (mgr.25279) 1217 : cluster [DBG] pgmap v746: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.783 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: cluster 2024-03-30T04:41:37.274882+0000 mgr.y (mgr.25279) 1218 : cluster [DBG] pgmap v747: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.783 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: cephadm 2024-03-30T04:41:37.280372+0000 mgr.y (mgr.25279) 1219 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:38.783 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: cephadm 2024-03-30T04:41:37.373854+0000 mgr.y (mgr.25279) 1220 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:38.783 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: cluster 2024-03-30T04:41:37.380955+0000 mgr.y (mgr.25279) 1221 : cluster [DBG] pgmap v748: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.783 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: cephadm 2024-03-30T04:41:37.390074+0000 mgr.y (mgr.25279) 1222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:38.783 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: cephadm 2024-03-30T04:41:37.472348+0000 mgr.y (mgr.25279) 1223 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:38.783 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: cluster 2024-03-30T04:41:37.478411+0000 mgr.y (mgr.25279) 1224 : cluster [DBG] pgmap v749: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.783 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: cluster 2024-03-30T04:41:37.479012+0000 mgr.y (mgr.25279) 1225 : cluster [DBG] pgmap v750: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.783 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: cephadm 2024-03-30T04:41:37.488263+0000 mgr.y (mgr.25279) 1226 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:38.784 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:37.568145+0000 mon.a (mon.0) 3158 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.784 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:37.570427+0000 mon.a (mon.0) 3159 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.784 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: cephadm 2024-03-30T04:41:37.571145+0000 mgr.y (mgr.25279) 1227 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:38.784 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:37.572473+0000 mon.a (mon.0) 3160 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.784 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:37.573207+0000 mon.a (mon.0) 3161 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.784 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: cluster 2024-03-30T04:41:37.574727+0000 mgr.y (mgr.25279) 1228 : cluster [DBG] pgmap v751: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.784 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: cluster 2024-03-30T04:41:37.575024+0000 mgr.y (mgr.25279) 1229 : cluster [DBG] pgmap v752: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.784 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:37.728699+0000 mon.a (mon.0) 3162 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.784 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: cephadm 2024-03-30T04:41:37.729673+0000 mgr.y (mgr.25279) 1230 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:38.784 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:37.823009+0000 mon.a (mon.0) 3163 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.784 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:37.827063+0000 mon.a (mon.0) 3164 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.785 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:37.830926+0000 mon.a (mon.0) 3165 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.785 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:37.831867+0000 mon.a (mon.0) 3166 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.785 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:37.840382+0000 mon.a (mon.0) 3167 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.785 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:37.882034+0000 mon.a (mon.0) 3168 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.785 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:37.883916+0000 mon.a (mon.0) 3169 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.785 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:37.885824+0000 mon.a (mon.0) 3170 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.785 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:37.886441+0000 mon.a (mon.0) 3171 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.785 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:37.893986+0000 mon.a (mon.0) 3172 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.785 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:37.934891+0000 mon.a (mon.0) 3173 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.785 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:37.936607+0000 mon.a (mon.0) 3174 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.785 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:37.938370+0000 mon.a (mon.0) 3175 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.785 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:37.939050+0000 mon.a (mon.0) 3176 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.785 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:37.945001+0000 mon.a (mon.0) 3177 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.785 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:37.985895+0000 mon.a (mon.0) 3178 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.785 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:37.987615+0000 mon.a (mon.0) 3179 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.786 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:37.728699+0000 mon.a (mon.0) 3162 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.786 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: cephadm 2024-03-30T04:41:37.729673+0000 mgr.y (mgr.25279) 1230 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:38.786 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:37.823009+0000 mon.a (mon.0) 3163 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.786 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:37.827063+0000 mon.a (mon.0) 3164 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.786 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:37.830926+0000 mon.a (mon.0) 3165 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.786 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:37.831867+0000 mon.a (mon.0) 3166 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.786 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:37.840382+0000 mon.a (mon.0) 3167 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.786 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:37.882034+0000 mon.a (mon.0) 3168 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.786 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:37.883916+0000 mon.a (mon.0) 3169 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.786 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:37.885824+0000 mon.a (mon.0) 3170 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.787 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:37.886441+0000 mon.a (mon.0) 3171 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.787 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:37.893986+0000 mon.a (mon.0) 3172 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.787 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:37.934891+0000 mon.a (mon.0) 3173 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.787 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:37.936607+0000 mon.a (mon.0) 3174 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.787 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:37.938370+0000 mon.a (mon.0) 3175 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.787 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:37.939050+0000 mon.a (mon.0) 3176 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.787 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:37.945001+0000 mon.a (mon.0) 3177 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.787 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:37.985895+0000 mon.a (mon.0) 3178 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.787 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:37.987615+0000 mon.a (mon.0) 3179 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.787 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:37.989355+0000 mon.a (mon.0) 3180 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.787 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:37.989901+0000 mon.a (mon.0) 3181 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.788 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:37.995410+0000 mon.a (mon.0) 3182 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.788 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.036037+0000 mon.a (mon.0) 3183 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.788 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.037762+0000 mon.a (mon.0) 3184 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.788 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.039504+0000 mon.a (mon.0) 3185 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.788 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.040091+0000 mon.a (mon.0) 3186 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.788 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.046546+0000 mon.a (mon.0) 3187 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.788 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.087028+0000 mon.a (mon.0) 3188 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.788 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.088793+0000 mon.a (mon.0) 3189 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.788 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.090497+0000 mon.a (mon.0) 3190 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.788 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.091071+0000 mon.a (mon.0) 3191 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.788 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.096612+0000 mon.a (mon.0) 3192 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.788 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.137607+0000 mon.a (mon.0) 3193 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.788 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.139440+0000 mon.a (mon.0) 3194 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.788 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.141300+0000 mon.a (mon.0) 3195 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.788 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.141906+0000 mon.a (mon.0) 3196 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.789 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.147411+0000 mon.a (mon.0) 3197 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.789 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.188313+0000 mon.a (mon.0) 3198 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.789 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:37.989355+0000 mon.a (mon.0) 3180 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.789 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:37.989901+0000 mon.a (mon.0) 3181 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.789 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:37.995410+0000 mon.a (mon.0) 3182 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.789 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.036037+0000 mon.a (mon.0) 3183 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.789 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.037762+0000 mon.a (mon.0) 3184 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.789 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.039504+0000 mon.a (mon.0) 3185 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.789 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.040091+0000 mon.a (mon.0) 3186 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.789 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.046546+0000 mon.a (mon.0) 3187 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.789 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.087028+0000 mon.a (mon.0) 3188 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.790 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.088793+0000 mon.a (mon.0) 3189 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.790 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.090497+0000 mon.a (mon.0) 3190 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.790 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.091071+0000 mon.a (mon.0) 3191 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.790 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.096612+0000 mon.a (mon.0) 3192 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.790 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.137607+0000 mon.a (mon.0) 3193 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.790 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.139440+0000 mon.a (mon.0) 3194 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.790 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.141300+0000 mon.a (mon.0) 3195 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.790 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.141906+0000 mon.a (mon.0) 3196 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.790 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.147411+0000 mon.a (mon.0) 3197 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.790 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.188313+0000 mon.a (mon.0) 3198 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.790 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.190089+0000 mon.a (mon.0) 3199 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.791 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.191965+0000 mon.a (mon.0) 3200 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.791 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.192702+0000 mon.a (mon.0) 3201 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.791 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.198093+0000 mon.a (mon.0) 3202 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.791 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.239045+0000 mon.a (mon.0) 3203 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.791 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.240753+0000 mon.a (mon.0) 3204 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.791 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.242575+0000 mon.a (mon.0) 3205 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.791 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.243166+0000 mon.a (mon.0) 3206 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.791 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.248696+0000 mon.a (mon.0) 3207 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.791 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.289541+0000 mon.a (mon.0) 3208 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.791 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.291284+0000 mon.a (mon.0) 3209 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.791 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.293097+0000 mon.a (mon.0) 3210 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.791 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.293659+0000 mon.a (mon.0) 3211 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.791 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.298879+0000 mon.a (mon.0) 3212 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.791 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.339390+0000 mon.a (mon.0) 3213 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.792 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.341076+0000 mon.a (mon.0) 3214 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.792 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.343275+0000 mon.a (mon.0) 3215 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.792 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.343981+0000 mon.a (mon.0) 3216 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.792 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.351066+0000 mon.a (mon.0) 3217 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.792 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.394787+0000 mon.a (mon.0) 3218 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.792 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.190089+0000 mon.a (mon.0) 3199 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.792 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.191965+0000 mon.a (mon.0) 3200 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.792 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.192702+0000 mon.a (mon.0) 3201 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.792 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.198093+0000 mon.a (mon.0) 3202 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.792 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.239045+0000 mon.a (mon.0) 3203 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.792 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.240753+0000 mon.a (mon.0) 3204 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.793 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.242575+0000 mon.a (mon.0) 3205 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.793 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.243166+0000 mon.a (mon.0) 3206 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.793 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.248696+0000 mon.a (mon.0) 3207 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.793 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.289541+0000 mon.a (mon.0) 3208 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.793 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.291284+0000 mon.a (mon.0) 3209 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.793 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.293097+0000 mon.a (mon.0) 3210 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.793 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.293659+0000 mon.a (mon.0) 3211 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.793 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.298879+0000 mon.a (mon.0) 3212 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.793 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.339390+0000 mon.a (mon.0) 3213 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.793 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.341076+0000 mon.a (mon.0) 3214 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.793 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.343275+0000 mon.a (mon.0) 3215 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.793 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.343981+0000 mon.a (mon.0) 3216 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.793 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.351066+0000 mon.a (mon.0) 3217 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.793 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.394787+0000 mon.a (mon.0) 3218 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.794 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.396936+0000 mon.a (mon.0) 3219 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.794 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.399144+0000 mon.a (mon.0) 3220 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.794 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.399847+0000 mon.a (mon.0) 3221 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.794 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.407728+0000 mon.a (mon.0) 3222 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.794 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.448100+0000 mon.a (mon.0) 3223 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.794 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.450161+0000 mon.a (mon.0) 3224 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.794 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.452725+0000 mon.a (mon.0) 3225 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.794 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.453532+0000 mon.a (mon.0) 3226 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.794 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.460292+0000 mon.a (mon.0) 3227 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.794 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.500853+0000 mon.a (mon.0) 3228 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.794 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.502770+0000 mon.a (mon.0) 3229 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.795 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.504679+0000 mon.a (mon.0) 3230 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.795 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.505318+0000 mon.a (mon.0) 3231 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.795 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[18552]: audit 2024-03-30T04:41:38.511877+0000 mon.a (mon.0) 3232 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.795 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.396936+0000 mon.a (mon.0) 3219 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.795 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.399144+0000 mon.a (mon.0) 3220 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.795 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.399847+0000 mon.a (mon.0) 3221 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.795 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.407728+0000 mon.a (mon.0) 3222 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.795 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.448100+0000 mon.a (mon.0) 3223 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.795 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.450161+0000 mon.a (mon.0) 3224 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.795 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.452725+0000 mon.a (mon.0) 3225 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.795 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.453532+0000 mon.a (mon.0) 3226 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.795 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.460292+0000 mon.a (mon.0) 3227 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.795 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.500853+0000 mon.a (mon.0) 3228 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.796 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.502770+0000 mon.a (mon.0) 3229 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.796 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.504679+0000 mon.a (mon.0) 3230 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.796 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.505318+0000 mon.a (mon.0) 3231 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.796 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:38 smithi111 bash[24005]: audit 2024-03-30T04:41:38.511877+0000 mon.a (mon.0) 3232 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.883 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[53671]: ts=2024-03-30T04:41:38.659Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"172.21.15.117:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"smithi111:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:41:38.884 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[58141]: debug 2024-03-30T04:41:38.624+0000 7fa98cee4200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-30T04:41:38.884 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[58141]: debug 2024-03-30T04:41:38.756+0000 7fa98cee4200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-30T04:41:38.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: cephadm 2024-03-30T04:41:36.781757+0000 mgr.y (mgr.25279) 1193 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:38.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: cluster 2024-03-30T04:41:36.785101+0000 mgr.y (mgr.25279) 1194 : cluster [DBG] pgmap v735: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: cluster 2024-03-30T04:41:36.785334+0000 mgr.y (mgr.25279) 1195 : cluster [DBG] pgmap v736: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: cephadm 2024-03-30T04:41:36.790837+0000 mgr.y (mgr.25279) 1196 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:38.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: cephadm 2024-03-30T04:41:36.849970+0000 mgr.y (mgr.25279) 1197 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:38.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: cluster 2024-03-30T04:41:36.853315+0000 mgr.y (mgr.25279) 1198 : cluster [DBG] pgmap v737: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: cluster 2024-03-30T04:41:36.853488+0000 mgr.y (mgr.25279) 1199 : cluster [DBG] pgmap v738: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: cephadm 2024-03-30T04:41:36.860019+0000 mgr.y (mgr.25279) 1200 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:38.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: cephadm 2024-03-30T04:41:36.936011+0000 mgr.y (mgr.25279) 1201 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:38.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: cluster 2024-03-30T04:41:36.940436+0000 mgr.y (mgr.25279) 1202 : cluster [DBG] pgmap v739: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: cluster 2024-03-30T04:41:36.940808+0000 mgr.y (mgr.25279) 1203 : cluster [DBG] pgmap v740: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: cephadm 2024-03-30T04:41:36.947504+0000 mgr.y (mgr.25279) 1204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:38.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: cephadm 2024-03-30T04:41:37.036229+0000 mgr.y (mgr.25279) 1205 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:38.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: cluster 2024-03-30T04:41:37.042019+0000 mgr.y (mgr.25279) 1206 : cluster [DBG] pgmap v741: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: cluster 2024-03-30T04:41:37.042466+0000 mgr.y (mgr.25279) 1207 : cluster [DBG] pgmap v742: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: cephadm 2024-03-30T04:41:37.049331+0000 mgr.y (mgr.25279) 1208 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:38.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: cephadm 2024-03-30T04:41:37.109841+0000 mgr.y (mgr.25279) 1209 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:38.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: cluster 2024-03-30T04:41:37.114241+0000 mgr.y (mgr.25279) 1210 : cluster [DBG] pgmap v743: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: cluster 2024-03-30T04:41:37.115156+0000 mgr.y (mgr.25279) 1211 : cluster [DBG] pgmap v744: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: cephadm 2024-03-30T04:41:37.122434+0000 mgr.y (mgr.25279) 1212 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:38.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: cephadm 2024-03-30T04:41:37.199278+0000 mgr.y (mgr.25279) 1213 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:38.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: cluster 2024-03-30T04:41:37.203183+0000 mgr.y (mgr.25279) 1214 : cluster [DBG] pgmap v745: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: cephadm 2024-03-30T04:41:37.209122+0000 mgr.y (mgr.25279) 1215 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:38.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: cephadm 2024-03-30T04:41:37.269446+0000 mgr.y (mgr.25279) 1216 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:38.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: cluster 2024-03-30T04:41:37.274614+0000 mgr.y (mgr.25279) 1217 : cluster [DBG] pgmap v746: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: cluster 2024-03-30T04:41:37.274882+0000 mgr.y (mgr.25279) 1218 : cluster [DBG] pgmap v747: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: cephadm 2024-03-30T04:41:37.280372+0000 mgr.y (mgr.25279) 1219 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:38.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: cephadm 2024-03-30T04:41:37.373854+0000 mgr.y (mgr.25279) 1220 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:38.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: cluster 2024-03-30T04:41:37.380955+0000 mgr.y (mgr.25279) 1221 : cluster [DBG] pgmap v748: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: cephadm 2024-03-30T04:41:37.390074+0000 mgr.y (mgr.25279) 1222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:38.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: cephadm 2024-03-30T04:41:37.472348+0000 mgr.y (mgr.25279) 1223 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:38.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: cluster 2024-03-30T04:41:37.478411+0000 mgr.y (mgr.25279) 1224 : cluster [DBG] pgmap v749: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: cluster 2024-03-30T04:41:37.479012+0000 mgr.y (mgr.25279) 1225 : cluster [DBG] pgmap v750: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: cephadm 2024-03-30T04:41:37.488263+0000 mgr.y (mgr.25279) 1226 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:38.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:37.568145+0000 mon.a (mon.0) 3158 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:37.570427+0000 mon.a (mon.0) 3159 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: cephadm 2024-03-30T04:41:37.571145+0000 mgr.y (mgr.25279) 1227 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:38.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:37.572473+0000 mon.a (mon.0) 3160 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:37.573207+0000 mon.a (mon.0) 3161 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: cluster 2024-03-30T04:41:37.574727+0000 mgr.y (mgr.25279) 1228 : cluster [DBG] pgmap v751: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: cluster 2024-03-30T04:41:37.575024+0000 mgr.y (mgr.25279) 1229 : cluster [DBG] pgmap v752: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:38.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:37.728699+0000 mon.a (mon.0) 3162 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: cephadm 2024-03-30T04:41:37.729673+0000 mgr.y (mgr.25279) 1230 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:38.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:37.823009+0000 mon.a (mon.0) 3163 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:37.827063+0000 mon.a (mon.0) 3164 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:37.830926+0000 mon.a (mon.0) 3165 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:37.831867+0000 mon.a (mon.0) 3166 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:37.840382+0000 mon.a (mon.0) 3167 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:37.882034+0000 mon.a (mon.0) 3168 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:37.883916+0000 mon.a (mon.0) 3169 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:37.885824+0000 mon.a (mon.0) 3170 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:37.886441+0000 mon.a (mon.0) 3171 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:37.893986+0000 mon.a (mon.0) 3172 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:37.934891+0000 mon.a (mon.0) 3173 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:37.936607+0000 mon.a (mon.0) 3174 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:37.938370+0000 mon.a (mon.0) 3175 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:37.939050+0000 mon.a (mon.0) 3176 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:37.945001+0000 mon.a (mon.0) 3177 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:37.985895+0000 mon.a (mon.0) 3178 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:37.987615+0000 mon.a (mon.0) 3179 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:37.989355+0000 mon.a (mon.0) 3180 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:37.989901+0000 mon.a (mon.0) 3181 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:37.995410+0000 mon.a (mon.0) 3182 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.036037+0000 mon.a (mon.0) 3183 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.037762+0000 mon.a (mon.0) 3184 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.039504+0000 mon.a (mon.0) 3185 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.040091+0000 mon.a (mon.0) 3186 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.046546+0000 mon.a (mon.0) 3187 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.087028+0000 mon.a (mon.0) 3188 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.088793+0000 mon.a (mon.0) 3189 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.090497+0000 mon.a (mon.0) 3190 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.091071+0000 mon.a (mon.0) 3191 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.096612+0000 mon.a (mon.0) 3192 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.137607+0000 mon.a (mon.0) 3193 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.139440+0000 mon.a (mon.0) 3194 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.141300+0000 mon.a (mon.0) 3195 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.141906+0000 mon.a (mon.0) 3196 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.147411+0000 mon.a (mon.0) 3197 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.188313+0000 mon.a (mon.0) 3198 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.190089+0000 mon.a (mon.0) 3199 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.191965+0000 mon.a (mon.0) 3200 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.192702+0000 mon.a (mon.0) 3201 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.198093+0000 mon.a (mon.0) 3202 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.239045+0000 mon.a (mon.0) 3203 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.240753+0000 mon.a (mon.0) 3204 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.242575+0000 mon.a (mon.0) 3205 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.243166+0000 mon.a (mon.0) 3206 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.248696+0000 mon.a (mon.0) 3207 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.289541+0000 mon.a (mon.0) 3208 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.291284+0000 mon.a (mon.0) 3209 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.293097+0000 mon.a (mon.0) 3210 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.293659+0000 mon.a (mon.0) 3211 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.298879+0000 mon.a (mon.0) 3212 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.339390+0000 mon.a (mon.0) 3213 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.341076+0000 mon.a (mon.0) 3214 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.343275+0000 mon.a (mon.0) 3215 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.343981+0000 mon.a (mon.0) 3216 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.351066+0000 mon.a (mon.0) 3217 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.394787+0000 mon.a (mon.0) 3218 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.396936+0000 mon.a (mon.0) 3219 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.399144+0000 mon.a (mon.0) 3220 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.399847+0000 mon.a (mon.0) 3221 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.407728+0000 mon.a (mon.0) 3222 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.448100+0000 mon.a (mon.0) 3223 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.450161+0000 mon.a (mon.0) 3224 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.452725+0000 mon.a (mon.0) 3225 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.453532+0000 mon.a (mon.0) 3226 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.460292+0000 mon.a (mon.0) 3227 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:38.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.500853+0000 mon.a (mon.0) 3228 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.502770+0000 mon.a (mon.0) 3229 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:38.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.504679+0000 mon.a (mon.0) 3230 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:38.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.505318+0000 mon.a (mon.0) 3231 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:38.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:38 smithi117 bash[18692]: audit 2024-03-30T04:41:38.511877+0000 mon.a (mon.0) 3232 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.178 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[58141]: debug 2024-03-30T04:41:39.072+0000 7fa98cee4200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-30T04:41:39.506 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[58648]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:41:39.506 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[58648]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:41:39.767 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[58141]: debug 2024-03-30T04:41:39.512+0000 7fa98cee4200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:41:39.767 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cephadm 2024-03-30T04:41:37.828049+0000 mgr.y (mgr.25279) 1231 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.767 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cluster 2024-03-30T04:41:37.833478+0000 mgr.y (mgr.25279) 1232 : cluster [DBG] pgmap v753: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.768 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cluster 2024-03-30T04:41:37.833734+0000 mgr.y (mgr.25279) 1233 : cluster [DBG] pgmap v754: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.768 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cephadm 2024-03-30T04:41:37.840796+0000 mgr.y (mgr.25279) 1234 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.768 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cephadm 2024-03-30T04:41:37.884629+0000 mgr.y (mgr.25279) 1235 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.768 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cluster 2024-03-30T04:41:37.887666+0000 mgr.y (mgr.25279) 1236 : cluster [DBG] pgmap v755: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.768 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cluster 2024-03-30T04:41:37.887905+0000 mgr.y (mgr.25279) 1237 : cluster [DBG] pgmap v756: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.768 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cephadm 2024-03-30T04:41:37.894408+0000 mgr.y (mgr.25279) 1238 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.768 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cephadm 2024-03-30T04:41:37.937239+0000 mgr.y (mgr.25279) 1239 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.768 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cluster 2024-03-30T04:41:37.940250+0000 mgr.y (mgr.25279) 1240 : cluster [DBG] pgmap v757: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.768 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cluster 2024-03-30T04:41:37.940467+0000 mgr.y (mgr.25279) 1241 : cluster [DBG] pgmap v758: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.768 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cephadm 2024-03-30T04:41:37.945451+0000 mgr.y (mgr.25279) 1242 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.768 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cephadm 2024-03-30T04:41:37.988196+0000 mgr.y (mgr.25279) 1243 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.768 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cluster 2024-03-30T04:41:37.991066+0000 mgr.y (mgr.25279) 1244 : cluster [DBG] pgmap v759: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.768 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cluster 2024-03-30T04:41:37.991298+0000 mgr.y (mgr.25279) 1245 : cluster [DBG] pgmap v760: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.768 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cephadm 2024-03-30T04:41:37.995848+0000 mgr.y (mgr.25279) 1246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.768 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cephadm 2024-03-30T04:41:38.038359+0000 mgr.y (mgr.25279) 1247 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.769 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cluster 2024-03-30T04:41:38.041276+0000 mgr.y (mgr.25279) 1248 : cluster [DBG] pgmap v761: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.769 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cluster 2024-03-30T04:41:38.041528+0000 mgr.y (mgr.25279) 1249 : cluster [DBG] pgmap v762: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.769 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cephadm 2024-03-30T04:41:38.046909+0000 mgr.y (mgr.25279) 1250 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.769 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cephadm 2024-03-30T04:41:38.089362+0000 mgr.y (mgr.25279) 1251 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.769 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cluster 2024-03-30T04:41:38.092225+0000 mgr.y (mgr.25279) 1252 : cluster [DBG] pgmap v763: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.769 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cluster 2024-03-30T04:41:38.092454+0000 mgr.y (mgr.25279) 1253 : cluster [DBG] pgmap v764: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.769 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cephadm 2024-03-30T04:41:38.097092+0000 mgr.y (mgr.25279) 1254 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.769 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cephadm 2024-03-30T04:41:38.140033+0000 mgr.y (mgr.25279) 1255 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.769 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cluster 2024-03-30T04:41:38.143043+0000 mgr.y (mgr.25279) 1256 : cluster [DBG] pgmap v765: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.769 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cluster 2024-03-30T04:41:38.143222+0000 mgr.y (mgr.25279) 1257 : cluster [DBG] pgmap v766: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.769 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cephadm 2024-03-30T04:41:38.147862+0000 mgr.y (mgr.25279) 1258 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.769 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cephadm 2024-03-30T04:41:38.190710+0000 mgr.y (mgr.25279) 1259 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.769 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cluster 2024-03-30T04:41:38.193851+0000 mgr.y (mgr.25279) 1260 : cluster [DBG] pgmap v767: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.769 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cluster 2024-03-30T04:41:38.194035+0000 mgr.y (mgr.25279) 1261 : cluster [DBG] pgmap v768: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.770 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cephadm 2024-03-30T04:41:38.198507+0000 mgr.y (mgr.25279) 1262 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.770 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cephadm 2024-03-30T04:41:38.241374+0000 mgr.y (mgr.25279) 1263 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.770 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cluster 2024-03-30T04:41:38.244287+0000 mgr.y (mgr.25279) 1264 : cluster [DBG] pgmap v769: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.770 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cluster 2024-03-30T04:41:38.244480+0000 mgr.y (mgr.25279) 1265 : cluster [DBG] pgmap v770: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.770 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cephadm 2024-03-30T04:41:38.249136+0000 mgr.y (mgr.25279) 1266 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.770 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cephadm 2024-03-30T04:41:38.291894+0000 mgr.y (mgr.25279) 1267 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.770 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cluster 2024-03-30T04:41:38.294745+0000 mgr.y (mgr.25279) 1268 : cluster [DBG] pgmap v771: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.770 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cluster 2024-03-30T04:41:38.294915+0000 mgr.y (mgr.25279) 1269 : cluster [DBG] pgmap v772: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.770 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cephadm 2024-03-30T04:41:38.299266+0000 mgr.y (mgr.25279) 1270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.770 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cephadm 2024-03-30T04:41:38.341830+0000 mgr.y (mgr.25279) 1271 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.771 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cluster 2024-03-30T04:41:38.345448+0000 mgr.y (mgr.25279) 1272 : cluster [DBG] pgmap v773: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.771 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cluster 2024-03-30T04:41:38.345639+0000 mgr.y (mgr.25279) 1273 : cluster [DBG] pgmap v774: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.771 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cephadm 2024-03-30T04:41:38.351448+0000 mgr.y (mgr.25279) 1274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.771 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cephadm 2024-03-30T04:41:38.397765+0000 mgr.y (mgr.25279) 1275 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.771 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cluster 2024-03-30T04:41:38.401093+0000 mgr.y (mgr.25279) 1276 : cluster [DBG] pgmap v775: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.771 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cluster 2024-03-30T04:41:38.401327+0000 mgr.y (mgr.25279) 1277 : cluster [DBG] pgmap v776: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.772 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cephadm 2024-03-30T04:41:38.408170+0000 mgr.y (mgr.25279) 1278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.772 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cephadm 2024-03-30T04:41:38.451005+0000 mgr.y (mgr.25279) 1279 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.772 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cluster 2024-03-30T04:41:38.454899+0000 mgr.y (mgr.25279) 1280 : cluster [DBG] pgmap v777: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.772 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cluster 2024-03-30T04:41:38.455137+0000 mgr.y (mgr.25279) 1281 : cluster [DBG] pgmap v778: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.772 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cephadm 2024-03-30T04:41:38.460801+0000 mgr.y (mgr.25279) 1282 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.772 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cephadm 2024-03-30T04:41:38.503502+0000 mgr.y (mgr.25279) 1283 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.772 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cluster 2024-03-30T04:41:38.506554+0000 mgr.y (mgr.25279) 1284 : cluster [DBG] pgmap v779: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.772 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cluster 2024-03-30T04:41:38.506790+0000 mgr.y (mgr.25279) 1285 : cluster [DBG] pgmap v780: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.772 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cephadm 2024-03-30T04:41:38.512286+0000 mgr.y (mgr.25279) 1286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.772 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:38.568042+0000 mon.a (mon.0) 3233 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.773 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:38.570046+0000 mon.a (mon.0) 3234 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.773 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cephadm 2024-03-30T04:41:38.570711+0000 mgr.y (mgr.25279) 1287 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.773 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:38.571951+0000 mon.a (mon.0) 3235 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.773 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:38.572604+0000 mon.a (mon.0) 3236 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.773 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cluster 2024-03-30T04:41:38.573751+0000 mgr.y (mgr.25279) 1288 : cluster [DBG] pgmap v781: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.773 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cluster 2024-03-30T04:41:38.573994+0000 mgr.y (mgr.25279) 1289 : cluster [DBG] pgmap v782: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.773 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:38.577792+0000 mon.a (mon.0) 3237 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.773 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cephadm 2024-03-30T04:41:38.578261+0000 mgr.y (mgr.25279) 1290 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.773 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:38.622516+0000 mon.a (mon.0) 3238 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.773 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:38.624679+0000 mon.a (mon.0) 3239 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.773 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cephadm 2024-03-30T04:41:38.625447+0000 mgr.y (mgr.25279) 1291 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.773 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:38.626733+0000 mon.a (mon.0) 3240 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.773 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:38.627358+0000 mon.a (mon.0) 3241 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.773 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cluster 2024-03-30T04:41:38.628609+0000 mgr.y (mgr.25279) 1292 : cluster [DBG] pgmap v783: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.774 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cluster 2024-03-30T04:41:38.628798+0000 mgr.y (mgr.25279) 1293 : cluster [DBG] pgmap v784: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.774 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:38.633188+0000 mon.a (mon.0) 3242 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.774 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cephadm 2024-03-30T04:41:38.633607+0000 mgr.y (mgr.25279) 1294 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.774 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:38.678415+0000 mon.a (mon.0) 3243 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.774 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:38.681097+0000 mon.a (mon.0) 3244 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.774 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cephadm 2024-03-30T04:41:38.682107+0000 mgr.y (mgr.25279) 1295 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.774 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:38.684443+0000 mon.a (mon.0) 3245 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.774 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:38.685302+0000 mon.a (mon.0) 3246 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.774 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cluster 2024-03-30T04:41:38.686732+0000 mgr.y (mgr.25279) 1296 : cluster [DBG] pgmap v785: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.774 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cluster 2024-03-30T04:41:38.686961+0000 mgr.y (mgr.25279) 1297 : cluster [DBG] pgmap v786: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.774 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:38.695349+0000 mon.a (mon.0) 3247 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.774 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cephadm 2024-03-30T04:41:38.695870+0000 mgr.y (mgr.25279) 1298 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.774 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:38.737625+0000 mon.a (mon.0) 3248 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.774 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:38.739593+0000 mon.a (mon.0) 3249 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.775 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cephadm 2024-03-30T04:41:38.740279+0000 mgr.y (mgr.25279) 1299 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.775 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:38.741715+0000 mon.a (mon.0) 3250 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.775 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:38.742428+0000 mon.a (mon.0) 3251 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.775 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cluster 2024-03-30T04:41:38.743697+0000 mgr.y (mgr.25279) 1300 : cluster [DBG] pgmap v787: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.775 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cluster 2024-03-30T04:41:38.743900+0000 mgr.y (mgr.25279) 1301 : cluster [DBG] pgmap v788: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.775 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:38.749604+0000 mon.a (mon.0) 3252 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.775 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: cephadm 2024-03-30T04:41:38.750014+0000 mgr.y (mgr.25279) 1302 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.775 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:38.790964+0000 mon.a (mon.0) 3253 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.775 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:38.792770+0000 mon.a (mon.0) 3254 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.775 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:38.795028+0000 mon.a (mon.0) 3255 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.775 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:38.795644+0000 mon.a (mon.0) 3256 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.775 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:38.801251+0000 mon.a (mon.0) 3257 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.775 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:38.846573+0000 mon.a (mon.0) 3258 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.775 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:38.848601+0000 mon.a (mon.0) 3259 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.775 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:38.850366+0000 mon.a (mon.0) 3260 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.776 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:38.851015+0000 mon.a (mon.0) 3261 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.776 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:38.856953+0000 mon.a (mon.0) 3262 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.776 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:38.897491+0000 mon.a (mon.0) 3263 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.776 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:38.899283+0000 mon.a (mon.0) 3264 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.776 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:38.901011+0000 mon.a (mon.0) 3265 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.776 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:38.901651+0000 mon.a (mon.0) 3266 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.776 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:38.907231+0000 mon.a (mon.0) 3267 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.776 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:38.947478+0000 mon.a (mon.0) 3268 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.776 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:38.949268+0000 mon.a (mon.0) 3269 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.776 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:38.950995+0000 mon.a (mon.0) 3270 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.776 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:38.951555+0000 mon.a (mon.0) 3271 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.776 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:38.957202+0000 mon.a (mon.0) 3272 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.776 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:38.997831+0000 mon.a (mon.0) 3273 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.776 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:38.999604+0000 mon.a (mon.0) 3274 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.776 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:39.001292+0000 mon.a (mon.0) 3275 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.777 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:39.001868+0000 mon.a (mon.0) 3276 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.777 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:39.007615+0000 mon.a (mon.0) 3277 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.777 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:39.048053+0000 mon.a (mon.0) 3278 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.777 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:39.049845+0000 mon.a (mon.0) 3279 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.777 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:39.051546+0000 mon.a (mon.0) 3280 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.777 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:39.052130+0000 mon.a (mon.0) 3281 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.777 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:39.058291+0000 mon.a (mon.0) 3282 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.777 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:39.098758+0000 mon.a (mon.0) 3283 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.777 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:39.100559+0000 mon.a (mon.0) 3284 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.777 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:39.102271+0000 mon.a (mon.0) 3285 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.777 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:39.102876+0000 mon.a (mon.0) 3286 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.777 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:39.110478+0000 mon.a (mon.0) 3287 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.777 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:39.189505+0000 mon.a (mon.0) 3288 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.777 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:39.191717+0000 mon.a (mon.0) 3289 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.777 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:39.193487+0000 mon.a (mon.0) 3290 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.778 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:39.194088+0000 mon.a (mon.0) 3291 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.778 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:39.200633+0000 mon.a (mon.0) 3292 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.778 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:39.288360+0000 mon.a (mon.0) 3293 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.778 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:39.292584+0000 mon.a (mon.0) 3294 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.778 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:39.297003+0000 mon.a (mon.0) 3295 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.778 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:39.298359+0000 mon.a (mon.0) 3296 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.778 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:39.310139+0000 mon.a (mon.0) 3297 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.778 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:39.378961+0000 mon.a (mon.0) 3298 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.778 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:39.382002+0000 mon.a (mon.0) 3299 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.778 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:39.384375+0000 mon.a (mon.0) 3300 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.778 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:39.385314+0000 mon.a (mon.0) 3301 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.778 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:39.393231+0000 mon.a (mon.0) 3302 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.778 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:39.440031+0000 mon.a (mon.0) 3303 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.779 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:39.442298+0000 mon.a (mon.0) 3304 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.779 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:39.444577+0000 mon.a (mon.0) 3305 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.779 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:39.445536+0000 mon.a (mon.0) 3306 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.779 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:39.452313+0000 mon.a (mon.0) 3307 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.779 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:39.492770+0000 mon.a (mon.0) 3308 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.779 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:39.494524+0000 mon.a (mon.0) 3309 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.779 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:39.496215+0000 mon.a (mon.0) 3310 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.779 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:39.496826+0000 mon.a (mon.0) 3311 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.779 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[18692]: audit 2024-03-30T04:41:39.503438+0000 mon.a (mon.0) 3312 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.830 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cephadm 2024-03-30T04:41:37.828049+0000 mgr.y (mgr.25279) 1231 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.830 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cluster 2024-03-30T04:41:37.833478+0000 mgr.y (mgr.25279) 1232 : cluster [DBG] pgmap v753: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.830 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cluster 2024-03-30T04:41:37.833734+0000 mgr.y (mgr.25279) 1233 : cluster [DBG] pgmap v754: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cephadm 2024-03-30T04:41:37.840796+0000 mgr.y (mgr.25279) 1234 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cephadm 2024-03-30T04:41:37.884629+0000 mgr.y (mgr.25279) 1235 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cluster 2024-03-30T04:41:37.887666+0000 mgr.y (mgr.25279) 1236 : cluster [DBG] pgmap v755: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cluster 2024-03-30T04:41:37.887905+0000 mgr.y (mgr.25279) 1237 : cluster [DBG] pgmap v756: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cephadm 2024-03-30T04:41:37.894408+0000 mgr.y (mgr.25279) 1238 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cephadm 2024-03-30T04:41:37.937239+0000 mgr.y (mgr.25279) 1239 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cluster 2024-03-30T04:41:37.940250+0000 mgr.y (mgr.25279) 1240 : cluster [DBG] pgmap v757: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cluster 2024-03-30T04:41:37.940467+0000 mgr.y (mgr.25279) 1241 : cluster [DBG] pgmap v758: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cephadm 2024-03-30T04:41:37.945451+0000 mgr.y (mgr.25279) 1242 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cephadm 2024-03-30T04:41:37.988196+0000 mgr.y (mgr.25279) 1243 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cluster 2024-03-30T04:41:37.991066+0000 mgr.y (mgr.25279) 1244 : cluster [DBG] pgmap v759: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cluster 2024-03-30T04:41:37.991298+0000 mgr.y (mgr.25279) 1245 : cluster [DBG] pgmap v760: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cephadm 2024-03-30T04:41:37.995848+0000 mgr.y (mgr.25279) 1246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cephadm 2024-03-30T04:41:38.038359+0000 mgr.y (mgr.25279) 1247 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.832 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cluster 2024-03-30T04:41:38.041276+0000 mgr.y (mgr.25279) 1248 : cluster [DBG] pgmap v761: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.832 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cluster 2024-03-30T04:41:38.041528+0000 mgr.y (mgr.25279) 1249 : cluster [DBG] pgmap v762: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.832 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cephadm 2024-03-30T04:41:38.046909+0000 mgr.y (mgr.25279) 1250 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.832 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cephadm 2024-03-30T04:41:37.828049+0000 mgr.y (mgr.25279) 1231 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.832 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cluster 2024-03-30T04:41:37.833478+0000 mgr.y (mgr.25279) 1232 : cluster [DBG] pgmap v753: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.832 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cluster 2024-03-30T04:41:37.833734+0000 mgr.y (mgr.25279) 1233 : cluster [DBG] pgmap v754: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.832 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cephadm 2024-03-30T04:41:37.840796+0000 mgr.y (mgr.25279) 1234 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.832 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cephadm 2024-03-30T04:41:37.884629+0000 mgr.y (mgr.25279) 1235 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.832 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cluster 2024-03-30T04:41:37.887666+0000 mgr.y (mgr.25279) 1236 : cluster [DBG] pgmap v755: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.832 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cluster 2024-03-30T04:41:37.887905+0000 mgr.y (mgr.25279) 1237 : cluster [DBG] pgmap v756: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.832 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cephadm 2024-03-30T04:41:37.894408+0000 mgr.y (mgr.25279) 1238 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.833 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cephadm 2024-03-30T04:41:37.937239+0000 mgr.y (mgr.25279) 1239 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.833 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cluster 2024-03-30T04:41:37.940250+0000 mgr.y (mgr.25279) 1240 : cluster [DBG] pgmap v757: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.833 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cluster 2024-03-30T04:41:37.940467+0000 mgr.y (mgr.25279) 1241 : cluster [DBG] pgmap v758: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.833 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cephadm 2024-03-30T04:41:37.945451+0000 mgr.y (mgr.25279) 1242 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.833 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cephadm 2024-03-30T04:41:37.988196+0000 mgr.y (mgr.25279) 1243 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.833 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cluster 2024-03-30T04:41:37.991066+0000 mgr.y (mgr.25279) 1244 : cluster [DBG] pgmap v759: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.833 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cluster 2024-03-30T04:41:37.991298+0000 mgr.y (mgr.25279) 1245 : cluster [DBG] pgmap v760: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.833 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cephadm 2024-03-30T04:41:37.995848+0000 mgr.y (mgr.25279) 1246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.833 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cephadm 2024-03-30T04:41:38.038359+0000 mgr.y (mgr.25279) 1247 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.833 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cluster 2024-03-30T04:41:38.041276+0000 mgr.y (mgr.25279) 1248 : cluster [DBG] pgmap v761: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.833 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cluster 2024-03-30T04:41:38.041528+0000 mgr.y (mgr.25279) 1249 : cluster [DBG] pgmap v762: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.833 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cephadm 2024-03-30T04:41:38.046909+0000 mgr.y (mgr.25279) 1250 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.834 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cephadm 2024-03-30T04:41:38.089362+0000 mgr.y (mgr.25279) 1251 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.834 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cluster 2024-03-30T04:41:38.092225+0000 mgr.y (mgr.25279) 1252 : cluster [DBG] pgmap v763: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.834 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cluster 2024-03-30T04:41:38.092454+0000 mgr.y (mgr.25279) 1253 : cluster [DBG] pgmap v764: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.834 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cephadm 2024-03-30T04:41:38.097092+0000 mgr.y (mgr.25279) 1254 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.834 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cephadm 2024-03-30T04:41:38.140033+0000 mgr.y (mgr.25279) 1255 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.834 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cluster 2024-03-30T04:41:38.143043+0000 mgr.y (mgr.25279) 1256 : cluster [DBG] pgmap v765: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.834 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cluster 2024-03-30T04:41:38.143222+0000 mgr.y (mgr.25279) 1257 : cluster [DBG] pgmap v766: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.834 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cephadm 2024-03-30T04:41:38.147862+0000 mgr.y (mgr.25279) 1258 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.834 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cephadm 2024-03-30T04:41:38.190710+0000 mgr.y (mgr.25279) 1259 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.834 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cluster 2024-03-30T04:41:38.193851+0000 mgr.y (mgr.25279) 1260 : cluster [DBG] pgmap v767: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.834 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cluster 2024-03-30T04:41:38.194035+0000 mgr.y (mgr.25279) 1261 : cluster [DBG] pgmap v768: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.835 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cephadm 2024-03-30T04:41:38.198507+0000 mgr.y (mgr.25279) 1262 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.835 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cephadm 2024-03-30T04:41:38.241374+0000 mgr.y (mgr.25279) 1263 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.835 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cluster 2024-03-30T04:41:38.244287+0000 mgr.y (mgr.25279) 1264 : cluster [DBG] pgmap v769: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.835 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cluster 2024-03-30T04:41:38.244480+0000 mgr.y (mgr.25279) 1265 : cluster [DBG] pgmap v770: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.835 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cephadm 2024-03-30T04:41:38.249136+0000 mgr.y (mgr.25279) 1266 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.835 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cephadm 2024-03-30T04:41:38.291894+0000 mgr.y (mgr.25279) 1267 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.835 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cluster 2024-03-30T04:41:38.294745+0000 mgr.y (mgr.25279) 1268 : cluster [DBG] pgmap v771: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cluster 2024-03-30T04:41:38.294915+0000 mgr.y (mgr.25279) 1269 : cluster [DBG] pgmap v772: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cephadm 2024-03-30T04:41:38.299266+0000 mgr.y (mgr.25279) 1270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cephadm 2024-03-30T04:41:38.341830+0000 mgr.y (mgr.25279) 1271 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cluster 2024-03-30T04:41:38.345448+0000 mgr.y (mgr.25279) 1272 : cluster [DBG] pgmap v773: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cluster 2024-03-30T04:41:38.345639+0000 mgr.y (mgr.25279) 1273 : cluster [DBG] pgmap v774: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cephadm 2024-03-30T04:41:38.351448+0000 mgr.y (mgr.25279) 1274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cephadm 2024-03-30T04:41:38.397765+0000 mgr.y (mgr.25279) 1275 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cluster 2024-03-30T04:41:38.401093+0000 mgr.y (mgr.25279) 1276 : cluster [DBG] pgmap v775: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cluster 2024-03-30T04:41:38.401327+0000 mgr.y (mgr.25279) 1277 : cluster [DBG] pgmap v776: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cephadm 2024-03-30T04:41:38.408170+0000 mgr.y (mgr.25279) 1278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cephadm 2024-03-30T04:41:38.451005+0000 mgr.y (mgr.25279) 1279 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cluster 2024-03-30T04:41:38.454899+0000 mgr.y (mgr.25279) 1280 : cluster [DBG] pgmap v777: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cluster 2024-03-30T04:41:38.455137+0000 mgr.y (mgr.25279) 1281 : cluster [DBG] pgmap v778: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cephadm 2024-03-30T04:41:38.460801+0000 mgr.y (mgr.25279) 1282 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cephadm 2024-03-30T04:41:38.503502+0000 mgr.y (mgr.25279) 1283 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cluster 2024-03-30T04:41:38.506554+0000 mgr.y (mgr.25279) 1284 : cluster [DBG] pgmap v779: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cluster 2024-03-30T04:41:38.506790+0000 mgr.y (mgr.25279) 1285 : cluster [DBG] pgmap v780: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cephadm 2024-03-30T04:41:38.512286+0000 mgr.y (mgr.25279) 1286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:38.568042+0000 mon.a (mon.0) 3233 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:38.570046+0000 mon.a (mon.0) 3234 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cephadm 2024-03-30T04:41:38.570711+0000 mgr.y (mgr.25279) 1287 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:38.571951+0000 mon.a (mon.0) 3235 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:38.572604+0000 mon.a (mon.0) 3236 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cluster 2024-03-30T04:41:38.573751+0000 mgr.y (mgr.25279) 1288 : cluster [DBG] pgmap v781: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.837 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cephadm 2024-03-30T04:41:38.089362+0000 mgr.y (mgr.25279) 1251 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.838 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cluster 2024-03-30T04:41:38.092225+0000 mgr.y (mgr.25279) 1252 : cluster [DBG] pgmap v763: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.838 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cluster 2024-03-30T04:41:38.092454+0000 mgr.y (mgr.25279) 1253 : cluster [DBG] pgmap v764: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.838 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cephadm 2024-03-30T04:41:38.097092+0000 mgr.y (mgr.25279) 1254 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.838 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cephadm 2024-03-30T04:41:38.140033+0000 mgr.y (mgr.25279) 1255 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.838 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cluster 2024-03-30T04:41:38.143043+0000 mgr.y (mgr.25279) 1256 : cluster [DBG] pgmap v765: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.838 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cluster 2024-03-30T04:41:38.143222+0000 mgr.y (mgr.25279) 1257 : cluster [DBG] pgmap v766: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.838 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cephadm 2024-03-30T04:41:38.147862+0000 mgr.y (mgr.25279) 1258 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.838 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cephadm 2024-03-30T04:41:38.190710+0000 mgr.y (mgr.25279) 1259 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.838 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cluster 2024-03-30T04:41:38.193851+0000 mgr.y (mgr.25279) 1260 : cluster [DBG] pgmap v767: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.838 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cluster 2024-03-30T04:41:38.194035+0000 mgr.y (mgr.25279) 1261 : cluster [DBG] pgmap v768: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.838 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cephadm 2024-03-30T04:41:38.198507+0000 mgr.y (mgr.25279) 1262 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.838 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cephadm 2024-03-30T04:41:38.241374+0000 mgr.y (mgr.25279) 1263 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.838 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cluster 2024-03-30T04:41:38.244287+0000 mgr.y (mgr.25279) 1264 : cluster [DBG] pgmap v769: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.838 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cluster 2024-03-30T04:41:38.244480+0000 mgr.y (mgr.25279) 1265 : cluster [DBG] pgmap v770: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.839 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cephadm 2024-03-30T04:41:38.249136+0000 mgr.y (mgr.25279) 1266 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.839 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cephadm 2024-03-30T04:41:38.291894+0000 mgr.y (mgr.25279) 1267 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.839 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cluster 2024-03-30T04:41:38.294745+0000 mgr.y (mgr.25279) 1268 : cluster [DBG] pgmap v771: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.839 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cluster 2024-03-30T04:41:38.294915+0000 mgr.y (mgr.25279) 1269 : cluster [DBG] pgmap v772: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.839 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cephadm 2024-03-30T04:41:38.299266+0000 mgr.y (mgr.25279) 1270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.839 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cephadm 2024-03-30T04:41:38.341830+0000 mgr.y (mgr.25279) 1271 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.839 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cluster 2024-03-30T04:41:38.573994+0000 mgr.y (mgr.25279) 1289 : cluster [DBG] pgmap v782: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.839 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:38.577792+0000 mon.a (mon.0) 3237 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.839 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cephadm 2024-03-30T04:41:38.578261+0000 mgr.y (mgr.25279) 1290 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.840 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:38.622516+0000 mon.a (mon.0) 3238 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.840 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:38.624679+0000 mon.a (mon.0) 3239 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.840 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cephadm 2024-03-30T04:41:38.625447+0000 mgr.y (mgr.25279) 1291 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.840 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:38.626733+0000 mon.a (mon.0) 3240 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.840 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:38.627358+0000 mon.a (mon.0) 3241 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.840 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cluster 2024-03-30T04:41:38.628609+0000 mgr.y (mgr.25279) 1292 : cluster [DBG] pgmap v783: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.840 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cluster 2024-03-30T04:41:38.628798+0000 mgr.y (mgr.25279) 1293 : cluster [DBG] pgmap v784: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.840 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:38.633188+0000 mon.a (mon.0) 3242 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.840 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cephadm 2024-03-30T04:41:38.633607+0000 mgr.y (mgr.25279) 1294 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.840 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:38.678415+0000 mon.a (mon.0) 3243 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.840 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:38.681097+0000 mon.a (mon.0) 3244 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.840 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cephadm 2024-03-30T04:41:38.682107+0000 mgr.y (mgr.25279) 1295 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.840 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:38.684443+0000 mon.a (mon.0) 3245 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.840 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:38.685302+0000 mon.a (mon.0) 3246 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.841 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cluster 2024-03-30T04:41:38.686732+0000 mgr.y (mgr.25279) 1296 : cluster [DBG] pgmap v785: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.841 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cluster 2024-03-30T04:41:38.686961+0000 mgr.y (mgr.25279) 1297 : cluster [DBG] pgmap v786: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.841 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:38.695349+0000 mon.a (mon.0) 3247 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.841 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cephadm 2024-03-30T04:41:38.695870+0000 mgr.y (mgr.25279) 1298 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.841 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:38.737625+0000 mon.a (mon.0) 3248 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.841 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:38.739593+0000 mon.a (mon.0) 3249 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.841 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cephadm 2024-03-30T04:41:38.740279+0000 mgr.y (mgr.25279) 1299 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.841 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:38.741715+0000 mon.a (mon.0) 3250 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.841 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:38.742428+0000 mon.a (mon.0) 3251 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.841 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cluster 2024-03-30T04:41:38.743697+0000 mgr.y (mgr.25279) 1300 : cluster [DBG] pgmap v787: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.841 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cluster 2024-03-30T04:41:38.743900+0000 mgr.y (mgr.25279) 1301 : cluster [DBG] pgmap v788: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.841 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:38.749604+0000 mon.a (mon.0) 3252 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.841 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: cephadm 2024-03-30T04:41:38.750014+0000 mgr.y (mgr.25279) 1302 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.841 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:38.790964+0000 mon.a (mon.0) 3253 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.841 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:38.792770+0000 mon.a (mon.0) 3254 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.842 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:38.795028+0000 mon.a (mon.0) 3255 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.842 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:38.795644+0000 mon.a (mon.0) 3256 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.842 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:38.801251+0000 mon.a (mon.0) 3257 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.842 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:38.846573+0000 mon.a (mon.0) 3258 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.842 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:38.848601+0000 mon.a (mon.0) 3259 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.842 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:38.850366+0000 mon.a (mon.0) 3260 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.842 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:38.851015+0000 mon.a (mon.0) 3261 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.842 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cluster 2024-03-30T04:41:38.345448+0000 mgr.y (mgr.25279) 1272 : cluster [DBG] pgmap v773: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.842 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cluster 2024-03-30T04:41:38.345639+0000 mgr.y (mgr.25279) 1273 : cluster [DBG] pgmap v774: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.842 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cephadm 2024-03-30T04:41:38.351448+0000 mgr.y (mgr.25279) 1274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.842 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cephadm 2024-03-30T04:41:38.397765+0000 mgr.y (mgr.25279) 1275 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.843 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cluster 2024-03-30T04:41:38.401093+0000 mgr.y (mgr.25279) 1276 : cluster [DBG] pgmap v775: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.843 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cluster 2024-03-30T04:41:38.401327+0000 mgr.y (mgr.25279) 1277 : cluster [DBG] pgmap v776: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.843 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cephadm 2024-03-30T04:41:38.408170+0000 mgr.y (mgr.25279) 1278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.843 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cephadm 2024-03-30T04:41:38.451005+0000 mgr.y (mgr.25279) 1279 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.843 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cluster 2024-03-30T04:41:38.454899+0000 mgr.y (mgr.25279) 1280 : cluster [DBG] pgmap v777: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.843 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cluster 2024-03-30T04:41:38.455137+0000 mgr.y (mgr.25279) 1281 : cluster [DBG] pgmap v778: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.843 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cephadm 2024-03-30T04:41:38.460801+0000 mgr.y (mgr.25279) 1282 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.843 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cephadm 2024-03-30T04:41:38.503502+0000 mgr.y (mgr.25279) 1283 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.843 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cluster 2024-03-30T04:41:38.506554+0000 mgr.y (mgr.25279) 1284 : cluster [DBG] pgmap v779: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.843 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cluster 2024-03-30T04:41:38.506790+0000 mgr.y (mgr.25279) 1285 : cluster [DBG] pgmap v780: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.843 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cephadm 2024-03-30T04:41:38.512286+0000 mgr.y (mgr.25279) 1286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.843 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:38.568042+0000 mon.a (mon.0) 3233 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.843 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:38.570046+0000 mon.a (mon.0) 3234 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.843 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cephadm 2024-03-30T04:41:38.570711+0000 mgr.y (mgr.25279) 1287 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.843 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:38.571951+0000 mon.a (mon.0) 3235 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.844 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:38.572604+0000 mon.a (mon.0) 3236 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.844 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cluster 2024-03-30T04:41:38.573751+0000 mgr.y (mgr.25279) 1288 : cluster [DBG] pgmap v781: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.844 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:38.856953+0000 mon.a (mon.0) 3262 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.844 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:38.897491+0000 mon.a (mon.0) 3263 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.844 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:38.899283+0000 mon.a (mon.0) 3264 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.844 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:38.901011+0000 mon.a (mon.0) 3265 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.844 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:38.901651+0000 mon.a (mon.0) 3266 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.844 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:38.907231+0000 mon.a (mon.0) 3267 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.845 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:38.947478+0000 mon.a (mon.0) 3268 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.845 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:38.949268+0000 mon.a (mon.0) 3269 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.845 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:38.950995+0000 mon.a (mon.0) 3270 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.845 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:38.951555+0000 mon.a (mon.0) 3271 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.845 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:38.957202+0000 mon.a (mon.0) 3272 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.845 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:38.997831+0000 mon.a (mon.0) 3273 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.845 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:38.999604+0000 mon.a (mon.0) 3274 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.845 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:39.001292+0000 mon.a (mon.0) 3275 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.845 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:39.001868+0000 mon.a (mon.0) 3276 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.845 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:39.007615+0000 mon.a (mon.0) 3277 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.845 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:39.048053+0000 mon.a (mon.0) 3278 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.845 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:39.049845+0000 mon.a (mon.0) 3279 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.845 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:39.051546+0000 mon.a (mon.0) 3280 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.845 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:39.052130+0000 mon.a (mon.0) 3281 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.845 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:39.058291+0000 mon.a (mon.0) 3282 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.846 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:39.098758+0000 mon.a (mon.0) 3283 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.846 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:39.100559+0000 mon.a (mon.0) 3284 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.846 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:39.102271+0000 mon.a (mon.0) 3285 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.846 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:39.102876+0000 mon.a (mon.0) 3286 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.846 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:39.110478+0000 mon.a (mon.0) 3287 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.846 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:39.189505+0000 mon.a (mon.0) 3288 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.846 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:39.191717+0000 mon.a (mon.0) 3289 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.846 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:39.193487+0000 mon.a (mon.0) 3290 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.846 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:39.194088+0000 mon.a (mon.0) 3291 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.846 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:39.200633+0000 mon.a (mon.0) 3292 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.846 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:39.288360+0000 mon.a (mon.0) 3293 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.846 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:39.292584+0000 mon.a (mon.0) 3294 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.846 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:39.297003+0000 mon.a (mon.0) 3295 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.846 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:39.298359+0000 mon.a (mon.0) 3296 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.846 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:39.310139+0000 mon.a (mon.0) 3297 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.847 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:39.378961+0000 mon.a (mon.0) 3298 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.847 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:39.382002+0000 mon.a (mon.0) 3299 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.847 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:39.384375+0000 mon.a (mon.0) 3300 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.847 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cluster 2024-03-30T04:41:38.573994+0000 mgr.y (mgr.25279) 1289 : cluster [DBG] pgmap v782: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.847 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:38.577792+0000 mon.a (mon.0) 3237 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.847 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cephadm 2024-03-30T04:41:38.578261+0000 mgr.y (mgr.25279) 1290 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.847 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:38.622516+0000 mon.a (mon.0) 3238 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.847 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:38.624679+0000 mon.a (mon.0) 3239 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.847 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cephadm 2024-03-30T04:41:38.625447+0000 mgr.y (mgr.25279) 1291 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.847 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:38.626733+0000 mon.a (mon.0) 3240 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.847 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:38.627358+0000 mon.a (mon.0) 3241 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.848 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cluster 2024-03-30T04:41:38.628609+0000 mgr.y (mgr.25279) 1292 : cluster [DBG] pgmap v783: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.848 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cluster 2024-03-30T04:41:38.628798+0000 mgr.y (mgr.25279) 1293 : cluster [DBG] pgmap v784: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.848 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:38.633188+0000 mon.a (mon.0) 3242 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.848 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cephadm 2024-03-30T04:41:38.633607+0000 mgr.y (mgr.25279) 1294 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.848 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:38.678415+0000 mon.a (mon.0) 3243 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.848 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:38.681097+0000 mon.a (mon.0) 3244 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.848 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cephadm 2024-03-30T04:41:38.682107+0000 mgr.y (mgr.25279) 1295 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.848 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:38.684443+0000 mon.a (mon.0) 3245 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.848 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:38.685302+0000 mon.a (mon.0) 3246 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.848 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cluster 2024-03-30T04:41:38.686732+0000 mgr.y (mgr.25279) 1296 : cluster [DBG] pgmap v785: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.848 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cluster 2024-03-30T04:41:38.686961+0000 mgr.y (mgr.25279) 1297 : cluster [DBG] pgmap v786: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.848 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:38.695349+0000 mon.a (mon.0) 3247 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.849 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:39.385314+0000 mon.a (mon.0) 3301 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.849 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:39.393231+0000 mon.a (mon.0) 3302 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.849 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:39.440031+0000 mon.a (mon.0) 3303 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.849 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:39.442298+0000 mon.a (mon.0) 3304 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.849 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:39.444577+0000 mon.a (mon.0) 3305 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.849 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:39.445536+0000 mon.a (mon.0) 3306 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.849 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:39.452313+0000 mon.a (mon.0) 3307 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.849 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:39.492770+0000 mon.a (mon.0) 3308 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.849 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:39.494524+0000 mon.a (mon.0) 3309 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.849 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:39.496215+0000 mon.a (mon.0) 3310 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.849 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:39.496826+0000 mon.a (mon.0) 3311 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.849 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[24005]: audit 2024-03-30T04:41:39.503438+0000 mon.a (mon.0) 3312 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.850 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cephadm 2024-03-30T04:41:38.695870+0000 mgr.y (mgr.25279) 1298 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.850 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:38.737625+0000 mon.a (mon.0) 3248 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.850 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:38.739593+0000 mon.a (mon.0) 3249 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.850 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cephadm 2024-03-30T04:41:38.740279+0000 mgr.y (mgr.25279) 1299 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:39.850 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:38.741715+0000 mon.a (mon.0) 3250 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.850 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:38.742428+0000 mon.a (mon.0) 3251 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.850 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cluster 2024-03-30T04:41:38.743697+0000 mgr.y (mgr.25279) 1300 : cluster [DBG] pgmap v787: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.851 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cluster 2024-03-30T04:41:38.743900+0000 mgr.y (mgr.25279) 1301 : cluster [DBG] pgmap v788: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:39.851 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:38.749604+0000 mon.a (mon.0) 3252 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.851 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: cephadm 2024-03-30T04:41:38.750014+0000 mgr.y (mgr.25279) 1302 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:39.851 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:38.790964+0000 mon.a (mon.0) 3253 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.851 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:38.792770+0000 mon.a (mon.0) 3254 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.851 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:38.795028+0000 mon.a (mon.0) 3255 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.851 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:38.795644+0000 mon.a (mon.0) 3256 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.851 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:38.801251+0000 mon.a (mon.0) 3257 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.851 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:38.846573+0000 mon.a (mon.0) 3258 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.851 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:38.848601+0000 mon.a (mon.0) 3259 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.851 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:38.850366+0000 mon.a (mon.0) 3260 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.851 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:38.851015+0000 mon.a (mon.0) 3261 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.851 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:38.856953+0000 mon.a (mon.0) 3262 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.851 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:38.897491+0000 mon.a (mon.0) 3263 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.851 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:38.899283+0000 mon.a (mon.0) 3264 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.852 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:38.901011+0000 mon.a (mon.0) 3265 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.852 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:38.901651+0000 mon.a (mon.0) 3266 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.852 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:38.907231+0000 mon.a (mon.0) 3267 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.852 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:38.947478+0000 mon.a (mon.0) 3268 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.852 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:38.949268+0000 mon.a (mon.0) 3269 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.852 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:38.950995+0000 mon.a (mon.0) 3270 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.852 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:38.951555+0000 mon.a (mon.0) 3271 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.852 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:38.957202+0000 mon.a (mon.0) 3272 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.852 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:38.997831+0000 mon.a (mon.0) 3273 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.852 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:38.999604+0000 mon.a (mon.0) 3274 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.852 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:39.001292+0000 mon.a (mon.0) 3275 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.852 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:39.001868+0000 mon.a (mon.0) 3276 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.852 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:39.007615+0000 mon.a (mon.0) 3277 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.852 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:39.048053+0000 mon.a (mon.0) 3278 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.852 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:39.049845+0000 mon.a (mon.0) 3279 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.853 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:39.051546+0000 mon.a (mon.0) 3280 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.853 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:39.052130+0000 mon.a (mon.0) 3281 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.853 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:39.058291+0000 mon.a (mon.0) 3282 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.853 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:39.098758+0000 mon.a (mon.0) 3283 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.853 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:39.100559+0000 mon.a (mon.0) 3284 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.853 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:39.102271+0000 mon.a (mon.0) 3285 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.853 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:39.102876+0000 mon.a (mon.0) 3286 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.853 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:39.110478+0000 mon.a (mon.0) 3287 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.853 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:39.189505+0000 mon.a (mon.0) 3288 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.853 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:39.191717+0000 mon.a (mon.0) 3289 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.853 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:39.193487+0000 mon.a (mon.0) 3290 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.854 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:39.194088+0000 mon.a (mon.0) 3291 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.854 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:39.200633+0000 mon.a (mon.0) 3292 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.854 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:39.288360+0000 mon.a (mon.0) 3293 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.854 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:39.292584+0000 mon.a (mon.0) 3294 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.854 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:39.297003+0000 mon.a (mon.0) 3295 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.854 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:39.298359+0000 mon.a (mon.0) 3296 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.854 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:39.310139+0000 mon.a (mon.0) 3297 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.854 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:39.378961+0000 mon.a (mon.0) 3298 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.854 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:39.382002+0000 mon.a (mon.0) 3299 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.854 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:39.384375+0000 mon.a (mon.0) 3300 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.854 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:39.385314+0000 mon.a (mon.0) 3301 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.854 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:39.393231+0000 mon.a (mon.0) 3302 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.854 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:39.440031+0000 mon.a (mon.0) 3303 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.854 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:39.442298+0000 mon.a (mon.0) 3304 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.854 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:39.444577+0000 mon.a (mon.0) 3305 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.855 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:39.445536+0000 mon.a (mon.0) 3306 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.855 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:39.452313+0000 mon.a (mon.0) 3307 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:39.855 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:39.492770+0000 mon.a (mon.0) 3308 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.855 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:39.494524+0000 mon.a (mon.0) 3309 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:39.855 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:39.496215+0000 mon.a (mon.0) 3310 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:39.855 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:39.496826+0000 mon.a (mon.0) 3311 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:39.855 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:39 smithi111 bash[18552]: audit 2024-03-30T04:41:39.503438+0000 mon.a (mon.0) 3312 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.133 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[58141]: debug 2024-03-30T04:41:39.772+0000 7fa98cee4200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-30T04:41:40.133 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:39 smithi117 bash[58141]: debug 2024-03-30T04:41:39.900+0000 7fa98cee4200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-30T04:41:40.524 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[58141]: debug 2024-03-30T04:41:40.168+0000 7fa98cee4200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:41:40.791 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cephadm 2024-03-30T04:41:38.793411+0000 mgr.y (mgr.25279) 1303 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.792 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cluster 2024-03-30T04:41:38.797033+0000 mgr.y (mgr.25279) 1304 : cluster [DBG] pgmap v789: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.792 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cluster 2024-03-30T04:41:38.797231+0000 mgr.y (mgr.25279) 1305 : cluster [DBG] pgmap v790: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.792 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cephadm 2024-03-30T04:41:38.801673+0000 mgr.y (mgr.25279) 1306 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:40.792 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cephadm 2024-03-30T04:41:38.849210+0000 mgr.y (mgr.25279) 1307 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.792 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cluster 2024-03-30T04:41:38.852517+0000 mgr.y (mgr.25279) 1308 : cluster [DBG] pgmap v791: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 30 op/s 2024-03-30T04:41:40.792 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cluster 2024-03-30T04:41:38.852724+0000 mgr.y (mgr.25279) 1309 : cluster [DBG] pgmap v792: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 30 op/s 2024-03-30T04:41:40.792 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cephadm 2024-03-30T04:41:38.857312+0000 mgr.y (mgr.25279) 1310 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:40.792 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cephadm 2024-03-30T04:41:38.899936+0000 mgr.y (mgr.25279) 1311 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.792 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cluster 2024-03-30T04:41:38.902892+0000 mgr.y (mgr.25279) 1312 : cluster [DBG] pgmap v793: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 31 op/s 2024-03-30T04:41:40.792 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cluster 2024-03-30T04:41:38.903100+0000 mgr.y (mgr.25279) 1313 : cluster [DBG] pgmap v794: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 31 op/s 2024-03-30T04:41:40.792 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cephadm 2024-03-30T04:41:38.907592+0000 mgr.y (mgr.25279) 1314 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:40.792 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cephadm 2024-03-30T04:41:38.949870+0000 mgr.y (mgr.25279) 1315 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.792 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cluster 2024-03-30T04:41:38.952783+0000 mgr.y (mgr.25279) 1316 : cluster [DBG] pgmap v795: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 32 KiB/s rd, 32 op/s 2024-03-30T04:41:40.793 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cluster 2024-03-30T04:41:38.953021+0000 mgr.y (mgr.25279) 1317 : cluster [DBG] pgmap v796: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 32 KiB/s rd, 32 op/s 2024-03-30T04:41:40.793 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cephadm 2024-03-30T04:41:38.957542+0000 mgr.y (mgr.25279) 1318 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:40.793 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cephadm 2024-03-30T04:41:39.000220+0000 mgr.y (mgr.25279) 1319 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.793 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cluster 2024-03-30T04:41:39.003100+0000 mgr.y (mgr.25279) 1320 : cluster [DBG] pgmap v797: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.793 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cluster 2024-03-30T04:41:39.003293+0000 mgr.y (mgr.25279) 1321 : cluster [DBG] pgmap v798: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.793 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cephadm 2024-03-30T04:41:39.008027+0000 mgr.y (mgr.25279) 1322 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:40.793 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cephadm 2024-03-30T04:41:38.793411+0000 mgr.y (mgr.25279) 1303 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.793 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cluster 2024-03-30T04:41:38.797033+0000 mgr.y (mgr.25279) 1304 : cluster [DBG] pgmap v789: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.793 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cluster 2024-03-30T04:41:38.797231+0000 mgr.y (mgr.25279) 1305 : cluster [DBG] pgmap v790: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.793 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cephadm 2024-03-30T04:41:38.801673+0000 mgr.y (mgr.25279) 1306 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:40.794 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cephadm 2024-03-30T04:41:38.849210+0000 mgr.y (mgr.25279) 1307 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.794 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cluster 2024-03-30T04:41:38.852517+0000 mgr.y (mgr.25279) 1308 : cluster [DBG] pgmap v791: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 30 op/s 2024-03-30T04:41:40.794 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cluster 2024-03-30T04:41:38.852724+0000 mgr.y (mgr.25279) 1309 : cluster [DBG] pgmap v792: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 30 op/s 2024-03-30T04:41:40.794 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cephadm 2024-03-30T04:41:38.857312+0000 mgr.y (mgr.25279) 1310 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:40.794 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cephadm 2024-03-30T04:41:38.899936+0000 mgr.y (mgr.25279) 1311 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.794 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cluster 2024-03-30T04:41:38.902892+0000 mgr.y (mgr.25279) 1312 : cluster [DBG] pgmap v793: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 31 op/s 2024-03-30T04:41:40.794 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cluster 2024-03-30T04:41:38.903100+0000 mgr.y (mgr.25279) 1313 : cluster [DBG] pgmap v794: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 31 op/s 2024-03-30T04:41:40.794 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cephadm 2024-03-30T04:41:38.907592+0000 mgr.y (mgr.25279) 1314 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:40.794 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cephadm 2024-03-30T04:41:38.949870+0000 mgr.y (mgr.25279) 1315 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.794 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cluster 2024-03-30T04:41:38.952783+0000 mgr.y (mgr.25279) 1316 : cluster [DBG] pgmap v795: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 32 KiB/s rd, 32 op/s 2024-03-30T04:41:40.794 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cluster 2024-03-30T04:41:38.953021+0000 mgr.y (mgr.25279) 1317 : cluster [DBG] pgmap v796: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 32 KiB/s rd, 32 op/s 2024-03-30T04:41:40.794 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cephadm 2024-03-30T04:41:38.957542+0000 mgr.y (mgr.25279) 1318 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:40.794 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cephadm 2024-03-30T04:41:39.000220+0000 mgr.y (mgr.25279) 1319 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.794 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cluster 2024-03-30T04:41:39.003100+0000 mgr.y (mgr.25279) 1320 : cluster [DBG] pgmap v797: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.795 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cluster 2024-03-30T04:41:39.003293+0000 mgr.y (mgr.25279) 1321 : cluster [DBG] pgmap v798: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.795 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cephadm 2024-03-30T04:41:39.008027+0000 mgr.y (mgr.25279) 1322 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:40.795 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cephadm 2024-03-30T04:41:39.050464+0000 mgr.y (mgr.25279) 1323 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.795 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cluster 2024-03-30T04:41:39.053380+0000 mgr.y (mgr.25279) 1324 : cluster [DBG] pgmap v799: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.795 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cluster 2024-03-30T04:41:39.053627+0000 mgr.y (mgr.25279) 1325 : cluster [DBG] pgmap v800: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.795 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cephadm 2024-03-30T04:41:39.058683+0000 mgr.y (mgr.25279) 1326 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:40.795 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cephadm 2024-03-30T04:41:39.101199+0000 mgr.y (mgr.25279) 1327 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.795 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cluster 2024-03-30T04:41:39.104080+0000 mgr.y (mgr.25279) 1328 : cluster [DBG] pgmap v801: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.796 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cluster 2024-03-30T04:41:39.104301+0000 mgr.y (mgr.25279) 1329 : cluster [DBG] pgmap v802: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.796 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cephadm 2024-03-30T04:41:39.110954+0000 mgr.y (mgr.25279) 1330 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:40.796 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cephadm 2024-03-30T04:41:39.192372+0000 mgr.y (mgr.25279) 1331 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.796 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cluster 2024-03-30T04:41:39.195291+0000 mgr.y (mgr.25279) 1332 : cluster [DBG] pgmap v803: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.796 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cluster 2024-03-30T04:41:39.195487+0000 mgr.y (mgr.25279) 1333 : cluster [DBG] pgmap v804: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.796 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cephadm 2024-03-30T04:41:39.201139+0000 mgr.y (mgr.25279) 1334 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:40.796 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cephadm 2024-03-30T04:41:39.294164+0000 mgr.y (mgr.25279) 1335 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.796 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cluster 2024-03-30T04:41:39.300792+0000 mgr.y (mgr.25279) 1336 : cluster [DBG] pgmap v805: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.796 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cluster 2024-03-30T04:41:39.301225+0000 mgr.y (mgr.25279) 1337 : cluster [DBG] pgmap v806: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.796 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cephadm 2024-03-30T04:41:39.311006+0000 mgr.y (mgr.25279) 1338 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:40.796 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cephadm 2024-03-30T04:41:39.382880+0000 mgr.y (mgr.25279) 1339 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.796 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cluster 2024-03-30T04:41:39.387109+0000 mgr.y (mgr.25279) 1340 : cluster [DBG] pgmap v807: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.796 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cluster 2024-03-30T04:41:39.387367+0000 mgr.y (mgr.25279) 1341 : cluster [DBG] pgmap v808: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.796 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cephadm 2024-03-30T04:41:39.393705+0000 mgr.y (mgr.25279) 1342 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:40.796 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cephadm 2024-03-30T04:41:39.443109+0000 mgr.y (mgr.25279) 1343 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.797 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cluster 2024-03-30T04:41:39.447193+0000 mgr.y (mgr.25279) 1344 : cluster [DBG] pgmap v809: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.797 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cluster 2024-03-30T04:41:39.447702+0000 mgr.y (mgr.25279) 1345 : cluster [DBG] pgmap v810: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.797 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cephadm 2024-03-30T04:41:39.452717+0000 mgr.y (mgr.25279) 1346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:40.797 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cephadm 2024-03-30T04:41:39.495123+0000 mgr.y (mgr.25279) 1347 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.797 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cluster 2024-03-30T04:41:39.497996+0000 mgr.y (mgr.25279) 1348 : cluster [DBG] pgmap v811: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.797 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cluster 2024-03-30T04:41:39.498236+0000 mgr.y (mgr.25279) 1349 : cluster [DBG] pgmap v812: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.797 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cephadm 2024-03-30T04:41:39.503871+0000 mgr.y (mgr.25279) 1350 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:40.797 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:39.573372+0000 mon.a (mon.0) 3313 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.797 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:39.575991+0000 mon.a (mon.0) 3314 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.797 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cephadm 2024-03-30T04:41:39.577038+0000 mgr.y (mgr.25279) 1351 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.797 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:39.578848+0000 mon.a (mon.0) 3315 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.797 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:39.579848+0000 mon.a (mon.0) 3316 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.797 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cluster 2024-03-30T04:41:39.581469+0000 mgr.y (mgr.25279) 1352 : cluster [DBG] pgmap v813: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.797 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cluster 2024-03-30T04:41:39.581689+0000 mgr.y (mgr.25279) 1353 : cluster [DBG] pgmap v814: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.797 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:39.588236+0000 mon.a (mon.0) 3317 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.797 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cephadm 2024-03-30T04:41:39.588627+0000 mgr.y (mgr.25279) 1354 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:40.798 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:39.663980+0000 mon.a (mon.0) 3318 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.798 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:39.666097+0000 mon.a (mon.0) 3319 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.798 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cephadm 2024-03-30T04:41:39.666801+0000 mgr.y (mgr.25279) 1355 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.798 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:39.669038+0000 mon.a (mon.0) 3320 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.798 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cephadm 2024-03-30T04:41:39.050464+0000 mgr.y (mgr.25279) 1323 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.798 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cluster 2024-03-30T04:41:39.053380+0000 mgr.y (mgr.25279) 1324 : cluster [DBG] pgmap v799: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.798 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cluster 2024-03-30T04:41:39.053627+0000 mgr.y (mgr.25279) 1325 : cluster [DBG] pgmap v800: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.798 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cephadm 2024-03-30T04:41:39.058683+0000 mgr.y (mgr.25279) 1326 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:40.798 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cephadm 2024-03-30T04:41:39.101199+0000 mgr.y (mgr.25279) 1327 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.798 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cluster 2024-03-30T04:41:39.104080+0000 mgr.y (mgr.25279) 1328 : cluster [DBG] pgmap v801: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.799 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cluster 2024-03-30T04:41:39.104301+0000 mgr.y (mgr.25279) 1329 : cluster [DBG] pgmap v802: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.799 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cephadm 2024-03-30T04:41:39.110954+0000 mgr.y (mgr.25279) 1330 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:40.799 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cephadm 2024-03-30T04:41:39.192372+0000 mgr.y (mgr.25279) 1331 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.799 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cluster 2024-03-30T04:41:39.195291+0000 mgr.y (mgr.25279) 1332 : cluster [DBG] pgmap v803: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.799 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cluster 2024-03-30T04:41:39.195487+0000 mgr.y (mgr.25279) 1333 : cluster [DBG] pgmap v804: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.799 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cephadm 2024-03-30T04:41:39.201139+0000 mgr.y (mgr.25279) 1334 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:40.799 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cephadm 2024-03-30T04:41:39.294164+0000 mgr.y (mgr.25279) 1335 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.799 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cluster 2024-03-30T04:41:39.300792+0000 mgr.y (mgr.25279) 1336 : cluster [DBG] pgmap v805: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.799 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cluster 2024-03-30T04:41:39.301225+0000 mgr.y (mgr.25279) 1337 : cluster [DBG] pgmap v806: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.799 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cephadm 2024-03-30T04:41:39.311006+0000 mgr.y (mgr.25279) 1338 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:40.799 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cephadm 2024-03-30T04:41:39.382880+0000 mgr.y (mgr.25279) 1339 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.799 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cluster 2024-03-30T04:41:39.387109+0000 mgr.y (mgr.25279) 1340 : cluster [DBG] pgmap v807: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.799 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cluster 2024-03-30T04:41:39.387367+0000 mgr.y (mgr.25279) 1341 : cluster [DBG] pgmap v808: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.799 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cephadm 2024-03-30T04:41:39.393705+0000 mgr.y (mgr.25279) 1342 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:40.800 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cephadm 2024-03-30T04:41:39.443109+0000 mgr.y (mgr.25279) 1343 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.800 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:39.670210+0000 mon.a (mon.0) 3321 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.800 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cluster 2024-03-30T04:41:39.671957+0000 mgr.y (mgr.25279) 1356 : cluster [DBG] pgmap v815: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.800 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cluster 2024-03-30T04:41:39.672194+0000 mgr.y (mgr.25279) 1357 : cluster [DBG] pgmap v816: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.800 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:39.681053+0000 mon.a (mon.0) 3322 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.800 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cephadm 2024-03-30T04:41:39.681629+0000 mgr.y (mgr.25279) 1358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:40.800 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:39.757554+0000 mon.a (mon.0) 3323 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.800 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:39.760107+0000 mon.a (mon.0) 3324 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.800 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: cephadm 2024-03-30T04:41:39.761075+0000 mgr.y (mgr.25279) 1359 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.800 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:39.763095+0000 mon.a (mon.0) 3325 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.801 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:39.764163+0000 mon.a (mon.0) 3326 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.801 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:39.776647+0000 mon.a (mon.0) 3327 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.801 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:39.856677+0000 mon.a (mon.0) 3328 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.801 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:39.858511+0000 mon.a (mon.0) 3329 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.801 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:39.860302+0000 mon.a (mon.0) 3330 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.801 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:39.860844+0000 mon.a (mon.0) 3331 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.801 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:39.869236+0000 mon.a (mon.0) 3332 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.801 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:39.926705+0000 mon.a (mon.0) 3333 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.801 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:39.928691+0000 mon.a (mon.0) 3334 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.801 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:39.931209+0000 mon.a (mon.0) 3335 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.802 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cluster 2024-03-30T04:41:39.447193+0000 mgr.y (mgr.25279) 1344 : cluster [DBG] pgmap v809: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.802 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cluster 2024-03-30T04:41:39.447702+0000 mgr.y (mgr.25279) 1345 : cluster [DBG] pgmap v810: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.802 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cephadm 2024-03-30T04:41:39.452717+0000 mgr.y (mgr.25279) 1346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:40.802 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cephadm 2024-03-30T04:41:39.495123+0000 mgr.y (mgr.25279) 1347 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.802 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cluster 2024-03-30T04:41:39.497996+0000 mgr.y (mgr.25279) 1348 : cluster [DBG] pgmap v811: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.802 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cluster 2024-03-30T04:41:39.498236+0000 mgr.y (mgr.25279) 1349 : cluster [DBG] pgmap v812: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.802 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cephadm 2024-03-30T04:41:39.503871+0000 mgr.y (mgr.25279) 1350 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:40.802 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:39.573372+0000 mon.a (mon.0) 3313 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.802 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:39.575991+0000 mon.a (mon.0) 3314 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.802 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cephadm 2024-03-30T04:41:39.577038+0000 mgr.y (mgr.25279) 1351 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.802 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:39.578848+0000 mon.a (mon.0) 3315 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.802 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:39.579848+0000 mon.a (mon.0) 3316 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.803 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cluster 2024-03-30T04:41:39.581469+0000 mgr.y (mgr.25279) 1352 : cluster [DBG] pgmap v813: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.803 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cluster 2024-03-30T04:41:39.581689+0000 mgr.y (mgr.25279) 1353 : cluster [DBG] pgmap v814: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.803 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:39.588236+0000 mon.a (mon.0) 3317 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.803 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cephadm 2024-03-30T04:41:39.588627+0000 mgr.y (mgr.25279) 1354 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:40.803 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:39.663980+0000 mon.a (mon.0) 3318 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.803 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:39.666097+0000 mon.a (mon.0) 3319 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.803 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cephadm 2024-03-30T04:41:39.666801+0000 mgr.y (mgr.25279) 1355 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.803 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:39.669038+0000 mon.a (mon.0) 3320 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.803 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:39.670210+0000 mon.a (mon.0) 3321 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.803 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cluster 2024-03-30T04:41:39.671957+0000 mgr.y (mgr.25279) 1356 : cluster [DBG] pgmap v815: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.804 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cluster 2024-03-30T04:41:39.672194+0000 mgr.y (mgr.25279) 1357 : cluster [DBG] pgmap v816: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.804 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:39.681053+0000 mon.a (mon.0) 3322 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.804 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cephadm 2024-03-30T04:41:39.681629+0000 mgr.y (mgr.25279) 1358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:40.804 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:39.757554+0000 mon.a (mon.0) 3323 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.804 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:39.760107+0000 mon.a (mon.0) 3324 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.804 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: cephadm 2024-03-30T04:41:39.761075+0000 mgr.y (mgr.25279) 1359 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.804 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:39.763095+0000 mon.a (mon.0) 3325 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.804 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:39.764163+0000 mon.a (mon.0) 3326 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.804 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:39.776647+0000 mon.a (mon.0) 3327 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.804 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:39.856677+0000 mon.a (mon.0) 3328 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.804 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:39.858511+0000 mon.a (mon.0) 3329 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.804 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:39.860302+0000 mon.a (mon.0) 3330 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.804 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:39.860844+0000 mon.a (mon.0) 3331 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.804 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:39.869236+0000 mon.a (mon.0) 3332 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.805 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:39.926705+0000 mon.a (mon.0) 3333 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.805 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:39.928691+0000 mon.a (mon.0) 3334 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.805 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:39.931209+0000 mon.a (mon.0) 3335 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.805 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:39.931991+0000 mon.a (mon.0) 3336 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.805 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:39.940353+0000 mon.a (mon.0) 3337 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.805 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:39.980789+0000 mon.a (mon.0) 3338 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.805 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:39.982903+0000 mon.a (mon.0) 3339 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.805 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:39.985070+0000 mon.a (mon.0) 3340 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.805 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:39.985791+0000 mon.a (mon.0) 3341 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.805 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:39.994071+0000 mon.a (mon.0) 3342 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.805 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.035110+0000 mon.a (mon.0) 3343 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.806 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.037064+0000 mon.a (mon.0) 3344 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.806 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.039265+0000 mon.a (mon.0) 3345 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.806 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.039878+0000 mon.a (mon.0) 3346 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.806 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.047026+0000 mon.a (mon.0) 3347 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.806 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.088173+0000 mon.a (mon.0) 3348 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.806 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.090076+0000 mon.a (mon.0) 3349 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.806 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.092048+0000 mon.a (mon.0) 3350 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.806 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.092698+0000 mon.a (mon.0) 3351 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.806 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.099921+0000 mon.a (mon.0) 3352 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.806 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.146054+0000 mon.a (mon.0) 3353 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.806 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.148288+0000 mon.a (mon.0) 3354 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.807 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:39.931991+0000 mon.a (mon.0) 3336 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.807 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:39.940353+0000 mon.a (mon.0) 3337 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.807 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:39.980789+0000 mon.a (mon.0) 3338 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.807 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:39.982903+0000 mon.a (mon.0) 3339 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.807 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:39.985070+0000 mon.a (mon.0) 3340 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.807 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:39.985791+0000 mon.a (mon.0) 3341 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.807 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:39.994071+0000 mon.a (mon.0) 3342 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.807 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.035110+0000 mon.a (mon.0) 3343 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.807 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.037064+0000 mon.a (mon.0) 3344 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.807 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.039265+0000 mon.a (mon.0) 3345 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.807 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.039878+0000 mon.a (mon.0) 3346 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.809 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.047026+0000 mon.a (mon.0) 3347 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.809 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.088173+0000 mon.a (mon.0) 3348 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.809 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.090076+0000 mon.a (mon.0) 3349 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.809 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.092048+0000 mon.a (mon.0) 3350 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.809 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.092698+0000 mon.a (mon.0) 3351 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.809 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.099921+0000 mon.a (mon.0) 3352 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.809 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.146054+0000 mon.a (mon.0) 3353 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.809 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.148288+0000 mon.a (mon.0) 3354 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.809 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.150361+0000 mon.a (mon.0) 3355 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.810 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.151023+0000 mon.a (mon.0) 3356 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.810 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.160170+0000 mon.a (mon.0) 3357 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.810 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.201622+0000 mon.a (mon.0) 3358 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.810 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.203489+0000 mon.a (mon.0) 3359 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.810 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.205352+0000 mon.a (mon.0) 3360 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.810 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.205956+0000 mon.a (mon.0) 3361 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.810 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.213141+0000 mon.a (mon.0) 3362 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.810 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.269896+0000 mon.a (mon.0) 3363 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.810 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.271565+0000 mon.a (mon.0) 3364 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.810 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.273265+0000 mon.a (mon.0) 3365 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.810 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.273847+0000 mon.a (mon.0) 3366 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.810 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.281121+0000 mon.a (mon.0) 3367 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.810 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.321793+0000 mon.a (mon.0) 3368 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.810 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.323511+0000 mon.a (mon.0) 3369 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.810 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.325753+0000 mon.a (mon.0) 3370 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.811 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.326373+0000 mon.a (mon.0) 3371 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.811 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.333875+0000 mon.a (mon.0) 3372 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.811 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.374839+0000 mon.a (mon.0) 3373 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.811 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.376644+0000 mon.a (mon.0) 3374 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.811 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.150361+0000 mon.a (mon.0) 3355 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.811 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.151023+0000 mon.a (mon.0) 3356 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.811 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.160170+0000 mon.a (mon.0) 3357 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.811 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.201622+0000 mon.a (mon.0) 3358 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.811 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.203489+0000 mon.a (mon.0) 3359 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.811 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.205352+0000 mon.a (mon.0) 3360 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.812 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.205956+0000 mon.a (mon.0) 3361 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.812 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.213141+0000 mon.a (mon.0) 3362 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.812 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.269896+0000 mon.a (mon.0) 3363 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.812 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.271565+0000 mon.a (mon.0) 3364 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.812 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.273265+0000 mon.a (mon.0) 3365 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.812 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.273847+0000 mon.a (mon.0) 3366 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.812 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.281121+0000 mon.a (mon.0) 3367 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.812 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.321793+0000 mon.a (mon.0) 3368 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.812 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.323511+0000 mon.a (mon.0) 3369 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.812 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.325753+0000 mon.a (mon.0) 3370 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.812 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.326373+0000 mon.a (mon.0) 3371 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.812 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.333875+0000 mon.a (mon.0) 3372 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.812 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.374839+0000 mon.a (mon.0) 3373 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.812 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.376644+0000 mon.a (mon.0) 3374 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.813 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.378377+0000 mon.a (mon.0) 3375 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.813 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.379104+0000 mon.a (mon.0) 3376 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.813 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.386558+0000 mon.a (mon.0) 3377 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.813 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.427204+0000 mon.a (mon.0) 3378 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.813 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.428964+0000 mon.a (mon.0) 3379 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.813 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.431119+0000 mon.a (mon.0) 3380 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.813 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.431731+0000 mon.a (mon.0) 3381 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.813 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.440167+0000 mon.a (mon.0) 3382 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.813 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.486142+0000 mon.a (mon.0) 3383 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.813 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.488306+0000 mon.a (mon.0) 3384 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.813 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.490272+0000 mon.a (mon.0) 3385 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.814 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.490953+0000 mon.a (mon.0) 3386 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.814 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[24005]: audit 2024-03-30T04:41:40.499665+0000 mon.a (mon.0) 3387 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.814 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.378377+0000 mon.a (mon.0) 3375 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.814 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.379104+0000 mon.a (mon.0) 3376 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.814 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.386558+0000 mon.a (mon.0) 3377 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.814 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.427204+0000 mon.a (mon.0) 3378 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.814 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.428964+0000 mon.a (mon.0) 3379 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.814 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.431119+0000 mon.a (mon.0) 3380 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.814 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.431731+0000 mon.a (mon.0) 3381 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.814 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.440167+0000 mon.a (mon.0) 3382 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.815 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.486142+0000 mon.a (mon.0) 3383 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.815 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.488306+0000 mon.a (mon.0) 3384 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.815 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.490272+0000 mon.a (mon.0) 3385 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.815 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.490953+0000 mon.a (mon.0) 3386 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.815 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:40 smithi111 bash[18552]: audit 2024-03-30T04:41:40.499665+0000 mon.a (mon.0) 3387 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cephadm 2024-03-30T04:41:38.793411+0000 mgr.y (mgr.25279) 1303 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cluster 2024-03-30T04:41:38.797033+0000 mgr.y (mgr.25279) 1304 : cluster [DBG] pgmap v789: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cluster 2024-03-30T04:41:38.797231+0000 mgr.y (mgr.25279) 1305 : cluster [DBG] pgmap v790: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cephadm 2024-03-30T04:41:38.801673+0000 mgr.y (mgr.25279) 1306 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:40.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cephadm 2024-03-30T04:41:38.849210+0000 mgr.y (mgr.25279) 1307 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cluster 2024-03-30T04:41:38.852517+0000 mgr.y (mgr.25279) 1308 : cluster [DBG] pgmap v791: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 30 op/s 2024-03-30T04:41:40.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cluster 2024-03-30T04:41:38.852724+0000 mgr.y (mgr.25279) 1309 : cluster [DBG] pgmap v792: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 30 op/s 2024-03-30T04:41:40.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cephadm 2024-03-30T04:41:38.857312+0000 mgr.y (mgr.25279) 1310 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:40.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cephadm 2024-03-30T04:41:38.899936+0000 mgr.y (mgr.25279) 1311 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cluster 2024-03-30T04:41:38.902892+0000 mgr.y (mgr.25279) 1312 : cluster [DBG] pgmap v793: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 31 op/s 2024-03-30T04:41:40.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cluster 2024-03-30T04:41:38.903100+0000 mgr.y (mgr.25279) 1313 : cluster [DBG] pgmap v794: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 31 op/s 2024-03-30T04:41:40.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cephadm 2024-03-30T04:41:38.907592+0000 mgr.y (mgr.25279) 1314 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:40.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cephadm 2024-03-30T04:41:38.949870+0000 mgr.y (mgr.25279) 1315 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cluster 2024-03-30T04:41:38.952783+0000 mgr.y (mgr.25279) 1316 : cluster [DBG] pgmap v795: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 32 KiB/s rd, 32 op/s 2024-03-30T04:41:40.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cluster 2024-03-30T04:41:38.953021+0000 mgr.y (mgr.25279) 1317 : cluster [DBG] pgmap v796: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 32 KiB/s rd, 32 op/s 2024-03-30T04:41:40.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cephadm 2024-03-30T04:41:38.957542+0000 mgr.y (mgr.25279) 1318 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:40.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cephadm 2024-03-30T04:41:39.000220+0000 mgr.y (mgr.25279) 1319 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cluster 2024-03-30T04:41:39.003100+0000 mgr.y (mgr.25279) 1320 : cluster [DBG] pgmap v797: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cluster 2024-03-30T04:41:39.003293+0000 mgr.y (mgr.25279) 1321 : cluster [DBG] pgmap v798: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cephadm 2024-03-30T04:41:39.008027+0000 mgr.y (mgr.25279) 1322 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:40.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cephadm 2024-03-30T04:41:39.050464+0000 mgr.y (mgr.25279) 1323 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cluster 2024-03-30T04:41:39.053380+0000 mgr.y (mgr.25279) 1324 : cluster [DBG] pgmap v799: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cluster 2024-03-30T04:41:39.053627+0000 mgr.y (mgr.25279) 1325 : cluster [DBG] pgmap v800: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cephadm 2024-03-30T04:41:39.058683+0000 mgr.y (mgr.25279) 1326 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:40.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cephadm 2024-03-30T04:41:39.101199+0000 mgr.y (mgr.25279) 1327 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cluster 2024-03-30T04:41:39.104080+0000 mgr.y (mgr.25279) 1328 : cluster [DBG] pgmap v801: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cluster 2024-03-30T04:41:39.104301+0000 mgr.y (mgr.25279) 1329 : cluster [DBG] pgmap v802: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cephadm 2024-03-30T04:41:39.110954+0000 mgr.y (mgr.25279) 1330 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:40.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cephadm 2024-03-30T04:41:39.192372+0000 mgr.y (mgr.25279) 1331 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cluster 2024-03-30T04:41:39.195291+0000 mgr.y (mgr.25279) 1332 : cluster [DBG] pgmap v803: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cluster 2024-03-30T04:41:39.195487+0000 mgr.y (mgr.25279) 1333 : cluster [DBG] pgmap v804: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cephadm 2024-03-30T04:41:39.201139+0000 mgr.y (mgr.25279) 1334 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:40.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cephadm 2024-03-30T04:41:39.294164+0000 mgr.y (mgr.25279) 1335 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cluster 2024-03-30T04:41:39.300792+0000 mgr.y (mgr.25279) 1336 : cluster [DBG] pgmap v805: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cluster 2024-03-30T04:41:39.301225+0000 mgr.y (mgr.25279) 1337 : cluster [DBG] pgmap v806: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cephadm 2024-03-30T04:41:39.311006+0000 mgr.y (mgr.25279) 1338 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:40.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cephadm 2024-03-30T04:41:39.382880+0000 mgr.y (mgr.25279) 1339 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cluster 2024-03-30T04:41:39.387109+0000 mgr.y (mgr.25279) 1340 : cluster [DBG] pgmap v807: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cluster 2024-03-30T04:41:39.387367+0000 mgr.y (mgr.25279) 1341 : cluster [DBG] pgmap v808: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cephadm 2024-03-30T04:41:39.393705+0000 mgr.y (mgr.25279) 1342 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:40.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cephadm 2024-03-30T04:41:39.443109+0000 mgr.y (mgr.25279) 1343 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cluster 2024-03-30T04:41:39.447193+0000 mgr.y (mgr.25279) 1344 : cluster [DBG] pgmap v809: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cluster 2024-03-30T04:41:39.447702+0000 mgr.y (mgr.25279) 1345 : cluster [DBG] pgmap v810: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cephadm 2024-03-30T04:41:39.452717+0000 mgr.y (mgr.25279) 1346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:40.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cephadm 2024-03-30T04:41:39.495123+0000 mgr.y (mgr.25279) 1347 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cluster 2024-03-30T04:41:39.497996+0000 mgr.y (mgr.25279) 1348 : cluster [DBG] pgmap v811: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cluster 2024-03-30T04:41:39.498236+0000 mgr.y (mgr.25279) 1349 : cluster [DBG] pgmap v812: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cephadm 2024-03-30T04:41:39.503871+0000 mgr.y (mgr.25279) 1350 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:40.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:39.573372+0000 mon.a (mon.0) 3313 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:39.575991+0000 mon.a (mon.0) 3314 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cephadm 2024-03-30T04:41:39.577038+0000 mgr.y (mgr.25279) 1351 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:39.578848+0000 mon.a (mon.0) 3315 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:39.579848+0000 mon.a (mon.0) 3316 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cluster 2024-03-30T04:41:39.581469+0000 mgr.y (mgr.25279) 1352 : cluster [DBG] pgmap v813: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cluster 2024-03-30T04:41:39.581689+0000 mgr.y (mgr.25279) 1353 : cluster [DBG] pgmap v814: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:39.588236+0000 mon.a (mon.0) 3317 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cephadm 2024-03-30T04:41:39.588627+0000 mgr.y (mgr.25279) 1354 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:40.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:39.663980+0000 mon.a (mon.0) 3318 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:39.666097+0000 mon.a (mon.0) 3319 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cephadm 2024-03-30T04:41:39.666801+0000 mgr.y (mgr.25279) 1355 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:39.669038+0000 mon.a (mon.0) 3320 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:39.670210+0000 mon.a (mon.0) 3321 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cluster 2024-03-30T04:41:39.671957+0000 mgr.y (mgr.25279) 1356 : cluster [DBG] pgmap v815: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cluster 2024-03-30T04:41:39.672194+0000 mgr.y (mgr.25279) 1357 : cluster [DBG] pgmap v816: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:40.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:39.681053+0000 mon.a (mon.0) 3322 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cephadm 2024-03-30T04:41:39.681629+0000 mgr.y (mgr.25279) 1358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:40.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:39.757554+0000 mon.a (mon.0) 3323 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:39.760107+0000 mon.a (mon.0) 3324 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: cephadm 2024-03-30T04:41:39.761075+0000 mgr.y (mgr.25279) 1359 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:40.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:39.763095+0000 mon.a (mon.0) 3325 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:39.764163+0000 mon.a (mon.0) 3326 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:39.776647+0000 mon.a (mon.0) 3327 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:39.856677+0000 mon.a (mon.0) 3328 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:39.858511+0000 mon.a (mon.0) 3329 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:39.860302+0000 mon.a (mon.0) 3330 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:39.860844+0000 mon.a (mon.0) 3331 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:39.869236+0000 mon.a (mon.0) 3332 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:39.926705+0000 mon.a (mon.0) 3333 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:39.928691+0000 mon.a (mon.0) 3334 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:39.931209+0000 mon.a (mon.0) 3335 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:39.931991+0000 mon.a (mon.0) 3336 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:39.940353+0000 mon.a (mon.0) 3337 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:39.980789+0000 mon.a (mon.0) 3338 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:39.982903+0000 mon.a (mon.0) 3339 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:39.985070+0000 mon.a (mon.0) 3340 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:39.985791+0000 mon.a (mon.0) 3341 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:39.994071+0000 mon.a (mon.0) 3342 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.035110+0000 mon.a (mon.0) 3343 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.037064+0000 mon.a (mon.0) 3344 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.039265+0000 mon.a (mon.0) 3345 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.039878+0000 mon.a (mon.0) 3346 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.047026+0000 mon.a (mon.0) 3347 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.088173+0000 mon.a (mon.0) 3348 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.090076+0000 mon.a (mon.0) 3349 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.092048+0000 mon.a (mon.0) 3350 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.092698+0000 mon.a (mon.0) 3351 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.099921+0000 mon.a (mon.0) 3352 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.146054+0000 mon.a (mon.0) 3353 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.148288+0000 mon.a (mon.0) 3354 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.150361+0000 mon.a (mon.0) 3355 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.151023+0000 mon.a (mon.0) 3356 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.160170+0000 mon.a (mon.0) 3357 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.201622+0000 mon.a (mon.0) 3358 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.203489+0000 mon.a (mon.0) 3359 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.205352+0000 mon.a (mon.0) 3360 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.205956+0000 mon.a (mon.0) 3361 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.213141+0000 mon.a (mon.0) 3362 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.269896+0000 mon.a (mon.0) 3363 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.271565+0000 mon.a (mon.0) 3364 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.273265+0000 mon.a (mon.0) 3365 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.273847+0000 mon.a (mon.0) 3366 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.281121+0000 mon.a (mon.0) 3367 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.321793+0000 mon.a (mon.0) 3368 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.323511+0000 mon.a (mon.0) 3369 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.325753+0000 mon.a (mon.0) 3370 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.326373+0000 mon.a (mon.0) 3371 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.333875+0000 mon.a (mon.0) 3372 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.374839+0000 mon.a (mon.0) 3373 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.376644+0000 mon.a (mon.0) 3374 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.378377+0000 mon.a (mon.0) 3375 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.379104+0000 mon.a (mon.0) 3376 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.386558+0000 mon.a (mon.0) 3377 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.427204+0000 mon.a (mon.0) 3378 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.428964+0000 mon.a (mon.0) 3379 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.431119+0000 mon.a (mon.0) 3380 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.431731+0000 mon.a (mon.0) 3381 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.440167+0000 mon.a (mon.0) 3382 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:40.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.486142+0000 mon.a (mon.0) 3383 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:40.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.488306+0000 mon.a (mon.0) 3384 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:40.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.490272+0000 mon.a (mon.0) 3385 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:40.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.490953+0000 mon.a (mon.0) 3386 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:40.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:40 smithi117 bash[18692]: audit 2024-03-30T04:41:40.499665+0000 mon.a (mon.0) 3387 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.529 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[58141]: debug 2024-03-30T04:41:41.260+0000 7fa98cee4200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-30T04:41:41.529 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[58141]: debug 2024-03-30T04:41:41.388+0000 7fa98cee4200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-30T04:41:41.530 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:41:41 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-30T04:41:41.530 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:41:41 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Failed with result 'exit-code'. 2024-03-30T04:41:41.825 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[58141]: debug 2024-03-30T04:41:41.708+0000 7fa98cee4200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-30T04:41:41.827 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cluster 2024-03-30T04:41:39.765831+0000 mgr.y (mgr.25279) 1360 : cluster [DBG] pgmap v817: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.827 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cluster 2024-03-30T04:41:39.766069+0000 mgr.y (mgr.25279) 1361 : cluster [DBG] pgmap v818: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.827 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cephadm 2024-03-30T04:41:39.783172+0000 mgr.y (mgr.25279) 1362 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.827 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cephadm 2024-03-30T04:41:39.859129+0000 mgr.y (mgr.25279) 1363 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.827 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cluster 2024-03-30T04:41:39.861952+0000 mgr.y (mgr.25279) 1364 : cluster [DBG] pgmap v819: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.827 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cluster 2024-03-30T04:41:39.862179+0000 mgr.y (mgr.25279) 1365 : cluster [DBG] pgmap v820: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.827 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cephadm 2024-03-30T04:41:39.869772+0000 mgr.y (mgr.25279) 1366 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.827 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cephadm 2024-03-30T04:41:39.929466+0000 mgr.y (mgr.25279) 1367 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.827 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cluster 2024-03-30T04:41:39.933354+0000 mgr.y (mgr.25279) 1368 : cluster [DBG] pgmap v821: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.827 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cluster 2024-03-30T04:41:39.933601+0000 mgr.y (mgr.25279) 1369 : cluster [DBG] pgmap v822: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.827 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cephadm 2024-03-30T04:41:39.940753+0000 mgr.y (mgr.25279) 1370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.827 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cephadm 2024-03-30T04:41:39.983702+0000 mgr.y (mgr.25279) 1371 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.828 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cluster 2024-03-30T04:41:39.987162+0000 mgr.y (mgr.25279) 1372 : cluster [DBG] pgmap v823: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.828 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cluster 2024-03-30T04:41:39.987391+0000 mgr.y (mgr.25279) 1373 : cluster [DBG] pgmap v824: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.828 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cephadm 2024-03-30T04:41:39.994448+0000 mgr.y (mgr.25279) 1374 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.828 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cephadm 2024-03-30T04:41:40.038061+0000 mgr.y (mgr.25279) 1375 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.828 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cluster 2024-03-30T04:41:40.041081+0000 mgr.y (mgr.25279) 1376 : cluster [DBG] pgmap v825: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.828 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cluster 2024-03-30T04:41:40.041315+0000 mgr.y (mgr.25279) 1377 : cluster [DBG] pgmap v826: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.828 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cephadm 2024-03-30T04:41:40.047405+0000 mgr.y (mgr.25279) 1378 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.828 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cephadm 2024-03-30T04:41:40.090745+0000 mgr.y (mgr.25279) 1379 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.828 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cluster 2024-03-30T04:41:40.093959+0000 mgr.y (mgr.25279) 1380 : cluster [DBG] pgmap v827: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.828 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cluster 2024-03-30T04:41:40.094190+0000 mgr.y (mgr.25279) 1381 : cluster [DBG] pgmap v828: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.828 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cephadm 2024-03-30T04:41:40.100333+0000 mgr.y (mgr.25279) 1382 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.828 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cephadm 2024-03-30T04:41:40.148955+0000 mgr.y (mgr.25279) 1383 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.828 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cluster 2024-03-30T04:41:40.152354+0000 mgr.y (mgr.25279) 1384 : cluster [DBG] pgmap v829: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.828 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cluster 2024-03-30T04:41:40.152589+0000 mgr.y (mgr.25279) 1385 : cluster [DBG] pgmap v830: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.829 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cephadm 2024-03-30T04:41:40.160754+0000 mgr.y (mgr.25279) 1386 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.829 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cephadm 2024-03-30T04:41:40.204150+0000 mgr.y (mgr.25279) 1387 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.829 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cluster 2024-03-30T04:41:40.207204+0000 mgr.y (mgr.25279) 1388 : cluster [DBG] pgmap v831: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.829 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cluster 2024-03-30T04:41:40.207449+0000 mgr.y (mgr.25279) 1389 : cluster [DBG] pgmap v832: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.829 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cephadm 2024-03-30T04:41:40.213554+0000 mgr.y (mgr.25279) 1390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.829 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cephadm 2024-03-30T04:41:40.272137+0000 mgr.y (mgr.25279) 1391 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.829 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cluster 2024-03-30T04:41:40.275018+0000 mgr.y (mgr.25279) 1392 : cluster [DBG] pgmap v833: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.829 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cluster 2024-03-30T04:41:40.275256+0000 mgr.y (mgr.25279) 1393 : cluster [DBG] pgmap v834: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.829 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cephadm 2024-03-30T04:41:40.281484+0000 mgr.y (mgr.25279) 1394 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.829 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cephadm 2024-03-30T04:41:40.324167+0000 mgr.y (mgr.25279) 1395 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.829 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cluster 2024-03-30T04:41:40.327688+0000 mgr.y (mgr.25279) 1396 : cluster [DBG] pgmap v835: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.829 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cluster 2024-03-30T04:41:40.327993+0000 mgr.y (mgr.25279) 1397 : cluster [DBG] pgmap v836: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.829 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cephadm 2024-03-30T04:41:40.334411+0000 mgr.y (mgr.25279) 1398 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.829 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cephadm 2024-03-30T04:41:40.377268+0000 mgr.y (mgr.25279) 1399 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.829 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cluster 2024-03-30T04:41:40.380361+0000 mgr.y (mgr.25279) 1400 : cluster [DBG] pgmap v837: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.830 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cluster 2024-03-30T04:41:40.380601+0000 mgr.y (mgr.25279) 1401 : cluster [DBG] pgmap v838: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.830 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cephadm 2024-03-30T04:41:40.386875+0000 mgr.y (mgr.25279) 1402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.830 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cephadm 2024-03-30T04:41:40.429530+0000 mgr.y (mgr.25279) 1403 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.830 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cluster 2024-03-30T04:41:40.432846+0000 mgr.y (mgr.25279) 1404 : cluster [DBG] pgmap v839: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.830 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cluster 2024-03-30T04:41:40.433076+0000 mgr.y (mgr.25279) 1405 : cluster [DBG] pgmap v840: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.830 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cephadm 2024-03-30T04:41:40.440570+0000 mgr.y (mgr.25279) 1406 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.830 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cephadm 2024-03-30T04:41:40.488977+0000 mgr.y (mgr.25279) 1407 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.830 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cluster 2024-03-30T04:41:40.492305+0000 mgr.y (mgr.25279) 1408 : cluster [DBG] pgmap v841: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.830 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cluster 2024-03-30T04:41:40.492603+0000 mgr.y (mgr.25279) 1409 : cluster [DBG] pgmap v842: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.830 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cephadm 2024-03-30T04:41:40.500039+0000 mgr.y (mgr.25279) 1410 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.830 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.547109+0000 mon.a (mon.0) 3388 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.830 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.549095+0000 mon.a (mon.0) 3389 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.831 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cephadm 2024-03-30T04:41:40.549801+0000 mgr.y (mgr.25279) 1411 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.831 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.551181+0000 mon.a (mon.0) 3390 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.831 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.551757+0000 mon.a (mon.0) 3391 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.831 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cluster 2024-03-30T04:41:40.552900+0000 mgr.y (mgr.25279) 1412 : cluster [DBG] pgmap v843: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.831 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cluster 2024-03-30T04:41:40.553104+0000 mgr.y (mgr.25279) 1413 : cluster [DBG] pgmap v844: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.831 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.562821+0000 mon.a (mon.0) 3392 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.831 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cephadm 2024-03-30T04:41:40.563248+0000 mgr.y (mgr.25279) 1414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.831 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.603657+0000 mon.a (mon.0) 3393 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.831 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.605601+0000 mon.a (mon.0) 3394 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.831 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cephadm 2024-03-30T04:41:40.606243+0000 mgr.y (mgr.25279) 1415 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.831 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.607350+0000 mon.a (mon.0) 3395 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.831 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.607922+0000 mon.a (mon.0) 3396 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.831 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cluster 2024-03-30T04:41:40.609064+0000 mgr.y (mgr.25279) 1416 : cluster [DBG] pgmap v845: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.831 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cluster 2024-03-30T04:41:40.609293+0000 mgr.y (mgr.25279) 1417 : cluster [DBG] pgmap v846: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.831 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.613861+0000 mon.a (mon.0) 3397 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.832 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cephadm 2024-03-30T04:41:40.614256+0000 mgr.y (mgr.25279) 1418 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.832 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.654558+0000 mon.a (mon.0) 3398 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.832 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.656709+0000 mon.a (mon.0) 3399 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.832 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cephadm 2024-03-30T04:41:40.657451+0000 mgr.y (mgr.25279) 1419 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.832 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.658879+0000 mon.a (mon.0) 3400 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.832 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.659616+0000 mon.a (mon.0) 3401 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.832 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cluster 2024-03-30T04:41:40.660931+0000 mgr.y (mgr.25279) 1420 : cluster [DBG] pgmap v847: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.832 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cluster 2024-03-30T04:41:40.661162+0000 mgr.y (mgr.25279) 1421 : cluster [DBG] pgmap v848: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.832 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.665854+0000 mon.a (mon.0) 3402 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.832 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cephadm 2024-03-30T04:41:40.666416+0000 mgr.y (mgr.25279) 1422 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.832 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.707678+0000 mon.a (mon.0) 3403 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.832 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.709435+0000 mon.a (mon.0) 3404 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.832 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cephadm 2024-03-30T04:41:40.710036+0000 mgr.y (mgr.25279) 1423 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.832 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.711190+0000 mon.a (mon.0) 3405 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.833 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.711799+0000 mon.a (mon.0) 3406 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.833 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cluster 2024-03-30T04:41:40.712934+0000 mgr.y (mgr.25279) 1424 : cluster [DBG] pgmap v849: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.833 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cluster 2024-03-30T04:41:40.713106+0000 mgr.y (mgr.25279) 1425 : cluster [DBG] pgmap v850: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.833 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.717352+0000 mon.a (mon.0) 3407 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.833 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cephadm 2024-03-30T04:41:40.717785+0000 mgr.y (mgr.25279) 1426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.833 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.758125+0000 mon.a (mon.0) 3408 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.833 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.759993+0000 mon.a (mon.0) 3409 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.833 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: cephadm 2024-03-30T04:41:40.760629+0000 mgr.y (mgr.25279) 1427 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.833 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.761757+0000 mon.a (mon.0) 3410 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.833 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.762899+0000 mon.a (mon.0) 3411 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.833 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.768389+0000 mon.a (mon.0) 3412 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.833 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.809453+0000 mon.a (mon.0) 3413 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.833 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.811292+0000 mon.a (mon.0) 3414 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.833 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.813434+0000 mon.a (mon.0) 3415 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.834 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.814098+0000 mon.a (mon.0) 3416 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.834 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.820962+0000 mon.a (mon.0) 3417 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.834 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.861484+0000 mon.a (mon.0) 3418 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.834 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.863192+0000 mon.a (mon.0) 3419 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.834 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.864963+0000 mon.a (mon.0) 3420 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.834 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.865549+0000 mon.a (mon.0) 3421 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.834 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.871057+0000 mon.a (mon.0) 3422 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.834 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.911299+0000 mon.a (mon.0) 3423 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.834 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.913037+0000 mon.a (mon.0) 3424 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.834 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.915200+0000 mon.a (mon.0) 3425 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.834 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.915778+0000 mon.a (mon.0) 3426 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.834 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.921681+0000 mon.a (mon.0) 3427 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.834 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.962675+0000 mon.a (mon.0) 3428 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.834 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.964837+0000 mon.a (mon.0) 3429 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.835 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.967361+0000 mon.a (mon.0) 3430 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.835 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.968261+0000 mon.a (mon.0) 3431 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.835 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:40.975681+0000 mon.a (mon.0) 3432 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.835 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:41.016731+0000 mon.a (mon.0) 3433 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.835 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:41.018826+0000 mon.a (mon.0) 3434 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.835 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:41.020773+0000 mon.a (mon.0) 3435 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.835 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:41.021488+0000 mon.a (mon.0) 3436 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.835 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:41.027885+0000 mon.a (mon.0) 3437 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.835 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:41.089226+0000 mon.a (mon.0) 3438 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.835 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:41.091239+0000 mon.a (mon.0) 3439 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.835 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:41.092980+0000 mon.a (mon.0) 3440 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.835 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:41.093579+0000 mon.a (mon.0) 3441 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.835 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:41.099170+0000 mon.a (mon.0) 3442 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.835 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:41.155473+0000 mon.a (mon.0) 3443 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.836 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:41.157491+0000 mon.a (mon.0) 3444 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.836 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:41.159624+0000 mon.a (mon.0) 3445 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.836 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:41.160420+0000 mon.a (mon.0) 3446 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.836 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:41.167166+0000 mon.a (mon.0) 3447 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.836 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:41.240761+0000 mon.a (mon.0) 3448 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.836 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:41.242874+0000 mon.a (mon.0) 3449 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.836 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:41.244769+0000 mon.a (mon.0) 3450 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.836 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:41.245418+0000 mon.a (mon.0) 3451 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.836 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:41.252254+0000 mon.a (mon.0) 3452 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.836 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:41.292783+0000 mon.a (mon.0) 3453 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.836 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:41.294471+0000 mon.a (mon.0) 3454 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.836 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:41.296176+0000 mon.a (mon.0) 3455 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.836 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:41.296791+0000 mon.a (mon.0) 3456 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.836 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:41.302304+0000 mon.a (mon.0) 3457 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.837 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:41.342143+0000 mon.a (mon.0) 3458 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.837 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:41.344207+0000 mon.a (mon.0) 3459 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.837 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:41.346250+0000 mon.a (mon.0) 3460 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.837 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:41.347028+0000 mon.a (mon.0) 3461 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.837 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:41.354523+0000 mon.a (mon.0) 3462 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.837 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:41.427207+0000 mon.a (mon.0) 3463 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.837 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:41.429518+0000 mon.a (mon.0) 3464 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.837 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:41.432078+0000 mon.a (mon.0) 3465 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.837 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:41.432894+0000 mon.a (mon.0) 3466 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.837 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:41.441112+0000 mon.a (mon.0) 3467 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.837 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:41.515151+0000 mon.a (mon.0) 3468 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.837 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:41.517078+0000 mon.a (mon.0) 3469 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.837 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:41.519066+0000 mon.a (mon.0) 3470 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.837 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[18692]: audit 2024-03-30T04:41:41.519814+0000 mon.a (mon.0) 3471 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cluster 2024-03-30T04:41:39.765831+0000 mgr.y (mgr.25279) 1360 : cluster [DBG] pgmap v817: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cluster 2024-03-30T04:41:39.766069+0000 mgr.y (mgr.25279) 1361 : cluster [DBG] pgmap v818: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cephadm 2024-03-30T04:41:39.783172+0000 mgr.y (mgr.25279) 1362 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cephadm 2024-03-30T04:41:39.859129+0000 mgr.y (mgr.25279) 1363 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cluster 2024-03-30T04:41:39.861952+0000 mgr.y (mgr.25279) 1364 : cluster [DBG] pgmap v819: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cluster 2024-03-30T04:41:39.862179+0000 mgr.y (mgr.25279) 1365 : cluster [DBG] pgmap v820: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cephadm 2024-03-30T04:41:39.869772+0000 mgr.y (mgr.25279) 1366 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cephadm 2024-03-30T04:41:39.929466+0000 mgr.y (mgr.25279) 1367 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cluster 2024-03-30T04:41:39.933354+0000 mgr.y (mgr.25279) 1368 : cluster [DBG] pgmap v821: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cluster 2024-03-30T04:41:39.933601+0000 mgr.y (mgr.25279) 1369 : cluster [DBG] pgmap v822: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cephadm 2024-03-30T04:41:39.940753+0000 mgr.y (mgr.25279) 1370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cephadm 2024-03-30T04:41:39.983702+0000 mgr.y (mgr.25279) 1371 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cluster 2024-03-30T04:41:39.987162+0000 mgr.y (mgr.25279) 1372 : cluster [DBG] pgmap v823: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cluster 2024-03-30T04:41:39.987391+0000 mgr.y (mgr.25279) 1373 : cluster [DBG] pgmap v824: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cephadm 2024-03-30T04:41:39.994448+0000 mgr.y (mgr.25279) 1374 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cephadm 2024-03-30T04:41:40.038061+0000 mgr.y (mgr.25279) 1375 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cluster 2024-03-30T04:41:40.041081+0000 mgr.y (mgr.25279) 1376 : cluster [DBG] pgmap v825: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cluster 2024-03-30T04:41:40.041315+0000 mgr.y (mgr.25279) 1377 : cluster [DBG] pgmap v826: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cephadm 2024-03-30T04:41:40.047405+0000 mgr.y (mgr.25279) 1378 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cephadm 2024-03-30T04:41:40.090745+0000 mgr.y (mgr.25279) 1379 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cluster 2024-03-30T04:41:40.093959+0000 mgr.y (mgr.25279) 1380 : cluster [DBG] pgmap v827: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cluster 2024-03-30T04:41:40.094190+0000 mgr.y (mgr.25279) 1381 : cluster [DBG] pgmap v828: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cephadm 2024-03-30T04:41:40.100333+0000 mgr.y (mgr.25279) 1382 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cephadm 2024-03-30T04:41:40.148955+0000 mgr.y (mgr.25279) 1383 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cluster 2024-03-30T04:41:40.152354+0000 mgr.y (mgr.25279) 1384 : cluster [DBG] pgmap v829: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cluster 2024-03-30T04:41:40.152589+0000 mgr.y (mgr.25279) 1385 : cluster [DBG] pgmap v830: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cephadm 2024-03-30T04:41:40.160754+0000 mgr.y (mgr.25279) 1386 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cephadm 2024-03-30T04:41:40.204150+0000 mgr.y (mgr.25279) 1387 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cluster 2024-03-30T04:41:40.207204+0000 mgr.y (mgr.25279) 1388 : cluster [DBG] pgmap v831: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cluster 2024-03-30T04:41:40.207449+0000 mgr.y (mgr.25279) 1389 : cluster [DBG] pgmap v832: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cephadm 2024-03-30T04:41:40.213554+0000 mgr.y (mgr.25279) 1390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cephadm 2024-03-30T04:41:40.272137+0000 mgr.y (mgr.25279) 1391 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cluster 2024-03-30T04:41:40.275018+0000 mgr.y (mgr.25279) 1392 : cluster [DBG] pgmap v833: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cluster 2024-03-30T04:41:40.275256+0000 mgr.y (mgr.25279) 1393 : cluster [DBG] pgmap v834: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cephadm 2024-03-30T04:41:40.281484+0000 mgr.y (mgr.25279) 1394 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cephadm 2024-03-30T04:41:40.324167+0000 mgr.y (mgr.25279) 1395 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cluster 2024-03-30T04:41:40.327688+0000 mgr.y (mgr.25279) 1396 : cluster [DBG] pgmap v835: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cluster 2024-03-30T04:41:40.327993+0000 mgr.y (mgr.25279) 1397 : cluster [DBG] pgmap v836: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cephadm 2024-03-30T04:41:40.334411+0000 mgr.y (mgr.25279) 1398 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cephadm 2024-03-30T04:41:40.377268+0000 mgr.y (mgr.25279) 1399 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cluster 2024-03-30T04:41:40.380361+0000 mgr.y (mgr.25279) 1400 : cluster [DBG] pgmap v837: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cluster 2024-03-30T04:41:40.380601+0000 mgr.y (mgr.25279) 1401 : cluster [DBG] pgmap v838: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cephadm 2024-03-30T04:41:40.386875+0000 mgr.y (mgr.25279) 1402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cephadm 2024-03-30T04:41:40.429530+0000 mgr.y (mgr.25279) 1403 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cluster 2024-03-30T04:41:40.432846+0000 mgr.y (mgr.25279) 1404 : cluster [DBG] pgmap v839: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cluster 2024-03-30T04:41:40.433076+0000 mgr.y (mgr.25279) 1405 : cluster [DBG] pgmap v840: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cephadm 2024-03-30T04:41:40.440570+0000 mgr.y (mgr.25279) 1406 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cephadm 2024-03-30T04:41:40.488977+0000 mgr.y (mgr.25279) 1407 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cluster 2024-03-30T04:41:40.492305+0000 mgr.y (mgr.25279) 1408 : cluster [DBG] pgmap v841: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cluster 2024-03-30T04:41:40.492603+0000 mgr.y (mgr.25279) 1409 : cluster [DBG] pgmap v842: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cephadm 2024-03-30T04:41:40.500039+0000 mgr.y (mgr.25279) 1410 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.547109+0000 mon.a (mon.0) 3388 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.549095+0000 mon.a (mon.0) 3389 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cephadm 2024-03-30T04:41:40.549801+0000 mgr.y (mgr.25279) 1411 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.551181+0000 mon.a (mon.0) 3390 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.551757+0000 mon.a (mon.0) 3391 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cluster 2024-03-30T04:41:40.552900+0000 mgr.y (mgr.25279) 1412 : cluster [DBG] pgmap v843: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cluster 2024-03-30T04:41:40.553104+0000 mgr.y (mgr.25279) 1413 : cluster [DBG] pgmap v844: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.562821+0000 mon.a (mon.0) 3392 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cephadm 2024-03-30T04:41:40.563248+0000 mgr.y (mgr.25279) 1414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.603657+0000 mon.a (mon.0) 3393 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.605601+0000 mon.a (mon.0) 3394 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cephadm 2024-03-30T04:41:40.606243+0000 mgr.y (mgr.25279) 1415 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.607350+0000 mon.a (mon.0) 3395 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.607922+0000 mon.a (mon.0) 3396 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cluster 2024-03-30T04:41:40.609064+0000 mgr.y (mgr.25279) 1416 : cluster [DBG] pgmap v845: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cluster 2024-03-30T04:41:40.609293+0000 mgr.y (mgr.25279) 1417 : cluster [DBG] pgmap v846: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.613861+0000 mon.a (mon.0) 3397 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cephadm 2024-03-30T04:41:40.614256+0000 mgr.y (mgr.25279) 1418 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.654558+0000 mon.a (mon.0) 3398 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.656709+0000 mon.a (mon.0) 3399 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cephadm 2024-03-30T04:41:40.657451+0000 mgr.y (mgr.25279) 1419 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.658879+0000 mon.a (mon.0) 3400 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.659616+0000 mon.a (mon.0) 3401 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cluster 2024-03-30T04:41:40.660931+0000 mgr.y (mgr.25279) 1420 : cluster [DBG] pgmap v847: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cluster 2024-03-30T04:41:40.661162+0000 mgr.y (mgr.25279) 1421 : cluster [DBG] pgmap v848: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.665854+0000 mon.a (mon.0) 3402 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cephadm 2024-03-30T04:41:40.666416+0000 mgr.y (mgr.25279) 1422 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.707678+0000 mon.a (mon.0) 3403 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.709435+0000 mon.a (mon.0) 3404 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cephadm 2024-03-30T04:41:40.710036+0000 mgr.y (mgr.25279) 1423 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.711190+0000 mon.a (mon.0) 3405 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.711799+0000 mon.a (mon.0) 3406 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cluster 2024-03-30T04:41:40.712934+0000 mgr.y (mgr.25279) 1424 : cluster [DBG] pgmap v849: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cluster 2024-03-30T04:41:40.713106+0000 mgr.y (mgr.25279) 1425 : cluster [DBG] pgmap v850: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.717352+0000 mon.a (mon.0) 3407 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cephadm 2024-03-30T04:41:40.717785+0000 mgr.y (mgr.25279) 1426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.758125+0000 mon.a (mon.0) 3408 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.759993+0000 mon.a (mon.0) 3409 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: cephadm 2024-03-30T04:41:40.760629+0000 mgr.y (mgr.25279) 1427 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.761757+0000 mon.a (mon.0) 3410 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.762899+0000 mon.a (mon.0) 3411 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.768389+0000 mon.a (mon.0) 3412 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.809453+0000 mon.a (mon.0) 3413 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.811292+0000 mon.a (mon.0) 3414 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.813434+0000 mon.a (mon.0) 3415 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.814098+0000 mon.a (mon.0) 3416 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.820962+0000 mon.a (mon.0) 3417 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.861484+0000 mon.a (mon.0) 3418 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.863192+0000 mon.a (mon.0) 3419 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.864963+0000 mon.a (mon.0) 3420 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.865549+0000 mon.a (mon.0) 3421 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.871057+0000 mon.a (mon.0) 3422 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.911299+0000 mon.a (mon.0) 3423 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.913037+0000 mon.a (mon.0) 3424 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.915200+0000 mon.a (mon.0) 3425 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.915778+0000 mon.a (mon.0) 3426 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.921681+0000 mon.a (mon.0) 3427 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.962675+0000 mon.a (mon.0) 3428 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.964837+0000 mon.a (mon.0) 3429 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.967361+0000 mon.a (mon.0) 3430 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.968261+0000 mon.a (mon.0) 3431 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:40.975681+0000 mon.a (mon.0) 3432 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:41.016731+0000 mon.a (mon.0) 3433 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:41.018826+0000 mon.a (mon.0) 3434 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:41.020773+0000 mon.a (mon.0) 3435 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:41.021488+0000 mon.a (mon.0) 3436 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:41.027885+0000 mon.a (mon.0) 3437 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:41.089226+0000 mon.a (mon.0) 3438 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:41.091239+0000 mon.a (mon.0) 3439 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:41.092980+0000 mon.a (mon.0) 3440 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:41.093579+0000 mon.a (mon.0) 3441 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:41.099170+0000 mon.a (mon.0) 3442 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:41.155473+0000 mon.a (mon.0) 3443 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:41.157491+0000 mon.a (mon.0) 3444 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:41.159624+0000 mon.a (mon.0) 3445 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:41.160420+0000 mon.a (mon.0) 3446 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:41.167166+0000 mon.a (mon.0) 3447 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:41.240761+0000 mon.a (mon.0) 3448 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:41.242874+0000 mon.a (mon.0) 3449 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:41.244769+0000 mon.a (mon.0) 3450 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:41.245418+0000 mon.a (mon.0) 3451 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:41.252254+0000 mon.a (mon.0) 3452 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:41.292783+0000 mon.a (mon.0) 3453 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:41.294471+0000 mon.a (mon.0) 3454 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:41.296176+0000 mon.a (mon.0) 3455 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:41.296791+0000 mon.a (mon.0) 3456 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:41.302304+0000 mon.a (mon.0) 3457 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:41.342143+0000 mon.a (mon.0) 3458 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:41.344207+0000 mon.a (mon.0) 3459 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:41.346250+0000 mon.a (mon.0) 3460 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:41.347028+0000 mon.a (mon.0) 3461 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:41.354523+0000 mon.a (mon.0) 3462 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:41.427207+0000 mon.a (mon.0) 3463 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:41.429518+0000 mon.a (mon.0) 3464 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:41.432078+0000 mon.a (mon.0) 3465 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:41.432894+0000 mon.a (mon.0) 3466 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:41.441112+0000 mon.a (mon.0) 3467 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:41.515151+0000 mon.a (mon.0) 3468 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:41.517078+0000 mon.a (mon.0) 3469 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:41.519066+0000 mon.a (mon.0) 3470 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[18552]: audit 2024-03-30T04:41:41.519814+0000 mon.a (mon.0) 3471 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cluster 2024-03-30T04:41:39.765831+0000 mgr.y (mgr.25279) 1360 : cluster [DBG] pgmap v817: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cluster 2024-03-30T04:41:39.766069+0000 mgr.y (mgr.25279) 1361 : cluster [DBG] pgmap v818: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cephadm 2024-03-30T04:41:39.783172+0000 mgr.y (mgr.25279) 1362 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cephadm 2024-03-30T04:41:39.859129+0000 mgr.y (mgr.25279) 1363 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cluster 2024-03-30T04:41:39.861952+0000 mgr.y (mgr.25279) 1364 : cluster [DBG] pgmap v819: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cluster 2024-03-30T04:41:39.862179+0000 mgr.y (mgr.25279) 1365 : cluster [DBG] pgmap v820: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cephadm 2024-03-30T04:41:39.869772+0000 mgr.y (mgr.25279) 1366 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cephadm 2024-03-30T04:41:39.929466+0000 mgr.y (mgr.25279) 1367 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cluster 2024-03-30T04:41:39.933354+0000 mgr.y (mgr.25279) 1368 : cluster [DBG] pgmap v821: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cluster 2024-03-30T04:41:39.933601+0000 mgr.y (mgr.25279) 1369 : cluster [DBG] pgmap v822: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cephadm 2024-03-30T04:41:39.940753+0000 mgr.y (mgr.25279) 1370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cephadm 2024-03-30T04:41:39.983702+0000 mgr.y (mgr.25279) 1371 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cluster 2024-03-30T04:41:39.987162+0000 mgr.y (mgr.25279) 1372 : cluster [DBG] pgmap v823: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cluster 2024-03-30T04:41:39.987391+0000 mgr.y (mgr.25279) 1373 : cluster [DBG] pgmap v824: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cephadm 2024-03-30T04:41:39.994448+0000 mgr.y (mgr.25279) 1374 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cephadm 2024-03-30T04:41:40.038061+0000 mgr.y (mgr.25279) 1375 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cluster 2024-03-30T04:41:40.041081+0000 mgr.y (mgr.25279) 1376 : cluster [DBG] pgmap v825: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cluster 2024-03-30T04:41:40.041315+0000 mgr.y (mgr.25279) 1377 : cluster [DBG] pgmap v826: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cephadm 2024-03-30T04:41:40.047405+0000 mgr.y (mgr.25279) 1378 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cephadm 2024-03-30T04:41:40.090745+0000 mgr.y (mgr.25279) 1379 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cluster 2024-03-30T04:41:40.093959+0000 mgr.y (mgr.25279) 1380 : cluster [DBG] pgmap v827: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cluster 2024-03-30T04:41:40.094190+0000 mgr.y (mgr.25279) 1381 : cluster [DBG] pgmap v828: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cephadm 2024-03-30T04:41:40.100333+0000 mgr.y (mgr.25279) 1382 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cephadm 2024-03-30T04:41:40.148955+0000 mgr.y (mgr.25279) 1383 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cluster 2024-03-30T04:41:40.152354+0000 mgr.y (mgr.25279) 1384 : cluster [DBG] pgmap v829: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cluster 2024-03-30T04:41:40.152589+0000 mgr.y (mgr.25279) 1385 : cluster [DBG] pgmap v830: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cephadm 2024-03-30T04:41:40.160754+0000 mgr.y (mgr.25279) 1386 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cephadm 2024-03-30T04:41:40.204150+0000 mgr.y (mgr.25279) 1387 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cluster 2024-03-30T04:41:40.207204+0000 mgr.y (mgr.25279) 1388 : cluster [DBG] pgmap v831: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cluster 2024-03-30T04:41:40.207449+0000 mgr.y (mgr.25279) 1389 : cluster [DBG] pgmap v832: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cephadm 2024-03-30T04:41:40.213554+0000 mgr.y (mgr.25279) 1390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cephadm 2024-03-30T04:41:40.272137+0000 mgr.y (mgr.25279) 1391 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cluster 2024-03-30T04:41:40.275018+0000 mgr.y (mgr.25279) 1392 : cluster [DBG] pgmap v833: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cluster 2024-03-30T04:41:40.275256+0000 mgr.y (mgr.25279) 1393 : cluster [DBG] pgmap v834: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cephadm 2024-03-30T04:41:40.281484+0000 mgr.y (mgr.25279) 1394 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cephadm 2024-03-30T04:41:40.324167+0000 mgr.y (mgr.25279) 1395 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cluster 2024-03-30T04:41:40.327688+0000 mgr.y (mgr.25279) 1396 : cluster [DBG] pgmap v835: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cluster 2024-03-30T04:41:40.327993+0000 mgr.y (mgr.25279) 1397 : cluster [DBG] pgmap v836: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cephadm 2024-03-30T04:41:40.334411+0000 mgr.y (mgr.25279) 1398 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cephadm 2024-03-30T04:41:40.377268+0000 mgr.y (mgr.25279) 1399 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cluster 2024-03-30T04:41:40.380361+0000 mgr.y (mgr.25279) 1400 : cluster [DBG] pgmap v837: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cluster 2024-03-30T04:41:40.380601+0000 mgr.y (mgr.25279) 1401 : cluster [DBG] pgmap v838: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cephadm 2024-03-30T04:41:40.386875+0000 mgr.y (mgr.25279) 1402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cephadm 2024-03-30T04:41:40.429530+0000 mgr.y (mgr.25279) 1403 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cluster 2024-03-30T04:41:40.432846+0000 mgr.y (mgr.25279) 1404 : cluster [DBG] pgmap v839: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cluster 2024-03-30T04:41:40.433076+0000 mgr.y (mgr.25279) 1405 : cluster [DBG] pgmap v840: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cephadm 2024-03-30T04:41:40.440570+0000 mgr.y (mgr.25279) 1406 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cephadm 2024-03-30T04:41:40.488977+0000 mgr.y (mgr.25279) 1407 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cluster 2024-03-30T04:41:40.492305+0000 mgr.y (mgr.25279) 1408 : cluster [DBG] pgmap v841: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cluster 2024-03-30T04:41:40.492603+0000 mgr.y (mgr.25279) 1409 : cluster [DBG] pgmap v842: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cephadm 2024-03-30T04:41:40.500039+0000 mgr.y (mgr.25279) 1410 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.547109+0000 mon.a (mon.0) 3388 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.549095+0000 mon.a (mon.0) 3389 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cephadm 2024-03-30T04:41:40.549801+0000 mgr.y (mgr.25279) 1411 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.551181+0000 mon.a (mon.0) 3390 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.551757+0000 mon.a (mon.0) 3391 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cluster 2024-03-30T04:41:40.552900+0000 mgr.y (mgr.25279) 1412 : cluster [DBG] pgmap v843: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cluster 2024-03-30T04:41:40.553104+0000 mgr.y (mgr.25279) 1413 : cluster [DBG] pgmap v844: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.562821+0000 mon.a (mon.0) 3392 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cephadm 2024-03-30T04:41:40.563248+0000 mgr.y (mgr.25279) 1414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.603657+0000 mon.a (mon.0) 3393 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.605601+0000 mon.a (mon.0) 3394 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cephadm 2024-03-30T04:41:40.606243+0000 mgr.y (mgr.25279) 1415 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.607350+0000 mon.a (mon.0) 3395 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.607922+0000 mon.a (mon.0) 3396 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cluster 2024-03-30T04:41:40.609064+0000 mgr.y (mgr.25279) 1416 : cluster [DBG] pgmap v845: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cluster 2024-03-30T04:41:40.609293+0000 mgr.y (mgr.25279) 1417 : cluster [DBG] pgmap v846: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.613861+0000 mon.a (mon.0) 3397 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cephadm 2024-03-30T04:41:40.614256+0000 mgr.y (mgr.25279) 1418 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.654558+0000 mon.a (mon.0) 3398 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.656709+0000 mon.a (mon.0) 3399 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cephadm 2024-03-30T04:41:40.657451+0000 mgr.y (mgr.25279) 1419 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.658879+0000 mon.a (mon.0) 3400 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.659616+0000 mon.a (mon.0) 3401 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cluster 2024-03-30T04:41:40.660931+0000 mgr.y (mgr.25279) 1420 : cluster [DBG] pgmap v847: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cluster 2024-03-30T04:41:40.661162+0000 mgr.y (mgr.25279) 1421 : cluster [DBG] pgmap v848: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.665854+0000 mon.a (mon.0) 3402 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cephadm 2024-03-30T04:41:40.666416+0000 mgr.y (mgr.25279) 1422 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.707678+0000 mon.a (mon.0) 3403 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.709435+0000 mon.a (mon.0) 3404 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cephadm 2024-03-30T04:41:40.710036+0000 mgr.y (mgr.25279) 1423 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.711190+0000 mon.a (mon.0) 3405 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.711799+0000 mon.a (mon.0) 3406 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cluster 2024-03-30T04:41:40.712934+0000 mgr.y (mgr.25279) 1424 : cluster [DBG] pgmap v849: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cluster 2024-03-30T04:41:40.713106+0000 mgr.y (mgr.25279) 1425 : cluster [DBG] pgmap v850: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:41.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.717352+0000 mon.a (mon.0) 3407 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cephadm 2024-03-30T04:41:40.717785+0000 mgr.y (mgr.25279) 1426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:41.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.758125+0000 mon.a (mon.0) 3408 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.759993+0000 mon.a (mon.0) 3409 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: cephadm 2024-03-30T04:41:40.760629+0000 mgr.y (mgr.25279) 1427 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:41.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.761757+0000 mon.a (mon.0) 3410 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.762899+0000 mon.a (mon.0) 3411 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.768389+0000 mon.a (mon.0) 3412 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.809453+0000 mon.a (mon.0) 3413 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.811292+0000 mon.a (mon.0) 3414 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.813434+0000 mon.a (mon.0) 3415 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.814098+0000 mon.a (mon.0) 3416 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.820962+0000 mon.a (mon.0) 3417 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.861484+0000 mon.a (mon.0) 3418 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.863192+0000 mon.a (mon.0) 3419 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.864963+0000 mon.a (mon.0) 3420 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.865549+0000 mon.a (mon.0) 3421 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.871057+0000 mon.a (mon.0) 3422 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.911299+0000 mon.a (mon.0) 3423 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.913037+0000 mon.a (mon.0) 3424 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.915200+0000 mon.a (mon.0) 3425 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.915778+0000 mon.a (mon.0) 3426 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.921681+0000 mon.a (mon.0) 3427 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.962675+0000 mon.a (mon.0) 3428 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.964837+0000 mon.a (mon.0) 3429 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.967361+0000 mon.a (mon.0) 3430 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.968261+0000 mon.a (mon.0) 3431 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:40.975681+0000 mon.a (mon.0) 3432 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:41.016731+0000 mon.a (mon.0) 3433 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:41.018826+0000 mon.a (mon.0) 3434 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:41.020773+0000 mon.a (mon.0) 3435 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:41.021488+0000 mon.a (mon.0) 3436 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:41.027885+0000 mon.a (mon.0) 3437 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:41.089226+0000 mon.a (mon.0) 3438 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:41.091239+0000 mon.a (mon.0) 3439 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:41.092980+0000 mon.a (mon.0) 3440 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:41.093579+0000 mon.a (mon.0) 3441 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:41.099170+0000 mon.a (mon.0) 3442 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:41.155473+0000 mon.a (mon.0) 3443 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:41.157491+0000 mon.a (mon.0) 3444 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:41.159624+0000 mon.a (mon.0) 3445 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:41.160420+0000 mon.a (mon.0) 3446 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:41.167166+0000 mon.a (mon.0) 3447 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:41.240761+0000 mon.a (mon.0) 3448 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:41.242874+0000 mon.a (mon.0) 3449 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:41.244769+0000 mon.a (mon.0) 3450 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:41.245418+0000 mon.a (mon.0) 3451 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:41.252254+0000 mon.a (mon.0) 3452 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:41.292783+0000 mon.a (mon.0) 3453 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:41.294471+0000 mon.a (mon.0) 3454 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:41.296176+0000 mon.a (mon.0) 3455 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:41.296791+0000 mon.a (mon.0) 3456 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:41.302304+0000 mon.a (mon.0) 3457 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:41.342143+0000 mon.a (mon.0) 3458 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:41.344207+0000 mon.a (mon.0) 3459 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:41.346250+0000 mon.a (mon.0) 3460 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:41.347028+0000 mon.a (mon.0) 3461 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:41.354523+0000 mon.a (mon.0) 3462 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:41.427207+0000 mon.a (mon.0) 3463 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:41.429518+0000 mon.a (mon.0) 3464 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:41.432078+0000 mon.a (mon.0) 3465 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:41.432894+0000 mon.a (mon.0) 3466 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:41.441112+0000 mon.a (mon.0) 3467 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:41.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:41.515151+0000 mon.a (mon.0) 3468 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:41.517078+0000 mon.a (mon.0) 3469 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:41.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:41.519066+0000 mon.a (mon.0) 3470 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:41 smithi111 bash[24005]: audit 2024-03-30T04:41:41.519814+0000 mon.a (mon.0) 3471 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.133 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:41 smithi117 bash[58141]: debug 2024-03-30T04:41:41.828+0000 7fa98cee4200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-30T04:41:42.599 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[58141]: debug 2024-03-30T04:41:42.352+0000 7fa98cee4200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-30T04:41:42.599 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[58141]: debug 2024-03-30T04:41:42.492+0000 7fa98cee4200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-30T04:41:42.599 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[58141]: [30/Mar/2024:04:41:42] ENGINE Bus STARTING 2024-03-30T04:41:42.600 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cluster 2024-03-30T04:41:40.764158+0000 mgr.y (mgr.25279) 1428 : cluster [DBG] pgmap v851: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.600 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cluster 2024-03-30T04:41:40.764393+0000 mgr.y (mgr.25279) 1429 : cluster [DBG] pgmap v852: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.600 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cephadm 2024-03-30T04:41:40.768792+0000 mgr.y (mgr.25279) 1430 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.600 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:40.798707+0000 mgr.y (mgr.25279) 1431 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:42.600 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cephadm 2024-03-30T04:41:40.811961+0000 mgr.y (mgr.25279) 1432 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.600 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cluster 2024-03-30T04:41:40.815342+0000 mgr.y (mgr.25279) 1433 : cluster [DBG] pgmap v853: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.600 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cluster 2024-03-30T04:41:40.815578+0000 mgr.y (mgr.25279) 1434 : cluster [DBG] pgmap v854: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.600 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cephadm 2024-03-30T04:41:40.821398+0000 mgr.y (mgr.25279) 1435 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.600 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cephadm 2024-03-30T04:41:40.863797+0000 mgr.y (mgr.25279) 1436 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.601 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cluster 2024-03-30T04:41:40.866683+0000 mgr.y (mgr.25279) 1437 : cluster [DBG] pgmap v855: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.601 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cluster 2024-03-30T04:41:40.866924+0000 mgr.y (mgr.25279) 1438 : cluster [DBG] pgmap v856: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.601 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cephadm 2024-03-30T04:41:40.871442+0000 mgr.y (mgr.25279) 1439 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.601 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cephadm 2024-03-30T04:41:40.913617+0000 mgr.y (mgr.25279) 1440 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.601 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cluster 2024-03-30T04:41:40.916874+0000 mgr.y (mgr.25279) 1441 : cluster [DBG] pgmap v857: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.601 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cluster 2024-03-30T04:41:40.917108+0000 mgr.y (mgr.25279) 1442 : cluster [DBG] pgmap v858: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.601 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cephadm 2024-03-30T04:41:40.922093+0000 mgr.y (mgr.25279) 1443 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.601 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cephadm 2024-03-30T04:41:40.966008+0000 mgr.y (mgr.25279) 1444 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.601 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cluster 2024-03-30T04:41:40.969659+0000 mgr.y (mgr.25279) 1445 : cluster [DBG] pgmap v859: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.601 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cluster 2024-03-30T04:41:40.969867+0000 mgr.y (mgr.25279) 1446 : cluster [DBG] pgmap v860: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.601 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cephadm 2024-03-30T04:41:40.976157+0000 mgr.y (mgr.25279) 1447 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.601 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cephadm 2024-03-30T04:41:41.019470+0000 mgr.y (mgr.25279) 1448 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.601 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cluster 2024-03-30T04:41:41.022988+0000 mgr.y (mgr.25279) 1449 : cluster [DBG] pgmap v861: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.601 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cluster 2024-03-30T04:41:41.023231+0000 mgr.y (mgr.25279) 1450 : cluster [DBG] pgmap v862: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.601 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cephadm 2024-03-30T04:41:41.028395+0000 mgr.y (mgr.25279) 1451 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.602 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cephadm 2024-03-30T04:41:41.091858+0000 mgr.y (mgr.25279) 1452 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.602 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cluster 2024-03-30T04:41:41.094767+0000 mgr.y (mgr.25279) 1453 : cluster [DBG] pgmap v863: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.602 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cluster 2024-03-30T04:41:41.094965+0000 mgr.y (mgr.25279) 1454 : cluster [DBG] pgmap v864: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.602 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cephadm 2024-03-30T04:41:41.099534+0000 mgr.y (mgr.25279) 1455 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.602 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cephadm 2024-03-30T04:41:41.158286+0000 mgr.y (mgr.25279) 1456 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.602 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cluster 2024-03-30T04:41:41.161811+0000 mgr.y (mgr.25279) 1457 : cluster [DBG] pgmap v865: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.602 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cluster 2024-03-30T04:41:41.162122+0000 mgr.y (mgr.25279) 1458 : cluster [DBG] pgmap v866: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.602 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cephadm 2024-03-30T04:41:41.167610+0000 mgr.y (mgr.25279) 1459 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.602 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cephadm 2024-03-30T04:41:41.243552+0000 mgr.y (mgr.25279) 1460 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.602 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cluster 2024-03-30T04:41:41.246665+0000 mgr.y (mgr.25279) 1461 : cluster [DBG] pgmap v867: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.602 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cluster 2024-03-30T04:41:41.246908+0000 mgr.y (mgr.25279) 1462 : cluster [DBG] pgmap v868: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.602 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cephadm 2024-03-30T04:41:41.252648+0000 mgr.y (mgr.25279) 1463 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.602 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cephadm 2024-03-30T04:41:41.295093+0000 mgr.y (mgr.25279) 1464 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.602 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cluster 2024-03-30T04:41:41.297923+0000 mgr.y (mgr.25279) 1465 : cluster [DBG] pgmap v869: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.602 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cluster 2024-03-30T04:41:41.298139+0000 mgr.y (mgr.25279) 1466 : cluster [DBG] pgmap v870: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.603 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cephadm 2024-03-30T04:41:41.302684+0000 mgr.y (mgr.25279) 1467 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.603 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cephadm 2024-03-30T04:41:41.345019+0000 mgr.y (mgr.25279) 1468 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.603 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cluster 2024-03-30T04:41:41.348352+0000 mgr.y (mgr.25279) 1469 : cluster [DBG] pgmap v871: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.603 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cluster 2024-03-30T04:41:41.348580+0000 mgr.y (mgr.25279) 1470 : cluster [DBG] pgmap v872: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.603 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cephadm 2024-03-30T04:41:41.354901+0000 mgr.y (mgr.25279) 1471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.603 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cephadm 2024-03-30T04:41:41.430360+0000 mgr.y (mgr.25279) 1472 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.603 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cluster 2024-03-30T04:41:41.434271+0000 mgr.y (mgr.25279) 1473 : cluster [DBG] pgmap v873: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.603 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cluster 2024-03-30T04:41:41.434551+0000 mgr.y (mgr.25279) 1474 : cluster [DBG] pgmap v874: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.603 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cephadm 2024-03-30T04:41:41.441680+0000 mgr.y (mgr.25279) 1475 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.603 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cephadm 2024-03-30T04:41:41.517790+0000 mgr.y (mgr.25279) 1476 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.603 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cluster 2024-03-30T04:41:41.521199+0000 mgr.y (mgr.25279) 1477 : cluster [DBG] pgmap v875: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.603 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cluster 2024-03-30T04:41:41.521470+0000 mgr.y (mgr.25279) 1478 : cluster [DBG] pgmap v876: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.603 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:41.531272+0000 mon.a (mon.0) 3472 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.603 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cephadm 2024-03-30T04:41:41.531794+0000 mgr.y (mgr.25279) 1479 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.604 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:41.583660+0000 mon.a (mon.0) 3473 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.604 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:41.585510+0000 mon.a (mon.0) 3474 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.604 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cephadm 2024-03-30T04:41:41.586135+0000 mgr.y (mgr.25279) 1480 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.604 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:41.587377+0000 mon.a (mon.0) 3475 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.604 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:41.587992+0000 mon.a (mon.0) 3476 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.604 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cluster 2024-03-30T04:41:41.589238+0000 mgr.y (mgr.25279) 1481 : cluster [DBG] pgmap v877: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.604 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cluster 2024-03-30T04:41:41.589475+0000 mgr.y (mgr.25279) 1482 : cluster [DBG] pgmap v878: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.604 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:41.596849+0000 mon.a (mon.0) 3477 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.604 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cephadm 2024-03-30T04:41:41.597277+0000 mgr.y (mgr.25279) 1483 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.604 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:41.637546+0000 mon.a (mon.0) 3478 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.604 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:41.639450+0000 mon.a (mon.0) 3479 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.604 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cephadm 2024-03-30T04:41:41.640208+0000 mgr.y (mgr.25279) 1484 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.604 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:41.641435+0000 mon.a (mon.0) 3480 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.604 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:41.642043+0000 mon.a (mon.0) 3481 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.604 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cluster 2024-03-30T04:41:41.643265+0000 mgr.y (mgr.25279) 1485 : cluster [DBG] pgmap v879: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.605 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cluster 2024-03-30T04:41:41.643506+0000 mgr.y (mgr.25279) 1486 : cluster [DBG] pgmap v880: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.605 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:41.650662+0000 mon.a (mon.0) 3482 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.605 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cephadm 2024-03-30T04:41:41.651048+0000 mgr.y (mgr.25279) 1487 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.605 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:41.691158+0000 mon.a (mon.0) 3483 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.605 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:41.693155+0000 mon.a (mon.0) 3484 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.605 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cephadm 2024-03-30T04:41:41.693890+0000 mgr.y (mgr.25279) 1488 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.605 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:41.695130+0000 mon.a (mon.0) 3485 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.605 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:41.695773+0000 mon.a (mon.0) 3486 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.605 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cluster 2024-03-30T04:41:41.696960+0000 mgr.y (mgr.25279) 1489 : cluster [DBG] pgmap v881: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.605 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cluster 2024-03-30T04:41:41.697154+0000 mgr.y (mgr.25279) 1490 : cluster [DBG] pgmap v882: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.605 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:41.704215+0000 mon.a (mon.0) 3487 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.605 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cephadm 2024-03-30T04:41:41.704606+0000 mgr.y (mgr.25279) 1491 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.605 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:41.744614+0000 mon.a (mon.0) 3488 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.605 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:41.746405+0000 mon.a (mon.0) 3489 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.605 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cephadm 2024-03-30T04:41:41.747022+0000 mgr.y (mgr.25279) 1492 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.606 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:41.748214+0000 mon.a (mon.0) 3490 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.606 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:41.748817+0000 mon.a (mon.0) 3491 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.606 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cluster 2024-03-30T04:41:41.750356+0000 mgr.y (mgr.25279) 1493 : cluster [DBG] pgmap v883: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.606 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cluster 2024-03-30T04:41:41.750920+0000 mgr.y (mgr.25279) 1494 : cluster [DBG] pgmap v884: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.606 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:41.756838+0000 mon.a (mon.0) 3492 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.606 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cephadm 2024-03-30T04:41:41.757190+0000 mgr.y (mgr.25279) 1495 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.606 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:41.814779+0000 mon.a (mon.0) 3493 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.606 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:41.816495+0000 mon.a (mon.0) 3494 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.606 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:41.818616+0000 mon.a (mon.0) 3495 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.606 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:41.819180+0000 mon.a (mon.0) 3496 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.606 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:41.824704+0000 mon.a (mon.0) 3497 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.607 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:41.865870+0000 mon.a (mon.0) 3498 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.607 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:41.867719+0000 mon.a (mon.0) 3499 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.607 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:41.869620+0000 mon.a (mon.0) 3500 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.607 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:41.870250+0000 mon.a (mon.0) 3501 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.607 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:41.876351+0000 mon.a (mon.0) 3502 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.607 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:41.919528+0000 mon.a (mon.0) 3503 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.607 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:41.921364+0000 mon.a (mon.0) 3504 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.607 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:41.923380+0000 mon.a (mon.0) 3505 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.607 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:41.924058+0000 mon.a (mon.0) 3506 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.607 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:41.929700+0000 mon.a (mon.0) 3507 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.607 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:41.970911+0000 mon.a (mon.0) 3508 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.607 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:41.972954+0000 mon.a (mon.0) 3509 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.607 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:41.975019+0000 mon.a (mon.0) 3510 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.607 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:41.975692+0000 mon.a (mon.0) 3511 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.607 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:41.981678+0000 mon.a (mon.0) 3512 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.608 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.025114+0000 mon.a (mon.0) 3513 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.608 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.027196+0000 mon.a (mon.0) 3514 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.608 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.029890+0000 mon.a (mon.0) 3515 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.608 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.030602+0000 mon.a (mon.0) 3516 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.608 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.036762+0000 mon.a (mon.0) 3517 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.608 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.081230+0000 mon.a (mon.0) 3518 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.608 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.083445+0000 mon.a (mon.0) 3519 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.608 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.085649+0000 mon.a (mon.0) 3520 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.608 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.086437+0000 mon.a (mon.0) 3521 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.608 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.092037+0000 mon.a (mon.0) 3522 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.608 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.135587+0000 mon.a (mon.0) 3523 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.608 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.137725+0000 mon.a (mon.0) 3524 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.608 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.139724+0000 mon.a (mon.0) 3525 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.608 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.140415+0000 mon.a (mon.0) 3526 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.609 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.146109+0000 mon.a (mon.0) 3527 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.609 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.191391+0000 mon.a (mon.0) 3528 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.609 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.193663+0000 mon.a (mon.0) 3529 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.609 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.195709+0000 mon.a (mon.0) 3530 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.609 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.196457+0000 mon.a (mon.0) 3531 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.609 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.202693+0000 mon.a (mon.0) 3532 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.609 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.247801+0000 mon.a (mon.0) 3533 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.609 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.250058+0000 mon.a (mon.0) 3534 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.609 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.252134+0000 mon.a (mon.0) 3535 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.609 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.252842+0000 mon.a (mon.0) 3536 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.609 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.258945+0000 mon.a (mon.0) 3537 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.609 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.304213+0000 mon.a (mon.0) 3538 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.609 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.306163+0000 mon.a (mon.0) 3539 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.609 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.308175+0000 mon.a (mon.0) 3540 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.610 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.308949+0000 mon.a (mon.0) 3541 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.610 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.315077+0000 mon.a (mon.0) 3542 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.610 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.376700+0000 mon.a (mon.0) 3543 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.610 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.379604+0000 mon.a (mon.0) 3544 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.610 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.382953+0000 mon.a (mon.0) 3545 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.610 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.384085+0000 mon.a (mon.0) 3546 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.610 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.394631+0000 mon.a (mon.0) 3547 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.610 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.473728+0000 mon.a (mon.0) 3548 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.610 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.476116+0000 mon.a (mon.0) 3549 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.610 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.478989+0000 mon.a (mon.0) 3550 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.610 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.479789+0000 mon.a (mon.0) 3551 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.610 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.486760+0000 mon.a (mon.0) 3552 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.611 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cluster 2024-03-30T04:41:42.499827+0000 mon.a (mon.0) 3553 : cluster [DBG] Standby manager daemon x restarted 2024-03-30T04:41:42.611 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: cluster 2024-03-30T04:41:42.499938+0000 mon.a (mon.0) 3554 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:41:42.611 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.501972+0000 mon.b (mon.2) 214 : audit [DBG] from='mgr.? 172.21.15.117:0/81617752' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:41:42.611 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.502940+0000 mon.b (mon.2) 215 : audit [DBG] from='mgr.? 172.21.15.117:0/81617752' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:41:42.611 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.504957+0000 mon.b (mon.2) 216 : audit [DBG] from='mgr.? 172.21.15.117:0/81617752' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:41:42.611 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[18692]: audit 2024-03-30T04:41:42.506173+0000 mon.b (mon.2) 217 : audit [DBG] from='mgr.? 172.21.15.117:0/81617752' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:41:42.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cluster 2024-03-30T04:41:40.764158+0000 mgr.y (mgr.25279) 1428 : cluster [DBG] pgmap v851: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cluster 2024-03-30T04:41:40.764393+0000 mgr.y (mgr.25279) 1429 : cluster [DBG] pgmap v852: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cephadm 2024-03-30T04:41:40.768792+0000 mgr.y (mgr.25279) 1430 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:40.798707+0000 mgr.y (mgr.25279) 1431 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:42.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cephadm 2024-03-30T04:41:40.811961+0000 mgr.y (mgr.25279) 1432 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cluster 2024-03-30T04:41:40.815342+0000 mgr.y (mgr.25279) 1433 : cluster [DBG] pgmap v853: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cluster 2024-03-30T04:41:40.815578+0000 mgr.y (mgr.25279) 1434 : cluster [DBG] pgmap v854: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cephadm 2024-03-30T04:41:40.821398+0000 mgr.y (mgr.25279) 1435 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cephadm 2024-03-30T04:41:40.863797+0000 mgr.y (mgr.25279) 1436 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cluster 2024-03-30T04:41:40.866683+0000 mgr.y (mgr.25279) 1437 : cluster [DBG] pgmap v855: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cluster 2024-03-30T04:41:40.866924+0000 mgr.y (mgr.25279) 1438 : cluster [DBG] pgmap v856: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cephadm 2024-03-30T04:41:40.871442+0000 mgr.y (mgr.25279) 1439 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cephadm 2024-03-30T04:41:40.913617+0000 mgr.y (mgr.25279) 1440 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cluster 2024-03-30T04:41:40.916874+0000 mgr.y (mgr.25279) 1441 : cluster [DBG] pgmap v857: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cluster 2024-03-30T04:41:40.917108+0000 mgr.y (mgr.25279) 1442 : cluster [DBG] pgmap v858: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cephadm 2024-03-30T04:41:40.922093+0000 mgr.y (mgr.25279) 1443 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cephadm 2024-03-30T04:41:40.966008+0000 mgr.y (mgr.25279) 1444 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cluster 2024-03-30T04:41:40.969659+0000 mgr.y (mgr.25279) 1445 : cluster [DBG] pgmap v859: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cluster 2024-03-30T04:41:40.969867+0000 mgr.y (mgr.25279) 1446 : cluster [DBG] pgmap v860: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cephadm 2024-03-30T04:41:40.976157+0000 mgr.y (mgr.25279) 1447 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cephadm 2024-03-30T04:41:41.019470+0000 mgr.y (mgr.25279) 1448 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cluster 2024-03-30T04:41:41.022988+0000 mgr.y (mgr.25279) 1449 : cluster [DBG] pgmap v861: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cluster 2024-03-30T04:41:41.023231+0000 mgr.y (mgr.25279) 1450 : cluster [DBG] pgmap v862: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cephadm 2024-03-30T04:41:41.028395+0000 mgr.y (mgr.25279) 1451 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cephadm 2024-03-30T04:41:41.091858+0000 mgr.y (mgr.25279) 1452 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cluster 2024-03-30T04:41:41.094767+0000 mgr.y (mgr.25279) 1453 : cluster [DBG] pgmap v863: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cluster 2024-03-30T04:41:41.094965+0000 mgr.y (mgr.25279) 1454 : cluster [DBG] pgmap v864: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cephadm 2024-03-30T04:41:41.099534+0000 mgr.y (mgr.25279) 1455 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cephadm 2024-03-30T04:41:41.158286+0000 mgr.y (mgr.25279) 1456 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cluster 2024-03-30T04:41:41.161811+0000 mgr.y (mgr.25279) 1457 : cluster [DBG] pgmap v865: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cluster 2024-03-30T04:41:41.162122+0000 mgr.y (mgr.25279) 1458 : cluster [DBG] pgmap v866: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cephadm 2024-03-30T04:41:41.167610+0000 mgr.y (mgr.25279) 1459 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cephadm 2024-03-30T04:41:41.243552+0000 mgr.y (mgr.25279) 1460 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cluster 2024-03-30T04:41:41.246665+0000 mgr.y (mgr.25279) 1461 : cluster [DBG] pgmap v867: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cluster 2024-03-30T04:41:41.246908+0000 mgr.y (mgr.25279) 1462 : cluster [DBG] pgmap v868: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cephadm 2024-03-30T04:41:41.252648+0000 mgr.y (mgr.25279) 1463 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cephadm 2024-03-30T04:41:41.295093+0000 mgr.y (mgr.25279) 1464 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cluster 2024-03-30T04:41:41.297923+0000 mgr.y (mgr.25279) 1465 : cluster [DBG] pgmap v869: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cluster 2024-03-30T04:41:41.298139+0000 mgr.y (mgr.25279) 1466 : cluster [DBG] pgmap v870: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cephadm 2024-03-30T04:41:41.302684+0000 mgr.y (mgr.25279) 1467 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cephadm 2024-03-30T04:41:41.345019+0000 mgr.y (mgr.25279) 1468 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cluster 2024-03-30T04:41:40.764158+0000 mgr.y (mgr.25279) 1428 : cluster [DBG] pgmap v851: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cluster 2024-03-30T04:41:40.764393+0000 mgr.y (mgr.25279) 1429 : cluster [DBG] pgmap v852: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cephadm 2024-03-30T04:41:40.768792+0000 mgr.y (mgr.25279) 1430 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:40.798707+0000 mgr.y (mgr.25279) 1431 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:42.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cephadm 2024-03-30T04:41:40.811961+0000 mgr.y (mgr.25279) 1432 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cluster 2024-03-30T04:41:40.815342+0000 mgr.y (mgr.25279) 1433 : cluster [DBG] pgmap v853: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cluster 2024-03-30T04:41:40.815578+0000 mgr.y (mgr.25279) 1434 : cluster [DBG] pgmap v854: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cephadm 2024-03-30T04:41:40.821398+0000 mgr.y (mgr.25279) 1435 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cephadm 2024-03-30T04:41:40.863797+0000 mgr.y (mgr.25279) 1436 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cluster 2024-03-30T04:41:40.866683+0000 mgr.y (mgr.25279) 1437 : cluster [DBG] pgmap v855: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cluster 2024-03-30T04:41:40.866924+0000 mgr.y (mgr.25279) 1438 : cluster [DBG] pgmap v856: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cephadm 2024-03-30T04:41:40.871442+0000 mgr.y (mgr.25279) 1439 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cephadm 2024-03-30T04:41:40.913617+0000 mgr.y (mgr.25279) 1440 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cluster 2024-03-30T04:41:40.916874+0000 mgr.y (mgr.25279) 1441 : cluster [DBG] pgmap v857: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cluster 2024-03-30T04:41:40.917108+0000 mgr.y (mgr.25279) 1442 : cluster [DBG] pgmap v858: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cephadm 2024-03-30T04:41:40.922093+0000 mgr.y (mgr.25279) 1443 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cephadm 2024-03-30T04:41:40.966008+0000 mgr.y (mgr.25279) 1444 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cluster 2024-03-30T04:41:40.969659+0000 mgr.y (mgr.25279) 1445 : cluster [DBG] pgmap v859: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cluster 2024-03-30T04:41:40.969867+0000 mgr.y (mgr.25279) 1446 : cluster [DBG] pgmap v860: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cephadm 2024-03-30T04:41:40.976157+0000 mgr.y (mgr.25279) 1447 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cluster 2024-03-30T04:41:41.348352+0000 mgr.y (mgr.25279) 1469 : cluster [DBG] pgmap v871: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cluster 2024-03-30T04:41:41.348580+0000 mgr.y (mgr.25279) 1470 : cluster [DBG] pgmap v872: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cephadm 2024-03-30T04:41:41.354901+0000 mgr.y (mgr.25279) 1471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cephadm 2024-03-30T04:41:41.430360+0000 mgr.y (mgr.25279) 1472 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cluster 2024-03-30T04:41:41.434271+0000 mgr.y (mgr.25279) 1473 : cluster [DBG] pgmap v873: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cluster 2024-03-30T04:41:41.434551+0000 mgr.y (mgr.25279) 1474 : cluster [DBG] pgmap v874: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cephadm 2024-03-30T04:41:41.441680+0000 mgr.y (mgr.25279) 1475 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cephadm 2024-03-30T04:41:41.517790+0000 mgr.y (mgr.25279) 1476 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cluster 2024-03-30T04:41:41.521199+0000 mgr.y (mgr.25279) 1477 : cluster [DBG] pgmap v875: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cluster 2024-03-30T04:41:41.521470+0000 mgr.y (mgr.25279) 1478 : cluster [DBG] pgmap v876: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:41.531272+0000 mon.a (mon.0) 3472 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cephadm 2024-03-30T04:41:41.531794+0000 mgr.y (mgr.25279) 1479 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:41.583660+0000 mon.a (mon.0) 3473 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:41.585510+0000 mon.a (mon.0) 3474 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cephadm 2024-03-30T04:41:41.586135+0000 mgr.y (mgr.25279) 1480 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:41.587377+0000 mon.a (mon.0) 3475 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:41.587992+0000 mon.a (mon.0) 3476 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cluster 2024-03-30T04:41:41.589238+0000 mgr.y (mgr.25279) 1481 : cluster [DBG] pgmap v877: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cluster 2024-03-30T04:41:41.589475+0000 mgr.y (mgr.25279) 1482 : cluster [DBG] pgmap v878: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:41.596849+0000 mon.a (mon.0) 3477 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cephadm 2024-03-30T04:41:41.597277+0000 mgr.y (mgr.25279) 1483 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:41.637546+0000 mon.a (mon.0) 3478 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:41.639450+0000 mon.a (mon.0) 3479 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cephadm 2024-03-30T04:41:41.640208+0000 mgr.y (mgr.25279) 1484 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:41.641435+0000 mon.a (mon.0) 3480 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:41.642043+0000 mon.a (mon.0) 3481 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cluster 2024-03-30T04:41:41.643265+0000 mgr.y (mgr.25279) 1485 : cluster [DBG] pgmap v879: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cluster 2024-03-30T04:41:41.643506+0000 mgr.y (mgr.25279) 1486 : cluster [DBG] pgmap v880: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:41.650662+0000 mon.a (mon.0) 3482 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cephadm 2024-03-30T04:41:41.651048+0000 mgr.y (mgr.25279) 1487 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:41.691158+0000 mon.a (mon.0) 3483 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:41.693155+0000 mon.a (mon.0) 3484 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cephadm 2024-03-30T04:41:41.693890+0000 mgr.y (mgr.25279) 1488 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:41.695130+0000 mon.a (mon.0) 3485 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:41.695773+0000 mon.a (mon.0) 3486 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cluster 2024-03-30T04:41:41.696960+0000 mgr.y (mgr.25279) 1489 : cluster [DBG] pgmap v881: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cluster 2024-03-30T04:41:41.697154+0000 mgr.y (mgr.25279) 1490 : cluster [DBG] pgmap v882: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:41.704215+0000 mon.a (mon.0) 3487 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cephadm 2024-03-30T04:41:41.704606+0000 mgr.y (mgr.25279) 1491 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:41.744614+0000 mon.a (mon.0) 3488 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:41.746405+0000 mon.a (mon.0) 3489 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cephadm 2024-03-30T04:41:41.747022+0000 mgr.y (mgr.25279) 1492 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:41.748214+0000 mon.a (mon.0) 3490 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:41.748817+0000 mon.a (mon.0) 3491 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cluster 2024-03-30T04:41:41.750356+0000 mgr.y (mgr.25279) 1493 : cluster [DBG] pgmap v883: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cluster 2024-03-30T04:41:41.750920+0000 mgr.y (mgr.25279) 1494 : cluster [DBG] pgmap v884: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:41.756838+0000 mon.a (mon.0) 3492 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cephadm 2024-03-30T04:41:41.757190+0000 mgr.y (mgr.25279) 1495 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:41.814779+0000 mon.a (mon.0) 3493 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:41.816495+0000 mon.a (mon.0) 3494 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:41.818616+0000 mon.a (mon.0) 3495 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:41.819180+0000 mon.a (mon.0) 3496 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:41.824704+0000 mon.a (mon.0) 3497 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:41.865870+0000 mon.a (mon.0) 3498 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:41.867719+0000 mon.a (mon.0) 3499 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:41.869620+0000 mon.a (mon.0) 3500 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:41.870250+0000 mon.a (mon.0) 3501 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:41.876351+0000 mon.a (mon.0) 3502 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:41.919528+0000 mon.a (mon.0) 3503 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:41.921364+0000 mon.a (mon.0) 3504 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:41.923380+0000 mon.a (mon.0) 3505 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:41.924058+0000 mon.a (mon.0) 3506 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:41.929700+0000 mon.a (mon.0) 3507 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:41.970911+0000 mon.a (mon.0) 3508 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:41.972954+0000 mon.a (mon.0) 3509 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:41.975019+0000 mon.a (mon.0) 3510 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:41.975692+0000 mon.a (mon.0) 3511 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:41.981678+0000 mon.a (mon.0) 3512 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.025114+0000 mon.a (mon.0) 3513 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.027196+0000 mon.a (mon.0) 3514 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.029890+0000 mon.a (mon.0) 3515 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.030602+0000 mon.a (mon.0) 3516 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.036762+0000 mon.a (mon.0) 3517 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.081230+0000 mon.a (mon.0) 3518 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.083445+0000 mon.a (mon.0) 3519 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.085649+0000 mon.a (mon.0) 3520 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.086437+0000 mon.a (mon.0) 3521 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.092037+0000 mon.a (mon.0) 3522 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.135587+0000 mon.a (mon.0) 3523 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cephadm 2024-03-30T04:41:41.019470+0000 mgr.y (mgr.25279) 1448 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cluster 2024-03-30T04:41:41.022988+0000 mgr.y (mgr.25279) 1449 : cluster [DBG] pgmap v861: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cluster 2024-03-30T04:41:41.023231+0000 mgr.y (mgr.25279) 1450 : cluster [DBG] pgmap v862: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cephadm 2024-03-30T04:41:41.028395+0000 mgr.y (mgr.25279) 1451 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cephadm 2024-03-30T04:41:41.091858+0000 mgr.y (mgr.25279) 1452 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cluster 2024-03-30T04:41:41.094767+0000 mgr.y (mgr.25279) 1453 : cluster [DBG] pgmap v863: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cluster 2024-03-30T04:41:41.094965+0000 mgr.y (mgr.25279) 1454 : cluster [DBG] pgmap v864: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cephadm 2024-03-30T04:41:41.099534+0000 mgr.y (mgr.25279) 1455 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cephadm 2024-03-30T04:41:41.158286+0000 mgr.y (mgr.25279) 1456 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cluster 2024-03-30T04:41:41.161811+0000 mgr.y (mgr.25279) 1457 : cluster [DBG] pgmap v865: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cluster 2024-03-30T04:41:41.162122+0000 mgr.y (mgr.25279) 1458 : cluster [DBG] pgmap v866: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cephadm 2024-03-30T04:41:41.167610+0000 mgr.y (mgr.25279) 1459 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cephadm 2024-03-30T04:41:41.243552+0000 mgr.y (mgr.25279) 1460 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cluster 2024-03-30T04:41:41.246665+0000 mgr.y (mgr.25279) 1461 : cluster [DBG] pgmap v867: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cluster 2024-03-30T04:41:41.246908+0000 mgr.y (mgr.25279) 1462 : cluster [DBG] pgmap v868: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cephadm 2024-03-30T04:41:41.252648+0000 mgr.y (mgr.25279) 1463 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cephadm 2024-03-30T04:41:41.295093+0000 mgr.y (mgr.25279) 1464 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cluster 2024-03-30T04:41:41.297923+0000 mgr.y (mgr.25279) 1465 : cluster [DBG] pgmap v869: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cluster 2024-03-30T04:41:41.298139+0000 mgr.y (mgr.25279) 1466 : cluster [DBG] pgmap v870: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cephadm 2024-03-30T04:41:41.302684+0000 mgr.y (mgr.25279) 1467 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cephadm 2024-03-30T04:41:41.345019+0000 mgr.y (mgr.25279) 1468 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.137725+0000 mon.a (mon.0) 3524 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.139724+0000 mon.a (mon.0) 3525 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.140415+0000 mon.a (mon.0) 3526 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.146109+0000 mon.a (mon.0) 3527 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.191391+0000 mon.a (mon.0) 3528 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.193663+0000 mon.a (mon.0) 3529 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.195709+0000 mon.a (mon.0) 3530 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.196457+0000 mon.a (mon.0) 3531 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.202693+0000 mon.a (mon.0) 3532 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.247801+0000 mon.a (mon.0) 3533 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.250058+0000 mon.a (mon.0) 3534 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.252134+0000 mon.a (mon.0) 3535 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.252842+0000 mon.a (mon.0) 3536 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.258945+0000 mon.a (mon.0) 3537 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.304213+0000 mon.a (mon.0) 3538 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.306163+0000 mon.a (mon.0) 3539 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.308175+0000 mon.a (mon.0) 3540 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.308949+0000 mon.a (mon.0) 3541 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.315077+0000 mon.a (mon.0) 3542 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.376700+0000 mon.a (mon.0) 3543 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.379604+0000 mon.a (mon.0) 3544 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.382953+0000 mon.a (mon.0) 3545 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.384085+0000 mon.a (mon.0) 3546 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.394631+0000 mon.a (mon.0) 3547 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.473728+0000 mon.a (mon.0) 3548 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.476116+0000 mon.a (mon.0) 3549 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.478989+0000 mon.a (mon.0) 3550 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.479789+0000 mon.a (mon.0) 3551 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.486760+0000 mon.a (mon.0) 3552 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cluster 2024-03-30T04:41:42.499827+0000 mon.a (mon.0) 3553 : cluster [DBG] Standby manager daemon x restarted 2024-03-30T04:41:42.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: cluster 2024-03-30T04:41:42.499938+0000 mon.a (mon.0) 3554 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:41:42.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.501972+0000 mon.b (mon.2) 214 : audit [DBG] from='mgr.? 172.21.15.117:0/81617752' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:41:42.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.502940+0000 mon.b (mon.2) 215 : audit [DBG] from='mgr.? 172.21.15.117:0/81617752' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:41:42.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.504957+0000 mon.b (mon.2) 216 : audit [DBG] from='mgr.? 172.21.15.117:0/81617752' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:41:42.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[18552]: audit 2024-03-30T04:41:42.506173+0000 mon.b (mon.2) 217 : audit [DBG] from='mgr.? 172.21.15.117:0/81617752' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:41:42.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cluster 2024-03-30T04:41:41.348352+0000 mgr.y (mgr.25279) 1469 : cluster [DBG] pgmap v871: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cluster 2024-03-30T04:41:41.348580+0000 mgr.y (mgr.25279) 1470 : cluster [DBG] pgmap v872: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cephadm 2024-03-30T04:41:41.354901+0000 mgr.y (mgr.25279) 1471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cephadm 2024-03-30T04:41:41.430360+0000 mgr.y (mgr.25279) 1472 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cluster 2024-03-30T04:41:41.434271+0000 mgr.y (mgr.25279) 1473 : cluster [DBG] pgmap v873: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cluster 2024-03-30T04:41:41.434551+0000 mgr.y (mgr.25279) 1474 : cluster [DBG] pgmap v874: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cephadm 2024-03-30T04:41:41.441680+0000 mgr.y (mgr.25279) 1475 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cephadm 2024-03-30T04:41:41.517790+0000 mgr.y (mgr.25279) 1476 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cluster 2024-03-30T04:41:41.521199+0000 mgr.y (mgr.25279) 1477 : cluster [DBG] pgmap v875: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cluster 2024-03-30T04:41:41.521470+0000 mgr.y (mgr.25279) 1478 : cluster [DBG] pgmap v876: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:41.531272+0000 mon.a (mon.0) 3472 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cephadm 2024-03-30T04:41:41.531794+0000 mgr.y (mgr.25279) 1479 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:41.583660+0000 mon.a (mon.0) 3473 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:41.585510+0000 mon.a (mon.0) 3474 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cephadm 2024-03-30T04:41:41.586135+0000 mgr.y (mgr.25279) 1480 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:41.587377+0000 mon.a (mon.0) 3475 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:41.587992+0000 mon.a (mon.0) 3476 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cluster 2024-03-30T04:41:41.589238+0000 mgr.y (mgr.25279) 1481 : cluster [DBG] pgmap v877: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cluster 2024-03-30T04:41:41.589475+0000 mgr.y (mgr.25279) 1482 : cluster [DBG] pgmap v878: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:41.596849+0000 mon.a (mon.0) 3477 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cephadm 2024-03-30T04:41:41.597277+0000 mgr.y (mgr.25279) 1483 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:41.637546+0000 mon.a (mon.0) 3478 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:41.639450+0000 mon.a (mon.0) 3479 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cephadm 2024-03-30T04:41:41.640208+0000 mgr.y (mgr.25279) 1484 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:41.641435+0000 mon.a (mon.0) 3480 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:41.642043+0000 mon.a (mon.0) 3481 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cluster 2024-03-30T04:41:41.643265+0000 mgr.y (mgr.25279) 1485 : cluster [DBG] pgmap v879: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cluster 2024-03-30T04:41:41.643506+0000 mgr.y (mgr.25279) 1486 : cluster [DBG] pgmap v880: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:41.650662+0000 mon.a (mon.0) 3482 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cephadm 2024-03-30T04:41:41.651048+0000 mgr.y (mgr.25279) 1487 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:41.691158+0000 mon.a (mon.0) 3483 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:41.693155+0000 mon.a (mon.0) 3484 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cephadm 2024-03-30T04:41:41.693890+0000 mgr.y (mgr.25279) 1488 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:41.695130+0000 mon.a (mon.0) 3485 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:41.695773+0000 mon.a (mon.0) 3486 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cluster 2024-03-30T04:41:41.696960+0000 mgr.y (mgr.25279) 1489 : cluster [DBG] pgmap v881: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cluster 2024-03-30T04:41:41.697154+0000 mgr.y (mgr.25279) 1490 : cluster [DBG] pgmap v882: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:41.704215+0000 mon.a (mon.0) 3487 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cephadm 2024-03-30T04:41:41.704606+0000 mgr.y (mgr.25279) 1491 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:41.744614+0000 mon.a (mon.0) 3488 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:41.746405+0000 mon.a (mon.0) 3489 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cephadm 2024-03-30T04:41:41.747022+0000 mgr.y (mgr.25279) 1492 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:42.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:41.748214+0000 mon.a (mon.0) 3490 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:41.748817+0000 mon.a (mon.0) 3491 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cluster 2024-03-30T04:41:41.750356+0000 mgr.y (mgr.25279) 1493 : cluster [DBG] pgmap v883: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cluster 2024-03-30T04:41:41.750920+0000 mgr.y (mgr.25279) 1494 : cluster [DBG] pgmap v884: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:42.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:41.756838+0000 mon.a (mon.0) 3492 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cephadm 2024-03-30T04:41:41.757190+0000 mgr.y (mgr.25279) 1495 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:41.814779+0000 mon.a (mon.0) 3493 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:41.816495+0000 mon.a (mon.0) 3494 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:41.818616+0000 mon.a (mon.0) 3495 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:41.819180+0000 mon.a (mon.0) 3496 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:41.824704+0000 mon.a (mon.0) 3497 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:41.865870+0000 mon.a (mon.0) 3498 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:41.867719+0000 mon.a (mon.0) 3499 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:41.869620+0000 mon.a (mon.0) 3500 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:41.870250+0000 mon.a (mon.0) 3501 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:41.876351+0000 mon.a (mon.0) 3502 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:41.919528+0000 mon.a (mon.0) 3503 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:41.921364+0000 mon.a (mon.0) 3504 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:41.923380+0000 mon.a (mon.0) 3505 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:41.924058+0000 mon.a (mon.0) 3506 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:41.929700+0000 mon.a (mon.0) 3507 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:41.970911+0000 mon.a (mon.0) 3508 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:41.972954+0000 mon.a (mon.0) 3509 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:41.975019+0000 mon.a (mon.0) 3510 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:41.975692+0000 mon.a (mon.0) 3511 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:41.981678+0000 mon.a (mon.0) 3512 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.025114+0000 mon.a (mon.0) 3513 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.027196+0000 mon.a (mon.0) 3514 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.029890+0000 mon.a (mon.0) 3515 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.030602+0000 mon.a (mon.0) 3516 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.036762+0000 mon.a (mon.0) 3517 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.081230+0000 mon.a (mon.0) 3518 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.083445+0000 mon.a (mon.0) 3519 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.085649+0000 mon.a (mon.0) 3520 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.086437+0000 mon.a (mon.0) 3521 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.092037+0000 mon.a (mon.0) 3522 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.135587+0000 mon.a (mon.0) 3523 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.137725+0000 mon.a (mon.0) 3524 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.139724+0000 mon.a (mon.0) 3525 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.140415+0000 mon.a (mon.0) 3526 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.146109+0000 mon.a (mon.0) 3527 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.191391+0000 mon.a (mon.0) 3528 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.193663+0000 mon.a (mon.0) 3529 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.195709+0000 mon.a (mon.0) 3530 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.196457+0000 mon.a (mon.0) 3531 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.202693+0000 mon.a (mon.0) 3532 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.247801+0000 mon.a (mon.0) 3533 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.250058+0000 mon.a (mon.0) 3534 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.252134+0000 mon.a (mon.0) 3535 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.252842+0000 mon.a (mon.0) 3536 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.258945+0000 mon.a (mon.0) 3537 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.304213+0000 mon.a (mon.0) 3538 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.306163+0000 mon.a (mon.0) 3539 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.308175+0000 mon.a (mon.0) 3540 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.308949+0000 mon.a (mon.0) 3541 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.315077+0000 mon.a (mon.0) 3542 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.891 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.376700+0000 mon.a (mon.0) 3543 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.891 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.379604+0000 mon.a (mon.0) 3544 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.891 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.382953+0000 mon.a (mon.0) 3545 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.891 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.384085+0000 mon.a (mon.0) 3546 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.891 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.394631+0000 mon.a (mon.0) 3547 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.891 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.473728+0000 mon.a (mon.0) 3548 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:42.891 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.476116+0000 mon.a (mon.0) 3549 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:42.891 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.478989+0000 mon.a (mon.0) 3550 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:42.891 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.479789+0000 mon.a (mon.0) 3551 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:42.891 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.486760+0000 mon.a (mon.0) 3552 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:42.891 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cluster 2024-03-30T04:41:42.499827+0000 mon.a (mon.0) 3553 : cluster [DBG] Standby manager daemon x restarted 2024-03-30T04:41:42.891 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: cluster 2024-03-30T04:41:42.499938+0000 mon.a (mon.0) 3554 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:41:42.891 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.501972+0000 mon.b (mon.2) 214 : audit [DBG] from='mgr.? 172.21.15.117:0/81617752' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:41:42.891 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.502940+0000 mon.b (mon.2) 215 : audit [DBG] from='mgr.? 172.21.15.117:0/81617752' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:41:42.891 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.504957+0000 mon.b (mon.2) 216 : audit [DBG] from='mgr.? 172.21.15.117:0/81617752' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:41:42.892 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:42 smithi111 bash[24005]: audit 2024-03-30T04:41:42.506173+0000 mon.b (mon.2) 217 : audit [DBG] from='mgr.? 172.21.15.117:0/81617752' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:41:42.892 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[58141]: CherryPy Checker: 2024-03-30T04:41:42.892 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[58141]: The Application mounted at '' has an empty config. 2024-03-30T04:41:42.892 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[58141]: [30/Mar/2024:04:41:42] ENGINE Serving on http://:::9283 2024-03-30T04:41:42.892 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:42 smithi117 bash[58141]: [30/Mar/2024:04:41:42] ENGINE Bus STARTED 2024-03-30T04:41:43.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cephadm 2024-03-30T04:41:41.817084+0000 mgr.y (mgr.25279) 1496 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cluster 2024-03-30T04:41:41.820361+0000 mgr.y (mgr.25279) 1497 : cluster [DBG] pgmap v885: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cluster 2024-03-30T04:41:41.820604+0000 mgr.y (mgr.25279) 1498 : cluster [DBG] pgmap v886: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cephadm 2024-03-30T04:41:41.825141+0000 mgr.y (mgr.25279) 1499 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cephadm 2024-03-30T04:41:41.868330+0000 mgr.y (mgr.25279) 1500 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cluster 2024-03-30T04:41:41.871492+0000 mgr.y (mgr.25279) 1501 : cluster [DBG] pgmap v887: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cluster 2024-03-30T04:41:41.871732+0000 mgr.y (mgr.25279) 1502 : cluster [DBG] pgmap v888: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cephadm 2024-03-30T04:41:41.877016+0000 mgr.y (mgr.25279) 1503 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cephadm 2024-03-30T04:41:41.922038+0000 mgr.y (mgr.25279) 1504 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cluster 2024-03-30T04:41:41.925239+0000 mgr.y (mgr.25279) 1505 : cluster [DBG] pgmap v889: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cluster 2024-03-30T04:41:41.925545+0000 mgr.y (mgr.25279) 1506 : cluster [DBG] pgmap v890: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cephadm 2024-03-30T04:41:41.930094+0000 mgr.y (mgr.25279) 1507 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cephadm 2024-03-30T04:41:41.973771+0000 mgr.y (mgr.25279) 1508 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cluster 2024-03-30T04:41:41.977023+0000 mgr.y (mgr.25279) 1509 : cluster [DBG] pgmap v891: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cluster 2024-03-30T04:41:41.977274+0000 mgr.y (mgr.25279) 1510 : cluster [DBG] pgmap v892: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cephadm 2024-03-30T04:41:41.982164+0000 mgr.y (mgr.25279) 1511 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cephadm 2024-03-30T04:41:42.028059+0000 mgr.y (mgr.25279) 1512 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cluster 2024-03-30T04:41:42.032222+0000 mgr.y (mgr.25279) 1513 : cluster [DBG] pgmap v893: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cluster 2024-03-30T04:41:42.032583+0000 mgr.y (mgr.25279) 1514 : cluster [DBG] pgmap v894: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cephadm 2024-03-30T04:41:42.037267+0000 mgr.y (mgr.25279) 1515 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cephadm 2024-03-30T04:41:41.817084+0000 mgr.y (mgr.25279) 1496 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cluster 2024-03-30T04:41:41.820361+0000 mgr.y (mgr.25279) 1497 : cluster [DBG] pgmap v885: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cluster 2024-03-30T04:41:41.820604+0000 mgr.y (mgr.25279) 1498 : cluster [DBG] pgmap v886: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cephadm 2024-03-30T04:41:41.825141+0000 mgr.y (mgr.25279) 1499 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cephadm 2024-03-30T04:41:41.868330+0000 mgr.y (mgr.25279) 1500 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cluster 2024-03-30T04:41:41.871492+0000 mgr.y (mgr.25279) 1501 : cluster [DBG] pgmap v887: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cluster 2024-03-30T04:41:41.871732+0000 mgr.y (mgr.25279) 1502 : cluster [DBG] pgmap v888: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cephadm 2024-03-30T04:41:41.877016+0000 mgr.y (mgr.25279) 1503 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cephadm 2024-03-30T04:41:41.922038+0000 mgr.y (mgr.25279) 1504 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cluster 2024-03-30T04:41:41.925239+0000 mgr.y (mgr.25279) 1505 : cluster [DBG] pgmap v889: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cluster 2024-03-30T04:41:41.925545+0000 mgr.y (mgr.25279) 1506 : cluster [DBG] pgmap v890: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cephadm 2024-03-30T04:41:41.930094+0000 mgr.y (mgr.25279) 1507 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cephadm 2024-03-30T04:41:41.973771+0000 mgr.y (mgr.25279) 1508 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cluster 2024-03-30T04:41:41.977023+0000 mgr.y (mgr.25279) 1509 : cluster [DBG] pgmap v891: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cluster 2024-03-30T04:41:41.977274+0000 mgr.y (mgr.25279) 1510 : cluster [DBG] pgmap v892: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cephadm 2024-03-30T04:41:41.982164+0000 mgr.y (mgr.25279) 1511 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cephadm 2024-03-30T04:41:42.028059+0000 mgr.y (mgr.25279) 1512 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cluster 2024-03-30T04:41:42.032222+0000 mgr.y (mgr.25279) 1513 : cluster [DBG] pgmap v893: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cluster 2024-03-30T04:41:42.032583+0000 mgr.y (mgr.25279) 1514 : cluster [DBG] pgmap v894: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cephadm 2024-03-30T04:41:42.037267+0000 mgr.y (mgr.25279) 1515 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cephadm 2024-03-30T04:41:42.084200+0000 mgr.y (mgr.25279) 1516 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cluster 2024-03-30T04:41:42.087767+0000 mgr.y (mgr.25279) 1517 : cluster [DBG] pgmap v895: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cluster 2024-03-30T04:41:42.087981+0000 mgr.y (mgr.25279) 1518 : cluster [DBG] pgmap v896: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cephadm 2024-03-30T04:41:42.092456+0000 mgr.y (mgr.25279) 1519 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cephadm 2024-03-30T04:41:42.138401+0000 mgr.y (mgr.25279) 1520 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cluster 2024-03-30T04:41:42.141781+0000 mgr.y (mgr.25279) 1521 : cluster [DBG] pgmap v897: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cluster 2024-03-30T04:41:42.142038+0000 mgr.y (mgr.25279) 1522 : cluster [DBG] pgmap v898: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cephadm 2024-03-30T04:41:42.146553+0000 mgr.y (mgr.25279) 1523 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cephadm 2024-03-30T04:41:42.194405+0000 mgr.y (mgr.25279) 1524 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cluster 2024-03-30T04:41:42.197785+0000 mgr.y (mgr.25279) 1525 : cluster [DBG] pgmap v899: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cluster 2024-03-30T04:41:42.198033+0000 mgr.y (mgr.25279) 1526 : cluster [DBG] pgmap v900: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cephadm 2024-03-30T04:41:42.203096+0000 mgr.y (mgr.25279) 1527 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cephadm 2024-03-30T04:41:42.250762+0000 mgr.y (mgr.25279) 1528 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cluster 2024-03-30T04:41:42.254254+0000 mgr.y (mgr.25279) 1529 : cluster [DBG] pgmap v901: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cluster 2024-03-30T04:41:42.254512+0000 mgr.y (mgr.25279) 1530 : cluster [DBG] pgmap v902: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cephadm 2024-03-30T04:41:42.259406+0000 mgr.y (mgr.25279) 1531 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cephadm 2024-03-30T04:41:42.306854+0000 mgr.y (mgr.25279) 1532 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cluster 2024-03-30T04:41:42.310246+0000 mgr.y (mgr.25279) 1533 : cluster [DBG] pgmap v903: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cluster 2024-03-30T04:41:42.310541+0000 mgr.y (mgr.25279) 1534 : cluster [DBG] pgmap v904: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cephadm 2024-03-30T04:41:42.315529+0000 mgr.y (mgr.25279) 1535 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cephadm 2024-03-30T04:41:42.380767+0000 mgr.y (mgr.25279) 1536 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cephadm 2024-03-30T04:41:42.084200+0000 mgr.y (mgr.25279) 1516 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cluster 2024-03-30T04:41:42.087767+0000 mgr.y (mgr.25279) 1517 : cluster [DBG] pgmap v895: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cluster 2024-03-30T04:41:42.087981+0000 mgr.y (mgr.25279) 1518 : cluster [DBG] pgmap v896: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cephadm 2024-03-30T04:41:42.092456+0000 mgr.y (mgr.25279) 1519 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cephadm 2024-03-30T04:41:42.138401+0000 mgr.y (mgr.25279) 1520 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cluster 2024-03-30T04:41:42.141781+0000 mgr.y (mgr.25279) 1521 : cluster [DBG] pgmap v897: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cluster 2024-03-30T04:41:42.142038+0000 mgr.y (mgr.25279) 1522 : cluster [DBG] pgmap v898: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cephadm 2024-03-30T04:41:42.146553+0000 mgr.y (mgr.25279) 1523 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cephadm 2024-03-30T04:41:42.194405+0000 mgr.y (mgr.25279) 1524 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cluster 2024-03-30T04:41:42.197785+0000 mgr.y (mgr.25279) 1525 : cluster [DBG] pgmap v899: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cluster 2024-03-30T04:41:42.198033+0000 mgr.y (mgr.25279) 1526 : cluster [DBG] pgmap v900: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cephadm 2024-03-30T04:41:42.203096+0000 mgr.y (mgr.25279) 1527 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cephadm 2024-03-30T04:41:42.250762+0000 mgr.y (mgr.25279) 1528 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cluster 2024-03-30T04:41:42.254254+0000 mgr.y (mgr.25279) 1529 : cluster [DBG] pgmap v901: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cluster 2024-03-30T04:41:42.254512+0000 mgr.y (mgr.25279) 1530 : cluster [DBG] pgmap v902: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cephadm 2024-03-30T04:41:42.259406+0000 mgr.y (mgr.25279) 1531 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cephadm 2024-03-30T04:41:42.306854+0000 mgr.y (mgr.25279) 1532 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cluster 2024-03-30T04:41:42.310246+0000 mgr.y (mgr.25279) 1533 : cluster [DBG] pgmap v903: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cluster 2024-03-30T04:41:42.310541+0000 mgr.y (mgr.25279) 1534 : cluster [DBG] pgmap v904: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cephadm 2024-03-30T04:41:42.315529+0000 mgr.y (mgr.25279) 1535 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cephadm 2024-03-30T04:41:42.380767+0000 mgr.y (mgr.25279) 1536 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cluster 2024-03-30T04:41:42.386065+0000 mgr.y (mgr.25279) 1537 : cluster [DBG] pgmap v905: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cluster 2024-03-30T04:41:42.386691+0000 mgr.y (mgr.25279) 1538 : cluster [DBG] pgmap v906: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cephadm 2024-03-30T04:41:42.395212+0000 mgr.y (mgr.25279) 1539 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cephadm 2024-03-30T04:41:42.477285+0000 mgr.y (mgr.25279) 1540 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cluster 2024-03-30T04:41:42.481650+0000 mgr.y (mgr.25279) 1541 : cluster [DBG] pgmap v907: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cluster 2024-03-30T04:41:42.482193+0000 mgr.y (mgr.25279) 1542 : cluster [DBG] pgmap v908: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cephadm 2024-03-30T04:41:42.487208+0000 mgr.y (mgr.25279) 1543 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: audit 2024-03-30T04:41:42.556863+0000 mon.a (mon.0) 3555 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:43.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: audit 2024-03-30T04:41:42.561736+0000 mon.a (mon.0) 3556 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:43.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cephadm 2024-03-30T04:41:42.563562+0000 mgr.y (mgr.25279) 1544 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: audit 2024-03-30T04:41:42.566058+0000 mon.a (mon.0) 3557 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:43.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: audit 2024-03-30T04:41:42.567563+0000 mon.a (mon.0) 3558 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:43.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cluster 2024-03-30T04:41:42.570311+0000 mgr.y (mgr.25279) 1545 : cluster [DBG] pgmap v909: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cluster 2024-03-30T04:41:42.570592+0000 mgr.y (mgr.25279) 1546 : cluster [DBG] pgmap v910: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: audit 2024-03-30T04:41:42.575227+0000 mon.a (mon.0) 3559 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:43.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cephadm 2024-03-30T04:41:42.575680+0000 mgr.y (mgr.25279) 1547 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: audit 2024-03-30T04:41:42.615907+0000 mon.a (mon.0) 3560 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:43.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: audit 2024-03-30T04:41:42.617972+0000 mon.a (mon.0) 3561 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:43.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cephadm 2024-03-30T04:41:42.618618+0000 mgr.y (mgr.25279) 1548 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: audit 2024-03-30T04:41:42.620218+0000 mon.a (mon.0) 3562 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:43.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cluster 2024-03-30T04:41:42.386065+0000 mgr.y (mgr.25279) 1537 : cluster [DBG] pgmap v905: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cluster 2024-03-30T04:41:42.386691+0000 mgr.y (mgr.25279) 1538 : cluster [DBG] pgmap v906: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cephadm 2024-03-30T04:41:42.395212+0000 mgr.y (mgr.25279) 1539 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cephadm 2024-03-30T04:41:42.477285+0000 mgr.y (mgr.25279) 1540 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cluster 2024-03-30T04:41:42.481650+0000 mgr.y (mgr.25279) 1541 : cluster [DBG] pgmap v907: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cluster 2024-03-30T04:41:42.482193+0000 mgr.y (mgr.25279) 1542 : cluster [DBG] pgmap v908: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cephadm 2024-03-30T04:41:42.487208+0000 mgr.y (mgr.25279) 1543 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: audit 2024-03-30T04:41:42.556863+0000 mon.a (mon.0) 3555 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:43.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: audit 2024-03-30T04:41:42.561736+0000 mon.a (mon.0) 3556 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:43.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cephadm 2024-03-30T04:41:42.563562+0000 mgr.y (mgr.25279) 1544 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: audit 2024-03-30T04:41:42.566058+0000 mon.a (mon.0) 3557 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:43.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: audit 2024-03-30T04:41:42.567563+0000 mon.a (mon.0) 3558 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:43.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cluster 2024-03-30T04:41:42.570311+0000 mgr.y (mgr.25279) 1545 : cluster [DBG] pgmap v909: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cluster 2024-03-30T04:41:42.570592+0000 mgr.y (mgr.25279) 1546 : cluster [DBG] pgmap v910: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: audit 2024-03-30T04:41:42.575227+0000 mon.a (mon.0) 3559 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:43.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cephadm 2024-03-30T04:41:42.575680+0000 mgr.y (mgr.25279) 1547 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: audit 2024-03-30T04:41:42.615907+0000 mon.a (mon.0) 3560 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:43.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: audit 2024-03-30T04:41:42.617972+0000 mon.a (mon.0) 3561 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:43.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cephadm 2024-03-30T04:41:42.618618+0000 mgr.y (mgr.25279) 1548 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: audit 2024-03-30T04:41:42.620218+0000 mon.a (mon.0) 3562 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:43.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: audit 2024-03-30T04:41:42.620838+0000 mon.a (mon.0) 3563 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:43.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cluster 2024-03-30T04:41:42.621988+0000 mgr.y (mgr.25279) 1549 : cluster [DBG] pgmap v911: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cluster 2024-03-30T04:41:42.622231+0000 mgr.y (mgr.25279) 1550 : cluster [DBG] pgmap v912: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: audit 2024-03-30T04:41:42.626073+0000 mon.a (mon.0) 3564 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:43.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cephadm 2024-03-30T04:41:42.626497+0000 mgr.y (mgr.25279) 1551 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: audit 2024-03-30T04:41:42.667542+0000 mon.a (mon.0) 3565 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:43.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: audit 2024-03-30T04:41:42.669287+0000 mon.a (mon.0) 3566 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:43.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cephadm 2024-03-30T04:41:42.669888+0000 mgr.y (mgr.25279) 1552 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: audit 2024-03-30T04:41:42.670993+0000 mon.a (mon.0) 3567 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:43.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: audit 2024-03-30T04:41:42.671605+0000 mon.a (mon.0) 3568 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:43.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cluster 2024-03-30T04:41:42.672723+0000 mgr.y (mgr.25279) 1553 : cluster [DBG] pgmap v913: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cluster 2024-03-30T04:41:42.672903+0000 mgr.y (mgr.25279) 1554 : cluster [DBG] pgmap v914: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: audit 2024-03-30T04:41:42.676792+0000 mon.a (mon.0) 3569 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:43.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cephadm 2024-03-30T04:41:42.677180+0000 mgr.y (mgr.25279) 1555 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: audit 2024-03-30T04:41:42.718431+0000 mon.a (mon.0) 3570 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:43.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: audit 2024-03-30T04:41:42.720270+0000 mon.a (mon.0) 3571 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:43.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cephadm 2024-03-30T04:41:42.720912+0000 mgr.y (mgr.25279) 1556 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: audit 2024-03-30T04:41:42.722129+0000 mon.a (mon.0) 3572 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:43.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: audit 2024-03-30T04:41:42.722810+0000 mon.a (mon.0) 3573 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:43.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cluster 2024-03-30T04:41:42.724208+0000 mgr.y (mgr.25279) 1557 : cluster [DBG] pgmap v915: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cluster 2024-03-30T04:41:42.724382+0000 mgr.y (mgr.25279) 1558 : cluster [DBG] pgmap v916: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: audit 2024-03-30T04:41:42.731773+0000 mon.a (mon.0) 3574 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:43.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cephadm 2024-03-30T04:41:42.732453+0000 mgr.y (mgr.25279) 1559 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: audit 2024-03-30T04:41:42.769899+0000 mon.a (mon.0) 3575 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:43.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: audit 2024-03-30T04:41:42.775766+0000 mon.a (mon.0) 3576 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:43.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: audit 2024-03-30T04:41:42.784319+0000 mon.a (mon.0) 3577 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:43.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: audit 2024-03-30T04:41:42.807714+0000 mon.a (mon.0) 3578 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:43.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: audit 2024-03-30T04:41:42.809944+0000 mon.a (mon.0) 3579 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:43.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: audit 2024-03-30T04:41:42.811298+0000 mon.a (mon.0) 3580 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-30T04:41:43.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: audit 2024-03-30T04:41:42.812028+0000 mon.a (mon.0) 3581 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-03-30T04:41:43.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: audit 2024-03-30T04:41:42.895521+0000 mon.a (mon.0) 3582 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:43.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: audit 2024-03-30T04:41:42.896631+0000 mon.a (mon.0) 3583 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:41:43.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[24005]: cluster 2024-03-30T04:41:43.505513+0000 mon.a (mon.0) 3584 : cluster [DBG] mgrmap e36: y(active, since 76s), standbys: x 2024-03-30T04:41:43.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: audit 2024-03-30T04:41:42.620838+0000 mon.a (mon.0) 3563 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:43.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cluster 2024-03-30T04:41:42.621988+0000 mgr.y (mgr.25279) 1549 : cluster [DBG] pgmap v911: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cluster 2024-03-30T04:41:42.622231+0000 mgr.y (mgr.25279) 1550 : cluster [DBG] pgmap v912: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: audit 2024-03-30T04:41:42.626073+0000 mon.a (mon.0) 3564 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:43.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cephadm 2024-03-30T04:41:42.626497+0000 mgr.y (mgr.25279) 1551 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: audit 2024-03-30T04:41:42.667542+0000 mon.a (mon.0) 3565 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:43.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: audit 2024-03-30T04:41:42.669287+0000 mon.a (mon.0) 3566 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:43.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cephadm 2024-03-30T04:41:42.669888+0000 mgr.y (mgr.25279) 1552 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: audit 2024-03-30T04:41:42.670993+0000 mon.a (mon.0) 3567 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:43.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: audit 2024-03-30T04:41:42.671605+0000 mon.a (mon.0) 3568 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:43.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cluster 2024-03-30T04:41:42.672723+0000 mgr.y (mgr.25279) 1553 : cluster [DBG] pgmap v913: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cluster 2024-03-30T04:41:42.672903+0000 mgr.y (mgr.25279) 1554 : cluster [DBG] pgmap v914: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: audit 2024-03-30T04:41:42.676792+0000 mon.a (mon.0) 3569 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:43.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cephadm 2024-03-30T04:41:42.677180+0000 mgr.y (mgr.25279) 1555 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: audit 2024-03-30T04:41:42.718431+0000 mon.a (mon.0) 3570 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:43.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: audit 2024-03-30T04:41:42.720270+0000 mon.a (mon.0) 3571 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:43.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cephadm 2024-03-30T04:41:42.720912+0000 mgr.y (mgr.25279) 1556 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: audit 2024-03-30T04:41:42.722129+0000 mon.a (mon.0) 3572 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:43.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: audit 2024-03-30T04:41:42.722810+0000 mon.a (mon.0) 3573 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:43.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cluster 2024-03-30T04:41:42.724208+0000 mgr.y (mgr.25279) 1557 : cluster [DBG] pgmap v915: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cluster 2024-03-30T04:41:42.724382+0000 mgr.y (mgr.25279) 1558 : cluster [DBG] pgmap v916: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: audit 2024-03-30T04:41:42.731773+0000 mon.a (mon.0) 3574 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:43.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cephadm 2024-03-30T04:41:42.732453+0000 mgr.y (mgr.25279) 1559 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: audit 2024-03-30T04:41:42.769899+0000 mon.a (mon.0) 3575 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:43.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: audit 2024-03-30T04:41:42.775766+0000 mon.a (mon.0) 3576 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:43.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: audit 2024-03-30T04:41:42.784319+0000 mon.a (mon.0) 3577 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:43.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: audit 2024-03-30T04:41:42.807714+0000 mon.a (mon.0) 3578 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:43.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: audit 2024-03-30T04:41:42.809944+0000 mon.a (mon.0) 3579 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:43.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: audit 2024-03-30T04:41:42.811298+0000 mon.a (mon.0) 3580 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-30T04:41:43.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: audit 2024-03-30T04:41:42.812028+0000 mon.a (mon.0) 3581 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-03-30T04:41:43.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: audit 2024-03-30T04:41:42.895521+0000 mon.a (mon.0) 3582 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:43.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: audit 2024-03-30T04:41:42.896631+0000 mon.a (mon.0) 3583 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:41:43.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:43 smithi111 bash[18552]: cluster 2024-03-30T04:41:43.505513+0000 mon.a (mon.0) 3584 : cluster [DBG] mgrmap e36: y(active, since 76s), standbys: x 2024-03-30T04:41:43.883 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[53671]: ts=2024-03-30T04:41:43.506Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi111\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:41:43.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cephadm 2024-03-30T04:41:41.817084+0000 mgr.y (mgr.25279) 1496 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cluster 2024-03-30T04:41:41.820361+0000 mgr.y (mgr.25279) 1497 : cluster [DBG] pgmap v885: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cluster 2024-03-30T04:41:41.820604+0000 mgr.y (mgr.25279) 1498 : cluster [DBG] pgmap v886: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cephadm 2024-03-30T04:41:41.825141+0000 mgr.y (mgr.25279) 1499 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cephadm 2024-03-30T04:41:41.868330+0000 mgr.y (mgr.25279) 1500 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cluster 2024-03-30T04:41:41.871492+0000 mgr.y (mgr.25279) 1501 : cluster [DBG] pgmap v887: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cluster 2024-03-30T04:41:41.871732+0000 mgr.y (mgr.25279) 1502 : cluster [DBG] pgmap v888: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cephadm 2024-03-30T04:41:41.877016+0000 mgr.y (mgr.25279) 1503 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cephadm 2024-03-30T04:41:41.922038+0000 mgr.y (mgr.25279) 1504 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cluster 2024-03-30T04:41:41.925239+0000 mgr.y (mgr.25279) 1505 : cluster [DBG] pgmap v889: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cluster 2024-03-30T04:41:41.925545+0000 mgr.y (mgr.25279) 1506 : cluster [DBG] pgmap v890: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cephadm 2024-03-30T04:41:41.930094+0000 mgr.y (mgr.25279) 1507 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cephadm 2024-03-30T04:41:41.973771+0000 mgr.y (mgr.25279) 1508 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cluster 2024-03-30T04:41:41.977023+0000 mgr.y (mgr.25279) 1509 : cluster [DBG] pgmap v891: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cluster 2024-03-30T04:41:41.977274+0000 mgr.y (mgr.25279) 1510 : cluster [DBG] pgmap v892: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cephadm 2024-03-30T04:41:41.982164+0000 mgr.y (mgr.25279) 1511 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cephadm 2024-03-30T04:41:42.028059+0000 mgr.y (mgr.25279) 1512 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cluster 2024-03-30T04:41:42.032222+0000 mgr.y (mgr.25279) 1513 : cluster [DBG] pgmap v893: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cluster 2024-03-30T04:41:42.032583+0000 mgr.y (mgr.25279) 1514 : cluster [DBG] pgmap v894: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cephadm 2024-03-30T04:41:42.037267+0000 mgr.y (mgr.25279) 1515 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cephadm 2024-03-30T04:41:42.084200+0000 mgr.y (mgr.25279) 1516 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cluster 2024-03-30T04:41:42.087767+0000 mgr.y (mgr.25279) 1517 : cluster [DBG] pgmap v895: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cluster 2024-03-30T04:41:42.087981+0000 mgr.y (mgr.25279) 1518 : cluster [DBG] pgmap v896: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cephadm 2024-03-30T04:41:42.092456+0000 mgr.y (mgr.25279) 1519 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cephadm 2024-03-30T04:41:42.138401+0000 mgr.y (mgr.25279) 1520 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cluster 2024-03-30T04:41:42.141781+0000 mgr.y (mgr.25279) 1521 : cluster [DBG] pgmap v897: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cluster 2024-03-30T04:41:42.142038+0000 mgr.y (mgr.25279) 1522 : cluster [DBG] pgmap v898: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cephadm 2024-03-30T04:41:42.146553+0000 mgr.y (mgr.25279) 1523 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cephadm 2024-03-30T04:41:42.194405+0000 mgr.y (mgr.25279) 1524 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cluster 2024-03-30T04:41:42.197785+0000 mgr.y (mgr.25279) 1525 : cluster [DBG] pgmap v899: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cluster 2024-03-30T04:41:42.198033+0000 mgr.y (mgr.25279) 1526 : cluster [DBG] pgmap v900: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cephadm 2024-03-30T04:41:42.203096+0000 mgr.y (mgr.25279) 1527 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cephadm 2024-03-30T04:41:42.250762+0000 mgr.y (mgr.25279) 1528 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cluster 2024-03-30T04:41:42.254254+0000 mgr.y (mgr.25279) 1529 : cluster [DBG] pgmap v901: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cluster 2024-03-30T04:41:42.254512+0000 mgr.y (mgr.25279) 1530 : cluster [DBG] pgmap v902: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cephadm 2024-03-30T04:41:42.259406+0000 mgr.y (mgr.25279) 1531 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cephadm 2024-03-30T04:41:42.306854+0000 mgr.y (mgr.25279) 1532 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cluster 2024-03-30T04:41:42.310246+0000 mgr.y (mgr.25279) 1533 : cluster [DBG] pgmap v903: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cluster 2024-03-30T04:41:42.310541+0000 mgr.y (mgr.25279) 1534 : cluster [DBG] pgmap v904: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cephadm 2024-03-30T04:41:42.315529+0000 mgr.y (mgr.25279) 1535 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cephadm 2024-03-30T04:41:42.380767+0000 mgr.y (mgr.25279) 1536 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cluster 2024-03-30T04:41:42.386065+0000 mgr.y (mgr.25279) 1537 : cluster [DBG] pgmap v905: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cluster 2024-03-30T04:41:42.386691+0000 mgr.y (mgr.25279) 1538 : cluster [DBG] pgmap v906: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cephadm 2024-03-30T04:41:42.395212+0000 mgr.y (mgr.25279) 1539 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cephadm 2024-03-30T04:41:42.477285+0000 mgr.y (mgr.25279) 1540 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cluster 2024-03-30T04:41:42.481650+0000 mgr.y (mgr.25279) 1541 : cluster [DBG] pgmap v907: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cluster 2024-03-30T04:41:42.482193+0000 mgr.y (mgr.25279) 1542 : cluster [DBG] pgmap v908: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cephadm 2024-03-30T04:41:42.487208+0000 mgr.y (mgr.25279) 1543 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: audit 2024-03-30T04:41:42.556863+0000 mon.a (mon.0) 3555 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:43.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: audit 2024-03-30T04:41:42.561736+0000 mon.a (mon.0) 3556 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:43.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cephadm 2024-03-30T04:41:42.563562+0000 mgr.y (mgr.25279) 1544 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: audit 2024-03-30T04:41:42.566058+0000 mon.a (mon.0) 3557 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:43.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: audit 2024-03-30T04:41:42.567563+0000 mon.a (mon.0) 3558 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:43.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cluster 2024-03-30T04:41:42.570311+0000 mgr.y (mgr.25279) 1545 : cluster [DBG] pgmap v909: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cluster 2024-03-30T04:41:42.570592+0000 mgr.y (mgr.25279) 1546 : cluster [DBG] pgmap v910: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: audit 2024-03-30T04:41:42.575227+0000 mon.a (mon.0) 3559 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:43.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cephadm 2024-03-30T04:41:42.575680+0000 mgr.y (mgr.25279) 1547 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: audit 2024-03-30T04:41:42.615907+0000 mon.a (mon.0) 3560 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:43.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: audit 2024-03-30T04:41:42.617972+0000 mon.a (mon.0) 3561 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:43.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cephadm 2024-03-30T04:41:42.618618+0000 mgr.y (mgr.25279) 1548 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: audit 2024-03-30T04:41:42.620218+0000 mon.a (mon.0) 3562 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:43.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: audit 2024-03-30T04:41:42.620838+0000 mon.a (mon.0) 3563 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:43.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cluster 2024-03-30T04:41:42.621988+0000 mgr.y (mgr.25279) 1549 : cluster [DBG] pgmap v911: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cluster 2024-03-30T04:41:42.622231+0000 mgr.y (mgr.25279) 1550 : cluster [DBG] pgmap v912: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: audit 2024-03-30T04:41:42.626073+0000 mon.a (mon.0) 3564 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:43.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cephadm 2024-03-30T04:41:42.626497+0000 mgr.y (mgr.25279) 1551 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: audit 2024-03-30T04:41:42.667542+0000 mon.a (mon.0) 3565 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:43.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: audit 2024-03-30T04:41:42.669287+0000 mon.a (mon.0) 3566 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:43.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cephadm 2024-03-30T04:41:42.669888+0000 mgr.y (mgr.25279) 1552 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: audit 2024-03-30T04:41:42.670993+0000 mon.a (mon.0) 3567 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:43.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: audit 2024-03-30T04:41:42.671605+0000 mon.a (mon.0) 3568 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:43.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cluster 2024-03-30T04:41:42.672723+0000 mgr.y (mgr.25279) 1553 : cluster [DBG] pgmap v913: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cluster 2024-03-30T04:41:42.672903+0000 mgr.y (mgr.25279) 1554 : cluster [DBG] pgmap v914: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: audit 2024-03-30T04:41:42.676792+0000 mon.a (mon.0) 3569 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:43.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cephadm 2024-03-30T04:41:42.677180+0000 mgr.y (mgr.25279) 1555 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: audit 2024-03-30T04:41:42.718431+0000 mon.a (mon.0) 3570 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:43.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: audit 2024-03-30T04:41:42.720270+0000 mon.a (mon.0) 3571 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:43.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cephadm 2024-03-30T04:41:42.720912+0000 mgr.y (mgr.25279) 1556 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:43.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: audit 2024-03-30T04:41:42.722129+0000 mon.a (mon.0) 3572 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:43.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: audit 2024-03-30T04:41:42.722810+0000 mon.a (mon.0) 3573 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:43.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cluster 2024-03-30T04:41:42.724208+0000 mgr.y (mgr.25279) 1557 : cluster [DBG] pgmap v915: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cluster 2024-03-30T04:41:42.724382+0000 mgr.y (mgr.25279) 1558 : cluster [DBG] pgmap v916: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:43.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: audit 2024-03-30T04:41:42.731773+0000 mon.a (mon.0) 3574 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:43.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cephadm 2024-03-30T04:41:42.732453+0000 mgr.y (mgr.25279) 1559 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:43.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: audit 2024-03-30T04:41:42.769899+0000 mon.a (mon.0) 3575 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:43.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: audit 2024-03-30T04:41:42.775766+0000 mon.a (mon.0) 3576 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:43.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: audit 2024-03-30T04:41:42.784319+0000 mon.a (mon.0) 3577 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:43.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: audit 2024-03-30T04:41:42.807714+0000 mon.a (mon.0) 3578 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:43.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: audit 2024-03-30T04:41:42.809944+0000 mon.a (mon.0) 3579 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:43.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: audit 2024-03-30T04:41:42.811298+0000 mon.a (mon.0) 3580 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-30T04:41:43.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: audit 2024-03-30T04:41:42.812028+0000 mon.a (mon.0) 3581 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-03-30T04:41:43.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: audit 2024-03-30T04:41:42.895521+0000 mon.a (mon.0) 3582 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:43.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: audit 2024-03-30T04:41:42.896631+0000 mon.a (mon.0) 3583 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:41:43.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:43 smithi117 bash[18692]: cluster 2024-03-30T04:41:43.505513+0000 mon.a (mon.0) 3584 : cluster [DBG] mgrmap e36: y(active, since 76s), standbys: x 2024-03-30T04:41:44.780 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:44 smithi111 bash[24005]: cluster 2024-03-30T04:41:42.776902+0000 mgr.y (mgr.25279) 1560 : cluster [DBG] pgmap v917: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:44.781 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:44 smithi111 bash[24005]: cluster 2024-03-30T04:41:42.777136+0000 mgr.y (mgr.25279) 1561 : cluster [DBG] pgmap v918: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:44.781 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:44 smithi111 bash[24005]: cephadm 2024-03-30T04:41:42.810637+0000 mgr.y (mgr.25279) 1562 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:44.781 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:44 smithi111 bash[24005]: cephadm 2024-03-30T04:41:42.812552+0000 mgr.y (mgr.25279) 1563 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-03-30T04:41:44.781 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:44 smithi111 bash[18552]: cluster 2024-03-30T04:41:42.776902+0000 mgr.y (mgr.25279) 1560 : cluster [DBG] pgmap v917: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:44.781 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:44 smithi111 bash[18552]: cluster 2024-03-30T04:41:42.777136+0000 mgr.y (mgr.25279) 1561 : cluster [DBG] pgmap v918: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:44.781 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:44 smithi111 bash[18552]: cephadm 2024-03-30T04:41:42.810637+0000 mgr.y (mgr.25279) 1562 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:44.781 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:44 smithi111 bash[18552]: cephadm 2024-03-30T04:41:42.812552+0000 mgr.y (mgr.25279) 1563 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-03-30T04:41:44.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:44 smithi117 bash[18692]: cluster 2024-03-30T04:41:42.776902+0000 mgr.y (mgr.25279) 1560 : cluster [DBG] pgmap v917: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:44.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:44 smithi117 bash[18692]: cluster 2024-03-30T04:41:42.777136+0000 mgr.y (mgr.25279) 1561 : cluster [DBG] pgmap v918: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:44.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:44 smithi117 bash[18692]: cephadm 2024-03-30T04:41:42.810637+0000 mgr.y (mgr.25279) 1562 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2493-gd82c9aa1 2024-03-30T04:41:44.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:44 smithi117 bash[18692]: cephadm 2024-03-30T04:41:42.812552+0000 mgr.y (mgr.25279) 1563 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-03-30T04:41:46.591 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:41:46 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:41:46] "GET /metrics HTTP/1.1" 200 38238 "" "Prometheus/2.33.4" 2024-03-30T04:41:46.592 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:46 smithi111 bash[18552]: cluster 2024-03-30T04:41:44.778803+0000 mgr.y (mgr.25279) 1564 : cluster [DBG] pgmap v919: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 2 op/s 2024-03-30T04:41:46.592 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:46 smithi111 bash[18552]: cephadm 2024-03-30T04:41:45.340858+0000 mgr.y (mgr.25279) 1565 : cephadm [INF] Upgrade: Updating mon.a 2024-03-30T04:41:46.592 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:46 smithi111 bash[18552]: audit 2024-03-30T04:41:45.347031+0000 mon.a (mon.0) 3585 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:46.592 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:46 smithi111 bash[18552]: audit 2024-03-30T04:41:45.348613+0000 mon.a (mon.0) 3586 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:41:46.592 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:46 smithi111 bash[18552]: audit 2024-03-30T04:41:45.350130+0000 mon.a (mon.0) 3587 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:41:46.592 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:46 smithi111 bash[18552]: audit 2024-03-30T04:41:45.351607+0000 mon.a (mon.0) 3588 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:46.592 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:46 smithi111 bash[18552]: cephadm 2024-03-30T04:41:45.353258+0000 mgr.y (mgr.25279) 1566 : cephadm [INF] Deploying daemon mon.a on smithi111 2024-03-30T04:41:46.592 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:46 smithi111 bash[18552]: audit 2024-03-30T04:41:46.180197+0000 mon.a (mon.0) 3589 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:46.592 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:46 smithi111 bash[18552]: audit 2024-03-30T04:41:46.193457+0000 mon.a (mon.0) 3590 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:46.592 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:46 smithi111 bash[18552]: audit 2024-03-30T04:41:46.205877+0000 mon.a (mon.0) 3591 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:46.592 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:46 smithi111 bash[24005]: cluster 2024-03-30T04:41:44.778803+0000 mgr.y (mgr.25279) 1564 : cluster [DBG] pgmap v919: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 2 op/s 2024-03-30T04:41:46.593 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:46 smithi111 bash[24005]: cephadm 2024-03-30T04:41:45.340858+0000 mgr.y (mgr.25279) 1565 : cephadm [INF] Upgrade: Updating mon.a 2024-03-30T04:41:46.593 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:46 smithi111 bash[24005]: audit 2024-03-30T04:41:45.347031+0000 mon.a (mon.0) 3585 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:46.593 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:46 smithi111 bash[24005]: audit 2024-03-30T04:41:45.348613+0000 mon.a (mon.0) 3586 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:41:46.593 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:46 smithi111 bash[24005]: audit 2024-03-30T04:41:45.350130+0000 mon.a (mon.0) 3587 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:41:46.593 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:46 smithi111 bash[24005]: audit 2024-03-30T04:41:45.351607+0000 mon.a (mon.0) 3588 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:46.593 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:46 smithi111 bash[24005]: cephadm 2024-03-30T04:41:45.353258+0000 mgr.y (mgr.25279) 1566 : cephadm [INF] Deploying daemon mon.a on smithi111 2024-03-30T04:41:46.593 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:46 smithi111 bash[24005]: audit 2024-03-30T04:41:46.180197+0000 mon.a (mon.0) 3589 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:46.593 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:46 smithi111 bash[24005]: audit 2024-03-30T04:41:46.193457+0000 mon.a (mon.0) 3590 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:46.593 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:46 smithi111 bash[24005]: audit 2024-03-30T04:41:46.205877+0000 mon.a (mon.0) 3591 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:46.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:46 smithi117 bash[18692]: cluster 2024-03-30T04:41:44.778803+0000 mgr.y (mgr.25279) 1564 : cluster [DBG] pgmap v919: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 2 op/s 2024-03-30T04:41:46.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:46 smithi117 bash[18692]: cephadm 2024-03-30T04:41:45.340858+0000 mgr.y (mgr.25279) 1565 : cephadm [INF] Upgrade: Updating mon.a 2024-03-30T04:41:46.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:46 smithi117 bash[18692]: audit 2024-03-30T04:41:45.347031+0000 mon.a (mon.0) 3585 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:46.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:46 smithi117 bash[18692]: audit 2024-03-30T04:41:45.348613+0000 mon.a (mon.0) 3586 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:41:46.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:46 smithi117 bash[18692]: audit 2024-03-30T04:41:45.350130+0000 mon.a (mon.0) 3587 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:41:46.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:46 smithi117 bash[18692]: audit 2024-03-30T04:41:45.351607+0000 mon.a (mon.0) 3588 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:46.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:46 smithi117 bash[18692]: cephadm 2024-03-30T04:41:45.353258+0000 mgr.y (mgr.25279) 1566 : cephadm [INF] Deploying daemon mon.a on smithi111 2024-03-30T04:41:46.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:46 smithi117 bash[18692]: audit 2024-03-30T04:41:46.180197+0000 mon.a (mon.0) 3589 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:46.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:46 smithi117 bash[18692]: audit 2024-03-30T04:41:46.193457+0000 mon.a (mon.0) 3590 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:46.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:46 smithi117 bash[18692]: audit 2024-03-30T04:41:46.205877+0000 mon.a (mon.0) 3591 : audit [INF] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' 2024-03-30T04:41:47.591 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:47 smithi117 bash[18692]: cluster 2024-03-30T04:41:46.195675+0000 mgr.y (mgr.25279) 1567 : cluster [DBG] pgmap v920: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:41:47.591 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:47 smithi117 bash[18692]: cluster 2024-03-30T04:41:46.196218+0000 mgr.y (mgr.25279) 1568 : cluster [DBG] pgmap v921: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:41:47.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:47 smithi111 bash[18552]: cluster 2024-03-30T04:41:46.195675+0000 mgr.y (mgr.25279) 1567 : cluster [DBG] pgmap v920: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:41:47.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:47 smithi111 bash[18552]: cluster 2024-03-30T04:41:46.196218+0000 mgr.y (mgr.25279) 1568 : cluster [DBG] pgmap v921: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:41:47.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:47 smithi111 bash[24005]: cluster 2024-03-30T04:41:46.195675+0000 mgr.y (mgr.25279) 1567 : cluster [DBG] pgmap v920: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:41:47.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:47 smithi111 bash[24005]: cluster 2024-03-30T04:41:46.196218+0000 mgr.y (mgr.25279) 1568 : cluster [DBG] pgmap v921: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:41:47.953 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:47 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:47.953 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:41:47 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:47.954 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:41:47 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:47.954 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:41:47 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:47.955 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:41:47 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:47.955 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:47 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:47.955 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:47 smithi111 systemd[1]: Stopping Ceph mon.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:41:47.955 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:47 smithi111 bash[18552]: debug 2024-03-30T04:41:47.939+0000 7fc0d3957700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-30T04:41:47.955 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:47 smithi111 bash[18552]: debug 2024-03-30T04:41:47.939+0000 7fc0d3957700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-03-30T04:41:47.956 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:41:47 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:47.956 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:41:47 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:47.956 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:41:47 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:48.245 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:41:47 smithi111 bash[65893]: [30/Mar/2024:04:41:47] ENGINE Bus STOPPING 2024-03-30T04:41:48.246 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:41:47 smithi111 bash[65893]: [30/Mar/2024:04:41:47] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-30T04:41:48.246 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:41:47 smithi111 bash[65893]: [30/Mar/2024:04:41:47] ENGINE Bus STOPPED 2024-03-30T04:41:48.246 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:41:47 smithi111 bash[65893]: [30/Mar/2024:04:41:47] ENGINE Bus STARTING 2024-03-30T04:41:48.246 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:41:48 smithi111 bash[65893]: [30/Mar/2024:04:41:48] ENGINE Serving on http://:::9283 2024-03-30T04:41:48.246 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:41:48 smithi111 bash[65893]: [30/Mar/2024:04:41:48] ENGINE Bus STARTED 2024-03-30T04:41:48.955 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:48 smithi111 bash[70827]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-mon-a 2024-03-30T04:41:48.955 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:48 smithi111 bash[70899]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-mon-a 2024-03-30T04:41:48.955 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:48 smithi111 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@mon.a.service: Deactivated successfully. 2024-03-30T04:41:48.955 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:48 smithi111 systemd[1]: Stopped Ceph mon.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:41:49.134 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:41:48 smithi117 bash[53671]: ts=2024-03-30T04:41: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.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"172.21.15.117:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"smithi111:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:41:49.365 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:41:48 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:49.365 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:48 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:49.366 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:41:48 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:49.366 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:41:48 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:49.367 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:41:48 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:49.367 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:41:48 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:49.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:48 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:49.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:49 smithi111 systemd[1]: Started Ceph mon.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:41:49.368 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:41:48 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:49.368 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:41:48 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:50.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.135+0000 7fec26f27c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-30T04:41:50.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.135+0000 7fec26f27c80 0 ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev), process ceph-mon, pid 7 2024-03-30T04:41:50.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.135+0000 7fec26f27c80 0 pidfile_write: ignore empty --pid-file 2024-03-30T04:41:50.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 0 load: jerasure load: lrc 2024-03-30T04:41:50.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: RocksDB version: 7.9.2 2024-03-30T04:41:50.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Git sha 0 2024-03-30T04:41:50.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Compile date 2024-03-27 20:59:58 2024-03-30T04:41:50.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: DB SUMMARY 2024-03-30T04:41:50.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: DB Session ID: XS7XFRIZL2YY405KNLFM 2024-03-30T04:41:50.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: CURRENT file: CURRENT 2024-03-30T04:41:50.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-30T04:41:50.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: MANIFEST file: MANIFEST-000015 size: 2318 Bytes 2024-03-30T04:41:50.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000051.sst 2024-03-30T04:41:50.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000049.log size: 655540 ; 2024-03-30T04:41:50.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.error_if_exists: 0 2024-03-30T04:41:50.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.create_if_missing: 0 2024-03-30T04:41:50.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.paranoid_checks: 1 2024-03-30T04:41:50.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-30T04:41:50.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-30T04:41:50.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-30T04:41:50.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.env: 0x5642dc042c60 2024-03-30T04:41:50.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-30T04:41:50.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.info_log: 0x5642ddacbb20 2024-03-30T04:41:50.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-30T04:41:50.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.statistics: (nil) 2024-03-30T04:41:50.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.use_fsync: 0 2024-03-30T04:41:50.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.max_log_file_size: 0 2024-03-30T04:41:50.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-30T04:41:50.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-30T04:41:50.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-30T04:41:50.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-30T04:41:50.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.allow_fallocate: 1 2024-03-30T04:41:50.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-30T04:41:50.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-30T04:41:50.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.use_direct_reads: 0 2024-03-30T04:41:50.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-30T04:41:50.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-30T04:41:50.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.db_log_dir: 2024-03-30T04:41:50.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.wal_dir: 2024-03-30T04:41:50.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-30T04:41:50.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-30T04:41:50.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-30T04:41:50.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-30T04:41:50.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-30T04:41:50.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-30T04:41:50.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-30T04:41:50.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-30T04:41:50.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.write_buffer_manager: 0x5642dda9c820 2024-03-30T04:41:50.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-30T04:41:50.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-30T04:41:50.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-30T04:41:50.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-30T04:41:50.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-30T04:41:50.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-30T04:41:50.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-30T04:41:50.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-30T04:41:50.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.unordered_write: 0 2024-03-30T04:41:50.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-30T04:41:50.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-30T04:41:50.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-30T04:41:50.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-30T04:41:50.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.row_cache: None 2024-03-30T04:41:50.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.wal_filter: None 2024-03-30T04:41:50.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-30T04:41:50.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-30T04:41:50.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.two_write_queues: 0 2024-03-30T04:41:50.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-30T04:41:50.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.wal_compression: 0 2024-03-30T04:41:50.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.atomic_flush: 0 2024-03-30T04:41:50.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-30T04:41:50.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-30T04:41:50.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-30T04:41:50.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.log_readahead_size: 0 2024-03-30T04:41:50.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-30T04:41:50.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-30T04:41:50.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-30T04:41:50.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-30T04:41:50.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-30T04:41:50.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-30T04:41:50.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-30T04:41:50.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.max_background_jobs: 2 2024-03-30T04:41:50.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.max_background_compactions: -1 2024-03-30T04:41:50.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.max_subcompactions: 1 2024-03-30T04:41:50.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-30T04:41:50.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-30T04:41:50.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-30T04:41:50.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-30T04:41:50.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-30T04:41:50.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-30T04:41:50.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-30T04:41:50.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-30T04:41:50.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.max_open_files: -1 2024-03-30T04:41:50.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-30T04:41:50.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-30T04:41:50.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-30T04:41:50.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-30T04:41:50.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.max_background_flushes: -1 2024-03-30T04:41:50.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Compression algorithms supported: 2024-03-30T04:41:50.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-30T04:41:50.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: kZSTD supported: 0 2024-03-30T04:41:50.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: kXpressCompression supported: 0 2024-03-30T04:41:50.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-30T04:41:50.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: kZlibCompression supported: 1 2024-03-30T04:41:50.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: kSnappyCompression supported: 1 2024-03-30T04:41:50.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: kLZ4Compression supported: 1 2024-03-30T04:41:50.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: kBZip2Compression supported: 0 2024-03-30T04:41:50.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-30T04:41:50.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-30T04:41:50.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000015 2024-03-30T04:41:50.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-30T04:41:50.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-30T04:41:50.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.merge_operator: 2024-03-30T04:41:50.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.compaction_filter: None 2024-03-30T04:41:50.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-30T04:41:50.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-30T04:41:50.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-30T04:41:50.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-30T04:41:50.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5642ddacbd00) 2024-03-30T04:41:50.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: cache_index_and_filter_blocks: 1 2024-03-30T04:41:50.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-30T04:41:50.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-30T04:41:50.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: pin_top_level_index_and_filter: 1 2024-03-30T04:41:50.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: index_type: 0 2024-03-30T04:41:50.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: data_block_index_type: 0 2024-03-30T04:41:50.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: index_shortening: 1 2024-03-30T04:41:50.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: data_block_hash_table_util_ratio: 0.750000 2024-03-30T04:41:50.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: checksum: 4 2024-03-30T04:41:50.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: no_block_cache: 0 2024-03-30T04:41:50.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: block_cache: 0x5642ddacd090 2024-03-30T04:41:50.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: block_cache_name: BinnedLRUCache 2024-03-30T04:41:50.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: block_cache_options: 2024-03-30T04:41:50.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: capacity : 536870912 2024-03-30T04:41:50.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: num_shard_bits : 4 2024-03-30T04:41:50.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: strict_capacity_limit : 0 2024-03-30T04:41:50.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: high_pri_pool_ratio: 0.000 2024-03-30T04:41:50.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: block_cache_compressed: (nil) 2024-03-30T04:41:50.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: persistent_cache: (nil) 2024-03-30T04:41:50.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: block_size: 4096 2024-03-30T04:41:50.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: block_size_deviation: 10 2024-03-30T04:41:50.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: block_restart_interval: 16 2024-03-30T04:41:50.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: index_block_restart_interval: 1 2024-03-30T04:41:50.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: metadata_block_size: 4096 2024-03-30T04:41:50.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: partition_filters: 0 2024-03-30T04:41:50.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: use_delta_encoding: 1 2024-03-30T04:41:50.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: filter_policy: bloomfilter 2024-03-30T04:41:50.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: whole_key_filtering: 1 2024-03-30T04:41:50.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: verify_compression: 0 2024-03-30T04:41:50.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: read_amp_bytes_per_bit: 0 2024-03-30T04:41:50.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: format_version: 5 2024-03-30T04:41:50.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: enable_index_compression: 1 2024-03-30T04:41:50.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: block_align: 0 2024-03-30T04:41:50.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: max_auto_readahead_size: 262144 2024-03-30T04:41:50.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: prepopulate_block_cache: 0 2024-03-30T04:41:50.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: initial_auto_readahead_size: 8192 2024-03-30T04:41:50.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: num_file_reads_for_auto_readahead: 2 2024-03-30T04:41:50.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-30T04:41:50.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-30T04:41:50.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.compression: NoCompression 2024-03-30T04:41:50.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-30T04:41:50.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-30T04:41:50.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-30T04:41:50.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.num_levels: 7 2024-03-30T04:41:50.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-30T04:41:50.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-30T04:41:50.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-30T04:41:50.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-30T04:41:50.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-30T04:41:50.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-30T04:41:50.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-30T04:41:50.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-30T04:41:50.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-30T04:41:50.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-30T04:41:50.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-30T04:41:50.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-30T04:41:50.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-30T04:41:50.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-30T04:41:50.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-30T04:41:50.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-30T04:41:50.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-30T04:41:50.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-30T04:41:50.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-30T04:41:50.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-30T04:41:50.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-30T04:41:50.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-30T04:41:50.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-30T04:41:50.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-30T04:41:50.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-30T04:41:50.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-30T04:41:50.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-30T04:41:50.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-30T04:41:50.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-30T04:41:50.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-30T04:41:50.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-30T04:41:50.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-30T04:41:50.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-30T04:41:50.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-30T04:41:50.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-30T04:41:50.388 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-30T04:41:50.388 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-30T04:41:50.388 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-30T04:41:50.388 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-30T04:41:50.388 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-30T04:41:50.388 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-30T04:41:50.389 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-30T04:41:50.389 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-30T04:41:50.389 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-30T04:41:50.389 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-30T04:41:50.389 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-30T04:41:50.389 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-30T04:41:50.389 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-30T04:41:50.390 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-30T04:41:50.390 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-30T04:41:50.390 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-30T04:41:50.390 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-30T04:41:50.390 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-30T04:41:50.390 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-03-30T04:41:50.391 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.inplace_update_support: 0 2024-03-30T04:41:50.391 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-30T04:41:50.391 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-30T04:41:50.391 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-30T04:41:50.391 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-30T04:41:50.391 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.bloom_locality: 0 2024-03-30T04:41:50.391 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.max_successive_merges: 0 2024-03-30T04:41:50.392 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-30T04:41:50.392 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-30T04:41:50.392 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-30T04:41:50.392 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-30T04:41:50.393 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.ttl: 2592000 2024-03-30T04:41:50.393 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-30T04:41:50.393 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-30T04:41:50.393 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-30T04:41:50.393 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.enable_blob_files: false 2024-03-30T04:41:50.393 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.min_blob_size: 0 2024-03-30T04:41:50.394 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-30T04:41:50.394 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-30T04:41:50.394 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-30T04:41:50.394 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-30T04:41:50.394 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-30T04:41:50.394 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-30T04:41:50.395 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-30T04:41:50.395 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec26f27c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-30T04:41:50.395 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.139+0000 7fec1b68e700 3 rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 51.sst 2024-03-30T04:41:50.395 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.143+0000 7fec26f27c80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-03-30T04:41:50.395 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.143+0000 7fec26f27c80 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 53, last_sequence is 27292, log_number is 49,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-30T04:41:50.395 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.143+0000 7fec26f27c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 49 2024-03-30T04:41:50.395 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.143+0000 7fec26f27c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: e830ef7c-8a43-45cf-b369-172de50db303 2024-03-30T04:41:50.396 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.143+0000 7fec26f27c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711773710146879, "job": 1, "event": "recovery_started", "wal_files": [49]} 2024-03-30T04:41:50.396 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.143+0000 7fec26f27c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #49 mode 2 2024-03-30T04:41:50.396 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.147+0000 7fec26f27c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711773710150610, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 54, "file_size": 634583, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 27293, "largest_seqno": 27806, "table_properties": {"data_size": 631521, "index_size": 1062, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 965, "raw_key_size": 9454, "raw_average_key_size": 26, "raw_value_size": 625147, "raw_average_value_size": 1736, "num_data_blocks": 42, "num_entries": 360, "num_filter_entries": 360, "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": "[CompactOnDeletionCollector]", "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": 1711773710, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "e830ef7c-8a43-45cf-b369-172de50db303", "db_session_id": "XS7XFRIZL2YY405KNLFM", "orig_file_number": 54, "seqno_to_time_mapping": "N/A"}} 2024-03-30T04:41:50.396 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.147+0000 7fec26f27c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711773710150740, "job": 1, "event": "recovery_finished"} 2024-03-30T04:41:50.396 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.147+0000 7fec26f27c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 56 2024-03-30T04:41:50.396 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.147+0000 7fec26f27c80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-03-30T04:41:50.397 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.147+0000 7fec26f27c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000049.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-30T04:41:50.397 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.147+0000 7fec26f27c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5642ddbc0000 2024-03-30T04:41:50.397 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.147+0000 7fec26f27c80 4 rocksdb: DB pointer 0x5642ddbaa000 2024-03-30T04:41:50.397 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.147+0000 7fec15682700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-30T04:41:50.397 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.147+0000 7fec15682700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-30T04:41:50.397 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: ** DB Stats ** 2024-03-30T04:41:50.398 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-30T04:41:50.398 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-30T04:41:50.398 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-30T04:41:50.398 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-30T04:41:50.398 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-30T04:41:50.399 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-30T04:41:50.399 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-30T04:41:50.399 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: ** Compaction Stats [default] ** 2024-03-30T04:41:50.399 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-30T04:41:50.399 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-30T04:41:50.399 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: L0 1/0 619.71 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 255.8 0.00 0.00 1 0.002 0 0 0.0 0.0 2024-03-30T04:41:50.400 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: L6 1/0 10.78 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-03-30T04:41:50.400 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: Sum 2/0 11.38 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 255.8 0.00 0.00 1 0.002 0 0 0.0 0.0 2024-03-30T04:41:50.400 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 255.8 0.00 0.00 1 0.002 0 0 0.0 0.0 2024-03-30T04:41:50.400 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: ** Compaction Stats [default] ** 2024-03-30T04:41:50.400 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-30T04:41:50.400 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-30T04:41:50.400 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 255.8 0.00 0.00 1 0.002 0 0 0.0 0.0 2024-03-30T04:41:50.400 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-30T04:41:50.401 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-30T04:41:50.401 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: Flush(GB): cumulative 0.001, interval 0.001 2024-03-30T04:41:50.401 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-30T04:41:50.401 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: AddFile(Total Files): cumulative 0, interval 0 2024-03-30T04:41:50.401 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-30T04:41:50.401 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: AddFile(Keys): cumulative 0, interval 0 2024-03-30T04:41:50.401 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: Cumulative compaction: 0.00 GB write, 91.95 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:41:50.401 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: Interval compaction: 0.00 GB write, 91.95 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:41:50.401 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-30T04:41:50.402 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: Block cache BinnedLRUCache@0x5642ddacd090#7 capacity: 512.00 MB usage: 2.23 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2024-03-30T04:41:50.402 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: Block cache entry stats(count,size,portion): FilterBlock(1,1.03 KB,0.000196695%) IndexBlock(1,1.20 KB,0.000229478%) Misc(1,0.00 KB,0%) 2024-03-30T04:41:50.402 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: ** File Read Latency Histogram By Level [default] ** 2024-03-30T04:41:50.402 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.147+0000 7fec26f27c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] at bind addrs [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:41:50.402 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.147+0000 7fec26f27c80 1 mon.a@-1(???) e3 preinit fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:41:50.402 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.147+0000 7fec26f27c80 0 mon.a@-1(???).mds e1 new map 2024-03-30T04:41:50.402 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.147+0000 7fec26f27c80 0 mon.a@-1(???).mds e1 print_map 2024-03-30T04:41:50.402 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: e1 2024-03-30T04:41:50.402 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-30T04:41:50.403 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-03-30T04:41:50.403 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: legacy client fscid: -1 2024-03-30T04:41:50.403 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: 2024-03-30T04:41:50.403 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: No filesystems configured 2024-03-30T04:41:50.403 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.151+0000 7fec26f27c80 0 mon.a@-1(???).osd e107 crush map has features 3314933000854323200, adjusting msgr requires 2024-03-30T04:41:50.403 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.151+0000 7fec26f27c80 0 mon.a@-1(???).osd e107 crush map has features 432629239337189376, adjusting msgr requires 2024-03-30T04:41:50.403 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.151+0000 7fec26f27c80 0 mon.a@-1(???).osd e107 crush map has features 432629239337189376, adjusting msgr requires 2024-03-30T04:41:50.403 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.151+0000 7fec26f27c80 0 mon.a@-1(???).osd e107 crush map has features 432629239337189376, adjusting msgr requires 2024-03-30T04:41:50.404 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:50 smithi111 bash[70954]: debug 2024-03-30T04:41:50.151+0000 7fec26f27c80 1 mon.a@-1(???).paxosservice(auth 1..25) refresh upgraded, format 0 -> 3 2024-03-30T04:41:51.662 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:41:51 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Scheduled restart job, restart counter is at 9. 2024-03-30T04:41:51.662 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:41:51 smithi117 systemd[1]: Stopped Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:41:51.662 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:41:51 smithi117 systemd[1]: Started Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:41:51.978 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[65893]: ignoring --setuser ceph since I am not root 2024-03-30T04:41:51.979 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[65893]: ignoring --setgroup ceph since I am not root 2024-03-30T04:41:51.979 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[65893]: debug 2024-03-30T04:41:51.855+0000 7f81db43f200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-30T04:41:51.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[24005]: audit 2024-03-30T04:41:47.951364+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:41:51.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[24005]: audit 2024-03-30T04:41:47.952304+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:41:51.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[24005]: audit 2024-03-30T04:41:47.953980+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:41:51.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[24005]: cluster 2024-03-30T04:41:48.196716+0000 mgr.y (mgr.25279) 1569 : cluster [DBG] pgmap v922: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 935 B/s rd, 0 op/s 2024-03-30T04:41:51.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[24005]: cluster 2024-03-30T04:41:50.197683+0000 mgr.y (mgr.25279) 1570 : cluster [DBG] pgmap v923: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:41:51.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[24005]: cluster 2024-03-30T04:41:51.576376+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-03-30T04:41:51.980 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[24005]: cluster 2024-03-30T04:41:51.598730+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-30T04:41:51.980 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[24005]: cluster 2024-03-30T04:41:51.610175+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 3 2024-03-30T04:41:51.980 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[24005]: cluster 2024-03-30T04:41:51.610215+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:41:51.980 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[24005]: cluster 2024-03-30T04:41:51.610235+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-03-30T04:26:01.518565+0000 2024-03-30T04:41:51.980 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[24005]: cluster 2024-03-30T04:41:51.610256+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-03-30T04:24:10.162800+0000 2024-03-30T04:41:51.980 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[24005]: cluster 2024-03-30T04:41:51.610272+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 17 (quincy) 2024-03-30T04:41:51.980 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[24005]: cluster 2024-03-30T04:41:51.610295+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-03-30T04:41:51.980 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[24005]: cluster 2024-03-30T04:41:51.610319+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] mon.a 2024-03-30T04:41:51.980 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[24005]: cluster 2024-03-30T04:41:51.610339+0000 mon.a (mon.0) 10 : cluster [DBG] 1: [v2:172.21.15.111:3301/0,v1:172.21.15.111:6790/0] mon.c 2024-03-30T04:41:51.980 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[24005]: cluster 2024-03-30T04:41:51.610362+0000 mon.a (mon.0) 11 : cluster [DBG] 2: [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] mon.b 2024-03-30T04:41:51.981 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[24005]: cluster 2024-03-30T04:41:51.611618+0000 mon.a (mon.0) 12 : cluster [DBG] fsmap 2024-03-30T04:41:51.981 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[24005]: cluster 2024-03-30T04:41:51.611743+0000 mon.a (mon.0) 13 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2024-03-30T04:41:51.981 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[24005]: cluster 2024-03-30T04:41:51.614372+0000 mon.a (mon.0) 14 : cluster [DBG] mgrmap e36: y(active, since 84s), standbys: x 2024-03-30T04:41:51.981 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[24005]: cluster 2024-03-30T04:41:51.615780+0000 mon.a (mon.0) 15 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:41:51.981 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[24005]: cluster 2024-03-30T04:41:51.615826+0000 mon.a (mon.0) 16 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:41:51.981 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[24005]: cluster 2024-03-30T04:41:51.615845+0000 mon.a (mon.0) 17 : cluster [WRN] daemon grafana.a on smithi117 is in unknown state 2024-03-30T04:41:51.981 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[24005]: audit 2024-03-30T04:41:51.635972+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.25279 ' entity='' 2024-03-30T04:41:51.981 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[24005]: cluster 2024-03-30T04:41:51.637731+0000 mon.a (mon.0) 19 : cluster [DBG] mgrmap e37: y(active, since 84s), standbys: x 2024-03-30T04:41:51.981 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[70954]: audit 2024-03-30T04:41:47.951364+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:41:51.981 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[70954]: audit 2024-03-30T04:41:47.952304+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:41:51.981 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[70954]: audit 2024-03-30T04:41:47.953980+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:41:51.981 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[70954]: cluster 2024-03-30T04:41:48.196716+0000 mgr.y (mgr.25279) 1569 : cluster [DBG] pgmap v922: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 935 B/s rd, 0 op/s 2024-03-30T04:41:51.982 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[70954]: cluster 2024-03-30T04:41:50.197683+0000 mgr.y (mgr.25279) 1570 : cluster [DBG] pgmap v923: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:41:51.982 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[70954]: cluster 2024-03-30T04:41:51.576376+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-03-30T04:41:51.982 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[70954]: cluster 2024-03-30T04:41:51.598730+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-30T04:41:51.982 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[70954]: cluster 2024-03-30T04:41:51.610175+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 3 2024-03-30T04:41:51.982 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[70954]: cluster 2024-03-30T04:41:51.610215+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:41:51.982 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[70954]: cluster 2024-03-30T04:41:51.610235+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-03-30T04:26:01.518565+0000 2024-03-30T04:41:51.982 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[70954]: cluster 2024-03-30T04:41:51.610256+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-03-30T04:24:10.162800+0000 2024-03-30T04:41:51.982 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[70954]: cluster 2024-03-30T04:41:51.610272+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 17 (quincy) 2024-03-30T04:41:51.982 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[70954]: cluster 2024-03-30T04:41:51.610295+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-03-30T04:41:51.982 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[70954]: cluster 2024-03-30T04:41:51.610319+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] mon.a 2024-03-30T04:41:51.982 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[70954]: cluster 2024-03-30T04:41:51.610339+0000 mon.a (mon.0) 10 : cluster [DBG] 1: [v2:172.21.15.111:3301/0,v1:172.21.15.111:6790/0] mon.c 2024-03-30T04:41:51.983 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[70954]: cluster 2024-03-30T04:41:51.610362+0000 mon.a (mon.0) 11 : cluster [DBG] 2: [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] mon.b 2024-03-30T04:41:51.983 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[70954]: cluster 2024-03-30T04:41:51.611618+0000 mon.a (mon.0) 12 : cluster [DBG] fsmap 2024-03-30T04:41:51.983 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[70954]: cluster 2024-03-30T04:41:51.611743+0000 mon.a (mon.0) 13 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2024-03-30T04:41:51.983 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[70954]: cluster 2024-03-30T04:41:51.614372+0000 mon.a (mon.0) 14 : cluster [DBG] mgrmap e36: y(active, since 84s), standbys: x 2024-03-30T04:41:51.983 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[70954]: cluster 2024-03-30T04:41:51.615780+0000 mon.a (mon.0) 15 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:41:51.983 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[70954]: cluster 2024-03-30T04:41:51.615826+0000 mon.a (mon.0) 16 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:41:51.983 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[70954]: cluster 2024-03-30T04:41:51.615845+0000 mon.a (mon.0) 17 : cluster [WRN] daemon grafana.a on smithi117 is in unknown state 2024-03-30T04:41:51.983 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[70954]: audit 2024-03-30T04:41:51.635972+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.25279 ' entity='' 2024-03-30T04:41:51.983 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:51 smithi111 bash[70954]: cluster 2024-03-30T04:41:51.637731+0000 mon.a (mon.0) 19 : cluster [DBG] mgrmap e37: y(active, since 84s), standbys: x 2024-03-30T04:41:52.133 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:51 smithi117 bash[58141]: ignoring --setuser ceph since I am not root 2024-03-30T04:41:52.134 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:51 smithi117 bash[58141]: ignoring --setgroup ceph since I am not root 2024-03-30T04:41:52.134 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:51 smithi117 bash[58141]: debug 2024-03-30T04:41:51.732+0000 7f2e128bf700 1 -- 172.21.15.117:0/2618816399 <== mon.2 v2:172.21.15.117:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x560d53fd05a0 con 0x560d54d4e400 2024-03-30T04:41:52.134 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:51 smithi117 bash[58141]: debug 2024-03-30T04:41:51.876+0000 7f2e1c6b0200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-30T04:41:52.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:51 smithi117 bash[18692]: audit 2024-03-30T04:41:47.951364+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:41:52.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:51 smithi117 bash[18692]: audit 2024-03-30T04:41:47.952304+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:41:52.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:51 smithi117 bash[18692]: audit 2024-03-30T04:41:47.953980+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.25279 172.21.15.111:0/2933426582' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:41:52.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:51 smithi117 bash[18692]: cluster 2024-03-30T04:41:48.196716+0000 mgr.y (mgr.25279) 1569 : cluster [DBG] pgmap v922: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 935 B/s rd, 0 op/s 2024-03-30T04:41:52.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:51 smithi117 bash[18692]: cluster 2024-03-30T04:41:50.197683+0000 mgr.y (mgr.25279) 1570 : cluster [DBG] pgmap v923: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:41:52.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:51 smithi117 bash[18692]: cluster 2024-03-30T04:41:51.576376+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-03-30T04:41:52.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:51 smithi117 bash[18692]: cluster 2024-03-30T04:41:51.598730+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-30T04:41:52.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:51 smithi117 bash[18692]: cluster 2024-03-30T04:41:51.610175+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 3 2024-03-30T04:41:52.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:51 smithi117 bash[18692]: cluster 2024-03-30T04:41:51.610215+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:41:52.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:51 smithi117 bash[18692]: cluster 2024-03-30T04:41:51.610235+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-03-30T04:26:01.518565+0000 2024-03-30T04:41:52.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:51 smithi117 bash[18692]: cluster 2024-03-30T04:41:51.610256+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-03-30T04:24:10.162800+0000 2024-03-30T04:41:52.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:51 smithi117 bash[18692]: cluster 2024-03-30T04:41:51.610272+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 17 (quincy) 2024-03-30T04:41:52.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:51 smithi117 bash[18692]: cluster 2024-03-30T04:41:51.610295+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-03-30T04:41:52.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:51 smithi117 bash[18692]: cluster 2024-03-30T04:41:51.610319+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] mon.a 2024-03-30T04:41:52.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:51 smithi117 bash[18692]: cluster 2024-03-30T04:41:51.610339+0000 mon.a (mon.0) 10 : cluster [DBG] 1: [v2:172.21.15.111:3301/0,v1:172.21.15.111:6790/0] mon.c 2024-03-30T04:41:52.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:51 smithi117 bash[18692]: cluster 2024-03-30T04:41:51.610362+0000 mon.a (mon.0) 11 : cluster [DBG] 2: [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] mon.b 2024-03-30T04:41:52.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:51 smithi117 bash[18692]: cluster 2024-03-30T04:41:51.611618+0000 mon.a (mon.0) 12 : cluster [DBG] fsmap 2024-03-30T04:41:52.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:51 smithi117 bash[18692]: cluster 2024-03-30T04:41:51.611743+0000 mon.a (mon.0) 13 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2024-03-30T04:41:52.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:51 smithi117 bash[18692]: cluster 2024-03-30T04:41:51.614372+0000 mon.a (mon.0) 14 : cluster [DBG] mgrmap e36: y(active, since 84s), standbys: x 2024-03-30T04:41:52.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:51 smithi117 bash[18692]: cluster 2024-03-30T04:41:51.615780+0000 mon.a (mon.0) 15 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:41:52.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:51 smithi117 bash[18692]: cluster 2024-03-30T04:41:51.615826+0000 mon.a (mon.0) 16 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:41:52.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:51 smithi117 bash[18692]: cluster 2024-03-30T04:41:51.615845+0000 mon.a (mon.0) 17 : cluster [WRN] daemon grafana.a on smithi117 is in unknown state 2024-03-30T04:41:52.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:51 smithi117 bash[18692]: audit 2024-03-30T04:41:51.635972+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.25279 ' entity='' 2024-03-30T04:41:52.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:51 smithi117 bash[18692]: cluster 2024-03-30T04:41:51.637731+0000 mon.a (mon.0) 19 : cluster [DBG] mgrmap e37: y(active, since 84s), standbys: x 2024-03-30T04:41:52.883 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:41:52 smithi117 bash[59880]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:41:52.884 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:41:52 smithi117 bash[59880]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:41:53.818 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:41:53 smithi111 bash[24005]: cluster 2024-03-30T04:41:52.642825+0000 mon.a (mon.0) 20 : cluster [DBG] mgrmap e38: y(active, since 85s), standbys: x 2024-03-30T04:41:53.818 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:41:53 smithi111 bash[70954]: cluster 2024-03-30T04:41:52.642825+0000 mon.a (mon.0) 20 : cluster [DBG] mgrmap e38: y(active, since 85s), standbys: x 2024-03-30T04:41:53.819 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:41:53 smithi111 bash[65893]: debug 2024-03-30T04:41:53.467+0000 7f81db43f200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-30T04:41:53.819 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:41:53 smithi111 bash[65893]: debug 2024-03-30T04:41:53.567+0000 7f81db43f200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-30T04:41:53.847 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:41:53 smithi117 bash[18692]: cluster 2024-03-30T04:41:52.642825+0000 mon.a (mon.0) 20 : cluster [DBG] mgrmap e38: y(active, since 85s), standbys: x 2024-03-30T04:41:53.848 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:41:53 smithi117 bash[53671]: ts=2024-03-30T04:41:53.508Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi111\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:41:53.848 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:53 smithi117 bash[58141]: debug 2024-03-30T04:41:53.496+0000 7f2e1c6b0200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-30T04:41:53.848 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:53 smithi117 bash[58141]: debug 2024-03-30T04:41:53.596+0000 7f2e1c6b0200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-30T04:41:53.849 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:41:53 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-30T04:41:53.849 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:41:53 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Failed with result 'exit-code'. 2024-03-30T04:41:54.114 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:41:53 smithi111 bash[65893]: debug 2024-03-30T04:41:53.819+0000 7f81db43f200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-30T04:41:54.977 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:41:54 smithi111 bash[65893]: debug 2024-03-30T04:41:54.651+0000 7f81db43f200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-30T04:41:54.977 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:41:54 smithi111 bash[65893]: debug 2024-03-30T04:41:54.767+0000 7f81db43f200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-30T04:41:54.977 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:41:54 smithi111 bash[65893]: debug 2024-03-30T04:41:54.875+0000 7f81db43f200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-30T04:41:55.134 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:53 smithi117 bash[58141]: debug 2024-03-30T04:41:53.852+0000 7f2e1c6b0200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-30T04:41:55.134 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:54 smithi117 bash[58141]: debug 2024-03-30T04:41:54.652+0000 7f2e1c6b0200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-30T04:41:55.134 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:54 smithi117 bash[58141]: debug 2024-03-30T04:41:54.768+0000 7f2e1c6b0200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-30T04:41:55.134 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:54 smithi117 bash[58141]: debug 2024-03-30T04:41:54.872+0000 7f2e1c6b0200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-30T04:41:55.614 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:41:55 smithi111 bash[65893]: debug 2024-03-30T04:41:55.239+0000 7f81db43f200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-30T04:41:55.615 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:41:55 smithi111 bash[65893]: debug 2024-03-30T04:41:55.355+0000 7f81db43f200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-30T04:41:55.615 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:41:55 smithi111 bash[65893]: debug 2024-03-30T04:41:55.467+0000 7f81db43f200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-30T04:41:55.633 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:55 smithi117 bash[58141]: debug 2024-03-30T04:41:55.236+0000 7f2e1c6b0200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-30T04:41:55.634 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:55 smithi117 bash[58141]: debug 2024-03-30T04:41:55.348+0000 7f2e1c6b0200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-30T04:41:55.634 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:55 smithi117 bash[58141]: debug 2024-03-30T04:41:55.456+0000 7f2e1c6b0200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-30T04:41:56.115 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:41:55 smithi111 bash[65893]: debug 2024-03-30T04:41:55.835+0000 7f81db43f200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-30T04:41:56.115 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:41:56 smithi111 bash[65893]: debug 2024-03-30T04:41:56.083+0000 7f81db43f200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-30T04:41:56.133 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:55 smithi117 bash[58141]: debug 2024-03-30T04:41:55.820+0000 7f2e1c6b0200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-30T04:41:56.134 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:56 smithi117 bash[58141]: debug 2024-03-30T04:41:56.064+0000 7f2e1c6b0200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-30T04:41:56.500 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:41:56 smithi111 bash[65893]: debug 2024-03-30T04:41:56.371+0000 7f81db43f200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-30T04:41:56.633 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:56 smithi117 bash[58141]: debug 2024-03-30T04:41:56.328+0000 7f2e1c6b0200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-30T04:41:56.634 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:56 smithi117 bash[58141]: debug 2024-03-30T04:41:56.444+0000 7f2e1c6b0200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-30T04:41:57.115 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:41:56 smithi111 bash[65893]: debug 2024-03-30T04:41:56.503+0000 7f81db43f200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-30T04:41:57.115 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:41:56 smithi111 bash[65893]: debug 2024-03-30T04:41:56.803+0000 7f81db43f200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-30T04:41:57.133 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:56 smithi117 bash[58141]: debug 2024-03-30T04:41:56.724+0000 7f2e1c6b0200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-30T04:41:57.512 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:57 smithi117 bash[58141]: debug 2024-03-30T04:41:57.144+0000 7f2e1c6b0200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:41:57.512 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:57 smithi117 bash[58141]: debug 2024-03-30T04:41:57.392+0000 7f2e1c6b0200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-30T04:41:57.614 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:41:57 smithi111 bash[65893]: debug 2024-03-30T04:41:57.255+0000 7f81db43f200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:41:57.614 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:41:57 smithi111 bash[65893]: debug 2024-03-30T04:41:57.503+0000 7f81db43f200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-30T04:41:57.769 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:57 smithi117 bash[58141]: debug 2024-03-30T04:41:57.516+0000 7f2e1c6b0200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-30T04:41:57.887 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:41:57 smithi111 bash[65893]: debug 2024-03-30T04:41:57.627+0000 7f81db43f200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-30T04:41:58.133 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:57 smithi117 bash[58141]: debug 2024-03-30T04:41:57.776+0000 7f2e1c6b0200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:41:58.166 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:41:57 smithi111 bash[65893]: debug 2024-03-30T04:41:57.891+0000 7f81db43f200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:41:59.114 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:41:58 smithi111 bash[65893]: debug 2024-03-30T04:41:58.935+0000 7f81db43f200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-30T04:41:59.115 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:41:59 smithi111 bash[65893]: debug 2024-03-30T04:41:59.051+0000 7f81db43f200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-30T04:41:59.133 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:58 smithi117 bash[58141]: debug 2024-03-30T04:41:58.800+0000 7f2e1c6b0200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-30T04:41:59.134 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:58 smithi117 bash[58141]: debug 2024-03-30T04:41:58.920+0000 7f2e1c6b0200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-30T04:41:59.615 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:41:59 smithi111 bash[65893]: debug 2024-03-30T04:41:59.359+0000 7f81db43f200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-30T04:41:59.615 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:41:59 smithi111 bash[65893]: debug 2024-03-30T04:41:59.479+0000 7f81db43f200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-30T04:41:59.633 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:59 smithi117 bash[58141]: debug 2024-03-30T04:41:59.224+0000 7f2e1c6b0200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-30T04:41:59.633 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:59 smithi117 bash[58141]: debug 2024-03-30T04:41:59.340+0000 7f2e1c6b0200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-30T04:42:00.056 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:00 smithi117 bash[18692]: cluster 2024-03-30T04:41:59.956509+0000 mon.a (mon.0) 21 : cluster [DBG] Standby manager daemon x restarted 2024-03-30T04:42:00.056 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:00 smithi117 bash[18692]: cluster 2024-03-30T04:41:59.956607+0000 mon.a (mon.0) 22 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:42:00.056 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:00 smithi117 bash[18692]: audit 2024-03-30T04:41:59.957991+0000 mon.b (mon.2) 218 : audit [DBG] from='mgr.? 172.21.15.117:0/3407226271' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:42:00.056 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:00 smithi117 bash[18692]: audit 2024-03-30T04:41:59.958797+0000 mon.b (mon.2) 219 : audit [DBG] from='mgr.? 172.21.15.117:0/3407226271' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:42:00.056 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:00 smithi117 bash[18692]: audit 2024-03-30T04:41:59.961294+0000 mon.b (mon.2) 220 : audit [DBG] from='mgr.? 172.21.15.117:0/3407226271' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:42:00.056 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:00 smithi117 bash[18692]: audit 2024-03-30T04:41:59.961671+0000 mon.b (mon.2) 221 : audit [DBG] from='mgr.? 172.21.15.117:0/3407226271' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:42:00.056 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:59 smithi117 bash[58141]: debug 2024-03-30T04:41:59.804+0000 7f2e1c6b0200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-30T04:42:00.057 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:59 smithi117 bash[58141]: debug 2024-03-30T04:41:59.932+0000 7f2e1c6b0200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-30T04:42:00.057 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:41:59 smithi117 bash[58141]: [30/Mar/2024:04:41:59] ENGINE Bus STARTING 2024-03-30T04:42:00.236 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:41:59 smithi111 bash[65893]: debug 2024-03-30T04:41:59.959+0000 7f81db43f200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-30T04:42:00.236 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:42:00 smithi111 bash[65893]: debug 2024-03-30T04:42:00.091+0000 7f81db43f200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-30T04:42:00.237 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:00 smithi111 bash[70954]: cluster 2024-03-30T04:41:59.956509+0000 mon.a (mon.0) 21 : cluster [DBG] Standby manager daemon x restarted 2024-03-30T04:42:00.237 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:00 smithi111 bash[70954]: cluster 2024-03-30T04:41:59.956607+0000 mon.a (mon.0) 22 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:42:00.237 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:00 smithi111 bash[70954]: audit 2024-03-30T04:41:59.957991+0000 mon.b (mon.2) 218 : audit [DBG] from='mgr.? 172.21.15.117:0/3407226271' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:42:00.237 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:00 smithi111 bash[70954]: audit 2024-03-30T04:41:59.958797+0000 mon.b (mon.2) 219 : audit [DBG] from='mgr.? 172.21.15.117:0/3407226271' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:42:00.237 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:00 smithi111 bash[70954]: audit 2024-03-30T04:41:59.961294+0000 mon.b (mon.2) 220 : audit [DBG] from='mgr.? 172.21.15.117:0/3407226271' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:42:00.237 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:00 smithi111 bash[70954]: audit 2024-03-30T04:41:59.961671+0000 mon.b (mon.2) 221 : audit [DBG] from='mgr.? 172.21.15.117:0/3407226271' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:42:00.237 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:00 smithi111 bash[24005]: cluster 2024-03-30T04:41:59.956509+0000 mon.a (mon.0) 21 : cluster [DBG] Standby manager daemon x restarted 2024-03-30T04:42:00.237 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:00 smithi111 bash[24005]: cluster 2024-03-30T04:41:59.956607+0000 mon.a (mon.0) 22 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:42:00.237 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:00 smithi111 bash[24005]: audit 2024-03-30T04:41:59.957991+0000 mon.b (mon.2) 218 : audit [DBG] from='mgr.? 172.21.15.117:0/3407226271' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:42:00.237 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:00 smithi111 bash[24005]: audit 2024-03-30T04:41:59.958797+0000 mon.b (mon.2) 219 : audit [DBG] from='mgr.? 172.21.15.117:0/3407226271' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:42:00.238 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:00 smithi111 bash[24005]: audit 2024-03-30T04:41:59.961294+0000 mon.b (mon.2) 220 : audit [DBG] from='mgr.? 172.21.15.117:0/3407226271' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:42:00.238 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:00 smithi111 bash[24005]: audit 2024-03-30T04:41:59.961671+0000 mon.b (mon.2) 221 : audit [DBG] from='mgr.? 172.21.15.117:0/3407226271' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:42:00.308 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:42:00 smithi117 bash[58141]: CherryPy Checker: 2024-03-30T04:42:00.308 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:42:00 smithi117 bash[58141]: The Application mounted at '' has an empty config. 2024-03-30T04:42:00.309 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:42:00 smithi117 bash[58141]: [30/Mar/2024:04:42:00] ENGINE Serving on http://:::9283 2024-03-30T04:42:00.309 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:42:00 smithi117 bash[58141]: [30/Mar/2024:04:42:00] ENGINE Bus STARTED 2024-03-30T04:42:00.614 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:42:00 smithi111 bash[65893]: [30/Mar/2024:04:42:00] ENGINE Bus STARTING 2024-03-30T04:42:00.615 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:42:00 smithi111 bash[65893]: CherryPy Checker: 2024-03-30T04:42:00.615 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:42:00 smithi111 bash[65893]: The Application mounted at '' has an empty config. 2024-03-30T04:42:00.615 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:42:00 smithi111 bash[65893]: [30/Mar/2024:04:42:00] ENGINE Serving on http://:::9283 2024-03-30T04:42:00.615 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:42:00 smithi111 bash[65893]: [30/Mar/2024:04:42:00] ENGINE Bus STARTED 2024-03-30T04:42:01.092 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[70954]: cluster 2024-03-30T04:42:00.011352+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e39: y(active, since 92s), standbys: x 2024-03-30T04:42:01.093 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[70954]: cluster 2024-03-30T04:42:00.116458+0000 mon.a (mon.0) 24 : cluster [INF] Active manager daemon y restarted 2024-03-30T04:42:01.093 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[70954]: cluster 2024-03-30T04:42:00.116836+0000 mon.a (mon.0) 25 : cluster [INF] Activating manager daemon y 2024-03-30T04:42:01.093 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[70954]: cluster 2024-03-30T04:42:00.123342+0000 mon.a (mon.0) 26 : cluster [DBG] osdmap e108: 8 total, 8 up, 8 in 2024-03-30T04:42:01.093 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[70954]: cluster 2024-03-30T04:42:00.123863+0000 mon.a (mon.0) 27 : cluster [DBG] mgrmap e40: y(active, starting, since 0.00712826s), standbys: x 2024-03-30T04:42:01.093 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[70954]: audit 2024-03-30T04:42:00.129997+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:42:01.093 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[70954]: audit 2024-03-30T04:42:00.130145+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:42:01.093 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[70954]: audit 2024-03-30T04:42:00.130303+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:42:01.093 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[70954]: audit 2024-03-30T04:42:00.131537+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:42:01.093 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[70954]: audit 2024-03-30T04:42:00.131706+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:42:01.093 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[70954]: audit 2024-03-30T04:42:00.131911+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:42:01.093 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[70954]: audit 2024-03-30T04:42:00.132164+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:42:01.093 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[70954]: audit 2024-03-30T04:42:00.132473+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:42:01.093 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[70954]: audit 2024-03-30T04:42:00.132784+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:42:01.094 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[70954]: audit 2024-03-30T04:42:00.133102+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:42:01.094 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[70954]: audit 2024-03-30T04:42:00.133359+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:42:01.094 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[70954]: audit 2024-03-30T04:42:00.133615+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:42:01.094 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[70954]: audit 2024-03-30T04:42:00.133880+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:42:01.094 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[70954]: audit 2024-03-30T04:42:00.134183+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:42:01.094 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[70954]: audit 2024-03-30T04:42:00.134399+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:42:01.094 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[24005]: cluster 2024-03-30T04:42:00.011352+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e39: y(active, since 92s), standbys: x 2024-03-30T04:42:01.094 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[24005]: cluster 2024-03-30T04:42:00.116458+0000 mon.a (mon.0) 24 : cluster [INF] Active manager daemon y restarted 2024-03-30T04:42:01.094 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[24005]: cluster 2024-03-30T04:42:00.116836+0000 mon.a (mon.0) 25 : cluster [INF] Activating manager daemon y 2024-03-30T04:42:01.094 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[24005]: cluster 2024-03-30T04:42:00.123342+0000 mon.a (mon.0) 26 : cluster [DBG] osdmap e108: 8 total, 8 up, 8 in 2024-03-30T04:42:01.095 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[24005]: cluster 2024-03-30T04:42:00.123863+0000 mon.a (mon.0) 27 : cluster [DBG] mgrmap e40: y(active, starting, since 0.00712826s), standbys: x 2024-03-30T04:42:01.095 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[24005]: audit 2024-03-30T04:42:00.129997+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:42:01.095 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[24005]: audit 2024-03-30T04:42:00.130145+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:42:01.095 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[24005]: audit 2024-03-30T04:42:00.130303+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:42:01.095 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[24005]: audit 2024-03-30T04:42:00.131537+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:42:01.095 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[24005]: audit 2024-03-30T04:42:00.131706+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:42:01.095 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[24005]: audit 2024-03-30T04:42:00.131911+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:42:01.095 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[24005]: audit 2024-03-30T04:42:00.132164+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:42:01.095 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[24005]: audit 2024-03-30T04:42:00.132473+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:42:01.095 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[24005]: audit 2024-03-30T04:42:00.132784+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:42:01.095 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[24005]: audit 2024-03-30T04:42:00.133102+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:42:01.095 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[24005]: audit 2024-03-30T04:42:00.133359+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:42:01.095 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[24005]: audit 2024-03-30T04:42:00.133615+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:42:01.095 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[24005]: audit 2024-03-30T04:42:00.133880+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:42:01.095 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[24005]: audit 2024-03-30T04:42:00.134183+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:42:01.096 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[24005]: audit 2024-03-30T04:42:00.134399+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:42:01.096 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[70954]: audit 2024-03-30T04:42:00.135175+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:42:01.096 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[70954]: cluster 2024-03-30T04:42:00.161480+0000 mon.a (mon.0) 28 : cluster [INF] Manager daemon y is now available 2024-03-30T04:42:01.096 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[70954]: audit 2024-03-30T04:42:00.209083+0000 mon.a (mon.0) 29 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:01.096 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[70954]: audit 2024-03-30T04:42:00.216268+0000 mon.c (mon.1) 78 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:42:01.096 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[70954]: audit 2024-03-30T04:42:00.216755+0000 mon.a (mon.0) 30 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:42:01.096 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[70954]: audit 2024-03-30T04:42:00.217132+0000 mon.c (mon.1) 79 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi117", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:42:01.096 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[70954]: audit 2024-03-30T04:42:00.217609+0000 mon.a (mon.0) 31 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi117", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:42:01.096 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[70954]: audit 2024-03-30T04:42:00.219873+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:01.096 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[70954]: audit 2024-03-30T04:42:00.221466+0000 mon.c (mon.1) 81 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:01.096 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[70954]: cephadm 2024-03-30T04:42:00.222963+0000 mgr.y (mgr.25441) 1 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.conf 2024-03-30T04:42:01.097 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[70954]: cephadm 2024-03-30T04:42:00.223643+0000 mgr.y (mgr.25441) 2 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-03-30T04:42:01.097 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[70954]: audit 2024-03-30T04:42:00.243060+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:42:01.097 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[70954]: audit 2024-03-30T04:42:00.248132+0000 mon.c (mon.1) 83 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:42:01.097 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[70954]: audit 2024-03-30T04:42:00.248530+0000 mon.a (mon.0) 32 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:42:01.097 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[70954]: audit 2024-03-30T04:42:00.270933+0000 mon.c (mon.1) 84 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:42:01.097 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[70954]: audit 2024-03-30T04:42:00.271311+0000 mon.a (mon.0) 33 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:42:01.097 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[24005]: audit 2024-03-30T04:42:00.135175+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:42:01.097 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[24005]: cluster 2024-03-30T04:42:00.161480+0000 mon.a (mon.0) 28 : cluster [INF] Manager daemon y is now available 2024-03-30T04:42:01.097 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[24005]: audit 2024-03-30T04:42:00.209083+0000 mon.a (mon.0) 29 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:01.097 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[24005]: audit 2024-03-30T04:42:00.216268+0000 mon.c (mon.1) 78 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:42:01.097 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[24005]: audit 2024-03-30T04:42:00.216755+0000 mon.a (mon.0) 30 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:42:01.097 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[24005]: audit 2024-03-30T04:42:00.217132+0000 mon.c (mon.1) 79 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi117", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:42:01.098 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[24005]: audit 2024-03-30T04:42:00.217609+0000 mon.a (mon.0) 31 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi117", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:42:01.098 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[24005]: audit 2024-03-30T04:42:00.219873+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:01.098 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[24005]: audit 2024-03-30T04:42:00.221466+0000 mon.c (mon.1) 81 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:01.098 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[24005]: cephadm 2024-03-30T04:42:00.222963+0000 mgr.y (mgr.25441) 1 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.conf 2024-03-30T04:42:01.098 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[24005]: cephadm 2024-03-30T04:42:00.223643+0000 mgr.y (mgr.25441) 2 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-03-30T04:42:01.098 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[24005]: audit 2024-03-30T04:42:00.243060+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:42:01.098 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[24005]: audit 2024-03-30T04:42:00.248132+0000 mon.c (mon.1) 83 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:42:01.098 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[24005]: audit 2024-03-30T04:42:00.248530+0000 mon.a (mon.0) 32 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:42:01.098 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[24005]: audit 2024-03-30T04:42:00.270933+0000 mon.c (mon.1) 84 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:42:01.098 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[24005]: audit 2024-03-30T04:42:00.271311+0000 mon.a (mon.0) 33 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:42:01.365 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:42:01 smithi111 bash[65893]: debug 2024-03-30T04:42:01.127+0000 7f81a1b9f700 -1 mgr.server handle_report got status from non-daemon mon.a 2024-03-30T04:42:01.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:01 smithi117 bash[18692]: cluster 2024-03-30T04:42:00.011352+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e39: y(active, since 92s), standbys: x 2024-03-30T04:42:01.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:01 smithi117 bash[18692]: cluster 2024-03-30T04:42:00.116458+0000 mon.a (mon.0) 24 : cluster [INF] Active manager daemon y restarted 2024-03-30T04:42:01.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:01 smithi117 bash[18692]: cluster 2024-03-30T04:42:00.116836+0000 mon.a (mon.0) 25 : cluster [INF] Activating manager daemon y 2024-03-30T04:42:01.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:01 smithi117 bash[18692]: cluster 2024-03-30T04:42:00.123342+0000 mon.a (mon.0) 26 : cluster [DBG] osdmap e108: 8 total, 8 up, 8 in 2024-03-30T04:42:01.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:01 smithi117 bash[18692]: cluster 2024-03-30T04:42:00.123863+0000 mon.a (mon.0) 27 : cluster [DBG] mgrmap e40: y(active, starting, since 0.00712826s), standbys: x 2024-03-30T04:42:01.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:01 smithi117 bash[18692]: audit 2024-03-30T04:42:00.129997+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:42:01.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:01 smithi117 bash[18692]: audit 2024-03-30T04:42:00.130145+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:42:01.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:01 smithi117 bash[18692]: audit 2024-03-30T04:42:00.130303+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:42:01.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:01 smithi117 bash[18692]: audit 2024-03-30T04:42:00.131537+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:42:01.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:01 smithi117 bash[18692]: audit 2024-03-30T04:42:00.131706+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:42:01.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:01 smithi117 bash[18692]: audit 2024-03-30T04:42:00.131911+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:42:01.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:01 smithi117 bash[18692]: audit 2024-03-30T04:42:00.132164+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:42:01.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:01 smithi117 bash[18692]: audit 2024-03-30T04:42:00.132473+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:42:01.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:01 smithi117 bash[18692]: audit 2024-03-30T04:42:00.132784+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:42:01.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:01 smithi117 bash[18692]: audit 2024-03-30T04:42:00.133102+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:42:01.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:01 smithi117 bash[18692]: audit 2024-03-30T04:42:00.133359+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:42:01.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:01 smithi117 bash[18692]: audit 2024-03-30T04:42:00.133615+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:42:01.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:01 smithi117 bash[18692]: audit 2024-03-30T04:42:00.133880+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:42:01.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:01 smithi117 bash[18692]: audit 2024-03-30T04:42:00.134183+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:42:01.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:01 smithi117 bash[18692]: audit 2024-03-30T04:42:00.134399+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:42:01.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:01 smithi117 bash[18692]: audit 2024-03-30T04:42:00.135175+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:42:01.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:01 smithi117 bash[18692]: cluster 2024-03-30T04:42:00.161480+0000 mon.a (mon.0) 28 : cluster [INF] Manager daemon y is now available 2024-03-30T04:42:01.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:01 smithi117 bash[18692]: audit 2024-03-30T04:42:00.209083+0000 mon.a (mon.0) 29 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:01.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:01 smithi117 bash[18692]: audit 2024-03-30T04:42:00.216268+0000 mon.c (mon.1) 78 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:42:01.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:01 smithi117 bash[18692]: audit 2024-03-30T04:42:00.216755+0000 mon.a (mon.0) 30 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:42:01.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:01 smithi117 bash[18692]: audit 2024-03-30T04:42:00.217132+0000 mon.c (mon.1) 79 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi117", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:42:01.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:01 smithi117 bash[18692]: audit 2024-03-30T04:42:00.217609+0000 mon.a (mon.0) 31 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi117", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:42:01.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:01 smithi117 bash[18692]: audit 2024-03-30T04:42:00.219873+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:01.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:01 smithi117 bash[18692]: audit 2024-03-30T04:42:00.221466+0000 mon.c (mon.1) 81 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:01.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:01 smithi117 bash[18692]: cephadm 2024-03-30T04:42:00.222963+0000 mgr.y (mgr.25441) 1 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.conf 2024-03-30T04:42:01.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:01 smithi117 bash[18692]: cephadm 2024-03-30T04:42:00.223643+0000 mgr.y (mgr.25441) 2 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-03-30T04:42:01.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:01 smithi117 bash[18692]: audit 2024-03-30T04:42:00.243060+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:42:01.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:01 smithi117 bash[18692]: audit 2024-03-30T04:42:00.248132+0000 mon.c (mon.1) 83 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:42:01.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:01 smithi117 bash[18692]: audit 2024-03-30T04:42:00.248530+0000 mon.a (mon.0) 32 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:42:01.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:01 smithi117 bash[18692]: audit 2024-03-30T04:42:00.270933+0000 mon.c (mon.1) 84 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:42:01.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:01 smithi117 bash[18692]: audit 2024-03-30T04:42:00.271311+0000 mon.a (mon.0) 33 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:42:02.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:02 smithi117 bash[18692]: cephadm 2024-03-30T04:42:00.827185+0000 mgr.y (mgr.25441) 3 : cephadm [INF] Updating smithi111:/var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:42:02.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:02 smithi117 bash[18692]: cephadm 2024-03-30T04:42:00.827481+0000 mgr.y (mgr.25441) 4 : cephadm [INF] Updating smithi117:/var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:42:02.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:02 smithi117 bash[18692]: cephadm 2024-03-30T04:42:00.991601+0000 mgr.y (mgr.25441) 5 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:42:02.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:02 smithi117 bash[18692]: cephadm 2024-03-30T04:42:00.992234+0000 mgr.y (mgr.25441) 6 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:42:02.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:02 smithi117 bash[18692]: cephadm 2024-03-30T04:42:01.119418+0000 mgr.y (mgr.25441) 7 : cephadm [INF] [30/Mar/2024:04:42:01] ENGINE Bus STARTING 2024-03-30T04:42:02.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:02 smithi117 bash[18692]: cluster 2024-03-30T04:42:01.130044+0000 mon.a (mon.0) 34 : cluster [DBG] mgrmap e41: y(active, since 1.0133s), standbys: x 2024-03-30T04:42:02.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:02 smithi117 bash[18692]: audit 2024-03-30T04:42:01.134805+0000 mgr.y (mgr.25441) 8 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:02.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:02 smithi117 bash[18692]: cluster 2024-03-30T04:42:01.141528+0000 mgr.y (mgr.25441) 9 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:02.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:02 smithi117 bash[18692]: cephadm 2024-03-30T04:42:01.156038+0000 mgr.y (mgr.25441) 10 : cephadm [INF] Updating smithi111:/var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:42:02.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:02 smithi117 bash[18692]: cephadm 2024-03-30T04:42:01.157362+0000 mgr.y (mgr.25441) 11 : cephadm [INF] Updating smithi117:/var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:42:02.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:02 smithi117 bash[18692]: cephadm 2024-03-30T04:42:01.222691+0000 mgr.y (mgr.25441) 12 : cephadm [INF] [30/Mar/2024:04:42:01] ENGINE Serving on http://172.21.15.111:8765 2024-03-30T04:42:02.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:02 smithi117 bash[18692]: audit 2024-03-30T04:42:01.332212+0000 mon.a (mon.0) 35 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:02.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:02 smithi117 bash[18692]: cephadm 2024-03-30T04:42:01.339674+0000 mgr.y (mgr.25441) 13 : cephadm [INF] [30/Mar/2024:04:42:01] ENGINE Serving on https://172.21.15.111:7151 2024-03-30T04:42:02.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:02 smithi117 bash[18692]: cephadm 2024-03-30T04:42:01.340021+0000 mgr.y (mgr.25441) 14 : cephadm [INF] [30/Mar/2024:04:42:01] ENGINE Bus STARTED 2024-03-30T04:42:02.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:02 smithi117 bash[18692]: audit 2024-03-30T04:42:01.343686+0000 mon.a (mon.0) 36 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:02.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:02 smithi117 bash[18692]: audit 2024-03-30T04:42:01.629702+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:02.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:02 smithi117 bash[18692]: audit 2024-03-30T04:42:01.642348+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:02.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:02 smithi117 bash[18692]: cluster 2024-03-30T04:42:01.645357+0000 mgr.y (mgr.25441) 15 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:02.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:02 smithi117 bash[18692]: audit 2024-03-30T04:42:01.654882+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:02.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:02 smithi117 bash[18692]: audit 2024-03-30T04:42:01.663777+0000 mon.a (mon.0) 40 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:02.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:02 smithi117 bash[18692]: audit 2024-03-30T04:42:01.721520+0000 mon.c (mon.1) 85 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi111", "caps": []}]: dispatch 2024-03-30T04:42:02.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:02 smithi117 bash[18692]: audit 2024-03-30T04:42:01.722066+0000 mon.a (mon.0) 41 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi111", "caps": []}]: dispatch 2024-03-30T04:42:02.424 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[70954]: cephadm 2024-03-30T04:42:00.827185+0000 mgr.y (mgr.25441) 3 : cephadm [INF] Updating smithi111:/var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:42:02.424 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[70954]: cephadm 2024-03-30T04:42:00.827481+0000 mgr.y (mgr.25441) 4 : cephadm [INF] Updating smithi117:/var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:42:02.424 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[70954]: cephadm 2024-03-30T04:42:00.991601+0000 mgr.y (mgr.25441) 5 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:42:02.424 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[70954]: cephadm 2024-03-30T04:42:00.992234+0000 mgr.y (mgr.25441) 6 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:42:02.425 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[70954]: cephadm 2024-03-30T04:42:01.119418+0000 mgr.y (mgr.25441) 7 : cephadm [INF] [30/Mar/2024:04:42:01] ENGINE Bus STARTING 2024-03-30T04:42:02.425 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[70954]: cluster 2024-03-30T04:42:01.130044+0000 mon.a (mon.0) 34 : cluster [DBG] mgrmap e41: y(active, since 1.0133s), standbys: x 2024-03-30T04:42:02.425 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[70954]: audit 2024-03-30T04:42:01.134805+0000 mgr.y (mgr.25441) 8 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:02.425 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[70954]: cluster 2024-03-30T04:42:01.141528+0000 mgr.y (mgr.25441) 9 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:02.425 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[70954]: cephadm 2024-03-30T04:42:01.156038+0000 mgr.y (mgr.25441) 10 : cephadm [INF] Updating smithi111:/var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:42:02.425 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[70954]: cephadm 2024-03-30T04:42:01.157362+0000 mgr.y (mgr.25441) 11 : cephadm [INF] Updating smithi117:/var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:42:02.425 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[70954]: cephadm 2024-03-30T04:42:01.222691+0000 mgr.y (mgr.25441) 12 : cephadm [INF] [30/Mar/2024:04:42:01] ENGINE Serving on http://172.21.15.111:8765 2024-03-30T04:42:02.425 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[70954]: audit 2024-03-30T04:42:01.332212+0000 mon.a (mon.0) 35 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:02.425 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[70954]: cephadm 2024-03-30T04:42:01.339674+0000 mgr.y (mgr.25441) 13 : cephadm [INF] [30/Mar/2024:04:42:01] ENGINE Serving on https://172.21.15.111:7151 2024-03-30T04:42:02.425 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[70954]: cephadm 2024-03-30T04:42:01.340021+0000 mgr.y (mgr.25441) 14 : cephadm [INF] [30/Mar/2024:04:42:01] ENGINE Bus STARTED 2024-03-30T04:42:02.425 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[70954]: audit 2024-03-30T04:42:01.343686+0000 mon.a (mon.0) 36 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:02.425 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[70954]: audit 2024-03-30T04:42:01.629702+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:02.425 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[70954]: audit 2024-03-30T04:42:01.642348+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:02.425 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[70954]: cluster 2024-03-30T04:42:01.645357+0000 mgr.y (mgr.25441) 15 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:02.426 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[70954]: audit 2024-03-30T04:42:01.654882+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:02.426 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[70954]: audit 2024-03-30T04:42:01.663777+0000 mon.a (mon.0) 40 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:02.426 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[70954]: audit 2024-03-30T04:42:01.721520+0000 mon.c (mon.1) 85 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi111", "caps": []}]: dispatch 2024-03-30T04:42:02.426 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[70954]: audit 2024-03-30T04:42:01.722066+0000 mon.a (mon.0) 41 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi111", "caps": []}]: dispatch 2024-03-30T04:42:02.426 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[24005]: cephadm 2024-03-30T04:42:00.827185+0000 mgr.y (mgr.25441) 3 : cephadm [INF] Updating smithi111:/var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:42:02.426 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[24005]: cephadm 2024-03-30T04:42:00.827481+0000 mgr.y (mgr.25441) 4 : cephadm [INF] Updating smithi117:/var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:42:02.426 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[24005]: cephadm 2024-03-30T04:42:00.991601+0000 mgr.y (mgr.25441) 5 : cephadm [INF] Updating smithi111:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:42:02.426 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[24005]: cephadm 2024-03-30T04:42:00.992234+0000 mgr.y (mgr.25441) 6 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:42:02.426 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[24005]: cephadm 2024-03-30T04:42:01.119418+0000 mgr.y (mgr.25441) 7 : cephadm [INF] [30/Mar/2024:04:42:01] ENGINE Bus STARTING 2024-03-30T04:42:02.426 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[24005]: cluster 2024-03-30T04:42:01.130044+0000 mon.a (mon.0) 34 : cluster [DBG] mgrmap e41: y(active, since 1.0133s), standbys: x 2024-03-30T04:42:02.427 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[24005]: audit 2024-03-30T04:42:01.134805+0000 mgr.y (mgr.25441) 8 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:02.427 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[24005]: cluster 2024-03-30T04:42:01.141528+0000 mgr.y (mgr.25441) 9 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:02.427 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[24005]: cephadm 2024-03-30T04:42:01.156038+0000 mgr.y (mgr.25441) 10 : cephadm [INF] Updating smithi111:/var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:42:02.427 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[24005]: cephadm 2024-03-30T04:42:01.157362+0000 mgr.y (mgr.25441) 11 : cephadm [INF] Updating smithi117:/var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:42:02.427 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[24005]: cephadm 2024-03-30T04:42:01.222691+0000 mgr.y (mgr.25441) 12 : cephadm [INF] [30/Mar/2024:04:42:01] ENGINE Serving on http://172.21.15.111:8765 2024-03-30T04:42:02.427 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[24005]: audit 2024-03-30T04:42:01.332212+0000 mon.a (mon.0) 35 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:02.427 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[24005]: cephadm 2024-03-30T04:42:01.339674+0000 mgr.y (mgr.25441) 13 : cephadm [INF] [30/Mar/2024:04:42:01] ENGINE Serving on https://172.21.15.111:7151 2024-03-30T04:42:02.427 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[24005]: cephadm 2024-03-30T04:42:01.340021+0000 mgr.y (mgr.25441) 14 : cephadm [INF] [30/Mar/2024:04:42:01] ENGINE Bus STARTED 2024-03-30T04:42:02.427 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[24005]: audit 2024-03-30T04:42:01.343686+0000 mon.a (mon.0) 36 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:02.427 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[24005]: audit 2024-03-30T04:42:01.629702+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:02.427 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[24005]: audit 2024-03-30T04:42:01.642348+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:02.427 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[24005]: cluster 2024-03-30T04:42:01.645357+0000 mgr.y (mgr.25441) 15 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:02.427 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[24005]: audit 2024-03-30T04:42:01.654882+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:02.427 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[24005]: audit 2024-03-30T04:42:01.663777+0000 mon.a (mon.0) 40 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:02.428 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[24005]: audit 2024-03-30T04:42:01.721520+0000 mon.c (mon.1) 85 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi111", "caps": []}]: dispatch 2024-03-30T04:42:02.428 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:02 smithi111 bash[24005]: audit 2024-03-30T04:42:01.722066+0000 mon.a (mon.0) 41 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi111", "caps": []}]: dispatch 2024-03-30T04:42:03.430 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:03 smithi117 bash[18692]: audit 2024-03-30T04:42:02.254289+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]: dispatch 2024-03-30T04:42:03.430 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:03 smithi117 bash[18692]: audit 2024-03-30T04:42:02.255134+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]: dispatch 2024-03-30T04:42:03.430 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:03 smithi117 bash[18692]: audit 2024-03-30T04:42:02.478902+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:03.430 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:03 smithi117 bash[18692]: audit 2024-03-30T04:42:02.567232+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:03.430 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:03 smithi117 bash[18692]: audit 2024-03-30T04:42:02.689882+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:03.430 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:03 smithi117 bash[18692]: audit 2024-03-30T04:42:02.892209+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:03.430 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:03 smithi117 bash[18692]: audit 2024-03-30T04:42:02.895078+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:03.430 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:03 smithi117 bash[18692]: audit 2024-03-30T04:42:02.898080+0000 mon.c (mon.1) 89 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]: dispatch 2024-03-30T04:42:03.430 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:03 smithi117 bash[18692]: audit 2024-03-30T04:42:02.898568+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]: dispatch 2024-03-30T04:42:03.550 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:03 smithi111 bash[70954]: audit 2024-03-30T04:42:02.254289+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]: dispatch 2024-03-30T04:42:03.551 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:03 smithi111 bash[70954]: audit 2024-03-30T04:42:02.255134+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]: dispatch 2024-03-30T04:42:03.551 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:03 smithi111 bash[70954]: audit 2024-03-30T04:42:02.478902+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:03.551 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:03 smithi111 bash[70954]: audit 2024-03-30T04:42:02.567232+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:03.551 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:03 smithi111 bash[70954]: audit 2024-03-30T04:42:02.689882+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:03.551 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:03 smithi111 bash[70954]: audit 2024-03-30T04:42:02.892209+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:03.551 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:03 smithi111 bash[70954]: audit 2024-03-30T04:42:02.895078+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:03.551 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:03 smithi111 bash[70954]: audit 2024-03-30T04:42:02.898080+0000 mon.c (mon.1) 89 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]: dispatch 2024-03-30T04:42:03.551 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:03 smithi111 bash[70954]: audit 2024-03-30T04:42:02.898568+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]: dispatch 2024-03-30T04:42:03.552 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:03 smithi111 bash[24005]: audit 2024-03-30T04:42:02.254289+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]: dispatch 2024-03-30T04:42:03.552 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:03 smithi111 bash[24005]: audit 2024-03-30T04:42:02.255134+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]: dispatch 2024-03-30T04:42:03.552 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:03 smithi111 bash[24005]: audit 2024-03-30T04:42:02.478902+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:03.552 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:03 smithi111 bash[24005]: audit 2024-03-30T04:42:02.567232+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:03.552 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:03 smithi111 bash[24005]: audit 2024-03-30T04:42:02.689882+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:03.552 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:03 smithi111 bash[24005]: audit 2024-03-30T04:42:02.892209+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:03.552 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:03 smithi111 bash[24005]: audit 2024-03-30T04:42:02.895078+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:03.552 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:03 smithi111 bash[24005]: audit 2024-03-30T04:42:02.898080+0000 mon.c (mon.1) 89 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]: dispatch 2024-03-30T04:42:03.552 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:03 smithi111 bash[24005]: audit 2024-03-30T04:42:02.898568+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]: dispatch 2024-03-30T04:42:03.683 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:42:03 smithi117 bash[53671]: ts=2024-03-30T04:42:03.505Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi111\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:42:03.683 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:42:03 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Scheduled restart job, restart counter is at 10. 2024-03-30T04:42:03.683 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:42:03 smithi117 systemd[1]: Stopped Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:03.683 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:42:03 smithi117 systemd[1]: Started Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:04.431 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: cluster 2024-03-30T04:42:03.155028+0000 mon.a (mon.0) 47 : cluster [DBG] mgrmap e42: y(active, since 3s), standbys: x 2024-03-30T04:42:04.432 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.219872+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.432 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.341228+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.432 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.357425+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:04.432 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.358311+0000 mon.c (mon.1) 91 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:04.432 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: cluster 2024-03-30T04:42:03.359883+0000 mgr.y (mgr.25441) 16 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:04.432 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: cluster 2024-03-30T04:42:03.360129+0000 mgr.y (mgr.25441) 17 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:04.432 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.364132+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.432 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: cephadm 2024-03-30T04:42:03.366347+0000 mgr.y (mgr.25441) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:04.432 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.439265+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:04.432 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.441126+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:04.433 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.443845+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:04.433 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.444631+0000 mon.c (mon.1) 95 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:04.433 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: cluster 2024-03-30T04:42:03.446668+0000 mgr.y (mgr.25441) 19 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:04.433 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: cluster 2024-03-30T04:42:03.447036+0000 mgr.y (mgr.25441) 20 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:04.433 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.452226+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.433 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: cephadm 2024-03-30T04:42:03.454189+0000 mgr.y (mgr.25441) 21 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:04.433 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.470798+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.434 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.516160+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:04.434 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.517740+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:04.434 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.519903+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:04.434 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: cluster 2024-03-30T04:42:03.155028+0000 mon.a (mon.0) 47 : cluster [DBG] mgrmap e42: y(active, since 3s), standbys: x 2024-03-30T04:42:04.434 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.219872+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.435 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.341228+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.435 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.357425+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:04.435 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.358311+0000 mon.c (mon.1) 91 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:04.435 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: cluster 2024-03-30T04:42:03.359883+0000 mgr.y (mgr.25441) 16 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:04.435 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: cluster 2024-03-30T04:42:03.360129+0000 mgr.y (mgr.25441) 17 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:04.435 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.364132+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.435 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: cephadm 2024-03-30T04:42:03.366347+0000 mgr.y (mgr.25441) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:04.435 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.439265+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:04.435 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.441126+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:04.435 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.443845+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:04.435 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.444631+0000 mon.c (mon.1) 95 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:04.435 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: cluster 2024-03-30T04:42:03.446668+0000 mgr.y (mgr.25441) 19 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:04.435 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: cluster 2024-03-30T04:42:03.447036+0000 mgr.y (mgr.25441) 20 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:04.435 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.452226+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.436 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: cephadm 2024-03-30T04:42:03.454189+0000 mgr.y (mgr.25441) 21 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:04.436 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.470798+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.436 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.516160+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:04.436 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.517740+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:04.436 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.519903+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:04.436 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.520635+0000 mon.c (mon.1) 99 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:04.436 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: cluster 2024-03-30T04:42:03.522005+0000 mgr.y (mgr.25441) 22 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:04.436 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: cluster 2024-03-30T04:42:03.522308+0000 mgr.y (mgr.25441) 23 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:04.436 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.526741+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.436 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: cephadm 2024-03-30T04:42:03.527629+0000 mgr.y (mgr.25441) 24 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:04.436 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.541510+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.436 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.568706+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:04.436 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.570421+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:04.437 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.572711+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:04.437 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.573423+0000 mon.c (mon.1) 103 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:04.437 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: cluster 2024-03-30T04:42:03.574844+0000 mgr.y (mgr.25441) 25 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:04.437 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: cluster 2024-03-30T04:42:03.575142+0000 mgr.y (mgr.25441) 26 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:04.437 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.580241+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.437 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: cephadm 2024-03-30T04:42:03.581178+0000 mgr.y (mgr.25441) 27 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:04.437 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.631532+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:04.437 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.634541+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:04.437 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.640358+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:04.438 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.644467+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.438 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.646507+0000 mon.c (mon.1) 107 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:04.438 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: cluster 2024-03-30T04:42:03.648172+0000 mgr.y (mgr.25441) 28 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:04.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.520635+0000 mon.c (mon.1) 99 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:04.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: cluster 2024-03-30T04:42:03.522005+0000 mgr.y (mgr.25441) 22 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:04.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: cluster 2024-03-30T04:42:03.522308+0000 mgr.y (mgr.25441) 23 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:04.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.526741+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: cephadm 2024-03-30T04:42:03.527629+0000 mgr.y (mgr.25441) 24 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:04.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.541510+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.568706+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:04.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.570421+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:04.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.572711+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:04.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.573423+0000 mon.c (mon.1) 103 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:04.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: cluster 2024-03-30T04:42:03.574844+0000 mgr.y (mgr.25441) 25 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:04.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: cluster 2024-03-30T04:42:03.575142+0000 mgr.y (mgr.25441) 26 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:04.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.580241+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: cephadm 2024-03-30T04:42:03.581178+0000 mgr.y (mgr.25441) 27 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:04.439 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.631532+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:04.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.634541+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:04.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.640358+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:04.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.644467+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.646507+0000 mon.c (mon.1) 107 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:04.440 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: cluster 2024-03-30T04:42:03.648172+0000 mgr.y (mgr.25441) 28 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:04.440 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: cluster 2024-03-30T04:42:03.648441+0000 mgr.y (mgr.25441) 29 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:04.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.653668+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: cephadm 2024-03-30T04:42:03.654276+0000 mgr.y (mgr.25441) 30 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:04.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.699216+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:04.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.701344+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:04.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.703593+0000 mon.c (mon.1) 110 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:04.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.704494+0000 mon.c (mon.1) 111 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:04.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: cluster 2024-03-30T04:42:03.705967+0000 mgr.y (mgr.25441) 31 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:04.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: cluster 2024-03-30T04:42:03.706237+0000 mgr.y (mgr.25441) 32 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:04.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.711315+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: cephadm 2024-03-30T04:42:03.715719+0000 mgr.y (mgr.25441) 33 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:04.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.754024+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.774682+0000 mon.c (mon.1) 112 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:04.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.776319+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:04.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.778265+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:04.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.779004+0000 mon.c (mon.1) 115 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:04.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.785465+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.826804+0000 mon.c (mon.1) 116 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:04.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.828401+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:04.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.830220+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:04.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.830936+0000 mon.c (mon.1) 119 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:04.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.837632+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.879330+0000 mon.c (mon.1) 120 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:04.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.880973+0000 mon.c (mon.1) 121 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:04.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.882902+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:04.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.883630+0000 mon.c (mon.1) 123 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:04.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.890764+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.937362+0000 mon.c (mon.1) 124 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:04.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.939286+0000 mon.c (mon.1) 125 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:04.443 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.941546+0000 mon.c (mon.1) 126 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:04.443 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.942353+0000 mon.c (mon.1) 127 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:04.443 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:03.949590+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.443 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:04.011462+0000 mon.c (mon.1) 128 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:04.443 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:04.013313+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:04.443 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:04.015628+0000 mon.c (mon.1) 130 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:04.443 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:04.016393+0000 mon.c (mon.1) 131 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:04.443 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:04.026348+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.443 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:04.072006+0000 mon.c (mon.1) 132 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:04.444 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:04.073992+0000 mon.c (mon.1) 133 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:04.444 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:04.076253+0000 mon.c (mon.1) 134 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:04.444 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:04.077028+0000 mon.c (mon.1) 135 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:04.444 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:04.083909+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.444 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:04.148112+0000 mon.c (mon.1) 136 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:04.444 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:04.149943+0000 mon.c (mon.1) 137 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:04.444 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:04.151927+0000 mon.c (mon.1) 138 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:04.444 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:04.152776+0000 mon.c (mon.1) 139 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:04.444 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[24005]: audit 2024-03-30T04:42:04.160037+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: cluster 2024-03-30T04:42:03.648441+0000 mgr.y (mgr.25441) 29 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:04.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.653668+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: cephadm 2024-03-30T04:42:03.654276+0000 mgr.y (mgr.25441) 30 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:04.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.699216+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:04.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.701344+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:04.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.703593+0000 mon.c (mon.1) 110 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:04.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.704494+0000 mon.c (mon.1) 111 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:04.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: cluster 2024-03-30T04:42:03.705967+0000 mgr.y (mgr.25441) 31 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:04.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: cluster 2024-03-30T04:42:03.706237+0000 mgr.y (mgr.25441) 32 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:04.446 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.711315+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.446 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: cephadm 2024-03-30T04:42:03.715719+0000 mgr.y (mgr.25441) 33 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:04.446 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.754024+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.446 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.774682+0000 mon.c (mon.1) 112 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:04.446 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.776319+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:04.446 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.778265+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:04.446 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.779004+0000 mon.c (mon.1) 115 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:04.446 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.785465+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.446 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.826804+0000 mon.c (mon.1) 116 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:04.446 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.828401+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:04.447 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.830220+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:04.447 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.830936+0000 mon.c (mon.1) 119 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:04.447 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.837632+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.447 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.879330+0000 mon.c (mon.1) 120 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:04.447 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.880973+0000 mon.c (mon.1) 121 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:04.447 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.882902+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:04.447 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.883630+0000 mon.c (mon.1) 123 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:04.447 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.890764+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.447 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.937362+0000 mon.c (mon.1) 124 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:04.448 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.939286+0000 mon.c (mon.1) 125 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:04.448 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.941546+0000 mon.c (mon.1) 126 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:04.448 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.942353+0000 mon.c (mon.1) 127 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:04.448 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:03.949590+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.448 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:04.011462+0000 mon.c (mon.1) 128 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:04.448 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:04.013313+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:04.448 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:04.015628+0000 mon.c (mon.1) 130 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:04.448 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:04.016393+0000 mon.c (mon.1) 131 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:04.448 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:04.026348+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.448 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:04.072006+0000 mon.c (mon.1) 132 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:04.448 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:04.073992+0000 mon.c (mon.1) 133 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:04.448 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:04.076253+0000 mon.c (mon.1) 134 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:04.448 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:04.077028+0000 mon.c (mon.1) 135 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:04.448 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:04.083909+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.448 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:04.148112+0000 mon.c (mon.1) 136 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:04.449 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:04.149943+0000 mon.c (mon.1) 137 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:04.449 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:04.151927+0000 mon.c (mon.1) 138 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:04.449 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:04.152776+0000 mon.c (mon.1) 139 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:04.449 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:04 smithi111 bash[70954]: audit 2024-03-30T04:42:04.160037+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: cluster 2024-03-30T04:42:03.155028+0000 mon.a (mon.0) 47 : cluster [DBG] mgrmap e42: y(active, since 3s), standbys: x 2024-03-30T04:42:04.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.219872+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.341228+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.357425+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:04.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.358311+0000 mon.c (mon.1) 91 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:04.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: cluster 2024-03-30T04:42:03.359883+0000 mgr.y (mgr.25441) 16 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:04.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: cluster 2024-03-30T04:42:03.360129+0000 mgr.y (mgr.25441) 17 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:04.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.364132+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: cephadm 2024-03-30T04:42:03.366347+0000 mgr.y (mgr.25441) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:04.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.439265+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:04.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.441126+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:04.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.443845+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:04.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.444631+0000 mon.c (mon.1) 95 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:04.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: cluster 2024-03-30T04:42:03.446668+0000 mgr.y (mgr.25441) 19 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:04.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: cluster 2024-03-30T04:42:03.447036+0000 mgr.y (mgr.25441) 20 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:04.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.452226+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: cephadm 2024-03-30T04:42:03.454189+0000 mgr.y (mgr.25441) 21 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:04.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.470798+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.516160+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:04.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.517740+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:04.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.519903+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:04.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.520635+0000 mon.c (mon.1) 99 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:04.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: cluster 2024-03-30T04:42:03.522005+0000 mgr.y (mgr.25441) 22 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:04.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: cluster 2024-03-30T04:42:03.522308+0000 mgr.y (mgr.25441) 23 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:04.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.526741+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: cephadm 2024-03-30T04:42:03.527629+0000 mgr.y (mgr.25441) 24 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:04.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.541510+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.568706+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:04.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.570421+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:04.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.572711+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:04.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.573423+0000 mon.c (mon.1) 103 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:04.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: cluster 2024-03-30T04:42:03.574844+0000 mgr.y (mgr.25441) 25 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:04.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: cluster 2024-03-30T04:42:03.575142+0000 mgr.y (mgr.25441) 26 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:04.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.580241+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: cephadm 2024-03-30T04:42:03.581178+0000 mgr.y (mgr.25441) 27 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:04.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.631532+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:04.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.634541+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:04.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.640358+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:04.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.644467+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.646507+0000 mon.c (mon.1) 107 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:04.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: cluster 2024-03-30T04:42:03.648172+0000 mgr.y (mgr.25441) 28 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:04.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: cluster 2024-03-30T04:42:03.648441+0000 mgr.y (mgr.25441) 29 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:04.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.653668+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: cephadm 2024-03-30T04:42:03.654276+0000 mgr.y (mgr.25441) 30 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:04.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.699216+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:04.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.701344+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:04.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.703593+0000 mon.c (mon.1) 110 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:04.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.704494+0000 mon.c (mon.1) 111 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:04.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: cluster 2024-03-30T04:42:03.705967+0000 mgr.y (mgr.25441) 31 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:04.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: cluster 2024-03-30T04:42:03.706237+0000 mgr.y (mgr.25441) 32 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:04.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.711315+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: cephadm 2024-03-30T04:42:03.715719+0000 mgr.y (mgr.25441) 33 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:04.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.754024+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.774682+0000 mon.c (mon.1) 112 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:04.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.776319+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:04.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.778265+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:04.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.779004+0000 mon.c (mon.1) 115 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:04.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.785465+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.826804+0000 mon.c (mon.1) 116 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:04.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.828401+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:04.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.830220+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:04.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.830936+0000 mon.c (mon.1) 119 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:04.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.837632+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.879330+0000 mon.c (mon.1) 120 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:04.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.880973+0000 mon.c (mon.1) 121 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:04.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.882902+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:04.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.883630+0000 mon.c (mon.1) 123 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:04.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.890764+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.937362+0000 mon.c (mon.1) 124 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:04.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.939286+0000 mon.c (mon.1) 125 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:04.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.941546+0000 mon.c (mon.1) 126 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:04.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.942353+0000 mon.c (mon.1) 127 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:04.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:03.949590+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:04.011462+0000 mon.c (mon.1) 128 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:04.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:04.013313+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:04.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:04.015628+0000 mon.c (mon.1) 130 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:04.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:04.016393+0000 mon.c (mon.1) 131 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:04.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:04.026348+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:04.072006+0000 mon.c (mon.1) 132 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:04.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:04.073992+0000 mon.c (mon.1) 133 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:04.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:04.076253+0000 mon.c (mon.1) 134 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:04.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:04.077028+0000 mon.c (mon.1) 135 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:04.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:04.083909+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:04.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:04.148112+0000 mon.c (mon.1) 136 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:04.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:04.149943+0000 mon.c (mon.1) 137 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:04.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:04.151927+0000 mon.c (mon.1) 138 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:04.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:04.152776+0000 mon.c (mon.1) 139 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:04.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:04 smithi117 bash[18692]: audit 2024-03-30T04:42:04.160037+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:05.348 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: cluster 2024-03-30T04:42:03.780299+0000 mgr.y (mgr.25441) 34 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.349 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: cluster 2024-03-30T04:42:03.780804+0000 mgr.y (mgr.25441) 35 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.349 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: cephadm 2024-03-30T04:42:03.786525+0000 mgr.y (mgr.25441) 36 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:05.349 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: cluster 2024-03-30T04:42:03.832232+0000 mgr.y (mgr.25441) 37 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.349 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: cluster 2024-03-30T04:42:03.832474+0000 mgr.y (mgr.25441) 38 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.349 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: cephadm 2024-03-30T04:42:03.838496+0000 mgr.y (mgr.25441) 39 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:05.349 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: cluster 2024-03-30T04:42:03.884969+0000 mgr.y (mgr.25441) 40 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.349 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: cluster 2024-03-30T04:42:03.885212+0000 mgr.y (mgr.25441) 41 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.349 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: cephadm 2024-03-30T04:42:03.892612+0000 mgr.y (mgr.25441) 42 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:05.349 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: cluster 2024-03-30T04:42:03.943821+0000 mgr.y (mgr.25441) 43 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.349 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: cluster 2024-03-30T04:42:03.944076+0000 mgr.y (mgr.25441) 44 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.349 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: cephadm 2024-03-30T04:42:03.950218+0000 mgr.y (mgr.25441) 45 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:05.349 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: cluster 2024-03-30T04:42:04.017715+0000 mgr.y (mgr.25441) 46 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.349 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: cluster 2024-03-30T04:42:04.017951+0000 mgr.y (mgr.25441) 47 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.350 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: cephadm 2024-03-30T04:42:04.027408+0000 mgr.y (mgr.25441) 48 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:05.350 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: cluster 2024-03-30T04:42:04.078444+0000 mgr.y (mgr.25441) 49 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.350 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: cluster 2024-03-30T04:42:04.078662+0000 mgr.y (mgr.25441) 50 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.350 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: cephadm 2024-03-30T04:42:04.085189+0000 mgr.y (mgr.25441) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:05.350 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: cluster 2024-03-30T04:42:04.154276+0000 mgr.y (mgr.25441) 52 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.350 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: cluster 2024-03-30T04:42:04.154526+0000 mgr.y (mgr.25441) 53 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.350 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: cluster 2024-03-30T04:42:03.780299+0000 mgr.y (mgr.25441) 34 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.350 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: cluster 2024-03-30T04:42:03.780804+0000 mgr.y (mgr.25441) 35 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.351 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: cephadm 2024-03-30T04:42:03.786525+0000 mgr.y (mgr.25441) 36 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:05.351 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: cluster 2024-03-30T04:42:03.832232+0000 mgr.y (mgr.25441) 37 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.351 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: cluster 2024-03-30T04:42:03.832474+0000 mgr.y (mgr.25441) 38 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.351 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: cephadm 2024-03-30T04:42:03.838496+0000 mgr.y (mgr.25441) 39 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:05.351 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: cluster 2024-03-30T04:42:03.884969+0000 mgr.y (mgr.25441) 40 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.351 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: cluster 2024-03-30T04:42:03.885212+0000 mgr.y (mgr.25441) 41 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.351 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: cephadm 2024-03-30T04:42:03.892612+0000 mgr.y (mgr.25441) 42 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:05.351 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: cluster 2024-03-30T04:42:03.943821+0000 mgr.y (mgr.25441) 43 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.351 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: cluster 2024-03-30T04:42:03.944076+0000 mgr.y (mgr.25441) 44 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.351 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: cephadm 2024-03-30T04:42:03.950218+0000 mgr.y (mgr.25441) 45 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:05.351 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: cluster 2024-03-30T04:42:04.017715+0000 mgr.y (mgr.25441) 46 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.351 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: cluster 2024-03-30T04:42:04.017951+0000 mgr.y (mgr.25441) 47 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.351 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: cephadm 2024-03-30T04:42:04.027408+0000 mgr.y (mgr.25441) 48 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:05.351 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: cluster 2024-03-30T04:42:04.078444+0000 mgr.y (mgr.25441) 49 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.351 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: cluster 2024-03-30T04:42:04.078662+0000 mgr.y (mgr.25441) 50 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.352 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: cephadm 2024-03-30T04:42:04.085189+0000 mgr.y (mgr.25441) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:05.352 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: cluster 2024-03-30T04:42:04.154276+0000 mgr.y (mgr.25441) 52 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.352 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: cluster 2024-03-30T04:42:04.154526+0000 mgr.y (mgr.25441) 53 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.352 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: cephadm 2024-03-30T04:42:04.160721+0000 mgr.y (mgr.25441) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:05.352 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:04.233447+0000 mon.c (mon.1) 140 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:05.352 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:04.235016+0000 mon.c (mon.1) 141 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:05.352 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:04.237437+0000 mon.c (mon.1) 142 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:05.352 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:04.238099+0000 mon.c (mon.1) 143 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:05.352 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: cluster 2024-03-30T04:42:04.239377+0000 mgr.y (mgr.25441) 55 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.352 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: cluster 2024-03-30T04:42:04.239681+0000 mgr.y (mgr.25441) 56 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.352 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:04.245417+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:05.353 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: cephadm 2024-03-30T04:42:04.246282+0000 mgr.y (mgr.25441) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:05.353 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:04.303401+0000 mon.c (mon.1) 144 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:05.353 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:04.305257+0000 mon.c (mon.1) 145 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:05.353 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:04.307398+0000 mon.c (mon.1) 146 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:05.353 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:04.308102+0000 mon.c (mon.1) 147 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:05.353 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: cluster 2024-03-30T04:42:04.309399+0000 mgr.y (mgr.25441) 58 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.353 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: cluster 2024-03-30T04:42:04.309747+0000 mgr.y (mgr.25441) 59 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.353 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:04.315226+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:05.353 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: cephadm 2024-03-30T04:42:04.315881+0000 mgr.y (mgr.25441) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:05.353 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:04.377138+0000 mon.c (mon.1) 148 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:05.353 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:04.378775+0000 mon.c (mon.1) 149 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:05.353 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:04.380808+0000 mon.c (mon.1) 150 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:05.354 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: cephadm 2024-03-30T04:42:04.160721+0000 mgr.y (mgr.25441) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:05.354 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:04.233447+0000 mon.c (mon.1) 140 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:05.354 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:04.235016+0000 mon.c (mon.1) 141 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:05.354 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:04.237437+0000 mon.c (mon.1) 142 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:05.354 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:04.238099+0000 mon.c (mon.1) 143 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:05.354 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: cluster 2024-03-30T04:42:04.239377+0000 mgr.y (mgr.25441) 55 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.354 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: cluster 2024-03-30T04:42:04.239681+0000 mgr.y (mgr.25441) 56 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.354 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:04.245417+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:05.354 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: cephadm 2024-03-30T04:42:04.246282+0000 mgr.y (mgr.25441) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:05.354 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:04.303401+0000 mon.c (mon.1) 144 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:05.354 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:04.305257+0000 mon.c (mon.1) 145 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:05.354 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:04.307398+0000 mon.c (mon.1) 146 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:05.354 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:04.308102+0000 mon.c (mon.1) 147 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:05.354 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: cluster 2024-03-30T04:42:04.309399+0000 mgr.y (mgr.25441) 58 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.355 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: cluster 2024-03-30T04:42:04.309747+0000 mgr.y (mgr.25441) 59 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.355 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:04.315226+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:05.355 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: cephadm 2024-03-30T04:42:04.315881+0000 mgr.y (mgr.25441) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:05.355 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:04.377138+0000 mon.c (mon.1) 148 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:05.355 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:04.378775+0000 mon.c (mon.1) 149 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:05.355 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:04.380808+0000 mon.c (mon.1) 150 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:05.356 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:04.381520+0000 mon.c (mon.1) 151 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:05.356 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: cluster 2024-03-30T04:42:04.382868+0000 mgr.y (mgr.25441) 61 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.356 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: cluster 2024-03-30T04:42:04.383102+0000 mgr.y (mgr.25441) 62 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.356 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:04.389404+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:05.356 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: cephadm 2024-03-30T04:42:04.392580+0000 mgr.y (mgr.25441) 63 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:05.356 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:04.449567+0000 mon.c (mon.1) 152 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:05.356 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:04.451131+0000 mon.c (mon.1) 153 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:05.356 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:04.453517+0000 mon.c (mon.1) 154 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:05.356 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:04.454314+0000 mon.c (mon.1) 155 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:05.356 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: cluster 2024-03-30T04:42:04.455847+0000 mgr.y (mgr.25441) 64 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.356 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: cluster 2024-03-30T04:42:04.456082+0000 mgr.y (mgr.25441) 65 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.356 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:04.463401+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:05.357 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: cephadm 2024-03-30T04:42:04.465638+0000 mgr.y (mgr.25441) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:05.357 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:04.521650+0000 mon.c (mon.1) 156 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:05.357 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:04.523283+0000 mon.c (mon.1) 157 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:05.357 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:04.525666+0000 mon.c (mon.1) 158 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:05.357 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:04.526568+0000 mon.c (mon.1) 159 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:05.357 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: cluster 2024-03-30T04:42:04.527923+0000 mgr.y (mgr.25441) 67 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.357 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: cluster 2024-03-30T04:42:04.528205+0000 mgr.y (mgr.25441) 68 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.357 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:04.535943+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:05.357 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: cephadm 2024-03-30T04:42:04.538388+0000 mgr.y (mgr.25441) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:05.357 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:04.865861+0000 mon.c (mon.1) 160 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:05.357 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:04.868383+0000 mon.c (mon.1) 161 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:05.357 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:04.871171+0000 mon.c (mon.1) 162 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:05.357 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:04.872000+0000 mon.c (mon.1) 163 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:05.357 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:04.880449+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:05.357 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:04.930290+0000 mon.c (mon.1) 164 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:05.358 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:04.932208+0000 mon.c (mon.1) 165 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:05.358 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:04.934601+0000 mon.c (mon.1) 166 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:05.358 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:04.935373+0000 mon.c (mon.1) 167 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:05.358 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:04.943089+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:05.358 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:04.986924+0000 mon.c (mon.1) 168 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:05.358 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:04.989052+0000 mon.c (mon.1) 169 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:05.358 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:04.991394+0000 mon.c (mon.1) 170 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:05.358 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:04.992223+0000 mon.c (mon.1) 171 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:05.358 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:05.001377+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:05.358 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:05.050062+0000 mon.c (mon.1) 172 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:05.358 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:05.052285+0000 mon.c (mon.1) 173 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:05.358 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:05.055349+0000 mon.c (mon.1) 174 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:05.358 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:05.056301+0000 mon.c (mon.1) 175 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:05.358 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:05.066846+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:05.358 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: cluster 2024-03-30T04:42:05.095003+0000 mon.a (mon.0) 76 : cluster [DBG] mgrmap e43: y(active, since 4s), standbys: x 2024-03-30T04:42:05.359 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:05.122448+0000 mon.c (mon.1) 176 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:05.359 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:05.124946+0000 mon.c (mon.1) 177 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:05.359 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:05.127763+0000 mon.c (mon.1) 178 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:05.359 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:05.128637+0000 mon.c (mon.1) 179 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:05.359 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[70954]: audit 2024-03-30T04:42:05.136675+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:05.359 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:04.381520+0000 mon.c (mon.1) 151 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:05.359 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: cluster 2024-03-30T04:42:04.382868+0000 mgr.y (mgr.25441) 61 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.359 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: cluster 2024-03-30T04:42:04.383102+0000 mgr.y (mgr.25441) 62 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.360 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:04.389404+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:05.360 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: cephadm 2024-03-30T04:42:04.392580+0000 mgr.y (mgr.25441) 63 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:05.360 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:04.449567+0000 mon.c (mon.1) 152 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:05.360 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:04.451131+0000 mon.c (mon.1) 153 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:05.360 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:04.453517+0000 mon.c (mon.1) 154 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:05.360 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:04.454314+0000 mon.c (mon.1) 155 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:05.360 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: cluster 2024-03-30T04:42:04.455847+0000 mgr.y (mgr.25441) 64 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.360 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: cluster 2024-03-30T04:42:04.456082+0000 mgr.y (mgr.25441) 65 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.360 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:04.463401+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:05.360 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: cephadm 2024-03-30T04:42:04.465638+0000 mgr.y (mgr.25441) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:05.360 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:04.521650+0000 mon.c (mon.1) 156 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:05.360 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:04.523283+0000 mon.c (mon.1) 157 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:05.360 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:04.525666+0000 mon.c (mon.1) 158 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:05.360 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:04.526568+0000 mon.c (mon.1) 159 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:05.360 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: cluster 2024-03-30T04:42:04.527923+0000 mgr.y (mgr.25441) 67 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.361 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: cluster 2024-03-30T04:42:04.528205+0000 mgr.y (mgr.25441) 68 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.361 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:04.535943+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:05.361 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: cephadm 2024-03-30T04:42:04.538388+0000 mgr.y (mgr.25441) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:05.361 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:04.865861+0000 mon.c (mon.1) 160 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:05.361 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:04.868383+0000 mon.c (mon.1) 161 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:05.361 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:04.871171+0000 mon.c (mon.1) 162 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:05.361 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:04.872000+0000 mon.c (mon.1) 163 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:05.361 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:04.880449+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:05.361 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:04.930290+0000 mon.c (mon.1) 164 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:05.361 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:04.932208+0000 mon.c (mon.1) 165 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:05.361 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:04.934601+0000 mon.c (mon.1) 166 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:05.361 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:04.935373+0000 mon.c (mon.1) 167 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:05.361 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:04.943089+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:05.362 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:04.986924+0000 mon.c (mon.1) 168 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:05.362 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:04.989052+0000 mon.c (mon.1) 169 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:05.362 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:04.991394+0000 mon.c (mon.1) 170 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:05.362 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:04.992223+0000 mon.c (mon.1) 171 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:05.362 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:05.001377+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:05.362 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:05.050062+0000 mon.c (mon.1) 172 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:05.362 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:05.052285+0000 mon.c (mon.1) 173 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:05.362 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:05.055349+0000 mon.c (mon.1) 174 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:05.362 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:05.056301+0000 mon.c (mon.1) 175 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:05.362 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:05.066846+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:05.362 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: cluster 2024-03-30T04:42:05.095003+0000 mon.a (mon.0) 76 : cluster [DBG] mgrmap e43: y(active, since 4s), standbys: x 2024-03-30T04:42:05.362 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:05.122448+0000 mon.c (mon.1) 176 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:05.362 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:05.124946+0000 mon.c (mon.1) 177 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:05.362 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:05.127763+0000 mon.c (mon.1) 178 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:05.362 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:05.128637+0000 mon.c (mon.1) 179 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:05.363 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:05 smithi111 bash[24005]: audit 2024-03-30T04:42:05.136675+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:05.472 INFO:teuthology.orchestra.run.smithi111.stdout:true 2024-03-30T04:42:05.539 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: cluster 2024-03-30T04:42:03.780299+0000 mgr.y (mgr.25441) 34 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.539 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: cluster 2024-03-30T04:42:03.780804+0000 mgr.y (mgr.25441) 35 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.539 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: cephadm 2024-03-30T04:42:03.786525+0000 mgr.y (mgr.25441) 36 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:05.539 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: cluster 2024-03-30T04:42:03.832232+0000 mgr.y (mgr.25441) 37 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.539 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: cluster 2024-03-30T04:42:03.832474+0000 mgr.y (mgr.25441) 38 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.540 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: cephadm 2024-03-30T04:42:03.838496+0000 mgr.y (mgr.25441) 39 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:05.540 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: cluster 2024-03-30T04:42:03.884969+0000 mgr.y (mgr.25441) 40 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.540 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: cluster 2024-03-30T04:42:03.885212+0000 mgr.y (mgr.25441) 41 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.540 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: cephadm 2024-03-30T04:42:03.892612+0000 mgr.y (mgr.25441) 42 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:05.540 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: cluster 2024-03-30T04:42:03.943821+0000 mgr.y (mgr.25441) 43 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.540 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: cluster 2024-03-30T04:42:03.944076+0000 mgr.y (mgr.25441) 44 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.540 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: cephadm 2024-03-30T04:42:03.950218+0000 mgr.y (mgr.25441) 45 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:05.540 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: cluster 2024-03-30T04:42:04.017715+0000 mgr.y (mgr.25441) 46 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.540 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: cluster 2024-03-30T04:42:04.017951+0000 mgr.y (mgr.25441) 47 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.540 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: cephadm 2024-03-30T04:42:04.027408+0000 mgr.y (mgr.25441) 48 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:05.540 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: cluster 2024-03-30T04:42:04.078444+0000 mgr.y (mgr.25441) 49 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.540 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: cluster 2024-03-30T04:42:04.078662+0000 mgr.y (mgr.25441) 50 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.540 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: cephadm 2024-03-30T04:42:04.085189+0000 mgr.y (mgr.25441) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:05.540 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: cluster 2024-03-30T04:42:04.154276+0000 mgr.y (mgr.25441) 52 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.540 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: cluster 2024-03-30T04:42:04.154526+0000 mgr.y (mgr.25441) 53 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.541 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: cephadm 2024-03-30T04:42:04.160721+0000 mgr.y (mgr.25441) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:05.541 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:04.233447+0000 mon.c (mon.1) 140 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:05.541 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:04.235016+0000 mon.c (mon.1) 141 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:05.541 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:04.237437+0000 mon.c (mon.1) 142 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:05.541 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:04.238099+0000 mon.c (mon.1) 143 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:05.541 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: cluster 2024-03-30T04:42:04.239377+0000 mgr.y (mgr.25441) 55 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.541 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: cluster 2024-03-30T04:42:04.239681+0000 mgr.y (mgr.25441) 56 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.541 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:04.245417+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:05.541 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: cephadm 2024-03-30T04:42:04.246282+0000 mgr.y (mgr.25441) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:05.541 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:04.303401+0000 mon.c (mon.1) 144 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:05.541 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:04.305257+0000 mon.c (mon.1) 145 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:05.541 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:04.307398+0000 mon.c (mon.1) 146 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:05.541 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:04.308102+0000 mon.c (mon.1) 147 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:05.541 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: cluster 2024-03-30T04:42:04.309399+0000 mgr.y (mgr.25441) 58 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.541 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: cluster 2024-03-30T04:42:04.309747+0000 mgr.y (mgr.25441) 59 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.542 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:04.315226+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:05.542 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: cephadm 2024-03-30T04:42:04.315881+0000 mgr.y (mgr.25441) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:05.542 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:04.377138+0000 mon.c (mon.1) 148 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:05.542 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:04.378775+0000 mon.c (mon.1) 149 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:05.542 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:04.380808+0000 mon.c (mon.1) 150 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:05.542 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:04.381520+0000 mon.c (mon.1) 151 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:05.542 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: cluster 2024-03-30T04:42:04.382868+0000 mgr.y (mgr.25441) 61 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.542 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: cluster 2024-03-30T04:42:04.383102+0000 mgr.y (mgr.25441) 62 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.542 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:04.389404+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:05.542 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: cephadm 2024-03-30T04:42:04.392580+0000 mgr.y (mgr.25441) 63 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:05.542 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:04.449567+0000 mon.c (mon.1) 152 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:05.542 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:04.451131+0000 mon.c (mon.1) 153 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:05.542 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:04.453517+0000 mon.c (mon.1) 154 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:05.542 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:04.454314+0000 mon.c (mon.1) 155 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:05.543 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: cluster 2024-03-30T04:42:04.455847+0000 mgr.y (mgr.25441) 64 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.543 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: cluster 2024-03-30T04:42:04.456082+0000 mgr.y (mgr.25441) 65 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.543 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:04.463401+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:05.543 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: cephadm 2024-03-30T04:42:04.465638+0000 mgr.y (mgr.25441) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:05.543 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:04.521650+0000 mon.c (mon.1) 156 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:05.543 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:04.523283+0000 mon.c (mon.1) 157 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:05.543 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:04.525666+0000 mon.c (mon.1) 158 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:05.543 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:04.526568+0000 mon.c (mon.1) 159 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:05.543 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: cluster 2024-03-30T04:42:04.527923+0000 mgr.y (mgr.25441) 67 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.543 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: cluster 2024-03-30T04:42:04.528205+0000 mgr.y (mgr.25441) 68 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:05.543 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:04.535943+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:05.543 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: cephadm 2024-03-30T04:42:04.538388+0000 mgr.y (mgr.25441) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:05.543 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:04.865861+0000 mon.c (mon.1) 160 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:05.543 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:04.868383+0000 mon.c (mon.1) 161 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:05.543 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:04.871171+0000 mon.c (mon.1) 162 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:05.544 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:04.872000+0000 mon.c (mon.1) 163 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:05.544 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:04.880449+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:05.544 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:04.930290+0000 mon.c (mon.1) 164 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:05.544 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:04.932208+0000 mon.c (mon.1) 165 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:05.544 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:04.934601+0000 mon.c (mon.1) 166 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:05.544 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:04.935373+0000 mon.c (mon.1) 167 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:05.544 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:04.943089+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:05.544 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:04.986924+0000 mon.c (mon.1) 168 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:05.544 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:04.989052+0000 mon.c (mon.1) 169 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:05.545 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:04.991394+0000 mon.c (mon.1) 170 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:05.545 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:04.992223+0000 mon.c (mon.1) 171 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:05.545 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:05.001377+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:05.545 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:05.050062+0000 mon.c (mon.1) 172 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:05.545 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:05.052285+0000 mon.c (mon.1) 173 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:05.545 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:05.055349+0000 mon.c (mon.1) 174 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:05.545 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:05.056301+0000 mon.c (mon.1) 175 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:05.545 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:05.066846+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:05.545 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: cluster 2024-03-30T04:42:05.095003+0000 mon.a (mon.0) 76 : cluster [DBG] mgrmap e43: y(active, since 4s), standbys: x 2024-03-30T04:42:05.546 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:05.122448+0000 mon.c (mon.1) 176 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:05.546 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:05.124946+0000 mon.c (mon.1) 177 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:05.546 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:05.127763+0000 mon.c (mon.1) 178 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:05.546 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:05.128637+0000 mon.c (mon.1) 179 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:05.546 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[18692]: audit 2024-03-30T04:42:05.136675+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:05.811 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[60311]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:42:05.811 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:42:05 smithi117 bash[60311]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:42:06.337 INFO:teuthology.orchestra.run.smithi111.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:42:06.337 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi111 smithi111 running 31s ago 16m - - 2024-03-30T04:42:06.337 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi117 smithi117 running 20s ago 16m - - 2024-03-30T04:42:06.337 INFO:teuthology.orchestra.run.smithi111.stdout:alertmanager.a smithi111 *:9093,9094 running (2m) 31s ago 9m 13.8M - 0.23.0 ba2b418f427c 1324aeb3a452 2024-03-30T04:42:06.337 INFO:teuthology.orchestra.run.smithi111.stdout:grafana.a smithi117 *:3000 unknown 20s ago 9m - - 2024-03-30T04:42:06.337 INFO:teuthology.orchestra.run.smithi111.stdout:iscsi.foo.smithi111.fmwmll smithi111 running (87s) 31s ago 7m 41.7M - 3.5 e1d6a67b021e 429bab8e2057 2024-03-30T04:42:06.337 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.x smithi117 *:8443,9283,8765 running (34s) 20s ago 15m 434M - 19.0.0-2493-gd82c9aa1 3714003597ec 42ebd55da4b4 2024-03-30T04:42:06.338 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.y smithi111 *:8443,9283,8765 running (109s) 31s ago 17m 499M - 19.0.0-2493-gd82c9aa1 3714003597ec fa84fb31d2a4 2024-03-30T04:42:06.338 INFO:teuthology.orchestra.run.smithi111.stdout:mon.a smithi111 running (17m) 31s ago 17m 78.9M 2048M 17.2.0 e1d6a67b021e e26756bbafc7 2024-03-30T04:42:06.338 INFO:teuthology.orchestra.run.smithi111.stdout:mon.b smithi117 running (16m) 20s ago 16m 59.6M 2048M 17.2.0 e1d6a67b021e fee520b706e2 2024-03-30T04:42:06.338 INFO:teuthology.orchestra.run.smithi111.stdout:mon.c smithi111 running (16m) 31s ago 16m 52.7M 2048M 17.2.0 e1d6a67b021e 2b2c290c2cb8 2024-03-30T04:42:06.338 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.a smithi111 *:9100 running (3m) 31s ago 10m 8876k - 1.3.1 1dbe0e931976 6370ea39ede2 2024-03-30T04:42:06.338 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.b smithi117 *:9100 running (2m) 20s ago 10m 9375k - 1.3.1 1dbe0e931976 038bdefec2fb 2024-03-30T04:42:06.338 INFO:teuthology.orchestra.run.smithi111.stdout:osd.0 smithi111 running (15m) 31s ago 15m 55.8M 4096M 17.2.0 e1d6a67b021e 8066f1ef56b0 2024-03-30T04:42:06.338 INFO:teuthology.orchestra.run.smithi111.stdout:osd.1 smithi111 running (14m) 31s ago 14m 58.3M 4096M 17.2.0 e1d6a67b021e 8986210aecf7 2024-03-30T04:42:06.338 INFO:teuthology.orchestra.run.smithi111.stdout:osd.2 smithi111 running (14m) 31s ago 14m 53.2M 4096M 17.2.0 e1d6a67b021e 75832afbc732 2024-03-30T04:42:06.338 INFO:teuthology.orchestra.run.smithi111.stdout:osd.3 smithi111 running (13m) 31s ago 13m 55.8M 4096M 17.2.0 e1d6a67b021e 9bdb46999038 2024-03-30T04:42:06.338 INFO:teuthology.orchestra.run.smithi111.stdout:osd.4 smithi117 running (12m) 20s ago 12m 59.0M 4096M 17.2.0 e1d6a67b021e dfb36784cb06 2024-03-30T04:42:06.338 INFO:teuthology.orchestra.run.smithi111.stdout:osd.5 smithi117 running (12m) 20s ago 12m 53.8M 4096M 17.2.0 e1d6a67b021e 232d5fd01e16 2024-03-30T04:42:06.338 INFO:teuthology.orchestra.run.smithi111.stdout:osd.6 smithi117 running (11m) 20s ago 11m 52.3M 4096M 17.2.0 e1d6a67b021e 393ee9af633e 2024-03-30T04:42:06.338 INFO:teuthology.orchestra.run.smithi111.stdout:osd.7 smithi117 running (11m) 20s ago 11m 56.0M 4096M 17.2.0 e1d6a67b021e f9f3a86e8182 2024-03-30T04:42:06.339 INFO:teuthology.orchestra.run.smithi111.stdout:prometheus.a smithi117 *:9095 running (79s) 20s ago 10m 56.7M - 2.33.4 514e6a882f6e e0486046291e 2024-03-30T04:42:06.339 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi111.gqpgtc smithi111 *:8000 running (7m) 31s ago 7m 86.4M - 17.2.0 e1d6a67b021e e51a6fac1b59 2024-03-30T04:42:06.339 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi117.nijpsz smithi117 *:8000 running (7m) 20s ago 7m 87.1M - 17.2.0 e1d6a67b021e bd8939f98ae0 2024-03-30T04:42:06.339 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi111.nqgkvi smithi111 *:80 running (7m) 31s ago 7m 86.3M - 17.2.0 e1d6a67b021e 4dd1cc17abca 2024-03-30T04:42:06.339 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi117.wrgldy smithi117 *:80 running (7m) 20s ago 7m 86.9M - 17.2.0 e1d6a67b021e 1bff1faa59ec 2024-03-30T04:42:06.450 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: cluster 2024-03-30T04:42:04.873720+0000 mgr.y (mgr.25441) 70 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.450 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: cluster 2024-03-30T04:42:04.873953+0000 mgr.y (mgr.25441) 71 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.450 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: cephadm 2024-03-30T04:42:04.885398+0000 mgr.y (mgr.25441) 72 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:06.450 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: cluster 2024-03-30T04:42:04.936638+0000 mgr.y (mgr.25441) 73 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.450 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: cluster 2024-03-30T04:42:04.936882+0000 mgr.y (mgr.25441) 74 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.450 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: cephadm 2024-03-30T04:42:04.946276+0000 mgr.y (mgr.25441) 75 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:06.450 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: cluster 2024-03-30T04:42:04.993829+0000 mgr.y (mgr.25441) 76 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.450 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: cluster 2024-03-30T04:42:04.994081+0000 mgr.y (mgr.25441) 77 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: cephadm 2024-03-30T04:42:05.005348+0000 mgr.y (mgr.25441) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:06.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: cluster 2024-03-30T04:42:05.058177+0000 mgr.y (mgr.25441) 79 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: cluster 2024-03-30T04:42:05.058937+0000 mgr.y (mgr.25441) 80 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: cephadm 2024-03-30T04:42:05.071051+0000 mgr.y (mgr.25441) 81 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:06.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: cluster 2024-03-30T04:42:05.130280+0000 mgr.y (mgr.25441) 82 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: cluster 2024-03-30T04:42:05.130529+0000 mgr.y (mgr.25441) 83 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: cephadm 2024-03-30T04:42:05.138366+0000 mgr.y (mgr.25441) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:06.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.210790+0000 mon.c (mon.1) 180 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:06.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.213434+0000 mon.c (mon.1) 181 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:06.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.215972+0000 mon.c (mon.1) 182 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:06.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.216836+0000 mon.c (mon.1) 183 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:06.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: cluster 2024-03-30T04:42:05.218342+0000 mgr.y (mgr.25441) 85 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: cluster 2024-03-30T04:42:04.873720+0000 mgr.y (mgr.25441) 70 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: cluster 2024-03-30T04:42:04.873953+0000 mgr.y (mgr.25441) 71 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: cephadm 2024-03-30T04:42:04.885398+0000 mgr.y (mgr.25441) 72 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:06.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: cluster 2024-03-30T04:42:04.936638+0000 mgr.y (mgr.25441) 73 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: cluster 2024-03-30T04:42:04.936882+0000 mgr.y (mgr.25441) 74 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: cephadm 2024-03-30T04:42:04.946276+0000 mgr.y (mgr.25441) 75 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:06.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: cluster 2024-03-30T04:42:04.993829+0000 mgr.y (mgr.25441) 76 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: cluster 2024-03-30T04:42:04.994081+0000 mgr.y (mgr.25441) 77 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: cephadm 2024-03-30T04:42:05.005348+0000 mgr.y (mgr.25441) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:06.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: cluster 2024-03-30T04:42:05.058177+0000 mgr.y (mgr.25441) 79 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: cluster 2024-03-30T04:42:05.058937+0000 mgr.y (mgr.25441) 80 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: cephadm 2024-03-30T04:42:05.071051+0000 mgr.y (mgr.25441) 81 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:06.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: cluster 2024-03-30T04:42:05.130280+0000 mgr.y (mgr.25441) 82 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.453 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: cluster 2024-03-30T04:42:05.130529+0000 mgr.y (mgr.25441) 83 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.453 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: cephadm 2024-03-30T04:42:05.138366+0000 mgr.y (mgr.25441) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:06.453 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.210790+0000 mon.c (mon.1) 180 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:06.453 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.213434+0000 mon.c (mon.1) 181 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:06.453 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.215972+0000 mon.c (mon.1) 182 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:06.453 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.216836+0000 mon.c (mon.1) 183 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:06.453 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: cluster 2024-03-30T04:42:05.218342+0000 mgr.y (mgr.25441) 85 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.453 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: cluster 2024-03-30T04:42:05.218740+0000 mgr.y (mgr.25441) 86 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.453 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.263582+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.453 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: cephadm 2024-03-30T04:42:05.264623+0000 mgr.y (mgr.25441) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:06.453 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.345724+0000 mon.c (mon.1) 184 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:06.454 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.348747+0000 mon.c (mon.1) 185 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:06.454 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.352528+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.454 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.357099+0000 mon.c (mon.1) 186 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:06.454 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.357943+0000 mon.c (mon.1) 187 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:06.454 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: cluster 2024-03-30T04:42:05.359367+0000 mgr.y (mgr.25441) 88 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.454 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: cluster 2024-03-30T04:42:05.359611+0000 mgr.y (mgr.25441) 89 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.454 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.365636+0000 mon.a (mon.0) 80 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.454 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: cephadm 2024-03-30T04:42:05.366356+0000 mgr.y (mgr.25441) 90 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:06.454 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.423672+0000 mon.c (mon.1) 188 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:06.454 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.425357+0000 mon.c (mon.1) 189 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:06.454 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.427386+0000 mon.c (mon.1) 190 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:06.454 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.428052+0000 mon.c (mon.1) 191 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:06.454 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: cluster 2024-03-30T04:42:05.429400+0000 mgr.y (mgr.25441) 91 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.454 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: cluster 2024-03-30T04:42:05.429726+0000 mgr.y (mgr.25441) 92 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.455 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.435895+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.455 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: cephadm 2024-03-30T04:42:05.436524+0000 mgr.y (mgr.25441) 93 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:06.455 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.462656+0000 mgr.y (mgr.25441) 94 : audit [DBG] from='client.34134 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:42:06.455 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: cluster 2024-03-30T04:42:05.218740+0000 mgr.y (mgr.25441) 86 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.455 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.263582+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.455 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: cephadm 2024-03-30T04:42:05.264623+0000 mgr.y (mgr.25441) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:06.455 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.345724+0000 mon.c (mon.1) 184 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:06.455 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.348747+0000 mon.c (mon.1) 185 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:06.455 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.352528+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.455 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.357099+0000 mon.c (mon.1) 186 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:06.455 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.357943+0000 mon.c (mon.1) 187 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:06.456 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: cluster 2024-03-30T04:42:05.359367+0000 mgr.y (mgr.25441) 88 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.456 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: cluster 2024-03-30T04:42:05.359611+0000 mgr.y (mgr.25441) 89 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.456 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.365636+0000 mon.a (mon.0) 80 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.456 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: cephadm 2024-03-30T04:42:05.366356+0000 mgr.y (mgr.25441) 90 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:06.456 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.423672+0000 mon.c (mon.1) 188 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:06.456 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.425357+0000 mon.c (mon.1) 189 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:06.456 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.427386+0000 mon.c (mon.1) 190 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:06.456 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.428052+0000 mon.c (mon.1) 191 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:06.456 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: cluster 2024-03-30T04:42:05.429400+0000 mgr.y (mgr.25441) 91 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.456 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: cluster 2024-03-30T04:42:05.429726+0000 mgr.y (mgr.25441) 92 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.456 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.435895+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.456 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: cephadm 2024-03-30T04:42:05.436524+0000 mgr.y (mgr.25441) 93 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:06.456 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.462656+0000 mgr.y (mgr.25441) 94 : audit [DBG] from='client.34134 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:42:06.457 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.505966+0000 mon.c (mon.1) 192 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:06.457 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.509179+0000 mon.c (mon.1) 193 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:06.457 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.513122+0000 mon.c (mon.1) 194 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:06.457 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.514675+0000 mon.c (mon.1) 195 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:06.457 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.521567+0000 mon.a (mon.0) 82 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.457 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: cluster 2024-03-30T04:42:05.522705+0000 mgr.y (mgr.25441) 95 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.457 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: cephadm 2024-03-30T04:42:05.525605+0000 mgr.y (mgr.25441) 96 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:06.457 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.570138+0000 mon.c (mon.1) 196 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:06.457 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.572173+0000 mon.c (mon.1) 197 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:06.457 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.574104+0000 mon.c (mon.1) 198 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:06.458 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.574845+0000 mon.c (mon.1) 199 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:06.458 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: cluster 2024-03-30T04:42:05.576192+0000 mgr.y (mgr.25441) 97 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.458 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: cluster 2024-03-30T04:42:05.576795+0000 mgr.y (mgr.25441) 98 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.458 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.582217+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.458 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: cephadm 2024-03-30T04:42:05.583641+0000 mgr.y (mgr.25441) 99 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:06.458 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.641042+0000 mon.c (mon.1) 200 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:06.458 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.643165+0000 mon.c (mon.1) 201 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:06.458 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.645099+0000 mon.c (mon.1) 202 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:06.458 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.645839+0000 mon.c (mon.1) 203 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:06.458 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: cluster 2024-03-30T04:42:05.647329+0000 mgr.y (mgr.25441) 100 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.458 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: cluster 2024-03-30T04:42:05.647598+0000 mgr.y (mgr.25441) 101 : cluster [DBG] pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.458 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.652929+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.458 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: cephadm 2024-03-30T04:42:05.653884+0000 mgr.y (mgr.25441) 102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:06.458 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.694136+0000 mon.c (mon.1) 204 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:06.458 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.695923+0000 mon.c (mon.1) 205 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:06.459 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.697939+0000 mon.c (mon.1) 206 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:06.459 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.698787+0000 mon.c (mon.1) 207 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:06.459 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: cluster 2024-03-30T04:42:05.700219+0000 mgr.y (mgr.25441) 103 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.459 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: cluster 2024-03-30T04:42:05.700481+0000 mgr.y (mgr.25441) 104 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.459 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.706213+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.459 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: cephadm 2024-03-30T04:42:05.707252+0000 mgr.y (mgr.25441) 105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:06.459 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.747828+0000 mon.c (mon.1) 208 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:06.459 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.749462+0000 mon.c (mon.1) 209 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:06.459 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.751247+0000 mon.c (mon.1) 210 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:06.459 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.751867+0000 mon.c (mon.1) 211 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:06.459 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.758846+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.459 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.801943+0000 mon.c (mon.1) 212 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:06.459 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.803641+0000 mon.c (mon.1) 213 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:06.459 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.806354+0000 mon.c (mon.1) 214 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:06.460 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.505966+0000 mon.c (mon.1) 192 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:06.460 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.509179+0000 mon.c (mon.1) 193 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:06.460 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.513122+0000 mon.c (mon.1) 194 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:06.460 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.514675+0000 mon.c (mon.1) 195 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:06.460 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.521567+0000 mon.a (mon.0) 82 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.460 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: cluster 2024-03-30T04:42:05.522705+0000 mgr.y (mgr.25441) 95 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.460 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: cephadm 2024-03-30T04:42:05.525605+0000 mgr.y (mgr.25441) 96 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:06.460 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.570138+0000 mon.c (mon.1) 196 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:06.460 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.572173+0000 mon.c (mon.1) 197 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:06.460 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.574104+0000 mon.c (mon.1) 198 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:06.460 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.574845+0000 mon.c (mon.1) 199 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:06.460 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: cluster 2024-03-30T04:42:05.576192+0000 mgr.y (mgr.25441) 97 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.461 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: cluster 2024-03-30T04:42:05.576795+0000 mgr.y (mgr.25441) 98 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.461 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.582217+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.461 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: cephadm 2024-03-30T04:42:05.583641+0000 mgr.y (mgr.25441) 99 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:06.461 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.641042+0000 mon.c (mon.1) 200 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:06.461 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.643165+0000 mon.c (mon.1) 201 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:06.461 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.645099+0000 mon.c (mon.1) 202 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:06.461 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.645839+0000 mon.c (mon.1) 203 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:06.461 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.807277+0000 mon.c (mon.1) 215 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:06.461 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.815372+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.462 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.874172+0000 mon.c (mon.1) 216 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:06.462 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.876127+0000 mon.c (mon.1) 217 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:06.462 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.878279+0000 mon.c (mon.1) 218 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:06.462 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.879073+0000 mon.c (mon.1) 219 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:06.462 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.885413+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.462 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.951056+0000 mon.c (mon.1) 220 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:06.462 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.952951+0000 mon.c (mon.1) 221 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:06.462 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.955162+0000 mon.c (mon.1) 222 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:06.462 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.955900+0000 mon.c (mon.1) 223 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:06.462 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:05.962211+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.462 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:06.021526+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.462 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:06.026393+0000 mon.c (mon.1) 224 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:06.462 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:06.028392+0000 mon.c (mon.1) 225 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:06.462 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:06.030330+0000 mon.c (mon.1) 226 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:06.463 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:06.031156+0000 mon.c (mon.1) 227 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:06.463 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:06.037556+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.463 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:06.080651+0000 mon.c (mon.1) 228 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:06.463 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:06.082240+0000 mon.c (mon.1) 229 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:06.463 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:06.084074+0000 mon.c (mon.1) 230 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:06.463 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:06.084824+0000 mon.c (mon.1) 231 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:06.463 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:06.090834+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.463 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:06.137691+0000 mon.c (mon.1) 232 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:06.463 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:06.140152+0000 mon.c (mon.1) 233 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:06.463 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:06.143090+0000 mon.c (mon.1) 234 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:06.463 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:06.144097+0000 mon.c (mon.1) 235 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:06.463 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[70954]: audit 2024-03-30T04:42:06.154706+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.464 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: cluster 2024-03-30T04:42:05.647329+0000 mgr.y (mgr.25441) 100 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.464 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: cluster 2024-03-30T04:42:05.647598+0000 mgr.y (mgr.25441) 101 : cluster [DBG] pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.464 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.652929+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.464 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: cephadm 2024-03-30T04:42:05.653884+0000 mgr.y (mgr.25441) 102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:06.464 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.694136+0000 mon.c (mon.1) 204 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:06.464 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.695923+0000 mon.c (mon.1) 205 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:06.464 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.697939+0000 mon.c (mon.1) 206 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:06.464 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.698787+0000 mon.c (mon.1) 207 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:06.464 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: cluster 2024-03-30T04:42:05.700219+0000 mgr.y (mgr.25441) 103 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.464 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: cluster 2024-03-30T04:42:05.700481+0000 mgr.y (mgr.25441) 104 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.464 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.706213+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.465 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: cephadm 2024-03-30T04:42:05.707252+0000 mgr.y (mgr.25441) 105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:06.465 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.747828+0000 mon.c (mon.1) 208 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:06.465 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.749462+0000 mon.c (mon.1) 209 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:06.465 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.751247+0000 mon.c (mon.1) 210 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:06.465 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.751867+0000 mon.c (mon.1) 211 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:06.465 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.758846+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.465 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.801943+0000 mon.c (mon.1) 212 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:06.465 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.803641+0000 mon.c (mon.1) 213 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:06.465 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.806354+0000 mon.c (mon.1) 214 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:06.465 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.807277+0000 mon.c (mon.1) 215 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:06.465 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.815372+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.465 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.874172+0000 mon.c (mon.1) 216 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:06.465 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.876127+0000 mon.c (mon.1) 217 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:06.465 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.878279+0000 mon.c (mon.1) 218 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:06.465 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.879073+0000 mon.c (mon.1) 219 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:06.466 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.885413+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.466 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.951056+0000 mon.c (mon.1) 220 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:06.466 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.952951+0000 mon.c (mon.1) 221 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:06.466 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.955162+0000 mon.c (mon.1) 222 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:06.466 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.955900+0000 mon.c (mon.1) 223 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:06.466 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:05.962211+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.466 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:06.021526+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.466 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:06.026393+0000 mon.c (mon.1) 224 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:06.466 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:06.028392+0000 mon.c (mon.1) 225 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:06.466 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:06.030330+0000 mon.c (mon.1) 226 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:06.466 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:06.031156+0000 mon.c (mon.1) 227 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:06.466 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:06.037556+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.466 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:06.080651+0000 mon.c (mon.1) 228 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:06.466 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:06.082240+0000 mon.c (mon.1) 229 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:06.466 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:06.084074+0000 mon.c (mon.1) 230 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:06.467 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:06.084824+0000 mon.c (mon.1) 231 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:06.467 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:06.090834+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.467 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:06.137691+0000 mon.c (mon.1) 232 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:06.467 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:06.140152+0000 mon.c (mon.1) 233 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:06.467 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:06.143090+0000 mon.c (mon.1) 234 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:06.467 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:06.144097+0000 mon.c (mon.1) 235 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:06.467 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[24005]: audit 2024-03-30T04:42:06.154706+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: cluster 2024-03-30T04:42:04.873720+0000 mgr.y (mgr.25441) 70 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: cluster 2024-03-30T04:42:04.873953+0000 mgr.y (mgr.25441) 71 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: cephadm 2024-03-30T04:42:04.885398+0000 mgr.y (mgr.25441) 72 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:06.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: cluster 2024-03-30T04:42:04.936638+0000 mgr.y (mgr.25441) 73 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: cluster 2024-03-30T04:42:04.936882+0000 mgr.y (mgr.25441) 74 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: cephadm 2024-03-30T04:42:04.946276+0000 mgr.y (mgr.25441) 75 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:06.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: cluster 2024-03-30T04:42:04.993829+0000 mgr.y (mgr.25441) 76 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: cluster 2024-03-30T04:42:04.994081+0000 mgr.y (mgr.25441) 77 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: cephadm 2024-03-30T04:42:05.005348+0000 mgr.y (mgr.25441) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:06.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: cluster 2024-03-30T04:42:05.058177+0000 mgr.y (mgr.25441) 79 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: cluster 2024-03-30T04:42:05.058937+0000 mgr.y (mgr.25441) 80 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: cephadm 2024-03-30T04:42:05.071051+0000 mgr.y (mgr.25441) 81 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:06.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: cluster 2024-03-30T04:42:05.130280+0000 mgr.y (mgr.25441) 82 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: cluster 2024-03-30T04:42:05.130529+0000 mgr.y (mgr.25441) 83 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: cephadm 2024-03-30T04:42:05.138366+0000 mgr.y (mgr.25441) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:06.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.210790+0000 mon.c (mon.1) 180 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:06.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.213434+0000 mon.c (mon.1) 181 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:06.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.215972+0000 mon.c (mon.1) 182 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:06.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.216836+0000 mon.c (mon.1) 183 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:06.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: cluster 2024-03-30T04:42:05.218342+0000 mgr.y (mgr.25441) 85 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: cluster 2024-03-30T04:42:05.218740+0000 mgr.y (mgr.25441) 86 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.263582+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: cephadm 2024-03-30T04:42:05.264623+0000 mgr.y (mgr.25441) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:06.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.345724+0000 mon.c (mon.1) 184 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:06.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.348747+0000 mon.c (mon.1) 185 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:06.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.352528+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.357099+0000 mon.c (mon.1) 186 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:06.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.357943+0000 mon.c (mon.1) 187 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:06.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: cluster 2024-03-30T04:42:05.359367+0000 mgr.y (mgr.25441) 88 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: cluster 2024-03-30T04:42:05.359611+0000 mgr.y (mgr.25441) 89 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.365636+0000 mon.a (mon.0) 80 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: cephadm 2024-03-30T04:42:05.366356+0000 mgr.y (mgr.25441) 90 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:06.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.423672+0000 mon.c (mon.1) 188 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:06.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.425357+0000 mon.c (mon.1) 189 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:06.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.427386+0000 mon.c (mon.1) 190 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:06.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.428052+0000 mon.c (mon.1) 191 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:06.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: cluster 2024-03-30T04:42:05.429400+0000 mgr.y (mgr.25441) 91 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: cluster 2024-03-30T04:42:05.429726+0000 mgr.y (mgr.25441) 92 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.435895+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: cephadm 2024-03-30T04:42:05.436524+0000 mgr.y (mgr.25441) 93 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:06.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.462656+0000 mgr.y (mgr.25441) 94 : audit [DBG] from='client.34134 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:42:06.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.505966+0000 mon.c (mon.1) 192 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:06.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.509179+0000 mon.c (mon.1) 193 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:06.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.513122+0000 mon.c (mon.1) 194 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:06.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.514675+0000 mon.c (mon.1) 195 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:06.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.521567+0000 mon.a (mon.0) 82 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: cluster 2024-03-30T04:42:05.522705+0000 mgr.y (mgr.25441) 95 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: cephadm 2024-03-30T04:42:05.525605+0000 mgr.y (mgr.25441) 96 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:06.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.570138+0000 mon.c (mon.1) 196 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:06.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.572173+0000 mon.c (mon.1) 197 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:06.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.574104+0000 mon.c (mon.1) 198 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:06.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.574845+0000 mon.c (mon.1) 199 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:06.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: cluster 2024-03-30T04:42:05.576192+0000 mgr.y (mgr.25441) 97 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: cluster 2024-03-30T04:42:05.576795+0000 mgr.y (mgr.25441) 98 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.582217+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: cephadm 2024-03-30T04:42:05.583641+0000 mgr.y (mgr.25441) 99 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:06.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.641042+0000 mon.c (mon.1) 200 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:06.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.643165+0000 mon.c (mon.1) 201 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:06.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.645099+0000 mon.c (mon.1) 202 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:06.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.645839+0000 mon.c (mon.1) 203 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:06.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: cluster 2024-03-30T04:42:05.647329+0000 mgr.y (mgr.25441) 100 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: cluster 2024-03-30T04:42:05.647598+0000 mgr.y (mgr.25441) 101 : cluster [DBG] pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.652929+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: cephadm 2024-03-30T04:42:05.653884+0000 mgr.y (mgr.25441) 102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:06.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.694136+0000 mon.c (mon.1) 204 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:06.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.695923+0000 mon.c (mon.1) 205 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:06.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.697939+0000 mon.c (mon.1) 206 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:06.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.698787+0000 mon.c (mon.1) 207 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:06.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: cluster 2024-03-30T04:42:05.700219+0000 mgr.y (mgr.25441) 103 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: cluster 2024-03-30T04:42:05.700481+0000 mgr.y (mgr.25441) 104 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:06.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.706213+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: cephadm 2024-03-30T04:42:05.707252+0000 mgr.y (mgr.25441) 105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:06.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.747828+0000 mon.c (mon.1) 208 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:06.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.749462+0000 mon.c (mon.1) 209 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:06.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.751247+0000 mon.c (mon.1) 210 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:06.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.751867+0000 mon.c (mon.1) 211 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:06.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.758846+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.801943+0000 mon.c (mon.1) 212 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:06.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.803641+0000 mon.c (mon.1) 213 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:06.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.806354+0000 mon.c (mon.1) 214 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:06.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.807277+0000 mon.c (mon.1) 215 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:06.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.815372+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.874172+0000 mon.c (mon.1) 216 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:06.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.876127+0000 mon.c (mon.1) 217 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:06.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.878279+0000 mon.c (mon.1) 218 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:06.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.879073+0000 mon.c (mon.1) 219 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:06.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.885413+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.951056+0000 mon.c (mon.1) 220 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:06.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.952951+0000 mon.c (mon.1) 221 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:06.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.955162+0000 mon.c (mon.1) 222 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:06.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.955900+0000 mon.c (mon.1) 223 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:06.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:05.962211+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:06.021526+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:06.026393+0000 mon.c (mon.1) 224 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:06.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:06.028392+0000 mon.c (mon.1) 225 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:06.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:06.030330+0000 mon.c (mon.1) 226 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:06.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:06.031156+0000 mon.c (mon.1) 227 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:06.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:06.037556+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:06.080651+0000 mon.c (mon.1) 228 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:06.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:06.082240+0000 mon.c (mon.1) 229 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:06.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:06.084074+0000 mon.c (mon.1) 230 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:06.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:06.084824+0000 mon.c (mon.1) 231 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:06.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:06.090834+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:06.137691+0000 mon.c (mon.1) 232 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:06.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:06.140152+0000 mon.c (mon.1) 233 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:06.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:06.143090+0000 mon.c (mon.1) 234 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:06.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:06.144097+0000 mon.c (mon.1) 235 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:06.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:06 smithi117 bash[18692]: audit 2024-03-30T04:42:06.154706+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:06.700 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:42:06 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:42:06] "GET /metrics HTTP/1.1" 200 35453 "" "Prometheus/2.33.4" 2024-03-30T04:42:06.795 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:42:06.795 INFO:teuthology.orchestra.run.smithi111.stdout: "mon": { 2024-03-30T04:42:06.795 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2, 2024-03-30T04:42:06.795 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 1 2024-03-30T04:42:06.795 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:42:06.795 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr": { 2024-03-30T04:42:06.795 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:42:06.795 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:42:06.795 INFO:teuthology.orchestra.run.smithi111.stdout: "osd": { 2024-03-30T04:42:06.795 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-30T04:42:06.796 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:42:06.796 INFO:teuthology.orchestra.run.smithi111.stdout: "mds": {}, 2024-03-30T04:42:06.796 INFO:teuthology.orchestra.run.smithi111.stdout: "rgw": { 2024-03-30T04:42:06.796 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:42:06.796 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:42:06.796 INFO:teuthology.orchestra.run.smithi111.stdout: "overall": { 2024-03-30T04:42:06.796 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14, 2024-03-30T04:42:06.796 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:42:06.796 INFO:teuthology.orchestra.run.smithi111.stdout: } 2024-03-30T04:42:06.796 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:42:07.217 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:42:07.217 INFO:teuthology.orchestra.run.smithi111.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962", 2024-03-30T04:42:07.217 INFO:teuthology.orchestra.run.smithi111.stdout: "in_progress": true, 2024-03-30T04:42:07.217 INFO:teuthology.orchestra.run.smithi111.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:42:07.217 INFO:teuthology.orchestra.run.smithi111.stdout: "services_complete": [ 2024-03-30T04:42:07.217 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr" 2024-03-30T04:42:07.217 INFO:teuthology.orchestra.run.smithi111.stdout: ], 2024-03-30T04:42:07.218 INFO:teuthology.orchestra.run.smithi111.stdout: "progress": "2/23 daemons upgraded", 2024-03-30T04:42:07.218 INFO:teuthology.orchestra.run.smithi111.stdout: "message": "", 2024-03-30T04:42:07.218 INFO:teuthology.orchestra.run.smithi111.stdout: "is_paused": false 2024-03-30T04:42:07.218 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:42:07.384 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:42:07 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-30T04:42:07.384 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:42:07 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Failed with result 'exit-code'. 2024-03-30T04:42:07.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: cluster 2024-03-30T04:42:05.753167+0000 mgr.y (mgr.25441) 106 : cluster [DBG] pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: cluster 2024-03-30T04:42:05.753709+0000 mgr.y (mgr.25441) 107 : cluster [DBG] pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: cephadm 2024-03-30T04:42:05.761860+0000 mgr.y (mgr.25441) 108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:07.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: cluster 2024-03-30T04:42:05.809057+0000 mgr.y (mgr.25441) 109 : cluster [DBG] pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: cluster 2024-03-30T04:42:05.809301+0000 mgr.y (mgr.25441) 110 : cluster [DBG] pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: cephadm 2024-03-30T04:42:05.816598+0000 mgr.y (mgr.25441) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:07.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:05.863977+0000 mgr.y (mgr.25441) 112 : audit [DBG] from='client.25483 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:42:07.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: cluster 2024-03-30T04:42:05.880428+0000 mgr.y (mgr.25441) 113 : cluster [DBG] pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: cluster 2024-03-30T04:42:05.880665+0000 mgr.y (mgr.25441) 114 : cluster [DBG] pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: cephadm 2024-03-30T04:42:05.889743+0000 mgr.y (mgr.25441) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:07.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: cluster 2024-03-30T04:42:05.957170+0000 mgr.y (mgr.25441) 116 : cluster [DBG] pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: cluster 2024-03-30T04:42:05.957415+0000 mgr.y (mgr.25441) 117 : cluster [DBG] pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: cephadm 2024-03-30T04:42:05.966720+0000 mgr.y (mgr.25441) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:07.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: cluster 2024-03-30T04:42:06.032483+0000 mgr.y (mgr.25441) 119 : cluster [DBG] pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: cluster 2024-03-30T04:42:06.032727+0000 mgr.y (mgr.25441) 120 : cluster [DBG] pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: cephadm 2024-03-30T04:42:06.039015+0000 mgr.y (mgr.25441) 121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:07.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: cluster 2024-03-30T04:42:06.086096+0000 mgr.y (mgr.25441) 122 : cluster [DBG] pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: cluster 2024-03-30T04:42:06.086395+0000 mgr.y (mgr.25441) 123 : cluster [DBG] pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: cephadm 2024-03-30T04:42:06.092210+0000 mgr.y (mgr.25441) 124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:07.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: cluster 2024-03-30T04:42:06.146245+0000 mgr.y (mgr.25441) 125 : cluster [DBG] pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.1 MiB/s rd, 0 B/s wr, 641 op/s 2024-03-30T04:42:07.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: cluster 2024-03-30T04:42:06.147516+0000 mgr.y (mgr.25441) 126 : cluster [DBG] pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.1 MiB/s rd, 0 B/s wr, 639 op/s 2024-03-30T04:42:07.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: cephadm 2024-03-30T04:42:06.156409+0000 mgr.y (mgr.25441) 127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:07.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.236779+0000 mon.c (mon.1) 236 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:07.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.239921+0000 mon.c (mon.1) 237 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:07.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.242289+0000 mon.c (mon.1) 238 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:07.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.243161+0000 mon.c (mon.1) 239 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:07.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: cluster 2024-03-30T04:42:06.244884+0000 mgr.y (mgr.25441) 128 : cluster [DBG] pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 993 KiB/s rd, 0 B/s wr, 569 op/s 2024-03-30T04:42:07.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: cluster 2024-03-30T04:42:06.245135+0000 mgr.y (mgr.25441) 129 : cluster [DBG] pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 993 KiB/s rd, 0 B/s wr, 569 op/s 2024-03-30T04:42:07.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.252057+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:07.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: cephadm 2024-03-30T04:42:06.253171+0000 mgr.y (mgr.25441) 130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:07.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.314150+0000 mon.c (mon.1) 240 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:07.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.316587+0000 mon.c (mon.1) 241 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:07.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.318983+0000 mon.c (mon.1) 242 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:07.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.319890+0000 mon.c (mon.1) 243 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:07.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.320815+0000 mgr.y (mgr.25441) 131 : audit [DBG] from='client.25489 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:42:07.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: cluster 2024-03-30T04:42:06.325009+0000 mgr.y (mgr.25441) 132 : cluster [DBG] pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 883 KiB/s rd, 0 B/s wr, 506 op/s 2024-03-30T04:42:07.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: cluster 2024-03-30T04:42:06.325204+0000 mgr.y (mgr.25441) 133 : cluster [DBG] pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 883 KiB/s rd, 0 B/s wr, 506 op/s 2024-03-30T04:42:07.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.332064+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:07.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: cephadm 2024-03-30T04:42:06.334026+0000 mgr.y (mgr.25441) 134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:07.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.405041+0000 mon.c (mon.1) 244 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:07.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.407452+0000 mon.c (mon.1) 245 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:07.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.409847+0000 mon.c (mon.1) 246 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:07.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.410738+0000 mon.c (mon.1) 247 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:07.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: cluster 2024-03-30T04:42:06.412117+0000 mgr.y (mgr.25441) 135 : cluster [DBG] pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: cluster 2024-03-30T04:42:06.412371+0000 mgr.y (mgr.25441) 136 : cluster [DBG] pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.417898+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:07.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: cephadm 2024-03-30T04:42:06.418902+0000 mgr.y (mgr.25441) 137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:07.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.497192+0000 mon.c (mon.1) 248 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:07.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.499609+0000 mon.c (mon.1) 249 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:07.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.502034+0000 mon.c (mon.1) 250 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:07.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.502866+0000 mon.c (mon.1) 251 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:07.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: cluster 2024-03-30T04:42:06.504365+0000 mgr.y (mgr.25441) 138 : cluster [DBG] pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: cluster 2024-03-30T04:42:06.504597+0000 mgr.y (mgr.25441) 139 : cluster [DBG] pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.510669+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:07.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: cephadm 2024-03-30T04:42:06.511323+0000 mgr.y (mgr.25441) 140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:07.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.567998+0000 mon.c (mon.1) 252 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:07.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.570277+0000 mon.c (mon.1) 253 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:07.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.572639+0000 mon.c (mon.1) 254 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:07.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.573390+0000 mon.c (mon.1) 255 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:07.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: cluster 2024-03-30T04:42:06.574874+0000 mgr.y (mgr.25441) 141 : cluster [DBG] pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: cluster 2024-03-30T04:42:06.575140+0000 mgr.y (mgr.25441) 142 : cluster [DBG] pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.580630+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:07.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: cephadm 2024-03-30T04:42:06.581280+0000 mgr.y (mgr.25441) 143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:07.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.638502+0000 mon.c (mon.1) 256 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:07.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.640480+0000 mon.c (mon.1) 257 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:07.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.643463+0000 mon.c (mon.1) 258 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:07.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.644365+0000 mon.c (mon.1) 259 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:07.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: cluster 2024-03-30T04:42:06.645886+0000 mgr.y (mgr.25441) 144 : cluster [DBG] pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: cluster 2024-03-30T04:42:06.646258+0000 mgr.y (mgr.25441) 145 : cluster [DBG] pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.652762+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:07.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: cephadm 2024-03-30T04:42:06.654497+0000 mgr.y (mgr.25441) 146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:07.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.727858+0000 mon.c (mon.1) 260 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:07.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.729955+0000 mon.c (mon.1) 261 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:07.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.732117+0000 mon.c (mon.1) 262 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:07.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.732894+0000 mon.c (mon.1) 263 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:07.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.739958+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:07.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.802748+0000 mon.c (mon.1) 264 : audit [DBG] from='client.? 172.21.15.111:0/4114519249' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:07.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.803236+0000 mon.c (mon.1) 265 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:07.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.805469+0000 mon.c (mon.1) 266 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:07.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.807731+0000 mon.c (mon.1) 267 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:07.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.808574+0000 mon.c (mon.1) 268 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:07.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.815272+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:07.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.874282+0000 mon.c (mon.1) 269 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:07.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.876103+0000 mon.c (mon.1) 270 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:07.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.877972+0000 mon.c (mon.1) 271 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:07.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.878795+0000 mon.c (mon.1) 272 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:07.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.887307+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:07.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.950525+0000 mon.c (mon.1) 273 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:07.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.952510+0000 mon.c (mon.1) 274 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:07.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.954541+0000 mon.c (mon.1) 275 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:07.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.955367+0000 mon.c (mon.1) 276 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:07.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:06.963387+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:07.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:07.027874+0000 mon.c (mon.1) 277 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:07.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:07.029982+0000 mon.c (mon.1) 278 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:07.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:07.032260+0000 mon.c (mon.1) 279 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:07.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:07.033018+0000 mon.c (mon.1) 280 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:07.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:07.039258+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:07.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:07.097967+0000 mon.c (mon.1) 281 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:07.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:07.099954+0000 mon.c (mon.1) 282 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:07.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:07.101853+0000 mon.c (mon.1) 283 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:07.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:07.102512+0000 mon.c (mon.1) 284 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:07.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:07.109326+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:07.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:07.170105+0000 mon.c (mon.1) 285 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:07.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:07.171641+0000 mon.c (mon.1) 286 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:07.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:07.173316+0000 mon.c (mon.1) 287 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:07.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:07 smithi117 bash[18692]: audit 2024-03-30T04:42:07.173919+0000 mon.c (mon.1) 288 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:07.593 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: cluster 2024-03-30T04:42:05.753167+0000 mgr.y (mgr.25441) 106 : cluster [DBG] pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.593 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: cluster 2024-03-30T04:42:05.753709+0000 mgr.y (mgr.25441) 107 : cluster [DBG] pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.593 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: cephadm 2024-03-30T04:42:05.761860+0000 mgr.y (mgr.25441) 108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:07.594 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: cluster 2024-03-30T04:42:05.809057+0000 mgr.y (mgr.25441) 109 : cluster [DBG] pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.594 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: cluster 2024-03-30T04:42:05.809301+0000 mgr.y (mgr.25441) 110 : cluster [DBG] pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.594 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: cephadm 2024-03-30T04:42:05.816598+0000 mgr.y (mgr.25441) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:07.594 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:05.863977+0000 mgr.y (mgr.25441) 112 : audit [DBG] from='client.25483 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:42:07.594 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: cluster 2024-03-30T04:42:05.880428+0000 mgr.y (mgr.25441) 113 : cluster [DBG] pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.594 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: cluster 2024-03-30T04:42:05.880665+0000 mgr.y (mgr.25441) 114 : cluster [DBG] pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.594 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: cephadm 2024-03-30T04:42:05.889743+0000 mgr.y (mgr.25441) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:07.594 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: cluster 2024-03-30T04:42:05.957170+0000 mgr.y (mgr.25441) 116 : cluster [DBG] pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.594 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: cluster 2024-03-30T04:42:05.957415+0000 mgr.y (mgr.25441) 117 : cluster [DBG] pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.594 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: cephadm 2024-03-30T04:42:05.966720+0000 mgr.y (mgr.25441) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:07.594 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: cluster 2024-03-30T04:42:06.032483+0000 mgr.y (mgr.25441) 119 : cluster [DBG] pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.594 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: cluster 2024-03-30T04:42:06.032727+0000 mgr.y (mgr.25441) 120 : cluster [DBG] pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.594 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: cephadm 2024-03-30T04:42:06.039015+0000 mgr.y (mgr.25441) 121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:07.594 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: cluster 2024-03-30T04:42:06.086096+0000 mgr.y (mgr.25441) 122 : cluster [DBG] pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.595 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: cluster 2024-03-30T04:42:06.086395+0000 mgr.y (mgr.25441) 123 : cluster [DBG] pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.595 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: cephadm 2024-03-30T04:42:06.092210+0000 mgr.y (mgr.25441) 124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:07.595 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: cluster 2024-03-30T04:42:06.146245+0000 mgr.y (mgr.25441) 125 : cluster [DBG] pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.1 MiB/s rd, 0 B/s wr, 641 op/s 2024-03-30T04:42:07.595 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: cluster 2024-03-30T04:42:06.147516+0000 mgr.y (mgr.25441) 126 : cluster [DBG] pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.1 MiB/s rd, 0 B/s wr, 639 op/s 2024-03-30T04:42:07.595 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: cephadm 2024-03-30T04:42:06.156409+0000 mgr.y (mgr.25441) 127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:07.595 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.236779+0000 mon.c (mon.1) 236 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:07.595 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.239921+0000 mon.c (mon.1) 237 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:07.595 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.242289+0000 mon.c (mon.1) 238 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:07.595 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.243161+0000 mon.c (mon.1) 239 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:07.595 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: cluster 2024-03-30T04:42:06.244884+0000 mgr.y (mgr.25441) 128 : cluster [DBG] pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 993 KiB/s rd, 0 B/s wr, 569 op/s 2024-03-30T04:42:07.595 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: cluster 2024-03-30T04:42:06.245135+0000 mgr.y (mgr.25441) 129 : cluster [DBG] pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 993 KiB/s rd, 0 B/s wr, 569 op/s 2024-03-30T04:42:07.595 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.252057+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:07.595 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: cephadm 2024-03-30T04:42:06.253171+0000 mgr.y (mgr.25441) 130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:07.596 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.314150+0000 mon.c (mon.1) 240 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:07.596 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.316587+0000 mon.c (mon.1) 241 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:07.596 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.318983+0000 mon.c (mon.1) 242 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:07.596 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.319890+0000 mon.c (mon.1) 243 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:07.596 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.320815+0000 mgr.y (mgr.25441) 131 : audit [DBG] from='client.25489 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:42:07.596 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: cluster 2024-03-30T04:42:06.325009+0000 mgr.y (mgr.25441) 132 : cluster [DBG] pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 883 KiB/s rd, 0 B/s wr, 506 op/s 2024-03-30T04:42:07.596 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: cluster 2024-03-30T04:42:06.325204+0000 mgr.y (mgr.25441) 133 : cluster [DBG] pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 883 KiB/s rd, 0 B/s wr, 506 op/s 2024-03-30T04:42:07.596 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.332064+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:07.596 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: cephadm 2024-03-30T04:42:06.334026+0000 mgr.y (mgr.25441) 134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:07.596 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.405041+0000 mon.c (mon.1) 244 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:07.596 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.407452+0000 mon.c (mon.1) 245 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:07.596 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.409847+0000 mon.c (mon.1) 246 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:07.596 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.410738+0000 mon.c (mon.1) 247 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:07.596 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: cluster 2024-03-30T04:42:06.412117+0000 mgr.y (mgr.25441) 135 : cluster [DBG] pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.596 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: cluster 2024-03-30T04:42:06.412371+0000 mgr.y (mgr.25441) 136 : cluster [DBG] pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.597 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.417898+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:07.597 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: cephadm 2024-03-30T04:42:06.418902+0000 mgr.y (mgr.25441) 137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:07.597 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.497192+0000 mon.c (mon.1) 248 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:07.597 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.499609+0000 mon.c (mon.1) 249 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:07.597 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.502034+0000 mon.c (mon.1) 250 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:07.597 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.502866+0000 mon.c (mon.1) 251 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:07.597 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: cluster 2024-03-30T04:42:06.504365+0000 mgr.y (mgr.25441) 138 : cluster [DBG] pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.597 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: cluster 2024-03-30T04:42:06.504597+0000 mgr.y (mgr.25441) 139 : cluster [DBG] pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.597 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.510669+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:07.597 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: cephadm 2024-03-30T04:42:06.511323+0000 mgr.y (mgr.25441) 140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:07.597 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.567998+0000 mon.c (mon.1) 252 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:07.597 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.570277+0000 mon.c (mon.1) 253 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:07.597 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.572639+0000 mon.c (mon.1) 254 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:07.597 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.573390+0000 mon.c (mon.1) 255 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:07.597 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: cluster 2024-03-30T04:42:06.574874+0000 mgr.y (mgr.25441) 141 : cluster [DBG] pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.598 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: cluster 2024-03-30T04:42:06.575140+0000 mgr.y (mgr.25441) 142 : cluster [DBG] pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.598 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.580630+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:07.598 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: cephadm 2024-03-30T04:42:06.581280+0000 mgr.y (mgr.25441) 143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:07.598 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.638502+0000 mon.c (mon.1) 256 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:07.598 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.640480+0000 mon.c (mon.1) 257 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:07.598 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.643463+0000 mon.c (mon.1) 258 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:07.598 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.644365+0000 mon.c (mon.1) 259 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:07.598 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: cluster 2024-03-30T04:42:06.645886+0000 mgr.y (mgr.25441) 144 : cluster [DBG] pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.598 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: cluster 2024-03-30T04:42:06.646258+0000 mgr.y (mgr.25441) 145 : cluster [DBG] pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.598 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.652762+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:07.598 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: cephadm 2024-03-30T04:42:06.654497+0000 mgr.y (mgr.25441) 146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:07.598 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.727858+0000 mon.c (mon.1) 260 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:07.598 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.729955+0000 mon.c (mon.1) 261 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:07.598 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.732117+0000 mon.c (mon.1) 262 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:07.599 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.732894+0000 mon.c (mon.1) 263 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:07.599 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.739958+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:07.599 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.802748+0000 mon.c (mon.1) 264 : audit [DBG] from='client.? 172.21.15.111:0/4114519249' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:07.599 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.803236+0000 mon.c (mon.1) 265 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:07.599 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.805469+0000 mon.c (mon.1) 266 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:07.599 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.807731+0000 mon.c (mon.1) 267 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:07.599 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.808574+0000 mon.c (mon.1) 268 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:07.599 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.815272+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:07.599 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.874282+0000 mon.c (mon.1) 269 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:07.599 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.876103+0000 mon.c (mon.1) 270 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:07.599 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.877972+0000 mon.c (mon.1) 271 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:07.599 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.878795+0000 mon.c (mon.1) 272 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:07.599 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.887307+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:07.599 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.950525+0000 mon.c (mon.1) 273 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:07.600 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.952510+0000 mon.c (mon.1) 274 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:07.600 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.954541+0000 mon.c (mon.1) 275 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:07.600 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.955367+0000 mon.c (mon.1) 276 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:07.600 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:06.963387+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:07.600 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:07.027874+0000 mon.c (mon.1) 277 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:07.600 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:07.029982+0000 mon.c (mon.1) 278 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:07.600 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:07.032260+0000 mon.c (mon.1) 279 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:07.600 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:07.033018+0000 mon.c (mon.1) 280 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:07.600 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:07.039258+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:07.600 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:07.097967+0000 mon.c (mon.1) 281 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:07.600 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:07.099954+0000 mon.c (mon.1) 282 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:07.600 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: cluster 2024-03-30T04:42:05.753167+0000 mgr.y (mgr.25441) 106 : cluster [DBG] pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.601 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: cluster 2024-03-30T04:42:05.753709+0000 mgr.y (mgr.25441) 107 : cluster [DBG] pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.601 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: cephadm 2024-03-30T04:42:05.761860+0000 mgr.y (mgr.25441) 108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:07.601 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: cluster 2024-03-30T04:42:05.809057+0000 mgr.y (mgr.25441) 109 : cluster [DBG] pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.601 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: cluster 2024-03-30T04:42:05.809301+0000 mgr.y (mgr.25441) 110 : cluster [DBG] pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.601 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: cephadm 2024-03-30T04:42:05.816598+0000 mgr.y (mgr.25441) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:07.601 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:05.863977+0000 mgr.y (mgr.25441) 112 : audit [DBG] from='client.25483 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:42:07.601 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: cluster 2024-03-30T04:42:05.880428+0000 mgr.y (mgr.25441) 113 : cluster [DBG] pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.601 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: cluster 2024-03-30T04:42:05.880665+0000 mgr.y (mgr.25441) 114 : cluster [DBG] pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.601 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: cephadm 2024-03-30T04:42:05.889743+0000 mgr.y (mgr.25441) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:07.601 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: cluster 2024-03-30T04:42:05.957170+0000 mgr.y (mgr.25441) 116 : cluster [DBG] pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.601 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: cluster 2024-03-30T04:42:05.957415+0000 mgr.y (mgr.25441) 117 : cluster [DBG] pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.601 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: cephadm 2024-03-30T04:42:05.966720+0000 mgr.y (mgr.25441) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:07.601 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: cluster 2024-03-30T04:42:06.032483+0000 mgr.y (mgr.25441) 119 : cluster [DBG] pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.602 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: cluster 2024-03-30T04:42:06.032727+0000 mgr.y (mgr.25441) 120 : cluster [DBG] pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.602 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: cephadm 2024-03-30T04:42:06.039015+0000 mgr.y (mgr.25441) 121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:07.602 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: cluster 2024-03-30T04:42:06.086096+0000 mgr.y (mgr.25441) 122 : cluster [DBG] pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.602 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: cluster 2024-03-30T04:42:06.086395+0000 mgr.y (mgr.25441) 123 : cluster [DBG] pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.602 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: cephadm 2024-03-30T04:42:06.092210+0000 mgr.y (mgr.25441) 124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:07.602 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: cluster 2024-03-30T04:42:06.146245+0000 mgr.y (mgr.25441) 125 : cluster [DBG] pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.1 MiB/s rd, 0 B/s wr, 641 op/s 2024-03-30T04:42:07.602 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: cluster 2024-03-30T04:42:06.147516+0000 mgr.y (mgr.25441) 126 : cluster [DBG] pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.1 MiB/s rd, 0 B/s wr, 639 op/s 2024-03-30T04:42:07.602 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: cephadm 2024-03-30T04:42:06.156409+0000 mgr.y (mgr.25441) 127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:07.602 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.236779+0000 mon.c (mon.1) 236 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:07.602 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.239921+0000 mon.c (mon.1) 237 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:07.602 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.242289+0000 mon.c (mon.1) 238 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:07.602 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.243161+0000 mon.c (mon.1) 239 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:07.602 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: cluster 2024-03-30T04:42:06.244884+0000 mgr.y (mgr.25441) 128 : cluster [DBG] pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 993 KiB/s rd, 0 B/s wr, 569 op/s 2024-03-30T04:42:07.602 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: cluster 2024-03-30T04:42:06.245135+0000 mgr.y (mgr.25441) 129 : cluster [DBG] pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 993 KiB/s rd, 0 B/s wr, 569 op/s 2024-03-30T04:42:07.602 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.252057+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:07.603 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: cephadm 2024-03-30T04:42:06.253171+0000 mgr.y (mgr.25441) 130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:07.603 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.314150+0000 mon.c (mon.1) 240 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:07.603 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.316587+0000 mon.c (mon.1) 241 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:07.603 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.318983+0000 mon.c (mon.1) 242 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:07.603 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.319890+0000 mon.c (mon.1) 243 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:07.603 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.320815+0000 mgr.y (mgr.25441) 131 : audit [DBG] from='client.25489 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:42:07.603 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: cluster 2024-03-30T04:42:06.325009+0000 mgr.y (mgr.25441) 132 : cluster [DBG] pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 883 KiB/s rd, 0 B/s wr, 506 op/s 2024-03-30T04:42:07.603 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: cluster 2024-03-30T04:42:06.325204+0000 mgr.y (mgr.25441) 133 : cluster [DBG] pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 883 KiB/s rd, 0 B/s wr, 506 op/s 2024-03-30T04:42:07.603 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.332064+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:07.603 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: cephadm 2024-03-30T04:42:06.334026+0000 mgr.y (mgr.25441) 134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:07.603 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.405041+0000 mon.c (mon.1) 244 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:07.603 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.407452+0000 mon.c (mon.1) 245 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:07.603 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.409847+0000 mon.c (mon.1) 246 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:07.603 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.410738+0000 mon.c (mon.1) 247 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:07.604 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: cluster 2024-03-30T04:42:06.412117+0000 mgr.y (mgr.25441) 135 : cluster [DBG] pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.604 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: cluster 2024-03-30T04:42:06.412371+0000 mgr.y (mgr.25441) 136 : cluster [DBG] pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.604 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.417898+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:07.604 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: cephadm 2024-03-30T04:42:06.418902+0000 mgr.y (mgr.25441) 137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:07.604 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.497192+0000 mon.c (mon.1) 248 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:07.604 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.499609+0000 mon.c (mon.1) 249 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:07.604 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.502034+0000 mon.c (mon.1) 250 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:07.604 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.502866+0000 mon.c (mon.1) 251 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:07.604 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: cluster 2024-03-30T04:42:06.504365+0000 mgr.y (mgr.25441) 138 : cluster [DBG] pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.604 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: cluster 2024-03-30T04:42:06.504597+0000 mgr.y (mgr.25441) 139 : cluster [DBG] pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.604 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.510669+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:07.604 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: cephadm 2024-03-30T04:42:06.511323+0000 mgr.y (mgr.25441) 140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:07.604 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.567998+0000 mon.c (mon.1) 252 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:07.604 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.570277+0000 mon.c (mon.1) 253 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:07.605 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.572639+0000 mon.c (mon.1) 254 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:07.605 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.573390+0000 mon.c (mon.1) 255 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:07.605 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: cluster 2024-03-30T04:42:06.574874+0000 mgr.y (mgr.25441) 141 : cluster [DBG] pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.605 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: cluster 2024-03-30T04:42:06.575140+0000 mgr.y (mgr.25441) 142 : cluster [DBG] pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.605 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.580630+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:07.605 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: cephadm 2024-03-30T04:42:06.581280+0000 mgr.y (mgr.25441) 143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:07.605 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.638502+0000 mon.c (mon.1) 256 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:07.605 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.640480+0000 mon.c (mon.1) 257 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:07.605 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.643463+0000 mon.c (mon.1) 258 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:07.605 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.644365+0000 mon.c (mon.1) 259 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:07.605 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: cluster 2024-03-30T04:42:06.645886+0000 mgr.y (mgr.25441) 144 : cluster [DBG] pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.605 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: cluster 2024-03-30T04:42:06.646258+0000 mgr.y (mgr.25441) 145 : cluster [DBG] pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:07.605 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.652762+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:07.605 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: cephadm 2024-03-30T04:42:06.654497+0000 mgr.y (mgr.25441) 146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:07.605 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.727858+0000 mon.c (mon.1) 260 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:07.606 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.729955+0000 mon.c (mon.1) 261 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:07.606 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.732117+0000 mon.c (mon.1) 262 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:07.606 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.732894+0000 mon.c (mon.1) 263 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:07.606 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.739958+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:07.606 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.802748+0000 mon.c (mon.1) 264 : audit [DBG] from='client.? 172.21.15.111:0/4114519249' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:07.606 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.803236+0000 mon.c (mon.1) 265 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:07.606 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.805469+0000 mon.c (mon.1) 266 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:07.606 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.807731+0000 mon.c (mon.1) 267 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:07.606 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.808574+0000 mon.c (mon.1) 268 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:07.606 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.815272+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:07.606 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.874282+0000 mon.c (mon.1) 269 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:07.606 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.876103+0000 mon.c (mon.1) 270 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:07.606 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.877972+0000 mon.c (mon.1) 271 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:07.606 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.878795+0000 mon.c (mon.1) 272 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:07.606 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.887307+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:07.607 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.950525+0000 mon.c (mon.1) 273 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:07.607 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.952510+0000 mon.c (mon.1) 274 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:07.607 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.954541+0000 mon.c (mon.1) 275 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:07.607 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.955367+0000 mon.c (mon.1) 276 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:07.607 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:06.963387+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:07.607 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:07.027874+0000 mon.c (mon.1) 277 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:07.607 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:07.029982+0000 mon.c (mon.1) 278 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:07.607 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:07.032260+0000 mon.c (mon.1) 279 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:07.607 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:07.033018+0000 mon.c (mon.1) 280 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:07.607 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:07.039258+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:07.607 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:07.097967+0000 mon.c (mon.1) 281 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:07.607 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:07.099954+0000 mon.c (mon.1) 282 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:07.607 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:07.101853+0000 mon.c (mon.1) 283 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:07.607 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:07.102512+0000 mon.c (mon.1) 284 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:07.607 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:07.109326+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:07.608 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:07.170105+0000 mon.c (mon.1) 285 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:07.608 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:07.171641+0000 mon.c (mon.1) 286 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:07.608 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:07.173316+0000 mon.c (mon.1) 287 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:07.608 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[24005]: audit 2024-03-30T04:42:07.173919+0000 mon.c (mon.1) 288 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:07.608 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:07.101853+0000 mon.c (mon.1) 283 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:07.608 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:07.102512+0000 mon.c (mon.1) 284 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:07.608 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:07.109326+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:07.608 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:07.170105+0000 mon.c (mon.1) 285 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:07.608 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:07.171641+0000 mon.c (mon.1) 286 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:07.608 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:07.173316+0000 mon.c (mon.1) 287 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:07.608 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:07 smithi111 bash[70954]: audit 2024-03-30T04:42:07.173919+0000 mon.c (mon.1) 288 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:07.691 INFO:teuthology.orchestra.run.smithi111.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:42:07.692 INFO:teuthology.orchestra.run.smithi111.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:42:07.692 INFO:teuthology.orchestra.run.smithi111.stdout: daemon grafana.a on smithi117 is in unknown state 2024-03-30T04:42:08.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: cluster 2024-03-30T04:42:06.734475+0000 mgr.y (mgr.25441) 147 : cluster [DBG] pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: cluster 2024-03-30T04:42:06.734856+0000 mgr.y (mgr.25441) 148 : cluster [DBG] pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: cephadm 2024-03-30T04:42:06.741821+0000 mgr.y (mgr.25441) 149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:08.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: cluster 2024-03-30T04:42:06.809981+0000 mgr.y (mgr.25441) 150 : cluster [DBG] pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: cluster 2024-03-30T04:42:06.810241+0000 mgr.y (mgr.25441) 151 : cluster [DBG] pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: cephadm 2024-03-30T04:42:06.817083+0000 mgr.y (mgr.25441) 152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:08.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: cluster 2024-03-30T04:42:06.880270+0000 mgr.y (mgr.25441) 153 : cluster [DBG] pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: cluster 2024-03-30T04:42:06.880514+0000 mgr.y (mgr.25441) 154 : cluster [DBG] pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: cephadm 2024-03-30T04:42:06.888017+0000 mgr.y (mgr.25441) 155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:08.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: cluster 2024-03-30T04:42:06.956990+0000 mgr.y (mgr.25441) 156 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: cluster 2024-03-30T04:42:06.957240+0000 mgr.y (mgr.25441) 157 : cluster [DBG] pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: cephadm 2024-03-30T04:42:06.965876+0000 mgr.y (mgr.25441) 158 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:08.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: cluster 2024-03-30T04:42:07.034315+0000 mgr.y (mgr.25441) 159 : cluster [DBG] pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: cluster 2024-03-30T04:42:07.034571+0000 mgr.y (mgr.25441) 160 : cluster [DBG] pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: cephadm 2024-03-30T04:42:07.041877+0000 mgr.y (mgr.25441) 161 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:08.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: cluster 2024-03-30T04:42:07.103881+0000 mgr.y (mgr.25441) 162 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: cluster 2024-03-30T04:42:07.104148+0000 mgr.y (mgr.25441) 163 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: cephadm 2024-03-30T04:42:07.113096+0000 mgr.y (mgr.25441) 164 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:08.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: cluster 2024-03-30T04:42:07.175207+0000 mgr.y (mgr.25441) 165 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: cluster 2024-03-30T04:42:07.175459+0000 mgr.y (mgr.25441) 166 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: cluster 2024-03-30T04:42:06.734475+0000 mgr.y (mgr.25441) 147 : cluster [DBG] pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: cluster 2024-03-30T04:42:06.734856+0000 mgr.y (mgr.25441) 148 : cluster [DBG] pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: cephadm 2024-03-30T04:42:06.741821+0000 mgr.y (mgr.25441) 149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:08.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: cluster 2024-03-30T04:42:06.809981+0000 mgr.y (mgr.25441) 150 : cluster [DBG] pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: cluster 2024-03-30T04:42:06.810241+0000 mgr.y (mgr.25441) 151 : cluster [DBG] pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: cephadm 2024-03-30T04:42:06.817083+0000 mgr.y (mgr.25441) 152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:08.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: cluster 2024-03-30T04:42:06.880270+0000 mgr.y (mgr.25441) 153 : cluster [DBG] pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: cluster 2024-03-30T04:42:06.880514+0000 mgr.y (mgr.25441) 154 : cluster [DBG] pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: cephadm 2024-03-30T04:42:06.888017+0000 mgr.y (mgr.25441) 155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:08.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: cluster 2024-03-30T04:42:06.956990+0000 mgr.y (mgr.25441) 156 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: cluster 2024-03-30T04:42:06.957240+0000 mgr.y (mgr.25441) 157 : cluster [DBG] pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: cephadm 2024-03-30T04:42:06.965876+0000 mgr.y (mgr.25441) 158 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:08.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: cluster 2024-03-30T04:42:07.034315+0000 mgr.y (mgr.25441) 159 : cluster [DBG] pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: cluster 2024-03-30T04:42:07.034571+0000 mgr.y (mgr.25441) 160 : cluster [DBG] pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: cephadm 2024-03-30T04:42:07.041877+0000 mgr.y (mgr.25441) 161 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:08.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: cluster 2024-03-30T04:42:07.103881+0000 mgr.y (mgr.25441) 162 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: cluster 2024-03-30T04:42:07.104148+0000 mgr.y (mgr.25441) 163 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: cephadm 2024-03-30T04:42:07.113096+0000 mgr.y (mgr.25441) 164 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:08.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: cluster 2024-03-30T04:42:07.175207+0000 mgr.y (mgr.25441) 165 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: cluster 2024-03-30T04:42:07.175459+0000 mgr.y (mgr.25441) 166 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.180310+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: cephadm 2024-03-30T04:42:07.183105+0000 mgr.y (mgr.25441) 167 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:08.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.224840+0000 mgr.y (mgr.25441) 168 : audit [DBG] from='client.34158 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:42:08.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.260251+0000 mon.c (mon.1) 289 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:08.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.262285+0000 mon.c (mon.1) 290 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:08.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.264655+0000 mon.c (mon.1) 291 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:08.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.265384+0000 mon.c (mon.1) 292 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:08.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: cluster 2024-03-30T04:42:07.266894+0000 mgr.y (mgr.25441) 169 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: cluster 2024-03-30T04:42:07.267161+0000 mgr.y (mgr.25441) 170 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.273366+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: cephadm 2024-03-30T04:42:07.276768+0000 mgr.y (mgr.25441) 171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:08.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.317652+0000 mon.c (mon.1) 293 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:08.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.319360+0000 mon.c (mon.1) 294 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:08.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.321291+0000 mon.c (mon.1) 295 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:08.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.321944+0000 mon.c (mon.1) 296 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:08.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: cluster 2024-03-30T04:42:07.323292+0000 mgr.y (mgr.25441) 172 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: cluster 2024-03-30T04:42:07.323543+0000 mgr.y (mgr.25441) 173 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.330635+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: cephadm 2024-03-30T04:42:07.334755+0000 mgr.y (mgr.25441) 174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:08.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.380954+0000 mon.c (mon.1) 297 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:08.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.180310+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: cephadm 2024-03-30T04:42:07.183105+0000 mgr.y (mgr.25441) 167 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:08.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.224840+0000 mgr.y (mgr.25441) 168 : audit [DBG] from='client.34158 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:42:08.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.260251+0000 mon.c (mon.1) 289 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:08.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.262285+0000 mon.c (mon.1) 290 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:08.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.264655+0000 mon.c (mon.1) 291 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:08.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.265384+0000 mon.c (mon.1) 292 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:08.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: cluster 2024-03-30T04:42:07.266894+0000 mgr.y (mgr.25441) 169 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: cluster 2024-03-30T04:42:07.267161+0000 mgr.y (mgr.25441) 170 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.273366+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: cephadm 2024-03-30T04:42:07.276768+0000 mgr.y (mgr.25441) 171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:08.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.317652+0000 mon.c (mon.1) 293 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:08.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.319360+0000 mon.c (mon.1) 294 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:08.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.321291+0000 mon.c (mon.1) 295 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:08.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.321944+0000 mon.c (mon.1) 296 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:08.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: cluster 2024-03-30T04:42:07.323292+0000 mgr.y (mgr.25441) 172 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: cluster 2024-03-30T04:42:07.323543+0000 mgr.y (mgr.25441) 173 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.330635+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: cephadm 2024-03-30T04:42:07.334755+0000 mgr.y (mgr.25441) 174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:08.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.380954+0000 mon.c (mon.1) 297 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:08.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.383008+0000 mon.c (mon.1) 298 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:08.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.385118+0000 mon.c (mon.1) 299 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:08.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.385893+0000 mon.c (mon.1) 300 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:08.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: cluster 2024-03-30T04:42:07.387473+0000 mgr.y (mgr.25441) 175 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: cluster 2024-03-30T04:42:07.387745+0000 mgr.y (mgr.25441) 176 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.391840+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: cephadm 2024-03-30T04:42:07.393785+0000 mgr.y (mgr.25441) 177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:08.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.434540+0000 mon.c (mon.1) 301 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:08.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.436483+0000 mon.c (mon.1) 302 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:08.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.438372+0000 mon.c (mon.1) 303 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:08.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.439121+0000 mon.c (mon.1) 304 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:08.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: cluster 2024-03-30T04:42:07.440465+0000 mgr.y (mgr.25441) 178 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: cluster 2024-03-30T04:42:07.440960+0000 mgr.y (mgr.25441) 179 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.446501+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: cephadm 2024-03-30T04:42:07.447142+0000 mgr.y (mgr.25441) 180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:08.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.488059+0000 mon.c (mon.1) 305 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:08.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.489936+0000 mon.c (mon.1) 306 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:08.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.491927+0000 mon.c (mon.1) 307 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:08.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.492678+0000 mon.c (mon.1) 308 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:08.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: cluster 2024-03-30T04:42:07.494186+0000 mgr.y (mgr.25441) 181 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.383008+0000 mon.c (mon.1) 298 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:08.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.385118+0000 mon.c (mon.1) 299 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:08.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.385893+0000 mon.c (mon.1) 300 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:08.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: cluster 2024-03-30T04:42:07.387473+0000 mgr.y (mgr.25441) 175 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: cluster 2024-03-30T04:42:07.387745+0000 mgr.y (mgr.25441) 176 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.391840+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: cephadm 2024-03-30T04:42:07.393785+0000 mgr.y (mgr.25441) 177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:08.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.434540+0000 mon.c (mon.1) 301 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:08.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.436483+0000 mon.c (mon.1) 302 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:08.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.438372+0000 mon.c (mon.1) 303 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:08.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.439121+0000 mon.c (mon.1) 304 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:08.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: cluster 2024-03-30T04:42:07.440465+0000 mgr.y (mgr.25441) 178 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: cluster 2024-03-30T04:42:07.440960+0000 mgr.y (mgr.25441) 179 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.446501+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: cephadm 2024-03-30T04:42:07.447142+0000 mgr.y (mgr.25441) 180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:08.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.488059+0000 mon.c (mon.1) 305 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:08.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.489936+0000 mon.c (mon.1) 306 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:08.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.491927+0000 mon.c (mon.1) 307 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:08.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.492678+0000 mon.c (mon.1) 308 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:08.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: cluster 2024-03-30T04:42:07.494186+0000 mgr.y (mgr.25441) 181 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: cluster 2024-03-30T04:42:07.494478+0000 mgr.y (mgr.25441) 182 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.500336+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: cephadm 2024-03-30T04:42:07.501285+0000 mgr.y (mgr.25441) 183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:08.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.557994+0000 mon.c (mon.1) 309 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:08.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.559816+0000 mon.c (mon.1) 310 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:08.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.562040+0000 mon.c (mon.1) 311 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:08.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.562701+0000 mon.c (mon.1) 312 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:08.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: cluster 2024-03-30T04:42:07.564092+0000 mgr.y (mgr.25441) 184 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: cluster 2024-03-30T04:42:07.564362+0000 mgr.y (mgr.25441) 185 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.569633+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: cephadm 2024-03-30T04:42:07.571590+0000 mgr.y (mgr.25441) 186 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:08.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.649690+0000 mon.c (mon.1) 313 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:08.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.652093+0000 mon.c (mon.1) 314 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:08.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.654594+0000 mon.c (mon.1) 315 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:08.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.655468+0000 mon.c (mon.1) 316 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:08.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: cluster 2024-03-30T04:42:07.657109+0000 mgr.y (mgr.25441) 187 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: cluster 2024-03-30T04:42:07.657377+0000 mgr.y (mgr.25441) 188 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.663824+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: cephadm 2024-03-30T04:42:07.665087+0000 mgr.y (mgr.25441) 189 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:08.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.699642+0000 mon.a (mon.0) 114 : audit [DBG] from='client.? 172.21.15.111:0/4141064268' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:42:08.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.722096+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: cluster 2024-03-30T04:42:07.494478+0000 mgr.y (mgr.25441) 182 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.500336+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: cephadm 2024-03-30T04:42:07.501285+0000 mgr.y (mgr.25441) 183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:08.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.557994+0000 mon.c (mon.1) 309 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:08.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.559816+0000 mon.c (mon.1) 310 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:08.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.562040+0000 mon.c (mon.1) 311 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:08.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.562701+0000 mon.c (mon.1) 312 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:08.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: cluster 2024-03-30T04:42:07.564092+0000 mgr.y (mgr.25441) 184 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: cluster 2024-03-30T04:42:07.564362+0000 mgr.y (mgr.25441) 185 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.569633+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: cephadm 2024-03-30T04:42:07.571590+0000 mgr.y (mgr.25441) 186 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:08.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.649690+0000 mon.c (mon.1) 313 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:08.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.652093+0000 mon.c (mon.1) 314 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:08.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.654594+0000 mon.c (mon.1) 315 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:08.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.655468+0000 mon.c (mon.1) 316 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:08.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: cluster 2024-03-30T04:42:07.657109+0000 mgr.y (mgr.25441) 187 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: cluster 2024-03-30T04:42:07.657377+0000 mgr.y (mgr.25441) 188 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.663824+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: cephadm 2024-03-30T04:42:07.665087+0000 mgr.y (mgr.25441) 189 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:08.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.699642+0000 mon.a (mon.0) 114 : audit [DBG] from='client.? 172.21.15.111:0/4141064268' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:42:08.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.722096+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.737890+0000 mon.c (mon.1) 317 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:08.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.739438+0000 mon.c (mon.1) 318 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:08.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.741266+0000 mon.c (mon.1) 319 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:08.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.741947+0000 mon.c (mon.1) 320 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:08.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.750483+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.807213+0000 mon.c (mon.1) 321 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:08.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.808824+0000 mon.c (mon.1) 322 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:08.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.810698+0000 mon.c (mon.1) 323 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:08.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.811395+0000 mon.c (mon.1) 324 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:08.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.818202+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.875590+0000 mon.c (mon.1) 325 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:08.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.877529+0000 mon.c (mon.1) 326 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:08.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.879430+0000 mon.c (mon.1) 327 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:08.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.880143+0000 mon.c (mon.1) 328 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:08.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.886282+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.945450+0000 mon.c (mon.1) 329 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:08.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.947661+0000 mon.c (mon.1) 330 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:08.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.949756+0000 mon.c (mon.1) 331 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:08.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.950507+0000 mon.c (mon.1) 332 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:08.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:07.957758+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.737890+0000 mon.c (mon.1) 317 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:08.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.739438+0000 mon.c (mon.1) 318 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:08.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.741266+0000 mon.c (mon.1) 319 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:08.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.741947+0000 mon.c (mon.1) 320 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:08.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.750483+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.807213+0000 mon.c (mon.1) 321 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:08.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.808824+0000 mon.c (mon.1) 322 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:08.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.810698+0000 mon.c (mon.1) 323 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:08.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.811395+0000 mon.c (mon.1) 324 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:08.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.818202+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.875590+0000 mon.c (mon.1) 325 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:08.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.877529+0000 mon.c (mon.1) 326 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:08.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.879430+0000 mon.c (mon.1) 327 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:08.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.880143+0000 mon.c (mon.1) 328 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:08.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.886282+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.945450+0000 mon.c (mon.1) 329 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:08.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.947661+0000 mon.c (mon.1) 330 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:08.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.949756+0000 mon.c (mon.1) 331 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:08.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.950507+0000 mon.c (mon.1) 332 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:08.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:07.957758+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:08.014575+0000 mon.c (mon.1) 333 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:08.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:08.016218+0000 mon.c (mon.1) 334 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:08.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:08.018432+0000 mon.c (mon.1) 335 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:08.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:08.019136+0000 mon.c (mon.1) 336 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:08.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:08.026327+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:08.086500+0000 mon.c (mon.1) 337 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:08.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:08.088220+0000 mon.c (mon.1) 338 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:08.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:08.090469+0000 mon.c (mon.1) 339 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:08.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:08.091225+0000 mon.c (mon.1) 340 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:08.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:08.099632+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:08.157740+0000 mon.c (mon.1) 341 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:08.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:08.159527+0000 mon.c (mon.1) 342 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:08.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:08.161656+0000 mon.c (mon.1) 343 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:08.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:08.162459+0000 mon.c (mon.1) 344 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:08.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[70954]: audit 2024-03-30T04:42:08.170705+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:08.014575+0000 mon.c (mon.1) 333 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:08.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:08.016218+0000 mon.c (mon.1) 334 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:08.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:08.018432+0000 mon.c (mon.1) 335 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:08.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:08.019136+0000 mon.c (mon.1) 336 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:08.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:08.026327+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:08.086500+0000 mon.c (mon.1) 337 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:08.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:08.088220+0000 mon.c (mon.1) 338 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:08.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:08.090469+0000 mon.c (mon.1) 339 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:08.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:08.091225+0000 mon.c (mon.1) 340 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:08.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:08.099632+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:08.157740+0000 mon.c (mon.1) 341 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:08.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:08.159527+0000 mon.c (mon.1) 342 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:08.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:08.161656+0000 mon.c (mon.1) 343 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:08.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:08.162459+0000 mon.c (mon.1) 344 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:08.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:08 smithi111 bash[24005]: audit 2024-03-30T04:42:08.170705+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.512 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: cluster 2024-03-30T04:42:06.734475+0000 mgr.y (mgr.25441) 147 : cluster [DBG] pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.512 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: cluster 2024-03-30T04:42:06.734856+0000 mgr.y (mgr.25441) 148 : cluster [DBG] pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.512 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: cephadm 2024-03-30T04:42:06.741821+0000 mgr.y (mgr.25441) 149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:08.512 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: cluster 2024-03-30T04:42:06.809981+0000 mgr.y (mgr.25441) 150 : cluster [DBG] pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.513 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: cluster 2024-03-30T04:42:06.810241+0000 mgr.y (mgr.25441) 151 : cluster [DBG] pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.513 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: cephadm 2024-03-30T04:42:06.817083+0000 mgr.y (mgr.25441) 152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:08.513 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: cluster 2024-03-30T04:42:06.880270+0000 mgr.y (mgr.25441) 153 : cluster [DBG] pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.513 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: cluster 2024-03-30T04:42:06.880514+0000 mgr.y (mgr.25441) 154 : cluster [DBG] pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.513 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: cephadm 2024-03-30T04:42:06.888017+0000 mgr.y (mgr.25441) 155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:08.513 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: cluster 2024-03-30T04:42:06.956990+0000 mgr.y (mgr.25441) 156 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.513 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: cluster 2024-03-30T04:42:06.957240+0000 mgr.y (mgr.25441) 157 : cluster [DBG] pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.513 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: cephadm 2024-03-30T04:42:06.965876+0000 mgr.y (mgr.25441) 158 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:08.513 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: cluster 2024-03-30T04:42:07.034315+0000 mgr.y (mgr.25441) 159 : cluster [DBG] pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.513 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: cluster 2024-03-30T04:42:07.034571+0000 mgr.y (mgr.25441) 160 : cluster [DBG] pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.513 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: cephadm 2024-03-30T04:42:07.041877+0000 mgr.y (mgr.25441) 161 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:08.513 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: cluster 2024-03-30T04:42:07.103881+0000 mgr.y (mgr.25441) 162 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.513 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: cluster 2024-03-30T04:42:07.104148+0000 mgr.y (mgr.25441) 163 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.514 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: cephadm 2024-03-30T04:42:07.113096+0000 mgr.y (mgr.25441) 164 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:08.514 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: cluster 2024-03-30T04:42:07.175207+0000 mgr.y (mgr.25441) 165 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.514 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: cluster 2024-03-30T04:42:07.175459+0000 mgr.y (mgr.25441) 166 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.515 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.180310+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.515 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: cephadm 2024-03-30T04:42:07.183105+0000 mgr.y (mgr.25441) 167 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:08.515 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.224840+0000 mgr.y (mgr.25441) 168 : audit [DBG] from='client.34158 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:42:08.515 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.260251+0000 mon.c (mon.1) 289 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:08.515 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.262285+0000 mon.c (mon.1) 290 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:08.515 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.264655+0000 mon.c (mon.1) 291 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:08.515 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.265384+0000 mon.c (mon.1) 292 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:08.515 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: cluster 2024-03-30T04:42:07.266894+0000 mgr.y (mgr.25441) 169 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.515 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: cluster 2024-03-30T04:42:07.267161+0000 mgr.y (mgr.25441) 170 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.515 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.273366+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.515 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: cephadm 2024-03-30T04:42:07.276768+0000 mgr.y (mgr.25441) 171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:08.515 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.317652+0000 mon.c (mon.1) 293 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:08.516 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.319360+0000 mon.c (mon.1) 294 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:08.516 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.321291+0000 mon.c (mon.1) 295 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:08.516 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.321944+0000 mon.c (mon.1) 296 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:08.516 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: cluster 2024-03-30T04:42:07.323292+0000 mgr.y (mgr.25441) 172 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.516 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: cluster 2024-03-30T04:42:07.323543+0000 mgr.y (mgr.25441) 173 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.516 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.330635+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.516 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: cephadm 2024-03-30T04:42:07.334755+0000 mgr.y (mgr.25441) 174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:08.516 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.380954+0000 mon.c (mon.1) 297 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:08.516 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.383008+0000 mon.c (mon.1) 298 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:08.516 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.385118+0000 mon.c (mon.1) 299 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:08.516 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.385893+0000 mon.c (mon.1) 300 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:08.516 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: cluster 2024-03-30T04:42:07.387473+0000 mgr.y (mgr.25441) 175 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.516 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: cluster 2024-03-30T04:42:07.387745+0000 mgr.y (mgr.25441) 176 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.516 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.391840+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.517 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: cephadm 2024-03-30T04:42:07.393785+0000 mgr.y (mgr.25441) 177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:08.517 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.434540+0000 mon.c (mon.1) 301 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:08.517 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.436483+0000 mon.c (mon.1) 302 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:08.517 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.438372+0000 mon.c (mon.1) 303 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:08.517 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.439121+0000 mon.c (mon.1) 304 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:08.517 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: cluster 2024-03-30T04:42:07.440465+0000 mgr.y (mgr.25441) 178 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.517 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: cluster 2024-03-30T04:42:07.440960+0000 mgr.y (mgr.25441) 179 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.517 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.446501+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.517 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: cephadm 2024-03-30T04:42:07.447142+0000 mgr.y (mgr.25441) 180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:08.517 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.488059+0000 mon.c (mon.1) 305 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:08.517 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.489936+0000 mon.c (mon.1) 306 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:08.517 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.491927+0000 mon.c (mon.1) 307 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:08.517 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.492678+0000 mon.c (mon.1) 308 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:08.517 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: cluster 2024-03-30T04:42:07.494186+0000 mgr.y (mgr.25441) 181 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.518 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: cluster 2024-03-30T04:42:07.494478+0000 mgr.y (mgr.25441) 182 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.518 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.500336+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.518 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: cephadm 2024-03-30T04:42:07.501285+0000 mgr.y (mgr.25441) 183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:08.518 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.557994+0000 mon.c (mon.1) 309 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:08.518 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.559816+0000 mon.c (mon.1) 310 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:08.518 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.562040+0000 mon.c (mon.1) 311 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:08.519 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.562701+0000 mon.c (mon.1) 312 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:08.519 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: cluster 2024-03-30T04:42:07.564092+0000 mgr.y (mgr.25441) 184 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.519 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: cluster 2024-03-30T04:42:07.564362+0000 mgr.y (mgr.25441) 185 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.519 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.569633+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.519 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: cephadm 2024-03-30T04:42:07.571590+0000 mgr.y (mgr.25441) 186 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:08.519 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.649690+0000 mon.c (mon.1) 313 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:08.519 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.652093+0000 mon.c (mon.1) 314 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:08.519 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.654594+0000 mon.c (mon.1) 315 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:08.519 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.655468+0000 mon.c (mon.1) 316 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:08.519 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: cluster 2024-03-30T04:42:07.657109+0000 mgr.y (mgr.25441) 187 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.519 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: cluster 2024-03-30T04:42:07.657377+0000 mgr.y (mgr.25441) 188 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:08.519 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.663824+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.519 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: cephadm 2024-03-30T04:42:07.665087+0000 mgr.y (mgr.25441) 189 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:08.519 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.699642+0000 mon.a (mon.0) 114 : audit [DBG] from='client.? 172.21.15.111:0/4141064268' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:42:08.520 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.722096+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.520 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.737890+0000 mon.c (mon.1) 317 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:08.520 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.739438+0000 mon.c (mon.1) 318 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:08.520 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.741266+0000 mon.c (mon.1) 319 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:08.520 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.741947+0000 mon.c (mon.1) 320 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:08.520 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.750483+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.520 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.807213+0000 mon.c (mon.1) 321 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:08.520 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.808824+0000 mon.c (mon.1) 322 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:08.520 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.810698+0000 mon.c (mon.1) 323 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:08.520 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.811395+0000 mon.c (mon.1) 324 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:08.520 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.818202+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.520 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.875590+0000 mon.c (mon.1) 325 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:08.520 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.877529+0000 mon.c (mon.1) 326 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:08.520 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.879430+0000 mon.c (mon.1) 327 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:08.520 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.880143+0000 mon.c (mon.1) 328 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:08.521 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.886282+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.521 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.945450+0000 mon.c (mon.1) 329 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:08.521 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.947661+0000 mon.c (mon.1) 330 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:08.521 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.949756+0000 mon.c (mon.1) 331 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:08.521 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.950507+0000 mon.c (mon.1) 332 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:08.521 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:07.957758+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.521 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:08.014575+0000 mon.c (mon.1) 333 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:08.521 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:08.016218+0000 mon.c (mon.1) 334 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:08.521 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:08.018432+0000 mon.c (mon.1) 335 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:08.521 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:08.019136+0000 mon.c (mon.1) 336 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:08.521 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:08.026327+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.521 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:08.086500+0000 mon.c (mon.1) 337 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:08.521 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:08.088220+0000 mon.c (mon.1) 338 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:08.521 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:08.090469+0000 mon.c (mon.1) 339 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:08.522 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:08.091225+0000 mon.c (mon.1) 340 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:08.522 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:08.099632+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.522 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:08.157740+0000 mon.c (mon.1) 341 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:08.522 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:08.159527+0000 mon.c (mon.1) 342 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:08.522 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:08.161656+0000 mon.c (mon.1) 343 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:08.522 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:08.162459+0000 mon.c (mon.1) 344 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:08.522 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[18692]: audit 2024-03-30T04:42:08.170705+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:08.913 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:42:08 smithi117 bash[53671]: ts=2024-03-30T04:42:08.660Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"172.21.15.117:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"smithi111:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:42:09.444 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cluster 2024-03-30T04:42:07.743208+0000 mgr.y (mgr.25441) 190 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.444 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cluster 2024-03-30T04:42:07.743398+0000 mgr.y (mgr.25441) 191 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.444 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cephadm 2024-03-30T04:42:07.751267+0000 mgr.y (mgr.25441) 192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.444 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cluster 2024-03-30T04:42:07.812664+0000 mgr.y (mgr.25441) 193 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.444 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cluster 2024-03-30T04:42:07.812891+0000 mgr.y (mgr.25441) 194 : cluster [DBG] pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.444 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cephadm 2024-03-30T04:42:07.819140+0000 mgr.y (mgr.25441) 195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.444 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cluster 2024-03-30T04:42:07.881357+0000 mgr.y (mgr.25441) 196 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.444 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cluster 2024-03-30T04:42:07.881586+0000 mgr.y (mgr.25441) 197 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.444 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cephadm 2024-03-30T04:42:07.887921+0000 mgr.y (mgr.25441) 198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.444 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cluster 2024-03-30T04:42:07.951878+0000 mgr.y (mgr.25441) 199 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.444 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cluster 2024-03-30T04:42:07.952093+0000 mgr.y (mgr.25441) 200 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.444 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cephadm 2024-03-30T04:42:07.958494+0000 mgr.y (mgr.25441) 201 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.445 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cluster 2024-03-30T04:42:08.020467+0000 mgr.y (mgr.25441) 202 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.445 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cluster 2024-03-30T04:42:08.020713+0000 mgr.y (mgr.25441) 203 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.445 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cephadm 2024-03-30T04:42:08.026943+0000 mgr.y (mgr.25441) 204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.445 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cluster 2024-03-30T04:42:08.092740+0000 mgr.y (mgr.25441) 205 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.445 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cluster 2024-03-30T04:42:08.092993+0000 mgr.y (mgr.25441) 206 : cluster [DBG] pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.445 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cephadm 2024-03-30T04:42:08.100370+0000 mgr.y (mgr.25441) 207 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.445 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cluster 2024-03-30T04:42:08.164481+0000 mgr.y (mgr.25441) 208 : cluster [DBG] pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.445 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cluster 2024-03-30T04:42:08.164716+0000 mgr.y (mgr.25441) 209 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.445 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cephadm 2024-03-30T04:42:08.171492+0000 mgr.y (mgr.25441) 210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.445 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.231134+0000 mon.c (mon.1) 345 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.445 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.232784+0000 mon.c (mon.1) 346 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.445 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.235254+0000 mon.c (mon.1) 347 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.445 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.236025+0000 mon.c (mon.1) 348 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.446 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cluster 2024-03-30T04:42:08.237272+0000 mgr.y (mgr.25441) 211 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.446 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cluster 2024-03-30T04:42:08.237514+0000 mgr.y (mgr.25441) 212 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.446 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.243899+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.446 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cephadm 2024-03-30T04:42:08.244792+0000 mgr.y (mgr.25441) 213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.446 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.289479+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.446 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.292068+0000 mon.c (mon.1) 349 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.446 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.293920+0000 mon.c (mon.1) 350 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.446 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.295669+0000 mon.c (mon.1) 351 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.446 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.300722+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.446 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cluster 2024-03-30T04:42:08.302393+0000 mgr.y (mgr.25441) 214 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.446 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.302690+0000 mon.c (mon.1) 352 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.446 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cluster 2024-03-30T04:42:08.303164+0000 mgr.y (mgr.25441) 215 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.446 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cluster 2024-03-30T04:42:08.304824+0000 mgr.y (mgr.25441) 216 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.446 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cluster 2024-03-30T04:42:08.305073+0000 mgr.y (mgr.25441) 217 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.447 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.310507+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.447 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.315799+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.447 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cephadm 2024-03-30T04:42:08.316430+0000 mgr.y (mgr.25441) 218 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.447 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.357997+0000 mon.c (mon.1) 353 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.447 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.360431+0000 mon.c (mon.1) 354 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.447 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.362366+0000 mon.c (mon.1) 355 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.447 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.363089+0000 mon.c (mon.1) 356 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.447 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cluster 2024-03-30T04:42:08.364512+0000 mgr.y (mgr.25441) 219 : cluster [DBG] pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.447 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cluster 2024-03-30T04:42:08.364748+0000 mgr.y (mgr.25441) 220 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.447 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.370071+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.447 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cephadm 2024-03-30T04:42:08.370728+0000 mgr.y (mgr.25441) 221 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.447 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.411219+0000 mon.c (mon.1) 357 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.447 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.413057+0000 mon.c (mon.1) 358 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.447 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.414812+0000 mon.c (mon.1) 359 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.448 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.415488+0000 mon.c (mon.1) 360 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.448 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cluster 2024-03-30T04:42:08.416755+0000 mgr.y (mgr.25441) 222 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.448 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cluster 2024-03-30T04:42:08.416972+0000 mgr.y (mgr.25441) 223 : cluster [DBG] pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.448 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.422178+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.448 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cephadm 2024-03-30T04:42:08.423001+0000 mgr.y (mgr.25441) 224 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.448 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.468096+0000 mon.c (mon.1) 361 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.448 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.469871+0000 mon.c (mon.1) 362 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.448 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.471512+0000 mon.c (mon.1) 363 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.448 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.472119+0000 mon.c (mon.1) 364 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.448 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cluster 2024-03-30T04:42:08.473336+0000 mgr.y (mgr.25441) 225 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.448 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cluster 2024-03-30T04:42:08.473593+0000 mgr.y (mgr.25441) 226 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.448 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.478146+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.448 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cephadm 2024-03-30T04:42:08.480008+0000 mgr.y (mgr.25441) 227 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.448 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.535744+0000 mon.c (mon.1) 365 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.448 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.537464+0000 mon.c (mon.1) 366 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.449 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.539229+0000 mon.c (mon.1) 367 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.449 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.539889+0000 mon.c (mon.1) 368 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.449 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cluster 2024-03-30T04:42:08.541176+0000 mgr.y (mgr.25441) 228 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.449 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cluster 2024-03-30T04:42:08.541417+0000 mgr.y (mgr.25441) 229 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.449 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.545983+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.449 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cephadm 2024-03-30T04:42:08.546846+0000 mgr.y (mgr.25441) 230 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.449 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.588039+0000 mon.c (mon.1) 369 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.449 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.590226+0000 mon.c (mon.1) 370 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.449 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.592039+0000 mon.c (mon.1) 371 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.449 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.592758+0000 mon.c (mon.1) 372 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.449 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cluster 2024-03-30T04:42:08.594104+0000 mgr.y (mgr.25441) 231 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.449 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cluster 2024-03-30T04:42:08.594346+0000 mgr.y (mgr.25441) 232 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.449 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.600145+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.449 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cephadm 2024-03-30T04:42:08.600922+0000 mgr.y (mgr.25441) 233 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.449 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.645651+0000 mon.c (mon.1) 373 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.450 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.647719+0000 mon.c (mon.1) 374 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.450 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.649618+0000 mon.c (mon.1) 375 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.450 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.650344+0000 mon.c (mon.1) 376 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.450 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cluster 2024-03-30T04:42:08.651681+0000 mgr.y (mgr.25441) 234 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.450 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cluster 2024-03-30T04:42:08.651940+0000 mgr.y (mgr.25441) 235 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.450 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.656329+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.450 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cephadm 2024-03-30T04:42:08.656939+0000 mgr.y (mgr.25441) 236 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.450 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.696909+0000 mon.c (mon.1) 377 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.450 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.698848+0000 mon.c (mon.1) 378 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.450 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.700679+0000 mon.c (mon.1) 379 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.450 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.701361+0000 mon.c (mon.1) 380 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.450 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cluster 2024-03-30T04:42:08.702695+0000 mgr.y (mgr.25441) 237 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.450 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cluster 2024-03-30T04:42:08.702891+0000 mgr.y (mgr.25441) 238 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.450 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.707204+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.451 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: cephadm 2024-03-30T04:42:08.708082+0000 mgr.y (mgr.25441) 239 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.451 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.752926+0000 mon.c (mon.1) 381 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.451 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.755427+0000 mon.c (mon.1) 382 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.451 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.757707+0000 mon.c (mon.1) 383 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.451 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.758450+0000 mon.c (mon.1) 384 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.451 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.765789+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.451 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.826973+0000 mon.c (mon.1) 385 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.451 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.828797+0000 mon.c (mon.1) 386 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.452 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.830703+0000 mon.c (mon.1) 387 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.452 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.831409+0000 mon.c (mon.1) 388 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.452 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.838161+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.452 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.880243+0000 mon.c (mon.1) 389 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.452 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.882342+0000 mon.c (mon.1) 390 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.452 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.884138+0000 mon.c (mon.1) 391 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.452 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.884818+0000 mon.c (mon.1) 392 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.452 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.891355+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.452 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.931926+0000 mon.c (mon.1) 393 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.452 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.933707+0000 mon.c (mon.1) 394 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.452 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.935534+0000 mon.c (mon.1) 395 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.452 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.936192+0000 mon.c (mon.1) 396 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.452 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.942807+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.452 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.988044+0000 mon.c (mon.1) 397 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.453 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.989853+0000 mon.c (mon.1) 398 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.453 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.991550+0000 mon.c (mon.1) 399 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.453 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.992181+0000 mon.c (mon.1) 400 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.453 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:08.998620+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.453 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:09.040124+0000 mon.c (mon.1) 401 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.453 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:09.041890+0000 mon.c (mon.1) 402 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.453 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:09.043631+0000 mon.c (mon.1) 403 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.453 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:09.044236+0000 mon.c (mon.1) 404 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.453 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:09.049986+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.453 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:09.090688+0000 mon.c (mon.1) 405 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.453 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:09.092533+0000 mon.c (mon.1) 406 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.453 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:09.094329+0000 mon.c (mon.1) 407 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.453 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:09.095028+0000 mon.c (mon.1) 408 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.453 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:09.101390+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.454 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:09.144062+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.454 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:09.148156+0000 mon.c (mon.1) 409 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.454 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:09.150945+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.454 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:09.153646+0000 mon.c (mon.1) 410 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.454 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:09.155592+0000 mon.c (mon.1) 411 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-30T04:42:09.454 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:09.160634+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.454 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:09 smithi117 bash[18692]: audit 2024-03-30T04:42:09.163345+0000 mon.c (mon.1) 412 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-03-30T04:42:09.592 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cluster 2024-03-30T04:42:07.743208+0000 mgr.y (mgr.25441) 190 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.592 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cluster 2024-03-30T04:42:07.743398+0000 mgr.y (mgr.25441) 191 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.593 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cephadm 2024-03-30T04:42:07.751267+0000 mgr.y (mgr.25441) 192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.593 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cluster 2024-03-30T04:42:07.812664+0000 mgr.y (mgr.25441) 193 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.593 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cluster 2024-03-30T04:42:07.812891+0000 mgr.y (mgr.25441) 194 : cluster [DBG] pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.593 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cephadm 2024-03-30T04:42:07.819140+0000 mgr.y (mgr.25441) 195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.593 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cluster 2024-03-30T04:42:07.881357+0000 mgr.y (mgr.25441) 196 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.593 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cluster 2024-03-30T04:42:07.881586+0000 mgr.y (mgr.25441) 197 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.593 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cephadm 2024-03-30T04:42:07.887921+0000 mgr.y (mgr.25441) 198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.593 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cluster 2024-03-30T04:42:07.951878+0000 mgr.y (mgr.25441) 199 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.593 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cluster 2024-03-30T04:42:07.952093+0000 mgr.y (mgr.25441) 200 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.593 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cephadm 2024-03-30T04:42:07.958494+0000 mgr.y (mgr.25441) 201 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.593 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cluster 2024-03-30T04:42:08.020467+0000 mgr.y (mgr.25441) 202 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.593 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cluster 2024-03-30T04:42:08.020713+0000 mgr.y (mgr.25441) 203 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.593 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cephadm 2024-03-30T04:42:08.026943+0000 mgr.y (mgr.25441) 204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.593 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cluster 2024-03-30T04:42:08.092740+0000 mgr.y (mgr.25441) 205 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.594 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cluster 2024-03-30T04:42:08.092993+0000 mgr.y (mgr.25441) 206 : cluster [DBG] pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.594 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cephadm 2024-03-30T04:42:08.100370+0000 mgr.y (mgr.25441) 207 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.594 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cluster 2024-03-30T04:42:08.164481+0000 mgr.y (mgr.25441) 208 : cluster [DBG] pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.594 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cluster 2024-03-30T04:42:08.164716+0000 mgr.y (mgr.25441) 209 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.594 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cephadm 2024-03-30T04:42:08.171492+0000 mgr.y (mgr.25441) 210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.594 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.231134+0000 mon.c (mon.1) 345 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.594 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.232784+0000 mon.c (mon.1) 346 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.594 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.235254+0000 mon.c (mon.1) 347 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.594 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.236025+0000 mon.c (mon.1) 348 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.594 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cluster 2024-03-30T04:42:08.237272+0000 mgr.y (mgr.25441) 211 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.594 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cluster 2024-03-30T04:42:08.237514+0000 mgr.y (mgr.25441) 212 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.594 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.243899+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.594 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cephadm 2024-03-30T04:42:08.244792+0000 mgr.y (mgr.25441) 213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.595 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.289479+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.595 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.292068+0000 mon.c (mon.1) 349 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.595 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.293920+0000 mon.c (mon.1) 350 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.595 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.295669+0000 mon.c (mon.1) 351 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.595 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.300722+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.595 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cluster 2024-03-30T04:42:08.302393+0000 mgr.y (mgr.25441) 214 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.595 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.302690+0000 mon.c (mon.1) 352 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.595 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cluster 2024-03-30T04:42:08.303164+0000 mgr.y (mgr.25441) 215 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.595 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cluster 2024-03-30T04:42:08.304824+0000 mgr.y (mgr.25441) 216 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.595 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cluster 2024-03-30T04:42:08.305073+0000 mgr.y (mgr.25441) 217 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.595 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.310507+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.595 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.315799+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.595 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cephadm 2024-03-30T04:42:08.316430+0000 mgr.y (mgr.25441) 218 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.595 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.357997+0000 mon.c (mon.1) 353 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.595 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.360431+0000 mon.c (mon.1) 354 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.596 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.362366+0000 mon.c (mon.1) 355 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.596 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.363089+0000 mon.c (mon.1) 356 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.596 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cluster 2024-03-30T04:42:08.364512+0000 mgr.y (mgr.25441) 219 : cluster [DBG] pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.596 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cluster 2024-03-30T04:42:08.364748+0000 mgr.y (mgr.25441) 220 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.596 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.370071+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.596 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cephadm 2024-03-30T04:42:08.370728+0000 mgr.y (mgr.25441) 221 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.596 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.411219+0000 mon.c (mon.1) 357 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.596 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.413057+0000 mon.c (mon.1) 358 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.596 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.414812+0000 mon.c (mon.1) 359 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.596 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.415488+0000 mon.c (mon.1) 360 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.596 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cluster 2024-03-30T04:42:08.416755+0000 mgr.y (mgr.25441) 222 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.596 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cluster 2024-03-30T04:42:08.416972+0000 mgr.y (mgr.25441) 223 : cluster [DBG] pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.597 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cluster 2024-03-30T04:42:07.743208+0000 mgr.y (mgr.25441) 190 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.597 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cluster 2024-03-30T04:42:07.743398+0000 mgr.y (mgr.25441) 191 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.597 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cephadm 2024-03-30T04:42:07.751267+0000 mgr.y (mgr.25441) 192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.597 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cluster 2024-03-30T04:42:07.812664+0000 mgr.y (mgr.25441) 193 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.597 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cluster 2024-03-30T04:42:07.812891+0000 mgr.y (mgr.25441) 194 : cluster [DBG] pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.597 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cephadm 2024-03-30T04:42:07.819140+0000 mgr.y (mgr.25441) 195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.597 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cluster 2024-03-30T04:42:07.881357+0000 mgr.y (mgr.25441) 196 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.597 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cluster 2024-03-30T04:42:07.881586+0000 mgr.y (mgr.25441) 197 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.597 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cephadm 2024-03-30T04:42:07.887921+0000 mgr.y (mgr.25441) 198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.597 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cluster 2024-03-30T04:42:07.951878+0000 mgr.y (mgr.25441) 199 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.597 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cluster 2024-03-30T04:42:07.952093+0000 mgr.y (mgr.25441) 200 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.597 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cephadm 2024-03-30T04:42:07.958494+0000 mgr.y (mgr.25441) 201 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.598 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cluster 2024-03-30T04:42:08.020467+0000 mgr.y (mgr.25441) 202 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.598 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cluster 2024-03-30T04:42:08.020713+0000 mgr.y (mgr.25441) 203 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.598 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cephadm 2024-03-30T04:42:08.026943+0000 mgr.y (mgr.25441) 204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.598 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cluster 2024-03-30T04:42:08.092740+0000 mgr.y (mgr.25441) 205 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.598 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cluster 2024-03-30T04:42:08.092993+0000 mgr.y (mgr.25441) 206 : cluster [DBG] pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.598 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cephadm 2024-03-30T04:42:08.100370+0000 mgr.y (mgr.25441) 207 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.598 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cluster 2024-03-30T04:42:08.164481+0000 mgr.y (mgr.25441) 208 : cluster [DBG] pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.598 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cluster 2024-03-30T04:42:08.164716+0000 mgr.y (mgr.25441) 209 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.598 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cephadm 2024-03-30T04:42:08.171492+0000 mgr.y (mgr.25441) 210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.598 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.231134+0000 mon.c (mon.1) 345 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.598 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.232784+0000 mon.c (mon.1) 346 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.598 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.235254+0000 mon.c (mon.1) 347 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.598 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.236025+0000 mon.c (mon.1) 348 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.598 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cluster 2024-03-30T04:42:08.237272+0000 mgr.y (mgr.25441) 211 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.599 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cluster 2024-03-30T04:42:08.237514+0000 mgr.y (mgr.25441) 212 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.599 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.243899+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.599 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cephadm 2024-03-30T04:42:08.244792+0000 mgr.y (mgr.25441) 213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.599 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.289479+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.599 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.292068+0000 mon.c (mon.1) 349 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.599 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.293920+0000 mon.c (mon.1) 350 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.599 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.295669+0000 mon.c (mon.1) 351 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.599 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.300722+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.599 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cluster 2024-03-30T04:42:08.302393+0000 mgr.y (mgr.25441) 214 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.599 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.302690+0000 mon.c (mon.1) 352 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.599 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cluster 2024-03-30T04:42:08.303164+0000 mgr.y (mgr.25441) 215 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.599 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cluster 2024-03-30T04:42:08.304824+0000 mgr.y (mgr.25441) 216 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.599 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cluster 2024-03-30T04:42:08.305073+0000 mgr.y (mgr.25441) 217 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.599 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.310507+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.422178+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cephadm 2024-03-30T04:42:08.423001+0000 mgr.y (mgr.25441) 224 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.468096+0000 mon.c (mon.1) 361 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.469871+0000 mon.c (mon.1) 362 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.471512+0000 mon.c (mon.1) 363 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.472119+0000 mon.c (mon.1) 364 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cluster 2024-03-30T04:42:08.473336+0000 mgr.y (mgr.25441) 225 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cluster 2024-03-30T04:42:08.473593+0000 mgr.y (mgr.25441) 226 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.478146+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cephadm 2024-03-30T04:42:08.480008+0000 mgr.y (mgr.25441) 227 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.535744+0000 mon.c (mon.1) 365 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.537464+0000 mon.c (mon.1) 366 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.539229+0000 mon.c (mon.1) 367 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.539889+0000 mon.c (mon.1) 368 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cluster 2024-03-30T04:42:08.541176+0000 mgr.y (mgr.25441) 228 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cluster 2024-03-30T04:42:08.541417+0000 mgr.y (mgr.25441) 229 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.545983+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cephadm 2024-03-30T04:42:08.546846+0000 mgr.y (mgr.25441) 230 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.588039+0000 mon.c (mon.1) 369 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.590226+0000 mon.c (mon.1) 370 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.315799+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cephadm 2024-03-30T04:42:08.316430+0000 mgr.y (mgr.25441) 218 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.357997+0000 mon.c (mon.1) 353 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.360431+0000 mon.c (mon.1) 354 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.362366+0000 mon.c (mon.1) 355 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.363089+0000 mon.c (mon.1) 356 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cluster 2024-03-30T04:42:08.364512+0000 mgr.y (mgr.25441) 219 : cluster [DBG] pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cluster 2024-03-30T04:42:08.364748+0000 mgr.y (mgr.25441) 220 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.370071+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cephadm 2024-03-30T04:42:08.370728+0000 mgr.y (mgr.25441) 221 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.411219+0000 mon.c (mon.1) 357 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.413057+0000 mon.c (mon.1) 358 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.414812+0000 mon.c (mon.1) 359 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.415488+0000 mon.c (mon.1) 360 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cluster 2024-03-30T04:42:08.416755+0000 mgr.y (mgr.25441) 222 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cluster 2024-03-30T04:42:08.416972+0000 mgr.y (mgr.25441) 223 : cluster [DBG] pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.422178+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cephadm 2024-03-30T04:42:08.423001+0000 mgr.y (mgr.25441) 224 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.468096+0000 mon.c (mon.1) 361 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.469871+0000 mon.c (mon.1) 362 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.471512+0000 mon.c (mon.1) 363 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.472119+0000 mon.c (mon.1) 364 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cluster 2024-03-30T04:42:08.473336+0000 mgr.y (mgr.25441) 225 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cluster 2024-03-30T04:42:08.473593+0000 mgr.y (mgr.25441) 226 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.478146+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cephadm 2024-03-30T04:42:08.480008+0000 mgr.y (mgr.25441) 227 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.535744+0000 mon.c (mon.1) 365 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.537464+0000 mon.c (mon.1) 366 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.539229+0000 mon.c (mon.1) 367 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.539889+0000 mon.c (mon.1) 368 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cluster 2024-03-30T04:42:08.541176+0000 mgr.y (mgr.25441) 228 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cluster 2024-03-30T04:42:08.541417+0000 mgr.y (mgr.25441) 229 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.545983+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cephadm 2024-03-30T04:42:08.546846+0000 mgr.y (mgr.25441) 230 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.588039+0000 mon.c (mon.1) 369 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.590226+0000 mon.c (mon.1) 370 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.592039+0000 mon.c (mon.1) 371 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.592758+0000 mon.c (mon.1) 372 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cluster 2024-03-30T04:42:08.594104+0000 mgr.y (mgr.25441) 231 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cluster 2024-03-30T04:42:08.594346+0000 mgr.y (mgr.25441) 232 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.592039+0000 mon.c (mon.1) 371 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.592758+0000 mon.c (mon.1) 372 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cluster 2024-03-30T04:42:08.594104+0000 mgr.y (mgr.25441) 231 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cluster 2024-03-30T04:42:08.594346+0000 mgr.y (mgr.25441) 232 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.600145+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cephadm 2024-03-30T04:42:08.600922+0000 mgr.y (mgr.25441) 233 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.645651+0000 mon.c (mon.1) 373 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.647719+0000 mon.c (mon.1) 374 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.649618+0000 mon.c (mon.1) 375 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.650344+0000 mon.c (mon.1) 376 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cluster 2024-03-30T04:42:08.651681+0000 mgr.y (mgr.25441) 234 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cluster 2024-03-30T04:42:08.651940+0000 mgr.y (mgr.25441) 235 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.656329+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cephadm 2024-03-30T04:42:08.656939+0000 mgr.y (mgr.25441) 236 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.696909+0000 mon.c (mon.1) 377 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.698848+0000 mon.c (mon.1) 378 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.700679+0000 mon.c (mon.1) 379 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.701361+0000 mon.c (mon.1) 380 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cluster 2024-03-30T04:42:08.702695+0000 mgr.y (mgr.25441) 237 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cluster 2024-03-30T04:42:08.702891+0000 mgr.y (mgr.25441) 238 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.600145+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cephadm 2024-03-30T04:42:08.600922+0000 mgr.y (mgr.25441) 233 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.645651+0000 mon.c (mon.1) 373 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.647719+0000 mon.c (mon.1) 374 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.649618+0000 mon.c (mon.1) 375 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.650344+0000 mon.c (mon.1) 376 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cluster 2024-03-30T04:42:08.651681+0000 mgr.y (mgr.25441) 234 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cluster 2024-03-30T04:42:08.651940+0000 mgr.y (mgr.25441) 235 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.656329+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cephadm 2024-03-30T04:42:08.656939+0000 mgr.y (mgr.25441) 236 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.696909+0000 mon.c (mon.1) 377 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.698848+0000 mon.c (mon.1) 378 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.700679+0000 mon.c (mon.1) 379 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.701361+0000 mon.c (mon.1) 380 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cluster 2024-03-30T04:42:08.702695+0000 mgr.y (mgr.25441) 237 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cluster 2024-03-30T04:42:08.702891+0000 mgr.y (mgr.25441) 238 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:09.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.707204+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: cephadm 2024-03-30T04:42:08.708082+0000 mgr.y (mgr.25441) 239 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.752926+0000 mon.c (mon.1) 381 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.755427+0000 mon.c (mon.1) 382 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.707204+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: cephadm 2024-03-30T04:42:08.708082+0000 mgr.y (mgr.25441) 239 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:09.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.752926+0000 mon.c (mon.1) 381 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.755427+0000 mon.c (mon.1) 382 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.757707+0000 mon.c (mon.1) 383 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.758450+0000 mon.c (mon.1) 384 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.765789+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.826973+0000 mon.c (mon.1) 385 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.828797+0000 mon.c (mon.1) 386 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.830703+0000 mon.c (mon.1) 387 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.831409+0000 mon.c (mon.1) 388 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.838161+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.880243+0000 mon.c (mon.1) 389 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.882342+0000 mon.c (mon.1) 390 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.884138+0000 mon.c (mon.1) 391 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.884818+0000 mon.c (mon.1) 392 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.891355+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.931926+0000 mon.c (mon.1) 393 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.933707+0000 mon.c (mon.1) 394 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.935534+0000 mon.c (mon.1) 395 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.936192+0000 mon.c (mon.1) 396 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.942807+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.988044+0000 mon.c (mon.1) 397 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.989853+0000 mon.c (mon.1) 398 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.991550+0000 mon.c (mon.1) 399 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.992181+0000 mon.c (mon.1) 400 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:08.998620+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:09.040124+0000 mon.c (mon.1) 401 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:09.041890+0000 mon.c (mon.1) 402 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:09.043631+0000 mon.c (mon.1) 403 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:09.044236+0000 mon.c (mon.1) 404 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:09.049986+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:09.090688+0000 mon.c (mon.1) 405 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:09.092533+0000 mon.c (mon.1) 406 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:09.094329+0000 mon.c (mon.1) 407 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:09.095028+0000 mon.c (mon.1) 408 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:09.101390+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:09.144062+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:09.148156+0000 mon.c (mon.1) 409 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:09.150945+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.757707+0000 mon.c (mon.1) 383 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.758450+0000 mon.c (mon.1) 384 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.765789+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.826973+0000 mon.c (mon.1) 385 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.828797+0000 mon.c (mon.1) 386 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.830703+0000 mon.c (mon.1) 387 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.831409+0000 mon.c (mon.1) 388 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.838161+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.880243+0000 mon.c (mon.1) 389 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.882342+0000 mon.c (mon.1) 390 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.884138+0000 mon.c (mon.1) 391 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.884818+0000 mon.c (mon.1) 392 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.891355+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.931926+0000 mon.c (mon.1) 393 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.933707+0000 mon.c (mon.1) 394 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.935534+0000 mon.c (mon.1) 395 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.936192+0000 mon.c (mon.1) 396 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.942807+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.988044+0000 mon.c (mon.1) 397 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.989853+0000 mon.c (mon.1) 398 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:09.153646+0000 mon.c (mon.1) 410 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:09.155592+0000 mon.c (mon.1) 411 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-30T04:42:09.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:09.160634+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[70954]: audit 2024-03-30T04:42:09.163345+0000 mon.c (mon.1) 412 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-03-30T04:42:09.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.991550+0000 mon.c (mon.1) 399 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.992181+0000 mon.c (mon.1) 400 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:08.998620+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:09.040124+0000 mon.c (mon.1) 401 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:09.041890+0000 mon.c (mon.1) 402 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:09.043631+0000 mon.c (mon.1) 403 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:09.044236+0000 mon.c (mon.1) 404 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:09.049986+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:09.090688+0000 mon.c (mon.1) 405 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:09.092533+0000 mon.c (mon.1) 406 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:09.094329+0000 mon.c (mon.1) 407 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:09.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:09.095028+0000 mon.c (mon.1) 408 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:09.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:09.101390+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:09.144062+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:09.148156+0000 mon.c (mon.1) 409 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:09.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:09.150945+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:09.153646+0000 mon.c (mon.1) 410 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:09.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:09.155592+0000 mon.c (mon.1) 411 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-30T04:42:09.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:09.160634+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:09.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:09 smithi111 bash[24005]: audit 2024-03-30T04:42:09.163345+0000 mon.c (mon.1) 412 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-03-30T04:42:10.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[70954]: cluster 2024-03-30T04:42:08.760329+0000 mgr.y (mgr.25441) 240 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[70954]: cluster 2024-03-30T04:42:08.760540+0000 mgr.y (mgr.25441) 241 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[70954]: cephadm 2024-03-30T04:42:08.766644+0000 mgr.y (mgr.25441) 242 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:10.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[70954]: cluster 2024-03-30T04:42:08.832590+0000 mgr.y (mgr.25441) 243 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[70954]: cluster 2024-03-30T04:42:08.832832+0000 mgr.y (mgr.25441) 244 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[70954]: cephadm 2024-03-30T04:42:08.838936+0000 mgr.y (mgr.25441) 245 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:10.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[70954]: cluster 2024-03-30T04:42:08.886000+0000 mgr.y (mgr.25441) 246 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[70954]: cluster 2024-03-30T04:42:08.886176+0000 mgr.y (mgr.25441) 247 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[70954]: cephadm 2024-03-30T04:42:08.892047+0000 mgr.y (mgr.25441) 248 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:10.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[70954]: cluster 2024-03-30T04:42:08.937416+0000 mgr.y (mgr.25441) 249 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[70954]: cluster 2024-03-30T04:42:08.937663+0000 mgr.y (mgr.25441) 250 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[70954]: cephadm 2024-03-30T04:42:08.943538+0000 mgr.y (mgr.25441) 251 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:10.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[70954]: cluster 2024-03-30T04:42:08.993340+0000 mgr.y (mgr.25441) 252 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[70954]: cluster 2024-03-30T04:42:08.993584+0000 mgr.y (mgr.25441) 253 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[70954]: cephadm 2024-03-30T04:42:08.999295+0000 mgr.y (mgr.25441) 254 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:10.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[70954]: cluster 2024-03-30T04:42:09.045386+0000 mgr.y (mgr.25441) 255 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[70954]: cluster 2024-03-30T04:42:09.045566+0000 mgr.y (mgr.25441) 256 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[70954]: cephadm 2024-03-30T04:42:09.050641+0000 mgr.y (mgr.25441) 257 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:10.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[70954]: cluster 2024-03-30T04:42:09.096251+0000 mgr.y (mgr.25441) 258 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[70954]: cluster 2024-03-30T04:42:09.096509+0000 mgr.y (mgr.25441) 259 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[24005]: cluster 2024-03-30T04:42:08.760329+0000 mgr.y (mgr.25441) 240 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[24005]: cluster 2024-03-30T04:42:08.760540+0000 mgr.y (mgr.25441) 241 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[24005]: cephadm 2024-03-30T04:42:08.766644+0000 mgr.y (mgr.25441) 242 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:10.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[24005]: cluster 2024-03-30T04:42:08.832590+0000 mgr.y (mgr.25441) 243 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[24005]: cluster 2024-03-30T04:42:08.832832+0000 mgr.y (mgr.25441) 244 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[24005]: cephadm 2024-03-30T04:42:08.838936+0000 mgr.y (mgr.25441) 245 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:10.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[24005]: cluster 2024-03-30T04:42:08.886000+0000 mgr.y (mgr.25441) 246 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[24005]: cluster 2024-03-30T04:42:08.886176+0000 mgr.y (mgr.25441) 247 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[24005]: cephadm 2024-03-30T04:42:08.892047+0000 mgr.y (mgr.25441) 248 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:10.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[24005]: cluster 2024-03-30T04:42:08.937416+0000 mgr.y (mgr.25441) 249 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[24005]: cluster 2024-03-30T04:42:08.937663+0000 mgr.y (mgr.25441) 250 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[24005]: cephadm 2024-03-30T04:42:08.943538+0000 mgr.y (mgr.25441) 251 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:10.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[24005]: cluster 2024-03-30T04:42:08.993340+0000 mgr.y (mgr.25441) 252 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[24005]: cluster 2024-03-30T04:42:08.993584+0000 mgr.y (mgr.25441) 253 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[24005]: cephadm 2024-03-30T04:42:08.999295+0000 mgr.y (mgr.25441) 254 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:10.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[24005]: cluster 2024-03-30T04:42:09.045386+0000 mgr.y (mgr.25441) 255 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[24005]: cluster 2024-03-30T04:42:09.045566+0000 mgr.y (mgr.25441) 256 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[24005]: cephadm 2024-03-30T04:42:09.050641+0000 mgr.y (mgr.25441) 257 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:10.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[24005]: cluster 2024-03-30T04:42:09.096251+0000 mgr.y (mgr.25441) 258 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[24005]: cluster 2024-03-30T04:42:09.096509+0000 mgr.y (mgr.25441) 259 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[24005]: cephadm 2024-03-30T04:42:09.102243+0000 mgr.y (mgr.25441) 260 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:10.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[24005]: cluster 2024-03-30T04:42:09.152410+0000 mgr.y (mgr.25441) 261 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[24005]: cluster 2024-03-30T04:42:09.152663+0000 mgr.y (mgr.25441) 262 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[24005]: cephadm 2024-03-30T04:42:09.163899+0000 mgr.y (mgr.25441) 263 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-03-30T04:42:10.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[70954]: cephadm 2024-03-30T04:42:09.102243+0000 mgr.y (mgr.25441) 260 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:10.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[70954]: cluster 2024-03-30T04:42:09.152410+0000 mgr.y (mgr.25441) 261 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[70954]: cluster 2024-03-30T04:42:09.152663+0000 mgr.y (mgr.25441) 262 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:10 smithi111 bash[70954]: cephadm 2024-03-30T04:42:09.163899+0000 mgr.y (mgr.25441) 263 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-03-30T04:42:10.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:10 smithi117 bash[18692]: cluster 2024-03-30T04:42:08.760329+0000 mgr.y (mgr.25441) 240 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:10 smithi117 bash[18692]: cluster 2024-03-30T04:42:08.760540+0000 mgr.y (mgr.25441) 241 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:10 smithi117 bash[18692]: cephadm 2024-03-30T04:42:08.766644+0000 mgr.y (mgr.25441) 242 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:10.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:10 smithi117 bash[18692]: cluster 2024-03-30T04:42:08.832590+0000 mgr.y (mgr.25441) 243 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:10 smithi117 bash[18692]: cluster 2024-03-30T04:42:08.832832+0000 mgr.y (mgr.25441) 244 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:10 smithi117 bash[18692]: cephadm 2024-03-30T04:42:08.838936+0000 mgr.y (mgr.25441) 245 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:10.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:10 smithi117 bash[18692]: cluster 2024-03-30T04:42:08.886000+0000 mgr.y (mgr.25441) 246 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:10 smithi117 bash[18692]: cluster 2024-03-30T04:42:08.886176+0000 mgr.y (mgr.25441) 247 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:10 smithi117 bash[18692]: cephadm 2024-03-30T04:42:08.892047+0000 mgr.y (mgr.25441) 248 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:10.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:10 smithi117 bash[18692]: cluster 2024-03-30T04:42:08.937416+0000 mgr.y (mgr.25441) 249 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:10 smithi117 bash[18692]: cluster 2024-03-30T04:42:08.937663+0000 mgr.y (mgr.25441) 250 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:10 smithi117 bash[18692]: cephadm 2024-03-30T04:42:08.943538+0000 mgr.y (mgr.25441) 251 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:10.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:10 smithi117 bash[18692]: cluster 2024-03-30T04:42:08.993340+0000 mgr.y (mgr.25441) 252 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:10 smithi117 bash[18692]: cluster 2024-03-30T04:42:08.993584+0000 mgr.y (mgr.25441) 253 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:10 smithi117 bash[18692]: cephadm 2024-03-30T04:42:08.999295+0000 mgr.y (mgr.25441) 254 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:10.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:10 smithi117 bash[18692]: cluster 2024-03-30T04:42:09.045386+0000 mgr.y (mgr.25441) 255 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:10 smithi117 bash[18692]: cluster 2024-03-30T04:42:09.045566+0000 mgr.y (mgr.25441) 256 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:10 smithi117 bash[18692]: cephadm 2024-03-30T04:42:09.050641+0000 mgr.y (mgr.25441) 257 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:10.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:10 smithi117 bash[18692]: cluster 2024-03-30T04:42:09.096251+0000 mgr.y (mgr.25441) 258 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:10 smithi117 bash[18692]: cluster 2024-03-30T04:42:09.096509+0000 mgr.y (mgr.25441) 259 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:10 smithi117 bash[18692]: cephadm 2024-03-30T04:42:09.102243+0000 mgr.y (mgr.25441) 260 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:10.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:10 smithi117 bash[18692]: cluster 2024-03-30T04:42:09.152410+0000 mgr.y (mgr.25441) 261 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:10 smithi117 bash[18692]: cluster 2024-03-30T04:42:09.152663+0000 mgr.y (mgr.25441) 262 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:10.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:10 smithi117 bash[18692]: cephadm 2024-03-30T04:42:09.163899+0000 mgr.y (mgr.25441) 263 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-03-30T04:42:12.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:12 smithi111 bash[70954]: audit 2024-03-30T04:42:11.142905+0000 mgr.y (mgr.25441) 264 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:12.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:12 smithi111 bash[70954]: cluster 2024-03-30T04:42:11.154235+0000 mgr.y (mgr.25441) 265 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 2 op/s 2024-03-30T04:42:12.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:12 smithi111 bash[24005]: audit 2024-03-30T04:42:11.142905+0000 mgr.y (mgr.25441) 264 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:12.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:12 smithi111 bash[24005]: cluster 2024-03-30T04:42:11.154235+0000 mgr.y (mgr.25441) 265 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 2 op/s 2024-03-30T04:42:12.633 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:12 smithi117 bash[18692]: audit 2024-03-30T04:42:11.142905+0000 mgr.y (mgr.25441) 264 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:12.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:12 smithi117 bash[18692]: cluster 2024-03-30T04:42:11.154235+0000 mgr.y (mgr.25441) 265 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 2 op/s 2024-03-30T04:42:13.773 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:42:13 smithi117 bash[53671]: ts=2024-03-30T04:42:13.506Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi111\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:42:14.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:13 smithi111 bash[70954]: cephadm 2024-03-30T04:42:12.785529+0000 mgr.y (mgr.25441) 266 : cephadm [INF] Upgrade: Updating mon.c 2024-03-30T04:42:14.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:13 smithi111 bash[70954]: audit 2024-03-30T04:42:12.792198+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:14.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:13 smithi111 bash[70954]: audit 2024-03-30T04:42:12.798234+0000 mon.c (mon.1) 413 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:42:14.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:13 smithi111 bash[70954]: audit 2024-03-30T04:42:12.799307+0000 mon.c (mon.1) 414 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:42:14.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:13 smithi111 bash[70954]: audit 2024-03-30T04:42:12.800304+0000 mon.c (mon.1) 415 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:14.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:13 smithi111 bash[70954]: cephadm 2024-03-30T04:42:12.801458+0000 mgr.y (mgr.25441) 267 : cephadm [INF] Deploying daemon mon.c on smithi111 2024-03-30T04:42:14.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:13 smithi111 bash[70954]: cluster 2024-03-30T04:42:13.154758+0000 mgr.y (mgr.25441) 268 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:42:14.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:13 smithi111 bash[24005]: cephadm 2024-03-30T04:42:12.785529+0000 mgr.y (mgr.25441) 266 : cephadm [INF] Upgrade: Updating mon.c 2024-03-30T04:42:14.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:13 smithi111 bash[24005]: audit 2024-03-30T04:42:12.792198+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:14.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:13 smithi111 bash[24005]: audit 2024-03-30T04:42:12.798234+0000 mon.c (mon.1) 413 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:42:14.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:13 smithi111 bash[24005]: audit 2024-03-30T04:42:12.799307+0000 mon.c (mon.1) 414 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:42:14.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:13 smithi111 bash[24005]: audit 2024-03-30T04:42:12.800304+0000 mon.c (mon.1) 415 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:14.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:13 smithi111 bash[24005]: cephadm 2024-03-30T04:42:12.801458+0000 mgr.y (mgr.25441) 267 : cephadm [INF] Deploying daemon mon.c on smithi111 2024-03-30T04:42:14.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:13 smithi111 bash[24005]: cluster 2024-03-30T04:42:13.154758+0000 mgr.y (mgr.25441) 268 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:42:14.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:13 smithi117 bash[18692]: cephadm 2024-03-30T04:42:12.785529+0000 mgr.y (mgr.25441) 266 : cephadm [INF] Upgrade: Updating mon.c 2024-03-30T04:42:14.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:13 smithi117 bash[18692]: audit 2024-03-30T04:42:12.792198+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:14.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:13 smithi117 bash[18692]: audit 2024-03-30T04:42:12.798234+0000 mon.c (mon.1) 413 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:42:14.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:13 smithi117 bash[18692]: audit 2024-03-30T04:42:12.799307+0000 mon.c (mon.1) 414 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:42:14.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:13 smithi117 bash[18692]: audit 2024-03-30T04:42:12.800304+0000 mon.c (mon.1) 415 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:14.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:13 smithi117 bash[18692]: cephadm 2024-03-30T04:42:12.801458+0000 mgr.y (mgr.25441) 267 : cephadm [INF] Deploying daemon mon.c on smithi111 2024-03-30T04:42:14.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:13 smithi117 bash[18692]: cluster 2024-03-30T04:42:13.154758+0000 mgr.y (mgr.25441) 268 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:42:15.551 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:15 smithi111 bash[70954]: audit 2024-03-30T04:42:14.307516+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:15.551 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:15 smithi111 bash[70954]: audit 2024-03-30T04:42:14.316721+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:15.551 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:15 smithi111 bash[70954]: cluster 2024-03-30T04:42:14.318271+0000 mgr.y (mgr.25441) 269 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 980 B/s rd, 0 op/s 2024-03-30T04:42:15.551 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:15 smithi111 bash[70954]: cluster 2024-03-30T04:42:14.318532+0000 mgr.y (mgr.25441) 270 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 980 B/s rd, 0 op/s 2024-03-30T04:42:15.551 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:15 smithi111 bash[70954]: audit 2024-03-30T04:42:14.326046+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:15.551 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:15 smithi111 bash[70954]: audit 2024-03-30T04:42:15.243078+0000 mon.c (mon.1) 416 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:42:15.551 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:15 smithi111 bash[24005]: audit 2024-03-30T04:42:14.307516+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:15.551 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:15 smithi111 bash[24005]: audit 2024-03-30T04:42:14.316721+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:15.551 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:15 smithi111 bash[24005]: cluster 2024-03-30T04:42:14.318271+0000 mgr.y (mgr.25441) 269 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 980 B/s rd, 0 op/s 2024-03-30T04:42:15.552 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:15 smithi111 bash[24005]: cluster 2024-03-30T04:42:14.318532+0000 mgr.y (mgr.25441) 270 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 980 B/s rd, 0 op/s 2024-03-30T04:42:15.552 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:15 smithi111 bash[24005]: audit 2024-03-30T04:42:14.326046+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:15.552 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:15 smithi111 bash[24005]: audit 2024-03-30T04:42:15.243078+0000 mon.c (mon.1) 416 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:42:15.624 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:15 smithi117 bash[18692]: audit 2024-03-30T04:42:14.307516+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:15.624 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:15 smithi117 bash[18692]: audit 2024-03-30T04:42:14.316721+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:15.624 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:15 smithi117 bash[18692]: cluster 2024-03-30T04:42:14.318271+0000 mgr.y (mgr.25441) 269 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 980 B/s rd, 0 op/s 2024-03-30T04:42:15.624 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:15 smithi117 bash[18692]: cluster 2024-03-30T04:42:14.318532+0000 mgr.y (mgr.25441) 270 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 980 B/s rd, 0 op/s 2024-03-30T04:42:15.624 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:15 smithi117 bash[18692]: audit 2024-03-30T04:42:14.326046+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:15.624 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:15 smithi117 bash[18692]: audit 2024-03-30T04:42:15.243078+0000 mon.c (mon.1) 416 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:42:16.864 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:42:16 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:42:16] "GET /metrics HTTP/1.1" 200 38254 "" "Prometheus/2.33.4" 2024-03-30T04:42:17.267 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:17 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:17.268 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:42:17 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:17.268 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:42:17 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:17.268 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:17 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:17.269 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:42:17 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:17.269 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:42:17 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:17.269 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:42:17 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:17.270 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:42:17 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:17.270 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:42:17 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:17.534 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:17 smithi111 systemd[1]: Stopping Ceph mon.c for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:42:17.535 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:17 smithi111 bash[24005]: cluster 2024-03-30T04:42:16.320084+0000 mgr.y (mgr.25441) 271 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:42:17.535 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:17 smithi111 bash[24005]: debug 2024-03-30T04:42:17.407+0000 7f79e9f0d700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-30T04:42:17.535 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:17 smithi111 bash[24005]: debug 2024-03-30T04:42:17.407+0000 7f79e9f0d700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-03-30T04:42:17.535 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:42:17 smithi111 bash[65893]: [30/Mar/2024:04:42:17] ENGINE Bus STOPPING 2024-03-30T04:42:17.535 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:42:17 smithi111 bash[65893]: [30/Mar/2024:04:42:17] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-30T04:42:17.535 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:42:17 smithi111 bash[65893]: [30/Mar/2024:04:42:17] ENGINE Bus STOPPED 2024-03-30T04:42:17.535 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:42:17 smithi111 bash[65893]: [30/Mar/2024:04:42:17] ENGINE Bus STARTING 2024-03-30T04:42:17.535 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:17 smithi111 bash[70954]: cluster 2024-03-30T04:42:16.320084+0000 mgr.y (mgr.25441) 271 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:42:17.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:17 smithi117 bash[18692]: cluster 2024-03-30T04:42:16.320084+0000 mgr.y (mgr.25441) 271 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:42:17.634 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:42:17 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Scheduled restart job, restart counter is at 11. 2024-03-30T04:42:17.634 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:42:17 smithi117 systemd[1]: Stopped Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:17.634 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:42:17 smithi117 systemd[1]: Started Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:17.864 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:42:17 smithi111 bash[65893]: [30/Mar/2024:04:42:17] ENGINE Serving on http://:::9283 2024-03-30T04:42:17.865 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:42:17 smithi111 bash[65893]: [30/Mar/2024:04:42:17] ENGINE Bus STARTED 2024-03-30T04:42:18.508 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:18 smithi111 bash[73460]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-mon-c 2024-03-30T04:42:18.508 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:18 smithi111 bash[73532]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-mon-c 2024-03-30T04:42:18.508 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:18 smithi111 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@mon.c.service: Deactivated successfully. 2024-03-30T04:42:18.508 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:18 smithi111 systemd[1]: Stopped Ceph mon.c for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:18.606 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:42:18 smithi117 bash[61308]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:42:18.607 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:42:18 smithi117 bash[61308]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:42:18.865 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:42:18 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:18.865 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:42:18 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:18.865 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:42:18 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:18.866 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:42:18 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:18.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:18 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:18.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:18 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:18.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:18 smithi111 systemd[1]: Started Ceph mon.c for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:18.867 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:42:18 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:18.867 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:42:18 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:18.867 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:42:18 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:18.884 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:42:18 smithi117 bash[53671]: ts=2024-03-30T04:42: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.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"172.21.15.117:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"smithi111:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:42:19.884 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:42:19 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-30T04:42:19.884 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:42:19 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Failed with result 'exit-code'. 2024-03-30T04:42:20.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.934+0000 7f495f96bc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-30T04:42:20.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.934+0000 7f495f96bc80 0 ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev), process ceph-mon, pid 7 2024-03-30T04:42:20.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.934+0000 7f495f96bc80 0 pidfile_write: ignore empty --pid-file 2024-03-30T04:42:20.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 0 load: jerasure load: lrc 2024-03-30T04:42:20.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: RocksDB version: 7.9.2 2024-03-30T04:42:20.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Git sha 0 2024-03-30T04:42:20.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Compile date 2024-03-27 20:59:58 2024-03-30T04:42:20.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: DB SUMMARY 2024-03-30T04:42:20.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: DB Session ID: WQBX6AKKI8AH0OP5MDVJ 2024-03-30T04:42:20.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: CURRENT file: CURRENT 2024-03-30T04:42:20.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-30T04:42:20.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 2243 Bytes 2024-03-30T04:42:20.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 1, files: 000045.sst 2024-03-30T04:42:20.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000043.log size: 5510214 ; 2024-03-30T04:42:20.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.error_if_exists: 0 2024-03-30T04:42:20.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.create_if_missing: 0 2024-03-30T04:42:20.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.paranoid_checks: 1 2024-03-30T04:42:20.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-30T04:42:20.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-30T04:42:20.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-30T04:42:20.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.env: 0x55d06bda8c60 2024-03-30T04:42:20.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-30T04:42:20.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.info_log: 0x55d06d72db20 2024-03-30T04:42:20.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-30T04:42:20.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.statistics: (nil) 2024-03-30T04:42:20.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.use_fsync: 0 2024-03-30T04:42:20.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.max_log_file_size: 0 2024-03-30T04:42:20.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-30T04:42:20.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-30T04:42:20.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-30T04:42:20.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-30T04:42:20.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.allow_fallocate: 1 2024-03-30T04:42:20.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-30T04:42:20.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-30T04:42:20.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.use_direct_reads: 0 2024-03-30T04:42:20.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-30T04:42:20.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-30T04:42:20.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.db_log_dir: 2024-03-30T04:42:20.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.wal_dir: 2024-03-30T04:42:20.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-30T04:42:20.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-30T04:42:20.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-30T04:42:20.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-30T04:42:20.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-30T04:42:20.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-30T04:42:20.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-30T04:42:20.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-30T04:42:20.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.write_buffer_manager: 0x55d06d6fe820 2024-03-30T04:42:20.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-30T04:42:20.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-30T04:42:20.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-30T04:42:20.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-30T04:42:20.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-30T04:42:20.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-30T04:42:20.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-30T04:42:20.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-30T04:42:20.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.unordered_write: 0 2024-03-30T04:42:20.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-30T04:42:20.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-30T04:42:20.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-30T04:42:20.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-30T04:42:20.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.row_cache: None 2024-03-30T04:42:20.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.wal_filter: None 2024-03-30T04:42:20.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-30T04:42:20.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-30T04:42:20.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.two_write_queues: 0 2024-03-30T04:42:20.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-30T04:42:20.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.wal_compression: 0 2024-03-30T04:42:20.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.atomic_flush: 0 2024-03-30T04:42:20.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-30T04:42:20.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-30T04:42:20.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-30T04:42:20.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.log_readahead_size: 0 2024-03-30T04:42:20.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-30T04:42:20.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-30T04:42:20.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-30T04:42:20.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-30T04:42:20.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-30T04:42:20.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-30T04:42:20.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-30T04:42:20.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.max_background_jobs: 2 2024-03-30T04:42:20.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.max_background_compactions: -1 2024-03-30T04:42:20.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.max_subcompactions: 1 2024-03-30T04:42:20.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-30T04:42:20.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-30T04:42:20.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-30T04:42:20.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-30T04:42:20.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-30T04:42:20.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-30T04:42:20.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-30T04:42:20.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-30T04:42:20.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.max_open_files: -1 2024-03-30T04:42:20.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-30T04:42:20.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-30T04:42:20.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-30T04:42:20.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-30T04:42:20.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.max_background_flushes: -1 2024-03-30T04:42:20.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Compression algorithms supported: 2024-03-30T04:42:20.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-30T04:42:20.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: kZSTD supported: 0 2024-03-30T04:42:20.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: kXpressCompression supported: 0 2024-03-30T04:42:20.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-30T04:42:20.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: kZlibCompression supported: 1 2024-03-30T04:42:20.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: kSnappyCompression supported: 1 2024-03-30T04:42:20.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: kLZ4Compression supported: 1 2024-03-30T04:42:20.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: kBZip2Compression supported: 0 2024-03-30T04:42:20.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-30T04:42:20.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-30T04:42:20.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000009 2024-03-30T04:42:20.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-30T04:42:20.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-30T04:42:20.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.merge_operator: 2024-03-30T04:42:20.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.compaction_filter: None 2024-03-30T04:42:20.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-30T04:42:20.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-30T04:42:20.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-30T04:42:20.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-30T04:42:20.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55d06d72dd00) 2024-03-30T04:42:20.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: cache_index_and_filter_blocks: 1 2024-03-30T04:42:20.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-30T04:42:20.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-30T04:42:20.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: pin_top_level_index_and_filter: 1 2024-03-30T04:42:20.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: index_type: 0 2024-03-30T04:42:20.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: data_block_index_type: 0 2024-03-30T04:42:20.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: index_shortening: 1 2024-03-30T04:42:20.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: data_block_hash_table_util_ratio: 0.750000 2024-03-30T04:42:20.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: checksum: 4 2024-03-30T04:42:20.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: no_block_cache: 0 2024-03-30T04:42:20.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: block_cache: 0x55d06d72f090 2024-03-30T04:42:20.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: block_cache_name: BinnedLRUCache 2024-03-30T04:42:20.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: block_cache_options: 2024-03-30T04:42:20.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: capacity : 536870912 2024-03-30T04:42:20.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: num_shard_bits : 4 2024-03-30T04:42:20.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: strict_capacity_limit : 0 2024-03-30T04:42:20.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: high_pri_pool_ratio: 0.000 2024-03-30T04:42:20.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: block_cache_compressed: (nil) 2024-03-30T04:42:20.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: persistent_cache: (nil) 2024-03-30T04:42:20.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: block_size: 4096 2024-03-30T04:42:20.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: block_size_deviation: 10 2024-03-30T04:42:20.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: block_restart_interval: 16 2024-03-30T04:42:20.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: index_block_restart_interval: 1 2024-03-30T04:42:20.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: metadata_block_size: 4096 2024-03-30T04:42:20.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: partition_filters: 0 2024-03-30T04:42:20.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: use_delta_encoding: 1 2024-03-30T04:42:20.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: filter_policy: bloomfilter 2024-03-30T04:42:20.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: whole_key_filtering: 1 2024-03-30T04:42:20.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: verify_compression: 0 2024-03-30T04:42:20.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: read_amp_bytes_per_bit: 0 2024-03-30T04:42:20.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: format_version: 5 2024-03-30T04:42:20.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: enable_index_compression: 1 2024-03-30T04:42:20.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: block_align: 0 2024-03-30T04:42:20.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: max_auto_readahead_size: 262144 2024-03-30T04:42:20.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: prepopulate_block_cache: 0 2024-03-30T04:42:20.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: initial_auto_readahead_size: 8192 2024-03-30T04:42:20.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: num_file_reads_for_auto_readahead: 2 2024-03-30T04:42:20.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-30T04:42:20.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-30T04:42:20.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.compression: NoCompression 2024-03-30T04:42:20.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-30T04:42:20.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-30T04:42:20.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-30T04:42:20.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.num_levels: 7 2024-03-30T04:42:20.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-30T04:42:20.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-30T04:42:20.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-30T04:42:20.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-30T04:42:20.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-30T04:42:20.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-30T04:42:20.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-30T04:42:20.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-30T04:42:20.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-30T04:42:20.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-30T04:42:20.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-30T04:42:20.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-30T04:42:20.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-30T04:42:20.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-30T04:42:20.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-30T04:42:20.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-30T04:42:20.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-30T04:42:20.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-30T04:42:20.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-30T04:42:20.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-30T04:42:20.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-30T04:42:20.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-30T04:42:20.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-30T04:42:20.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-30T04:42:20.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-30T04:42:20.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-30T04:42:20.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-30T04:42:20.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-30T04:42:20.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-30T04:42:20.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-30T04:42:20.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-30T04:42:20.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-30T04:42:20.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-30T04:42:20.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-30T04:42:20.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-30T04:42:20.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-30T04:42:20.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-30T04:42:20.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-30T04:42:20.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-30T04:42:20.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-30T04:42:20.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-30T04:42:20.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-30T04:42:20.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-30T04:42:20.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-30T04:42:20.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-30T04:42:20.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-30T04:42:20.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-30T04:42:20.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-30T04:42:20.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-30T04:42:20.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-30T04:42:20.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-30T04:42:20.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-30T04:42:20.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-30T04:42:20.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-03-30T04:42:20.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.inplace_update_support: 0 2024-03-30T04:42:20.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-30T04:42:20.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-30T04:42:20.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-30T04:42:20.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-30T04:42:20.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.bloom_locality: 0 2024-03-30T04:42:20.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.max_successive_merges: 0 2024-03-30T04:42:20.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-30T04:42:20.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-30T04:42:20.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-30T04:42:20.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-30T04:42:20.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.ttl: 2592000 2024-03-30T04:42:20.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-30T04:42:20.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-30T04:42:20.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-30T04:42:20.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.enable_blob_files: false 2024-03-30T04:42:20.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.min_blob_size: 0 2024-03-30T04:42:20.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-30T04:42:20.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-30T04:42:20.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-30T04:42:20.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-30T04:42:20.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-30T04:42:20.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-30T04:42:20.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-30T04:42:20.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-30T04:42:20.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f49550d4700 3 rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 45.sst 2024-03-30T04:42:20.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-03-30T04:42:20.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000009 succeeded,manifest_file_number is 9, next_file_number is 47, last_sequence is 29070, log_number is 43,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-30T04:42:20.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 43 2024-03-30T04:42:20.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: fec0b0b5-e848-4d50-ac84-e5c3e6e772a8 2024-03-30T04:42:20.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711773739946070, "job": 1, "event": "recovery_started", "wal_files": [43]} 2024-03-30T04:42:20.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.938+0000 7f495f96bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #43 mode 2 2024-03-30T04:42:20.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.958+0000 7f495f96bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711773739963292, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 48, "file_size": 3439357, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 29075, "largest_seqno": 31879, "table_properties": {"data_size": 3429659, "index_size": 4427, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 4229, "raw_key_size": 39740, "raw_average_key_size": 23, "raw_value_size": 3402070, "raw_average_value_size": 2042, "num_data_blocks": 180, "num_entries": 1666, "num_filter_entries": 1666, "num_deletions": 286, "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": "[CompactOnDeletionCollector]", "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": 1711773739, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "fec0b0b5-e848-4d50-ac84-e5c3e6e772a8", "db_session_id": "WQBX6AKKI8AH0OP5MDVJ", "orig_file_number": 48, "seqno_to_time_mapping": "N/A"}} 2024-03-30T04:42:20.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.958+0000 7f495f96bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711773739963408, "job": 1, "event": "recovery_finished"} 2024-03-30T04:42:20.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.958+0000 7f495f96bc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 50 2024-03-30T04:42:20.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.958+0000 7f495f96bc80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-03-30T04:42:20.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.962+0000 7f495f96bc80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000043.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-30T04:42:20.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.962+0000 7f495f96bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55d06d822000 2024-03-30T04:42:20.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.962+0000 7f495f96bc80 4 rocksdb: DB pointer 0x55d06d80c000 2024-03-30T04:42:20.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.962+0000 7f494e0c6700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-30T04:42:20.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.962+0000 7f494e0c6700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-30T04:42:20.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: ** DB Stats ** 2024-03-30T04:42:20.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-30T04:42:20.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-30T04:42:20.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-30T04:42:20.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-30T04:42:20.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-30T04:42:20.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-30T04:42:20.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-30T04:42:20.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: ** Compaction Stats [default] ** 2024-03-30T04:42:20.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-30T04:42:20.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-30T04:42:20.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: L0 1/0 3.28 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 512.7 0.01 0.00 1 0.006 0 0 0.0 0.0 2024-03-30T04:42:20.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: L6 1/0 10.78 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-03-30T04:42:20.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: Sum 2/0 14.06 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 512.7 0.01 0.00 1 0.006 0 0 0.0 0.0 2024-03-30T04:42:20.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 512.7 0.01 0.00 1 0.006 0 0 0.0 0.0 2024-03-30T04:42:20.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: ** Compaction Stats [default] ** 2024-03-30T04:42:20.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-30T04:42:20.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-30T04:42:20.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 512.7 0.01 0.00 1 0.006 0 0 0.0 0.0 2024-03-30T04:42:20.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-30T04:42:20.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-30T04:42:20.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: Flush(GB): cumulative 0.003, interval 0.003 2024-03-30T04:42:20.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-30T04:42:20.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: AddFile(Total Files): cumulative 0, interval 0 2024-03-30T04:42:20.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-30T04:42:20.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: AddFile(Keys): cumulative 0, interval 0 2024-03-30T04:42:20.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: Cumulative compaction: 0.00 GB write, 135.01 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:42:20.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: Interval compaction: 0.00 GB write, 135.01 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:42:20.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-30T04:42:20.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: Block cache BinnedLRUCache@0x55d06d72f090#7 capacity: 512.00 MB usage: 9.11 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-03-30T04:42:20.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: Block cache entry stats(count,size,portion): FilterBlock(1,4.53 KB,0.000864267%) IndexBlock(1,4.58 KB,0.000873208%) Misc(1,0.00 KB,0%) 2024-03-30T04:42:20.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: ** File Read Latency Histogram By Level [default] ** 2024-03-30T04:42:20.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.962+0000 7f495f96bc80 0 starting mon.c rank 1 at public addrs [v2:172.21.15.111:3301/0,v1:172.21.15.111:6790/0] at bind addrs [v2:172.21.15.111:3301/0,v1:172.21.15.111:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:42:20.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.966+0000 7f495f96bc80 1 mon.c@-1(???) e3 preinit fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:42:20.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.966+0000 7f495f96bc80 0 mon.c@-1(???).mds e1 new map 2024-03-30T04:42:20.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.966+0000 7f495f96bc80 0 mon.c@-1(???).mds e1 print_map 2024-03-30T04:42:20.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: e1 2024-03-30T04:42:20.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-30T04:42:20.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-03-30T04:42:20.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: legacy client fscid: -1 2024-03-30T04:42:20.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: 2024-03-30T04:42:20.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: No filesystems configured 2024-03-30T04:42:20.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.966+0000 7f495f96bc80 0 mon.c@-1(???).osd e108 crush map has features 3314933000854323200, adjusting msgr requires 2024-03-30T04:42:20.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.966+0000 7f495f96bc80 0 mon.c@-1(???).osd e108 crush map has features 432629239337189376, adjusting msgr requires 2024-03-30T04:42:20.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.966+0000 7f495f96bc80 0 mon.c@-1(???).osd e108 crush map has features 432629239337189376, adjusting msgr requires 2024-03-30T04:42:20.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.966+0000 7f495f96bc80 0 mon.c@-1(???).osd e108 crush map has features 432629239337189376, adjusting msgr requires 2024-03-30T04:42:20.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:19 smithi111 bash[73591]: debug 2024-03-30T04:42:19.970+0000 7f495f96bc80 1 mon.c@-1(???).paxosservice(auth 1..26) refresh upgraded, format 0 -> 3 2024-03-30T04:42:21.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: cluster 2024-03-30T04:42:18.321038+0000 mgr.y (mgr.25441) 272 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:42:21.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: cluster 2024-03-30T04:42:20.188131+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-30T04:42:21.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: cluster 2024-03-30T04:42:20.321903+0000 mgr.y (mgr.25441) 273 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 558 B/s rd, 0 op/s 2024-03-30T04:42:21.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: cluster 2024-03-30T04:42:20.600008+0000 mon.a (mon.0) 149 : cluster [INF] mon.a calling monitor election 2024-03-30T04:42:21.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: cluster 2024-03-30T04:42:20.623555+0000 mon.a (mon.0) 150 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-30T04:42:21.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: cluster 2024-03-30T04:42:20.629459+0000 mon.a (mon.0) 151 : cluster [DBG] monmap epoch 3 2024-03-30T04:42:21.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: cluster 2024-03-30T04:42:20.629478+0000 mon.a (mon.0) 152 : cluster [DBG] fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:42:21.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: cluster 2024-03-30T04:42:20.629488+0000 mon.a (mon.0) 153 : cluster [DBG] last_changed 2024-03-30T04:26:01.518565+0000 2024-03-30T04:42:21.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: cluster 2024-03-30T04:42:20.629501+0000 mon.a (mon.0) 154 : cluster [DBG] created 2024-03-30T04:24:10.162800+0000 2024-03-30T04:42:21.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: cluster 2024-03-30T04:42:20.629528+0000 mon.a (mon.0) 155 : cluster [DBG] min_mon_release 17 (quincy) 2024-03-30T04:42:21.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: cluster 2024-03-30T04:42:20.629559+0000 mon.a (mon.0) 156 : cluster [DBG] election_strategy: 1 2024-03-30T04:42:21.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: cluster 2024-03-30T04:42:20.629580+0000 mon.a (mon.0) 157 : cluster [DBG] 0: [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] mon.a 2024-03-30T04:42:21.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: cluster 2024-03-30T04:42:20.629603+0000 mon.a (mon.0) 158 : cluster [DBG] 1: [v2:172.21.15.111:3301/0,v1:172.21.15.111:6790/0] mon.c 2024-03-30T04:42:21.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: cluster 2024-03-30T04:42:20.629623+0000 mon.a (mon.0) 159 : cluster [DBG] 2: [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] mon.b 2024-03-30T04:42:21.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: cluster 2024-03-30T04:42:20.630474+0000 mon.a (mon.0) 160 : cluster [DBG] fsmap 2024-03-30T04:42:21.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: cluster 2024-03-30T04:42:20.630525+0000 mon.a (mon.0) 161 : cluster [DBG] osdmap e108: 8 total, 8 up, 8 in 2024-03-30T04:42:21.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: cluster 2024-03-30T04:42:20.631003+0000 mon.a (mon.0) 162 : cluster [DBG] mgrmap e43: y(active, since 20s), standbys: x 2024-03-30T04:42:21.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: cluster 2024-03-30T04:42:20.631184+0000 mon.a (mon.0) 163 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:42:21.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: cluster 2024-03-30T04:42:20.631200+0000 mon.a (mon.0) 164 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:42:21.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: cluster 2024-03-30T04:42:20.631211+0000 mon.a (mon.0) 165 : cluster [WRN] daemon grafana.a on smithi117 is in unknown state 2024-03-30T04:42:21.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:20.643270+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:21.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:20.654564+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:21.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:20.691391+0000 mon.b (mon.2) 225 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:20.693164+0000 mon.b (mon.2) 226 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: cluster 2024-03-30T04:42:20.696535+0000 mgr.y (mgr.25441) 274 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 678 B/s rd, 0 op/s 2024-03-30T04:42:21.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: cluster 2024-03-30T04:42:20.697359+0000 mgr.y (mgr.25441) 275 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 802 B/s rd, 0 op/s 2024-03-30T04:42:21.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:20.705285+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:21.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: cephadm 2024-03-30T04:42:20.707445+0000 mgr.y (mgr.25441) 276 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:20.798556+0000 mon.b (mon.2) 227 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:20.803718+0000 mon.b (mon.2) 228 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:20.809224+0000 mon.b (mon.2) 229 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:20.811012+0000 mon.b (mon.2) 230 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:20.821323+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:21.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:20.902465+0000 mon.b (mon.2) 231 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:20.906784+0000 mon.b (mon.2) 232 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:20.910131+0000 mon.b (mon.2) 233 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:20.911560+0000 mon.b (mon.2) 234 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:20.921272+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:21.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.002959+0000 mon.b (mon.2) 235 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.005910+0000 mon.b (mon.2) 236 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.009255+0000 mon.b (mon.2) 237 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.010670+0000 mon.b (mon.2) 238 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.017382+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:21.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.082485+0000 mon.b (mon.2) 239 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: cluster 2024-03-30T04:42:18.321038+0000 mgr.y (mgr.25441) 272 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:42:21.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: cluster 2024-03-30T04:42:20.188131+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-30T04:42:21.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: cluster 2024-03-30T04:42:20.321903+0000 mgr.y (mgr.25441) 273 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 558 B/s rd, 0 op/s 2024-03-30T04:42:21.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: cluster 2024-03-30T04:42:20.600008+0000 mon.a (mon.0) 149 : cluster [INF] mon.a calling monitor election 2024-03-30T04:42:21.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: cluster 2024-03-30T04:42:20.623555+0000 mon.a (mon.0) 150 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-30T04:42:21.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: cluster 2024-03-30T04:42:20.629459+0000 mon.a (mon.0) 151 : cluster [DBG] monmap epoch 3 2024-03-30T04:42:21.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: cluster 2024-03-30T04:42:20.629478+0000 mon.a (mon.0) 152 : cluster [DBG] fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:42:21.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: cluster 2024-03-30T04:42:20.629488+0000 mon.a (mon.0) 153 : cluster [DBG] last_changed 2024-03-30T04:26:01.518565+0000 2024-03-30T04:42:21.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: cluster 2024-03-30T04:42:20.629501+0000 mon.a (mon.0) 154 : cluster [DBG] created 2024-03-30T04:24:10.162800+0000 2024-03-30T04:42:21.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: cluster 2024-03-30T04:42:20.629528+0000 mon.a (mon.0) 155 : cluster [DBG] min_mon_release 17 (quincy) 2024-03-30T04:42:21.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: cluster 2024-03-30T04:42:20.629559+0000 mon.a (mon.0) 156 : cluster [DBG] election_strategy: 1 2024-03-30T04:42:21.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: cluster 2024-03-30T04:42:20.629580+0000 mon.a (mon.0) 157 : cluster [DBG] 0: [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] mon.a 2024-03-30T04:42:21.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: cluster 2024-03-30T04:42:20.629603+0000 mon.a (mon.0) 158 : cluster [DBG] 1: [v2:172.21.15.111:3301/0,v1:172.21.15.111:6790/0] mon.c 2024-03-30T04:42:21.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: cluster 2024-03-30T04:42:20.629623+0000 mon.a (mon.0) 159 : cluster [DBG] 2: [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] mon.b 2024-03-30T04:42:21.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: cluster 2024-03-30T04:42:20.630474+0000 mon.a (mon.0) 160 : cluster [DBG] fsmap 2024-03-30T04:42:21.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: cluster 2024-03-30T04:42:20.630525+0000 mon.a (mon.0) 161 : cluster [DBG] osdmap e108: 8 total, 8 up, 8 in 2024-03-30T04:42:21.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: cluster 2024-03-30T04:42:20.631003+0000 mon.a (mon.0) 162 : cluster [DBG] mgrmap e43: y(active, since 20s), standbys: x 2024-03-30T04:42:21.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: cluster 2024-03-30T04:42:20.631184+0000 mon.a (mon.0) 163 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:42:21.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: cluster 2024-03-30T04:42:20.631200+0000 mon.a (mon.0) 164 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:42:21.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: cluster 2024-03-30T04:42:20.631211+0000 mon.a (mon.0) 165 : cluster [WRN] daemon grafana.a on smithi117 is in unknown state 2024-03-30T04:42:21.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:20.643270+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:21.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:20.654564+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:21.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:20.691391+0000 mon.b (mon.2) 225 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:20.693164+0000 mon.b (mon.2) 226 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.085658+0000 mon.b (mon.2) 240 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.089054+0000 mon.b (mon.2) 241 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.090374+0000 mon.b (mon.2) 242 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.097732+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:21.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.176667+0000 mon.b (mon.2) 243 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.179772+0000 mon.b (mon.2) 244 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.182690+0000 mon.b (mon.2) 245 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.183993+0000 mon.b (mon.2) 246 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.192698+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:21.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.255025+0000 mon.b (mon.2) 247 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.257723+0000 mon.b (mon.2) 248 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.260218+0000 mon.b (mon.2) 249 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.261259+0000 mon.b (mon.2) 250 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.269273+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:21.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.313015+0000 mon.b (mon.2) 251 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.315628+0000 mon.b (mon.2) 252 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.317966+0000 mon.b (mon.2) 253 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.318996+0000 mon.b (mon.2) 254 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.325966+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:21.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.369680+0000 mon.b (mon.2) 255 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.372168+0000 mon.b (mon.2) 256 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.374418+0000 mon.b (mon.2) 257 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.375445+0000 mon.b (mon.2) 258 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.382110+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:21.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.441841+0000 mon.b (mon.2) 259 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.444720+0000 mon.b (mon.2) 260 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.447114+0000 mon.b (mon.2) 261 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.448233+0000 mon.b (mon.2) 262 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.455449+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:21.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.517272+0000 mon.b (mon.2) 263 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.520258+0000 mon.b (mon.2) 264 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.522815+0000 mon.b (mon.2) 265 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.524093+0000 mon.b (mon.2) 266 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.537063+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:21.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.609112+0000 mon.b (mon.2) 267 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.613165+0000 mon.b (mon.2) 268 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.616333+0000 mon.b (mon.2) 269 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[73591]: audit 2024-03-30T04:42:21.617747+0000 mon.b (mon.2) 270 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: cluster 2024-03-30T04:42:20.696535+0000 mgr.y (mgr.25441) 274 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 678 B/s rd, 0 op/s 2024-03-30T04:42:21.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: cluster 2024-03-30T04:42:20.697359+0000 mgr.y (mgr.25441) 275 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 802 B/s rd, 0 op/s 2024-03-30T04:42:21.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:20.705285+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:21.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: cephadm 2024-03-30T04:42:20.707445+0000 mgr.y (mgr.25441) 276 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:20.798556+0000 mon.b (mon.2) 227 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:20.803718+0000 mon.b (mon.2) 228 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:20.809224+0000 mon.b (mon.2) 229 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:20.811012+0000 mon.b (mon.2) 230 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:20.821323+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:21.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:20.902465+0000 mon.b (mon.2) 231 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:20.906784+0000 mon.b (mon.2) 232 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:20.910131+0000 mon.b (mon.2) 233 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:20.911560+0000 mon.b (mon.2) 234 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:20.921272+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:21.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.002959+0000 mon.b (mon.2) 235 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.005910+0000 mon.b (mon.2) 236 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.009255+0000 mon.b (mon.2) 237 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.010670+0000 mon.b (mon.2) 238 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.017382+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:21.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.082485+0000 mon.b (mon.2) 239 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.085658+0000 mon.b (mon.2) 240 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.089054+0000 mon.b (mon.2) 241 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.090374+0000 mon.b (mon.2) 242 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.097732+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:21.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.176667+0000 mon.b (mon.2) 243 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.179772+0000 mon.b (mon.2) 244 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.182690+0000 mon.b (mon.2) 245 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.183993+0000 mon.b (mon.2) 246 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.192698+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:21.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.255025+0000 mon.b (mon.2) 247 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.257723+0000 mon.b (mon.2) 248 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.260218+0000 mon.b (mon.2) 249 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.261259+0000 mon.b (mon.2) 250 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.269273+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:21.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.313015+0000 mon.b (mon.2) 251 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.315628+0000 mon.b (mon.2) 252 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.317966+0000 mon.b (mon.2) 253 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.318996+0000 mon.b (mon.2) 254 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.325966+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:21.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.369680+0000 mon.b (mon.2) 255 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.372168+0000 mon.b (mon.2) 256 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.374418+0000 mon.b (mon.2) 257 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.375445+0000 mon.b (mon.2) 258 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.382110+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:21.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.441841+0000 mon.b (mon.2) 259 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.444720+0000 mon.b (mon.2) 260 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.447114+0000 mon.b (mon.2) 261 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.448233+0000 mon.b (mon.2) 262 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.455449+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:21.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.517272+0000 mon.b (mon.2) 263 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.520258+0000 mon.b (mon.2) 264 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.522815+0000 mon.b (mon.2) 265 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.524093+0000 mon.b (mon.2) 266 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.537063+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:21.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.609112+0000 mon.b (mon.2) 267 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.613165+0000 mon.b (mon.2) 268 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.616333+0000 mon.b (mon.2) 269 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:21 smithi111 bash[70954]: audit 2024-03-30T04:42:21.617747+0000 mon.b (mon.2) 270 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: cluster 2024-03-30T04:42:18.321038+0000 mgr.y (mgr.25441) 272 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:42:21.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: cluster 2024-03-30T04:42:20.188131+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-30T04:42:21.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: cluster 2024-03-30T04:42:20.321903+0000 mgr.y (mgr.25441) 273 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 558 B/s rd, 0 op/s 2024-03-30T04:42:21.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: cluster 2024-03-30T04:42:20.600008+0000 mon.a (mon.0) 149 : cluster [INF] mon.a calling monitor election 2024-03-30T04:42:21.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: cluster 2024-03-30T04:42:20.623555+0000 mon.a (mon.0) 150 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-30T04:42:21.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: cluster 2024-03-30T04:42:20.629459+0000 mon.a (mon.0) 151 : cluster [DBG] monmap epoch 3 2024-03-30T04:42:21.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: cluster 2024-03-30T04:42:20.629478+0000 mon.a (mon.0) 152 : cluster [DBG] fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:42:21.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: cluster 2024-03-30T04:42:20.629488+0000 mon.a (mon.0) 153 : cluster [DBG] last_changed 2024-03-30T04:26:01.518565+0000 2024-03-30T04:42:21.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: cluster 2024-03-30T04:42:20.629501+0000 mon.a (mon.0) 154 : cluster [DBG] created 2024-03-30T04:24:10.162800+0000 2024-03-30T04:42:21.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: cluster 2024-03-30T04:42:20.629528+0000 mon.a (mon.0) 155 : cluster [DBG] min_mon_release 17 (quincy) 2024-03-30T04:42:21.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: cluster 2024-03-30T04:42:20.629559+0000 mon.a (mon.0) 156 : cluster [DBG] election_strategy: 1 2024-03-30T04:42:21.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: cluster 2024-03-30T04:42:20.629580+0000 mon.a (mon.0) 157 : cluster [DBG] 0: [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] mon.a 2024-03-30T04:42:21.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: cluster 2024-03-30T04:42:20.629603+0000 mon.a (mon.0) 158 : cluster [DBG] 1: [v2:172.21.15.111:3301/0,v1:172.21.15.111:6790/0] mon.c 2024-03-30T04:42:21.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: cluster 2024-03-30T04:42:20.629623+0000 mon.a (mon.0) 159 : cluster [DBG] 2: [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] mon.b 2024-03-30T04:42:21.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: cluster 2024-03-30T04:42:20.630474+0000 mon.a (mon.0) 160 : cluster [DBG] fsmap 2024-03-30T04:42:21.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: cluster 2024-03-30T04:42:20.630525+0000 mon.a (mon.0) 161 : cluster [DBG] osdmap e108: 8 total, 8 up, 8 in 2024-03-30T04:42:21.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: cluster 2024-03-30T04:42:20.631003+0000 mon.a (mon.0) 162 : cluster [DBG] mgrmap e43: y(active, since 20s), standbys: x 2024-03-30T04:42:21.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: cluster 2024-03-30T04:42:20.631184+0000 mon.a (mon.0) 163 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:42:21.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: cluster 2024-03-30T04:42:20.631200+0000 mon.a (mon.0) 164 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:42:21.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: cluster 2024-03-30T04:42:20.631211+0000 mon.a (mon.0) 165 : cluster [WRN] daemon grafana.a on smithi117 is in unknown state 2024-03-30T04:42:21.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:20.643270+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:21.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:20.654564+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:21.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:20.691391+0000 mon.b (mon.2) 225 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:20.693164+0000 mon.b (mon.2) 226 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: cluster 2024-03-30T04:42:20.696535+0000 mgr.y (mgr.25441) 274 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 678 B/s rd, 0 op/s 2024-03-30T04:42:21.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: cluster 2024-03-30T04:42:20.697359+0000 mgr.y (mgr.25441) 275 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 802 B/s rd, 0 op/s 2024-03-30T04:42:21.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:20.705285+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:21.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: cephadm 2024-03-30T04:42:20.707445+0000 mgr.y (mgr.25441) 276 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:20.798556+0000 mon.b (mon.2) 227 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:20.803718+0000 mon.b (mon.2) 228 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:20.809224+0000 mon.b (mon.2) 229 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:20.811012+0000 mon.b (mon.2) 230 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:20.821323+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:21.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:20.902465+0000 mon.b (mon.2) 231 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:20.906784+0000 mon.b (mon.2) 232 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:20.910131+0000 mon.b (mon.2) 233 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:20.911560+0000 mon.b (mon.2) 234 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:20.921272+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:21.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.002959+0000 mon.b (mon.2) 235 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.005910+0000 mon.b (mon.2) 236 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.009255+0000 mon.b (mon.2) 237 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.010670+0000 mon.b (mon.2) 238 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.017382+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:21.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.082485+0000 mon.b (mon.2) 239 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.085658+0000 mon.b (mon.2) 240 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.089054+0000 mon.b (mon.2) 241 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.090374+0000 mon.b (mon.2) 242 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.097732+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:21.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.176667+0000 mon.b (mon.2) 243 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.179772+0000 mon.b (mon.2) 244 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.182690+0000 mon.b (mon.2) 245 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.183993+0000 mon.b (mon.2) 246 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.192698+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:21.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.255025+0000 mon.b (mon.2) 247 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.257723+0000 mon.b (mon.2) 248 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.260218+0000 mon.b (mon.2) 249 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.261259+0000 mon.b (mon.2) 250 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.269273+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:21.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.313015+0000 mon.b (mon.2) 251 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.315628+0000 mon.b (mon.2) 252 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.317966+0000 mon.b (mon.2) 253 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.318996+0000 mon.b (mon.2) 254 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.325966+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:21.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.369680+0000 mon.b (mon.2) 255 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.372168+0000 mon.b (mon.2) 256 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.374418+0000 mon.b (mon.2) 257 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.375445+0000 mon.b (mon.2) 258 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.382110+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:21.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.441841+0000 mon.b (mon.2) 259 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.444720+0000 mon.b (mon.2) 260 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.447114+0000 mon.b (mon.2) 261 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.448233+0000 mon.b (mon.2) 262 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.455449+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:21.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.517272+0000 mon.b (mon.2) 263 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.520258+0000 mon.b (mon.2) 264 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.522815+0000 mon.b (mon.2) 265 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.524093+0000 mon.b (mon.2) 266 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.537063+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:21.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.609112+0000 mon.b (mon.2) 267 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.613165+0000 mon.b (mon.2) 268 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.616333+0000 mon.b (mon.2) 269 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:21 smithi117 bash[18692]: audit 2024-03-30T04:42:21.617747+0000 mon.b (mon.2) 270 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:22.973 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: cluster 2024-03-30T04:42:20.813406+0000 mgr.y (mgr.25441) 277 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 788 B/s rd, 0 op/s 2024-03-30T04:42:22.973 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: cluster 2024-03-30T04:42:20.813666+0000 mgr.y (mgr.25441) 278 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.973 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: cephadm 2024-03-30T04:42:20.823988+0000 mgr.y (mgr.25441) 279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.973 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: cluster 2024-03-30T04:42:20.913639+0000 mgr.y (mgr.25441) 280 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.974 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: cluster 2024-03-30T04:42:20.913995+0000 mgr.y (mgr.25441) 281 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.974 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: cephadm 2024-03-30T04:42:20.924461+0000 mgr.y (mgr.25441) 282 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.974 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: cluster 2024-03-30T04:42:21.012170+0000 mgr.y (mgr.25441) 283 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.974 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: cluster 2024-03-30T04:42:21.012428+0000 mgr.y (mgr.25441) 284 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.974 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: cephadm 2024-03-30T04:42:21.020403+0000 mgr.y (mgr.25441) 285 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.974 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: cluster 2024-03-30T04:42:21.092622+0000 mgr.y (mgr.25441) 286 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.974 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: cluster 2024-03-30T04:42:21.093371+0000 mgr.y (mgr.25441) 287 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.974 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: cephadm 2024-03-30T04:42:21.100864+0000 mgr.y (mgr.25441) 288 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.974 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:21.150645+0000 mgr.y (mgr.25441) 289 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:22.974 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: cluster 2024-03-30T04:42:21.187384+0000 mgr.y (mgr.25441) 290 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 18 op/s 2024-03-30T04:42:22.974 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: cluster 2024-03-30T04:42:21.188138+0000 mgr.y (mgr.25441) 291 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 18 op/s 2024-03-30T04:42:22.974 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: cephadm 2024-03-30T04:42:21.195636+0000 mgr.y (mgr.25441) 292 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.974 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: cluster 2024-03-30T04:42:21.262575+0000 mgr.y (mgr.25441) 293 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-03-30T04:42:22.974 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: cluster 2024-03-30T04:42:21.262788+0000 mgr.y (mgr.25441) 294 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-03-30T04:42:22.975 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: cephadm 2024-03-30T04:42:21.271783+0000 mgr.y (mgr.25441) 295 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.975 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: cluster 2024-03-30T04:42:20.813406+0000 mgr.y (mgr.25441) 277 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 788 B/s rd, 0 op/s 2024-03-30T04:42:22.975 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: cluster 2024-03-30T04:42:20.813666+0000 mgr.y (mgr.25441) 278 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.975 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: cephadm 2024-03-30T04:42:20.823988+0000 mgr.y (mgr.25441) 279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.975 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: cluster 2024-03-30T04:42:20.913639+0000 mgr.y (mgr.25441) 280 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.975 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: cluster 2024-03-30T04:42:20.913995+0000 mgr.y (mgr.25441) 281 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.975 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: cephadm 2024-03-30T04:42:20.924461+0000 mgr.y (mgr.25441) 282 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.975 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: cluster 2024-03-30T04:42:21.012170+0000 mgr.y (mgr.25441) 283 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.975 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: cluster 2024-03-30T04:42:21.012428+0000 mgr.y (mgr.25441) 284 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.975 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: cephadm 2024-03-30T04:42:21.020403+0000 mgr.y (mgr.25441) 285 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.975 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: cluster 2024-03-30T04:42:21.092622+0000 mgr.y (mgr.25441) 286 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.976 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: cluster 2024-03-30T04:42:21.093371+0000 mgr.y (mgr.25441) 287 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.976 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: cephadm 2024-03-30T04:42:21.100864+0000 mgr.y (mgr.25441) 288 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.976 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:21.150645+0000 mgr.y (mgr.25441) 289 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:22.976 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: cluster 2024-03-30T04:42:21.187384+0000 mgr.y (mgr.25441) 290 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 18 op/s 2024-03-30T04:42:22.976 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: cluster 2024-03-30T04:42:21.188138+0000 mgr.y (mgr.25441) 291 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 18 op/s 2024-03-30T04:42:22.976 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: cephadm 2024-03-30T04:42:21.195636+0000 mgr.y (mgr.25441) 292 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.976 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: cluster 2024-03-30T04:42:21.262575+0000 mgr.y (mgr.25441) 293 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-03-30T04:42:22.976 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: cluster 2024-03-30T04:42:21.262788+0000 mgr.y (mgr.25441) 294 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-03-30T04:42:22.976 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: cephadm 2024-03-30T04:42:21.271783+0000 mgr.y (mgr.25441) 295 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: cluster 2024-03-30T04:42:21.320234+0000 mgr.y (mgr.25441) 296 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s 2024-03-30T04:42:22.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: cluster 2024-03-30T04:42:21.320432+0000 mgr.y (mgr.25441) 297 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s 2024-03-30T04:42:22.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: cephadm 2024-03-30T04:42:21.328246+0000 mgr.y (mgr.25441) 298 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: cluster 2024-03-30T04:42:21.376628+0000 mgr.y (mgr.25441) 299 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: cluster 2024-03-30T04:42:21.376812+0000 mgr.y (mgr.25441) 300 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: cephadm 2024-03-30T04:42:21.384541+0000 mgr.y (mgr.25441) 301 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: cluster 2024-03-30T04:42:21.449533+0000 mgr.y (mgr.25441) 302 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: cluster 2024-03-30T04:42:21.449758+0000 mgr.y (mgr.25441) 303 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: cephadm 2024-03-30T04:42:21.457875+0000 mgr.y (mgr.25441) 304 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: cluster 2024-03-30T04:42:21.525557+0000 mgr.y (mgr.25441) 305 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: cluster 2024-03-30T04:42:21.525873+0000 mgr.y (mgr.25441) 306 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: cephadm 2024-03-30T04:42:21.538212+0000 mgr.y (mgr.25441) 307 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: cluster 2024-03-30T04:42:21.619829+0000 mgr.y (mgr.25441) 308 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: cluster 2024-03-30T04:42:21.620125+0000 mgr.y (mgr.25441) 309 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:21.627453+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:22.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: cephadm 2024-03-30T04:42:21.628946+0000 mgr.y (mgr.25441) 310 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:21.705693+0000 mon.b (mon.2) 271 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:22.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:21.708408+0000 mon.b (mon.2) 272 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:22.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:21.710991+0000 mon.b (mon.2) 273 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:22.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:21.712222+0000 mon.b (mon.2) 274 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:22.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: cluster 2024-03-30T04:42:21.713920+0000 mgr.y (mgr.25441) 311 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: cluster 2024-03-30T04:42:21.714590+0000 mgr.y (mgr.25441) 312 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:21.720089+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:22.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: cephadm 2024-03-30T04:42:21.722708+0000 mgr.y (mgr.25441) 313 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:21.779760+0000 mon.b (mon.2) 275 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:22.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:21.782576+0000 mon.b (mon.2) 276 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:22.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:21.785797+0000 mon.b (mon.2) 277 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:22.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:21.786939+0000 mon.b (mon.2) 278 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:22.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:21.794955+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:22.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:21.857141+0000 mon.b (mon.2) 279 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:22.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:21.860184+0000 mon.b (mon.2) 280 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:22.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:21.862955+0000 mon.b (mon.2) 281 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:22.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:21.864144+0000 mon.b (mon.2) 282 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:22.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:21.870999+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:22.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:21.932190+0000 mon.b (mon.2) 283 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:22.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:21.936416+0000 mon.b (mon.2) 284 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:22.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:21.939930+0000 mon.b (mon.2) 285 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:22.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:21.941330+0000 mon.b (mon.2) 286 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:22.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:21.948890+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:22.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:22.011522+0000 mon.b (mon.2) 287 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:22.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:22.014344+0000 mon.b (mon.2) 288 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:22.980 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: cluster 2024-03-30T04:42:21.320234+0000 mgr.y (mgr.25441) 296 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s 2024-03-30T04:42:22.980 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: cluster 2024-03-30T04:42:21.320432+0000 mgr.y (mgr.25441) 297 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s 2024-03-30T04:42:22.980 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: cephadm 2024-03-30T04:42:21.328246+0000 mgr.y (mgr.25441) 298 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.980 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: cluster 2024-03-30T04:42:21.376628+0000 mgr.y (mgr.25441) 299 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.980 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: cluster 2024-03-30T04:42:21.376812+0000 mgr.y (mgr.25441) 300 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.980 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: cephadm 2024-03-30T04:42:21.384541+0000 mgr.y (mgr.25441) 301 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.980 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: cluster 2024-03-30T04:42:21.449533+0000 mgr.y (mgr.25441) 302 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.980 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: cluster 2024-03-30T04:42:21.449758+0000 mgr.y (mgr.25441) 303 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.980 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: cephadm 2024-03-30T04:42:21.457875+0000 mgr.y (mgr.25441) 304 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.980 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: cluster 2024-03-30T04:42:21.525557+0000 mgr.y (mgr.25441) 305 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.980 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: cluster 2024-03-30T04:42:21.525873+0000 mgr.y (mgr.25441) 306 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.980 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: cephadm 2024-03-30T04:42:21.538212+0000 mgr.y (mgr.25441) 307 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.980 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: cluster 2024-03-30T04:42:21.619829+0000 mgr.y (mgr.25441) 308 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.980 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: cluster 2024-03-30T04:42:21.620125+0000 mgr.y (mgr.25441) 309 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.981 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:21.627453+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:22.981 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: cephadm 2024-03-30T04:42:21.628946+0000 mgr.y (mgr.25441) 310 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.981 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:21.705693+0000 mon.b (mon.2) 271 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:22.981 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:21.708408+0000 mon.b (mon.2) 272 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:22.981 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:21.710991+0000 mon.b (mon.2) 273 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:22.981 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:21.712222+0000 mon.b (mon.2) 274 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:22.981 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: cluster 2024-03-30T04:42:21.713920+0000 mgr.y (mgr.25441) 311 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.981 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:22.017324+0000 mon.b (mon.2) 289 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:22.981 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:22.018728+0000 mon.b (mon.2) 290 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:22.981 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:22.027445+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:22.981 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:22.103374+0000 mon.b (mon.2) 291 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:22.981 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:22.105983+0000 mon.b (mon.2) 292 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:22.982 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:22.108467+0000 mon.b (mon.2) 293 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:22.982 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:22.109546+0000 mon.b (mon.2) 294 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:22.982 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:22.115749+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:22.982 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:22.177853+0000 mon.b (mon.2) 295 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:22.982 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:22.180424+0000 mon.b (mon.2) 296 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:22.982 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:22.183163+0000 mon.b (mon.2) 297 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:22.982 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:22.184304+0000 mon.b (mon.2) 298 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:22.982 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:22.190655+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:22.982 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:22.251588+0000 mon.b (mon.2) 299 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:22.982 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:22.254787+0000 mon.b (mon.2) 300 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:22.982 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:22.257898+0000 mon.b (mon.2) 301 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:22.982 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:22.259305+0000 mon.b (mon.2) 302 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:22.982 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:22.269991+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:22.983 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:22.348123+0000 mon.b (mon.2) 303 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:22.983 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:22.351098+0000 mon.b (mon.2) 304 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:22.983 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: cluster 2024-03-30T04:42:21.714590+0000 mgr.y (mgr.25441) 312 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.983 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:21.720089+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:22.983 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: cephadm 2024-03-30T04:42:21.722708+0000 mgr.y (mgr.25441) 313 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.983 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:21.779760+0000 mon.b (mon.2) 275 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:22.983 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:21.782576+0000 mon.b (mon.2) 276 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:22.983 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:21.785797+0000 mon.b (mon.2) 277 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:22.983 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:21.786939+0000 mon.b (mon.2) 278 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:22.983 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:21.794955+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:22.983 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:21.857141+0000 mon.b (mon.2) 279 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:22.984 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:21.860184+0000 mon.b (mon.2) 280 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:22.984 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:21.862955+0000 mon.b (mon.2) 281 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:22.984 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:21.864144+0000 mon.b (mon.2) 282 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:22.984 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:21.870999+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:22.984 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:21.932190+0000 mon.b (mon.2) 283 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:22.984 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:21.936416+0000 mon.b (mon.2) 284 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:22.984 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:21.939930+0000 mon.b (mon.2) 285 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:22.984 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:21.941330+0000 mon.b (mon.2) 286 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:22.984 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:21.948890+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:22.984 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:22.011522+0000 mon.b (mon.2) 287 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:22.984 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:22.014344+0000 mon.b (mon.2) 288 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:22.985 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:22.355250+0000 mon.b (mon.2) 305 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:22.985 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:22.356765+0000 mon.b (mon.2) 306 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:22.985 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:22.365159+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:22.985 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:22.444538+0000 mon.b (mon.2) 307 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:22.985 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:22.447082+0000 mon.b (mon.2) 308 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:22.985 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:22.449946+0000 mon.b (mon.2) 309 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:22.985 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:22.451009+0000 mon.b (mon.2) 310 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:22.985 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:22.458439+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:22.985 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:22.537344+0000 mon.b (mon.2) 311 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:22.985 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:22.540230+0000 mon.b (mon.2) 312 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:22.985 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:22.543308+0000 mon.b (mon.2) 313 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:22.985 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:22.544652+0000 mon.b (mon.2) 314 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:22.985 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:22.552388+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:22.986 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:22.629640+0000 mon.b (mon.2) 315 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:22.986 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[73591]: audit 2024-03-30T04:42:22.632570+0000 mon.b (mon.2) 316 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:22.986 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:22.017324+0000 mon.b (mon.2) 289 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:22.986 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:22.018728+0000 mon.b (mon.2) 290 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:22.986 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:22.027445+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:22.986 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:22.103374+0000 mon.b (mon.2) 291 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:22.986 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:22.105983+0000 mon.b (mon.2) 292 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:22.986 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:22.108467+0000 mon.b (mon.2) 293 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:22.986 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:22.109546+0000 mon.b (mon.2) 294 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:22.987 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:22.115749+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:22.987 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:22.177853+0000 mon.b (mon.2) 295 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:22.987 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:22.180424+0000 mon.b (mon.2) 296 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:22.987 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:22.183163+0000 mon.b (mon.2) 297 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:22.987 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:22.184304+0000 mon.b (mon.2) 298 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:22.987 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:22.190655+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:22.987 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:22.251588+0000 mon.b (mon.2) 299 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:22.987 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:22.254787+0000 mon.b (mon.2) 300 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:22.987 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:22.257898+0000 mon.b (mon.2) 301 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:22.987 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:22.259305+0000 mon.b (mon.2) 302 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:22.987 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:22.269991+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:22.987 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:22.348123+0000 mon.b (mon.2) 303 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:22.987 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:22.351098+0000 mon.b (mon.2) 304 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:22.987 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:22.355250+0000 mon.b (mon.2) 305 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:22.987 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:22.356765+0000 mon.b (mon.2) 306 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:22.988 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:22.365159+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:22.988 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:22.444538+0000 mon.b (mon.2) 307 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:22.988 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:22.447082+0000 mon.b (mon.2) 308 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:22.988 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:22.449946+0000 mon.b (mon.2) 309 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:22.988 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:22.451009+0000 mon.b (mon.2) 310 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:22.988 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:22.458439+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:22.988 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:22.537344+0000 mon.b (mon.2) 311 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:22.988 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:22.540230+0000 mon.b (mon.2) 312 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:22.988 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:22.543308+0000 mon.b (mon.2) 313 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:22.988 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:22.544652+0000 mon.b (mon.2) 314 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:22.988 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:22.552388+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:22.988 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:22.629640+0000 mon.b (mon.2) 315 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:22.988 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:22 smithi111 bash[70954]: audit 2024-03-30T04:42:22.632570+0000 mon.b (mon.2) 316 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: cluster 2024-03-30T04:42:20.813406+0000 mgr.y (mgr.25441) 277 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 788 B/s rd, 0 op/s 2024-03-30T04:42:23.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: cluster 2024-03-30T04:42:20.813666+0000 mgr.y (mgr.25441) 278 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: cephadm 2024-03-30T04:42:20.823988+0000 mgr.y (mgr.25441) 279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: cluster 2024-03-30T04:42:20.913639+0000 mgr.y (mgr.25441) 280 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: cluster 2024-03-30T04:42:20.913995+0000 mgr.y (mgr.25441) 281 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: cephadm 2024-03-30T04:42:20.924461+0000 mgr.y (mgr.25441) 282 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: cluster 2024-03-30T04:42:21.012170+0000 mgr.y (mgr.25441) 283 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: cluster 2024-03-30T04:42:21.012428+0000 mgr.y (mgr.25441) 284 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: cephadm 2024-03-30T04:42:21.020403+0000 mgr.y (mgr.25441) 285 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: cluster 2024-03-30T04:42:21.092622+0000 mgr.y (mgr.25441) 286 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: cluster 2024-03-30T04:42:21.093371+0000 mgr.y (mgr.25441) 287 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: cephadm 2024-03-30T04:42:21.100864+0000 mgr.y (mgr.25441) 288 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:21.150645+0000 mgr.y (mgr.25441) 289 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:23.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: cluster 2024-03-30T04:42:21.187384+0000 mgr.y (mgr.25441) 290 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 18 op/s 2024-03-30T04:42:23.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: cluster 2024-03-30T04:42:21.188138+0000 mgr.y (mgr.25441) 291 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 18 op/s 2024-03-30T04:42:23.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: cephadm 2024-03-30T04:42:21.195636+0000 mgr.y (mgr.25441) 292 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: cluster 2024-03-30T04:42:21.262575+0000 mgr.y (mgr.25441) 293 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-03-30T04:42:23.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: cluster 2024-03-30T04:42:21.262788+0000 mgr.y (mgr.25441) 294 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-03-30T04:42:23.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: cephadm 2024-03-30T04:42:21.271783+0000 mgr.y (mgr.25441) 295 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: cluster 2024-03-30T04:42:21.320234+0000 mgr.y (mgr.25441) 296 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s 2024-03-30T04:42:23.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: cluster 2024-03-30T04:42:21.320432+0000 mgr.y (mgr.25441) 297 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s 2024-03-30T04:42:23.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: cephadm 2024-03-30T04:42:21.328246+0000 mgr.y (mgr.25441) 298 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: cluster 2024-03-30T04:42:21.376628+0000 mgr.y (mgr.25441) 299 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: cluster 2024-03-30T04:42:21.376812+0000 mgr.y (mgr.25441) 300 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: cephadm 2024-03-30T04:42:21.384541+0000 mgr.y (mgr.25441) 301 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: cluster 2024-03-30T04:42:21.449533+0000 mgr.y (mgr.25441) 302 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: cluster 2024-03-30T04:42:21.449758+0000 mgr.y (mgr.25441) 303 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: cephadm 2024-03-30T04:42:21.457875+0000 mgr.y (mgr.25441) 304 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: cluster 2024-03-30T04:42:21.525557+0000 mgr.y (mgr.25441) 305 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: cluster 2024-03-30T04:42:21.525873+0000 mgr.y (mgr.25441) 306 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: cephadm 2024-03-30T04:42:21.538212+0000 mgr.y (mgr.25441) 307 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: cluster 2024-03-30T04:42:21.619829+0000 mgr.y (mgr.25441) 308 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: cluster 2024-03-30T04:42:21.620125+0000 mgr.y (mgr.25441) 309 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:21.627453+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: cephadm 2024-03-30T04:42:21.628946+0000 mgr.y (mgr.25441) 310 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:21.705693+0000 mon.b (mon.2) 271 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:21.708408+0000 mon.b (mon.2) 272 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:21.710991+0000 mon.b (mon.2) 273 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:21.712222+0000 mon.b (mon.2) 274 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: cluster 2024-03-30T04:42:21.713920+0000 mgr.y (mgr.25441) 311 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: cluster 2024-03-30T04:42:21.714590+0000 mgr.y (mgr.25441) 312 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:21.720089+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: cephadm 2024-03-30T04:42:21.722708+0000 mgr.y (mgr.25441) 313 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:21.779760+0000 mon.b (mon.2) 275 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:21.782576+0000 mon.b (mon.2) 276 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:21.785797+0000 mon.b (mon.2) 277 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:21.786939+0000 mon.b (mon.2) 278 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:21.794955+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:21.857141+0000 mon.b (mon.2) 279 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:21.860184+0000 mon.b (mon.2) 280 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:21.862955+0000 mon.b (mon.2) 281 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:21.864144+0000 mon.b (mon.2) 282 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:21.870999+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:21.932190+0000 mon.b (mon.2) 283 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:21.936416+0000 mon.b (mon.2) 284 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:21.939930+0000 mon.b (mon.2) 285 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:21.941330+0000 mon.b (mon.2) 286 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:21.948890+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:22.011522+0000 mon.b (mon.2) 287 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:22.014344+0000 mon.b (mon.2) 288 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:22.017324+0000 mon.b (mon.2) 289 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:22.018728+0000 mon.b (mon.2) 290 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:22.027445+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:22.103374+0000 mon.b (mon.2) 291 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:22.105983+0000 mon.b (mon.2) 292 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:22.108467+0000 mon.b (mon.2) 293 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:22.109546+0000 mon.b (mon.2) 294 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:22.115749+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:22.177853+0000 mon.b (mon.2) 295 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:22.180424+0000 mon.b (mon.2) 296 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:22.183163+0000 mon.b (mon.2) 297 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:22.184304+0000 mon.b (mon.2) 298 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:22.190655+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:22.251588+0000 mon.b (mon.2) 299 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:22.254787+0000 mon.b (mon.2) 300 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:22.257898+0000 mon.b (mon.2) 301 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:22.259305+0000 mon.b (mon.2) 302 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:22.269991+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:22.348123+0000 mon.b (mon.2) 303 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:22.351098+0000 mon.b (mon.2) 304 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:22.355250+0000 mon.b (mon.2) 305 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:22.356765+0000 mon.b (mon.2) 306 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:22.365159+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:22.444538+0000 mon.b (mon.2) 307 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:22.447082+0000 mon.b (mon.2) 308 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:22.449946+0000 mon.b (mon.2) 309 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:22.451009+0000 mon.b (mon.2) 310 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:22.458439+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:22.537344+0000 mon.b (mon.2) 311 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:22.540230+0000 mon.b (mon.2) 312 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:22.543308+0000 mon.b (mon.2) 313 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:22.544652+0000 mon.b (mon.2) 314 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:22.552388+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:22.629640+0000 mon.b (mon.2) 315 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:22 smithi117 bash[18692]: audit 2024-03-30T04:42:22.632570+0000 mon.b (mon.2) 316 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.884 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[53671]: ts=2024-03-30T04:42:23.508Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi111\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:42:23.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: cluster 2024-03-30T04:42:21.788462+0000 mgr.y (mgr.25441) 314 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: cluster 2024-03-30T04:42:21.788770+0000 mgr.y (mgr.25441) 315 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: cephadm 2024-03-30T04:42:21.799172+0000 mgr.y (mgr.25441) 316 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: cluster 2024-03-30T04:42:21.865429+0000 mgr.y (mgr.25441) 317 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: cluster 2024-03-30T04:42:21.865611+0000 mgr.y (mgr.25441) 318 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: cephadm 2024-03-30T04:42:21.875196+0000 mgr.y (mgr.25441) 319 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: cluster 2024-03-30T04:42:21.943372+0000 mgr.y (mgr.25441) 320 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: cluster 2024-03-30T04:42:21.943625+0000 mgr.y (mgr.25441) 321 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: cephadm 2024-03-30T04:42:21.953700+0000 mgr.y (mgr.25441) 322 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: cluster 2024-03-30T04:42:22.020177+0000 mgr.y (mgr.25441) 323 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: cluster 2024-03-30T04:42:22.020436+0000 mgr.y (mgr.25441) 324 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: cephadm 2024-03-30T04:42:22.030256+0000 mgr.y (mgr.25441) 325 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: cluster 2024-03-30T04:42:22.110824+0000 mgr.y (mgr.25441) 326 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: cluster 2024-03-30T04:42:22.111007+0000 mgr.y (mgr.25441) 327 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: cephadm 2024-03-30T04:42:22.120893+0000 mgr.y (mgr.25441) 328 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: cluster 2024-03-30T04:42:22.185622+0000 mgr.y (mgr.25441) 329 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: cluster 2024-03-30T04:42:22.185869+0000 mgr.y (mgr.25441) 330 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: cephadm 2024-03-30T04:42:22.193983+0000 mgr.y (mgr.25441) 331 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: cluster 2024-03-30T04:42:22.260860+0000 mgr.y (mgr.25441) 332 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: cluster 2024-03-30T04:42:22.261107+0000 mgr.y (mgr.25441) 333 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: cephadm 2024-03-30T04:42:22.273297+0000 mgr.y (mgr.25441) 334 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: cluster 2024-03-30T04:42:22.358432+0000 mgr.y (mgr.25441) 335 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: cluster 2024-03-30T04:42:22.358680+0000 mgr.y (mgr.25441) 336 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: cephadm 2024-03-30T04:42:22.370401+0000 mgr.y (mgr.25441) 337 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: cluster 2024-03-30T04:42:22.452550+0000 mgr.y (mgr.25441) 338 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: cluster 2024-03-30T04:42:22.453030+0000 mgr.y (mgr.25441) 339 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: cephadm 2024-03-30T04:42:22.463418+0000 mgr.y (mgr.25441) 340 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: cluster 2024-03-30T04:42:22.546331+0000 mgr.y (mgr.25441) 341 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: cluster 2024-03-30T04:42:22.546882+0000 mgr.y (mgr.25441) 342 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: cephadm 2024-03-30T04:42:22.555709+0000 mgr.y (mgr.25441) 343 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:22.635779+0000 mon.b (mon.2) 317 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:22.669447+0000 mon.b (mon.2) 318 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: cluster 2024-03-30T04:42:22.671128+0000 mgr.y (mgr.25441) 344 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: cluster 2024-03-30T04:42:22.671689+0000 mgr.y (mgr.25441) 345 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:22.677832+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: cephadm 2024-03-30T04:42:22.678879+0000 mgr.y (mgr.25441) 346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:22.752801+0000 mon.b (mon.2) 319 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:22.755466+0000 mon.b (mon.2) 320 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:22.757829+0000 mon.b (mon.2) 321 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:22.758980+0000 mon.b (mon.2) 322 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:22.765748+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:22.807612+0000 mon.b (mon.2) 323 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:22.810408+0000 mon.b (mon.2) 324 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:22.813770+0000 mon.b (mon.2) 325 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:22.815209+0000 mon.b (mon.2) 326 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:22.822300+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:22.867729+0000 mon.b (mon.2) 327 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:22.870538+0000 mon.b (mon.2) 328 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:22.872740+0000 mon.b (mon.2) 329 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:22.873627+0000 mon.b (mon.2) 330 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:22.879799+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:22.924496+0000 mon.b (mon.2) 331 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:22.927105+0000 mon.b (mon.2) 332 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:22.929330+0000 mon.b (mon.2) 333 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:22.930227+0000 mon.b (mon.2) 334 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:22.936325+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:22.981996+0000 mon.b (mon.2) 335 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:22.984796+0000 mon.b (mon.2) 336 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:22.987347+0000 mon.b (mon.2) 337 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:22.988347+0000 mon.b (mon.2) 338 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:22.995993+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:23.040824+0000 mon.b (mon.2) 339 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:23.043390+0000 mon.b (mon.2) 340 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:23.045797+0000 mon.b (mon.2) 341 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:23.046710+0000 mon.b (mon.2) 342 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:23.054711+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:23.116255+0000 mon.b (mon.2) 343 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:23.119395+0000 mon.b (mon.2) 344 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:23.121855+0000 mon.b (mon.2) 345 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:23.122890+0000 mon.b (mon.2) 346 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:23.131065+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:23.176371+0000 mon.b (mon.2) 347 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:23.178864+0000 mon.b (mon.2) 348 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:23.181677+0000 mon.b (mon.2) 349 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:23.182740+0000 mon.b (mon.2) 350 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:23.190828+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:23.235570+0000 mon.b (mon.2) 351 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:23.238264+0000 mon.b (mon.2) 352 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:23.240789+0000 mon.b (mon.2) 353 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:23.241947+0000 mon.b (mon.2) 354 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:23.250336+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:23.294738+0000 mon.b (mon.2) 355 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:23.297759+0000 mon.b (mon.2) 356 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:23.300120+0000 mon.b (mon.2) 357 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:23.301121+0000 mon.b (mon.2) 358 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:23.309634+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:23.387220+0000 mon.b (mon.2) 359 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:23.390166+0000 mon.b (mon.2) 360 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:23.392527+0000 mon.b (mon.2) 361 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:23.393422+0000 mon.b (mon.2) 362 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:23.403631+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:23.470606+0000 mon.b (mon.2) 363 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:23.474183+0000 mon.b (mon.2) 364 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:23.477420+0000 mon.b (mon.2) 365 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:23.478582+0000 mon.b (mon.2) 366 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:23.488311+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:23.577336+0000 mon.b (mon.2) 367 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:23.581880+0000 mon.b (mon.2) 368 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:23.586253+0000 mon.b (mon.2) 369 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:23.587736+0000 mon.b (mon.2) 370 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:23 smithi117 bash[18692]: audit 2024-03-30T04:42:23.598740+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.898 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: cluster 2024-03-30T04:42:21.788462+0000 mgr.y (mgr.25441) 314 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.898 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: cluster 2024-03-30T04:42:21.788770+0000 mgr.y (mgr.25441) 315 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.898 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: cephadm 2024-03-30T04:42:21.799172+0000 mgr.y (mgr.25441) 316 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.898 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: cluster 2024-03-30T04:42:21.865429+0000 mgr.y (mgr.25441) 317 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.899 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: cluster 2024-03-30T04:42:21.865611+0000 mgr.y (mgr.25441) 318 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.899 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: cephadm 2024-03-30T04:42:21.875196+0000 mgr.y (mgr.25441) 319 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.899 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: cluster 2024-03-30T04:42:21.943372+0000 mgr.y (mgr.25441) 320 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.899 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: cluster 2024-03-30T04:42:21.943625+0000 mgr.y (mgr.25441) 321 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.899 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: cephadm 2024-03-30T04:42:21.953700+0000 mgr.y (mgr.25441) 322 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.899 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: cluster 2024-03-30T04:42:22.020177+0000 mgr.y (mgr.25441) 323 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.899 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: cluster 2024-03-30T04:42:22.020436+0000 mgr.y (mgr.25441) 324 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.899 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: cephadm 2024-03-30T04:42:22.030256+0000 mgr.y (mgr.25441) 325 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.899 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: cluster 2024-03-30T04:42:22.110824+0000 mgr.y (mgr.25441) 326 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.899 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: cluster 2024-03-30T04:42:22.111007+0000 mgr.y (mgr.25441) 327 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.899 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: cephadm 2024-03-30T04:42:22.120893+0000 mgr.y (mgr.25441) 328 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.899 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: cluster 2024-03-30T04:42:22.185622+0000 mgr.y (mgr.25441) 329 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.900 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: cluster 2024-03-30T04:42:22.185869+0000 mgr.y (mgr.25441) 330 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.900 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: cephadm 2024-03-30T04:42:22.193983+0000 mgr.y (mgr.25441) 331 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.900 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: cluster 2024-03-30T04:42:22.260860+0000 mgr.y (mgr.25441) 332 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.900 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: cluster 2024-03-30T04:42:22.261107+0000 mgr.y (mgr.25441) 333 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.901 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: cephadm 2024-03-30T04:42:22.273297+0000 mgr.y (mgr.25441) 334 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.901 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: cluster 2024-03-30T04:42:22.358432+0000 mgr.y (mgr.25441) 335 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.901 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: cluster 2024-03-30T04:42:22.358680+0000 mgr.y (mgr.25441) 336 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.901 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: cephadm 2024-03-30T04:42:22.370401+0000 mgr.y (mgr.25441) 337 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.901 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: cluster 2024-03-30T04:42:22.452550+0000 mgr.y (mgr.25441) 338 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.901 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: cluster 2024-03-30T04:42:22.453030+0000 mgr.y (mgr.25441) 339 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.901 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: cephadm 2024-03-30T04:42:22.463418+0000 mgr.y (mgr.25441) 340 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.901 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: cluster 2024-03-30T04:42:22.546331+0000 mgr.y (mgr.25441) 341 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.901 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: cluster 2024-03-30T04:42:22.546882+0000 mgr.y (mgr.25441) 342 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.901 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: cephadm 2024-03-30T04:42:22.555709+0000 mgr.y (mgr.25441) 343 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.901 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:22.635779+0000 mon.b (mon.2) 317 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.901 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:22.669447+0000 mon.b (mon.2) 318 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.901 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: cluster 2024-03-30T04:42:22.671128+0000 mgr.y (mgr.25441) 344 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.901 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: cluster 2024-03-30T04:42:22.671689+0000 mgr.y (mgr.25441) 345 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.902 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:22.677832+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.902 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: cephadm 2024-03-30T04:42:22.678879+0000 mgr.y (mgr.25441) 346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.902 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:22.752801+0000 mon.b (mon.2) 319 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.902 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:22.755466+0000 mon.b (mon.2) 320 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.902 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:22.757829+0000 mon.b (mon.2) 321 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.902 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:22.758980+0000 mon.b (mon.2) 322 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.902 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:22.765748+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.902 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:22.807612+0000 mon.b (mon.2) 323 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.902 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:22.810408+0000 mon.b (mon.2) 324 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.902 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:22.813770+0000 mon.b (mon.2) 325 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.902 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:22.815209+0000 mon.b (mon.2) 326 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.902 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:22.822300+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.902 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:22.867729+0000 mon.b (mon.2) 327 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.902 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:22.870538+0000 mon.b (mon.2) 328 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.903 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:22.872740+0000 mon.b (mon.2) 329 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.903 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:22.873627+0000 mon.b (mon.2) 330 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.903 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:22.879799+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.903 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:22.924496+0000 mon.b (mon.2) 331 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.903 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:22.927105+0000 mon.b (mon.2) 332 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.903 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:22.929330+0000 mon.b (mon.2) 333 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.903 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:22.930227+0000 mon.b (mon.2) 334 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.903 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:22.936325+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.903 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:22.981996+0000 mon.b (mon.2) 335 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.903 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:22.984796+0000 mon.b (mon.2) 336 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.903 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:22.987347+0000 mon.b (mon.2) 337 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.903 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:22.988347+0000 mon.b (mon.2) 338 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.903 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:22.995993+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.904 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:23.040824+0000 mon.b (mon.2) 339 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.904 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:23.043390+0000 mon.b (mon.2) 340 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.904 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:23.045797+0000 mon.b (mon.2) 341 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.904 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:23.046710+0000 mon.b (mon.2) 342 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.904 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:23.054711+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.904 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:23.116255+0000 mon.b (mon.2) 343 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.904 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:23.119395+0000 mon.b (mon.2) 344 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.904 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:23.121855+0000 mon.b (mon.2) 345 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.904 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:23.122890+0000 mon.b (mon.2) 346 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.904 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:23.131065+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.904 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:23.176371+0000 mon.b (mon.2) 347 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.904 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:23.178864+0000 mon.b (mon.2) 348 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.904 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:23.181677+0000 mon.b (mon.2) 349 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.904 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:23.182740+0000 mon.b (mon.2) 350 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.905 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:23.190828+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.905 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:23.235570+0000 mon.b (mon.2) 351 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.905 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:23.238264+0000 mon.b (mon.2) 352 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.905 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:23.240789+0000 mon.b (mon.2) 353 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.905 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:23.241947+0000 mon.b (mon.2) 354 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.905 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:23.250336+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.905 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:23.294738+0000 mon.b (mon.2) 355 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.905 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:23.297759+0000 mon.b (mon.2) 356 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.905 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:23.300120+0000 mon.b (mon.2) 357 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.905 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:23.301121+0000 mon.b (mon.2) 358 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.905 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:23.309634+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.905 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:23.387220+0000 mon.b (mon.2) 359 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.905 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:23.390166+0000 mon.b (mon.2) 360 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.905 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:23.392527+0000 mon.b (mon.2) 361 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.905 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:23.393422+0000 mon.b (mon.2) 362 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.906 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:23.403631+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.906 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:23.470606+0000 mon.b (mon.2) 363 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.906 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:23.474183+0000 mon.b (mon.2) 364 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.906 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:23.477420+0000 mon.b (mon.2) 365 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.906 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:23.478582+0000 mon.b (mon.2) 366 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.906 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:23.488311+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.906 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:23.577336+0000 mon.b (mon.2) 367 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.906 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:23.581880+0000 mon.b (mon.2) 368 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.906 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:23.586253+0000 mon.b (mon.2) 369 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.906 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:23.587736+0000 mon.b (mon.2) 370 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.906 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[70954]: audit 2024-03-30T04:42:23.598740+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.907 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: cluster 2024-03-30T04:42:21.788462+0000 mgr.y (mgr.25441) 314 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.907 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: cluster 2024-03-30T04:42:21.788770+0000 mgr.y (mgr.25441) 315 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.907 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: cephadm 2024-03-30T04:42:21.799172+0000 mgr.y (mgr.25441) 316 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.907 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: cluster 2024-03-30T04:42:21.865429+0000 mgr.y (mgr.25441) 317 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.907 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: cluster 2024-03-30T04:42:21.865611+0000 mgr.y (mgr.25441) 318 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.908 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: cephadm 2024-03-30T04:42:21.875196+0000 mgr.y (mgr.25441) 319 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.908 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: cluster 2024-03-30T04:42:21.943372+0000 mgr.y (mgr.25441) 320 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.908 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: cluster 2024-03-30T04:42:21.943625+0000 mgr.y (mgr.25441) 321 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.908 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: cephadm 2024-03-30T04:42:21.953700+0000 mgr.y (mgr.25441) 322 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.908 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: cluster 2024-03-30T04:42:22.020177+0000 mgr.y (mgr.25441) 323 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.908 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: cluster 2024-03-30T04:42:22.020436+0000 mgr.y (mgr.25441) 324 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.908 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: cephadm 2024-03-30T04:42:22.030256+0000 mgr.y (mgr.25441) 325 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.908 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: cluster 2024-03-30T04:42:22.110824+0000 mgr.y (mgr.25441) 326 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.908 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: cluster 2024-03-30T04:42:22.111007+0000 mgr.y (mgr.25441) 327 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.908 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: cephadm 2024-03-30T04:42:22.120893+0000 mgr.y (mgr.25441) 328 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.908 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: cluster 2024-03-30T04:42:22.185622+0000 mgr.y (mgr.25441) 329 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.908 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: cluster 2024-03-30T04:42:22.185869+0000 mgr.y (mgr.25441) 330 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.908 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: cephadm 2024-03-30T04:42:22.193983+0000 mgr.y (mgr.25441) 331 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.908 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: cluster 2024-03-30T04:42:22.260860+0000 mgr.y (mgr.25441) 332 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.909 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: cluster 2024-03-30T04:42:22.261107+0000 mgr.y (mgr.25441) 333 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.909 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: cephadm 2024-03-30T04:42:22.273297+0000 mgr.y (mgr.25441) 334 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.909 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: cluster 2024-03-30T04:42:22.358432+0000 mgr.y (mgr.25441) 335 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.909 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: cluster 2024-03-30T04:42:22.358680+0000 mgr.y (mgr.25441) 336 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.909 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: cephadm 2024-03-30T04:42:22.370401+0000 mgr.y (mgr.25441) 337 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.909 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: cluster 2024-03-30T04:42:22.452550+0000 mgr.y (mgr.25441) 338 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.909 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: cluster 2024-03-30T04:42:22.453030+0000 mgr.y (mgr.25441) 339 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.909 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: cephadm 2024-03-30T04:42:22.463418+0000 mgr.y (mgr.25441) 340 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.909 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: cluster 2024-03-30T04:42:22.546331+0000 mgr.y (mgr.25441) 341 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.909 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: cluster 2024-03-30T04:42:22.546882+0000 mgr.y (mgr.25441) 342 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.909 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: cephadm 2024-03-30T04:42:22.555709+0000 mgr.y (mgr.25441) 343 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.909 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:22.635779+0000 mon.b (mon.2) 317 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.909 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:22.669447+0000 mon.b (mon.2) 318 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.909 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: cluster 2024-03-30T04:42:22.671128+0000 mgr.y (mgr.25441) 344 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.909 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: cluster 2024-03-30T04:42:22.671689+0000 mgr.y (mgr.25441) 345 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:23.910 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:22.677832+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.910 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: cephadm 2024-03-30T04:42:22.678879+0000 mgr.y (mgr.25441) 346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:23.910 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:22.752801+0000 mon.b (mon.2) 319 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.910 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:22.755466+0000 mon.b (mon.2) 320 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.910 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:22.757829+0000 mon.b (mon.2) 321 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.910 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:22.758980+0000 mon.b (mon.2) 322 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.910 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:22.765748+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.910 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:22.807612+0000 mon.b (mon.2) 323 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.910 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:22.810408+0000 mon.b (mon.2) 324 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.910 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:22.813770+0000 mon.b (mon.2) 325 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.910 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:22.815209+0000 mon.b (mon.2) 326 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.911 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:22.822300+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.911 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:22.867729+0000 mon.b (mon.2) 327 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.911 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:22.870538+0000 mon.b (mon.2) 328 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.911 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:22.872740+0000 mon.b (mon.2) 329 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.911 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:22.873627+0000 mon.b (mon.2) 330 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.911 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:22.879799+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.911 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:22.924496+0000 mon.b (mon.2) 331 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.911 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:22.927105+0000 mon.b (mon.2) 332 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.911 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:22.929330+0000 mon.b (mon.2) 333 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.911 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:22.930227+0000 mon.b (mon.2) 334 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.911 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:22.936325+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.911 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:22.981996+0000 mon.b (mon.2) 335 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.911 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:22.984796+0000 mon.b (mon.2) 336 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.912 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:22.987347+0000 mon.b (mon.2) 337 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.912 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:22.988347+0000 mon.b (mon.2) 338 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.912 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:22.995993+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.912 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:23.040824+0000 mon.b (mon.2) 339 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.912 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:23.043390+0000 mon.b (mon.2) 340 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.912 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:23.045797+0000 mon.b (mon.2) 341 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.912 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:23.046710+0000 mon.b (mon.2) 342 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.912 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:23.054711+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.912 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:23.116255+0000 mon.b (mon.2) 343 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.912 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:23.119395+0000 mon.b (mon.2) 344 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.912 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:23.121855+0000 mon.b (mon.2) 345 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.912 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:23.122890+0000 mon.b (mon.2) 346 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.912 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:23.131065+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.912 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:23.176371+0000 mon.b (mon.2) 347 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.913 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:23.178864+0000 mon.b (mon.2) 348 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.913 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:23.181677+0000 mon.b (mon.2) 349 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.913 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:23.182740+0000 mon.b (mon.2) 350 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.913 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:23.190828+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.913 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:23.235570+0000 mon.b (mon.2) 351 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.913 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:23.238264+0000 mon.b (mon.2) 352 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.913 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:23.240789+0000 mon.b (mon.2) 353 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.913 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:23.241947+0000 mon.b (mon.2) 354 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.913 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:23.250336+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.913 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:23.294738+0000 mon.b (mon.2) 355 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.913 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:23.297759+0000 mon.b (mon.2) 356 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.913 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:23.300120+0000 mon.b (mon.2) 357 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.913 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:23.301121+0000 mon.b (mon.2) 358 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.913 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:23.309634+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.913 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:23.387220+0000 mon.b (mon.2) 359 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.914 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:23.390166+0000 mon.b (mon.2) 360 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.914 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:23.392527+0000 mon.b (mon.2) 361 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.914 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:23.393422+0000 mon.b (mon.2) 362 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.914 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:23.403631+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.914 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:23.470606+0000 mon.b (mon.2) 363 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.914 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:23.474183+0000 mon.b (mon.2) 364 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.914 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:23.477420+0000 mon.b (mon.2) 365 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.914 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:23.478582+0000 mon.b (mon.2) 366 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.914 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:23.488311+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:23.914 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:23.577336+0000 mon.b (mon.2) 367 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:23.914 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:23.581880+0000 mon.b (mon.2) 368 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:23.914 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:23.586253+0000 mon.b (mon.2) 369 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:23.914 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:23.587736+0000 mon.b (mon.2) 370 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:23.914 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:23 smithi111 bash[73591]: audit 2024-03-30T04:42:23.598740+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:24.980 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: cluster 2024-03-30T04:42:22.760122+0000 mgr.y (mgr.25441) 347 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.981 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: cluster 2024-03-30T04:42:22.760372+0000 mgr.y (mgr.25441) 348 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.981 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: cephadm 2024-03-30T04:42:22.766481+0000 mgr.y (mgr.25441) 349 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:24.981 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: cluster 2024-03-30T04:42:22.817287+0000 mgr.y (mgr.25441) 350 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.981 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: cluster 2024-03-30T04:42:22.817776+0000 mgr.y (mgr.25441) 351 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.981 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: cephadm 2024-03-30T04:42:22.825977+0000 mgr.y (mgr.25441) 352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:24.981 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: cluster 2024-03-30T04:42:22.874845+0000 mgr.y (mgr.25441) 353 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.981 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: cluster 2024-03-30T04:42:22.875033+0000 mgr.y (mgr.25441) 354 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.981 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: cephadm 2024-03-30T04:42:22.883411+0000 mgr.y (mgr.25441) 355 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:24.981 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: cluster 2024-03-30T04:42:22.931369+0000 mgr.y (mgr.25441) 356 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.981 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: cluster 2024-03-30T04:42:22.931558+0000 mgr.y (mgr.25441) 357 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.981 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: cephadm 2024-03-30T04:42:22.939250+0000 mgr.y (mgr.25441) 358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:24.981 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: cluster 2024-03-30T04:42:22.989491+0000 mgr.y (mgr.25441) 359 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.982 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: cluster 2024-03-30T04:42:22.989686+0000 mgr.y (mgr.25441) 360 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.982 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: cephadm 2024-03-30T04:42:22.999334+0000 mgr.y (mgr.25441) 361 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:24.982 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: cluster 2024-03-30T04:42:23.047897+0000 mgr.y (mgr.25441) 362 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.982 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: cluster 2024-03-30T04:42:23.048103+0000 mgr.y (mgr.25441) 363 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.982 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: cephadm 2024-03-30T04:42:23.058000+0000 mgr.y (mgr.25441) 364 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:24.982 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: cluster 2024-03-30T04:42:23.124151+0000 mgr.y (mgr.25441) 365 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.982 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: cluster 2024-03-30T04:42:23.124353+0000 mgr.y (mgr.25441) 366 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.982 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: cephadm 2024-03-30T04:42:23.134415+0000 mgr.y (mgr.25441) 367 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:24.982 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: cluster 2024-03-30T04:42:23.184156+0000 mgr.y (mgr.25441) 368 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.982 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: cluster 2024-03-30T04:42:23.184351+0000 mgr.y (mgr.25441) 369 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.982 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: cephadm 2024-03-30T04:42:23.194736+0000 mgr.y (mgr.25441) 370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:24.982 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: cluster 2024-03-30T04:42:23.243326+0000 mgr.y (mgr.25441) 371 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.983 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: cephadm 2024-03-30T04:42:23.253373+0000 mgr.y (mgr.25441) 372 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:24.983 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: cluster 2024-03-30T04:42:23.302313+0000 mgr.y (mgr.25441) 373 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.983 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: cluster 2024-03-30T04:42:23.302515+0000 mgr.y (mgr.25441) 374 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.983 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: cephadm 2024-03-30T04:42:23.312348+0000 mgr.y (mgr.25441) 375 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:24.983 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: cluster 2024-03-30T04:42:23.394756+0000 mgr.y (mgr.25441) 376 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.983 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: cluster 2024-03-30T04:42:23.394929+0000 mgr.y (mgr.25441) 377 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.983 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: cephadm 2024-03-30T04:42:23.407125+0000 mgr.y (mgr.25441) 378 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:24.983 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: cluster 2024-03-30T04:42:23.480321+0000 mgr.y (mgr.25441) 379 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.983 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: cluster 2024-03-30T04:42:23.480820+0000 mgr.y (mgr.25441) 380 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.983 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: cephadm 2024-03-30T04:42:23.490830+0000 mgr.y (mgr.25441) 381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:24.983 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: cluster 2024-03-30T04:42:23.590311+0000 mgr.y (mgr.25441) 382 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.984 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: cluster 2024-03-30T04:42:23.590822+0000 mgr.y (mgr.25441) 383 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.984 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: cephadm 2024-03-30T04:42:23.601688+0000 mgr.y (mgr.25441) 384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:24.984 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:23.723442+0000 mon.b (mon.2) 371 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:24.984 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:23.728237+0000 mon.b (mon.2) 372 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:24.984 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:23.732367+0000 mon.b (mon.2) 373 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:24.984 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:23.734243+0000 mon.b (mon.2) 374 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:24.984 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:23.746139+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:24.984 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:23.827958+0000 mon.b (mon.2) 375 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:24.984 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:23.831670+0000 mon.b (mon.2) 376 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:24.984 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:23.835093+0000 mon.b (mon.2) 377 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:24.984 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:23.836455+0000 mon.b (mon.2) 378 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:24.984 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:23.848602+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:24.985 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:23.923103+0000 mon.b (mon.2) 379 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:24.985 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:23.925797+0000 mon.b (mon.2) 380 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:24.985 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:23.928108+0000 mon.b (mon.2) 381 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:24.985 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:23.929029+0000 mon.b (mon.2) 382 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:24.985 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:23.934811+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:24.985 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:23.978884+0000 mon.b (mon.2) 383 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:24.985 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:23.981516+0000 mon.b (mon.2) 384 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:24.985 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:23.983849+0000 mon.b (mon.2) 385 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:24.985 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:23.984807+0000 mon.b (mon.2) 386 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:24.985 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:23.991578+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:24.985 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:24.034335+0000 mon.b (mon.2) 387 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:24.985 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:24.036653+0000 mon.b (mon.2) 388 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:24.986 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:24.038612+0000 mon.b (mon.2) 389 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:24.986 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:24.039410+0000 mon.b (mon.2) 390 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:24.986 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:24.045912+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:24.986 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:24.089618+0000 mon.b (mon.2) 391 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:24.986 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:24.092055+0000 mon.b (mon.2) 392 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:24.986 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:24.094310+0000 mon.b (mon.2) 393 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:24.986 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:24.095291+0000 mon.b (mon.2) 394 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:24.986 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:24.101824+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:24.986 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:24.161900+0000 mon.b (mon.2) 395 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:24.986 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:24.164549+0000 mon.b (mon.2) 396 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:24.986 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:24.167478+0000 mon.b (mon.2) 397 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:24.986 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:24.168627+0000 mon.b (mon.2) 398 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:24.987 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:24.178419+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:24.987 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:24.236551+0000 mon.b (mon.2) 399 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:24.987 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:24.240770+0000 mon.b (mon.2) 400 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:24.987 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:24.244674+0000 mon.b (mon.2) 401 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:24.987 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:24.246162+0000 mon.b (mon.2) 402 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:24.987 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:24.258319+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:24.987 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:24.336101+0000 mon.b (mon.2) 403 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:24.987 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:24.339167+0000 mon.b (mon.2) 404 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:24.987 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:24.342225+0000 mon.b (mon.2) 405 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:24.987 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:24.343272+0000 mon.b (mon.2) 406 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:24.987 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:24.352051+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:24.987 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:24.426783+0000 mon.b (mon.2) 407 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:24.988 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:24.429630+0000 mon.b (mon.2) 408 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:24.988 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:24.432125+0000 mon.b (mon.2) 409 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:24.988 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:24.433271+0000 mon.b (mon.2) 410 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:24.988 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:24.439857+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:24.988 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:24.500877+0000 mon.b (mon.2) 411 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:24.988 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:24.503741+0000 mon.b (mon.2) 412 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:24.988 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:24.506092+0000 mon.b (mon.2) 413 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:24.988 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:24.507138+0000 mon.b (mon.2) 414 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:24.988 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:24.513329+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:24.988 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:24.573664+0000 mon.b (mon.2) 415 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:24.988 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:24.576438+0000 mon.b (mon.2) 416 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:24.988 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:24.579144+0000 mon.b (mon.2) 417 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:24.989 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:24.580227+0000 mon.b (mon.2) 418 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:24.989 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:24.586375+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:24.989 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:24.646623+0000 mon.b (mon.2) 419 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:24.989 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[70954]: audit 2024-03-30T04:42:24.649387+0000 mon.b (mon.2) 420 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:24.989 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: cluster 2024-03-30T04:42:22.760122+0000 mgr.y (mgr.25441) 347 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.989 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: cluster 2024-03-30T04:42:22.760372+0000 mgr.y (mgr.25441) 348 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.989 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: cephadm 2024-03-30T04:42:22.766481+0000 mgr.y (mgr.25441) 349 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:24.989 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: cluster 2024-03-30T04:42:22.817287+0000 mgr.y (mgr.25441) 350 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.989 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: cluster 2024-03-30T04:42:22.817776+0000 mgr.y (mgr.25441) 351 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.989 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: cephadm 2024-03-30T04:42:22.825977+0000 mgr.y (mgr.25441) 352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:24.990 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: cluster 2024-03-30T04:42:22.874845+0000 mgr.y (mgr.25441) 353 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.990 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: cluster 2024-03-30T04:42:22.875033+0000 mgr.y (mgr.25441) 354 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.990 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: cephadm 2024-03-30T04:42:22.883411+0000 mgr.y (mgr.25441) 355 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:24.990 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: cluster 2024-03-30T04:42:22.931369+0000 mgr.y (mgr.25441) 356 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.990 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: cluster 2024-03-30T04:42:22.931558+0000 mgr.y (mgr.25441) 357 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.990 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: cephadm 2024-03-30T04:42:22.939250+0000 mgr.y (mgr.25441) 358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:24.990 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: cluster 2024-03-30T04:42:22.989491+0000 mgr.y (mgr.25441) 359 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.990 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: cluster 2024-03-30T04:42:22.989686+0000 mgr.y (mgr.25441) 360 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.990 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: cephadm 2024-03-30T04:42:22.999334+0000 mgr.y (mgr.25441) 361 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:24.990 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: cluster 2024-03-30T04:42:23.047897+0000 mgr.y (mgr.25441) 362 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.990 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: cluster 2024-03-30T04:42:23.048103+0000 mgr.y (mgr.25441) 363 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.990 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: cephadm 2024-03-30T04:42:23.058000+0000 mgr.y (mgr.25441) 364 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:24.991 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: cluster 2024-03-30T04:42:23.124151+0000 mgr.y (mgr.25441) 365 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.991 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: cluster 2024-03-30T04:42:23.124353+0000 mgr.y (mgr.25441) 366 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.991 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: cephadm 2024-03-30T04:42:23.134415+0000 mgr.y (mgr.25441) 367 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:24.991 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: cluster 2024-03-30T04:42:23.184156+0000 mgr.y (mgr.25441) 368 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.991 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: cluster 2024-03-30T04:42:23.184351+0000 mgr.y (mgr.25441) 369 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.991 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: cephadm 2024-03-30T04:42:23.194736+0000 mgr.y (mgr.25441) 370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:24.991 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: cluster 2024-03-30T04:42:23.243326+0000 mgr.y (mgr.25441) 371 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.991 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: cephadm 2024-03-30T04:42:23.253373+0000 mgr.y (mgr.25441) 372 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:24.991 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: cluster 2024-03-30T04:42:23.302313+0000 mgr.y (mgr.25441) 373 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.991 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: cluster 2024-03-30T04:42:23.302515+0000 mgr.y (mgr.25441) 374 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.991 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: cephadm 2024-03-30T04:42:23.312348+0000 mgr.y (mgr.25441) 375 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:24.991 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: cluster 2024-03-30T04:42:23.394756+0000 mgr.y (mgr.25441) 376 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.992 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: cluster 2024-03-30T04:42:23.394929+0000 mgr.y (mgr.25441) 377 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.992 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: cephadm 2024-03-30T04:42:23.407125+0000 mgr.y (mgr.25441) 378 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:24.992 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: cluster 2024-03-30T04:42:23.480321+0000 mgr.y (mgr.25441) 379 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.992 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: cluster 2024-03-30T04:42:23.480820+0000 mgr.y (mgr.25441) 380 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.992 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: cephadm 2024-03-30T04:42:23.490830+0000 mgr.y (mgr.25441) 381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:24.992 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: cluster 2024-03-30T04:42:23.590311+0000 mgr.y (mgr.25441) 382 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.992 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: cluster 2024-03-30T04:42:23.590822+0000 mgr.y (mgr.25441) 383 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.992 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: cephadm 2024-03-30T04:42:23.601688+0000 mgr.y (mgr.25441) 384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:24.992 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:23.723442+0000 mon.b (mon.2) 371 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:24.992 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:23.728237+0000 mon.b (mon.2) 372 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:24.992 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:23.732367+0000 mon.b (mon.2) 373 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:24.992 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:23.734243+0000 mon.b (mon.2) 374 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:24.993 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:23.746139+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:24.993 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:23.827958+0000 mon.b (mon.2) 375 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:24.993 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:23.831670+0000 mon.b (mon.2) 376 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:24.993 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:23.835093+0000 mon.b (mon.2) 377 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:24.993 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:23.836455+0000 mon.b (mon.2) 378 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:24.993 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:23.848602+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:24.993 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:23.923103+0000 mon.b (mon.2) 379 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:24.993 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:23.925797+0000 mon.b (mon.2) 380 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:24.993 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:23.928108+0000 mon.b (mon.2) 381 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:24.993 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:23.929029+0000 mon.b (mon.2) 382 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:24.993 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:23.934811+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:24.993 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:23.978884+0000 mon.b (mon.2) 383 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:24.993 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:23.981516+0000 mon.b (mon.2) 384 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:24.994 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:23.983849+0000 mon.b (mon.2) 385 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:24.994 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:23.984807+0000 mon.b (mon.2) 386 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:24.994 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:23.991578+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:24.994 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:24.034335+0000 mon.b (mon.2) 387 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:24.994 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:24.036653+0000 mon.b (mon.2) 388 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:24.994 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:24.038612+0000 mon.b (mon.2) 389 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:24.994 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:24.039410+0000 mon.b (mon.2) 390 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:24.994 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:24.045912+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:24.994 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:24.089618+0000 mon.b (mon.2) 391 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:24.994 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:24.092055+0000 mon.b (mon.2) 392 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:24.994 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:24.094310+0000 mon.b (mon.2) 393 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:24.994 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:24.095291+0000 mon.b (mon.2) 394 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:24.995 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:24.101824+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:24.995 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:24.161900+0000 mon.b (mon.2) 395 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:24.995 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:24.164549+0000 mon.b (mon.2) 396 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:24.995 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:24.167478+0000 mon.b (mon.2) 397 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:24.995 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:24.168627+0000 mon.b (mon.2) 398 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:24.995 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:24.178419+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:24.995 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:24.236551+0000 mon.b (mon.2) 399 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:24.995 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:24.240770+0000 mon.b (mon.2) 400 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:24.995 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:24.244674+0000 mon.b (mon.2) 401 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:24.995 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:24.246162+0000 mon.b (mon.2) 402 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:24.995 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:24.258319+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:24.995 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:24.336101+0000 mon.b (mon.2) 403 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:24.996 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:24.339167+0000 mon.b (mon.2) 404 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:24.996 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:24.342225+0000 mon.b (mon.2) 405 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:24.996 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:24.343272+0000 mon.b (mon.2) 406 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:24.996 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:24.352051+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:24.996 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:24.426783+0000 mon.b (mon.2) 407 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:24.996 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:24.429630+0000 mon.b (mon.2) 408 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:24.996 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:24.432125+0000 mon.b (mon.2) 409 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:24.996 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:24.433271+0000 mon.b (mon.2) 410 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:24.996 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:24.439857+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:24.996 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:24.500877+0000 mon.b (mon.2) 411 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:24.996 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:24.503741+0000 mon.b (mon.2) 412 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:24.996 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:24.506092+0000 mon.b (mon.2) 413 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:24.996 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:24.507138+0000 mon.b (mon.2) 414 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:24.997 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:24.513329+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:24.997 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:24.573664+0000 mon.b (mon.2) 415 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:24.997 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:24.576438+0000 mon.b (mon.2) 416 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:24.997 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:24.579144+0000 mon.b (mon.2) 417 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:24.997 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:24.580227+0000 mon.b (mon.2) 418 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:24.997 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:24.586375+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:24.997 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:24.646623+0000 mon.b (mon.2) 419 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:24.997 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[73591]: audit 2024-03-30T04:42:24.649387+0000 mon.b (mon.2) 420 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:25.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: cluster 2024-03-30T04:42:22.760122+0000 mgr.y (mgr.25441) 347 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:25.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: cluster 2024-03-30T04:42:22.760372+0000 mgr.y (mgr.25441) 348 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:25.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: cephadm 2024-03-30T04:42:22.766481+0000 mgr.y (mgr.25441) 349 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:25.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: cluster 2024-03-30T04:42:22.817287+0000 mgr.y (mgr.25441) 350 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:25.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: cluster 2024-03-30T04:42:22.817776+0000 mgr.y (mgr.25441) 351 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:25.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: cephadm 2024-03-30T04:42:22.825977+0000 mgr.y (mgr.25441) 352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:25.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: cluster 2024-03-30T04:42:22.874845+0000 mgr.y (mgr.25441) 353 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:25.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: cluster 2024-03-30T04:42:22.875033+0000 mgr.y (mgr.25441) 354 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:25.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: cephadm 2024-03-30T04:42:22.883411+0000 mgr.y (mgr.25441) 355 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:25.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: cluster 2024-03-30T04:42:22.931369+0000 mgr.y (mgr.25441) 356 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:25.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: cluster 2024-03-30T04:42:22.931558+0000 mgr.y (mgr.25441) 357 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:25.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: cephadm 2024-03-30T04:42:22.939250+0000 mgr.y (mgr.25441) 358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:25.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: cluster 2024-03-30T04:42:22.989491+0000 mgr.y (mgr.25441) 359 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:25.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: cluster 2024-03-30T04:42:22.989686+0000 mgr.y (mgr.25441) 360 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:25.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: cephadm 2024-03-30T04:42:22.999334+0000 mgr.y (mgr.25441) 361 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:25.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: cluster 2024-03-30T04:42:23.047897+0000 mgr.y (mgr.25441) 362 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:25.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: cluster 2024-03-30T04:42:23.048103+0000 mgr.y (mgr.25441) 363 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:25.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: cephadm 2024-03-30T04:42:23.058000+0000 mgr.y (mgr.25441) 364 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:25.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: cluster 2024-03-30T04:42:23.124151+0000 mgr.y (mgr.25441) 365 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:25.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: cluster 2024-03-30T04:42:23.124353+0000 mgr.y (mgr.25441) 366 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:25.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: cephadm 2024-03-30T04:42:23.134415+0000 mgr.y (mgr.25441) 367 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:25.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: cluster 2024-03-30T04:42:23.184156+0000 mgr.y (mgr.25441) 368 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:25.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: cluster 2024-03-30T04:42:23.184351+0000 mgr.y (mgr.25441) 369 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:25.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: cephadm 2024-03-30T04:42:23.194736+0000 mgr.y (mgr.25441) 370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:25.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: cluster 2024-03-30T04:42:23.243326+0000 mgr.y (mgr.25441) 371 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:25.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: cephadm 2024-03-30T04:42:23.253373+0000 mgr.y (mgr.25441) 372 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:25.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: cluster 2024-03-30T04:42:23.302313+0000 mgr.y (mgr.25441) 373 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:25.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: cluster 2024-03-30T04:42:23.302515+0000 mgr.y (mgr.25441) 374 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:25.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: cephadm 2024-03-30T04:42:23.312348+0000 mgr.y (mgr.25441) 375 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:25.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: cluster 2024-03-30T04:42:23.394756+0000 mgr.y (mgr.25441) 376 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:25.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: cluster 2024-03-30T04:42:23.394929+0000 mgr.y (mgr.25441) 377 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:25.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: cephadm 2024-03-30T04:42:23.407125+0000 mgr.y (mgr.25441) 378 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:25.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: cluster 2024-03-30T04:42:23.480321+0000 mgr.y (mgr.25441) 379 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:25.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: cluster 2024-03-30T04:42:23.480820+0000 mgr.y (mgr.25441) 380 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:25.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: cephadm 2024-03-30T04:42:23.490830+0000 mgr.y (mgr.25441) 381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:25.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: cluster 2024-03-30T04:42:23.590311+0000 mgr.y (mgr.25441) 382 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:25.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: cluster 2024-03-30T04:42:23.590822+0000 mgr.y (mgr.25441) 383 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:25.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: cephadm 2024-03-30T04:42:23.601688+0000 mgr.y (mgr.25441) 384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:25.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:23.723442+0000 mon.b (mon.2) 371 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:25.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:23.728237+0000 mon.b (mon.2) 372 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:25.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:23.732367+0000 mon.b (mon.2) 373 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:25.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:23.734243+0000 mon.b (mon.2) 374 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:25.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:23.746139+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:25.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:23.827958+0000 mon.b (mon.2) 375 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:25.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:23.831670+0000 mon.b (mon.2) 376 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:25.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:23.835093+0000 mon.b (mon.2) 377 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:25.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:23.836455+0000 mon.b (mon.2) 378 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:25.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:23.848602+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:25.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:23.923103+0000 mon.b (mon.2) 379 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:25.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:23.925797+0000 mon.b (mon.2) 380 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:25.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:23.928108+0000 mon.b (mon.2) 381 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:25.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:23.929029+0000 mon.b (mon.2) 382 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:25.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:23.934811+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:25.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:23.978884+0000 mon.b (mon.2) 383 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:25.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:23.981516+0000 mon.b (mon.2) 384 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:25.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:23.983849+0000 mon.b (mon.2) 385 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:25.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:23.984807+0000 mon.b (mon.2) 386 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:25.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:23.991578+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:25.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:24.034335+0000 mon.b (mon.2) 387 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:25.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:24.036653+0000 mon.b (mon.2) 388 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:25.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:24.038612+0000 mon.b (mon.2) 389 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:25.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:24.039410+0000 mon.b (mon.2) 390 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:25.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:24.045912+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:25.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:24.089618+0000 mon.b (mon.2) 391 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:25.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:24.092055+0000 mon.b (mon.2) 392 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:25.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:24.094310+0000 mon.b (mon.2) 393 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:25.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:24.095291+0000 mon.b (mon.2) 394 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:25.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:24.101824+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:25.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:24.161900+0000 mon.b (mon.2) 395 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:25.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:24.164549+0000 mon.b (mon.2) 396 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:25.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:24.167478+0000 mon.b (mon.2) 397 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:25.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:24.168627+0000 mon.b (mon.2) 398 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:25.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:24.178419+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:25.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:24.236551+0000 mon.b (mon.2) 399 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:25.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:24.240770+0000 mon.b (mon.2) 400 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:25.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:24.244674+0000 mon.b (mon.2) 401 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:25.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:24.246162+0000 mon.b (mon.2) 402 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:25.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:24.258319+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:25.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:24.336101+0000 mon.b (mon.2) 403 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:25.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:24.339167+0000 mon.b (mon.2) 404 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:25.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:24.342225+0000 mon.b (mon.2) 405 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:25.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:24.343272+0000 mon.b (mon.2) 406 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:25.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:24.352051+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:25.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:24.426783+0000 mon.b (mon.2) 407 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:25.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:24.429630+0000 mon.b (mon.2) 408 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:25.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:24.432125+0000 mon.b (mon.2) 409 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:25.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:24.433271+0000 mon.b (mon.2) 410 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:25.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:24.439857+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:25.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:24.500877+0000 mon.b (mon.2) 411 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:25.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:24.503741+0000 mon.b (mon.2) 412 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:25.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:24.506092+0000 mon.b (mon.2) 413 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:25.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:24.507138+0000 mon.b (mon.2) 414 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:25.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:24.513329+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:25.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:24.573664+0000 mon.b (mon.2) 415 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:25.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:24.576438+0000 mon.b (mon.2) 416 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:25.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:24.579144+0000 mon.b (mon.2) 417 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:25.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:24.580227+0000 mon.b (mon.2) 418 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:25.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:24.586375+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:25.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:24.646623+0000 mon.b (mon.2) 419 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:25.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:24 smithi117 bash[18692]: audit 2024-03-30T04:42:24.649387+0000 mon.b (mon.2) 420 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:25.364 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:42:24 smithi111 bash[65893]: debug 2024-03-30T04:42:24.978+0000 7f81a1b9f700 -1 mgr.server handle_report got status from non-daemon mon.c 2024-03-30T04:42:25.662 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: cluster 2024-03-30T04:42:23.737373+0000 mgr.y (mgr.25441) 385 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:25.662 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: cluster 2024-03-30T04:42:23.738023+0000 mgr.y (mgr.25441) 386 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:25.662 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: cephadm 2024-03-30T04:42:23.748265+0000 mgr.y (mgr.25441) 387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:25.662 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: cluster 2024-03-30T04:42:23.838340+0000 mgr.y (mgr.25441) 388 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:25.662 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: cluster 2024-03-30T04:42:23.838909+0000 mgr.y (mgr.25441) 389 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:25.662 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: cephadm 2024-03-30T04:42:23.849561+0000 mgr.y (mgr.25441) 390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:25.662 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: cluster 2024-03-30T04:42:23.737373+0000 mgr.y (mgr.25441) 385 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:25.663 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: cluster 2024-03-30T04:42:23.738023+0000 mgr.y (mgr.25441) 386 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:25.663 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: cephadm 2024-03-30T04:42:23.748265+0000 mgr.y (mgr.25441) 387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:25.663 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: cluster 2024-03-30T04:42:23.838340+0000 mgr.y (mgr.25441) 388 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:25.663 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: cluster 2024-03-30T04:42:23.838909+0000 mgr.y (mgr.25441) 389 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.000 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: cluster 2024-03-30T04:42:23.930264+0000 mgr.y (mgr.25441) 391 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.001 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: cluster 2024-03-30T04:42:23.930481+0000 mgr.y (mgr.25441) 392 : cluster [DBG] pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.001 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: cephadm 2024-03-30T04:42:23.937955+0000 mgr.y (mgr.25441) 393 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:26.001 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: cluster 2024-03-30T04:42:23.986021+0000 mgr.y (mgr.25441) 394 : cluster [DBG] pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.001 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: cluster 2024-03-30T04:42:23.986222+0000 mgr.y (mgr.25441) 395 : cluster [DBG] pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.001 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: cephadm 2024-03-30T04:42:23.993283+0000 mgr.y (mgr.25441) 396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:26.001 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: cluster 2024-03-30T04:42:24.040548+0000 mgr.y (mgr.25441) 397 : cluster [DBG] pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.001 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: cluster 2024-03-30T04:42:24.040749+0000 mgr.y (mgr.25441) 398 : cluster [DBG] pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.001 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: cephadm 2024-03-30T04:42:24.047527+0000 mgr.y (mgr.25441) 399 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:26.001 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: cluster 2024-03-30T04:42:24.096486+0000 mgr.y (mgr.25441) 400 : cluster [DBG] pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.001 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: cluster 2024-03-30T04:42:24.096688+0000 mgr.y (mgr.25441) 401 : cluster [DBG] pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.001 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: cephadm 2024-03-30T04:42:24.104353+0000 mgr.y (mgr.25441) 402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:26.001 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: cluster 2024-03-30T04:42:24.170054+0000 mgr.y (mgr.25441) 403 : cluster [DBG] pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.001 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: cluster 2024-03-30T04:42:24.170304+0000 mgr.y (mgr.25441) 404 : cluster [DBG] pgmap v261: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.002 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: cephadm 2024-03-30T04:42:24.179231+0000 mgr.y (mgr.25441) 405 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:26.002 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: cluster 2024-03-30T04:42:24.248776+0000 mgr.y (mgr.25441) 406 : cluster [DBG] pgmap v262: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.002 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: cluster 2024-03-30T04:42:24.249532+0000 mgr.y (mgr.25441) 407 : cluster [DBG] pgmap v263: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.002 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: cephadm 2024-03-30T04:42:24.259640+0000 mgr.y (mgr.25441) 408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:26.002 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: cluster 2024-03-30T04:42:24.345032+0000 mgr.y (mgr.25441) 409 : cluster [DBG] pgmap v264: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.002 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: cluster 2024-03-30T04:42:24.345356+0000 mgr.y (mgr.25441) 410 : cluster [DBG] pgmap v265: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.002 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: cephadm 2024-03-30T04:42:24.353264+0000 mgr.y (mgr.25441) 411 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:26.002 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: cluster 2024-03-30T04:42:24.434811+0000 mgr.y (mgr.25441) 412 : cluster [DBG] pgmap v266: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.002 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: cluster 2024-03-30T04:42:24.435093+0000 mgr.y (mgr.25441) 413 : cluster [DBG] pgmap v267: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.002 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: cephadm 2024-03-30T04:42:24.443132+0000 mgr.y (mgr.25441) 414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:26.002 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: cluster 2024-03-30T04:42:24.508482+0000 mgr.y (mgr.25441) 415 : cluster [DBG] pgmap v268: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.002 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: cluster 2024-03-30T04:42:24.508682+0000 mgr.y (mgr.25441) 416 : cluster [DBG] pgmap v269: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.003 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: cephadm 2024-03-30T04:42:24.516659+0000 mgr.y (mgr.25441) 417 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:26.003 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: cluster 2024-03-30T04:42:24.581587+0000 mgr.y (mgr.25441) 418 : cluster [DBG] pgmap v270: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.003 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: cluster 2024-03-30T04:42:24.581789+0000 mgr.y (mgr.25441) 419 : cluster [DBG] pgmap v271: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.003 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: cephadm 2024-03-30T04:42:24.589485+0000 mgr.y (mgr.25441) 420 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:26.003 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:24.657544+0000 mon.b (mon.2) 421 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.003 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:24.686991+0000 mon.b (mon.2) 422 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.003 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: cluster 2024-03-30T04:42:24.688606+0000 mgr.y (mgr.25441) 421 : cluster [DBG] pgmap v272: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.003 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: cluster 2024-03-30T04:42:24.688797+0000 mgr.y (mgr.25441) 422 : cluster [DBG] pgmap v273: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.003 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:24.695350+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:26.003 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: cephadm 2024-03-30T04:42:24.697869+0000 mgr.y (mgr.25441) 423 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:26.003 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:24.754566+0000 mon.b (mon.2) 423 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:26.003 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:24.757261+0000 mon.b (mon.2) 424 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:26.003 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:24.759622+0000 mon.b (mon.2) 425 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.003 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:24.760632+0000 mon.b (mon.2) 426 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.003 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:24.767539+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:26.004 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: cephadm 2024-03-30T04:42:23.849561+0000 mgr.y (mgr.25441) 390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:26.004 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: cluster 2024-03-30T04:42:23.930264+0000 mgr.y (mgr.25441) 391 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.004 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: cluster 2024-03-30T04:42:23.930481+0000 mgr.y (mgr.25441) 392 : cluster [DBG] pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.004 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: cephadm 2024-03-30T04:42:23.937955+0000 mgr.y (mgr.25441) 393 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:26.004 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: cluster 2024-03-30T04:42:23.986021+0000 mgr.y (mgr.25441) 394 : cluster [DBG] pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.004 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: cluster 2024-03-30T04:42:23.986222+0000 mgr.y (mgr.25441) 395 : cluster [DBG] pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.004 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: cephadm 2024-03-30T04:42:23.993283+0000 mgr.y (mgr.25441) 396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:26.004 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: cluster 2024-03-30T04:42:24.040548+0000 mgr.y (mgr.25441) 397 : cluster [DBG] pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.004 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: cluster 2024-03-30T04:42:24.040749+0000 mgr.y (mgr.25441) 398 : cluster [DBG] pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.004 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: cephadm 2024-03-30T04:42:24.047527+0000 mgr.y (mgr.25441) 399 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:26.005 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: cluster 2024-03-30T04:42:24.096486+0000 mgr.y (mgr.25441) 400 : cluster [DBG] pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.005 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: cluster 2024-03-30T04:42:24.096688+0000 mgr.y (mgr.25441) 401 : cluster [DBG] pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.005 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: cephadm 2024-03-30T04:42:24.104353+0000 mgr.y (mgr.25441) 402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:26.005 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: cluster 2024-03-30T04:42:24.170054+0000 mgr.y (mgr.25441) 403 : cluster [DBG] pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.005 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: cluster 2024-03-30T04:42:24.170304+0000 mgr.y (mgr.25441) 404 : cluster [DBG] pgmap v261: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.005 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: cephadm 2024-03-30T04:42:24.179231+0000 mgr.y (mgr.25441) 405 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:26.005 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: cluster 2024-03-30T04:42:24.248776+0000 mgr.y (mgr.25441) 406 : cluster [DBG] pgmap v262: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.005 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: cluster 2024-03-30T04:42:24.249532+0000 mgr.y (mgr.25441) 407 : cluster [DBG] pgmap v263: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.005 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: cephadm 2024-03-30T04:42:24.259640+0000 mgr.y (mgr.25441) 408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:26.005 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: cluster 2024-03-30T04:42:24.345032+0000 mgr.y (mgr.25441) 409 : cluster [DBG] pgmap v264: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.005 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: cluster 2024-03-30T04:42:24.345356+0000 mgr.y (mgr.25441) 410 : cluster [DBG] pgmap v265: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.005 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: cephadm 2024-03-30T04:42:24.353264+0000 mgr.y (mgr.25441) 411 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:26.005 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: cluster 2024-03-30T04:42:24.434811+0000 mgr.y (mgr.25441) 412 : cluster [DBG] pgmap v266: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.005 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: cluster 2024-03-30T04:42:24.435093+0000 mgr.y (mgr.25441) 413 : cluster [DBG] pgmap v267: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.005 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: cephadm 2024-03-30T04:42:24.443132+0000 mgr.y (mgr.25441) 414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:26.006 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: cluster 2024-03-30T04:42:24.508482+0000 mgr.y (mgr.25441) 415 : cluster [DBG] pgmap v268: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.006 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: cluster 2024-03-30T04:42:24.508682+0000 mgr.y (mgr.25441) 416 : cluster [DBG] pgmap v269: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.006 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: cephadm 2024-03-30T04:42:24.516659+0000 mgr.y (mgr.25441) 417 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:26.006 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: cluster 2024-03-30T04:42:24.581587+0000 mgr.y (mgr.25441) 418 : cluster [DBG] pgmap v270: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.006 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: cluster 2024-03-30T04:42:24.581789+0000 mgr.y (mgr.25441) 419 : cluster [DBG] pgmap v271: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.006 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: cephadm 2024-03-30T04:42:24.589485+0000 mgr.y (mgr.25441) 420 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:26.006 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:24.657544+0000 mon.b (mon.2) 421 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.006 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:24.686991+0000 mon.b (mon.2) 422 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.006 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: cluster 2024-03-30T04:42:24.688606+0000 mgr.y (mgr.25441) 421 : cluster [DBG] pgmap v272: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.006 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: cluster 2024-03-30T04:42:24.688797+0000 mgr.y (mgr.25441) 422 : cluster [DBG] pgmap v273: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.006 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:24.695350+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:26.006 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: cephadm 2024-03-30T04:42:24.697869+0000 mgr.y (mgr.25441) 423 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:26.006 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:24.754566+0000 mon.b (mon.2) 423 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:26.006 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:24.757261+0000 mon.b (mon.2) 424 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:26.007 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:24.759622+0000 mon.b (mon.2) 425 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.007 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:24.830032+0000 mon.b (mon.2) 427 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:26.007 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:24.832866+0000 mon.b (mon.2) 428 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:26.007 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:24.835811+0000 mon.b (mon.2) 429 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.007 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:24.836963+0000 mon.b (mon.2) 430 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.007 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:24.842854+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:26.007 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:24.889929+0000 mon.b (mon.2) 431 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:26.007 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:24.892675+0000 mon.b (mon.2) 432 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:26.007 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:24.895108+0000 mon.b (mon.2) 433 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.007 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:24.896236+0000 mon.b (mon.2) 434 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.007 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:24.902528+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:26.007 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:24.964924+0000 mon.b (mon.2) 435 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:26.007 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:24.967715+0000 mon.b (mon.2) 436 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:26.008 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:24.970199+0000 mon.b (mon.2) 437 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.008 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:24.971483+0000 mon.b (mon.2) 438 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.008 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:24.977427+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:26.008 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.056798+0000 mon.b (mon.2) 439 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:26.008 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.059606+0000 mon.b (mon.2) 440 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:26.008 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.061995+0000 mon.b (mon.2) 441 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.008 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.063141+0000 mon.b (mon.2) 442 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.008 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:24.760632+0000 mon.b (mon.2) 426 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.008 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:24.767539+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:26.008 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:24.830032+0000 mon.b (mon.2) 427 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:26.008 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:24.832866+0000 mon.b (mon.2) 428 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:26.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:24.835811+0000 mon.b (mon.2) 429 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:24.836963+0000 mon.b (mon.2) 430 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:24.842854+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:26.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:24.889929+0000 mon.b (mon.2) 431 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:26.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:24.892675+0000 mon.b (mon.2) 432 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:26.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:24.895108+0000 mon.b (mon.2) 433 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:24.896236+0000 mon.b (mon.2) 434 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:24.902528+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:26.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:24.964924+0000 mon.b (mon.2) 435 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:26.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:24.967715+0000 mon.b (mon.2) 436 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:26.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:24.970199+0000 mon.b (mon.2) 437 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:24.971483+0000 mon.b (mon.2) 438 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:24.977427+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:26.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.056798+0000 mon.b (mon.2) 439 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:26.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.059606+0000 mon.b (mon.2) 440 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:26.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.061995+0000 mon.b (mon.2) 441 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.010 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.070640+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:26.010 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.147593+0000 mon.b (mon.2) 443 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:26.010 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.149864+0000 mon.b (mon.2) 444 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:26.010 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.152181+0000 mon.b (mon.2) 445 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.010 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.153265+0000 mon.b (mon.2) 446 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.010 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.160269+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:26.010 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.219684+0000 mon.b (mon.2) 447 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:26.010 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.222159+0000 mon.b (mon.2) 448 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:26.010 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.224496+0000 mon.b (mon.2) 449 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.010 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.225450+0000 mon.b (mon.2) 450 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.011 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.232293+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:26.011 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.274336+0000 mon.b (mon.2) 451 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:26.011 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.276725+0000 mon.b (mon.2) 452 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:26.011 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.279103+0000 mon.b (mon.2) 453 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.011 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.280137+0000 mon.b (mon.2) 454 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.011 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.286756+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:26.011 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.328598+0000 mon.b (mon.2) 455 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:26.011 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.331018+0000 mon.b (mon.2) 456 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:26.011 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.333305+0000 mon.b (mon.2) 457 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.011 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.334312+0000 mon.b (mon.2) 458 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.011 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.063141+0000 mon.b (mon.2) 442 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.012 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.070640+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:26.012 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.147593+0000 mon.b (mon.2) 443 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:26.012 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.149864+0000 mon.b (mon.2) 444 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:26.012 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.152181+0000 mon.b (mon.2) 445 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.012 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.153265+0000 mon.b (mon.2) 446 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.012 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.160269+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:26.012 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.219684+0000 mon.b (mon.2) 447 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:26.012 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.222159+0000 mon.b (mon.2) 448 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:26.012 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.224496+0000 mon.b (mon.2) 449 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.012 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.225450+0000 mon.b (mon.2) 450 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.012 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.232293+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:26.012 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.274336+0000 mon.b (mon.2) 451 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:26.012 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.276725+0000 mon.b (mon.2) 452 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:26.012 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.279103+0000 mon.b (mon.2) 453 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.012 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.280137+0000 mon.b (mon.2) 454 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.013 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.286756+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:26.013 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.328598+0000 mon.b (mon.2) 455 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:26.013 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.331018+0000 mon.b (mon.2) 456 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:26.013 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.333305+0000 mon.b (mon.2) 457 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.013 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.340656+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:26.013 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.399403+0000 mon.b (mon.2) 459 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:26.013 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.402021+0000 mon.b (mon.2) 460 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:26.013 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.405033+0000 mon.b (mon.2) 461 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.013 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.406199+0000 mon.b (mon.2) 462 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.014 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.412681+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:26.014 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.473148+0000 mon.b (mon.2) 463 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:26.014 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.475706+0000 mon.b (mon.2) 464 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:26.014 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.477971+0000 mon.b (mon.2) 465 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.014 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.479013+0000 mon.b (mon.2) 466 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.014 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.485608+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:26.014 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.529878+0000 mon.b (mon.2) 467 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:26.014 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.532581+0000 mon.b (mon.2) 468 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:26.014 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.535371+0000 mon.b (mon.2) 469 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.014 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.536510+0000 mon.b (mon.2) 470 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.014 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.543439+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:26.014 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.586593+0000 mon.b (mon.2) 471 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:26.014 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.590084+0000 mon.b (mon.2) 472 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:26.015 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.592922+0000 mon.b (mon.2) 473 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.015 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.594148+0000 mon.b (mon.2) 474 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.015 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.334312+0000 mon.b (mon.2) 458 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.015 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.340656+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:26.015 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.399403+0000 mon.b (mon.2) 459 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:26.015 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.402021+0000 mon.b (mon.2) 460 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:26.015 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.405033+0000 mon.b (mon.2) 461 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.015 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.406199+0000 mon.b (mon.2) 462 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.015 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.412681+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:26.015 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.473148+0000 mon.b (mon.2) 463 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:26.016 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.475706+0000 mon.b (mon.2) 464 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:26.016 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.477971+0000 mon.b (mon.2) 465 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.016 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.479013+0000 mon.b (mon.2) 466 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.016 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.485608+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:26.016 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.529878+0000 mon.b (mon.2) 467 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:26.016 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.532581+0000 mon.b (mon.2) 468 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:26.016 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.535371+0000 mon.b (mon.2) 469 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.016 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.536510+0000 mon.b (mon.2) 470 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.016 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.543439+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:26.016 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.586593+0000 mon.b (mon.2) 471 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:26.016 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.590084+0000 mon.b (mon.2) 472 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:26.016 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.592922+0000 mon.b (mon.2) 473 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.017 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.606856+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:26.017 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.651996+0000 mon.b (mon.2) 475 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:26.017 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.654599+0000 mon.b (mon.2) 476 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:26.017 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.657033+0000 mon.b (mon.2) 477 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.017 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[70954]: audit 2024-03-30T04:42:25.657879+0000 mon.b (mon.2) 478 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.017 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.594148+0000 mon.b (mon.2) 474 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.017 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.606856+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:26.017 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.651996+0000 mon.b (mon.2) 475 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:26.017 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.654599+0000 mon.b (mon.2) 476 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:26.017 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.657033+0000 mon.b (mon.2) 477 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.017 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:25 smithi111 bash[73591]: audit 2024-03-30T04:42:25.657879+0000 mon.b (mon.2) 478 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: cluster 2024-03-30T04:42:23.737373+0000 mgr.y (mgr.25441) 385 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: cluster 2024-03-30T04:42:23.738023+0000 mgr.y (mgr.25441) 386 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: cephadm 2024-03-30T04:42:23.748265+0000 mgr.y (mgr.25441) 387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:26.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: cluster 2024-03-30T04:42:23.838340+0000 mgr.y (mgr.25441) 388 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: cluster 2024-03-30T04:42:23.838909+0000 mgr.y (mgr.25441) 389 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: cephadm 2024-03-30T04:42:23.849561+0000 mgr.y (mgr.25441) 390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:26.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: cluster 2024-03-30T04:42:23.930264+0000 mgr.y (mgr.25441) 391 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: cluster 2024-03-30T04:42:23.930481+0000 mgr.y (mgr.25441) 392 : cluster [DBG] pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: cephadm 2024-03-30T04:42:23.937955+0000 mgr.y (mgr.25441) 393 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:26.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: cluster 2024-03-30T04:42:23.986021+0000 mgr.y (mgr.25441) 394 : cluster [DBG] pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: cluster 2024-03-30T04:42:23.986222+0000 mgr.y (mgr.25441) 395 : cluster [DBG] pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: cephadm 2024-03-30T04:42:23.993283+0000 mgr.y (mgr.25441) 396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:26.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: cluster 2024-03-30T04:42:24.040548+0000 mgr.y (mgr.25441) 397 : cluster [DBG] pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: cluster 2024-03-30T04:42:24.040749+0000 mgr.y (mgr.25441) 398 : cluster [DBG] pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: cephadm 2024-03-30T04:42:24.047527+0000 mgr.y (mgr.25441) 399 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:26.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: cluster 2024-03-30T04:42:24.096486+0000 mgr.y (mgr.25441) 400 : cluster [DBG] pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: cluster 2024-03-30T04:42:24.096688+0000 mgr.y (mgr.25441) 401 : cluster [DBG] pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: cephadm 2024-03-30T04:42:24.104353+0000 mgr.y (mgr.25441) 402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:26.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: cluster 2024-03-30T04:42:24.170054+0000 mgr.y (mgr.25441) 403 : cluster [DBG] pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: cluster 2024-03-30T04:42:24.170304+0000 mgr.y (mgr.25441) 404 : cluster [DBG] pgmap v261: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: cephadm 2024-03-30T04:42:24.179231+0000 mgr.y (mgr.25441) 405 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:26.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: cluster 2024-03-30T04:42:24.248776+0000 mgr.y (mgr.25441) 406 : cluster [DBG] pgmap v262: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: cluster 2024-03-30T04:42:24.249532+0000 mgr.y (mgr.25441) 407 : cluster [DBG] pgmap v263: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: cephadm 2024-03-30T04:42:24.259640+0000 mgr.y (mgr.25441) 408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:26.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: cluster 2024-03-30T04:42:24.345032+0000 mgr.y (mgr.25441) 409 : cluster [DBG] pgmap v264: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: cluster 2024-03-30T04:42:24.345356+0000 mgr.y (mgr.25441) 410 : cluster [DBG] pgmap v265: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: cephadm 2024-03-30T04:42:24.353264+0000 mgr.y (mgr.25441) 411 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:26.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: cluster 2024-03-30T04:42:24.434811+0000 mgr.y (mgr.25441) 412 : cluster [DBG] pgmap v266: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: cluster 2024-03-30T04:42:24.435093+0000 mgr.y (mgr.25441) 413 : cluster [DBG] pgmap v267: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: cephadm 2024-03-30T04:42:24.443132+0000 mgr.y (mgr.25441) 414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:26.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: cluster 2024-03-30T04:42:24.508482+0000 mgr.y (mgr.25441) 415 : cluster [DBG] pgmap v268: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: cluster 2024-03-30T04:42:24.508682+0000 mgr.y (mgr.25441) 416 : cluster [DBG] pgmap v269: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: cephadm 2024-03-30T04:42:24.516659+0000 mgr.y (mgr.25441) 417 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:26.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: cluster 2024-03-30T04:42:24.581587+0000 mgr.y (mgr.25441) 418 : cluster [DBG] pgmap v270: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: cluster 2024-03-30T04:42:24.581789+0000 mgr.y (mgr.25441) 419 : cluster [DBG] pgmap v271: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: cephadm 2024-03-30T04:42:24.589485+0000 mgr.y (mgr.25441) 420 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:26.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:24.657544+0000 mon.b (mon.2) 421 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:24.686991+0000 mon.b (mon.2) 422 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: cluster 2024-03-30T04:42:24.688606+0000 mgr.y (mgr.25441) 421 : cluster [DBG] pgmap v272: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: cluster 2024-03-30T04:42:24.688797+0000 mgr.y (mgr.25441) 422 : cluster [DBG] pgmap v273: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:26.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:24.695350+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:26.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: cephadm 2024-03-30T04:42:24.697869+0000 mgr.y (mgr.25441) 423 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:26.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:24.754566+0000 mon.b (mon.2) 423 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:26.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:24.757261+0000 mon.b (mon.2) 424 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:26.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:24.759622+0000 mon.b (mon.2) 425 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:24.760632+0000 mon.b (mon.2) 426 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:24.767539+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:26.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:24.830032+0000 mon.b (mon.2) 427 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:26.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:24.832866+0000 mon.b (mon.2) 428 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:26.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:24.835811+0000 mon.b (mon.2) 429 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:24.836963+0000 mon.b (mon.2) 430 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:24.842854+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:26.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:24.889929+0000 mon.b (mon.2) 431 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:26.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:24.892675+0000 mon.b (mon.2) 432 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:26.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:24.895108+0000 mon.b (mon.2) 433 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:24.896236+0000 mon.b (mon.2) 434 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:24.902528+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:26.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:24.964924+0000 mon.b (mon.2) 435 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:26.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:24.967715+0000 mon.b (mon.2) 436 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:26.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:24.970199+0000 mon.b (mon.2) 437 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:24.971483+0000 mon.b (mon.2) 438 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:24.977427+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:26.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.056798+0000 mon.b (mon.2) 439 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:26.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.059606+0000 mon.b (mon.2) 440 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:26.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.061995+0000 mon.b (mon.2) 441 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.063141+0000 mon.b (mon.2) 442 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.070640+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:26.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.147593+0000 mon.b (mon.2) 443 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:26.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.149864+0000 mon.b (mon.2) 444 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:26.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.152181+0000 mon.b (mon.2) 445 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.153265+0000 mon.b (mon.2) 446 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.160269+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:26.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.219684+0000 mon.b (mon.2) 447 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:26.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.222159+0000 mon.b (mon.2) 448 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:26.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.224496+0000 mon.b (mon.2) 449 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.225450+0000 mon.b (mon.2) 450 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.232293+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:26.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.274336+0000 mon.b (mon.2) 451 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:26.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.276725+0000 mon.b (mon.2) 452 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:26.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.279103+0000 mon.b (mon.2) 453 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.280137+0000 mon.b (mon.2) 454 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.286756+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:26.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.328598+0000 mon.b (mon.2) 455 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:26.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.331018+0000 mon.b (mon.2) 456 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:26.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.333305+0000 mon.b (mon.2) 457 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.334312+0000 mon.b (mon.2) 458 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.340656+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:26.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.399403+0000 mon.b (mon.2) 459 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:26.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.402021+0000 mon.b (mon.2) 460 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:26.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.405033+0000 mon.b (mon.2) 461 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.406199+0000 mon.b (mon.2) 462 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.412681+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:26.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.473148+0000 mon.b (mon.2) 463 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:26.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.475706+0000 mon.b (mon.2) 464 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:26.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.477971+0000 mon.b (mon.2) 465 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.479013+0000 mon.b (mon.2) 466 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.485608+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:26.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.529878+0000 mon.b (mon.2) 467 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:26.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.532581+0000 mon.b (mon.2) 468 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:26.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.535371+0000 mon.b (mon.2) 469 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.536510+0000 mon.b (mon.2) 470 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.543439+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:26.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.586593+0000 mon.b (mon.2) 471 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:26.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.590084+0000 mon.b (mon.2) 472 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:26.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.592922+0000 mon.b (mon.2) 473 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.594148+0000 mon.b (mon.2) 474 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.606856+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:26.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.651996+0000 mon.b (mon.2) 475 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:26.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.654599+0000 mon.b (mon.2) 476 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:26.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.657033+0000 mon.b (mon.2) 477 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:26.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:25 smithi117 bash[18692]: audit 2024-03-30T04:42:25.657879+0000 mon.b (mon.2) 478 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:26.614 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:42:26] "GET /metrics HTTP/1.1" 200 38254 "" "Prometheus/2.33.4" 2024-03-30T04:42:27.075 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: cluster 2024-03-30T04:42:24.762017+0000 mgr.y (mgr.25441) 424 : cluster [DBG] pgmap v274: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.075 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: cluster 2024-03-30T04:42:24.762291+0000 mgr.y (mgr.25441) 425 : cluster [DBG] pgmap v275: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.075 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: cephadm 2024-03-30T04:42:24.772464+0000 mgr.y (mgr.25441) 426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:27.075 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: cluster 2024-03-30T04:42:24.838359+0000 mgr.y (mgr.25441) 427 : cluster [DBG] pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.075 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: cluster 2024-03-30T04:42:24.838660+0000 mgr.y (mgr.25441) 428 : cluster [DBG] pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.075 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: cephadm 2024-03-30T04:42:24.848403+0000 mgr.y (mgr.25441) 429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:27.075 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: cluster 2024-03-30T04:42:24.897596+0000 mgr.y (mgr.25441) 430 : cluster [DBG] pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.075 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: cluster 2024-03-30T04:42:24.897866+0000 mgr.y (mgr.25441) 431 : cluster [DBG] pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.075 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: cephadm 2024-03-30T04:42:24.907936+0000 mgr.y (mgr.25441) 432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:27.075 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: cluster 2024-03-30T04:42:24.972821+0000 mgr.y (mgr.25441) 433 : cluster [DBG] pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.075 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: cluster 2024-03-30T04:42:24.973031+0000 mgr.y (mgr.25441) 434 : cluster [DBG] pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.075 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: cephadm 2024-03-30T04:42:24.982874+0000 mgr.y (mgr.25441) 435 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:27.076 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: cluster 2024-03-30T04:42:25.064567+0000 mgr.y (mgr.25441) 436 : cluster [DBG] pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.076 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: cluster 2024-03-30T04:42:25.064817+0000 mgr.y (mgr.25441) 437 : cluster [DBG] pgmap v283: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.076 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: cephadm 2024-03-30T04:42:25.075128+0000 mgr.y (mgr.25441) 438 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:27.076 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: cluster 2024-03-30T04:42:25.154631+0000 mgr.y (mgr.25441) 439 : cluster [DBG] pgmap v284: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.076 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: cluster 2024-03-30T04:42:25.154890+0000 mgr.y (mgr.25441) 440 : cluster [DBG] pgmap v285: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.076 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: cephadm 2024-03-30T04:42:25.161714+0000 mgr.y (mgr.25441) 441 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:27.076 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: cluster 2024-03-30T04:42:25.226727+0000 mgr.y (mgr.25441) 442 : cluster [DBG] pgmap v286: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.076 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: cluster 2024-03-30T04:42:25.227000+0000 mgr.y (mgr.25441) 443 : cluster [DBG] pgmap v287: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.076 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: cluster 2024-03-30T04:42:24.762017+0000 mgr.y (mgr.25441) 424 : cluster [DBG] pgmap v274: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.076 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: cluster 2024-03-30T04:42:24.762291+0000 mgr.y (mgr.25441) 425 : cluster [DBG] pgmap v275: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.077 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: cephadm 2024-03-30T04:42:24.772464+0000 mgr.y (mgr.25441) 426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:27.077 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: cluster 2024-03-30T04:42:24.838359+0000 mgr.y (mgr.25441) 427 : cluster [DBG] pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.077 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: cluster 2024-03-30T04:42:24.838660+0000 mgr.y (mgr.25441) 428 : cluster [DBG] pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.077 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: cephadm 2024-03-30T04:42:24.848403+0000 mgr.y (mgr.25441) 429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:27.077 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: cluster 2024-03-30T04:42:24.897596+0000 mgr.y (mgr.25441) 430 : cluster [DBG] pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.077 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: cluster 2024-03-30T04:42:24.897866+0000 mgr.y (mgr.25441) 431 : cluster [DBG] pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.077 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: cephadm 2024-03-30T04:42:24.907936+0000 mgr.y (mgr.25441) 432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:27.077 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: cluster 2024-03-30T04:42:24.972821+0000 mgr.y (mgr.25441) 433 : cluster [DBG] pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.077 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: cluster 2024-03-30T04:42:24.973031+0000 mgr.y (mgr.25441) 434 : cluster [DBG] pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.077 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: cephadm 2024-03-30T04:42:24.982874+0000 mgr.y (mgr.25441) 435 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:27.077 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: cluster 2024-03-30T04:42:25.064567+0000 mgr.y (mgr.25441) 436 : cluster [DBG] pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.077 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: cluster 2024-03-30T04:42:25.064817+0000 mgr.y (mgr.25441) 437 : cluster [DBG] pgmap v283: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.077 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: cephadm 2024-03-30T04:42:25.075128+0000 mgr.y (mgr.25441) 438 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:27.077 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: cluster 2024-03-30T04:42:25.154631+0000 mgr.y (mgr.25441) 439 : cluster [DBG] pgmap v284: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.077 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: cluster 2024-03-30T04:42:25.154890+0000 mgr.y (mgr.25441) 440 : cluster [DBG] pgmap v285: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.078 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: cephadm 2024-03-30T04:42:25.161714+0000 mgr.y (mgr.25441) 441 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:27.078 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: cluster 2024-03-30T04:42:25.226727+0000 mgr.y (mgr.25441) 442 : cluster [DBG] pgmap v286: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.078 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: cluster 2024-03-30T04:42:25.227000+0000 mgr.y (mgr.25441) 443 : cluster [DBG] pgmap v287: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.078 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: cephadm 2024-03-30T04:42:25.234327+0000 mgr.y (mgr.25441) 444 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:27.078 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: cluster 2024-03-30T04:42:25.281461+0000 mgr.y (mgr.25441) 445 : cluster [DBG] pgmap v288: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.078 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: cluster 2024-03-30T04:42:25.281729+0000 mgr.y (mgr.25441) 446 : cluster [DBG] pgmap v289: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.078 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: cephadm 2024-03-30T04:42:25.288139+0000 mgr.y (mgr.25441) 447 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:27.079 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: cluster 2024-03-30T04:42:25.335584+0000 mgr.y (mgr.25441) 448 : cluster [DBG] pgmap v290: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.079 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: cluster 2024-03-30T04:42:25.335768+0000 mgr.y (mgr.25441) 449 : cluster [DBG] pgmap v291: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.079 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: cephadm 2024-03-30T04:42:25.343058+0000 mgr.y (mgr.25441) 450 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:27.079 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: cluster 2024-03-30T04:42:25.407664+0000 mgr.y (mgr.25441) 451 : cluster [DBG] pgmap v292: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.079 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: cluster 2024-03-30T04:42:25.407909+0000 mgr.y (mgr.25441) 452 : cluster [DBG] pgmap v293: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.079 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: cephadm 2024-03-30T04:42:25.415687+0000 mgr.y (mgr.25441) 453 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:27.079 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: cluster 2024-03-30T04:42:25.480401+0000 mgr.y (mgr.25441) 454 : cluster [DBG] pgmap v294: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.079 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: cluster 2024-03-30T04:42:25.480646+0000 mgr.y (mgr.25441) 455 : cluster [DBG] pgmap v295: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.079 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: cephadm 2024-03-30T04:42:25.488800+0000 mgr.y (mgr.25441) 456 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:27.079 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: cluster 2024-03-30T04:42:25.537886+0000 mgr.y (mgr.25441) 457 : cluster [DBG] pgmap v296: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.079 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: cluster 2024-03-30T04:42:25.538083+0000 mgr.y (mgr.25441) 458 : cluster [DBG] pgmap v297: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.079 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: cephadm 2024-03-30T04:42:25.546141+0000 mgr.y (mgr.25441) 459 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:27.079 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: cluster 2024-03-30T04:42:25.596186+0000 mgr.y (mgr.25441) 460 : cluster [DBG] pgmap v298: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.079 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: cluster 2024-03-30T04:42:25.596716+0000 mgr.y (mgr.25441) 461 : cluster [DBG] pgmap v299: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.079 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: cephadm 2024-03-30T04:42:25.609246+0000 mgr.y (mgr.25441) 462 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:27.080 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: cluster 2024-03-30T04:42:25.659104+0000 mgr.y (mgr.25441) 463 : cluster [DBG] pgmap v300: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.080 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: cluster 2024-03-30T04:42:25.659373+0000 mgr.y (mgr.25441) 464 : cluster [DBG] pgmap v301: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.080 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:25.685045+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:27.080 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: cephadm 2024-03-30T04:42:25.686057+0000 mgr.y (mgr.25441) 465 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:27.080 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:25.726481+0000 mon.b (mon.2) 479 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:27.080 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:25.729029+0000 mon.b (mon.2) 480 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:27.080 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:25.731380+0000 mon.b (mon.2) 481 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:27.080 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:25.732434+0000 mon.b (mon.2) 482 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:27.080 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:25.738803+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:27.080 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:25.783795+0000 mon.b (mon.2) 483 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:27.080 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:25.786555+0000 mon.b (mon.2) 484 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:27.080 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:25.789503+0000 mon.b (mon.2) 485 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:27.080 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:25.790802+0000 mon.b (mon.2) 486 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:27.080 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:25.797118+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:27.080 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:25.841827+0000 mon.b (mon.2) 487 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:27.081 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:25.844150+0000 mon.b (mon.2) 488 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:27.081 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:25.846823+0000 mon.b (mon.2) 489 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:27.081 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:25.847753+0000 mon.b (mon.2) 490 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:27.081 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:25.854271+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:27.081 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:25.898406+0000 mon.b (mon.2) 491 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:27.081 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:25.901012+0000 mon.b (mon.2) 492 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:27.081 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:25.903650+0000 mon.b (mon.2) 493 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:27.081 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:25.904594+0000 mon.b (mon.2) 494 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:27.081 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:25.909990+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:27.081 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:25.954102+0000 mon.b (mon.2) 495 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:27.081 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:25.956595+0000 mon.b (mon.2) 496 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:27.081 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:25.958879+0000 mon.b (mon.2) 497 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:27.081 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:25.959800+0000 mon.b (mon.2) 498 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:27.081 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:25.965481+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:27.082 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:26.024698+0000 mon.b (mon.2) 499 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:27.082 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:26.027082+0000 mon.b (mon.2) 500 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:27.082 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:26.029306+0000 mon.b (mon.2) 501 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:27.082 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:26.030226+0000 mon.b (mon.2) 502 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:27.082 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:26.038492+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:27.082 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:26.082705+0000 mon.b (mon.2) 503 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:27.082 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:26.085274+0000 mon.b (mon.2) 504 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:27.082 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:26.087686+0000 mon.b (mon.2) 505 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:27.082 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:26.088765+0000 mon.b (mon.2) 506 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:27.082 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:26.096754+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:27.082 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:26.141177+0000 mon.b (mon.2) 507 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:27.082 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:26.143918+0000 mon.b (mon.2) 508 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:27.082 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:26.146722+0000 mon.b (mon.2) 509 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:27.084 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: cephadm 2024-03-30T04:42:25.234327+0000 mgr.y (mgr.25441) 444 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:27.084 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: cluster 2024-03-30T04:42:25.281461+0000 mgr.y (mgr.25441) 445 : cluster [DBG] pgmap v288: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.084 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: cluster 2024-03-30T04:42:25.281729+0000 mgr.y (mgr.25441) 446 : cluster [DBG] pgmap v289: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.084 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: cephadm 2024-03-30T04:42:25.288139+0000 mgr.y (mgr.25441) 447 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:27.084 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: cluster 2024-03-30T04:42:25.335584+0000 mgr.y (mgr.25441) 448 : cluster [DBG] pgmap v290: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.084 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: cluster 2024-03-30T04:42:25.335768+0000 mgr.y (mgr.25441) 449 : cluster [DBG] pgmap v291: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.084 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: cephadm 2024-03-30T04:42:25.343058+0000 mgr.y (mgr.25441) 450 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:27.084 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: cluster 2024-03-30T04:42:25.407664+0000 mgr.y (mgr.25441) 451 : cluster [DBG] pgmap v292: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.084 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: cluster 2024-03-30T04:42:25.407909+0000 mgr.y (mgr.25441) 452 : cluster [DBG] pgmap v293: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.084 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: cephadm 2024-03-30T04:42:25.415687+0000 mgr.y (mgr.25441) 453 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:27.084 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: cluster 2024-03-30T04:42:25.480401+0000 mgr.y (mgr.25441) 454 : cluster [DBG] pgmap v294: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.084 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: cluster 2024-03-30T04:42:25.480646+0000 mgr.y (mgr.25441) 455 : cluster [DBG] pgmap v295: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.084 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: cephadm 2024-03-30T04:42:25.488800+0000 mgr.y (mgr.25441) 456 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:27.084 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: cluster 2024-03-30T04:42:25.537886+0000 mgr.y (mgr.25441) 457 : cluster [DBG] pgmap v296: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.084 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: cluster 2024-03-30T04:42:25.538083+0000 mgr.y (mgr.25441) 458 : cluster [DBG] pgmap v297: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.085 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: cephadm 2024-03-30T04:42:25.546141+0000 mgr.y (mgr.25441) 459 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:27.085 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: cluster 2024-03-30T04:42:25.596186+0000 mgr.y (mgr.25441) 460 : cluster [DBG] pgmap v298: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.085 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: cluster 2024-03-30T04:42:25.596716+0000 mgr.y (mgr.25441) 461 : cluster [DBG] pgmap v299: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.085 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: cephadm 2024-03-30T04:42:25.609246+0000 mgr.y (mgr.25441) 462 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:27.085 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: cluster 2024-03-30T04:42:25.659104+0000 mgr.y (mgr.25441) 463 : cluster [DBG] pgmap v300: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.085 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: cluster 2024-03-30T04:42:25.659373+0000 mgr.y (mgr.25441) 464 : cluster [DBG] pgmap v301: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.085 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:26.147799+0000 mon.b (mon.2) 510 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:27.085 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:26.155979+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:27.085 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:26.216294+0000 mon.b (mon.2) 511 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:27.086 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:26.219007+0000 mon.b (mon.2) 512 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:27.086 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:26.221743+0000 mon.b (mon.2) 513 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:27.086 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:26.222849+0000 mon.b (mon.2) 514 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:27.086 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:26.231369+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:27.086 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:26.292941+0000 mon.b (mon.2) 515 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:27.086 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:26.296165+0000 mon.b (mon.2) 516 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:27.086 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:26.298666+0000 mon.b (mon.2) 517 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:27.086 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:26.299859+0000 mon.b (mon.2) 518 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:27.086 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:26.307984+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:27.086 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:26.370875+0000 mon.b (mon.2) 519 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:27.086 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:26.374320+0000 mon.b (mon.2) 520 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:27.086 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:26.378686+0000 mon.b (mon.2) 521 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:27.086 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:26.380116+0000 mon.b (mon.2) 522 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:27.086 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:26.392659+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:27.087 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:26.483384+0000 mon.b (mon.2) 523 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:27.087 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:26.488000+0000 mon.b (mon.2) 524 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:27.087 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:26.492367+0000 mon.b (mon.2) 525 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:27.087 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:26.493901+0000 mon.b (mon.2) 526 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:27.087 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:26.506787+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:27.087 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:26.586143+0000 mon.b (mon.2) 527 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:27.087 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:26.589141+0000 mon.b (mon.2) 528 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:27.087 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:26.592276+0000 mon.b (mon.2) 529 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:27.087 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:26.593618+0000 mon.b (mon.2) 530 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:27.087 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:26.603565+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:27.087 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[70954]: audit 2024-03-30T04:42:26.681051+0000 mon.b (mon.2) 531 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:27.088 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:25.685045+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:27.088 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: cephadm 2024-03-30T04:42:25.686057+0000 mgr.y (mgr.25441) 465 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:27.088 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:25.726481+0000 mon.b (mon.2) 479 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:27.088 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:25.729029+0000 mon.b (mon.2) 480 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:27.088 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:25.731380+0000 mon.b (mon.2) 481 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:27.088 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:25.732434+0000 mon.b (mon.2) 482 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:27.088 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:25.738803+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:27.088 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:25.783795+0000 mon.b (mon.2) 483 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:27.088 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:25.786555+0000 mon.b (mon.2) 484 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:27.088 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:25.789503+0000 mon.b (mon.2) 485 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:27.088 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:25.790802+0000 mon.b (mon.2) 486 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:27.089 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:25.797118+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:27.089 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:25.841827+0000 mon.b (mon.2) 487 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:27.089 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:25.844150+0000 mon.b (mon.2) 488 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:27.089 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:25.846823+0000 mon.b (mon.2) 489 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:27.089 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:25.847753+0000 mon.b (mon.2) 490 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:27.089 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:25.854271+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:27.089 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:25.898406+0000 mon.b (mon.2) 491 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:27.089 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:25.901012+0000 mon.b (mon.2) 492 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:27.089 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:25.903650+0000 mon.b (mon.2) 493 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:27.089 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:25.904594+0000 mon.b (mon.2) 494 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:27.089 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:25.909990+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:27.089 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:25.954102+0000 mon.b (mon.2) 495 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:27.089 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:25.956595+0000 mon.b (mon.2) 496 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:27.089 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:25.958879+0000 mon.b (mon.2) 497 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:27.089 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:25.959800+0000 mon.b (mon.2) 498 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:27.089 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:25.965481+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:27.090 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:26.024698+0000 mon.b (mon.2) 499 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:27.090 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:26.027082+0000 mon.b (mon.2) 500 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:27.090 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:26.029306+0000 mon.b (mon.2) 501 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:27.090 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:26.030226+0000 mon.b (mon.2) 502 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:27.090 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:26.038492+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:27.090 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:26.082705+0000 mon.b (mon.2) 503 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:27.090 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:26.085274+0000 mon.b (mon.2) 504 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:27.090 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:26.087686+0000 mon.b (mon.2) 505 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:27.090 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:26.088765+0000 mon.b (mon.2) 506 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:27.090 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:26.096754+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:27.090 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:26.141177+0000 mon.b (mon.2) 507 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:27.090 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:26.143918+0000 mon.b (mon.2) 508 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:27.090 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:26.146722+0000 mon.b (mon.2) 509 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:27.090 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:26.147799+0000 mon.b (mon.2) 510 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:27.090 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:26.155979+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:27.090 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:26.216294+0000 mon.b (mon.2) 511 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:27.091 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:26.219007+0000 mon.b (mon.2) 512 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:27.091 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:26.221743+0000 mon.b (mon.2) 513 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:27.091 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:26.222849+0000 mon.b (mon.2) 514 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:27.091 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:26.231369+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:27.091 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:26.292941+0000 mon.b (mon.2) 515 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:27.091 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:26.296165+0000 mon.b (mon.2) 516 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:27.091 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:26.298666+0000 mon.b (mon.2) 517 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:27.091 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:26.299859+0000 mon.b (mon.2) 518 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:27.091 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:26.307984+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:27.091 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:26.370875+0000 mon.b (mon.2) 519 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:27.091 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:26.374320+0000 mon.b (mon.2) 520 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:27.091 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:26.378686+0000 mon.b (mon.2) 521 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:27.091 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:26.380116+0000 mon.b (mon.2) 522 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:27.091 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:26.392659+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:27.091 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:26.483384+0000 mon.b (mon.2) 523 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:27.092 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:26.488000+0000 mon.b (mon.2) 524 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:27.092 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:26.492367+0000 mon.b (mon.2) 525 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:27.092 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:26.493901+0000 mon.b (mon.2) 526 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:27.092 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:26.506787+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:27.092 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:26.586143+0000 mon.b (mon.2) 527 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:27.092 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:26.589141+0000 mon.b (mon.2) 528 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:27.092 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:26.592276+0000 mon.b (mon.2) 529 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:27.092 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:26.593618+0000 mon.b (mon.2) 530 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:27.092 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:26.603565+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:27.092 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:26 smithi111 bash[73591]: audit 2024-03-30T04:42:26.681051+0000 mon.b (mon.2) 531 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:27.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: cluster 2024-03-30T04:42:24.762017+0000 mgr.y (mgr.25441) 424 : cluster [DBG] pgmap v274: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: cluster 2024-03-30T04:42:24.762291+0000 mgr.y (mgr.25441) 425 : cluster [DBG] pgmap v275: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: cephadm 2024-03-30T04:42:24.772464+0000 mgr.y (mgr.25441) 426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:27.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: cluster 2024-03-30T04:42:24.838359+0000 mgr.y (mgr.25441) 427 : cluster [DBG] pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: cluster 2024-03-30T04:42:24.838660+0000 mgr.y (mgr.25441) 428 : cluster [DBG] pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: cephadm 2024-03-30T04:42:24.848403+0000 mgr.y (mgr.25441) 429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:27.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: cluster 2024-03-30T04:42:24.897596+0000 mgr.y (mgr.25441) 430 : cluster [DBG] pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: cluster 2024-03-30T04:42:24.897866+0000 mgr.y (mgr.25441) 431 : cluster [DBG] pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: cephadm 2024-03-30T04:42:24.907936+0000 mgr.y (mgr.25441) 432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:27.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: cluster 2024-03-30T04:42:24.972821+0000 mgr.y (mgr.25441) 433 : cluster [DBG] pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: cluster 2024-03-30T04:42:24.973031+0000 mgr.y (mgr.25441) 434 : cluster [DBG] pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: cephadm 2024-03-30T04:42:24.982874+0000 mgr.y (mgr.25441) 435 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:27.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: cluster 2024-03-30T04:42:25.064567+0000 mgr.y (mgr.25441) 436 : cluster [DBG] pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: cluster 2024-03-30T04:42:25.064817+0000 mgr.y (mgr.25441) 437 : cluster [DBG] pgmap v283: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: cephadm 2024-03-30T04:42:25.075128+0000 mgr.y (mgr.25441) 438 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:27.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: cluster 2024-03-30T04:42:25.154631+0000 mgr.y (mgr.25441) 439 : cluster [DBG] pgmap v284: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: cluster 2024-03-30T04:42:25.154890+0000 mgr.y (mgr.25441) 440 : cluster [DBG] pgmap v285: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: cephadm 2024-03-30T04:42:25.161714+0000 mgr.y (mgr.25441) 441 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:27.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: cluster 2024-03-30T04:42:25.226727+0000 mgr.y (mgr.25441) 442 : cluster [DBG] pgmap v286: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: cluster 2024-03-30T04:42:25.227000+0000 mgr.y (mgr.25441) 443 : cluster [DBG] pgmap v287: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: cephadm 2024-03-30T04:42:25.234327+0000 mgr.y (mgr.25441) 444 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:27.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: cluster 2024-03-30T04:42:25.281461+0000 mgr.y (mgr.25441) 445 : cluster [DBG] pgmap v288: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: cluster 2024-03-30T04:42:25.281729+0000 mgr.y (mgr.25441) 446 : cluster [DBG] pgmap v289: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: cephadm 2024-03-30T04:42:25.288139+0000 mgr.y (mgr.25441) 447 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:27.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: cluster 2024-03-30T04:42:25.335584+0000 mgr.y (mgr.25441) 448 : cluster [DBG] pgmap v290: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: cluster 2024-03-30T04:42:25.335768+0000 mgr.y (mgr.25441) 449 : cluster [DBG] pgmap v291: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: cephadm 2024-03-30T04:42:25.343058+0000 mgr.y (mgr.25441) 450 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:27.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: cluster 2024-03-30T04:42:25.407664+0000 mgr.y (mgr.25441) 451 : cluster [DBG] pgmap v292: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: cluster 2024-03-30T04:42:25.407909+0000 mgr.y (mgr.25441) 452 : cluster [DBG] pgmap v293: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: cephadm 2024-03-30T04:42:25.415687+0000 mgr.y (mgr.25441) 453 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:27.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: cluster 2024-03-30T04:42:25.480401+0000 mgr.y (mgr.25441) 454 : cluster [DBG] pgmap v294: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: cluster 2024-03-30T04:42:25.480646+0000 mgr.y (mgr.25441) 455 : cluster [DBG] pgmap v295: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: cephadm 2024-03-30T04:42:25.488800+0000 mgr.y (mgr.25441) 456 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:27.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: cluster 2024-03-30T04:42:25.537886+0000 mgr.y (mgr.25441) 457 : cluster [DBG] pgmap v296: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: cluster 2024-03-30T04:42:25.538083+0000 mgr.y (mgr.25441) 458 : cluster [DBG] pgmap v297: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: cephadm 2024-03-30T04:42:25.546141+0000 mgr.y (mgr.25441) 459 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:27.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: cluster 2024-03-30T04:42:25.596186+0000 mgr.y (mgr.25441) 460 : cluster [DBG] pgmap v298: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: cluster 2024-03-30T04:42:25.596716+0000 mgr.y (mgr.25441) 461 : cluster [DBG] pgmap v299: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: cephadm 2024-03-30T04:42:25.609246+0000 mgr.y (mgr.25441) 462 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:27.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: cluster 2024-03-30T04:42:25.659104+0000 mgr.y (mgr.25441) 463 : cluster [DBG] pgmap v300: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: cluster 2024-03-30T04:42:25.659373+0000 mgr.y (mgr.25441) 464 : cluster [DBG] pgmap v301: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:27.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:25.685045+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:27.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: cephadm 2024-03-30T04:42:25.686057+0000 mgr.y (mgr.25441) 465 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:27.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:25.726481+0000 mon.b (mon.2) 479 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:27.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:25.729029+0000 mon.b (mon.2) 480 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:27.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:25.731380+0000 mon.b (mon.2) 481 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:27.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:25.732434+0000 mon.b (mon.2) 482 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:27.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:25.738803+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:27.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:25.783795+0000 mon.b (mon.2) 483 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:27.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:25.786555+0000 mon.b (mon.2) 484 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:27.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:25.789503+0000 mon.b (mon.2) 485 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:27.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:25.790802+0000 mon.b (mon.2) 486 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:27.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:25.797118+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:27.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:25.841827+0000 mon.b (mon.2) 487 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:27.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:25.844150+0000 mon.b (mon.2) 488 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:27.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:25.846823+0000 mon.b (mon.2) 489 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:27.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:25.847753+0000 mon.b (mon.2) 490 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:27.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:25.854271+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:27.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:25.898406+0000 mon.b (mon.2) 491 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:27.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:25.901012+0000 mon.b (mon.2) 492 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:27.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:25.903650+0000 mon.b (mon.2) 493 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:27.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:25.904594+0000 mon.b (mon.2) 494 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:27.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:25.909990+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:27.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:25.954102+0000 mon.b (mon.2) 495 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:27.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:25.956595+0000 mon.b (mon.2) 496 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:27.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:25.958879+0000 mon.b (mon.2) 497 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:27.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:25.959800+0000 mon.b (mon.2) 498 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:27.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:25.965481+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:27.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:26.024698+0000 mon.b (mon.2) 499 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:27.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:26.027082+0000 mon.b (mon.2) 500 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:27.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:26.029306+0000 mon.b (mon.2) 501 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:27.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:26.030226+0000 mon.b (mon.2) 502 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:27.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:26.038492+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:27.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:26.082705+0000 mon.b (mon.2) 503 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:27.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:26.085274+0000 mon.b (mon.2) 504 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:27.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:26.087686+0000 mon.b (mon.2) 505 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:27.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:26.088765+0000 mon.b (mon.2) 506 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:27.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:26.096754+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:27.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:26.141177+0000 mon.b (mon.2) 507 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:27.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:26.143918+0000 mon.b (mon.2) 508 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:27.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:26.146722+0000 mon.b (mon.2) 509 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:27.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:26.147799+0000 mon.b (mon.2) 510 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:27.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:26.155979+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:27.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:26.216294+0000 mon.b (mon.2) 511 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:27.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:26.219007+0000 mon.b (mon.2) 512 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:27.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:26.221743+0000 mon.b (mon.2) 513 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:27.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:26.222849+0000 mon.b (mon.2) 514 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:27.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:26.231369+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:27.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:26.292941+0000 mon.b (mon.2) 515 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:27.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:26.296165+0000 mon.b (mon.2) 516 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:27.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:26.298666+0000 mon.b (mon.2) 517 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:27.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:26.299859+0000 mon.b (mon.2) 518 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:27.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:26.307984+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:27.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:26.370875+0000 mon.b (mon.2) 519 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:27.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:26.374320+0000 mon.b (mon.2) 520 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:27.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:26.378686+0000 mon.b (mon.2) 521 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:27.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:26.380116+0000 mon.b (mon.2) 522 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:27.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:26.392659+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:27.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:26.483384+0000 mon.b (mon.2) 523 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:27.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:26.488000+0000 mon.b (mon.2) 524 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:27.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:26.492367+0000 mon.b (mon.2) 525 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:27.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:26.493901+0000 mon.b (mon.2) 526 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:27.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:26.506787+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:27.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:26.586143+0000 mon.b (mon.2) 527 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:27.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:26.589141+0000 mon.b (mon.2) 528 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:27.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:26.592276+0000 mon.b (mon.2) 529 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:27.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:26.593618+0000 mon.b (mon.2) 530 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:27.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:26.603565+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:27.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:26 smithi117 bash[18692]: audit 2024-03-30T04:42:26.681051+0000 mon.b (mon.2) 531 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:28.040 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: cluster 2024-03-30T04:42:25.733755+0000 mgr.y (mgr.25441) 466 : cluster [DBG] pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.040 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: cluster 2024-03-30T04:42:25.733953+0000 mgr.y (mgr.25441) 467 : cluster [DBG] pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.040 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: cephadm 2024-03-30T04:42:25.742342+0000 mgr.y (mgr.25441) 468 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:28.040 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: cluster 2024-03-30T04:42:25.792197+0000 mgr.y (mgr.25441) 469 : cluster [DBG] pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.041 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: cluster 2024-03-30T04:42:25.792439+0000 mgr.y (mgr.25441) 470 : cluster [DBG] pgmap v305: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.041 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: cephadm 2024-03-30T04:42:25.800634+0000 mgr.y (mgr.25441) 471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:28.041 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: cluster 2024-03-30T04:42:25.849039+0000 mgr.y (mgr.25441) 472 : cluster [DBG] pgmap v306: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.041 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: cluster 2024-03-30T04:42:25.849289+0000 mgr.y (mgr.25441) 473 : cluster [DBG] pgmap v307: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.041 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: cephadm 2024-03-30T04:42:25.857893+0000 mgr.y (mgr.25441) 474 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:28.041 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: cluster 2024-03-30T04:42:25.905874+0000 mgr.y (mgr.25441) 475 : cluster [DBG] pgmap v308: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.041 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: cluster 2024-03-30T04:42:25.906135+0000 mgr.y (mgr.25441) 476 : cluster [DBG] pgmap v309: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.041 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: cephadm 2024-03-30T04:42:25.913742+0000 mgr.y (mgr.25441) 477 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:28.041 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: cluster 2024-03-30T04:42:25.961115+0000 mgr.y (mgr.25441) 478 : cluster [DBG] pgmap v310: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.041 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: cluster 2024-03-30T04:42:25.961360+0000 mgr.y (mgr.25441) 479 : cluster [DBG] pgmap v311: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.041 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: cephadm 2024-03-30T04:42:25.967449+0000 mgr.y (mgr.25441) 480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:28.041 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: cluster 2024-03-30T04:42:26.031481+0000 mgr.y (mgr.25441) 481 : cluster [DBG] pgmap v312: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.041 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: cluster 2024-03-30T04:42:26.031731+0000 mgr.y (mgr.25441) 482 : cluster [DBG] pgmap v313: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.041 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: cephadm 2024-03-30T04:42:26.041738+0000 mgr.y (mgr.25441) 483 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:28.042 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: cluster 2024-03-30T04:42:26.090058+0000 mgr.y (mgr.25441) 484 : cluster [DBG] pgmap v314: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.042 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: cluster 2024-03-30T04:42:26.090245+0000 mgr.y (mgr.25441) 485 : cluster [DBG] pgmap v315: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.042 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: cluster 2024-03-30T04:42:25.733755+0000 mgr.y (mgr.25441) 466 : cluster [DBG] pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.042 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: cluster 2024-03-30T04:42:25.733953+0000 mgr.y (mgr.25441) 467 : cluster [DBG] pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.042 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: cephadm 2024-03-30T04:42:25.742342+0000 mgr.y (mgr.25441) 468 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:28.042 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: cluster 2024-03-30T04:42:25.792197+0000 mgr.y (mgr.25441) 469 : cluster [DBG] pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.042 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: cluster 2024-03-30T04:42:25.792439+0000 mgr.y (mgr.25441) 470 : cluster [DBG] pgmap v305: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.042 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: cephadm 2024-03-30T04:42:25.800634+0000 mgr.y (mgr.25441) 471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:28.042 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: cluster 2024-03-30T04:42:25.849039+0000 mgr.y (mgr.25441) 472 : cluster [DBG] pgmap v306: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.042 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: cluster 2024-03-30T04:42:25.849289+0000 mgr.y (mgr.25441) 473 : cluster [DBG] pgmap v307: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.042 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: cephadm 2024-03-30T04:42:25.857893+0000 mgr.y (mgr.25441) 474 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:28.042 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: cluster 2024-03-30T04:42:25.905874+0000 mgr.y (mgr.25441) 475 : cluster [DBG] pgmap v308: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.043 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: cluster 2024-03-30T04:42:25.906135+0000 mgr.y (mgr.25441) 476 : cluster [DBG] pgmap v309: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.043 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: cephadm 2024-03-30T04:42:25.913742+0000 mgr.y (mgr.25441) 477 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:28.043 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: cluster 2024-03-30T04:42:25.961115+0000 mgr.y (mgr.25441) 478 : cluster [DBG] pgmap v310: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.043 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: cluster 2024-03-30T04:42:25.961360+0000 mgr.y (mgr.25441) 479 : cluster [DBG] pgmap v311: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.043 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: cephadm 2024-03-30T04:42:25.967449+0000 mgr.y (mgr.25441) 480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:28.043 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: cluster 2024-03-30T04:42:26.031481+0000 mgr.y (mgr.25441) 481 : cluster [DBG] pgmap v312: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.043 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: cluster 2024-03-30T04:42:26.031731+0000 mgr.y (mgr.25441) 482 : cluster [DBG] pgmap v313: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.043 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: cephadm 2024-03-30T04:42:26.041738+0000 mgr.y (mgr.25441) 483 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:28.043 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: cluster 2024-03-30T04:42:26.090058+0000 mgr.y (mgr.25441) 484 : cluster [DBG] pgmap v314: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.043 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: cluster 2024-03-30T04:42:26.090245+0000 mgr.y (mgr.25441) 485 : cluster [DBG] pgmap v315: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.043 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: cephadm 2024-03-30T04:42:26.100311+0000 mgr.y (mgr.25441) 486 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:28.043 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: cluster 2024-03-30T04:42:26.149443+0000 mgr.y (mgr.25441) 487 : cluster [DBG] pgmap v316: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 26 op/s 2024-03-30T04:42:28.044 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: cluster 2024-03-30T04:42:26.149636+0000 mgr.y (mgr.25441) 488 : cluster [DBG] pgmap v317: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 26 op/s 2024-03-30T04:42:28.044 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: cephadm 2024-03-30T04:42:26.159475+0000 mgr.y (mgr.25441) 489 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:28.044 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: cluster 2024-03-30T04:42:26.224209+0000 mgr.y (mgr.25441) 490 : cluster [DBG] pgmap v318: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 25 op/s 2024-03-30T04:42:28.044 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: cluster 2024-03-30T04:42:26.224403+0000 mgr.y (mgr.25441) 491 : cluster [DBG] pgmap v319: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 25 op/s 2024-03-30T04:42:28.044 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: cephadm 2024-03-30T04:42:26.234667+0000 mgr.y (mgr.25441) 492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:28.044 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: cluster 2024-03-30T04:42:26.301356+0000 mgr.y (mgr.25441) 493 : cluster [DBG] pgmap v320: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 23 op/s 2024-03-30T04:42:28.044 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: cephadm 2024-03-30T04:42:26.311265+0000 mgr.y (mgr.25441) 494 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:28.044 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: cluster 2024-03-30T04:42:26.382223+0000 mgr.y (mgr.25441) 495 : cluster [DBG] pgmap v321: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-30T04:42:28.044 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: cluster 2024-03-30T04:42:26.382718+0000 mgr.y (mgr.25441) 496 : cluster [DBG] pgmap v322: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.044 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: cephadm 2024-03-30T04:42:26.394416+0000 mgr.y (mgr.25441) 497 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:28.044 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: cluster 2024-03-30T04:42:26.496629+0000 mgr.y (mgr.25441) 498 : cluster [DBG] pgmap v323: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.044 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: cluster 2024-03-30T04:42:26.497368+0000 mgr.y (mgr.25441) 499 : cluster [DBG] pgmap v324: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.044 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: cephadm 2024-03-30T04:42:26.509932+0000 mgr.y (mgr.25441) 500 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:28.044 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: cluster 2024-03-30T04:42:26.595325+0000 mgr.y (mgr.25441) 501 : cluster [DBG] pgmap v325: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.044 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: cluster 2024-03-30T04:42:26.595571+0000 mgr.y (mgr.25441) 502 : cluster [DBG] pgmap v326: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.045 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: cephadm 2024-03-30T04:42:26.606566+0000 mgr.y (mgr.25441) 503 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:28.045 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:26.683802+0000 mon.b (mon.2) 532 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:28.045 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:26.718266+0000 mon.b (mon.2) 533 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:28.045 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: cephadm 2024-03-30T04:42:26.100311+0000 mgr.y (mgr.25441) 486 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:28.045 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: cluster 2024-03-30T04:42:26.149443+0000 mgr.y (mgr.25441) 487 : cluster [DBG] pgmap v316: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 26 op/s 2024-03-30T04:42:28.045 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: cluster 2024-03-30T04:42:26.149636+0000 mgr.y (mgr.25441) 488 : cluster [DBG] pgmap v317: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 26 op/s 2024-03-30T04:42:28.045 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: cephadm 2024-03-30T04:42:26.159475+0000 mgr.y (mgr.25441) 489 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:28.045 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: cluster 2024-03-30T04:42:26.224209+0000 mgr.y (mgr.25441) 490 : cluster [DBG] pgmap v318: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 25 op/s 2024-03-30T04:42:28.045 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: cluster 2024-03-30T04:42:26.224403+0000 mgr.y (mgr.25441) 491 : cluster [DBG] pgmap v319: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 25 op/s 2024-03-30T04:42:28.045 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: cephadm 2024-03-30T04:42:26.234667+0000 mgr.y (mgr.25441) 492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:28.045 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: cluster 2024-03-30T04:42:26.301356+0000 mgr.y (mgr.25441) 493 : cluster [DBG] pgmap v320: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 23 op/s 2024-03-30T04:42:28.045 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: cephadm 2024-03-30T04:42:26.311265+0000 mgr.y (mgr.25441) 494 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:28.046 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: cluster 2024-03-30T04:42:26.382223+0000 mgr.y (mgr.25441) 495 : cluster [DBG] pgmap v321: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-30T04:42:28.046 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: cluster 2024-03-30T04:42:26.382718+0000 mgr.y (mgr.25441) 496 : cluster [DBG] pgmap v322: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.046 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: cephadm 2024-03-30T04:42:26.394416+0000 mgr.y (mgr.25441) 497 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:28.046 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: cluster 2024-03-30T04:42:26.496629+0000 mgr.y (mgr.25441) 498 : cluster [DBG] pgmap v323: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.046 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: cluster 2024-03-30T04:42:26.497368+0000 mgr.y (mgr.25441) 499 : cluster [DBG] pgmap v324: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.046 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: cephadm 2024-03-30T04:42:26.509932+0000 mgr.y (mgr.25441) 500 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:28.046 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: cluster 2024-03-30T04:42:26.595325+0000 mgr.y (mgr.25441) 501 : cluster [DBG] pgmap v325: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.046 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: cluster 2024-03-30T04:42:26.595571+0000 mgr.y (mgr.25441) 502 : cluster [DBG] pgmap v326: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.046 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: cephadm 2024-03-30T04:42:26.606566+0000 mgr.y (mgr.25441) 503 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:28.046 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:26.683802+0000 mon.b (mon.2) 532 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:28.046 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:26.718266+0000 mon.b (mon.2) 533 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:28.047 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:26.719584+0000 mon.b (mon.2) 534 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:28.047 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: cluster 2024-03-30T04:42:26.721540+0000 mgr.y (mgr.25441) 504 : cluster [DBG] pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.047 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: cluster 2024-03-30T04:42:26.722002+0000 mgr.y (mgr.25441) 505 : cluster [DBG] pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.047 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:26.729096+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:28.047 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:26.792301+0000 mon.b (mon.2) 535 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:28.047 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:26.795238+0000 mon.b (mon.2) 536 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:28.047 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:26.797894+0000 mon.b (mon.2) 537 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:28.047 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:26.798986+0000 mon.b (mon.2) 538 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:28.047 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:26.806161+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:28.047 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:26.885162+0000 mon.b (mon.2) 539 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:28.047 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:26.887757+0000 mon.b (mon.2) 540 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:28.048 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:26.890329+0000 mon.b (mon.2) 541 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:28.048 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:26.891456+0000 mon.b (mon.2) 542 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:28.048 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:26.897470+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:28.048 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:26.960745+0000 mon.b (mon.2) 543 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:28.048 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:26.963621+0000 mon.b (mon.2) 544 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:28.048 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:26.966508+0000 mon.b (mon.2) 545 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:28.048 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:26.967802+0000 mon.b (mon.2) 546 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:28.048 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:26.975748+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:28.048 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.039048+0000 mon.b (mon.2) 547 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:28.048 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.041933+0000 mon.b (mon.2) 548 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:28.048 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.044420+0000 mon.b (mon.2) 549 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:28.048 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.045480+0000 mon.b (mon.2) 550 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:28.048 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.054033+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:28.048 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.115554+0000 mon.b (mon.2) 551 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:28.048 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.117996+0000 mon.b (mon.2) 552 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:28.049 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.120364+0000 mon.b (mon.2) 553 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:28.049 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.121349+0000 mon.b (mon.2) 554 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:28.049 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.127230+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:28.049 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.189527+0000 mon.b (mon.2) 555 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:28.049 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.192143+0000 mon.b (mon.2) 556 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:28.049 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.194391+0000 mon.b (mon.2) 557 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:28.049 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.195342+0000 mon.b (mon.2) 558 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:28.049 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.201129+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:28.049 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.245458+0000 mon.b (mon.2) 559 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:28.049 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.248081+0000 mon.b (mon.2) 560 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:28.049 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.250404+0000 mon.b (mon.2) 561 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:28.049 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.251496+0000 mon.b (mon.2) 562 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:28.049 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.257256+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:28.049 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.301356+0000 mon.b (mon.2) 563 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:28.049 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.303831+0000 mon.b (mon.2) 564 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:28.049 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.306177+0000 mon.b (mon.2) 565 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:28.050 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.307209+0000 mon.b (mon.2) 566 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:28.050 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.313217+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:28.050 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.390720+0000 mon.b (mon.2) 567 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:28.050 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.393694+0000 mon.b (mon.2) 568 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:28.050 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.396674+0000 mon.b (mon.2) 569 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:28.050 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.397802+0000 mon.b (mon.2) 570 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:28.050 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.404227+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:28.050 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.491103+0000 mon.b (mon.2) 571 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:28.050 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.495062+0000 mon.b (mon.2) 572 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:28.050 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.497855+0000 mon.b (mon.2) 573 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:28.050 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.499139+0000 mon.b (mon.2) 574 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:28.050 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.505651+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:28.050 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.570729+0000 mon.b (mon.2) 575 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:28.050 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.573637+0000 mon.b (mon.2) 576 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:28.050 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.576107+0000 mon.b (mon.2) 577 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:28.051 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.577377+0000 mon.b (mon.2) 578 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:28.051 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.583804+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:28.051 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.647493+0000 mon.b (mon.2) 579 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:28.051 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:26.719584+0000 mon.b (mon.2) 534 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:28.051 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: cluster 2024-03-30T04:42:26.721540+0000 mgr.y (mgr.25441) 504 : cluster [DBG] pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.051 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: cluster 2024-03-30T04:42:26.722002+0000 mgr.y (mgr.25441) 505 : cluster [DBG] pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.051 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:26.729096+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:28.051 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:26.792301+0000 mon.b (mon.2) 535 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:28.052 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:26.795238+0000 mon.b (mon.2) 536 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:28.052 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:26.797894+0000 mon.b (mon.2) 537 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:28.052 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:26.798986+0000 mon.b (mon.2) 538 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:28.052 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:26.806161+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:28.052 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:26.885162+0000 mon.b (mon.2) 539 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:28.052 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:26.887757+0000 mon.b (mon.2) 540 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:28.052 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:26.890329+0000 mon.b (mon.2) 541 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:28.052 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:26.891456+0000 mon.b (mon.2) 542 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:28.052 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:26.897470+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:28.052 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:26.960745+0000 mon.b (mon.2) 543 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:28.052 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:26.963621+0000 mon.b (mon.2) 544 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:28.052 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:26.966508+0000 mon.b (mon.2) 545 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:28.052 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:26.967802+0000 mon.b (mon.2) 546 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:28.052 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:26.975748+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:28.052 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.039048+0000 mon.b (mon.2) 547 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:28.053 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.650632+0000 mon.b (mon.2) 580 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:28.053 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.653311+0000 mon.b (mon.2) 581 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:28.053 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.654395+0000 mon.b (mon.2) 582 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:28.053 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[73591]: audit 2024-03-30T04:42:27.661219+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:28.053 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.041933+0000 mon.b (mon.2) 548 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:28.054 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.044420+0000 mon.b (mon.2) 549 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:28.054 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.045480+0000 mon.b (mon.2) 550 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:28.054 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.054033+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:28.054 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.115554+0000 mon.b (mon.2) 551 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:28.054 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.117996+0000 mon.b (mon.2) 552 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:28.054 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.120364+0000 mon.b (mon.2) 553 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:28.054 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.121349+0000 mon.b (mon.2) 554 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:28.054 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.127230+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:28.054 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.189527+0000 mon.b (mon.2) 555 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:28.054 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.192143+0000 mon.b (mon.2) 556 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:28.054 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.194391+0000 mon.b (mon.2) 557 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:28.054 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.195342+0000 mon.b (mon.2) 558 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:28.054 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.201129+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:28.055 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.245458+0000 mon.b (mon.2) 559 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:28.055 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.248081+0000 mon.b (mon.2) 560 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:28.055 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.250404+0000 mon.b (mon.2) 561 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:28.055 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.251496+0000 mon.b (mon.2) 562 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:28.055 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.257256+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:28.055 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.301356+0000 mon.b (mon.2) 563 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:28.055 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.303831+0000 mon.b (mon.2) 564 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:28.055 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.306177+0000 mon.b (mon.2) 565 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:28.055 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.307209+0000 mon.b (mon.2) 566 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:28.055 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.313217+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:28.055 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.390720+0000 mon.b (mon.2) 567 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:28.055 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.393694+0000 mon.b (mon.2) 568 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:28.055 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.396674+0000 mon.b (mon.2) 569 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:28.055 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.397802+0000 mon.b (mon.2) 570 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:28.055 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.404227+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:28.055 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.491103+0000 mon.b (mon.2) 571 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:28.055 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.495062+0000 mon.b (mon.2) 572 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:28.056 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.497855+0000 mon.b (mon.2) 573 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:28.056 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.499139+0000 mon.b (mon.2) 574 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:28.056 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.505651+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:28.056 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.570729+0000 mon.b (mon.2) 575 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:28.056 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.573637+0000 mon.b (mon.2) 576 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:28.056 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.576107+0000 mon.b (mon.2) 577 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:28.056 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.577377+0000 mon.b (mon.2) 578 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:28.056 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.583804+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:28.056 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.647493+0000 mon.b (mon.2) 579 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:28.056 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.650632+0000 mon.b (mon.2) 580 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:28.056 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.653311+0000 mon.b (mon.2) 581 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:28.056 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.654395+0000 mon.b (mon.2) 582 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:28.056 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:27 smithi111 bash[70954]: audit 2024-03-30T04:42:27.661219+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:28.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: cluster 2024-03-30T04:42:25.733755+0000 mgr.y (mgr.25441) 466 : cluster [DBG] pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: cluster 2024-03-30T04:42:25.733953+0000 mgr.y (mgr.25441) 467 : cluster [DBG] pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: cephadm 2024-03-30T04:42:25.742342+0000 mgr.y (mgr.25441) 468 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:28.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: cluster 2024-03-30T04:42:25.792197+0000 mgr.y (mgr.25441) 469 : cluster [DBG] pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: cluster 2024-03-30T04:42:25.792439+0000 mgr.y (mgr.25441) 470 : cluster [DBG] pgmap v305: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: cephadm 2024-03-30T04:42:25.800634+0000 mgr.y (mgr.25441) 471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:28.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: cluster 2024-03-30T04:42:25.849039+0000 mgr.y (mgr.25441) 472 : cluster [DBG] pgmap v306: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: cluster 2024-03-30T04:42:25.849289+0000 mgr.y (mgr.25441) 473 : cluster [DBG] pgmap v307: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: cephadm 2024-03-30T04:42:25.857893+0000 mgr.y (mgr.25441) 474 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:28.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: cluster 2024-03-30T04:42:25.905874+0000 mgr.y (mgr.25441) 475 : cluster [DBG] pgmap v308: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: cluster 2024-03-30T04:42:25.906135+0000 mgr.y (mgr.25441) 476 : cluster [DBG] pgmap v309: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: cephadm 2024-03-30T04:42:25.913742+0000 mgr.y (mgr.25441) 477 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:28.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: cluster 2024-03-30T04:42:25.961115+0000 mgr.y (mgr.25441) 478 : cluster [DBG] pgmap v310: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: cluster 2024-03-30T04:42:25.961360+0000 mgr.y (mgr.25441) 479 : cluster [DBG] pgmap v311: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: cephadm 2024-03-30T04:42:25.967449+0000 mgr.y (mgr.25441) 480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:28.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: cluster 2024-03-30T04:42:26.031481+0000 mgr.y (mgr.25441) 481 : cluster [DBG] pgmap v312: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: cluster 2024-03-30T04:42:26.031731+0000 mgr.y (mgr.25441) 482 : cluster [DBG] pgmap v313: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: cephadm 2024-03-30T04:42:26.041738+0000 mgr.y (mgr.25441) 483 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:28.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: cluster 2024-03-30T04:42:26.090058+0000 mgr.y (mgr.25441) 484 : cluster [DBG] pgmap v314: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: cluster 2024-03-30T04:42:26.090245+0000 mgr.y (mgr.25441) 485 : cluster [DBG] pgmap v315: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: cephadm 2024-03-30T04:42:26.100311+0000 mgr.y (mgr.25441) 486 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:28.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: cluster 2024-03-30T04:42:26.149443+0000 mgr.y (mgr.25441) 487 : cluster [DBG] pgmap v316: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 26 op/s 2024-03-30T04:42:28.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: cluster 2024-03-30T04:42:26.149636+0000 mgr.y (mgr.25441) 488 : cluster [DBG] pgmap v317: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 26 op/s 2024-03-30T04:42:28.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: cephadm 2024-03-30T04:42:26.159475+0000 mgr.y (mgr.25441) 489 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:28.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: cluster 2024-03-30T04:42:26.224209+0000 mgr.y (mgr.25441) 490 : cluster [DBG] pgmap v318: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 25 op/s 2024-03-30T04:42:28.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: cluster 2024-03-30T04:42:26.224403+0000 mgr.y (mgr.25441) 491 : cluster [DBG] pgmap v319: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 25 op/s 2024-03-30T04:42:28.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: cephadm 2024-03-30T04:42:26.234667+0000 mgr.y (mgr.25441) 492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:28.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: cluster 2024-03-30T04:42:26.301356+0000 mgr.y (mgr.25441) 493 : cluster [DBG] pgmap v320: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 23 op/s 2024-03-30T04:42:28.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: cephadm 2024-03-30T04:42:26.311265+0000 mgr.y (mgr.25441) 494 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:28.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: cluster 2024-03-30T04:42:26.382223+0000 mgr.y (mgr.25441) 495 : cluster [DBG] pgmap v321: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-30T04:42:28.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: cluster 2024-03-30T04:42:26.382718+0000 mgr.y (mgr.25441) 496 : cluster [DBG] pgmap v322: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: cephadm 2024-03-30T04:42:26.394416+0000 mgr.y (mgr.25441) 497 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:28.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: cluster 2024-03-30T04:42:26.496629+0000 mgr.y (mgr.25441) 498 : cluster [DBG] pgmap v323: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: cluster 2024-03-30T04:42:26.497368+0000 mgr.y (mgr.25441) 499 : cluster [DBG] pgmap v324: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: cephadm 2024-03-30T04:42:26.509932+0000 mgr.y (mgr.25441) 500 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:28.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: cluster 2024-03-30T04:42:26.595325+0000 mgr.y (mgr.25441) 501 : cluster [DBG] pgmap v325: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: cluster 2024-03-30T04:42:26.595571+0000 mgr.y (mgr.25441) 502 : cluster [DBG] pgmap v326: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: cephadm 2024-03-30T04:42:26.606566+0000 mgr.y (mgr.25441) 503 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:28.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:26.683802+0000 mon.b (mon.2) 532 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:28.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:26.718266+0000 mon.b (mon.2) 533 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:28.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:26.719584+0000 mon.b (mon.2) 534 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:28.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: cluster 2024-03-30T04:42:26.721540+0000 mgr.y (mgr.25441) 504 : cluster [DBG] pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: cluster 2024-03-30T04:42:26.722002+0000 mgr.y (mgr.25441) 505 : cluster [DBG] pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:28.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:26.729096+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:28.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:26.792301+0000 mon.b (mon.2) 535 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:28.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:26.795238+0000 mon.b (mon.2) 536 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:28.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:26.797894+0000 mon.b (mon.2) 537 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:28.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:26.798986+0000 mon.b (mon.2) 538 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:28.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:26.806161+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:28.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:26.885162+0000 mon.b (mon.2) 539 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:28.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:26.887757+0000 mon.b (mon.2) 540 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:28.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:26.890329+0000 mon.b (mon.2) 541 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:28.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:26.891456+0000 mon.b (mon.2) 542 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:28.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:26.897470+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:28.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:26.960745+0000 mon.b (mon.2) 543 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:28.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:26.963621+0000 mon.b (mon.2) 544 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:28.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:26.966508+0000 mon.b (mon.2) 545 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:28.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:26.967802+0000 mon.b (mon.2) 546 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:28.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:26.975748+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:28.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.039048+0000 mon.b (mon.2) 547 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:28.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.041933+0000 mon.b (mon.2) 548 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:28.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.044420+0000 mon.b (mon.2) 549 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:28.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.045480+0000 mon.b (mon.2) 550 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:28.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.054033+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:28.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.115554+0000 mon.b (mon.2) 551 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:28.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.117996+0000 mon.b (mon.2) 552 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:28.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.120364+0000 mon.b (mon.2) 553 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:28.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.121349+0000 mon.b (mon.2) 554 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:28.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.127230+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:28.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.189527+0000 mon.b (mon.2) 555 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:28.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.192143+0000 mon.b (mon.2) 556 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:28.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.194391+0000 mon.b (mon.2) 557 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:28.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.195342+0000 mon.b (mon.2) 558 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:28.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.201129+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:28.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.245458+0000 mon.b (mon.2) 559 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:28.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.248081+0000 mon.b (mon.2) 560 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:28.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.250404+0000 mon.b (mon.2) 561 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:28.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.251496+0000 mon.b (mon.2) 562 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:28.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.257256+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:28.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.301356+0000 mon.b (mon.2) 563 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:28.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.303831+0000 mon.b (mon.2) 564 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:28.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.306177+0000 mon.b (mon.2) 565 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:28.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.307209+0000 mon.b (mon.2) 566 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:28.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.313217+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:28.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.390720+0000 mon.b (mon.2) 567 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:28.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.393694+0000 mon.b (mon.2) 568 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:28.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.396674+0000 mon.b (mon.2) 569 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:28.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.397802+0000 mon.b (mon.2) 570 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:28.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.404227+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:28.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.491103+0000 mon.b (mon.2) 571 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:28.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.495062+0000 mon.b (mon.2) 572 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:28.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.497855+0000 mon.b (mon.2) 573 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:28.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.499139+0000 mon.b (mon.2) 574 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:28.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.505651+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:28.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.570729+0000 mon.b (mon.2) 575 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:28.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.573637+0000 mon.b (mon.2) 576 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:28.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.576107+0000 mon.b (mon.2) 577 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:28.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.577377+0000 mon.b (mon.2) 578 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:28.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.583804+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:28.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.647493+0000 mon.b (mon.2) 579 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:28.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.650632+0000 mon.b (mon.2) 580 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:28.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.653311+0000 mon.b (mon.2) 581 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:28.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.654395+0000 mon.b (mon.2) 582 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:28.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:27 smithi117 bash[18692]: audit 2024-03-30T04:42:27.661219+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:29.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: cephadm 2024-03-30T04:42:26.732741+0000 mgr.y (mgr.25441) 506 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:29.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: cluster 2024-03-30T04:42:26.800758+0000 mgr.y (mgr.25441) 507 : cluster [DBG] pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: cluster 2024-03-30T04:42:26.801321+0000 mgr.y (mgr.25441) 508 : cluster [DBG] pgmap v330: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: cephadm 2024-03-30T04:42:26.811164+0000 mgr.y (mgr.25441) 509 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:29.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: cluster 2024-03-30T04:42:26.892798+0000 mgr.y (mgr.25441) 510 : cluster [DBG] pgmap v331: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: cluster 2024-03-30T04:42:26.892980+0000 mgr.y (mgr.25441) 511 : cluster [DBG] pgmap v332: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: cephadm 2024-03-30T04:42:26.902742+0000 mgr.y (mgr.25441) 512 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:29.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: cluster 2024-03-30T04:42:26.969670+0000 mgr.y (mgr.25441) 513 : cluster [DBG] pgmap v333: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: cluster 2024-03-30T04:42:26.970151+0000 mgr.y (mgr.25441) 514 : cluster [DBG] pgmap v334: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: cephadm 2024-03-30T04:42:26.980362+0000 mgr.y (mgr.25441) 515 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:29.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: cluster 2024-03-30T04:42:27.047389+0000 mgr.y (mgr.25441) 516 : cluster [DBG] pgmap v335: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: cluster 2024-03-30T04:42:27.048025+0000 mgr.y (mgr.25441) 517 : cluster [DBG] pgmap v336: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: cephadm 2024-03-30T04:42:27.058508+0000 mgr.y (mgr.25441) 518 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:29.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: cluster 2024-03-30T04:42:27.122634+0000 mgr.y (mgr.25441) 519 : cluster [DBG] pgmap v337: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: cluster 2024-03-30T04:42:27.122806+0000 mgr.y (mgr.25441) 520 : cluster [DBG] pgmap v338: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: cephadm 2024-03-30T04:42:27.132591+0000 mgr.y (mgr.25441) 521 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:29.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: cluster 2024-03-30T04:42:27.196656+0000 mgr.y (mgr.25441) 522 : cluster [DBG] pgmap v339: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: cephadm 2024-03-30T04:42:27.204656+0000 mgr.y (mgr.25441) 523 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:29.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: cluster 2024-03-30T04:42:27.252845+0000 mgr.y (mgr.25441) 524 : cluster [DBG] pgmap v340: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: cluster 2024-03-30T04:42:27.253047+0000 mgr.y (mgr.25441) 525 : cluster [DBG] pgmap v341: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: cephadm 2024-03-30T04:42:26.732741+0000 mgr.y (mgr.25441) 506 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:29.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: cluster 2024-03-30T04:42:26.800758+0000 mgr.y (mgr.25441) 507 : cluster [DBG] pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: cluster 2024-03-30T04:42:26.801321+0000 mgr.y (mgr.25441) 508 : cluster [DBG] pgmap v330: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: cephadm 2024-03-30T04:42:26.811164+0000 mgr.y (mgr.25441) 509 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:29.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: cluster 2024-03-30T04:42:26.892798+0000 mgr.y (mgr.25441) 510 : cluster [DBG] pgmap v331: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: cluster 2024-03-30T04:42:26.892980+0000 mgr.y (mgr.25441) 511 : cluster [DBG] pgmap v332: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: cephadm 2024-03-30T04:42:26.902742+0000 mgr.y (mgr.25441) 512 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:29.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: cluster 2024-03-30T04:42:26.969670+0000 mgr.y (mgr.25441) 513 : cluster [DBG] pgmap v333: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: cluster 2024-03-30T04:42:26.970151+0000 mgr.y (mgr.25441) 514 : cluster [DBG] pgmap v334: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: cephadm 2024-03-30T04:42:26.980362+0000 mgr.y (mgr.25441) 515 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:29.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: cluster 2024-03-30T04:42:27.047389+0000 mgr.y (mgr.25441) 516 : cluster [DBG] pgmap v335: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: cluster 2024-03-30T04:42:27.048025+0000 mgr.y (mgr.25441) 517 : cluster [DBG] pgmap v336: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: cephadm 2024-03-30T04:42:27.058508+0000 mgr.y (mgr.25441) 518 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:29.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: cluster 2024-03-30T04:42:27.122634+0000 mgr.y (mgr.25441) 519 : cluster [DBG] pgmap v337: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: cluster 2024-03-30T04:42:27.122806+0000 mgr.y (mgr.25441) 520 : cluster [DBG] pgmap v338: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: cephadm 2024-03-30T04:42:27.132591+0000 mgr.y (mgr.25441) 521 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:29.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: cluster 2024-03-30T04:42:27.196656+0000 mgr.y (mgr.25441) 522 : cluster [DBG] pgmap v339: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: cephadm 2024-03-30T04:42:27.204656+0000 mgr.y (mgr.25441) 523 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:29.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: cluster 2024-03-30T04:42:27.252845+0000 mgr.y (mgr.25441) 524 : cluster [DBG] pgmap v340: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: cluster 2024-03-30T04:42:27.253047+0000 mgr.y (mgr.25441) 525 : cluster [DBG] pgmap v341: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: cephadm 2024-03-30T04:42:27.260493+0000 mgr.y (mgr.25441) 526 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:29.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: cluster 2024-03-30T04:42:27.308503+0000 mgr.y (mgr.25441) 527 : cluster [DBG] pgmap v342: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: cluster 2024-03-30T04:42:27.308709+0000 mgr.y (mgr.25441) 528 : cluster [DBG] pgmap v343: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: cephadm 2024-03-30T04:42:27.316589+0000 mgr.y (mgr.25441) 529 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:29.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: cluster 2024-03-30T04:42:27.399382+0000 mgr.y (mgr.25441) 530 : cluster [DBG] pgmap v344: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: cluster 2024-03-30T04:42:27.399703+0000 mgr.y (mgr.25441) 531 : cluster [DBG] pgmap v345: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: cephadm 2024-03-30T04:42:27.407544+0000 mgr.y (mgr.25441) 532 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:29.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: cluster 2024-03-30T04:42:27.500615+0000 mgr.y (mgr.25441) 533 : cluster [DBG] pgmap v346: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: cluster 2024-03-30T04:42:27.500804+0000 mgr.y (mgr.25441) 534 : cluster [DBG] pgmap v347: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: cephadm 2024-03-30T04:42:27.509110+0000 mgr.y (mgr.25441) 535 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:29.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: cluster 2024-03-30T04:42:27.578863+0000 mgr.y (mgr.25441) 536 : cluster [DBG] pgmap v348: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: cluster 2024-03-30T04:42:27.579050+0000 mgr.y (mgr.25441) 537 : cluster [DBG] pgmap v349: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: cephadm 2024-03-30T04:42:27.586709+0000 mgr.y (mgr.25441) 538 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:29.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: cluster 2024-03-30T04:42:27.655955+0000 mgr.y (mgr.25441) 539 : cluster [DBG] pgmap v350: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: cluster 2024-03-30T04:42:27.656211+0000 mgr.y (mgr.25441) 540 : cluster [DBG] pgmap v351: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: cephadm 2024-03-30T04:42:27.664586+0000 mgr.y (mgr.25441) 541 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:29.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:27.725122+0000 mon.b (mon.2) 583 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:29.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:27.727681+0000 mon.b (mon.2) 584 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:29.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:27.729884+0000 mon.b (mon.2) 585 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:29.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:27.730950+0000 mon.b (mon.2) 586 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:29.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:27.739637+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:29.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:27.803225+0000 mon.b (mon.2) 587 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:29.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:27.806533+0000 mon.b (mon.2) 588 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:29.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:27.809678+0000 mon.b (mon.2) 589 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:29.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:27.810894+0000 mon.b (mon.2) 590 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:29.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:27.820605+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:29.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:27.880650+0000 mon.b (mon.2) 591 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:29.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:27.883345+0000 mon.b (mon.2) 592 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:29.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:27.885681+0000 mon.b (mon.2) 593 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:29.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:27.886874+0000 mon.b (mon.2) 594 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:29.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:27.893277+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:29.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:27.955837+0000 mon.b (mon.2) 595 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:29.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:27.958858+0000 mon.b (mon.2) 596 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:29.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:27.961649+0000 mon.b (mon.2) 597 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:29.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:27.962805+0000 mon.b (mon.2) 598 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:29.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:27.973640+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:29.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.055634+0000 mon.b (mon.2) 599 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:29.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.058362+0000 mon.b (mon.2) 600 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:29.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.060825+0000 mon.b (mon.2) 601 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:29.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.061919+0000 mon.b (mon.2) 602 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:29.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.069107+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:29.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: cephadm 2024-03-30T04:42:27.260493+0000 mgr.y (mgr.25441) 526 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:29.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: cluster 2024-03-30T04:42:27.308503+0000 mgr.y (mgr.25441) 527 : cluster [DBG] pgmap v342: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: cluster 2024-03-30T04:42:27.308709+0000 mgr.y (mgr.25441) 528 : cluster [DBG] pgmap v343: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: cephadm 2024-03-30T04:42:27.316589+0000 mgr.y (mgr.25441) 529 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:29.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: cluster 2024-03-30T04:42:27.399382+0000 mgr.y (mgr.25441) 530 : cluster [DBG] pgmap v344: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: cluster 2024-03-30T04:42:27.399703+0000 mgr.y (mgr.25441) 531 : cluster [DBG] pgmap v345: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: cephadm 2024-03-30T04:42:27.407544+0000 mgr.y (mgr.25441) 532 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:29.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: cluster 2024-03-30T04:42:27.500615+0000 mgr.y (mgr.25441) 533 : cluster [DBG] pgmap v346: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: cluster 2024-03-30T04:42:27.500804+0000 mgr.y (mgr.25441) 534 : cluster [DBG] pgmap v347: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: cephadm 2024-03-30T04:42:27.509110+0000 mgr.y (mgr.25441) 535 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:29.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: cluster 2024-03-30T04:42:27.578863+0000 mgr.y (mgr.25441) 536 : cluster [DBG] pgmap v348: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: cluster 2024-03-30T04:42:27.579050+0000 mgr.y (mgr.25441) 537 : cluster [DBG] pgmap v349: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: cephadm 2024-03-30T04:42:27.586709+0000 mgr.y (mgr.25441) 538 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:29.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: cluster 2024-03-30T04:42:27.655955+0000 mgr.y (mgr.25441) 539 : cluster [DBG] pgmap v350: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: cluster 2024-03-30T04:42:27.656211+0000 mgr.y (mgr.25441) 540 : cluster [DBG] pgmap v351: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: cephadm 2024-03-30T04:42:27.664586+0000 mgr.y (mgr.25441) 541 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:29.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:27.725122+0000 mon.b (mon.2) 583 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:29.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:27.727681+0000 mon.b (mon.2) 584 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:29.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:27.729884+0000 mon.b (mon.2) 585 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:29.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:27.730950+0000 mon.b (mon.2) 586 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:29.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:27.739637+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:29.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.132063+0000 mon.b (mon.2) 603 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:29.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.134960+0000 mon.b (mon.2) 604 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:29.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.137344+0000 mon.b (mon.2) 605 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:29.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.138465+0000 mon.b (mon.2) 606 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:29.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.144406+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:29.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.206503+0000 mon.b (mon.2) 607 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:29.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.209159+0000 mon.b (mon.2) 608 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:29.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.211523+0000 mon.b (mon.2) 609 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:29.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.212549+0000 mon.b (mon.2) 610 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:29.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.219678+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:29.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.285872+0000 mon.b (mon.2) 611 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:29.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.288895+0000 mon.b (mon.2) 612 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:29.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.291617+0000 mon.b (mon.2) 613 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:29.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.293011+0000 mon.b (mon.2) 614 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:29.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.300186+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:29.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.350530+0000 mon.b (mon.2) 615 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:29.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.353561+0000 mon.b (mon.2) 616 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:29.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.356294+0000 mon.b (mon.2) 617 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:29.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.357606+0000 mon.b (mon.2) 618 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:29.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.365252+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:29.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.416373+0000 mon.b (mon.2) 619 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:29.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.419378+0000 mon.b (mon.2) 620 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:29.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.421971+0000 mon.b (mon.2) 621 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:29.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.423204+0000 mon.b (mon.2) 622 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:29.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.431865+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:29.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.496940+0000 mon.b (mon.2) 623 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:29.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.499815+0000 mon.b (mon.2) 624 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:29.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.502415+0000 mon.b (mon.2) 625 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:29.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.503704+0000 mon.b (mon.2) 626 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:29.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.510066+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:29.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.574038+0000 mon.b (mon.2) 627 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:29.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.577220+0000 mon.b (mon.2) 628 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:29.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.580632+0000 mon.b (mon.2) 629 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:29.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.581925+0000 mon.b (mon.2) 630 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:29.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.592192+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:29.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.679439+0000 mon.b (mon.2) 631 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:29.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.683934+0000 mon.b (mon.2) 632 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:29.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.688192+0000 mon.b (mon.2) 633 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:29.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.689836+0000 mon.b (mon.2) 634 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:29.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[70954]: audit 2024-03-30T04:42:28.699828+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:29.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:27.803225+0000 mon.b (mon.2) 587 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:29.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:27.806533+0000 mon.b (mon.2) 588 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:29.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:27.809678+0000 mon.b (mon.2) 589 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:29.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:27.810894+0000 mon.b (mon.2) 590 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:29.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:27.820605+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:29.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:27.880650+0000 mon.b (mon.2) 591 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:29.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:27.883345+0000 mon.b (mon.2) 592 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:29.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:27.885681+0000 mon.b (mon.2) 593 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:29.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:27.886874+0000 mon.b (mon.2) 594 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:29.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:27.893277+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:29.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:27.955837+0000 mon.b (mon.2) 595 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:29.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:27.958858+0000 mon.b (mon.2) 596 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:29.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:27.961649+0000 mon.b (mon.2) 597 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:29.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:27.962805+0000 mon.b (mon.2) 598 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:29.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:27.973640+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:29.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.055634+0000 mon.b (mon.2) 599 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:29.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.058362+0000 mon.b (mon.2) 600 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:29.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.060825+0000 mon.b (mon.2) 601 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:29.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.061919+0000 mon.b (mon.2) 602 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:29.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.069107+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:29.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.132063+0000 mon.b (mon.2) 603 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:29.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.134960+0000 mon.b (mon.2) 604 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:29.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.137344+0000 mon.b (mon.2) 605 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:29.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.138465+0000 mon.b (mon.2) 606 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:29.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.144406+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:29.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.206503+0000 mon.b (mon.2) 607 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:29.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.209159+0000 mon.b (mon.2) 608 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:29.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.211523+0000 mon.b (mon.2) 609 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:29.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.212549+0000 mon.b (mon.2) 610 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:29.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.219678+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:29.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.285872+0000 mon.b (mon.2) 611 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:29.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.288895+0000 mon.b (mon.2) 612 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:29.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.291617+0000 mon.b (mon.2) 613 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:29.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.293011+0000 mon.b (mon.2) 614 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:29.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.300186+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:29.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.350530+0000 mon.b (mon.2) 615 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:29.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.353561+0000 mon.b (mon.2) 616 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:29.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.356294+0000 mon.b (mon.2) 617 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:29.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.357606+0000 mon.b (mon.2) 618 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:29.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.365252+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:29.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.416373+0000 mon.b (mon.2) 619 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:29.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.419378+0000 mon.b (mon.2) 620 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:29.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.421971+0000 mon.b (mon.2) 621 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:29.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.423204+0000 mon.b (mon.2) 622 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:29.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.431865+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:29.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.496940+0000 mon.b (mon.2) 623 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:29.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.499815+0000 mon.b (mon.2) 624 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:29.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.502415+0000 mon.b (mon.2) 625 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:29.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.503704+0000 mon.b (mon.2) 626 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:29.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.510066+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:29.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.574038+0000 mon.b (mon.2) 627 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:29.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.577220+0000 mon.b (mon.2) 628 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:29.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.580632+0000 mon.b (mon.2) 629 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:29.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.581925+0000 mon.b (mon.2) 630 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:29.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.592192+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:29.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.679439+0000 mon.b (mon.2) 631 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:29.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.683934+0000 mon.b (mon.2) 632 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:29.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.688192+0000 mon.b (mon.2) 633 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:29.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.689836+0000 mon.b (mon.2) 634 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:29.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:28 smithi111 bash[73591]: audit 2024-03-30T04:42:28.699828+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:29.134 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[53671]: ts=2024-03-30T04:42:28.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"172.21.15.117:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"smithi111:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:42:29.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: cephadm 2024-03-30T04:42:26.732741+0000 mgr.y (mgr.25441) 506 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:29.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: cluster 2024-03-30T04:42:26.800758+0000 mgr.y (mgr.25441) 507 : cluster [DBG] pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: cluster 2024-03-30T04:42:26.801321+0000 mgr.y (mgr.25441) 508 : cluster [DBG] pgmap v330: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: cephadm 2024-03-30T04:42:26.811164+0000 mgr.y (mgr.25441) 509 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:29.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: cluster 2024-03-30T04:42:26.892798+0000 mgr.y (mgr.25441) 510 : cluster [DBG] pgmap v331: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: cluster 2024-03-30T04:42:26.892980+0000 mgr.y (mgr.25441) 511 : cluster [DBG] pgmap v332: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: cephadm 2024-03-30T04:42:26.902742+0000 mgr.y (mgr.25441) 512 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:29.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: cluster 2024-03-30T04:42:26.969670+0000 mgr.y (mgr.25441) 513 : cluster [DBG] pgmap v333: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: cluster 2024-03-30T04:42:26.970151+0000 mgr.y (mgr.25441) 514 : cluster [DBG] pgmap v334: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: cephadm 2024-03-30T04:42:26.980362+0000 mgr.y (mgr.25441) 515 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:29.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: cluster 2024-03-30T04:42:27.047389+0000 mgr.y (mgr.25441) 516 : cluster [DBG] pgmap v335: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: cluster 2024-03-30T04:42:27.048025+0000 mgr.y (mgr.25441) 517 : cluster [DBG] pgmap v336: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: cephadm 2024-03-30T04:42:27.058508+0000 mgr.y (mgr.25441) 518 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:29.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: cluster 2024-03-30T04:42:27.122634+0000 mgr.y (mgr.25441) 519 : cluster [DBG] pgmap v337: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: cluster 2024-03-30T04:42:27.122806+0000 mgr.y (mgr.25441) 520 : cluster [DBG] pgmap v338: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: cephadm 2024-03-30T04:42:27.132591+0000 mgr.y (mgr.25441) 521 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:29.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: cluster 2024-03-30T04:42:27.196656+0000 mgr.y (mgr.25441) 522 : cluster [DBG] pgmap v339: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: cephadm 2024-03-30T04:42:27.204656+0000 mgr.y (mgr.25441) 523 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:29.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: cluster 2024-03-30T04:42:27.252845+0000 mgr.y (mgr.25441) 524 : cluster [DBG] pgmap v340: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: cluster 2024-03-30T04:42:27.253047+0000 mgr.y (mgr.25441) 525 : cluster [DBG] pgmap v341: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: cephadm 2024-03-30T04:42:27.260493+0000 mgr.y (mgr.25441) 526 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:29.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: cluster 2024-03-30T04:42:27.308503+0000 mgr.y (mgr.25441) 527 : cluster [DBG] pgmap v342: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: cluster 2024-03-30T04:42:27.308709+0000 mgr.y (mgr.25441) 528 : cluster [DBG] pgmap v343: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: cephadm 2024-03-30T04:42:27.316589+0000 mgr.y (mgr.25441) 529 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:29.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: cluster 2024-03-30T04:42:27.399382+0000 mgr.y (mgr.25441) 530 : cluster [DBG] pgmap v344: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: cluster 2024-03-30T04:42:27.399703+0000 mgr.y (mgr.25441) 531 : cluster [DBG] pgmap v345: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: cephadm 2024-03-30T04:42:27.407544+0000 mgr.y (mgr.25441) 532 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:29.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: cluster 2024-03-30T04:42:27.500615+0000 mgr.y (mgr.25441) 533 : cluster [DBG] pgmap v346: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: cluster 2024-03-30T04:42:27.500804+0000 mgr.y (mgr.25441) 534 : cluster [DBG] pgmap v347: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: cephadm 2024-03-30T04:42:27.509110+0000 mgr.y (mgr.25441) 535 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:29.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: cluster 2024-03-30T04:42:27.578863+0000 mgr.y (mgr.25441) 536 : cluster [DBG] pgmap v348: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: cluster 2024-03-30T04:42:27.579050+0000 mgr.y (mgr.25441) 537 : cluster [DBG] pgmap v349: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: cephadm 2024-03-30T04:42:27.586709+0000 mgr.y (mgr.25441) 538 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:29.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: cluster 2024-03-30T04:42:27.655955+0000 mgr.y (mgr.25441) 539 : cluster [DBG] pgmap v350: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: cluster 2024-03-30T04:42:27.656211+0000 mgr.y (mgr.25441) 540 : cluster [DBG] pgmap v351: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:29.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: cephadm 2024-03-30T04:42:27.664586+0000 mgr.y (mgr.25441) 541 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:29.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:27.725122+0000 mon.b (mon.2) 583 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:29.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:27.727681+0000 mon.b (mon.2) 584 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:29.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:27.729884+0000 mon.b (mon.2) 585 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:29.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:27.730950+0000 mon.b (mon.2) 586 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:29.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:27.739637+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:29.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:27.803225+0000 mon.b (mon.2) 587 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:29.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:27.806533+0000 mon.b (mon.2) 588 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:29.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:27.809678+0000 mon.b (mon.2) 589 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:29.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:27.810894+0000 mon.b (mon.2) 590 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:29.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:27.820605+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:29.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:27.880650+0000 mon.b (mon.2) 591 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:29.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:27.883345+0000 mon.b (mon.2) 592 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:29.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:27.885681+0000 mon.b (mon.2) 593 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:29.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:27.886874+0000 mon.b (mon.2) 594 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:29.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:27.893277+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:29.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:27.955837+0000 mon.b (mon.2) 595 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:29.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:27.958858+0000 mon.b (mon.2) 596 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:29.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:27.961649+0000 mon.b (mon.2) 597 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:29.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:27.962805+0000 mon.b (mon.2) 598 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:29.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:27.973640+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:29.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.055634+0000 mon.b (mon.2) 599 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:29.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.058362+0000 mon.b (mon.2) 600 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:29.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.060825+0000 mon.b (mon.2) 601 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:29.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.061919+0000 mon.b (mon.2) 602 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:29.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.069107+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:29.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.132063+0000 mon.b (mon.2) 603 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:29.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.134960+0000 mon.b (mon.2) 604 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:29.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.137344+0000 mon.b (mon.2) 605 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:29.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.138465+0000 mon.b (mon.2) 606 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:29.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.144406+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:29.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.206503+0000 mon.b (mon.2) 607 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:29.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.209159+0000 mon.b (mon.2) 608 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:29.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.211523+0000 mon.b (mon.2) 609 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:29.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.212549+0000 mon.b (mon.2) 610 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:29.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.219678+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:29.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.285872+0000 mon.b (mon.2) 611 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:29.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.288895+0000 mon.b (mon.2) 612 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:29.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.291617+0000 mon.b (mon.2) 613 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:29.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.293011+0000 mon.b (mon.2) 614 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:29.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.300186+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:29.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.350530+0000 mon.b (mon.2) 615 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:29.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.353561+0000 mon.b (mon.2) 616 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:29.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.356294+0000 mon.b (mon.2) 617 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:29.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.357606+0000 mon.b (mon.2) 618 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:29.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.365252+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:29.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.416373+0000 mon.b (mon.2) 619 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:29.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.419378+0000 mon.b (mon.2) 620 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:29.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.421971+0000 mon.b (mon.2) 621 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:29.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.423204+0000 mon.b (mon.2) 622 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:29.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.431865+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:29.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.496940+0000 mon.b (mon.2) 623 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:29.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.499815+0000 mon.b (mon.2) 624 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:29.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.502415+0000 mon.b (mon.2) 625 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:29.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.503704+0000 mon.b (mon.2) 626 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:29.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.510066+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:29.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.574038+0000 mon.b (mon.2) 627 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:29.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.577220+0000 mon.b (mon.2) 628 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:29.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.580632+0000 mon.b (mon.2) 629 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:29.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.581925+0000 mon.b (mon.2) 630 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:29.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.592192+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:29.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.679439+0000 mon.b (mon.2) 631 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:29.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.683934+0000 mon.b (mon.2) 632 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:29.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.688192+0000 mon.b (mon.2) 633 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:29.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.689836+0000 mon.b (mon.2) 634 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:29.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:28 smithi117 bash[18692]: audit 2024-03-30T04:42:28.699828+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: cluster 2024-03-30T04:42:27.732630+0000 mgr.y (mgr.25441) 542 : cluster [DBG] pgmap v352: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: cluster 2024-03-30T04:42:27.732884+0000 mgr.y (mgr.25441) 543 : cluster [DBG] pgmap v353: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: cephadm 2024-03-30T04:42:27.743009+0000 mgr.y (mgr.25441) 544 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:30.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: cluster 2024-03-30T04:42:27.812679+0000 mgr.y (mgr.25441) 545 : cluster [DBG] pgmap v354: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: cluster 2024-03-30T04:42:27.812909+0000 mgr.y (mgr.25441) 546 : cluster [DBG] pgmap v355: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: cephadm 2024-03-30T04:42:27.824135+0000 mgr.y (mgr.25441) 547 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:30.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: cluster 2024-03-30T04:42:27.888338+0000 mgr.y (mgr.25441) 548 : cluster [DBG] pgmap v356: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: cluster 2024-03-30T04:42:27.888595+0000 mgr.y (mgr.25441) 549 : cluster [DBG] pgmap v357: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: cephadm 2024-03-30T04:42:27.898577+0000 mgr.y (mgr.25441) 550 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:30.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: cluster 2024-03-30T04:42:27.964388+0000 mgr.y (mgr.25441) 551 : cluster [DBG] pgmap v358: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: cluster 2024-03-30T04:42:27.964633+0000 mgr.y (mgr.25441) 552 : cluster [DBG] pgmap v359: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: cephadm 2024-03-30T04:42:27.976730+0000 mgr.y (mgr.25441) 553 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:30.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: cluster 2024-03-30T04:42:28.063478+0000 mgr.y (mgr.25441) 554 : cluster [DBG] pgmap v360: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: cluster 2024-03-30T04:42:28.063679+0000 mgr.y (mgr.25441) 555 : cluster [DBG] pgmap v361: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: cephadm 2024-03-30T04:42:28.074279+0000 mgr.y (mgr.25441) 556 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:30.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: cluster 2024-03-30T04:42:28.139899+0000 mgr.y (mgr.25441) 557 : cluster [DBG] pgmap v362: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: cluster 2024-03-30T04:42:28.140176+0000 mgr.y (mgr.25441) 558 : cluster [DBG] pgmap v363: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: cephadm 2024-03-30T04:42:28.149905+0000 mgr.y (mgr.25441) 559 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:30.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: cluster 2024-03-30T04:42:28.213903+0000 mgr.y (mgr.25441) 560 : cluster [DBG] pgmap v364: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: cluster 2024-03-30T04:42:28.214092+0000 mgr.y (mgr.25441) 561 : cluster [DBG] pgmap v365: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: cluster 2024-03-30T04:42:27.732630+0000 mgr.y (mgr.25441) 542 : cluster [DBG] pgmap v352: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: cluster 2024-03-30T04:42:27.732884+0000 mgr.y (mgr.25441) 543 : cluster [DBG] pgmap v353: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: cephadm 2024-03-30T04:42:27.743009+0000 mgr.y (mgr.25441) 544 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:30.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: cluster 2024-03-30T04:42:27.812679+0000 mgr.y (mgr.25441) 545 : cluster [DBG] pgmap v354: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: cluster 2024-03-30T04:42:27.812909+0000 mgr.y (mgr.25441) 546 : cluster [DBG] pgmap v355: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: cephadm 2024-03-30T04:42:27.824135+0000 mgr.y (mgr.25441) 547 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:30.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: cluster 2024-03-30T04:42:27.888338+0000 mgr.y (mgr.25441) 548 : cluster [DBG] pgmap v356: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: cluster 2024-03-30T04:42:27.888595+0000 mgr.y (mgr.25441) 549 : cluster [DBG] pgmap v357: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: cephadm 2024-03-30T04:42:27.898577+0000 mgr.y (mgr.25441) 550 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:30.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: cluster 2024-03-30T04:42:27.964388+0000 mgr.y (mgr.25441) 551 : cluster [DBG] pgmap v358: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: cluster 2024-03-30T04:42:27.964633+0000 mgr.y (mgr.25441) 552 : cluster [DBG] pgmap v359: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: cephadm 2024-03-30T04:42:27.976730+0000 mgr.y (mgr.25441) 553 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:30.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: cluster 2024-03-30T04:42:28.063478+0000 mgr.y (mgr.25441) 554 : cluster [DBG] pgmap v360: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: cluster 2024-03-30T04:42:28.063679+0000 mgr.y (mgr.25441) 555 : cluster [DBG] pgmap v361: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: cephadm 2024-03-30T04:42:28.074279+0000 mgr.y (mgr.25441) 556 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:30.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: cluster 2024-03-30T04:42:28.139899+0000 mgr.y (mgr.25441) 557 : cluster [DBG] pgmap v362: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: cluster 2024-03-30T04:42:28.140176+0000 mgr.y (mgr.25441) 558 : cluster [DBG] pgmap v363: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: cephadm 2024-03-30T04:42:28.149905+0000 mgr.y (mgr.25441) 559 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:30.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: cluster 2024-03-30T04:42:28.213903+0000 mgr.y (mgr.25441) 560 : cluster [DBG] pgmap v364: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: cluster 2024-03-30T04:42:28.214092+0000 mgr.y (mgr.25441) 561 : cluster [DBG] pgmap v365: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: cephadm 2024-03-30T04:42:28.224803+0000 mgr.y (mgr.25441) 562 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:30.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: cluster 2024-03-30T04:42:28.294668+0000 mgr.y (mgr.25441) 563 : cluster [DBG] pgmap v366: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: cluster 2024-03-30T04:42:28.294906+0000 mgr.y (mgr.25441) 564 : cluster [DBG] pgmap v367: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: cephadm 2024-03-30T04:42:28.305257+0000 mgr.y (mgr.25441) 565 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:30.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: cluster 2024-03-30T04:42:28.359343+0000 mgr.y (mgr.25441) 566 : cluster [DBG] pgmap v368: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: cluster 2024-03-30T04:42:28.359528+0000 mgr.y (mgr.25441) 567 : cluster [DBG] pgmap v369: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: cephadm 2024-03-30T04:42:28.370918+0000 mgr.y (mgr.25441) 568 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:30.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: cluster 2024-03-30T04:42:28.424928+0000 mgr.y (mgr.25441) 569 : cluster [DBG] pgmap v370: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: cluster 2024-03-30T04:42:28.425150+0000 mgr.y (mgr.25441) 570 : cluster [DBG] pgmap v371: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: cephadm 2024-03-30T04:42:28.435489+0000 mgr.y (mgr.25441) 571 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:30.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: cluster 2024-03-30T04:42:28.505250+0000 mgr.y (mgr.25441) 572 : cluster [DBG] pgmap v372: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: cluster 2024-03-30T04:42:28.505492+0000 mgr.y (mgr.25441) 573 : cluster [DBG] pgmap v373: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: cephadm 2024-03-30T04:42:28.515699+0000 mgr.y (mgr.25441) 574 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:30.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: cluster 2024-03-30T04:42:28.584120+0000 mgr.y (mgr.25441) 575 : cluster [DBG] pgmap v374: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: cluster 2024-03-30T04:42:28.584630+0000 mgr.y (mgr.25441) 576 : cluster [DBG] pgmap v375: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: cephadm 2024-03-30T04:42:28.595774+0000 mgr.y (mgr.25441) 577 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:30.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: cluster 2024-03-30T04:42:28.692109+0000 mgr.y (mgr.25441) 578 : cluster [DBG] pgmap v376: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: cluster 2024-03-30T04:42:28.692559+0000 mgr.y (mgr.25441) 579 : cluster [DBG] pgmap v377: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: cephadm 2024-03-30T04:42:28.703596+0000 mgr.y (mgr.25441) 580 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:30.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:28.793579+0000 mon.b (mon.2) 635 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:30.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:28.798427+0000 mon.b (mon.2) 636 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:30.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:28.802265+0000 mon.b (mon.2) 637 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:30.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:28.803871+0000 mon.b (mon.2) 638 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:30.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:28.814615+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:28.894746+0000 mon.b (mon.2) 639 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:30.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:28.898218+0000 mon.b (mon.2) 640 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:30.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:28.902406+0000 mon.b (mon.2) 641 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:30.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:28.903815+0000 mon.b (mon.2) 642 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:30.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:28.913162+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.005336+0000 mon.b (mon.2) 643 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:30.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.009949+0000 mon.b (mon.2) 644 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:30.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.013850+0000 mon.b (mon.2) 645 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:30.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.015384+0000 mon.b (mon.2) 646 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:30.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.026623+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.105292+0000 mon.b (mon.2) 647 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:30.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.108389+0000 mon.b (mon.2) 648 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:30.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.111245+0000 mon.b (mon.2) 649 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:30.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.112437+0000 mon.b (mon.2) 650 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:30.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.120525+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.180164+0000 mon.b (mon.2) 651 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:30.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.182818+0000 mon.b (mon.2) 652 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:30.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: cephadm 2024-03-30T04:42:28.224803+0000 mgr.y (mgr.25441) 562 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:30.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: cluster 2024-03-30T04:42:28.294668+0000 mgr.y (mgr.25441) 563 : cluster [DBG] pgmap v366: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: cluster 2024-03-30T04:42:28.294906+0000 mgr.y (mgr.25441) 564 : cluster [DBG] pgmap v367: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: cephadm 2024-03-30T04:42:28.305257+0000 mgr.y (mgr.25441) 565 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:30.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: cluster 2024-03-30T04:42:28.359343+0000 mgr.y (mgr.25441) 566 : cluster [DBG] pgmap v368: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: cluster 2024-03-30T04:42:28.359528+0000 mgr.y (mgr.25441) 567 : cluster [DBG] pgmap v369: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: cephadm 2024-03-30T04:42:28.370918+0000 mgr.y (mgr.25441) 568 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:30.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: cluster 2024-03-30T04:42:28.424928+0000 mgr.y (mgr.25441) 569 : cluster [DBG] pgmap v370: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: cluster 2024-03-30T04:42:28.425150+0000 mgr.y (mgr.25441) 570 : cluster [DBG] pgmap v371: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: cephadm 2024-03-30T04:42:28.435489+0000 mgr.y (mgr.25441) 571 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:30.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: cluster 2024-03-30T04:42:28.505250+0000 mgr.y (mgr.25441) 572 : cluster [DBG] pgmap v372: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: cluster 2024-03-30T04:42:28.505492+0000 mgr.y (mgr.25441) 573 : cluster [DBG] pgmap v373: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: cephadm 2024-03-30T04:42:28.515699+0000 mgr.y (mgr.25441) 574 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:30.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: cluster 2024-03-30T04:42:28.584120+0000 mgr.y (mgr.25441) 575 : cluster [DBG] pgmap v374: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: cluster 2024-03-30T04:42:28.584630+0000 mgr.y (mgr.25441) 576 : cluster [DBG] pgmap v375: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: cephadm 2024-03-30T04:42:28.595774+0000 mgr.y (mgr.25441) 577 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:30.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: cluster 2024-03-30T04:42:28.692109+0000 mgr.y (mgr.25441) 578 : cluster [DBG] pgmap v376: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: cluster 2024-03-30T04:42:28.692559+0000 mgr.y (mgr.25441) 579 : cluster [DBG] pgmap v377: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: cephadm 2024-03-30T04:42:28.703596+0000 mgr.y (mgr.25441) 580 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:30.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:28.793579+0000 mon.b (mon.2) 635 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:30.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:28.798427+0000 mon.b (mon.2) 636 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:30.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.185837+0000 mon.b (mon.2) 653 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:30.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.186917+0000 mon.b (mon.2) 654 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:30.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.194117+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.257249+0000 mon.b (mon.2) 655 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:30.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.259964+0000 mon.b (mon.2) 656 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:30.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.262336+0000 mon.b (mon.2) 657 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:30.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.263273+0000 mon.b (mon.2) 658 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:30.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.270645+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.313114+0000 mon.b (mon.2) 659 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:30.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.315872+0000 mon.b (mon.2) 660 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:30.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.318439+0000 mon.b (mon.2) 661 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:30.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.319453+0000 mon.b (mon.2) 662 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:30.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.326534+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.343936+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.354462+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.366159+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.387941+0000 mon.b (mon.2) 663 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:30.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.390561+0000 mon.b (mon.2) 664 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:30.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.392935+0000 mon.b (mon.2) 665 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:30.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.393789+0000 mon.b (mon.2) 666 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:30.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:28.802265+0000 mon.b (mon.2) 637 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:30.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:28.803871+0000 mon.b (mon.2) 638 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:30.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:28.814615+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:28.894746+0000 mon.b (mon.2) 639 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:30.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:28.898218+0000 mon.b (mon.2) 640 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:30.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:28.902406+0000 mon.b (mon.2) 641 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:30.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:28.903815+0000 mon.b (mon.2) 642 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:30.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:28.913162+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.005336+0000 mon.b (mon.2) 643 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:30.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.009949+0000 mon.b (mon.2) 644 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:30.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.013850+0000 mon.b (mon.2) 645 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:30.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.015384+0000 mon.b (mon.2) 646 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:30.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.026623+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.105292+0000 mon.b (mon.2) 647 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:30.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.108389+0000 mon.b (mon.2) 648 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:30.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.111245+0000 mon.b (mon.2) 649 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:30.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.112437+0000 mon.b (mon.2) 650 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:30.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.120525+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.180164+0000 mon.b (mon.2) 651 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:30.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.182818+0000 mon.b (mon.2) 652 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:30.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.400419+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.478074+0000 mon.b (mon.2) 667 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:30.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.481710+0000 mon.b (mon.2) 668 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:30.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.484707+0000 mon.b (mon.2) 669 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:30.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.485941+0000 mon.b (mon.2) 670 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:30.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.493284+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.557937+0000 mon.b (mon.2) 671 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:30.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.562163+0000 mon.b (mon.2) 672 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:30.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.565550+0000 mon.b (mon.2) 673 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:30.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.566972+0000 mon.b (mon.2) 674 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:30.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.575291+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.652603+0000 mon.b (mon.2) 675 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:30.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.655167+0000 mon.b (mon.2) 676 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:30.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.657538+0000 mon.b (mon.2) 677 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:30.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.658450+0000 mon.b (mon.2) 678 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:30.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.666033+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.707680+0000 mon.b (mon.2) 679 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:30.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.709800+0000 mon.b (mon.2) 680 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:30.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.711730+0000 mon.b (mon.2) 681 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:30.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.712412+0000 mon.b (mon.2) 682 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:30.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[70954]: audit 2024-03-30T04:42:29.718706+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.185837+0000 mon.b (mon.2) 653 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:30.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.186917+0000 mon.b (mon.2) 654 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:30.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.194117+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.257249+0000 mon.b (mon.2) 655 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:30.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.259964+0000 mon.b (mon.2) 656 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:30.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.262336+0000 mon.b (mon.2) 657 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:30.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.263273+0000 mon.b (mon.2) 658 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:30.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.270645+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.313114+0000 mon.b (mon.2) 659 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:30.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.315872+0000 mon.b (mon.2) 660 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:30.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.318439+0000 mon.b (mon.2) 661 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:30.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.319453+0000 mon.b (mon.2) 662 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:30.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.326534+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.343936+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.354462+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.366159+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.387941+0000 mon.b (mon.2) 663 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:30.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.390561+0000 mon.b (mon.2) 664 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:30.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.392935+0000 mon.b (mon.2) 665 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:30.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.393789+0000 mon.b (mon.2) 666 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:30.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.400419+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.478074+0000 mon.b (mon.2) 667 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:30.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.481710+0000 mon.b (mon.2) 668 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:30.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.484707+0000 mon.b (mon.2) 669 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:30.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.485941+0000 mon.b (mon.2) 670 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:30.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.493284+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.557937+0000 mon.b (mon.2) 671 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:30.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.562163+0000 mon.b (mon.2) 672 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:30.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.565550+0000 mon.b (mon.2) 673 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:30.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.566972+0000 mon.b (mon.2) 674 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:30.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.575291+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.652603+0000 mon.b (mon.2) 675 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:30.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.655167+0000 mon.b (mon.2) 676 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:30.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.657538+0000 mon.b (mon.2) 677 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:30.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.658450+0000 mon.b (mon.2) 678 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:30.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.666033+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.707680+0000 mon.b (mon.2) 679 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:30.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.709800+0000 mon.b (mon.2) 680 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:30.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.711730+0000 mon.b (mon.2) 681 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:30.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.712412+0000 mon.b (mon.2) 682 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:30.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:29 smithi111 bash[73591]: audit 2024-03-30T04:42:29.718706+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.134 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:42:29 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Scheduled restart job, restart counter is at 12. 2024-03-30T04:42:30.134 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:42:29 smithi117 systemd[1]: Stopped Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:30.134 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:42:29 smithi117 systemd[1]: Started Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:30.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: cluster 2024-03-30T04:42:27.732630+0000 mgr.y (mgr.25441) 542 : cluster [DBG] pgmap v352: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: cluster 2024-03-30T04:42:27.732884+0000 mgr.y (mgr.25441) 543 : cluster [DBG] pgmap v353: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: cephadm 2024-03-30T04:42:27.743009+0000 mgr.y (mgr.25441) 544 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:30.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: cluster 2024-03-30T04:42:27.812679+0000 mgr.y (mgr.25441) 545 : cluster [DBG] pgmap v354: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: cluster 2024-03-30T04:42:27.812909+0000 mgr.y (mgr.25441) 546 : cluster [DBG] pgmap v355: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: cephadm 2024-03-30T04:42:27.824135+0000 mgr.y (mgr.25441) 547 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:30.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: cluster 2024-03-30T04:42:27.888338+0000 mgr.y (mgr.25441) 548 : cluster [DBG] pgmap v356: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: cluster 2024-03-30T04:42:27.888595+0000 mgr.y (mgr.25441) 549 : cluster [DBG] pgmap v357: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: cephadm 2024-03-30T04:42:27.898577+0000 mgr.y (mgr.25441) 550 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:30.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: cluster 2024-03-30T04:42:27.964388+0000 mgr.y (mgr.25441) 551 : cluster [DBG] pgmap v358: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: cluster 2024-03-30T04:42:27.964633+0000 mgr.y (mgr.25441) 552 : cluster [DBG] pgmap v359: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: cephadm 2024-03-30T04:42:27.976730+0000 mgr.y (mgr.25441) 553 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:30.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: cluster 2024-03-30T04:42:28.063478+0000 mgr.y (mgr.25441) 554 : cluster [DBG] pgmap v360: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: cluster 2024-03-30T04:42:28.063679+0000 mgr.y (mgr.25441) 555 : cluster [DBG] pgmap v361: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: cephadm 2024-03-30T04:42:28.074279+0000 mgr.y (mgr.25441) 556 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:30.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: cluster 2024-03-30T04:42:28.139899+0000 mgr.y (mgr.25441) 557 : cluster [DBG] pgmap v362: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: cluster 2024-03-30T04:42:28.140176+0000 mgr.y (mgr.25441) 558 : cluster [DBG] pgmap v363: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: cephadm 2024-03-30T04:42:28.149905+0000 mgr.y (mgr.25441) 559 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:30.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: cluster 2024-03-30T04:42:28.213903+0000 mgr.y (mgr.25441) 560 : cluster [DBG] pgmap v364: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: cluster 2024-03-30T04:42:28.214092+0000 mgr.y (mgr.25441) 561 : cluster [DBG] pgmap v365: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: cephadm 2024-03-30T04:42:28.224803+0000 mgr.y (mgr.25441) 562 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:30.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: cluster 2024-03-30T04:42:28.294668+0000 mgr.y (mgr.25441) 563 : cluster [DBG] pgmap v366: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: cluster 2024-03-30T04:42:28.294906+0000 mgr.y (mgr.25441) 564 : cluster [DBG] pgmap v367: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: cephadm 2024-03-30T04:42:28.305257+0000 mgr.y (mgr.25441) 565 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:30.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: cluster 2024-03-30T04:42:28.359343+0000 mgr.y (mgr.25441) 566 : cluster [DBG] pgmap v368: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: cluster 2024-03-30T04:42:28.359528+0000 mgr.y (mgr.25441) 567 : cluster [DBG] pgmap v369: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: cephadm 2024-03-30T04:42:28.370918+0000 mgr.y (mgr.25441) 568 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:30.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: cluster 2024-03-30T04:42:28.424928+0000 mgr.y (mgr.25441) 569 : cluster [DBG] pgmap v370: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: cluster 2024-03-30T04:42:28.425150+0000 mgr.y (mgr.25441) 570 : cluster [DBG] pgmap v371: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: cephadm 2024-03-30T04:42:28.435489+0000 mgr.y (mgr.25441) 571 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:30.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: cluster 2024-03-30T04:42:28.505250+0000 mgr.y (mgr.25441) 572 : cluster [DBG] pgmap v372: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: cluster 2024-03-30T04:42:28.505492+0000 mgr.y (mgr.25441) 573 : cluster [DBG] pgmap v373: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: cephadm 2024-03-30T04:42:28.515699+0000 mgr.y (mgr.25441) 574 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:30.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: cluster 2024-03-30T04:42:28.584120+0000 mgr.y (mgr.25441) 575 : cluster [DBG] pgmap v374: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: cluster 2024-03-30T04:42:28.584630+0000 mgr.y (mgr.25441) 576 : cluster [DBG] pgmap v375: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: cephadm 2024-03-30T04:42:28.595774+0000 mgr.y (mgr.25441) 577 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:30.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: cluster 2024-03-30T04:42:28.692109+0000 mgr.y (mgr.25441) 578 : cluster [DBG] pgmap v376: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: cluster 2024-03-30T04:42:28.692559+0000 mgr.y (mgr.25441) 579 : cluster [DBG] pgmap v377: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:30.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: cephadm 2024-03-30T04:42:28.703596+0000 mgr.y (mgr.25441) 580 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:30.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:28.793579+0000 mon.b (mon.2) 635 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:30.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:28.798427+0000 mon.b (mon.2) 636 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:30.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:28.802265+0000 mon.b (mon.2) 637 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:30.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:28.803871+0000 mon.b (mon.2) 638 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:30.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:28.814615+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:28.894746+0000 mon.b (mon.2) 639 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:30.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:28.898218+0000 mon.b (mon.2) 640 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:30.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:28.902406+0000 mon.b (mon.2) 641 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:30.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:28.903815+0000 mon.b (mon.2) 642 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:30.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:28.913162+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.005336+0000 mon.b (mon.2) 643 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:30.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.009949+0000 mon.b (mon.2) 644 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:30.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.013850+0000 mon.b (mon.2) 645 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:30.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.015384+0000 mon.b (mon.2) 646 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:30.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.026623+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.105292+0000 mon.b (mon.2) 647 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:30.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.108389+0000 mon.b (mon.2) 648 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:30.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.111245+0000 mon.b (mon.2) 649 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:30.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.112437+0000 mon.b (mon.2) 650 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:30.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.120525+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.180164+0000 mon.b (mon.2) 651 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:30.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.182818+0000 mon.b (mon.2) 652 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:30.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.185837+0000 mon.b (mon.2) 653 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:30.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.186917+0000 mon.b (mon.2) 654 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:30.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.194117+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.257249+0000 mon.b (mon.2) 655 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:30.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.259964+0000 mon.b (mon.2) 656 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:30.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.262336+0000 mon.b (mon.2) 657 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:30.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.263273+0000 mon.b (mon.2) 658 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:30.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.270645+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.313114+0000 mon.b (mon.2) 659 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:30.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.315872+0000 mon.b (mon.2) 660 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:30.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.318439+0000 mon.b (mon.2) 661 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:30.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.319453+0000 mon.b (mon.2) 662 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:30.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.326534+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.343936+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.354462+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.366159+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.387941+0000 mon.b (mon.2) 663 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:30.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.390561+0000 mon.b (mon.2) 664 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:30.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.392935+0000 mon.b (mon.2) 665 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:30.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.393789+0000 mon.b (mon.2) 666 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:30.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.400419+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.478074+0000 mon.b (mon.2) 667 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:30.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.481710+0000 mon.b (mon.2) 668 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:30.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.484707+0000 mon.b (mon.2) 669 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:30.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.485941+0000 mon.b (mon.2) 670 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:30.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.493284+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.557937+0000 mon.b (mon.2) 671 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:30.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.562163+0000 mon.b (mon.2) 672 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:30.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.565550+0000 mon.b (mon.2) 673 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:30.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.566972+0000 mon.b (mon.2) 674 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:30.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.575291+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.652603+0000 mon.b (mon.2) 675 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:30.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.655167+0000 mon.b (mon.2) 676 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:30.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.657538+0000 mon.b (mon.2) 677 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:30.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.658450+0000 mon.b (mon.2) 678 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:30.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.666033+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.707680+0000 mon.b (mon.2) 679 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:30.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.709800+0000 mon.b (mon.2) 680 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:30.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.711730+0000 mon.b (mon.2) 681 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:30.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.712412+0000 mon.b (mon.2) 682 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:30.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:29 smithi117 bash[18692]: audit 2024-03-30T04:42:29.718706+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:30.998 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[61693]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:42:30.998 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[61693]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:42:31.000 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:28.806868+0000 mgr.y (mgr.25441) 581 : cluster [DBG] pgmap v378: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.000 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:28.807614+0000 mgr.y (mgr.25441) 582 : cluster [DBG] pgmap v379: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.000 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cephadm 2024-03-30T04:42:28.817809+0000 mgr.y (mgr.25441) 583 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.000 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:28.905976+0000 mgr.y (mgr.25441) 584 : cluster [DBG] pgmap v380: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.000 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:28.906704+0000 mgr.y (mgr.25441) 585 : cluster [DBG] pgmap v381: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.000 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cephadm 2024-03-30T04:42:28.916332+0000 mgr.y (mgr.25441) 586 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.000 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:29.018100+0000 mgr.y (mgr.25441) 587 : cluster [DBG] pgmap v382: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.000 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:29.018786+0000 mgr.y (mgr.25441) 588 : cluster [DBG] pgmap v383: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.000 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cephadm 2024-03-30T04:42:29.029093+0000 mgr.y (mgr.25441) 589 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.000 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:29.114116+0000 mgr.y (mgr.25441) 590 : cluster [DBG] pgmap v384: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.000 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:29.114412+0000 mgr.y (mgr.25441) 591 : cluster [DBG] pgmap v385: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.000 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cephadm 2024-03-30T04:42:29.122973+0000 mgr.y (mgr.25441) 592 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.001 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:29.188531+0000 mgr.y (mgr.25441) 593 : cluster [DBG] pgmap v386: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.001 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:29.188740+0000 mgr.y (mgr.25441) 594 : cluster [DBG] pgmap v387: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.001 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cephadm 2024-03-30T04:42:29.198821+0000 mgr.y (mgr.25441) 595 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.001 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:29.264903+0000 mgr.y (mgr.25441) 596 : cluster [DBG] pgmap v388: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.001 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:29.265423+0000 mgr.y (mgr.25441) 597 : cluster [DBG] pgmap v389: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.001 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cephadm 2024-03-30T04:42:29.272747+0000 mgr.y (mgr.25441) 598 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.001 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:29.320896+0000 mgr.y (mgr.25441) 599 : cluster [DBG] pgmap v390: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.001 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:29.321143+0000 mgr.y (mgr.25441) 600 : cluster [DBG] pgmap v391: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.001 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cephadm 2024-03-30T04:42:29.328643+0000 mgr.y (mgr.25441) 601 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.001 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:29.358168+0000 mgr.y (mgr.25441) 602 : cluster [DBG] pgmap v392: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.001 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:29.358399+0000 mgr.y (mgr.25441) 603 : cluster [DBG] pgmap v393: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.001 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:29.395076+0000 mgr.y (mgr.25441) 604 : cluster [DBG] pgmap v394: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.001 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:29.395289+0000 mgr.y (mgr.25441) 605 : cluster [DBG] pgmap v395: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.001 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cephadm 2024-03-30T04:42:29.403748+0000 mgr.y (mgr.25441) 606 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.001 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:29.487808+0000 mgr.y (mgr.25441) 607 : cluster [DBG] pgmap v396: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.002 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:29.488063+0000 mgr.y (mgr.25441) 608 : cluster [DBG] pgmap v397: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.002 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cephadm 2024-03-30T04:42:29.497317+0000 mgr.y (mgr.25441) 609 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.002 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:29.569424+0000 mgr.y (mgr.25441) 610 : cluster [DBG] pgmap v398: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.002 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:29.570053+0000 mgr.y (mgr.25441) 611 : cluster [DBG] pgmap v399: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.002 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cephadm 2024-03-30T04:42:29.578674+0000 mgr.y (mgr.25441) 612 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.002 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:29.659815+0000 mgr.y (mgr.25441) 613 : cluster [DBG] pgmap v400: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.002 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:29.660020+0000 mgr.y (mgr.25441) 614 : cluster [DBG] pgmap v401: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.002 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cephadm 2024-03-30T04:42:29.666879+0000 mgr.y (mgr.25441) 615 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.002 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:29.713659+0000 mgr.y (mgr.25441) 616 : cluster [DBG] pgmap v402: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.002 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:29.713874+0000 mgr.y (mgr.25441) 617 : cluster [DBG] pgmap v403: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.002 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cephadm 2024-03-30T04:42:29.719870+0000 mgr.y (mgr.25441) 618 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.002 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:29.777251+0000 mon.b (mon.2) 683 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:31.002 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:29.779891+0000 mon.b (mon.2) 684 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.003 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:29.782384+0000 mon.b (mon.2) 685 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:31.003 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:29.783638+0000 mon.b (mon.2) 686 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:31.003 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:29.785214+0000 mgr.y (mgr.25441) 619 : cluster [DBG] pgmap v404: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.003 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:29.785455+0000 mgr.y (mgr.25441) 620 : cluster [DBG] pgmap v405: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.003 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:29.790936+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.003 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cephadm 2024-03-30T04:42:29.791646+0000 mgr.y (mgr.25441) 621 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.003 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:29.832400+0000 mon.b (mon.2) 687 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:31.003 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:29.834889+0000 mon.b (mon.2) 688 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.003 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:29.837277+0000 mon.b (mon.2) 689 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:31.003 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:29.838207+0000 mon.b (mon.2) 690 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:31.003 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:29.839783+0000 mgr.y (mgr.25441) 622 : cluster [DBG] pgmap v406: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.003 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:29.839985+0000 mgr.y (mgr.25441) 623 : cluster [DBG] pgmap v407: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.003 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:29.844604+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.003 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cephadm 2024-03-30T04:42:29.846485+0000 mgr.y (mgr.25441) 624 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.003 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:29.908366+0000 mon.b (mon.2) 691 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:31.004 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:29.911194+0000 mon.b (mon.2) 692 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.004 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:29.913737+0000 mon.b (mon.2) 693 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:31.004 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:29.915103+0000 mon.b (mon.2) 694 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:31.004 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:29.916824+0000 mgr.y (mgr.25441) 625 : cluster [DBG] pgmap v408: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.004 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:29.917018+0000 mgr.y (mgr.25441) 626 : cluster [DBG] pgmap v409: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.004 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:29.923297+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.004 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cephadm 2024-03-30T04:42:29.925768+0000 mgr.y (mgr.25441) 627 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.004 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:29.973265+0000 mon.b (mon.2) 695 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:31.004 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:29.976392+0000 mon.b (mon.2) 696 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.004 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:29.978962+0000 mon.b (mon.2) 697 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:31.004 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:29.980135+0000 mon.b (mon.2) 698 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:31.004 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:29.981664+0000 mgr.y (mgr.25441) 628 : cluster [DBG] pgmap v410: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.004 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:29.981914+0000 mgr.y (mgr.25441) 629 : cluster [DBG] pgmap v411: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.004 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:29.987691+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.004 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cephadm 2024-03-30T04:42:29.990371+0000 mgr.y (mgr.25441) 630 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.005 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.047037+0000 mon.b (mon.2) 699 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:31.005 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.049818+0000 mon.b (mon.2) 700 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.005 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.052709+0000 mon.b (mon.2) 701 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:31.005 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.054461+0000 mon.b (mon.2) 702 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:31.005 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:30.056227+0000 mgr.y (mgr.25441) 631 : cluster [DBG] pgmap v412: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.005 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:30.056497+0000 mgr.y (mgr.25441) 632 : cluster [DBG] pgmap v413: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.005 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.061289+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.005 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cephadm 2024-03-30T04:42:30.064690+0000 mgr.y (mgr.25441) 633 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.005 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.123872+0000 mon.b (mon.2) 703 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:31.005 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.126841+0000 mon.b (mon.2) 704 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.005 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.129379+0000 mon.b (mon.2) 705 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:31.005 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.130798+0000 mon.b (mon.2) 706 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:31.005 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:30.133998+0000 mgr.y (mgr.25441) 634 : cluster [DBG] pgmap v414: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.005 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:30.134276+0000 mgr.y (mgr.25441) 635 : cluster [DBG] pgmap v415: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.006 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.139349+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.006 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cephadm 2024-03-30T04:42:30.143990+0000 mgr.y (mgr.25441) 636 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.006 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.208217+0000 mon.b (mon.2) 707 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:31.006 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.211211+0000 mon.b (mon.2) 708 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.006 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.214886+0000 mon.b (mon.2) 709 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:31.006 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.216058+0000 mon.b (mon.2) 710 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:31.006 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:30.217797+0000 mgr.y (mgr.25441) 637 : cluster [DBG] pgmap v416: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.006 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:30.218313+0000 mgr.y (mgr.25441) 638 : cluster [DBG] pgmap v417: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.006 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.223684+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.006 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cephadm 2024-03-30T04:42:30.225072+0000 mgr.y (mgr.25441) 639 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.006 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.242577+0000 mon.b (mon.2) 711 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:42:31.006 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.330170+0000 mon.b (mon.2) 712 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:31.006 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.333333+0000 mon.b (mon.2) 713 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.006 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.336084+0000 mon.b (mon.2) 714 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:31.007 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.337356+0000 mon.b (mon.2) 715 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:31.007 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:30.338987+0000 mgr.y (mgr.25441) 640 : cluster [DBG] pgmap v418: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.007 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:30.339194+0000 mgr.y (mgr.25441) 641 : cluster [DBG] pgmap v419: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.007 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.345938+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.007 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cephadm 2024-03-30T04:42:30.347013+0000 mgr.y (mgr.25441) 642 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.007 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.424913+0000 mon.b (mon.2) 716 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:31.007 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.427662+0000 mon.b (mon.2) 717 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.007 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.429897+0000 mon.b (mon.2) 718 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:31.007 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.431016+0000 mon.b (mon.2) 719 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:31.007 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:30.432550+0000 mgr.y (mgr.25441) 643 : cluster [DBG] pgmap v420: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.007 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:30.432793+0000 mgr.y (mgr.25441) 644 : cluster [DBG] pgmap v421: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.007 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.438564+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.007 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cephadm 2024-03-30T04:42:30.441219+0000 mgr.y (mgr.25441) 645 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.007 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.501919+0000 mon.b (mon.2) 720 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:31.008 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.504767+0000 mon.b (mon.2) 721 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.008 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.507311+0000 mon.b (mon.2) 722 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:31.008 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.508482+0000 mon.b (mon.2) 723 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:31.008 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:30.509880+0000 mgr.y (mgr.25441) 646 : cluster [DBG] pgmap v422: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.008 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:30.510077+0000 mgr.y (mgr.25441) 647 : cluster [DBG] pgmap v423: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.008 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.514769+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.008 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cephadm 2024-03-30T04:42:30.518461+0000 mgr.y (mgr.25441) 648 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.008 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.564865+0000 mon.b (mon.2) 724 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:31.008 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.568169+0000 mon.b (mon.2) 725 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.008 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.571348+0000 mon.b (mon.2) 726 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:31.008 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.572695+0000 mon.b (mon.2) 727 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:31.008 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:30.574441+0000 mgr.y (mgr.25441) 649 : cluster [DBG] pgmap v424: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.008 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:30.574648+0000 mgr.y (mgr.25441) 650 : cluster [DBG] pgmap v425: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.008 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.579427+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.009 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cephadm 2024-03-30T04:42:30.582942+0000 mgr.y (mgr.25441) 651 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.009 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.640125+0000 mon.b (mon.2) 728 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:31.009 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.643259+0000 mon.b (mon.2) 729 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.009 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.645864+0000 mon.b (mon.2) 730 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:31.009 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.646987+0000 mon.b (mon.2) 731 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:31.009 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:30.648582+0000 mgr.y (mgr.25441) 652 : cluster [DBG] pgmap v426: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.009 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:30.648878+0000 mgr.y (mgr.25441) 653 : cluster [DBG] pgmap v427: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.009 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.654606+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.009 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cephadm 2024-03-30T04:42:30.656973+0000 mgr.y (mgr.25441) 654 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.009 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.690716+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.009 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.702493+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.009 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:30.706400+0000 mgr.y (mgr.25441) 655 : cluster [DBG] pgmap v428: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.009 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cluster 2024-03-30T04:42:30.706589+0000 mgr.y (mgr.25441) 656 : cluster [DBG] pgmap v429: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.009 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.713433+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.009 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.718140+0000 mon.b (mon.2) 732 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:31.010 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.720629+0000 mon.b (mon.2) 733 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.010 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.722300+0000 mon.b (mon.2) 734 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-30T04:42:31.010 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: audit 2024-03-30T04:42:30.723454+0000 mon.b (mon.2) 735 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-03-30T04:42:31.010 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:30 smithi117 bash[18692]: cephadm 2024-03-30T04:42:30.724036+0000 mgr.y (mgr.25441) 657 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-03-30T04:42:31.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:28.806868+0000 mgr.y (mgr.25441) 581 : cluster [DBG] pgmap v378: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:28.807614+0000 mgr.y (mgr.25441) 582 : cluster [DBG] pgmap v379: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cephadm 2024-03-30T04:42:28.817809+0000 mgr.y (mgr.25441) 583 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:28.905976+0000 mgr.y (mgr.25441) 584 : cluster [DBG] pgmap v380: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:28.906704+0000 mgr.y (mgr.25441) 585 : cluster [DBG] pgmap v381: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cephadm 2024-03-30T04:42:28.916332+0000 mgr.y (mgr.25441) 586 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:29.018100+0000 mgr.y (mgr.25441) 587 : cluster [DBG] pgmap v382: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:29.018786+0000 mgr.y (mgr.25441) 588 : cluster [DBG] pgmap v383: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cephadm 2024-03-30T04:42:29.029093+0000 mgr.y (mgr.25441) 589 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:29.114116+0000 mgr.y (mgr.25441) 590 : cluster [DBG] pgmap v384: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:29.114412+0000 mgr.y (mgr.25441) 591 : cluster [DBG] pgmap v385: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cephadm 2024-03-30T04:42:29.122973+0000 mgr.y (mgr.25441) 592 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:29.188531+0000 mgr.y (mgr.25441) 593 : cluster [DBG] pgmap v386: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:29.188740+0000 mgr.y (mgr.25441) 594 : cluster [DBG] pgmap v387: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cephadm 2024-03-30T04:42:29.198821+0000 mgr.y (mgr.25441) 595 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:29.264903+0000 mgr.y (mgr.25441) 596 : cluster [DBG] pgmap v388: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:29.265423+0000 mgr.y (mgr.25441) 597 : cluster [DBG] pgmap v389: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cephadm 2024-03-30T04:42:29.272747+0000 mgr.y (mgr.25441) 598 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:29.320896+0000 mgr.y (mgr.25441) 599 : cluster [DBG] pgmap v390: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:29.321143+0000 mgr.y (mgr.25441) 600 : cluster [DBG] pgmap v391: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:28.806868+0000 mgr.y (mgr.25441) 581 : cluster [DBG] pgmap v378: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:28.807614+0000 mgr.y (mgr.25441) 582 : cluster [DBG] pgmap v379: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cephadm 2024-03-30T04:42:28.817809+0000 mgr.y (mgr.25441) 583 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:28.905976+0000 mgr.y (mgr.25441) 584 : cluster [DBG] pgmap v380: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:28.906704+0000 mgr.y (mgr.25441) 585 : cluster [DBG] pgmap v381: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cephadm 2024-03-30T04:42:28.916332+0000 mgr.y (mgr.25441) 586 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:29.018100+0000 mgr.y (mgr.25441) 587 : cluster [DBG] pgmap v382: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:29.018786+0000 mgr.y (mgr.25441) 588 : cluster [DBG] pgmap v383: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cephadm 2024-03-30T04:42:29.029093+0000 mgr.y (mgr.25441) 589 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:29.114116+0000 mgr.y (mgr.25441) 590 : cluster [DBG] pgmap v384: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:29.114412+0000 mgr.y (mgr.25441) 591 : cluster [DBG] pgmap v385: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cephadm 2024-03-30T04:42:29.122973+0000 mgr.y (mgr.25441) 592 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:29.188531+0000 mgr.y (mgr.25441) 593 : cluster [DBG] pgmap v386: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:29.188740+0000 mgr.y (mgr.25441) 594 : cluster [DBG] pgmap v387: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cephadm 2024-03-30T04:42:29.198821+0000 mgr.y (mgr.25441) 595 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:29.264903+0000 mgr.y (mgr.25441) 596 : cluster [DBG] pgmap v388: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:29.265423+0000 mgr.y (mgr.25441) 597 : cluster [DBG] pgmap v389: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cephadm 2024-03-30T04:42:29.272747+0000 mgr.y (mgr.25441) 598 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:29.320896+0000 mgr.y (mgr.25441) 599 : cluster [DBG] pgmap v390: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:29.321143+0000 mgr.y (mgr.25441) 600 : cluster [DBG] pgmap v391: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cephadm 2024-03-30T04:42:29.328643+0000 mgr.y (mgr.25441) 601 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:29.358168+0000 mgr.y (mgr.25441) 602 : cluster [DBG] pgmap v392: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:29.358399+0000 mgr.y (mgr.25441) 603 : cluster [DBG] pgmap v393: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:29.395076+0000 mgr.y (mgr.25441) 604 : cluster [DBG] pgmap v394: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:29.395289+0000 mgr.y (mgr.25441) 605 : cluster [DBG] pgmap v395: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cephadm 2024-03-30T04:42:29.403748+0000 mgr.y (mgr.25441) 606 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:29.487808+0000 mgr.y (mgr.25441) 607 : cluster [DBG] pgmap v396: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:29.488063+0000 mgr.y (mgr.25441) 608 : cluster [DBG] pgmap v397: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cephadm 2024-03-30T04:42:29.497317+0000 mgr.y (mgr.25441) 609 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:29.569424+0000 mgr.y (mgr.25441) 610 : cluster [DBG] pgmap v398: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:29.570053+0000 mgr.y (mgr.25441) 611 : cluster [DBG] pgmap v399: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cephadm 2024-03-30T04:42:29.578674+0000 mgr.y (mgr.25441) 612 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:29.659815+0000 mgr.y (mgr.25441) 613 : cluster [DBG] pgmap v400: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:29.660020+0000 mgr.y (mgr.25441) 614 : cluster [DBG] pgmap v401: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cephadm 2024-03-30T04:42:29.666879+0000 mgr.y (mgr.25441) 615 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:29.713659+0000 mgr.y (mgr.25441) 616 : cluster [DBG] pgmap v402: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:29.713874+0000 mgr.y (mgr.25441) 617 : cluster [DBG] pgmap v403: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cephadm 2024-03-30T04:42:29.719870+0000 mgr.y (mgr.25441) 618 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:29.777251+0000 mon.b (mon.2) 683 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:31.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:29.779891+0000 mon.b (mon.2) 684 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cephadm 2024-03-30T04:42:29.328643+0000 mgr.y (mgr.25441) 601 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:29.358168+0000 mgr.y (mgr.25441) 602 : cluster [DBG] pgmap v392: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:29.358399+0000 mgr.y (mgr.25441) 603 : cluster [DBG] pgmap v393: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:29.395076+0000 mgr.y (mgr.25441) 604 : cluster [DBG] pgmap v394: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:29.395289+0000 mgr.y (mgr.25441) 605 : cluster [DBG] pgmap v395: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cephadm 2024-03-30T04:42:29.403748+0000 mgr.y (mgr.25441) 606 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:29.487808+0000 mgr.y (mgr.25441) 607 : cluster [DBG] pgmap v396: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:29.488063+0000 mgr.y (mgr.25441) 608 : cluster [DBG] pgmap v397: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cephadm 2024-03-30T04:42:29.497317+0000 mgr.y (mgr.25441) 609 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:29.569424+0000 mgr.y (mgr.25441) 610 : cluster [DBG] pgmap v398: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:29.570053+0000 mgr.y (mgr.25441) 611 : cluster [DBG] pgmap v399: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cephadm 2024-03-30T04:42:29.578674+0000 mgr.y (mgr.25441) 612 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:29.659815+0000 mgr.y (mgr.25441) 613 : cluster [DBG] pgmap v400: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:29.660020+0000 mgr.y (mgr.25441) 614 : cluster [DBG] pgmap v401: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cephadm 2024-03-30T04:42:29.666879+0000 mgr.y (mgr.25441) 615 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:29.713659+0000 mgr.y (mgr.25441) 616 : cluster [DBG] pgmap v402: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:29.713874+0000 mgr.y (mgr.25441) 617 : cluster [DBG] pgmap v403: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cephadm 2024-03-30T04:42:29.719870+0000 mgr.y (mgr.25441) 618 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:29.777251+0000 mon.b (mon.2) 683 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:31.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:29.779891+0000 mon.b (mon.2) 684 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:29.782384+0000 mon.b (mon.2) 685 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:31.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:29.783638+0000 mon.b (mon.2) 686 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:31.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:29.785214+0000 mgr.y (mgr.25441) 619 : cluster [DBG] pgmap v404: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:29.785455+0000 mgr.y (mgr.25441) 620 : cluster [DBG] pgmap v405: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:29.790936+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cephadm 2024-03-30T04:42:29.791646+0000 mgr.y (mgr.25441) 621 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:29.832400+0000 mon.b (mon.2) 687 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:31.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:29.834889+0000 mon.b (mon.2) 688 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:29.837277+0000 mon.b (mon.2) 689 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:31.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:29.838207+0000 mon.b (mon.2) 690 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:31.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:29.839783+0000 mgr.y (mgr.25441) 622 : cluster [DBG] pgmap v406: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:29.839985+0000 mgr.y (mgr.25441) 623 : cluster [DBG] pgmap v407: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:29.844604+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cephadm 2024-03-30T04:42:29.846485+0000 mgr.y (mgr.25441) 624 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:29.908366+0000 mon.b (mon.2) 691 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:31.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:29.911194+0000 mon.b (mon.2) 692 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:29.913737+0000 mon.b (mon.2) 693 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:31.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:29.915103+0000 mon.b (mon.2) 694 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:31.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:29.916824+0000 mgr.y (mgr.25441) 625 : cluster [DBG] pgmap v408: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:29.917018+0000 mgr.y (mgr.25441) 626 : cluster [DBG] pgmap v409: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:29.923297+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cephadm 2024-03-30T04:42:29.925768+0000 mgr.y (mgr.25441) 627 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:29.973265+0000 mon.b (mon.2) 695 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:31.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:29.976392+0000 mon.b (mon.2) 696 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:29.978962+0000 mon.b (mon.2) 697 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:31.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:29.980135+0000 mon.b (mon.2) 698 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:31.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:29.981664+0000 mgr.y (mgr.25441) 628 : cluster [DBG] pgmap v410: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:29.981914+0000 mgr.y (mgr.25441) 629 : cluster [DBG] pgmap v411: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:29.987691+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cephadm 2024-03-30T04:42:29.990371+0000 mgr.y (mgr.25441) 630 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.047037+0000 mon.b (mon.2) 699 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:31.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.049818+0000 mon.b (mon.2) 700 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.052709+0000 mon.b (mon.2) 701 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:31.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.054461+0000 mon.b (mon.2) 702 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:31.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:30.056227+0000 mgr.y (mgr.25441) 631 : cluster [DBG] pgmap v412: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:30.056497+0000 mgr.y (mgr.25441) 632 : cluster [DBG] pgmap v413: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.061289+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cephadm 2024-03-30T04:42:30.064690+0000 mgr.y (mgr.25441) 633 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.123872+0000 mon.b (mon.2) 703 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:31.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.126841+0000 mon.b (mon.2) 704 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.129379+0000 mon.b (mon.2) 705 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:31.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:29.782384+0000 mon.b (mon.2) 685 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:31.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:29.783638+0000 mon.b (mon.2) 686 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:31.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:29.785214+0000 mgr.y (mgr.25441) 619 : cluster [DBG] pgmap v404: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:29.785455+0000 mgr.y (mgr.25441) 620 : cluster [DBG] pgmap v405: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:29.790936+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cephadm 2024-03-30T04:42:29.791646+0000 mgr.y (mgr.25441) 621 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:29.832400+0000 mon.b (mon.2) 687 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:31.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:29.834889+0000 mon.b (mon.2) 688 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:29.837277+0000 mon.b (mon.2) 689 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:31.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:29.838207+0000 mon.b (mon.2) 690 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:31.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:29.839783+0000 mgr.y (mgr.25441) 622 : cluster [DBG] pgmap v406: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:29.839985+0000 mgr.y (mgr.25441) 623 : cluster [DBG] pgmap v407: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:29.844604+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cephadm 2024-03-30T04:42:29.846485+0000 mgr.y (mgr.25441) 624 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:29.908366+0000 mon.b (mon.2) 691 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:31.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:29.911194+0000 mon.b (mon.2) 692 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:29.913737+0000 mon.b (mon.2) 693 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:31.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:29.915103+0000 mon.b (mon.2) 694 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:31.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:29.916824+0000 mgr.y (mgr.25441) 625 : cluster [DBG] pgmap v408: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:29.917018+0000 mgr.y (mgr.25441) 626 : cluster [DBG] pgmap v409: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:29.923297+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.130798+0000 mon.b (mon.2) 706 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:31.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:30.133998+0000 mgr.y (mgr.25441) 634 : cluster [DBG] pgmap v414: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:30.134276+0000 mgr.y (mgr.25441) 635 : cluster [DBG] pgmap v415: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.139349+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cephadm 2024-03-30T04:42:30.143990+0000 mgr.y (mgr.25441) 636 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.208217+0000 mon.b (mon.2) 707 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:31.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.211211+0000 mon.b (mon.2) 708 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.214886+0000 mon.b (mon.2) 709 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:31.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.216058+0000 mon.b (mon.2) 710 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:31.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:30.217797+0000 mgr.y (mgr.25441) 637 : cluster [DBG] pgmap v416: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:30.218313+0000 mgr.y (mgr.25441) 638 : cluster [DBG] pgmap v417: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.223684+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cephadm 2024-03-30T04:42:30.225072+0000 mgr.y (mgr.25441) 639 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.242577+0000 mon.b (mon.2) 711 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:42:31.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.330170+0000 mon.b (mon.2) 712 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:31.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.333333+0000 mon.b (mon.2) 713 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.336084+0000 mon.b (mon.2) 714 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:31.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.337356+0000 mon.b (mon.2) 715 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:31.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:30.338987+0000 mgr.y (mgr.25441) 640 : cluster [DBG] pgmap v418: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:30.339194+0000 mgr.y (mgr.25441) 641 : cluster [DBG] pgmap v419: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cephadm 2024-03-30T04:42:29.925768+0000 mgr.y (mgr.25441) 627 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:29.973265+0000 mon.b (mon.2) 695 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:31.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:29.976392+0000 mon.b (mon.2) 696 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:29.978962+0000 mon.b (mon.2) 697 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:31.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:29.980135+0000 mon.b (mon.2) 698 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:31.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:29.981664+0000 mgr.y (mgr.25441) 628 : cluster [DBG] pgmap v410: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:29.981914+0000 mgr.y (mgr.25441) 629 : cluster [DBG] pgmap v411: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:29.987691+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cephadm 2024-03-30T04:42:29.990371+0000 mgr.y (mgr.25441) 630 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.047037+0000 mon.b (mon.2) 699 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:31.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.049818+0000 mon.b (mon.2) 700 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.052709+0000 mon.b (mon.2) 701 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:31.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.054461+0000 mon.b (mon.2) 702 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:31.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:30.056227+0000 mgr.y (mgr.25441) 631 : cluster [DBG] pgmap v412: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:30.056497+0000 mgr.y (mgr.25441) 632 : cluster [DBG] pgmap v413: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.061289+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cephadm 2024-03-30T04:42:30.064690+0000 mgr.y (mgr.25441) 633 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.123872+0000 mon.b (mon.2) 703 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:31.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.126841+0000 mon.b (mon.2) 704 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.129379+0000 mon.b (mon.2) 705 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:31.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.345938+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cephadm 2024-03-30T04:42:30.347013+0000 mgr.y (mgr.25441) 642 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.424913+0000 mon.b (mon.2) 716 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:31.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.427662+0000 mon.b (mon.2) 717 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.429897+0000 mon.b (mon.2) 718 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:31.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.431016+0000 mon.b (mon.2) 719 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:31.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:30.432550+0000 mgr.y (mgr.25441) 643 : cluster [DBG] pgmap v420: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:30.432793+0000 mgr.y (mgr.25441) 644 : cluster [DBG] pgmap v421: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.438564+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cephadm 2024-03-30T04:42:30.441219+0000 mgr.y (mgr.25441) 645 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.501919+0000 mon.b (mon.2) 720 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:31.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.504767+0000 mon.b (mon.2) 721 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.507311+0000 mon.b (mon.2) 722 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:31.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.508482+0000 mon.b (mon.2) 723 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:31.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:30.509880+0000 mgr.y (mgr.25441) 646 : cluster [DBG] pgmap v422: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:30.510077+0000 mgr.y (mgr.25441) 647 : cluster [DBG] pgmap v423: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.514769+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cephadm 2024-03-30T04:42:30.518461+0000 mgr.y (mgr.25441) 648 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.564865+0000 mon.b (mon.2) 724 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:31.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.568169+0000 mon.b (mon.2) 725 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.130798+0000 mon.b (mon.2) 706 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:31.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:30.133998+0000 mgr.y (mgr.25441) 634 : cluster [DBG] pgmap v414: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:30.134276+0000 mgr.y (mgr.25441) 635 : cluster [DBG] pgmap v415: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.139349+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cephadm 2024-03-30T04:42:30.143990+0000 mgr.y (mgr.25441) 636 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.208217+0000 mon.b (mon.2) 707 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:31.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.211211+0000 mon.b (mon.2) 708 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.214886+0000 mon.b (mon.2) 709 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:31.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.216058+0000 mon.b (mon.2) 710 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:31.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:30.217797+0000 mgr.y (mgr.25441) 637 : cluster [DBG] pgmap v416: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:30.218313+0000 mgr.y (mgr.25441) 638 : cluster [DBG] pgmap v417: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.223684+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cephadm 2024-03-30T04:42:30.225072+0000 mgr.y (mgr.25441) 639 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.242577+0000 mon.b (mon.2) 711 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:42:31.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.330170+0000 mon.b (mon.2) 712 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:31.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.333333+0000 mon.b (mon.2) 713 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.336084+0000 mon.b (mon.2) 714 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:31.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.337356+0000 mon.b (mon.2) 715 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:31.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:30.338987+0000 mgr.y (mgr.25441) 640 : cluster [DBG] pgmap v418: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:30.339194+0000 mgr.y (mgr.25441) 641 : cluster [DBG] pgmap v419: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.571348+0000 mon.b (mon.2) 726 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:31.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.572695+0000 mon.b (mon.2) 727 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:31.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:30.574441+0000 mgr.y (mgr.25441) 649 : cluster [DBG] pgmap v424: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:30.574648+0000 mgr.y (mgr.25441) 650 : cluster [DBG] pgmap v425: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.579427+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cephadm 2024-03-30T04:42:30.582942+0000 mgr.y (mgr.25441) 651 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.640125+0000 mon.b (mon.2) 728 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:31.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.643259+0000 mon.b (mon.2) 729 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.645864+0000 mon.b (mon.2) 730 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:31.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.646987+0000 mon.b (mon.2) 731 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:31.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:30.648582+0000 mgr.y (mgr.25441) 652 : cluster [DBG] pgmap v426: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:30.648878+0000 mgr.y (mgr.25441) 653 : cluster [DBG] pgmap v427: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.654606+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cephadm 2024-03-30T04:42:30.656973+0000 mgr.y (mgr.25441) 654 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.690716+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.702493+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:30.706400+0000 mgr.y (mgr.25441) 655 : cluster [DBG] pgmap v428: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cluster 2024-03-30T04:42:30.706589+0000 mgr.y (mgr.25441) 656 : cluster [DBG] pgmap v429: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.713433+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.718140+0000 mon.b (mon.2) 732 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:31.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.720629+0000 mon.b (mon.2) 733 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.722300+0000 mon.b (mon.2) 734 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-30T04:42:31.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: audit 2024-03-30T04:42:30.723454+0000 mon.b (mon.2) 735 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-03-30T04:42:31.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[70954]: cephadm 2024-03-30T04:42:30.724036+0000 mgr.y (mgr.25441) 657 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-03-30T04:42:31.138 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.345938+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.138 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cephadm 2024-03-30T04:42:30.347013+0000 mgr.y (mgr.25441) 642 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.138 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.424913+0000 mon.b (mon.2) 716 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:31.138 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.427662+0000 mon.b (mon.2) 717 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.138 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.429897+0000 mon.b (mon.2) 718 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:31.138 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.431016+0000 mon.b (mon.2) 719 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:31.138 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:30.432550+0000 mgr.y (mgr.25441) 643 : cluster [DBG] pgmap v420: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.138 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:30.432793+0000 mgr.y (mgr.25441) 644 : cluster [DBG] pgmap v421: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.138 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.438564+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cephadm 2024-03-30T04:42:30.441219+0000 mgr.y (mgr.25441) 645 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.501919+0000 mon.b (mon.2) 720 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:31.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.504767+0000 mon.b (mon.2) 721 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.507311+0000 mon.b (mon.2) 722 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:31.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.508482+0000 mon.b (mon.2) 723 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:31.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:30.509880+0000 mgr.y (mgr.25441) 646 : cluster [DBG] pgmap v422: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:30.510077+0000 mgr.y (mgr.25441) 647 : cluster [DBG] pgmap v423: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.514769+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cephadm 2024-03-30T04:42:30.518461+0000 mgr.y (mgr.25441) 648 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.564865+0000 mon.b (mon.2) 724 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:31.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.568169+0000 mon.b (mon.2) 725 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.571348+0000 mon.b (mon.2) 726 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:31.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.572695+0000 mon.b (mon.2) 727 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:31.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:30.574441+0000 mgr.y (mgr.25441) 649 : cluster [DBG] pgmap v424: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:30.574648+0000 mgr.y (mgr.25441) 650 : cluster [DBG] pgmap v425: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.140 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.579427+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.140 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cephadm 2024-03-30T04:42:30.582942+0000 mgr.y (mgr.25441) 651 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.140 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.640125+0000 mon.b (mon.2) 728 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:31.140 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.643259+0000 mon.b (mon.2) 729 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.140 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.645864+0000 mon.b (mon.2) 730 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:31.140 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.646987+0000 mon.b (mon.2) 731 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:31.140 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:30.648582+0000 mgr.y (mgr.25441) 652 : cluster [DBG] pgmap v426: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.140 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:30.648878+0000 mgr.y (mgr.25441) 653 : cluster [DBG] pgmap v427: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.140 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.654606+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.140 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cephadm 2024-03-30T04:42:30.656973+0000 mgr.y (mgr.25441) 654 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:31.140 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.690716+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.140 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.702493+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.140 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:30.706400+0000 mgr.y (mgr.25441) 655 : cluster [DBG] pgmap v428: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.140 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cluster 2024-03-30T04:42:30.706589+0000 mgr.y (mgr.25441) 656 : cluster [DBG] pgmap v429: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:31.140 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.713433+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:31.141 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.718140+0000 mon.b (mon.2) 732 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:31.141 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.720629+0000 mon.b (mon.2) 733 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.141 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.722300+0000 mon.b (mon.2) 734 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-30T04:42:31.141 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: audit 2024-03-30T04:42:30.723454+0000 mon.b (mon.2) 735 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-03-30T04:42:31.141 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:30 smithi111 bash[73591]: cephadm 2024-03-30T04:42:30.724036+0000 mgr.y (mgr.25441) 657 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-03-30T04:42:32.008 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:31 smithi117 bash[18692]: audit 2024-03-30T04:42:31.158883+0000 mgr.y (mgr.25441) 658 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:32.114 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:31 smithi111 bash[73591]: audit 2024-03-30T04:42:31.158883+0000 mgr.y (mgr.25441) 658 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:32.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:31 smithi111 bash[70954]: audit 2024-03-30T04:42:31.158883+0000 mgr.y (mgr.25441) 658 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:32.309 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:42:32 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-30T04:42:32.310 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:42:32 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Failed with result 'exit-code'. 2024-03-30T04:42:33.114 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:32 smithi111 bash[70954]: cluster 2024-03-30T04:42:32.708314+0000 mgr.y (mgr.25441) 659 : cluster [DBG] pgmap v430: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 2 op/s 2024-03-30T04:42:33.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:32 smithi111 bash[73591]: cluster 2024-03-30T04:42:32.708314+0000 mgr.y (mgr.25441) 659 : cluster [DBG] pgmap v430: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 2 op/s 2024-03-30T04:42:33.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:32 smithi117 bash[18692]: cluster 2024-03-30T04:42:32.708314+0000 mgr.y (mgr.25441) 659 : cluster [DBG] pgmap v430: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 2 op/s 2024-03-30T04:42:33.847 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:42:33 smithi117 bash[53671]: ts=2024-03-30T04:42:33.507Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi111\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:42:34.752 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:34 smithi111 bash[70954]: cephadm 2024-03-30T04:42:33.394431+0000 mgr.y (mgr.25441) 660 : cephadm [INF] Upgrade: Updating mon.b 2024-03-30T04:42:34.752 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:34 smithi111 bash[70954]: audit 2024-03-30T04:42:33.402988+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:34.752 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:34 smithi111 bash[70954]: audit 2024-03-30T04:42:33.407263+0000 mon.b (mon.2) 736 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:42:34.752 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:34 smithi111 bash[70954]: audit 2024-03-30T04:42:33.409287+0000 mon.b (mon.2) 737 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:42:34.752 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:34 smithi111 bash[70954]: audit 2024-03-30T04:42:33.411339+0000 mon.b (mon.2) 738 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:34.752 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:34 smithi111 bash[70954]: cephadm 2024-03-30T04:42:33.413563+0000 mgr.y (mgr.25441) 661 : cephadm [INF] Deploying daemon mon.b on smithi117 2024-03-30T04:42:34.752 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:34 smithi111 bash[73591]: cephadm 2024-03-30T04:42:33.394431+0000 mgr.y (mgr.25441) 660 : cephadm [INF] Upgrade: Updating mon.b 2024-03-30T04:42:34.752 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:34 smithi111 bash[73591]: audit 2024-03-30T04:42:33.402988+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:34.753 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:34 smithi111 bash[73591]: audit 2024-03-30T04:42:33.407263+0000 mon.b (mon.2) 736 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:42:34.753 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:34 smithi111 bash[73591]: audit 2024-03-30T04:42:33.409287+0000 mon.b (mon.2) 737 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:42:34.753 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:34 smithi111 bash[73591]: audit 2024-03-30T04:42:33.411339+0000 mon.b (mon.2) 738 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:34.753 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:34 smithi111 bash[73591]: cephadm 2024-03-30T04:42:33.413563+0000 mgr.y (mgr.25441) 661 : cephadm [INF] Deploying daemon mon.b on smithi117 2024-03-30T04:42:34.930 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:34 smithi117 bash[18692]: cephadm 2024-03-30T04:42:33.394431+0000 mgr.y (mgr.25441) 660 : cephadm [INF] Upgrade: Updating mon.b 2024-03-30T04:42:34.930 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:34 smithi117 bash[18692]: audit 2024-03-30T04:42:33.402988+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:34.930 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:34 smithi117 bash[18692]: audit 2024-03-30T04:42:33.407263+0000 mon.b (mon.2) 736 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:42:34.930 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:34 smithi117 bash[18692]: audit 2024-03-30T04:42:33.409287+0000 mon.b (mon.2) 737 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:42:34.930 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:34 smithi117 bash[18692]: audit 2024-03-30T04:42:33.411339+0000 mon.b (mon.2) 738 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:34.930 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:34 smithi117 bash[18692]: cephadm 2024-03-30T04:42:33.413563+0000 mgr.y (mgr.25441) 661 : cephadm [INF] Deploying daemon mon.b on smithi117 2024-03-30T04:42:36.114 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:35 smithi111 bash[70954]: cluster 2024-03-30T04:42:34.708776+0000 mgr.y (mgr.25441) 662 : cluster [DBG] pgmap v431: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:42:36.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:35 smithi111 bash[70954]: audit 2024-03-30T04:42:34.730763+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:36.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:35 smithi111 bash[70954]: audit 2024-03-30T04:42:34.742908+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:36.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:35 smithi111 bash[70954]: audit 2024-03-30T04:42:34.755487+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:36.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:35 smithi111 bash[73591]: cluster 2024-03-30T04:42:34.708776+0000 mgr.y (mgr.25441) 662 : cluster [DBG] pgmap v431: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:42:36.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:35 smithi111 bash[73591]: audit 2024-03-30T04:42:34.730763+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:36.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:35 smithi111 bash[73591]: audit 2024-03-30T04:42:34.742908+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:36.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:35 smithi111 bash[73591]: audit 2024-03-30T04:42:34.755487+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:36.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:35 smithi117 bash[18692]: cluster 2024-03-30T04:42:34.708776+0000 mgr.y (mgr.25441) 662 : cluster [DBG] pgmap v431: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:42:36.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:35 smithi117 bash[18692]: audit 2024-03-30T04:42:34.730763+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:36.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:35 smithi117 bash[18692]: audit 2024-03-30T04:42:34.742908+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:36.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:35 smithi117 bash[18692]: audit 2024-03-30T04:42:34.755487+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:36.728 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:42:36 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:42:36] "GET /metrics HTTP/1.1" 200 38265 "" "Prometheus/2.33.4" 2024-03-30T04:42:36.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:36 smithi117 bash[18692]: cluster 2024-03-30T04:42:34.747435+0000 mgr.y (mgr.25441) 663 : cluster [DBG] pgmap v432: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:42:36.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:36 smithi117 bash[18692]: cluster 2024-03-30T04:42:34.747637+0000 mgr.y (mgr.25441) 664 : cluster [DBG] pgmap v433: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:42:37.114 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:36 smithi111 bash[70954]: cluster 2024-03-30T04:42:34.747435+0000 mgr.y (mgr.25441) 663 : cluster [DBG] pgmap v432: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:42:37.114 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:36 smithi111 bash[70954]: cluster 2024-03-30T04:42:34.747637+0000 mgr.y (mgr.25441) 664 : cluster [DBG] pgmap v433: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:42:37.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:36 smithi111 bash[73591]: cluster 2024-03-30T04:42:34.747435+0000 mgr.y (mgr.25441) 663 : cluster [DBG] pgmap v432: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:42:37.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:36 smithi111 bash[73591]: cluster 2024-03-30T04:42:34.747637+0000 mgr.y (mgr.25441) 664 : cluster [DBG] pgmap v433: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:42:37.207 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:37 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:37.207 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:42:37 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:37.208 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:42:37 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:37.208 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:42:37 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:37.208 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:42:37 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:37.209 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:42:37 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:37.209 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:42:37 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:37.209 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:42:37 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:37.210 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:42:37 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:37.614 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:42:37 smithi111 bash[65893]: [30/Mar/2024:04:42:37] ENGINE Bus STOPPING 2024-03-30T04:42:37.615 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:42:37 smithi111 bash[65893]: [30/Mar/2024:04:42:37] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-30T04:42:37.615 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:42:37 smithi111 bash[65893]: [30/Mar/2024:04:42:37] ENGINE Bus STOPPED 2024-03-30T04:42:37.615 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:42:37 smithi111 bash[65893]: [30/Mar/2024:04:42:37] ENGINE Bus STARTING 2024-03-30T04:42:37.615 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:42:37 smithi111 bash[65893]: [30/Mar/2024:04:42:37] ENGINE Serving on http://:::9283 2024-03-30T04:42:37.615 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:42:37 smithi111 bash[65893]: [30/Mar/2024:04:42:37] ENGINE Bus STARTED 2024-03-30T04:42:37.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:37 smithi117 systemd[1]: Stopping Ceph mon.b for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:42:37.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:37 smithi117 bash[18692]: debug 2024-03-30T04:42:37.335+0000 7fba43ef0700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-30T04:42:37.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:37 smithi117 bash[18692]: debug 2024-03-30T04:42:37.335+0000 7fba43ef0700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-03-30T04:42:38.084 INFO:teuthology.orchestra.run.smithi111.stdout:true 2024-03-30T04:42:38.378 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:38 smithi117 bash[62166]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-mon-b 2024-03-30T04:42:38.378 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:38 smithi117 bash[62225]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-mon-b 2024-03-30T04:42:38.378 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:38 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@mon.b.service: Deactivated successfully. 2024-03-30T04:42:38.378 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:38 smithi117 systemd[1]: Stopped Ceph mon.b for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:38.634 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:42:38 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:38.634 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:42:38 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:38.635 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:42:38 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:38.635 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:42:38 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:38.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:38 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:38.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:38 smithi117 systemd[1]: Started Ceph mon.b for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:38.635 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:42:38 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:38.636 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:42:38 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:38.636 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:42:38 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:38.636 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:42:38 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:38.780 INFO:teuthology.orchestra.run.smithi111.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:42:38.780 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi111 smithi111 running 4s ago 17m - - 2024-03-30T04:42:38.780 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi117 smithi117 running 9s ago 16m - - 2024-03-30T04:42:38.781 INFO:teuthology.orchestra.run.smithi111.stdout:alertmanager.a smithi111 *:9093,9094 running (3m) 4s ago 10m 13.0M - 0.23.0 ba2b418f427c 1324aeb3a452 2024-03-30T04:42:38.781 INFO:teuthology.orchestra.run.smithi111.stdout:grafana.a smithi117 *:3000 unknown 9s ago 9m - - 2024-03-30T04:42:38.781 INFO:teuthology.orchestra.run.smithi111.stdout:iscsi.foo.smithi111.fmwmll smithi111 running (119s) 4s ago 7m 43.1M - 3.5 e1d6a67b021e 429bab8e2057 2024-03-30T04:42:38.781 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.x smithi117 *:8443,9283,8765 running (66s) 9s ago 16m 434M - 19.0.0-2493-gd82c9aa1 3714003597ec 42ebd55da4b4 2024-03-30T04:42:38.781 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.y smithi111 *:8443,9283,8765 running (2m) 4s ago 18m 493M - 19.0.0-2493-gd82c9aa1 3714003597ec fa84fb31d2a4 2024-03-30T04:42:38.781 INFO:teuthology.orchestra.run.smithi111.stdout:mon.a smithi111 running (49s) 4s ago 18m 52.8M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 896c96f933ff 2024-03-30T04:42:38.781 INFO:teuthology.orchestra.run.smithi111.stdout:mon.b smithi117 starting - - - 2048M 2024-03-30T04:42:38.781 INFO:teuthology.orchestra.run.smithi111.stdout:mon.c smithi111 running (20s) 4s ago 16m 35.8M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 385ecbe45d43 2024-03-30T04:42:38.781 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.a smithi111 *:9100 running (3m) 4s ago 10m 8643k - 1.3.1 1dbe0e931976 6370ea39ede2 2024-03-30T04:42:38.781 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.b smithi117 *:9100 running (2m) 9s ago 10m 9499k - 1.3.1 1dbe0e931976 038bdefec2fb 2024-03-30T04:42:38.781 INFO:teuthology.orchestra.run.smithi111.stdout:osd.0 smithi111 running (15m) 4s ago 15m 56.6M 4096M 17.2.0 e1d6a67b021e 8066f1ef56b0 2024-03-30T04:42:38.781 INFO:teuthology.orchestra.run.smithi111.stdout:osd.1 smithi111 running (15m) 4s ago 15m 58.7M 4096M 17.2.0 e1d6a67b021e 8986210aecf7 2024-03-30T04:42:38.781 INFO:teuthology.orchestra.run.smithi111.stdout:osd.2 smithi111 running (14m) 4s ago 14m 53.8M 4096M 17.2.0 e1d6a67b021e 75832afbc732 2024-03-30T04:42:38.781 INFO:teuthology.orchestra.run.smithi111.stdout:osd.3 smithi111 running (13m) 4s ago 14m 56.3M 4096M 17.2.0 e1d6a67b021e 9bdb46999038 2024-03-30T04:42:38.781 INFO:teuthology.orchestra.run.smithi111.stdout:osd.4 smithi117 running (13m) 9s ago 13m 59.3M 4096M 17.2.0 e1d6a67b021e dfb36784cb06 2024-03-30T04:42:38.782 INFO:teuthology.orchestra.run.smithi111.stdout:osd.5 smithi117 running (12m) 9s ago 12m 54.1M 4096M 17.2.0 e1d6a67b021e 232d5fd01e16 2024-03-30T04:42:38.782 INFO:teuthology.orchestra.run.smithi111.stdout:osd.6 smithi117 running (12m) 9s ago 12m 52.7M 4096M 17.2.0 e1d6a67b021e 393ee9af633e 2024-03-30T04:42:38.782 INFO:teuthology.orchestra.run.smithi111.stdout:osd.7 smithi117 running (11m) 9s ago 11m 57.1M 4096M 17.2.0 e1d6a67b021e f9f3a86e8182 2024-03-30T04:42:38.782 INFO:teuthology.orchestra.run.smithi111.stdout:prometheus.a smithi117 *:9095 running (112s) 9s ago 10m 62.1M - 2.33.4 514e6a882f6e e0486046291e 2024-03-30T04:42:38.782 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi111.gqpgtc smithi111 *:8000 running (8m) 4s ago 8m 86.9M - 17.2.0 e1d6a67b021e e51a6fac1b59 2024-03-30T04:42:38.782 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi117.nijpsz smithi117 *:8000 running (8m) 9s ago 8m 87.1M - 17.2.0 e1d6a67b021e bd8939f98ae0 2024-03-30T04:42:38.782 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi111.nqgkvi smithi111 *:80 running (8m) 4s ago 8m 87.3M - 17.2.0 e1d6a67b021e 4dd1cc17abca 2024-03-30T04:42:38.782 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi117.wrgldy smithi117 *:80 running (8m) 9s ago 8m 86.8M - 17.2.0 e1d6a67b021e 1bff1faa59ec 2024-03-30T04:42:39.134 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:42:38 smithi117 bash[53671]: ts=2024-03-30T04:42: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.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"172.21.15.117:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"smithi111:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:42:39.188 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:42:39.189 INFO:teuthology.orchestra.run.smithi111.stdout: "mon": { 2024-03-30T04:42:39.189 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-03-30T04:42:39.189 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:42:39.189 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:42:39.189 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr": { 2024-03-30T04:42:39.189 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:42:39.189 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:42:39.189 INFO:teuthology.orchestra.run.smithi111.stdout: "osd": { 2024-03-30T04:42:39.189 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-30T04:42:39.189 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:42:39.189 INFO:teuthology.orchestra.run.smithi111.stdout: "rgw": { 2024-03-30T04:42:39.189 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:42:39.189 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:42:39.190 INFO:teuthology.orchestra.run.smithi111.stdout: "overall": { 2024-03-30T04:42:39.190 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2024-03-30T04:42:39.190 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 4 2024-03-30T04:42:39.190 INFO:teuthology.orchestra.run.smithi111.stdout: } 2024-03-30T04:42:39.190 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:42:39.539 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:42:39.539 INFO:teuthology.orchestra.run.smithi111.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962", 2024-03-30T04:42:39.539 INFO:teuthology.orchestra.run.smithi111.stdout: "in_progress": true, 2024-03-30T04:42:39.539 INFO:teuthology.orchestra.run.smithi111.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:42:39.539 INFO:teuthology.orchestra.run.smithi111.stdout: "services_complete": [ 2024-03-30T04:42:39.539 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr" 2024-03-30T04:42:39.539 INFO:teuthology.orchestra.run.smithi111.stdout: ], 2024-03-30T04:42:39.539 INFO:teuthology.orchestra.run.smithi111.stdout: "progress": "4/23 daemons upgraded", 2024-03-30T04:42:39.539 INFO:teuthology.orchestra.run.smithi111.stdout: "message": "Currently upgrading mon daemons", 2024-03-30T04:42:39.539 INFO:teuthology.orchestra.run.smithi111.stdout: "is_paused": false 2024-03-30T04:42:39.539 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:42:39.969 INFO:teuthology.orchestra.run.smithi111.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:42:39.969 INFO:teuthology.orchestra.run.smithi111.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:42:39.969 INFO:teuthology.orchestra.run.smithi111.stdout: daemon grafana.a on smithi117 is in unknown state 2024-03-30T04:42:40.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.099+0000 7f006e81ac80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-30T04:42:40.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.099+0000 7f006e81ac80 0 ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev), process ceph-mon, pid 7 2024-03-30T04:42:40.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.099+0000 7f006e81ac80 0 pidfile_write: ignore empty --pid-file 2024-03-30T04:42:40.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 0 load: jerasure load: lrc 2024-03-30T04:42:40.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: RocksDB version: 7.9.2 2024-03-30T04:42:40.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Git sha 0 2024-03-30T04:42:40.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Compile date 2024-03-27 20:59:58 2024-03-30T04:42:40.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: DB SUMMARY 2024-03-30T04:42:40.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: DB Session ID: F6K8UN03081TAID2S9OX 2024-03-30T04:42:40.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: CURRENT file: CURRENT 2024-03-30T04:42:40.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-30T04:42:40.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 2623 Bytes 2024-03-30T04:42:40.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 1, files: 000051.sst 2024-03-30T04:42:40.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000049.log size: 1579545 ; 2024-03-30T04:42:40.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.error_if_exists: 0 2024-03-30T04:42:40.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.create_if_missing: 0 2024-03-30T04:42:40.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.paranoid_checks: 1 2024-03-30T04:42:40.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-30T04:42:40.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-30T04:42:40.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-30T04:42:40.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.env: 0x563a6d68ec60 2024-03-30T04:42:40.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-30T04:42:40.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.info_log: 0x563a6e4d1b20 2024-03-30T04:42:40.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-30T04:42:40.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.statistics: (nil) 2024-03-30T04:42:40.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.use_fsync: 0 2024-03-30T04:42:40.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.max_log_file_size: 0 2024-03-30T04:42:40.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-30T04:42:40.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-30T04:42:40.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-30T04:42:40.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-30T04:42:40.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.allow_fallocate: 1 2024-03-30T04:42:40.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-30T04:42:40.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-30T04:42:40.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.use_direct_reads: 0 2024-03-30T04:42:40.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-30T04:42:40.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-30T04:42:40.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.db_log_dir: 2024-03-30T04:42:40.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.wal_dir: 2024-03-30T04:42:40.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-30T04:42:40.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-30T04:42:40.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-30T04:42:40.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-30T04:42:40.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-30T04:42:40.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-30T04:42:40.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-30T04:42:40.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-30T04:42:40.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.write_buffer_manager: 0x563a6e4a2820 2024-03-30T04:42:40.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-30T04:42:40.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-30T04:42:40.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-30T04:42:40.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-30T04:42:40.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-30T04:42:40.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-30T04:42:40.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-30T04:42:40.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-30T04:42:40.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.unordered_write: 0 2024-03-30T04:42:40.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-30T04:42:40.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-30T04:42:40.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-30T04:42:40.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-30T04:42:40.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.row_cache: None 2024-03-30T04:42:40.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.wal_filter: None 2024-03-30T04:42:40.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-30T04:42:40.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-30T04:42:40.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.two_write_queues: 0 2024-03-30T04:42:40.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-30T04:42:40.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.wal_compression: 0 2024-03-30T04:42:40.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.atomic_flush: 0 2024-03-30T04:42:40.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-30T04:42:40.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-30T04:42:40.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-30T04:42:40.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.log_readahead_size: 0 2024-03-30T04:42:40.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-30T04:42:40.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-30T04:42:40.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-30T04:42:40.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-30T04:42:40.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-30T04:42:40.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-30T04:42:40.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-30T04:42:40.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.max_background_jobs: 2 2024-03-30T04:42:40.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.max_background_compactions: -1 2024-03-30T04:42:40.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.max_subcompactions: 1 2024-03-30T04:42:40.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-30T04:42:40.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-30T04:42:40.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-30T04:42:40.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-30T04:42:40.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-30T04:42:40.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-30T04:42:40.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-30T04:42:40.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-30T04:42:40.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.max_open_files: -1 2024-03-30T04:42:40.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-30T04:42:40.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-30T04:42:40.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-30T04:42:40.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-30T04:42:40.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.max_background_flushes: -1 2024-03-30T04:42:40.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Compression algorithms supported: 2024-03-30T04:42:40.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-30T04:42:40.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: kZSTD supported: 0 2024-03-30T04:42:40.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: kXpressCompression supported: 0 2024-03-30T04:42:40.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-30T04:42:40.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: kZlibCompression supported: 1 2024-03-30T04:42:40.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: kSnappyCompression supported: 1 2024-03-30T04:42:40.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: kLZ4Compression supported: 1 2024-03-30T04:42:40.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: kBZip2Compression supported: 0 2024-03-30T04:42:40.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-30T04:42:40.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-30T04:42:40.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000009 2024-03-30T04:42:40.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-30T04:42:40.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-30T04:42:40.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.merge_operator: 2024-03-30T04:42:40.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.compaction_filter: None 2024-03-30T04:42:40.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-30T04:42:40.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-30T04:42:40.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-30T04:42:40.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-30T04:42:40.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x563a6e4d1d00) 2024-03-30T04:42:40.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: cache_index_and_filter_blocks: 1 2024-03-30T04:42:40.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-30T04:42:40.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-30T04:42:40.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: pin_top_level_index_and_filter: 1 2024-03-30T04:42:40.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: index_type: 0 2024-03-30T04:42:40.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: data_block_index_type: 0 2024-03-30T04:42:40.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: index_shortening: 1 2024-03-30T04:42:40.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: data_block_hash_table_util_ratio: 0.750000 2024-03-30T04:42:40.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: checksum: 4 2024-03-30T04:42:40.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: no_block_cache: 0 2024-03-30T04:42:40.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: block_cache: 0x563a6e4d3090 2024-03-30T04:42:40.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: block_cache_name: BinnedLRUCache 2024-03-30T04:42:40.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: block_cache_options: 2024-03-30T04:42:40.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: capacity : 536870912 2024-03-30T04:42:40.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: num_shard_bits : 4 2024-03-30T04:42:40.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: strict_capacity_limit : 0 2024-03-30T04:42:40.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: high_pri_pool_ratio: 0.000 2024-03-30T04:42:40.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: block_cache_compressed: (nil) 2024-03-30T04:42:40.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: persistent_cache: (nil) 2024-03-30T04:42:40.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: block_size: 4096 2024-03-30T04:42:40.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: block_size_deviation: 10 2024-03-30T04:42:40.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: block_restart_interval: 16 2024-03-30T04:42:40.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: index_block_restart_interval: 1 2024-03-30T04:42:40.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: metadata_block_size: 4096 2024-03-30T04:42:40.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: partition_filters: 0 2024-03-30T04:42:40.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: use_delta_encoding: 1 2024-03-30T04:42:40.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: filter_policy: bloomfilter 2024-03-30T04:42:40.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: whole_key_filtering: 1 2024-03-30T04:42:40.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: verify_compression: 0 2024-03-30T04:42:40.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: read_amp_bytes_per_bit: 0 2024-03-30T04:42:40.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: format_version: 5 2024-03-30T04:42:40.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: enable_index_compression: 1 2024-03-30T04:42:40.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: block_align: 0 2024-03-30T04:42:40.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: max_auto_readahead_size: 262144 2024-03-30T04:42:40.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: prepopulate_block_cache: 0 2024-03-30T04:42:40.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: initial_auto_readahead_size: 8192 2024-03-30T04:42:40.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: num_file_reads_for_auto_readahead: 2 2024-03-30T04:42:40.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-30T04:42:40.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-30T04:42:40.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.compression: NoCompression 2024-03-30T04:42:40.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-30T04:42:40.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-30T04:42:40.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-30T04:42:40.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.num_levels: 7 2024-03-30T04:42:40.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-30T04:42:40.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-30T04:42:40.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-30T04:42:40.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-30T04:42:40.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-30T04:42:40.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-30T04:42:40.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-30T04:42:40.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-30T04:42:40.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-30T04:42:40.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-30T04:42:40.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-30T04:42:40.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-30T04:42:40.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-30T04:42:40.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-30T04:42:40.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-30T04:42:40.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-30T04:42:40.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-30T04:42:40.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-30T04:42:40.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-30T04:42:40.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-30T04:42:40.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-30T04:42:40.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-30T04:42:40.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-30T04:42:40.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-30T04:42:40.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-30T04:42:40.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-30T04:42:40.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-30T04:42:40.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-30T04:42:40.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-30T04:42:40.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-30T04:42:40.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-30T04:42:40.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-30T04:42:40.400 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-30T04:42:40.400 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-30T04:42:40.400 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-30T04:42:40.400 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-30T04:42:40.400 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-30T04:42:40.400 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-30T04:42:40.400 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-30T04:42:40.400 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-30T04:42:40.400 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-30T04:42:40.401 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-30T04:42:40.401 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-30T04:42:40.401 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-30T04:42:40.401 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-30T04:42:40.401 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-30T04:42:40.401 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-30T04:42:40.401 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-30T04:42:40.401 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-30T04:42:40.401 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-30T04:42:40.401 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-30T04:42:40.401 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-30T04:42:40.401 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-30T04:42:40.402 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-03-30T04:42:40.402 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.inplace_update_support: 0 2024-03-30T04:42:40.402 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-30T04:42:40.402 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-30T04:42:40.402 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-30T04:42:40.402 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-30T04:42:40.402 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.bloom_locality: 0 2024-03-30T04:42:40.402 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.max_successive_merges: 0 2024-03-30T04:42:40.402 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-30T04:42:40.402 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-30T04:42:40.402 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-30T04:42:40.402 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-30T04:42:40.402 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.ttl: 2592000 2024-03-30T04:42:40.402 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-30T04:42:40.402 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-30T04:42:40.403 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-30T04:42:40.403 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.enable_blob_files: false 2024-03-30T04:42:40.403 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.min_blob_size: 0 2024-03-30T04:42:40.403 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-30T04:42:40.403 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-30T04:42:40.403 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-30T04:42:40.403 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-30T04:42:40.403 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-30T04:42:40.403 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-30T04:42:40.403 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-30T04:42:40.403 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f006e81ac80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-30T04:42:40.403 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.103+0000 7f0063f83700 3 rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 51.sst 2024-03-30T04:42:40.403 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.107+0000 7f006e81ac80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-03-30T04:42:40.404 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.107+0000 7f006e81ac80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000009 succeeded,manifest_file_number is 9, next_file_number is 53, last_sequence is 33309, log_number is 49,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-30T04:42:40.404 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.107+0000 7f006e81ac80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 49 2024-03-30T04:42:40.404 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.107+0000 7f006e81ac80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 5da09e59-0836-4ac5-b890-be2966faa019 2024-03-30T04:42:40.404 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.107+0000 7f006e81ac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711773760109888, "job": 1, "event": "recovery_started", "wal_files": [49]} 2024-03-30T04:42:40.404 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.107+0000 7f006e81ac80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #49 mode 2 2024-03-30T04:42:40.404 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.111+0000 7f006e81ac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711773760117029, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 54, "file_size": 1014036, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 33314, "largest_seqno": 34790, "table_properties": {"data_size": 1008406, "index_size": 2285, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 2309, "raw_key_size": 23188, "raw_average_key_size": 25, "raw_value_size": 993414, "raw_average_value_size": 1097, "num_data_blocks": 88, "num_entries": 905, "num_filter_entries": 905, "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": "[CompactOnDeletionCollector]", "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": 1711773760, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "5da09e59-0836-4ac5-b890-be2966faa019", "db_session_id": "F6K8UN03081TAID2S9OX", "orig_file_number": 54, "seqno_to_time_mapping": "N/A"}} 2024-03-30T04:42:40.404 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.111+0000 7f006e81ac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711773760117180, "job": 1, "event": "recovery_finished"} 2024-03-30T04:42:40.404 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.111+0000 7f006e81ac80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 56 2024-03-30T04:42:40.404 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.111+0000 7f006e81ac80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-03-30T04:42:40.404 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.115+0000 7f006e81ac80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000049.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-30T04:42:40.404 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.115+0000 7f006e81ac80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x563a6e5c6000 2024-03-30T04:42:40.404 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.115+0000 7f006e81ac80 4 rocksdb: DB pointer 0x563a6e5b0000 2024-03-30T04:42:40.404 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.115+0000 7f005cf75700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-30T04:42:40.404 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.115+0000 7f005cf75700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-30T04:42:40.405 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: ** DB Stats ** 2024-03-30T04:42:40.405 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-30T04:42:40.405 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-30T04:42:40.405 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-30T04:42:40.405 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-30T04:42:40.405 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-30T04:42:40.405 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-30T04:42:40.405 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-30T04:42:40.405 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: ** Compaction Stats [default] ** 2024-03-30T04:42:40.405 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-30T04:42:40.405 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-30T04:42:40.405 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: L0 1/0 990.27 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 291.2 0.00 0.00 1 0.003 0 0 0.0 0.0 2024-03-30T04:42:40.405 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: L6 1/0 10.26 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-03-30T04:42:40.406 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: Sum 2/0 11.23 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 291.2 0.00 0.00 1 0.003 0 0 0.0 0.0 2024-03-30T04:42:40.406 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 291.2 0.00 0.00 1 0.003 0 0 0.0 0.0 2024-03-30T04:42:40.406 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: ** Compaction Stats [default] ** 2024-03-30T04:42:40.406 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-30T04:42:40.406 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-30T04:42:40.406 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 291.2 0.00 0.00 1 0.003 0 0 0.0 0.0 2024-03-30T04:42:40.406 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-30T04:42:40.406 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-30T04:42:40.406 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: Flush(GB): cumulative 0.001, interval 0.001 2024-03-30T04:42:40.406 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-30T04:42:40.406 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: AddFile(Total Files): cumulative 0, interval 0 2024-03-30T04:42:40.406 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-30T04:42:40.407 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: AddFile(Keys): cumulative 0, interval 0 2024-03-30T04:42:40.407 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: Cumulative compaction: 0.00 GB write, 92.41 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:42:40.407 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: Interval compaction: 0.00 GB write, 92.41 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:42:40.407 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-30T04:42:40.407 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: Block cache BinnedLRUCache@0x563a6e4d3090#7 capacity: 512.00 MB usage: 4.86 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2024-03-30T04:42:40.407 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: Block cache entry stats(count,size,portion): FilterBlock(1,2.53 KB,0.000482798%) IndexBlock(1,2.33 KB,0.000444055%) Misc(1,0.00 KB,0%) 2024-03-30T04:42:40.407 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: ** File Read Latency Histogram By Level [default] ** 2024-03-30T04:42:40.407 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.115+0000 7f006e81ac80 0 starting mon.b rank 2 at public addrs [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] at bind addrs [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:42:40.407 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.119+0000 7f006e81ac80 1 mon.b@-1(???) e3 preinit fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:42:40.407 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.119+0000 7f006e81ac80 0 mon.b@-1(???).mds e1 new map 2024-03-30T04:42:40.407 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.119+0000 7f006e81ac80 0 mon.b@-1(???).mds e1 print_map 2024-03-30T04:42:40.407 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: e1 2024-03-30T04:42:40.408 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-30T04:42:40.408 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-03-30T04:42:40.408 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: legacy client fscid: -1 2024-03-30T04:42:40.408 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: 2024-03-30T04:42:40.408 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: No filesystems configured 2024-03-30T04:42:40.408 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.119+0000 7f006e81ac80 0 mon.b@-1(???).osd e108 crush map has features 3314933000854323200, adjusting msgr requires 2024-03-30T04:42:40.408 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.119+0000 7f006e81ac80 0 mon.b@-1(???).osd e108 crush map has features 432629239337189376, adjusting msgr requires 2024-03-30T04:42:40.408 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.119+0000 7f006e81ac80 0 mon.b@-1(???).osd e108 crush map has features 432629239337189376, adjusting msgr requires 2024-03-30T04:42:40.408 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.119+0000 7f006e81ac80 0 mon.b@-1(???).osd e108 crush map has features 432629239337189376, adjusting msgr requires 2024-03-30T04:42:40.408 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: debug 2024-03-30T04:42:40.119+0000 7f006e81ac80 1 mon.b@-1(???).paxosservice(auth 1..27) refresh upgraded, format 0 -> 3 2024-03-30T04:42:40.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: audit 2024-03-30T04:42:37.363671+0000 mon.c (mon.1) 2 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:42:40.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: audit 2024-03-30T04:42:37.363888+0000 mon.c (mon.1) 3 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:42:40.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:40 smithi117 bash[62284]: audit 2024-03-30T04:42:37.364063+0000 mon.c (mon.1) 4 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:42:41.114 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:40 smithi111 bash[70954]: audit 2024-03-30T04:42:37.363671+0000 mon.c (mon.1) 2 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:42:41.114 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:40 smithi111 bash[70954]: audit 2024-03-30T04:42:37.363888+0000 mon.c (mon.1) 3 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:42:41.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:40 smithi111 bash[70954]: audit 2024-03-30T04:42:37.364063+0000 mon.c (mon.1) 4 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:42:41.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:40 smithi111 bash[73591]: audit 2024-03-30T04:42:37.363671+0000 mon.c (mon.1) 2 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:42:41.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:40 smithi111 bash[73591]: audit 2024-03-30T04:42:37.363888+0000 mon.c (mon.1) 3 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:42:41.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:40 smithi111 bash[73591]: audit 2024-03-30T04:42:37.364063+0000 mon.c (mon.1) 4 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:42:42.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[70954]: audit 2024-03-30T04:42:40.681091+0000 mon.c (mon.1) 6 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:42:42.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[70954]: audit 2024-03-30T04:42:40.681806+0000 mon.c (mon.1) 7 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:42:42.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[70954]: audit 2024-03-30T04:42:40.682252+0000 mon.c (mon.1) 8 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:42:42.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[70954]: cluster 2024-03-30T04:42:40.682960+0000 mon.c (mon.1) 9 : cluster [INF] mon.c calling monitor election 2024-03-30T04:42:42.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[70954]: cluster 2024-03-30T04:42:40.683131+0000 mon.a (mon.0) 323 : cluster [INF] mon.a calling monitor election 2024-03-30T04:42:42.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[70954]: cluster 2024-03-30T04:42:40.683185+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-30T04:42:42.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[70954]: cluster 2024-03-30T04:42:40.707895+0000 mon.a (mon.0) 324 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-30T04:42:42.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[70954]: cluster 2024-03-30T04:42:40.718359+0000 mon.a (mon.0) 325 : cluster [DBG] monmap epoch 4 2024-03-30T04:42:42.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[70954]: cluster 2024-03-30T04:42:40.718457+0000 mon.a (mon.0) 326 : cluster [DBG] fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:42:42.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[70954]: cluster 2024-03-30T04:42:40.718501+0000 mon.a (mon.0) 327 : cluster [DBG] last_changed 2024-03-30T04:42:40.641578+0000 2024-03-30T04:42:42.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[70954]: cluster 2024-03-30T04:42:40.718543+0000 mon.a (mon.0) 328 : cluster [DBG] created 2024-03-30T04:24:10.162800+0000 2024-03-30T04:42:42.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[70954]: cluster 2024-03-30T04:42:40.718584+0000 mon.a (mon.0) 329 : cluster [DBG] min_mon_release 19 (squid) 2024-03-30T04:42:42.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[70954]: cluster 2024-03-30T04:42:40.718625+0000 mon.a (mon.0) 330 : cluster [DBG] election_strategy: 1 2024-03-30T04:42:42.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[70954]: cluster 2024-03-30T04:42:40.718668+0000 mon.a (mon.0) 331 : cluster [DBG] 0: [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] mon.a 2024-03-30T04:42:42.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[70954]: cluster 2024-03-30T04:42:40.718713+0000 mon.a (mon.0) 332 : cluster [DBG] 1: [v2:172.21.15.111:3301/0,v1:172.21.15.111:6790/0] mon.c 2024-03-30T04:42:42.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[70954]: cluster 2024-03-30T04:42:40.718754+0000 mon.a (mon.0) 333 : cluster [DBG] 2: [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] mon.b 2024-03-30T04:42:42.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[70954]: cluster 2024-03-30T04:42:40.719807+0000 mon.a (mon.0) 334 : cluster [DBG] fsmap 2024-03-30T04:42:42.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[70954]: cluster 2024-03-30T04:42:40.719899+0000 mon.a (mon.0) 335 : cluster [DBG] osdmap e108: 8 total, 8 up, 8 in 2024-03-30T04:42:42.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[70954]: cluster 2024-03-30T04:42:40.720588+0000 mon.a (mon.0) 336 : cluster [DBG] mgrmap e43: y(active, since 40s), standbys: x 2024-03-30T04:42:42.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[70954]: cluster 2024-03-30T04:42:40.720976+0000 mon.a (mon.0) 337 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:42:42.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[70954]: cluster 2024-03-30T04:42:40.721030+0000 mon.a (mon.0) 338 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:42:42.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[70954]: cluster 2024-03-30T04:42:40.721074+0000 mon.a (mon.0) 339 : cluster [WRN] daemon grafana.a on smithi117 is in unknown state 2024-03-30T04:42:42.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[70954]: audit 2024-03-30T04:42:40.739319+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.25441 ' entity='' 2024-03-30T04:42:42.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[70954]: audit 2024-03-30T04:42:40.755572+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:42.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[70954]: audit 2024-03-30T04:42:40.797533+0000 mon.c (mon.1) 10 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:42.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[73591]: audit 2024-03-30T04:42:40.681091+0000 mon.c (mon.1) 6 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:42:42.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[73591]: audit 2024-03-30T04:42:40.681806+0000 mon.c (mon.1) 7 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:42:42.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[73591]: audit 2024-03-30T04:42:40.682252+0000 mon.c (mon.1) 8 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:42:42.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[73591]: cluster 2024-03-30T04:42:40.682960+0000 mon.c (mon.1) 9 : cluster [INF] mon.c calling monitor election 2024-03-30T04:42:42.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[73591]: cluster 2024-03-30T04:42:40.683131+0000 mon.a (mon.0) 323 : cluster [INF] mon.a calling monitor election 2024-03-30T04:42:42.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[73591]: cluster 2024-03-30T04:42:40.683185+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-30T04:42:42.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[73591]: cluster 2024-03-30T04:42:40.707895+0000 mon.a (mon.0) 324 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-30T04:42:42.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[73591]: cluster 2024-03-30T04:42:40.718359+0000 mon.a (mon.0) 325 : cluster [DBG] monmap epoch 4 2024-03-30T04:42:42.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[73591]: cluster 2024-03-30T04:42:40.718457+0000 mon.a (mon.0) 326 : cluster [DBG] fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:42:42.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[73591]: cluster 2024-03-30T04:42:40.718501+0000 mon.a (mon.0) 327 : cluster [DBG] last_changed 2024-03-30T04:42:40.641578+0000 2024-03-30T04:42:42.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[73591]: cluster 2024-03-30T04:42:40.718543+0000 mon.a (mon.0) 328 : cluster [DBG] created 2024-03-30T04:24:10.162800+0000 2024-03-30T04:42:42.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[73591]: cluster 2024-03-30T04:42:40.718584+0000 mon.a (mon.0) 329 : cluster [DBG] min_mon_release 19 (squid) 2024-03-30T04:42:42.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[73591]: cluster 2024-03-30T04:42:40.718625+0000 mon.a (mon.0) 330 : cluster [DBG] election_strategy: 1 2024-03-30T04:42:42.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[73591]: cluster 2024-03-30T04:42:40.718668+0000 mon.a (mon.0) 331 : cluster [DBG] 0: [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] mon.a 2024-03-30T04:42:42.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[73591]: cluster 2024-03-30T04:42:40.718713+0000 mon.a (mon.0) 332 : cluster [DBG] 1: [v2:172.21.15.111:3301/0,v1:172.21.15.111:6790/0] mon.c 2024-03-30T04:42:42.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[73591]: cluster 2024-03-30T04:42:40.718754+0000 mon.a (mon.0) 333 : cluster [DBG] 2: [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] mon.b 2024-03-30T04:42:42.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[73591]: cluster 2024-03-30T04:42:40.719807+0000 mon.a (mon.0) 334 : cluster [DBG] fsmap 2024-03-30T04:42:42.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[73591]: cluster 2024-03-30T04:42:40.719899+0000 mon.a (mon.0) 335 : cluster [DBG] osdmap e108: 8 total, 8 up, 8 in 2024-03-30T04:42:42.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[73591]: cluster 2024-03-30T04:42:40.720588+0000 mon.a (mon.0) 336 : cluster [DBG] mgrmap e43: y(active, since 40s), standbys: x 2024-03-30T04:42:42.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[73591]: cluster 2024-03-30T04:42:40.720976+0000 mon.a (mon.0) 337 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:42:42.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[73591]: cluster 2024-03-30T04:42:40.721030+0000 mon.a (mon.0) 338 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:42:42.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[73591]: cluster 2024-03-30T04:42:40.721074+0000 mon.a (mon.0) 339 : cluster [WRN] daemon grafana.a on smithi117 is in unknown state 2024-03-30T04:42:42.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[73591]: audit 2024-03-30T04:42:40.739319+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.25441 ' entity='' 2024-03-30T04:42:42.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[73591]: audit 2024-03-30T04:42:40.755572+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:42.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[73591]: audit 2024-03-30T04:42:40.797533+0000 mon.c (mon.1) 10 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:42.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[70954]: audit 2024-03-30T04:42:40.799521+0000 mon.c (mon.1) 11 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:42.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[70954]: audit 2024-03-30T04:42:40.813575+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:42.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[70954]: audit 2024-03-30T04:42:40.885440+0000 mon.c (mon.1) 12 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:42:42.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[70954]: audit 2024-03-30T04:42:40.887194+0000 mon.c (mon.1) 13 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:42:42.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[70954]: audit 2024-03-30T04:42:40.888747+0000 mon.c (mon.1) 14 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:42.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[73591]: audit 2024-03-30T04:42:40.799521+0000 mon.c (mon.1) 11 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:42.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[73591]: audit 2024-03-30T04:42:40.813575+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:42.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[73591]: audit 2024-03-30T04:42:40.885440+0000 mon.c (mon.1) 12 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:42:42.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[73591]: audit 2024-03-30T04:42:40.887194+0000 mon.c (mon.1) 13 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:42:42.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:41 smithi111 bash[73591]: audit 2024-03-30T04:42:40.888747+0000 mon.c (mon.1) 14 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:42.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:41 smithi117 bash[62284]: audit 2024-03-30T04:42:40.681091+0000 mon.c (mon.1) 6 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:42:42.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:41 smithi117 bash[62284]: audit 2024-03-30T04:42:40.681806+0000 mon.c (mon.1) 7 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:42:42.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:41 smithi117 bash[62284]: audit 2024-03-30T04:42:40.682252+0000 mon.c (mon.1) 8 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:42:42.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:41 smithi117 bash[62284]: cluster 2024-03-30T04:42:40.682960+0000 mon.c (mon.1) 9 : cluster [INF] mon.c calling monitor election 2024-03-30T04:42:42.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:41 smithi117 bash[62284]: cluster 2024-03-30T04:42:40.683131+0000 mon.a (mon.0) 323 : cluster [INF] mon.a calling monitor election 2024-03-30T04:42:42.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:41 smithi117 bash[62284]: cluster 2024-03-30T04:42:40.683185+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-30T04:42:42.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:41 smithi117 bash[62284]: cluster 2024-03-30T04:42:40.707895+0000 mon.a (mon.0) 324 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-30T04:42:42.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:41 smithi117 bash[62284]: cluster 2024-03-30T04:42:40.718359+0000 mon.a (mon.0) 325 : cluster [DBG] monmap epoch 4 2024-03-30T04:42:42.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:41 smithi117 bash[62284]: cluster 2024-03-30T04:42:40.718457+0000 mon.a (mon.0) 326 : cluster [DBG] fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:42:42.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:41 smithi117 bash[62284]: cluster 2024-03-30T04:42:40.718501+0000 mon.a (mon.0) 327 : cluster [DBG] last_changed 2024-03-30T04:42:40.641578+0000 2024-03-30T04:42:42.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:41 smithi117 bash[62284]: cluster 2024-03-30T04:42:40.718543+0000 mon.a (mon.0) 328 : cluster [DBG] created 2024-03-30T04:24:10.162800+0000 2024-03-30T04:42:42.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:41 smithi117 bash[62284]: cluster 2024-03-30T04:42:40.718584+0000 mon.a (mon.0) 329 : cluster [DBG] min_mon_release 19 (squid) 2024-03-30T04:42:42.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:41 smithi117 bash[62284]: cluster 2024-03-30T04:42:40.718625+0000 mon.a (mon.0) 330 : cluster [DBG] election_strategy: 1 2024-03-30T04:42:42.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:41 smithi117 bash[62284]: cluster 2024-03-30T04:42:40.718668+0000 mon.a (mon.0) 331 : cluster [DBG] 0: [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] mon.a 2024-03-30T04:42:42.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:41 smithi117 bash[62284]: cluster 2024-03-30T04:42:40.718713+0000 mon.a (mon.0) 332 : cluster [DBG] 1: [v2:172.21.15.111:3301/0,v1:172.21.15.111:6790/0] mon.c 2024-03-30T04:42:42.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:41 smithi117 bash[62284]: cluster 2024-03-30T04:42:40.718754+0000 mon.a (mon.0) 333 : cluster [DBG] 2: [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] mon.b 2024-03-30T04:42:42.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:41 smithi117 bash[62284]: cluster 2024-03-30T04:42:40.719807+0000 mon.a (mon.0) 334 : cluster [DBG] fsmap 2024-03-30T04:42:42.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:41 smithi117 bash[62284]: cluster 2024-03-30T04:42:40.719899+0000 mon.a (mon.0) 335 : cluster [DBG] osdmap e108: 8 total, 8 up, 8 in 2024-03-30T04:42:42.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:41 smithi117 bash[62284]: cluster 2024-03-30T04:42:40.720588+0000 mon.a (mon.0) 336 : cluster [DBG] mgrmap e43: y(active, since 40s), standbys: x 2024-03-30T04:42:42.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:41 smithi117 bash[62284]: cluster 2024-03-30T04:42:40.720976+0000 mon.a (mon.0) 337 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:42:42.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:41 smithi117 bash[62284]: cluster 2024-03-30T04:42:40.721030+0000 mon.a (mon.0) 338 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:42:42.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:41 smithi117 bash[62284]: cluster 2024-03-30T04:42:40.721074+0000 mon.a (mon.0) 339 : cluster [WRN] daemon grafana.a on smithi117 is in unknown state 2024-03-30T04:42:42.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:41 smithi117 bash[62284]: audit 2024-03-30T04:42:40.739319+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.25441 ' entity='' 2024-03-30T04:42:42.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:41 smithi117 bash[62284]: audit 2024-03-30T04:42:40.755572+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:42.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:41 smithi117 bash[62284]: audit 2024-03-30T04:42:40.797533+0000 mon.c (mon.1) 10 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:42.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:41 smithi117 bash[62284]: audit 2024-03-30T04:42:40.799521+0000 mon.c (mon.1) 11 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:42.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:41 smithi117 bash[62284]: audit 2024-03-30T04:42:40.813575+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:42.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:41 smithi117 bash[62284]: audit 2024-03-30T04:42:40.885440+0000 mon.c (mon.1) 12 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:42:42.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:41 smithi117 bash[62284]: audit 2024-03-30T04:42:40.887194+0000 mon.c (mon.1) 13 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:42:42.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:41 smithi117 bash[62284]: audit 2024-03-30T04:42:40.888747+0000 mon.c (mon.1) 14 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:42.634 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:42:42 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Scheduled restart job, restart counter is at 13. 2024-03-30T04:42:42.634 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:42:42 smithi117 systemd[1]: Stopped Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:42.634 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:42:42 smithi117 systemd[1]: Started Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:42.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:42 smithi111 bash[70954]: cluster 2024-03-30T04:42:40.750852+0000 mgr.y (mgr.25441) 671 : cluster [DBG] pgmap v436: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 636 B/s rd, 0 op/s 2024-03-30T04:42:42.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:42 smithi111 bash[70954]: cluster 2024-03-30T04:42:40.803043+0000 mgr.y (mgr.25441) 672 : cluster [DBG] pgmap v437: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 840 B/s rd, 0 op/s 2024-03-30T04:42:42.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:42 smithi111 bash[70954]: cluster 2024-03-30T04:42:40.803762+0000 mgr.y (mgr.25441) 673 : cluster [DBG] pgmap v438: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 845 B/s rd, 0 op/s 2024-03-30T04:42:42.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:42 smithi111 bash[70954]: cephadm 2024-03-30T04:42:40.817147+0000 mgr.y (mgr.25441) 674 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:42.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:42 smithi111 bash[70954]: cephadm 2024-03-30T04:42:40.884673+0000 mgr.y (mgr.25441) 675 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-03-30T04:42:42.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:42 smithi111 bash[70954]: cephadm 2024-03-30T04:42:40.890548+0000 mgr.y (mgr.25441) 676 : cephadm [INF] Reconfiguring daemon mon.a on smithi111 2024-03-30T04:42:42.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:42 smithi111 bash[70954]: audit 2024-03-30T04:42:41.169939+0000 mgr.y (mgr.25441) 677 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:42.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:42 smithi111 bash[73591]: cluster 2024-03-30T04:42:40.750852+0000 mgr.y (mgr.25441) 671 : cluster [DBG] pgmap v436: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 636 B/s rd, 0 op/s 2024-03-30T04:42:42.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:42 smithi111 bash[73591]: cluster 2024-03-30T04:42:40.803043+0000 mgr.y (mgr.25441) 672 : cluster [DBG] pgmap v437: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 840 B/s rd, 0 op/s 2024-03-30T04:42:42.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:42 smithi111 bash[73591]: cluster 2024-03-30T04:42:40.803762+0000 mgr.y (mgr.25441) 673 : cluster [DBG] pgmap v438: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 845 B/s rd, 0 op/s 2024-03-30T04:42:42.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:42 smithi111 bash[73591]: cephadm 2024-03-30T04:42:40.817147+0000 mgr.y (mgr.25441) 674 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:42.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:42 smithi111 bash[73591]: cephadm 2024-03-30T04:42:40.884673+0000 mgr.y (mgr.25441) 675 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-03-30T04:42:42.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:42 smithi111 bash[73591]: cephadm 2024-03-30T04:42:40.890548+0000 mgr.y (mgr.25441) 676 : cephadm [INF] Reconfiguring daemon mon.a on smithi111 2024-03-30T04:42:42.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:42 smithi111 bash[73591]: audit 2024-03-30T04:42:41.169939+0000 mgr.y (mgr.25441) 677 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:43.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:42 smithi117 bash[62284]: cluster 2024-03-30T04:42:40.750852+0000 mgr.y (mgr.25441) 671 : cluster [DBG] pgmap v436: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 636 B/s rd, 0 op/s 2024-03-30T04:42:43.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:42 smithi117 bash[62284]: cluster 2024-03-30T04:42:40.803043+0000 mgr.y (mgr.25441) 672 : cluster [DBG] pgmap v437: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 840 B/s rd, 0 op/s 2024-03-30T04:42:43.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:42 smithi117 bash[62284]: cluster 2024-03-30T04:42:40.803762+0000 mgr.y (mgr.25441) 673 : cluster [DBG] pgmap v438: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 845 B/s rd, 0 op/s 2024-03-30T04:42:43.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:42 smithi117 bash[62284]: cephadm 2024-03-30T04:42:40.817147+0000 mgr.y (mgr.25441) 674 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:43.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:42 smithi117 bash[62284]: cephadm 2024-03-30T04:42:40.884673+0000 mgr.y (mgr.25441) 675 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-03-30T04:42:43.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:42 smithi117 bash[62284]: cephadm 2024-03-30T04:42:40.890548+0000 mgr.y (mgr.25441) 676 : cephadm [INF] Reconfiguring daemon mon.a on smithi111 2024-03-30T04:42:43.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:42 smithi117 bash[62284]: audit 2024-03-30T04:42:41.169939+0000 mgr.y (mgr.25441) 677 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:43.617 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:42:43 smithi117 bash[53671]: ts=2024-03-30T04:42:43.507Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi111\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:42:43.617 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:42:43 smithi117 bash[62498]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:42:43.617 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:42:43 smithi117 bash[62498]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:42:44.384 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:42:44 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-30T04:42:44.384 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:42:44 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Failed with result 'exit-code'. 2024-03-30T04:42:44.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:44 smithi117 bash[62284]: cluster 2024-03-30T04:42:42.805431+0000 mgr.y (mgr.25441) 678 : cluster [DBG] pgmap v439: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:42:44.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:44 smithi117 bash[62284]: audit 2024-03-30T04:42:43.164323+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:44.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:44 smithi117 bash[62284]: audit 2024-03-30T04:42:43.178967+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:44.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:44 smithi117 bash[62284]: cephadm 2024-03-30T04:42:43.209626+0000 mgr.y (mgr.25441) 679 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-03-30T04:42:44.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:44 smithi117 bash[62284]: audit 2024-03-30T04:42:43.210450+0000 mon.c (mon.1) 15 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:42:44.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:44 smithi117 bash[62284]: audit 2024-03-30T04:42:43.211237+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:42:44.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:44 smithi117 bash[62284]: audit 2024-03-30T04:42:43.213338+0000 mon.c (mon.1) 16 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:42:44.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:44 smithi117 bash[62284]: audit 2024-03-30T04:42:43.215100+0000 mon.c (mon.1) 17 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:44.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:44 smithi117 bash[62284]: cephadm 2024-03-30T04:42:43.217033+0000 mgr.y (mgr.25441) 680 : cephadm [INF] Reconfiguring daemon mgr.y on smithi111 2024-03-30T04:42:44.523 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:44 smithi111 bash[70954]: cluster 2024-03-30T04:42:42.805431+0000 mgr.y (mgr.25441) 678 : cluster [DBG] pgmap v439: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:42:44.523 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:44 smithi111 bash[70954]: audit 2024-03-30T04:42:43.164323+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:44.523 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:44 smithi111 bash[70954]: audit 2024-03-30T04:42:43.178967+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:44.523 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:44 smithi111 bash[70954]: cephadm 2024-03-30T04:42:43.209626+0000 mgr.y (mgr.25441) 679 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-03-30T04:42:44.523 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:44 smithi111 bash[70954]: audit 2024-03-30T04:42:43.210450+0000 mon.c (mon.1) 15 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:42:44.523 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:44 smithi111 bash[70954]: audit 2024-03-30T04:42:43.211237+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:42:44.523 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:44 smithi111 bash[70954]: audit 2024-03-30T04:42:43.213338+0000 mon.c (mon.1) 16 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:42:44.523 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:44 smithi111 bash[70954]: audit 2024-03-30T04:42:43.215100+0000 mon.c (mon.1) 17 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:44.523 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:44 smithi111 bash[70954]: cephadm 2024-03-30T04:42:43.217033+0000 mgr.y (mgr.25441) 680 : cephadm [INF] Reconfiguring daemon mgr.y on smithi111 2024-03-30T04:42:44.524 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:44 smithi111 bash[73591]: cluster 2024-03-30T04:42:42.805431+0000 mgr.y (mgr.25441) 678 : cluster [DBG] pgmap v439: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:42:44.524 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:44 smithi111 bash[73591]: audit 2024-03-30T04:42:43.164323+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:44.524 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:44 smithi111 bash[73591]: audit 2024-03-30T04:42:43.178967+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:44.524 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:44 smithi111 bash[73591]: cephadm 2024-03-30T04:42:43.209626+0000 mgr.y (mgr.25441) 679 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-03-30T04:42:44.524 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:44 smithi111 bash[73591]: audit 2024-03-30T04:42:43.210450+0000 mon.c (mon.1) 15 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:42:44.524 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:44 smithi111 bash[73591]: audit 2024-03-30T04:42:43.211237+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:42:44.524 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:44 smithi111 bash[73591]: audit 2024-03-30T04:42:43.213338+0000 mon.c (mon.1) 16 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:42:44.524 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:44 smithi111 bash[73591]: audit 2024-03-30T04:42:43.215100+0000 mon.c (mon.1) 17 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:44.524 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:44 smithi111 bash[73591]: cephadm 2024-03-30T04:42:43.217033+0000 mgr.y (mgr.25441) 680 : cephadm [INF] Reconfiguring daemon mgr.y on smithi111 2024-03-30T04:42:45.614 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:42:45 smithi111 bash[65893]: debug 2024-03-30T04:42:45.126+0000 7f81a1b9f700 -1 mgr.server handle_report got status from non-daemon mon.b 2024-03-30T04:42:46.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:46 smithi111 bash[73591]: cluster 2024-03-30T04:42:44.806259+0000 mgr.y (mgr.25441) 681 : cluster [DBG] pgmap v440: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 635 B/s rd, 0 op/s 2024-03-30T04:42:46.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:46 smithi111 bash[73591]: audit 2024-03-30T04:42:45.243829+0000 mon.c (mon.1) 18 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:42:46.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:46 smithi111 bash[73591]: audit 2024-03-30T04:42:45.391401+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:46.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:46 smithi111 bash[73591]: audit 2024-03-30T04:42:45.405289+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:46.453 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:46 smithi111 bash[73591]: cephadm 2024-03-30T04:42:45.450903+0000 mgr.y (mgr.25441) 682 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-30T04:42:46.453 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:46 smithi111 bash[73591]: audit 2024-03-30T04:42:45.451495+0000 mon.c (mon.1) 19 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:42:46.453 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:46 smithi111 bash[73591]: audit 2024-03-30T04:42:45.453166+0000 mon.c (mon.1) 20 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:42:46.453 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:46 smithi111 bash[73591]: audit 2024-03-30T04:42:45.454780+0000 mon.c (mon.1) 21 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:46.453 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:46 smithi111 bash[73591]: cephadm 2024-03-30T04:42:45.456911+0000 mgr.y (mgr.25441) 683 : cephadm [INF] Reconfiguring daemon mon.c on smithi111 2024-03-30T04:42:46.453 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:46 smithi111 bash[70954]: cluster 2024-03-30T04:42:44.806259+0000 mgr.y (mgr.25441) 681 : cluster [DBG] pgmap v440: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 635 B/s rd, 0 op/s 2024-03-30T04:42:46.453 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:46 smithi111 bash[70954]: audit 2024-03-30T04:42:45.243829+0000 mon.c (mon.1) 18 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:42:46.453 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:46 smithi111 bash[70954]: audit 2024-03-30T04:42:45.391401+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:46.453 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:46 smithi111 bash[70954]: audit 2024-03-30T04:42:45.405289+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:46.453 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:46 smithi111 bash[70954]: cephadm 2024-03-30T04:42:45.450903+0000 mgr.y (mgr.25441) 682 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-30T04:42:46.453 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:46 smithi111 bash[70954]: audit 2024-03-30T04:42:45.451495+0000 mon.c (mon.1) 19 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:42:46.454 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:46 smithi111 bash[70954]: audit 2024-03-30T04:42:45.453166+0000 mon.c (mon.1) 20 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:42:46.454 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:46 smithi111 bash[70954]: audit 2024-03-30T04:42:45.454780+0000 mon.c (mon.1) 21 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:46.454 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:46 smithi111 bash[70954]: cephadm 2024-03-30T04:42:45.456911+0000 mgr.y (mgr.25441) 683 : cephadm [INF] Reconfiguring daemon mon.c on smithi111 2024-03-30T04:42:46.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:46 smithi117 bash[62284]: cluster 2024-03-30T04:42:44.806259+0000 mgr.y (mgr.25441) 681 : cluster [DBG] pgmap v440: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 635 B/s rd, 0 op/s 2024-03-30T04:42:46.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:46 smithi117 bash[62284]: audit 2024-03-30T04:42:45.243829+0000 mon.c (mon.1) 18 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:42:46.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:46 smithi117 bash[62284]: audit 2024-03-30T04:42:45.391401+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:46.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:46 smithi117 bash[62284]: audit 2024-03-30T04:42:45.405289+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:46.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:46 smithi117 bash[62284]: cephadm 2024-03-30T04:42:45.450903+0000 mgr.y (mgr.25441) 682 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-30T04:42:46.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:46 smithi117 bash[62284]: audit 2024-03-30T04:42:45.451495+0000 mon.c (mon.1) 19 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:42:46.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:46 smithi117 bash[62284]: audit 2024-03-30T04:42:45.453166+0000 mon.c (mon.1) 20 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:42:46.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:46 smithi117 bash[62284]: audit 2024-03-30T04:42:45.454780+0000 mon.c (mon.1) 21 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:46.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:46 smithi117 bash[62284]: cephadm 2024-03-30T04:42:45.456911+0000 mgr.y (mgr.25441) 683 : cephadm [INF] Reconfiguring daemon mon.c on smithi111 2024-03-30T04:42:46.864 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:42:46 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:42:46] "GET /metrics HTTP/1.1" 200 38276 "" "Prometheus/2.33.4" 2024-03-30T04:42:48.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:48 smithi111 bash[70954]: cluster 2024-03-30T04:42:46.807995+0000 mgr.y (mgr.25441) 684 : cluster [DBG] pgmap v441: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:42:48.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:48 smithi111 bash[70954]: audit 2024-03-30T04:42:47.897875+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:48.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:48 smithi111 bash[70954]: audit 2024-03-30T04:42:47.912177+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:48.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:48 smithi111 bash[70954]: audit 2024-03-30T04:42:47.927544+0000 mon.c (mon.1) 22 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-30T04:42:48.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:48 smithi111 bash[70954]: audit 2024-03-30T04:42:47.929115+0000 mon.c (mon.1) 23 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:48 smithi111 bash[73591]: cluster 2024-03-30T04:42:46.807995+0000 mgr.y (mgr.25441) 684 : cluster [DBG] pgmap v441: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:42:48.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:48 smithi111 bash[73591]: audit 2024-03-30T04:42:47.897875+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:48.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:48 smithi111 bash[73591]: audit 2024-03-30T04:42:47.912177+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:48.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:48 smithi111 bash[73591]: audit 2024-03-30T04:42:47.927544+0000 mon.c (mon.1) 22 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-30T04:42:48.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:48 smithi111 bash[73591]: audit 2024-03-30T04:42:47.929115+0000 mon.c (mon.1) 23 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:48 smithi117 bash[62284]: cluster 2024-03-30T04:42:46.807995+0000 mgr.y (mgr.25441) 684 : cluster [DBG] pgmap v441: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:42:48.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:48 smithi117 bash[62284]: audit 2024-03-30T04:42:47.897875+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:48.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:48 smithi117 bash[62284]: audit 2024-03-30T04:42:47.912177+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:48.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:48 smithi117 bash[62284]: audit 2024-03-30T04:42:47.927544+0000 mon.c (mon.1) 22 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-30T04:42:48.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:48 smithi117 bash[62284]: audit 2024-03-30T04:42:47.929115+0000 mon.c (mon.1) 23 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.134 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:42:48 smithi117 bash[53671]: ts=2024-03-30T04:42: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.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"172.21.15.117:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"smithi111:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:42:49.561 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:49 smithi111 bash[70954]: cephadm 2024-03-30T04:42:47.926973+0000 mgr.y (mgr.25441) 685 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-03-30T04:42:49.561 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:49 smithi111 bash[70954]: cephadm 2024-03-30T04:42:47.933250+0000 mgr.y (mgr.25441) 686 : cephadm [INF] Reconfiguring daemon osd.0 on smithi111 2024-03-30T04:42:49.561 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:49 smithi111 bash[73591]: cephadm 2024-03-30T04:42:47.926973+0000 mgr.y (mgr.25441) 685 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-03-30T04:42:49.561 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:49 smithi111 bash[73591]: cephadm 2024-03-30T04:42:47.933250+0000 mgr.y (mgr.25441) 686 : cephadm [INF] Reconfiguring daemon osd.0 on smithi111 2024-03-30T04:42:49.601 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:49 smithi117 bash[62284]: cephadm 2024-03-30T04:42:47.926973+0000 mgr.y (mgr.25441) 685 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-03-30T04:42:49.601 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:49 smithi117 bash[62284]: cephadm 2024-03-30T04:42:47.933250+0000 mgr.y (mgr.25441) 686 : cephadm [INF] Reconfiguring daemon osd.0 on smithi111 2024-03-30T04:42:50.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:50 smithi111 bash[70954]: cluster 2024-03-30T04:42:48.808836+0000 mgr.y (mgr.25441) 687 : cluster [DBG] pgmap v442: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:42:50.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:50 smithi111 bash[70954]: audit 2024-03-30T04:42:49.579989+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:50.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:50 smithi111 bash[70954]: audit 2024-03-30T04:42:49.593246+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:50.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:50 smithi111 bash[70954]: cluster 2024-03-30T04:42:49.596397+0000 mgr.y (mgr.25441) 688 : cluster [DBG] pgmap v443: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:42:50.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:50 smithi111 bash[70954]: cluster 2024-03-30T04:42:49.596895+0000 mgr.y (mgr.25441) 689 : cluster [DBG] pgmap v444: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:42:50.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:50 smithi111 bash[70954]: audit 2024-03-30T04:42:49.605401+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:50.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:50 smithi111 bash[70954]: audit 2024-03-30T04:42:50.132977+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:50.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:50 smithi111 bash[70954]: audit 2024-03-30T04:42:50.151132+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:50.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:50 smithi111 bash[70954]: audit 2024-03-30T04:42:50.203157+0000 mon.c (mon.1) 24 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-30T04:42:50.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:50 smithi111 bash[70954]: audit 2024-03-30T04:42:50.204815+0000 mon.c (mon.1) 25 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:50.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:50 smithi111 bash[73591]: cluster 2024-03-30T04:42:48.808836+0000 mgr.y (mgr.25441) 687 : cluster [DBG] pgmap v442: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:42:50.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:50 smithi111 bash[73591]: audit 2024-03-30T04:42:49.579989+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:50.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:50 smithi111 bash[73591]: audit 2024-03-30T04:42:49.593246+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:50.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:50 smithi111 bash[73591]: cluster 2024-03-30T04:42:49.596397+0000 mgr.y (mgr.25441) 688 : cluster [DBG] pgmap v443: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:42:50.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:50 smithi111 bash[73591]: cluster 2024-03-30T04:42:49.596895+0000 mgr.y (mgr.25441) 689 : cluster [DBG] pgmap v444: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:42:50.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:50 smithi111 bash[73591]: audit 2024-03-30T04:42:49.605401+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:50.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:50 smithi111 bash[73591]: audit 2024-03-30T04:42:50.132977+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:50.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:50 smithi111 bash[73591]: audit 2024-03-30T04:42:50.151132+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:50.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:50 smithi111 bash[73591]: audit 2024-03-30T04:42:50.203157+0000 mon.c (mon.1) 24 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-30T04:42:50.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:50 smithi111 bash[73591]: audit 2024-03-30T04:42:50.204815+0000 mon.c (mon.1) 25 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:50.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:50 smithi117 bash[62284]: cluster 2024-03-30T04:42:48.808836+0000 mgr.y (mgr.25441) 687 : cluster [DBG] pgmap v442: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:42:50.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:50 smithi117 bash[62284]: audit 2024-03-30T04:42:49.579989+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:50.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:50 smithi117 bash[62284]: audit 2024-03-30T04:42:49.593246+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:50.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:50 smithi117 bash[62284]: cluster 2024-03-30T04:42:49.596397+0000 mgr.y (mgr.25441) 688 : cluster [DBG] pgmap v443: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:42:50.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:50 smithi117 bash[62284]: cluster 2024-03-30T04:42:49.596895+0000 mgr.y (mgr.25441) 689 : cluster [DBG] pgmap v444: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:42:50.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:50 smithi117 bash[62284]: audit 2024-03-30T04:42:49.605401+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:50.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:50 smithi117 bash[62284]: audit 2024-03-30T04:42:50.132977+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:50.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:50 smithi117 bash[62284]: audit 2024-03-30T04:42:50.151132+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:50.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:50 smithi117 bash[62284]: audit 2024-03-30T04:42:50.203157+0000 mon.c (mon.1) 24 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-30T04:42:50.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:50 smithi117 bash[62284]: audit 2024-03-30T04:42:50.204815+0000 mon.c (mon.1) 25 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:51.811 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:51 smithi111 bash[70954]: cephadm 2024-03-30T04:42:50.202565+0000 mgr.y (mgr.25441) 690 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-03-30T04:42:51.812 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:51 smithi111 bash[70954]: cephadm 2024-03-30T04:42:50.210489+0000 mgr.y (mgr.25441) 691 : cephadm [INF] Reconfiguring daemon osd.1 on smithi111 2024-03-30T04:42:51.812 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:51 smithi111 bash[73591]: cephadm 2024-03-30T04:42:50.202565+0000 mgr.y (mgr.25441) 690 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-03-30T04:42:51.812 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:51 smithi111 bash[73591]: cephadm 2024-03-30T04:42:50.210489+0000 mgr.y (mgr.25441) 691 : cephadm [INF] Reconfiguring daemon osd.1 on smithi111 2024-03-30T04:42:51.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:51 smithi117 bash[62284]: cephadm 2024-03-30T04:42:50.202565+0000 mgr.y (mgr.25441) 690 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-03-30T04:42:51.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:51 smithi117 bash[62284]: cephadm 2024-03-30T04:42:50.210489+0000 mgr.y (mgr.25441) 691 : cephadm [INF] Reconfiguring daemon osd.1 on smithi111 2024-03-30T04:42:52.852 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:52 smithi111 bash[70954]: audit 2024-03-30T04:42:51.178971+0000 mgr.y (mgr.25441) 692 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:52.852 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:52 smithi111 bash[70954]: cluster 2024-03-30T04:42:51.597856+0000 mgr.y (mgr.25441) 693 : cluster [DBG] pgmap v445: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:42:52.852 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:52 smithi111 bash[70954]: audit 2024-03-30T04:42:52.403325+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:52.852 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:52 smithi111 bash[70954]: audit 2024-03-30T04:42:52.417145+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:52.852 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:52 smithi111 bash[70954]: audit 2024-03-30T04:42:52.428608+0000 mon.c (mon.1) 26 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-30T04:42:52.852 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:52 smithi111 bash[70954]: audit 2024-03-30T04:42:52.429745+0000 mon.c (mon.1) 27 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:52.853 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:52 smithi111 bash[73591]: audit 2024-03-30T04:42:51.178971+0000 mgr.y (mgr.25441) 692 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:52.853 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:52 smithi111 bash[73591]: cluster 2024-03-30T04:42:51.597856+0000 mgr.y (mgr.25441) 693 : cluster [DBG] pgmap v445: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:42:52.853 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:52 smithi111 bash[73591]: audit 2024-03-30T04:42:52.403325+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:52.853 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:52 smithi111 bash[73591]: audit 2024-03-30T04:42:52.417145+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:52.853 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:52 smithi111 bash[73591]: audit 2024-03-30T04:42:52.428608+0000 mon.c (mon.1) 26 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-30T04:42:52.853 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:52 smithi111 bash[73591]: audit 2024-03-30T04:42:52.429745+0000 mon.c (mon.1) 27 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:52.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:52 smithi117 bash[62284]: audit 2024-03-30T04:42:51.178971+0000 mgr.y (mgr.25441) 692 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:52.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:52 smithi117 bash[62284]: cluster 2024-03-30T04:42:51.597856+0000 mgr.y (mgr.25441) 693 : cluster [DBG] pgmap v445: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:42:52.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:52 smithi117 bash[62284]: audit 2024-03-30T04:42:52.403325+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:52.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:52 smithi117 bash[62284]: audit 2024-03-30T04:42:52.417145+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:52.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:52 smithi117 bash[62284]: audit 2024-03-30T04:42:52.428608+0000 mon.c (mon.1) 26 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-30T04:42:52.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:52 smithi117 bash[62284]: audit 2024-03-30T04:42:52.429745+0000 mon.c (mon.1) 27 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:53.864 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:53 smithi111 bash[70954]: cephadm 2024-03-30T04:42:52.428177+0000 mgr.y (mgr.25441) 694 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-03-30T04:42:53.864 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:53 smithi111 bash[70954]: cephadm 2024-03-30T04:42:52.432523+0000 mgr.y (mgr.25441) 695 : cephadm [INF] Reconfiguring daemon osd.2 on smithi111 2024-03-30T04:42:53.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:53 smithi111 bash[73591]: cephadm 2024-03-30T04:42:52.428177+0000 mgr.y (mgr.25441) 694 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-03-30T04:42:53.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:53 smithi111 bash[73591]: cephadm 2024-03-30T04:42:52.432523+0000 mgr.y (mgr.25441) 695 : cephadm [INF] Reconfiguring daemon osd.2 on smithi111 2024-03-30T04:42:53.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:53 smithi117 bash[62284]: cephadm 2024-03-30T04:42:52.428177+0000 mgr.y (mgr.25441) 694 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-03-30T04:42:53.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:53 smithi117 bash[62284]: cephadm 2024-03-30T04:42:52.432523+0000 mgr.y (mgr.25441) 695 : cephadm [INF] Reconfiguring daemon osd.2 on smithi111 2024-03-30T04:42:53.884 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:42:53 smithi117 bash[53671]: ts=2024-03-30T04:42:53.510Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi111\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:42:54.543 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:42:54 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Scheduled restart job, restart counter is at 14. 2024-03-30T04:42:54.543 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:42:54 smithi117 systemd[1]: Stopped Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:54.544 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:42:54 smithi117 systemd[1]: Started Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:54.864 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:54 smithi111 bash[73591]: cluster 2024-03-30T04:42:53.598610+0000 mgr.y (mgr.25441) 696 : cluster [DBG] pgmap v446: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:42:54.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:54 smithi111 bash[70954]: cluster 2024-03-30T04:42:53.598610+0000 mgr.y (mgr.25441) 696 : cluster [DBG] pgmap v446: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:42:54.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:54 smithi117 bash[62284]: cluster 2024-03-30T04:42:53.598610+0000 mgr.y (mgr.25441) 696 : cluster [DBG] pgmap v446: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:42:55.590 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:42:55 smithi117 bash[62631]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:42:55.590 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:42:55 smithi117 bash[62631]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:42:56.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:55 smithi111 bash[70954]: audit 2024-03-30T04:42:54.895042+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:56.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:55 smithi111 bash[70954]: audit 2024-03-30T04:42:54.905600+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:56.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:55 smithi111 bash[70954]: cluster 2024-03-30T04:42:54.909101+0000 mgr.y (mgr.25441) 697 : cluster [DBG] pgmap v447: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 631 B/s rd, 0 op/s 2024-03-30T04:42:56.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:55 smithi111 bash[70954]: cluster 2024-03-30T04:42:54.909753+0000 mgr.y (mgr.25441) 698 : cluster [DBG] pgmap v448: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 839 B/s rd, 0 op/s 2024-03-30T04:42:56.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:55 smithi111 bash[70954]: audit 2024-03-30T04:42:54.920043+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:56.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:55 smithi111 bash[70954]: audit 2024-03-30T04:42:55.803269+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:56.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:55 smithi111 bash[70954]: audit 2024-03-30T04:42:55.815489+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:56.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:55 smithi111 bash[70954]: audit 2024-03-30T04:42:55.865402+0000 mon.c (mon.1) 28 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-30T04:42:56.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:55 smithi111 bash[70954]: audit 2024-03-30T04:42:55.866232+0000 mon.c (mon.1) 29 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:56.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:55 smithi111 bash[73591]: audit 2024-03-30T04:42:54.895042+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:56.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:55 smithi111 bash[73591]: audit 2024-03-30T04:42:54.905600+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:56.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:55 smithi111 bash[73591]: cluster 2024-03-30T04:42:54.909101+0000 mgr.y (mgr.25441) 697 : cluster [DBG] pgmap v447: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 631 B/s rd, 0 op/s 2024-03-30T04:42:56.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:55 smithi111 bash[73591]: cluster 2024-03-30T04:42:54.909753+0000 mgr.y (mgr.25441) 698 : cluster [DBG] pgmap v448: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 839 B/s rd, 0 op/s 2024-03-30T04:42:56.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:55 smithi111 bash[73591]: audit 2024-03-30T04:42:54.920043+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:56.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:55 smithi111 bash[73591]: audit 2024-03-30T04:42:55.803269+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:56.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:55 smithi111 bash[73591]: audit 2024-03-30T04:42:55.815489+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:56.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:55 smithi111 bash[73591]: audit 2024-03-30T04:42:55.865402+0000 mon.c (mon.1) 28 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-30T04:42:56.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:55 smithi111 bash[73591]: audit 2024-03-30T04:42:55.866232+0000 mon.c (mon.1) 29 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:56.384 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:42:56 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-30T04:42:56.384 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:42:56 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Failed with result 'exit-code'. 2024-03-30T04:42:56.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:55 smithi117 bash[62284]: audit 2024-03-30T04:42:54.895042+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:56.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:55 smithi117 bash[62284]: audit 2024-03-30T04:42:54.905600+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:56.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:55 smithi117 bash[62284]: cluster 2024-03-30T04:42:54.909101+0000 mgr.y (mgr.25441) 697 : cluster [DBG] pgmap v447: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 631 B/s rd, 0 op/s 2024-03-30T04:42:56.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:55 smithi117 bash[62284]: cluster 2024-03-30T04:42:54.909753+0000 mgr.y (mgr.25441) 698 : cluster [DBG] pgmap v448: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 839 B/s rd, 0 op/s 2024-03-30T04:42:56.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:55 smithi117 bash[62284]: audit 2024-03-30T04:42:54.920043+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:56.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:55 smithi117 bash[62284]: audit 2024-03-30T04:42:55.803269+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:56.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:55 smithi117 bash[62284]: audit 2024-03-30T04:42:55.815489+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:42:56.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:55 smithi117 bash[62284]: audit 2024-03-30T04:42:55.865402+0000 mon.c (mon.1) 28 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-30T04:42:56.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:55 smithi117 bash[62284]: audit 2024-03-30T04:42:55.866232+0000 mon.c (mon.1) 29 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:56.614 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:42:56 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:42:56] "GET /metrics HTTP/1.1" 200 38276 "" "Prometheus/2.33.4" 2024-03-30T04:42:57.114 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:56 smithi111 bash[73591]: cephadm 2024-03-30T04:42:55.864947+0000 mgr.y (mgr.25441) 699 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-03-30T04:42:57.114 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:56 smithi111 bash[73591]: cephadm 2024-03-30T04:42:55.868658+0000 mgr.y (mgr.25441) 700 : cephadm [INF] Reconfiguring daemon osd.3 on smithi111 2024-03-30T04:42:57.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:56 smithi111 bash[70954]: cephadm 2024-03-30T04:42:55.864947+0000 mgr.y (mgr.25441) 699 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-03-30T04:42:57.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:56 smithi111 bash[70954]: cephadm 2024-03-30T04:42:55.868658+0000 mgr.y (mgr.25441) 700 : cephadm [INF] Reconfiguring daemon osd.3 on smithi111 2024-03-30T04:42:57.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:56 smithi117 bash[62284]: cephadm 2024-03-30T04:42:55.864947+0000 mgr.y (mgr.25441) 699 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-03-30T04:42:57.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:56 smithi117 bash[62284]: cephadm 2024-03-30T04:42:55.868658+0000 mgr.y (mgr.25441) 700 : cephadm [INF] Reconfiguring daemon osd.3 on smithi111 2024-03-30T04:42:58.234 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:57 smithi111 bash[70954]: cluster 2024-03-30T04:42:56.911582+0000 mgr.y (mgr.25441) 701 : cluster [DBG] pgmap v449: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:42:58.235 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:57 smithi111 bash[73591]: cluster 2024-03-30T04:42:56.911582+0000 mgr.y (mgr.25441) 701 : cluster [DBG] pgmap v449: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:42:58.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:57 smithi117 bash[62284]: cluster 2024-03-30T04:42:56.911582+0000 mgr.y (mgr.25441) 701 : cluster [DBG] pgmap v449: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:42:58.884 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:42:58 smithi117 bash[53671]: ts=2024-03-30T04:42:58.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"172.21.15.117:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"smithi111:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:43:00.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:59 smithi111 bash[70954]: cluster 2024-03-30T04:42:58.912681+0000 mgr.y (mgr.25441) 702 : cluster [DBG] pgmap v450: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:00.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:59 smithi111 bash[70954]: audit 2024-03-30T04:42:59.878530+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:00.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:59 smithi111 bash[70954]: audit 2024-03-30T04:42:59.894751+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:00.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:42:59 smithi111 bash[70954]: audit 2024-03-30T04:42:59.910419+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:00.365 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:59 smithi111 bash[73591]: cluster 2024-03-30T04:42:58.912681+0000 mgr.y (mgr.25441) 702 : cluster [DBG] pgmap v450: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:00.365 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:59 smithi111 bash[73591]: audit 2024-03-30T04:42:59.878530+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:00.365 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:59 smithi111 bash[73591]: audit 2024-03-30T04:42:59.894751+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:00.365 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:42:59 smithi111 bash[73591]: audit 2024-03-30T04:42:59.910419+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:00.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:59 smithi117 bash[62284]: cluster 2024-03-30T04:42:58.912681+0000 mgr.y (mgr.25441) 702 : cluster [DBG] pgmap v450: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:00.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:59 smithi117 bash[62284]: audit 2024-03-30T04:42:59.878530+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:00.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:59 smithi117 bash[62284]: audit 2024-03-30T04:42:59.894751+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:00.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:42:59 smithi117 bash[62284]: audit 2024-03-30T04:42:59.910419+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:01.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:00 smithi117 bash[62284]: cluster 2024-03-30T04:42:59.898958+0000 mgr.y (mgr.25441) 703 : cluster [DBG] pgmap v451: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 616 B/s rd, 0 op/s 2024-03-30T04:43:01.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:00 smithi117 bash[62284]: cluster 2024-03-30T04:42:59.899654+0000 mgr.y (mgr.25441) 704 : cluster [DBG] pgmap v452: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 812 B/s rd, 0 op/s 2024-03-30T04:43:01.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:00 smithi117 bash[62284]: audit 2024-03-30T04:43:00.247933+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:43:01.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:00 smithi117 bash[62284]: audit 2024-03-30T04:43:00.699750+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:01.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:00 smithi117 bash[62284]: audit 2024-03-30T04:43:00.715109+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:01.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:00 smithi117 bash[62284]: audit 2024-03-30T04:43:00.759569+0000 mon.c (mon.1) 31 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi111.gqpgtc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:43:01.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:00 smithi117 bash[62284]: audit 2024-03-30T04:43:00.760313+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi111.gqpgtc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:43:01.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:00 smithi117 bash[62284]: audit 2024-03-30T04:43:00.765364+0000 mon.c (mon.1) 32 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:01.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:00 smithi111 bash[70954]: cluster 2024-03-30T04:42:59.898958+0000 mgr.y (mgr.25441) 703 : cluster [DBG] pgmap v451: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 616 B/s rd, 0 op/s 2024-03-30T04:43:01.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:00 smithi111 bash[70954]: cluster 2024-03-30T04:42:59.899654+0000 mgr.y (mgr.25441) 704 : cluster [DBG] pgmap v452: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 812 B/s rd, 0 op/s 2024-03-30T04:43:01.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:00 smithi111 bash[70954]: audit 2024-03-30T04:43:00.247933+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:43:01.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:00 smithi111 bash[70954]: audit 2024-03-30T04:43:00.699750+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:01.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:00 smithi111 bash[70954]: audit 2024-03-30T04:43:00.715109+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:01.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:00 smithi111 bash[70954]: audit 2024-03-30T04:43:00.759569+0000 mon.c (mon.1) 31 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi111.gqpgtc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:43:01.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:00 smithi111 bash[70954]: audit 2024-03-30T04:43:00.760313+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi111.gqpgtc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:43:01.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:00 smithi111 bash[70954]: audit 2024-03-30T04:43:00.765364+0000 mon.c (mon.1) 32 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:01.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:00 smithi111 bash[73591]: cluster 2024-03-30T04:42:59.898958+0000 mgr.y (mgr.25441) 703 : cluster [DBG] pgmap v451: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 616 B/s rd, 0 op/s 2024-03-30T04:43:01.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:00 smithi111 bash[73591]: cluster 2024-03-30T04:42:59.899654+0000 mgr.y (mgr.25441) 704 : cluster [DBG] pgmap v452: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 812 B/s rd, 0 op/s 2024-03-30T04:43:01.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:00 smithi111 bash[73591]: audit 2024-03-30T04:43:00.247933+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:43:01.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:00 smithi111 bash[73591]: audit 2024-03-30T04:43:00.699750+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:01.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:00 smithi111 bash[73591]: audit 2024-03-30T04:43:00.715109+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:01.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:00 smithi111 bash[73591]: audit 2024-03-30T04:43:00.759569+0000 mon.c (mon.1) 31 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi111.gqpgtc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:43:01.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:00 smithi111 bash[73591]: audit 2024-03-30T04:43:00.760313+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi111.gqpgtc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:43:01.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:00 smithi111 bash[73591]: audit 2024-03-30T04:43:00.765364+0000 mon.c (mon.1) 32 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:02.232 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:01 smithi111 bash[70954]: cephadm 2024-03-30T04:43:00.758804+0000 mgr.y (mgr.25441) 705 : cephadm [INF] Reconfiguring rgw.foo.smithi111.gqpgtc (monmap changed)... 2024-03-30T04:43:02.233 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:01 smithi111 bash[70954]: cephadm 2024-03-30T04:43:00.767492+0000 mgr.y (mgr.25441) 706 : cephadm [INF] Reconfiguring daemon rgw.foo.smithi111.gqpgtc on smithi111 2024-03-30T04:43:02.233 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:01 smithi111 bash[70954]: audit 2024-03-30T04:43:01.186907+0000 mgr.y (mgr.25441) 707 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:02.233 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:01 smithi111 bash[73591]: cephadm 2024-03-30T04:43:00.758804+0000 mgr.y (mgr.25441) 705 : cephadm [INF] Reconfiguring rgw.foo.smithi111.gqpgtc (monmap changed)... 2024-03-30T04:43:02.233 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:01 smithi111 bash[73591]: cephadm 2024-03-30T04:43:00.767492+0000 mgr.y (mgr.25441) 706 : cephadm [INF] Reconfiguring daemon rgw.foo.smithi111.gqpgtc on smithi111 2024-03-30T04:43:02.233 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:01 smithi111 bash[73591]: audit 2024-03-30T04:43:01.186907+0000 mgr.y (mgr.25441) 707 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:02.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:01 smithi117 bash[62284]: cephadm 2024-03-30T04:43:00.758804+0000 mgr.y (mgr.25441) 705 : cephadm [INF] Reconfiguring rgw.foo.smithi111.gqpgtc (monmap changed)... 2024-03-30T04:43:02.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:01 smithi117 bash[62284]: cephadm 2024-03-30T04:43:00.767492+0000 mgr.y (mgr.25441) 706 : cephadm [INF] Reconfiguring daemon rgw.foo.smithi111.gqpgtc on smithi111 2024-03-30T04:43:02.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:01 smithi117 bash[62284]: audit 2024-03-30T04:43:01.186907+0000 mgr.y (mgr.25441) 707 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:03.364 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:02 smithi111 bash[73591]: cluster 2024-03-30T04:43:01.901473+0000 mgr.y (mgr.25441) 708 : cluster [DBG] pgmap v453: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:43:03.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:02 smithi111 bash[70954]: cluster 2024-03-30T04:43:01.901473+0000 mgr.y (mgr.25441) 708 : cluster [DBG] pgmap v453: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:43:03.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:02 smithi117 bash[62284]: cluster 2024-03-30T04:43:01.901473+0000 mgr.y (mgr.25441) 708 : cluster [DBG] pgmap v453: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:43:03.884 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:43:03 smithi117 bash[53671]: ts=2024-03-30T04:43:03.508Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi111\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:43:04.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:04 smithi111 bash[70954]: audit 2024-03-30T04:43:03.068709+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:04.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:04 smithi111 bash[70954]: audit 2024-03-30T04:43:03.084209+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:04.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:04 smithi111 bash[70954]: cephadm 2024-03-30T04:43:03.138173+0000 mgr.y (mgr.25441) 709 : cephadm [INF] Reconfiguring rgw.smpl.smithi111.nqgkvi (monmap changed)... 2024-03-30T04:43:04.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:04 smithi111 bash[70954]: audit 2024-03-30T04:43:03.139030+0000 mon.c (mon.1) 33 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi111.nqgkvi", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:43:04.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:04 smithi111 bash[70954]: audit 2024-03-30T04:43:03.139856+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi111.nqgkvi", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:43:04.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:04 smithi111 bash[70954]: audit 2024-03-30T04:43:03.145019+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:04 smithi111 bash[70954]: cephadm 2024-03-30T04:43:03.147202+0000 mgr.y (mgr.25441) 710 : cephadm [INF] Reconfiguring daemon rgw.smpl.smithi111.nqgkvi on smithi111 2024-03-30T04:43:04.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:04 smithi111 bash[73591]: audit 2024-03-30T04:43:03.068709+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:04.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:04 smithi111 bash[73591]: audit 2024-03-30T04:43:03.084209+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:04.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:04 smithi111 bash[73591]: cephadm 2024-03-30T04:43:03.138173+0000 mgr.y (mgr.25441) 709 : cephadm [INF] Reconfiguring rgw.smpl.smithi111.nqgkvi (monmap changed)... 2024-03-30T04:43:04.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:04 smithi111 bash[73591]: audit 2024-03-30T04:43:03.139030+0000 mon.c (mon.1) 33 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi111.nqgkvi", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:43:04.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:04 smithi111 bash[73591]: audit 2024-03-30T04:43:03.139856+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi111.nqgkvi", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:43:04.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:04 smithi111 bash[73591]: audit 2024-03-30T04:43:03.145019+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:04 smithi111 bash[73591]: cephadm 2024-03-30T04:43:03.147202+0000 mgr.y (mgr.25441) 710 : cephadm [INF] Reconfiguring daemon rgw.smpl.smithi111.nqgkvi on smithi111 2024-03-30T04:43:04.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:04 smithi117 bash[62284]: audit 2024-03-30T04:43:03.068709+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:04.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:04 smithi117 bash[62284]: audit 2024-03-30T04:43:03.084209+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:04.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:04 smithi117 bash[62284]: cephadm 2024-03-30T04:43:03.138173+0000 mgr.y (mgr.25441) 709 : cephadm [INF] Reconfiguring rgw.smpl.smithi111.nqgkvi (monmap changed)... 2024-03-30T04:43:04.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:04 smithi117 bash[62284]: audit 2024-03-30T04:43:03.139030+0000 mon.c (mon.1) 33 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi111.nqgkvi", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:43:04.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:04 smithi117 bash[62284]: audit 2024-03-30T04:43:03.139856+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi111.nqgkvi", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:43:04.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:04 smithi117 bash[62284]: audit 2024-03-30T04:43:03.145019+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:04 smithi117 bash[62284]: cephadm 2024-03-30T04:43:03.147202+0000 mgr.y (mgr.25441) 710 : cephadm [INF] Reconfiguring daemon rgw.smpl.smithi111.nqgkvi on smithi111 2024-03-30T04:43:05.364 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:05 smithi111 bash[73591]: cluster 2024-03-30T04:43:03.902234+0000 mgr.y (mgr.25441) 711 : cluster [DBG] pgmap v454: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:05.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:05 smithi111 bash[70954]: cluster 2024-03-30T04:43:03.902234+0000 mgr.y (mgr.25441) 711 : cluster [DBG] pgmap v454: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:05.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:05 smithi117 bash[62284]: cluster 2024-03-30T04:43:03.902234+0000 mgr.y (mgr.25441) 711 : cluster [DBG] pgmap v454: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:06.614 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:43:06 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:43:06] "GET /metrics HTTP/1.1" 200 38271 "" "Prometheus/2.33.4" 2024-03-30T04:43:06.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:06 smithi111 bash[70954]: audit 2024-03-30T04:43:05.275980+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:06.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:06 smithi111 bash[70954]: audit 2024-03-30T04:43:05.289847+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:06.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:06 smithi111 bash[70954]: cephadm 2024-03-30T04:43:05.318637+0000 mgr.y (mgr.25441) 712 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-30T04:43:06.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:06 smithi111 bash[70954]: audit 2024-03-30T04:43:05.319235+0000 mon.c (mon.1) 35 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:43:06.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:06 smithi111 bash[70954]: audit 2024-03-30T04:43:05.320948+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:43:06.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:06 smithi111 bash[70954]: audit 2024-03-30T04:43:05.322640+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:06 smithi111 bash[70954]: cephadm 2024-03-30T04:43:05.324606+0000 mgr.y (mgr.25441) 713 : cephadm [INF] Reconfiguring daemon mon.b on smithi117 2024-03-30T04:43:06.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:06 smithi111 bash[73591]: audit 2024-03-30T04:43:05.275980+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:06.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:06 smithi111 bash[73591]: audit 2024-03-30T04:43:05.289847+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:06.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:06 smithi111 bash[73591]: cephadm 2024-03-30T04:43:05.318637+0000 mgr.y (mgr.25441) 712 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-30T04:43:06.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:06 smithi111 bash[73591]: audit 2024-03-30T04:43:05.319235+0000 mon.c (mon.1) 35 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:43:06.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:06 smithi111 bash[73591]: audit 2024-03-30T04:43:05.320948+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:43:06.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:06 smithi111 bash[73591]: audit 2024-03-30T04:43:05.322640+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:06 smithi111 bash[73591]: cephadm 2024-03-30T04:43:05.324606+0000 mgr.y (mgr.25441) 713 : cephadm [INF] Reconfiguring daemon mon.b on smithi117 2024-03-30T04:43:06.634 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:43:06 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Scheduled restart job, restart counter is at 15. 2024-03-30T04:43:06.634 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:43:06 smithi117 systemd[1]: Stopped Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:43:06.634 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:43:06 smithi117 systemd[1]: Started Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:43:06.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:06 smithi117 bash[62284]: audit 2024-03-30T04:43:05.275980+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:06.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:06 smithi117 bash[62284]: audit 2024-03-30T04:43:05.289847+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:06.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:06 smithi117 bash[62284]: cephadm 2024-03-30T04:43:05.318637+0000 mgr.y (mgr.25441) 712 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-30T04:43:06.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:06 smithi117 bash[62284]: audit 2024-03-30T04:43:05.319235+0000 mon.c (mon.1) 35 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:43:06.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:06 smithi117 bash[62284]: audit 2024-03-30T04:43:05.320948+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:43:06.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:06 smithi117 bash[62284]: audit 2024-03-30T04:43:05.322640+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:06 smithi117 bash[62284]: cephadm 2024-03-30T04:43:05.324606+0000 mgr.y (mgr.25441) 713 : cephadm [INF] Reconfiguring daemon mon.b on smithi117 2024-03-30T04:43:07.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:07 smithi111 bash[70954]: cluster 2024-03-30T04:43:05.902936+0000 mgr.y (mgr.25441) 714 : cluster [DBG] pgmap v455: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 569 B/s rd, 0 op/s 2024-03-30T04:43:07.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:07 smithi111 bash[73591]: cluster 2024-03-30T04:43:05.902936+0000 mgr.y (mgr.25441) 714 : cluster [DBG] pgmap v455: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 569 B/s rd, 0 op/s 2024-03-30T04:43:07.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:07 smithi117 bash[62284]: cluster 2024-03-30T04:43:05.902936+0000 mgr.y (mgr.25441) 714 : cluster [DBG] pgmap v455: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 569 B/s rd, 0 op/s 2024-03-30T04:43:07.925 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:43:07 smithi117 bash[63416]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:43:07.925 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:43:07 smithi117 bash[63416]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:43:08.884 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:43:08 smithi117 bash[53671]: ts=2024-03-30T04:43: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.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"172.21.15.117:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"smithi111:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:43:09.288 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:43:08 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-30T04:43:09.289 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:43:08 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Failed with result 'exit-code'. 2024-03-30T04:43:09.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:09 smithi111 bash[70954]: cluster 2024-03-30T04:43:07.904602+0000 mgr.y (mgr.25441) 715 : cluster [DBG] pgmap v456: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:09.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:09 smithi111 bash[70954]: audit 2024-03-30T04:43:08.934093+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:09.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:09 smithi111 bash[70954]: audit 2024-03-30T04:43:08.953560+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:09.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:09 smithi111 bash[70954]: audit 2024-03-30T04:43:08.999823+0000 mon.c (mon.1) 38 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:43:09.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:09 smithi111 bash[70954]: audit 2024-03-30T04:43:09.000631+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:43:09.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:09 smithi111 bash[70954]: audit 2024-03-30T04:43:09.003047+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:43:09.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:09 smithi111 bash[70954]: audit 2024-03-30T04:43:09.004944+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:09 smithi111 bash[73591]: cluster 2024-03-30T04:43:07.904602+0000 mgr.y (mgr.25441) 715 : cluster [DBG] pgmap v456: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:09.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:09 smithi111 bash[73591]: audit 2024-03-30T04:43:08.934093+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:09.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:09 smithi111 bash[73591]: audit 2024-03-30T04:43:08.953560+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:09.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:09 smithi111 bash[73591]: audit 2024-03-30T04:43:08.999823+0000 mon.c (mon.1) 38 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:43:09.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:09 smithi111 bash[73591]: audit 2024-03-30T04:43:09.000631+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:43:09.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:09 smithi111 bash[73591]: audit 2024-03-30T04:43:09.003047+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:43:09.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:09 smithi111 bash[73591]: audit 2024-03-30T04:43:09.004944+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:09 smithi117 bash[62284]: cluster 2024-03-30T04:43:07.904602+0000 mgr.y (mgr.25441) 715 : cluster [DBG] pgmap v456: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:09.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:09 smithi117 bash[62284]: audit 2024-03-30T04:43:08.934093+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:09.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:09 smithi117 bash[62284]: audit 2024-03-30T04:43:08.953560+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:09.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:09 smithi117 bash[62284]: audit 2024-03-30T04:43:08.999823+0000 mon.c (mon.1) 38 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:43:09.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:09 smithi117 bash[62284]: audit 2024-03-30T04:43:09.000631+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:43:09.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:09 smithi117 bash[62284]: audit 2024-03-30T04:43:09.003047+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:43:09.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:09 smithi117 bash[62284]: audit 2024-03-30T04:43:09.004944+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:10.376 INFO:teuthology.orchestra.run.smithi111.stdout:true 2024-03-30T04:43:10.614 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:10 smithi111 bash[70954]: cephadm 2024-03-30T04:43:08.999103+0000 mgr.y (mgr.25441) 716 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-03-30T04:43:10.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:10 smithi111 bash[70954]: cephadm 2024-03-30T04:43:09.007133+0000 mgr.y (mgr.25441) 717 : cephadm [INF] Reconfiguring daemon mgr.x on smithi117 2024-03-30T04:43:10.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:10 smithi111 bash[73591]: cephadm 2024-03-30T04:43:08.999103+0000 mgr.y (mgr.25441) 716 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-03-30T04:43:10.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:10 smithi111 bash[73591]: cephadm 2024-03-30T04:43:09.007133+0000 mgr.y (mgr.25441) 717 : cephadm [INF] Reconfiguring daemon mgr.x on smithi117 2024-03-30T04:43:10.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:10 smithi117 bash[62284]: cephadm 2024-03-30T04:43:08.999103+0000 mgr.y (mgr.25441) 716 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-03-30T04:43:10.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:10 smithi117 bash[62284]: cephadm 2024-03-30T04:43:09.007133+0000 mgr.y (mgr.25441) 717 : cephadm [INF] Reconfiguring daemon mgr.x on smithi117 2024-03-30T04:43:11.129 INFO:teuthology.orchestra.run.smithi111.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:43:11.130 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi111 smithi111 running 16s ago 17m - - 2024-03-30T04:43:11.130 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi117 smithi117 running 11s ago 17m - - 2024-03-30T04:43:11.130 INFO:teuthology.orchestra.run.smithi111.stdout:alertmanager.a smithi111 *:9093,9094 running (3m) 16s ago 10m 13.0M - 0.23.0 ba2b418f427c 1324aeb3a452 2024-03-30T04:43:11.130 INFO:teuthology.orchestra.run.smithi111.stdout:grafana.a smithi117 *:3000 unknown 11s ago 10m - - 2024-03-30T04:43:11.130 INFO:teuthology.orchestra.run.smithi111.stdout:iscsi.foo.smithi111.fmwmll smithi111 running (2m) 16s ago 8m 43.1M - 3.5 e1d6a67b021e 429bab8e2057 2024-03-30T04:43:11.130 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.x smithi117 *:8443,9283,8765 running (99s) 11s ago 16m 436M - 19.0.0-2493-gd82c9aa1 3714003597ec 42ebd55da4b4 2024-03-30T04:43:11.130 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.y smithi111 *:8443,9283,8765 running (2m) 16s ago 18m 493M - 19.0.0-2493-gd82c9aa1 3714003597ec fa84fb31d2a4 2024-03-30T04:43:11.130 INFO:teuthology.orchestra.run.smithi111.stdout:mon.a smithi111 running (81s) 16s ago 18m 53.2M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 896c96f933ff 2024-03-30T04:43:11.130 INFO:teuthology.orchestra.run.smithi111.stdout:mon.b smithi117 running (32s) 11s ago 17m 24.0M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 60f10ffc2128 2024-03-30T04:43:11.130 INFO:teuthology.orchestra.run.smithi111.stdout:mon.c smithi111 running (52s) 16s ago 17m 35.8M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 385ecbe45d43 2024-03-30T04:43:11.130 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.a smithi111 *:9100 running (4m) 16s ago 11m 8779k - 1.3.1 1dbe0e931976 6370ea39ede2 2024-03-30T04:43:11.130 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.b smithi117 *:9100 running (3m) 11s ago 11m 9092k - 1.3.1 1dbe0e931976 038bdefec2fb 2024-03-30T04:43:11.130 INFO:teuthology.orchestra.run.smithi111.stdout:osd.0 smithi111 running (16m) 16s ago 16m 56.6M 4096M 17.2.0 e1d6a67b021e 8066f1ef56b0 2024-03-30T04:43:11.131 INFO:teuthology.orchestra.run.smithi111.stdout:osd.1 smithi111 running (15m) 16s ago 15m 58.7M 4096M 17.2.0 e1d6a67b021e 8986210aecf7 2024-03-30T04:43:11.131 INFO:teuthology.orchestra.run.smithi111.stdout:osd.2 smithi111 running (15m) 16s ago 15m 53.8M 4096M 17.2.0 e1d6a67b021e 75832afbc732 2024-03-30T04:43:11.131 INFO:teuthology.orchestra.run.smithi111.stdout:osd.3 smithi111 running (14m) 16s ago 14m 56.4M 4096M 17.2.0 e1d6a67b021e 9bdb46999038 2024-03-30T04:43:11.131 INFO:teuthology.orchestra.run.smithi111.stdout:osd.4 smithi117 running (13m) 11s ago 13m 59.4M 4096M 17.2.0 e1d6a67b021e dfb36784cb06 2024-03-30T04:43:11.131 INFO:teuthology.orchestra.run.smithi111.stdout:osd.5 smithi117 running (13m) 11s ago 13m 54.3M 4096M 17.2.0 e1d6a67b021e 232d5fd01e16 2024-03-30T04:43:11.131 INFO:teuthology.orchestra.run.smithi111.stdout:osd.6 smithi117 running (12m) 11s ago 12m 53.1M 4096M 17.2.0 e1d6a67b021e 393ee9af633e 2024-03-30T04:43:11.131 INFO:teuthology.orchestra.run.smithi111.stdout:osd.7 smithi117 running (12m) 11s ago 12m 57.7M 4096M 17.2.0 e1d6a67b021e f9f3a86e8182 2024-03-30T04:43:11.131 INFO:teuthology.orchestra.run.smithi111.stdout:prometheus.a smithi117 *:9095 running (2m) 11s ago 11m 62.7M - 2.33.4 514e6a882f6e e0486046291e 2024-03-30T04:43:11.131 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi111.gqpgtc smithi111 *:8000 running (8m) 16s ago 8m 86.9M - 17.2.0 e1d6a67b021e e51a6fac1b59 2024-03-30T04:43:11.131 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi117.nijpsz smithi117 *:8000 running (8m) 11s ago 8m 87.4M - 17.2.0 e1d6a67b021e bd8939f98ae0 2024-03-30T04:43:11.131 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi111.nqgkvi smithi111 *:80 running (8m) 16s ago 8m 87.3M - 17.2.0 e1d6a67b021e 4dd1cc17abca 2024-03-30T04:43:11.131 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi117.wrgldy smithi117 *:80 running (8m) 11s ago 8m 87.2M - 17.2.0 e1d6a67b021e 1bff1faa59ec 2024-03-30T04:43:11.578 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:43:11.581 INFO:teuthology.orchestra.run.smithi111.stdout: "mon": { 2024-03-30T04:43:11.581 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:43:11.582 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:43:11.582 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr": { 2024-03-30T04:43:11.582 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:43:11.582 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:43:11.582 INFO:teuthology.orchestra.run.smithi111.stdout: "osd": { 2024-03-30T04:43:11.582 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-30T04:43:11.582 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:43:11.582 INFO:teuthology.orchestra.run.smithi111.stdout: "rgw": { 2024-03-30T04:43:11.582 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:43:11.582 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:43:11.582 INFO:teuthology.orchestra.run.smithi111.stdout: "overall": { 2024-03-30T04:43:11.582 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 12, 2024-03-30T04:43:11.582 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 5 2024-03-30T04:43:11.582 INFO:teuthology.orchestra.run.smithi111.stdout: } 2024-03-30T04:43:11.583 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:43:11.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:11 smithi111 bash[73591]: cluster 2024-03-30T04:43:09.905389+0000 mgr.y (mgr.25441) 718 : cluster [DBG] pgmap v457: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:43:11.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:11 smithi111 bash[73591]: audit 2024-03-30T04:43:10.368910+0000 mgr.y (mgr.25441) 719 : audit [DBG] from='client.44137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:11.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:11 smithi111 bash[73591]: audit 2024-03-30T04:43:11.209253+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:11.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:11 smithi111 bash[73591]: audit 2024-03-30T04:43:11.225809+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:11.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:11 smithi111 bash[73591]: audit 2024-03-30T04:43:11.233199+0000 mon.c (mon.1) 41 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-30T04:43:11.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:11 smithi111 bash[73591]: audit 2024-03-30T04:43:11.234446+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:11.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:11 smithi111 bash[70954]: cluster 2024-03-30T04:43:09.905389+0000 mgr.y (mgr.25441) 718 : cluster [DBG] pgmap v457: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:43:11.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:11 smithi111 bash[70954]: audit 2024-03-30T04:43:10.368910+0000 mgr.y (mgr.25441) 719 : audit [DBG] from='client.44137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:11.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:11 smithi111 bash[70954]: audit 2024-03-30T04:43:11.209253+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:11.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:11 smithi111 bash[70954]: audit 2024-03-30T04:43:11.225809+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:11.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:11 smithi111 bash[70954]: audit 2024-03-30T04:43:11.233199+0000 mon.c (mon.1) 41 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-30T04:43:11.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:11 smithi111 bash[70954]: audit 2024-03-30T04:43:11.234446+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:11.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:11 smithi117 bash[62284]: cluster 2024-03-30T04:43:09.905389+0000 mgr.y (mgr.25441) 718 : cluster [DBG] pgmap v457: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:43:11.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:11 smithi117 bash[62284]: audit 2024-03-30T04:43:10.368910+0000 mgr.y (mgr.25441) 719 : audit [DBG] from='client.44137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:11.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:11 smithi117 bash[62284]: audit 2024-03-30T04:43:11.209253+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:11.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:11 smithi117 bash[62284]: audit 2024-03-30T04:43:11.225809+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:11.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:11 smithi117 bash[62284]: audit 2024-03-30T04:43:11.233199+0000 mon.c (mon.1) 41 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-30T04:43:11.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:11 smithi117 bash[62284]: audit 2024-03-30T04:43:11.234446+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:11.934 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:43:11.934 INFO:teuthology.orchestra.run.smithi111.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962", 2024-03-30T04:43:11.934 INFO:teuthology.orchestra.run.smithi111.stdout: "in_progress": true, 2024-03-30T04:43:11.934 INFO:teuthology.orchestra.run.smithi111.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:43:11.934 INFO:teuthology.orchestra.run.smithi111.stdout: "services_complete": [ 2024-03-30T04:43:11.934 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr", 2024-03-30T04:43:11.934 INFO:teuthology.orchestra.run.smithi111.stdout: "mon" 2024-03-30T04:43:11.935 INFO:teuthology.orchestra.run.smithi111.stdout: ], 2024-03-30T04:43:11.935 INFO:teuthology.orchestra.run.smithi111.stdout: "progress": "5/23 daemons upgraded", 2024-03-30T04:43:11.935 INFO:teuthology.orchestra.run.smithi111.stdout: "message": "Currently upgrading mon daemons", 2024-03-30T04:43:11.935 INFO:teuthology.orchestra.run.smithi111.stdout: "is_paused": false 2024-03-30T04:43:11.935 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:43:12.345 INFO:teuthology.orchestra.run.smithi111.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:43:12.345 INFO:teuthology.orchestra.run.smithi111.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:43:12.345 INFO:teuthology.orchestra.run.smithi111.stdout: daemon grafana.a on smithi117 is in unknown state 2024-03-30T04:43:12.602 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:12 smithi117 bash[62284]: audit 2024-03-30T04:43:10.743418+0000 mgr.y (mgr.25441) 720 : audit [DBG] from='client.44143 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:12.602 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:12 smithi117 bash[62284]: audit 2024-03-30T04:43:11.108493+0000 mgr.y (mgr.25441) 721 : audit [DBG] from='client.44149 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:12.602 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:12 smithi117 bash[62284]: audit 2024-03-30T04:43:11.194719+0000 mgr.y (mgr.25441) 722 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:12.602 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:12 smithi117 bash[62284]: cephadm 2024-03-30T04:43:11.232711+0000 mgr.y (mgr.25441) 723 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-03-30T04:43:12.602 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:12 smithi117 bash[62284]: cephadm 2024-03-30T04:43:11.237024+0000 mgr.y (mgr.25441) 724 : cephadm [INF] Reconfiguring daemon osd.4 on smithi117 2024-03-30T04:43:12.602 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:12 smithi117 bash[62284]: audit 2024-03-30T04:43:11.585762+0000 mon.c (mon.1) 43 : audit [DBG] from='client.? 172.21.15.111:0/2942056187' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:12.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:12 smithi111 bash[70954]: audit 2024-03-30T04:43:10.743418+0000 mgr.y (mgr.25441) 720 : audit [DBG] from='client.44143 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:12.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:12 smithi111 bash[70954]: audit 2024-03-30T04:43:11.108493+0000 mgr.y (mgr.25441) 721 : audit [DBG] from='client.44149 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:12.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:12 smithi111 bash[70954]: audit 2024-03-30T04:43:11.194719+0000 mgr.y (mgr.25441) 722 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:12.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:12 smithi111 bash[70954]: cephadm 2024-03-30T04:43:11.232711+0000 mgr.y (mgr.25441) 723 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-03-30T04:43:12.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:12 smithi111 bash[70954]: cephadm 2024-03-30T04:43:11.237024+0000 mgr.y (mgr.25441) 724 : cephadm [INF] Reconfiguring daemon osd.4 on smithi117 2024-03-30T04:43:12.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:12 smithi111 bash[70954]: audit 2024-03-30T04:43:11.585762+0000 mon.c (mon.1) 43 : audit [DBG] from='client.? 172.21.15.111:0/2942056187' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:12.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:12 smithi111 bash[73591]: audit 2024-03-30T04:43:10.743418+0000 mgr.y (mgr.25441) 720 : audit [DBG] from='client.44143 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:12.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:12 smithi111 bash[73591]: audit 2024-03-30T04:43:11.108493+0000 mgr.y (mgr.25441) 721 : audit [DBG] from='client.44149 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:12.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:12 smithi111 bash[73591]: audit 2024-03-30T04:43:11.194719+0000 mgr.y (mgr.25441) 722 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:12.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:12 smithi111 bash[73591]: cephadm 2024-03-30T04:43:11.232711+0000 mgr.y (mgr.25441) 723 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-03-30T04:43:12.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:12 smithi111 bash[73591]: cephadm 2024-03-30T04:43:11.237024+0000 mgr.y (mgr.25441) 724 : cephadm [INF] Reconfiguring daemon osd.4 on smithi117 2024-03-30T04:43:12.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:12 smithi111 bash[73591]: audit 2024-03-30T04:43:11.585762+0000 mon.c (mon.1) 43 : audit [DBG] from='client.? 172.21.15.111:0/2942056187' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:13.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:13 smithi111 bash[73591]: cluster 2024-03-30T04:43:11.907032+0000 mgr.y (mgr.25441) 725 : cluster [DBG] pgmap v458: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:43:13.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:13 smithi111 bash[73591]: audit 2024-03-30T04:43:11.941366+0000 mgr.y (mgr.25441) 726 : audit [DBG] from='client.44161 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:13.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:13 smithi111 bash[73591]: audit 2024-03-30T04:43:12.353010+0000 mon.c (mon.1) 44 : audit [DBG] from='client.? 172.21.15.111:0/1483026757' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:43:13.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:13 smithi111 bash[70954]: cluster 2024-03-30T04:43:11.907032+0000 mgr.y (mgr.25441) 725 : cluster [DBG] pgmap v458: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:43:13.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:13 smithi111 bash[70954]: audit 2024-03-30T04:43:11.941366+0000 mgr.y (mgr.25441) 726 : audit [DBG] from='client.44161 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:13.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:13 smithi111 bash[70954]: audit 2024-03-30T04:43:12.353010+0000 mon.c (mon.1) 44 : audit [DBG] from='client.? 172.21.15.111:0/1483026757' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:43:13.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:13 smithi117 bash[62284]: cluster 2024-03-30T04:43:11.907032+0000 mgr.y (mgr.25441) 725 : cluster [DBG] pgmap v458: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:43:13.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:13 smithi117 bash[62284]: audit 2024-03-30T04:43:11.941366+0000 mgr.y (mgr.25441) 726 : audit [DBG] from='client.44161 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:13.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:13 smithi117 bash[62284]: audit 2024-03-30T04:43:12.353010+0000 mon.c (mon.1) 44 : audit [DBG] from='client.? 172.21.15.111:0/1483026757' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:43:13.635 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:43:13 smithi117 bash[53671]: ts=2024-03-30T04:43:13.506Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi111\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:43:14.744 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:14 smithi111 bash[73591]: audit 2024-03-30T04:43:13.467853+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:14.744 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:14 smithi111 bash[73591]: audit 2024-03-30T04:43:13.484454+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:14.744 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:14 smithi111 bash[73591]: cephadm 2024-03-30T04:43:13.505375+0000 mgr.y (mgr.25441) 727 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-03-30T04:43:14.744 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:14 smithi111 bash[73591]: audit 2024-03-30T04:43:13.506099+0000 mon.c (mon.1) 45 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-30T04:43:14.744 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:14 smithi111 bash[73591]: audit 2024-03-30T04:43:13.507918+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:14.744 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:14 smithi111 bash[73591]: cephadm 2024-03-30T04:43:13.513583+0000 mgr.y (mgr.25441) 728 : cephadm [INF] Reconfiguring daemon osd.5 on smithi117 2024-03-30T04:43:14.744 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:14 smithi111 bash[70954]: audit 2024-03-30T04:43:13.467853+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:14.744 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:14 smithi111 bash[70954]: audit 2024-03-30T04:43:13.484454+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:14.745 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:14 smithi111 bash[70954]: cephadm 2024-03-30T04:43:13.505375+0000 mgr.y (mgr.25441) 727 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-03-30T04:43:14.745 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:14 smithi111 bash[70954]: audit 2024-03-30T04:43:13.506099+0000 mon.c (mon.1) 45 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-30T04:43:14.745 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:14 smithi111 bash[70954]: audit 2024-03-30T04:43:13.507918+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:14.745 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:14 smithi111 bash[70954]: cephadm 2024-03-30T04:43:13.513583+0000 mgr.y (mgr.25441) 728 : cephadm [INF] Reconfiguring daemon osd.5 on smithi117 2024-03-30T04:43:14.858 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:14 smithi117 bash[62284]: audit 2024-03-30T04:43:13.467853+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:14.859 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:14 smithi117 bash[62284]: audit 2024-03-30T04:43:13.484454+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:14.859 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:14 smithi117 bash[62284]: cephadm 2024-03-30T04:43:13.505375+0000 mgr.y (mgr.25441) 727 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-03-30T04:43:14.859 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:14 smithi117 bash[62284]: audit 2024-03-30T04:43:13.506099+0000 mon.c (mon.1) 45 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-30T04:43:14.859 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:14 smithi117 bash[62284]: audit 2024-03-30T04:43:13.507918+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:14.859 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:14 smithi117 bash[62284]: cephadm 2024-03-30T04:43:13.513583+0000 mgr.y (mgr.25441) 728 : cephadm [INF] Reconfiguring daemon osd.5 on smithi117 2024-03-30T04:43:15.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:15 smithi111 bash[70954]: cluster 2024-03-30T04:43:13.907857+0000 mgr.y (mgr.25441) 729 : cluster [DBG] pgmap v459: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:43:15.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:15 smithi111 bash[70954]: audit 2024-03-30T04:43:15.038128+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:15.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:15 smithi111 bash[70954]: audit 2024-03-30T04:43:15.046136+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:15.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:15 smithi111 bash[70954]: audit 2024-03-30T04:43:15.054238+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:15.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:15 smithi111 bash[70954]: audit 2024-03-30T04:43:15.248326+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:43:15.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:15 smithi111 bash[73591]: cluster 2024-03-30T04:43:13.907857+0000 mgr.y (mgr.25441) 729 : cluster [DBG] pgmap v459: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:43:15.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:15 smithi111 bash[73591]: audit 2024-03-30T04:43:15.038128+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:15.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:15 smithi111 bash[73591]: audit 2024-03-30T04:43:15.046136+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:15.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:15 smithi111 bash[73591]: audit 2024-03-30T04:43:15.054238+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:15.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:15 smithi111 bash[73591]: audit 2024-03-30T04:43:15.248326+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:43:15.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:15 smithi117 bash[62284]: cluster 2024-03-30T04:43:13.907857+0000 mgr.y (mgr.25441) 729 : cluster [DBG] pgmap v459: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:43:15.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:15 smithi117 bash[62284]: audit 2024-03-30T04:43:15.038128+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:15.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:15 smithi117 bash[62284]: audit 2024-03-30T04:43:15.046136+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:15.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:15 smithi117 bash[62284]: audit 2024-03-30T04:43:15.054238+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:15.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:15 smithi117 bash[62284]: audit 2024-03-30T04:43:15.248326+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:43:16.734 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:16 smithi117 bash[62284]: cluster 2024-03-30T04:43:15.048324+0000 mgr.y (mgr.25441) 730 : cluster [DBG] pgmap v460: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 918 B/s rd, 0 op/s 2024-03-30T04:43:16.734 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:16 smithi117 bash[62284]: cluster 2024-03-30T04:43:15.048643+0000 mgr.y (mgr.25441) 731 : cluster [DBG] pgmap v461: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:16.735 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:16 smithi117 bash[62284]: audit 2024-03-30T04:43:16.207154+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:16.735 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:16 smithi117 bash[62284]: audit 2024-03-30T04:43:16.215583+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:16.735 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:16 smithi117 bash[62284]: audit 2024-03-30T04:43:16.255902+0000 mon.c (mon.1) 48 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-30T04:43:16.735 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:16 smithi117 bash[62284]: audit 2024-03-30T04:43:16.256748+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:16.864 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:16 smithi111 bash[70954]: cluster 2024-03-30T04:43:15.048324+0000 mgr.y (mgr.25441) 730 : cluster [DBG] pgmap v460: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 918 B/s rd, 0 op/s 2024-03-30T04:43:16.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:16 smithi111 bash[70954]: cluster 2024-03-30T04:43:15.048643+0000 mgr.y (mgr.25441) 731 : cluster [DBG] pgmap v461: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:16.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:16 smithi111 bash[70954]: audit 2024-03-30T04:43:16.207154+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:16.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:16 smithi111 bash[70954]: audit 2024-03-30T04:43:16.215583+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:16.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:16 smithi111 bash[70954]: audit 2024-03-30T04:43:16.255902+0000 mon.c (mon.1) 48 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-30T04:43:16.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:16 smithi111 bash[70954]: audit 2024-03-30T04:43:16.256748+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:16.865 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:43:16 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:43:16] "GET /metrics HTTP/1.1" 200 38273 "" "Prometheus/2.33.4" 2024-03-30T04:43:16.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:16 smithi111 bash[73591]: cluster 2024-03-30T04:43:15.048324+0000 mgr.y (mgr.25441) 730 : cluster [DBG] pgmap v460: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 918 B/s rd, 0 op/s 2024-03-30T04:43:16.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:16 smithi111 bash[73591]: cluster 2024-03-30T04:43:15.048643+0000 mgr.y (mgr.25441) 731 : cluster [DBG] pgmap v461: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:16.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:16 smithi111 bash[73591]: audit 2024-03-30T04:43:16.207154+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:16.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:16 smithi111 bash[73591]: audit 2024-03-30T04:43:16.215583+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:16.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:16 smithi111 bash[73591]: audit 2024-03-30T04:43:16.255902+0000 mon.c (mon.1) 48 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-30T04:43:16.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:16 smithi111 bash[73591]: audit 2024-03-30T04:43:16.256748+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:17.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:17 smithi111 bash[70954]: cephadm 2024-03-30T04:43:16.255536+0000 mgr.y (mgr.25441) 732 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-03-30T04:43:17.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:17 smithi111 bash[70954]: cephadm 2024-03-30T04:43:16.259132+0000 mgr.y (mgr.25441) 733 : cephadm [INF] Reconfiguring daemon osd.6 on smithi117 2024-03-30T04:43:17.829 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:17 smithi111 bash[73591]: cephadm 2024-03-30T04:43:16.255536+0000 mgr.y (mgr.25441) 732 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-03-30T04:43:17.829 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:17 smithi111 bash[73591]: cephadm 2024-03-30T04:43:16.259132+0000 mgr.y (mgr.25441) 733 : cephadm [INF] Reconfiguring daemon osd.6 on smithi117 2024-03-30T04:43:17.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:17 smithi117 bash[62284]: cephadm 2024-03-30T04:43:16.255536+0000 mgr.y (mgr.25441) 732 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-03-30T04:43:17.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:17 smithi117 bash[62284]: cephadm 2024-03-30T04:43:16.259132+0000 mgr.y (mgr.25441) 733 : cephadm [INF] Reconfiguring daemon osd.6 on smithi117 2024-03-30T04:43:18.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:18 smithi117 bash[62284]: cluster 2024-03-30T04:43:17.050326+0000 mgr.y (mgr.25441) 734 : cluster [DBG] pgmap v462: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:18.864 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:18 smithi111 bash[70954]: cluster 2024-03-30T04:43:17.050326+0000 mgr.y (mgr.25441) 734 : cluster [DBG] pgmap v462: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:18.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:18 smithi111 bash[73591]: cluster 2024-03-30T04:43:17.050326+0000 mgr.y (mgr.25441) 734 : cluster [DBG] pgmap v462: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:19.008 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:43:18 smithi117 bash[53671]: ts=2024-03-30T04:43: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.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"172.21.15.117:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"smithi111:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:43:19.384 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:43:19 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Scheduled restart job, restart counter is at 16. 2024-03-30T04:43:19.384 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:43:19 smithi117 systemd[1]: Stopped Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:43:19.384 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:43:19 smithi117 systemd[1]: Started Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:43:20.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:19 smithi117 bash[62284]: audit 2024-03-30T04:43:18.977907+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:20.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:19 smithi117 bash[62284]: audit 2024-03-30T04:43:18.994432+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:20.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:19 smithi117 bash[62284]: cluster 2024-03-30T04:43:18.998858+0000 mgr.y (mgr.25441) 735 : cluster [DBG] pgmap v463: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:20.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:19 smithi117 bash[62284]: cluster 2024-03-30T04:43:18.999408+0000 mgr.y (mgr.25441) 736 : cluster [DBG] pgmap v464: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 721 B/s rd, 0 op/s 2024-03-30T04:43:20.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:19 smithi117 bash[62284]: audit 2024-03-30T04:43:19.013055+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:20.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:19 smithi117 bash[62284]: audit 2024-03-30T04:43:19.788819+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:20.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:19 smithi117 bash[62284]: audit 2024-03-30T04:43:19.806846+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:20.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:19 smithi117 bash[62284]: audit 2024-03-30T04:43:19.831557+0000 mon.c (mon.1) 50 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-30T04:43:20.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:19 smithi117 bash[62284]: audit 2024-03-30T04:43:19.833416+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:20.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:19 smithi111 bash[70954]: audit 2024-03-30T04:43:18.977907+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:20.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:19 smithi111 bash[70954]: audit 2024-03-30T04:43:18.994432+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:20.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:19 smithi111 bash[70954]: cluster 2024-03-30T04:43:18.998858+0000 mgr.y (mgr.25441) 735 : cluster [DBG] pgmap v463: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:20.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:19 smithi111 bash[70954]: cluster 2024-03-30T04:43:18.999408+0000 mgr.y (mgr.25441) 736 : cluster [DBG] pgmap v464: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 721 B/s rd, 0 op/s 2024-03-30T04:43:20.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:19 smithi111 bash[70954]: audit 2024-03-30T04:43:19.013055+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:20.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:19 smithi111 bash[70954]: audit 2024-03-30T04:43:19.788819+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:20.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:19 smithi111 bash[70954]: audit 2024-03-30T04:43:19.806846+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:20.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:19 smithi111 bash[70954]: audit 2024-03-30T04:43:19.831557+0000 mon.c (mon.1) 50 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-30T04:43:20.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:19 smithi111 bash[70954]: audit 2024-03-30T04:43:19.833416+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:20.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:19 smithi111 bash[73591]: audit 2024-03-30T04:43:18.977907+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:20.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:19 smithi111 bash[73591]: audit 2024-03-30T04:43:18.994432+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:20.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:19 smithi111 bash[73591]: cluster 2024-03-30T04:43:18.998858+0000 mgr.y (mgr.25441) 735 : cluster [DBG] pgmap v463: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:20.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:19 smithi111 bash[73591]: cluster 2024-03-30T04:43:18.999408+0000 mgr.y (mgr.25441) 736 : cluster [DBG] pgmap v464: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 721 B/s rd, 0 op/s 2024-03-30T04:43:20.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:19 smithi111 bash[73591]: audit 2024-03-30T04:43:19.013055+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:20.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:19 smithi111 bash[73591]: audit 2024-03-30T04:43:19.788819+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:20.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:19 smithi111 bash[73591]: audit 2024-03-30T04:43:19.806846+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:20.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:19 smithi111 bash[73591]: audit 2024-03-30T04:43:19.831557+0000 mon.c (mon.1) 50 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-30T04:43:20.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:19 smithi111 bash[73591]: audit 2024-03-30T04:43:19.833416+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:21.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:20 smithi111 bash[70954]: cephadm 2024-03-30T04:43:19.830895+0000 mgr.y (mgr.25441) 737 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-03-30T04:43:21.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:20 smithi111 bash[70954]: cephadm 2024-03-30T04:43:19.838984+0000 mgr.y (mgr.25441) 738 : cephadm [INF] Reconfiguring daemon osd.7 on smithi117 2024-03-30T04:43:21.365 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:20 smithi111 bash[73591]: cephadm 2024-03-30T04:43:19.830895+0000 mgr.y (mgr.25441) 737 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-03-30T04:43:21.365 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:20 smithi111 bash[73591]: cephadm 2024-03-30T04:43:19.838984+0000 mgr.y (mgr.25441) 738 : cephadm [INF] Reconfiguring daemon osd.7 on smithi117 2024-03-30T04:43:21.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:20 smithi117 bash[62284]: cephadm 2024-03-30T04:43:19.830895+0000 mgr.y (mgr.25441) 737 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-03-30T04:43:21.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:20 smithi117 bash[62284]: cephadm 2024-03-30T04:43:19.838984+0000 mgr.y (mgr.25441) 738 : cephadm [INF] Reconfiguring daemon osd.7 on smithi117 2024-03-30T04:43:21.384 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:43:21 smithi117 bash[64061]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:43:21.384 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:43:21 smithi117 bash[64061]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:43:22.000 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:43:21 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-30T04:43:22.001 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:43:21 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Failed with result 'exit-code'. 2024-03-30T04:43:22.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:22 smithi111 bash[70954]: cluster 2024-03-30T04:43:21.000326+0000 mgr.y (mgr.25441) 739 : cluster [DBG] pgmap v465: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 721 B/s rd, 0 op/s 2024-03-30T04:43:22.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:22 smithi111 bash[70954]: audit 2024-03-30T04:43:21.205017+0000 mgr.y (mgr.25441) 740 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:22.365 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:22 smithi111 bash[73591]: cluster 2024-03-30T04:43:21.000326+0000 mgr.y (mgr.25441) 739 : cluster [DBG] pgmap v465: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 721 B/s rd, 0 op/s 2024-03-30T04:43:22.365 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:22 smithi111 bash[73591]: audit 2024-03-30T04:43:21.205017+0000 mgr.y (mgr.25441) 740 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:22.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:22 smithi117 bash[62284]: cluster 2024-03-30T04:43:21.000326+0000 mgr.y (mgr.25441) 739 : cluster [DBG] pgmap v465: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 721 B/s rd, 0 op/s 2024-03-30T04:43:22.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:22 smithi117 bash[62284]: audit 2024-03-30T04:43:21.205017+0000 mgr.y (mgr.25441) 740 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:23.634 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:43:23 smithi117 bash[53671]: ts=2024-03-30T04:43:23.508Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi111\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:43:24.295 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:24 smithi117 bash[62284]: cluster 2024-03-30T04:43:23.002088+0000 mgr.y (mgr.25441) 741 : cluster [DBG] pgmap v466: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:43:24.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:24 smithi111 bash[70954]: cluster 2024-03-30T04:43:23.002088+0000 mgr.y (mgr.25441) 741 : cluster [DBG] pgmap v466: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:43:24.365 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:24 smithi111 bash[73591]: cluster 2024-03-30T04:43:23.002088+0000 mgr.y (mgr.25441) 741 : cluster [DBG] pgmap v466: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:43:26.384 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:26 smithi117 bash[62284]: cluster 2024-03-30T04:43:25.002824+0000 mgr.y (mgr.25441) 742 : cluster [DBG] pgmap v467: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:43:26.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:26 smithi117 bash[62284]: audit 2024-03-30T04:43:25.127237+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:26.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:26 smithi117 bash[62284]: audit 2024-03-30T04:43:25.147127+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:26.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:26 smithi117 bash[62284]: cephadm 2024-03-30T04:43:25.169624+0000 mgr.y (mgr.25441) 743 : cephadm [INF] Reconfiguring rgw.foo.smithi117.nijpsz (monmap changed)... 2024-03-30T04:43:26.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:26 smithi117 bash[62284]: audit 2024-03-30T04:43:25.170361+0000 mon.c (mon.1) 52 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi117.nijpsz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:43:26.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:26 smithi117 bash[62284]: audit 2024-03-30T04:43:25.171113+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi117.nijpsz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:43:26.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:26 smithi117 bash[62284]: audit 2024-03-30T04:43:25.176073+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:26.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:26 smithi117 bash[62284]: cephadm 2024-03-30T04:43:25.178215+0000 mgr.y (mgr.25441) 744 : cephadm [INF] Reconfiguring daemon rgw.foo.smithi117.nijpsz on smithi117 2024-03-30T04:43:26.450 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:26 smithi111 bash[70954]: cluster 2024-03-30T04:43:25.002824+0000 mgr.y (mgr.25441) 742 : cluster [DBG] pgmap v467: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:43:26.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:26 smithi111 bash[70954]: audit 2024-03-30T04:43:25.127237+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:26.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:26 smithi111 bash[70954]: audit 2024-03-30T04:43:25.147127+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:26.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:26 smithi111 bash[70954]: cephadm 2024-03-30T04:43:25.169624+0000 mgr.y (mgr.25441) 743 : cephadm [INF] Reconfiguring rgw.foo.smithi117.nijpsz (monmap changed)... 2024-03-30T04:43:26.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:26 smithi111 bash[70954]: audit 2024-03-30T04:43:25.170361+0000 mon.c (mon.1) 52 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi117.nijpsz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:43:26.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:26 smithi111 bash[70954]: audit 2024-03-30T04:43:25.171113+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi117.nijpsz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:43:26.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:26 smithi111 bash[70954]: audit 2024-03-30T04:43:25.176073+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:26.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:26 smithi111 bash[70954]: cephadm 2024-03-30T04:43:25.178215+0000 mgr.y (mgr.25441) 744 : cephadm [INF] Reconfiguring daemon rgw.foo.smithi117.nijpsz on smithi117 2024-03-30T04:43:26.451 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:26 smithi111 bash[73591]: cluster 2024-03-30T04:43:25.002824+0000 mgr.y (mgr.25441) 742 : cluster [DBG] pgmap v467: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:43:26.451 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:26 smithi111 bash[73591]: audit 2024-03-30T04:43:25.127237+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:26.451 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:26 smithi111 bash[73591]: audit 2024-03-30T04:43:25.147127+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:26.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:26 smithi111 bash[73591]: cephadm 2024-03-30T04:43:25.169624+0000 mgr.y (mgr.25441) 743 : cephadm [INF] Reconfiguring rgw.foo.smithi117.nijpsz (monmap changed)... 2024-03-30T04:43:26.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:26 smithi111 bash[73591]: audit 2024-03-30T04:43:25.170361+0000 mon.c (mon.1) 52 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi117.nijpsz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:43:26.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:26 smithi111 bash[73591]: audit 2024-03-30T04:43:25.171113+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi117.nijpsz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:43:26.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:26 smithi111 bash[73591]: audit 2024-03-30T04:43:25.176073+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:26.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:26 smithi111 bash[73591]: cephadm 2024-03-30T04:43:25.178215+0000 mgr.y (mgr.25441) 744 : cephadm [INF] Reconfiguring daemon rgw.foo.smithi117.nijpsz on smithi117 2024-03-30T04:43:26.864 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:43:26 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:43:26] "GET /metrics HTTP/1.1" 200 38273 "" "Prometheus/2.33.4" 2024-03-30T04:43:28.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:28 smithi111 bash[70954]: cluster 2024-03-30T04:43:27.004513+0000 mgr.y (mgr.25441) 745 : cluster [DBG] pgmap v468: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:43:28.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:28 smithi111 bash[70954]: audit 2024-03-30T04:43:27.349818+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:28.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:28 smithi111 bash[70954]: audit 2024-03-30T04:43:27.366116+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:28.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:28 smithi111 bash[70954]: cephadm 2024-03-30T04:43:27.401510+0000 mgr.y (mgr.25441) 746 : cephadm [INF] Reconfiguring rgw.smpl.smithi117.wrgldy (monmap changed)... 2024-03-30T04:43:28.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:28 smithi111 bash[70954]: audit 2024-03-30T04:43:27.402258+0000 mon.c (mon.1) 54 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi117.wrgldy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:43:28.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:28 smithi111 bash[70954]: audit 2024-03-30T04:43:27.403130+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi117.wrgldy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:43:28.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:28 smithi111 bash[70954]: audit 2024-03-30T04:43:27.408207+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:28 smithi111 bash[70954]: cephadm 2024-03-30T04:43:27.410355+0000 mgr.y (mgr.25441) 747 : cephadm [INF] Reconfiguring daemon rgw.smpl.smithi117.wrgldy on smithi117 2024-03-30T04:43:28.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:28 smithi111 bash[73591]: cluster 2024-03-30T04:43:27.004513+0000 mgr.y (mgr.25441) 745 : cluster [DBG] pgmap v468: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:43:28.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:28 smithi111 bash[73591]: audit 2024-03-30T04:43:27.349818+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:28.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:28 smithi111 bash[73591]: audit 2024-03-30T04:43:27.366116+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:28.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:28 smithi111 bash[73591]: cephadm 2024-03-30T04:43:27.401510+0000 mgr.y (mgr.25441) 746 : cephadm [INF] Reconfiguring rgw.smpl.smithi117.wrgldy (monmap changed)... 2024-03-30T04:43:28.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:28 smithi111 bash[73591]: audit 2024-03-30T04:43:27.402258+0000 mon.c (mon.1) 54 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi117.wrgldy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:43:28.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:28 smithi111 bash[73591]: audit 2024-03-30T04:43:27.403130+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi117.wrgldy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:43:28.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:28 smithi111 bash[73591]: audit 2024-03-30T04:43:27.408207+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:28 smithi111 bash[73591]: cephadm 2024-03-30T04:43:27.410355+0000 mgr.y (mgr.25441) 747 : cephadm [INF] Reconfiguring daemon rgw.smpl.smithi117.wrgldy on smithi117 2024-03-30T04:43:28.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:28 smithi117 bash[62284]: cluster 2024-03-30T04:43:27.004513+0000 mgr.y (mgr.25441) 745 : cluster [DBG] pgmap v468: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:43:28.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:28 smithi117 bash[62284]: audit 2024-03-30T04:43:27.349818+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:28.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:28 smithi117 bash[62284]: audit 2024-03-30T04:43:27.366116+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:28.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:28 smithi117 bash[62284]: cephadm 2024-03-30T04:43:27.401510+0000 mgr.y (mgr.25441) 746 : cephadm [INF] Reconfiguring rgw.smpl.smithi117.wrgldy (monmap changed)... 2024-03-30T04:43:28.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:28 smithi117 bash[62284]: audit 2024-03-30T04:43:27.402258+0000 mon.c (mon.1) 54 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi117.wrgldy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:43:28.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:28 smithi117 bash[62284]: audit 2024-03-30T04:43:27.403130+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi117.wrgldy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:43:28.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:28 smithi117 bash[62284]: audit 2024-03-30T04:43:27.408207+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:28 smithi117 bash[62284]: cephadm 2024-03-30T04:43:27.410355+0000 mgr.y (mgr.25441) 747 : cephadm [INF] Reconfiguring daemon rgw.smpl.smithi117.wrgldy on smithi117 2024-03-30T04:43:28.981 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:43:28 smithi117 bash[53671]: ts=2024-03-30T04:43:28.659Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"172.21.15.117:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"smithi111:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:43:30.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[70954]: cluster 2024-03-30T04:43:29.005256+0000 mgr.y (mgr.25441) 748 : cluster [DBG] pgmap v469: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:43:30.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[70954]: audit 2024-03-30T04:43:29.555878+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:30.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[70954]: audit 2024-03-30T04:43:29.572715+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:30.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[70954]: audit 2024-03-30T04:43:29.597044+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[70954]: audit 2024-03-30T04:43:29.602411+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:30.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[70954]: audit 2024-03-30T04:43:29.606678+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:30.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[70954]: cephadm 2024-03-30T04:43:29.608934+0000 mgr.y (mgr.25441) 749 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-03-30T04:43:30.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[70954]: audit 2024-03-30T04:43:29.616369+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:30.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[70954]: audit 2024-03-30T04:43:29.621634+0000 mon.c (mon.1) 59 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-03-30T04:43:30.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[70954]: audit 2024-03-30T04:43:29.622454+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-03-30T04:43:30.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[70954]: audit 2024-03-30T04:43:29.628748+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-03-30T04:43:30.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[70954]: audit 2024-03-30T04:43:29.633896+0000 mon.c (mon.1) 60 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-03-30T04:43:30.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[70954]: audit 2024-03-30T04:43:29.634708+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-03-30T04:43:30.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[70954]: audit 2024-03-30T04:43:29.640684+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-03-30T04:43:30.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[70954]: audit 2024-03-30T04:43:29.645433+0000 mon.c (mon.1) 61 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-03-30T04:43:30.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[70954]: audit 2024-03-30T04:43:29.646069+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-03-30T04:43:30.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[70954]: audit 2024-03-30T04:43:29.652102+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-03-30T04:43:30.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[70954]: audit 2024-03-30T04:43:29.657863+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:30.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[70954]: cephadm 2024-03-30T04:43:29.659757+0000 mgr.y (mgr.25441) 750 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-03-30T04:43:30.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[70954]: audit 2024-03-30T04:43:29.666836+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:30.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[73591]: cluster 2024-03-30T04:43:29.005256+0000 mgr.y (mgr.25441) 748 : cluster [DBG] pgmap v469: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:43:30.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[73591]: audit 2024-03-30T04:43:29.555878+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:30.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[73591]: audit 2024-03-30T04:43:29.572715+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:30.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[73591]: audit 2024-03-30T04:43:29.597044+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[73591]: audit 2024-03-30T04:43:29.602411+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:30.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[73591]: audit 2024-03-30T04:43:29.606678+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:30.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[73591]: cephadm 2024-03-30T04:43:29.608934+0000 mgr.y (mgr.25441) 749 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-03-30T04:43:30.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[73591]: audit 2024-03-30T04:43:29.616369+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:30.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[73591]: audit 2024-03-30T04:43:29.621634+0000 mon.c (mon.1) 59 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-03-30T04:43:30.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[73591]: audit 2024-03-30T04:43:29.622454+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-03-30T04:43:30.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[73591]: audit 2024-03-30T04:43:29.628748+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-03-30T04:43:30.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[73591]: audit 2024-03-30T04:43:29.633896+0000 mon.c (mon.1) 60 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-03-30T04:43:30.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[73591]: audit 2024-03-30T04:43:29.634708+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-03-30T04:43:30.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[73591]: audit 2024-03-30T04:43:29.640684+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-03-30T04:43:30.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[73591]: audit 2024-03-30T04:43:29.645433+0000 mon.c (mon.1) 61 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-03-30T04:43:30.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[73591]: audit 2024-03-30T04:43:29.646069+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-03-30T04:43:30.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[73591]: audit 2024-03-30T04:43:29.652102+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-03-30T04:43:30.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[73591]: audit 2024-03-30T04:43:29.657863+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:30.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[73591]: cephadm 2024-03-30T04:43:29.659757+0000 mgr.y (mgr.25441) 750 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-03-30T04:43:30.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[73591]: audit 2024-03-30T04:43:29.666836+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:30.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[70954]: audit 2024-03-30T04:43:29.674072+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-30T04:43:30.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[70954]: audit 2024-03-30T04:43:29.674444+0000 mgr.y (mgr.25441) 751 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-30T04:43:30.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[70954]: cephadm 2024-03-30T04:43:29.676912+0000 mgr.y (mgr.25441) 752 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-03-30T04:43:30.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[70954]: audit 2024-03-30T04:43:30.248798+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:43:30.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[73591]: audit 2024-03-30T04:43:29.674072+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-30T04:43:30.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[73591]: audit 2024-03-30T04:43:29.674444+0000 mgr.y (mgr.25441) 751 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-30T04:43:30.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[73591]: cephadm 2024-03-30T04:43:29.676912+0000 mgr.y (mgr.25441) 752 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-03-30T04:43:30.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:30 smithi111 bash[73591]: audit 2024-03-30T04:43:30.248798+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:43:30.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:30 smithi117 bash[62284]: cluster 2024-03-30T04:43:29.005256+0000 mgr.y (mgr.25441) 748 : cluster [DBG] pgmap v469: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:43:30.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:30 smithi117 bash[62284]: audit 2024-03-30T04:43:29.555878+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:30.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:30 smithi117 bash[62284]: audit 2024-03-30T04:43:29.572715+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:30.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:30 smithi117 bash[62284]: audit 2024-03-30T04:43:29.597044+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:30 smithi117 bash[62284]: audit 2024-03-30T04:43:29.602411+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:30.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:30 smithi117 bash[62284]: audit 2024-03-30T04:43:29.606678+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:30.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:30 smithi117 bash[62284]: cephadm 2024-03-30T04:43:29.608934+0000 mgr.y (mgr.25441) 749 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-03-30T04:43:30.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:30 smithi117 bash[62284]: audit 2024-03-30T04:43:29.616369+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:30.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:30 smithi117 bash[62284]: audit 2024-03-30T04:43:29.621634+0000 mon.c (mon.1) 59 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-03-30T04:43:30.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:30 smithi117 bash[62284]: audit 2024-03-30T04:43:29.622454+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-03-30T04:43:30.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:30 smithi117 bash[62284]: audit 2024-03-30T04:43:29.628748+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-03-30T04:43:30.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:30 smithi117 bash[62284]: audit 2024-03-30T04:43:29.633896+0000 mon.c (mon.1) 60 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-03-30T04:43:30.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:30 smithi117 bash[62284]: audit 2024-03-30T04:43:29.634708+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-03-30T04:43:30.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:30 smithi117 bash[62284]: audit 2024-03-30T04:43:29.640684+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-03-30T04:43:30.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:30 smithi117 bash[62284]: audit 2024-03-30T04:43:29.645433+0000 mon.c (mon.1) 61 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-03-30T04:43:30.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:30 smithi117 bash[62284]: audit 2024-03-30T04:43:29.646069+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-03-30T04:43:30.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:30 smithi117 bash[62284]: audit 2024-03-30T04:43:29.652102+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-03-30T04:43:30.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:30 smithi117 bash[62284]: audit 2024-03-30T04:43:29.657863+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:30.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:30 smithi117 bash[62284]: cephadm 2024-03-30T04:43:29.659757+0000 mgr.y (mgr.25441) 750 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-03-30T04:43:30.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:30 smithi117 bash[62284]: audit 2024-03-30T04:43:29.666836+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:30.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:30 smithi117 bash[62284]: audit 2024-03-30T04:43:29.674072+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-30T04:43:30.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:30 smithi117 bash[62284]: audit 2024-03-30T04:43:29.674444+0000 mgr.y (mgr.25441) 751 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-30T04:43:30.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:30 smithi117 bash[62284]: cephadm 2024-03-30T04:43:29.676912+0000 mgr.y (mgr.25441) 752 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-03-30T04:43:30.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:30 smithi117 bash[62284]: audit 2024-03-30T04:43:30.248798+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:43:32.384 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:43:31 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Scheduled restart job, restart counter is at 17. 2024-03-30T04:43:32.384 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:43:31 smithi117 systemd[1]: Stopped Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:43:32.385 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:43:31 smithi117 systemd[1]: Started Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:43:32.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:32 smithi111 bash[73591]: cluster 2024-03-30T04:43:31.005707+0000 mgr.y (mgr.25441) 753 : cluster [DBG] pgmap v470: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:43:32.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:32 smithi111 bash[73591]: audit 2024-03-30T04:43:31.214785+0000 mgr.y (mgr.25441) 754 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:32.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:32 smithi111 bash[73591]: audit 2024-03-30T04:43:31.913350+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:32.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:32 smithi111 bash[73591]: audit 2024-03-30T04:43:31.920209+0000 mon.c (mon.1) 65 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-30T04:43:32.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:32 smithi111 bash[73591]: audit 2024-03-30T04:43:31.921763+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:32.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:32 smithi111 bash[70954]: cluster 2024-03-30T04:43:31.005707+0000 mgr.y (mgr.25441) 753 : cluster [DBG] pgmap v470: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:43:32.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:32 smithi111 bash[70954]: audit 2024-03-30T04:43:31.214785+0000 mgr.y (mgr.25441) 754 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:32.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:32 smithi111 bash[70954]: audit 2024-03-30T04:43:31.913350+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:32.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:32 smithi111 bash[70954]: audit 2024-03-30T04:43:31.920209+0000 mon.c (mon.1) 65 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-30T04:43:32.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:32 smithi111 bash[70954]: audit 2024-03-30T04:43:31.921763+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:32.838 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:32 smithi117 bash[62284]: cluster 2024-03-30T04:43:31.005707+0000 mgr.y (mgr.25441) 753 : cluster [DBG] pgmap v470: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:43:32.838 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:32 smithi117 bash[62284]: audit 2024-03-30T04:43:31.214785+0000 mgr.y (mgr.25441) 754 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:32.838 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:32 smithi117 bash[62284]: audit 2024-03-30T04:43:31.913350+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:32.838 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:32 smithi117 bash[62284]: audit 2024-03-30T04:43:31.920209+0000 mon.c (mon.1) 65 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-30T04:43:32.838 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:32 smithi117 bash[62284]: audit 2024-03-30T04:43:31.921763+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:33.134 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:43:32 smithi117 bash[64516]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:43:33.134 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:43:32 smithi117 bash[64516]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:43:33.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:33 smithi111 bash[73591]: cephadm 2024-03-30T04:43:31.907984+0000 mgr.y (mgr.25441) 755 : cephadm [INF] Upgrade: Updating osd.0 2024-03-30T04:43:33.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:33 smithi111 bash[73591]: cephadm 2024-03-30T04:43:31.927204+0000 mgr.y (mgr.25441) 756 : cephadm [INF] Deploying daemon osd.0 on smithi111 2024-03-30T04:43:33.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:33 smithi111 bash[70954]: cephadm 2024-03-30T04:43:31.907984+0000 mgr.y (mgr.25441) 755 : cephadm [INF] Upgrade: Updating osd.0 2024-03-30T04:43:33.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:33 smithi111 bash[70954]: cephadm 2024-03-30T04:43:31.927204+0000 mgr.y (mgr.25441) 756 : cephadm [INF] Deploying daemon osd.0 on smithi111 2024-03-30T04:43:33.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:33 smithi117 bash[62284]: cephadm 2024-03-30T04:43:31.907984+0000 mgr.y (mgr.25441) 755 : cephadm [INF] Upgrade: Updating osd.0 2024-03-30T04:43:33.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:33 smithi117 bash[62284]: cephadm 2024-03-30T04:43:31.927204+0000 mgr.y (mgr.25441) 756 : cephadm [INF] Deploying daemon osd.0 on smithi111 2024-03-30T04:43:33.885 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:43:33 smithi117 bash[53671]: ts=2024-03-30T04:43:33.510Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi111\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:43:33.885 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:43:33 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-30T04:43:33.885 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:43:33 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Failed with result 'exit-code'. 2024-03-30T04:43:34.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:34 smithi111 bash[70954]: cluster 2024-03-30T04:43:33.007427+0000 mgr.y (mgr.25441) 757 : cluster [DBG] pgmap v471: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:43:34.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:34 smithi111 bash[73591]: cluster 2024-03-30T04:43:33.007427+0000 mgr.y (mgr.25441) 757 : cluster [DBG] pgmap v471: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:43:34.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:34 smithi117 bash[62284]: cluster 2024-03-30T04:43:33.007427+0000 mgr.y (mgr.25441) 757 : cluster [DBG] pgmap v471: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:43:36.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:36 smithi111 bash[70954]: cluster 2024-03-30T04:43:35.007942+0000 mgr.y (mgr.25441) 758 : cluster [DBG] pgmap v472: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:43:36.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:36 smithi111 bash[70954]: audit 2024-03-30T04:43:35.218088+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:36.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:36 smithi111 bash[70954]: audit 2024-03-30T04:43:35.230053+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:36.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:36 smithi111 bash[70954]: cluster 2024-03-30T04:43:35.232831+0000 mgr.y (mgr.25441) 759 : cluster [DBG] pgmap v473: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1000 B/s rd, 0 op/s 2024-03-30T04:43:36.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:36 smithi111 bash[70954]: cluster 2024-03-30T04:43:35.233120+0000 mgr.y (mgr.25441) 760 : cluster [DBG] pgmap v474: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 622 B/s rd, 0 op/s 2024-03-30T04:43:36.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:36 smithi111 bash[70954]: audit 2024-03-30T04:43:35.245319+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:36.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:36 smithi111 bash[73591]: cluster 2024-03-30T04:43:35.007942+0000 mgr.y (mgr.25441) 758 : cluster [DBG] pgmap v472: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:43:36.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:36 smithi111 bash[73591]: audit 2024-03-30T04:43:35.218088+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:36.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:36 smithi111 bash[73591]: audit 2024-03-30T04:43:35.230053+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:36.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:36 smithi111 bash[73591]: cluster 2024-03-30T04:43:35.232831+0000 mgr.y (mgr.25441) 759 : cluster [DBG] pgmap v473: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1000 B/s rd, 0 op/s 2024-03-30T04:43:36.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:36 smithi111 bash[73591]: cluster 2024-03-30T04:43:35.233120+0000 mgr.y (mgr.25441) 760 : cluster [DBG] pgmap v474: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 622 B/s rd, 0 op/s 2024-03-30T04:43:36.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:36 smithi111 bash[73591]: audit 2024-03-30T04:43:35.245319+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:36.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:36 smithi117 bash[62284]: cluster 2024-03-30T04:43:35.007942+0000 mgr.y (mgr.25441) 758 : cluster [DBG] pgmap v472: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:43:36.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:36 smithi117 bash[62284]: audit 2024-03-30T04:43:35.218088+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:36.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:36 smithi117 bash[62284]: audit 2024-03-30T04:43:35.230053+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:36.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:36 smithi117 bash[62284]: cluster 2024-03-30T04:43:35.232831+0000 mgr.y (mgr.25441) 759 : cluster [DBG] pgmap v473: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1000 B/s rd, 0 op/s 2024-03-30T04:43:36.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:36 smithi117 bash[62284]: cluster 2024-03-30T04:43:35.233120+0000 mgr.y (mgr.25441) 760 : cluster [DBG] pgmap v474: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 622 B/s rd, 0 op/s 2024-03-30T04:43:36.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:36 smithi117 bash[62284]: audit 2024-03-30T04:43:35.245319+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:36.865 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:43:36 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:43:36] "GET /metrics HTTP/1.1" 200 38275 "" "Prometheus/2.33.4" 2024-03-30T04:43:37.705 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:37 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:37.705 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:37 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:37.705 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:43:37 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:37.706 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:43:37 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:37.706 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:43:37 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:37.706 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:43:37 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:37.707 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:43:37 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:37.707 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:43:37 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:37.707 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:43:37 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:38.115 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:43:37 smithi111 systemd[1]: Stopping Ceph osd.0 for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:43:38.115 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:43:37 smithi111 bash[27307]: debug 2024-03-30T04:43:37.837+0000 7fccdb05b700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:43:38.115 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:43:37 smithi111 bash[27307]: debug 2024-03-30T04:43:37.837+0000 7fccdb05b700 -1 osd.0 108 *** Got signal Terminated *** 2024-03-30T04:43:38.115 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:43:37 smithi111 bash[27307]: debug 2024-03-30T04:43:37.837+0000 7fccdb05b700 -1 osd.0 108 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:43:38.605 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:38 smithi117 bash[62284]: cluster 2024-03-30T04:43:37.234745+0000 mgr.y (mgr.25441) 761 : cluster [DBG] pgmap v475: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:43:38.605 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:38 smithi117 bash[62284]: cluster 2024-03-30T04:43:37.840912+0000 mon.a (mon.0) 410 : cluster [INF] osd.0 marked itself down and dead 2024-03-30T04:43:38.614 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:38 smithi111 bash[70954]: cluster 2024-03-30T04:43:37.234745+0000 mgr.y (mgr.25441) 761 : cluster [DBG] pgmap v475: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:43:38.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:38 smithi111 bash[70954]: cluster 2024-03-30T04:43:37.840912+0000 mon.a (mon.0) 410 : cluster [INF] osd.0 marked itself down and dead 2024-03-30T04:43:38.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:38 smithi111 bash[73591]: cluster 2024-03-30T04:43:37.234745+0000 mgr.y (mgr.25441) 761 : cluster [DBG] pgmap v475: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:43:38.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:38 smithi111 bash[73591]: cluster 2024-03-30T04:43:37.840912+0000 mon.a (mon.0) 410 : cluster [INF] osd.0 marked itself down and dead 2024-03-30T04:43:38.884 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:43:38 smithi117 bash[53671]: ts=2024-03-30T04:43: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.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"172.21.15.117:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"smithi111:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:43:39.538 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:39 smithi111 bash[70954]: cluster 2024-03-30T04:43:38.290772+0000 mon.a (mon.0) 411 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:43:39.539 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:39 smithi111 bash[70954]: cluster 2024-03-30T04:43:38.307607+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e109: 8 total, 7 up, 8 in 2024-03-30T04:43:39.539 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:39 smithi111 bash[70954]: audit 2024-03-30T04:43:39.197394+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:39.539 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:39 smithi111 bash[70954]: audit 2024-03-30T04:43:39.215399+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:39.539 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:39 smithi111 bash[70954]: audit 2024-03-30T04:43:39.231505+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:39.539 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:39 smithi111 bash[73591]: cluster 2024-03-30T04:43:38.290772+0000 mon.a (mon.0) 411 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:43:39.539 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:39 smithi111 bash[73591]: cluster 2024-03-30T04:43:38.307607+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e109: 8 total, 7 up, 8 in 2024-03-30T04:43:39.539 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:39 smithi111 bash[73591]: audit 2024-03-30T04:43:39.197394+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:39.539 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:39 smithi111 bash[73591]: audit 2024-03-30T04:43:39.215399+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:39.539 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:39 smithi111 bash[73591]: audit 2024-03-30T04:43:39.231505+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:39.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:39 smithi117 bash[62284]: cluster 2024-03-30T04:43:38.290772+0000 mon.a (mon.0) 411 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:43:39.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:39 smithi117 bash[62284]: cluster 2024-03-30T04:43:38.307607+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e109: 8 total, 7 up, 8 in 2024-03-30T04:43:39.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:39 smithi117 bash[62284]: audit 2024-03-30T04:43:39.197394+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:39.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:39 smithi117 bash[62284]: audit 2024-03-30T04:43:39.215399+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:39.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:39 smithi117 bash[62284]: audit 2024-03-30T04:43:39.231505+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:39.796 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:43:39 smithi111 bash[77316]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-osd-0 2024-03-30T04:43:39.797 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:43:39 smithi111 bash[77380]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-osd-0 2024-03-30T04:43:40.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:40 smithi111 bash[70954]: cluster 2024-03-30T04:43:39.219734+0000 mgr.y (mgr.25441) 762 : cluster [DBG] pgmap v477: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 824 B/s rd, 0 op/s 2024-03-30T04:43:40.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:40 smithi111 bash[70954]: cluster 2024-03-30T04:43:39.220335+0000 mgr.y (mgr.25441) 763 : cluster [DBG] pgmap v478: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:43:40.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:40 smithi111 bash[70954]: cluster 2024-03-30T04:43:39.311692+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e110: 8 total, 7 up, 8 in 2024-03-30T04:43:40.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:40 smithi111 bash[73591]: cluster 2024-03-30T04:43:39.219734+0000 mgr.y (mgr.25441) 762 : cluster [DBG] pgmap v477: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 824 B/s rd, 0 op/s 2024-03-30T04:43:40.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:40 smithi111 bash[73591]: cluster 2024-03-30T04:43:39.220335+0000 mgr.y (mgr.25441) 763 : cluster [DBG] pgmap v478: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:43:40.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:40 smithi111 bash[73591]: cluster 2024-03-30T04:43:39.311692+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e110: 8 total, 7 up, 8 in 2024-03-30T04:43:40.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:40 smithi117 bash[62284]: cluster 2024-03-30T04:43:39.219734+0000 mgr.y (mgr.25441) 762 : cluster [DBG] pgmap v477: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 824 B/s rd, 0 op/s 2024-03-30T04:43:40.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:40 smithi117 bash[62284]: cluster 2024-03-30T04:43:39.220335+0000 mgr.y (mgr.25441) 763 : cluster [DBG] pgmap v478: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:43:40.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:40 smithi117 bash[62284]: cluster 2024-03-30T04:43:39.311692+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e110: 8 total, 7 up, 8 in 2024-03-30T04:43:41.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:41 smithi111 bash[70954]: cluster 2024-03-30T04:43:41.306068+0000 mon.a (mon.0) 417 : cluster [WRN] Health check failed: Degraded data redundancy: 77/726 objects degraded (10.606%), 22 pgs degraded (PG_DEGRADED) 2024-03-30T04:43:41.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:41 smithi111 bash[73591]: cluster 2024-03-30T04:43:41.306068+0000 mon.a (mon.0) 417 : cluster [WRN] Health check failed: Degraded data redundancy: 77/726 objects degraded (10.606%), 22 pgs degraded (PG_DEGRADED) 2024-03-30T04:43:41.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:41 smithi117 bash[62284]: cluster 2024-03-30T04:43:41.306068+0000 mon.a (mon.0) 417 : cluster [WRN] Health check failed: Degraded data redundancy: 77/726 objects degraded (10.606%), 22 pgs degraded (PG_DEGRADED) 2024-03-30T04:43:42.057 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:41 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:42.057 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:41 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:42.057 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:43:41 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:42.058 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:43:41 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:42.058 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:43:41 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:42.058 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:43:41 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:42.059 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:43:41 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:42.059 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:43:41 smithi111 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@osd.0.service: Deactivated successfully. 2024-03-30T04:43:42.059 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:43:41 smithi111 systemd[1]: Stopped Ceph osd.0 for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:43:42.059 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:43:41 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:42.059 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:43:41 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:42.353 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:43:42 smithi111 systemd[1]: Started Ceph osd.0 for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:43:42.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:42 smithi111 bash[70954]: cluster 2024-03-30T04:43:41.221623+0000 mgr.y (mgr.25441) 764 : cluster [DBG] pgmap v480: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:42.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:42 smithi111 bash[70954]: audit 2024-03-30T04:43:41.222853+0000 mgr.y (mgr.25441) 765 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:42.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:42 smithi111 bash[70954]: audit 2024-03-30T04:43:42.112462+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:42.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:42 smithi111 bash[70954]: audit 2024-03-30T04:43:42.120833+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:42.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:42 smithi111 bash[70954]: audit 2024-03-30T04:43:42.164162+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:42.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:42 smithi111 bash[70954]: audit 2024-03-30T04:43:42.165057+0000 mon.c (mon.1) 68 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:42.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:42 smithi111 bash[70954]: audit 2024-03-30T04:43:42.172483+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:42.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:42 smithi111 bash[70954]: audit 2024-03-30T04:43:42.246471+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:42.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:42 smithi111 bash[70954]: audit 2024-03-30T04:43:42.248669+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:42.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:42 smithi111 bash[70954]: audit 2024-03-30T04:43:42.251696+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:42.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:42 smithi111 bash[70954]: audit 2024-03-30T04:43:42.252452+0000 mon.c (mon.1) 72 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:42.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:42 smithi111 bash[70954]: audit 2024-03-30T04:43:42.259300+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:42.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:42 smithi111 bash[70954]: audit 2024-03-30T04:43:42.322009+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:42.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:42 smithi111 bash[70954]: audit 2024-03-30T04:43:42.324372+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:42.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:42 smithi111 bash[70954]: audit 2024-03-30T04:43:42.326581+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:42.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:42 smithi111 bash[70954]: audit 2024-03-30T04:43:42.327313+0000 mon.c (mon.1) 76 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:42.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:42 smithi111 bash[70954]: audit 2024-03-30T04:43:42.334922+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:42.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:42 smithi111 bash[73591]: cluster 2024-03-30T04:43:41.221623+0000 mgr.y (mgr.25441) 764 : cluster [DBG] pgmap v480: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:42.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:42 smithi111 bash[73591]: audit 2024-03-30T04:43:41.222853+0000 mgr.y (mgr.25441) 765 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:42.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:42 smithi111 bash[73591]: audit 2024-03-30T04:43:42.112462+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:42.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:42 smithi111 bash[73591]: audit 2024-03-30T04:43:42.120833+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:42.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:42 smithi111 bash[73591]: audit 2024-03-30T04:43:42.164162+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:42.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:42 smithi111 bash[73591]: audit 2024-03-30T04:43:42.165057+0000 mon.c (mon.1) 68 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:42.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:42 smithi111 bash[73591]: audit 2024-03-30T04:43:42.172483+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:42.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:42 smithi111 bash[73591]: audit 2024-03-30T04:43:42.246471+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:42.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:42 smithi111 bash[73591]: audit 2024-03-30T04:43:42.248669+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:42.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:42 smithi111 bash[73591]: audit 2024-03-30T04:43:42.251696+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:42.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:42 smithi111 bash[73591]: audit 2024-03-30T04:43:42.252452+0000 mon.c (mon.1) 72 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:42.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:42 smithi111 bash[73591]: audit 2024-03-30T04:43:42.259300+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:42.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:42 smithi111 bash[73591]: audit 2024-03-30T04:43:42.322009+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:42.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:42 smithi111 bash[73591]: audit 2024-03-30T04:43:42.324372+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:42.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:42 smithi111 bash[73591]: audit 2024-03-30T04:43:42.326581+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:42.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:42 smithi111 bash[73591]: audit 2024-03-30T04:43:42.327313+0000 mon.c (mon.1) 76 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:42.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:42 smithi111 bash[73591]: audit 2024-03-30T04:43:42.334922+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:42.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:42 smithi117 bash[62284]: cluster 2024-03-30T04:43:41.221623+0000 mgr.y (mgr.25441) 764 : cluster [DBG] pgmap v480: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:42.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:42 smithi117 bash[62284]: audit 2024-03-30T04:43:41.222853+0000 mgr.y (mgr.25441) 765 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:42.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:42 smithi117 bash[62284]: audit 2024-03-30T04:43:42.112462+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:42.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:42 smithi117 bash[62284]: audit 2024-03-30T04:43:42.120833+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:42.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:42 smithi117 bash[62284]: audit 2024-03-30T04:43:42.164162+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:42.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:42 smithi117 bash[62284]: audit 2024-03-30T04:43:42.165057+0000 mon.c (mon.1) 68 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:42.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:42 smithi117 bash[62284]: audit 2024-03-30T04:43:42.172483+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:42.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:42 smithi117 bash[62284]: audit 2024-03-30T04:43:42.246471+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:42.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:42 smithi117 bash[62284]: audit 2024-03-30T04:43:42.248669+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:42.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:42 smithi117 bash[62284]: audit 2024-03-30T04:43:42.251696+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:42.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:42 smithi117 bash[62284]: audit 2024-03-30T04:43:42.252452+0000 mon.c (mon.1) 72 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:42.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:42 smithi117 bash[62284]: audit 2024-03-30T04:43:42.259300+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:42.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:42 smithi117 bash[62284]: audit 2024-03-30T04:43:42.322009+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:42.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:42 smithi117 bash[62284]: audit 2024-03-30T04:43:42.324372+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:42.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:42 smithi117 bash[62284]: audit 2024-03-30T04:43:42.326581+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:42.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:42 smithi117 bash[62284]: audit 2024-03-30T04:43:42.327313+0000 mon.c (mon.1) 76 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:42.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:42 smithi117 bash[62284]: audit 2024-03-30T04:43:42.334922+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:42.798 INFO:teuthology.orchestra.run.smithi111.stdout:true 2024-03-30T04:43:43.580 INFO:teuthology.orchestra.run.smithi111.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:43:43.580 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi111 smithi111 running 8s ago 18m - - 2024-03-30T04:43:43.581 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi117 smithi117 running 4s ago 18m - - 2024-03-30T04:43:43.581 INFO:teuthology.orchestra.run.smithi111.stdout:alertmanager.a smithi111 *:9093,9094 running (4m) 8s ago 11m 13.4M - 0.23.0 ba2b418f427c 1324aeb3a452 2024-03-30T04:43:43.581 INFO:teuthology.orchestra.run.smithi111.stdout:grafana.a smithi117 *:3000 unknown 4s ago 10m - - 2024-03-30T04:43:43.581 INFO:teuthology.orchestra.run.smithi111.stdout:iscsi.foo.smithi111.fmwmll smithi111 running (3m) 8s ago 8m 43.4M - 3.5 e1d6a67b021e 429bab8e2057 2024-03-30T04:43:43.581 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.x smithi117 *:8443,9283,8765 running (2m) 4s ago 17m 436M - 19.0.0-2493-gd82c9aa1 3714003597ec 42ebd55da4b4 2024-03-30T04:43:43.581 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.y smithi111 *:8443,9283,8765 running (3m) 8s ago 19m 500M - 19.0.0-2493-gd82c9aa1 3714003597ec fa84fb31d2a4 2024-03-30T04:43:43.581 INFO:teuthology.orchestra.run.smithi111.stdout:mon.a smithi111 running (114s) 8s ago 19m 56.0M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 896c96f933ff 2024-03-30T04:43:43.581 INFO:teuthology.orchestra.run.smithi111.stdout:mon.b smithi117 running (65s) 4s ago 17m 33.7M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 60f10ffc2128 2024-03-30T04:43:43.581 INFO:teuthology.orchestra.run.smithi111.stdout:mon.c smithi111 running (84s) 8s ago 17m 43.7M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 385ecbe45d43 2024-03-30T04:43:43.581 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.a smithi111 *:9100 running (4m) 8s ago 11m 8859k - 1.3.1 1dbe0e931976 6370ea39ede2 2024-03-30T04:43:43.581 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.b smithi117 *:9100 running (4m) 4s ago 11m 8787k - 1.3.1 1dbe0e931976 038bdefec2fb 2024-03-30T04:43:43.581 INFO:teuthology.orchestra.run.smithi111.stdout:osd.0 smithi111 starting - - - 4096M 2024-03-30T04:43:43.581 INFO:teuthology.orchestra.run.smithi111.stdout:osd.1 smithi111 running (16m) 8s ago 16m 58.9M 4096M 17.2.0 e1d6a67b021e 8986210aecf7 2024-03-30T04:43:43.581 INFO:teuthology.orchestra.run.smithi111.stdout:osd.2 smithi111 running (15m) 8s ago 15m 53.8M 4096M 17.2.0 e1d6a67b021e 75832afbc732 2024-03-30T04:43:43.582 INFO:teuthology.orchestra.run.smithi111.stdout:osd.3 smithi111 running (15m) 8s ago 15m 56.5M 4096M 17.2.0 e1d6a67b021e 9bdb46999038 2024-03-30T04:43:43.582 INFO:teuthology.orchestra.run.smithi111.stdout:osd.4 smithi117 running (14m) 4s ago 14m 59.8M 4096M 17.2.0 e1d6a67b021e dfb36784cb06 2024-03-30T04:43:43.582 INFO:teuthology.orchestra.run.smithi111.stdout:osd.5 smithi117 running (13m) 4s ago 13m 54.5M 4096M 17.2.0 e1d6a67b021e 232d5fd01e16 2024-03-30T04:43:43.582 INFO:teuthology.orchestra.run.smithi111.stdout:osd.6 smithi117 running (13m) 4s ago 13m 53.3M 4096M 17.2.0 e1d6a67b021e 393ee9af633e 2024-03-30T04:43:43.582 INFO:teuthology.orchestra.run.smithi111.stdout:osd.7 smithi117 running (12m) 4s ago 12m 57.9M 4096M 17.2.0 e1d6a67b021e f9f3a86e8182 2024-03-30T04:43:43.582 INFO:teuthology.orchestra.run.smithi111.stdout:prometheus.a smithi117 *:9095 running (2m) 4s ago 11m 64.0M - 2.33.4 514e6a882f6e e0486046291e 2024-03-30T04:43:43.582 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi111.gqpgtc smithi111 *:8000 running (9m) 8s ago 9m 87.2M - 17.2.0 e1d6a67b021e e51a6fac1b59 2024-03-30T04:43:43.582 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi117.nijpsz smithi117 *:8000 running (9m) 4s ago 9m 87.5M - 17.2.0 e1d6a67b021e bd8939f98ae0 2024-03-30T04:43:43.582 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi111.nqgkvi smithi111 *:80 running (9m) 8s ago 9m 87.5M - 17.2.0 e1d6a67b021e 4dd1cc17abca 2024-03-30T04:43:43.582 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi117.wrgldy smithi117 *:80 running (9m) 4s ago 9m 87.3M - 17.2.0 e1d6a67b021e 1bff1faa59ec 2024-03-30T04:43:43.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: cluster 2024-03-30T04:43:42.166623+0000 mgr.y (mgr.25441) 766 : cluster [DBG] pgmap v481: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: cluster 2024-03-30T04:43:42.166985+0000 mgr.y (mgr.25441) 767 : cluster [DBG] pgmap v482: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: cephadm 2024-03-30T04:43:42.173248+0000 mgr.y (mgr.25441) 768 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:43.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: cluster 2024-03-30T04:43:42.253943+0000 mgr.y (mgr.25441) 769 : cluster [DBG] pgmap v483: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: cluster 2024-03-30T04:43:42.254297+0000 mgr.y (mgr.25441) 770 : cluster [DBG] pgmap v484: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: cephadm 2024-03-30T04:43:42.260485+0000 mgr.y (mgr.25441) 771 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:43.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: cluster 2024-03-30T04:43:42.328955+0000 mgr.y (mgr.25441) 772 : cluster [DBG] pgmap v485: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: cluster 2024-03-30T04:43:42.329541+0000 mgr.y (mgr.25441) 773 : cluster [DBG] pgmap v486: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: cephadm 2024-03-30T04:43:42.335577+0000 mgr.y (mgr.25441) 774 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:43.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:42.409525+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:42.411511+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:43.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:42.413554+0000 mon.c (mon.1) 79 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:42.414419+0000 mon.c (mon.1) 80 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: cluster 2024-03-30T04:43:42.416184+0000 mgr.y (mgr.25441) 775 : cluster [DBG] pgmap v487: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: cluster 2024-03-30T04:43:42.416720+0000 mgr.y (mgr.25441) 776 : cluster [DBG] pgmap v488: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:42.422053+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:43.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: cluster 2024-03-30T04:43:42.166623+0000 mgr.y (mgr.25441) 766 : cluster [DBG] pgmap v481: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: cluster 2024-03-30T04:43:42.166985+0000 mgr.y (mgr.25441) 767 : cluster [DBG] pgmap v482: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: cephadm 2024-03-30T04:43:42.173248+0000 mgr.y (mgr.25441) 768 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:43.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: cluster 2024-03-30T04:43:42.253943+0000 mgr.y (mgr.25441) 769 : cluster [DBG] pgmap v483: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: cluster 2024-03-30T04:43:42.254297+0000 mgr.y (mgr.25441) 770 : cluster [DBG] pgmap v484: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: cephadm 2024-03-30T04:43:42.260485+0000 mgr.y (mgr.25441) 771 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:43.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: cluster 2024-03-30T04:43:42.328955+0000 mgr.y (mgr.25441) 772 : cluster [DBG] pgmap v485: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: cluster 2024-03-30T04:43:42.329541+0000 mgr.y (mgr.25441) 773 : cluster [DBG] pgmap v486: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: cephadm 2024-03-30T04:43:42.335577+0000 mgr.y (mgr.25441) 774 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:43.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:42.409525+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:42.411511+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:43.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:42.413554+0000 mon.c (mon.1) 79 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:42.414419+0000 mon.c (mon.1) 80 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: cluster 2024-03-30T04:43:42.416184+0000 mgr.y (mgr.25441) 775 : cluster [DBG] pgmap v487: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: cluster 2024-03-30T04:43:42.416720+0000 mgr.y (mgr.25441) 776 : cluster [DBG] pgmap v488: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:42.422053+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:43.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: cephadm 2024-03-30T04:43:42.425407+0000 mgr.y (mgr.25441) 777 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:43.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:42.499504+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:42.501589+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:43.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:42.503959+0000 mon.c (mon.1) 83 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:42.504799+0000 mon.c (mon.1) 84 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: cluster 2024-03-30T04:43:42.506444+0000 mgr.y (mgr.25441) 778 : cluster [DBG] pgmap v489: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: cluster 2024-03-30T04:43:42.506804+0000 mgr.y (mgr.25441) 779 : cluster [DBG] pgmap v490: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:42.514251+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:43.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: cephadm 2024-03-30T04:43:42.515168+0000 mgr.y (mgr.25441) 780 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:43.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:42.572760+0000 mon.c (mon.1) 85 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:42.574562+0000 mon.c (mon.1) 86 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:43.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:42.576848+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:42.577550+0000 mon.c (mon.1) 88 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: cluster 2024-03-30T04:43:42.578962+0000 mgr.y (mgr.25441) 781 : cluster [DBG] pgmap v491: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: cluster 2024-03-30T04:43:42.579284+0000 mgr.y (mgr.25441) 782 : cluster [DBG] pgmap v492: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:42.587303+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:43.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: cephadm 2024-03-30T04:43:42.587969+0000 mgr.y (mgr.25441) 783 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:43.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:42.643845+0000 mon.c (mon.1) 89 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:42.645652+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:43.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:42.647494+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:42.648225+0000 mon.c (mon.1) 92 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: cluster 2024-03-30T04:43:42.649623+0000 mgr.y (mgr.25441) 784 : cluster [DBG] pgmap v493: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: cluster 2024-03-30T04:43:42.649956+0000 mgr.y (mgr.25441) 785 : cluster [DBG] pgmap v494: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:42.656405+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:43.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: cephadm 2024-03-30T04:43:42.658010+0000 mgr.y (mgr.25441) 786 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:43.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:42.730831+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:42.732856+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:43.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:42.735797+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:42.736606+0000 mon.c (mon.1) 96 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: cluster 2024-03-30T04:43:42.738235+0000 mgr.y (mgr.25441) 787 : cluster [DBG] pgmap v495: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: cluster 2024-03-30T04:43:42.738909+0000 mgr.y (mgr.25441) 788 : cluster [DBG] pgmap v496: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:42.745400+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:43.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:42.816312+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:42.818237+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:43.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:42.820243+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:42.820990+0000 mon.c (mon.1) 100 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:42.830158+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:43.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: cephadm 2024-03-30T04:43:42.425407+0000 mgr.y (mgr.25441) 777 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:43.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:42.499504+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:42.501589+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:43.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:42.503959+0000 mon.c (mon.1) 83 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:42.504799+0000 mon.c (mon.1) 84 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: cluster 2024-03-30T04:43:42.506444+0000 mgr.y (mgr.25441) 778 : cluster [DBG] pgmap v489: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: cluster 2024-03-30T04:43:42.506804+0000 mgr.y (mgr.25441) 779 : cluster [DBG] pgmap v490: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:42.514251+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:43.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: cephadm 2024-03-30T04:43:42.515168+0000 mgr.y (mgr.25441) 780 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:43.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:42.572760+0000 mon.c (mon.1) 85 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:42.574562+0000 mon.c (mon.1) 86 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:43.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:42.576848+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:42.577550+0000 mon.c (mon.1) 88 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: cluster 2024-03-30T04:43:42.578962+0000 mgr.y (mgr.25441) 781 : cluster [DBG] pgmap v491: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: cluster 2024-03-30T04:43:42.579284+0000 mgr.y (mgr.25441) 782 : cluster [DBG] pgmap v492: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:42.587303+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:43.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: cephadm 2024-03-30T04:43:42.587969+0000 mgr.y (mgr.25441) 783 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:43.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:42.643845+0000 mon.c (mon.1) 89 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:42.645652+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:43.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:42.907891+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:42.910203+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:43.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:42.912175+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:42.912891+0000 mon.c (mon.1) 104 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:42.922089+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:43.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:42.968255+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:42.970520+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:43.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:42.972465+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:42.973183+0000 mon.c (mon.1) 108 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:42.982594+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:43.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:43.044311+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:43.046361+0000 mon.c (mon.1) 110 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:43.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:43.048183+0000 mon.c (mon.1) 111 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:43.048904+0000 mon.c (mon.1) 112 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:43.058079+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:43.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:43.098644+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:43.100443+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:43.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:43.102311+0000 mon.c (mon.1) 115 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:43.103005+0000 mon.c (mon.1) 116 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:43.112871+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:43.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:43.154143+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:43.156009+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:43.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:43.157760+0000 mon.c (mon.1) 119 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:43.158480+0000 mon.c (mon.1) 120 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:43.167604+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:43.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:43.224442+0000 mon.c (mon.1) 121 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:43.226359+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:43.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:43.228263+0000 mon.c (mon.1) 123 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:43.228961+0000 mon.c (mon.1) 124 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:43.238416+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:43.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:43.279167+0000 mon.c (mon.1) 125 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:43.281197+0000 mon.c (mon.1) 126 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:43.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:43.283352+0000 mon.c (mon.1) 127 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:43.284112+0000 mon.c (mon.1) 128 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:43.293087+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:43.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:43.335169+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:43.336948+0000 mon.c (mon.1) 130 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:43.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:43.338891+0000 mon.c (mon.1) 131 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:43.339558+0000 mon.c (mon.1) 132 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[70954]: audit 2024-03-30T04:43:43.348534+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:43.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:42.647494+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:42.648225+0000 mon.c (mon.1) 92 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: cluster 2024-03-30T04:43:42.649623+0000 mgr.y (mgr.25441) 784 : cluster [DBG] pgmap v493: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: cluster 2024-03-30T04:43:42.649956+0000 mgr.y (mgr.25441) 785 : cluster [DBG] pgmap v494: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:42.656405+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:43.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: cephadm 2024-03-30T04:43:42.658010+0000 mgr.y (mgr.25441) 786 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:43.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:42.730831+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:42.732856+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:43.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:42.735797+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:42.736606+0000 mon.c (mon.1) 96 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: cluster 2024-03-30T04:43:42.738235+0000 mgr.y (mgr.25441) 787 : cluster [DBG] pgmap v495: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: cluster 2024-03-30T04:43:42.738909+0000 mgr.y (mgr.25441) 788 : cluster [DBG] pgmap v496: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:42.745400+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:43.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:42.816312+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:42.818237+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:43.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:42.820243+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:42.820990+0000 mon.c (mon.1) 100 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:42.830158+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:43.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:42.907891+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:42.910203+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:43.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:42.912175+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:42.912891+0000 mon.c (mon.1) 104 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:42.922089+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:43.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:42.968255+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:42.970520+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:43.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:42.972465+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:42.973183+0000 mon.c (mon.1) 108 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:42.982594+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:43.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:43.044311+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:43.046361+0000 mon.c (mon.1) 110 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:43.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:43.048183+0000 mon.c (mon.1) 111 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:43.048904+0000 mon.c (mon.1) 112 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:43.058079+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:43.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:43.098644+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:43.100443+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:43.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:43.102311+0000 mon.c (mon.1) 115 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:43.103005+0000 mon.c (mon.1) 116 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:43.112871+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:43.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:43.154143+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:43.156009+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:43.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:43.157760+0000 mon.c (mon.1) 119 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:43.158480+0000 mon.c (mon.1) 120 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:43.167604+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:43.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:43.224442+0000 mon.c (mon.1) 121 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:43.226359+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:43.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:43.228263+0000 mon.c (mon.1) 123 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:43.228961+0000 mon.c (mon.1) 124 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:43.238416+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:43.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:43.279167+0000 mon.c (mon.1) 125 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:43.281197+0000 mon.c (mon.1) 126 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:43.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:43.283352+0000 mon.c (mon.1) 127 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:43.284112+0000 mon.c (mon.1) 128 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:43.293087+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:43.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:43.335169+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:43.336948+0000 mon.c (mon.1) 130 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:43.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:43.338891+0000 mon.c (mon.1) 131 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:43.339558+0000 mon.c (mon.1) 132 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:43 smithi111 bash[73591]: audit 2024-03-30T04:43:43.348534+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:43.634 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[53671]: ts=2024-03-30T04:43:43.508Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi111\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:43:43.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: cluster 2024-03-30T04:43:42.166623+0000 mgr.y (mgr.25441) 766 : cluster [DBG] pgmap v481: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: cluster 2024-03-30T04:43:42.166985+0000 mgr.y (mgr.25441) 767 : cluster [DBG] pgmap v482: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: cephadm 2024-03-30T04:43:42.173248+0000 mgr.y (mgr.25441) 768 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:43.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: cluster 2024-03-30T04:43:42.253943+0000 mgr.y (mgr.25441) 769 : cluster [DBG] pgmap v483: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: cluster 2024-03-30T04:43:42.254297+0000 mgr.y (mgr.25441) 770 : cluster [DBG] pgmap v484: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: cephadm 2024-03-30T04:43:42.260485+0000 mgr.y (mgr.25441) 771 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:43.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: cluster 2024-03-30T04:43:42.328955+0000 mgr.y (mgr.25441) 772 : cluster [DBG] pgmap v485: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: cluster 2024-03-30T04:43:42.329541+0000 mgr.y (mgr.25441) 773 : cluster [DBG] pgmap v486: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: cephadm 2024-03-30T04:43:42.335577+0000 mgr.y (mgr.25441) 774 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:43.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:42.409525+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:42.411511+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:43.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:42.413554+0000 mon.c (mon.1) 79 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:42.414419+0000 mon.c (mon.1) 80 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: cluster 2024-03-30T04:43:42.416184+0000 mgr.y (mgr.25441) 775 : cluster [DBG] pgmap v487: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: cluster 2024-03-30T04:43:42.416720+0000 mgr.y (mgr.25441) 776 : cluster [DBG] pgmap v488: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:42.422053+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:43.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: cephadm 2024-03-30T04:43:42.425407+0000 mgr.y (mgr.25441) 777 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:43.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:42.499504+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:42.501589+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:43.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:42.503959+0000 mon.c (mon.1) 83 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:42.504799+0000 mon.c (mon.1) 84 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: cluster 2024-03-30T04:43:42.506444+0000 mgr.y (mgr.25441) 778 : cluster [DBG] pgmap v489: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: cluster 2024-03-30T04:43:42.506804+0000 mgr.y (mgr.25441) 779 : cluster [DBG] pgmap v490: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:42.514251+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:43.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: cephadm 2024-03-30T04:43:42.515168+0000 mgr.y (mgr.25441) 780 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:43.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:42.572760+0000 mon.c (mon.1) 85 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:42.574562+0000 mon.c (mon.1) 86 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:43.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:42.576848+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:42.577550+0000 mon.c (mon.1) 88 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: cluster 2024-03-30T04:43:42.578962+0000 mgr.y (mgr.25441) 781 : cluster [DBG] pgmap v491: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: cluster 2024-03-30T04:43:42.579284+0000 mgr.y (mgr.25441) 782 : cluster [DBG] pgmap v492: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:42.587303+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:43.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: cephadm 2024-03-30T04:43:42.587969+0000 mgr.y (mgr.25441) 783 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:43.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:42.643845+0000 mon.c (mon.1) 89 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:42.645652+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:43.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:42.647494+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:42.648225+0000 mon.c (mon.1) 92 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: cluster 2024-03-30T04:43:42.649623+0000 mgr.y (mgr.25441) 784 : cluster [DBG] pgmap v493: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: cluster 2024-03-30T04:43:42.649956+0000 mgr.y (mgr.25441) 785 : cluster [DBG] pgmap v494: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:42.656405+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:43.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: cephadm 2024-03-30T04:43:42.658010+0000 mgr.y (mgr.25441) 786 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:43.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:42.730831+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:42.732856+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:43.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:42.735797+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:42.736606+0000 mon.c (mon.1) 96 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: cluster 2024-03-30T04:43:42.738235+0000 mgr.y (mgr.25441) 787 : cluster [DBG] pgmap v495: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: cluster 2024-03-30T04:43:42.738909+0000 mgr.y (mgr.25441) 788 : cluster [DBG] pgmap v496: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:43.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:42.745400+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:43.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:42.816312+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:42.818237+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:43.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:42.820243+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:42.820990+0000 mon.c (mon.1) 100 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:42.830158+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:43.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:42.907891+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:42.910203+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:43.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:42.912175+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:42.912891+0000 mon.c (mon.1) 104 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:42.922089+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:43.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:42.968255+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:42.970520+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:43.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:42.972465+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:42.973183+0000 mon.c (mon.1) 108 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:42.982594+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:43.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:43.044311+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:43.046361+0000 mon.c (mon.1) 110 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:43.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:43.048183+0000 mon.c (mon.1) 111 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:43.048904+0000 mon.c (mon.1) 112 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:43.058079+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:43.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:43.098644+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:43.100443+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:43.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:43.102311+0000 mon.c (mon.1) 115 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:43.103005+0000 mon.c (mon.1) 116 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:43.112871+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:43.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:43.154143+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:43.156009+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:43.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:43.157760+0000 mon.c (mon.1) 119 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:43.158480+0000 mon.c (mon.1) 120 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:43.167604+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:43.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:43.224442+0000 mon.c (mon.1) 121 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:43.226359+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:43.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:43.228263+0000 mon.c (mon.1) 123 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:43.228961+0000 mon.c (mon.1) 124 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:43.238416+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:43.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:43.279167+0000 mon.c (mon.1) 125 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:43.281197+0000 mon.c (mon.1) 126 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:43.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:43.283352+0000 mon.c (mon.1) 127 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:43.284112+0000 mon.c (mon.1) 128 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:43.293087+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:43.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:43.335169+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:43.336948+0000 mon.c (mon.1) 130 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:43.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:43.338891+0000 mon.c (mon.1) 131 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:43.339558+0000 mon.c (mon.1) 132 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:43 smithi117 bash[62284]: audit 2024-03-30T04:43:43.348534+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:44.120 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:43:44.120 INFO:teuthology.orchestra.run.smithi111.stdout: "mon": { 2024-03-30T04:43:44.121 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:43:44.121 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:43:44.121 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr": { 2024-03-30T04:43:44.121 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:43:44.121 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:43:44.121 INFO:teuthology.orchestra.run.smithi111.stdout: "osd": { 2024-03-30T04:43:44.121 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 7 2024-03-30T04:43:44.121 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:43:44.121 INFO:teuthology.orchestra.run.smithi111.stdout: "rgw": { 2024-03-30T04:43:44.121 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:43:44.121 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:43:44.121 INFO:teuthology.orchestra.run.smithi111.stdout: "overall": { 2024-03-30T04:43:44.121 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 11, 2024-03-30T04:43:44.121 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 5 2024-03-30T04:43:44.121 INFO:teuthology.orchestra.run.smithi111.stdout: } 2024-03-30T04:43:44.122 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:43:44.360 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:43:43 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Scheduled restart job, restart counter is at 18. 2024-03-30T04:43:44.360 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:43:43 smithi117 systemd[1]: Stopped Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:43:44.360 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:43:43 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Start request repeated too quickly. 2024-03-30T04:43:44.361 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:43:43 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Failed with result 'exit-code'. 2024-03-30T04:43:44.361 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:43:43 smithi117 systemd[1]: Failed to start Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:43:44.369 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[77533]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-03-30T04:43:44.370 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[77533]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-0 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-03-30T04:43:44.370 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[77533]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-03-30T04:43:44.370 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[77533]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-03-30T04:43:44.370 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[77533]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2024-03-30T04:43:44.370 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[77533]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-03-30T04:43:44.370 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[77533]: --> ceph-volume raw activate successful for osd ID: 0 2024-03-30T04:43:44.533 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:43:44.533 INFO:teuthology.orchestra.run.smithi111.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962", 2024-03-30T04:43:44.533 INFO:teuthology.orchestra.run.smithi111.stdout: "in_progress": true, 2024-03-30T04:43:44.533 INFO:teuthology.orchestra.run.smithi111.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:43:44.533 INFO:teuthology.orchestra.run.smithi111.stdout: "services_complete": [ 2024-03-30T04:43:44.533 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr", 2024-03-30T04:43:44.533 INFO:teuthology.orchestra.run.smithi111.stdout: "mon" 2024-03-30T04:43:44.533 INFO:teuthology.orchestra.run.smithi111.stdout: ], 2024-03-30T04:43:44.533 INFO:teuthology.orchestra.run.smithi111.stdout: "progress": "5/23 daemons upgraded", 2024-03-30T04:43:44.534 INFO:teuthology.orchestra.run.smithi111.stdout: "message": "Currently upgrading osd daemons", 2024-03-30T04:43:44.534 INFO:teuthology.orchestra.run.smithi111.stdout: "is_paused": false 2024-03-30T04:43:44.534 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:43:44.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: cephadm 2024-03-30T04:43:42.758929+0000 mgr.y (mgr.25441) 789 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:42.792265+0000 mgr.y (mgr.25441) 790 : audit [DBG] from='client.34242 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:44.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: cluster 2024-03-30T04:43:42.822628+0000 mgr.y (mgr.25441) 791 : cluster [DBG] pgmap v497: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: cluster 2024-03-30T04:43:42.823010+0000 mgr.y (mgr.25441) 792 : cluster [DBG] pgmap v498: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: cephadm 2024-03-30T04:43:42.830863+0000 mgr.y (mgr.25441) 793 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: cluster 2024-03-30T04:43:42.914315+0000 mgr.y (mgr.25441) 794 : cluster [DBG] pgmap v499: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: cluster 2024-03-30T04:43:42.914663+0000 mgr.y (mgr.25441) 795 : cluster [DBG] pgmap v500: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: cephadm 2024-03-30T04:43:42.922765+0000 mgr.y (mgr.25441) 796 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: cluster 2024-03-30T04:43:42.974647+0000 mgr.y (mgr.25441) 797 : cluster [DBG] pgmap v501: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: cluster 2024-03-30T04:43:42.975008+0000 mgr.y (mgr.25441) 798 : cluster [DBG] pgmap v502: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: cephadm 2024-03-30T04:43:42.983197+0000 mgr.y (mgr.25441) 799 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: cluster 2024-03-30T04:43:43.050308+0000 mgr.y (mgr.25441) 800 : cluster [DBG] pgmap v503: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: cluster 2024-03-30T04:43:43.050616+0000 mgr.y (mgr.25441) 801 : cluster [DBG] pgmap v504: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: cephadm 2024-03-30T04:43:43.058731+0000 mgr.y (mgr.25441) 802 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: cluster 2024-03-30T04:43:43.104453+0000 mgr.y (mgr.25441) 803 : cluster [DBG] pgmap v505: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: cluster 2024-03-30T04:43:43.104835+0000 mgr.y (mgr.25441) 804 : cluster [DBG] pgmap v506: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: cephadm 2024-03-30T04:43:43.113473+0000 mgr.y (mgr.25441) 805 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: cluster 2024-03-30T04:43:43.160008+0000 mgr.y (mgr.25441) 806 : cluster [DBG] pgmap v507: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: cluster 2024-03-30T04:43:43.160401+0000 mgr.y (mgr.25441) 807 : cluster [DBG] pgmap v508: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: cephadm 2024-03-30T04:43:43.168263+0000 mgr.y (mgr.25441) 808 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:43.175874+0000 mgr.y (mgr.25441) 809 : audit [DBG] from='client.34248 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:44.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: cluster 2024-03-30T04:43:43.230504+0000 mgr.y (mgr.25441) 810 : cluster [DBG] pgmap v509: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: cluster 2024-03-30T04:43:43.230881+0000 mgr.y (mgr.25441) 811 : cluster [DBG] pgmap v510: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: cephadm 2024-03-30T04:43:43.239005+0000 mgr.y (mgr.25441) 812 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: cluster 2024-03-30T04:43:43.285538+0000 mgr.y (mgr.25441) 813 : cluster [DBG] pgmap v511: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: cluster 2024-03-30T04:43:43.285879+0000 mgr.y (mgr.25441) 814 : cluster [DBG] pgmap v512: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: cephadm 2024-03-30T04:43:43.293800+0000 mgr.y (mgr.25441) 815 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: cluster 2024-03-30T04:43:43.341025+0000 mgr.y (mgr.25441) 816 : cluster [DBG] pgmap v513: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: cluster 2024-03-30T04:43:43.341430+0000 mgr.y (mgr.25441) 817 : cluster [DBG] pgmap v514: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: cephadm 2024-03-30T04:43:43.349153+0000 mgr.y (mgr.25441) 818 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:43.405490+0000 mon.c (mon.1) 133 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:44.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:43.407592+0000 mon.c (mon.1) 134 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:44.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:43.409466+0000 mon.c (mon.1) 135 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:44.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:43.410114+0000 mon.c (mon.1) 136 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:44.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: cluster 2024-03-30T04:43:43.411553+0000 mgr.y (mgr.25441) 819 : cluster [DBG] pgmap v515: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: cluster 2024-03-30T04:43:43.411950+0000 mgr.y (mgr.25441) 820 : cluster [DBG] pgmap v516: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:43.416471+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:44.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: cephadm 2024-03-30T04:43:43.418176+0000 mgr.y (mgr.25441) 821 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:43.458453+0000 mon.c (mon.1) 137 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:44.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:43.460488+0000 mon.c (mon.1) 138 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:44.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:43.462497+0000 mon.c (mon.1) 139 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:44.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:43.463192+0000 mon.c (mon.1) 140 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:44.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: cluster 2024-03-30T04:43:43.464500+0000 mgr.y (mgr.25441) 822 : cluster [DBG] pgmap v517: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: cluster 2024-03-30T04:43:43.464824+0000 mgr.y (mgr.25441) 823 : cluster [DBG] pgmap v518: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:43.469536+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:44.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: cephadm 2024-03-30T04:43:43.470169+0000 mgr.y (mgr.25441) 824 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:43.530603+0000 mon.c (mon.1) 141 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:44.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:43.533931+0000 mon.c (mon.1) 142 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:44.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:43.540869+0000 mon.c (mon.1) 143 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:44.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:43.542394+0000 mon.c (mon.1) 144 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:44.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: cluster 2024-03-30T04:43:43.547130+0000 mgr.y (mgr.25441) 825 : cluster [DBG] pgmap v519: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: cluster 2024-03-30T04:43:43.547500+0000 mgr.y (mgr.25441) 826 : cluster [DBG] pgmap v520: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:43.554039+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:44.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: cephadm 2024-03-30T04:43:43.558569+0000 mgr.y (mgr.25441) 827 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:43.560351+0000 mgr.y (mgr.25441) 828 : audit [DBG] from='client.34254 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:44.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:43.651269+0000 mon.c (mon.1) 145 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:44.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:43.653713+0000 mon.c (mon.1) 146 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:44.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:43.655764+0000 mon.c (mon.1) 147 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:44.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:43.656584+0000 mon.c (mon.1) 148 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:44.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: cluster 2024-03-30T04:43:43.658294+0000 mgr.y (mgr.25441) 829 : cluster [DBG] pgmap v521: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: cluster 2024-03-30T04:43:43.658707+0000 mgr.y (mgr.25441) 830 : cluster [DBG] pgmap v522: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:43.665140+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:44.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: cephadm 2024-03-30T04:43:43.665953+0000 mgr.y (mgr.25441) 831 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:43.739118+0000 mon.c (mon.1) 149 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:44.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:43.741207+0000 mon.c (mon.1) 150 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:44.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:43.744081+0000 mon.c (mon.1) 151 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:44.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:43.744845+0000 mon.c (mon.1) 152 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:44.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:43.754845+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:44.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:43.829508+0000 mon.c (mon.1) 153 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:44.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:43.832068+0000 mon.c (mon.1) 154 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:44.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:43.834351+0000 mon.c (mon.1) 155 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:44.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:43.835170+0000 mon.c (mon.1) 156 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:44.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:43.842983+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:44.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:43.922343+0000 mon.c (mon.1) 157 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:44.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:43.924771+0000 mon.c (mon.1) 158 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:44.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:43.927186+0000 mon.c (mon.1) 159 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:44.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:43.927975+0000 mon.c (mon.1) 160 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:44.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:43.936677+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:44.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:44.000667+0000 mon.c (mon.1) 161 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:44.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:44.003276+0000 mon.c (mon.1) 162 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:44.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:44.005496+0000 mon.c (mon.1) 163 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:44.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:44.006229+0000 mon.c (mon.1) 164 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:44.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:44.013486+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:44.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:44.077443+0000 mon.c (mon.1) 165 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:44.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:44.079530+0000 mon.c (mon.1) 166 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:44.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:44.081650+0000 mon.c (mon.1) 167 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:44.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:44.082420+0000 mon.c (mon.1) 168 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:44.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:44.091782+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:44.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:44.128188+0000 mon.a (mon.0) 446 : audit [DBG] from='client.? 172.21.15.111:0/256857809' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:44.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:44.166194+0000 mon.c (mon.1) 169 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:44.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:44.167942+0000 mon.c (mon.1) 170 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:44.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:44.169666+0000 mon.c (mon.1) 171 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:44.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:44.170282+0000 mon.c (mon.1) 172 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:44.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:44.177662+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:44.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:44.218841+0000 mon.c (mon.1) 173 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:44.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:44.220814+0000 mon.c (mon.1) 174 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:44.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:44.223503+0000 mon.c (mon.1) 175 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:44.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:44.224308+0000 mon.c (mon.1) 176 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:44.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:44.231489+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:44.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:44.292550+0000 mon.c (mon.1) 177 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:44.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:44.294537+0000 mon.c (mon.1) 178 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:44.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:44.296382+0000 mon.c (mon.1) 179 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:44.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:44.297108+0000 mon.c (mon.1) 180 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:44.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:44.305198+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:44.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:44.362055+0000 mon.c (mon.1) 181 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:44.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:44 smithi117 bash[62284]: audit 2024-03-30T04:43:44.363939+0000 mon.c (mon.1) 182 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:44.739 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: cephadm 2024-03-30T04:43:42.758929+0000 mgr.y (mgr.25441) 789 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.739 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:42.792265+0000 mgr.y (mgr.25441) 790 : audit [DBG] from='client.34242 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:44.740 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: cluster 2024-03-30T04:43:42.822628+0000 mgr.y (mgr.25441) 791 : cluster [DBG] pgmap v497: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.740 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: cluster 2024-03-30T04:43:42.823010+0000 mgr.y (mgr.25441) 792 : cluster [DBG] pgmap v498: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.740 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: cephadm 2024-03-30T04:43:42.830863+0000 mgr.y (mgr.25441) 793 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.740 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: cluster 2024-03-30T04:43:42.914315+0000 mgr.y (mgr.25441) 794 : cluster [DBG] pgmap v499: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.740 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: cluster 2024-03-30T04:43:42.914663+0000 mgr.y (mgr.25441) 795 : cluster [DBG] pgmap v500: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.740 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: cephadm 2024-03-30T04:43:42.922765+0000 mgr.y (mgr.25441) 796 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.740 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: cluster 2024-03-30T04:43:42.974647+0000 mgr.y (mgr.25441) 797 : cluster [DBG] pgmap v501: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.740 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: cluster 2024-03-30T04:43:42.975008+0000 mgr.y (mgr.25441) 798 : cluster [DBG] pgmap v502: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.740 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: cephadm 2024-03-30T04:43:42.983197+0000 mgr.y (mgr.25441) 799 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.740 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: cluster 2024-03-30T04:43:43.050308+0000 mgr.y (mgr.25441) 800 : cluster [DBG] pgmap v503: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.740 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: cluster 2024-03-30T04:43:43.050616+0000 mgr.y (mgr.25441) 801 : cluster [DBG] pgmap v504: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.740 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: cephadm 2024-03-30T04:43:43.058731+0000 mgr.y (mgr.25441) 802 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.740 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: cluster 2024-03-30T04:43:43.104453+0000 mgr.y (mgr.25441) 803 : cluster [DBG] pgmap v505: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.740 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: cluster 2024-03-30T04:43:43.104835+0000 mgr.y (mgr.25441) 804 : cluster [DBG] pgmap v506: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.741 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: cephadm 2024-03-30T04:43:43.113473+0000 mgr.y (mgr.25441) 805 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.741 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: cluster 2024-03-30T04:43:43.160008+0000 mgr.y (mgr.25441) 806 : cluster [DBG] pgmap v507: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.741 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: cluster 2024-03-30T04:43:43.160401+0000 mgr.y (mgr.25441) 807 : cluster [DBG] pgmap v508: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.741 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: cephadm 2024-03-30T04:43:43.168263+0000 mgr.y (mgr.25441) 808 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.741 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:43.175874+0000 mgr.y (mgr.25441) 809 : audit [DBG] from='client.34248 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:44.741 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: cluster 2024-03-30T04:43:43.230504+0000 mgr.y (mgr.25441) 810 : cluster [DBG] pgmap v509: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.741 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: cluster 2024-03-30T04:43:43.230881+0000 mgr.y (mgr.25441) 811 : cluster [DBG] pgmap v510: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.741 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: cephadm 2024-03-30T04:43:43.239005+0000 mgr.y (mgr.25441) 812 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.741 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: cluster 2024-03-30T04:43:43.285538+0000 mgr.y (mgr.25441) 813 : cluster [DBG] pgmap v511: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.741 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: cluster 2024-03-30T04:43:43.285879+0000 mgr.y (mgr.25441) 814 : cluster [DBG] pgmap v512: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.741 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: cephadm 2024-03-30T04:43:43.293800+0000 mgr.y (mgr.25441) 815 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.741 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: cluster 2024-03-30T04:43:43.341025+0000 mgr.y (mgr.25441) 816 : cluster [DBG] pgmap v513: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.741 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: cluster 2024-03-30T04:43:43.341430+0000 mgr.y (mgr.25441) 817 : cluster [DBG] pgmap v514: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.741 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: cephadm 2024-03-30T04:43:43.349153+0000 mgr.y (mgr.25441) 818 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.741 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:43.405490+0000 mon.c (mon.1) 133 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:44.741 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:43.407592+0000 mon.c (mon.1) 134 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:44.742 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:43.409466+0000 mon.c (mon.1) 135 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:44.742 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:43.410114+0000 mon.c (mon.1) 136 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:44.742 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: cluster 2024-03-30T04:43:43.411553+0000 mgr.y (mgr.25441) 819 : cluster [DBG] pgmap v515: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.742 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: cluster 2024-03-30T04:43:43.411950+0000 mgr.y (mgr.25441) 820 : cluster [DBG] pgmap v516: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.742 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:43.416471+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:44.742 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: cephadm 2024-03-30T04:43:43.418176+0000 mgr.y (mgr.25441) 821 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.742 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:43.458453+0000 mon.c (mon.1) 137 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:44.742 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:43.460488+0000 mon.c (mon.1) 138 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:44.742 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:43.462497+0000 mon.c (mon.1) 139 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:44.742 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:43.463192+0000 mon.c (mon.1) 140 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:44.742 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: cluster 2024-03-30T04:43:43.464500+0000 mgr.y (mgr.25441) 822 : cluster [DBG] pgmap v517: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.742 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: cluster 2024-03-30T04:43:43.464824+0000 mgr.y (mgr.25441) 823 : cluster [DBG] pgmap v518: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.742 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:43.469536+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:44.742 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: cephadm 2024-03-30T04:43:43.470169+0000 mgr.y (mgr.25441) 824 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.743 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:43.530603+0000 mon.c (mon.1) 141 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:44.743 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:43.533931+0000 mon.c (mon.1) 142 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:44.743 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:43.540869+0000 mon.c (mon.1) 143 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:44.743 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:43.542394+0000 mon.c (mon.1) 144 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:44.744 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: cluster 2024-03-30T04:43:43.547130+0000 mgr.y (mgr.25441) 825 : cluster [DBG] pgmap v519: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.744 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: cluster 2024-03-30T04:43:43.547500+0000 mgr.y (mgr.25441) 826 : cluster [DBG] pgmap v520: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.744 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:43.554039+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:44.744 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: cephadm 2024-03-30T04:43:43.558569+0000 mgr.y (mgr.25441) 827 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.744 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:43.560351+0000 mgr.y (mgr.25441) 828 : audit [DBG] from='client.34254 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:44.744 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:43.651269+0000 mon.c (mon.1) 145 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:44.744 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:43.653713+0000 mon.c (mon.1) 146 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:44.744 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:43.655764+0000 mon.c (mon.1) 147 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:44.744 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:43.656584+0000 mon.c (mon.1) 148 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:44.744 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: cluster 2024-03-30T04:43:43.658294+0000 mgr.y (mgr.25441) 829 : cluster [DBG] pgmap v521: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.744 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: cluster 2024-03-30T04:43:43.658707+0000 mgr.y (mgr.25441) 830 : cluster [DBG] pgmap v522: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.744 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:43.665140+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:44.745 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: cephadm 2024-03-30T04:43:43.665953+0000 mgr.y (mgr.25441) 831 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.745 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:43.739118+0000 mon.c (mon.1) 149 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:44.745 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:43.741207+0000 mon.c (mon.1) 150 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:44.745 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:43.744081+0000 mon.c (mon.1) 151 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:44.745 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:43.744845+0000 mon.c (mon.1) 152 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:44.745 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:43.754845+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:44.745 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:43.829508+0000 mon.c (mon.1) 153 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:44.745 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:43.832068+0000 mon.c (mon.1) 154 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:44.745 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:43.834351+0000 mon.c (mon.1) 155 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:44.745 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:43.835170+0000 mon.c (mon.1) 156 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:44.745 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:43.842983+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:44.745 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:43.922343+0000 mon.c (mon.1) 157 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:44.745 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:43.924771+0000 mon.c (mon.1) 158 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:44.745 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:43.927186+0000 mon.c (mon.1) 159 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:44.746 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:43.927975+0000 mon.c (mon.1) 160 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:44.746 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:43.936677+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:44.746 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:44.000667+0000 mon.c (mon.1) 161 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:44.746 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:44.003276+0000 mon.c (mon.1) 162 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:44.746 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:44.005496+0000 mon.c (mon.1) 163 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:44.746 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:44.006229+0000 mon.c (mon.1) 164 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:44.746 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:44.013486+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:44.746 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:44.077443+0000 mon.c (mon.1) 165 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:44.746 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:44.079530+0000 mon.c (mon.1) 166 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:44.746 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:44.081650+0000 mon.c (mon.1) 167 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:44.746 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:44.082420+0000 mon.c (mon.1) 168 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:44.746 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:44.091782+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:44.746 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:44.128188+0000 mon.a (mon.0) 446 : audit [DBG] from='client.? 172.21.15.111:0/256857809' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:44.746 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:44.166194+0000 mon.c (mon.1) 169 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:44.746 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:44.167942+0000 mon.c (mon.1) 170 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:44.747 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:44.169666+0000 mon.c (mon.1) 171 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:44.747 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:44.170282+0000 mon.c (mon.1) 172 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:44.747 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:44.177662+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:44.747 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:44.218841+0000 mon.c (mon.1) 173 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:44.747 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:44.220814+0000 mon.c (mon.1) 174 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:44.747 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:44.223503+0000 mon.c (mon.1) 175 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:44.747 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:44.224308+0000 mon.c (mon.1) 176 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:44.747 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:44.231489+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:44.747 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:44.292550+0000 mon.c (mon.1) 177 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:44.747 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:44.294537+0000 mon.c (mon.1) 178 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:44.747 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:44.296382+0000 mon.c (mon.1) 179 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:44.747 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:44.297108+0000 mon.c (mon.1) 180 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:44.747 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:44.305198+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:44.747 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:44.362055+0000 mon.c (mon.1) 181 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:44.747 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[70954]: audit 2024-03-30T04:43:44.363939+0000 mon.c (mon.1) 182 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:44.748 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: cephadm 2024-03-30T04:43:42.758929+0000 mgr.y (mgr.25441) 789 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.748 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:42.792265+0000 mgr.y (mgr.25441) 790 : audit [DBG] from='client.34242 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:44.748 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: cluster 2024-03-30T04:43:42.822628+0000 mgr.y (mgr.25441) 791 : cluster [DBG] pgmap v497: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.748 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: cluster 2024-03-30T04:43:42.823010+0000 mgr.y (mgr.25441) 792 : cluster [DBG] pgmap v498: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.748 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: cephadm 2024-03-30T04:43:42.830863+0000 mgr.y (mgr.25441) 793 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.749 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: cluster 2024-03-30T04:43:42.914315+0000 mgr.y (mgr.25441) 794 : cluster [DBG] pgmap v499: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.749 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: cluster 2024-03-30T04:43:42.914663+0000 mgr.y (mgr.25441) 795 : cluster [DBG] pgmap v500: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.749 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: cephadm 2024-03-30T04:43:42.922765+0000 mgr.y (mgr.25441) 796 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.749 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: cluster 2024-03-30T04:43:42.974647+0000 mgr.y (mgr.25441) 797 : cluster [DBG] pgmap v501: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.749 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: cluster 2024-03-30T04:43:42.975008+0000 mgr.y (mgr.25441) 798 : cluster [DBG] pgmap v502: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.749 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: cephadm 2024-03-30T04:43:42.983197+0000 mgr.y (mgr.25441) 799 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.749 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: cluster 2024-03-30T04:43:43.050308+0000 mgr.y (mgr.25441) 800 : cluster [DBG] pgmap v503: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.749 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: cluster 2024-03-30T04:43:43.050616+0000 mgr.y (mgr.25441) 801 : cluster [DBG] pgmap v504: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.749 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: cephadm 2024-03-30T04:43:43.058731+0000 mgr.y (mgr.25441) 802 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.749 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: cluster 2024-03-30T04:43:43.104453+0000 mgr.y (mgr.25441) 803 : cluster [DBG] pgmap v505: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.749 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: cluster 2024-03-30T04:43:43.104835+0000 mgr.y (mgr.25441) 804 : cluster [DBG] pgmap v506: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.749 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: cephadm 2024-03-30T04:43:43.113473+0000 mgr.y (mgr.25441) 805 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.749 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: cluster 2024-03-30T04:43:43.160008+0000 mgr.y (mgr.25441) 806 : cluster [DBG] pgmap v507: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.749 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: cluster 2024-03-30T04:43:43.160401+0000 mgr.y (mgr.25441) 807 : cluster [DBG] pgmap v508: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.750 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: cephadm 2024-03-30T04:43:43.168263+0000 mgr.y (mgr.25441) 808 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.750 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:43.175874+0000 mgr.y (mgr.25441) 809 : audit [DBG] from='client.34248 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:44.750 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: cluster 2024-03-30T04:43:43.230504+0000 mgr.y (mgr.25441) 810 : cluster [DBG] pgmap v509: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.750 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: cluster 2024-03-30T04:43:43.230881+0000 mgr.y (mgr.25441) 811 : cluster [DBG] pgmap v510: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.750 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: cephadm 2024-03-30T04:43:43.239005+0000 mgr.y (mgr.25441) 812 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.750 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: cluster 2024-03-30T04:43:43.285538+0000 mgr.y (mgr.25441) 813 : cluster [DBG] pgmap v511: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.750 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: cluster 2024-03-30T04:43:43.285879+0000 mgr.y (mgr.25441) 814 : cluster [DBG] pgmap v512: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.750 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: cephadm 2024-03-30T04:43:43.293800+0000 mgr.y (mgr.25441) 815 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.750 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: cluster 2024-03-30T04:43:43.341025+0000 mgr.y (mgr.25441) 816 : cluster [DBG] pgmap v513: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.750 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: cluster 2024-03-30T04:43:43.341430+0000 mgr.y (mgr.25441) 817 : cluster [DBG] pgmap v514: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.750 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: cephadm 2024-03-30T04:43:43.349153+0000 mgr.y (mgr.25441) 818 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.750 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:43.405490+0000 mon.c (mon.1) 133 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:44.750 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:43.407592+0000 mon.c (mon.1) 134 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:44.750 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:43.409466+0000 mon.c (mon.1) 135 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:44.751 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:43.410114+0000 mon.c (mon.1) 136 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:44.751 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: cluster 2024-03-30T04:43:43.411553+0000 mgr.y (mgr.25441) 819 : cluster [DBG] pgmap v515: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.751 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: cluster 2024-03-30T04:43:43.411950+0000 mgr.y (mgr.25441) 820 : cluster [DBG] pgmap v516: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.751 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:43.416471+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:44.751 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: cephadm 2024-03-30T04:43:43.418176+0000 mgr.y (mgr.25441) 821 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.751 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:43.458453+0000 mon.c (mon.1) 137 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:44.751 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:43.460488+0000 mon.c (mon.1) 138 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:44.751 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:43.462497+0000 mon.c (mon.1) 139 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:44.751 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:43.463192+0000 mon.c (mon.1) 140 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:44.751 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: cluster 2024-03-30T04:43:43.464500+0000 mgr.y (mgr.25441) 822 : cluster [DBG] pgmap v517: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.751 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: cluster 2024-03-30T04:43:43.464824+0000 mgr.y (mgr.25441) 823 : cluster [DBG] pgmap v518: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.751 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:43.469536+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:44.751 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: cephadm 2024-03-30T04:43:43.470169+0000 mgr.y (mgr.25441) 824 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.751 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:43.530603+0000 mon.c (mon.1) 141 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:44.751 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:43.533931+0000 mon.c (mon.1) 142 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:44.751 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:43.540869+0000 mon.c (mon.1) 143 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:44.752 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:43.542394+0000 mon.c (mon.1) 144 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:44.752 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: cluster 2024-03-30T04:43:43.547130+0000 mgr.y (mgr.25441) 825 : cluster [DBG] pgmap v519: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.752 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: cluster 2024-03-30T04:43:43.547500+0000 mgr.y (mgr.25441) 826 : cluster [DBG] pgmap v520: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.752 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:43.554039+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:44.752 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: cephadm 2024-03-30T04:43:43.558569+0000 mgr.y (mgr.25441) 827 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.752 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:43.560351+0000 mgr.y (mgr.25441) 828 : audit [DBG] from='client.34254 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:44.752 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:43.651269+0000 mon.c (mon.1) 145 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:44.752 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:43.653713+0000 mon.c (mon.1) 146 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:44.752 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:43.655764+0000 mon.c (mon.1) 147 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:44.752 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:43.656584+0000 mon.c (mon.1) 148 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:44.752 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: cluster 2024-03-30T04:43:43.658294+0000 mgr.y (mgr.25441) 829 : cluster [DBG] pgmap v521: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.752 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: cluster 2024-03-30T04:43:43.658707+0000 mgr.y (mgr.25441) 830 : cluster [DBG] pgmap v522: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:44.752 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:43.665140+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:44.752 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: cephadm 2024-03-30T04:43:43.665953+0000 mgr.y (mgr.25441) 831 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.753 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:43.739118+0000 mon.c (mon.1) 149 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:44.753 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:43.741207+0000 mon.c (mon.1) 150 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:44.753 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:43.744081+0000 mon.c (mon.1) 151 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:44.753 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:43.744845+0000 mon.c (mon.1) 152 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:44.753 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:43.754845+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:44.753 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:43.829508+0000 mon.c (mon.1) 153 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:44.753 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:43.832068+0000 mon.c (mon.1) 154 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:44.753 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:43.834351+0000 mon.c (mon.1) 155 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:44.753 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:43.835170+0000 mon.c (mon.1) 156 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:44.753 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:43.842983+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:44.753 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:43.922343+0000 mon.c (mon.1) 157 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:44.753 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:43.924771+0000 mon.c (mon.1) 158 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:44.754 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:43.927186+0000 mon.c (mon.1) 159 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:44.754 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:43.927975+0000 mon.c (mon.1) 160 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:44.754 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:43.936677+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:44.754 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:44.000667+0000 mon.c (mon.1) 161 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:44.754 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:44.003276+0000 mon.c (mon.1) 162 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:44.754 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:44.005496+0000 mon.c (mon.1) 163 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:44.754 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:44.006229+0000 mon.c (mon.1) 164 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:44.754 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:44.013486+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:44.754 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:44.077443+0000 mon.c (mon.1) 165 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:44.754 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:44.079530+0000 mon.c (mon.1) 166 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:44.754 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:44.081650+0000 mon.c (mon.1) 167 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:44.754 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:44.082420+0000 mon.c (mon.1) 168 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:44.755 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:44.091782+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:44.755 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:44.128188+0000 mon.a (mon.0) 446 : audit [DBG] from='client.? 172.21.15.111:0/256857809' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:44.755 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:44.166194+0000 mon.c (mon.1) 169 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:44.755 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:44.167942+0000 mon.c (mon.1) 170 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:44.755 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:44.169666+0000 mon.c (mon.1) 171 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:44.755 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:44.170282+0000 mon.c (mon.1) 172 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:44.755 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:44.177662+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:44.755 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:44.218841+0000 mon.c (mon.1) 173 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:44.755 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:44.220814+0000 mon.c (mon.1) 174 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:44.755 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:44.223503+0000 mon.c (mon.1) 175 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:44.755 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:44.224308+0000 mon.c (mon.1) 176 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:44.755 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:44.231489+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:44.755 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:44.292550+0000 mon.c (mon.1) 177 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:44.755 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:44.294537+0000 mon.c (mon.1) 178 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:44.755 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:44.296382+0000 mon.c (mon.1) 179 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:44.756 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:44.297108+0000 mon.c (mon.1) 180 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:44.756 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:44.305198+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:44.756 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:44.362055+0000 mon.c (mon.1) 181 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:44.756 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:44 smithi111 bash[73591]: audit 2024-03-30T04:43:44.363939+0000 mon.c (mon.1) 182 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:45.004 INFO:teuthology.orchestra.run.smithi111.stdout:HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down; Degraded data redundancy: 77/726 objects degraded (10.606%), 22 pgs degraded 2024-03-30T04:43:45.005 INFO:teuthology.orchestra.run.smithi111.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:43:45.005 INFO:teuthology.orchestra.run.smithi111.stdout: daemon grafana.a on smithi117 is in unknown state 2024-03-30T04:43:45.005 INFO:teuthology.orchestra.run.smithi111.stdout:[WRN] OSD_DOWN: 1 osds down 2024-03-30T04:43:45.005 INFO:teuthology.orchestra.run.smithi111.stdout: osd.0 (root=default,host=smithi111) is down 2024-03-30T04:43:45.005 INFO:teuthology.orchestra.run.smithi111.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 77/726 objects degraded (10.606%), 22 pgs degraded 2024-03-30T04:43:45.005 INFO:teuthology.orchestra.run.smithi111.stdout: pg 1.0 is active+undersized+degraded, acting [7,6] 2024-03-30T04:43:45.005 INFO:teuthology.orchestra.run.smithi111.stdout: pg 2.0 is active+undersized+degraded, acting [7,1] 2024-03-30T04:43:45.005 INFO:teuthology.orchestra.run.smithi111.stdout: pg 2.1 is active+undersized+degraded, acting [2,3] 2024-03-30T04:43:45.005 INFO:teuthology.orchestra.run.smithi111.stdout: pg 2.4 is active+undersized+degraded, acting [1,7] 2024-03-30T04:43:45.005 INFO:teuthology.orchestra.run.smithi111.stdout: pg 2.f is active+undersized+degraded, acting [4,7] 2024-03-30T04:43:45.005 INFO:teuthology.orchestra.run.smithi111.stdout: pg 2.13 is active+undersized+degraded, acting [4,3] 2024-03-30T04:43:45.005 INFO:teuthology.orchestra.run.smithi111.stdout: pg 2.1e is active+undersized+degraded, acting [3,5] 2024-03-30T04:43:45.005 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.1 is active+undersized+degraded, acting [4,3] 2024-03-30T04:43:45.006 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.3 is active+undersized+degraded, acting [4,6] 2024-03-30T04:43:45.006 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.6 is active+undersized+degraded, acting [1,4] 2024-03-30T04:43:45.006 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.7 is active+undersized+degraded, acting [3,7] 2024-03-30T04:43:45.006 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.b is active+undersized+degraded, acting [3,4] 2024-03-30T04:43:45.006 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.f is active+undersized+degraded, acting [7,4] 2024-03-30T04:43:45.006 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.10 is active+undersized+degraded, acting [6,5] 2024-03-30T04:43:45.006 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.12 is active+undersized+degraded, acting [7,3] 2024-03-30T04:43:45.006 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.17 is active+undersized+degraded, acting [5,3] 2024-03-30T04:43:45.006 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.18 is active+undersized+degraded, acting [3,1] 2024-03-30T04:43:45.006 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.1b is active+undersized+degraded, acting [4,7] 2024-03-30T04:43:45.006 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.1f is active+undersized+degraded, acting [5,2] 2024-03-30T04:43:45.006 INFO:teuthology.orchestra.run.smithi111.stdout: pg 4.0 is active+undersized+degraded, acting [3,7] 2024-03-30T04:43:45.006 INFO:teuthology.orchestra.run.smithi111.stdout: pg 4.3 is active+undersized+degraded, acting [5,7] 2024-03-30T04:43:45.007 INFO:teuthology.orchestra.run.smithi111.stdout: pg 5.1d is active+undersized+degraded, acting [1,4] 2024-03-30T04:43:45.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: cluster 2024-03-30T04:43:43.746507+0000 mgr.y (mgr.25441) 832 : cluster [DBG] pgmap v523: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: cluster 2024-03-30T04:43:43.746973+0000 mgr.y (mgr.25441) 833 : cluster [DBG] pgmap v524: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: cephadm 2024-03-30T04:43:43.755744+0000 mgr.y (mgr.25441) 834 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:45.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: cluster 2024-03-30T04:43:43.836650+0000 mgr.y (mgr.25441) 835 : cluster [DBG] pgmap v525: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: cluster 2024-03-30T04:43:43.838113+0000 mgr.y (mgr.25441) 836 : cluster [DBG] pgmap v526: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: cephadm 2024-03-30T04:43:43.844742+0000 mgr.y (mgr.25441) 837 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:45.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: cluster 2024-03-30T04:43:43.929644+0000 mgr.y (mgr.25441) 838 : cluster [DBG] pgmap v527: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: cluster 2024-03-30T04:43:43.930041+0000 mgr.y (mgr.25441) 839 : cluster [DBG] pgmap v528: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: cephadm 2024-03-30T04:43:43.937931+0000 mgr.y (mgr.25441) 840 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:45.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: cluster 2024-03-30T04:43:44.007786+0000 mgr.y (mgr.25441) 841 : cluster [DBG] pgmap v529: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: cluster 2024-03-30T04:43:44.008166+0000 mgr.y (mgr.25441) 842 : cluster [DBG] pgmap v530: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: cephadm 2024-03-30T04:43:44.017022+0000 mgr.y (mgr.25441) 843 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:45.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: cluster 2024-03-30T04:43:44.084001+0000 mgr.y (mgr.25441) 844 : cluster [DBG] pgmap v531: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: cluster 2024-03-30T04:43:44.084432+0000 mgr.y (mgr.25441) 845 : cluster [DBG] pgmap v532: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: cephadm 2024-03-30T04:43:44.093321+0000 mgr.y (mgr.25441) 846 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:45.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: cluster 2024-03-30T04:43:43.746507+0000 mgr.y (mgr.25441) 832 : cluster [DBG] pgmap v523: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: cluster 2024-03-30T04:43:43.746973+0000 mgr.y (mgr.25441) 833 : cluster [DBG] pgmap v524: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: cephadm 2024-03-30T04:43:43.755744+0000 mgr.y (mgr.25441) 834 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:45.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: cluster 2024-03-30T04:43:43.836650+0000 mgr.y (mgr.25441) 835 : cluster [DBG] pgmap v525: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: cluster 2024-03-30T04:43:43.838113+0000 mgr.y (mgr.25441) 836 : cluster [DBG] pgmap v526: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: cephadm 2024-03-30T04:43:43.844742+0000 mgr.y (mgr.25441) 837 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:45.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: cluster 2024-03-30T04:43:43.929644+0000 mgr.y (mgr.25441) 838 : cluster [DBG] pgmap v527: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: cluster 2024-03-30T04:43:43.930041+0000 mgr.y (mgr.25441) 839 : cluster [DBG] pgmap v528: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: cephadm 2024-03-30T04:43:43.937931+0000 mgr.y (mgr.25441) 840 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:45.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: cluster 2024-03-30T04:43:44.007786+0000 mgr.y (mgr.25441) 841 : cluster [DBG] pgmap v529: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: cluster 2024-03-30T04:43:44.008166+0000 mgr.y (mgr.25441) 842 : cluster [DBG] pgmap v530: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: cephadm 2024-03-30T04:43:44.017022+0000 mgr.y (mgr.25441) 843 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:45.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: cluster 2024-03-30T04:43:44.084001+0000 mgr.y (mgr.25441) 844 : cluster [DBG] pgmap v531: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: cluster 2024-03-30T04:43:44.084432+0000 mgr.y (mgr.25441) 845 : cluster [DBG] pgmap v532: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: cephadm 2024-03-30T04:43:44.093321+0000 mgr.y (mgr.25441) 846 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:45.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: cluster 2024-03-30T04:43:44.171787+0000 mgr.y (mgr.25441) 847 : cluster [DBG] pgmap v533: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: cluster 2024-03-30T04:43:44.172109+0000 mgr.y (mgr.25441) 848 : cluster [DBG] pgmap v534: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: cephadm 2024-03-30T04:43:44.178318+0000 mgr.y (mgr.25441) 849 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:45.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: cluster 2024-03-30T04:43:44.225864+0000 mgr.y (mgr.25441) 850 : cluster [DBG] pgmap v535: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: cluster 2024-03-30T04:43:44.226269+0000 mgr.y (mgr.25441) 851 : cluster [DBG] pgmap v536: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: cephadm 2024-03-30T04:43:44.233273+0000 mgr.y (mgr.25441) 852 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:45.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: cluster 2024-03-30T04:43:44.298570+0000 mgr.y (mgr.25441) 853 : cluster [DBG] pgmap v537: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: cluster 2024-03-30T04:43:44.298941+0000 mgr.y (mgr.25441) 854 : cluster [DBG] pgmap v538: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: cephadm 2024-03-30T04:43:44.305846+0000 mgr.y (mgr.25441) 855 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:45.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.365994+0000 mon.c (mon.1) 183 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.380129+0000 mon.c (mon.1) 184 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: cluster 2024-03-30T04:43:44.381935+0000 mgr.y (mgr.25441) 856 : cluster [DBG] pgmap v539: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: cluster 2024-03-30T04:43:44.382398+0000 mgr.y (mgr.25441) 857 : cluster [DBG] pgmap v540: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.389945+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: cephadm 2024-03-30T04:43:44.390859+0000 mgr.y (mgr.25441) 858 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:45.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.431204+0000 mon.c (mon.1) 185 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:45.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.433006+0000 mon.c (mon.1) 186 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:45.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.434845+0000 mon.c (mon.1) 187 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: cluster 2024-03-30T04:43:44.171787+0000 mgr.y (mgr.25441) 847 : cluster [DBG] pgmap v533: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: cluster 2024-03-30T04:43:44.172109+0000 mgr.y (mgr.25441) 848 : cluster [DBG] pgmap v534: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: cephadm 2024-03-30T04:43:44.178318+0000 mgr.y (mgr.25441) 849 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: cluster 2024-03-30T04:43:44.225864+0000 mgr.y (mgr.25441) 850 : cluster [DBG] pgmap v535: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: cluster 2024-03-30T04:43:44.226269+0000 mgr.y (mgr.25441) 851 : cluster [DBG] pgmap v536: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: cephadm 2024-03-30T04:43:44.233273+0000 mgr.y (mgr.25441) 852 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: cluster 2024-03-30T04:43:44.298570+0000 mgr.y (mgr.25441) 853 : cluster [DBG] pgmap v537: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: cluster 2024-03-30T04:43:44.298941+0000 mgr.y (mgr.25441) 854 : cluster [DBG] pgmap v538: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: cephadm 2024-03-30T04:43:44.305846+0000 mgr.y (mgr.25441) 855 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.365994+0000 mon.c (mon.1) 183 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.380129+0000 mon.c (mon.1) 184 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: cluster 2024-03-30T04:43:44.381935+0000 mgr.y (mgr.25441) 856 : cluster [DBG] pgmap v539: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: cluster 2024-03-30T04:43:44.382398+0000 mgr.y (mgr.25441) 857 : cluster [DBG] pgmap v540: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.389945+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: cephadm 2024-03-30T04:43:44.390859+0000 mgr.y (mgr.25441) 858 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.431204+0000 mon.c (mon.1) 185 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.433006+0000 mon.c (mon.1) 186 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.434845+0000 mon.c (mon.1) 187 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.435484+0000 mon.c (mon.1) 188 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: cluster 2024-03-30T04:43:44.436773+0000 mgr.y (mgr.25441) 859 : cluster [DBG] pgmap v541: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: cluster 2024-03-30T04:43:44.437139+0000 mgr.y (mgr.25441) 860 : cluster [DBG] pgmap v542: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.443373+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: cephadm 2024-03-30T04:43:44.445109+0000 mgr.y (mgr.25441) 861 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:45.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.490249+0000 mon.c (mon.1) 189 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:45.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.492585+0000 mon.c (mon.1) 190 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:45.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.494531+0000 mon.c (mon.1) 191 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.495212+0000 mon.c (mon.1) 192 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: cluster 2024-03-30T04:43:44.496593+0000 mgr.y (mgr.25441) 862 : cluster [DBG] pgmap v543: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: cluster 2024-03-30T04:43:44.496888+0000 mgr.y (mgr.25441) 863 : cluster [DBG] pgmap v544: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.504280+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: cephadm 2024-03-30T04:43:44.504898+0000 mgr.y (mgr.25441) 864 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:45.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.540596+0000 mgr.y (mgr.25441) 865 : audit [DBG] from='client.44197 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:45.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.550268+0000 mon.c (mon.1) 193 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:45.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.552462+0000 mon.c (mon.1) 194 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:45.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.554654+0000 mon.c (mon.1) 195 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.555427+0000 mon.c (mon.1) 196 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.435484+0000 mon.c (mon.1) 188 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: cluster 2024-03-30T04:43:44.436773+0000 mgr.y (mgr.25441) 859 : cluster [DBG] pgmap v541: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: cluster 2024-03-30T04:43:44.437139+0000 mgr.y (mgr.25441) 860 : cluster [DBG] pgmap v542: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.443373+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: cephadm 2024-03-30T04:43:44.445109+0000 mgr.y (mgr.25441) 861 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:45.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.490249+0000 mon.c (mon.1) 189 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:45.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.492585+0000 mon.c (mon.1) 190 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:45.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.494531+0000 mon.c (mon.1) 191 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.495212+0000 mon.c (mon.1) 192 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: cluster 2024-03-30T04:43:44.496593+0000 mgr.y (mgr.25441) 862 : cluster [DBG] pgmap v543: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: cluster 2024-03-30T04:43:44.496888+0000 mgr.y (mgr.25441) 863 : cluster [DBG] pgmap v544: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.504280+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: cephadm 2024-03-30T04:43:44.504898+0000 mgr.y (mgr.25441) 864 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:45.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.540596+0000 mgr.y (mgr.25441) 865 : audit [DBG] from='client.44197 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:45.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.550268+0000 mon.c (mon.1) 193 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:45.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.552462+0000 mon.c (mon.1) 194 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:45.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.554654+0000 mon.c (mon.1) 195 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.555427+0000 mon.c (mon.1) 196 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: cluster 2024-03-30T04:43:44.557112+0000 mgr.y (mgr.25441) 866 : cluster [DBG] pgmap v545: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: cluster 2024-03-30T04:43:44.557492+0000 mgr.y (mgr.25441) 867 : cluster [DBG] pgmap v546: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.563914+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: cephadm 2024-03-30T04:43:44.565662+0000 mgr.y (mgr.25441) 868 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:45.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.606095+0000 mon.c (mon.1) 197 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:45.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.608461+0000 mon.c (mon.1) 198 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:45.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.610550+0000 mon.c (mon.1) 199 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.611261+0000 mon.c (mon.1) 200 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: cluster 2024-03-30T04:43:44.612730+0000 mgr.y (mgr.25441) 869 : cluster [DBG] pgmap v547: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: cluster 2024-03-30T04:43:44.613075+0000 mgr.y (mgr.25441) 870 : cluster [DBG] pgmap v548: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.619210+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: cephadm 2024-03-30T04:43:44.620092+0000 mgr.y (mgr.25441) 871 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:45.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.661738+0000 mon.c (mon.1) 201 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:45.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.664311+0000 mon.c (mon.1) 202 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:45.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.671641+0000 mon.c (mon.1) 203 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.672334+0000 mon.c (mon.1) 204 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: cluster 2024-03-30T04:43:44.673694+0000 mgr.y (mgr.25441) 872 : cluster [DBG] pgmap v549: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: cluster 2024-03-30T04:43:44.557112+0000 mgr.y (mgr.25441) 866 : cluster [DBG] pgmap v545: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: cluster 2024-03-30T04:43:44.557492+0000 mgr.y (mgr.25441) 867 : cluster [DBG] pgmap v546: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.563914+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: cephadm 2024-03-30T04:43:44.565662+0000 mgr.y (mgr.25441) 868 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:45.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.606095+0000 mon.c (mon.1) 197 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:45.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.608461+0000 mon.c (mon.1) 198 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:45.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.610550+0000 mon.c (mon.1) 199 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.611261+0000 mon.c (mon.1) 200 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: cluster 2024-03-30T04:43:44.612730+0000 mgr.y (mgr.25441) 869 : cluster [DBG] pgmap v547: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: cluster 2024-03-30T04:43:44.613075+0000 mgr.y (mgr.25441) 870 : cluster [DBG] pgmap v548: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.619210+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: cephadm 2024-03-30T04:43:44.620092+0000 mgr.y (mgr.25441) 871 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:45.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.661738+0000 mon.c (mon.1) 201 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:45.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.664311+0000 mon.c (mon.1) 202 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:45.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.671641+0000 mon.c (mon.1) 203 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.672334+0000 mon.c (mon.1) 204 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: cluster 2024-03-30T04:43:44.673694+0000 mgr.y (mgr.25441) 872 : cluster [DBG] pgmap v549: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: cluster 2024-03-30T04:43:44.674068+0000 mgr.y (mgr.25441) 873 : cluster [DBG] pgmap v550: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.678244+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: cephadm 2024-03-30T04:43:44.681743+0000 mgr.y (mgr.25441) 874 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:45.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.739350+0000 mon.c (mon.1) 205 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:45.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.741566+0000 mon.c (mon.1) 206 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:45.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.744154+0000 mon.c (mon.1) 207 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.745001+0000 mon.c (mon.1) 208 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.756439+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.799872+0000 mon.c (mon.1) 209 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:45.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.801616+0000 mon.c (mon.1) 210 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:45.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.803432+0000 mon.c (mon.1) 211 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.804084+0000 mon.c (mon.1) 212 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.810039+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.856694+0000 mon.c (mon.1) 213 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:45.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.858925+0000 mon.c (mon.1) 214 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:45.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.860812+0000 mon.c (mon.1) 215 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.861517+0000 mon.c (mon.1) 216 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.868625+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.930179+0000 mon.c (mon.1) 217 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:45.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.932275+0000 mon.c (mon.1) 218 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:45.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.934099+0000 mon.c (mon.1) 219 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.934819+0000 mon.c (mon.1) 220 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:44.941834+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:45.000300+0000 mon.c (mon.1) 221 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:45.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:45.002463+0000 mon.c (mon.1) 222 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:45.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:45.004366+0000 mon.c (mon.1) 223 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:45.005053+0000 mon.c (mon.1) 224 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:45.012152+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:45.012483+0000 mon.c (mon.1) 225 : audit [DBG] from='client.? 172.21.15.111:0/419137457' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:43:45.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:45.069729+0000 mon.c (mon.1) 226 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:45.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:45.071439+0000 mon.c (mon.1) 227 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:45.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:45.073445+0000 mon.c (mon.1) 228 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:45.074069+0000 mon.c (mon.1) 229 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:45.080975+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:45.137872+0000 mon.c (mon.1) 230 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:45.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:45.139701+0000 mon.c (mon.1) 231 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:45.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:45.141472+0000 mon.c (mon.1) 232 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:45.142107+0000 mon.c (mon.1) 233 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:45.148331+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:45.189150+0000 mon.c (mon.1) 234 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:45.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: cluster 2024-03-30T04:43:44.674068+0000 mgr.y (mgr.25441) 873 : cluster [DBG] pgmap v550: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.678244+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: cephadm 2024-03-30T04:43:44.681743+0000 mgr.y (mgr.25441) 874 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:45.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.739350+0000 mon.c (mon.1) 205 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:45.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.741566+0000 mon.c (mon.1) 206 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:45.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.744154+0000 mon.c (mon.1) 207 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.745001+0000 mon.c (mon.1) 208 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.756439+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.799872+0000 mon.c (mon.1) 209 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:45.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.801616+0000 mon.c (mon.1) 210 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:45.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.803432+0000 mon.c (mon.1) 211 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.804084+0000 mon.c (mon.1) 212 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.810039+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.856694+0000 mon.c (mon.1) 213 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:45.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.858925+0000 mon.c (mon.1) 214 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:45.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.860812+0000 mon.c (mon.1) 215 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.861517+0000 mon.c (mon.1) 216 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.868625+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.930179+0000 mon.c (mon.1) 217 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:45.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.932275+0000 mon.c (mon.1) 218 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:45.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:45.190848+0000 mon.c (mon.1) 235 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:45.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:45.193375+0000 mon.c (mon.1) 236 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:45.194104+0000 mon.c (mon.1) 237 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:45.201475+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:45.251981+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:45.253115+0000 mon.c (mon.1) 238 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:43:45.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:45.323018+0000 mon.c (mon.1) 239 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:45.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:45.325620+0000 mon.c (mon.1) 240 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:45.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:45.327968+0000 mon.c (mon.1) 241 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:45.328816+0000 mon.c (mon.1) 242 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[70954]: audit 2024-03-30T04:43:45.335646+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.934099+0000 mon.c (mon.1) 219 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.934819+0000 mon.c (mon.1) 220 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:44.941834+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:45.000300+0000 mon.c (mon.1) 221 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:45.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:45.002463+0000 mon.c (mon.1) 222 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:45.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:45.004366+0000 mon.c (mon.1) 223 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:45.005053+0000 mon.c (mon.1) 224 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:45.012152+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:45.012483+0000 mon.c (mon.1) 225 : audit [DBG] from='client.? 172.21.15.111:0/419137457' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:43:45.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:45.069729+0000 mon.c (mon.1) 226 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:45.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:45.071439+0000 mon.c (mon.1) 227 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:45.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:45.073445+0000 mon.c (mon.1) 228 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:45.074069+0000 mon.c (mon.1) 229 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:45.080975+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:45.137872+0000 mon.c (mon.1) 230 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:45.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:45.139701+0000 mon.c (mon.1) 231 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:45.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:45.141472+0000 mon.c (mon.1) 232 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:45.142107+0000 mon.c (mon.1) 233 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:45.148331+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:45.189150+0000 mon.c (mon.1) 234 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:45.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:45.190848+0000 mon.c (mon.1) 235 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:45.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:45.193375+0000 mon.c (mon.1) 236 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:45.194104+0000 mon.c (mon.1) 237 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:45.201475+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:45.251981+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:45.253115+0000 mon.c (mon.1) 238 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:43:45.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:45.323018+0000 mon.c (mon.1) 239 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:45.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:45.325620+0000 mon.c (mon.1) 240 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:45.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:45.327968+0000 mon.c (mon.1) 241 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:45.328816+0000 mon.c (mon.1) 242 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:45 smithi111 bash[73591]: audit 2024-03-30T04:43:45.335646+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: cluster 2024-03-30T04:43:43.746507+0000 mgr.y (mgr.25441) 832 : cluster [DBG] pgmap v523: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: cluster 2024-03-30T04:43:43.746973+0000 mgr.y (mgr.25441) 833 : cluster [DBG] pgmap v524: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: cephadm 2024-03-30T04:43:43.755744+0000 mgr.y (mgr.25441) 834 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: cluster 2024-03-30T04:43:43.836650+0000 mgr.y (mgr.25441) 835 : cluster [DBG] pgmap v525: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: cluster 2024-03-30T04:43:43.838113+0000 mgr.y (mgr.25441) 836 : cluster [DBG] pgmap v526: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: cephadm 2024-03-30T04:43:43.844742+0000 mgr.y (mgr.25441) 837 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: cluster 2024-03-30T04:43:43.929644+0000 mgr.y (mgr.25441) 838 : cluster [DBG] pgmap v527: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: cluster 2024-03-30T04:43:43.930041+0000 mgr.y (mgr.25441) 839 : cluster [DBG] pgmap v528: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: cephadm 2024-03-30T04:43:43.937931+0000 mgr.y (mgr.25441) 840 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: cluster 2024-03-30T04:43:44.007786+0000 mgr.y (mgr.25441) 841 : cluster [DBG] pgmap v529: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: cluster 2024-03-30T04:43:44.008166+0000 mgr.y (mgr.25441) 842 : cluster [DBG] pgmap v530: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: cephadm 2024-03-30T04:43:44.017022+0000 mgr.y (mgr.25441) 843 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: cluster 2024-03-30T04:43:44.084001+0000 mgr.y (mgr.25441) 844 : cluster [DBG] pgmap v531: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: cluster 2024-03-30T04:43:44.084432+0000 mgr.y (mgr.25441) 845 : cluster [DBG] pgmap v532: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: cephadm 2024-03-30T04:43:44.093321+0000 mgr.y (mgr.25441) 846 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: cluster 2024-03-30T04:43:44.171787+0000 mgr.y (mgr.25441) 847 : cluster [DBG] pgmap v533: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: cluster 2024-03-30T04:43:44.172109+0000 mgr.y (mgr.25441) 848 : cluster [DBG] pgmap v534: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: cephadm 2024-03-30T04:43:44.178318+0000 mgr.y (mgr.25441) 849 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: cluster 2024-03-30T04:43:44.225864+0000 mgr.y (mgr.25441) 850 : cluster [DBG] pgmap v535: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: cluster 2024-03-30T04:43:44.226269+0000 mgr.y (mgr.25441) 851 : cluster [DBG] pgmap v536: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: cephadm 2024-03-30T04:43:44.233273+0000 mgr.y (mgr.25441) 852 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:45.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: cluster 2024-03-30T04:43:44.298570+0000 mgr.y (mgr.25441) 853 : cluster [DBG] pgmap v537: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: cluster 2024-03-30T04:43:44.298941+0000 mgr.y (mgr.25441) 854 : cluster [DBG] pgmap v538: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: cephadm 2024-03-30T04:43:44.305846+0000 mgr.y (mgr.25441) 855 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:45.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.365994+0000 mon.c (mon.1) 183 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.380129+0000 mon.c (mon.1) 184 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: cluster 2024-03-30T04:43:44.381935+0000 mgr.y (mgr.25441) 856 : cluster [DBG] pgmap v539: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: cluster 2024-03-30T04:43:44.382398+0000 mgr.y (mgr.25441) 857 : cluster [DBG] pgmap v540: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.389945+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: cephadm 2024-03-30T04:43:44.390859+0000 mgr.y (mgr.25441) 858 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:45.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.431204+0000 mon.c (mon.1) 185 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:45.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.433006+0000 mon.c (mon.1) 186 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:45.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.434845+0000 mon.c (mon.1) 187 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.435484+0000 mon.c (mon.1) 188 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: cluster 2024-03-30T04:43:44.436773+0000 mgr.y (mgr.25441) 859 : cluster [DBG] pgmap v541: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: cluster 2024-03-30T04:43:44.437139+0000 mgr.y (mgr.25441) 860 : cluster [DBG] pgmap v542: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.443373+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: cephadm 2024-03-30T04:43:44.445109+0000 mgr.y (mgr.25441) 861 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.490249+0000 mon.c (mon.1) 189 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.492585+0000 mon.c (mon.1) 190 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.494531+0000 mon.c (mon.1) 191 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.495212+0000 mon.c (mon.1) 192 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: cluster 2024-03-30T04:43:44.496593+0000 mgr.y (mgr.25441) 862 : cluster [DBG] pgmap v543: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: cluster 2024-03-30T04:43:44.496888+0000 mgr.y (mgr.25441) 863 : cluster [DBG] pgmap v544: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.504280+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: cephadm 2024-03-30T04:43:44.504898+0000 mgr.y (mgr.25441) 864 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.540596+0000 mgr.y (mgr.25441) 865 : audit [DBG] from='client.44197 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.550268+0000 mon.c (mon.1) 193 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.552462+0000 mon.c (mon.1) 194 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.554654+0000 mon.c (mon.1) 195 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.555427+0000 mon.c (mon.1) 196 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: cluster 2024-03-30T04:43:44.557112+0000 mgr.y (mgr.25441) 866 : cluster [DBG] pgmap v545: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: cluster 2024-03-30T04:43:44.557492+0000 mgr.y (mgr.25441) 867 : cluster [DBG] pgmap v546: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.563914+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: cephadm 2024-03-30T04:43:44.565662+0000 mgr.y (mgr.25441) 868 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.606095+0000 mon.c (mon.1) 197 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.608461+0000 mon.c (mon.1) 198 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.610550+0000 mon.c (mon.1) 199 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.611261+0000 mon.c (mon.1) 200 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: cluster 2024-03-30T04:43:44.612730+0000 mgr.y (mgr.25441) 869 : cluster [DBG] pgmap v547: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: cluster 2024-03-30T04:43:44.613075+0000 mgr.y (mgr.25441) 870 : cluster [DBG] pgmap v548: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.619210+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: cephadm 2024-03-30T04:43:44.620092+0000 mgr.y (mgr.25441) 871 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.661738+0000 mon.c (mon.1) 201 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.664311+0000 mon.c (mon.1) 202 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:45.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.671641+0000 mon.c (mon.1) 203 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.672334+0000 mon.c (mon.1) 204 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: cluster 2024-03-30T04:43:44.673694+0000 mgr.y (mgr.25441) 872 : cluster [DBG] pgmap v549: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: cluster 2024-03-30T04:43:44.674068+0000 mgr.y (mgr.25441) 873 : cluster [DBG] pgmap v550: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:45.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.678244+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: cephadm 2024-03-30T04:43:44.681743+0000 mgr.y (mgr.25441) 874 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:45.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.739350+0000 mon.c (mon.1) 205 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:45.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.741566+0000 mon.c (mon.1) 206 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:45.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.744154+0000 mon.c (mon.1) 207 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.745001+0000 mon.c (mon.1) 208 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.756439+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.799872+0000 mon.c (mon.1) 209 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:45.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.801616+0000 mon.c (mon.1) 210 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:45.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.803432+0000 mon.c (mon.1) 211 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.804084+0000 mon.c (mon.1) 212 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.810039+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.856694+0000 mon.c (mon.1) 213 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:45.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.858925+0000 mon.c (mon.1) 214 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:45.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.860812+0000 mon.c (mon.1) 215 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.861517+0000 mon.c (mon.1) 216 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.868625+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.930179+0000 mon.c (mon.1) 217 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:45.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.932275+0000 mon.c (mon.1) 218 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:45.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.934099+0000 mon.c (mon.1) 219 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.934819+0000 mon.c (mon.1) 220 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:44.941834+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:45.000300+0000 mon.c (mon.1) 221 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:45.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:45.002463+0000 mon.c (mon.1) 222 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:45.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:45.004366+0000 mon.c (mon.1) 223 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:45.005053+0000 mon.c (mon.1) 224 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:45.012152+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:45.012483+0000 mon.c (mon.1) 225 : audit [DBG] from='client.? 172.21.15.111:0/419137457' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:43:45.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:45.069729+0000 mon.c (mon.1) 226 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:45.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:45.071439+0000 mon.c (mon.1) 227 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:45.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:45.073445+0000 mon.c (mon.1) 228 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:45.074069+0000 mon.c (mon.1) 229 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:45.080975+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:45.137872+0000 mon.c (mon.1) 230 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:45.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:45.139701+0000 mon.c (mon.1) 231 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:45.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:45.141472+0000 mon.c (mon.1) 232 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:45.142107+0000 mon.c (mon.1) 233 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:45.148331+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:45.189150+0000 mon.c (mon.1) 234 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:45.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:45.190848+0000 mon.c (mon.1) 235 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:45.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:45.193375+0000 mon.c (mon.1) 236 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:45.194104+0000 mon.c (mon.1) 237 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:45.201475+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:45.251981+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:45.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:45.253115+0000 mon.c (mon.1) 238 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:43:45.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:45.323018+0000 mon.c (mon.1) 239 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:45.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:45.325620+0000 mon.c (mon.1) 240 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:45.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:45.327968+0000 mon.c (mon.1) 241 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:45.328816+0000 mon.c (mon.1) 242 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:45.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:45 smithi117 bash[62284]: audit 2024-03-30T04:43:45.335646+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:46.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cluster 2024-03-30T04:43:44.746671+0000 mgr.y (mgr.25441) 875 : cluster [DBG] pgmap v551: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cluster 2024-03-30T04:43:44.747098+0000 mgr.y (mgr.25441) 876 : cluster [DBG] pgmap v552: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cephadm 2024-03-30T04:43:44.758941+0000 mgr.y (mgr.25441) 877 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cluster 2024-03-30T04:43:44.805396+0000 mgr.y (mgr.25441) 878 : cluster [DBG] pgmap v553: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cluster 2024-03-30T04:43:44.805716+0000 mgr.y (mgr.25441) 879 : cluster [DBG] pgmap v554: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cephadm 2024-03-30T04:43:44.811664+0000 mgr.y (mgr.25441) 880 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cluster 2024-03-30T04:43:44.863076+0000 mgr.y (mgr.25441) 881 : cluster [DBG] pgmap v555: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cluster 2024-03-30T04:43:44.863450+0000 mgr.y (mgr.25441) 882 : cluster [DBG] pgmap v556: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cephadm 2024-03-30T04:43:44.869255+0000 mgr.y (mgr.25441) 883 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cluster 2024-03-30T04:43:44.936210+0000 mgr.y (mgr.25441) 884 : cluster [DBG] pgmap v557: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cluster 2024-03-30T04:43:44.936494+0000 mgr.y (mgr.25441) 885 : cluster [DBG] pgmap v558: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cephadm 2024-03-30T04:43:44.942506+0000 mgr.y (mgr.25441) 886 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cluster 2024-03-30T04:43:45.006378+0000 mgr.y (mgr.25441) 887 : cluster [DBG] pgmap v559: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cluster 2024-03-30T04:43:45.006681+0000 mgr.y (mgr.25441) 888 : cluster [DBG] pgmap v560: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cephadm 2024-03-30T04:43:45.012889+0000 mgr.y (mgr.25441) 889 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cluster 2024-03-30T04:43:45.075373+0000 mgr.y (mgr.25441) 890 : cluster [DBG] pgmap v561: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cluster 2024-03-30T04:43:45.075686+0000 mgr.y (mgr.25441) 891 : cluster [DBG] pgmap v562: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cephadm 2024-03-30T04:43:45.081696+0000 mgr.y (mgr.25441) 892 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cluster 2024-03-30T04:43:45.143407+0000 mgr.y (mgr.25441) 893 : cluster [DBG] pgmap v563: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cluster 2024-03-30T04:43:45.143698+0000 mgr.y (mgr.25441) 894 : cluster [DBG] pgmap v564: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cephadm 2024-03-30T04:43:45.148918+0000 mgr.y (mgr.25441) 895 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cluster 2024-03-30T04:43:45.195496+0000 mgr.y (mgr.25441) 896 : cluster [DBG] pgmap v565: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cluster 2024-03-30T04:43:45.195759+0000 mgr.y (mgr.25441) 897 : cluster [DBG] pgmap v566: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cephadm 2024-03-30T04:43:45.203351+0000 mgr.y (mgr.25441) 898 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cluster 2024-03-30T04:43:45.330519+0000 mgr.y (mgr.25441) 899 : cluster [DBG] pgmap v567: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cluster 2024-03-30T04:43:45.330889+0000 mgr.y (mgr.25441) 900 : cluster [DBG] pgmap v568: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cephadm 2024-03-30T04:43:45.336457+0000 mgr.y (mgr.25441) 901 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.393002+0000 mon.c (mon.1) 243 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:46.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.394817+0000 mon.c (mon.1) 244 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:46.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.396996+0000 mon.c (mon.1) 245 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.397671+0000 mon.c (mon.1) 246 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:46.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cluster 2024-03-30T04:43:45.399100+0000 mgr.y (mgr.25441) 902 : cluster [DBG] pgmap v569: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cluster 2024-03-30T04:43:45.399418+0000 mgr.y (mgr.25441) 903 : cluster [DBG] pgmap v570: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.403892+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:46.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cephadm 2024-03-30T04:43:45.406035+0000 mgr.y (mgr.25441) 904 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.447868+0000 mon.c (mon.1) 247 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:46.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.449903+0000 mon.c (mon.1) 248 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.451943+0000 mon.c (mon.1) 249 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.452743+0000 mon.c (mon.1) 250 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cluster 2024-03-30T04:43:45.454298+0000 mgr.y (mgr.25441) 905 : cluster [DBG] pgmap v571: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cluster 2024-03-30T04:43:45.454676+0000 mgr.y (mgr.25441) 906 : cluster [DBG] pgmap v572: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.460619+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cephadm 2024-03-30T04:43:45.461939+0000 mgr.y (mgr.25441) 907 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.510722+0000 mon.c (mon.1) 251 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.513396+0000 mon.c (mon.1) 252 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.515856+0000 mon.c (mon.1) 253 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.516735+0000 mon.c (mon.1) 254 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cluster 2024-03-30T04:43:45.518530+0000 mgr.y (mgr.25441) 908 : cluster [DBG] pgmap v573: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cluster 2024-03-30T04:43:45.518904+0000 mgr.y (mgr.25441) 909 : cluster [DBG] pgmap v574: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.523808+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cephadm 2024-03-30T04:43:45.524907+0000 mgr.y (mgr.25441) 910 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.565828+0000 mon.c (mon.1) 255 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:46.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.568715+0000 mon.c (mon.1) 256 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:46.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.571683+0000 mon.c (mon.1) 257 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.572667+0000 mon.c (mon.1) 258 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:46.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cluster 2024-03-30T04:43:45.574496+0000 mgr.y (mgr.25441) 911 : cluster [DBG] pgmap v575: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cluster 2024-03-30T04:43:45.574830+0000 mgr.y (mgr.25441) 912 : cluster [DBG] pgmap v576: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.579639+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:46.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cephadm 2024-03-30T04:43:45.581423+0000 mgr.y (mgr.25441) 913 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.621879+0000 mon.c (mon.1) 259 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:46.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.624212+0000 mon.c (mon.1) 260 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:46.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.627427+0000 mon.c (mon.1) 261 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.628243+0000 mon.c (mon.1) 262 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:46.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cluster 2024-03-30T04:43:45.629860+0000 mgr.y (mgr.25441) 914 : cluster [DBG] pgmap v577: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cluster 2024-03-30T04:43:45.630190+0000 mgr.y (mgr.25441) 915 : cluster [DBG] pgmap v578: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.635898+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:46.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cephadm 2024-03-30T04:43:45.638250+0000 mgr.y (mgr.25441) 916 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.699433+0000 mon.c (mon.1) 263 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:46.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.702533+0000 mon.c (mon.1) 264 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:46.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.704874+0000 mon.c (mon.1) 265 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.705742+0000 mon.c (mon.1) 266 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:46.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cluster 2024-03-30T04:43:45.707641+0000 mgr.y (mgr.25441) 917 : cluster [DBG] pgmap v579: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cluster 2024-03-30T04:43:45.708336+0000 mgr.y (mgr.25441) 918 : cluster [DBG] pgmap v580: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.713761+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:46.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: cephadm 2024-03-30T04:43:45.715746+0000 mgr.y (mgr.25441) 919 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.795536+0000 mon.c (mon.1) 267 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:46.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.798789+0000 mon.c (mon.1) 268 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:46.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.801320+0000 mon.c (mon.1) 269 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.802350+0000 mon.c (mon.1) 270 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:46.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.812246+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:46.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.891049+0000 mon.c (mon.1) 271 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:46.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.893735+0000 mon.c (mon.1) 272 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:46.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.895842+0000 mon.c (mon.1) 273 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.896556+0000 mon.c (mon.1) 274 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:46.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.903397+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:46.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.962746+0000 mon.c (mon.1) 275 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:46.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.964811+0000 mon.c (mon.1) 276 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:46.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.966864+0000 mon.c (mon.1) 277 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.967569+0000 mon.c (mon.1) 278 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:45.974408+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:46.054920+0000 mon.c (mon.1) 279 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:46.058222+0000 mon.c (mon.1) 280 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:46.060649+0000 mon.c (mon.1) 281 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:46.061587+0000 mon.c (mon.1) 282 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:46.068547+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:46.115844+0000 mon.c (mon.1) 283 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:46.117795+0000 mon.c (mon.1) 284 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:46.119692+0000 mon.c (mon.1) 285 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:46.120388+0000 mon.c (mon.1) 286 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:46.126331+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:46.186607+0000 mon.c (mon.1) 287 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:46.188574+0000 mon.c (mon.1) 288 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:46.190257+0000 mon.c (mon.1) 289 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:46.190886+0000 mon.c (mon.1) 290 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:46.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:46.197475+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:46.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:46.286970+0000 mon.c (mon.1) 291 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:46.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:46.289201+0000 mon.c (mon.1) 292 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:46.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:46.291891+0000 mon.c (mon.1) 293 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:46.292702+0000 mon.c (mon.1) 294 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:46.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:46.299756+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:46.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:46.360014+0000 mon.c (mon.1) 295 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:46.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:46.361910+0000 mon.c (mon.1) 296 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:46.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:46.363853+0000 mon.c (mon.1) 297 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:46 smithi117 bash[62284]: audit 2024-03-30T04:43:46.364625+0000 mon.c (mon.1) 298 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:46.865 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:43:46] "GET /metrics HTTP/1.1" 200 38403 "" "Prometheus/2.33.4" 2024-03-30T04:43:46.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cluster 2024-03-30T04:43:44.746671+0000 mgr.y (mgr.25441) 875 : cluster [DBG] pgmap v551: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cluster 2024-03-30T04:43:44.747098+0000 mgr.y (mgr.25441) 876 : cluster [DBG] pgmap v552: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cephadm 2024-03-30T04:43:44.758941+0000 mgr.y (mgr.25441) 877 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cluster 2024-03-30T04:43:44.805396+0000 mgr.y (mgr.25441) 878 : cluster [DBG] pgmap v553: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cluster 2024-03-30T04:43:44.805716+0000 mgr.y (mgr.25441) 879 : cluster [DBG] pgmap v554: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cephadm 2024-03-30T04:43:44.811664+0000 mgr.y (mgr.25441) 880 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cluster 2024-03-30T04:43:44.863076+0000 mgr.y (mgr.25441) 881 : cluster [DBG] pgmap v555: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cluster 2024-03-30T04:43:44.863450+0000 mgr.y (mgr.25441) 882 : cluster [DBG] pgmap v556: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cephadm 2024-03-30T04:43:44.869255+0000 mgr.y (mgr.25441) 883 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cluster 2024-03-30T04:43:44.936210+0000 mgr.y (mgr.25441) 884 : cluster [DBG] pgmap v557: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cluster 2024-03-30T04:43:44.936494+0000 mgr.y (mgr.25441) 885 : cluster [DBG] pgmap v558: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cephadm 2024-03-30T04:43:44.942506+0000 mgr.y (mgr.25441) 886 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cluster 2024-03-30T04:43:45.006378+0000 mgr.y (mgr.25441) 887 : cluster [DBG] pgmap v559: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cluster 2024-03-30T04:43:45.006681+0000 mgr.y (mgr.25441) 888 : cluster [DBG] pgmap v560: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cephadm 2024-03-30T04:43:45.012889+0000 mgr.y (mgr.25441) 889 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cluster 2024-03-30T04:43:44.746671+0000 mgr.y (mgr.25441) 875 : cluster [DBG] pgmap v551: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cluster 2024-03-30T04:43:44.747098+0000 mgr.y (mgr.25441) 876 : cluster [DBG] pgmap v552: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cephadm 2024-03-30T04:43:44.758941+0000 mgr.y (mgr.25441) 877 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cluster 2024-03-30T04:43:44.805396+0000 mgr.y (mgr.25441) 878 : cluster [DBG] pgmap v553: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cluster 2024-03-30T04:43:44.805716+0000 mgr.y (mgr.25441) 879 : cluster [DBG] pgmap v554: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cephadm 2024-03-30T04:43:44.811664+0000 mgr.y (mgr.25441) 880 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cluster 2024-03-30T04:43:44.863076+0000 mgr.y (mgr.25441) 881 : cluster [DBG] pgmap v555: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cluster 2024-03-30T04:43:44.863450+0000 mgr.y (mgr.25441) 882 : cluster [DBG] pgmap v556: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cephadm 2024-03-30T04:43:44.869255+0000 mgr.y (mgr.25441) 883 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cluster 2024-03-30T04:43:44.936210+0000 mgr.y (mgr.25441) 884 : cluster [DBG] pgmap v557: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cluster 2024-03-30T04:43:44.936494+0000 mgr.y (mgr.25441) 885 : cluster [DBG] pgmap v558: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cephadm 2024-03-30T04:43:44.942506+0000 mgr.y (mgr.25441) 886 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cluster 2024-03-30T04:43:45.006378+0000 mgr.y (mgr.25441) 887 : cluster [DBG] pgmap v559: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cluster 2024-03-30T04:43:45.006681+0000 mgr.y (mgr.25441) 888 : cluster [DBG] pgmap v560: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cephadm 2024-03-30T04:43:45.012889+0000 mgr.y (mgr.25441) 889 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cluster 2024-03-30T04:43:45.075373+0000 mgr.y (mgr.25441) 890 : cluster [DBG] pgmap v561: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cluster 2024-03-30T04:43:45.075686+0000 mgr.y (mgr.25441) 891 : cluster [DBG] pgmap v562: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cephadm 2024-03-30T04:43:45.081696+0000 mgr.y (mgr.25441) 892 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cluster 2024-03-30T04:43:45.143407+0000 mgr.y (mgr.25441) 893 : cluster [DBG] pgmap v563: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cluster 2024-03-30T04:43:45.143698+0000 mgr.y (mgr.25441) 894 : cluster [DBG] pgmap v564: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cephadm 2024-03-30T04:43:45.148918+0000 mgr.y (mgr.25441) 895 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cluster 2024-03-30T04:43:45.195496+0000 mgr.y (mgr.25441) 896 : cluster [DBG] pgmap v565: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cluster 2024-03-30T04:43:45.195759+0000 mgr.y (mgr.25441) 897 : cluster [DBG] pgmap v566: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cephadm 2024-03-30T04:43:45.203351+0000 mgr.y (mgr.25441) 898 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cluster 2024-03-30T04:43:45.330519+0000 mgr.y (mgr.25441) 899 : cluster [DBG] pgmap v567: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cluster 2024-03-30T04:43:45.330889+0000 mgr.y (mgr.25441) 900 : cluster [DBG] pgmap v568: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cephadm 2024-03-30T04:43:45.336457+0000 mgr.y (mgr.25441) 901 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.393002+0000 mon.c (mon.1) 243 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:46.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.394817+0000 mon.c (mon.1) 244 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:46.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.396996+0000 mon.c (mon.1) 245 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.397671+0000 mon.c (mon.1) 246 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:46.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cluster 2024-03-30T04:43:45.399100+0000 mgr.y (mgr.25441) 902 : cluster [DBG] pgmap v569: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cluster 2024-03-30T04:43:45.399418+0000 mgr.y (mgr.25441) 903 : cluster [DBG] pgmap v570: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.403892+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:46.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cephadm 2024-03-30T04:43:45.406035+0000 mgr.y (mgr.25441) 904 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.447868+0000 mon.c (mon.1) 247 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:46.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.449903+0000 mon.c (mon.1) 248 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:46.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.451943+0000 mon.c (mon.1) 249 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.452743+0000 mon.c (mon.1) 250 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:46.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cluster 2024-03-30T04:43:45.454298+0000 mgr.y (mgr.25441) 905 : cluster [DBG] pgmap v571: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cluster 2024-03-30T04:43:45.454676+0000 mgr.y (mgr.25441) 906 : cluster [DBG] pgmap v572: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.460619+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:46.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cephadm 2024-03-30T04:43:45.461939+0000 mgr.y (mgr.25441) 907 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.510722+0000 mon.c (mon.1) 251 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:46.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.513396+0000 mon.c (mon.1) 252 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:46.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.515856+0000 mon.c (mon.1) 253 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.516735+0000 mon.c (mon.1) 254 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:46.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cluster 2024-03-30T04:43:45.518530+0000 mgr.y (mgr.25441) 908 : cluster [DBG] pgmap v573: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cluster 2024-03-30T04:43:45.518904+0000 mgr.y (mgr.25441) 909 : cluster [DBG] pgmap v574: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.523808+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:46.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cephadm 2024-03-30T04:43:45.524907+0000 mgr.y (mgr.25441) 910 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.565828+0000 mon.c (mon.1) 255 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:46.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.568715+0000 mon.c (mon.1) 256 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:46.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.571683+0000 mon.c (mon.1) 257 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.572667+0000 mon.c (mon.1) 258 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:46.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cluster 2024-03-30T04:43:45.574496+0000 mgr.y (mgr.25441) 911 : cluster [DBG] pgmap v575: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cluster 2024-03-30T04:43:45.574830+0000 mgr.y (mgr.25441) 912 : cluster [DBG] pgmap v576: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.579639+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:46.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cephadm 2024-03-30T04:43:45.581423+0000 mgr.y (mgr.25441) 913 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.621879+0000 mon.c (mon.1) 259 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:46.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.624212+0000 mon.c (mon.1) 260 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:46.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.627427+0000 mon.c (mon.1) 261 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.628243+0000 mon.c (mon.1) 262 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:46.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cluster 2024-03-30T04:43:45.629860+0000 mgr.y (mgr.25441) 914 : cluster [DBG] pgmap v577: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cluster 2024-03-30T04:43:45.630190+0000 mgr.y (mgr.25441) 915 : cluster [DBG] pgmap v578: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.635898+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:46.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cephadm 2024-03-30T04:43:45.638250+0000 mgr.y (mgr.25441) 916 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.699433+0000 mon.c (mon.1) 263 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:46.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.702533+0000 mon.c (mon.1) 264 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:46.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cluster 2024-03-30T04:43:45.075373+0000 mgr.y (mgr.25441) 890 : cluster [DBG] pgmap v561: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cluster 2024-03-30T04:43:45.075686+0000 mgr.y (mgr.25441) 891 : cluster [DBG] pgmap v562: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cephadm 2024-03-30T04:43:45.081696+0000 mgr.y (mgr.25441) 892 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cluster 2024-03-30T04:43:45.143407+0000 mgr.y (mgr.25441) 893 : cluster [DBG] pgmap v563: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cluster 2024-03-30T04:43:45.143698+0000 mgr.y (mgr.25441) 894 : cluster [DBG] pgmap v564: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cephadm 2024-03-30T04:43:45.148918+0000 mgr.y (mgr.25441) 895 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cluster 2024-03-30T04:43:45.195496+0000 mgr.y (mgr.25441) 896 : cluster [DBG] pgmap v565: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cluster 2024-03-30T04:43:45.195759+0000 mgr.y (mgr.25441) 897 : cluster [DBG] pgmap v566: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cephadm 2024-03-30T04:43:45.203351+0000 mgr.y (mgr.25441) 898 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cluster 2024-03-30T04:43:45.330519+0000 mgr.y (mgr.25441) 899 : cluster [DBG] pgmap v567: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cluster 2024-03-30T04:43:45.330889+0000 mgr.y (mgr.25441) 900 : cluster [DBG] pgmap v568: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cephadm 2024-03-30T04:43:45.336457+0000 mgr.y (mgr.25441) 901 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.393002+0000 mon.c (mon.1) 243 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:46.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.394817+0000 mon.c (mon.1) 244 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:46.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.396996+0000 mon.c (mon.1) 245 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.397671+0000 mon.c (mon.1) 246 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:46.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cluster 2024-03-30T04:43:45.399100+0000 mgr.y (mgr.25441) 902 : cluster [DBG] pgmap v569: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.704874+0000 mon.c (mon.1) 265 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.705742+0000 mon.c (mon.1) 266 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:46.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cluster 2024-03-30T04:43:45.707641+0000 mgr.y (mgr.25441) 917 : cluster [DBG] pgmap v579: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cluster 2024-03-30T04:43:45.708336+0000 mgr.y (mgr.25441) 918 : cluster [DBG] pgmap v580: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.713761+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:46.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: cephadm 2024-03-30T04:43:45.715746+0000 mgr.y (mgr.25441) 919 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.795536+0000 mon.c (mon.1) 267 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:46.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.798789+0000 mon.c (mon.1) 268 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:46.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.801320+0000 mon.c (mon.1) 269 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.802350+0000 mon.c (mon.1) 270 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:46.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.812246+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:46.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.891049+0000 mon.c (mon.1) 271 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:46.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.893735+0000 mon.c (mon.1) 272 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:46.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.895842+0000 mon.c (mon.1) 273 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.896556+0000 mon.c (mon.1) 274 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:46.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.903397+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:46.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.962746+0000 mon.c (mon.1) 275 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:46.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.964811+0000 mon.c (mon.1) 276 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:46.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.966864+0000 mon.c (mon.1) 277 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cluster 2024-03-30T04:43:45.399418+0000 mgr.y (mgr.25441) 903 : cluster [DBG] pgmap v570: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.403892+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:46.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cephadm 2024-03-30T04:43:45.406035+0000 mgr.y (mgr.25441) 904 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.447868+0000 mon.c (mon.1) 247 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:46.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.449903+0000 mon.c (mon.1) 248 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:46.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.451943+0000 mon.c (mon.1) 249 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.452743+0000 mon.c (mon.1) 250 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:46.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cluster 2024-03-30T04:43:45.454298+0000 mgr.y (mgr.25441) 905 : cluster [DBG] pgmap v571: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cluster 2024-03-30T04:43:45.454676+0000 mgr.y (mgr.25441) 906 : cluster [DBG] pgmap v572: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.460619+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:46.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cephadm 2024-03-30T04:43:45.461939+0000 mgr.y (mgr.25441) 907 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.510722+0000 mon.c (mon.1) 251 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:46.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.513396+0000 mon.c (mon.1) 252 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:46.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.515856+0000 mon.c (mon.1) 253 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.516735+0000 mon.c (mon.1) 254 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:46.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cluster 2024-03-30T04:43:45.518530+0000 mgr.y (mgr.25441) 908 : cluster [DBG] pgmap v573: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cluster 2024-03-30T04:43:45.518904+0000 mgr.y (mgr.25441) 909 : cluster [DBG] pgmap v574: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.523808+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:46.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.967569+0000 mon.c (mon.1) 278 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:46.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:45.974408+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:46.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:46.054920+0000 mon.c (mon.1) 279 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:46.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:46.058222+0000 mon.c (mon.1) 280 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:46.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:46.060649+0000 mon.c (mon.1) 281 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:46.061587+0000 mon.c (mon.1) 282 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:46.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:46.068547+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:46.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:46.115844+0000 mon.c (mon.1) 283 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:46.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:46.117795+0000 mon.c (mon.1) 284 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:46.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:46.119692+0000 mon.c (mon.1) 285 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:46.120388+0000 mon.c (mon.1) 286 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:46.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:46.126331+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:46.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:46.186607+0000 mon.c (mon.1) 287 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:46.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:46.188574+0000 mon.c (mon.1) 288 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:46.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:46.190257+0000 mon.c (mon.1) 289 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:46.190886+0000 mon.c (mon.1) 290 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:46.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:46.197475+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:46.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:46.286970+0000 mon.c (mon.1) 291 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:46.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:46.289201+0000 mon.c (mon.1) 292 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:46.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:46.291891+0000 mon.c (mon.1) 293 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:46.292702+0000 mon.c (mon.1) 294 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:46.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:46.299756+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:46.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:46.360014+0000 mon.c (mon.1) 295 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:46.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:46.361910+0000 mon.c (mon.1) 296 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:46.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:46.363853+0000 mon.c (mon.1) 297 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[70954]: audit 2024-03-30T04:43:46.364625+0000 mon.c (mon.1) 298 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:46.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cephadm 2024-03-30T04:43:45.524907+0000 mgr.y (mgr.25441) 910 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.565828+0000 mon.c (mon.1) 255 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:46.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.568715+0000 mon.c (mon.1) 256 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:46.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.571683+0000 mon.c (mon.1) 257 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.572667+0000 mon.c (mon.1) 258 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:46.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cluster 2024-03-30T04:43:45.574496+0000 mgr.y (mgr.25441) 911 : cluster [DBG] pgmap v575: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cluster 2024-03-30T04:43:45.574830+0000 mgr.y (mgr.25441) 912 : cluster [DBG] pgmap v576: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.579639+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:46.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cephadm 2024-03-30T04:43:45.581423+0000 mgr.y (mgr.25441) 913 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.621879+0000 mon.c (mon.1) 259 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:46.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.624212+0000 mon.c (mon.1) 260 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:46.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.627427+0000 mon.c (mon.1) 261 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.628243+0000 mon.c (mon.1) 262 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:46.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cluster 2024-03-30T04:43:45.629860+0000 mgr.y (mgr.25441) 914 : cluster [DBG] pgmap v577: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cluster 2024-03-30T04:43:45.630190+0000 mgr.y (mgr.25441) 915 : cluster [DBG] pgmap v578: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.635898+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:46.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cephadm 2024-03-30T04:43:45.638250+0000 mgr.y (mgr.25441) 916 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.699433+0000 mon.c (mon.1) 263 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:46.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.702533+0000 mon.c (mon.1) 264 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:46.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.704874+0000 mon.c (mon.1) 265 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.705742+0000 mon.c (mon.1) 266 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:46.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cluster 2024-03-30T04:43:45.707641+0000 mgr.y (mgr.25441) 917 : cluster [DBG] pgmap v579: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cluster 2024-03-30T04:43:45.708336+0000 mgr.y (mgr.25441) 918 : cluster [DBG] pgmap v580: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:46.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.713761+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:46.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: cephadm 2024-03-30T04:43:45.715746+0000 mgr.y (mgr.25441) 919 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:46.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.795536+0000 mon.c (mon.1) 267 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:46.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.798789+0000 mon.c (mon.1) 268 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:46.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.801320+0000 mon.c (mon.1) 269 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.802350+0000 mon.c (mon.1) 270 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:46.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.812246+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:46.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.891049+0000 mon.c (mon.1) 271 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:46.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.893735+0000 mon.c (mon.1) 272 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:46.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.895842+0000 mon.c (mon.1) 273 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.896556+0000 mon.c (mon.1) 274 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:46.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.903397+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:46.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.962746+0000 mon.c (mon.1) 275 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:46.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.964811+0000 mon.c (mon.1) 276 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:46.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.966864+0000 mon.c (mon.1) 277 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.967569+0000 mon.c (mon.1) 278 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:46.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:45.974408+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:46.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:46.054920+0000 mon.c (mon.1) 279 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:46.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:46.058222+0000 mon.c (mon.1) 280 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:46.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:46.060649+0000 mon.c (mon.1) 281 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:46.061587+0000 mon.c (mon.1) 282 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:46.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:46.068547+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:46.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:46.115844+0000 mon.c (mon.1) 283 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:46.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:46.117795+0000 mon.c (mon.1) 284 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:46.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:46.119692+0000 mon.c (mon.1) 285 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:46.120388+0000 mon.c (mon.1) 286 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:46.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:46.126331+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:46.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:46.186607+0000 mon.c (mon.1) 287 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:46.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:46.188574+0000 mon.c (mon.1) 288 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:46.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:46.190257+0000 mon.c (mon.1) 289 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:46.190886+0000 mon.c (mon.1) 290 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:46.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:46.197475+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:46.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:46.286970+0000 mon.c (mon.1) 291 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:46.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:46.289201+0000 mon.c (mon.1) 292 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:46.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:46.291891+0000 mon.c (mon.1) 293 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:46.292702+0000 mon.c (mon.1) 294 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:46.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:46.299756+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:46.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:46.360014+0000 mon.c (mon.1) 295 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:46.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:46.361910+0000 mon.c (mon.1) 296 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:46.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:46.363853+0000 mon.c (mon.1) 297 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:46 smithi111 bash[73591]: audit 2024-03-30T04:43:46.364625+0000 mon.c (mon.1) 298 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:47.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: cluster 2024-03-30T04:43:45.804492+0000 mgr.y (mgr.25441) 920 : cluster [DBG] pgmap v581: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: cluster 2024-03-30T04:43:45.805194+0000 mgr.y (mgr.25441) 921 : cluster [DBG] pgmap v582: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: cephadm 2024-03-30T04:43:45.815680+0000 mgr.y (mgr.25441) 922 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:47.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: cluster 2024-03-30T04:43:45.898055+0000 mgr.y (mgr.25441) 923 : cluster [DBG] pgmap v583: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: cluster 2024-03-30T04:43:45.898482+0000 mgr.y (mgr.25441) 924 : cluster [DBG] pgmap v584: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: cephadm 2024-03-30T04:43:45.904403+0000 mgr.y (mgr.25441) 925 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:47.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: cluster 2024-03-30T04:43:45.969120+0000 mgr.y (mgr.25441) 926 : cluster [DBG] pgmap v585: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: cluster 2024-03-30T04:43:45.969551+0000 mgr.y (mgr.25441) 927 : cluster [DBG] pgmap v586: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: cephadm 2024-03-30T04:43:45.978017+0000 mgr.y (mgr.25441) 928 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:47.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: cluster 2024-03-30T04:43:46.063442+0000 mgr.y (mgr.25441) 929 : cluster [DBG] pgmap v587: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: cluster 2024-03-30T04:43:46.063963+0000 mgr.y (mgr.25441) 930 : cluster [DBG] pgmap v588: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: cephadm 2024-03-30T04:43:46.072591+0000 mgr.y (mgr.25441) 931 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:47.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: cluster 2024-03-30T04:43:46.121695+0000 mgr.y (mgr.25441) 932 : cluster [DBG] pgmap v589: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: cluster 2024-03-30T04:43:46.121995+0000 mgr.y (mgr.25441) 933 : cluster [DBG] pgmap v590: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: cephadm 2024-03-30T04:43:46.129653+0000 mgr.y (mgr.25441) 934 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:47.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: cluster 2024-03-30T04:43:46.192514+0000 mgr.y (mgr.25441) 935 : cluster [DBG] pgmap v591: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 22 op/s; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: cluster 2024-03-30T04:43:46.192826+0000 mgr.y (mgr.25441) 936 : cluster [DBG] pgmap v592: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 22 op/s; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: cephadm 2024-03-30T04:43:46.200355+0000 mgr.y (mgr.25441) 937 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:47.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: cluster 2024-03-30T04:43:46.294122+0000 mgr.y (mgr.25441) 938 : cluster [DBG] pgmap v593: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: cluster 2024-03-30T04:43:46.294517+0000 mgr.y (mgr.25441) 939 : cluster [DBG] pgmap v594: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: cephadm 2024-03-30T04:43:46.303037+0000 mgr.y (mgr.25441) 940 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:47.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: cluster 2024-03-30T04:43:46.367820+0000 mgr.y (mgr.25441) 941 : cluster [DBG] pgmap v595: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 20 op/s; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: cluster 2024-03-30T04:43:46.368189+0000 mgr.y (mgr.25441) 942 : cluster [DBG] pgmap v596: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 20 op/s; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:46.388468+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:47.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: cephadm 2024-03-30T04:43:46.389598+0000 mgr.y (mgr.25441) 943 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:47.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:46.446246+0000 mon.c (mon.1) 299 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:47.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:46.448017+0000 mon.c (mon.1) 300 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:47.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:46.449702+0000 mon.c (mon.1) 301 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:47.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:46.450334+0000 mon.c (mon.1) 302 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:47.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: cluster 2024-03-30T04:43:46.451619+0000 mgr.y (mgr.25441) 944 : cluster [DBG] pgmap v597: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: cluster 2024-03-30T04:43:46.451935+0000 mgr.y (mgr.25441) 945 : cluster [DBG] pgmap v598: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:46.456338+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:47.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: cephadm 2024-03-30T04:43:46.457766+0000 mgr.y (mgr.25441) 946 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:47.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:46.530272+0000 mon.c (mon.1) 303 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:47.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:46.532183+0000 mon.c (mon.1) 304 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:47.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:46.534912+0000 mon.c (mon.1) 305 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:47.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:46.535712+0000 mon.c (mon.1) 306 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:47.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: cluster 2024-03-30T04:43:46.537445+0000 mgr.y (mgr.25441) 947 : cluster [DBG] pgmap v599: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: cluster 2024-03-30T04:43:46.538192+0000 mgr.y (mgr.25441) 948 : cluster [DBG] pgmap v600: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:46.542089+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:47.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: cephadm 2024-03-30T04:43:46.542789+0000 mgr.y (mgr.25441) 949 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:47.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:46.583132+0000 mon.c (mon.1) 307 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:47.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:46.584933+0000 mon.c (mon.1) 308 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:47.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:46.586692+0000 mon.c (mon.1) 309 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:47.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:46.587362+0000 mon.c (mon.1) 310 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:47.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: cluster 2024-03-30T04:43:46.588719+0000 mgr.y (mgr.25441) 950 : cluster [DBG] pgmap v601: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: cluster 2024-03-30T04:43:46.589105+0000 mgr.y (mgr.25441) 951 : cluster [DBG] pgmap v602: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:46.593788+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:47.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: cephadm 2024-03-30T04:43:46.594610+0000 mgr.y (mgr.25441) 952 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:47.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:46.636411+0000 mon.c (mon.1) 311 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:47.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:46.638446+0000 mon.c (mon.1) 312 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:47.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:46.640256+0000 mon.c (mon.1) 313 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:47.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:46.640939+0000 mon.c (mon.1) 314 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:47.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: cluster 2024-03-30T04:43:46.642432+0000 mgr.y (mgr.25441) 953 : cluster [DBG] pgmap v603: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: cluster 2024-03-30T04:43:46.642744+0000 mgr.y (mgr.25441) 954 : cluster [DBG] pgmap v604: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:46.647890+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:47.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: cephadm 2024-03-30T04:43:46.648674+0000 mgr.y (mgr.25441) 955 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:47.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:46.690640+0000 mon.c (mon.1) 315 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:47.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:46.692485+0000 mon.c (mon.1) 316 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:47.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:46.694369+0000 mon.c (mon.1) 317 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:47.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:46.695118+0000 mon.c (mon.1) 318 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:47.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: cluster 2024-03-30T04:43:46.696608+0000 mgr.y (mgr.25441) 956 : cluster [DBG] pgmap v605: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: cluster 2024-03-30T04:43:46.697049+0000 mgr.y (mgr.25441) 957 : cluster [DBG] pgmap v606: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:46.702029+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:47.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: cephadm 2024-03-30T04:43:46.702617+0000 mgr.y (mgr.25441) 958 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:47.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:46.748439+0000 mon.c (mon.1) 319 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:47.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:46.750780+0000 mon.c (mon.1) 320 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:47.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:46.752853+0000 mon.c (mon.1) 321 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:47.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:46.753584+0000 mon.c (mon.1) 322 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:47.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:46.761189+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:47.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:46.860270+0000 mon.c (mon.1) 323 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:47.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:46.864421+0000 mon.c (mon.1) 324 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:47.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:46.869249+0000 mon.c (mon.1) 325 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:47.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:46.870447+0000 mon.c (mon.1) 326 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:47.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:46.884789+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:47.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:46.970027+0000 mon.c (mon.1) 327 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:47.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:46.974520+0000 mon.c (mon.1) 328 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:47.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:46.977876+0000 mon.c (mon.1) 329 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:47.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:46.978919+0000 mon.c (mon.1) 330 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:47.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:46.988995+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:47.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:47.067039+0000 mon.c (mon.1) 331 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:47.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:47.069448+0000 mon.c (mon.1) 332 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:47.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:47.071800+0000 mon.c (mon.1) 333 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:47.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:47.072604+0000 mon.c (mon.1) 334 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:47.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:47.079119+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:47.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:47.170033+0000 mon.c (mon.1) 335 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:47.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:47.173893+0000 mon.c (mon.1) 336 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:47.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:47.176145+0000 mon.c (mon.1) 337 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:47.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:47.176947+0000 mon.c (mon.1) 338 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:47.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:47.183329+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:47.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:47.244688+0000 mon.c (mon.1) 339 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:47.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:47.246632+0000 mon.c (mon.1) 340 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:47.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:47.248684+0000 mon.c (mon.1) 341 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:47.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:47.249406+0000 mon.c (mon.1) 342 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:47.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:47.256013+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:47.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:47.315281+0000 mon.c (mon.1) 343 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:47.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:47.317595+0000 mon.c (mon.1) 344 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:47.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:47.319379+0000 mon.c (mon.1) 345 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:47.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:47.320039+0000 mon.c (mon.1) 346 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:47.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:47.326295+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:47.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:47.384001+0000 mon.c (mon.1) 347 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:47.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:47 smithi117 bash[62284]: audit 2024-03-30T04:43:47.385881+0000 mon.c (mon.1) 348 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:47.700 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[78100]: debug 2024-03-30T04:43:47.617+0000 7f0218660700 1 -- 172.21.15.111:0/2226371011 <== mon.0 v2:172.21.15.111:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55d53890f680 con 0x55d53894d000 2024-03-30T04:43:47.700 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: cluster 2024-03-30T04:43:45.804492+0000 mgr.y (mgr.25441) 920 : cluster [DBG] pgmap v581: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.700 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: cluster 2024-03-30T04:43:45.805194+0000 mgr.y (mgr.25441) 921 : cluster [DBG] pgmap v582: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.701 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: cephadm 2024-03-30T04:43:45.815680+0000 mgr.y (mgr.25441) 922 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:47.701 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: cluster 2024-03-30T04:43:45.898055+0000 mgr.y (mgr.25441) 923 : cluster [DBG] pgmap v583: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.701 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: cluster 2024-03-30T04:43:45.898482+0000 mgr.y (mgr.25441) 924 : cluster [DBG] pgmap v584: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.701 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: cephadm 2024-03-30T04:43:45.904403+0000 mgr.y (mgr.25441) 925 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:47.701 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: cluster 2024-03-30T04:43:45.969120+0000 mgr.y (mgr.25441) 926 : cluster [DBG] pgmap v585: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.701 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: cluster 2024-03-30T04:43:45.969551+0000 mgr.y (mgr.25441) 927 : cluster [DBG] pgmap v586: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.701 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: cephadm 2024-03-30T04:43:45.978017+0000 mgr.y (mgr.25441) 928 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:47.701 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: cluster 2024-03-30T04:43:46.063442+0000 mgr.y (mgr.25441) 929 : cluster [DBG] pgmap v587: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.701 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: cluster 2024-03-30T04:43:46.063963+0000 mgr.y (mgr.25441) 930 : cluster [DBG] pgmap v588: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.701 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: cephadm 2024-03-30T04:43:46.072591+0000 mgr.y (mgr.25441) 931 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:47.701 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: cluster 2024-03-30T04:43:46.121695+0000 mgr.y (mgr.25441) 932 : cluster [DBG] pgmap v589: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.701 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: cluster 2024-03-30T04:43:46.121995+0000 mgr.y (mgr.25441) 933 : cluster [DBG] pgmap v590: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.701 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: cephadm 2024-03-30T04:43:46.129653+0000 mgr.y (mgr.25441) 934 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:47.702 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: cluster 2024-03-30T04:43:45.804492+0000 mgr.y (mgr.25441) 920 : cluster [DBG] pgmap v581: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.702 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: cluster 2024-03-30T04:43:45.805194+0000 mgr.y (mgr.25441) 921 : cluster [DBG] pgmap v582: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.702 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: cephadm 2024-03-30T04:43:45.815680+0000 mgr.y (mgr.25441) 922 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:47.702 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: cluster 2024-03-30T04:43:45.898055+0000 mgr.y (mgr.25441) 923 : cluster [DBG] pgmap v583: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.702 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: cluster 2024-03-30T04:43:45.898482+0000 mgr.y (mgr.25441) 924 : cluster [DBG] pgmap v584: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.702 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: cephadm 2024-03-30T04:43:45.904403+0000 mgr.y (mgr.25441) 925 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:47.702 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: cluster 2024-03-30T04:43:45.969120+0000 mgr.y (mgr.25441) 926 : cluster [DBG] pgmap v585: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.703 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: cluster 2024-03-30T04:43:45.969551+0000 mgr.y (mgr.25441) 927 : cluster [DBG] pgmap v586: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.703 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: cephadm 2024-03-30T04:43:45.978017+0000 mgr.y (mgr.25441) 928 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:47.703 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: cluster 2024-03-30T04:43:46.063442+0000 mgr.y (mgr.25441) 929 : cluster [DBG] pgmap v587: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.703 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: cluster 2024-03-30T04:43:46.063963+0000 mgr.y (mgr.25441) 930 : cluster [DBG] pgmap v588: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.703 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: cephadm 2024-03-30T04:43:46.072591+0000 mgr.y (mgr.25441) 931 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:47.703 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: cluster 2024-03-30T04:43:46.121695+0000 mgr.y (mgr.25441) 932 : cluster [DBG] pgmap v589: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.703 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: cluster 2024-03-30T04:43:46.121995+0000 mgr.y (mgr.25441) 933 : cluster [DBG] pgmap v590: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.703 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: cephadm 2024-03-30T04:43:46.129653+0000 mgr.y (mgr.25441) 934 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:47.703 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: cluster 2024-03-30T04:43:46.192514+0000 mgr.y (mgr.25441) 935 : cluster [DBG] pgmap v591: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 22 op/s; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.703 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: cluster 2024-03-30T04:43:46.192826+0000 mgr.y (mgr.25441) 936 : cluster [DBG] pgmap v592: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 22 op/s; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.703 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: cephadm 2024-03-30T04:43:46.200355+0000 mgr.y (mgr.25441) 937 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:47.703 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: cluster 2024-03-30T04:43:46.294122+0000 mgr.y (mgr.25441) 938 : cluster [DBG] pgmap v593: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.703 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: cluster 2024-03-30T04:43:46.294517+0000 mgr.y (mgr.25441) 939 : cluster [DBG] pgmap v594: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.703 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: cephadm 2024-03-30T04:43:46.303037+0000 mgr.y (mgr.25441) 940 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:47.704 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: cluster 2024-03-30T04:43:46.367820+0000 mgr.y (mgr.25441) 941 : cluster [DBG] pgmap v595: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 20 op/s; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.704 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: cluster 2024-03-30T04:43:46.368189+0000 mgr.y (mgr.25441) 942 : cluster [DBG] pgmap v596: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 20 op/s; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.704 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:46.388468+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:47.704 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: cephadm 2024-03-30T04:43:46.389598+0000 mgr.y (mgr.25441) 943 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:47.704 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:46.446246+0000 mon.c (mon.1) 299 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:47.704 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:46.448017+0000 mon.c (mon.1) 300 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:47.704 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:46.449702+0000 mon.c (mon.1) 301 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:47.704 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:46.450334+0000 mon.c (mon.1) 302 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:47.704 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: cluster 2024-03-30T04:43:46.451619+0000 mgr.y (mgr.25441) 944 : cluster [DBG] pgmap v597: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.704 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: cluster 2024-03-30T04:43:46.451935+0000 mgr.y (mgr.25441) 945 : cluster [DBG] pgmap v598: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.704 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:46.456338+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:47.705 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: cluster 2024-03-30T04:43:46.192514+0000 mgr.y (mgr.25441) 935 : cluster [DBG] pgmap v591: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 22 op/s; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.705 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: cluster 2024-03-30T04:43:46.192826+0000 mgr.y (mgr.25441) 936 : cluster [DBG] pgmap v592: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 22 op/s; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.705 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: cephadm 2024-03-30T04:43:46.200355+0000 mgr.y (mgr.25441) 937 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:47.705 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: cluster 2024-03-30T04:43:46.294122+0000 mgr.y (mgr.25441) 938 : cluster [DBG] pgmap v593: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.705 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: cluster 2024-03-30T04:43:46.294517+0000 mgr.y (mgr.25441) 939 : cluster [DBG] pgmap v594: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.705 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: cephadm 2024-03-30T04:43:46.303037+0000 mgr.y (mgr.25441) 940 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:47.705 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: cluster 2024-03-30T04:43:46.367820+0000 mgr.y (mgr.25441) 941 : cluster [DBG] pgmap v595: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 20 op/s; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.705 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: cluster 2024-03-30T04:43:46.368189+0000 mgr.y (mgr.25441) 942 : cluster [DBG] pgmap v596: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 20 op/s; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.705 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:46.388468+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:47.705 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: cephadm 2024-03-30T04:43:46.389598+0000 mgr.y (mgr.25441) 943 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:47.705 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:46.446246+0000 mon.c (mon.1) 299 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:47.705 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:46.448017+0000 mon.c (mon.1) 300 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:47.706 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:46.449702+0000 mon.c (mon.1) 301 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:47.706 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:46.450334+0000 mon.c (mon.1) 302 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:47.706 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: cluster 2024-03-30T04:43:46.451619+0000 mgr.y (mgr.25441) 944 : cluster [DBG] pgmap v597: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.706 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: cluster 2024-03-30T04:43:46.451935+0000 mgr.y (mgr.25441) 945 : cluster [DBG] pgmap v598: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.706 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:46.456338+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:47.706 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: cephadm 2024-03-30T04:43:46.457766+0000 mgr.y (mgr.25441) 946 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:47.706 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:46.530272+0000 mon.c (mon.1) 303 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:47.706 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:46.532183+0000 mon.c (mon.1) 304 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:47.706 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:46.534912+0000 mon.c (mon.1) 305 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:47.707 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:46.535712+0000 mon.c (mon.1) 306 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:47.707 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: cluster 2024-03-30T04:43:46.537445+0000 mgr.y (mgr.25441) 947 : cluster [DBG] pgmap v599: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.707 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: cluster 2024-03-30T04:43:46.538192+0000 mgr.y (mgr.25441) 948 : cluster [DBG] pgmap v600: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.707 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:46.542089+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:47.707 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: cephadm 2024-03-30T04:43:46.542789+0000 mgr.y (mgr.25441) 949 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:47.707 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:46.583132+0000 mon.c (mon.1) 307 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:47.707 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:46.584933+0000 mon.c (mon.1) 308 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:47.707 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:46.586692+0000 mon.c (mon.1) 309 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:47.707 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:46.587362+0000 mon.c (mon.1) 310 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:47.707 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: cluster 2024-03-30T04:43:46.588719+0000 mgr.y (mgr.25441) 950 : cluster [DBG] pgmap v601: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.707 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: cluster 2024-03-30T04:43:46.589105+0000 mgr.y (mgr.25441) 951 : cluster [DBG] pgmap v602: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.707 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:46.593788+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:47.707 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: cephadm 2024-03-30T04:43:46.594610+0000 mgr.y (mgr.25441) 952 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:47.707 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:46.636411+0000 mon.c (mon.1) 311 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:47.708 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:46.638446+0000 mon.c (mon.1) 312 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:47.708 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: cephadm 2024-03-30T04:43:46.457766+0000 mgr.y (mgr.25441) 946 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:47.708 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:46.530272+0000 mon.c (mon.1) 303 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:47.708 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:46.532183+0000 mon.c (mon.1) 304 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:47.708 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:46.534912+0000 mon.c (mon.1) 305 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:47.708 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:46.535712+0000 mon.c (mon.1) 306 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:47.708 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: cluster 2024-03-30T04:43:46.537445+0000 mgr.y (mgr.25441) 947 : cluster [DBG] pgmap v599: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.708 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: cluster 2024-03-30T04:43:46.538192+0000 mgr.y (mgr.25441) 948 : cluster [DBG] pgmap v600: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.708 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:46.542089+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:47.708 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: cephadm 2024-03-30T04:43:46.542789+0000 mgr.y (mgr.25441) 949 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:47.708 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:46.583132+0000 mon.c (mon.1) 307 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:47.708 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:46.584933+0000 mon.c (mon.1) 308 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:47.709 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:46.586692+0000 mon.c (mon.1) 309 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:47.709 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:46.587362+0000 mon.c (mon.1) 310 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:47.709 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: cluster 2024-03-30T04:43:46.588719+0000 mgr.y (mgr.25441) 950 : cluster [DBG] pgmap v601: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.709 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: cluster 2024-03-30T04:43:46.589105+0000 mgr.y (mgr.25441) 951 : cluster [DBG] pgmap v602: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.709 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:46.593788+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:47.709 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: cephadm 2024-03-30T04:43:46.594610+0000 mgr.y (mgr.25441) 952 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:47.709 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:46.636411+0000 mon.c (mon.1) 311 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:47.709 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:46.638446+0000 mon.c (mon.1) 312 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:47.709 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:46.640256+0000 mon.c (mon.1) 313 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:47.709 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:46.640939+0000 mon.c (mon.1) 314 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:47.709 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: cluster 2024-03-30T04:43:46.642432+0000 mgr.y (mgr.25441) 953 : cluster [DBG] pgmap v603: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.709 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: cluster 2024-03-30T04:43:46.642744+0000 mgr.y (mgr.25441) 954 : cluster [DBG] pgmap v604: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.710 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:46.647890+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:47.710 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: cephadm 2024-03-30T04:43:46.648674+0000 mgr.y (mgr.25441) 955 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:47.710 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:46.690640+0000 mon.c (mon.1) 315 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:47.710 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:46.692485+0000 mon.c (mon.1) 316 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:47.710 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:46.694369+0000 mon.c (mon.1) 317 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:47.710 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:46.695118+0000 mon.c (mon.1) 318 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:47.710 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: cluster 2024-03-30T04:43:46.696608+0000 mgr.y (mgr.25441) 956 : cluster [DBG] pgmap v605: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.710 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: cluster 2024-03-30T04:43:46.697049+0000 mgr.y (mgr.25441) 957 : cluster [DBG] pgmap v606: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.710 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:46.702029+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:47.710 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: cephadm 2024-03-30T04:43:46.702617+0000 mgr.y (mgr.25441) 958 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:47.710 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:46.748439+0000 mon.c (mon.1) 319 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:47.710 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:46.750780+0000 mon.c (mon.1) 320 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:47.710 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:46.752853+0000 mon.c (mon.1) 321 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:47.710 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:46.753584+0000 mon.c (mon.1) 322 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:47.711 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:46.640256+0000 mon.c (mon.1) 313 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:47.711 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:46.640939+0000 mon.c (mon.1) 314 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:47.711 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: cluster 2024-03-30T04:43:46.642432+0000 mgr.y (mgr.25441) 953 : cluster [DBG] pgmap v603: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.711 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: cluster 2024-03-30T04:43:46.642744+0000 mgr.y (mgr.25441) 954 : cluster [DBG] pgmap v604: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.711 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:46.647890+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:47.711 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: cephadm 2024-03-30T04:43:46.648674+0000 mgr.y (mgr.25441) 955 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:47.711 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:46.690640+0000 mon.c (mon.1) 315 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:47.711 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:46.692485+0000 mon.c (mon.1) 316 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:47.711 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:46.694369+0000 mon.c (mon.1) 317 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:47.711 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:46.695118+0000 mon.c (mon.1) 318 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:47.711 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: cluster 2024-03-30T04:43:46.696608+0000 mgr.y (mgr.25441) 956 : cluster [DBG] pgmap v605: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.711 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: cluster 2024-03-30T04:43:46.697049+0000 mgr.y (mgr.25441) 957 : cluster [DBG] pgmap v606: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:47.712 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:46.702029+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:47.712 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: cephadm 2024-03-30T04:43:46.702617+0000 mgr.y (mgr.25441) 958 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:47.712 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:46.748439+0000 mon.c (mon.1) 319 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:47.712 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:46.750780+0000 mon.c (mon.1) 320 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:47.712 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:46.752853+0000 mon.c (mon.1) 321 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:47.712 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:46.753584+0000 mon.c (mon.1) 322 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:47.712 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:46.761189+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:47.712 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:46.860270+0000 mon.c (mon.1) 323 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:47.712 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:46.864421+0000 mon.c (mon.1) 324 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:47.712 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:46.869249+0000 mon.c (mon.1) 325 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:47.713 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:46.870447+0000 mon.c (mon.1) 326 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:47.713 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:46.884789+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:47.713 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:46.970027+0000 mon.c (mon.1) 327 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:47.713 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:46.974520+0000 mon.c (mon.1) 328 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:47.713 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:46.977876+0000 mon.c (mon.1) 329 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:47.713 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:46.978919+0000 mon.c (mon.1) 330 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:47.713 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:46.988995+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:47.713 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:47.067039+0000 mon.c (mon.1) 331 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:47.713 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:47.069448+0000 mon.c (mon.1) 332 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:47.713 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:47.071800+0000 mon.c (mon.1) 333 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:47.713 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:47.072604+0000 mon.c (mon.1) 334 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:47.713 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:47.079119+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:47.713 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:47.170033+0000 mon.c (mon.1) 335 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:47.713 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:47.173893+0000 mon.c (mon.1) 336 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:47.713 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:47.176145+0000 mon.c (mon.1) 337 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:47.714 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:47.176947+0000 mon.c (mon.1) 338 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:47.714 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:47.183329+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:47.714 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:47.244688+0000 mon.c (mon.1) 339 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:47.714 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:47.246632+0000 mon.c (mon.1) 340 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:47.714 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:47.248684+0000 mon.c (mon.1) 341 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:47.714 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:47.249406+0000 mon.c (mon.1) 342 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:47.714 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:47.256013+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:47.714 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:47.315281+0000 mon.c (mon.1) 343 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:47.714 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:47.317595+0000 mon.c (mon.1) 344 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:47.714 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:47.319379+0000 mon.c (mon.1) 345 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:47.714 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:47.320039+0000 mon.c (mon.1) 346 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:47.714 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:47.326295+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:47.714 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:47.384001+0000 mon.c (mon.1) 347 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:47.714 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[73591]: audit 2024-03-30T04:43:47.385881+0000 mon.c (mon.1) 348 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:47.715 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:46.761189+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:47.715 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:46.860270+0000 mon.c (mon.1) 323 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:47.715 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:46.864421+0000 mon.c (mon.1) 324 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:47.715 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:46.869249+0000 mon.c (mon.1) 325 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:47.715 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:46.870447+0000 mon.c (mon.1) 326 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:47.715 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:46.884789+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:47.715 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:46.970027+0000 mon.c (mon.1) 327 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:47.715 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:46.974520+0000 mon.c (mon.1) 328 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:47.715 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:46.977876+0000 mon.c (mon.1) 329 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:47.715 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:46.978919+0000 mon.c (mon.1) 330 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:47.715 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:46.988995+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:47.715 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:47.067039+0000 mon.c (mon.1) 331 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:47.715 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:47.069448+0000 mon.c (mon.1) 332 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:47.716 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:47.071800+0000 mon.c (mon.1) 333 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:47.716 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:47.072604+0000 mon.c (mon.1) 334 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:47.716 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:47.079119+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:47.716 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:47.170033+0000 mon.c (mon.1) 335 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:47.716 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:47.173893+0000 mon.c (mon.1) 336 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:47.716 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:47.176145+0000 mon.c (mon.1) 337 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:47.716 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:47.176947+0000 mon.c (mon.1) 338 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:47.716 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:47.183329+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:47.716 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:47.244688+0000 mon.c (mon.1) 339 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:47.716 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:47.246632+0000 mon.c (mon.1) 340 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:47.716 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:47.248684+0000 mon.c (mon.1) 341 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:47.716 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:47.249406+0000 mon.c (mon.1) 342 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:47.716 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:47.256013+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:47.716 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:47.315281+0000 mon.c (mon.1) 343 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:47.716 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:47.317595+0000 mon.c (mon.1) 344 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:47.717 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:47.319379+0000 mon.c (mon.1) 345 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:47.717 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:47.320039+0000 mon.c (mon.1) 346 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:47.717 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:47.326295+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:47.717 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:47.384001+0000 mon.c (mon.1) 347 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:47.717 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:47 smithi111 bash[70954]: audit 2024-03-30T04:43:47.385881+0000 mon.c (mon.1) 348 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.614 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[78100]: debug 2024-03-30T04:43:48.181+0000 7f02217f87c0 -1 Falling back to public interface 2024-03-30T04:43:48.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: cluster 2024-03-30T04:43:46.755166+0000 mgr.y (mgr.25441) 959 : cluster [DBG] pgmap v607: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: cluster 2024-03-30T04:43:46.755492+0000 mgr.y (mgr.25441) 960 : cluster [DBG] pgmap v608: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: cephadm 2024-03-30T04:43:46.779031+0000 mgr.y (mgr.25441) 961 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:48.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: cluster 2024-03-30T04:43:46.873625+0000 mgr.y (mgr.25441) 962 : cluster [DBG] pgmap v609: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: cluster 2024-03-30T04:43:46.874758+0000 mgr.y (mgr.25441) 963 : cluster [DBG] pgmap v610: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: cephadm 2024-03-30T04:43:46.885819+0000 mgr.y (mgr.25441) 964 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:48.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: cluster 2024-03-30T04:43:46.981743+0000 mgr.y (mgr.25441) 965 : cluster [DBG] pgmap v611: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: cluster 2024-03-30T04:43:46.982928+0000 mgr.y (mgr.25441) 966 : cluster [DBG] pgmap v612: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: cephadm 2024-03-30T04:43:46.991952+0000 mgr.y (mgr.25441) 967 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:48.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: cluster 2024-03-30T04:43:47.074089+0000 mgr.y (mgr.25441) 968 : cluster [DBG] pgmap v613: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: cluster 2024-03-30T04:43:47.074538+0000 mgr.y (mgr.25441) 969 : cluster [DBG] pgmap v614: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: cephadm 2024-03-30T04:43:47.081761+0000 mgr.y (mgr.25441) 970 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:48.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: cluster 2024-03-30T04:43:47.178848+0000 mgr.y (mgr.25441) 971 : cluster [DBG] pgmap v615: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: cephadm 2024-03-30T04:43:47.186603+0000 mgr.y (mgr.25441) 972 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:48.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: cluster 2024-03-30T04:43:47.250894+0000 mgr.y (mgr.25441) 973 : cluster [DBG] pgmap v616: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: cluster 2024-03-30T04:43:46.755166+0000 mgr.y (mgr.25441) 959 : cluster [DBG] pgmap v607: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: cluster 2024-03-30T04:43:46.755492+0000 mgr.y (mgr.25441) 960 : cluster [DBG] pgmap v608: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: cephadm 2024-03-30T04:43:46.779031+0000 mgr.y (mgr.25441) 961 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:48.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: cluster 2024-03-30T04:43:46.873625+0000 mgr.y (mgr.25441) 962 : cluster [DBG] pgmap v609: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: cluster 2024-03-30T04:43:46.874758+0000 mgr.y (mgr.25441) 963 : cluster [DBG] pgmap v610: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: cephadm 2024-03-30T04:43:46.885819+0000 mgr.y (mgr.25441) 964 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:48.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: cluster 2024-03-30T04:43:46.981743+0000 mgr.y (mgr.25441) 965 : cluster [DBG] pgmap v611: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: cluster 2024-03-30T04:43:46.982928+0000 mgr.y (mgr.25441) 966 : cluster [DBG] pgmap v612: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: cephadm 2024-03-30T04:43:46.991952+0000 mgr.y (mgr.25441) 967 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:48.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: cluster 2024-03-30T04:43:47.074089+0000 mgr.y (mgr.25441) 968 : cluster [DBG] pgmap v613: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: cluster 2024-03-30T04:43:47.074538+0000 mgr.y (mgr.25441) 969 : cluster [DBG] pgmap v614: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: cephadm 2024-03-30T04:43:47.081761+0000 mgr.y (mgr.25441) 970 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:48.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: cluster 2024-03-30T04:43:47.178848+0000 mgr.y (mgr.25441) 971 : cluster [DBG] pgmap v615: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: cephadm 2024-03-30T04:43:47.186603+0000 mgr.y (mgr.25441) 972 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:48.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: cluster 2024-03-30T04:43:47.250894+0000 mgr.y (mgr.25441) 973 : cluster [DBG] pgmap v616: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: cluster 2024-03-30T04:43:47.251319+0000 mgr.y (mgr.25441) 974 : cluster [DBG] pgmap v617: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: cephadm 2024-03-30T04:43:47.257395+0000 mgr.y (mgr.25441) 975 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:48.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: cluster 2024-03-30T04:43:47.321416+0000 mgr.y (mgr.25441) 976 : cluster [DBG] pgmap v618: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: cluster 2024-03-30T04:43:47.321840+0000 mgr.y (mgr.25441) 977 : cluster [DBG] pgmap v619: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: cephadm 2024-03-30T04:43:47.326997+0000 mgr.y (mgr.25441) 978 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:48.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.388667+0000 mon.c (mon.1) 349 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.398161+0000 mon.c (mon.1) 350 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: cluster 2024-03-30T04:43:47.400364+0000 mgr.y (mgr.25441) 979 : cluster [DBG] pgmap v620: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: cluster 2024-03-30T04:43:47.400954+0000 mgr.y (mgr.25441) 980 : cluster [DBG] pgmap v621: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.406114+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: cephadm 2024-03-30T04:43:47.406817+0000 mgr.y (mgr.25441) 981 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:48.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.479723+0000 mon.c (mon.1) 351 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.481675+0000 mon.c (mon.1) 352 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.483541+0000 mon.c (mon.1) 353 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.484228+0000 mon.c (mon.1) 354 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: cluster 2024-03-30T04:43:47.485578+0000 mgr.y (mgr.25441) 982 : cluster [DBG] pgmap v622: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: cluster 2024-03-30T04:43:47.485907+0000 mgr.y (mgr.25441) 983 : cluster [DBG] pgmap v623: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.491074+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: cluster 2024-03-30T04:43:47.251319+0000 mgr.y (mgr.25441) 974 : cluster [DBG] pgmap v617: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: cephadm 2024-03-30T04:43:47.257395+0000 mgr.y (mgr.25441) 975 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:48.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: cluster 2024-03-30T04:43:47.321416+0000 mgr.y (mgr.25441) 976 : cluster [DBG] pgmap v618: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: cluster 2024-03-30T04:43:47.321840+0000 mgr.y (mgr.25441) 977 : cluster [DBG] pgmap v619: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: cephadm 2024-03-30T04:43:47.326997+0000 mgr.y (mgr.25441) 978 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:48.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.388667+0000 mon.c (mon.1) 349 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.398161+0000 mon.c (mon.1) 350 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: cluster 2024-03-30T04:43:47.400364+0000 mgr.y (mgr.25441) 979 : cluster [DBG] pgmap v620: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: cluster 2024-03-30T04:43:47.400954+0000 mgr.y (mgr.25441) 980 : cluster [DBG] pgmap v621: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.406114+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: cephadm 2024-03-30T04:43:47.406817+0000 mgr.y (mgr.25441) 981 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:48.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.479723+0000 mon.c (mon.1) 351 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.481675+0000 mon.c (mon.1) 352 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.483541+0000 mon.c (mon.1) 353 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.484228+0000 mon.c (mon.1) 354 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: cluster 2024-03-30T04:43:47.485578+0000 mgr.y (mgr.25441) 982 : cluster [DBG] pgmap v622: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: cluster 2024-03-30T04:43:47.485907+0000 mgr.y (mgr.25441) 983 : cluster [DBG] pgmap v623: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.491074+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: cephadm 2024-03-30T04:43:47.491741+0000 mgr.y (mgr.25441) 984 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:48.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.548796+0000 mon.c (mon.1) 355 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.550596+0000 mon.c (mon.1) 356 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.552498+0000 mon.c (mon.1) 357 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.553130+0000 mon.c (mon.1) 358 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: cluster 2024-03-30T04:43:47.554577+0000 mgr.y (mgr.25441) 985 : cluster [DBG] pgmap v624: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: cluster 2024-03-30T04:43:47.554922+0000 mgr.y (mgr.25441) 986 : cluster [DBG] pgmap v625: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.560131+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: cephadm 2024-03-30T04:43:47.560985+0000 mgr.y (mgr.25441) 987 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:48.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.606126+0000 mon.c (mon.1) 359 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.608357+0000 mon.c (mon.1) 360 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.610350+0000 mon.c (mon.1) 361 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.611085+0000 mon.c (mon.1) 362 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: cluster 2024-03-30T04:43:47.612598+0000 mgr.y (mgr.25441) 988 : cluster [DBG] pgmap v626: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: cluster 2024-03-30T04:43:47.612969+0000 mgr.y (mgr.25441) 989 : cluster [DBG] pgmap v627: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.617427+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: cephadm 2024-03-30T04:43:47.618931+0000 mgr.y (mgr.25441) 990 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:48.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.659760+0000 mon.c (mon.1) 363 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.661506+0000 mon.c (mon.1) 364 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.663180+0000 mon.c (mon.1) 365 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.663796+0000 mon.c (mon.1) 366 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: cluster 2024-03-30T04:43:47.665034+0000 mgr.y (mgr.25441) 991 : cluster [DBG] pgmap v628: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: cluster 2024-03-30T04:43:47.665331+0000 mgr.y (mgr.25441) 992 : cluster [DBG] pgmap v629: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.669861+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: cephadm 2024-03-30T04:43:47.670425+0000 mgr.y (mgr.25441) 993 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:48.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.728056+0000 mon.c (mon.1) 367 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.729885+0000 mon.c (mon.1) 368 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.732426+0000 mon.c (mon.1) 369 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.733190+0000 mon.c (mon.1) 370 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: cluster 2024-03-30T04:43:47.734596+0000 mgr.y (mgr.25441) 994 : cluster [DBG] pgmap v630: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: cluster 2024-03-30T04:43:47.734902+0000 mgr.y (mgr.25441) 995 : cluster [DBG] pgmap v631: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.739251+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: cephadm 2024-03-30T04:43:47.740036+0000 mgr.y (mgr.25441) 996 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:48.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.780665+0000 mon.c (mon.1) 371 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.782827+0000 mon.c (mon.1) 372 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.784816+0000 mon.c (mon.1) 373 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.785505+0000 mon.c (mon.1) 374 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.791606+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.833799+0000 mon.c (mon.1) 375 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.835783+0000 mon.c (mon.1) 376 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.837674+0000 mon.c (mon.1) 377 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.838358+0000 mon.c (mon.1) 378 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.844694+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.886047+0000 mon.c (mon.1) 379 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.888112+0000 mon.c (mon.1) 380 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.890074+0000 mon.c (mon.1) 381 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.890788+0000 mon.c (mon.1) 382 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.898025+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.954909+0000 mon.c (mon.1) 383 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.956765+0000 mon.c (mon.1) 384 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.958519+0000 mon.c (mon.1) 385 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.959166+0000 mon.c (mon.1) 386 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:47.965150+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:48.006096+0000 mon.c (mon.1) 387 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:48.008018+0000 mon.c (mon.1) 388 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:48.009728+0000 mon.c (mon.1) 389 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: cephadm 2024-03-30T04:43:47.491741+0000 mgr.y (mgr.25441) 984 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:48.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.548796+0000 mon.c (mon.1) 355 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.550596+0000 mon.c (mon.1) 356 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.552498+0000 mon.c (mon.1) 357 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.553130+0000 mon.c (mon.1) 358 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: cluster 2024-03-30T04:43:47.554577+0000 mgr.y (mgr.25441) 985 : cluster [DBG] pgmap v624: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: cluster 2024-03-30T04:43:47.554922+0000 mgr.y (mgr.25441) 986 : cluster [DBG] pgmap v625: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.560131+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: cephadm 2024-03-30T04:43:47.560985+0000 mgr.y (mgr.25441) 987 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:48.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.606126+0000 mon.c (mon.1) 359 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.608357+0000 mon.c (mon.1) 360 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.610350+0000 mon.c (mon.1) 361 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.611085+0000 mon.c (mon.1) 362 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: cluster 2024-03-30T04:43:47.612598+0000 mgr.y (mgr.25441) 988 : cluster [DBG] pgmap v626: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: cluster 2024-03-30T04:43:47.612969+0000 mgr.y (mgr.25441) 989 : cluster [DBG] pgmap v627: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.617427+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: cephadm 2024-03-30T04:43:47.618931+0000 mgr.y (mgr.25441) 990 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:48.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.659760+0000 mon.c (mon.1) 363 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.661506+0000 mon.c (mon.1) 364 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.663180+0000 mon.c (mon.1) 365 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.663796+0000 mon.c (mon.1) 366 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: cluster 2024-03-30T04:43:47.665034+0000 mgr.y (mgr.25441) 991 : cluster [DBG] pgmap v628: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: cluster 2024-03-30T04:43:47.665331+0000 mgr.y (mgr.25441) 992 : cluster [DBG] pgmap v629: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.669861+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: cephadm 2024-03-30T04:43:47.670425+0000 mgr.y (mgr.25441) 993 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:48.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.728056+0000 mon.c (mon.1) 367 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.729885+0000 mon.c (mon.1) 368 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.732426+0000 mon.c (mon.1) 369 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.733190+0000 mon.c (mon.1) 370 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: cluster 2024-03-30T04:43:47.734596+0000 mgr.y (mgr.25441) 994 : cluster [DBG] pgmap v630: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: cluster 2024-03-30T04:43:47.734902+0000 mgr.y (mgr.25441) 995 : cluster [DBG] pgmap v631: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.739251+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: cephadm 2024-03-30T04:43:47.740036+0000 mgr.y (mgr.25441) 996 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:48.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.780665+0000 mon.c (mon.1) 371 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.782827+0000 mon.c (mon.1) 372 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.784816+0000 mon.c (mon.1) 373 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.785505+0000 mon.c (mon.1) 374 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.791606+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.833799+0000 mon.c (mon.1) 375 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.835783+0000 mon.c (mon.1) 376 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.837674+0000 mon.c (mon.1) 377 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.838358+0000 mon.c (mon.1) 378 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.844694+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.886047+0000 mon.c (mon.1) 379 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.888112+0000 mon.c (mon.1) 380 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.890074+0000 mon.c (mon.1) 381 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.890788+0000 mon.c (mon.1) 382 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.898025+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.954909+0000 mon.c (mon.1) 383 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.956765+0000 mon.c (mon.1) 384 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.958519+0000 mon.c (mon.1) 385 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.959166+0000 mon.c (mon.1) 386 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:47.965150+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:48.006096+0000 mon.c (mon.1) 387 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:48.008018+0000 mon.c (mon.1) 388 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:48.009728+0000 mon.c (mon.1) 389 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:48.010377+0000 mon.c (mon.1) 390 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:48.016513+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:48.074274+0000 mon.c (mon.1) 391 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:48.076090+0000 mon.c (mon.1) 392 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:48.078746+0000 mon.c (mon.1) 393 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:48.079555+0000 mon.c (mon.1) 394 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:48.087038+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:48.132485+0000 mon.c (mon.1) 395 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:48.138096+0000 mon.c (mon.1) 396 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:48.139849+0000 mon.c (mon.1) 397 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:48.140499+0000 mon.c (mon.1) 398 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:48.147245+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:48.189202+0000 mon.c (mon.1) 399 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:48.191685+0000 mon.c (mon.1) 400 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:48.194035+0000 mon.c (mon.1) 401 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:48.194880+0000 mon.c (mon.1) 402 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:48.201621+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:48.242675+0000 mon.c (mon.1) 403 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:48.244402+0000 mon.c (mon.1) 404 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:48.246507+0000 mon.c (mon.1) 405 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:48.247213+0000 mon.c (mon.1) 406 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:48.253473+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:48.311828+0000 mon.c (mon.1) 407 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:48.313882+0000 mon.c (mon.1) 408 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:48.315746+0000 mon.c (mon.1) 409 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:48.316666+0000 mon.c (mon.1) 410 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[73591]: audit 2024-03-30T04:43:48.326286+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:48.010377+0000 mon.c (mon.1) 390 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:48.016513+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:48.074274+0000 mon.c (mon.1) 391 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:48.076090+0000 mon.c (mon.1) 392 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:48.078746+0000 mon.c (mon.1) 393 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:48.079555+0000 mon.c (mon.1) 394 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:48.087038+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:48.132485+0000 mon.c (mon.1) 395 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:48.138096+0000 mon.c (mon.1) 396 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:48.139849+0000 mon.c (mon.1) 397 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:48.140499+0000 mon.c (mon.1) 398 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:48.147245+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:48.189202+0000 mon.c (mon.1) 399 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:48.191685+0000 mon.c (mon.1) 400 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:48.194035+0000 mon.c (mon.1) 401 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:48.194880+0000 mon.c (mon.1) 402 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:48.201621+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:48.242675+0000 mon.c (mon.1) 403 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:48.244402+0000 mon.c (mon.1) 404 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:48.246507+0000 mon.c (mon.1) 405 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:48.247213+0000 mon.c (mon.1) 406 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:48.253473+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:48.311828+0000 mon.c (mon.1) 407 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:48.313882+0000 mon.c (mon.1) 408 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:48.315746+0000 mon.c (mon.1) 409 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:48.316666+0000 mon.c (mon.1) 410 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:48 smithi111 bash[70954]: audit 2024-03-30T04:43:48.326286+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.658 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: cluster 2024-03-30T04:43:46.755166+0000 mgr.y (mgr.25441) 959 : cluster [DBG] pgmap v607: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.658 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: cluster 2024-03-30T04:43:46.755492+0000 mgr.y (mgr.25441) 960 : cluster [DBG] pgmap v608: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.658 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: cephadm 2024-03-30T04:43:46.779031+0000 mgr.y (mgr.25441) 961 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:48.658 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: cluster 2024-03-30T04:43:46.873625+0000 mgr.y (mgr.25441) 962 : cluster [DBG] pgmap v609: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.658 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: cluster 2024-03-30T04:43:46.874758+0000 mgr.y (mgr.25441) 963 : cluster [DBG] pgmap v610: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.658 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: cephadm 2024-03-30T04:43:46.885819+0000 mgr.y (mgr.25441) 964 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:48.658 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: cluster 2024-03-30T04:43:46.981743+0000 mgr.y (mgr.25441) 965 : cluster [DBG] pgmap v611: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.658 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: cluster 2024-03-30T04:43:46.982928+0000 mgr.y (mgr.25441) 966 : cluster [DBG] pgmap v612: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.658 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: cephadm 2024-03-30T04:43:46.991952+0000 mgr.y (mgr.25441) 967 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:48.658 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: cluster 2024-03-30T04:43:47.074089+0000 mgr.y (mgr.25441) 968 : cluster [DBG] pgmap v613: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.659 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: cluster 2024-03-30T04:43:47.074538+0000 mgr.y (mgr.25441) 969 : cluster [DBG] pgmap v614: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.659 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: cephadm 2024-03-30T04:43:47.081761+0000 mgr.y (mgr.25441) 970 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:48.659 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: cluster 2024-03-30T04:43:47.178848+0000 mgr.y (mgr.25441) 971 : cluster [DBG] pgmap v615: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.659 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: cephadm 2024-03-30T04:43:47.186603+0000 mgr.y (mgr.25441) 972 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:48.659 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: cluster 2024-03-30T04:43:47.250894+0000 mgr.y (mgr.25441) 973 : cluster [DBG] pgmap v616: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.659 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: cluster 2024-03-30T04:43:47.251319+0000 mgr.y (mgr.25441) 974 : cluster [DBG] pgmap v617: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.659 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: cephadm 2024-03-30T04:43:47.257395+0000 mgr.y (mgr.25441) 975 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:48.659 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: cluster 2024-03-30T04:43:47.321416+0000 mgr.y (mgr.25441) 976 : cluster [DBG] pgmap v618: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.659 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: cluster 2024-03-30T04:43:47.321840+0000 mgr.y (mgr.25441) 977 : cluster [DBG] pgmap v619: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.659 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: cephadm 2024-03-30T04:43:47.326997+0000 mgr.y (mgr.25441) 978 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:48.659 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.388667+0000 mon.c (mon.1) 349 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.659 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.398161+0000 mon.c (mon.1) 350 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.659 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: cluster 2024-03-30T04:43:47.400364+0000 mgr.y (mgr.25441) 979 : cluster [DBG] pgmap v620: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.659 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: cluster 2024-03-30T04:43:47.400954+0000 mgr.y (mgr.25441) 980 : cluster [DBG] pgmap v621: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.659 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.406114+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.660 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: cephadm 2024-03-30T04:43:47.406817+0000 mgr.y (mgr.25441) 981 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:48.660 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.479723+0000 mon.c (mon.1) 351 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.660 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.481675+0000 mon.c (mon.1) 352 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.660 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.483541+0000 mon.c (mon.1) 353 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.660 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.484228+0000 mon.c (mon.1) 354 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.660 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: cluster 2024-03-30T04:43:47.485578+0000 mgr.y (mgr.25441) 982 : cluster [DBG] pgmap v622: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.660 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: cluster 2024-03-30T04:43:47.485907+0000 mgr.y (mgr.25441) 983 : cluster [DBG] pgmap v623: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.660 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.491074+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.660 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: cephadm 2024-03-30T04:43:47.491741+0000 mgr.y (mgr.25441) 984 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:48.660 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.548796+0000 mon.c (mon.1) 355 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.660 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.550596+0000 mon.c (mon.1) 356 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.660 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.552498+0000 mon.c (mon.1) 357 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.660 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.553130+0000 mon.c (mon.1) 358 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.660 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: cluster 2024-03-30T04:43:47.554577+0000 mgr.y (mgr.25441) 985 : cluster [DBG] pgmap v624: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.661 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: cluster 2024-03-30T04:43:47.554922+0000 mgr.y (mgr.25441) 986 : cluster [DBG] pgmap v625: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.661 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.560131+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.661 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: cephadm 2024-03-30T04:43:47.560985+0000 mgr.y (mgr.25441) 987 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:48.661 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.606126+0000 mon.c (mon.1) 359 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.661 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.608357+0000 mon.c (mon.1) 360 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.661 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.610350+0000 mon.c (mon.1) 361 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.661 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.611085+0000 mon.c (mon.1) 362 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.661 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: cluster 2024-03-30T04:43:47.612598+0000 mgr.y (mgr.25441) 988 : cluster [DBG] pgmap v626: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.661 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: cluster 2024-03-30T04:43:47.612969+0000 mgr.y (mgr.25441) 989 : cluster [DBG] pgmap v627: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.661 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.617427+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.661 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: cephadm 2024-03-30T04:43:47.618931+0000 mgr.y (mgr.25441) 990 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:48.661 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.659760+0000 mon.c (mon.1) 363 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.661 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.661506+0000 mon.c (mon.1) 364 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.661 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.663180+0000 mon.c (mon.1) 365 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.661 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.663796+0000 mon.c (mon.1) 366 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.662 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: cluster 2024-03-30T04:43:47.665034+0000 mgr.y (mgr.25441) 991 : cluster [DBG] pgmap v628: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.662 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: cluster 2024-03-30T04:43:47.665331+0000 mgr.y (mgr.25441) 992 : cluster [DBG] pgmap v629: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.662 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.669861+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.662 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: cephadm 2024-03-30T04:43:47.670425+0000 mgr.y (mgr.25441) 993 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:48.662 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.728056+0000 mon.c (mon.1) 367 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.662 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.729885+0000 mon.c (mon.1) 368 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.662 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.732426+0000 mon.c (mon.1) 369 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.662 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.733190+0000 mon.c (mon.1) 370 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.662 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: cluster 2024-03-30T04:43:47.734596+0000 mgr.y (mgr.25441) 994 : cluster [DBG] pgmap v630: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.662 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: cluster 2024-03-30T04:43:47.734902+0000 mgr.y (mgr.25441) 995 : cluster [DBG] pgmap v631: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:48.662 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.739251+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.662 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: cephadm 2024-03-30T04:43:47.740036+0000 mgr.y (mgr.25441) 996 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:48.662 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.780665+0000 mon.c (mon.1) 371 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.662 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.782827+0000 mon.c (mon.1) 372 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.662 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.784816+0000 mon.c (mon.1) 373 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.663 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.785505+0000 mon.c (mon.1) 374 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.663 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.791606+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.663 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.833799+0000 mon.c (mon.1) 375 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.663 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.835783+0000 mon.c (mon.1) 376 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.663 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.837674+0000 mon.c (mon.1) 377 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.663 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.838358+0000 mon.c (mon.1) 378 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.663 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.844694+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.663 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.886047+0000 mon.c (mon.1) 379 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.663 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.888112+0000 mon.c (mon.1) 380 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.663 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.890074+0000 mon.c (mon.1) 381 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.663 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.890788+0000 mon.c (mon.1) 382 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.663 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.898025+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.663 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.954909+0000 mon.c (mon.1) 383 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.663 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.956765+0000 mon.c (mon.1) 384 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.664 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.958519+0000 mon.c (mon.1) 385 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.664 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.959166+0000 mon.c (mon.1) 386 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.664 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:47.965150+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.664 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:48.006096+0000 mon.c (mon.1) 387 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.664 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:48.008018+0000 mon.c (mon.1) 388 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.664 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:48.009728+0000 mon.c (mon.1) 389 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.664 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:48.010377+0000 mon.c (mon.1) 390 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.664 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:48.016513+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.665 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:48.074274+0000 mon.c (mon.1) 391 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.665 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:48.076090+0000 mon.c (mon.1) 392 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.665 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:48.078746+0000 mon.c (mon.1) 393 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.665 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:48.079555+0000 mon.c (mon.1) 394 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.665 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:48.087038+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.665 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:48.132485+0000 mon.c (mon.1) 395 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.665 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:48.138096+0000 mon.c (mon.1) 396 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.665 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:48.139849+0000 mon.c (mon.1) 397 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.665 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:48.140499+0000 mon.c (mon.1) 398 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.665 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:48.147245+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.665 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:48.189202+0000 mon.c (mon.1) 399 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.665 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:48.191685+0000 mon.c (mon.1) 400 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.665 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:48.194035+0000 mon.c (mon.1) 401 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.665 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:48.194880+0000 mon.c (mon.1) 402 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.666 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:48.201621+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.666 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:48.242675+0000 mon.c (mon.1) 403 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.666 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:48.244402+0000 mon.c (mon.1) 404 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.666 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:48.246507+0000 mon.c (mon.1) 405 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.666 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:48.247213+0000 mon.c (mon.1) 406 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.666 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:48.253473+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:48.666 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:48.311828+0000 mon.c (mon.1) 407 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:48.666 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:48.313882+0000 mon.c (mon.1) 408 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:48.666 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:48.315746+0000 mon.c (mon.1) 409 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.666 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:48.316666+0000 mon.c (mon.1) 410 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:48.666 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[62284]: audit 2024-03-30T04:43:48.326286+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.134 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[53671]: ts=2024-03-30T04:43:48.661Z caller=alerting.go:353 level=warn component="rule manager" alert="unsupported value type" msg="Expanding alert template failed" err="error executing template __alert_CephOSDDown: template: __alert_CephOSDDown:1:358: executing \"__alert_CephOSDDown\" at : error calling query: found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"172.21.15.117:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"smithi111:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}];many-to-many matching not allowed: matching labels must be unique on one side" data="unsupported value type" 2024-03-30T04:43:49.135 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:43:48 smithi117 bash[53671]: ts=2024-03-30T04:43:48.665Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"172.21.15.117:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"smithi111:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:43:49.803 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cluster 2024-03-30T04:43:47.786904+0000 mgr.y (mgr.25441) 997 : cluster [DBG] pgmap v632: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.803 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cluster 2024-03-30T04:43:47.787214+0000 mgr.y (mgr.25441) 998 : cluster [DBG] pgmap v633: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.803 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cephadm 2024-03-30T04:43:47.793062+0000 mgr.y (mgr.25441) 999 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.803 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cluster 2024-03-30T04:43:47.839765+0000 mgr.y (mgr.25441) 1000 : cluster [DBG] pgmap v634: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.803 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cluster 2024-03-30T04:43:47.840117+0000 mgr.y (mgr.25441) 1001 : cluster [DBG] pgmap v635: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.803 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cephadm 2024-03-30T04:43:47.846112+0000 mgr.y (mgr.25441) 1002 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.803 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cluster 2024-03-30T04:43:47.892160+0000 mgr.y (mgr.25441) 1003 : cluster [DBG] pgmap v636: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.804 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cluster 2024-03-30T04:43:47.892509+0000 mgr.y (mgr.25441) 1004 : cluster [DBG] pgmap v637: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.804 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cephadm 2024-03-30T04:43:47.898585+0000 mgr.y (mgr.25441) 1005 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.804 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cluster 2024-03-30T04:43:47.960473+0000 mgr.y (mgr.25441) 1006 : cluster [DBG] pgmap v638: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.804 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cluster 2024-03-30T04:43:47.960792+0000 mgr.y (mgr.25441) 1007 : cluster [DBG] pgmap v639: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.804 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cephadm 2024-03-30T04:43:47.965721+0000 mgr.y (mgr.25441) 1008 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.804 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cluster 2024-03-30T04:43:48.011760+0000 mgr.y (mgr.25441) 1009 : cluster [DBG] pgmap v640: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.804 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cluster 2024-03-30T04:43:48.012103+0000 mgr.y (mgr.25441) 1010 : cluster [DBG] pgmap v641: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.804 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cephadm 2024-03-30T04:43:48.017080+0000 mgr.y (mgr.25441) 1011 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.804 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cluster 2024-03-30T04:43:47.786904+0000 mgr.y (mgr.25441) 997 : cluster [DBG] pgmap v632: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.804 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cluster 2024-03-30T04:43:47.787214+0000 mgr.y (mgr.25441) 998 : cluster [DBG] pgmap v633: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.804 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cephadm 2024-03-30T04:43:47.793062+0000 mgr.y (mgr.25441) 999 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.805 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cluster 2024-03-30T04:43:47.839765+0000 mgr.y (mgr.25441) 1000 : cluster [DBG] pgmap v634: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.805 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cluster 2024-03-30T04:43:47.840117+0000 mgr.y (mgr.25441) 1001 : cluster [DBG] pgmap v635: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.805 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cephadm 2024-03-30T04:43:47.846112+0000 mgr.y (mgr.25441) 1002 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.805 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cluster 2024-03-30T04:43:47.892160+0000 mgr.y (mgr.25441) 1003 : cluster [DBG] pgmap v636: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.805 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cluster 2024-03-30T04:43:47.892509+0000 mgr.y (mgr.25441) 1004 : cluster [DBG] pgmap v637: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.805 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cephadm 2024-03-30T04:43:47.898585+0000 mgr.y (mgr.25441) 1005 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.805 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cluster 2024-03-30T04:43:47.960473+0000 mgr.y (mgr.25441) 1006 : cluster [DBG] pgmap v638: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.805 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cluster 2024-03-30T04:43:47.960792+0000 mgr.y (mgr.25441) 1007 : cluster [DBG] pgmap v639: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.805 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cephadm 2024-03-30T04:43:47.965721+0000 mgr.y (mgr.25441) 1008 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.805 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cluster 2024-03-30T04:43:48.011760+0000 mgr.y (mgr.25441) 1009 : cluster [DBG] pgmap v640: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.805 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cluster 2024-03-30T04:43:48.012103+0000 mgr.y (mgr.25441) 1010 : cluster [DBG] pgmap v641: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.805 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cephadm 2024-03-30T04:43:48.017080+0000 mgr.y (mgr.25441) 1011 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.806 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cluster 2024-03-30T04:43:48.081573+0000 mgr.y (mgr.25441) 1012 : cluster [DBG] pgmap v642: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.806 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cluster 2024-03-30T04:43:48.082630+0000 mgr.y (mgr.25441) 1013 : cluster [DBG] pgmap v643: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.806 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cephadm 2024-03-30T04:43:48.087668+0000 mgr.y (mgr.25441) 1014 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.806 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cluster 2024-03-30T04:43:48.141866+0000 mgr.y (mgr.25441) 1015 : cluster [DBG] pgmap v644: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.806 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cluster 2024-03-30T04:43:48.142199+0000 mgr.y (mgr.25441) 1016 : cluster [DBG] pgmap v645: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.806 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cephadm 2024-03-30T04:43:48.148511+0000 mgr.y (mgr.25441) 1017 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.806 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cluster 2024-03-30T04:43:48.196585+0000 mgr.y (mgr.25441) 1018 : cluster [DBG] pgmap v646: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.806 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cluster 2024-03-30T04:43:48.196950+0000 mgr.y (mgr.25441) 1019 : cluster [DBG] pgmap v647: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.806 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cephadm 2024-03-30T04:43:48.202547+0000 mgr.y (mgr.25441) 1020 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.806 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cluster 2024-03-30T04:43:48.248622+0000 mgr.y (mgr.25441) 1021 : cluster [DBG] pgmap v648: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.806 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cluster 2024-03-30T04:43:48.248986+0000 mgr.y (mgr.25441) 1022 : cluster [DBG] pgmap v649: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.806 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cephadm 2024-03-30T04:43:48.255792+0000 mgr.y (mgr.25441) 1023 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.807 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cluster 2024-03-30T04:43:48.318466+0000 mgr.y (mgr.25441) 1024 : cluster [DBG] pgmap v650: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.807 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cluster 2024-03-30T04:43:48.318818+0000 mgr.y (mgr.25441) 1025 : cluster [DBG] pgmap v651: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.807 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cephadm 2024-03-30T04:43:48.326967+0000 mgr.y (mgr.25441) 1026 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.807 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.410079+0000 mon.c (mon.1) 411 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.807 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.412727+0000 mon.c (mon.1) 412 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.807 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cluster 2024-03-30T04:43:48.081573+0000 mgr.y (mgr.25441) 1012 : cluster [DBG] pgmap v642: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.807 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cluster 2024-03-30T04:43:48.082630+0000 mgr.y (mgr.25441) 1013 : cluster [DBG] pgmap v643: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.807 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cephadm 2024-03-30T04:43:48.087668+0000 mgr.y (mgr.25441) 1014 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.807 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cluster 2024-03-30T04:43:48.141866+0000 mgr.y (mgr.25441) 1015 : cluster [DBG] pgmap v644: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.807 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cluster 2024-03-30T04:43:48.142199+0000 mgr.y (mgr.25441) 1016 : cluster [DBG] pgmap v645: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.807 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cephadm 2024-03-30T04:43:48.148511+0000 mgr.y (mgr.25441) 1017 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.808 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cluster 2024-03-30T04:43:48.196585+0000 mgr.y (mgr.25441) 1018 : cluster [DBG] pgmap v646: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.808 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cluster 2024-03-30T04:43:48.196950+0000 mgr.y (mgr.25441) 1019 : cluster [DBG] pgmap v647: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.808 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cephadm 2024-03-30T04:43:48.202547+0000 mgr.y (mgr.25441) 1020 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.808 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cluster 2024-03-30T04:43:48.248622+0000 mgr.y (mgr.25441) 1021 : cluster [DBG] pgmap v648: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.808 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cluster 2024-03-30T04:43:48.248986+0000 mgr.y (mgr.25441) 1022 : cluster [DBG] pgmap v649: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.808 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cephadm 2024-03-30T04:43:48.255792+0000 mgr.y (mgr.25441) 1023 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.808 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cluster 2024-03-30T04:43:48.318466+0000 mgr.y (mgr.25441) 1024 : cluster [DBG] pgmap v650: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.808 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cluster 2024-03-30T04:43:48.318818+0000 mgr.y (mgr.25441) 1025 : cluster [DBG] pgmap v651: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.808 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cephadm 2024-03-30T04:43:48.326967+0000 mgr.y (mgr.25441) 1026 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.808 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.410079+0000 mon.c (mon.1) 411 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.808 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.412727+0000 mon.c (mon.1) 412 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.809 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.415220+0000 mon.c (mon.1) 413 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.809 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.416196+0000 mon.c (mon.1) 414 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.809 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cluster 2024-03-30T04:43:48.417827+0000 mgr.y (mgr.25441) 1027 : cluster [DBG] pgmap v652: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.809 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cluster 2024-03-30T04:43:48.418208+0000 mgr.y (mgr.25441) 1028 : cluster [DBG] pgmap v653: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.809 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.422740+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.809 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cephadm 2024-03-30T04:43:48.423387+0000 mgr.y (mgr.25441) 1029 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.809 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.480232+0000 mon.c (mon.1) 415 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.809 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.482033+0000 mon.c (mon.1) 416 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.809 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.483839+0000 mon.c (mon.1) 417 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.809 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.484547+0000 mon.c (mon.1) 418 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.809 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cluster 2024-03-30T04:43:48.485876+0000 mgr.y (mgr.25441) 1030 : cluster [DBG] pgmap v654: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.809 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cluster 2024-03-30T04:43:48.486155+0000 mgr.y (mgr.25441) 1031 : cluster [DBG] pgmap v655: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.809 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.491895+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.809 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cephadm 2024-03-30T04:43:48.492633+0000 mgr.y (mgr.25441) 1032 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.809 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.549750+0000 mon.c (mon.1) 419 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.810 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.551701+0000 mon.c (mon.1) 420 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.810 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.553493+0000 mon.c (mon.1) 421 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.810 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.554202+0000 mon.c (mon.1) 422 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.810 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.415220+0000 mon.c (mon.1) 413 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.810 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.416196+0000 mon.c (mon.1) 414 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.810 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cluster 2024-03-30T04:43:48.417827+0000 mgr.y (mgr.25441) 1027 : cluster [DBG] pgmap v652: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.810 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cluster 2024-03-30T04:43:48.418208+0000 mgr.y (mgr.25441) 1028 : cluster [DBG] pgmap v653: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.810 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.422740+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.810 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cephadm 2024-03-30T04:43:48.423387+0000 mgr.y (mgr.25441) 1029 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.810 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.480232+0000 mon.c (mon.1) 415 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.810 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.482033+0000 mon.c (mon.1) 416 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.811 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.483839+0000 mon.c (mon.1) 417 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.811 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.484547+0000 mon.c (mon.1) 418 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.811 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cluster 2024-03-30T04:43:48.485876+0000 mgr.y (mgr.25441) 1030 : cluster [DBG] pgmap v654: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.811 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cluster 2024-03-30T04:43:48.486155+0000 mgr.y (mgr.25441) 1031 : cluster [DBG] pgmap v655: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.811 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.491895+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.811 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cephadm 2024-03-30T04:43:48.492633+0000 mgr.y (mgr.25441) 1032 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.811 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.549750+0000 mon.c (mon.1) 419 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.811 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.551701+0000 mon.c (mon.1) 420 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.811 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.553493+0000 mon.c (mon.1) 421 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.811 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.554202+0000 mon.c (mon.1) 422 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.812 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cluster 2024-03-30T04:43:48.555573+0000 mgr.y (mgr.25441) 1033 : cluster [DBG] pgmap v656: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.812 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cluster 2024-03-30T04:43:48.555883+0000 mgr.y (mgr.25441) 1034 : cluster [DBG] pgmap v657: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.812 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.560508+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.812 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cephadm 2024-03-30T04:43:48.561125+0000 mgr.y (mgr.25441) 1035 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.812 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.617469+0000 mon.c (mon.1) 423 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.812 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.619372+0000 mon.c (mon.1) 424 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.812 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.621415+0000 mon.c (mon.1) 425 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.812 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.622148+0000 mon.c (mon.1) 426 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.812 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cluster 2024-03-30T04:43:48.623754+0000 mgr.y (mgr.25441) 1036 : cluster [DBG] pgmap v658: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.813 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cluster 2024-03-30T04:43:48.624138+0000 mgr.y (mgr.25441) 1037 : cluster [DBG] pgmap v659: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.813 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.630115+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.813 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cephadm 2024-03-30T04:43:48.630694+0000 mgr.y (mgr.25441) 1038 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.813 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.687276+0000 mon.c (mon.1) 427 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.813 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.689146+0000 mon.c (mon.1) 428 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.813 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.691048+0000 mon.c (mon.1) 429 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.813 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.691710+0000 mon.c (mon.1) 430 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.813 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cluster 2024-03-30T04:43:48.693174+0000 mgr.y (mgr.25441) 1039 : cluster [DBG] pgmap v660: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.813 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cluster 2024-03-30T04:43:48.693503+0000 mgr.y (mgr.25441) 1040 : cluster [DBG] pgmap v661: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.813 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.700303+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.813 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: cephadm 2024-03-30T04:43:48.700990+0000 mgr.y (mgr.25441) 1041 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.813 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.758557+0000 mon.c (mon.1) 431 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.813 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.760412+0000 mon.c (mon.1) 432 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.813 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.762095+0000 mon.c (mon.1) 433 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.814 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.762781+0000 mon.c (mon.1) 434 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.814 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.770048+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.814 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.811784+0000 mon.c (mon.1) 435 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.814 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.813576+0000 mon.c (mon.1) 436 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.814 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.815338+0000 mon.c (mon.1) 437 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.814 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.815989+0000 mon.c (mon.1) 438 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.814 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.823124+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.814 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.863481+0000 mon.c (mon.1) 439 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.814 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.865292+0000 mon.c (mon.1) 440 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.814 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.866996+0000 mon.c (mon.1) 441 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.814 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.867674+0000 mon.c (mon.1) 442 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.814 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.876679+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.814 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.916940+0000 mon.c (mon.1) 443 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.814 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.918682+0000 mon.c (mon.1) 444 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.815 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cluster 2024-03-30T04:43:48.555573+0000 mgr.y (mgr.25441) 1033 : cluster [DBG] pgmap v656: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.815 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cluster 2024-03-30T04:43:48.555883+0000 mgr.y (mgr.25441) 1034 : cluster [DBG] pgmap v657: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.815 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.560508+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.815 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cephadm 2024-03-30T04:43:48.561125+0000 mgr.y (mgr.25441) 1035 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.815 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.617469+0000 mon.c (mon.1) 423 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.815 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.619372+0000 mon.c (mon.1) 424 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.815 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.621415+0000 mon.c (mon.1) 425 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.815 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.622148+0000 mon.c (mon.1) 426 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.815 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cluster 2024-03-30T04:43:48.623754+0000 mgr.y (mgr.25441) 1036 : cluster [DBG] pgmap v658: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.815 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cluster 2024-03-30T04:43:48.624138+0000 mgr.y (mgr.25441) 1037 : cluster [DBG] pgmap v659: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.815 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.630115+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.815 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cephadm 2024-03-30T04:43:48.630694+0000 mgr.y (mgr.25441) 1038 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.816 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.687276+0000 mon.c (mon.1) 427 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.816 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.689146+0000 mon.c (mon.1) 428 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.816 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.691048+0000 mon.c (mon.1) 429 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.816 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.691710+0000 mon.c (mon.1) 430 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.816 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cluster 2024-03-30T04:43:48.693174+0000 mgr.y (mgr.25441) 1039 : cluster [DBG] pgmap v660: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.816 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.920502+0000 mon.c (mon.1) 445 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.816 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.921191+0000 mon.c (mon.1) 446 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.816 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.930222+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.816 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.989618+0000 mon.c (mon.1) 447 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.816 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.991675+0000 mon.c (mon.1) 448 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.816 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.993592+0000 mon.c (mon.1) 449 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.816 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:48.994200+0000 mon.c (mon.1) 450 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.817 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:49.002752+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.817 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:49.043361+0000 mon.c (mon.1) 451 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.817 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:49.045150+0000 mon.c (mon.1) 452 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.817 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:49.047372+0000 mon.c (mon.1) 453 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.817 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:49.048057+0000 mon.c (mon.1) 454 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.817 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:49.056427+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.817 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:49.115136+0000 mon.c (mon.1) 455 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.817 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:49.117328+0000 mon.c (mon.1) 456 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.817 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:49.119760+0000 mon.c (mon.1) 457 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.817 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:49.120544+0000 mon.c (mon.1) 458 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.817 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:49.128724+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.817 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:49.186844+0000 mon.c (mon.1) 459 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.817 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:49.188755+0000 mon.c (mon.1) 460 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.818 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cluster 2024-03-30T04:43:48.693503+0000 mgr.y (mgr.25441) 1040 : cluster [DBG] pgmap v661: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.818 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.700303+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.818 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: cephadm 2024-03-30T04:43:48.700990+0000 mgr.y (mgr.25441) 1041 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.818 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.758557+0000 mon.c (mon.1) 431 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.818 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.760412+0000 mon.c (mon.1) 432 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.818 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.762095+0000 mon.c (mon.1) 433 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.818 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.762781+0000 mon.c (mon.1) 434 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.818 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.770048+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.818 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.811784+0000 mon.c (mon.1) 435 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.818 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.813576+0000 mon.c (mon.1) 436 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.818 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.815338+0000 mon.c (mon.1) 437 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.818 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.815989+0000 mon.c (mon.1) 438 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.819 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.823124+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.819 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.863481+0000 mon.c (mon.1) 439 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.819 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.865292+0000 mon.c (mon.1) 440 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.819 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.866996+0000 mon.c (mon.1) 441 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.819 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.867674+0000 mon.c (mon.1) 442 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.819 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.876679+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.819 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.916940+0000 mon.c (mon.1) 443 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.819 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.918682+0000 mon.c (mon.1) 444 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.819 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:49.190481+0000 mon.c (mon.1) 461 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.819 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:49.191074+0000 mon.c (mon.1) 462 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.819 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:49.199067+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.820 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:49.239870+0000 mon.c (mon.1) 463 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.820 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:49.241573+0000 mon.c (mon.1) 464 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.820 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:49.243753+0000 mon.c (mon.1) 465 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.820 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:49.244366+0000 mon.c (mon.1) 466 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.820 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:49.252811+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.820 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:49.293695+0000 mon.c (mon.1) 467 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.820 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:49.295564+0000 mon.c (mon.1) 468 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.820 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:49.297500+0000 mon.c (mon.1) 469 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.820 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:49.298286+0000 mon.c (mon.1) 470 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.820 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:49.307041+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.820 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:49.364735+0000 mon.c (mon.1) 471 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.820 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:49.366678+0000 mon.c (mon.1) 472 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.820 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:49.369040+0000 mon.c (mon.1) 473 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.821 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:49.369764+0000 mon.c (mon.1) 474 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.821 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[70954]: audit 2024-03-30T04:43:49.379335+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.821 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.920502+0000 mon.c (mon.1) 445 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.821 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.921191+0000 mon.c (mon.1) 446 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.821 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.930222+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.821 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.989618+0000 mon.c (mon.1) 447 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.821 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.991675+0000 mon.c (mon.1) 448 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.821 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.993592+0000 mon.c (mon.1) 449 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.821 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:48.994200+0000 mon.c (mon.1) 450 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.821 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:49.002752+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.822 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:49.043361+0000 mon.c (mon.1) 451 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.822 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:49.045150+0000 mon.c (mon.1) 452 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.822 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:49.047372+0000 mon.c (mon.1) 453 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.822 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:49.048057+0000 mon.c (mon.1) 454 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.822 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:49.056427+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.822 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:49.115136+0000 mon.c (mon.1) 455 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.822 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:49.117328+0000 mon.c (mon.1) 456 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.822 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:49.119760+0000 mon.c (mon.1) 457 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.822 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:49.120544+0000 mon.c (mon.1) 458 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.822 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:49.128724+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.822 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:49.186844+0000 mon.c (mon.1) 459 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.823 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:49.188755+0000 mon.c (mon.1) 460 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.823 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:49.190481+0000 mon.c (mon.1) 461 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.823 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:49.191074+0000 mon.c (mon.1) 462 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.823 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:49.199067+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.823 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:49.239870+0000 mon.c (mon.1) 463 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.823 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:49.241573+0000 mon.c (mon.1) 464 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.823 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:49.243753+0000 mon.c (mon.1) 465 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.823 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:49.244366+0000 mon.c (mon.1) 466 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:49.252811+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:49.293695+0000 mon.c (mon.1) 467 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:49.295564+0000 mon.c (mon.1) 468 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:49.297500+0000 mon.c (mon.1) 469 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:49.298286+0000 mon.c (mon.1) 470 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:49.307041+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:49.364735+0000 mon.c (mon.1) 471 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:49.366678+0000 mon.c (mon.1) 472 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:49.369040+0000 mon.c (mon.1) 473 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:49.369764+0000 mon.c (mon.1) 474 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:49 smithi111 bash[73591]: audit 2024-03-30T04:43:49.379335+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cluster 2024-03-30T04:43:47.786904+0000 mgr.y (mgr.25441) 997 : cluster [DBG] pgmap v632: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cluster 2024-03-30T04:43:47.787214+0000 mgr.y (mgr.25441) 998 : cluster [DBG] pgmap v633: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cephadm 2024-03-30T04:43:47.793062+0000 mgr.y (mgr.25441) 999 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cluster 2024-03-30T04:43:47.839765+0000 mgr.y (mgr.25441) 1000 : cluster [DBG] pgmap v634: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cluster 2024-03-30T04:43:47.840117+0000 mgr.y (mgr.25441) 1001 : cluster [DBG] pgmap v635: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cephadm 2024-03-30T04:43:47.846112+0000 mgr.y (mgr.25441) 1002 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cluster 2024-03-30T04:43:47.892160+0000 mgr.y (mgr.25441) 1003 : cluster [DBG] pgmap v636: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cluster 2024-03-30T04:43:47.892509+0000 mgr.y (mgr.25441) 1004 : cluster [DBG] pgmap v637: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cephadm 2024-03-30T04:43:47.898585+0000 mgr.y (mgr.25441) 1005 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cluster 2024-03-30T04:43:47.960473+0000 mgr.y (mgr.25441) 1006 : cluster [DBG] pgmap v638: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cluster 2024-03-30T04:43:47.960792+0000 mgr.y (mgr.25441) 1007 : cluster [DBG] pgmap v639: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cephadm 2024-03-30T04:43:47.965721+0000 mgr.y (mgr.25441) 1008 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cluster 2024-03-30T04:43:48.011760+0000 mgr.y (mgr.25441) 1009 : cluster [DBG] pgmap v640: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cluster 2024-03-30T04:43:48.012103+0000 mgr.y (mgr.25441) 1010 : cluster [DBG] pgmap v641: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cephadm 2024-03-30T04:43:48.017080+0000 mgr.y (mgr.25441) 1011 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cluster 2024-03-30T04:43:48.081573+0000 mgr.y (mgr.25441) 1012 : cluster [DBG] pgmap v642: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cluster 2024-03-30T04:43:48.082630+0000 mgr.y (mgr.25441) 1013 : cluster [DBG] pgmap v643: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cephadm 2024-03-30T04:43:48.087668+0000 mgr.y (mgr.25441) 1014 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cluster 2024-03-30T04:43:48.141866+0000 mgr.y (mgr.25441) 1015 : cluster [DBG] pgmap v644: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cluster 2024-03-30T04:43:48.142199+0000 mgr.y (mgr.25441) 1016 : cluster [DBG] pgmap v645: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cephadm 2024-03-30T04:43:48.148511+0000 mgr.y (mgr.25441) 1017 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cluster 2024-03-30T04:43:48.196585+0000 mgr.y (mgr.25441) 1018 : cluster [DBG] pgmap v646: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cluster 2024-03-30T04:43:48.196950+0000 mgr.y (mgr.25441) 1019 : cluster [DBG] pgmap v647: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cephadm 2024-03-30T04:43:48.202547+0000 mgr.y (mgr.25441) 1020 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cluster 2024-03-30T04:43:48.248622+0000 mgr.y (mgr.25441) 1021 : cluster [DBG] pgmap v648: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cluster 2024-03-30T04:43:48.248986+0000 mgr.y (mgr.25441) 1022 : cluster [DBG] pgmap v649: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cephadm 2024-03-30T04:43:48.255792+0000 mgr.y (mgr.25441) 1023 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cluster 2024-03-30T04:43:48.318466+0000 mgr.y (mgr.25441) 1024 : cluster [DBG] pgmap v650: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cluster 2024-03-30T04:43:48.318818+0000 mgr.y (mgr.25441) 1025 : cluster [DBG] pgmap v651: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cephadm 2024-03-30T04:43:48.326967+0000 mgr.y (mgr.25441) 1026 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.410079+0000 mon.c (mon.1) 411 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.412727+0000 mon.c (mon.1) 412 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.415220+0000 mon.c (mon.1) 413 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.416196+0000 mon.c (mon.1) 414 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cluster 2024-03-30T04:43:48.417827+0000 mgr.y (mgr.25441) 1027 : cluster [DBG] pgmap v652: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cluster 2024-03-30T04:43:48.418208+0000 mgr.y (mgr.25441) 1028 : cluster [DBG] pgmap v653: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.422740+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cephadm 2024-03-30T04:43:48.423387+0000 mgr.y (mgr.25441) 1029 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.480232+0000 mon.c (mon.1) 415 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.482033+0000 mon.c (mon.1) 416 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.483839+0000 mon.c (mon.1) 417 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.484547+0000 mon.c (mon.1) 418 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cluster 2024-03-30T04:43:48.485876+0000 mgr.y (mgr.25441) 1030 : cluster [DBG] pgmap v654: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cluster 2024-03-30T04:43:48.486155+0000 mgr.y (mgr.25441) 1031 : cluster [DBG] pgmap v655: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.491895+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cephadm 2024-03-30T04:43:48.492633+0000 mgr.y (mgr.25441) 1032 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.549750+0000 mon.c (mon.1) 419 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.551701+0000 mon.c (mon.1) 420 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.553493+0000 mon.c (mon.1) 421 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.554202+0000 mon.c (mon.1) 422 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cluster 2024-03-30T04:43:48.555573+0000 mgr.y (mgr.25441) 1033 : cluster [DBG] pgmap v656: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cluster 2024-03-30T04:43:48.555883+0000 mgr.y (mgr.25441) 1034 : cluster [DBG] pgmap v657: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.560508+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cephadm 2024-03-30T04:43:48.561125+0000 mgr.y (mgr.25441) 1035 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.617469+0000 mon.c (mon.1) 423 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.619372+0000 mon.c (mon.1) 424 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.621415+0000 mon.c (mon.1) 425 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.622148+0000 mon.c (mon.1) 426 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cluster 2024-03-30T04:43:48.623754+0000 mgr.y (mgr.25441) 1036 : cluster [DBG] pgmap v658: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cluster 2024-03-30T04:43:48.624138+0000 mgr.y (mgr.25441) 1037 : cluster [DBG] pgmap v659: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.630115+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cephadm 2024-03-30T04:43:48.630694+0000 mgr.y (mgr.25441) 1038 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.687276+0000 mon.c (mon.1) 427 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.689146+0000 mon.c (mon.1) 428 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.691048+0000 mon.c (mon.1) 429 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.691710+0000 mon.c (mon.1) 430 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cluster 2024-03-30T04:43:48.693174+0000 mgr.y (mgr.25441) 1039 : cluster [DBG] pgmap v660: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cluster 2024-03-30T04:43:48.693503+0000 mgr.y (mgr.25441) 1040 : cluster [DBG] pgmap v661: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:49.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.700303+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: cephadm 2024-03-30T04:43:48.700990+0000 mgr.y (mgr.25441) 1041 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:49.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.758557+0000 mon.c (mon.1) 431 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.760412+0000 mon.c (mon.1) 432 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.762095+0000 mon.c (mon.1) 433 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.762781+0000 mon.c (mon.1) 434 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.770048+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.811784+0000 mon.c (mon.1) 435 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.813576+0000 mon.c (mon.1) 436 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.815338+0000 mon.c (mon.1) 437 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.815989+0000 mon.c (mon.1) 438 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.823124+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.863481+0000 mon.c (mon.1) 439 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.865292+0000 mon.c (mon.1) 440 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.866996+0000 mon.c (mon.1) 441 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.867674+0000 mon.c (mon.1) 442 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.876679+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.916940+0000 mon.c (mon.1) 443 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.918682+0000 mon.c (mon.1) 444 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.920502+0000 mon.c (mon.1) 445 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.921191+0000 mon.c (mon.1) 446 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.930222+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.989618+0000 mon.c (mon.1) 447 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.991675+0000 mon.c (mon.1) 448 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.993592+0000 mon.c (mon.1) 449 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:48.994200+0000 mon.c (mon.1) 450 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:49.002752+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:49.043361+0000 mon.c (mon.1) 451 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:49.045150+0000 mon.c (mon.1) 452 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:49.047372+0000 mon.c (mon.1) 453 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:49.048057+0000 mon.c (mon.1) 454 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:49.056427+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:49.115136+0000 mon.c (mon.1) 455 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:49.117328+0000 mon.c (mon.1) 456 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:49.119760+0000 mon.c (mon.1) 457 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:49.120544+0000 mon.c (mon.1) 458 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:49.128724+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:49.186844+0000 mon.c (mon.1) 459 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:49.188755+0000 mon.c (mon.1) 460 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:49.190481+0000 mon.c (mon.1) 461 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:49.191074+0000 mon.c (mon.1) 462 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:49.199067+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:49.239870+0000 mon.c (mon.1) 463 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:49.241573+0000 mon.c (mon.1) 464 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:49.243753+0000 mon.c (mon.1) 465 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:49.244366+0000 mon.c (mon.1) 466 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:49.252811+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:49.293695+0000 mon.c (mon.1) 467 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:49.295564+0000 mon.c (mon.1) 468 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:49.297500+0000 mon.c (mon.1) 469 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:49.298286+0000 mon.c (mon.1) 470 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:49.307041+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:49.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:49.364735+0000 mon.c (mon.1) 471 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:49.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:49.366678+0000 mon.c (mon.1) 472 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:49.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:49.369040+0000 mon.c (mon.1) 473 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:49.369764+0000 mon.c (mon.1) 474 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:49.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:49 smithi117 bash[62284]: audit 2024-03-30T04:43:49.379335+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cluster 2024-03-30T04:43:48.764101+0000 mgr.y (mgr.25441) 1042 : cluster [DBG] pgmap v662: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cluster 2024-03-30T04:43:48.764430+0000 mgr.y (mgr.25441) 1043 : cluster [DBG] pgmap v663: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cephadm 2024-03-30T04:43:48.770637+0000 mgr.y (mgr.25441) 1044 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cluster 2024-03-30T04:43:48.817282+0000 mgr.y (mgr.25441) 1045 : cluster [DBG] pgmap v664: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cluster 2024-03-30T04:43:48.817579+0000 mgr.y (mgr.25441) 1046 : cluster [DBG] pgmap v665: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cephadm 2024-03-30T04:43:48.823690+0000 mgr.y (mgr.25441) 1047 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cluster 2024-03-30T04:43:48.868972+0000 mgr.y (mgr.25441) 1048 : cluster [DBG] pgmap v666: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cluster 2024-03-30T04:43:48.869289+0000 mgr.y (mgr.25441) 1049 : cluster [DBG] pgmap v667: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cephadm 2024-03-30T04:43:48.877170+0000 mgr.y (mgr.25441) 1050 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cluster 2024-03-30T04:43:48.922465+0000 mgr.y (mgr.25441) 1051 : cluster [DBG] pgmap v668: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cluster 2024-03-30T04:43:48.922794+0000 mgr.y (mgr.25441) 1052 : cluster [DBG] pgmap v669: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cephadm 2024-03-30T04:43:48.930915+0000 mgr.y (mgr.25441) 1053 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cluster 2024-03-30T04:43:48.995730+0000 mgr.y (mgr.25441) 1054 : cluster [DBG] pgmap v670: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cluster 2024-03-30T04:43:48.996037+0000 mgr.y (mgr.25441) 1055 : cluster [DBG] pgmap v671: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cephadm 2024-03-30T04:43:49.003362+0000 mgr.y (mgr.25441) 1056 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cluster 2024-03-30T04:43:49.049357+0000 mgr.y (mgr.25441) 1057 : cluster [DBG] pgmap v672: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cluster 2024-03-30T04:43:49.049695+0000 mgr.y (mgr.25441) 1058 : cluster [DBG] pgmap v673: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cephadm 2024-03-30T04:43:49.057934+0000 mgr.y (mgr.25441) 1059 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cluster 2024-03-30T04:43:49.122019+0000 mgr.y (mgr.25441) 1060 : cluster [DBG] pgmap v674: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cluster 2024-03-30T04:43:49.122437+0000 mgr.y (mgr.25441) 1061 : cluster [DBG] pgmap v675: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cephadm 2024-03-30T04:43:49.130042+0000 mgr.y (mgr.25441) 1062 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cluster 2024-03-30T04:43:49.192353+0000 mgr.y (mgr.25441) 1063 : cluster [DBG] pgmap v676: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cluster 2024-03-30T04:43:49.192733+0000 mgr.y (mgr.25441) 1064 : cluster [DBG] pgmap v677: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cephadm 2024-03-30T04:43:49.199656+0000 mgr.y (mgr.25441) 1065 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cluster 2024-03-30T04:43:49.245722+0000 mgr.y (mgr.25441) 1066 : cluster [DBG] pgmap v678: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cluster 2024-03-30T04:43:49.246080+0000 mgr.y (mgr.25441) 1067 : cluster [DBG] pgmap v679: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cephadm 2024-03-30T04:43:49.253755+0000 mgr.y (mgr.25441) 1068 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cluster 2024-03-30T04:43:49.299746+0000 mgr.y (mgr.25441) 1069 : cluster [DBG] pgmap v680: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cluster 2024-03-30T04:43:49.300111+0000 mgr.y (mgr.25441) 1070 : cluster [DBG] pgmap v681: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cephadm 2024-03-30T04:43:49.308122+0000 mgr.y (mgr.25441) 1071 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cluster 2024-03-30T04:43:49.371160+0000 mgr.y (mgr.25441) 1072 : cluster [DBG] pgmap v682: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cluster 2024-03-30T04:43:48.764101+0000 mgr.y (mgr.25441) 1042 : cluster [DBG] pgmap v662: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cluster 2024-03-30T04:43:48.764430+0000 mgr.y (mgr.25441) 1043 : cluster [DBG] pgmap v663: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cephadm 2024-03-30T04:43:48.770637+0000 mgr.y (mgr.25441) 1044 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cluster 2024-03-30T04:43:48.817282+0000 mgr.y (mgr.25441) 1045 : cluster [DBG] pgmap v664: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cluster 2024-03-30T04:43:48.817579+0000 mgr.y (mgr.25441) 1046 : cluster [DBG] pgmap v665: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cephadm 2024-03-30T04:43:48.823690+0000 mgr.y (mgr.25441) 1047 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cluster 2024-03-30T04:43:48.868972+0000 mgr.y (mgr.25441) 1048 : cluster [DBG] pgmap v666: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cluster 2024-03-30T04:43:48.869289+0000 mgr.y (mgr.25441) 1049 : cluster [DBG] pgmap v667: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cephadm 2024-03-30T04:43:48.877170+0000 mgr.y (mgr.25441) 1050 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cluster 2024-03-30T04:43:48.922465+0000 mgr.y (mgr.25441) 1051 : cluster [DBG] pgmap v668: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cluster 2024-03-30T04:43:48.922794+0000 mgr.y (mgr.25441) 1052 : cluster [DBG] pgmap v669: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cephadm 2024-03-30T04:43:48.930915+0000 mgr.y (mgr.25441) 1053 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cluster 2024-03-30T04:43:48.995730+0000 mgr.y (mgr.25441) 1054 : cluster [DBG] pgmap v670: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cluster 2024-03-30T04:43:48.996037+0000 mgr.y (mgr.25441) 1055 : cluster [DBG] pgmap v671: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cephadm 2024-03-30T04:43:49.003362+0000 mgr.y (mgr.25441) 1056 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cluster 2024-03-30T04:43:49.371534+0000 mgr.y (mgr.25441) 1073 : cluster [DBG] pgmap v683: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cephadm 2024-03-30T04:43:49.379924+0000 mgr.y (mgr.25441) 1074 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.437922+0000 mon.c (mon.1) 475 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.440542+0000 mon.c (mon.1) 476 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.442741+0000 mon.c (mon.1) 477 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.443597+0000 mon.c (mon.1) 478 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cluster 2024-03-30T04:43:49.445273+0000 mgr.y (mgr.25441) 1075 : cluster [DBG] pgmap v684: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cluster 2024-03-30T04:43:49.445654+0000 mgr.y (mgr.25441) 1076 : cluster [DBG] pgmap v685: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.452076+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cephadm 2024-03-30T04:43:49.452797+0000 mgr.y (mgr.25441) 1077 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.493663+0000 mon.c (mon.1) 479 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.495632+0000 mon.c (mon.1) 480 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.497319+0000 mon.c (mon.1) 481 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.497936+0000 mon.c (mon.1) 482 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cluster 2024-03-30T04:43:49.499257+0000 mgr.y (mgr.25441) 1078 : cluster [DBG] pgmap v686: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cluster 2024-03-30T04:43:49.499568+0000 mgr.y (mgr.25441) 1079 : cluster [DBG] pgmap v687: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.505093+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cephadm 2024-03-30T04:43:49.505644+0000 mgr.y (mgr.25441) 1080 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.546358+0000 mon.c (mon.1) 483 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.548146+0000 mon.c (mon.1) 484 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.550208+0000 mon.c (mon.1) 485 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.552048+0000 mon.c (mon.1) 486 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cluster 2024-03-30T04:43:49.553732+0000 mgr.y (mgr.25441) 1081 : cluster [DBG] pgmap v688: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cluster 2024-03-30T04:43:49.554144+0000 mgr.y (mgr.25441) 1082 : cluster [DBG] pgmap v689: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.558702+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cephadm 2024-03-30T04:43:49.559319+0000 mgr.y (mgr.25441) 1083 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.601423+0000 mon.c (mon.1) 487 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.603331+0000 mon.c (mon.1) 488 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.605530+0000 mon.c (mon.1) 489 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.606176+0000 mon.c (mon.1) 490 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cluster 2024-03-30T04:43:49.607560+0000 mgr.y (mgr.25441) 1084 : cluster [DBG] pgmap v690: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cluster 2024-03-30T04:43:49.607899+0000 mgr.y (mgr.25441) 1085 : cluster [DBG] pgmap v691: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.612251+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cephadm 2024-03-30T04:43:49.612917+0000 mgr.y (mgr.25441) 1086 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.670149+0000 mon.c (mon.1) 491 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.671998+0000 mon.c (mon.1) 492 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cluster 2024-03-30T04:43:49.049357+0000 mgr.y (mgr.25441) 1057 : cluster [DBG] pgmap v672: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cluster 2024-03-30T04:43:49.049695+0000 mgr.y (mgr.25441) 1058 : cluster [DBG] pgmap v673: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cephadm 2024-03-30T04:43:49.057934+0000 mgr.y (mgr.25441) 1059 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cluster 2024-03-30T04:43:49.122019+0000 mgr.y (mgr.25441) 1060 : cluster [DBG] pgmap v674: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cluster 2024-03-30T04:43:49.122437+0000 mgr.y (mgr.25441) 1061 : cluster [DBG] pgmap v675: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cephadm 2024-03-30T04:43:49.130042+0000 mgr.y (mgr.25441) 1062 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cluster 2024-03-30T04:43:49.192353+0000 mgr.y (mgr.25441) 1063 : cluster [DBG] pgmap v676: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cluster 2024-03-30T04:43:49.192733+0000 mgr.y (mgr.25441) 1064 : cluster [DBG] pgmap v677: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cephadm 2024-03-30T04:43:49.199656+0000 mgr.y (mgr.25441) 1065 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cluster 2024-03-30T04:43:49.245722+0000 mgr.y (mgr.25441) 1066 : cluster [DBG] pgmap v678: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cluster 2024-03-30T04:43:49.246080+0000 mgr.y (mgr.25441) 1067 : cluster [DBG] pgmap v679: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cephadm 2024-03-30T04:43:49.253755+0000 mgr.y (mgr.25441) 1068 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cluster 2024-03-30T04:43:49.299746+0000 mgr.y (mgr.25441) 1069 : cluster [DBG] pgmap v680: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cluster 2024-03-30T04:43:49.300111+0000 mgr.y (mgr.25441) 1070 : cluster [DBG] pgmap v681: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cephadm 2024-03-30T04:43:49.308122+0000 mgr.y (mgr.25441) 1071 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cluster 2024-03-30T04:43:49.371160+0000 mgr.y (mgr.25441) 1072 : cluster [DBG] pgmap v682: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.673853+0000 mon.c (mon.1) 493 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.674499+0000 mon.c (mon.1) 494 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cluster 2024-03-30T04:43:49.675855+0000 mgr.y (mgr.25441) 1087 : cluster [DBG] pgmap v692: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cluster 2024-03-30T04:43:49.676289+0000 mgr.y (mgr.25441) 1088 : cluster [DBG] pgmap v693: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.680839+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: cephadm 2024-03-30T04:43:49.681482+0000 mgr.y (mgr.25441) 1089 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.739454+0000 mon.c (mon.1) 495 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.741407+0000 mon.c (mon.1) 496 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.743194+0000 mon.c (mon.1) 497 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.743838+0000 mon.c (mon.1) 498 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.750657+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.808797+0000 mon.c (mon.1) 499 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.811215+0000 mon.c (mon.1) 500 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.813549+0000 mon.c (mon.1) 501 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.814323+0000 mon.c (mon.1) 502 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.820612+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.878474+0000 mon.c (mon.1) 503 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.880298+0000 mon.c (mon.1) 504 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.882055+0000 mon.c (mon.1) 505 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.882725+0000 mon.c (mon.1) 506 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.889564+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.947251+0000 mon.c (mon.1) 507 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.949372+0000 mon.c (mon.1) 508 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.951479+0000 mon.c (mon.1) 509 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.952440+0000 mon.c (mon.1) 510 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:49.959933+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:50.006175+0000 mon.c (mon.1) 511 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:50.008455+0000 mon.c (mon.1) 512 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:50.010649+0000 mon.c (mon.1) 513 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:50.011443+0000 mon.c (mon.1) 514 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:50.017966+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:50.076852+0000 mon.c (mon.1) 515 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:50.079001+0000 mon.c (mon.1) 516 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:50.080976+0000 mon.c (mon.1) 517 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:50.081658+0000 mon.c (mon.1) 518 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:50.088539+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:50.146741+0000 mon.c (mon.1) 519 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:50.148612+0000 mon.c (mon.1) 520 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:50.150377+0000 mon.c (mon.1) 521 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cluster 2024-03-30T04:43:49.371534+0000 mgr.y (mgr.25441) 1073 : cluster [DBG] pgmap v683: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cephadm 2024-03-30T04:43:49.379924+0000 mgr.y (mgr.25441) 1074 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.437922+0000 mon.c (mon.1) 475 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.440542+0000 mon.c (mon.1) 476 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.442741+0000 mon.c (mon.1) 477 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.443597+0000 mon.c (mon.1) 478 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cluster 2024-03-30T04:43:49.445273+0000 mgr.y (mgr.25441) 1075 : cluster [DBG] pgmap v684: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cluster 2024-03-30T04:43:49.445654+0000 mgr.y (mgr.25441) 1076 : cluster [DBG] pgmap v685: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.452076+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cephadm 2024-03-30T04:43:49.452797+0000 mgr.y (mgr.25441) 1077 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.493663+0000 mon.c (mon.1) 479 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.495632+0000 mon.c (mon.1) 480 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.497319+0000 mon.c (mon.1) 481 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.497936+0000 mon.c (mon.1) 482 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cluster 2024-03-30T04:43:49.499257+0000 mgr.y (mgr.25441) 1078 : cluster [DBG] pgmap v686: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cluster 2024-03-30T04:43:49.499568+0000 mgr.y (mgr.25441) 1079 : cluster [DBG] pgmap v687: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.505093+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cephadm 2024-03-30T04:43:49.505644+0000 mgr.y (mgr.25441) 1080 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:50.151054+0000 mon.c (mon.1) 522 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:50.159146+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:50.218034+0000 mon.c (mon.1) 523 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:50.219809+0000 mon.c (mon.1) 524 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:50.221517+0000 mon.c (mon.1) 525 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:50.222185+0000 mon.c (mon.1) 526 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:50.230259+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:50.287414+0000 mon.c (mon.1) 527 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:50.291994+0000 mon.c (mon.1) 528 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:50.294319+0000 mon.c (mon.1) 529 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:50.295020+0000 mon.c (mon.1) 530 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:50.303287+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:50.344035+0000 mon.c (mon.1) 531 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:50.345772+0000 mon.c (mon.1) 532 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:50.347454+0000 mon.c (mon.1) 533 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:50.348111+0000 mon.c (mon.1) 534 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[70954]: audit 2024-03-30T04:43:50.356376+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.546358+0000 mon.c (mon.1) 483 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.548146+0000 mon.c (mon.1) 484 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.550208+0000 mon.c (mon.1) 485 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.552048+0000 mon.c (mon.1) 486 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cluster 2024-03-30T04:43:49.553732+0000 mgr.y (mgr.25441) 1081 : cluster [DBG] pgmap v688: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cluster 2024-03-30T04:43:49.554144+0000 mgr.y (mgr.25441) 1082 : cluster [DBG] pgmap v689: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.558702+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cephadm 2024-03-30T04:43:49.559319+0000 mgr.y (mgr.25441) 1083 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.601423+0000 mon.c (mon.1) 487 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.603331+0000 mon.c (mon.1) 488 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.605530+0000 mon.c (mon.1) 489 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.606176+0000 mon.c (mon.1) 490 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cluster 2024-03-30T04:43:49.607560+0000 mgr.y (mgr.25441) 1084 : cluster [DBG] pgmap v690: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cluster 2024-03-30T04:43:49.607899+0000 mgr.y (mgr.25441) 1085 : cluster [DBG] pgmap v691: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.612251+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cephadm 2024-03-30T04:43:49.612917+0000 mgr.y (mgr.25441) 1086 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.670149+0000 mon.c (mon.1) 491 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.671998+0000 mon.c (mon.1) 492 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.673853+0000 mon.c (mon.1) 493 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.674499+0000 mon.c (mon.1) 494 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cluster 2024-03-30T04:43:49.675855+0000 mgr.y (mgr.25441) 1087 : cluster [DBG] pgmap v692: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cluster 2024-03-30T04:43:49.676289+0000 mgr.y (mgr.25441) 1088 : cluster [DBG] pgmap v693: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.680839+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: cephadm 2024-03-30T04:43:49.681482+0000 mgr.y (mgr.25441) 1089 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.739454+0000 mon.c (mon.1) 495 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.741407+0000 mon.c (mon.1) 496 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.743194+0000 mon.c (mon.1) 497 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.743838+0000 mon.c (mon.1) 498 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.750657+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.808797+0000 mon.c (mon.1) 499 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.811215+0000 mon.c (mon.1) 500 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.813549+0000 mon.c (mon.1) 501 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.814323+0000 mon.c (mon.1) 502 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.820612+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.878474+0000 mon.c (mon.1) 503 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.880298+0000 mon.c (mon.1) 504 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.882055+0000 mon.c (mon.1) 505 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.882725+0000 mon.c (mon.1) 506 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.889564+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.947251+0000 mon.c (mon.1) 507 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.949372+0000 mon.c (mon.1) 508 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.951479+0000 mon.c (mon.1) 509 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.952440+0000 mon.c (mon.1) 510 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:49.959933+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:50.006175+0000 mon.c (mon.1) 511 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:50.008455+0000 mon.c (mon.1) 512 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:50.010649+0000 mon.c (mon.1) 513 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:50.011443+0000 mon.c (mon.1) 514 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:50.017966+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:50.076852+0000 mon.c (mon.1) 515 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:50.079001+0000 mon.c (mon.1) 516 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:50.080976+0000 mon.c (mon.1) 517 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:50.081658+0000 mon.c (mon.1) 518 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:50.088539+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:50.146741+0000 mon.c (mon.1) 519 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:50.148612+0000 mon.c (mon.1) 520 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:50.150377+0000 mon.c (mon.1) 521 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:50.151054+0000 mon.c (mon.1) 522 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:50.159146+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:50.218034+0000 mon.c (mon.1) 523 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:50.219809+0000 mon.c (mon.1) 524 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:50.221517+0000 mon.c (mon.1) 525 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:50.222185+0000 mon.c (mon.1) 526 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:50.230259+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:50.287414+0000 mon.c (mon.1) 527 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:50.291994+0000 mon.c (mon.1) 528 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:50.294319+0000 mon.c (mon.1) 529 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:50.295020+0000 mon.c (mon.1) 530 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:50.303287+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:50.344035+0000 mon.c (mon.1) 531 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:50.345772+0000 mon.c (mon.1) 532 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:50.347454+0000 mon.c (mon.1) 533 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:50.348111+0000 mon.c (mon.1) 534 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:50 smithi111 bash[73591]: audit 2024-03-30T04:43:50.356376+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cluster 2024-03-30T04:43:48.764101+0000 mgr.y (mgr.25441) 1042 : cluster [DBG] pgmap v662: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cluster 2024-03-30T04:43:48.764430+0000 mgr.y (mgr.25441) 1043 : cluster [DBG] pgmap v663: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cephadm 2024-03-30T04:43:48.770637+0000 mgr.y (mgr.25441) 1044 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cluster 2024-03-30T04:43:48.817282+0000 mgr.y (mgr.25441) 1045 : cluster [DBG] pgmap v664: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cluster 2024-03-30T04:43:48.817579+0000 mgr.y (mgr.25441) 1046 : cluster [DBG] pgmap v665: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cephadm 2024-03-30T04:43:48.823690+0000 mgr.y (mgr.25441) 1047 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cluster 2024-03-30T04:43:48.868972+0000 mgr.y (mgr.25441) 1048 : cluster [DBG] pgmap v666: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cluster 2024-03-30T04:43:48.869289+0000 mgr.y (mgr.25441) 1049 : cluster [DBG] pgmap v667: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cephadm 2024-03-30T04:43:48.877170+0000 mgr.y (mgr.25441) 1050 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cluster 2024-03-30T04:43:48.922465+0000 mgr.y (mgr.25441) 1051 : cluster [DBG] pgmap v668: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cluster 2024-03-30T04:43:48.922794+0000 mgr.y (mgr.25441) 1052 : cluster [DBG] pgmap v669: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cephadm 2024-03-30T04:43:48.930915+0000 mgr.y (mgr.25441) 1053 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cluster 2024-03-30T04:43:48.995730+0000 mgr.y (mgr.25441) 1054 : cluster [DBG] pgmap v670: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cluster 2024-03-30T04:43:48.996037+0000 mgr.y (mgr.25441) 1055 : cluster [DBG] pgmap v671: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cephadm 2024-03-30T04:43:49.003362+0000 mgr.y (mgr.25441) 1056 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cluster 2024-03-30T04:43:49.049357+0000 mgr.y (mgr.25441) 1057 : cluster [DBG] pgmap v672: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cluster 2024-03-30T04:43:49.049695+0000 mgr.y (mgr.25441) 1058 : cluster [DBG] pgmap v673: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cephadm 2024-03-30T04:43:49.057934+0000 mgr.y (mgr.25441) 1059 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cluster 2024-03-30T04:43:49.122019+0000 mgr.y (mgr.25441) 1060 : cluster [DBG] pgmap v674: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cluster 2024-03-30T04:43:49.122437+0000 mgr.y (mgr.25441) 1061 : cluster [DBG] pgmap v675: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cephadm 2024-03-30T04:43:49.130042+0000 mgr.y (mgr.25441) 1062 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cluster 2024-03-30T04:43:49.192353+0000 mgr.y (mgr.25441) 1063 : cluster [DBG] pgmap v676: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cluster 2024-03-30T04:43:49.192733+0000 mgr.y (mgr.25441) 1064 : cluster [DBG] pgmap v677: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cephadm 2024-03-30T04:43:49.199656+0000 mgr.y (mgr.25441) 1065 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cluster 2024-03-30T04:43:49.245722+0000 mgr.y (mgr.25441) 1066 : cluster [DBG] pgmap v678: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cluster 2024-03-30T04:43:49.246080+0000 mgr.y (mgr.25441) 1067 : cluster [DBG] pgmap v679: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cephadm 2024-03-30T04:43:49.253755+0000 mgr.y (mgr.25441) 1068 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cluster 2024-03-30T04:43:49.299746+0000 mgr.y (mgr.25441) 1069 : cluster [DBG] pgmap v680: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cluster 2024-03-30T04:43:49.300111+0000 mgr.y (mgr.25441) 1070 : cluster [DBG] pgmap v681: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cephadm 2024-03-30T04:43:49.308122+0000 mgr.y (mgr.25441) 1071 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cluster 2024-03-30T04:43:49.371160+0000 mgr.y (mgr.25441) 1072 : cluster [DBG] pgmap v682: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cluster 2024-03-30T04:43:49.371534+0000 mgr.y (mgr.25441) 1073 : cluster [DBG] pgmap v683: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cephadm 2024-03-30T04:43:49.379924+0000 mgr.y (mgr.25441) 1074 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.437922+0000 mon.c (mon.1) 475 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.440542+0000 mon.c (mon.1) 476 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.442741+0000 mon.c (mon.1) 477 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.443597+0000 mon.c (mon.1) 478 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cluster 2024-03-30T04:43:49.445273+0000 mgr.y (mgr.25441) 1075 : cluster [DBG] pgmap v684: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cluster 2024-03-30T04:43:49.445654+0000 mgr.y (mgr.25441) 1076 : cluster [DBG] pgmap v685: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.452076+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cephadm 2024-03-30T04:43:49.452797+0000 mgr.y (mgr.25441) 1077 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.493663+0000 mon.c (mon.1) 479 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.495632+0000 mon.c (mon.1) 480 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.497319+0000 mon.c (mon.1) 481 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.497936+0000 mon.c (mon.1) 482 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cluster 2024-03-30T04:43:49.499257+0000 mgr.y (mgr.25441) 1078 : cluster [DBG] pgmap v686: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cluster 2024-03-30T04:43:49.499568+0000 mgr.y (mgr.25441) 1079 : cluster [DBG] pgmap v687: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.505093+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cephadm 2024-03-30T04:43:49.505644+0000 mgr.y (mgr.25441) 1080 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.546358+0000 mon.c (mon.1) 483 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.548146+0000 mon.c (mon.1) 484 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.550208+0000 mon.c (mon.1) 485 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.552048+0000 mon.c (mon.1) 486 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cluster 2024-03-30T04:43:49.553732+0000 mgr.y (mgr.25441) 1081 : cluster [DBG] pgmap v688: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cluster 2024-03-30T04:43:49.554144+0000 mgr.y (mgr.25441) 1082 : cluster [DBG] pgmap v689: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.558702+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cephadm 2024-03-30T04:43:49.559319+0000 mgr.y (mgr.25441) 1083 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.601423+0000 mon.c (mon.1) 487 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.603331+0000 mon.c (mon.1) 488 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.605530+0000 mon.c (mon.1) 489 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.606176+0000 mon.c (mon.1) 490 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cluster 2024-03-30T04:43:49.607560+0000 mgr.y (mgr.25441) 1084 : cluster [DBG] pgmap v690: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cluster 2024-03-30T04:43:49.607899+0000 mgr.y (mgr.25441) 1085 : cluster [DBG] pgmap v691: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.612251+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cephadm 2024-03-30T04:43:49.612917+0000 mgr.y (mgr.25441) 1086 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.670149+0000 mon.c (mon.1) 491 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.671998+0000 mon.c (mon.1) 492 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.673853+0000 mon.c (mon.1) 493 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.674499+0000 mon.c (mon.1) 494 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cluster 2024-03-30T04:43:49.675855+0000 mgr.y (mgr.25441) 1087 : cluster [DBG] pgmap v692: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cluster 2024-03-30T04:43:49.676289+0000 mgr.y (mgr.25441) 1088 : cluster [DBG] pgmap v693: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:50.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.680839+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: cephadm 2024-03-30T04:43:49.681482+0000 mgr.y (mgr.25441) 1089 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:50.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.739454+0000 mon.c (mon.1) 495 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.741407+0000 mon.c (mon.1) 496 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.743194+0000 mon.c (mon.1) 497 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.743838+0000 mon.c (mon.1) 498 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.750657+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.808797+0000 mon.c (mon.1) 499 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.811215+0000 mon.c (mon.1) 500 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.813549+0000 mon.c (mon.1) 501 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.814323+0000 mon.c (mon.1) 502 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.820612+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.878474+0000 mon.c (mon.1) 503 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.880298+0000 mon.c (mon.1) 504 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.882055+0000 mon.c (mon.1) 505 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.882725+0000 mon.c (mon.1) 506 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.889564+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.947251+0000 mon.c (mon.1) 507 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.949372+0000 mon.c (mon.1) 508 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.951479+0000 mon.c (mon.1) 509 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.952440+0000 mon.c (mon.1) 510 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:49.959933+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:50.006175+0000 mon.c (mon.1) 511 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:50.008455+0000 mon.c (mon.1) 512 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:50.010649+0000 mon.c (mon.1) 513 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:50.011443+0000 mon.c (mon.1) 514 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:50.017966+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:50.076852+0000 mon.c (mon.1) 515 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:50.079001+0000 mon.c (mon.1) 516 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:50.080976+0000 mon.c (mon.1) 517 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:50.081658+0000 mon.c (mon.1) 518 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:50.088539+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:50.146741+0000 mon.c (mon.1) 519 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:50.148612+0000 mon.c (mon.1) 520 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:50.150377+0000 mon.c (mon.1) 521 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:50.151054+0000 mon.c (mon.1) 522 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:50.159146+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:50.218034+0000 mon.c (mon.1) 523 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:50.219809+0000 mon.c (mon.1) 524 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:50.221517+0000 mon.c (mon.1) 525 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:50.222185+0000 mon.c (mon.1) 526 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:50.230259+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:50.287414+0000 mon.c (mon.1) 527 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:50.291994+0000 mon.c (mon.1) 528 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:50.294319+0000 mon.c (mon.1) 529 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:50.295020+0000 mon.c (mon.1) 530 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:50.303287+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:50.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:50.344035+0000 mon.c (mon.1) 531 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:50.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:50.345772+0000 mon.c (mon.1) 532 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:50.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:50.347454+0000 mon.c (mon.1) 533 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:50.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:50.348111+0000 mon.c (mon.1) 534 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:50.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:50 smithi117 bash[62284]: audit 2024-03-30T04:43:50.356376+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.614 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[78100]: debug 2024-03-30T04:43:51.249+0000 7f02217f87c0 -1 osd.0 0 read_superblock omap replica is missing. 2024-03-30T04:43:51.615 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[78100]: debug 2024-03-30T04:43:51.277+0000 7f02217f87c0 -1 osd.0 108 log_to_monitors true 2024-03-30T04:43:51.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cluster 2024-03-30T04:43:49.745575+0000 mgr.y (mgr.25441) 1090 : cluster [DBG] pgmap v694: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cluster 2024-03-30T04:43:49.745889+0000 mgr.y (mgr.25441) 1091 : cluster [DBG] pgmap v695: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cephadm 2024-03-30T04:43:49.751177+0000 mgr.y (mgr.25441) 1092 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cluster 2024-03-30T04:43:49.815804+0000 mgr.y (mgr.25441) 1093 : cluster [DBG] pgmap v696: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cluster 2024-03-30T04:43:49.816160+0000 mgr.y (mgr.25441) 1094 : cluster [DBG] pgmap v697: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cephadm 2024-03-30T04:43:49.821203+0000 mgr.y (mgr.25441) 1095 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cluster 2024-03-30T04:43:49.884036+0000 mgr.y (mgr.25441) 1096 : cluster [DBG] pgmap v698: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cluster 2024-03-30T04:43:49.884352+0000 mgr.y (mgr.25441) 1097 : cluster [DBG] pgmap v699: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cephadm 2024-03-30T04:43:49.890214+0000 mgr.y (mgr.25441) 1098 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cluster 2024-03-30T04:43:49.954142+0000 mgr.y (mgr.25441) 1099 : cluster [DBG] pgmap v700: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cluster 2024-03-30T04:43:49.954593+0000 mgr.y (mgr.25441) 1100 : cluster [DBG] pgmap v701: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cephadm 2024-03-30T04:43:49.960690+0000 mgr.y (mgr.25441) 1101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cluster 2024-03-30T04:43:50.013126+0000 mgr.y (mgr.25441) 1102 : cluster [DBG] pgmap v702: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cluster 2024-03-30T04:43:50.013597+0000 mgr.y (mgr.25441) 1103 : cluster [DBG] pgmap v703: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cephadm 2024-03-30T04:43:50.019946+0000 mgr.y (mgr.25441) 1104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cluster 2024-03-30T04:43:49.745575+0000 mgr.y (mgr.25441) 1090 : cluster [DBG] pgmap v694: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cluster 2024-03-30T04:43:49.745889+0000 mgr.y (mgr.25441) 1091 : cluster [DBG] pgmap v695: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cephadm 2024-03-30T04:43:49.751177+0000 mgr.y (mgr.25441) 1092 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cluster 2024-03-30T04:43:49.815804+0000 mgr.y (mgr.25441) 1093 : cluster [DBG] pgmap v696: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cluster 2024-03-30T04:43:49.816160+0000 mgr.y (mgr.25441) 1094 : cluster [DBG] pgmap v697: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cephadm 2024-03-30T04:43:49.821203+0000 mgr.y (mgr.25441) 1095 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cluster 2024-03-30T04:43:49.884036+0000 mgr.y (mgr.25441) 1096 : cluster [DBG] pgmap v698: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cluster 2024-03-30T04:43:49.884352+0000 mgr.y (mgr.25441) 1097 : cluster [DBG] pgmap v699: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cephadm 2024-03-30T04:43:49.890214+0000 mgr.y (mgr.25441) 1098 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cluster 2024-03-30T04:43:49.954142+0000 mgr.y (mgr.25441) 1099 : cluster [DBG] pgmap v700: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cluster 2024-03-30T04:43:49.954593+0000 mgr.y (mgr.25441) 1100 : cluster [DBG] pgmap v701: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cephadm 2024-03-30T04:43:49.960690+0000 mgr.y (mgr.25441) 1101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cluster 2024-03-30T04:43:50.013126+0000 mgr.y (mgr.25441) 1102 : cluster [DBG] pgmap v702: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cluster 2024-03-30T04:43:50.013597+0000 mgr.y (mgr.25441) 1103 : cluster [DBG] pgmap v703: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cephadm 2024-03-30T04:43:50.019946+0000 mgr.y (mgr.25441) 1104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cluster 2024-03-30T04:43:50.083055+0000 mgr.y (mgr.25441) 1105 : cluster [DBG] pgmap v704: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cluster 2024-03-30T04:43:50.083439+0000 mgr.y (mgr.25441) 1106 : cluster [DBG] pgmap v705: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cephadm 2024-03-30T04:43:50.089208+0000 mgr.y (mgr.25441) 1107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cluster 2024-03-30T04:43:50.152553+0000 mgr.y (mgr.25441) 1108 : cluster [DBG] pgmap v706: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cluster 2024-03-30T04:43:50.152891+0000 mgr.y (mgr.25441) 1109 : cluster [DBG] pgmap v707: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cephadm 2024-03-30T04:43:50.162064+0000 mgr.y (mgr.25441) 1110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cluster 2024-03-30T04:43:50.223506+0000 mgr.y (mgr.25441) 1111 : cluster [DBG] pgmap v708: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cluster 2024-03-30T04:43:50.223841+0000 mgr.y (mgr.25441) 1112 : cluster [DBG] pgmap v709: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cephadm 2024-03-30T04:43:50.230882+0000 mgr.y (mgr.25441) 1113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cluster 2024-03-30T04:43:50.296403+0000 mgr.y (mgr.25441) 1114 : cluster [DBG] pgmap v710: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cluster 2024-03-30T04:43:50.296721+0000 mgr.y (mgr.25441) 1115 : cluster [DBG] pgmap v711: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cephadm 2024-03-30T04:43:50.303885+0000 mgr.y (mgr.25441) 1116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cluster 2024-03-30T04:43:50.349414+0000 mgr.y (mgr.25441) 1117 : cluster [DBG] pgmap v712: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cluster 2024-03-30T04:43:50.349788+0000 mgr.y (mgr.25441) 1118 : cluster [DBG] pgmap v713: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cephadm 2024-03-30T04:43:50.357916+0000 mgr.y (mgr.25441) 1119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.398376+0000 mon.c (mon.1) 535 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.410995+0000 mon.c (mon.1) 536 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cluster 2024-03-30T04:43:50.083055+0000 mgr.y (mgr.25441) 1105 : cluster [DBG] pgmap v704: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cluster 2024-03-30T04:43:50.083439+0000 mgr.y (mgr.25441) 1106 : cluster [DBG] pgmap v705: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cephadm 2024-03-30T04:43:50.089208+0000 mgr.y (mgr.25441) 1107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cluster 2024-03-30T04:43:50.152553+0000 mgr.y (mgr.25441) 1108 : cluster [DBG] pgmap v706: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cluster 2024-03-30T04:43:50.152891+0000 mgr.y (mgr.25441) 1109 : cluster [DBG] pgmap v707: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cephadm 2024-03-30T04:43:50.162064+0000 mgr.y (mgr.25441) 1110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cluster 2024-03-30T04:43:50.223506+0000 mgr.y (mgr.25441) 1111 : cluster [DBG] pgmap v708: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cluster 2024-03-30T04:43:50.223841+0000 mgr.y (mgr.25441) 1112 : cluster [DBG] pgmap v709: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cephadm 2024-03-30T04:43:50.230882+0000 mgr.y (mgr.25441) 1113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cluster 2024-03-30T04:43:50.296403+0000 mgr.y (mgr.25441) 1114 : cluster [DBG] pgmap v710: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cluster 2024-03-30T04:43:50.296721+0000 mgr.y (mgr.25441) 1115 : cluster [DBG] pgmap v711: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cephadm 2024-03-30T04:43:50.303885+0000 mgr.y (mgr.25441) 1116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cluster 2024-03-30T04:43:50.349414+0000 mgr.y (mgr.25441) 1117 : cluster [DBG] pgmap v712: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cluster 2024-03-30T04:43:50.349788+0000 mgr.y (mgr.25441) 1118 : cluster [DBG] pgmap v713: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cephadm 2024-03-30T04:43:50.357916+0000 mgr.y (mgr.25441) 1119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.398376+0000 mon.c (mon.1) 535 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.410995+0000 mon.c (mon.1) 536 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.412897+0000 mon.c (mon.1) 537 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.413576+0000 mon.c (mon.1) 538 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cluster 2024-03-30T04:43:50.414997+0000 mgr.y (mgr.25441) 1120 : cluster [DBG] pgmap v714: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cluster 2024-03-30T04:43:50.415375+0000 mgr.y (mgr.25441) 1121 : cluster [DBG] pgmap v715: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.419501+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cephadm 2024-03-30T04:43:50.420225+0000 mgr.y (mgr.25441) 1122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.463512+0000 mon.c (mon.1) 539 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.465432+0000 mon.c (mon.1) 540 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.467206+0000 mon.c (mon.1) 541 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.467883+0000 mon.c (mon.1) 542 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cluster 2024-03-30T04:43:50.469251+0000 mgr.y (mgr.25441) 1123 : cluster [DBG] pgmap v716: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cluster 2024-03-30T04:43:50.469661+0000 mgr.y (mgr.25441) 1124 : cluster [DBG] pgmap v717: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.474151+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cephadm 2024-03-30T04:43:50.474757+0000 mgr.y (mgr.25441) 1125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.514575+0000 mon.c (mon.1) 543 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.516465+0000 mon.c (mon.1) 544 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.518346+0000 mon.c (mon.1) 545 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.519112+0000 mon.c (mon.1) 546 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.412897+0000 mon.c (mon.1) 537 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.413576+0000 mon.c (mon.1) 538 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cluster 2024-03-30T04:43:50.414997+0000 mgr.y (mgr.25441) 1120 : cluster [DBG] pgmap v714: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cluster 2024-03-30T04:43:50.415375+0000 mgr.y (mgr.25441) 1121 : cluster [DBG] pgmap v715: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.419501+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cephadm 2024-03-30T04:43:50.420225+0000 mgr.y (mgr.25441) 1122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.463512+0000 mon.c (mon.1) 539 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.465432+0000 mon.c (mon.1) 540 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.467206+0000 mon.c (mon.1) 541 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.467883+0000 mon.c (mon.1) 542 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cluster 2024-03-30T04:43:50.469251+0000 mgr.y (mgr.25441) 1123 : cluster [DBG] pgmap v716: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cluster 2024-03-30T04:43:50.469661+0000 mgr.y (mgr.25441) 1124 : cluster [DBG] pgmap v717: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.474151+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cephadm 2024-03-30T04:43:50.474757+0000 mgr.y (mgr.25441) 1125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.514575+0000 mon.c (mon.1) 543 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.516465+0000 mon.c (mon.1) 544 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.518346+0000 mon.c (mon.1) 545 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.519112+0000 mon.c (mon.1) 546 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cluster 2024-03-30T04:43:50.520415+0000 mgr.y (mgr.25441) 1126 : cluster [DBG] pgmap v718: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cluster 2024-03-30T04:43:50.520796+0000 mgr.y (mgr.25441) 1127 : cluster [DBG] pgmap v719: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.526055+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cephadm 2024-03-30T04:43:50.526741+0000 mgr.y (mgr.25441) 1128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.567583+0000 mon.c (mon.1) 547 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.569369+0000 mon.c (mon.1) 548 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.571027+0000 mon.c (mon.1) 549 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.571694+0000 mon.c (mon.1) 550 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cluster 2024-03-30T04:43:50.572925+0000 mgr.y (mgr.25441) 1129 : cluster [DBG] pgmap v720: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cluster 2024-03-30T04:43:50.573305+0000 mgr.y (mgr.25441) 1130 : cluster [DBG] pgmap v721: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.577772+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cephadm 2024-03-30T04:43:50.578322+0000 mgr.y (mgr.25441) 1131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.621224+0000 mon.c (mon.1) 551 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.623629+0000 mon.c (mon.1) 552 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.625956+0000 mon.c (mon.1) 553 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.626877+0000 mon.c (mon.1) 554 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cluster 2024-03-30T04:43:50.628568+0000 mgr.y (mgr.25441) 1132 : cluster [DBG] pgmap v722: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cluster 2024-03-30T04:43:50.628936+0000 mgr.y (mgr.25441) 1133 : cluster [DBG] pgmap v723: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.635410+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cephadm 2024-03-30T04:43:50.636628+0000 mgr.y (mgr.25441) 1134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.676754+0000 mon.c (mon.1) 555 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.678521+0000 mon.c (mon.1) 556 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.680507+0000 mon.c (mon.1) 557 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.681246+0000 mon.c (mon.1) 558 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cluster 2024-03-30T04:43:50.682662+0000 mgr.y (mgr.25441) 1135 : cluster [DBG] pgmap v724: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cluster 2024-03-30T04:43:50.682971+0000 mgr.y (mgr.25441) 1136 : cluster [DBG] pgmap v725: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.687531+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cephadm 2024-03-30T04:43:50.688825+0000 mgr.y (mgr.25441) 1137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.733480+0000 mon.c (mon.1) 559 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.735593+0000 mon.c (mon.1) 560 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.737373+0000 mon.c (mon.1) 561 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.738056+0000 mon.c (mon.1) 562 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cluster 2024-03-30T04:43:50.739443+0000 mgr.y (mgr.25441) 1138 : cluster [DBG] pgmap v726: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: cluster 2024-03-30T04:43:50.739814+0000 mgr.y (mgr.25441) 1139 : cluster [DBG] pgmap v727: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.744146+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.805976+0000 mon.c (mon.1) 563 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cluster 2024-03-30T04:43:50.520415+0000 mgr.y (mgr.25441) 1126 : cluster [DBG] pgmap v718: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cluster 2024-03-30T04:43:50.520796+0000 mgr.y (mgr.25441) 1127 : cluster [DBG] pgmap v719: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.526055+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cephadm 2024-03-30T04:43:50.526741+0000 mgr.y (mgr.25441) 1128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.567583+0000 mon.c (mon.1) 547 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.569369+0000 mon.c (mon.1) 548 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.571027+0000 mon.c (mon.1) 549 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.571694+0000 mon.c (mon.1) 550 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cluster 2024-03-30T04:43:50.572925+0000 mgr.y (mgr.25441) 1129 : cluster [DBG] pgmap v720: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cluster 2024-03-30T04:43:50.573305+0000 mgr.y (mgr.25441) 1130 : cluster [DBG] pgmap v721: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.577772+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cephadm 2024-03-30T04:43:50.578322+0000 mgr.y (mgr.25441) 1131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.621224+0000 mon.c (mon.1) 551 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.623629+0000 mon.c (mon.1) 552 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.625956+0000 mon.c (mon.1) 553 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.626877+0000 mon.c (mon.1) 554 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cluster 2024-03-30T04:43:50.628568+0000 mgr.y (mgr.25441) 1132 : cluster [DBG] pgmap v722: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.808047+0000 mon.c (mon.1) 564 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.809708+0000 mon.c (mon.1) 565 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.810338+0000 mon.c (mon.1) 566 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.816519+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.876195+0000 mon.c (mon.1) 567 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.878249+0000 mon.c (mon.1) 568 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.880462+0000 mon.c (mon.1) 569 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.881442+0000 mon.c (mon.1) 570 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.890355+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.932846+0000 mon.c (mon.1) 571 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.934756+0000 mon.c (mon.1) 572 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.936792+0000 mon.c (mon.1) 573 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.937477+0000 mon.c (mon.1) 574 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:50.943781+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:51.002317+0000 mon.c (mon.1) 575 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:51.004438+0000 mon.c (mon.1) 576 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:51.006251+0000 mon.c (mon.1) 577 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:51.006949+0000 mon.c (mon.1) 578 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:51.013669+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:51.055178+0000 mon.c (mon.1) 579 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:51.056942+0000 mon.c (mon.1) 580 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:51.058583+0000 mon.c (mon.1) 581 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:51.059165+0000 mon.c (mon.1) 582 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:51.065184+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:51.105627+0000 mon.c (mon.1) 583 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:51.107490+0000 mon.c (mon.1) 584 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:51.109156+0000 mon.c (mon.1) 585 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:51.109747+0000 mon.c (mon.1) 586 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:51.115916+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:51.156567+0000 mon.c (mon.1) 587 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:51.158295+0000 mon.c (mon.1) 588 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:51.159973+0000 mon.c (mon.1) 589 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:51.160591+0000 mon.c (mon.1) 590 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:51.167018+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:51.208107+0000 mon.c (mon.1) 591 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:51.209843+0000 mon.c (mon.1) 592 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:51.211565+0000 mon.c (mon.1) 593 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:51.212154+0000 mon.c (mon.1) 594 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:51.218027+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cluster 2024-03-30T04:43:50.628936+0000 mgr.y (mgr.25441) 1133 : cluster [DBG] pgmap v723: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.635410+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cephadm 2024-03-30T04:43:50.636628+0000 mgr.y (mgr.25441) 1134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.676754+0000 mon.c (mon.1) 555 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.678521+0000 mon.c (mon.1) 556 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.680507+0000 mon.c (mon.1) 557 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.681246+0000 mon.c (mon.1) 558 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cluster 2024-03-30T04:43:50.682662+0000 mgr.y (mgr.25441) 1135 : cluster [DBG] pgmap v724: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cluster 2024-03-30T04:43:50.682971+0000 mgr.y (mgr.25441) 1136 : cluster [DBG] pgmap v725: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.687531+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cephadm 2024-03-30T04:43:50.688825+0000 mgr.y (mgr.25441) 1137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.733480+0000 mon.c (mon.1) 559 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.735593+0000 mon.c (mon.1) 560 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.737373+0000 mon.c (mon.1) 561 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.738056+0000 mon.c (mon.1) 562 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cluster 2024-03-30T04:43:50.739443+0000 mgr.y (mgr.25441) 1138 : cluster [DBG] pgmap v726: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: cluster 2024-03-30T04:43:50.739814+0000 mgr.y (mgr.25441) 1139 : cluster [DBG] pgmap v727: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.744146+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.805976+0000 mon.c (mon.1) 563 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:51.281318+0000 mon.c (mon.1) 595 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:51.282539+0000 mon.c (mon.1) 596 : audit [INF] from='osd.0 [v2:172.21.15.111:6802/1247959070,v1:172.21.15.111:6803/1247959070]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-30T04:43:51.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:51.282845+0000 mon.a (mon.0) 554 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-30T04:43:51.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:51.283345+0000 mon.c (mon.1) 597 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:51.285168+0000 mon.c (mon.1) 598 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:51.285820+0000 mon.c (mon.1) 599 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:51.291803+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:51.335287+0000 mon.c (mon.1) 600 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:51.337271+0000 mon.c (mon.1) 601 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:51.339107+0000 mon.c (mon.1) 602 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:51.339761+0000 mon.c (mon.1) 603 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[70954]: audit 2024-03-30T04:43:51.348905+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.808047+0000 mon.c (mon.1) 564 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.809708+0000 mon.c (mon.1) 565 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.810338+0000 mon.c (mon.1) 566 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.816519+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.876195+0000 mon.c (mon.1) 567 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.878249+0000 mon.c (mon.1) 568 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.880462+0000 mon.c (mon.1) 569 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.881442+0000 mon.c (mon.1) 570 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.890355+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.932846+0000 mon.c (mon.1) 571 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.934756+0000 mon.c (mon.1) 572 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.936792+0000 mon.c (mon.1) 573 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.937477+0000 mon.c (mon.1) 574 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:50.943781+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:51.002317+0000 mon.c (mon.1) 575 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:51.004438+0000 mon.c (mon.1) 576 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:51.006251+0000 mon.c (mon.1) 577 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:51.006949+0000 mon.c (mon.1) 578 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:51.013669+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:51.055178+0000 mon.c (mon.1) 579 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:51.056942+0000 mon.c (mon.1) 580 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:51.058583+0000 mon.c (mon.1) 581 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:51.059165+0000 mon.c (mon.1) 582 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:51.065184+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:51.105627+0000 mon.c (mon.1) 583 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:51.107490+0000 mon.c (mon.1) 584 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:51.109156+0000 mon.c (mon.1) 585 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:51.109747+0000 mon.c (mon.1) 586 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:51.115916+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:51.156567+0000 mon.c (mon.1) 587 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:51.158295+0000 mon.c (mon.1) 588 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:51.159973+0000 mon.c (mon.1) 589 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:51.160591+0000 mon.c (mon.1) 590 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:51.167018+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:51.208107+0000 mon.c (mon.1) 591 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:51.209843+0000 mon.c (mon.1) 592 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:51.211565+0000 mon.c (mon.1) 593 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:51.212154+0000 mon.c (mon.1) 594 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:51.218027+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:51.281318+0000 mon.c (mon.1) 595 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:51.282539+0000 mon.c (mon.1) 596 : audit [INF] from='osd.0 [v2:172.21.15.111:6802/1247959070,v1:172.21.15.111:6803/1247959070]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-30T04:43:51.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:51.282845+0000 mon.a (mon.0) 554 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-30T04:43:51.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:51.283345+0000 mon.c (mon.1) 597 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:51.285168+0000 mon.c (mon.1) 598 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:51.285820+0000 mon.c (mon.1) 599 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:51.291803+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:51.335287+0000 mon.c (mon.1) 600 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:51.337271+0000 mon.c (mon.1) 601 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:51.339107+0000 mon.c (mon.1) 602 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:51.339761+0000 mon.c (mon.1) 603 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:51 smithi111 bash[73591]: audit 2024-03-30T04:43:51.348905+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cluster 2024-03-30T04:43:49.745575+0000 mgr.y (mgr.25441) 1090 : cluster [DBG] pgmap v694: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cluster 2024-03-30T04:43:49.745889+0000 mgr.y (mgr.25441) 1091 : cluster [DBG] pgmap v695: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cephadm 2024-03-30T04:43:49.751177+0000 mgr.y (mgr.25441) 1092 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cluster 2024-03-30T04:43:49.815804+0000 mgr.y (mgr.25441) 1093 : cluster [DBG] pgmap v696: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cluster 2024-03-30T04:43:49.816160+0000 mgr.y (mgr.25441) 1094 : cluster [DBG] pgmap v697: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cephadm 2024-03-30T04:43:49.821203+0000 mgr.y (mgr.25441) 1095 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cluster 2024-03-30T04:43:49.884036+0000 mgr.y (mgr.25441) 1096 : cluster [DBG] pgmap v698: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cluster 2024-03-30T04:43:49.884352+0000 mgr.y (mgr.25441) 1097 : cluster [DBG] pgmap v699: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cephadm 2024-03-30T04:43:49.890214+0000 mgr.y (mgr.25441) 1098 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cluster 2024-03-30T04:43:49.954142+0000 mgr.y (mgr.25441) 1099 : cluster [DBG] pgmap v700: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cluster 2024-03-30T04:43:49.954593+0000 mgr.y (mgr.25441) 1100 : cluster [DBG] pgmap v701: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cephadm 2024-03-30T04:43:49.960690+0000 mgr.y (mgr.25441) 1101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cluster 2024-03-30T04:43:50.013126+0000 mgr.y (mgr.25441) 1102 : cluster [DBG] pgmap v702: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cluster 2024-03-30T04:43:50.013597+0000 mgr.y (mgr.25441) 1103 : cluster [DBG] pgmap v703: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cephadm 2024-03-30T04:43:50.019946+0000 mgr.y (mgr.25441) 1104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cluster 2024-03-30T04:43:50.083055+0000 mgr.y (mgr.25441) 1105 : cluster [DBG] pgmap v704: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cluster 2024-03-30T04:43:50.083439+0000 mgr.y (mgr.25441) 1106 : cluster [DBG] pgmap v705: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cephadm 2024-03-30T04:43:50.089208+0000 mgr.y (mgr.25441) 1107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cluster 2024-03-30T04:43:50.152553+0000 mgr.y (mgr.25441) 1108 : cluster [DBG] pgmap v706: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cluster 2024-03-30T04:43:50.152891+0000 mgr.y (mgr.25441) 1109 : cluster [DBG] pgmap v707: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cephadm 2024-03-30T04:43:50.162064+0000 mgr.y (mgr.25441) 1110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cluster 2024-03-30T04:43:50.223506+0000 mgr.y (mgr.25441) 1111 : cluster [DBG] pgmap v708: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cluster 2024-03-30T04:43:50.223841+0000 mgr.y (mgr.25441) 1112 : cluster [DBG] pgmap v709: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cephadm 2024-03-30T04:43:50.230882+0000 mgr.y (mgr.25441) 1113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cluster 2024-03-30T04:43:50.296403+0000 mgr.y (mgr.25441) 1114 : cluster [DBG] pgmap v710: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cluster 2024-03-30T04:43:50.296721+0000 mgr.y (mgr.25441) 1115 : cluster [DBG] pgmap v711: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cephadm 2024-03-30T04:43:50.303885+0000 mgr.y (mgr.25441) 1116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cluster 2024-03-30T04:43:50.349414+0000 mgr.y (mgr.25441) 1117 : cluster [DBG] pgmap v712: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cluster 2024-03-30T04:43:50.349788+0000 mgr.y (mgr.25441) 1118 : cluster [DBG] pgmap v713: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cephadm 2024-03-30T04:43:50.357916+0000 mgr.y (mgr.25441) 1119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.398376+0000 mon.c (mon.1) 535 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.410995+0000 mon.c (mon.1) 536 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.412897+0000 mon.c (mon.1) 537 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.413576+0000 mon.c (mon.1) 538 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cluster 2024-03-30T04:43:50.414997+0000 mgr.y (mgr.25441) 1120 : cluster [DBG] pgmap v714: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cluster 2024-03-30T04:43:50.415375+0000 mgr.y (mgr.25441) 1121 : cluster [DBG] pgmap v715: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.419501+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cephadm 2024-03-30T04:43:50.420225+0000 mgr.y (mgr.25441) 1122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.463512+0000 mon.c (mon.1) 539 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.465432+0000 mon.c (mon.1) 540 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.467206+0000 mon.c (mon.1) 541 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.467883+0000 mon.c (mon.1) 542 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cluster 2024-03-30T04:43:50.469251+0000 mgr.y (mgr.25441) 1123 : cluster [DBG] pgmap v716: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cluster 2024-03-30T04:43:50.469661+0000 mgr.y (mgr.25441) 1124 : cluster [DBG] pgmap v717: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.474151+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cephadm 2024-03-30T04:43:50.474757+0000 mgr.y (mgr.25441) 1125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.514575+0000 mon.c (mon.1) 543 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.516465+0000 mon.c (mon.1) 544 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.518346+0000 mon.c (mon.1) 545 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.519112+0000 mon.c (mon.1) 546 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cluster 2024-03-30T04:43:50.520415+0000 mgr.y (mgr.25441) 1126 : cluster [DBG] pgmap v718: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cluster 2024-03-30T04:43:50.520796+0000 mgr.y (mgr.25441) 1127 : cluster [DBG] pgmap v719: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.526055+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cephadm 2024-03-30T04:43:50.526741+0000 mgr.y (mgr.25441) 1128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.567583+0000 mon.c (mon.1) 547 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.569369+0000 mon.c (mon.1) 548 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.571027+0000 mon.c (mon.1) 549 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.571694+0000 mon.c (mon.1) 550 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cluster 2024-03-30T04:43:50.572925+0000 mgr.y (mgr.25441) 1129 : cluster [DBG] pgmap v720: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cluster 2024-03-30T04:43:50.573305+0000 mgr.y (mgr.25441) 1130 : cluster [DBG] pgmap v721: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.577772+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cephadm 2024-03-30T04:43:50.578322+0000 mgr.y (mgr.25441) 1131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.621224+0000 mon.c (mon.1) 551 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.623629+0000 mon.c (mon.1) 552 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.625956+0000 mon.c (mon.1) 553 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.626877+0000 mon.c (mon.1) 554 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cluster 2024-03-30T04:43:50.628568+0000 mgr.y (mgr.25441) 1132 : cluster [DBG] pgmap v722: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cluster 2024-03-30T04:43:50.628936+0000 mgr.y (mgr.25441) 1133 : cluster [DBG] pgmap v723: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.635410+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cephadm 2024-03-30T04:43:50.636628+0000 mgr.y (mgr.25441) 1134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.676754+0000 mon.c (mon.1) 555 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.678521+0000 mon.c (mon.1) 556 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.680507+0000 mon.c (mon.1) 557 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.681246+0000 mon.c (mon.1) 558 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cluster 2024-03-30T04:43:50.682662+0000 mgr.y (mgr.25441) 1135 : cluster [DBG] pgmap v724: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cluster 2024-03-30T04:43:50.682971+0000 mgr.y (mgr.25441) 1136 : cluster [DBG] pgmap v725: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.687531+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cephadm 2024-03-30T04:43:50.688825+0000 mgr.y (mgr.25441) 1137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.733480+0000 mon.c (mon.1) 559 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.735593+0000 mon.c (mon.1) 560 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.737373+0000 mon.c (mon.1) 561 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.738056+0000 mon.c (mon.1) 562 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cluster 2024-03-30T04:43:50.739443+0000 mgr.y (mgr.25441) 1138 : cluster [DBG] pgmap v726: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: cluster 2024-03-30T04:43:50.739814+0000 mgr.y (mgr.25441) 1139 : cluster [DBG] pgmap v727: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.744146+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.805976+0000 mon.c (mon.1) 563 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.808047+0000 mon.c (mon.1) 564 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.809708+0000 mon.c (mon.1) 565 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.810338+0000 mon.c (mon.1) 566 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.816519+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.876195+0000 mon.c (mon.1) 567 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.878249+0000 mon.c (mon.1) 568 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.880462+0000 mon.c (mon.1) 569 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.881442+0000 mon.c (mon.1) 570 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.890355+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.932846+0000 mon.c (mon.1) 571 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.934756+0000 mon.c (mon.1) 572 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.936792+0000 mon.c (mon.1) 573 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.937477+0000 mon.c (mon.1) 574 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:50.943781+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:51.002317+0000 mon.c (mon.1) 575 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:51.004438+0000 mon.c (mon.1) 576 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:51.006251+0000 mon.c (mon.1) 577 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:51.006949+0000 mon.c (mon.1) 578 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:51.013669+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:51.055178+0000 mon.c (mon.1) 579 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:51.056942+0000 mon.c (mon.1) 580 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:51.058583+0000 mon.c (mon.1) 581 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:51.059165+0000 mon.c (mon.1) 582 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:51.065184+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:51.105627+0000 mon.c (mon.1) 583 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:51.107490+0000 mon.c (mon.1) 584 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:51.109156+0000 mon.c (mon.1) 585 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:51.109747+0000 mon.c (mon.1) 586 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:51.115916+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:51.156567+0000 mon.c (mon.1) 587 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:51.158295+0000 mon.c (mon.1) 588 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:51.159973+0000 mon.c (mon.1) 589 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:51.160591+0000 mon.c (mon.1) 590 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:51.167018+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:51.208107+0000 mon.c (mon.1) 591 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:51.209843+0000 mon.c (mon.1) 592 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:51.211565+0000 mon.c (mon.1) 593 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:51.212154+0000 mon.c (mon.1) 594 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:51.218027+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:51.281318+0000 mon.c (mon.1) 595 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:51.282539+0000 mon.c (mon.1) 596 : audit [INF] from='osd.0 [v2:172.21.15.111:6802/1247959070,v1:172.21.15.111:6803/1247959070]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-30T04:43:51.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:51.282845+0000 mon.a (mon.0) 554 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-30T04:43:51.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:51.283345+0000 mon.c (mon.1) 597 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:51.285168+0000 mon.c (mon.1) 598 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:51.285820+0000 mon.c (mon.1) 599 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:51.291803+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:51.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:51.335287+0000 mon.c (mon.1) 600 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:51.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:51.337271+0000 mon.c (mon.1) 601 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:51.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:51.339107+0000 mon.c (mon.1) 602 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:51.339761+0000 mon.c (mon.1) 603 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:51.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:51 smithi117 bash[62284]: audit 2024-03-30T04:43:51.348905+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:52.404 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[78100]: debug 2024-03-30T04:43:52.261+0000 7f0212c50700 -1 osd.0 108 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:43:52.815 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cephadm 2024-03-30T04:43:50.745435+0000 mgr.y (mgr.25441) 1140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.815 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cluster 2024-03-30T04:43:50.811720+0000 mgr.y (mgr.25441) 1141 : cluster [DBG] pgmap v728: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.815 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cluster 2024-03-30T04:43:50.812046+0000 mgr.y (mgr.25441) 1142 : cluster [DBG] pgmap v729: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.815 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cephadm 2024-03-30T04:43:50.818666+0000 mgr.y (mgr.25441) 1143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.815 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cluster 2024-03-30T04:43:50.883182+0000 mgr.y (mgr.25441) 1144 : cluster [DBG] pgmap v730: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.815 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cluster 2024-03-30T04:43:50.883509+0000 mgr.y (mgr.25441) 1145 : cluster [DBG] pgmap v731: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.815 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cephadm 2024-03-30T04:43:50.891231+0000 mgr.y (mgr.25441) 1146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.815 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cluster 2024-03-30T04:43:50.938846+0000 mgr.y (mgr.25441) 1147 : cluster [DBG] pgmap v732: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.815 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cluster 2024-03-30T04:43:50.939184+0000 mgr.y (mgr.25441) 1148 : cluster [DBG] pgmap v733: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.815 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cephadm 2024-03-30T04:43:50.945277+0000 mgr.y (mgr.25441) 1149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.816 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cluster 2024-03-30T04:43:51.008299+0000 mgr.y (mgr.25441) 1150 : cluster [DBG] pgmap v734: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.816 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cluster 2024-03-30T04:43:51.008607+0000 mgr.y (mgr.25441) 1151 : cluster [DBG] pgmap v735: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.816 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cephadm 2024-03-30T04:43:51.014869+0000 mgr.y (mgr.25441) 1152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.816 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cluster 2024-03-30T04:43:51.060394+0000 mgr.y (mgr.25441) 1153 : cluster [DBG] pgmap v736: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.816 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cluster 2024-03-30T04:43:51.060724+0000 mgr.y (mgr.25441) 1154 : cluster [DBG] pgmap v737: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.816 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cephadm 2024-03-30T04:43:51.065824+0000 mgr.y (mgr.25441) 1155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.816 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cephadm 2024-03-30T04:43:50.745435+0000 mgr.y (mgr.25441) 1140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.816 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cluster 2024-03-30T04:43:50.811720+0000 mgr.y (mgr.25441) 1141 : cluster [DBG] pgmap v728: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.816 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cluster 2024-03-30T04:43:50.812046+0000 mgr.y (mgr.25441) 1142 : cluster [DBG] pgmap v729: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.816 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cephadm 2024-03-30T04:43:50.818666+0000 mgr.y (mgr.25441) 1143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.816 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cluster 2024-03-30T04:43:50.883182+0000 mgr.y (mgr.25441) 1144 : cluster [DBG] pgmap v730: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.817 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cluster 2024-03-30T04:43:50.883509+0000 mgr.y (mgr.25441) 1145 : cluster [DBG] pgmap v731: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.817 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cephadm 2024-03-30T04:43:50.891231+0000 mgr.y (mgr.25441) 1146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.817 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cluster 2024-03-30T04:43:50.938846+0000 mgr.y (mgr.25441) 1147 : cluster [DBG] pgmap v732: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.817 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cluster 2024-03-30T04:43:50.939184+0000 mgr.y (mgr.25441) 1148 : cluster [DBG] pgmap v733: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.817 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cephadm 2024-03-30T04:43:50.945277+0000 mgr.y (mgr.25441) 1149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.817 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cluster 2024-03-30T04:43:51.008299+0000 mgr.y (mgr.25441) 1150 : cluster [DBG] pgmap v734: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.817 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cluster 2024-03-30T04:43:51.008607+0000 mgr.y (mgr.25441) 1151 : cluster [DBG] pgmap v735: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.817 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cephadm 2024-03-30T04:43:51.014869+0000 mgr.y (mgr.25441) 1152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.817 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cluster 2024-03-30T04:43:51.060394+0000 mgr.y (mgr.25441) 1153 : cluster [DBG] pgmap v736: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.817 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cluster 2024-03-30T04:43:51.060724+0000 mgr.y (mgr.25441) 1154 : cluster [DBG] pgmap v737: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.817 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cephadm 2024-03-30T04:43:51.065824+0000 mgr.y (mgr.25441) 1155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.818 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cluster 2024-03-30T04:43:51.111066+0000 mgr.y (mgr.25441) 1156 : cluster [DBG] pgmap v738: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.818 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cluster 2024-03-30T04:43:51.111333+0000 mgr.y (mgr.25441) 1157 : cluster [DBG] pgmap v739: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.818 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cephadm 2024-03-30T04:43:51.116470+0000 mgr.y (mgr.25441) 1158 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.818 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cluster 2024-03-30T04:43:51.162276+0000 mgr.y (mgr.25441) 1159 : cluster [DBG] pgmap v740: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 33 KiB/s rd, 32 op/s; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.818 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cluster 2024-03-30T04:43:51.162607+0000 mgr.y (mgr.25441) 1160 : cluster [DBG] pgmap v741: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 32 KiB/s rd, 32 op/s; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.818 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cephadm 2024-03-30T04:43:51.167678+0000 mgr.y (mgr.25441) 1161 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.818 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cluster 2024-03-30T04:43:51.213446+0000 mgr.y (mgr.25441) 1162 : cluster [DBG] pgmap v742: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 33 KiB/s rd, 32 op/s; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.818 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cluster 2024-03-30T04:43:51.213780+0000 mgr.y (mgr.25441) 1163 : cluster [DBG] pgmap v743: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 33 KiB/s rd, 32 op/s; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.818 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cephadm 2024-03-30T04:43:51.220175+0000 mgr.y (mgr.25441) 1164 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.818 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:51.230730+0000 mgr.y (mgr.25441) 1165 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:52.818 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cluster 2024-03-30T04:43:51.287076+0000 mgr.y (mgr.25441) 1166 : cluster [DBG] pgmap v744: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 28 op/s; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.818 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cluster 2024-03-30T04:43:51.287396+0000 mgr.y (mgr.25441) 1167 : cluster [DBG] pgmap v745: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 28 op/s; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.818 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cephadm 2024-03-30T04:43:51.295673+0000 mgr.y (mgr.25441) 1168 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.818 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cluster 2024-03-30T04:43:51.341081+0000 mgr.y (mgr.25441) 1169 : cluster [DBG] pgmap v746: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.819 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cluster 2024-03-30T04:43:51.341427+0000 mgr.y (mgr.25441) 1170 : cluster [DBG] pgmap v747: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.819 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cluster 2024-03-30T04:43:51.111066+0000 mgr.y (mgr.25441) 1156 : cluster [DBG] pgmap v738: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.819 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cluster 2024-03-30T04:43:51.111333+0000 mgr.y (mgr.25441) 1157 : cluster [DBG] pgmap v739: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.819 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cephadm 2024-03-30T04:43:51.116470+0000 mgr.y (mgr.25441) 1158 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.819 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cluster 2024-03-30T04:43:51.162276+0000 mgr.y (mgr.25441) 1159 : cluster [DBG] pgmap v740: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 33 KiB/s rd, 32 op/s; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.819 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cluster 2024-03-30T04:43:51.162607+0000 mgr.y (mgr.25441) 1160 : cluster [DBG] pgmap v741: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 32 KiB/s rd, 32 op/s; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.819 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cephadm 2024-03-30T04:43:51.167678+0000 mgr.y (mgr.25441) 1161 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.819 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cluster 2024-03-30T04:43:51.213446+0000 mgr.y (mgr.25441) 1162 : cluster [DBG] pgmap v742: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 33 KiB/s rd, 32 op/s; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.820 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cluster 2024-03-30T04:43:51.213780+0000 mgr.y (mgr.25441) 1163 : cluster [DBG] pgmap v743: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 33 KiB/s rd, 32 op/s; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.820 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cephadm 2024-03-30T04:43:51.220175+0000 mgr.y (mgr.25441) 1164 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.820 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:51.230730+0000 mgr.y (mgr.25441) 1165 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:52.820 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cluster 2024-03-30T04:43:51.287076+0000 mgr.y (mgr.25441) 1166 : cluster [DBG] pgmap v744: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 28 op/s; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.820 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cluster 2024-03-30T04:43:51.287396+0000 mgr.y (mgr.25441) 1167 : cluster [DBG] pgmap v745: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 28 op/s; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.820 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cephadm 2024-03-30T04:43:51.295673+0000 mgr.y (mgr.25441) 1168 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.820 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cluster 2024-03-30T04:43:51.341081+0000 mgr.y (mgr.25441) 1169 : cluster [DBG] pgmap v746: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.820 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cluster 2024-03-30T04:43:51.341427+0000 mgr.y (mgr.25441) 1170 : cluster [DBG] pgmap v747: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.820 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cephadm 2024-03-30T04:43:51.350955+0000 mgr.y (mgr.25441) 1171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.820 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:51.415072+0000 mon.c (mon.1) 604 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:52.820 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:51.417177+0000 mon.c (mon.1) 605 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:52.820 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:51.419092+0000 mon.c (mon.1) 606 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.820 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:51.419796+0000 mon.c (mon.1) 607 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:52.820 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cluster 2024-03-30T04:43:51.421068+0000 mgr.y (mgr.25441) 1172 : cluster [DBG] pgmap v748: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.821 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cluster 2024-03-30T04:43:51.421434+0000 mgr.y (mgr.25441) 1173 : cluster [DBG] pgmap v749: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.821 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:51.425903+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:52.821 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cephadm 2024-03-30T04:43:51.426710+0000 mgr.y (mgr.25441) 1174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.821 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:51.467451+0000 mon.c (mon.1) 608 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:52.821 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:51.470020+0000 mon.c (mon.1) 609 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:52.821 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:51.472671+0000 mon.c (mon.1) 610 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.821 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:51.473459+0000 mon.c (mon.1) 611 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:52.821 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cluster 2024-03-30T04:43:51.475311+0000 mgr.y (mgr.25441) 1175 : cluster [DBG] pgmap v750: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.821 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cluster 2024-03-30T04:43:51.475754+0000 mgr.y (mgr.25441) 1176 : cluster [DBG] pgmap v751: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.821 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:51.480231+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:52.821 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cephadm 2024-03-30T04:43:51.481080+0000 mgr.y (mgr.25441) 1177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.821 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:51.551232+0000 mon.c (mon.1) 612 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:52.822 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cephadm 2024-03-30T04:43:51.350955+0000 mgr.y (mgr.25441) 1171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.822 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:51.415072+0000 mon.c (mon.1) 604 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:52.822 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:51.417177+0000 mon.c (mon.1) 605 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:52.822 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:51.419092+0000 mon.c (mon.1) 606 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.822 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:51.419796+0000 mon.c (mon.1) 607 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:52.822 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cluster 2024-03-30T04:43:51.421068+0000 mgr.y (mgr.25441) 1172 : cluster [DBG] pgmap v748: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.822 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cluster 2024-03-30T04:43:51.421434+0000 mgr.y (mgr.25441) 1173 : cluster [DBG] pgmap v749: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.822 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:51.425903+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:52.822 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cephadm 2024-03-30T04:43:51.426710+0000 mgr.y (mgr.25441) 1174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.822 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:51.467451+0000 mon.c (mon.1) 608 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:52.822 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:51.470020+0000 mon.c (mon.1) 609 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:52.822 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:51.472671+0000 mon.c (mon.1) 610 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.823 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:51.473459+0000 mon.c (mon.1) 611 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:52.823 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cluster 2024-03-30T04:43:51.475311+0000 mgr.y (mgr.25441) 1175 : cluster [DBG] pgmap v750: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.823 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cluster 2024-03-30T04:43:51.475754+0000 mgr.y (mgr.25441) 1176 : cluster [DBG] pgmap v751: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.823 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:51.480231+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:52.823 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cephadm 2024-03-30T04:43:51.481080+0000 mgr.y (mgr.25441) 1177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.823 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:51.551232+0000 mon.c (mon.1) 612 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:52.823 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:51.554337+0000 mon.c (mon.1) 613 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:52.823 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:51.556652+0000 mon.c (mon.1) 614 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.823 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:51.557601+0000 mon.c (mon.1) 615 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:52.823 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cluster 2024-03-30T04:43:51.559489+0000 mgr.y (mgr.25441) 1178 : cluster [DBG] pgmap v752: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.823 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cluster 2024-03-30T04:43:51.559813+0000 mgr.y (mgr.25441) 1179 : cluster [DBG] pgmap v753: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:51.567986+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:52.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cephadm 2024-03-30T04:43:51.568933+0000 mgr.y (mgr.25441) 1180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:51.638085+0000 mon.c (mon.1) 616 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:52.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:51.641603+0000 mon.c (mon.1) 617 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:52.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:51.644562+0000 mon.c (mon.1) 618 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:51.645612+0000 mon.c (mon.1) 619 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:52.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cluster 2024-03-30T04:43:51.647814+0000 mgr.y (mgr.25441) 1181 : cluster [DBG] pgmap v754: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cluster 2024-03-30T04:43:51.648259+0000 mgr.y (mgr.25441) 1182 : cluster [DBG] pgmap v755: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:51.655315+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:52.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cephadm 2024-03-30T04:43:51.656164+0000 mgr.y (mgr.25441) 1183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:51.727196+0000 mon.c (mon.1) 620 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:52.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:51.731122+0000 mon.c (mon.1) 621 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:52.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:51.734770+0000 mon.c (mon.1) 622 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.825 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:51.554337+0000 mon.c (mon.1) 613 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:52.825 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:51.556652+0000 mon.c (mon.1) 614 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.825 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:51.557601+0000 mon.c (mon.1) 615 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:52.825 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cluster 2024-03-30T04:43:51.559489+0000 mgr.y (mgr.25441) 1178 : cluster [DBG] pgmap v752: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.825 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cluster 2024-03-30T04:43:51.559813+0000 mgr.y (mgr.25441) 1179 : cluster [DBG] pgmap v753: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.825 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:51.567986+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:52.825 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cephadm 2024-03-30T04:43:51.568933+0000 mgr.y (mgr.25441) 1180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.825 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:51.638085+0000 mon.c (mon.1) 616 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:52.825 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:51.641603+0000 mon.c (mon.1) 617 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:52.825 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:51.644562+0000 mon.c (mon.1) 618 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.826 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:51.645612+0000 mon.c (mon.1) 619 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:52.826 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cluster 2024-03-30T04:43:51.647814+0000 mgr.y (mgr.25441) 1181 : cluster [DBG] pgmap v754: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.826 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cluster 2024-03-30T04:43:51.648259+0000 mgr.y (mgr.25441) 1182 : cluster [DBG] pgmap v755: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.826 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:51.655315+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:52.826 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cephadm 2024-03-30T04:43:51.656164+0000 mgr.y (mgr.25441) 1183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.826 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:51.727196+0000 mon.c (mon.1) 620 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:52.826 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:51.731122+0000 mon.c (mon.1) 621 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:52.826 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:51.734770+0000 mon.c (mon.1) 622 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.826 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:51.735869+0000 mon.c (mon.1) 623 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:52.826 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cluster 2024-03-30T04:43:51.738041+0000 mgr.y (mgr.25441) 1184 : cluster [DBG] pgmap v756: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cluster 2024-03-30T04:43:51.738317+0000 mgr.y (mgr.25441) 1185 : cluster [DBG] pgmap v757: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:51.745589+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:52.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:51.787731+0000 mon.c (mon.1) 624 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:52.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:51.790539+0000 mon.c (mon.1) 625 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:52.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:51.792724+0000 mon.c (mon.1) 626 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:51.793359+0000 mon.c (mon.1) 627 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:52.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:51.799982+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:52.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:51.858434+0000 mon.c (mon.1) 628 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:52.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:51.860400+0000 mon.c (mon.1) 629 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:52.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:51.862862+0000 mon.c (mon.1) 630 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:51.863596+0000 mon.c (mon.1) 631 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:52.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:51.869995+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:52.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:51.929489+0000 mon.c (mon.1) 632 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:52.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:51.931554+0000 mon.c (mon.1) 633 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:52.828 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:51.933391+0000 mon.c (mon.1) 634 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.828 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:51.934000+0000 mon.c (mon.1) 635 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:52.828 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:51.940216+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:52.828 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:51.998478+0000 mon.c (mon.1) 636 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:52.828 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:51.735869+0000 mon.c (mon.1) 623 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:52.828 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cluster 2024-03-30T04:43:51.738041+0000 mgr.y (mgr.25441) 1184 : cluster [DBG] pgmap v756: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.828 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cluster 2024-03-30T04:43:51.738317+0000 mgr.y (mgr.25441) 1185 : cluster [DBG] pgmap v757: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.828 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:51.745589+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:52.828 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:51.787731+0000 mon.c (mon.1) 624 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:52.828 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:51.790539+0000 mon.c (mon.1) 625 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:52.828 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:51.792724+0000 mon.c (mon.1) 626 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.828 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:51.793359+0000 mon.c (mon.1) 627 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:52.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:51.799982+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:52.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:51.858434+0000 mon.c (mon.1) 628 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:52.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:51.860400+0000 mon.c (mon.1) 629 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:52.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:51.862862+0000 mon.c (mon.1) 630 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:51.863596+0000 mon.c (mon.1) 631 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:52.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:51.869995+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:52.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:51.929489+0000 mon.c (mon.1) 632 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:52.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:51.931554+0000 mon.c (mon.1) 633 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:52.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:51.933391+0000 mon.c (mon.1) 634 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:51.934000+0000 mon.c (mon.1) 635 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:52.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:51.940216+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:52.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:51.998478+0000 mon.c (mon.1) 636 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:52.830 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:52.001221+0000 mon.c (mon.1) 637 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:52.830 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:52.004062+0000 mon.c (mon.1) 638 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.830 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:52.005244+0000 mon.c (mon.1) 639 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:52.830 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:52.015839+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:52.830 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:52.092800+0000 mon.c (mon.1) 640 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:52.830 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:52.096681+0000 mon.c (mon.1) 641 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:52.830 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:52.099590+0000 mon.c (mon.1) 642 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.830 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:52.100906+0000 mon.c (mon.1) 643 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:52.830 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:52.111763+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:52.830 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:52.185587+0000 mon.c (mon.1) 644 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:52.830 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:52.187326+0000 mon.c (mon.1) 645 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:52.830 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:52.188979+0000 mon.c (mon.1) 646 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:52.189650+0000 mon.c (mon.1) 647 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:52.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:52.195857+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:52.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:52.217843+0000 mon.a (mon.0) 568 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-30T04:43:52.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: cluster 2024-03-30T04:43:52.220482+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e111: 8 total, 7 up, 8 in 2024-03-30T04:43:52.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:52.221923+0000 mon.c (mon.1) 648 : audit [INF] from='osd.0 [v2:172.21.15.111:6802/1247959070,v1:172.21.15.111:6803/1247959070]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2024-03-30T04:43:52.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:52.222330+0000 mon.a (mon.0) 570 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2024-03-30T04:43:52.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:52.254628+0000 mon.c (mon.1) 649 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:52.831 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:52.001221+0000 mon.c (mon.1) 637 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:52.831 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:52.004062+0000 mon.c (mon.1) 638 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.831 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:52.005244+0000 mon.c (mon.1) 639 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:52.831 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:52.015839+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:52.832 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:52.092800+0000 mon.c (mon.1) 640 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:52.832 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:52.096681+0000 mon.c (mon.1) 641 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:52.832 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:52.099590+0000 mon.c (mon.1) 642 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.832 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:52.100906+0000 mon.c (mon.1) 643 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:52.832 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:52.111763+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:52.832 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:52.185587+0000 mon.c (mon.1) 644 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:52.832 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:52.187326+0000 mon.c (mon.1) 645 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:52.832 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:52.188979+0000 mon.c (mon.1) 646 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.832 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:52.189650+0000 mon.c (mon.1) 647 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:52.832 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:52.195857+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:52.832 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:52.217843+0000 mon.a (mon.0) 568 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-30T04:43:52.832 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: cluster 2024-03-30T04:43:52.220482+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e111: 8 total, 7 up, 8 in 2024-03-30T04:43:52.832 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:52.221923+0000 mon.c (mon.1) 648 : audit [INF] from='osd.0 [v2:172.21.15.111:6802/1247959070,v1:172.21.15.111:6803/1247959070]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2024-03-30T04:43:52.832 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:52.222330+0000 mon.a (mon.0) 570 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2024-03-30T04:43:52.832 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:52.254628+0000 mon.c (mon.1) 649 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:52.833 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:52.256470+0000 mon.c (mon.1) 650 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:52.833 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:52.258191+0000 mon.c (mon.1) 651 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.833 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:52.258843+0000 mon.c (mon.1) 652 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:52.833 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:52.265042+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:52.833 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:52.325063+0000 mon.c (mon.1) 653 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:52.833 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:52.327116+0000 mon.c (mon.1) 654 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:52.833 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:52.329141+0000 mon.c (mon.1) 655 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.833 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:52.329803+0000 mon.c (mon.1) 656 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:52.833 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:52.336063+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:52.833 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:52.393917+0000 mon.c (mon.1) 657 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:52.833 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:52.396072+0000 mon.c (mon.1) 658 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:52.834 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:52.398413+0000 mon.c (mon.1) 659 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.834 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[73591]: audit 2024-03-30T04:43:52.399103+0000 mon.c (mon.1) 660 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:52.834 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:52.256470+0000 mon.c (mon.1) 650 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:52.834 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:52.258191+0000 mon.c (mon.1) 651 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.834 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:52.258843+0000 mon.c (mon.1) 652 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:52.834 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:52.265042+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:52.834 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:52.325063+0000 mon.c (mon.1) 653 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:52.834 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:52.327116+0000 mon.c (mon.1) 654 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:52.834 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:52.329141+0000 mon.c (mon.1) 655 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.834 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:52.329803+0000 mon.c (mon.1) 656 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:52.834 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:52.336063+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:52.834 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:52.393917+0000 mon.c (mon.1) 657 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:52.834 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:52.396072+0000 mon.c (mon.1) 658 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:52.835 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:52.398413+0000 mon.c (mon.1) 659 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.835 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:52 smithi111 bash[70954]: audit 2024-03-30T04:43:52.399103+0000 mon.c (mon.1) 660 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:52.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cephadm 2024-03-30T04:43:50.745435+0000 mgr.y (mgr.25441) 1140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cluster 2024-03-30T04:43:50.811720+0000 mgr.y (mgr.25441) 1141 : cluster [DBG] pgmap v728: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cluster 2024-03-30T04:43:50.812046+0000 mgr.y (mgr.25441) 1142 : cluster [DBG] pgmap v729: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cephadm 2024-03-30T04:43:50.818666+0000 mgr.y (mgr.25441) 1143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cluster 2024-03-30T04:43:50.883182+0000 mgr.y (mgr.25441) 1144 : cluster [DBG] pgmap v730: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cluster 2024-03-30T04:43:50.883509+0000 mgr.y (mgr.25441) 1145 : cluster [DBG] pgmap v731: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cephadm 2024-03-30T04:43:50.891231+0000 mgr.y (mgr.25441) 1146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cluster 2024-03-30T04:43:50.938846+0000 mgr.y (mgr.25441) 1147 : cluster [DBG] pgmap v732: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cluster 2024-03-30T04:43:50.939184+0000 mgr.y (mgr.25441) 1148 : cluster [DBG] pgmap v733: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cephadm 2024-03-30T04:43:50.945277+0000 mgr.y (mgr.25441) 1149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cluster 2024-03-30T04:43:51.008299+0000 mgr.y (mgr.25441) 1150 : cluster [DBG] pgmap v734: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cluster 2024-03-30T04:43:51.008607+0000 mgr.y (mgr.25441) 1151 : cluster [DBG] pgmap v735: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cephadm 2024-03-30T04:43:51.014869+0000 mgr.y (mgr.25441) 1152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cluster 2024-03-30T04:43:51.060394+0000 mgr.y (mgr.25441) 1153 : cluster [DBG] pgmap v736: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cluster 2024-03-30T04:43:51.060724+0000 mgr.y (mgr.25441) 1154 : cluster [DBG] pgmap v737: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cephadm 2024-03-30T04:43:51.065824+0000 mgr.y (mgr.25441) 1155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cluster 2024-03-30T04:43:51.111066+0000 mgr.y (mgr.25441) 1156 : cluster [DBG] pgmap v738: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cluster 2024-03-30T04:43:51.111333+0000 mgr.y (mgr.25441) 1157 : cluster [DBG] pgmap v739: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cephadm 2024-03-30T04:43:51.116470+0000 mgr.y (mgr.25441) 1158 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cluster 2024-03-30T04:43:51.162276+0000 mgr.y (mgr.25441) 1159 : cluster [DBG] pgmap v740: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 33 KiB/s rd, 32 op/s; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cluster 2024-03-30T04:43:51.162607+0000 mgr.y (mgr.25441) 1160 : cluster [DBG] pgmap v741: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 32 KiB/s rd, 32 op/s; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cephadm 2024-03-30T04:43:51.167678+0000 mgr.y (mgr.25441) 1161 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cluster 2024-03-30T04:43:51.213446+0000 mgr.y (mgr.25441) 1162 : cluster [DBG] pgmap v742: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 33 KiB/s rd, 32 op/s; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cluster 2024-03-30T04:43:51.213780+0000 mgr.y (mgr.25441) 1163 : cluster [DBG] pgmap v743: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 33 KiB/s rd, 32 op/s; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cephadm 2024-03-30T04:43:51.220175+0000 mgr.y (mgr.25441) 1164 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:51.230730+0000 mgr.y (mgr.25441) 1165 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cluster 2024-03-30T04:43:51.287076+0000 mgr.y (mgr.25441) 1166 : cluster [DBG] pgmap v744: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 28 op/s; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cluster 2024-03-30T04:43:51.287396+0000 mgr.y (mgr.25441) 1167 : cluster [DBG] pgmap v745: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 28 op/s; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cephadm 2024-03-30T04:43:51.295673+0000 mgr.y (mgr.25441) 1168 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cluster 2024-03-30T04:43:51.341081+0000 mgr.y (mgr.25441) 1169 : cluster [DBG] pgmap v746: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cluster 2024-03-30T04:43:51.341427+0000 mgr.y (mgr.25441) 1170 : cluster [DBG] pgmap v747: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cephadm 2024-03-30T04:43:51.350955+0000 mgr.y (mgr.25441) 1171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:51.415072+0000 mon.c (mon.1) 604 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:52.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:51.417177+0000 mon.c (mon.1) 605 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:52.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:51.419092+0000 mon.c (mon.1) 606 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:51.419796+0000 mon.c (mon.1) 607 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:52.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cluster 2024-03-30T04:43:51.421068+0000 mgr.y (mgr.25441) 1172 : cluster [DBG] pgmap v748: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cluster 2024-03-30T04:43:51.421434+0000 mgr.y (mgr.25441) 1173 : cluster [DBG] pgmap v749: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:51.425903+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:52.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cephadm 2024-03-30T04:43:51.426710+0000 mgr.y (mgr.25441) 1174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:51.467451+0000 mon.c (mon.1) 608 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:52.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:51.470020+0000 mon.c (mon.1) 609 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:52.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:51.472671+0000 mon.c (mon.1) 610 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:51.473459+0000 mon.c (mon.1) 611 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:52.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cluster 2024-03-30T04:43:51.475311+0000 mgr.y (mgr.25441) 1175 : cluster [DBG] pgmap v750: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cluster 2024-03-30T04:43:51.475754+0000 mgr.y (mgr.25441) 1176 : cluster [DBG] pgmap v751: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:51.480231+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:52.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cephadm 2024-03-30T04:43:51.481080+0000 mgr.y (mgr.25441) 1177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:51.551232+0000 mon.c (mon.1) 612 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:52.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:51.554337+0000 mon.c (mon.1) 613 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:52.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:51.556652+0000 mon.c (mon.1) 614 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:51.557601+0000 mon.c (mon.1) 615 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:52.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cluster 2024-03-30T04:43:51.559489+0000 mgr.y (mgr.25441) 1178 : cluster [DBG] pgmap v752: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cluster 2024-03-30T04:43:51.559813+0000 mgr.y (mgr.25441) 1179 : cluster [DBG] pgmap v753: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:51.567986+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:52.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cephadm 2024-03-30T04:43:51.568933+0000 mgr.y (mgr.25441) 1180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:51.638085+0000 mon.c (mon.1) 616 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:52.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:51.641603+0000 mon.c (mon.1) 617 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:52.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:51.644562+0000 mon.c (mon.1) 618 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:51.645612+0000 mon.c (mon.1) 619 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:52.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cluster 2024-03-30T04:43:51.647814+0000 mgr.y (mgr.25441) 1181 : cluster [DBG] pgmap v754: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cluster 2024-03-30T04:43:51.648259+0000 mgr.y (mgr.25441) 1182 : cluster [DBG] pgmap v755: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:51.655315+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:52.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cephadm 2024-03-30T04:43:51.656164+0000 mgr.y (mgr.25441) 1183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:52.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:51.727196+0000 mon.c (mon.1) 620 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:52.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:51.731122+0000 mon.c (mon.1) 621 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:52.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:51.734770+0000 mon.c (mon.1) 622 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:51.735869+0000 mon.c (mon.1) 623 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:52.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cluster 2024-03-30T04:43:51.738041+0000 mgr.y (mgr.25441) 1184 : cluster [DBG] pgmap v756: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cluster 2024-03-30T04:43:51.738317+0000 mgr.y (mgr.25441) 1185 : cluster [DBG] pgmap v757: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:52.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:51.745589+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:52.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:51.787731+0000 mon.c (mon.1) 624 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:52.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:51.790539+0000 mon.c (mon.1) 625 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:52.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:51.792724+0000 mon.c (mon.1) 626 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:51.793359+0000 mon.c (mon.1) 627 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:52.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:51.799982+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:52.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:51.858434+0000 mon.c (mon.1) 628 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:52.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:51.860400+0000 mon.c (mon.1) 629 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:52.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:51.862862+0000 mon.c (mon.1) 630 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:51.863596+0000 mon.c (mon.1) 631 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:52.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:51.869995+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:52.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:51.929489+0000 mon.c (mon.1) 632 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:52.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:51.931554+0000 mon.c (mon.1) 633 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:52.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:51.933391+0000 mon.c (mon.1) 634 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:51.934000+0000 mon.c (mon.1) 635 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:52.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:51.940216+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:52.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:51.998478+0000 mon.c (mon.1) 636 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:52.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:52.001221+0000 mon.c (mon.1) 637 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:52.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:52.004062+0000 mon.c (mon.1) 638 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:52.005244+0000 mon.c (mon.1) 639 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:52.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:52.015839+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:52.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:52.092800+0000 mon.c (mon.1) 640 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:52.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:52.096681+0000 mon.c (mon.1) 641 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:52.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:52.099590+0000 mon.c (mon.1) 642 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:52.100906+0000 mon.c (mon.1) 643 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:52.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:52.111763+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:52.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:52.185587+0000 mon.c (mon.1) 644 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:52.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:52.187326+0000 mon.c (mon.1) 645 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:52.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:52.188979+0000 mon.c (mon.1) 646 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:52.189650+0000 mon.c (mon.1) 647 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:52.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:52.195857+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:52.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:52.217843+0000 mon.a (mon.0) 568 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-30T04:43:52.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: cluster 2024-03-30T04:43:52.220482+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e111: 8 total, 7 up, 8 in 2024-03-30T04:43:52.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:52.221923+0000 mon.c (mon.1) 648 : audit [INF] from='osd.0 [v2:172.21.15.111:6802/1247959070,v1:172.21.15.111:6803/1247959070]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2024-03-30T04:43:52.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:52.222330+0000 mon.a (mon.0) 570 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2024-03-30T04:43:52.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:52.254628+0000 mon.c (mon.1) 649 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:52.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:52.256470+0000 mon.c (mon.1) 650 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:52.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:52.258191+0000 mon.c (mon.1) 651 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:52.258843+0000 mon.c (mon.1) 652 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:52.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:52.265042+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:52.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:52.325063+0000 mon.c (mon.1) 653 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:52.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:52.327116+0000 mon.c (mon.1) 654 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:52.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:52.329141+0000 mon.c (mon.1) 655 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:52.329803+0000 mon.c (mon.1) 656 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:52.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:52.336063+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:52.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:52.393917+0000 mon.c (mon.1) 657 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:52.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:52.396072+0000 mon.c (mon.1) 658 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:52.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:52.398413+0000 mon.c (mon.1) 659 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:52 smithi117 bash[62284]: audit 2024-03-30T04:43:52.399103+0000 mon.c (mon.1) 660 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.817 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cephadm 2024-03-30T04:43:51.746630+0000 mgr.y (mgr.25441) 1186 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.818 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cluster 2024-03-30T04:43:51.794726+0000 mgr.y (mgr.25441) 1187 : cluster [DBG] pgmap v758: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.818 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cluster 2024-03-30T04:43:51.795023+0000 mgr.y (mgr.25441) 1188 : cluster [DBG] pgmap v759: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.818 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cephadm 2024-03-30T04:43:51.800534+0000 mgr.y (mgr.25441) 1189 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.818 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cluster 2024-03-30T04:43:51.865044+0000 mgr.y (mgr.25441) 1190 : cluster [DBG] pgmap v760: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.818 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cluster 2024-03-30T04:43:51.865415+0000 mgr.y (mgr.25441) 1191 : cluster [DBG] pgmap v761: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.818 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cephadm 2024-03-30T04:43:51.871433+0000 mgr.y (mgr.25441) 1192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.818 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cluster 2024-03-30T04:43:51.935324+0000 mgr.y (mgr.25441) 1193 : cluster [DBG] pgmap v762: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.818 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cluster 2024-03-30T04:43:51.935741+0000 mgr.y (mgr.25441) 1194 : cluster [DBG] pgmap v763: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.818 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cephadm 2024-03-30T04:43:51.940783+0000 mgr.y (mgr.25441) 1195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.818 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cluster 2024-03-30T04:43:52.007260+0000 mgr.y (mgr.25441) 1196 : cluster [DBG] pgmap v764: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.818 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cluster 2024-03-30T04:43:52.007669+0000 mgr.y (mgr.25441) 1197 : cluster [DBG] pgmap v765: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.818 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cephadm 2024-03-30T04:43:52.016653+0000 mgr.y (mgr.25441) 1198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.819 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cluster 2024-03-30T04:43:52.103593+0000 mgr.y (mgr.25441) 1199 : cluster [DBG] pgmap v766: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.819 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cluster 2024-03-30T04:43:52.104652+0000 mgr.y (mgr.25441) 1200 : cluster [DBG] pgmap v767: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.819 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cephadm 2024-03-30T04:43:52.112467+0000 mgr.y (mgr.25441) 1201 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.819 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cephadm 2024-03-30T04:43:51.746630+0000 mgr.y (mgr.25441) 1186 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.819 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cluster 2024-03-30T04:43:51.794726+0000 mgr.y (mgr.25441) 1187 : cluster [DBG] pgmap v758: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.819 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cluster 2024-03-30T04:43:51.795023+0000 mgr.y (mgr.25441) 1188 : cluster [DBG] pgmap v759: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.819 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cephadm 2024-03-30T04:43:51.800534+0000 mgr.y (mgr.25441) 1189 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.819 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cluster 2024-03-30T04:43:51.865044+0000 mgr.y (mgr.25441) 1190 : cluster [DBG] pgmap v760: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.819 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cluster 2024-03-30T04:43:51.865415+0000 mgr.y (mgr.25441) 1191 : cluster [DBG] pgmap v761: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.819 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cephadm 2024-03-30T04:43:51.871433+0000 mgr.y (mgr.25441) 1192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.820 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cluster 2024-03-30T04:43:51.935324+0000 mgr.y (mgr.25441) 1193 : cluster [DBG] pgmap v762: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.820 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cluster 2024-03-30T04:43:51.935741+0000 mgr.y (mgr.25441) 1194 : cluster [DBG] pgmap v763: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.820 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cephadm 2024-03-30T04:43:51.940783+0000 mgr.y (mgr.25441) 1195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.820 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cluster 2024-03-30T04:43:52.007260+0000 mgr.y (mgr.25441) 1196 : cluster [DBG] pgmap v764: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.820 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cluster 2024-03-30T04:43:52.007669+0000 mgr.y (mgr.25441) 1197 : cluster [DBG] pgmap v765: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.820 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cephadm 2024-03-30T04:43:52.016653+0000 mgr.y (mgr.25441) 1198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.820 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cluster 2024-03-30T04:43:52.103593+0000 mgr.y (mgr.25441) 1199 : cluster [DBG] pgmap v766: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.820 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cluster 2024-03-30T04:43:52.104652+0000 mgr.y (mgr.25441) 1200 : cluster [DBG] pgmap v767: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.820 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cephadm 2024-03-30T04:43:52.112467+0000 mgr.y (mgr.25441) 1201 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.821 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cluster 2024-03-30T04:43:52.190973+0000 mgr.y (mgr.25441) 1202 : cluster [DBG] pgmap v768: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.821 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cluster 2024-03-30T04:43:52.191257+0000 mgr.y (mgr.25441) 1203 : cluster [DBG] pgmap v769: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.821 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cephadm 2024-03-30T04:43:52.196439+0000 mgr.y (mgr.25441) 1204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.821 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cluster 2024-03-30T04:43:52.260129+0000 mgr.y (mgr.25441) 1205 : cluster [DBG] pgmap v771: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.821 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cluster 2024-03-30T04:43:52.260392+0000 mgr.y (mgr.25441) 1206 : cluster [DBG] pgmap v772: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.821 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cephadm 2024-03-30T04:43:52.265681+0000 mgr.y (mgr.25441) 1207 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.821 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cluster 2024-03-30T04:43:52.331316+0000 mgr.y (mgr.25441) 1208 : cluster [DBG] pgmap v773: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.821 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cluster 2024-03-30T04:43:52.331707+0000 mgr.y (mgr.25441) 1209 : cluster [DBG] pgmap v774: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.821 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cephadm 2024-03-30T04:43:52.337324+0000 mgr.y (mgr.25441) 1210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.821 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cluster 2024-03-30T04:43:52.400501+0000 mgr.y (mgr.25441) 1211 : cluster [DBG] pgmap v775: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.821 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cluster 2024-03-30T04:43:52.400817+0000 mgr.y (mgr.25441) 1212 : cluster [DBG] pgmap v776: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.821 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.407049+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.821 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cephadm 2024-03-30T04:43:52.408130+0000 mgr.y (mgr.25441) 1213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.821 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.455446+0000 mon.c (mon.1) 661 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.821 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.457539+0000 mon.c (mon.1) 662 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.822 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.459274+0000 mon.c (mon.1) 663 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.822 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.459933+0000 mon.c (mon.1) 664 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.822 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cluster 2024-03-30T04:43:52.461299+0000 mgr.y (mgr.25441) 1214 : cluster [DBG] pgmap v777: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.822 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cluster 2024-03-30T04:43:52.461601+0000 mgr.y (mgr.25441) 1215 : cluster [DBG] pgmap v778: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.822 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.466405+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.822 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cephadm 2024-03-30T04:43:52.467083+0000 mgr.y (mgr.25441) 1216 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.822 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.512878+0000 mon.c (mon.1) 665 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.822 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.515081+0000 mon.c (mon.1) 666 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.822 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.516986+0000 mon.c (mon.1) 667 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.823 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.517641+0000 mon.c (mon.1) 668 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.823 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cluster 2024-03-30T04:43:52.519082+0000 mgr.y (mgr.25441) 1217 : cluster [DBG] pgmap v779: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.823 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cluster 2024-03-30T04:43:52.519446+0000 mgr.y (mgr.25441) 1218 : cluster [DBG] pgmap v780: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.823 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.526192+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.823 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cephadm 2024-03-30T04:43:52.527746+0000 mgr.y (mgr.25441) 1219 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.823 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.573466+0000 mon.c (mon.1) 669 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.823 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.575791+0000 mon.c (mon.1) 670 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.823 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.578487+0000 mon.c (mon.1) 671 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.823 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.579338+0000 mon.c (mon.1) 672 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.823 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cluster 2024-03-30T04:43:52.581555+0000 mgr.y (mgr.25441) 1220 : cluster [DBG] pgmap v781: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cluster 2024-03-30T04:43:52.190973+0000 mgr.y (mgr.25441) 1202 : cluster [DBG] pgmap v768: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cluster 2024-03-30T04:43:52.191257+0000 mgr.y (mgr.25441) 1203 : cluster [DBG] pgmap v769: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cephadm 2024-03-30T04:43:52.196439+0000 mgr.y (mgr.25441) 1204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cluster 2024-03-30T04:43:52.260129+0000 mgr.y (mgr.25441) 1205 : cluster [DBG] pgmap v771: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cluster 2024-03-30T04:43:52.260392+0000 mgr.y (mgr.25441) 1206 : cluster [DBG] pgmap v772: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cephadm 2024-03-30T04:43:52.265681+0000 mgr.y (mgr.25441) 1207 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cluster 2024-03-30T04:43:52.331316+0000 mgr.y (mgr.25441) 1208 : cluster [DBG] pgmap v773: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cluster 2024-03-30T04:43:52.331707+0000 mgr.y (mgr.25441) 1209 : cluster [DBG] pgmap v774: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cephadm 2024-03-30T04:43:52.337324+0000 mgr.y (mgr.25441) 1210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cluster 2024-03-30T04:43:52.400501+0000 mgr.y (mgr.25441) 1211 : cluster [DBG] pgmap v775: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cluster 2024-03-30T04:43:52.400817+0000 mgr.y (mgr.25441) 1212 : cluster [DBG] pgmap v776: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.407049+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cephadm 2024-03-30T04:43:52.408130+0000 mgr.y (mgr.25441) 1213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.455446+0000 mon.c (mon.1) 661 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.457539+0000 mon.c (mon.1) 662 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.825 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.459274+0000 mon.c (mon.1) 663 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.825 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.459933+0000 mon.c (mon.1) 664 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.825 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cluster 2024-03-30T04:43:52.582494+0000 mgr.y (mgr.25441) 1221 : cluster [DBG] pgmap v782: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.825 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.588489+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.825 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cephadm 2024-03-30T04:43:52.589590+0000 mgr.y (mgr.25441) 1222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.825 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.663266+0000 mon.c (mon.1) 673 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.825 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.665490+0000 mon.c (mon.1) 674 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.825 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.667557+0000 mon.c (mon.1) 675 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.825 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.668344+0000 mon.c (mon.1) 676 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.825 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cluster 2024-03-30T04:43:52.669978+0000 mgr.y (mgr.25441) 1223 : cluster [DBG] pgmap v783: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.825 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cluster 2024-03-30T04:43:52.670358+0000 mgr.y (mgr.25441) 1224 : cluster [DBG] pgmap v784: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.826 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.677799+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.826 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cephadm 2024-03-30T04:43:52.678496+0000 mgr.y (mgr.25441) 1225 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.826 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.719520+0000 mon.c (mon.1) 677 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.826 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.721629+0000 mon.c (mon.1) 678 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.826 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.723563+0000 mon.c (mon.1) 679 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.826 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.724305+0000 mon.c (mon.1) 680 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.826 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cluster 2024-03-30T04:43:52.725828+0000 mgr.y (mgr.25441) 1226 : cluster [DBG] pgmap v785: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.826 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cluster 2024-03-30T04:43:52.726203+0000 mgr.y (mgr.25441) 1227 : cluster [DBG] pgmap v786: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.826 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.731790+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.826 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cephadm 2024-03-30T04:43:52.733427+0000 mgr.y (mgr.25441) 1228 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.826 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cluster 2024-03-30T04:43:52.461299+0000 mgr.y (mgr.25441) 1214 : cluster [DBG] pgmap v777: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cluster 2024-03-30T04:43:52.461601+0000 mgr.y (mgr.25441) 1215 : cluster [DBG] pgmap v778: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.466405+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cephadm 2024-03-30T04:43:52.467083+0000 mgr.y (mgr.25441) 1216 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.512878+0000 mon.c (mon.1) 665 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.515081+0000 mon.c (mon.1) 666 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.516986+0000 mon.c (mon.1) 667 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.517641+0000 mon.c (mon.1) 668 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cluster 2024-03-30T04:43:52.519082+0000 mgr.y (mgr.25441) 1217 : cluster [DBG] pgmap v779: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cluster 2024-03-30T04:43:52.519446+0000 mgr.y (mgr.25441) 1218 : cluster [DBG] pgmap v780: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.526192+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cephadm 2024-03-30T04:43:52.527746+0000 mgr.y (mgr.25441) 1219 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.573466+0000 mon.c (mon.1) 669 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.575791+0000 mon.c (mon.1) 670 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.578487+0000 mon.c (mon.1) 671 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.828 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.579338+0000 mon.c (mon.1) 672 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.828 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cluster 2024-03-30T04:43:52.581555+0000 mgr.y (mgr.25441) 1220 : cluster [DBG] pgmap v781: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.828 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.790003+0000 mon.c (mon.1) 681 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.828 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.792116+0000 mon.c (mon.1) 682 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.828 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.794173+0000 mon.c (mon.1) 683 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.828 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.795136+0000 mon.c (mon.1) 684 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.828 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.802918+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.828 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.861423+0000 mon.c (mon.1) 685 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.828 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.863176+0000 mon.c (mon.1) 686 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.864927+0000 mon.c (mon.1) 687 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.865537+0000 mon.c (mon.1) 688 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.871927+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.912898+0000 mon.c (mon.1) 689 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.914723+0000 mon.c (mon.1) 690 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.916859+0000 mon.c (mon.1) 691 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.917607+0000 mon.c (mon.1) 692 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.923884+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.966226+0000 mon.c (mon.1) 693 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.968303+0000 mon.c (mon.1) 694 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.970277+0000 mon.c (mon.1) 695 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.970983+0000 mon.c (mon.1) 696 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:52.977847+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:53.036582+0000 mon.c (mon.1) 697 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:53.038646+0000 mon.c (mon.1) 698 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.830 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:53.040659+0000 mon.c (mon.1) 699 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.830 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:53.041399+0000 mon.c (mon.1) 700 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.830 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:53.047649+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.830 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:53.089744+0000 mon.c (mon.1) 701 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.830 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:53.091777+0000 mon.c (mon.1) 702 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.830 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:53.093600+0000 mon.c (mon.1) 703 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.830 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:53.094305+0000 mon.c (mon.1) 704 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.830 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:53.100182+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.830 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:53.145506+0000 mon.c (mon.1) 705 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.830 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:53.147927+0000 mon.c (mon.1) 706 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.830 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:53.150143+0000 mon.c (mon.1) 707 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.830 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:53.151097+0000 mon.c (mon.1) 708 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.830 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:53.157669+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.830 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:53.208192+0000 mon.c (mon.1) 709 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.830 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:53.210629+0000 mon.c (mon.1) 710 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.831 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:53.212682+0000 mon.c (mon.1) 711 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.831 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:53.213424+0000 mon.c (mon.1) 712 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cluster 2024-03-30T04:43:52.582494+0000 mgr.y (mgr.25441) 1221 : cluster [DBG] pgmap v782: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.588489+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cephadm 2024-03-30T04:43:52.589590+0000 mgr.y (mgr.25441) 1222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.663266+0000 mon.c (mon.1) 673 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.665490+0000 mon.c (mon.1) 674 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.667557+0000 mon.c (mon.1) 675 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.668344+0000 mon.c (mon.1) 676 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cluster 2024-03-30T04:43:52.669978+0000 mgr.y (mgr.25441) 1223 : cluster [DBG] pgmap v783: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cluster 2024-03-30T04:43:52.670358+0000 mgr.y (mgr.25441) 1224 : cluster [DBG] pgmap v784: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.832 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.677799+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.832 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cephadm 2024-03-30T04:43:52.678496+0000 mgr.y (mgr.25441) 1225 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.832 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.719520+0000 mon.c (mon.1) 677 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.832 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.721629+0000 mon.c (mon.1) 678 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.832 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.723563+0000 mon.c (mon.1) 679 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.832 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.724305+0000 mon.c (mon.1) 680 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.832 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cluster 2024-03-30T04:43:52.725828+0000 mgr.y (mgr.25441) 1226 : cluster [DBG] pgmap v785: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.832 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cluster 2024-03-30T04:43:52.726203+0000 mgr.y (mgr.25441) 1227 : cluster [DBG] pgmap v786: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.832 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.731790+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.832 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cephadm 2024-03-30T04:43:52.733427+0000 mgr.y (mgr.25441) 1228 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.832 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:53.220338+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.833 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cluster 2024-03-30T04:43:53.263536+0000 mon.a (mon.0) 587 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:43:53.833 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cluster 2024-03-30T04:43:53.268120+0000 mon.a (mon.0) 588 : cluster [INF] osd.0 [v2:172.21.15.111:6802/1247959070,v1:172.21.15.111:6803/1247959070] boot 2024-03-30T04:43:53.833 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: cluster 2024-03-30T04:43:53.268256+0000 mon.a (mon.0) 589 : cluster [DBG] osdmap e112: 8 total, 8 up, 8 in 2024-03-30T04:43:53.833 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:53.269728+0000 mon.c (mon.1) 713 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:43:53.833 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:53.286605+0000 mon.c (mon.1) 714 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.833 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:53.295291+0000 mon.c (mon.1) 715 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.833 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:53.298798+0000 mon.c (mon.1) 716 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.833 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:53.303071+0000 mon.c (mon.1) 717 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.833 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:53.309663+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.833 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:53.361203+0000 mon.c (mon.1) 718 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.833 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:53.363169+0000 mon.c (mon.1) 719 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.833 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:53.365464+0000 mon.c (mon.1) 720 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.833 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:53.366165+0000 mon.c (mon.1) 721 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.834 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[70954]: audit 2024-03-30T04:43:53.374072+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.834 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.790003+0000 mon.c (mon.1) 681 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.834 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.792116+0000 mon.c (mon.1) 682 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.834 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.794173+0000 mon.c (mon.1) 683 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.834 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.795136+0000 mon.c (mon.1) 684 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.834 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.802918+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.835 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.861423+0000 mon.c (mon.1) 685 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.835 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.863176+0000 mon.c (mon.1) 686 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.835 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.864927+0000 mon.c (mon.1) 687 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.835 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.865537+0000 mon.c (mon.1) 688 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.835 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.871927+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.835 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.912898+0000 mon.c (mon.1) 689 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.835 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.914723+0000 mon.c (mon.1) 690 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.835 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.916859+0000 mon.c (mon.1) 691 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.835 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.917607+0000 mon.c (mon.1) 692 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.835 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.923884+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.835 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.966226+0000 mon.c (mon.1) 693 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.835 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.968303+0000 mon.c (mon.1) 694 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.835 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.970277+0000 mon.c (mon.1) 695 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.835 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.970983+0000 mon.c (mon.1) 696 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.835 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:52.977847+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.835 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:53.036582+0000 mon.c (mon.1) 697 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:53.038646+0000 mon.c (mon.1) 698 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:53.040659+0000 mon.c (mon.1) 699 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:53.041399+0000 mon.c (mon.1) 700 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:53.047649+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:53.089744+0000 mon.c (mon.1) 701 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:53.091777+0000 mon.c (mon.1) 702 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:53.093600+0000 mon.c (mon.1) 703 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:53.094305+0000 mon.c (mon.1) 704 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:53.100182+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:53.145506+0000 mon.c (mon.1) 705 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:53.147927+0000 mon.c (mon.1) 706 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:53.150143+0000 mon.c (mon.1) 707 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:53.151097+0000 mon.c (mon.1) 708 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:53.157669+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:53.208192+0000 mon.c (mon.1) 709 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:53.210629+0000 mon.c (mon.1) 710 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:53.212682+0000 mon.c (mon.1) 711 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:53.213424+0000 mon.c (mon.1) 712 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:53.220338+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cluster 2024-03-30T04:43:53.263536+0000 mon.a (mon.0) 587 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:43:53.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cluster 2024-03-30T04:43:53.268120+0000 mon.a (mon.0) 588 : cluster [INF] osd.0 [v2:172.21.15.111:6802/1247959070,v1:172.21.15.111:6803/1247959070] boot 2024-03-30T04:43:53.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: cluster 2024-03-30T04:43:53.268256+0000 mon.a (mon.0) 589 : cluster [DBG] osdmap e112: 8 total, 8 up, 8 in 2024-03-30T04:43:53.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:53.269728+0000 mon.c (mon.1) 713 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:43:53.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:53.286605+0000 mon.c (mon.1) 714 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:53.295291+0000 mon.c (mon.1) 715 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:53.298798+0000 mon.c (mon.1) 716 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:53.303071+0000 mon.c (mon.1) 717 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:53.309663+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:53.361203+0000 mon.c (mon.1) 718 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:53.363169+0000 mon.c (mon.1) 719 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.838 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:53.365464+0000 mon.c (mon.1) 720 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.838 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:53.366165+0000 mon.c (mon.1) 721 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.838 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[73591]: audit 2024-03-30T04:43:53.374072+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.885 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[53671]: ts=2024-03-30T04:43:53.508Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi111\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:43:53.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cephadm 2024-03-30T04:43:51.746630+0000 mgr.y (mgr.25441) 1186 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cluster 2024-03-30T04:43:51.794726+0000 mgr.y (mgr.25441) 1187 : cluster [DBG] pgmap v758: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cluster 2024-03-30T04:43:51.795023+0000 mgr.y (mgr.25441) 1188 : cluster [DBG] pgmap v759: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cephadm 2024-03-30T04:43:51.800534+0000 mgr.y (mgr.25441) 1189 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cluster 2024-03-30T04:43:51.865044+0000 mgr.y (mgr.25441) 1190 : cluster [DBG] pgmap v760: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cluster 2024-03-30T04:43:51.865415+0000 mgr.y (mgr.25441) 1191 : cluster [DBG] pgmap v761: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cephadm 2024-03-30T04:43:51.871433+0000 mgr.y (mgr.25441) 1192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cluster 2024-03-30T04:43:51.935324+0000 mgr.y (mgr.25441) 1193 : cluster [DBG] pgmap v762: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cluster 2024-03-30T04:43:51.935741+0000 mgr.y (mgr.25441) 1194 : cluster [DBG] pgmap v763: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cephadm 2024-03-30T04:43:51.940783+0000 mgr.y (mgr.25441) 1195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cluster 2024-03-30T04:43:52.007260+0000 mgr.y (mgr.25441) 1196 : cluster [DBG] pgmap v764: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cluster 2024-03-30T04:43:52.007669+0000 mgr.y (mgr.25441) 1197 : cluster [DBG] pgmap v765: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cephadm 2024-03-30T04:43:52.016653+0000 mgr.y (mgr.25441) 1198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cluster 2024-03-30T04:43:52.103593+0000 mgr.y (mgr.25441) 1199 : cluster [DBG] pgmap v766: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cluster 2024-03-30T04:43:52.104652+0000 mgr.y (mgr.25441) 1200 : cluster [DBG] pgmap v767: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cephadm 2024-03-30T04:43:52.112467+0000 mgr.y (mgr.25441) 1201 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cluster 2024-03-30T04:43:52.190973+0000 mgr.y (mgr.25441) 1202 : cluster [DBG] pgmap v768: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cluster 2024-03-30T04:43:52.191257+0000 mgr.y (mgr.25441) 1203 : cluster [DBG] pgmap v769: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cephadm 2024-03-30T04:43:52.196439+0000 mgr.y (mgr.25441) 1204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cluster 2024-03-30T04:43:52.260129+0000 mgr.y (mgr.25441) 1205 : cluster [DBG] pgmap v771: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cluster 2024-03-30T04:43:52.260392+0000 mgr.y (mgr.25441) 1206 : cluster [DBG] pgmap v772: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cephadm 2024-03-30T04:43:52.265681+0000 mgr.y (mgr.25441) 1207 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cluster 2024-03-30T04:43:52.331316+0000 mgr.y (mgr.25441) 1208 : cluster [DBG] pgmap v773: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cluster 2024-03-30T04:43:52.331707+0000 mgr.y (mgr.25441) 1209 : cluster [DBG] pgmap v774: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cephadm 2024-03-30T04:43:52.337324+0000 mgr.y (mgr.25441) 1210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cluster 2024-03-30T04:43:52.400501+0000 mgr.y (mgr.25441) 1211 : cluster [DBG] pgmap v775: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cluster 2024-03-30T04:43:52.400817+0000 mgr.y (mgr.25441) 1212 : cluster [DBG] pgmap v776: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.407049+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cephadm 2024-03-30T04:43:52.408130+0000 mgr.y (mgr.25441) 1213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.455446+0000 mon.c (mon.1) 661 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.457539+0000 mon.c (mon.1) 662 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.459274+0000 mon.c (mon.1) 663 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.459933+0000 mon.c (mon.1) 664 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cluster 2024-03-30T04:43:52.461299+0000 mgr.y (mgr.25441) 1214 : cluster [DBG] pgmap v777: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cluster 2024-03-30T04:43:52.461601+0000 mgr.y (mgr.25441) 1215 : cluster [DBG] pgmap v778: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.466405+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cephadm 2024-03-30T04:43:52.467083+0000 mgr.y (mgr.25441) 1216 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.512878+0000 mon.c (mon.1) 665 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.515081+0000 mon.c (mon.1) 666 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.516986+0000 mon.c (mon.1) 667 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.517641+0000 mon.c (mon.1) 668 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cluster 2024-03-30T04:43:52.519082+0000 mgr.y (mgr.25441) 1217 : cluster [DBG] pgmap v779: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cluster 2024-03-30T04:43:52.519446+0000 mgr.y (mgr.25441) 1218 : cluster [DBG] pgmap v780: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.526192+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cephadm 2024-03-30T04:43:52.527746+0000 mgr.y (mgr.25441) 1219 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.573466+0000 mon.c (mon.1) 669 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.575791+0000 mon.c (mon.1) 670 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.578487+0000 mon.c (mon.1) 671 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.579338+0000 mon.c (mon.1) 672 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cluster 2024-03-30T04:43:52.581555+0000 mgr.y (mgr.25441) 1220 : cluster [DBG] pgmap v781: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cluster 2024-03-30T04:43:52.582494+0000 mgr.y (mgr.25441) 1221 : cluster [DBG] pgmap v782: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.588489+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cephadm 2024-03-30T04:43:52.589590+0000 mgr.y (mgr.25441) 1222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.663266+0000 mon.c (mon.1) 673 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.665490+0000 mon.c (mon.1) 674 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.667557+0000 mon.c (mon.1) 675 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.668344+0000 mon.c (mon.1) 676 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cluster 2024-03-30T04:43:52.669978+0000 mgr.y (mgr.25441) 1223 : cluster [DBG] pgmap v783: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cluster 2024-03-30T04:43:52.670358+0000 mgr.y (mgr.25441) 1224 : cluster [DBG] pgmap v784: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.677799+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cephadm 2024-03-30T04:43:52.678496+0000 mgr.y (mgr.25441) 1225 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.719520+0000 mon.c (mon.1) 677 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.721629+0000 mon.c (mon.1) 678 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.723563+0000 mon.c (mon.1) 679 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.724305+0000 mon.c (mon.1) 680 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cluster 2024-03-30T04:43:52.725828+0000 mgr.y (mgr.25441) 1226 : cluster [DBG] pgmap v785: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cluster 2024-03-30T04:43:52.726203+0000 mgr.y (mgr.25441) 1227 : cluster [DBG] pgmap v786: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.731790+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cephadm 2024-03-30T04:43:52.733427+0000 mgr.y (mgr.25441) 1228 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.790003+0000 mon.c (mon.1) 681 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.792116+0000 mon.c (mon.1) 682 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.794173+0000 mon.c (mon.1) 683 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.795136+0000 mon.c (mon.1) 684 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.802918+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.861423+0000 mon.c (mon.1) 685 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.863176+0000 mon.c (mon.1) 686 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.864927+0000 mon.c (mon.1) 687 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.865537+0000 mon.c (mon.1) 688 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.871927+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.912898+0000 mon.c (mon.1) 689 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.914723+0000 mon.c (mon.1) 690 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.916859+0000 mon.c (mon.1) 691 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.917607+0000 mon.c (mon.1) 692 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.923884+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.966226+0000 mon.c (mon.1) 693 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.968303+0000 mon.c (mon.1) 694 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.970277+0000 mon.c (mon.1) 695 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.970983+0000 mon.c (mon.1) 696 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:52.977847+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:53.036582+0000 mon.c (mon.1) 697 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:53.038646+0000 mon.c (mon.1) 698 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:53.040659+0000 mon.c (mon.1) 699 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:53.041399+0000 mon.c (mon.1) 700 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:53.047649+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:53.089744+0000 mon.c (mon.1) 701 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:53.091777+0000 mon.c (mon.1) 702 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:53.093600+0000 mon.c (mon.1) 703 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:53.094305+0000 mon.c (mon.1) 704 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:53.100182+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:53.145506+0000 mon.c (mon.1) 705 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:53.147927+0000 mon.c (mon.1) 706 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:53.150143+0000 mon.c (mon.1) 707 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:53.151097+0000 mon.c (mon.1) 708 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:53.157669+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:53.208192+0000 mon.c (mon.1) 709 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:53.210629+0000 mon.c (mon.1) 710 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:53.212682+0000 mon.c (mon.1) 711 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:53.213424+0000 mon.c (mon.1) 712 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:53.220338+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cluster 2024-03-30T04:43:53.263536+0000 mon.a (mon.0) 587 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:43:53.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cluster 2024-03-30T04:43:53.268120+0000 mon.a (mon.0) 588 : cluster [INF] osd.0 [v2:172.21.15.111:6802/1247959070,v1:172.21.15.111:6803/1247959070] boot 2024-03-30T04:43:53.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: cluster 2024-03-30T04:43:53.268256+0000 mon.a (mon.0) 589 : cluster [DBG] osdmap e112: 8 total, 8 up, 8 in 2024-03-30T04:43:53.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:53.269728+0000 mon.c (mon.1) 713 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:43:53.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:53.286605+0000 mon.c (mon.1) 714 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:53.295291+0000 mon.c (mon.1) 715 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:53.298798+0000 mon.c (mon.1) 716 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:53.303071+0000 mon.c (mon.1) 717 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:53.309663+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:53.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:53.361203+0000 mon.c (mon.1) 718 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:53.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:53.363169+0000 mon.c (mon.1) 719 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:53.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:53.365464+0000 mon.c (mon.1) 720 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:53.366165+0000 mon.c (mon.1) 721 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:53.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:53 smithi117 bash[62284]: audit 2024-03-30T04:43:53.374072+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:54.115 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:43:53 smithi111 bash[65893]: debug 2024-03-30T04:43:53.881+0000 7f81a1b9f700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (18 PGs are or would become offline) 2024-03-30T04:43:54.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: cluster 2024-03-30T04:43:52.796652+0000 mgr.y (mgr.25441) 1229 : cluster [DBG] pgmap v787: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: cluster 2024-03-30T04:43:52.797062+0000 mgr.y (mgr.25441) 1230 : cluster [DBG] pgmap v788: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: cephadm 2024-03-30T04:43:52.803922+0000 mgr.y (mgr.25441) 1231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:54.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: cluster 2024-03-30T04:43:52.866914+0000 mgr.y (mgr.25441) 1232 : cluster [DBG] pgmap v789: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: cluster 2024-03-30T04:43:52.867285+0000 mgr.y (mgr.25441) 1233 : cluster [DBG] pgmap v790: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: cephadm 2024-03-30T04:43:52.872523+0000 mgr.y (mgr.25441) 1234 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:54.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: cluster 2024-03-30T04:43:52.919207+0000 mgr.y (mgr.25441) 1235 : cluster [DBG] pgmap v791: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: cluster 2024-03-30T04:43:52.919578+0000 mgr.y (mgr.25441) 1236 : cluster [DBG] pgmap v792: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: cephadm 2024-03-30T04:43:52.925468+0000 mgr.y (mgr.25441) 1237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:54.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: cluster 2024-03-30T04:43:52.972388+0000 mgr.y (mgr.25441) 1238 : cluster [DBG] pgmap v793: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: cluster 2024-03-30T04:43:52.972773+0000 mgr.y (mgr.25441) 1239 : cluster [DBG] pgmap v794: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: cephadm 2024-03-30T04:43:52.978552+0000 mgr.y (mgr.25441) 1240 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:54.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: cluster 2024-03-30T04:43:53.042935+0000 mgr.y (mgr.25441) 1241 : cluster [DBG] pgmap v795: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: cluster 2024-03-30T04:43:53.043307+0000 mgr.y (mgr.25441) 1242 : cluster [DBG] pgmap v796: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: cephadm 2024-03-30T04:43:53.049340+0000 mgr.y (mgr.25441) 1243 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:54.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: cluster 2024-03-30T04:43:52.796652+0000 mgr.y (mgr.25441) 1229 : cluster [DBG] pgmap v787: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: cluster 2024-03-30T04:43:52.797062+0000 mgr.y (mgr.25441) 1230 : cluster [DBG] pgmap v788: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: cephadm 2024-03-30T04:43:52.803922+0000 mgr.y (mgr.25441) 1231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:54.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: cluster 2024-03-30T04:43:52.866914+0000 mgr.y (mgr.25441) 1232 : cluster [DBG] pgmap v789: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: cluster 2024-03-30T04:43:52.867285+0000 mgr.y (mgr.25441) 1233 : cluster [DBG] pgmap v790: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: cephadm 2024-03-30T04:43:52.872523+0000 mgr.y (mgr.25441) 1234 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:54.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: cluster 2024-03-30T04:43:52.919207+0000 mgr.y (mgr.25441) 1235 : cluster [DBG] pgmap v791: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: cluster 2024-03-30T04:43:52.919578+0000 mgr.y (mgr.25441) 1236 : cluster [DBG] pgmap v792: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: cephadm 2024-03-30T04:43:52.925468+0000 mgr.y (mgr.25441) 1237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:54.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: cluster 2024-03-30T04:43:52.972388+0000 mgr.y (mgr.25441) 1238 : cluster [DBG] pgmap v793: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: cluster 2024-03-30T04:43:52.972773+0000 mgr.y (mgr.25441) 1239 : cluster [DBG] pgmap v794: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: cephadm 2024-03-30T04:43:52.978552+0000 mgr.y (mgr.25441) 1240 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:54.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: cluster 2024-03-30T04:43:53.042935+0000 mgr.y (mgr.25441) 1241 : cluster [DBG] pgmap v795: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: cluster 2024-03-30T04:43:53.043307+0000 mgr.y (mgr.25441) 1242 : cluster [DBG] pgmap v796: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: cephadm 2024-03-30T04:43:53.049340+0000 mgr.y (mgr.25441) 1243 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:54.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: cluster 2024-03-30T04:43:53.095729+0000 mgr.y (mgr.25441) 1244 : cluster [DBG] pgmap v797: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: cluster 2024-03-30T04:43:53.096095+0000 mgr.y (mgr.25441) 1245 : cluster [DBG] pgmap v798: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: cephadm 2024-03-30T04:43:53.100878+0000 mgr.y (mgr.25441) 1246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:54.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: cluster 2024-03-30T04:43:53.152735+0000 mgr.y (mgr.25441) 1247 : cluster [DBG] pgmap v799: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: cluster 2024-03-30T04:43:53.153062+0000 mgr.y (mgr.25441) 1248 : cluster [DBG] pgmap v800: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: cephadm 2024-03-30T04:43:53.161599+0000 mgr.y (mgr.25441) 1249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:54.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: cluster 2024-03-30T04:43:53.215085+0000 mgr.y (mgr.25441) 1250 : cluster [DBG] pgmap v801: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: cluster 2024-03-30T04:43:53.215519+0000 mgr.y (mgr.25441) 1251 : cluster [DBG] pgmap v802: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: cephadm 2024-03-30T04:43:53.221268+0000 mgr.y (mgr.25441) 1252 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:54.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: cluster 2024-03-30T04:43:53.305702+0000 mgr.y (mgr.25441) 1253 : cluster [DBG] pgmap v804: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: cephadm 2024-03-30T04:43:53.314446+0000 mgr.y (mgr.25441) 1254 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:54.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: cluster 2024-03-30T04:43:53.367625+0000 mgr.y (mgr.25441) 1255 : cluster [DBG] pgmap v805: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: cluster 2024-03-30T04:43:53.367939+0000 mgr.y (mgr.25441) 1256 : cluster [DBG] pgmap v806: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: cephadm 2024-03-30T04:43:53.377411+0000 mgr.y (mgr.25441) 1257 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:54.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: audit 2024-03-30T04:43:53.436372+0000 mon.c (mon.1) 722 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:54.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: audit 2024-03-30T04:43:53.438615+0000 mon.c (mon.1) 723 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:54.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: audit 2024-03-30T04:43:53.441298+0000 mon.c (mon.1) 724 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:54.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: cluster 2024-03-30T04:43:53.095729+0000 mgr.y (mgr.25441) 1244 : cluster [DBG] pgmap v797: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: cluster 2024-03-30T04:43:53.096095+0000 mgr.y (mgr.25441) 1245 : cluster [DBG] pgmap v798: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: cephadm 2024-03-30T04:43:53.100878+0000 mgr.y (mgr.25441) 1246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:54.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: cluster 2024-03-30T04:43:53.152735+0000 mgr.y (mgr.25441) 1247 : cluster [DBG] pgmap v799: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: cluster 2024-03-30T04:43:53.153062+0000 mgr.y (mgr.25441) 1248 : cluster [DBG] pgmap v800: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: cephadm 2024-03-30T04:43:53.161599+0000 mgr.y (mgr.25441) 1249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:54.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: cluster 2024-03-30T04:43:53.215085+0000 mgr.y (mgr.25441) 1250 : cluster [DBG] pgmap v801: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: cluster 2024-03-30T04:43:53.215519+0000 mgr.y (mgr.25441) 1251 : cluster [DBG] pgmap v802: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: cephadm 2024-03-30T04:43:53.221268+0000 mgr.y (mgr.25441) 1252 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:54.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: cluster 2024-03-30T04:43:53.305702+0000 mgr.y (mgr.25441) 1253 : cluster [DBG] pgmap v804: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: cephadm 2024-03-30T04:43:53.314446+0000 mgr.y (mgr.25441) 1254 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:54.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: cluster 2024-03-30T04:43:53.367625+0000 mgr.y (mgr.25441) 1255 : cluster [DBG] pgmap v805: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: cluster 2024-03-30T04:43:53.367939+0000 mgr.y (mgr.25441) 1256 : cluster [DBG] pgmap v806: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: cephadm 2024-03-30T04:43:53.377411+0000 mgr.y (mgr.25441) 1257 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:54.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: audit 2024-03-30T04:43:53.436372+0000 mon.c (mon.1) 722 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:54.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: audit 2024-03-30T04:43:53.438615+0000 mon.c (mon.1) 723 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:54.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: audit 2024-03-30T04:43:53.441298+0000 mon.c (mon.1) 724 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:54.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: audit 2024-03-30T04:43:53.442136+0000 mon.c (mon.1) 725 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:54.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: cluster 2024-03-30T04:43:53.443870+0000 mgr.y (mgr.25441) 1258 : cluster [DBG] pgmap v807: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: cluster 2024-03-30T04:43:53.444198+0000 mgr.y (mgr.25441) 1259 : cluster [DBG] pgmap v808: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: audit 2024-03-30T04:43:53.448716+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:54.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: cephadm 2024-03-30T04:43:53.451524+0000 mgr.y (mgr.25441) 1260 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:54.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: audit 2024-03-30T04:43:53.512249+0000 mon.c (mon.1) 726 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:54.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: audit 2024-03-30T04:43:53.516137+0000 mon.c (mon.1) 727 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:54.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: audit 2024-03-30T04:43:53.518159+0000 mon.c (mon.1) 728 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:54.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: audit 2024-03-30T04:43:53.518838+0000 mon.c (mon.1) 729 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:54.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: cluster 2024-03-30T04:43:53.520171+0000 mgr.y (mgr.25441) 1261 : cluster [DBG] pgmap v809: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: cluster 2024-03-30T04:43:53.520553+0000 mgr.y (mgr.25441) 1262 : cluster [DBG] pgmap v810: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: audit 2024-03-30T04:43:53.525705+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:54.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: cephadm 2024-03-30T04:43:53.528156+0000 mgr.y (mgr.25441) 1263 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:54.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: audit 2024-03-30T04:43:53.584939+0000 mon.c (mon.1) 730 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:54.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: audit 2024-03-30T04:43:53.586871+0000 mon.c (mon.1) 731 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:54.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: audit 2024-03-30T04:43:53.588745+0000 mon.c (mon.1) 732 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:54.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: audit 2024-03-30T04:43:53.589529+0000 mon.c (mon.1) 733 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:54.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: cluster 2024-03-30T04:43:53.591056+0000 mgr.y (mgr.25441) 1264 : cluster [DBG] pgmap v811: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: audit 2024-03-30T04:43:53.442136+0000 mon.c (mon.1) 725 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:54.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: cluster 2024-03-30T04:43:53.443870+0000 mgr.y (mgr.25441) 1258 : cluster [DBG] pgmap v807: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: cluster 2024-03-30T04:43:53.444198+0000 mgr.y (mgr.25441) 1259 : cluster [DBG] pgmap v808: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: audit 2024-03-30T04:43:53.448716+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:54.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: cephadm 2024-03-30T04:43:53.451524+0000 mgr.y (mgr.25441) 1260 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:54.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: audit 2024-03-30T04:43:53.512249+0000 mon.c (mon.1) 726 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:54.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: audit 2024-03-30T04:43:53.516137+0000 mon.c (mon.1) 727 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:54.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: audit 2024-03-30T04:43:53.518159+0000 mon.c (mon.1) 728 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:54.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: audit 2024-03-30T04:43:53.518838+0000 mon.c (mon.1) 729 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:54.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: cluster 2024-03-30T04:43:53.520171+0000 mgr.y (mgr.25441) 1261 : cluster [DBG] pgmap v809: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: cluster 2024-03-30T04:43:53.520553+0000 mgr.y (mgr.25441) 1262 : cluster [DBG] pgmap v810: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: audit 2024-03-30T04:43:53.525705+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:54.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: cephadm 2024-03-30T04:43:53.528156+0000 mgr.y (mgr.25441) 1263 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:54.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: audit 2024-03-30T04:43:53.584939+0000 mon.c (mon.1) 730 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:54.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: audit 2024-03-30T04:43:53.586871+0000 mon.c (mon.1) 731 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:54.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: audit 2024-03-30T04:43:53.588745+0000 mon.c (mon.1) 732 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:54.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: audit 2024-03-30T04:43:53.589529+0000 mon.c (mon.1) 733 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:54.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: cluster 2024-03-30T04:43:53.591056+0000 mgr.y (mgr.25441) 1264 : cluster [DBG] pgmap v811: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: cluster 2024-03-30T04:43:53.591433+0000 mgr.y (mgr.25441) 1265 : cluster [DBG] pgmap v812: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: audit 2024-03-30T04:43:53.596383+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:54.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: cephadm 2024-03-30T04:43:53.597728+0000 mgr.y (mgr.25441) 1266 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:54.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: audit 2024-03-30T04:43:53.654034+0000 mon.c (mon.1) 734 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:54.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: audit 2024-03-30T04:43:53.655752+0000 mon.c (mon.1) 735 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:54.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: audit 2024-03-30T04:43:53.657601+0000 mon.c (mon.1) 736 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:54.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: audit 2024-03-30T04:43:53.658211+0000 mon.c (mon.1) 737 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:54.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: cluster 2024-03-30T04:43:53.659621+0000 mgr.y (mgr.25441) 1267 : cluster [DBG] pgmap v813: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: cluster 2024-03-30T04:43:53.659897+0000 mgr.y (mgr.25441) 1268 : cluster [DBG] pgmap v814: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: audit 2024-03-30T04:43:53.664599+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:54.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: cephadm 2024-03-30T04:43:53.665733+0000 mgr.y (mgr.25441) 1269 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:54.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: audit 2024-03-30T04:43:53.739099+0000 mon.c (mon.1) 738 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:54.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: audit 2024-03-30T04:43:53.741058+0000 mon.c (mon.1) 739 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:54.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: audit 2024-03-30T04:43:53.742985+0000 mon.c (mon.1) 740 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:54.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: audit 2024-03-30T04:43:53.743694+0000 mon.c (mon.1) 741 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:54.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: cluster 2024-03-30T04:43:53.745043+0000 mgr.y (mgr.25441) 1270 : cluster [DBG] pgmap v815: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: audit 2024-03-30T04:43:53.751244+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:54.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: audit 2024-03-30T04:43:53.805926+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:54.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: audit 2024-03-30T04:43:53.810885+0000 mon.c (mon.1) 742 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:54.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: audit 2024-03-30T04:43:53.812611+0000 mon.c (mon.1) 743 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:54.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: audit 2024-03-30T04:43:53.814656+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:54.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: audit 2024-03-30T04:43:53.819849+0000 mon.c (mon.1) 744 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:54.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: audit 2024-03-30T04:43:53.820544+0000 mon.c (mon.1) 745 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:54.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: audit 2024-03-30T04:43:53.823615+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:54.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: audit 2024-03-30T04:43:53.831599+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:54.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: audit 2024-03-30T04:43:53.877054+0000 mon.c (mon.1) 746 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:54.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: audit 2024-03-30T04:43:53.878944+0000 mon.c (mon.1) 747 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:54.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: audit 2024-03-30T04:43:53.880353+0000 mon.c (mon.1) 748 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:54.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: audit 2024-03-30T04:43:53.881354+0000 mon.c (mon.1) 749 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:54.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: audit 2024-03-30T04:43:53.882641+0000 mon.c (mon.1) 750 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-30T04:43:54.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[70954]: cluster 2024-03-30T04:43:54.274537+0000 mon.a (mon.0) 601 : cluster [DBG] osdmap e113: 8 total, 8 up, 8 in 2024-03-30T04:43:54.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: cluster 2024-03-30T04:43:53.591433+0000 mgr.y (mgr.25441) 1265 : cluster [DBG] pgmap v812: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: audit 2024-03-30T04:43:53.596383+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:54.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: cephadm 2024-03-30T04:43:53.597728+0000 mgr.y (mgr.25441) 1266 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:54.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: audit 2024-03-30T04:43:53.654034+0000 mon.c (mon.1) 734 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:54.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: audit 2024-03-30T04:43:53.655752+0000 mon.c (mon.1) 735 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:54.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: audit 2024-03-30T04:43:53.657601+0000 mon.c (mon.1) 736 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:54.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: audit 2024-03-30T04:43:53.658211+0000 mon.c (mon.1) 737 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:54.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: cluster 2024-03-30T04:43:53.659621+0000 mgr.y (mgr.25441) 1267 : cluster [DBG] pgmap v813: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: cluster 2024-03-30T04:43:53.659897+0000 mgr.y (mgr.25441) 1268 : cluster [DBG] pgmap v814: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: audit 2024-03-30T04:43:53.664599+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:54.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: cephadm 2024-03-30T04:43:53.665733+0000 mgr.y (mgr.25441) 1269 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:54.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: audit 2024-03-30T04:43:53.739099+0000 mon.c (mon.1) 738 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:54.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: audit 2024-03-30T04:43:53.741058+0000 mon.c (mon.1) 739 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:54.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: audit 2024-03-30T04:43:53.742985+0000 mon.c (mon.1) 740 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:54.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: audit 2024-03-30T04:43:53.743694+0000 mon.c (mon.1) 741 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:54.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: cluster 2024-03-30T04:43:53.745043+0000 mgr.y (mgr.25441) 1270 : cluster [DBG] pgmap v815: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: audit 2024-03-30T04:43:53.751244+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:54.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: audit 2024-03-30T04:43:53.805926+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:54.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: audit 2024-03-30T04:43:53.810885+0000 mon.c (mon.1) 742 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:54.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: audit 2024-03-30T04:43:53.812611+0000 mon.c (mon.1) 743 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:54.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: audit 2024-03-30T04:43:53.814656+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:54.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: audit 2024-03-30T04:43:53.819849+0000 mon.c (mon.1) 744 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:54.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: audit 2024-03-30T04:43:53.820544+0000 mon.c (mon.1) 745 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:54.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: audit 2024-03-30T04:43:53.823615+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:54.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: audit 2024-03-30T04:43:53.831599+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:54.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: audit 2024-03-30T04:43:53.877054+0000 mon.c (mon.1) 746 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:54.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: audit 2024-03-30T04:43:53.878944+0000 mon.c (mon.1) 747 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:54.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: audit 2024-03-30T04:43:53.880353+0000 mon.c (mon.1) 748 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:54.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: audit 2024-03-30T04:43:53.881354+0000 mon.c (mon.1) 749 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:54.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: audit 2024-03-30T04:43:53.882641+0000 mon.c (mon.1) 750 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-30T04:43:54.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:54 smithi111 bash[73591]: cluster 2024-03-30T04:43:54.274537+0000 mon.a (mon.0) 601 : cluster [DBG] osdmap e113: 8 total, 8 up, 8 in 2024-03-30T04:43:54.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: cluster 2024-03-30T04:43:52.796652+0000 mgr.y (mgr.25441) 1229 : cluster [DBG] pgmap v787: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: cluster 2024-03-30T04:43:52.797062+0000 mgr.y (mgr.25441) 1230 : cluster [DBG] pgmap v788: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: cephadm 2024-03-30T04:43:52.803922+0000 mgr.y (mgr.25441) 1231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:54.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: cluster 2024-03-30T04:43:52.866914+0000 mgr.y (mgr.25441) 1232 : cluster [DBG] pgmap v789: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: cluster 2024-03-30T04:43:52.867285+0000 mgr.y (mgr.25441) 1233 : cluster [DBG] pgmap v790: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: cephadm 2024-03-30T04:43:52.872523+0000 mgr.y (mgr.25441) 1234 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:54.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: cluster 2024-03-30T04:43:52.919207+0000 mgr.y (mgr.25441) 1235 : cluster [DBG] pgmap v791: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: cluster 2024-03-30T04:43:52.919578+0000 mgr.y (mgr.25441) 1236 : cluster [DBG] pgmap v792: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: cephadm 2024-03-30T04:43:52.925468+0000 mgr.y (mgr.25441) 1237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:54.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: cluster 2024-03-30T04:43:52.972388+0000 mgr.y (mgr.25441) 1238 : cluster [DBG] pgmap v793: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: cluster 2024-03-30T04:43:52.972773+0000 mgr.y (mgr.25441) 1239 : cluster [DBG] pgmap v794: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: cephadm 2024-03-30T04:43:52.978552+0000 mgr.y (mgr.25441) 1240 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:54.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: cluster 2024-03-30T04:43:53.042935+0000 mgr.y (mgr.25441) 1241 : cluster [DBG] pgmap v795: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: cluster 2024-03-30T04:43:53.043307+0000 mgr.y (mgr.25441) 1242 : cluster [DBG] pgmap v796: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: cephadm 2024-03-30T04:43:53.049340+0000 mgr.y (mgr.25441) 1243 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:54.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: cluster 2024-03-30T04:43:53.095729+0000 mgr.y (mgr.25441) 1244 : cluster [DBG] pgmap v797: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: cluster 2024-03-30T04:43:53.096095+0000 mgr.y (mgr.25441) 1245 : cluster [DBG] pgmap v798: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: cephadm 2024-03-30T04:43:53.100878+0000 mgr.y (mgr.25441) 1246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:54.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: cluster 2024-03-30T04:43:53.152735+0000 mgr.y (mgr.25441) 1247 : cluster [DBG] pgmap v799: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: cluster 2024-03-30T04:43:53.153062+0000 mgr.y (mgr.25441) 1248 : cluster [DBG] pgmap v800: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: cephadm 2024-03-30T04:43:53.161599+0000 mgr.y (mgr.25441) 1249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:54.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: cluster 2024-03-30T04:43:53.215085+0000 mgr.y (mgr.25441) 1250 : cluster [DBG] pgmap v801: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: cluster 2024-03-30T04:43:53.215519+0000 mgr.y (mgr.25441) 1251 : cluster [DBG] pgmap v802: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: cephadm 2024-03-30T04:43:53.221268+0000 mgr.y (mgr.25441) 1252 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:54.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: cluster 2024-03-30T04:43:53.305702+0000 mgr.y (mgr.25441) 1253 : cluster [DBG] pgmap v804: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: cephadm 2024-03-30T04:43:53.314446+0000 mgr.y (mgr.25441) 1254 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:54.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: cluster 2024-03-30T04:43:53.367625+0000 mgr.y (mgr.25441) 1255 : cluster [DBG] pgmap v805: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: cluster 2024-03-30T04:43:53.367939+0000 mgr.y (mgr.25441) 1256 : cluster [DBG] pgmap v806: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: cephadm 2024-03-30T04:43:53.377411+0000 mgr.y (mgr.25441) 1257 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:54.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: audit 2024-03-30T04:43:53.436372+0000 mon.c (mon.1) 722 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:54.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: audit 2024-03-30T04:43:53.438615+0000 mon.c (mon.1) 723 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:54.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: audit 2024-03-30T04:43:53.441298+0000 mon.c (mon.1) 724 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:54.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: audit 2024-03-30T04:43:53.442136+0000 mon.c (mon.1) 725 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:54.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: cluster 2024-03-30T04:43:53.443870+0000 mgr.y (mgr.25441) 1258 : cluster [DBG] pgmap v807: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: cluster 2024-03-30T04:43:53.444198+0000 mgr.y (mgr.25441) 1259 : cluster [DBG] pgmap v808: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: audit 2024-03-30T04:43:53.448716+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:54.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: cephadm 2024-03-30T04:43:53.451524+0000 mgr.y (mgr.25441) 1260 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:54.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: audit 2024-03-30T04:43:53.512249+0000 mon.c (mon.1) 726 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:54.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: audit 2024-03-30T04:43:53.516137+0000 mon.c (mon.1) 727 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:54.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: audit 2024-03-30T04:43:53.518159+0000 mon.c (mon.1) 728 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:54.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: audit 2024-03-30T04:43:53.518838+0000 mon.c (mon.1) 729 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:54.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: cluster 2024-03-30T04:43:53.520171+0000 mgr.y (mgr.25441) 1261 : cluster [DBG] pgmap v809: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: cluster 2024-03-30T04:43:53.520553+0000 mgr.y (mgr.25441) 1262 : cluster [DBG] pgmap v810: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: audit 2024-03-30T04:43:53.525705+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:54.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: cephadm 2024-03-30T04:43:53.528156+0000 mgr.y (mgr.25441) 1263 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:54.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: audit 2024-03-30T04:43:53.584939+0000 mon.c (mon.1) 730 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:54.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: audit 2024-03-30T04:43:53.586871+0000 mon.c (mon.1) 731 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:54.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: audit 2024-03-30T04:43:53.588745+0000 mon.c (mon.1) 732 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:54.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: audit 2024-03-30T04:43:53.589529+0000 mon.c (mon.1) 733 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:54.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: cluster 2024-03-30T04:43:53.591056+0000 mgr.y (mgr.25441) 1264 : cluster [DBG] pgmap v811: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: cluster 2024-03-30T04:43:53.591433+0000 mgr.y (mgr.25441) 1265 : cluster [DBG] pgmap v812: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: audit 2024-03-30T04:43:53.596383+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:54.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: cephadm 2024-03-30T04:43:53.597728+0000 mgr.y (mgr.25441) 1266 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:54.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: audit 2024-03-30T04:43:53.654034+0000 mon.c (mon.1) 734 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:54.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: audit 2024-03-30T04:43:53.655752+0000 mon.c (mon.1) 735 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:54.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: audit 2024-03-30T04:43:53.657601+0000 mon.c (mon.1) 736 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:54.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: audit 2024-03-30T04:43:53.658211+0000 mon.c (mon.1) 737 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:54.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: cluster 2024-03-30T04:43:53.659621+0000 mgr.y (mgr.25441) 1267 : cluster [DBG] pgmap v813: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: cluster 2024-03-30T04:43:53.659897+0000 mgr.y (mgr.25441) 1268 : cluster [DBG] pgmap v814: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: audit 2024-03-30T04:43:53.664599+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:54.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: cephadm 2024-03-30T04:43:53.665733+0000 mgr.y (mgr.25441) 1269 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:54.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: audit 2024-03-30T04:43:53.739099+0000 mon.c (mon.1) 738 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:54.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: audit 2024-03-30T04:43:53.741058+0000 mon.c (mon.1) 739 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:54.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: audit 2024-03-30T04:43:53.742985+0000 mon.c (mon.1) 740 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:54.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: audit 2024-03-30T04:43:53.743694+0000 mon.c (mon.1) 741 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:54.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: cluster 2024-03-30T04:43:53.745043+0000 mgr.y (mgr.25441) 1270 : cluster [DBG] pgmap v815: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:54.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: audit 2024-03-30T04:43:53.751244+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:54.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: audit 2024-03-30T04:43:53.805926+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:54.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: audit 2024-03-30T04:43:53.810885+0000 mon.c (mon.1) 742 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:54.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: audit 2024-03-30T04:43:53.812611+0000 mon.c (mon.1) 743 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:54.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: audit 2024-03-30T04:43:53.814656+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:54.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: audit 2024-03-30T04:43:53.819849+0000 mon.c (mon.1) 744 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:54.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: audit 2024-03-30T04:43:53.820544+0000 mon.c (mon.1) 745 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:54.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: audit 2024-03-30T04:43:53.823615+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:54.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: audit 2024-03-30T04:43:53.831599+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:54.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: audit 2024-03-30T04:43:53.877054+0000 mon.c (mon.1) 746 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:54.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: audit 2024-03-30T04:43:53.878944+0000 mon.c (mon.1) 747 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:54.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: audit 2024-03-30T04:43:53.880353+0000 mon.c (mon.1) 748 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:54.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: audit 2024-03-30T04:43:53.881354+0000 mon.c (mon.1) 749 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:54.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: audit 2024-03-30T04:43:53.882641+0000 mon.c (mon.1) 750 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-30T04:43:54.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:54 smithi117 bash[62284]: cluster 2024-03-30T04:43:54.274537+0000 mon.a (mon.0) 601 : cluster [DBG] osdmap e113: 8 total, 8 up, 8 in 2024-03-30T04:43:55.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:55 smithi111 bash[70954]: cluster 2024-03-30T04:43:53.745373+0000 mgr.y (mgr.25441) 1271 : cluster [DBG] pgmap v816: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:55.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:55 smithi111 bash[70954]: cephadm 2024-03-30T04:43:53.752354+0000 mgr.y (mgr.25441) 1272 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:55.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:55 smithi111 bash[70954]: cluster 2024-03-30T04:43:53.816636+0000 mgr.y (mgr.25441) 1273 : cluster [DBG] pgmap v817: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:55.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:55 smithi111 bash[70954]: cluster 2024-03-30T04:43:53.817223+0000 mgr.y (mgr.25441) 1274 : cluster [DBG] pgmap v818: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:55.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:55 smithi111 bash[70954]: cluster 2024-03-30T04:43:53.826022+0000 mgr.y (mgr.25441) 1275 : cluster [DBG] pgmap v819: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:55.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:55 smithi111 bash[70954]: cluster 2024-03-30T04:43:53.826401+0000 mgr.y (mgr.25441) 1276 : cluster [DBG] pgmap v820: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:55.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:55 smithi111 bash[70954]: audit 2024-03-30T04:43:53.882784+0000 mgr.y (mgr.25441) 1277 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-30T04:43:55.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:55 smithi111 bash[70954]: cephadm 2024-03-30T04:43:53.883497+0000 mgr.y (mgr.25441) 1278 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (18 PGs are or would become offline) 2024-03-30T04:43:55.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:55 smithi111 bash[73591]: cluster 2024-03-30T04:43:53.745373+0000 mgr.y (mgr.25441) 1271 : cluster [DBG] pgmap v816: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:55.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:55 smithi111 bash[73591]: cephadm 2024-03-30T04:43:53.752354+0000 mgr.y (mgr.25441) 1272 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:55.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:55 smithi111 bash[73591]: cluster 2024-03-30T04:43:53.816636+0000 mgr.y (mgr.25441) 1273 : cluster [DBG] pgmap v817: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:55.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:55 smithi111 bash[73591]: cluster 2024-03-30T04:43:53.817223+0000 mgr.y (mgr.25441) 1274 : cluster [DBG] pgmap v818: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:55.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:55 smithi111 bash[73591]: cluster 2024-03-30T04:43:53.826022+0000 mgr.y (mgr.25441) 1275 : cluster [DBG] pgmap v819: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:55.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:55 smithi111 bash[73591]: cluster 2024-03-30T04:43:53.826401+0000 mgr.y (mgr.25441) 1276 : cluster [DBG] pgmap v820: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:55.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:55 smithi111 bash[73591]: audit 2024-03-30T04:43:53.882784+0000 mgr.y (mgr.25441) 1277 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-30T04:43:55.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:55 smithi111 bash[73591]: cephadm 2024-03-30T04:43:53.883497+0000 mgr.y (mgr.25441) 1278 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (18 PGs are or would become offline) 2024-03-30T04:43:55.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:55 smithi117 bash[62284]: cluster 2024-03-30T04:43:53.745373+0000 mgr.y (mgr.25441) 1271 : cluster [DBG] pgmap v816: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:55.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:55 smithi117 bash[62284]: cephadm 2024-03-30T04:43:53.752354+0000 mgr.y (mgr.25441) 1272 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:55.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:55 smithi117 bash[62284]: cluster 2024-03-30T04:43:53.816636+0000 mgr.y (mgr.25441) 1273 : cluster [DBG] pgmap v817: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:55.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:55 smithi117 bash[62284]: cluster 2024-03-30T04:43:53.817223+0000 mgr.y (mgr.25441) 1274 : cluster [DBG] pgmap v818: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:55.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:55 smithi117 bash[62284]: cluster 2024-03-30T04:43:53.826022+0000 mgr.y (mgr.25441) 1275 : cluster [DBG] pgmap v819: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:55.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:55 smithi117 bash[62284]: cluster 2024-03-30T04:43:53.826401+0000 mgr.y (mgr.25441) 1276 : cluster [DBG] pgmap v820: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:55.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:55 smithi117 bash[62284]: audit 2024-03-30T04:43:53.882784+0000 mgr.y (mgr.25441) 1277 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-30T04:43:55.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:55 smithi117 bash[62284]: cephadm 2024-03-30T04:43:53.883497+0000 mgr.y (mgr.25441) 1278 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (18 PGs are or would become offline) 2024-03-30T04:43:56.865 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:43:56 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:43:56] "GET /metrics HTTP/1.1" 200 38403 "" "Prometheus/2.33.4" 2024-03-30T04:43:57.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:57 smithi111 bash[70954]: cluster 2024-03-30T04:43:55.826883+0000 mgr.y (mgr.25441) 1279 : cluster [DBG] pgmap v822: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:57.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:57 smithi111 bash[70954]: audit 2024-03-30T04:43:56.411039+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:57.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:57 smithi111 bash[70954]: audit 2024-03-30T04:43:56.424032+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:57.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:57 smithi111 bash[70954]: cluster 2024-03-30T04:43:56.430066+0000 mgr.y (mgr.25441) 1280 : cluster [DBG] pgmap v823: 161 pgs: 8 active+undersized+degraded, 13 active+undersized, 140 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 1 op/s; 33/726 objects degraded (4.545%) 2024-03-30T04:43:57.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:57 smithi111 bash[70954]: cluster 2024-03-30T04:43:56.430875+0000 mgr.y (mgr.25441) 1281 : cluster [DBG] pgmap v824: 161 pgs: 8 active+undersized+degraded, 13 active+undersized, 140 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 1 op/s; 33/726 objects degraded (4.545%) 2024-03-30T04:43:57.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:57 smithi111 bash[70954]: audit 2024-03-30T04:43:56.443554+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:57.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:57 smithi111 bash[73591]: cluster 2024-03-30T04:43:55.826883+0000 mgr.y (mgr.25441) 1279 : cluster [DBG] pgmap v822: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:57.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:57 smithi111 bash[73591]: audit 2024-03-30T04:43:56.411039+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:57.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:57 smithi111 bash[73591]: audit 2024-03-30T04:43:56.424032+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:57.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:57 smithi111 bash[73591]: cluster 2024-03-30T04:43:56.430066+0000 mgr.y (mgr.25441) 1280 : cluster [DBG] pgmap v823: 161 pgs: 8 active+undersized+degraded, 13 active+undersized, 140 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 1 op/s; 33/726 objects degraded (4.545%) 2024-03-30T04:43:57.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:57 smithi111 bash[73591]: cluster 2024-03-30T04:43:56.430875+0000 mgr.y (mgr.25441) 1281 : cluster [DBG] pgmap v824: 161 pgs: 8 active+undersized+degraded, 13 active+undersized, 140 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 1 op/s; 33/726 objects degraded (4.545%) 2024-03-30T04:43:57.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:57 smithi111 bash[73591]: audit 2024-03-30T04:43:56.443554+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:57.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:57 smithi117 bash[62284]: cluster 2024-03-30T04:43:55.826883+0000 mgr.y (mgr.25441) 1279 : cluster [DBG] pgmap v822: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:43:57.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:57 smithi117 bash[62284]: audit 2024-03-30T04:43:56.411039+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:57.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:57 smithi117 bash[62284]: audit 2024-03-30T04:43:56.424032+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:57.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:57 smithi117 bash[62284]: cluster 2024-03-30T04:43:56.430066+0000 mgr.y (mgr.25441) 1280 : cluster [DBG] pgmap v823: 161 pgs: 8 active+undersized+degraded, 13 active+undersized, 140 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 1 op/s; 33/726 objects degraded (4.545%) 2024-03-30T04:43:57.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:57 smithi117 bash[62284]: cluster 2024-03-30T04:43:56.430875+0000 mgr.y (mgr.25441) 1281 : cluster [DBG] pgmap v824: 161 pgs: 8 active+undersized+degraded, 13 active+undersized, 140 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 1 op/s; 33/726 objects degraded (4.545%) 2024-03-30T04:43:57.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:57 smithi117 bash[62284]: audit 2024-03-30T04:43:56.443554+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:58.682 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:58 smithi117 bash[62284]: cluster 2024-03-30T04:43:57.429032+0000 mon.a (mon.0) 605 : cluster [WRN] Health check update: Degraded data redundancy: 33/726 objects degraded (4.545%), 8 pgs degraded (PG_DEGRADED) 2024-03-30T04:43:59.038 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:58 smithi117 bash[62284]: audit 2024-03-30T04:43:57.565913+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:59.038 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:58 smithi117 bash[62284]: audit 2024-03-30T04:43:57.574530+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:59.038 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:58 smithi117 bash[62284]: cluster 2024-03-30T04:43:57.576674+0000 mgr.y (mgr.25441) 1282 : cluster [DBG] pgmap v825: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:43:59.038 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:58 smithi117 bash[62284]: cluster 2024-03-30T04:43:57.576921+0000 mgr.y (mgr.25441) 1283 : cluster [DBG] pgmap v826: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:43:59.038 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:58 smithi117 bash[62284]: audit 2024-03-30T04:43:57.583162+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:59.039 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:43:58 smithi117 bash[53671]: ts=2024-03-30T04:43:58.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.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"172.21.15.117:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"smithi111:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}];many-to-many matching not allowed: matching labels must be unique on one side" data="unsupported value type" 2024-03-30T04:43:59.039 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:43:58 smithi117 bash[53671]: ts=2024-03-30T04:43: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.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"172.21.15.117:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"smithi111:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:43:59.039 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:58 smithi111 bash[73591]: cluster 2024-03-30T04:43:57.429032+0000 mon.a (mon.0) 605 : cluster [WRN] Health check update: Degraded data redundancy: 33/726 objects degraded (4.545%), 8 pgs degraded (PG_DEGRADED) 2024-03-30T04:43:59.039 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:58 smithi111 bash[73591]: audit 2024-03-30T04:43:57.565913+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:59.039 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:58 smithi111 bash[73591]: audit 2024-03-30T04:43:57.574530+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:59.039 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:58 smithi111 bash[73591]: cluster 2024-03-30T04:43:57.576674+0000 mgr.y (mgr.25441) 1282 : cluster [DBG] pgmap v825: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:43:59.040 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:58 smithi111 bash[73591]: cluster 2024-03-30T04:43:57.576921+0000 mgr.y (mgr.25441) 1283 : cluster [DBG] pgmap v826: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:43:59.040 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:58 smithi111 bash[73591]: audit 2024-03-30T04:43:57.583162+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:59.040 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:58 smithi111 bash[70954]: cluster 2024-03-30T04:43:57.429032+0000 mon.a (mon.0) 605 : cluster [WRN] Health check update: Degraded data redundancy: 33/726 objects degraded (4.545%), 8 pgs degraded (PG_DEGRADED) 2024-03-30T04:43:59.040 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:58 smithi111 bash[70954]: audit 2024-03-30T04:43:57.565913+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:59.040 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:58 smithi111 bash[70954]: audit 2024-03-30T04:43:57.574530+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:59.040 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:58 smithi111 bash[70954]: cluster 2024-03-30T04:43:57.576674+0000 mgr.y (mgr.25441) 1282 : cluster [DBG] pgmap v825: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:43:59.040 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:58 smithi111 bash[70954]: cluster 2024-03-30T04:43:57.576921+0000 mgr.y (mgr.25441) 1283 : cluster [DBG] pgmap v826: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:43:59.040 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:58 smithi111 bash[70954]: audit 2024-03-30T04:43:57.583162+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:43:59.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:43:59 smithi111 bash[70954]: cluster 2024-03-30T04:43:58.572193+0000 mon.a (mon.0) 609 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 33/726 objects degraded (4.545%), 8 pgs degraded) 2024-03-30T04:43:59.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:43:59 smithi111 bash[73591]: cluster 2024-03-30T04:43:58.572193+0000 mon.a (mon.0) 609 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 33/726 objects degraded (4.545%), 8 pgs degraded) 2024-03-30T04:43:59.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:43:59 smithi117 bash[62284]: cluster 2024-03-30T04:43:58.572193+0000 mon.a (mon.0) 609 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 33/726 objects degraded (4.545%), 8 pgs degraded) 2024-03-30T04:44:00.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:00 smithi111 bash[70954]: cluster 2024-03-30T04:43:59.577604+0000 mgr.y (mgr.25441) 1284 : cluster [DBG] pgmap v827: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 964 B/s rd, 0 op/s 2024-03-30T04:44:00.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:00 smithi111 bash[70954]: audit 2024-03-30T04:44:00.255808+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:00.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:00 smithi111 bash[70954]: audit 2024-03-30T04:44:00.258096+0000 mon.c (mon.1) 751 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:44:00.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:00 smithi111 bash[73591]: cluster 2024-03-30T04:43:59.577604+0000 mgr.y (mgr.25441) 1284 : cluster [DBG] pgmap v827: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 964 B/s rd, 0 op/s 2024-03-30T04:44:00.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:00 smithi111 bash[73591]: audit 2024-03-30T04:44:00.255808+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:00.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:00 smithi111 bash[73591]: audit 2024-03-30T04:44:00.258096+0000 mon.c (mon.1) 751 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:44:00.884 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:00 smithi117 bash[62284]: cluster 2024-03-30T04:43:59.577604+0000 mgr.y (mgr.25441) 1284 : cluster [DBG] pgmap v827: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 964 B/s rd, 0 op/s 2024-03-30T04:44:00.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:00 smithi117 bash[62284]: audit 2024-03-30T04:44:00.255808+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:00.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:00 smithi117 bash[62284]: audit 2024-03-30T04:44:00.258096+0000 mon.c (mon.1) 751 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:44:02.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:02 smithi117 bash[62284]: audit 2024-03-30T04:44:01.239752+0000 mgr.y (mgr.25441) 1285 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:02.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:02 smithi117 bash[62284]: cluster 2024-03-30T04:44:01.578617+0000 mgr.y (mgr.25441) 1286 : cluster [DBG] pgmap v828: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-30T04:44:03.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:02 smithi111 bash[70954]: audit 2024-03-30T04:44:01.239752+0000 mgr.y (mgr.25441) 1285 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:03.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:02 smithi111 bash[70954]: cluster 2024-03-30T04:44:01.578617+0000 mgr.y (mgr.25441) 1286 : cluster [DBG] pgmap v828: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-30T04:44:03.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:02 smithi111 bash[73591]: audit 2024-03-30T04:44:01.239752+0000 mgr.y (mgr.25441) 1285 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:03.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:02 smithi111 bash[73591]: cluster 2024-03-30T04:44:01.578617+0000 mgr.y (mgr.25441) 1286 : cluster [DBG] pgmap v828: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-30T04:44:03.885 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:44:03 smithi117 bash[53671]: ts=2024-03-30T04:44:03.508Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi111\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:44:04.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:04 smithi117 bash[62284]: cluster 2024-03-30T04:44:03.579424+0000 mgr.y (mgr.25441) 1287 : cluster [DBG] pgmap v829: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 0 op/s 2024-03-30T04:44:05.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:04 smithi111 bash[70954]: cluster 2024-03-30T04:44:03.579424+0000 mgr.y (mgr.25441) 1287 : cluster [DBG] pgmap v829: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 0 op/s 2024-03-30T04:44:05.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:04 smithi111 bash[73591]: cluster 2024-03-30T04:44:03.579424+0000 mgr.y (mgr.25441) 1287 : cluster [DBG] pgmap v829: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 0 op/s 2024-03-30T04:44:06.615 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:44:06 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:44:06] "GET /metrics HTTP/1.1" 200 38410 "" "Prometheus/2.33.4" 2024-03-30T04:44:06.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:06 smithi111 bash[70954]: audit 2024-03-30T04:44:05.320081+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:06.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:06 smithi111 bash[70954]: cluster 2024-03-30T04:44:05.580144+0000 mgr.y (mgr.25441) 1288 : cluster [DBG] pgmap v830: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 559 B/s rd, 0 op/s 2024-03-30T04:44:06.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:06 smithi111 bash[73591]: audit 2024-03-30T04:44:05.320081+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:06.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:06 smithi111 bash[73591]: cluster 2024-03-30T04:44:05.580144+0000 mgr.y (mgr.25441) 1288 : cluster [DBG] pgmap v830: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 559 B/s rd, 0 op/s 2024-03-30T04:44:06.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:06 smithi117 bash[62284]: audit 2024-03-30T04:44:05.320081+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:06.634 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:06 smithi117 bash[62284]: cluster 2024-03-30T04:44:05.580144+0000 mgr.y (mgr.25441) 1288 : cluster [DBG] pgmap v830: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 559 B/s rd, 0 op/s 2024-03-30T04:44:08.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:08 smithi117 bash[62284]: cluster 2024-03-30T04:44:07.581868+0000 mgr.y (mgr.25441) 1289 : cluster [DBG] pgmap v831: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:44:08.885 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:44:08 smithi117 bash[53671]: ts=2024-03-30T04:44: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 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"smithi111:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"172.21.15.117:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:44:09.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:08 smithi111 bash[70954]: cluster 2024-03-30T04:44:07.581868+0000 mgr.y (mgr.25441) 1289 : cluster [DBG] pgmap v831: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:44:09.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:08 smithi111 bash[73591]: cluster 2024-03-30T04:44:07.581868+0000 mgr.y (mgr.25441) 1289 : cluster [DBG] pgmap v831: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:44:10.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:09 smithi111 bash[73591]: audit 2024-03-30T04:44:08.899163+0000 mon.c (mon.1) 752 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-30T04:44:10.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:09 smithi111 bash[70954]: audit 2024-03-30T04:44:08.899163+0000 mon.c (mon.1) 752 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-30T04:44:10.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:09 smithi117 bash[62284]: audit 2024-03-30T04:44:08.899163+0000 mon.c (mon.1) 752 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-30T04:44:11.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:10 smithi111 bash[70954]: audit 2024-03-30T04:44:08.899546+0000 mgr.y (mgr.25441) 1290 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-30T04:44:11.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:10 smithi111 bash[70954]: cephadm 2024-03-30T04:44:08.901915+0000 mgr.y (mgr.25441) 1291 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-03-30T04:44:11.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:10 smithi111 bash[70954]: cluster 2024-03-30T04:44:09.582633+0000 mgr.y (mgr.25441) 1292 : cluster [DBG] pgmap v832: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:44:11.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:10 smithi111 bash[73591]: audit 2024-03-30T04:44:08.899546+0000 mgr.y (mgr.25441) 1290 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-30T04:44:11.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:10 smithi111 bash[73591]: cephadm 2024-03-30T04:44:08.901915+0000 mgr.y (mgr.25441) 1291 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-03-30T04:44:11.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:10 smithi111 bash[73591]: cluster 2024-03-30T04:44:09.582633+0000 mgr.y (mgr.25441) 1292 : cluster [DBG] pgmap v832: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:44:11.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:10 smithi117 bash[62284]: audit 2024-03-30T04:44:08.899546+0000 mgr.y (mgr.25441) 1290 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-30T04:44:11.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:10 smithi117 bash[62284]: cephadm 2024-03-30T04:44:08.901915+0000 mgr.y (mgr.25441) 1291 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-03-30T04:44:11.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:10 smithi117 bash[62284]: cluster 2024-03-30T04:44:09.582633+0000 mgr.y (mgr.25441) 1292 : cluster [DBG] pgmap v832: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:44:12.531 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:12 smithi111 bash[70954]: audit 2024-03-30T04:44:11.250997+0000 mgr.y (mgr.25441) 1293 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:12.532 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:12 smithi111 bash[70954]: cephadm 2024-03-30T04:44:11.272917+0000 mgr.y (mgr.25441) 1294 : cephadm [INF] Upgrade: Updating osd.1 2024-03-30T04:44:12.532 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:12 smithi111 bash[70954]: audit 2024-03-30T04:44:11.281675+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:12.532 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:12 smithi111 bash[70954]: audit 2024-03-30T04:44:11.289336+0000 mon.c (mon.1) 753 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-30T04:44:12.532 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:12 smithi111 bash[70954]: audit 2024-03-30T04:44:11.290685+0000 mon.c (mon.1) 754 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:12.532 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:12 smithi111 bash[70954]: cephadm 2024-03-30T04:44:11.293850+0000 mgr.y (mgr.25441) 1295 : cephadm [INF] Deploying daemon osd.1 on smithi111 2024-03-30T04:44:12.532 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:12 smithi111 bash[70954]: cluster 2024-03-30T04:44:11.584163+0000 mgr.y (mgr.25441) 1296 : cluster [DBG] pgmap v833: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:44:12.532 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:12 smithi111 bash[73591]: audit 2024-03-30T04:44:11.250997+0000 mgr.y (mgr.25441) 1293 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:12.532 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:12 smithi111 bash[73591]: cephadm 2024-03-30T04:44:11.272917+0000 mgr.y (mgr.25441) 1294 : cephadm [INF] Upgrade: Updating osd.1 2024-03-30T04:44:12.532 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:12 smithi111 bash[73591]: audit 2024-03-30T04:44:11.281675+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:12.533 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:12 smithi111 bash[73591]: audit 2024-03-30T04:44:11.289336+0000 mon.c (mon.1) 753 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-30T04:44:12.533 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:12 smithi111 bash[73591]: audit 2024-03-30T04:44:11.290685+0000 mon.c (mon.1) 754 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:12.533 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:12 smithi111 bash[73591]: cephadm 2024-03-30T04:44:11.293850+0000 mgr.y (mgr.25441) 1295 : cephadm [INF] Deploying daemon osd.1 on smithi111 2024-03-30T04:44:12.533 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:12 smithi111 bash[73591]: cluster 2024-03-30T04:44:11.584163+0000 mgr.y (mgr.25441) 1296 : cluster [DBG] pgmap v833: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:44:12.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:12 smithi117 bash[62284]: audit 2024-03-30T04:44:11.250997+0000 mgr.y (mgr.25441) 1293 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:12.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:12 smithi117 bash[62284]: cephadm 2024-03-30T04:44:11.272917+0000 mgr.y (mgr.25441) 1294 : cephadm [INF] Upgrade: Updating osd.1 2024-03-30T04:44:12.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:12 smithi117 bash[62284]: audit 2024-03-30T04:44:11.281675+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:12.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:12 smithi117 bash[62284]: audit 2024-03-30T04:44:11.289336+0000 mon.c (mon.1) 753 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-30T04:44:12.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:12 smithi117 bash[62284]: audit 2024-03-30T04:44:11.290685+0000 mon.c (mon.1) 754 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:12.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:12 smithi117 bash[62284]: cephadm 2024-03-30T04:44:11.293850+0000 mgr.y (mgr.25441) 1295 : cephadm [INF] Deploying daemon osd.1 on smithi111 2024-03-30T04:44:12.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:12 smithi117 bash[62284]: cluster 2024-03-30T04:44:11.584163+0000 mgr.y (mgr.25441) 1296 : cluster [DBG] pgmap v833: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:44:13.885 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:44:13 smithi117 bash[53671]: ts=2024-03-30T04:44:13.510Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi111\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:44:14.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:14 smithi111 bash[70954]: cluster 2024-03-30T04:44:13.585076+0000 mgr.y (mgr.25441) 1297 : cluster [DBG] pgmap v834: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:44:14.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:14 smithi111 bash[73591]: cluster 2024-03-30T04:44:13.585076+0000 mgr.y (mgr.25441) 1297 : cluster [DBG] pgmap v834: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:44:15.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:14 smithi117 bash[62284]: cluster 2024-03-30T04:44:13.585076+0000 mgr.y (mgr.25441) 1297 : cluster [DBG] pgmap v834: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:44:15.395 INFO:teuthology.orchestra.run.smithi111.stdout:true 2024-03-30T04:44:15.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:15 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:15.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:15 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:15.615 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:44:15 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:15.616 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:44:15 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:15.616 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:44:15 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:15.616 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:44:15 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:15.617 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:44:15 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:15.617 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:44:15 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:15.617 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:44:15 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:16.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:15 smithi111 bash[70954]: audit 2024-03-30T04:44:15.248943+0000 mon.c (mon.1) 755 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:44:16.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:15 smithi111 bash[73591]: audit 2024-03-30T04:44:15.248943+0000 mon.c (mon.1) 755 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:44:16.115 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:44:15 smithi111 systemd[1]: Stopping Ceph osd.1 for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:44:16.115 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:44:15 smithi111 bash[30370]: debug 2024-03-30T04:44:15.748+0000 7f9024c5d700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:44:16.116 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:44:15 smithi111 bash[30370]: debug 2024-03-30T04:44:15.748+0000 7f9024c5d700 -1 osd.1 113 *** Got signal Terminated *** 2024-03-30T04:44:16.116 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:44:15 smithi111 bash[30370]: debug 2024-03-30T04:44:15.748+0000 7f9024c5d700 -1 osd.1 113 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:44:16.116 INFO:teuthology.orchestra.run.smithi111.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:44:16.116 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi111 smithi111 running 18s ago 18m - - 2024-03-30T04:44:16.116 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi117 smithi117 running 19s ago 18m - - 2024-03-30T04:44:16.116 INFO:teuthology.orchestra.run.smithi111.stdout:alertmanager.a smithi111 *:9093,9094 running (5m) 18s ago 11m 13.7M - 0.23.0 ba2b418f427c 1324aeb3a452 2024-03-30T04:44:16.116 INFO:teuthology.orchestra.run.smithi111.stdout:grafana.a smithi117 *:3000 error 19s ago 11m - - 2024-03-30T04:44:16.116 INFO:teuthology.orchestra.run.smithi111.stdout:iscsi.foo.smithi111.fmwmll smithi111 running (3m) 18s ago 9m 43.6M - 3.5 e1d6a67b021e 429bab8e2057 2024-03-30T04:44:16.116 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.x smithi117 *:8443,9283,8765 running (2m) 19s ago 17m 437M - 19.0.0-2493-gd82c9aa1 3714003597ec 42ebd55da4b4 2024-03-30T04:44:16.116 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.y smithi111 *:8443,9283,8765 running (3m) 18s ago 19m 506M - 19.0.0-2493-gd82c9aa1 3714003597ec fa84fb31d2a4 2024-03-30T04:44:16.116 INFO:teuthology.orchestra.run.smithi111.stdout:mon.a smithi111 running (2m) 18s ago 20m 70.3M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 896c96f933ff 2024-03-30T04:44:16.116 INFO:teuthology.orchestra.run.smithi111.stdout:mon.b smithi117 running (97s) 19s ago 18m 37.4M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 60f10ffc2128 2024-03-30T04:44:16.116 INFO:teuthology.orchestra.run.smithi111.stdout:mon.c smithi111 running (117s) 18s ago 18m 47.2M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 385ecbe45d43 2024-03-30T04:44:16.117 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.a smithi111 *:9100 running (5m) 18s ago 12m 9264k - 1.3.1 1dbe0e931976 6370ea39ede2 2024-03-30T04:44:16.117 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.b smithi117 *:9100 running (4m) 19s ago 12m 9260k - 1.3.1 1dbe0e931976 038bdefec2fb 2024-03-30T04:44:16.117 INFO:teuthology.orchestra.run.smithi111.stdout:osd.0 smithi111 running (31s) 18s ago 17m 44.0M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec c83a5c211a2a 2024-03-30T04:44:16.117 INFO:teuthology.orchestra.run.smithi111.stdout:osd.1 smithi111 running (16m) 18s ago 16m 60.5M 4096M 17.2.0 e1d6a67b021e 8986210aecf7 2024-03-30T04:44:16.117 INFO:teuthology.orchestra.run.smithi111.stdout:osd.2 smithi111 running (16m) 18s ago 16m 55.5M 4096M 17.2.0 e1d6a67b021e 75832afbc732 2024-03-30T04:44:16.117 INFO:teuthology.orchestra.run.smithi111.stdout:osd.3 smithi111 running (15m) 18s ago 15m 58.2M 4096M 17.2.0 e1d6a67b021e 9bdb46999038 2024-03-30T04:44:16.117 INFO:teuthology.orchestra.run.smithi111.stdout:osd.4 smithi117 running (14m) 19s ago 15m 60.0M 4096M 17.2.0 e1d6a67b021e dfb36784cb06 2024-03-30T04:44:16.117 INFO:teuthology.orchestra.run.smithi111.stdout:osd.5 smithi117 running (14m) 19s ago 14m 56.1M 4096M 17.2.0 e1d6a67b021e 232d5fd01e16 2024-03-30T04:44:16.117 INFO:teuthology.orchestra.run.smithi111.stdout:osd.6 smithi117 running (13m) 19s ago 13m 54.1M 4096M 17.2.0 e1d6a67b021e 393ee9af633e 2024-03-30T04:44:16.117 INFO:teuthology.orchestra.run.smithi111.stdout:osd.7 smithi117 running (13m) 19s ago 13m 59.5M 4096M 17.2.0 e1d6a67b021e f9f3a86e8182 2024-03-30T04:44:16.117 INFO:teuthology.orchestra.run.smithi111.stdout:prometheus.a smithi117 *:9095 running (3m) 19s ago 12m 64.9M - 2.33.4 514e6a882f6e e0486046291e 2024-03-30T04:44:16.117 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi111.gqpgtc smithi111 *:8000 running (10m) 18s ago 10m 87.4M - 17.2.0 e1d6a67b021e e51a6fac1b59 2024-03-30T04:44:16.117 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi117.nijpsz smithi117 *:8000 running (9m) 19s ago 9m 87.6M - 17.2.0 e1d6a67b021e bd8939f98ae0 2024-03-30T04:44:16.117 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi111.nqgkvi smithi111 *:80 running (9m) 18s ago 9m 87.6M - 17.2.0 e1d6a67b021e 4dd1cc17abca 2024-03-30T04:44:16.118 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi117.wrgldy smithi117 *:80 running (9m) 19s ago 9m 87.4M - 17.2.0 e1d6a67b021e 1bff1faa59ec 2024-03-30T04:44:16.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:15 smithi117 bash[62284]: audit 2024-03-30T04:44:15.248943+0000 mon.c (mon.1) 755 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:44:16.525 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:44:16.525 INFO:teuthology.orchestra.run.smithi111.stdout: "mon": { 2024-03-30T04:44:16.526 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:44:16.526 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:44:16.526 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr": { 2024-03-30T04:44:16.526 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:44:16.526 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:44:16.526 INFO:teuthology.orchestra.run.smithi111.stdout: "osd": { 2024-03-30T04:44:16.526 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 7, 2024-03-30T04:44:16.526 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 1 2024-03-30T04:44:16.526 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:44:16.526 INFO:teuthology.orchestra.run.smithi111.stdout: "rgw": { 2024-03-30T04:44:16.526 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:44:16.526 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:44:16.526 INFO:teuthology.orchestra.run.smithi111.stdout: "overall": { 2024-03-30T04:44:16.526 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 11, 2024-03-30T04:44:16.527 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 6 2024-03-30T04:44:16.527 INFO:teuthology.orchestra.run.smithi111.stdout: } 2024-03-30T04:44:16.527 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:44:16.865 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:44:16 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:44:16] "GET /metrics HTTP/1.1" 200 38425 "" "Prometheus/2.33.4" 2024-03-30T04:44:16.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:16 smithi111 bash[73591]: audit 2024-03-30T04:44:15.389026+0000 mgr.y (mgr.25441) 1298 : audit [DBG] from='client.34284 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:16.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:16 smithi111 bash[73591]: cluster 2024-03-30T04:44:15.585594+0000 mgr.y (mgr.25441) 1299 : cluster [DBG] pgmap v835: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:44:16.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:16 smithi111 bash[73591]: cluster 2024-03-30T04:44:15.752668+0000 mon.a (mon.0) 613 : cluster [INF] osd.1 marked itself down and dead 2024-03-30T04:44:16.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:16 smithi111 bash[73591]: audit 2024-03-30T04:44:16.532755+0000 mon.c (mon.1) 756 : audit [DBG] from='client.? 172.21.15.111:0/3582328705' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:16.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:16 smithi111 bash[70954]: audit 2024-03-30T04:44:15.389026+0000 mgr.y (mgr.25441) 1298 : audit [DBG] from='client.34284 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:16.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:16 smithi111 bash[70954]: cluster 2024-03-30T04:44:15.585594+0000 mgr.y (mgr.25441) 1299 : cluster [DBG] pgmap v835: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:44:16.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:16 smithi111 bash[70954]: cluster 2024-03-30T04:44:15.752668+0000 mon.a (mon.0) 613 : cluster [INF] osd.1 marked itself down and dead 2024-03-30T04:44:16.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:16 smithi111 bash[70954]: audit 2024-03-30T04:44:16.532755+0000 mon.c (mon.1) 756 : audit [DBG] from='client.? 172.21.15.111:0/3582328705' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:16.912 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:44:16.912 INFO:teuthology.orchestra.run.smithi111.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962", 2024-03-30T04:44:16.912 INFO:teuthology.orchestra.run.smithi111.stdout: "in_progress": true, 2024-03-30T04:44:16.912 INFO:teuthology.orchestra.run.smithi111.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:44:16.912 INFO:teuthology.orchestra.run.smithi111.stdout: "services_complete": [ 2024-03-30T04:44:16.912 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr", 2024-03-30T04:44:16.912 INFO:teuthology.orchestra.run.smithi111.stdout: "mon" 2024-03-30T04:44:16.912 INFO:teuthology.orchestra.run.smithi111.stdout: ], 2024-03-30T04:44:16.912 INFO:teuthology.orchestra.run.smithi111.stdout: "progress": "6/23 daemons upgraded", 2024-03-30T04:44:16.913 INFO:teuthology.orchestra.run.smithi111.stdout: "message": "Currently upgrading osd daemons", 2024-03-30T04:44:16.913 INFO:teuthology.orchestra.run.smithi111.stdout: "is_paused": false 2024-03-30T04:44:16.913 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:44:17.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:16 smithi117 bash[62284]: audit 2024-03-30T04:44:15.389026+0000 mgr.y (mgr.25441) 1298 : audit [DBG] from='client.34284 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:17.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:16 smithi117 bash[62284]: cluster 2024-03-30T04:44:15.585594+0000 mgr.y (mgr.25441) 1299 : cluster [DBG] pgmap v835: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:44:17.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:16 smithi117 bash[62284]: cluster 2024-03-30T04:44:15.752668+0000 mon.a (mon.0) 613 : cluster [INF] osd.1 marked itself down and dead 2024-03-30T04:44:17.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:16 smithi117 bash[62284]: audit 2024-03-30T04:44:16.532755+0000 mon.c (mon.1) 756 : audit [DBG] from='client.? 172.21.15.111:0/3582328705' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:17.334 INFO:teuthology.orchestra.run.smithi111.stdout:HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down 2024-03-30T04:44:17.334 INFO:teuthology.orchestra.run.smithi111.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:44:17.334 INFO:teuthology.orchestra.run.smithi111.stdout: daemon grafana.a on smithi117 is in error state 2024-03-30T04:44:17.334 INFO:teuthology.orchestra.run.smithi111.stdout:[WRN] OSD_DOWN: 1 osds down 2024-03-30T04:44:17.334 INFO:teuthology.orchestra.run.smithi111.stdout: osd.1 (root=default,host=smithi111) is down 2024-03-30T04:44:17.959 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:17 smithi117 bash[62284]: audit 2024-03-30T04:44:15.756291+0000 mgr.y (mgr.25441) 1300 : audit [DBG] from='client.44221 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:17.959 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:17 smithi117 bash[62284]: audit 2024-03-30T04:44:16.106374+0000 mgr.y (mgr.25441) 1301 : audit [DBG] from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:17.959 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:17 smithi117 bash[62284]: audit 2024-03-30T04:44:16.650917+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:17.959 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:17 smithi117 bash[62284]: cluster 2024-03-30T04:44:16.651755+0000 mon.a (mon.0) 615 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:44:17.959 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:17 smithi117 bash[62284]: cluster 2024-03-30T04:44:16.658047+0000 mon.a (mon.0) 616 : cluster [DBG] osdmap e114: 8 total, 7 up, 8 in 2024-03-30T04:44:17.959 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:17 smithi117 bash[62284]: audit 2024-03-30T04:44:16.686303+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:17.959 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:17 smithi117 bash[62284]: cluster 2024-03-30T04:44:16.690247+0000 mgr.y (mgr.25441) 1302 : cluster [DBG] pgmap v837: 161 pgs: 20 stale+active+clean, 141 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:44:17.959 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:17 smithi117 bash[62284]: cluster 2024-03-30T04:44:16.690472+0000 mgr.y (mgr.25441) 1303 : cluster [DBG] pgmap v838: 161 pgs: 20 stale+active+clean, 141 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:44:17.959 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:17 smithi117 bash[62284]: audit 2024-03-30T04:44:16.695696+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:17.959 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:17 smithi117 bash[62284]: audit 2024-03-30T04:44:17.341568+0000 mon.a (mon.0) 619 : audit [DBG] from='client.? 172.21.15.111:0/153354288' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:44:17.959 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:17 smithi117 bash[62284]: cluster 2024-03-30T04:44:17.662516+0000 mon.a (mon.0) 620 : cluster [DBG] osdmap e115: 8 total, 7 up, 8 in 2024-03-30T04:44:18.148 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:17 smithi111 bash[70954]: audit 2024-03-30T04:44:15.756291+0000 mgr.y (mgr.25441) 1300 : audit [DBG] from='client.44221 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:18.149 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:17 smithi111 bash[70954]: audit 2024-03-30T04:44:16.106374+0000 mgr.y (mgr.25441) 1301 : audit [DBG] from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:18.149 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:17 smithi111 bash[70954]: audit 2024-03-30T04:44:16.650917+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:18.149 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:17 smithi111 bash[70954]: cluster 2024-03-30T04:44:16.651755+0000 mon.a (mon.0) 615 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:44:18.149 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:17 smithi111 bash[70954]: cluster 2024-03-30T04:44:16.658047+0000 mon.a (mon.0) 616 : cluster [DBG] osdmap e114: 8 total, 7 up, 8 in 2024-03-30T04:44:18.149 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:17 smithi111 bash[70954]: audit 2024-03-30T04:44:16.686303+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:18.149 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:17 smithi111 bash[70954]: cluster 2024-03-30T04:44:16.690247+0000 mgr.y (mgr.25441) 1302 : cluster [DBG] pgmap v837: 161 pgs: 20 stale+active+clean, 141 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:44:18.149 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:17 smithi111 bash[70954]: cluster 2024-03-30T04:44:16.690472+0000 mgr.y (mgr.25441) 1303 : cluster [DBG] pgmap v838: 161 pgs: 20 stale+active+clean, 141 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:44:18.149 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:17 smithi111 bash[70954]: audit 2024-03-30T04:44:16.695696+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:18.149 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:17 smithi111 bash[70954]: audit 2024-03-30T04:44:17.341568+0000 mon.a (mon.0) 619 : audit [DBG] from='client.? 172.21.15.111:0/153354288' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:44:18.149 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:17 smithi111 bash[70954]: cluster 2024-03-30T04:44:17.662516+0000 mon.a (mon.0) 620 : cluster [DBG] osdmap e115: 8 total, 7 up, 8 in 2024-03-30T04:44:18.150 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:17 smithi111 bash[73591]: audit 2024-03-30T04:44:15.756291+0000 mgr.y (mgr.25441) 1300 : audit [DBG] from='client.44221 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:18.150 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:17 smithi111 bash[73591]: audit 2024-03-30T04:44:16.106374+0000 mgr.y (mgr.25441) 1301 : audit [DBG] from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:18.150 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:17 smithi111 bash[73591]: audit 2024-03-30T04:44:16.650917+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:18.150 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:17 smithi111 bash[73591]: cluster 2024-03-30T04:44:16.651755+0000 mon.a (mon.0) 615 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:44:18.150 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:17 smithi111 bash[73591]: cluster 2024-03-30T04:44:16.658047+0000 mon.a (mon.0) 616 : cluster [DBG] osdmap e114: 8 total, 7 up, 8 in 2024-03-30T04:44:18.150 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:17 smithi111 bash[73591]: audit 2024-03-30T04:44:16.686303+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:18.150 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:17 smithi111 bash[73591]: cluster 2024-03-30T04:44:16.690247+0000 mgr.y (mgr.25441) 1302 : cluster [DBG] pgmap v837: 161 pgs: 20 stale+active+clean, 141 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:44:18.150 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:17 smithi111 bash[73591]: cluster 2024-03-30T04:44:16.690472+0000 mgr.y (mgr.25441) 1303 : cluster [DBG] pgmap v838: 161 pgs: 20 stale+active+clean, 141 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:44:18.150 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:17 smithi111 bash[73591]: audit 2024-03-30T04:44:16.695696+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:18.150 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:17 smithi111 bash[73591]: audit 2024-03-30T04:44:17.341568+0000 mon.a (mon.0) 619 : audit [DBG] from='client.? 172.21.15.111:0/153354288' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:44:18.150 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:17 smithi111 bash[73591]: cluster 2024-03-30T04:44:17.662516+0000 mon.a (mon.0) 620 : cluster [DBG] osdmap e115: 8 total, 7 up, 8 in 2024-03-30T04:44:18.753 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:44:18 smithi111 bash[80479]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-osd-1 2024-03-30T04:44:19.115 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:44:18 smithi111 bash[80735]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-osd-1 2024-03-30T04:44:19.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:18 smithi111 bash[70954]: audit 2024-03-30T04:44:16.918822+0000 mgr.y (mgr.25441) 1304 : audit [DBG] from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:19.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:18 smithi111 bash[70954]: audit 2024-03-30T04:44:17.760666+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:19.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:18 smithi111 bash[70954]: audit 2024-03-30T04:44:17.769434+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:19.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:18 smithi111 bash[70954]: cluster 2024-03-30T04:44:17.771451+0000 mgr.y (mgr.25441) 1305 : cluster [DBG] pgmap v840: 161 pgs: 6 peering, 19 stale+active+clean, 136 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:44:19.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:18 smithi111 bash[70954]: audit 2024-03-30T04:44:17.776350+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:19.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:18 smithi111 bash[70954]: audit 2024-03-30T04:44:17.898775+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:19.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:18 smithi111 bash[70954]: audit 2024-03-30T04:44:17.906839+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:19.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:18 smithi111 bash[70954]: cluster 2024-03-30T04:44:17.908546+0000 mgr.y (mgr.25441) 1306 : cluster [DBG] pgmap v841: 161 pgs: 6 peering, 19 stale+active+clean, 136 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:44:19.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:18 smithi111 bash[70954]: cluster 2024-03-30T04:44:17.908814+0000 mgr.y (mgr.25441) 1307 : cluster [DBG] pgmap v842: 161 pgs: 6 peering, 19 stale+active+clean, 136 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:44:19.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:18 smithi111 bash[70954]: audit 2024-03-30T04:44:17.913979+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:19.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:18 smithi111 bash[73591]: audit 2024-03-30T04:44:16.918822+0000 mgr.y (mgr.25441) 1304 : audit [DBG] from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:19.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:18 smithi111 bash[73591]: audit 2024-03-30T04:44:17.760666+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:19.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:18 smithi111 bash[73591]: audit 2024-03-30T04:44:17.769434+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:19.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:18 smithi111 bash[73591]: cluster 2024-03-30T04:44:17.771451+0000 mgr.y (mgr.25441) 1305 : cluster [DBG] pgmap v840: 161 pgs: 6 peering, 19 stale+active+clean, 136 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:44:19.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:18 smithi111 bash[73591]: audit 2024-03-30T04:44:17.776350+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:19.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:18 smithi111 bash[73591]: audit 2024-03-30T04:44:17.898775+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:19.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:18 smithi111 bash[73591]: audit 2024-03-30T04:44:17.906839+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:19.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:18 smithi111 bash[73591]: cluster 2024-03-30T04:44:17.908546+0000 mgr.y (mgr.25441) 1306 : cluster [DBG] pgmap v841: 161 pgs: 6 peering, 19 stale+active+clean, 136 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:44:19.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:18 smithi111 bash[73591]: cluster 2024-03-30T04:44:17.908814+0000 mgr.y (mgr.25441) 1307 : cluster [DBG] pgmap v842: 161 pgs: 6 peering, 19 stale+active+clean, 136 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:44:19.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:18 smithi111 bash[73591]: audit 2024-03-30T04:44:17.913979+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:19.135 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:44:18 smithi117 bash[53671]: ts=2024-03-30T04:44: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-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"smithi111:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"172.21.15.117:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:44:19.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:18 smithi117 bash[62284]: audit 2024-03-30T04:44:16.918822+0000 mgr.y (mgr.25441) 1304 : audit [DBG] from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:19.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:18 smithi117 bash[62284]: audit 2024-03-30T04:44:17.760666+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:19.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:18 smithi117 bash[62284]: audit 2024-03-30T04:44:17.769434+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:19.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:18 smithi117 bash[62284]: cluster 2024-03-30T04:44:17.771451+0000 mgr.y (mgr.25441) 1305 : cluster [DBG] pgmap v840: 161 pgs: 6 peering, 19 stale+active+clean, 136 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:44:19.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:18 smithi117 bash[62284]: audit 2024-03-30T04:44:17.776350+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:19.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:18 smithi117 bash[62284]: audit 2024-03-30T04:44:17.898775+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:19.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:18 smithi117 bash[62284]: audit 2024-03-30T04:44:17.906839+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:19.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:18 smithi117 bash[62284]: cluster 2024-03-30T04:44:17.908546+0000 mgr.y (mgr.25441) 1306 : cluster [DBG] pgmap v841: 161 pgs: 6 peering, 19 stale+active+clean, 136 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:44:19.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:18 smithi117 bash[62284]: cluster 2024-03-30T04:44:17.908814+0000 mgr.y (mgr.25441) 1307 : cluster [DBG] pgmap v842: 161 pgs: 6 peering, 19 stale+active+clean, 136 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:44:19.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:18 smithi117 bash[62284]: audit 2024-03-30T04:44:17.913979+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:20.031 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:19 smithi111 bash[70954]: cluster 2024-03-30T04:44:18.767960+0000 mon.a (mon.0) 627 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:44:20.031 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:19 smithi111 bash[70954]: cluster 2024-03-30T04:44:18.768030+0000 mon.a (mon.0) 628 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-03-30T04:44:20.031 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:19 smithi111 bash[73591]: cluster 2024-03-30T04:44:18.767960+0000 mon.a (mon.0) 627 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:44:20.031 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:19 smithi111 bash[73591]: cluster 2024-03-30T04:44:18.768030+0000 mon.a (mon.0) 628 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-03-30T04:44:20.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:19 smithi117 bash[62284]: cluster 2024-03-30T04:44:18.767960+0000 mon.a (mon.0) 627 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:44:20.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:19 smithi117 bash[62284]: cluster 2024-03-30T04:44:18.768030+0000 mon.a (mon.0) 628 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-03-30T04:44:21.564 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:21 smithi111 bash[70954]: cluster 2024-03-30T04:44:19.909584+0000 mgr.y (mgr.25441) 1308 : cluster [DBG] pgmap v843: 161 pgs: 6 peering, 19 stale+active+clean, 136 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:44:21.564 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:21 smithi111 bash[73591]: cluster 2024-03-30T04:44:19.909584+0000 mgr.y (mgr.25441) 1308 : cluster [DBG] pgmap v843: 161 pgs: 6 peering, 19 stale+active+clean, 136 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:44:21.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:21 smithi117 bash[62284]: cluster 2024-03-30T04:44:19.909584+0000 mgr.y (mgr.25441) 1308 : cluster [DBG] pgmap v843: 161 pgs: 6 peering, 19 stale+active+clean, 136 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:44:21.848 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:21 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:21.848 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:21 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:21.848 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:44:21 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:21.849 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:44:21 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:21.849 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:44:21 smithi111 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@osd.1.service: Deactivated successfully. 2024-03-30T04:44:21.849 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:44:21 smithi111 systemd[1]: Stopped Ceph osd.1 for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:44:21.849 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:44:21 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:21.849 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:44:21 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:21.850 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:44:21 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:21.850 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:44:21 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:21.850 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:44:21 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:22.115 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:44:21 smithi111 systemd[1]: Started Ceph osd.1 for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:44:22.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[73591]: audit 2024-03-30T04:44:21.258951+0000 mgr.y (mgr.25441) 1309 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:22.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[73591]: audit 2024-03-30T04:44:21.901799+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:22.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[73591]: audit 2024-03-30T04:44:21.911535+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:22.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[73591]: audit 2024-03-30T04:44:21.938360+0000 mon.c (mon.1) 757 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:22.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[73591]: audit 2024-03-30T04:44:21.939256+0000 mon.c (mon.1) 758 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:22.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[73591]: audit 2024-03-30T04:44:21.946106+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:22.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[73591]: audit 2024-03-30T04:44:22.004562+0000 mon.c (mon.1) 759 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:22.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[73591]: audit 2024-03-30T04:44:22.006517+0000 mon.c (mon.1) 760 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:22.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[73591]: audit 2024-03-30T04:44:22.008982+0000 mon.c (mon.1) 761 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:22.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[73591]: audit 2024-03-30T04:44:22.009654+0000 mon.c (mon.1) 762 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:22.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[73591]: audit 2024-03-30T04:44:22.016390+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:22.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[73591]: audit 2024-03-30T04:44:22.073649+0000 mon.c (mon.1) 763 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:22.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[73591]: audit 2024-03-30T04:44:22.075576+0000 mon.c (mon.1) 764 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:22.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[73591]: audit 2024-03-30T04:44:22.077429+0000 mon.c (mon.1) 765 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:22.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[73591]: audit 2024-03-30T04:44:22.078084+0000 mon.c (mon.1) 766 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:22.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[73591]: audit 2024-03-30T04:44:22.084444+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:22.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[73591]: audit 2024-03-30T04:44:22.127375+0000 mon.c (mon.1) 767 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:22.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[73591]: audit 2024-03-30T04:44:22.129315+0000 mon.c (mon.1) 768 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:22.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[73591]: audit 2024-03-30T04:44:22.131311+0000 mon.c (mon.1) 769 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:22.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[73591]: audit 2024-03-30T04:44:22.131981+0000 mon.c (mon.1) 770 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:22.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[73591]: audit 2024-03-30T04:44:22.138614+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:22.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[73591]: audit 2024-03-30T04:44:22.195902+0000 mon.c (mon.1) 771 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:22.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[73591]: audit 2024-03-30T04:44:22.197929+0000 mon.c (mon.1) 772 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:22.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[73591]: audit 2024-03-30T04:44:22.200119+0000 mon.c (mon.1) 773 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:22.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[73591]: audit 2024-03-30T04:44:22.200772+0000 mon.c (mon.1) 774 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:22.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[73591]: audit 2024-03-30T04:44:22.208968+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:22.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[70954]: audit 2024-03-30T04:44:21.258951+0000 mgr.y (mgr.25441) 1309 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:22.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[70954]: audit 2024-03-30T04:44:21.901799+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:22.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[70954]: audit 2024-03-30T04:44:21.911535+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:22.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[70954]: audit 2024-03-30T04:44:21.938360+0000 mon.c (mon.1) 757 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:22.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[70954]: audit 2024-03-30T04:44:21.939256+0000 mon.c (mon.1) 758 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:22.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[70954]: audit 2024-03-30T04:44:21.946106+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:22.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[70954]: audit 2024-03-30T04:44:22.004562+0000 mon.c (mon.1) 759 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:22.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[70954]: audit 2024-03-30T04:44:22.006517+0000 mon.c (mon.1) 760 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:22.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[70954]: audit 2024-03-30T04:44:22.008982+0000 mon.c (mon.1) 761 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:22.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[70954]: audit 2024-03-30T04:44:22.009654+0000 mon.c (mon.1) 762 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:22.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[70954]: audit 2024-03-30T04:44:22.016390+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:22.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[70954]: audit 2024-03-30T04:44:22.073649+0000 mon.c (mon.1) 763 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:22.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[70954]: audit 2024-03-30T04:44:22.075576+0000 mon.c (mon.1) 764 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:22.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[70954]: audit 2024-03-30T04:44:22.077429+0000 mon.c (mon.1) 765 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:22.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[70954]: audit 2024-03-30T04:44:22.078084+0000 mon.c (mon.1) 766 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:22.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[70954]: audit 2024-03-30T04:44:22.084444+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:22.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[70954]: audit 2024-03-30T04:44:22.127375+0000 mon.c (mon.1) 767 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:22.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[70954]: audit 2024-03-30T04:44:22.129315+0000 mon.c (mon.1) 768 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:22.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[70954]: audit 2024-03-30T04:44:22.131311+0000 mon.c (mon.1) 769 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:22.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[70954]: audit 2024-03-30T04:44:22.131981+0000 mon.c (mon.1) 770 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:22.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[70954]: audit 2024-03-30T04:44:22.138614+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:22.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[70954]: audit 2024-03-30T04:44:22.195902+0000 mon.c (mon.1) 771 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:22.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[70954]: audit 2024-03-30T04:44:22.197929+0000 mon.c (mon.1) 772 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:22.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[70954]: audit 2024-03-30T04:44:22.200119+0000 mon.c (mon.1) 773 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:22.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[70954]: audit 2024-03-30T04:44:22.200772+0000 mon.c (mon.1) 774 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:22.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:22 smithi111 bash[70954]: audit 2024-03-30T04:44:22.208968+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:22.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:22 smithi117 bash[62284]: audit 2024-03-30T04:44:21.258951+0000 mgr.y (mgr.25441) 1309 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:22.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:22 smithi117 bash[62284]: audit 2024-03-30T04:44:21.901799+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:22.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:22 smithi117 bash[62284]: audit 2024-03-30T04:44:21.911535+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:22.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:22 smithi117 bash[62284]: audit 2024-03-30T04:44:21.938360+0000 mon.c (mon.1) 757 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:22.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:22 smithi117 bash[62284]: audit 2024-03-30T04:44:21.939256+0000 mon.c (mon.1) 758 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:22.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:22 smithi117 bash[62284]: audit 2024-03-30T04:44:21.946106+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:22.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:22 smithi117 bash[62284]: audit 2024-03-30T04:44:22.004562+0000 mon.c (mon.1) 759 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:22.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:22 smithi117 bash[62284]: audit 2024-03-30T04:44:22.006517+0000 mon.c (mon.1) 760 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:22.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:22 smithi117 bash[62284]: audit 2024-03-30T04:44:22.008982+0000 mon.c (mon.1) 761 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:22.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:22 smithi117 bash[62284]: audit 2024-03-30T04:44:22.009654+0000 mon.c (mon.1) 762 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:22.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:22 smithi117 bash[62284]: audit 2024-03-30T04:44:22.016390+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:22.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:22 smithi117 bash[62284]: audit 2024-03-30T04:44:22.073649+0000 mon.c (mon.1) 763 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:22.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:22 smithi117 bash[62284]: audit 2024-03-30T04:44:22.075576+0000 mon.c (mon.1) 764 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:22.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:22 smithi117 bash[62284]: audit 2024-03-30T04:44:22.077429+0000 mon.c (mon.1) 765 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:22.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:22 smithi117 bash[62284]: audit 2024-03-30T04:44:22.078084+0000 mon.c (mon.1) 766 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:22.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:22 smithi117 bash[62284]: audit 2024-03-30T04:44:22.084444+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:22.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:22 smithi117 bash[62284]: audit 2024-03-30T04:44:22.127375+0000 mon.c (mon.1) 767 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:22.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:22 smithi117 bash[62284]: audit 2024-03-30T04:44:22.129315+0000 mon.c (mon.1) 768 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:22.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:22 smithi117 bash[62284]: audit 2024-03-30T04:44:22.131311+0000 mon.c (mon.1) 769 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:22.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:22 smithi117 bash[62284]: audit 2024-03-30T04:44:22.131981+0000 mon.c (mon.1) 770 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:22.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:22 smithi117 bash[62284]: audit 2024-03-30T04:44:22.138614+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:22.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:22 smithi117 bash[62284]: audit 2024-03-30T04:44:22.195902+0000 mon.c (mon.1) 771 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:22.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:22 smithi117 bash[62284]: audit 2024-03-30T04:44:22.197929+0000 mon.c (mon.1) 772 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:22.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:22 smithi117 bash[62284]: audit 2024-03-30T04:44:22.200119+0000 mon.c (mon.1) 773 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:22.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:22 smithi117 bash[62284]: audit 2024-03-30T04:44:22.200772+0000 mon.c (mon.1) 774 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:22.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:22 smithi117 bash[62284]: audit 2024-03-30T04:44:22.208968+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:23.225 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: cluster 2024-03-30T04:44:21.910543+0000 mgr.y (mgr.25441) 1310 : cluster [DBG] pgmap v844: 161 pgs: 23 active+undersized+degraded, 6 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 125 KiB/s rd, 0 B/s wr, 215 op/s; 98/726 objects degraded (13.499%) 2024-03-30T04:44:23.225 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: cluster 2024-03-30T04:44:21.940843+0000 mgr.y (mgr.25441) 1311 : cluster [DBG] pgmap v845: 161 pgs: 23 active+undersized+degraded, 6 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 156 KiB/s rd, 0 B/s wr, 267 op/s; 98/726 objects degraded (13.499%) 2024-03-30T04:44:23.225 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: cluster 2024-03-30T04:44:21.941226+0000 mgr.y (mgr.25441) 1312 : cluster [DBG] pgmap v846: 161 pgs: 23 active+undersized+degraded, 6 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 160 KiB/s rd, 0 B/s wr, 273 op/s; 98/726 objects degraded (13.499%) 2024-03-30T04:44:23.225 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: cephadm 2024-03-30T04:44:21.946818+0000 mgr.y (mgr.25441) 1313 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:23.225 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: cluster 2024-03-30T04:44:22.011244+0000 mgr.y (mgr.25441) 1314 : cluster [DBG] pgmap v847: 161 pgs: 23 active+undersized+degraded, 6 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 162 KiB/s rd, 0 B/s wr, 278 op/s; 98/726 objects degraded (13.499%) 2024-03-30T04:44:23.225 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: cluster 2024-03-30T04:44:22.011664+0000 mgr.y (mgr.25441) 1315 : cluster [DBG] pgmap v848: 161 pgs: 23 active+undersized+degraded, 6 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 162 KiB/s rd, 0 B/s wr, 278 op/s; 98/726 objects degraded (13.499%) 2024-03-30T04:44:23.225 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: cephadm 2024-03-30T04:44:22.017003+0000 mgr.y (mgr.25441) 1316 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:23.225 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: cluster 2024-03-30T04:44:22.079583+0000 mgr.y (mgr.25441) 1317 : cluster [DBG] pgmap v849: 161 pgs: 23 active+undersized+degraded, 6 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 307 KiB/s rd, 0 B/s wr, 526 op/s; 98/726 objects degraded (13.499%) 2024-03-30T04:44:23.226 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: cluster 2024-03-30T04:44:22.079995+0000 mgr.y (mgr.25441) 1318 : cluster [DBG] pgmap v850: 161 pgs: 23 active+undersized+degraded, 6 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 98/726 objects degraded (13.499%) 2024-03-30T04:44:23.226 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: cephadm 2024-03-30T04:44:22.085310+0000 mgr.y (mgr.25441) 1319 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:23.226 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: cluster 2024-03-30T04:44:22.133536+0000 mgr.y (mgr.25441) 1320 : cluster [DBG] pgmap v851: 161 pgs: 23 active+undersized+degraded, 6 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 98/726 objects degraded (13.499%) 2024-03-30T04:44:23.226 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: cluster 2024-03-30T04:44:22.133947+0000 mgr.y (mgr.25441) 1321 : cluster [DBG] pgmap v852: 161 pgs: 23 active+undersized+degraded, 6 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 98/726 objects degraded (13.499%) 2024-03-30T04:44:23.226 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: cephadm 2024-03-30T04:44:22.139262+0000 mgr.y (mgr.25441) 1322 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:23.226 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: cluster 2024-03-30T04:44:22.202235+0000 mgr.y (mgr.25441) 1323 : cluster [DBG] pgmap v853: 161 pgs: 23 active+undersized+degraded, 6 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 98/726 objects degraded (13.499%) 2024-03-30T04:44:23.226 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: cluster 2024-03-30T04:44:21.910543+0000 mgr.y (mgr.25441) 1310 : cluster [DBG] pgmap v844: 161 pgs: 23 active+undersized+degraded, 6 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 125 KiB/s rd, 0 B/s wr, 215 op/s; 98/726 objects degraded (13.499%) 2024-03-30T04:44:23.226 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: cluster 2024-03-30T04:44:21.940843+0000 mgr.y (mgr.25441) 1311 : cluster [DBG] pgmap v845: 161 pgs: 23 active+undersized+degraded, 6 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 156 KiB/s rd, 0 B/s wr, 267 op/s; 98/726 objects degraded (13.499%) 2024-03-30T04:44:23.226 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: cluster 2024-03-30T04:44:21.941226+0000 mgr.y (mgr.25441) 1312 : cluster [DBG] pgmap v846: 161 pgs: 23 active+undersized+degraded, 6 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 160 KiB/s rd, 0 B/s wr, 273 op/s; 98/726 objects degraded (13.499%) 2024-03-30T04:44:23.226 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: cephadm 2024-03-30T04:44:21.946818+0000 mgr.y (mgr.25441) 1313 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:23.227 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: cluster 2024-03-30T04:44:22.011244+0000 mgr.y (mgr.25441) 1314 : cluster [DBG] pgmap v847: 161 pgs: 23 active+undersized+degraded, 6 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 162 KiB/s rd, 0 B/s wr, 278 op/s; 98/726 objects degraded (13.499%) 2024-03-30T04:44:23.227 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: cluster 2024-03-30T04:44:22.011664+0000 mgr.y (mgr.25441) 1315 : cluster [DBG] pgmap v848: 161 pgs: 23 active+undersized+degraded, 6 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 162 KiB/s rd, 0 B/s wr, 278 op/s; 98/726 objects degraded (13.499%) 2024-03-30T04:44:23.227 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: cephadm 2024-03-30T04:44:22.017003+0000 mgr.y (mgr.25441) 1316 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:23.227 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: cluster 2024-03-30T04:44:22.079583+0000 mgr.y (mgr.25441) 1317 : cluster [DBG] pgmap v849: 161 pgs: 23 active+undersized+degraded, 6 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 307 KiB/s rd, 0 B/s wr, 526 op/s; 98/726 objects degraded (13.499%) 2024-03-30T04:44:23.227 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: cluster 2024-03-30T04:44:22.079995+0000 mgr.y (mgr.25441) 1318 : cluster [DBG] pgmap v850: 161 pgs: 23 active+undersized+degraded, 6 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 98/726 objects degraded (13.499%) 2024-03-30T04:44:23.227 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: cephadm 2024-03-30T04:44:22.085310+0000 mgr.y (mgr.25441) 1319 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:23.227 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: cluster 2024-03-30T04:44:22.133536+0000 mgr.y (mgr.25441) 1320 : cluster [DBG] pgmap v851: 161 pgs: 23 active+undersized+degraded, 6 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 98/726 objects degraded (13.499%) 2024-03-30T04:44:23.227 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: cluster 2024-03-30T04:44:22.133947+0000 mgr.y (mgr.25441) 1321 : cluster [DBG] pgmap v852: 161 pgs: 23 active+undersized+degraded, 6 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 98/726 objects degraded (13.499%) 2024-03-30T04:44:23.227 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: cephadm 2024-03-30T04:44:22.139262+0000 mgr.y (mgr.25441) 1322 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:23.227 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: cluster 2024-03-30T04:44:22.202235+0000 mgr.y (mgr.25441) 1323 : cluster [DBG] pgmap v853: 161 pgs: 23 active+undersized+degraded, 6 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 98/726 objects degraded (13.499%) 2024-03-30T04:44:23.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: cluster 2024-03-30T04:44:22.202618+0000 mgr.y (mgr.25441) 1324 : cluster [DBG] pgmap v854: 161 pgs: 23 active+undersized+degraded, 6 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 98/726 objects degraded (13.499%) 2024-03-30T04:44:23.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: cephadm 2024-03-30T04:44:22.211370+0000 mgr.y (mgr.25441) 1325 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:23.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.284189+0000 mon.c (mon.1) 775 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:23.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.286438+0000 mon.c (mon.1) 776 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:23.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.288495+0000 mon.c (mon.1) 777 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:23.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.289149+0000 mon.c (mon.1) 778 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:23.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: cluster 2024-03-30T04:44:22.290821+0000 mgr.y (mgr.25441) 1326 : cluster [DBG] pgmap v855: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 682 KiB/s rd, 0 B/s wr, 1.14k op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:23.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: cluster 2024-03-30T04:44:22.291202+0000 mgr.y (mgr.25441) 1327 : cluster [DBG] pgmap v856: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 682 KiB/s rd, 0 B/s wr, 1.14k op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:23.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.296163+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:23.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: cephadm 2024-03-30T04:44:22.297777+0000 mgr.y (mgr.25441) 1328 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:23.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.364761+0000 mon.c (mon.1) 779 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:23.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.368032+0000 mon.c (mon.1) 780 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:23.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.371307+0000 mon.c (mon.1) 781 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:23.229 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.372386+0000 mon.c (mon.1) 782 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:23.229 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: cluster 2024-03-30T04:44:22.374610+0000 mgr.y (mgr.25441) 1329 : cluster [DBG] pgmap v857: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 597 KiB/s rd, 0 B/s wr, 995 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:23.229 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: cluster 2024-03-30T04:44:22.374992+0000 mgr.y (mgr.25441) 1330 : cluster [DBG] pgmap v858: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 597 KiB/s rd, 0 B/s wr, 995 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:23.229 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.382660+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:23.229 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: cluster 2024-03-30T04:44:22.202618+0000 mgr.y (mgr.25441) 1324 : cluster [DBG] pgmap v854: 161 pgs: 23 active+undersized+degraded, 6 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 98/726 objects degraded (13.499%) 2024-03-30T04:44:23.229 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: cephadm 2024-03-30T04:44:22.211370+0000 mgr.y (mgr.25441) 1325 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:23.229 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.284189+0000 mon.c (mon.1) 775 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:23.229 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.286438+0000 mon.c (mon.1) 776 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:23.229 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.288495+0000 mon.c (mon.1) 777 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:23.229 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.289149+0000 mon.c (mon.1) 778 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:23.229 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: cluster 2024-03-30T04:44:22.290821+0000 mgr.y (mgr.25441) 1326 : cluster [DBG] pgmap v855: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 682 KiB/s rd, 0 B/s wr, 1.14k op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:23.230 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: cluster 2024-03-30T04:44:22.291202+0000 mgr.y (mgr.25441) 1327 : cluster [DBG] pgmap v856: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 682 KiB/s rd, 0 B/s wr, 1.14k op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:23.230 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.296163+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:23.230 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: cephadm 2024-03-30T04:44:22.297777+0000 mgr.y (mgr.25441) 1328 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:23.230 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.364761+0000 mon.c (mon.1) 779 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:23.230 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.368032+0000 mon.c (mon.1) 780 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:23.230 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.371307+0000 mon.c (mon.1) 781 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:23.230 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.372386+0000 mon.c (mon.1) 782 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:23.230 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: cluster 2024-03-30T04:44:22.374610+0000 mgr.y (mgr.25441) 1329 : cluster [DBG] pgmap v857: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 597 KiB/s rd, 0 B/s wr, 995 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:23.230 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: cluster 2024-03-30T04:44:22.374992+0000 mgr.y (mgr.25441) 1330 : cluster [DBG] pgmap v858: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 597 KiB/s rd, 0 B/s wr, 995 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:23.230 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.382660+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:23.230 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: cephadm 2024-03-30T04:44:22.384794+0000 mgr.y (mgr.25441) 1331 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:23.231 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.472996+0000 mon.c (mon.1) 783 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:23.231 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.477471+0000 mon.c (mon.1) 784 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:23.231 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.481582+0000 mon.c (mon.1) 785 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:23.231 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.483204+0000 mon.c (mon.1) 786 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:23.231 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: cluster 2024-03-30T04:44:22.486021+0000 mgr.y (mgr.25441) 1332 : cluster [DBG] pgmap v859: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 507 KiB/s rd, 0 B/s wr, 845 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:23.231 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: cluster 2024-03-30T04:44:22.486424+0000 mgr.y (mgr.25441) 1333 : cluster [DBG] pgmap v860: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 507 KiB/s rd, 0 B/s wr, 845 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:23.231 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.496111+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:23.231 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: cephadm 2024-03-30T04:44:22.497845+0000 mgr.y (mgr.25441) 1334 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:23.231 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.584498+0000 mon.c (mon.1) 787 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:23.231 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.587327+0000 mon.c (mon.1) 788 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:23.231 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.590446+0000 mon.c (mon.1) 789 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:23.231 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.591539+0000 mon.c (mon.1) 790 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:23.231 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: cluster 2024-03-30T04:44:22.593614+0000 mgr.y (mgr.25441) 1335 : cluster [DBG] pgmap v861: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:23.231 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: cluster 2024-03-30T04:44:22.593994+0000 mgr.y (mgr.25441) 1336 : cluster [DBG] pgmap v862: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:23.232 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.603095+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:23.232 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: cephadm 2024-03-30T04:44:22.604168+0000 mgr.y (mgr.25441) 1337 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:23.232 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.678121+0000 mon.c (mon.1) 791 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:23.232 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: cephadm 2024-03-30T04:44:22.384794+0000 mgr.y (mgr.25441) 1331 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:23.232 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.472996+0000 mon.c (mon.1) 783 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:23.232 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.477471+0000 mon.c (mon.1) 784 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:23.232 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.481582+0000 mon.c (mon.1) 785 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:23.232 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.483204+0000 mon.c (mon.1) 786 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:23.232 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: cluster 2024-03-30T04:44:22.486021+0000 mgr.y (mgr.25441) 1332 : cluster [DBG] pgmap v859: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 507 KiB/s rd, 0 B/s wr, 845 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:23.233 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: cluster 2024-03-30T04:44:22.486424+0000 mgr.y (mgr.25441) 1333 : cluster [DBG] pgmap v860: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 507 KiB/s rd, 0 B/s wr, 845 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:23.233 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.496111+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:23.233 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: cephadm 2024-03-30T04:44:22.497845+0000 mgr.y (mgr.25441) 1334 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:23.233 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.584498+0000 mon.c (mon.1) 787 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:23.233 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.587327+0000 mon.c (mon.1) 788 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:23.233 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.590446+0000 mon.c (mon.1) 789 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:23.233 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.591539+0000 mon.c (mon.1) 790 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:23.233 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: cluster 2024-03-30T04:44:22.593614+0000 mgr.y (mgr.25441) 1335 : cluster [DBG] pgmap v861: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:23.233 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: cluster 2024-03-30T04:44:22.593994+0000 mgr.y (mgr.25441) 1336 : cluster [DBG] pgmap v862: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:23.233 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.603095+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:23.233 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: cephadm 2024-03-30T04:44:22.604168+0000 mgr.y (mgr.25441) 1337 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:23.233 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.678121+0000 mon.c (mon.1) 791 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:23.233 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.680180+0000 mon.c (mon.1) 792 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:23.233 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.682196+0000 mon.c (mon.1) 793 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:23.234 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.683012+0000 mon.c (mon.1) 794 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:23.234 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: cluster 2024-03-30T04:44:22.684545+0000 mgr.y (mgr.25441) 1338 : cluster [DBG] pgmap v863: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:23.234 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: cluster 2024-03-30T04:44:22.684840+0000 mgr.y (mgr.25441) 1339 : cluster [DBG] pgmap v864: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:23.234 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.689460+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:23.234 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: cephadm 2024-03-30T04:44:22.690238+0000 mgr.y (mgr.25441) 1340 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:23.234 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.680180+0000 mon.c (mon.1) 792 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:23.234 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.682196+0000 mon.c (mon.1) 793 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:23.234 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.683012+0000 mon.c (mon.1) 794 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:23.234 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: cluster 2024-03-30T04:44:22.684545+0000 mgr.y (mgr.25441) 1338 : cluster [DBG] pgmap v863: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:23.235 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: cluster 2024-03-30T04:44:22.684840+0000 mgr.y (mgr.25441) 1339 : cluster [DBG] pgmap v864: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:23.235 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.689460+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:23.235 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: cephadm 2024-03-30T04:44:22.690238+0000 mgr.y (mgr.25441) 1340 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:23.235 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.763915+0000 mon.c (mon.1) 795 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:23.235 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.765750+0000 mon.c (mon.1) 796 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:23.235 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.767806+0000 mon.c (mon.1) 797 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:23.235 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.768414+0000 mon.c (mon.1) 798 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:23.235 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.775586+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:23.235 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.816186+0000 mon.c (mon.1) 799 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:23.235 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.818181+0000 mon.c (mon.1) 800 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:23.235 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.820056+0000 mon.c (mon.1) 801 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:23.235 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.820721+0000 mon.c (mon.1) 802 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:23.235 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.826975+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:23.235 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.883895+0000 mon.c (mon.1) 803 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:23.235 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.885806+0000 mon.c (mon.1) 804 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:23.236 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.887568+0000 mon.c (mon.1) 805 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:23.236 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.888298+0000 mon.c (mon.1) 806 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:23.236 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.894973+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:23.236 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: cluster 2024-03-30T04:44:22.908182+0000 mon.a (mon.0) 644 : cluster [WRN] Health check failed: Degraded data redundancy: 105/726 objects degraded (14.463%), 25 pgs degraded (PG_DEGRADED) 2024-03-30T04:44:23.236 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: cluster 2024-03-30T04:44:22.908219+0000 mon.a (mon.0) 645 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-03-30T04:44:23.236 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.952400+0000 mon.c (mon.1) 807 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:23.236 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.954191+0000 mon.c (mon.1) 808 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:23.236 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.955942+0000 mon.c (mon.1) 809 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:23.236 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.956628+0000 mon.c (mon.1) 810 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:23.236 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:22.963793+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:23.236 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:23.004315+0000 mon.c (mon.1) 811 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:23.506 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: cluster 2024-03-30T04:44:21.910543+0000 mgr.y (mgr.25441) 1310 : cluster [DBG] pgmap v844: 161 pgs: 23 active+undersized+degraded, 6 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 125 KiB/s rd, 0 B/s wr, 215 op/s; 98/726 objects degraded (13.499%) 2024-03-30T04:44:23.506 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: cluster 2024-03-30T04:44:21.940843+0000 mgr.y (mgr.25441) 1311 : cluster [DBG] pgmap v845: 161 pgs: 23 active+undersized+degraded, 6 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 156 KiB/s rd, 0 B/s wr, 267 op/s; 98/726 objects degraded (13.499%) 2024-03-30T04:44:23.506 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: cluster 2024-03-30T04:44:21.941226+0000 mgr.y (mgr.25441) 1312 : cluster [DBG] pgmap v846: 161 pgs: 23 active+undersized+degraded, 6 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 160 KiB/s rd, 0 B/s wr, 273 op/s; 98/726 objects degraded (13.499%) 2024-03-30T04:44:23.506 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: cephadm 2024-03-30T04:44:21.946818+0000 mgr.y (mgr.25441) 1313 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:23.506 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: cluster 2024-03-30T04:44:22.011244+0000 mgr.y (mgr.25441) 1314 : cluster [DBG] pgmap v847: 161 pgs: 23 active+undersized+degraded, 6 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 162 KiB/s rd, 0 B/s wr, 278 op/s; 98/726 objects degraded (13.499%) 2024-03-30T04:44:23.506 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: cluster 2024-03-30T04:44:22.011664+0000 mgr.y (mgr.25441) 1315 : cluster [DBG] pgmap v848: 161 pgs: 23 active+undersized+degraded, 6 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 162 KiB/s rd, 0 B/s wr, 278 op/s; 98/726 objects degraded (13.499%) 2024-03-30T04:44:23.506 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: cephadm 2024-03-30T04:44:22.017003+0000 mgr.y (mgr.25441) 1316 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:23.507 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: cluster 2024-03-30T04:44:22.079583+0000 mgr.y (mgr.25441) 1317 : cluster [DBG] pgmap v849: 161 pgs: 23 active+undersized+degraded, 6 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 307 KiB/s rd, 0 B/s wr, 526 op/s; 98/726 objects degraded (13.499%) 2024-03-30T04:44:23.507 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: cluster 2024-03-30T04:44:22.079995+0000 mgr.y (mgr.25441) 1318 : cluster [DBG] pgmap v850: 161 pgs: 23 active+undersized+degraded, 6 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 98/726 objects degraded (13.499%) 2024-03-30T04:44:23.507 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: cephadm 2024-03-30T04:44:22.085310+0000 mgr.y (mgr.25441) 1319 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:23.507 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: cluster 2024-03-30T04:44:22.133536+0000 mgr.y (mgr.25441) 1320 : cluster [DBG] pgmap v851: 161 pgs: 23 active+undersized+degraded, 6 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 98/726 objects degraded (13.499%) 2024-03-30T04:44:23.507 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: cluster 2024-03-30T04:44:22.133947+0000 mgr.y (mgr.25441) 1321 : cluster [DBG] pgmap v852: 161 pgs: 23 active+undersized+degraded, 6 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 98/726 objects degraded (13.499%) 2024-03-30T04:44:23.507 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: cephadm 2024-03-30T04:44:22.139262+0000 mgr.y (mgr.25441) 1322 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:23.507 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: cluster 2024-03-30T04:44:22.202235+0000 mgr.y (mgr.25441) 1323 : cluster [DBG] pgmap v853: 161 pgs: 23 active+undersized+degraded, 6 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 98/726 objects degraded (13.499%) 2024-03-30T04:44:23.507 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: cluster 2024-03-30T04:44:22.202618+0000 mgr.y (mgr.25441) 1324 : cluster [DBG] pgmap v854: 161 pgs: 23 active+undersized+degraded, 6 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 98/726 objects degraded (13.499%) 2024-03-30T04:44:23.507 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: cephadm 2024-03-30T04:44:22.211370+0000 mgr.y (mgr.25441) 1325 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:23.507 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.284189+0000 mon.c (mon.1) 775 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:23.507 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.286438+0000 mon.c (mon.1) 776 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:23.507 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.288495+0000 mon.c (mon.1) 777 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:23.507 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.289149+0000 mon.c (mon.1) 778 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:23.507 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: cluster 2024-03-30T04:44:22.290821+0000 mgr.y (mgr.25441) 1326 : cluster [DBG] pgmap v855: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 682 KiB/s rd, 0 B/s wr, 1.14k op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:23.507 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: cluster 2024-03-30T04:44:22.291202+0000 mgr.y (mgr.25441) 1327 : cluster [DBG] pgmap v856: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 682 KiB/s rd, 0 B/s wr, 1.14k op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:23.507 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.296163+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:23.508 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: cephadm 2024-03-30T04:44:22.297777+0000 mgr.y (mgr.25441) 1328 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:23.508 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.364761+0000 mon.c (mon.1) 779 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:23.508 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.368032+0000 mon.c (mon.1) 780 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:23.508 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.371307+0000 mon.c (mon.1) 781 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:23.508 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.372386+0000 mon.c (mon.1) 782 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:23.508 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: cluster 2024-03-30T04:44:22.374610+0000 mgr.y (mgr.25441) 1329 : cluster [DBG] pgmap v857: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 597 KiB/s rd, 0 B/s wr, 995 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:23.508 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: cluster 2024-03-30T04:44:22.374992+0000 mgr.y (mgr.25441) 1330 : cluster [DBG] pgmap v858: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 597 KiB/s rd, 0 B/s wr, 995 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:23.508 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.382660+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:23.508 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: cephadm 2024-03-30T04:44:22.384794+0000 mgr.y (mgr.25441) 1331 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:23.508 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.472996+0000 mon.c (mon.1) 783 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:23.508 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.477471+0000 mon.c (mon.1) 784 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:23.508 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.481582+0000 mon.c (mon.1) 785 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:23.508 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.483204+0000 mon.c (mon.1) 786 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:23.508 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: cluster 2024-03-30T04:44:22.486021+0000 mgr.y (mgr.25441) 1332 : cluster [DBG] pgmap v859: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 507 KiB/s rd, 0 B/s wr, 845 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:23.508 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: cluster 2024-03-30T04:44:22.486424+0000 mgr.y (mgr.25441) 1333 : cluster [DBG] pgmap v860: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 507 KiB/s rd, 0 B/s wr, 845 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:23.508 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.496111+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:23.509 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: cephadm 2024-03-30T04:44:22.497845+0000 mgr.y (mgr.25441) 1334 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:23.509 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.584498+0000 mon.c (mon.1) 787 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:23.509 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.587327+0000 mon.c (mon.1) 788 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:23.509 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.590446+0000 mon.c (mon.1) 789 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:23.509 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.591539+0000 mon.c (mon.1) 790 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:23.509 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: cluster 2024-03-30T04:44:22.593614+0000 mgr.y (mgr.25441) 1335 : cluster [DBG] pgmap v861: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:23.509 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: cluster 2024-03-30T04:44:22.593994+0000 mgr.y (mgr.25441) 1336 : cluster [DBG] pgmap v862: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:23.509 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.603095+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:23.509 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: cephadm 2024-03-30T04:44:22.604168+0000 mgr.y (mgr.25441) 1337 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:23.509 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.678121+0000 mon.c (mon.1) 791 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:23.509 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.680180+0000 mon.c (mon.1) 792 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:23.509 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.682196+0000 mon.c (mon.1) 793 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:23.509 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.683012+0000 mon.c (mon.1) 794 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:23.509 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: cluster 2024-03-30T04:44:22.684545+0000 mgr.y (mgr.25441) 1338 : cluster [DBG] pgmap v863: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:23.509 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: cluster 2024-03-30T04:44:22.684840+0000 mgr.y (mgr.25441) 1339 : cluster [DBG] pgmap v864: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:23.509 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.689460+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:23.510 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: cephadm 2024-03-30T04:44:22.690238+0000 mgr.y (mgr.25441) 1340 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:23.510 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.763915+0000 mon.c (mon.1) 795 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:23.510 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.765750+0000 mon.c (mon.1) 796 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:23.510 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.767806+0000 mon.c (mon.1) 797 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:23.510 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.768414+0000 mon.c (mon.1) 798 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:23.510 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.775586+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:23.510 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.816186+0000 mon.c (mon.1) 799 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:23.510 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.818181+0000 mon.c (mon.1) 800 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:23.510 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.820056+0000 mon.c (mon.1) 801 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:23.510 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.820721+0000 mon.c (mon.1) 802 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:23.510 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.826975+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:23.510 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.883895+0000 mon.c (mon.1) 803 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:23.510 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.885806+0000 mon.c (mon.1) 804 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:23.510 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.887568+0000 mon.c (mon.1) 805 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:23.510 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.888298+0000 mon.c (mon.1) 806 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:23.511 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.894973+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:23.511 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: cluster 2024-03-30T04:44:22.908182+0000 mon.a (mon.0) 644 : cluster [WRN] Health check failed: Degraded data redundancy: 105/726 objects degraded (14.463%), 25 pgs degraded (PG_DEGRADED) 2024-03-30T04:44:23.511 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: cluster 2024-03-30T04:44:22.908219+0000 mon.a (mon.0) 645 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-03-30T04:44:23.511 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.952400+0000 mon.c (mon.1) 807 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:23.511 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.954191+0000 mon.c (mon.1) 808 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:23.511 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.955942+0000 mon.c (mon.1) 809 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:23.511 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.956628+0000 mon.c (mon.1) 810 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:23.511 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:22.963793+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:23.511 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:23.004315+0000 mon.c (mon.1) 811 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:23.511 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:23.006051+0000 mon.c (mon.1) 812 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:23.511 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:23.007762+0000 mon.c (mon.1) 813 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:23.511 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:23.008356+0000 mon.c (mon.1) 814 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:23.511 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:23.014362+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:23.511 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:23.072940+0000 mon.c (mon.1) 815 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:23.511 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:23.074894+0000 mon.c (mon.1) 816 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:23.512 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:23.076714+0000 mon.c (mon.1) 817 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:23.512 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:23.077447+0000 mon.c (mon.1) 818 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:23.512 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:23.085602+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:23.512 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:23.142893+0000 mon.c (mon.1) 819 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:23.512 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:23.145261+0000 mon.c (mon.1) 820 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:23.512 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:23.147410+0000 mon.c (mon.1) 821 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:23.512 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:23.148312+0000 mon.c (mon.1) 822 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:23.512 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:23.155761+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:23.512 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:23.199272+0000 mon.c (mon.1) 823 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:23.512 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:23.201202+0000 mon.c (mon.1) 824 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:23.512 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:23.203133+0000 mon.c (mon.1) 825 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:23.512 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:23.203929+0000 mon.c (mon.1) 826 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:23.512 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[62284]: audit 2024-03-30T04:44:23.211768+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:23.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.763915+0000 mon.c (mon.1) 795 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:23.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.765750+0000 mon.c (mon.1) 796 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:23.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.767806+0000 mon.c (mon.1) 797 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:23.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.768414+0000 mon.c (mon.1) 798 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:23.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.775586+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:23.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.816186+0000 mon.c (mon.1) 799 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:23.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.818181+0000 mon.c (mon.1) 800 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:23.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.820056+0000 mon.c (mon.1) 801 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:23.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.820721+0000 mon.c (mon.1) 802 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:23.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.826975+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:23.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.883895+0000 mon.c (mon.1) 803 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:23.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.885806+0000 mon.c (mon.1) 804 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:23.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.887568+0000 mon.c (mon.1) 805 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:23.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.888298+0000 mon.c (mon.1) 806 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:23.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.894973+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:23.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: cluster 2024-03-30T04:44:22.908182+0000 mon.a (mon.0) 644 : cluster [WRN] Health check failed: Degraded data redundancy: 105/726 objects degraded (14.463%), 25 pgs degraded (PG_DEGRADED) 2024-03-30T04:44:23.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: cluster 2024-03-30T04:44:22.908219+0000 mon.a (mon.0) 645 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-03-30T04:44:23.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.952400+0000 mon.c (mon.1) 807 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:23.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.954191+0000 mon.c (mon.1) 808 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:23.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:23.006051+0000 mon.c (mon.1) 812 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:23.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:23.007762+0000 mon.c (mon.1) 813 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:23.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:23.008356+0000 mon.c (mon.1) 814 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:23.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:23.014362+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:23.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:23.072940+0000 mon.c (mon.1) 815 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:23.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:23.074894+0000 mon.c (mon.1) 816 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:23.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:23.076714+0000 mon.c (mon.1) 817 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:23.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:23.077447+0000 mon.c (mon.1) 818 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:23.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:23.085602+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:23.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:23.142893+0000 mon.c (mon.1) 819 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:23.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:23.145261+0000 mon.c (mon.1) 820 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:23.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:23.147410+0000 mon.c (mon.1) 821 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:23.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:23.148312+0000 mon.c (mon.1) 822 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:23.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:23.155761+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:23.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:23.199272+0000 mon.c (mon.1) 823 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:23.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:23.201202+0000 mon.c (mon.1) 824 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:23.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:23.203133+0000 mon.c (mon.1) 825 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:23.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:23.203929+0000 mon.c (mon.1) 826 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:23.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[73591]: audit 2024-03-30T04:44:23.211768+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:23.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.955942+0000 mon.c (mon.1) 809 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:23.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.956628+0000 mon.c (mon.1) 810 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:23.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:22.963793+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:23.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:23.004315+0000 mon.c (mon.1) 811 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:23.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:23.006051+0000 mon.c (mon.1) 812 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:23.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:23.007762+0000 mon.c (mon.1) 813 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:23.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:23.008356+0000 mon.c (mon.1) 814 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:23.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:23.014362+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:23.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:23.072940+0000 mon.c (mon.1) 815 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:23.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:23.074894+0000 mon.c (mon.1) 816 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:23.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:23.076714+0000 mon.c (mon.1) 817 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:23.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:23.077447+0000 mon.c (mon.1) 818 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:23.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:23.085602+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:23.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:23.142893+0000 mon.c (mon.1) 819 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:23.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:23.145261+0000 mon.c (mon.1) 820 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:23.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:23.147410+0000 mon.c (mon.1) 821 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:23.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:23.148312+0000 mon.c (mon.1) 822 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:23.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:23.155761+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:23.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:23.199272+0000 mon.c (mon.1) 823 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:23.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:23.201202+0000 mon.c (mon.1) 824 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:23.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:23.203133+0000 mon.c (mon.1) 825 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:23.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:23.203929+0000 mon.c (mon.1) 826 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:23.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[70954]: audit 2024-03-30T04:44:23.211768+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:23.885 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:44:23 smithi117 bash[53671]: ts=2024-03-30T04:44:23.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi111\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi111\", job=\"node\", machine=\"x86_64\", nodename=\"smithi111\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:44:24.222 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[80944]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-03-30T04:44:24.222 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[80944]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-1 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-03-30T04:44:24.222 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[80944]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-03-30T04:44:24.222 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[80944]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-03-30T04:44:24.222 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[80944]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2024-03-30T04:44:24.222 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[80944]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-03-30T04:44:24.222 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:44:23 smithi111 bash[80944]: --> ceph-volume raw activate successful for osd ID: 1 2024-03-30T04:44:24.494 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cluster 2024-03-30T04:44:22.769749+0000 mgr.y (mgr.25441) 1341 : cluster [DBG] pgmap v865: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.495 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cluster 2024-03-30T04:44:22.770087+0000 mgr.y (mgr.25441) 1342 : cluster [DBG] pgmap v866: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.495 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cephadm 2024-03-30T04:44:22.776121+0000 mgr.y (mgr.25441) 1343 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.495 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cluster 2024-03-30T04:44:22.822112+0000 mgr.y (mgr.25441) 1344 : cluster [DBG] pgmap v867: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.495 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cluster 2024-03-30T04:44:22.822533+0000 mgr.y (mgr.25441) 1345 : cluster [DBG] pgmap v868: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.495 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cephadm 2024-03-30T04:44:22.827620+0000 mgr.y (mgr.25441) 1346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.495 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cluster 2024-03-30T04:44:22.889927+0000 mgr.y (mgr.25441) 1347 : cluster [DBG] pgmap v869: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.495 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cluster 2024-03-30T04:44:22.890325+0000 mgr.y (mgr.25441) 1348 : cluster [DBG] pgmap v870: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.495 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cephadm 2024-03-30T04:44:22.895587+0000 mgr.y (mgr.25441) 1349 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.495 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cluster 2024-03-30T04:44:22.957998+0000 mgr.y (mgr.25441) 1350 : cluster [DBG] pgmap v871: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.495 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cluster 2024-03-30T04:44:22.958341+0000 mgr.y (mgr.25441) 1351 : cluster [DBG] pgmap v872: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.495 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cephadm 2024-03-30T04:44:22.964366+0000 mgr.y (mgr.25441) 1352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.495 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cluster 2024-03-30T04:44:23.009642+0000 mgr.y (mgr.25441) 1353 : cluster [DBG] pgmap v873: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.495 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cluster 2024-03-30T04:44:23.010011+0000 mgr.y (mgr.25441) 1354 : cluster [DBG] pgmap v874: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.496 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cephadm 2024-03-30T04:44:23.016100+0000 mgr.y (mgr.25441) 1355 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.496 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cluster 2024-03-30T04:44:23.078851+0000 mgr.y (mgr.25441) 1356 : cluster [DBG] pgmap v875: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.496 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cluster 2024-03-30T04:44:23.079273+0000 mgr.y (mgr.25441) 1357 : cluster [DBG] pgmap v876: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.496 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cephadm 2024-03-30T04:44:23.086337+0000 mgr.y (mgr.25441) 1358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.496 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cluster 2024-03-30T04:44:23.150554+0000 mgr.y (mgr.25441) 1359 : cluster [DBG] pgmap v877: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.496 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cephadm 2024-03-30T04:44:23.158802+0000 mgr.y (mgr.25441) 1360 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.496 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cluster 2024-03-30T04:44:23.205448+0000 mgr.y (mgr.25441) 1361 : cluster [DBG] pgmap v878: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.496 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cluster 2024-03-30T04:44:23.205812+0000 mgr.y (mgr.25441) 1362 : cluster [DBG] pgmap v879: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.496 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cephadm 2024-03-30T04:44:23.212619+0000 mgr.y (mgr.25441) 1363 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.496 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.286841+0000 mon.c (mon.1) 827 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:24.496 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.288845+0000 mon.c (mon.1) 828 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:24.496 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.290777+0000 mon.c (mon.1) 829 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:24.496 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.291482+0000 mon.c (mon.1) 830 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:24.496 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cluster 2024-03-30T04:44:23.292890+0000 mgr.y (mgr.25441) 1364 : cluster [DBG] pgmap v880: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.497 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cluster 2024-03-30T04:44:23.293213+0000 mgr.y (mgr.25441) 1365 : cluster [DBG] pgmap v881: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.497 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.298592+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:24.497 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cephadm 2024-03-30T04:44:23.299168+0000 mgr.y (mgr.25441) 1366 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.497 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.356725+0000 mon.c (mon.1) 831 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:24.497 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.358867+0000 mon.c (mon.1) 832 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:24.497 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.360986+0000 mon.c (mon.1) 833 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:24.497 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.361731+0000 mon.c (mon.1) 834 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:24.497 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cluster 2024-03-30T04:44:23.363138+0000 mgr.y (mgr.25441) 1367 : cluster [DBG] pgmap v882: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.497 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cluster 2024-03-30T04:44:23.363493+0000 mgr.y (mgr.25441) 1368 : cluster [DBG] pgmap v883: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.497 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.368815+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:24.497 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cephadm 2024-03-30T04:44:23.369418+0000 mgr.y (mgr.25441) 1369 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.497 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.426295+0000 mon.c (mon.1) 835 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:24.497 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.428220+0000 mon.c (mon.1) 836 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:24.497 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.430772+0000 mon.c (mon.1) 837 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:24.498 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.431617+0000 mon.c (mon.1) 838 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:24.498 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cluster 2024-03-30T04:44:23.433209+0000 mgr.y (mgr.25441) 1370 : cluster [DBG] pgmap v884: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.498 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cluster 2024-03-30T04:44:23.433632+0000 mgr.y (mgr.25441) 1371 : cluster [DBG] pgmap v885: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.498 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.440393+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:24.498 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cephadm 2024-03-30T04:44:23.441435+0000 mgr.y (mgr.25441) 1372 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.498 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.498437+0000 mon.c (mon.1) 839 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:24.498 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.500433+0000 mon.c (mon.1) 840 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:24.498 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.502409+0000 mon.c (mon.1) 841 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:24.498 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.503178+0000 mon.c (mon.1) 842 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:24.498 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cluster 2024-03-30T04:44:23.504762+0000 mgr.y (mgr.25441) 1373 : cluster [DBG] pgmap v886: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.498 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cluster 2024-03-30T04:44:23.505200+0000 mgr.y (mgr.25441) 1374 : cluster [DBG] pgmap v887: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.498 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.510889+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:24.498 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cephadm 2024-03-30T04:44:23.512408+0000 mgr.y (mgr.25441) 1375 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.498 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.575038+0000 mon.c (mon.1) 843 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:24.499 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.577391+0000 mon.c (mon.1) 844 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:24.499 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.579580+0000 mon.c (mon.1) 845 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:24.499 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.580436+0000 mon.c (mon.1) 846 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:24.499 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cluster 2024-03-30T04:44:23.581993+0000 mgr.y (mgr.25441) 1376 : cluster [DBG] pgmap v888: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.499 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cluster 2024-03-30T04:44:23.582337+0000 mgr.y (mgr.25441) 1377 : cluster [DBG] pgmap v889: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.499 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.588497+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:24.499 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cephadm 2024-03-30T04:44:23.589168+0000 mgr.y (mgr.25441) 1378 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.499 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.662269+0000 mon.c (mon.1) 847 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:24.499 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.664570+0000 mon.c (mon.1) 848 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:24.499 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.666605+0000 mon.c (mon.1) 849 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:24.499 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.667426+0000 mon.c (mon.1) 850 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:24.499 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cluster 2024-03-30T04:44:23.668911+0000 mgr.y (mgr.25441) 1379 : cluster [DBG] pgmap v890: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.499 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cluster 2024-03-30T04:44:23.669259+0000 mgr.y (mgr.25441) 1380 : cluster [DBG] pgmap v891: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.499 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.674977+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:24.500 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cephadm 2024-03-30T04:44:23.675543+0000 mgr.y (mgr.25441) 1381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.500 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.732141+0000 mon.c (mon.1) 851 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:24.500 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.734472+0000 mon.c (mon.1) 852 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:24.500 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.736776+0000 mon.c (mon.1) 853 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:24.500 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.737661+0000 mon.c (mon.1) 854 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:24.500 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cluster 2024-03-30T04:44:23.739395+0000 mgr.y (mgr.25441) 1382 : cluster [DBG] pgmap v892: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.500 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cluster 2024-03-30T04:44:23.739818+0000 mgr.y (mgr.25441) 1383 : cluster [DBG] pgmap v893: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.500 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.744827+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:24.500 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: cephadm 2024-03-30T04:44:23.748124+0000 mgr.y (mgr.25441) 1384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.500 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.804913+0000 mon.c (mon.1) 855 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:24.500 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.806722+0000 mon.c (mon.1) 856 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:24.500 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.808604+0000 mon.c (mon.1) 857 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:24.500 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.809265+0000 mon.c (mon.1) 858 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:24.500 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.817227+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:24.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.858173+0000 mon.c (mon.1) 859 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:24.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.860198+0000 mon.c (mon.1) 860 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:24.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.862018+0000 mon.c (mon.1) 861 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:24.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.862633+0000 mon.c (mon.1) 862 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:24.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.870741+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:24.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.912761+0000 mon.c (mon.1) 863 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:24.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.917184+0000 mon.c (mon.1) 864 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:24.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.919679+0000 mon.c (mon.1) 865 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:24.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.920423+0000 mon.c (mon.1) 866 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:24.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.930733+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:24.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.977688+0000 mon.c (mon.1) 867 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:24.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.979963+0000 mon.c (mon.1) 868 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:24.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.982090+0000 mon.c (mon.1) 869 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:24.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.982974+0000 mon.c (mon.1) 870 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:24.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:23.989622+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:24.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:24.048894+0000 mon.c (mon.1) 871 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:24.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:24.050688+0000 mon.c (mon.1) 872 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:24.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:24.052395+0000 mon.c (mon.1) 873 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:24.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:24.053039+0000 mon.c (mon.1) 874 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:24.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:24.059001+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:24.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:24.123096+0000 mon.c (mon.1) 875 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:24.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:24.125297+0000 mon.c (mon.1) 876 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:24.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:24.127039+0000 mon.c (mon.1) 877 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:24.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:24.127690+0000 mon.c (mon.1) 878 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:24.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:24.133935+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:24.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:24.192961+0000 mon.c (mon.1) 879 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:24.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:24.194756+0000 mon.c (mon.1) 880 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:24.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:24.196479+0000 mon.c (mon.1) 881 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:24.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:24.197084+0000 mon.c (mon.1) 882 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:24.503 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[70954]: audit 2024-03-30T04:44:24.203368+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:24.503 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cluster 2024-03-30T04:44:22.769749+0000 mgr.y (mgr.25441) 1341 : cluster [DBG] pgmap v865: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.503 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cluster 2024-03-30T04:44:22.770087+0000 mgr.y (mgr.25441) 1342 : cluster [DBG] pgmap v866: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.503 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cephadm 2024-03-30T04:44:22.776121+0000 mgr.y (mgr.25441) 1343 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.503 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cluster 2024-03-30T04:44:22.822112+0000 mgr.y (mgr.25441) 1344 : cluster [DBG] pgmap v867: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.503 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cluster 2024-03-30T04:44:22.822533+0000 mgr.y (mgr.25441) 1345 : cluster [DBG] pgmap v868: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.503 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cephadm 2024-03-30T04:44:22.827620+0000 mgr.y (mgr.25441) 1346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.503 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cluster 2024-03-30T04:44:22.889927+0000 mgr.y (mgr.25441) 1347 : cluster [DBG] pgmap v869: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.503 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cluster 2024-03-30T04:44:22.890325+0000 mgr.y (mgr.25441) 1348 : cluster [DBG] pgmap v870: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.503 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cephadm 2024-03-30T04:44:22.895587+0000 mgr.y (mgr.25441) 1349 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.503 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cluster 2024-03-30T04:44:22.957998+0000 mgr.y (mgr.25441) 1350 : cluster [DBG] pgmap v871: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.504 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cluster 2024-03-30T04:44:22.958341+0000 mgr.y (mgr.25441) 1351 : cluster [DBG] pgmap v872: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.504 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cephadm 2024-03-30T04:44:22.964366+0000 mgr.y (mgr.25441) 1352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.504 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cluster 2024-03-30T04:44:23.009642+0000 mgr.y (mgr.25441) 1353 : cluster [DBG] pgmap v873: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.504 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cluster 2024-03-30T04:44:23.010011+0000 mgr.y (mgr.25441) 1354 : cluster [DBG] pgmap v874: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.504 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cephadm 2024-03-30T04:44:23.016100+0000 mgr.y (mgr.25441) 1355 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.504 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cluster 2024-03-30T04:44:23.078851+0000 mgr.y (mgr.25441) 1356 : cluster [DBG] pgmap v875: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.504 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cluster 2024-03-30T04:44:23.079273+0000 mgr.y (mgr.25441) 1357 : cluster [DBG] pgmap v876: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.504 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cephadm 2024-03-30T04:44:23.086337+0000 mgr.y (mgr.25441) 1358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.504 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cluster 2024-03-30T04:44:23.150554+0000 mgr.y (mgr.25441) 1359 : cluster [DBG] pgmap v877: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.504 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cephadm 2024-03-30T04:44:23.158802+0000 mgr.y (mgr.25441) 1360 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.504 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cluster 2024-03-30T04:44:23.205448+0000 mgr.y (mgr.25441) 1361 : cluster [DBG] pgmap v878: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.504 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cluster 2024-03-30T04:44:23.205812+0000 mgr.y (mgr.25441) 1362 : cluster [DBG] pgmap v879: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.504 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cephadm 2024-03-30T04:44:23.212619+0000 mgr.y (mgr.25441) 1363 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.504 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.286841+0000 mon.c (mon.1) 827 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:24.505 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.288845+0000 mon.c (mon.1) 828 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:24.505 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.290777+0000 mon.c (mon.1) 829 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:24.505 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.291482+0000 mon.c (mon.1) 830 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:24.505 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cluster 2024-03-30T04:44:23.292890+0000 mgr.y (mgr.25441) 1364 : cluster [DBG] pgmap v880: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.505 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cluster 2024-03-30T04:44:23.293213+0000 mgr.y (mgr.25441) 1365 : cluster [DBG] pgmap v881: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.505 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.298592+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:24.505 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cephadm 2024-03-30T04:44:23.299168+0000 mgr.y (mgr.25441) 1366 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.505 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.356725+0000 mon.c (mon.1) 831 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:24.505 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.358867+0000 mon.c (mon.1) 832 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:24.505 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.360986+0000 mon.c (mon.1) 833 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:24.505 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.361731+0000 mon.c (mon.1) 834 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:24.505 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cluster 2024-03-30T04:44:23.363138+0000 mgr.y (mgr.25441) 1367 : cluster [DBG] pgmap v882: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.505 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cluster 2024-03-30T04:44:23.363493+0000 mgr.y (mgr.25441) 1368 : cluster [DBG] pgmap v883: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.506 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.368815+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:24.506 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cephadm 2024-03-30T04:44:23.369418+0000 mgr.y (mgr.25441) 1369 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.506 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.426295+0000 mon.c (mon.1) 835 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:24.506 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.428220+0000 mon.c (mon.1) 836 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:24.506 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.430772+0000 mon.c (mon.1) 837 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:24.506 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.431617+0000 mon.c (mon.1) 838 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:24.506 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cluster 2024-03-30T04:44:23.433209+0000 mgr.y (mgr.25441) 1370 : cluster [DBG] pgmap v884: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.506 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cluster 2024-03-30T04:44:23.433632+0000 mgr.y (mgr.25441) 1371 : cluster [DBG] pgmap v885: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.506 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.440393+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:24.506 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cephadm 2024-03-30T04:44:23.441435+0000 mgr.y (mgr.25441) 1372 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.506 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.498437+0000 mon.c (mon.1) 839 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:24.506 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.500433+0000 mon.c (mon.1) 840 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:24.506 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.502409+0000 mon.c (mon.1) 841 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:24.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.503178+0000 mon.c (mon.1) 842 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:24.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cluster 2024-03-30T04:44:23.504762+0000 mgr.y (mgr.25441) 1373 : cluster [DBG] pgmap v886: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cluster 2024-03-30T04:44:23.505200+0000 mgr.y (mgr.25441) 1374 : cluster [DBG] pgmap v887: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.510889+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:24.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cephadm 2024-03-30T04:44:23.512408+0000 mgr.y (mgr.25441) 1375 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.575038+0000 mon.c (mon.1) 843 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:24.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.577391+0000 mon.c (mon.1) 844 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:24.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.579580+0000 mon.c (mon.1) 845 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:24.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.580436+0000 mon.c (mon.1) 846 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:24.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cluster 2024-03-30T04:44:23.581993+0000 mgr.y (mgr.25441) 1376 : cluster [DBG] pgmap v888: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cluster 2024-03-30T04:44:23.582337+0000 mgr.y (mgr.25441) 1377 : cluster [DBG] pgmap v889: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.588497+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:24.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cephadm 2024-03-30T04:44:23.589168+0000 mgr.y (mgr.25441) 1378 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.662269+0000 mon.c (mon.1) 847 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:24.508 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.664570+0000 mon.c (mon.1) 848 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:24.508 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.666605+0000 mon.c (mon.1) 849 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:24.508 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.667426+0000 mon.c (mon.1) 850 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:24.508 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cluster 2024-03-30T04:44:23.668911+0000 mgr.y (mgr.25441) 1379 : cluster [DBG] pgmap v890: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.508 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cluster 2024-03-30T04:44:23.669259+0000 mgr.y (mgr.25441) 1380 : cluster [DBG] pgmap v891: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.508 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.674977+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:24.508 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cephadm 2024-03-30T04:44:23.675543+0000 mgr.y (mgr.25441) 1381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.508 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.732141+0000 mon.c (mon.1) 851 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:24.508 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.734472+0000 mon.c (mon.1) 852 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:24.508 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.736776+0000 mon.c (mon.1) 853 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:24.508 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.737661+0000 mon.c (mon.1) 854 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:24.508 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cluster 2024-03-30T04:44:23.739395+0000 mgr.y (mgr.25441) 1382 : cluster [DBG] pgmap v892: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.508 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cluster 2024-03-30T04:44:23.739818+0000 mgr.y (mgr.25441) 1383 : cluster [DBG] pgmap v893: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.509 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.744827+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:24.509 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: cephadm 2024-03-30T04:44:23.748124+0000 mgr.y (mgr.25441) 1384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.509 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.804913+0000 mon.c (mon.1) 855 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:24.509 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.806722+0000 mon.c (mon.1) 856 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:24.509 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.808604+0000 mon.c (mon.1) 857 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:24.509 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.809265+0000 mon.c (mon.1) 858 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:24.509 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.817227+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:24.509 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.858173+0000 mon.c (mon.1) 859 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:24.509 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.860198+0000 mon.c (mon.1) 860 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:24.509 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.862018+0000 mon.c (mon.1) 861 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:24.509 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.862633+0000 mon.c (mon.1) 862 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:24.509 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.870741+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:24.509 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.912761+0000 mon.c (mon.1) 863 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:24.509 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.917184+0000 mon.c (mon.1) 864 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:24.509 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.919679+0000 mon.c (mon.1) 865 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:24.510 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.920423+0000 mon.c (mon.1) 866 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:24.510 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.930733+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:24.510 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.977688+0000 mon.c (mon.1) 867 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:24.510 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.979963+0000 mon.c (mon.1) 868 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:24.510 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.982090+0000 mon.c (mon.1) 869 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:24.510 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.982974+0000 mon.c (mon.1) 870 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:24.510 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:23.989622+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:24.510 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:24.048894+0000 mon.c (mon.1) 871 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:24.510 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:24.050688+0000 mon.c (mon.1) 872 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:24.510 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:24.052395+0000 mon.c (mon.1) 873 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:24.510 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:24.053039+0000 mon.c (mon.1) 874 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:24.510 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:24.059001+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:24.511 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:24.123096+0000 mon.c (mon.1) 875 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:24.511 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:24.125297+0000 mon.c (mon.1) 876 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:24.511 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:24.127039+0000 mon.c (mon.1) 877 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:24.511 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:24.127690+0000 mon.c (mon.1) 878 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:24.511 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:24.133935+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:24.511 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:24.192961+0000 mon.c (mon.1) 879 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:24.511 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:24.194756+0000 mon.c (mon.1) 880 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:24.511 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:24.196479+0000 mon.c (mon.1) 881 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:24.511 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:24.197084+0000 mon.c (mon.1) 882 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:24.511 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:24 smithi111 bash[73591]: audit 2024-03-30T04:44:24.203368+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:24.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cluster 2024-03-30T04:44:22.769749+0000 mgr.y (mgr.25441) 1341 : cluster [DBG] pgmap v865: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cluster 2024-03-30T04:44:22.770087+0000 mgr.y (mgr.25441) 1342 : cluster [DBG] pgmap v866: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cephadm 2024-03-30T04:44:22.776121+0000 mgr.y (mgr.25441) 1343 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cluster 2024-03-30T04:44:22.822112+0000 mgr.y (mgr.25441) 1344 : cluster [DBG] pgmap v867: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cluster 2024-03-30T04:44:22.822533+0000 mgr.y (mgr.25441) 1345 : cluster [DBG] pgmap v868: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cephadm 2024-03-30T04:44:22.827620+0000 mgr.y (mgr.25441) 1346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cluster 2024-03-30T04:44:22.889927+0000 mgr.y (mgr.25441) 1347 : cluster [DBG] pgmap v869: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cluster 2024-03-30T04:44:22.890325+0000 mgr.y (mgr.25441) 1348 : cluster [DBG] pgmap v870: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cephadm 2024-03-30T04:44:22.895587+0000 mgr.y (mgr.25441) 1349 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cluster 2024-03-30T04:44:22.957998+0000 mgr.y (mgr.25441) 1350 : cluster [DBG] pgmap v871: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cluster 2024-03-30T04:44:22.958341+0000 mgr.y (mgr.25441) 1351 : cluster [DBG] pgmap v872: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cephadm 2024-03-30T04:44:22.964366+0000 mgr.y (mgr.25441) 1352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cluster 2024-03-30T04:44:23.009642+0000 mgr.y (mgr.25441) 1353 : cluster [DBG] pgmap v873: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cluster 2024-03-30T04:44:23.010011+0000 mgr.y (mgr.25441) 1354 : cluster [DBG] pgmap v874: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cephadm 2024-03-30T04:44:23.016100+0000 mgr.y (mgr.25441) 1355 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cluster 2024-03-30T04:44:23.078851+0000 mgr.y (mgr.25441) 1356 : cluster [DBG] pgmap v875: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cluster 2024-03-30T04:44:23.079273+0000 mgr.y (mgr.25441) 1357 : cluster [DBG] pgmap v876: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cephadm 2024-03-30T04:44:23.086337+0000 mgr.y (mgr.25441) 1358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cluster 2024-03-30T04:44:23.150554+0000 mgr.y (mgr.25441) 1359 : cluster [DBG] pgmap v877: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cephadm 2024-03-30T04:44:23.158802+0000 mgr.y (mgr.25441) 1360 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cluster 2024-03-30T04:44:23.205448+0000 mgr.y (mgr.25441) 1361 : cluster [DBG] pgmap v878: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cluster 2024-03-30T04:44:23.205812+0000 mgr.y (mgr.25441) 1362 : cluster [DBG] pgmap v879: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cephadm 2024-03-30T04:44:23.212619+0000 mgr.y (mgr.25441) 1363 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.286841+0000 mon.c (mon.1) 827 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:24.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.288845+0000 mon.c (mon.1) 828 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:24.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.290777+0000 mon.c (mon.1) 829 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:24.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.291482+0000 mon.c (mon.1) 830 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:24.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cluster 2024-03-30T04:44:23.292890+0000 mgr.y (mgr.25441) 1364 : cluster [DBG] pgmap v880: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cluster 2024-03-30T04:44:23.293213+0000 mgr.y (mgr.25441) 1365 : cluster [DBG] pgmap v881: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.298592+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:24.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cephadm 2024-03-30T04:44:23.299168+0000 mgr.y (mgr.25441) 1366 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.356725+0000 mon.c (mon.1) 831 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:24.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.358867+0000 mon.c (mon.1) 832 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:24.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.360986+0000 mon.c (mon.1) 833 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:24.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.361731+0000 mon.c (mon.1) 834 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:24.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cluster 2024-03-30T04:44:23.363138+0000 mgr.y (mgr.25441) 1367 : cluster [DBG] pgmap v882: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cluster 2024-03-30T04:44:23.363493+0000 mgr.y (mgr.25441) 1368 : cluster [DBG] pgmap v883: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.368815+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:24.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cephadm 2024-03-30T04:44:23.369418+0000 mgr.y (mgr.25441) 1369 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.426295+0000 mon.c (mon.1) 835 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:24.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.428220+0000 mon.c (mon.1) 836 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:24.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.430772+0000 mon.c (mon.1) 837 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:24.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.431617+0000 mon.c (mon.1) 838 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:24.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cluster 2024-03-30T04:44:23.433209+0000 mgr.y (mgr.25441) 1370 : cluster [DBG] pgmap v884: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cluster 2024-03-30T04:44:23.433632+0000 mgr.y (mgr.25441) 1371 : cluster [DBG] pgmap v885: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.440393+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:24.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cephadm 2024-03-30T04:44:23.441435+0000 mgr.y (mgr.25441) 1372 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.498437+0000 mon.c (mon.1) 839 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:24.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.500433+0000 mon.c (mon.1) 840 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:24.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.502409+0000 mon.c (mon.1) 841 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:24.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.503178+0000 mon.c (mon.1) 842 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:24.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cluster 2024-03-30T04:44:23.504762+0000 mgr.y (mgr.25441) 1373 : cluster [DBG] pgmap v886: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cluster 2024-03-30T04:44:23.505200+0000 mgr.y (mgr.25441) 1374 : cluster [DBG] pgmap v887: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.510889+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:24.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cephadm 2024-03-30T04:44:23.512408+0000 mgr.y (mgr.25441) 1375 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.575038+0000 mon.c (mon.1) 843 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:24.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.577391+0000 mon.c (mon.1) 844 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:24.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.579580+0000 mon.c (mon.1) 845 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:24.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.580436+0000 mon.c (mon.1) 846 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:24.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cluster 2024-03-30T04:44:23.581993+0000 mgr.y (mgr.25441) 1376 : cluster [DBG] pgmap v888: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cluster 2024-03-30T04:44:23.582337+0000 mgr.y (mgr.25441) 1377 : cluster [DBG] pgmap v889: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.588497+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:24.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cephadm 2024-03-30T04:44:23.589168+0000 mgr.y (mgr.25441) 1378 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.662269+0000 mon.c (mon.1) 847 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:24.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.664570+0000 mon.c (mon.1) 848 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:24.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.666605+0000 mon.c (mon.1) 849 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:24.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.667426+0000 mon.c (mon.1) 850 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:24.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cluster 2024-03-30T04:44:23.668911+0000 mgr.y (mgr.25441) 1379 : cluster [DBG] pgmap v890: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cluster 2024-03-30T04:44:23.669259+0000 mgr.y (mgr.25441) 1380 : cluster [DBG] pgmap v891: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.674977+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:24.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cephadm 2024-03-30T04:44:23.675543+0000 mgr.y (mgr.25441) 1381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.732141+0000 mon.c (mon.1) 851 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:24.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.734472+0000 mon.c (mon.1) 852 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:24.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.736776+0000 mon.c (mon.1) 853 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:24.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.737661+0000 mon.c (mon.1) 854 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:24.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cluster 2024-03-30T04:44:23.739395+0000 mgr.y (mgr.25441) 1382 : cluster [DBG] pgmap v892: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cluster 2024-03-30T04:44:23.739818+0000 mgr.y (mgr.25441) 1383 : cluster [DBG] pgmap v893: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:24.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.744827+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:24.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: cephadm 2024-03-30T04:44:23.748124+0000 mgr.y (mgr.25441) 1384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:24.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.804913+0000 mon.c (mon.1) 855 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:24.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.806722+0000 mon.c (mon.1) 856 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:24.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.808604+0000 mon.c (mon.1) 857 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:24.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.809265+0000 mon.c (mon.1) 858 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:24.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.817227+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:24.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.858173+0000 mon.c (mon.1) 859 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:24.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.860198+0000 mon.c (mon.1) 860 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:24.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.862018+0000 mon.c (mon.1) 861 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:24.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.862633+0000 mon.c (mon.1) 862 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:24.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.870741+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:24.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.912761+0000 mon.c (mon.1) 863 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:24.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.917184+0000 mon.c (mon.1) 864 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:24.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.919679+0000 mon.c (mon.1) 865 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:24.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.920423+0000 mon.c (mon.1) 866 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:24.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.930733+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:24.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.977688+0000 mon.c (mon.1) 867 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:24.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.979963+0000 mon.c (mon.1) 868 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:24.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.982090+0000 mon.c (mon.1) 869 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:24.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.982974+0000 mon.c (mon.1) 870 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:24.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:23.989622+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:24.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:24.048894+0000 mon.c (mon.1) 871 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:24.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:24.050688+0000 mon.c (mon.1) 872 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:24.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:24.052395+0000 mon.c (mon.1) 873 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:24.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:24.053039+0000 mon.c (mon.1) 874 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:24.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:24.059001+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:24.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:24.123096+0000 mon.c (mon.1) 875 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:24.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:24.125297+0000 mon.c (mon.1) 876 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:24.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:24.127039+0000 mon.c (mon.1) 877 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:24.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:24.127690+0000 mon.c (mon.1) 878 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:24.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:24.133935+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:24.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:24.192961+0000 mon.c (mon.1) 879 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:24.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:24.194756+0000 mon.c (mon.1) 880 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:24.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:24.196479+0000 mon.c (mon.1) 881 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:24.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:24.197084+0000 mon.c (mon.1) 882 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:24.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:24 smithi117 bash[62284]: audit 2024-03-30T04:44:24.203368+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cluster 2024-03-30T04:44:23.810680+0000 mgr.y (mgr.25441) 1385 : cluster [DBG] pgmap v894: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cluster 2024-03-30T04:44:23.811037+0000 mgr.y (mgr.25441) 1386 : cluster [DBG] pgmap v895: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cephadm 2024-03-30T04:44:23.817846+0000 mgr.y (mgr.25441) 1387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cluster 2024-03-30T04:44:23.863988+0000 mgr.y (mgr.25441) 1388 : cluster [DBG] pgmap v896: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cluster 2024-03-30T04:44:23.864354+0000 mgr.y (mgr.25441) 1389 : cluster [DBG] pgmap v897: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cephadm 2024-03-30T04:44:23.872257+0000 mgr.y (mgr.25441) 1390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cluster 2024-03-30T04:44:23.922043+0000 mgr.y (mgr.25441) 1391 : cluster [DBG] pgmap v898: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cluster 2024-03-30T04:44:23.922473+0000 mgr.y (mgr.25441) 1392 : cluster [DBG] pgmap v899: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cephadm 2024-03-30T04:44:23.931514+0000 mgr.y (mgr.25441) 1393 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cluster 2024-03-30T04:44:23.984611+0000 mgr.y (mgr.25441) 1394 : cluster [DBG] pgmap v900: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cluster 2024-03-30T04:44:23.984989+0000 mgr.y (mgr.25441) 1395 : cluster [DBG] pgmap v901: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cephadm 2024-03-30T04:44:23.991811+0000 mgr.y (mgr.25441) 1396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cluster 2024-03-30T04:44:24.054340+0000 mgr.y (mgr.25441) 1397 : cluster [DBG] pgmap v902: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cluster 2024-03-30T04:44:24.054774+0000 mgr.y (mgr.25441) 1398 : cluster [DBG] pgmap v903: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cephadm 2024-03-30T04:44:24.061393+0000 mgr.y (mgr.25441) 1399 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cluster 2024-03-30T04:44:23.810680+0000 mgr.y (mgr.25441) 1385 : cluster [DBG] pgmap v894: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cluster 2024-03-30T04:44:23.811037+0000 mgr.y (mgr.25441) 1386 : cluster [DBG] pgmap v895: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cephadm 2024-03-30T04:44:23.817846+0000 mgr.y (mgr.25441) 1387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cluster 2024-03-30T04:44:23.863988+0000 mgr.y (mgr.25441) 1388 : cluster [DBG] pgmap v896: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cluster 2024-03-30T04:44:23.864354+0000 mgr.y (mgr.25441) 1389 : cluster [DBG] pgmap v897: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cephadm 2024-03-30T04:44:23.872257+0000 mgr.y (mgr.25441) 1390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cluster 2024-03-30T04:44:23.922043+0000 mgr.y (mgr.25441) 1391 : cluster [DBG] pgmap v898: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cluster 2024-03-30T04:44:23.922473+0000 mgr.y (mgr.25441) 1392 : cluster [DBG] pgmap v899: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cephadm 2024-03-30T04:44:23.931514+0000 mgr.y (mgr.25441) 1393 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cluster 2024-03-30T04:44:23.984611+0000 mgr.y (mgr.25441) 1394 : cluster [DBG] pgmap v900: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cluster 2024-03-30T04:44:23.984989+0000 mgr.y (mgr.25441) 1395 : cluster [DBG] pgmap v901: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cephadm 2024-03-30T04:44:23.991811+0000 mgr.y (mgr.25441) 1396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cluster 2024-03-30T04:44:24.054340+0000 mgr.y (mgr.25441) 1397 : cluster [DBG] pgmap v902: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cluster 2024-03-30T04:44:24.054774+0000 mgr.y (mgr.25441) 1398 : cluster [DBG] pgmap v903: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cephadm 2024-03-30T04:44:24.061393+0000 mgr.y (mgr.25441) 1399 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cluster 2024-03-30T04:44:24.129065+0000 mgr.y (mgr.25441) 1400 : cluster [DBG] pgmap v904: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cluster 2024-03-30T04:44:24.129390+0000 mgr.y (mgr.25441) 1401 : cluster [DBG] pgmap v905: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cephadm 2024-03-30T04:44:24.136359+0000 mgr.y (mgr.25441) 1402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cluster 2024-03-30T04:44:24.198483+0000 mgr.y (mgr.25441) 1403 : cluster [DBG] pgmap v906: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cluster 2024-03-30T04:44:24.198810+0000 mgr.y (mgr.25441) 1404 : cluster [DBG] pgmap v907: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cephadm 2024-03-30T04:44:24.205596+0000 mgr.y (mgr.25441) 1405 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.265675+0000 mon.c (mon.1) 883 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.267577+0000 mon.c (mon.1) 884 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.269450+0000 mon.c (mon.1) 885 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.270160+0000 mon.c (mon.1) 886 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cluster 2024-03-30T04:44:24.271635+0000 mgr.y (mgr.25441) 1406 : cluster [DBG] pgmap v908: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cluster 2024-03-30T04:44:24.271995+0000 mgr.y (mgr.25441) 1407 : cluster [DBG] pgmap v909: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.277211+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cephadm 2024-03-30T04:44:24.277921+0000 mgr.y (mgr.25441) 1408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.338154+0000 mon.c (mon.1) 887 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.341420+0000 mon.c (mon.1) 888 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.344185+0000 mon.c (mon.1) 889 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.345177+0000 mon.c (mon.1) 890 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cluster 2024-03-30T04:44:24.346747+0000 mgr.y (mgr.25441) 1409 : cluster [DBG] pgmap v910: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cluster 2024-03-30T04:44:24.347076+0000 mgr.y (mgr.25441) 1410 : cluster [DBG] pgmap v911: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.353064+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cephadm 2024-03-30T04:44:24.353701+0000 mgr.y (mgr.25441) 1411 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.427036+0000 mon.c (mon.1) 891 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.428902+0000 mon.c (mon.1) 892 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.430702+0000 mon.c (mon.1) 893 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.431332+0000 mon.c (mon.1) 894 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cluster 2024-03-30T04:44:24.432621+0000 mgr.y (mgr.25441) 1412 : cluster [DBG] pgmap v912: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cluster 2024-03-30T04:44:24.432994+0000 mgr.y (mgr.25441) 1413 : cluster [DBG] pgmap v913: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.439317+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cephadm 2024-03-30T04:44:24.439909+0000 mgr.y (mgr.25441) 1414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.485276+0000 mon.c (mon.1) 895 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.487782+0000 mon.c (mon.1) 896 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.489996+0000 mon.c (mon.1) 897 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.490759+0000 mon.c (mon.1) 898 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cluster 2024-03-30T04:44:24.492273+0000 mgr.y (mgr.25441) 1415 : cluster [DBG] pgmap v914: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cluster 2024-03-30T04:44:24.492580+0000 mgr.y (mgr.25441) 1416 : cluster [DBG] pgmap v915: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.497330+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cephadm 2024-03-30T04:44:24.499081+0000 mgr.y (mgr.25441) 1417 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.539192+0000 mon.c (mon.1) 899 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.541089+0000 mon.c (mon.1) 900 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.542902+0000 mon.c (mon.1) 901 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.543525+0000 mon.c (mon.1) 902 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cluster 2024-03-30T04:44:24.544813+0000 mgr.y (mgr.25441) 1418 : cluster [DBG] pgmap v916: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cluster 2024-03-30T04:44:24.545198+0000 mgr.y (mgr.25441) 1419 : cluster [DBG] pgmap v917: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.550344+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cephadm 2024-03-30T04:44:24.550979+0000 mgr.y (mgr.25441) 1420 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.595900+0000 mon.c (mon.1) 903 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.598015+0000 mon.c (mon.1) 904 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.599808+0000 mon.c (mon.1) 905 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.600448+0000 mon.c (mon.1) 906 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cluster 2024-03-30T04:44:24.601812+0000 mgr.y (mgr.25441) 1421 : cluster [DBG] pgmap v918: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cluster 2024-03-30T04:44:24.602113+0000 mgr.y (mgr.25441) 1422 : cluster [DBG] pgmap v919: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.606571+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cephadm 2024-03-30T04:44:24.608775+0000 mgr.y (mgr.25441) 1423 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cluster 2024-03-30T04:44:24.129065+0000 mgr.y (mgr.25441) 1400 : cluster [DBG] pgmap v904: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cluster 2024-03-30T04:44:24.129390+0000 mgr.y (mgr.25441) 1401 : cluster [DBG] pgmap v905: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cephadm 2024-03-30T04:44:24.136359+0000 mgr.y (mgr.25441) 1402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cluster 2024-03-30T04:44:24.198483+0000 mgr.y (mgr.25441) 1403 : cluster [DBG] pgmap v906: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cluster 2024-03-30T04:44:24.198810+0000 mgr.y (mgr.25441) 1404 : cluster [DBG] pgmap v907: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cephadm 2024-03-30T04:44:24.205596+0000 mgr.y (mgr.25441) 1405 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.265675+0000 mon.c (mon.1) 883 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.267577+0000 mon.c (mon.1) 884 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.269450+0000 mon.c (mon.1) 885 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.270160+0000 mon.c (mon.1) 886 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cluster 2024-03-30T04:44:24.271635+0000 mgr.y (mgr.25441) 1406 : cluster [DBG] pgmap v908: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cluster 2024-03-30T04:44:24.271995+0000 mgr.y (mgr.25441) 1407 : cluster [DBG] pgmap v909: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.277211+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cephadm 2024-03-30T04:44:24.277921+0000 mgr.y (mgr.25441) 1408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.338154+0000 mon.c (mon.1) 887 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.341420+0000 mon.c (mon.1) 888 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.344185+0000 mon.c (mon.1) 889 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.345177+0000 mon.c (mon.1) 890 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cluster 2024-03-30T04:44:24.346747+0000 mgr.y (mgr.25441) 1409 : cluster [DBG] pgmap v910: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cluster 2024-03-30T04:44:24.347076+0000 mgr.y (mgr.25441) 1410 : cluster [DBG] pgmap v911: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.353064+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cephadm 2024-03-30T04:44:24.353701+0000 mgr.y (mgr.25441) 1411 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.427036+0000 mon.c (mon.1) 891 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.428902+0000 mon.c (mon.1) 892 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.430702+0000 mon.c (mon.1) 893 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.431332+0000 mon.c (mon.1) 894 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cluster 2024-03-30T04:44:24.432621+0000 mgr.y (mgr.25441) 1412 : cluster [DBG] pgmap v912: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cluster 2024-03-30T04:44:24.432994+0000 mgr.y (mgr.25441) 1413 : cluster [DBG] pgmap v913: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.439317+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cephadm 2024-03-30T04:44:24.439909+0000 mgr.y (mgr.25441) 1414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.485276+0000 mon.c (mon.1) 895 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.487782+0000 mon.c (mon.1) 896 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.489996+0000 mon.c (mon.1) 897 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.490759+0000 mon.c (mon.1) 898 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cluster 2024-03-30T04:44:24.492273+0000 mgr.y (mgr.25441) 1415 : cluster [DBG] pgmap v914: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cluster 2024-03-30T04:44:24.492580+0000 mgr.y (mgr.25441) 1416 : cluster [DBG] pgmap v915: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.497330+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cephadm 2024-03-30T04:44:24.499081+0000 mgr.y (mgr.25441) 1417 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.539192+0000 mon.c (mon.1) 899 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.541089+0000 mon.c (mon.1) 900 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.542902+0000 mon.c (mon.1) 901 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.543525+0000 mon.c (mon.1) 902 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cluster 2024-03-30T04:44:24.544813+0000 mgr.y (mgr.25441) 1418 : cluster [DBG] pgmap v916: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cluster 2024-03-30T04:44:24.545198+0000 mgr.y (mgr.25441) 1419 : cluster [DBG] pgmap v917: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.550344+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cephadm 2024-03-30T04:44:24.550979+0000 mgr.y (mgr.25441) 1420 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.595900+0000 mon.c (mon.1) 903 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.598015+0000 mon.c (mon.1) 904 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.599808+0000 mon.c (mon.1) 905 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.600448+0000 mon.c (mon.1) 906 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cluster 2024-03-30T04:44:24.601812+0000 mgr.y (mgr.25441) 1421 : cluster [DBG] pgmap v918: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cluster 2024-03-30T04:44:24.602113+0000 mgr.y (mgr.25441) 1422 : cluster [DBG] pgmap v919: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.606571+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cephadm 2024-03-30T04:44:24.608775+0000 mgr.y (mgr.25441) 1423 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.664538+0000 mon.c (mon.1) 907 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.667155+0000 mon.c (mon.1) 908 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.669096+0000 mon.c (mon.1) 909 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.669715+0000 mon.c (mon.1) 910 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cluster 2024-03-30T04:44:24.671158+0000 mgr.y (mgr.25441) 1424 : cluster [DBG] pgmap v920: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cluster 2024-03-30T04:44:24.671569+0000 mgr.y (mgr.25441) 1425 : cluster [DBG] pgmap v921: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.675737+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cephadm 2024-03-30T04:44:24.678023+0000 mgr.y (mgr.25441) 1426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.725953+0000 mon.c (mon.1) 911 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.728471+0000 mon.c (mon.1) 912 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.730746+0000 mon.c (mon.1) 913 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.731364+0000 mon.c (mon.1) 914 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cluster 2024-03-30T04:44:24.732684+0000 mgr.y (mgr.25441) 1427 : cluster [DBG] pgmap v922: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cluster 2024-03-30T04:44:24.733046+0000 mgr.y (mgr.25441) 1428 : cluster [DBG] pgmap v923: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.738499+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cephadm 2024-03-30T04:44:24.739628+0000 mgr.y (mgr.25441) 1429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.781697+0000 mon.c (mon.1) 915 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.783570+0000 mon.c (mon.1) 916 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.664538+0000 mon.c (mon.1) 907 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.667155+0000 mon.c (mon.1) 908 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.669096+0000 mon.c (mon.1) 909 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.669715+0000 mon.c (mon.1) 910 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cluster 2024-03-30T04:44:24.671158+0000 mgr.y (mgr.25441) 1424 : cluster [DBG] pgmap v920: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cluster 2024-03-30T04:44:24.671569+0000 mgr.y (mgr.25441) 1425 : cluster [DBG] pgmap v921: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.675737+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cephadm 2024-03-30T04:44:24.678023+0000 mgr.y (mgr.25441) 1426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.725953+0000 mon.c (mon.1) 911 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.728471+0000 mon.c (mon.1) 912 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.730746+0000 mon.c (mon.1) 913 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.731364+0000 mon.c (mon.1) 914 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cluster 2024-03-30T04:44:24.732684+0000 mgr.y (mgr.25441) 1427 : cluster [DBG] pgmap v922: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cluster 2024-03-30T04:44:24.733046+0000 mgr.y (mgr.25441) 1428 : cluster [DBG] pgmap v923: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.738499+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cephadm 2024-03-30T04:44:24.739628+0000 mgr.y (mgr.25441) 1429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.781697+0000 mon.c (mon.1) 915 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.783570+0000 mon.c (mon.1) 916 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.785356+0000 mon.c (mon.1) 917 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.785957+0000 mon.c (mon.1) 918 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.793027+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.834566+0000 mon.c (mon.1) 919 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.836380+0000 mon.c (mon.1) 920 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.838024+0000 mon.c (mon.1) 921 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.838571+0000 mon.c (mon.1) 922 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.844404+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.887031+0000 mon.c (mon.1) 923 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.888752+0000 mon.c (mon.1) 924 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.890510+0000 mon.c (mon.1) 925 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.891156+0000 mon.c (mon.1) 926 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.897241+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.939466+0000 mon.c (mon.1) 927 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.941147+0000 mon.c (mon.1) 928 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.942869+0000 mon.c (mon.1) 929 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.943490+0000 mon.c (mon.1) 930 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.950312+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.992989+0000 mon.c (mon.1) 931 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.994731+0000 mon.c (mon.1) 932 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.785356+0000 mon.c (mon.1) 917 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.785957+0000 mon.c (mon.1) 918 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.793027+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.834566+0000 mon.c (mon.1) 919 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.836380+0000 mon.c (mon.1) 920 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.838024+0000 mon.c (mon.1) 921 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.838571+0000 mon.c (mon.1) 922 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.844404+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.887031+0000 mon.c (mon.1) 923 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.888752+0000 mon.c (mon.1) 924 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.890510+0000 mon.c (mon.1) 925 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.891156+0000 mon.c (mon.1) 926 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.897241+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.939466+0000 mon.c (mon.1) 927 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.941147+0000 mon.c (mon.1) 928 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.942869+0000 mon.c (mon.1) 929 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.943490+0000 mon.c (mon.1) 930 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.950312+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.992989+0000 mon.c (mon.1) 931 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.994731+0000 mon.c (mon.1) 932 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.996329+0000 mon.c (mon.1) 933 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:24.996933+0000 mon.c (mon.1) 934 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:25.003776+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:25.046459+0000 mon.c (mon.1) 935 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:25.048377+0000 mon.c (mon.1) 936 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:25.050084+0000 mon.c (mon.1) 937 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:25.050780+0000 mon.c (mon.1) 938 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:25.057734+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:25.100130+0000 mon.c (mon.1) 939 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:25.101871+0000 mon.c (mon.1) 940 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:25.103796+0000 mon.c (mon.1) 941 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:25.104486+0000 mon.c (mon.1) 942 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:25.111538+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:25.170666+0000 mon.c (mon.1) 943 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:25.172530+0000 mon.c (mon.1) 944 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:25.174311+0000 mon.c (mon.1) 945 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:25.175007+0000 mon.c (mon.1) 946 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: audit 2024-03-30T04:44:25.182102+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[73591]: cluster 2024-03-30T04:44:25.212468+0000 mon.a (mon.0) 681 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:44:25.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.996329+0000 mon.c (mon.1) 933 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:24.996933+0000 mon.c (mon.1) 934 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:25.003776+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:25.046459+0000 mon.c (mon.1) 935 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:25.048377+0000 mon.c (mon.1) 936 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:25.050084+0000 mon.c (mon.1) 937 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:25.050780+0000 mon.c (mon.1) 938 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:25.057734+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:25.100130+0000 mon.c (mon.1) 939 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:25.101871+0000 mon.c (mon.1) 940 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:25.103796+0000 mon.c (mon.1) 941 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:25.104486+0000 mon.c (mon.1) 942 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:25.111538+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:25.170666+0000 mon.c (mon.1) 943 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:25.172530+0000 mon.c (mon.1) 944 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:25.174311+0000 mon.c (mon.1) 945 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:25.175007+0000 mon.c (mon.1) 946 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: audit 2024-03-30T04:44:25.182102+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:25 smithi111 bash[70954]: cluster 2024-03-30T04:44:25.212468+0000 mon.a (mon.0) 681 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:44:25.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cluster 2024-03-30T04:44:23.810680+0000 mgr.y (mgr.25441) 1385 : cluster [DBG] pgmap v894: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cluster 2024-03-30T04:44:23.811037+0000 mgr.y (mgr.25441) 1386 : cluster [DBG] pgmap v895: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cephadm 2024-03-30T04:44:23.817846+0000 mgr.y (mgr.25441) 1387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cluster 2024-03-30T04:44:23.863988+0000 mgr.y (mgr.25441) 1388 : cluster [DBG] pgmap v896: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cluster 2024-03-30T04:44:23.864354+0000 mgr.y (mgr.25441) 1389 : cluster [DBG] pgmap v897: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cephadm 2024-03-30T04:44:23.872257+0000 mgr.y (mgr.25441) 1390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cluster 2024-03-30T04:44:23.922043+0000 mgr.y (mgr.25441) 1391 : cluster [DBG] pgmap v898: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cluster 2024-03-30T04:44:23.922473+0000 mgr.y (mgr.25441) 1392 : cluster [DBG] pgmap v899: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cephadm 2024-03-30T04:44:23.931514+0000 mgr.y (mgr.25441) 1393 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cluster 2024-03-30T04:44:23.984611+0000 mgr.y (mgr.25441) 1394 : cluster [DBG] pgmap v900: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cluster 2024-03-30T04:44:23.984989+0000 mgr.y (mgr.25441) 1395 : cluster [DBG] pgmap v901: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cephadm 2024-03-30T04:44:23.991811+0000 mgr.y (mgr.25441) 1396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cluster 2024-03-30T04:44:24.054340+0000 mgr.y (mgr.25441) 1397 : cluster [DBG] pgmap v902: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cluster 2024-03-30T04:44:24.054774+0000 mgr.y (mgr.25441) 1398 : cluster [DBG] pgmap v903: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cephadm 2024-03-30T04:44:24.061393+0000 mgr.y (mgr.25441) 1399 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cluster 2024-03-30T04:44:24.129065+0000 mgr.y (mgr.25441) 1400 : cluster [DBG] pgmap v904: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cluster 2024-03-30T04:44:24.129390+0000 mgr.y (mgr.25441) 1401 : cluster [DBG] pgmap v905: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cephadm 2024-03-30T04:44:24.136359+0000 mgr.y (mgr.25441) 1402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cluster 2024-03-30T04:44:24.198483+0000 mgr.y (mgr.25441) 1403 : cluster [DBG] pgmap v906: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cluster 2024-03-30T04:44:24.198810+0000 mgr.y (mgr.25441) 1404 : cluster [DBG] pgmap v907: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cephadm 2024-03-30T04:44:24.205596+0000 mgr.y (mgr.25441) 1405 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.265675+0000 mon.c (mon.1) 883 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.267577+0000 mon.c (mon.1) 884 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.269450+0000 mon.c (mon.1) 885 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.270160+0000 mon.c (mon.1) 886 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cluster 2024-03-30T04:44:24.271635+0000 mgr.y (mgr.25441) 1406 : cluster [DBG] pgmap v908: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cluster 2024-03-30T04:44:24.271995+0000 mgr.y (mgr.25441) 1407 : cluster [DBG] pgmap v909: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.277211+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cephadm 2024-03-30T04:44:24.277921+0000 mgr.y (mgr.25441) 1408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.338154+0000 mon.c (mon.1) 887 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.341420+0000 mon.c (mon.1) 888 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.344185+0000 mon.c (mon.1) 889 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.345177+0000 mon.c (mon.1) 890 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cluster 2024-03-30T04:44:24.346747+0000 mgr.y (mgr.25441) 1409 : cluster [DBG] pgmap v910: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cluster 2024-03-30T04:44:24.347076+0000 mgr.y (mgr.25441) 1410 : cluster [DBG] pgmap v911: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.353064+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cephadm 2024-03-30T04:44:24.353701+0000 mgr.y (mgr.25441) 1411 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.427036+0000 mon.c (mon.1) 891 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.428902+0000 mon.c (mon.1) 892 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.430702+0000 mon.c (mon.1) 893 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.431332+0000 mon.c (mon.1) 894 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cluster 2024-03-30T04:44:24.432621+0000 mgr.y (mgr.25441) 1412 : cluster [DBG] pgmap v912: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cluster 2024-03-30T04:44:24.432994+0000 mgr.y (mgr.25441) 1413 : cluster [DBG] pgmap v913: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.439317+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cephadm 2024-03-30T04:44:24.439909+0000 mgr.y (mgr.25441) 1414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.485276+0000 mon.c (mon.1) 895 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.487782+0000 mon.c (mon.1) 896 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.489996+0000 mon.c (mon.1) 897 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.490759+0000 mon.c (mon.1) 898 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cluster 2024-03-30T04:44:24.492273+0000 mgr.y (mgr.25441) 1415 : cluster [DBG] pgmap v914: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cluster 2024-03-30T04:44:24.492580+0000 mgr.y (mgr.25441) 1416 : cluster [DBG] pgmap v915: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.497330+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cephadm 2024-03-30T04:44:24.499081+0000 mgr.y (mgr.25441) 1417 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.539192+0000 mon.c (mon.1) 899 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.541089+0000 mon.c (mon.1) 900 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.542902+0000 mon.c (mon.1) 901 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.543525+0000 mon.c (mon.1) 902 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cluster 2024-03-30T04:44:24.544813+0000 mgr.y (mgr.25441) 1418 : cluster [DBG] pgmap v916: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cluster 2024-03-30T04:44:24.545198+0000 mgr.y (mgr.25441) 1419 : cluster [DBG] pgmap v917: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.550344+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cephadm 2024-03-30T04:44:24.550979+0000 mgr.y (mgr.25441) 1420 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.595900+0000 mon.c (mon.1) 903 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.598015+0000 mon.c (mon.1) 904 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.599808+0000 mon.c (mon.1) 905 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.600448+0000 mon.c (mon.1) 906 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cluster 2024-03-30T04:44:24.601812+0000 mgr.y (mgr.25441) 1421 : cluster [DBG] pgmap v918: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cluster 2024-03-30T04:44:24.602113+0000 mgr.y (mgr.25441) 1422 : cluster [DBG] pgmap v919: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.606571+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cephadm 2024-03-30T04:44:24.608775+0000 mgr.y (mgr.25441) 1423 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.664538+0000 mon.c (mon.1) 907 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.667155+0000 mon.c (mon.1) 908 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.669096+0000 mon.c (mon.1) 909 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.669715+0000 mon.c (mon.1) 910 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cluster 2024-03-30T04:44:24.671158+0000 mgr.y (mgr.25441) 1424 : cluster [DBG] pgmap v920: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cluster 2024-03-30T04:44:24.671569+0000 mgr.y (mgr.25441) 1425 : cluster [DBG] pgmap v921: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.675737+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cephadm 2024-03-30T04:44:24.678023+0000 mgr.y (mgr.25441) 1426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.725953+0000 mon.c (mon.1) 911 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.728471+0000 mon.c (mon.1) 912 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.730746+0000 mon.c (mon.1) 913 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.731364+0000 mon.c (mon.1) 914 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cluster 2024-03-30T04:44:24.732684+0000 mgr.y (mgr.25441) 1427 : cluster [DBG] pgmap v922: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cluster 2024-03-30T04:44:24.733046+0000 mgr.y (mgr.25441) 1428 : cluster [DBG] pgmap v923: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:25.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.738499+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cephadm 2024-03-30T04:44:24.739628+0000 mgr.y (mgr.25441) 1429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:25.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.781697+0000 mon.c (mon.1) 915 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.783570+0000 mon.c (mon.1) 916 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.785356+0000 mon.c (mon.1) 917 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.785957+0000 mon.c (mon.1) 918 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.793027+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.834566+0000 mon.c (mon.1) 919 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.836380+0000 mon.c (mon.1) 920 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.838024+0000 mon.c (mon.1) 921 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.838571+0000 mon.c (mon.1) 922 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.844404+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.887031+0000 mon.c (mon.1) 923 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.888752+0000 mon.c (mon.1) 924 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.890510+0000 mon.c (mon.1) 925 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.891156+0000 mon.c (mon.1) 926 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.897241+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.939466+0000 mon.c (mon.1) 927 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.941147+0000 mon.c (mon.1) 928 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.942869+0000 mon.c (mon.1) 929 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.943490+0000 mon.c (mon.1) 930 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.950312+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.992989+0000 mon.c (mon.1) 931 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.994731+0000 mon.c (mon.1) 932 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.996329+0000 mon.c (mon.1) 933 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:24.996933+0000 mon.c (mon.1) 934 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:25.003776+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:25.046459+0000 mon.c (mon.1) 935 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:25.048377+0000 mon.c (mon.1) 936 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:25.050084+0000 mon.c (mon.1) 937 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:25.050780+0000 mon.c (mon.1) 938 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:25.057734+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:25.100130+0000 mon.c (mon.1) 939 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:25.101871+0000 mon.c (mon.1) 940 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:25.103796+0000 mon.c (mon.1) 941 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:25.104486+0000 mon.c (mon.1) 942 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:25.111538+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:25.170666+0000 mon.c (mon.1) 943 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:25.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:25.172530+0000 mon.c (mon.1) 944 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:25.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:25.174311+0000 mon.c (mon.1) 945 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:25.175007+0000 mon.c (mon.1) 946 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:25.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: audit 2024-03-30T04:44:25.182102+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:25.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:25 smithi117 bash[62284]: cluster 2024-03-30T04:44:25.212468+0000 mon.a (mon.0) 681 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:44:26.614 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:44:26] "GET /metrics HTTP/1.1" 200 38425 "" "Prometheus/2.33.4" 2024-03-30T04:44:26.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cluster 2024-03-30T04:44:24.787359+0000 mgr.y (mgr.25441) 1430 : cluster [DBG] pgmap v924: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cluster 2024-03-30T04:44:24.787757+0000 mgr.y (mgr.25441) 1431 : cluster [DBG] pgmap v925: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cephadm 2024-03-30T04:44:24.794337+0000 mgr.y (mgr.25441) 1432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cluster 2024-03-30T04:44:24.839790+0000 mgr.y (mgr.25441) 1433 : cluster [DBG] pgmap v926: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cluster 2024-03-30T04:44:24.840085+0000 mgr.y (mgr.25441) 1434 : cluster [DBG] pgmap v927: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cephadm 2024-03-30T04:44:24.846618+0000 mgr.y (mgr.25441) 1435 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cluster 2024-03-30T04:44:24.892445+0000 mgr.y (mgr.25441) 1436 : cluster [DBG] pgmap v928: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cluster 2024-03-30T04:44:24.892774+0000 mgr.y (mgr.25441) 1437 : cluster [DBG] pgmap v929: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cephadm 2024-03-30T04:44:24.899435+0000 mgr.y (mgr.25441) 1438 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cluster 2024-03-30T04:44:24.944792+0000 mgr.y (mgr.25441) 1439 : cluster [DBG] pgmap v930: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cluster 2024-03-30T04:44:24.945134+0000 mgr.y (mgr.25441) 1440 : cluster [DBG] pgmap v931: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cephadm 2024-03-30T04:44:24.952550+0000 mgr.y (mgr.25441) 1441 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cluster 2024-03-30T04:44:24.998218+0000 mgr.y (mgr.25441) 1442 : cluster [DBG] pgmap v932: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cluster 2024-03-30T04:44:24.998532+0000 mgr.y (mgr.25441) 1443 : cluster [DBG] pgmap v933: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cephadm 2024-03-30T04:44:25.005931+0000 mgr.y (mgr.25441) 1444 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cluster 2024-03-30T04:44:24.787359+0000 mgr.y (mgr.25441) 1430 : cluster [DBG] pgmap v924: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cluster 2024-03-30T04:44:24.787757+0000 mgr.y (mgr.25441) 1431 : cluster [DBG] pgmap v925: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cephadm 2024-03-30T04:44:24.794337+0000 mgr.y (mgr.25441) 1432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cluster 2024-03-30T04:44:24.839790+0000 mgr.y (mgr.25441) 1433 : cluster [DBG] pgmap v926: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cluster 2024-03-30T04:44:24.840085+0000 mgr.y (mgr.25441) 1434 : cluster [DBG] pgmap v927: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cephadm 2024-03-30T04:44:24.846618+0000 mgr.y (mgr.25441) 1435 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cluster 2024-03-30T04:44:24.892445+0000 mgr.y (mgr.25441) 1436 : cluster [DBG] pgmap v928: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cluster 2024-03-30T04:44:24.892774+0000 mgr.y (mgr.25441) 1437 : cluster [DBG] pgmap v929: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cephadm 2024-03-30T04:44:24.899435+0000 mgr.y (mgr.25441) 1438 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cluster 2024-03-30T04:44:24.944792+0000 mgr.y (mgr.25441) 1439 : cluster [DBG] pgmap v930: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cluster 2024-03-30T04:44:24.945134+0000 mgr.y (mgr.25441) 1440 : cluster [DBG] pgmap v931: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cephadm 2024-03-30T04:44:24.952550+0000 mgr.y (mgr.25441) 1441 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cluster 2024-03-30T04:44:24.998218+0000 mgr.y (mgr.25441) 1442 : cluster [DBG] pgmap v932: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cluster 2024-03-30T04:44:24.998532+0000 mgr.y (mgr.25441) 1443 : cluster [DBG] pgmap v933: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cephadm 2024-03-30T04:44:25.005931+0000 mgr.y (mgr.25441) 1444 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cluster 2024-03-30T04:44:25.052087+0000 mgr.y (mgr.25441) 1445 : cluster [DBG] pgmap v934: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cluster 2024-03-30T04:44:25.052392+0000 mgr.y (mgr.25441) 1446 : cluster [DBG] pgmap v935: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cephadm 2024-03-30T04:44:25.059986+0000 mgr.y (mgr.25441) 1447 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cluster 2024-03-30T04:44:25.105861+0000 mgr.y (mgr.25441) 1448 : cluster [DBG] pgmap v936: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cluster 2024-03-30T04:44:25.106281+0000 mgr.y (mgr.25441) 1449 : cluster [DBG] pgmap v937: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cephadm 2024-03-30T04:44:25.113990+0000 mgr.y (mgr.25441) 1450 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cluster 2024-03-30T04:44:25.176320+0000 mgr.y (mgr.25441) 1451 : cluster [DBG] pgmap v938: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cluster 2024-03-30T04:44:25.176724+0000 mgr.y (mgr.25441) 1452 : cluster [DBG] pgmap v939: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cephadm 2024-03-30T04:44:25.184423+0000 mgr.y (mgr.25441) 1453 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.241450+0000 mon.c (mon.1) 947 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.243828+0000 mon.c (mon.1) 948 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.245812+0000 mon.c (mon.1) 949 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.246706+0000 mon.c (mon.1) 950 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cluster 2024-03-30T04:44:25.248300+0000 mgr.y (mgr.25441) 1454 : cluster [DBG] pgmap v940: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cluster 2024-03-30T04:44:25.248692+0000 mgr.y (mgr.25441) 1455 : cluster [DBG] pgmap v941: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.255407+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cephadm 2024-03-30T04:44:25.256023+0000 mgr.y (mgr.25441) 1456 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cluster 2024-03-30T04:44:25.052087+0000 mgr.y (mgr.25441) 1445 : cluster [DBG] pgmap v934: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cluster 2024-03-30T04:44:25.052392+0000 mgr.y (mgr.25441) 1446 : cluster [DBG] pgmap v935: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cephadm 2024-03-30T04:44:25.059986+0000 mgr.y (mgr.25441) 1447 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cluster 2024-03-30T04:44:25.105861+0000 mgr.y (mgr.25441) 1448 : cluster [DBG] pgmap v936: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cluster 2024-03-30T04:44:25.106281+0000 mgr.y (mgr.25441) 1449 : cluster [DBG] pgmap v937: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cephadm 2024-03-30T04:44:25.113990+0000 mgr.y (mgr.25441) 1450 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cluster 2024-03-30T04:44:25.176320+0000 mgr.y (mgr.25441) 1451 : cluster [DBG] pgmap v938: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cluster 2024-03-30T04:44:25.176724+0000 mgr.y (mgr.25441) 1452 : cluster [DBG] pgmap v939: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cephadm 2024-03-30T04:44:25.184423+0000 mgr.y (mgr.25441) 1453 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.241450+0000 mon.c (mon.1) 947 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.243828+0000 mon.c (mon.1) 948 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.245812+0000 mon.c (mon.1) 949 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.246706+0000 mon.c (mon.1) 950 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cluster 2024-03-30T04:44:25.248300+0000 mgr.y (mgr.25441) 1454 : cluster [DBG] pgmap v940: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cluster 2024-03-30T04:44:25.248692+0000 mgr.y (mgr.25441) 1455 : cluster [DBG] pgmap v941: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.255407+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cephadm 2024-03-30T04:44:25.256023+0000 mgr.y (mgr.25441) 1456 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.297113+0000 mon.c (mon.1) 951 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.299035+0000 mon.c (mon.1) 952 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.301082+0000 mon.c (mon.1) 953 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.301743+0000 mon.c (mon.1) 954 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cluster 2024-03-30T04:44:25.303444+0000 mgr.y (mgr.25441) 1457 : cluster [DBG] pgmap v942: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cluster 2024-03-30T04:44:25.303739+0000 mgr.y (mgr.25441) 1458 : cluster [DBG] pgmap v943: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.313798+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cephadm 2024-03-30T04:44:25.314617+0000 mgr.y (mgr.25441) 1459 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.371598+0000 mon.c (mon.1) 955 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.373779+0000 mon.c (mon.1) 956 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.375838+0000 mon.c (mon.1) 957 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.376556+0000 mon.c (mon.1) 958 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cluster 2024-03-30T04:44:25.378047+0000 mgr.y (mgr.25441) 1460 : cluster [DBG] pgmap v944: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cluster 2024-03-30T04:44:25.378419+0000 mgr.y (mgr.25441) 1461 : cluster [DBG] pgmap v945: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.385934+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cephadm 2024-03-30T04:44:25.386606+0000 mgr.y (mgr.25441) 1462 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.427157+0000 mon.c (mon.1) 959 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.428836+0000 mon.c (mon.1) 960 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.430909+0000 mon.c (mon.1) 961 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.297113+0000 mon.c (mon.1) 951 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.299035+0000 mon.c (mon.1) 952 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.301082+0000 mon.c (mon.1) 953 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.301743+0000 mon.c (mon.1) 954 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cluster 2024-03-30T04:44:25.303444+0000 mgr.y (mgr.25441) 1457 : cluster [DBG] pgmap v942: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cluster 2024-03-30T04:44:25.303739+0000 mgr.y (mgr.25441) 1458 : cluster [DBG] pgmap v943: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.313798+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cephadm 2024-03-30T04:44:25.314617+0000 mgr.y (mgr.25441) 1459 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.371598+0000 mon.c (mon.1) 955 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.373779+0000 mon.c (mon.1) 956 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.375838+0000 mon.c (mon.1) 957 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.376556+0000 mon.c (mon.1) 958 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cluster 2024-03-30T04:44:25.378047+0000 mgr.y (mgr.25441) 1460 : cluster [DBG] pgmap v944: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cluster 2024-03-30T04:44:25.378419+0000 mgr.y (mgr.25441) 1461 : cluster [DBG] pgmap v945: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.385934+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cephadm 2024-03-30T04:44:25.386606+0000 mgr.y (mgr.25441) 1462 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.427157+0000 mon.c (mon.1) 959 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.428836+0000 mon.c (mon.1) 960 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.430909+0000 mon.c (mon.1) 961 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.431507+0000 mon.c (mon.1) 962 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cluster 2024-03-30T04:44:25.432910+0000 mgr.y (mgr.25441) 1463 : cluster [DBG] pgmap v946: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cluster 2024-03-30T04:44:25.433187+0000 mgr.y (mgr.25441) 1464 : cluster [DBG] pgmap v947: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.439662+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cephadm 2024-03-30T04:44:25.440342+0000 mgr.y (mgr.25441) 1465 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.496563+0000 mon.c (mon.1) 963 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.498360+0000 mon.c (mon.1) 964 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.500379+0000 mon.c (mon.1) 965 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.500995+0000 mon.c (mon.1) 966 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cluster 2024-03-30T04:44:25.502434+0000 mgr.y (mgr.25441) 1466 : cluster [DBG] pgmap v948: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cluster 2024-03-30T04:44:25.502921+0000 mgr.y (mgr.25441) 1467 : cluster [DBG] pgmap v949: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.508401+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cephadm 2024-03-30T04:44:25.508987+0000 mgr.y (mgr.25441) 1468 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.564950+0000 mon.c (mon.1) 967 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.566738+0000 mon.c (mon.1) 968 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.568657+0000 mon.c (mon.1) 969 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.569316+0000 mon.c (mon.1) 970 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.431507+0000 mon.c (mon.1) 962 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cluster 2024-03-30T04:44:25.432910+0000 mgr.y (mgr.25441) 1463 : cluster [DBG] pgmap v946: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cluster 2024-03-30T04:44:25.433187+0000 mgr.y (mgr.25441) 1464 : cluster [DBG] pgmap v947: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.439662+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cephadm 2024-03-30T04:44:25.440342+0000 mgr.y (mgr.25441) 1465 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.496563+0000 mon.c (mon.1) 963 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.498360+0000 mon.c (mon.1) 964 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.500379+0000 mon.c (mon.1) 965 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.500995+0000 mon.c (mon.1) 966 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cluster 2024-03-30T04:44:25.502434+0000 mgr.y (mgr.25441) 1466 : cluster [DBG] pgmap v948: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cluster 2024-03-30T04:44:25.502921+0000 mgr.y (mgr.25441) 1467 : cluster [DBG] pgmap v949: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.508401+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cephadm 2024-03-30T04:44:25.508987+0000 mgr.y (mgr.25441) 1468 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.564950+0000 mon.c (mon.1) 967 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.566738+0000 mon.c (mon.1) 968 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.568657+0000 mon.c (mon.1) 969 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.569316+0000 mon.c (mon.1) 970 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cluster 2024-03-30T04:44:25.570685+0000 mgr.y (mgr.25441) 1469 : cluster [DBG] pgmap v950: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cluster 2024-03-30T04:44:25.571045+0000 mgr.y (mgr.25441) 1470 : cluster [DBG] pgmap v951: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.576607+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cephadm 2024-03-30T04:44:25.577126+0000 mgr.y (mgr.25441) 1471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.617029+0000 mon.c (mon.1) 971 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.618825+0000 mon.c (mon.1) 972 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.620573+0000 mon.c (mon.1) 973 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.621182+0000 mon.c (mon.1) 974 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cluster 2024-03-30T04:44:25.622555+0000 mgr.y (mgr.25441) 1472 : cluster [DBG] pgmap v952: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cluster 2024-03-30T04:44:25.622948+0000 mgr.y (mgr.25441) 1473 : cluster [DBG] pgmap v953: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.629144+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cephadm 2024-03-30T04:44:25.629880+0000 mgr.y (mgr.25441) 1474 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.669549+0000 mon.c (mon.1) 975 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.671482+0000 mon.c (mon.1) 976 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.673519+0000 mon.c (mon.1) 977 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.674235+0000 mon.c (mon.1) 978 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cluster 2024-03-30T04:44:25.675794+0000 mgr.y (mgr.25441) 1475 : cluster [DBG] pgmap v954: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cluster 2024-03-30T04:44:25.676178+0000 mgr.y (mgr.25441) 1476 : cluster [DBG] pgmap v955: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cluster 2024-03-30T04:44:25.570685+0000 mgr.y (mgr.25441) 1469 : cluster [DBG] pgmap v950: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cluster 2024-03-30T04:44:25.571045+0000 mgr.y (mgr.25441) 1470 : cluster [DBG] pgmap v951: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.576607+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cephadm 2024-03-30T04:44:25.577126+0000 mgr.y (mgr.25441) 1471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.617029+0000 mon.c (mon.1) 971 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.618825+0000 mon.c (mon.1) 972 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.620573+0000 mon.c (mon.1) 973 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.621182+0000 mon.c (mon.1) 974 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cluster 2024-03-30T04:44:25.622555+0000 mgr.y (mgr.25441) 1472 : cluster [DBG] pgmap v952: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cluster 2024-03-30T04:44:25.622948+0000 mgr.y (mgr.25441) 1473 : cluster [DBG] pgmap v953: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.629144+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cephadm 2024-03-30T04:44:25.629880+0000 mgr.y (mgr.25441) 1474 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.669549+0000 mon.c (mon.1) 975 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.671482+0000 mon.c (mon.1) 976 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.673519+0000 mon.c (mon.1) 977 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.674235+0000 mon.c (mon.1) 978 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cluster 2024-03-30T04:44:25.675794+0000 mgr.y (mgr.25441) 1475 : cluster [DBG] pgmap v954: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cluster 2024-03-30T04:44:25.676178+0000 mgr.y (mgr.25441) 1476 : cluster [DBG] pgmap v955: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.681830+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cephadm 2024-03-30T04:44:25.682488+0000 mgr.y (mgr.25441) 1477 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.738349+0000 mon.c (mon.1) 979 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.740244+0000 mon.c (mon.1) 980 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.742357+0000 mon.c (mon.1) 981 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.742979+0000 mon.c (mon.1) 982 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cluster 2024-03-30T04:44:25.744259+0000 mgr.y (mgr.25441) 1478 : cluster [DBG] pgmap v956: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cluster 2024-03-30T04:44:25.744597+0000 mgr.y (mgr.25441) 1479 : cluster [DBG] pgmap v957: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.750142+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: cephadm 2024-03-30T04:44:25.750792+0000 mgr.y (mgr.25441) 1480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.807072+0000 mon.c (mon.1) 983 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.808950+0000 mon.c (mon.1) 984 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.810732+0000 mon.c (mon.1) 985 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.811673+0000 mon.c (mon.1) 986 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.822405+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.894140+0000 mon.c (mon.1) 987 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.897531+0000 mon.c (mon.1) 988 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.900949+0000 mon.c (mon.1) 989 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.902062+0000 mon.c (mon.1) 990 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.914740+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.681830+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cephadm 2024-03-30T04:44:25.682488+0000 mgr.y (mgr.25441) 1477 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.738349+0000 mon.c (mon.1) 979 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.740244+0000 mon.c (mon.1) 980 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.742357+0000 mon.c (mon.1) 981 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.742979+0000 mon.c (mon.1) 982 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cluster 2024-03-30T04:44:25.744259+0000 mgr.y (mgr.25441) 1478 : cluster [DBG] pgmap v956: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cluster 2024-03-30T04:44:25.744597+0000 mgr.y (mgr.25441) 1479 : cluster [DBG] pgmap v957: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.750142+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: cephadm 2024-03-30T04:44:25.750792+0000 mgr.y (mgr.25441) 1480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.807072+0000 mon.c (mon.1) 983 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.808950+0000 mon.c (mon.1) 984 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.810732+0000 mon.c (mon.1) 985 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.811673+0000 mon.c (mon.1) 986 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.822405+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.894140+0000 mon.c (mon.1) 987 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.897531+0000 mon.c (mon.1) 988 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.900949+0000 mon.c (mon.1) 989 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.902062+0000 mon.c (mon.1) 990 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.914740+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.971739+0000 mon.c (mon.1) 991 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.973538+0000 mon.c (mon.1) 992 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.975374+0000 mon.c (mon.1) 993 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.976061+0000 mon.c (mon.1) 994 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:25.984180+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:26.027262+0000 mon.c (mon.1) 995 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:26.029709+0000 mon.c (mon.1) 996 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:26.032195+0000 mon.c (mon.1) 997 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:26.032908+0000 mon.c (mon.1) 998 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:26.039385+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:26.082020+0000 mon.c (mon.1) 999 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:26.084053+0000 mon.c (mon.1) 1000 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:26.086041+0000 mon.c (mon.1) 1001 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:26.086769+0000 mon.c (mon.1) 1002 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:26.093583+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:26.167042+0000 mon.c (mon.1) 1003 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:26.169040+0000 mon.c (mon.1) 1004 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:26.171174+0000 mon.c (mon.1) 1005 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:26.171938+0000 mon.c (mon.1) 1006 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[70954]: audit 2024-03-30T04:44:26.181932+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.971739+0000 mon.c (mon.1) 991 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.973538+0000 mon.c (mon.1) 992 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.975374+0000 mon.c (mon.1) 993 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.976061+0000 mon.c (mon.1) 994 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:25.984180+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:26.027262+0000 mon.c (mon.1) 995 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:26.029709+0000 mon.c (mon.1) 996 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:26.032195+0000 mon.c (mon.1) 997 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:26.032908+0000 mon.c (mon.1) 998 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:26.039385+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:26.082020+0000 mon.c (mon.1) 999 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:26.084053+0000 mon.c (mon.1) 1000 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:26.086041+0000 mon.c (mon.1) 1001 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:26.086769+0000 mon.c (mon.1) 1002 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:26.093583+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:26.167042+0000 mon.c (mon.1) 1003 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:26.169040+0000 mon.c (mon.1) 1004 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:26.171174+0000 mon.c (mon.1) 1005 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:26.171938+0000 mon.c (mon.1) 1006 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:26 smithi111 bash[73591]: audit 2024-03-30T04:44:26.181932+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cluster 2024-03-30T04:44:24.787359+0000 mgr.y (mgr.25441) 1430 : cluster [DBG] pgmap v924: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cluster 2024-03-30T04:44:24.787757+0000 mgr.y (mgr.25441) 1431 : cluster [DBG] pgmap v925: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cephadm 2024-03-30T04:44:24.794337+0000 mgr.y (mgr.25441) 1432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cluster 2024-03-30T04:44:24.839790+0000 mgr.y (mgr.25441) 1433 : cluster [DBG] pgmap v926: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cluster 2024-03-30T04:44:24.840085+0000 mgr.y (mgr.25441) 1434 : cluster [DBG] pgmap v927: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cephadm 2024-03-30T04:44:24.846618+0000 mgr.y (mgr.25441) 1435 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cluster 2024-03-30T04:44:24.892445+0000 mgr.y (mgr.25441) 1436 : cluster [DBG] pgmap v928: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cluster 2024-03-30T04:44:24.892774+0000 mgr.y (mgr.25441) 1437 : cluster [DBG] pgmap v929: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cephadm 2024-03-30T04:44:24.899435+0000 mgr.y (mgr.25441) 1438 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cluster 2024-03-30T04:44:24.944792+0000 mgr.y (mgr.25441) 1439 : cluster [DBG] pgmap v930: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cluster 2024-03-30T04:44:24.945134+0000 mgr.y (mgr.25441) 1440 : cluster [DBG] pgmap v931: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cephadm 2024-03-30T04:44:24.952550+0000 mgr.y (mgr.25441) 1441 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cluster 2024-03-30T04:44:24.998218+0000 mgr.y (mgr.25441) 1442 : cluster [DBG] pgmap v932: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cluster 2024-03-30T04:44:24.998532+0000 mgr.y (mgr.25441) 1443 : cluster [DBG] pgmap v933: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cephadm 2024-03-30T04:44:25.005931+0000 mgr.y (mgr.25441) 1444 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cluster 2024-03-30T04:44:25.052087+0000 mgr.y (mgr.25441) 1445 : cluster [DBG] pgmap v934: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cluster 2024-03-30T04:44:25.052392+0000 mgr.y (mgr.25441) 1446 : cluster [DBG] pgmap v935: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cephadm 2024-03-30T04:44:25.059986+0000 mgr.y (mgr.25441) 1447 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cluster 2024-03-30T04:44:25.105861+0000 mgr.y (mgr.25441) 1448 : cluster [DBG] pgmap v936: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cluster 2024-03-30T04:44:25.106281+0000 mgr.y (mgr.25441) 1449 : cluster [DBG] pgmap v937: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cephadm 2024-03-30T04:44:25.113990+0000 mgr.y (mgr.25441) 1450 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cluster 2024-03-30T04:44:25.176320+0000 mgr.y (mgr.25441) 1451 : cluster [DBG] pgmap v938: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cluster 2024-03-30T04:44:25.176724+0000 mgr.y (mgr.25441) 1452 : cluster [DBG] pgmap v939: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cephadm 2024-03-30T04:44:25.184423+0000 mgr.y (mgr.25441) 1453 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.241450+0000 mon.c (mon.1) 947 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.243828+0000 mon.c (mon.1) 948 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.245812+0000 mon.c (mon.1) 949 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.246706+0000 mon.c (mon.1) 950 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cluster 2024-03-30T04:44:25.248300+0000 mgr.y (mgr.25441) 1454 : cluster [DBG] pgmap v940: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cluster 2024-03-30T04:44:25.248692+0000 mgr.y (mgr.25441) 1455 : cluster [DBG] pgmap v941: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.255407+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cephadm 2024-03-30T04:44:25.256023+0000 mgr.y (mgr.25441) 1456 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.297113+0000 mon.c (mon.1) 951 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.299035+0000 mon.c (mon.1) 952 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.301082+0000 mon.c (mon.1) 953 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.301743+0000 mon.c (mon.1) 954 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cluster 2024-03-30T04:44:25.303444+0000 mgr.y (mgr.25441) 1457 : cluster [DBG] pgmap v942: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cluster 2024-03-30T04:44:25.303739+0000 mgr.y (mgr.25441) 1458 : cluster [DBG] pgmap v943: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.313798+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cephadm 2024-03-30T04:44:25.314617+0000 mgr.y (mgr.25441) 1459 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.371598+0000 mon.c (mon.1) 955 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.373779+0000 mon.c (mon.1) 956 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.375838+0000 mon.c (mon.1) 957 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.376556+0000 mon.c (mon.1) 958 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cluster 2024-03-30T04:44:25.378047+0000 mgr.y (mgr.25441) 1460 : cluster [DBG] pgmap v944: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cluster 2024-03-30T04:44:25.378419+0000 mgr.y (mgr.25441) 1461 : cluster [DBG] pgmap v945: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.385934+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cephadm 2024-03-30T04:44:25.386606+0000 mgr.y (mgr.25441) 1462 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.427157+0000 mon.c (mon.1) 959 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.428836+0000 mon.c (mon.1) 960 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.430909+0000 mon.c (mon.1) 961 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.431507+0000 mon.c (mon.1) 962 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cluster 2024-03-30T04:44:25.432910+0000 mgr.y (mgr.25441) 1463 : cluster [DBG] pgmap v946: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cluster 2024-03-30T04:44:25.433187+0000 mgr.y (mgr.25441) 1464 : cluster [DBG] pgmap v947: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.439662+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cephadm 2024-03-30T04:44:25.440342+0000 mgr.y (mgr.25441) 1465 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.496563+0000 mon.c (mon.1) 963 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.498360+0000 mon.c (mon.1) 964 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.500379+0000 mon.c (mon.1) 965 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.500995+0000 mon.c (mon.1) 966 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cluster 2024-03-30T04:44:25.502434+0000 mgr.y (mgr.25441) 1466 : cluster [DBG] pgmap v948: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cluster 2024-03-30T04:44:25.502921+0000 mgr.y (mgr.25441) 1467 : cluster [DBG] pgmap v949: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.508401+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cephadm 2024-03-30T04:44:25.508987+0000 mgr.y (mgr.25441) 1468 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.564950+0000 mon.c (mon.1) 967 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.566738+0000 mon.c (mon.1) 968 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.568657+0000 mon.c (mon.1) 969 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.569316+0000 mon.c (mon.1) 970 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cluster 2024-03-30T04:44:25.570685+0000 mgr.y (mgr.25441) 1469 : cluster [DBG] pgmap v950: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cluster 2024-03-30T04:44:25.571045+0000 mgr.y (mgr.25441) 1470 : cluster [DBG] pgmap v951: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.576607+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cephadm 2024-03-30T04:44:25.577126+0000 mgr.y (mgr.25441) 1471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.617029+0000 mon.c (mon.1) 971 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.618825+0000 mon.c (mon.1) 972 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.620573+0000 mon.c (mon.1) 973 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.621182+0000 mon.c (mon.1) 974 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cluster 2024-03-30T04:44:25.622555+0000 mgr.y (mgr.25441) 1472 : cluster [DBG] pgmap v952: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cluster 2024-03-30T04:44:25.622948+0000 mgr.y (mgr.25441) 1473 : cluster [DBG] pgmap v953: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.629144+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cephadm 2024-03-30T04:44:25.629880+0000 mgr.y (mgr.25441) 1474 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.669549+0000 mon.c (mon.1) 975 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.671482+0000 mon.c (mon.1) 976 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.673519+0000 mon.c (mon.1) 977 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.674235+0000 mon.c (mon.1) 978 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cluster 2024-03-30T04:44:25.675794+0000 mgr.y (mgr.25441) 1475 : cluster [DBG] pgmap v954: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cluster 2024-03-30T04:44:25.676178+0000 mgr.y (mgr.25441) 1476 : cluster [DBG] pgmap v955: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.681830+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cephadm 2024-03-30T04:44:25.682488+0000 mgr.y (mgr.25441) 1477 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.738349+0000 mon.c (mon.1) 979 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.740244+0000 mon.c (mon.1) 980 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.742357+0000 mon.c (mon.1) 981 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.742979+0000 mon.c (mon.1) 982 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cluster 2024-03-30T04:44:25.744259+0000 mgr.y (mgr.25441) 1478 : cluster [DBG] pgmap v956: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cluster 2024-03-30T04:44:25.744597+0000 mgr.y (mgr.25441) 1479 : cluster [DBG] pgmap v957: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:26.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.750142+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: cephadm 2024-03-30T04:44:25.750792+0000 mgr.y (mgr.25441) 1480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:26.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.807072+0000 mon.c (mon.1) 983 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.808950+0000 mon.c (mon.1) 984 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.810732+0000 mon.c (mon.1) 985 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.811673+0000 mon.c (mon.1) 986 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.822405+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.894140+0000 mon.c (mon.1) 987 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.897531+0000 mon.c (mon.1) 988 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.900949+0000 mon.c (mon.1) 989 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.902062+0000 mon.c (mon.1) 990 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.914740+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.971739+0000 mon.c (mon.1) 991 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.973538+0000 mon.c (mon.1) 992 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.975374+0000 mon.c (mon.1) 993 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.976061+0000 mon.c (mon.1) 994 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:25.984180+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:26.027262+0000 mon.c (mon.1) 995 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:26.029709+0000 mon.c (mon.1) 996 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:26.032195+0000 mon.c (mon.1) 997 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:26.032908+0000 mon.c (mon.1) 998 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:26.039385+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:26.082020+0000 mon.c (mon.1) 999 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:26.084053+0000 mon.c (mon.1) 1000 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:26.086041+0000 mon.c (mon.1) 1001 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:26.086769+0000 mon.c (mon.1) 1002 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:26.093583+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:26.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:26.167042+0000 mon.c (mon.1) 1003 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:26.169040+0000 mon.c (mon.1) 1004 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:26.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:26.171174+0000 mon.c (mon.1) 1005 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:26.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:26.171938+0000 mon.c (mon.1) 1006 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:26.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:26 smithi117 bash[62284]: audit 2024-03-30T04:44:26.181932+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: cluster 2024-03-30T04:44:25.813457+0000 mgr.y (mgr.25441) 1481 : cluster [DBG] pgmap v958: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: cluster 2024-03-30T04:44:25.813786+0000 mgr.y (mgr.25441) 1482 : cluster [DBG] pgmap v959: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: cephadm 2024-03-30T04:44:25.823439+0000 mgr.y (mgr.25441) 1483 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:27.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: cluster 2024-03-30T04:44:25.904333+0000 mgr.y (mgr.25441) 1484 : cluster [DBG] pgmap v960: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: cluster 2024-03-30T04:44:25.904652+0000 mgr.y (mgr.25441) 1485 : cluster [DBG] pgmap v961: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: cephadm 2024-03-30T04:44:25.915459+0000 mgr.y (mgr.25441) 1486 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:27.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: cluster 2024-03-30T04:44:25.977470+0000 mgr.y (mgr.25441) 1487 : cluster [DBG] pgmap v962: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: cluster 2024-03-30T04:44:25.977764+0000 mgr.y (mgr.25441) 1488 : cluster [DBG] pgmap v963: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: cephadm 2024-03-30T04:44:25.984844+0000 mgr.y (mgr.25441) 1489 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:27.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: cluster 2024-03-30T04:44:26.034378+0000 mgr.y (mgr.25441) 1490 : cluster [DBG] pgmap v964: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: cluster 2024-03-30T04:44:26.034672+0000 mgr.y (mgr.25441) 1491 : cluster [DBG] pgmap v965: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: cephadm 2024-03-30T04:44:26.039972+0000 mgr.y (mgr.25441) 1492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:27.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: cluster 2024-03-30T04:44:26.088302+0000 mgr.y (mgr.25441) 1493 : cluster [DBG] pgmap v966: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: cluster 2024-03-30T04:44:26.088642+0000 mgr.y (mgr.25441) 1494 : cluster [DBG] pgmap v967: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: cephadm 2024-03-30T04:44:26.094440+0000 mgr.y (mgr.25441) 1495 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:27.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: cluster 2024-03-30T04:44:25.813457+0000 mgr.y (mgr.25441) 1481 : cluster [DBG] pgmap v958: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: cluster 2024-03-30T04:44:25.813786+0000 mgr.y (mgr.25441) 1482 : cluster [DBG] pgmap v959: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: cephadm 2024-03-30T04:44:25.823439+0000 mgr.y (mgr.25441) 1483 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:27.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: cluster 2024-03-30T04:44:25.904333+0000 mgr.y (mgr.25441) 1484 : cluster [DBG] pgmap v960: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: cluster 2024-03-30T04:44:25.904652+0000 mgr.y (mgr.25441) 1485 : cluster [DBG] pgmap v961: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: cephadm 2024-03-30T04:44:25.915459+0000 mgr.y (mgr.25441) 1486 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:27.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: cluster 2024-03-30T04:44:25.977470+0000 mgr.y (mgr.25441) 1487 : cluster [DBG] pgmap v962: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: cluster 2024-03-30T04:44:25.977764+0000 mgr.y (mgr.25441) 1488 : cluster [DBG] pgmap v963: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: cephadm 2024-03-30T04:44:25.984844+0000 mgr.y (mgr.25441) 1489 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:27.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: cluster 2024-03-30T04:44:26.034378+0000 mgr.y (mgr.25441) 1490 : cluster [DBG] pgmap v964: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: cluster 2024-03-30T04:44:26.034672+0000 mgr.y (mgr.25441) 1491 : cluster [DBG] pgmap v965: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: cephadm 2024-03-30T04:44:26.039972+0000 mgr.y (mgr.25441) 1492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:27.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: cluster 2024-03-30T04:44:26.088302+0000 mgr.y (mgr.25441) 1493 : cluster [DBG] pgmap v966: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: cluster 2024-03-30T04:44:26.088642+0000 mgr.y (mgr.25441) 1494 : cluster [DBG] pgmap v967: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: cephadm 2024-03-30T04:44:26.094440+0000 mgr.y (mgr.25441) 1495 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:27.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: cluster 2024-03-30T04:44:26.173660+0000 mgr.y (mgr.25441) 1496 : cluster [DBG] pgmap v968: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 25 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: cluster 2024-03-30T04:44:26.173990+0000 mgr.y (mgr.25441) 1497 : cluster [DBG] pgmap v969: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: cephadm 2024-03-30T04:44:26.183693+0000 mgr.y (mgr.25441) 1498 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:27.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.263619+0000 mon.c (mon.1) 1007 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.266031+0000 mon.c (mon.1) 1008 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.268175+0000 mon.c (mon.1) 1009 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.268993+0000 mon.c (mon.1) 1010 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: cluster 2024-03-30T04:44:26.270950+0000 mgr.y (mgr.25441) 1499 : cluster [DBG] pgmap v970: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: cluster 2024-03-30T04:44:26.271765+0000 mgr.y (mgr.25441) 1500 : cluster [DBG] pgmap v971: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.276869+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: cephadm 2024-03-30T04:44:26.277557+0000 mgr.y (mgr.25441) 1501 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:27.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.335738+0000 mon.c (mon.1) 1011 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.338282+0000 mon.c (mon.1) 1012 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.341006+0000 mon.c (mon.1) 1013 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.341911+0000 mon.c (mon.1) 1014 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: cluster 2024-03-30T04:44:26.343583+0000 mgr.y (mgr.25441) 1502 : cluster [DBG] pgmap v972: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: cluster 2024-03-30T04:44:26.343927+0000 mgr.y (mgr.25441) 1503 : cluster [DBG] pgmap v973: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: cluster 2024-03-30T04:44:26.173660+0000 mgr.y (mgr.25441) 1496 : cluster [DBG] pgmap v968: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 25 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: cluster 2024-03-30T04:44:26.173990+0000 mgr.y (mgr.25441) 1497 : cluster [DBG] pgmap v969: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: cephadm 2024-03-30T04:44:26.183693+0000 mgr.y (mgr.25441) 1498 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:27.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.263619+0000 mon.c (mon.1) 1007 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.266031+0000 mon.c (mon.1) 1008 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.268175+0000 mon.c (mon.1) 1009 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.268993+0000 mon.c (mon.1) 1010 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: cluster 2024-03-30T04:44:26.270950+0000 mgr.y (mgr.25441) 1499 : cluster [DBG] pgmap v970: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: cluster 2024-03-30T04:44:26.271765+0000 mgr.y (mgr.25441) 1500 : cluster [DBG] pgmap v971: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.276869+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: cephadm 2024-03-30T04:44:26.277557+0000 mgr.y (mgr.25441) 1501 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:27.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.335738+0000 mon.c (mon.1) 1011 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.338282+0000 mon.c (mon.1) 1012 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.341006+0000 mon.c (mon.1) 1013 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.341911+0000 mon.c (mon.1) 1014 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: cluster 2024-03-30T04:44:26.343583+0000 mgr.y (mgr.25441) 1502 : cluster [DBG] pgmap v972: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: cluster 2024-03-30T04:44:26.343927+0000 mgr.y (mgr.25441) 1503 : cluster [DBG] pgmap v973: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.349822+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: cephadm 2024-03-30T04:44:26.350553+0000 mgr.y (mgr.25441) 1504 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:27.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.391118+0000 mon.c (mon.1) 1015 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.392891+0000 mon.c (mon.1) 1016 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.394622+0000 mon.c (mon.1) 1017 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.395259+0000 mon.c (mon.1) 1018 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: cluster 2024-03-30T04:44:26.396589+0000 mgr.y (mgr.25441) 1505 : cluster [DBG] pgmap v974: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: cluster 2024-03-30T04:44:26.396866+0000 mgr.y (mgr.25441) 1506 : cluster [DBG] pgmap v975: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.401373+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: cephadm 2024-03-30T04:44:26.402028+0000 mgr.y (mgr.25441) 1507 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:27.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.441937+0000 mon.c (mon.1) 1019 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.443694+0000 mon.c (mon.1) 1020 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.445448+0000 mon.c (mon.1) 1021 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.446081+0000 mon.c (mon.1) 1022 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: cluster 2024-03-30T04:44:26.447565+0000 mgr.y (mgr.25441) 1508 : cluster [DBG] pgmap v976: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.450978+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: cephadm 2024-03-30T04:44:26.451513+0000 mgr.y (mgr.25441) 1509 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:27.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.491483+0000 mon.c (mon.1) 1023 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.493186+0000 mon.c (mon.1) 1024 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.349822+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: cephadm 2024-03-30T04:44:26.350553+0000 mgr.y (mgr.25441) 1504 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:27.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.391118+0000 mon.c (mon.1) 1015 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.392891+0000 mon.c (mon.1) 1016 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.394622+0000 mon.c (mon.1) 1017 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.395259+0000 mon.c (mon.1) 1018 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: cluster 2024-03-30T04:44:26.396589+0000 mgr.y (mgr.25441) 1505 : cluster [DBG] pgmap v974: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: cluster 2024-03-30T04:44:26.396866+0000 mgr.y (mgr.25441) 1506 : cluster [DBG] pgmap v975: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.401373+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: cephadm 2024-03-30T04:44:26.402028+0000 mgr.y (mgr.25441) 1507 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:27.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.441937+0000 mon.c (mon.1) 1019 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.443694+0000 mon.c (mon.1) 1020 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.445448+0000 mon.c (mon.1) 1021 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.446081+0000 mon.c (mon.1) 1022 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: cluster 2024-03-30T04:44:26.447565+0000 mgr.y (mgr.25441) 1508 : cluster [DBG] pgmap v976: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.450978+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: cephadm 2024-03-30T04:44:26.451513+0000 mgr.y (mgr.25441) 1509 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:27.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.491483+0000 mon.c (mon.1) 1023 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.493186+0000 mon.c (mon.1) 1024 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.494825+0000 mon.c (mon.1) 1025 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.495508+0000 mon.c (mon.1) 1026 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: cluster 2024-03-30T04:44:26.496803+0000 mgr.y (mgr.25441) 1510 : cluster [DBG] pgmap v977: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: cluster 2024-03-30T04:44:26.497113+0000 mgr.y (mgr.25441) 1511 : cluster [DBG] pgmap v978: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.501662+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: cephadm 2024-03-30T04:44:26.502290+0000 mgr.y (mgr.25441) 1512 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:27.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.542512+0000 mon.c (mon.1) 1027 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.544286+0000 mon.c (mon.1) 1028 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.546025+0000 mon.c (mon.1) 1029 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.546663+0000 mon.c (mon.1) 1030 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: cluster 2024-03-30T04:44:26.547975+0000 mgr.y (mgr.25441) 1513 : cluster [DBG] pgmap v979: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: cluster 2024-03-30T04:44:26.548306+0000 mgr.y (mgr.25441) 1514 : cluster [DBG] pgmap v980: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.552856+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: cephadm 2024-03-30T04:44:26.554283+0000 mgr.y (mgr.25441) 1515 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:27.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.594604+0000 mon.c (mon.1) 1031 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.596608+0000 mon.c (mon.1) 1032 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.598291+0000 mon.c (mon.1) 1033 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.598921+0000 mon.c (mon.1) 1034 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: cluster 2024-03-30T04:44:26.600217+0000 mgr.y (mgr.25441) 1516 : cluster [DBG] pgmap v981: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: cluster 2024-03-30T04:44:26.600644+0000 mgr.y (mgr.25441) 1517 : cluster [DBG] pgmap v982: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.604912+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: cephadm 2024-03-30T04:44:26.606526+0000 mgr.y (mgr.25441) 1518 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:27.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.662618+0000 mon.c (mon.1) 1035 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.665846+0000 mon.c (mon.1) 1036 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.667638+0000 mon.c (mon.1) 1037 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.668289+0000 mon.c (mon.1) 1038 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: cluster 2024-03-30T04:44:26.669602+0000 mgr.y (mgr.25441) 1519 : cluster [DBG] pgmap v983: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: cluster 2024-03-30T04:44:26.669943+0000 mgr.y (mgr.25441) 1520 : cluster [DBG] pgmap v984: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.674264+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: cephadm 2024-03-30T04:44:26.675892+0000 mgr.y (mgr.25441) 1521 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:27.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.742460+0000 mon.c (mon.1) 1039 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.745686+0000 mon.c (mon.1) 1040 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.748133+0000 mon.c (mon.1) 1041 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.749024+0000 mon.c (mon.1) 1042 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: cluster 2024-03-30T04:44:26.750973+0000 mgr.y (mgr.25441) 1522 : cluster [DBG] pgmap v985: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: cluster 2024-03-30T04:44:26.751245+0000 mgr.y (mgr.25441) 1523 : cluster [DBG] pgmap v986: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.494825+0000 mon.c (mon.1) 1025 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.495508+0000 mon.c (mon.1) 1026 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: cluster 2024-03-30T04:44:26.496803+0000 mgr.y (mgr.25441) 1510 : cluster [DBG] pgmap v977: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: cluster 2024-03-30T04:44:26.497113+0000 mgr.y (mgr.25441) 1511 : cluster [DBG] pgmap v978: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.501662+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: cephadm 2024-03-30T04:44:26.502290+0000 mgr.y (mgr.25441) 1512 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:27.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.542512+0000 mon.c (mon.1) 1027 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.544286+0000 mon.c (mon.1) 1028 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.546025+0000 mon.c (mon.1) 1029 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.546663+0000 mon.c (mon.1) 1030 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: cluster 2024-03-30T04:44:26.547975+0000 mgr.y (mgr.25441) 1513 : cluster [DBG] pgmap v979: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: cluster 2024-03-30T04:44:26.548306+0000 mgr.y (mgr.25441) 1514 : cluster [DBG] pgmap v980: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.552856+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: cephadm 2024-03-30T04:44:26.554283+0000 mgr.y (mgr.25441) 1515 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:27.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.594604+0000 mon.c (mon.1) 1031 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.596608+0000 mon.c (mon.1) 1032 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.598291+0000 mon.c (mon.1) 1033 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.598921+0000 mon.c (mon.1) 1034 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.758071+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.817554+0000 mon.c (mon.1) 1043 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.819592+0000 mon.c (mon.1) 1044 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.821469+0000 mon.c (mon.1) 1045 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.822139+0000 mon.c (mon.1) 1046 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.828212+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.888931+0000 mon.c (mon.1) 1047 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.891101+0000 mon.c (mon.1) 1048 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.893205+0000 mon.c (mon.1) 1049 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.893916+0000 mon.c (mon.1) 1050 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.900526+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.960275+0000 mon.c (mon.1) 1051 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.962261+0000 mon.c (mon.1) 1052 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.964549+0000 mon.c (mon.1) 1053 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.965303+0000 mon.c (mon.1) 1054 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:26.972998+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:27.016208+0000 mon.c (mon.1) 1055 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:27.017984+0000 mon.c (mon.1) 1056 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:27.019784+0000 mon.c (mon.1) 1057 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: cluster 2024-03-30T04:44:26.600217+0000 mgr.y (mgr.25441) 1516 : cluster [DBG] pgmap v981: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: cluster 2024-03-30T04:44:26.600644+0000 mgr.y (mgr.25441) 1517 : cluster [DBG] pgmap v982: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.604912+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: cephadm 2024-03-30T04:44:26.606526+0000 mgr.y (mgr.25441) 1518 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:27.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.662618+0000 mon.c (mon.1) 1035 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.665846+0000 mon.c (mon.1) 1036 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.667638+0000 mon.c (mon.1) 1037 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.668289+0000 mon.c (mon.1) 1038 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: cluster 2024-03-30T04:44:26.669602+0000 mgr.y (mgr.25441) 1519 : cluster [DBG] pgmap v983: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: cluster 2024-03-30T04:44:26.669943+0000 mgr.y (mgr.25441) 1520 : cluster [DBG] pgmap v984: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.674264+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: cephadm 2024-03-30T04:44:26.675892+0000 mgr.y (mgr.25441) 1521 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:27.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.742460+0000 mon.c (mon.1) 1039 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.745686+0000 mon.c (mon.1) 1040 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.748133+0000 mon.c (mon.1) 1041 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.749024+0000 mon.c (mon.1) 1042 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: cluster 2024-03-30T04:44:26.750973+0000 mgr.y (mgr.25441) 1522 : cluster [DBG] pgmap v985: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: cluster 2024-03-30T04:44:26.751245+0000 mgr.y (mgr.25441) 1523 : cluster [DBG] pgmap v986: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:27.020406+0000 mon.c (mon.1) 1058 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:27.027795+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:27.074903+0000 mon.c (mon.1) 1059 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:27.076806+0000 mon.c (mon.1) 1060 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:27.078586+0000 mon.c (mon.1) 1061 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:27.079355+0000 mon.c (mon.1) 1062 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:27.089218+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:27.133076+0000 mon.c (mon.1) 1063 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:27.135130+0000 mon.c (mon.1) 1064 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:27.137025+0000 mon.c (mon.1) 1065 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:27.137756+0000 mon.c (mon.1) 1066 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:27.145257+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:27.186480+0000 mon.c (mon.1) 1067 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:27.188242+0000 mon.c (mon.1) 1068 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:27.190071+0000 mon.c (mon.1) 1069 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:27.190785+0000 mon.c (mon.1) 1070 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[73591]: audit 2024-03-30T04:44:27.199438+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.758071+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.817554+0000 mon.c (mon.1) 1043 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.819592+0000 mon.c (mon.1) 1044 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.821469+0000 mon.c (mon.1) 1045 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.822139+0000 mon.c (mon.1) 1046 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.828212+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.888931+0000 mon.c (mon.1) 1047 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.891101+0000 mon.c (mon.1) 1048 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.893205+0000 mon.c (mon.1) 1049 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.893916+0000 mon.c (mon.1) 1050 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.900526+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.960275+0000 mon.c (mon.1) 1051 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.962261+0000 mon.c (mon.1) 1052 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.964549+0000 mon.c (mon.1) 1053 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.965303+0000 mon.c (mon.1) 1054 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:26.972998+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:27.016208+0000 mon.c (mon.1) 1055 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:27.017984+0000 mon.c (mon.1) 1056 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:27.019784+0000 mon.c (mon.1) 1057 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:27.020406+0000 mon.c (mon.1) 1058 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:27.027795+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:27.074903+0000 mon.c (mon.1) 1059 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:27.076806+0000 mon.c (mon.1) 1060 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:27.078586+0000 mon.c (mon.1) 1061 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:27.079355+0000 mon.c (mon.1) 1062 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:27.089218+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:27.133076+0000 mon.c (mon.1) 1063 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:27.135130+0000 mon.c (mon.1) 1064 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:27.137025+0000 mon.c (mon.1) 1065 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:27.137756+0000 mon.c (mon.1) 1066 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:27.145257+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:27.186480+0000 mon.c (mon.1) 1067 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:27.188242+0000 mon.c (mon.1) 1068 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:27.190071+0000 mon.c (mon.1) 1069 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:27.190785+0000 mon.c (mon.1) 1070 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[70954]: audit 2024-03-30T04:44:27.199438+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: cluster 2024-03-30T04:44:25.813457+0000 mgr.y (mgr.25441) 1481 : cluster [DBG] pgmap v958: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: cluster 2024-03-30T04:44:25.813786+0000 mgr.y (mgr.25441) 1482 : cluster [DBG] pgmap v959: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: cephadm 2024-03-30T04:44:25.823439+0000 mgr.y (mgr.25441) 1483 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:27.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: cluster 2024-03-30T04:44:25.904333+0000 mgr.y (mgr.25441) 1484 : cluster [DBG] pgmap v960: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: cluster 2024-03-30T04:44:25.904652+0000 mgr.y (mgr.25441) 1485 : cluster [DBG] pgmap v961: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: cephadm 2024-03-30T04:44:25.915459+0000 mgr.y (mgr.25441) 1486 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:27.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: cluster 2024-03-30T04:44:25.977470+0000 mgr.y (mgr.25441) 1487 : cluster [DBG] pgmap v962: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: cluster 2024-03-30T04:44:25.977764+0000 mgr.y (mgr.25441) 1488 : cluster [DBG] pgmap v963: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: cephadm 2024-03-30T04:44:25.984844+0000 mgr.y (mgr.25441) 1489 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:27.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: cluster 2024-03-30T04:44:26.034378+0000 mgr.y (mgr.25441) 1490 : cluster [DBG] pgmap v964: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: cluster 2024-03-30T04:44:26.034672+0000 mgr.y (mgr.25441) 1491 : cluster [DBG] pgmap v965: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: cephadm 2024-03-30T04:44:26.039972+0000 mgr.y (mgr.25441) 1492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:27.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: cluster 2024-03-30T04:44:26.088302+0000 mgr.y (mgr.25441) 1493 : cluster [DBG] pgmap v966: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: cluster 2024-03-30T04:44:26.088642+0000 mgr.y (mgr.25441) 1494 : cluster [DBG] pgmap v967: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: cephadm 2024-03-30T04:44:26.094440+0000 mgr.y (mgr.25441) 1495 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:27.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: cluster 2024-03-30T04:44:26.173660+0000 mgr.y (mgr.25441) 1496 : cluster [DBG] pgmap v968: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 25 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: cluster 2024-03-30T04:44:26.173990+0000 mgr.y (mgr.25441) 1497 : cluster [DBG] pgmap v969: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: cephadm 2024-03-30T04:44:26.183693+0000 mgr.y (mgr.25441) 1498 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:27.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.263619+0000 mon.c (mon.1) 1007 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.266031+0000 mon.c (mon.1) 1008 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.268175+0000 mon.c (mon.1) 1009 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.268993+0000 mon.c (mon.1) 1010 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: cluster 2024-03-30T04:44:26.270950+0000 mgr.y (mgr.25441) 1499 : cluster [DBG] pgmap v970: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: cluster 2024-03-30T04:44:26.271765+0000 mgr.y (mgr.25441) 1500 : cluster [DBG] pgmap v971: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.276869+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: cephadm 2024-03-30T04:44:26.277557+0000 mgr.y (mgr.25441) 1501 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:27.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.335738+0000 mon.c (mon.1) 1011 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.338282+0000 mon.c (mon.1) 1012 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.341006+0000 mon.c (mon.1) 1013 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.341911+0000 mon.c (mon.1) 1014 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: cluster 2024-03-30T04:44:26.343583+0000 mgr.y (mgr.25441) 1502 : cluster [DBG] pgmap v972: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: cluster 2024-03-30T04:44:26.343927+0000 mgr.y (mgr.25441) 1503 : cluster [DBG] pgmap v973: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.349822+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: cephadm 2024-03-30T04:44:26.350553+0000 mgr.y (mgr.25441) 1504 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:27.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.391118+0000 mon.c (mon.1) 1015 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.392891+0000 mon.c (mon.1) 1016 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.394622+0000 mon.c (mon.1) 1017 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.395259+0000 mon.c (mon.1) 1018 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: cluster 2024-03-30T04:44:26.396589+0000 mgr.y (mgr.25441) 1505 : cluster [DBG] pgmap v974: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: cluster 2024-03-30T04:44:26.396866+0000 mgr.y (mgr.25441) 1506 : cluster [DBG] pgmap v975: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.401373+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: cephadm 2024-03-30T04:44:26.402028+0000 mgr.y (mgr.25441) 1507 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:27.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.441937+0000 mon.c (mon.1) 1019 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.443694+0000 mon.c (mon.1) 1020 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.445448+0000 mon.c (mon.1) 1021 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.446081+0000 mon.c (mon.1) 1022 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: cluster 2024-03-30T04:44:26.447565+0000 mgr.y (mgr.25441) 1508 : cluster [DBG] pgmap v976: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.450978+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: cephadm 2024-03-30T04:44:26.451513+0000 mgr.y (mgr.25441) 1509 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:27.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.491483+0000 mon.c (mon.1) 1023 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.493186+0000 mon.c (mon.1) 1024 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.494825+0000 mon.c (mon.1) 1025 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.495508+0000 mon.c (mon.1) 1026 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: cluster 2024-03-30T04:44:26.496803+0000 mgr.y (mgr.25441) 1510 : cluster [DBG] pgmap v977: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: cluster 2024-03-30T04:44:26.497113+0000 mgr.y (mgr.25441) 1511 : cluster [DBG] pgmap v978: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.501662+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: cephadm 2024-03-30T04:44:26.502290+0000 mgr.y (mgr.25441) 1512 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:27.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.542512+0000 mon.c (mon.1) 1027 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.544286+0000 mon.c (mon.1) 1028 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.546025+0000 mon.c (mon.1) 1029 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.546663+0000 mon.c (mon.1) 1030 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: cluster 2024-03-30T04:44:26.547975+0000 mgr.y (mgr.25441) 1513 : cluster [DBG] pgmap v979: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: cluster 2024-03-30T04:44:26.548306+0000 mgr.y (mgr.25441) 1514 : cluster [DBG] pgmap v980: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.552856+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: cephadm 2024-03-30T04:44:26.554283+0000 mgr.y (mgr.25441) 1515 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:27.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.594604+0000 mon.c (mon.1) 1031 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.596608+0000 mon.c (mon.1) 1032 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.598291+0000 mon.c (mon.1) 1033 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.598921+0000 mon.c (mon.1) 1034 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: cluster 2024-03-30T04:44:26.600217+0000 mgr.y (mgr.25441) 1516 : cluster [DBG] pgmap v981: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: cluster 2024-03-30T04:44:26.600644+0000 mgr.y (mgr.25441) 1517 : cluster [DBG] pgmap v982: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.604912+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: cephadm 2024-03-30T04:44:26.606526+0000 mgr.y (mgr.25441) 1518 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:27.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.662618+0000 mon.c (mon.1) 1035 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.665846+0000 mon.c (mon.1) 1036 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.667638+0000 mon.c (mon.1) 1037 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.668289+0000 mon.c (mon.1) 1038 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: cluster 2024-03-30T04:44:26.669602+0000 mgr.y (mgr.25441) 1519 : cluster [DBG] pgmap v983: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: cluster 2024-03-30T04:44:26.669943+0000 mgr.y (mgr.25441) 1520 : cluster [DBG] pgmap v984: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.674264+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: cephadm 2024-03-30T04:44:26.675892+0000 mgr.y (mgr.25441) 1521 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:27.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.742460+0000 mon.c (mon.1) 1039 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.745686+0000 mon.c (mon.1) 1040 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.748133+0000 mon.c (mon.1) 1041 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.749024+0000 mon.c (mon.1) 1042 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: cluster 2024-03-30T04:44:26.750973+0000 mgr.y (mgr.25441) 1522 : cluster [DBG] pgmap v985: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: cluster 2024-03-30T04:44:26.751245+0000 mgr.y (mgr.25441) 1523 : cluster [DBG] pgmap v986: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:27.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.758071+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.817554+0000 mon.c (mon.1) 1043 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.819592+0000 mon.c (mon.1) 1044 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.821469+0000 mon.c (mon.1) 1045 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.822139+0000 mon.c (mon.1) 1046 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.828212+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.888931+0000 mon.c (mon.1) 1047 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.891101+0000 mon.c (mon.1) 1048 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.893205+0000 mon.c (mon.1) 1049 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.893916+0000 mon.c (mon.1) 1050 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.900526+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.960275+0000 mon.c (mon.1) 1051 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.962261+0000 mon.c (mon.1) 1052 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.964549+0000 mon.c (mon.1) 1053 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.965303+0000 mon.c (mon.1) 1054 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:26.972998+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:27.016208+0000 mon.c (mon.1) 1055 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:27.017984+0000 mon.c (mon.1) 1056 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:27.019784+0000 mon.c (mon.1) 1057 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:27.020406+0000 mon.c (mon.1) 1058 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:27.027795+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:27.074903+0000 mon.c (mon.1) 1059 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:27.076806+0000 mon.c (mon.1) 1060 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:27.078586+0000 mon.c (mon.1) 1061 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:27.079355+0000 mon.c (mon.1) 1062 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:27.089218+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:27.133076+0000 mon.c (mon.1) 1063 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:27.135130+0000 mon.c (mon.1) 1064 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:27.137025+0000 mon.c (mon.1) 1065 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:27.137756+0000 mon.c (mon.1) 1066 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:27.145257+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:27.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:27.186480+0000 mon.c (mon.1) 1067 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:27.188242+0000 mon.c (mon.1) 1068 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:27.190071+0000 mon.c (mon.1) 1069 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:27.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:27.190785+0000 mon.c (mon.1) 1070 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:27.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:27 smithi117 bash[62284]: audit 2024-03-30T04:44:27.199438+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.114 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:44:27 smithi111 bash[81381]: debug 2024-03-30T04:44:27.844+0000 7fcb3b4bf700 1 -- 172.21.15.111:0/2405607081 <== mon.1 v2:172.21.15.111:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55836c197680 con 0x55836c1d5000 2024-03-30T04:44:28.615 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[81381]: debug 2024-03-30T04:44:28.420+0000 7fcb446577c0 -1 Falling back to public interface 2024-03-30T04:44:28.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: cephadm 2024-03-30T04:44:26.758914+0000 mgr.y (mgr.25441) 1524 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: cluster 2024-03-30T04:44:26.823588+0000 mgr.y (mgr.25441) 1525 : cluster [DBG] pgmap v987: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: cluster 2024-03-30T04:44:26.823974+0000 mgr.y (mgr.25441) 1526 : cluster [DBG] pgmap v988: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: cephadm 2024-03-30T04:44:26.829009+0000 mgr.y (mgr.25441) 1527 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: cluster 2024-03-30T04:44:26.895333+0000 mgr.y (mgr.25441) 1528 : cluster [DBG] pgmap v989: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: cluster 2024-03-30T04:44:26.895727+0000 mgr.y (mgr.25441) 1529 : cluster [DBG] pgmap v990: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: cephadm 2024-03-30T04:44:26.902151+0000 mgr.y (mgr.25441) 1530 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: cluster 2024-03-30T04:44:26.966807+0000 mgr.y (mgr.25441) 1531 : cluster [DBG] pgmap v991: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: cluster 2024-03-30T04:44:26.967138+0000 mgr.y (mgr.25441) 1532 : cluster [DBG] pgmap v992: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: cephadm 2024-03-30T04:44:26.974595+0000 mgr.y (mgr.25441) 1533 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: cluster 2024-03-30T04:44:27.021874+0000 mgr.y (mgr.25441) 1534 : cluster [DBG] pgmap v993: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: cluster 2024-03-30T04:44:27.022324+0000 mgr.y (mgr.25441) 1535 : cluster [DBG] pgmap v994: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: cephadm 2024-03-30T04:44:27.034851+0000 mgr.y (mgr.25441) 1536 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: cluster 2024-03-30T04:44:27.080918+0000 mgr.y (mgr.25441) 1537 : cluster [DBG] pgmap v995: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: cluster 2024-03-30T04:44:27.081292+0000 mgr.y (mgr.25441) 1538 : cluster [DBG] pgmap v996: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: cephadm 2024-03-30T04:44:27.090441+0000 mgr.y (mgr.25441) 1539 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: cephadm 2024-03-30T04:44:26.758914+0000 mgr.y (mgr.25441) 1524 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: cluster 2024-03-30T04:44:26.823588+0000 mgr.y (mgr.25441) 1525 : cluster [DBG] pgmap v987: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: cluster 2024-03-30T04:44:26.823974+0000 mgr.y (mgr.25441) 1526 : cluster [DBG] pgmap v988: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: cephadm 2024-03-30T04:44:26.829009+0000 mgr.y (mgr.25441) 1527 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: cluster 2024-03-30T04:44:26.895333+0000 mgr.y (mgr.25441) 1528 : cluster [DBG] pgmap v989: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: cluster 2024-03-30T04:44:26.895727+0000 mgr.y (mgr.25441) 1529 : cluster [DBG] pgmap v990: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: cephadm 2024-03-30T04:44:26.902151+0000 mgr.y (mgr.25441) 1530 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: cluster 2024-03-30T04:44:26.966807+0000 mgr.y (mgr.25441) 1531 : cluster [DBG] pgmap v991: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: cluster 2024-03-30T04:44:26.967138+0000 mgr.y (mgr.25441) 1532 : cluster [DBG] pgmap v992: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: cephadm 2024-03-30T04:44:26.974595+0000 mgr.y (mgr.25441) 1533 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: cluster 2024-03-30T04:44:27.021874+0000 mgr.y (mgr.25441) 1534 : cluster [DBG] pgmap v993: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: cluster 2024-03-30T04:44:27.022324+0000 mgr.y (mgr.25441) 1535 : cluster [DBG] pgmap v994: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: cephadm 2024-03-30T04:44:27.034851+0000 mgr.y (mgr.25441) 1536 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: cluster 2024-03-30T04:44:27.080918+0000 mgr.y (mgr.25441) 1537 : cluster [DBG] pgmap v995: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: cluster 2024-03-30T04:44:27.081292+0000 mgr.y (mgr.25441) 1538 : cluster [DBG] pgmap v996: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: cephadm 2024-03-30T04:44:27.090441+0000 mgr.y (mgr.25441) 1539 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: cluster 2024-03-30T04:44:27.139343+0000 mgr.y (mgr.25441) 1540 : cluster [DBG] pgmap v997: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: cluster 2024-03-30T04:44:27.139735+0000 mgr.y (mgr.25441) 1541 : cluster [DBG] pgmap v998: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: cephadm 2024-03-30T04:44:27.146325+0000 mgr.y (mgr.25441) 1542 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: cluster 2024-03-30T04:44:27.192351+0000 mgr.y (mgr.25441) 1543 : cluster [DBG] pgmap v999: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: cluster 2024-03-30T04:44:27.192725+0000 mgr.y (mgr.25441) 1544 : cluster [DBG] pgmap v1000: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: cephadm 2024-03-30T04:44:27.200802+0000 mgr.y (mgr.25441) 1545 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.276794+0000 mon.c (mon.1) 1071 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.278734+0000 mon.c (mon.1) 1072 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.280655+0000 mon.c (mon.1) 1073 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.281233+0000 mon.c (mon.1) 1074 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: cluster 2024-03-30T04:44:27.282745+0000 mgr.y (mgr.25441) 1546 : cluster [DBG] pgmap v1001: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: cluster 2024-03-30T04:44:27.283093+0000 mgr.y (mgr.25441) 1547 : cluster [DBG] pgmap v1002: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.288377+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: cephadm 2024-03-30T04:44:27.289194+0000 mgr.y (mgr.25441) 1548 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.330301+0000 mon.c (mon.1) 1075 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.332485+0000 mon.c (mon.1) 1076 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.334736+0000 mon.c (mon.1) 1077 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: cluster 2024-03-30T04:44:27.139343+0000 mgr.y (mgr.25441) 1540 : cluster [DBG] pgmap v997: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: cluster 2024-03-30T04:44:27.139735+0000 mgr.y (mgr.25441) 1541 : cluster [DBG] pgmap v998: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: cephadm 2024-03-30T04:44:27.146325+0000 mgr.y (mgr.25441) 1542 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: cluster 2024-03-30T04:44:27.192351+0000 mgr.y (mgr.25441) 1543 : cluster [DBG] pgmap v999: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: cluster 2024-03-30T04:44:27.192725+0000 mgr.y (mgr.25441) 1544 : cluster [DBG] pgmap v1000: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: cephadm 2024-03-30T04:44:27.200802+0000 mgr.y (mgr.25441) 1545 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.276794+0000 mon.c (mon.1) 1071 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.278734+0000 mon.c (mon.1) 1072 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.280655+0000 mon.c (mon.1) 1073 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.281233+0000 mon.c (mon.1) 1074 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: cluster 2024-03-30T04:44:27.282745+0000 mgr.y (mgr.25441) 1546 : cluster [DBG] pgmap v1001: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: cluster 2024-03-30T04:44:27.283093+0000 mgr.y (mgr.25441) 1547 : cluster [DBG] pgmap v1002: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.288377+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: cephadm 2024-03-30T04:44:27.289194+0000 mgr.y (mgr.25441) 1548 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.330301+0000 mon.c (mon.1) 1075 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.332485+0000 mon.c (mon.1) 1076 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.334736+0000 mon.c (mon.1) 1077 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.335419+0000 mon.c (mon.1) 1078 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: cluster 2024-03-30T04:44:27.336796+0000 mgr.y (mgr.25441) 1549 : cluster [DBG] pgmap v1003: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: cluster 2024-03-30T04:44:27.337142+0000 mgr.y (mgr.25441) 1550 : cluster [DBG] pgmap v1004: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.341573+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: cephadm 2024-03-30T04:44:27.342713+0000 mgr.y (mgr.25441) 1551 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.383165+0000 mon.c (mon.1) 1079 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.384864+0000 mon.c (mon.1) 1080 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.386659+0000 mon.c (mon.1) 1081 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.387337+0000 mon.c (mon.1) 1082 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: cluster 2024-03-30T04:44:27.388866+0000 mgr.y (mgr.25441) 1552 : cluster [DBG] pgmap v1005: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: cluster 2024-03-30T04:44:27.389232+0000 mgr.y (mgr.25441) 1553 : cluster [DBG] pgmap v1006: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.393597+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: cephadm 2024-03-30T04:44:27.394782+0000 mgr.y (mgr.25441) 1554 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.434934+0000 mon.c (mon.1) 1083 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.436823+0000 mon.c (mon.1) 1084 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.438517+0000 mon.c (mon.1) 1085 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.439171+0000 mon.c (mon.1) 1086 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: cluster 2024-03-30T04:44:27.440545+0000 mgr.y (mgr.25441) 1555 : cluster [DBG] pgmap v1007: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.335419+0000 mon.c (mon.1) 1078 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: cluster 2024-03-30T04:44:27.336796+0000 mgr.y (mgr.25441) 1549 : cluster [DBG] pgmap v1003: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: cluster 2024-03-30T04:44:27.337142+0000 mgr.y (mgr.25441) 1550 : cluster [DBG] pgmap v1004: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.341573+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: cephadm 2024-03-30T04:44:27.342713+0000 mgr.y (mgr.25441) 1551 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.383165+0000 mon.c (mon.1) 1079 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.384864+0000 mon.c (mon.1) 1080 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.386659+0000 mon.c (mon.1) 1081 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.387337+0000 mon.c (mon.1) 1082 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: cluster 2024-03-30T04:44:27.388866+0000 mgr.y (mgr.25441) 1552 : cluster [DBG] pgmap v1005: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: cluster 2024-03-30T04:44:27.389232+0000 mgr.y (mgr.25441) 1553 : cluster [DBG] pgmap v1006: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.393597+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: cephadm 2024-03-30T04:44:27.394782+0000 mgr.y (mgr.25441) 1554 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.434934+0000 mon.c (mon.1) 1083 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.436823+0000 mon.c (mon.1) 1084 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.438517+0000 mon.c (mon.1) 1085 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.439171+0000 mon.c (mon.1) 1086 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: cluster 2024-03-30T04:44:27.440545+0000 mgr.y (mgr.25441) 1555 : cluster [DBG] pgmap v1007: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: cluster 2024-03-30T04:44:27.440928+0000 mgr.y (mgr.25441) 1556 : cluster [DBG] pgmap v1008: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.445365+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: cephadm 2024-03-30T04:44:27.446662+0000 mgr.y (mgr.25441) 1557 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.486699+0000 mon.c (mon.1) 1087 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.488427+0000 mon.c (mon.1) 1088 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.490210+0000 mon.c (mon.1) 1089 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.490882+0000 mon.c (mon.1) 1090 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: cluster 2024-03-30T04:44:27.492271+0000 mgr.y (mgr.25441) 1558 : cluster [DBG] pgmap v1009: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: cluster 2024-03-30T04:44:27.492659+0000 mgr.y (mgr.25441) 1559 : cluster [DBG] pgmap v1010: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.497265+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: cephadm 2024-03-30T04:44:27.498265+0000 mgr.y (mgr.25441) 1560 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.554616+0000 mon.c (mon.1) 1091 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.556991+0000 mon.c (mon.1) 1092 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.559317+0000 mon.c (mon.1) 1093 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.560175+0000 mon.c (mon.1) 1094 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: cluster 2024-03-30T04:44:27.561764+0000 mgr.y (mgr.25441) 1561 : cluster [DBG] pgmap v1011: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: cluster 2024-03-30T04:44:27.562142+0000 mgr.y (mgr.25441) 1562 : cluster [DBG] pgmap v1012: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.568606+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: cluster 2024-03-30T04:44:27.440928+0000 mgr.y (mgr.25441) 1556 : cluster [DBG] pgmap v1008: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.445365+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: cephadm 2024-03-30T04:44:27.446662+0000 mgr.y (mgr.25441) 1557 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.486699+0000 mon.c (mon.1) 1087 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.488427+0000 mon.c (mon.1) 1088 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.490210+0000 mon.c (mon.1) 1089 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.490882+0000 mon.c (mon.1) 1090 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: cluster 2024-03-30T04:44:27.492271+0000 mgr.y (mgr.25441) 1558 : cluster [DBG] pgmap v1009: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: cluster 2024-03-30T04:44:27.492659+0000 mgr.y (mgr.25441) 1559 : cluster [DBG] pgmap v1010: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.497265+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: cephadm 2024-03-30T04:44:27.498265+0000 mgr.y (mgr.25441) 1560 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.554616+0000 mon.c (mon.1) 1091 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.556991+0000 mon.c (mon.1) 1092 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.559317+0000 mon.c (mon.1) 1093 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.560175+0000 mon.c (mon.1) 1094 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: cluster 2024-03-30T04:44:27.561764+0000 mgr.y (mgr.25441) 1561 : cluster [DBG] pgmap v1011: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: cluster 2024-03-30T04:44:27.562142+0000 mgr.y (mgr.25441) 1562 : cluster [DBG] pgmap v1012: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.568606+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: cephadm 2024-03-30T04:44:27.569262+0000 mgr.y (mgr.25441) 1563 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.644571+0000 mon.c (mon.1) 1095 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.646721+0000 mon.c (mon.1) 1096 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.648747+0000 mon.c (mon.1) 1097 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.649755+0000 mon.c (mon.1) 1098 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: cluster 2024-03-30T04:44:27.651576+0000 mgr.y (mgr.25441) 1564 : cluster [DBG] pgmap v1013: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: cluster 2024-03-30T04:44:27.651976+0000 mgr.y (mgr.25441) 1565 : cluster [DBG] pgmap v1014: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.659031+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: cephadm 2024-03-30T04:44:27.659731+0000 mgr.y (mgr.25441) 1566 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.747151+0000 mon.c (mon.1) 1099 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.751682+0000 mon.c (mon.1) 1100 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.756723+0000 mon.c (mon.1) 1101 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.758411+0000 mon.c (mon.1) 1102 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.773504+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.833206+0000 mon.c (mon.1) 1103 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.835183+0000 mon.c (mon.1) 1104 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.837078+0000 mon.c (mon.1) 1105 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.837791+0000 mon.c (mon.1) 1106 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.844320+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: cephadm 2024-03-30T04:44:27.569262+0000 mgr.y (mgr.25441) 1563 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.644571+0000 mon.c (mon.1) 1095 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.646721+0000 mon.c (mon.1) 1096 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.648747+0000 mon.c (mon.1) 1097 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.649755+0000 mon.c (mon.1) 1098 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: cluster 2024-03-30T04:44:27.651576+0000 mgr.y (mgr.25441) 1564 : cluster [DBG] pgmap v1013: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: cluster 2024-03-30T04:44:27.651976+0000 mgr.y (mgr.25441) 1565 : cluster [DBG] pgmap v1014: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.659031+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: cephadm 2024-03-30T04:44:27.659731+0000 mgr.y (mgr.25441) 1566 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.747151+0000 mon.c (mon.1) 1099 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.751682+0000 mon.c (mon.1) 1100 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.756723+0000 mon.c (mon.1) 1101 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.758411+0000 mon.c (mon.1) 1102 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.773504+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.833206+0000 mon.c (mon.1) 1103 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.835183+0000 mon.c (mon.1) 1104 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.837078+0000 mon.c (mon.1) 1105 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.837791+0000 mon.c (mon.1) 1106 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.844320+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.888268+0000 mon.c (mon.1) 1107 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.890055+0000 mon.c (mon.1) 1108 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.892123+0000 mon.c (mon.1) 1109 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.892765+0000 mon.c (mon.1) 1110 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.899603+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.957236+0000 mon.c (mon.1) 1111 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.959691+0000 mon.c (mon.1) 1112 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.961807+0000 mon.c (mon.1) 1113 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.962496+0000 mon.c (mon.1) 1114 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:27.968630+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:28.009803+0000 mon.c (mon.1) 1115 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:28.011621+0000 mon.c (mon.1) 1116 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:28.013442+0000 mon.c (mon.1) 1117 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:28.014182+0000 mon.c (mon.1) 1118 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:28.020852+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:28.079922+0000 mon.c (mon.1) 1119 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:28.081894+0000 mon.c (mon.1) 1120 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:28.083808+0000 mon.c (mon.1) 1121 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:28.084492+0000 mon.c (mon.1) 1122 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:28.090822+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:28.133939+0000 mon.c (mon.1) 1123 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:28.135965+0000 mon.c (mon.1) 1124 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:28.137803+0000 mon.c (mon.1) 1125 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:28.138473+0000 mon.c (mon.1) 1126 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:28.144950+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:28.186147+0000 mon.c (mon.1) 1127 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:28.187927+0000 mon.c (mon.1) 1128 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:28.189683+0000 mon.c (mon.1) 1129 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:28.190326+0000 mon.c (mon.1) 1130 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[70954]: audit 2024-03-30T04:44:28.196321+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.888268+0000 mon.c (mon.1) 1107 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.890055+0000 mon.c (mon.1) 1108 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.892123+0000 mon.c (mon.1) 1109 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.892765+0000 mon.c (mon.1) 1110 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.899603+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.957236+0000 mon.c (mon.1) 1111 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.959691+0000 mon.c (mon.1) 1112 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.961807+0000 mon.c (mon.1) 1113 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.962496+0000 mon.c (mon.1) 1114 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:27.968630+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:28.009803+0000 mon.c (mon.1) 1115 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:28.011621+0000 mon.c (mon.1) 1116 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:28.013442+0000 mon.c (mon.1) 1117 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:28.014182+0000 mon.c (mon.1) 1118 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:28.020852+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:28.079922+0000 mon.c (mon.1) 1119 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:28.081894+0000 mon.c (mon.1) 1120 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:28.083808+0000 mon.c (mon.1) 1121 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:28.084492+0000 mon.c (mon.1) 1122 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:28.090822+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:28.133939+0000 mon.c (mon.1) 1123 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:28.135965+0000 mon.c (mon.1) 1124 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:28.137803+0000 mon.c (mon.1) 1125 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:28.138473+0000 mon.c (mon.1) 1126 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:28.144950+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:28.186147+0000 mon.c (mon.1) 1127 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:28.187927+0000 mon.c (mon.1) 1128 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:28.189683+0000 mon.c (mon.1) 1129 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:28.190326+0000 mon.c (mon.1) 1130 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:28 smithi111 bash[73591]: audit 2024-03-30T04:44:28.196321+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: cephadm 2024-03-30T04:44:26.758914+0000 mgr.y (mgr.25441) 1524 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: cluster 2024-03-30T04:44:26.823588+0000 mgr.y (mgr.25441) 1525 : cluster [DBG] pgmap v987: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: cluster 2024-03-30T04:44:26.823974+0000 mgr.y (mgr.25441) 1526 : cluster [DBG] pgmap v988: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: cephadm 2024-03-30T04:44:26.829009+0000 mgr.y (mgr.25441) 1527 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: cluster 2024-03-30T04:44:26.895333+0000 mgr.y (mgr.25441) 1528 : cluster [DBG] pgmap v989: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: cluster 2024-03-30T04:44:26.895727+0000 mgr.y (mgr.25441) 1529 : cluster [DBG] pgmap v990: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: cephadm 2024-03-30T04:44:26.902151+0000 mgr.y (mgr.25441) 1530 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: cluster 2024-03-30T04:44:26.966807+0000 mgr.y (mgr.25441) 1531 : cluster [DBG] pgmap v991: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: cluster 2024-03-30T04:44:26.967138+0000 mgr.y (mgr.25441) 1532 : cluster [DBG] pgmap v992: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: cephadm 2024-03-30T04:44:26.974595+0000 mgr.y (mgr.25441) 1533 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: cluster 2024-03-30T04:44:27.021874+0000 mgr.y (mgr.25441) 1534 : cluster [DBG] pgmap v993: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: cluster 2024-03-30T04:44:27.022324+0000 mgr.y (mgr.25441) 1535 : cluster [DBG] pgmap v994: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: cephadm 2024-03-30T04:44:27.034851+0000 mgr.y (mgr.25441) 1536 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: cluster 2024-03-30T04:44:27.080918+0000 mgr.y (mgr.25441) 1537 : cluster [DBG] pgmap v995: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: cluster 2024-03-30T04:44:27.081292+0000 mgr.y (mgr.25441) 1538 : cluster [DBG] pgmap v996: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: cephadm 2024-03-30T04:44:27.090441+0000 mgr.y (mgr.25441) 1539 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: cluster 2024-03-30T04:44:27.139343+0000 mgr.y (mgr.25441) 1540 : cluster [DBG] pgmap v997: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: cluster 2024-03-30T04:44:27.139735+0000 mgr.y (mgr.25441) 1541 : cluster [DBG] pgmap v998: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: cephadm 2024-03-30T04:44:27.146325+0000 mgr.y (mgr.25441) 1542 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: cluster 2024-03-30T04:44:27.192351+0000 mgr.y (mgr.25441) 1543 : cluster [DBG] pgmap v999: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: cluster 2024-03-30T04:44:27.192725+0000 mgr.y (mgr.25441) 1544 : cluster [DBG] pgmap v1000: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: cephadm 2024-03-30T04:44:27.200802+0000 mgr.y (mgr.25441) 1545 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.276794+0000 mon.c (mon.1) 1071 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.278734+0000 mon.c (mon.1) 1072 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.280655+0000 mon.c (mon.1) 1073 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.281233+0000 mon.c (mon.1) 1074 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: cluster 2024-03-30T04:44:27.282745+0000 mgr.y (mgr.25441) 1546 : cluster [DBG] pgmap v1001: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: cluster 2024-03-30T04:44:27.283093+0000 mgr.y (mgr.25441) 1547 : cluster [DBG] pgmap v1002: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.288377+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: cephadm 2024-03-30T04:44:27.289194+0000 mgr.y (mgr.25441) 1548 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.330301+0000 mon.c (mon.1) 1075 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.332485+0000 mon.c (mon.1) 1076 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.334736+0000 mon.c (mon.1) 1077 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.335419+0000 mon.c (mon.1) 1078 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: cluster 2024-03-30T04:44:27.336796+0000 mgr.y (mgr.25441) 1549 : cluster [DBG] pgmap v1003: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: cluster 2024-03-30T04:44:27.337142+0000 mgr.y (mgr.25441) 1550 : cluster [DBG] pgmap v1004: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.341573+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: cephadm 2024-03-30T04:44:27.342713+0000 mgr.y (mgr.25441) 1551 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.383165+0000 mon.c (mon.1) 1079 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.384864+0000 mon.c (mon.1) 1080 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.386659+0000 mon.c (mon.1) 1081 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.387337+0000 mon.c (mon.1) 1082 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: cluster 2024-03-30T04:44:27.388866+0000 mgr.y (mgr.25441) 1552 : cluster [DBG] pgmap v1005: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: cluster 2024-03-30T04:44:27.389232+0000 mgr.y (mgr.25441) 1553 : cluster [DBG] pgmap v1006: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.393597+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: cephadm 2024-03-30T04:44:27.394782+0000 mgr.y (mgr.25441) 1554 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.434934+0000 mon.c (mon.1) 1083 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.436823+0000 mon.c (mon.1) 1084 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.438517+0000 mon.c (mon.1) 1085 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.439171+0000 mon.c (mon.1) 1086 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: cluster 2024-03-30T04:44:27.440545+0000 mgr.y (mgr.25441) 1555 : cluster [DBG] pgmap v1007: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: cluster 2024-03-30T04:44:27.440928+0000 mgr.y (mgr.25441) 1556 : cluster [DBG] pgmap v1008: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.445365+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: cephadm 2024-03-30T04:44:27.446662+0000 mgr.y (mgr.25441) 1557 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.486699+0000 mon.c (mon.1) 1087 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.488427+0000 mon.c (mon.1) 1088 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.490210+0000 mon.c (mon.1) 1089 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.490882+0000 mon.c (mon.1) 1090 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: cluster 2024-03-30T04:44:27.492271+0000 mgr.y (mgr.25441) 1558 : cluster [DBG] pgmap v1009: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: cluster 2024-03-30T04:44:27.492659+0000 mgr.y (mgr.25441) 1559 : cluster [DBG] pgmap v1010: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.497265+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: cephadm 2024-03-30T04:44:27.498265+0000 mgr.y (mgr.25441) 1560 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.554616+0000 mon.c (mon.1) 1091 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.556991+0000 mon.c (mon.1) 1092 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.559317+0000 mon.c (mon.1) 1093 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.560175+0000 mon.c (mon.1) 1094 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: cluster 2024-03-30T04:44:27.561764+0000 mgr.y (mgr.25441) 1561 : cluster [DBG] pgmap v1011: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: cluster 2024-03-30T04:44:27.562142+0000 mgr.y (mgr.25441) 1562 : cluster [DBG] pgmap v1012: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.568606+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: cephadm 2024-03-30T04:44:27.569262+0000 mgr.y (mgr.25441) 1563 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.644571+0000 mon.c (mon.1) 1095 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.646721+0000 mon.c (mon.1) 1096 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.648747+0000 mon.c (mon.1) 1097 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.649755+0000 mon.c (mon.1) 1098 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: cluster 2024-03-30T04:44:27.651576+0000 mgr.y (mgr.25441) 1564 : cluster [DBG] pgmap v1013: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: cluster 2024-03-30T04:44:27.651976+0000 mgr.y (mgr.25441) 1565 : cluster [DBG] pgmap v1014: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:28.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.659031+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: cephadm 2024-03-30T04:44:27.659731+0000 mgr.y (mgr.25441) 1566 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:28.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.747151+0000 mon.c (mon.1) 1099 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.751682+0000 mon.c (mon.1) 1100 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.756723+0000 mon.c (mon.1) 1101 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.758411+0000 mon.c (mon.1) 1102 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.773504+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.833206+0000 mon.c (mon.1) 1103 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.835183+0000 mon.c (mon.1) 1104 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.837078+0000 mon.c (mon.1) 1105 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.837791+0000 mon.c (mon.1) 1106 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.844320+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.888268+0000 mon.c (mon.1) 1107 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.890055+0000 mon.c (mon.1) 1108 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.892123+0000 mon.c (mon.1) 1109 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.892765+0000 mon.c (mon.1) 1110 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.899603+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.957236+0000 mon.c (mon.1) 1111 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.959691+0000 mon.c (mon.1) 1112 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.961807+0000 mon.c (mon.1) 1113 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.962496+0000 mon.c (mon.1) 1114 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:27.968630+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:28.009803+0000 mon.c (mon.1) 1115 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:28.011621+0000 mon.c (mon.1) 1116 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:28.013442+0000 mon.c (mon.1) 1117 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:28.014182+0000 mon.c (mon.1) 1118 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:28.020852+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:28.079922+0000 mon.c (mon.1) 1119 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:28.081894+0000 mon.c (mon.1) 1120 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:28.083808+0000 mon.c (mon.1) 1121 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:28.084492+0000 mon.c (mon.1) 1122 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:28.090822+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:28.133939+0000 mon.c (mon.1) 1123 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:28.135965+0000 mon.c (mon.1) 1124 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:28.137803+0000 mon.c (mon.1) 1125 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:28.138473+0000 mon.c (mon.1) 1126 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:28.144950+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:28.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:28.186147+0000 mon.c (mon.1) 1127 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:28.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:28.187927+0000 mon.c (mon.1) 1128 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:28.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:28.189683+0000 mon.c (mon.1) 1129 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:28.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:28.190326+0000 mon.c (mon.1) 1130 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:28.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[62284]: audit 2024-03-30T04:44:28.196321+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.135 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:44:28 smithi117 bash[53671]: ts=2024-03-30T04:44:28.659Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)\", cluster=\"374abe7a-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"smithi111:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.111\", device_class=\"ssd\", hostname=\"smithi111\", instance=\"172.21.15.117:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.111\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:44:29.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cluster 2024-03-30T04:44:27.761360+0000 mgr.y (mgr.25441) 1567 : cluster [DBG] pgmap v1015: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cluster 2024-03-30T04:44:27.761752+0000 mgr.y (mgr.25441) 1568 : cluster [DBG] pgmap v1016: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cephadm 2024-03-30T04:44:27.775800+0000 mgr.y (mgr.25441) 1569 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cluster 2024-03-30T04:44:27.839289+0000 mgr.y (mgr.25441) 1570 : cluster [DBG] pgmap v1017: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cluster 2024-03-30T04:44:27.839681+0000 mgr.y (mgr.25441) 1571 : cluster [DBG] pgmap v1018: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cephadm 2024-03-30T04:44:27.847500+0000 mgr.y (mgr.25441) 1572 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cluster 2024-03-30T04:44:27.894090+0000 mgr.y (mgr.25441) 1573 : cluster [DBG] pgmap v1019: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cluster 2024-03-30T04:44:27.894409+0000 mgr.y (mgr.25441) 1574 : cluster [DBG] pgmap v1020: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cephadm 2024-03-30T04:44:27.900188+0000 mgr.y (mgr.25441) 1575 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cluster 2024-03-30T04:44:27.963822+0000 mgr.y (mgr.25441) 1576 : cluster [DBG] pgmap v1021: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cluster 2024-03-30T04:44:27.964103+0000 mgr.y (mgr.25441) 1577 : cluster [DBG] pgmap v1022: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cephadm 2024-03-30T04:44:27.969302+0000 mgr.y (mgr.25441) 1578 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cluster 2024-03-30T04:44:28.015744+0000 mgr.y (mgr.25441) 1579 : cluster [DBG] pgmap v1023: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cluster 2024-03-30T04:44:28.016233+0000 mgr.y (mgr.25441) 1580 : cluster [DBG] pgmap v1024: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cephadm 2024-03-30T04:44:28.021473+0000 mgr.y (mgr.25441) 1581 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cluster 2024-03-30T04:44:27.761360+0000 mgr.y (mgr.25441) 1567 : cluster [DBG] pgmap v1015: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cluster 2024-03-30T04:44:27.761752+0000 mgr.y (mgr.25441) 1568 : cluster [DBG] pgmap v1016: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cephadm 2024-03-30T04:44:27.775800+0000 mgr.y (mgr.25441) 1569 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cluster 2024-03-30T04:44:27.839289+0000 mgr.y (mgr.25441) 1570 : cluster [DBG] pgmap v1017: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cluster 2024-03-30T04:44:27.839681+0000 mgr.y (mgr.25441) 1571 : cluster [DBG] pgmap v1018: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cephadm 2024-03-30T04:44:27.847500+0000 mgr.y (mgr.25441) 1572 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cluster 2024-03-30T04:44:27.894090+0000 mgr.y (mgr.25441) 1573 : cluster [DBG] pgmap v1019: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cluster 2024-03-30T04:44:27.894409+0000 mgr.y (mgr.25441) 1574 : cluster [DBG] pgmap v1020: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cephadm 2024-03-30T04:44:27.900188+0000 mgr.y (mgr.25441) 1575 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cluster 2024-03-30T04:44:27.963822+0000 mgr.y (mgr.25441) 1576 : cluster [DBG] pgmap v1021: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cluster 2024-03-30T04:44:27.964103+0000 mgr.y (mgr.25441) 1577 : cluster [DBG] pgmap v1022: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cephadm 2024-03-30T04:44:27.969302+0000 mgr.y (mgr.25441) 1578 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cluster 2024-03-30T04:44:28.015744+0000 mgr.y (mgr.25441) 1579 : cluster [DBG] pgmap v1023: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cluster 2024-03-30T04:44:28.016233+0000 mgr.y (mgr.25441) 1580 : cluster [DBG] pgmap v1024: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cephadm 2024-03-30T04:44:28.021473+0000 mgr.y (mgr.25441) 1581 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cluster 2024-03-30T04:44:28.085856+0000 mgr.y (mgr.25441) 1582 : cluster [DBG] pgmap v1025: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cluster 2024-03-30T04:44:28.086148+0000 mgr.y (mgr.25441) 1583 : cluster [DBG] pgmap v1026: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cephadm 2024-03-30T04:44:28.091389+0000 mgr.y (mgr.25441) 1584 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cluster 2024-03-30T04:44:28.139946+0000 mgr.y (mgr.25441) 1585 : cluster [DBG] pgmap v1027: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cluster 2024-03-30T04:44:28.140291+0000 mgr.y (mgr.25441) 1586 : cluster [DBG] pgmap v1028: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cephadm 2024-03-30T04:44:28.145539+0000 mgr.y (mgr.25441) 1587 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cluster 2024-03-30T04:44:28.191716+0000 mgr.y (mgr.25441) 1588 : cluster [DBG] pgmap v1029: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cluster 2024-03-30T04:44:28.192107+0000 mgr.y (mgr.25441) 1589 : cluster [DBG] pgmap v1030: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cephadm 2024-03-30T04:44:28.197930+0000 mgr.y (mgr.25441) 1590 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.238516+0000 mon.c (mon.1) 1131 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.240708+0000 mon.c (mon.1) 1132 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.256201+0000 mon.c (mon.1) 1133 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.257071+0000 mon.c (mon.1) 1134 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cluster 2024-03-30T04:44:28.259597+0000 mgr.y (mgr.25441) 1591 : cluster [DBG] pgmap v1031: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cluster 2024-03-30T04:44:28.259952+0000 mgr.y (mgr.25441) 1592 : cluster [DBG] pgmap v1032: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.264214+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cephadm 2024-03-30T04:44:28.266785+0000 mgr.y (mgr.25441) 1593 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cluster 2024-03-30T04:44:28.085856+0000 mgr.y (mgr.25441) 1582 : cluster [DBG] pgmap v1025: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cluster 2024-03-30T04:44:28.086148+0000 mgr.y (mgr.25441) 1583 : cluster [DBG] pgmap v1026: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cephadm 2024-03-30T04:44:28.091389+0000 mgr.y (mgr.25441) 1584 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cluster 2024-03-30T04:44:28.139946+0000 mgr.y (mgr.25441) 1585 : cluster [DBG] pgmap v1027: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cluster 2024-03-30T04:44:28.140291+0000 mgr.y (mgr.25441) 1586 : cluster [DBG] pgmap v1028: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cephadm 2024-03-30T04:44:28.145539+0000 mgr.y (mgr.25441) 1587 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cluster 2024-03-30T04:44:28.191716+0000 mgr.y (mgr.25441) 1588 : cluster [DBG] pgmap v1029: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cluster 2024-03-30T04:44:28.192107+0000 mgr.y (mgr.25441) 1589 : cluster [DBG] pgmap v1030: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cephadm 2024-03-30T04:44:28.197930+0000 mgr.y (mgr.25441) 1590 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.238516+0000 mon.c (mon.1) 1131 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.240708+0000 mon.c (mon.1) 1132 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.256201+0000 mon.c (mon.1) 1133 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.257071+0000 mon.c (mon.1) 1134 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cluster 2024-03-30T04:44:28.259597+0000 mgr.y (mgr.25441) 1591 : cluster [DBG] pgmap v1031: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cluster 2024-03-30T04:44:28.259952+0000 mgr.y (mgr.25441) 1592 : cluster [DBG] pgmap v1032: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.264214+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cephadm 2024-03-30T04:44:28.266785+0000 mgr.y (mgr.25441) 1593 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.323472+0000 mon.c (mon.1) 1135 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.325306+0000 mon.c (mon.1) 1136 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.327058+0000 mon.c (mon.1) 1137 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.327687+0000 mon.c (mon.1) 1138 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cluster 2024-03-30T04:44:28.329013+0000 mgr.y (mgr.25441) 1594 : cluster [DBG] pgmap v1033: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cluster 2024-03-30T04:44:28.329385+0000 mgr.y (mgr.25441) 1595 : cluster [DBG] pgmap v1034: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.334871+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cephadm 2024-03-30T04:44:28.335505+0000 mgr.y (mgr.25441) 1596 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.392289+0000 mon.c (mon.1) 1139 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.394066+0000 mon.c (mon.1) 1140 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.395921+0000 mon.c (mon.1) 1141 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.396533+0000 mon.c (mon.1) 1142 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cluster 2024-03-30T04:44:28.397779+0000 mgr.y (mgr.25441) 1597 : cluster [DBG] pgmap v1035: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cluster 2024-03-30T04:44:28.398171+0000 mgr.y (mgr.25441) 1598 : cluster [DBG] pgmap v1036: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.403624+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cephadm 2024-03-30T04:44:28.404193+0000 mgr.y (mgr.25441) 1599 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.444004+0000 mon.c (mon.1) 1143 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.445763+0000 mon.c (mon.1) 1144 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.323472+0000 mon.c (mon.1) 1135 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.325306+0000 mon.c (mon.1) 1136 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.327058+0000 mon.c (mon.1) 1137 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.327687+0000 mon.c (mon.1) 1138 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cluster 2024-03-30T04:44:28.329013+0000 mgr.y (mgr.25441) 1594 : cluster [DBG] pgmap v1033: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cluster 2024-03-30T04:44:28.329385+0000 mgr.y (mgr.25441) 1595 : cluster [DBG] pgmap v1034: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.334871+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cephadm 2024-03-30T04:44:28.335505+0000 mgr.y (mgr.25441) 1596 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.392289+0000 mon.c (mon.1) 1139 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.394066+0000 mon.c (mon.1) 1140 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.395921+0000 mon.c (mon.1) 1141 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.396533+0000 mon.c (mon.1) 1142 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cluster 2024-03-30T04:44:28.397779+0000 mgr.y (mgr.25441) 1597 : cluster [DBG] pgmap v1035: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cluster 2024-03-30T04:44:28.398171+0000 mgr.y (mgr.25441) 1598 : cluster [DBG] pgmap v1036: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.403624+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cephadm 2024-03-30T04:44:28.404193+0000 mgr.y (mgr.25441) 1599 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.444004+0000 mon.c (mon.1) 1143 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.445763+0000 mon.c (mon.1) 1144 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.447486+0000 mon.c (mon.1) 1145 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.448114+0000 mon.c (mon.1) 1146 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cluster 2024-03-30T04:44:28.449417+0000 mgr.y (mgr.25441) 1600 : cluster [DBG] pgmap v1037: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cluster 2024-03-30T04:44:28.449804+0000 mgr.y (mgr.25441) 1601 : cluster [DBG] pgmap v1038: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.455633+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cephadm 2024-03-30T04:44:28.457153+0000 mgr.y (mgr.25441) 1602 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.497621+0000 mon.c (mon.1) 1147 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.499589+0000 mon.c (mon.1) 1148 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.501381+0000 mon.c (mon.1) 1149 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.502033+0000 mon.c (mon.1) 1150 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cluster 2024-03-30T04:44:28.503359+0000 mgr.y (mgr.25441) 1603 : cluster [DBG] pgmap v1039: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cluster 2024-03-30T04:44:28.503750+0000 mgr.y (mgr.25441) 1604 : cluster [DBG] pgmap v1040: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.509312+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cephadm 2024-03-30T04:44:28.511046+0000 mgr.y (mgr.25441) 1605 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.551945+0000 mon.c (mon.1) 1151 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.553723+0000 mon.c (mon.1) 1152 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.555494+0000 mon.c (mon.1) 1153 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.556092+0000 mon.c (mon.1) 1154 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.447486+0000 mon.c (mon.1) 1145 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.448114+0000 mon.c (mon.1) 1146 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cluster 2024-03-30T04:44:28.449417+0000 mgr.y (mgr.25441) 1600 : cluster [DBG] pgmap v1037: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cluster 2024-03-30T04:44:28.449804+0000 mgr.y (mgr.25441) 1601 : cluster [DBG] pgmap v1038: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.455633+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cephadm 2024-03-30T04:44:28.457153+0000 mgr.y (mgr.25441) 1602 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.497621+0000 mon.c (mon.1) 1147 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.499589+0000 mon.c (mon.1) 1148 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.501381+0000 mon.c (mon.1) 1149 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.502033+0000 mon.c (mon.1) 1150 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cluster 2024-03-30T04:44:28.503359+0000 mgr.y (mgr.25441) 1603 : cluster [DBG] pgmap v1039: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cluster 2024-03-30T04:44:28.503750+0000 mgr.y (mgr.25441) 1604 : cluster [DBG] pgmap v1040: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.509312+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cephadm 2024-03-30T04:44:28.511046+0000 mgr.y (mgr.25441) 1605 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.551945+0000 mon.c (mon.1) 1151 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.553723+0000 mon.c (mon.1) 1152 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.555494+0000 mon.c (mon.1) 1153 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.556092+0000 mon.c (mon.1) 1154 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cluster 2024-03-30T04:44:28.557381+0000 mgr.y (mgr.25441) 1606 : cluster [DBG] pgmap v1041: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cluster 2024-03-30T04:44:28.557771+0000 mgr.y (mgr.25441) 1607 : cluster [DBG] pgmap v1042: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.563481+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cephadm 2024-03-30T04:44:28.565090+0000 mgr.y (mgr.25441) 1608 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.621400+0000 mon.c (mon.1) 1155 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.623636+0000 mon.c (mon.1) 1156 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.625651+0000 mon.c (mon.1) 1157 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.626317+0000 mon.c (mon.1) 1158 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cluster 2024-03-30T04:44:28.627668+0000 mgr.y (mgr.25441) 1609 : cluster [DBG] pgmap v1043: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cluster 2024-03-30T04:44:28.628053+0000 mgr.y (mgr.25441) 1610 : cluster [DBG] pgmap v1044: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.633313+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cephadm 2024-03-30T04:44:28.634056+0000 mgr.y (mgr.25441) 1611 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.691616+0000 mon.c (mon.1) 1159 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.693821+0000 mon.c (mon.1) 1160 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.695589+0000 mon.c (mon.1) 1161 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.696240+0000 mon.c (mon.1) 1162 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cluster 2024-03-30T04:44:28.697636+0000 mgr.y (mgr.25441) 1612 : cluster [DBG] pgmap v1045: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cluster 2024-03-30T04:44:28.698093+0000 mgr.y (mgr.25441) 1613 : cluster [DBG] pgmap v1046: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cluster 2024-03-30T04:44:28.557381+0000 mgr.y (mgr.25441) 1606 : cluster [DBG] pgmap v1041: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cluster 2024-03-30T04:44:28.557771+0000 mgr.y (mgr.25441) 1607 : cluster [DBG] pgmap v1042: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.563481+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cephadm 2024-03-30T04:44:28.565090+0000 mgr.y (mgr.25441) 1608 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.621400+0000 mon.c (mon.1) 1155 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.623636+0000 mon.c (mon.1) 1156 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.625651+0000 mon.c (mon.1) 1157 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.626317+0000 mon.c (mon.1) 1158 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cluster 2024-03-30T04:44:28.627668+0000 mgr.y (mgr.25441) 1609 : cluster [DBG] pgmap v1043: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cluster 2024-03-30T04:44:28.628053+0000 mgr.y (mgr.25441) 1610 : cluster [DBG] pgmap v1044: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.633313+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cephadm 2024-03-30T04:44:28.634056+0000 mgr.y (mgr.25441) 1611 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.691616+0000 mon.c (mon.1) 1159 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.693821+0000 mon.c (mon.1) 1160 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.695589+0000 mon.c (mon.1) 1161 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.696240+0000 mon.c (mon.1) 1162 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cluster 2024-03-30T04:44:28.697636+0000 mgr.y (mgr.25441) 1612 : cluster [DBG] pgmap v1045: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cluster 2024-03-30T04:44:28.698093+0000 mgr.y (mgr.25441) 1613 : cluster [DBG] pgmap v1046: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.703886+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: cephadm 2024-03-30T04:44:28.704475+0000 mgr.y (mgr.25441) 1614 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.761050+0000 mon.c (mon.1) 1163 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.762840+0000 mon.c (mon.1) 1164 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.764678+0000 mon.c (mon.1) 1165 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.765304+0000 mon.c (mon.1) 1166 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.772613+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.814336+0000 mon.c (mon.1) 1167 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.816259+0000 mon.c (mon.1) 1168 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.818193+0000 mon.c (mon.1) 1169 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.818918+0000 mon.c (mon.1) 1170 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.829309+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.891136+0000 mon.c (mon.1) 1171 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.893965+0000 mon.c (mon.1) 1172 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.896186+0000 mon.c (mon.1) 1173 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.897213+0000 mon.c (mon.1) 1174 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.907752+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.967623+0000 mon.c (mon.1) 1175 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.970130+0000 mon.c (mon.1) 1176 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.973073+0000 mon.c (mon.1) 1177 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.703886+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: cephadm 2024-03-30T04:44:28.704475+0000 mgr.y (mgr.25441) 1614 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.761050+0000 mon.c (mon.1) 1163 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.762840+0000 mon.c (mon.1) 1164 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.764678+0000 mon.c (mon.1) 1165 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.765304+0000 mon.c (mon.1) 1166 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.772613+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.814336+0000 mon.c (mon.1) 1167 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.816259+0000 mon.c (mon.1) 1168 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.818193+0000 mon.c (mon.1) 1169 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.818918+0000 mon.c (mon.1) 1170 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.829309+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.891136+0000 mon.c (mon.1) 1171 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.893965+0000 mon.c (mon.1) 1172 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.896186+0000 mon.c (mon.1) 1173 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.897213+0000 mon.c (mon.1) 1174 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.907752+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.967623+0000 mon.c (mon.1) 1175 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.970130+0000 mon.c (mon.1) 1176 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.973073+0000 mon.c (mon.1) 1177 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.973929+0000 mon.c (mon.1) 1178 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:28.984767+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:29.058271+0000 mon.c (mon.1) 1179 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:29.060095+0000 mon.c (mon.1) 1180 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:29.062072+0000 mon.c (mon.1) 1181 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:29.062787+0000 mon.c (mon.1) 1182 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:29.073033+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:29.113953+0000 mon.c (mon.1) 1183 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:29.115704+0000 mon.c (mon.1) 1184 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:29.117371+0000 mon.c (mon.1) 1185 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:29.117988+0000 mon.c (mon.1) 1186 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:29.128272+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:29.169337+0000 mon.c (mon.1) 1187 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:29.171152+0000 mon.c (mon.1) 1188 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:29.172963+0000 mon.c (mon.1) 1189 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:29.173635+0000 mon.c (mon.1) 1190 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[73591]: audit 2024-03-30T04:44:29.183033+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.973929+0000 mon.c (mon.1) 1178 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:28.984767+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:29.058271+0000 mon.c (mon.1) 1179 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:29.060095+0000 mon.c (mon.1) 1180 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:29.062072+0000 mon.c (mon.1) 1181 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:29.062787+0000 mon.c (mon.1) 1182 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:29.073033+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:29.113953+0000 mon.c (mon.1) 1183 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:29.115704+0000 mon.c (mon.1) 1184 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:29.117371+0000 mon.c (mon.1) 1185 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:29.117988+0000 mon.c (mon.1) 1186 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:29.128272+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:29.169337+0000 mon.c (mon.1) 1187 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:29.171152+0000 mon.c (mon.1) 1188 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:29.172963+0000 mon.c (mon.1) 1189 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:29.173635+0000 mon.c (mon.1) 1190 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:29 smithi111 bash[70954]: audit 2024-03-30T04:44:29.183033+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cluster 2024-03-30T04:44:27.761360+0000 mgr.y (mgr.25441) 1567 : cluster [DBG] pgmap v1015: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cluster 2024-03-30T04:44:27.761752+0000 mgr.y (mgr.25441) 1568 : cluster [DBG] pgmap v1016: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cephadm 2024-03-30T04:44:27.775800+0000 mgr.y (mgr.25441) 1569 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cluster 2024-03-30T04:44:27.839289+0000 mgr.y (mgr.25441) 1570 : cluster [DBG] pgmap v1017: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cluster 2024-03-30T04:44:27.839681+0000 mgr.y (mgr.25441) 1571 : cluster [DBG] pgmap v1018: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cephadm 2024-03-30T04:44:27.847500+0000 mgr.y (mgr.25441) 1572 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cluster 2024-03-30T04:44:27.894090+0000 mgr.y (mgr.25441) 1573 : cluster [DBG] pgmap v1019: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cluster 2024-03-30T04:44:27.894409+0000 mgr.y (mgr.25441) 1574 : cluster [DBG] pgmap v1020: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cephadm 2024-03-30T04:44:27.900188+0000 mgr.y (mgr.25441) 1575 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cluster 2024-03-30T04:44:27.963822+0000 mgr.y (mgr.25441) 1576 : cluster [DBG] pgmap v1021: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cluster 2024-03-30T04:44:27.964103+0000 mgr.y (mgr.25441) 1577 : cluster [DBG] pgmap v1022: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cephadm 2024-03-30T04:44:27.969302+0000 mgr.y (mgr.25441) 1578 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cluster 2024-03-30T04:44:28.015744+0000 mgr.y (mgr.25441) 1579 : cluster [DBG] pgmap v1023: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cluster 2024-03-30T04:44:28.016233+0000 mgr.y (mgr.25441) 1580 : cluster [DBG] pgmap v1024: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cephadm 2024-03-30T04:44:28.021473+0000 mgr.y (mgr.25441) 1581 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cluster 2024-03-30T04:44:28.085856+0000 mgr.y (mgr.25441) 1582 : cluster [DBG] pgmap v1025: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cluster 2024-03-30T04:44:28.086148+0000 mgr.y (mgr.25441) 1583 : cluster [DBG] pgmap v1026: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cephadm 2024-03-30T04:44:28.091389+0000 mgr.y (mgr.25441) 1584 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cluster 2024-03-30T04:44:28.139946+0000 mgr.y (mgr.25441) 1585 : cluster [DBG] pgmap v1027: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cluster 2024-03-30T04:44:28.140291+0000 mgr.y (mgr.25441) 1586 : cluster [DBG] pgmap v1028: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cephadm 2024-03-30T04:44:28.145539+0000 mgr.y (mgr.25441) 1587 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cluster 2024-03-30T04:44:28.191716+0000 mgr.y (mgr.25441) 1588 : cluster [DBG] pgmap v1029: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cluster 2024-03-30T04:44:28.192107+0000 mgr.y (mgr.25441) 1589 : cluster [DBG] pgmap v1030: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cephadm 2024-03-30T04:44:28.197930+0000 mgr.y (mgr.25441) 1590 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.238516+0000 mon.c (mon.1) 1131 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.240708+0000 mon.c (mon.1) 1132 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.256201+0000 mon.c (mon.1) 1133 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.257071+0000 mon.c (mon.1) 1134 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cluster 2024-03-30T04:44:28.259597+0000 mgr.y (mgr.25441) 1591 : cluster [DBG] pgmap v1031: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cluster 2024-03-30T04:44:28.259952+0000 mgr.y (mgr.25441) 1592 : cluster [DBG] pgmap v1032: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.264214+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cephadm 2024-03-30T04:44:28.266785+0000 mgr.y (mgr.25441) 1593 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.323472+0000 mon.c (mon.1) 1135 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.325306+0000 mon.c (mon.1) 1136 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.327058+0000 mon.c (mon.1) 1137 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.327687+0000 mon.c (mon.1) 1138 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cluster 2024-03-30T04:44:28.329013+0000 mgr.y (mgr.25441) 1594 : cluster [DBG] pgmap v1033: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cluster 2024-03-30T04:44:28.329385+0000 mgr.y (mgr.25441) 1595 : cluster [DBG] pgmap v1034: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.334871+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cephadm 2024-03-30T04:44:28.335505+0000 mgr.y (mgr.25441) 1596 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.392289+0000 mon.c (mon.1) 1139 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.394066+0000 mon.c (mon.1) 1140 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.395921+0000 mon.c (mon.1) 1141 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.396533+0000 mon.c (mon.1) 1142 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cluster 2024-03-30T04:44:28.397779+0000 mgr.y (mgr.25441) 1597 : cluster [DBG] pgmap v1035: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cluster 2024-03-30T04:44:28.398171+0000 mgr.y (mgr.25441) 1598 : cluster [DBG] pgmap v1036: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.403624+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cephadm 2024-03-30T04:44:28.404193+0000 mgr.y (mgr.25441) 1599 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.444004+0000 mon.c (mon.1) 1143 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.445763+0000 mon.c (mon.1) 1144 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.447486+0000 mon.c (mon.1) 1145 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.448114+0000 mon.c (mon.1) 1146 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cluster 2024-03-30T04:44:28.449417+0000 mgr.y (mgr.25441) 1600 : cluster [DBG] pgmap v1037: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cluster 2024-03-30T04:44:28.449804+0000 mgr.y (mgr.25441) 1601 : cluster [DBG] pgmap v1038: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.455633+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cephadm 2024-03-30T04:44:28.457153+0000 mgr.y (mgr.25441) 1602 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.497621+0000 mon.c (mon.1) 1147 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.499589+0000 mon.c (mon.1) 1148 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.501381+0000 mon.c (mon.1) 1149 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.502033+0000 mon.c (mon.1) 1150 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cluster 2024-03-30T04:44:28.503359+0000 mgr.y (mgr.25441) 1603 : cluster [DBG] pgmap v1039: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cluster 2024-03-30T04:44:28.503750+0000 mgr.y (mgr.25441) 1604 : cluster [DBG] pgmap v1040: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.509312+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cephadm 2024-03-30T04:44:28.511046+0000 mgr.y (mgr.25441) 1605 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.551945+0000 mon.c (mon.1) 1151 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.553723+0000 mon.c (mon.1) 1152 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.555494+0000 mon.c (mon.1) 1153 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.556092+0000 mon.c (mon.1) 1154 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cluster 2024-03-30T04:44:28.557381+0000 mgr.y (mgr.25441) 1606 : cluster [DBG] pgmap v1041: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cluster 2024-03-30T04:44:28.557771+0000 mgr.y (mgr.25441) 1607 : cluster [DBG] pgmap v1042: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.563481+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cephadm 2024-03-30T04:44:28.565090+0000 mgr.y (mgr.25441) 1608 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.621400+0000 mon.c (mon.1) 1155 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.623636+0000 mon.c (mon.1) 1156 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.625651+0000 mon.c (mon.1) 1157 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.626317+0000 mon.c (mon.1) 1158 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cluster 2024-03-30T04:44:28.627668+0000 mgr.y (mgr.25441) 1609 : cluster [DBG] pgmap v1043: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cluster 2024-03-30T04:44:28.628053+0000 mgr.y (mgr.25441) 1610 : cluster [DBG] pgmap v1044: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.633313+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cephadm 2024-03-30T04:44:28.634056+0000 mgr.y (mgr.25441) 1611 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.691616+0000 mon.c (mon.1) 1159 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.693821+0000 mon.c (mon.1) 1160 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.695589+0000 mon.c (mon.1) 1161 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.696240+0000 mon.c (mon.1) 1162 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cluster 2024-03-30T04:44:28.697636+0000 mgr.y (mgr.25441) 1612 : cluster [DBG] pgmap v1045: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cluster 2024-03-30T04:44:28.698093+0000 mgr.y (mgr.25441) 1613 : cluster [DBG] pgmap v1046: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:29.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.703886+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: cephadm 2024-03-30T04:44:28.704475+0000 mgr.y (mgr.25441) 1614 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:29.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.761050+0000 mon.c (mon.1) 1163 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.762840+0000 mon.c (mon.1) 1164 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.764678+0000 mon.c (mon.1) 1165 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.765304+0000 mon.c (mon.1) 1166 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.772613+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.814336+0000 mon.c (mon.1) 1167 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.816259+0000 mon.c (mon.1) 1168 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.818193+0000 mon.c (mon.1) 1169 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.818918+0000 mon.c (mon.1) 1170 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.829309+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.891136+0000 mon.c (mon.1) 1171 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.893965+0000 mon.c (mon.1) 1172 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.896186+0000 mon.c (mon.1) 1173 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.897213+0000 mon.c (mon.1) 1174 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.907752+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.967623+0000 mon.c (mon.1) 1175 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.970130+0000 mon.c (mon.1) 1176 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.973073+0000 mon.c (mon.1) 1177 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.973929+0000 mon.c (mon.1) 1178 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:28.984767+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:29.058271+0000 mon.c (mon.1) 1179 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:29.060095+0000 mon.c (mon.1) 1180 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:29.062072+0000 mon.c (mon.1) 1181 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:29.062787+0000 mon.c (mon.1) 1182 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:29.073033+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:29.113953+0000 mon.c (mon.1) 1183 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:29.115704+0000 mon.c (mon.1) 1184 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:29.117371+0000 mon.c (mon.1) 1185 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:29.117988+0000 mon.c (mon.1) 1186 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:29.128272+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:29.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:29.169337+0000 mon.c (mon.1) 1187 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:29.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:29.171152+0000 mon.c (mon.1) 1188 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:29.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:29.172963+0000 mon.c (mon.1) 1189 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:29.173635+0000 mon.c (mon.1) 1190 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:29.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:29 smithi117 bash[62284]: audit 2024-03-30T04:44:29.183033+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cluster 2024-03-30T04:44:28.766639+0000 mgr.y (mgr.25441) 1615 : cluster [DBG] pgmap v1047: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cluster 2024-03-30T04:44:28.767032+0000 mgr.y (mgr.25441) 1616 : cluster [DBG] pgmap v1048: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cephadm 2024-03-30T04:44:28.774132+0000 mgr.y (mgr.25441) 1617 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cluster 2024-03-30T04:44:28.820282+0000 mgr.y (mgr.25441) 1618 : cluster [DBG] pgmap v1049: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cluster 2024-03-30T04:44:28.820663+0000 mgr.y (mgr.25441) 1619 : cluster [DBG] pgmap v1050: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cephadm 2024-03-30T04:44:28.831352+0000 mgr.y (mgr.25441) 1620 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cluster 2024-03-30T04:44:28.898755+0000 mgr.y (mgr.25441) 1621 : cluster [DBG] pgmap v1051: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cluster 2024-03-30T04:44:28.899156+0000 mgr.y (mgr.25441) 1622 : cluster [DBG] pgmap v1052: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cephadm 2024-03-30T04:44:28.908440+0000 mgr.y (mgr.25441) 1623 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cluster 2024-03-30T04:44:28.975952+0000 mgr.y (mgr.25441) 1624 : cluster [DBG] pgmap v1053: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cluster 2024-03-30T04:44:28.976913+0000 mgr.y (mgr.25441) 1625 : cluster [DBG] pgmap v1054: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cephadm 2024-03-30T04:44:28.985364+0000 mgr.y (mgr.25441) 1626 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cluster 2024-03-30T04:44:29.064173+0000 mgr.y (mgr.25441) 1627 : cluster [DBG] pgmap v1055: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cluster 2024-03-30T04:44:29.064498+0000 mgr.y (mgr.25441) 1628 : cluster [DBG] pgmap v1056: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cephadm 2024-03-30T04:44:29.073698+0000 mgr.y (mgr.25441) 1629 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cluster 2024-03-30T04:44:28.766639+0000 mgr.y (mgr.25441) 1615 : cluster [DBG] pgmap v1047: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cluster 2024-03-30T04:44:28.767032+0000 mgr.y (mgr.25441) 1616 : cluster [DBG] pgmap v1048: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cephadm 2024-03-30T04:44:28.774132+0000 mgr.y (mgr.25441) 1617 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cluster 2024-03-30T04:44:28.820282+0000 mgr.y (mgr.25441) 1618 : cluster [DBG] pgmap v1049: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cluster 2024-03-30T04:44:28.820663+0000 mgr.y (mgr.25441) 1619 : cluster [DBG] pgmap v1050: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cephadm 2024-03-30T04:44:28.831352+0000 mgr.y (mgr.25441) 1620 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cluster 2024-03-30T04:44:28.898755+0000 mgr.y (mgr.25441) 1621 : cluster [DBG] pgmap v1051: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cluster 2024-03-30T04:44:28.899156+0000 mgr.y (mgr.25441) 1622 : cluster [DBG] pgmap v1052: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cephadm 2024-03-30T04:44:28.908440+0000 mgr.y (mgr.25441) 1623 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cluster 2024-03-30T04:44:28.975952+0000 mgr.y (mgr.25441) 1624 : cluster [DBG] pgmap v1053: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cluster 2024-03-30T04:44:28.976913+0000 mgr.y (mgr.25441) 1625 : cluster [DBG] pgmap v1054: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cephadm 2024-03-30T04:44:28.985364+0000 mgr.y (mgr.25441) 1626 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cluster 2024-03-30T04:44:29.064173+0000 mgr.y (mgr.25441) 1627 : cluster [DBG] pgmap v1055: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cluster 2024-03-30T04:44:29.064498+0000 mgr.y (mgr.25441) 1628 : cluster [DBG] pgmap v1056: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cephadm 2024-03-30T04:44:29.073698+0000 mgr.y (mgr.25441) 1629 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cluster 2024-03-30T04:44:29.119270+0000 mgr.y (mgr.25441) 1630 : cluster [DBG] pgmap v1057: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cluster 2024-03-30T04:44:29.119585+0000 mgr.y (mgr.25441) 1631 : cluster [DBG] pgmap v1058: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cephadm 2024-03-30T04:44:29.128965+0000 mgr.y (mgr.25441) 1632 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cluster 2024-03-30T04:44:29.175182+0000 mgr.y (mgr.25441) 1633 : cluster [DBG] pgmap v1059: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cluster 2024-03-30T04:44:29.175634+0000 mgr.y (mgr.25441) 1634 : cluster [DBG] pgmap v1060: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cephadm 2024-03-30T04:44:29.183832+0000 mgr.y (mgr.25441) 1635 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.247161+0000 mon.c (mon.1) 1191 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.261947+0000 mon.c (mon.1) 1192 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.264626+0000 mon.c (mon.1) 1193 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.265475+0000 mon.c (mon.1) 1194 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cluster 2024-03-30T04:44:29.267031+0000 mgr.y (mgr.25441) 1636 : cluster [DBG] pgmap v1061: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cluster 2024-03-30T04:44:29.267464+0000 mgr.y (mgr.25441) 1637 : cluster [DBG] pgmap v1062: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.273443+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cephadm 2024-03-30T04:44:29.274307+0000 mgr.y (mgr.25441) 1638 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.331083+0000 mon.c (mon.1) 1195 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.332868+0000 mon.c (mon.1) 1196 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.334541+0000 mon.c (mon.1) 1197 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.335150+0000 mon.c (mon.1) 1198 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cluster 2024-03-30T04:44:29.119270+0000 mgr.y (mgr.25441) 1630 : cluster [DBG] pgmap v1057: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cluster 2024-03-30T04:44:29.119585+0000 mgr.y (mgr.25441) 1631 : cluster [DBG] pgmap v1058: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cephadm 2024-03-30T04:44:29.128965+0000 mgr.y (mgr.25441) 1632 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cluster 2024-03-30T04:44:29.175182+0000 mgr.y (mgr.25441) 1633 : cluster [DBG] pgmap v1059: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cluster 2024-03-30T04:44:29.175634+0000 mgr.y (mgr.25441) 1634 : cluster [DBG] pgmap v1060: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cephadm 2024-03-30T04:44:29.183832+0000 mgr.y (mgr.25441) 1635 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.247161+0000 mon.c (mon.1) 1191 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.261947+0000 mon.c (mon.1) 1192 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.264626+0000 mon.c (mon.1) 1193 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.265475+0000 mon.c (mon.1) 1194 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cluster 2024-03-30T04:44:29.267031+0000 mgr.y (mgr.25441) 1636 : cluster [DBG] pgmap v1061: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cluster 2024-03-30T04:44:29.267464+0000 mgr.y (mgr.25441) 1637 : cluster [DBG] pgmap v1062: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.273443+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cephadm 2024-03-30T04:44:29.274307+0000 mgr.y (mgr.25441) 1638 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.331083+0000 mon.c (mon.1) 1195 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.332868+0000 mon.c (mon.1) 1196 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.334541+0000 mon.c (mon.1) 1197 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.335150+0000 mon.c (mon.1) 1198 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cluster 2024-03-30T04:44:29.336413+0000 mgr.y (mgr.25441) 1639 : cluster [DBG] pgmap v1063: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cluster 2024-03-30T04:44:29.336754+0000 mgr.y (mgr.25441) 1640 : cluster [DBG] pgmap v1064: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.341455+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cephadm 2024-03-30T04:44:29.342059+0000 mgr.y (mgr.25441) 1641 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.398669+0000 mon.c (mon.1) 1199 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.400497+0000 mon.c (mon.1) 1200 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.402199+0000 mon.c (mon.1) 1201 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.402873+0000 mon.c (mon.1) 1202 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cluster 2024-03-30T04:44:29.404167+0000 mgr.y (mgr.25441) 1642 : cluster [DBG] pgmap v1065: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cluster 2024-03-30T04:44:29.404461+0000 mgr.y (mgr.25441) 1643 : cluster [DBG] pgmap v1066: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.410731+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cephadm 2024-03-30T04:44:29.411296+0000 mgr.y (mgr.25441) 1644 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.482116+0000 mon.c (mon.1) 1203 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.484036+0000 mon.c (mon.1) 1204 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.485969+0000 mon.c (mon.1) 1205 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.486756+0000 mon.c (mon.1) 1206 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cluster 2024-03-30T04:44:29.488542+0000 mgr.y (mgr.25441) 1645 : cluster [DBG] pgmap v1067: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cluster 2024-03-30T04:44:29.336413+0000 mgr.y (mgr.25441) 1639 : cluster [DBG] pgmap v1063: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cluster 2024-03-30T04:44:29.336754+0000 mgr.y (mgr.25441) 1640 : cluster [DBG] pgmap v1064: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.341455+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cephadm 2024-03-30T04:44:29.342059+0000 mgr.y (mgr.25441) 1641 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.398669+0000 mon.c (mon.1) 1199 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.400497+0000 mon.c (mon.1) 1200 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.402199+0000 mon.c (mon.1) 1201 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.402873+0000 mon.c (mon.1) 1202 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cluster 2024-03-30T04:44:29.404167+0000 mgr.y (mgr.25441) 1642 : cluster [DBG] pgmap v1065: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cluster 2024-03-30T04:44:29.404461+0000 mgr.y (mgr.25441) 1643 : cluster [DBG] pgmap v1066: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.410731+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cephadm 2024-03-30T04:44:29.411296+0000 mgr.y (mgr.25441) 1644 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.482116+0000 mon.c (mon.1) 1203 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.484036+0000 mon.c (mon.1) 1204 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.485969+0000 mon.c (mon.1) 1205 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.486756+0000 mon.c (mon.1) 1206 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cluster 2024-03-30T04:44:29.488542+0000 mgr.y (mgr.25441) 1645 : cluster [DBG] pgmap v1067: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cluster 2024-03-30T04:44:29.489416+0000 mgr.y (mgr.25441) 1646 : cluster [DBG] pgmap v1068: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.495423+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cephadm 2024-03-30T04:44:29.496055+0000 mgr.y (mgr.25441) 1647 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.551007+0000 mon.c (mon.1) 1207 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.553513+0000 mon.c (mon.1) 1208 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.556164+0000 mon.c (mon.1) 1209 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.557057+0000 mon.c (mon.1) 1210 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cluster 2024-03-30T04:44:29.559082+0000 mgr.y (mgr.25441) 1648 : cluster [DBG] pgmap v1069: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.564955+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cephadm 2024-03-30T04:44:29.565607+0000 mgr.y (mgr.25441) 1649 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.621666+0000 mon.c (mon.1) 1211 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.623537+0000 mon.c (mon.1) 1212 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.625630+0000 mon.c (mon.1) 1213 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.626359+0000 mon.c (mon.1) 1214 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cluster 2024-03-30T04:44:29.627863+0000 mgr.y (mgr.25441) 1650 : cluster [DBG] pgmap v1070: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cluster 2024-03-30T04:44:29.628234+0000 mgr.y (mgr.25441) 1651 : cluster [DBG] pgmap v1071: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.632776+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cephadm 2024-03-30T04:44:29.636582+0000 mgr.y (mgr.25441) 1652 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.677536+0000 mon.c (mon.1) 1215 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cluster 2024-03-30T04:44:29.489416+0000 mgr.y (mgr.25441) 1646 : cluster [DBG] pgmap v1068: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.495423+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cephadm 2024-03-30T04:44:29.496055+0000 mgr.y (mgr.25441) 1647 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.551007+0000 mon.c (mon.1) 1207 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.553513+0000 mon.c (mon.1) 1208 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.556164+0000 mon.c (mon.1) 1209 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.557057+0000 mon.c (mon.1) 1210 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cluster 2024-03-30T04:44:29.559082+0000 mgr.y (mgr.25441) 1648 : cluster [DBG] pgmap v1069: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.564955+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cephadm 2024-03-30T04:44:29.565607+0000 mgr.y (mgr.25441) 1649 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.621666+0000 mon.c (mon.1) 1211 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.623537+0000 mon.c (mon.1) 1212 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.625630+0000 mon.c (mon.1) 1213 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.626359+0000 mon.c (mon.1) 1214 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cluster 2024-03-30T04:44:29.627863+0000 mgr.y (mgr.25441) 1650 : cluster [DBG] pgmap v1070: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cluster 2024-03-30T04:44:29.628234+0000 mgr.y (mgr.25441) 1651 : cluster [DBG] pgmap v1071: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.632776+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cephadm 2024-03-30T04:44:29.636582+0000 mgr.y (mgr.25441) 1652 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.677536+0000 mon.c (mon.1) 1215 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.679482+0000 mon.c (mon.1) 1216 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.681183+0000 mon.c (mon.1) 1217 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.681829+0000 mon.c (mon.1) 1218 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cluster 2024-03-30T04:44:29.683173+0000 mgr.y (mgr.25441) 1653 : cluster [DBG] pgmap v1072: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cluster 2024-03-30T04:44:29.683503+0000 mgr.y (mgr.25441) 1654 : cluster [DBG] pgmap v1073: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.688909+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cephadm 2024-03-30T04:44:29.689472+0000 mgr.y (mgr.25441) 1655 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.733648+0000 mon.c (mon.1) 1219 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.735676+0000 mon.c (mon.1) 1220 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.737450+0000 mon.c (mon.1) 1221 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.738075+0000 mon.c (mon.1) 1222 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cluster 2024-03-30T04:44:29.739480+0000 mgr.y (mgr.25441) 1656 : cluster [DBG] pgmap v1074: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cluster 2024-03-30T04:44:29.739810+0000 mgr.y (mgr.25441) 1657 : cluster [DBG] pgmap v1075: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.745190+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: cephadm 2024-03-30T04:44:29.745777+0000 mgr.y (mgr.25441) 1658 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.786802+0000 mon.c (mon.1) 1223 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.788513+0000 mon.c (mon.1) 1224 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.790240+0000 mon.c (mon.1) 1225 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.790871+0000 mon.c (mon.1) 1226 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.796846+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.838621+0000 mon.c (mon.1) 1227 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.840547+0000 mon.c (mon.1) 1228 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.842274+0000 mon.c (mon.1) 1229 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.842913+0000 mon.c (mon.1) 1230 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.848863+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.891844+0000 mon.c (mon.1) 1231 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.893651+0000 mon.c (mon.1) 1232 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.895408+0000 mon.c (mon.1) 1233 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.896065+0000 mon.c (mon.1) 1234 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.902549+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.943961+0000 mon.c (mon.1) 1235 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.945681+0000 mon.c (mon.1) 1236 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.947636+0000 mon.c (mon.1) 1237 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.948338+0000 mon.c (mon.1) 1238 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.955011+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.996347+0000 mon.c (mon.1) 1239 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.998187+0000 mon.c (mon.1) 1240 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:29.999909+0000 mon.c (mon.1) 1241 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.679482+0000 mon.c (mon.1) 1216 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.681183+0000 mon.c (mon.1) 1217 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.681829+0000 mon.c (mon.1) 1218 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cluster 2024-03-30T04:44:29.683173+0000 mgr.y (mgr.25441) 1653 : cluster [DBG] pgmap v1072: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cluster 2024-03-30T04:44:29.683503+0000 mgr.y (mgr.25441) 1654 : cluster [DBG] pgmap v1073: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.688909+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cephadm 2024-03-30T04:44:29.689472+0000 mgr.y (mgr.25441) 1655 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.733648+0000 mon.c (mon.1) 1219 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.735676+0000 mon.c (mon.1) 1220 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.737450+0000 mon.c (mon.1) 1221 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.738075+0000 mon.c (mon.1) 1222 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cluster 2024-03-30T04:44:29.739480+0000 mgr.y (mgr.25441) 1656 : cluster [DBG] pgmap v1074: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cluster 2024-03-30T04:44:29.739810+0000 mgr.y (mgr.25441) 1657 : cluster [DBG] pgmap v1075: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.745190+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: cephadm 2024-03-30T04:44:29.745777+0000 mgr.y (mgr.25441) 1658 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.786802+0000 mon.c (mon.1) 1223 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.788513+0000 mon.c (mon.1) 1224 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.790240+0000 mon.c (mon.1) 1225 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:30.000572+0000 mon.c (mon.1) 1242 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:30.006801+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:30.047548+0000 mon.c (mon.1) 1243 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:30.049297+0000 mon.c (mon.1) 1244 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:30.051008+0000 mon.c (mon.1) 1245 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:30.051651+0000 mon.c (mon.1) 1246 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:30.058530+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:30.117670+0000 mon.c (mon.1) 1247 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:30.119590+0000 mon.c (mon.1) 1248 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:30.121333+0000 mon.c (mon.1) 1249 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:30.121974+0000 mon.c (mon.1) 1250 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:30.128117+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:30.169325+0000 mon.c (mon.1) 1251 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:30.171160+0000 mon.c (mon.1) 1252 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:30.172983+0000 mon.c (mon.1) 1253 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:30.173649+0000 mon.c (mon.1) 1254 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:30.180770+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:30.222680+0000 mon.c (mon.1) 1255 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:30.224935+0000 mon.c (mon.1) 1256 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:30.227336+0000 mon.c (mon.1) 1257 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:30.228328+0000 mon.c (mon.1) 1258 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[73591]: audit 2024-03-30T04:44:30.236677+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.790871+0000 mon.c (mon.1) 1226 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.796846+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.838621+0000 mon.c (mon.1) 1227 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.840547+0000 mon.c (mon.1) 1228 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.842274+0000 mon.c (mon.1) 1229 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.842913+0000 mon.c (mon.1) 1230 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.848863+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.891844+0000 mon.c (mon.1) 1231 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.893651+0000 mon.c (mon.1) 1232 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.895408+0000 mon.c (mon.1) 1233 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.896065+0000 mon.c (mon.1) 1234 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.902549+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.943961+0000 mon.c (mon.1) 1235 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.945681+0000 mon.c (mon.1) 1236 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.947636+0000 mon.c (mon.1) 1237 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.948338+0000 mon.c (mon.1) 1238 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.955011+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.996347+0000 mon.c (mon.1) 1239 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.998187+0000 mon.c (mon.1) 1240 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:29.999909+0000 mon.c (mon.1) 1241 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:30.000572+0000 mon.c (mon.1) 1242 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:30.006801+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:30.047548+0000 mon.c (mon.1) 1243 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:30.049297+0000 mon.c (mon.1) 1244 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:30.051008+0000 mon.c (mon.1) 1245 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:30.051651+0000 mon.c (mon.1) 1246 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:30.058530+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:30.117670+0000 mon.c (mon.1) 1247 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:30.119590+0000 mon.c (mon.1) 1248 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:30.121333+0000 mon.c (mon.1) 1249 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:30.121974+0000 mon.c (mon.1) 1250 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:30.128117+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:30.169325+0000 mon.c (mon.1) 1251 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:30.171160+0000 mon.c (mon.1) 1252 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:30.172983+0000 mon.c (mon.1) 1253 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:30.173649+0000 mon.c (mon.1) 1254 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:30.180770+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:30.222680+0000 mon.c (mon.1) 1255 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:30.224935+0000 mon.c (mon.1) 1256 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:30.227336+0000 mon.c (mon.1) 1257 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:30.228328+0000 mon.c (mon.1) 1258 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:30 smithi111 bash[70954]: audit 2024-03-30T04:44:30.236677+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cluster 2024-03-30T04:44:28.766639+0000 mgr.y (mgr.25441) 1615 : cluster [DBG] pgmap v1047: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cluster 2024-03-30T04:44:28.767032+0000 mgr.y (mgr.25441) 1616 : cluster [DBG] pgmap v1048: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cephadm 2024-03-30T04:44:28.774132+0000 mgr.y (mgr.25441) 1617 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cluster 2024-03-30T04:44:28.820282+0000 mgr.y (mgr.25441) 1618 : cluster [DBG] pgmap v1049: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cluster 2024-03-30T04:44:28.820663+0000 mgr.y (mgr.25441) 1619 : cluster [DBG] pgmap v1050: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cephadm 2024-03-30T04:44:28.831352+0000 mgr.y (mgr.25441) 1620 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cluster 2024-03-30T04:44:28.898755+0000 mgr.y (mgr.25441) 1621 : cluster [DBG] pgmap v1051: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cluster 2024-03-30T04:44:28.899156+0000 mgr.y (mgr.25441) 1622 : cluster [DBG] pgmap v1052: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cephadm 2024-03-30T04:44:28.908440+0000 mgr.y (mgr.25441) 1623 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cluster 2024-03-30T04:44:28.975952+0000 mgr.y (mgr.25441) 1624 : cluster [DBG] pgmap v1053: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cluster 2024-03-30T04:44:28.976913+0000 mgr.y (mgr.25441) 1625 : cluster [DBG] pgmap v1054: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cephadm 2024-03-30T04:44:28.985364+0000 mgr.y (mgr.25441) 1626 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cluster 2024-03-30T04:44:29.064173+0000 mgr.y (mgr.25441) 1627 : cluster [DBG] pgmap v1055: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cluster 2024-03-30T04:44:29.064498+0000 mgr.y (mgr.25441) 1628 : cluster [DBG] pgmap v1056: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cephadm 2024-03-30T04:44:29.073698+0000 mgr.y (mgr.25441) 1629 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cluster 2024-03-30T04:44:29.119270+0000 mgr.y (mgr.25441) 1630 : cluster [DBG] pgmap v1057: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cluster 2024-03-30T04:44:29.119585+0000 mgr.y (mgr.25441) 1631 : cluster [DBG] pgmap v1058: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cephadm 2024-03-30T04:44:29.128965+0000 mgr.y (mgr.25441) 1632 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cluster 2024-03-30T04:44:29.175182+0000 mgr.y (mgr.25441) 1633 : cluster [DBG] pgmap v1059: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cluster 2024-03-30T04:44:29.175634+0000 mgr.y (mgr.25441) 1634 : cluster [DBG] pgmap v1060: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cephadm 2024-03-30T04:44:29.183832+0000 mgr.y (mgr.25441) 1635 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.247161+0000 mon.c (mon.1) 1191 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.261947+0000 mon.c (mon.1) 1192 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.264626+0000 mon.c (mon.1) 1193 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.265475+0000 mon.c (mon.1) 1194 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cluster 2024-03-30T04:44:29.267031+0000 mgr.y (mgr.25441) 1636 : cluster [DBG] pgmap v1061: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cluster 2024-03-30T04:44:29.267464+0000 mgr.y (mgr.25441) 1637 : cluster [DBG] pgmap v1062: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.273443+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cephadm 2024-03-30T04:44:29.274307+0000 mgr.y (mgr.25441) 1638 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.331083+0000 mon.c (mon.1) 1195 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.332868+0000 mon.c (mon.1) 1196 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.334541+0000 mon.c (mon.1) 1197 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.335150+0000 mon.c (mon.1) 1198 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cluster 2024-03-30T04:44:29.336413+0000 mgr.y (mgr.25441) 1639 : cluster [DBG] pgmap v1063: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cluster 2024-03-30T04:44:29.336754+0000 mgr.y (mgr.25441) 1640 : cluster [DBG] pgmap v1064: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.341455+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cephadm 2024-03-30T04:44:29.342059+0000 mgr.y (mgr.25441) 1641 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.398669+0000 mon.c (mon.1) 1199 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.400497+0000 mon.c (mon.1) 1200 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.402199+0000 mon.c (mon.1) 1201 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.402873+0000 mon.c (mon.1) 1202 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cluster 2024-03-30T04:44:29.404167+0000 mgr.y (mgr.25441) 1642 : cluster [DBG] pgmap v1065: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cluster 2024-03-30T04:44:29.404461+0000 mgr.y (mgr.25441) 1643 : cluster [DBG] pgmap v1066: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.410731+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cephadm 2024-03-30T04:44:29.411296+0000 mgr.y (mgr.25441) 1644 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.482116+0000 mon.c (mon.1) 1203 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.484036+0000 mon.c (mon.1) 1204 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.485969+0000 mon.c (mon.1) 1205 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.486756+0000 mon.c (mon.1) 1206 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cluster 2024-03-30T04:44:29.488542+0000 mgr.y (mgr.25441) 1645 : cluster [DBG] pgmap v1067: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cluster 2024-03-30T04:44:29.489416+0000 mgr.y (mgr.25441) 1646 : cluster [DBG] pgmap v1068: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.495423+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cephadm 2024-03-30T04:44:29.496055+0000 mgr.y (mgr.25441) 1647 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.551007+0000 mon.c (mon.1) 1207 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.553513+0000 mon.c (mon.1) 1208 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.556164+0000 mon.c (mon.1) 1209 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.557057+0000 mon.c (mon.1) 1210 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cluster 2024-03-30T04:44:29.559082+0000 mgr.y (mgr.25441) 1648 : cluster [DBG] pgmap v1069: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.564955+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cephadm 2024-03-30T04:44:29.565607+0000 mgr.y (mgr.25441) 1649 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.621666+0000 mon.c (mon.1) 1211 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.623537+0000 mon.c (mon.1) 1212 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.625630+0000 mon.c (mon.1) 1213 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.626359+0000 mon.c (mon.1) 1214 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cluster 2024-03-30T04:44:29.627863+0000 mgr.y (mgr.25441) 1650 : cluster [DBG] pgmap v1070: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cluster 2024-03-30T04:44:29.628234+0000 mgr.y (mgr.25441) 1651 : cluster [DBG] pgmap v1071: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.632776+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cephadm 2024-03-30T04:44:29.636582+0000 mgr.y (mgr.25441) 1652 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.677536+0000 mon.c (mon.1) 1215 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.679482+0000 mon.c (mon.1) 1216 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.681183+0000 mon.c (mon.1) 1217 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.681829+0000 mon.c (mon.1) 1218 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cluster 2024-03-30T04:44:29.683173+0000 mgr.y (mgr.25441) 1653 : cluster [DBG] pgmap v1072: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cluster 2024-03-30T04:44:29.683503+0000 mgr.y (mgr.25441) 1654 : cluster [DBG] pgmap v1073: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.688909+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cephadm 2024-03-30T04:44:29.689472+0000 mgr.y (mgr.25441) 1655 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.733648+0000 mon.c (mon.1) 1219 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.735676+0000 mon.c (mon.1) 1220 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.737450+0000 mon.c (mon.1) 1221 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.738075+0000 mon.c (mon.1) 1222 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cluster 2024-03-30T04:44:29.739480+0000 mgr.y (mgr.25441) 1656 : cluster [DBG] pgmap v1074: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cluster 2024-03-30T04:44:29.739810+0000 mgr.y (mgr.25441) 1657 : cluster [DBG] pgmap v1075: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:30.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.745190+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: cephadm 2024-03-30T04:44:29.745777+0000 mgr.y (mgr.25441) 1658 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:30.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.786802+0000 mon.c (mon.1) 1223 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.788513+0000 mon.c (mon.1) 1224 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.790240+0000 mon.c (mon.1) 1225 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.790871+0000 mon.c (mon.1) 1226 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.796846+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.838621+0000 mon.c (mon.1) 1227 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.840547+0000 mon.c (mon.1) 1228 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.842274+0000 mon.c (mon.1) 1229 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.842913+0000 mon.c (mon.1) 1230 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.848863+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.891844+0000 mon.c (mon.1) 1231 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.893651+0000 mon.c (mon.1) 1232 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.895408+0000 mon.c (mon.1) 1233 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.896065+0000 mon.c (mon.1) 1234 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.902549+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.943961+0000 mon.c (mon.1) 1235 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.945681+0000 mon.c (mon.1) 1236 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.947636+0000 mon.c (mon.1) 1237 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.948338+0000 mon.c (mon.1) 1238 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.955011+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.996347+0000 mon.c (mon.1) 1239 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.998187+0000 mon.c (mon.1) 1240 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:29.999909+0000 mon.c (mon.1) 1241 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:30.000572+0000 mon.c (mon.1) 1242 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:30.006801+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:30.047548+0000 mon.c (mon.1) 1243 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:30.049297+0000 mon.c (mon.1) 1244 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:30.051008+0000 mon.c (mon.1) 1245 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:30.051651+0000 mon.c (mon.1) 1246 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:30.058530+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:30.117670+0000 mon.c (mon.1) 1247 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:30.119590+0000 mon.c (mon.1) 1248 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:30.121333+0000 mon.c (mon.1) 1249 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:30.121974+0000 mon.c (mon.1) 1250 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:30.128117+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:30.169325+0000 mon.c (mon.1) 1251 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:30.171160+0000 mon.c (mon.1) 1252 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:30.172983+0000 mon.c (mon.1) 1253 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:30.173649+0000 mon.c (mon.1) 1254 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:30.180770+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:30.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:30.222680+0000 mon.c (mon.1) 1255 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:30.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:30.224935+0000 mon.c (mon.1) 1256 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:30.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:30.227336+0000 mon.c (mon.1) 1257 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:30.228328+0000 mon.c (mon.1) 1258 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:30.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:30 smithi117 bash[62284]: audit 2024-03-30T04:44:30.236677+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.527 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[81381]: debug 2024-03-30T04:44:31.500+0000 7fcb446577c0 -1 osd.1 0 read_superblock omap replica is missing. 2024-03-30T04:44:31.528 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cluster 2024-03-30T04:44:29.792235+0000 mgr.y (mgr.25441) 1659 : cluster [DBG] pgmap v1076: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.528 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cluster 2024-03-30T04:44:29.792653+0000 mgr.y (mgr.25441) 1660 : cluster [DBG] pgmap v1077: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.528 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cephadm 2024-03-30T04:44:29.798420+0000 mgr.y (mgr.25441) 1661 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.528 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cluster 2024-03-30T04:44:29.844257+0000 mgr.y (mgr.25441) 1662 : cluster [DBG] pgmap v1078: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.528 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cluster 2024-03-30T04:44:29.844660+0000 mgr.y (mgr.25441) 1663 : cluster [DBG] pgmap v1079: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.528 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cephadm 2024-03-30T04:44:29.850470+0000 mgr.y (mgr.25441) 1664 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.528 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cluster 2024-03-30T04:44:29.897380+0000 mgr.y (mgr.25441) 1665 : cluster [DBG] pgmap v1080: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.528 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cluster 2024-03-30T04:44:29.897707+0000 mgr.y (mgr.25441) 1666 : cluster [DBG] pgmap v1081: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.528 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cephadm 2024-03-30T04:44:29.903821+0000 mgr.y (mgr.25441) 1667 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.528 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cluster 2024-03-30T04:44:29.949761+0000 mgr.y (mgr.25441) 1668 : cluster [DBG] pgmap v1082: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.528 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cluster 2024-03-30T04:44:29.950123+0000 mgr.y (mgr.25441) 1669 : cluster [DBG] pgmap v1083: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.528 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cephadm 2024-03-30T04:44:29.955646+0000 mgr.y (mgr.25441) 1670 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.529 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cluster 2024-03-30T04:44:30.001919+0000 mgr.y (mgr.25441) 1671 : cluster [DBG] pgmap v1084: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.529 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cluster 2024-03-30T04:44:30.002290+0000 mgr.y (mgr.25441) 1672 : cluster [DBG] pgmap v1085: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.529 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cephadm 2024-03-30T04:44:30.007464+0000 mgr.y (mgr.25441) 1673 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.529 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cluster 2024-03-30T04:44:30.052969+0000 mgr.y (mgr.25441) 1674 : cluster [DBG] pgmap v1086: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.529 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cluster 2024-03-30T04:44:30.053282+0000 mgr.y (mgr.25441) 1675 : cluster [DBG] pgmap v1087: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.529 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cephadm 2024-03-30T04:44:30.059201+0000 mgr.y (mgr.25441) 1676 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.529 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cluster 2024-03-30T04:44:30.123314+0000 mgr.y (mgr.25441) 1677 : cluster [DBG] pgmap v1088: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.529 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cluster 2024-03-30T04:44:30.123713+0000 mgr.y (mgr.25441) 1678 : cluster [DBG] pgmap v1089: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.529 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cephadm 2024-03-30T04:44:30.128708+0000 mgr.y (mgr.25441) 1679 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.529 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cluster 2024-03-30T04:44:30.175015+0000 mgr.y (mgr.25441) 1680 : cluster [DBG] pgmap v1090: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.529 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cluster 2024-03-30T04:44:30.175411+0000 mgr.y (mgr.25441) 1681 : cluster [DBG] pgmap v1091: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.529 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cephadm 2024-03-30T04:44:30.181371+0000 mgr.y (mgr.25441) 1682 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.529 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cluster 2024-03-30T04:44:30.230160+0000 mgr.y (mgr.25441) 1683 : cluster [DBG] pgmap v1092: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.529 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cluster 2024-03-30T04:44:30.230634+0000 mgr.y (mgr.25441) 1684 : cluster [DBG] pgmap v1093: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.529 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cephadm 2024-03-30T04:44:30.237584+0000 mgr.y (mgr.25441) 1685 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.530 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.286179+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.530 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.288189+0000 mon.c (mon.1) 1259 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:44:31.530 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.290281+0000 mon.c (mon.1) 1260 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.530 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.292289+0000 mon.c (mon.1) 1261 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.530 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.298921+0000 mon.c (mon.1) 1262 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.530 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.303968+0000 mon.c (mon.1) 1263 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.530 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cluster 2024-03-30T04:44:30.319312+0000 mgr.y (mgr.25441) 1686 : cluster [DBG] pgmap v1094: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.530 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cluster 2024-03-30T04:44:30.319714+0000 mgr.y (mgr.25441) 1687 : cluster [DBG] pgmap v1095: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.530 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.324240+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.530 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cephadm 2024-03-30T04:44:30.324899+0000 mgr.y (mgr.25441) 1688 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.530 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.343577+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.530 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.368596+0000 mon.c (mon.1) 1264 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.530 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.370638+0000 mon.c (mon.1) 1265 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.530 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.372564+0000 mon.c (mon.1) 1266 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.531 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.373262+0000 mon.c (mon.1) 1267 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.531 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cluster 2024-03-30T04:44:30.374793+0000 mgr.y (mgr.25441) 1689 : cluster [DBG] pgmap v1096: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.531 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cluster 2024-03-30T04:44:30.375135+0000 mgr.y (mgr.25441) 1690 : cluster [DBG] pgmap v1097: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.531 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.380436+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.531 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cephadm 2024-03-30T04:44:30.381050+0000 mgr.y (mgr.25441) 1691 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.531 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.421901+0000 mon.c (mon.1) 1268 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.531 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.423620+0000 mon.c (mon.1) 1269 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.531 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.425752+0000 mon.c (mon.1) 1270 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.531 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.426407+0000 mon.c (mon.1) 1271 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.532 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cluster 2024-03-30T04:44:30.427706+0000 mgr.y (mgr.25441) 1692 : cluster [DBG] pgmap v1098: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.532 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cluster 2024-03-30T04:44:30.428057+0000 mgr.y (mgr.25441) 1693 : cluster [DBG] pgmap v1099: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.532 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.432478+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.532 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cephadm 2024-03-30T04:44:30.433139+0000 mgr.y (mgr.25441) 1694 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.532 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.473223+0000 mon.c (mon.1) 1272 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.532 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.475129+0000 mon.c (mon.1) 1273 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.533 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.477124+0000 mon.c (mon.1) 1274 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.533 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.477792+0000 mon.c (mon.1) 1275 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.533 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cluster 2024-03-30T04:44:30.479097+0000 mgr.y (mgr.25441) 1695 : cluster [DBG] pgmap v1100: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.533 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cluster 2024-03-30T04:44:30.479484+0000 mgr.y (mgr.25441) 1696 : cluster [DBG] pgmap v1101: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.533 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.485397+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.533 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cephadm 2024-03-30T04:44:30.486051+0000 mgr.y (mgr.25441) 1697 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.533 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.531587+0000 mon.c (mon.1) 1276 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.533 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.533468+0000 mon.c (mon.1) 1277 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.533 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.535258+0000 mon.c (mon.1) 1278 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.533 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.535963+0000 mon.c (mon.1) 1279 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.533 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cluster 2024-03-30T04:44:30.537467+0000 mgr.y (mgr.25441) 1698 : cluster [DBG] pgmap v1102: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.533 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cluster 2024-03-30T04:44:30.537840+0000 mgr.y (mgr.25441) 1699 : cluster [DBG] pgmap v1103: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.533 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.542521+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.533 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cephadm 2024-03-30T04:44:30.543404+0000 mgr.y (mgr.25441) 1700 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.533 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.583745+0000 mon.c (mon.1) 1280 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.534 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.585946+0000 mon.c (mon.1) 1281 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.534 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.587960+0000 mon.c (mon.1) 1282 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.534 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.588612+0000 mon.c (mon.1) 1283 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.534 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cluster 2024-03-30T04:44:30.590003+0000 mgr.y (mgr.25441) 1701 : cluster [DBG] pgmap v1104: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.534 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cluster 2024-03-30T04:44:30.590339+0000 mgr.y (mgr.25441) 1702 : cluster [DBG] pgmap v1105: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.534 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.595576+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.534 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cephadm 2024-03-30T04:44:30.596315+0000 mgr.y (mgr.25441) 1703 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.534 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.642217+0000 mon.c (mon.1) 1284 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.534 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.644396+0000 mon.c (mon.1) 1285 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.534 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.646350+0000 mon.c (mon.1) 1286 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.534 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.647102+0000 mon.c (mon.1) 1287 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.534 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cluster 2024-03-30T04:44:30.648683+0000 mgr.y (mgr.25441) 1704 : cluster [DBG] pgmap v1106: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.534 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cluster 2024-03-30T04:44:30.649069+0000 mgr.y (mgr.25441) 1705 : cluster [DBG] pgmap v1107: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.534 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.653739+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.535 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cephadm 2024-03-30T04:44:30.654343+0000 mgr.y (mgr.25441) 1706 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.535 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.699492+0000 mon.c (mon.1) 1288 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.535 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.701608+0000 mon.c (mon.1) 1289 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.535 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.703401+0000 mon.c (mon.1) 1290 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.535 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.704044+0000 mon.c (mon.1) 1291 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.535 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cluster 2024-03-30T04:44:30.705393+0000 mgr.y (mgr.25441) 1707 : cluster [DBG] pgmap v1108: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.535 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cluster 2024-03-30T04:44:30.705717+0000 mgr.y (mgr.25441) 1708 : cluster [DBG] pgmap v1109: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.535 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.711133+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.535 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: cephadm 2024-03-30T04:44:30.711817+0000 mgr.y (mgr.25441) 1709 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.535 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.756931+0000 mon.c (mon.1) 1292 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.535 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.759113+0000 mon.c (mon.1) 1293 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.535 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.761247+0000 mon.c (mon.1) 1294 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.535 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.761961+0000 mon.c (mon.1) 1295 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.535 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.768064+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.535 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.814165+0000 mon.c (mon.1) 1296 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.536 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.816620+0000 mon.c (mon.1) 1297 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.536 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.818522+0000 mon.c (mon.1) 1298 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.536 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.819226+0000 mon.c (mon.1) 1299 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.536 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.825575+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.536 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.867693+0000 mon.c (mon.1) 1300 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.536 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.869739+0000 mon.c (mon.1) 1301 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.536 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.871867+0000 mon.c (mon.1) 1302 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.536 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.872644+0000 mon.c (mon.1) 1303 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.536 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.879392+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.536 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.920360+0000 mon.c (mon.1) 1304 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.536 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.922284+0000 mon.c (mon.1) 1305 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.536 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.923976+0000 mon.c (mon.1) 1306 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.536 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.924567+0000 mon.c (mon.1) 1307 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.536 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.936295+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.536 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.977077+0000 mon.c (mon.1) 1308 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.537 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.979402+0000 mon.c (mon.1) 1309 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.537 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.981257+0000 mon.c (mon.1) 1310 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.537 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.981867+0000 mon.c (mon.1) 1311 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.537 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:30.987928+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.537 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:31.028487+0000 mon.c (mon.1) 1312 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.537 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:31.030234+0000 mon.c (mon.1) 1313 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.537 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:31.032088+0000 mon.c (mon.1) 1314 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.537 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:31.032840+0000 mon.c (mon.1) 1315 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.537 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:31.040167+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.537 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:31.094768+0000 mon.c (mon.1) 1316 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.537 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:31.096582+0000 mon.c (mon.1) 1317 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.537 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:31.098388+0000 mon.c (mon.1) 1318 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.537 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:31.099024+0000 mon.c (mon.1) 1319 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.537 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:31.104966+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.537 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:31.149265+0000 mon.c (mon.1) 1320 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.538 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:31.151229+0000 mon.c (mon.1) 1321 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.538 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:31.153115+0000 mon.c (mon.1) 1322 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.538 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:31.153803+0000 mon.c (mon.1) 1323 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.538 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:31.160569+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.538 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:31.220911+0000 mon.c (mon.1) 1324 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.538 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:31.223012+0000 mon.c (mon.1) 1325 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.538 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:31.224966+0000 mon.c (mon.1) 1326 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.538 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:31.225605+0000 mon.c (mon.1) 1327 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.538 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:31.233300+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.538 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:31.275354+0000 mon.c (mon.1) 1328 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.538 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:31.277144+0000 mon.c (mon.1) 1329 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.538 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:31.278858+0000 mon.c (mon.1) 1330 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.538 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[70954]: audit 2024-03-30T04:44:31.279505+0000 mon.c (mon.1) 1331 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.539 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cluster 2024-03-30T04:44:29.792235+0000 mgr.y (mgr.25441) 1659 : cluster [DBG] pgmap v1076: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.539 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cluster 2024-03-30T04:44:29.792653+0000 mgr.y (mgr.25441) 1660 : cluster [DBG] pgmap v1077: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.539 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cephadm 2024-03-30T04:44:29.798420+0000 mgr.y (mgr.25441) 1661 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.539 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cluster 2024-03-30T04:44:29.844257+0000 mgr.y (mgr.25441) 1662 : cluster [DBG] pgmap v1078: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.539 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cluster 2024-03-30T04:44:29.844660+0000 mgr.y (mgr.25441) 1663 : cluster [DBG] pgmap v1079: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.539 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cephadm 2024-03-30T04:44:29.850470+0000 mgr.y (mgr.25441) 1664 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.539 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cluster 2024-03-30T04:44:29.897380+0000 mgr.y (mgr.25441) 1665 : cluster [DBG] pgmap v1080: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.540 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cluster 2024-03-30T04:44:29.897707+0000 mgr.y (mgr.25441) 1666 : cluster [DBG] pgmap v1081: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.540 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cephadm 2024-03-30T04:44:29.903821+0000 mgr.y (mgr.25441) 1667 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.540 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cluster 2024-03-30T04:44:29.949761+0000 mgr.y (mgr.25441) 1668 : cluster [DBG] pgmap v1082: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.540 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cluster 2024-03-30T04:44:29.950123+0000 mgr.y (mgr.25441) 1669 : cluster [DBG] pgmap v1083: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.540 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cephadm 2024-03-30T04:44:29.955646+0000 mgr.y (mgr.25441) 1670 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.540 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cluster 2024-03-30T04:44:30.001919+0000 mgr.y (mgr.25441) 1671 : cluster [DBG] pgmap v1084: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.540 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cluster 2024-03-30T04:44:30.002290+0000 mgr.y (mgr.25441) 1672 : cluster [DBG] pgmap v1085: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.540 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cephadm 2024-03-30T04:44:30.007464+0000 mgr.y (mgr.25441) 1673 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.540 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cluster 2024-03-30T04:44:30.052969+0000 mgr.y (mgr.25441) 1674 : cluster [DBG] pgmap v1086: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.540 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cluster 2024-03-30T04:44:30.053282+0000 mgr.y (mgr.25441) 1675 : cluster [DBG] pgmap v1087: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.540 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cephadm 2024-03-30T04:44:30.059201+0000 mgr.y (mgr.25441) 1676 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.540 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cluster 2024-03-30T04:44:30.123314+0000 mgr.y (mgr.25441) 1677 : cluster [DBG] pgmap v1088: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.540 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cluster 2024-03-30T04:44:30.123713+0000 mgr.y (mgr.25441) 1678 : cluster [DBG] pgmap v1089: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.540 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cephadm 2024-03-30T04:44:30.128708+0000 mgr.y (mgr.25441) 1679 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.540 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cluster 2024-03-30T04:44:30.175015+0000 mgr.y (mgr.25441) 1680 : cluster [DBG] pgmap v1090: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.541 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cluster 2024-03-30T04:44:30.175411+0000 mgr.y (mgr.25441) 1681 : cluster [DBG] pgmap v1091: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.541 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cephadm 2024-03-30T04:44:30.181371+0000 mgr.y (mgr.25441) 1682 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.541 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cluster 2024-03-30T04:44:30.230160+0000 mgr.y (mgr.25441) 1683 : cluster [DBG] pgmap v1092: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.541 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cluster 2024-03-30T04:44:30.230634+0000 mgr.y (mgr.25441) 1684 : cluster [DBG] pgmap v1093: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.541 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cephadm 2024-03-30T04:44:30.237584+0000 mgr.y (mgr.25441) 1685 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.541 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.286179+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.541 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.288189+0000 mon.c (mon.1) 1259 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:44:31.541 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.290281+0000 mon.c (mon.1) 1260 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.541 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.292289+0000 mon.c (mon.1) 1261 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.541 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.298921+0000 mon.c (mon.1) 1262 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.541 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.303968+0000 mon.c (mon.1) 1263 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.541 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cluster 2024-03-30T04:44:30.319312+0000 mgr.y (mgr.25441) 1686 : cluster [DBG] pgmap v1094: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.541 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cluster 2024-03-30T04:44:30.319714+0000 mgr.y (mgr.25441) 1687 : cluster [DBG] pgmap v1095: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.541 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.324240+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.541 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cephadm 2024-03-30T04:44:30.324899+0000 mgr.y (mgr.25441) 1688 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.542 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.343577+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.542 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.368596+0000 mon.c (mon.1) 1264 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.542 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.370638+0000 mon.c (mon.1) 1265 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.542 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.372564+0000 mon.c (mon.1) 1266 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.542 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.373262+0000 mon.c (mon.1) 1267 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.542 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cluster 2024-03-30T04:44:30.374793+0000 mgr.y (mgr.25441) 1689 : cluster [DBG] pgmap v1096: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.542 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cluster 2024-03-30T04:44:30.375135+0000 mgr.y (mgr.25441) 1690 : cluster [DBG] pgmap v1097: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.542 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.380436+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.542 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cephadm 2024-03-30T04:44:30.381050+0000 mgr.y (mgr.25441) 1691 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.542 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.421901+0000 mon.c (mon.1) 1268 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.542 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.423620+0000 mon.c (mon.1) 1269 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.542 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.425752+0000 mon.c (mon.1) 1270 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.542 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.426407+0000 mon.c (mon.1) 1271 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.542 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cluster 2024-03-30T04:44:30.427706+0000 mgr.y (mgr.25441) 1692 : cluster [DBG] pgmap v1098: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.542 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cluster 2024-03-30T04:44:30.428057+0000 mgr.y (mgr.25441) 1693 : cluster [DBG] pgmap v1099: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.543 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.432478+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.543 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cephadm 2024-03-30T04:44:30.433139+0000 mgr.y (mgr.25441) 1694 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.543 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.473223+0000 mon.c (mon.1) 1272 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.543 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.475129+0000 mon.c (mon.1) 1273 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.543 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.477124+0000 mon.c (mon.1) 1274 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.543 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.477792+0000 mon.c (mon.1) 1275 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.543 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cluster 2024-03-30T04:44:30.479097+0000 mgr.y (mgr.25441) 1695 : cluster [DBG] pgmap v1100: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.543 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cluster 2024-03-30T04:44:30.479484+0000 mgr.y (mgr.25441) 1696 : cluster [DBG] pgmap v1101: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.543 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.485397+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.543 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cephadm 2024-03-30T04:44:30.486051+0000 mgr.y (mgr.25441) 1697 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.543 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.531587+0000 mon.c (mon.1) 1276 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.543 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.533468+0000 mon.c (mon.1) 1277 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.543 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.535258+0000 mon.c (mon.1) 1278 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.543 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.535963+0000 mon.c (mon.1) 1279 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.544 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cluster 2024-03-30T04:44:30.537467+0000 mgr.y (mgr.25441) 1698 : cluster [DBG] pgmap v1102: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.544 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cluster 2024-03-30T04:44:30.537840+0000 mgr.y (mgr.25441) 1699 : cluster [DBG] pgmap v1103: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.544 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.542521+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.544 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cephadm 2024-03-30T04:44:30.543404+0000 mgr.y (mgr.25441) 1700 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.544 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.583745+0000 mon.c (mon.1) 1280 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.544 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.585946+0000 mon.c (mon.1) 1281 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.544 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.587960+0000 mon.c (mon.1) 1282 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.544 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.588612+0000 mon.c (mon.1) 1283 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.544 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cluster 2024-03-30T04:44:30.590003+0000 mgr.y (mgr.25441) 1701 : cluster [DBG] pgmap v1104: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.544 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cluster 2024-03-30T04:44:30.590339+0000 mgr.y (mgr.25441) 1702 : cluster [DBG] pgmap v1105: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.544 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.595576+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.544 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cephadm 2024-03-30T04:44:30.596315+0000 mgr.y (mgr.25441) 1703 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.544 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.642217+0000 mon.c (mon.1) 1284 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.544 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.644396+0000 mon.c (mon.1) 1285 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.544 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.646350+0000 mon.c (mon.1) 1286 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.545 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.647102+0000 mon.c (mon.1) 1287 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.545 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cluster 2024-03-30T04:44:30.648683+0000 mgr.y (mgr.25441) 1704 : cluster [DBG] pgmap v1106: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.545 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cluster 2024-03-30T04:44:30.649069+0000 mgr.y (mgr.25441) 1705 : cluster [DBG] pgmap v1107: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.545 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.653739+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.545 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cephadm 2024-03-30T04:44:30.654343+0000 mgr.y (mgr.25441) 1706 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.545 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.699492+0000 mon.c (mon.1) 1288 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.545 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.701608+0000 mon.c (mon.1) 1289 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.545 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.703401+0000 mon.c (mon.1) 1290 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.545 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.704044+0000 mon.c (mon.1) 1291 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.545 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cluster 2024-03-30T04:44:30.705393+0000 mgr.y (mgr.25441) 1707 : cluster [DBG] pgmap v1108: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.545 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cluster 2024-03-30T04:44:30.705717+0000 mgr.y (mgr.25441) 1708 : cluster [DBG] pgmap v1109: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.545 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.711133+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.545 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: cephadm 2024-03-30T04:44:30.711817+0000 mgr.y (mgr.25441) 1709 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.545 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.756931+0000 mon.c (mon.1) 1292 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.545 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.759113+0000 mon.c (mon.1) 1293 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.546 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.761247+0000 mon.c (mon.1) 1294 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.546 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.761961+0000 mon.c (mon.1) 1295 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.546 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.768064+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.546 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.814165+0000 mon.c (mon.1) 1296 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.546 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.816620+0000 mon.c (mon.1) 1297 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.546 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.818522+0000 mon.c (mon.1) 1298 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.546 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.819226+0000 mon.c (mon.1) 1299 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.546 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.825575+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.546 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.867693+0000 mon.c (mon.1) 1300 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.546 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.869739+0000 mon.c (mon.1) 1301 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.546 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.871867+0000 mon.c (mon.1) 1302 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.546 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.872644+0000 mon.c (mon.1) 1303 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.546 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.879392+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.546 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.920360+0000 mon.c (mon.1) 1304 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.547 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.922284+0000 mon.c (mon.1) 1305 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.547 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.923976+0000 mon.c (mon.1) 1306 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.547 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.924567+0000 mon.c (mon.1) 1307 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.547 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.936295+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.547 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.977077+0000 mon.c (mon.1) 1308 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.547 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.979402+0000 mon.c (mon.1) 1309 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.547 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.981257+0000 mon.c (mon.1) 1310 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.547 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.981867+0000 mon.c (mon.1) 1311 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.547 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:30.987928+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.547 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:31.028487+0000 mon.c (mon.1) 1312 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.547 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:31.030234+0000 mon.c (mon.1) 1313 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.547 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:31.032088+0000 mon.c (mon.1) 1314 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.547 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:31.032840+0000 mon.c (mon.1) 1315 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.547 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:31.040167+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.547 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:31.094768+0000 mon.c (mon.1) 1316 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.547 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:31.096582+0000 mon.c (mon.1) 1317 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.548 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:31.098388+0000 mon.c (mon.1) 1318 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.548 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:31.099024+0000 mon.c (mon.1) 1319 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.548 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:31.104966+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.548 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:31.149265+0000 mon.c (mon.1) 1320 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.548 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:31.151229+0000 mon.c (mon.1) 1321 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.548 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:31.153115+0000 mon.c (mon.1) 1322 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.548 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:31.153803+0000 mon.c (mon.1) 1323 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.548 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:31.160569+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.548 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:31.220911+0000 mon.c (mon.1) 1324 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.548 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:31.223012+0000 mon.c (mon.1) 1325 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.548 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:31.224966+0000 mon.c (mon.1) 1326 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.548 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:31.225605+0000 mon.c (mon.1) 1327 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.548 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:31.233300+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.548 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:31.275354+0000 mon.c (mon.1) 1328 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.548 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:31.277144+0000 mon.c (mon.1) 1329 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.549 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:31.278858+0000 mon.c (mon.1) 1330 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.549 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[73591]: audit 2024-03-30T04:44:31.279505+0000 mon.c (mon.1) 1331 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cluster 2024-03-30T04:44:29.792235+0000 mgr.y (mgr.25441) 1659 : cluster [DBG] pgmap v1076: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cluster 2024-03-30T04:44:29.792653+0000 mgr.y (mgr.25441) 1660 : cluster [DBG] pgmap v1077: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cephadm 2024-03-30T04:44:29.798420+0000 mgr.y (mgr.25441) 1661 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cluster 2024-03-30T04:44:29.844257+0000 mgr.y (mgr.25441) 1662 : cluster [DBG] pgmap v1078: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cluster 2024-03-30T04:44:29.844660+0000 mgr.y (mgr.25441) 1663 : cluster [DBG] pgmap v1079: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cephadm 2024-03-30T04:44:29.850470+0000 mgr.y (mgr.25441) 1664 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cluster 2024-03-30T04:44:29.897380+0000 mgr.y (mgr.25441) 1665 : cluster [DBG] pgmap v1080: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cluster 2024-03-30T04:44:29.897707+0000 mgr.y (mgr.25441) 1666 : cluster [DBG] pgmap v1081: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cephadm 2024-03-30T04:44:29.903821+0000 mgr.y (mgr.25441) 1667 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cluster 2024-03-30T04:44:29.949761+0000 mgr.y (mgr.25441) 1668 : cluster [DBG] pgmap v1082: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cluster 2024-03-30T04:44:29.950123+0000 mgr.y (mgr.25441) 1669 : cluster [DBG] pgmap v1083: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cephadm 2024-03-30T04:44:29.955646+0000 mgr.y (mgr.25441) 1670 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cluster 2024-03-30T04:44:30.001919+0000 mgr.y (mgr.25441) 1671 : cluster [DBG] pgmap v1084: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cluster 2024-03-30T04:44:30.002290+0000 mgr.y (mgr.25441) 1672 : cluster [DBG] pgmap v1085: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cephadm 2024-03-30T04:44:30.007464+0000 mgr.y (mgr.25441) 1673 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cluster 2024-03-30T04:44:30.052969+0000 mgr.y (mgr.25441) 1674 : cluster [DBG] pgmap v1086: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cluster 2024-03-30T04:44:30.053282+0000 mgr.y (mgr.25441) 1675 : cluster [DBG] pgmap v1087: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cephadm 2024-03-30T04:44:30.059201+0000 mgr.y (mgr.25441) 1676 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cluster 2024-03-30T04:44:30.123314+0000 mgr.y (mgr.25441) 1677 : cluster [DBG] pgmap v1088: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cluster 2024-03-30T04:44:30.123713+0000 mgr.y (mgr.25441) 1678 : cluster [DBG] pgmap v1089: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cephadm 2024-03-30T04:44:30.128708+0000 mgr.y (mgr.25441) 1679 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cluster 2024-03-30T04:44:30.175015+0000 mgr.y (mgr.25441) 1680 : cluster [DBG] pgmap v1090: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cluster 2024-03-30T04:44:30.175411+0000 mgr.y (mgr.25441) 1681 : cluster [DBG] pgmap v1091: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cephadm 2024-03-30T04:44:30.181371+0000 mgr.y (mgr.25441) 1682 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cluster 2024-03-30T04:44:30.230160+0000 mgr.y (mgr.25441) 1683 : cluster [DBG] pgmap v1092: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cluster 2024-03-30T04:44:30.230634+0000 mgr.y (mgr.25441) 1684 : cluster [DBG] pgmap v1093: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cephadm 2024-03-30T04:44:30.237584+0000 mgr.y (mgr.25441) 1685 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.286179+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.288189+0000 mon.c (mon.1) 1259 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:44:31.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.290281+0000 mon.c (mon.1) 1260 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.292289+0000 mon.c (mon.1) 1261 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.298921+0000 mon.c (mon.1) 1262 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.303968+0000 mon.c (mon.1) 1263 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cluster 2024-03-30T04:44:30.319312+0000 mgr.y (mgr.25441) 1686 : cluster [DBG] pgmap v1094: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cluster 2024-03-30T04:44:30.319714+0000 mgr.y (mgr.25441) 1687 : cluster [DBG] pgmap v1095: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.324240+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cephadm 2024-03-30T04:44:30.324899+0000 mgr.y (mgr.25441) 1688 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.343577+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.368596+0000 mon.c (mon.1) 1264 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.370638+0000 mon.c (mon.1) 1265 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.372564+0000 mon.c (mon.1) 1266 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.373262+0000 mon.c (mon.1) 1267 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cluster 2024-03-30T04:44:30.374793+0000 mgr.y (mgr.25441) 1689 : cluster [DBG] pgmap v1096: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cluster 2024-03-30T04:44:30.375135+0000 mgr.y (mgr.25441) 1690 : cluster [DBG] pgmap v1097: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.380436+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cephadm 2024-03-30T04:44:30.381050+0000 mgr.y (mgr.25441) 1691 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.421901+0000 mon.c (mon.1) 1268 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.423620+0000 mon.c (mon.1) 1269 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.425752+0000 mon.c (mon.1) 1270 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.426407+0000 mon.c (mon.1) 1271 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cluster 2024-03-30T04:44:30.427706+0000 mgr.y (mgr.25441) 1692 : cluster [DBG] pgmap v1098: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cluster 2024-03-30T04:44:30.428057+0000 mgr.y (mgr.25441) 1693 : cluster [DBG] pgmap v1099: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.432478+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cephadm 2024-03-30T04:44:30.433139+0000 mgr.y (mgr.25441) 1694 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.473223+0000 mon.c (mon.1) 1272 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.475129+0000 mon.c (mon.1) 1273 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.477124+0000 mon.c (mon.1) 1274 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.477792+0000 mon.c (mon.1) 1275 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cluster 2024-03-30T04:44:30.479097+0000 mgr.y (mgr.25441) 1695 : cluster [DBG] pgmap v1100: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cluster 2024-03-30T04:44:30.479484+0000 mgr.y (mgr.25441) 1696 : cluster [DBG] pgmap v1101: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.485397+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cephadm 2024-03-30T04:44:30.486051+0000 mgr.y (mgr.25441) 1697 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.531587+0000 mon.c (mon.1) 1276 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.533468+0000 mon.c (mon.1) 1277 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.535258+0000 mon.c (mon.1) 1278 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.535963+0000 mon.c (mon.1) 1279 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cluster 2024-03-30T04:44:30.537467+0000 mgr.y (mgr.25441) 1698 : cluster [DBG] pgmap v1102: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cluster 2024-03-30T04:44:30.537840+0000 mgr.y (mgr.25441) 1699 : cluster [DBG] pgmap v1103: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.542521+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cephadm 2024-03-30T04:44:30.543404+0000 mgr.y (mgr.25441) 1700 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.583745+0000 mon.c (mon.1) 1280 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.585946+0000 mon.c (mon.1) 1281 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.587960+0000 mon.c (mon.1) 1282 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.588612+0000 mon.c (mon.1) 1283 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cluster 2024-03-30T04:44:30.590003+0000 mgr.y (mgr.25441) 1701 : cluster [DBG] pgmap v1104: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cluster 2024-03-30T04:44:30.590339+0000 mgr.y (mgr.25441) 1702 : cluster [DBG] pgmap v1105: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.595576+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cephadm 2024-03-30T04:44:30.596315+0000 mgr.y (mgr.25441) 1703 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.642217+0000 mon.c (mon.1) 1284 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.644396+0000 mon.c (mon.1) 1285 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.646350+0000 mon.c (mon.1) 1286 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.647102+0000 mon.c (mon.1) 1287 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cluster 2024-03-30T04:44:30.648683+0000 mgr.y (mgr.25441) 1704 : cluster [DBG] pgmap v1106: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cluster 2024-03-30T04:44:30.649069+0000 mgr.y (mgr.25441) 1705 : cluster [DBG] pgmap v1107: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.653739+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cephadm 2024-03-30T04:44:30.654343+0000 mgr.y (mgr.25441) 1706 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.699492+0000 mon.c (mon.1) 1288 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.701608+0000 mon.c (mon.1) 1289 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.703401+0000 mon.c (mon.1) 1290 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.704044+0000 mon.c (mon.1) 1291 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cluster 2024-03-30T04:44:30.705393+0000 mgr.y (mgr.25441) 1707 : cluster [DBG] pgmap v1108: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cluster 2024-03-30T04:44:30.705717+0000 mgr.y (mgr.25441) 1708 : cluster [DBG] pgmap v1109: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:31.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.711133+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: cephadm 2024-03-30T04:44:30.711817+0000 mgr.y (mgr.25441) 1709 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:31.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.756931+0000 mon.c (mon.1) 1292 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.759113+0000 mon.c (mon.1) 1293 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.761247+0000 mon.c (mon.1) 1294 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.761961+0000 mon.c (mon.1) 1295 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.768064+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.814165+0000 mon.c (mon.1) 1296 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.816620+0000 mon.c (mon.1) 1297 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.818522+0000 mon.c (mon.1) 1298 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.819226+0000 mon.c (mon.1) 1299 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.825575+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.867693+0000 mon.c (mon.1) 1300 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.869739+0000 mon.c (mon.1) 1301 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.871867+0000 mon.c (mon.1) 1302 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.872644+0000 mon.c (mon.1) 1303 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.879392+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.920360+0000 mon.c (mon.1) 1304 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.922284+0000 mon.c (mon.1) 1305 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.923976+0000 mon.c (mon.1) 1306 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.924567+0000 mon.c (mon.1) 1307 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.936295+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.977077+0000 mon.c (mon.1) 1308 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.979402+0000 mon.c (mon.1) 1309 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.981257+0000 mon.c (mon.1) 1310 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.981867+0000 mon.c (mon.1) 1311 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:30.987928+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:31.028487+0000 mon.c (mon.1) 1312 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:31.030234+0000 mon.c (mon.1) 1313 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:31.032088+0000 mon.c (mon.1) 1314 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:31.032840+0000 mon.c (mon.1) 1315 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:31.040167+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:31.094768+0000 mon.c (mon.1) 1316 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:31.096582+0000 mon.c (mon.1) 1317 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:31.098388+0000 mon.c (mon.1) 1318 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:31.099024+0000 mon.c (mon.1) 1319 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:31.104966+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:31.149265+0000 mon.c (mon.1) 1320 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:31.151229+0000 mon.c (mon.1) 1321 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:31.153115+0000 mon.c (mon.1) 1322 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:31.153803+0000 mon.c (mon.1) 1323 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:31.160569+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:31.220911+0000 mon.c (mon.1) 1324 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:31.223012+0000 mon.c (mon.1) 1325 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:31.224966+0000 mon.c (mon.1) 1326 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:31.225605+0000 mon.c (mon.1) 1327 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:31.233300+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:31.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:31.275354+0000 mon.c (mon.1) 1328 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:31.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:31.277144+0000 mon.c (mon.1) 1329 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:31.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:31.278858+0000 mon.c (mon.1) 1330 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:31.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:31 smithi117 bash[62284]: audit 2024-03-30T04:44:31.279505+0000 mon.c (mon.1) 1331 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:31.826 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:44:31 smithi111 bash[81381]: debug 2024-03-30T04:44:31.532+0000 7fcb446577c0 -1 osd.1 113 log_to_monitors true 2024-03-30T04:44:32.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cluster 2024-03-30T04:44:30.763417+0000 mgr.y (mgr.25441) 1710 : cluster [DBG] pgmap v1110: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cluster 2024-03-30T04:44:30.763743+0000 mgr.y (mgr.25441) 1711 : cluster [DBG] pgmap v1111: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cephadm 2024-03-30T04:44:30.769764+0000 mgr.y (mgr.25441) 1712 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cluster 2024-03-30T04:44:30.820638+0000 mgr.y (mgr.25441) 1713 : cluster [DBG] pgmap v1112: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cluster 2024-03-30T04:44:30.820975+0000 mgr.y (mgr.25441) 1714 : cluster [DBG] pgmap v1113: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cephadm 2024-03-30T04:44:30.826138+0000 mgr.y (mgr.25441) 1715 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cluster 2024-03-30T04:44:30.874090+0000 mgr.y (mgr.25441) 1716 : cluster [DBG] pgmap v1114: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cluster 2024-03-30T04:44:30.874488+0000 mgr.y (mgr.25441) 1717 : cluster [DBG] pgmap v1115: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cephadm 2024-03-30T04:44:30.880310+0000 mgr.y (mgr.25441) 1718 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cluster 2024-03-30T04:44:30.925831+0000 mgr.y (mgr.25441) 1719 : cluster [DBG] pgmap v1116: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cluster 2024-03-30T04:44:30.926109+0000 mgr.y (mgr.25441) 1720 : cluster [DBG] pgmap v1117: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cephadm 2024-03-30T04:44:30.936849+0000 mgr.y (mgr.25441) 1721 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cluster 2024-03-30T04:44:30.983237+0000 mgr.y (mgr.25441) 1722 : cluster [DBG] pgmap v1118: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cluster 2024-03-30T04:44:30.983563+0000 mgr.y (mgr.25441) 1723 : cluster [DBG] pgmap v1119: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cephadm 2024-03-30T04:44:30.988615+0000 mgr.y (mgr.25441) 1724 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cluster 2024-03-30T04:44:31.034348+0000 mgr.y (mgr.25441) 1725 : cluster [DBG] pgmap v1120: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cluster 2024-03-30T04:44:31.034726+0000 mgr.y (mgr.25441) 1726 : cluster [DBG] pgmap v1121: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cephadm 2024-03-30T04:44:31.054916+0000 mgr.y (mgr.25441) 1727 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cluster 2024-03-30T04:44:31.100295+0000 mgr.y (mgr.25441) 1728 : cluster [DBG] pgmap v1122: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cluster 2024-03-30T04:44:31.100647+0000 mgr.y (mgr.25441) 1729 : cluster [DBG] pgmap v1123: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cephadm 2024-03-30T04:44:31.107385+0000 mgr.y (mgr.25441) 1730 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cluster 2024-03-30T04:44:31.155305+0000 mgr.y (mgr.25441) 1731 : cluster [DBG] pgmap v1124: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cluster 2024-03-30T04:44:31.155654+0000 mgr.y (mgr.25441) 1732 : cluster [DBG] pgmap v1125: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cephadm 2024-03-30T04:44:31.162743+0000 mgr.y (mgr.25441) 1733 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cluster 2024-03-30T04:44:31.227467+0000 mgr.y (mgr.25441) 1734 : cluster [DBG] pgmap v1126: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 25 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cluster 2024-03-30T04:44:31.227880+0000 mgr.y (mgr.25441) 1735 : cluster [DBG] pgmap v1127: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 25 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cephadm 2024-03-30T04:44:31.234902+0000 mgr.y (mgr.25441) 1736 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.267064+0000 mgr.y (mgr.25441) 1737 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:32.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cluster 2024-03-30T04:44:31.280769+0000 mgr.y (mgr.25441) 1738 : cluster [DBG] pgmap v1128: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 27 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cluster 2024-03-30T04:44:31.281179+0000 mgr.y (mgr.25441) 1739 : cluster [DBG] pgmap v1129: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 27 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.285399+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cluster 2024-03-30T04:44:30.763417+0000 mgr.y (mgr.25441) 1710 : cluster [DBG] pgmap v1110: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cluster 2024-03-30T04:44:30.763743+0000 mgr.y (mgr.25441) 1711 : cluster [DBG] pgmap v1111: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cephadm 2024-03-30T04:44:30.769764+0000 mgr.y (mgr.25441) 1712 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cluster 2024-03-30T04:44:30.820638+0000 mgr.y (mgr.25441) 1713 : cluster [DBG] pgmap v1112: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cluster 2024-03-30T04:44:30.820975+0000 mgr.y (mgr.25441) 1714 : cluster [DBG] pgmap v1113: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cephadm 2024-03-30T04:44:30.826138+0000 mgr.y (mgr.25441) 1715 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cluster 2024-03-30T04:44:30.874090+0000 mgr.y (mgr.25441) 1716 : cluster [DBG] pgmap v1114: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cluster 2024-03-30T04:44:30.874488+0000 mgr.y (mgr.25441) 1717 : cluster [DBG] pgmap v1115: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cephadm 2024-03-30T04:44:30.880310+0000 mgr.y (mgr.25441) 1718 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cluster 2024-03-30T04:44:30.925831+0000 mgr.y (mgr.25441) 1719 : cluster [DBG] pgmap v1116: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cluster 2024-03-30T04:44:30.926109+0000 mgr.y (mgr.25441) 1720 : cluster [DBG] pgmap v1117: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cephadm 2024-03-30T04:44:30.936849+0000 mgr.y (mgr.25441) 1721 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cluster 2024-03-30T04:44:30.983237+0000 mgr.y (mgr.25441) 1722 : cluster [DBG] pgmap v1118: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cluster 2024-03-30T04:44:30.983563+0000 mgr.y (mgr.25441) 1723 : cluster [DBG] pgmap v1119: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cephadm 2024-03-30T04:44:30.988615+0000 mgr.y (mgr.25441) 1724 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cluster 2024-03-30T04:44:31.034348+0000 mgr.y (mgr.25441) 1725 : cluster [DBG] pgmap v1120: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cluster 2024-03-30T04:44:31.034726+0000 mgr.y (mgr.25441) 1726 : cluster [DBG] pgmap v1121: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cephadm 2024-03-30T04:44:31.054916+0000 mgr.y (mgr.25441) 1727 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cluster 2024-03-30T04:44:31.100295+0000 mgr.y (mgr.25441) 1728 : cluster [DBG] pgmap v1122: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cluster 2024-03-30T04:44:31.100647+0000 mgr.y (mgr.25441) 1729 : cluster [DBG] pgmap v1123: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cephadm 2024-03-30T04:44:31.107385+0000 mgr.y (mgr.25441) 1730 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cluster 2024-03-30T04:44:31.155305+0000 mgr.y (mgr.25441) 1731 : cluster [DBG] pgmap v1124: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cluster 2024-03-30T04:44:31.155654+0000 mgr.y (mgr.25441) 1732 : cluster [DBG] pgmap v1125: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cephadm 2024-03-30T04:44:31.162743+0000 mgr.y (mgr.25441) 1733 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cluster 2024-03-30T04:44:31.227467+0000 mgr.y (mgr.25441) 1734 : cluster [DBG] pgmap v1126: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 25 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cluster 2024-03-30T04:44:31.227880+0000 mgr.y (mgr.25441) 1735 : cluster [DBG] pgmap v1127: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 25 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cephadm 2024-03-30T04:44:31.234902+0000 mgr.y (mgr.25441) 1736 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.267064+0000 mgr.y (mgr.25441) 1737 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:32.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cluster 2024-03-30T04:44:31.280769+0000 mgr.y (mgr.25441) 1738 : cluster [DBG] pgmap v1128: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 27 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cluster 2024-03-30T04:44:31.281179+0000 mgr.y (mgr.25441) 1739 : cluster [DBG] pgmap v1129: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 27 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.285399+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cephadm 2024-03-30T04:44:31.287868+0000 mgr.y (mgr.25441) 1740 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.345952+0000 mon.c (mon.1) 1332 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.347697+0000 mon.c (mon.1) 1333 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.349364+0000 mon.c (mon.1) 1334 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.349978+0000 mon.c (mon.1) 1335 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cluster 2024-03-30T04:44:31.351238+0000 mgr.y (mgr.25441) 1741 : cluster [DBG] pgmap v1130: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 25 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cluster 2024-03-30T04:44:31.351628+0000 mgr.y (mgr.25441) 1742 : cluster [DBG] pgmap v1131: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 25 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.355840+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cephadm 2024-03-30T04:44:31.359051+0000 mgr.y (mgr.25441) 1743 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.401604+0000 mon.c (mon.1) 1336 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.404158+0000 mon.c (mon.1) 1337 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.406228+0000 mon.c (mon.1) 1338 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.406949+0000 mon.c (mon.1) 1339 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cluster 2024-03-30T04:44:31.408358+0000 mgr.y (mgr.25441) 1744 : cluster [DBG] pgmap v1132: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cluster 2024-03-30T04:44:31.408695+0000 mgr.y (mgr.25441) 1745 : cluster [DBG] pgmap v1133: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.415764+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cephadm 2024-03-30T04:44:31.418791+0000 mgr.y (mgr.25441) 1746 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.458966+0000 mon.c (mon.1) 1340 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.460759+0000 mon.c (mon.1) 1341 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.462867+0000 mon.c (mon.1) 1342 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.463496+0000 mon.c (mon.1) 1343 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cluster 2024-03-30T04:44:31.464830+0000 mgr.y (mgr.25441) 1747 : cluster [DBG] pgmap v1134: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cluster 2024-03-30T04:44:31.465193+0000 mgr.y (mgr.25441) 1748 : cluster [DBG] pgmap v1135: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.472420+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cephadm 2024-03-30T04:44:31.475351+0000 mgr.y (mgr.25441) 1749 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.531928+0000 mon.c (mon.1) 1344 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.534088+0000 mon.c (mon.1) 1345 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.536586+0000 mon.c (mon.1) 1346 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.537513+0000 mon.c (mon.1) 1347 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.538777+0000 mon.a (mon.0) 783 : audit [INF] from='osd.1 [v2:172.21.15.111:6810/897753558,v1:172.21.15.111:6811/897753558]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-30T04:44:32.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cluster 2024-03-30T04:44:31.539672+0000 mgr.y (mgr.25441) 1750 : cluster [DBG] pgmap v1136: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cluster 2024-03-30T04:44:31.540060+0000 mgr.y (mgr.25441) 1751 : cluster [DBG] pgmap v1137: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.545583+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cephadm 2024-03-30T04:44:31.548596+0000 mgr.y (mgr.25441) 1752 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.593256+0000 mon.c (mon.1) 1348 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.595333+0000 mon.c (mon.1) 1349 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.597045+0000 mon.c (mon.1) 1350 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.597681+0000 mon.c (mon.1) 1351 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cluster 2024-03-30T04:44:31.599123+0000 mgr.y (mgr.25441) 1753 : cluster [DBG] pgmap v1138: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cluster 2024-03-30T04:44:31.599434+0000 mgr.y (mgr.25441) 1754 : cluster [DBG] pgmap v1139: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.606010+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cephadm 2024-03-30T04:44:31.609040+0000 mgr.y (mgr.25441) 1755 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.653842+0000 mon.c (mon.1) 1352 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.655943+0000 mon.c (mon.1) 1353 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.657675+0000 mon.c (mon.1) 1354 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.658330+0000 mon.c (mon.1) 1355 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cluster 2024-03-30T04:44:31.659846+0000 mgr.y (mgr.25441) 1756 : cluster [DBG] pgmap v1140: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cluster 2024-03-30T04:44:31.660159+0000 mgr.y (mgr.25441) 1757 : cluster [DBG] pgmap v1141: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.667039+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cephadm 2024-03-30T04:44:31.668693+0000 mgr.y (mgr.25441) 1758 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.708899+0000 mon.c (mon.1) 1356 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.710989+0000 mon.c (mon.1) 1357 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.712624+0000 mon.c (mon.1) 1358 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.713246+0000 mon.c (mon.1) 1359 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cluster 2024-03-30T04:44:31.714655+0000 mgr.y (mgr.25441) 1759 : cluster [DBG] pgmap v1142: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cluster 2024-03-30T04:44:31.714979+0000 mgr.y (mgr.25441) 1760 : cluster [DBG] pgmap v1143: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.719525+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: cephadm 2024-03-30T04:44:31.720101+0000 mgr.y (mgr.25441) 1761 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.761536+0000 mon.c (mon.1) 1360 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.763601+0000 mon.c (mon.1) 1361 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.765430+0000 mon.c (mon.1) 1362 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.766278+0000 mon.c (mon.1) 1363 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.774318+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.831700+0000 mon.c (mon.1) 1364 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.833501+0000 mon.c (mon.1) 1365 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.836000+0000 mon.c (mon.1) 1366 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.836736+0000 mon.c (mon.1) 1367 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.844172+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.884972+0000 mon.c (mon.1) 1368 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.886751+0000 mon.c (mon.1) 1369 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.888453+0000 mon.c (mon.1) 1370 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.889052+0000 mon.c (mon.1) 1371 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.895867+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.938904+0000 mon.c (mon.1) 1372 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.940629+0000 mon.c (mon.1) 1373 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.942820+0000 mon.c (mon.1) 1374 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.943456+0000 mon.c (mon.1) 1375 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:31.950100+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:32.006741+0000 mon.c (mon.1) 1376 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:32.008795+0000 mon.c (mon.1) 1377 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:32.010648+0000 mon.c (mon.1) 1378 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:32.011290+0000 mon.c (mon.1) 1379 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:32.018344+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:32.076082+0000 mon.c (mon.1) 1380 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:32.078162+0000 mon.c (mon.1) 1381 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:32.080034+0000 mon.c (mon.1) 1382 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:32.080726+0000 mon.c (mon.1) 1383 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:32.088039+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:32.145923+0000 mon.c (mon.1) 1384 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:32.147896+0000 mon.c (mon.1) 1385 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:32.149889+0000 mon.c (mon.1) 1386 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:32.150572+0000 mon.c (mon.1) 1387 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:32.157826+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:32.216205+0000 mon.c (mon.1) 1388 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:32.218456+0000 mon.c (mon.1) 1389 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:32.220226+0000 mon.c (mon.1) 1390 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:32.220896+0000 mon.c (mon.1) 1391 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:32.227220+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:32.286254+0000 mon.c (mon.1) 1392 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:32.288672+0000 mon.c (mon.1) 1393 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[73591]: audit 2024-03-30T04:44:32.290833+0000 mon.c (mon.1) 1394 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cephadm 2024-03-30T04:44:31.287868+0000 mgr.y (mgr.25441) 1740 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.345952+0000 mon.c (mon.1) 1332 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.347697+0000 mon.c (mon.1) 1333 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.349364+0000 mon.c (mon.1) 1334 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.349978+0000 mon.c (mon.1) 1335 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cluster 2024-03-30T04:44:31.351238+0000 mgr.y (mgr.25441) 1741 : cluster [DBG] pgmap v1130: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 25 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cluster 2024-03-30T04:44:31.351628+0000 mgr.y (mgr.25441) 1742 : cluster [DBG] pgmap v1131: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 25 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.355840+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cephadm 2024-03-30T04:44:31.359051+0000 mgr.y (mgr.25441) 1743 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.401604+0000 mon.c (mon.1) 1336 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.404158+0000 mon.c (mon.1) 1337 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.406228+0000 mon.c (mon.1) 1338 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.406949+0000 mon.c (mon.1) 1339 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cluster 2024-03-30T04:44:31.408358+0000 mgr.y (mgr.25441) 1744 : cluster [DBG] pgmap v1132: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cluster 2024-03-30T04:44:31.408695+0000 mgr.y (mgr.25441) 1745 : cluster [DBG] pgmap v1133: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.415764+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cephadm 2024-03-30T04:44:31.418791+0000 mgr.y (mgr.25441) 1746 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.458966+0000 mon.c (mon.1) 1340 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.460759+0000 mon.c (mon.1) 1341 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.462867+0000 mon.c (mon.1) 1342 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.463496+0000 mon.c (mon.1) 1343 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cluster 2024-03-30T04:44:31.464830+0000 mgr.y (mgr.25441) 1747 : cluster [DBG] pgmap v1134: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cluster 2024-03-30T04:44:31.465193+0000 mgr.y (mgr.25441) 1748 : cluster [DBG] pgmap v1135: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.472420+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cephadm 2024-03-30T04:44:31.475351+0000 mgr.y (mgr.25441) 1749 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.531928+0000 mon.c (mon.1) 1344 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.534088+0000 mon.c (mon.1) 1345 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.536586+0000 mon.c (mon.1) 1346 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.537513+0000 mon.c (mon.1) 1347 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.538777+0000 mon.a (mon.0) 783 : audit [INF] from='osd.1 [v2:172.21.15.111:6810/897753558,v1:172.21.15.111:6811/897753558]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-30T04:44:32.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cluster 2024-03-30T04:44:31.539672+0000 mgr.y (mgr.25441) 1750 : cluster [DBG] pgmap v1136: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cluster 2024-03-30T04:44:31.540060+0000 mgr.y (mgr.25441) 1751 : cluster [DBG] pgmap v1137: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.545583+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cephadm 2024-03-30T04:44:31.548596+0000 mgr.y (mgr.25441) 1752 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.593256+0000 mon.c (mon.1) 1348 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.595333+0000 mon.c (mon.1) 1349 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.597045+0000 mon.c (mon.1) 1350 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.597681+0000 mon.c (mon.1) 1351 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cluster 2024-03-30T04:44:31.599123+0000 mgr.y (mgr.25441) 1753 : cluster [DBG] pgmap v1138: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cluster 2024-03-30T04:44:31.599434+0000 mgr.y (mgr.25441) 1754 : cluster [DBG] pgmap v1139: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.606010+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cephadm 2024-03-30T04:44:31.609040+0000 mgr.y (mgr.25441) 1755 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.653842+0000 mon.c (mon.1) 1352 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.655943+0000 mon.c (mon.1) 1353 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.657675+0000 mon.c (mon.1) 1354 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.658330+0000 mon.c (mon.1) 1355 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cluster 2024-03-30T04:44:31.659846+0000 mgr.y (mgr.25441) 1756 : cluster [DBG] pgmap v1140: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cluster 2024-03-30T04:44:31.660159+0000 mgr.y (mgr.25441) 1757 : cluster [DBG] pgmap v1141: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.667039+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cephadm 2024-03-30T04:44:31.668693+0000 mgr.y (mgr.25441) 1758 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.708899+0000 mon.c (mon.1) 1356 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.710989+0000 mon.c (mon.1) 1357 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.712624+0000 mon.c (mon.1) 1358 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.713246+0000 mon.c (mon.1) 1359 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cluster 2024-03-30T04:44:31.714655+0000 mgr.y (mgr.25441) 1759 : cluster [DBG] pgmap v1142: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cluster 2024-03-30T04:44:31.714979+0000 mgr.y (mgr.25441) 1760 : cluster [DBG] pgmap v1143: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.719525+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: cephadm 2024-03-30T04:44:31.720101+0000 mgr.y (mgr.25441) 1761 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.761536+0000 mon.c (mon.1) 1360 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.763601+0000 mon.c (mon.1) 1361 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.765430+0000 mon.c (mon.1) 1362 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.766278+0000 mon.c (mon.1) 1363 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.774318+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.831700+0000 mon.c (mon.1) 1364 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.833501+0000 mon.c (mon.1) 1365 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.836000+0000 mon.c (mon.1) 1366 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.836736+0000 mon.c (mon.1) 1367 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.844172+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.884972+0000 mon.c (mon.1) 1368 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.886751+0000 mon.c (mon.1) 1369 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.888453+0000 mon.c (mon.1) 1370 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.889052+0000 mon.c (mon.1) 1371 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.895867+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.938904+0000 mon.c (mon.1) 1372 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.940629+0000 mon.c (mon.1) 1373 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.942820+0000 mon.c (mon.1) 1374 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.943456+0000 mon.c (mon.1) 1375 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:31.950100+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:32.006741+0000 mon.c (mon.1) 1376 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:32.008795+0000 mon.c (mon.1) 1377 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:32.010648+0000 mon.c (mon.1) 1378 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:32.011290+0000 mon.c (mon.1) 1379 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:32.018344+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:32.076082+0000 mon.c (mon.1) 1380 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:32.078162+0000 mon.c (mon.1) 1381 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:32.080034+0000 mon.c (mon.1) 1382 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:32.080726+0000 mon.c (mon.1) 1383 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:32.088039+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:32.145923+0000 mon.c (mon.1) 1384 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:32.147896+0000 mon.c (mon.1) 1385 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:32.149889+0000 mon.c (mon.1) 1386 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:32.150572+0000 mon.c (mon.1) 1387 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:32.157826+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:32.216205+0000 mon.c (mon.1) 1388 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:32.218456+0000 mon.c (mon.1) 1389 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:32.220226+0000 mon.c (mon.1) 1390 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:32.220896+0000 mon.c (mon.1) 1391 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:32.227220+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:32.286254+0000 mon.c (mon.1) 1392 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:32.288672+0000 mon.c (mon.1) 1393 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[70954]: audit 2024-03-30T04:44:32.290833+0000 mon.c (mon.1) 1394 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cluster 2024-03-30T04:44:30.763417+0000 mgr.y (mgr.25441) 1710 : cluster [DBG] pgmap v1110: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cluster 2024-03-30T04:44:30.763743+0000 mgr.y (mgr.25441) 1711 : cluster [DBG] pgmap v1111: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cephadm 2024-03-30T04:44:30.769764+0000 mgr.y (mgr.25441) 1712 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cluster 2024-03-30T04:44:30.820638+0000 mgr.y (mgr.25441) 1713 : cluster [DBG] pgmap v1112: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cluster 2024-03-30T04:44:30.820975+0000 mgr.y (mgr.25441) 1714 : cluster [DBG] pgmap v1113: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cephadm 2024-03-30T04:44:30.826138+0000 mgr.y (mgr.25441) 1715 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cluster 2024-03-30T04:44:30.874090+0000 mgr.y (mgr.25441) 1716 : cluster [DBG] pgmap v1114: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cluster 2024-03-30T04:44:30.874488+0000 mgr.y (mgr.25441) 1717 : cluster [DBG] pgmap v1115: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cephadm 2024-03-30T04:44:30.880310+0000 mgr.y (mgr.25441) 1718 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cluster 2024-03-30T04:44:30.925831+0000 mgr.y (mgr.25441) 1719 : cluster [DBG] pgmap v1116: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cluster 2024-03-30T04:44:30.926109+0000 mgr.y (mgr.25441) 1720 : cluster [DBG] pgmap v1117: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cephadm 2024-03-30T04:44:30.936849+0000 mgr.y (mgr.25441) 1721 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cluster 2024-03-30T04:44:30.983237+0000 mgr.y (mgr.25441) 1722 : cluster [DBG] pgmap v1118: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cluster 2024-03-30T04:44:30.983563+0000 mgr.y (mgr.25441) 1723 : cluster [DBG] pgmap v1119: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cephadm 2024-03-30T04:44:30.988615+0000 mgr.y (mgr.25441) 1724 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cluster 2024-03-30T04:44:31.034348+0000 mgr.y (mgr.25441) 1725 : cluster [DBG] pgmap v1120: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cluster 2024-03-30T04:44:31.034726+0000 mgr.y (mgr.25441) 1726 : cluster [DBG] pgmap v1121: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cephadm 2024-03-30T04:44:31.054916+0000 mgr.y (mgr.25441) 1727 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cluster 2024-03-30T04:44:31.100295+0000 mgr.y (mgr.25441) 1728 : cluster [DBG] pgmap v1122: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cluster 2024-03-30T04:44:31.100647+0000 mgr.y (mgr.25441) 1729 : cluster [DBG] pgmap v1123: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cephadm 2024-03-30T04:44:31.107385+0000 mgr.y (mgr.25441) 1730 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cluster 2024-03-30T04:44:31.155305+0000 mgr.y (mgr.25441) 1731 : cluster [DBG] pgmap v1124: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cluster 2024-03-30T04:44:31.155654+0000 mgr.y (mgr.25441) 1732 : cluster [DBG] pgmap v1125: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cephadm 2024-03-30T04:44:31.162743+0000 mgr.y (mgr.25441) 1733 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cluster 2024-03-30T04:44:31.227467+0000 mgr.y (mgr.25441) 1734 : cluster [DBG] pgmap v1126: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 25 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cluster 2024-03-30T04:44:31.227880+0000 mgr.y (mgr.25441) 1735 : cluster [DBG] pgmap v1127: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 25 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cephadm 2024-03-30T04:44:31.234902+0000 mgr.y (mgr.25441) 1736 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.267064+0000 mgr.y (mgr.25441) 1737 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:32.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cluster 2024-03-30T04:44:31.280769+0000 mgr.y (mgr.25441) 1738 : cluster [DBG] pgmap v1128: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 27 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cluster 2024-03-30T04:44:31.281179+0000 mgr.y (mgr.25441) 1739 : cluster [DBG] pgmap v1129: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 27 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.285399+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cephadm 2024-03-30T04:44:31.287868+0000 mgr.y (mgr.25441) 1740 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.345952+0000 mon.c (mon.1) 1332 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.347697+0000 mon.c (mon.1) 1333 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.349364+0000 mon.c (mon.1) 1334 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.349978+0000 mon.c (mon.1) 1335 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cluster 2024-03-30T04:44:31.351238+0000 mgr.y (mgr.25441) 1741 : cluster [DBG] pgmap v1130: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 25 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cluster 2024-03-30T04:44:31.351628+0000 mgr.y (mgr.25441) 1742 : cluster [DBG] pgmap v1131: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 25 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.355840+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cephadm 2024-03-30T04:44:31.359051+0000 mgr.y (mgr.25441) 1743 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.401604+0000 mon.c (mon.1) 1336 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.404158+0000 mon.c (mon.1) 1337 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.406228+0000 mon.c (mon.1) 1338 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.406949+0000 mon.c (mon.1) 1339 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cluster 2024-03-30T04:44:31.408358+0000 mgr.y (mgr.25441) 1744 : cluster [DBG] pgmap v1132: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cluster 2024-03-30T04:44:31.408695+0000 mgr.y (mgr.25441) 1745 : cluster [DBG] pgmap v1133: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.415764+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cephadm 2024-03-30T04:44:31.418791+0000 mgr.y (mgr.25441) 1746 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.458966+0000 mon.c (mon.1) 1340 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.460759+0000 mon.c (mon.1) 1341 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.462867+0000 mon.c (mon.1) 1342 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.463496+0000 mon.c (mon.1) 1343 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cluster 2024-03-30T04:44:31.464830+0000 mgr.y (mgr.25441) 1747 : cluster [DBG] pgmap v1134: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cluster 2024-03-30T04:44:31.465193+0000 mgr.y (mgr.25441) 1748 : cluster [DBG] pgmap v1135: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.472420+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cephadm 2024-03-30T04:44:31.475351+0000 mgr.y (mgr.25441) 1749 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.531928+0000 mon.c (mon.1) 1344 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.534088+0000 mon.c (mon.1) 1345 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.536586+0000 mon.c (mon.1) 1346 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.537513+0000 mon.c (mon.1) 1347 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.538777+0000 mon.a (mon.0) 783 : audit [INF] from='osd.1 [v2:172.21.15.111:6810/897753558,v1:172.21.15.111:6811/897753558]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-30T04:44:32.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cluster 2024-03-30T04:44:31.539672+0000 mgr.y (mgr.25441) 1750 : cluster [DBG] pgmap v1136: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cluster 2024-03-30T04:44:31.540060+0000 mgr.y (mgr.25441) 1751 : cluster [DBG] pgmap v1137: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.545583+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cephadm 2024-03-30T04:44:31.548596+0000 mgr.y (mgr.25441) 1752 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.593256+0000 mon.c (mon.1) 1348 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.595333+0000 mon.c (mon.1) 1349 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.597045+0000 mon.c (mon.1) 1350 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.597681+0000 mon.c (mon.1) 1351 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cluster 2024-03-30T04:44:31.599123+0000 mgr.y (mgr.25441) 1753 : cluster [DBG] pgmap v1138: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cluster 2024-03-30T04:44:31.599434+0000 mgr.y (mgr.25441) 1754 : cluster [DBG] pgmap v1139: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.606010+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cephadm 2024-03-30T04:44:31.609040+0000 mgr.y (mgr.25441) 1755 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.653842+0000 mon.c (mon.1) 1352 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.655943+0000 mon.c (mon.1) 1353 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.657675+0000 mon.c (mon.1) 1354 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.658330+0000 mon.c (mon.1) 1355 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cluster 2024-03-30T04:44:31.659846+0000 mgr.y (mgr.25441) 1756 : cluster [DBG] pgmap v1140: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cluster 2024-03-30T04:44:31.660159+0000 mgr.y (mgr.25441) 1757 : cluster [DBG] pgmap v1141: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.667039+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cephadm 2024-03-30T04:44:31.668693+0000 mgr.y (mgr.25441) 1758 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.708899+0000 mon.c (mon.1) 1356 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.710989+0000 mon.c (mon.1) 1357 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.712624+0000 mon.c (mon.1) 1358 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.713246+0000 mon.c (mon.1) 1359 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cluster 2024-03-30T04:44:31.714655+0000 mgr.y (mgr.25441) 1759 : cluster [DBG] pgmap v1142: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cluster 2024-03-30T04:44:31.714979+0000 mgr.y (mgr.25441) 1760 : cluster [DBG] pgmap v1143: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:32.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.719525+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: cephadm 2024-03-30T04:44:31.720101+0000 mgr.y (mgr.25441) 1761 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:32.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.761536+0000 mon.c (mon.1) 1360 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.763601+0000 mon.c (mon.1) 1361 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.765430+0000 mon.c (mon.1) 1362 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.766278+0000 mon.c (mon.1) 1363 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.774318+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.831700+0000 mon.c (mon.1) 1364 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.833501+0000 mon.c (mon.1) 1365 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.836000+0000 mon.c (mon.1) 1366 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.836736+0000 mon.c (mon.1) 1367 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.844172+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.884972+0000 mon.c (mon.1) 1368 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.886751+0000 mon.c (mon.1) 1369 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.888453+0000 mon.c (mon.1) 1370 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.889052+0000 mon.c (mon.1) 1371 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.895867+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.938904+0000 mon.c (mon.1) 1372 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.940629+0000 mon.c (mon.1) 1373 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.942820+0000 mon.c (mon.1) 1374 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.943456+0000 mon.c (mon.1) 1375 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:31.950100+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:32.006741+0000 mon.c (mon.1) 1376 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:32.008795+0000 mon.c (mon.1) 1377 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:32.010648+0000 mon.c (mon.1) 1378 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:32.011290+0000 mon.c (mon.1) 1379 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:32.018344+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:32.076082+0000 mon.c (mon.1) 1380 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:32.078162+0000 mon.c (mon.1) 1381 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:32.080034+0000 mon.c (mon.1) 1382 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:32.080726+0000 mon.c (mon.1) 1383 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:32.088039+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:32.145923+0000 mon.c (mon.1) 1384 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:32.147896+0000 mon.c (mon.1) 1385 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:32.149889+0000 mon.c (mon.1) 1386 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:32.150572+0000 mon.c (mon.1) 1387 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:32.157826+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:32.216205+0000 mon.c (mon.1) 1388 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:32.218456+0000 mon.c (mon.1) 1389 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:32.220226+0000 mon.c (mon.1) 1390 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:32.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:32.220896+0000 mon.c (mon.1) 1391 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:32.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:32.227220+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:32.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:32.286254+0000 mon.c (mon.1) 1392 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:32.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:32.288672+0000 mon.c (mon.1) 1393 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:32.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:32 smithi117 bash[62284]: audit 2024-03-30T04:44:32.290833+0000 mon.c (mon.1) 1394 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:33.238 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:44:32 smithi111 bash[81381]: debug 2024-03-30T04:44:32.940+0000 7fcb31aa7700 -1 osd.1 113 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:44:33.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: cluster 2024-03-30T04:44:31.767954+0000 mgr.y (mgr.25441) 1762 : cluster [DBG] pgmap v1144: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: cluster 2024-03-30T04:44:31.768388+0000 mgr.y (mgr.25441) 1763 : cluster [DBG] pgmap v1145: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: cephadm 2024-03-30T04:44:31.774974+0000 mgr.y (mgr.25441) 1764 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:33.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: cluster 2024-03-30T04:44:31.838046+0000 mgr.y (mgr.25441) 1765 : cluster [DBG] pgmap v1146: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: cluster 2024-03-30T04:44:31.838364+0000 mgr.y (mgr.25441) 1766 : cluster [DBG] pgmap v1147: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: cephadm 2024-03-30T04:44:31.844695+0000 mgr.y (mgr.25441) 1767 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:33.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: cluster 2024-03-30T04:44:31.890371+0000 mgr.y (mgr.25441) 1768 : cluster [DBG] pgmap v1148: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: cluster 2024-03-30T04:44:31.890672+0000 mgr.y (mgr.25441) 1769 : cluster [DBG] pgmap v1149: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: cephadm 2024-03-30T04:44:31.896434+0000 mgr.y (mgr.25441) 1770 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:33.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: cluster 2024-03-30T04:44:31.944803+0000 mgr.y (mgr.25441) 1771 : cluster [DBG] pgmap v1150: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: cluster 2024-03-30T04:44:31.945196+0000 mgr.y (mgr.25441) 1772 : cluster [DBG] pgmap v1151: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: cephadm 2024-03-30T04:44:31.950728+0000 mgr.y (mgr.25441) 1773 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:33.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: cluster 2024-03-30T04:44:32.012620+0000 mgr.y (mgr.25441) 1774 : cluster [DBG] pgmap v1152: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: cluster 2024-03-30T04:44:32.012947+0000 mgr.y (mgr.25441) 1775 : cluster [DBG] pgmap v1153: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: cephadm 2024-03-30T04:44:32.018966+0000 mgr.y (mgr.25441) 1776 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:33.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: cluster 2024-03-30T04:44:32.082229+0000 mgr.y (mgr.25441) 1777 : cluster [DBG] pgmap v1154: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: cluster 2024-03-30T04:44:32.082581+0000 mgr.y (mgr.25441) 1778 : cluster [DBG] pgmap v1155: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: cephadm 2024-03-30T04:44:32.088662+0000 mgr.y (mgr.25441) 1779 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:33.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: cluster 2024-03-30T04:44:32.151905+0000 mgr.y (mgr.25441) 1780 : cluster [DBG] pgmap v1156: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: cluster 2024-03-30T04:44:32.152200+0000 mgr.y (mgr.25441) 1781 : cluster [DBG] pgmap v1157: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: cephadm 2024-03-30T04:44:32.158457+0000 mgr.y (mgr.25441) 1782 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:33.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: cluster 2024-03-30T04:44:32.222176+0000 mgr.y (mgr.25441) 1783 : cluster [DBG] pgmap v1158: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: cluster 2024-03-30T04:44:32.222580+0000 mgr.y (mgr.25441) 1784 : cluster [DBG] pgmap v1159: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: cephadm 2024-03-30T04:44:32.227978+0000 mgr.y (mgr.25441) 1785 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:33.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:32.291686+0000 mon.c (mon.1) 1395 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:33.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: cluster 2024-03-30T04:44:32.293510+0000 mgr.y (mgr.25441) 1786 : cluster [DBG] pgmap v1160: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 142 KiB/s rd, 0 B/s wr, 236 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: cluster 2024-03-30T04:44:32.293988+0000 mgr.y (mgr.25441) 1787 : cluster [DBG] pgmap v1161: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 142 KiB/s rd, 0 B/s wr, 236 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:32.310123+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:33.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: cephadm 2024-03-30T04:44:32.311157+0000 mgr.y (mgr.25441) 1788 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:33.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:32.353213+0000 mon.c (mon.1) 1396 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:33.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:32.355094+0000 mon.c (mon.1) 1397 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:33.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:32.357021+0000 mon.c (mon.1) 1398 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:33.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: cluster 2024-03-30T04:44:31.767954+0000 mgr.y (mgr.25441) 1762 : cluster [DBG] pgmap v1144: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: cluster 2024-03-30T04:44:31.768388+0000 mgr.y (mgr.25441) 1763 : cluster [DBG] pgmap v1145: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: cephadm 2024-03-30T04:44:31.774974+0000 mgr.y (mgr.25441) 1764 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:33.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: cluster 2024-03-30T04:44:31.838046+0000 mgr.y (mgr.25441) 1765 : cluster [DBG] pgmap v1146: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: cluster 2024-03-30T04:44:31.838364+0000 mgr.y (mgr.25441) 1766 : cluster [DBG] pgmap v1147: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: cephadm 2024-03-30T04:44:31.844695+0000 mgr.y (mgr.25441) 1767 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:33.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: cluster 2024-03-30T04:44:31.890371+0000 mgr.y (mgr.25441) 1768 : cluster [DBG] pgmap v1148: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: cluster 2024-03-30T04:44:31.890672+0000 mgr.y (mgr.25441) 1769 : cluster [DBG] pgmap v1149: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: cephadm 2024-03-30T04:44:31.896434+0000 mgr.y (mgr.25441) 1770 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:33.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: cluster 2024-03-30T04:44:31.944803+0000 mgr.y (mgr.25441) 1771 : cluster [DBG] pgmap v1150: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: cluster 2024-03-30T04:44:31.945196+0000 mgr.y (mgr.25441) 1772 : cluster [DBG] pgmap v1151: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: cephadm 2024-03-30T04:44:31.950728+0000 mgr.y (mgr.25441) 1773 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:33.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: cluster 2024-03-30T04:44:32.012620+0000 mgr.y (mgr.25441) 1774 : cluster [DBG] pgmap v1152: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: cluster 2024-03-30T04:44:32.012947+0000 mgr.y (mgr.25441) 1775 : cluster [DBG] pgmap v1153: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: cephadm 2024-03-30T04:44:32.018966+0000 mgr.y (mgr.25441) 1776 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:33.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:32.357642+0000 mon.c (mon.1) 1399 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:33.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: cluster 2024-03-30T04:44:32.359017+0000 mgr.y (mgr.25441) 1789 : cluster [DBG] pgmap v1162: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 145 KiB/s rd, 0 B/s wr, 241 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: cluster 2024-03-30T04:44:32.359436+0000 mgr.y (mgr.25441) 1790 : cluster [DBG] pgmap v1163: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 145 KiB/s rd, 0 B/s wr, 241 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:32.363767+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:33.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: cephadm 2024-03-30T04:44:32.364749+0000 mgr.y (mgr.25441) 1791 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:33.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:32.406024+0000 mon.c (mon.1) 1400 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:33.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:32.407868+0000 mon.c (mon.1) 1401 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:33.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:32.410154+0000 mon.c (mon.1) 1402 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:33.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:32.410968+0000 mon.c (mon.1) 1403 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:33.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: cluster 2024-03-30T04:44:32.412283+0000 mgr.y (mgr.25441) 1792 : cluster [DBG] pgmap v1164: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 158 KiB/s rd, 0 B/s wr, 263 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: cluster 2024-03-30T04:44:32.412618+0000 mgr.y (mgr.25441) 1793 : cluster [DBG] pgmap v1165: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 158 KiB/s rd, 0 B/s wr, 263 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:32.417289+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:33.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: cephadm 2024-03-30T04:44:32.418606+0000 mgr.y (mgr.25441) 1794 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:33.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:32.459468+0000 mon.c (mon.1) 1404 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:33.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:32.461183+0000 mon.c (mon.1) 1405 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:33.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:32.462930+0000 mon.c (mon.1) 1406 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:33.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:32.463535+0000 mon.c (mon.1) 1407 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:33.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: cluster 2024-03-30T04:44:32.082229+0000 mgr.y (mgr.25441) 1777 : cluster [DBG] pgmap v1154: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: cluster 2024-03-30T04:44:32.082581+0000 mgr.y (mgr.25441) 1778 : cluster [DBG] pgmap v1155: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: cephadm 2024-03-30T04:44:32.088662+0000 mgr.y (mgr.25441) 1779 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:33.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: cluster 2024-03-30T04:44:32.151905+0000 mgr.y (mgr.25441) 1780 : cluster [DBG] pgmap v1156: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: cluster 2024-03-30T04:44:32.152200+0000 mgr.y (mgr.25441) 1781 : cluster [DBG] pgmap v1157: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: cephadm 2024-03-30T04:44:32.158457+0000 mgr.y (mgr.25441) 1782 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:33.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: cluster 2024-03-30T04:44:32.222176+0000 mgr.y (mgr.25441) 1783 : cluster [DBG] pgmap v1158: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: cluster 2024-03-30T04:44:32.222580+0000 mgr.y (mgr.25441) 1784 : cluster [DBG] pgmap v1159: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: cephadm 2024-03-30T04:44:32.227978+0000 mgr.y (mgr.25441) 1785 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:33.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:32.291686+0000 mon.c (mon.1) 1395 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:33.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: cluster 2024-03-30T04:44:32.293510+0000 mgr.y (mgr.25441) 1786 : cluster [DBG] pgmap v1160: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 142 KiB/s rd, 0 B/s wr, 236 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: cluster 2024-03-30T04:44:32.293988+0000 mgr.y (mgr.25441) 1787 : cluster [DBG] pgmap v1161: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 142 KiB/s rd, 0 B/s wr, 236 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:32.310123+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:33.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: cephadm 2024-03-30T04:44:32.311157+0000 mgr.y (mgr.25441) 1788 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:33.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:32.353213+0000 mon.c (mon.1) 1396 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:33.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:32.355094+0000 mon.c (mon.1) 1397 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:33.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:32.357021+0000 mon.c (mon.1) 1398 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:33.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: cluster 2024-03-30T04:44:32.464827+0000 mgr.y (mgr.25441) 1795 : cluster [DBG] pgmap v1166: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: cluster 2024-03-30T04:44:32.465178+0000 mgr.y (mgr.25441) 1796 : cluster [DBG] pgmap v1167: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:32.469318+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:33.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: cephadm 2024-03-30T04:44:32.472369+0000 mgr.y (mgr.25441) 1797 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:33.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:32.472571+0000 mon.a (mon.0) 800 : audit [INF] from='osd.1 [v2:172.21.15.111:6810/897753558,v1:172.21.15.111:6811/897753558]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-30T04:44:33.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: cluster 2024-03-30T04:44:32.475321+0000 mon.a (mon.0) 801 : cluster [DBG] osdmap e116: 8 total, 7 up, 8 in 2024-03-30T04:44:33.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:32.475642+0000 mon.a (mon.0) 802 : audit [INF] from='osd.1 [v2:172.21.15.111:6810/897753558,v1:172.21.15.111:6811/897753558]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2024-03-30T04:44:33.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:32.513790+0000 mon.c (mon.1) 1408 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:33.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:32.515864+0000 mon.c (mon.1) 1409 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:33.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:32.517821+0000 mon.c (mon.1) 1410 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:33.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:32.518495+0000 mon.c (mon.1) 1411 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:33.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: cluster 2024-03-30T04:44:32.519887+0000 mgr.y (mgr.25441) 1798 : cluster [DBG] pgmap v1169: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: cluster 2024-03-30T04:44:32.520291+0000 mgr.y (mgr.25441) 1799 : cluster [DBG] pgmap v1170: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:32.638100+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:33.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: cephadm 2024-03-30T04:44:32.668238+0000 mgr.y (mgr.25441) 1800 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:33.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:32.726290+0000 mon.c (mon.1) 1412 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:33.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:32.728383+0000 mon.c (mon.1) 1413 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:33.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:32.730144+0000 mon.c (mon.1) 1414 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:33.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:32.357642+0000 mon.c (mon.1) 1399 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:33.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: cluster 2024-03-30T04:44:32.359017+0000 mgr.y (mgr.25441) 1789 : cluster [DBG] pgmap v1162: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 145 KiB/s rd, 0 B/s wr, 241 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: cluster 2024-03-30T04:44:32.359436+0000 mgr.y (mgr.25441) 1790 : cluster [DBG] pgmap v1163: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 145 KiB/s rd, 0 B/s wr, 241 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:32.363767+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:33.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: cephadm 2024-03-30T04:44:32.364749+0000 mgr.y (mgr.25441) 1791 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:33.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:32.406024+0000 mon.c (mon.1) 1400 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:33.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:32.407868+0000 mon.c (mon.1) 1401 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:33.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:32.410154+0000 mon.c (mon.1) 1402 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:33.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:32.410968+0000 mon.c (mon.1) 1403 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:33.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: cluster 2024-03-30T04:44:32.412283+0000 mgr.y (mgr.25441) 1792 : cluster [DBG] pgmap v1164: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 158 KiB/s rd, 0 B/s wr, 263 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: cluster 2024-03-30T04:44:32.412618+0000 mgr.y (mgr.25441) 1793 : cluster [DBG] pgmap v1165: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 158 KiB/s rd, 0 B/s wr, 263 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:32.417289+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:33.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: cephadm 2024-03-30T04:44:32.418606+0000 mgr.y (mgr.25441) 1794 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:33.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:32.459468+0000 mon.c (mon.1) 1404 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:33.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:32.461183+0000 mon.c (mon.1) 1405 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:33.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:32.462930+0000 mon.c (mon.1) 1406 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:33.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:32.463535+0000 mon.c (mon.1) 1407 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:33.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:32.730773+0000 mon.c (mon.1) 1415 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:33.639 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: cluster 2024-03-30T04:44:32.732091+0000 mgr.y (mgr.25441) 1801 : cluster [DBG] pgmap v1171: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.639 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: cluster 2024-03-30T04:44:32.732390+0000 mgr.y (mgr.25441) 1802 : cluster [DBG] pgmap v1172: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.639 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:32.828457+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:33.639 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:32.892548+0000 mon.c (mon.1) 1416 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:33.640 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:32.894980+0000 mon.c (mon.1) 1417 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:33.640 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:32.897216+0000 mon.c (mon.1) 1418 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:33.640 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:32.898021+0000 mon.c (mon.1) 1419 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:33.640 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:32.905488+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:33.640 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:32.917140+0000 mon.a (mon.0) 806 : audit [INF] from='osd.1 [v2:172.21.15.111:6810/897753558,v1:172.21.15.111:6811/897753558]' entity='osd.1' 2024-03-30T04:44:33.640 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:32.947091+0000 mon.c (mon.1) 1420 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:33.641 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:32.948823+0000 mon.c (mon.1) 1421 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:33.641 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:32.950667+0000 mon.c (mon.1) 1422 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:33.641 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:32.951344+0000 mon.c (mon.1) 1423 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:33.641 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:32.961283+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:33.641 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:33.018834+0000 mon.c (mon.1) 1424 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:33.641 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:33.020777+0000 mon.c (mon.1) 1425 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:33.642 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:33.023024+0000 mon.c (mon.1) 1426 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:33.642 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:33.023641+0000 mon.c (mon.1) 1427 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:33.642 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: cluster 2024-03-30T04:44:32.464827+0000 mgr.y (mgr.25441) 1795 : cluster [DBG] pgmap v1166: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.643 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: cluster 2024-03-30T04:44:32.465178+0000 mgr.y (mgr.25441) 1796 : cluster [DBG] pgmap v1167: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.643 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:32.469318+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:33.643 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: cephadm 2024-03-30T04:44:32.472369+0000 mgr.y (mgr.25441) 1797 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:33.643 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:32.472571+0000 mon.a (mon.0) 800 : audit [INF] from='osd.1 [v2:172.21.15.111:6810/897753558,v1:172.21.15.111:6811/897753558]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-30T04:44:33.643 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: cluster 2024-03-30T04:44:32.475321+0000 mon.a (mon.0) 801 : cluster [DBG] osdmap e116: 8 total, 7 up, 8 in 2024-03-30T04:44:33.643 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:32.475642+0000 mon.a (mon.0) 802 : audit [INF] from='osd.1 [v2:172.21.15.111:6810/897753558,v1:172.21.15.111:6811/897753558]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2024-03-30T04:44:33.644 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:32.513790+0000 mon.c (mon.1) 1408 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:33.644 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:32.515864+0000 mon.c (mon.1) 1409 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:33.644 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:32.517821+0000 mon.c (mon.1) 1410 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:33.644 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:32.518495+0000 mon.c (mon.1) 1411 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:33.644 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: cluster 2024-03-30T04:44:32.519887+0000 mgr.y (mgr.25441) 1798 : cluster [DBG] pgmap v1169: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.644 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: cluster 2024-03-30T04:44:32.520291+0000 mgr.y (mgr.25441) 1799 : cluster [DBG] pgmap v1170: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.645 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:32.638100+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:33.645 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: cephadm 2024-03-30T04:44:32.668238+0000 mgr.y (mgr.25441) 1800 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:33.645 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:32.726290+0000 mon.c (mon.1) 1412 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:33.645 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:32.728383+0000 mon.c (mon.1) 1413 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:33.646 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:32.730144+0000 mon.c (mon.1) 1414 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:33.646 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:33.031032+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:33.647 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:33.089618+0000 mon.c (mon.1) 1428 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:33.647 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:33.091608+0000 mon.c (mon.1) 1429 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:33.647 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:33.093711+0000 mon.c (mon.1) 1430 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:33.647 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:33.094565+0000 mon.c (mon.1) 1431 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:33.647 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:33.102843+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:33.648 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:33.145427+0000 mon.c (mon.1) 1432 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:33.648 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:33.147609+0000 mon.c (mon.1) 1433 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:33.648 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:33.149631+0000 mon.c (mon.1) 1434 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:33.648 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:33.150346+0000 mon.c (mon.1) 1435 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:33.648 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:33.158431+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:33.648 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:33.199521+0000 mon.c (mon.1) 1436 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:33.649 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:33.201283+0000 mon.c (mon.1) 1437 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:33.649 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:33.203348+0000 mon.c (mon.1) 1438 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:33.649 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:33.203994+0000 mon.c (mon.1) 1439 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:33.649 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:33.212525+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:33.649 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:33.272114+0000 mon.c (mon.1) 1440 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:33.649 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:33.274257+0000 mon.c (mon.1) 1441 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:33.650 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:33.276475+0000 mon.c (mon.1) 1442 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:33.650 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:33.277274+0000 mon.c (mon.1) 1443 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:33.650 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[70954]: audit 2024-03-30T04:44:33.285364+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:33.651 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:32.730773+0000 mon.c (mon.1) 1415 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:33.651 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: cluster 2024-03-30T04:44:32.732091+0000 mgr.y (mgr.25441) 1801 : cluster [DBG] pgmap v1171: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.651 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: cluster 2024-03-30T04:44:32.732390+0000 mgr.y (mgr.25441) 1802 : cluster [DBG] pgmap v1172: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.651 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:32.828457+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:33.652 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:32.892548+0000 mon.c (mon.1) 1416 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:33.652 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:32.894980+0000 mon.c (mon.1) 1417 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:33.652 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:32.897216+0000 mon.c (mon.1) 1418 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:33.652 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:32.898021+0000 mon.c (mon.1) 1419 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:33.652 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:32.905488+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:33.652 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:32.917140+0000 mon.a (mon.0) 806 : audit [INF] from='osd.1 [v2:172.21.15.111:6810/897753558,v1:172.21.15.111:6811/897753558]' entity='osd.1' 2024-03-30T04:44:33.653 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:32.947091+0000 mon.c (mon.1) 1420 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:33.653 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:32.948823+0000 mon.c (mon.1) 1421 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:33.653 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:32.950667+0000 mon.c (mon.1) 1422 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:33.653 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:32.951344+0000 mon.c (mon.1) 1423 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:33.653 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:32.961283+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:33.653 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:33.018834+0000 mon.c (mon.1) 1424 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:33.654 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:33.020777+0000 mon.c (mon.1) 1425 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:33.654 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:33.023024+0000 mon.c (mon.1) 1426 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:33.654 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:33.023641+0000 mon.c (mon.1) 1427 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:33.654 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:33.031032+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:33.654 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:33.089618+0000 mon.c (mon.1) 1428 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:33.655 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:33.091608+0000 mon.c (mon.1) 1429 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:33.655 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:33.093711+0000 mon.c (mon.1) 1430 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:33.655 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:33.094565+0000 mon.c (mon.1) 1431 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:33.655 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:33.102843+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:33.655 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:33.145427+0000 mon.c (mon.1) 1432 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:33.655 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:33.147609+0000 mon.c (mon.1) 1433 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:33.656 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:33.149631+0000 mon.c (mon.1) 1434 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:33.656 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:33.150346+0000 mon.c (mon.1) 1435 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:33.656 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:33.158431+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:33.656 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:33.199521+0000 mon.c (mon.1) 1436 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:33.656 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:33.201283+0000 mon.c (mon.1) 1437 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:33.657 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:33.203348+0000 mon.c (mon.1) 1438 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:33.657 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:33.203994+0000 mon.c (mon.1) 1439 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:33.657 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:33.212525+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:33.657 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:33.272114+0000 mon.c (mon.1) 1440 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:33.657 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:33.274257+0000 mon.c (mon.1) 1441 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:33.657 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:33.276475+0000 mon.c (mon.1) 1442 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:33.657 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:33.277274+0000 mon.c (mon.1) 1443 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:33.658 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:33 smithi111 bash[73591]: audit 2024-03-30T04:44:33.285364+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:33.660 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: cluster 2024-03-30T04:44:31.767954+0000 mgr.y (mgr.25441) 1762 : cluster [DBG] pgmap v1144: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.660 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: cluster 2024-03-30T04:44:31.768388+0000 mgr.y (mgr.25441) 1763 : cluster [DBG] pgmap v1145: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.660 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: cephadm 2024-03-30T04:44:31.774974+0000 mgr.y (mgr.25441) 1764 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:33.660 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: cluster 2024-03-30T04:44:31.838046+0000 mgr.y (mgr.25441) 1765 : cluster [DBG] pgmap v1146: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.660 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: cluster 2024-03-30T04:44:31.838364+0000 mgr.y (mgr.25441) 1766 : cluster [DBG] pgmap v1147: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.661 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: cephadm 2024-03-30T04:44:31.844695+0000 mgr.y (mgr.25441) 1767 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:33.661 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: cluster 2024-03-30T04:44:31.890371+0000 mgr.y (mgr.25441) 1768 : cluster [DBG] pgmap v1148: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.661 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: cluster 2024-03-30T04:44:31.890672+0000 mgr.y (mgr.25441) 1769 : cluster [DBG] pgmap v1149: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.661 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: cephadm 2024-03-30T04:44:31.896434+0000 mgr.y (mgr.25441) 1770 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:33.661 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: cluster 2024-03-30T04:44:31.944803+0000 mgr.y (mgr.25441) 1771 : cluster [DBG] pgmap v1150: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.661 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: cluster 2024-03-30T04:44:31.945196+0000 mgr.y (mgr.25441) 1772 : cluster [DBG] pgmap v1151: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.662 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: cephadm 2024-03-30T04:44:31.950728+0000 mgr.y (mgr.25441) 1773 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:33.662 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: cluster 2024-03-30T04:44:32.012620+0000 mgr.y (mgr.25441) 1774 : cluster [DBG] pgmap v1152: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.662 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: cluster 2024-03-30T04:44:32.012947+0000 mgr.y (mgr.25441) 1775 : cluster [DBG] pgmap v1153: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.662 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: cephadm 2024-03-30T04:44:32.018966+0000 mgr.y (mgr.25441) 1776 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:33.662 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: cluster 2024-03-30T04:44:32.082229+0000 mgr.y (mgr.25441) 1777 : cluster [DBG] pgmap v1154: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.662 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: cluster 2024-03-30T04:44:32.082581+0000 mgr.y (mgr.25441) 1778 : cluster [DBG] pgmap v1155: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.663 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: cephadm 2024-03-30T04:44:32.088662+0000 mgr.y (mgr.25441) 1779 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:33.663 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: cluster 2024-03-30T04:44:32.151905+0000 mgr.y (mgr.25441) 1780 : cluster [DBG] pgmap v1156: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.663 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: cluster 2024-03-30T04:44:32.152200+0000 mgr.y (mgr.25441) 1781 : cluster [DBG] pgmap v1157: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.663 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: cephadm 2024-03-30T04:44:32.158457+0000 mgr.y (mgr.25441) 1782 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:33.663 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: cluster 2024-03-30T04:44:32.222176+0000 mgr.y (mgr.25441) 1783 : cluster [DBG] pgmap v1158: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.663 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: cluster 2024-03-30T04:44:32.222580+0000 mgr.y (mgr.25441) 1784 : cluster [DBG] pgmap v1159: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.664 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: cephadm 2024-03-30T04:44:32.227978+0000 mgr.y (mgr.25441) 1785 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:33.664 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:32.291686+0000 mon.c (mon.1) 1395 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:33.664 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: cluster 2024-03-30T04:44:32.293510+0000 mgr.y (mgr.25441) 1786 : cluster [DBG] pgmap v1160: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 142 KiB/s rd, 0 B/s wr, 236 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.664 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: cluster 2024-03-30T04:44:32.293988+0000 mgr.y (mgr.25441) 1787 : cluster [DBG] pgmap v1161: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 142 KiB/s rd, 0 B/s wr, 236 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.664 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:32.310123+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:33.664 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: cephadm 2024-03-30T04:44:32.311157+0000 mgr.y (mgr.25441) 1788 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:33.665 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:32.353213+0000 mon.c (mon.1) 1396 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:33.665 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:32.355094+0000 mon.c (mon.1) 1397 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:33.665 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:32.357021+0000 mon.c (mon.1) 1398 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:33.665 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:32.357642+0000 mon.c (mon.1) 1399 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:33.665 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: cluster 2024-03-30T04:44:32.359017+0000 mgr.y (mgr.25441) 1789 : cluster [DBG] pgmap v1162: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 145 KiB/s rd, 0 B/s wr, 241 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.666 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: cluster 2024-03-30T04:44:32.359436+0000 mgr.y (mgr.25441) 1790 : cluster [DBG] pgmap v1163: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 145 KiB/s rd, 0 B/s wr, 241 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.666 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:32.363767+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:33.666 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: cephadm 2024-03-30T04:44:32.364749+0000 mgr.y (mgr.25441) 1791 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:33.666 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:32.406024+0000 mon.c (mon.1) 1400 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:33.666 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:32.407868+0000 mon.c (mon.1) 1401 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:33.666 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:32.410154+0000 mon.c (mon.1) 1402 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:33.667 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:32.410968+0000 mon.c (mon.1) 1403 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:33.667 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: cluster 2024-03-30T04:44:32.412283+0000 mgr.y (mgr.25441) 1792 : cluster [DBG] pgmap v1164: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 158 KiB/s rd, 0 B/s wr, 263 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.667 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: cluster 2024-03-30T04:44:32.412618+0000 mgr.y (mgr.25441) 1793 : cluster [DBG] pgmap v1165: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 158 KiB/s rd, 0 B/s wr, 263 op/s; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.667 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:32.417289+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:33.667 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: cephadm 2024-03-30T04:44:32.418606+0000 mgr.y (mgr.25441) 1794 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:33.667 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:32.459468+0000 mon.c (mon.1) 1404 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:33.668 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:32.461183+0000 mon.c (mon.1) 1405 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:33.668 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:32.462930+0000 mon.c (mon.1) 1406 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:33.668 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:32.463535+0000 mon.c (mon.1) 1407 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:33.668 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: cluster 2024-03-30T04:44:32.464827+0000 mgr.y (mgr.25441) 1795 : cluster [DBG] pgmap v1166: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.668 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: cluster 2024-03-30T04:44:32.465178+0000 mgr.y (mgr.25441) 1796 : cluster [DBG] pgmap v1167: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.668 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:32.469318+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:33.669 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: cephadm 2024-03-30T04:44:32.472369+0000 mgr.y (mgr.25441) 1797 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:33.669 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:32.472571+0000 mon.a (mon.0) 800 : audit [INF] from='osd.1 [v2:172.21.15.111:6810/897753558,v1:172.21.15.111:6811/897753558]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-30T04:44:33.669 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: cluster 2024-03-30T04:44:32.475321+0000 mon.a (mon.0) 801 : cluster [DBG] osdmap e116: 8 total, 7 up, 8 in 2024-03-30T04:44:33.669 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:32.475642+0000 mon.a (mon.0) 802 : audit [INF] from='osd.1 [v2:172.21.15.111:6810/897753558,v1:172.21.15.111:6811/897753558]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2024-03-30T04:44:33.669 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:32.513790+0000 mon.c (mon.1) 1408 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:33.669 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:32.515864+0000 mon.c (mon.1) 1409 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:33.670 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:32.517821+0000 mon.c (mon.1) 1410 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:33.670 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:32.518495+0000 mon.c (mon.1) 1411 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:33.670 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: cluster 2024-03-30T04:44:32.519887+0000 mgr.y (mgr.25441) 1798 : cluster [DBG] pgmap v1169: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.670 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: cluster 2024-03-30T04:44:32.520291+0000 mgr.y (mgr.25441) 1799 : cluster [DBG] pgmap v1170: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 122 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.671 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:32.638100+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:33.671 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: cephadm 2024-03-30T04:44:32.668238+0000 mgr.y (mgr.25441) 1800 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:33.671 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:32.726290+0000 mon.c (mon.1) 1412 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:33.671 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:32.728383+0000 mon.c (mon.1) 1413 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:33.671 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:32.730144+0000 mon.c (mon.1) 1414 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:33.672 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:32.730773+0000 mon.c (mon.1) 1415 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:33.672 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: cluster 2024-03-30T04:44:32.732091+0000 mgr.y (mgr.25441) 1801 : cluster [DBG] pgmap v1171: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.672 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: cluster 2024-03-30T04:44:32.732390+0000 mgr.y (mgr.25441) 1802 : cluster [DBG] pgmap v1172: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:33.672 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:32.828457+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:33.672 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:32.892548+0000 mon.c (mon.1) 1416 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:33.673 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:32.894980+0000 mon.c (mon.1) 1417 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:33.673 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:32.897216+0000 mon.c (mon.1) 1418 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:33.673 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:32.898021+0000 mon.c (mon.1) 1419 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:33.673 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:32.905488+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:33.673 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:32.917140+0000 mon.a (mon.0) 806 : audit [INF] from='osd.1 [v2:172.21.15.111:6810/897753558,v1:172.21.15.111:6811/897753558]' entity='osd.1' 2024-03-30T04:44:33.673 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:32.947091+0000 mon.c (mon.1) 1420 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:33.674 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:32.948823+0000 mon.c (mon.1) 1421 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:33.674 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:32.950667+0000 mon.c (mon.1) 1422 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:33.674 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:32.951344+0000 mon.c (mon.1) 1423 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:33.674 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:32.961283+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:33.674 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:33.018834+0000 mon.c (mon.1) 1424 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:33.674 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:33.020777+0000 mon.c (mon.1) 1425 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:33.675 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:33.023024+0000 mon.c (mon.1) 1426 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:33.675 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:33.023641+0000 mon.c (mon.1) 1427 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:33.675 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:33.031032+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:33.675 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:33.089618+0000 mon.c (mon.1) 1428 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:33.675 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:33.091608+0000 mon.c (mon.1) 1429 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:33.675 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:33.093711+0000 mon.c (mon.1) 1430 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:33.675 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:33.094565+0000 mon.c (mon.1) 1431 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:33.675 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:33.102843+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:33.675 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:33.145427+0000 mon.c (mon.1) 1432 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:33.675 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:33.147609+0000 mon.c (mon.1) 1433 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:33.675 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:33.149631+0000 mon.c (mon.1) 1434 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:33.675 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:33.150346+0000 mon.c (mon.1) 1435 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:33.675 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:33.158431+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:33.675 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:33.199521+0000 mon.c (mon.1) 1436 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:33.676 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:33.201283+0000 mon.c (mon.1) 1437 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:33.676 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:33.203348+0000 mon.c (mon.1) 1438 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:33.676 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:33.203994+0000 mon.c (mon.1) 1439 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:33.676 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:33.212525+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:33.676 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:33.272114+0000 mon.c (mon.1) 1440 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:33.676 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:33.274257+0000 mon.c (mon.1) 1441 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:33.677 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:33.276475+0000 mon.c (mon.1) 1442 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:33.677 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:33.277274+0000 mon.c (mon.1) 1443 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:33.677 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:33 smithi117 bash[62284]: audit 2024-03-30T04:44:33.285364+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:34.615 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[65893]: debug 2024-03-30T04:44:34.172+0000 7f81a1b9f700 -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) 2024-03-30T04:44:34.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: cephadm 2024-03-30T04:44:32.831295+0000 mgr.y (mgr.25441) 1803 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:34.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: cluster 2024-03-30T04:44:32.899642+0000 mgr.y (mgr.25441) 1804 : cluster [DBG] pgmap v1173: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: cluster 2024-03-30T04:44:32.900026+0000 mgr.y (mgr.25441) 1805 : cluster [DBG] pgmap v1174: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: cephadm 2024-03-30T04:44:32.906112+0000 mgr.y (mgr.25441) 1806 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:34.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: cluster 2024-03-30T04:44:32.952668+0000 mgr.y (mgr.25441) 1807 : cluster [DBG] pgmap v1175: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: cluster 2024-03-30T04:44:32.952969+0000 mgr.y (mgr.25441) 1808 : cluster [DBG] pgmap v1176: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: cephadm 2024-03-30T04:44:32.961903+0000 mgr.y (mgr.25441) 1809 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:34.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: cluster 2024-03-30T04:44:33.024996+0000 mgr.y (mgr.25441) 1810 : cluster [DBG] pgmap v1177: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: cluster 2024-03-30T04:44:33.025331+0000 mgr.y (mgr.25441) 1811 : cluster [DBG] pgmap v1178: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: cephadm 2024-03-30T04:44:33.031775+0000 mgr.y (mgr.25441) 1812 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:34.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: cluster 2024-03-30T04:44:33.096185+0000 mgr.y (mgr.25441) 1813 : cluster [DBG] pgmap v1179: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: cluster 2024-03-30T04:44:33.096554+0000 mgr.y (mgr.25441) 1814 : cluster [DBG] pgmap v1180: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: cephadm 2024-03-30T04:44:33.104310+0000 mgr.y (mgr.25441) 1815 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:34.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: cluster 2024-03-30T04:44:33.151834+0000 mgr.y (mgr.25441) 1816 : cluster [DBG] pgmap v1181: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: cluster 2024-03-30T04:44:33.152272+0000 mgr.y (mgr.25441) 1817 : cluster [DBG] pgmap v1182: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: cephadm 2024-03-30T04:44:33.159110+0000 mgr.y (mgr.25441) 1818 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:34.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: cephadm 2024-03-30T04:44:32.831295+0000 mgr.y (mgr.25441) 1803 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:34.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: cluster 2024-03-30T04:44:32.899642+0000 mgr.y (mgr.25441) 1804 : cluster [DBG] pgmap v1173: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: cluster 2024-03-30T04:44:32.900026+0000 mgr.y (mgr.25441) 1805 : cluster [DBG] pgmap v1174: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: cephadm 2024-03-30T04:44:32.906112+0000 mgr.y (mgr.25441) 1806 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:34.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: cluster 2024-03-30T04:44:32.952668+0000 mgr.y (mgr.25441) 1807 : cluster [DBG] pgmap v1175: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: cluster 2024-03-30T04:44:32.952969+0000 mgr.y (mgr.25441) 1808 : cluster [DBG] pgmap v1176: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: cephadm 2024-03-30T04:44:32.961903+0000 mgr.y (mgr.25441) 1809 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:34.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: cluster 2024-03-30T04:44:33.024996+0000 mgr.y (mgr.25441) 1810 : cluster [DBG] pgmap v1177: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: cluster 2024-03-30T04:44:33.025331+0000 mgr.y (mgr.25441) 1811 : cluster [DBG] pgmap v1178: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: cephadm 2024-03-30T04:44:33.031775+0000 mgr.y (mgr.25441) 1812 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:34.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: cluster 2024-03-30T04:44:33.096185+0000 mgr.y (mgr.25441) 1813 : cluster [DBG] pgmap v1179: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: cluster 2024-03-30T04:44:33.096554+0000 mgr.y (mgr.25441) 1814 : cluster [DBG] pgmap v1180: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: cephadm 2024-03-30T04:44:33.104310+0000 mgr.y (mgr.25441) 1815 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:34.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: cluster 2024-03-30T04:44:33.151834+0000 mgr.y (mgr.25441) 1816 : cluster [DBG] pgmap v1181: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: cluster 2024-03-30T04:44:33.152272+0000 mgr.y (mgr.25441) 1817 : cluster [DBG] pgmap v1182: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: cephadm 2024-03-30T04:44:33.159110+0000 mgr.y (mgr.25441) 1818 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:34.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: cluster 2024-03-30T04:44:33.205682+0000 mgr.y (mgr.25441) 1819 : cluster [DBG] pgmap v1183: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: cluster 2024-03-30T04:44:33.206069+0000 mgr.y (mgr.25441) 1820 : cluster [DBG] pgmap v1184: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: cephadm 2024-03-30T04:44:33.214225+0000 mgr.y (mgr.25441) 1821 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:34.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: cluster 2024-03-30T04:44:33.278721+0000 mgr.y (mgr.25441) 1822 : cluster [DBG] pgmap v1185: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: cluster 2024-03-30T04:44:33.279084+0000 mgr.y (mgr.25441) 1823 : cluster [DBG] pgmap v1186: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: cephadm 2024-03-30T04:44:33.286272+0000 mgr.y (mgr.25441) 1824 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:34.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.360534+0000 mon.c (mon.1) 1444 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:34.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.362438+0000 mon.c (mon.1) 1445 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:34.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.364383+0000 mon.c (mon.1) 1446 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:34.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.365148+0000 mon.c (mon.1) 1447 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:34.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: cluster 2024-03-30T04:44:33.366677+0000 mgr.y (mgr.25441) 1825 : cluster [DBG] pgmap v1187: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: cluster 2024-03-30T04:44:33.367059+0000 mgr.y (mgr.25441) 1826 : cluster [DBG] pgmap v1188: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.371546+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:34.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: cephadm 2024-03-30T04:44:33.373316+0000 mgr.y (mgr.25441) 1827 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:34.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.430726+0000 mon.c (mon.1) 1448 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:34.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.432600+0000 mon.c (mon.1) 1449 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:34.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.434668+0000 mon.c (mon.1) 1450 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:34.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: cluster 2024-03-30T04:44:33.205682+0000 mgr.y (mgr.25441) 1819 : cluster [DBG] pgmap v1183: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: cluster 2024-03-30T04:44:33.206069+0000 mgr.y (mgr.25441) 1820 : cluster [DBG] pgmap v1184: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: cephadm 2024-03-30T04:44:33.214225+0000 mgr.y (mgr.25441) 1821 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:34.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: cluster 2024-03-30T04:44:33.278721+0000 mgr.y (mgr.25441) 1822 : cluster [DBG] pgmap v1185: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: cluster 2024-03-30T04:44:33.279084+0000 mgr.y (mgr.25441) 1823 : cluster [DBG] pgmap v1186: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: cephadm 2024-03-30T04:44:33.286272+0000 mgr.y (mgr.25441) 1824 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:34.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.360534+0000 mon.c (mon.1) 1444 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:34.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.362438+0000 mon.c (mon.1) 1445 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:34.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.364383+0000 mon.c (mon.1) 1446 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:34.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.365148+0000 mon.c (mon.1) 1447 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:34.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: cluster 2024-03-30T04:44:33.366677+0000 mgr.y (mgr.25441) 1825 : cluster [DBG] pgmap v1187: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: cluster 2024-03-30T04:44:33.367059+0000 mgr.y (mgr.25441) 1826 : cluster [DBG] pgmap v1188: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.371546+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:34.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: cephadm 2024-03-30T04:44:33.373316+0000 mgr.y (mgr.25441) 1827 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:34.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.430726+0000 mon.c (mon.1) 1448 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:34.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.432600+0000 mon.c (mon.1) 1449 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:34.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.434668+0000 mon.c (mon.1) 1450 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:34.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.435378+0000 mon.c (mon.1) 1451 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:34.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: cluster 2024-03-30T04:44:33.436770+0000 mgr.y (mgr.25441) 1828 : cluster [DBG] pgmap v1189: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: cluster 2024-03-30T04:44:33.437154+0000 mgr.y (mgr.25441) 1829 : cluster [DBG] pgmap v1190: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.442519+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:34.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: cephadm 2024-03-30T04:44:33.444220+0000 mgr.y (mgr.25441) 1830 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:34.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.505936+0000 mon.c (mon.1) 1452 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:34.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.508244+0000 mon.c (mon.1) 1453 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:34.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.510234+0000 mon.c (mon.1) 1454 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:34.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.510936+0000 mon.c (mon.1) 1455 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:34.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: cluster 2024-03-30T04:44:33.512546+0000 mgr.y (mgr.25441) 1831 : cluster [DBG] pgmap v1191: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: cluster 2024-03-30T04:44:33.512898+0000 mgr.y (mgr.25441) 1832 : cluster [DBG] pgmap v1192: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.517377+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:34.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: cephadm 2024-03-30T04:44:33.518279+0000 mgr.y (mgr.25441) 1833 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:34.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.575656+0000 mon.c (mon.1) 1456 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:34.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.577550+0000 mon.c (mon.1) 1457 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:34.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.580020+0000 mon.c (mon.1) 1458 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:34.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.580785+0000 mon.c (mon.1) 1459 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:34.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: cluster 2024-03-30T04:44:33.582475+0000 mgr.y (mgr.25441) 1834 : cluster [DBG] pgmap v1193: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.435378+0000 mon.c (mon.1) 1451 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:34.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: cluster 2024-03-30T04:44:33.436770+0000 mgr.y (mgr.25441) 1828 : cluster [DBG] pgmap v1189: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: cluster 2024-03-30T04:44:33.437154+0000 mgr.y (mgr.25441) 1829 : cluster [DBG] pgmap v1190: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.442519+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:34.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: cephadm 2024-03-30T04:44:33.444220+0000 mgr.y (mgr.25441) 1830 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:34.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.505936+0000 mon.c (mon.1) 1452 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:34.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.508244+0000 mon.c (mon.1) 1453 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:34.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.510234+0000 mon.c (mon.1) 1454 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:34.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.510936+0000 mon.c (mon.1) 1455 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:34.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: cluster 2024-03-30T04:44:33.512546+0000 mgr.y (mgr.25441) 1831 : cluster [DBG] pgmap v1191: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: cluster 2024-03-30T04:44:33.512898+0000 mgr.y (mgr.25441) 1832 : cluster [DBG] pgmap v1192: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.517377+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:34.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: cephadm 2024-03-30T04:44:33.518279+0000 mgr.y (mgr.25441) 1833 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:34.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.575656+0000 mon.c (mon.1) 1456 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:34.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.577550+0000 mon.c (mon.1) 1457 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:34.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.580020+0000 mon.c (mon.1) 1458 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:34.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.580785+0000 mon.c (mon.1) 1459 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:34.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: cluster 2024-03-30T04:44:33.582475+0000 mgr.y (mgr.25441) 1834 : cluster [DBG] pgmap v1193: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: cluster 2024-03-30T04:44:33.582895+0000 mgr.y (mgr.25441) 1835 : cluster [DBG] pgmap v1194: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.588382+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:34.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: cephadm 2024-03-30T04:44:33.590954+0000 mgr.y (mgr.25441) 1836 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:34.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.650344+0000 mon.c (mon.1) 1460 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:34.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.652358+0000 mon.c (mon.1) 1461 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:34.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.654303+0000 mon.c (mon.1) 1462 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:34.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.655107+0000 mon.c (mon.1) 1463 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:34.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: cluster 2024-03-30T04:44:33.656510+0000 mgr.y (mgr.25441) 1837 : cluster [DBG] pgmap v1195: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: cluster 2024-03-30T04:44:33.656859+0000 mgr.y (mgr.25441) 1838 : cluster [DBG] pgmap v1196: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.661869+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:34.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: cephadm 2024-03-30T04:44:33.665304+0000 mgr.y (mgr.25441) 1839 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:34.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.723217+0000 mon.c (mon.1) 1464 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:34.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.725512+0000 mon.c (mon.1) 1465 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:34.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.727644+0000 mon.c (mon.1) 1466 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:34.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.728442+0000 mon.c (mon.1) 1467 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:34.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: cluster 2024-03-30T04:44:33.730020+0000 mgr.y (mgr.25441) 1840 : cluster [DBG] pgmap v1197: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: cluster 2024-03-30T04:44:33.730540+0000 mgr.y (mgr.25441) 1841 : cluster [DBG] pgmap v1198: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.735214+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:34.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: cluster 2024-03-30T04:44:33.582895+0000 mgr.y (mgr.25441) 1835 : cluster [DBG] pgmap v1194: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.588382+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:34.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: cephadm 2024-03-30T04:44:33.590954+0000 mgr.y (mgr.25441) 1836 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:34.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.650344+0000 mon.c (mon.1) 1460 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:34.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.652358+0000 mon.c (mon.1) 1461 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:34.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.654303+0000 mon.c (mon.1) 1462 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:34.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.655107+0000 mon.c (mon.1) 1463 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:34.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: cluster 2024-03-30T04:44:33.656510+0000 mgr.y (mgr.25441) 1837 : cluster [DBG] pgmap v1195: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: cluster 2024-03-30T04:44:33.656859+0000 mgr.y (mgr.25441) 1838 : cluster [DBG] pgmap v1196: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.661869+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:34.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: cephadm 2024-03-30T04:44:33.665304+0000 mgr.y (mgr.25441) 1839 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:34.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.723217+0000 mon.c (mon.1) 1464 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:34.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.725512+0000 mon.c (mon.1) 1465 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:34.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.727644+0000 mon.c (mon.1) 1466 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:34.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.728442+0000 mon.c (mon.1) 1467 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:34.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: cluster 2024-03-30T04:44:33.730020+0000 mgr.y (mgr.25441) 1840 : cluster [DBG] pgmap v1197: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: cluster 2024-03-30T04:44:33.730540+0000 mgr.y (mgr.25441) 1841 : cluster [DBG] pgmap v1198: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.735214+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:34.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: cephadm 2024-03-30T04:44:33.737442+0000 mgr.y (mgr.25441) 1842 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:34.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.795592+0000 mon.c (mon.1) 1468 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:34.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.797582+0000 mon.c (mon.1) 1469 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:34.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.799604+0000 mon.c (mon.1) 1470 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:34.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.800377+0000 mon.c (mon.1) 1471 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:34.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.807960+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:34.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.869671+0000 mon.c (mon.1) 1472 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:34.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.872131+0000 mon.c (mon.1) 1473 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:34.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.874344+0000 mon.c (mon.1) 1474 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:34.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.875118+0000 mon.c (mon.1) 1475 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:34.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.882978+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:34.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.943631+0000 mon.c (mon.1) 1476 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:34.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.945420+0000 mon.c (mon.1) 1477 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:34.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.947197+0000 mon.c (mon.1) 1478 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:34.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.947812+0000 mon.c (mon.1) 1479 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:34.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.954126+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:34.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: cluster 2024-03-30T04:44:33.959014+0000 mon.a (mon.0) 822 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:44:34.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: cluster 2024-03-30T04:44:33.964570+0000 mon.a (mon.0) 823 : cluster [INF] osd.1 [v2:172.21.15.111:6810/897753558,v1:172.21.15.111:6811/897753558] boot 2024-03-30T04:44:34.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: cluster 2024-03-30T04:44:33.964621+0000 mon.a (mon.0) 824 : cluster [DBG] osdmap e117: 8 total, 8 up, 8 in 2024-03-30T04:44:34.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:33.977538+0000 mon.c (mon.1) 1480 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:44:34.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:34.035380+0000 mon.c (mon.1) 1481 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:34.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:34.037202+0000 mon.c (mon.1) 1482 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:34.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:34.039756+0000 mon.c (mon.1) 1483 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:34.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:34.040461+0000 mon.c (mon.1) 1484 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:34.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:34.047218+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:34.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:34.092600+0000 mon.c (mon.1) 1485 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:34.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:34.094350+0000 mon.c (mon.1) 1486 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:34.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:34.096117+0000 mon.c (mon.1) 1487 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:34.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:34.096819+0000 mon.c (mon.1) 1488 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:34.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:34.104200+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:34.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:34.115872+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:34.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:34.124953+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:34.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:34.133708+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:34.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:34.170909+0000 mon.c (mon.1) 1489 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:34.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:34.172836+0000 mon.c (mon.1) 1490 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:34.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:34.174293+0000 mon.c (mon.1) 1491 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:34.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:34.175406+0000 mon.c (mon.1) 1492 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:34.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[70954]: audit 2024-03-30T04:44:34.176745+0000 mon.c (mon.1) 1493 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-30T04:44:34.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: cephadm 2024-03-30T04:44:33.737442+0000 mgr.y (mgr.25441) 1842 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:34.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.795592+0000 mon.c (mon.1) 1468 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:34.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.797582+0000 mon.c (mon.1) 1469 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:34.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.799604+0000 mon.c (mon.1) 1470 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:34.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.800377+0000 mon.c (mon.1) 1471 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:34.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.807960+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:34.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.869671+0000 mon.c (mon.1) 1472 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:34.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.872131+0000 mon.c (mon.1) 1473 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:34.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.874344+0000 mon.c (mon.1) 1474 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:34.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.875118+0000 mon.c (mon.1) 1475 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:34.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.882978+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:34.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.943631+0000 mon.c (mon.1) 1476 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:34.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.945420+0000 mon.c (mon.1) 1477 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:34.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.947197+0000 mon.c (mon.1) 1478 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:34.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.947812+0000 mon.c (mon.1) 1479 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:34.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.954126+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:34.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: cluster 2024-03-30T04:44:33.959014+0000 mon.a (mon.0) 822 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:44:34.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: cluster 2024-03-30T04:44:33.964570+0000 mon.a (mon.0) 823 : cluster [INF] osd.1 [v2:172.21.15.111:6810/897753558,v1:172.21.15.111:6811/897753558] boot 2024-03-30T04:44:34.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: cluster 2024-03-30T04:44:33.964621+0000 mon.a (mon.0) 824 : cluster [DBG] osdmap e117: 8 total, 8 up, 8 in 2024-03-30T04:44:34.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:33.977538+0000 mon.c (mon.1) 1480 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:44:34.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:34.035380+0000 mon.c (mon.1) 1481 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:34.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:34.037202+0000 mon.c (mon.1) 1482 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:34.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:34.039756+0000 mon.c (mon.1) 1483 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:34.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:34.040461+0000 mon.c (mon.1) 1484 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:34.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:34.047218+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:34.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:34.092600+0000 mon.c (mon.1) 1485 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:34.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:34.094350+0000 mon.c (mon.1) 1486 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:34.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:34.096117+0000 mon.c (mon.1) 1487 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:34.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:34.096819+0000 mon.c (mon.1) 1488 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:34.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:34.104200+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:34.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:34.115872+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:34.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:34.124953+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:34.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:34.133708+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:34.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:34.170909+0000 mon.c (mon.1) 1489 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:34.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:34.172836+0000 mon.c (mon.1) 1490 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:34.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:34.174293+0000 mon.c (mon.1) 1491 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:34.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:34.175406+0000 mon.c (mon.1) 1492 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:34.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:34 smithi111 bash[73591]: audit 2024-03-30T04:44:34.176745+0000 mon.c (mon.1) 1493 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-30T04:44:34.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: cephadm 2024-03-30T04:44:32.831295+0000 mgr.y (mgr.25441) 1803 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:34.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: cluster 2024-03-30T04:44:32.899642+0000 mgr.y (mgr.25441) 1804 : cluster [DBG] pgmap v1173: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: cluster 2024-03-30T04:44:32.900026+0000 mgr.y (mgr.25441) 1805 : cluster [DBG] pgmap v1174: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: cephadm 2024-03-30T04:44:32.906112+0000 mgr.y (mgr.25441) 1806 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:34.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: cluster 2024-03-30T04:44:32.952668+0000 mgr.y (mgr.25441) 1807 : cluster [DBG] pgmap v1175: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: cluster 2024-03-30T04:44:32.952969+0000 mgr.y (mgr.25441) 1808 : cluster [DBG] pgmap v1176: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: cephadm 2024-03-30T04:44:32.961903+0000 mgr.y (mgr.25441) 1809 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:34.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: cluster 2024-03-30T04:44:33.024996+0000 mgr.y (mgr.25441) 1810 : cluster [DBG] pgmap v1177: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: cluster 2024-03-30T04:44:33.025331+0000 mgr.y (mgr.25441) 1811 : cluster [DBG] pgmap v1178: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: cephadm 2024-03-30T04:44:33.031775+0000 mgr.y (mgr.25441) 1812 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:34.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: cluster 2024-03-30T04:44:33.096185+0000 mgr.y (mgr.25441) 1813 : cluster [DBG] pgmap v1179: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: cluster 2024-03-30T04:44:33.096554+0000 mgr.y (mgr.25441) 1814 : cluster [DBG] pgmap v1180: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: cephadm 2024-03-30T04:44:33.104310+0000 mgr.y (mgr.25441) 1815 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:34.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: cluster 2024-03-30T04:44:33.151834+0000 mgr.y (mgr.25441) 1816 : cluster [DBG] pgmap v1181: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: cluster 2024-03-30T04:44:33.152272+0000 mgr.y (mgr.25441) 1817 : cluster [DBG] pgmap v1182: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: cephadm 2024-03-30T04:44:33.159110+0000 mgr.y (mgr.25441) 1818 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:34.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: cluster 2024-03-30T04:44:33.205682+0000 mgr.y (mgr.25441) 1819 : cluster [DBG] pgmap v1183: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: cluster 2024-03-30T04:44:33.206069+0000 mgr.y (mgr.25441) 1820 : cluster [DBG] pgmap v1184: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: cephadm 2024-03-30T04:44:33.214225+0000 mgr.y (mgr.25441) 1821 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:34.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: cluster 2024-03-30T04:44:33.278721+0000 mgr.y (mgr.25441) 1822 : cluster [DBG] pgmap v1185: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: cluster 2024-03-30T04:44:33.279084+0000 mgr.y (mgr.25441) 1823 : cluster [DBG] pgmap v1186: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: cephadm 2024-03-30T04:44:33.286272+0000 mgr.y (mgr.25441) 1824 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:34.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.360534+0000 mon.c (mon.1) 1444 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:34.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.362438+0000 mon.c (mon.1) 1445 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:34.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.364383+0000 mon.c (mon.1) 1446 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:34.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.365148+0000 mon.c (mon.1) 1447 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:34.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: cluster 2024-03-30T04:44:33.366677+0000 mgr.y (mgr.25441) 1825 : cluster [DBG] pgmap v1187: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: cluster 2024-03-30T04:44:33.367059+0000 mgr.y (mgr.25441) 1826 : cluster [DBG] pgmap v1188: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.371546+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:34.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: cephadm 2024-03-30T04:44:33.373316+0000 mgr.y (mgr.25441) 1827 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:34.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.430726+0000 mon.c (mon.1) 1448 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:34.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.432600+0000 mon.c (mon.1) 1449 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:34.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.434668+0000 mon.c (mon.1) 1450 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:34.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.435378+0000 mon.c (mon.1) 1451 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:34.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: cluster 2024-03-30T04:44:33.436770+0000 mgr.y (mgr.25441) 1828 : cluster [DBG] pgmap v1189: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: cluster 2024-03-30T04:44:33.437154+0000 mgr.y (mgr.25441) 1829 : cluster [DBG] pgmap v1190: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.442519+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:34.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: cephadm 2024-03-30T04:44:33.444220+0000 mgr.y (mgr.25441) 1830 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:34.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.505936+0000 mon.c (mon.1) 1452 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:34.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.508244+0000 mon.c (mon.1) 1453 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:34.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.510234+0000 mon.c (mon.1) 1454 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:34.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.510936+0000 mon.c (mon.1) 1455 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:34.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: cluster 2024-03-30T04:44:33.512546+0000 mgr.y (mgr.25441) 1831 : cluster [DBG] pgmap v1191: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: cluster 2024-03-30T04:44:33.512898+0000 mgr.y (mgr.25441) 1832 : cluster [DBG] pgmap v1192: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.517377+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:34.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: cephadm 2024-03-30T04:44:33.518279+0000 mgr.y (mgr.25441) 1833 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:34.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.575656+0000 mon.c (mon.1) 1456 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:34.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.577550+0000 mon.c (mon.1) 1457 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:34.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.580020+0000 mon.c (mon.1) 1458 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:34.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.580785+0000 mon.c (mon.1) 1459 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:34.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: cluster 2024-03-30T04:44:33.582475+0000 mgr.y (mgr.25441) 1834 : cluster [DBG] pgmap v1193: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: cluster 2024-03-30T04:44:33.582895+0000 mgr.y (mgr.25441) 1835 : cluster [DBG] pgmap v1194: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.588382+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:34.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: cephadm 2024-03-30T04:44:33.590954+0000 mgr.y (mgr.25441) 1836 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:34.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.650344+0000 mon.c (mon.1) 1460 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:34.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.652358+0000 mon.c (mon.1) 1461 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:34.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.654303+0000 mon.c (mon.1) 1462 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:34.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.655107+0000 mon.c (mon.1) 1463 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:34.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: cluster 2024-03-30T04:44:33.656510+0000 mgr.y (mgr.25441) 1837 : cluster [DBG] pgmap v1195: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: cluster 2024-03-30T04:44:33.656859+0000 mgr.y (mgr.25441) 1838 : cluster [DBG] pgmap v1196: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.661869+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:34.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: cephadm 2024-03-30T04:44:33.665304+0000 mgr.y (mgr.25441) 1839 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:34.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.723217+0000 mon.c (mon.1) 1464 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:34.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.725512+0000 mon.c (mon.1) 1465 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:34.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.727644+0000 mon.c (mon.1) 1466 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:34.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.728442+0000 mon.c (mon.1) 1467 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:34.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: cluster 2024-03-30T04:44:33.730020+0000 mgr.y (mgr.25441) 1840 : cluster [DBG] pgmap v1197: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: cluster 2024-03-30T04:44:33.730540+0000 mgr.y (mgr.25441) 1841 : cluster [DBG] pgmap v1198: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:34.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.735214+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:34.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: cephadm 2024-03-30T04:44:33.737442+0000 mgr.y (mgr.25441) 1842 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:34.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.795592+0000 mon.c (mon.1) 1468 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:34.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.797582+0000 mon.c (mon.1) 1469 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:34.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.799604+0000 mon.c (mon.1) 1470 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:34.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.800377+0000 mon.c (mon.1) 1471 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:34.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.807960+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:34.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.869671+0000 mon.c (mon.1) 1472 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:34.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.872131+0000 mon.c (mon.1) 1473 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:34.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.874344+0000 mon.c (mon.1) 1474 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:34.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.875118+0000 mon.c (mon.1) 1475 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:34.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.882978+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:34.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.943631+0000 mon.c (mon.1) 1476 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:34.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.945420+0000 mon.c (mon.1) 1477 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:34.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.947197+0000 mon.c (mon.1) 1478 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:34.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.947812+0000 mon.c (mon.1) 1479 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:34.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.954126+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:34.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: cluster 2024-03-30T04:44:33.959014+0000 mon.a (mon.0) 822 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:44:34.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: cluster 2024-03-30T04:44:33.964570+0000 mon.a (mon.0) 823 : cluster [INF] osd.1 [v2:172.21.15.111:6810/897753558,v1:172.21.15.111:6811/897753558] boot 2024-03-30T04:44:34.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: cluster 2024-03-30T04:44:33.964621+0000 mon.a (mon.0) 824 : cluster [DBG] osdmap e117: 8 total, 8 up, 8 in 2024-03-30T04:44:34.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:33.977538+0000 mon.c (mon.1) 1480 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:44:34.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:34.035380+0000 mon.c (mon.1) 1481 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:34.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:34.037202+0000 mon.c (mon.1) 1482 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:34.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:34.039756+0000 mon.c (mon.1) 1483 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:34.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:34.040461+0000 mon.c (mon.1) 1484 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:34.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:34.047218+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:34.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:34.092600+0000 mon.c (mon.1) 1485 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:34.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:34.094350+0000 mon.c (mon.1) 1486 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:34.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:34.096117+0000 mon.c (mon.1) 1487 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:34.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:34.096819+0000 mon.c (mon.1) 1488 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:34.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:34.104200+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:34.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:34.115872+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:34.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:34.124953+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:34.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:34.133708+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:34.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:34.170909+0000 mon.c (mon.1) 1489 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:34.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:34.172836+0000 mon.c (mon.1) 1490 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:34.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:34.174293+0000 mon.c (mon.1) 1491 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:34.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:34.175406+0000 mon.c (mon.1) 1492 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:34.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:34 smithi117 bash[62284]: audit 2024-03-30T04:44:34.176745+0000 mon.c (mon.1) 1493 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-30T04:44:35.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:35 smithi111 bash[70954]: cluster 2024-03-30T04:44:33.802012+0000 mgr.y (mgr.25441) 1843 : cluster [DBG] pgmap v1199: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:35.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:35 smithi111 bash[70954]: cluster 2024-03-30T04:44:33.802436+0000 mgr.y (mgr.25441) 1844 : cluster [DBG] pgmap v1200: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:35.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:35 smithi111 bash[70954]: cephadm 2024-03-30T04:44:33.810813+0000 mgr.y (mgr.25441) 1845 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:35.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:35 smithi111 bash[70954]: cluster 2024-03-30T04:44:33.876591+0000 mgr.y (mgr.25441) 1846 : cluster [DBG] pgmap v1201: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:35.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:35 smithi111 bash[70954]: cluster 2024-03-30T04:44:33.877021+0000 mgr.y (mgr.25441) 1847 : cluster [DBG] pgmap v1202: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:35.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:35 smithi111 bash[70954]: cephadm 2024-03-30T04:44:33.886349+0000 mgr.y (mgr.25441) 1848 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:35.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:35 smithi111 bash[70954]: cluster 2024-03-30T04:44:33.949147+0000 mgr.y (mgr.25441) 1849 : cluster [DBG] pgmap v1203: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:35.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:35 smithi111 bash[70954]: cluster 2024-03-30T04:44:33.949531+0000 mgr.y (mgr.25441) 1850 : cluster [DBG] pgmap v1204: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:35.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:35 smithi111 bash[70954]: cephadm 2024-03-30T04:44:33.956546+0000 mgr.y (mgr.25441) 1851 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:35.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:35 smithi111 bash[70954]: cluster 2024-03-30T04:44:34.042058+0000 mgr.y (mgr.25441) 1852 : cluster [DBG] pgmap v1206: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:35.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:35 smithi111 bash[70954]: cluster 2024-03-30T04:44:34.042698+0000 mgr.y (mgr.25441) 1853 : cluster [DBG] pgmap v1207: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:35.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:35 smithi111 bash[70954]: cephadm 2024-03-30T04:44:34.049109+0000 mgr.y (mgr.25441) 1854 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:35.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:35 smithi111 bash[70954]: cluster 2024-03-30T04:44:34.098123+0000 mgr.y (mgr.25441) 1855 : cluster [DBG] pgmap v1208: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:35.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:35 smithi111 bash[70954]: cluster 2024-03-30T04:44:34.098455+0000 mgr.y (mgr.25441) 1856 : cluster [DBG] pgmap v1209: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:35.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:35 smithi111 bash[70954]: cephadm 2024-03-30T04:44:34.107248+0000 mgr.y (mgr.25441) 1857 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:35.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:35 smithi111 bash[70954]: cluster 2024-03-30T04:44:34.126824+0000 mgr.y (mgr.25441) 1858 : cluster [DBG] pgmap v1210: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:35.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:35 smithi111 bash[70954]: cluster 2024-03-30T04:44:34.127173+0000 mgr.y (mgr.25441) 1859 : cluster [DBG] pgmap v1211: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:35.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:35 smithi111 bash[70954]: audit 2024-03-30T04:44:34.176902+0000 mgr.y (mgr.25441) 1860 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-30T04:44:35.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:35 smithi111 bash[70954]: cephadm 2024-03-30T04:44:34.177645+0000 mgr.y (mgr.25441) 1861 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (12 PGs are or would become offline) 2024-03-30T04:44:35.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:35 smithi111 bash[70954]: cluster 2024-03-30T04:44:34.971952+0000 mon.a (mon.0) 830 : cluster [DBG] osdmap e118: 8 total, 8 up, 8 in 2024-03-30T04:44:35.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:35 smithi111 bash[73591]: cluster 2024-03-30T04:44:33.802012+0000 mgr.y (mgr.25441) 1843 : cluster [DBG] pgmap v1199: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:35.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:35 smithi111 bash[73591]: cluster 2024-03-30T04:44:33.802436+0000 mgr.y (mgr.25441) 1844 : cluster [DBG] pgmap v1200: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:35.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:35 smithi111 bash[73591]: cephadm 2024-03-30T04:44:33.810813+0000 mgr.y (mgr.25441) 1845 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:35.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:35 smithi111 bash[73591]: cluster 2024-03-30T04:44:33.876591+0000 mgr.y (mgr.25441) 1846 : cluster [DBG] pgmap v1201: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:35.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:35 smithi111 bash[73591]: cluster 2024-03-30T04:44:33.877021+0000 mgr.y (mgr.25441) 1847 : cluster [DBG] pgmap v1202: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:35.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:35 smithi111 bash[73591]: cephadm 2024-03-30T04:44:33.886349+0000 mgr.y (mgr.25441) 1848 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:35.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:35 smithi111 bash[73591]: cluster 2024-03-30T04:44:33.949147+0000 mgr.y (mgr.25441) 1849 : cluster [DBG] pgmap v1203: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:35.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:35 smithi111 bash[73591]: cluster 2024-03-30T04:44:33.949531+0000 mgr.y (mgr.25441) 1850 : cluster [DBG] pgmap v1204: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:35.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:35 smithi111 bash[73591]: cephadm 2024-03-30T04:44:33.956546+0000 mgr.y (mgr.25441) 1851 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:35.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:35 smithi111 bash[73591]: cluster 2024-03-30T04:44:34.042058+0000 mgr.y (mgr.25441) 1852 : cluster [DBG] pgmap v1206: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:35.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:35 smithi111 bash[73591]: cluster 2024-03-30T04:44:34.042698+0000 mgr.y (mgr.25441) 1853 : cluster [DBG] pgmap v1207: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:35.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:35 smithi111 bash[73591]: cephadm 2024-03-30T04:44:34.049109+0000 mgr.y (mgr.25441) 1854 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:35.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:35 smithi111 bash[73591]: cluster 2024-03-30T04:44:34.098123+0000 mgr.y (mgr.25441) 1855 : cluster [DBG] pgmap v1208: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:35.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:35 smithi111 bash[73591]: cluster 2024-03-30T04:44:34.098455+0000 mgr.y (mgr.25441) 1856 : cluster [DBG] pgmap v1209: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:35.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:35 smithi111 bash[73591]: cephadm 2024-03-30T04:44:34.107248+0000 mgr.y (mgr.25441) 1857 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:35.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:35 smithi111 bash[73591]: cluster 2024-03-30T04:44:34.126824+0000 mgr.y (mgr.25441) 1858 : cluster [DBG] pgmap v1210: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:35.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:35 smithi111 bash[73591]: cluster 2024-03-30T04:44:34.127173+0000 mgr.y (mgr.25441) 1859 : cluster [DBG] pgmap v1211: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:35.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:35 smithi111 bash[73591]: audit 2024-03-30T04:44:34.176902+0000 mgr.y (mgr.25441) 1860 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-30T04:44:35.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:35 smithi111 bash[73591]: cephadm 2024-03-30T04:44:34.177645+0000 mgr.y (mgr.25441) 1861 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (12 PGs are or would become offline) 2024-03-30T04:44:35.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:35 smithi111 bash[73591]: cluster 2024-03-30T04:44:34.971952+0000 mon.a (mon.0) 830 : cluster [DBG] osdmap e118: 8 total, 8 up, 8 in 2024-03-30T04:44:35.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:35 smithi117 bash[62284]: cluster 2024-03-30T04:44:33.802012+0000 mgr.y (mgr.25441) 1843 : cluster [DBG] pgmap v1199: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:35.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:35 smithi117 bash[62284]: cluster 2024-03-30T04:44:33.802436+0000 mgr.y (mgr.25441) 1844 : cluster [DBG] pgmap v1200: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:35.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:35 smithi117 bash[62284]: cephadm 2024-03-30T04:44:33.810813+0000 mgr.y (mgr.25441) 1845 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:35.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:35 smithi117 bash[62284]: cluster 2024-03-30T04:44:33.876591+0000 mgr.y (mgr.25441) 1846 : cluster [DBG] pgmap v1201: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:35.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:35 smithi117 bash[62284]: cluster 2024-03-30T04:44:33.877021+0000 mgr.y (mgr.25441) 1847 : cluster [DBG] pgmap v1202: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:35.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:35 smithi117 bash[62284]: cephadm 2024-03-30T04:44:33.886349+0000 mgr.y (mgr.25441) 1848 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:35.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:35 smithi117 bash[62284]: cluster 2024-03-30T04:44:33.949147+0000 mgr.y (mgr.25441) 1849 : cluster [DBG] pgmap v1203: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:35.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:35 smithi117 bash[62284]: cluster 2024-03-30T04:44:33.949531+0000 mgr.y (mgr.25441) 1850 : cluster [DBG] pgmap v1204: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:35.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:35 smithi117 bash[62284]: cephadm 2024-03-30T04:44:33.956546+0000 mgr.y (mgr.25441) 1851 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:35.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:35 smithi117 bash[62284]: cluster 2024-03-30T04:44:34.042058+0000 mgr.y (mgr.25441) 1852 : cluster [DBG] pgmap v1206: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:35.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:35 smithi117 bash[62284]: cluster 2024-03-30T04:44:34.042698+0000 mgr.y (mgr.25441) 1853 : cluster [DBG] pgmap v1207: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:35.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:35 smithi117 bash[62284]: cephadm 2024-03-30T04:44:34.049109+0000 mgr.y (mgr.25441) 1854 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:35.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:35 smithi117 bash[62284]: cluster 2024-03-30T04:44:34.098123+0000 mgr.y (mgr.25441) 1855 : cluster [DBG] pgmap v1208: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:35.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:35 smithi117 bash[62284]: cluster 2024-03-30T04:44:34.098455+0000 mgr.y (mgr.25441) 1856 : cluster [DBG] pgmap v1209: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:35.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:35 smithi117 bash[62284]: cephadm 2024-03-30T04:44:34.107248+0000 mgr.y (mgr.25441) 1857 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:35.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:35 smithi117 bash[62284]: cluster 2024-03-30T04:44:34.126824+0000 mgr.y (mgr.25441) 1858 : cluster [DBG] pgmap v1210: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:35.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:35 smithi117 bash[62284]: cluster 2024-03-30T04:44:34.127173+0000 mgr.y (mgr.25441) 1859 : cluster [DBG] pgmap v1211: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:35.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:35 smithi117 bash[62284]: audit 2024-03-30T04:44:34.176902+0000 mgr.y (mgr.25441) 1860 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-30T04:44:35.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:35 smithi117 bash[62284]: cephadm 2024-03-30T04:44:34.177645+0000 mgr.y (mgr.25441) 1861 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (12 PGs are or would become offline) 2024-03-30T04:44:35.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:35 smithi117 bash[62284]: cluster 2024-03-30T04:44:34.971952+0000 mon.a (mon.0) 830 : cluster [DBG] osdmap e118: 8 total, 8 up, 8 in 2024-03-30T04:44:36.613 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:44:36 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:44:36] "GET /metrics HTTP/1.1" 200 38430 "" "Prometheus/2.33.4" 2024-03-30T04:44:37.582 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:37 smithi111 bash[70954]: cluster 2024-03-30T04:44:36.128155+0000 mgr.y (mgr.25441) 1862 : cluster [DBG] pgmap v1213: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:37.583 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:37 smithi111 bash[70954]: audit 2024-03-30T04:44:36.800639+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:37.583 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:37 smithi111 bash[70954]: audit 2024-03-30T04:44:36.808840+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:37.583 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:37 smithi111 bash[70954]: audit 2024-03-30T04:44:36.818334+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:37.583 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:37 smithi111 bash[70954]: audit 2024-03-30T04:44:36.842718+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:37.583 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:37 smithi111 bash[70954]: audit 2024-03-30T04:44:36.849410+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:37.583 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:37 smithi111 bash[70954]: audit 2024-03-30T04:44:36.856459+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:37.583 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:37 smithi111 bash[73591]: cluster 2024-03-30T04:44:36.128155+0000 mgr.y (mgr.25441) 1862 : cluster [DBG] pgmap v1213: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:37.583 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:37 smithi111 bash[73591]: audit 2024-03-30T04:44:36.800639+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:37.583 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:37 smithi111 bash[73591]: audit 2024-03-30T04:44:36.808840+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:37.583 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:37 smithi111 bash[73591]: audit 2024-03-30T04:44:36.818334+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:37.583 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:37 smithi111 bash[73591]: audit 2024-03-30T04:44:36.842718+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:37.584 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:37 smithi111 bash[73591]: audit 2024-03-30T04:44:36.849410+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:37.584 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:37 smithi111 bash[73591]: audit 2024-03-30T04:44:36.856459+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:37.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:37 smithi117 bash[62284]: cluster 2024-03-30T04:44:36.128155+0000 mgr.y (mgr.25441) 1862 : cluster [DBG] pgmap v1213: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 205 MiB used, 715 GiB / 715 GiB avail; 105/726 objects degraded (14.463%) 2024-03-30T04:44:37.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:37 smithi117 bash[62284]: audit 2024-03-30T04:44:36.800639+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:37.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:37 smithi117 bash[62284]: audit 2024-03-30T04:44:36.808840+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:37.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:37 smithi117 bash[62284]: audit 2024-03-30T04:44:36.818334+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:37.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:37 smithi117 bash[62284]: audit 2024-03-30T04:44:36.842718+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:37.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:37 smithi117 bash[62284]: audit 2024-03-30T04:44:36.849410+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:37.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:37 smithi117 bash[62284]: audit 2024-03-30T04:44:36.856459+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:38.508 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:38 smithi117 bash[62284]: cluster 2024-03-30T04:44:36.811451+0000 mgr.y (mgr.25441) 1863 : cluster [DBG] pgmap v1214: 161 pgs: 9 active+undersized+degraded, 16 active+undersized, 136 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 225 KiB/s rd, 0 B/s wr, 374 op/s; 45/726 objects degraded (6.198%); 0 B/s, 12 objects/s recovering 2024-03-30T04:44:38.508 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:38 smithi117 bash[62284]: cluster 2024-03-30T04:44:36.811778+0000 mgr.y (mgr.25441) 1864 : cluster [DBG] pgmap v1215: 161 pgs: 9 active+undersized+degraded, 16 active+undersized, 136 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 225 KiB/s rd, 0 B/s wr, 374 op/s; 45/726 objects degraded (6.198%); 0 B/s, 12 objects/s recovering 2024-03-30T04:44:38.508 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:38 smithi117 bash[62284]: cluster 2024-03-30T04:44:36.851102+0000 mgr.y (mgr.25441) 1865 : cluster [DBG] pgmap v1216: 161 pgs: 9 active+undersized+degraded, 16 active+undersized, 136 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 224 KiB/s rd, 0 B/s wr, 372 op/s; 45/726 objects degraded (6.198%); 0 B/s, 12 objects/s recovering 2024-03-30T04:44:38.508 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:38 smithi117 bash[62284]: cluster 2024-03-30T04:44:36.851379+0000 mgr.y (mgr.25441) 1866 : cluster [DBG] pgmap v1217: 161 pgs: 9 active+undersized+degraded, 16 active+undersized, 136 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 224 KiB/s rd, 0 B/s wr, 372 op/s; 45/726 objects degraded (6.198%); 0 B/s, 12 objects/s recovering 2024-03-30T04:44:38.509 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:38 smithi117 bash[62284]: cluster 2024-03-30T04:44:37.806579+0000 mon.a (mon.0) 837 : cluster [WRN] Health check update: Degraded data redundancy: 45/726 objects degraded (6.198%), 9 pgs degraded (PG_DEGRADED) 2024-03-30T04:44:38.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:38 smithi111 bash[70954]: cluster 2024-03-30T04:44:36.811451+0000 mgr.y (mgr.25441) 1863 : cluster [DBG] pgmap v1214: 161 pgs: 9 active+undersized+degraded, 16 active+undersized, 136 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 225 KiB/s rd, 0 B/s wr, 374 op/s; 45/726 objects degraded (6.198%); 0 B/s, 12 objects/s recovering 2024-03-30T04:44:38.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:38 smithi111 bash[70954]: cluster 2024-03-30T04:44:36.811778+0000 mgr.y (mgr.25441) 1864 : cluster [DBG] pgmap v1215: 161 pgs: 9 active+undersized+degraded, 16 active+undersized, 136 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 225 KiB/s rd, 0 B/s wr, 374 op/s; 45/726 objects degraded (6.198%); 0 B/s, 12 objects/s recovering 2024-03-30T04:44:38.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:38 smithi111 bash[70954]: cluster 2024-03-30T04:44:36.851102+0000 mgr.y (mgr.25441) 1865 : cluster [DBG] pgmap v1216: 161 pgs: 9 active+undersized+degraded, 16 active+undersized, 136 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 224 KiB/s rd, 0 B/s wr, 372 op/s; 45/726 objects degraded (6.198%); 0 B/s, 12 objects/s recovering 2024-03-30T04:44:38.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:38 smithi111 bash[70954]: cluster 2024-03-30T04:44:36.851379+0000 mgr.y (mgr.25441) 1866 : cluster [DBG] pgmap v1217: 161 pgs: 9 active+undersized+degraded, 16 active+undersized, 136 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 224 KiB/s rd, 0 B/s wr, 372 op/s; 45/726 objects degraded (6.198%); 0 B/s, 12 objects/s recovering 2024-03-30T04:44:38.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:38 smithi111 bash[70954]: cluster 2024-03-30T04:44:37.806579+0000 mon.a (mon.0) 837 : cluster [WRN] Health check update: Degraded data redundancy: 45/726 objects degraded (6.198%), 9 pgs degraded (PG_DEGRADED) 2024-03-30T04:44:38.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:38 smithi111 bash[73591]: cluster 2024-03-30T04:44:36.811451+0000 mgr.y (mgr.25441) 1863 : cluster [DBG] pgmap v1214: 161 pgs: 9 active+undersized+degraded, 16 active+undersized, 136 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 225 KiB/s rd, 0 B/s wr, 374 op/s; 45/726 objects degraded (6.198%); 0 B/s, 12 objects/s recovering 2024-03-30T04:44:38.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:38 smithi111 bash[73591]: cluster 2024-03-30T04:44:36.811778+0000 mgr.y (mgr.25441) 1864 : cluster [DBG] pgmap v1215: 161 pgs: 9 active+undersized+degraded, 16 active+undersized, 136 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 225 KiB/s rd, 0 B/s wr, 374 op/s; 45/726 objects degraded (6.198%); 0 B/s, 12 objects/s recovering 2024-03-30T04:44:38.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:38 smithi111 bash[73591]: cluster 2024-03-30T04:44:36.851102+0000 mgr.y (mgr.25441) 1865 : cluster [DBG] pgmap v1216: 161 pgs: 9 active+undersized+degraded, 16 active+undersized, 136 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 224 KiB/s rd, 0 B/s wr, 372 op/s; 45/726 objects degraded (6.198%); 0 B/s, 12 objects/s recovering 2024-03-30T04:44:38.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:38 smithi111 bash[73591]: cluster 2024-03-30T04:44:36.851379+0000 mgr.y (mgr.25441) 1866 : cluster [DBG] pgmap v1217: 161 pgs: 9 active+undersized+degraded, 16 active+undersized, 136 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 224 KiB/s rd, 0 B/s wr, 372 op/s; 45/726 objects degraded (6.198%); 0 B/s, 12 objects/s recovering 2024-03-30T04:44:38.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:38 smithi111 bash[73591]: cluster 2024-03-30T04:44:37.806579+0000 mon.a (mon.0) 837 : cluster [WRN] Health check update: Degraded data redundancy: 45/726 objects degraded (6.198%), 9 pgs degraded (PG_DEGRADED) 2024-03-30T04:44:39.594 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:39 smithi111 bash[73591]: cluster 2024-03-30T04:44:39.308559+0000 mon.a (mon.0) 838 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 45/726 objects degraded (6.198%), 9 pgs degraded) 2024-03-30T04:44:39.595 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:39 smithi111 bash[70954]: cluster 2024-03-30T04:44:39.308559+0000 mon.a (mon.0) 838 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 45/726 objects degraded (6.198%), 9 pgs degraded) 2024-03-30T04:44:39.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:39 smithi117 bash[62284]: cluster 2024-03-30T04:44:39.308559+0000 mon.a (mon.0) 838 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 45/726 objects degraded (6.198%), 9 pgs degraded) 2024-03-30T04:44:40.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:40 smithi111 bash[70954]: cluster 2024-03-30T04:44:38.852475+0000 mgr.y (mgr.25441) 1867 : cluster [DBG] pgmap v1218: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 214 KiB/s rd, 0 B/s wr, 356 op/s; 0 B/s, 14 objects/s recovering 2024-03-30T04:44:40.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:40 smithi111 bash[73591]: cluster 2024-03-30T04:44:38.852475+0000 mgr.y (mgr.25441) 1867 : cluster [DBG] pgmap v1218: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 214 KiB/s rd, 0 B/s wr, 356 op/s; 0 B/s, 14 objects/s recovering 2024-03-30T04:44:40.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:40 smithi117 bash[62284]: cluster 2024-03-30T04:44:38.852475+0000 mgr.y (mgr.25441) 1867 : cluster [DBG] pgmap v1218: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 214 KiB/s rd, 0 B/s wr, 356 op/s; 0 B/s, 14 objects/s recovering 2024-03-30T04:44:42.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:42 smithi111 bash[73591]: cluster 2024-03-30T04:44:40.853471+0000 mgr.y (mgr.25441) 1868 : cluster [DBG] pgmap v1219: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 176 KiB/s rd, 0 B/s wr, 293 op/s; 0 B/s, 12 objects/s recovering 2024-03-30T04:44:42.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:42 smithi111 bash[73591]: audit 2024-03-30T04:44:41.277883+0000 mgr.y (mgr.25441) 1869 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:42.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:42 smithi111 bash[70954]: cluster 2024-03-30T04:44:40.853471+0000 mgr.y (mgr.25441) 1868 : cluster [DBG] pgmap v1219: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 176 KiB/s rd, 0 B/s wr, 293 op/s; 0 B/s, 12 objects/s recovering 2024-03-30T04:44:42.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:42 smithi111 bash[70954]: audit 2024-03-30T04:44:41.277883+0000 mgr.y (mgr.25441) 1869 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:42.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:42 smithi117 bash[62284]: cluster 2024-03-30T04:44:40.853471+0000 mgr.y (mgr.25441) 1868 : cluster [DBG] pgmap v1219: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 176 KiB/s rd, 0 B/s wr, 293 op/s; 0 B/s, 12 objects/s recovering 2024-03-30T04:44:42.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:42 smithi117 bash[62284]: audit 2024-03-30T04:44:41.277883+0000 mgr.y (mgr.25441) 1869 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:44.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:44 smithi117 bash[62284]: cluster 2024-03-30T04:44:42.855300+0000 mgr.y (mgr.25441) 1870 : cluster [DBG] pgmap v1220: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 61 op/s; 0 B/s, 3 objects/s recovering 2024-03-30T04:44:44.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:44 smithi111 bash[70954]: cluster 2024-03-30T04:44:42.855300+0000 mgr.y (mgr.25441) 1870 : cluster [DBG] pgmap v1220: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 61 op/s; 0 B/s, 3 objects/s recovering 2024-03-30T04:44:44.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:44 smithi111 bash[73591]: cluster 2024-03-30T04:44:42.855300+0000 mgr.y (mgr.25441) 1870 : cluster [DBG] pgmap v1220: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 61 op/s; 0 B/s, 3 objects/s recovering 2024-03-30T04:44:46.615 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:44:46 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:44:46] "GET /metrics HTTP/1.1" 200 38367 "" "Prometheus/2.33.4" 2024-03-30T04:44:46.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:46 smithi111 bash[73591]: cluster 2024-03-30T04:44:44.856011+0000 mgr.y (mgr.25441) 1871 : cluster [DBG] pgmap v1221: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 0 B/s wr, 46 op/s; 0 B/s, 2 objects/s recovering 2024-03-30T04:44:46.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:46 smithi111 bash[73591]: audit 2024-03-30T04:44:45.257130+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:46.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:46 smithi111 bash[73591]: audit 2024-03-30T04:44:45.260113+0000 mon.c (mon.1) 1494 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:44:46.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:46 smithi111 bash[73591]: audit 2024-03-30T04:44:45.366307+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:46.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:46 smithi111 bash[70954]: cluster 2024-03-30T04:44:44.856011+0000 mgr.y (mgr.25441) 1871 : cluster [DBG] pgmap v1221: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 0 B/s wr, 46 op/s; 0 B/s, 2 objects/s recovering 2024-03-30T04:44:46.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:46 smithi111 bash[70954]: audit 2024-03-30T04:44:45.257130+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:46.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:46 smithi111 bash[70954]: audit 2024-03-30T04:44:45.260113+0000 mon.c (mon.1) 1494 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:44:46.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:46 smithi111 bash[70954]: audit 2024-03-30T04:44:45.366307+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:46.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:46 smithi117 bash[62284]: cluster 2024-03-30T04:44:44.856011+0000 mgr.y (mgr.25441) 1871 : cluster [DBG] pgmap v1221: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 0 B/s wr, 46 op/s; 0 B/s, 2 objects/s recovering 2024-03-30T04:44:46.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:46 smithi117 bash[62284]: audit 2024-03-30T04:44:45.257130+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:46.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:46 smithi117 bash[62284]: audit 2024-03-30T04:44:45.260113+0000 mon.c (mon.1) 1494 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:44:46.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:46 smithi117 bash[62284]: audit 2024-03-30T04:44:45.366307+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:47.722 INFO:teuthology.orchestra.run.smithi111.stdout:true 2024-03-30T04:44:48.466 INFO:teuthology.orchestra.run.smithi111.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:44:48.466 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi111 smithi111 running 11s ago 19m - - 2024-03-30T04:44:48.467 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi117 smithi117 running 11s ago 19m - - 2024-03-30T04:44:48.467 INFO:teuthology.orchestra.run.smithi111.stdout:alertmanager.a smithi111 *:9093,9094 running (5m) 11s ago 12m 13.7M - 0.23.0 ba2b418f427c 1324aeb3a452 2024-03-30T04:44:48.467 INFO:teuthology.orchestra.run.smithi111.stdout:grafana.a smithi117 *:3000 error 11s ago 11m - - 2024-03-30T04:44:48.467 INFO:teuthology.orchestra.run.smithi111.stdout:iscsi.foo.smithi111.fmwmll smithi111 running (4m) 11s ago 10m 43.8M - 3.5 e1d6a67b021e 429bab8e2057 2024-03-30T04:44:48.467 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.x smithi117 *:8443,9283,8765 running (3m) 11s ago 18m 437M - 19.0.0-2493-gd82c9aa1 3714003597ec 42ebd55da4b4 2024-03-30T04:44:48.467 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.y smithi111 *:8443,9283,8765 running (4m) 11s ago 20m 512M - 19.0.0-2493-gd82c9aa1 3714003597ec fa84fb31d2a4 2024-03-30T04:44:48.467 INFO:teuthology.orchestra.run.smithi111.stdout:mon.a smithi111 running (2m) 11s ago 20m 81.5M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 896c96f933ff 2024-03-30T04:44:48.467 INFO:teuthology.orchestra.run.smithi111.stdout:mon.b smithi117 running (2m) 11s ago 18m 38.0M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 60f10ffc2128 2024-03-30T04:44:48.467 INFO:teuthology.orchestra.run.smithi111.stdout:mon.c smithi111 running (2m) 11s ago 18m 52.4M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 385ecbe45d43 2024-03-30T04:44:48.467 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.a smithi111 *:9100 running (5m) 11s ago 12m 8947k - 1.3.1 1dbe0e931976 6370ea39ede2 2024-03-30T04:44:48.467 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.b smithi117 *:9100 running (5m) 11s ago 12m 8884k - 1.3.1 1dbe0e931976 038bdefec2fb 2024-03-30T04:44:48.467 INFO:teuthology.orchestra.run.smithi111.stdout:osd.0 smithi111 running (63s) 11s ago 18m 48.6M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec c83a5c211a2a 2024-03-30T04:44:48.467 INFO:teuthology.orchestra.run.smithi111.stdout:osd.1 smithi111 running (23s) 11s ago 17m 54.6M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 72f709306a82 2024-03-30T04:44:48.467 INFO:teuthology.orchestra.run.smithi111.stdout:osd.2 smithi111 running (16m) 11s ago 16m 57.5M 4096M 17.2.0 e1d6a67b021e 75832afbc732 2024-03-30T04:44:48.467 INFO:teuthology.orchestra.run.smithi111.stdout:osd.3 smithi111 running (16m) 11s ago 16m 62.0M 4096M 17.2.0 e1d6a67b021e 9bdb46999038 2024-03-30T04:44:48.468 INFO:teuthology.orchestra.run.smithi111.stdout:osd.4 smithi117 running (15m) 11s ago 15m 60.1M 4096M 17.2.0 e1d6a67b021e dfb36784cb06 2024-03-30T04:44:48.468 INFO:teuthology.orchestra.run.smithi111.stdout:osd.5 smithi117 running (14m) 11s ago 14m 56.2M 4096M 17.2.0 e1d6a67b021e 232d5fd01e16 2024-03-30T04:44:48.468 INFO:teuthology.orchestra.run.smithi111.stdout:osd.6 smithi117 running (14m) 11s ago 14m 54.1M 4096M 17.2.0 e1d6a67b021e 393ee9af633e 2024-03-30T04:44:48.468 INFO:teuthology.orchestra.run.smithi111.stdout:osd.7 smithi117 running (13m) 11s ago 13m 59.6M 4096M 17.2.0 e1d6a67b021e f9f3a86e8182 2024-03-30T04:44:48.468 INFO:teuthology.orchestra.run.smithi111.stdout:prometheus.a smithi117 *:9095 running (4m) 11s ago 12m 65.7M - 2.33.4 514e6a882f6e e0486046291e 2024-03-30T04:44:48.468 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi111.gqpgtc smithi111 *:8000 running (10m) 11s ago 10m 87.7M - 17.2.0 e1d6a67b021e e51a6fac1b59 2024-03-30T04:44:48.468 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi117.nijpsz smithi117 *:8000 running (10m) 11s ago 10m 87.7M - 17.2.0 e1d6a67b021e bd8939f98ae0 2024-03-30T04:44:48.468 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi111.nqgkvi smithi111 *:80 running (10m) 11s ago 10m 87.8M - 17.2.0 e1d6a67b021e 4dd1cc17abca 2024-03-30T04:44:48.468 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi117.wrgldy smithi117 *:80 running (10m) 11s ago 10m 87.4M - 17.2.0 e1d6a67b021e 1bff1faa59ec 2024-03-30T04:44:48.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:48 smithi111 bash[70954]: cluster 2024-03-30T04:44:46.857512+0000 mgr.y (mgr.25441) 1872 : cluster [DBG] pgmap v1222: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 37 op/s; 0 B/s, 2 objects/s recovering 2024-03-30T04:44:48.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:48 smithi111 bash[70954]: audit 2024-03-30T04:44:47.714078+0000 mgr.y (mgr.25441) 1873 : audit [DBG] from='client.34326 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:48.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:48 smithi111 bash[73591]: cluster 2024-03-30T04:44:46.857512+0000 mgr.y (mgr.25441) 1872 : cluster [DBG] pgmap v1222: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 37 op/s; 0 B/s, 2 objects/s recovering 2024-03-30T04:44:48.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:48 smithi111 bash[73591]: audit 2024-03-30T04:44:47.714078+0000 mgr.y (mgr.25441) 1873 : audit [DBG] from='client.34326 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:48.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:48 smithi117 bash[62284]: cluster 2024-03-30T04:44:46.857512+0000 mgr.y (mgr.25441) 1872 : cluster [DBG] pgmap v1222: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 37 op/s; 0 B/s, 2 objects/s recovering 2024-03-30T04:44:48.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:48 smithi117 bash[62284]: audit 2024-03-30T04:44:47.714078+0000 mgr.y (mgr.25441) 1873 : audit [DBG] from='client.34326 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:48.885 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:44:48.885 INFO:teuthology.orchestra.run.smithi111.stdout: "mon": { 2024-03-30T04:44:48.885 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:44:48.885 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:44:48.885 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr": { 2024-03-30T04:44:48.885 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:44:48.885 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:44:48.885 INFO:teuthology.orchestra.run.smithi111.stdout: "osd": { 2024-03-30T04:44:48.885 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 6, 2024-03-30T04:44:48.886 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:44:48.886 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:44:48.886 INFO:teuthology.orchestra.run.smithi111.stdout: "rgw": { 2024-03-30T04:44:48.886 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:44:48.886 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:44:48.886 INFO:teuthology.orchestra.run.smithi111.stdout: "overall": { 2024-03-30T04:44:48.886 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 10, 2024-03-30T04:44:48.886 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 7 2024-03-30T04:44:48.886 INFO:teuthology.orchestra.run.smithi111.stdout: } 2024-03-30T04:44:48.886 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:44:49.255 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:44:49.255 INFO:teuthology.orchestra.run.smithi111.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962", 2024-03-30T04:44:49.255 INFO:teuthology.orchestra.run.smithi111.stdout: "in_progress": true, 2024-03-30T04:44:49.255 INFO:teuthology.orchestra.run.smithi111.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:44:49.255 INFO:teuthology.orchestra.run.smithi111.stdout: "services_complete": [ 2024-03-30T04:44:49.255 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr", 2024-03-30T04:44:49.255 INFO:teuthology.orchestra.run.smithi111.stdout: "mon" 2024-03-30T04:44:49.255 INFO:teuthology.orchestra.run.smithi111.stdout: ], 2024-03-30T04:44:49.255 INFO:teuthology.orchestra.run.smithi111.stdout: "progress": "7/23 daemons upgraded", 2024-03-30T04:44:49.255 INFO:teuthology.orchestra.run.smithi111.stdout: "message": "Currently upgrading osd daemons", 2024-03-30T04:44:49.255 INFO:teuthology.orchestra.run.smithi111.stdout: "is_paused": false 2024-03-30T04:44:49.256 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:44:49.600 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:49 smithi111 bash[73591]: audit 2024-03-30T04:44:48.078957+0000 mgr.y (mgr.25441) 1874 : audit [DBG] from='client.44263 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:49.600 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:49 smithi111 bash[73591]: audit 2024-03-30T04:44:48.425959+0000 mgr.y (mgr.25441) 1875 : audit [DBG] from='client.34338 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:49.601 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:49 smithi111 bash[73591]: audit 2024-03-30T04:44:48.891993+0000 mon.a (mon.0) 841 : audit [DBG] from='client.? 172.21.15.111:0/212797667' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.601 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:49 smithi111 bash[73591]: audit 2024-03-30T04:44:49.191007+0000 mon.c (mon.1) 1495 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-30T04:44:49.601 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:49 smithi111 bash[70954]: audit 2024-03-30T04:44:48.078957+0000 mgr.y (mgr.25441) 1874 : audit [DBG] from='client.44263 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:49.601 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:49 smithi111 bash[70954]: audit 2024-03-30T04:44:48.425959+0000 mgr.y (mgr.25441) 1875 : audit [DBG] from='client.34338 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:49.601 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:49 smithi111 bash[70954]: audit 2024-03-30T04:44:48.891993+0000 mon.a (mon.0) 841 : audit [DBG] from='client.? 172.21.15.111:0/212797667' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.601 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:49 smithi111 bash[70954]: audit 2024-03-30T04:44:49.191007+0000 mon.c (mon.1) 1495 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-30T04:44:49.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:49 smithi117 bash[62284]: audit 2024-03-30T04:44:48.078957+0000 mgr.y (mgr.25441) 1874 : audit [DBG] from='client.44263 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:49.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:49 smithi117 bash[62284]: audit 2024-03-30T04:44:48.425959+0000 mgr.y (mgr.25441) 1875 : audit [DBG] from='client.34338 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:49.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:49 smithi117 bash[62284]: audit 2024-03-30T04:44:48.891993+0000 mon.a (mon.0) 841 : audit [DBG] from='client.? 172.21.15.111:0/212797667' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:49 smithi117 bash[62284]: audit 2024-03-30T04:44:49.191007+0000 mon.c (mon.1) 1495 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-30T04:44:49.678 INFO:teuthology.orchestra.run.smithi111.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:44:49.678 INFO:teuthology.orchestra.run.smithi111.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:44:49.679 INFO:teuthology.orchestra.run.smithi111.stdout: daemon grafana.a on smithi117 is in error state 2024-03-30T04:44:50.577 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:50 smithi111 bash[73591]: cluster 2024-03-30T04:44:48.858531+0000 mgr.y (mgr.25441) 1876 : cluster [DBG] pgmap v1223: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 31 op/s; 0 B/s, 1 objects/s recovering 2024-03-30T04:44:50.578 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:50 smithi111 bash[73591]: audit 2024-03-30T04:44:49.191335+0000 mgr.y (mgr.25441) 1877 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-30T04:44:50.578 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:50 smithi111 bash[73591]: cephadm 2024-03-30T04:44:49.193123+0000 mgr.y (mgr.25441) 1878 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-03-30T04:44:50.578 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:50 smithi111 bash[73591]: audit 2024-03-30T04:44:49.262028+0000 mgr.y (mgr.25441) 1879 : audit [DBG] from='client.34350 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:50.578 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:50 smithi111 bash[73591]: audit 2024-03-30T04:44:49.685964+0000 mon.a (mon.0) 842 : audit [DBG] from='client.? 172.21.15.111:0/944268287' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:44:50.578 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:50 smithi111 bash[70954]: cluster 2024-03-30T04:44:48.858531+0000 mgr.y (mgr.25441) 1876 : cluster [DBG] pgmap v1223: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 31 op/s; 0 B/s, 1 objects/s recovering 2024-03-30T04:44:50.578 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:50 smithi111 bash[70954]: audit 2024-03-30T04:44:49.191335+0000 mgr.y (mgr.25441) 1877 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-30T04:44:50.578 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:50 smithi111 bash[70954]: cephadm 2024-03-30T04:44:49.193123+0000 mgr.y (mgr.25441) 1878 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-03-30T04:44:50.578 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:50 smithi111 bash[70954]: audit 2024-03-30T04:44:49.262028+0000 mgr.y (mgr.25441) 1879 : audit [DBG] from='client.34350 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:50.578 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:50 smithi111 bash[70954]: audit 2024-03-30T04:44:49.685964+0000 mon.a (mon.0) 842 : audit [DBG] from='client.? 172.21.15.111:0/944268287' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:44:50.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:50 smithi117 bash[62284]: cluster 2024-03-30T04:44:48.858531+0000 mgr.y (mgr.25441) 1876 : cluster [DBG] pgmap v1223: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 31 op/s; 0 B/s, 1 objects/s recovering 2024-03-30T04:44:50.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:50 smithi117 bash[62284]: audit 2024-03-30T04:44:49.191335+0000 mgr.y (mgr.25441) 1877 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-30T04:44:50.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:50 smithi117 bash[62284]: cephadm 2024-03-30T04:44:49.193123+0000 mgr.y (mgr.25441) 1878 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-03-30T04:44:50.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:50 smithi117 bash[62284]: audit 2024-03-30T04:44:49.262028+0000 mgr.y (mgr.25441) 1879 : audit [DBG] from='client.34350 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:50.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:50 smithi117 bash[62284]: audit 2024-03-30T04:44:49.685964+0000 mon.a (mon.0) 842 : audit [DBG] from='client.? 172.21.15.111:0/944268287' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:44:52.927 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:52 smithi111 bash[70954]: cluster 2024-03-30T04:44:50.858945+0000 mgr.y (mgr.25441) 1880 : cluster [DBG] pgmap v1224: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-30T04:44:52.927 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:52 smithi111 bash[70954]: audit 2024-03-30T04:44:51.286972+0000 mgr.y (mgr.25441) 1881 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:52.927 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:52 smithi111 bash[70954]: cephadm 2024-03-30T04:44:51.663076+0000 mgr.y (mgr.25441) 1882 : cephadm [INF] Upgrade: Updating osd.2 2024-03-30T04:44:52.927 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:52 smithi111 bash[70954]: audit 2024-03-30T04:44:51.670066+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:52.927 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:52 smithi111 bash[70954]: audit 2024-03-30T04:44:51.675782+0000 mon.c (mon.1) 1496 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-30T04:44:52.927 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:52 smithi111 bash[70954]: audit 2024-03-30T04:44:51.677258+0000 mon.c (mon.1) 1497 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:52.927 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:52 smithi111 bash[70954]: cephadm 2024-03-30T04:44:51.680504+0000 mgr.y (mgr.25441) 1883 : cephadm [INF] Deploying daemon osd.2 on smithi111 2024-03-30T04:44:52.927 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:52 smithi111 bash[73591]: cluster 2024-03-30T04:44:50.858945+0000 mgr.y (mgr.25441) 1880 : cluster [DBG] pgmap v1224: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-30T04:44:52.927 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:52 smithi111 bash[73591]: audit 2024-03-30T04:44:51.286972+0000 mgr.y (mgr.25441) 1881 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:52.927 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:52 smithi111 bash[73591]: cephadm 2024-03-30T04:44:51.663076+0000 mgr.y (mgr.25441) 1882 : cephadm [INF] Upgrade: Updating osd.2 2024-03-30T04:44:52.927 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:52 smithi111 bash[73591]: audit 2024-03-30T04:44:51.670066+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:52.927 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:52 smithi111 bash[73591]: audit 2024-03-30T04:44:51.675782+0000 mon.c (mon.1) 1496 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-30T04:44:52.928 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:52 smithi111 bash[73591]: audit 2024-03-30T04:44:51.677258+0000 mon.c (mon.1) 1497 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:52.928 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:52 smithi111 bash[73591]: cephadm 2024-03-30T04:44:51.680504+0000 mgr.y (mgr.25441) 1883 : cephadm [INF] Deploying daemon osd.2 on smithi111 2024-03-30T04:44:53.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:52 smithi117 bash[62284]: cluster 2024-03-30T04:44:50.858945+0000 mgr.y (mgr.25441) 1880 : cluster [DBG] pgmap v1224: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-30T04:44:53.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:52 smithi117 bash[62284]: audit 2024-03-30T04:44:51.286972+0000 mgr.y (mgr.25441) 1881 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:53.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:52 smithi117 bash[62284]: cephadm 2024-03-30T04:44:51.663076+0000 mgr.y (mgr.25441) 1882 : cephadm [INF] Upgrade: Updating osd.2 2024-03-30T04:44:53.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:52 smithi117 bash[62284]: audit 2024-03-30T04:44:51.670066+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:53.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:52 smithi117 bash[62284]: audit 2024-03-30T04:44:51.675782+0000 mon.c (mon.1) 1496 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-30T04:44:53.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:52 smithi117 bash[62284]: audit 2024-03-30T04:44:51.677258+0000 mon.c (mon.1) 1497 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:53.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:52 smithi117 bash[62284]: cephadm 2024-03-30T04:44:51.680504+0000 mgr.y (mgr.25441) 1883 : cephadm [INF] Deploying daemon osd.2 on smithi111 2024-03-30T04:44:54.966 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:54 smithi111 bash[70954]: cluster 2024-03-30T04:44:52.860660+0000 mgr.y (mgr.25441) 1884 : cluster [DBG] pgmap v1225: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:44:54.966 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:54 smithi111 bash[73591]: cluster 2024-03-30T04:44:52.860660+0000 mgr.y (mgr.25441) 1884 : cluster [DBG] pgmap v1225: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:44:55.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:54 smithi117 bash[62284]: cluster 2024-03-30T04:44:52.860660+0000 mgr.y (mgr.25441) 1884 : cluster [DBG] pgmap v1225: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:44:56.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:56 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:56.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:56 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:56.135 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:44:56 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:56.136 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:44:56 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:56.136 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:44:56 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:56.136 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:44:56 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:56.137 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:44:56 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:56.137 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:44:56 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:56.137 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:44:56 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:56.137 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:44:56 smithi111 systemd[1]: Stopping Ceph osd.2 for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:44:56.452 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:44:56 smithi111 bash[33691]: debug 2024-03-30T04:44:56.251+0000 7f951e3c7700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:44:56.452 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:44:56 smithi111 bash[33691]: debug 2024-03-30T04:44:56.251+0000 7f951e3c7700 -1 osd.2 118 *** Got signal Terminated *** 2024-03-30T04:44:56.452 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:44:56 smithi111 bash[33691]: debug 2024-03-30T04:44:56.251+0000 7f951e3c7700 -1 osd.2 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:44:56.702 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:56 smithi111 bash[70954]: cluster 2024-03-30T04:44:54.861390+0000 mgr.y (mgr.25441) 1885 : cluster [DBG] pgmap v1226: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:44:56.703 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:56 smithi111 bash[70954]: cluster 2024-03-30T04:44:56.257337+0000 mon.a (mon.0) 844 : cluster [INF] osd.2 marked itself down and dead 2024-03-30T04:44:56.703 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:44:56 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:44:56] "GET /metrics HTTP/1.1" 200 38367 "" "Prometheus/2.33.4" 2024-03-30T04:44:56.994 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:56 smithi117 bash[62284]: cluster 2024-03-30T04:44:54.861390+0000 mgr.y (mgr.25441) 1885 : cluster [DBG] pgmap v1226: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:44:56.994 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:56 smithi117 bash[62284]: cluster 2024-03-30T04:44:56.257337+0000 mon.a (mon.0) 844 : cluster [INF] osd.2 marked itself down and dead 2024-03-30T04:44:57.011 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:56 smithi111 bash[73591]: cluster 2024-03-30T04:44:54.861390+0000 mgr.y (mgr.25441) 1885 : cluster [DBG] pgmap v1226: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:44:57.011 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:56 smithi111 bash[73591]: cluster 2024-03-30T04:44:56.257337+0000 mon.a (mon.0) 844 : cluster [INF] osd.2 marked itself down and dead 2024-03-30T04:44:57.977 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:57 smithi111 bash[70954]: cluster 2024-03-30T04:44:56.675665+0000 mon.a (mon.0) 845 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:44:57.977 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:57 smithi111 bash[70954]: cluster 2024-03-30T04:44:56.686712+0000 mon.a (mon.0) 846 : cluster [DBG] osdmap e119: 8 total, 7 up, 8 in 2024-03-30T04:44:57.977 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:57 smithi111 bash[70954]: audit 2024-03-30T04:44:56.982698+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:57.977 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:57 smithi111 bash[70954]: audit 2024-03-30T04:44:56.999424+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:57.977 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:57 smithi111 bash[70954]: audit 2024-03-30T04:44:57.016387+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:57.977 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:57 smithi111 bash[70954]: audit 2024-03-30T04:44:57.036774+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:57.977 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:57 smithi111 bash[70954]: audit 2024-03-30T04:44:57.044411+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:57.977 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:57 smithi111 bash[70954]: audit 2024-03-30T04:44:57.051783+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:57.978 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:57 smithi111 bash[70954]: audit 2024-03-30T04:44:57.427794+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:57.978 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:57 smithi111 bash[70954]: audit 2024-03-30T04:44:57.435565+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:57.978 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:57 smithi111 bash[70954]: audit 2024-03-30T04:44:57.442962+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:57.978 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:57 smithi111 bash[70954]: cluster 2024-03-30T04:44:57.687334+0000 mon.a (mon.0) 856 : cluster [DBG] osdmap e120: 8 total, 7 up, 8 in 2024-03-30T04:44:57.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:57 smithi111 bash[73591]: cluster 2024-03-30T04:44:56.675665+0000 mon.a (mon.0) 845 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:44:57.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:57 smithi111 bash[73591]: cluster 2024-03-30T04:44:56.686712+0000 mon.a (mon.0) 846 : cluster [DBG] osdmap e119: 8 total, 7 up, 8 in 2024-03-30T04:44:57.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:57 smithi111 bash[73591]: audit 2024-03-30T04:44:56.982698+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:57.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:57 smithi111 bash[73591]: audit 2024-03-30T04:44:56.999424+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:57.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:57 smithi111 bash[73591]: audit 2024-03-30T04:44:57.016387+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:57.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:57 smithi111 bash[73591]: audit 2024-03-30T04:44:57.036774+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:57.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:57 smithi111 bash[73591]: audit 2024-03-30T04:44:57.044411+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:57.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:57 smithi111 bash[73591]: audit 2024-03-30T04:44:57.051783+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:57.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:57 smithi111 bash[73591]: audit 2024-03-30T04:44:57.427794+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:57.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:57 smithi111 bash[73591]: audit 2024-03-30T04:44:57.435565+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:57.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:57 smithi111 bash[73591]: audit 2024-03-30T04:44:57.442962+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:57.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:57 smithi111 bash[73591]: cluster 2024-03-30T04:44:57.687334+0000 mon.a (mon.0) 856 : cluster [DBG] osdmap e120: 8 total, 7 up, 8 in 2024-03-30T04:44:58.019 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:57 smithi117 bash[62284]: cluster 2024-03-30T04:44:56.675665+0000 mon.a (mon.0) 845 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:44:58.019 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:57 smithi117 bash[62284]: cluster 2024-03-30T04:44:56.686712+0000 mon.a (mon.0) 846 : cluster [DBG] osdmap e119: 8 total, 7 up, 8 in 2024-03-30T04:44:58.019 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:57 smithi117 bash[62284]: audit 2024-03-30T04:44:56.982698+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:58.019 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:57 smithi117 bash[62284]: audit 2024-03-30T04:44:56.999424+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:58.019 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:57 smithi117 bash[62284]: audit 2024-03-30T04:44:57.016387+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:58.019 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:57 smithi117 bash[62284]: audit 2024-03-30T04:44:57.036774+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:58.019 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:57 smithi117 bash[62284]: audit 2024-03-30T04:44:57.044411+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:58.019 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:57 smithi117 bash[62284]: audit 2024-03-30T04:44:57.051783+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:58.020 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:57 smithi117 bash[62284]: audit 2024-03-30T04:44:57.427794+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:58.020 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:57 smithi117 bash[62284]: audit 2024-03-30T04:44:57.435565+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:58.020 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:57 smithi117 bash[62284]: audit 2024-03-30T04:44:57.442962+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:44:58.020 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:57 smithi117 bash[62284]: cluster 2024-03-30T04:44:57.687334+0000 mon.a (mon.0) 856 : cluster [DBG] osdmap e120: 8 total, 7 up, 8 in 2024-03-30T04:44:58.365 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:44:58 smithi111 bash[83857]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-osd-2 2024-03-30T04:44:59.115 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:44:58 smithi111 bash[84017]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-osd-2 2024-03-30T04:44:59.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:58 smithi111 bash[70954]: cluster 2024-03-30T04:44:56.861958+0000 mgr.y (mgr.25441) 1886 : cluster [DBG] pgmap v1228: 161 pgs: 14 stale+active+clean, 147 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:44:59.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:58 smithi111 bash[70954]: cluster 2024-03-30T04:44:57.005218+0000 mgr.y (mgr.25441) 1887 : cluster [DBG] pgmap v1229: 161 pgs: 14 stale+active+clean, 147 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:44:59.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:58 smithi111 bash[70954]: cluster 2024-03-30T04:44:57.005776+0000 mgr.y (mgr.25441) 1888 : cluster [DBG] pgmap v1230: 161 pgs: 14 stale+active+clean, 147 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-30T04:44:59.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:58 smithi111 bash[70954]: cluster 2024-03-30T04:44:57.046160+0000 mgr.y (mgr.25441) 1889 : cluster [DBG] pgmap v1231: 161 pgs: 14 stale+active+clean, 147 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:44:59.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:58 smithi111 bash[70954]: cluster 2024-03-30T04:44:57.046368+0000 mgr.y (mgr.25441) 1890 : cluster [DBG] pgmap v1232: 161 pgs: 14 stale+active+clean, 147 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 2 op/s 2024-03-30T04:44:59.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:58 smithi111 bash[70954]: cluster 2024-03-30T04:44:57.437443+0000 mgr.y (mgr.25441) 1891 : cluster [DBG] pgmap v1233: 161 pgs: 7 peering, 12 stale+active+clean, 142 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:44:59.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:58 smithi111 bash[70954]: cluster 2024-03-30T04:44:57.437740+0000 mgr.y (mgr.25441) 1892 : cluster [DBG] pgmap v1234: 161 pgs: 7 peering, 12 stale+active+clean, 142 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:44:59.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:58 smithi111 bash[70954]: cluster 2024-03-30T04:44:57.699447+0000 mon.a (mon.0) 857 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:44:59.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:44:58 smithi111 bash[70954]: cluster 2024-03-30T04:44:57.699567+0000 mon.a (mon.0) 858 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-03-30T04:44:59.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:58 smithi111 bash[73591]: cluster 2024-03-30T04:44:56.861958+0000 mgr.y (mgr.25441) 1886 : cluster [DBG] pgmap v1228: 161 pgs: 14 stale+active+clean, 147 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:44:59.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:58 smithi111 bash[73591]: cluster 2024-03-30T04:44:57.005218+0000 mgr.y (mgr.25441) 1887 : cluster [DBG] pgmap v1229: 161 pgs: 14 stale+active+clean, 147 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:44:59.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:58 smithi111 bash[73591]: cluster 2024-03-30T04:44:57.005776+0000 mgr.y (mgr.25441) 1888 : cluster [DBG] pgmap v1230: 161 pgs: 14 stale+active+clean, 147 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-30T04:44:59.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:58 smithi111 bash[73591]: cluster 2024-03-30T04:44:57.046160+0000 mgr.y (mgr.25441) 1889 : cluster [DBG] pgmap v1231: 161 pgs: 14 stale+active+clean, 147 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:44:59.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:58 smithi111 bash[73591]: cluster 2024-03-30T04:44:57.046368+0000 mgr.y (mgr.25441) 1890 : cluster [DBG] pgmap v1232: 161 pgs: 14 stale+active+clean, 147 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 2 op/s 2024-03-30T04:44:59.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:58 smithi111 bash[73591]: cluster 2024-03-30T04:44:57.437443+0000 mgr.y (mgr.25441) 1891 : cluster [DBG] pgmap v1233: 161 pgs: 7 peering, 12 stale+active+clean, 142 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:44:59.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:58 smithi111 bash[73591]: cluster 2024-03-30T04:44:57.437740+0000 mgr.y (mgr.25441) 1892 : cluster [DBG] pgmap v1234: 161 pgs: 7 peering, 12 stale+active+clean, 142 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:44:59.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:58 smithi111 bash[73591]: cluster 2024-03-30T04:44:57.699447+0000 mon.a (mon.0) 857 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:44:59.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:44:58 smithi111 bash[73591]: cluster 2024-03-30T04:44:57.699567+0000 mon.a (mon.0) 858 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-03-30T04:44:59.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:58 smithi117 bash[62284]: cluster 2024-03-30T04:44:56.861958+0000 mgr.y (mgr.25441) 1886 : cluster [DBG] pgmap v1228: 161 pgs: 14 stale+active+clean, 147 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:44:59.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:58 smithi117 bash[62284]: cluster 2024-03-30T04:44:57.005218+0000 mgr.y (mgr.25441) 1887 : cluster [DBG] pgmap v1229: 161 pgs: 14 stale+active+clean, 147 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:44:59.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:58 smithi117 bash[62284]: cluster 2024-03-30T04:44:57.005776+0000 mgr.y (mgr.25441) 1888 : cluster [DBG] pgmap v1230: 161 pgs: 14 stale+active+clean, 147 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-30T04:44:59.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:58 smithi117 bash[62284]: cluster 2024-03-30T04:44:57.046160+0000 mgr.y (mgr.25441) 1889 : cluster [DBG] pgmap v1231: 161 pgs: 14 stale+active+clean, 147 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:44:59.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:58 smithi117 bash[62284]: cluster 2024-03-30T04:44:57.046368+0000 mgr.y (mgr.25441) 1890 : cluster [DBG] pgmap v1232: 161 pgs: 14 stale+active+clean, 147 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 2 op/s 2024-03-30T04:44:59.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:58 smithi117 bash[62284]: cluster 2024-03-30T04:44:57.437443+0000 mgr.y (mgr.25441) 1891 : cluster [DBG] pgmap v1233: 161 pgs: 7 peering, 12 stale+active+clean, 142 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:44:59.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:58 smithi117 bash[62284]: cluster 2024-03-30T04:44:57.437740+0000 mgr.y (mgr.25441) 1892 : cluster [DBG] pgmap v1234: 161 pgs: 7 peering, 12 stale+active+clean, 142 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:44:59.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:58 smithi117 bash[62284]: cluster 2024-03-30T04:44:57.699447+0000 mon.a (mon.0) 857 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:44:59.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:44:58 smithi117 bash[62284]: cluster 2024-03-30T04:44:57.699567+0000 mon.a (mon.0) 858 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-03-30T04:45:00.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:00 smithi111 bash[73591]: cluster 2024-03-30T04:44:59.438443+0000 mgr.y (mgr.25441) 1893 : cluster [DBG] pgmap v1236: 161 pgs: 14 peering, 10 stale+active+clean, 137 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:45:00.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:00 smithi111 bash[73591]: audit 2024-03-30T04:45:00.256905+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:00.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:00 smithi111 bash[73591]: audit 2024-03-30T04:45:00.259169+0000 mon.c (mon.1) 1498 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:45:00.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:00 smithi111 bash[70954]: cluster 2024-03-30T04:44:59.438443+0000 mgr.y (mgr.25441) 1893 : cluster [DBG] pgmap v1236: 161 pgs: 14 peering, 10 stale+active+clean, 137 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:45:00.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:00 smithi111 bash[70954]: audit 2024-03-30T04:45:00.256905+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:00.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:00 smithi111 bash[70954]: audit 2024-03-30T04:45:00.259169+0000 mon.c (mon.1) 1498 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:45:01.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:00 smithi117 bash[62284]: cluster 2024-03-30T04:44:59.438443+0000 mgr.y (mgr.25441) 1893 : cluster [DBG] pgmap v1236: 161 pgs: 14 peering, 10 stale+active+clean, 137 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:45:01.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:00 smithi117 bash[62284]: audit 2024-03-30T04:45:00.256905+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:01.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:00 smithi117 bash[62284]: audit 2024-03-30T04:45:00.259169+0000 mon.c (mon.1) 1498 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:45:01.615 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:45:01 smithi111 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@osd.2.service: Deactivated successfully. 2024-03-30T04:45:01.615 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:45:01 smithi111 systemd[1]: Stopped Ceph osd.2 for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:45:02.115 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:45:01 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:02.115 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:45:01 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:02.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:01 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:02.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:01 smithi111 bash[70954]: audit 2024-03-30T04:45:01.294844+0000 mgr.y (mgr.25441) 1894 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:02.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:01 smithi111 bash[70954]: cluster 2024-03-30T04:45:01.440103+0000 mgr.y (mgr.25441) 1895 : cluster [DBG] pgmap v1237: 161 pgs: 10 active+undersized+degraded, 14 peering, 23 active+undersized, 114 active+clean; 585 KiB data, 152 MiB used, 715 GiB / 715 GiB avail; 36/726 objects degraded (4.959%) 2024-03-30T04:45:02.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:01 smithi111 bash[70954]: cluster 2024-03-30T04:45:01.730592+0000 mon.a (mon.0) 860 : cluster [WRN] Health check failed: Degraded data redundancy: 36/726 objects degraded (4.959%), 10 pgs degraded (PG_DEGRADED) 2024-03-30T04:45:02.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:01 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:02.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:01 smithi111 bash[73591]: audit 2024-03-30T04:45:01.294844+0000 mgr.y (mgr.25441) 1894 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:02.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:01 smithi111 bash[73591]: cluster 2024-03-30T04:45:01.440103+0000 mgr.y (mgr.25441) 1895 : cluster [DBG] pgmap v1237: 161 pgs: 10 active+undersized+degraded, 14 peering, 23 active+undersized, 114 active+clean; 585 KiB data, 152 MiB used, 715 GiB / 715 GiB avail; 36/726 objects degraded (4.959%) 2024-03-30T04:45:02.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:01 smithi111 bash[73591]: cluster 2024-03-30T04:45:01.730592+0000 mon.a (mon.0) 860 : cluster [WRN] Health check failed: Degraded data redundancy: 36/726 objects degraded (4.959%), 10 pgs degraded (PG_DEGRADED) 2024-03-30T04:45:02.116 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:45:01 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:02.117 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:45:01 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:02.117 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:45:01 smithi111 systemd[1]: Started Ceph osd.2 for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:45:02.117 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:45:01 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:02.117 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:45:01 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:02.118 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:45:01 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:02.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:01 smithi117 bash[62284]: audit 2024-03-30T04:45:01.294844+0000 mgr.y (mgr.25441) 1894 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:02.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:01 smithi117 bash[62284]: cluster 2024-03-30T04:45:01.440103+0000 mgr.y (mgr.25441) 1895 : cluster [DBG] pgmap v1237: 161 pgs: 10 active+undersized+degraded, 14 peering, 23 active+undersized, 114 active+clean; 585 KiB data, 152 MiB used, 715 GiB / 715 GiB avail; 36/726 objects degraded (4.959%) 2024-03-30T04:45:02.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:01 smithi117 bash[62284]: cluster 2024-03-30T04:45:01.730592+0000 mon.a (mon.0) 860 : cluster [WRN] Health check failed: Degraded data redundancy: 36/726 objects degraded (4.959%), 10 pgs degraded (PG_DEGRADED) 2024-03-30T04:45:03.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:01.814177+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:03.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:01.823265+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:03.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:01.874004+0000 mon.c (mon.1) 1499 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:03.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:01.874814+0000 mon.c (mon.1) 1500 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:03.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: cluster 2024-03-30T04:45:01.876246+0000 mgr.y (mgr.25441) 1896 : cluster [DBG] pgmap v1238: 161 pgs: 10 active+undersized+degraded, 14 peering, 23 active+undersized, 114 active+clean; 585 KiB data, 152 MiB used, 715 GiB / 715 GiB avail; 36/726 objects degraded (4.959%) 2024-03-30T04:45:03.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: cluster 2024-03-30T04:45:01.876610+0000 mgr.y (mgr.25441) 1897 : cluster [DBG] pgmap v1239: 161 pgs: 10 active+undersized+degraded, 14 peering, 23 active+undersized, 114 active+clean; 585 KiB data, 152 MiB used, 715 GiB / 715 GiB avail; 36/726 objects degraded (4.959%) 2024-03-30T04:45:03.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:01.881366+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:03.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: cephadm 2024-03-30T04:45:01.882014+0000 mgr.y (mgr.25441) 1898 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:03.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:01.939147+0000 mon.c (mon.1) 1501 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:03.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:01.941735+0000 mon.c (mon.1) 1502 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:03.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:01.945206+0000 mon.c (mon.1) 1503 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:03.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:01.946073+0000 mon.c (mon.1) 1504 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:03.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: cluster 2024-03-30T04:45:01.947592+0000 mgr.y (mgr.25441) 1899 : cluster [DBG] pgmap v1240: 161 pgs: 10 active+undersized+degraded, 14 peering, 23 active+undersized, 114 active+clean; 585 KiB data, 152 MiB used, 715 GiB / 715 GiB avail; 36/726 objects degraded (4.959%) 2024-03-30T04:45:03.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: cluster 2024-03-30T04:45:01.947964+0000 mgr.y (mgr.25441) 1900 : cluster [DBG] pgmap v1241: 161 pgs: 10 active+undersized+degraded, 14 peering, 23 active+undersized, 114 active+clean; 585 KiB data, 152 MiB used, 715 GiB / 715 GiB avail; 36/726 objects degraded (4.959%) 2024-03-30T04:45:03.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:01.954105+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:03.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: cephadm 2024-03-30T04:45:01.954962+0000 mgr.y (mgr.25441) 1901 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:03.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.028407+0000 mon.c (mon.1) 1505 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:03.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.032197+0000 mon.c (mon.1) 1506 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:03.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:01.814177+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:03.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:01.823265+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:03.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:01.874004+0000 mon.c (mon.1) 1499 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:03.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:01.874814+0000 mon.c (mon.1) 1500 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:03.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: cluster 2024-03-30T04:45:01.876246+0000 mgr.y (mgr.25441) 1896 : cluster [DBG] pgmap v1238: 161 pgs: 10 active+undersized+degraded, 14 peering, 23 active+undersized, 114 active+clean; 585 KiB data, 152 MiB used, 715 GiB / 715 GiB avail; 36/726 objects degraded (4.959%) 2024-03-30T04:45:03.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: cluster 2024-03-30T04:45:01.876610+0000 mgr.y (mgr.25441) 1897 : cluster [DBG] pgmap v1239: 161 pgs: 10 active+undersized+degraded, 14 peering, 23 active+undersized, 114 active+clean; 585 KiB data, 152 MiB used, 715 GiB / 715 GiB avail; 36/726 objects degraded (4.959%) 2024-03-30T04:45:03.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:01.881366+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:03.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: cephadm 2024-03-30T04:45:01.882014+0000 mgr.y (mgr.25441) 1898 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:03.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:01.939147+0000 mon.c (mon.1) 1501 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:03.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:01.941735+0000 mon.c (mon.1) 1502 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:03.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:01.945206+0000 mon.c (mon.1) 1503 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:03.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:01.946073+0000 mon.c (mon.1) 1504 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:03.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: cluster 2024-03-30T04:45:01.947592+0000 mgr.y (mgr.25441) 1899 : cluster [DBG] pgmap v1240: 161 pgs: 10 active+undersized+degraded, 14 peering, 23 active+undersized, 114 active+clean; 585 KiB data, 152 MiB used, 715 GiB / 715 GiB avail; 36/726 objects degraded (4.959%) 2024-03-30T04:45:03.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: cluster 2024-03-30T04:45:01.947964+0000 mgr.y (mgr.25441) 1900 : cluster [DBG] pgmap v1241: 161 pgs: 10 active+undersized+degraded, 14 peering, 23 active+undersized, 114 active+clean; 585 KiB data, 152 MiB used, 715 GiB / 715 GiB avail; 36/726 objects degraded (4.959%) 2024-03-30T04:45:03.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:01.954105+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:03.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: cephadm 2024-03-30T04:45:01.954962+0000 mgr.y (mgr.25441) 1901 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:03.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.028407+0000 mon.c (mon.1) 1505 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:03.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.032197+0000 mon.c (mon.1) 1506 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:03.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.035944+0000 mon.c (mon.1) 1507 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:03.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.037184+0000 mon.c (mon.1) 1508 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:03.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: cluster 2024-03-30T04:45:02.039738+0000 mgr.y (mgr.25441) 1902 : cluster [DBG] pgmap v1242: 161 pgs: 10 active+undersized+degraded, 14 peering, 23 active+undersized, 114 active+clean; 585 KiB data, 152 MiB used, 715 GiB / 715 GiB avail; 36/726 objects degraded (4.959%) 2024-03-30T04:45:03.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: cluster 2024-03-30T04:45:02.040593+0000 mgr.y (mgr.25441) 1903 : cluster [DBG] pgmap v1243: 161 pgs: 10 active+undersized+degraded, 14 peering, 23 active+undersized, 114 active+clean; 585 KiB data, 152 MiB used, 715 GiB / 715 GiB avail; 36/726 objects degraded (4.959%) 2024-03-30T04:45:03.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.048243+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:03.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: cephadm 2024-03-30T04:45:02.050694+0000 mgr.y (mgr.25441) 1904 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:03.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.125296+0000 mon.c (mon.1) 1509 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:03.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.127449+0000 mon.c (mon.1) 1510 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:03.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.130047+0000 mon.c (mon.1) 1511 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:03.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.130900+0000 mon.c (mon.1) 1512 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:03.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: cluster 2024-03-30T04:45:02.132471+0000 mgr.y (mgr.25441) 1905 : cluster [DBG] pgmap v1244: 161 pgs: 10 active+undersized+degraded, 14 peering, 23 active+undersized, 114 active+clean; 585 KiB data, 152 MiB used, 715 GiB / 715 GiB avail; 36/726 objects degraded (4.959%) 2024-03-30T04:45:03.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: cluster 2024-03-30T04:45:02.132827+0000 mgr.y (mgr.25441) 1906 : cluster [DBG] pgmap v1245: 161 pgs: 10 active+undersized+degraded, 14 peering, 23 active+undersized, 114 active+clean; 585 KiB data, 152 MiB used, 715 GiB / 715 GiB avail; 36/726 objects degraded (4.959%) 2024-03-30T04:45:03.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.141237+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:03.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: cephadm 2024-03-30T04:45:02.141985+0000 mgr.y (mgr.25441) 1907 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:03.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.215704+0000 mon.c (mon.1) 1513 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:03.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.217846+0000 mon.c (mon.1) 1514 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:03.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.219955+0000 mon.c (mon.1) 1515 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:03.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.220701+0000 mon.c (mon.1) 1516 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:03.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.035944+0000 mon.c (mon.1) 1507 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:03.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.037184+0000 mon.c (mon.1) 1508 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:03.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: cluster 2024-03-30T04:45:02.039738+0000 mgr.y (mgr.25441) 1902 : cluster [DBG] pgmap v1242: 161 pgs: 10 active+undersized+degraded, 14 peering, 23 active+undersized, 114 active+clean; 585 KiB data, 152 MiB used, 715 GiB / 715 GiB avail; 36/726 objects degraded (4.959%) 2024-03-30T04:45:03.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: cluster 2024-03-30T04:45:02.040593+0000 mgr.y (mgr.25441) 1903 : cluster [DBG] pgmap v1243: 161 pgs: 10 active+undersized+degraded, 14 peering, 23 active+undersized, 114 active+clean; 585 KiB data, 152 MiB used, 715 GiB / 715 GiB avail; 36/726 objects degraded (4.959%) 2024-03-30T04:45:03.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.048243+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:03.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: cephadm 2024-03-30T04:45:02.050694+0000 mgr.y (mgr.25441) 1904 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:03.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.125296+0000 mon.c (mon.1) 1509 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:03.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.127449+0000 mon.c (mon.1) 1510 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:03.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.130047+0000 mon.c (mon.1) 1511 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:03.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.130900+0000 mon.c (mon.1) 1512 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:03.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: cluster 2024-03-30T04:45:02.132471+0000 mgr.y (mgr.25441) 1905 : cluster [DBG] pgmap v1244: 161 pgs: 10 active+undersized+degraded, 14 peering, 23 active+undersized, 114 active+clean; 585 KiB data, 152 MiB used, 715 GiB / 715 GiB avail; 36/726 objects degraded (4.959%) 2024-03-30T04:45:03.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: cluster 2024-03-30T04:45:02.132827+0000 mgr.y (mgr.25441) 1906 : cluster [DBG] pgmap v1245: 161 pgs: 10 active+undersized+degraded, 14 peering, 23 active+undersized, 114 active+clean; 585 KiB data, 152 MiB used, 715 GiB / 715 GiB avail; 36/726 objects degraded (4.959%) 2024-03-30T04:45:03.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.141237+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:03.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: cephadm 2024-03-30T04:45:02.141985+0000 mgr.y (mgr.25441) 1907 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:03.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.215704+0000 mon.c (mon.1) 1513 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:03.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.217846+0000 mon.c (mon.1) 1514 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:03.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.219955+0000 mon.c (mon.1) 1515 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:03.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.220701+0000 mon.c (mon.1) 1516 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:03.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: cluster 2024-03-30T04:45:02.222143+0000 mgr.y (mgr.25441) 1908 : cluster [DBG] pgmap v1246: 161 pgs: 10 active+undersized+degraded, 14 peering, 23 active+undersized, 114 active+clean; 585 KiB data, 152 MiB used, 715 GiB / 715 GiB avail; 36/726 objects degraded (4.959%) 2024-03-30T04:45:03.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: cluster 2024-03-30T04:45:02.222527+0000 mgr.y (mgr.25441) 1909 : cluster [DBG] pgmap v1247: 161 pgs: 10 active+undersized+degraded, 14 peering, 23 active+undersized, 114 active+clean; 585 KiB data, 152 MiB used, 715 GiB / 715 GiB avail; 36/726 objects degraded (4.959%) 2024-03-30T04:45:03.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.227886+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:03.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: cephadm 2024-03-30T04:45:02.228818+0000 mgr.y (mgr.25441) 1910 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:03.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.287926+0000 mon.c (mon.1) 1517 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:03.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.290316+0000 mon.c (mon.1) 1518 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:03.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.292369+0000 mon.c (mon.1) 1519 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:03.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.293040+0000 mon.c (mon.1) 1520 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:03.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: cluster 2024-03-30T04:45:02.295315+0000 mgr.y (mgr.25441) 1911 : cluster [DBG] pgmap v1248: 161 pgs: 11 active+undersized+degraded, 7 peering, 29 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 42/726 objects degraded (5.785%) 2024-03-30T04:45:03.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: cluster 2024-03-30T04:45:02.295617+0000 mgr.y (mgr.25441) 1912 : cluster [DBG] pgmap v1249: 161 pgs: 11 active+undersized+degraded, 7 peering, 29 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 42/726 objects degraded (5.785%) 2024-03-30T04:45:03.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.300284+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:03.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: cephadm 2024-03-30T04:45:02.300849+0000 mgr.y (mgr.25441) 1913 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:03.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.358512+0000 mon.c (mon.1) 1521 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:03.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.360517+0000 mon.c (mon.1) 1522 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:03.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.363152+0000 mon.c (mon.1) 1523 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:03.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.364074+0000 mon.c (mon.1) 1524 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:03.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: cluster 2024-03-30T04:45:02.365725+0000 mgr.y (mgr.25441) 1914 : cluster [DBG] pgmap v1250: 161 pgs: 11 active+undersized+degraded, 7 peering, 29 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 42/726 objects degraded (5.785%) 2024-03-30T04:45:03.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: cluster 2024-03-30T04:45:02.222143+0000 mgr.y (mgr.25441) 1908 : cluster [DBG] pgmap v1246: 161 pgs: 10 active+undersized+degraded, 14 peering, 23 active+undersized, 114 active+clean; 585 KiB data, 152 MiB used, 715 GiB / 715 GiB avail; 36/726 objects degraded (4.959%) 2024-03-30T04:45:03.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: cluster 2024-03-30T04:45:02.222527+0000 mgr.y (mgr.25441) 1909 : cluster [DBG] pgmap v1247: 161 pgs: 10 active+undersized+degraded, 14 peering, 23 active+undersized, 114 active+clean; 585 KiB data, 152 MiB used, 715 GiB / 715 GiB avail; 36/726 objects degraded (4.959%) 2024-03-30T04:45:03.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.227886+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:03.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: cephadm 2024-03-30T04:45:02.228818+0000 mgr.y (mgr.25441) 1910 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:03.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.287926+0000 mon.c (mon.1) 1517 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:03.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.290316+0000 mon.c (mon.1) 1518 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:03.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.292369+0000 mon.c (mon.1) 1519 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:03.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.293040+0000 mon.c (mon.1) 1520 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:03.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: cluster 2024-03-30T04:45:02.295315+0000 mgr.y (mgr.25441) 1911 : cluster [DBG] pgmap v1248: 161 pgs: 11 active+undersized+degraded, 7 peering, 29 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 42/726 objects degraded (5.785%) 2024-03-30T04:45:03.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: cluster 2024-03-30T04:45:02.295617+0000 mgr.y (mgr.25441) 1912 : cluster [DBG] pgmap v1249: 161 pgs: 11 active+undersized+degraded, 7 peering, 29 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 42/726 objects degraded (5.785%) 2024-03-30T04:45:03.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.300284+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:03.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: cephadm 2024-03-30T04:45:02.300849+0000 mgr.y (mgr.25441) 1913 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:03.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.358512+0000 mon.c (mon.1) 1521 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:03.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.360517+0000 mon.c (mon.1) 1522 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:03.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.363152+0000 mon.c (mon.1) 1523 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:03.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.364074+0000 mon.c (mon.1) 1524 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:03.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: cluster 2024-03-30T04:45:02.365725+0000 mgr.y (mgr.25441) 1914 : cluster [DBG] pgmap v1250: 161 pgs: 11 active+undersized+degraded, 7 peering, 29 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 42/726 objects degraded (5.785%) 2024-03-30T04:45:03.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: cluster 2024-03-30T04:45:02.366245+0000 mgr.y (mgr.25441) 1915 : cluster [DBG] pgmap v1251: 161 pgs: 11 active+undersized+degraded, 7 peering, 29 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 42/726 objects degraded (5.785%) 2024-03-30T04:45:03.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.372345+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:03.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: cephadm 2024-03-30T04:45:02.373008+0000 mgr.y (mgr.25441) 1916 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:03.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.446526+0000 mon.c (mon.1) 1525 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:03.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.448568+0000 mon.c (mon.1) 1526 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:03.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.450763+0000 mon.c (mon.1) 1527 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:03.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.451651+0000 mon.c (mon.1) 1528 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:03.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: cluster 2024-03-30T04:45:02.453004+0000 mgr.y (mgr.25441) 1917 : cluster [DBG] pgmap v1252: 161 pgs: 11 active+undersized+degraded, 7 peering, 29 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 42/726 objects degraded (5.785%) 2024-03-30T04:45:03.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: cluster 2024-03-30T04:45:02.453306+0000 mgr.y (mgr.25441) 1918 : cluster [DBG] pgmap v1253: 161 pgs: 11 active+undersized+degraded, 7 peering, 29 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 42/726 objects degraded (5.785%) 2024-03-30T04:45:03.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.459345+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:03.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: cephadm 2024-03-30T04:45:02.459998+0000 mgr.y (mgr.25441) 1919 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:03.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.500560+0000 mon.c (mon.1) 1529 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:03.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.502458+0000 mon.c (mon.1) 1530 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:03.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.504204+0000 mon.c (mon.1) 1531 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:03.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.504908+0000 mon.c (mon.1) 1532 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:03.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: cluster 2024-03-30T04:45:02.506237+0000 mgr.y (mgr.25441) 1920 : cluster [DBG] pgmap v1254: 161 pgs: 11 active+undersized+degraded, 7 peering, 29 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 42/726 objects degraded (5.785%) 2024-03-30T04:45:03.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: cluster 2024-03-30T04:45:02.506571+0000 mgr.y (mgr.25441) 1921 : cluster [DBG] pgmap v1255: 161 pgs: 11 active+undersized+degraded, 7 peering, 29 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 42/726 objects degraded (5.785%) 2024-03-30T04:45:03.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.512022+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:03.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: cephadm 2024-03-30T04:45:02.512563+0000 mgr.y (mgr.25441) 1922 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:03.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: cluster 2024-03-30T04:45:02.366245+0000 mgr.y (mgr.25441) 1915 : cluster [DBG] pgmap v1251: 161 pgs: 11 active+undersized+degraded, 7 peering, 29 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 42/726 objects degraded (5.785%) 2024-03-30T04:45:03.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.372345+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:03.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: cephadm 2024-03-30T04:45:02.373008+0000 mgr.y (mgr.25441) 1916 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:03.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.446526+0000 mon.c (mon.1) 1525 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:03.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.448568+0000 mon.c (mon.1) 1526 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:03.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.450763+0000 mon.c (mon.1) 1527 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:03.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.451651+0000 mon.c (mon.1) 1528 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:03.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: cluster 2024-03-30T04:45:02.453004+0000 mgr.y (mgr.25441) 1917 : cluster [DBG] pgmap v1252: 161 pgs: 11 active+undersized+degraded, 7 peering, 29 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 42/726 objects degraded (5.785%) 2024-03-30T04:45:03.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: cluster 2024-03-30T04:45:02.453306+0000 mgr.y (mgr.25441) 1918 : cluster [DBG] pgmap v1253: 161 pgs: 11 active+undersized+degraded, 7 peering, 29 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 42/726 objects degraded (5.785%) 2024-03-30T04:45:03.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.459345+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:03.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: cephadm 2024-03-30T04:45:02.459998+0000 mgr.y (mgr.25441) 1919 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:03.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.500560+0000 mon.c (mon.1) 1529 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:03.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.502458+0000 mon.c (mon.1) 1530 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:03.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.504204+0000 mon.c (mon.1) 1531 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:03.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.504908+0000 mon.c (mon.1) 1532 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:03.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: cluster 2024-03-30T04:45:02.506237+0000 mgr.y (mgr.25441) 1920 : cluster [DBG] pgmap v1254: 161 pgs: 11 active+undersized+degraded, 7 peering, 29 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 42/726 objects degraded (5.785%) 2024-03-30T04:45:03.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: cluster 2024-03-30T04:45:02.506571+0000 mgr.y (mgr.25441) 1921 : cluster [DBG] pgmap v1255: 161 pgs: 11 active+undersized+degraded, 7 peering, 29 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 42/726 objects degraded (5.785%) 2024-03-30T04:45:03.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.512022+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:03.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: cephadm 2024-03-30T04:45:02.512563+0000 mgr.y (mgr.25441) 1922 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:03.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.569324+0000 mon.c (mon.1) 1533 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:03.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.571372+0000 mon.c (mon.1) 1534 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:03.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.573390+0000 mon.c (mon.1) 1535 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:03.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.574028+0000 mon.c (mon.1) 1536 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:03.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: cluster 2024-03-30T04:45:02.575401+0000 mgr.y (mgr.25441) 1923 : cluster [DBG] pgmap v1256: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:03.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: cluster 2024-03-30T04:45:02.575679+0000 mgr.y (mgr.25441) 1924 : cluster [DBG] pgmap v1257: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:03.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.582538+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:03.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: cephadm 2024-03-30T04:45:02.583273+0000 mgr.y (mgr.25441) 1925 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:03.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.639731+0000 mon.c (mon.1) 1537 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:03.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.641814+0000 mon.c (mon.1) 1538 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:03.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.643961+0000 mon.c (mon.1) 1539 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:03.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.644681+0000 mon.c (mon.1) 1540 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:03.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: cluster 2024-03-30T04:45:02.646106+0000 mgr.y (mgr.25441) 1926 : cluster [DBG] pgmap v1258: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:03.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: cluster 2024-03-30T04:45:02.646377+0000 mgr.y (mgr.25441) 1927 : cluster [DBG] pgmap v1259: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:03.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.653414+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:03.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: cephadm 2024-03-30T04:45:02.654190+0000 mgr.y (mgr.25441) 1928 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:03.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.730064+0000 mon.c (mon.1) 1541 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:03.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.732526+0000 mon.c (mon.1) 1542 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:03.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.569324+0000 mon.c (mon.1) 1533 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:03.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.571372+0000 mon.c (mon.1) 1534 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:03.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.573390+0000 mon.c (mon.1) 1535 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:03.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.574028+0000 mon.c (mon.1) 1536 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:03.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: cluster 2024-03-30T04:45:02.575401+0000 mgr.y (mgr.25441) 1923 : cluster [DBG] pgmap v1256: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:03.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: cluster 2024-03-30T04:45:02.575679+0000 mgr.y (mgr.25441) 1924 : cluster [DBG] pgmap v1257: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:03.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.582538+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:03.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: cephadm 2024-03-30T04:45:02.583273+0000 mgr.y (mgr.25441) 1925 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:03.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.639731+0000 mon.c (mon.1) 1537 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:03.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.641814+0000 mon.c (mon.1) 1538 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:03.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.643961+0000 mon.c (mon.1) 1539 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:03.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.644681+0000 mon.c (mon.1) 1540 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:03.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: cluster 2024-03-30T04:45:02.646106+0000 mgr.y (mgr.25441) 1926 : cluster [DBG] pgmap v1258: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:03.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: cluster 2024-03-30T04:45:02.646377+0000 mgr.y (mgr.25441) 1927 : cluster [DBG] pgmap v1259: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:03.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.653414+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:03.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: cephadm 2024-03-30T04:45:02.654190+0000 mgr.y (mgr.25441) 1928 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:03.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.730064+0000 mon.c (mon.1) 1541 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:03.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.732526+0000 mon.c (mon.1) 1542 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:03.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.734717+0000 mon.c (mon.1) 1543 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:03.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.735519+0000 mon.c (mon.1) 1544 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:03.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: cluster 2024-03-30T04:45:02.737262+0000 mgr.y (mgr.25441) 1929 : cluster [DBG] pgmap v1260: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:03.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: cluster 2024-03-30T04:45:02.737682+0000 mgr.y (mgr.25441) 1930 : cluster [DBG] pgmap v1261: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:03.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: audit 2024-03-30T04:45:02.743912+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:03.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[73591]: cephadm 2024-03-30T04:45:02.745266+0000 mgr.y (mgr.25441) 1931 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:03.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.734717+0000 mon.c (mon.1) 1543 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:03.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.735519+0000 mon.c (mon.1) 1544 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:03.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: cluster 2024-03-30T04:45:02.737262+0000 mgr.y (mgr.25441) 1929 : cluster [DBG] pgmap v1260: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:03.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: cluster 2024-03-30T04:45:02.737682+0000 mgr.y (mgr.25441) 1930 : cluster [DBG] pgmap v1261: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:03.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: audit 2024-03-30T04:45:02.743912+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:03.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:02 smithi111 bash[70954]: cephadm 2024-03-30T04:45:02.745266+0000 mgr.y (mgr.25441) 1931 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:03.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:01.814177+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:03.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:01.823265+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:03.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:01.874004+0000 mon.c (mon.1) 1499 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:03.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:01.874814+0000 mon.c (mon.1) 1500 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:03.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: cluster 2024-03-30T04:45:01.876246+0000 mgr.y (mgr.25441) 1896 : cluster [DBG] pgmap v1238: 161 pgs: 10 active+undersized+degraded, 14 peering, 23 active+undersized, 114 active+clean; 585 KiB data, 152 MiB used, 715 GiB / 715 GiB avail; 36/726 objects degraded (4.959%) 2024-03-30T04:45:03.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: cluster 2024-03-30T04:45:01.876610+0000 mgr.y (mgr.25441) 1897 : cluster [DBG] pgmap v1239: 161 pgs: 10 active+undersized+degraded, 14 peering, 23 active+undersized, 114 active+clean; 585 KiB data, 152 MiB used, 715 GiB / 715 GiB avail; 36/726 objects degraded (4.959%) 2024-03-30T04:45:03.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:01.881366+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:03.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: cephadm 2024-03-30T04:45:01.882014+0000 mgr.y (mgr.25441) 1898 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:03.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:01.939147+0000 mon.c (mon.1) 1501 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:03.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:01.941735+0000 mon.c (mon.1) 1502 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:03.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:01.945206+0000 mon.c (mon.1) 1503 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:03.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:01.946073+0000 mon.c (mon.1) 1504 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:03.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: cluster 2024-03-30T04:45:01.947592+0000 mgr.y (mgr.25441) 1899 : cluster [DBG] pgmap v1240: 161 pgs: 10 active+undersized+degraded, 14 peering, 23 active+undersized, 114 active+clean; 585 KiB data, 152 MiB used, 715 GiB / 715 GiB avail; 36/726 objects degraded (4.959%) 2024-03-30T04:45:03.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: cluster 2024-03-30T04:45:01.947964+0000 mgr.y (mgr.25441) 1900 : cluster [DBG] pgmap v1241: 161 pgs: 10 active+undersized+degraded, 14 peering, 23 active+undersized, 114 active+clean; 585 KiB data, 152 MiB used, 715 GiB / 715 GiB avail; 36/726 objects degraded (4.959%) 2024-03-30T04:45:03.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:01.954105+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:03.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: cephadm 2024-03-30T04:45:01.954962+0000 mgr.y (mgr.25441) 1901 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:03.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.028407+0000 mon.c (mon.1) 1505 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:03.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.032197+0000 mon.c (mon.1) 1506 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:03.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.035944+0000 mon.c (mon.1) 1507 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:03.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.037184+0000 mon.c (mon.1) 1508 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:03.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: cluster 2024-03-30T04:45:02.039738+0000 mgr.y (mgr.25441) 1902 : cluster [DBG] pgmap v1242: 161 pgs: 10 active+undersized+degraded, 14 peering, 23 active+undersized, 114 active+clean; 585 KiB data, 152 MiB used, 715 GiB / 715 GiB avail; 36/726 objects degraded (4.959%) 2024-03-30T04:45:03.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: cluster 2024-03-30T04:45:02.040593+0000 mgr.y (mgr.25441) 1903 : cluster [DBG] pgmap v1243: 161 pgs: 10 active+undersized+degraded, 14 peering, 23 active+undersized, 114 active+clean; 585 KiB data, 152 MiB used, 715 GiB / 715 GiB avail; 36/726 objects degraded (4.959%) 2024-03-30T04:45:03.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.048243+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:03.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: cephadm 2024-03-30T04:45:02.050694+0000 mgr.y (mgr.25441) 1904 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:03.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.125296+0000 mon.c (mon.1) 1509 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:03.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.127449+0000 mon.c (mon.1) 1510 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:03.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.130047+0000 mon.c (mon.1) 1511 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:03.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.130900+0000 mon.c (mon.1) 1512 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:03.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: cluster 2024-03-30T04:45:02.132471+0000 mgr.y (mgr.25441) 1905 : cluster [DBG] pgmap v1244: 161 pgs: 10 active+undersized+degraded, 14 peering, 23 active+undersized, 114 active+clean; 585 KiB data, 152 MiB used, 715 GiB / 715 GiB avail; 36/726 objects degraded (4.959%) 2024-03-30T04:45:03.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: cluster 2024-03-30T04:45:02.132827+0000 mgr.y (mgr.25441) 1906 : cluster [DBG] pgmap v1245: 161 pgs: 10 active+undersized+degraded, 14 peering, 23 active+undersized, 114 active+clean; 585 KiB data, 152 MiB used, 715 GiB / 715 GiB avail; 36/726 objects degraded (4.959%) 2024-03-30T04:45:03.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.141237+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:03.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: cephadm 2024-03-30T04:45:02.141985+0000 mgr.y (mgr.25441) 1907 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:03.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.215704+0000 mon.c (mon.1) 1513 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:03.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.217846+0000 mon.c (mon.1) 1514 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:03.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.219955+0000 mon.c (mon.1) 1515 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:03.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.220701+0000 mon.c (mon.1) 1516 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:03.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: cluster 2024-03-30T04:45:02.222143+0000 mgr.y (mgr.25441) 1908 : cluster [DBG] pgmap v1246: 161 pgs: 10 active+undersized+degraded, 14 peering, 23 active+undersized, 114 active+clean; 585 KiB data, 152 MiB used, 715 GiB / 715 GiB avail; 36/726 objects degraded (4.959%) 2024-03-30T04:45:03.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: cluster 2024-03-30T04:45:02.222527+0000 mgr.y (mgr.25441) 1909 : cluster [DBG] pgmap v1247: 161 pgs: 10 active+undersized+degraded, 14 peering, 23 active+undersized, 114 active+clean; 585 KiB data, 152 MiB used, 715 GiB / 715 GiB avail; 36/726 objects degraded (4.959%) 2024-03-30T04:45:03.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.227886+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:03.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: cephadm 2024-03-30T04:45:02.228818+0000 mgr.y (mgr.25441) 1910 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:03.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.287926+0000 mon.c (mon.1) 1517 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:03.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.290316+0000 mon.c (mon.1) 1518 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:03.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.292369+0000 mon.c (mon.1) 1519 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:03.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.293040+0000 mon.c (mon.1) 1520 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:03.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: cluster 2024-03-30T04:45:02.295315+0000 mgr.y (mgr.25441) 1911 : cluster [DBG] pgmap v1248: 161 pgs: 11 active+undersized+degraded, 7 peering, 29 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 42/726 objects degraded (5.785%) 2024-03-30T04:45:03.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: cluster 2024-03-30T04:45:02.295617+0000 mgr.y (mgr.25441) 1912 : cluster [DBG] pgmap v1249: 161 pgs: 11 active+undersized+degraded, 7 peering, 29 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 42/726 objects degraded (5.785%) 2024-03-30T04:45:03.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.300284+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:03.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: cephadm 2024-03-30T04:45:02.300849+0000 mgr.y (mgr.25441) 1913 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:03.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.358512+0000 mon.c (mon.1) 1521 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:03.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.360517+0000 mon.c (mon.1) 1522 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:03.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.363152+0000 mon.c (mon.1) 1523 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:03.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.364074+0000 mon.c (mon.1) 1524 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:03.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: cluster 2024-03-30T04:45:02.365725+0000 mgr.y (mgr.25441) 1914 : cluster [DBG] pgmap v1250: 161 pgs: 11 active+undersized+degraded, 7 peering, 29 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 42/726 objects degraded (5.785%) 2024-03-30T04:45:03.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: cluster 2024-03-30T04:45:02.366245+0000 mgr.y (mgr.25441) 1915 : cluster [DBG] pgmap v1251: 161 pgs: 11 active+undersized+degraded, 7 peering, 29 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 42/726 objects degraded (5.785%) 2024-03-30T04:45:03.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.372345+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:03.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: cephadm 2024-03-30T04:45:02.373008+0000 mgr.y (mgr.25441) 1916 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:03.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.446526+0000 mon.c (mon.1) 1525 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:03.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.448568+0000 mon.c (mon.1) 1526 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:03.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.450763+0000 mon.c (mon.1) 1527 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:03.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.451651+0000 mon.c (mon.1) 1528 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:03.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: cluster 2024-03-30T04:45:02.453004+0000 mgr.y (mgr.25441) 1917 : cluster [DBG] pgmap v1252: 161 pgs: 11 active+undersized+degraded, 7 peering, 29 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 42/726 objects degraded (5.785%) 2024-03-30T04:45:03.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: cluster 2024-03-30T04:45:02.453306+0000 mgr.y (mgr.25441) 1918 : cluster [DBG] pgmap v1253: 161 pgs: 11 active+undersized+degraded, 7 peering, 29 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 42/726 objects degraded (5.785%) 2024-03-30T04:45:03.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.459345+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:03.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: cephadm 2024-03-30T04:45:02.459998+0000 mgr.y (mgr.25441) 1919 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:03.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.500560+0000 mon.c (mon.1) 1529 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:03.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.502458+0000 mon.c (mon.1) 1530 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:03.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.504204+0000 mon.c (mon.1) 1531 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:03.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.504908+0000 mon.c (mon.1) 1532 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:03.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: cluster 2024-03-30T04:45:02.506237+0000 mgr.y (mgr.25441) 1920 : cluster [DBG] pgmap v1254: 161 pgs: 11 active+undersized+degraded, 7 peering, 29 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 42/726 objects degraded (5.785%) 2024-03-30T04:45:03.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: cluster 2024-03-30T04:45:02.506571+0000 mgr.y (mgr.25441) 1921 : cluster [DBG] pgmap v1255: 161 pgs: 11 active+undersized+degraded, 7 peering, 29 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 42/726 objects degraded (5.785%) 2024-03-30T04:45:03.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.512022+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:03.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: cephadm 2024-03-30T04:45:02.512563+0000 mgr.y (mgr.25441) 1922 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:03.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.569324+0000 mon.c (mon.1) 1533 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:03.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.571372+0000 mon.c (mon.1) 1534 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:03.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.573390+0000 mon.c (mon.1) 1535 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:03.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.574028+0000 mon.c (mon.1) 1536 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:03.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: cluster 2024-03-30T04:45:02.575401+0000 mgr.y (mgr.25441) 1923 : cluster [DBG] pgmap v1256: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:03.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: cluster 2024-03-30T04:45:02.575679+0000 mgr.y (mgr.25441) 1924 : cluster [DBG] pgmap v1257: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:03.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.582538+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:03.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: cephadm 2024-03-30T04:45:02.583273+0000 mgr.y (mgr.25441) 1925 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:03.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.639731+0000 mon.c (mon.1) 1537 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:03.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.641814+0000 mon.c (mon.1) 1538 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:03.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.643961+0000 mon.c (mon.1) 1539 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:03.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.644681+0000 mon.c (mon.1) 1540 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:03.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: cluster 2024-03-30T04:45:02.646106+0000 mgr.y (mgr.25441) 1926 : cluster [DBG] pgmap v1258: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:03.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: cluster 2024-03-30T04:45:02.646377+0000 mgr.y (mgr.25441) 1927 : cluster [DBG] pgmap v1259: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:03.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.653414+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:03.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: cephadm 2024-03-30T04:45:02.654190+0000 mgr.y (mgr.25441) 1928 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:03.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.730064+0000 mon.c (mon.1) 1541 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:03.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.732526+0000 mon.c (mon.1) 1542 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:03.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.734717+0000 mon.c (mon.1) 1543 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:03.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.735519+0000 mon.c (mon.1) 1544 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:03.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: cluster 2024-03-30T04:45:02.737262+0000 mgr.y (mgr.25441) 1929 : cluster [DBG] pgmap v1260: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:03.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: cluster 2024-03-30T04:45:02.737682+0000 mgr.y (mgr.25441) 1930 : cluster [DBG] pgmap v1261: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:03.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: audit 2024-03-30T04:45:02.743912+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:03.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:02 smithi117 bash[62284]: cephadm 2024-03-30T04:45:02.745266+0000 mgr.y (mgr.25441) 1931 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:04.115 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[84230]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-03-30T04:45:04.115 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[84230]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-2 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2024-03-30T04:45:04.115 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[84230]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-03-30T04:45:04.115 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[84230]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-03-30T04:45:04.115 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[84230]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2024-03-30T04:45:04.115 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[84230]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-03-30T04:45:04.115 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[84230]: --> ceph-volume raw activate successful for osd ID: 2 2024-03-30T04:45:04.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: cluster 2024-03-30T04:45:02.821739+0000 mon.a (mon.0) 875 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:45:04.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: cluster 2024-03-30T04:45:02.821807+0000 mon.a (mon.0) 876 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-03-30T04:45:04.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:02.834312+0000 mon.c (mon.1) 1545 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:04.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:02.836893+0000 mon.c (mon.1) 1546 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:04.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:02.839655+0000 mon.c (mon.1) 1547 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:04.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:02.840647+0000 mon.c (mon.1) 1548 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:04.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: cluster 2024-03-30T04:45:02.842851+0000 mgr.y (mgr.25441) 1932 : cluster [DBG] pgmap v1262: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: cluster 2024-03-30T04:45:02.843458+0000 mgr.y (mgr.25441) 1933 : cluster [DBG] pgmap v1263: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:02.850056+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:04.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: cephadm 2024-03-30T04:45:02.851672+0000 mgr.y (mgr.25441) 1934 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:04.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:02.930289+0000 mon.c (mon.1) 1549 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:04.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:02.934255+0000 mon.c (mon.1) 1550 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:04.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:02.938577+0000 mon.c (mon.1) 1551 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:04.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:02.939961+0000 mon.c (mon.1) 1552 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:04.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: cluster 2024-03-30T04:45:02.942442+0000 mgr.y (mgr.25441) 1935 : cluster [DBG] pgmap v1264: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: cluster 2024-03-30T04:45:02.942852+0000 mgr.y (mgr.25441) 1936 : cluster [DBG] pgmap v1265: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:02.949670+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:04.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: cephadm 2024-03-30T04:45:02.952606+0000 mgr.y (mgr.25441) 1937 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:04.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: cluster 2024-03-30T04:45:02.821739+0000 mon.a (mon.0) 875 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:45:04.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: cluster 2024-03-30T04:45:02.821807+0000 mon.a (mon.0) 876 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-03-30T04:45:04.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:02.834312+0000 mon.c (mon.1) 1545 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:04.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:02.836893+0000 mon.c (mon.1) 1546 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:04.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:02.839655+0000 mon.c (mon.1) 1547 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:04.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:02.840647+0000 mon.c (mon.1) 1548 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:04.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: cluster 2024-03-30T04:45:02.842851+0000 mgr.y (mgr.25441) 1932 : cluster [DBG] pgmap v1262: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: cluster 2024-03-30T04:45:02.843458+0000 mgr.y (mgr.25441) 1933 : cluster [DBG] pgmap v1263: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:02.850056+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:04.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: cephadm 2024-03-30T04:45:02.851672+0000 mgr.y (mgr.25441) 1934 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:04.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:02.930289+0000 mon.c (mon.1) 1549 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:04.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:02.934255+0000 mon.c (mon.1) 1550 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:04.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:02.938577+0000 mon.c (mon.1) 1551 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:04.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:02.939961+0000 mon.c (mon.1) 1552 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:04.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: cluster 2024-03-30T04:45:02.942442+0000 mgr.y (mgr.25441) 1935 : cluster [DBG] pgmap v1264: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: cluster 2024-03-30T04:45:02.942852+0000 mgr.y (mgr.25441) 1936 : cluster [DBG] pgmap v1265: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:02.949670+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:04.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: cephadm 2024-03-30T04:45:02.952606+0000 mgr.y (mgr.25441) 1937 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:04.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.041263+0000 mon.c (mon.1) 1553 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:04.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.044959+0000 mon.c (mon.1) 1554 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:04.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.048323+0000 mon.c (mon.1) 1555 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:04.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.049966+0000 mon.c (mon.1) 1556 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:04.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: cluster 2024-03-30T04:45:03.053052+0000 mgr.y (mgr.25441) 1938 : cluster [DBG] pgmap v1266: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: cluster 2024-03-30T04:45:03.053874+0000 mgr.y (mgr.25441) 1939 : cluster [DBG] pgmap v1267: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.061041+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:04.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: cephadm 2024-03-30T04:45:03.063298+0000 mgr.y (mgr.25441) 1940 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:04.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.137602+0000 mon.c (mon.1) 1557 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:04.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.139760+0000 mon.c (mon.1) 1558 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:04.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.141750+0000 mon.c (mon.1) 1559 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:04.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.142453+0000 mon.c (mon.1) 1560 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:04.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: cluster 2024-03-30T04:45:03.143932+0000 mgr.y (mgr.25441) 1941 : cluster [DBG] pgmap v1268: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: cluster 2024-03-30T04:45:03.144293+0000 mgr.y (mgr.25441) 1942 : cluster [DBG] pgmap v1269: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.148354+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:04.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: cephadm 2024-03-30T04:45:03.151138+0000 mgr.y (mgr.25441) 1943 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:04.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.207857+0000 mon.c (mon.1) 1561 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:04.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.209698+0000 mon.c (mon.1) 1562 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:04.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.041263+0000 mon.c (mon.1) 1553 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:04.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.044959+0000 mon.c (mon.1) 1554 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:04.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.048323+0000 mon.c (mon.1) 1555 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:04.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.049966+0000 mon.c (mon.1) 1556 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:04.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: cluster 2024-03-30T04:45:03.053052+0000 mgr.y (mgr.25441) 1938 : cluster [DBG] pgmap v1266: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: cluster 2024-03-30T04:45:03.053874+0000 mgr.y (mgr.25441) 1939 : cluster [DBG] pgmap v1267: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.061041+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:04.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: cephadm 2024-03-30T04:45:03.063298+0000 mgr.y (mgr.25441) 1940 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:04.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.137602+0000 mon.c (mon.1) 1557 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:04.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.139760+0000 mon.c (mon.1) 1558 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:04.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.141750+0000 mon.c (mon.1) 1559 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:04.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.142453+0000 mon.c (mon.1) 1560 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:04.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: cluster 2024-03-30T04:45:03.143932+0000 mgr.y (mgr.25441) 1941 : cluster [DBG] pgmap v1268: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: cluster 2024-03-30T04:45:03.144293+0000 mgr.y (mgr.25441) 1942 : cluster [DBG] pgmap v1269: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.148354+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:04.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: cephadm 2024-03-30T04:45:03.151138+0000 mgr.y (mgr.25441) 1943 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:04.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.207857+0000 mon.c (mon.1) 1561 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:04.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.209698+0000 mon.c (mon.1) 1562 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:04.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.211428+0000 mon.c (mon.1) 1563 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:04.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.212081+0000 mon.c (mon.1) 1564 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:04.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: cluster 2024-03-30T04:45:03.213405+0000 mgr.y (mgr.25441) 1944 : cluster [DBG] pgmap v1270: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: cluster 2024-03-30T04:45:03.213807+0000 mgr.y (mgr.25441) 1945 : cluster [DBG] pgmap v1271: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.218594+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:04.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: cephadm 2024-03-30T04:45:03.221769+0000 mgr.y (mgr.25441) 1946 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:04.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.278959+0000 mon.c (mon.1) 1565 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:04.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.280972+0000 mon.c (mon.1) 1566 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:04.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.283031+0000 mon.c (mon.1) 1567 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:04.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.283882+0000 mon.c (mon.1) 1568 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:04.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: cluster 2024-03-30T04:45:03.285325+0000 mgr.y (mgr.25441) 1947 : cluster [DBG] pgmap v1272: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: cluster 2024-03-30T04:45:03.285715+0000 mgr.y (mgr.25441) 1948 : cluster [DBG] pgmap v1273: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.290618+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:04.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: cephadm 2024-03-30T04:45:03.293462+0000 mgr.y (mgr.25441) 1949 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:04.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.367023+0000 mon.c (mon.1) 1569 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:04.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.368933+0000 mon.c (mon.1) 1570 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:04.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.371366+0000 mon.c (mon.1) 1571 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:04.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.372181+0000 mon.c (mon.1) 1572 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:04.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.211428+0000 mon.c (mon.1) 1563 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:04.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.212081+0000 mon.c (mon.1) 1564 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:04.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: cluster 2024-03-30T04:45:03.213405+0000 mgr.y (mgr.25441) 1944 : cluster [DBG] pgmap v1270: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: cluster 2024-03-30T04:45:03.213807+0000 mgr.y (mgr.25441) 1945 : cluster [DBG] pgmap v1271: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.218594+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:04.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: cephadm 2024-03-30T04:45:03.221769+0000 mgr.y (mgr.25441) 1946 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:04.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.278959+0000 mon.c (mon.1) 1565 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:04.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.280972+0000 mon.c (mon.1) 1566 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:04.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.283031+0000 mon.c (mon.1) 1567 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:04.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.283882+0000 mon.c (mon.1) 1568 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:04.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: cluster 2024-03-30T04:45:03.285325+0000 mgr.y (mgr.25441) 1947 : cluster [DBG] pgmap v1272: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: cluster 2024-03-30T04:45:03.285715+0000 mgr.y (mgr.25441) 1948 : cluster [DBG] pgmap v1273: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.290618+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:04.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: cephadm 2024-03-30T04:45:03.293462+0000 mgr.y (mgr.25441) 1949 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:04.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.367023+0000 mon.c (mon.1) 1569 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:04.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.368933+0000 mon.c (mon.1) 1570 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:04.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.371366+0000 mon.c (mon.1) 1571 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:04.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.372181+0000 mon.c (mon.1) 1572 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:04.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: cluster 2024-03-30T04:45:03.373735+0000 mgr.y (mgr.25441) 1950 : cluster [DBG] pgmap v1274: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: cluster 2024-03-30T04:45:03.374084+0000 mgr.y (mgr.25441) 1951 : cluster [DBG] pgmap v1275: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.380610+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:04.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: cephadm 2024-03-30T04:45:03.381881+0000 mgr.y (mgr.25441) 1952 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:04.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.438931+0000 mon.c (mon.1) 1573 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:04.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.441447+0000 mon.c (mon.1) 1574 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:04.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.443632+0000 mon.c (mon.1) 1575 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:04.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.444410+0000 mon.c (mon.1) 1576 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:04.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: cluster 2024-03-30T04:45:03.445973+0000 mgr.y (mgr.25441) 1953 : cluster [DBG] pgmap v1276: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: cluster 2024-03-30T04:45:03.446299+0000 mgr.y (mgr.25441) 1954 : cluster [DBG] pgmap v1277: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.451824+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:04.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: cephadm 2024-03-30T04:45:03.454254+0000 mgr.y (mgr.25441) 1955 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:04.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.527993+0000 mon.c (mon.1) 1577 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:04.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.530089+0000 mon.c (mon.1) 1578 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:04.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.532467+0000 mon.c (mon.1) 1579 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:04.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.533349+0000 mon.c (mon.1) 1580 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:04.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: cluster 2024-03-30T04:45:03.534878+0000 mgr.y (mgr.25441) 1956 : cluster [DBG] pgmap v1278: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: cluster 2024-03-30T04:45:03.535221+0000 mgr.y (mgr.25441) 1957 : cluster [DBG] pgmap v1279: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: cluster 2024-03-30T04:45:03.373735+0000 mgr.y (mgr.25441) 1950 : cluster [DBG] pgmap v1274: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: cluster 2024-03-30T04:45:03.374084+0000 mgr.y (mgr.25441) 1951 : cluster [DBG] pgmap v1275: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.380610+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:04.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: cephadm 2024-03-30T04:45:03.381881+0000 mgr.y (mgr.25441) 1952 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:04.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.438931+0000 mon.c (mon.1) 1573 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:04.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.441447+0000 mon.c (mon.1) 1574 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:04.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.443632+0000 mon.c (mon.1) 1575 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:04.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.444410+0000 mon.c (mon.1) 1576 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:04.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: cluster 2024-03-30T04:45:03.445973+0000 mgr.y (mgr.25441) 1953 : cluster [DBG] pgmap v1276: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: cluster 2024-03-30T04:45:03.446299+0000 mgr.y (mgr.25441) 1954 : cluster [DBG] pgmap v1277: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.451824+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:04.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: cephadm 2024-03-30T04:45:03.454254+0000 mgr.y (mgr.25441) 1955 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:04.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.527993+0000 mon.c (mon.1) 1577 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:04.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.530089+0000 mon.c (mon.1) 1578 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:04.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.532467+0000 mon.c (mon.1) 1579 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:04.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.533349+0000 mon.c (mon.1) 1580 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:04.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: cluster 2024-03-30T04:45:03.534878+0000 mgr.y (mgr.25441) 1956 : cluster [DBG] pgmap v1278: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: cluster 2024-03-30T04:45:03.535221+0000 mgr.y (mgr.25441) 1957 : cluster [DBG] pgmap v1279: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.541426+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:04.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: cephadm 2024-03-30T04:45:03.544326+0000 mgr.y (mgr.25441) 1958 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:04.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.601358+0000 mon.c (mon.1) 1581 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:04.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.603556+0000 mon.c (mon.1) 1582 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:04.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.605978+0000 mon.c (mon.1) 1583 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:04.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.606823+0000 mon.c (mon.1) 1584 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:04.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: cluster 2024-03-30T04:45:03.608433+0000 mgr.y (mgr.25441) 1959 : cluster [DBG] pgmap v1280: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: cluster 2024-03-30T04:45:03.608830+0000 mgr.y (mgr.25441) 1960 : cluster [DBG] pgmap v1281: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.614095+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:04.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: cephadm 2024-03-30T04:45:03.616412+0000 mgr.y (mgr.25441) 1961 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:04.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.674409+0000 mon.c (mon.1) 1585 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:04.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.676711+0000 mon.c (mon.1) 1586 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:04.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.678943+0000 mon.c (mon.1) 1587 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:04.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.679685+0000 mon.c (mon.1) 1588 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:04.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: cluster 2024-03-30T04:45:03.681132+0000 mgr.y (mgr.25441) 1962 : cluster [DBG] pgmap v1282: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: cluster 2024-03-30T04:45:03.681447+0000 mgr.y (mgr.25441) 1963 : cluster [DBG] pgmap v1283: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.685807+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:04.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: cephadm 2024-03-30T04:45:03.688351+0000 mgr.y (mgr.25441) 1964 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:04.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.541426+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:04.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: cephadm 2024-03-30T04:45:03.544326+0000 mgr.y (mgr.25441) 1958 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:04.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.601358+0000 mon.c (mon.1) 1581 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:04.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.603556+0000 mon.c (mon.1) 1582 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:04.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.605978+0000 mon.c (mon.1) 1583 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:04.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.606823+0000 mon.c (mon.1) 1584 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:04.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: cluster 2024-03-30T04:45:03.608433+0000 mgr.y (mgr.25441) 1959 : cluster [DBG] pgmap v1280: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: cluster 2024-03-30T04:45:03.608830+0000 mgr.y (mgr.25441) 1960 : cluster [DBG] pgmap v1281: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.614095+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:04.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: cephadm 2024-03-30T04:45:03.616412+0000 mgr.y (mgr.25441) 1961 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:04.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.674409+0000 mon.c (mon.1) 1585 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:04.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.676711+0000 mon.c (mon.1) 1586 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:04.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.678943+0000 mon.c (mon.1) 1587 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:04.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.679685+0000 mon.c (mon.1) 1588 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:04.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: cluster 2024-03-30T04:45:03.681132+0000 mgr.y (mgr.25441) 1962 : cluster [DBG] pgmap v1282: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: cluster 2024-03-30T04:45:03.681447+0000 mgr.y (mgr.25441) 1963 : cluster [DBG] pgmap v1283: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.685807+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:04.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: cephadm 2024-03-30T04:45:03.688351+0000 mgr.y (mgr.25441) 1964 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:04.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.750677+0000 mon.c (mon.1) 1589 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:04.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.752884+0000 mon.c (mon.1) 1590 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:04.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.755285+0000 mon.c (mon.1) 1591 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:04.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.755974+0000 mon.c (mon.1) 1592 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:04.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: cluster 2024-03-30T04:45:03.757348+0000 mgr.y (mgr.25441) 1965 : cluster [DBG] pgmap v1284: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: cluster 2024-03-30T04:45:03.757639+0000 mgr.y (mgr.25441) 1966 : cluster [DBG] pgmap v1285: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[70954]: audit 2024-03-30T04:45:03.764225+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:04.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.750677+0000 mon.c (mon.1) 1589 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:04.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.752884+0000 mon.c (mon.1) 1590 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:04.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.755285+0000 mon.c (mon.1) 1591 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:04.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.755974+0000 mon.c (mon.1) 1592 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:04.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: cluster 2024-03-30T04:45:03.757348+0000 mgr.y (mgr.25441) 1965 : cluster [DBG] pgmap v1284: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: cluster 2024-03-30T04:45:03.757639+0000 mgr.y (mgr.25441) 1966 : cluster [DBG] pgmap v1285: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:03 smithi111 bash[73591]: audit 2024-03-30T04:45:03.764225+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:04.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: cluster 2024-03-30T04:45:02.821739+0000 mon.a (mon.0) 875 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:45:04.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: cluster 2024-03-30T04:45:02.821807+0000 mon.a (mon.0) 876 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-03-30T04:45:04.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:02.834312+0000 mon.c (mon.1) 1545 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:04.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:02.836893+0000 mon.c (mon.1) 1546 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:04.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:02.839655+0000 mon.c (mon.1) 1547 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:04.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:02.840647+0000 mon.c (mon.1) 1548 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:04.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: cluster 2024-03-30T04:45:02.842851+0000 mgr.y (mgr.25441) 1932 : cluster [DBG] pgmap v1262: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: cluster 2024-03-30T04:45:02.843458+0000 mgr.y (mgr.25441) 1933 : cluster [DBG] pgmap v1263: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:02.850056+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:04.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: cephadm 2024-03-30T04:45:02.851672+0000 mgr.y (mgr.25441) 1934 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:04.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:02.930289+0000 mon.c (mon.1) 1549 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:04.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:02.934255+0000 mon.c (mon.1) 1550 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:04.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:02.938577+0000 mon.c (mon.1) 1551 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:04.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:02.939961+0000 mon.c (mon.1) 1552 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:04.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: cluster 2024-03-30T04:45:02.942442+0000 mgr.y (mgr.25441) 1935 : cluster [DBG] pgmap v1264: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: cluster 2024-03-30T04:45:02.942852+0000 mgr.y (mgr.25441) 1936 : cluster [DBG] pgmap v1265: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:02.949670+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:04.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: cephadm 2024-03-30T04:45:02.952606+0000 mgr.y (mgr.25441) 1937 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:04.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.041263+0000 mon.c (mon.1) 1553 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:04.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.044959+0000 mon.c (mon.1) 1554 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:04.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.048323+0000 mon.c (mon.1) 1555 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:04.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.049966+0000 mon.c (mon.1) 1556 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:04.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: cluster 2024-03-30T04:45:03.053052+0000 mgr.y (mgr.25441) 1938 : cluster [DBG] pgmap v1266: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: cluster 2024-03-30T04:45:03.053874+0000 mgr.y (mgr.25441) 1939 : cluster [DBG] pgmap v1267: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.061041+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:04.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: cephadm 2024-03-30T04:45:03.063298+0000 mgr.y (mgr.25441) 1940 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:04.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.137602+0000 mon.c (mon.1) 1557 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:04.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.139760+0000 mon.c (mon.1) 1558 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:04.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.141750+0000 mon.c (mon.1) 1559 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:04.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.142453+0000 mon.c (mon.1) 1560 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:04.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: cluster 2024-03-30T04:45:03.143932+0000 mgr.y (mgr.25441) 1941 : cluster [DBG] pgmap v1268: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: cluster 2024-03-30T04:45:03.144293+0000 mgr.y (mgr.25441) 1942 : cluster [DBG] pgmap v1269: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.148354+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:04.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: cephadm 2024-03-30T04:45:03.151138+0000 mgr.y (mgr.25441) 1943 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:04.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.207857+0000 mon.c (mon.1) 1561 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:04.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.209698+0000 mon.c (mon.1) 1562 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:04.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.211428+0000 mon.c (mon.1) 1563 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:04.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.212081+0000 mon.c (mon.1) 1564 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:04.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: cluster 2024-03-30T04:45:03.213405+0000 mgr.y (mgr.25441) 1944 : cluster [DBG] pgmap v1270: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: cluster 2024-03-30T04:45:03.213807+0000 mgr.y (mgr.25441) 1945 : cluster [DBG] pgmap v1271: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.218594+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:04.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: cephadm 2024-03-30T04:45:03.221769+0000 mgr.y (mgr.25441) 1946 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:04.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.278959+0000 mon.c (mon.1) 1565 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:04.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.280972+0000 mon.c (mon.1) 1566 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:04.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.283031+0000 mon.c (mon.1) 1567 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:04.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.283882+0000 mon.c (mon.1) 1568 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:04.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: cluster 2024-03-30T04:45:03.285325+0000 mgr.y (mgr.25441) 1947 : cluster [DBG] pgmap v1272: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: cluster 2024-03-30T04:45:03.285715+0000 mgr.y (mgr.25441) 1948 : cluster [DBG] pgmap v1273: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.290618+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:04.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: cephadm 2024-03-30T04:45:03.293462+0000 mgr.y (mgr.25441) 1949 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:04.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.367023+0000 mon.c (mon.1) 1569 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:04.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.368933+0000 mon.c (mon.1) 1570 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:04.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.371366+0000 mon.c (mon.1) 1571 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:04.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.372181+0000 mon.c (mon.1) 1572 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:04.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: cluster 2024-03-30T04:45:03.373735+0000 mgr.y (mgr.25441) 1950 : cluster [DBG] pgmap v1274: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: cluster 2024-03-30T04:45:03.374084+0000 mgr.y (mgr.25441) 1951 : cluster [DBG] pgmap v1275: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.380610+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:04.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: cephadm 2024-03-30T04:45:03.381881+0000 mgr.y (mgr.25441) 1952 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:04.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.438931+0000 mon.c (mon.1) 1573 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:04.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.441447+0000 mon.c (mon.1) 1574 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:04.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.443632+0000 mon.c (mon.1) 1575 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:04.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.444410+0000 mon.c (mon.1) 1576 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:04.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: cluster 2024-03-30T04:45:03.445973+0000 mgr.y (mgr.25441) 1953 : cluster [DBG] pgmap v1276: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: cluster 2024-03-30T04:45:03.446299+0000 mgr.y (mgr.25441) 1954 : cluster [DBG] pgmap v1277: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.451824+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:04.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: cephadm 2024-03-30T04:45:03.454254+0000 mgr.y (mgr.25441) 1955 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:04.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.527993+0000 mon.c (mon.1) 1577 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:04.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.530089+0000 mon.c (mon.1) 1578 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:04.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.532467+0000 mon.c (mon.1) 1579 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:04.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.533349+0000 mon.c (mon.1) 1580 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:04.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: cluster 2024-03-30T04:45:03.534878+0000 mgr.y (mgr.25441) 1956 : cluster [DBG] pgmap v1278: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: cluster 2024-03-30T04:45:03.535221+0000 mgr.y (mgr.25441) 1957 : cluster [DBG] pgmap v1279: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.541426+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:04.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: cephadm 2024-03-30T04:45:03.544326+0000 mgr.y (mgr.25441) 1958 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:04.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.601358+0000 mon.c (mon.1) 1581 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:04.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.603556+0000 mon.c (mon.1) 1582 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:04.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.605978+0000 mon.c (mon.1) 1583 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:04.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.606823+0000 mon.c (mon.1) 1584 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:04.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: cluster 2024-03-30T04:45:03.608433+0000 mgr.y (mgr.25441) 1959 : cluster [DBG] pgmap v1280: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: cluster 2024-03-30T04:45:03.608830+0000 mgr.y (mgr.25441) 1960 : cluster [DBG] pgmap v1281: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.614095+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:04.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: cephadm 2024-03-30T04:45:03.616412+0000 mgr.y (mgr.25441) 1961 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:04.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.674409+0000 mon.c (mon.1) 1585 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:04.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.676711+0000 mon.c (mon.1) 1586 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:04.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.678943+0000 mon.c (mon.1) 1587 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:04.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.679685+0000 mon.c (mon.1) 1588 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:04.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: cluster 2024-03-30T04:45:03.681132+0000 mgr.y (mgr.25441) 1962 : cluster [DBG] pgmap v1282: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: cluster 2024-03-30T04:45:03.681447+0000 mgr.y (mgr.25441) 1963 : cluster [DBG] pgmap v1283: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.685807+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:04.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: cephadm 2024-03-30T04:45:03.688351+0000 mgr.y (mgr.25441) 1964 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:04.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.750677+0000 mon.c (mon.1) 1589 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:04.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.752884+0000 mon.c (mon.1) 1590 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:04.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.755285+0000 mon.c (mon.1) 1591 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:04.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.755974+0000 mon.c (mon.1) 1592 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:04.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: cluster 2024-03-30T04:45:03.757348+0000 mgr.y (mgr.25441) 1965 : cluster [DBG] pgmap v1284: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: cluster 2024-03-30T04:45:03.757639+0000 mgr.y (mgr.25441) 1966 : cluster [DBG] pgmap v1285: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:04.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:03 smithi117 bash[62284]: audit 2024-03-30T04:45:03.764225+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cephadm 2024-03-30T04:45:03.765875+0000 mgr.y (mgr.25441) 1967 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:03.825271+0000 mon.c (mon.1) 1593 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:03.829224+0000 mon.c (mon.1) 1594 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:03.833916+0000 mon.c (mon.1) 1595 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:03.834585+0000 mon.c (mon.1) 1596 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cluster 2024-03-30T04:45:03.835978+0000 mgr.y (mgr.25441) 1968 : cluster [DBG] pgmap v1286: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cluster 2024-03-30T04:45:03.836308+0000 mgr.y (mgr.25441) 1969 : cluster [DBG] pgmap v1287: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:03.841346+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cephadm 2024-03-30T04:45:03.841925+0000 mgr.y (mgr.25441) 1970 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:03.898563+0000 mon.c (mon.1) 1597 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:03.900292+0000 mon.c (mon.1) 1598 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:03.902050+0000 mon.c (mon.1) 1599 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:03.902672+0000 mon.c (mon.1) 1600 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cluster 2024-03-30T04:45:03.903923+0000 mgr.y (mgr.25441) 1971 : cluster [DBG] pgmap v1288: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cluster 2024-03-30T04:45:03.904244+0000 mgr.y (mgr.25441) 1972 : cluster [DBG] pgmap v1289: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:03.908794+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cephadm 2024-03-30T04:45:03.909367+0000 mgr.y (mgr.25441) 1973 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:03.949524+0000 mon.c (mon.1) 1601 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cephadm 2024-03-30T04:45:03.765875+0000 mgr.y (mgr.25441) 1967 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:03.825271+0000 mon.c (mon.1) 1593 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:03.829224+0000 mon.c (mon.1) 1594 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:03.833916+0000 mon.c (mon.1) 1595 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:03.834585+0000 mon.c (mon.1) 1596 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cluster 2024-03-30T04:45:03.835978+0000 mgr.y (mgr.25441) 1968 : cluster [DBG] pgmap v1286: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cluster 2024-03-30T04:45:03.836308+0000 mgr.y (mgr.25441) 1969 : cluster [DBG] pgmap v1287: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:03.841346+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cephadm 2024-03-30T04:45:03.841925+0000 mgr.y (mgr.25441) 1970 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:03.898563+0000 mon.c (mon.1) 1597 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:03.900292+0000 mon.c (mon.1) 1598 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:03.902050+0000 mon.c (mon.1) 1599 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:03.902672+0000 mon.c (mon.1) 1600 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cluster 2024-03-30T04:45:03.903923+0000 mgr.y (mgr.25441) 1971 : cluster [DBG] pgmap v1288: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cluster 2024-03-30T04:45:03.904244+0000 mgr.y (mgr.25441) 1972 : cluster [DBG] pgmap v1289: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:03.908794+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cephadm 2024-03-30T04:45:03.909367+0000 mgr.y (mgr.25441) 1973 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:03.949524+0000 mon.c (mon.1) 1601 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:03.951329+0000 mon.c (mon.1) 1602 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:03.953255+0000 mon.c (mon.1) 1603 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:03.953928+0000 mon.c (mon.1) 1604 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cluster 2024-03-30T04:45:03.955505+0000 mgr.y (mgr.25441) 1974 : cluster [DBG] pgmap v1290: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cluster 2024-03-30T04:45:03.955885+0000 mgr.y (mgr.25441) 1975 : cluster [DBG] pgmap v1291: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:03.960584+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cephadm 2024-03-30T04:45:03.962261+0000 mgr.y (mgr.25441) 1976 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.002432+0000 mon.c (mon.1) 1605 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.004163+0000 mon.c (mon.1) 1606 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.005911+0000 mon.c (mon.1) 1607 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.006557+0000 mon.c (mon.1) 1608 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cluster 2024-03-30T04:45:04.007842+0000 mgr.y (mgr.25441) 1977 : cluster [DBG] pgmap v1292: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cluster 2024-03-30T04:45:04.008118+0000 mgr.y (mgr.25441) 1978 : cluster [DBG] pgmap v1293: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.012653+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cephadm 2024-03-30T04:45:04.013307+0000 mgr.y (mgr.25441) 1979 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.053454+0000 mon.c (mon.1) 1609 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.055480+0000 mon.c (mon.1) 1610 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.057281+0000 mon.c (mon.1) 1611 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.057887+0000 mon.c (mon.1) 1612 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cluster 2024-03-30T04:45:04.059200+0000 mgr.y (mgr.25441) 1980 : cluster [DBG] pgmap v1294: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cluster 2024-03-30T04:45:04.059469+0000 mgr.y (mgr.25441) 1981 : cluster [DBG] pgmap v1295: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.063989+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cephadm 2024-03-30T04:45:04.064542+0000 mgr.y (mgr.25441) 1982 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.104571+0000 mon.c (mon.1) 1613 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.106315+0000 mon.c (mon.1) 1614 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.112285+0000 mon.c (mon.1) 1615 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.113156+0000 mon.c (mon.1) 1616 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cluster 2024-03-30T04:45:04.114742+0000 mgr.y (mgr.25441) 1983 : cluster [DBG] pgmap v1296: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cluster 2024-03-30T04:45:04.115036+0000 mgr.y (mgr.25441) 1984 : cluster [DBG] pgmap v1297: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.119974+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cephadm 2024-03-30T04:45:04.120658+0000 mgr.y (mgr.25441) 1985 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.177258+0000 mon.c (mon.1) 1617 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.179119+0000 mon.c (mon.1) 1618 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.180837+0000 mon.c (mon.1) 1619 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.181486+0000 mon.c (mon.1) 1620 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cluster 2024-03-30T04:45:04.182939+0000 mgr.y (mgr.25441) 1986 : cluster [DBG] pgmap v1298: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:03.951329+0000 mon.c (mon.1) 1602 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:03.953255+0000 mon.c (mon.1) 1603 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:03.953928+0000 mon.c (mon.1) 1604 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cluster 2024-03-30T04:45:03.955505+0000 mgr.y (mgr.25441) 1974 : cluster [DBG] pgmap v1290: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cluster 2024-03-30T04:45:03.955885+0000 mgr.y (mgr.25441) 1975 : cluster [DBG] pgmap v1291: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:03.960584+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cephadm 2024-03-30T04:45:03.962261+0000 mgr.y (mgr.25441) 1976 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.002432+0000 mon.c (mon.1) 1605 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.004163+0000 mon.c (mon.1) 1606 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.005911+0000 mon.c (mon.1) 1607 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.006557+0000 mon.c (mon.1) 1608 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cluster 2024-03-30T04:45:04.007842+0000 mgr.y (mgr.25441) 1977 : cluster [DBG] pgmap v1292: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cluster 2024-03-30T04:45:04.008118+0000 mgr.y (mgr.25441) 1978 : cluster [DBG] pgmap v1293: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.012653+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cephadm 2024-03-30T04:45:04.013307+0000 mgr.y (mgr.25441) 1979 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.053454+0000 mon.c (mon.1) 1609 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.055480+0000 mon.c (mon.1) 1610 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.057281+0000 mon.c (mon.1) 1611 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cluster 2024-03-30T04:45:04.183269+0000 mgr.y (mgr.25441) 1987 : cluster [DBG] pgmap v1299: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.187889+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cephadm 2024-03-30T04:45:04.188510+0000 mgr.y (mgr.25441) 1988 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.230936+0000 mon.c (mon.1) 1621 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.233039+0000 mon.c (mon.1) 1622 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.235158+0000 mon.c (mon.1) 1623 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.235864+0000 mon.c (mon.1) 1624 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cluster 2024-03-30T04:45:04.237348+0000 mgr.y (mgr.25441) 1989 : cluster [DBG] pgmap v1300: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cluster 2024-03-30T04:45:04.237678+0000 mgr.y (mgr.25441) 1990 : cluster [DBG] pgmap v1301: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.242999+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cephadm 2024-03-30T04:45:04.244820+0000 mgr.y (mgr.25441) 1991 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.284843+0000 mon.c (mon.1) 1625 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.286627+0000 mon.c (mon.1) 1626 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.288303+0000 mon.c (mon.1) 1627 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.288917+0000 mon.c (mon.1) 1628 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cluster 2024-03-30T04:45:04.290336+0000 mgr.y (mgr.25441) 1992 : cluster [DBG] pgmap v1302: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cluster 2024-03-30T04:45:04.290676+0000 mgr.y (mgr.25441) 1993 : cluster [DBG] pgmap v1303: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.295153+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cephadm 2024-03-30T04:45:04.295975+0000 mgr.y (mgr.25441) 1994 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.341974+0000 mon.c (mon.1) 1629 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.344231+0000 mon.c (mon.1) 1630 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.346156+0000 mon.c (mon.1) 1631 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.346878+0000 mon.c (mon.1) 1632 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cluster 2024-03-30T04:45:04.348603+0000 mgr.y (mgr.25441) 1995 : cluster [DBG] pgmap v1304: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cluster 2024-03-30T04:45:04.349246+0000 mgr.y (mgr.25441) 1996 : cluster [DBG] pgmap v1305: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.353575+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cephadm 2024-03-30T04:45:04.354477+0000 mgr.y (mgr.25441) 1997 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.432214+0000 mon.c (mon.1) 1633 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.434549+0000 mon.c (mon.1) 1634 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.436607+0000 mon.c (mon.1) 1635 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.437440+0000 mon.c (mon.1) 1636 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cluster 2024-03-30T04:45:04.439651+0000 mgr.y (mgr.25441) 1998 : cluster [DBG] pgmap v1306: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cluster 2024-03-30T04:45:04.440585+0000 mgr.y (mgr.25441) 1999 : cluster [DBG] pgmap v1307: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.445114+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cephadm 2024-03-30T04:45:04.445892+0000 mgr.y (mgr.25441) 2000 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.486157+0000 mon.c (mon.1) 1637 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.057887+0000 mon.c (mon.1) 1612 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cluster 2024-03-30T04:45:04.059200+0000 mgr.y (mgr.25441) 1980 : cluster [DBG] pgmap v1294: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cluster 2024-03-30T04:45:04.059469+0000 mgr.y (mgr.25441) 1981 : cluster [DBG] pgmap v1295: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.063989+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cephadm 2024-03-30T04:45:04.064542+0000 mgr.y (mgr.25441) 1982 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.104571+0000 mon.c (mon.1) 1613 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.106315+0000 mon.c (mon.1) 1614 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.112285+0000 mon.c (mon.1) 1615 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.113156+0000 mon.c (mon.1) 1616 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cluster 2024-03-30T04:45:04.114742+0000 mgr.y (mgr.25441) 1983 : cluster [DBG] pgmap v1296: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cluster 2024-03-30T04:45:04.115036+0000 mgr.y (mgr.25441) 1984 : cluster [DBG] pgmap v1297: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.119974+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cephadm 2024-03-30T04:45:04.120658+0000 mgr.y (mgr.25441) 1985 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.177258+0000 mon.c (mon.1) 1617 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.179119+0000 mon.c (mon.1) 1618 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.180837+0000 mon.c (mon.1) 1619 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.181486+0000 mon.c (mon.1) 1620 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cluster 2024-03-30T04:45:04.182939+0000 mgr.y (mgr.25441) 1986 : cluster [DBG] pgmap v1298: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.488487+0000 mon.c (mon.1) 1638 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.490429+0000 mon.c (mon.1) 1639 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.491155+0000 mon.c (mon.1) 1640 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cluster 2024-03-30T04:45:04.492597+0000 mgr.y (mgr.25441) 2001 : cluster [DBG] pgmap v1308: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cluster 2024-03-30T04:45:04.492968+0000 mgr.y (mgr.25441) 2002 : cluster [DBG] pgmap v1309: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.500435+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cephadm 2024-03-30T04:45:04.501174+0000 mgr.y (mgr.25441) 2003 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.559175+0000 mon.c (mon.1) 1641 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.560961+0000 mon.c (mon.1) 1642 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.562990+0000 mon.c (mon.1) 1643 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.563670+0000 mon.c (mon.1) 1644 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cluster 2024-03-30T04:45:04.564955+0000 mgr.y (mgr.25441) 2004 : cluster [DBG] pgmap v1310: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cluster 2024-03-30T04:45:04.565217+0000 mgr.y (mgr.25441) 2005 : cluster [DBG] pgmap v1311: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.572601+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cephadm 2024-03-30T04:45:04.573230+0000 mgr.y (mgr.25441) 2006 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.618055+0000 mon.c (mon.1) 1645 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.620020+0000 mon.c (mon.1) 1646 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.621783+0000 mon.c (mon.1) 1647 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.622514+0000 mon.c (mon.1) 1648 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cluster 2024-03-30T04:45:04.623786+0000 mgr.y (mgr.25441) 2007 : cluster [DBG] pgmap v1312: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cluster 2024-03-30T04:45:04.624060+0000 mgr.y (mgr.25441) 2008 : cluster [DBG] pgmap v1313: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.630539+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cephadm 2024-03-30T04:45:04.631049+0000 mgr.y (mgr.25441) 2009 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.671487+0000 mon.c (mon.1) 1649 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.673353+0000 mon.c (mon.1) 1650 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.675076+0000 mon.c (mon.1) 1651 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.675705+0000 mon.c (mon.1) 1652 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cluster 2024-03-30T04:45:04.676946+0000 mgr.y (mgr.25441) 2010 : cluster [DBG] pgmap v1314: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cluster 2024-03-30T04:45:04.677202+0000 mgr.y (mgr.25441) 2011 : cluster [DBG] pgmap v1315: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.683595+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cephadm 2024-03-30T04:45:04.686530+0000 mgr.y (mgr.25441) 2012 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.726376+0000 mon.c (mon.1) 1653 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.728168+0000 mon.c (mon.1) 1654 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.729871+0000 mon.c (mon.1) 1655 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.730492+0000 mon.c (mon.1) 1656 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cluster 2024-03-30T04:45:04.731724+0000 mgr.y (mgr.25441) 2013 : cluster [DBG] pgmap v1316: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cluster 2024-03-30T04:45:04.183269+0000 mgr.y (mgr.25441) 1987 : cluster [DBG] pgmap v1299: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.187889+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cephadm 2024-03-30T04:45:04.188510+0000 mgr.y (mgr.25441) 1988 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.230936+0000 mon.c (mon.1) 1621 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.233039+0000 mon.c (mon.1) 1622 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.235158+0000 mon.c (mon.1) 1623 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.235864+0000 mon.c (mon.1) 1624 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cluster 2024-03-30T04:45:04.237348+0000 mgr.y (mgr.25441) 1989 : cluster [DBG] pgmap v1300: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cluster 2024-03-30T04:45:04.237678+0000 mgr.y (mgr.25441) 1990 : cluster [DBG] pgmap v1301: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.242999+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cephadm 2024-03-30T04:45:04.244820+0000 mgr.y (mgr.25441) 1991 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.284843+0000 mon.c (mon.1) 1625 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.286627+0000 mon.c (mon.1) 1626 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.288303+0000 mon.c (mon.1) 1627 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.288917+0000 mon.c (mon.1) 1628 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cluster 2024-03-30T04:45:04.290336+0000 mgr.y (mgr.25441) 1992 : cluster [DBG] pgmap v1302: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cluster 2024-03-30T04:45:04.290676+0000 mgr.y (mgr.25441) 1993 : cluster [DBG] pgmap v1303: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.295153+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cluster 2024-03-30T04:45:04.732051+0000 mgr.y (mgr.25441) 2014 : cluster [DBG] pgmap v1317: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.738309+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: cephadm 2024-03-30T04:45:04.741119+0000 mgr.y (mgr.25441) 2015 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.781511+0000 mon.c (mon.1) 1657 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.783606+0000 mon.c (mon.1) 1658 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.785808+0000 mon.c (mon.1) 1659 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.786530+0000 mon.c (mon.1) 1660 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[73591]: audit 2024-03-30T04:45:04.795580+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cephadm 2024-03-30T04:45:04.295975+0000 mgr.y (mgr.25441) 1994 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.341974+0000 mon.c (mon.1) 1629 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.344231+0000 mon.c (mon.1) 1630 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.346156+0000 mon.c (mon.1) 1631 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.346878+0000 mon.c (mon.1) 1632 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cluster 2024-03-30T04:45:04.348603+0000 mgr.y (mgr.25441) 1995 : cluster [DBG] pgmap v1304: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cluster 2024-03-30T04:45:04.349246+0000 mgr.y (mgr.25441) 1996 : cluster [DBG] pgmap v1305: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.353575+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cephadm 2024-03-30T04:45:04.354477+0000 mgr.y (mgr.25441) 1997 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.432214+0000 mon.c (mon.1) 1633 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.434549+0000 mon.c (mon.1) 1634 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.436607+0000 mon.c (mon.1) 1635 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.437440+0000 mon.c (mon.1) 1636 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cluster 2024-03-30T04:45:04.439651+0000 mgr.y (mgr.25441) 1998 : cluster [DBG] pgmap v1306: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cluster 2024-03-30T04:45:04.440585+0000 mgr.y (mgr.25441) 1999 : cluster [DBG] pgmap v1307: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.445114+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cephadm 2024-03-30T04:45:04.445892+0000 mgr.y (mgr.25441) 2000 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.486157+0000 mon.c (mon.1) 1637 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.488487+0000 mon.c (mon.1) 1638 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.490429+0000 mon.c (mon.1) 1639 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.491155+0000 mon.c (mon.1) 1640 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cluster 2024-03-30T04:45:04.492597+0000 mgr.y (mgr.25441) 2001 : cluster [DBG] pgmap v1308: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cluster 2024-03-30T04:45:04.492968+0000 mgr.y (mgr.25441) 2002 : cluster [DBG] pgmap v1309: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.500435+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cephadm 2024-03-30T04:45:04.501174+0000 mgr.y (mgr.25441) 2003 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.559175+0000 mon.c (mon.1) 1641 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.560961+0000 mon.c (mon.1) 1642 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.562990+0000 mon.c (mon.1) 1643 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.563670+0000 mon.c (mon.1) 1644 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cluster 2024-03-30T04:45:04.564955+0000 mgr.y (mgr.25441) 2004 : cluster [DBG] pgmap v1310: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cluster 2024-03-30T04:45:04.565217+0000 mgr.y (mgr.25441) 2005 : cluster [DBG] pgmap v1311: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.572601+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cephadm 2024-03-30T04:45:04.573230+0000 mgr.y (mgr.25441) 2006 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.618055+0000 mon.c (mon.1) 1645 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.620020+0000 mon.c (mon.1) 1646 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.621783+0000 mon.c (mon.1) 1647 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.622514+0000 mon.c (mon.1) 1648 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cluster 2024-03-30T04:45:04.623786+0000 mgr.y (mgr.25441) 2007 : cluster [DBG] pgmap v1312: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cluster 2024-03-30T04:45:04.624060+0000 mgr.y (mgr.25441) 2008 : cluster [DBG] pgmap v1313: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.630539+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cephadm 2024-03-30T04:45:04.631049+0000 mgr.y (mgr.25441) 2009 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.671487+0000 mon.c (mon.1) 1649 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.673353+0000 mon.c (mon.1) 1650 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.675076+0000 mon.c (mon.1) 1651 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.675705+0000 mon.c (mon.1) 1652 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cluster 2024-03-30T04:45:04.676946+0000 mgr.y (mgr.25441) 2010 : cluster [DBG] pgmap v1314: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cluster 2024-03-30T04:45:04.677202+0000 mgr.y (mgr.25441) 2011 : cluster [DBG] pgmap v1315: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.683595+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cephadm 2024-03-30T04:45:04.686530+0000 mgr.y (mgr.25441) 2012 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.726376+0000 mon.c (mon.1) 1653 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.728168+0000 mon.c (mon.1) 1654 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.729871+0000 mon.c (mon.1) 1655 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.138 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.730492+0000 mon.c (mon.1) 1656 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.138 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cluster 2024-03-30T04:45:04.731724+0000 mgr.y (mgr.25441) 2013 : cluster [DBG] pgmap v1316: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.138 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cluster 2024-03-30T04:45:04.732051+0000 mgr.y (mgr.25441) 2014 : cluster [DBG] pgmap v1317: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.138 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.738309+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.138 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: cephadm 2024-03-30T04:45:04.741119+0000 mgr.y (mgr.25441) 2015 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.138 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.781511+0000 mon.c (mon.1) 1657 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.138 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.783606+0000 mon.c (mon.1) 1658 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.138 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.785808+0000 mon.c (mon.1) 1659 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.138 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.786530+0000 mon.c (mon.1) 1660 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.138 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:04 smithi111 bash[70954]: audit 2024-03-30T04:45:04.795580+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cephadm 2024-03-30T04:45:03.765875+0000 mgr.y (mgr.25441) 1967 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:03.825271+0000 mon.c (mon.1) 1593 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:03.829224+0000 mon.c (mon.1) 1594 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:03.833916+0000 mon.c (mon.1) 1595 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:03.834585+0000 mon.c (mon.1) 1596 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cluster 2024-03-30T04:45:03.835978+0000 mgr.y (mgr.25441) 1968 : cluster [DBG] pgmap v1286: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cluster 2024-03-30T04:45:03.836308+0000 mgr.y (mgr.25441) 1969 : cluster [DBG] pgmap v1287: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:03.841346+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cephadm 2024-03-30T04:45:03.841925+0000 mgr.y (mgr.25441) 1970 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:03.898563+0000 mon.c (mon.1) 1597 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:03.900292+0000 mon.c (mon.1) 1598 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:03.902050+0000 mon.c (mon.1) 1599 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:03.902672+0000 mon.c (mon.1) 1600 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cluster 2024-03-30T04:45:03.903923+0000 mgr.y (mgr.25441) 1971 : cluster [DBG] pgmap v1288: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cluster 2024-03-30T04:45:03.904244+0000 mgr.y (mgr.25441) 1972 : cluster [DBG] pgmap v1289: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:03.908794+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cephadm 2024-03-30T04:45:03.909367+0000 mgr.y (mgr.25441) 1973 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:03.949524+0000 mon.c (mon.1) 1601 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:03.951329+0000 mon.c (mon.1) 1602 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:03.953255+0000 mon.c (mon.1) 1603 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:03.953928+0000 mon.c (mon.1) 1604 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cluster 2024-03-30T04:45:03.955505+0000 mgr.y (mgr.25441) 1974 : cluster [DBG] pgmap v1290: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cluster 2024-03-30T04:45:03.955885+0000 mgr.y (mgr.25441) 1975 : cluster [DBG] pgmap v1291: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:03.960584+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cephadm 2024-03-30T04:45:03.962261+0000 mgr.y (mgr.25441) 1976 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.002432+0000 mon.c (mon.1) 1605 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.004163+0000 mon.c (mon.1) 1606 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.005911+0000 mon.c (mon.1) 1607 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.006557+0000 mon.c (mon.1) 1608 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cluster 2024-03-30T04:45:04.007842+0000 mgr.y (mgr.25441) 1977 : cluster [DBG] pgmap v1292: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cluster 2024-03-30T04:45:04.008118+0000 mgr.y (mgr.25441) 1978 : cluster [DBG] pgmap v1293: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.012653+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cephadm 2024-03-30T04:45:04.013307+0000 mgr.y (mgr.25441) 1979 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.053454+0000 mon.c (mon.1) 1609 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.055480+0000 mon.c (mon.1) 1610 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.057281+0000 mon.c (mon.1) 1611 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.057887+0000 mon.c (mon.1) 1612 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cluster 2024-03-30T04:45:04.059200+0000 mgr.y (mgr.25441) 1980 : cluster [DBG] pgmap v1294: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cluster 2024-03-30T04:45:04.059469+0000 mgr.y (mgr.25441) 1981 : cluster [DBG] pgmap v1295: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.063989+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cephadm 2024-03-30T04:45:04.064542+0000 mgr.y (mgr.25441) 1982 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.104571+0000 mon.c (mon.1) 1613 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.106315+0000 mon.c (mon.1) 1614 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.112285+0000 mon.c (mon.1) 1615 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.113156+0000 mon.c (mon.1) 1616 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cluster 2024-03-30T04:45:04.114742+0000 mgr.y (mgr.25441) 1983 : cluster [DBG] pgmap v1296: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cluster 2024-03-30T04:45:04.115036+0000 mgr.y (mgr.25441) 1984 : cluster [DBG] pgmap v1297: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.119974+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cephadm 2024-03-30T04:45:04.120658+0000 mgr.y (mgr.25441) 1985 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.177258+0000 mon.c (mon.1) 1617 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.179119+0000 mon.c (mon.1) 1618 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.180837+0000 mon.c (mon.1) 1619 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.181486+0000 mon.c (mon.1) 1620 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cluster 2024-03-30T04:45:04.182939+0000 mgr.y (mgr.25441) 1986 : cluster [DBG] pgmap v1298: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cluster 2024-03-30T04:45:04.183269+0000 mgr.y (mgr.25441) 1987 : cluster [DBG] pgmap v1299: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.187889+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cephadm 2024-03-30T04:45:04.188510+0000 mgr.y (mgr.25441) 1988 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.230936+0000 mon.c (mon.1) 1621 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.233039+0000 mon.c (mon.1) 1622 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.235158+0000 mon.c (mon.1) 1623 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.235864+0000 mon.c (mon.1) 1624 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cluster 2024-03-30T04:45:04.237348+0000 mgr.y (mgr.25441) 1989 : cluster [DBG] pgmap v1300: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cluster 2024-03-30T04:45:04.237678+0000 mgr.y (mgr.25441) 1990 : cluster [DBG] pgmap v1301: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.242999+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cephadm 2024-03-30T04:45:04.244820+0000 mgr.y (mgr.25441) 1991 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.284843+0000 mon.c (mon.1) 1625 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.286627+0000 mon.c (mon.1) 1626 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.288303+0000 mon.c (mon.1) 1627 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.288917+0000 mon.c (mon.1) 1628 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cluster 2024-03-30T04:45:04.290336+0000 mgr.y (mgr.25441) 1992 : cluster [DBG] pgmap v1302: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cluster 2024-03-30T04:45:04.290676+0000 mgr.y (mgr.25441) 1993 : cluster [DBG] pgmap v1303: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.295153+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cephadm 2024-03-30T04:45:04.295975+0000 mgr.y (mgr.25441) 1994 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.341974+0000 mon.c (mon.1) 1629 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.344231+0000 mon.c (mon.1) 1630 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.346156+0000 mon.c (mon.1) 1631 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.346878+0000 mon.c (mon.1) 1632 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cluster 2024-03-30T04:45:04.348603+0000 mgr.y (mgr.25441) 1995 : cluster [DBG] pgmap v1304: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cluster 2024-03-30T04:45:04.349246+0000 mgr.y (mgr.25441) 1996 : cluster [DBG] pgmap v1305: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.353575+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cephadm 2024-03-30T04:45:04.354477+0000 mgr.y (mgr.25441) 1997 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.432214+0000 mon.c (mon.1) 1633 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.434549+0000 mon.c (mon.1) 1634 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.436607+0000 mon.c (mon.1) 1635 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.437440+0000 mon.c (mon.1) 1636 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cluster 2024-03-30T04:45:04.439651+0000 mgr.y (mgr.25441) 1998 : cluster [DBG] pgmap v1306: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cluster 2024-03-30T04:45:04.440585+0000 mgr.y (mgr.25441) 1999 : cluster [DBG] pgmap v1307: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.445114+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cephadm 2024-03-30T04:45:04.445892+0000 mgr.y (mgr.25441) 2000 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.486157+0000 mon.c (mon.1) 1637 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.488487+0000 mon.c (mon.1) 1638 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.490429+0000 mon.c (mon.1) 1639 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.491155+0000 mon.c (mon.1) 1640 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cluster 2024-03-30T04:45:04.492597+0000 mgr.y (mgr.25441) 2001 : cluster [DBG] pgmap v1308: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cluster 2024-03-30T04:45:04.492968+0000 mgr.y (mgr.25441) 2002 : cluster [DBG] pgmap v1309: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.500435+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cephadm 2024-03-30T04:45:04.501174+0000 mgr.y (mgr.25441) 2003 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.559175+0000 mon.c (mon.1) 1641 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.560961+0000 mon.c (mon.1) 1642 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.562990+0000 mon.c (mon.1) 1643 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.563670+0000 mon.c (mon.1) 1644 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cluster 2024-03-30T04:45:04.564955+0000 mgr.y (mgr.25441) 2004 : cluster [DBG] pgmap v1310: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cluster 2024-03-30T04:45:04.565217+0000 mgr.y (mgr.25441) 2005 : cluster [DBG] pgmap v1311: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.572601+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cephadm 2024-03-30T04:45:04.573230+0000 mgr.y (mgr.25441) 2006 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.618055+0000 mon.c (mon.1) 1645 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.620020+0000 mon.c (mon.1) 1646 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.621783+0000 mon.c (mon.1) 1647 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.622514+0000 mon.c (mon.1) 1648 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cluster 2024-03-30T04:45:04.623786+0000 mgr.y (mgr.25441) 2007 : cluster [DBG] pgmap v1312: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cluster 2024-03-30T04:45:04.624060+0000 mgr.y (mgr.25441) 2008 : cluster [DBG] pgmap v1313: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.630539+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cephadm 2024-03-30T04:45:04.631049+0000 mgr.y (mgr.25441) 2009 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.671487+0000 mon.c (mon.1) 1649 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.673353+0000 mon.c (mon.1) 1650 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.675076+0000 mon.c (mon.1) 1651 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.675705+0000 mon.c (mon.1) 1652 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cluster 2024-03-30T04:45:04.676946+0000 mgr.y (mgr.25441) 2010 : cluster [DBG] pgmap v1314: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cluster 2024-03-30T04:45:04.677202+0000 mgr.y (mgr.25441) 2011 : cluster [DBG] pgmap v1315: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.683595+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cephadm 2024-03-30T04:45:04.686530+0000 mgr.y (mgr.25441) 2012 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.726376+0000 mon.c (mon.1) 1653 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.728168+0000 mon.c (mon.1) 1654 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.729871+0000 mon.c (mon.1) 1655 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.730492+0000 mon.c (mon.1) 1656 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cluster 2024-03-30T04:45:04.731724+0000 mgr.y (mgr.25441) 2013 : cluster [DBG] pgmap v1316: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cluster 2024-03-30T04:45:04.732051+0000 mgr.y (mgr.25441) 2014 : cluster [DBG] pgmap v1317: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:05.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.738309+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:05.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: cephadm 2024-03-30T04:45:04.741119+0000 mgr.y (mgr.25441) 2015 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:05.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.781511+0000 mon.c (mon.1) 1657 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:05.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.783606+0000 mon.c (mon.1) 1658 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:05.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.785808+0000 mon.c (mon.1) 1659 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:05.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.786530+0000 mon.c (mon.1) 1660 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:05.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:04 smithi117 bash[62284]: audit 2024-03-30T04:45:04.795580+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:06.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: cluster 2024-03-30T04:45:04.787943+0000 mgr.y (mgr.25441) 2016 : cluster [DBG] pgmap v1318: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: cluster 2024-03-30T04:45:04.788269+0000 mgr.y (mgr.25441) 2017 : cluster [DBG] pgmap v1319: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: cephadm 2024-03-30T04:45:04.799224+0000 mgr.y (mgr.25441) 2018 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:06.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:04.856512+0000 mon.c (mon.1) 1661 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:06.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:04.858508+0000 mon.c (mon.1) 1662 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:06.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:04.860313+0000 mon.c (mon.1) 1663 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:06.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:04.860993+0000 mon.c (mon.1) 1664 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:06.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: cluster 2024-03-30T04:45:04.862332+0000 mgr.y (mgr.25441) 2019 : cluster [DBG] pgmap v1320: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: cluster 2024-03-30T04:45:04.862647+0000 mgr.y (mgr.25441) 2020 : cluster [DBG] pgmap v1321: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:04.867583+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:06.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: cephadm 2024-03-30T04:45:04.868136+0000 mgr.y (mgr.25441) 2021 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:06.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:04.912621+0000 mon.c (mon.1) 1665 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:06.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:04.914750+0000 mon.c (mon.1) 1666 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:06.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:04.916592+0000 mon.c (mon.1) 1667 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:06.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:04.917240+0000 mon.c (mon.1) 1668 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:06.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: cluster 2024-03-30T04:45:04.918498+0000 mgr.y (mgr.25441) 2022 : cluster [DBG] pgmap v1322: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: cluster 2024-03-30T04:45:04.918798+0000 mgr.y (mgr.25441) 2023 : cluster [DBG] pgmap v1323: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:04.924137+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:06.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: cephadm 2024-03-30T04:45:04.925559+0000 mgr.y (mgr.25441) 2024 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:06.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:04.965551+0000 mon.c (mon.1) 1669 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:06.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:04.967515+0000 mon.c (mon.1) 1670 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:06.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:04.969474+0000 mon.c (mon.1) 1671 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:06.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:04.970144+0000 mon.c (mon.1) 1672 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:06.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: cluster 2024-03-30T04:45:04.971434+0000 mgr.y (mgr.25441) 2025 : cluster [DBG] pgmap v1324: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: cluster 2024-03-30T04:45:04.971696+0000 mgr.y (mgr.25441) 2026 : cluster [DBG] pgmap v1325: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:04.976008+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:06.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: cephadm 2024-03-30T04:45:04.977333+0000 mgr.y (mgr.25441) 2027 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:06.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.021611+0000 mon.c (mon.1) 1673 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:06.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.023833+0000 mon.c (mon.1) 1674 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:06.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.025831+0000 mon.c (mon.1) 1675 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:06.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.026487+0000 mon.c (mon.1) 1676 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:06.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: cluster 2024-03-30T04:45:05.027778+0000 mgr.y (mgr.25441) 2028 : cluster [DBG] pgmap v1326: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: cluster 2024-03-30T04:45:05.028107+0000 mgr.y (mgr.25441) 2029 : cluster [DBG] pgmap v1327: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.033808+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:06.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: cephadm 2024-03-30T04:45:05.034565+0000 mgr.y (mgr.25441) 2030 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:06.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: cluster 2024-03-30T04:45:04.787943+0000 mgr.y (mgr.25441) 2016 : cluster [DBG] pgmap v1318: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: cluster 2024-03-30T04:45:04.788269+0000 mgr.y (mgr.25441) 2017 : cluster [DBG] pgmap v1319: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: cephadm 2024-03-30T04:45:04.799224+0000 mgr.y (mgr.25441) 2018 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:06.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:04.856512+0000 mon.c (mon.1) 1661 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:06.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:04.858508+0000 mon.c (mon.1) 1662 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:06.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:04.860313+0000 mon.c (mon.1) 1663 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:06.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:04.860993+0000 mon.c (mon.1) 1664 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:06.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: cluster 2024-03-30T04:45:04.862332+0000 mgr.y (mgr.25441) 2019 : cluster [DBG] pgmap v1320: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: cluster 2024-03-30T04:45:04.862647+0000 mgr.y (mgr.25441) 2020 : cluster [DBG] pgmap v1321: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:04.867583+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:06.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: cephadm 2024-03-30T04:45:04.868136+0000 mgr.y (mgr.25441) 2021 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:06.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:04.912621+0000 mon.c (mon.1) 1665 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:06.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:04.914750+0000 mon.c (mon.1) 1666 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:06.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:04.916592+0000 mon.c (mon.1) 1667 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:06.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:04.917240+0000 mon.c (mon.1) 1668 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:06.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: cluster 2024-03-30T04:45:04.918498+0000 mgr.y (mgr.25441) 2022 : cluster [DBG] pgmap v1322: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: cluster 2024-03-30T04:45:04.918798+0000 mgr.y (mgr.25441) 2023 : cluster [DBG] pgmap v1323: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.106916+0000 mon.c (mon.1) 1677 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:06.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.109037+0000 mon.c (mon.1) 1678 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:06.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.111138+0000 mon.c (mon.1) 1679 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:06.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.112051+0000 mon.c (mon.1) 1680 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:06.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: cluster 2024-03-30T04:45:05.113941+0000 mgr.y (mgr.25441) 2031 : cluster [DBG] pgmap v1328: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: cluster 2024-03-30T04:45:05.114910+0000 mgr.y (mgr.25441) 2032 : cluster [DBG] pgmap v1329: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.121030+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:06.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: cephadm 2024-03-30T04:45:05.122067+0000 mgr.y (mgr.25441) 2033 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:06.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.172938+0000 mon.c (mon.1) 1681 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:06.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.176525+0000 mon.c (mon.1) 1682 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:06.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.180084+0000 mon.c (mon.1) 1683 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:06.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.181333+0000 mon.c (mon.1) 1684 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:06.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: cluster 2024-03-30T04:45:05.183735+0000 mgr.y (mgr.25441) 2034 : cluster [DBG] pgmap v1330: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: cluster 2024-03-30T04:45:05.184492+0000 mgr.y (mgr.25441) 2035 : cluster [DBG] pgmap v1331: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.192905+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:06.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: cephadm 2024-03-30T04:45:05.195710+0000 mgr.y (mgr.25441) 2036 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:06.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.271705+0000 mon.c (mon.1) 1685 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:06.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.274198+0000 mon.c (mon.1) 1686 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:06.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.276756+0000 mon.c (mon.1) 1687 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:06.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.277748+0000 mon.c (mon.1) 1688 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:06.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: cluster 2024-03-30T04:45:05.279413+0000 mgr.y (mgr.25441) 2037 : cluster [DBG] pgmap v1332: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: cluster 2024-03-30T04:45:05.279770+0000 mgr.y (mgr.25441) 2038 : cluster [DBG] pgmap v1333: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.288855+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:06.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: cephadm 2024-03-30T04:45:05.289882+0000 mgr.y (mgr.25441) 2039 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:06.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.377877+0000 mon.c (mon.1) 1689 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:06.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.382207+0000 mon.c (mon.1) 1690 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:06.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.391345+0000 mon.c (mon.1) 1691 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:06.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.392505+0000 mon.c (mon.1) 1692 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:06.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: cluster 2024-03-30T04:45:05.395168+0000 mgr.y (mgr.25441) 2040 : cluster [DBG] pgmap v1334: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: cluster 2024-03-30T04:45:05.396086+0000 mgr.y (mgr.25441) 2041 : cluster [DBG] pgmap v1335: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.404772+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:06.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: cephadm 2024-03-30T04:45:05.408144+0000 mgr.y (mgr.25441) 2042 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:06.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.496767+0000 mon.c (mon.1) 1693 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:06.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.501001+0000 mon.c (mon.1) 1694 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:06.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.505101+0000 mon.c (mon.1) 1695 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:06.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.506548+0000 mon.c (mon.1) 1696 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:06.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:04.924137+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:06.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: cephadm 2024-03-30T04:45:04.925559+0000 mgr.y (mgr.25441) 2024 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:06.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:04.965551+0000 mon.c (mon.1) 1669 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:06.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:04.967515+0000 mon.c (mon.1) 1670 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:06.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:04.969474+0000 mon.c (mon.1) 1671 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:06.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:04.970144+0000 mon.c (mon.1) 1672 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:06.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: cluster 2024-03-30T04:45:04.971434+0000 mgr.y (mgr.25441) 2025 : cluster [DBG] pgmap v1324: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: cluster 2024-03-30T04:45:04.971696+0000 mgr.y (mgr.25441) 2026 : cluster [DBG] pgmap v1325: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:04.976008+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:06.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: cephadm 2024-03-30T04:45:04.977333+0000 mgr.y (mgr.25441) 2027 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:06.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.021611+0000 mon.c (mon.1) 1673 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:06.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.023833+0000 mon.c (mon.1) 1674 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:06.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.025831+0000 mon.c (mon.1) 1675 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:06.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.026487+0000 mon.c (mon.1) 1676 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:06.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: cluster 2024-03-30T04:45:05.027778+0000 mgr.y (mgr.25441) 2028 : cluster [DBG] pgmap v1326: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: cluster 2024-03-30T04:45:05.028107+0000 mgr.y (mgr.25441) 2029 : cluster [DBG] pgmap v1327: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.033808+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:06.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: cephadm 2024-03-30T04:45:05.034565+0000 mgr.y (mgr.25441) 2030 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:06.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: cluster 2024-03-30T04:45:05.509436+0000 mgr.y (mgr.25441) 2043 : cluster [DBG] pgmap v1336: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: cluster 2024-03-30T04:45:05.510334+0000 mgr.y (mgr.25441) 2044 : cluster [DBG] pgmap v1337: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.520308+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:06.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: cephadm 2024-03-30T04:45:05.523623+0000 mgr.y (mgr.25441) 2045 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:06.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.596333+0000 mon.c (mon.1) 1697 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:06.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.600085+0000 mon.c (mon.1) 1698 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:06.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.603429+0000 mon.c (mon.1) 1699 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:06.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.604930+0000 mon.c (mon.1) 1700 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:06.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: cluster 2024-03-30T04:45:05.607885+0000 mgr.y (mgr.25441) 2046 : cluster [DBG] pgmap v1338: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: cluster 2024-03-30T04:45:05.608709+0000 mgr.y (mgr.25441) 2047 : cluster [DBG] pgmap v1339: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.617129+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:06.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: cephadm 2024-03-30T04:45:05.619987+0000 mgr.y (mgr.25441) 2048 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:06.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.677677+0000 mon.c (mon.1) 1701 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:06.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.679885+0000 mon.c (mon.1) 1702 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:06.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.683377+0000 mon.c (mon.1) 1703 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:06.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.684203+0000 mon.c (mon.1) 1704 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:06.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: cluster 2024-03-30T04:45:05.686270+0000 mgr.y (mgr.25441) 2049 : cluster [DBG] pgmap v1340: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.694061+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:06.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: cephadm 2024-03-30T04:45:05.696114+0000 mgr.y (mgr.25441) 2050 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:06.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.770016+0000 mon.c (mon.1) 1705 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:06.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.771925+0000 mon.c (mon.1) 1706 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:06.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.773864+0000 mon.c (mon.1) 1707 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:06.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.774450+0000 mon.c (mon.1) 1708 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:06.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.782192+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:06.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.825557+0000 mon.c (mon.1) 1709 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:06.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.827394+0000 mon.c (mon.1) 1710 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:06.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.829155+0000 mon.c (mon.1) 1711 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:06.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[73591]: audit 2024-03-30T04:45:05.829796+0000 mon.c (mon.1) 1712 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:06.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.106916+0000 mon.c (mon.1) 1677 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:06.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.109037+0000 mon.c (mon.1) 1678 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:06.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.111138+0000 mon.c (mon.1) 1679 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:06.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.112051+0000 mon.c (mon.1) 1680 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:06.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: cluster 2024-03-30T04:45:05.113941+0000 mgr.y (mgr.25441) 2031 : cluster [DBG] pgmap v1328: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: cluster 2024-03-30T04:45:05.114910+0000 mgr.y (mgr.25441) 2032 : cluster [DBG] pgmap v1329: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.121030+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:06.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: cephadm 2024-03-30T04:45:05.122067+0000 mgr.y (mgr.25441) 2033 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:06.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.172938+0000 mon.c (mon.1) 1681 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:06.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.176525+0000 mon.c (mon.1) 1682 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:06.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.180084+0000 mon.c (mon.1) 1683 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:06.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.181333+0000 mon.c (mon.1) 1684 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:06.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: cluster 2024-03-30T04:45:05.183735+0000 mgr.y (mgr.25441) 2034 : cluster [DBG] pgmap v1330: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: cluster 2024-03-30T04:45:05.184492+0000 mgr.y (mgr.25441) 2035 : cluster [DBG] pgmap v1331: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.192905+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:06.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: cephadm 2024-03-30T04:45:05.195710+0000 mgr.y (mgr.25441) 2036 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:06.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.271705+0000 mon.c (mon.1) 1685 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:06.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.274198+0000 mon.c (mon.1) 1686 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:06.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.276756+0000 mon.c (mon.1) 1687 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:06.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.277748+0000 mon.c (mon.1) 1688 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:06.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: cluster 2024-03-30T04:45:05.279413+0000 mgr.y (mgr.25441) 2037 : cluster [DBG] pgmap v1332: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: cluster 2024-03-30T04:45:05.279770+0000 mgr.y (mgr.25441) 2038 : cluster [DBG] pgmap v1333: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.288855+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:06.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: cephadm 2024-03-30T04:45:05.289882+0000 mgr.y (mgr.25441) 2039 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:06.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.377877+0000 mon.c (mon.1) 1689 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:06.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.382207+0000 mon.c (mon.1) 1690 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:06.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.391345+0000 mon.c (mon.1) 1691 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:06.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.392505+0000 mon.c (mon.1) 1692 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:06.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: cluster 2024-03-30T04:45:05.395168+0000 mgr.y (mgr.25441) 2040 : cluster [DBG] pgmap v1334: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: cluster 2024-03-30T04:45:05.396086+0000 mgr.y (mgr.25441) 2041 : cluster [DBG] pgmap v1335: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.404772+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:06.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: cephadm 2024-03-30T04:45:05.408144+0000 mgr.y (mgr.25441) 2042 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:06.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.496767+0000 mon.c (mon.1) 1693 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:06.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.501001+0000 mon.c (mon.1) 1694 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:06.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.505101+0000 mon.c (mon.1) 1695 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:06.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.506548+0000 mon.c (mon.1) 1696 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:06.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: cluster 2024-03-30T04:45:05.509436+0000 mgr.y (mgr.25441) 2043 : cluster [DBG] pgmap v1336: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: cluster 2024-03-30T04:45:05.510334+0000 mgr.y (mgr.25441) 2044 : cluster [DBG] pgmap v1337: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.520308+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:06.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: cephadm 2024-03-30T04:45:05.523623+0000 mgr.y (mgr.25441) 2045 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:06.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.596333+0000 mon.c (mon.1) 1697 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:06.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.600085+0000 mon.c (mon.1) 1698 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:06.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.603429+0000 mon.c (mon.1) 1699 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:06.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.604930+0000 mon.c (mon.1) 1700 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:06.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: cluster 2024-03-30T04:45:05.607885+0000 mgr.y (mgr.25441) 2046 : cluster [DBG] pgmap v1338: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: cluster 2024-03-30T04:45:05.608709+0000 mgr.y (mgr.25441) 2047 : cluster [DBG] pgmap v1339: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.617129+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:06.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: cephadm 2024-03-30T04:45:05.619987+0000 mgr.y (mgr.25441) 2048 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:06.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.677677+0000 mon.c (mon.1) 1701 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:06.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.679885+0000 mon.c (mon.1) 1702 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:06.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.683377+0000 mon.c (mon.1) 1703 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:06.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.684203+0000 mon.c (mon.1) 1704 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:06.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: cluster 2024-03-30T04:45:05.686270+0000 mgr.y (mgr.25441) 2049 : cluster [DBG] pgmap v1340: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.694061+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:06.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: cephadm 2024-03-30T04:45:05.696114+0000 mgr.y (mgr.25441) 2050 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:06.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.770016+0000 mon.c (mon.1) 1705 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:06.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.771925+0000 mon.c (mon.1) 1706 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:06.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.773864+0000 mon.c (mon.1) 1707 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:06.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.774450+0000 mon.c (mon.1) 1708 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:06.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.782192+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:06.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.825557+0000 mon.c (mon.1) 1709 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:06.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.827394+0000 mon.c (mon.1) 1710 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:06.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.829155+0000 mon.c (mon.1) 1711 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:06.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:05 smithi111 bash[70954]: audit 2024-03-30T04:45:05.829796+0000 mon.c (mon.1) 1712 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:06.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: cluster 2024-03-30T04:45:04.787943+0000 mgr.y (mgr.25441) 2016 : cluster [DBG] pgmap v1318: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: cluster 2024-03-30T04:45:04.788269+0000 mgr.y (mgr.25441) 2017 : cluster [DBG] pgmap v1319: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: cephadm 2024-03-30T04:45:04.799224+0000 mgr.y (mgr.25441) 2018 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:06.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:04.856512+0000 mon.c (mon.1) 1661 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:06.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:04.858508+0000 mon.c (mon.1) 1662 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:06.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:04.860313+0000 mon.c (mon.1) 1663 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:06.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:04.860993+0000 mon.c (mon.1) 1664 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:06.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: cluster 2024-03-30T04:45:04.862332+0000 mgr.y (mgr.25441) 2019 : cluster [DBG] pgmap v1320: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: cluster 2024-03-30T04:45:04.862647+0000 mgr.y (mgr.25441) 2020 : cluster [DBG] pgmap v1321: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:04.867583+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:06.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: cephadm 2024-03-30T04:45:04.868136+0000 mgr.y (mgr.25441) 2021 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:06.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:04.912621+0000 mon.c (mon.1) 1665 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:06.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:04.914750+0000 mon.c (mon.1) 1666 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:06.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:04.916592+0000 mon.c (mon.1) 1667 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:06.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:04.917240+0000 mon.c (mon.1) 1668 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:06.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: cluster 2024-03-30T04:45:04.918498+0000 mgr.y (mgr.25441) 2022 : cluster [DBG] pgmap v1322: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: cluster 2024-03-30T04:45:04.918798+0000 mgr.y (mgr.25441) 2023 : cluster [DBG] pgmap v1323: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:04.924137+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:06.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: cephadm 2024-03-30T04:45:04.925559+0000 mgr.y (mgr.25441) 2024 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:06.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:04.965551+0000 mon.c (mon.1) 1669 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:06.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:04.967515+0000 mon.c (mon.1) 1670 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:06.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:04.969474+0000 mon.c (mon.1) 1671 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:06.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:04.970144+0000 mon.c (mon.1) 1672 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:06.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: cluster 2024-03-30T04:45:04.971434+0000 mgr.y (mgr.25441) 2025 : cluster [DBG] pgmap v1324: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: cluster 2024-03-30T04:45:04.971696+0000 mgr.y (mgr.25441) 2026 : cluster [DBG] pgmap v1325: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:04.976008+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:06.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: cephadm 2024-03-30T04:45:04.977333+0000 mgr.y (mgr.25441) 2027 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:06.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.021611+0000 mon.c (mon.1) 1673 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:06.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.023833+0000 mon.c (mon.1) 1674 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:06.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.025831+0000 mon.c (mon.1) 1675 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:06.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.026487+0000 mon.c (mon.1) 1676 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:06.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: cluster 2024-03-30T04:45:05.027778+0000 mgr.y (mgr.25441) 2028 : cluster [DBG] pgmap v1326: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: cluster 2024-03-30T04:45:05.028107+0000 mgr.y (mgr.25441) 2029 : cluster [DBG] pgmap v1327: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.033808+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:06.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: cephadm 2024-03-30T04:45:05.034565+0000 mgr.y (mgr.25441) 2030 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:06.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.106916+0000 mon.c (mon.1) 1677 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:06.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.109037+0000 mon.c (mon.1) 1678 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:06.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.111138+0000 mon.c (mon.1) 1679 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:06.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.112051+0000 mon.c (mon.1) 1680 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:06.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: cluster 2024-03-30T04:45:05.113941+0000 mgr.y (mgr.25441) 2031 : cluster [DBG] pgmap v1328: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: cluster 2024-03-30T04:45:05.114910+0000 mgr.y (mgr.25441) 2032 : cluster [DBG] pgmap v1329: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.121030+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:06.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: cephadm 2024-03-30T04:45:05.122067+0000 mgr.y (mgr.25441) 2033 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:06.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.172938+0000 mon.c (mon.1) 1681 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:06.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.176525+0000 mon.c (mon.1) 1682 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:06.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.180084+0000 mon.c (mon.1) 1683 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:06.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.181333+0000 mon.c (mon.1) 1684 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:06.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: cluster 2024-03-30T04:45:05.183735+0000 mgr.y (mgr.25441) 2034 : cluster [DBG] pgmap v1330: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: cluster 2024-03-30T04:45:05.184492+0000 mgr.y (mgr.25441) 2035 : cluster [DBG] pgmap v1331: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.192905+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:06.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: cephadm 2024-03-30T04:45:05.195710+0000 mgr.y (mgr.25441) 2036 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:06.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.271705+0000 mon.c (mon.1) 1685 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:06.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.274198+0000 mon.c (mon.1) 1686 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:06.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.276756+0000 mon.c (mon.1) 1687 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:06.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.277748+0000 mon.c (mon.1) 1688 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:06.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: cluster 2024-03-30T04:45:05.279413+0000 mgr.y (mgr.25441) 2037 : cluster [DBG] pgmap v1332: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: cluster 2024-03-30T04:45:05.279770+0000 mgr.y (mgr.25441) 2038 : cluster [DBG] pgmap v1333: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.288855+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:06.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: cephadm 2024-03-30T04:45:05.289882+0000 mgr.y (mgr.25441) 2039 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:06.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.377877+0000 mon.c (mon.1) 1689 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:06.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.382207+0000 mon.c (mon.1) 1690 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:06.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.391345+0000 mon.c (mon.1) 1691 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:06.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.392505+0000 mon.c (mon.1) 1692 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:06.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: cluster 2024-03-30T04:45:05.395168+0000 mgr.y (mgr.25441) 2040 : cluster [DBG] pgmap v1334: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: cluster 2024-03-30T04:45:05.396086+0000 mgr.y (mgr.25441) 2041 : cluster [DBG] pgmap v1335: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.404772+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:06.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: cephadm 2024-03-30T04:45:05.408144+0000 mgr.y (mgr.25441) 2042 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:06.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.496767+0000 mon.c (mon.1) 1693 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:06.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.501001+0000 mon.c (mon.1) 1694 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:06.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.505101+0000 mon.c (mon.1) 1695 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:06.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.506548+0000 mon.c (mon.1) 1696 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:06.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: cluster 2024-03-30T04:45:05.509436+0000 mgr.y (mgr.25441) 2043 : cluster [DBG] pgmap v1336: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: cluster 2024-03-30T04:45:05.510334+0000 mgr.y (mgr.25441) 2044 : cluster [DBG] pgmap v1337: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.520308+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:06.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: cephadm 2024-03-30T04:45:05.523623+0000 mgr.y (mgr.25441) 2045 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:06.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.596333+0000 mon.c (mon.1) 1697 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:06.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.600085+0000 mon.c (mon.1) 1698 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:06.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.603429+0000 mon.c (mon.1) 1699 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:06.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.604930+0000 mon.c (mon.1) 1700 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:06.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: cluster 2024-03-30T04:45:05.607885+0000 mgr.y (mgr.25441) 2046 : cluster [DBG] pgmap v1338: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: cluster 2024-03-30T04:45:05.608709+0000 mgr.y (mgr.25441) 2047 : cluster [DBG] pgmap v1339: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.617129+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:06.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: cephadm 2024-03-30T04:45:05.619987+0000 mgr.y (mgr.25441) 2048 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:06.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.677677+0000 mon.c (mon.1) 1701 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:06.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.679885+0000 mon.c (mon.1) 1702 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:06.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.683377+0000 mon.c (mon.1) 1703 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:06.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.684203+0000 mon.c (mon.1) 1704 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:06.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: cluster 2024-03-30T04:45:05.686270+0000 mgr.y (mgr.25441) 2049 : cluster [DBG] pgmap v1340: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:06.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.694061+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:06.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: cephadm 2024-03-30T04:45:05.696114+0000 mgr.y (mgr.25441) 2050 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:06.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.770016+0000 mon.c (mon.1) 1705 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:06.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.771925+0000 mon.c (mon.1) 1706 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:06.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.773864+0000 mon.c (mon.1) 1707 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:06.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.774450+0000 mon.c (mon.1) 1708 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:06.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.782192+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:06.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.825557+0000 mon.c (mon.1) 1709 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:06.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.827394+0000 mon.c (mon.1) 1710 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:06.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.829155+0000 mon.c (mon.1) 1711 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:06.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:05 smithi117 bash[62284]: audit 2024-03-30T04:45:05.829796+0000 mon.c (mon.1) 1712 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:06.615 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:45:06] "GET /metrics HTTP/1.1" 200 38502 "" "Prometheus/2.33.4" 2024-03-30T04:45:07.115 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:45:07 smithi111 bash[84647]: debug 2024-03-30T04:45:07.091+0000 7f093c1b4700 1 -- 172.21.15.111:0/2882885545 <== mon.1 v2:172.21.15.111:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55760110b680 con 0x557601149000 2024-03-30T04:45:07.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: cluster 2024-03-30T04:45:05.775669+0000 mgr.y (mgr.25441) 2051 : cluster [DBG] pgmap v1341: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: cluster 2024-03-30T04:45:05.775990+0000 mgr.y (mgr.25441) 2052 : cluster [DBG] pgmap v1342: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: cephadm 2024-03-30T04:45:05.785090+0000 mgr.y (mgr.25441) 2053 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:07.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: cluster 2024-03-30T04:45:05.831116+0000 mgr.y (mgr.25441) 2054 : cluster [DBG] pgmap v1343: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: cluster 2024-03-30T04:45:05.831408+0000 mgr.y (mgr.25441) 2055 : cluster [DBG] pgmap v1344: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:05.838903+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: cephadm 2024-03-30T04:45:05.841157+0000 mgr.y (mgr.25441) 2056 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:07.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:05.897699+0000 mon.c (mon.1) 1713 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:07.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:05.899557+0000 mon.c (mon.1) 1714 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:07.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:05.901452+0000 mon.c (mon.1) 1715 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:05.902157+0000 mon.c (mon.1) 1716 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:07.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: cluster 2024-03-30T04:45:05.903473+0000 mgr.y (mgr.25441) 2057 : cluster [DBG] pgmap v1345: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: cluster 2024-03-30T04:45:05.903760+0000 mgr.y (mgr.25441) 2058 : cluster [DBG] pgmap v1346: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:05.908169+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: cephadm 2024-03-30T04:45:05.909782+0000 mgr.y (mgr.25441) 2059 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:07.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:05.950570+0000 mon.c (mon.1) 1717 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:07.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:05.952571+0000 mon.c (mon.1) 1718 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:07.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:05.954245+0000 mon.c (mon.1) 1719 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:05.954919+0000 mon.c (mon.1) 1720 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:07.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: cluster 2024-03-30T04:45:05.956173+0000 mgr.y (mgr.25441) 2060 : cluster [DBG] pgmap v1347: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: cluster 2024-03-30T04:45:05.956455+0000 mgr.y (mgr.25441) 2061 : cluster [DBG] pgmap v1348: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:05.960916+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: cephadm 2024-03-30T04:45:05.962530+0000 mgr.y (mgr.25441) 2062 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:07.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.002995+0000 mon.c (mon.1) 1721 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:07.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.005328+0000 mon.c (mon.1) 1722 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:07.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.008117+0000 mon.c (mon.1) 1723 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.009284+0000 mon.c (mon.1) 1724 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:07.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: cluster 2024-03-30T04:45:06.010847+0000 mgr.y (mgr.25441) 2063 : cluster [DBG] pgmap v1349: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: cluster 2024-03-30T04:45:06.011117+0000 mgr.y (mgr.25441) 2064 : cluster [DBG] pgmap v1350: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.017104+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: cephadm 2024-03-30T04:45:06.017770+0000 mgr.y (mgr.25441) 2065 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:07.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.082604+0000 mon.c (mon.1) 1725 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:07.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.086206+0000 mon.c (mon.1) 1726 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:07.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.089462+0000 mon.c (mon.1) 1727 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.090547+0000 mon.c (mon.1) 1728 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:07.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: cluster 2024-03-30T04:45:05.775669+0000 mgr.y (mgr.25441) 2051 : cluster [DBG] pgmap v1341: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: cluster 2024-03-30T04:45:05.775990+0000 mgr.y (mgr.25441) 2052 : cluster [DBG] pgmap v1342: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: cephadm 2024-03-30T04:45:05.785090+0000 mgr.y (mgr.25441) 2053 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:07.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: cluster 2024-03-30T04:45:05.831116+0000 mgr.y (mgr.25441) 2054 : cluster [DBG] pgmap v1343: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: cluster 2024-03-30T04:45:05.831408+0000 mgr.y (mgr.25441) 2055 : cluster [DBG] pgmap v1344: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:05.838903+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: cephadm 2024-03-30T04:45:05.841157+0000 mgr.y (mgr.25441) 2056 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:07.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:05.897699+0000 mon.c (mon.1) 1713 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:07.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:05.899557+0000 mon.c (mon.1) 1714 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:07.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:05.901452+0000 mon.c (mon.1) 1715 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:05.902157+0000 mon.c (mon.1) 1716 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:07.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: cluster 2024-03-30T04:45:05.903473+0000 mgr.y (mgr.25441) 2057 : cluster [DBG] pgmap v1345: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: cluster 2024-03-30T04:45:05.903760+0000 mgr.y (mgr.25441) 2058 : cluster [DBG] pgmap v1346: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:05.908169+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: cephadm 2024-03-30T04:45:05.909782+0000 mgr.y (mgr.25441) 2059 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:07.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:05.950570+0000 mon.c (mon.1) 1717 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:07.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:05.952571+0000 mon.c (mon.1) 1718 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:07.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: cluster 2024-03-30T04:45:06.092653+0000 mgr.y (mgr.25441) 2066 : cluster [DBG] pgmap v1351: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: cluster 2024-03-30T04:45:06.093706+0000 mgr.y (mgr.25441) 2067 : cluster [DBG] pgmap v1352: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.101034+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: cephadm 2024-03-30T04:45:06.102173+0000 mgr.y (mgr.25441) 2068 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:07.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.183727+0000 mon.c (mon.1) 1729 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:07.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.187150+0000 mon.c (mon.1) 1730 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:07.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.189745+0000 mon.c (mon.1) 1731 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.190797+0000 mon.c (mon.1) 1732 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:07.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: cluster 2024-03-30T04:45:06.193435+0000 mgr.y (mgr.25441) 2069 : cluster [DBG] pgmap v1353: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: cluster 2024-03-30T04:45:06.193975+0000 mgr.y (mgr.25441) 2070 : cluster [DBG] pgmap v1354: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.201405+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: cephadm 2024-03-30T04:45:06.202125+0000 mgr.y (mgr.25441) 2071 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:07.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.276881+0000 mon.c (mon.1) 1733 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:07.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.278908+0000 mon.c (mon.1) 1734 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:07.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.280864+0000 mon.c (mon.1) 1735 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.281544+0000 mon.c (mon.1) 1736 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:07.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: cluster 2024-03-30T04:45:06.282858+0000 mgr.y (mgr.25441) 2072 : cluster [DBG] pgmap v1355: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 18 op/s; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: cluster 2024-03-30T04:45:06.283156+0000 mgr.y (mgr.25441) 2073 : cluster [DBG] pgmap v1356: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 18 op/s; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.287964+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: cephadm 2024-03-30T04:45:06.289692+0000 mgr.y (mgr.25441) 2074 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:07.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.348259+0000 mon.c (mon.1) 1737 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:07.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.350411+0000 mon.c (mon.1) 1738 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:07.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.352658+0000 mon.c (mon.1) 1739 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.353354+0000 mon.c (mon.1) 1740 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:07.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: cluster 2024-03-30T04:45:06.354981+0000 mgr.y (mgr.25441) 2075 : cluster [DBG] pgmap v1357: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 19 op/s; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: cluster 2024-03-30T04:45:06.355292+0000 mgr.y (mgr.25441) 2076 : cluster [DBG] pgmap v1358: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 19 op/s; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.361024+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: cephadm 2024-03-30T04:45:06.361683+0000 mgr.y (mgr.25441) 2077 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:07.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.418233+0000 mon.c (mon.1) 1741 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:07.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.419998+0000 mon.c (mon.1) 1742 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:07.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.421716+0000 mon.c (mon.1) 1743 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.422379+0000 mon.c (mon.1) 1744 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:07.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: cluster 2024-03-30T04:45:06.423673+0000 mgr.y (mgr.25441) 2078 : cluster [DBG] pgmap v1359: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: cluster 2024-03-30T04:45:06.424008+0000 mgr.y (mgr.25441) 2079 : cluster [DBG] pgmap v1360: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.428231+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: cephadm 2024-03-30T04:45:06.428813+0000 mgr.y (mgr.25441) 2080 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:07.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:05.954245+0000 mon.c (mon.1) 1719 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:05.954919+0000 mon.c (mon.1) 1720 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:07.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: cluster 2024-03-30T04:45:05.956173+0000 mgr.y (mgr.25441) 2060 : cluster [DBG] pgmap v1347: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: cluster 2024-03-30T04:45:05.956455+0000 mgr.y (mgr.25441) 2061 : cluster [DBG] pgmap v1348: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:05.960916+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: cephadm 2024-03-30T04:45:05.962530+0000 mgr.y (mgr.25441) 2062 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:07.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.002995+0000 mon.c (mon.1) 1721 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:07.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.005328+0000 mon.c (mon.1) 1722 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:07.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.008117+0000 mon.c (mon.1) 1723 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.009284+0000 mon.c (mon.1) 1724 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:07.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: cluster 2024-03-30T04:45:06.010847+0000 mgr.y (mgr.25441) 2063 : cluster [DBG] pgmap v1349: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: cluster 2024-03-30T04:45:06.011117+0000 mgr.y (mgr.25441) 2064 : cluster [DBG] pgmap v1350: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.017104+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: cephadm 2024-03-30T04:45:06.017770+0000 mgr.y (mgr.25441) 2065 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:07.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.082604+0000 mon.c (mon.1) 1725 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:07.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.086206+0000 mon.c (mon.1) 1726 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:07.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.089462+0000 mon.c (mon.1) 1727 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.090547+0000 mon.c (mon.1) 1728 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:07.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.485151+0000 mon.c (mon.1) 1745 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:07.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.486889+0000 mon.c (mon.1) 1746 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:07.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.488566+0000 mon.c (mon.1) 1747 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.489161+0000 mon.c (mon.1) 1748 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:07.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: cluster 2024-03-30T04:45:06.490346+0000 mgr.y (mgr.25441) 2081 : cluster [DBG] pgmap v1361: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: cluster 2024-03-30T04:45:06.490638+0000 mgr.y (mgr.25441) 2082 : cluster [DBG] pgmap v1362: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.494890+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: cephadm 2024-03-30T04:45:06.495371+0000 mgr.y (mgr.25441) 2083 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:07.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.551478+0000 mon.c (mon.1) 1749 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:07.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.553772+0000 mon.c (mon.1) 1750 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:07.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.556188+0000 mon.c (mon.1) 1751 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.556988+0000 mon.c (mon.1) 1752 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:07.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: cluster 2024-03-30T04:45:06.558565+0000 mgr.y (mgr.25441) 2084 : cluster [DBG] pgmap v1363: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: cluster 2024-03-30T04:45:06.558904+0000 mgr.y (mgr.25441) 2085 : cluster [DBG] pgmap v1364: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.564942+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: cephadm 2024-03-30T04:45:06.566898+0000 mgr.y (mgr.25441) 2086 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:07.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.639587+0000 mon.c (mon.1) 1753 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:07.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.641515+0000 mon.c (mon.1) 1754 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:07.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.643502+0000 mon.c (mon.1) 1755 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.644348+0000 mon.c (mon.1) 1756 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:07.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: cluster 2024-03-30T04:45:06.646314+0000 mgr.y (mgr.25441) 2087 : cluster [DBG] pgmap v1365: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: cluster 2024-03-30T04:45:06.647138+0000 mgr.y (mgr.25441) 2088 : cluster [DBG] pgmap v1366: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.651194+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: cephadm 2024-03-30T04:45:06.652080+0000 mgr.y (mgr.25441) 2089 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:07.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.693648+0000 mon.c (mon.1) 1757 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:07.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.695884+0000 mon.c (mon.1) 1758 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:07.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.698428+0000 mon.c (mon.1) 1759 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.699326+0000 mon.c (mon.1) 1760 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:07.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: cluster 2024-03-30T04:45:06.701063+0000 mgr.y (mgr.25441) 2090 : cluster [DBG] pgmap v1367: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: cluster 2024-03-30T04:45:06.701754+0000 mgr.y (mgr.25441) 2091 : cluster [DBG] pgmap v1368: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.706675+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: cephadm 2024-03-30T04:45:06.707391+0000 mgr.y (mgr.25441) 2092 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:07.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.766236+0000 mon.c (mon.1) 1761 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:07.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.768844+0000 mon.c (mon.1) 1762 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:07.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.770798+0000 mon.c (mon.1) 1763 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.771491+0000 mon.c (mon.1) 1764 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:07.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: cluster 2024-03-30T04:45:06.092653+0000 mgr.y (mgr.25441) 2066 : cluster [DBG] pgmap v1351: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: cluster 2024-03-30T04:45:06.093706+0000 mgr.y (mgr.25441) 2067 : cluster [DBG] pgmap v1352: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.101034+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: cephadm 2024-03-30T04:45:06.102173+0000 mgr.y (mgr.25441) 2068 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:07.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.183727+0000 mon.c (mon.1) 1729 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:07.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.187150+0000 mon.c (mon.1) 1730 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:07.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.189745+0000 mon.c (mon.1) 1731 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.190797+0000 mon.c (mon.1) 1732 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:07.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: cluster 2024-03-30T04:45:06.193435+0000 mgr.y (mgr.25441) 2069 : cluster [DBG] pgmap v1353: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: cluster 2024-03-30T04:45:06.193975+0000 mgr.y (mgr.25441) 2070 : cluster [DBG] pgmap v1354: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.201405+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: cephadm 2024-03-30T04:45:06.202125+0000 mgr.y (mgr.25441) 2071 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:07.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.276881+0000 mon.c (mon.1) 1733 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:07.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.278908+0000 mon.c (mon.1) 1734 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:07.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.280864+0000 mon.c (mon.1) 1735 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.281544+0000 mon.c (mon.1) 1736 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:07.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: cluster 2024-03-30T04:45:06.282858+0000 mgr.y (mgr.25441) 2072 : cluster [DBG] pgmap v1355: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 18 op/s; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.777578+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.818314+0000 mon.c (mon.1) 1765 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:07.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.820115+0000 mon.c (mon.1) 1766 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:07.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.821729+0000 mon.c (mon.1) 1767 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.822310+0000 mon.c (mon.1) 1768 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:07.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[73591]: audit 2024-03-30T04:45:06.827985+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: cluster 2024-03-30T04:45:06.283156+0000 mgr.y (mgr.25441) 2073 : cluster [DBG] pgmap v1356: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 18 op/s; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.287964+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: cephadm 2024-03-30T04:45:06.289692+0000 mgr.y (mgr.25441) 2074 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:07.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.348259+0000 mon.c (mon.1) 1737 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:07.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.350411+0000 mon.c (mon.1) 1738 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:07.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.352658+0000 mon.c (mon.1) 1739 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.353354+0000 mon.c (mon.1) 1740 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:07.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: cluster 2024-03-30T04:45:06.354981+0000 mgr.y (mgr.25441) 2075 : cluster [DBG] pgmap v1357: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 19 op/s; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: cluster 2024-03-30T04:45:06.355292+0000 mgr.y (mgr.25441) 2076 : cluster [DBG] pgmap v1358: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 19 op/s; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.361024+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: cephadm 2024-03-30T04:45:06.361683+0000 mgr.y (mgr.25441) 2077 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:07.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.418233+0000 mon.c (mon.1) 1741 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:07.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.419998+0000 mon.c (mon.1) 1742 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:07.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.421716+0000 mon.c (mon.1) 1743 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.422379+0000 mon.c (mon.1) 1744 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:07.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: cluster 2024-03-30T04:45:06.423673+0000 mgr.y (mgr.25441) 2078 : cluster [DBG] pgmap v1359: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: cluster 2024-03-30T04:45:06.424008+0000 mgr.y (mgr.25441) 2079 : cluster [DBG] pgmap v1360: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.428231+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: cephadm 2024-03-30T04:45:06.428813+0000 mgr.y (mgr.25441) 2080 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:07.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.485151+0000 mon.c (mon.1) 1745 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:07.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.486889+0000 mon.c (mon.1) 1746 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:07.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.488566+0000 mon.c (mon.1) 1747 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.489161+0000 mon.c (mon.1) 1748 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:07.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: cluster 2024-03-30T04:45:06.490346+0000 mgr.y (mgr.25441) 2081 : cluster [DBG] pgmap v1361: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: cluster 2024-03-30T04:45:06.490638+0000 mgr.y (mgr.25441) 2082 : cluster [DBG] pgmap v1362: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.494890+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: cephadm 2024-03-30T04:45:06.495371+0000 mgr.y (mgr.25441) 2083 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:07.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.551478+0000 mon.c (mon.1) 1749 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:07.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.553772+0000 mon.c (mon.1) 1750 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:07.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.556188+0000 mon.c (mon.1) 1751 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.556988+0000 mon.c (mon.1) 1752 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:07.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: cluster 2024-03-30T04:45:06.558565+0000 mgr.y (mgr.25441) 2084 : cluster [DBG] pgmap v1363: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: cluster 2024-03-30T04:45:06.558904+0000 mgr.y (mgr.25441) 2085 : cluster [DBG] pgmap v1364: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.564942+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: cephadm 2024-03-30T04:45:06.566898+0000 mgr.y (mgr.25441) 2086 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:07.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.639587+0000 mon.c (mon.1) 1753 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:07.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.641515+0000 mon.c (mon.1) 1754 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:07.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.643502+0000 mon.c (mon.1) 1755 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.644348+0000 mon.c (mon.1) 1756 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:07.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: cluster 2024-03-30T04:45:06.646314+0000 mgr.y (mgr.25441) 2087 : cluster [DBG] pgmap v1365: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: cluster 2024-03-30T04:45:06.647138+0000 mgr.y (mgr.25441) 2088 : cluster [DBG] pgmap v1366: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.651194+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: cephadm 2024-03-30T04:45:06.652080+0000 mgr.y (mgr.25441) 2089 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:07.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.693648+0000 mon.c (mon.1) 1757 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:07.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.695884+0000 mon.c (mon.1) 1758 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:07.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.698428+0000 mon.c (mon.1) 1759 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.699326+0000 mon.c (mon.1) 1760 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:07.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: cluster 2024-03-30T04:45:06.701063+0000 mgr.y (mgr.25441) 2090 : cluster [DBG] pgmap v1367: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: cluster 2024-03-30T04:45:06.701754+0000 mgr.y (mgr.25441) 2091 : cluster [DBG] pgmap v1368: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.706675+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: cephadm 2024-03-30T04:45:06.707391+0000 mgr.y (mgr.25441) 2092 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:07.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.766236+0000 mon.c (mon.1) 1761 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:07.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.768844+0000 mon.c (mon.1) 1762 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:07.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.770798+0000 mon.c (mon.1) 1763 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.771491+0000 mon.c (mon.1) 1764 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:07.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.777578+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.818314+0000 mon.c (mon.1) 1765 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:07.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.820115+0000 mon.c (mon.1) 1766 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:07.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.821729+0000 mon.c (mon.1) 1767 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.822310+0000 mon.c (mon.1) 1768 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:07.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:06 smithi111 bash[70954]: audit 2024-03-30T04:45:06.827985+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: cluster 2024-03-30T04:45:05.775669+0000 mgr.y (mgr.25441) 2051 : cluster [DBG] pgmap v1341: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: cluster 2024-03-30T04:45:05.775990+0000 mgr.y (mgr.25441) 2052 : cluster [DBG] pgmap v1342: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: cephadm 2024-03-30T04:45:05.785090+0000 mgr.y (mgr.25441) 2053 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:07.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: cluster 2024-03-30T04:45:05.831116+0000 mgr.y (mgr.25441) 2054 : cluster [DBG] pgmap v1343: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: cluster 2024-03-30T04:45:05.831408+0000 mgr.y (mgr.25441) 2055 : cluster [DBG] pgmap v1344: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:05.838903+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: cephadm 2024-03-30T04:45:05.841157+0000 mgr.y (mgr.25441) 2056 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:07.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:05.897699+0000 mon.c (mon.1) 1713 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:07.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:05.899557+0000 mon.c (mon.1) 1714 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:07.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:05.901452+0000 mon.c (mon.1) 1715 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:05.902157+0000 mon.c (mon.1) 1716 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:07.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: cluster 2024-03-30T04:45:05.903473+0000 mgr.y (mgr.25441) 2057 : cluster [DBG] pgmap v1345: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: cluster 2024-03-30T04:45:05.903760+0000 mgr.y (mgr.25441) 2058 : cluster [DBG] pgmap v1346: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:05.908169+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: cephadm 2024-03-30T04:45:05.909782+0000 mgr.y (mgr.25441) 2059 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:07.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:05.950570+0000 mon.c (mon.1) 1717 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:07.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:05.952571+0000 mon.c (mon.1) 1718 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:07.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:05.954245+0000 mon.c (mon.1) 1719 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:05.954919+0000 mon.c (mon.1) 1720 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:07.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: cluster 2024-03-30T04:45:05.956173+0000 mgr.y (mgr.25441) 2060 : cluster [DBG] pgmap v1347: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: cluster 2024-03-30T04:45:05.956455+0000 mgr.y (mgr.25441) 2061 : cluster [DBG] pgmap v1348: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:05.960916+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: cephadm 2024-03-30T04:45:05.962530+0000 mgr.y (mgr.25441) 2062 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:07.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.002995+0000 mon.c (mon.1) 1721 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:07.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.005328+0000 mon.c (mon.1) 1722 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:07.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.008117+0000 mon.c (mon.1) 1723 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.009284+0000 mon.c (mon.1) 1724 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:07.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: cluster 2024-03-30T04:45:06.010847+0000 mgr.y (mgr.25441) 2063 : cluster [DBG] pgmap v1349: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: cluster 2024-03-30T04:45:06.011117+0000 mgr.y (mgr.25441) 2064 : cluster [DBG] pgmap v1350: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.017104+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: cephadm 2024-03-30T04:45:06.017770+0000 mgr.y (mgr.25441) 2065 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:07.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.082604+0000 mon.c (mon.1) 1725 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:07.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.086206+0000 mon.c (mon.1) 1726 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:07.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.089462+0000 mon.c (mon.1) 1727 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.090547+0000 mon.c (mon.1) 1728 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:07.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: cluster 2024-03-30T04:45:06.092653+0000 mgr.y (mgr.25441) 2066 : cluster [DBG] pgmap v1351: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: cluster 2024-03-30T04:45:06.093706+0000 mgr.y (mgr.25441) 2067 : cluster [DBG] pgmap v1352: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.101034+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: cephadm 2024-03-30T04:45:06.102173+0000 mgr.y (mgr.25441) 2068 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:07.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.183727+0000 mon.c (mon.1) 1729 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:07.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.187150+0000 mon.c (mon.1) 1730 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:07.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.189745+0000 mon.c (mon.1) 1731 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.190797+0000 mon.c (mon.1) 1732 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:07.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: cluster 2024-03-30T04:45:06.193435+0000 mgr.y (mgr.25441) 2069 : cluster [DBG] pgmap v1353: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: cluster 2024-03-30T04:45:06.193975+0000 mgr.y (mgr.25441) 2070 : cluster [DBG] pgmap v1354: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.201405+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: cephadm 2024-03-30T04:45:06.202125+0000 mgr.y (mgr.25441) 2071 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:07.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.276881+0000 mon.c (mon.1) 1733 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:07.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.278908+0000 mon.c (mon.1) 1734 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:07.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.280864+0000 mon.c (mon.1) 1735 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.281544+0000 mon.c (mon.1) 1736 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:07.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: cluster 2024-03-30T04:45:06.282858+0000 mgr.y (mgr.25441) 2072 : cluster [DBG] pgmap v1355: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 18 op/s; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: cluster 2024-03-30T04:45:06.283156+0000 mgr.y (mgr.25441) 2073 : cluster [DBG] pgmap v1356: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 18 op/s; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.287964+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: cephadm 2024-03-30T04:45:06.289692+0000 mgr.y (mgr.25441) 2074 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:07.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.348259+0000 mon.c (mon.1) 1737 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:07.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.350411+0000 mon.c (mon.1) 1738 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:07.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.352658+0000 mon.c (mon.1) 1739 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.353354+0000 mon.c (mon.1) 1740 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:07.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: cluster 2024-03-30T04:45:06.354981+0000 mgr.y (mgr.25441) 2075 : cluster [DBG] pgmap v1357: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 19 op/s; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: cluster 2024-03-30T04:45:06.355292+0000 mgr.y (mgr.25441) 2076 : cluster [DBG] pgmap v1358: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 19 op/s; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.361024+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: cephadm 2024-03-30T04:45:06.361683+0000 mgr.y (mgr.25441) 2077 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:07.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.418233+0000 mon.c (mon.1) 1741 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:07.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.419998+0000 mon.c (mon.1) 1742 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:07.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.421716+0000 mon.c (mon.1) 1743 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.422379+0000 mon.c (mon.1) 1744 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:07.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: cluster 2024-03-30T04:45:06.423673+0000 mgr.y (mgr.25441) 2078 : cluster [DBG] pgmap v1359: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: cluster 2024-03-30T04:45:06.424008+0000 mgr.y (mgr.25441) 2079 : cluster [DBG] pgmap v1360: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.428231+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: cephadm 2024-03-30T04:45:06.428813+0000 mgr.y (mgr.25441) 2080 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:07.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.485151+0000 mon.c (mon.1) 1745 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:07.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.486889+0000 mon.c (mon.1) 1746 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:07.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.488566+0000 mon.c (mon.1) 1747 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.489161+0000 mon.c (mon.1) 1748 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:07.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: cluster 2024-03-30T04:45:06.490346+0000 mgr.y (mgr.25441) 2081 : cluster [DBG] pgmap v1361: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: cluster 2024-03-30T04:45:06.490638+0000 mgr.y (mgr.25441) 2082 : cluster [DBG] pgmap v1362: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.494890+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: cephadm 2024-03-30T04:45:06.495371+0000 mgr.y (mgr.25441) 2083 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:07.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.551478+0000 mon.c (mon.1) 1749 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:07.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.553772+0000 mon.c (mon.1) 1750 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:07.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.556188+0000 mon.c (mon.1) 1751 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.556988+0000 mon.c (mon.1) 1752 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:07.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: cluster 2024-03-30T04:45:06.558565+0000 mgr.y (mgr.25441) 2084 : cluster [DBG] pgmap v1363: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: cluster 2024-03-30T04:45:06.558904+0000 mgr.y (mgr.25441) 2085 : cluster [DBG] pgmap v1364: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.564942+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: cephadm 2024-03-30T04:45:06.566898+0000 mgr.y (mgr.25441) 2086 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:07.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.639587+0000 mon.c (mon.1) 1753 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:07.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.641515+0000 mon.c (mon.1) 1754 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:07.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.643502+0000 mon.c (mon.1) 1755 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.644348+0000 mon.c (mon.1) 1756 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:07.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: cluster 2024-03-30T04:45:06.646314+0000 mgr.y (mgr.25441) 2087 : cluster [DBG] pgmap v1365: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: cluster 2024-03-30T04:45:06.647138+0000 mgr.y (mgr.25441) 2088 : cluster [DBG] pgmap v1366: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.651194+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: cephadm 2024-03-30T04:45:06.652080+0000 mgr.y (mgr.25441) 2089 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:07.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.693648+0000 mon.c (mon.1) 1757 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:07.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.695884+0000 mon.c (mon.1) 1758 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:07.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.698428+0000 mon.c (mon.1) 1759 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.699326+0000 mon.c (mon.1) 1760 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:07.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: cluster 2024-03-30T04:45:06.701063+0000 mgr.y (mgr.25441) 2090 : cluster [DBG] pgmap v1367: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: cluster 2024-03-30T04:45:06.701754+0000 mgr.y (mgr.25441) 2091 : cluster [DBG] pgmap v1368: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:07.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.706675+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: cephadm 2024-03-30T04:45:06.707391+0000 mgr.y (mgr.25441) 2092 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:07.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.766236+0000 mon.c (mon.1) 1761 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:07.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.768844+0000 mon.c (mon.1) 1762 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:07.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.770798+0000 mon.c (mon.1) 1763 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.771491+0000 mon.c (mon.1) 1764 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:07.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.777578+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.818314+0000 mon.c (mon.1) 1765 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:07.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.820115+0000 mon.c (mon.1) 1766 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:07.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.821729+0000 mon.c (mon.1) 1767 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.822310+0000 mon.c (mon.1) 1768 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:07.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:06 smithi117 bash[62284]: audit 2024-03-30T04:45:06.827985+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:07.671 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:45:07 smithi111 bash[84647]: debug 2024-03-30T04:45:07.647+0000 7f094534c7c0 -1 Falling back to public interface 2024-03-30T04:45:08.056 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:07 smithi111 bash[73591]: cluster 2024-03-30T04:45:06.772787+0000 mgr.y (mgr.25441) 2093 : cluster [DBG] pgmap v1369: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.056 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:07 smithi111 bash[73591]: cluster 2024-03-30T04:45:06.773091+0000 mgr.y (mgr.25441) 2094 : cluster [DBG] pgmap v1370: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cluster 2024-03-30T04:45:06.772787+0000 mgr.y (mgr.25441) 2093 : cluster [DBG] pgmap v1369: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cluster 2024-03-30T04:45:06.773091+0000 mgr.y (mgr.25441) 2094 : cluster [DBG] pgmap v1370: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cephadm 2024-03-30T04:45:06.778147+0000 mgr.y (mgr.25441) 2095 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cluster 2024-03-30T04:45:06.823536+0000 mgr.y (mgr.25441) 2096 : cluster [DBG] pgmap v1371: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cluster 2024-03-30T04:45:06.823831+0000 mgr.y (mgr.25441) 2097 : cluster [DBG] pgmap v1372: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cephadm 2024-03-30T04:45:06.829496+0000 mgr.y (mgr.25441) 2098 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:06.924237+0000 mon.c (mon.1) 1769 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:06.933423+0000 mon.c (mon.1) 1770 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:06.936175+0000 mon.c (mon.1) 1771 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:06.937582+0000 mon.c (mon.1) 1772 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cluster 2024-03-30T04:45:06.940181+0000 mgr.y (mgr.25441) 2099 : cluster [DBG] pgmap v1373: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cluster 2024-03-30T04:45:06.940480+0000 mgr.y (mgr.25441) 2100 : cluster [DBG] pgmap v1374: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:06.946097+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cephadm 2024-03-30T04:45:06.946785+0000 mgr.y (mgr.25441) 2101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.019555+0000 mon.c (mon.1) 1773 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.022312+0000 mon.c (mon.1) 1774 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.026084+0000 mon.c (mon.1) 1775 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.027000+0000 mon.c (mon.1) 1776 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cluster 2024-03-30T04:45:07.028605+0000 mgr.y (mgr.25441) 2102 : cluster [DBG] pgmap v1375: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cluster 2024-03-30T04:45:07.028932+0000 mgr.y (mgr.25441) 2103 : cluster [DBG] pgmap v1376: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.035156+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cephadm 2024-03-30T04:45:07.036015+0000 mgr.y (mgr.25441) 2104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.093448+0000 mon.c (mon.1) 1777 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.095287+0000 mon.c (mon.1) 1778 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.097702+0000 mon.c (mon.1) 1779 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.098553+0000 mon.c (mon.1) 1780 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cluster 2024-03-30T04:45:07.100068+0000 mgr.y (mgr.25441) 2105 : cluster [DBG] pgmap v1377: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cluster 2024-03-30T04:45:07.100411+0000 mgr.y (mgr.25441) 2106 : cluster [DBG] pgmap v1378: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.105377+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cephadm 2024-03-30T04:45:07.105943+0000 mgr.y (mgr.25441) 2107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.146449+0000 mon.c (mon.1) 1781 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.148221+0000 mon.c (mon.1) 1782 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.149867+0000 mon.c (mon.1) 1783 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.150472+0000 mon.c (mon.1) 1784 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cluster 2024-03-30T04:45:07.151701+0000 mgr.y (mgr.25441) 2108 : cluster [DBG] pgmap v1379: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cluster 2024-03-30T04:45:07.151999+0000 mgr.y (mgr.25441) 2109 : cluster [DBG] pgmap v1380: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.157209+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cephadm 2024-03-30T04:45:07.157753+0000 mgr.y (mgr.25441) 2110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.198581+0000 mon.c (mon.1) 1785 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.200546+0000 mon.c (mon.1) 1786 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.202292+0000 mon.c (mon.1) 1787 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.202964+0000 mon.c (mon.1) 1788 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cluster 2024-03-30T04:45:07.204231+0000 mgr.y (mgr.25441) 2111 : cluster [DBG] pgmap v1381: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cluster 2024-03-30T04:45:07.204523+0000 mgr.y (mgr.25441) 2112 : cluster [DBG] pgmap v1382: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.208861+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cephadm 2024-03-30T04:45:07.209676+0000 mgr.y (mgr.25441) 2113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.249961+0000 mon.c (mon.1) 1789 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.251754+0000 mon.c (mon.1) 1790 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.253447+0000 mon.c (mon.1) 1791 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.254061+0000 mon.c (mon.1) 1792 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cluster 2024-03-30T04:45:07.255313+0000 mgr.y (mgr.25441) 2114 : cluster [DBG] pgmap v1383: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cluster 2024-03-30T04:45:07.255625+0000 mgr.y (mgr.25441) 2115 : cluster [DBG] pgmap v1384: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.260375+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cephadm 2024-03-30T04:45:07.260929+0000 mgr.y (mgr.25441) 2116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.301354+0000 mon.c (mon.1) 1793 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.303154+0000 mon.c (mon.1) 1794 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.304953+0000 mon.c (mon.1) 1795 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.305575+0000 mon.c (mon.1) 1796 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cluster 2024-03-30T04:45:07.306951+0000 mgr.y (mgr.25441) 2117 : cluster [DBG] pgmap v1385: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cluster 2024-03-30T04:45:07.307291+0000 mgr.y (mgr.25441) 2118 : cluster [DBG] pgmap v1386: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.311897+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cephadm 2024-03-30T04:45:07.312428+0000 mgr.y (mgr.25441) 2119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.352694+0000 mon.c (mon.1) 1797 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.354486+0000 mon.c (mon.1) 1798 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.356159+0000 mon.c (mon.1) 1799 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.356738+0000 mon.c (mon.1) 1800 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cluster 2024-03-30T04:45:07.358032+0000 mgr.y (mgr.25441) 2120 : cluster [DBG] pgmap v1387: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.150 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cluster 2024-03-30T04:45:07.358336+0000 mgr.y (mgr.25441) 2121 : cluster [DBG] pgmap v1388: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.150 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.362891+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.150 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cephadm 2024-03-30T04:45:07.363522+0000 mgr.y (mgr.25441) 2122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.150 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.403678+0000 mon.c (mon.1) 1801 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.150 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.405539+0000 mon.c (mon.1) 1802 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.151 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.407356+0000 mon.c (mon.1) 1803 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.151 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.407999+0000 mon.c (mon.1) 1804 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.151 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cluster 2024-03-30T04:45:07.409238+0000 mgr.y (mgr.25441) 2123 : cluster [DBG] pgmap v1389: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.151 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cluster 2024-03-30T04:45:07.409479+0000 mgr.y (mgr.25441) 2124 : cluster [DBG] pgmap v1390: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.151 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.414003+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.151 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cephadm 2024-03-30T04:45:07.414634+0000 mgr.y (mgr.25441) 2125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.152 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.472250+0000 mon.c (mon.1) 1805 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.152 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.474003+0000 mon.c (mon.1) 1806 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.152 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.475713+0000 mon.c (mon.1) 1807 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.152 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.476342+0000 mon.c (mon.1) 1808 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.152 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cluster 2024-03-30T04:45:07.477564+0000 mgr.y (mgr.25441) 2126 : cluster [DBG] pgmap v1391: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.152 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cluster 2024-03-30T04:45:07.477858+0000 mgr.y (mgr.25441) 2127 : cluster [DBG] pgmap v1392: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.152 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.482358+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.153 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cephadm 2024-03-30T04:45:07.484777+0000 mgr.y (mgr.25441) 2128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.153 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.526538+0000 mon.c (mon.1) 1809 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.153 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.528357+0000 mon.c (mon.1) 1810 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.153 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.530080+0000 mon.c (mon.1) 1811 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.153 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.530757+0000 mon.c (mon.1) 1812 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.153 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cluster 2024-03-30T04:45:07.532007+0000 mgr.y (mgr.25441) 2129 : cluster [DBG] pgmap v1393: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.154 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cluster 2024-03-30T04:45:07.532312+0000 mgr.y (mgr.25441) 2130 : cluster [DBG] pgmap v1394: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.154 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.536728+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.154 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cephadm 2024-03-30T04:45:07.539005+0000 mgr.y (mgr.25441) 2131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.154 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.579758+0000 mon.c (mon.1) 1813 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.154 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.581545+0000 mon.c (mon.1) 1814 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.155 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.583689+0000 mon.c (mon.1) 1815 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.155 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.584408+0000 mon.c (mon.1) 1816 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.155 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cluster 2024-03-30T04:45:07.585755+0000 mgr.y (mgr.25441) 2132 : cluster [DBG] pgmap v1395: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.155 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cluster 2024-03-30T04:45:07.586080+0000 mgr.y (mgr.25441) 2133 : cluster [DBG] pgmap v1396: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.155 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.590567+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.155 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cephadm 2024-03-30T04:45:07.592800+0000 mgr.y (mgr.25441) 2134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.155 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.632460+0000 mon.c (mon.1) 1817 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.155 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.634211+0000 mon.c (mon.1) 1818 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.156 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.635956+0000 mon.c (mon.1) 1819 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.156 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.636742+0000 mon.c (mon.1) 1820 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.156 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cluster 2024-03-30T04:45:07.638112+0000 mgr.y (mgr.25441) 2135 : cluster [DBG] pgmap v1397: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.156 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cluster 2024-03-30T04:45:07.638450+0000 mgr.y (mgr.25441) 2136 : cluster [DBG] pgmap v1398: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.156 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.642918+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.156 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cephadm 2024-03-30T04:45:07.645086+0000 mgr.y (mgr.25441) 2137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.156 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.702027+0000 mon.c (mon.1) 1821 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.156 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.703798+0000 mon.c (mon.1) 1822 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.157 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.705564+0000 mon.c (mon.1) 1823 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.157 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.706284+0000 mon.c (mon.1) 1824 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.157 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cluster 2024-03-30T04:45:07.707570+0000 mgr.y (mgr.25441) 2138 : cluster [DBG] pgmap v1399: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.157 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cluster 2024-03-30T04:45:07.707854+0000 mgr.y (mgr.25441) 2139 : cluster [DBG] pgmap v1400: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.157 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.714235+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.157 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: cephadm 2024-03-30T04:45:07.714912+0000 mgr.y (mgr.25441) 2140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.157 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.771338+0000 mon.c (mon.1) 1825 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.157 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.773463+0000 mon.c (mon.1) 1826 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.158 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.775654+0000 mon.c (mon.1) 1827 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.158 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.776472+0000 mon.c (mon.1) 1828 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.158 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.783654+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.158 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.826563+0000 mon.c (mon.1) 1829 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.158 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.828400+0000 mon.c (mon.1) 1830 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.158 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.830126+0000 mon.c (mon.1) 1831 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.158 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.830827+0000 mon.c (mon.1) 1832 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.159 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:07 smithi117 bash[62284]: audit 2024-03-30T04:45:07.838453+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:06.772787+0000 mgr.y (mgr.25441) 2093 : cluster [DBG] pgmap v1369: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:06.773091+0000 mgr.y (mgr.25441) 2094 : cluster [DBG] pgmap v1370: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cephadm 2024-03-30T04:45:06.778147+0000 mgr.y (mgr.25441) 2095 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:06.823536+0000 mgr.y (mgr.25441) 2096 : cluster [DBG] pgmap v1371: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:06.823831+0000 mgr.y (mgr.25441) 2097 : cluster [DBG] pgmap v1372: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cephadm 2024-03-30T04:45:06.829496+0000 mgr.y (mgr.25441) 2098 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:06.924237+0000 mon.c (mon.1) 1769 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:06.933423+0000 mon.c (mon.1) 1770 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:06.936175+0000 mon.c (mon.1) 1771 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:06.937582+0000 mon.c (mon.1) 1772 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:06.940181+0000 mgr.y (mgr.25441) 2099 : cluster [DBG] pgmap v1373: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:06.940480+0000 mgr.y (mgr.25441) 2100 : cluster [DBG] pgmap v1374: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:06.946097+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cephadm 2024-03-30T04:45:06.946785+0000 mgr.y (mgr.25441) 2101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.019555+0000 mon.c (mon.1) 1773 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.022312+0000 mon.c (mon.1) 1774 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.026084+0000 mon.c (mon.1) 1775 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cephadm 2024-03-30T04:45:06.778147+0000 mgr.y (mgr.25441) 2095 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:06.823536+0000 mgr.y (mgr.25441) 2096 : cluster [DBG] pgmap v1371: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:06.823831+0000 mgr.y (mgr.25441) 2097 : cluster [DBG] pgmap v1372: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cephadm 2024-03-30T04:45:06.829496+0000 mgr.y (mgr.25441) 2098 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:06.924237+0000 mon.c (mon.1) 1769 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:06.933423+0000 mon.c (mon.1) 1770 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:06.936175+0000 mon.c (mon.1) 1771 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:06.937582+0000 mon.c (mon.1) 1772 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:06.940181+0000 mgr.y (mgr.25441) 2099 : cluster [DBG] pgmap v1373: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:06.940480+0000 mgr.y (mgr.25441) 2100 : cluster [DBG] pgmap v1374: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:06.946097+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cephadm 2024-03-30T04:45:06.946785+0000 mgr.y (mgr.25441) 2101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.019555+0000 mon.c (mon.1) 1773 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.022312+0000 mon.c (mon.1) 1774 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.026084+0000 mon.c (mon.1) 1775 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.027000+0000 mon.c (mon.1) 1776 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:07.028605+0000 mgr.y (mgr.25441) 2102 : cluster [DBG] pgmap v1375: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.027000+0000 mon.c (mon.1) 1776 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:07.028605+0000 mgr.y (mgr.25441) 2102 : cluster [DBG] pgmap v1375: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:07.028932+0000 mgr.y (mgr.25441) 2103 : cluster [DBG] pgmap v1376: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.035156+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cephadm 2024-03-30T04:45:07.036015+0000 mgr.y (mgr.25441) 2104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.093448+0000 mon.c (mon.1) 1777 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.095287+0000 mon.c (mon.1) 1778 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.097702+0000 mon.c (mon.1) 1779 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.098553+0000 mon.c (mon.1) 1780 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:07.100068+0000 mgr.y (mgr.25441) 2105 : cluster [DBG] pgmap v1377: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:07.100411+0000 mgr.y (mgr.25441) 2106 : cluster [DBG] pgmap v1378: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.105377+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cephadm 2024-03-30T04:45:07.105943+0000 mgr.y (mgr.25441) 2107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.146449+0000 mon.c (mon.1) 1781 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.148221+0000 mon.c (mon.1) 1782 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.149867+0000 mon.c (mon.1) 1783 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.150472+0000 mon.c (mon.1) 1784 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:07.151701+0000 mgr.y (mgr.25441) 2108 : cluster [DBG] pgmap v1379: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:07.028932+0000 mgr.y (mgr.25441) 2103 : cluster [DBG] pgmap v1376: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.035156+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cephadm 2024-03-30T04:45:07.036015+0000 mgr.y (mgr.25441) 2104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.093448+0000 mon.c (mon.1) 1777 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.095287+0000 mon.c (mon.1) 1778 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.097702+0000 mon.c (mon.1) 1779 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.098553+0000 mon.c (mon.1) 1780 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:07.100068+0000 mgr.y (mgr.25441) 2105 : cluster [DBG] pgmap v1377: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:07.100411+0000 mgr.y (mgr.25441) 2106 : cluster [DBG] pgmap v1378: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.105377+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cephadm 2024-03-30T04:45:07.105943+0000 mgr.y (mgr.25441) 2107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.146449+0000 mon.c (mon.1) 1781 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.148221+0000 mon.c (mon.1) 1782 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.149867+0000 mon.c (mon.1) 1783 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.150472+0000 mon.c (mon.1) 1784 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:07.151701+0000 mgr.y (mgr.25441) 2108 : cluster [DBG] pgmap v1379: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:07.151999+0000 mgr.y (mgr.25441) 2109 : cluster [DBG] pgmap v1380: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.157209+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:07.151999+0000 mgr.y (mgr.25441) 2109 : cluster [DBG] pgmap v1380: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.157209+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cephadm 2024-03-30T04:45:07.157753+0000 mgr.y (mgr.25441) 2110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.198581+0000 mon.c (mon.1) 1785 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.200546+0000 mon.c (mon.1) 1786 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.202292+0000 mon.c (mon.1) 1787 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.202964+0000 mon.c (mon.1) 1788 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:07.204231+0000 mgr.y (mgr.25441) 2111 : cluster [DBG] pgmap v1381: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:07.204523+0000 mgr.y (mgr.25441) 2112 : cluster [DBG] pgmap v1382: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.208861+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cephadm 2024-03-30T04:45:07.209676+0000 mgr.y (mgr.25441) 2113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.249961+0000 mon.c (mon.1) 1789 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.251754+0000 mon.c (mon.1) 1790 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.253447+0000 mon.c (mon.1) 1791 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.254061+0000 mon.c (mon.1) 1792 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:07.255313+0000 mgr.y (mgr.25441) 2114 : cluster [DBG] pgmap v1383: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:07.255625+0000 mgr.y (mgr.25441) 2115 : cluster [DBG] pgmap v1384: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.260375+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cephadm 2024-03-30T04:45:07.260929+0000 mgr.y (mgr.25441) 2116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.301354+0000 mon.c (mon.1) 1793 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.303154+0000 mon.c (mon.1) 1794 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.304953+0000 mon.c (mon.1) 1795 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.305575+0000 mon.c (mon.1) 1796 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:07.306951+0000 mgr.y (mgr.25441) 2117 : cluster [DBG] pgmap v1385: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:07.307291+0000 mgr.y (mgr.25441) 2118 : cluster [DBG] pgmap v1386: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.311897+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cephadm 2024-03-30T04:45:07.312428+0000 mgr.y (mgr.25441) 2119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.352694+0000 mon.c (mon.1) 1797 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.354486+0000 mon.c (mon.1) 1798 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.356159+0000 mon.c (mon.1) 1799 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.356738+0000 mon.c (mon.1) 1800 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:07.358032+0000 mgr.y (mgr.25441) 2120 : cluster [DBG] pgmap v1387: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:07.358336+0000 mgr.y (mgr.25441) 2121 : cluster [DBG] pgmap v1388: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.362891+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cephadm 2024-03-30T04:45:07.363522+0000 mgr.y (mgr.25441) 2122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.403678+0000 mon.c (mon.1) 1801 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cephadm 2024-03-30T04:45:07.157753+0000 mgr.y (mgr.25441) 2110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.198581+0000 mon.c (mon.1) 1785 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.200546+0000 mon.c (mon.1) 1786 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.202292+0000 mon.c (mon.1) 1787 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.202964+0000 mon.c (mon.1) 1788 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:07.204231+0000 mgr.y (mgr.25441) 2111 : cluster [DBG] pgmap v1381: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:07.204523+0000 mgr.y (mgr.25441) 2112 : cluster [DBG] pgmap v1382: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.208861+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cephadm 2024-03-30T04:45:07.209676+0000 mgr.y (mgr.25441) 2113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.249961+0000 mon.c (mon.1) 1789 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.251754+0000 mon.c (mon.1) 1790 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.253447+0000 mon.c (mon.1) 1791 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.254061+0000 mon.c (mon.1) 1792 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:07.255313+0000 mgr.y (mgr.25441) 2114 : cluster [DBG] pgmap v1383: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:07.255625+0000 mgr.y (mgr.25441) 2115 : cluster [DBG] pgmap v1384: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.260375+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cephadm 2024-03-30T04:45:07.260929+0000 mgr.y (mgr.25441) 2116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.301354+0000 mon.c (mon.1) 1793 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.303154+0000 mon.c (mon.1) 1794 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.405539+0000 mon.c (mon.1) 1802 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.407356+0000 mon.c (mon.1) 1803 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.407999+0000 mon.c (mon.1) 1804 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:07.409238+0000 mgr.y (mgr.25441) 2123 : cluster [DBG] pgmap v1389: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:07.409479+0000 mgr.y (mgr.25441) 2124 : cluster [DBG] pgmap v1390: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.414003+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cephadm 2024-03-30T04:45:07.414634+0000 mgr.y (mgr.25441) 2125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.472250+0000 mon.c (mon.1) 1805 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.474003+0000 mon.c (mon.1) 1806 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.475713+0000 mon.c (mon.1) 1807 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.476342+0000 mon.c (mon.1) 1808 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:07.477564+0000 mgr.y (mgr.25441) 2126 : cluster [DBG] pgmap v1391: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:07.477858+0000 mgr.y (mgr.25441) 2127 : cluster [DBG] pgmap v1392: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.482358+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cephadm 2024-03-30T04:45:07.484777+0000 mgr.y (mgr.25441) 2128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.526538+0000 mon.c (mon.1) 1809 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.528357+0000 mon.c (mon.1) 1810 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.530080+0000 mon.c (mon.1) 1811 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.304953+0000 mon.c (mon.1) 1795 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.305575+0000 mon.c (mon.1) 1796 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:07.306951+0000 mgr.y (mgr.25441) 2117 : cluster [DBG] pgmap v1385: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:07.307291+0000 mgr.y (mgr.25441) 2118 : cluster [DBG] pgmap v1386: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.311897+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cephadm 2024-03-30T04:45:07.312428+0000 mgr.y (mgr.25441) 2119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.352694+0000 mon.c (mon.1) 1797 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.354486+0000 mon.c (mon.1) 1798 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.356159+0000 mon.c (mon.1) 1799 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.356738+0000 mon.c (mon.1) 1800 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:07.358032+0000 mgr.y (mgr.25441) 2120 : cluster [DBG] pgmap v1387: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:07.358336+0000 mgr.y (mgr.25441) 2121 : cluster [DBG] pgmap v1388: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.362891+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cephadm 2024-03-30T04:45:07.363522+0000 mgr.y (mgr.25441) 2122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.403678+0000 mon.c (mon.1) 1801 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.405539+0000 mon.c (mon.1) 1802 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.407356+0000 mon.c (mon.1) 1803 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.407999+0000 mon.c (mon.1) 1804 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.530757+0000 mon.c (mon.1) 1812 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:07.532007+0000 mgr.y (mgr.25441) 2129 : cluster [DBG] pgmap v1393: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:07.532312+0000 mgr.y (mgr.25441) 2130 : cluster [DBG] pgmap v1394: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.536728+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cephadm 2024-03-30T04:45:07.539005+0000 mgr.y (mgr.25441) 2131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.579758+0000 mon.c (mon.1) 1813 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.581545+0000 mon.c (mon.1) 1814 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.583689+0000 mon.c (mon.1) 1815 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.584408+0000 mon.c (mon.1) 1816 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:07.585755+0000 mgr.y (mgr.25441) 2132 : cluster [DBG] pgmap v1395: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:07.586080+0000 mgr.y (mgr.25441) 2133 : cluster [DBG] pgmap v1396: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.590567+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cephadm 2024-03-30T04:45:07.592800+0000 mgr.y (mgr.25441) 2134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.632460+0000 mon.c (mon.1) 1817 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.634211+0000 mon.c (mon.1) 1818 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.635956+0000 mon.c (mon.1) 1819 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.636742+0000 mon.c (mon.1) 1820 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:07.638112+0000 mgr.y (mgr.25441) 2135 : cluster [DBG] pgmap v1397: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:07.409238+0000 mgr.y (mgr.25441) 2123 : cluster [DBG] pgmap v1389: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:07.409479+0000 mgr.y (mgr.25441) 2124 : cluster [DBG] pgmap v1390: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.414003+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cephadm 2024-03-30T04:45:07.414634+0000 mgr.y (mgr.25441) 2125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.472250+0000 mon.c (mon.1) 1805 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.474003+0000 mon.c (mon.1) 1806 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.475713+0000 mon.c (mon.1) 1807 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.476342+0000 mon.c (mon.1) 1808 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:07.477564+0000 mgr.y (mgr.25441) 2126 : cluster [DBG] pgmap v1391: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:07.477858+0000 mgr.y (mgr.25441) 2127 : cluster [DBG] pgmap v1392: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.482358+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cephadm 2024-03-30T04:45:07.484777+0000 mgr.y (mgr.25441) 2128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.526538+0000 mon.c (mon.1) 1809 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.528357+0000 mon.c (mon.1) 1810 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.530080+0000 mon.c (mon.1) 1811 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.530757+0000 mon.c (mon.1) 1812 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:07.532007+0000 mgr.y (mgr.25441) 2129 : cluster [DBG] pgmap v1393: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:07.638450+0000 mgr.y (mgr.25441) 2136 : cluster [DBG] pgmap v1398: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.642918+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cephadm 2024-03-30T04:45:07.645086+0000 mgr.y (mgr.25441) 2137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.702027+0000 mon.c (mon.1) 1821 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.703798+0000 mon.c (mon.1) 1822 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.705564+0000 mon.c (mon.1) 1823 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.706284+0000 mon.c (mon.1) 1824 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:07.707570+0000 mgr.y (mgr.25441) 2138 : cluster [DBG] pgmap v1399: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:07.707854+0000 mgr.y (mgr.25441) 2139 : cluster [DBG] pgmap v1400: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.714235+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cephadm 2024-03-30T04:45:07.714912+0000 mgr.y (mgr.25441) 2140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.771338+0000 mon.c (mon.1) 1825 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.773463+0000 mon.c (mon.1) 1826 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.775654+0000 mon.c (mon.1) 1827 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.776472+0000 mon.c (mon.1) 1828 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.783654+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.826563+0000 mon.c (mon.1) 1829 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.828400+0000 mon.c (mon.1) 1830 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.830126+0000 mon.c (mon.1) 1831 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.830827+0000 mon.c (mon.1) 1832 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.838453+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.386 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:07.532312+0000 mgr.y (mgr.25441) 2130 : cluster [DBG] pgmap v1394: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.386 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.536728+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.386 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cephadm 2024-03-30T04:45:07.539005+0000 mgr.y (mgr.25441) 2131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.386 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.579758+0000 mon.c (mon.1) 1813 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.386 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.581545+0000 mon.c (mon.1) 1814 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.387 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.583689+0000 mon.c (mon.1) 1815 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.387 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.584408+0000 mon.c (mon.1) 1816 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.387 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:07.585755+0000 mgr.y (mgr.25441) 2132 : cluster [DBG] pgmap v1395: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.387 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:07.586080+0000 mgr.y (mgr.25441) 2133 : cluster [DBG] pgmap v1396: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.387 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.590567+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.387 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cephadm 2024-03-30T04:45:07.592800+0000 mgr.y (mgr.25441) 2134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.387 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.632460+0000 mon.c (mon.1) 1817 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.387 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.634211+0000 mon.c (mon.1) 1818 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.387 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.635956+0000 mon.c (mon.1) 1819 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.387 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.636742+0000 mon.c (mon.1) 1820 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.387 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:07.638112+0000 mgr.y (mgr.25441) 2135 : cluster [DBG] pgmap v1397: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.387 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:07.638450+0000 mgr.y (mgr.25441) 2136 : cluster [DBG] pgmap v1398: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.387 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.642918+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.387 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cephadm 2024-03-30T04:45:07.645086+0000 mgr.y (mgr.25441) 2137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.388 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.702027+0000 mon.c (mon.1) 1821 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.388 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.703798+0000 mon.c (mon.1) 1822 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.388 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.705564+0000 mon.c (mon.1) 1823 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.388 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.706284+0000 mon.c (mon.1) 1824 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.388 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:07.707570+0000 mgr.y (mgr.25441) 2138 : cluster [DBG] pgmap v1399: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.388 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:07.707854+0000 mgr.y (mgr.25441) 2139 : cluster [DBG] pgmap v1400: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:08.388 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.714235+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.388 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cephadm 2024-03-30T04:45:07.714912+0000 mgr.y (mgr.25441) 2140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:08.388 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.771338+0000 mon.c (mon.1) 1825 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.388 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.773463+0000 mon.c (mon.1) 1826 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.388 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.775654+0000 mon.c (mon.1) 1827 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.388 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.776472+0000 mon.c (mon.1) 1828 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.388 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.783654+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:08.388 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.826563+0000 mon.c (mon.1) 1829 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:08.389 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.828400+0000 mon.c (mon.1) 1830 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:08.389 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.830126+0000 mon.c (mon.1) 1831 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:08.389 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.830827+0000 mon.c (mon.1) 1832 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:08.389 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.838453+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:09.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:07.778029+0000 mgr.y (mgr.25441) 2141 : cluster [DBG] pgmap v1401: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:07.778359+0000 mgr.y (mgr.25441) 2142 : cluster [DBG] pgmap v1402: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cephadm 2024-03-30T04:45:07.786040+0000 mgr.y (mgr.25441) 2143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:07.831989+0000 mgr.y (mgr.25441) 2144 : cluster [DBG] pgmap v1403: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:07.832247+0000 mgr.y (mgr.25441) 2145 : cluster [DBG] pgmap v1404: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cephadm 2024-03-30T04:45:07.838980+0000 mgr.y (mgr.25441) 2146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.899274+0000 mon.c (mon.1) 1833 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:09.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.901882+0000 mon.c (mon.1) 1834 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:09.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.903861+0000 mon.c (mon.1) 1835 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:09.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.904644+0000 mon.c (mon.1) 1836 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:09.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:07.906142+0000 mgr.y (mgr.25441) 2147 : cluster [DBG] pgmap v1405: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:07.906468+0000 mgr.y (mgr.25441) 2148 : cluster [DBG] pgmap v1406: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.912173+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:09.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cephadm 2024-03-30T04:45:07.912811+0000 mgr.y (mgr.25441) 2149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.958472+0000 mon.c (mon.1) 1837 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:09.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.961457+0000 mon.c (mon.1) 1838 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:09.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.964072+0000 mon.c (mon.1) 1839 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:09.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.964869+0000 mon.c (mon.1) 1840 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:09.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:07.966430+0000 mgr.y (mgr.25441) 2150 : cluster [DBG] pgmap v1407: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:07.966690+0000 mgr.y (mgr.25441) 2151 : cluster [DBG] pgmap v1408: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:07.972824+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:09.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cephadm 2024-03-30T04:45:07.974237+0000 mgr.y (mgr.25441) 2152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.030431+0000 mon.c (mon.1) 1841 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:09.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.032224+0000 mon.c (mon.1) 1842 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:09.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.033929+0000 mon.c (mon.1) 1843 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:09.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.034548+0000 mon.c (mon.1) 1844 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:09.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:08.036078+0000 mgr.y (mgr.25441) 2153 : cluster [DBG] pgmap v1409: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:08.036637+0000 mgr.y (mgr.25441) 2154 : cluster [DBG] pgmap v1410: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.042070+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:09.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cephadm 2024-03-30T04:45:08.044193+0000 mgr.y (mgr.25441) 2155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.100470+0000 mon.c (mon.1) 1845 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:09.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.102532+0000 mon.c (mon.1) 1846 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:09.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.104528+0000 mon.c (mon.1) 1847 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:09.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.105228+0000 mon.c (mon.1) 1848 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:09.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:08.106785+0000 mgr.y (mgr.25441) 2156 : cluster [DBG] pgmap v1411: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:07.778029+0000 mgr.y (mgr.25441) 2141 : cluster [DBG] pgmap v1401: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:07.778359+0000 mgr.y (mgr.25441) 2142 : cluster [DBG] pgmap v1402: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cephadm 2024-03-30T04:45:07.786040+0000 mgr.y (mgr.25441) 2143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:07.831989+0000 mgr.y (mgr.25441) 2144 : cluster [DBG] pgmap v1403: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:07.832247+0000 mgr.y (mgr.25441) 2145 : cluster [DBG] pgmap v1404: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cephadm 2024-03-30T04:45:07.838980+0000 mgr.y (mgr.25441) 2146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.899274+0000 mon.c (mon.1) 1833 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:09.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.901882+0000 mon.c (mon.1) 1834 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:09.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.903861+0000 mon.c (mon.1) 1835 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:09.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.904644+0000 mon.c (mon.1) 1836 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:09.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:07.906142+0000 mgr.y (mgr.25441) 2147 : cluster [DBG] pgmap v1405: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:07.906468+0000 mgr.y (mgr.25441) 2148 : cluster [DBG] pgmap v1406: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.912173+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:09.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cephadm 2024-03-30T04:45:07.912811+0000 mgr.y (mgr.25441) 2149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.958472+0000 mon.c (mon.1) 1837 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:09.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.961457+0000 mon.c (mon.1) 1838 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:09.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.964072+0000 mon.c (mon.1) 1839 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:09.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:08.107334+0000 mgr.y (mgr.25441) 2157 : cluster [DBG] pgmap v1412: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.111655+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:09.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cephadm 2024-03-30T04:45:08.114026+0000 mgr.y (mgr.25441) 2158 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.186589+0000 mon.c (mon.1) 1849 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:09.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.189045+0000 mon.c (mon.1) 1850 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:09.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.191142+0000 mon.c (mon.1) 1851 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:09.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.191993+0000 mon.c (mon.1) 1852 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:09.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:08.193547+0000 mgr.y (mgr.25441) 2159 : cluster [DBG] pgmap v1413: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:08.193848+0000 mgr.y (mgr.25441) 2160 : cluster [DBG] pgmap v1414: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.199029+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:09.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cephadm 2024-03-30T04:45:08.201318+0000 mgr.y (mgr.25441) 2161 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.258532+0000 mon.c (mon.1) 1853 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:09.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.260342+0000 mon.c (mon.1) 1854 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:09.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.262817+0000 mon.c (mon.1) 1855 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:09.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.263519+0000 mon.c (mon.1) 1856 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:09.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:08.264946+0000 mgr.y (mgr.25441) 2162 : cluster [DBG] pgmap v1415: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:08.265258+0000 mgr.y (mgr.25441) 2163 : cluster [DBG] pgmap v1416: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.269959+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:09.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.964869+0000 mon.c (mon.1) 1840 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:09.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:07.966430+0000 mgr.y (mgr.25441) 2150 : cluster [DBG] pgmap v1407: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:07.966690+0000 mgr.y (mgr.25441) 2151 : cluster [DBG] pgmap v1408: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:07.972824+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:09.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cephadm 2024-03-30T04:45:07.974237+0000 mgr.y (mgr.25441) 2152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.030431+0000 mon.c (mon.1) 1841 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:09.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.032224+0000 mon.c (mon.1) 1842 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:09.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.033929+0000 mon.c (mon.1) 1843 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:09.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.034548+0000 mon.c (mon.1) 1844 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:09.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:08.036078+0000 mgr.y (mgr.25441) 2153 : cluster [DBG] pgmap v1409: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:08.036637+0000 mgr.y (mgr.25441) 2154 : cluster [DBG] pgmap v1410: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.042070+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:09.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cephadm 2024-03-30T04:45:08.044193+0000 mgr.y (mgr.25441) 2155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.100470+0000 mon.c (mon.1) 1845 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:09.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.102532+0000 mon.c (mon.1) 1846 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:09.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.104528+0000 mon.c (mon.1) 1847 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:09.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.105228+0000 mon.c (mon.1) 1848 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:09.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:08.106785+0000 mgr.y (mgr.25441) 2156 : cluster [DBG] pgmap v1411: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cephadm 2024-03-30T04:45:08.271891+0000 mgr.y (mgr.25441) 2164 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.317123+0000 mon.c (mon.1) 1857 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:09.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.319493+0000 mon.c (mon.1) 1858 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:09.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.321676+0000 mon.c (mon.1) 1859 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:09.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.322369+0000 mon.c (mon.1) 1860 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:09.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:08.324026+0000 mgr.y (mgr.25441) 2165 : cluster [DBG] pgmap v1417: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:08.324319+0000 mgr.y (mgr.25441) 2166 : cluster [DBG] pgmap v1418: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.329590+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:09.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cephadm 2024-03-30T04:45:08.331632+0000 mgr.y (mgr.25441) 2167 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.376296+0000 mon.c (mon.1) 1861 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:09.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.378455+0000 mon.c (mon.1) 1862 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:09.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.380464+0000 mon.c (mon.1) 1863 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:09.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.381260+0000 mon.c (mon.1) 1864 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:09.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:08.382687+0000 mgr.y (mgr.25441) 2168 : cluster [DBG] pgmap v1419: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:08.382992+0000 mgr.y (mgr.25441) 2169 : cluster [DBG] pgmap v1420: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.388268+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:09.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cephadm 2024-03-30T04:45:08.390173+0000 mgr.y (mgr.25441) 2170 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.432823+0000 mon.c (mon.1) 1865 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:09.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.435077+0000 mon.c (mon.1) 1866 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:09.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.437173+0000 mon.c (mon.1) 1867 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:09.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.437930+0000 mon.c (mon.1) 1868 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:09.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:08.439731+0000 mgr.y (mgr.25441) 2171 : cluster [DBG] pgmap v1421: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:08.440051+0000 mgr.y (mgr.25441) 2172 : cluster [DBG] pgmap v1422: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.445298+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:09.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cephadm 2024-03-30T04:45:08.445989+0000 mgr.y (mgr.25441) 2173 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.519132+0000 mon.c (mon.1) 1869 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:09.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.520896+0000 mon.c (mon.1) 1870 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:09.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.522575+0000 mon.c (mon.1) 1871 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:09.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.523192+0000 mon.c (mon.1) 1872 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:09.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:08.524473+0000 mgr.y (mgr.25441) 2174 : cluster [DBG] pgmap v1423: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:08.524755+0000 mgr.y (mgr.25441) 2175 : cluster [DBG] pgmap v1424: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.529442+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:09.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cephadm 2024-03-30T04:45:08.529973+0000 mgr.y (mgr.25441) 2176 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.569710+0000 mon.c (mon.1) 1873 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:09.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.571391+0000 mon.c (mon.1) 1874 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:09.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.572981+0000 mon.c (mon.1) 1875 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:09.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:08.107334+0000 mgr.y (mgr.25441) 2157 : cluster [DBG] pgmap v1412: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.111655+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:09.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cephadm 2024-03-30T04:45:08.114026+0000 mgr.y (mgr.25441) 2158 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.186589+0000 mon.c (mon.1) 1849 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:09.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.189045+0000 mon.c (mon.1) 1850 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:09.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.191142+0000 mon.c (mon.1) 1851 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:09.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.191993+0000 mon.c (mon.1) 1852 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:09.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:08.193547+0000 mgr.y (mgr.25441) 2159 : cluster [DBG] pgmap v1413: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:08.193848+0000 mgr.y (mgr.25441) 2160 : cluster [DBG] pgmap v1414: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.199029+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:09.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cephadm 2024-03-30T04:45:08.201318+0000 mgr.y (mgr.25441) 2161 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.258532+0000 mon.c (mon.1) 1853 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:09.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.260342+0000 mon.c (mon.1) 1854 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:09.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.262817+0000 mon.c (mon.1) 1855 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:09.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.263519+0000 mon.c (mon.1) 1856 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:09.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:08.264946+0000 mgr.y (mgr.25441) 2162 : cluster [DBG] pgmap v1415: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:08.265258+0000 mgr.y (mgr.25441) 2163 : cluster [DBG] pgmap v1416: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.269959+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:09.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.573492+0000 mon.c (mon.1) 1876 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:09.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:08.574662+0000 mgr.y (mgr.25441) 2177 : cluster [DBG] pgmap v1425: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:08.574919+0000 mgr.y (mgr.25441) 2178 : cluster [DBG] pgmap v1426: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.579431+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:09.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cephadm 2024-03-30T04:45:08.581970+0000 mgr.y (mgr.25441) 2179 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.622884+0000 mon.c (mon.1) 1877 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:09.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.624934+0000 mon.c (mon.1) 1878 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:09.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.626742+0000 mon.c (mon.1) 1879 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:09.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.627398+0000 mon.c (mon.1) 1880 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:09.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:08.628675+0000 mgr.y (mgr.25441) 2180 : cluster [DBG] pgmap v1427: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:08.628984+0000 mgr.y (mgr.25441) 2181 : cluster [DBG] pgmap v1428: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.635541+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:09.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cephadm 2024-03-30T04:45:08.638261+0000 mgr.y (mgr.25441) 2182 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.694047+0000 mon.c (mon.1) 1881 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:09.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.696074+0000 mon.c (mon.1) 1882 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:09.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.698232+0000 mon.c (mon.1) 1883 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:09.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.699080+0000 mon.c (mon.1) 1884 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:09.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:08.700493+0000 mgr.y (mgr.25441) 2183 : cluster [DBG] pgmap v1429: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cluster 2024-03-30T04:45:08.700833+0000 mgr.y (mgr.25441) 2184 : cluster [DBG] pgmap v1430: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.707471+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:09.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: cephadm 2024-03-30T04:45:08.710171+0000 mgr.y (mgr.25441) 2185 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.799878+0000 mon.c (mon.1) 1885 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:09.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.804150+0000 mon.c (mon.1) 1886 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:09.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.807454+0000 mon.c (mon.1) 1887 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:09.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.808293+0000 mon.c (mon.1) 1888 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:09.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[73591]: audit 2024-03-30T04:45:08.817317+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:09.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cephadm 2024-03-30T04:45:08.271891+0000 mgr.y (mgr.25441) 2164 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.317123+0000 mon.c (mon.1) 1857 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:09.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.319493+0000 mon.c (mon.1) 1858 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:09.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.321676+0000 mon.c (mon.1) 1859 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:09.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.322369+0000 mon.c (mon.1) 1860 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:09.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:08.324026+0000 mgr.y (mgr.25441) 2165 : cluster [DBG] pgmap v1417: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:08.324319+0000 mgr.y (mgr.25441) 2166 : cluster [DBG] pgmap v1418: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.329590+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:09.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cephadm 2024-03-30T04:45:08.331632+0000 mgr.y (mgr.25441) 2167 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.376296+0000 mon.c (mon.1) 1861 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:09.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.378455+0000 mon.c (mon.1) 1862 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:09.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.380464+0000 mon.c (mon.1) 1863 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:09.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.381260+0000 mon.c (mon.1) 1864 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:09.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:08.382687+0000 mgr.y (mgr.25441) 2168 : cluster [DBG] pgmap v1419: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:08.382992+0000 mgr.y (mgr.25441) 2169 : cluster [DBG] pgmap v1420: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.388268+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:09.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cephadm 2024-03-30T04:45:08.390173+0000 mgr.y (mgr.25441) 2170 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.432823+0000 mon.c (mon.1) 1865 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:09.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.435077+0000 mon.c (mon.1) 1866 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:09.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.437173+0000 mon.c (mon.1) 1867 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:09.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.437930+0000 mon.c (mon.1) 1868 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:09.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:08.439731+0000 mgr.y (mgr.25441) 2171 : cluster [DBG] pgmap v1421: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:08.440051+0000 mgr.y (mgr.25441) 2172 : cluster [DBG] pgmap v1422: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.445298+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:09.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cephadm 2024-03-30T04:45:08.445989+0000 mgr.y (mgr.25441) 2173 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.519132+0000 mon.c (mon.1) 1869 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:09.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.520896+0000 mon.c (mon.1) 1870 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:09.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.522575+0000 mon.c (mon.1) 1871 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:09.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.523192+0000 mon.c (mon.1) 1872 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:09.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:08.524473+0000 mgr.y (mgr.25441) 2174 : cluster [DBG] pgmap v1423: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:08.524755+0000 mgr.y (mgr.25441) 2175 : cluster [DBG] pgmap v1424: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.529442+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:09.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cephadm 2024-03-30T04:45:08.529973+0000 mgr.y (mgr.25441) 2176 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.569710+0000 mon.c (mon.1) 1873 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:09.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.571391+0000 mon.c (mon.1) 1874 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:09.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.572981+0000 mon.c (mon.1) 1875 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:09.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.573492+0000 mon.c (mon.1) 1876 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:09.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:08.574662+0000 mgr.y (mgr.25441) 2177 : cluster [DBG] pgmap v1425: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:08.574919+0000 mgr.y (mgr.25441) 2178 : cluster [DBG] pgmap v1426: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.579431+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:09.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cephadm 2024-03-30T04:45:08.581970+0000 mgr.y (mgr.25441) 2179 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.622884+0000 mon.c (mon.1) 1877 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:09.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.624934+0000 mon.c (mon.1) 1878 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:09.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.626742+0000 mon.c (mon.1) 1879 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:09.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.627398+0000 mon.c (mon.1) 1880 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:09.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:08.628675+0000 mgr.y (mgr.25441) 2180 : cluster [DBG] pgmap v1427: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:08.628984+0000 mgr.y (mgr.25441) 2181 : cluster [DBG] pgmap v1428: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.635541+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:09.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cephadm 2024-03-30T04:45:08.638261+0000 mgr.y (mgr.25441) 2182 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.694047+0000 mon.c (mon.1) 1881 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:09.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.696074+0000 mon.c (mon.1) 1882 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:09.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.698232+0000 mon.c (mon.1) 1883 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:09.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.699080+0000 mon.c (mon.1) 1884 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:09.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:08.700493+0000 mgr.y (mgr.25441) 2183 : cluster [DBG] pgmap v1429: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cluster 2024-03-30T04:45:08.700833+0000 mgr.y (mgr.25441) 2184 : cluster [DBG] pgmap v1430: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.707471+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:09.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: cephadm 2024-03-30T04:45:08.710171+0000 mgr.y (mgr.25441) 2185 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.799878+0000 mon.c (mon.1) 1885 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:09.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.804150+0000 mon.c (mon.1) 1886 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:09.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.807454+0000 mon.c (mon.1) 1887 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:09.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.808293+0000 mon.c (mon.1) 1888 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:09.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:08 smithi111 bash[70954]: audit 2024-03-30T04:45:08.817317+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:09.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cluster 2024-03-30T04:45:07.778029+0000 mgr.y (mgr.25441) 2141 : cluster [DBG] pgmap v1401: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cluster 2024-03-30T04:45:07.778359+0000 mgr.y (mgr.25441) 2142 : cluster [DBG] pgmap v1402: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cephadm 2024-03-30T04:45:07.786040+0000 mgr.y (mgr.25441) 2143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cluster 2024-03-30T04:45:07.831989+0000 mgr.y (mgr.25441) 2144 : cluster [DBG] pgmap v1403: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cluster 2024-03-30T04:45:07.832247+0000 mgr.y (mgr.25441) 2145 : cluster [DBG] pgmap v1404: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cephadm 2024-03-30T04:45:07.838980+0000 mgr.y (mgr.25441) 2146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:07.899274+0000 mon.c (mon.1) 1833 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:09.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:07.901882+0000 mon.c (mon.1) 1834 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:09.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:07.903861+0000 mon.c (mon.1) 1835 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:09.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:07.904644+0000 mon.c (mon.1) 1836 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:09.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cluster 2024-03-30T04:45:07.906142+0000 mgr.y (mgr.25441) 2147 : cluster [DBG] pgmap v1405: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cluster 2024-03-30T04:45:07.906468+0000 mgr.y (mgr.25441) 2148 : cluster [DBG] pgmap v1406: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:07.912173+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:09.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cephadm 2024-03-30T04:45:07.912811+0000 mgr.y (mgr.25441) 2149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:07.958472+0000 mon.c (mon.1) 1837 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:09.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:07.961457+0000 mon.c (mon.1) 1838 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:09.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:07.964072+0000 mon.c (mon.1) 1839 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:09.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:07.964869+0000 mon.c (mon.1) 1840 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:09.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cluster 2024-03-30T04:45:07.966430+0000 mgr.y (mgr.25441) 2150 : cluster [DBG] pgmap v1407: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cluster 2024-03-30T04:45:07.966690+0000 mgr.y (mgr.25441) 2151 : cluster [DBG] pgmap v1408: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:07.972824+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:09.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cephadm 2024-03-30T04:45:07.974237+0000 mgr.y (mgr.25441) 2152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.030431+0000 mon.c (mon.1) 1841 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:09.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.032224+0000 mon.c (mon.1) 1842 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:09.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.033929+0000 mon.c (mon.1) 1843 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:09.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.034548+0000 mon.c (mon.1) 1844 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:09.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cluster 2024-03-30T04:45:08.036078+0000 mgr.y (mgr.25441) 2153 : cluster [DBG] pgmap v1409: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cluster 2024-03-30T04:45:08.036637+0000 mgr.y (mgr.25441) 2154 : cluster [DBG] pgmap v1410: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.042070+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:09.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cephadm 2024-03-30T04:45:08.044193+0000 mgr.y (mgr.25441) 2155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.100470+0000 mon.c (mon.1) 1845 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:09.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.102532+0000 mon.c (mon.1) 1846 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:09.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.104528+0000 mon.c (mon.1) 1847 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:09.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.105228+0000 mon.c (mon.1) 1848 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:09.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cluster 2024-03-30T04:45:08.106785+0000 mgr.y (mgr.25441) 2156 : cluster [DBG] pgmap v1411: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cluster 2024-03-30T04:45:08.107334+0000 mgr.y (mgr.25441) 2157 : cluster [DBG] pgmap v1412: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.111655+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:09.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cephadm 2024-03-30T04:45:08.114026+0000 mgr.y (mgr.25441) 2158 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.186589+0000 mon.c (mon.1) 1849 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:09.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.189045+0000 mon.c (mon.1) 1850 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:09.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.191142+0000 mon.c (mon.1) 1851 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:09.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.191993+0000 mon.c (mon.1) 1852 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:09.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cluster 2024-03-30T04:45:08.193547+0000 mgr.y (mgr.25441) 2159 : cluster [DBG] pgmap v1413: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cluster 2024-03-30T04:45:08.193848+0000 mgr.y (mgr.25441) 2160 : cluster [DBG] pgmap v1414: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.199029+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:09.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cephadm 2024-03-30T04:45:08.201318+0000 mgr.y (mgr.25441) 2161 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.258532+0000 mon.c (mon.1) 1853 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:09.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.260342+0000 mon.c (mon.1) 1854 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:09.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.262817+0000 mon.c (mon.1) 1855 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:09.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.263519+0000 mon.c (mon.1) 1856 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:09.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cluster 2024-03-30T04:45:08.264946+0000 mgr.y (mgr.25441) 2162 : cluster [DBG] pgmap v1415: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cluster 2024-03-30T04:45:08.265258+0000 mgr.y (mgr.25441) 2163 : cluster [DBG] pgmap v1416: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.269959+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:09.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cephadm 2024-03-30T04:45:08.271891+0000 mgr.y (mgr.25441) 2164 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.317123+0000 mon.c (mon.1) 1857 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:09.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.319493+0000 mon.c (mon.1) 1858 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:09.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.321676+0000 mon.c (mon.1) 1859 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:09.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.322369+0000 mon.c (mon.1) 1860 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:09.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cluster 2024-03-30T04:45:08.324026+0000 mgr.y (mgr.25441) 2165 : cluster [DBG] pgmap v1417: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cluster 2024-03-30T04:45:08.324319+0000 mgr.y (mgr.25441) 2166 : cluster [DBG] pgmap v1418: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.329590+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:09.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cephadm 2024-03-30T04:45:08.331632+0000 mgr.y (mgr.25441) 2167 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.376296+0000 mon.c (mon.1) 1861 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:09.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.378455+0000 mon.c (mon.1) 1862 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:09.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.380464+0000 mon.c (mon.1) 1863 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:09.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.381260+0000 mon.c (mon.1) 1864 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:09.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cluster 2024-03-30T04:45:08.382687+0000 mgr.y (mgr.25441) 2168 : cluster [DBG] pgmap v1419: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cluster 2024-03-30T04:45:08.382992+0000 mgr.y (mgr.25441) 2169 : cluster [DBG] pgmap v1420: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.388268+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:09.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cephadm 2024-03-30T04:45:08.390173+0000 mgr.y (mgr.25441) 2170 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.432823+0000 mon.c (mon.1) 1865 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:09.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.435077+0000 mon.c (mon.1) 1866 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:09.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.437173+0000 mon.c (mon.1) 1867 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:09.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.437930+0000 mon.c (mon.1) 1868 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:09.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cluster 2024-03-30T04:45:08.439731+0000 mgr.y (mgr.25441) 2171 : cluster [DBG] pgmap v1421: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cluster 2024-03-30T04:45:08.440051+0000 mgr.y (mgr.25441) 2172 : cluster [DBG] pgmap v1422: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.445298+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:09.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cephadm 2024-03-30T04:45:08.445989+0000 mgr.y (mgr.25441) 2173 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.519132+0000 mon.c (mon.1) 1869 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:09.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.520896+0000 mon.c (mon.1) 1870 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:09.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.522575+0000 mon.c (mon.1) 1871 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:09.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.523192+0000 mon.c (mon.1) 1872 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:09.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cluster 2024-03-30T04:45:08.524473+0000 mgr.y (mgr.25441) 2174 : cluster [DBG] pgmap v1423: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cluster 2024-03-30T04:45:08.524755+0000 mgr.y (mgr.25441) 2175 : cluster [DBG] pgmap v1424: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.529442+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:09.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cephadm 2024-03-30T04:45:08.529973+0000 mgr.y (mgr.25441) 2176 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.569710+0000 mon.c (mon.1) 1873 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:09.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.571391+0000 mon.c (mon.1) 1874 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:09.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.572981+0000 mon.c (mon.1) 1875 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:09.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.573492+0000 mon.c (mon.1) 1876 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:09.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cluster 2024-03-30T04:45:08.574662+0000 mgr.y (mgr.25441) 2177 : cluster [DBG] pgmap v1425: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cluster 2024-03-30T04:45:08.574919+0000 mgr.y (mgr.25441) 2178 : cluster [DBG] pgmap v1426: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.579431+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:09.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cephadm 2024-03-30T04:45:08.581970+0000 mgr.y (mgr.25441) 2179 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.622884+0000 mon.c (mon.1) 1877 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:09.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.624934+0000 mon.c (mon.1) 1878 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:09.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.626742+0000 mon.c (mon.1) 1879 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:09.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.627398+0000 mon.c (mon.1) 1880 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:09.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cluster 2024-03-30T04:45:08.628675+0000 mgr.y (mgr.25441) 2180 : cluster [DBG] pgmap v1427: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cluster 2024-03-30T04:45:08.628984+0000 mgr.y (mgr.25441) 2181 : cluster [DBG] pgmap v1428: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.635541+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:09.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cephadm 2024-03-30T04:45:08.638261+0000 mgr.y (mgr.25441) 2182 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.694047+0000 mon.c (mon.1) 1881 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:09.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.696074+0000 mon.c (mon.1) 1882 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:09.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.698232+0000 mon.c (mon.1) 1883 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:09.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.699080+0000 mon.c (mon.1) 1884 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:09.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cluster 2024-03-30T04:45:08.700493+0000 mgr.y (mgr.25441) 2183 : cluster [DBG] pgmap v1429: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cluster 2024-03-30T04:45:08.700833+0000 mgr.y (mgr.25441) 2184 : cluster [DBG] pgmap v1430: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:09.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.707471+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:09.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: cephadm 2024-03-30T04:45:08.710171+0000 mgr.y (mgr.25441) 2185 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:09.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.799878+0000 mon.c (mon.1) 1885 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:09.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.804150+0000 mon.c (mon.1) 1886 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:09.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.807454+0000 mon.c (mon.1) 1887 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:09.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.808293+0000 mon.c (mon.1) 1888 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:09.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:08 smithi117 bash[62284]: audit 2024-03-30T04:45:08.817317+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cluster 2024-03-30T04:45:08.810444+0000 mgr.y (mgr.25441) 2186 : cluster [DBG] pgmap v1431: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cluster 2024-03-30T04:45:08.811224+0000 mgr.y (mgr.25441) 2187 : cluster [DBG] pgmap v1432: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cephadm 2024-03-30T04:45:08.817974+0000 mgr.y (mgr.25441) 2188 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:08.863155+0000 mon.c (mon.1) 1889 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:08.878915+0000 mon.c (mon.1) 1890 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:08.880920+0000 mon.c (mon.1) 1891 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:08.881670+0000 mon.c (mon.1) 1892 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cluster 2024-03-30T04:45:08.882970+0000 mgr.y (mgr.25441) 2189 : cluster [DBG] pgmap v1433: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cluster 2024-03-30T04:45:08.883251+0000 mgr.y (mgr.25441) 2190 : cluster [DBG] pgmap v1434: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:08.887764+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cephadm 2024-03-30T04:45:08.888316+0000 mgr.y (mgr.25441) 2191 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:08.949126+0000 mon.c (mon.1) 1893 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:08.951293+0000 mon.c (mon.1) 1894 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:08.953291+0000 mon.c (mon.1) 1895 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:08.954147+0000 mon.c (mon.1) 1896 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cluster 2024-03-30T04:45:08.955853+0000 mgr.y (mgr.25441) 2192 : cluster [DBG] pgmap v1435: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cluster 2024-03-30T04:45:08.956151+0000 mgr.y (mgr.25441) 2193 : cluster [DBG] pgmap v1436: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cluster 2024-03-30T04:45:08.810444+0000 mgr.y (mgr.25441) 2186 : cluster [DBG] pgmap v1431: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cluster 2024-03-30T04:45:08.811224+0000 mgr.y (mgr.25441) 2187 : cluster [DBG] pgmap v1432: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cephadm 2024-03-30T04:45:08.817974+0000 mgr.y (mgr.25441) 2188 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:08.863155+0000 mon.c (mon.1) 1889 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:08.878915+0000 mon.c (mon.1) 1890 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:08.880920+0000 mon.c (mon.1) 1891 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:08.881670+0000 mon.c (mon.1) 1892 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cluster 2024-03-30T04:45:08.882970+0000 mgr.y (mgr.25441) 2189 : cluster [DBG] pgmap v1433: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cluster 2024-03-30T04:45:08.883251+0000 mgr.y (mgr.25441) 2190 : cluster [DBG] pgmap v1434: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:08.887764+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cephadm 2024-03-30T04:45:08.888316+0000 mgr.y (mgr.25441) 2191 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:08.949126+0000 mon.c (mon.1) 1893 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:08.951293+0000 mon.c (mon.1) 1894 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:08.953291+0000 mon.c (mon.1) 1895 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:08.954147+0000 mon.c (mon.1) 1896 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cluster 2024-03-30T04:45:08.955853+0000 mgr.y (mgr.25441) 2192 : cluster [DBG] pgmap v1435: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cluster 2024-03-30T04:45:08.956151+0000 mgr.y (mgr.25441) 2193 : cluster [DBG] pgmap v1436: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:08.962272+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cephadm 2024-03-30T04:45:08.964081+0000 mgr.y (mgr.25441) 2194 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.009024+0000 mon.c (mon.1) 1897 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.011673+0000 mon.c (mon.1) 1898 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.014121+0000 mon.c (mon.1) 1899 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.014806+0000 mon.c (mon.1) 1900 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cluster 2024-03-30T04:45:09.016253+0000 mgr.y (mgr.25441) 2195 : cluster [DBG] pgmap v1437: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cluster 2024-03-30T04:45:09.016530+0000 mgr.y (mgr.25441) 2196 : cluster [DBG] pgmap v1438: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.023354+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cephadm 2024-03-30T04:45:09.026205+0000 mgr.y (mgr.25441) 2197 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.066456+0000 mon.c (mon.1) 1901 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.068806+0000 mon.c (mon.1) 1902 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.071448+0000 mon.c (mon.1) 1903 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.072233+0000 mon.c (mon.1) 1904 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cluster 2024-03-30T04:45:09.073705+0000 mgr.y (mgr.25441) 2198 : cluster [DBG] pgmap v1439: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cluster 2024-03-30T04:45:09.074015+0000 mgr.y (mgr.25441) 2199 : cluster [DBG] pgmap v1440: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.080295+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cephadm 2024-03-30T04:45:09.080957+0000 mgr.y (mgr.25441) 2200 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.125727+0000 mon.c (mon.1) 1905 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.127894+0000 mon.c (mon.1) 1906 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.130123+0000 mon.c (mon.1) 1907 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.130864+0000 mon.c (mon.1) 1908 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cluster 2024-03-30T04:45:09.132266+0000 mgr.y (mgr.25441) 2201 : cluster [DBG] pgmap v1441: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cluster 2024-03-30T04:45:09.132565+0000 mgr.y (mgr.25441) 2202 : cluster [DBG] pgmap v1442: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.140481+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cephadm 2024-03-30T04:45:09.143095+0000 mgr.y (mgr.25441) 2203 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.199541+0000 mon.c (mon.1) 1909 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.201559+0000 mon.c (mon.1) 1910 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.204000+0000 mon.c (mon.1) 1911 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.204762+0000 mon.c (mon.1) 1912 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cluster 2024-03-30T04:45:09.206715+0000 mgr.y (mgr.25441) 2204 : cluster [DBG] pgmap v1443: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cluster 2024-03-30T04:45:09.207401+0000 mgr.y (mgr.25441) 2205 : cluster [DBG] pgmap v1444: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.211616+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cephadm 2024-03-30T04:45:09.214426+0000 mgr.y (mgr.25441) 2206 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.270913+0000 mon.c (mon.1) 1913 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.273422+0000 mon.c (mon.1) 1914 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:08.962272+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cephadm 2024-03-30T04:45:08.964081+0000 mgr.y (mgr.25441) 2194 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.009024+0000 mon.c (mon.1) 1897 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.011673+0000 mon.c (mon.1) 1898 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.014121+0000 mon.c (mon.1) 1899 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.014806+0000 mon.c (mon.1) 1900 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cluster 2024-03-30T04:45:09.016253+0000 mgr.y (mgr.25441) 2195 : cluster [DBG] pgmap v1437: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cluster 2024-03-30T04:45:09.016530+0000 mgr.y (mgr.25441) 2196 : cluster [DBG] pgmap v1438: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.023354+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cephadm 2024-03-30T04:45:09.026205+0000 mgr.y (mgr.25441) 2197 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.066456+0000 mon.c (mon.1) 1901 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.068806+0000 mon.c (mon.1) 1902 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.071448+0000 mon.c (mon.1) 1903 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.072233+0000 mon.c (mon.1) 1904 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cluster 2024-03-30T04:45:09.073705+0000 mgr.y (mgr.25441) 2198 : cluster [DBG] pgmap v1439: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cluster 2024-03-30T04:45:09.074015+0000 mgr.y (mgr.25441) 2199 : cluster [DBG] pgmap v1440: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.080295+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cephadm 2024-03-30T04:45:09.080957+0000 mgr.y (mgr.25441) 2200 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.276111+0000 mon.c (mon.1) 1915 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.277068+0000 mon.c (mon.1) 1916 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cluster 2024-03-30T04:45:09.279121+0000 mgr.y (mgr.25441) 2207 : cluster [DBG] pgmap v1445: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.282817+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cephadm 2024-03-30T04:45:09.285722+0000 mgr.y (mgr.25441) 2208 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.342908+0000 mon.c (mon.1) 1917 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.344660+0000 mon.c (mon.1) 1918 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.346457+0000 mon.c (mon.1) 1919 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.347134+0000 mon.c (mon.1) 1920 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cluster 2024-03-30T04:45:09.348455+0000 mgr.y (mgr.25441) 2209 : cluster [DBG] pgmap v1446: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cluster 2024-03-30T04:45:09.348780+0000 mgr.y (mgr.25441) 2210 : cluster [DBG] pgmap v1447: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.353430+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cephadm 2024-03-30T04:45:09.358875+0000 mgr.y (mgr.25441) 2211 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.399748+0000 mon.c (mon.1) 1921 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.401703+0000 mon.c (mon.1) 1922 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.403574+0000 mon.c (mon.1) 1923 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.404255+0000 mon.c (mon.1) 1924 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cluster 2024-03-30T04:45:09.405617+0000 mgr.y (mgr.25441) 2212 : cluster [DBG] pgmap v1448: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cluster 2024-03-30T04:45:09.405927+0000 mgr.y (mgr.25441) 2213 : cluster [DBG] pgmap v1449: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.410362+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cephadm 2024-03-30T04:45:09.411164+0000 mgr.y (mgr.25441) 2214 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.451414+0000 mon.c (mon.1) 1925 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.453344+0000 mon.c (mon.1) 1926 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.455123+0000 mon.c (mon.1) 1927 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.455756+0000 mon.c (mon.1) 1928 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cluster 2024-03-30T04:45:09.457099+0000 mgr.y (mgr.25441) 2215 : cluster [DBG] pgmap v1450: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cluster 2024-03-30T04:45:09.457408+0000 mgr.y (mgr.25441) 2216 : cluster [DBG] pgmap v1451: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.462084+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cephadm 2024-03-30T04:45:09.462822+0000 mgr.y (mgr.25441) 2217 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.508125+0000 mon.c (mon.1) 1929 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.510242+0000 mon.c (mon.1) 1930 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.512055+0000 mon.c (mon.1) 1931 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.512716+0000 mon.c (mon.1) 1932 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cluster 2024-03-30T04:45:09.514055+0000 mgr.y (mgr.25441) 2218 : cluster [DBG] pgmap v1452: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cluster 2024-03-30T04:45:09.514334+0000 mgr.y (mgr.25441) 2219 : cluster [DBG] pgmap v1453: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.518777+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cephadm 2024-03-30T04:45:09.519417+0000 mgr.y (mgr.25441) 2220 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.125727+0000 mon.c (mon.1) 1905 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.127894+0000 mon.c (mon.1) 1906 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.130123+0000 mon.c (mon.1) 1907 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.130864+0000 mon.c (mon.1) 1908 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cluster 2024-03-30T04:45:09.132266+0000 mgr.y (mgr.25441) 2201 : cluster [DBG] pgmap v1441: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cluster 2024-03-30T04:45:09.132565+0000 mgr.y (mgr.25441) 2202 : cluster [DBG] pgmap v1442: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.140481+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cephadm 2024-03-30T04:45:09.143095+0000 mgr.y (mgr.25441) 2203 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.199541+0000 mon.c (mon.1) 1909 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.201559+0000 mon.c (mon.1) 1910 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.204000+0000 mon.c (mon.1) 1911 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.204762+0000 mon.c (mon.1) 1912 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cluster 2024-03-30T04:45:09.206715+0000 mgr.y (mgr.25441) 2204 : cluster [DBG] pgmap v1443: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cluster 2024-03-30T04:45:09.207401+0000 mgr.y (mgr.25441) 2205 : cluster [DBG] pgmap v1444: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.211616+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cephadm 2024-03-30T04:45:09.214426+0000 mgr.y (mgr.25441) 2206 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.270913+0000 mon.c (mon.1) 1913 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.273422+0000 mon.c (mon.1) 1914 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.564564+0000 mon.c (mon.1) 1933 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.566744+0000 mon.c (mon.1) 1934 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.568546+0000 mon.c (mon.1) 1935 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.569319+0000 mon.c (mon.1) 1936 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cluster 2024-03-30T04:45:09.570706+0000 mgr.y (mgr.25441) 2221 : cluster [DBG] pgmap v1454: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cluster 2024-03-30T04:45:09.571006+0000 mgr.y (mgr.25441) 2222 : cluster [DBG] pgmap v1455: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.575483+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cephadm 2024-03-30T04:45:09.576091+0000 mgr.y (mgr.25441) 2223 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.636995+0000 mon.c (mon.1) 1937 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.639185+0000 mon.c (mon.1) 1938 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.641172+0000 mon.c (mon.1) 1939 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.641927+0000 mon.c (mon.1) 1940 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cluster 2024-03-30T04:45:09.643862+0000 mgr.y (mgr.25441) 2224 : cluster [DBG] pgmap v1456: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cluster 2024-03-30T04:45:09.644719+0000 mgr.y (mgr.25441) 2225 : cluster [DBG] pgmap v1457: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.648394+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cephadm 2024-03-30T04:45:09.648942+0000 mgr.y (mgr.25441) 2226 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.722627+0000 mon.c (mon.1) 1941 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.724954+0000 mon.c (mon.1) 1942 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.727745+0000 mon.c (mon.1) 1943 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.728809+0000 mon.c (mon.1) 1944 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cluster 2024-03-30T04:45:09.730462+0000 mgr.y (mgr.25441) 2227 : cluster [DBG] pgmap v1458: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cluster 2024-03-30T04:45:09.730700+0000 mgr.y (mgr.25441) 2228 : cluster [DBG] pgmap v1459: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.737722+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: cephadm 2024-03-30T04:45:09.738507+0000 mgr.y (mgr.25441) 2229 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.796297+0000 mon.c (mon.1) 1945 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.798893+0000 mon.c (mon.1) 1946 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.802188+0000 mon.c (mon.1) 1947 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.803037+0000 mon.c (mon.1) 1948 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.809811+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.857574+0000 mon.c (mon.1) 1949 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.860002+0000 mon.c (mon.1) 1950 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.862061+0000 mon.c (mon.1) 1951 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[73591]: audit 2024-03-30T04:45:09.862904+0000 mon.c (mon.1) 1952 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.276111+0000 mon.c (mon.1) 1915 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.277068+0000 mon.c (mon.1) 1916 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cluster 2024-03-30T04:45:09.279121+0000 mgr.y (mgr.25441) 2207 : cluster [DBG] pgmap v1445: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.282817+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cephadm 2024-03-30T04:45:09.285722+0000 mgr.y (mgr.25441) 2208 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.342908+0000 mon.c (mon.1) 1917 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.344660+0000 mon.c (mon.1) 1918 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.346457+0000 mon.c (mon.1) 1919 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.347134+0000 mon.c (mon.1) 1920 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cluster 2024-03-30T04:45:09.348455+0000 mgr.y (mgr.25441) 2209 : cluster [DBG] pgmap v1446: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cluster 2024-03-30T04:45:09.348780+0000 mgr.y (mgr.25441) 2210 : cluster [DBG] pgmap v1447: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.353430+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cephadm 2024-03-30T04:45:09.358875+0000 mgr.y (mgr.25441) 2211 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.399748+0000 mon.c (mon.1) 1921 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.401703+0000 mon.c (mon.1) 1922 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.403574+0000 mon.c (mon.1) 1923 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.404255+0000 mon.c (mon.1) 1924 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cluster 2024-03-30T04:45:09.405617+0000 mgr.y (mgr.25441) 2212 : cluster [DBG] pgmap v1448: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cluster 2024-03-30T04:45:09.405927+0000 mgr.y (mgr.25441) 2213 : cluster [DBG] pgmap v1449: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.410362+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cephadm 2024-03-30T04:45:09.411164+0000 mgr.y (mgr.25441) 2214 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.451414+0000 mon.c (mon.1) 1925 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.453344+0000 mon.c (mon.1) 1926 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.455123+0000 mon.c (mon.1) 1927 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.455756+0000 mon.c (mon.1) 1928 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cluster 2024-03-30T04:45:09.457099+0000 mgr.y (mgr.25441) 2215 : cluster [DBG] pgmap v1450: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cluster 2024-03-30T04:45:09.457408+0000 mgr.y (mgr.25441) 2216 : cluster [DBG] pgmap v1451: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.462084+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cephadm 2024-03-30T04:45:09.462822+0000 mgr.y (mgr.25441) 2217 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.508125+0000 mon.c (mon.1) 1929 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.510242+0000 mon.c (mon.1) 1930 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.512055+0000 mon.c (mon.1) 1931 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.512716+0000 mon.c (mon.1) 1932 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cluster 2024-03-30T04:45:09.514055+0000 mgr.y (mgr.25441) 2218 : cluster [DBG] pgmap v1452: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cluster 2024-03-30T04:45:09.514334+0000 mgr.y (mgr.25441) 2219 : cluster [DBG] pgmap v1453: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.518777+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cephadm 2024-03-30T04:45:09.519417+0000 mgr.y (mgr.25441) 2220 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.564564+0000 mon.c (mon.1) 1933 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.566744+0000 mon.c (mon.1) 1934 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.568546+0000 mon.c (mon.1) 1935 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.569319+0000 mon.c (mon.1) 1936 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cluster 2024-03-30T04:45:09.570706+0000 mgr.y (mgr.25441) 2221 : cluster [DBG] pgmap v1454: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cluster 2024-03-30T04:45:09.571006+0000 mgr.y (mgr.25441) 2222 : cluster [DBG] pgmap v1455: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.575483+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cephadm 2024-03-30T04:45:09.576091+0000 mgr.y (mgr.25441) 2223 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.636995+0000 mon.c (mon.1) 1937 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.639185+0000 mon.c (mon.1) 1938 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.641172+0000 mon.c (mon.1) 1939 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.641927+0000 mon.c (mon.1) 1940 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cluster 2024-03-30T04:45:09.643862+0000 mgr.y (mgr.25441) 2224 : cluster [DBG] pgmap v1456: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cluster 2024-03-30T04:45:09.644719+0000 mgr.y (mgr.25441) 2225 : cluster [DBG] pgmap v1457: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.648394+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cephadm 2024-03-30T04:45:09.648942+0000 mgr.y (mgr.25441) 2226 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.722627+0000 mon.c (mon.1) 1941 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.724954+0000 mon.c (mon.1) 1942 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.727745+0000 mon.c (mon.1) 1943 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.728809+0000 mon.c (mon.1) 1944 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cluster 2024-03-30T04:45:09.730462+0000 mgr.y (mgr.25441) 2227 : cluster [DBG] pgmap v1458: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cluster 2024-03-30T04:45:09.730700+0000 mgr.y (mgr.25441) 2228 : cluster [DBG] pgmap v1459: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.737722+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: cephadm 2024-03-30T04:45:09.738507+0000 mgr.y (mgr.25441) 2229 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.796297+0000 mon.c (mon.1) 1945 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.798893+0000 mon.c (mon.1) 1946 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.802188+0000 mon.c (mon.1) 1947 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.803037+0000 mon.c (mon.1) 1948 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.809811+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.857574+0000 mon.c (mon.1) 1949 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.860002+0000 mon.c (mon.1) 1950 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.862061+0000 mon.c (mon.1) 1951 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:09 smithi111 bash[70954]: audit 2024-03-30T04:45:09.862904+0000 mon.c (mon.1) 1952 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cluster 2024-03-30T04:45:08.810444+0000 mgr.y (mgr.25441) 2186 : cluster [DBG] pgmap v1431: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cluster 2024-03-30T04:45:08.811224+0000 mgr.y (mgr.25441) 2187 : cluster [DBG] pgmap v1432: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cephadm 2024-03-30T04:45:08.817974+0000 mgr.y (mgr.25441) 2188 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:08.863155+0000 mon.c (mon.1) 1889 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:08.878915+0000 mon.c (mon.1) 1890 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:08.880920+0000 mon.c (mon.1) 1891 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:08.881670+0000 mon.c (mon.1) 1892 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cluster 2024-03-30T04:45:08.882970+0000 mgr.y (mgr.25441) 2189 : cluster [DBG] pgmap v1433: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cluster 2024-03-30T04:45:08.883251+0000 mgr.y (mgr.25441) 2190 : cluster [DBG] pgmap v1434: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:08.887764+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cephadm 2024-03-30T04:45:08.888316+0000 mgr.y (mgr.25441) 2191 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:08.949126+0000 mon.c (mon.1) 1893 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:08.951293+0000 mon.c (mon.1) 1894 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:08.953291+0000 mon.c (mon.1) 1895 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:08.954147+0000 mon.c (mon.1) 1896 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cluster 2024-03-30T04:45:08.955853+0000 mgr.y (mgr.25441) 2192 : cluster [DBG] pgmap v1435: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cluster 2024-03-30T04:45:08.956151+0000 mgr.y (mgr.25441) 2193 : cluster [DBG] pgmap v1436: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:08.962272+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cephadm 2024-03-30T04:45:08.964081+0000 mgr.y (mgr.25441) 2194 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.009024+0000 mon.c (mon.1) 1897 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.011673+0000 mon.c (mon.1) 1898 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.014121+0000 mon.c (mon.1) 1899 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.014806+0000 mon.c (mon.1) 1900 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cluster 2024-03-30T04:45:09.016253+0000 mgr.y (mgr.25441) 2195 : cluster [DBG] pgmap v1437: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cluster 2024-03-30T04:45:09.016530+0000 mgr.y (mgr.25441) 2196 : cluster [DBG] pgmap v1438: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.023354+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cephadm 2024-03-30T04:45:09.026205+0000 mgr.y (mgr.25441) 2197 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.066456+0000 mon.c (mon.1) 1901 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.068806+0000 mon.c (mon.1) 1902 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.071448+0000 mon.c (mon.1) 1903 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.072233+0000 mon.c (mon.1) 1904 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cluster 2024-03-30T04:45:09.073705+0000 mgr.y (mgr.25441) 2198 : cluster [DBG] pgmap v1439: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cluster 2024-03-30T04:45:09.074015+0000 mgr.y (mgr.25441) 2199 : cluster [DBG] pgmap v1440: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.080295+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cephadm 2024-03-30T04:45:09.080957+0000 mgr.y (mgr.25441) 2200 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.125727+0000 mon.c (mon.1) 1905 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.127894+0000 mon.c (mon.1) 1906 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.130123+0000 mon.c (mon.1) 1907 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.130864+0000 mon.c (mon.1) 1908 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cluster 2024-03-30T04:45:09.132266+0000 mgr.y (mgr.25441) 2201 : cluster [DBG] pgmap v1441: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cluster 2024-03-30T04:45:09.132565+0000 mgr.y (mgr.25441) 2202 : cluster [DBG] pgmap v1442: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.140481+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cephadm 2024-03-30T04:45:09.143095+0000 mgr.y (mgr.25441) 2203 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.199541+0000 mon.c (mon.1) 1909 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.201559+0000 mon.c (mon.1) 1910 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.204000+0000 mon.c (mon.1) 1911 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.204762+0000 mon.c (mon.1) 1912 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cluster 2024-03-30T04:45:09.206715+0000 mgr.y (mgr.25441) 2204 : cluster [DBG] pgmap v1443: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cluster 2024-03-30T04:45:09.207401+0000 mgr.y (mgr.25441) 2205 : cluster [DBG] pgmap v1444: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.211616+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cephadm 2024-03-30T04:45:09.214426+0000 mgr.y (mgr.25441) 2206 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.270913+0000 mon.c (mon.1) 1913 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.273422+0000 mon.c (mon.1) 1914 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.276111+0000 mon.c (mon.1) 1915 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.277068+0000 mon.c (mon.1) 1916 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cluster 2024-03-30T04:45:09.279121+0000 mgr.y (mgr.25441) 2207 : cluster [DBG] pgmap v1445: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.282817+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cephadm 2024-03-30T04:45:09.285722+0000 mgr.y (mgr.25441) 2208 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.342908+0000 mon.c (mon.1) 1917 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.344660+0000 mon.c (mon.1) 1918 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.346457+0000 mon.c (mon.1) 1919 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.347134+0000 mon.c (mon.1) 1920 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cluster 2024-03-30T04:45:09.348455+0000 mgr.y (mgr.25441) 2209 : cluster [DBG] pgmap v1446: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cluster 2024-03-30T04:45:09.348780+0000 mgr.y (mgr.25441) 2210 : cluster [DBG] pgmap v1447: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.353430+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cephadm 2024-03-30T04:45:09.358875+0000 mgr.y (mgr.25441) 2211 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.399748+0000 mon.c (mon.1) 1921 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.401703+0000 mon.c (mon.1) 1922 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.403574+0000 mon.c (mon.1) 1923 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.404255+0000 mon.c (mon.1) 1924 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cluster 2024-03-30T04:45:09.405617+0000 mgr.y (mgr.25441) 2212 : cluster [DBG] pgmap v1448: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cluster 2024-03-30T04:45:09.405927+0000 mgr.y (mgr.25441) 2213 : cluster [DBG] pgmap v1449: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.410362+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.150 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cephadm 2024-03-30T04:45:09.411164+0000 mgr.y (mgr.25441) 2214 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.150 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.451414+0000 mon.c (mon.1) 1925 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.150 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.453344+0000 mon.c (mon.1) 1926 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.150 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.455123+0000 mon.c (mon.1) 1927 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.150 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.455756+0000 mon.c (mon.1) 1928 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.150 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cluster 2024-03-30T04:45:09.457099+0000 mgr.y (mgr.25441) 2215 : cluster [DBG] pgmap v1450: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.150 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cluster 2024-03-30T04:45:09.457408+0000 mgr.y (mgr.25441) 2216 : cluster [DBG] pgmap v1451: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.150 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.462084+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.150 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cephadm 2024-03-30T04:45:09.462822+0000 mgr.y (mgr.25441) 2217 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.150 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.508125+0000 mon.c (mon.1) 1929 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.150 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.510242+0000 mon.c (mon.1) 1930 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.150 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.512055+0000 mon.c (mon.1) 1931 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.150 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.512716+0000 mon.c (mon.1) 1932 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.151 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cluster 2024-03-30T04:45:09.514055+0000 mgr.y (mgr.25441) 2218 : cluster [DBG] pgmap v1452: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.151 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cluster 2024-03-30T04:45:09.514334+0000 mgr.y (mgr.25441) 2219 : cluster [DBG] pgmap v1453: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.151 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.518777+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.151 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cephadm 2024-03-30T04:45:09.519417+0000 mgr.y (mgr.25441) 2220 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.151 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.564564+0000 mon.c (mon.1) 1933 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.151 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.566744+0000 mon.c (mon.1) 1934 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.151 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.568546+0000 mon.c (mon.1) 1935 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.151 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.569319+0000 mon.c (mon.1) 1936 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.151 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cluster 2024-03-30T04:45:09.570706+0000 mgr.y (mgr.25441) 2221 : cluster [DBG] pgmap v1454: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.151 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cluster 2024-03-30T04:45:09.571006+0000 mgr.y (mgr.25441) 2222 : cluster [DBG] pgmap v1455: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.151 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.575483+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.151 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cephadm 2024-03-30T04:45:09.576091+0000 mgr.y (mgr.25441) 2223 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.152 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.636995+0000 mon.c (mon.1) 1937 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.152 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.639185+0000 mon.c (mon.1) 1938 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.152 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.641172+0000 mon.c (mon.1) 1939 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.152 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.641927+0000 mon.c (mon.1) 1940 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.152 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cluster 2024-03-30T04:45:09.643862+0000 mgr.y (mgr.25441) 2224 : cluster [DBG] pgmap v1456: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.152 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cluster 2024-03-30T04:45:09.644719+0000 mgr.y (mgr.25441) 2225 : cluster [DBG] pgmap v1457: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.152 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.648394+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.152 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cephadm 2024-03-30T04:45:09.648942+0000 mgr.y (mgr.25441) 2226 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.152 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.722627+0000 mon.c (mon.1) 1941 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.152 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.724954+0000 mon.c (mon.1) 1942 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.152 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.727745+0000 mon.c (mon.1) 1943 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.152 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.728809+0000 mon.c (mon.1) 1944 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.152 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cluster 2024-03-30T04:45:09.730462+0000 mgr.y (mgr.25441) 2227 : cluster [DBG] pgmap v1458: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.152 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cluster 2024-03-30T04:45:09.730700+0000 mgr.y (mgr.25441) 2228 : cluster [DBG] pgmap v1459: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.153 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.737722+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.153 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: cephadm 2024-03-30T04:45:09.738507+0000 mgr.y (mgr.25441) 2229 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.153 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.796297+0000 mon.c (mon.1) 1945 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.153 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.798893+0000 mon.c (mon.1) 1946 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.153 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.802188+0000 mon.c (mon.1) 1947 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.153 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.803037+0000 mon.c (mon.1) 1948 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.153 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.809811+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.153 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.857574+0000 mon.c (mon.1) 1949 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.153 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.860002+0000 mon.c (mon.1) 1950 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.153 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.862061+0000 mon.c (mon.1) 1951 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.153 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:09 smithi117 bash[62284]: audit 2024-03-30T04:45:09.862904+0000 mon.c (mon.1) 1952 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.967 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[84647]: debug 2024-03-30T04:45:10.675+0000 7f094534c7c0 -1 osd.2 0 read_superblock omap replica is missing. 2024-03-30T04:45:10.967 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[84647]: debug 2024-03-30T04:45:10.711+0000 7f094534c7c0 -1 osd.2 118 log_to_monitors true 2024-03-30T04:45:10.968 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cluster 2024-03-30T04:45:09.804588+0000 mgr.y (mgr.25441) 2230 : cluster [DBG] pgmap v1460: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.968 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cluster 2024-03-30T04:45:09.804936+0000 mgr.y (mgr.25441) 2231 : cluster [DBG] pgmap v1461: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.968 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cephadm 2024-03-30T04:45:09.810440+0000 mgr.y (mgr.25441) 2232 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.968 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cluster 2024-03-30T04:45:09.864352+0000 mgr.y (mgr.25441) 2233 : cluster [DBG] pgmap v1462: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.968 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cluster 2024-03-30T04:45:09.864638+0000 mgr.y (mgr.25441) 2234 : cluster [DBG] pgmap v1463: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.968 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:09.880732+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.968 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cephadm 2024-03-30T04:45:09.886025+0000 mgr.y (mgr.25441) 2235 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.968 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:09.933297+0000 mon.c (mon.1) 1953 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.968 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:09.935799+0000 mon.c (mon.1) 1954 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.968 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:09.937956+0000 mon.c (mon.1) 1955 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.968 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:09.938733+0000 mon.c (mon.1) 1956 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.968 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cluster 2024-03-30T04:45:09.940249+0000 mgr.y (mgr.25441) 2236 : cluster [DBG] pgmap v1464: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.968 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cluster 2024-03-30T04:45:09.940559+0000 mgr.y (mgr.25441) 2237 : cluster [DBG] pgmap v1465: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.969 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:09.944989+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.969 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cephadm 2024-03-30T04:45:09.948042+0000 mgr.y (mgr.25441) 2238 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.969 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:09.994119+0000 mon.c (mon.1) 1957 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.969 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:09.996554+0000 mon.c (mon.1) 1958 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.969 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cluster 2024-03-30T04:45:09.804588+0000 mgr.y (mgr.25441) 2230 : cluster [DBG] pgmap v1460: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.969 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cluster 2024-03-30T04:45:09.804936+0000 mgr.y (mgr.25441) 2231 : cluster [DBG] pgmap v1461: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.969 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cephadm 2024-03-30T04:45:09.810440+0000 mgr.y (mgr.25441) 2232 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.969 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cluster 2024-03-30T04:45:09.864352+0000 mgr.y (mgr.25441) 2233 : cluster [DBG] pgmap v1462: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.969 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cluster 2024-03-30T04:45:09.864638+0000 mgr.y (mgr.25441) 2234 : cluster [DBG] pgmap v1463: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.969 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:09.880732+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.969 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cephadm 2024-03-30T04:45:09.886025+0000 mgr.y (mgr.25441) 2235 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.970 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:09.933297+0000 mon.c (mon.1) 1953 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.970 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:09.935799+0000 mon.c (mon.1) 1954 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.970 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:09.937956+0000 mon.c (mon.1) 1955 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.970 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:09.938733+0000 mon.c (mon.1) 1956 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.970 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cluster 2024-03-30T04:45:09.940249+0000 mgr.y (mgr.25441) 2236 : cluster [DBG] pgmap v1464: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.970 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cluster 2024-03-30T04:45:09.940559+0000 mgr.y (mgr.25441) 2237 : cluster [DBG] pgmap v1465: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.970 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:09.944989+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.970 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cephadm 2024-03-30T04:45:09.948042+0000 mgr.y (mgr.25441) 2238 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.970 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:09.994119+0000 mon.c (mon.1) 1957 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.970 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:09.996554+0000 mon.c (mon.1) 1958 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.971 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:09.998576+0000 mon.c (mon.1) 1959 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.971 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:09.999280+0000 mon.c (mon.1) 1960 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.971 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cluster 2024-03-30T04:45:10.000864+0000 mgr.y (mgr.25441) 2239 : cluster [DBG] pgmap v1466: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.971 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cluster 2024-03-30T04:45:10.001172+0000 mgr.y (mgr.25441) 2240 : cluster [DBG] pgmap v1467: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.971 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.008765+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.971 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cephadm 2024-03-30T04:45:10.012910+0000 mgr.y (mgr.25441) 2241 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.971 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.054219+0000 mon.c (mon.1) 1961 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.971 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.057006+0000 mon.c (mon.1) 1962 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.971 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.058952+0000 mon.c (mon.1) 1963 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.971 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.059642+0000 mon.c (mon.1) 1964 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.971 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cluster 2024-03-30T04:45:10.061093+0000 mgr.y (mgr.25441) 2242 : cluster [DBG] pgmap v1468: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.971 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cluster 2024-03-30T04:45:10.061421+0000 mgr.y (mgr.25441) 2243 : cluster [DBG] pgmap v1469: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.971 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.068127+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.972 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cephadm 2024-03-30T04:45:10.072257+0000 mgr.y (mgr.25441) 2244 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.972 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.130078+0000 mon.c (mon.1) 1965 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.972 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.131962+0000 mon.c (mon.1) 1966 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.972 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.133858+0000 mon.c (mon.1) 1967 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.972 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.134535+0000 mon.c (mon.1) 1968 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.972 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cluster 2024-03-30T04:45:10.135866+0000 mgr.y (mgr.25441) 2245 : cluster [DBG] pgmap v1470: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.972 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cluster 2024-03-30T04:45:10.136164+0000 mgr.y (mgr.25441) 2246 : cluster [DBG] pgmap v1471: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.972 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.140623+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.972 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cephadm 2024-03-30T04:45:10.142168+0000 mgr.y (mgr.25441) 2247 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.972 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.200457+0000 mon.c (mon.1) 1969 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.972 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.202499+0000 mon.c (mon.1) 1970 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.972 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.204388+0000 mon.c (mon.1) 1971 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.972 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.205037+0000 mon.c (mon.1) 1972 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.972 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cluster 2024-03-30T04:45:10.206261+0000 mgr.y (mgr.25441) 2248 : cluster [DBG] pgmap v1472: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.972 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cluster 2024-03-30T04:45:10.206552+0000 mgr.y (mgr.25441) 2249 : cluster [DBG] pgmap v1473: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.972 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.211716+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.972 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cephadm 2024-03-30T04:45:10.212251+0000 mgr.y (mgr.25441) 2250 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.973 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cluster 2024-03-30T04:45:10.222848+0000 mon.a (mon.0) 984 : cluster [WRN] Health check update: Degraded data redundancy: 64/726 objects degraded (8.815%), 13 pgs degraded (PG_DEGRADED) 2024-03-30T04:45:10.973 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.268329+0000 mon.c (mon.1) 1973 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.973 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.270572+0000 mon.c (mon.1) 1974 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.973 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.272672+0000 mon.c (mon.1) 1975 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.973 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.273368+0000 mon.c (mon.1) 1976 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.973 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cluster 2024-03-30T04:45:10.274649+0000 mgr.y (mgr.25441) 2251 : cluster [DBG] pgmap v1474: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.973 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:09.998576+0000 mon.c (mon.1) 1959 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.973 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:09.999280+0000 mon.c (mon.1) 1960 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.973 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cluster 2024-03-30T04:45:10.000864+0000 mgr.y (mgr.25441) 2239 : cluster [DBG] pgmap v1466: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.973 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cluster 2024-03-30T04:45:10.001172+0000 mgr.y (mgr.25441) 2240 : cluster [DBG] pgmap v1467: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.973 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.008765+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.973 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cephadm 2024-03-30T04:45:10.012910+0000 mgr.y (mgr.25441) 2241 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.974 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.054219+0000 mon.c (mon.1) 1961 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.974 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.057006+0000 mon.c (mon.1) 1962 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.974 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.058952+0000 mon.c (mon.1) 1963 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.974 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.059642+0000 mon.c (mon.1) 1964 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.974 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cluster 2024-03-30T04:45:10.061093+0000 mgr.y (mgr.25441) 2242 : cluster [DBG] pgmap v1468: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.974 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cluster 2024-03-30T04:45:10.061421+0000 mgr.y (mgr.25441) 2243 : cluster [DBG] pgmap v1469: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.974 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.068127+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.974 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cephadm 2024-03-30T04:45:10.072257+0000 mgr.y (mgr.25441) 2244 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.974 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.130078+0000 mon.c (mon.1) 1965 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.974 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.131962+0000 mon.c (mon.1) 1966 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.974 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.133858+0000 mon.c (mon.1) 1967 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.974 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.134535+0000 mon.c (mon.1) 1968 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.975 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cluster 2024-03-30T04:45:10.275007+0000 mgr.y (mgr.25441) 2252 : cluster [DBG] pgmap v1475: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.975 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.279635+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.975 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cephadm 2024-03-30T04:45:10.280362+0000 mgr.y (mgr.25441) 2253 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.975 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.336820+0000 mon.c (mon.1) 1977 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.975 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.338551+0000 mon.c (mon.1) 1978 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.975 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.340548+0000 mon.c (mon.1) 1979 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.975 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.341234+0000 mon.c (mon.1) 1980 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.975 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cluster 2024-03-30T04:45:10.342510+0000 mgr.y (mgr.25441) 2254 : cluster [DBG] pgmap v1476: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.975 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cluster 2024-03-30T04:45:10.342831+0000 mgr.y (mgr.25441) 2255 : cluster [DBG] pgmap v1477: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.975 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.348294+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.975 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cephadm 2024-03-30T04:45:10.348841+0000 mgr.y (mgr.25441) 2256 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.975 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.395075+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.976 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.407108+0000 mon.c (mon.1) 1981 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.976 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.408821+0000 mon.c (mon.1) 1982 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.976 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.410521+0000 mon.c (mon.1) 1983 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.976 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.411176+0000 mon.c (mon.1) 1984 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.976 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cluster 2024-03-30T04:45:10.412409+0000 mgr.y (mgr.25441) 2257 : cluster [DBG] pgmap v1478: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.976 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cluster 2024-03-30T04:45:10.412742+0000 mgr.y (mgr.25441) 2258 : cluster [DBG] pgmap v1479: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.976 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.417033+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.976 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cluster 2024-03-30T04:45:10.135866+0000 mgr.y (mgr.25441) 2245 : cluster [DBG] pgmap v1470: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.976 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cluster 2024-03-30T04:45:10.136164+0000 mgr.y (mgr.25441) 2246 : cluster [DBG] pgmap v1471: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.976 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.140623+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.976 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cephadm 2024-03-30T04:45:10.142168+0000 mgr.y (mgr.25441) 2247 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.976 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.200457+0000 mon.c (mon.1) 1969 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.976 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.202499+0000 mon.c (mon.1) 1970 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.204388+0000 mon.c (mon.1) 1971 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.205037+0000 mon.c (mon.1) 1972 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cluster 2024-03-30T04:45:10.206261+0000 mgr.y (mgr.25441) 2248 : cluster [DBG] pgmap v1472: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cluster 2024-03-30T04:45:10.206552+0000 mgr.y (mgr.25441) 2249 : cluster [DBG] pgmap v1473: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.211716+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cephadm 2024-03-30T04:45:10.212251+0000 mgr.y (mgr.25441) 2250 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cluster 2024-03-30T04:45:10.222848+0000 mon.a (mon.0) 984 : cluster [WRN] Health check update: Degraded data redundancy: 64/726 objects degraded (8.815%), 13 pgs degraded (PG_DEGRADED) 2024-03-30T04:45:10.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.268329+0000 mon.c (mon.1) 1973 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.270572+0000 mon.c (mon.1) 1974 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.272672+0000 mon.c (mon.1) 1975 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.273368+0000 mon.c (mon.1) 1976 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cluster 2024-03-30T04:45:10.274649+0000 mgr.y (mgr.25441) 2251 : cluster [DBG] pgmap v1474: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.978 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cephadm 2024-03-30T04:45:10.417598+0000 mgr.y (mgr.25441) 2259 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.978 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.473753+0000 mon.c (mon.1) 1985 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.978 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.475538+0000 mon.c (mon.1) 1986 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.978 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.477659+0000 mon.c (mon.1) 1987 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.978 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.478282+0000 mon.c (mon.1) 1988 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.978 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cluster 2024-03-30T04:45:10.479540+0000 mgr.y (mgr.25441) 2260 : cluster [DBG] pgmap v1480: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.978 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cluster 2024-03-30T04:45:10.479838+0000 mgr.y (mgr.25441) 2261 : cluster [DBG] pgmap v1481: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.978 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.484479+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.978 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cephadm 2024-03-30T04:45:10.485026+0000 mgr.y (mgr.25441) 2262 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.978 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.525978+0000 mon.c (mon.1) 1989 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.978 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.528196+0000 mon.c (mon.1) 1990 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.978 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.530148+0000 mon.c (mon.1) 1991 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.979 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.530898+0000 mon.c (mon.1) 1992 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.979 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cluster 2024-03-30T04:45:10.532313+0000 mgr.y (mgr.25441) 2263 : cluster [DBG] pgmap v1482: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.979 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cluster 2024-03-30T04:45:10.532596+0000 mgr.y (mgr.25441) 2264 : cluster [DBG] pgmap v1483: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.979 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.538610+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.979 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cephadm 2024-03-30T04:45:10.539206+0000 mgr.y (mgr.25441) 2265 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.979 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.580175+0000 mon.c (mon.1) 1993 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.979 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.582026+0000 mon.c (mon.1) 1994 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.979 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.583872+0000 mon.c (mon.1) 1995 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.979 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.584515+0000 mon.c (mon.1) 1996 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.979 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cluster 2024-03-30T04:45:10.585802+0000 mgr.y (mgr.25441) 2266 : cluster [DBG] pgmap v1484: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.979 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cluster 2024-03-30T04:45:10.586082+0000 mgr.y (mgr.25441) 2267 : cluster [DBG] pgmap v1485: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.979 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.590602+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.979 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cephadm 2024-03-30T04:45:10.591231+0000 mgr.y (mgr.25441) 2268 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.979 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.631602+0000 mon.c (mon.1) 1997 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.979 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.633347+0000 mon.c (mon.1) 1998 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.980 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.635065+0000 mon.c (mon.1) 1999 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.980 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.635697+0000 mon.c (mon.1) 2000 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.980 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cluster 2024-03-30T04:45:10.636983+0000 mgr.y (mgr.25441) 2269 : cluster [DBG] pgmap v1486: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.980 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cluster 2024-03-30T04:45:10.637305+0000 mgr.y (mgr.25441) 2270 : cluster [DBG] pgmap v1487: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.980 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.641675+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.980 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cephadm 2024-03-30T04:45:10.642280+0000 mgr.y (mgr.25441) 2271 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.980 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.684306+0000 mon.c (mon.1) 2001 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.980 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.686512+0000 mon.c (mon.1) 2002 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.980 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.688743+0000 mon.c (mon.1) 2003 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.980 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cluster 2024-03-30T04:45:10.275007+0000 mgr.y (mgr.25441) 2252 : cluster [DBG] pgmap v1475: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.980 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.279635+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.981 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cephadm 2024-03-30T04:45:10.280362+0000 mgr.y (mgr.25441) 2253 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.981 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.336820+0000 mon.c (mon.1) 1977 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.981 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.338551+0000 mon.c (mon.1) 1978 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.981 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.340548+0000 mon.c (mon.1) 1979 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.981 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.341234+0000 mon.c (mon.1) 1980 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.981 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cluster 2024-03-30T04:45:10.342510+0000 mgr.y (mgr.25441) 2254 : cluster [DBG] pgmap v1476: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.981 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cluster 2024-03-30T04:45:10.342831+0000 mgr.y (mgr.25441) 2255 : cluster [DBG] pgmap v1477: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.981 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.348294+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.981 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cephadm 2024-03-30T04:45:10.348841+0000 mgr.y (mgr.25441) 2256 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.981 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.395075+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.981 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.407108+0000 mon.c (mon.1) 1981 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.981 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.408821+0000 mon.c (mon.1) 1982 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.981 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.410521+0000 mon.c (mon.1) 1983 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.981 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.411176+0000 mon.c (mon.1) 1984 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.981 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cluster 2024-03-30T04:45:10.412409+0000 mgr.y (mgr.25441) 2257 : cluster [DBG] pgmap v1478: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.982 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cluster 2024-03-30T04:45:10.412742+0000 mgr.y (mgr.25441) 2258 : cluster [DBG] pgmap v1479: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.982 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.417033+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.982 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.689688+0000 mon.c (mon.1) 2004 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.982 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cluster 2024-03-30T04:45:10.691522+0000 mgr.y (mgr.25441) 2272 : cluster [DBG] pgmap v1488: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.982 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cluster 2024-03-30T04:45:10.692066+0000 mgr.y (mgr.25441) 2273 : cluster [DBG] pgmap v1489: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.982 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.698664+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.982 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cephadm 2024-03-30T04:45:10.699359+0000 mgr.y (mgr.25441) 2274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.982 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.718767+0000 mon.a (mon.0) 994 : audit [INF] from='osd.2 [v2:172.21.15.111:6818/1700574496,v1:172.21.15.111:6819/1700574496]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-30T04:45:10.982 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.755930+0000 mon.c (mon.1) 2005 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.982 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.757688+0000 mon.c (mon.1) 2006 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.983 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.759343+0000 mon.c (mon.1) 2007 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.983 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.759953+0000 mon.c (mon.1) 2008 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.983 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cluster 2024-03-30T04:45:10.761215+0000 mgr.y (mgr.25441) 2275 : cluster [DBG] pgmap v1490: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.983 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: cluster 2024-03-30T04:45:10.761499+0000 mgr.y (mgr.25441) 2276 : cluster [DBG] pgmap v1491: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.983 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.765900+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.983 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.811843+0000 mon.c (mon.1) 2009 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.983 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.813916+0000 mon.c (mon.1) 2010 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.983 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.816274+0000 mon.c (mon.1) 2011 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.983 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.817022+0000 mon.c (mon.1) 2012 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.983 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[70954]: audit 2024-03-30T04:45:10.823092+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.984 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cephadm 2024-03-30T04:45:10.417598+0000 mgr.y (mgr.25441) 2259 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.984 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.473753+0000 mon.c (mon.1) 1985 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.984 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.475538+0000 mon.c (mon.1) 1986 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.984 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.477659+0000 mon.c (mon.1) 1987 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.984 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.478282+0000 mon.c (mon.1) 1988 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.984 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cluster 2024-03-30T04:45:10.479540+0000 mgr.y (mgr.25441) 2260 : cluster [DBG] pgmap v1480: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.984 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cluster 2024-03-30T04:45:10.479838+0000 mgr.y (mgr.25441) 2261 : cluster [DBG] pgmap v1481: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.984 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.484479+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.984 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cephadm 2024-03-30T04:45:10.485026+0000 mgr.y (mgr.25441) 2262 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.984 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.525978+0000 mon.c (mon.1) 1989 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.984 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.528196+0000 mon.c (mon.1) 1990 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.984 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.530148+0000 mon.c (mon.1) 1991 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.985 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.530898+0000 mon.c (mon.1) 1992 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.985 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cluster 2024-03-30T04:45:10.532313+0000 mgr.y (mgr.25441) 2263 : cluster [DBG] pgmap v1482: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.985 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cluster 2024-03-30T04:45:10.532596+0000 mgr.y (mgr.25441) 2264 : cluster [DBG] pgmap v1483: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.985 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.538610+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.985 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cephadm 2024-03-30T04:45:10.539206+0000 mgr.y (mgr.25441) 2265 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.985 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.580175+0000 mon.c (mon.1) 1993 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.985 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.582026+0000 mon.c (mon.1) 1994 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.985 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.583872+0000 mon.c (mon.1) 1995 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.985 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.584515+0000 mon.c (mon.1) 1996 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.985 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cluster 2024-03-30T04:45:10.585802+0000 mgr.y (mgr.25441) 2266 : cluster [DBG] pgmap v1484: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.985 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cluster 2024-03-30T04:45:10.586082+0000 mgr.y (mgr.25441) 2267 : cluster [DBG] pgmap v1485: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.985 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.590602+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.985 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cephadm 2024-03-30T04:45:10.591231+0000 mgr.y (mgr.25441) 2268 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.985 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.631602+0000 mon.c (mon.1) 1997 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.985 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.633347+0000 mon.c (mon.1) 1998 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.986 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.635065+0000 mon.c (mon.1) 1999 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.986 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.635697+0000 mon.c (mon.1) 2000 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.986 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cluster 2024-03-30T04:45:10.636983+0000 mgr.y (mgr.25441) 2269 : cluster [DBG] pgmap v1486: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.986 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cluster 2024-03-30T04:45:10.637305+0000 mgr.y (mgr.25441) 2270 : cluster [DBG] pgmap v1487: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.986 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.641675+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.986 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cephadm 2024-03-30T04:45:10.642280+0000 mgr.y (mgr.25441) 2271 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.986 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.684306+0000 mon.c (mon.1) 2001 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.986 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.686512+0000 mon.c (mon.1) 2002 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.986 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.688743+0000 mon.c (mon.1) 2003 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.986 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.689688+0000 mon.c (mon.1) 2004 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.986 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cluster 2024-03-30T04:45:10.691522+0000 mgr.y (mgr.25441) 2272 : cluster [DBG] pgmap v1488: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.986 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cluster 2024-03-30T04:45:10.692066+0000 mgr.y (mgr.25441) 2273 : cluster [DBG] pgmap v1489: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.986 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.698664+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.986 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cephadm 2024-03-30T04:45:10.699359+0000 mgr.y (mgr.25441) 2274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:10.987 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.718767+0000 mon.a (mon.0) 994 : audit [INF] from='osd.2 [v2:172.21.15.111:6818/1700574496,v1:172.21.15.111:6819/1700574496]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-30T04:45:10.987 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.755930+0000 mon.c (mon.1) 2005 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.987 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.757688+0000 mon.c (mon.1) 2006 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.987 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.759343+0000 mon.c (mon.1) 2007 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.987 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.759953+0000 mon.c (mon.1) 2008 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.987 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cluster 2024-03-30T04:45:10.761215+0000 mgr.y (mgr.25441) 2275 : cluster [DBG] pgmap v1490: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.987 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: cluster 2024-03-30T04:45:10.761499+0000 mgr.y (mgr.25441) 2276 : cluster [DBG] pgmap v1491: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:10.987 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.765900+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:10.987 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.811843+0000 mon.c (mon.1) 2009 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:10.987 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.813916+0000 mon.c (mon.1) 2010 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.987 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.816274+0000 mon.c (mon.1) 2011 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:10.987 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.817022+0000 mon.c (mon.1) 2012 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:10.987 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:10 smithi111 bash[73591]: audit 2024-03-30T04:45:10.823092+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:11.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cluster 2024-03-30T04:45:09.804588+0000 mgr.y (mgr.25441) 2230 : cluster [DBG] pgmap v1460: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:11.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cluster 2024-03-30T04:45:09.804936+0000 mgr.y (mgr.25441) 2231 : cluster [DBG] pgmap v1461: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:11.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cephadm 2024-03-30T04:45:09.810440+0000 mgr.y (mgr.25441) 2232 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:11.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cluster 2024-03-30T04:45:09.864352+0000 mgr.y (mgr.25441) 2233 : cluster [DBG] pgmap v1462: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:11.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cluster 2024-03-30T04:45:09.864638+0000 mgr.y (mgr.25441) 2234 : cluster [DBG] pgmap v1463: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:11.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:09.880732+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:11.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cephadm 2024-03-30T04:45:09.886025+0000 mgr.y (mgr.25441) 2235 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:11.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:09.933297+0000 mon.c (mon.1) 1953 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:11.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:09.935799+0000 mon.c (mon.1) 1954 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:11.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:09.937956+0000 mon.c (mon.1) 1955 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:11.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:09.938733+0000 mon.c (mon.1) 1956 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:11.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cluster 2024-03-30T04:45:09.940249+0000 mgr.y (mgr.25441) 2236 : cluster [DBG] pgmap v1464: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:11.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cluster 2024-03-30T04:45:09.940559+0000 mgr.y (mgr.25441) 2237 : cluster [DBG] pgmap v1465: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:11.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:09.944989+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:11.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cephadm 2024-03-30T04:45:09.948042+0000 mgr.y (mgr.25441) 2238 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:11.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:09.994119+0000 mon.c (mon.1) 1957 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:11.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:09.996554+0000 mon.c (mon.1) 1958 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:11.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:09.998576+0000 mon.c (mon.1) 1959 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:11.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:09.999280+0000 mon.c (mon.1) 1960 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:11.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cluster 2024-03-30T04:45:10.000864+0000 mgr.y (mgr.25441) 2239 : cluster [DBG] pgmap v1466: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:11.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cluster 2024-03-30T04:45:10.001172+0000 mgr.y (mgr.25441) 2240 : cluster [DBG] pgmap v1467: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:11.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.008765+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:11.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cephadm 2024-03-30T04:45:10.012910+0000 mgr.y (mgr.25441) 2241 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:11.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.054219+0000 mon.c (mon.1) 1961 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:11.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.057006+0000 mon.c (mon.1) 1962 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:11.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.058952+0000 mon.c (mon.1) 1963 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:11.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.059642+0000 mon.c (mon.1) 1964 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:11.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cluster 2024-03-30T04:45:10.061093+0000 mgr.y (mgr.25441) 2242 : cluster [DBG] pgmap v1468: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:11.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cluster 2024-03-30T04:45:10.061421+0000 mgr.y (mgr.25441) 2243 : cluster [DBG] pgmap v1469: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:11.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.068127+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:11.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cephadm 2024-03-30T04:45:10.072257+0000 mgr.y (mgr.25441) 2244 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:11.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.130078+0000 mon.c (mon.1) 1965 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:11.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.131962+0000 mon.c (mon.1) 1966 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:11.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.133858+0000 mon.c (mon.1) 1967 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:11.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.134535+0000 mon.c (mon.1) 1968 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:11.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cluster 2024-03-30T04:45:10.135866+0000 mgr.y (mgr.25441) 2245 : cluster [DBG] pgmap v1470: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:11.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cluster 2024-03-30T04:45:10.136164+0000 mgr.y (mgr.25441) 2246 : cluster [DBG] pgmap v1471: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:11.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.140623+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:11.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cephadm 2024-03-30T04:45:10.142168+0000 mgr.y (mgr.25441) 2247 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:11.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.200457+0000 mon.c (mon.1) 1969 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:11.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.202499+0000 mon.c (mon.1) 1970 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:11.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.204388+0000 mon.c (mon.1) 1971 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:11.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.205037+0000 mon.c (mon.1) 1972 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:11.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cluster 2024-03-30T04:45:10.206261+0000 mgr.y (mgr.25441) 2248 : cluster [DBG] pgmap v1472: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:11.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cluster 2024-03-30T04:45:10.206552+0000 mgr.y (mgr.25441) 2249 : cluster [DBG] pgmap v1473: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:11.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.211716+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:11.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cephadm 2024-03-30T04:45:10.212251+0000 mgr.y (mgr.25441) 2250 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:11.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cluster 2024-03-30T04:45:10.222848+0000 mon.a (mon.0) 984 : cluster [WRN] Health check update: Degraded data redundancy: 64/726 objects degraded (8.815%), 13 pgs degraded (PG_DEGRADED) 2024-03-30T04:45:11.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.268329+0000 mon.c (mon.1) 1973 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:11.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.270572+0000 mon.c (mon.1) 1974 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:11.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.272672+0000 mon.c (mon.1) 1975 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:11.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.273368+0000 mon.c (mon.1) 1976 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:11.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cluster 2024-03-30T04:45:10.274649+0000 mgr.y (mgr.25441) 2251 : cluster [DBG] pgmap v1474: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:11.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cluster 2024-03-30T04:45:10.275007+0000 mgr.y (mgr.25441) 2252 : cluster [DBG] pgmap v1475: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:11.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.279635+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:11.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cephadm 2024-03-30T04:45:10.280362+0000 mgr.y (mgr.25441) 2253 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:11.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.336820+0000 mon.c (mon.1) 1977 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:11.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.338551+0000 mon.c (mon.1) 1978 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:11.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.340548+0000 mon.c (mon.1) 1979 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:11.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.341234+0000 mon.c (mon.1) 1980 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:11.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cluster 2024-03-30T04:45:10.342510+0000 mgr.y (mgr.25441) 2254 : cluster [DBG] pgmap v1476: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:11.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cluster 2024-03-30T04:45:10.342831+0000 mgr.y (mgr.25441) 2255 : cluster [DBG] pgmap v1477: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:11.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.348294+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:11.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cephadm 2024-03-30T04:45:10.348841+0000 mgr.y (mgr.25441) 2256 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:11.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.395075+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:11.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.407108+0000 mon.c (mon.1) 1981 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:11.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.408821+0000 mon.c (mon.1) 1982 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:11.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.410521+0000 mon.c (mon.1) 1983 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:11.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.411176+0000 mon.c (mon.1) 1984 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:11.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cluster 2024-03-30T04:45:10.412409+0000 mgr.y (mgr.25441) 2257 : cluster [DBG] pgmap v1478: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:11.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cluster 2024-03-30T04:45:10.412742+0000 mgr.y (mgr.25441) 2258 : cluster [DBG] pgmap v1479: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:11.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.417033+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:11.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cephadm 2024-03-30T04:45:10.417598+0000 mgr.y (mgr.25441) 2259 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:11.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.473753+0000 mon.c (mon.1) 1985 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:11.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.475538+0000 mon.c (mon.1) 1986 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:11.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.477659+0000 mon.c (mon.1) 1987 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:11.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.478282+0000 mon.c (mon.1) 1988 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:11.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cluster 2024-03-30T04:45:10.479540+0000 mgr.y (mgr.25441) 2260 : cluster [DBG] pgmap v1480: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:11.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cluster 2024-03-30T04:45:10.479838+0000 mgr.y (mgr.25441) 2261 : cluster [DBG] pgmap v1481: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:11.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.484479+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:11.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cephadm 2024-03-30T04:45:10.485026+0000 mgr.y (mgr.25441) 2262 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:11.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.525978+0000 mon.c (mon.1) 1989 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:11.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.528196+0000 mon.c (mon.1) 1990 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:11.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.530148+0000 mon.c (mon.1) 1991 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:11.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.530898+0000 mon.c (mon.1) 1992 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:11.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cluster 2024-03-30T04:45:10.532313+0000 mgr.y (mgr.25441) 2263 : cluster [DBG] pgmap v1482: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:11.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cluster 2024-03-30T04:45:10.532596+0000 mgr.y (mgr.25441) 2264 : cluster [DBG] pgmap v1483: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:11.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.538610+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:11.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cephadm 2024-03-30T04:45:10.539206+0000 mgr.y (mgr.25441) 2265 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:11.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.580175+0000 mon.c (mon.1) 1993 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:11.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.582026+0000 mon.c (mon.1) 1994 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:11.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.583872+0000 mon.c (mon.1) 1995 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:11.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.584515+0000 mon.c (mon.1) 1996 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:11.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cluster 2024-03-30T04:45:10.585802+0000 mgr.y (mgr.25441) 2266 : cluster [DBG] pgmap v1484: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:11.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cluster 2024-03-30T04:45:10.586082+0000 mgr.y (mgr.25441) 2267 : cluster [DBG] pgmap v1485: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:11.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.590602+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:11.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cephadm 2024-03-30T04:45:10.591231+0000 mgr.y (mgr.25441) 2268 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:11.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.631602+0000 mon.c (mon.1) 1997 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:11.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.633347+0000 mon.c (mon.1) 1998 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:11.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.635065+0000 mon.c (mon.1) 1999 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:11.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.635697+0000 mon.c (mon.1) 2000 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:11.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cluster 2024-03-30T04:45:10.636983+0000 mgr.y (mgr.25441) 2269 : cluster [DBG] pgmap v1486: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:11.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cluster 2024-03-30T04:45:10.637305+0000 mgr.y (mgr.25441) 2270 : cluster [DBG] pgmap v1487: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:11.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.641675+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:11.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cephadm 2024-03-30T04:45:10.642280+0000 mgr.y (mgr.25441) 2271 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:11.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.684306+0000 mon.c (mon.1) 2001 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:11.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.686512+0000 mon.c (mon.1) 2002 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:11.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.688743+0000 mon.c (mon.1) 2003 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:11.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.689688+0000 mon.c (mon.1) 2004 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:11.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cluster 2024-03-30T04:45:10.691522+0000 mgr.y (mgr.25441) 2272 : cluster [DBG] pgmap v1488: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:11.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cluster 2024-03-30T04:45:10.692066+0000 mgr.y (mgr.25441) 2273 : cluster [DBG] pgmap v1489: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:11.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.698664+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:11.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cephadm 2024-03-30T04:45:10.699359+0000 mgr.y (mgr.25441) 2274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:11.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.718767+0000 mon.a (mon.0) 994 : audit [INF] from='osd.2 [v2:172.21.15.111:6818/1700574496,v1:172.21.15.111:6819/1700574496]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-30T04:45:11.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.755930+0000 mon.c (mon.1) 2005 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:11.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.757688+0000 mon.c (mon.1) 2006 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:11.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.759343+0000 mon.c (mon.1) 2007 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:11.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.759953+0000 mon.c (mon.1) 2008 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:11.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cluster 2024-03-30T04:45:10.761215+0000 mgr.y (mgr.25441) 2275 : cluster [DBG] pgmap v1490: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:11.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: cluster 2024-03-30T04:45:10.761499+0000 mgr.y (mgr.25441) 2276 : cluster [DBG] pgmap v1491: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:11.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.765900+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:11.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.811843+0000 mon.c (mon.1) 2009 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:11.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.813916+0000 mon.c (mon.1) 2010 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:11.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.816274+0000 mon.c (mon.1) 2011 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:11.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.817022+0000 mon.c (mon.1) 2012 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:11.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:10 smithi117 bash[62284]: audit 2024-03-30T04:45:10.823092+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:12.115 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[84647]: debug 2024-03-30T04:45:11.739+0000 7f09367a4700 -1 osd.2 118 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:45:12.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: cephadm 2024-03-30T04:45:10.766685+0000 mgr.y (mgr.25441) 2277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:12.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: cluster 2024-03-30T04:45:10.818456+0000 mgr.y (mgr.25441) 2278 : cluster [DBG] pgmap v1492: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: cluster 2024-03-30T04:45:10.818761+0000 mgr.y (mgr.25441) 2279 : cluster [DBG] pgmap v1493: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: cephadm 2024-03-30T04:45:10.823796+0000 mgr.y (mgr.25441) 2280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:12.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:10.896648+0000 mon.c (mon.1) 2013 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:12.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:10.898955+0000 mon.c (mon.1) 2014 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:10.901006+0000 mon.c (mon.1) 2015 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:12.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:10.901619+0000 mon.c (mon.1) 2016 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:12.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: cluster 2024-03-30T04:45:10.902876+0000 mgr.y (mgr.25441) 2281 : cluster [DBG] pgmap v1494: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: cluster 2024-03-30T04:45:10.903159+0000 mgr.y (mgr.25441) 2282 : cluster [DBG] pgmap v1495: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:10.907416+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:12.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: cephadm 2024-03-30T04:45:10.908002+0000 mgr.y (mgr.25441) 2283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:12.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:10.964334+0000 mon.c (mon.1) 2017 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:12.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:10.966458+0000 mon.c (mon.1) 2018 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:10.968365+0000 mon.c (mon.1) 2019 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:12.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:10.969060+0000 mon.c (mon.1) 2020 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:12.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: cluster 2024-03-30T04:45:10.970459+0000 mgr.y (mgr.25441) 2284 : cluster [DBG] pgmap v1496: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: cephadm 2024-03-30T04:45:10.766685+0000 mgr.y (mgr.25441) 2277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:12.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: cluster 2024-03-30T04:45:10.818456+0000 mgr.y (mgr.25441) 2278 : cluster [DBG] pgmap v1492: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: cluster 2024-03-30T04:45:10.818761+0000 mgr.y (mgr.25441) 2279 : cluster [DBG] pgmap v1493: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: cephadm 2024-03-30T04:45:10.823796+0000 mgr.y (mgr.25441) 2280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:12.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:10.896648+0000 mon.c (mon.1) 2013 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:12.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:10.898955+0000 mon.c (mon.1) 2014 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:10.901006+0000 mon.c (mon.1) 2015 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:12.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:10.901619+0000 mon.c (mon.1) 2016 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:12.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: cluster 2024-03-30T04:45:10.902876+0000 mgr.y (mgr.25441) 2281 : cluster [DBG] pgmap v1494: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: cluster 2024-03-30T04:45:10.903159+0000 mgr.y (mgr.25441) 2282 : cluster [DBG] pgmap v1495: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:10.907416+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:12.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: cephadm 2024-03-30T04:45:10.908002+0000 mgr.y (mgr.25441) 2283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:12.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:10.964334+0000 mon.c (mon.1) 2017 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:12.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:10.966458+0000 mon.c (mon.1) 2018 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:10.968365+0000 mon.c (mon.1) 2019 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:12.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:10.969060+0000 mon.c (mon.1) 2020 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:12.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: cluster 2024-03-30T04:45:10.970459+0000 mgr.y (mgr.25441) 2284 : cluster [DBG] pgmap v1496: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: cluster 2024-03-30T04:45:10.970766+0000 mgr.y (mgr.25441) 2285 : cluster [DBG] pgmap v1497: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:10.980566+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:12.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: cephadm 2024-03-30T04:45:10.981199+0000 mgr.y (mgr.25441) 2286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:12.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.038017+0000 mon.c (mon.1) 2021 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:12.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.039944+0000 mon.c (mon.1) 2022 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.041623+0000 mon.c (mon.1) 2023 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:12.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.042217+0000 mon.c (mon.1) 2024 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:12.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: cluster 2024-03-30T04:45:11.043454+0000 mgr.y (mgr.25441) 2287 : cluster [DBG] pgmap v1498: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: cluster 2024-03-30T04:45:11.043743+0000 mgr.y (mgr.25441) 2288 : cluster [DBG] pgmap v1499: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.050005+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:12.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: cephadm 2024-03-30T04:45:11.050698+0000 mgr.y (mgr.25441) 2289 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:12.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.107590+0000 mon.c (mon.1) 2025 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:12.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.109852+0000 mon.c (mon.1) 2026 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.112313+0000 mon.c (mon.1) 2027 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:12.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.113230+0000 mon.c (mon.1) 2028 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:12.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: cluster 2024-03-30T04:45:11.114860+0000 mgr.y (mgr.25441) 2290 : cluster [DBG] pgmap v1500: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: cluster 2024-03-30T04:45:11.115184+0000 mgr.y (mgr.25441) 2291 : cluster [DBG] pgmap v1501: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.121695+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:12.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: cephadm 2024-03-30T04:45:11.122680+0000 mgr.y (mgr.25441) 2292 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:12.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.180007+0000 mon.c (mon.1) 2029 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:12.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.182614+0000 mon.c (mon.1) 2030 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.185269+0000 mon.c (mon.1) 2031 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:12.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.186085+0000 mon.c (mon.1) 2032 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:12.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: cluster 2024-03-30T04:45:11.188135+0000 mgr.y (mgr.25441) 2293 : cluster [DBG] pgmap v1502: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 23 op/s; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: cluster 2024-03-30T04:45:11.188451+0000 mgr.y (mgr.25441) 2294 : cluster [DBG] pgmap v1503: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.195894+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:12.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: cephadm 2024-03-30T04:45:11.199021+0000 mgr.y (mgr.25441) 2295 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:12.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.262457+0000 mon.c (mon.1) 2033 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:12.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.265547+0000 mon.c (mon.1) 2034 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.268485+0000 mon.c (mon.1) 2035 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:12.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.269449+0000 mon.c (mon.1) 2036 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:12.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: cluster 2024-03-30T04:45:11.271240+0000 mgr.y (mgr.25441) 2296 : cluster [DBG] pgmap v1504: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: cluster 2024-03-30T04:45:11.271566+0000 mgr.y (mgr.25441) 2297 : cluster [DBG] pgmap v1505: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.280997+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:12.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: cephadm 2024-03-30T04:45:11.282191+0000 mgr.y (mgr.25441) 2298 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:12.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.304546+0000 mgr.y (mgr.25441) 2299 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:12.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: cluster 2024-03-30T04:45:10.970766+0000 mgr.y (mgr.25441) 2285 : cluster [DBG] pgmap v1497: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:10.980566+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:12.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: cephadm 2024-03-30T04:45:10.981199+0000 mgr.y (mgr.25441) 2286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:12.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.038017+0000 mon.c (mon.1) 2021 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:12.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.039944+0000 mon.c (mon.1) 2022 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.041623+0000 mon.c (mon.1) 2023 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:12.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.042217+0000 mon.c (mon.1) 2024 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:12.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: cluster 2024-03-30T04:45:11.043454+0000 mgr.y (mgr.25441) 2287 : cluster [DBG] pgmap v1498: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: cluster 2024-03-30T04:45:11.043743+0000 mgr.y (mgr.25441) 2288 : cluster [DBG] pgmap v1499: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.050005+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:12.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: cephadm 2024-03-30T04:45:11.050698+0000 mgr.y (mgr.25441) 2289 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:12.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.107590+0000 mon.c (mon.1) 2025 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:12.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.109852+0000 mon.c (mon.1) 2026 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.112313+0000 mon.c (mon.1) 2027 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:12.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.113230+0000 mon.c (mon.1) 2028 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:12.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: cluster 2024-03-30T04:45:11.114860+0000 mgr.y (mgr.25441) 2290 : cluster [DBG] pgmap v1500: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: cluster 2024-03-30T04:45:11.115184+0000 mgr.y (mgr.25441) 2291 : cluster [DBG] pgmap v1501: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.121695+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:12.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.360983+0000 mon.c (mon.1) 2037 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:12.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.364460+0000 mon.c (mon.1) 2038 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.367960+0000 mon.c (mon.1) 2039 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:12.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.369092+0000 mon.c (mon.1) 2040 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:12.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: cluster 2024-03-30T04:45:11.371421+0000 mgr.y (mgr.25441) 2300 : cluster [DBG] pgmap v1506: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 19 op/s; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: cluster 2024-03-30T04:45:11.371759+0000 mgr.y (mgr.25441) 2301 : cluster [DBG] pgmap v1507: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 19 op/s; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.382591+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:12.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: cephadm 2024-03-30T04:45:11.384523+0000 mgr.y (mgr.25441) 2302 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:12.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.473579+0000 mon.c (mon.1) 2041 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:12.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.476584+0000 mon.c (mon.1) 2042 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.479852+0000 mon.c (mon.1) 2043 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:12.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.481048+0000 mon.c (mon.1) 2044 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:12.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: cluster 2024-03-30T04:45:11.483707+0000 mgr.y (mgr.25441) 2303 : cluster [DBG] pgmap v1508: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: cluster 2024-03-30T04:45:11.484667+0000 mgr.y (mgr.25441) 2304 : cluster [DBG] pgmap v1509: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.493822+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:12.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: cephadm 2024-03-30T04:45:11.494901+0000 mgr.y (mgr.25441) 2305 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:12.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.582614+0000 mon.c (mon.1) 2045 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:12.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.587111+0000 mon.c (mon.1) 2046 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.591296+0000 mon.c (mon.1) 2047 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:12.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.592930+0000 mon.c (mon.1) 2048 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:12.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: cluster 2024-03-30T04:45:11.596155+0000 mgr.y (mgr.25441) 2306 : cluster [DBG] pgmap v1510: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: cluster 2024-03-30T04:45:11.596937+0000 mgr.y (mgr.25441) 2307 : cluster [DBG] pgmap v1511: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.610006+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:12.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: cephadm 2024-03-30T04:45:11.611669+0000 mgr.y (mgr.25441) 2308 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:12.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.686519+0000 mon.c (mon.1) 2049 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:12.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.688804+0000 mon.c (mon.1) 2050 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.691344+0000 mon.c (mon.1) 2051 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:12.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.692116+0000 mon.c (mon.1) 2052 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:12.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: cluster 2024-03-30T04:45:11.693774+0000 mgr.y (mgr.25441) 2309 : cluster [DBG] pgmap v1512: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: cluster 2024-03-30T04:45:11.694198+0000 mgr.y (mgr.25441) 2310 : cluster [DBG] pgmap v1513: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.699442+0000 mon.a (mon.0) 1006 : audit [INF] from='osd.2 [v2:172.21.15.111:6818/1700574496,v1:172.21.15.111:6819/1700574496]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-30T04:45:12.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: cluster 2024-03-30T04:45:11.703484+0000 mon.a (mon.0) 1007 : cluster [DBG] osdmap e121: 8 total, 7 up, 8 in 2024-03-30T04:45:12.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.704363+0000 mon.a (mon.0) 1008 : audit [INF] from='osd.2 [v2:172.21.15.111:6818/1700574496,v1:172.21.15.111:6819/1700574496]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2024-03-30T04:45:12.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.715404+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:12.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: cephadm 2024-03-30T04:45:11.716934+0000 mgr.y (mgr.25441) 2311 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:12.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.791765+0000 mon.c (mon.1) 2053 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:12.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.794041+0000 mon.c (mon.1) 2054 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.797164+0000 mon.c (mon.1) 2055 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:12.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.797846+0000 mon.c (mon.1) 2056 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:12.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.805428+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:12.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.863099+0000 mon.c (mon.1) 2057 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:12.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.864944+0000 mon.c (mon.1) 2058 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.866761+0000 mon.c (mon.1) 2059 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:12.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.867432+0000 mon.c (mon.1) 2060 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:12.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[73591]: audit 2024-03-30T04:45:11.873879+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:12.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: cephadm 2024-03-30T04:45:11.122680+0000 mgr.y (mgr.25441) 2292 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:12.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.180007+0000 mon.c (mon.1) 2029 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:12.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.182614+0000 mon.c (mon.1) 2030 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.185269+0000 mon.c (mon.1) 2031 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:12.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.186085+0000 mon.c (mon.1) 2032 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:12.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: cluster 2024-03-30T04:45:11.188135+0000 mgr.y (mgr.25441) 2293 : cluster [DBG] pgmap v1502: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 23 op/s; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: cluster 2024-03-30T04:45:11.188451+0000 mgr.y (mgr.25441) 2294 : cluster [DBG] pgmap v1503: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.195894+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:12.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: cephadm 2024-03-30T04:45:11.199021+0000 mgr.y (mgr.25441) 2295 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:12.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.262457+0000 mon.c (mon.1) 2033 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:12.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.265547+0000 mon.c (mon.1) 2034 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.268485+0000 mon.c (mon.1) 2035 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:12.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.269449+0000 mon.c (mon.1) 2036 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:12.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: cluster 2024-03-30T04:45:11.271240+0000 mgr.y (mgr.25441) 2296 : cluster [DBG] pgmap v1504: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: cluster 2024-03-30T04:45:11.271566+0000 mgr.y (mgr.25441) 2297 : cluster [DBG] pgmap v1505: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.280997+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:12.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: cephadm 2024-03-30T04:45:11.282191+0000 mgr.y (mgr.25441) 2298 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:12.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.304546+0000 mgr.y (mgr.25441) 2299 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:12.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.360983+0000 mon.c (mon.1) 2037 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:12.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.364460+0000 mon.c (mon.1) 2038 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.367960+0000 mon.c (mon.1) 2039 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:12.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.369092+0000 mon.c (mon.1) 2040 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:12.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: cluster 2024-03-30T04:45:11.371421+0000 mgr.y (mgr.25441) 2300 : cluster [DBG] pgmap v1506: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 19 op/s; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: cluster 2024-03-30T04:45:11.371759+0000 mgr.y (mgr.25441) 2301 : cluster [DBG] pgmap v1507: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 19 op/s; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.382591+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:12.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: cephadm 2024-03-30T04:45:11.384523+0000 mgr.y (mgr.25441) 2302 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:12.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.473579+0000 mon.c (mon.1) 2041 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:12.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.476584+0000 mon.c (mon.1) 2042 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.479852+0000 mon.c (mon.1) 2043 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:12.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.481048+0000 mon.c (mon.1) 2044 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:12.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: cluster 2024-03-30T04:45:11.483707+0000 mgr.y (mgr.25441) 2303 : cluster [DBG] pgmap v1508: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: cluster 2024-03-30T04:45:11.484667+0000 mgr.y (mgr.25441) 2304 : cluster [DBG] pgmap v1509: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.493822+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:12.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: cephadm 2024-03-30T04:45:11.494901+0000 mgr.y (mgr.25441) 2305 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:12.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.582614+0000 mon.c (mon.1) 2045 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:12.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.587111+0000 mon.c (mon.1) 2046 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.591296+0000 mon.c (mon.1) 2047 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:12.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.592930+0000 mon.c (mon.1) 2048 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:12.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: cluster 2024-03-30T04:45:11.596155+0000 mgr.y (mgr.25441) 2306 : cluster [DBG] pgmap v1510: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: cluster 2024-03-30T04:45:11.596937+0000 mgr.y (mgr.25441) 2307 : cluster [DBG] pgmap v1511: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.610006+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:12.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: cephadm 2024-03-30T04:45:11.611669+0000 mgr.y (mgr.25441) 2308 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:12.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.686519+0000 mon.c (mon.1) 2049 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:12.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.688804+0000 mon.c (mon.1) 2050 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.691344+0000 mon.c (mon.1) 2051 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:12.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.692116+0000 mon.c (mon.1) 2052 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:12.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: cluster 2024-03-30T04:45:11.693774+0000 mgr.y (mgr.25441) 2309 : cluster [DBG] pgmap v1512: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: cluster 2024-03-30T04:45:11.694198+0000 mgr.y (mgr.25441) 2310 : cluster [DBG] pgmap v1513: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.699442+0000 mon.a (mon.0) 1006 : audit [INF] from='osd.2 [v2:172.21.15.111:6818/1700574496,v1:172.21.15.111:6819/1700574496]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-30T04:45:12.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: cluster 2024-03-30T04:45:11.703484+0000 mon.a (mon.0) 1007 : cluster [DBG] osdmap e121: 8 total, 7 up, 8 in 2024-03-30T04:45:12.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.704363+0000 mon.a (mon.0) 1008 : audit [INF] from='osd.2 [v2:172.21.15.111:6818/1700574496,v1:172.21.15.111:6819/1700574496]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2024-03-30T04:45:12.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.715404+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:12.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: cephadm 2024-03-30T04:45:11.716934+0000 mgr.y (mgr.25441) 2311 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:12.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.791765+0000 mon.c (mon.1) 2053 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:12.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.794041+0000 mon.c (mon.1) 2054 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.797164+0000 mon.c (mon.1) 2055 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:12.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.797846+0000 mon.c (mon.1) 2056 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:12.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.805428+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:12.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.863099+0000 mon.c (mon.1) 2057 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:12.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.864944+0000 mon.c (mon.1) 2058 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.866761+0000 mon.c (mon.1) 2059 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:12.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.867432+0000 mon.c (mon.1) 2060 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:12.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:11 smithi111 bash[70954]: audit 2024-03-30T04:45:11.873879+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:12.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: cephadm 2024-03-30T04:45:10.766685+0000 mgr.y (mgr.25441) 2277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:12.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: cluster 2024-03-30T04:45:10.818456+0000 mgr.y (mgr.25441) 2278 : cluster [DBG] pgmap v1492: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: cluster 2024-03-30T04:45:10.818761+0000 mgr.y (mgr.25441) 2279 : cluster [DBG] pgmap v1493: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: cephadm 2024-03-30T04:45:10.823796+0000 mgr.y (mgr.25441) 2280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:12.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:10.896648+0000 mon.c (mon.1) 2013 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:12.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:10.898955+0000 mon.c (mon.1) 2014 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:10.901006+0000 mon.c (mon.1) 2015 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:12.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:10.901619+0000 mon.c (mon.1) 2016 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:12.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: cluster 2024-03-30T04:45:10.902876+0000 mgr.y (mgr.25441) 2281 : cluster [DBG] pgmap v1494: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: cluster 2024-03-30T04:45:10.903159+0000 mgr.y (mgr.25441) 2282 : cluster [DBG] pgmap v1495: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:10.907416+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:12.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: cephadm 2024-03-30T04:45:10.908002+0000 mgr.y (mgr.25441) 2283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:12.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:10.964334+0000 mon.c (mon.1) 2017 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:12.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:10.966458+0000 mon.c (mon.1) 2018 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:10.968365+0000 mon.c (mon.1) 2019 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:12.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:10.969060+0000 mon.c (mon.1) 2020 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:12.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: cluster 2024-03-30T04:45:10.970459+0000 mgr.y (mgr.25441) 2284 : cluster [DBG] pgmap v1496: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: cluster 2024-03-30T04:45:10.970766+0000 mgr.y (mgr.25441) 2285 : cluster [DBG] pgmap v1497: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:10.980566+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:12.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: cephadm 2024-03-30T04:45:10.981199+0000 mgr.y (mgr.25441) 2286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:12.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.038017+0000 mon.c (mon.1) 2021 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:12.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.039944+0000 mon.c (mon.1) 2022 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.041623+0000 mon.c (mon.1) 2023 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:12.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.042217+0000 mon.c (mon.1) 2024 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:12.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: cluster 2024-03-30T04:45:11.043454+0000 mgr.y (mgr.25441) 2287 : cluster [DBG] pgmap v1498: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: cluster 2024-03-30T04:45:11.043743+0000 mgr.y (mgr.25441) 2288 : cluster [DBG] pgmap v1499: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.050005+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:12.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: cephadm 2024-03-30T04:45:11.050698+0000 mgr.y (mgr.25441) 2289 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:12.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.107590+0000 mon.c (mon.1) 2025 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:12.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.109852+0000 mon.c (mon.1) 2026 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.112313+0000 mon.c (mon.1) 2027 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:12.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.113230+0000 mon.c (mon.1) 2028 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:12.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: cluster 2024-03-30T04:45:11.114860+0000 mgr.y (mgr.25441) 2290 : cluster [DBG] pgmap v1500: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: cluster 2024-03-30T04:45:11.115184+0000 mgr.y (mgr.25441) 2291 : cluster [DBG] pgmap v1501: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.121695+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:12.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: cephadm 2024-03-30T04:45:11.122680+0000 mgr.y (mgr.25441) 2292 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:12.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.180007+0000 mon.c (mon.1) 2029 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:12.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.182614+0000 mon.c (mon.1) 2030 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.185269+0000 mon.c (mon.1) 2031 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:12.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.186085+0000 mon.c (mon.1) 2032 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:12.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: cluster 2024-03-30T04:45:11.188135+0000 mgr.y (mgr.25441) 2293 : cluster [DBG] pgmap v1502: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 23 op/s; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: cluster 2024-03-30T04:45:11.188451+0000 mgr.y (mgr.25441) 2294 : cluster [DBG] pgmap v1503: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.195894+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:12.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: cephadm 2024-03-30T04:45:11.199021+0000 mgr.y (mgr.25441) 2295 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:12.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.262457+0000 mon.c (mon.1) 2033 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:12.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.265547+0000 mon.c (mon.1) 2034 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.268485+0000 mon.c (mon.1) 2035 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:12.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.269449+0000 mon.c (mon.1) 2036 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:12.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: cluster 2024-03-30T04:45:11.271240+0000 mgr.y (mgr.25441) 2296 : cluster [DBG] pgmap v1504: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: cluster 2024-03-30T04:45:11.271566+0000 mgr.y (mgr.25441) 2297 : cluster [DBG] pgmap v1505: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.280997+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:12.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: cephadm 2024-03-30T04:45:11.282191+0000 mgr.y (mgr.25441) 2298 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:12.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.304546+0000 mgr.y (mgr.25441) 2299 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:12.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.360983+0000 mon.c (mon.1) 2037 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:12.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.364460+0000 mon.c (mon.1) 2038 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.367960+0000 mon.c (mon.1) 2039 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:12.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.369092+0000 mon.c (mon.1) 2040 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:12.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: cluster 2024-03-30T04:45:11.371421+0000 mgr.y (mgr.25441) 2300 : cluster [DBG] pgmap v1506: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 19 op/s; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: cluster 2024-03-30T04:45:11.371759+0000 mgr.y (mgr.25441) 2301 : cluster [DBG] pgmap v1507: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 19 op/s; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.382591+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:12.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: cephadm 2024-03-30T04:45:11.384523+0000 mgr.y (mgr.25441) 2302 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:12.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.473579+0000 mon.c (mon.1) 2041 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:12.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.476584+0000 mon.c (mon.1) 2042 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.479852+0000 mon.c (mon.1) 2043 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:12.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.481048+0000 mon.c (mon.1) 2044 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:12.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: cluster 2024-03-30T04:45:11.483707+0000 mgr.y (mgr.25441) 2303 : cluster [DBG] pgmap v1508: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: cluster 2024-03-30T04:45:11.484667+0000 mgr.y (mgr.25441) 2304 : cluster [DBG] pgmap v1509: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.493822+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:12.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: cephadm 2024-03-30T04:45:11.494901+0000 mgr.y (mgr.25441) 2305 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:12.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.582614+0000 mon.c (mon.1) 2045 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:12.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.587111+0000 mon.c (mon.1) 2046 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.591296+0000 mon.c (mon.1) 2047 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:12.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.592930+0000 mon.c (mon.1) 2048 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:12.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: cluster 2024-03-30T04:45:11.596155+0000 mgr.y (mgr.25441) 2306 : cluster [DBG] pgmap v1510: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: cluster 2024-03-30T04:45:11.596937+0000 mgr.y (mgr.25441) 2307 : cluster [DBG] pgmap v1511: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.610006+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:12.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: cephadm 2024-03-30T04:45:11.611669+0000 mgr.y (mgr.25441) 2308 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:12.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.686519+0000 mon.c (mon.1) 2049 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:12.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.688804+0000 mon.c (mon.1) 2050 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.691344+0000 mon.c (mon.1) 2051 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:12.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.692116+0000 mon.c (mon.1) 2052 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:12.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: cluster 2024-03-30T04:45:11.693774+0000 mgr.y (mgr.25441) 2309 : cluster [DBG] pgmap v1512: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: cluster 2024-03-30T04:45:11.694198+0000 mgr.y (mgr.25441) 2310 : cluster [DBG] pgmap v1513: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:12.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.699442+0000 mon.a (mon.0) 1006 : audit [INF] from='osd.2 [v2:172.21.15.111:6818/1700574496,v1:172.21.15.111:6819/1700574496]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-30T04:45:12.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: cluster 2024-03-30T04:45:11.703484+0000 mon.a (mon.0) 1007 : cluster [DBG] osdmap e121: 8 total, 7 up, 8 in 2024-03-30T04:45:12.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.704363+0000 mon.a (mon.0) 1008 : audit [INF] from='osd.2 [v2:172.21.15.111:6818/1700574496,v1:172.21.15.111:6819/1700574496]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2024-03-30T04:45:12.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.715404+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:12.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: cephadm 2024-03-30T04:45:11.716934+0000 mgr.y (mgr.25441) 2311 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:12.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.791765+0000 mon.c (mon.1) 2053 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:12.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.794041+0000 mon.c (mon.1) 2054 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.797164+0000 mon.c (mon.1) 2055 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:12.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.797846+0000 mon.c (mon.1) 2056 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:12.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.805428+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:12.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.863099+0000 mon.c (mon.1) 2057 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:12.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.864944+0000 mon.c (mon.1) 2058 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.866761+0000 mon.c (mon.1) 2059 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:12.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.867432+0000 mon.c (mon.1) 2060 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:12.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:11 smithi117 bash[62284]: audit 2024-03-30T04:45:11.873879+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.063 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cluster 2024-03-30T04:45:11.799336+0000 mgr.y (mgr.25441) 2312 : cluster [DBG] pgmap v1515: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.063 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cluster 2024-03-30T04:45:11.799666+0000 mgr.y (mgr.25441) 2313 : cluster [DBG] pgmap v1516: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.063 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cephadm 2024-03-30T04:45:11.806714+0000 mgr.y (mgr.25441) 2314 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.063 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cluster 2024-03-30T04:45:11.868728+0000 mgr.y (mgr.25441) 2315 : cluster [DBG] pgmap v1517: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.063 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cluster 2024-03-30T04:45:11.868967+0000 mgr.y (mgr.25441) 2316 : cluster [DBG] pgmap v1518: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.063 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cephadm 2024-03-30T04:45:11.874992+0000 mgr.y (mgr.25441) 2317 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.063 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:11.932711+0000 mon.c (mon.1) 2061 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.063 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:11.935001+0000 mon.c (mon.1) 2062 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.063 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:11.937201+0000 mon.c (mon.1) 2063 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.064 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:11.938013+0000 mon.c (mon.1) 2064 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.064 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cluster 2024-03-30T04:45:11.939784+0000 mgr.y (mgr.25441) 2318 : cluster [DBG] pgmap v1519: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.064 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cluster 2024-03-30T04:45:11.940110+0000 mgr.y (mgr.25441) 2319 : cluster [DBG] pgmap v1520: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.064 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:11.944875+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.064 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cephadm 2024-03-30T04:45:11.948091+0000 mgr.y (mgr.25441) 2320 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.064 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:11.989095+0000 mon.c (mon.1) 2065 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.064 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:11.990932+0000 mon.c (mon.1) 2066 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.064 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:11.992833+0000 mon.c (mon.1) 2067 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.064 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cluster 2024-03-30T04:45:11.799336+0000 mgr.y (mgr.25441) 2312 : cluster [DBG] pgmap v1515: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.064 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cluster 2024-03-30T04:45:11.799666+0000 mgr.y (mgr.25441) 2313 : cluster [DBG] pgmap v1516: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.065 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cephadm 2024-03-30T04:45:11.806714+0000 mgr.y (mgr.25441) 2314 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.065 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cluster 2024-03-30T04:45:11.868728+0000 mgr.y (mgr.25441) 2315 : cluster [DBG] pgmap v1517: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.065 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cluster 2024-03-30T04:45:11.868967+0000 mgr.y (mgr.25441) 2316 : cluster [DBG] pgmap v1518: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.065 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cephadm 2024-03-30T04:45:11.874992+0000 mgr.y (mgr.25441) 2317 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.065 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:11.932711+0000 mon.c (mon.1) 2061 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.065 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:11.935001+0000 mon.c (mon.1) 2062 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.065 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:11.937201+0000 mon.c (mon.1) 2063 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.065 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:11.938013+0000 mon.c (mon.1) 2064 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.065 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cluster 2024-03-30T04:45:11.939784+0000 mgr.y (mgr.25441) 2318 : cluster [DBG] pgmap v1519: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.065 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cluster 2024-03-30T04:45:11.940110+0000 mgr.y (mgr.25441) 2319 : cluster [DBG] pgmap v1520: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.065 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:11.944875+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.065 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cephadm 2024-03-30T04:45:11.948091+0000 mgr.y (mgr.25441) 2320 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.065 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:11.989095+0000 mon.c (mon.1) 2065 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.065 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:11.990932+0000 mon.c (mon.1) 2066 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.065 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:11.992833+0000 mon.c (mon.1) 2067 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.066 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:11.993542+0000 mon.c (mon.1) 2068 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.066 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cluster 2024-03-30T04:45:11.994965+0000 mgr.y (mgr.25441) 2321 : cluster [DBG] pgmap v1521: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.066 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cluster 2024-03-30T04:45:11.995318+0000 mgr.y (mgr.25441) 2322 : cluster [DBG] pgmap v1522: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.066 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.002011+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.066 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cephadm 2024-03-30T04:45:12.005196+0000 mgr.y (mgr.25441) 2323 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.066 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.049681+0000 mon.c (mon.1) 2069 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.066 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.051476+0000 mon.c (mon.1) 2070 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.066 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.053207+0000 mon.c (mon.1) 2071 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.066 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.053855+0000 mon.c (mon.1) 2072 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.066 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cluster 2024-03-30T04:45:12.055239+0000 mgr.y (mgr.25441) 2324 : cluster [DBG] pgmap v1523: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.067 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cluster 2024-03-30T04:45:12.055537+0000 mgr.y (mgr.25441) 2325 : cluster [DBG] pgmap v1524: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.067 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.062946+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.067 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cephadm 2024-03-30T04:45:12.065666+0000 mgr.y (mgr.25441) 2326 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.067 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.105943+0000 mon.c (mon.1) 2073 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.067 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.107761+0000 mon.c (mon.1) 2074 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.067 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.109618+0000 mon.c (mon.1) 2075 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.067 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.110304+0000 mon.c (mon.1) 2076 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.067 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cluster 2024-03-30T04:45:12.111621+0000 mgr.y (mgr.25441) 2327 : cluster [DBG] pgmap v1525: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.067 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:11.993542+0000 mon.c (mon.1) 2068 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.067 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cluster 2024-03-30T04:45:11.994965+0000 mgr.y (mgr.25441) 2321 : cluster [DBG] pgmap v1521: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.067 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cluster 2024-03-30T04:45:11.995318+0000 mgr.y (mgr.25441) 2322 : cluster [DBG] pgmap v1522: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.067 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.002011+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.068 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cephadm 2024-03-30T04:45:12.005196+0000 mgr.y (mgr.25441) 2323 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.068 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.049681+0000 mon.c (mon.1) 2069 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.068 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.051476+0000 mon.c (mon.1) 2070 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.068 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.053207+0000 mon.c (mon.1) 2071 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.068 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.053855+0000 mon.c (mon.1) 2072 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.068 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cluster 2024-03-30T04:45:12.055239+0000 mgr.y (mgr.25441) 2324 : cluster [DBG] pgmap v1523: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.068 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cluster 2024-03-30T04:45:12.055537+0000 mgr.y (mgr.25441) 2325 : cluster [DBG] pgmap v1524: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.068 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.062946+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.068 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cephadm 2024-03-30T04:45:12.065666+0000 mgr.y (mgr.25441) 2326 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.068 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.105943+0000 mon.c (mon.1) 2073 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.068 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.107761+0000 mon.c (mon.1) 2074 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.068 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.109618+0000 mon.c (mon.1) 2075 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.068 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.110304+0000 mon.c (mon.1) 2076 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.068 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cluster 2024-03-30T04:45:12.111621+0000 mgr.y (mgr.25441) 2327 : cluster [DBG] pgmap v1525: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.069 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cluster 2024-03-30T04:45:12.111951+0000 mgr.y (mgr.25441) 2328 : cluster [DBG] pgmap v1526: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.069 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.119106+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.069 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cephadm 2024-03-30T04:45:12.121818+0000 mgr.y (mgr.25441) 2329 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.069 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.162250+0000 mon.c (mon.1) 2077 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.069 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.163998+0000 mon.c (mon.1) 2078 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.069 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.165787+0000 mon.c (mon.1) 2079 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.069 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.166415+0000 mon.c (mon.1) 2080 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.069 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cluster 2024-03-30T04:45:12.167820+0000 mgr.y (mgr.25441) 2330 : cluster [DBG] pgmap v1527: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.069 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cluster 2024-03-30T04:45:12.168107+0000 mgr.y (mgr.25441) 2331 : cluster [DBG] pgmap v1528: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.069 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.175405+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.070 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cephadm 2024-03-30T04:45:12.178411+0000 mgr.y (mgr.25441) 2332 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.070 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.219472+0000 mon.c (mon.1) 2081 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.070 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.221614+0000 mon.c (mon.1) 2082 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.070 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.223549+0000 mon.c (mon.1) 2083 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.070 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.224204+0000 mon.c (mon.1) 2084 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.070 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cluster 2024-03-30T04:45:12.225517+0000 mgr.y (mgr.25441) 2333 : cluster [DBG] pgmap v1529: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.070 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cluster 2024-03-30T04:45:12.225842+0000 mgr.y (mgr.25441) 2334 : cluster [DBG] pgmap v1530: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.070 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.232839+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.070 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cluster 2024-03-30T04:45:12.111951+0000 mgr.y (mgr.25441) 2328 : cluster [DBG] pgmap v1526: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.070 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.119106+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.070 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cephadm 2024-03-30T04:45:12.121818+0000 mgr.y (mgr.25441) 2329 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.071 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.162250+0000 mon.c (mon.1) 2077 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.071 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.163998+0000 mon.c (mon.1) 2078 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.071 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.165787+0000 mon.c (mon.1) 2079 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.071 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.166415+0000 mon.c (mon.1) 2080 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.071 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cluster 2024-03-30T04:45:12.167820+0000 mgr.y (mgr.25441) 2330 : cluster [DBG] pgmap v1527: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.071 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cluster 2024-03-30T04:45:12.168107+0000 mgr.y (mgr.25441) 2331 : cluster [DBG] pgmap v1528: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.071 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.175405+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.071 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cephadm 2024-03-30T04:45:12.178411+0000 mgr.y (mgr.25441) 2332 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.071 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.219472+0000 mon.c (mon.1) 2081 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.071 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.221614+0000 mon.c (mon.1) 2082 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.071 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.223549+0000 mon.c (mon.1) 2083 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.071 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.224204+0000 mon.c (mon.1) 2084 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.071 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cluster 2024-03-30T04:45:12.225517+0000 mgr.y (mgr.25441) 2333 : cluster [DBG] pgmap v1529: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.071 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cluster 2024-03-30T04:45:12.225842+0000 mgr.y (mgr.25441) 2334 : cluster [DBG] pgmap v1530: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.071 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.232839+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.072 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cephadm 2024-03-30T04:45:12.235633+0000 mgr.y (mgr.25441) 2335 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.072 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.277786+0000 mon.c (mon.1) 2085 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.072 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.280089+0000 mon.c (mon.1) 2086 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.072 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.282745+0000 mon.c (mon.1) 2087 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.072 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.283608+0000 mon.c (mon.1) 2088 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.072 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cluster 2024-03-30T04:45:12.285477+0000 mgr.y (mgr.25441) 2336 : cluster [DBG] pgmap v1531: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.072 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cluster 2024-03-30T04:45:12.285838+0000 mgr.y (mgr.25441) 2337 : cluster [DBG] pgmap v1532: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.072 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.292183+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.072 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cephadm 2024-03-30T04:45:12.296122+0000 mgr.y (mgr.25441) 2338 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.072 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.342845+0000 mon.c (mon.1) 2089 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.072 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.344790+0000 mon.c (mon.1) 2090 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.072 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.346723+0000 mon.c (mon.1) 2091 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.072 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.347489+0000 mon.c (mon.1) 2092 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.073 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cluster 2024-03-30T04:45:12.349065+0000 mgr.y (mgr.25441) 2339 : cluster [DBG] pgmap v1533: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.073 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cluster 2024-03-30T04:45:12.349586+0000 mgr.y (mgr.25441) 2340 : cluster [DBG] pgmap v1534: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.073 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.357636+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.073 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cephadm 2024-03-30T04:45:12.359573+0000 mgr.y (mgr.25441) 2341 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.073 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.399786+0000 mon.c (mon.1) 2093 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.073 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cephadm 2024-03-30T04:45:12.235633+0000 mgr.y (mgr.25441) 2335 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.073 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.277786+0000 mon.c (mon.1) 2085 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.073 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.280089+0000 mon.c (mon.1) 2086 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.073 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.282745+0000 mon.c (mon.1) 2087 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.073 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.283608+0000 mon.c (mon.1) 2088 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.073 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cluster 2024-03-30T04:45:12.285477+0000 mgr.y (mgr.25441) 2336 : cluster [DBG] pgmap v1531: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.073 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cluster 2024-03-30T04:45:12.285838+0000 mgr.y (mgr.25441) 2337 : cluster [DBG] pgmap v1532: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.074 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.292183+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.074 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cephadm 2024-03-30T04:45:12.296122+0000 mgr.y (mgr.25441) 2338 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.074 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.342845+0000 mon.c (mon.1) 2089 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.074 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.344790+0000 mon.c (mon.1) 2090 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.074 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.346723+0000 mon.c (mon.1) 2091 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.074 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.347489+0000 mon.c (mon.1) 2092 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.074 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cluster 2024-03-30T04:45:12.349065+0000 mgr.y (mgr.25441) 2339 : cluster [DBG] pgmap v1533: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.074 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cluster 2024-03-30T04:45:12.349586+0000 mgr.y (mgr.25441) 2340 : cluster [DBG] pgmap v1534: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.074 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.357636+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.074 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cephadm 2024-03-30T04:45:12.359573+0000 mgr.y (mgr.25441) 2341 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.074 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.399786+0000 mon.c (mon.1) 2093 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.075 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.401884+0000 mon.c (mon.1) 2094 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.075 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.403884+0000 mon.c (mon.1) 2095 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.075 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.404608+0000 mon.c (mon.1) 2096 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.075 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cluster 2024-03-30T04:45:12.406081+0000 mgr.y (mgr.25441) 2342 : cluster [DBG] pgmap v1535: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.075 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cluster 2024-03-30T04:45:12.406461+0000 mgr.y (mgr.25441) 2343 : cluster [DBG] pgmap v1536: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.075 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.413852+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.075 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cephadm 2024-03-30T04:45:12.416622+0000 mgr.y (mgr.25441) 2344 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.075 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.457899+0000 mon.c (mon.1) 2097 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.075 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.459708+0000 mon.c (mon.1) 2098 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.075 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.461567+0000 mon.c (mon.1) 2099 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.075 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.462254+0000 mon.c (mon.1) 2100 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.075 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cluster 2024-03-30T04:45:12.464919+0000 mgr.y (mgr.25441) 2345 : cluster [DBG] pgmap v1537: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.075 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.469476+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.075 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cephadm 2024-03-30T04:45:12.472789+0000 mgr.y (mgr.25441) 2346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.075 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.529646+0000 mon.c (mon.1) 2101 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.076 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.531512+0000 mon.c (mon.1) 2102 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.076 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.533302+0000 mon.c (mon.1) 2103 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.076 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.533959+0000 mon.c (mon.1) 2104 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.076 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.401884+0000 mon.c (mon.1) 2094 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.076 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.403884+0000 mon.c (mon.1) 2095 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.076 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.404608+0000 mon.c (mon.1) 2096 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.076 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cluster 2024-03-30T04:45:12.406081+0000 mgr.y (mgr.25441) 2342 : cluster [DBG] pgmap v1535: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.076 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cluster 2024-03-30T04:45:12.406461+0000 mgr.y (mgr.25441) 2343 : cluster [DBG] pgmap v1536: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.076 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.413852+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.076 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cephadm 2024-03-30T04:45:12.416622+0000 mgr.y (mgr.25441) 2344 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.076 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.457899+0000 mon.c (mon.1) 2097 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.076 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.459708+0000 mon.c (mon.1) 2098 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.077 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.461567+0000 mon.c (mon.1) 2099 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.077 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.462254+0000 mon.c (mon.1) 2100 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.077 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cluster 2024-03-30T04:45:12.464919+0000 mgr.y (mgr.25441) 2345 : cluster [DBG] pgmap v1537: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.077 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.469476+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.077 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cephadm 2024-03-30T04:45:12.472789+0000 mgr.y (mgr.25441) 2346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.077 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.529646+0000 mon.c (mon.1) 2101 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.077 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.531512+0000 mon.c (mon.1) 2102 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.077 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.533302+0000 mon.c (mon.1) 2103 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.077 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.533959+0000 mon.c (mon.1) 2104 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.077 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cluster 2024-03-30T04:45:12.535350+0000 mgr.y (mgr.25441) 2347 : cluster [DBG] pgmap v1538: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.078 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cluster 2024-03-30T04:45:12.535631+0000 mgr.y (mgr.25441) 2348 : cluster [DBG] pgmap v1539: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.078 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.542410+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.078 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cephadm 2024-03-30T04:45:12.545396+0000 mgr.y (mgr.25441) 2349 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.078 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.591252+0000 mon.c (mon.1) 2105 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.078 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.593580+0000 mon.c (mon.1) 2106 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.078 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.595443+0000 mon.c (mon.1) 2107 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.078 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.596076+0000 mon.c (mon.1) 2108 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.078 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cluster 2024-03-30T04:45:12.597425+0000 mgr.y (mgr.25441) 2350 : cluster [DBG] pgmap v1540: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.078 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cluster 2024-03-30T04:45:12.597699+0000 mgr.y (mgr.25441) 2351 : cluster [DBG] pgmap v1541: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.078 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.605169+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.078 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cephadm 2024-03-30T04:45:12.607428+0000 mgr.y (mgr.25441) 2352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.078 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.648310+0000 mon.c (mon.1) 2109 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.078 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.650239+0000 mon.c (mon.1) 2110 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.078 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.652120+0000 mon.c (mon.1) 2111 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.078 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.652864+0000 mon.c (mon.1) 2112 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.079 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cluster 2024-03-30T04:45:12.654201+0000 mgr.y (mgr.25441) 2353 : cluster [DBG] pgmap v1542: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.079 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cluster 2024-03-30T04:45:12.654627+0000 mgr.y (mgr.25441) 2354 : cluster [DBG] pgmap v1543: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.079 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cluster 2024-03-30T04:45:12.535350+0000 mgr.y (mgr.25441) 2347 : cluster [DBG] pgmap v1538: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.079 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cluster 2024-03-30T04:45:12.535631+0000 mgr.y (mgr.25441) 2348 : cluster [DBG] pgmap v1539: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.079 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.542410+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.079 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cephadm 2024-03-30T04:45:12.545396+0000 mgr.y (mgr.25441) 2349 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.079 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.591252+0000 mon.c (mon.1) 2105 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.079 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.593580+0000 mon.c (mon.1) 2106 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.079 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.595443+0000 mon.c (mon.1) 2107 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.079 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.596076+0000 mon.c (mon.1) 2108 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.079 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cluster 2024-03-30T04:45:12.597425+0000 mgr.y (mgr.25441) 2350 : cluster [DBG] pgmap v1540: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.079 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cluster 2024-03-30T04:45:12.597699+0000 mgr.y (mgr.25441) 2351 : cluster [DBG] pgmap v1541: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.080 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.605169+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.080 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cephadm 2024-03-30T04:45:12.607428+0000 mgr.y (mgr.25441) 2352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.080 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.648310+0000 mon.c (mon.1) 2109 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.080 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.650239+0000 mon.c (mon.1) 2110 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.080 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.652120+0000 mon.c (mon.1) 2111 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.080 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.652864+0000 mon.c (mon.1) 2112 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.080 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cluster 2024-03-30T04:45:12.654201+0000 mgr.y (mgr.25441) 2353 : cluster [DBG] pgmap v1542: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.080 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cluster 2024-03-30T04:45:12.654627+0000 mgr.y (mgr.25441) 2354 : cluster [DBG] pgmap v1543: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.080 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.659464+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.080 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cephadm 2024-03-30T04:45:12.661274+0000 mgr.y (mgr.25441) 2355 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.080 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cluster 2024-03-30T04:45:12.711228+0000 mon.a (mon.0) 1025 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:45:13.080 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cluster 2024-03-30T04:45:12.716491+0000 mon.a (mon.0) 1026 : cluster [INF] osd.2 [v2:172.21.15.111:6818/1700574496,v1:172.21.15.111:6819/1700574496] boot 2024-03-30T04:45:13.081 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cluster 2024-03-30T04:45:12.716626+0000 mon.a (mon.0) 1027 : cluster [DBG] osdmap e122: 8 total, 8 up, 8 in 2024-03-30T04:45:13.081 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.717164+0000 mon.c (mon.1) 2113 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:45:13.081 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.725269+0000 mon.c (mon.1) 2114 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.081 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.740042+0000 mon.c (mon.1) 2115 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.081 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.746636+0000 mon.c (mon.1) 2116 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.081 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.747434+0000 mon.c (mon.1) 2117 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.081 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cluster 2024-03-30T04:45:12.748887+0000 mgr.y (mgr.25441) 2356 : cluster [DBG] pgmap v1545: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.081 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cluster 2024-03-30T04:45:12.749305+0000 mgr.y (mgr.25441) 2357 : cluster [DBG] pgmap v1546: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.081 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.755343+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.081 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: cephadm 2024-03-30T04:45:12.756468+0000 mgr.y (mgr.25441) 2358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.081 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.799717+0000 mon.c (mon.1) 2118 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.081 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.801823+0000 mon.c (mon.1) 2119 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.081 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.803657+0000 mon.c (mon.1) 2120 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.081 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.804365+0000 mon.c (mon.1) 2121 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.081 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.810732+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.081 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.875960+0000 mon.c (mon.1) 2122 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.082 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.878132+0000 mon.c (mon.1) 2123 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.082 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.880313+0000 mon.c (mon.1) 2124 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.082 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.881147+0000 mon.c (mon.1) 2125 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.082 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[70954]: audit 2024-03-30T04:45:12.887583+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.082 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.659464+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.082 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cephadm 2024-03-30T04:45:12.661274+0000 mgr.y (mgr.25441) 2355 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.082 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cluster 2024-03-30T04:45:12.711228+0000 mon.a (mon.0) 1025 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:45:13.082 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cluster 2024-03-30T04:45:12.716491+0000 mon.a (mon.0) 1026 : cluster [INF] osd.2 [v2:172.21.15.111:6818/1700574496,v1:172.21.15.111:6819/1700574496] boot 2024-03-30T04:45:13.082 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cluster 2024-03-30T04:45:12.716626+0000 mon.a (mon.0) 1027 : cluster [DBG] osdmap e122: 8 total, 8 up, 8 in 2024-03-30T04:45:13.082 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.717164+0000 mon.c (mon.1) 2113 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:45:13.082 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.725269+0000 mon.c (mon.1) 2114 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.082 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.740042+0000 mon.c (mon.1) 2115 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.083 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.746636+0000 mon.c (mon.1) 2116 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.083 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.747434+0000 mon.c (mon.1) 2117 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.083 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cluster 2024-03-30T04:45:12.748887+0000 mgr.y (mgr.25441) 2356 : cluster [DBG] pgmap v1545: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.083 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cluster 2024-03-30T04:45:12.749305+0000 mgr.y (mgr.25441) 2357 : cluster [DBG] pgmap v1546: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.083 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.755343+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.083 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: cephadm 2024-03-30T04:45:12.756468+0000 mgr.y (mgr.25441) 2358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.083 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.799717+0000 mon.c (mon.1) 2118 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.083 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.801823+0000 mon.c (mon.1) 2119 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.083 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.803657+0000 mon.c (mon.1) 2120 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.083 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.804365+0000 mon.c (mon.1) 2121 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.083 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.810732+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.083 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.875960+0000 mon.c (mon.1) 2122 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.083 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.878132+0000 mon.c (mon.1) 2123 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.083 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.880313+0000 mon.c (mon.1) 2124 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.083 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.881147+0000 mon.c (mon.1) 2125 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.084 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:12 smithi111 bash[73591]: audit 2024-03-30T04:45:12.887583+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cluster 2024-03-30T04:45:11.799336+0000 mgr.y (mgr.25441) 2312 : cluster [DBG] pgmap v1515: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cluster 2024-03-30T04:45:11.799666+0000 mgr.y (mgr.25441) 2313 : cluster [DBG] pgmap v1516: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cephadm 2024-03-30T04:45:11.806714+0000 mgr.y (mgr.25441) 2314 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cluster 2024-03-30T04:45:11.868728+0000 mgr.y (mgr.25441) 2315 : cluster [DBG] pgmap v1517: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cluster 2024-03-30T04:45:11.868967+0000 mgr.y (mgr.25441) 2316 : cluster [DBG] pgmap v1518: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cephadm 2024-03-30T04:45:11.874992+0000 mgr.y (mgr.25441) 2317 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:11.932711+0000 mon.c (mon.1) 2061 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:11.935001+0000 mon.c (mon.1) 2062 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:11.937201+0000 mon.c (mon.1) 2063 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:11.938013+0000 mon.c (mon.1) 2064 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cluster 2024-03-30T04:45:11.939784+0000 mgr.y (mgr.25441) 2318 : cluster [DBG] pgmap v1519: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cluster 2024-03-30T04:45:11.940110+0000 mgr.y (mgr.25441) 2319 : cluster [DBG] pgmap v1520: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:11.944875+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cephadm 2024-03-30T04:45:11.948091+0000 mgr.y (mgr.25441) 2320 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:11.989095+0000 mon.c (mon.1) 2065 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:11.990932+0000 mon.c (mon.1) 2066 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:11.992833+0000 mon.c (mon.1) 2067 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:11.993542+0000 mon.c (mon.1) 2068 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cluster 2024-03-30T04:45:11.994965+0000 mgr.y (mgr.25441) 2321 : cluster [DBG] pgmap v1521: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cluster 2024-03-30T04:45:11.995318+0000 mgr.y (mgr.25441) 2322 : cluster [DBG] pgmap v1522: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.002011+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cephadm 2024-03-30T04:45:12.005196+0000 mgr.y (mgr.25441) 2323 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.049681+0000 mon.c (mon.1) 2069 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.051476+0000 mon.c (mon.1) 2070 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.053207+0000 mon.c (mon.1) 2071 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.053855+0000 mon.c (mon.1) 2072 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cluster 2024-03-30T04:45:12.055239+0000 mgr.y (mgr.25441) 2324 : cluster [DBG] pgmap v1523: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cluster 2024-03-30T04:45:12.055537+0000 mgr.y (mgr.25441) 2325 : cluster [DBG] pgmap v1524: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.062946+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cephadm 2024-03-30T04:45:12.065666+0000 mgr.y (mgr.25441) 2326 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.105943+0000 mon.c (mon.1) 2073 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.107761+0000 mon.c (mon.1) 2074 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.109618+0000 mon.c (mon.1) 2075 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.110304+0000 mon.c (mon.1) 2076 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cluster 2024-03-30T04:45:12.111621+0000 mgr.y (mgr.25441) 2327 : cluster [DBG] pgmap v1525: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cluster 2024-03-30T04:45:12.111951+0000 mgr.y (mgr.25441) 2328 : cluster [DBG] pgmap v1526: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.119106+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cephadm 2024-03-30T04:45:12.121818+0000 mgr.y (mgr.25441) 2329 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.162250+0000 mon.c (mon.1) 2077 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.163998+0000 mon.c (mon.1) 2078 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.165787+0000 mon.c (mon.1) 2079 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.166415+0000 mon.c (mon.1) 2080 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cluster 2024-03-30T04:45:12.167820+0000 mgr.y (mgr.25441) 2330 : cluster [DBG] pgmap v1527: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cluster 2024-03-30T04:45:12.168107+0000 mgr.y (mgr.25441) 2331 : cluster [DBG] pgmap v1528: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.175405+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cephadm 2024-03-30T04:45:12.178411+0000 mgr.y (mgr.25441) 2332 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.219472+0000 mon.c (mon.1) 2081 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.221614+0000 mon.c (mon.1) 2082 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.223549+0000 mon.c (mon.1) 2083 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.224204+0000 mon.c (mon.1) 2084 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cluster 2024-03-30T04:45:12.225517+0000 mgr.y (mgr.25441) 2333 : cluster [DBG] pgmap v1529: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cluster 2024-03-30T04:45:12.225842+0000 mgr.y (mgr.25441) 2334 : cluster [DBG] pgmap v1530: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.232839+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cephadm 2024-03-30T04:45:12.235633+0000 mgr.y (mgr.25441) 2335 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.277786+0000 mon.c (mon.1) 2085 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.280089+0000 mon.c (mon.1) 2086 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.282745+0000 mon.c (mon.1) 2087 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.283608+0000 mon.c (mon.1) 2088 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cluster 2024-03-30T04:45:12.285477+0000 mgr.y (mgr.25441) 2336 : cluster [DBG] pgmap v1531: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cluster 2024-03-30T04:45:12.285838+0000 mgr.y (mgr.25441) 2337 : cluster [DBG] pgmap v1532: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.292183+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cephadm 2024-03-30T04:45:12.296122+0000 mgr.y (mgr.25441) 2338 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.342845+0000 mon.c (mon.1) 2089 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.344790+0000 mon.c (mon.1) 2090 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.346723+0000 mon.c (mon.1) 2091 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.347489+0000 mon.c (mon.1) 2092 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cluster 2024-03-30T04:45:12.349065+0000 mgr.y (mgr.25441) 2339 : cluster [DBG] pgmap v1533: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cluster 2024-03-30T04:45:12.349586+0000 mgr.y (mgr.25441) 2340 : cluster [DBG] pgmap v1534: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.357636+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cephadm 2024-03-30T04:45:12.359573+0000 mgr.y (mgr.25441) 2341 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.399786+0000 mon.c (mon.1) 2093 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.401884+0000 mon.c (mon.1) 2094 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.403884+0000 mon.c (mon.1) 2095 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.404608+0000 mon.c (mon.1) 2096 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cluster 2024-03-30T04:45:12.406081+0000 mgr.y (mgr.25441) 2342 : cluster [DBG] pgmap v1535: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cluster 2024-03-30T04:45:12.406461+0000 mgr.y (mgr.25441) 2343 : cluster [DBG] pgmap v1536: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.413852+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cephadm 2024-03-30T04:45:12.416622+0000 mgr.y (mgr.25441) 2344 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.457899+0000 mon.c (mon.1) 2097 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.459708+0000 mon.c (mon.1) 2098 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.461567+0000 mon.c (mon.1) 2099 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.462254+0000 mon.c (mon.1) 2100 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cluster 2024-03-30T04:45:12.464919+0000 mgr.y (mgr.25441) 2345 : cluster [DBG] pgmap v1537: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.469476+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cephadm 2024-03-30T04:45:12.472789+0000 mgr.y (mgr.25441) 2346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.529646+0000 mon.c (mon.1) 2101 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.531512+0000 mon.c (mon.1) 2102 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.533302+0000 mon.c (mon.1) 2103 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.533959+0000 mon.c (mon.1) 2104 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cluster 2024-03-30T04:45:12.535350+0000 mgr.y (mgr.25441) 2347 : cluster [DBG] pgmap v1538: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cluster 2024-03-30T04:45:12.535631+0000 mgr.y (mgr.25441) 2348 : cluster [DBG] pgmap v1539: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.542410+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cephadm 2024-03-30T04:45:12.545396+0000 mgr.y (mgr.25441) 2349 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.591252+0000 mon.c (mon.1) 2105 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.593580+0000 mon.c (mon.1) 2106 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.595443+0000 mon.c (mon.1) 2107 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.596076+0000 mon.c (mon.1) 2108 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cluster 2024-03-30T04:45:12.597425+0000 mgr.y (mgr.25441) 2350 : cluster [DBG] pgmap v1540: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cluster 2024-03-30T04:45:12.597699+0000 mgr.y (mgr.25441) 2351 : cluster [DBG] pgmap v1541: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.605169+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cephadm 2024-03-30T04:45:12.607428+0000 mgr.y (mgr.25441) 2352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.648310+0000 mon.c (mon.1) 2109 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.650239+0000 mon.c (mon.1) 2110 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.652120+0000 mon.c (mon.1) 2111 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.652864+0000 mon.c (mon.1) 2112 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cluster 2024-03-30T04:45:12.654201+0000 mgr.y (mgr.25441) 2353 : cluster [DBG] pgmap v1542: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cluster 2024-03-30T04:45:12.654627+0000 mgr.y (mgr.25441) 2354 : cluster [DBG] pgmap v1543: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.659464+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cephadm 2024-03-30T04:45:12.661274+0000 mgr.y (mgr.25441) 2355 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cluster 2024-03-30T04:45:12.711228+0000 mon.a (mon.0) 1025 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:45:13.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cluster 2024-03-30T04:45:12.716491+0000 mon.a (mon.0) 1026 : cluster [INF] osd.2 [v2:172.21.15.111:6818/1700574496,v1:172.21.15.111:6819/1700574496] boot 2024-03-30T04:45:13.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cluster 2024-03-30T04:45:12.716626+0000 mon.a (mon.0) 1027 : cluster [DBG] osdmap e122: 8 total, 8 up, 8 in 2024-03-30T04:45:13.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.717164+0000 mon.c (mon.1) 2113 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:45:13.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.725269+0000 mon.c (mon.1) 2114 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.740042+0000 mon.c (mon.1) 2115 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.746636+0000 mon.c (mon.1) 2116 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.747434+0000 mon.c (mon.1) 2117 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cluster 2024-03-30T04:45:12.748887+0000 mgr.y (mgr.25441) 2356 : cluster [DBG] pgmap v1545: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cluster 2024-03-30T04:45:12.749305+0000 mgr.y (mgr.25441) 2357 : cluster [DBG] pgmap v1546: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:13.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.755343+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: cephadm 2024-03-30T04:45:12.756468+0000 mgr.y (mgr.25441) 2358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:13.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.799717+0000 mon.c (mon.1) 2118 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.801823+0000 mon.c (mon.1) 2119 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.803657+0000 mon.c (mon.1) 2120 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.804365+0000 mon.c (mon.1) 2121 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.810732+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.875960+0000 mon.c (mon.1) 2122 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:13.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.878132+0000 mon.c (mon.1) 2123 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.880313+0000 mon.c (mon.1) 2124 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:13.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.881147+0000 mon.c (mon.1) 2125 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:13.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:12 smithi117 bash[62284]: audit 2024-03-30T04:45:12.887583+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:13.867 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[65893]: debug 2024-03-30T04:45:13.595+0000 7f81a1b9f700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2024-03-30T04:45:14.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: cluster 2024-03-30T04:45:12.805665+0000 mgr.y (mgr.25441) 2359 : cluster [DBG] pgmap v1547: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: cluster 2024-03-30T04:45:12.805955+0000 mgr.y (mgr.25441) 2360 : cluster [DBG] pgmap v1548: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: cephadm 2024-03-30T04:45:12.814040+0000 mgr.y (mgr.25441) 2361 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:14.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: cluster 2024-03-30T04:45:12.882677+0000 mgr.y (mgr.25441) 2362 : cluster [DBG] pgmap v1549: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: cluster 2024-03-30T04:45:12.882962+0000 mgr.y (mgr.25441) 2363 : cluster [DBG] pgmap v1550: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: cephadm 2024-03-30T04:45:12.890022+0000 mgr.y (mgr.25441) 2364 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:14.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:12.964037+0000 mon.c (mon.1) 2126 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:14.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:12.965895+0000 mon.c (mon.1) 2127 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:14.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:12.967734+0000 mon.c (mon.1) 2128 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:14.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:12.968390+0000 mon.c (mon.1) 2129 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:14.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: cluster 2024-03-30T04:45:12.969674+0000 mgr.y (mgr.25441) 2365 : cluster [DBG] pgmap v1551: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: cluster 2024-03-30T04:45:12.969979+0000 mgr.y (mgr.25441) 2366 : cluster [DBG] pgmap v1552: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:12.976268+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:14.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: cephadm 2024-03-30T04:45:12.977119+0000 mgr.y (mgr.25441) 2367 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:14.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.033375+0000 mon.c (mon.1) 2130 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:14.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.035826+0000 mon.c (mon.1) 2131 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:14.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.037902+0000 mon.c (mon.1) 2132 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:14.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: cluster 2024-03-30T04:45:12.805665+0000 mgr.y (mgr.25441) 2359 : cluster [DBG] pgmap v1547: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: cluster 2024-03-30T04:45:12.805955+0000 mgr.y (mgr.25441) 2360 : cluster [DBG] pgmap v1548: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: cephadm 2024-03-30T04:45:12.814040+0000 mgr.y (mgr.25441) 2361 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:14.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: cluster 2024-03-30T04:45:12.882677+0000 mgr.y (mgr.25441) 2362 : cluster [DBG] pgmap v1549: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: cluster 2024-03-30T04:45:12.882962+0000 mgr.y (mgr.25441) 2363 : cluster [DBG] pgmap v1550: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: cephadm 2024-03-30T04:45:12.890022+0000 mgr.y (mgr.25441) 2364 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:14.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:12.964037+0000 mon.c (mon.1) 2126 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:14.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:12.965895+0000 mon.c (mon.1) 2127 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:14.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:12.967734+0000 mon.c (mon.1) 2128 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:14.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:12.968390+0000 mon.c (mon.1) 2129 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:14.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: cluster 2024-03-30T04:45:12.969674+0000 mgr.y (mgr.25441) 2365 : cluster [DBG] pgmap v1551: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: cluster 2024-03-30T04:45:12.969979+0000 mgr.y (mgr.25441) 2366 : cluster [DBG] pgmap v1552: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:12.976268+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:14.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: cephadm 2024-03-30T04:45:12.977119+0000 mgr.y (mgr.25441) 2367 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:14.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.033375+0000 mon.c (mon.1) 2130 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:14.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.035826+0000 mon.c (mon.1) 2131 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:14.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.037902+0000 mon.c (mon.1) 2132 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:14.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.038622+0000 mon.c (mon.1) 2133 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:14.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: cluster 2024-03-30T04:45:13.040090+0000 mgr.y (mgr.25441) 2368 : cluster [DBG] pgmap v1553: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: cluster 2024-03-30T04:45:13.040386+0000 mgr.y (mgr.25441) 2369 : cluster [DBG] pgmap v1554: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.047617+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:14.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: cephadm 2024-03-30T04:45:13.048745+0000 mgr.y (mgr.25441) 2370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:14.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.110420+0000 mon.c (mon.1) 2134 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:14.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.113056+0000 mon.c (mon.1) 2135 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:14.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.115576+0000 mon.c (mon.1) 2136 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:14.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.116377+0000 mon.c (mon.1) 2137 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:14.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: cluster 2024-03-30T04:45:13.117936+0000 mgr.y (mgr.25441) 2371 : cluster [DBG] pgmap v1555: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: cluster 2024-03-30T04:45:13.118347+0000 mgr.y (mgr.25441) 2372 : cluster [DBG] pgmap v1556: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.125958+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:14.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: cephadm 2024-03-30T04:45:13.126962+0000 mgr.y (mgr.25441) 2373 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:14.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.204546+0000 mon.c (mon.1) 2138 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:14.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.207070+0000 mon.c (mon.1) 2139 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:14.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.209770+0000 mon.c (mon.1) 2140 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:14.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.210852+0000 mon.c (mon.1) 2141 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:14.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: cluster 2024-03-30T04:45:13.212473+0000 mgr.y (mgr.25441) 2374 : cluster [DBG] pgmap v1557: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.038622+0000 mon.c (mon.1) 2133 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:14.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: cluster 2024-03-30T04:45:13.040090+0000 mgr.y (mgr.25441) 2368 : cluster [DBG] pgmap v1553: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: cluster 2024-03-30T04:45:13.040386+0000 mgr.y (mgr.25441) 2369 : cluster [DBG] pgmap v1554: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.047617+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:14.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: cephadm 2024-03-30T04:45:13.048745+0000 mgr.y (mgr.25441) 2370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:14.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.110420+0000 mon.c (mon.1) 2134 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:14.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.113056+0000 mon.c (mon.1) 2135 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:14.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.115576+0000 mon.c (mon.1) 2136 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:14.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.116377+0000 mon.c (mon.1) 2137 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:14.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: cluster 2024-03-30T04:45:13.117936+0000 mgr.y (mgr.25441) 2371 : cluster [DBG] pgmap v1555: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: cluster 2024-03-30T04:45:13.118347+0000 mgr.y (mgr.25441) 2372 : cluster [DBG] pgmap v1556: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.125958+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:14.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: cephadm 2024-03-30T04:45:13.126962+0000 mgr.y (mgr.25441) 2373 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:14.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.204546+0000 mon.c (mon.1) 2138 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:14.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.207070+0000 mon.c (mon.1) 2139 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:14.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.209770+0000 mon.c (mon.1) 2140 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:14.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.210852+0000 mon.c (mon.1) 2141 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:14.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: cluster 2024-03-30T04:45:13.212473+0000 mgr.y (mgr.25441) 2374 : cluster [DBG] pgmap v1557: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: cluster 2024-03-30T04:45:13.212843+0000 mgr.y (mgr.25441) 2375 : cluster [DBG] pgmap v1558: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.221169+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:14.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: cephadm 2024-03-30T04:45:13.221913+0000 mgr.y (mgr.25441) 2376 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:14.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.279423+0000 mon.c (mon.1) 2142 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:14.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.281658+0000 mon.c (mon.1) 2143 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:14.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.283809+0000 mon.c (mon.1) 2144 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:14.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.284596+0000 mon.c (mon.1) 2145 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:14.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: cluster 2024-03-30T04:45:13.286258+0000 mgr.y (mgr.25441) 2377 : cluster [DBG] pgmap v1559: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: cluster 2024-03-30T04:45:13.286598+0000 mgr.y (mgr.25441) 2378 : cluster [DBG] pgmap v1560: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.292143+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:14.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: cephadm 2024-03-30T04:45:13.292904+0000 mgr.y (mgr.25441) 2379 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:14.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.337750+0000 mon.c (mon.1) 2146 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:14.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.340184+0000 mon.c (mon.1) 2147 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:14.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.342217+0000 mon.c (mon.1) 2148 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:14.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.342974+0000 mon.c (mon.1) 2149 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:14.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: cluster 2024-03-30T04:45:13.344499+0000 mgr.y (mgr.25441) 2380 : cluster [DBG] pgmap v1561: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: cluster 2024-03-30T04:45:13.344738+0000 mgr.y (mgr.25441) 2381 : cluster [DBG] pgmap v1562: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.350124+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:14.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: cluster 2024-03-30T04:45:13.212843+0000 mgr.y (mgr.25441) 2375 : cluster [DBG] pgmap v1558: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.221169+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:14.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: cephadm 2024-03-30T04:45:13.221913+0000 mgr.y (mgr.25441) 2376 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:14.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.279423+0000 mon.c (mon.1) 2142 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:14.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.281658+0000 mon.c (mon.1) 2143 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:14.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.283809+0000 mon.c (mon.1) 2144 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:14.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.284596+0000 mon.c (mon.1) 2145 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:14.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: cluster 2024-03-30T04:45:13.286258+0000 mgr.y (mgr.25441) 2377 : cluster [DBG] pgmap v1559: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: cluster 2024-03-30T04:45:13.286598+0000 mgr.y (mgr.25441) 2378 : cluster [DBG] pgmap v1560: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.292143+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:14.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: cephadm 2024-03-30T04:45:13.292904+0000 mgr.y (mgr.25441) 2379 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:14.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.337750+0000 mon.c (mon.1) 2146 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:14.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.340184+0000 mon.c (mon.1) 2147 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:14.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.342217+0000 mon.c (mon.1) 2148 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:14.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.342974+0000 mon.c (mon.1) 2149 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:14.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: cluster 2024-03-30T04:45:13.344499+0000 mgr.y (mgr.25441) 2380 : cluster [DBG] pgmap v1561: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: cluster 2024-03-30T04:45:13.344738+0000 mgr.y (mgr.25441) 2381 : cluster [DBG] pgmap v1562: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.350124+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:14.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: cephadm 2024-03-30T04:45:13.350871+0000 mgr.y (mgr.25441) 2382 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:14.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.391233+0000 mon.c (mon.1) 2150 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:14.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.393533+0000 mon.c (mon.1) 2151 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:14.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.395569+0000 mon.c (mon.1) 2152 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:14.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.396287+0000 mon.c (mon.1) 2153 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:14.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: cluster 2024-03-30T04:45:13.397705+0000 mgr.y (mgr.25441) 2383 : cluster [DBG] pgmap v1563: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: cluster 2024-03-30T04:45:13.398017+0000 mgr.y (mgr.25441) 2384 : cluster [DBG] pgmap v1564: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.402468+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:14.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: cephadm 2024-03-30T04:45:13.404194+0000 mgr.y (mgr.25441) 2385 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:14.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.461748+0000 mon.c (mon.1) 2154 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:14.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.463994+0000 mon.c (mon.1) 2155 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:14.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.466415+0000 mon.c (mon.1) 2156 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:14.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.467295+0000 mon.c (mon.1) 2157 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:14.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: cluster 2024-03-30T04:45:13.469168+0000 mgr.y (mgr.25441) 2386 : cluster [DBG] pgmap v1565: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: cluster 2024-03-30T04:45:13.469548+0000 mgr.y (mgr.25441) 2387 : cluster [DBG] pgmap v1566: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.475789+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:14.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: cephadm 2024-03-30T04:45:13.482134+0000 mgr.y (mgr.25441) 2388 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:14.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.522762+0000 mon.c (mon.1) 2158 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:14.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: cephadm 2024-03-30T04:45:13.350871+0000 mgr.y (mgr.25441) 2382 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:14.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.391233+0000 mon.c (mon.1) 2150 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:14.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.393533+0000 mon.c (mon.1) 2151 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:14.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.395569+0000 mon.c (mon.1) 2152 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:14.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.396287+0000 mon.c (mon.1) 2153 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:14.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: cluster 2024-03-30T04:45:13.397705+0000 mgr.y (mgr.25441) 2383 : cluster [DBG] pgmap v1563: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: cluster 2024-03-30T04:45:13.398017+0000 mgr.y (mgr.25441) 2384 : cluster [DBG] pgmap v1564: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.402468+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:14.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: cephadm 2024-03-30T04:45:13.404194+0000 mgr.y (mgr.25441) 2385 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:14.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.461748+0000 mon.c (mon.1) 2154 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:14.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.463994+0000 mon.c (mon.1) 2155 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:14.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.466415+0000 mon.c (mon.1) 2156 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:14.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.467295+0000 mon.c (mon.1) 2157 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:14.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: cluster 2024-03-30T04:45:13.469168+0000 mgr.y (mgr.25441) 2386 : cluster [DBG] pgmap v1565: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: cluster 2024-03-30T04:45:13.469548+0000 mgr.y (mgr.25441) 2387 : cluster [DBG] pgmap v1566: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.475789+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:14.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: cephadm 2024-03-30T04:45:13.482134+0000 mgr.y (mgr.25441) 2388 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:14.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.522762+0000 mon.c (mon.1) 2158 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:14.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.524684+0000 mon.c (mon.1) 2159 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:14.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.526594+0000 mon.c (mon.1) 2160 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:14.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.527284+0000 mon.c (mon.1) 2161 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:14.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: cluster 2024-03-30T04:45:13.528530+0000 mgr.y (mgr.25441) 2389 : cluster [DBG] pgmap v1567: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: cluster 2024-03-30T04:45:13.528859+0000 mgr.y (mgr.25441) 2390 : cluster [DBG] pgmap v1568: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.534075+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:14.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: cephadm 2024-03-30T04:45:13.535276+0000 mgr.y (mgr.25441) 2391 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:14.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.569514+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:14.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.578590+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:14.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: cluster 2024-03-30T04:45:13.580378+0000 mgr.y (mgr.25441) 2392 : cluster [DBG] pgmap v1569: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: cluster 2024-03-30T04:45:13.580676+0000 mgr.y (mgr.25441) 2393 : cluster [DBG] pgmap v1570: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.585311+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:14.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.595735+0000 mon.c (mon.1) 2162 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:14.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.597613+0000 mon.c (mon.1) 2163 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:14.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.599197+0000 mon.c (mon.1) 2164 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:14.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.600399+0000 mon.c (mon.1) 2165 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:14.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.602110+0000 mon.c (mon.1) 2166 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-30T04:45:14.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: audit 2024-03-30T04:45:13.602261+0000 mgr.y (mgr.25441) 2394 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-30T04:45:14.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: cephadm 2024-03-30T04:45:13.603073+0000 mgr.y (mgr.25441) 2395 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2024-03-30T04:45:14.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[70954]: cluster 2024-03-30T04:45:13.723918+0000 mon.a (mon.0) 1043 : cluster [DBG] osdmap e123: 8 total, 8 up, 8 in 2024-03-30T04:45:14.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.524684+0000 mon.c (mon.1) 2159 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:14.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.526594+0000 mon.c (mon.1) 2160 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:14.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.527284+0000 mon.c (mon.1) 2161 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:14.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: cluster 2024-03-30T04:45:13.528530+0000 mgr.y (mgr.25441) 2389 : cluster [DBG] pgmap v1567: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: cluster 2024-03-30T04:45:13.528859+0000 mgr.y (mgr.25441) 2390 : cluster [DBG] pgmap v1568: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.534075+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:14.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: cephadm 2024-03-30T04:45:13.535276+0000 mgr.y (mgr.25441) 2391 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:14.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.569514+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:14.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.578590+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:14.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: cluster 2024-03-30T04:45:13.580378+0000 mgr.y (mgr.25441) 2392 : cluster [DBG] pgmap v1569: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: cluster 2024-03-30T04:45:13.580676+0000 mgr.y (mgr.25441) 2393 : cluster [DBG] pgmap v1570: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.585311+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:14.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.595735+0000 mon.c (mon.1) 2162 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:14.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.597613+0000 mon.c (mon.1) 2163 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:14.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.599197+0000 mon.c (mon.1) 2164 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:14.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.600399+0000 mon.c (mon.1) 2165 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:14.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.602110+0000 mon.c (mon.1) 2166 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-30T04:45:14.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: audit 2024-03-30T04:45:13.602261+0000 mgr.y (mgr.25441) 2394 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-30T04:45:14.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: cephadm 2024-03-30T04:45:13.603073+0000 mgr.y (mgr.25441) 2395 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2024-03-30T04:45:14.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:13 smithi111 bash[73591]: cluster 2024-03-30T04:45:13.723918+0000 mon.a (mon.0) 1043 : cluster [DBG] osdmap e123: 8 total, 8 up, 8 in 2024-03-30T04:45:14.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: cluster 2024-03-30T04:45:12.805665+0000 mgr.y (mgr.25441) 2359 : cluster [DBG] pgmap v1547: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: cluster 2024-03-30T04:45:12.805955+0000 mgr.y (mgr.25441) 2360 : cluster [DBG] pgmap v1548: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: cephadm 2024-03-30T04:45:12.814040+0000 mgr.y (mgr.25441) 2361 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:14.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: cluster 2024-03-30T04:45:12.882677+0000 mgr.y (mgr.25441) 2362 : cluster [DBG] pgmap v1549: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: cluster 2024-03-30T04:45:12.882962+0000 mgr.y (mgr.25441) 2363 : cluster [DBG] pgmap v1550: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: cephadm 2024-03-30T04:45:12.890022+0000 mgr.y (mgr.25441) 2364 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:14.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:12.964037+0000 mon.c (mon.1) 2126 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:14.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:12.965895+0000 mon.c (mon.1) 2127 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:14.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:12.967734+0000 mon.c (mon.1) 2128 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:14.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:12.968390+0000 mon.c (mon.1) 2129 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:14.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: cluster 2024-03-30T04:45:12.969674+0000 mgr.y (mgr.25441) 2365 : cluster [DBG] pgmap v1551: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: cluster 2024-03-30T04:45:12.969979+0000 mgr.y (mgr.25441) 2366 : cluster [DBG] pgmap v1552: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:12.976268+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:14.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: cephadm 2024-03-30T04:45:12.977119+0000 mgr.y (mgr.25441) 2367 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:14.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.033375+0000 mon.c (mon.1) 2130 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:14.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.035826+0000 mon.c (mon.1) 2131 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:14.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.037902+0000 mon.c (mon.1) 2132 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:14.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.038622+0000 mon.c (mon.1) 2133 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:14.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: cluster 2024-03-30T04:45:13.040090+0000 mgr.y (mgr.25441) 2368 : cluster [DBG] pgmap v1553: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: cluster 2024-03-30T04:45:13.040386+0000 mgr.y (mgr.25441) 2369 : cluster [DBG] pgmap v1554: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.047617+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:14.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: cephadm 2024-03-30T04:45:13.048745+0000 mgr.y (mgr.25441) 2370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:14.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.110420+0000 mon.c (mon.1) 2134 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:14.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.113056+0000 mon.c (mon.1) 2135 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:14.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.115576+0000 mon.c (mon.1) 2136 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:14.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.116377+0000 mon.c (mon.1) 2137 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:14.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: cluster 2024-03-30T04:45:13.117936+0000 mgr.y (mgr.25441) 2371 : cluster [DBG] pgmap v1555: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: cluster 2024-03-30T04:45:13.118347+0000 mgr.y (mgr.25441) 2372 : cluster [DBG] pgmap v1556: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.125958+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:14.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: cephadm 2024-03-30T04:45:13.126962+0000 mgr.y (mgr.25441) 2373 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:14.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.204546+0000 mon.c (mon.1) 2138 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:14.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.207070+0000 mon.c (mon.1) 2139 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:14.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.209770+0000 mon.c (mon.1) 2140 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:14.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.210852+0000 mon.c (mon.1) 2141 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:14.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: cluster 2024-03-30T04:45:13.212473+0000 mgr.y (mgr.25441) 2374 : cluster [DBG] pgmap v1557: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: cluster 2024-03-30T04:45:13.212843+0000 mgr.y (mgr.25441) 2375 : cluster [DBG] pgmap v1558: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.221169+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:14.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: cephadm 2024-03-30T04:45:13.221913+0000 mgr.y (mgr.25441) 2376 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:14.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.279423+0000 mon.c (mon.1) 2142 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:14.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.281658+0000 mon.c (mon.1) 2143 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:14.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.283809+0000 mon.c (mon.1) 2144 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:14.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.284596+0000 mon.c (mon.1) 2145 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:14.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: cluster 2024-03-30T04:45:13.286258+0000 mgr.y (mgr.25441) 2377 : cluster [DBG] pgmap v1559: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: cluster 2024-03-30T04:45:13.286598+0000 mgr.y (mgr.25441) 2378 : cluster [DBG] pgmap v1560: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.292143+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:14.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: cephadm 2024-03-30T04:45:13.292904+0000 mgr.y (mgr.25441) 2379 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:14.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.337750+0000 mon.c (mon.1) 2146 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:14.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.340184+0000 mon.c (mon.1) 2147 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:14.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.342217+0000 mon.c (mon.1) 2148 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:14.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.342974+0000 mon.c (mon.1) 2149 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:14.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: cluster 2024-03-30T04:45:13.344499+0000 mgr.y (mgr.25441) 2380 : cluster [DBG] pgmap v1561: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: cluster 2024-03-30T04:45:13.344738+0000 mgr.y (mgr.25441) 2381 : cluster [DBG] pgmap v1562: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.350124+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:14.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: cephadm 2024-03-30T04:45:13.350871+0000 mgr.y (mgr.25441) 2382 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:14.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.391233+0000 mon.c (mon.1) 2150 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:14.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.393533+0000 mon.c (mon.1) 2151 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:14.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.395569+0000 mon.c (mon.1) 2152 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:14.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.396287+0000 mon.c (mon.1) 2153 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:14.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: cluster 2024-03-30T04:45:13.397705+0000 mgr.y (mgr.25441) 2383 : cluster [DBG] pgmap v1563: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: cluster 2024-03-30T04:45:13.398017+0000 mgr.y (mgr.25441) 2384 : cluster [DBG] pgmap v1564: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.402468+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:14.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: cephadm 2024-03-30T04:45:13.404194+0000 mgr.y (mgr.25441) 2385 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:14.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.461748+0000 mon.c (mon.1) 2154 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:14.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.463994+0000 mon.c (mon.1) 2155 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:14.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.466415+0000 mon.c (mon.1) 2156 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:14.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.467295+0000 mon.c (mon.1) 2157 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:14.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: cluster 2024-03-30T04:45:13.469168+0000 mgr.y (mgr.25441) 2386 : cluster [DBG] pgmap v1565: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: cluster 2024-03-30T04:45:13.469548+0000 mgr.y (mgr.25441) 2387 : cluster [DBG] pgmap v1566: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.475789+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:14.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: cephadm 2024-03-30T04:45:13.482134+0000 mgr.y (mgr.25441) 2388 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:14.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.522762+0000 mon.c (mon.1) 2158 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:14.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.524684+0000 mon.c (mon.1) 2159 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:14.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.526594+0000 mon.c (mon.1) 2160 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:14.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.527284+0000 mon.c (mon.1) 2161 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:14.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: cluster 2024-03-30T04:45:13.528530+0000 mgr.y (mgr.25441) 2389 : cluster [DBG] pgmap v1567: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: cluster 2024-03-30T04:45:13.528859+0000 mgr.y (mgr.25441) 2390 : cluster [DBG] pgmap v1568: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.534075+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:14.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: cephadm 2024-03-30T04:45:13.535276+0000 mgr.y (mgr.25441) 2391 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:14.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.569514+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:14.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.578590+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:14.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: cluster 2024-03-30T04:45:13.580378+0000 mgr.y (mgr.25441) 2392 : cluster [DBG] pgmap v1569: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: cluster 2024-03-30T04:45:13.580676+0000 mgr.y (mgr.25441) 2393 : cluster [DBG] pgmap v1570: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:14.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.585311+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:14.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.595735+0000 mon.c (mon.1) 2162 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:14.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.597613+0000 mon.c (mon.1) 2163 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:14.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.599197+0000 mon.c (mon.1) 2164 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:14.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.600399+0000 mon.c (mon.1) 2165 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:14.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.602110+0000 mon.c (mon.1) 2166 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-30T04:45:14.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: audit 2024-03-30T04:45:13.602261+0000 mgr.y (mgr.25441) 2394 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-30T04:45:14.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: cephadm 2024-03-30T04:45:13.603073+0000 mgr.y (mgr.25441) 2395 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2024-03-30T04:45:14.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:13 smithi117 bash[62284]: cluster 2024-03-30T04:45:13.723918+0000 mon.a (mon.0) 1043 : cluster [DBG] osdmap e123: 8 total, 8 up, 8 in 2024-03-30T04:45:16.605 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:16 smithi111 bash[73591]: audit 2024-03-30T04:45:15.255593+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:16.606 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:16 smithi111 bash[73591]: audit 2024-03-30T04:45:15.258221+0000 mon.c (mon.1) 2167 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:45:16.606 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:16 smithi111 bash[73591]: cluster 2024-03-30T04:45:15.581445+0000 mgr.y (mgr.25441) 2396 : cluster [DBG] pgmap v1572: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:16.606 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:16 smithi111 bash[70954]: audit 2024-03-30T04:45:15.255593+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:16.606 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:16 smithi111 bash[70954]: audit 2024-03-30T04:45:15.258221+0000 mon.c (mon.1) 2167 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:45:16.606 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:16 smithi111 bash[70954]: cluster 2024-03-30T04:45:15.581445+0000 mgr.y (mgr.25441) 2396 : cluster [DBG] pgmap v1572: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:16.606 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:45:16 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:45:16] "GET /metrics HTTP/1.1" 200 38370 "" "Prometheus/2.33.4" 2024-03-30T04:45:16.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:16 smithi117 bash[62284]: audit 2024-03-30T04:45:15.255593+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:16.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:16 smithi117 bash[62284]: audit 2024-03-30T04:45:15.258221+0000 mon.c (mon.1) 2167 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:45:16.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:16 smithi117 bash[62284]: cluster 2024-03-30T04:45:15.581445+0000 mgr.y (mgr.25441) 2396 : cluster [DBG] pgmap v1572: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:45:18.607 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:18 smithi117 bash[62284]: audit 2024-03-30T04:45:17.242939+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:18.607 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:18 smithi117 bash[62284]: audit 2024-03-30T04:45:17.250419+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:18.607 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:18 smithi117 bash[62284]: cluster 2024-03-30T04:45:17.253920+0000 mgr.y (mgr.25441) 2397 : cluster [DBG] pgmap v1573: 161 pgs: 3 active+undersized+degraded, 7 active+undersized, 151 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s; 28/726 objects degraded (3.857%) 2024-03-30T04:45:18.607 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:18 smithi117 bash[62284]: cluster 2024-03-30T04:45:17.254251+0000 mgr.y (mgr.25441) 2398 : cluster [DBG] pgmap v1574: 161 pgs: 3 active+undersized+degraded, 7 active+undersized, 151 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s; 28/726 objects degraded (3.857%) 2024-03-30T04:45:18.607 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:18 smithi117 bash[62284]: audit 2024-03-30T04:45:17.259999+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:18.607 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:18 smithi117 bash[62284]: audit 2024-03-30T04:45:17.918769+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:18.608 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:18 smithi117 bash[62284]: audit 2024-03-30T04:45:17.926118+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:18.608 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:18 smithi117 bash[62284]: audit 2024-03-30T04:45:17.933754+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:18.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:18 smithi111 bash[70954]: audit 2024-03-30T04:45:17.242939+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:18.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:18 smithi111 bash[70954]: audit 2024-03-30T04:45:17.250419+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:18.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:18 smithi111 bash[70954]: cluster 2024-03-30T04:45:17.253920+0000 mgr.y (mgr.25441) 2397 : cluster [DBG] pgmap v1573: 161 pgs: 3 active+undersized+degraded, 7 active+undersized, 151 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s; 28/726 objects degraded (3.857%) 2024-03-30T04:45:18.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:18 smithi111 bash[70954]: cluster 2024-03-30T04:45:17.254251+0000 mgr.y (mgr.25441) 2398 : cluster [DBG] pgmap v1574: 161 pgs: 3 active+undersized+degraded, 7 active+undersized, 151 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s; 28/726 objects degraded (3.857%) 2024-03-30T04:45:18.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:18 smithi111 bash[70954]: audit 2024-03-30T04:45:17.259999+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:18.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:18 smithi111 bash[70954]: audit 2024-03-30T04:45:17.918769+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:18.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:18 smithi111 bash[70954]: audit 2024-03-30T04:45:17.926118+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:18.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:18 smithi111 bash[70954]: audit 2024-03-30T04:45:17.933754+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:18.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:18 smithi111 bash[73591]: audit 2024-03-30T04:45:17.242939+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:18.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:18 smithi111 bash[73591]: audit 2024-03-30T04:45:17.250419+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:18.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:18 smithi111 bash[73591]: cluster 2024-03-30T04:45:17.253920+0000 mgr.y (mgr.25441) 2397 : cluster [DBG] pgmap v1573: 161 pgs: 3 active+undersized+degraded, 7 active+undersized, 151 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s; 28/726 objects degraded (3.857%) 2024-03-30T04:45:18.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:18 smithi111 bash[73591]: cluster 2024-03-30T04:45:17.254251+0000 mgr.y (mgr.25441) 2398 : cluster [DBG] pgmap v1574: 161 pgs: 3 active+undersized+degraded, 7 active+undersized, 151 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s; 28/726 objects degraded (3.857%) 2024-03-30T04:45:18.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:18 smithi111 bash[73591]: audit 2024-03-30T04:45:17.259999+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:18.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:18 smithi111 bash[73591]: audit 2024-03-30T04:45:17.918769+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:18.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:18 smithi111 bash[73591]: audit 2024-03-30T04:45:17.926118+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:18.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:18 smithi111 bash[73591]: audit 2024-03-30T04:45:17.933754+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:19.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:19 smithi111 bash[70954]: cluster 2024-03-30T04:45:17.927936+0000 mgr.y (mgr.25441) 2399 : cluster [DBG] pgmap v1575: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:45:19.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:19 smithi111 bash[70954]: cluster 2024-03-30T04:45:17.928207+0000 mgr.y (mgr.25441) 2400 : cluster [DBG] pgmap v1576: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:45:19.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:19 smithi111 bash[70954]: cluster 2024-03-30T04:45:18.247958+0000 mon.a (mon.0) 1051 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 64/726 objects degraded (8.815%), 13 pgs degraded) 2024-03-30T04:45:19.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:19 smithi111 bash[73591]: cluster 2024-03-30T04:45:17.927936+0000 mgr.y (mgr.25441) 2399 : cluster [DBG] pgmap v1575: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:45:19.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:19 smithi111 bash[73591]: cluster 2024-03-30T04:45:17.928207+0000 mgr.y (mgr.25441) 2400 : cluster [DBG] pgmap v1576: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:45:19.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:19 smithi111 bash[73591]: cluster 2024-03-30T04:45:18.247958+0000 mon.a (mon.0) 1051 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 64/726 objects degraded (8.815%), 13 pgs degraded) 2024-03-30T04:45:19.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:19 smithi117 bash[62284]: cluster 2024-03-30T04:45:17.927936+0000 mgr.y (mgr.25441) 2399 : cluster [DBG] pgmap v1575: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:45:19.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:19 smithi117 bash[62284]: cluster 2024-03-30T04:45:17.928207+0000 mgr.y (mgr.25441) 2400 : cluster [DBG] pgmap v1576: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:45:19.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:19 smithi117 bash[62284]: cluster 2024-03-30T04:45:18.247958+0000 mon.a (mon.0) 1051 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 64/726 objects degraded (8.815%), 13 pgs degraded) 2024-03-30T04:45:20.059 INFO:teuthology.orchestra.run.smithi111.stdout:true 2024-03-30T04:45:20.788 INFO:teuthology.orchestra.run.smithi111.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:45:20.788 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi111 smithi111 running 2s ago 19m - - 2024-03-30T04:45:20.788 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi117 smithi117 running 3s ago 19m - - 2024-03-30T04:45:20.788 INFO:teuthology.orchestra.run.smithi111.stdout:alertmanager.a smithi111 *:9093,9094 running (6m) 2s ago 13m 13.9M - 0.23.0 ba2b418f427c 1324aeb3a452 2024-03-30T04:45:20.788 INFO:teuthology.orchestra.run.smithi111.stdout:grafana.a smithi117 *:3000 error 3s ago 12m - - 2024-03-30T04:45:20.788 INFO:teuthology.orchestra.run.smithi111.stdout:iscsi.foo.smithi111.fmwmll smithi111 running (4m) 2s ago 10m 44.0M - 3.5 e1d6a67b021e 429bab8e2057 2024-03-30T04:45:20.789 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.x smithi117 *:8443,9283,8765 running (3m) 3s ago 19m 437M - 19.0.0-2493-gd82c9aa1 3714003597ec 42ebd55da4b4 2024-03-30T04:45:20.789 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.y smithi111 *:8443,9283,8765 running (5m) 2s ago 20m 516M - 19.0.0-2493-gd82c9aa1 3714003597ec fa84fb31d2a4 2024-03-30T04:45:20.789 INFO:teuthology.orchestra.run.smithi111.stdout:mon.a smithi111 running (3m) 2s ago 21m 96.2M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 896c96f933ff 2024-03-30T04:45:20.789 INFO:teuthology.orchestra.run.smithi111.stdout:mon.b smithi117 running (2m) 3s ago 19m 42.2M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 60f10ffc2128 2024-03-30T04:45:20.789 INFO:teuthology.orchestra.run.smithi111.stdout:mon.c smithi111 running (3m) 2s ago 19m 60.0M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 385ecbe45d43 2024-03-30T04:45:20.789 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.a smithi111 *:9100 running (6m) 2s ago 13m 9295k - 1.3.1 1dbe0e931976 6370ea39ede2 2024-03-30T04:45:20.789 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.b smithi117 *:9100 running (5m) 3s ago 13m 9639k - 1.3.1 1dbe0e931976 038bdefec2fb 2024-03-30T04:45:20.789 INFO:teuthology.orchestra.run.smithi111.stdout:osd.0 smithi111 running (95s) 2s ago 18m 49.0M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec c83a5c211a2a 2024-03-30T04:45:20.789 INFO:teuthology.orchestra.run.smithi111.stdout:osd.1 smithi111 running (55s) 2s ago 17m 55.2M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 72f709306a82 2024-03-30T04:45:20.789 INFO:teuthology.orchestra.run.smithi111.stdout:osd.2 smithi111 running (15s) 2s ago 17m 43.7M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 4812fabf499a 2024-03-30T04:45:20.789 INFO:teuthology.orchestra.run.smithi111.stdout:osd.3 smithi111 running (16m) 2s ago 16m 62.3M 4096M 17.2.0 e1d6a67b021e 9bdb46999038 2024-03-30T04:45:20.789 INFO:teuthology.orchestra.run.smithi111.stdout:osd.4 smithi117 running (16m) 3s ago 16m 63.5M 4096M 17.2.0 e1d6a67b021e dfb36784cb06 2024-03-30T04:45:20.789 INFO:teuthology.orchestra.run.smithi111.stdout:osd.5 smithi117 running (15m) 3s ago 15m 59.8M 4096M 17.2.0 e1d6a67b021e 232d5fd01e16 2024-03-30T04:45:20.789 INFO:teuthology.orchestra.run.smithi111.stdout:osd.6 smithi117 running (14m) 3s ago 14m 57.1M 4096M 17.2.0 e1d6a67b021e 393ee9af633e 2024-03-30T04:45:20.789 INFO:teuthology.orchestra.run.smithi111.stdout:osd.7 smithi117 running (14m) 3s ago 14m 63.4M 4096M 17.2.0 e1d6a67b021e f9f3a86e8182 2024-03-30T04:45:20.790 INFO:teuthology.orchestra.run.smithi111.stdout:prometheus.a smithi117 *:9095 running (4m) 3s ago 13m 65.8M - 2.33.4 514e6a882f6e e0486046291e 2024-03-30T04:45:20.790 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi111.gqpgtc smithi111 *:8000 running (11m) 2s ago 11m 87.8M - 17.2.0 e1d6a67b021e e51a6fac1b59 2024-03-30T04:45:20.790 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi117.nijpsz smithi117 *:8000 running (11m) 3s ago 11m 87.8M - 17.2.0 e1d6a67b021e bd8939f98ae0 2024-03-30T04:45:20.790 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi111.nqgkvi smithi111 *:80 running (10m) 2s ago 10m 88.0M - 17.2.0 e1d6a67b021e 4dd1cc17abca 2024-03-30T04:45:20.790 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi117.wrgldy smithi117 *:80 running (10m) 3s ago 10m 87.6M - 17.2.0 e1d6a67b021e 1bff1faa59ec 2024-03-30T04:45:21.212 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:45:21.212 INFO:teuthology.orchestra.run.smithi111.stdout: "mon": { 2024-03-30T04:45:21.212 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:45:21.212 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:45:21.212 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr": { 2024-03-30T04:45:21.212 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:45:21.212 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:45:21.212 INFO:teuthology.orchestra.run.smithi111.stdout: "osd": { 2024-03-30T04:45:21.212 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 5, 2024-03-30T04:45:21.212 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:45:21.212 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:45:21.213 INFO:teuthology.orchestra.run.smithi111.stdout: "rgw": { 2024-03-30T04:45:21.213 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:45:21.213 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:45:21.213 INFO:teuthology.orchestra.run.smithi111.stdout: "overall": { 2024-03-30T04:45:21.213 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 9, 2024-03-30T04:45:21.213 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 8 2024-03-30T04:45:21.213 INFO:teuthology.orchestra.run.smithi111.stdout: } 2024-03-30T04:45:21.213 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:45:21.581 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:45:21.581 INFO:teuthology.orchestra.run.smithi111.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962", 2024-03-30T04:45:21.581 INFO:teuthology.orchestra.run.smithi111.stdout: "in_progress": true, 2024-03-30T04:45:21.581 INFO:teuthology.orchestra.run.smithi111.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:45:21.581 INFO:teuthology.orchestra.run.smithi111.stdout: "services_complete": [ 2024-03-30T04:45:21.581 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr", 2024-03-30T04:45:21.581 INFO:teuthology.orchestra.run.smithi111.stdout: "mon" 2024-03-30T04:45:21.581 INFO:teuthology.orchestra.run.smithi111.stdout: ], 2024-03-30T04:45:21.581 INFO:teuthology.orchestra.run.smithi111.stdout: "progress": "8/23 daemons upgraded", 2024-03-30T04:45:21.582 INFO:teuthology.orchestra.run.smithi111.stdout: "message": "Currently upgrading osd daemons", 2024-03-30T04:45:21.582 INFO:teuthology.orchestra.run.smithi111.stdout: "is_paused": false 2024-03-30T04:45:21.582 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:45:21.582 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:21 smithi117 bash[62284]: cluster 2024-03-30T04:45:19.928660+0000 mgr.y (mgr.25441) 2401 : cluster [DBG] pgmap v1577: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 824 B/s rd, 0 op/s 2024-03-30T04:45:21.582 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:21 smithi117 bash[62284]: audit 2024-03-30T04:45:20.054186+0000 mgr.y (mgr.25441) 2402 : audit [DBG] from='client.44299 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:21.582 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:21 smithi117 bash[62284]: audit 2024-03-30T04:45:20.417785+0000 mgr.y (mgr.25441) 2403 : audit [DBG] from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:21.582 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:21 smithi117 bash[62284]: audit 2024-03-30T04:45:21.219096+0000 mon.c (mon.1) 2168 : audit [DBG] from='client.? 172.21.15.111:0/2899790961' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:21 smithi111 bash[73591]: cluster 2024-03-30T04:45:19.928660+0000 mgr.y (mgr.25441) 2401 : cluster [DBG] pgmap v1577: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 824 B/s rd, 0 op/s 2024-03-30T04:45:21.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:21 smithi111 bash[73591]: audit 2024-03-30T04:45:20.054186+0000 mgr.y (mgr.25441) 2402 : audit [DBG] from='client.44299 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:21.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:21 smithi111 bash[73591]: audit 2024-03-30T04:45:20.417785+0000 mgr.y (mgr.25441) 2403 : audit [DBG] from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:21.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:21 smithi111 bash[73591]: audit 2024-03-30T04:45:21.219096+0000 mon.c (mon.1) 2168 : audit [DBG] from='client.? 172.21.15.111:0/2899790961' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:21 smithi111 bash[70954]: cluster 2024-03-30T04:45:19.928660+0000 mgr.y (mgr.25441) 2401 : cluster [DBG] pgmap v1577: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 824 B/s rd, 0 op/s 2024-03-30T04:45:21.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:21 smithi111 bash[70954]: audit 2024-03-30T04:45:20.054186+0000 mgr.y (mgr.25441) 2402 : audit [DBG] from='client.44299 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:21.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:21 smithi111 bash[70954]: audit 2024-03-30T04:45:20.417785+0000 mgr.y (mgr.25441) 2403 : audit [DBG] from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:21.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:21 smithi111 bash[70954]: audit 2024-03-30T04:45:21.219096+0000 mon.c (mon.1) 2168 : audit [DBG] from='client.? 172.21.15.111:0/2899790961' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:22.017 INFO:teuthology.orchestra.run.smithi111.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:45:22.017 INFO:teuthology.orchestra.run.smithi111.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:45:22.018 INFO:teuthology.orchestra.run.smithi111.stdout: daemon grafana.a on smithi117 is in error state 2024-03-30T04:45:22.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:22 smithi111 bash[70954]: audit 2024-03-30T04:45:20.778366+0000 mgr.y (mgr.25441) 2404 : audit [DBG] from='client.34380 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:22.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:22 smithi111 bash[70954]: audit 2024-03-30T04:45:21.315393+0000 mgr.y (mgr.25441) 2405 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:22.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:22 smithi111 bash[70954]: audit 2024-03-30T04:45:21.588210+0000 mgr.y (mgr.25441) 2406 : audit [DBG] from='client.34392 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:22.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:22 smithi111 bash[70954]: audit 2024-03-30T04:45:22.024640+0000 mon.c (mon.1) 2169 : audit [DBG] from='client.? 172.21.15.111:0/2718258133' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:45:22.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:22 smithi111 bash[73591]: audit 2024-03-30T04:45:20.778366+0000 mgr.y (mgr.25441) 2404 : audit [DBG] from='client.34380 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:22.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:22 smithi111 bash[73591]: audit 2024-03-30T04:45:21.315393+0000 mgr.y (mgr.25441) 2405 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:22.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:22 smithi111 bash[73591]: audit 2024-03-30T04:45:21.588210+0000 mgr.y (mgr.25441) 2406 : audit [DBG] from='client.34392 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:22.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:22 smithi111 bash[73591]: audit 2024-03-30T04:45:22.024640+0000 mon.c (mon.1) 2169 : audit [DBG] from='client.? 172.21.15.111:0/2718258133' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:45:22.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:22 smithi117 bash[62284]: audit 2024-03-30T04:45:20.778366+0000 mgr.y (mgr.25441) 2404 : audit [DBG] from='client.34380 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:22.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:22 smithi117 bash[62284]: audit 2024-03-30T04:45:21.315393+0000 mgr.y (mgr.25441) 2405 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:22.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:22 smithi117 bash[62284]: audit 2024-03-30T04:45:21.588210+0000 mgr.y (mgr.25441) 2406 : audit [DBG] from='client.34392 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:22.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:22 smithi117 bash[62284]: audit 2024-03-30T04:45:22.024640+0000 mon.c (mon.1) 2169 : audit [DBG] from='client.? 172.21.15.111:0/2718258133' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:45:23.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:23 smithi111 bash[73591]: cluster 2024-03-30T04:45:21.930154+0000 mgr.y (mgr.25441) 2407 : cluster [DBG] pgmap v1578: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-30T04:45:23.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:23 smithi111 bash[70954]: cluster 2024-03-30T04:45:21.930154+0000 mgr.y (mgr.25441) 2407 : cluster [DBG] pgmap v1578: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-30T04:45:23.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:23 smithi117 bash[62284]: cluster 2024-03-30T04:45:21.930154+0000 mgr.y (mgr.25441) 2407 : cluster [DBG] pgmap v1578: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-30T04:45:25.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:25 smithi111 bash[70954]: cluster 2024-03-30T04:45:23.931244+0000 mgr.y (mgr.25441) 2408 : cluster [DBG] pgmap v1579: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 766 B/s rd, 0 op/s 2024-03-30T04:45:25.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:25 smithi111 bash[73591]: cluster 2024-03-30T04:45:23.931244+0000 mgr.y (mgr.25441) 2408 : cluster [DBG] pgmap v1579: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 766 B/s rd, 0 op/s 2024-03-30T04:45:25.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:25 smithi117 bash[62284]: cluster 2024-03-30T04:45:23.931244+0000 mgr.y (mgr.25441) 2408 : cluster [DBG] pgmap v1579: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 766 B/s rd, 0 op/s 2024-03-30T04:45:26.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:26 smithi111 bash[70954]: audit 2024-03-30T04:45:25.414617+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:26.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:26 smithi111 bash[73591]: audit 2024-03-30T04:45:25.414617+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:26.866 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:45:26 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:45:26] "GET /metrics HTTP/1.1" 200 38370 "" "Prometheus/2.33.4" 2024-03-30T04:45:26.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:26 smithi117 bash[62284]: audit 2024-03-30T04:45:25.414617+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:27.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:27 smithi111 bash[73591]: cluster 2024-03-30T04:45:25.931971+0000 mgr.y (mgr.25441) 2409 : cluster [DBG] pgmap v1580: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 590 B/s rd, 0 op/s 2024-03-30T04:45:27.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:27 smithi111 bash[70954]: cluster 2024-03-30T04:45:25.931971+0000 mgr.y (mgr.25441) 2409 : cluster [DBG] pgmap v1580: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 590 B/s rd, 0 op/s 2024-03-30T04:45:27.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:27 smithi117 bash[62284]: cluster 2024-03-30T04:45:25.931971+0000 mgr.y (mgr.25441) 2409 : cluster [DBG] pgmap v1580: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 590 B/s rd, 0 op/s 2024-03-30T04:45:29.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:29 smithi111 bash[70954]: cluster 2024-03-30T04:45:27.933687+0000 mgr.y (mgr.25441) 2410 : cluster [DBG] pgmap v1581: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:45:29.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:29 smithi111 bash[70954]: audit 2024-03-30T04:45:28.615256+0000 mon.c (mon.1) 2170 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-30T04:45:29.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:29 smithi111 bash[70954]: audit 2024-03-30T04:45:28.615724+0000 mgr.y (mgr.25441) 2411 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-30T04:45:29.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:29 smithi111 bash[70954]: cephadm 2024-03-30T04:45:28.618436+0000 mgr.y (mgr.25441) 2412 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-03-30T04:45:29.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:29 smithi111 bash[73591]: cluster 2024-03-30T04:45:27.933687+0000 mgr.y (mgr.25441) 2410 : cluster [DBG] pgmap v1581: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:45:29.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:29 smithi111 bash[73591]: audit 2024-03-30T04:45:28.615256+0000 mon.c (mon.1) 2170 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-30T04:45:29.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:29 smithi111 bash[73591]: audit 2024-03-30T04:45:28.615724+0000 mgr.y (mgr.25441) 2411 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-30T04:45:29.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:29 smithi111 bash[73591]: cephadm 2024-03-30T04:45:28.618436+0000 mgr.y (mgr.25441) 2412 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-03-30T04:45:29.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:29 smithi117 bash[62284]: cluster 2024-03-30T04:45:27.933687+0000 mgr.y (mgr.25441) 2410 : cluster [DBG] pgmap v1581: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:45:29.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:29 smithi117 bash[62284]: audit 2024-03-30T04:45:28.615256+0000 mon.c (mon.1) 2170 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-30T04:45:29.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:29 smithi117 bash[62284]: audit 2024-03-30T04:45:28.615724+0000 mgr.y (mgr.25441) 2411 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-30T04:45:29.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:29 smithi117 bash[62284]: cephadm 2024-03-30T04:45:28.618436+0000 mgr.y (mgr.25441) 2412 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-03-30T04:45:31.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:31 smithi111 bash[70954]: cluster 2024-03-30T04:45:29.934499+0000 mgr.y (mgr.25441) 2413 : cluster [DBG] pgmap v1582: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:45:31.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:31 smithi111 bash[70954]: audit 2024-03-30T04:45:30.256441+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:31.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:31 smithi111 bash[70954]: audit 2024-03-30T04:45:30.259336+0000 mon.c (mon.1) 2171 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:45:31.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:31 smithi111 bash[70954]: audit 2024-03-30T04:45:31.199662+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:31.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:31 smithi111 bash[70954]: audit 2024-03-30T04:45:31.204105+0000 mon.c (mon.1) 2172 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-30T04:45:31.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:31 smithi111 bash[70954]: audit 2024-03-30T04:45:31.205156+0000 mon.c (mon.1) 2173 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:31.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:31 smithi111 bash[73591]: cluster 2024-03-30T04:45:29.934499+0000 mgr.y (mgr.25441) 2413 : cluster [DBG] pgmap v1582: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:45:31.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:31 smithi111 bash[73591]: audit 2024-03-30T04:45:30.256441+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:31.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:31 smithi111 bash[73591]: audit 2024-03-30T04:45:30.259336+0000 mon.c (mon.1) 2171 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:45:31.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:31 smithi111 bash[73591]: audit 2024-03-30T04:45:31.199662+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:31.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:31 smithi111 bash[73591]: audit 2024-03-30T04:45:31.204105+0000 mon.c (mon.1) 2172 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-30T04:45:31.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:31 smithi111 bash[73591]: audit 2024-03-30T04:45:31.205156+0000 mon.c (mon.1) 2173 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:31.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:31 smithi117 bash[62284]: cluster 2024-03-30T04:45:29.934499+0000 mgr.y (mgr.25441) 2413 : cluster [DBG] pgmap v1582: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:45:31.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:31 smithi117 bash[62284]: audit 2024-03-30T04:45:30.256441+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:31.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:31 smithi117 bash[62284]: audit 2024-03-30T04:45:30.259336+0000 mon.c (mon.1) 2171 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:45:31.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:31 smithi117 bash[62284]: audit 2024-03-30T04:45:31.199662+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:31.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:31 smithi117 bash[62284]: audit 2024-03-30T04:45:31.204105+0000 mon.c (mon.1) 2172 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-30T04:45:31.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:31 smithi117 bash[62284]: audit 2024-03-30T04:45:31.205156+0000 mon.c (mon.1) 2173 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:32.538 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:32 smithi111 bash[70954]: cephadm 2024-03-30T04:45:31.191418+0000 mgr.y (mgr.25441) 2414 : cephadm [INF] Upgrade: Updating osd.3 2024-03-30T04:45:32.539 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:32 smithi111 bash[70954]: cephadm 2024-03-30T04:45:31.207942+0000 mgr.y (mgr.25441) 2415 : cephadm [INF] Deploying daemon osd.3 on smithi111 2024-03-30T04:45:32.539 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:32 smithi111 bash[70954]: audit 2024-03-30T04:45:31.326442+0000 mgr.y (mgr.25441) 2416 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:32.539 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:32 smithi111 bash[73591]: cephadm 2024-03-30T04:45:31.191418+0000 mgr.y (mgr.25441) 2414 : cephadm [INF] Upgrade: Updating osd.3 2024-03-30T04:45:32.539 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:32 smithi111 bash[73591]: cephadm 2024-03-30T04:45:31.207942+0000 mgr.y (mgr.25441) 2415 : cephadm [INF] Deploying daemon osd.3 on smithi111 2024-03-30T04:45:32.539 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:32 smithi111 bash[73591]: audit 2024-03-30T04:45:31.326442+0000 mgr.y (mgr.25441) 2416 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:32.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:32 smithi117 bash[62284]: cephadm 2024-03-30T04:45:31.191418+0000 mgr.y (mgr.25441) 2414 : cephadm [INF] Upgrade: Updating osd.3 2024-03-30T04:45:32.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:32 smithi117 bash[62284]: cephadm 2024-03-30T04:45:31.207942+0000 mgr.y (mgr.25441) 2415 : cephadm [INF] Deploying daemon osd.3 on smithi111 2024-03-30T04:45:32.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:32 smithi117 bash[62284]: audit 2024-03-30T04:45:31.326442+0000 mgr.y (mgr.25441) 2416 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:33.590 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:33 smithi111 bash[70954]: cluster 2024-03-30T04:45:31.935324+0000 mgr.y (mgr.25441) 2417 : cluster [DBG] pgmap v1583: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:45:33.590 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:33 smithi111 bash[73591]: cluster 2024-03-30T04:45:31.935324+0000 mgr.y (mgr.25441) 2417 : cluster [DBG] pgmap v1583: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:45:33.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:33 smithi117 bash[62284]: cluster 2024-03-30T04:45:31.935324+0000 mgr.y (mgr.25441) 2417 : cluster [DBG] pgmap v1583: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:45:35.590 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:35 smithi111 bash[70954]: cluster 2024-03-30T04:45:33.936389+0000 mgr.y (mgr.25441) 2418 : cluster [DBG] pgmap v1584: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:45:35.590 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:35 smithi111 bash[73591]: cluster 2024-03-30T04:45:33.936389+0000 mgr.y (mgr.25441) 2418 : cluster [DBG] pgmap v1584: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:45:35.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:35 smithi117 bash[62284]: cluster 2024-03-30T04:45:33.936389+0000 mgr.y (mgr.25441) 2418 : cluster [DBG] pgmap v1584: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:45:35.857 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:35 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:35.858 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:45:35 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:35.858 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:45:35 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:35.858 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:45:35 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:35.858 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:45:35 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:35.859 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:45:35 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:35.859 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:45:35 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:35.859 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:45:35 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:35.860 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:35 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:36.115 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:45:35 smithi111 systemd[1]: Stopping Ceph osd.3 for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:45:36.115 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:45:35 smithi111 bash[37084]: debug 2024-03-30T04:45:35.982+0000 7f7eb50f2700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:45:36.115 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:45:35 smithi111 bash[37084]: debug 2024-03-30T04:45:35.982+0000 7f7eb50f2700 -1 osd.3 123 *** Got signal Terminated *** 2024-03-30T04:45:36.115 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:45:35 smithi111 bash[37084]: debug 2024-03-30T04:45:35.982+0000 7f7eb50f2700 -1 osd.3 123 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:45:36.584 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:36 smithi111 bash[70954]: cluster 2024-03-30T04:45:35.989169+0000 mon.a (mon.0) 1055 : cluster [INF] osd.3 marked itself down and dead 2024-03-30T04:45:36.584 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:36 smithi111 bash[73591]: cluster 2024-03-30T04:45:35.989169+0000 mon.a (mon.0) 1055 : cluster [INF] osd.3 marked itself down and dead 2024-03-30T04:45:36.584 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:45:36 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:45:36] "GET /metrics HTTP/1.1" 200 38512 "" "Prometheus/2.33.4" 2024-03-30T04:45:36.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:36 smithi117 bash[62284]: cluster 2024-03-30T04:45:35.989169+0000 mon.a (mon.0) 1055 : cluster [INF] osd.3 marked itself down and dead 2024-03-30T04:45:37.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:37 smithi117 bash[62284]: cluster 2024-03-30T04:45:35.936832+0000 mgr.y (mgr.25441) 2419 : cluster [DBG] pgmap v1585: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:45:37.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:37 smithi117 bash[62284]: cluster 2024-03-30T04:45:36.276259+0000 mon.a (mon.0) 1056 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:45:37.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:37 smithi117 bash[62284]: cluster 2024-03-30T04:45:36.293924+0000 mon.a (mon.0) 1057 : cluster [DBG] osdmap e124: 8 total, 7 up, 8 in 2024-03-30T04:45:37.565 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:37 smithi111 bash[73591]: cluster 2024-03-30T04:45:35.936832+0000 mgr.y (mgr.25441) 2419 : cluster [DBG] pgmap v1585: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:45:37.565 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:37 smithi111 bash[73591]: cluster 2024-03-30T04:45:36.276259+0000 mon.a (mon.0) 1056 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:45:37.565 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:37 smithi111 bash[73591]: cluster 2024-03-30T04:45:36.293924+0000 mon.a (mon.0) 1057 : cluster [DBG] osdmap e124: 8 total, 7 up, 8 in 2024-03-30T04:45:37.565 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:37 smithi111 bash[70954]: cluster 2024-03-30T04:45:35.936832+0000 mgr.y (mgr.25441) 2419 : cluster [DBG] pgmap v1585: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:45:37.565 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:37 smithi111 bash[70954]: cluster 2024-03-30T04:45:36.276259+0000 mon.a (mon.0) 1056 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:45:37.566 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:37 smithi111 bash[70954]: cluster 2024-03-30T04:45:36.293924+0000 mon.a (mon.0) 1057 : cluster [DBG] osdmap e124: 8 total, 7 up, 8 in 2024-03-30T04:45:38.332 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:45:38 smithi111 bash[87092]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-osd-3 2024-03-30T04:45:38.332 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:38 smithi111 bash[70954]: cluster 2024-03-30T04:45:37.305818+0000 mon.a (mon.0) 1058 : cluster [DBG] osdmap e125: 8 total, 7 up, 8 in 2024-03-30T04:45:38.332 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:38 smithi111 bash[70954]: audit 2024-03-30T04:45:37.461136+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:38.332 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:38 smithi111 bash[70954]: audit 2024-03-30T04:45:37.479887+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:38.332 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:38 smithi111 bash[70954]: cluster 2024-03-30T04:45:37.484512+0000 mgr.y (mgr.25441) 2420 : cluster [DBG] pgmap v1588: 161 pgs: 20 peering, 20 stale+active+clean, 121 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:45:38.332 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:38 smithi111 bash[70954]: cluster 2024-03-30T04:45:37.485240+0000 mgr.y (mgr.25441) 2421 : cluster [DBG] pgmap v1589: 161 pgs: 20 peering, 20 stale+active+clean, 121 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:45:38.332 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:38 smithi111 bash[70954]: audit 2024-03-30T04:45:37.496962+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:38.332 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:38 smithi111 bash[70954]: audit 2024-03-30T04:45:37.751004+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:38.333 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:38 smithi111 bash[70954]: audit 2024-03-30T04:45:37.766201+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:38.333 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:38 smithi111 bash[70954]: audit 2024-03-30T04:45:37.781716+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:38.333 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:38 smithi111 bash[73591]: cluster 2024-03-30T04:45:37.305818+0000 mon.a (mon.0) 1058 : cluster [DBG] osdmap e125: 8 total, 7 up, 8 in 2024-03-30T04:45:38.333 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:38 smithi111 bash[73591]: audit 2024-03-30T04:45:37.461136+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:38.333 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:38 smithi111 bash[73591]: audit 2024-03-30T04:45:37.479887+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:38.333 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:38 smithi111 bash[73591]: cluster 2024-03-30T04:45:37.484512+0000 mgr.y (mgr.25441) 2420 : cluster [DBG] pgmap v1588: 161 pgs: 20 peering, 20 stale+active+clean, 121 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:45:38.333 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:38 smithi111 bash[73591]: cluster 2024-03-30T04:45:37.485240+0000 mgr.y (mgr.25441) 2421 : cluster [DBG] pgmap v1589: 161 pgs: 20 peering, 20 stale+active+clean, 121 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:45:38.333 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:38 smithi111 bash[73591]: audit 2024-03-30T04:45:37.496962+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:38.333 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:38 smithi111 bash[73591]: audit 2024-03-30T04:45:37.751004+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:38.333 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:38 smithi111 bash[73591]: audit 2024-03-30T04:45:37.766201+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:38.333 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:38 smithi111 bash[73591]: audit 2024-03-30T04:45:37.781716+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:38.569 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:38 smithi117 bash[62284]: cluster 2024-03-30T04:45:37.305818+0000 mon.a (mon.0) 1058 : cluster [DBG] osdmap e125: 8 total, 7 up, 8 in 2024-03-30T04:45:38.569 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:38 smithi117 bash[62284]: audit 2024-03-30T04:45:37.461136+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:38.570 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:38 smithi117 bash[62284]: audit 2024-03-30T04:45:37.479887+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:38.570 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:38 smithi117 bash[62284]: cluster 2024-03-30T04:45:37.484512+0000 mgr.y (mgr.25441) 2420 : cluster [DBG] pgmap v1588: 161 pgs: 20 peering, 20 stale+active+clean, 121 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:45:38.570 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:38 smithi117 bash[62284]: cluster 2024-03-30T04:45:37.485240+0000 mgr.y (mgr.25441) 2421 : cluster [DBG] pgmap v1589: 161 pgs: 20 peering, 20 stale+active+clean, 121 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:45:38.570 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:38 smithi117 bash[62284]: audit 2024-03-30T04:45:37.496962+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:38.570 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:38 smithi117 bash[62284]: audit 2024-03-30T04:45:37.751004+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:38.570 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:38 smithi117 bash[62284]: audit 2024-03-30T04:45:37.766201+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:38.570 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:38 smithi117 bash[62284]: audit 2024-03-30T04:45:37.781716+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:38.615 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:45:38 smithi111 bash[87245]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-osd-3 2024-03-30T04:45:39.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:39 smithi111 bash[70954]: cluster 2024-03-30T04:45:37.773639+0000 mgr.y (mgr.25441) 2422 : cluster [DBG] pgmap v1590: 161 pgs: 6 active+undersized+degraded, 20 peering, 14 stale+active+clean, 8 active+undersized, 113 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 25/726 objects degraded (3.444%) 2024-03-30T04:45:39.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:39 smithi111 bash[70954]: cluster 2024-03-30T04:45:37.774020+0000 mgr.y (mgr.25441) 2423 : cluster [DBG] pgmap v1591: 161 pgs: 6 active+undersized+degraded, 20 peering, 14 stale+active+clean, 8 active+undersized, 113 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 25/726 objects degraded (3.444%) 2024-03-30T04:45:39.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:39 smithi111 bash[70954]: cluster 2024-03-30T04:45:38.473556+0000 mon.a (mon.0) 1065 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:45:39.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:39 smithi111 bash[70954]: cluster 2024-03-30T04:45:38.473619+0000 mon.a (mon.0) 1066 : cluster [WRN] Health check failed: Reduced data availability: 3 pgs inactive, 6 pgs peering (PG_AVAILABILITY) 2024-03-30T04:45:39.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:39 smithi111 bash[70954]: cluster 2024-03-30T04:45:38.473649+0000 mon.a (mon.0) 1067 : cluster [WRN] Health check failed: Degraded data redundancy: 25/726 objects degraded (3.444%), 6 pgs degraded (PG_DEGRADED) 2024-03-30T04:45:39.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:39 smithi111 bash[73591]: cluster 2024-03-30T04:45:37.773639+0000 mgr.y (mgr.25441) 2422 : cluster [DBG] pgmap v1590: 161 pgs: 6 active+undersized+degraded, 20 peering, 14 stale+active+clean, 8 active+undersized, 113 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 25/726 objects degraded (3.444%) 2024-03-30T04:45:39.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:39 smithi111 bash[73591]: cluster 2024-03-30T04:45:37.774020+0000 mgr.y (mgr.25441) 2423 : cluster [DBG] pgmap v1591: 161 pgs: 6 active+undersized+degraded, 20 peering, 14 stale+active+clean, 8 active+undersized, 113 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 25/726 objects degraded (3.444%) 2024-03-30T04:45:39.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:39 smithi111 bash[73591]: cluster 2024-03-30T04:45:38.473556+0000 mon.a (mon.0) 1065 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:45:39.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:39 smithi111 bash[73591]: cluster 2024-03-30T04:45:38.473619+0000 mon.a (mon.0) 1066 : cluster [WRN] Health check failed: Reduced data availability: 3 pgs inactive, 6 pgs peering (PG_AVAILABILITY) 2024-03-30T04:45:39.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:39 smithi111 bash[73591]: cluster 2024-03-30T04:45:38.473649+0000 mon.a (mon.0) 1067 : cluster [WRN] Health check failed: Degraded data redundancy: 25/726 objects degraded (3.444%), 6 pgs degraded (PG_DEGRADED) 2024-03-30T04:45:39.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:39 smithi117 bash[62284]: cluster 2024-03-30T04:45:37.773639+0000 mgr.y (mgr.25441) 2422 : cluster [DBG] pgmap v1590: 161 pgs: 6 active+undersized+degraded, 20 peering, 14 stale+active+clean, 8 active+undersized, 113 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 25/726 objects degraded (3.444%) 2024-03-30T04:45:39.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:39 smithi117 bash[62284]: cluster 2024-03-30T04:45:37.774020+0000 mgr.y (mgr.25441) 2423 : cluster [DBG] pgmap v1591: 161 pgs: 6 active+undersized+degraded, 20 peering, 14 stale+active+clean, 8 active+undersized, 113 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 25/726 objects degraded (3.444%) 2024-03-30T04:45:39.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:39 smithi117 bash[62284]: cluster 2024-03-30T04:45:38.473556+0000 mon.a (mon.0) 1065 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:45:39.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:39 smithi117 bash[62284]: cluster 2024-03-30T04:45:38.473619+0000 mon.a (mon.0) 1066 : cluster [WRN] Health check failed: Reduced data availability: 3 pgs inactive, 6 pgs peering (PG_AVAILABILITY) 2024-03-30T04:45:39.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:39 smithi117 bash[62284]: cluster 2024-03-30T04:45:38.473649+0000 mon.a (mon.0) 1067 : cluster [WRN] Health check failed: Degraded data redundancy: 25/726 objects degraded (3.444%), 6 pgs degraded (PG_DEGRADED) 2024-03-30T04:45:41.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:41 smithi111 bash[73591]: cluster 2024-03-30T04:45:39.774921+0000 mgr.y (mgr.25441) 2424 : cluster [DBG] pgmap v1592: 161 pgs: 6 active+undersized+degraded, 20 peering, 14 stale+active+clean, 8 active+undersized, 113 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 25/726 objects degraded (3.444%) 2024-03-30T04:45:41.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:41 smithi111 bash[70954]: cluster 2024-03-30T04:45:39.774921+0000 mgr.y (mgr.25441) 2424 : cluster [DBG] pgmap v1592: 161 pgs: 6 active+undersized+degraded, 20 peering, 14 stale+active+clean, 8 active+undersized, 113 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 25/726 objects degraded (3.444%) 2024-03-30T04:45:41.615 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:45:41 smithi111 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@osd.3.service: Deactivated successfully. 2024-03-30T04:45:41.616 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:45:41 smithi111 systemd[1]: Stopped Ceph osd.3 for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:45:41.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:41 smithi117 bash[62284]: cluster 2024-03-30T04:45:39.774921+0000 mgr.y (mgr.25441) 2424 : cluster [DBG] pgmap v1592: 161 pgs: 6 active+undersized+degraded, 20 peering, 14 stale+active+clean, 8 active+undersized, 113 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 25/726 objects degraded (3.444%) 2024-03-30T04:45:42.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:41 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:42.115 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:45:41 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:42.115 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:45:41 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:42.116 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:45:41 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:42.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:41 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:42.116 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:45:41 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:42.117 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:45:41 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:42.117 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:45:41 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:42.117 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:45:41 smithi111 systemd[1]: Started Ceph osd.3 for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:45:42.117 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:45:41 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:42.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[73591]: audit 2024-03-30T04:45:41.330941+0000 mgr.y (mgr.25441) 2425 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:42.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[73591]: audit 2024-03-30T04:45:41.881418+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:42.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[73591]: audit 2024-03-30T04:45:41.891573+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:42.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[73591]: audit 2024-03-30T04:45:41.899983+0000 mon.c (mon.1) 2174 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:42.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[73591]: audit 2024-03-30T04:45:41.900727+0000 mon.c (mon.1) 2175 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:42.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[73591]: audit 2024-03-30T04:45:41.907145+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:42.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[73591]: audit 2024-03-30T04:45:41.964957+0000 mon.c (mon.1) 2176 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:42.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[73591]: audit 2024-03-30T04:45:41.966948+0000 mon.c (mon.1) 2177 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:42.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[73591]: audit 2024-03-30T04:45:41.969472+0000 mon.c (mon.1) 2178 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:42.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[73591]: audit 2024-03-30T04:45:41.970235+0000 mon.c (mon.1) 2179 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:42.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[73591]: audit 2024-03-30T04:45:41.977004+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:42.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[73591]: audit 2024-03-30T04:45:42.036758+0000 mon.c (mon.1) 2180 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:42.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[73591]: audit 2024-03-30T04:45:42.038993+0000 mon.c (mon.1) 2181 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:42.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[73591]: audit 2024-03-30T04:45:42.040990+0000 mon.c (mon.1) 2182 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:42.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[73591]: audit 2024-03-30T04:45:42.041755+0000 mon.c (mon.1) 2183 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:42.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[73591]: audit 2024-03-30T04:45:42.049618+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:42.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[73591]: audit 2024-03-30T04:45:42.107275+0000 mon.c (mon.1) 2184 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:42.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[73591]: audit 2024-03-30T04:45:42.109409+0000 mon.c (mon.1) 2185 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:42.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[73591]: audit 2024-03-30T04:45:42.111525+0000 mon.c (mon.1) 2186 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:42.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[70954]: audit 2024-03-30T04:45:41.330941+0000 mgr.y (mgr.25441) 2425 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:42.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[70954]: audit 2024-03-30T04:45:41.881418+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:42.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[70954]: audit 2024-03-30T04:45:41.891573+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:42.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[70954]: audit 2024-03-30T04:45:41.899983+0000 mon.c (mon.1) 2174 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:42.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[70954]: audit 2024-03-30T04:45:41.900727+0000 mon.c (mon.1) 2175 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:42.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[70954]: audit 2024-03-30T04:45:41.907145+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:42.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[70954]: audit 2024-03-30T04:45:41.964957+0000 mon.c (mon.1) 2176 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:42.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[70954]: audit 2024-03-30T04:45:41.966948+0000 mon.c (mon.1) 2177 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:42.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[70954]: audit 2024-03-30T04:45:41.969472+0000 mon.c (mon.1) 2178 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:42.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[70954]: audit 2024-03-30T04:45:41.970235+0000 mon.c (mon.1) 2179 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:42.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[70954]: audit 2024-03-30T04:45:41.977004+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:42.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[70954]: audit 2024-03-30T04:45:42.036758+0000 mon.c (mon.1) 2180 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:42.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[70954]: audit 2024-03-30T04:45:42.038993+0000 mon.c (mon.1) 2181 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:42.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[70954]: audit 2024-03-30T04:45:42.040990+0000 mon.c (mon.1) 2182 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:42.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[70954]: audit 2024-03-30T04:45:42.041755+0000 mon.c (mon.1) 2183 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:42.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[70954]: audit 2024-03-30T04:45:42.049618+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:42.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[70954]: audit 2024-03-30T04:45:42.107275+0000 mon.c (mon.1) 2184 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:42.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[70954]: audit 2024-03-30T04:45:42.109409+0000 mon.c (mon.1) 2185 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:42.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[70954]: audit 2024-03-30T04:45:42.111525+0000 mon.c (mon.1) 2186 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:42.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[73591]: audit 2024-03-30T04:45:42.112495+0000 mon.c (mon.1) 2187 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:42.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[73591]: audit 2024-03-30T04:45:42.120231+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:42.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[73591]: audit 2024-03-30T04:45:42.194648+0000 mon.c (mon.1) 2188 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:42.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[73591]: audit 2024-03-30T04:45:42.196605+0000 mon.c (mon.1) 2189 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:42.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[73591]: audit 2024-03-30T04:45:42.198966+0000 mon.c (mon.1) 2190 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:42.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[73591]: audit 2024-03-30T04:45:42.199694+0000 mon.c (mon.1) 2191 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:42.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[73591]: audit 2024-03-30T04:45:42.207242+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:42.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[73591]: audit 2024-03-30T04:45:42.270127+0000 mon.c (mon.1) 2192 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:42.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[73591]: audit 2024-03-30T04:45:42.272396+0000 mon.c (mon.1) 2193 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:42.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[73591]: audit 2024-03-30T04:45:42.274324+0000 mon.c (mon.1) 2194 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:42.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[73591]: audit 2024-03-30T04:45:42.275066+0000 mon.c (mon.1) 2195 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:42.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[73591]: audit 2024-03-30T04:45:42.281757+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:42.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[70954]: audit 2024-03-30T04:45:42.112495+0000 mon.c (mon.1) 2187 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:42.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[70954]: audit 2024-03-30T04:45:42.120231+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:42.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[70954]: audit 2024-03-30T04:45:42.194648+0000 mon.c (mon.1) 2188 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:42.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[70954]: audit 2024-03-30T04:45:42.196605+0000 mon.c (mon.1) 2189 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:42.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[70954]: audit 2024-03-30T04:45:42.198966+0000 mon.c (mon.1) 2190 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:42.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[70954]: audit 2024-03-30T04:45:42.199694+0000 mon.c (mon.1) 2191 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:42.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[70954]: audit 2024-03-30T04:45:42.207242+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:42.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[70954]: audit 2024-03-30T04:45:42.270127+0000 mon.c (mon.1) 2192 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:42.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[70954]: audit 2024-03-30T04:45:42.272396+0000 mon.c (mon.1) 2193 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:42.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[70954]: audit 2024-03-30T04:45:42.274324+0000 mon.c (mon.1) 2194 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:42.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[70954]: audit 2024-03-30T04:45:42.275066+0000 mon.c (mon.1) 2195 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:42.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:42 smithi111 bash[70954]: audit 2024-03-30T04:45:42.281757+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:42.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:42 smithi117 bash[62284]: audit 2024-03-30T04:45:41.330941+0000 mgr.y (mgr.25441) 2425 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:42.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:42 smithi117 bash[62284]: audit 2024-03-30T04:45:41.881418+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:42.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:42 smithi117 bash[62284]: audit 2024-03-30T04:45:41.891573+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:42.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:42 smithi117 bash[62284]: audit 2024-03-30T04:45:41.899983+0000 mon.c (mon.1) 2174 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:42.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:42 smithi117 bash[62284]: audit 2024-03-30T04:45:41.900727+0000 mon.c (mon.1) 2175 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:42.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:42 smithi117 bash[62284]: audit 2024-03-30T04:45:41.907145+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:42.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:42 smithi117 bash[62284]: audit 2024-03-30T04:45:41.964957+0000 mon.c (mon.1) 2176 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:42.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:42 smithi117 bash[62284]: audit 2024-03-30T04:45:41.966948+0000 mon.c (mon.1) 2177 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:42.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:42 smithi117 bash[62284]: audit 2024-03-30T04:45:41.969472+0000 mon.c (mon.1) 2178 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:42.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:42 smithi117 bash[62284]: audit 2024-03-30T04:45:41.970235+0000 mon.c (mon.1) 2179 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:42.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:42 smithi117 bash[62284]: audit 2024-03-30T04:45:41.977004+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:42.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:42 smithi117 bash[62284]: audit 2024-03-30T04:45:42.036758+0000 mon.c (mon.1) 2180 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:42.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:42 smithi117 bash[62284]: audit 2024-03-30T04:45:42.038993+0000 mon.c (mon.1) 2181 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:42.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:42 smithi117 bash[62284]: audit 2024-03-30T04:45:42.040990+0000 mon.c (mon.1) 2182 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:42.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:42 smithi117 bash[62284]: audit 2024-03-30T04:45:42.041755+0000 mon.c (mon.1) 2183 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:42.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:42 smithi117 bash[62284]: audit 2024-03-30T04:45:42.049618+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:42.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:42 smithi117 bash[62284]: audit 2024-03-30T04:45:42.107275+0000 mon.c (mon.1) 2184 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:42.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:42 smithi117 bash[62284]: audit 2024-03-30T04:45:42.109409+0000 mon.c (mon.1) 2185 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:42.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:42 smithi117 bash[62284]: audit 2024-03-30T04:45:42.111525+0000 mon.c (mon.1) 2186 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:42.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:42 smithi117 bash[62284]: audit 2024-03-30T04:45:42.112495+0000 mon.c (mon.1) 2187 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:42.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:42 smithi117 bash[62284]: audit 2024-03-30T04:45:42.120231+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:42.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:42 smithi117 bash[62284]: audit 2024-03-30T04:45:42.194648+0000 mon.c (mon.1) 2188 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:42.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:42 smithi117 bash[62284]: audit 2024-03-30T04:45:42.196605+0000 mon.c (mon.1) 2189 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:42.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:42 smithi117 bash[62284]: audit 2024-03-30T04:45:42.198966+0000 mon.c (mon.1) 2190 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:42.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:42 smithi117 bash[62284]: audit 2024-03-30T04:45:42.199694+0000 mon.c (mon.1) 2191 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:42.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:42 smithi117 bash[62284]: audit 2024-03-30T04:45:42.207242+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:42.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:42 smithi117 bash[62284]: audit 2024-03-30T04:45:42.270127+0000 mon.c (mon.1) 2192 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:42.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:42 smithi117 bash[62284]: audit 2024-03-30T04:45:42.272396+0000 mon.c (mon.1) 2193 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:42.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:42 smithi117 bash[62284]: audit 2024-03-30T04:45:42.274324+0000 mon.c (mon.1) 2194 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:42.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:42 smithi117 bash[62284]: audit 2024-03-30T04:45:42.275066+0000 mon.c (mon.1) 2195 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:42.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:42 smithi117 bash[62284]: audit 2024-03-30T04:45:42.281757+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:43.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: cluster 2024-03-30T04:45:41.776591+0000 mgr.y (mgr.25441) 2426 : cluster [DBG] pgmap v1593: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:45:43.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: cluster 2024-03-30T04:45:41.902223+0000 mgr.y (mgr.25441) 2427 : cluster [DBG] pgmap v1594: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:45:43.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: cluster 2024-03-30T04:45:41.902700+0000 mgr.y (mgr.25441) 2428 : cluster [DBG] pgmap v1595: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:45:43.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: cephadm 2024-03-30T04:45:41.907815+0000 mgr.y (mgr.25441) 2429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:43.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: cluster 2024-03-30T04:45:41.971894+0000 mgr.y (mgr.25441) 2430 : cluster [DBG] pgmap v1596: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:45:43.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: cluster 2024-03-30T04:45:41.972350+0000 mgr.y (mgr.25441) 2431 : cluster [DBG] pgmap v1597: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:45:43.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: cephadm 2024-03-30T04:45:41.978235+0000 mgr.y (mgr.25441) 2432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:43.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: cluster 2024-03-30T04:45:42.043249+0000 mgr.y (mgr.25441) 2433 : cluster [DBG] pgmap v1598: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:45:43.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: cluster 2024-03-30T04:45:42.043637+0000 mgr.y (mgr.25441) 2434 : cluster [DBG] pgmap v1599: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:45:43.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: cephadm 2024-03-30T04:45:42.050217+0000 mgr.y (mgr.25441) 2435 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:43.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: cluster 2024-03-30T04:45:42.114161+0000 mgr.y (mgr.25441) 2436 : cluster [DBG] pgmap v1600: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:45:43.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: cluster 2024-03-30T04:45:42.114566+0000 mgr.y (mgr.25441) 2437 : cluster [DBG] pgmap v1601: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:45:43.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: cephadm 2024-03-30T04:45:42.120838+0000 mgr.y (mgr.25441) 2438 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:43.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: cluster 2024-03-30T04:45:42.201139+0000 mgr.y (mgr.25441) 2439 : cluster [DBG] pgmap v1602: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:45:43.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: cluster 2024-03-30T04:45:41.776591+0000 mgr.y (mgr.25441) 2426 : cluster [DBG] pgmap v1593: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:45:43.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: cluster 2024-03-30T04:45:41.902223+0000 mgr.y (mgr.25441) 2427 : cluster [DBG] pgmap v1594: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:45:43.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: cluster 2024-03-30T04:45:41.902700+0000 mgr.y (mgr.25441) 2428 : cluster [DBG] pgmap v1595: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:45:43.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: cephadm 2024-03-30T04:45:41.907815+0000 mgr.y (mgr.25441) 2429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:43.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: cluster 2024-03-30T04:45:41.971894+0000 mgr.y (mgr.25441) 2430 : cluster [DBG] pgmap v1596: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:45:43.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: cluster 2024-03-30T04:45:41.972350+0000 mgr.y (mgr.25441) 2431 : cluster [DBG] pgmap v1597: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:45:43.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: cephadm 2024-03-30T04:45:41.978235+0000 mgr.y (mgr.25441) 2432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:43.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: cluster 2024-03-30T04:45:42.043249+0000 mgr.y (mgr.25441) 2433 : cluster [DBG] pgmap v1598: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:45:43.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: cluster 2024-03-30T04:45:42.043637+0000 mgr.y (mgr.25441) 2434 : cluster [DBG] pgmap v1599: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:45:43.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: cephadm 2024-03-30T04:45:42.050217+0000 mgr.y (mgr.25441) 2435 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:43.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: cluster 2024-03-30T04:45:42.114161+0000 mgr.y (mgr.25441) 2436 : cluster [DBG] pgmap v1600: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:45:43.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: cluster 2024-03-30T04:45:42.114566+0000 mgr.y (mgr.25441) 2437 : cluster [DBG] pgmap v1601: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:45:43.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: cephadm 2024-03-30T04:45:42.120838+0000 mgr.y (mgr.25441) 2438 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:43.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: cluster 2024-03-30T04:45:42.201139+0000 mgr.y (mgr.25441) 2439 : cluster [DBG] pgmap v1602: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:45:43.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: cluster 2024-03-30T04:45:42.201556+0000 mgr.y (mgr.25441) 2440 : cluster [DBG] pgmap v1603: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:45:43.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: cephadm 2024-03-30T04:45:42.208004+0000 mgr.y (mgr.25441) 2441 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:43.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: cluster 2024-03-30T04:45:42.276684+0000 mgr.y (mgr.25441) 2442 : cluster [DBG] pgmap v1604: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:43.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: cluster 2024-03-30T04:45:42.277053+0000 mgr.y (mgr.25441) 2443 : cluster [DBG] pgmap v1605: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:43.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: cephadm 2024-03-30T04:45:42.282404+0000 mgr.y (mgr.25441) 2444 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:43.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: cluster 2024-03-30T04:45:42.303270+0000 mon.a (mon.0) 1076 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs inactive, 6 pgs peering) 2024-03-30T04:45:43.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:42.344197+0000 mon.c (mon.1) 2196 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:43.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:42.346575+0000 mon.c (mon.1) 2197 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:43.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:42.348585+0000 mon.c (mon.1) 2198 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:43.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:42.349444+0000 mon.c (mon.1) 2199 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:43.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: cluster 2024-03-30T04:45:42.351077+0000 mgr.y (mgr.25441) 2445 : cluster [DBG] pgmap v1606: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:43.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: cluster 2024-03-30T04:45:42.351426+0000 mgr.y (mgr.25441) 2446 : cluster [DBG] pgmap v1607: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:43.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:42.357186+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:43.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: cephadm 2024-03-30T04:45:42.357904+0000 mgr.y (mgr.25441) 2447 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:43.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:42.418482+0000 mon.c (mon.1) 2200 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:43.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:42.421463+0000 mon.c (mon.1) 2201 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:43.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:42.424686+0000 mon.c (mon.1) 2202 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:43.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:42.425760+0000 mon.c (mon.1) 2203 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:43.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: cluster 2024-03-30T04:45:42.201556+0000 mgr.y (mgr.25441) 2440 : cluster [DBG] pgmap v1603: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:45:43.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: cephadm 2024-03-30T04:45:42.208004+0000 mgr.y (mgr.25441) 2441 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:43.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: cluster 2024-03-30T04:45:42.276684+0000 mgr.y (mgr.25441) 2442 : cluster [DBG] pgmap v1604: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:43.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: cluster 2024-03-30T04:45:42.277053+0000 mgr.y (mgr.25441) 2443 : cluster [DBG] pgmap v1605: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:43.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: cephadm 2024-03-30T04:45:42.282404+0000 mgr.y (mgr.25441) 2444 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:43.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: cluster 2024-03-30T04:45:42.303270+0000 mon.a (mon.0) 1076 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs inactive, 6 pgs peering) 2024-03-30T04:45:43.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:42.344197+0000 mon.c (mon.1) 2196 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:43.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:42.346575+0000 mon.c (mon.1) 2197 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:43.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:42.348585+0000 mon.c (mon.1) 2198 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:43.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:42.349444+0000 mon.c (mon.1) 2199 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:43.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: cluster 2024-03-30T04:45:42.351077+0000 mgr.y (mgr.25441) 2445 : cluster [DBG] pgmap v1606: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:43.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: cluster 2024-03-30T04:45:42.351426+0000 mgr.y (mgr.25441) 2446 : cluster [DBG] pgmap v1607: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:43.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:42.357186+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:43.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: cephadm 2024-03-30T04:45:42.357904+0000 mgr.y (mgr.25441) 2447 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:43.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:42.418482+0000 mon.c (mon.1) 2200 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:43.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:42.421463+0000 mon.c (mon.1) 2201 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:43.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:42.424686+0000 mon.c (mon.1) 2202 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:43.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:42.425760+0000 mon.c (mon.1) 2203 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:43.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: cluster 2024-03-30T04:45:42.427865+0000 mgr.y (mgr.25441) 2448 : cluster [DBG] pgmap v1608: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:43.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: cluster 2024-03-30T04:45:42.428303+0000 mgr.y (mgr.25441) 2449 : cluster [DBG] pgmap v1609: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:43.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:42.435986+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:43.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: cephadm 2024-03-30T04:45:42.438467+0000 mgr.y (mgr.25441) 2450 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:43.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:42.510686+0000 mon.c (mon.1) 2204 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:43.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:42.514843+0000 mon.c (mon.1) 2205 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:43.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:42.518527+0000 mon.c (mon.1) 2206 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:43.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:42.519818+0000 mon.c (mon.1) 2207 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:43.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: cluster 2024-03-30T04:45:42.522761+0000 mgr.y (mgr.25441) 2451 : cluster [DBG] pgmap v1610: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:43.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: cluster 2024-03-30T04:45:42.523877+0000 mgr.y (mgr.25441) 2452 : cluster [DBG] pgmap v1611: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:43.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:42.531657+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:43.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: cephadm 2024-03-30T04:45:42.532407+0000 mgr.y (mgr.25441) 2453 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:43.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:42.605531+0000 mon.c (mon.1) 2208 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:43.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:42.607601+0000 mon.c (mon.1) 2209 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:43.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:42.609639+0000 mon.c (mon.1) 2210 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:43.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:42.610369+0000 mon.c (mon.1) 2211 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:43.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: cluster 2024-03-30T04:45:42.612678+0000 mgr.y (mgr.25441) 2454 : cluster [DBG] pgmap v1612: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:43.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:42.617361+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:43.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: cephadm 2024-03-30T04:45:42.618527+0000 mgr.y (mgr.25441) 2455 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:43.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: cluster 2024-03-30T04:45:42.427865+0000 mgr.y (mgr.25441) 2448 : cluster [DBG] pgmap v1608: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:43.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: cluster 2024-03-30T04:45:42.428303+0000 mgr.y (mgr.25441) 2449 : cluster [DBG] pgmap v1609: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:43.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:42.435986+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:43.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: cephadm 2024-03-30T04:45:42.438467+0000 mgr.y (mgr.25441) 2450 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:43.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:42.510686+0000 mon.c (mon.1) 2204 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:43.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:42.514843+0000 mon.c (mon.1) 2205 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:43.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:42.518527+0000 mon.c (mon.1) 2206 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:43.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:42.519818+0000 mon.c (mon.1) 2207 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:43.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: cluster 2024-03-30T04:45:42.522761+0000 mgr.y (mgr.25441) 2451 : cluster [DBG] pgmap v1610: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:43.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: cluster 2024-03-30T04:45:42.523877+0000 mgr.y (mgr.25441) 2452 : cluster [DBG] pgmap v1611: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:43.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:42.531657+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:43.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: cephadm 2024-03-30T04:45:42.532407+0000 mgr.y (mgr.25441) 2453 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:43.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:42.605531+0000 mon.c (mon.1) 2208 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:43.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:42.607601+0000 mon.c (mon.1) 2209 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:43.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:42.609639+0000 mon.c (mon.1) 2210 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:43.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:42.610369+0000 mon.c (mon.1) 2211 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:43.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: cluster 2024-03-30T04:45:42.612678+0000 mgr.y (mgr.25441) 2454 : cluster [DBG] pgmap v1612: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:43.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:42.617361+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:43.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: cephadm 2024-03-30T04:45:42.618527+0000 mgr.y (mgr.25441) 2455 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:43.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:42.694321+0000 mon.c (mon.1) 2212 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:43.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:42.696796+0000 mon.c (mon.1) 2213 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:43.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:42.699096+0000 mon.c (mon.1) 2214 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:43.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:42.699883+0000 mon.c (mon.1) 2215 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:43.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: cluster 2024-03-30T04:45:42.701969+0000 mgr.y (mgr.25441) 2456 : cluster [DBG] pgmap v1613: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:43.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: cluster 2024-03-30T04:45:42.703001+0000 mgr.y (mgr.25441) 2457 : cluster [DBG] pgmap v1614: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:43.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:42.709689+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:43.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: cephadm 2024-03-30T04:45:42.710412+0000 mgr.y (mgr.25441) 2458 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:43.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:42.783556+0000 mon.c (mon.1) 2216 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:43.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:42.785875+0000 mon.c (mon.1) 2217 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:43.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:42.788944+0000 mon.c (mon.1) 2218 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:43.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:42.789837+0000 mon.c (mon.1) 2219 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:43.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:42.798796+0000 mon.a (mon.0) 1082 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:43.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:42.875807+0000 mon.c (mon.1) 2220 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:43.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:42.878690+0000 mon.c (mon.1) 2221 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:43.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:42.881121+0000 mon.c (mon.1) 2222 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:43.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:42.881953+0000 mon.c (mon.1) 2223 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:43.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:42.887514+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:43.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:42.965769+0000 mon.c (mon.1) 2224 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:43.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:42.694321+0000 mon.c (mon.1) 2212 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:43.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:42.696796+0000 mon.c (mon.1) 2213 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:43.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:42.699096+0000 mon.c (mon.1) 2214 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:43.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:42.699883+0000 mon.c (mon.1) 2215 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:43.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: cluster 2024-03-30T04:45:42.701969+0000 mgr.y (mgr.25441) 2456 : cluster [DBG] pgmap v1613: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:43.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: cluster 2024-03-30T04:45:42.703001+0000 mgr.y (mgr.25441) 2457 : cluster [DBG] pgmap v1614: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:43.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:42.709689+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:43.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: cephadm 2024-03-30T04:45:42.710412+0000 mgr.y (mgr.25441) 2458 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:43.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:42.783556+0000 mon.c (mon.1) 2216 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:43.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:42.785875+0000 mon.c (mon.1) 2217 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:43.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:42.788944+0000 mon.c (mon.1) 2218 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:43.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:42.789837+0000 mon.c (mon.1) 2219 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:43.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:42.798796+0000 mon.a (mon.0) 1082 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:43.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:42.875807+0000 mon.c (mon.1) 2220 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:43.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:42.878690+0000 mon.c (mon.1) 2221 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:43.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:42.881121+0000 mon.c (mon.1) 2222 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:43.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:42.881953+0000 mon.c (mon.1) 2223 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:43.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:42.887514+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:43.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:42.965769+0000 mon.c (mon.1) 2224 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:43.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:42.968573+0000 mon.c (mon.1) 2225 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:43.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:42.971548+0000 mon.c (mon.1) 2226 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:43.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:42.972529+0000 mon.c (mon.1) 2227 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:43.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:42.979883+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:43.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:43.057540+0000 mon.c (mon.1) 2228 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:43.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:43.060243+0000 mon.c (mon.1) 2229 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:43.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:43.063039+0000 mon.c (mon.1) 2230 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:43.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:43.064282+0000 mon.c (mon.1) 2231 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:43.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:43.072628+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:43.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:43.162332+0000 mon.c (mon.1) 2232 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:43.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:43.164595+0000 mon.c (mon.1) 2233 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:43.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:43.167168+0000 mon.c (mon.1) 2234 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:43.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:43.168289+0000 mon.c (mon.1) 2235 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:43.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:43.176943+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:43.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:43.235535+0000 mon.c (mon.1) 2236 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:43.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:43.237805+0000 mon.c (mon.1) 2237 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:43.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:43.239894+0000 mon.c (mon.1) 2238 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:43.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:43.240720+0000 mon.c (mon.1) 2239 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:43.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:43.247741+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:43.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[70954]: audit 2024-03-30T04:45:43.311557+0000 mon.c (mon.1) 2240 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:43.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:42.968573+0000 mon.c (mon.1) 2225 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:43.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:42.971548+0000 mon.c (mon.1) 2226 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:43.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:42.972529+0000 mon.c (mon.1) 2227 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:43.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:42.979883+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:43.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:43.057540+0000 mon.c (mon.1) 2228 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:43.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:43.060243+0000 mon.c (mon.1) 2229 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:43.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:43.063039+0000 mon.c (mon.1) 2230 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:43.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:43.064282+0000 mon.c (mon.1) 2231 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:43.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:43.072628+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:43.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:43.162332+0000 mon.c (mon.1) 2232 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:43.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:43.164595+0000 mon.c (mon.1) 2233 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:43.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:43.167168+0000 mon.c (mon.1) 2234 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:43.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:43.168289+0000 mon.c (mon.1) 2235 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:43.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:43.176943+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:43.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:43.235535+0000 mon.c (mon.1) 2236 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:43.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:43.237805+0000 mon.c (mon.1) 2237 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:43.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:43.239894+0000 mon.c (mon.1) 2238 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:43.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:43.240720+0000 mon.c (mon.1) 2239 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:43.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:43.247741+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:43.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[73591]: audit 2024-03-30T04:45:43.311557+0000 mon.c (mon.1) 2240 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:43.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: cluster 2024-03-30T04:45:41.776591+0000 mgr.y (mgr.25441) 2426 : cluster [DBG] pgmap v1593: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:45:43.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: cluster 2024-03-30T04:45:41.902223+0000 mgr.y (mgr.25441) 2427 : cluster [DBG] pgmap v1594: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:45:43.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: cluster 2024-03-30T04:45:41.902700+0000 mgr.y (mgr.25441) 2428 : cluster [DBG] pgmap v1595: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:45:43.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: cephadm 2024-03-30T04:45:41.907815+0000 mgr.y (mgr.25441) 2429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:43.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: cluster 2024-03-30T04:45:41.971894+0000 mgr.y (mgr.25441) 2430 : cluster [DBG] pgmap v1596: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:45:43.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: cluster 2024-03-30T04:45:41.972350+0000 mgr.y (mgr.25441) 2431 : cluster [DBG] pgmap v1597: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:45:43.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: cephadm 2024-03-30T04:45:41.978235+0000 mgr.y (mgr.25441) 2432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:43.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: cluster 2024-03-30T04:45:42.043249+0000 mgr.y (mgr.25441) 2433 : cluster [DBG] pgmap v1598: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:45:43.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: cluster 2024-03-30T04:45:42.043637+0000 mgr.y (mgr.25441) 2434 : cluster [DBG] pgmap v1599: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:45:43.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: cephadm 2024-03-30T04:45:42.050217+0000 mgr.y (mgr.25441) 2435 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:43.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: cluster 2024-03-30T04:45:42.114161+0000 mgr.y (mgr.25441) 2436 : cluster [DBG] pgmap v1600: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:45:43.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: cluster 2024-03-30T04:45:42.114566+0000 mgr.y (mgr.25441) 2437 : cluster [DBG] pgmap v1601: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:45:43.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: cephadm 2024-03-30T04:45:42.120838+0000 mgr.y (mgr.25441) 2438 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:43.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: cluster 2024-03-30T04:45:42.201139+0000 mgr.y (mgr.25441) 2439 : cluster [DBG] pgmap v1602: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:45:43.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: cluster 2024-03-30T04:45:42.201556+0000 mgr.y (mgr.25441) 2440 : cluster [DBG] pgmap v1603: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:45:43.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: cephadm 2024-03-30T04:45:42.208004+0000 mgr.y (mgr.25441) 2441 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:43.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: cluster 2024-03-30T04:45:42.276684+0000 mgr.y (mgr.25441) 2442 : cluster [DBG] pgmap v1604: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:43.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: cluster 2024-03-30T04:45:42.277053+0000 mgr.y (mgr.25441) 2443 : cluster [DBG] pgmap v1605: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:43.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: cephadm 2024-03-30T04:45:42.282404+0000 mgr.y (mgr.25441) 2444 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:43.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: cluster 2024-03-30T04:45:42.303270+0000 mon.a (mon.0) 1076 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs inactive, 6 pgs peering) 2024-03-30T04:45:43.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:42.344197+0000 mon.c (mon.1) 2196 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:43.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:42.346575+0000 mon.c (mon.1) 2197 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:43.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:42.348585+0000 mon.c (mon.1) 2198 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:43.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:42.349444+0000 mon.c (mon.1) 2199 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:43.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: cluster 2024-03-30T04:45:42.351077+0000 mgr.y (mgr.25441) 2445 : cluster [DBG] pgmap v1606: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:43.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: cluster 2024-03-30T04:45:42.351426+0000 mgr.y (mgr.25441) 2446 : cluster [DBG] pgmap v1607: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:43.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:42.357186+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:43.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: cephadm 2024-03-30T04:45:42.357904+0000 mgr.y (mgr.25441) 2447 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:43.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:42.418482+0000 mon.c (mon.1) 2200 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:43.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:42.421463+0000 mon.c (mon.1) 2201 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:43.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:42.424686+0000 mon.c (mon.1) 2202 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:43.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:42.425760+0000 mon.c (mon.1) 2203 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:43.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: cluster 2024-03-30T04:45:42.427865+0000 mgr.y (mgr.25441) 2448 : cluster [DBG] pgmap v1608: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:43.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: cluster 2024-03-30T04:45:42.428303+0000 mgr.y (mgr.25441) 2449 : cluster [DBG] pgmap v1609: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:43.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:42.435986+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:43.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: cephadm 2024-03-30T04:45:42.438467+0000 mgr.y (mgr.25441) 2450 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:43.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:42.510686+0000 mon.c (mon.1) 2204 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:43.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:42.514843+0000 mon.c (mon.1) 2205 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:43.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:42.518527+0000 mon.c (mon.1) 2206 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:43.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:42.519818+0000 mon.c (mon.1) 2207 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:43.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: cluster 2024-03-30T04:45:42.522761+0000 mgr.y (mgr.25441) 2451 : cluster [DBG] pgmap v1610: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:43.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: cluster 2024-03-30T04:45:42.523877+0000 mgr.y (mgr.25441) 2452 : cluster [DBG] pgmap v1611: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:43.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:42.531657+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:43.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: cephadm 2024-03-30T04:45:42.532407+0000 mgr.y (mgr.25441) 2453 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:43.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:42.605531+0000 mon.c (mon.1) 2208 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:43.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:42.607601+0000 mon.c (mon.1) 2209 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:43.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:42.609639+0000 mon.c (mon.1) 2210 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:43.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:42.610369+0000 mon.c (mon.1) 2211 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:43.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: cluster 2024-03-30T04:45:42.612678+0000 mgr.y (mgr.25441) 2454 : cluster [DBG] pgmap v1612: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:43.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:42.617361+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:43.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: cephadm 2024-03-30T04:45:42.618527+0000 mgr.y (mgr.25441) 2455 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:43.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:42.694321+0000 mon.c (mon.1) 2212 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:43.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:42.696796+0000 mon.c (mon.1) 2213 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:43.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:42.699096+0000 mon.c (mon.1) 2214 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:43.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:42.699883+0000 mon.c (mon.1) 2215 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:43.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: cluster 2024-03-30T04:45:42.701969+0000 mgr.y (mgr.25441) 2456 : cluster [DBG] pgmap v1613: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:43.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: cluster 2024-03-30T04:45:42.703001+0000 mgr.y (mgr.25441) 2457 : cluster [DBG] pgmap v1614: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:43.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:42.709689+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:43.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: cephadm 2024-03-30T04:45:42.710412+0000 mgr.y (mgr.25441) 2458 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:43.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:42.783556+0000 mon.c (mon.1) 2216 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:43.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:42.785875+0000 mon.c (mon.1) 2217 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:43.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:42.788944+0000 mon.c (mon.1) 2218 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:43.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:42.789837+0000 mon.c (mon.1) 2219 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:43.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:42.798796+0000 mon.a (mon.0) 1082 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:43.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:42.875807+0000 mon.c (mon.1) 2220 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:43.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:42.878690+0000 mon.c (mon.1) 2221 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:43.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:42.881121+0000 mon.c (mon.1) 2222 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:43.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:42.881953+0000 mon.c (mon.1) 2223 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:43.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:42.887514+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:43.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:42.965769+0000 mon.c (mon.1) 2224 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:43.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:42.968573+0000 mon.c (mon.1) 2225 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:43.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:42.971548+0000 mon.c (mon.1) 2226 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:43.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:42.972529+0000 mon.c (mon.1) 2227 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:43.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:42.979883+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:43.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:43.057540+0000 mon.c (mon.1) 2228 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:43.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:43.060243+0000 mon.c (mon.1) 2229 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:43.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:43.063039+0000 mon.c (mon.1) 2230 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:43.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:43.064282+0000 mon.c (mon.1) 2231 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:43.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:43.072628+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:43.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:43.162332+0000 mon.c (mon.1) 2232 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:43.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:43.164595+0000 mon.c (mon.1) 2233 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:43.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:43.167168+0000 mon.c (mon.1) 2234 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:43.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:43.168289+0000 mon.c (mon.1) 2235 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:43.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:43.176943+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:43.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:43.235535+0000 mon.c (mon.1) 2236 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:43.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:43.237805+0000 mon.c (mon.1) 2237 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:43.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:43.239894+0000 mon.c (mon.1) 2238 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:43.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:43.240720+0000 mon.c (mon.1) 2239 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:43.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:43.247741+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:43.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:43 smithi117 bash[62284]: audit 2024-03-30T04:45:43.311557+0000 mon.c (mon.1) 2240 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:44.115 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[87456]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-03-30T04:45:44.115 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[87456]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-3 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-03-30T04:45:44.115 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[87456]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-03-30T04:45:44.115 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[87456]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-03-30T04:45:44.115 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[87456]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2024-03-30T04:45:44.115 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[87456]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-03-30T04:45:44.115 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:45:43 smithi111 bash[87456]: --> ceph-volume raw activate successful for osd ID: 3 2024-03-30T04:45:44.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: cluster 2024-03-30T04:45:42.792251+0000 mgr.y (mgr.25441) 2459 : cluster [DBG] pgmap v1615: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: cluster 2024-03-30T04:45:42.793220+0000 mgr.y (mgr.25441) 2460 : cluster [DBG] pgmap v1616: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: cephadm 2024-03-30T04:45:42.802101+0000 mgr.y (mgr.25441) 2461 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:44.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: cluster 2024-03-30T04:45:42.884222+0000 mgr.y (mgr.25441) 2462 : cluster [DBG] pgmap v1617: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: cephadm 2024-03-30T04:45:42.890567+0000 mgr.y (mgr.25441) 2463 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:44.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: cluster 2024-03-30T04:45:42.974872+0000 mgr.y (mgr.25441) 2464 : cluster [DBG] pgmap v1618: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: cluster 2024-03-30T04:45:42.975800+0000 mgr.y (mgr.25441) 2465 : cluster [DBG] pgmap v1619: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: cephadm 2024-03-30T04:45:42.982790+0000 mgr.y (mgr.25441) 2466 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:44.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: cluster 2024-03-30T04:45:43.066567+0000 mgr.y (mgr.25441) 2467 : cluster [DBG] pgmap v1620: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: cluster 2024-03-30T04:45:43.066924+0000 mgr.y (mgr.25441) 2468 : cluster [DBG] pgmap v1621: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: cephadm 2024-03-30T04:45:43.073434+0000 mgr.y (mgr.25441) 2469 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:44.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: cluster 2024-03-30T04:45:43.170304+0000 mgr.y (mgr.25441) 2470 : cluster [DBG] pgmap v1622: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: cluster 2024-03-30T04:45:43.170793+0000 mgr.y (mgr.25441) 2471 : cluster [DBG] pgmap v1623: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: cephadm 2024-03-30T04:45:43.177733+0000 mgr.y (mgr.25441) 2472 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:44.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: cluster 2024-03-30T04:45:43.242553+0000 mgr.y (mgr.25441) 2473 : cluster [DBG] pgmap v1624: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: cluster 2024-03-30T04:45:42.792251+0000 mgr.y (mgr.25441) 2459 : cluster [DBG] pgmap v1615: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: cluster 2024-03-30T04:45:42.793220+0000 mgr.y (mgr.25441) 2460 : cluster [DBG] pgmap v1616: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: cephadm 2024-03-30T04:45:42.802101+0000 mgr.y (mgr.25441) 2461 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:44.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: cluster 2024-03-30T04:45:42.884222+0000 mgr.y (mgr.25441) 2462 : cluster [DBG] pgmap v1617: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: cephadm 2024-03-30T04:45:42.890567+0000 mgr.y (mgr.25441) 2463 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:44.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: cluster 2024-03-30T04:45:42.974872+0000 mgr.y (mgr.25441) 2464 : cluster [DBG] pgmap v1618: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: cluster 2024-03-30T04:45:42.975800+0000 mgr.y (mgr.25441) 2465 : cluster [DBG] pgmap v1619: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: cephadm 2024-03-30T04:45:42.982790+0000 mgr.y (mgr.25441) 2466 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:44.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: cluster 2024-03-30T04:45:43.066567+0000 mgr.y (mgr.25441) 2467 : cluster [DBG] pgmap v1620: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: cluster 2024-03-30T04:45:43.066924+0000 mgr.y (mgr.25441) 2468 : cluster [DBG] pgmap v1621: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: cephadm 2024-03-30T04:45:43.073434+0000 mgr.y (mgr.25441) 2469 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:44.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: cluster 2024-03-30T04:45:43.170304+0000 mgr.y (mgr.25441) 2470 : cluster [DBG] pgmap v1622: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: cluster 2024-03-30T04:45:43.170793+0000 mgr.y (mgr.25441) 2471 : cluster [DBG] pgmap v1623: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: cephadm 2024-03-30T04:45:43.177733+0000 mgr.y (mgr.25441) 2472 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:44.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: cluster 2024-03-30T04:45:43.242553+0000 mgr.y (mgr.25441) 2473 : cluster [DBG] pgmap v1624: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: cluster 2024-03-30T04:45:43.242942+0000 mgr.y (mgr.25441) 2474 : cluster [DBG] pgmap v1625: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: cephadm 2024-03-30T04:45:43.249585+0000 mgr.y (mgr.25441) 2475 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:44.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.317666+0000 mon.c (mon.1) 2241 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.333599+0000 mon.c (mon.1) 2242 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.334568+0000 mon.c (mon.1) 2243 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: cluster 2024-03-30T04:45:43.336430+0000 mgr.y (mgr.25441) 2476 : cluster [DBG] pgmap v1626: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: cluster 2024-03-30T04:45:43.336922+0000 mgr.y (mgr.25441) 2477 : cluster [DBG] pgmap v1627: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.341397+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: cephadm 2024-03-30T04:45:43.343158+0000 mgr.y (mgr.25441) 2478 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:44.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.416017+0000 mon.c (mon.1) 2244 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:44.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.418376+0000 mon.c (mon.1) 2245 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.420689+0000 mon.c (mon.1) 2246 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.421455+0000 mon.c (mon.1) 2247 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: cluster 2024-03-30T04:45:43.423245+0000 mgr.y (mgr.25441) 2479 : cluster [DBG] pgmap v1628: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: cluster 2024-03-30T04:45:43.423752+0000 mgr.y (mgr.25441) 2480 : cluster [DBG] pgmap v1629: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.431405+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: cephadm 2024-03-30T04:45:43.432183+0000 mgr.y (mgr.25441) 2481 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:44.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.472691+0000 mon.c (mon.1) 2248 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:44.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.474901+0000 mon.c (mon.1) 2249 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: cluster 2024-03-30T04:45:43.242942+0000 mgr.y (mgr.25441) 2474 : cluster [DBG] pgmap v1625: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: cephadm 2024-03-30T04:45:43.249585+0000 mgr.y (mgr.25441) 2475 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:44.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.317666+0000 mon.c (mon.1) 2241 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.333599+0000 mon.c (mon.1) 2242 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.334568+0000 mon.c (mon.1) 2243 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: cluster 2024-03-30T04:45:43.336430+0000 mgr.y (mgr.25441) 2476 : cluster [DBG] pgmap v1626: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: cluster 2024-03-30T04:45:43.336922+0000 mgr.y (mgr.25441) 2477 : cluster [DBG] pgmap v1627: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.341397+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: cephadm 2024-03-30T04:45:43.343158+0000 mgr.y (mgr.25441) 2478 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:44.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.416017+0000 mon.c (mon.1) 2244 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:44.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.418376+0000 mon.c (mon.1) 2245 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.420689+0000 mon.c (mon.1) 2246 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.421455+0000 mon.c (mon.1) 2247 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: cluster 2024-03-30T04:45:43.423245+0000 mgr.y (mgr.25441) 2479 : cluster [DBG] pgmap v1628: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: cluster 2024-03-30T04:45:43.423752+0000 mgr.y (mgr.25441) 2480 : cluster [DBG] pgmap v1629: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.431405+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: cephadm 2024-03-30T04:45:43.432183+0000 mgr.y (mgr.25441) 2481 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:44.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.472691+0000 mon.c (mon.1) 2248 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:44.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.474901+0000 mon.c (mon.1) 2249 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.477217+0000 mon.c (mon.1) 2250 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.478042+0000 mon.c (mon.1) 2251 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: cluster 2024-03-30T04:45:43.479564+0000 mgr.y (mgr.25441) 2482 : cluster [DBG] pgmap v1630: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: cluster 2024-03-30T04:45:43.479928+0000 mgr.y (mgr.25441) 2483 : cluster [DBG] pgmap v1631: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.488501+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: cephadm 2024-03-30T04:45:43.489162+0000 mgr.y (mgr.25441) 2484 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:44.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.551022+0000 mon.c (mon.1) 2252 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:44.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.553193+0000 mon.c (mon.1) 2253 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.555174+0000 mon.c (mon.1) 2254 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.555840+0000 mon.c (mon.1) 2255 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: cluster 2024-03-30T04:45:43.557231+0000 mgr.y (mgr.25441) 2485 : cluster [DBG] pgmap v1632: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: cluster 2024-03-30T04:45:43.557561+0000 mgr.y (mgr.25441) 2486 : cluster [DBG] pgmap v1633: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.564921+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: cephadm 2024-03-30T04:45:43.565546+0000 mgr.y (mgr.25441) 2487 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:44.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.623393+0000 mon.c (mon.1) 2256 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:44.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.625563+0000 mon.c (mon.1) 2257 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.627471+0000 mon.c (mon.1) 2258 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.628192+0000 mon.c (mon.1) 2259 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: cluster 2024-03-30T04:45:43.629622+0000 mgr.y (mgr.25441) 2488 : cluster [DBG] pgmap v1634: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: cluster 2024-03-30T04:45:43.629976+0000 mgr.y (mgr.25441) 2489 : cluster [DBG] pgmap v1635: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.638022+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: cephadm 2024-03-30T04:45:43.638779+0000 mgr.y (mgr.25441) 2490 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:44.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.695413+0000 mon.c (mon.1) 2260 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:44.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.697293+0000 mon.c (mon.1) 2261 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.699245+0000 mon.c (mon.1) 2262 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.699884+0000 mon.c (mon.1) 2263 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: cluster 2024-03-30T04:45:43.701294+0000 mgr.y (mgr.25441) 2491 : cluster [DBG] pgmap v1636: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: cluster 2024-03-30T04:45:43.701679+0000 mgr.y (mgr.25441) 2492 : cluster [DBG] pgmap v1637: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.708581+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: cephadm 2024-03-30T04:45:43.710319+0000 mgr.y (mgr.25441) 2493 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:44.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.768067+0000 mon.c (mon.1) 2264 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:44.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.770484+0000 mon.c (mon.1) 2265 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.772330+0000 mon.c (mon.1) 2266 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.772955+0000 mon.c (mon.1) 2267 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.780548+0000 mon.a (mon.0) 1094 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.840555+0000 mon.c (mon.1) 2268 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:44.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.842697+0000 mon.c (mon.1) 2269 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.844675+0000 mon.c (mon.1) 2270 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.845326+0000 mon.c (mon.1) 2271 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.851767+0000 mon.a (mon.0) 1095 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.912688+0000 mon.c (mon.1) 2272 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:44.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.914789+0000 mon.c (mon.1) 2273 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.916847+0000 mon.c (mon.1) 2274 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.917499+0000 mon.c (mon.1) 2275 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.923893+0000 mon.a (mon.0) 1096 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.968471+0000 mon.c (mon.1) 2276 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:44.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.970291+0000 mon.c (mon.1) 2277 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.972483+0000 mon.c (mon.1) 2278 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.973117+0000 mon.c (mon.1) 2279 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:43.979528+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:44.021572+0000 mon.c (mon.1) 2280 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:44.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:44.023375+0000 mon.c (mon.1) 2281 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:44.025173+0000 mon.c (mon.1) 2282 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:44.025775+0000 mon.c (mon.1) 2283 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:44.032833+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:44.090672+0000 mon.c (mon.1) 2284 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:44.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:44.092661+0000 mon.c (mon.1) 2285 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:44.094832+0000 mon.c (mon.1) 2286 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:44.095512+0000 mon.c (mon.1) 2287 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:44.101573+0000 mon.a (mon.0) 1099 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:44.143282+0000 mon.c (mon.1) 2288 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:44.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:44.144937+0000 mon.c (mon.1) 2289 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:44.147195+0000 mon.c (mon.1) 2290 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:44.147841+0000 mon.c (mon.1) 2291 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:44.155333+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:44.196112+0000 mon.c (mon.1) 2292 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:44.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:44.198047+0000 mon.c (mon.1) 2293 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:44.199702+0000 mon.c (mon.1) 2294 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:44.200434+0000 mon.c (mon.1) 2295 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:44.206663+0000 mon.a (mon.0) 1101 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:44.263676+0000 mon.c (mon.1) 2296 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:44.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:44.265720+0000 mon.c (mon.1) 2297 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:44.267393+0000 mon.c (mon.1) 2298 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:44.268031+0000 mon.c (mon.1) 2299 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[70954]: audit 2024-03-30T04:45:44.274221+0000 mon.a (mon.0) 1102 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.477217+0000 mon.c (mon.1) 2250 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.478042+0000 mon.c (mon.1) 2251 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: cluster 2024-03-30T04:45:43.479564+0000 mgr.y (mgr.25441) 2482 : cluster [DBG] pgmap v1630: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: cluster 2024-03-30T04:45:43.479928+0000 mgr.y (mgr.25441) 2483 : cluster [DBG] pgmap v1631: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.488501+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: cephadm 2024-03-30T04:45:43.489162+0000 mgr.y (mgr.25441) 2484 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:44.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.551022+0000 mon.c (mon.1) 2252 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:44.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.553193+0000 mon.c (mon.1) 2253 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.555174+0000 mon.c (mon.1) 2254 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.555840+0000 mon.c (mon.1) 2255 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: cluster 2024-03-30T04:45:43.557231+0000 mgr.y (mgr.25441) 2485 : cluster [DBG] pgmap v1632: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: cluster 2024-03-30T04:45:43.557561+0000 mgr.y (mgr.25441) 2486 : cluster [DBG] pgmap v1633: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.564921+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: cephadm 2024-03-30T04:45:43.565546+0000 mgr.y (mgr.25441) 2487 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:44.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.623393+0000 mon.c (mon.1) 2256 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:44.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.625563+0000 mon.c (mon.1) 2257 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.627471+0000 mon.c (mon.1) 2258 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.628192+0000 mon.c (mon.1) 2259 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: cluster 2024-03-30T04:45:43.629622+0000 mgr.y (mgr.25441) 2488 : cluster [DBG] pgmap v1634: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: cluster 2024-03-30T04:45:43.629976+0000 mgr.y (mgr.25441) 2489 : cluster [DBG] pgmap v1635: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.638022+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: cephadm 2024-03-30T04:45:43.638779+0000 mgr.y (mgr.25441) 2490 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:44.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.695413+0000 mon.c (mon.1) 2260 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:44.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.697293+0000 mon.c (mon.1) 2261 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.699245+0000 mon.c (mon.1) 2262 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.699884+0000 mon.c (mon.1) 2263 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: cluster 2024-03-30T04:45:43.701294+0000 mgr.y (mgr.25441) 2491 : cluster [DBG] pgmap v1636: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: cluster 2024-03-30T04:45:43.701679+0000 mgr.y (mgr.25441) 2492 : cluster [DBG] pgmap v1637: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.708581+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: cephadm 2024-03-30T04:45:43.710319+0000 mgr.y (mgr.25441) 2493 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:44.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.768067+0000 mon.c (mon.1) 2264 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:44.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.770484+0000 mon.c (mon.1) 2265 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.772330+0000 mon.c (mon.1) 2266 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.772955+0000 mon.c (mon.1) 2267 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.780548+0000 mon.a (mon.0) 1094 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.840555+0000 mon.c (mon.1) 2268 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:44.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.842697+0000 mon.c (mon.1) 2269 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.844675+0000 mon.c (mon.1) 2270 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.845326+0000 mon.c (mon.1) 2271 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.851767+0000 mon.a (mon.0) 1095 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.912688+0000 mon.c (mon.1) 2272 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:44.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.914789+0000 mon.c (mon.1) 2273 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.916847+0000 mon.c (mon.1) 2274 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.917499+0000 mon.c (mon.1) 2275 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.923893+0000 mon.a (mon.0) 1096 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.968471+0000 mon.c (mon.1) 2276 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:44.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.970291+0000 mon.c (mon.1) 2277 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.972483+0000 mon.c (mon.1) 2278 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.973117+0000 mon.c (mon.1) 2279 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:43.979528+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:44.021572+0000 mon.c (mon.1) 2280 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:44.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:44.023375+0000 mon.c (mon.1) 2281 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:44.025173+0000 mon.c (mon.1) 2282 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:44.025775+0000 mon.c (mon.1) 2283 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:44.032833+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:44.090672+0000 mon.c (mon.1) 2284 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:44.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:44.092661+0000 mon.c (mon.1) 2285 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:44.094832+0000 mon.c (mon.1) 2286 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:44.095512+0000 mon.c (mon.1) 2287 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:44.101573+0000 mon.a (mon.0) 1099 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:44.143282+0000 mon.c (mon.1) 2288 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:44.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:44.144937+0000 mon.c (mon.1) 2289 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:44.147195+0000 mon.c (mon.1) 2290 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:44.147841+0000 mon.c (mon.1) 2291 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:44.155333+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:44.196112+0000 mon.c (mon.1) 2292 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:44.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:44.198047+0000 mon.c (mon.1) 2293 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:44.199702+0000 mon.c (mon.1) 2294 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:44.200434+0000 mon.c (mon.1) 2295 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:44.206663+0000 mon.a (mon.0) 1101 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:44.263676+0000 mon.c (mon.1) 2296 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:44.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:44.265720+0000 mon.c (mon.1) 2297 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:44.267393+0000 mon.c (mon.1) 2298 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:44.268031+0000 mon.c (mon.1) 2299 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:44 smithi111 bash[73591]: audit 2024-03-30T04:45:44.274221+0000 mon.a (mon.0) 1102 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: cluster 2024-03-30T04:45:42.792251+0000 mgr.y (mgr.25441) 2459 : cluster [DBG] pgmap v1615: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: cluster 2024-03-30T04:45:42.793220+0000 mgr.y (mgr.25441) 2460 : cluster [DBG] pgmap v1616: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: cephadm 2024-03-30T04:45:42.802101+0000 mgr.y (mgr.25441) 2461 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:44.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: cluster 2024-03-30T04:45:42.884222+0000 mgr.y (mgr.25441) 2462 : cluster [DBG] pgmap v1617: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: cephadm 2024-03-30T04:45:42.890567+0000 mgr.y (mgr.25441) 2463 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:44.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: cluster 2024-03-30T04:45:42.974872+0000 mgr.y (mgr.25441) 2464 : cluster [DBG] pgmap v1618: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: cluster 2024-03-30T04:45:42.975800+0000 mgr.y (mgr.25441) 2465 : cluster [DBG] pgmap v1619: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: cephadm 2024-03-30T04:45:42.982790+0000 mgr.y (mgr.25441) 2466 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:44.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: cluster 2024-03-30T04:45:43.066567+0000 mgr.y (mgr.25441) 2467 : cluster [DBG] pgmap v1620: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: cluster 2024-03-30T04:45:43.066924+0000 mgr.y (mgr.25441) 2468 : cluster [DBG] pgmap v1621: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: cephadm 2024-03-30T04:45:43.073434+0000 mgr.y (mgr.25441) 2469 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:44.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: cluster 2024-03-30T04:45:43.170304+0000 mgr.y (mgr.25441) 2470 : cluster [DBG] pgmap v1622: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: cluster 2024-03-30T04:45:43.170793+0000 mgr.y (mgr.25441) 2471 : cluster [DBG] pgmap v1623: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: cephadm 2024-03-30T04:45:43.177733+0000 mgr.y (mgr.25441) 2472 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:44.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: cluster 2024-03-30T04:45:43.242553+0000 mgr.y (mgr.25441) 2473 : cluster [DBG] pgmap v1624: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: cluster 2024-03-30T04:45:43.242942+0000 mgr.y (mgr.25441) 2474 : cluster [DBG] pgmap v1625: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: cephadm 2024-03-30T04:45:43.249585+0000 mgr.y (mgr.25441) 2475 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:44.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.317666+0000 mon.c (mon.1) 2241 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.333599+0000 mon.c (mon.1) 2242 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.334568+0000 mon.c (mon.1) 2243 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: cluster 2024-03-30T04:45:43.336430+0000 mgr.y (mgr.25441) 2476 : cluster [DBG] pgmap v1626: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: cluster 2024-03-30T04:45:43.336922+0000 mgr.y (mgr.25441) 2477 : cluster [DBG] pgmap v1627: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.341397+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: cephadm 2024-03-30T04:45:43.343158+0000 mgr.y (mgr.25441) 2478 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:44.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.416017+0000 mon.c (mon.1) 2244 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:44.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.418376+0000 mon.c (mon.1) 2245 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.420689+0000 mon.c (mon.1) 2246 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.421455+0000 mon.c (mon.1) 2247 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: cluster 2024-03-30T04:45:43.423245+0000 mgr.y (mgr.25441) 2479 : cluster [DBG] pgmap v1628: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: cluster 2024-03-30T04:45:43.423752+0000 mgr.y (mgr.25441) 2480 : cluster [DBG] pgmap v1629: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.431405+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: cephadm 2024-03-30T04:45:43.432183+0000 mgr.y (mgr.25441) 2481 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:44.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.472691+0000 mon.c (mon.1) 2248 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:44.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.474901+0000 mon.c (mon.1) 2249 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.477217+0000 mon.c (mon.1) 2250 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.478042+0000 mon.c (mon.1) 2251 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: cluster 2024-03-30T04:45:43.479564+0000 mgr.y (mgr.25441) 2482 : cluster [DBG] pgmap v1630: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: cluster 2024-03-30T04:45:43.479928+0000 mgr.y (mgr.25441) 2483 : cluster [DBG] pgmap v1631: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.488501+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: cephadm 2024-03-30T04:45:43.489162+0000 mgr.y (mgr.25441) 2484 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:44.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.551022+0000 mon.c (mon.1) 2252 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:44.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.553193+0000 mon.c (mon.1) 2253 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.555174+0000 mon.c (mon.1) 2254 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.555840+0000 mon.c (mon.1) 2255 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: cluster 2024-03-30T04:45:43.557231+0000 mgr.y (mgr.25441) 2485 : cluster [DBG] pgmap v1632: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: cluster 2024-03-30T04:45:43.557561+0000 mgr.y (mgr.25441) 2486 : cluster [DBG] pgmap v1633: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.564921+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: cephadm 2024-03-30T04:45:43.565546+0000 mgr.y (mgr.25441) 2487 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:44.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.623393+0000 mon.c (mon.1) 2256 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:44.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.625563+0000 mon.c (mon.1) 2257 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.627471+0000 mon.c (mon.1) 2258 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.628192+0000 mon.c (mon.1) 2259 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: cluster 2024-03-30T04:45:43.629622+0000 mgr.y (mgr.25441) 2488 : cluster [DBG] pgmap v1634: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: cluster 2024-03-30T04:45:43.629976+0000 mgr.y (mgr.25441) 2489 : cluster [DBG] pgmap v1635: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.638022+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: cephadm 2024-03-30T04:45:43.638779+0000 mgr.y (mgr.25441) 2490 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:44.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.695413+0000 mon.c (mon.1) 2260 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:44.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.697293+0000 mon.c (mon.1) 2261 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.699245+0000 mon.c (mon.1) 2262 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.699884+0000 mon.c (mon.1) 2263 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: cluster 2024-03-30T04:45:43.701294+0000 mgr.y (mgr.25441) 2491 : cluster [DBG] pgmap v1636: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: cluster 2024-03-30T04:45:43.701679+0000 mgr.y (mgr.25441) 2492 : cluster [DBG] pgmap v1637: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:44.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.708581+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: cephadm 2024-03-30T04:45:43.710319+0000 mgr.y (mgr.25441) 2493 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:44.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.768067+0000 mon.c (mon.1) 2264 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:44.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.770484+0000 mon.c (mon.1) 2265 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.772330+0000 mon.c (mon.1) 2266 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.772955+0000 mon.c (mon.1) 2267 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.780548+0000 mon.a (mon.0) 1094 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.840555+0000 mon.c (mon.1) 2268 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:44.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.842697+0000 mon.c (mon.1) 2269 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.844675+0000 mon.c (mon.1) 2270 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.845326+0000 mon.c (mon.1) 2271 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.851767+0000 mon.a (mon.0) 1095 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.912688+0000 mon.c (mon.1) 2272 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:44.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.914789+0000 mon.c (mon.1) 2273 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.916847+0000 mon.c (mon.1) 2274 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.917499+0000 mon.c (mon.1) 2275 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.923893+0000 mon.a (mon.0) 1096 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.968471+0000 mon.c (mon.1) 2276 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:44.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.970291+0000 mon.c (mon.1) 2277 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.972483+0000 mon.c (mon.1) 2278 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.973117+0000 mon.c (mon.1) 2279 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:43.979528+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:44.021572+0000 mon.c (mon.1) 2280 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:44.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:44.023375+0000 mon.c (mon.1) 2281 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:44.025173+0000 mon.c (mon.1) 2282 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:44.025775+0000 mon.c (mon.1) 2283 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:44.032833+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:44.090672+0000 mon.c (mon.1) 2284 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:44.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:44.092661+0000 mon.c (mon.1) 2285 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:44.094832+0000 mon.c (mon.1) 2286 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:44.095512+0000 mon.c (mon.1) 2287 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:44.101573+0000 mon.a (mon.0) 1099 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:44.143282+0000 mon.c (mon.1) 2288 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:44.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:44.144937+0000 mon.c (mon.1) 2289 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:44.147195+0000 mon.c (mon.1) 2290 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:44.147841+0000 mon.c (mon.1) 2291 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:44.155333+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:44.196112+0000 mon.c (mon.1) 2292 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:44.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:44.198047+0000 mon.c (mon.1) 2293 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:44.199702+0000 mon.c (mon.1) 2294 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:44.200434+0000 mon.c (mon.1) 2295 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:44.206663+0000 mon.a (mon.0) 1101 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:44.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:44.263676+0000 mon.c (mon.1) 2296 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:44.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:44.265720+0000 mon.c (mon.1) 2297 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:44.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:44.267393+0000 mon.c (mon.1) 2298 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:44.268031+0000 mon.c (mon.1) 2299 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:44.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:44 smithi117 bash[62284]: audit 2024-03-30T04:45:44.274221+0000 mon.a (mon.0) 1102 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cluster 2024-03-30T04:45:43.774265+0000 mgr.y (mgr.25441) 2494 : cluster [DBG] pgmap v1638: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cluster 2024-03-30T04:45:43.774645+0000 mgr.y (mgr.25441) 2495 : cluster [DBG] pgmap v1639: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cephadm 2024-03-30T04:45:43.783411+0000 mgr.y (mgr.25441) 2496 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cluster 2024-03-30T04:45:43.846752+0000 mgr.y (mgr.25441) 2497 : cluster [DBG] pgmap v1640: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cluster 2024-03-30T04:45:43.847077+0000 mgr.y (mgr.25441) 2498 : cluster [DBG] pgmap v1641: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cephadm 2024-03-30T04:45:43.855873+0000 mgr.y (mgr.25441) 2499 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cluster 2024-03-30T04:45:43.918941+0000 mgr.y (mgr.25441) 2500 : cluster [DBG] pgmap v1642: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cluster 2024-03-30T04:45:43.919311+0000 mgr.y (mgr.25441) 2501 : cluster [DBG] pgmap v1643: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cephadm 2024-03-30T04:45:43.928071+0000 mgr.y (mgr.25441) 2502 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cluster 2024-03-30T04:45:43.974451+0000 mgr.y (mgr.25441) 2503 : cluster [DBG] pgmap v1644: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cluster 2024-03-30T04:45:43.974817+0000 mgr.y (mgr.25441) 2504 : cluster [DBG] pgmap v1645: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cephadm 2024-03-30T04:45:43.981261+0000 mgr.y (mgr.25441) 2505 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cluster 2024-03-30T04:45:44.027175+0000 mgr.y (mgr.25441) 2506 : cluster [DBG] pgmap v1646: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cluster 2024-03-30T04:45:44.027620+0000 mgr.y (mgr.25441) 2507 : cluster [DBG] pgmap v1647: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cephadm 2024-03-30T04:45:44.033464+0000 mgr.y (mgr.25441) 2508 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cluster 2024-03-30T04:45:43.774265+0000 mgr.y (mgr.25441) 2494 : cluster [DBG] pgmap v1638: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cluster 2024-03-30T04:45:43.774645+0000 mgr.y (mgr.25441) 2495 : cluster [DBG] pgmap v1639: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cephadm 2024-03-30T04:45:43.783411+0000 mgr.y (mgr.25441) 2496 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cluster 2024-03-30T04:45:43.846752+0000 mgr.y (mgr.25441) 2497 : cluster [DBG] pgmap v1640: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cluster 2024-03-30T04:45:43.847077+0000 mgr.y (mgr.25441) 2498 : cluster [DBG] pgmap v1641: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cephadm 2024-03-30T04:45:43.855873+0000 mgr.y (mgr.25441) 2499 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cluster 2024-03-30T04:45:43.918941+0000 mgr.y (mgr.25441) 2500 : cluster [DBG] pgmap v1642: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cluster 2024-03-30T04:45:43.919311+0000 mgr.y (mgr.25441) 2501 : cluster [DBG] pgmap v1643: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cephadm 2024-03-30T04:45:43.928071+0000 mgr.y (mgr.25441) 2502 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cluster 2024-03-30T04:45:43.974451+0000 mgr.y (mgr.25441) 2503 : cluster [DBG] pgmap v1644: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cluster 2024-03-30T04:45:43.974817+0000 mgr.y (mgr.25441) 2504 : cluster [DBG] pgmap v1645: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cephadm 2024-03-30T04:45:43.981261+0000 mgr.y (mgr.25441) 2505 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cluster 2024-03-30T04:45:44.027175+0000 mgr.y (mgr.25441) 2506 : cluster [DBG] pgmap v1646: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cluster 2024-03-30T04:45:44.027620+0000 mgr.y (mgr.25441) 2507 : cluster [DBG] pgmap v1647: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cephadm 2024-03-30T04:45:44.033464+0000 mgr.y (mgr.25441) 2508 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cluster 2024-03-30T04:45:44.096833+0000 mgr.y (mgr.25441) 2509 : cluster [DBG] pgmap v1648: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cluster 2024-03-30T04:45:44.097151+0000 mgr.y (mgr.25441) 2510 : cluster [DBG] pgmap v1649: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cephadm 2024-03-30T04:45:44.102189+0000 mgr.y (mgr.25441) 2511 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cluster 2024-03-30T04:45:44.149152+0000 mgr.y (mgr.25441) 2512 : cluster [DBG] pgmap v1650: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cluster 2024-03-30T04:45:44.149502+0000 mgr.y (mgr.25441) 2513 : cluster [DBG] pgmap v1651: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cephadm 2024-03-30T04:45:44.155976+0000 mgr.y (mgr.25441) 2514 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cluster 2024-03-30T04:45:44.201749+0000 mgr.y (mgr.25441) 2515 : cluster [DBG] pgmap v1652: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cluster 2024-03-30T04:45:44.202082+0000 mgr.y (mgr.25441) 2516 : cluster [DBG] pgmap v1653: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cephadm 2024-03-30T04:45:44.207283+0000 mgr.y (mgr.25441) 2517 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cluster 2024-03-30T04:45:44.269325+0000 mgr.y (mgr.25441) 2518 : cluster [DBG] pgmap v1654: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cluster 2024-03-30T04:45:44.269642+0000 mgr.y (mgr.25441) 2519 : cluster [DBG] pgmap v1655: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cephadm 2024-03-30T04:45:44.274819+0000 mgr.y (mgr.25441) 2520 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.336934+0000 mon.c (mon.1) 2300 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.339262+0000 mon.c (mon.1) 2301 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.341287+0000 mon.c (mon.1) 2302 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.341933+0000 mon.c (mon.1) 2303 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cluster 2024-03-30T04:45:44.343236+0000 mgr.y (mgr.25441) 2521 : cluster [DBG] pgmap v1656: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cluster 2024-03-30T04:45:44.343554+0000 mgr.y (mgr.25441) 2522 : cluster [DBG] pgmap v1657: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.347896+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cephadm 2024-03-30T04:45:44.348605+0000 mgr.y (mgr.25441) 2523 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.388745+0000 mon.c (mon.1) 2304 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.390551+0000 mon.c (mon.1) 2305 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.392572+0000 mon.c (mon.1) 2306 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.393279+0000 mon.c (mon.1) 2307 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cluster 2024-03-30T04:45:44.394752+0000 mgr.y (mgr.25441) 2524 : cluster [DBG] pgmap v1658: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cluster 2024-03-30T04:45:44.395153+0000 mgr.y (mgr.25441) 2525 : cluster [DBG] pgmap v1659: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.400629+0000 mon.a (mon.0) 1104 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cephadm 2024-03-30T04:45:44.401290+0000 mgr.y (mgr.25441) 2526 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.443197+0000 mon.c (mon.1) 2308 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.445025+0000 mon.c (mon.1) 2309 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.446723+0000 mon.c (mon.1) 2310 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.447332+0000 mon.c (mon.1) 2311 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cluster 2024-03-30T04:45:44.448642+0000 mgr.y (mgr.25441) 2527 : cluster [DBG] pgmap v1660: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cluster 2024-03-30T04:45:44.449043+0000 mgr.y (mgr.25441) 2528 : cluster [DBG] pgmap v1661: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.453359+0000 mon.a (mon.0) 1105 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cluster 2024-03-30T04:45:44.096833+0000 mgr.y (mgr.25441) 2509 : cluster [DBG] pgmap v1648: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cluster 2024-03-30T04:45:44.097151+0000 mgr.y (mgr.25441) 2510 : cluster [DBG] pgmap v1649: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cephadm 2024-03-30T04:45:44.102189+0000 mgr.y (mgr.25441) 2511 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cluster 2024-03-30T04:45:44.149152+0000 mgr.y (mgr.25441) 2512 : cluster [DBG] pgmap v1650: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cluster 2024-03-30T04:45:44.149502+0000 mgr.y (mgr.25441) 2513 : cluster [DBG] pgmap v1651: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cephadm 2024-03-30T04:45:44.155976+0000 mgr.y (mgr.25441) 2514 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cluster 2024-03-30T04:45:44.201749+0000 mgr.y (mgr.25441) 2515 : cluster [DBG] pgmap v1652: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cluster 2024-03-30T04:45:44.202082+0000 mgr.y (mgr.25441) 2516 : cluster [DBG] pgmap v1653: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cephadm 2024-03-30T04:45:44.207283+0000 mgr.y (mgr.25441) 2517 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cluster 2024-03-30T04:45:44.269325+0000 mgr.y (mgr.25441) 2518 : cluster [DBG] pgmap v1654: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cluster 2024-03-30T04:45:44.269642+0000 mgr.y (mgr.25441) 2519 : cluster [DBG] pgmap v1655: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cephadm 2024-03-30T04:45:44.274819+0000 mgr.y (mgr.25441) 2520 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.336934+0000 mon.c (mon.1) 2300 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.339262+0000 mon.c (mon.1) 2301 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.341287+0000 mon.c (mon.1) 2302 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.341933+0000 mon.c (mon.1) 2303 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cluster 2024-03-30T04:45:44.343236+0000 mgr.y (mgr.25441) 2521 : cluster [DBG] pgmap v1656: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cephadm 2024-03-30T04:45:44.455551+0000 mgr.y (mgr.25441) 2529 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.495470+0000 mon.c (mon.1) 2312 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.497445+0000 mon.c (mon.1) 2313 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.499258+0000 mon.c (mon.1) 2314 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.499904+0000 mon.c (mon.1) 2315 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cluster 2024-03-30T04:45:44.501146+0000 mgr.y (mgr.25441) 2530 : cluster [DBG] pgmap v1662: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cluster 2024-03-30T04:45:44.501536+0000 mgr.y (mgr.25441) 2531 : cluster [DBG] pgmap v1663: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.507919+0000 mon.a (mon.0) 1106 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cephadm 2024-03-30T04:45:44.511783+0000 mgr.y (mgr.25441) 2532 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.551727+0000 mon.c (mon.1) 2316 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.553671+0000 mon.c (mon.1) 2317 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.555527+0000 mon.c (mon.1) 2318 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.556195+0000 mon.c (mon.1) 2319 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cluster 2024-03-30T04:45:44.557476+0000 mgr.y (mgr.25441) 2533 : cluster [DBG] pgmap v1664: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cluster 2024-03-30T04:45:44.557819+0000 mgr.y (mgr.25441) 2534 : cluster [DBG] pgmap v1665: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.564111+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cephadm 2024-03-30T04:45:44.568058+0000 mgr.y (mgr.25441) 2535 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.607996+0000 mon.c (mon.1) 2320 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cluster 2024-03-30T04:45:44.343554+0000 mgr.y (mgr.25441) 2522 : cluster [DBG] pgmap v1657: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.347896+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cephadm 2024-03-30T04:45:44.348605+0000 mgr.y (mgr.25441) 2523 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.388745+0000 mon.c (mon.1) 2304 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.390551+0000 mon.c (mon.1) 2305 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.392572+0000 mon.c (mon.1) 2306 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.393279+0000 mon.c (mon.1) 2307 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cluster 2024-03-30T04:45:44.394752+0000 mgr.y (mgr.25441) 2524 : cluster [DBG] pgmap v1658: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cluster 2024-03-30T04:45:44.395153+0000 mgr.y (mgr.25441) 2525 : cluster [DBG] pgmap v1659: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.400629+0000 mon.a (mon.0) 1104 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cephadm 2024-03-30T04:45:44.401290+0000 mgr.y (mgr.25441) 2526 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.443197+0000 mon.c (mon.1) 2308 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.445025+0000 mon.c (mon.1) 2309 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.446723+0000 mon.c (mon.1) 2310 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.447332+0000 mon.c (mon.1) 2311 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cluster 2024-03-30T04:45:44.448642+0000 mgr.y (mgr.25441) 2527 : cluster [DBG] pgmap v1660: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cluster 2024-03-30T04:45:44.449043+0000 mgr.y (mgr.25441) 2528 : cluster [DBG] pgmap v1661: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.453359+0000 mon.a (mon.0) 1105 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.610002+0000 mon.c (mon.1) 2321 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.611887+0000 mon.c (mon.1) 2322 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.612597+0000 mon.c (mon.1) 2323 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cluster 2024-03-30T04:45:44.614140+0000 mgr.y (mgr.25441) 2536 : cluster [DBG] pgmap v1666: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cluster 2024-03-30T04:45:44.614442+0000 mgr.y (mgr.25441) 2537 : cluster [DBG] pgmap v1667: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.621307+0000 mon.a (mon.0) 1108 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cephadm 2024-03-30T04:45:44.624066+0000 mgr.y (mgr.25441) 2538 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.682865+0000 mon.c (mon.1) 2324 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.685192+0000 mon.c (mon.1) 2325 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.687974+0000 mon.c (mon.1) 2326 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.688846+0000 mon.c (mon.1) 2327 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cluster 2024-03-30T04:45:44.691106+0000 mgr.y (mgr.25441) 2539 : cluster [DBG] pgmap v1668: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cluster 2024-03-30T04:45:44.692088+0000 mgr.y (mgr.25441) 2540 : cluster [DBG] pgmap v1669: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.699636+0000 mon.a (mon.0) 1109 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cephadm 2024-03-30T04:45:44.702261+0000 mgr.y (mgr.25441) 2541 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.759056+0000 mon.c (mon.1) 2328 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.760867+0000 mon.c (mon.1) 2329 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.762523+0000 mon.c (mon.1) 2330 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.763128+0000 mon.c (mon.1) 2331 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cluster 2024-03-30T04:45:44.764391+0000 mgr.y (mgr.25441) 2542 : cluster [DBG] pgmap v1670: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cluster 2024-03-30T04:45:44.764763+0000 mgr.y (mgr.25441) 2543 : cluster [DBG] pgmap v1671: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.770930+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.811854+0000 mon.c (mon.1) 2332 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.813613+0000 mon.c (mon.1) 2333 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.815327+0000 mon.c (mon.1) 2334 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.815967+0000 mon.c (mon.1) 2335 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.823658+0000 mon.a (mon.0) 1111 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.864466+0000 mon.c (mon.1) 2336 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.866255+0000 mon.c (mon.1) 2337 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.868770+0000 mon.c (mon.1) 2338 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.869522+0000 mon.c (mon.1) 2339 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.877928+0000 mon.a (mon.0) 1112 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.951282+0000 mon.c (mon.1) 2340 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.955081+0000 mon.c (mon.1) 2341 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.957760+0000 mon.c (mon.1) 2342 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.958912+0000 mon.c (mon.1) 2343 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:44.970129+0000 mon.a (mon.0) 1113 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cephadm 2024-03-30T04:45:44.455551+0000 mgr.y (mgr.25441) 2529 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.495470+0000 mon.c (mon.1) 2312 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.497445+0000 mon.c (mon.1) 2313 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.499258+0000 mon.c (mon.1) 2314 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.499904+0000 mon.c (mon.1) 2315 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cluster 2024-03-30T04:45:44.501146+0000 mgr.y (mgr.25441) 2530 : cluster [DBG] pgmap v1662: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cluster 2024-03-30T04:45:44.501536+0000 mgr.y (mgr.25441) 2531 : cluster [DBG] pgmap v1663: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.507919+0000 mon.a (mon.0) 1106 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cephadm 2024-03-30T04:45:44.511783+0000 mgr.y (mgr.25441) 2532 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.551727+0000 mon.c (mon.1) 2316 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.553671+0000 mon.c (mon.1) 2317 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.555527+0000 mon.c (mon.1) 2318 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.556195+0000 mon.c (mon.1) 2319 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cluster 2024-03-30T04:45:44.557476+0000 mgr.y (mgr.25441) 2533 : cluster [DBG] pgmap v1664: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cluster 2024-03-30T04:45:44.557819+0000 mgr.y (mgr.25441) 2534 : cluster [DBG] pgmap v1665: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.564111+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cephadm 2024-03-30T04:45:44.568058+0000 mgr.y (mgr.25441) 2535 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.607996+0000 mon.c (mon.1) 2320 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:45.027128+0000 mon.c (mon.1) 2344 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:45.030062+0000 mon.c (mon.1) 2345 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:45.033029+0000 mon.c (mon.1) 2346 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:45.034137+0000 mon.c (mon.1) 2347 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:45.042312+0000 mon.a (mon.0) 1114 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:45.084454+0000 mon.c (mon.1) 2348 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:45.086585+0000 mon.c (mon.1) 2349 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:45.088679+0000 mon.c (mon.1) 2350 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:45.089492+0000 mon.c (mon.1) 2351 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:45.099428+0000 mon.a (mon.0) 1115 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:45.173601+0000 mon.c (mon.1) 2352 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:45.175561+0000 mon.c (mon.1) 2353 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:45.177650+0000 mon.c (mon.1) 2354 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:45.178347+0000 mon.c (mon.1) 2355 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:45.187227+0000 mon.a (mon.0) 1116 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cluster 2024-03-30T04:45:45.231044+0000 mon.a (mon.0) 1117 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:45:45.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: cluster 2024-03-30T04:45:45.231072+0000 mon.a (mon.0) 1118 : cluster [WRN] Health check update: Degraded data redundancy: 95/726 objects degraded (13.085%), 26 pgs degraded (PG_DEGRADED) 2024-03-30T04:45:45.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:45.256711+0000 mon.a (mon.0) 1119 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:45.257813+0000 mon.c (mon.1) 2356 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:45:45.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:45.265609+0000 mon.c (mon.1) 2357 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:45.267652+0000 mon.c (mon.1) 2358 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:45.289099+0000 mon.c (mon.1) 2359 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:45.292060+0000 mon.c (mon.1) 2360 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[70954]: audit 2024-03-30T04:45:45.300905+0000 mon.a (mon.0) 1120 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.610002+0000 mon.c (mon.1) 2321 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.611887+0000 mon.c (mon.1) 2322 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.612597+0000 mon.c (mon.1) 2323 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cluster 2024-03-30T04:45:44.614140+0000 mgr.y (mgr.25441) 2536 : cluster [DBG] pgmap v1666: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cluster 2024-03-30T04:45:44.614442+0000 mgr.y (mgr.25441) 2537 : cluster [DBG] pgmap v1667: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.621307+0000 mon.a (mon.0) 1108 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cephadm 2024-03-30T04:45:44.624066+0000 mgr.y (mgr.25441) 2538 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.682865+0000 mon.c (mon.1) 2324 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.685192+0000 mon.c (mon.1) 2325 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.687974+0000 mon.c (mon.1) 2326 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.688846+0000 mon.c (mon.1) 2327 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cluster 2024-03-30T04:45:44.691106+0000 mgr.y (mgr.25441) 2539 : cluster [DBG] pgmap v1668: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cluster 2024-03-30T04:45:44.692088+0000 mgr.y (mgr.25441) 2540 : cluster [DBG] pgmap v1669: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.699636+0000 mon.a (mon.0) 1109 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cephadm 2024-03-30T04:45:44.702261+0000 mgr.y (mgr.25441) 2541 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.759056+0000 mon.c (mon.1) 2328 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.760867+0000 mon.c (mon.1) 2329 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.762523+0000 mon.c (mon.1) 2330 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.763128+0000 mon.c (mon.1) 2331 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cluster 2024-03-30T04:45:44.764391+0000 mgr.y (mgr.25441) 2542 : cluster [DBG] pgmap v1670: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cluster 2024-03-30T04:45:44.764763+0000 mgr.y (mgr.25441) 2543 : cluster [DBG] pgmap v1671: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.770930+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.811854+0000 mon.c (mon.1) 2332 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.813613+0000 mon.c (mon.1) 2333 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.815327+0000 mon.c (mon.1) 2334 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.815967+0000 mon.c (mon.1) 2335 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.823658+0000 mon.a (mon.0) 1111 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.864466+0000 mon.c (mon.1) 2336 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.866255+0000 mon.c (mon.1) 2337 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.868770+0000 mon.c (mon.1) 2338 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.869522+0000 mon.c (mon.1) 2339 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.877928+0000 mon.a (mon.0) 1112 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.951282+0000 mon.c (mon.1) 2340 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.955081+0000 mon.c (mon.1) 2341 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.957760+0000 mon.c (mon.1) 2342 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.958912+0000 mon.c (mon.1) 2343 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:44.970129+0000 mon.a (mon.0) 1113 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:45.027128+0000 mon.c (mon.1) 2344 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:45.030062+0000 mon.c (mon.1) 2345 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:45.033029+0000 mon.c (mon.1) 2346 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:45.034137+0000 mon.c (mon.1) 2347 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:45.042312+0000 mon.a (mon.0) 1114 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:45.084454+0000 mon.c (mon.1) 2348 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:45.086585+0000 mon.c (mon.1) 2349 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:45.088679+0000 mon.c (mon.1) 2350 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:45.089492+0000 mon.c (mon.1) 2351 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:45.099428+0000 mon.a (mon.0) 1115 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:45.173601+0000 mon.c (mon.1) 2352 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:45.175561+0000 mon.c (mon.1) 2353 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:45.177650+0000 mon.c (mon.1) 2354 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:45.178347+0000 mon.c (mon.1) 2355 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:45.187227+0000 mon.a (mon.0) 1116 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cluster 2024-03-30T04:45:45.231044+0000 mon.a (mon.0) 1117 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:45:45.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: cluster 2024-03-30T04:45:45.231072+0000 mon.a (mon.0) 1118 : cluster [WRN] Health check update: Degraded data redundancy: 95/726 objects degraded (13.085%), 26 pgs degraded (PG_DEGRADED) 2024-03-30T04:45:45.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:45.256711+0000 mon.a (mon.0) 1119 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:45.257813+0000 mon.c (mon.1) 2356 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:45:45.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:45.265609+0000 mon.c (mon.1) 2357 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:45.267652+0000 mon.c (mon.1) 2358 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:45.289099+0000 mon.c (mon.1) 2359 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:45.292060+0000 mon.c (mon.1) 2360 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:45 smithi111 bash[73591]: audit 2024-03-30T04:45:45.300905+0000 mon.a (mon.0) 1120 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cluster 2024-03-30T04:45:43.774265+0000 mgr.y (mgr.25441) 2494 : cluster [DBG] pgmap v1638: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cluster 2024-03-30T04:45:43.774645+0000 mgr.y (mgr.25441) 2495 : cluster [DBG] pgmap v1639: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cephadm 2024-03-30T04:45:43.783411+0000 mgr.y (mgr.25441) 2496 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cluster 2024-03-30T04:45:43.846752+0000 mgr.y (mgr.25441) 2497 : cluster [DBG] pgmap v1640: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cluster 2024-03-30T04:45:43.847077+0000 mgr.y (mgr.25441) 2498 : cluster [DBG] pgmap v1641: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cephadm 2024-03-30T04:45:43.855873+0000 mgr.y (mgr.25441) 2499 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cluster 2024-03-30T04:45:43.918941+0000 mgr.y (mgr.25441) 2500 : cluster [DBG] pgmap v1642: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cluster 2024-03-30T04:45:43.919311+0000 mgr.y (mgr.25441) 2501 : cluster [DBG] pgmap v1643: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cephadm 2024-03-30T04:45:43.928071+0000 mgr.y (mgr.25441) 2502 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cluster 2024-03-30T04:45:43.974451+0000 mgr.y (mgr.25441) 2503 : cluster [DBG] pgmap v1644: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cluster 2024-03-30T04:45:43.974817+0000 mgr.y (mgr.25441) 2504 : cluster [DBG] pgmap v1645: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cephadm 2024-03-30T04:45:43.981261+0000 mgr.y (mgr.25441) 2505 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cluster 2024-03-30T04:45:44.027175+0000 mgr.y (mgr.25441) 2506 : cluster [DBG] pgmap v1646: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cluster 2024-03-30T04:45:44.027620+0000 mgr.y (mgr.25441) 2507 : cluster [DBG] pgmap v1647: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cephadm 2024-03-30T04:45:44.033464+0000 mgr.y (mgr.25441) 2508 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cluster 2024-03-30T04:45:44.096833+0000 mgr.y (mgr.25441) 2509 : cluster [DBG] pgmap v1648: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cluster 2024-03-30T04:45:44.097151+0000 mgr.y (mgr.25441) 2510 : cluster [DBG] pgmap v1649: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cephadm 2024-03-30T04:45:44.102189+0000 mgr.y (mgr.25441) 2511 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cluster 2024-03-30T04:45:44.149152+0000 mgr.y (mgr.25441) 2512 : cluster [DBG] pgmap v1650: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cluster 2024-03-30T04:45:44.149502+0000 mgr.y (mgr.25441) 2513 : cluster [DBG] pgmap v1651: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cephadm 2024-03-30T04:45:44.155976+0000 mgr.y (mgr.25441) 2514 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cluster 2024-03-30T04:45:44.201749+0000 mgr.y (mgr.25441) 2515 : cluster [DBG] pgmap v1652: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cluster 2024-03-30T04:45:44.202082+0000 mgr.y (mgr.25441) 2516 : cluster [DBG] pgmap v1653: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cephadm 2024-03-30T04:45:44.207283+0000 mgr.y (mgr.25441) 2517 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cluster 2024-03-30T04:45:44.269325+0000 mgr.y (mgr.25441) 2518 : cluster [DBG] pgmap v1654: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cluster 2024-03-30T04:45:44.269642+0000 mgr.y (mgr.25441) 2519 : cluster [DBG] pgmap v1655: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cephadm 2024-03-30T04:45:44.274819+0000 mgr.y (mgr.25441) 2520 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.336934+0000 mon.c (mon.1) 2300 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.339262+0000 mon.c (mon.1) 2301 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.341287+0000 mon.c (mon.1) 2302 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.341933+0000 mon.c (mon.1) 2303 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cluster 2024-03-30T04:45:44.343236+0000 mgr.y (mgr.25441) 2521 : cluster [DBG] pgmap v1656: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cluster 2024-03-30T04:45:44.343554+0000 mgr.y (mgr.25441) 2522 : cluster [DBG] pgmap v1657: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.347896+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cephadm 2024-03-30T04:45:44.348605+0000 mgr.y (mgr.25441) 2523 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.388745+0000 mon.c (mon.1) 2304 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.390551+0000 mon.c (mon.1) 2305 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.392572+0000 mon.c (mon.1) 2306 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.393279+0000 mon.c (mon.1) 2307 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cluster 2024-03-30T04:45:44.394752+0000 mgr.y (mgr.25441) 2524 : cluster [DBG] pgmap v1658: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cluster 2024-03-30T04:45:44.395153+0000 mgr.y (mgr.25441) 2525 : cluster [DBG] pgmap v1659: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.400629+0000 mon.a (mon.0) 1104 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cephadm 2024-03-30T04:45:44.401290+0000 mgr.y (mgr.25441) 2526 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.443197+0000 mon.c (mon.1) 2308 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.445025+0000 mon.c (mon.1) 2309 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.446723+0000 mon.c (mon.1) 2310 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.447332+0000 mon.c (mon.1) 2311 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cluster 2024-03-30T04:45:44.448642+0000 mgr.y (mgr.25441) 2527 : cluster [DBG] pgmap v1660: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cluster 2024-03-30T04:45:44.449043+0000 mgr.y (mgr.25441) 2528 : cluster [DBG] pgmap v1661: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.453359+0000 mon.a (mon.0) 1105 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cephadm 2024-03-30T04:45:44.455551+0000 mgr.y (mgr.25441) 2529 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.495470+0000 mon.c (mon.1) 2312 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.497445+0000 mon.c (mon.1) 2313 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.499258+0000 mon.c (mon.1) 2314 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.499904+0000 mon.c (mon.1) 2315 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cluster 2024-03-30T04:45:44.501146+0000 mgr.y (mgr.25441) 2530 : cluster [DBG] pgmap v1662: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cluster 2024-03-30T04:45:44.501536+0000 mgr.y (mgr.25441) 2531 : cluster [DBG] pgmap v1663: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.507919+0000 mon.a (mon.0) 1106 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cephadm 2024-03-30T04:45:44.511783+0000 mgr.y (mgr.25441) 2532 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.551727+0000 mon.c (mon.1) 2316 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.553671+0000 mon.c (mon.1) 2317 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.555527+0000 mon.c (mon.1) 2318 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.556195+0000 mon.c (mon.1) 2319 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cluster 2024-03-30T04:45:44.557476+0000 mgr.y (mgr.25441) 2533 : cluster [DBG] pgmap v1664: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cluster 2024-03-30T04:45:44.557819+0000 mgr.y (mgr.25441) 2534 : cluster [DBG] pgmap v1665: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.564111+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cephadm 2024-03-30T04:45:44.568058+0000 mgr.y (mgr.25441) 2535 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.607996+0000 mon.c (mon.1) 2320 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.610002+0000 mon.c (mon.1) 2321 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.611887+0000 mon.c (mon.1) 2322 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.612597+0000 mon.c (mon.1) 2323 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cluster 2024-03-30T04:45:44.614140+0000 mgr.y (mgr.25441) 2536 : cluster [DBG] pgmap v1666: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cluster 2024-03-30T04:45:44.614442+0000 mgr.y (mgr.25441) 2537 : cluster [DBG] pgmap v1667: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.621307+0000 mon.a (mon.0) 1108 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cephadm 2024-03-30T04:45:44.624066+0000 mgr.y (mgr.25441) 2538 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.682865+0000 mon.c (mon.1) 2324 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.685192+0000 mon.c (mon.1) 2325 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.687974+0000 mon.c (mon.1) 2326 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.688846+0000 mon.c (mon.1) 2327 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cluster 2024-03-30T04:45:44.691106+0000 mgr.y (mgr.25441) 2539 : cluster [DBG] pgmap v1668: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cluster 2024-03-30T04:45:44.692088+0000 mgr.y (mgr.25441) 2540 : cluster [DBG] pgmap v1669: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.699636+0000 mon.a (mon.0) 1109 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cephadm 2024-03-30T04:45:44.702261+0000 mgr.y (mgr.25441) 2541 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:45.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.759056+0000 mon.c (mon.1) 2328 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.760867+0000 mon.c (mon.1) 2329 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.762523+0000 mon.c (mon.1) 2330 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.763128+0000 mon.c (mon.1) 2331 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cluster 2024-03-30T04:45:44.764391+0000 mgr.y (mgr.25441) 2542 : cluster [DBG] pgmap v1670: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cluster 2024-03-30T04:45:44.764763+0000 mgr.y (mgr.25441) 2543 : cluster [DBG] pgmap v1671: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.770930+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.811854+0000 mon.c (mon.1) 2332 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.813613+0000 mon.c (mon.1) 2333 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.815327+0000 mon.c (mon.1) 2334 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.815967+0000 mon.c (mon.1) 2335 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.823658+0000 mon.a (mon.0) 1111 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.864466+0000 mon.c (mon.1) 2336 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.866255+0000 mon.c (mon.1) 2337 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.868770+0000 mon.c (mon.1) 2338 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.869522+0000 mon.c (mon.1) 2339 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.877928+0000 mon.a (mon.0) 1112 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.951282+0000 mon.c (mon.1) 2340 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.955081+0000 mon.c (mon.1) 2341 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.957760+0000 mon.c (mon.1) 2342 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.958912+0000 mon.c (mon.1) 2343 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:44.970129+0000 mon.a (mon.0) 1113 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:45.027128+0000 mon.c (mon.1) 2344 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:45.030062+0000 mon.c (mon.1) 2345 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:45.033029+0000 mon.c (mon.1) 2346 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:45.034137+0000 mon.c (mon.1) 2347 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:45.042312+0000 mon.a (mon.0) 1114 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:45.084454+0000 mon.c (mon.1) 2348 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:45.086585+0000 mon.c (mon.1) 2349 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:45.088679+0000 mon.c (mon.1) 2350 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:45.089492+0000 mon.c (mon.1) 2351 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:45.099428+0000 mon.a (mon.0) 1115 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:45.173601+0000 mon.c (mon.1) 2352 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:45.175561+0000 mon.c (mon.1) 2353 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:45.177650+0000 mon.c (mon.1) 2354 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:45.178347+0000 mon.c (mon.1) 2355 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:45.187227+0000 mon.a (mon.0) 1116 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cluster 2024-03-30T04:45:45.231044+0000 mon.a (mon.0) 1117 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:45:45.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: cluster 2024-03-30T04:45:45.231072+0000 mon.a (mon.0) 1118 : cluster [WRN] Health check update: Degraded data redundancy: 95/726 objects degraded (13.085%), 26 pgs degraded (PG_DEGRADED) 2024-03-30T04:45:45.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:45.256711+0000 mon.a (mon.0) 1119 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:45.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:45.257813+0000 mon.c (mon.1) 2356 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:45:45.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:45.265609+0000 mon.c (mon.1) 2357 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:45.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:45.267652+0000 mon.c (mon.1) 2358 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:45.289099+0000 mon.c (mon.1) 2359 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:45.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:45.292060+0000 mon.c (mon.1) 2360 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:45.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:45 smithi117 bash[62284]: audit 2024-03-30T04:45:45.300905+0000 mon.a (mon.0) 1120 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:46.615 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:45:46] "GET /metrics HTTP/1.1" 200 38519 "" "Prometheus/2.33.4" 2024-03-30T04:45:46.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: cephadm 2024-03-30T04:45:44.771562+0000 mgr.y (mgr.25441) 2544 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:46.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: cluster 2024-03-30T04:45:44.817205+0000 mgr.y (mgr.25441) 2545 : cluster [DBG] pgmap v1672: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: cluster 2024-03-30T04:45:44.817505+0000 mgr.y (mgr.25441) 2546 : cluster [DBG] pgmap v1673: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: cephadm 2024-03-30T04:45:44.824232+0000 mgr.y (mgr.25441) 2547 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:46.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: cluster 2024-03-30T04:45:44.871074+0000 mgr.y (mgr.25441) 2548 : cluster [DBG] pgmap v1674: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: cluster 2024-03-30T04:45:44.871448+0000 mgr.y (mgr.25441) 2549 : cluster [DBG] pgmap v1675: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: cephadm 2024-03-30T04:45:44.879523+0000 mgr.y (mgr.25441) 2550 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:46.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: cluster 2024-03-30T04:45:44.961168+0000 mgr.y (mgr.25441) 2551 : cluster [DBG] pgmap v1676: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: cluster 2024-03-30T04:45:44.961545+0000 mgr.y (mgr.25441) 2552 : cluster [DBG] pgmap v1677: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: cephadm 2024-03-30T04:45:44.970766+0000 mgr.y (mgr.25441) 2553 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:46.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: cluster 2024-03-30T04:45:45.036211+0000 mgr.y (mgr.25441) 2554 : cluster [DBG] pgmap v1678: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: cephadm 2024-03-30T04:45:45.044439+0000 mgr.y (mgr.25441) 2555 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:46.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: cluster 2024-03-30T04:45:45.091324+0000 mgr.y (mgr.25441) 2556 : cluster [DBG] pgmap v1679: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: cluster 2024-03-30T04:45:45.092216+0000 mgr.y (mgr.25441) 2557 : cluster [DBG] pgmap v1680: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: cephadm 2024-03-30T04:45:45.100075+0000 mgr.y (mgr.25441) 2558 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:46.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: cluster 2024-03-30T04:45:45.180129+0000 mgr.y (mgr.25441) 2559 : cluster [DBG] pgmap v1681: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: cephadm 2024-03-30T04:45:44.771562+0000 mgr.y (mgr.25441) 2544 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:46.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: cluster 2024-03-30T04:45:44.817205+0000 mgr.y (mgr.25441) 2545 : cluster [DBG] pgmap v1672: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: cluster 2024-03-30T04:45:44.817505+0000 mgr.y (mgr.25441) 2546 : cluster [DBG] pgmap v1673: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: cephadm 2024-03-30T04:45:44.824232+0000 mgr.y (mgr.25441) 2547 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:46.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: cluster 2024-03-30T04:45:44.871074+0000 mgr.y (mgr.25441) 2548 : cluster [DBG] pgmap v1674: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: cluster 2024-03-30T04:45:44.871448+0000 mgr.y (mgr.25441) 2549 : cluster [DBG] pgmap v1675: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: cephadm 2024-03-30T04:45:44.879523+0000 mgr.y (mgr.25441) 2550 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:46.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: cluster 2024-03-30T04:45:44.961168+0000 mgr.y (mgr.25441) 2551 : cluster [DBG] pgmap v1676: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: cluster 2024-03-30T04:45:44.961545+0000 mgr.y (mgr.25441) 2552 : cluster [DBG] pgmap v1677: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: cephadm 2024-03-30T04:45:44.970766+0000 mgr.y (mgr.25441) 2553 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:46.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: cluster 2024-03-30T04:45:45.036211+0000 mgr.y (mgr.25441) 2554 : cluster [DBG] pgmap v1678: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: cephadm 2024-03-30T04:45:45.044439+0000 mgr.y (mgr.25441) 2555 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:46.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: cluster 2024-03-30T04:45:45.091324+0000 mgr.y (mgr.25441) 2556 : cluster [DBG] pgmap v1679: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: cluster 2024-03-30T04:45:45.092216+0000 mgr.y (mgr.25441) 2557 : cluster [DBG] pgmap v1680: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: cephadm 2024-03-30T04:45:45.100075+0000 mgr.y (mgr.25441) 2558 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:46.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: cluster 2024-03-30T04:45:45.180129+0000 mgr.y (mgr.25441) 2559 : cluster [DBG] pgmap v1681: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: cluster 2024-03-30T04:45:45.180738+0000 mgr.y (mgr.25441) 2560 : cluster [DBG] pgmap v1682: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: cephadm 2024-03-30T04:45:45.187802+0000 mgr.y (mgr.25441) 2561 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:46.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: cluster 2024-03-30T04:45:45.293835+0000 mgr.y (mgr.25441) 2562 : cluster [DBG] pgmap v1683: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: cluster 2024-03-30T04:45:45.294146+0000 mgr.y (mgr.25441) 2563 : cluster [DBG] pgmap v1684: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: cephadm 2024-03-30T04:45:45.304045+0000 mgr.y (mgr.25441) 2564 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:46.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.376592+0000 mon.c (mon.1) 2361 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:46.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.378874+0000 mon.c (mon.1) 2362 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:46.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.381045+0000 mon.c (mon.1) 2363 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:46.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.382001+0000 mon.c (mon.1) 2364 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:46.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: cluster 2024-03-30T04:45:45.383958+0000 mgr.y (mgr.25441) 2565 : cluster [DBG] pgmap v1685: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: cluster 2024-03-30T04:45:45.384821+0000 mgr.y (mgr.25441) 2566 : cluster [DBG] pgmap v1686: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.391314+0000 mon.a (mon.0) 1121 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:46.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: cephadm 2024-03-30T04:45:45.393069+0000 mgr.y (mgr.25441) 2567 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:46.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.445593+0000 mon.c (mon.1) 2365 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:46.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.447681+0000 mon.c (mon.1) 2366 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:46.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.449504+0000 mon.c (mon.1) 2367 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:46.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.450151+0000 mon.c (mon.1) 2368 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:46.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: cluster 2024-03-30T04:45:45.180738+0000 mgr.y (mgr.25441) 2560 : cluster [DBG] pgmap v1682: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: cephadm 2024-03-30T04:45:45.187802+0000 mgr.y (mgr.25441) 2561 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:46.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: cluster 2024-03-30T04:45:45.293835+0000 mgr.y (mgr.25441) 2562 : cluster [DBG] pgmap v1683: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: cluster 2024-03-30T04:45:45.294146+0000 mgr.y (mgr.25441) 2563 : cluster [DBG] pgmap v1684: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: cephadm 2024-03-30T04:45:45.304045+0000 mgr.y (mgr.25441) 2564 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:46.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.376592+0000 mon.c (mon.1) 2361 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:46.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.378874+0000 mon.c (mon.1) 2362 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:46.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.381045+0000 mon.c (mon.1) 2363 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:46.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.382001+0000 mon.c (mon.1) 2364 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:46.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: cluster 2024-03-30T04:45:45.383958+0000 mgr.y (mgr.25441) 2565 : cluster [DBG] pgmap v1685: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: cluster 2024-03-30T04:45:45.384821+0000 mgr.y (mgr.25441) 2566 : cluster [DBG] pgmap v1686: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.391314+0000 mon.a (mon.0) 1121 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:46.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: cephadm 2024-03-30T04:45:45.393069+0000 mgr.y (mgr.25441) 2567 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:46.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.445593+0000 mon.c (mon.1) 2365 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:46.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.447681+0000 mon.c (mon.1) 2366 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:46.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.449504+0000 mon.c (mon.1) 2367 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:46.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.450151+0000 mon.c (mon.1) 2368 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:46.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: cluster 2024-03-30T04:45:45.451551+0000 mgr.y (mgr.25441) 2568 : cluster [DBG] pgmap v1687: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: cluster 2024-03-30T04:45:45.451943+0000 mgr.y (mgr.25441) 2569 : cluster [DBG] pgmap v1688: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.458192+0000 mon.a (mon.0) 1122 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:46.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: cephadm 2024-03-30T04:45:45.459377+0000 mgr.y (mgr.25441) 2570 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:46.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.545330+0000 mon.c (mon.1) 2369 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:46.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.549281+0000 mon.c (mon.1) 2370 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:46.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.552312+0000 mon.c (mon.1) 2371 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:46.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.553412+0000 mon.c (mon.1) 2372 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:46.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: cluster 2024-03-30T04:45:45.555634+0000 mgr.y (mgr.25441) 2571 : cluster [DBG] pgmap v1689: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: cluster 2024-03-30T04:45:45.556044+0000 mgr.y (mgr.25441) 2572 : cluster [DBG] pgmap v1690: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.564026+0000 mon.a (mon.0) 1123 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:46.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: cephadm 2024-03-30T04:45:45.565945+0000 mgr.y (mgr.25441) 2573 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:46.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.654801+0000 mon.c (mon.1) 2373 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:46.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.657821+0000 mon.c (mon.1) 2374 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:46.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.660814+0000 mon.c (mon.1) 2375 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:46.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.662213+0000 mon.c (mon.1) 2376 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:46.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: cluster 2024-03-30T04:45:45.664905+0000 mgr.y (mgr.25441) 2574 : cluster [DBG] pgmap v1691: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: cluster 2024-03-30T04:45:45.665284+0000 mgr.y (mgr.25441) 2575 : cluster [DBG] pgmap v1692: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: cluster 2024-03-30T04:45:45.451551+0000 mgr.y (mgr.25441) 2568 : cluster [DBG] pgmap v1687: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: cluster 2024-03-30T04:45:45.451943+0000 mgr.y (mgr.25441) 2569 : cluster [DBG] pgmap v1688: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.458192+0000 mon.a (mon.0) 1122 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:46.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: cephadm 2024-03-30T04:45:45.459377+0000 mgr.y (mgr.25441) 2570 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:46.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.545330+0000 mon.c (mon.1) 2369 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:46.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.549281+0000 mon.c (mon.1) 2370 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:46.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.552312+0000 mon.c (mon.1) 2371 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:46.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.553412+0000 mon.c (mon.1) 2372 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:46.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: cluster 2024-03-30T04:45:45.555634+0000 mgr.y (mgr.25441) 2571 : cluster [DBG] pgmap v1689: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: cluster 2024-03-30T04:45:45.556044+0000 mgr.y (mgr.25441) 2572 : cluster [DBG] pgmap v1690: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.564026+0000 mon.a (mon.0) 1123 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:46.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: cephadm 2024-03-30T04:45:45.565945+0000 mgr.y (mgr.25441) 2573 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:46.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.654801+0000 mon.c (mon.1) 2373 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:46.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.657821+0000 mon.c (mon.1) 2374 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:46.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.660814+0000 mon.c (mon.1) 2375 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:46.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.662213+0000 mon.c (mon.1) 2376 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:46.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: cluster 2024-03-30T04:45:45.664905+0000 mgr.y (mgr.25441) 2574 : cluster [DBG] pgmap v1691: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: cluster 2024-03-30T04:45:45.665284+0000 mgr.y (mgr.25441) 2575 : cluster [DBG] pgmap v1692: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.671622+0000 mon.a (mon.0) 1124 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:46.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: cephadm 2024-03-30T04:45:45.674349+0000 mgr.y (mgr.25441) 2576 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:46.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.751910+0000 mon.c (mon.1) 2377 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:46.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.753815+0000 mon.c (mon.1) 2378 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:46.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.756122+0000 mon.c (mon.1) 2379 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:46.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.756849+0000 mon.c (mon.1) 2380 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:46.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: cluster 2024-03-30T04:45:45.758300+0000 mgr.y (mgr.25441) 2577 : cluster [DBG] pgmap v1693: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: cluster 2024-03-30T04:45:45.758705+0000 mgr.y (mgr.25441) 2578 : cluster [DBG] pgmap v1694: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.765783+0000 mon.a (mon.0) 1125 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:46.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: cephadm 2024-03-30T04:45:45.768191+0000 mgr.y (mgr.25441) 2579 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:46.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.808296+0000 mon.c (mon.1) 2381 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:46.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.810040+0000 mon.c (mon.1) 2382 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:46.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.811711+0000 mon.c (mon.1) 2383 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:46.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.812353+0000 mon.c (mon.1) 2384 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:46.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.819911+0000 mon.a (mon.0) 1126 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:46.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.863184+0000 mon.c (mon.1) 2385 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:46.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.864998+0000 mon.c (mon.1) 2386 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:46.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.866802+0000 mon.c (mon.1) 2387 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:46.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.867445+0000 mon.c (mon.1) 2388 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:46.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.671622+0000 mon.a (mon.0) 1124 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:46.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: cephadm 2024-03-30T04:45:45.674349+0000 mgr.y (mgr.25441) 2576 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:46.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.751910+0000 mon.c (mon.1) 2377 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:46.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.753815+0000 mon.c (mon.1) 2378 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:46.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.756122+0000 mon.c (mon.1) 2379 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:46.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.756849+0000 mon.c (mon.1) 2380 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:46.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: cluster 2024-03-30T04:45:45.758300+0000 mgr.y (mgr.25441) 2577 : cluster [DBG] pgmap v1693: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: cluster 2024-03-30T04:45:45.758705+0000 mgr.y (mgr.25441) 2578 : cluster [DBG] pgmap v1694: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.765783+0000 mon.a (mon.0) 1125 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:46.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: cephadm 2024-03-30T04:45:45.768191+0000 mgr.y (mgr.25441) 2579 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:46.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.808296+0000 mon.c (mon.1) 2381 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:46.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.810040+0000 mon.c (mon.1) 2382 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:46.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.811711+0000 mon.c (mon.1) 2383 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:46.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.812353+0000 mon.c (mon.1) 2384 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:46.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.819911+0000 mon.a (mon.0) 1126 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:46.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.863184+0000 mon.c (mon.1) 2385 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:46.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.864998+0000 mon.c (mon.1) 2386 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:46.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.866802+0000 mon.c (mon.1) 2387 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:46.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.867445+0000 mon.c (mon.1) 2388 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:46.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.876185+0000 mon.a (mon.0) 1127 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:46.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.918736+0000 mon.c (mon.1) 2389 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:46.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.920445+0000 mon.c (mon.1) 2390 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:46.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.922087+0000 mon.c (mon.1) 2391 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:46.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.922667+0000 mon.c (mon.1) 2392 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:46.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.930375+0000 mon.a (mon.0) 1128 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:46.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.973847+0000 mon.c (mon.1) 2393 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:46.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.976007+0000 mon.c (mon.1) 2394 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:46.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.978727+0000 mon.c (mon.1) 2395 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:46.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.979788+0000 mon.c (mon.1) 2396 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:46.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:45.987573+0000 mon.a (mon.0) 1129 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:46.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:46.031587+0000 mon.c (mon.1) 2397 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:46.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:46.033473+0000 mon.c (mon.1) 2398 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:46.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:46.035247+0000 mon.c (mon.1) 2399 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:46.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:46.035880+0000 mon.c (mon.1) 2400 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:46.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:46.042087+0000 mon.a (mon.0) 1130 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:46.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:46.100386+0000 mon.c (mon.1) 2401 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:46.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:46.102551+0000 mon.c (mon.1) 2402 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:46.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:46.104644+0000 mon.c (mon.1) 2403 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:46.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:46.105322+0000 mon.c (mon.1) 2404 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:46.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:46.113018+0000 mon.a (mon.0) 1131 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:46.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:46.172153+0000 mon.c (mon.1) 2405 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:46.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:46.174093+0000 mon.c (mon.1) 2406 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:46.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:46.175944+0000 mon.c (mon.1) 2407 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:46.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:46.176642+0000 mon.c (mon.1) 2408 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:46.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:46.184453+0000 mon.a (mon.0) 1132 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:46.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:46.230198+0000 mon.c (mon.1) 2409 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:46.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:46.232252+0000 mon.c (mon.1) 2410 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:46.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:46.233917+0000 mon.c (mon.1) 2411 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:46.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:46.234498+0000 mon.c (mon.1) 2412 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:46.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:46.241340+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:46.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:46.283745+0000 mon.c (mon.1) 2413 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:46.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:46.285752+0000 mon.c (mon.1) 2414 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:46.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:46.287974+0000 mon.c (mon.1) 2415 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:46.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:46.288787+0000 mon.c (mon.1) 2416 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:46.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[73591]: audit 2024-03-30T04:45:46.296810+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:46.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.876185+0000 mon.a (mon.0) 1127 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:46.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.918736+0000 mon.c (mon.1) 2389 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:46.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.920445+0000 mon.c (mon.1) 2390 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:46.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.922087+0000 mon.c (mon.1) 2391 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:46.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.922667+0000 mon.c (mon.1) 2392 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:46.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.930375+0000 mon.a (mon.0) 1128 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:46.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.973847+0000 mon.c (mon.1) 2393 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:46.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.976007+0000 mon.c (mon.1) 2394 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:46.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.978727+0000 mon.c (mon.1) 2395 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:46.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.979788+0000 mon.c (mon.1) 2396 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:46.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:45.987573+0000 mon.a (mon.0) 1129 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:46.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:46.031587+0000 mon.c (mon.1) 2397 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:46.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:46.033473+0000 mon.c (mon.1) 2398 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:46.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:46.035247+0000 mon.c (mon.1) 2399 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:46.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:46.035880+0000 mon.c (mon.1) 2400 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:46.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:46.042087+0000 mon.a (mon.0) 1130 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:46.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:46.100386+0000 mon.c (mon.1) 2401 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:46.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:46.102551+0000 mon.c (mon.1) 2402 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:46.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:46.104644+0000 mon.c (mon.1) 2403 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:46.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:46.105322+0000 mon.c (mon.1) 2404 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:46.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:46.113018+0000 mon.a (mon.0) 1131 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:46.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:46.172153+0000 mon.c (mon.1) 2405 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:46.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:46.174093+0000 mon.c (mon.1) 2406 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:46.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:46.175944+0000 mon.c (mon.1) 2407 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:46.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:46.176642+0000 mon.c (mon.1) 2408 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:46.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:46.184453+0000 mon.a (mon.0) 1132 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:46.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:46.230198+0000 mon.c (mon.1) 2409 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:46.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:46.232252+0000 mon.c (mon.1) 2410 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:46.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:46.233917+0000 mon.c (mon.1) 2411 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:46.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:46.234498+0000 mon.c (mon.1) 2412 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:46.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:46.241340+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:46.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:46.283745+0000 mon.c (mon.1) 2413 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:46.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:46.285752+0000 mon.c (mon.1) 2414 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:46.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:46.287974+0000 mon.c (mon.1) 2415 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:46.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:46.288787+0000 mon.c (mon.1) 2416 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:46.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[70954]: audit 2024-03-30T04:45:46.296810+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:46.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: cephadm 2024-03-30T04:45:44.771562+0000 mgr.y (mgr.25441) 2544 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:46.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: cluster 2024-03-30T04:45:44.817205+0000 mgr.y (mgr.25441) 2545 : cluster [DBG] pgmap v1672: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: cluster 2024-03-30T04:45:44.817505+0000 mgr.y (mgr.25441) 2546 : cluster [DBG] pgmap v1673: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: cephadm 2024-03-30T04:45:44.824232+0000 mgr.y (mgr.25441) 2547 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:46.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: cluster 2024-03-30T04:45:44.871074+0000 mgr.y (mgr.25441) 2548 : cluster [DBG] pgmap v1674: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: cluster 2024-03-30T04:45:44.871448+0000 mgr.y (mgr.25441) 2549 : cluster [DBG] pgmap v1675: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: cephadm 2024-03-30T04:45:44.879523+0000 mgr.y (mgr.25441) 2550 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:46.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: cluster 2024-03-30T04:45:44.961168+0000 mgr.y (mgr.25441) 2551 : cluster [DBG] pgmap v1676: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: cluster 2024-03-30T04:45:44.961545+0000 mgr.y (mgr.25441) 2552 : cluster [DBG] pgmap v1677: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: cephadm 2024-03-30T04:45:44.970766+0000 mgr.y (mgr.25441) 2553 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:46.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: cluster 2024-03-30T04:45:45.036211+0000 mgr.y (mgr.25441) 2554 : cluster [DBG] pgmap v1678: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: cephadm 2024-03-30T04:45:45.044439+0000 mgr.y (mgr.25441) 2555 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:46.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: cluster 2024-03-30T04:45:45.091324+0000 mgr.y (mgr.25441) 2556 : cluster [DBG] pgmap v1679: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: cluster 2024-03-30T04:45:45.092216+0000 mgr.y (mgr.25441) 2557 : cluster [DBG] pgmap v1680: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: cephadm 2024-03-30T04:45:45.100075+0000 mgr.y (mgr.25441) 2558 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:46.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: cluster 2024-03-30T04:45:45.180129+0000 mgr.y (mgr.25441) 2559 : cluster [DBG] pgmap v1681: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: cluster 2024-03-30T04:45:45.180738+0000 mgr.y (mgr.25441) 2560 : cluster [DBG] pgmap v1682: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: cephadm 2024-03-30T04:45:45.187802+0000 mgr.y (mgr.25441) 2561 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:46.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: cluster 2024-03-30T04:45:45.293835+0000 mgr.y (mgr.25441) 2562 : cluster [DBG] pgmap v1683: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: cluster 2024-03-30T04:45:45.294146+0000 mgr.y (mgr.25441) 2563 : cluster [DBG] pgmap v1684: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: cephadm 2024-03-30T04:45:45.304045+0000 mgr.y (mgr.25441) 2564 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:46.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.376592+0000 mon.c (mon.1) 2361 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:46.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.378874+0000 mon.c (mon.1) 2362 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:46.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.381045+0000 mon.c (mon.1) 2363 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:46.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.382001+0000 mon.c (mon.1) 2364 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:46.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: cluster 2024-03-30T04:45:45.383958+0000 mgr.y (mgr.25441) 2565 : cluster [DBG] pgmap v1685: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: cluster 2024-03-30T04:45:45.384821+0000 mgr.y (mgr.25441) 2566 : cluster [DBG] pgmap v1686: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.391314+0000 mon.a (mon.0) 1121 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:46.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: cephadm 2024-03-30T04:45:45.393069+0000 mgr.y (mgr.25441) 2567 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:46.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.445593+0000 mon.c (mon.1) 2365 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:46.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.447681+0000 mon.c (mon.1) 2366 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:46.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.449504+0000 mon.c (mon.1) 2367 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:46.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.450151+0000 mon.c (mon.1) 2368 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:46.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: cluster 2024-03-30T04:45:45.451551+0000 mgr.y (mgr.25441) 2568 : cluster [DBG] pgmap v1687: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: cluster 2024-03-30T04:45:45.451943+0000 mgr.y (mgr.25441) 2569 : cluster [DBG] pgmap v1688: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.458192+0000 mon.a (mon.0) 1122 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: cephadm 2024-03-30T04:45:45.459377+0000 mgr.y (mgr.25441) 2570 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.545330+0000 mon.c (mon.1) 2369 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.549281+0000 mon.c (mon.1) 2370 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.552312+0000 mon.c (mon.1) 2371 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.553412+0000 mon.c (mon.1) 2372 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: cluster 2024-03-30T04:45:45.555634+0000 mgr.y (mgr.25441) 2571 : cluster [DBG] pgmap v1689: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: cluster 2024-03-30T04:45:45.556044+0000 mgr.y (mgr.25441) 2572 : cluster [DBG] pgmap v1690: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.564026+0000 mon.a (mon.0) 1123 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: cephadm 2024-03-30T04:45:45.565945+0000 mgr.y (mgr.25441) 2573 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.654801+0000 mon.c (mon.1) 2373 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.657821+0000 mon.c (mon.1) 2374 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.660814+0000 mon.c (mon.1) 2375 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.662213+0000 mon.c (mon.1) 2376 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: cluster 2024-03-30T04:45:45.664905+0000 mgr.y (mgr.25441) 2574 : cluster [DBG] pgmap v1691: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: cluster 2024-03-30T04:45:45.665284+0000 mgr.y (mgr.25441) 2575 : cluster [DBG] pgmap v1692: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.671622+0000 mon.a (mon.0) 1124 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:46.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: cephadm 2024-03-30T04:45:45.674349+0000 mgr.y (mgr.25441) 2576 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:46.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.751910+0000 mon.c (mon.1) 2377 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:46.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.753815+0000 mon.c (mon.1) 2378 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:46.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.756122+0000 mon.c (mon.1) 2379 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:46.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.756849+0000 mon.c (mon.1) 2380 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:46.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: cluster 2024-03-30T04:45:45.758300+0000 mgr.y (mgr.25441) 2577 : cluster [DBG] pgmap v1693: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: cluster 2024-03-30T04:45:45.758705+0000 mgr.y (mgr.25441) 2578 : cluster [DBG] pgmap v1694: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:46.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.765783+0000 mon.a (mon.0) 1125 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:46.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: cephadm 2024-03-30T04:45:45.768191+0000 mgr.y (mgr.25441) 2579 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:46.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.808296+0000 mon.c (mon.1) 2381 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:46.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.810040+0000 mon.c (mon.1) 2382 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:46.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.811711+0000 mon.c (mon.1) 2383 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:46.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.812353+0000 mon.c (mon.1) 2384 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:46.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.819911+0000 mon.a (mon.0) 1126 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:46.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.863184+0000 mon.c (mon.1) 2385 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:46.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.864998+0000 mon.c (mon.1) 2386 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:46.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.866802+0000 mon.c (mon.1) 2387 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:46.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.867445+0000 mon.c (mon.1) 2388 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:46.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.876185+0000 mon.a (mon.0) 1127 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:46.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.918736+0000 mon.c (mon.1) 2389 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:46.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.920445+0000 mon.c (mon.1) 2390 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:46.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.922087+0000 mon.c (mon.1) 2391 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:46.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.922667+0000 mon.c (mon.1) 2392 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:46.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.930375+0000 mon.a (mon.0) 1128 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:46.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.973847+0000 mon.c (mon.1) 2393 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:46.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.976007+0000 mon.c (mon.1) 2394 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:46.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.978727+0000 mon.c (mon.1) 2395 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:46.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.979788+0000 mon.c (mon.1) 2396 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:46.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:45.987573+0000 mon.a (mon.0) 1129 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:46.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:46.031587+0000 mon.c (mon.1) 2397 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:46.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:46.033473+0000 mon.c (mon.1) 2398 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:46.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:46.035247+0000 mon.c (mon.1) 2399 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:46.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:46.035880+0000 mon.c (mon.1) 2400 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:46.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:46.042087+0000 mon.a (mon.0) 1130 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:46.100386+0000 mon.c (mon.1) 2401 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:46.102551+0000 mon.c (mon.1) 2402 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:46.104644+0000 mon.c (mon.1) 2403 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:46.105322+0000 mon.c (mon.1) 2404 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:46.113018+0000 mon.a (mon.0) 1131 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:46.172153+0000 mon.c (mon.1) 2405 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:46.174093+0000 mon.c (mon.1) 2406 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:46.175944+0000 mon.c (mon.1) 2407 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:46.176642+0000 mon.c (mon.1) 2408 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:46.184453+0000 mon.a (mon.0) 1132 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:46.230198+0000 mon.c (mon.1) 2409 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:46.232252+0000 mon.c (mon.1) 2410 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:46.233917+0000 mon.c (mon.1) 2411 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:46.234498+0000 mon.c (mon.1) 2412 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:46.241340+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:46.283745+0000 mon.c (mon.1) 2413 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:46.285752+0000 mon.c (mon.1) 2414 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:46.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:46.287974+0000 mon.c (mon.1) 2415 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:46.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:46.288787+0000 mon.c (mon.1) 2416 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:46.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:46 smithi117 bash[62284]: audit 2024-03-30T04:45:46.296810+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.348 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:45:46 smithi111 bash[87867]: debug 2024-03-30T04:45:46.990+0000 7f8f02040700 1 -- 172.21.15.111:0/2713761020 <== mon.0 v2:172.21.15.111:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x561f71ec3680 con 0x561f71f00800 2024-03-30T04:45:47.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cluster 2024-03-30T04:45:45.813716+0000 mgr.y (mgr.25441) 2580 : cluster [DBG] pgmap v1695: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cluster 2024-03-30T04:45:45.814067+0000 mgr.y (mgr.25441) 2581 : cluster [DBG] pgmap v1696: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cephadm 2024-03-30T04:45:45.822874+0000 mgr.y (mgr.25441) 2582 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cluster 2024-03-30T04:45:45.868765+0000 mgr.y (mgr.25441) 2583 : cluster [DBG] pgmap v1697: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cluster 2024-03-30T04:45:45.869161+0000 mgr.y (mgr.25441) 2584 : cluster [DBG] pgmap v1698: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cephadm 2024-03-30T04:45:45.879058+0000 mgr.y (mgr.25441) 2585 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cluster 2024-03-30T04:45:45.923996+0000 mgr.y (mgr.25441) 2586 : cluster [DBG] pgmap v1699: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cluster 2024-03-30T04:45:45.925047+0000 mgr.y (mgr.25441) 2587 : cluster [DBG] pgmap v1700: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cephadm 2024-03-30T04:45:45.933627+0000 mgr.y (mgr.25441) 2588 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cluster 2024-03-30T04:45:45.981618+0000 mgr.y (mgr.25441) 2589 : cluster [DBG] pgmap v1701: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cluster 2024-03-30T04:45:45.982092+0000 mgr.y (mgr.25441) 2590 : cluster [DBG] pgmap v1702: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cephadm 2024-03-30T04:45:45.991418+0000 mgr.y (mgr.25441) 2591 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cluster 2024-03-30T04:45:46.037262+0000 mgr.y (mgr.25441) 2592 : cluster [DBG] pgmap v1703: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cluster 2024-03-30T04:45:46.037650+0000 mgr.y (mgr.25441) 2593 : cluster [DBG] pgmap v1704: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cephadm 2024-03-30T04:45:46.044308+0000 mgr.y (mgr.25441) 2594 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cluster 2024-03-30T04:45:45.813716+0000 mgr.y (mgr.25441) 2580 : cluster [DBG] pgmap v1695: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cluster 2024-03-30T04:45:45.814067+0000 mgr.y (mgr.25441) 2581 : cluster [DBG] pgmap v1696: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cephadm 2024-03-30T04:45:45.822874+0000 mgr.y (mgr.25441) 2582 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cluster 2024-03-30T04:45:45.868765+0000 mgr.y (mgr.25441) 2583 : cluster [DBG] pgmap v1697: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cluster 2024-03-30T04:45:45.869161+0000 mgr.y (mgr.25441) 2584 : cluster [DBG] pgmap v1698: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cephadm 2024-03-30T04:45:45.879058+0000 mgr.y (mgr.25441) 2585 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cluster 2024-03-30T04:45:45.923996+0000 mgr.y (mgr.25441) 2586 : cluster [DBG] pgmap v1699: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cluster 2024-03-30T04:45:45.925047+0000 mgr.y (mgr.25441) 2587 : cluster [DBG] pgmap v1700: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cephadm 2024-03-30T04:45:45.933627+0000 mgr.y (mgr.25441) 2588 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cluster 2024-03-30T04:45:45.981618+0000 mgr.y (mgr.25441) 2589 : cluster [DBG] pgmap v1701: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cluster 2024-03-30T04:45:45.982092+0000 mgr.y (mgr.25441) 2590 : cluster [DBG] pgmap v1702: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cephadm 2024-03-30T04:45:45.991418+0000 mgr.y (mgr.25441) 2591 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cluster 2024-03-30T04:45:46.037262+0000 mgr.y (mgr.25441) 2592 : cluster [DBG] pgmap v1703: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cluster 2024-03-30T04:45:46.037650+0000 mgr.y (mgr.25441) 2593 : cluster [DBG] pgmap v1704: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cephadm 2024-03-30T04:45:46.044308+0000 mgr.y (mgr.25441) 2594 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cluster 2024-03-30T04:45:46.107068+0000 mgr.y (mgr.25441) 2595 : cluster [DBG] pgmap v1705: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cluster 2024-03-30T04:45:46.107444+0000 mgr.y (mgr.25441) 2596 : cluster [DBG] pgmap v1706: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cephadm 2024-03-30T04:45:46.113725+0000 mgr.y (mgr.25441) 2597 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cluster 2024-03-30T04:45:46.178373+0000 mgr.y (mgr.25441) 2598 : cluster [DBG] pgmap v1707: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cluster 2024-03-30T04:45:46.178776+0000 mgr.y (mgr.25441) 2599 : cluster [DBG] pgmap v1708: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cephadm 2024-03-30T04:45:46.185128+0000 mgr.y (mgr.25441) 2600 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cluster 2024-03-30T04:45:46.235860+0000 mgr.y (mgr.25441) 2601 : cluster [DBG] pgmap v1709: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cluster 2024-03-30T04:45:46.236147+0000 mgr.y (mgr.25441) 2602 : cluster [DBG] pgmap v1710: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cephadm 2024-03-30T04:45:46.242436+0000 mgr.y (mgr.25441) 2603 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cluster 2024-03-30T04:45:46.290402+0000 mgr.y (mgr.25441) 2604 : cluster [DBG] pgmap v1711: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 27 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cluster 2024-03-30T04:45:46.290816+0000 mgr.y (mgr.25441) 2605 : cluster [DBG] pgmap v1712: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 27 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cephadm 2024-03-30T04:45:46.297656+0000 mgr.y (mgr.25441) 2606 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.362069+0000 mon.c (mon.1) 2417 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.364179+0000 mon.c (mon.1) 2418 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.366408+0000 mon.c (mon.1) 2419 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.367146+0000 mon.c (mon.1) 2420 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cluster 2024-03-30T04:45:46.107068+0000 mgr.y (mgr.25441) 2595 : cluster [DBG] pgmap v1705: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cluster 2024-03-30T04:45:46.107444+0000 mgr.y (mgr.25441) 2596 : cluster [DBG] pgmap v1706: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cephadm 2024-03-30T04:45:46.113725+0000 mgr.y (mgr.25441) 2597 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cluster 2024-03-30T04:45:46.178373+0000 mgr.y (mgr.25441) 2598 : cluster [DBG] pgmap v1707: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cluster 2024-03-30T04:45:46.178776+0000 mgr.y (mgr.25441) 2599 : cluster [DBG] pgmap v1708: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cephadm 2024-03-30T04:45:46.185128+0000 mgr.y (mgr.25441) 2600 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cluster 2024-03-30T04:45:46.235860+0000 mgr.y (mgr.25441) 2601 : cluster [DBG] pgmap v1709: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cluster 2024-03-30T04:45:46.236147+0000 mgr.y (mgr.25441) 2602 : cluster [DBG] pgmap v1710: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cephadm 2024-03-30T04:45:46.242436+0000 mgr.y (mgr.25441) 2603 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cluster 2024-03-30T04:45:46.290402+0000 mgr.y (mgr.25441) 2604 : cluster [DBG] pgmap v1711: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 27 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cluster 2024-03-30T04:45:46.290816+0000 mgr.y (mgr.25441) 2605 : cluster [DBG] pgmap v1712: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 27 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cephadm 2024-03-30T04:45:46.297656+0000 mgr.y (mgr.25441) 2606 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.362069+0000 mon.c (mon.1) 2417 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.364179+0000 mon.c (mon.1) 2418 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.366408+0000 mon.c (mon.1) 2419 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.367146+0000 mon.c (mon.1) 2420 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cluster 2024-03-30T04:45:46.368848+0000 mgr.y (mgr.25441) 2607 : cluster [DBG] pgmap v1713: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cluster 2024-03-30T04:45:46.369280+0000 mgr.y (mgr.25441) 2608 : cluster [DBG] pgmap v1714: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.373937+0000 mon.a (mon.0) 1135 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cephadm 2024-03-30T04:45:46.375582+0000 mgr.y (mgr.25441) 2609 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.432746+0000 mon.c (mon.1) 2421 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.434944+0000 mon.c (mon.1) 2422 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.436826+0000 mon.c (mon.1) 2423 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.437478+0000 mon.c (mon.1) 2424 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cluster 2024-03-30T04:45:46.438928+0000 mgr.y (mgr.25441) 2610 : cluster [DBG] pgmap v1715: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cluster 2024-03-30T04:45:46.439280+0000 mgr.y (mgr.25441) 2611 : cluster [DBG] pgmap v1716: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.443794+0000 mon.a (mon.0) 1136 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cephadm 2024-03-30T04:45:46.445375+0000 mgr.y (mgr.25441) 2612 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.502073+0000 mon.c (mon.1) 2425 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.504107+0000 mon.c (mon.1) 2426 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.505900+0000 mon.c (mon.1) 2427 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.506634+0000 mon.c (mon.1) 2428 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cluster 2024-03-30T04:45:46.508002+0000 mgr.y (mgr.25441) 2613 : cluster [DBG] pgmap v1717: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cluster 2024-03-30T04:45:46.508283+0000 mgr.y (mgr.25441) 2614 : cluster [DBG] pgmap v1718: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cluster 2024-03-30T04:45:46.368848+0000 mgr.y (mgr.25441) 2607 : cluster [DBG] pgmap v1713: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cluster 2024-03-30T04:45:46.369280+0000 mgr.y (mgr.25441) 2608 : cluster [DBG] pgmap v1714: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.373937+0000 mon.a (mon.0) 1135 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cephadm 2024-03-30T04:45:46.375582+0000 mgr.y (mgr.25441) 2609 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.432746+0000 mon.c (mon.1) 2421 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.434944+0000 mon.c (mon.1) 2422 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.436826+0000 mon.c (mon.1) 2423 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.437478+0000 mon.c (mon.1) 2424 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cluster 2024-03-30T04:45:46.438928+0000 mgr.y (mgr.25441) 2610 : cluster [DBG] pgmap v1715: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cluster 2024-03-30T04:45:46.439280+0000 mgr.y (mgr.25441) 2611 : cluster [DBG] pgmap v1716: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.443794+0000 mon.a (mon.0) 1136 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cephadm 2024-03-30T04:45:46.445375+0000 mgr.y (mgr.25441) 2612 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.502073+0000 mon.c (mon.1) 2425 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.504107+0000 mon.c (mon.1) 2426 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.505900+0000 mon.c (mon.1) 2427 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.506634+0000 mon.c (mon.1) 2428 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cluster 2024-03-30T04:45:46.508002+0000 mgr.y (mgr.25441) 2613 : cluster [DBG] pgmap v1717: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cluster 2024-03-30T04:45:46.508283+0000 mgr.y (mgr.25441) 2614 : cluster [DBG] pgmap v1718: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.512783+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cephadm 2024-03-30T04:45:46.513413+0000 mgr.y (mgr.25441) 2615 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.553718+0000 mon.c (mon.1) 2429 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.555489+0000 mon.c (mon.1) 2430 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.557213+0000 mon.c (mon.1) 2431 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.557843+0000 mon.c (mon.1) 2432 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cluster 2024-03-30T04:45:46.559232+0000 mgr.y (mgr.25441) 2616 : cluster [DBG] pgmap v1719: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cluster 2024-03-30T04:45:46.559535+0000 mgr.y (mgr.25441) 2617 : cluster [DBG] pgmap v1720: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.563865+0000 mon.a (mon.0) 1138 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cephadm 2024-03-30T04:45:46.564494+0000 mgr.y (mgr.25441) 2618 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.605722+0000 mon.c (mon.1) 2433 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.607606+0000 mon.c (mon.1) 2434 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.609401+0000 mon.c (mon.1) 2435 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.610022+0000 mon.c (mon.1) 2436 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cluster 2024-03-30T04:45:46.611382+0000 mgr.y (mgr.25441) 2619 : cluster [DBG] pgmap v1721: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cluster 2024-03-30T04:45:46.611722+0000 mgr.y (mgr.25441) 2620 : cluster [DBG] pgmap v1722: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.616951+0000 mon.a (mon.0) 1139 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cephadm 2024-03-30T04:45:46.617586+0000 mgr.y (mgr.25441) 2621 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.512783+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cephadm 2024-03-30T04:45:46.513413+0000 mgr.y (mgr.25441) 2615 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.553718+0000 mon.c (mon.1) 2429 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.555489+0000 mon.c (mon.1) 2430 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.557213+0000 mon.c (mon.1) 2431 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.557843+0000 mon.c (mon.1) 2432 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cluster 2024-03-30T04:45:46.559232+0000 mgr.y (mgr.25441) 2616 : cluster [DBG] pgmap v1719: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cluster 2024-03-30T04:45:46.559535+0000 mgr.y (mgr.25441) 2617 : cluster [DBG] pgmap v1720: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.563865+0000 mon.a (mon.0) 1138 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cephadm 2024-03-30T04:45:46.564494+0000 mgr.y (mgr.25441) 2618 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.605722+0000 mon.c (mon.1) 2433 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.607606+0000 mon.c (mon.1) 2434 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.609401+0000 mon.c (mon.1) 2435 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.610022+0000 mon.c (mon.1) 2436 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cluster 2024-03-30T04:45:46.611382+0000 mgr.y (mgr.25441) 2619 : cluster [DBG] pgmap v1721: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cluster 2024-03-30T04:45:46.611722+0000 mgr.y (mgr.25441) 2620 : cluster [DBG] pgmap v1722: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.616951+0000 mon.a (mon.0) 1139 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cephadm 2024-03-30T04:45:46.617586+0000 mgr.y (mgr.25441) 2621 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.675522+0000 mon.c (mon.1) 2437 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.677687+0000 mon.c (mon.1) 2438 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.679820+0000 mon.c (mon.1) 2439 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.680577+0000 mon.c (mon.1) 2440 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cluster 2024-03-30T04:45:46.682051+0000 mgr.y (mgr.25441) 2622 : cluster [DBG] pgmap v1723: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cluster 2024-03-30T04:45:46.682535+0000 mgr.y (mgr.25441) 2623 : cluster [DBG] pgmap v1724: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.688767+0000 mon.a (mon.0) 1140 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cephadm 2024-03-30T04:45:46.689454+0000 mgr.y (mgr.25441) 2624 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.747939+0000 mon.c (mon.1) 2441 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.750071+0000 mon.c (mon.1) 2442 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.752139+0000 mon.c (mon.1) 2443 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.752815+0000 mon.c (mon.1) 2444 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cluster 2024-03-30T04:45:46.754294+0000 mgr.y (mgr.25441) 2625 : cluster [DBG] pgmap v1725: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cluster 2024-03-30T04:45:46.754715+0000 mgr.y (mgr.25441) 2626 : cluster [DBG] pgmap v1726: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.760224+0000 mon.a (mon.0) 1141 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: cephadm 2024-03-30T04:45:46.760904+0000 mgr.y (mgr.25441) 2627 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.817812+0000 mon.c (mon.1) 2445 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.819717+0000 mon.c (mon.1) 2446 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.821764+0000 mon.c (mon.1) 2447 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.675522+0000 mon.c (mon.1) 2437 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.677687+0000 mon.c (mon.1) 2438 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.679820+0000 mon.c (mon.1) 2439 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.680577+0000 mon.c (mon.1) 2440 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cluster 2024-03-30T04:45:46.682051+0000 mgr.y (mgr.25441) 2622 : cluster [DBG] pgmap v1723: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cluster 2024-03-30T04:45:46.682535+0000 mgr.y (mgr.25441) 2623 : cluster [DBG] pgmap v1724: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.688767+0000 mon.a (mon.0) 1140 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cephadm 2024-03-30T04:45:46.689454+0000 mgr.y (mgr.25441) 2624 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.747939+0000 mon.c (mon.1) 2441 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.750071+0000 mon.c (mon.1) 2442 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.752139+0000 mon.c (mon.1) 2443 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.752815+0000 mon.c (mon.1) 2444 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cluster 2024-03-30T04:45:46.754294+0000 mgr.y (mgr.25441) 2625 : cluster [DBG] pgmap v1725: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cluster 2024-03-30T04:45:46.754715+0000 mgr.y (mgr.25441) 2626 : cluster [DBG] pgmap v1726: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.760224+0000 mon.a (mon.0) 1141 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: cephadm 2024-03-30T04:45:46.760904+0000 mgr.y (mgr.25441) 2627 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.817812+0000 mon.c (mon.1) 2445 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.819717+0000 mon.c (mon.1) 2446 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.821764+0000 mon.c (mon.1) 2447 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.822488+0000 mon.c (mon.1) 2448 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.829840+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.898071+0000 mon.c (mon.1) 2449 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.902212+0000 mon.c (mon.1) 2450 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.906602+0000 mon.c (mon.1) 2451 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.908156+0000 mon.c (mon.1) 2452 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.920490+0000 mon.a (mon.0) 1143 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.995844+0000 mon.c (mon.1) 2453 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:46.998150+0000 mon.c (mon.1) 2454 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:47.000535+0000 mon.c (mon.1) 2455 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:47.001187+0000 mon.c (mon.1) 2456 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:47.009230+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:47.054524+0000 mon.c (mon.1) 2457 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:47.056583+0000 mon.c (mon.1) 2458 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:47.058318+0000 mon.c (mon.1) 2459 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:47.058987+0000 mon.c (mon.1) 2460 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:47.065195+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:47.110825+0000 mon.c (mon.1) 2461 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:47.113002+0000 mon.c (mon.1) 2462 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.822488+0000 mon.c (mon.1) 2448 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.829840+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.898071+0000 mon.c (mon.1) 2449 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.902212+0000 mon.c (mon.1) 2450 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.906602+0000 mon.c (mon.1) 2451 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.908156+0000 mon.c (mon.1) 2452 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.920490+0000 mon.a (mon.0) 1143 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.995844+0000 mon.c (mon.1) 2453 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:46.998150+0000 mon.c (mon.1) 2454 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:47.000535+0000 mon.c (mon.1) 2455 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:47.001187+0000 mon.c (mon.1) 2456 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:47.009230+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:47.054524+0000 mon.c (mon.1) 2457 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:47.056583+0000 mon.c (mon.1) 2458 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:47.058318+0000 mon.c (mon.1) 2459 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:47.058987+0000 mon.c (mon.1) 2460 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:47.065195+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:47.110825+0000 mon.c (mon.1) 2461 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:47.113002+0000 mon.c (mon.1) 2462 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:47.114995+0000 mon.c (mon.1) 2463 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:47.115659+0000 mon.c (mon.1) 2464 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:47.124393+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:47.165073+0000 mon.c (mon.1) 2465 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:47.166842+0000 mon.c (mon.1) 2466 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:47.168610+0000 mon.c (mon.1) 2467 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:47.169337+0000 mon.c (mon.1) 2468 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:47.176331+0000 mon.a (mon.0) 1147 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:47.233262+0000 mon.c (mon.1) 2469 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:47.235075+0000 mon.c (mon.1) 2470 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:47.236875+0000 mon.c (mon.1) 2471 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:47.237504+0000 mon.c (mon.1) 2472 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:47.243546+0000 mon.a (mon.0) 1148 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:47.300689+0000 mon.c (mon.1) 2473 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:47.303171+0000 mon.c (mon.1) 2474 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:47.305317+0000 mon.c (mon.1) 2475 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:47.306070+0000 mon.c (mon.1) 2476 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[73591]: audit 2024-03-30T04:45:47.312705+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:47.114995+0000 mon.c (mon.1) 2463 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:47.115659+0000 mon.c (mon.1) 2464 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:47.124393+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:47.165073+0000 mon.c (mon.1) 2465 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:47.166842+0000 mon.c (mon.1) 2466 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:47.168610+0000 mon.c (mon.1) 2467 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:47.169337+0000 mon.c (mon.1) 2468 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:47.176331+0000 mon.a (mon.0) 1147 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:47.233262+0000 mon.c (mon.1) 2469 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:47.235075+0000 mon.c (mon.1) 2470 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:47.236875+0000 mon.c (mon.1) 2471 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:47.237504+0000 mon.c (mon.1) 2472 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:47.243546+0000 mon.a (mon.0) 1148 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:47.300689+0000 mon.c (mon.1) 2473 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:47.303171+0000 mon.c (mon.1) 2474 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:47.305317+0000 mon.c (mon.1) 2475 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:47.306070+0000 mon.c (mon.1) 2476 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[70954]: audit 2024-03-30T04:45:47.312705+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.637 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:45:47 smithi111 bash[87867]: debug 2024-03-30T04:45:47.550+0000 7f8f0b1d87c0 -1 Falling back to public interface 2024-03-30T04:45:47.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cluster 2024-03-30T04:45:45.813716+0000 mgr.y (mgr.25441) 2580 : cluster [DBG] pgmap v1695: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cluster 2024-03-30T04:45:45.814067+0000 mgr.y (mgr.25441) 2581 : cluster [DBG] pgmap v1696: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cephadm 2024-03-30T04:45:45.822874+0000 mgr.y (mgr.25441) 2582 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cluster 2024-03-30T04:45:45.868765+0000 mgr.y (mgr.25441) 2583 : cluster [DBG] pgmap v1697: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cluster 2024-03-30T04:45:45.869161+0000 mgr.y (mgr.25441) 2584 : cluster [DBG] pgmap v1698: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cephadm 2024-03-30T04:45:45.879058+0000 mgr.y (mgr.25441) 2585 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cluster 2024-03-30T04:45:45.923996+0000 mgr.y (mgr.25441) 2586 : cluster [DBG] pgmap v1699: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cluster 2024-03-30T04:45:45.925047+0000 mgr.y (mgr.25441) 2587 : cluster [DBG] pgmap v1700: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cephadm 2024-03-30T04:45:45.933627+0000 mgr.y (mgr.25441) 2588 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cluster 2024-03-30T04:45:45.981618+0000 mgr.y (mgr.25441) 2589 : cluster [DBG] pgmap v1701: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cluster 2024-03-30T04:45:45.982092+0000 mgr.y (mgr.25441) 2590 : cluster [DBG] pgmap v1702: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cephadm 2024-03-30T04:45:45.991418+0000 mgr.y (mgr.25441) 2591 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cluster 2024-03-30T04:45:46.037262+0000 mgr.y (mgr.25441) 2592 : cluster [DBG] pgmap v1703: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cluster 2024-03-30T04:45:46.037650+0000 mgr.y (mgr.25441) 2593 : cluster [DBG] pgmap v1704: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cephadm 2024-03-30T04:45:46.044308+0000 mgr.y (mgr.25441) 2594 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cluster 2024-03-30T04:45:46.107068+0000 mgr.y (mgr.25441) 2595 : cluster [DBG] pgmap v1705: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cluster 2024-03-30T04:45:46.107444+0000 mgr.y (mgr.25441) 2596 : cluster [DBG] pgmap v1706: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cephadm 2024-03-30T04:45:46.113725+0000 mgr.y (mgr.25441) 2597 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cluster 2024-03-30T04:45:46.178373+0000 mgr.y (mgr.25441) 2598 : cluster [DBG] pgmap v1707: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cluster 2024-03-30T04:45:46.178776+0000 mgr.y (mgr.25441) 2599 : cluster [DBG] pgmap v1708: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cephadm 2024-03-30T04:45:46.185128+0000 mgr.y (mgr.25441) 2600 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cluster 2024-03-30T04:45:46.235860+0000 mgr.y (mgr.25441) 2601 : cluster [DBG] pgmap v1709: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cluster 2024-03-30T04:45:46.236147+0000 mgr.y (mgr.25441) 2602 : cluster [DBG] pgmap v1710: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cephadm 2024-03-30T04:45:46.242436+0000 mgr.y (mgr.25441) 2603 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cluster 2024-03-30T04:45:46.290402+0000 mgr.y (mgr.25441) 2604 : cluster [DBG] pgmap v1711: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 27 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cluster 2024-03-30T04:45:46.290816+0000 mgr.y (mgr.25441) 2605 : cluster [DBG] pgmap v1712: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 27 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cephadm 2024-03-30T04:45:46.297656+0000 mgr.y (mgr.25441) 2606 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.362069+0000 mon.c (mon.1) 2417 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.364179+0000 mon.c (mon.1) 2418 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.366408+0000 mon.c (mon.1) 2419 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.367146+0000 mon.c (mon.1) 2420 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cluster 2024-03-30T04:45:46.368848+0000 mgr.y (mgr.25441) 2607 : cluster [DBG] pgmap v1713: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cluster 2024-03-30T04:45:46.369280+0000 mgr.y (mgr.25441) 2608 : cluster [DBG] pgmap v1714: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.373937+0000 mon.a (mon.0) 1135 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cephadm 2024-03-30T04:45:46.375582+0000 mgr.y (mgr.25441) 2609 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.432746+0000 mon.c (mon.1) 2421 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.434944+0000 mon.c (mon.1) 2422 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.436826+0000 mon.c (mon.1) 2423 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.437478+0000 mon.c (mon.1) 2424 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cluster 2024-03-30T04:45:46.438928+0000 mgr.y (mgr.25441) 2610 : cluster [DBG] pgmap v1715: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cluster 2024-03-30T04:45:46.439280+0000 mgr.y (mgr.25441) 2611 : cluster [DBG] pgmap v1716: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.443794+0000 mon.a (mon.0) 1136 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cephadm 2024-03-30T04:45:46.445375+0000 mgr.y (mgr.25441) 2612 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.502073+0000 mon.c (mon.1) 2425 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.504107+0000 mon.c (mon.1) 2426 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.505900+0000 mon.c (mon.1) 2427 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.506634+0000 mon.c (mon.1) 2428 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cluster 2024-03-30T04:45:46.508002+0000 mgr.y (mgr.25441) 2613 : cluster [DBG] pgmap v1717: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cluster 2024-03-30T04:45:46.508283+0000 mgr.y (mgr.25441) 2614 : cluster [DBG] pgmap v1718: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.512783+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cephadm 2024-03-30T04:45:46.513413+0000 mgr.y (mgr.25441) 2615 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.553718+0000 mon.c (mon.1) 2429 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.555489+0000 mon.c (mon.1) 2430 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.557213+0000 mon.c (mon.1) 2431 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.557843+0000 mon.c (mon.1) 2432 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cluster 2024-03-30T04:45:46.559232+0000 mgr.y (mgr.25441) 2616 : cluster [DBG] pgmap v1719: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cluster 2024-03-30T04:45:46.559535+0000 mgr.y (mgr.25441) 2617 : cluster [DBG] pgmap v1720: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.563865+0000 mon.a (mon.0) 1138 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cephadm 2024-03-30T04:45:46.564494+0000 mgr.y (mgr.25441) 2618 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.605722+0000 mon.c (mon.1) 2433 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.607606+0000 mon.c (mon.1) 2434 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.609401+0000 mon.c (mon.1) 2435 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.610022+0000 mon.c (mon.1) 2436 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cluster 2024-03-30T04:45:46.611382+0000 mgr.y (mgr.25441) 2619 : cluster [DBG] pgmap v1721: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cluster 2024-03-30T04:45:46.611722+0000 mgr.y (mgr.25441) 2620 : cluster [DBG] pgmap v1722: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.616951+0000 mon.a (mon.0) 1139 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cephadm 2024-03-30T04:45:46.617586+0000 mgr.y (mgr.25441) 2621 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.675522+0000 mon.c (mon.1) 2437 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.677687+0000 mon.c (mon.1) 2438 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.679820+0000 mon.c (mon.1) 2439 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.680577+0000 mon.c (mon.1) 2440 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cluster 2024-03-30T04:45:46.682051+0000 mgr.y (mgr.25441) 2622 : cluster [DBG] pgmap v1723: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cluster 2024-03-30T04:45:46.682535+0000 mgr.y (mgr.25441) 2623 : cluster [DBG] pgmap v1724: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.688767+0000 mon.a (mon.0) 1140 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cephadm 2024-03-30T04:45:46.689454+0000 mgr.y (mgr.25441) 2624 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.747939+0000 mon.c (mon.1) 2441 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.750071+0000 mon.c (mon.1) 2442 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.752139+0000 mon.c (mon.1) 2443 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.752815+0000 mon.c (mon.1) 2444 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cluster 2024-03-30T04:45:46.754294+0000 mgr.y (mgr.25441) 2625 : cluster [DBG] pgmap v1725: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cluster 2024-03-30T04:45:46.754715+0000 mgr.y (mgr.25441) 2626 : cluster [DBG] pgmap v1726: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:47.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.760224+0000 mon.a (mon.0) 1141 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: cephadm 2024-03-30T04:45:46.760904+0000 mgr.y (mgr.25441) 2627 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:47.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.817812+0000 mon.c (mon.1) 2445 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.819717+0000 mon.c (mon.1) 2446 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.821764+0000 mon.c (mon.1) 2447 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.822488+0000 mon.c (mon.1) 2448 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.829840+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.898071+0000 mon.c (mon.1) 2449 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.902212+0000 mon.c (mon.1) 2450 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.906602+0000 mon.c (mon.1) 2451 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.908156+0000 mon.c (mon.1) 2452 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.920490+0000 mon.a (mon.0) 1143 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.995844+0000 mon.c (mon.1) 2453 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:46.998150+0000 mon.c (mon.1) 2454 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:47.000535+0000 mon.c (mon.1) 2455 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:47.001187+0000 mon.c (mon.1) 2456 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:47.009230+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:47.054524+0000 mon.c (mon.1) 2457 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:47.056583+0000 mon.c (mon.1) 2458 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:47.058318+0000 mon.c (mon.1) 2459 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:47.058987+0000 mon.c (mon.1) 2460 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:47.065195+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:47.110825+0000 mon.c (mon.1) 2461 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:47.113002+0000 mon.c (mon.1) 2462 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:47.114995+0000 mon.c (mon.1) 2463 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:47.115659+0000 mon.c (mon.1) 2464 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:47.124393+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:47.165073+0000 mon.c (mon.1) 2465 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:47.166842+0000 mon.c (mon.1) 2466 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:47.168610+0000 mon.c (mon.1) 2467 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:47.169337+0000 mon.c (mon.1) 2468 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:47.176331+0000 mon.a (mon.0) 1147 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:47.233262+0000 mon.c (mon.1) 2469 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:47.235075+0000 mon.c (mon.1) 2470 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:47.236875+0000 mon.c (mon.1) 2471 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:47.237504+0000 mon.c (mon.1) 2472 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:47.243546+0000 mon.a (mon.0) 1148 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:47.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:47.300689+0000 mon.c (mon.1) 2473 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:47.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:47.303171+0000 mon.c (mon.1) 2474 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:47.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:47.305317+0000 mon.c (mon.1) 2475 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:47.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:47.306070+0000 mon.c (mon.1) 2476 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:47.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:47 smithi117 bash[62284]: audit 2024-03-30T04:45:47.312705+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:48.372 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: cluster 2024-03-30T04:45:46.824020+0000 mgr.y (mgr.25441) 2628 : cluster [DBG] pgmap v1727: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.373 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: cluster 2024-03-30T04:45:46.824523+0000 mgr.y (mgr.25441) 2629 : cluster [DBG] pgmap v1728: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.373 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: cephadm 2024-03-30T04:45:46.830474+0000 mgr.y (mgr.25441) 2630 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:48.373 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: cluster 2024-03-30T04:45:46.911529+0000 mgr.y (mgr.25441) 2631 : cluster [DBG] pgmap v1729: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.373 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: cluster 2024-03-30T04:45:46.912480+0000 mgr.y (mgr.25441) 2632 : cluster [DBG] pgmap v1730: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.373 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: cephadm 2024-03-30T04:45:46.922620+0000 mgr.y (mgr.25441) 2633 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:48.373 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: cluster 2024-03-30T04:45:47.002746+0000 mgr.y (mgr.25441) 2634 : cluster [DBG] pgmap v1731: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.373 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: cluster 2024-03-30T04:45:47.003115+0000 mgr.y (mgr.25441) 2635 : cluster [DBG] pgmap v1732: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.373 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: cephadm 2024-03-30T04:45:47.009960+0000 mgr.y (mgr.25441) 2636 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:48.373 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: cluster 2024-03-30T04:45:47.060356+0000 mgr.y (mgr.25441) 2637 : cluster [DBG] pgmap v1733: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.373 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: cluster 2024-03-30T04:45:47.060667+0000 mgr.y (mgr.25441) 2638 : cluster [DBG] pgmap v1734: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.373 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: cephadm 2024-03-30T04:45:47.065955+0000 mgr.y (mgr.25441) 2639 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:48.373 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: cluster 2024-03-30T04:45:47.117055+0000 mgr.y (mgr.25441) 2640 : cluster [DBG] pgmap v1735: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.374 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: cluster 2024-03-30T04:45:47.117553+0000 mgr.y (mgr.25441) 2641 : cluster [DBG] pgmap v1736: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.374 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: cephadm 2024-03-30T04:45:47.125010+0000 mgr.y (mgr.25441) 2642 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:48.374 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: cluster 2024-03-30T04:45:47.170711+0000 mgr.y (mgr.25441) 2643 : cluster [DBG] pgmap v1737: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.374 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: cluster 2024-03-30T04:45:47.171161+0000 mgr.y (mgr.25441) 2644 : cluster [DBG] pgmap v1738: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.374 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: cephadm 2024-03-30T04:45:47.176969+0000 mgr.y (mgr.25441) 2645 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:48.374 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: cluster 2024-03-30T04:45:47.238825+0000 mgr.y (mgr.25441) 2646 : cluster [DBG] pgmap v1739: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.374 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: cluster 2024-03-30T04:45:47.239207+0000 mgr.y (mgr.25441) 2647 : cluster [DBG] pgmap v1740: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.374 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: cephadm 2024-03-30T04:45:47.244164+0000 mgr.y (mgr.25441) 2648 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:48.374 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: cluster 2024-03-30T04:45:47.307829+0000 mgr.y (mgr.25441) 2649 : cluster [DBG] pgmap v1741: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.375 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: cluster 2024-03-30T04:45:47.308428+0000 mgr.y (mgr.25441) 2650 : cluster [DBG] pgmap v1742: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.375 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: cephadm 2024-03-30T04:45:47.314876+0000 mgr.y (mgr.25441) 2651 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:48.375 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.387902+0000 mon.c (mon.1) 2477 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:48.375 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.389647+0000 mon.c (mon.1) 2478 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:48.375 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.391447+0000 mon.c (mon.1) 2479 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:48.375 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.392104+0000 mon.c (mon.1) 2480 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:48.375 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: cluster 2024-03-30T04:45:47.393356+0000 mgr.y (mgr.25441) 2652 : cluster [DBG] pgmap v1743: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.375 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: cluster 2024-03-30T04:45:47.393702+0000 mgr.y (mgr.25441) 2653 : cluster [DBG] pgmap v1744: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.375 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.398362+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:48.375 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: cephadm 2024-03-30T04:45:47.398973+0000 mgr.y (mgr.25441) 2654 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:48.376 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.455042+0000 mon.c (mon.1) 2481 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:48.376 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.457207+0000 mon.c (mon.1) 2482 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:48.376 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.459777+0000 mon.c (mon.1) 2483 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:48.376 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.460831+0000 mon.c (mon.1) 2484 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:48.376 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: cluster 2024-03-30T04:45:47.463138+0000 mgr.y (mgr.25441) 2655 : cluster [DBG] pgmap v1745: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.376 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: cluster 2024-03-30T04:45:47.464179+0000 mgr.y (mgr.25441) 2656 : cluster [DBG] pgmap v1746: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.376 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.473996+0000 mon.a (mon.0) 1151 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:48.377 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: cephadm 2024-03-30T04:45:47.475144+0000 mgr.y (mgr.25441) 2657 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:48.377 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.532819+0000 mon.c (mon.1) 2485 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:48.377 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.534984+0000 mon.c (mon.1) 2486 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:48.377 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.536911+0000 mon.c (mon.1) 2487 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:48.377 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.537630+0000 mon.c (mon.1) 2488 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:48.377 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: cluster 2024-03-30T04:45:47.538932+0000 mgr.y (mgr.25441) 2658 : cluster [DBG] pgmap v1747: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.377 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: cluster 2024-03-30T04:45:47.539233+0000 mgr.y (mgr.25441) 2659 : cluster [DBG] pgmap v1748: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.377 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.545696+0000 mon.a (mon.0) 1152 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:48.377 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: cephadm 2024-03-30T04:45:47.547427+0000 mgr.y (mgr.25441) 2660 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:48.377 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.620784+0000 mon.c (mon.1) 2489 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:48.377 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.624733+0000 mon.c (mon.1) 2490 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:48.378 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.627109+0000 mon.c (mon.1) 2491 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:48.378 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.627891+0000 mon.c (mon.1) 2492 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:48.378 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: cluster 2024-03-30T04:45:47.629413+0000 mgr.y (mgr.25441) 2661 : cluster [DBG] pgmap v1749: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.378 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: cluster 2024-03-30T04:45:47.629818+0000 mgr.y (mgr.25441) 2662 : cluster [DBG] pgmap v1750: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.378 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.637217+0000 mon.a (mon.0) 1153 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:48.378 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: cephadm 2024-03-30T04:45:47.637850+0000 mgr.y (mgr.25441) 2663 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:48.378 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.698857+0000 mon.c (mon.1) 2493 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:48.378 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.701021+0000 mon.c (mon.1) 2494 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:48.378 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.702829+0000 mon.c (mon.1) 2495 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:48.378 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.703591+0000 mon.c (mon.1) 2496 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:48.378 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: cluster 2024-03-30T04:45:47.705018+0000 mgr.y (mgr.25441) 2664 : cluster [DBG] pgmap v1751: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.378 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: cluster 2024-03-30T04:45:47.705364+0000 mgr.y (mgr.25441) 2665 : cluster [DBG] pgmap v1752: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.378 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.711746+0000 mon.a (mon.0) 1154 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:48.378 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: cephadm 2024-03-30T04:45:47.712500+0000 mgr.y (mgr.25441) 2666 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:48.379 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.769580+0000 mon.c (mon.1) 2497 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:48.379 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.771681+0000 mon.c (mon.1) 2498 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:48.379 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.773500+0000 mon.c (mon.1) 2499 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:48.379 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.774079+0000 mon.c (mon.1) 2500 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:48.379 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.782015+0000 mon.a (mon.0) 1155 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:48.379 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.844797+0000 mon.c (mon.1) 2501 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:48.379 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.847303+0000 mon.c (mon.1) 2502 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:48.379 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.849288+0000 mon.c (mon.1) 2503 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:48.380 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.850030+0000 mon.c (mon.1) 2504 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:48.380 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.858593+0000 mon.a (mon.0) 1156 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:48.380 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.916920+0000 mon.c (mon.1) 2505 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:48.380 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.918833+0000 mon.c (mon.1) 2506 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:48.380 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.920710+0000 mon.c (mon.1) 2507 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:48.380 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.921434+0000 mon.c (mon.1) 2508 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:48.380 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.929494+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:48.380 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.986500+0000 mon.c (mon.1) 2509 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:48.380 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.988305+0000 mon.c (mon.1) 2510 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:48.380 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.990065+0000 mon.c (mon.1) 2511 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:48.380 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.990692+0000 mon.c (mon.1) 2512 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:48.380 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:47.998807+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:48.380 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:48.046018+0000 mon.c (mon.1) 2513 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:48.380 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:48.048556+0000 mon.c (mon.1) 2514 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:48.380 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:48.050760+0000 mon.c (mon.1) 2515 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:48.381 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:48.051478+0000 mon.c (mon.1) 2516 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:48.381 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:48.060420+0000 mon.a (mon.0) 1159 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:48.381 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:48.119110+0000 mon.c (mon.1) 2517 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:48.381 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:48.121427+0000 mon.c (mon.1) 2518 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:48.381 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:48.123431+0000 mon.c (mon.1) 2519 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:48.381 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:48.124152+0000 mon.c (mon.1) 2520 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:48.381 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:48.132693+0000 mon.a (mon.0) 1160 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:48.381 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:48.191683+0000 mon.c (mon.1) 2521 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:48.381 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:48.193627+0000 mon.c (mon.1) 2522 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:48.381 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:48.195513+0000 mon.c (mon.1) 2523 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:48.381 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:48.196182+0000 mon.c (mon.1) 2524 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:48.381 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:48.204387+0000 mon.a (mon.0) 1161 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:48.381 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:48.261929+0000 mon.c (mon.1) 2525 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:48.381 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:48.264058+0000 mon.c (mon.1) 2526 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:48.381 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:48.266366+0000 mon.c (mon.1) 2527 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:48.381 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:48.267292+0000 mon.c (mon.1) 2528 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:48.382 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:48.276050+0000 mon.a (mon.0) 1162 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:48.382 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:48.319766+0000 mon.c (mon.1) 2529 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:48.382 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:48.322038+0000 mon.c (mon.1) 2530 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:48.382 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:48.324041+0000 mon.c (mon.1) 2531 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:48.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: cluster 2024-03-30T04:45:46.824020+0000 mgr.y (mgr.25441) 2628 : cluster [DBG] pgmap v1727: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: cluster 2024-03-30T04:45:46.824523+0000 mgr.y (mgr.25441) 2629 : cluster [DBG] pgmap v1728: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: cephadm 2024-03-30T04:45:46.830474+0000 mgr.y (mgr.25441) 2630 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:48.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: cluster 2024-03-30T04:45:46.911529+0000 mgr.y (mgr.25441) 2631 : cluster [DBG] pgmap v1729: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: cluster 2024-03-30T04:45:46.912480+0000 mgr.y (mgr.25441) 2632 : cluster [DBG] pgmap v1730: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: cephadm 2024-03-30T04:45:46.922620+0000 mgr.y (mgr.25441) 2633 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:48.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: cluster 2024-03-30T04:45:47.002746+0000 mgr.y (mgr.25441) 2634 : cluster [DBG] pgmap v1731: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: cluster 2024-03-30T04:45:47.003115+0000 mgr.y (mgr.25441) 2635 : cluster [DBG] pgmap v1732: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: cephadm 2024-03-30T04:45:47.009960+0000 mgr.y (mgr.25441) 2636 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:48.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: cluster 2024-03-30T04:45:47.060356+0000 mgr.y (mgr.25441) 2637 : cluster [DBG] pgmap v1733: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: cluster 2024-03-30T04:45:47.060667+0000 mgr.y (mgr.25441) 2638 : cluster [DBG] pgmap v1734: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: cephadm 2024-03-30T04:45:47.065955+0000 mgr.y (mgr.25441) 2639 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:48.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: cluster 2024-03-30T04:45:47.117055+0000 mgr.y (mgr.25441) 2640 : cluster [DBG] pgmap v1735: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: cluster 2024-03-30T04:45:47.117553+0000 mgr.y (mgr.25441) 2641 : cluster [DBG] pgmap v1736: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: cephadm 2024-03-30T04:45:47.125010+0000 mgr.y (mgr.25441) 2642 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:48.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: cluster 2024-03-30T04:45:46.824020+0000 mgr.y (mgr.25441) 2628 : cluster [DBG] pgmap v1727: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: cluster 2024-03-30T04:45:46.824523+0000 mgr.y (mgr.25441) 2629 : cluster [DBG] pgmap v1728: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: cephadm 2024-03-30T04:45:46.830474+0000 mgr.y (mgr.25441) 2630 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:48.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: cluster 2024-03-30T04:45:46.911529+0000 mgr.y (mgr.25441) 2631 : cluster [DBG] pgmap v1729: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: cluster 2024-03-30T04:45:46.912480+0000 mgr.y (mgr.25441) 2632 : cluster [DBG] pgmap v1730: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: cephadm 2024-03-30T04:45:46.922620+0000 mgr.y (mgr.25441) 2633 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:48.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: cluster 2024-03-30T04:45:47.002746+0000 mgr.y (mgr.25441) 2634 : cluster [DBG] pgmap v1731: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: cluster 2024-03-30T04:45:47.003115+0000 mgr.y (mgr.25441) 2635 : cluster [DBG] pgmap v1732: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: cephadm 2024-03-30T04:45:47.009960+0000 mgr.y (mgr.25441) 2636 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:48.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: cluster 2024-03-30T04:45:47.060356+0000 mgr.y (mgr.25441) 2637 : cluster [DBG] pgmap v1733: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: cluster 2024-03-30T04:45:47.060667+0000 mgr.y (mgr.25441) 2638 : cluster [DBG] pgmap v1734: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: cephadm 2024-03-30T04:45:47.065955+0000 mgr.y (mgr.25441) 2639 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:48.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: cluster 2024-03-30T04:45:47.117055+0000 mgr.y (mgr.25441) 2640 : cluster [DBG] pgmap v1735: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: cluster 2024-03-30T04:45:47.117553+0000 mgr.y (mgr.25441) 2641 : cluster [DBG] pgmap v1736: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: cephadm 2024-03-30T04:45:47.125010+0000 mgr.y (mgr.25441) 2642 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:48.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: cluster 2024-03-30T04:45:47.170711+0000 mgr.y (mgr.25441) 2643 : cluster [DBG] pgmap v1737: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: cluster 2024-03-30T04:45:47.171161+0000 mgr.y (mgr.25441) 2644 : cluster [DBG] pgmap v1738: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: cephadm 2024-03-30T04:45:47.176969+0000 mgr.y (mgr.25441) 2645 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:48.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: cluster 2024-03-30T04:45:47.238825+0000 mgr.y (mgr.25441) 2646 : cluster [DBG] pgmap v1739: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: cluster 2024-03-30T04:45:47.239207+0000 mgr.y (mgr.25441) 2647 : cluster [DBG] pgmap v1740: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: cephadm 2024-03-30T04:45:47.244164+0000 mgr.y (mgr.25441) 2648 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:48.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: cluster 2024-03-30T04:45:47.307829+0000 mgr.y (mgr.25441) 2649 : cluster [DBG] pgmap v1741: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: cluster 2024-03-30T04:45:47.308428+0000 mgr.y (mgr.25441) 2650 : cluster [DBG] pgmap v1742: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: cephadm 2024-03-30T04:45:47.314876+0000 mgr.y (mgr.25441) 2651 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:48.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.387902+0000 mon.c (mon.1) 2477 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:48.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.389647+0000 mon.c (mon.1) 2478 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:48.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.391447+0000 mon.c (mon.1) 2479 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:48.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.392104+0000 mon.c (mon.1) 2480 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:48.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: cluster 2024-03-30T04:45:47.393356+0000 mgr.y (mgr.25441) 2652 : cluster [DBG] pgmap v1743: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: cluster 2024-03-30T04:45:47.393702+0000 mgr.y (mgr.25441) 2653 : cluster [DBG] pgmap v1744: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.398362+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:48.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: cephadm 2024-03-30T04:45:47.398973+0000 mgr.y (mgr.25441) 2654 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:48.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: cluster 2024-03-30T04:45:47.170711+0000 mgr.y (mgr.25441) 2643 : cluster [DBG] pgmap v1737: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: cluster 2024-03-30T04:45:47.171161+0000 mgr.y (mgr.25441) 2644 : cluster [DBG] pgmap v1738: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: cephadm 2024-03-30T04:45:47.176969+0000 mgr.y (mgr.25441) 2645 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:48.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: cluster 2024-03-30T04:45:47.238825+0000 mgr.y (mgr.25441) 2646 : cluster [DBG] pgmap v1739: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: cluster 2024-03-30T04:45:47.239207+0000 mgr.y (mgr.25441) 2647 : cluster [DBG] pgmap v1740: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: cephadm 2024-03-30T04:45:47.244164+0000 mgr.y (mgr.25441) 2648 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:48.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: cluster 2024-03-30T04:45:47.307829+0000 mgr.y (mgr.25441) 2649 : cluster [DBG] pgmap v1741: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: cluster 2024-03-30T04:45:47.308428+0000 mgr.y (mgr.25441) 2650 : cluster [DBG] pgmap v1742: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: cephadm 2024-03-30T04:45:47.314876+0000 mgr.y (mgr.25441) 2651 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:48.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.387902+0000 mon.c (mon.1) 2477 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:48.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.389647+0000 mon.c (mon.1) 2478 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:48.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.391447+0000 mon.c (mon.1) 2479 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:48.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.392104+0000 mon.c (mon.1) 2480 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:48.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: cluster 2024-03-30T04:45:47.393356+0000 mgr.y (mgr.25441) 2652 : cluster [DBG] pgmap v1743: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: cluster 2024-03-30T04:45:47.393702+0000 mgr.y (mgr.25441) 2653 : cluster [DBG] pgmap v1744: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.398362+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:48.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: cephadm 2024-03-30T04:45:47.398973+0000 mgr.y (mgr.25441) 2654 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:48.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.455042+0000 mon.c (mon.1) 2481 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:48.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.457207+0000 mon.c (mon.1) 2482 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:48.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.459777+0000 mon.c (mon.1) 2483 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:48.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.460831+0000 mon.c (mon.1) 2484 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:48.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: cluster 2024-03-30T04:45:47.463138+0000 mgr.y (mgr.25441) 2655 : cluster [DBG] pgmap v1745: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: cluster 2024-03-30T04:45:47.464179+0000 mgr.y (mgr.25441) 2656 : cluster [DBG] pgmap v1746: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.473996+0000 mon.a (mon.0) 1151 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:48.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: cephadm 2024-03-30T04:45:47.475144+0000 mgr.y (mgr.25441) 2657 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:48.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.532819+0000 mon.c (mon.1) 2485 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:48.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.534984+0000 mon.c (mon.1) 2486 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:48.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.536911+0000 mon.c (mon.1) 2487 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:48.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.537630+0000 mon.c (mon.1) 2488 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:48.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: cluster 2024-03-30T04:45:47.538932+0000 mgr.y (mgr.25441) 2658 : cluster [DBG] pgmap v1747: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: cluster 2024-03-30T04:45:47.539233+0000 mgr.y (mgr.25441) 2659 : cluster [DBG] pgmap v1748: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.545696+0000 mon.a (mon.0) 1152 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:48.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: cephadm 2024-03-30T04:45:47.547427+0000 mgr.y (mgr.25441) 2660 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:48.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.620784+0000 mon.c (mon.1) 2489 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:48.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.624733+0000 mon.c (mon.1) 2490 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:48.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.627109+0000 mon.c (mon.1) 2491 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:48.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.627891+0000 mon.c (mon.1) 2492 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:48.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: cluster 2024-03-30T04:45:47.629413+0000 mgr.y (mgr.25441) 2661 : cluster [DBG] pgmap v1749: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: cluster 2024-03-30T04:45:47.629818+0000 mgr.y (mgr.25441) 2662 : cluster [DBG] pgmap v1750: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.637217+0000 mon.a (mon.0) 1153 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:48.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: cephadm 2024-03-30T04:45:47.637850+0000 mgr.y (mgr.25441) 2663 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:48.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.698857+0000 mon.c (mon.1) 2493 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:48.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.701021+0000 mon.c (mon.1) 2494 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:48.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.702829+0000 mon.c (mon.1) 2495 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:48.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.703591+0000 mon.c (mon.1) 2496 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:48.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: cluster 2024-03-30T04:45:47.705018+0000 mgr.y (mgr.25441) 2664 : cluster [DBG] pgmap v1751: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: cluster 2024-03-30T04:45:47.705364+0000 mgr.y (mgr.25441) 2665 : cluster [DBG] pgmap v1752: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.711746+0000 mon.a (mon.0) 1154 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:48.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: cephadm 2024-03-30T04:45:47.712500+0000 mgr.y (mgr.25441) 2666 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:48.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.769580+0000 mon.c (mon.1) 2497 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:48.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.771681+0000 mon.c (mon.1) 2498 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:48.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.773500+0000 mon.c (mon.1) 2499 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:48.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.774079+0000 mon.c (mon.1) 2500 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:48.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.782015+0000 mon.a (mon.0) 1155 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:48.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.455042+0000 mon.c (mon.1) 2481 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:48.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.457207+0000 mon.c (mon.1) 2482 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:48.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.459777+0000 mon.c (mon.1) 2483 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:48.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.460831+0000 mon.c (mon.1) 2484 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:48.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: cluster 2024-03-30T04:45:47.463138+0000 mgr.y (mgr.25441) 2655 : cluster [DBG] pgmap v1745: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: cluster 2024-03-30T04:45:47.464179+0000 mgr.y (mgr.25441) 2656 : cluster [DBG] pgmap v1746: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.473996+0000 mon.a (mon.0) 1151 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:48.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: cephadm 2024-03-30T04:45:47.475144+0000 mgr.y (mgr.25441) 2657 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:48.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.532819+0000 mon.c (mon.1) 2485 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:48.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.534984+0000 mon.c (mon.1) 2486 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:48.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.536911+0000 mon.c (mon.1) 2487 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:48.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.537630+0000 mon.c (mon.1) 2488 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:48.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: cluster 2024-03-30T04:45:47.538932+0000 mgr.y (mgr.25441) 2658 : cluster [DBG] pgmap v1747: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: cluster 2024-03-30T04:45:47.539233+0000 mgr.y (mgr.25441) 2659 : cluster [DBG] pgmap v1748: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.545696+0000 mon.a (mon.0) 1152 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:48.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: cephadm 2024-03-30T04:45:47.547427+0000 mgr.y (mgr.25441) 2660 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:48.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.620784+0000 mon.c (mon.1) 2489 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:48.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.624733+0000 mon.c (mon.1) 2490 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:48.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.844797+0000 mon.c (mon.1) 2501 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:48.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.847303+0000 mon.c (mon.1) 2502 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:48.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.849288+0000 mon.c (mon.1) 2503 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:48.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.850030+0000 mon.c (mon.1) 2504 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:48.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.858593+0000 mon.a (mon.0) 1156 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:48.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.916920+0000 mon.c (mon.1) 2505 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:48.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.918833+0000 mon.c (mon.1) 2506 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:48.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.920710+0000 mon.c (mon.1) 2507 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:48.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.921434+0000 mon.c (mon.1) 2508 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:48.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.929494+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:48.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.986500+0000 mon.c (mon.1) 2509 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:48.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.988305+0000 mon.c (mon.1) 2510 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:48.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.990065+0000 mon.c (mon.1) 2511 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:48.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.990692+0000 mon.c (mon.1) 2512 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:48.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:47.998807+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:48.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:48.046018+0000 mon.c (mon.1) 2513 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:48.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:48.048556+0000 mon.c (mon.1) 2514 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:48.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:48.050760+0000 mon.c (mon.1) 2515 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:48.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:48.051478+0000 mon.c (mon.1) 2516 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:48.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:48.060420+0000 mon.a (mon.0) 1159 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:48.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:48.119110+0000 mon.c (mon.1) 2517 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:48.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:48.121427+0000 mon.c (mon.1) 2518 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:48.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:48.123431+0000 mon.c (mon.1) 2519 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:48.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:48.124152+0000 mon.c (mon.1) 2520 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:48.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:48.132693+0000 mon.a (mon.0) 1160 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:48.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:48.191683+0000 mon.c (mon.1) 2521 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:48.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:48.193627+0000 mon.c (mon.1) 2522 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:48.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:48.195513+0000 mon.c (mon.1) 2523 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:48.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:48.196182+0000 mon.c (mon.1) 2524 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:48.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:48.204387+0000 mon.a (mon.0) 1161 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:48.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:48.261929+0000 mon.c (mon.1) 2525 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:48.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:48.264058+0000 mon.c (mon.1) 2526 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:48.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:48.266366+0000 mon.c (mon.1) 2527 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:48.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:48.267292+0000 mon.c (mon.1) 2528 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:48.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:48.276050+0000 mon.a (mon.0) 1162 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:48.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:48.319766+0000 mon.c (mon.1) 2529 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:48.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:48.322038+0000 mon.c (mon.1) 2530 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:48.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:48.324041+0000 mon.c (mon.1) 2531 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:48.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:48.324837+0000 mon.c (mon.1) 2532 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:48.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[73591]: audit 2024-03-30T04:45:48.333183+0000 mon.a (mon.0) 1163 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:48.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.627109+0000 mon.c (mon.1) 2491 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:48.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.627891+0000 mon.c (mon.1) 2492 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:48.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: cluster 2024-03-30T04:45:47.629413+0000 mgr.y (mgr.25441) 2661 : cluster [DBG] pgmap v1749: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: cluster 2024-03-30T04:45:47.629818+0000 mgr.y (mgr.25441) 2662 : cluster [DBG] pgmap v1750: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.637217+0000 mon.a (mon.0) 1153 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:48.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: cephadm 2024-03-30T04:45:47.637850+0000 mgr.y (mgr.25441) 2663 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:48.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.698857+0000 mon.c (mon.1) 2493 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:48.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.701021+0000 mon.c (mon.1) 2494 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:48.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.702829+0000 mon.c (mon.1) 2495 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:48.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.703591+0000 mon.c (mon.1) 2496 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:48.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: cluster 2024-03-30T04:45:47.705018+0000 mgr.y (mgr.25441) 2664 : cluster [DBG] pgmap v1751: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: cluster 2024-03-30T04:45:47.705364+0000 mgr.y (mgr.25441) 2665 : cluster [DBG] pgmap v1752: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:48.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.711746+0000 mon.a (mon.0) 1154 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:48.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: cephadm 2024-03-30T04:45:47.712500+0000 mgr.y (mgr.25441) 2666 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:48.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.769580+0000 mon.c (mon.1) 2497 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:48.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.771681+0000 mon.c (mon.1) 2498 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:48.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.773500+0000 mon.c (mon.1) 2499 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:48.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.774079+0000 mon.c (mon.1) 2500 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:48.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.782015+0000 mon.a (mon.0) 1155 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:48.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.844797+0000 mon.c (mon.1) 2501 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:48.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.847303+0000 mon.c (mon.1) 2502 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:48.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.849288+0000 mon.c (mon.1) 2503 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:48.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.850030+0000 mon.c (mon.1) 2504 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:48.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.858593+0000 mon.a (mon.0) 1156 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:48.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.916920+0000 mon.c (mon.1) 2505 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:48.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.918833+0000 mon.c (mon.1) 2506 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:48.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.920710+0000 mon.c (mon.1) 2507 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:48.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.921434+0000 mon.c (mon.1) 2508 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:48.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.929494+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:48.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.986500+0000 mon.c (mon.1) 2509 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:48.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.988305+0000 mon.c (mon.1) 2510 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:48.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.990065+0000 mon.c (mon.1) 2511 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:48.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.990692+0000 mon.c (mon.1) 2512 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:48.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:47.998807+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:48.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:48.046018+0000 mon.c (mon.1) 2513 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:48.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:48.048556+0000 mon.c (mon.1) 2514 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:48.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:48.050760+0000 mon.c (mon.1) 2515 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:48.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:48.051478+0000 mon.c (mon.1) 2516 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:48.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:48.060420+0000 mon.a (mon.0) 1159 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:48.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:48.119110+0000 mon.c (mon.1) 2517 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:48.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:48.121427+0000 mon.c (mon.1) 2518 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:48.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:48.123431+0000 mon.c (mon.1) 2519 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:48.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:48.124152+0000 mon.c (mon.1) 2520 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:48.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:48.132693+0000 mon.a (mon.0) 1160 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:48.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:48.191683+0000 mon.c (mon.1) 2521 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:48.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:48.193627+0000 mon.c (mon.1) 2522 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:48.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:48.195513+0000 mon.c (mon.1) 2523 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:48.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:48.196182+0000 mon.c (mon.1) 2524 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:48.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:48.204387+0000 mon.a (mon.0) 1161 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:48.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:48.261929+0000 mon.c (mon.1) 2525 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:48.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:48.264058+0000 mon.c (mon.1) 2526 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:48.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:48.266366+0000 mon.c (mon.1) 2527 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:48.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:48.267292+0000 mon.c (mon.1) 2528 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:48.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:48.276050+0000 mon.a (mon.0) 1162 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:48.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:48.319766+0000 mon.c (mon.1) 2529 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:48.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:48.322038+0000 mon.c (mon.1) 2530 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:48.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:48.324041+0000 mon.c (mon.1) 2531 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:48.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:48.324837+0000 mon.c (mon.1) 2532 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:48.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:48 smithi111 bash[70954]: audit 2024-03-30T04:45:48.333183+0000 mon.a (mon.0) 1163 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:48.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:48.324837+0000 mon.c (mon.1) 2532 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:48.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:48 smithi117 bash[62284]: audit 2024-03-30T04:45:48.333183+0000 mon.a (mon.0) 1163 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cluster 2024-03-30T04:45:47.775383+0000 mgr.y (mgr.25441) 2667 : cluster [DBG] pgmap v1753: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cluster 2024-03-30T04:45:47.775712+0000 mgr.y (mgr.25441) 2668 : cluster [DBG] pgmap v1754: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cephadm 2024-03-30T04:45:47.782643+0000 mgr.y (mgr.25441) 2669 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cluster 2024-03-30T04:45:47.851625+0000 mgr.y (mgr.25441) 2670 : cluster [DBG] pgmap v1755: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cluster 2024-03-30T04:45:47.851942+0000 mgr.y (mgr.25441) 2671 : cluster [DBG] pgmap v1756: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cephadm 2024-03-30T04:45:47.860296+0000 mgr.y (mgr.25441) 2672 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cluster 2024-03-30T04:45:47.922793+0000 mgr.y (mgr.25441) 2673 : cluster [DBG] pgmap v1757: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cluster 2024-03-30T04:45:47.923161+0000 mgr.y (mgr.25441) 2674 : cluster [DBG] pgmap v1758: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cephadm 2024-03-30T04:45:47.930357+0000 mgr.y (mgr.25441) 2675 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cluster 2024-03-30T04:45:47.992068+0000 mgr.y (mgr.25441) 2676 : cluster [DBG] pgmap v1759: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cluster 2024-03-30T04:45:47.992441+0000 mgr.y (mgr.25441) 2677 : cluster [DBG] pgmap v1760: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cephadm 2024-03-30T04:45:48.000447+0000 mgr.y (mgr.25441) 2678 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cluster 2024-03-30T04:45:48.053038+0000 mgr.y (mgr.25441) 2679 : cluster [DBG] pgmap v1761: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cluster 2024-03-30T04:45:48.053407+0000 mgr.y (mgr.25441) 2680 : cluster [DBG] pgmap v1762: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cephadm 2024-03-30T04:45:48.062146+0000 mgr.y (mgr.25441) 2681 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cluster 2024-03-30T04:45:48.125587+0000 mgr.y (mgr.25441) 2682 : cluster [DBG] pgmap v1763: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cluster 2024-03-30T04:45:48.125973+0000 mgr.y (mgr.25441) 2683 : cluster [DBG] pgmap v1764: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cephadm 2024-03-30T04:45:48.134336+0000 mgr.y (mgr.25441) 2684 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cluster 2024-03-30T04:45:48.197625+0000 mgr.y (mgr.25441) 2685 : cluster [DBG] pgmap v1765: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cluster 2024-03-30T04:45:48.198016+0000 mgr.y (mgr.25441) 2686 : cluster [DBG] pgmap v1766: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cephadm 2024-03-30T04:45:48.205094+0000 mgr.y (mgr.25441) 2687 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cluster 2024-03-30T04:45:48.269531+0000 mgr.y (mgr.25441) 2688 : cluster [DBG] pgmap v1767: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cluster 2024-03-30T04:45:48.270552+0000 mgr.y (mgr.25441) 2689 : cluster [DBG] pgmap v1768: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cephadm 2024-03-30T04:45:48.276824+0000 mgr.y (mgr.25441) 2690 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cluster 2024-03-30T04:45:48.326293+0000 mgr.y (mgr.25441) 2691 : cluster [DBG] pgmap v1769: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cluster 2024-03-30T04:45:48.326649+0000 mgr.y (mgr.25441) 2692 : cluster [DBG] pgmap v1770: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cephadm 2024-03-30T04:45:48.334424+0000 mgr.y (mgr.25441) 2693 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.390969+0000 mon.c (mon.1) 2533 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.392811+0000 mon.c (mon.1) 2534 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.394700+0000 mon.c (mon.1) 2535 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.395321+0000 mon.c (mon.1) 2536 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cluster 2024-03-30T04:45:48.396725+0000 mgr.y (mgr.25441) 2694 : cluster [DBG] pgmap v1771: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cluster 2024-03-30T04:45:48.397131+0000 mgr.y (mgr.25441) 2695 : cluster [DBG] pgmap v1772: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.404190+0000 mon.a (mon.0) 1164 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cephadm 2024-03-30T04:45:48.404876+0000 mgr.y (mgr.25441) 2696 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.448001+0000 mon.c (mon.1) 2537 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.450166+0000 mon.c (mon.1) 2538 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.452008+0000 mon.c (mon.1) 2539 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.452651+0000 mon.c (mon.1) 2540 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cluster 2024-03-30T04:45:48.454096+0000 mgr.y (mgr.25441) 2697 : cluster [DBG] pgmap v1773: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cluster 2024-03-30T04:45:48.454431+0000 mgr.y (mgr.25441) 2698 : cluster [DBG] pgmap v1774: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.459542+0000 mon.a (mon.0) 1165 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cephadm 2024-03-30T04:45:48.460191+0000 mgr.y (mgr.25441) 2699 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.516751+0000 mon.c (mon.1) 2541 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.518573+0000 mon.c (mon.1) 2542 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.520234+0000 mon.c (mon.1) 2543 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.520920+0000 mon.c (mon.1) 2544 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cluster 2024-03-30T04:45:48.522275+0000 mgr.y (mgr.25441) 2700 : cluster [DBG] pgmap v1775: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cluster 2024-03-30T04:45:48.522602+0000 mgr.y (mgr.25441) 2701 : cluster [DBG] pgmap v1776: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.527081+0000 mon.a (mon.0) 1166 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cephadm 2024-03-30T04:45:48.528805+0000 mgr.y (mgr.25441) 2702 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.586591+0000 mon.c (mon.1) 2545 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.588544+0000 mon.c (mon.1) 2546 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.590478+0000 mon.c (mon.1) 2547 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.591168+0000 mon.c (mon.1) 2548 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cluster 2024-03-30T04:45:48.592547+0000 mgr.y (mgr.25441) 2703 : cluster [DBG] pgmap v1777: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cluster 2024-03-30T04:45:48.592869+0000 mgr.y (mgr.25441) 2704 : cluster [DBG] pgmap v1778: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.597310+0000 mon.a (mon.0) 1167 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cephadm 2024-03-30T04:45:48.598897+0000 mgr.y (mgr.25441) 2705 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.639138+0000 mon.c (mon.1) 2549 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.641017+0000 mon.c (mon.1) 2550 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.643017+0000 mon.c (mon.1) 2551 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.643731+0000 mon.c (mon.1) 2552 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cluster 2024-03-30T04:45:48.645123+0000 mgr.y (mgr.25441) 2706 : cluster [DBG] pgmap v1779: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cluster 2024-03-30T04:45:48.645545+0000 mgr.y (mgr.25441) 2707 : cluster [DBG] pgmap v1780: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.649885+0000 mon.a (mon.0) 1168 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cephadm 2024-03-30T04:45:48.650449+0000 mgr.y (mgr.25441) 2708 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.708225+0000 mon.c (mon.1) 2553 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.710164+0000 mon.c (mon.1) 2554 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.712203+0000 mon.c (mon.1) 2555 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.712932+0000 mon.c (mon.1) 2556 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cluster 2024-03-30T04:45:48.714300+0000 mgr.y (mgr.25441) 2709 : cluster [DBG] pgmap v1781: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cluster 2024-03-30T04:45:48.714646+0000 mgr.y (mgr.25441) 2710 : cluster [DBG] pgmap v1782: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.719244+0000 mon.a (mon.0) 1169 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: cephadm 2024-03-30T04:45:48.719824+0000 mgr.y (mgr.25441) 2711 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.776923+0000 mon.c (mon.1) 2557 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.778694+0000 mon.c (mon.1) 2558 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.781011+0000 mon.c (mon.1) 2559 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.781678+0000 mon.c (mon.1) 2560 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.787894+0000 mon.a (mon.0) 1170 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.829442+0000 mon.c (mon.1) 2561 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.831250+0000 mon.c (mon.1) 2562 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.833156+0000 mon.c (mon.1) 2563 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.833914+0000 mon.c (mon.1) 2564 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.840398+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.884070+0000 mon.c (mon.1) 2565 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.886298+0000 mon.c (mon.1) 2566 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.888230+0000 mon.c (mon.1) 2567 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.889006+0000 mon.c (mon.1) 2568 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.895433+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.953002+0000 mon.c (mon.1) 2569 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.954921+0000 mon.c (mon.1) 2570 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.956638+0000 mon.c (mon.1) 2571 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.957364+0000 mon.c (mon.1) 2572 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:48.963683+0000 mon.a (mon.0) 1173 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:49.025691+0000 mon.c (mon.1) 2573 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:49.029657+0000 mon.c (mon.1) 2574 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:49.032844+0000 mon.c (mon.1) 2575 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:49.034114+0000 mon.c (mon.1) 2576 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:49.043181+0000 mon.a (mon.0) 1174 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:49.119229+0000 mon.c (mon.1) 2577 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:49.120977+0000 mon.c (mon.1) 2578 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:49.122758+0000 mon.c (mon.1) 2579 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:49.123507+0000 mon.c (mon.1) 2580 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:49.129817+0000 mon.a (mon.0) 1175 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:49.187337+0000 mon.c (mon.1) 2581 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:49.189112+0000 mon.c (mon.1) 2582 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:49.191458+0000 mon.c (mon.1) 2583 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:49.192088+0000 mon.c (mon.1) 2584 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:49.198471+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:49.254900+0000 mon.c (mon.1) 2585 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:49.257254+0000 mon.c (mon.1) 2586 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:49.259541+0000 mon.c (mon.1) 2587 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:49.260307+0000 mon.c (mon.1) 2588 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:49.267318+0000 mon.a (mon.0) 1177 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:49.327276+0000 mon.c (mon.1) 2589 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:49.329278+0000 mon.c (mon.1) 2590 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:49.330988+0000 mon.c (mon.1) 2591 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:49.331634+0000 mon.c (mon.1) 2592 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:49 smithi117 bash[62284]: audit 2024-03-30T04:45:49.339439+0000 mon.a (mon.0) 1178 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cluster 2024-03-30T04:45:47.775383+0000 mgr.y (mgr.25441) 2667 : cluster [DBG] pgmap v1753: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cluster 2024-03-30T04:45:47.775712+0000 mgr.y (mgr.25441) 2668 : cluster [DBG] pgmap v1754: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cephadm 2024-03-30T04:45:47.782643+0000 mgr.y (mgr.25441) 2669 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cluster 2024-03-30T04:45:47.851625+0000 mgr.y (mgr.25441) 2670 : cluster [DBG] pgmap v1755: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cluster 2024-03-30T04:45:47.851942+0000 mgr.y (mgr.25441) 2671 : cluster [DBG] pgmap v1756: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cephadm 2024-03-30T04:45:47.860296+0000 mgr.y (mgr.25441) 2672 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cluster 2024-03-30T04:45:47.922793+0000 mgr.y (mgr.25441) 2673 : cluster [DBG] pgmap v1757: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cluster 2024-03-30T04:45:47.923161+0000 mgr.y (mgr.25441) 2674 : cluster [DBG] pgmap v1758: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cephadm 2024-03-30T04:45:47.930357+0000 mgr.y (mgr.25441) 2675 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cluster 2024-03-30T04:45:47.992068+0000 mgr.y (mgr.25441) 2676 : cluster [DBG] pgmap v1759: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cluster 2024-03-30T04:45:47.992441+0000 mgr.y (mgr.25441) 2677 : cluster [DBG] pgmap v1760: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cephadm 2024-03-30T04:45:48.000447+0000 mgr.y (mgr.25441) 2678 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cluster 2024-03-30T04:45:48.053038+0000 mgr.y (mgr.25441) 2679 : cluster [DBG] pgmap v1761: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cluster 2024-03-30T04:45:48.053407+0000 mgr.y (mgr.25441) 2680 : cluster [DBG] pgmap v1762: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cephadm 2024-03-30T04:45:48.062146+0000 mgr.y (mgr.25441) 2681 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cluster 2024-03-30T04:45:47.775383+0000 mgr.y (mgr.25441) 2667 : cluster [DBG] pgmap v1753: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cluster 2024-03-30T04:45:47.775712+0000 mgr.y (mgr.25441) 2668 : cluster [DBG] pgmap v1754: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cephadm 2024-03-30T04:45:47.782643+0000 mgr.y (mgr.25441) 2669 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cluster 2024-03-30T04:45:47.851625+0000 mgr.y (mgr.25441) 2670 : cluster [DBG] pgmap v1755: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cluster 2024-03-30T04:45:47.851942+0000 mgr.y (mgr.25441) 2671 : cluster [DBG] pgmap v1756: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cephadm 2024-03-30T04:45:47.860296+0000 mgr.y (mgr.25441) 2672 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cluster 2024-03-30T04:45:47.922793+0000 mgr.y (mgr.25441) 2673 : cluster [DBG] pgmap v1757: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cluster 2024-03-30T04:45:47.923161+0000 mgr.y (mgr.25441) 2674 : cluster [DBG] pgmap v1758: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cephadm 2024-03-30T04:45:47.930357+0000 mgr.y (mgr.25441) 2675 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cluster 2024-03-30T04:45:47.992068+0000 mgr.y (mgr.25441) 2676 : cluster [DBG] pgmap v1759: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cluster 2024-03-30T04:45:47.992441+0000 mgr.y (mgr.25441) 2677 : cluster [DBG] pgmap v1760: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cephadm 2024-03-30T04:45:48.000447+0000 mgr.y (mgr.25441) 2678 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cluster 2024-03-30T04:45:48.053038+0000 mgr.y (mgr.25441) 2679 : cluster [DBG] pgmap v1761: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cluster 2024-03-30T04:45:48.053407+0000 mgr.y (mgr.25441) 2680 : cluster [DBG] pgmap v1762: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cephadm 2024-03-30T04:45:48.062146+0000 mgr.y (mgr.25441) 2681 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cluster 2024-03-30T04:45:48.125587+0000 mgr.y (mgr.25441) 2682 : cluster [DBG] pgmap v1763: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cluster 2024-03-30T04:45:48.125973+0000 mgr.y (mgr.25441) 2683 : cluster [DBG] pgmap v1764: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cephadm 2024-03-30T04:45:48.134336+0000 mgr.y (mgr.25441) 2684 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cluster 2024-03-30T04:45:48.197625+0000 mgr.y (mgr.25441) 2685 : cluster [DBG] pgmap v1765: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cluster 2024-03-30T04:45:48.198016+0000 mgr.y (mgr.25441) 2686 : cluster [DBG] pgmap v1766: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cephadm 2024-03-30T04:45:48.205094+0000 mgr.y (mgr.25441) 2687 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cluster 2024-03-30T04:45:48.269531+0000 mgr.y (mgr.25441) 2688 : cluster [DBG] pgmap v1767: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cluster 2024-03-30T04:45:48.270552+0000 mgr.y (mgr.25441) 2689 : cluster [DBG] pgmap v1768: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cephadm 2024-03-30T04:45:48.276824+0000 mgr.y (mgr.25441) 2690 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cluster 2024-03-30T04:45:48.326293+0000 mgr.y (mgr.25441) 2691 : cluster [DBG] pgmap v1769: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cluster 2024-03-30T04:45:48.326649+0000 mgr.y (mgr.25441) 2692 : cluster [DBG] pgmap v1770: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cephadm 2024-03-30T04:45:48.334424+0000 mgr.y (mgr.25441) 2693 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.390969+0000 mon.c (mon.1) 2533 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.392811+0000 mon.c (mon.1) 2534 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.394700+0000 mon.c (mon.1) 2535 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.395321+0000 mon.c (mon.1) 2536 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cluster 2024-03-30T04:45:48.396725+0000 mgr.y (mgr.25441) 2694 : cluster [DBG] pgmap v1771: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cluster 2024-03-30T04:45:48.125587+0000 mgr.y (mgr.25441) 2682 : cluster [DBG] pgmap v1763: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cluster 2024-03-30T04:45:48.125973+0000 mgr.y (mgr.25441) 2683 : cluster [DBG] pgmap v1764: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cephadm 2024-03-30T04:45:48.134336+0000 mgr.y (mgr.25441) 2684 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cluster 2024-03-30T04:45:48.197625+0000 mgr.y (mgr.25441) 2685 : cluster [DBG] pgmap v1765: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cluster 2024-03-30T04:45:48.198016+0000 mgr.y (mgr.25441) 2686 : cluster [DBG] pgmap v1766: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cephadm 2024-03-30T04:45:48.205094+0000 mgr.y (mgr.25441) 2687 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cluster 2024-03-30T04:45:48.269531+0000 mgr.y (mgr.25441) 2688 : cluster [DBG] pgmap v1767: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cluster 2024-03-30T04:45:48.270552+0000 mgr.y (mgr.25441) 2689 : cluster [DBG] pgmap v1768: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cephadm 2024-03-30T04:45:48.276824+0000 mgr.y (mgr.25441) 2690 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cluster 2024-03-30T04:45:48.326293+0000 mgr.y (mgr.25441) 2691 : cluster [DBG] pgmap v1769: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cluster 2024-03-30T04:45:48.326649+0000 mgr.y (mgr.25441) 2692 : cluster [DBG] pgmap v1770: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cephadm 2024-03-30T04:45:48.334424+0000 mgr.y (mgr.25441) 2693 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.390969+0000 mon.c (mon.1) 2533 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.392811+0000 mon.c (mon.1) 2534 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.394700+0000 mon.c (mon.1) 2535 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.395321+0000 mon.c (mon.1) 2536 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cluster 2024-03-30T04:45:48.396725+0000 mgr.y (mgr.25441) 2694 : cluster [DBG] pgmap v1771: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cluster 2024-03-30T04:45:48.397131+0000 mgr.y (mgr.25441) 2695 : cluster [DBG] pgmap v1772: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.404190+0000 mon.a (mon.0) 1164 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cephadm 2024-03-30T04:45:48.404876+0000 mgr.y (mgr.25441) 2696 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.448001+0000 mon.c (mon.1) 2537 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.450166+0000 mon.c (mon.1) 2538 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.452008+0000 mon.c (mon.1) 2539 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.452651+0000 mon.c (mon.1) 2540 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cluster 2024-03-30T04:45:48.454096+0000 mgr.y (mgr.25441) 2697 : cluster [DBG] pgmap v1773: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cluster 2024-03-30T04:45:48.454431+0000 mgr.y (mgr.25441) 2698 : cluster [DBG] pgmap v1774: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.459542+0000 mon.a (mon.0) 1165 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cephadm 2024-03-30T04:45:48.460191+0000 mgr.y (mgr.25441) 2699 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.516751+0000 mon.c (mon.1) 2541 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.518573+0000 mon.c (mon.1) 2542 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.520234+0000 mon.c (mon.1) 2543 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.520920+0000 mon.c (mon.1) 2544 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cluster 2024-03-30T04:45:48.522275+0000 mgr.y (mgr.25441) 2700 : cluster [DBG] pgmap v1775: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cluster 2024-03-30T04:45:48.522602+0000 mgr.y (mgr.25441) 2701 : cluster [DBG] pgmap v1776: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.527081+0000 mon.a (mon.0) 1166 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cephadm 2024-03-30T04:45:48.528805+0000 mgr.y (mgr.25441) 2702 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.586591+0000 mon.c (mon.1) 2545 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.588544+0000 mon.c (mon.1) 2546 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.590478+0000 mon.c (mon.1) 2547 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.591168+0000 mon.c (mon.1) 2548 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cluster 2024-03-30T04:45:48.592547+0000 mgr.y (mgr.25441) 2703 : cluster [DBG] pgmap v1777: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cluster 2024-03-30T04:45:48.592869+0000 mgr.y (mgr.25441) 2704 : cluster [DBG] pgmap v1778: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.597310+0000 mon.a (mon.0) 1167 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cephadm 2024-03-30T04:45:48.598897+0000 mgr.y (mgr.25441) 2705 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.639138+0000 mon.c (mon.1) 2549 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.641017+0000 mon.c (mon.1) 2550 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.643017+0000 mon.c (mon.1) 2551 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.643731+0000 mon.c (mon.1) 2552 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cluster 2024-03-30T04:45:48.645123+0000 mgr.y (mgr.25441) 2706 : cluster [DBG] pgmap v1779: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cluster 2024-03-30T04:45:48.645545+0000 mgr.y (mgr.25441) 2707 : cluster [DBG] pgmap v1780: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.649885+0000 mon.a (mon.0) 1168 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cephadm 2024-03-30T04:45:48.650449+0000 mgr.y (mgr.25441) 2708 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.708225+0000 mon.c (mon.1) 2553 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cluster 2024-03-30T04:45:48.397131+0000 mgr.y (mgr.25441) 2695 : cluster [DBG] pgmap v1772: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.404190+0000 mon.a (mon.0) 1164 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cephadm 2024-03-30T04:45:48.404876+0000 mgr.y (mgr.25441) 2696 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.448001+0000 mon.c (mon.1) 2537 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.450166+0000 mon.c (mon.1) 2538 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.452008+0000 mon.c (mon.1) 2539 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.452651+0000 mon.c (mon.1) 2540 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cluster 2024-03-30T04:45:48.454096+0000 mgr.y (mgr.25441) 2697 : cluster [DBG] pgmap v1773: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cluster 2024-03-30T04:45:48.454431+0000 mgr.y (mgr.25441) 2698 : cluster [DBG] pgmap v1774: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.459542+0000 mon.a (mon.0) 1165 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cephadm 2024-03-30T04:45:48.460191+0000 mgr.y (mgr.25441) 2699 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.516751+0000 mon.c (mon.1) 2541 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.518573+0000 mon.c (mon.1) 2542 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.520234+0000 mon.c (mon.1) 2543 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.520920+0000 mon.c (mon.1) 2544 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cluster 2024-03-30T04:45:48.522275+0000 mgr.y (mgr.25441) 2700 : cluster [DBG] pgmap v1775: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cluster 2024-03-30T04:45:48.522602+0000 mgr.y (mgr.25441) 2701 : cluster [DBG] pgmap v1776: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.527081+0000 mon.a (mon.0) 1166 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.710164+0000 mon.c (mon.1) 2554 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.712203+0000 mon.c (mon.1) 2555 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.712932+0000 mon.c (mon.1) 2556 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cluster 2024-03-30T04:45:48.714300+0000 mgr.y (mgr.25441) 2709 : cluster [DBG] pgmap v1781: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cluster 2024-03-30T04:45:48.714646+0000 mgr.y (mgr.25441) 2710 : cluster [DBG] pgmap v1782: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.719244+0000 mon.a (mon.0) 1169 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: cephadm 2024-03-30T04:45:48.719824+0000 mgr.y (mgr.25441) 2711 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.776923+0000 mon.c (mon.1) 2557 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.778694+0000 mon.c (mon.1) 2558 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.781011+0000 mon.c (mon.1) 2559 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.781678+0000 mon.c (mon.1) 2560 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.787894+0000 mon.a (mon.0) 1170 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.829442+0000 mon.c (mon.1) 2561 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.831250+0000 mon.c (mon.1) 2562 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.833156+0000 mon.c (mon.1) 2563 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.833914+0000 mon.c (mon.1) 2564 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.840398+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.884070+0000 mon.c (mon.1) 2565 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.886298+0000 mon.c (mon.1) 2566 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.888230+0000 mon.c (mon.1) 2567 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.889006+0000 mon.c (mon.1) 2568 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.895433+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.953002+0000 mon.c (mon.1) 2569 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.954921+0000 mon.c (mon.1) 2570 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.956638+0000 mon.c (mon.1) 2571 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.957364+0000 mon.c (mon.1) 2572 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:48.963683+0000 mon.a (mon.0) 1173 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:49.025691+0000 mon.c (mon.1) 2573 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:49.029657+0000 mon.c (mon.1) 2574 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:49.032844+0000 mon.c (mon.1) 2575 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:49.034114+0000 mon.c (mon.1) 2576 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:49.043181+0000 mon.a (mon.0) 1174 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:49.119229+0000 mon.c (mon.1) 2577 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:49.120977+0000 mon.c (mon.1) 2578 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:49.122758+0000 mon.c (mon.1) 2579 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:49.123507+0000 mon.c (mon.1) 2580 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:49.129817+0000 mon.a (mon.0) 1175 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:49.187337+0000 mon.c (mon.1) 2581 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:49.189112+0000 mon.c (mon.1) 2582 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cephadm 2024-03-30T04:45:48.528805+0000 mgr.y (mgr.25441) 2702 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.586591+0000 mon.c (mon.1) 2545 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.588544+0000 mon.c (mon.1) 2546 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.590478+0000 mon.c (mon.1) 2547 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.591168+0000 mon.c (mon.1) 2548 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cluster 2024-03-30T04:45:48.592547+0000 mgr.y (mgr.25441) 2703 : cluster [DBG] pgmap v1777: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cluster 2024-03-30T04:45:48.592869+0000 mgr.y (mgr.25441) 2704 : cluster [DBG] pgmap v1778: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.597310+0000 mon.a (mon.0) 1167 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cephadm 2024-03-30T04:45:48.598897+0000 mgr.y (mgr.25441) 2705 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.639138+0000 mon.c (mon.1) 2549 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.641017+0000 mon.c (mon.1) 2550 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.643017+0000 mon.c (mon.1) 2551 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.643731+0000 mon.c (mon.1) 2552 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cluster 2024-03-30T04:45:48.645123+0000 mgr.y (mgr.25441) 2706 : cluster [DBG] pgmap v1779: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cluster 2024-03-30T04:45:48.645545+0000 mgr.y (mgr.25441) 2707 : cluster [DBG] pgmap v1780: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.649885+0000 mon.a (mon.0) 1168 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cephadm 2024-03-30T04:45:48.650449+0000 mgr.y (mgr.25441) 2708 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.708225+0000 mon.c (mon.1) 2553 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:49.191458+0000 mon.c (mon.1) 2583 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:49.192088+0000 mon.c (mon.1) 2584 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:49.198471+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:49.254900+0000 mon.c (mon.1) 2585 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:49.257254+0000 mon.c (mon.1) 2586 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:49.259541+0000 mon.c (mon.1) 2587 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:49.260307+0000 mon.c (mon.1) 2588 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:49.267318+0000 mon.a (mon.0) 1177 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:49.327276+0000 mon.c (mon.1) 2589 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:49.329278+0000 mon.c (mon.1) 2590 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:49.330988+0000 mon.c (mon.1) 2591 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:49.331634+0000 mon.c (mon.1) 2592 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[73591]: audit 2024-03-30T04:45:49.339439+0000 mon.a (mon.0) 1178 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.710164+0000 mon.c (mon.1) 2554 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.712203+0000 mon.c (mon.1) 2555 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.712932+0000 mon.c (mon.1) 2556 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cluster 2024-03-30T04:45:48.714300+0000 mgr.y (mgr.25441) 2709 : cluster [DBG] pgmap v1781: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cluster 2024-03-30T04:45:48.714646+0000 mgr.y (mgr.25441) 2710 : cluster [DBG] pgmap v1782: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:49.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.719244+0000 mon.a (mon.0) 1169 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: cephadm 2024-03-30T04:45:48.719824+0000 mgr.y (mgr.25441) 2711 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:49.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.776923+0000 mon.c (mon.1) 2557 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.778694+0000 mon.c (mon.1) 2558 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.781011+0000 mon.c (mon.1) 2559 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.781678+0000 mon.c (mon.1) 2560 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.787894+0000 mon.a (mon.0) 1170 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.829442+0000 mon.c (mon.1) 2561 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.831250+0000 mon.c (mon.1) 2562 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.833156+0000 mon.c (mon.1) 2563 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.833914+0000 mon.c (mon.1) 2564 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.840398+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.884070+0000 mon.c (mon.1) 2565 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.886298+0000 mon.c (mon.1) 2566 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.888230+0000 mon.c (mon.1) 2567 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.889006+0000 mon.c (mon.1) 2568 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.895433+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.953002+0000 mon.c (mon.1) 2569 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.954921+0000 mon.c (mon.1) 2570 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.956638+0000 mon.c (mon.1) 2571 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.957364+0000 mon.c (mon.1) 2572 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:48.963683+0000 mon.a (mon.0) 1173 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:49.025691+0000 mon.c (mon.1) 2573 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:49.029657+0000 mon.c (mon.1) 2574 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:49.032844+0000 mon.c (mon.1) 2575 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:49.034114+0000 mon.c (mon.1) 2576 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:49.043181+0000 mon.a (mon.0) 1174 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:49.119229+0000 mon.c (mon.1) 2577 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:49.120977+0000 mon.c (mon.1) 2578 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:49.122758+0000 mon.c (mon.1) 2579 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:49.123507+0000 mon.c (mon.1) 2580 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:49.129817+0000 mon.a (mon.0) 1175 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:49.187337+0000 mon.c (mon.1) 2581 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:49.189112+0000 mon.c (mon.1) 2582 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:49.191458+0000 mon.c (mon.1) 2583 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:49.192088+0000 mon.c (mon.1) 2584 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:49.198471+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:49.254900+0000 mon.c (mon.1) 2585 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:49.257254+0000 mon.c (mon.1) 2586 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:49.259541+0000 mon.c (mon.1) 2587 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:49.260307+0000 mon.c (mon.1) 2588 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:49.267318+0000 mon.a (mon.0) 1177 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:49.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:49.327276+0000 mon.c (mon.1) 2589 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:49.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:49.329278+0000 mon.c (mon.1) 2590 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:49.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:49.330988+0000 mon.c (mon.1) 2591 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:49.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:49.331634+0000 mon.c (mon.1) 2592 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:49.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:49 smithi111 bash[70954]: audit 2024-03-30T04:45:49.339439+0000 mon.a (mon.0) 1178 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:50.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: cluster 2024-03-30T04:45:48.783077+0000 mgr.y (mgr.25441) 2712 : cluster [DBG] pgmap v1783: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: cluster 2024-03-30T04:45:48.783437+0000 mgr.y (mgr.25441) 2713 : cluster [DBG] pgmap v1784: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: cephadm 2024-03-30T04:45:48.788562+0000 mgr.y (mgr.25441) 2714 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: cluster 2024-03-30T04:45:48.835519+0000 mgr.y (mgr.25441) 2715 : cluster [DBG] pgmap v1785: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: cluster 2024-03-30T04:45:48.835846+0000 mgr.y (mgr.25441) 2716 : cluster [DBG] pgmap v1786: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: cephadm 2024-03-30T04:45:48.841422+0000 mgr.y (mgr.25441) 2717 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: cluster 2024-03-30T04:45:48.890462+0000 mgr.y (mgr.25441) 2718 : cluster [DBG] pgmap v1787: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: cluster 2024-03-30T04:45:48.890777+0000 mgr.y (mgr.25441) 2719 : cluster [DBG] pgmap v1788: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: cephadm 2024-03-30T04:45:48.896396+0000 mgr.y (mgr.25441) 2720 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: cluster 2024-03-30T04:45:48.958718+0000 mgr.y (mgr.25441) 2721 : cluster [DBG] pgmap v1789: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: cluster 2024-03-30T04:45:48.959071+0000 mgr.y (mgr.25441) 2722 : cluster [DBG] pgmap v1790: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: cephadm 2024-03-30T04:45:48.964839+0000 mgr.y (mgr.25441) 2723 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: cluster 2024-03-30T04:45:49.036408+0000 mgr.y (mgr.25441) 2724 : cluster [DBG] pgmap v1791: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: cluster 2024-03-30T04:45:49.036781+0000 mgr.y (mgr.25441) 2725 : cluster [DBG] pgmap v1792: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: cephadm 2024-03-30T04:45:49.045487+0000 mgr.y (mgr.25441) 2726 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: cluster 2024-03-30T04:45:49.124838+0000 mgr.y (mgr.25441) 2727 : cluster [DBG] pgmap v1793: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: cluster 2024-03-30T04:45:49.125206+0000 mgr.y (mgr.25441) 2728 : cluster [DBG] pgmap v1794: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: cephadm 2024-03-30T04:45:49.130917+0000 mgr.y (mgr.25441) 2729 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: cluster 2024-03-30T04:45:49.193509+0000 mgr.y (mgr.25441) 2730 : cluster [DBG] pgmap v1795: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: cluster 2024-03-30T04:45:49.193917+0000 mgr.y (mgr.25441) 2731 : cluster [DBG] pgmap v1796: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: cephadm 2024-03-30T04:45:49.199018+0000 mgr.y (mgr.25441) 2732 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: cluster 2024-03-30T04:45:49.262028+0000 mgr.y (mgr.25441) 2733 : cluster [DBG] pgmap v1797: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: cluster 2024-03-30T04:45:49.262554+0000 mgr.y (mgr.25441) 2734 : cluster [DBG] pgmap v1798: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: cephadm 2024-03-30T04:45:49.270758+0000 mgr.y (mgr.25441) 2735 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: cluster 2024-03-30T04:45:49.332950+0000 mgr.y (mgr.25441) 2736 : cluster [DBG] pgmap v1799: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: cluster 2024-03-30T04:45:49.333241+0000 mgr.y (mgr.25441) 2737 : cluster [DBG] pgmap v1800: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: cephadm 2024-03-30T04:45:49.340041+0000 mgr.y (mgr.25441) 2738 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:49.397500+0000 mon.c (mon.1) 2593 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:49.399326+0000 mon.c (mon.1) 2594 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:49.401104+0000 mon.c (mon.1) 2595 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:49.401760+0000 mon.c (mon.1) 2596 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: cluster 2024-03-30T04:45:49.403076+0000 mgr.y (mgr.25441) 2739 : cluster [DBG] pgmap v1801: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: cluster 2024-03-30T04:45:49.403482+0000 mgr.y (mgr.25441) 2740 : cluster [DBG] pgmap v1802: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:49.407892+0000 mon.a (mon.0) 1179 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:50.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: cephadm 2024-03-30T04:45:49.408515+0000 mgr.y (mgr.25441) 2741 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:49.466609+0000 mon.c (mon.1) 2597 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:49.469359+0000 mon.c (mon.1) 2598 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:49.472651+0000 mon.c (mon.1) 2599 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:49.473520+0000 mon.c (mon.1) 2600 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: cluster 2024-03-30T04:45:49.475067+0000 mgr.y (mgr.25441) 2742 : cluster [DBG] pgmap v1803: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: cluster 2024-03-30T04:45:49.475469+0000 mgr.y (mgr.25441) 2743 : cluster [DBG] pgmap v1804: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:49.482836+0000 mon.a (mon.0) 1180 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:50.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: cephadm 2024-03-30T04:45:49.484488+0000 mgr.y (mgr.25441) 2744 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:49.557256+0000 mon.c (mon.1) 2601 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:49.559424+0000 mon.c (mon.1) 2602 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:49.561791+0000 mon.c (mon.1) 2603 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:49.562605+0000 mon.c (mon.1) 2604 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: cluster 2024-03-30T04:45:49.564388+0000 mgr.y (mgr.25441) 2745 : cluster [DBG] pgmap v1805: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: cluster 2024-03-30T04:45:49.564839+0000 mgr.y (mgr.25441) 2746 : cluster [DBG] pgmap v1806: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:49.572179+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:50.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: cephadm 2024-03-30T04:45:49.572898+0000 mgr.y (mgr.25441) 2747 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:49.630043+0000 mon.c (mon.1) 2605 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:49.632056+0000 mon.c (mon.1) 2606 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:49.633993+0000 mon.c (mon.1) 2607 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:49.634726+0000 mon.c (mon.1) 2608 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: cluster 2024-03-30T04:45:49.636283+0000 mgr.y (mgr.25441) 2748 : cluster [DBG] pgmap v1807: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: cluster 2024-03-30T04:45:49.636736+0000 mgr.y (mgr.25441) 2749 : cluster [DBG] pgmap v1808: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:49.644143+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:50.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: cephadm 2024-03-30T04:45:49.644989+0000 mgr.y (mgr.25441) 2750 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:49.718156+0000 mon.c (mon.1) 2609 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:49.720121+0000 mon.c (mon.1) 2610 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:49.722489+0000 mon.c (mon.1) 2611 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:49.723214+0000 mon.c (mon.1) 2612 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: cluster 2024-03-30T04:45:49.724794+0000 mgr.y (mgr.25441) 2751 : cluster [DBG] pgmap v1809: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: cluster 2024-03-30T04:45:49.725229+0000 mgr.y (mgr.25441) 2752 : cluster [DBG] pgmap v1810: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:49.729827+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:50.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: cephadm 2024-03-30T04:45:49.731501+0000 mgr.y (mgr.25441) 2753 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:49.808818+0000 mon.c (mon.1) 2613 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:49.811298+0000 mon.c (mon.1) 2614 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:49.813931+0000 mon.c (mon.1) 2615 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:49.814717+0000 mon.c (mon.1) 2616 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:49.822354+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:50.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:49.882490+0000 mon.c (mon.1) 2617 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:49.884541+0000 mon.c (mon.1) 2618 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:49.886405+0000 mon.c (mon.1) 2619 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:49.887074+0000 mon.c (mon.1) 2620 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:49.894224+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:50.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:49.957165+0000 mon.c (mon.1) 2621 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:49.959781+0000 mon.c (mon.1) 2622 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:49.962079+0000 mon.c (mon.1) 2623 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:49.962879+0000 mon.c (mon.1) 2624 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:49.969569+0000 mon.a (mon.0) 1186 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:50.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:50.043087+0000 mon.c (mon.1) 2625 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:50.045029+0000 mon.c (mon.1) 2626 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:50.046794+0000 mon.c (mon.1) 2627 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:50.047447+0000 mon.c (mon.1) 2628 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:50.053734+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:50.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:50.098761+0000 mon.c (mon.1) 2629 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:50.100944+0000 mon.c (mon.1) 2630 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:50.102983+0000 mon.c (mon.1) 2631 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:50.103716+0000 mon.c (mon.1) 2632 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:50.109918+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:50.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:50.156076+0000 mon.c (mon.1) 2633 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.642 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:50.158428+0000 mon.c (mon.1) 2634 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.642 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:50.160655+0000 mon.c (mon.1) 2635 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.642 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:50.161431+0000 mon.c (mon.1) 2636 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.642 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:50.168205+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:50.642 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:50.213688+0000 mon.c (mon.1) 2637 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.642 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:50.215891+0000 mon.c (mon.1) 2638 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.642 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:50.217868+0000 mon.c (mon.1) 2639 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.642 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:50.218748+0000 mon.c (mon.1) 2640 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.642 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:50.225218+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:50.642 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:50.270671+0000 mon.c (mon.1) 2641 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.642 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:50.272797+0000 mon.c (mon.1) 2642 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.642 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:50.274531+0000 mon.c (mon.1) 2643 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.643 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:50.275163+0000 mon.c (mon.1) 2644 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.643 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:50.281437+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:50.643 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:50.338718+0000 mon.c (mon.1) 2645 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.643 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:50.340574+0000 mon.c (mon.1) 2646 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.643 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:50.342289+0000 mon.c (mon.1) 2647 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.643 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:50.342981+0000 mon.c (mon.1) 2648 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.643 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[73591]: audit 2024-03-30T04:45:50.349365+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:50.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: cluster 2024-03-30T04:45:48.783077+0000 mgr.y (mgr.25441) 2712 : cluster [DBG] pgmap v1783: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: cluster 2024-03-30T04:45:48.783437+0000 mgr.y (mgr.25441) 2713 : cluster [DBG] pgmap v1784: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: cephadm 2024-03-30T04:45:48.788562+0000 mgr.y (mgr.25441) 2714 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: cluster 2024-03-30T04:45:48.835519+0000 mgr.y (mgr.25441) 2715 : cluster [DBG] pgmap v1785: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: cluster 2024-03-30T04:45:48.835846+0000 mgr.y (mgr.25441) 2716 : cluster [DBG] pgmap v1786: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: cephadm 2024-03-30T04:45:48.841422+0000 mgr.y (mgr.25441) 2717 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: cluster 2024-03-30T04:45:48.890462+0000 mgr.y (mgr.25441) 2718 : cluster [DBG] pgmap v1787: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: cluster 2024-03-30T04:45:48.890777+0000 mgr.y (mgr.25441) 2719 : cluster [DBG] pgmap v1788: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: cephadm 2024-03-30T04:45:48.896396+0000 mgr.y (mgr.25441) 2720 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: cluster 2024-03-30T04:45:48.958718+0000 mgr.y (mgr.25441) 2721 : cluster [DBG] pgmap v1789: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: cluster 2024-03-30T04:45:48.959071+0000 mgr.y (mgr.25441) 2722 : cluster [DBG] pgmap v1790: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: cephadm 2024-03-30T04:45:48.964839+0000 mgr.y (mgr.25441) 2723 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: cluster 2024-03-30T04:45:49.036408+0000 mgr.y (mgr.25441) 2724 : cluster [DBG] pgmap v1791: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: cluster 2024-03-30T04:45:49.036781+0000 mgr.y (mgr.25441) 2725 : cluster [DBG] pgmap v1792: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: cephadm 2024-03-30T04:45:49.045487+0000 mgr.y (mgr.25441) 2726 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: cluster 2024-03-30T04:45:49.124838+0000 mgr.y (mgr.25441) 2727 : cluster [DBG] pgmap v1793: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: cluster 2024-03-30T04:45:49.125206+0000 mgr.y (mgr.25441) 2728 : cluster [DBG] pgmap v1794: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: cephadm 2024-03-30T04:45:49.130917+0000 mgr.y (mgr.25441) 2729 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: cluster 2024-03-30T04:45:49.193509+0000 mgr.y (mgr.25441) 2730 : cluster [DBG] pgmap v1795: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: cluster 2024-03-30T04:45:49.193917+0000 mgr.y (mgr.25441) 2731 : cluster [DBG] pgmap v1796: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: cephadm 2024-03-30T04:45:49.199018+0000 mgr.y (mgr.25441) 2732 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: cluster 2024-03-30T04:45:49.262028+0000 mgr.y (mgr.25441) 2733 : cluster [DBG] pgmap v1797: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: cluster 2024-03-30T04:45:49.262554+0000 mgr.y (mgr.25441) 2734 : cluster [DBG] pgmap v1798: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: cephadm 2024-03-30T04:45:49.270758+0000 mgr.y (mgr.25441) 2735 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: cluster 2024-03-30T04:45:49.332950+0000 mgr.y (mgr.25441) 2736 : cluster [DBG] pgmap v1799: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: cluster 2024-03-30T04:45:49.333241+0000 mgr.y (mgr.25441) 2737 : cluster [DBG] pgmap v1800: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: cephadm 2024-03-30T04:45:49.340041+0000 mgr.y (mgr.25441) 2738 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:49.397500+0000 mon.c (mon.1) 2593 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:49.399326+0000 mon.c (mon.1) 2594 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:49.401104+0000 mon.c (mon.1) 2595 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:49.401760+0000 mon.c (mon.1) 2596 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: cluster 2024-03-30T04:45:49.403076+0000 mgr.y (mgr.25441) 2739 : cluster [DBG] pgmap v1801: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: cluster 2024-03-30T04:45:49.403482+0000 mgr.y (mgr.25441) 2740 : cluster [DBG] pgmap v1802: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:49.407892+0000 mon.a (mon.0) 1179 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:50.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: cephadm 2024-03-30T04:45:49.408515+0000 mgr.y (mgr.25441) 2741 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:49.466609+0000 mon.c (mon.1) 2597 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:49.469359+0000 mon.c (mon.1) 2598 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:49.472651+0000 mon.c (mon.1) 2599 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:49.473520+0000 mon.c (mon.1) 2600 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: cluster 2024-03-30T04:45:49.475067+0000 mgr.y (mgr.25441) 2742 : cluster [DBG] pgmap v1803: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: cluster 2024-03-30T04:45:49.475469+0000 mgr.y (mgr.25441) 2743 : cluster [DBG] pgmap v1804: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:49.482836+0000 mon.a (mon.0) 1180 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:50.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: cephadm 2024-03-30T04:45:49.484488+0000 mgr.y (mgr.25441) 2744 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.651 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:49.557256+0000 mon.c (mon.1) 2601 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.651 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:49.559424+0000 mon.c (mon.1) 2602 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.651 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:49.561791+0000 mon.c (mon.1) 2603 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.651 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:49.562605+0000 mon.c (mon.1) 2604 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.651 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: cluster 2024-03-30T04:45:49.564388+0000 mgr.y (mgr.25441) 2745 : cluster [DBG] pgmap v1805: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.651 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: cluster 2024-03-30T04:45:49.564839+0000 mgr.y (mgr.25441) 2746 : cluster [DBG] pgmap v1806: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.651 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:49.572179+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:50.651 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: cephadm 2024-03-30T04:45:49.572898+0000 mgr.y (mgr.25441) 2747 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.651 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:49.630043+0000 mon.c (mon.1) 2605 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.652 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:49.632056+0000 mon.c (mon.1) 2606 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.652 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:49.633993+0000 mon.c (mon.1) 2607 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.652 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:49.634726+0000 mon.c (mon.1) 2608 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.652 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: cluster 2024-03-30T04:45:49.636283+0000 mgr.y (mgr.25441) 2748 : cluster [DBG] pgmap v1807: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.652 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: cluster 2024-03-30T04:45:49.636736+0000 mgr.y (mgr.25441) 2749 : cluster [DBG] pgmap v1808: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.652 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:49.644143+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:50.652 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: cephadm 2024-03-30T04:45:49.644989+0000 mgr.y (mgr.25441) 2750 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.652 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:49.718156+0000 mon.c (mon.1) 2609 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.652 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:49.720121+0000 mon.c (mon.1) 2610 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.653 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:49.722489+0000 mon.c (mon.1) 2611 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.653 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:49.723214+0000 mon.c (mon.1) 2612 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.653 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: cluster 2024-03-30T04:45:49.724794+0000 mgr.y (mgr.25441) 2751 : cluster [DBG] pgmap v1809: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.653 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: cluster 2024-03-30T04:45:49.725229+0000 mgr.y (mgr.25441) 2752 : cluster [DBG] pgmap v1810: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.653 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:49.729827+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:50.653 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: cephadm 2024-03-30T04:45:49.731501+0000 mgr.y (mgr.25441) 2753 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.653 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:49.808818+0000 mon.c (mon.1) 2613 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.653 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:49.811298+0000 mon.c (mon.1) 2614 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.654 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:49.813931+0000 mon.c (mon.1) 2615 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.654 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:49.814717+0000 mon.c (mon.1) 2616 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.654 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:49.822354+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:50.654 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:49.882490+0000 mon.c (mon.1) 2617 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.654 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:49.884541+0000 mon.c (mon.1) 2618 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.654 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:49.886405+0000 mon.c (mon.1) 2619 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.654 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:49.887074+0000 mon.c (mon.1) 2620 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.654 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:49.894224+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:50.654 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:49.957165+0000 mon.c (mon.1) 2621 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.655 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:49.959781+0000 mon.c (mon.1) 2622 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.655 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:49.962079+0000 mon.c (mon.1) 2623 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.655 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:49.962879+0000 mon.c (mon.1) 2624 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.655 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:49.969569+0000 mon.a (mon.0) 1186 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:50.655 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:50.043087+0000 mon.c (mon.1) 2625 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.655 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:50.045029+0000 mon.c (mon.1) 2626 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.655 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:50.046794+0000 mon.c (mon.1) 2627 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.655 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:50.047447+0000 mon.c (mon.1) 2628 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.656 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:50.053734+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:50.656 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:50.098761+0000 mon.c (mon.1) 2629 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.656 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:50.100944+0000 mon.c (mon.1) 2630 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.656 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:50.102983+0000 mon.c (mon.1) 2631 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.656 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:50.103716+0000 mon.c (mon.1) 2632 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.656 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:50.109918+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:50.656 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:50.156076+0000 mon.c (mon.1) 2633 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.656 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:50.158428+0000 mon.c (mon.1) 2634 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.656 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:50.160655+0000 mon.c (mon.1) 2635 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.657 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:50.161431+0000 mon.c (mon.1) 2636 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.657 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:50.168205+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:50.657 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:50.213688+0000 mon.c (mon.1) 2637 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.657 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:50.215891+0000 mon.c (mon.1) 2638 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.657 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:50.217868+0000 mon.c (mon.1) 2639 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.657 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:50.218748+0000 mon.c (mon.1) 2640 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.657 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:50.225218+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:50.657 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:50.270671+0000 mon.c (mon.1) 2641 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.657 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:50.272797+0000 mon.c (mon.1) 2642 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.658 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:50.274531+0000 mon.c (mon.1) 2643 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.658 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:50.275163+0000 mon.c (mon.1) 2644 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.658 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:50.281437+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:50.658 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:50.338718+0000 mon.c (mon.1) 2645 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.658 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:50.340574+0000 mon.c (mon.1) 2646 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.658 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:50.342289+0000 mon.c (mon.1) 2647 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.658 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:50.342981+0000 mon.c (mon.1) 2648 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.658 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:50 smithi117 bash[62284]: audit 2024-03-30T04:45:50.349365+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:50.659 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: cluster 2024-03-30T04:45:48.783077+0000 mgr.y (mgr.25441) 2712 : cluster [DBG] pgmap v1783: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.659 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: cluster 2024-03-30T04:45:48.783437+0000 mgr.y (mgr.25441) 2713 : cluster [DBG] pgmap v1784: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.659 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: cephadm 2024-03-30T04:45:48.788562+0000 mgr.y (mgr.25441) 2714 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.659 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: cluster 2024-03-30T04:45:48.835519+0000 mgr.y (mgr.25441) 2715 : cluster [DBG] pgmap v1785: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.659 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: cluster 2024-03-30T04:45:48.835846+0000 mgr.y (mgr.25441) 2716 : cluster [DBG] pgmap v1786: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.659 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: cephadm 2024-03-30T04:45:48.841422+0000 mgr.y (mgr.25441) 2717 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.659 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: cluster 2024-03-30T04:45:48.890462+0000 mgr.y (mgr.25441) 2718 : cluster [DBG] pgmap v1787: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.660 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: cluster 2024-03-30T04:45:48.890777+0000 mgr.y (mgr.25441) 2719 : cluster [DBG] pgmap v1788: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.660 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: cephadm 2024-03-30T04:45:48.896396+0000 mgr.y (mgr.25441) 2720 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.660 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: cluster 2024-03-30T04:45:48.958718+0000 mgr.y (mgr.25441) 2721 : cluster [DBG] pgmap v1789: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.660 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: cluster 2024-03-30T04:45:48.959071+0000 mgr.y (mgr.25441) 2722 : cluster [DBG] pgmap v1790: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.660 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: cephadm 2024-03-30T04:45:48.964839+0000 mgr.y (mgr.25441) 2723 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.660 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: cluster 2024-03-30T04:45:49.036408+0000 mgr.y (mgr.25441) 2724 : cluster [DBG] pgmap v1791: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.660 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: cluster 2024-03-30T04:45:49.036781+0000 mgr.y (mgr.25441) 2725 : cluster [DBG] pgmap v1792: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.660 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: cephadm 2024-03-30T04:45:49.045487+0000 mgr.y (mgr.25441) 2726 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.660 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: cluster 2024-03-30T04:45:49.124838+0000 mgr.y (mgr.25441) 2727 : cluster [DBG] pgmap v1793: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.660 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: cluster 2024-03-30T04:45:49.125206+0000 mgr.y (mgr.25441) 2728 : cluster [DBG] pgmap v1794: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.660 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: cephadm 2024-03-30T04:45:49.130917+0000 mgr.y (mgr.25441) 2729 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.660 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: cluster 2024-03-30T04:45:49.193509+0000 mgr.y (mgr.25441) 2730 : cluster [DBG] pgmap v1795: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.660 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: cluster 2024-03-30T04:45:49.193917+0000 mgr.y (mgr.25441) 2731 : cluster [DBG] pgmap v1796: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.660 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: cephadm 2024-03-30T04:45:49.199018+0000 mgr.y (mgr.25441) 2732 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.660 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: cluster 2024-03-30T04:45:49.262028+0000 mgr.y (mgr.25441) 2733 : cluster [DBG] pgmap v1797: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.661 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: cluster 2024-03-30T04:45:49.262554+0000 mgr.y (mgr.25441) 2734 : cluster [DBG] pgmap v1798: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.661 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: cephadm 2024-03-30T04:45:49.270758+0000 mgr.y (mgr.25441) 2735 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.661 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: cluster 2024-03-30T04:45:49.332950+0000 mgr.y (mgr.25441) 2736 : cluster [DBG] pgmap v1799: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.661 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: cluster 2024-03-30T04:45:49.333241+0000 mgr.y (mgr.25441) 2737 : cluster [DBG] pgmap v1800: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.661 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: cephadm 2024-03-30T04:45:49.340041+0000 mgr.y (mgr.25441) 2738 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.661 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:49.397500+0000 mon.c (mon.1) 2593 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.661 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:49.399326+0000 mon.c (mon.1) 2594 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.661 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:49.401104+0000 mon.c (mon.1) 2595 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.661 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:49.401760+0000 mon.c (mon.1) 2596 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.661 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: cluster 2024-03-30T04:45:49.403076+0000 mgr.y (mgr.25441) 2739 : cluster [DBG] pgmap v1801: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.662 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: cluster 2024-03-30T04:45:49.403482+0000 mgr.y (mgr.25441) 2740 : cluster [DBG] pgmap v1802: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.662 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:49.407892+0000 mon.a (mon.0) 1179 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:50.662 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: cephadm 2024-03-30T04:45:49.408515+0000 mgr.y (mgr.25441) 2741 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.662 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:49.466609+0000 mon.c (mon.1) 2597 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.662 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:49.469359+0000 mon.c (mon.1) 2598 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.662 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:49.472651+0000 mon.c (mon.1) 2599 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.662 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:49.473520+0000 mon.c (mon.1) 2600 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.662 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: cluster 2024-03-30T04:45:49.475067+0000 mgr.y (mgr.25441) 2742 : cluster [DBG] pgmap v1803: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.662 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: cluster 2024-03-30T04:45:49.475469+0000 mgr.y (mgr.25441) 2743 : cluster [DBG] pgmap v1804: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.663 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:49.482836+0000 mon.a (mon.0) 1180 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:50.663 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: cephadm 2024-03-30T04:45:49.484488+0000 mgr.y (mgr.25441) 2744 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.663 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:49.557256+0000 mon.c (mon.1) 2601 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.663 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:49.559424+0000 mon.c (mon.1) 2602 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.663 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:49.561791+0000 mon.c (mon.1) 2603 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.663 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:49.562605+0000 mon.c (mon.1) 2604 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.663 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: cluster 2024-03-30T04:45:49.564388+0000 mgr.y (mgr.25441) 2745 : cluster [DBG] pgmap v1805: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.663 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: cluster 2024-03-30T04:45:49.564839+0000 mgr.y (mgr.25441) 2746 : cluster [DBG] pgmap v1806: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.663 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:49.572179+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:50.663 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: cephadm 2024-03-30T04:45:49.572898+0000 mgr.y (mgr.25441) 2747 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.663 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:49.630043+0000 mon.c (mon.1) 2605 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.663 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:49.632056+0000 mon.c (mon.1) 2606 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.663 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:49.633993+0000 mon.c (mon.1) 2607 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.663 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:49.634726+0000 mon.c (mon.1) 2608 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.664 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: cluster 2024-03-30T04:45:49.636283+0000 mgr.y (mgr.25441) 2748 : cluster [DBG] pgmap v1807: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.664 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: cluster 2024-03-30T04:45:49.636736+0000 mgr.y (mgr.25441) 2749 : cluster [DBG] pgmap v1808: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.664 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:49.644143+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:50.664 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: cephadm 2024-03-30T04:45:49.644989+0000 mgr.y (mgr.25441) 2750 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.664 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:49.718156+0000 mon.c (mon.1) 2609 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.664 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:49.720121+0000 mon.c (mon.1) 2610 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.664 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:49.722489+0000 mon.c (mon.1) 2611 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.664 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:49.723214+0000 mon.c (mon.1) 2612 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.664 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: cluster 2024-03-30T04:45:49.724794+0000 mgr.y (mgr.25441) 2751 : cluster [DBG] pgmap v1809: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.664 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: cluster 2024-03-30T04:45:49.725229+0000 mgr.y (mgr.25441) 2752 : cluster [DBG] pgmap v1810: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:50.664 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:49.729827+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:50.664 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: cephadm 2024-03-30T04:45:49.731501+0000 mgr.y (mgr.25441) 2753 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.664 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:49.808818+0000 mon.c (mon.1) 2613 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.664 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:49.811298+0000 mon.c (mon.1) 2614 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.664 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:49.813931+0000 mon.c (mon.1) 2615 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.665 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:49.814717+0000 mon.c (mon.1) 2616 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.665 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:49.822354+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:50.665 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:49.882490+0000 mon.c (mon.1) 2617 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.665 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:49.884541+0000 mon.c (mon.1) 2618 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.665 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:49.886405+0000 mon.c (mon.1) 2619 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.665 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:49.887074+0000 mon.c (mon.1) 2620 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.665 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:49.894224+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:50.665 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:49.957165+0000 mon.c (mon.1) 2621 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.665 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:49.959781+0000 mon.c (mon.1) 2622 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.665 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:49.962079+0000 mon.c (mon.1) 2623 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.665 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:49.962879+0000 mon.c (mon.1) 2624 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.665 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:49.969569+0000 mon.a (mon.0) 1186 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:50.665 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:50.043087+0000 mon.c (mon.1) 2625 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.665 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:50.045029+0000 mon.c (mon.1) 2626 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.666 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:50.046794+0000 mon.c (mon.1) 2627 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.666 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:50.047447+0000 mon.c (mon.1) 2628 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.666 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:50.053734+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:50.666 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:50.098761+0000 mon.c (mon.1) 2629 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.666 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:50.100944+0000 mon.c (mon.1) 2630 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.666 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:50.102983+0000 mon.c (mon.1) 2631 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.666 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:50.103716+0000 mon.c (mon.1) 2632 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.666 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:50.109918+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:50.666 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:50.156076+0000 mon.c (mon.1) 2633 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.666 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:50.158428+0000 mon.c (mon.1) 2634 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.666 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:50.160655+0000 mon.c (mon.1) 2635 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.666 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:50.161431+0000 mon.c (mon.1) 2636 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.667 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:50.168205+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:50.667 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:50.213688+0000 mon.c (mon.1) 2637 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.667 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:50.215891+0000 mon.c (mon.1) 2638 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.667 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:50.217868+0000 mon.c (mon.1) 2639 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.667 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:50.218748+0000 mon.c (mon.1) 2640 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.667 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:50.225218+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:50.669 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:50.270671+0000 mon.c (mon.1) 2641 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.669 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:50.272797+0000 mon.c (mon.1) 2642 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.669 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:50.274531+0000 mon.c (mon.1) 2643 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.669 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:50.275163+0000 mon.c (mon.1) 2644 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.669 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:50.281437+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:50.669 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:50.338718+0000 mon.c (mon.1) 2645 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.670 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:50.340574+0000 mon.c (mon.1) 2646 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.670 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:50.342289+0000 mon.c (mon.1) 2647 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.670 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:50.342981+0000 mon.c (mon.1) 2648 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.670 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[70954]: audit 2024-03-30T04:45:50.349365+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:51.132 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[87867]: debug 2024-03-30T04:45:50.634+0000 7f8f0b1d87c0 -1 osd.3 0 read_superblock omap replica is missing. 2024-03-30T04:45:51.132 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:45:50 smithi111 bash[87867]: debug 2024-03-30T04:45:50.682+0000 7f8f0b1d87c0 -1 osd.3 123 log_to_monitors true 2024-03-30T04:45:51.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cluster 2024-03-30T04:45:49.816487+0000 mgr.y (mgr.25441) 2754 : cluster [DBG] pgmap v1811: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cluster 2024-03-30T04:45:49.817277+0000 mgr.y (mgr.25441) 2755 : cluster [DBG] pgmap v1812: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cephadm 2024-03-30T04:45:49.824436+0000 mgr.y (mgr.25441) 2756 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cluster 2024-03-30T04:45:49.888490+0000 mgr.y (mgr.25441) 2757 : cluster [DBG] pgmap v1813: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cluster 2024-03-30T04:45:49.888825+0000 mgr.y (mgr.25441) 2758 : cluster [DBG] pgmap v1814: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cephadm 2024-03-30T04:45:49.895997+0000 mgr.y (mgr.25441) 2759 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cluster 2024-03-30T04:45:49.964381+0000 mgr.y (mgr.25441) 2760 : cluster [DBG] pgmap v1815: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cluster 2024-03-30T04:45:49.964661+0000 mgr.y (mgr.25441) 2761 : cluster [DBG] pgmap v1816: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cephadm 2024-03-30T04:45:49.970194+0000 mgr.y (mgr.25441) 2762 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cluster 2024-03-30T04:45:50.048762+0000 mgr.y (mgr.25441) 2763 : cluster [DBG] pgmap v1817: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cluster 2024-03-30T04:45:50.049065+0000 mgr.y (mgr.25441) 2764 : cluster [DBG] pgmap v1818: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cephadm 2024-03-30T04:45:50.054302+0000 mgr.y (mgr.25441) 2765 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cluster 2024-03-30T04:45:50.105100+0000 mgr.y (mgr.25441) 2766 : cluster [DBG] pgmap v1819: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cluster 2024-03-30T04:45:50.105413+0000 mgr.y (mgr.25441) 2767 : cluster [DBG] pgmap v1820: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cephadm 2024-03-30T04:45:50.110620+0000 mgr.y (mgr.25441) 2768 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cluster 2024-03-30T04:45:50.163126+0000 mgr.y (mgr.25441) 2769 : cluster [DBG] pgmap v1821: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cluster 2024-03-30T04:45:50.163501+0000 mgr.y (mgr.25441) 2770 : cluster [DBG] pgmap v1822: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cephadm 2024-03-30T04:45:50.168808+0000 mgr.y (mgr.25441) 2771 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cluster 2024-03-30T04:45:50.220156+0000 mgr.y (mgr.25441) 2772 : cluster [DBG] pgmap v1823: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cluster 2024-03-30T04:45:50.220466+0000 mgr.y (mgr.25441) 2773 : cluster [DBG] pgmap v1824: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cephadm 2024-03-30T04:45:50.226093+0000 mgr.y (mgr.25441) 2774 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cluster 2024-03-30T04:45:50.276435+0000 mgr.y (mgr.25441) 2775 : cluster [DBG] pgmap v1825: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cluster 2024-03-30T04:45:50.276773+0000 mgr.y (mgr.25441) 2776 : cluster [DBG] pgmap v1826: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cephadm 2024-03-30T04:45:50.282090+0000 mgr.y (mgr.25441) 2777 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cluster 2024-03-30T04:45:50.344288+0000 mgr.y (mgr.25441) 2778 : cluster [DBG] pgmap v1827: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cluster 2024-03-30T04:45:50.344599+0000 mgr.y (mgr.25441) 2779 : cluster [DBG] pgmap v1828: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cephadm 2024-03-30T04:45:50.349945+0000 mgr.y (mgr.25441) 2780 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.406699+0000 mon.c (mon.1) 2649 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.408384+0000 mon.c (mon.1) 2650 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.410064+0000 mon.c (mon.1) 2651 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.410687+0000 mon.c (mon.1) 2652 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cluster 2024-03-30T04:45:50.411961+0000 mgr.y (mgr.25441) 2781 : cluster [DBG] pgmap v1829: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cluster 2024-03-30T04:45:50.412237+0000 mgr.y (mgr.25441) 2782 : cluster [DBG] pgmap v1830: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.416749+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:51.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cephadm 2024-03-30T04:45:50.417424+0000 mgr.y (mgr.25441) 2783 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.460447+0000 mon.c (mon.1) 2653 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.462233+0000 mon.c (mon.1) 2654 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.463953+0000 mon.c (mon.1) 2655 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.464567+0000 mon.c (mon.1) 2656 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cluster 2024-03-30T04:45:50.465880+0000 mgr.y (mgr.25441) 2784 : cluster [DBG] pgmap v1831: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cluster 2024-03-30T04:45:50.466252+0000 mgr.y (mgr.25441) 2785 : cluster [DBG] pgmap v1832: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.470629+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:51.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cephadm 2024-03-30T04:45:50.471309+0000 mgr.y (mgr.25441) 2786 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.511176+0000 mon.c (mon.1) 2657 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.512960+0000 mon.c (mon.1) 2658 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.514619+0000 mon.c (mon.1) 2659 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.515219+0000 mon.c (mon.1) 2660 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cluster 2024-03-30T04:45:50.516479+0000 mgr.y (mgr.25441) 2787 : cluster [DBG] pgmap v1833: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cluster 2024-03-30T04:45:50.516817+0000 mgr.y (mgr.25441) 2788 : cluster [DBG] pgmap v1834: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.522216+0000 mon.a (mon.0) 1195 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:51.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cephadm 2024-03-30T04:45:50.522946+0000 mgr.y (mgr.25441) 2789 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.563113+0000 mon.c (mon.1) 2661 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.564862+0000 mon.c (mon.1) 2662 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.566498+0000 mon.c (mon.1) 2663 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.567162+0000 mon.c (mon.1) 2664 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cluster 2024-03-30T04:45:50.568480+0000 mgr.y (mgr.25441) 2790 : cluster [DBG] pgmap v1835: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cluster 2024-03-30T04:45:50.568832+0000 mgr.y (mgr.25441) 2791 : cluster [DBG] pgmap v1836: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.573396+0000 mon.a (mon.0) 1196 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:51.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cephadm 2024-03-30T04:45:50.573964+0000 mgr.y (mgr.25441) 2792 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.630465+0000 mon.c (mon.1) 2665 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.632465+0000 mon.c (mon.1) 2666 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.634450+0000 mon.c (mon.1) 2667 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.635115+0000 mon.c (mon.1) 2668 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cluster 2024-03-30T04:45:50.636660+0000 mgr.y (mgr.25441) 2793 : cluster [DBG] pgmap v1837: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cluster 2024-03-30T04:45:50.637089+0000 mgr.y (mgr.25441) 2794 : cluster [DBG] pgmap v1838: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.641984+0000 mon.a (mon.0) 1197 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:51.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cephadm 2024-03-30T04:45:50.643549+0000 mgr.y (mgr.25441) 2795 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.689495+0000 mon.a (mon.0) 1198 : audit [INF] from='osd.3 [v2:172.21.15.111:6826/1263117143,v1:172.21.15.111:6827/1263117143]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-30T04:45:51.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cluster 2024-03-30T04:45:49.816487+0000 mgr.y (mgr.25441) 2754 : cluster [DBG] pgmap v1811: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cluster 2024-03-30T04:45:49.817277+0000 mgr.y (mgr.25441) 2755 : cluster [DBG] pgmap v1812: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cephadm 2024-03-30T04:45:49.824436+0000 mgr.y (mgr.25441) 2756 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cluster 2024-03-30T04:45:49.888490+0000 mgr.y (mgr.25441) 2757 : cluster [DBG] pgmap v1813: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cluster 2024-03-30T04:45:49.888825+0000 mgr.y (mgr.25441) 2758 : cluster [DBG] pgmap v1814: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cephadm 2024-03-30T04:45:49.895997+0000 mgr.y (mgr.25441) 2759 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cluster 2024-03-30T04:45:49.964381+0000 mgr.y (mgr.25441) 2760 : cluster [DBG] pgmap v1815: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cluster 2024-03-30T04:45:49.964661+0000 mgr.y (mgr.25441) 2761 : cluster [DBG] pgmap v1816: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cephadm 2024-03-30T04:45:49.970194+0000 mgr.y (mgr.25441) 2762 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cluster 2024-03-30T04:45:50.048762+0000 mgr.y (mgr.25441) 2763 : cluster [DBG] pgmap v1817: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cluster 2024-03-30T04:45:50.049065+0000 mgr.y (mgr.25441) 2764 : cluster [DBG] pgmap v1818: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cephadm 2024-03-30T04:45:50.054302+0000 mgr.y (mgr.25441) 2765 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cluster 2024-03-30T04:45:50.105100+0000 mgr.y (mgr.25441) 2766 : cluster [DBG] pgmap v1819: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cluster 2024-03-30T04:45:50.105413+0000 mgr.y (mgr.25441) 2767 : cluster [DBG] pgmap v1820: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cephadm 2024-03-30T04:45:50.110620+0000 mgr.y (mgr.25441) 2768 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.700190+0000 mon.c (mon.1) 2669 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.702135+0000 mon.c (mon.1) 2670 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.704424+0000 mon.c (mon.1) 2671 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.705232+0000 mon.c (mon.1) 2672 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cluster 2024-03-30T04:45:50.706834+0000 mgr.y (mgr.25441) 2796 : cluster [DBG] pgmap v1839: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cluster 2024-03-30T04:45:50.707242+0000 mgr.y (mgr.25441) 2797 : cluster [DBG] pgmap v1840: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.713193+0000 mon.a (mon.0) 1199 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:51.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: cephadm 2024-03-30T04:45:50.713758+0000 mgr.y (mgr.25441) 2798 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.769947+0000 mon.c (mon.1) 2673 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.771979+0000 mon.c (mon.1) 2674 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.773851+0000 mon.c (mon.1) 2675 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.774737+0000 mon.c (mon.1) 2676 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.782054+0000 mon.a (mon.0) 1200 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:51.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.823613+0000 mon.c (mon.1) 2677 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.825365+0000 mon.c (mon.1) 2678 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.827253+0000 mon.c (mon.1) 2679 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.827909+0000 mon.c (mon.1) 2680 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.834104+0000 mon.a (mon.0) 1201 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:51.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.874547+0000 mon.c (mon.1) 2681 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.876343+0000 mon.c (mon.1) 2682 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.878009+0000 mon.c (mon.1) 2683 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.878635+0000 mon.c (mon.1) 2684 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.884709+0000 mon.a (mon.0) 1202 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:51.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.925255+0000 mon.c (mon.1) 2685 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.927056+0000 mon.c (mon.1) 2686 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.928827+0000 mon.c (mon.1) 2687 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.929439+0000 mon.c (mon.1) 2688 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.935629+0000 mon.a (mon.0) 1203 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:51.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.992168+0000 mon.c (mon.1) 2689 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.994215+0000 mon.c (mon.1) 2690 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.996394+0000 mon.c (mon.1) 2691 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:50.997223+0000 mon.c (mon.1) 2692 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:51.006434+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:51.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:51.079627+0000 mon.c (mon.1) 2693 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:51.082244+0000 mon.c (mon.1) 2694 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:51.085342+0000 mon.c (mon.1) 2695 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:51.086331+0000 mon.c (mon.1) 2696 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:51.098007+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:51.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:51.175728+0000 mon.c (mon.1) 2697 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:51.177926+0000 mon.c (mon.1) 2698 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:51.179881+0000 mon.c (mon.1) 2699 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:51.180631+0000 mon.c (mon.1) 2700 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:51.190105+0000 mon.a (mon.0) 1206 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:51.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:51.265129+0000 mon.c (mon.1) 2701 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:51.267288+0000 mon.c (mon.1) 2702 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:51.270530+0000 mon.c (mon.1) 2703 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:51.272008+0000 mon.c (mon.1) 2704 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:51.282206+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:51.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:51.373098+0000 mon.c (mon.1) 2705 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:51.377821+0000 mon.c (mon.1) 2706 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[70954]: audit 2024-03-30T04:45:51.381801+0000 mon.c (mon.1) 2707 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cluster 2024-03-30T04:45:50.163126+0000 mgr.y (mgr.25441) 2769 : cluster [DBG] pgmap v1821: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cluster 2024-03-30T04:45:50.163501+0000 mgr.y (mgr.25441) 2770 : cluster [DBG] pgmap v1822: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cephadm 2024-03-30T04:45:50.168808+0000 mgr.y (mgr.25441) 2771 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cluster 2024-03-30T04:45:50.220156+0000 mgr.y (mgr.25441) 2772 : cluster [DBG] pgmap v1823: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cluster 2024-03-30T04:45:50.220466+0000 mgr.y (mgr.25441) 2773 : cluster [DBG] pgmap v1824: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cephadm 2024-03-30T04:45:50.226093+0000 mgr.y (mgr.25441) 2774 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cluster 2024-03-30T04:45:50.276435+0000 mgr.y (mgr.25441) 2775 : cluster [DBG] pgmap v1825: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cluster 2024-03-30T04:45:50.276773+0000 mgr.y (mgr.25441) 2776 : cluster [DBG] pgmap v1826: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cephadm 2024-03-30T04:45:50.282090+0000 mgr.y (mgr.25441) 2777 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cluster 2024-03-30T04:45:50.344288+0000 mgr.y (mgr.25441) 2778 : cluster [DBG] pgmap v1827: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cluster 2024-03-30T04:45:50.344599+0000 mgr.y (mgr.25441) 2779 : cluster [DBG] pgmap v1828: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cephadm 2024-03-30T04:45:50.349945+0000 mgr.y (mgr.25441) 2780 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.406699+0000 mon.c (mon.1) 2649 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.408384+0000 mon.c (mon.1) 2650 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.410064+0000 mon.c (mon.1) 2651 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.410687+0000 mon.c (mon.1) 2652 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cluster 2024-03-30T04:45:50.411961+0000 mgr.y (mgr.25441) 2781 : cluster [DBG] pgmap v1829: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cluster 2024-03-30T04:45:50.412237+0000 mgr.y (mgr.25441) 2782 : cluster [DBG] pgmap v1830: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.416749+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:51.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cephadm 2024-03-30T04:45:50.417424+0000 mgr.y (mgr.25441) 2783 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.460447+0000 mon.c (mon.1) 2653 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.462233+0000 mon.c (mon.1) 2654 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.463953+0000 mon.c (mon.1) 2655 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.464567+0000 mon.c (mon.1) 2656 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cluster 2024-03-30T04:45:50.465880+0000 mgr.y (mgr.25441) 2784 : cluster [DBG] pgmap v1831: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cluster 2024-03-30T04:45:50.466252+0000 mgr.y (mgr.25441) 2785 : cluster [DBG] pgmap v1832: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.470629+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:51.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cephadm 2024-03-30T04:45:50.471309+0000 mgr.y (mgr.25441) 2786 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.511176+0000 mon.c (mon.1) 2657 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.512960+0000 mon.c (mon.1) 2658 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.514619+0000 mon.c (mon.1) 2659 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.515219+0000 mon.c (mon.1) 2660 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cluster 2024-03-30T04:45:50.516479+0000 mgr.y (mgr.25441) 2787 : cluster [DBG] pgmap v1833: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cluster 2024-03-30T04:45:50.516817+0000 mgr.y (mgr.25441) 2788 : cluster [DBG] pgmap v1834: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.522216+0000 mon.a (mon.0) 1195 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:51.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cephadm 2024-03-30T04:45:50.522946+0000 mgr.y (mgr.25441) 2789 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.563113+0000 mon.c (mon.1) 2661 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.564862+0000 mon.c (mon.1) 2662 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.566498+0000 mon.c (mon.1) 2663 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.567162+0000 mon.c (mon.1) 2664 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cluster 2024-03-30T04:45:50.568480+0000 mgr.y (mgr.25441) 2790 : cluster [DBG] pgmap v1835: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cluster 2024-03-30T04:45:50.568832+0000 mgr.y (mgr.25441) 2791 : cluster [DBG] pgmap v1836: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.573396+0000 mon.a (mon.0) 1196 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:51.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cephadm 2024-03-30T04:45:50.573964+0000 mgr.y (mgr.25441) 2792 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.630465+0000 mon.c (mon.1) 2665 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.632465+0000 mon.c (mon.1) 2666 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.634450+0000 mon.c (mon.1) 2667 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.635115+0000 mon.c (mon.1) 2668 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cluster 2024-03-30T04:45:50.636660+0000 mgr.y (mgr.25441) 2793 : cluster [DBG] pgmap v1837: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cluster 2024-03-30T04:45:50.637089+0000 mgr.y (mgr.25441) 2794 : cluster [DBG] pgmap v1838: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.641984+0000 mon.a (mon.0) 1197 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:51.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cephadm 2024-03-30T04:45:50.643549+0000 mgr.y (mgr.25441) 2795 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.689495+0000 mon.a (mon.0) 1198 : audit [INF] from='osd.3 [v2:172.21.15.111:6826/1263117143,v1:172.21.15.111:6827/1263117143]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-30T04:45:51.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.700190+0000 mon.c (mon.1) 2669 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.702135+0000 mon.c (mon.1) 2670 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.704424+0000 mon.c (mon.1) 2671 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.705232+0000 mon.c (mon.1) 2672 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cluster 2024-03-30T04:45:50.706834+0000 mgr.y (mgr.25441) 2796 : cluster [DBG] pgmap v1839: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cluster 2024-03-30T04:45:50.707242+0000 mgr.y (mgr.25441) 2797 : cluster [DBG] pgmap v1840: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.713193+0000 mon.a (mon.0) 1199 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:51.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: cephadm 2024-03-30T04:45:50.713758+0000 mgr.y (mgr.25441) 2798 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.769947+0000 mon.c (mon.1) 2673 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.771979+0000 mon.c (mon.1) 2674 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.773851+0000 mon.c (mon.1) 2675 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.774737+0000 mon.c (mon.1) 2676 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.782054+0000 mon.a (mon.0) 1200 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:51.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.823613+0000 mon.c (mon.1) 2677 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.825365+0000 mon.c (mon.1) 2678 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.827253+0000 mon.c (mon.1) 2679 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.827909+0000 mon.c (mon.1) 2680 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.834104+0000 mon.a (mon.0) 1201 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:51.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.874547+0000 mon.c (mon.1) 2681 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.876343+0000 mon.c (mon.1) 2682 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.878009+0000 mon.c (mon.1) 2683 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.878635+0000 mon.c (mon.1) 2684 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.884709+0000 mon.a (mon.0) 1202 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:51.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.925255+0000 mon.c (mon.1) 2685 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.927056+0000 mon.c (mon.1) 2686 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.928827+0000 mon.c (mon.1) 2687 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.929439+0000 mon.c (mon.1) 2688 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.935629+0000 mon.a (mon.0) 1203 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:51.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.992168+0000 mon.c (mon.1) 2689 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.994215+0000 mon.c (mon.1) 2690 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.996394+0000 mon.c (mon.1) 2691 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:50.997223+0000 mon.c (mon.1) 2692 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:51.006434+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:51.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:51.079627+0000 mon.c (mon.1) 2693 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:51.082244+0000 mon.c (mon.1) 2694 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:51.085342+0000 mon.c (mon.1) 2695 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:51.086331+0000 mon.c (mon.1) 2696 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:51.098007+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:51.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:51.175728+0000 mon.c (mon.1) 2697 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:51.177926+0000 mon.c (mon.1) 2698 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:51.179881+0000 mon.c (mon.1) 2699 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:51.180631+0000 mon.c (mon.1) 2700 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:51.190105+0000 mon.a (mon.0) 1206 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:51.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:51.265129+0000 mon.c (mon.1) 2701 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:51.267288+0000 mon.c (mon.1) 2702 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:51.270530+0000 mon.c (mon.1) 2703 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:51.272008+0000 mon.c (mon.1) 2704 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:51.282206+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:51.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:51.373098+0000 mon.c (mon.1) 2705 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:51.377821+0000 mon.c (mon.1) 2706 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:51 smithi111 bash[73591]: audit 2024-03-30T04:45:51.381801+0000 mon.c (mon.1) 2707 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cluster 2024-03-30T04:45:49.816487+0000 mgr.y (mgr.25441) 2754 : cluster [DBG] pgmap v1811: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cluster 2024-03-30T04:45:49.817277+0000 mgr.y (mgr.25441) 2755 : cluster [DBG] pgmap v1812: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cephadm 2024-03-30T04:45:49.824436+0000 mgr.y (mgr.25441) 2756 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cluster 2024-03-30T04:45:49.888490+0000 mgr.y (mgr.25441) 2757 : cluster [DBG] pgmap v1813: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cluster 2024-03-30T04:45:49.888825+0000 mgr.y (mgr.25441) 2758 : cluster [DBG] pgmap v1814: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cephadm 2024-03-30T04:45:49.895997+0000 mgr.y (mgr.25441) 2759 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cluster 2024-03-30T04:45:49.964381+0000 mgr.y (mgr.25441) 2760 : cluster [DBG] pgmap v1815: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cluster 2024-03-30T04:45:49.964661+0000 mgr.y (mgr.25441) 2761 : cluster [DBG] pgmap v1816: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cephadm 2024-03-30T04:45:49.970194+0000 mgr.y (mgr.25441) 2762 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cluster 2024-03-30T04:45:50.048762+0000 mgr.y (mgr.25441) 2763 : cluster [DBG] pgmap v1817: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cluster 2024-03-30T04:45:50.049065+0000 mgr.y (mgr.25441) 2764 : cluster [DBG] pgmap v1818: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cephadm 2024-03-30T04:45:50.054302+0000 mgr.y (mgr.25441) 2765 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cluster 2024-03-30T04:45:50.105100+0000 mgr.y (mgr.25441) 2766 : cluster [DBG] pgmap v1819: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cluster 2024-03-30T04:45:50.105413+0000 mgr.y (mgr.25441) 2767 : cluster [DBG] pgmap v1820: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cephadm 2024-03-30T04:45:50.110620+0000 mgr.y (mgr.25441) 2768 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cluster 2024-03-30T04:45:50.163126+0000 mgr.y (mgr.25441) 2769 : cluster [DBG] pgmap v1821: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cluster 2024-03-30T04:45:50.163501+0000 mgr.y (mgr.25441) 2770 : cluster [DBG] pgmap v1822: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cephadm 2024-03-30T04:45:50.168808+0000 mgr.y (mgr.25441) 2771 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cluster 2024-03-30T04:45:50.220156+0000 mgr.y (mgr.25441) 2772 : cluster [DBG] pgmap v1823: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cluster 2024-03-30T04:45:50.220466+0000 mgr.y (mgr.25441) 2773 : cluster [DBG] pgmap v1824: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cephadm 2024-03-30T04:45:50.226093+0000 mgr.y (mgr.25441) 2774 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cluster 2024-03-30T04:45:50.276435+0000 mgr.y (mgr.25441) 2775 : cluster [DBG] pgmap v1825: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cluster 2024-03-30T04:45:50.276773+0000 mgr.y (mgr.25441) 2776 : cluster [DBG] pgmap v1826: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cephadm 2024-03-30T04:45:50.282090+0000 mgr.y (mgr.25441) 2777 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cluster 2024-03-30T04:45:50.344288+0000 mgr.y (mgr.25441) 2778 : cluster [DBG] pgmap v1827: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cluster 2024-03-30T04:45:50.344599+0000 mgr.y (mgr.25441) 2779 : cluster [DBG] pgmap v1828: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cephadm 2024-03-30T04:45:50.349945+0000 mgr.y (mgr.25441) 2780 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.406699+0000 mon.c (mon.1) 2649 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.408384+0000 mon.c (mon.1) 2650 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.410064+0000 mon.c (mon.1) 2651 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.410687+0000 mon.c (mon.1) 2652 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cluster 2024-03-30T04:45:50.411961+0000 mgr.y (mgr.25441) 2781 : cluster [DBG] pgmap v1829: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cluster 2024-03-30T04:45:50.412237+0000 mgr.y (mgr.25441) 2782 : cluster [DBG] pgmap v1830: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.416749+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cephadm 2024-03-30T04:45:50.417424+0000 mgr.y (mgr.25441) 2783 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.460447+0000 mon.c (mon.1) 2653 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.462233+0000 mon.c (mon.1) 2654 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.463953+0000 mon.c (mon.1) 2655 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.464567+0000 mon.c (mon.1) 2656 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cluster 2024-03-30T04:45:50.465880+0000 mgr.y (mgr.25441) 2784 : cluster [DBG] pgmap v1831: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cluster 2024-03-30T04:45:50.466252+0000 mgr.y (mgr.25441) 2785 : cluster [DBG] pgmap v1832: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.470629+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cephadm 2024-03-30T04:45:50.471309+0000 mgr.y (mgr.25441) 2786 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.511176+0000 mon.c (mon.1) 2657 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.512960+0000 mon.c (mon.1) 2658 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.514619+0000 mon.c (mon.1) 2659 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.515219+0000 mon.c (mon.1) 2660 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cluster 2024-03-30T04:45:50.516479+0000 mgr.y (mgr.25441) 2787 : cluster [DBG] pgmap v1833: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cluster 2024-03-30T04:45:50.516817+0000 mgr.y (mgr.25441) 2788 : cluster [DBG] pgmap v1834: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.522216+0000 mon.a (mon.0) 1195 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:51.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cephadm 2024-03-30T04:45:50.522946+0000 mgr.y (mgr.25441) 2789 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.563113+0000 mon.c (mon.1) 2661 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.564862+0000 mon.c (mon.1) 2662 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.566498+0000 mon.c (mon.1) 2663 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.567162+0000 mon.c (mon.1) 2664 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cluster 2024-03-30T04:45:50.568480+0000 mgr.y (mgr.25441) 2790 : cluster [DBG] pgmap v1835: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cluster 2024-03-30T04:45:50.568832+0000 mgr.y (mgr.25441) 2791 : cluster [DBG] pgmap v1836: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.573396+0000 mon.a (mon.0) 1196 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cephadm 2024-03-30T04:45:50.573964+0000 mgr.y (mgr.25441) 2792 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.630465+0000 mon.c (mon.1) 2665 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.632465+0000 mon.c (mon.1) 2666 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.634450+0000 mon.c (mon.1) 2667 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.635115+0000 mon.c (mon.1) 2668 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cluster 2024-03-30T04:45:50.636660+0000 mgr.y (mgr.25441) 2793 : cluster [DBG] pgmap v1837: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cluster 2024-03-30T04:45:50.637089+0000 mgr.y (mgr.25441) 2794 : cluster [DBG] pgmap v1838: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.641984+0000 mon.a (mon.0) 1197 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cephadm 2024-03-30T04:45:50.643549+0000 mgr.y (mgr.25441) 2795 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.689495+0000 mon.a (mon.0) 1198 : audit [INF] from='osd.3 [v2:172.21.15.111:6826/1263117143,v1:172.21.15.111:6827/1263117143]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-30T04:45:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.700190+0000 mon.c (mon.1) 2669 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.702135+0000 mon.c (mon.1) 2670 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.704424+0000 mon.c (mon.1) 2671 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.705232+0000 mon.c (mon.1) 2672 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cluster 2024-03-30T04:45:50.706834+0000 mgr.y (mgr.25441) 2796 : cluster [DBG] pgmap v1839: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cluster 2024-03-30T04:45:50.707242+0000 mgr.y (mgr.25441) 2797 : cluster [DBG] pgmap v1840: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:51.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.713193+0000 mon.a (mon.0) 1199 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:51.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: cephadm 2024-03-30T04:45:50.713758+0000 mgr.y (mgr.25441) 2798 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.769947+0000 mon.c (mon.1) 2673 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.771979+0000 mon.c (mon.1) 2674 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.773851+0000 mon.c (mon.1) 2675 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.774737+0000 mon.c (mon.1) 2676 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.782054+0000 mon.a (mon.0) 1200 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:51.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.823613+0000 mon.c (mon.1) 2677 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.825365+0000 mon.c (mon.1) 2678 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.827253+0000 mon.c (mon.1) 2679 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.827909+0000 mon.c (mon.1) 2680 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.834104+0000 mon.a (mon.0) 1201 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:51.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.874547+0000 mon.c (mon.1) 2681 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.876343+0000 mon.c (mon.1) 2682 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.878009+0000 mon.c (mon.1) 2683 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.878635+0000 mon.c (mon.1) 2684 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.884709+0000 mon.a (mon.0) 1202 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:51.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.925255+0000 mon.c (mon.1) 2685 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.927056+0000 mon.c (mon.1) 2686 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.928827+0000 mon.c (mon.1) 2687 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.929439+0000 mon.c (mon.1) 2688 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.935629+0000 mon.a (mon.0) 1203 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:51.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.992168+0000 mon.c (mon.1) 2689 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.994215+0000 mon.c (mon.1) 2690 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.996394+0000 mon.c (mon.1) 2691 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:50.997223+0000 mon.c (mon.1) 2692 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:51.006434+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:51.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:51.079627+0000 mon.c (mon.1) 2693 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:51.082244+0000 mon.c (mon.1) 2694 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:51.085342+0000 mon.c (mon.1) 2695 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:51.086331+0000 mon.c (mon.1) 2696 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:51.098007+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:51.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:51.175728+0000 mon.c (mon.1) 2697 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:51.177926+0000 mon.c (mon.1) 2698 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:51.179881+0000 mon.c (mon.1) 2699 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:51.180631+0000 mon.c (mon.1) 2700 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:51.190105+0000 mon.a (mon.0) 1206 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:51.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:51.265129+0000 mon.c (mon.1) 2701 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:51.267288+0000 mon.c (mon.1) 2702 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:51.270530+0000 mon.c (mon.1) 2703 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:51.272008+0000 mon.c (mon.1) 2704 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:51.282206+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:51.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:51.373098+0000 mon.c (mon.1) 2705 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:51.377821+0000 mon.c (mon.1) 2706 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:51 smithi117 bash[62284]: audit 2024-03-30T04:45:51.381801+0000 mon.c (mon.1) 2707 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.395 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[87867]: debug 2024-03-30T04:45:52.178+0000 7f8ef8628700 -1 osd.3 123 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:45:52.510 INFO:teuthology.orchestra.run.smithi111.stdout:true 2024-03-30T04:45:52.823 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: cluster 2024-03-30T04:45:50.776497+0000 mgr.y (mgr.25441) 2799 : cluster [DBG] pgmap v1841: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.823 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: cluster 2024-03-30T04:45:50.776884+0000 mgr.y (mgr.25441) 2800 : cluster [DBG] pgmap v1842: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: cephadm 2024-03-30T04:45:50.783348+0000 mgr.y (mgr.25441) 2801 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: cluster 2024-03-30T04:45:50.829297+0000 mgr.y (mgr.25441) 2802 : cluster [DBG] pgmap v1843: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: cluster 2024-03-30T04:45:50.829690+0000 mgr.y (mgr.25441) 2803 : cluster [DBG] pgmap v1844: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: cephadm 2024-03-30T04:45:50.834722+0000 mgr.y (mgr.25441) 2804 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: cluster 2024-03-30T04:45:50.879966+0000 mgr.y (mgr.25441) 2805 : cluster [DBG] pgmap v1845: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: cluster 2024-03-30T04:45:50.880304+0000 mgr.y (mgr.25441) 2806 : cluster [DBG] pgmap v1846: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: cephadm 2024-03-30T04:45:50.885247+0000 mgr.y (mgr.25441) 2807 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: cluster 2024-03-30T04:45:50.930752+0000 mgr.y (mgr.25441) 2808 : cluster [DBG] pgmap v1847: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: cluster 2024-03-30T04:45:50.931134+0000 mgr.y (mgr.25441) 2809 : cluster [DBG] pgmap v1848: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: cephadm 2024-03-30T04:45:50.936380+0000 mgr.y (mgr.25441) 2810 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: cluster 2024-03-30T04:45:50.999011+0000 mgr.y (mgr.25441) 2811 : cluster [DBG] pgmap v1849: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.824 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: cluster 2024-03-30T04:45:50.999775+0000 mgr.y (mgr.25441) 2812 : cluster [DBG] pgmap v1850: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.825 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: cephadm 2024-03-30T04:45:51.007119+0000 mgr.y (mgr.25441) 2813 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.825 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: cluster 2024-03-30T04:45:50.776497+0000 mgr.y (mgr.25441) 2799 : cluster [DBG] pgmap v1841: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.825 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: cluster 2024-03-30T04:45:50.776884+0000 mgr.y (mgr.25441) 2800 : cluster [DBG] pgmap v1842: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.825 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: cephadm 2024-03-30T04:45:50.783348+0000 mgr.y (mgr.25441) 2801 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.825 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: cluster 2024-03-30T04:45:50.829297+0000 mgr.y (mgr.25441) 2802 : cluster [DBG] pgmap v1843: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.825 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: cluster 2024-03-30T04:45:50.829690+0000 mgr.y (mgr.25441) 2803 : cluster [DBG] pgmap v1844: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.825 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: cephadm 2024-03-30T04:45:50.834722+0000 mgr.y (mgr.25441) 2804 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.825 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: cluster 2024-03-30T04:45:50.879966+0000 mgr.y (mgr.25441) 2805 : cluster [DBG] pgmap v1845: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.825 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: cluster 2024-03-30T04:45:50.880304+0000 mgr.y (mgr.25441) 2806 : cluster [DBG] pgmap v1846: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.825 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: cephadm 2024-03-30T04:45:50.885247+0000 mgr.y (mgr.25441) 2807 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.825 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: cluster 2024-03-30T04:45:50.930752+0000 mgr.y (mgr.25441) 2808 : cluster [DBG] pgmap v1847: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.826 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: cluster 2024-03-30T04:45:50.931134+0000 mgr.y (mgr.25441) 2809 : cluster [DBG] pgmap v1848: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.826 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: cephadm 2024-03-30T04:45:50.936380+0000 mgr.y (mgr.25441) 2810 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.826 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: cluster 2024-03-30T04:45:50.999011+0000 mgr.y (mgr.25441) 2811 : cluster [DBG] pgmap v1849: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.826 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: cluster 2024-03-30T04:45:50.999775+0000 mgr.y (mgr.25441) 2812 : cluster [DBG] pgmap v1850: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.826 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: cephadm 2024-03-30T04:45:51.007119+0000 mgr.y (mgr.25441) 2813 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.826 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: cluster 2024-03-30T04:45:51.088529+0000 mgr.y (mgr.25441) 2814 : cluster [DBG] pgmap v1851: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.826 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: cluster 2024-03-30T04:45:51.089015+0000 mgr.y (mgr.25441) 2815 : cluster [DBG] pgmap v1852: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: cephadm 2024-03-30T04:45:51.099107+0000 mgr.y (mgr.25441) 2816 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: cluster 2024-03-30T04:45:51.183161+0000 mgr.y (mgr.25441) 2817 : cluster [DBG] pgmap v1853: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: cluster 2024-03-30T04:45:51.184034+0000 mgr.y (mgr.25441) 2818 : cluster [DBG] pgmap v1854: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: cephadm 2024-03-30T04:45:51.190868+0000 mgr.y (mgr.25441) 2819 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: cluster 2024-03-30T04:45:51.274611+0000 mgr.y (mgr.25441) 2820 : cluster [DBG] pgmap v1855: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 18 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: cluster 2024-03-30T04:45:51.274891+0000 mgr.y (mgr.25441) 2821 : cluster [DBG] pgmap v1856: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 18 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: cephadm 2024-03-30T04:45:51.283339+0000 mgr.y (mgr.25441) 2822 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: audit 2024-03-30T04:45:51.338777+0000 mgr.y (mgr.25441) 2823 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:52.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: audit 2024-03-30T04:45:51.383563+0000 mon.c (mon.1) 2708 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: cluster 2024-03-30T04:45:51.387419+0000 mgr.y (mgr.25441) 2824 : cluster [DBG] pgmap v1857: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: cluster 2024-03-30T04:45:51.388400+0000 mgr.y (mgr.25441) 2825 : cluster [DBG] pgmap v1858: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: audit 2024-03-30T04:45:51.416320+0000 mon.a (mon.0) 1208 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:52.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: cephadm 2024-03-30T04:45:51.420730+0000 mgr.y (mgr.25441) 2826 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.827 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: audit 2024-03-30T04:45:51.496839+0000 mon.c (mon.1) 2709 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.828 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: audit 2024-03-30T04:45:51.499396+0000 mon.c (mon.1) 2710 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.828 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: audit 2024-03-30T04:45:51.502627+0000 mon.c (mon.1) 2711 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.828 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: audit 2024-03-30T04:45:51.503452+0000 mon.c (mon.1) 2712 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.828 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: cluster 2024-03-30T04:45:51.505021+0000 mgr.y (mgr.25441) 2827 : cluster [DBG] pgmap v1859: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.828 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: cluster 2024-03-30T04:45:51.505379+0000 mgr.y (mgr.25441) 2828 : cluster [DBG] pgmap v1860: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.828 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: audit 2024-03-30T04:45:51.509789+0000 mon.a (mon.0) 1209 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:52.828 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: cephadm 2024-03-30T04:45:51.513204+0000 mgr.y (mgr.25441) 2829 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.828 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: audit 2024-03-30T04:45:51.571713+0000 mon.c (mon.1) 2713 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.828 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: audit 2024-03-30T04:45:51.573898+0000 mon.c (mon.1) 2714 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.828 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: audit 2024-03-30T04:45:51.576524+0000 mon.c (mon.1) 2715 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.828 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: audit 2024-03-30T04:45:51.577307+0000 mon.c (mon.1) 2716 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.828 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: cluster 2024-03-30T04:45:51.579330+0000 mgr.y (mgr.25441) 2830 : cluster [DBG] pgmap v1861: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.828 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: cluster 2024-03-30T04:45:51.580216+0000 mgr.y (mgr.25441) 2831 : cluster [DBG] pgmap v1862: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.828 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: audit 2024-03-30T04:45:51.583630+0000 mon.a (mon.0) 1210 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:52.828 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: cephadm 2024-03-30T04:45:51.587417+0000 mgr.y (mgr.25441) 2832 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.829 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: audit 2024-03-30T04:45:51.627737+0000 mon.c (mon.1) 2717 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.829 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: audit 2024-03-30T04:45:51.630408+0000 mon.c (mon.1) 2718 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.829 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: audit 2024-03-30T04:45:51.633366+0000 mon.c (mon.1) 2719 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.829 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: audit 2024-03-30T04:45:51.634337+0000 mon.c (mon.1) 2720 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: cluster 2024-03-30T04:45:51.088529+0000 mgr.y (mgr.25441) 2814 : cluster [DBG] pgmap v1851: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: cluster 2024-03-30T04:45:51.089015+0000 mgr.y (mgr.25441) 2815 : cluster [DBG] pgmap v1852: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: cephadm 2024-03-30T04:45:51.099107+0000 mgr.y (mgr.25441) 2816 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: cluster 2024-03-30T04:45:51.183161+0000 mgr.y (mgr.25441) 2817 : cluster [DBG] pgmap v1853: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: cluster 2024-03-30T04:45:51.184034+0000 mgr.y (mgr.25441) 2818 : cluster [DBG] pgmap v1854: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: cephadm 2024-03-30T04:45:51.190868+0000 mgr.y (mgr.25441) 2819 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.829 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: cluster 2024-03-30T04:45:51.274611+0000 mgr.y (mgr.25441) 2820 : cluster [DBG] pgmap v1855: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 18 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.830 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: cluster 2024-03-30T04:45:51.274891+0000 mgr.y (mgr.25441) 2821 : cluster [DBG] pgmap v1856: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 18 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.830 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: cephadm 2024-03-30T04:45:51.283339+0000 mgr.y (mgr.25441) 2822 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.830 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: audit 2024-03-30T04:45:51.338777+0000 mgr.y (mgr.25441) 2823 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:52.830 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: audit 2024-03-30T04:45:51.383563+0000 mon.c (mon.1) 2708 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.830 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: cluster 2024-03-30T04:45:51.387419+0000 mgr.y (mgr.25441) 2824 : cluster [DBG] pgmap v1857: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.830 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: cluster 2024-03-30T04:45:51.388400+0000 mgr.y (mgr.25441) 2825 : cluster [DBG] pgmap v1858: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.830 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: audit 2024-03-30T04:45:51.416320+0000 mon.a (mon.0) 1208 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:52.830 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: cephadm 2024-03-30T04:45:51.420730+0000 mgr.y (mgr.25441) 2826 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.830 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: audit 2024-03-30T04:45:51.496839+0000 mon.c (mon.1) 2709 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.830 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: audit 2024-03-30T04:45:51.499396+0000 mon.c (mon.1) 2710 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: cluster 2024-03-30T04:45:51.636502+0000 mgr.y (mgr.25441) 2833 : cluster [DBG] pgmap v1863: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: cluster 2024-03-30T04:45:51.637596+0000 mgr.y (mgr.25441) 2834 : cluster [DBG] pgmap v1864: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: audit 2024-03-30T04:45:51.641633+0000 mon.a (mon.0) 1211 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:52.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: cephadm 2024-03-30T04:45:51.643246+0000 mgr.y (mgr.25441) 2835 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: audit 2024-03-30T04:45:51.645540+0000 mon.a (mon.0) 1212 : audit [INF] from='osd.3 [v2:172.21.15.111:6826/1263117143,v1:172.21.15.111:6827/1263117143]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-30T04:45:52.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: cluster 2024-03-30T04:45:51.651379+0000 mon.a (mon.0) 1213 : cluster [DBG] osdmap e126: 8 total, 7 up, 8 in 2024-03-30T04:45:52.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: audit 2024-03-30T04:45:51.651732+0000 mon.a (mon.0) 1214 : audit [INF] from='osd.3 [v2:172.21.15.111:6826/1263117143,v1:172.21.15.111:6827/1263117143]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2024-03-30T04:45:52.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: audit 2024-03-30T04:45:51.701202+0000 mon.c (mon.1) 2721 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: audit 2024-03-30T04:45:51.703200+0000 mon.c (mon.1) 2722 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: audit 2024-03-30T04:45:51.705072+0000 mon.c (mon.1) 2723 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: audit 2024-03-30T04:45:51.705818+0000 mon.c (mon.1) 2724 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: cluster 2024-03-30T04:45:51.707348+0000 mgr.y (mgr.25441) 2836 : cluster [DBG] pgmap v1866: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: cluster 2024-03-30T04:45:51.707725+0000 mgr.y (mgr.25441) 2837 : cluster [DBG] pgmap v1867: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: audit 2024-03-30T04:45:51.830658+0000 mon.a (mon.0) 1215 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:52.832 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: audit 2024-03-30T04:45:51.964065+0000 mon.c (mon.1) 2725 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.832 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: audit 2024-03-30T04:45:51.966922+0000 mon.c (mon.1) 2726 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.832 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[73591]: audit 2024-03-30T04:45:52.151276+0000 mon.a (mon.0) 1216 : audit [INF] from='osd.3 [v2:172.21.15.111:6826/1263117143,v1:172.21.15.111:6827/1263117143]' entity='osd.3' 2024-03-30T04:45:52.832 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: audit 2024-03-30T04:45:51.502627+0000 mon.c (mon.1) 2711 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.832 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: audit 2024-03-30T04:45:51.503452+0000 mon.c (mon.1) 2712 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.832 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: cluster 2024-03-30T04:45:51.505021+0000 mgr.y (mgr.25441) 2827 : cluster [DBG] pgmap v1859: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.832 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: cluster 2024-03-30T04:45:51.505379+0000 mgr.y (mgr.25441) 2828 : cluster [DBG] pgmap v1860: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.832 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: audit 2024-03-30T04:45:51.509789+0000 mon.a (mon.0) 1209 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:52.832 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: cephadm 2024-03-30T04:45:51.513204+0000 mgr.y (mgr.25441) 2829 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.833 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: audit 2024-03-30T04:45:51.571713+0000 mon.c (mon.1) 2713 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.833 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: audit 2024-03-30T04:45:51.573898+0000 mon.c (mon.1) 2714 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.833 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: audit 2024-03-30T04:45:51.576524+0000 mon.c (mon.1) 2715 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.833 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: audit 2024-03-30T04:45:51.577307+0000 mon.c (mon.1) 2716 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.833 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: cluster 2024-03-30T04:45:51.579330+0000 mgr.y (mgr.25441) 2830 : cluster [DBG] pgmap v1861: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.833 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: cluster 2024-03-30T04:45:51.580216+0000 mgr.y (mgr.25441) 2831 : cluster [DBG] pgmap v1862: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.833 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: audit 2024-03-30T04:45:51.583630+0000 mon.a (mon.0) 1210 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:52.833 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: cephadm 2024-03-30T04:45:51.587417+0000 mgr.y (mgr.25441) 2832 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.833 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: audit 2024-03-30T04:45:51.627737+0000 mon.c (mon.1) 2717 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.833 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: audit 2024-03-30T04:45:51.630408+0000 mon.c (mon.1) 2718 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.833 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: audit 2024-03-30T04:45:51.633366+0000 mon.c (mon.1) 2719 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.833 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: audit 2024-03-30T04:45:51.634337+0000 mon.c (mon.1) 2720 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.833 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: cluster 2024-03-30T04:45:51.636502+0000 mgr.y (mgr.25441) 2833 : cluster [DBG] pgmap v1863: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.833 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: cluster 2024-03-30T04:45:51.637596+0000 mgr.y (mgr.25441) 2834 : cluster [DBG] pgmap v1864: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.834 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: audit 2024-03-30T04:45:51.641633+0000 mon.a (mon.0) 1211 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:52.834 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: cephadm 2024-03-30T04:45:51.643246+0000 mgr.y (mgr.25441) 2835 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.834 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: audit 2024-03-30T04:45:51.645540+0000 mon.a (mon.0) 1212 : audit [INF] from='osd.3 [v2:172.21.15.111:6826/1263117143,v1:172.21.15.111:6827/1263117143]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-30T04:45:52.834 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: cluster 2024-03-30T04:45:51.651379+0000 mon.a (mon.0) 1213 : cluster [DBG] osdmap e126: 8 total, 7 up, 8 in 2024-03-30T04:45:52.834 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: audit 2024-03-30T04:45:51.651732+0000 mon.a (mon.0) 1214 : audit [INF] from='osd.3 [v2:172.21.15.111:6826/1263117143,v1:172.21.15.111:6827/1263117143]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2024-03-30T04:45:52.834 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: audit 2024-03-30T04:45:51.701202+0000 mon.c (mon.1) 2721 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.834 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: audit 2024-03-30T04:45:51.703200+0000 mon.c (mon.1) 2722 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.834 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: audit 2024-03-30T04:45:51.705072+0000 mon.c (mon.1) 2723 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.834 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: audit 2024-03-30T04:45:51.705818+0000 mon.c (mon.1) 2724 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.834 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: cluster 2024-03-30T04:45:51.707348+0000 mgr.y (mgr.25441) 2836 : cluster [DBG] pgmap v1866: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.834 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: cluster 2024-03-30T04:45:51.707725+0000 mgr.y (mgr.25441) 2837 : cluster [DBG] pgmap v1867: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.834 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: audit 2024-03-30T04:45:51.830658+0000 mon.a (mon.0) 1215 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:52.834 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: audit 2024-03-30T04:45:51.964065+0000 mon.c (mon.1) 2725 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.834 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: audit 2024-03-30T04:45:51.966922+0000 mon.c (mon.1) 2726 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.834 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:52 smithi111 bash[70954]: audit 2024-03-30T04:45:52.151276+0000 mon.a (mon.0) 1216 : audit [INF] from='osd.3 [v2:172.21.15.111:6826/1263117143,v1:172.21.15.111:6827/1263117143]' entity='osd.3' 2024-03-30T04:45:52.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: cluster 2024-03-30T04:45:50.776497+0000 mgr.y (mgr.25441) 2799 : cluster [DBG] pgmap v1841: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: cluster 2024-03-30T04:45:50.776884+0000 mgr.y (mgr.25441) 2800 : cluster [DBG] pgmap v1842: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: cephadm 2024-03-30T04:45:50.783348+0000 mgr.y (mgr.25441) 2801 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: cluster 2024-03-30T04:45:50.829297+0000 mgr.y (mgr.25441) 2802 : cluster [DBG] pgmap v1843: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: cluster 2024-03-30T04:45:50.829690+0000 mgr.y (mgr.25441) 2803 : cluster [DBG] pgmap v1844: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: cephadm 2024-03-30T04:45:50.834722+0000 mgr.y (mgr.25441) 2804 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: cluster 2024-03-30T04:45:50.879966+0000 mgr.y (mgr.25441) 2805 : cluster [DBG] pgmap v1845: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: cluster 2024-03-30T04:45:50.880304+0000 mgr.y (mgr.25441) 2806 : cluster [DBG] pgmap v1846: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: cephadm 2024-03-30T04:45:50.885247+0000 mgr.y (mgr.25441) 2807 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: cluster 2024-03-30T04:45:50.930752+0000 mgr.y (mgr.25441) 2808 : cluster [DBG] pgmap v1847: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: cluster 2024-03-30T04:45:50.931134+0000 mgr.y (mgr.25441) 2809 : cluster [DBG] pgmap v1848: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: cephadm 2024-03-30T04:45:50.936380+0000 mgr.y (mgr.25441) 2810 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: cluster 2024-03-30T04:45:50.999011+0000 mgr.y (mgr.25441) 2811 : cluster [DBG] pgmap v1849: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: cluster 2024-03-30T04:45:50.999775+0000 mgr.y (mgr.25441) 2812 : cluster [DBG] pgmap v1850: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: cephadm 2024-03-30T04:45:51.007119+0000 mgr.y (mgr.25441) 2813 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: cluster 2024-03-30T04:45:51.088529+0000 mgr.y (mgr.25441) 2814 : cluster [DBG] pgmap v1851: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: cluster 2024-03-30T04:45:51.089015+0000 mgr.y (mgr.25441) 2815 : cluster [DBG] pgmap v1852: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: cephadm 2024-03-30T04:45:51.099107+0000 mgr.y (mgr.25441) 2816 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: cluster 2024-03-30T04:45:51.183161+0000 mgr.y (mgr.25441) 2817 : cluster [DBG] pgmap v1853: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: cluster 2024-03-30T04:45:51.184034+0000 mgr.y (mgr.25441) 2818 : cluster [DBG] pgmap v1854: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: cephadm 2024-03-30T04:45:51.190868+0000 mgr.y (mgr.25441) 2819 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: cluster 2024-03-30T04:45:51.274611+0000 mgr.y (mgr.25441) 2820 : cluster [DBG] pgmap v1855: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 18 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: cluster 2024-03-30T04:45:51.274891+0000 mgr.y (mgr.25441) 2821 : cluster [DBG] pgmap v1856: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 18 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: cephadm 2024-03-30T04:45:51.283339+0000 mgr.y (mgr.25441) 2822 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: audit 2024-03-30T04:45:51.338777+0000 mgr.y (mgr.25441) 2823 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:52.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: audit 2024-03-30T04:45:51.383563+0000 mon.c (mon.1) 2708 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: cluster 2024-03-30T04:45:51.387419+0000 mgr.y (mgr.25441) 2824 : cluster [DBG] pgmap v1857: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: cluster 2024-03-30T04:45:51.388400+0000 mgr.y (mgr.25441) 2825 : cluster [DBG] pgmap v1858: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: audit 2024-03-30T04:45:51.416320+0000 mon.a (mon.0) 1208 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:52.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: cephadm 2024-03-30T04:45:51.420730+0000 mgr.y (mgr.25441) 2826 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: audit 2024-03-30T04:45:51.496839+0000 mon.c (mon.1) 2709 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: audit 2024-03-30T04:45:51.499396+0000 mon.c (mon.1) 2710 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: audit 2024-03-30T04:45:51.502627+0000 mon.c (mon.1) 2711 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: audit 2024-03-30T04:45:51.503452+0000 mon.c (mon.1) 2712 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: cluster 2024-03-30T04:45:51.505021+0000 mgr.y (mgr.25441) 2827 : cluster [DBG] pgmap v1859: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: cluster 2024-03-30T04:45:51.505379+0000 mgr.y (mgr.25441) 2828 : cluster [DBG] pgmap v1860: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: audit 2024-03-30T04:45:51.509789+0000 mon.a (mon.0) 1209 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:52.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: cephadm 2024-03-30T04:45:51.513204+0000 mgr.y (mgr.25441) 2829 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: audit 2024-03-30T04:45:51.571713+0000 mon.c (mon.1) 2713 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: audit 2024-03-30T04:45:51.573898+0000 mon.c (mon.1) 2714 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: audit 2024-03-30T04:45:51.576524+0000 mon.c (mon.1) 2715 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: audit 2024-03-30T04:45:51.577307+0000 mon.c (mon.1) 2716 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: cluster 2024-03-30T04:45:51.579330+0000 mgr.y (mgr.25441) 2830 : cluster [DBG] pgmap v1861: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: cluster 2024-03-30T04:45:51.580216+0000 mgr.y (mgr.25441) 2831 : cluster [DBG] pgmap v1862: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: audit 2024-03-30T04:45:51.583630+0000 mon.a (mon.0) 1210 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:52.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: cephadm 2024-03-30T04:45:51.587417+0000 mgr.y (mgr.25441) 2832 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: audit 2024-03-30T04:45:51.627737+0000 mon.c (mon.1) 2717 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: audit 2024-03-30T04:45:51.630408+0000 mon.c (mon.1) 2718 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: audit 2024-03-30T04:45:51.633366+0000 mon.c (mon.1) 2719 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: audit 2024-03-30T04:45:51.634337+0000 mon.c (mon.1) 2720 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: cluster 2024-03-30T04:45:51.636502+0000 mgr.y (mgr.25441) 2833 : cluster [DBG] pgmap v1863: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: cluster 2024-03-30T04:45:51.637596+0000 mgr.y (mgr.25441) 2834 : cluster [DBG] pgmap v1864: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: audit 2024-03-30T04:45:51.641633+0000 mon.a (mon.0) 1211 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:52.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: cephadm 2024-03-30T04:45:51.643246+0000 mgr.y (mgr.25441) 2835 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: audit 2024-03-30T04:45:51.645540+0000 mon.a (mon.0) 1212 : audit [INF] from='osd.3 [v2:172.21.15.111:6826/1263117143,v1:172.21.15.111:6827/1263117143]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-30T04:45:52.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: cluster 2024-03-30T04:45:51.651379+0000 mon.a (mon.0) 1213 : cluster [DBG] osdmap e126: 8 total, 7 up, 8 in 2024-03-30T04:45:52.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: audit 2024-03-30T04:45:51.651732+0000 mon.a (mon.0) 1214 : audit [INF] from='osd.3 [v2:172.21.15.111:6826/1263117143,v1:172.21.15.111:6827/1263117143]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2024-03-30T04:45:52.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: audit 2024-03-30T04:45:51.701202+0000 mon.c (mon.1) 2721 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: audit 2024-03-30T04:45:51.703200+0000 mon.c (mon.1) 2722 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: audit 2024-03-30T04:45:51.705072+0000 mon.c (mon.1) 2723 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: audit 2024-03-30T04:45:51.705818+0000 mon.c (mon.1) 2724 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: cluster 2024-03-30T04:45:51.707348+0000 mgr.y (mgr.25441) 2836 : cluster [DBG] pgmap v1866: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: cluster 2024-03-30T04:45:51.707725+0000 mgr.y (mgr.25441) 2837 : cluster [DBG] pgmap v1867: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:52.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: audit 2024-03-30T04:45:51.830658+0000 mon.a (mon.0) 1215 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:52.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: audit 2024-03-30T04:45:51.964065+0000 mon.c (mon.1) 2725 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: audit 2024-03-30T04:45:51.966922+0000 mon.c (mon.1) 2726 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:52 smithi117 bash[62284]: audit 2024-03-30T04:45:52.151276+0000 mon.a (mon.0) 1216 : audit [INF] from='osd.3 [v2:172.21.15.111:6826/1263117143,v1:172.21.15.111:6827/1263117143]' entity='osd.3' 2024-03-30T04:45:53.334 INFO:teuthology.orchestra.run.smithi111.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:45:53.334 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi111 smithi111 running 0s ago 20m - - 2024-03-30T04:45:53.334 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi117 smithi117 running 15s ago 20m - - 2024-03-30T04:45:53.334 INFO:teuthology.orchestra.run.smithi111.stdout:alertmanager.a smithi111 *:9093,9094 running (6m) 0s ago 13m 14.0M - 0.23.0 ba2b418f427c 1324aeb3a452 2024-03-30T04:45:53.334 INFO:teuthology.orchestra.run.smithi111.stdout:grafana.a smithi117 *:3000 error 15s ago 12m - - 2024-03-30T04:45:53.334 INFO:teuthology.orchestra.run.smithi111.stdout:iscsi.foo.smithi111.fmwmll smithi111 running (5m) 0s ago 11m 44.1M - 3.5 e1d6a67b021e 429bab8e2057 2024-03-30T04:45:53.334 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.x smithi117 *:8443,9283,8765 running (4m) 15s ago 19m 437M - 19.0.0-2493-gd82c9aa1 3714003597ec 42ebd55da4b4 2024-03-30T04:45:53.334 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.y smithi111 *:8443,9283,8765 running (5m) 0s ago 21m 518M - 19.0.0-2493-gd82c9aa1 3714003597ec fa84fb31d2a4 2024-03-30T04:45:53.335 INFO:teuthology.orchestra.run.smithi111.stdout:mon.a smithi111 running (4m) 0s ago 21m 101M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 896c96f933ff 2024-03-30T04:45:53.335 INFO:teuthology.orchestra.run.smithi111.stdout:mon.b smithi117 running (3m) 15s ago 19m 48.1M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 60f10ffc2128 2024-03-30T04:45:53.335 INFO:teuthology.orchestra.run.smithi111.stdout:mon.c smithi111 running (3m) 0s ago 19m 58.2M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 385ecbe45d43 2024-03-30T04:45:53.335 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.a smithi111 *:9100 running (6m) 0s ago 13m 11.4M - 1.3.1 1dbe0e931976 6370ea39ede2 2024-03-30T04:45:53.335 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.b smithi117 *:9100 running (6m) 15s ago 13m 9539k - 1.3.1 1dbe0e931976 038bdefec2fb 2024-03-30T04:45:53.335 INFO:teuthology.orchestra.run.smithi111.stdout:osd.0 smithi111 running (2m) 0s ago 19m 50.1M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec c83a5c211a2a 2024-03-30T04:45:53.335 INFO:teuthology.orchestra.run.smithi111.stdout:osd.1 smithi111 running (87s) 0s ago 18m 56.0M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 72f709306a82 2024-03-30T04:45:53.335 INFO:teuthology.orchestra.run.smithi111.stdout:osd.2 smithi111 running (48s) 0s ago 17m 45.2M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 4812fabf499a 2024-03-30T04:45:53.335 INFO:teuthology.orchestra.run.smithi111.stdout:osd.3 smithi111 running (8s) 0s ago 17m 11.9M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec d39d23268f95 2024-03-30T04:45:53.335 INFO:teuthology.orchestra.run.smithi111.stdout:osd.4 smithi117 running (16m) 15s ago 16m 64.7M 4096M 17.2.0 e1d6a67b021e dfb36784cb06 2024-03-30T04:45:53.335 INFO:teuthology.orchestra.run.smithi111.stdout:osd.5 smithi117 running (16m) 15s ago 16m 60.5M 4096M 17.2.0 e1d6a67b021e 232d5fd01e16 2024-03-30T04:45:53.335 INFO:teuthology.orchestra.run.smithi111.stdout:osd.6 smithi117 running (15m) 15s ago 15m 57.7M 4096M 17.2.0 e1d6a67b021e 393ee9af633e 2024-03-30T04:45:53.335 INFO:teuthology.orchestra.run.smithi111.stdout:osd.7 smithi117 running (14m) 15s ago 14m 64.3M 4096M 17.2.0 e1d6a67b021e f9f3a86e8182 2024-03-30T04:45:53.335 INFO:teuthology.orchestra.run.smithi111.stdout:prometheus.a smithi117 *:9095 running (5m) 15s ago 13m 66.1M - 2.33.4 514e6a882f6e e0486046291e 2024-03-30T04:45:53.336 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi111.gqpgtc smithi111 *:8000 running (11m) 0s ago 11m 88.0M - 17.2.0 e1d6a67b021e e51a6fac1b59 2024-03-30T04:45:53.336 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi117.nijpsz smithi117 *:8000 running (11m) 15s ago 11m 87.9M - 17.2.0 e1d6a67b021e bd8939f98ae0 2024-03-30T04:45:53.336 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi111.nqgkvi smithi111 *:80 running (11m) 0s ago 11m 88.0M - 17.2.0 e1d6a67b021e 4dd1cc17abca 2024-03-30T04:45:53.336 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi117.wrgldy smithi117 *:80 running (11m) 15s ago 11m 87.7M - 17.2.0 e1d6a67b021e 1bff1faa59ec 2024-03-30T04:45:53.615 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[65893]: debug 2024-03-30T04:45:53.378+0000 7f81a1b9f700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2024-03-30T04:45:53.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: cephadm 2024-03-30T04:45:51.888102+0000 mgr.y (mgr.25441) 2838 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:52.491151+0000 mon.a (mon.0) 1217 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:52.493366+0000 mgr.y (mgr.25441) 2839 : audit [DBG] from='client.34410 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:53.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:52.500036+0000 mon.a (mon.0) 1218 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:52.590759+0000 mon.a (mon.0) 1219 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:52.599302+0000 mon.a (mon.0) 1220 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:52.601311+0000 mon.c (mon.1) 2727 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:52.602197+0000 mon.c (mon.1) 2728 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: cluster 2024-03-30T04:45:52.604146+0000 mgr.y (mgr.25441) 2840 : cluster [DBG] pgmap v1868: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:53.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: cluster 2024-03-30T04:45:52.604528+0000 mgr.y (mgr.25441) 2841 : cluster [DBG] pgmap v1869: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:53.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:52.609893+0000 mon.a (mon.0) 1221 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: cephadm 2024-03-30T04:45:52.610608+0000 mgr.y (mgr.25441) 2842 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:52.667758+0000 mon.c (mon.1) 2729 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:52.669920+0000 mon.c (mon.1) 2730 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:52.672347+0000 mon.c (mon.1) 2731 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:52.673089+0000 mon.c (mon.1) 2732 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: cluster 2024-03-30T04:45:52.674530+0000 mgr.y (mgr.25441) 2843 : cluster [DBG] pgmap v1870: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:53.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: cluster 2024-03-30T04:45:52.674946+0000 mgr.y (mgr.25441) 2844 : cluster [DBG] pgmap v1871: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:53.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:52.680051+0000 mon.a (mon.0) 1222 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: cephadm 2024-03-30T04:45:52.681304+0000 mgr.y (mgr.25441) 2845 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:52.738536+0000 mon.c (mon.1) 2733 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:52.740921+0000 mon.c (mon.1) 2734 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:52.743046+0000 mon.c (mon.1) 2735 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:52.743776+0000 mon.c (mon.1) 2736 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: cluster 2024-03-30T04:45:52.745426+0000 mgr.y (mgr.25441) 2846 : cluster [DBG] pgmap v1872: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:53.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: cluster 2024-03-30T04:45:52.746430+0000 mgr.y (mgr.25441) 2847 : cluster [DBG] pgmap v1873: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:53.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:52.750763+0000 mon.a (mon.0) 1223 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: cephadm 2024-03-30T04:45:52.752516+0000 mgr.y (mgr.25441) 2848 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:52.809839+0000 mon.c (mon.1) 2737 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:52.811904+0000 mon.c (mon.1) 2738 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:52.813909+0000 mon.c (mon.1) 2739 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:52.814678+0000 mon.c (mon.1) 2740 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:52.822294+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:52.903408+0000 mon.c (mon.1) 2741 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:52.906028+0000 mon.c (mon.1) 2742 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:52.908401+0000 mon.c (mon.1) 2743 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:52.909105+0000 mon.c (mon.1) 2744 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:52.917909+0000 mon.a (mon.0) 1225 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:52.978792+0000 mon.c (mon.1) 2745 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:52.981354+0000 mon.c (mon.1) 2746 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:52.983781+0000 mon.c (mon.1) 2747 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:52.985355+0000 mon.c (mon.1) 2748 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:52.991647+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:53.032983+0000 mon.c (mon.1) 2749 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:53.034921+0000 mon.c (mon.1) 2750 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:53.036808+0000 mon.c (mon.1) 2751 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:53.037551+0000 mon.c (mon.1) 2752 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:53.044411+0000 mon.a (mon.0) 1227 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:53.107979+0000 mon.c (mon.1) 2753 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:53.110436+0000 mon.c (mon.1) 2754 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:53.113046+0000 mon.c (mon.1) 2755 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:53.113817+0000 mon.c (mon.1) 2756 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:53.121586+0000 mon.a (mon.0) 1228 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: cluster 2024-03-30T04:45:53.149377+0000 mon.a (mon.0) 1229 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:45:53.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: cluster 2024-03-30T04:45:53.154022+0000 mon.a (mon.0) 1230 : cluster [INF] osd.3 [v2:172.21.15.111:6826/1263117143,v1:172.21.15.111:6827/1263117143] boot 2024-03-30T04:45:53.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: cluster 2024-03-30T04:45:53.157915+0000 mon.a (mon.0) 1231 : cluster [DBG] osdmap e127: 8 total, 8 up, 8 in 2024-03-30T04:45:53.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:53.166303+0000 mon.c (mon.1) 2757 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:45:53.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:53.192090+0000 mon.c (mon.1) 2758 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:53.194581+0000 mon.c (mon.1) 2759 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:53.198609+0000 mon.c (mon.1) 2760 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:53.199942+0000 mon.c (mon.1) 2761 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:53.208725+0000 mon.a (mon.0) 1232 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:53.296822+0000 mon.c (mon.1) 2762 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:53.298786+0000 mon.c (mon.1) 2763 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:53.300735+0000 mon.c (mon.1) 2764 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:53.301446+0000 mon.c (mon.1) 2765 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:53.308587+0000 mon.a (mon.0) 1233 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:53.315039+0000 mon.a (mon.0) 1234 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:53.324921+0000 mon.a (mon.0) 1235 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:53.332868+0000 mon.a (mon.0) 1236 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:53.378786+0000 mon.c (mon.1) 2766 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:53.381182+0000 mon.c (mon.1) 2767 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:53.382733+0000 mon.c (mon.1) 2768 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:53.383854+0000 mon.c (mon.1) 2769 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[70954]: audit 2024-03-30T04:45:53.385520+0000 mon.c (mon.1) 2770 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-30T04:45:53.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: cephadm 2024-03-30T04:45:51.888102+0000 mgr.y (mgr.25441) 2838 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:52.491151+0000 mon.a (mon.0) 1217 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:52.493366+0000 mgr.y (mgr.25441) 2839 : audit [DBG] from='client.34410 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:53.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:52.500036+0000 mon.a (mon.0) 1218 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:52.590759+0000 mon.a (mon.0) 1219 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:52.599302+0000 mon.a (mon.0) 1220 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:52.601311+0000 mon.c (mon.1) 2727 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:52.602197+0000 mon.c (mon.1) 2728 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: cluster 2024-03-30T04:45:52.604146+0000 mgr.y (mgr.25441) 2840 : cluster [DBG] pgmap v1868: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:53.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: cluster 2024-03-30T04:45:52.604528+0000 mgr.y (mgr.25441) 2841 : cluster [DBG] pgmap v1869: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:53.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:52.609893+0000 mon.a (mon.0) 1221 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: cephadm 2024-03-30T04:45:52.610608+0000 mgr.y (mgr.25441) 2842 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:52.667758+0000 mon.c (mon.1) 2729 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:52.669920+0000 mon.c (mon.1) 2730 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:52.672347+0000 mon.c (mon.1) 2731 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:52.673089+0000 mon.c (mon.1) 2732 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: cluster 2024-03-30T04:45:52.674530+0000 mgr.y (mgr.25441) 2843 : cluster [DBG] pgmap v1870: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:53.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: cluster 2024-03-30T04:45:52.674946+0000 mgr.y (mgr.25441) 2844 : cluster [DBG] pgmap v1871: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:53.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:52.680051+0000 mon.a (mon.0) 1222 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: cephadm 2024-03-30T04:45:52.681304+0000 mgr.y (mgr.25441) 2845 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:52.738536+0000 mon.c (mon.1) 2733 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:52.740921+0000 mon.c (mon.1) 2734 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:52.743046+0000 mon.c (mon.1) 2735 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:52.743776+0000 mon.c (mon.1) 2736 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: cluster 2024-03-30T04:45:52.745426+0000 mgr.y (mgr.25441) 2846 : cluster [DBG] pgmap v1872: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:53.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: cluster 2024-03-30T04:45:52.746430+0000 mgr.y (mgr.25441) 2847 : cluster [DBG] pgmap v1873: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:53.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:52.750763+0000 mon.a (mon.0) 1223 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: cephadm 2024-03-30T04:45:52.752516+0000 mgr.y (mgr.25441) 2848 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:52.809839+0000 mon.c (mon.1) 2737 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:52.811904+0000 mon.c (mon.1) 2738 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:52.813909+0000 mon.c (mon.1) 2739 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:52.814678+0000 mon.c (mon.1) 2740 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:52.822294+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:52.903408+0000 mon.c (mon.1) 2741 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:52.906028+0000 mon.c (mon.1) 2742 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:52.908401+0000 mon.c (mon.1) 2743 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:52.909105+0000 mon.c (mon.1) 2744 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:52.917909+0000 mon.a (mon.0) 1225 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:52.978792+0000 mon.c (mon.1) 2745 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:52.981354+0000 mon.c (mon.1) 2746 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:52.983781+0000 mon.c (mon.1) 2747 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:52.985355+0000 mon.c (mon.1) 2748 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:52.991647+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:53.032983+0000 mon.c (mon.1) 2749 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:53.034921+0000 mon.c (mon.1) 2750 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:53.036808+0000 mon.c (mon.1) 2751 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:53.037551+0000 mon.c (mon.1) 2752 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:53.044411+0000 mon.a (mon.0) 1227 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:53.107979+0000 mon.c (mon.1) 2753 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:53.110436+0000 mon.c (mon.1) 2754 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:53.113046+0000 mon.c (mon.1) 2755 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:53.113817+0000 mon.c (mon.1) 2756 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:53.121586+0000 mon.a (mon.0) 1228 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: cluster 2024-03-30T04:45:53.149377+0000 mon.a (mon.0) 1229 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:45:53.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: cluster 2024-03-30T04:45:53.154022+0000 mon.a (mon.0) 1230 : cluster [INF] osd.3 [v2:172.21.15.111:6826/1263117143,v1:172.21.15.111:6827/1263117143] boot 2024-03-30T04:45:53.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: cluster 2024-03-30T04:45:53.157915+0000 mon.a (mon.0) 1231 : cluster [DBG] osdmap e127: 8 total, 8 up, 8 in 2024-03-30T04:45:53.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:53.166303+0000 mon.c (mon.1) 2757 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:45:53.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:53.192090+0000 mon.c (mon.1) 2758 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:53.194581+0000 mon.c (mon.1) 2759 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:53.198609+0000 mon.c (mon.1) 2760 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:53.199942+0000 mon.c (mon.1) 2761 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:53.208725+0000 mon.a (mon.0) 1232 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:53.296822+0000 mon.c (mon.1) 2762 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:53.298786+0000 mon.c (mon.1) 2763 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:53.300735+0000 mon.c (mon.1) 2764 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:53.301446+0000 mon.c (mon.1) 2765 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:53.308587+0000 mon.a (mon.0) 1233 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:53.315039+0000 mon.a (mon.0) 1234 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:53.324921+0000 mon.a (mon.0) 1235 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:53.332868+0000 mon.a (mon.0) 1236 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:53.378786+0000 mon.c (mon.1) 2766 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:53.381182+0000 mon.c (mon.1) 2767 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:53.382733+0000 mon.c (mon.1) 2768 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:53.383854+0000 mon.c (mon.1) 2769 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:53 smithi111 bash[73591]: audit 2024-03-30T04:45:53.385520+0000 mon.c (mon.1) 2770 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-30T04:45:53.757 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:45:53.757 INFO:teuthology.orchestra.run.smithi111.stdout: "mon": { 2024-03-30T04:45:53.758 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:45:53.758 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:45:53.758 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr": { 2024-03-30T04:45:53.758 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:45:53.758 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:45:53.758 INFO:teuthology.orchestra.run.smithi111.stdout: "osd": { 2024-03-30T04:45:53.758 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2024-03-30T04:45:53.758 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 4 2024-03-30T04:45:53.758 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:45:53.758 INFO:teuthology.orchestra.run.smithi111.stdout: "rgw": { 2024-03-30T04:45:53.758 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:45:53.758 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:45:53.758 INFO:teuthology.orchestra.run.smithi111.stdout: "overall": { 2024-03-30T04:45:53.758 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8, 2024-03-30T04:45:53.759 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 9 2024-03-30T04:45:53.759 INFO:teuthology.orchestra.run.smithi111.stdout: } 2024-03-30T04:45:53.759 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:45:53.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: cephadm 2024-03-30T04:45:51.888102+0000 mgr.y (mgr.25441) 2838 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:52.491151+0000 mon.a (mon.0) 1217 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:52.493366+0000 mgr.y (mgr.25441) 2839 : audit [DBG] from='client.34410 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:52.500036+0000 mon.a (mon.0) 1218 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:52.590759+0000 mon.a (mon.0) 1219 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:52.599302+0000 mon.a (mon.0) 1220 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:52.601311+0000 mon.c (mon.1) 2727 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:52.602197+0000 mon.c (mon.1) 2728 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: cluster 2024-03-30T04:45:52.604146+0000 mgr.y (mgr.25441) 2840 : cluster [DBG] pgmap v1868: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: cluster 2024-03-30T04:45:52.604528+0000 mgr.y (mgr.25441) 2841 : cluster [DBG] pgmap v1869: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:52.609893+0000 mon.a (mon.0) 1221 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: cephadm 2024-03-30T04:45:52.610608+0000 mgr.y (mgr.25441) 2842 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:52.667758+0000 mon.c (mon.1) 2729 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:52.669920+0000 mon.c (mon.1) 2730 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:52.672347+0000 mon.c (mon.1) 2731 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:52.673089+0000 mon.c (mon.1) 2732 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: cluster 2024-03-30T04:45:52.674530+0000 mgr.y (mgr.25441) 2843 : cluster [DBG] pgmap v1870: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: cluster 2024-03-30T04:45:52.674946+0000 mgr.y (mgr.25441) 2844 : cluster [DBG] pgmap v1871: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:52.680051+0000 mon.a (mon.0) 1222 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: cephadm 2024-03-30T04:45:52.681304+0000 mgr.y (mgr.25441) 2845 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:52.738536+0000 mon.c (mon.1) 2733 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:52.740921+0000 mon.c (mon.1) 2734 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:52.743046+0000 mon.c (mon.1) 2735 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:52.743776+0000 mon.c (mon.1) 2736 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: cluster 2024-03-30T04:45:52.745426+0000 mgr.y (mgr.25441) 2846 : cluster [DBG] pgmap v1872: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: cluster 2024-03-30T04:45:52.746430+0000 mgr.y (mgr.25441) 2847 : cluster [DBG] pgmap v1873: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:52.750763+0000 mon.a (mon.0) 1223 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: cephadm 2024-03-30T04:45:52.752516+0000 mgr.y (mgr.25441) 2848 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:52.809839+0000 mon.c (mon.1) 2737 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:52.811904+0000 mon.c (mon.1) 2738 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:52.813909+0000 mon.c (mon.1) 2739 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:52.814678+0000 mon.c (mon.1) 2740 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:52.822294+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:52.903408+0000 mon.c (mon.1) 2741 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:52.906028+0000 mon.c (mon.1) 2742 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:52.908401+0000 mon.c (mon.1) 2743 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:52.909105+0000 mon.c (mon.1) 2744 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:52.917909+0000 mon.a (mon.0) 1225 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:52.978792+0000 mon.c (mon.1) 2745 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:52.981354+0000 mon.c (mon.1) 2746 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:52.983781+0000 mon.c (mon.1) 2747 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:52.985355+0000 mon.c (mon.1) 2748 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:52.991647+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:53.032983+0000 mon.c (mon.1) 2749 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:53.034921+0000 mon.c (mon.1) 2750 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:53.036808+0000 mon.c (mon.1) 2751 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:53.037551+0000 mon.c (mon.1) 2752 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:53.044411+0000 mon.a (mon.0) 1227 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:53.107979+0000 mon.c (mon.1) 2753 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:53.110436+0000 mon.c (mon.1) 2754 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:53.113046+0000 mon.c (mon.1) 2755 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:53.113817+0000 mon.c (mon.1) 2756 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:53.121586+0000 mon.a (mon.0) 1228 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: cluster 2024-03-30T04:45:53.149377+0000 mon.a (mon.0) 1229 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:45:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: cluster 2024-03-30T04:45:53.154022+0000 mon.a (mon.0) 1230 : cluster [INF] osd.3 [v2:172.21.15.111:6826/1263117143,v1:172.21.15.111:6827/1263117143] boot 2024-03-30T04:45:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: cluster 2024-03-30T04:45:53.157915+0000 mon.a (mon.0) 1231 : cluster [DBG] osdmap e127: 8 total, 8 up, 8 in 2024-03-30T04:45:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:53.166303+0000 mon.c (mon.1) 2757 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:45:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:53.192090+0000 mon.c (mon.1) 2758 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:53.194581+0000 mon.c (mon.1) 2759 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:53.198609+0000 mon.c (mon.1) 2760 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:53.199942+0000 mon.c (mon.1) 2761 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:53.208725+0000 mon.a (mon.0) 1232 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:53.296822+0000 mon.c (mon.1) 2762 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:53.298786+0000 mon.c (mon.1) 2763 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:53.300735+0000 mon.c (mon.1) 2764 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:53.301446+0000 mon.c (mon.1) 2765 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:53.308587+0000 mon.a (mon.0) 1233 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:53.315039+0000 mon.a (mon.0) 1234 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:53.324921+0000 mon.a (mon.0) 1235 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:53.332868+0000 mon.a (mon.0) 1236 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:53.378786+0000 mon.c (mon.1) 2766 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:53.381182+0000 mon.c (mon.1) 2767 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:53.382733+0000 mon.c (mon.1) 2768 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:53.383854+0000 mon.c (mon.1) 2769 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:53 smithi117 bash[62284]: audit 2024-03-30T04:45:53.385520+0000 mon.c (mon.1) 2770 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-30T04:45:54.105 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:45:54.105 INFO:teuthology.orchestra.run.smithi111.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962", 2024-03-30T04:45:54.105 INFO:teuthology.orchestra.run.smithi111.stdout: "in_progress": true, 2024-03-30T04:45:54.105 INFO:teuthology.orchestra.run.smithi111.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:45:54.105 INFO:teuthology.orchestra.run.smithi111.stdout: "services_complete": [ 2024-03-30T04:45:54.105 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr", 2024-03-30T04:45:54.105 INFO:teuthology.orchestra.run.smithi111.stdout: "mon" 2024-03-30T04:45:54.105 INFO:teuthology.orchestra.run.smithi111.stdout: ], 2024-03-30T04:45:54.105 INFO:teuthology.orchestra.run.smithi111.stdout: "progress": "9/23 daemons upgraded", 2024-03-30T04:45:54.105 INFO:teuthology.orchestra.run.smithi111.stdout: "message": "Currently upgrading osd daemons", 2024-03-30T04:45:54.105 INFO:teuthology.orchestra.run.smithi111.stdout: "is_paused": false 2024-03-30T04:45:54.105 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:45:54.545 INFO:teuthology.orchestra.run.smithi111.stdout:HEALTH_WARN 1 failed cephadm daemon(s); Degraded data redundancy: 95/726 objects degraded (13.085%), 26 pgs degraded 2024-03-30T04:45:54.545 INFO:teuthology.orchestra.run.smithi111.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:45:54.545 INFO:teuthology.orchestra.run.smithi111.stdout: daemon grafana.a on smithi117 is in error state 2024-03-30T04:45:54.545 INFO:teuthology.orchestra.run.smithi111.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 95/726 objects degraded (13.085%), 26 pgs degraded 2024-03-30T04:45:54.545 INFO:teuthology.orchestra.run.smithi111.stdout: pg 2.1 is active+undersized+degraded, acting [2,0] 2024-03-30T04:45:54.545 INFO:teuthology.orchestra.run.smithi111.stdout: pg 2.9 is active+undersized+degraded, acting [1,7] 2024-03-30T04:45:54.545 INFO:teuthology.orchestra.run.smithi111.stdout: pg 2.a is active+undersized+degraded, acting [1,7] 2024-03-30T04:45:54.545 INFO:teuthology.orchestra.run.smithi111.stdout: pg 2.12 is active+undersized+degraded, acting [5,7] 2024-03-30T04:45:54.545 INFO:teuthology.orchestra.run.smithi111.stdout: pg 2.13 is active+undersized+degraded, acting [0,4] 2024-03-30T04:45:54.545 INFO:teuthology.orchestra.run.smithi111.stdout: pg 2.1e is active+undersized+degraded, acting [0,5] 2024-03-30T04:45:54.545 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.1 is active+undersized+degraded, acting [0,4] 2024-03-30T04:45:54.545 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.2 is active+undersized+degraded, acting [5,6] 2024-03-30T04:45:54.545 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.5 is active+undersized+degraded, acting [5,2] 2024-03-30T04:45:54.545 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.7 is active+undersized+degraded, acting [7,0] 2024-03-30T04:45:54.546 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.8 is active+undersized+degraded, acting [1,7] 2024-03-30T04:45:54.546 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.b is active+undersized+degraded, acting [0,4] 2024-03-30T04:45:54.546 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.c is active+undersized+degraded, acting [5,6] 2024-03-30T04:45:54.546 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.12 is active+undersized+degraded, acting [0,7] 2024-03-30T04:45:54.546 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.15 is active+undersized+degraded, acting [7,4] 2024-03-30T04:45:54.546 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.17 is active+undersized+degraded, acting [0,5] 2024-03-30T04:45:54.546 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.18 is active+undersized+degraded, acting [0,1] 2024-03-30T04:45:54.546 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.19 is active+undersized+degraded, acting [1,4] 2024-03-30T04:45:54.546 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.1e is active+undersized+degraded, acting [6,2] 2024-03-30T04:45:54.546 INFO:teuthology.orchestra.run.smithi111.stdout: pg 4.0 is active+undersized+degraded, acting [7,0] 2024-03-30T04:45:54.546 INFO:teuthology.orchestra.run.smithi111.stdout: pg 4.9 is active+undersized+degraded, acting [4,1] 2024-03-30T04:45:54.546 INFO:teuthology.orchestra.run.smithi111.stdout: pg 4.14 is active+undersized+degraded, acting [1,7] 2024-03-30T04:45:54.546 INFO:teuthology.orchestra.run.smithi111.stdout: pg 4.15 is active+undersized+degraded, acting [5,7] 2024-03-30T04:45:54.546 INFO:teuthology.orchestra.run.smithi111.stdout: pg 5.17 is active+undersized+degraded, acting [1,7] 2024-03-30T04:45:54.547 INFO:teuthology.orchestra.run.smithi111.stdout: pg 5.1c is active+undersized+degraded, acting [4,2] 2024-03-30T04:45:54.547 INFO:teuthology.orchestra.run.smithi111.stdout: pg 6.c is active+undersized+degraded, acting [6,5] 2024-03-30T04:45:54.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[70954]: cluster 2024-03-30T04:45:52.816212+0000 mgr.y (mgr.25441) 2849 : cluster [DBG] pgmap v1874: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:54.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[70954]: cluster 2024-03-30T04:45:52.816604+0000 mgr.y (mgr.25441) 2850 : cluster [DBG] pgmap v1875: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:54.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[70954]: cephadm 2024-03-30T04:45:52.824203+0000 mgr.y (mgr.25441) 2851 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[70954]: audit 2024-03-30T04:45:52.908182+0000 mgr.y (mgr.25441) 2852 : audit [DBG] from='client.34416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:54.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[70954]: cluster 2024-03-30T04:45:52.910837+0000 mgr.y (mgr.25441) 2853 : cluster [DBG] pgmap v1876: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:54.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[70954]: cluster 2024-03-30T04:45:52.911252+0000 mgr.y (mgr.25441) 2854 : cluster [DBG] pgmap v1877: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:54.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[70954]: cephadm 2024-03-30T04:45:52.918675+0000 mgr.y (mgr.25441) 2855 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[70954]: cluster 2024-03-30T04:45:52.987704+0000 mgr.y (mgr.25441) 2856 : cluster [DBG] pgmap v1878: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:54.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[70954]: cephadm 2024-03-30T04:45:52.992447+0000 mgr.y (mgr.25441) 2857 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[70954]: cluster 2024-03-30T04:45:53.039127+0000 mgr.y (mgr.25441) 2858 : cluster [DBG] pgmap v1879: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:54.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[70954]: cluster 2024-03-30T04:45:53.039445+0000 mgr.y (mgr.25441) 2859 : cluster [DBG] pgmap v1880: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:54.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[70954]: cephadm 2024-03-30T04:45:53.045321+0000 mgr.y (mgr.25441) 2860 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[70954]: cluster 2024-03-30T04:45:53.115261+0000 mgr.y (mgr.25441) 2861 : cluster [DBG] pgmap v1881: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:54.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[70954]: cluster 2024-03-30T04:45:53.115638+0000 mgr.y (mgr.25441) 2862 : cluster [DBG] pgmap v1882: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:54.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[70954]: cephadm 2024-03-30T04:45:53.122405+0000 mgr.y (mgr.25441) 2863 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[73591]: cluster 2024-03-30T04:45:52.816212+0000 mgr.y (mgr.25441) 2849 : cluster [DBG] pgmap v1874: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:54.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[73591]: cluster 2024-03-30T04:45:52.816604+0000 mgr.y (mgr.25441) 2850 : cluster [DBG] pgmap v1875: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:54.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[73591]: cephadm 2024-03-30T04:45:52.824203+0000 mgr.y (mgr.25441) 2851 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[73591]: audit 2024-03-30T04:45:52.908182+0000 mgr.y (mgr.25441) 2852 : audit [DBG] from='client.34416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:54.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[73591]: cluster 2024-03-30T04:45:52.910837+0000 mgr.y (mgr.25441) 2853 : cluster [DBG] pgmap v1876: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:54.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[73591]: cluster 2024-03-30T04:45:52.911252+0000 mgr.y (mgr.25441) 2854 : cluster [DBG] pgmap v1877: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:54.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[73591]: cephadm 2024-03-30T04:45:52.918675+0000 mgr.y (mgr.25441) 2855 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[73591]: cluster 2024-03-30T04:45:52.987704+0000 mgr.y (mgr.25441) 2856 : cluster [DBG] pgmap v1878: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:54.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[73591]: cephadm 2024-03-30T04:45:52.992447+0000 mgr.y (mgr.25441) 2857 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[73591]: cluster 2024-03-30T04:45:53.039127+0000 mgr.y (mgr.25441) 2858 : cluster [DBG] pgmap v1879: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:54.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[73591]: cluster 2024-03-30T04:45:53.039445+0000 mgr.y (mgr.25441) 2859 : cluster [DBG] pgmap v1880: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:54.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[73591]: cephadm 2024-03-30T04:45:53.045321+0000 mgr.y (mgr.25441) 2860 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[73591]: cluster 2024-03-30T04:45:53.115261+0000 mgr.y (mgr.25441) 2861 : cluster [DBG] pgmap v1881: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:54.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[73591]: cluster 2024-03-30T04:45:53.115638+0000 mgr.y (mgr.25441) 2862 : cluster [DBG] pgmap v1882: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:54.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[73591]: cephadm 2024-03-30T04:45:53.122405+0000 mgr.y (mgr.25441) 2863 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[70954]: cluster 2024-03-30T04:45:53.202892+0000 mgr.y (mgr.25441) 2864 : cluster [DBG] pgmap v1884: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:54.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[70954]: cephadm 2024-03-30T04:45:53.210315+0000 mgr.y (mgr.25441) 2865 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[70954]: cluster 2024-03-30T04:45:53.302840+0000 mgr.y (mgr.25441) 2866 : cluster [DBG] pgmap v1885: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:54.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[70954]: cluster 2024-03-30T04:45:53.303183+0000 mgr.y (mgr.25441) 2867 : cluster [DBG] pgmap v1886: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:54.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[70954]: cephadm 2024-03-30T04:45:53.310783+0000 mgr.y (mgr.25441) 2868 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[70954]: audit 2024-03-30T04:45:53.320238+0000 mgr.y (mgr.25441) 2869 : audit [DBG] from='client.34422 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:54.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[70954]: cluster 2024-03-30T04:45:53.327188+0000 mgr.y (mgr.25441) 2870 : cluster [DBG] pgmap v1887: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:54.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[70954]: cluster 2024-03-30T04:45:53.327598+0000 mgr.y (mgr.25441) 2871 : cluster [DBG] pgmap v1888: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:54.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[70954]: audit 2024-03-30T04:45:53.385701+0000 mgr.y (mgr.25441) 2872 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-30T04:45:54.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[70954]: cephadm 2024-03-30T04:45:53.386542+0000 mgr.y (mgr.25441) 2873 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2024-03-30T04:45:54.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[70954]: audit 2024-03-30T04:45:53.764488+0000 mon.c (mon.1) 2771 : audit [DBG] from='client.? 172.21.15.111:0/948961618' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:54.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[70954]: cluster 2024-03-30T04:45:54.158632+0000 mon.a (mon.0) 1237 : cluster [DBG] osdmap e128: 8 total, 8 up, 8 in 2024-03-30T04:45:54.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[70954]: audit 2024-03-30T04:45:54.551956+0000 mon.a (mon.0) 1238 : audit [DBG] from='client.? 172.21.15.111:0/2687706818' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:45:54.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[73591]: cluster 2024-03-30T04:45:53.202892+0000 mgr.y (mgr.25441) 2864 : cluster [DBG] pgmap v1884: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:54.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[73591]: cephadm 2024-03-30T04:45:53.210315+0000 mgr.y (mgr.25441) 2865 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[73591]: cluster 2024-03-30T04:45:53.302840+0000 mgr.y (mgr.25441) 2866 : cluster [DBG] pgmap v1885: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:54.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[73591]: cluster 2024-03-30T04:45:53.303183+0000 mgr.y (mgr.25441) 2867 : cluster [DBG] pgmap v1886: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:54.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[73591]: cephadm 2024-03-30T04:45:53.310783+0000 mgr.y (mgr.25441) 2868 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[73591]: audit 2024-03-30T04:45:53.320238+0000 mgr.y (mgr.25441) 2869 : audit [DBG] from='client.34422 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:54.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[73591]: cluster 2024-03-30T04:45:53.327188+0000 mgr.y (mgr.25441) 2870 : cluster [DBG] pgmap v1887: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:54.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[73591]: cluster 2024-03-30T04:45:53.327598+0000 mgr.y (mgr.25441) 2871 : cluster [DBG] pgmap v1888: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:54.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[73591]: audit 2024-03-30T04:45:53.385701+0000 mgr.y (mgr.25441) 2872 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-30T04:45:54.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[73591]: cephadm 2024-03-30T04:45:53.386542+0000 mgr.y (mgr.25441) 2873 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2024-03-30T04:45:54.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[73591]: audit 2024-03-30T04:45:53.764488+0000 mon.c (mon.1) 2771 : audit [DBG] from='client.? 172.21.15.111:0/948961618' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:54.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[73591]: cluster 2024-03-30T04:45:54.158632+0000 mon.a (mon.0) 1237 : cluster [DBG] osdmap e128: 8 total, 8 up, 8 in 2024-03-30T04:45:54.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:54 smithi111 bash[73591]: audit 2024-03-30T04:45:54.551956+0000 mon.a (mon.0) 1238 : audit [DBG] from='client.? 172.21.15.111:0/2687706818' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:45:54.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:54 smithi117 bash[62284]: cluster 2024-03-30T04:45:52.816212+0000 mgr.y (mgr.25441) 2849 : cluster [DBG] pgmap v1874: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:54.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:54 smithi117 bash[62284]: cluster 2024-03-30T04:45:52.816604+0000 mgr.y (mgr.25441) 2850 : cluster [DBG] pgmap v1875: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:54.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:54 smithi117 bash[62284]: cephadm 2024-03-30T04:45:52.824203+0000 mgr.y (mgr.25441) 2851 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:54 smithi117 bash[62284]: audit 2024-03-30T04:45:52.908182+0000 mgr.y (mgr.25441) 2852 : audit [DBG] from='client.34416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:54.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:54 smithi117 bash[62284]: cluster 2024-03-30T04:45:52.910837+0000 mgr.y (mgr.25441) 2853 : cluster [DBG] pgmap v1876: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:54.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:54 smithi117 bash[62284]: cluster 2024-03-30T04:45:52.911252+0000 mgr.y (mgr.25441) 2854 : cluster [DBG] pgmap v1877: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:54.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:54 smithi117 bash[62284]: cephadm 2024-03-30T04:45:52.918675+0000 mgr.y (mgr.25441) 2855 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:54 smithi117 bash[62284]: cluster 2024-03-30T04:45:52.987704+0000 mgr.y (mgr.25441) 2856 : cluster [DBG] pgmap v1878: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:54.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:54 smithi117 bash[62284]: cephadm 2024-03-30T04:45:52.992447+0000 mgr.y (mgr.25441) 2857 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:54 smithi117 bash[62284]: cluster 2024-03-30T04:45:53.039127+0000 mgr.y (mgr.25441) 2858 : cluster [DBG] pgmap v1879: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:54.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:54 smithi117 bash[62284]: cluster 2024-03-30T04:45:53.039445+0000 mgr.y (mgr.25441) 2859 : cluster [DBG] pgmap v1880: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:54.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:54 smithi117 bash[62284]: cephadm 2024-03-30T04:45:53.045321+0000 mgr.y (mgr.25441) 2860 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:54 smithi117 bash[62284]: cluster 2024-03-30T04:45:53.115261+0000 mgr.y (mgr.25441) 2861 : cluster [DBG] pgmap v1881: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:54.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:54 smithi117 bash[62284]: cluster 2024-03-30T04:45:53.115638+0000 mgr.y (mgr.25441) 2862 : cluster [DBG] pgmap v1882: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:54.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:54 smithi117 bash[62284]: cephadm 2024-03-30T04:45:53.122405+0000 mgr.y (mgr.25441) 2863 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:54 smithi117 bash[62284]: cluster 2024-03-30T04:45:53.202892+0000 mgr.y (mgr.25441) 2864 : cluster [DBG] pgmap v1884: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:54.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:54 smithi117 bash[62284]: cephadm 2024-03-30T04:45:53.210315+0000 mgr.y (mgr.25441) 2865 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:54 smithi117 bash[62284]: cluster 2024-03-30T04:45:53.302840+0000 mgr.y (mgr.25441) 2866 : cluster [DBG] pgmap v1885: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:54.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:54 smithi117 bash[62284]: cluster 2024-03-30T04:45:53.303183+0000 mgr.y (mgr.25441) 2867 : cluster [DBG] pgmap v1886: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:54.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:54 smithi117 bash[62284]: cephadm 2024-03-30T04:45:53.310783+0000 mgr.y (mgr.25441) 2868 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:54 smithi117 bash[62284]: audit 2024-03-30T04:45:53.320238+0000 mgr.y (mgr.25441) 2869 : audit [DBG] from='client.34422 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:54.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:54 smithi117 bash[62284]: cluster 2024-03-30T04:45:53.327188+0000 mgr.y (mgr.25441) 2870 : cluster [DBG] pgmap v1887: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:54.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:54 smithi117 bash[62284]: cluster 2024-03-30T04:45:53.327598+0000 mgr.y (mgr.25441) 2871 : cluster [DBG] pgmap v1888: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:54.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:54 smithi117 bash[62284]: audit 2024-03-30T04:45:53.385701+0000 mgr.y (mgr.25441) 2872 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-30T04:45:54.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:54 smithi117 bash[62284]: cephadm 2024-03-30T04:45:53.386542+0000 mgr.y (mgr.25441) 2873 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2024-03-30T04:45:54.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:54 smithi117 bash[62284]: audit 2024-03-30T04:45:53.764488+0000 mon.c (mon.1) 2771 : audit [DBG] from='client.? 172.21.15.111:0/948961618' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:54.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:54 smithi117 bash[62284]: cluster 2024-03-30T04:45:54.158632+0000 mon.a (mon.0) 1237 : cluster [DBG] osdmap e128: 8 total, 8 up, 8 in 2024-03-30T04:45:54.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:54 smithi117 bash[62284]: audit 2024-03-30T04:45:54.551956+0000 mon.a (mon.0) 1238 : audit [DBG] from='client.? 172.21.15.111:0/2687706818' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:45:55.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:55 smithi117 bash[62284]: audit 2024-03-30T04:45:54.110411+0000 mgr.y (mgr.25441) 2874 : audit [DBG] from='client.34434 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:55.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:55 smithi111 bash[70954]: audit 2024-03-30T04:45:54.110411+0000 mgr.y (mgr.25441) 2874 : audit [DBG] from='client.34434 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:55.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:55 smithi111 bash[73591]: audit 2024-03-30T04:45:54.110411+0000 mgr.y (mgr.25441) 2874 : audit [DBG] from='client.34434 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:56.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:56 smithi111 bash[70954]: cluster 2024-03-30T04:45:55.328509+0000 mgr.y (mgr.25441) 2875 : cluster [DBG] pgmap v1890: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:56.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:56 smithi111 bash[70954]: audit 2024-03-30T04:45:56.020513+0000 mon.a (mon.0) 1239 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:56.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:56 smithi111 bash[70954]: audit 2024-03-30T04:45:56.031818+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:56.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:56 smithi111 bash[70954]: audit 2024-03-30T04:45:56.043551+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:56.866 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:45:56 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:45:56] "GET /metrics HTTP/1.1" 200 38519 "" "Prometheus/2.33.4" 2024-03-30T04:45:56.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:56 smithi111 bash[73591]: cluster 2024-03-30T04:45:55.328509+0000 mgr.y (mgr.25441) 2875 : cluster [DBG] pgmap v1890: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:56.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:56 smithi111 bash[73591]: audit 2024-03-30T04:45:56.020513+0000 mon.a (mon.0) 1239 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:56.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:56 smithi111 bash[73591]: audit 2024-03-30T04:45:56.031818+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:56.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:56 smithi111 bash[73591]: audit 2024-03-30T04:45:56.043551+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:56.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:56 smithi117 bash[62284]: cluster 2024-03-30T04:45:55.328509+0000 mgr.y (mgr.25441) 2875 : cluster [DBG] pgmap v1890: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:56.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:56 smithi117 bash[62284]: audit 2024-03-30T04:45:56.020513+0000 mon.a (mon.0) 1239 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:56.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:56 smithi117 bash[62284]: audit 2024-03-30T04:45:56.031818+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:56.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:56 smithi117 bash[62284]: audit 2024-03-30T04:45:56.043551+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:57.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:57 smithi111 bash[73591]: cluster 2024-03-30T04:45:56.035727+0000 mgr.y (mgr.25441) 2876 : cluster [DBG] pgmap v1891: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:57.865 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:57 smithi111 bash[73591]: cluster 2024-03-30T04:45:56.036152+0000 mgr.y (mgr.25441) 2877 : cluster [DBG] pgmap v1892: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:57.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:57 smithi111 bash[70954]: cluster 2024-03-30T04:45:56.035727+0000 mgr.y (mgr.25441) 2876 : cluster [DBG] pgmap v1891: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:57.865 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:57 smithi111 bash[70954]: cluster 2024-03-30T04:45:56.036152+0000 mgr.y (mgr.25441) 2877 : cluster [DBG] pgmap v1892: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:57.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:57 smithi117 bash[62284]: cluster 2024-03-30T04:45:56.035727+0000 mgr.y (mgr.25441) 2876 : cluster [DBG] pgmap v1891: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:57.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:57 smithi117 bash[62284]: cluster 2024-03-30T04:45:56.036152+0000 mgr.y (mgr.25441) 2877 : cluster [DBG] pgmap v1892: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:45:58.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:58 smithi117 bash[62284]: audit 2024-03-30T04:45:57.660351+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:58.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:58 smithi117 bash[62284]: audit 2024-03-30T04:45:57.679312+0000 mon.a (mon.0) 1243 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:58.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:58 smithi117 bash[62284]: cluster 2024-03-30T04:45:57.684427+0000 mgr.y (mgr.25441) 2878 : cluster [DBG] pgmap v1893: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:45:58.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:58 smithi117 bash[62284]: cluster 2024-03-30T04:45:57.685002+0000 mgr.y (mgr.25441) 2879 : cluster [DBG] pgmap v1894: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:45:58.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:58 smithi117 bash[62284]: audit 2024-03-30T04:45:57.698302+0000 mon.a (mon.0) 1244 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:58.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:58 smithi111 bash[73591]: audit 2024-03-30T04:45:57.660351+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:58.980 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:58 smithi111 bash[73591]: audit 2024-03-30T04:45:57.679312+0000 mon.a (mon.0) 1243 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:58.980 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:58 smithi111 bash[73591]: cluster 2024-03-30T04:45:57.684427+0000 mgr.y (mgr.25441) 2878 : cluster [DBG] pgmap v1893: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:45:58.980 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:58 smithi111 bash[73591]: cluster 2024-03-30T04:45:57.685002+0000 mgr.y (mgr.25441) 2879 : cluster [DBG] pgmap v1894: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:45:58.980 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:58 smithi111 bash[73591]: audit 2024-03-30T04:45:57.698302+0000 mon.a (mon.0) 1244 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:58.980 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:58 smithi111 bash[70954]: audit 2024-03-30T04:45:57.660351+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:58.980 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:58 smithi111 bash[70954]: audit 2024-03-30T04:45:57.679312+0000 mon.a (mon.0) 1243 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:58.980 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:58 smithi111 bash[70954]: cluster 2024-03-30T04:45:57.684427+0000 mgr.y (mgr.25441) 2878 : cluster [DBG] pgmap v1893: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:45:58.980 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:58 smithi111 bash[70954]: cluster 2024-03-30T04:45:57.685002+0000 mgr.y (mgr.25441) 2879 : cluster [DBG] pgmap v1894: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:45:58.980 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:58 smithi111 bash[70954]: audit 2024-03-30T04:45:57.698302+0000 mon.a (mon.0) 1244 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:45:59.952 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:45:59 smithi111 bash[70954]: cluster 2024-03-30T04:45:58.674525+0000 mon.a (mon.0) 1245 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 95/726 objects degraded (13.085%), 26 pgs degraded) 2024-03-30T04:45:59.952 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:45:59 smithi111 bash[73591]: cluster 2024-03-30T04:45:58.674525+0000 mon.a (mon.0) 1245 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 95/726 objects degraded (13.085%), 26 pgs degraded) 2024-03-30T04:46:00.130 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:45:59 smithi117 bash[62284]: cluster 2024-03-30T04:45:58.674525+0000 mon.a (mon.0) 1245 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 95/726 objects degraded (13.085%), 26 pgs degraded) 2024-03-30T04:46:01.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:00 smithi111 bash[70954]: cluster 2024-03-30T04:45:59.685759+0000 mgr.y (mgr.25441) 2880 : cluster [DBG] pgmap v1895: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:46:01.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:00 smithi111 bash[70954]: audit 2024-03-30T04:46:00.262724+0000 mon.a (mon.0) 1246 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:01.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:00 smithi111 bash[70954]: audit 2024-03-30T04:46:00.267183+0000 mon.c (mon.1) 2772 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:46:01.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:00 smithi111 bash[73591]: cluster 2024-03-30T04:45:59.685759+0000 mgr.y (mgr.25441) 2880 : cluster [DBG] pgmap v1895: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:46:01.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:00 smithi111 bash[73591]: audit 2024-03-30T04:46:00.262724+0000 mon.a (mon.0) 1246 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:01.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:00 smithi111 bash[73591]: audit 2024-03-30T04:46:00.267183+0000 mon.c (mon.1) 2772 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:46:01.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:00 smithi117 bash[62284]: cluster 2024-03-30T04:45:59.685759+0000 mgr.y (mgr.25441) 2880 : cluster [DBG] pgmap v1895: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:46:01.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:00 smithi117 bash[62284]: audit 2024-03-30T04:46:00.262724+0000 mon.a (mon.0) 1246 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:01.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:00 smithi117 bash[62284]: audit 2024-03-30T04:46:00.267183+0000 mon.c (mon.1) 2772 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:46:03.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:02 smithi111 bash[70954]: audit 2024-03-30T04:46:01.347149+0000 mgr.y (mgr.25441) 2881 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:03.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:02 smithi111 bash[70954]: cluster 2024-03-30T04:46:01.687329+0000 mgr.y (mgr.25441) 2882 : cluster [DBG] pgmap v1896: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:46:03.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:02 smithi111 bash[73591]: audit 2024-03-30T04:46:01.347149+0000 mgr.y (mgr.25441) 2881 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:03.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:02 smithi111 bash[73591]: cluster 2024-03-30T04:46:01.687329+0000 mgr.y (mgr.25441) 2882 : cluster [DBG] pgmap v1896: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:46:03.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:02 smithi117 bash[62284]: audit 2024-03-30T04:46:01.347149+0000 mgr.y (mgr.25441) 2881 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:03.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:02 smithi117 bash[62284]: cluster 2024-03-30T04:46:01.687329+0000 mgr.y (mgr.25441) 2882 : cluster [DBG] pgmap v1896: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:46:05.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:04 smithi111 bash[70954]: cluster 2024-03-30T04:46:03.688463+0000 mgr.y (mgr.25441) 2883 : cluster [DBG] pgmap v1897: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:46:05.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:04 smithi111 bash[73591]: cluster 2024-03-30T04:46:03.688463+0000 mgr.y (mgr.25441) 2883 : cluster [DBG] pgmap v1897: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:46:05.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:04 smithi117 bash[62284]: cluster 2024-03-30T04:46:03.688463+0000 mgr.y (mgr.25441) 2883 : cluster [DBG] pgmap v1897: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:46:06.865 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:46:06 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:46:06] "GET /metrics HTTP/1.1" 200 38524 "" "Prometheus/2.33.4" 2024-03-30T04:46:06.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:06 smithi111 bash[70954]: audit 2024-03-30T04:46:05.457374+0000 mon.a (mon.0) 1247 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:06.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:06 smithi111 bash[70954]: cluster 2024-03-30T04:46:05.689130+0000 mgr.y (mgr.25441) 2884 : cluster [DBG] pgmap v1898: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:46:06.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:06 smithi111 bash[73591]: audit 2024-03-30T04:46:05.457374+0000 mon.a (mon.0) 1247 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:06.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:06 smithi111 bash[73591]: cluster 2024-03-30T04:46:05.689130+0000 mgr.y (mgr.25441) 2884 : cluster [DBG] pgmap v1898: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:46:06.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:06 smithi117 bash[62284]: audit 2024-03-30T04:46:05.457374+0000 mon.a (mon.0) 1247 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:06.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:06 smithi117 bash[62284]: cluster 2024-03-30T04:46:05.689130+0000 mgr.y (mgr.25441) 2884 : cluster [DBG] pgmap v1898: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:46:09.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:08 smithi111 bash[70954]: cluster 2024-03-30T04:46:07.690886+0000 mgr.y (mgr.25441) 2885 : cluster [DBG] pgmap v1899: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:46:09.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:08 smithi111 bash[70954]: audit 2024-03-30T04:46:08.399215+0000 mon.c (mon.1) 2773 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-30T04:46:09.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:08 smithi111 bash[73591]: cluster 2024-03-30T04:46:07.690886+0000 mgr.y (mgr.25441) 2885 : cluster [DBG] pgmap v1899: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:46:09.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:08 smithi111 bash[73591]: audit 2024-03-30T04:46:08.399215+0000 mon.c (mon.1) 2773 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-30T04:46:09.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:08 smithi117 bash[62284]: cluster 2024-03-30T04:46:07.690886+0000 mgr.y (mgr.25441) 2885 : cluster [DBG] pgmap v1899: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:46:09.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:08 smithi117 bash[62284]: audit 2024-03-30T04:46:08.399215+0000 mon.c (mon.1) 2773 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-30T04:46:10.050 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:09 smithi117 bash[62284]: audit 2024-03-30T04:46:08.399647+0000 mgr.y (mgr.25441) 2886 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-30T04:46:10.050 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:09 smithi117 bash[62284]: cephadm 2024-03-30T04:46:08.402356+0000 mgr.y (mgr.25441) 2887 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-03-30T04:46:10.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:09 smithi111 bash[70954]: audit 2024-03-30T04:46:08.399647+0000 mgr.y (mgr.25441) 2886 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-30T04:46:10.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:09 smithi111 bash[70954]: cephadm 2024-03-30T04:46:08.402356+0000 mgr.y (mgr.25441) 2887 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-03-30T04:46:10.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:09 smithi111 bash[73591]: audit 2024-03-30T04:46:08.399647+0000 mgr.y (mgr.25441) 2886 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-30T04:46:10.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:09 smithi111 bash[73591]: cephadm 2024-03-30T04:46:08.402356+0000 mgr.y (mgr.25441) 2887 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-03-30T04:46:11.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:10 smithi111 bash[70954]: cluster 2024-03-30T04:46:09.691642+0000 mgr.y (mgr.25441) 2888 : cluster [DBG] pgmap v1900: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:46:11.115 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:10 smithi111 bash[73591]: cluster 2024-03-30T04:46:09.691642+0000 mgr.y (mgr.25441) 2888 : cluster [DBG] pgmap v1900: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:46:11.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:10 smithi117 bash[62284]: cluster 2024-03-30T04:46:09.691642+0000 mgr.y (mgr.25441) 2888 : cluster [DBG] pgmap v1900: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:46:12.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:11 smithi111 bash[70954]: cephadm 2024-03-30T04:46:10.825164+0000 mgr.y (mgr.25441) 2889 : cephadm [INF] Upgrade: Updating osd.4 2024-03-30T04:46:12.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:11 smithi111 bash[70954]: audit 2024-03-30T04:46:10.833077+0000 mon.a (mon.0) 1248 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:12.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:11 smithi111 bash[70954]: audit 2024-03-30T04:46:10.838667+0000 mon.c (mon.1) 2774 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-30T04:46:12.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:11 smithi111 bash[70954]: audit 2024-03-30T04:46:10.854630+0000 mon.c (mon.1) 2775 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:12.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:11 smithi111 bash[70954]: cephadm 2024-03-30T04:46:10.860703+0000 mgr.y (mgr.25441) 2890 : cephadm [INF] Deploying daemon osd.4 on smithi117 2024-03-30T04:46:12.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:11 smithi111 bash[70954]: audit 2024-03-30T04:46:11.358180+0000 mgr.y (mgr.25441) 2891 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:12.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:11 smithi111 bash[70954]: cluster 2024-03-30T04:46:11.693019+0000 mgr.y (mgr.25441) 2892 : cluster [DBG] pgmap v1901: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:46:12.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:11 smithi111 bash[73591]: cephadm 2024-03-30T04:46:10.825164+0000 mgr.y (mgr.25441) 2889 : cephadm [INF] Upgrade: Updating osd.4 2024-03-30T04:46:12.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:11 smithi111 bash[73591]: audit 2024-03-30T04:46:10.833077+0000 mon.a (mon.0) 1248 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:12.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:11 smithi111 bash[73591]: audit 2024-03-30T04:46:10.838667+0000 mon.c (mon.1) 2774 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-30T04:46:12.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:11 smithi111 bash[73591]: audit 2024-03-30T04:46:10.854630+0000 mon.c (mon.1) 2775 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:12.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:11 smithi111 bash[73591]: cephadm 2024-03-30T04:46:10.860703+0000 mgr.y (mgr.25441) 2890 : cephadm [INF] Deploying daemon osd.4 on smithi117 2024-03-30T04:46:12.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:11 smithi111 bash[73591]: audit 2024-03-30T04:46:11.358180+0000 mgr.y (mgr.25441) 2891 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:12.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:11 smithi111 bash[73591]: cluster 2024-03-30T04:46:11.693019+0000 mgr.y (mgr.25441) 2892 : cluster [DBG] pgmap v1901: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:46:12.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:11 smithi117 bash[62284]: cephadm 2024-03-30T04:46:10.825164+0000 mgr.y (mgr.25441) 2889 : cephadm [INF] Upgrade: Updating osd.4 2024-03-30T04:46:12.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:11 smithi117 bash[62284]: audit 2024-03-30T04:46:10.833077+0000 mon.a (mon.0) 1248 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:12.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:11 smithi117 bash[62284]: audit 2024-03-30T04:46:10.838667+0000 mon.c (mon.1) 2774 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-30T04:46:12.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:11 smithi117 bash[62284]: audit 2024-03-30T04:46:10.854630+0000 mon.c (mon.1) 2775 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:12.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:11 smithi117 bash[62284]: cephadm 2024-03-30T04:46:10.860703+0000 mgr.y (mgr.25441) 2890 : cephadm [INF] Deploying daemon osd.4 on smithi117 2024-03-30T04:46:12.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:11 smithi117 bash[62284]: audit 2024-03-30T04:46:11.358180+0000 mgr.y (mgr.25441) 2891 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:12.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:11 smithi117 bash[62284]: cluster 2024-03-30T04:46:11.693019+0000 mgr.y (mgr.25441) 2892 : cluster [DBG] pgmap v1901: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:46:15.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:14 smithi111 bash[70954]: cluster 2024-03-30T04:46:13.694328+0000 mgr.y (mgr.25441) 2893 : cluster [DBG] pgmap v1902: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:46:15.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:14 smithi111 bash[73591]: cluster 2024-03-30T04:46:13.694328+0000 mgr.y (mgr.25441) 2893 : cluster [DBG] pgmap v1902: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:46:15.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:14 smithi117 bash[62284]: cluster 2024-03-30T04:46:13.694328+0000 mgr.y (mgr.25441) 2893 : cluster [DBG] pgmap v1902: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:46:15.433 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:46:15 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:15.434 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:46:15 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:15.434 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:46:15 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:15.434 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:15 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:15.435 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:46:15 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:15.435 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:46:15 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:15.435 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:46:15 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:15.435 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:46:15 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:15.436 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:46:15 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:15.436 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:46:15 smithi117 systemd[1]: Stopping Ceph osd.4 for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:46:15.886 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:46:15 smithi117 bash[23886]: debug 2024-03-30T04:46:15.565+0000 7f913100a700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:46:15.886 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:46:15 smithi117 bash[23886]: debug 2024-03-30T04:46:15.565+0000 7f913100a700 -1 osd.4 128 *** Got signal Terminated *** 2024-03-30T04:46:15.886 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:46:15 smithi117 bash[23886]: debug 2024-03-30T04:46:15.565+0000 7f913100a700 -1 osd.4 128 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:46:16.615 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:46:16 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:46:16] "GET /metrics HTTP/1.1" 200 38516 "" "Prometheus/2.33.4" 2024-03-30T04:46:16.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:16 smithi111 bash[70954]: audit 2024-03-30T04:46:15.259209+0000 mon.c (mon.1) 2776 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:46:16.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:16 smithi111 bash[70954]: cluster 2024-03-30T04:46:15.568919+0000 mon.a (mon.0) 1249 : cluster [INF] osd.4 marked itself down and dead 2024-03-30T04:46:16.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:16 smithi111 bash[70954]: cluster 2024-03-30T04:46:15.694854+0000 mgr.y (mgr.25441) 2894 : cluster [DBG] pgmap v1903: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:46:16.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:16 smithi111 bash[70954]: audit 2024-03-30T04:46:16.233088+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:16.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:16 smithi111 bash[73591]: audit 2024-03-30T04:46:15.259209+0000 mon.c (mon.1) 2776 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:46:16.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:16 smithi111 bash[73591]: cluster 2024-03-30T04:46:15.568919+0000 mon.a (mon.0) 1249 : cluster [INF] osd.4 marked itself down and dead 2024-03-30T04:46:16.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:16 smithi111 bash[73591]: cluster 2024-03-30T04:46:15.694854+0000 mgr.y (mgr.25441) 2894 : cluster [DBG] pgmap v1903: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:46:16.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:16 smithi111 bash[73591]: audit 2024-03-30T04:46:16.233088+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:16.635 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:16 smithi117 bash[62284]: audit 2024-03-30T04:46:15.259209+0000 mon.c (mon.1) 2776 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:46:16.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:16 smithi117 bash[62284]: cluster 2024-03-30T04:46:15.568919+0000 mon.a (mon.0) 1249 : cluster [INF] osd.4 marked itself down and dead 2024-03-30T04:46:16.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:16 smithi117 bash[62284]: cluster 2024-03-30T04:46:15.694854+0000 mgr.y (mgr.25441) 2894 : cluster [DBG] pgmap v1903: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:46:16.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:16 smithi117 bash[62284]: audit 2024-03-30T04:46:16.233088+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:17.488 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:17 smithi117 bash[62284]: cluster 2024-03-30T04:46:16.244071+0000 mon.a (mon.0) 1251 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:46:17.488 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:17 smithi117 bash[62284]: audit 2024-03-30T04:46:16.247105+0000 mon.a (mon.0) 1252 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:17.488 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:17 smithi117 bash[62284]: cluster 2024-03-30T04:46:16.252732+0000 mgr.y (mgr.25441) 2895 : cluster [DBG] pgmap v1904: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 969 B/s rd, 0 op/s 2024-03-30T04:46:17.488 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:17 smithi117 bash[62284]: cluster 2024-03-30T04:46:16.253472+0000 mgr.y (mgr.25441) 2896 : cluster [DBG] pgmap v1905: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 0 op/s 2024-03-30T04:46:17.488 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:17 smithi117 bash[62284]: cluster 2024-03-30T04:46:16.257513+0000 mon.a (mon.0) 1253 : cluster [DBG] osdmap e129: 8 total, 7 up, 8 in 2024-03-30T04:46:17.488 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:17 smithi117 bash[62284]: audit 2024-03-30T04:46:16.276475+0000 mon.a (mon.0) 1254 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:17.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:17 smithi111 bash[70954]: cluster 2024-03-30T04:46:16.244071+0000 mon.a (mon.0) 1251 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:46:17.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:17 smithi111 bash[70954]: audit 2024-03-30T04:46:16.247105+0000 mon.a (mon.0) 1252 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:17.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:17 smithi111 bash[70954]: cluster 2024-03-30T04:46:16.252732+0000 mgr.y (mgr.25441) 2895 : cluster [DBG] pgmap v1904: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 969 B/s rd, 0 op/s 2024-03-30T04:46:17.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:17 smithi111 bash[70954]: cluster 2024-03-30T04:46:16.253472+0000 mgr.y (mgr.25441) 2896 : cluster [DBG] pgmap v1905: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 0 op/s 2024-03-30T04:46:17.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:17 smithi111 bash[70954]: cluster 2024-03-30T04:46:16.257513+0000 mon.a (mon.0) 1253 : cluster [DBG] osdmap e129: 8 total, 7 up, 8 in 2024-03-30T04:46:17.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:17 smithi111 bash[70954]: audit 2024-03-30T04:46:16.276475+0000 mon.a (mon.0) 1254 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:17.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:17 smithi111 bash[73591]: cluster 2024-03-30T04:46:16.244071+0000 mon.a (mon.0) 1251 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:46:17.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:17 smithi111 bash[73591]: audit 2024-03-30T04:46:16.247105+0000 mon.a (mon.0) 1252 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:17.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:17 smithi111 bash[73591]: cluster 2024-03-30T04:46:16.252732+0000 mgr.y (mgr.25441) 2895 : cluster [DBG] pgmap v1904: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 969 B/s rd, 0 op/s 2024-03-30T04:46:17.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:17 smithi111 bash[73591]: cluster 2024-03-30T04:46:16.253472+0000 mgr.y (mgr.25441) 2896 : cluster [DBG] pgmap v1905: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 0 op/s 2024-03-30T04:46:17.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:17 smithi111 bash[73591]: cluster 2024-03-30T04:46:16.257513+0000 mon.a (mon.0) 1253 : cluster [DBG] osdmap e129: 8 total, 7 up, 8 in 2024-03-30T04:46:17.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:17 smithi111 bash[73591]: audit 2024-03-30T04:46:16.276475+0000 mon.a (mon.0) 1254 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:17.886 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:46:17 smithi117 bash[68413]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-osd-4 2024-03-30T04:46:18.260 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:46:18 smithi117 bash[68504]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-osd-4 2024-03-30T04:46:18.478 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:18 smithi111 bash[70954]: cluster 2024-03-30T04:46:17.276624+0000 mon.a (mon.0) 1255 : cluster [DBG] osdmap e130: 8 total, 7 up, 8 in 2024-03-30T04:46:18.478 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:18 smithi111 bash[70954]: audit 2024-03-30T04:46:17.873330+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:18.478 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:18 smithi111 bash[70954]: audit 2024-03-30T04:46:17.894542+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:18.478 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:18 smithi111 bash[70954]: audit 2024-03-30T04:46:17.913070+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:18.479 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:18 smithi111 bash[73591]: cluster 2024-03-30T04:46:17.276624+0000 mon.a (mon.0) 1255 : cluster [DBG] osdmap e130: 8 total, 7 up, 8 in 2024-03-30T04:46:18.479 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:18 smithi111 bash[73591]: audit 2024-03-30T04:46:17.873330+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:18.479 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:18 smithi111 bash[73591]: audit 2024-03-30T04:46:17.894542+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:18.479 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:18 smithi111 bash[73591]: audit 2024-03-30T04:46:17.913070+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:18.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:18 smithi117 bash[62284]: cluster 2024-03-30T04:46:17.276624+0000 mon.a (mon.0) 1255 : cluster [DBG] osdmap e130: 8 total, 7 up, 8 in 2024-03-30T04:46:18.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:18 smithi117 bash[62284]: audit 2024-03-30T04:46:17.873330+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:18.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:18 smithi117 bash[62284]: audit 2024-03-30T04:46:17.894542+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:18.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:18 smithi117 bash[62284]: audit 2024-03-30T04:46:17.913070+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:19.365 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:19 smithi111 bash[73591]: cluster 2024-03-30T04:46:17.900781+0000 mgr.y (mgr.25441) 2897 : cluster [DBG] pgmap v1908: 161 pgs: 5 active+undersized+degraded, 26 peering, 9 stale+active+clean, 6 active+undersized, 115 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 20/726 objects degraded (2.755%) 2024-03-30T04:46:19.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:19 smithi111 bash[73591]: cluster 2024-03-30T04:46:17.901682+0000 mgr.y (mgr.25441) 2898 : cluster [DBG] pgmap v1909: 161 pgs: 5 active+undersized+degraded, 26 peering, 9 stale+active+clean, 6 active+undersized, 115 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 20/726 objects degraded (2.755%) 2024-03-30T04:46:19.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:19 smithi111 bash[73591]: cluster 2024-03-30T04:46:18.888900+0000 mon.a (mon.0) 1259 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs inactive, 6 pgs peering (PG_AVAILABILITY) 2024-03-30T04:46:19.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:19 smithi111 bash[73591]: cluster 2024-03-30T04:46:18.888970+0000 mon.a (mon.0) 1260 : cluster [WRN] Health check failed: Degraded data redundancy: 20/726 objects degraded (2.755%), 5 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:19.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:19 smithi111 bash[70954]: cluster 2024-03-30T04:46:17.900781+0000 mgr.y (mgr.25441) 2897 : cluster [DBG] pgmap v1908: 161 pgs: 5 active+undersized+degraded, 26 peering, 9 stale+active+clean, 6 active+undersized, 115 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 20/726 objects degraded (2.755%) 2024-03-30T04:46:19.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:19 smithi111 bash[70954]: cluster 2024-03-30T04:46:17.901682+0000 mgr.y (mgr.25441) 2898 : cluster [DBG] pgmap v1909: 161 pgs: 5 active+undersized+degraded, 26 peering, 9 stale+active+clean, 6 active+undersized, 115 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 20/726 objects degraded (2.755%) 2024-03-30T04:46:19.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:19 smithi111 bash[70954]: cluster 2024-03-30T04:46:18.888900+0000 mon.a (mon.0) 1259 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs inactive, 6 pgs peering (PG_AVAILABILITY) 2024-03-30T04:46:19.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:19 smithi111 bash[70954]: cluster 2024-03-30T04:46:18.888970+0000 mon.a (mon.0) 1260 : cluster [WRN] Health check failed: Degraded data redundancy: 20/726 objects degraded (2.755%), 5 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:19.517 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:19 smithi117 bash[62284]: cluster 2024-03-30T04:46:17.900781+0000 mgr.y (mgr.25441) 2897 : cluster [DBG] pgmap v1908: 161 pgs: 5 active+undersized+degraded, 26 peering, 9 stale+active+clean, 6 active+undersized, 115 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 20/726 objects degraded (2.755%) 2024-03-30T04:46:19.518 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:19 smithi117 bash[62284]: cluster 2024-03-30T04:46:17.901682+0000 mgr.y (mgr.25441) 2898 : cluster [DBG] pgmap v1909: 161 pgs: 5 active+undersized+degraded, 26 peering, 9 stale+active+clean, 6 active+undersized, 115 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 20/726 objects degraded (2.755%) 2024-03-30T04:46:19.518 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:19 smithi117 bash[62284]: cluster 2024-03-30T04:46:18.888900+0000 mon.a (mon.0) 1259 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs inactive, 6 pgs peering (PG_AVAILABILITY) 2024-03-30T04:46:19.518 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:19 smithi117 bash[62284]: cluster 2024-03-30T04:46:18.888970+0000 mon.a (mon.0) 1260 : cluster [WRN] Health check failed: Degraded data redundancy: 20/726 objects degraded (2.755%), 5 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:21.135 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:46:21 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:21.136 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:46:21 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:21.136 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:46:21 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:21.136 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:46:21 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:21.137 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:46:21 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:21.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:21 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:21.137 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:46:21 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:21.137 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:46:21 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:21.138 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:46:20 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@osd.4.service: Deactivated successfully. 2024-03-30T04:46:21.138 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:46:20 smithi117 systemd[1]: Stopped Ceph osd.4 for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:46:21.138 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:46:21 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:21.138 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:46:21 smithi117 systemd[1]: Started Ceph osd.4 for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:46:21.360 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:21 smithi111 bash[70954]: cluster 2024-03-30T04:46:19.902240+0000 mgr.y (mgr.25441) 2899 : cluster [DBG] pgmap v1910: 161 pgs: 5 active+undersized+degraded, 26 peering, 9 stale+active+clean, 6 active+undersized, 115 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 20/726 objects degraded (2.755%) 2024-03-30T04:46:21.361 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:21 smithi111 bash[70954]: audit 2024-03-30T04:46:21.194678+0000 mon.a (mon.0) 1261 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:21.361 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:21 smithi111 bash[70954]: audit 2024-03-30T04:46:21.211959+0000 mon.a (mon.0) 1262 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:21.361 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:21 smithi111 bash[70954]: audit 2024-03-30T04:46:21.258205+0000 mon.c (mon.1) 2777 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:21.361 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:21 smithi111 bash[70954]: audit 2024-03-30T04:46:21.260197+0000 mon.c (mon.1) 2778 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:21.361 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:21 smithi111 bash[73591]: cluster 2024-03-30T04:46:19.902240+0000 mgr.y (mgr.25441) 2899 : cluster [DBG] pgmap v1910: 161 pgs: 5 active+undersized+degraded, 26 peering, 9 stale+active+clean, 6 active+undersized, 115 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 20/726 objects degraded (2.755%) 2024-03-30T04:46:21.361 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:21 smithi111 bash[73591]: audit 2024-03-30T04:46:21.194678+0000 mon.a (mon.0) 1261 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:21.361 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:21 smithi111 bash[73591]: audit 2024-03-30T04:46:21.211959+0000 mon.a (mon.0) 1262 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:21.361 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:21 smithi111 bash[73591]: audit 2024-03-30T04:46:21.258205+0000 mon.c (mon.1) 2777 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:21.361 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:21 smithi111 bash[73591]: audit 2024-03-30T04:46:21.260197+0000 mon.c (mon.1) 2778 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:21.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:21 smithi117 bash[62284]: cluster 2024-03-30T04:46:19.902240+0000 mgr.y (mgr.25441) 2899 : cluster [DBG] pgmap v1910: 161 pgs: 5 active+undersized+degraded, 26 peering, 9 stale+active+clean, 6 active+undersized, 115 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 20/726 objects degraded (2.755%) 2024-03-30T04:46:21.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:21 smithi117 bash[62284]: audit 2024-03-30T04:46:21.194678+0000 mon.a (mon.0) 1261 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:21.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:21 smithi117 bash[62284]: audit 2024-03-30T04:46:21.211959+0000 mon.a (mon.0) 1262 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:21.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:21 smithi117 bash[62284]: audit 2024-03-30T04:46:21.258205+0000 mon.c (mon.1) 2777 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:21.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:21 smithi117 bash[62284]: audit 2024-03-30T04:46:21.260197+0000 mon.c (mon.1) 2778 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:22.280 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: cluster 2024-03-30T04:46:21.264452+0000 mgr.y (mgr.25441) 2900 : cluster [DBG] pgmap v1911: 161 pgs: 17 active+undersized+degraded, 26 peering, 25 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2024-03-30T04:46:22.281 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: cluster 2024-03-30T04:46:21.265378+0000 mgr.y (mgr.25441) 2901 : cluster [DBG] pgmap v1912: 161 pgs: 17 active+undersized+degraded, 26 peering, 25 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2024-03-30T04:46:22.281 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:21.275330+0000 mon.a (mon.0) 1263 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:22.281 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: cephadm 2024-03-30T04:46:21.277185+0000 mgr.y (mgr.25441) 2902 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:22.281 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:21.366984+0000 mgr.y (mgr.25441) 2903 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:22.281 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:21.368943+0000 mon.c (mon.1) 2779 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:22.281 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:21.373685+0000 mon.c (mon.1) 2780 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:22.281 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:21.379260+0000 mon.c (mon.1) 2781 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:22.281 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:21.380724+0000 mon.c (mon.1) 2782 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:22.281 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: cluster 2024-03-30T04:46:21.383687+0000 mgr.y (mgr.25441) 2904 : cluster [DBG] pgmap v1913: 161 pgs: 17 active+undersized+degraded, 26 peering, 25 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2024-03-30T04:46:22.281 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: cluster 2024-03-30T04:46:21.384259+0000 mgr.y (mgr.25441) 2905 : cluster [DBG] pgmap v1914: 161 pgs: 17 active+undersized+degraded, 26 peering, 25 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2024-03-30T04:46:22.281 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:21.392452+0000 mon.a (mon.0) 1264 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:22.281 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: cephadm 2024-03-30T04:46:21.393572+0000 mgr.y (mgr.25441) 2906 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:22.281 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:21.468400+0000 mon.c (mon.1) 2783 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:22.281 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:21.470758+0000 mon.c (mon.1) 2784 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:22.282 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:21.473417+0000 mon.c (mon.1) 2785 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:22.282 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:21.474227+0000 mon.c (mon.1) 2786 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:22.282 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: cluster 2024-03-30T04:46:21.264452+0000 mgr.y (mgr.25441) 2900 : cluster [DBG] pgmap v1911: 161 pgs: 17 active+undersized+degraded, 26 peering, 25 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2024-03-30T04:46:22.282 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: cluster 2024-03-30T04:46:21.265378+0000 mgr.y (mgr.25441) 2901 : cluster [DBG] pgmap v1912: 161 pgs: 17 active+undersized+degraded, 26 peering, 25 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2024-03-30T04:46:22.282 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:21.275330+0000 mon.a (mon.0) 1263 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:22.282 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: cephadm 2024-03-30T04:46:21.277185+0000 mgr.y (mgr.25441) 2902 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:22.282 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:21.366984+0000 mgr.y (mgr.25441) 2903 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:22.282 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:21.368943+0000 mon.c (mon.1) 2779 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:22.282 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:21.373685+0000 mon.c (mon.1) 2780 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:22.282 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:21.379260+0000 mon.c (mon.1) 2781 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:22.283 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:21.380724+0000 mon.c (mon.1) 2782 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:22.283 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: cluster 2024-03-30T04:46:21.383687+0000 mgr.y (mgr.25441) 2904 : cluster [DBG] pgmap v1913: 161 pgs: 17 active+undersized+degraded, 26 peering, 25 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2024-03-30T04:46:22.283 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: cluster 2024-03-30T04:46:21.384259+0000 mgr.y (mgr.25441) 2905 : cluster [DBG] pgmap v1914: 161 pgs: 17 active+undersized+degraded, 26 peering, 25 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2024-03-30T04:46:22.283 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:21.392452+0000 mon.a (mon.0) 1264 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:22.283 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: cephadm 2024-03-30T04:46:21.393572+0000 mgr.y (mgr.25441) 2906 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:22.283 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:21.468400+0000 mon.c (mon.1) 2783 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:22.283 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:21.470758+0000 mon.c (mon.1) 2784 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:22.283 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:21.473417+0000 mon.c (mon.1) 2785 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:22.283 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:21.474227+0000 mon.c (mon.1) 2786 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:22.283 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: cluster 2024-03-30T04:46:21.475872+0000 mgr.y (mgr.25441) 2907 : cluster [DBG] pgmap v1915: 161 pgs: 17 active+undersized+degraded, 26 peering, 25 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2024-03-30T04:46:22.284 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: cluster 2024-03-30T04:46:21.476312+0000 mgr.y (mgr.25441) 2908 : cluster [DBG] pgmap v1916: 161 pgs: 17 active+undersized+degraded, 26 peering, 25 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2024-03-30T04:46:22.284 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:21.483563+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:22.284 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: cephadm 2024-03-30T04:46:21.484372+0000 mgr.y (mgr.25441) 2909 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:22.284 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:21.543298+0000 mon.c (mon.1) 2787 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:22.284 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:21.547709+0000 mon.c (mon.1) 2788 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:22.284 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:21.550920+0000 mon.c (mon.1) 2789 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:22.284 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:21.552200+0000 mon.c (mon.1) 2790 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:22.284 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: cluster 2024-03-30T04:46:21.554711+0000 mgr.y (mgr.25441) 2910 : cluster [DBG] pgmap v1917: 161 pgs: 17 active+undersized+degraded, 26 peering, 25 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2024-03-30T04:46:22.284 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: cluster 2024-03-30T04:46:21.555147+0000 mgr.y (mgr.25441) 2911 : cluster [DBG] pgmap v1918: 161 pgs: 17 active+undersized+degraded, 26 peering, 25 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2024-03-30T04:46:22.284 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:21.559959+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:22.284 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: cephadm 2024-03-30T04:46:21.563543+0000 mgr.y (mgr.25441) 2912 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:22.285 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:21.605961+0000 mon.c (mon.1) 2791 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:22.285 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:21.608057+0000 mon.c (mon.1) 2792 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:22.285 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:21.610071+0000 mon.c (mon.1) 2793 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:22.285 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:21.610881+0000 mon.c (mon.1) 2794 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:22.285 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: cluster 2024-03-30T04:46:21.612506+0000 mgr.y (mgr.25441) 2913 : cluster [DBG] pgmap v1919: 161 pgs: 17 active+undersized+degraded, 26 peering, 25 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2024-03-30T04:46:22.285 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: cluster 2024-03-30T04:46:21.475872+0000 mgr.y (mgr.25441) 2907 : cluster [DBG] pgmap v1915: 161 pgs: 17 active+undersized+degraded, 26 peering, 25 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2024-03-30T04:46:22.285 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: cluster 2024-03-30T04:46:21.476312+0000 mgr.y (mgr.25441) 2908 : cluster [DBG] pgmap v1916: 161 pgs: 17 active+undersized+degraded, 26 peering, 25 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2024-03-30T04:46:22.285 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:21.483563+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:22.286 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: cephadm 2024-03-30T04:46:21.484372+0000 mgr.y (mgr.25441) 2909 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:22.286 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:21.543298+0000 mon.c (mon.1) 2787 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:22.286 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:21.547709+0000 mon.c (mon.1) 2788 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:22.286 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:21.550920+0000 mon.c (mon.1) 2789 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:22.286 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:21.552200+0000 mon.c (mon.1) 2790 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:22.286 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: cluster 2024-03-30T04:46:21.554711+0000 mgr.y (mgr.25441) 2910 : cluster [DBG] pgmap v1917: 161 pgs: 17 active+undersized+degraded, 26 peering, 25 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2024-03-30T04:46:22.286 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: cluster 2024-03-30T04:46:21.555147+0000 mgr.y (mgr.25441) 2911 : cluster [DBG] pgmap v1918: 161 pgs: 17 active+undersized+degraded, 26 peering, 25 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2024-03-30T04:46:22.286 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:21.559959+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:22.286 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: cephadm 2024-03-30T04:46:21.563543+0000 mgr.y (mgr.25441) 2912 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:22.286 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:21.605961+0000 mon.c (mon.1) 2791 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:22.286 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:21.608057+0000 mon.c (mon.1) 2792 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:22.286 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:21.610071+0000 mon.c (mon.1) 2793 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:22.286 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:21.610881+0000 mon.c (mon.1) 2794 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:22.286 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: cluster 2024-03-30T04:46:21.612506+0000 mgr.y (mgr.25441) 2913 : cluster [DBG] pgmap v1919: 161 pgs: 17 active+undersized+degraded, 26 peering, 25 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2024-03-30T04:46:22.287 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: cluster 2024-03-30T04:46:21.612935+0000 mgr.y (mgr.25441) 2914 : cluster [DBG] pgmap v1920: 161 pgs: 17 active+undersized+degraded, 26 peering, 25 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2024-03-30T04:46:22.287 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:21.617459+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:22.287 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: cephadm 2024-03-30T04:46:21.619017+0000 mgr.y (mgr.25441) 2915 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:22.287 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:21.661106+0000 mon.c (mon.1) 2795 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:22.287 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:21.663412+0000 mon.c (mon.1) 2796 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:22.287 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:21.666084+0000 mon.c (mon.1) 2797 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:22.287 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:21.667047+0000 mon.c (mon.1) 2798 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:22.287 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: cluster 2024-03-30T04:46:21.668651+0000 mgr.y (mgr.25441) 2916 : cluster [DBG] pgmap v1921: 161 pgs: 17 active+undersized+degraded, 26 peering, 25 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2024-03-30T04:46:22.287 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: cluster 2024-03-30T04:46:21.669016+0000 mgr.y (mgr.25441) 2917 : cluster [DBG] pgmap v1922: 161 pgs: 17 active+undersized+degraded, 26 peering, 25 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2024-03-30T04:46:22.287 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:21.674072+0000 mon.a (mon.0) 1268 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:22.288 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: cephadm 2024-03-30T04:46:21.675353+0000 mgr.y (mgr.25441) 2918 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:22.288 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:21.730548+0000 mon.c (mon.1) 2799 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:22.288 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:21.734511+0000 mon.c (mon.1) 2800 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:22.288 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:21.738536+0000 mon.c (mon.1) 2801 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:22.288 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:21.739782+0000 mon.c (mon.1) 2802 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:22.288 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: cluster 2024-03-30T04:46:21.742035+0000 mgr.y (mgr.25441) 2919 : cluster [DBG] pgmap v1923: 161 pgs: 21 active+undersized+degraded, 9 peering, 38 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 26 op/s; 97/726 objects degraded (13.361%) 2024-03-30T04:46:22.288 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: cluster 2024-03-30T04:46:21.612935+0000 mgr.y (mgr.25441) 2914 : cluster [DBG] pgmap v1920: 161 pgs: 17 active+undersized+degraded, 26 peering, 25 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2024-03-30T04:46:22.288 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:21.617459+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:22.289 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: cephadm 2024-03-30T04:46:21.619017+0000 mgr.y (mgr.25441) 2915 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:22.289 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:21.661106+0000 mon.c (mon.1) 2795 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:22.289 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:21.663412+0000 mon.c (mon.1) 2796 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:22.289 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:21.666084+0000 mon.c (mon.1) 2797 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:22.289 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:21.667047+0000 mon.c (mon.1) 2798 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:22.289 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: cluster 2024-03-30T04:46:21.668651+0000 mgr.y (mgr.25441) 2916 : cluster [DBG] pgmap v1921: 161 pgs: 17 active+undersized+degraded, 26 peering, 25 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2024-03-30T04:46:22.289 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: cluster 2024-03-30T04:46:21.669016+0000 mgr.y (mgr.25441) 2917 : cluster [DBG] pgmap v1922: 161 pgs: 17 active+undersized+degraded, 26 peering, 25 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2024-03-30T04:46:22.289 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:21.674072+0000 mon.a (mon.0) 1268 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:22.289 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: cephadm 2024-03-30T04:46:21.675353+0000 mgr.y (mgr.25441) 2918 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:22.289 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:21.730548+0000 mon.c (mon.1) 2799 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:22.289 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:21.734511+0000 mon.c (mon.1) 2800 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:22.289 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:21.738536+0000 mon.c (mon.1) 2801 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:22.289 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:21.739782+0000 mon.c (mon.1) 2802 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:22.289 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: cluster 2024-03-30T04:46:21.742035+0000 mgr.y (mgr.25441) 2919 : cluster [DBG] pgmap v1923: 161 pgs: 21 active+undersized+degraded, 9 peering, 38 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 26 op/s; 97/726 objects degraded (13.361%) 2024-03-30T04:46:22.290 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: cluster 2024-03-30T04:46:21.742571+0000 mgr.y (mgr.25441) 2920 : cluster [DBG] pgmap v1924: 161 pgs: 21 active+undersized+degraded, 9 peering, 38 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 26 op/s; 97/726 objects degraded (13.361%) 2024-03-30T04:46:22.290 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:21.751131+0000 mon.a (mon.0) 1269 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:22.290 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: cephadm 2024-03-30T04:46:21.752721+0000 mgr.y (mgr.25441) 2921 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:22.290 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:21.828408+0000 mon.c (mon.1) 2803 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:22.290 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:21.831252+0000 mon.c (mon.1) 2804 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:22.290 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:21.833916+0000 mon.c (mon.1) 2805 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:22.290 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:21.834840+0000 mon.c (mon.1) 2806 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:22.290 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:21.843912+0000 mon.a (mon.0) 1270 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:22.290 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:21.926872+0000 mon.c (mon.1) 2807 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:22.290 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:21.929534+0000 mon.c (mon.1) 2808 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:22.291 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:21.932823+0000 mon.c (mon.1) 2809 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:22.291 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:21.933939+0000 mon.c (mon.1) 2810 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:22.291 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:21.943817+0000 mon.a (mon.0) 1271 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:22.291 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:22.034683+0000 mon.c (mon.1) 2811 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:22.291 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:22.039132+0000 mon.c (mon.1) 2812 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:22.291 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:22.041883+0000 mon.c (mon.1) 2813 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:22.291 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:22.043016+0000 mon.c (mon.1) 2814 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:22.291 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:22.051530+0000 mon.a (mon.0) 1272 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:22.291 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:22.128713+0000 mon.c (mon.1) 2815 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:22.291 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:22.131835+0000 mon.c (mon.1) 2816 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:22.291 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:22.136124+0000 mon.c (mon.1) 2817 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:22.291 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:22.137681+0000 mon.c (mon.1) 2818 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:22.291 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:22.150648+0000 mon.a (mon.0) 1273 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:22.291 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:22.239519+0000 mon.c (mon.1) 2819 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:22.292 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:22.243293+0000 mon.c (mon.1) 2820 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:22.576 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: cluster 2024-03-30T04:46:21.264452+0000 mgr.y (mgr.25441) 2900 : cluster [DBG] pgmap v1911: 161 pgs: 17 active+undersized+degraded, 26 peering, 25 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2024-03-30T04:46:22.576 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: cluster 2024-03-30T04:46:21.265378+0000 mgr.y (mgr.25441) 2901 : cluster [DBG] pgmap v1912: 161 pgs: 17 active+undersized+degraded, 26 peering, 25 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2024-03-30T04:46:22.576 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:21.275330+0000 mon.a (mon.0) 1263 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:22.576 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: cephadm 2024-03-30T04:46:21.277185+0000 mgr.y (mgr.25441) 2902 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:22.576 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:21.366984+0000 mgr.y (mgr.25441) 2903 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:22.576 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:21.368943+0000 mon.c (mon.1) 2779 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:22.576 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:21.373685+0000 mon.c (mon.1) 2780 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:22.576 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:21.379260+0000 mon.c (mon.1) 2781 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:22.576 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:21.380724+0000 mon.c (mon.1) 2782 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:22.576 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: cluster 2024-03-30T04:46:21.383687+0000 mgr.y (mgr.25441) 2904 : cluster [DBG] pgmap v1913: 161 pgs: 17 active+undersized+degraded, 26 peering, 25 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2024-03-30T04:46:22.576 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: cluster 2024-03-30T04:46:21.384259+0000 mgr.y (mgr.25441) 2905 : cluster [DBG] pgmap v1914: 161 pgs: 17 active+undersized+degraded, 26 peering, 25 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2024-03-30T04:46:22.577 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:21.392452+0000 mon.a (mon.0) 1264 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:22.577 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: cephadm 2024-03-30T04:46:21.393572+0000 mgr.y (mgr.25441) 2906 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:22.577 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:21.468400+0000 mon.c (mon.1) 2783 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:22.577 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:21.470758+0000 mon.c (mon.1) 2784 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:22.577 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:21.473417+0000 mon.c (mon.1) 2785 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:22.577 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:21.474227+0000 mon.c (mon.1) 2786 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:22.577 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: cluster 2024-03-30T04:46:21.475872+0000 mgr.y (mgr.25441) 2907 : cluster [DBG] pgmap v1915: 161 pgs: 17 active+undersized+degraded, 26 peering, 25 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2024-03-30T04:46:22.577 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: cluster 2024-03-30T04:46:21.476312+0000 mgr.y (mgr.25441) 2908 : cluster [DBG] pgmap v1916: 161 pgs: 17 active+undersized+degraded, 26 peering, 25 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2024-03-30T04:46:22.577 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:21.483563+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:22.577 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: cephadm 2024-03-30T04:46:21.484372+0000 mgr.y (mgr.25441) 2909 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:22.577 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:21.543298+0000 mon.c (mon.1) 2787 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:22.577 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:21.547709+0000 mon.c (mon.1) 2788 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:22.577 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:21.550920+0000 mon.c (mon.1) 2789 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:22.577 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:21.552200+0000 mon.c (mon.1) 2790 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:22.577 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: cluster 2024-03-30T04:46:21.554711+0000 mgr.y (mgr.25441) 2910 : cluster [DBG] pgmap v1917: 161 pgs: 17 active+undersized+degraded, 26 peering, 25 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2024-03-30T04:46:22.578 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: cluster 2024-03-30T04:46:21.555147+0000 mgr.y (mgr.25441) 2911 : cluster [DBG] pgmap v1918: 161 pgs: 17 active+undersized+degraded, 26 peering, 25 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2024-03-30T04:46:22.578 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:21.559959+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:22.578 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: cephadm 2024-03-30T04:46:21.563543+0000 mgr.y (mgr.25441) 2912 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:22.578 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:21.605961+0000 mon.c (mon.1) 2791 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:22.578 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:21.608057+0000 mon.c (mon.1) 2792 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:22.578 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:21.610071+0000 mon.c (mon.1) 2793 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:22.578 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:21.610881+0000 mon.c (mon.1) 2794 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:22.578 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: cluster 2024-03-30T04:46:21.612506+0000 mgr.y (mgr.25441) 2913 : cluster [DBG] pgmap v1919: 161 pgs: 17 active+undersized+degraded, 26 peering, 25 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2024-03-30T04:46:22.578 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: cluster 2024-03-30T04:46:21.612935+0000 mgr.y (mgr.25441) 2914 : cluster [DBG] pgmap v1920: 161 pgs: 17 active+undersized+degraded, 26 peering, 25 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2024-03-30T04:46:22.578 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:21.617459+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:22.578 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: cephadm 2024-03-30T04:46:21.619017+0000 mgr.y (mgr.25441) 2915 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:22.578 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:21.661106+0000 mon.c (mon.1) 2795 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:22.578 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:21.663412+0000 mon.c (mon.1) 2796 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:22.578 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:21.666084+0000 mon.c (mon.1) 2797 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:22.579 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:21.667047+0000 mon.c (mon.1) 2798 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:22.579 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: cluster 2024-03-30T04:46:21.668651+0000 mgr.y (mgr.25441) 2916 : cluster [DBG] pgmap v1921: 161 pgs: 17 active+undersized+degraded, 26 peering, 25 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2024-03-30T04:46:22.579 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: cluster 2024-03-30T04:46:21.669016+0000 mgr.y (mgr.25441) 2917 : cluster [DBG] pgmap v1922: 161 pgs: 17 active+undersized+degraded, 26 peering, 25 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2024-03-30T04:46:22.579 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:21.674072+0000 mon.a (mon.0) 1268 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:22.579 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: cephadm 2024-03-30T04:46:21.675353+0000 mgr.y (mgr.25441) 2918 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:22.579 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:21.730548+0000 mon.c (mon.1) 2799 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:22.579 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:21.734511+0000 mon.c (mon.1) 2800 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:22.579 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:21.738536+0000 mon.c (mon.1) 2801 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:22.579 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:21.739782+0000 mon.c (mon.1) 2802 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:22.579 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: cluster 2024-03-30T04:46:21.742035+0000 mgr.y (mgr.25441) 2919 : cluster [DBG] pgmap v1923: 161 pgs: 21 active+undersized+degraded, 9 peering, 38 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 26 op/s; 97/726 objects degraded (13.361%) 2024-03-30T04:46:22.579 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: cluster 2024-03-30T04:46:21.742571+0000 mgr.y (mgr.25441) 2920 : cluster [DBG] pgmap v1924: 161 pgs: 21 active+undersized+degraded, 9 peering, 38 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 26 op/s; 97/726 objects degraded (13.361%) 2024-03-30T04:46:22.579 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:21.751131+0000 mon.a (mon.0) 1269 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:22.579 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: cephadm 2024-03-30T04:46:21.752721+0000 mgr.y (mgr.25441) 2921 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:22.579 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:21.828408+0000 mon.c (mon.1) 2803 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:22.579 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:21.831252+0000 mon.c (mon.1) 2804 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:22.580 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:21.833916+0000 mon.c (mon.1) 2805 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:22.580 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:21.834840+0000 mon.c (mon.1) 2806 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:22.580 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:21.843912+0000 mon.a (mon.0) 1270 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:22.580 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:21.926872+0000 mon.c (mon.1) 2807 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:22.580 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:21.929534+0000 mon.c (mon.1) 2808 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:22.580 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:21.932823+0000 mon.c (mon.1) 2809 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:22.580 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:21.933939+0000 mon.c (mon.1) 2810 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:22.580 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:21.943817+0000 mon.a (mon.0) 1271 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:22.580 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:22.034683+0000 mon.c (mon.1) 2811 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:22.580 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:22.039132+0000 mon.c (mon.1) 2812 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:22.580 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:22.041883+0000 mon.c (mon.1) 2813 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:22.580 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:22.043016+0000 mon.c (mon.1) 2814 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:22.580 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:22.051530+0000 mon.a (mon.0) 1272 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:22.580 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:22.128713+0000 mon.c (mon.1) 2815 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:22.580 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:22.131835+0000 mon.c (mon.1) 2816 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:22.581 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:22.136124+0000 mon.c (mon.1) 2817 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:22.581 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:22.137681+0000 mon.c (mon.1) 2818 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:22.581 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:22.150648+0000 mon.a (mon.0) 1273 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:22.581 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:22.239519+0000 mon.c (mon.1) 2819 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:22.581 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:22.243293+0000 mon.c (mon.1) 2820 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:22.581 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:22.246763+0000 mon.c (mon.1) 2821 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:22.581 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:22.248008+0000 mon.c (mon.1) 2822 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:22.581 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:22 smithi117 bash[62284]: audit 2024-03-30T04:46:22.263009+0000 mon.a (mon.0) 1274 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:22.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:22.246763+0000 mon.c (mon.1) 2821 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:22.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:22.248008+0000 mon.c (mon.1) 2822 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:22.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[73591]: audit 2024-03-30T04:46:22.263009+0000 mon.a (mon.0) 1274 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:22.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: cluster 2024-03-30T04:46:21.742571+0000 mgr.y (mgr.25441) 2920 : cluster [DBG] pgmap v1924: 161 pgs: 21 active+undersized+degraded, 9 peering, 38 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 26 op/s; 97/726 objects degraded (13.361%) 2024-03-30T04:46:22.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:21.751131+0000 mon.a (mon.0) 1269 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:22.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: cephadm 2024-03-30T04:46:21.752721+0000 mgr.y (mgr.25441) 2921 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:22.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:21.828408+0000 mon.c (mon.1) 2803 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:22.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:21.831252+0000 mon.c (mon.1) 2804 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:22.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:21.833916+0000 mon.c (mon.1) 2805 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:22.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:21.834840+0000 mon.c (mon.1) 2806 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:22.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:21.843912+0000 mon.a (mon.0) 1270 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:22.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:21.926872+0000 mon.c (mon.1) 2807 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:22.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:21.929534+0000 mon.c (mon.1) 2808 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:22.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:21.932823+0000 mon.c (mon.1) 2809 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:22.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:21.933939+0000 mon.c (mon.1) 2810 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:22.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:21.943817+0000 mon.a (mon.0) 1271 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:22.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:22.034683+0000 mon.c (mon.1) 2811 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:22.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:22.039132+0000 mon.c (mon.1) 2812 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:22.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:22.041883+0000 mon.c (mon.1) 2813 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:22.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:22.043016+0000 mon.c (mon.1) 2814 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:22.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:22.051530+0000 mon.a (mon.0) 1272 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:22.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:22.128713+0000 mon.c (mon.1) 2815 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:22.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:22.131835+0000 mon.c (mon.1) 2816 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:22.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:22.136124+0000 mon.c (mon.1) 2817 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:22.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:22.137681+0000 mon.c (mon.1) 2818 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:22.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:22.150648+0000 mon.a (mon.0) 1273 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:22.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:22.239519+0000 mon.c (mon.1) 2819 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:22.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:22.243293+0000 mon.c (mon.1) 2820 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:22.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:22.246763+0000 mon.c (mon.1) 2821 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:22.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:22.248008+0000 mon.c (mon.1) 2822 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:22.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:22 smithi111 bash[70954]: audit 2024-03-30T04:46:22.263009+0000 mon.a (mon.0) 1274 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:23.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: cluster 2024-03-30T04:46:21.836754+0000 mgr.y (mgr.25441) 2922 : cluster [DBG] pgmap v1925: 161 pgs: 21 active+undersized+degraded, 9 peering, 38 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 22 op/s; 97/726 objects degraded (13.361%) 2024-03-30T04:46:23.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: cluster 2024-03-30T04:46:21.837226+0000 mgr.y (mgr.25441) 2923 : cluster [DBG] pgmap v1926: 161 pgs: 21 active+undersized+degraded, 9 peering, 38 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 22 op/s; 97/726 objects degraded (13.361%) 2024-03-30T04:46:23.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: cephadm 2024-03-30T04:46:21.844777+0000 mgr.y (mgr.25441) 2924 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:23.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: cluster 2024-03-30T04:46:21.936392+0000 mgr.y (mgr.25441) 2925 : cluster [DBG] pgmap v1927: 161 pgs: 21 active+undersized+degraded, 9 peering, 38 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 18 op/s; 97/726 objects degraded (13.361%) 2024-03-30T04:46:23.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: cluster 2024-03-30T04:46:21.937500+0000 mgr.y (mgr.25441) 2926 : cluster [DBG] pgmap v1928: 161 pgs: 21 active+undersized+degraded, 9 peering, 38 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 18 op/s; 97/726 objects degraded (13.361%) 2024-03-30T04:46:23.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: cephadm 2024-03-30T04:46:21.945643+0000 mgr.y (mgr.25441) 2927 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:23.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: cluster 2024-03-30T04:46:22.045082+0000 mgr.y (mgr.25441) 2928 : cluster [DBG] pgmap v1929: 161 pgs: 21 active+undersized+degraded, 9 peering, 38 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:46:23.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: cluster 2024-03-30T04:46:22.045596+0000 mgr.y (mgr.25441) 2929 : cluster [DBG] pgmap v1930: 161 pgs: 21 active+undersized+degraded, 9 peering, 38 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:46:23.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: cephadm 2024-03-30T04:46:22.054460+0000 mgr.y (mgr.25441) 2930 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:23.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: cluster 2024-03-30T04:46:22.140818+0000 mgr.y (mgr.25441) 2931 : cluster [DBG] pgmap v1931: 161 pgs: 21 active+undersized+degraded, 9 peering, 38 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:46:23.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: cluster 2024-03-30T04:46:22.141789+0000 mgr.y (mgr.25441) 2932 : cluster [DBG] pgmap v1932: 161 pgs: 21 active+undersized+degraded, 9 peering, 38 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:46:23.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: cephadm 2024-03-30T04:46:22.152119+0000 mgr.y (mgr.25441) 2933 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:23.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: cluster 2024-03-30T04:46:22.250523+0000 mgr.y (mgr.25441) 2934 : cluster [DBG] pgmap v1933: 161 pgs: 21 active+undersized+degraded, 9 peering, 38 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:46:23.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: cluster 2024-03-30T04:46:22.250923+0000 mgr.y (mgr.25441) 2935 : cluster [DBG] pgmap v1934: 161 pgs: 21 active+undersized+degraded, 9 peering, 38 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:46:23.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: cephadm 2024-03-30T04:46:22.264400+0000 mgr.y (mgr.25441) 2936 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:23.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: cluster 2024-03-30T04:46:21.836754+0000 mgr.y (mgr.25441) 2922 : cluster [DBG] pgmap v1925: 161 pgs: 21 active+undersized+degraded, 9 peering, 38 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 22 op/s; 97/726 objects degraded (13.361%) 2024-03-30T04:46:23.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: cluster 2024-03-30T04:46:21.837226+0000 mgr.y (mgr.25441) 2923 : cluster [DBG] pgmap v1926: 161 pgs: 21 active+undersized+degraded, 9 peering, 38 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 22 op/s; 97/726 objects degraded (13.361%) 2024-03-30T04:46:23.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: cephadm 2024-03-30T04:46:21.844777+0000 mgr.y (mgr.25441) 2924 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:23.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: cluster 2024-03-30T04:46:21.936392+0000 mgr.y (mgr.25441) 2925 : cluster [DBG] pgmap v1927: 161 pgs: 21 active+undersized+degraded, 9 peering, 38 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 18 op/s; 97/726 objects degraded (13.361%) 2024-03-30T04:46:23.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: cluster 2024-03-30T04:46:21.937500+0000 mgr.y (mgr.25441) 2926 : cluster [DBG] pgmap v1928: 161 pgs: 21 active+undersized+degraded, 9 peering, 38 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 18 op/s; 97/726 objects degraded (13.361%) 2024-03-30T04:46:23.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: cephadm 2024-03-30T04:46:21.945643+0000 mgr.y (mgr.25441) 2927 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:23.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: cluster 2024-03-30T04:46:22.045082+0000 mgr.y (mgr.25441) 2928 : cluster [DBG] pgmap v1929: 161 pgs: 21 active+undersized+degraded, 9 peering, 38 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:46:23.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: cluster 2024-03-30T04:46:22.045596+0000 mgr.y (mgr.25441) 2929 : cluster [DBG] pgmap v1930: 161 pgs: 21 active+undersized+degraded, 9 peering, 38 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:46:23.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: cephadm 2024-03-30T04:46:22.054460+0000 mgr.y (mgr.25441) 2930 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:23.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: cluster 2024-03-30T04:46:22.140818+0000 mgr.y (mgr.25441) 2931 : cluster [DBG] pgmap v1931: 161 pgs: 21 active+undersized+degraded, 9 peering, 38 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:46:23.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: cluster 2024-03-30T04:46:22.141789+0000 mgr.y (mgr.25441) 2932 : cluster [DBG] pgmap v1932: 161 pgs: 21 active+undersized+degraded, 9 peering, 38 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:46:23.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: cephadm 2024-03-30T04:46:22.152119+0000 mgr.y (mgr.25441) 2933 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:23.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: cluster 2024-03-30T04:46:22.250523+0000 mgr.y (mgr.25441) 2934 : cluster [DBG] pgmap v1933: 161 pgs: 21 active+undersized+degraded, 9 peering, 38 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:46:23.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: cluster 2024-03-30T04:46:22.250923+0000 mgr.y (mgr.25441) 2935 : cluster [DBG] pgmap v1934: 161 pgs: 21 active+undersized+degraded, 9 peering, 38 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:46:23.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: cephadm 2024-03-30T04:46:22.264400+0000 mgr.y (mgr.25441) 2936 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:23.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.343338+0000 mon.c (mon.1) 2823 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:23.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.345598+0000 mon.c (mon.1) 2824 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:23.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.347748+0000 mon.c (mon.1) 2825 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:23.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.348522+0000 mon.c (mon.1) 2826 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:23.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: cluster 2024-03-30T04:46:22.350338+0000 mgr.y (mgr.25441) 2937 : cluster [DBG] pgmap v1935: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:23.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: cluster 2024-03-30T04:46:22.350777+0000 mgr.y (mgr.25441) 2938 : cluster [DBG] pgmap v1936: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:23.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.356188+0000 mon.a (mon.0) 1275 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:23.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: cephadm 2024-03-30T04:46:22.356887+0000 mgr.y (mgr.25441) 2939 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:23.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.416467+0000 mon.c (mon.1) 2827 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:23.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.418622+0000 mon.c (mon.1) 2828 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:23.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.420786+0000 mon.c (mon.1) 2829 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:23.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.421625+0000 mon.c (mon.1) 2830 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:23.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: cluster 2024-03-30T04:46:22.423280+0000 mgr.y (mgr.25441) 2940 : cluster [DBG] pgmap v1937: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:23.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: cluster 2024-03-30T04:46:22.423693+0000 mgr.y (mgr.25441) 2941 : cluster [DBG] pgmap v1938: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:23.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.429651+0000 mon.a (mon.0) 1276 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:23.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: cephadm 2024-03-30T04:46:22.430335+0000 mgr.y (mgr.25441) 2942 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:23.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.490091+0000 mon.c (mon.1) 2831 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:23.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.492430+0000 mon.c (mon.1) 2832 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:23.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.494527+0000 mon.c (mon.1) 2833 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:23.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.495314+0000 mon.c (mon.1) 2834 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:23.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: cluster 2024-03-30T04:46:22.496988+0000 mgr.y (mgr.25441) 2943 : cluster [DBG] pgmap v1939: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:23.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: cluster 2024-03-30T04:46:22.497516+0000 mgr.y (mgr.25441) 2944 : cluster [DBG] pgmap v1940: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:23.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.503339+0000 mon.a (mon.0) 1277 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:23.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: cephadm 2024-03-30T04:46:22.504047+0000 mgr.y (mgr.25441) 2945 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:23.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.568143+0000 mon.c (mon.1) 2835 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:23.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.571294+0000 mon.c (mon.1) 2836 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:23.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.573912+0000 mon.c (mon.1) 2837 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:23.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.574854+0000 mon.c (mon.1) 2838 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:23.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: cluster 2024-03-30T04:46:22.576925+0000 mgr.y (mgr.25441) 2946 : cluster [DBG] pgmap v1941: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:23.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: cluster 2024-03-30T04:46:22.577286+0000 mgr.y (mgr.25441) 2947 : cluster [DBG] pgmap v1942: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:23.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.585648+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:23.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: cephadm 2024-03-30T04:46:22.587382+0000 mgr.y (mgr.25441) 2948 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:23.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.652103+0000 mon.c (mon.1) 2839 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:23.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.654867+0000 mon.c (mon.1) 2840 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:23.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.657310+0000 mon.c (mon.1) 2841 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:23.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.658110+0000 mon.c (mon.1) 2842 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:23.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.343338+0000 mon.c (mon.1) 2823 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:23.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.345598+0000 mon.c (mon.1) 2824 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:23.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.347748+0000 mon.c (mon.1) 2825 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:23.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.348522+0000 mon.c (mon.1) 2826 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:23.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: cluster 2024-03-30T04:46:22.350338+0000 mgr.y (mgr.25441) 2937 : cluster [DBG] pgmap v1935: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:23.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: cluster 2024-03-30T04:46:22.350777+0000 mgr.y (mgr.25441) 2938 : cluster [DBG] pgmap v1936: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:23.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.356188+0000 mon.a (mon.0) 1275 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:23.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: cephadm 2024-03-30T04:46:22.356887+0000 mgr.y (mgr.25441) 2939 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:23.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.416467+0000 mon.c (mon.1) 2827 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:23.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.418622+0000 mon.c (mon.1) 2828 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:23.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.420786+0000 mon.c (mon.1) 2829 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:23.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.421625+0000 mon.c (mon.1) 2830 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:23.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: cluster 2024-03-30T04:46:22.423280+0000 mgr.y (mgr.25441) 2940 : cluster [DBG] pgmap v1937: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:23.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: cluster 2024-03-30T04:46:22.423693+0000 mgr.y (mgr.25441) 2941 : cluster [DBG] pgmap v1938: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:23.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.429651+0000 mon.a (mon.0) 1276 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:23.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: cephadm 2024-03-30T04:46:22.430335+0000 mgr.y (mgr.25441) 2942 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:23.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.490091+0000 mon.c (mon.1) 2831 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:23.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.492430+0000 mon.c (mon.1) 2832 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:23.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: cluster 2024-03-30T04:46:22.660046+0000 mgr.y (mgr.25441) 2949 : cluster [DBG] pgmap v1943: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:23.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: cluster 2024-03-30T04:46:22.660457+0000 mgr.y (mgr.25441) 2950 : cluster [DBG] pgmap v1944: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:23.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.665006+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:23.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: cephadm 2024-03-30T04:46:22.665976+0000 mgr.y (mgr.25441) 2951 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:23.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.706774+0000 mon.c (mon.1) 2843 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:23.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.709234+0000 mon.c (mon.1) 2844 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:23.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.712113+0000 mon.c (mon.1) 2845 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:23.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.713100+0000 mon.c (mon.1) 2846 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:23.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: cluster 2024-03-30T04:46:22.714935+0000 mgr.y (mgr.25441) 2952 : cluster [DBG] pgmap v1945: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:23.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: cluster 2024-03-30T04:46:22.715339+0000 mgr.y (mgr.25441) 2953 : cluster [DBG] pgmap v1946: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:23.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.721752+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:23.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: cephadm 2024-03-30T04:46:22.723398+0000 mgr.y (mgr.25441) 2954 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:23.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.763893+0000 mon.c (mon.1) 2847 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:23.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.765879+0000 mon.c (mon.1) 2848 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:23.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.767865+0000 mon.c (mon.1) 2849 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:23.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.768604+0000 mon.c (mon.1) 2850 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:23.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: cluster 2024-03-30T04:46:22.770047+0000 mgr.y (mgr.25441) 2955 : cluster [DBG] pgmap v1947: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:23.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: cluster 2024-03-30T04:46:22.770358+0000 mgr.y (mgr.25441) 2956 : cluster [DBG] pgmap v1948: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:23.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.775800+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:23.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.819808+0000 mon.c (mon.1) 2851 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:23.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.822050+0000 mon.c (mon.1) 2852 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:23.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.824014+0000 mon.c (mon.1) 2853 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:23.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.824770+0000 mon.c (mon.1) 2854 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:23.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.832199+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:23.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.873261+0000 mon.c (mon.1) 2855 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:23.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.876152+0000 mon.c (mon.1) 2856 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:23.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.878754+0000 mon.c (mon.1) 2857 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:23.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.879818+0000 mon.c (mon.1) 2858 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:23.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.888025+0000 mon.a (mon.0) 1283 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:23.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.974613+0000 mon.c (mon.1) 2859 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:23.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.978630+0000 mon.c (mon.1) 2860 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:23.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.982613+0000 mon.c (mon.1) 2861 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:23.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.983758+0000 mon.c (mon.1) 2862 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:23.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:22.994683+0000 mon.a (mon.0) 1284 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:23.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:23.072731+0000 mon.c (mon.1) 2863 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:23.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:23.075634+0000 mon.c (mon.1) 2864 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:23.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:23.079124+0000 mon.c (mon.1) 2865 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:23.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:23.080243+0000 mon.c (mon.1) 2866 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:23.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:23.089273+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:23.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:23.165406+0000 mon.c (mon.1) 2867 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:23.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:23.167848+0000 mon.c (mon.1) 2868 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:23.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:23.170610+0000 mon.c (mon.1) 2869 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:23.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:23.171634+0000 mon.c (mon.1) 2870 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:23.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:23.178990+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:23.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: cluster 2024-03-30T04:46:23.208853+0000 mon.a (mon.0) 1287 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-03-30T04:46:23.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:23.256417+0000 mon.c (mon.1) 2871 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:23.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:23.258944+0000 mon.c (mon.1) 2872 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:23.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:23.261533+0000 mon.c (mon.1) 2873 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:23.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:23.262323+0000 mon.c (mon.1) 2874 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:23.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[70954]: audit 2024-03-30T04:46:23.274034+0000 mon.a (mon.0) 1288 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:23.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.494527+0000 mon.c (mon.1) 2833 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:23.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.495314+0000 mon.c (mon.1) 2834 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:23.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: cluster 2024-03-30T04:46:22.496988+0000 mgr.y (mgr.25441) 2943 : cluster [DBG] pgmap v1939: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:23.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: cluster 2024-03-30T04:46:22.497516+0000 mgr.y (mgr.25441) 2944 : cluster [DBG] pgmap v1940: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:23.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.503339+0000 mon.a (mon.0) 1277 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:23.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: cephadm 2024-03-30T04:46:22.504047+0000 mgr.y (mgr.25441) 2945 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:23.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.568143+0000 mon.c (mon.1) 2835 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:23.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.571294+0000 mon.c (mon.1) 2836 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:23.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.573912+0000 mon.c (mon.1) 2837 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:23.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.574854+0000 mon.c (mon.1) 2838 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:23.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: cluster 2024-03-30T04:46:22.576925+0000 mgr.y (mgr.25441) 2946 : cluster [DBG] pgmap v1941: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:23.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: cluster 2024-03-30T04:46:22.577286+0000 mgr.y (mgr.25441) 2947 : cluster [DBG] pgmap v1942: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:23.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.585648+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:23.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: cephadm 2024-03-30T04:46:22.587382+0000 mgr.y (mgr.25441) 2948 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:23.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.652103+0000 mon.c (mon.1) 2839 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:23.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.654867+0000 mon.c (mon.1) 2840 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:23.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.657310+0000 mon.c (mon.1) 2841 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:23.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.658110+0000 mon.c (mon.1) 2842 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:23.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: cluster 2024-03-30T04:46:22.660046+0000 mgr.y (mgr.25441) 2949 : cluster [DBG] pgmap v1943: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:23.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: cluster 2024-03-30T04:46:22.660457+0000 mgr.y (mgr.25441) 2950 : cluster [DBG] pgmap v1944: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:23.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.665006+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:23.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: cephadm 2024-03-30T04:46:22.665976+0000 mgr.y (mgr.25441) 2951 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:23.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.706774+0000 mon.c (mon.1) 2843 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:23.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.709234+0000 mon.c (mon.1) 2844 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:23.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.712113+0000 mon.c (mon.1) 2845 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:23.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.713100+0000 mon.c (mon.1) 2846 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:23.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: cluster 2024-03-30T04:46:22.714935+0000 mgr.y (mgr.25441) 2952 : cluster [DBG] pgmap v1945: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:23.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: cluster 2024-03-30T04:46:22.715339+0000 mgr.y (mgr.25441) 2953 : cluster [DBG] pgmap v1946: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:23.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.721752+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:23.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: cephadm 2024-03-30T04:46:22.723398+0000 mgr.y (mgr.25441) 2954 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:23.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.763893+0000 mon.c (mon.1) 2847 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:23.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.765879+0000 mon.c (mon.1) 2848 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:23.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.767865+0000 mon.c (mon.1) 2849 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:23.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.768604+0000 mon.c (mon.1) 2850 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:23.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: cluster 2024-03-30T04:46:22.770047+0000 mgr.y (mgr.25441) 2955 : cluster [DBG] pgmap v1947: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:23.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: cluster 2024-03-30T04:46:22.770358+0000 mgr.y (mgr.25441) 2956 : cluster [DBG] pgmap v1948: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:23.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.775800+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:23.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.819808+0000 mon.c (mon.1) 2851 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:23.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.822050+0000 mon.c (mon.1) 2852 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:23.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.824014+0000 mon.c (mon.1) 2853 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:23.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.824770+0000 mon.c (mon.1) 2854 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:23.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.832199+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:23.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.873261+0000 mon.c (mon.1) 2855 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:23.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.876152+0000 mon.c (mon.1) 2856 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:23.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.878754+0000 mon.c (mon.1) 2857 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:23.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.879818+0000 mon.c (mon.1) 2858 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:23.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.888025+0000 mon.a (mon.0) 1283 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:23.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.974613+0000 mon.c (mon.1) 2859 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:23.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.978630+0000 mon.c (mon.1) 2860 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:23.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.982613+0000 mon.c (mon.1) 2861 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:23.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.983758+0000 mon.c (mon.1) 2862 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:23.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:22.994683+0000 mon.a (mon.0) 1284 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:23.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:23.072731+0000 mon.c (mon.1) 2863 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:23.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:23.075634+0000 mon.c (mon.1) 2864 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:23.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:23.079124+0000 mon.c (mon.1) 2865 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:23.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:23.080243+0000 mon.c (mon.1) 2866 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:23.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:23.089273+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:23.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:23.165406+0000 mon.c (mon.1) 2867 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:23.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:23.167848+0000 mon.c (mon.1) 2868 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:23.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:23.170610+0000 mon.c (mon.1) 2869 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:23.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:23.171634+0000 mon.c (mon.1) 2870 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:23.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:23.178990+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:23.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: cluster 2024-03-30T04:46:23.208853+0000 mon.a (mon.0) 1287 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-03-30T04:46:23.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:23.256417+0000 mon.c (mon.1) 2871 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:23.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:23.258944+0000 mon.c (mon.1) 2872 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:23.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:23.261533+0000 mon.c (mon.1) 2873 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:23.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:23.262323+0000 mon.c (mon.1) 2874 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:23.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:23 smithi111 bash[73591]: audit 2024-03-30T04:46:23.274034+0000 mon.a (mon.0) 1288 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:23.636 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[68737]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-03-30T04:46:23.636 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[68737]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-4 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-03-30T04:46:23.636 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[68737]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-03-30T04:46:23.636 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[68737]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-03-30T04:46:23.636 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[68737]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2024-03-30T04:46:23.636 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[68737]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-03-30T04:46:23.636 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[68737]: --> ceph-volume raw activate successful for osd ID: 4 2024-03-30T04:46:23.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: cluster 2024-03-30T04:46:21.836754+0000 mgr.y (mgr.25441) 2922 : cluster [DBG] pgmap v1925: 161 pgs: 21 active+undersized+degraded, 9 peering, 38 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 22 op/s; 97/726 objects degraded (13.361%) 2024-03-30T04:46:23.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: cluster 2024-03-30T04:46:21.837226+0000 mgr.y (mgr.25441) 2923 : cluster [DBG] pgmap v1926: 161 pgs: 21 active+undersized+degraded, 9 peering, 38 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 22 op/s; 97/726 objects degraded (13.361%) 2024-03-30T04:46:23.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: cephadm 2024-03-30T04:46:21.844777+0000 mgr.y (mgr.25441) 2924 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:23.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: cluster 2024-03-30T04:46:21.936392+0000 mgr.y (mgr.25441) 2925 : cluster [DBG] pgmap v1927: 161 pgs: 21 active+undersized+degraded, 9 peering, 38 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 18 op/s; 97/726 objects degraded (13.361%) 2024-03-30T04:46:23.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: cluster 2024-03-30T04:46:21.937500+0000 mgr.y (mgr.25441) 2926 : cluster [DBG] pgmap v1928: 161 pgs: 21 active+undersized+degraded, 9 peering, 38 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 18 op/s; 97/726 objects degraded (13.361%) 2024-03-30T04:46:23.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: cephadm 2024-03-30T04:46:21.945643+0000 mgr.y (mgr.25441) 2927 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:23.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: cluster 2024-03-30T04:46:22.045082+0000 mgr.y (mgr.25441) 2928 : cluster [DBG] pgmap v1929: 161 pgs: 21 active+undersized+degraded, 9 peering, 38 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:46:23.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: cluster 2024-03-30T04:46:22.045596+0000 mgr.y (mgr.25441) 2929 : cluster [DBG] pgmap v1930: 161 pgs: 21 active+undersized+degraded, 9 peering, 38 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:46:23.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: cephadm 2024-03-30T04:46:22.054460+0000 mgr.y (mgr.25441) 2930 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:23.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: cluster 2024-03-30T04:46:22.140818+0000 mgr.y (mgr.25441) 2931 : cluster [DBG] pgmap v1931: 161 pgs: 21 active+undersized+degraded, 9 peering, 38 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:46:23.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: cluster 2024-03-30T04:46:22.141789+0000 mgr.y (mgr.25441) 2932 : cluster [DBG] pgmap v1932: 161 pgs: 21 active+undersized+degraded, 9 peering, 38 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:46:23.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: cephadm 2024-03-30T04:46:22.152119+0000 mgr.y (mgr.25441) 2933 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:23.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: cluster 2024-03-30T04:46:22.250523+0000 mgr.y (mgr.25441) 2934 : cluster [DBG] pgmap v1933: 161 pgs: 21 active+undersized+degraded, 9 peering, 38 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:46:23.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: cluster 2024-03-30T04:46:22.250923+0000 mgr.y (mgr.25441) 2935 : cluster [DBG] pgmap v1934: 161 pgs: 21 active+undersized+degraded, 9 peering, 38 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:46:23.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: cephadm 2024-03-30T04:46:22.264400+0000 mgr.y (mgr.25441) 2936 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:23.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.343338+0000 mon.c (mon.1) 2823 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:23.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.345598+0000 mon.c (mon.1) 2824 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:23.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.347748+0000 mon.c (mon.1) 2825 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:23.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.348522+0000 mon.c (mon.1) 2826 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:23.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: cluster 2024-03-30T04:46:22.350338+0000 mgr.y (mgr.25441) 2937 : cluster [DBG] pgmap v1935: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:23.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: cluster 2024-03-30T04:46:22.350777+0000 mgr.y (mgr.25441) 2938 : cluster [DBG] pgmap v1936: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:23.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.356188+0000 mon.a (mon.0) 1275 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:23.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: cephadm 2024-03-30T04:46:22.356887+0000 mgr.y (mgr.25441) 2939 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:23.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.416467+0000 mon.c (mon.1) 2827 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:23.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.418622+0000 mon.c (mon.1) 2828 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:23.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.420786+0000 mon.c (mon.1) 2829 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:23.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.421625+0000 mon.c (mon.1) 2830 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:23.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: cluster 2024-03-30T04:46:22.423280+0000 mgr.y (mgr.25441) 2940 : cluster [DBG] pgmap v1937: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:23.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: cluster 2024-03-30T04:46:22.423693+0000 mgr.y (mgr.25441) 2941 : cluster [DBG] pgmap v1938: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:23.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.429651+0000 mon.a (mon.0) 1276 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:23.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: cephadm 2024-03-30T04:46:22.430335+0000 mgr.y (mgr.25441) 2942 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:23.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.490091+0000 mon.c (mon.1) 2831 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:23.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.492430+0000 mon.c (mon.1) 2832 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:23.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.494527+0000 mon.c (mon.1) 2833 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:23.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.495314+0000 mon.c (mon.1) 2834 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:23.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: cluster 2024-03-30T04:46:22.496988+0000 mgr.y (mgr.25441) 2943 : cluster [DBG] pgmap v1939: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:23.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: cluster 2024-03-30T04:46:22.497516+0000 mgr.y (mgr.25441) 2944 : cluster [DBG] pgmap v1940: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:23.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.503339+0000 mon.a (mon.0) 1277 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:23.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: cephadm 2024-03-30T04:46:22.504047+0000 mgr.y (mgr.25441) 2945 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:23.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.568143+0000 mon.c (mon.1) 2835 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:23.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.571294+0000 mon.c (mon.1) 2836 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:23.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.573912+0000 mon.c (mon.1) 2837 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:23.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.574854+0000 mon.c (mon.1) 2838 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:23.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: cluster 2024-03-30T04:46:22.576925+0000 mgr.y (mgr.25441) 2946 : cluster [DBG] pgmap v1941: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:23.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: cluster 2024-03-30T04:46:22.577286+0000 mgr.y (mgr.25441) 2947 : cluster [DBG] pgmap v1942: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:23.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.585648+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:23.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: cephadm 2024-03-30T04:46:22.587382+0000 mgr.y (mgr.25441) 2948 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:23.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.652103+0000 mon.c (mon.1) 2839 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:23.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.654867+0000 mon.c (mon.1) 2840 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:23.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.657310+0000 mon.c (mon.1) 2841 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:23.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.658110+0000 mon.c (mon.1) 2842 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:23.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: cluster 2024-03-30T04:46:22.660046+0000 mgr.y (mgr.25441) 2949 : cluster [DBG] pgmap v1943: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:23.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: cluster 2024-03-30T04:46:22.660457+0000 mgr.y (mgr.25441) 2950 : cluster [DBG] pgmap v1944: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:23.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.665006+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:23.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: cephadm 2024-03-30T04:46:22.665976+0000 mgr.y (mgr.25441) 2951 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:23.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.706774+0000 mon.c (mon.1) 2843 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:23.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.709234+0000 mon.c (mon.1) 2844 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:23.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.712113+0000 mon.c (mon.1) 2845 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:23.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.713100+0000 mon.c (mon.1) 2846 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:23.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: cluster 2024-03-30T04:46:22.714935+0000 mgr.y (mgr.25441) 2952 : cluster [DBG] pgmap v1945: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:23.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: cluster 2024-03-30T04:46:22.715339+0000 mgr.y (mgr.25441) 2953 : cluster [DBG] pgmap v1946: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:23.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.721752+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:23.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: cephadm 2024-03-30T04:46:22.723398+0000 mgr.y (mgr.25441) 2954 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:23.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.763893+0000 mon.c (mon.1) 2847 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:23.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.765879+0000 mon.c (mon.1) 2848 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:23.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.767865+0000 mon.c (mon.1) 2849 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:23.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.768604+0000 mon.c (mon.1) 2850 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:23.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: cluster 2024-03-30T04:46:22.770047+0000 mgr.y (mgr.25441) 2955 : cluster [DBG] pgmap v1947: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:23.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: cluster 2024-03-30T04:46:22.770358+0000 mgr.y (mgr.25441) 2956 : cluster [DBG] pgmap v1948: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:23.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.775800+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:23.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.819808+0000 mon.c (mon.1) 2851 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:23.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.822050+0000 mon.c (mon.1) 2852 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:23.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.824014+0000 mon.c (mon.1) 2853 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:23.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.824770+0000 mon.c (mon.1) 2854 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:23.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.832199+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:23.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.873261+0000 mon.c (mon.1) 2855 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:23.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.876152+0000 mon.c (mon.1) 2856 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:23.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.878754+0000 mon.c (mon.1) 2857 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:23.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.879818+0000 mon.c (mon.1) 2858 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:23.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.888025+0000 mon.a (mon.0) 1283 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:23.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.974613+0000 mon.c (mon.1) 2859 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:23.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.978630+0000 mon.c (mon.1) 2860 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:23.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.982613+0000 mon.c (mon.1) 2861 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:23.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.983758+0000 mon.c (mon.1) 2862 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:23.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:22.994683+0000 mon.a (mon.0) 1284 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:23.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:23.072731+0000 mon.c (mon.1) 2863 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:23.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:23.075634+0000 mon.c (mon.1) 2864 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:23.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:23.079124+0000 mon.c (mon.1) 2865 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:23.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:23.080243+0000 mon.c (mon.1) 2866 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:23.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:23.089273+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:23.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:23.165406+0000 mon.c (mon.1) 2867 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:23.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:23.167848+0000 mon.c (mon.1) 2868 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:23.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:23.170610+0000 mon.c (mon.1) 2869 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:23.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:23.171634+0000 mon.c (mon.1) 2870 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:23.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:23.178990+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:23.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: cluster 2024-03-30T04:46:23.208853+0000 mon.a (mon.0) 1287 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-03-30T04:46:23.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:23.256417+0000 mon.c (mon.1) 2871 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:23.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:23.258944+0000 mon.c (mon.1) 2872 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:23.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:23.261533+0000 mon.c (mon.1) 2873 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:23.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:23.262323+0000 mon.c (mon.1) 2874 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:23.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:23 smithi117 bash[62284]: audit 2024-03-30T04:46:23.274034+0000 mon.a (mon.0) 1288 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:24.615 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: cephadm 2024-03-30T04:46:22.776457+0000 mgr.y (mgr.25441) 2957 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:24.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: cluster 2024-03-30T04:46:22.826225+0000 mgr.y (mgr.25441) 2958 : cluster [DBG] pgmap v1949: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: cluster 2024-03-30T04:46:22.826561+0000 mgr.y (mgr.25441) 2959 : cluster [DBG] pgmap v1950: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: cephadm 2024-03-30T04:46:22.832805+0000 mgr.y (mgr.25441) 2960 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:24.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: cluster 2024-03-30T04:46:22.881803+0000 mgr.y (mgr.25441) 2961 : cluster [DBG] pgmap v1951: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: cluster 2024-03-30T04:46:22.882509+0000 mgr.y (mgr.25441) 2962 : cluster [DBG] pgmap v1952: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: cephadm 2024-03-30T04:46:22.888740+0000 mgr.y (mgr.25441) 2963 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:24.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: cluster 2024-03-30T04:46:22.986622+0000 mgr.y (mgr.25441) 2964 : cluster [DBG] pgmap v1953: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: cluster 2024-03-30T04:46:22.987604+0000 mgr.y (mgr.25441) 2965 : cluster [DBG] pgmap v1954: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: cephadm 2024-03-30T04:46:22.995717+0000 mgr.y (mgr.25441) 2966 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:24.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: cluster 2024-03-30T04:46:23.082353+0000 mgr.y (mgr.25441) 2967 : cluster [DBG] pgmap v1955: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: cluster 2024-03-30T04:46:23.082804+0000 mgr.y (mgr.25441) 2968 : cluster [DBG] pgmap v1956: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: cephadm 2024-03-30T04:46:23.090733+0000 mgr.y (mgr.25441) 2969 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:24.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: cluster 2024-03-30T04:46:23.173379+0000 mgr.y (mgr.25441) 2970 : cluster [DBG] pgmap v1957: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: cluster 2024-03-30T04:46:23.173815+0000 mgr.y (mgr.25441) 2971 : cluster [DBG] pgmap v1958: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: cephadm 2024-03-30T04:46:23.181029+0000 mgr.y (mgr.25441) 2972 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:24.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: cephadm 2024-03-30T04:46:22.776457+0000 mgr.y (mgr.25441) 2957 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:24.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: cluster 2024-03-30T04:46:22.826225+0000 mgr.y (mgr.25441) 2958 : cluster [DBG] pgmap v1949: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: cluster 2024-03-30T04:46:22.826561+0000 mgr.y (mgr.25441) 2959 : cluster [DBG] pgmap v1950: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: cephadm 2024-03-30T04:46:22.832805+0000 mgr.y (mgr.25441) 2960 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:24.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: cluster 2024-03-30T04:46:22.881803+0000 mgr.y (mgr.25441) 2961 : cluster [DBG] pgmap v1951: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: cluster 2024-03-30T04:46:22.882509+0000 mgr.y (mgr.25441) 2962 : cluster [DBG] pgmap v1952: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: cephadm 2024-03-30T04:46:22.888740+0000 mgr.y (mgr.25441) 2963 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:24.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: cluster 2024-03-30T04:46:22.986622+0000 mgr.y (mgr.25441) 2964 : cluster [DBG] pgmap v1953: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: cluster 2024-03-30T04:46:22.987604+0000 mgr.y (mgr.25441) 2965 : cluster [DBG] pgmap v1954: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: cephadm 2024-03-30T04:46:22.995717+0000 mgr.y (mgr.25441) 2966 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:24.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: cluster 2024-03-30T04:46:23.082353+0000 mgr.y (mgr.25441) 2967 : cluster [DBG] pgmap v1955: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: cluster 2024-03-30T04:46:23.082804+0000 mgr.y (mgr.25441) 2968 : cluster [DBG] pgmap v1956: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: cephadm 2024-03-30T04:46:23.090733+0000 mgr.y (mgr.25441) 2969 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:24.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: cluster 2024-03-30T04:46:23.173379+0000 mgr.y (mgr.25441) 2970 : cluster [DBG] pgmap v1957: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: cluster 2024-03-30T04:46:23.173815+0000 mgr.y (mgr.25441) 2971 : cluster [DBG] pgmap v1958: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: cephadm 2024-03-30T04:46:23.181029+0000 mgr.y (mgr.25441) 2972 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:24.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: cluster 2024-03-30T04:46:23.264132+0000 mgr.y (mgr.25441) 2973 : cluster [DBG] pgmap v1959: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: cluster 2024-03-30T04:46:23.264613+0000 mgr.y (mgr.25441) 2974 : cluster [DBG] pgmap v1960: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: cephadm 2024-03-30T04:46:23.277123+0000 mgr.y (mgr.25441) 2975 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:24.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:23.334759+0000 mon.c (mon.1) 2875 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:24.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:23.336723+0000 mon.c (mon.1) 2876 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:24.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:23.338614+0000 mon.c (mon.1) 2877 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:24.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:23.339315+0000 mon.c (mon.1) 2878 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:24.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: cluster 2024-03-30T04:46:23.340789+0000 mgr.y (mgr.25441) 2976 : cluster [DBG] pgmap v1961: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: cluster 2024-03-30T04:46:23.341144+0000 mgr.y (mgr.25441) 2977 : cluster [DBG] pgmap v1962: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:23.346445+0000 mon.a (mon.0) 1289 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:24.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: cephadm 2024-03-30T04:46:23.347016+0000 mgr.y (mgr.25441) 2978 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:24.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:23.387540+0000 mon.c (mon.1) 2879 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:24.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:23.389695+0000 mon.c (mon.1) 2880 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:24.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:23.391624+0000 mon.c (mon.1) 2881 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:24.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:23.392356+0000 mon.c (mon.1) 2882 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:24.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: cluster 2024-03-30T04:46:23.393745+0000 mgr.y (mgr.25441) 2979 : cluster [DBG] pgmap v1963: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: cluster 2024-03-30T04:46:23.394092+0000 mgr.y (mgr.25441) 2980 : cluster [DBG] pgmap v1964: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: cluster 2024-03-30T04:46:23.264132+0000 mgr.y (mgr.25441) 2973 : cluster [DBG] pgmap v1959: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: cluster 2024-03-30T04:46:23.264613+0000 mgr.y (mgr.25441) 2974 : cluster [DBG] pgmap v1960: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: cephadm 2024-03-30T04:46:23.277123+0000 mgr.y (mgr.25441) 2975 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:24.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:23.334759+0000 mon.c (mon.1) 2875 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:24.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:23.336723+0000 mon.c (mon.1) 2876 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:24.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:23.338614+0000 mon.c (mon.1) 2877 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:24.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:23.339315+0000 mon.c (mon.1) 2878 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:24.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: cluster 2024-03-30T04:46:23.340789+0000 mgr.y (mgr.25441) 2976 : cluster [DBG] pgmap v1961: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: cluster 2024-03-30T04:46:23.341144+0000 mgr.y (mgr.25441) 2977 : cluster [DBG] pgmap v1962: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:23.346445+0000 mon.a (mon.0) 1289 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:24.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: cephadm 2024-03-30T04:46:23.347016+0000 mgr.y (mgr.25441) 2978 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:24.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:23.387540+0000 mon.c (mon.1) 2879 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:24.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:23.389695+0000 mon.c (mon.1) 2880 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:24.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:23.391624+0000 mon.c (mon.1) 2881 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:24.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:23.392356+0000 mon.c (mon.1) 2882 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:24.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: cluster 2024-03-30T04:46:23.393745+0000 mgr.y (mgr.25441) 2979 : cluster [DBG] pgmap v1963: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: cluster 2024-03-30T04:46:23.394092+0000 mgr.y (mgr.25441) 2980 : cluster [DBG] pgmap v1964: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:23.398301+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:24.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: cephadm 2024-03-30T04:46:23.399945+0000 mgr.y (mgr.25441) 2981 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:24.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:23.444101+0000 mon.c (mon.1) 2883 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:24.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:23.446654+0000 mon.c (mon.1) 2884 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:24.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:23.448862+0000 mon.c (mon.1) 2885 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:24.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:23.449732+0000 mon.c (mon.1) 2886 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:24.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: cluster 2024-03-30T04:46:23.451865+0000 mgr.y (mgr.25441) 2982 : cluster [DBG] pgmap v1965: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:23.455343+0000 mon.a (mon.0) 1291 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:24.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: cephadm 2024-03-30T04:46:23.456540+0000 mgr.y (mgr.25441) 2983 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:24.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:23.531506+0000 mon.c (mon.1) 2887 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:24.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:23.534379+0000 mon.c (mon.1) 2888 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:24.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:23.537679+0000 mon.c (mon.1) 2889 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:24.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:23.538967+0000 mon.c (mon.1) 2890 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:24.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: cluster 2024-03-30T04:46:23.541470+0000 mgr.y (mgr.25441) 2984 : cluster [DBG] pgmap v1966: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: cluster 2024-03-30T04:46:23.542581+0000 mgr.y (mgr.25441) 2985 : cluster [DBG] pgmap v1967: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:23.548943+0000 mon.a (mon.0) 1292 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:24.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: cephadm 2024-03-30T04:46:23.549910+0000 mgr.y (mgr.25441) 2986 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:24.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:23.626514+0000 mon.c (mon.1) 2891 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:24.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:23.629177+0000 mon.c (mon.1) 2892 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:24.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:23.631521+0000 mon.c (mon.1) 2893 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:24.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:23.632465+0000 mon.c (mon.1) 2894 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:24.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: cluster 2024-03-30T04:46:23.634430+0000 mgr.y (mgr.25441) 2987 : cluster [DBG] pgmap v1968: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: cluster 2024-03-30T04:46:23.634778+0000 mgr.y (mgr.25441) 2988 : cluster [DBG] pgmap v1969: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:23.641884+0000 mon.a (mon.0) 1293 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:24.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: cephadm 2024-03-30T04:46:23.642677+0000 mgr.y (mgr.25441) 2989 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:24.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:23.720210+0000 mon.c (mon.1) 2895 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:24.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:23.722840+0000 mon.c (mon.1) 2896 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:24.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:23.725280+0000 mon.c (mon.1) 2897 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:24.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:23.726372+0000 mon.c (mon.1) 2898 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:24.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: cluster 2024-03-30T04:46:23.728289+0000 mgr.y (mgr.25441) 2990 : cluster [DBG] pgmap v1970: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: cluster 2024-03-30T04:46:23.728701+0000 mgr.y (mgr.25441) 2991 : cluster [DBG] pgmap v1971: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:23.737094+0000 mon.a (mon.0) 1294 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:24.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: cephadm 2024-03-30T04:46:23.738227+0000 mgr.y (mgr.25441) 2992 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:24.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:23.826648+0000 mon.c (mon.1) 2899 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:24.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:23.831340+0000 mon.c (mon.1) 2900 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:24.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:23.834409+0000 mon.c (mon.1) 2901 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:24.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:23.835398+0000 mon.c (mon.1) 2902 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:24.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:23.398301+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:24.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: cephadm 2024-03-30T04:46:23.399945+0000 mgr.y (mgr.25441) 2981 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:24.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:23.444101+0000 mon.c (mon.1) 2883 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:24.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:23.446654+0000 mon.c (mon.1) 2884 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:24.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:23.448862+0000 mon.c (mon.1) 2885 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:24.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:23.449732+0000 mon.c (mon.1) 2886 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:24.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: cluster 2024-03-30T04:46:23.451865+0000 mgr.y (mgr.25441) 2982 : cluster [DBG] pgmap v1965: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:23.455343+0000 mon.a (mon.0) 1291 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:24.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: cephadm 2024-03-30T04:46:23.456540+0000 mgr.y (mgr.25441) 2983 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:24.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:23.531506+0000 mon.c (mon.1) 2887 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:24.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:23.534379+0000 mon.c (mon.1) 2888 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:24.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:23.537679+0000 mon.c (mon.1) 2889 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:24.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:23.538967+0000 mon.c (mon.1) 2890 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:24.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: cluster 2024-03-30T04:46:23.541470+0000 mgr.y (mgr.25441) 2984 : cluster [DBG] pgmap v1966: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: cluster 2024-03-30T04:46:23.542581+0000 mgr.y (mgr.25441) 2985 : cluster [DBG] pgmap v1967: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:23.548943+0000 mon.a (mon.0) 1292 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:24.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: cephadm 2024-03-30T04:46:23.549910+0000 mgr.y (mgr.25441) 2986 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:24.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:23.626514+0000 mon.c (mon.1) 2891 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:24.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:23.629177+0000 mon.c (mon.1) 2892 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:24.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:23.631521+0000 mon.c (mon.1) 2893 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:24.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:23.632465+0000 mon.c (mon.1) 2894 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:24.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: cluster 2024-03-30T04:46:23.634430+0000 mgr.y (mgr.25441) 2987 : cluster [DBG] pgmap v1968: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: cluster 2024-03-30T04:46:23.634778+0000 mgr.y (mgr.25441) 2988 : cluster [DBG] pgmap v1969: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:23.641884+0000 mon.a (mon.0) 1293 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:24.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: cephadm 2024-03-30T04:46:23.642677+0000 mgr.y (mgr.25441) 2989 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:24.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:23.720210+0000 mon.c (mon.1) 2895 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:24.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:23.722840+0000 mon.c (mon.1) 2896 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:24.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:23.725280+0000 mon.c (mon.1) 2897 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:24.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:23.726372+0000 mon.c (mon.1) 2898 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:24.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: cluster 2024-03-30T04:46:23.728289+0000 mgr.y (mgr.25441) 2990 : cluster [DBG] pgmap v1970: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: cluster 2024-03-30T04:46:23.728701+0000 mgr.y (mgr.25441) 2991 : cluster [DBG] pgmap v1971: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:23.737094+0000 mon.a (mon.0) 1294 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:24.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: cephadm 2024-03-30T04:46:23.738227+0000 mgr.y (mgr.25441) 2992 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:24.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:23.826648+0000 mon.c (mon.1) 2899 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:24.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:23.831340+0000 mon.c (mon.1) 2900 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:24.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:23.834409+0000 mon.c (mon.1) 2901 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:24.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:23.835398+0000 mon.c (mon.1) 2902 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:24.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:23.845152+0000 mon.a (mon.0) 1295 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:24.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:23.933734+0000 mon.c (mon.1) 2903 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:24.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:23.938120+0000 mon.c (mon.1) 2904 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:24.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:23.942103+0000 mon.c (mon.1) 2905 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:24.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:23.943333+0000 mon.c (mon.1) 2906 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:24.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:23.958168+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:24.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:24.048319+0000 mon.c (mon.1) 2907 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:24.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:24.052227+0000 mon.c (mon.1) 2908 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:24.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:24.055662+0000 mon.c (mon.1) 2909 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:24.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:24.056909+0000 mon.c (mon.1) 2910 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:24.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:24.069895+0000 mon.a (mon.0) 1297 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:24.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:24.159587+0000 mon.c (mon.1) 2911 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:24.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:24.162343+0000 mon.c (mon.1) 2912 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:24.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:24.165751+0000 mon.c (mon.1) 2913 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:24.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:24.166823+0000 mon.c (mon.1) 2914 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:24.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:24.178839+0000 mon.a (mon.0) 1298 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:24.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:24.254852+0000 mon.c (mon.1) 2915 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:24.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:24.257090+0000 mon.c (mon.1) 2916 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:24.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:24.260135+0000 mon.c (mon.1) 2917 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:24.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:24.261194+0000 mon.c (mon.1) 2918 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:24.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[70954]: audit 2024-03-30T04:46:24.270934+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:24.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:23.845152+0000 mon.a (mon.0) 1295 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:24.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:23.933734+0000 mon.c (mon.1) 2903 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:24.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:23.938120+0000 mon.c (mon.1) 2904 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:24.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:23.942103+0000 mon.c (mon.1) 2905 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:24.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:23.943333+0000 mon.c (mon.1) 2906 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:24.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:23.958168+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:24.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:24.048319+0000 mon.c (mon.1) 2907 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:24.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:24.052227+0000 mon.c (mon.1) 2908 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:24.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:24.055662+0000 mon.c (mon.1) 2909 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:24.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:24.056909+0000 mon.c (mon.1) 2910 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:24.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:24.069895+0000 mon.a (mon.0) 1297 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:24.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:24.159587+0000 mon.c (mon.1) 2911 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:24.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:24.162343+0000 mon.c (mon.1) 2912 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:24.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:24.165751+0000 mon.c (mon.1) 2913 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:24.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:24.166823+0000 mon.c (mon.1) 2914 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:24.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:24.178839+0000 mon.a (mon.0) 1298 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:24.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:24.254852+0000 mon.c (mon.1) 2915 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:24.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:24.257090+0000 mon.c (mon.1) 2916 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:24.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:24.260135+0000 mon.c (mon.1) 2917 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:24.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:24.261194+0000 mon.c (mon.1) 2918 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:24.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:24 smithi111 bash[73591]: audit 2024-03-30T04:46:24.270934+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:24.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: cephadm 2024-03-30T04:46:22.776457+0000 mgr.y (mgr.25441) 2957 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:24.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: cluster 2024-03-30T04:46:22.826225+0000 mgr.y (mgr.25441) 2958 : cluster [DBG] pgmap v1949: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: cluster 2024-03-30T04:46:22.826561+0000 mgr.y (mgr.25441) 2959 : cluster [DBG] pgmap v1950: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: cephadm 2024-03-30T04:46:22.832805+0000 mgr.y (mgr.25441) 2960 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:24.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: cluster 2024-03-30T04:46:22.881803+0000 mgr.y (mgr.25441) 2961 : cluster [DBG] pgmap v1951: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: cluster 2024-03-30T04:46:22.882509+0000 mgr.y (mgr.25441) 2962 : cluster [DBG] pgmap v1952: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: cephadm 2024-03-30T04:46:22.888740+0000 mgr.y (mgr.25441) 2963 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:24.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: cluster 2024-03-30T04:46:22.986622+0000 mgr.y (mgr.25441) 2964 : cluster [DBG] pgmap v1953: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: cluster 2024-03-30T04:46:22.987604+0000 mgr.y (mgr.25441) 2965 : cluster [DBG] pgmap v1954: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: cephadm 2024-03-30T04:46:22.995717+0000 mgr.y (mgr.25441) 2966 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:24.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: cluster 2024-03-30T04:46:23.082353+0000 mgr.y (mgr.25441) 2967 : cluster [DBG] pgmap v1955: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: cluster 2024-03-30T04:46:23.082804+0000 mgr.y (mgr.25441) 2968 : cluster [DBG] pgmap v1956: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: cephadm 2024-03-30T04:46:23.090733+0000 mgr.y (mgr.25441) 2969 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:24.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: cluster 2024-03-30T04:46:23.173379+0000 mgr.y (mgr.25441) 2970 : cluster [DBG] pgmap v1957: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: cluster 2024-03-30T04:46:23.173815+0000 mgr.y (mgr.25441) 2971 : cluster [DBG] pgmap v1958: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: cephadm 2024-03-30T04:46:23.181029+0000 mgr.y (mgr.25441) 2972 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:24.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: cluster 2024-03-30T04:46:23.264132+0000 mgr.y (mgr.25441) 2973 : cluster [DBG] pgmap v1959: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: cluster 2024-03-30T04:46:23.264613+0000 mgr.y (mgr.25441) 2974 : cluster [DBG] pgmap v1960: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: cephadm 2024-03-30T04:46:23.277123+0000 mgr.y (mgr.25441) 2975 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:24.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:23.334759+0000 mon.c (mon.1) 2875 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:24.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:23.336723+0000 mon.c (mon.1) 2876 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:24.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:23.338614+0000 mon.c (mon.1) 2877 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:24.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:23.339315+0000 mon.c (mon.1) 2878 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:24.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: cluster 2024-03-30T04:46:23.340789+0000 mgr.y (mgr.25441) 2976 : cluster [DBG] pgmap v1961: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: cluster 2024-03-30T04:46:23.341144+0000 mgr.y (mgr.25441) 2977 : cluster [DBG] pgmap v1962: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:23.346445+0000 mon.a (mon.0) 1289 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:24.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: cephadm 2024-03-30T04:46:23.347016+0000 mgr.y (mgr.25441) 2978 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:24.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:23.387540+0000 mon.c (mon.1) 2879 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:24.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:23.389695+0000 mon.c (mon.1) 2880 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:24.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:23.391624+0000 mon.c (mon.1) 2881 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:24.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:23.392356+0000 mon.c (mon.1) 2882 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:24.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: cluster 2024-03-30T04:46:23.393745+0000 mgr.y (mgr.25441) 2979 : cluster [DBG] pgmap v1963: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: cluster 2024-03-30T04:46:23.394092+0000 mgr.y (mgr.25441) 2980 : cluster [DBG] pgmap v1964: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:23.398301+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:24.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: cephadm 2024-03-30T04:46:23.399945+0000 mgr.y (mgr.25441) 2981 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:24.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:23.444101+0000 mon.c (mon.1) 2883 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:24.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:23.446654+0000 mon.c (mon.1) 2884 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:24.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:23.448862+0000 mon.c (mon.1) 2885 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:24.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:23.449732+0000 mon.c (mon.1) 2886 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:24.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: cluster 2024-03-30T04:46:23.451865+0000 mgr.y (mgr.25441) 2982 : cluster [DBG] pgmap v1965: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:23.455343+0000 mon.a (mon.0) 1291 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:24.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: cephadm 2024-03-30T04:46:23.456540+0000 mgr.y (mgr.25441) 2983 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:24.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:23.531506+0000 mon.c (mon.1) 2887 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:24.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:23.534379+0000 mon.c (mon.1) 2888 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:24.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:23.537679+0000 mon.c (mon.1) 2889 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:24.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:23.538967+0000 mon.c (mon.1) 2890 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:24.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: cluster 2024-03-30T04:46:23.541470+0000 mgr.y (mgr.25441) 2984 : cluster [DBG] pgmap v1966: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: cluster 2024-03-30T04:46:23.542581+0000 mgr.y (mgr.25441) 2985 : cluster [DBG] pgmap v1967: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:23.548943+0000 mon.a (mon.0) 1292 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:24.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: cephadm 2024-03-30T04:46:23.549910+0000 mgr.y (mgr.25441) 2986 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:24.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:23.626514+0000 mon.c (mon.1) 2891 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:24.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:23.629177+0000 mon.c (mon.1) 2892 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:24.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:23.631521+0000 mon.c (mon.1) 2893 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:24.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:23.632465+0000 mon.c (mon.1) 2894 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:24.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: cluster 2024-03-30T04:46:23.634430+0000 mgr.y (mgr.25441) 2987 : cluster [DBG] pgmap v1968: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: cluster 2024-03-30T04:46:23.634778+0000 mgr.y (mgr.25441) 2988 : cluster [DBG] pgmap v1969: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:23.641884+0000 mon.a (mon.0) 1293 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:24.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: cephadm 2024-03-30T04:46:23.642677+0000 mgr.y (mgr.25441) 2989 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:24.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:23.720210+0000 mon.c (mon.1) 2895 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:24.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:23.722840+0000 mon.c (mon.1) 2896 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:24.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:23.725280+0000 mon.c (mon.1) 2897 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:24.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:23.726372+0000 mon.c (mon.1) 2898 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:24.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: cluster 2024-03-30T04:46:23.728289+0000 mgr.y (mgr.25441) 2990 : cluster [DBG] pgmap v1970: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: cluster 2024-03-30T04:46:23.728701+0000 mgr.y (mgr.25441) 2991 : cluster [DBG] pgmap v1971: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:24.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:23.737094+0000 mon.a (mon.0) 1294 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:24.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: cephadm 2024-03-30T04:46:23.738227+0000 mgr.y (mgr.25441) 2992 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:24.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:23.826648+0000 mon.c (mon.1) 2899 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:24.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:23.831340+0000 mon.c (mon.1) 2900 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:24.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:23.834409+0000 mon.c (mon.1) 2901 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:24.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:23.835398+0000 mon.c (mon.1) 2902 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:24.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:23.845152+0000 mon.a (mon.0) 1295 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:24.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:23.933734+0000 mon.c (mon.1) 2903 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:24.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:23.938120+0000 mon.c (mon.1) 2904 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:24.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:23.942103+0000 mon.c (mon.1) 2905 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:24.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:23.943333+0000 mon.c (mon.1) 2906 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:24.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:23.958168+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:24.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:24.048319+0000 mon.c (mon.1) 2907 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:24.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:24.052227+0000 mon.c (mon.1) 2908 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:24.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:24.055662+0000 mon.c (mon.1) 2909 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:24.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:24.056909+0000 mon.c (mon.1) 2910 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:24.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:24.069895+0000 mon.a (mon.0) 1297 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:24.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:24.159587+0000 mon.c (mon.1) 2911 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:24.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:24.162343+0000 mon.c (mon.1) 2912 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:24.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:24.165751+0000 mon.c (mon.1) 2913 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:24.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:24.166823+0000 mon.c (mon.1) 2914 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:24.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:24.178839+0000 mon.a (mon.0) 1298 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:24.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:24.254852+0000 mon.c (mon.1) 2915 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:24.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:24.257090+0000 mon.c (mon.1) 2916 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:24.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:24.260135+0000 mon.c (mon.1) 2917 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:24.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:24.261194+0000 mon.c (mon.1) 2918 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:24.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:24 smithi117 bash[62284]: audit 2024-03-30T04:46:24.270934+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:24.949 INFO:teuthology.orchestra.run.smithi111.stdout:true 2024-03-30T04:46:25.615 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: cluster 2024-03-30T04:46:23.837762+0000 mgr.y (mgr.25441) 2993 : cluster [DBG] pgmap v1972: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: cluster 2024-03-30T04:46:23.838168+0000 mgr.y (mgr.25441) 2994 : cluster [DBG] pgmap v1973: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: cephadm 2024-03-30T04:46:23.845930+0000 mgr.y (mgr.25441) 2995 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:25.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: cluster 2024-03-30T04:46:23.945804+0000 mgr.y (mgr.25441) 2996 : cluster [DBG] pgmap v1974: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: cluster 2024-03-30T04:46:23.946207+0000 mgr.y (mgr.25441) 2997 : cluster [DBG] pgmap v1975: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: cephadm 2024-03-30T04:46:23.959672+0000 mgr.y (mgr.25441) 2998 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:25.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: cluster 2024-03-30T04:46:24.059797+0000 mgr.y (mgr.25441) 2999 : cluster [DBG] pgmap v1976: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: cluster 2024-03-30T04:46:24.060682+0000 mgr.y (mgr.25441) 3000 : cluster [DBG] pgmap v1977: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: cephadm 2024-03-30T04:46:24.070728+0000 mgr.y (mgr.25441) 3001 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:25.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: cluster 2024-03-30T04:46:24.169459+0000 mgr.y (mgr.25441) 3002 : cluster [DBG] pgmap v1978: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: cluster 2024-03-30T04:46:24.170448+0000 mgr.y (mgr.25441) 3003 : cluster [DBG] pgmap v1979: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: cephadm 2024-03-30T04:46:24.180007+0000 mgr.y (mgr.25441) 3004 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:25.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: cluster 2024-03-30T04:46:24.263617+0000 mgr.y (mgr.25441) 3005 : cluster [DBG] pgmap v1980: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: cluster 2024-03-30T04:46:24.264008+0000 mgr.y (mgr.25441) 3006 : cluster [DBG] pgmap v1981: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: cephadm 2024-03-30T04:46:24.271944+0000 mgr.y (mgr.25441) 3007 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:25.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: cluster 2024-03-30T04:46:23.837762+0000 mgr.y (mgr.25441) 2993 : cluster [DBG] pgmap v1972: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: cluster 2024-03-30T04:46:23.838168+0000 mgr.y (mgr.25441) 2994 : cluster [DBG] pgmap v1973: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: cephadm 2024-03-30T04:46:23.845930+0000 mgr.y (mgr.25441) 2995 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:25.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: cluster 2024-03-30T04:46:23.945804+0000 mgr.y (mgr.25441) 2996 : cluster [DBG] pgmap v1974: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: cluster 2024-03-30T04:46:23.946207+0000 mgr.y (mgr.25441) 2997 : cluster [DBG] pgmap v1975: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: cephadm 2024-03-30T04:46:23.959672+0000 mgr.y (mgr.25441) 2998 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:25.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: cluster 2024-03-30T04:46:24.059797+0000 mgr.y (mgr.25441) 2999 : cluster [DBG] pgmap v1976: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: cluster 2024-03-30T04:46:24.060682+0000 mgr.y (mgr.25441) 3000 : cluster [DBG] pgmap v1977: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: cephadm 2024-03-30T04:46:24.070728+0000 mgr.y (mgr.25441) 3001 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:25.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: cluster 2024-03-30T04:46:24.169459+0000 mgr.y (mgr.25441) 3002 : cluster [DBG] pgmap v1978: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: cluster 2024-03-30T04:46:24.170448+0000 mgr.y (mgr.25441) 3003 : cluster [DBG] pgmap v1979: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: cephadm 2024-03-30T04:46:24.180007+0000 mgr.y (mgr.25441) 3004 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:25.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: cluster 2024-03-30T04:46:24.263617+0000 mgr.y (mgr.25441) 3005 : cluster [DBG] pgmap v1980: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: cluster 2024-03-30T04:46:24.264008+0000 mgr.y (mgr.25441) 3006 : cluster [DBG] pgmap v1981: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: cephadm 2024-03-30T04:46:24.271944+0000 mgr.y (mgr.25441) 3007 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:25.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.354431+0000 mon.c (mon.1) 2919 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.357986+0000 mon.c (mon.1) 2920 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:25.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.361107+0000 mon.c (mon.1) 2921 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:25.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.362405+0000 mon.c (mon.1) 2922 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:25.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: cluster 2024-03-30T04:46:24.364896+0000 mgr.y (mgr.25441) 3008 : cluster [DBG] pgmap v1982: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: cluster 2024-03-30T04:46:24.365301+0000 mgr.y (mgr.25441) 3009 : cluster [DBG] pgmap v1983: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.371300+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:25.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: cephadm 2024-03-30T04:46:24.373012+0000 mgr.y (mgr.25441) 3010 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:25.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.416958+0000 mon.c (mon.1) 2923 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.419153+0000 mon.c (mon.1) 2924 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:25.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.421143+0000 mon.c (mon.1) 2925 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:25.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.421857+0000 mon.c (mon.1) 2926 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:25.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: cluster 2024-03-30T04:46:24.423434+0000 mgr.y (mgr.25441) 3011 : cluster [DBG] pgmap v1984: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: cluster 2024-03-30T04:46:24.423834+0000 mgr.y (mgr.25441) 3012 : cluster [DBG] pgmap v1985: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.428556+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:25.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: cephadm 2024-03-30T04:46:24.429221+0000 mgr.y (mgr.25441) 3013 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:25.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.487902+0000 mon.c (mon.1) 2927 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.490080+0000 mon.c (mon.1) 2928 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:25.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.492094+0000 mon.c (mon.1) 2929 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:25.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.492879+0000 mon.c (mon.1) 2930 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:25.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: cluster 2024-03-30T04:46:24.494468+0000 mgr.y (mgr.25441) 3014 : cluster [DBG] pgmap v1986: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: cluster 2024-03-30T04:46:24.494878+0000 mgr.y (mgr.25441) 3015 : cluster [DBG] pgmap v1987: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.500913+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:25.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: cephadm 2024-03-30T04:46:24.501549+0000 mgr.y (mgr.25441) 3016 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:25.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.559705+0000 mon.c (mon.1) 2931 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.561907+0000 mon.c (mon.1) 2932 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:25.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.564231+0000 mon.c (mon.1) 2933 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:25.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.565287+0000 mon.c (mon.1) 2934 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:25.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: cluster 2024-03-30T04:46:24.567450+0000 mgr.y (mgr.25441) 3017 : cluster [DBG] pgmap v1988: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: cluster 2024-03-30T04:46:24.568418+0000 mgr.y (mgr.25441) 3018 : cluster [DBG] pgmap v1989: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.575288+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:25.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: cephadm 2024-03-30T04:46:24.576223+0000 mgr.y (mgr.25441) 3019 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:25.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.616970+0000 mon.c (mon.1) 2935 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.618940+0000 mon.c (mon.1) 2936 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:25.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.621295+0000 mon.c (mon.1) 2937 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:25.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.622036+0000 mon.c (mon.1) 2938 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:25.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.354431+0000 mon.c (mon.1) 2919 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.357986+0000 mon.c (mon.1) 2920 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:25.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.361107+0000 mon.c (mon.1) 2921 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:25.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.362405+0000 mon.c (mon.1) 2922 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:25.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: cluster 2024-03-30T04:46:24.364896+0000 mgr.y (mgr.25441) 3008 : cluster [DBG] pgmap v1982: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: cluster 2024-03-30T04:46:24.365301+0000 mgr.y (mgr.25441) 3009 : cluster [DBG] pgmap v1983: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.371300+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:25.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: cephadm 2024-03-30T04:46:24.373012+0000 mgr.y (mgr.25441) 3010 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:25.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.416958+0000 mon.c (mon.1) 2923 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.419153+0000 mon.c (mon.1) 2924 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:25.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.421143+0000 mon.c (mon.1) 2925 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:25.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.421857+0000 mon.c (mon.1) 2926 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:25.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: cluster 2024-03-30T04:46:24.423434+0000 mgr.y (mgr.25441) 3011 : cluster [DBG] pgmap v1984: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: cluster 2024-03-30T04:46:24.423834+0000 mgr.y (mgr.25441) 3012 : cluster [DBG] pgmap v1985: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.428556+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:25.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: cephadm 2024-03-30T04:46:24.429221+0000 mgr.y (mgr.25441) 3013 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:25.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.487902+0000 mon.c (mon.1) 2927 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.490080+0000 mon.c (mon.1) 2928 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:25.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.492094+0000 mon.c (mon.1) 2929 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:25.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: cluster 2024-03-30T04:46:24.623785+0000 mgr.y (mgr.25441) 3020 : cluster [DBG] pgmap v1990: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: cluster 2024-03-30T04:46:24.624209+0000 mgr.y (mgr.25441) 3021 : cluster [DBG] pgmap v1991: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.629840+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:25.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: cephadm 2024-03-30T04:46:24.630606+0000 mgr.y (mgr.25441) 3022 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:25.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.688490+0000 mon.c (mon.1) 2939 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.690368+0000 mon.c (mon.1) 2940 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:25.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.692253+0000 mon.c (mon.1) 2941 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:25.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.692964+0000 mon.c (mon.1) 2942 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:25.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: cluster 2024-03-30T04:46:24.694449+0000 mgr.y (mgr.25441) 3023 : cluster [DBG] pgmap v1992: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: cluster 2024-03-30T04:46:24.694853+0000 mgr.y (mgr.25441) 3024 : cluster [DBG] pgmap v1993: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.699444+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:25.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: cephadm 2024-03-30T04:46:24.701649+0000 mgr.y (mgr.25441) 3025 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:25.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.758200+0000 mon.c (mon.1) 2943 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.760126+0000 mon.c (mon.1) 2944 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:25.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.762173+0000 mon.c (mon.1) 2945 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:25.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.762894+0000 mon.c (mon.1) 2946 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:25.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: cluster 2024-03-30T04:46:24.764351+0000 mgr.y (mgr.25441) 3026 : cluster [DBG] pgmap v1994: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: cluster 2024-03-30T04:46:24.764718+0000 mgr.y (mgr.25441) 3027 : cluster [DBG] pgmap v1995: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.770179+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:25.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: cephadm 2024-03-30T04:46:24.771496+0000 mgr.y (mgr.25441) 3028 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:25.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.812260+0000 mon.c (mon.1) 2947 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.814136+0000 mon.c (mon.1) 2948 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:25.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.816172+0000 mon.c (mon.1) 2949 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:25.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.816912+0000 mon.c (mon.1) 2950 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:25.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.823352+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:25.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.881303+0000 mon.c (mon.1) 2951 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.883479+0000 mon.c (mon.1) 2952 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:25.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.885587+0000 mon.c (mon.1) 2953 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:25.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.886398+0000 mon.c (mon.1) 2954 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:25.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.893333+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:25.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.937934+0000 mon.c (mon.1) 2955 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.940082+0000 mon.c (mon.1) 2956 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:25.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.942527+0000 mon.c (mon.1) 2957 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:25.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.943586+0000 mon.c (mon.1) 2958 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:25.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.952615+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:25.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.997342+0000 mon.c (mon.1) 2959 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:24.999280+0000 mon.c (mon.1) 2960 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:25.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:25.001955+0000 mon.c (mon.1) 2961 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:25.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.492879+0000 mon.c (mon.1) 2930 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:25.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: cluster 2024-03-30T04:46:24.494468+0000 mgr.y (mgr.25441) 3014 : cluster [DBG] pgmap v1986: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: cluster 2024-03-30T04:46:24.494878+0000 mgr.y (mgr.25441) 3015 : cluster [DBG] pgmap v1987: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.500913+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:25.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: cephadm 2024-03-30T04:46:24.501549+0000 mgr.y (mgr.25441) 3016 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:25.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.559705+0000 mon.c (mon.1) 2931 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.561907+0000 mon.c (mon.1) 2932 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:25.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.564231+0000 mon.c (mon.1) 2933 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:25.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.565287+0000 mon.c (mon.1) 2934 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:25.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: cluster 2024-03-30T04:46:24.567450+0000 mgr.y (mgr.25441) 3017 : cluster [DBG] pgmap v1988: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: cluster 2024-03-30T04:46:24.568418+0000 mgr.y (mgr.25441) 3018 : cluster [DBG] pgmap v1989: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.575288+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:25.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: cephadm 2024-03-30T04:46:24.576223+0000 mgr.y (mgr.25441) 3019 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:25.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.616970+0000 mon.c (mon.1) 2935 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.618940+0000 mon.c (mon.1) 2936 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:25.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.621295+0000 mon.c (mon.1) 2937 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:25.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.622036+0000 mon.c (mon.1) 2938 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:25.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: cluster 2024-03-30T04:46:24.623785+0000 mgr.y (mgr.25441) 3020 : cluster [DBG] pgmap v1990: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: cluster 2024-03-30T04:46:24.624209+0000 mgr.y (mgr.25441) 3021 : cluster [DBG] pgmap v1991: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.629840+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:25.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: cephadm 2024-03-30T04:46:24.630606+0000 mgr.y (mgr.25441) 3022 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:25.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.688490+0000 mon.c (mon.1) 2939 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.690368+0000 mon.c (mon.1) 2940 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:25.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.692253+0000 mon.c (mon.1) 2941 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:25.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.692964+0000 mon.c (mon.1) 2942 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:25.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: cluster 2024-03-30T04:46:24.694449+0000 mgr.y (mgr.25441) 3023 : cluster [DBG] pgmap v1992: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: cluster 2024-03-30T04:46:24.694853+0000 mgr.y (mgr.25441) 3024 : cluster [DBG] pgmap v1993: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.699444+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:25.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: cephadm 2024-03-30T04:46:24.701649+0000 mgr.y (mgr.25441) 3025 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:25.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.758200+0000 mon.c (mon.1) 2943 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.760126+0000 mon.c (mon.1) 2944 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:25.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.762173+0000 mon.c (mon.1) 2945 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:25.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.762894+0000 mon.c (mon.1) 2946 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:25.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: cluster 2024-03-30T04:46:24.764351+0000 mgr.y (mgr.25441) 3026 : cluster [DBG] pgmap v1994: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: cluster 2024-03-30T04:46:24.764718+0000 mgr.y (mgr.25441) 3027 : cluster [DBG] pgmap v1995: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:25.002683+0000 mon.c (mon.1) 2962 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:25.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:25.011883+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:25.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:25.056621+0000 mon.c (mon.1) 2963 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:25.058805+0000 mon.c (mon.1) 2964 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:25.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:25.060844+0000 mon.c (mon.1) 2965 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:25.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:25.061578+0000 mon.c (mon.1) 2966 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:25.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:25.075806+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:25.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:25.126165+0000 mon.c (mon.1) 2967 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:25.128678+0000 mon.c (mon.1) 2968 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:25.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:25.130976+0000 mon.c (mon.1) 2969 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:25.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:25.131863+0000 mon.c (mon.1) 2970 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:25.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:25.141220+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:25.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:25.204356+0000 mon.c (mon.1) 2971 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:25.207968+0000 mon.c (mon.1) 2972 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:25.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:25.210370+0000 mon.c (mon.1) 2973 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:25.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:25.211256+0000 mon.c (mon.1) 2974 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:25.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:25.224257+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:25.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: cluster 2024-03-30T04:46:25.240443+0000 mon.a (mon.0) 1314 : cluster [WRN] Health check update: Degraded data redundancy: 125/726 objects degraded (17.218%), 27 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:25.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[70954]: audit 2024-03-30T04:46:25.287862+0000 mon.c (mon.1) 2975 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.770179+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:25.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: cephadm 2024-03-30T04:46:24.771496+0000 mgr.y (mgr.25441) 3028 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:25.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.812260+0000 mon.c (mon.1) 2947 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.814136+0000 mon.c (mon.1) 2948 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:25.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.816172+0000 mon.c (mon.1) 2949 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:25.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.816912+0000 mon.c (mon.1) 2950 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:25.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.823352+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:25.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.881303+0000 mon.c (mon.1) 2951 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.883479+0000 mon.c (mon.1) 2952 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:25.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.885587+0000 mon.c (mon.1) 2953 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:25.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.886398+0000 mon.c (mon.1) 2954 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:25.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.893333+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:25.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.937934+0000 mon.c (mon.1) 2955 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.940082+0000 mon.c (mon.1) 2956 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:25.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.942527+0000 mon.c (mon.1) 2957 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:25.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.943586+0000 mon.c (mon.1) 2958 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:25.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.952615+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:25.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.997342+0000 mon.c (mon.1) 2959 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:24.999280+0000 mon.c (mon.1) 2960 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:25.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:25.001955+0000 mon.c (mon.1) 2961 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:25.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:25.002683+0000 mon.c (mon.1) 2962 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:25.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:25.011883+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:25.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:25.056621+0000 mon.c (mon.1) 2963 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:25.058805+0000 mon.c (mon.1) 2964 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:25.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:25.060844+0000 mon.c (mon.1) 2965 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:25.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:25.061578+0000 mon.c (mon.1) 2966 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:25.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:25.075806+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:25.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:25.126165+0000 mon.c (mon.1) 2967 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:25.128678+0000 mon.c (mon.1) 2968 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:25.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:25.130976+0000 mon.c (mon.1) 2969 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:25.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:25.131863+0000 mon.c (mon.1) 2970 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:25.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:25.141220+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:25.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:25.204356+0000 mon.c (mon.1) 2971 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:25.207968+0000 mon.c (mon.1) 2972 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:25.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:25.210370+0000 mon.c (mon.1) 2973 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:25.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:25.211256+0000 mon.c (mon.1) 2974 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:25.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:25.224257+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:25.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: cluster 2024-03-30T04:46:25.240443+0000 mon.a (mon.0) 1314 : cluster [WRN] Health check update: Degraded data redundancy: 125/726 objects degraded (17.218%), 27 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:25.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:25 smithi111 bash[73591]: audit 2024-03-30T04:46:25.287862+0000 mon.c (mon.1) 2975 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: cluster 2024-03-30T04:46:23.837762+0000 mgr.y (mgr.25441) 2993 : cluster [DBG] pgmap v1972: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: cluster 2024-03-30T04:46:23.838168+0000 mgr.y (mgr.25441) 2994 : cluster [DBG] pgmap v1973: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: cephadm 2024-03-30T04:46:23.845930+0000 mgr.y (mgr.25441) 2995 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:25.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: cluster 2024-03-30T04:46:23.945804+0000 mgr.y (mgr.25441) 2996 : cluster [DBG] pgmap v1974: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: cluster 2024-03-30T04:46:23.946207+0000 mgr.y (mgr.25441) 2997 : cluster [DBG] pgmap v1975: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: cephadm 2024-03-30T04:46:23.959672+0000 mgr.y (mgr.25441) 2998 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:25.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: cluster 2024-03-30T04:46:24.059797+0000 mgr.y (mgr.25441) 2999 : cluster [DBG] pgmap v1976: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: cluster 2024-03-30T04:46:24.060682+0000 mgr.y (mgr.25441) 3000 : cluster [DBG] pgmap v1977: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: cephadm 2024-03-30T04:46:24.070728+0000 mgr.y (mgr.25441) 3001 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:25.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: cluster 2024-03-30T04:46:24.169459+0000 mgr.y (mgr.25441) 3002 : cluster [DBG] pgmap v1978: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: cluster 2024-03-30T04:46:24.170448+0000 mgr.y (mgr.25441) 3003 : cluster [DBG] pgmap v1979: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: cephadm 2024-03-30T04:46:24.180007+0000 mgr.y (mgr.25441) 3004 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:25.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: cluster 2024-03-30T04:46:24.263617+0000 mgr.y (mgr.25441) 3005 : cluster [DBG] pgmap v1980: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: cluster 2024-03-30T04:46:24.264008+0000 mgr.y (mgr.25441) 3006 : cluster [DBG] pgmap v1981: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: cephadm 2024-03-30T04:46:24.271944+0000 mgr.y (mgr.25441) 3007 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:25.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.354431+0000 mon.c (mon.1) 2919 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.357986+0000 mon.c (mon.1) 2920 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:25.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.361107+0000 mon.c (mon.1) 2921 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:25.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.362405+0000 mon.c (mon.1) 2922 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:25.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: cluster 2024-03-30T04:46:24.364896+0000 mgr.y (mgr.25441) 3008 : cluster [DBG] pgmap v1982: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: cluster 2024-03-30T04:46:24.365301+0000 mgr.y (mgr.25441) 3009 : cluster [DBG] pgmap v1983: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.371300+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:25.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: cephadm 2024-03-30T04:46:24.373012+0000 mgr.y (mgr.25441) 3010 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:25.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.416958+0000 mon.c (mon.1) 2923 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.419153+0000 mon.c (mon.1) 2924 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:25.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.421143+0000 mon.c (mon.1) 2925 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:25.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.421857+0000 mon.c (mon.1) 2926 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:25.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: cluster 2024-03-30T04:46:24.423434+0000 mgr.y (mgr.25441) 3011 : cluster [DBG] pgmap v1984: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: cluster 2024-03-30T04:46:24.423834+0000 mgr.y (mgr.25441) 3012 : cluster [DBG] pgmap v1985: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.428556+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:25.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: cephadm 2024-03-30T04:46:24.429221+0000 mgr.y (mgr.25441) 3013 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:25.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.487902+0000 mon.c (mon.1) 2927 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.490080+0000 mon.c (mon.1) 2928 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:25.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.492094+0000 mon.c (mon.1) 2929 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:25.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.492879+0000 mon.c (mon.1) 2930 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:25.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: cluster 2024-03-30T04:46:24.494468+0000 mgr.y (mgr.25441) 3014 : cluster [DBG] pgmap v1986: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: cluster 2024-03-30T04:46:24.494878+0000 mgr.y (mgr.25441) 3015 : cluster [DBG] pgmap v1987: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.500913+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:25.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: cephadm 2024-03-30T04:46:24.501549+0000 mgr.y (mgr.25441) 3016 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:25.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.559705+0000 mon.c (mon.1) 2931 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.561907+0000 mon.c (mon.1) 2932 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:25.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.564231+0000 mon.c (mon.1) 2933 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:25.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.565287+0000 mon.c (mon.1) 2934 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:25.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: cluster 2024-03-30T04:46:24.567450+0000 mgr.y (mgr.25441) 3017 : cluster [DBG] pgmap v1988: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: cluster 2024-03-30T04:46:24.568418+0000 mgr.y (mgr.25441) 3018 : cluster [DBG] pgmap v1989: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.575288+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:25.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: cephadm 2024-03-30T04:46:24.576223+0000 mgr.y (mgr.25441) 3019 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:25.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.616970+0000 mon.c (mon.1) 2935 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.618940+0000 mon.c (mon.1) 2936 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:25.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.621295+0000 mon.c (mon.1) 2937 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:25.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.622036+0000 mon.c (mon.1) 2938 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:25.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: cluster 2024-03-30T04:46:24.623785+0000 mgr.y (mgr.25441) 3020 : cluster [DBG] pgmap v1990: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: cluster 2024-03-30T04:46:24.624209+0000 mgr.y (mgr.25441) 3021 : cluster [DBG] pgmap v1991: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.629840+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:25.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: cephadm 2024-03-30T04:46:24.630606+0000 mgr.y (mgr.25441) 3022 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:25.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.688490+0000 mon.c (mon.1) 2939 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.690368+0000 mon.c (mon.1) 2940 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:25.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.692253+0000 mon.c (mon.1) 2941 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:25.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.692964+0000 mon.c (mon.1) 2942 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:25.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: cluster 2024-03-30T04:46:24.694449+0000 mgr.y (mgr.25441) 3023 : cluster [DBG] pgmap v1992: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: cluster 2024-03-30T04:46:24.694853+0000 mgr.y (mgr.25441) 3024 : cluster [DBG] pgmap v1993: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.699444+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:25.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: cephadm 2024-03-30T04:46:24.701649+0000 mgr.y (mgr.25441) 3025 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:25.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.758200+0000 mon.c (mon.1) 2943 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.760126+0000 mon.c (mon.1) 2944 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:25.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.762173+0000 mon.c (mon.1) 2945 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:25.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.762894+0000 mon.c (mon.1) 2946 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:25.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: cluster 2024-03-30T04:46:24.764351+0000 mgr.y (mgr.25441) 3026 : cluster [DBG] pgmap v1994: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: cluster 2024-03-30T04:46:24.764718+0000 mgr.y (mgr.25441) 3027 : cluster [DBG] pgmap v1995: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:25.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.770179+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:25.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: cephadm 2024-03-30T04:46:24.771496+0000 mgr.y (mgr.25441) 3028 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:25.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.812260+0000 mon.c (mon.1) 2947 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.814136+0000 mon.c (mon.1) 2948 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:25.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.816172+0000 mon.c (mon.1) 2949 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:25.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.816912+0000 mon.c (mon.1) 2950 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:25.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.823352+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:25.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.881303+0000 mon.c (mon.1) 2951 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.883479+0000 mon.c (mon.1) 2952 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:25.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.885587+0000 mon.c (mon.1) 2953 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:25.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.886398+0000 mon.c (mon.1) 2954 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:25.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.893333+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:25.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.937934+0000 mon.c (mon.1) 2955 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.940082+0000 mon.c (mon.1) 2956 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:25.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.942527+0000 mon.c (mon.1) 2957 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:25.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.943586+0000 mon.c (mon.1) 2958 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:25.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.952615+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:25.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.997342+0000 mon.c (mon.1) 2959 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:24.999280+0000 mon.c (mon.1) 2960 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:25.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:25.001955+0000 mon.c (mon.1) 2961 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:25.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:25.002683+0000 mon.c (mon.1) 2962 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:25.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:25.011883+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:25.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:25.056621+0000 mon.c (mon.1) 2963 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:25.058805+0000 mon.c (mon.1) 2964 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:25.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:25.060844+0000 mon.c (mon.1) 2965 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:25.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:25.061578+0000 mon.c (mon.1) 2966 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:25.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:25.075806+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:25.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:25.126165+0000 mon.c (mon.1) 2967 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:25.128678+0000 mon.c (mon.1) 2968 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:25.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:25.130976+0000 mon.c (mon.1) 2969 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:25.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:25.131863+0000 mon.c (mon.1) 2970 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:25.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:25.141220+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:25.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:25.204356+0000 mon.c (mon.1) 2971 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:25.207968+0000 mon.c (mon.1) 2972 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:25.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:25.210370+0000 mon.c (mon.1) 2973 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:25.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:25.211256+0000 mon.c (mon.1) 2974 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:25.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:25.224257+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:25.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: cluster 2024-03-30T04:46:25.240443+0000 mon.a (mon.0) 1314 : cluster [WRN] Health check update: Degraded data redundancy: 125/726 objects degraded (17.218%), 27 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:25.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:25 smithi117 bash[62284]: audit 2024-03-30T04:46:25.287862+0000 mon.c (mon.1) 2975 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:25.743 INFO:teuthology.orchestra.run.smithi111.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:46:25.743 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi111 smithi111 running 9s ago 20m - - 2024-03-30T04:46:25.743 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi117 smithi117 running 7s ago 20m - - 2024-03-30T04:46:25.743 INFO:teuthology.orchestra.run.smithi111.stdout:alertmanager.a smithi111 *:9093,9094 running (7m) 9s ago 14m 14.4M - 0.23.0 ba2b418f427c 1324aeb3a452 2024-03-30T04:46:25.743 INFO:teuthology.orchestra.run.smithi111.stdout:grafana.a smithi117 *:3000 error 7s ago 13m - - 2024-03-30T04:46:25.743 INFO:teuthology.orchestra.run.smithi111.stdout:iscsi.foo.smithi111.fmwmll smithi111 running (5m) 9s ago 11m 44.2M - 3.5 e1d6a67b021e 429bab8e2057 2024-03-30T04:46:25.743 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.x smithi117 *:8443,9283,8765 running (4m) 7s ago 20m 438M - 19.0.0-2493-gd82c9aa1 3714003597ec 42ebd55da4b4 2024-03-30T04:46:25.743 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.y smithi111 *:8443,9283,8765 running (6m) 9s ago 22m 520M - 19.0.0-2493-gd82c9aa1 3714003597ec fa84fb31d2a4 2024-03-30T04:46:25.743 INFO:teuthology.orchestra.run.smithi111.stdout:mon.a smithi111 running (4m) 9s ago 22m 108M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 896c96f933ff 2024-03-30T04:46:25.744 INFO:teuthology.orchestra.run.smithi111.stdout:mon.b smithi117 running (3m) 7s ago 20m 47.7M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 60f10ffc2128 2024-03-30T04:46:25.744 INFO:teuthology.orchestra.run.smithi111.stdout:mon.c smithi111 running (4m) 9s ago 20m 57.3M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 385ecbe45d43 2024-03-30T04:46:25.744 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.a smithi111 *:9100 running (7m) 9s ago 14m 9260k - 1.3.1 1dbe0e931976 6370ea39ede2 2024-03-30T04:46:25.744 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.b smithi117 *:9100 running (6m) 7s ago 14m 10.1M - 1.3.1 1dbe0e931976 038bdefec2fb 2024-03-30T04:46:25.744 INFO:teuthology.orchestra.run.smithi111.stdout:osd.0 smithi111 running (2m) 9s ago 19m 51.1M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec c83a5c211a2a 2024-03-30T04:46:25.744 INFO:teuthology.orchestra.run.smithi111.stdout:osd.1 smithi111 running (2m) 9s ago 19m 57.1M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 72f709306a82 2024-03-30T04:46:25.744 INFO:teuthology.orchestra.run.smithi111.stdout:osd.2 smithi111 running (80s) 9s ago 18m 46.0M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 4812fabf499a 2024-03-30T04:46:25.744 INFO:teuthology.orchestra.run.smithi111.stdout:osd.3 smithi111 running (40s) 9s ago 17m 52.9M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec d39d23268f95 2024-03-30T04:46:25.744 INFO:teuthology.orchestra.run.smithi111.stdout:osd.4 smithi117 starting - - - 4096M 2024-03-30T04:46:25.744 INFO:teuthology.orchestra.run.smithi111.stdout:osd.5 smithi117 running (16m) 7s ago 16m 61.1M 4096M 17.2.0 e1d6a67b021e 232d5fd01e16 2024-03-30T04:46:25.744 INFO:teuthology.orchestra.run.smithi111.stdout:osd.6 smithi117 running (15m) 7s ago 16m 57.9M 4096M 17.2.0 e1d6a67b021e 393ee9af633e 2024-03-30T04:46:25.744 INFO:teuthology.orchestra.run.smithi111.stdout:osd.7 smithi117 running (15m) 7s ago 15m 65.1M 4096M 17.2.0 e1d6a67b021e f9f3a86e8182 2024-03-30T04:46:25.744 INFO:teuthology.orchestra.run.smithi111.stdout:prometheus.a smithi117 *:9095 running (5m) 7s ago 14m 66.2M - 2.33.4 514e6a882f6e e0486046291e 2024-03-30T04:46:25.744 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi111.gqpgtc smithi111 *:8000 running (12m) 9s ago 12m 88.3M - 17.2.0 e1d6a67b021e e51a6fac1b59 2024-03-30T04:46:25.744 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi117.nijpsz smithi117 *:8000 running (12m) 7s ago 12m 88.1M - 17.2.0 e1d6a67b021e bd8939f98ae0 2024-03-30T04:46:25.744 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi111.nqgkvi smithi111 *:80 running (11m) 9s ago 11m 88.2M - 17.2.0 e1d6a67b021e 4dd1cc17abca 2024-03-30T04:46:25.745 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi117.wrgldy smithi117 *:80 running (11m) 7s ago 11m 87.8M - 17.2.0 e1d6a67b021e 1bff1faa59ec 2024-03-30T04:46:26.234 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:46:26.235 INFO:teuthology.orchestra.run.smithi111.stdout: "mon": { 2024-03-30T04:46:26.235 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:46:26.235 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:46:26.235 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr": { 2024-03-30T04:46:26.235 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:46:26.235 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:46:26.235 INFO:teuthology.orchestra.run.smithi111.stdout: "osd": { 2024-03-30T04:46:26.235 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3, 2024-03-30T04:46:26.235 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 4 2024-03-30T04:46:26.235 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:46:26.235 INFO:teuthology.orchestra.run.smithi111.stdout: "rgw": { 2024-03-30T04:46:26.235 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:46:26.235 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:46:26.235 INFO:teuthology.orchestra.run.smithi111.stdout: "overall": { 2024-03-30T04:46:26.236 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 7, 2024-03-30T04:46:26.236 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 9 2024-03-30T04:46:26.236 INFO:teuthology.orchestra.run.smithi111.stdout: } 2024-03-30T04:46:26.236 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:46:26.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cluster 2024-03-30T04:46:24.818346+0000 mgr.y (mgr.25441) 3029 : cluster [DBG] pgmap v1996: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cluster 2024-03-30T04:46:24.818720+0000 mgr.y (mgr.25441) 3030 : cluster [DBG] pgmap v1997: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cephadm 2024-03-30T04:46:24.824364+0000 mgr.y (mgr.25441) 3031 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cluster 2024-03-30T04:46:24.888162+0000 mgr.y (mgr.25441) 3032 : cluster [DBG] pgmap v1998: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cluster 2024-03-30T04:46:24.888582+0000 mgr.y (mgr.25441) 3033 : cluster [DBG] pgmap v1999: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cephadm 2024-03-30T04:46:24.897551+0000 mgr.y (mgr.25441) 3034 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:24.939582+0000 mgr.y (mgr.25441) 3035 : audit [DBG] from='client.34446 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:26.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cluster 2024-03-30T04:46:24.945156+0000 mgr.y (mgr.25441) 3036 : cluster [DBG] pgmap v2000: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cluster 2024-03-30T04:46:24.945495+0000 mgr.y (mgr.25441) 3037 : cluster [DBG] pgmap v2001: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cephadm 2024-03-30T04:46:24.956850+0000 mgr.y (mgr.25441) 3038 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cluster 2024-03-30T04:46:25.004135+0000 mgr.y (mgr.25441) 3039 : cluster [DBG] pgmap v2002: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cluster 2024-03-30T04:46:25.004563+0000 mgr.y (mgr.25441) 3040 : cluster [DBG] pgmap v2003: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cephadm 2024-03-30T04:46:25.015923+0000 mgr.y (mgr.25441) 3041 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cluster 2024-03-30T04:46:25.063171+0000 mgr.y (mgr.25441) 3042 : cluster [DBG] pgmap v2004: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cluster 2024-03-30T04:46:25.063641+0000 mgr.y (mgr.25441) 3043 : cluster [DBG] pgmap v2005: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cephadm 2024-03-30T04:46:25.078971+0000 mgr.y (mgr.25441) 3044 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cluster 2024-03-30T04:46:25.133502+0000 mgr.y (mgr.25441) 3045 : cluster [DBG] pgmap v2006: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cluster 2024-03-30T04:46:25.133877+0000 mgr.y (mgr.25441) 3046 : cluster [DBG] pgmap v2007: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cephadm 2024-03-30T04:46:25.145556+0000 mgr.y (mgr.25441) 3047 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cluster 2024-03-30T04:46:25.213270+0000 mgr.y (mgr.25441) 3048 : cluster [DBG] pgmap v2008: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cluster 2024-03-30T04:46:25.213853+0000 mgr.y (mgr.25441) 3049 : cluster [DBG] pgmap v2009: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cephadm 2024-03-30T04:46:25.224975+0000 mgr.y (mgr.25441) 3050 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.290487+0000 mon.c (mon.1) 2976 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.310180+0000 mon.c (mon.1) 2977 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.311015+0000 mon.c (mon.1) 2978 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cluster 2024-03-30T04:46:25.312659+0000 mgr.y (mgr.25441) 3051 : cluster [DBG] pgmap v2010: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cluster 2024-03-30T04:46:25.313079+0000 mgr.y (mgr.25441) 3052 : cluster [DBG] pgmap v2011: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.318085+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cephadm 2024-03-30T04:46:25.319164+0000 mgr.y (mgr.25441) 3053 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.351816+0000 mgr.y (mgr.25441) 3054 : audit [DBG] from='client.34452 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:26.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.360915+0000 mon.c (mon.1) 2979 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.363433+0000 mon.c (mon.1) 2980 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.365453+0000 mon.c (mon.1) 2981 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.366263+0000 mon.c (mon.1) 2982 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cluster 2024-03-30T04:46:25.367845+0000 mgr.y (mgr.25441) 3055 : cluster [DBG] pgmap v2012: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cluster 2024-03-30T04:46:25.368247+0000 mgr.y (mgr.25441) 3056 : cluster [DBG] pgmap v2013: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.373974+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cephadm 2024-03-30T04:46:25.374727+0000 mgr.y (mgr.25441) 3057 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.414830+0000 mon.c (mon.1) 2983 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.416643+0000 mon.c (mon.1) 2984 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.418427+0000 mon.c (mon.1) 2985 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.419081+0000 mon.c (mon.1) 2986 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cluster 2024-03-30T04:46:25.420434+0000 mgr.y (mgr.25441) 3058 : cluster [DBG] pgmap v2014: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cluster 2024-03-30T04:46:25.420783+0000 mgr.y (mgr.25441) 3059 : cluster [DBG] pgmap v2015: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.425198+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cephadm 2024-03-30T04:46:25.425882+0000 mgr.y (mgr.25441) 3060 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.467724+0000 mon.c (mon.1) 2987 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.469981+0000 mon.c (mon.1) 2988 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.477298+0000 mon.c (mon.1) 2989 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.478104+0000 mon.c (mon.1) 2990 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cluster 2024-03-30T04:46:25.479691+0000 mgr.y (mgr.25441) 3061 : cluster [DBG] pgmap v2016: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cluster 2024-03-30T04:46:25.480085+0000 mgr.y (mgr.25441) 3062 : cluster [DBG] pgmap v2017: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.485399+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cephadm 2024-03-30T04:46:25.486050+0000 mgr.y (mgr.25441) 3063 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.526526+0000 mon.c (mon.1) 2991 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.528374+0000 mon.c (mon.1) 2992 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.530189+0000 mon.c (mon.1) 2993 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.530835+0000 mon.c (mon.1) 2994 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cluster 2024-03-30T04:46:25.532299+0000 mgr.y (mgr.25441) 3064 : cluster [DBG] pgmap v2018: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cluster 2024-03-30T04:46:25.532674+0000 mgr.y (mgr.25441) 3065 : cluster [DBG] pgmap v2019: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.538918+0000 mon.a (mon.0) 1319 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cephadm 2024-03-30T04:46:25.539588+0000 mgr.y (mgr.25441) 3066 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.579608+0000 mon.c (mon.1) 2995 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.581586+0000 mon.c (mon.1) 2996 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.583550+0000 mon.c (mon.1) 2997 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.584221+0000 mon.c (mon.1) 2998 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cluster 2024-03-30T04:46:25.585694+0000 mgr.y (mgr.25441) 3067 : cluster [DBG] pgmap v2020: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cluster 2024-03-30T04:46:25.586087+0000 mgr.y (mgr.25441) 3068 : cluster [DBG] pgmap v2021: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.622 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:46:26] "GET /metrics HTTP/1.1" 200 38516 "" "Prometheus/2.33.4" 2024-03-30T04:46:26.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cluster 2024-03-30T04:46:24.818346+0000 mgr.y (mgr.25441) 3029 : cluster [DBG] pgmap v1996: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cluster 2024-03-30T04:46:24.818720+0000 mgr.y (mgr.25441) 3030 : cluster [DBG] pgmap v1997: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cephadm 2024-03-30T04:46:24.824364+0000 mgr.y (mgr.25441) 3031 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cluster 2024-03-30T04:46:24.888162+0000 mgr.y (mgr.25441) 3032 : cluster [DBG] pgmap v1998: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cluster 2024-03-30T04:46:24.888582+0000 mgr.y (mgr.25441) 3033 : cluster [DBG] pgmap v1999: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cephadm 2024-03-30T04:46:24.897551+0000 mgr.y (mgr.25441) 3034 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:24.939582+0000 mgr.y (mgr.25441) 3035 : audit [DBG] from='client.34446 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:26.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cluster 2024-03-30T04:46:24.945156+0000 mgr.y (mgr.25441) 3036 : cluster [DBG] pgmap v2000: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cluster 2024-03-30T04:46:24.945495+0000 mgr.y (mgr.25441) 3037 : cluster [DBG] pgmap v2001: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cephadm 2024-03-30T04:46:24.956850+0000 mgr.y (mgr.25441) 3038 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cluster 2024-03-30T04:46:25.004135+0000 mgr.y (mgr.25441) 3039 : cluster [DBG] pgmap v2002: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cluster 2024-03-30T04:46:25.004563+0000 mgr.y (mgr.25441) 3040 : cluster [DBG] pgmap v2003: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cephadm 2024-03-30T04:46:25.015923+0000 mgr.y (mgr.25441) 3041 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cluster 2024-03-30T04:46:25.063171+0000 mgr.y (mgr.25441) 3042 : cluster [DBG] pgmap v2004: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cluster 2024-03-30T04:46:25.063641+0000 mgr.y (mgr.25441) 3043 : cluster [DBG] pgmap v2005: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cephadm 2024-03-30T04:46:25.078971+0000 mgr.y (mgr.25441) 3044 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cluster 2024-03-30T04:46:25.133502+0000 mgr.y (mgr.25441) 3045 : cluster [DBG] pgmap v2006: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cluster 2024-03-30T04:46:25.133877+0000 mgr.y (mgr.25441) 3046 : cluster [DBG] pgmap v2007: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cephadm 2024-03-30T04:46:25.145556+0000 mgr.y (mgr.25441) 3047 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cluster 2024-03-30T04:46:25.213270+0000 mgr.y (mgr.25441) 3048 : cluster [DBG] pgmap v2008: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cluster 2024-03-30T04:46:25.213853+0000 mgr.y (mgr.25441) 3049 : cluster [DBG] pgmap v2009: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cephadm 2024-03-30T04:46:25.224975+0000 mgr.y (mgr.25441) 3050 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.290487+0000 mon.c (mon.1) 2976 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.310180+0000 mon.c (mon.1) 2977 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.311015+0000 mon.c (mon.1) 2978 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cluster 2024-03-30T04:46:25.312659+0000 mgr.y (mgr.25441) 3051 : cluster [DBG] pgmap v2010: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cluster 2024-03-30T04:46:25.313079+0000 mgr.y (mgr.25441) 3052 : cluster [DBG] pgmap v2011: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.318085+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cephadm 2024-03-30T04:46:25.319164+0000 mgr.y (mgr.25441) 3053 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.351816+0000 mgr.y (mgr.25441) 3054 : audit [DBG] from='client.34452 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:26.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.360915+0000 mon.c (mon.1) 2979 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.363433+0000 mon.c (mon.1) 2980 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.365453+0000 mon.c (mon.1) 2981 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.366263+0000 mon.c (mon.1) 2982 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cluster 2024-03-30T04:46:25.367845+0000 mgr.y (mgr.25441) 3055 : cluster [DBG] pgmap v2012: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cluster 2024-03-30T04:46:25.368247+0000 mgr.y (mgr.25441) 3056 : cluster [DBG] pgmap v2013: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.373974+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cephadm 2024-03-30T04:46:25.374727+0000 mgr.y (mgr.25441) 3057 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.414830+0000 mon.c (mon.1) 2983 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.416643+0000 mon.c (mon.1) 2984 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.418427+0000 mon.c (mon.1) 2985 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.419081+0000 mon.c (mon.1) 2986 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cluster 2024-03-30T04:46:25.420434+0000 mgr.y (mgr.25441) 3058 : cluster [DBG] pgmap v2014: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cluster 2024-03-30T04:46:25.420783+0000 mgr.y (mgr.25441) 3059 : cluster [DBG] pgmap v2015: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.425198+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cephadm 2024-03-30T04:46:25.425882+0000 mgr.y (mgr.25441) 3060 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.467724+0000 mon.c (mon.1) 2987 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.469981+0000 mon.c (mon.1) 2988 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.477298+0000 mon.c (mon.1) 2989 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.478104+0000 mon.c (mon.1) 2990 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cluster 2024-03-30T04:46:25.479691+0000 mgr.y (mgr.25441) 3061 : cluster [DBG] pgmap v2016: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cluster 2024-03-30T04:46:25.480085+0000 mgr.y (mgr.25441) 3062 : cluster [DBG] pgmap v2017: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.485399+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cephadm 2024-03-30T04:46:25.486050+0000 mgr.y (mgr.25441) 3063 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.526526+0000 mon.c (mon.1) 2991 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.528374+0000 mon.c (mon.1) 2992 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.530189+0000 mon.c (mon.1) 2993 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.530835+0000 mon.c (mon.1) 2994 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cluster 2024-03-30T04:46:25.532299+0000 mgr.y (mgr.25441) 3064 : cluster [DBG] pgmap v2018: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cluster 2024-03-30T04:46:25.532674+0000 mgr.y (mgr.25441) 3065 : cluster [DBG] pgmap v2019: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.538918+0000 mon.a (mon.0) 1319 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cephadm 2024-03-30T04:46:25.539588+0000 mgr.y (mgr.25441) 3066 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.579608+0000 mon.c (mon.1) 2995 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.581586+0000 mon.c (mon.1) 2996 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.583550+0000 mon.c (mon.1) 2997 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.584221+0000 mon.c (mon.1) 2998 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cluster 2024-03-30T04:46:25.585694+0000 mgr.y (mgr.25441) 3067 : cluster [DBG] pgmap v2020: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cluster 2024-03-30T04:46:25.586087+0000 mgr.y (mgr.25441) 3068 : cluster [DBG] pgmap v2021: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.591572+0000 mon.a (mon.0) 1320 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cephadm 2024-03-30T04:46:25.593134+0000 mgr.y (mgr.25441) 3069 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.633130+0000 mon.c (mon.1) 2999 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.635181+0000 mon.c (mon.1) 3000 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.637050+0000 mon.c (mon.1) 3001 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.637741+0000 mon.c (mon.1) 3002 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cluster 2024-03-30T04:46:25.639231+0000 mgr.y (mgr.25441) 3070 : cluster [DBG] pgmap v2022: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cluster 2024-03-30T04:46:25.639609+0000 mgr.y (mgr.25441) 3071 : cluster [DBG] pgmap v2023: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.643995+0000 mon.a (mon.0) 1321 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cephadm 2024-03-30T04:46:25.645751+0000 mgr.y (mgr.25441) 3072 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.691999+0000 mon.c (mon.1) 3003 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.694538+0000 mon.c (mon.1) 3004 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.696551+0000 mon.c (mon.1) 3005 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.697285+0000 mon.c (mon.1) 3006 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cluster 2024-03-30T04:46:25.698877+0000 mgr.y (mgr.25441) 3073 : cluster [DBG] pgmap v2024: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cluster 2024-03-30T04:46:25.699277+0000 mgr.y (mgr.25441) 3074 : cluster [DBG] pgmap v2025: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.704750+0000 mon.a (mon.0) 1322 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cephadm 2024-03-30T04:46:25.705443+0000 mgr.y (mgr.25441) 3075 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.731682+0000 mgr.y (mgr.25441) 3076 : audit [DBG] from='client.44389 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:26.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.591572+0000 mon.a (mon.0) 1320 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cephadm 2024-03-30T04:46:25.593134+0000 mgr.y (mgr.25441) 3069 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.633130+0000 mon.c (mon.1) 2999 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.635181+0000 mon.c (mon.1) 3000 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.637050+0000 mon.c (mon.1) 3001 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.637741+0000 mon.c (mon.1) 3002 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cluster 2024-03-30T04:46:25.639231+0000 mgr.y (mgr.25441) 3070 : cluster [DBG] pgmap v2022: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cluster 2024-03-30T04:46:25.639609+0000 mgr.y (mgr.25441) 3071 : cluster [DBG] pgmap v2023: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.643995+0000 mon.a (mon.0) 1321 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cephadm 2024-03-30T04:46:25.645751+0000 mgr.y (mgr.25441) 3072 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.691999+0000 mon.c (mon.1) 3003 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.694538+0000 mon.c (mon.1) 3004 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.696551+0000 mon.c (mon.1) 3005 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.697285+0000 mon.c (mon.1) 3006 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cluster 2024-03-30T04:46:25.698877+0000 mgr.y (mgr.25441) 3073 : cluster [DBG] pgmap v2024: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cluster 2024-03-30T04:46:25.699277+0000 mgr.y (mgr.25441) 3074 : cluster [DBG] pgmap v2025: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.704750+0000 mon.a (mon.0) 1322 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cephadm 2024-03-30T04:46:25.705443+0000 mgr.y (mgr.25441) 3075 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.731682+0000 mgr.y (mgr.25441) 3076 : audit [DBG] from='client.44389 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:26.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.763128+0000 mon.c (mon.1) 3007 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.765177+0000 mon.c (mon.1) 3008 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.767399+0000 mon.c (mon.1) 3009 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.768176+0000 mon.c (mon.1) 3010 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cluster 2024-03-30T04:46:25.769918+0000 mgr.y (mgr.25441) 3077 : cluster [DBG] pgmap v2026: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cluster 2024-03-30T04:46:25.770318+0000 mgr.y (mgr.25441) 3078 : cluster [DBG] pgmap v2027: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.775485+0000 mon.a (mon.0) 1323 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cephadm 2024-03-30T04:46:25.776181+0000 mgr.y (mgr.25441) 3079 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.822706+0000 mon.c (mon.1) 3011 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.825067+0000 mon.c (mon.1) 3012 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.827124+0000 mon.c (mon.1) 3013 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.827876+0000 mon.c (mon.1) 3014 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.835514+0000 mon.a (mon.0) 1324 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.877758+0000 mon.c (mon.1) 3015 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.879770+0000 mon.c (mon.1) 3016 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.881527+0000 mon.c (mon.1) 3017 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.882196+0000 mon.c (mon.1) 3018 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.888548+0000 mon.a (mon.0) 1325 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.930187+0000 mon.c (mon.1) 3019 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.763128+0000 mon.c (mon.1) 3007 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.765177+0000 mon.c (mon.1) 3008 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.767399+0000 mon.c (mon.1) 3009 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.768176+0000 mon.c (mon.1) 3010 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cluster 2024-03-30T04:46:25.769918+0000 mgr.y (mgr.25441) 3077 : cluster [DBG] pgmap v2026: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cluster 2024-03-30T04:46:25.770318+0000 mgr.y (mgr.25441) 3078 : cluster [DBG] pgmap v2027: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.775485+0000 mon.a (mon.0) 1323 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cephadm 2024-03-30T04:46:25.776181+0000 mgr.y (mgr.25441) 3079 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.822706+0000 mon.c (mon.1) 3011 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.825067+0000 mon.c (mon.1) 3012 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.827124+0000 mon.c (mon.1) 3013 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.827876+0000 mon.c (mon.1) 3014 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.835514+0000 mon.a (mon.0) 1324 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.877758+0000 mon.c (mon.1) 3015 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.879770+0000 mon.c (mon.1) 3016 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.881527+0000 mon.c (mon.1) 3017 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.882196+0000 mon.c (mon.1) 3018 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.888548+0000 mon.a (mon.0) 1325 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.930187+0000 mon.c (mon.1) 3019 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.932032+0000 mon.c (mon.1) 3020 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.933832+0000 mon.c (mon.1) 3021 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.934538+0000 mon.c (mon.1) 3022 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.942896+0000 mon.a (mon.0) 1326 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.989543+0000 mon.c (mon.1) 3023 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.991895+0000 mon.c (mon.1) 3024 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.993913+0000 mon.c (mon.1) 3025 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:25.994678+0000 mon.c (mon.1) 3026 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:26.001255+0000 mon.a (mon.0) 1327 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:26.065253+0000 mon.c (mon.1) 3027 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:26.067544+0000 mon.c (mon.1) 3028 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:26.069396+0000 mon.c (mon.1) 3029 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:26.070126+0000 mon.c (mon.1) 3030 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:26.077664+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:26.134415+0000 mon.c (mon.1) 3031 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:26.136770+0000 mon.c (mon.1) 3032 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:26.138668+0000 mon.c (mon.1) 3033 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:26.139361+0000 mon.c (mon.1) 3034 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:26.148664+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.932032+0000 mon.c (mon.1) 3020 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.933832+0000 mon.c (mon.1) 3021 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.934538+0000 mon.c (mon.1) 3022 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.942896+0000 mon.a (mon.0) 1326 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.989543+0000 mon.c (mon.1) 3023 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.991895+0000 mon.c (mon.1) 3024 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.993913+0000 mon.c (mon.1) 3025 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:25.994678+0000 mon.c (mon.1) 3026 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:26.001255+0000 mon.a (mon.0) 1327 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:26.065253+0000 mon.c (mon.1) 3027 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:26.067544+0000 mon.c (mon.1) 3028 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:26.069396+0000 mon.c (mon.1) 3029 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:26.070126+0000 mon.c (mon.1) 3030 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:26.077664+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:26.134415+0000 mon.c (mon.1) 3031 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:26.136770+0000 mon.c (mon.1) 3032 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:26.138668+0000 mon.c (mon.1) 3033 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:26.139361+0000 mon.c (mon.1) 3034 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:26.148664+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:26.207988+0000 mon.c (mon.1) 3035 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:26.210431+0000 mon.c (mon.1) 3036 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:26.212321+0000 mon.c (mon.1) 3037 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:26.213075+0000 mon.c (mon.1) 3038 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: cluster 2024-03-30T04:46:26.216244+0000 mon.a (mon.0) 1330 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:46:26.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:26.228911+0000 mon.a (mon.0) 1331 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:26.241682+0000 mon.a (mon.0) 1332 : audit [DBG] from='client.? 172.21.15.111:0/708873087' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:26.286041+0000 mon.c (mon.1) 3039 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:26.287938+0000 mon.c (mon.1) 3040 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:26.290446+0000 mon.c (mon.1) 3041 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[73591]: audit 2024-03-30T04:46:26.291208+0000 mon.c (mon.1) 3042 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:26.207988+0000 mon.c (mon.1) 3035 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:26.210431+0000 mon.c (mon.1) 3036 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:26.212321+0000 mon.c (mon.1) 3037 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:26.213075+0000 mon.c (mon.1) 3038 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: cluster 2024-03-30T04:46:26.216244+0000 mon.a (mon.0) 1330 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:46:26.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:26.228911+0000 mon.a (mon.0) 1331 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:26.241682+0000 mon.a (mon.0) 1332 : audit [DBG] from='client.? 172.21.15.111:0/708873087' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:26.286041+0000 mon.c (mon.1) 3039 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:26.287938+0000 mon.c (mon.1) 3040 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:26.290446+0000 mon.c (mon.1) 3041 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:26 smithi111 bash[70954]: audit 2024-03-30T04:46:26.291208+0000 mon.c (mon.1) 3042 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.638 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:46:26.638 INFO:teuthology.orchestra.run.smithi111.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962", 2024-03-30T04:46:26.638 INFO:teuthology.orchestra.run.smithi111.stdout: "in_progress": true, 2024-03-30T04:46:26.639 INFO:teuthology.orchestra.run.smithi111.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:46:26.639 INFO:teuthology.orchestra.run.smithi111.stdout: "services_complete": [ 2024-03-30T04:46:26.639 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr", 2024-03-30T04:46:26.639 INFO:teuthology.orchestra.run.smithi111.stdout: "mon" 2024-03-30T04:46:26.639 INFO:teuthology.orchestra.run.smithi111.stdout: ], 2024-03-30T04:46:26.639 INFO:teuthology.orchestra.run.smithi111.stdout: "progress": "9/23 daemons upgraded", 2024-03-30T04:46:26.639 INFO:teuthology.orchestra.run.smithi111.stdout: "message": "Currently upgrading osd daemons", 2024-03-30T04:46:26.639 INFO:teuthology.orchestra.run.smithi111.stdout: "is_paused": false 2024-03-30T04:46:26.639 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:46:26.639 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[69196]: debug 2024-03-30T04:46:26.349+0000 7fe2abbc1700 1 -- 172.21.15.117:0/3179528503 <== mon.2 v2:172.21.15.117:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x558882d55680 con 0x558882d93000 2024-03-30T04:46:26.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cluster 2024-03-30T04:46:24.818346+0000 mgr.y (mgr.25441) 3029 : cluster [DBG] pgmap v1996: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cluster 2024-03-30T04:46:24.818720+0000 mgr.y (mgr.25441) 3030 : cluster [DBG] pgmap v1997: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cephadm 2024-03-30T04:46:24.824364+0000 mgr.y (mgr.25441) 3031 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cluster 2024-03-30T04:46:24.888162+0000 mgr.y (mgr.25441) 3032 : cluster [DBG] pgmap v1998: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cluster 2024-03-30T04:46:24.888582+0000 mgr.y (mgr.25441) 3033 : cluster [DBG] pgmap v1999: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cephadm 2024-03-30T04:46:24.897551+0000 mgr.y (mgr.25441) 3034 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:24.939582+0000 mgr.y (mgr.25441) 3035 : audit [DBG] from='client.34446 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:26.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cluster 2024-03-30T04:46:24.945156+0000 mgr.y (mgr.25441) 3036 : cluster [DBG] pgmap v2000: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cluster 2024-03-30T04:46:24.945495+0000 mgr.y (mgr.25441) 3037 : cluster [DBG] pgmap v2001: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cephadm 2024-03-30T04:46:24.956850+0000 mgr.y (mgr.25441) 3038 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cluster 2024-03-30T04:46:25.004135+0000 mgr.y (mgr.25441) 3039 : cluster [DBG] pgmap v2002: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cluster 2024-03-30T04:46:25.004563+0000 mgr.y (mgr.25441) 3040 : cluster [DBG] pgmap v2003: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cephadm 2024-03-30T04:46:25.015923+0000 mgr.y (mgr.25441) 3041 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cluster 2024-03-30T04:46:25.063171+0000 mgr.y (mgr.25441) 3042 : cluster [DBG] pgmap v2004: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cluster 2024-03-30T04:46:25.063641+0000 mgr.y (mgr.25441) 3043 : cluster [DBG] pgmap v2005: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cephadm 2024-03-30T04:46:25.078971+0000 mgr.y (mgr.25441) 3044 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cluster 2024-03-30T04:46:25.133502+0000 mgr.y (mgr.25441) 3045 : cluster [DBG] pgmap v2006: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cluster 2024-03-30T04:46:25.133877+0000 mgr.y (mgr.25441) 3046 : cluster [DBG] pgmap v2007: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cephadm 2024-03-30T04:46:25.145556+0000 mgr.y (mgr.25441) 3047 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cluster 2024-03-30T04:46:25.213270+0000 mgr.y (mgr.25441) 3048 : cluster [DBG] pgmap v2008: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cluster 2024-03-30T04:46:25.213853+0000 mgr.y (mgr.25441) 3049 : cluster [DBG] pgmap v2009: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cephadm 2024-03-30T04:46:25.224975+0000 mgr.y (mgr.25441) 3050 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.290487+0000 mon.c (mon.1) 2976 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.310180+0000 mon.c (mon.1) 2977 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.311015+0000 mon.c (mon.1) 2978 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cluster 2024-03-30T04:46:25.312659+0000 mgr.y (mgr.25441) 3051 : cluster [DBG] pgmap v2010: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cluster 2024-03-30T04:46:25.313079+0000 mgr.y (mgr.25441) 3052 : cluster [DBG] pgmap v2011: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.318085+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cephadm 2024-03-30T04:46:25.319164+0000 mgr.y (mgr.25441) 3053 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.351816+0000 mgr.y (mgr.25441) 3054 : audit [DBG] from='client.34452 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:26.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.360915+0000 mon.c (mon.1) 2979 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.363433+0000 mon.c (mon.1) 2980 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.365453+0000 mon.c (mon.1) 2981 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.366263+0000 mon.c (mon.1) 2982 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cluster 2024-03-30T04:46:25.367845+0000 mgr.y (mgr.25441) 3055 : cluster [DBG] pgmap v2012: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cluster 2024-03-30T04:46:25.368247+0000 mgr.y (mgr.25441) 3056 : cluster [DBG] pgmap v2013: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.373974+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cephadm 2024-03-30T04:46:25.374727+0000 mgr.y (mgr.25441) 3057 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.414830+0000 mon.c (mon.1) 2983 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.416643+0000 mon.c (mon.1) 2984 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.418427+0000 mon.c (mon.1) 2985 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.419081+0000 mon.c (mon.1) 2986 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cluster 2024-03-30T04:46:25.420434+0000 mgr.y (mgr.25441) 3058 : cluster [DBG] pgmap v2014: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cluster 2024-03-30T04:46:25.420783+0000 mgr.y (mgr.25441) 3059 : cluster [DBG] pgmap v2015: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.425198+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cephadm 2024-03-30T04:46:25.425882+0000 mgr.y (mgr.25441) 3060 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.467724+0000 mon.c (mon.1) 2987 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.469981+0000 mon.c (mon.1) 2988 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.477298+0000 mon.c (mon.1) 2989 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.478104+0000 mon.c (mon.1) 2990 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cluster 2024-03-30T04:46:25.479691+0000 mgr.y (mgr.25441) 3061 : cluster [DBG] pgmap v2016: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cluster 2024-03-30T04:46:25.480085+0000 mgr.y (mgr.25441) 3062 : cluster [DBG] pgmap v2017: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.485399+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cephadm 2024-03-30T04:46:25.486050+0000 mgr.y (mgr.25441) 3063 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.526526+0000 mon.c (mon.1) 2991 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.528374+0000 mon.c (mon.1) 2992 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.530189+0000 mon.c (mon.1) 2993 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.530835+0000 mon.c (mon.1) 2994 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cluster 2024-03-30T04:46:25.532299+0000 mgr.y (mgr.25441) 3064 : cluster [DBG] pgmap v2018: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cluster 2024-03-30T04:46:25.532674+0000 mgr.y (mgr.25441) 3065 : cluster [DBG] pgmap v2019: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.538918+0000 mon.a (mon.0) 1319 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cephadm 2024-03-30T04:46:25.539588+0000 mgr.y (mgr.25441) 3066 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.579608+0000 mon.c (mon.1) 2995 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.581586+0000 mon.c (mon.1) 2996 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.583550+0000 mon.c (mon.1) 2997 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.584221+0000 mon.c (mon.1) 2998 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cluster 2024-03-30T04:46:25.585694+0000 mgr.y (mgr.25441) 3067 : cluster [DBG] pgmap v2020: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cluster 2024-03-30T04:46:25.586087+0000 mgr.y (mgr.25441) 3068 : cluster [DBG] pgmap v2021: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.591572+0000 mon.a (mon.0) 1320 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cephadm 2024-03-30T04:46:25.593134+0000 mgr.y (mgr.25441) 3069 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.633130+0000 mon.c (mon.1) 2999 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.635181+0000 mon.c (mon.1) 3000 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.637050+0000 mon.c (mon.1) 3001 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.637741+0000 mon.c (mon.1) 3002 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cluster 2024-03-30T04:46:25.639231+0000 mgr.y (mgr.25441) 3070 : cluster [DBG] pgmap v2022: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cluster 2024-03-30T04:46:25.639609+0000 mgr.y (mgr.25441) 3071 : cluster [DBG] pgmap v2023: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.643995+0000 mon.a (mon.0) 1321 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cephadm 2024-03-30T04:46:25.645751+0000 mgr.y (mgr.25441) 3072 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.691999+0000 mon.c (mon.1) 3003 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.694538+0000 mon.c (mon.1) 3004 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.696551+0000 mon.c (mon.1) 3005 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.697285+0000 mon.c (mon.1) 3006 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cluster 2024-03-30T04:46:25.698877+0000 mgr.y (mgr.25441) 3073 : cluster [DBG] pgmap v2024: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cluster 2024-03-30T04:46:25.699277+0000 mgr.y (mgr.25441) 3074 : cluster [DBG] pgmap v2025: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.704750+0000 mon.a (mon.0) 1322 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cephadm 2024-03-30T04:46:25.705443+0000 mgr.y (mgr.25441) 3075 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.731682+0000 mgr.y (mgr.25441) 3076 : audit [DBG] from='client.44389 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:26.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.763128+0000 mon.c (mon.1) 3007 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.765177+0000 mon.c (mon.1) 3008 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.767399+0000 mon.c (mon.1) 3009 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.768176+0000 mon.c (mon.1) 3010 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cluster 2024-03-30T04:46:25.769918+0000 mgr.y (mgr.25441) 3077 : cluster [DBG] pgmap v2026: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cluster 2024-03-30T04:46:25.770318+0000 mgr.y (mgr.25441) 3078 : cluster [DBG] pgmap v2027: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:26.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.775485+0000 mon.a (mon.0) 1323 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cephadm 2024-03-30T04:46:25.776181+0000 mgr.y (mgr.25441) 3079 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:26.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.822706+0000 mon.c (mon.1) 3011 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.825067+0000 mon.c (mon.1) 3012 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.827124+0000 mon.c (mon.1) 3013 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.827876+0000 mon.c (mon.1) 3014 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.835514+0000 mon.a (mon.0) 1324 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.877758+0000 mon.c (mon.1) 3015 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.879770+0000 mon.c (mon.1) 3016 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.881527+0000 mon.c (mon.1) 3017 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.882196+0000 mon.c (mon.1) 3018 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.888548+0000 mon.a (mon.0) 1325 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.930187+0000 mon.c (mon.1) 3019 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.932032+0000 mon.c (mon.1) 3020 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.933832+0000 mon.c (mon.1) 3021 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.934538+0000 mon.c (mon.1) 3022 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.942896+0000 mon.a (mon.0) 1326 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.989543+0000 mon.c (mon.1) 3023 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.991895+0000 mon.c (mon.1) 3024 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.993913+0000 mon.c (mon.1) 3025 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:25.994678+0000 mon.c (mon.1) 3026 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:26.001255+0000 mon.a (mon.0) 1327 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:26.065253+0000 mon.c (mon.1) 3027 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:26.067544+0000 mon.c (mon.1) 3028 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:26.069396+0000 mon.c (mon.1) 3029 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:26.070126+0000 mon.c (mon.1) 3030 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:26.077664+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:26.134415+0000 mon.c (mon.1) 3031 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:26.136770+0000 mon.c (mon.1) 3032 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:26.138668+0000 mon.c (mon.1) 3033 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:26.139361+0000 mon.c (mon.1) 3034 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:26.148664+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:26.207988+0000 mon.c (mon.1) 3035 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:26.210431+0000 mon.c (mon.1) 3036 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:26.212321+0000 mon.c (mon.1) 3037 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:26.213075+0000 mon.c (mon.1) 3038 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:26.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: cluster 2024-03-30T04:46:26.216244+0000 mon.a (mon.0) 1330 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:46:26.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:26.228911+0000 mon.a (mon.0) 1331 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:26.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:26.241682+0000 mon.a (mon.0) 1332 : audit [DBG] from='client.? 172.21.15.111:0/708873087' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:26.286041+0000 mon.c (mon.1) 3039 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:26.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:26.287938+0000 mon.c (mon.1) 3040 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:26.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:26.290446+0000 mon.c (mon.1) 3041 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:26.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[62284]: audit 2024-03-30T04:46:26.291208+0000 mon.c (mon.1) 3042 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.136 INFO:teuthology.orchestra.run.smithi111.stdout:HEALTH_WARN 1 osds down; Degraded data redundancy: 125/726 objects degraded (17.218%), 27 pgs degraded 2024-03-30T04:46:27.137 INFO:teuthology.orchestra.run.smithi111.stdout:[WRN] OSD_DOWN: 1 osds down 2024-03-30T04:46:27.137 INFO:teuthology.orchestra.run.smithi111.stdout: osd.4 (root=default,host=smithi117) is down 2024-03-30T04:46:27.137 INFO:teuthology.orchestra.run.smithi111.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 125/726 objects degraded (17.218%), 27 pgs degraded 2024-03-30T04:46:27.137 INFO:teuthology.orchestra.run.smithi111.stdout: pg 2.6 is active+undersized+degraded, acting [1,6] 2024-03-30T04:46:27.137 INFO:teuthology.orchestra.run.smithi111.stdout: pg 2.f is active+undersized+degraded, acting [0,7] 2024-03-30T04:46:27.137 INFO:teuthology.orchestra.run.smithi111.stdout: pg 2.13 is active+undersized+degraded, acting [0,3] 2024-03-30T04:46:27.137 INFO:teuthology.orchestra.run.smithi111.stdout: pg 2.18 is active+undersized+degraded, acting [5,7] 2024-03-30T04:46:27.137 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.1 is active+undersized+degraded, acting [0,3] 2024-03-30T04:46:27.137 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.3 is active+undersized+degraded, acting [0,6] 2024-03-30T04:46:27.137 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.6 is active+undersized+degraded, acting [0,1] 2024-03-30T04:46:27.137 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.9 is active+undersized+degraded, acting [2,7] 2024-03-30T04:46:27.137 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.a is active+undersized+degraded, acting [6,1] 2024-03-30T04:46:27.138 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.b is active+undersized+degraded, acting [3,0] 2024-03-30T04:46:27.138 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.e is active+undersized+degraded, acting [7,1] 2024-03-30T04:46:27.138 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.f is active+undersized+degraded, acting [7,0] 2024-03-30T04:46:27.138 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.11 is active+undersized+degraded, acting [7,6] 2024-03-30T04:46:27.138 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.13 is active+undersized+degraded, acting [7,2] 2024-03-30T04:46:27.138 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.14 is active+undersized+degraded, acting [7,6] 2024-03-30T04:46:27.138 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.15 is active+undersized+degraded, acting [7,3] 2024-03-30T04:46:27.138 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.19 is active+undersized+degraded, acting [1,3] 2024-03-30T04:46:27.138 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.1a is active+undersized+degraded, acting [1,2] 2024-03-30T04:46:27.138 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.1b is active+undersized+degraded, acting [0,7] 2024-03-30T04:46:27.138 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.1c is active+undersized+degraded, acting [5,1] 2024-03-30T04:46:27.138 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.1d is active+undersized+degraded, acting [5,6] 2024-03-30T04:46:27.138 INFO:teuthology.orchestra.run.smithi111.stdout: pg 4.9 is active+undersized+degraded, acting [1,3] 2024-03-30T04:46:27.138 INFO:teuthology.orchestra.run.smithi111.stdout: pg 4.d is active+undersized+degraded, acting [2,1] 2024-03-30T04:46:27.138 INFO:teuthology.orchestra.run.smithi111.stdout: pg 4.e is active+undersized+degraded, acting [6,1] 2024-03-30T04:46:27.139 INFO:teuthology.orchestra.run.smithi111.stdout: pg 5.1c is active+undersized+degraded, acting [3,2] 2024-03-30T04:46:27.139 INFO:teuthology.orchestra.run.smithi111.stdout: pg 5.1d is active+undersized+degraded, acting [1,0] 2024-03-30T04:46:27.139 INFO:teuthology.orchestra.run.smithi111.stdout: pg 6.1a is active+undersized+degraded, acting [5,1] 2024-03-30T04:46:27.298 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:46:26 smithi117 bash[69196]: debug 2024-03-30T04:46:26.917+0000 7fe2b4d597c0 -1 Falling back to public interface 2024-03-30T04:46:27.554 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cluster 2024-03-30T04:46:25.829474+0000 mgr.y (mgr.25441) 3080 : cluster [DBG] pgmap v2028: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.557 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cluster 2024-03-30T04:46:25.829869+0000 mgr.y (mgr.25441) 3081 : cluster [DBG] pgmap v2029: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.557 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cephadm 2024-03-30T04:46:25.836205+0000 mgr.y (mgr.25441) 3082 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.557 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cluster 2024-03-30T04:46:25.883543+0000 mgr.y (mgr.25441) 3083 : cluster [DBG] pgmap v2030: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.557 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cluster 2024-03-30T04:46:25.883933+0000 mgr.y (mgr.25441) 3084 : cluster [DBG] pgmap v2031: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.557 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cephadm 2024-03-30T04:46:25.889225+0000 mgr.y (mgr.25441) 3085 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.557 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cluster 2024-03-30T04:46:25.936166+0000 mgr.y (mgr.25441) 3086 : cluster [DBG] pgmap v2032: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.557 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cluster 2024-03-30T04:46:25.936652+0000 mgr.y (mgr.25441) 3087 : cluster [DBG] pgmap v2033: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.557 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cephadm 2024-03-30T04:46:25.943510+0000 mgr.y (mgr.25441) 3088 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.558 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cluster 2024-03-30T04:46:25.996225+0000 mgr.y (mgr.25441) 3089 : cluster [DBG] pgmap v2034: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.558 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cluster 2024-03-30T04:46:25.996573+0000 mgr.y (mgr.25441) 3090 : cluster [DBG] pgmap v2035: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.558 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cephadm 2024-03-30T04:46:26.002935+0000 mgr.y (mgr.25441) 3091 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.558 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cluster 2024-03-30T04:46:26.071734+0000 mgr.y (mgr.25441) 3092 : cluster [DBG] pgmap v2036: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.558 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cluster 2024-03-30T04:46:26.072140+0000 mgr.y (mgr.25441) 3093 : cluster [DBG] pgmap v2037: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.558 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cephadm 2024-03-30T04:46:26.078193+0000 mgr.y (mgr.25441) 3094 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.558 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cluster 2024-03-30T04:46:26.140863+0000 mgr.y (mgr.25441) 3095 : cluster [DBG] pgmap v2038: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.558 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cluster 2024-03-30T04:46:26.141276+0000 mgr.y (mgr.25441) 3096 : cluster [DBG] pgmap v2039: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.558 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cephadm 2024-03-30T04:46:26.149359+0000 mgr.y (mgr.25441) 3097 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.558 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cluster 2024-03-30T04:46:26.215136+0000 mgr.y (mgr.25441) 3098 : cluster [DBG] pgmap v2040: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.558 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cluster 2024-03-30T04:46:26.215542+0000 mgr.y (mgr.25441) 3099 : cluster [DBG] pgmap v2041: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.558 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cephadm 2024-03-30T04:46:26.229681+0000 mgr.y (mgr.25441) 3100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.558 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cluster 2024-03-30T04:46:26.292816+0000 mgr.y (mgr.25441) 3101 : cluster [DBG] pgmap v2042: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.558 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cluster 2024-03-30T04:46:26.293679+0000 mgr.y (mgr.25441) 3102 : cluster [DBG] pgmap v2043: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.317487+0000 mon.a (mon.0) 1333 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cephadm 2024-03-30T04:46:26.318299+0000 mgr.y (mgr.25441) 3103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.364411+0000 mon.c (mon.1) 3043 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.366870+0000 mon.c (mon.1) 3044 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.369392+0000 mon.c (mon.1) 3045 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.370109+0000 mon.c (mon.1) 3046 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cluster 2024-03-30T04:46:26.371633+0000 mgr.y (mgr.25441) 3104 : cluster [DBG] pgmap v2044: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cluster 2024-03-30T04:46:26.372043+0000 mgr.y (mgr.25441) 3105 : cluster [DBG] pgmap v2045: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.379677+0000 mon.a (mon.0) 1334 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cephadm 2024-03-30T04:46:26.380471+0000 mgr.y (mgr.25441) 3106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.420458+0000 mon.c (mon.1) 3047 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.422247+0000 mon.c (mon.1) 3048 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.424253+0000 mon.c (mon.1) 3049 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.424915+0000 mon.c (mon.1) 3050 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cluster 2024-03-30T04:46:26.426253+0000 mgr.y (mgr.25441) 3107 : cluster [DBG] pgmap v2046: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cluster 2024-03-30T04:46:26.426602+0000 mgr.y (mgr.25441) 3108 : cluster [DBG] pgmap v2047: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.433944+0000 mon.a (mon.0) 1335 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cephadm 2024-03-30T04:46:26.435576+0000 mgr.y (mgr.25441) 3109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.475821+0000 mon.c (mon.1) 3051 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.477880+0000 mon.c (mon.1) 3052 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.479976+0000 mon.c (mon.1) 3053 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.480741+0000 mon.c (mon.1) 3054 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cluster 2024-03-30T04:46:26.482252+0000 mgr.y (mgr.25441) 3110 : cluster [DBG] pgmap v2048: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cluster 2024-03-30T04:46:26.482609+0000 mgr.y (mgr.25441) 3111 : cluster [DBG] pgmap v2049: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.490474+0000 mon.a (mon.0) 1336 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cephadm 2024-03-30T04:46:26.491133+0000 mgr.y (mgr.25441) 3112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.536668+0000 mon.c (mon.1) 3055 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.538985+0000 mon.c (mon.1) 3056 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.540835+0000 mon.c (mon.1) 3057 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.541553+0000 mon.c (mon.1) 3058 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cluster 2024-03-30T04:46:26.543014+0000 mgr.y (mgr.25441) 3113 : cluster [DBG] pgmap v2050: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cluster 2024-03-30T04:46:26.543370+0000 mgr.y (mgr.25441) 3114 : cluster [DBG] pgmap v2051: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.551165+0000 mon.a (mon.0) 1337 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cephadm 2024-03-30T04:46:26.551789+0000 mgr.y (mgr.25441) 3115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.591939+0000 mon.c (mon.1) 3059 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.593763+0000 mon.c (mon.1) 3060 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.595537+0000 mon.c (mon.1) 3061 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.596163+0000 mon.c (mon.1) 3062 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cluster 2024-03-30T04:46:26.597475+0000 mgr.y (mgr.25441) 3116 : cluster [DBG] pgmap v2052: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cluster 2024-03-30T04:46:26.597757+0000 mgr.y (mgr.25441) 3117 : cluster [DBG] pgmap v2053: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.604920+0000 mon.a (mon.0) 1338 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cephadm 2024-03-30T04:46:26.605533+0000 mgr.y (mgr.25441) 3118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.635239+0000 mgr.y (mgr.25441) 3119 : audit [DBG] from='client.34473 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:27.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.662268+0000 mon.c (mon.1) 3063 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.664267+0000 mon.c (mon.1) 3064 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.562 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.666135+0000 mon.c (mon.1) 3065 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.562 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.666890+0000 mon.c (mon.1) 3066 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.562 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cluster 2024-03-30T04:46:26.668389+0000 mgr.y (mgr.25441) 3120 : cluster [DBG] pgmap v2054: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.562 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cluster 2024-03-30T04:46:26.668727+0000 mgr.y (mgr.25441) 3121 : cluster [DBG] pgmap v2055: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.562 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.675868+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.562 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cephadm 2024-03-30T04:46:26.676544+0000 mgr.y (mgr.25441) 3122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.562 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.722679+0000 mon.c (mon.1) 3067 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.562 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.725007+0000 mon.c (mon.1) 3068 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.562 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.726996+0000 mon.c (mon.1) 3069 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.562 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.727753+0000 mon.c (mon.1) 3070 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.562 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cluster 2024-03-30T04:46:26.729376+0000 mgr.y (mgr.25441) 3123 : cluster [DBG] pgmap v2056: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 26 op/s; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.562 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cluster 2024-03-30T04:46:26.729753+0000 mgr.y (mgr.25441) 3124 : cluster [DBG] pgmap v2057: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 26 op/s; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.562 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.737104+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.562 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cephadm 2024-03-30T04:46:26.737808+0000 mgr.y (mgr.25441) 3125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.563 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.782335+0000 mon.c (mon.1) 3071 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.563 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.784253+0000 mon.c (mon.1) 3072 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.563 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.786099+0000 mon.c (mon.1) 3073 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.563 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.786732+0000 mon.c (mon.1) 3074 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.563 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.795655+0000 mon.a (mon.0) 1341 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.563 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.837345+0000 mon.c (mon.1) 3075 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.563 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.839179+0000 mon.c (mon.1) 3076 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.563 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.841548+0000 mon.c (mon.1) 3077 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.563 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.842197+0000 mon.c (mon.1) 3078 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.563 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.851064+0000 mon.a (mon.0) 1342 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.563 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.892498+0000 mon.c (mon.1) 3079 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.563 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.894248+0000 mon.c (mon.1) 3080 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.563 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.896232+0000 mon.c (mon.1) 3081 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.563 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.896869+0000 mon.c (mon.1) 3082 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.563 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.906016+0000 mon.a (mon.0) 1343 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.564 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.979011+0000 mon.c (mon.1) 3083 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.564 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.981577+0000 mon.c (mon.1) 3084 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.564 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.983999+0000 mon.c (mon.1) 3085 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.564 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.985022+0000 mon.c (mon.1) 3086 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.564 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:26.994995+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.564 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:27.067852+0000 mon.c (mon.1) 3087 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.564 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:27.069868+0000 mon.c (mon.1) 3088 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.564 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:27.072076+0000 mon.c (mon.1) 3089 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.564 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:27.072783+0000 mon.c (mon.1) 3090 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.564 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:27.079141+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.565 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:27.144015+0000 mon.c (mon.1) 3091 : audit [DBG] from='client.? 172.21.15.111:0/52368221' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:46:27.565 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:27.154518+0000 mon.c (mon.1) 3092 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.565 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:27.156549+0000 mon.c (mon.1) 3093 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.565 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:27.158749+0000 mon.c (mon.1) 3094 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.565 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:27.159460+0000 mon.c (mon.1) 3095 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.565 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:27.165366+0000 mon.a (mon.0) 1346 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.565 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:27.211309+0000 mon.c (mon.1) 3096 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.565 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:27.213550+0000 mon.c (mon.1) 3097 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.565 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:27.215405+0000 mon.c (mon.1) 3098 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.565 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:27.216176+0000 mon.c (mon.1) 3099 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.565 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: cluster 2024-03-30T04:46:27.219789+0000 mon.a (mon.0) 1347 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:46:27.565 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:27.222532+0000 mon.a (mon.0) 1348 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.565 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:27.263620+0000 mon.c (mon.1) 3100 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.566 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:27.265418+0000 mon.c (mon.1) 3101 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.566 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:27.267172+0000 mon.c (mon.1) 3102 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.566 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:27.267918+0000 mon.c (mon.1) 3103 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.566 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:27 smithi117 bash[62284]: audit 2024-03-30T04:46:27.274835+0000 mon.a (mon.0) 1349 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cluster 2024-03-30T04:46:25.829474+0000 mgr.y (mgr.25441) 3080 : cluster [DBG] pgmap v2028: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cluster 2024-03-30T04:46:25.829869+0000 mgr.y (mgr.25441) 3081 : cluster [DBG] pgmap v2029: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cephadm 2024-03-30T04:46:25.836205+0000 mgr.y (mgr.25441) 3082 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cluster 2024-03-30T04:46:25.883543+0000 mgr.y (mgr.25441) 3083 : cluster [DBG] pgmap v2030: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cluster 2024-03-30T04:46:25.883933+0000 mgr.y (mgr.25441) 3084 : cluster [DBG] pgmap v2031: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cephadm 2024-03-30T04:46:25.889225+0000 mgr.y (mgr.25441) 3085 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cluster 2024-03-30T04:46:25.936166+0000 mgr.y (mgr.25441) 3086 : cluster [DBG] pgmap v2032: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cluster 2024-03-30T04:46:25.936652+0000 mgr.y (mgr.25441) 3087 : cluster [DBG] pgmap v2033: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cephadm 2024-03-30T04:46:25.943510+0000 mgr.y (mgr.25441) 3088 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cluster 2024-03-30T04:46:25.996225+0000 mgr.y (mgr.25441) 3089 : cluster [DBG] pgmap v2034: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cluster 2024-03-30T04:46:25.996573+0000 mgr.y (mgr.25441) 3090 : cluster [DBG] pgmap v2035: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cephadm 2024-03-30T04:46:26.002935+0000 mgr.y (mgr.25441) 3091 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cluster 2024-03-30T04:46:26.071734+0000 mgr.y (mgr.25441) 3092 : cluster [DBG] pgmap v2036: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cluster 2024-03-30T04:46:26.072140+0000 mgr.y (mgr.25441) 3093 : cluster [DBG] pgmap v2037: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cephadm 2024-03-30T04:46:26.078193+0000 mgr.y (mgr.25441) 3094 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cluster 2024-03-30T04:46:26.140863+0000 mgr.y (mgr.25441) 3095 : cluster [DBG] pgmap v2038: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cluster 2024-03-30T04:46:26.141276+0000 mgr.y (mgr.25441) 3096 : cluster [DBG] pgmap v2039: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cephadm 2024-03-30T04:46:26.149359+0000 mgr.y (mgr.25441) 3097 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cluster 2024-03-30T04:46:26.215136+0000 mgr.y (mgr.25441) 3098 : cluster [DBG] pgmap v2040: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cluster 2024-03-30T04:46:26.215542+0000 mgr.y (mgr.25441) 3099 : cluster [DBG] pgmap v2041: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cephadm 2024-03-30T04:46:26.229681+0000 mgr.y (mgr.25441) 3100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cluster 2024-03-30T04:46:26.292816+0000 mgr.y (mgr.25441) 3101 : cluster [DBG] pgmap v2042: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cluster 2024-03-30T04:46:26.293679+0000 mgr.y (mgr.25441) 3102 : cluster [DBG] pgmap v2043: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.317487+0000 mon.a (mon.0) 1333 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cephadm 2024-03-30T04:46:26.318299+0000 mgr.y (mgr.25441) 3103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.364411+0000 mon.c (mon.1) 3043 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.366870+0000 mon.c (mon.1) 3044 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.369392+0000 mon.c (mon.1) 3045 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.370109+0000 mon.c (mon.1) 3046 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cluster 2024-03-30T04:46:26.371633+0000 mgr.y (mgr.25441) 3104 : cluster [DBG] pgmap v2044: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cluster 2024-03-30T04:46:26.372043+0000 mgr.y (mgr.25441) 3105 : cluster [DBG] pgmap v2045: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.379677+0000 mon.a (mon.0) 1334 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cephadm 2024-03-30T04:46:26.380471+0000 mgr.y (mgr.25441) 3106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.420458+0000 mon.c (mon.1) 3047 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.422247+0000 mon.c (mon.1) 3048 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.424253+0000 mon.c (mon.1) 3049 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.424915+0000 mon.c (mon.1) 3050 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cluster 2024-03-30T04:46:26.426253+0000 mgr.y (mgr.25441) 3107 : cluster [DBG] pgmap v2046: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cluster 2024-03-30T04:46:26.426602+0000 mgr.y (mgr.25441) 3108 : cluster [DBG] pgmap v2047: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.433944+0000 mon.a (mon.0) 1335 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cephadm 2024-03-30T04:46:26.435576+0000 mgr.y (mgr.25441) 3109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.475821+0000 mon.c (mon.1) 3051 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.477880+0000 mon.c (mon.1) 3052 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.479976+0000 mon.c (mon.1) 3053 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.480741+0000 mon.c (mon.1) 3054 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cluster 2024-03-30T04:46:26.482252+0000 mgr.y (mgr.25441) 3110 : cluster [DBG] pgmap v2048: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cluster 2024-03-30T04:46:26.482609+0000 mgr.y (mgr.25441) 3111 : cluster [DBG] pgmap v2049: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.490474+0000 mon.a (mon.0) 1336 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cephadm 2024-03-30T04:46:26.491133+0000 mgr.y (mgr.25441) 3112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.536668+0000 mon.c (mon.1) 3055 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.538985+0000 mon.c (mon.1) 3056 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.540835+0000 mon.c (mon.1) 3057 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.541553+0000 mon.c (mon.1) 3058 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cluster 2024-03-30T04:46:26.543014+0000 mgr.y (mgr.25441) 3113 : cluster [DBG] pgmap v2050: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cluster 2024-03-30T04:46:26.543370+0000 mgr.y (mgr.25441) 3114 : cluster [DBG] pgmap v2051: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.551165+0000 mon.a (mon.0) 1337 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cephadm 2024-03-30T04:46:26.551789+0000 mgr.y (mgr.25441) 3115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.591939+0000 mon.c (mon.1) 3059 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.593763+0000 mon.c (mon.1) 3060 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.595537+0000 mon.c (mon.1) 3061 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.596163+0000 mon.c (mon.1) 3062 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cluster 2024-03-30T04:46:26.597475+0000 mgr.y (mgr.25441) 3116 : cluster [DBG] pgmap v2052: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cluster 2024-03-30T04:46:26.597757+0000 mgr.y (mgr.25441) 3117 : cluster [DBG] pgmap v2053: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.604920+0000 mon.a (mon.0) 1338 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cephadm 2024-03-30T04:46:26.605533+0000 mgr.y (mgr.25441) 3118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.635239+0000 mgr.y (mgr.25441) 3119 : audit [DBG] from='client.34473 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:27.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.662268+0000 mon.c (mon.1) 3063 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.664267+0000 mon.c (mon.1) 3064 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.666135+0000 mon.c (mon.1) 3065 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.666890+0000 mon.c (mon.1) 3066 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cluster 2024-03-30T04:46:26.668389+0000 mgr.y (mgr.25441) 3120 : cluster [DBG] pgmap v2054: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cluster 2024-03-30T04:46:26.668727+0000 mgr.y (mgr.25441) 3121 : cluster [DBG] pgmap v2055: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.675868+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cephadm 2024-03-30T04:46:26.676544+0000 mgr.y (mgr.25441) 3122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.722679+0000 mon.c (mon.1) 3067 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.725007+0000 mon.c (mon.1) 3068 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.726996+0000 mon.c (mon.1) 3069 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.727753+0000 mon.c (mon.1) 3070 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cluster 2024-03-30T04:46:26.729376+0000 mgr.y (mgr.25441) 3123 : cluster [DBG] pgmap v2056: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 26 op/s; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cluster 2024-03-30T04:46:26.729753+0000 mgr.y (mgr.25441) 3124 : cluster [DBG] pgmap v2057: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 26 op/s; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.737104+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cephadm 2024-03-30T04:46:26.737808+0000 mgr.y (mgr.25441) 3125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.782335+0000 mon.c (mon.1) 3071 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.784253+0000 mon.c (mon.1) 3072 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.786099+0000 mon.c (mon.1) 3073 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.786732+0000 mon.c (mon.1) 3074 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.795655+0000 mon.a (mon.0) 1341 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cluster 2024-03-30T04:46:25.829474+0000 mgr.y (mgr.25441) 3080 : cluster [DBG] pgmap v2028: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cluster 2024-03-30T04:46:25.829869+0000 mgr.y (mgr.25441) 3081 : cluster [DBG] pgmap v2029: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cephadm 2024-03-30T04:46:25.836205+0000 mgr.y (mgr.25441) 3082 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cluster 2024-03-30T04:46:25.883543+0000 mgr.y (mgr.25441) 3083 : cluster [DBG] pgmap v2030: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cluster 2024-03-30T04:46:25.883933+0000 mgr.y (mgr.25441) 3084 : cluster [DBG] pgmap v2031: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cephadm 2024-03-30T04:46:25.889225+0000 mgr.y (mgr.25441) 3085 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cluster 2024-03-30T04:46:25.936166+0000 mgr.y (mgr.25441) 3086 : cluster [DBG] pgmap v2032: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cluster 2024-03-30T04:46:25.936652+0000 mgr.y (mgr.25441) 3087 : cluster [DBG] pgmap v2033: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cephadm 2024-03-30T04:46:25.943510+0000 mgr.y (mgr.25441) 3088 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cluster 2024-03-30T04:46:25.996225+0000 mgr.y (mgr.25441) 3089 : cluster [DBG] pgmap v2034: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cluster 2024-03-30T04:46:25.996573+0000 mgr.y (mgr.25441) 3090 : cluster [DBG] pgmap v2035: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cephadm 2024-03-30T04:46:26.002935+0000 mgr.y (mgr.25441) 3091 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cluster 2024-03-30T04:46:26.071734+0000 mgr.y (mgr.25441) 3092 : cluster [DBG] pgmap v2036: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cluster 2024-03-30T04:46:26.072140+0000 mgr.y (mgr.25441) 3093 : cluster [DBG] pgmap v2037: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cephadm 2024-03-30T04:46:26.078193+0000 mgr.y (mgr.25441) 3094 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.837345+0000 mon.c (mon.1) 3075 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.839179+0000 mon.c (mon.1) 3076 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.841548+0000 mon.c (mon.1) 3077 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.842197+0000 mon.c (mon.1) 3078 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.851064+0000 mon.a (mon.0) 1342 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.892498+0000 mon.c (mon.1) 3079 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.894248+0000 mon.c (mon.1) 3080 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.896232+0000 mon.c (mon.1) 3081 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.896869+0000 mon.c (mon.1) 3082 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.906016+0000 mon.a (mon.0) 1343 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.979011+0000 mon.c (mon.1) 3083 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.981577+0000 mon.c (mon.1) 3084 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.983999+0000 mon.c (mon.1) 3085 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.985022+0000 mon.c (mon.1) 3086 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:26.994995+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:27.067852+0000 mon.c (mon.1) 3087 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:27.069868+0000 mon.c (mon.1) 3088 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:27.072076+0000 mon.c (mon.1) 3089 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:27.072783+0000 mon.c (mon.1) 3090 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:27.079141+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:27.144015+0000 mon.c (mon.1) 3091 : audit [DBG] from='client.? 172.21.15.111:0/52368221' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:46:27.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:27.154518+0000 mon.c (mon.1) 3092 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:27.156549+0000 mon.c (mon.1) 3093 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:27.158749+0000 mon.c (mon.1) 3094 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:27.159460+0000 mon.c (mon.1) 3095 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:27.165366+0000 mon.a (mon.0) 1346 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:27.211309+0000 mon.c (mon.1) 3096 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:27.213550+0000 mon.c (mon.1) 3097 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:27.215405+0000 mon.c (mon.1) 3098 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:27.216176+0000 mon.c (mon.1) 3099 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: cluster 2024-03-30T04:46:27.219789+0000 mon.a (mon.0) 1347 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:46:27.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:27.222532+0000 mon.a (mon.0) 1348 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:27.263620+0000 mon.c (mon.1) 3100 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:27.265418+0000 mon.c (mon.1) 3101 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:27.267172+0000 mon.c (mon.1) 3102 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:27.267918+0000 mon.c (mon.1) 3103 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[73591]: audit 2024-03-30T04:46:27.274835+0000 mon.a (mon.0) 1349 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cluster 2024-03-30T04:46:26.140863+0000 mgr.y (mgr.25441) 3095 : cluster [DBG] pgmap v2038: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cluster 2024-03-30T04:46:26.141276+0000 mgr.y (mgr.25441) 3096 : cluster [DBG] pgmap v2039: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cephadm 2024-03-30T04:46:26.149359+0000 mgr.y (mgr.25441) 3097 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cluster 2024-03-30T04:46:26.215136+0000 mgr.y (mgr.25441) 3098 : cluster [DBG] pgmap v2040: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cluster 2024-03-30T04:46:26.215542+0000 mgr.y (mgr.25441) 3099 : cluster [DBG] pgmap v2041: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cephadm 2024-03-30T04:46:26.229681+0000 mgr.y (mgr.25441) 3100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cluster 2024-03-30T04:46:26.292816+0000 mgr.y (mgr.25441) 3101 : cluster [DBG] pgmap v2042: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cluster 2024-03-30T04:46:26.293679+0000 mgr.y (mgr.25441) 3102 : cluster [DBG] pgmap v2043: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.317487+0000 mon.a (mon.0) 1333 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cephadm 2024-03-30T04:46:26.318299+0000 mgr.y (mgr.25441) 3103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.364411+0000 mon.c (mon.1) 3043 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.366870+0000 mon.c (mon.1) 3044 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.369392+0000 mon.c (mon.1) 3045 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.370109+0000 mon.c (mon.1) 3046 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cluster 2024-03-30T04:46:26.371633+0000 mgr.y (mgr.25441) 3104 : cluster [DBG] pgmap v2044: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cluster 2024-03-30T04:46:26.372043+0000 mgr.y (mgr.25441) 3105 : cluster [DBG] pgmap v2045: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.379677+0000 mon.a (mon.0) 1334 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cephadm 2024-03-30T04:46:26.380471+0000 mgr.y (mgr.25441) 3106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.420458+0000 mon.c (mon.1) 3047 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.422247+0000 mon.c (mon.1) 3048 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.424253+0000 mon.c (mon.1) 3049 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.424915+0000 mon.c (mon.1) 3050 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cluster 2024-03-30T04:46:26.426253+0000 mgr.y (mgr.25441) 3107 : cluster [DBG] pgmap v2046: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cluster 2024-03-30T04:46:26.426602+0000 mgr.y (mgr.25441) 3108 : cluster [DBG] pgmap v2047: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.433944+0000 mon.a (mon.0) 1335 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cephadm 2024-03-30T04:46:26.435576+0000 mgr.y (mgr.25441) 3109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.475821+0000 mon.c (mon.1) 3051 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.477880+0000 mon.c (mon.1) 3052 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.479976+0000 mon.c (mon.1) 3053 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.480741+0000 mon.c (mon.1) 3054 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cluster 2024-03-30T04:46:26.482252+0000 mgr.y (mgr.25441) 3110 : cluster [DBG] pgmap v2048: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cluster 2024-03-30T04:46:26.482609+0000 mgr.y (mgr.25441) 3111 : cluster [DBG] pgmap v2049: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.490474+0000 mon.a (mon.0) 1336 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cephadm 2024-03-30T04:46:26.491133+0000 mgr.y (mgr.25441) 3112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.536668+0000 mon.c (mon.1) 3055 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.538985+0000 mon.c (mon.1) 3056 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.540835+0000 mon.c (mon.1) 3057 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.541553+0000 mon.c (mon.1) 3058 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cluster 2024-03-30T04:46:26.543014+0000 mgr.y (mgr.25441) 3113 : cluster [DBG] pgmap v2050: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cluster 2024-03-30T04:46:26.543370+0000 mgr.y (mgr.25441) 3114 : cluster [DBG] pgmap v2051: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.551165+0000 mon.a (mon.0) 1337 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cephadm 2024-03-30T04:46:26.551789+0000 mgr.y (mgr.25441) 3115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.591939+0000 mon.c (mon.1) 3059 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.593763+0000 mon.c (mon.1) 3060 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.595537+0000 mon.c (mon.1) 3061 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.596163+0000 mon.c (mon.1) 3062 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cluster 2024-03-30T04:46:26.597475+0000 mgr.y (mgr.25441) 3116 : cluster [DBG] pgmap v2052: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cluster 2024-03-30T04:46:26.597757+0000 mgr.y (mgr.25441) 3117 : cluster [DBG] pgmap v2053: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.604920+0000 mon.a (mon.0) 1338 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cephadm 2024-03-30T04:46:26.605533+0000 mgr.y (mgr.25441) 3118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.635239+0000 mgr.y (mgr.25441) 3119 : audit [DBG] from='client.34473 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:27.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.662268+0000 mon.c (mon.1) 3063 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.664267+0000 mon.c (mon.1) 3064 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.666135+0000 mon.c (mon.1) 3065 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.666890+0000 mon.c (mon.1) 3066 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cluster 2024-03-30T04:46:26.668389+0000 mgr.y (mgr.25441) 3120 : cluster [DBG] pgmap v2054: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cluster 2024-03-30T04:46:26.668727+0000 mgr.y (mgr.25441) 3121 : cluster [DBG] pgmap v2055: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.675868+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cephadm 2024-03-30T04:46:26.676544+0000 mgr.y (mgr.25441) 3122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.722679+0000 mon.c (mon.1) 3067 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.725007+0000 mon.c (mon.1) 3068 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.726996+0000 mon.c (mon.1) 3069 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.727753+0000 mon.c (mon.1) 3070 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cluster 2024-03-30T04:46:26.729376+0000 mgr.y (mgr.25441) 3123 : cluster [DBG] pgmap v2056: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 26 op/s; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cluster 2024-03-30T04:46:26.729753+0000 mgr.y (mgr.25441) 3124 : cluster [DBG] pgmap v2057: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 26 op/s; 125/726 objects degraded (17.218%) 2024-03-30T04:46:27.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.737104+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cephadm 2024-03-30T04:46:26.737808+0000 mgr.y (mgr.25441) 3125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.782335+0000 mon.c (mon.1) 3071 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.784253+0000 mon.c (mon.1) 3072 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.786099+0000 mon.c (mon.1) 3073 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.786732+0000 mon.c (mon.1) 3074 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.795655+0000 mon.a (mon.0) 1341 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.837345+0000 mon.c (mon.1) 3075 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.839179+0000 mon.c (mon.1) 3076 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.841548+0000 mon.c (mon.1) 3077 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.842197+0000 mon.c (mon.1) 3078 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.851064+0000 mon.a (mon.0) 1342 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.892498+0000 mon.c (mon.1) 3079 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.894248+0000 mon.c (mon.1) 3080 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.896232+0000 mon.c (mon.1) 3081 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.896869+0000 mon.c (mon.1) 3082 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.906016+0000 mon.a (mon.0) 1343 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.979011+0000 mon.c (mon.1) 3083 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.981577+0000 mon.c (mon.1) 3084 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.983999+0000 mon.c (mon.1) 3085 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.985022+0000 mon.c (mon.1) 3086 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:26.994995+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:27.067852+0000 mon.c (mon.1) 3087 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:27.069868+0000 mon.c (mon.1) 3088 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:27.072076+0000 mon.c (mon.1) 3089 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:27.072783+0000 mon.c (mon.1) 3090 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:27.079141+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:27.144015+0000 mon.c (mon.1) 3091 : audit [DBG] from='client.? 172.21.15.111:0/52368221' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:46:27.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:27.154518+0000 mon.c (mon.1) 3092 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:27.156549+0000 mon.c (mon.1) 3093 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:27.158749+0000 mon.c (mon.1) 3094 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:27.159460+0000 mon.c (mon.1) 3095 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:27.165366+0000 mon.a (mon.0) 1346 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:27.211309+0000 mon.c (mon.1) 3096 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:27.213550+0000 mon.c (mon.1) 3097 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:27.215405+0000 mon.c (mon.1) 3098 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:27.216176+0000 mon.c (mon.1) 3099 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: cluster 2024-03-30T04:46:27.219789+0000 mon.a (mon.0) 1347 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:46:27.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:27.222532+0000 mon.a (mon.0) 1348 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:27.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:27.263620+0000 mon.c (mon.1) 3100 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:27.265418+0000 mon.c (mon.1) 3101 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:27.267172+0000 mon.c (mon.1) 3102 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:27.267918+0000 mon.c (mon.1) 3103 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[70954]: audit 2024-03-30T04:46:27.274835+0000 mon.a (mon.0) 1349 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:28.115 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:46:27 smithi111 bash[65893]: debug 2024-03-30T04:46:27.653+0000 7f81a1b9f700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2024-03-30T04:46:28.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: cluster 2024-03-30T04:46:26.788108+0000 mgr.y (mgr.25441) 3126 : cluster [DBG] pgmap v2058: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 26 op/s; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: cluster 2024-03-30T04:46:26.788447+0000 mgr.y (mgr.25441) 3127 : cluster [DBG] pgmap v2059: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 26 op/s; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: cephadm 2024-03-30T04:46:26.796285+0000 mgr.y (mgr.25441) 3128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: cluster 2024-03-30T04:46:26.843572+0000 mgr.y (mgr.25441) 3129 : cluster [DBG] pgmap v2060: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: cluster 2024-03-30T04:46:26.843914+0000 mgr.y (mgr.25441) 3130 : cluster [DBG] pgmap v2061: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: cephadm 2024-03-30T04:46:26.851694+0000 mgr.y (mgr.25441) 3131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: cluster 2024-03-30T04:46:26.898375+0000 mgr.y (mgr.25441) 3132 : cluster [DBG] pgmap v2062: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: cluster 2024-03-30T04:46:26.898786+0000 mgr.y (mgr.25441) 3133 : cluster [DBG] pgmap v2063: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: cephadm 2024-03-30T04:46:26.906583+0000 mgr.y (mgr.25441) 3134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: cluster 2024-03-30T04:46:26.987380+0000 mgr.y (mgr.25441) 3135 : cluster [DBG] pgmap v2064: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: cluster 2024-03-30T04:46:26.988425+0000 mgr.y (mgr.25441) 3136 : cluster [DBG] pgmap v2065: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: cephadm 2024-03-30T04:46:26.995746+0000 mgr.y (mgr.25441) 3137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: cluster 2024-03-30T04:46:27.074725+0000 mgr.y (mgr.25441) 3138 : cluster [DBG] pgmap v2066: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: cluster 2024-03-30T04:46:27.075546+0000 mgr.y (mgr.25441) 3139 : cluster [DBG] pgmap v2067: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: cephadm 2024-03-30T04:46:27.081391+0000 mgr.y (mgr.25441) 3140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: cluster 2024-03-30T04:46:26.788108+0000 mgr.y (mgr.25441) 3126 : cluster [DBG] pgmap v2058: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 26 op/s; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: cluster 2024-03-30T04:46:26.788447+0000 mgr.y (mgr.25441) 3127 : cluster [DBG] pgmap v2059: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 26 op/s; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: cephadm 2024-03-30T04:46:26.796285+0000 mgr.y (mgr.25441) 3128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: cluster 2024-03-30T04:46:26.843572+0000 mgr.y (mgr.25441) 3129 : cluster [DBG] pgmap v2060: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: cluster 2024-03-30T04:46:26.843914+0000 mgr.y (mgr.25441) 3130 : cluster [DBG] pgmap v2061: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: cephadm 2024-03-30T04:46:26.851694+0000 mgr.y (mgr.25441) 3131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: cluster 2024-03-30T04:46:26.898375+0000 mgr.y (mgr.25441) 3132 : cluster [DBG] pgmap v2062: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: cluster 2024-03-30T04:46:26.898786+0000 mgr.y (mgr.25441) 3133 : cluster [DBG] pgmap v2063: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: cephadm 2024-03-30T04:46:26.906583+0000 mgr.y (mgr.25441) 3134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: cluster 2024-03-30T04:46:26.987380+0000 mgr.y (mgr.25441) 3135 : cluster [DBG] pgmap v2064: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: cluster 2024-03-30T04:46:26.988425+0000 mgr.y (mgr.25441) 3136 : cluster [DBG] pgmap v2065: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: cephadm 2024-03-30T04:46:26.995746+0000 mgr.y (mgr.25441) 3137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: cluster 2024-03-30T04:46:27.074725+0000 mgr.y (mgr.25441) 3138 : cluster [DBG] pgmap v2066: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: cluster 2024-03-30T04:46:27.075546+0000 mgr.y (mgr.25441) 3139 : cluster [DBG] pgmap v2067: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: cephadm 2024-03-30T04:46:27.081391+0000 mgr.y (mgr.25441) 3140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: cluster 2024-03-30T04:46:27.160919+0000 mgr.y (mgr.25441) 3141 : cluster [DBG] pgmap v2068: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: cluster 2024-03-30T04:46:27.161251+0000 mgr.y (mgr.25441) 3142 : cluster [DBG] pgmap v2069: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: cephadm 2024-03-30T04:46:27.166194+0000 mgr.y (mgr.25441) 3143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: cluster 2024-03-30T04:46:27.217667+0000 mgr.y (mgr.25441) 3144 : cluster [DBG] pgmap v2070: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: cluster 2024-03-30T04:46:27.217995+0000 mgr.y (mgr.25441) 3145 : cluster [DBG] pgmap v2071: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: cephadm 2024-03-30T04:46:27.223118+0000 mgr.y (mgr.25441) 3146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: cluster 2024-03-30T04:46:27.269345+0000 mgr.y (mgr.25441) 3147 : cluster [DBG] pgmap v2072: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: cluster 2024-03-30T04:46:27.269732+0000 mgr.y (mgr.25441) 3148 : cluster [DBG] pgmap v2073: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: cephadm 2024-03-30T04:46:27.275433+0000 mgr.y (mgr.25441) 3149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: audit 2024-03-30T04:46:27.316436+0000 mon.c (mon.1) 3104 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: audit 2024-03-30T04:46:27.326583+0000 mon.c (mon.1) 3105 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: audit 2024-03-30T04:46:27.329068+0000 mon.c (mon.1) 3106 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: audit 2024-03-30T04:46:27.329820+0000 mon.c (mon.1) 3107 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: cluster 2024-03-30T04:46:27.331502+0000 mgr.y (mgr.25441) 3150 : cluster [DBG] pgmap v2074: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: cluster 2024-03-30T04:46:27.331876+0000 mgr.y (mgr.25441) 3151 : cluster [DBG] pgmap v2075: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: audit 2024-03-30T04:46:27.336283+0000 mon.a (mon.0) 1350 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:28.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: cephadm 2024-03-30T04:46:27.336919+0000 mgr.y (mgr.25441) 3152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: cluster 2024-03-30T04:46:27.160919+0000 mgr.y (mgr.25441) 3141 : cluster [DBG] pgmap v2068: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: cluster 2024-03-30T04:46:27.161251+0000 mgr.y (mgr.25441) 3142 : cluster [DBG] pgmap v2069: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: cephadm 2024-03-30T04:46:27.166194+0000 mgr.y (mgr.25441) 3143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: cluster 2024-03-30T04:46:27.217667+0000 mgr.y (mgr.25441) 3144 : cluster [DBG] pgmap v2070: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: cluster 2024-03-30T04:46:27.217995+0000 mgr.y (mgr.25441) 3145 : cluster [DBG] pgmap v2071: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: cephadm 2024-03-30T04:46:27.223118+0000 mgr.y (mgr.25441) 3146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: cluster 2024-03-30T04:46:27.269345+0000 mgr.y (mgr.25441) 3147 : cluster [DBG] pgmap v2072: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: cluster 2024-03-30T04:46:27.269732+0000 mgr.y (mgr.25441) 3148 : cluster [DBG] pgmap v2073: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: cephadm 2024-03-30T04:46:27.275433+0000 mgr.y (mgr.25441) 3149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: audit 2024-03-30T04:46:27.316436+0000 mon.c (mon.1) 3104 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: audit 2024-03-30T04:46:27.326583+0000 mon.c (mon.1) 3105 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: audit 2024-03-30T04:46:27.329068+0000 mon.c (mon.1) 3106 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: audit 2024-03-30T04:46:27.329820+0000 mon.c (mon.1) 3107 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: cluster 2024-03-30T04:46:27.331502+0000 mgr.y (mgr.25441) 3150 : cluster [DBG] pgmap v2074: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: cluster 2024-03-30T04:46:27.331876+0000 mgr.y (mgr.25441) 3151 : cluster [DBG] pgmap v2075: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: audit 2024-03-30T04:46:27.336283+0000 mon.a (mon.0) 1350 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:28.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: cephadm 2024-03-30T04:46:27.336919+0000 mgr.y (mgr.25441) 3152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: audit 2024-03-30T04:46:27.382537+0000 mon.c (mon.1) 3108 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: audit 2024-03-30T04:46:27.384760+0000 mon.c (mon.1) 3109 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: audit 2024-03-30T04:46:27.386596+0000 mon.c (mon.1) 3110 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: audit 2024-03-30T04:46:27.387270+0000 mon.c (mon.1) 3111 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: cluster 2024-03-30T04:46:27.388643+0000 mgr.y (mgr.25441) 3153 : cluster [DBG] pgmap v2076: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: cluster 2024-03-30T04:46:27.388970+0000 mgr.y (mgr.25441) 3154 : cluster [DBG] pgmap v2077: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: audit 2024-03-30T04:46:27.393399+0000 mon.a (mon.0) 1351 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:28.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: cephadm 2024-03-30T04:46:27.393963+0000 mgr.y (mgr.25441) 3155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: audit 2024-03-30T04:46:27.439533+0000 mon.c (mon.1) 3112 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: audit 2024-03-30T04:46:27.442001+0000 mon.c (mon.1) 3113 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: audit 2024-03-30T04:46:27.444542+0000 mon.c (mon.1) 3114 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: audit 2024-03-30T04:46:27.445397+0000 mon.c (mon.1) 3115 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: cluster 2024-03-30T04:46:27.446908+0000 mgr.y (mgr.25441) 3156 : cluster [DBG] pgmap v2078: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: cluster 2024-03-30T04:46:27.447209+0000 mgr.y (mgr.25441) 3157 : cluster [DBG] pgmap v2079: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: audit 2024-03-30T04:46:27.453159+0000 mon.a (mon.0) 1352 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:28.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: cephadm 2024-03-30T04:46:27.453943+0000 mgr.y (mgr.25441) 3158 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: audit 2024-03-30T04:46:27.542155+0000 mon.c (mon.1) 3116 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: audit 2024-03-30T04:46:27.542412+0000 mon.a (mon.0) 1353 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:28.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: audit 2024-03-30T04:46:27.382537+0000 mon.c (mon.1) 3108 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: audit 2024-03-30T04:46:27.384760+0000 mon.c (mon.1) 3109 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: audit 2024-03-30T04:46:27.386596+0000 mon.c (mon.1) 3110 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: audit 2024-03-30T04:46:27.387270+0000 mon.c (mon.1) 3111 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: cluster 2024-03-30T04:46:27.388643+0000 mgr.y (mgr.25441) 3153 : cluster [DBG] pgmap v2076: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: cluster 2024-03-30T04:46:27.388970+0000 mgr.y (mgr.25441) 3154 : cluster [DBG] pgmap v2077: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: audit 2024-03-30T04:46:27.393399+0000 mon.a (mon.0) 1351 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:28.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: cephadm 2024-03-30T04:46:27.393963+0000 mgr.y (mgr.25441) 3155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: audit 2024-03-30T04:46:27.439533+0000 mon.c (mon.1) 3112 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: audit 2024-03-30T04:46:27.442001+0000 mon.c (mon.1) 3113 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: audit 2024-03-30T04:46:27.444542+0000 mon.c (mon.1) 3114 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: audit 2024-03-30T04:46:27.445397+0000 mon.c (mon.1) 3115 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: cluster 2024-03-30T04:46:27.446908+0000 mgr.y (mgr.25441) 3156 : cluster [DBG] pgmap v2078: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: cluster 2024-03-30T04:46:27.447209+0000 mgr.y (mgr.25441) 3157 : cluster [DBG] pgmap v2079: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: audit 2024-03-30T04:46:27.453159+0000 mon.a (mon.0) 1352 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:28.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: cephadm 2024-03-30T04:46:27.453943+0000 mgr.y (mgr.25441) 3158 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: audit 2024-03-30T04:46:27.542155+0000 mon.c (mon.1) 3116 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: audit 2024-03-30T04:46:27.542412+0000 mon.a (mon.0) 1353 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:28.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: audit 2024-03-30T04:46:27.547127+0000 mon.c (mon.1) 3117 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: audit 2024-03-30T04:46:27.550391+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:28.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: cluster 2024-03-30T04:46:27.552498+0000 mgr.y (mgr.25441) 3159 : cluster [DBG] pgmap v2080: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: cluster 2024-03-30T04:46:27.553596+0000 mgr.y (mgr.25441) 3160 : cluster [DBG] pgmap v2081: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: audit 2024-03-30T04:46:27.559348+0000 mon.c (mon.1) 3118 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: audit 2024-03-30T04:46:27.559651+0000 mon.a (mon.0) 1355 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:28.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: audit 2024-03-30T04:46:27.561156+0000 mon.c (mon.1) 3119 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: cluster 2024-03-30T04:46:27.563150+0000 mgr.y (mgr.25441) 3161 : cluster [DBG] pgmap v2082: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: cluster 2024-03-30T04:46:27.563539+0000 mgr.y (mgr.25441) 3162 : cluster [DBG] pgmap v2083: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: audit 2024-03-30T04:46:27.568359+0000 mon.a (mon.0) 1356 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:28.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: audit 2024-03-30T04:46:27.650790+0000 mon.c (mon.1) 3120 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: audit 2024-03-30T04:46:27.653102+0000 mon.c (mon.1) 3121 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: audit 2024-03-30T04:46:27.654721+0000 mon.c (mon.1) 3122 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: audit 2024-03-30T04:46:27.655972+0000 mon.c (mon.1) 3123 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: audit 2024-03-30T04:46:27.657611+0000 mon.c (mon.1) 3124 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-30T04:46:28.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: audit 2024-03-30T04:46:27.657813+0000 mgr.y (mgr.25441) 3163 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-30T04:46:28.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[70954]: cephadm 2024-03-30T04:46:27.658843+0000 mgr.y (mgr.25441) 3164 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2024-03-30T04:46:28.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: audit 2024-03-30T04:46:27.547127+0000 mon.c (mon.1) 3117 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: audit 2024-03-30T04:46:27.550391+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:28.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: cluster 2024-03-30T04:46:27.552498+0000 mgr.y (mgr.25441) 3159 : cluster [DBG] pgmap v2080: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: cluster 2024-03-30T04:46:27.553596+0000 mgr.y (mgr.25441) 3160 : cluster [DBG] pgmap v2081: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: audit 2024-03-30T04:46:27.559348+0000 mon.c (mon.1) 3118 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: audit 2024-03-30T04:46:27.559651+0000 mon.a (mon.0) 1355 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:28.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: audit 2024-03-30T04:46:27.561156+0000 mon.c (mon.1) 3119 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: cluster 2024-03-30T04:46:27.563150+0000 mgr.y (mgr.25441) 3161 : cluster [DBG] pgmap v2082: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: cluster 2024-03-30T04:46:27.563539+0000 mgr.y (mgr.25441) 3162 : cluster [DBG] pgmap v2083: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: audit 2024-03-30T04:46:27.568359+0000 mon.a (mon.0) 1356 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:28.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: audit 2024-03-30T04:46:27.650790+0000 mon.c (mon.1) 3120 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: audit 2024-03-30T04:46:27.653102+0000 mon.c (mon.1) 3121 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: audit 2024-03-30T04:46:27.654721+0000 mon.c (mon.1) 3122 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: audit 2024-03-30T04:46:27.655972+0000 mon.c (mon.1) 3123 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: audit 2024-03-30T04:46:27.657611+0000 mon.c (mon.1) 3124 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-30T04:46:28.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: audit 2024-03-30T04:46:27.657813+0000 mgr.y (mgr.25441) 3163 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-30T04:46:28.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:28 smithi111 bash[73591]: cephadm 2024-03-30T04:46:27.658843+0000 mgr.y (mgr.25441) 3164 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2024-03-30T04:46:28.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: cluster 2024-03-30T04:46:26.788108+0000 mgr.y (mgr.25441) 3126 : cluster [DBG] pgmap v2058: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 26 op/s; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: cluster 2024-03-30T04:46:26.788447+0000 mgr.y (mgr.25441) 3127 : cluster [DBG] pgmap v2059: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 26 op/s; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: cephadm 2024-03-30T04:46:26.796285+0000 mgr.y (mgr.25441) 3128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: cluster 2024-03-30T04:46:26.843572+0000 mgr.y (mgr.25441) 3129 : cluster [DBG] pgmap v2060: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: cluster 2024-03-30T04:46:26.843914+0000 mgr.y (mgr.25441) 3130 : cluster [DBG] pgmap v2061: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: cephadm 2024-03-30T04:46:26.851694+0000 mgr.y (mgr.25441) 3131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: cluster 2024-03-30T04:46:26.898375+0000 mgr.y (mgr.25441) 3132 : cluster [DBG] pgmap v2062: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: cluster 2024-03-30T04:46:26.898786+0000 mgr.y (mgr.25441) 3133 : cluster [DBG] pgmap v2063: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: cephadm 2024-03-30T04:46:26.906583+0000 mgr.y (mgr.25441) 3134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: cluster 2024-03-30T04:46:26.987380+0000 mgr.y (mgr.25441) 3135 : cluster [DBG] pgmap v2064: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: cluster 2024-03-30T04:46:26.988425+0000 mgr.y (mgr.25441) 3136 : cluster [DBG] pgmap v2065: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: cephadm 2024-03-30T04:46:26.995746+0000 mgr.y (mgr.25441) 3137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: cluster 2024-03-30T04:46:27.074725+0000 mgr.y (mgr.25441) 3138 : cluster [DBG] pgmap v2066: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: cluster 2024-03-30T04:46:27.075546+0000 mgr.y (mgr.25441) 3139 : cluster [DBG] pgmap v2067: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: cephadm 2024-03-30T04:46:27.081391+0000 mgr.y (mgr.25441) 3140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: cluster 2024-03-30T04:46:27.160919+0000 mgr.y (mgr.25441) 3141 : cluster [DBG] pgmap v2068: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: cluster 2024-03-30T04:46:27.161251+0000 mgr.y (mgr.25441) 3142 : cluster [DBG] pgmap v2069: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: cephadm 2024-03-30T04:46:27.166194+0000 mgr.y (mgr.25441) 3143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: cluster 2024-03-30T04:46:27.217667+0000 mgr.y (mgr.25441) 3144 : cluster [DBG] pgmap v2070: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: cluster 2024-03-30T04:46:27.217995+0000 mgr.y (mgr.25441) 3145 : cluster [DBG] pgmap v2071: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: cephadm 2024-03-30T04:46:27.223118+0000 mgr.y (mgr.25441) 3146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: cluster 2024-03-30T04:46:27.269345+0000 mgr.y (mgr.25441) 3147 : cluster [DBG] pgmap v2072: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: cluster 2024-03-30T04:46:27.269732+0000 mgr.y (mgr.25441) 3148 : cluster [DBG] pgmap v2073: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: cephadm 2024-03-30T04:46:27.275433+0000 mgr.y (mgr.25441) 3149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: audit 2024-03-30T04:46:27.316436+0000 mon.c (mon.1) 3104 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: audit 2024-03-30T04:46:27.326583+0000 mon.c (mon.1) 3105 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: audit 2024-03-30T04:46:27.329068+0000 mon.c (mon.1) 3106 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: audit 2024-03-30T04:46:27.329820+0000 mon.c (mon.1) 3107 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: cluster 2024-03-30T04:46:27.331502+0000 mgr.y (mgr.25441) 3150 : cluster [DBG] pgmap v2074: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: cluster 2024-03-30T04:46:27.331876+0000 mgr.y (mgr.25441) 3151 : cluster [DBG] pgmap v2075: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: audit 2024-03-30T04:46:27.336283+0000 mon.a (mon.0) 1350 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:28.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: cephadm 2024-03-30T04:46:27.336919+0000 mgr.y (mgr.25441) 3152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: audit 2024-03-30T04:46:27.382537+0000 mon.c (mon.1) 3108 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: audit 2024-03-30T04:46:27.384760+0000 mon.c (mon.1) 3109 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: audit 2024-03-30T04:46:27.386596+0000 mon.c (mon.1) 3110 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: audit 2024-03-30T04:46:27.387270+0000 mon.c (mon.1) 3111 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: cluster 2024-03-30T04:46:27.388643+0000 mgr.y (mgr.25441) 3153 : cluster [DBG] pgmap v2076: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: cluster 2024-03-30T04:46:27.388970+0000 mgr.y (mgr.25441) 3154 : cluster [DBG] pgmap v2077: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: audit 2024-03-30T04:46:27.393399+0000 mon.a (mon.0) 1351 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:28.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: cephadm 2024-03-30T04:46:27.393963+0000 mgr.y (mgr.25441) 3155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: audit 2024-03-30T04:46:27.439533+0000 mon.c (mon.1) 3112 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: audit 2024-03-30T04:46:27.442001+0000 mon.c (mon.1) 3113 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: audit 2024-03-30T04:46:27.444542+0000 mon.c (mon.1) 3114 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: audit 2024-03-30T04:46:27.445397+0000 mon.c (mon.1) 3115 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: cluster 2024-03-30T04:46:27.446908+0000 mgr.y (mgr.25441) 3156 : cluster [DBG] pgmap v2078: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: cluster 2024-03-30T04:46:27.447209+0000 mgr.y (mgr.25441) 3157 : cluster [DBG] pgmap v2079: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: audit 2024-03-30T04:46:27.453159+0000 mon.a (mon.0) 1352 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:28.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: cephadm 2024-03-30T04:46:27.453943+0000 mgr.y (mgr.25441) 3158 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: audit 2024-03-30T04:46:27.542155+0000 mon.c (mon.1) 3116 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: audit 2024-03-30T04:46:27.542412+0000 mon.a (mon.0) 1353 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:28.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: audit 2024-03-30T04:46:27.547127+0000 mon.c (mon.1) 3117 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: audit 2024-03-30T04:46:27.550391+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:28.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: cluster 2024-03-30T04:46:27.552498+0000 mgr.y (mgr.25441) 3159 : cluster [DBG] pgmap v2080: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: cluster 2024-03-30T04:46:27.553596+0000 mgr.y (mgr.25441) 3160 : cluster [DBG] pgmap v2081: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: audit 2024-03-30T04:46:27.559348+0000 mon.c (mon.1) 3118 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: audit 2024-03-30T04:46:27.559651+0000 mon.a (mon.0) 1355 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:28.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: audit 2024-03-30T04:46:27.561156+0000 mon.c (mon.1) 3119 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: cluster 2024-03-30T04:46:27.563150+0000 mgr.y (mgr.25441) 3161 : cluster [DBG] pgmap v2082: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: cluster 2024-03-30T04:46:27.563539+0000 mgr.y (mgr.25441) 3162 : cluster [DBG] pgmap v2083: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:28.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: audit 2024-03-30T04:46:27.568359+0000 mon.a (mon.0) 1356 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:28.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: audit 2024-03-30T04:46:27.650790+0000 mon.c (mon.1) 3120 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: audit 2024-03-30T04:46:27.653102+0000 mon.c (mon.1) 3121 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: audit 2024-03-30T04:46:27.654721+0000 mon.c (mon.1) 3122 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: audit 2024-03-30T04:46:27.655972+0000 mon.c (mon.1) 3123 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: audit 2024-03-30T04:46:27.657611+0000 mon.c (mon.1) 3124 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-30T04:46:28.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: audit 2024-03-30T04:46:27.657813+0000 mgr.y (mgr.25441) 3163 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-30T04:46:28.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:28 smithi117 bash[62284]: cephadm 2024-03-30T04:46:27.658843+0000 mgr.y (mgr.25441) 3164 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2024-03-30T04:46:30.274 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:46:29 smithi117 bash[69196]: debug 2024-03-30T04:46:29.920+0000 7fe2b4d597c0 -1 osd.4 0 read_superblock omap replica is missing. 2024-03-30T04:46:30.274 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:46:29 smithi117 bash[69196]: debug 2024-03-30T04:46:29.964+0000 7fe2b4d597c0 -1 osd.4 128 log_to_monitors true 2024-03-30T04:46:30.875 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:30 smithi117 bash[62284]: cluster 2024-03-30T04:46:29.564709+0000 mgr.y (mgr.25441) 3165 : cluster [DBG] pgmap v2084: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:30.875 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:30 smithi117 bash[62284]: audit 2024-03-30T04:46:29.969670+0000 mon.b (mon.2) 3 : audit [INF] from='osd.4 [v2:172.21.15.117:6800/867529144,v1:172.21.15.117:6801/867529144]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-30T04:46:30.875 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:30 smithi117 bash[62284]: audit 2024-03-30T04:46:29.971098+0000 mon.a (mon.0) 1357 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-30T04:46:30.875 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:30 smithi117 bash[62284]: audit 2024-03-30T04:46:30.271311+0000 mon.a (mon.0) 1358 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:30.876 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:30 smithi117 bash[62284]: audit 2024-03-30T04:46:30.274107+0000 mon.c (mon.1) 3125 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:46:30.876 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:46:30 smithi117 bash[69196]: debug 2024-03-30T04:46:30.668+0000 7fe2a61b1700 -1 osd.4 128 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:46:31.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:30 smithi111 bash[73591]: cluster 2024-03-30T04:46:29.564709+0000 mgr.y (mgr.25441) 3165 : cluster [DBG] pgmap v2084: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:31.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:30 smithi111 bash[73591]: audit 2024-03-30T04:46:29.969670+0000 mon.b (mon.2) 3 : audit [INF] from='osd.4 [v2:172.21.15.117:6800/867529144,v1:172.21.15.117:6801/867529144]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-30T04:46:31.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:30 smithi111 bash[73591]: audit 2024-03-30T04:46:29.971098+0000 mon.a (mon.0) 1357 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-30T04:46:31.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:30 smithi111 bash[73591]: audit 2024-03-30T04:46:30.271311+0000 mon.a (mon.0) 1358 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:31.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:30 smithi111 bash[73591]: audit 2024-03-30T04:46:30.274107+0000 mon.c (mon.1) 3125 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:46:31.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:30 smithi111 bash[70954]: cluster 2024-03-30T04:46:29.564709+0000 mgr.y (mgr.25441) 3165 : cluster [DBG] pgmap v2084: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:31.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:30 smithi111 bash[70954]: audit 2024-03-30T04:46:29.969670+0000 mon.b (mon.2) 3 : audit [INF] from='osd.4 [v2:172.21.15.117:6800/867529144,v1:172.21.15.117:6801/867529144]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-30T04:46:31.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:30 smithi111 bash[70954]: audit 2024-03-30T04:46:29.971098+0000 mon.a (mon.0) 1357 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-30T04:46:31.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:30 smithi111 bash[70954]: audit 2024-03-30T04:46:30.271311+0000 mon.a (mon.0) 1358 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:31.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:30 smithi111 bash[70954]: audit 2024-03-30T04:46:30.274107+0000 mon.c (mon.1) 3125 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:46:31.861 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:31 smithi117 bash[62284]: audit 2024-03-30T04:46:30.630764+0000 mon.a (mon.0) 1359 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-30T04:46:31.862 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:31 smithi117 bash[62284]: audit 2024-03-30T04:46:30.637222+0000 mon.b (mon.2) 4 : audit [INF] from='osd.4 [v2:172.21.15.117:6800/867529144,v1:172.21.15.117:6801/867529144]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:46:31.862 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:31 smithi117 bash[62284]: cluster 2024-03-30T04:46:30.638007+0000 mon.a (mon.0) 1360 : cluster [DBG] osdmap e131: 8 total, 7 up, 8 in 2024-03-30T04:46:31.862 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:31 smithi117 bash[62284]: audit 2024-03-30T04:46:30.639175+0000 mon.a (mon.0) 1361 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:46:31.862 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:31 smithi117 bash[62284]: audit 2024-03-30T04:46:31.567028+0000 mon.a (mon.0) 1362 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:31.862 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:31 smithi117 bash[62284]: audit 2024-03-30T04:46:31.586761+0000 mon.a (mon.0) 1363 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:31.862 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:31 smithi117 bash[62284]: audit 2024-03-30T04:46:31.605748+0000 mon.a (mon.0) 1364 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:32.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:31 smithi111 bash[70954]: audit 2024-03-30T04:46:30.630764+0000 mon.a (mon.0) 1359 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-30T04:46:32.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:31 smithi111 bash[70954]: audit 2024-03-30T04:46:30.637222+0000 mon.b (mon.2) 4 : audit [INF] from='osd.4 [v2:172.21.15.117:6800/867529144,v1:172.21.15.117:6801/867529144]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:46:32.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:31 smithi111 bash[70954]: cluster 2024-03-30T04:46:30.638007+0000 mon.a (mon.0) 1360 : cluster [DBG] osdmap e131: 8 total, 7 up, 8 in 2024-03-30T04:46:32.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:31 smithi111 bash[70954]: audit 2024-03-30T04:46:30.639175+0000 mon.a (mon.0) 1361 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:46:32.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:31 smithi111 bash[70954]: audit 2024-03-30T04:46:31.567028+0000 mon.a (mon.0) 1362 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:32.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:31 smithi111 bash[70954]: audit 2024-03-30T04:46:31.586761+0000 mon.a (mon.0) 1363 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:32.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:31 smithi111 bash[70954]: audit 2024-03-30T04:46:31.605748+0000 mon.a (mon.0) 1364 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:32.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:31 smithi111 bash[73591]: audit 2024-03-30T04:46:30.630764+0000 mon.a (mon.0) 1359 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-30T04:46:32.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:31 smithi111 bash[73591]: audit 2024-03-30T04:46:30.637222+0000 mon.b (mon.2) 4 : audit [INF] from='osd.4 [v2:172.21.15.117:6800/867529144,v1:172.21.15.117:6801/867529144]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:46:32.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:31 smithi111 bash[73591]: cluster 2024-03-30T04:46:30.638007+0000 mon.a (mon.0) 1360 : cluster [DBG] osdmap e131: 8 total, 7 up, 8 in 2024-03-30T04:46:32.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:31 smithi111 bash[73591]: audit 2024-03-30T04:46:30.639175+0000 mon.a (mon.0) 1361 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:46:32.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:31 smithi111 bash[73591]: audit 2024-03-30T04:46:31.567028+0000 mon.a (mon.0) 1362 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:32.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:31 smithi111 bash[73591]: audit 2024-03-30T04:46:31.586761+0000 mon.a (mon.0) 1363 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:32.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:31 smithi111 bash[73591]: audit 2024-03-30T04:46:31.605748+0000 mon.a (mon.0) 1364 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:33.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:32 smithi111 bash[70954]: audit 2024-03-30T04:46:31.378353+0000 mgr.y (mgr.25441) 3166 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:33.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:32 smithi111 bash[70954]: cluster 2024-03-30T04:46:31.566190+0000 mgr.y (mgr.25441) 3167 : cluster [DBG] pgmap v2086: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:33.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:32 smithi111 bash[70954]: cluster 2024-03-30T04:46:31.592698+0000 mgr.y (mgr.25441) 3168 : cluster [DBG] pgmap v2087: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:33.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:32 smithi111 bash[70954]: cluster 2024-03-30T04:46:31.593692+0000 mgr.y (mgr.25441) 3169 : cluster [DBG] pgmap v2088: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:33.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:32 smithi111 bash[70954]: cluster 2024-03-30T04:46:31.631420+0000 mon.a (mon.0) 1365 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:46:33.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:32 smithi111 bash[70954]: cluster 2024-03-30T04:46:31.642941+0000 mon.a (mon.0) 1366 : cluster [INF] osd.4 [v2:172.21.15.117:6800/867529144,v1:172.21.15.117:6801/867529144] boot 2024-03-30T04:46:33.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:32 smithi111 bash[70954]: cluster 2024-03-30T04:46:31.643387+0000 mon.a (mon.0) 1367 : cluster [DBG] osdmap e132: 8 total, 8 up, 8 in 2024-03-30T04:46:33.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:32 smithi111 bash[70954]: audit 2024-03-30T04:46:31.650254+0000 mon.c (mon.1) 3126 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:46:33.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:32 smithi111 bash[70954]: cluster 2024-03-30T04:46:32.645226+0000 mon.a (mon.0) 1368 : cluster [DBG] osdmap e133: 8 total, 8 up, 8 in 2024-03-30T04:46:33.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:32 smithi111 bash[73591]: audit 2024-03-30T04:46:31.378353+0000 mgr.y (mgr.25441) 3166 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:33.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:32 smithi111 bash[73591]: cluster 2024-03-30T04:46:31.566190+0000 mgr.y (mgr.25441) 3167 : cluster [DBG] pgmap v2086: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:33.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:32 smithi111 bash[73591]: cluster 2024-03-30T04:46:31.592698+0000 mgr.y (mgr.25441) 3168 : cluster [DBG] pgmap v2087: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:33.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:32 smithi111 bash[73591]: cluster 2024-03-30T04:46:31.593692+0000 mgr.y (mgr.25441) 3169 : cluster [DBG] pgmap v2088: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:33.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:32 smithi111 bash[73591]: cluster 2024-03-30T04:46:31.631420+0000 mon.a (mon.0) 1365 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:46:33.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:32 smithi111 bash[73591]: cluster 2024-03-30T04:46:31.642941+0000 mon.a (mon.0) 1366 : cluster [INF] osd.4 [v2:172.21.15.117:6800/867529144,v1:172.21.15.117:6801/867529144] boot 2024-03-30T04:46:33.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:32 smithi111 bash[73591]: cluster 2024-03-30T04:46:31.643387+0000 mon.a (mon.0) 1367 : cluster [DBG] osdmap e132: 8 total, 8 up, 8 in 2024-03-30T04:46:33.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:32 smithi111 bash[73591]: audit 2024-03-30T04:46:31.650254+0000 mon.c (mon.1) 3126 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:46:33.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:32 smithi111 bash[73591]: cluster 2024-03-30T04:46:32.645226+0000 mon.a (mon.0) 1368 : cluster [DBG] osdmap e133: 8 total, 8 up, 8 in 2024-03-30T04:46:33.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:32 smithi117 bash[62284]: audit 2024-03-30T04:46:31.378353+0000 mgr.y (mgr.25441) 3166 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:33.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:32 smithi117 bash[62284]: cluster 2024-03-30T04:46:31.566190+0000 mgr.y (mgr.25441) 3167 : cluster [DBG] pgmap v2086: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:33.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:32 smithi117 bash[62284]: cluster 2024-03-30T04:46:31.592698+0000 mgr.y (mgr.25441) 3168 : cluster [DBG] pgmap v2087: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:33.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:32 smithi117 bash[62284]: cluster 2024-03-30T04:46:31.593692+0000 mgr.y (mgr.25441) 3169 : cluster [DBG] pgmap v2088: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 125/726 objects degraded (17.218%) 2024-03-30T04:46:33.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:32 smithi117 bash[62284]: cluster 2024-03-30T04:46:31.631420+0000 mon.a (mon.0) 1365 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:46:33.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:32 smithi117 bash[62284]: cluster 2024-03-30T04:46:31.642941+0000 mon.a (mon.0) 1366 : cluster [INF] osd.4 [v2:172.21.15.117:6800/867529144,v1:172.21.15.117:6801/867529144] boot 2024-03-30T04:46:33.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:32 smithi117 bash[62284]: cluster 2024-03-30T04:46:31.643387+0000 mon.a (mon.0) 1367 : cluster [DBG] osdmap e132: 8 total, 8 up, 8 in 2024-03-30T04:46:33.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:32 smithi117 bash[62284]: audit 2024-03-30T04:46:31.650254+0000 mon.c (mon.1) 3126 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:46:33.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:32 smithi117 bash[62284]: cluster 2024-03-30T04:46:32.645226+0000 mon.a (mon.0) 1368 : cluster [DBG] osdmap e133: 8 total, 8 up, 8 in 2024-03-30T04:46:34.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:33 smithi111 bash[70954]: cluster 2024-03-30T04:46:33.661838+0000 mon.a (mon.0) 1369 : cluster [WRN] Health check update: Degraded data redundancy: 89/726 objects degraded (12.259%), 19 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:34.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:33 smithi111 bash[73591]: cluster 2024-03-30T04:46:33.661838+0000 mon.a (mon.0) 1369 : cluster [WRN] Health check update: Degraded data redundancy: 89/726 objects degraded (12.259%), 19 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:34.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:33 smithi117 bash[62284]: cluster 2024-03-30T04:46:33.661838+0000 mon.a (mon.0) 1369 : cluster [WRN] Health check update: Degraded data redundancy: 89/726 objects degraded (12.259%), 19 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:35.098 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:34 smithi117 bash[62284]: cluster 2024-03-30T04:46:33.594747+0000 mgr.y (mgr.25441) 3170 : cluster [DBG] pgmap v2091: 161 pgs: 23 peering, 19 active+undersized+degraded, 26 active+undersized, 93 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 89/726 objects degraded (12.259%) 2024-03-30T04:46:35.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:34 smithi111 bash[70954]: cluster 2024-03-30T04:46:33.594747+0000 mgr.y (mgr.25441) 3170 : cluster [DBG] pgmap v2091: 161 pgs: 23 peering, 19 active+undersized+degraded, 26 active+undersized, 93 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 89/726 objects degraded (12.259%) 2024-03-30T04:46:35.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:34 smithi111 bash[73591]: cluster 2024-03-30T04:46:33.594747+0000 mgr.y (mgr.25441) 3170 : cluster [DBG] pgmap v2091: 161 pgs: 23 peering, 19 active+undersized+degraded, 26 active+undersized, 93 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 89/726 objects degraded (12.259%) 2024-03-30T04:46:36.615 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:46:36 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:46:36] "GET /metrics HTTP/1.1" 200 38532 "" "Prometheus/2.33.4" 2024-03-30T04:46:37.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:36 smithi111 bash[70954]: cluster 2024-03-30T04:46:35.595689+0000 mgr.y (mgr.25441) 3171 : cluster [DBG] pgmap v2092: 161 pgs: 23 peering, 19 active+undersized+degraded, 26 active+undersized, 93 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 89/726 objects degraded (12.259%) 2024-03-30T04:46:37.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:36 smithi111 bash[70954]: audit 2024-03-30T04:46:36.423487+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:37.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:36 smithi111 bash[70954]: audit 2024-03-30T04:46:36.432603+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:37.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:36 smithi111 bash[70954]: audit 2024-03-30T04:46:36.439669+0000 mon.a (mon.0) 1372 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:37.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:36 smithi111 bash[73591]: cluster 2024-03-30T04:46:35.595689+0000 mgr.y (mgr.25441) 3171 : cluster [DBG] pgmap v2092: 161 pgs: 23 peering, 19 active+undersized+degraded, 26 active+undersized, 93 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 89/726 objects degraded (12.259%) 2024-03-30T04:46:37.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:36 smithi111 bash[73591]: audit 2024-03-30T04:46:36.423487+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:37.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:36 smithi111 bash[73591]: audit 2024-03-30T04:46:36.432603+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:37.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:36 smithi111 bash[73591]: audit 2024-03-30T04:46:36.439669+0000 mon.a (mon.0) 1372 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:37.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:36 smithi117 bash[62284]: cluster 2024-03-30T04:46:35.595689+0000 mgr.y (mgr.25441) 3171 : cluster [DBG] pgmap v2092: 161 pgs: 23 peering, 19 active+undersized+degraded, 26 active+undersized, 93 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 89/726 objects degraded (12.259%) 2024-03-30T04:46:37.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:36 smithi117 bash[62284]: audit 2024-03-30T04:46:36.423487+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:37.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:36 smithi117 bash[62284]: audit 2024-03-30T04:46:36.432603+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:37.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:36 smithi117 bash[62284]: audit 2024-03-30T04:46:36.439669+0000 mon.a (mon.0) 1372 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:38.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:37 smithi111 bash[70954]: cluster 2024-03-30T04:46:36.434485+0000 mgr.y (mgr.25441) 3172 : cluster [DBG] pgmap v2093: 161 pgs: 23 peering, 138 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:46:38.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:37 smithi111 bash[70954]: cluster 2024-03-30T04:46:36.434706+0000 mgr.y (mgr.25441) 3173 : cluster [DBG] pgmap v2094: 161 pgs: 23 peering, 138 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:46:38.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:37 smithi111 bash[70954]: cluster 2024-03-30T04:46:37.430749+0000 mon.a (mon.0) 1373 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 89/726 objects degraded (12.259%), 19 pgs degraded) 2024-03-30T04:46:38.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:37 smithi111 bash[73591]: cluster 2024-03-30T04:46:36.434485+0000 mgr.y (mgr.25441) 3172 : cluster [DBG] pgmap v2093: 161 pgs: 23 peering, 138 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:46:38.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:37 smithi111 bash[73591]: cluster 2024-03-30T04:46:36.434706+0000 mgr.y (mgr.25441) 3173 : cluster [DBG] pgmap v2094: 161 pgs: 23 peering, 138 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:46:38.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:37 smithi111 bash[73591]: cluster 2024-03-30T04:46:37.430749+0000 mon.a (mon.0) 1373 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 89/726 objects degraded (12.259%), 19 pgs degraded) 2024-03-30T04:46:38.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:37 smithi117 bash[62284]: cluster 2024-03-30T04:46:36.434485+0000 mgr.y (mgr.25441) 3172 : cluster [DBG] pgmap v2093: 161 pgs: 23 peering, 138 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:46:38.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:37 smithi117 bash[62284]: cluster 2024-03-30T04:46:36.434706+0000 mgr.y (mgr.25441) 3173 : cluster [DBG] pgmap v2094: 161 pgs: 23 peering, 138 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:46:38.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:37 smithi117 bash[62284]: cluster 2024-03-30T04:46:37.430749+0000 mon.a (mon.0) 1373 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 89/726 objects degraded (12.259%), 19 pgs degraded) 2024-03-30T04:46:40.115 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:39 smithi111 bash[70954]: cluster 2024-03-30T04:46:38.435538+0000 mgr.y (mgr.25441) 3174 : cluster [DBG] pgmap v2095: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-30T04:46:40.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:39 smithi111 bash[73591]: cluster 2024-03-30T04:46:38.435538+0000 mgr.y (mgr.25441) 3174 : cluster [DBG] pgmap v2095: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-30T04:46:40.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:39 smithi117 bash[62284]: cluster 2024-03-30T04:46:38.435538+0000 mgr.y (mgr.25441) 3174 : cluster [DBG] pgmap v2095: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-30T04:46:42.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:41 smithi111 bash[70954]: cluster 2024-03-30T04:46:40.436206+0000 mgr.y (mgr.25441) 3175 : cluster [DBG] pgmap v2096: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 656 B/s rd, 0 op/s 2024-03-30T04:46:42.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:41 smithi111 bash[73591]: cluster 2024-03-30T04:46:40.436206+0000 mgr.y (mgr.25441) 3175 : cluster [DBG] pgmap v2096: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 656 B/s rd, 0 op/s 2024-03-30T04:46:42.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:41 smithi117 bash[62284]: cluster 2024-03-30T04:46:40.436206+0000 mgr.y (mgr.25441) 3175 : cluster [DBG] pgmap v2096: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 656 B/s rd, 0 op/s 2024-03-30T04:46:43.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:42 smithi111 bash[70954]: audit 2024-03-30T04:46:41.386953+0000 mgr.y (mgr.25441) 3176 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:43.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:42 smithi111 bash[70954]: audit 2024-03-30T04:46:42.673122+0000 mon.c (mon.1) 3127 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-30T04:46:43.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:42 smithi111 bash[73591]: audit 2024-03-30T04:46:41.386953+0000 mgr.y (mgr.25441) 3176 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:43.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:42 smithi111 bash[73591]: audit 2024-03-30T04:46:42.673122+0000 mon.c (mon.1) 3127 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-30T04:46:43.124 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:42 smithi117 bash[62284]: audit 2024-03-30T04:46:41.386953+0000 mgr.y (mgr.25441) 3176 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:43.125 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:42 smithi117 bash[62284]: audit 2024-03-30T04:46:42.673122+0000 mon.c (mon.1) 3127 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-30T04:46:44.070 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:43 smithi117 bash[62284]: cluster 2024-03-30T04:46:42.437796+0000 mgr.y (mgr.25441) 3177 : cluster [DBG] pgmap v2097: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:46:44.070 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:43 smithi117 bash[62284]: audit 2024-03-30T04:46:42.673640+0000 mgr.y (mgr.25441) 3178 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-30T04:46:44.070 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:43 smithi117 bash[62284]: cephadm 2024-03-30T04:46:42.676310+0000 mgr.y (mgr.25441) 3179 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-03-30T04:46:44.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:43 smithi111 bash[73591]: cluster 2024-03-30T04:46:42.437796+0000 mgr.y (mgr.25441) 3177 : cluster [DBG] pgmap v2097: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:46:44.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:43 smithi111 bash[73591]: audit 2024-03-30T04:46:42.673640+0000 mgr.y (mgr.25441) 3178 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-30T04:46:44.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:43 smithi111 bash[73591]: cephadm 2024-03-30T04:46:42.676310+0000 mgr.y (mgr.25441) 3179 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-03-30T04:46:44.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:43 smithi111 bash[70954]: cluster 2024-03-30T04:46:42.437796+0000 mgr.y (mgr.25441) 3177 : cluster [DBG] pgmap v2097: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:46:44.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:43 smithi111 bash[70954]: audit 2024-03-30T04:46:42.673640+0000 mgr.y (mgr.25441) 3178 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-30T04:46:44.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:43 smithi111 bash[70954]: cephadm 2024-03-30T04:46:42.676310+0000 mgr.y (mgr.25441) 3179 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-03-30T04:46:46.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:45 smithi111 bash[70954]: cluster 2024-03-30T04:46:44.438800+0000 mgr.y (mgr.25441) 3180 : cluster [DBG] pgmap v2098: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:46:46.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:45 smithi111 bash[70954]: audit 2024-03-30T04:46:45.007004+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:46.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:45 smithi111 bash[70954]: audit 2024-03-30T04:46:45.011758+0000 mon.c (mon.1) 3128 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-30T04:46:46.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:45 smithi111 bash[70954]: audit 2024-03-30T04:46:45.013395+0000 mon.c (mon.1) 3129 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:46.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:45 smithi111 bash[70954]: audit 2024-03-30T04:46:45.269016+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:46.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:45 smithi111 bash[70954]: audit 2024-03-30T04:46:45.271736+0000 mon.c (mon.1) 3130 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:46:46.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:45 smithi111 bash[70954]: audit 2024-03-30T04:46:45.498313+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:46.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:45 smithi111 bash[73591]: cluster 2024-03-30T04:46:44.438800+0000 mgr.y (mgr.25441) 3180 : cluster [DBG] pgmap v2098: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:46:46.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:45 smithi111 bash[73591]: audit 2024-03-30T04:46:45.007004+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:46.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:45 smithi111 bash[73591]: audit 2024-03-30T04:46:45.011758+0000 mon.c (mon.1) 3128 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-30T04:46:46.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:45 smithi111 bash[73591]: audit 2024-03-30T04:46:45.013395+0000 mon.c (mon.1) 3129 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:46.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:45 smithi111 bash[73591]: audit 2024-03-30T04:46:45.269016+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:46.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:45 smithi111 bash[73591]: audit 2024-03-30T04:46:45.271736+0000 mon.c (mon.1) 3130 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:46:46.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:45 smithi111 bash[73591]: audit 2024-03-30T04:46:45.498313+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:46.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:45 smithi117 bash[62284]: cluster 2024-03-30T04:46:44.438800+0000 mgr.y (mgr.25441) 3180 : cluster [DBG] pgmap v2098: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:46:46.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:45 smithi117 bash[62284]: audit 2024-03-30T04:46:45.007004+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:46.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:45 smithi117 bash[62284]: audit 2024-03-30T04:46:45.011758+0000 mon.c (mon.1) 3128 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-30T04:46:46.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:45 smithi117 bash[62284]: audit 2024-03-30T04:46:45.013395+0000 mon.c (mon.1) 3129 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:46.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:45 smithi117 bash[62284]: audit 2024-03-30T04:46:45.269016+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:46.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:45 smithi117 bash[62284]: audit 2024-03-30T04:46:45.271736+0000 mon.c (mon.1) 3130 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:46:46.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:45 smithi117 bash[62284]: audit 2024-03-30T04:46:45.498313+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:46.756 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:46:46 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:46:46] "GET /metrics HTTP/1.1" 200 38527 "" "Prometheus/2.33.4" 2024-03-30T04:46:46.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:46 smithi117 bash[62284]: cephadm 2024-03-30T04:46:44.996931+0000 mgr.y (mgr.25441) 3181 : cephadm [INF] Upgrade: Updating osd.5 2024-03-30T04:46:46.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:46 smithi117 bash[62284]: cephadm 2024-03-30T04:46:45.019162+0000 mgr.y (mgr.25441) 3182 : cephadm [INF] Deploying daemon osd.5 on smithi117 2024-03-30T04:46:47.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:46 smithi111 bash[70954]: cephadm 2024-03-30T04:46:44.996931+0000 mgr.y (mgr.25441) 3181 : cephadm [INF] Upgrade: Updating osd.5 2024-03-30T04:46:47.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:46 smithi111 bash[70954]: cephadm 2024-03-30T04:46:45.019162+0000 mgr.y (mgr.25441) 3182 : cephadm [INF] Deploying daemon osd.5 on smithi117 2024-03-30T04:46:47.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:46 smithi111 bash[73591]: cephadm 2024-03-30T04:46:44.996931+0000 mgr.y (mgr.25441) 3181 : cephadm [INF] Upgrade: Updating osd.5 2024-03-30T04:46:47.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:46 smithi111 bash[73591]: cephadm 2024-03-30T04:46:45.019162+0000 mgr.y (mgr.25441) 3182 : cephadm [INF] Deploying daemon osd.5 on smithi117 2024-03-30T04:46:48.037 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:47 smithi117 bash[62284]: cluster 2024-03-30T04:46:46.440056+0000 mgr.y (mgr.25441) 3183 : cluster [DBG] pgmap v2099: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:46:48.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:47 smithi111 bash[70954]: cluster 2024-03-30T04:46:46.440056+0000 mgr.y (mgr.25441) 3183 : cluster [DBG] pgmap v2099: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:46:48.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:47 smithi111 bash[73591]: cluster 2024-03-30T04:46:46.440056+0000 mgr.y (mgr.25441) 3183 : cluster [DBG] pgmap v2099: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:46:49.527 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:49 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:49.527 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:46:49 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:49.528 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:46:49 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:49.528 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:46:49 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:49.529 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:46:49 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:49.530 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:46:49 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:49.531 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:46:49 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:49.531 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:46:49 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:49.532 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:46:49 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:49.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:49 smithi117 bash[62284]: cluster 2024-03-30T04:46:48.441342+0000 mgr.y (mgr.25441) 3184 : cluster [DBG] pgmap v2100: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:46:49.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:49 smithi117 bash[62284]: cluster 2024-03-30T04:46:49.672494+0000 mon.a (mon.0) 1377 : cluster [INF] osd.5 marked itself down and dead 2024-03-30T04:46:49.886 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:46:49 smithi117 systemd[1]: Stopping Ceph osd.5 for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:46:49.886 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:46:49 smithi117 bash[27322]: debug 2024-03-30T04:46:49.668+0000 7f4d73a50700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:46:49.886 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:46:49 smithi117 bash[27322]: debug 2024-03-30T04:46:49.668+0000 7f4d73a50700 -1 osd.5 133 *** Got signal Terminated *** 2024-03-30T04:46:49.887 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:46:49 smithi117 bash[27322]: debug 2024-03-30T04:46:49.668+0000 7f4d73a50700 -1 osd.5 133 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:46:50.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:49 smithi111 bash[70954]: cluster 2024-03-30T04:46:48.441342+0000 mgr.y (mgr.25441) 3184 : cluster [DBG] pgmap v2100: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:46:50.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:49 smithi111 bash[70954]: cluster 2024-03-30T04:46:49.672494+0000 mon.a (mon.0) 1377 : cluster [INF] osd.5 marked itself down and dead 2024-03-30T04:46:50.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:49 smithi111 bash[73591]: cluster 2024-03-30T04:46:48.441342+0000 mgr.y (mgr.25441) 3184 : cluster [DBG] pgmap v2100: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:46:50.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:49 smithi111 bash[73591]: cluster 2024-03-30T04:46:49.672494+0000 mon.a (mon.0) 1377 : cluster [INF] osd.5 marked itself down and dead 2024-03-30T04:46:51.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:50 smithi111 bash[70954]: cluster 2024-03-30T04:46:49.768274+0000 mon.a (mon.0) 1378 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:46:51.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:50 smithi111 bash[70954]: cluster 2024-03-30T04:46:49.791692+0000 mon.a (mon.0) 1379 : cluster [DBG] osdmap e134: 8 total, 7 up, 8 in 2024-03-30T04:46:51.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:50 smithi111 bash[73591]: cluster 2024-03-30T04:46:49.768274+0000 mon.a (mon.0) 1378 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:46:51.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:50 smithi111 bash[73591]: cluster 2024-03-30T04:46:49.791692+0000 mon.a (mon.0) 1379 : cluster [DBG] osdmap e134: 8 total, 7 up, 8 in 2024-03-30T04:46:51.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:50 smithi117 bash[62284]: cluster 2024-03-30T04:46:49.768274+0000 mon.a (mon.0) 1378 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:46:51.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:50 smithi117 bash[62284]: cluster 2024-03-30T04:46:49.791692+0000 mon.a (mon.0) 1379 : cluster [DBG] osdmap e134: 8 total, 7 up, 8 in 2024-03-30T04:46:51.487 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:46:51 smithi117 bash[71084]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-osd-5 2024-03-30T04:46:51.488 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:46:51 smithi117 bash[71158]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-osd-5 2024-03-30T04:46:52.049 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:51 smithi117 bash[62284]: cluster 2024-03-30T04:46:50.442025+0000 mgr.y (mgr.25441) 3185 : cluster [DBG] pgmap v2102: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:46:52.049 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:51 smithi117 bash[62284]: cluster 2024-03-30T04:46:50.796555+0000 mon.a (mon.0) 1380 : cluster [DBG] osdmap e135: 8 total, 7 up, 8 in 2024-03-30T04:46:52.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:51 smithi111 bash[70954]: cluster 2024-03-30T04:46:50.442025+0000 mgr.y (mgr.25441) 3185 : cluster [DBG] pgmap v2102: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:46:52.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:51 smithi111 bash[70954]: cluster 2024-03-30T04:46:50.796555+0000 mon.a (mon.0) 1380 : cluster [DBG] osdmap e135: 8 total, 7 up, 8 in 2024-03-30T04:46:52.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:51 smithi111 bash[73591]: cluster 2024-03-30T04:46:50.442025+0000 mgr.y (mgr.25441) 3185 : cluster [DBG] pgmap v2102: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:46:52.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:51 smithi111 bash[73591]: cluster 2024-03-30T04:46:50.796555+0000 mon.a (mon.0) 1380 : cluster [DBG] osdmap e135: 8 total, 7 up, 8 in 2024-03-30T04:46:52.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:52 smithi117 bash[62284]: audit 2024-03-30T04:46:51.394966+0000 mgr.y (mgr.25441) 3186 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:52.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:52 smithi117 bash[62284]: audit 2024-03-30T04:46:51.810252+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:52.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:52 smithi117 bash[62284]: audit 2024-03-30T04:46:51.826550+0000 mon.a (mon.0) 1382 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:52.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:52 smithi117 bash[62284]: cluster 2024-03-30T04:46:51.831741+0000 mgr.y (mgr.25441) 3187 : cluster [DBG] pgmap v2104: 161 pgs: 13 active+undersized+degraded, 9 peering, 6 stale+active+clean, 18 active+undersized, 115 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 41/726 objects degraded (5.647%) 2024-03-30T04:46:52.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:52 smithi117 bash[62284]: cluster 2024-03-30T04:46:51.832634+0000 mgr.y (mgr.25441) 3188 : cluster [DBG] pgmap v2105: 161 pgs: 13 active+undersized+degraded, 9 peering, 6 stale+active+clean, 18 active+undersized, 115 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 41/726 objects degraded (5.647%) 2024-03-30T04:46:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:52 smithi117 bash[62284]: audit 2024-03-30T04:46:51.843332+0000 mon.a (mon.0) 1383 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:53.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:52 smithi111 bash[70954]: audit 2024-03-30T04:46:51.394966+0000 mgr.y (mgr.25441) 3186 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:53.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:52 smithi111 bash[70954]: audit 2024-03-30T04:46:51.810252+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:53.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:52 smithi111 bash[70954]: audit 2024-03-30T04:46:51.826550+0000 mon.a (mon.0) 1382 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:53.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:52 smithi111 bash[70954]: cluster 2024-03-30T04:46:51.831741+0000 mgr.y (mgr.25441) 3187 : cluster [DBG] pgmap v2104: 161 pgs: 13 active+undersized+degraded, 9 peering, 6 stale+active+clean, 18 active+undersized, 115 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 41/726 objects degraded (5.647%) 2024-03-30T04:46:53.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:52 smithi111 bash[70954]: cluster 2024-03-30T04:46:51.832634+0000 mgr.y (mgr.25441) 3188 : cluster [DBG] pgmap v2105: 161 pgs: 13 active+undersized+degraded, 9 peering, 6 stale+active+clean, 18 active+undersized, 115 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 41/726 objects degraded (5.647%) 2024-03-30T04:46:53.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:52 smithi111 bash[70954]: audit 2024-03-30T04:46:51.843332+0000 mon.a (mon.0) 1383 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:53.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:52 smithi111 bash[73591]: audit 2024-03-30T04:46:51.394966+0000 mgr.y (mgr.25441) 3186 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:53.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:52 smithi111 bash[73591]: audit 2024-03-30T04:46:51.810252+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:53.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:52 smithi111 bash[73591]: audit 2024-03-30T04:46:51.826550+0000 mon.a (mon.0) 1382 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:53.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:52 smithi111 bash[73591]: cluster 2024-03-30T04:46:51.831741+0000 mgr.y (mgr.25441) 3187 : cluster [DBG] pgmap v2104: 161 pgs: 13 active+undersized+degraded, 9 peering, 6 stale+active+clean, 18 active+undersized, 115 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 41/726 objects degraded (5.647%) 2024-03-30T04:46:53.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:52 smithi111 bash[73591]: cluster 2024-03-30T04:46:51.832634+0000 mgr.y (mgr.25441) 3188 : cluster [DBG] pgmap v2105: 161 pgs: 13 active+undersized+degraded, 9 peering, 6 stale+active+clean, 18 active+undersized, 115 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 41/726 objects degraded (5.647%) 2024-03-30T04:46:53.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:52 smithi111 bash[73591]: audit 2024-03-30T04:46:51.843332+0000 mon.a (mon.0) 1383 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:53.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:53 smithi117 bash[62284]: cluster 2024-03-30T04:46:52.822333+0000 mon.a (mon.0) 1384 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2024-03-30T04:46:53.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:53 smithi117 bash[62284]: cluster 2024-03-30T04:46:52.822442+0000 mon.a (mon.0) 1385 : cluster [WRN] Health check failed: Degraded data redundancy: 41/726 objects degraded (5.647%), 13 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:54.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:53 smithi111 bash[73591]: cluster 2024-03-30T04:46:52.822333+0000 mon.a (mon.0) 1384 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2024-03-30T04:46:54.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:53 smithi111 bash[73591]: cluster 2024-03-30T04:46:52.822442+0000 mon.a (mon.0) 1385 : cluster [WRN] Health check failed: Degraded data redundancy: 41/726 objects degraded (5.647%), 13 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:54.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:53 smithi111 bash[70954]: cluster 2024-03-30T04:46:52.822333+0000 mon.a (mon.0) 1384 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2024-03-30T04:46:54.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:53 smithi111 bash[70954]: cluster 2024-03-30T04:46:52.822442+0000 mon.a (mon.0) 1385 : cluster [WRN] Health check failed: Degraded data redundancy: 41/726 objects degraded (5.647%), 13 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:54.636 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:46:54 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:54.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:54 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:54.637 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:46:54 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:54.637 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:46:54 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:54.637 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:46:54 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:54.637 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:46:54 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:54.638 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:46:54 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:54.638 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:46:54 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:54.639 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:46:54 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@osd.5.service: Deactivated successfully. 2024-03-30T04:46:54.639 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:46:54 smithi117 systemd[1]: Stopped Ceph osd.5 for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:46:54.639 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:46:54 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:55.136 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:46:54 smithi117 systemd[1]: Started Ceph osd.5 for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:46:55.994 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: cluster 2024-03-30T04:46:53.834131+0000 mgr.y (mgr.25441) 3189 : cluster [DBG] pgmap v2106: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:55.994 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:54.710577+0000 mon.a (mon.0) 1386 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:55.994 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:54.729311+0000 mon.a (mon.0) 1387 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:55.994 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:54.770971+0000 mon.c (mon.1) 3131 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:55.994 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:54.772937+0000 mon.c (mon.1) 3132 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:55.994 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: cluster 2024-03-30T04:46:54.776815+0000 mgr.y (mgr.25441) 3190 : cluster [DBG] pgmap v2107: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:55.994 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: cluster 2024-03-30T04:46:54.778075+0000 mgr.y (mgr.25441) 3191 : cluster [DBG] pgmap v2108: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:55.994 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:54.789663+0000 mon.a (mon.0) 1388 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:55.995 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:54.882490+0000 mon.c (mon.1) 3133 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:55.995 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:54.887578+0000 mon.c (mon.1) 3134 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:55.995 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:54.893241+0000 mon.c (mon.1) 3135 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:55.995 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:54.895031+0000 mon.c (mon.1) 3136 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:55.995 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:54.907964+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:55.995 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:54.999800+0000 mon.c (mon.1) 3137 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:55.995 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:55.003855+0000 mon.c (mon.1) 3138 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:55.995 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:55.007032+0000 mon.c (mon.1) 3139 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:55.995 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:55.008313+0000 mon.c (mon.1) 3140 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:55.995 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:55.019507+0000 mon.a (mon.0) 1390 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:55.995 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:55.098816+0000 mon.c (mon.1) 3141 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:55.995 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:55.103260+0000 mon.c (mon.1) 3142 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:55.995 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:55.106342+0000 mon.c (mon.1) 3143 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:55.995 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:55.107705+0000 mon.c (mon.1) 3144 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:55.995 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:55.117614+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:55.996 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:55.210369+0000 mon.c (mon.1) 3145 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:55.996 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:55.215187+0000 mon.c (mon.1) 3146 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:55.996 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:55.219212+0000 mon.c (mon.1) 3147 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:55.996 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:55.220833+0000 mon.c (mon.1) 3148 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:55.996 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:55.236495+0000 mon.a (mon.0) 1392 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:55.996 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:55.314431+0000 mon.c (mon.1) 3149 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:55.996 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:55.316760+0000 mon.c (mon.1) 3150 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:55.996 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:55.319682+0000 mon.c (mon.1) 3151 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:55.996 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:55.320587+0000 mon.c (mon.1) 3152 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:55.996 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:55.331412+0000 mon.a (mon.0) 1393 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:55.996 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:55.374748+0000 mon.c (mon.1) 3153 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:55.996 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:55.376876+0000 mon.c (mon.1) 3154 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:55.996 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:55.379126+0000 mon.c (mon.1) 3155 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:55.996 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:55.380125+0000 mon.c (mon.1) 3156 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:55.996 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:55.390267+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:55.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:55.461209+0000 mon.c (mon.1) 3157 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:55.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:55.464613+0000 mon.c (mon.1) 3158 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:55.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:55.467428+0000 mon.c (mon.1) 3159 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:55.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:55.468549+0000 mon.c (mon.1) 3160 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:55.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:55.478193+0000 mon.a (mon.0) 1395 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:55.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:55.552827+0000 mon.c (mon.1) 3161 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:55.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:55.557318+0000 mon.c (mon.1) 3162 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:55.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:55.560305+0000 mon.c (mon.1) 3163 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:55.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:55.561834+0000 mon.c (mon.1) 3164 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:55.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:55.574865+0000 mon.a (mon.0) 1396 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:55.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:55.644421+0000 mon.c (mon.1) 3165 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:55.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:55.648634+0000 mon.c (mon.1) 3166 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:55.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:55.651650+0000 mon.c (mon.1) 3167 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:55.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:55.652881+0000 mon.c (mon.1) 3168 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:55.997 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:55 smithi117 bash[62284]: audit 2024-03-30T04:46:55.665539+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:56.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: cluster 2024-03-30T04:46:53.834131+0000 mgr.y (mgr.25441) 3189 : cluster [DBG] pgmap v2106: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:56.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:54.710577+0000 mon.a (mon.0) 1386 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:56.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:54.729311+0000 mon.a (mon.0) 1387 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:56.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:54.770971+0000 mon.c (mon.1) 3131 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:56.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:54.772937+0000 mon.c (mon.1) 3132 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:56.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: cluster 2024-03-30T04:46:54.776815+0000 mgr.y (mgr.25441) 3190 : cluster [DBG] pgmap v2107: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:56.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: cluster 2024-03-30T04:46:54.778075+0000 mgr.y (mgr.25441) 3191 : cluster [DBG] pgmap v2108: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:56.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:54.789663+0000 mon.a (mon.0) 1388 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:56.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:54.882490+0000 mon.c (mon.1) 3133 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:56.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:54.887578+0000 mon.c (mon.1) 3134 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:56.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:54.893241+0000 mon.c (mon.1) 3135 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:56.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:54.895031+0000 mon.c (mon.1) 3136 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:56.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:54.907964+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:56.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:54.999800+0000 mon.c (mon.1) 3137 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:56.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:55.003855+0000 mon.c (mon.1) 3138 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:56.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:55.007032+0000 mon.c (mon.1) 3139 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:56.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:55.008313+0000 mon.c (mon.1) 3140 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:56.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:55.019507+0000 mon.a (mon.0) 1390 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:56.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:55.098816+0000 mon.c (mon.1) 3141 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:56.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:55.103260+0000 mon.c (mon.1) 3142 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:56.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:55.106342+0000 mon.c (mon.1) 3143 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:56.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:55.107705+0000 mon.c (mon.1) 3144 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:56.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:55.117614+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:56.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:55.210369+0000 mon.c (mon.1) 3145 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:56.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:55.215187+0000 mon.c (mon.1) 3146 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:56.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:55.219212+0000 mon.c (mon.1) 3147 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:56.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:55.220833+0000 mon.c (mon.1) 3148 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:56.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:55.236495+0000 mon.a (mon.0) 1392 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:56.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:55.314431+0000 mon.c (mon.1) 3149 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:56.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:55.316760+0000 mon.c (mon.1) 3150 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:56.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:55.319682+0000 mon.c (mon.1) 3151 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:56.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:55.320587+0000 mon.c (mon.1) 3152 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:56.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:55.331412+0000 mon.a (mon.0) 1393 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:56.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:55.374748+0000 mon.c (mon.1) 3153 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:56.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:55.376876+0000 mon.c (mon.1) 3154 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:56.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:55.379126+0000 mon.c (mon.1) 3155 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:56.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:55.380125+0000 mon.c (mon.1) 3156 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:56.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:55.390267+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:56.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: cluster 2024-03-30T04:46:53.834131+0000 mgr.y (mgr.25441) 3189 : cluster [DBG] pgmap v2106: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:56.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:54.710577+0000 mon.a (mon.0) 1386 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:56.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:54.729311+0000 mon.a (mon.0) 1387 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:56.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:54.770971+0000 mon.c (mon.1) 3131 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:56.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:54.772937+0000 mon.c (mon.1) 3132 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:56.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: cluster 2024-03-30T04:46:54.776815+0000 mgr.y (mgr.25441) 3190 : cluster [DBG] pgmap v2107: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:56.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: cluster 2024-03-30T04:46:54.778075+0000 mgr.y (mgr.25441) 3191 : cluster [DBG] pgmap v2108: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:56.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:54.789663+0000 mon.a (mon.0) 1388 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:56.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:54.882490+0000 mon.c (mon.1) 3133 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:56.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:54.887578+0000 mon.c (mon.1) 3134 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:56.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:54.893241+0000 mon.c (mon.1) 3135 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:56.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:54.895031+0000 mon.c (mon.1) 3136 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:56.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:54.907964+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:56.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:54.999800+0000 mon.c (mon.1) 3137 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:56.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:55.003855+0000 mon.c (mon.1) 3138 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:56.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:55.007032+0000 mon.c (mon.1) 3139 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:56.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:55.008313+0000 mon.c (mon.1) 3140 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:56.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:55.019507+0000 mon.a (mon.0) 1390 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:56.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:55.461209+0000 mon.c (mon.1) 3157 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:56.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:55.464613+0000 mon.c (mon.1) 3158 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:56.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:55.467428+0000 mon.c (mon.1) 3159 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:56.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:55.468549+0000 mon.c (mon.1) 3160 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:56.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:55.478193+0000 mon.a (mon.0) 1395 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:56.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:55.552827+0000 mon.c (mon.1) 3161 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:56.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:55.557318+0000 mon.c (mon.1) 3162 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:56.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:55.560305+0000 mon.c (mon.1) 3163 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:56.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:55.561834+0000 mon.c (mon.1) 3164 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:56.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:55.574865+0000 mon.a (mon.0) 1396 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:56.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:55.644421+0000 mon.c (mon.1) 3165 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:56.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:55.648634+0000 mon.c (mon.1) 3166 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:56.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:55.651650+0000 mon.c (mon.1) 3167 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:56.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:55.652881+0000 mon.c (mon.1) 3168 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:56.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[70954]: audit 2024-03-30T04:46:55.665539+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:56.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:55.098816+0000 mon.c (mon.1) 3141 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:56.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:55.103260+0000 mon.c (mon.1) 3142 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:56.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:55.106342+0000 mon.c (mon.1) 3143 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:56.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:55.107705+0000 mon.c (mon.1) 3144 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:56.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:55.117614+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:56.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:55.210369+0000 mon.c (mon.1) 3145 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:56.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:55.215187+0000 mon.c (mon.1) 3146 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:56.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:55.219212+0000 mon.c (mon.1) 3147 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:56.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:55.220833+0000 mon.c (mon.1) 3148 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:56.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:55.236495+0000 mon.a (mon.0) 1392 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:56.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:55.314431+0000 mon.c (mon.1) 3149 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:56.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:55.316760+0000 mon.c (mon.1) 3150 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:56.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:55.319682+0000 mon.c (mon.1) 3151 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:56.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:55.320587+0000 mon.c (mon.1) 3152 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:56.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:55.331412+0000 mon.a (mon.0) 1393 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:56.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:55.374748+0000 mon.c (mon.1) 3153 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:56.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:55.376876+0000 mon.c (mon.1) 3154 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:56.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:55.379126+0000 mon.c (mon.1) 3155 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:56.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:55.380125+0000 mon.c (mon.1) 3156 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:56.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:55.390267+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:56.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:55.461209+0000 mon.c (mon.1) 3157 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:56.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:55.464613+0000 mon.c (mon.1) 3158 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:56.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:55.467428+0000 mon.c (mon.1) 3159 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:56.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:55.468549+0000 mon.c (mon.1) 3160 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:56.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:55.478193+0000 mon.a (mon.0) 1395 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:56.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:55.552827+0000 mon.c (mon.1) 3161 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:56.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:55.557318+0000 mon.c (mon.1) 3162 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:56.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:55.560305+0000 mon.c (mon.1) 3163 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:56.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:55.561834+0000 mon.c (mon.1) 3164 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:56.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:55.574865+0000 mon.a (mon.0) 1396 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:56.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:55.644421+0000 mon.c (mon.1) 3165 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:56.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:55.648634+0000 mon.c (mon.1) 3166 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:56.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:55.651650+0000 mon.c (mon.1) 3167 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:56.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:55.652881+0000 mon.c (mon.1) 3168 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:56.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:55 smithi111 bash[73591]: audit 2024-03-30T04:46:55.665539+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:56.704 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:46:56] "GET /metrics HTTP/1.1" 200 38527 "" "Prometheus/2.33.4" 2024-03-30T04:46:56.850 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[71458]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-03-30T04:46:56.850 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[71458]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-5 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-03-30T04:46:56.850 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[71458]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-03-30T04:46:56.850 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[71458]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-03-30T04:46:56.850 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[71458]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2024-03-30T04:46:56.850 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[71458]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-03-30T04:46:56.850 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[71458]: --> ceph-volume raw activate successful for osd ID: 5 2024-03-30T04:46:56.851 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: cephadm 2024-03-30T04:46:54.791901+0000 mgr.y (mgr.25441) 3192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:56.851 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: cluster 2024-03-30T04:46:54.898249+0000 mgr.y (mgr.25441) 3193 : cluster [DBG] pgmap v2109: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:56.851 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: cluster 2024-03-30T04:46:54.899404+0000 mgr.y (mgr.25441) 3194 : cluster [DBG] pgmap v2110: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:56.852 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: cephadm 2024-03-30T04:46:54.909753+0000 mgr.y (mgr.25441) 3195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:56.852 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: cluster 2024-03-30T04:46:55.011660+0000 mgr.y (mgr.25441) 3196 : cluster [DBG] pgmap v2111: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:56.852 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: cephadm 2024-03-30T04:46:55.022374+0000 mgr.y (mgr.25441) 3197 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:56.852 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: cluster 2024-03-30T04:46:55.110307+0000 mgr.y (mgr.25441) 3198 : cluster [DBG] pgmap v2112: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:56.852 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: cluster 2024-03-30T04:46:55.111189+0000 mgr.y (mgr.25441) 3199 : cluster [DBG] pgmap v2113: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:56.852 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: cephadm 2024-03-30T04:46:55.120911+0000 mgr.y (mgr.25441) 3200 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:56.852 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: cluster 2024-03-30T04:46:55.223955+0000 mgr.y (mgr.25441) 3201 : cluster [DBG] pgmap v2114: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:56.852 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: cluster 2024-03-30T04:46:55.225009+0000 mgr.y (mgr.25441) 3202 : cluster [DBG] pgmap v2115: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:56.852 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: cephadm 2024-03-30T04:46:55.237854+0000 mgr.y (mgr.25441) 3203 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:56.852 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: cluster 2024-03-30T04:46:55.322295+0000 mgr.y (mgr.25441) 3204 : cluster [DBG] pgmap v2116: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:56.852 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: cluster 2024-03-30T04:46:55.322769+0000 mgr.y (mgr.25441) 3205 : cluster [DBG] pgmap v2117: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:56.852 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: cephadm 2024-03-30T04:46:55.332393+0000 mgr.y (mgr.25441) 3206 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:56.852 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: cluster 2024-03-30T04:46:55.382584+0000 mgr.y (mgr.25441) 3207 : cluster [DBG] pgmap v2118: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:56.852 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: cluster 2024-03-30T04:46:55.383496+0000 mgr.y (mgr.25441) 3208 : cluster [DBG] pgmap v2119: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:56.853 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: cephadm 2024-03-30T04:46:55.392364+0000 mgr.y (mgr.25441) 3209 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:56.853 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: cluster 2024-03-30T04:46:55.470805+0000 mgr.y (mgr.25441) 3210 : cluster [DBG] pgmap v2120: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:56.853 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: cluster 2024-03-30T04:46:55.471642+0000 mgr.y (mgr.25441) 3211 : cluster [DBG] pgmap v2121: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:56.853 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: cephadm 2024-03-30T04:46:55.480475+0000 mgr.y (mgr.25441) 3212 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:56.853 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: cluster 2024-03-30T04:46:55.564770+0000 mgr.y (mgr.25441) 3213 : cluster [DBG] pgmap v2122: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:56.853 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: cluster 2024-03-30T04:46:55.565761+0000 mgr.y (mgr.25441) 3214 : cluster [DBG] pgmap v2123: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:56.853 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: cephadm 2024-03-30T04:46:55.576109+0000 mgr.y (mgr.25441) 3215 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:56.853 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: cluster 2024-03-30T04:46:55.655847+0000 mgr.y (mgr.25441) 3216 : cluster [DBG] pgmap v2124: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:56.853 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: cluster 2024-03-30T04:46:55.656673+0000 mgr.y (mgr.25441) 3217 : cluster [DBG] pgmap v2125: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:56.853 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: cephadm 2024-03-30T04:46:55.666732+0000 mgr.y (mgr.25441) 3218 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:56.853 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:55.747547+0000 mon.c (mon.1) 3169 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:56.853 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:55.750476+0000 mon.c (mon.1) 3170 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:56.853 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:55.753457+0000 mon.c (mon.1) 3171 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:56.853 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:55.754620+0000 mon.c (mon.1) 3172 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:56.854 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: cluster 2024-03-30T04:46:55.756795+0000 mgr.y (mgr.25441) 3219 : cluster [DBG] pgmap v2126: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:56.854 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: cluster 2024-03-30T04:46:55.757389+0000 mgr.y (mgr.25441) 3220 : cluster [DBG] pgmap v2127: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:56.854 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:55.763518+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:56.854 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: cephadm 2024-03-30T04:46:55.765440+0000 mgr.y (mgr.25441) 3221 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:56.854 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: cluster 2024-03-30T04:46:55.794265+0000 mon.a (mon.0) 1399 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-03-30T04:46:56.854 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:55.848501+0000 mon.c (mon.1) 3173 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:56.854 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:55.851854+0000 mon.c (mon.1) 3174 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:56.854 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:55.854733+0000 mon.c (mon.1) 3175 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:56.854 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:55.855761+0000 mon.c (mon.1) 3176 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:56.854 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:55.867683+0000 mon.a (mon.0) 1400 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:56.854 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:55.952985+0000 mon.c (mon.1) 3177 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:56.854 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:55.956480+0000 mon.c (mon.1) 3178 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:56.855 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:55.959797+0000 mon.c (mon.1) 3179 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:56.855 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:55.960592+0000 mon.c (mon.1) 3180 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:56.855 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:55.968364+0000 mon.a (mon.0) 1401 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:56.855 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.054028+0000 mon.c (mon.1) 3181 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:56.855 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.058040+0000 mon.c (mon.1) 3182 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:56.855 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.060861+0000 mon.c (mon.1) 3183 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:56.855 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.062291+0000 mon.c (mon.1) 3184 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:56.855 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.075139+0000 mon.a (mon.0) 1402 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:56.855 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.154650+0000 mon.c (mon.1) 3185 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:56.855 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.157094+0000 mon.c (mon.1) 3186 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:56.855 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.159817+0000 mon.c (mon.1) 3187 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:56.855 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.160770+0000 mon.c (mon.1) 3188 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:56.855 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.167851+0000 mon.a (mon.0) 1403 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:56.855 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.242003+0000 mon.c (mon.1) 3189 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:56.855 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.244129+0000 mon.c (mon.1) 3190 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:56.856 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.246142+0000 mon.c (mon.1) 3191 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:56.856 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.247023+0000 mon.c (mon.1) 3192 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:56.856 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.258688+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:56.856 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.332501+0000 mon.c (mon.1) 3193 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:56.856 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.335101+0000 mon.c (mon.1) 3194 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:56.856 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.337580+0000 mon.c (mon.1) 3195 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:56.856 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.338478+0000 mon.c (mon.1) 3196 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:56.856 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.346191+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:56.856 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.404458+0000 mon.c (mon.1) 3197 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:56.856 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.408275+0000 mon.c (mon.1) 3198 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:56.856 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.411336+0000 mon.c (mon.1) 3199 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:56.856 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.412371+0000 mon.c (mon.1) 3200 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:56.856 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.419443+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:56.856 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.496622+0000 mon.c (mon.1) 3201 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:56.856 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.498772+0000 mon.c (mon.1) 3202 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:56.857 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.500931+0000 mon.c (mon.1) 3203 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:56.857 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.501640+0000 mon.c (mon.1) 3204 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:56.857 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.508549+0000 mon.a (mon.0) 1407 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:56.857 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.554662+0000 mon.c (mon.1) 3205 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:56.857 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.557148+0000 mon.c (mon.1) 3206 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:56.857 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.562564+0000 mon.c (mon.1) 3207 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:56.857 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.563497+0000 mon.c (mon.1) 3208 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:56.857 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.568060+0000 mon.a (mon.0) 1408 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:56.857 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.582156+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:56.857 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.589073+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:56.857 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.593960+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:56.857 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.640873+0000 mon.c (mon.1) 3209 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:56.857 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.643803+0000 mon.c (mon.1) 3210 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:56.857 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.645955+0000 mon.c (mon.1) 3211 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:56.858 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.646805+0000 mon.c (mon.1) 3212 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:56.858 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.653991+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:56.858 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.700349+0000 mon.c (mon.1) 3213 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:56.858 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.703164+0000 mon.c (mon.1) 3214 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:56.858 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.705353+0000 mon.c (mon.1) 3215 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:56.858 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:56 smithi117 bash[62284]: audit 2024-03-30T04:46:56.706155+0000 mon.c (mon.1) 3216 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:56.999 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: cephadm 2024-03-30T04:46:54.791901+0000 mgr.y (mgr.25441) 3192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:56.999 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: cluster 2024-03-30T04:46:54.898249+0000 mgr.y (mgr.25441) 3193 : cluster [DBG] pgmap v2109: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:56.999 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: cluster 2024-03-30T04:46:54.899404+0000 mgr.y (mgr.25441) 3194 : cluster [DBG] pgmap v2110: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:56.999 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: cephadm 2024-03-30T04:46:54.909753+0000 mgr.y (mgr.25441) 3195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:56.999 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: cluster 2024-03-30T04:46:55.011660+0000 mgr.y (mgr.25441) 3196 : cluster [DBG] pgmap v2111: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:56.999 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: cephadm 2024-03-30T04:46:55.022374+0000 mgr.y (mgr.25441) 3197 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:56.999 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: cluster 2024-03-30T04:46:55.110307+0000 mgr.y (mgr.25441) 3198 : cluster [DBG] pgmap v2112: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:56.999 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: cluster 2024-03-30T04:46:55.111189+0000 mgr.y (mgr.25441) 3199 : cluster [DBG] pgmap v2113: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:56.999 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: cephadm 2024-03-30T04:46:55.120911+0000 mgr.y (mgr.25441) 3200 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:57.000 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: cluster 2024-03-30T04:46:55.223955+0000 mgr.y (mgr.25441) 3201 : cluster [DBG] pgmap v2114: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:57.000 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: cluster 2024-03-30T04:46:55.225009+0000 mgr.y (mgr.25441) 3202 : cluster [DBG] pgmap v2115: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:57.000 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: cephadm 2024-03-30T04:46:55.237854+0000 mgr.y (mgr.25441) 3203 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:57.000 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: cluster 2024-03-30T04:46:55.322295+0000 mgr.y (mgr.25441) 3204 : cluster [DBG] pgmap v2116: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:57.000 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: cluster 2024-03-30T04:46:55.322769+0000 mgr.y (mgr.25441) 3205 : cluster [DBG] pgmap v2117: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:57.000 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: cephadm 2024-03-30T04:46:55.332393+0000 mgr.y (mgr.25441) 3206 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:57.000 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: cluster 2024-03-30T04:46:55.382584+0000 mgr.y (mgr.25441) 3207 : cluster [DBG] pgmap v2118: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:57.000 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: cluster 2024-03-30T04:46:55.383496+0000 mgr.y (mgr.25441) 3208 : cluster [DBG] pgmap v2119: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:57.000 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: cephadm 2024-03-30T04:46:55.392364+0000 mgr.y (mgr.25441) 3209 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:57.000 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: cluster 2024-03-30T04:46:55.470805+0000 mgr.y (mgr.25441) 3210 : cluster [DBG] pgmap v2120: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:57.000 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: cluster 2024-03-30T04:46:55.471642+0000 mgr.y (mgr.25441) 3211 : cluster [DBG] pgmap v2121: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:57.000 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: cephadm 2024-03-30T04:46:55.480475+0000 mgr.y (mgr.25441) 3212 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:57.000 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: cluster 2024-03-30T04:46:55.564770+0000 mgr.y (mgr.25441) 3213 : cluster [DBG] pgmap v2122: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:57.000 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: cluster 2024-03-30T04:46:55.565761+0000 mgr.y (mgr.25441) 3214 : cluster [DBG] pgmap v2123: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:57.001 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: cephadm 2024-03-30T04:46:55.576109+0000 mgr.y (mgr.25441) 3215 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:57.001 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: cluster 2024-03-30T04:46:55.655847+0000 mgr.y (mgr.25441) 3216 : cluster [DBG] pgmap v2124: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:57.001 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: cluster 2024-03-30T04:46:55.656673+0000 mgr.y (mgr.25441) 3217 : cluster [DBG] pgmap v2125: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:57.001 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: cephadm 2024-03-30T04:46:55.666732+0000 mgr.y (mgr.25441) 3218 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:57.001 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:55.747547+0000 mon.c (mon.1) 3169 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:57.001 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:55.750476+0000 mon.c (mon.1) 3170 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:57.001 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:55.753457+0000 mon.c (mon.1) 3171 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:57.001 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:55.754620+0000 mon.c (mon.1) 3172 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:57.001 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: cluster 2024-03-30T04:46:55.756795+0000 mgr.y (mgr.25441) 3219 : cluster [DBG] pgmap v2126: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:57.001 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: cluster 2024-03-30T04:46:55.757389+0000 mgr.y (mgr.25441) 3220 : cluster [DBG] pgmap v2127: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:57.001 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:55.763518+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:57.001 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: cephadm 2024-03-30T04:46:55.765440+0000 mgr.y (mgr.25441) 3221 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:57.001 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: cluster 2024-03-30T04:46:55.794265+0000 mon.a (mon.0) 1399 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-03-30T04:46:57.002 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:55.848501+0000 mon.c (mon.1) 3173 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:57.002 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:55.851854+0000 mon.c (mon.1) 3174 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:57.002 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:55.854733+0000 mon.c (mon.1) 3175 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:57.002 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:55.855761+0000 mon.c (mon.1) 3176 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:57.002 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:55.867683+0000 mon.a (mon.0) 1400 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:57.002 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:55.952985+0000 mon.c (mon.1) 3177 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:57.002 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:55.956480+0000 mon.c (mon.1) 3178 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:57.002 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:55.959797+0000 mon.c (mon.1) 3179 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:57.002 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:55.960592+0000 mon.c (mon.1) 3180 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:57.002 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:55.968364+0000 mon.a (mon.0) 1401 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:57.002 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.054028+0000 mon.c (mon.1) 3181 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:57.002 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.058040+0000 mon.c (mon.1) 3182 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:57.002 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.060861+0000 mon.c (mon.1) 3183 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:57.002 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.062291+0000 mon.c (mon.1) 3184 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:57.003 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.075139+0000 mon.a (mon.0) 1402 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:57.003 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.154650+0000 mon.c (mon.1) 3185 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:57.003 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.157094+0000 mon.c (mon.1) 3186 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:57.003 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.159817+0000 mon.c (mon.1) 3187 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:57.003 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.160770+0000 mon.c (mon.1) 3188 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:57.003 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.167851+0000 mon.a (mon.0) 1403 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:57.004 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.242003+0000 mon.c (mon.1) 3189 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:57.004 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.244129+0000 mon.c (mon.1) 3190 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:57.004 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.246142+0000 mon.c (mon.1) 3191 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:57.004 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.247023+0000 mon.c (mon.1) 3192 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:57.004 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.258688+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:57.004 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.332501+0000 mon.c (mon.1) 3193 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:57.004 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.335101+0000 mon.c (mon.1) 3194 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:57.004 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.337580+0000 mon.c (mon.1) 3195 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:57.004 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.338478+0000 mon.c (mon.1) 3196 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:57.004 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.346191+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:57.004 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.404458+0000 mon.c (mon.1) 3197 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:57.004 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.408275+0000 mon.c (mon.1) 3198 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:57.004 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.411336+0000 mon.c (mon.1) 3199 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:57.004 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.412371+0000 mon.c (mon.1) 3200 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:57.005 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.419443+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:57.005 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.496622+0000 mon.c (mon.1) 3201 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:57.005 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.498772+0000 mon.c (mon.1) 3202 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:57.005 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.500931+0000 mon.c (mon.1) 3203 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:57.005 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.501640+0000 mon.c (mon.1) 3204 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:57.005 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.508549+0000 mon.a (mon.0) 1407 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:57.005 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.554662+0000 mon.c (mon.1) 3205 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:57.005 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.557148+0000 mon.c (mon.1) 3206 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:57.005 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.562564+0000 mon.c (mon.1) 3207 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:57.005 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.563497+0000 mon.c (mon.1) 3208 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:57.005 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.568060+0000 mon.a (mon.0) 1408 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:57.005 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.582156+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:57.005 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.589073+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:57.005 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.593960+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:57.005 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.640873+0000 mon.c (mon.1) 3209 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:57.006 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.643803+0000 mon.c (mon.1) 3210 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:57.006 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.645955+0000 mon.c (mon.1) 3211 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:57.006 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.646805+0000 mon.c (mon.1) 3212 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:57.006 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.653991+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:57.006 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.700349+0000 mon.c (mon.1) 3213 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:57.006 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.703164+0000 mon.c (mon.1) 3214 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:57.006 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.705353+0000 mon.c (mon.1) 3215 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:57.006 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[70954]: audit 2024-03-30T04:46:56.706155+0000 mon.c (mon.1) 3216 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:57.006 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: cephadm 2024-03-30T04:46:54.791901+0000 mgr.y (mgr.25441) 3192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:57.006 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: cluster 2024-03-30T04:46:54.898249+0000 mgr.y (mgr.25441) 3193 : cluster [DBG] pgmap v2109: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:57.006 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: cluster 2024-03-30T04:46:54.899404+0000 mgr.y (mgr.25441) 3194 : cluster [DBG] pgmap v2110: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:57.007 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: cephadm 2024-03-30T04:46:54.909753+0000 mgr.y (mgr.25441) 3195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:57.007 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: cluster 2024-03-30T04:46:55.011660+0000 mgr.y (mgr.25441) 3196 : cluster [DBG] pgmap v2111: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:57.007 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: cephadm 2024-03-30T04:46:55.022374+0000 mgr.y (mgr.25441) 3197 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:57.007 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: cluster 2024-03-30T04:46:55.110307+0000 mgr.y (mgr.25441) 3198 : cluster [DBG] pgmap v2112: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:57.007 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: cluster 2024-03-30T04:46:55.111189+0000 mgr.y (mgr.25441) 3199 : cluster [DBG] pgmap v2113: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:57.007 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: cephadm 2024-03-30T04:46:55.120911+0000 mgr.y (mgr.25441) 3200 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:57.007 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: cluster 2024-03-30T04:46:55.223955+0000 mgr.y (mgr.25441) 3201 : cluster [DBG] pgmap v2114: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:57.007 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: cluster 2024-03-30T04:46:55.225009+0000 mgr.y (mgr.25441) 3202 : cluster [DBG] pgmap v2115: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:57.007 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: cephadm 2024-03-30T04:46:55.237854+0000 mgr.y (mgr.25441) 3203 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:57.007 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: cluster 2024-03-30T04:46:55.322295+0000 mgr.y (mgr.25441) 3204 : cluster [DBG] pgmap v2116: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:57.007 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: cluster 2024-03-30T04:46:55.322769+0000 mgr.y (mgr.25441) 3205 : cluster [DBG] pgmap v2117: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:57.007 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: cephadm 2024-03-30T04:46:55.332393+0000 mgr.y (mgr.25441) 3206 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:57.007 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: cluster 2024-03-30T04:46:55.382584+0000 mgr.y (mgr.25441) 3207 : cluster [DBG] pgmap v2118: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:57.007 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: cluster 2024-03-30T04:46:55.383496+0000 mgr.y (mgr.25441) 3208 : cluster [DBG] pgmap v2119: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:57.008 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: cephadm 2024-03-30T04:46:55.392364+0000 mgr.y (mgr.25441) 3209 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:57.008 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: cluster 2024-03-30T04:46:55.470805+0000 mgr.y (mgr.25441) 3210 : cluster [DBG] pgmap v2120: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:57.008 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: cluster 2024-03-30T04:46:55.471642+0000 mgr.y (mgr.25441) 3211 : cluster [DBG] pgmap v2121: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:57.008 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: cephadm 2024-03-30T04:46:55.480475+0000 mgr.y (mgr.25441) 3212 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:57.008 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: cluster 2024-03-30T04:46:55.564770+0000 mgr.y (mgr.25441) 3213 : cluster [DBG] pgmap v2122: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:57.008 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: cluster 2024-03-30T04:46:55.565761+0000 mgr.y (mgr.25441) 3214 : cluster [DBG] pgmap v2123: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:57.008 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: cephadm 2024-03-30T04:46:55.576109+0000 mgr.y (mgr.25441) 3215 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:57.008 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: cluster 2024-03-30T04:46:55.655847+0000 mgr.y (mgr.25441) 3216 : cluster [DBG] pgmap v2124: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:57.008 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: cluster 2024-03-30T04:46:55.656673+0000 mgr.y (mgr.25441) 3217 : cluster [DBG] pgmap v2125: 161 pgs: 18 active+undersized+degraded, 9 peering, 32 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 64/726 objects degraded (8.815%) 2024-03-30T04:46:57.008 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: cephadm 2024-03-30T04:46:55.666732+0000 mgr.y (mgr.25441) 3218 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:57.008 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:55.747547+0000 mon.c (mon.1) 3169 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:57.008 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:55.750476+0000 mon.c (mon.1) 3170 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:57.008 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:55.753457+0000 mon.c (mon.1) 3171 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:57.008 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:55.754620+0000 mon.c (mon.1) 3172 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:57.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: cluster 2024-03-30T04:46:55.756795+0000 mgr.y (mgr.25441) 3219 : cluster [DBG] pgmap v2126: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:57.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: cluster 2024-03-30T04:46:55.757389+0000 mgr.y (mgr.25441) 3220 : cluster [DBG] pgmap v2127: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:57.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:55.763518+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:57.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: cephadm 2024-03-30T04:46:55.765440+0000 mgr.y (mgr.25441) 3221 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:57.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: cluster 2024-03-30T04:46:55.794265+0000 mon.a (mon.0) 1399 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-03-30T04:46:57.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:55.848501+0000 mon.c (mon.1) 3173 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:57.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:55.851854+0000 mon.c (mon.1) 3174 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:57.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:55.854733+0000 mon.c (mon.1) 3175 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:57.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:55.855761+0000 mon.c (mon.1) 3176 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:57.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:55.867683+0000 mon.a (mon.0) 1400 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:57.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:55.952985+0000 mon.c (mon.1) 3177 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:57.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:55.956480+0000 mon.c (mon.1) 3178 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:57.010 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:55.959797+0000 mon.c (mon.1) 3179 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:57.010 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:55.960592+0000 mon.c (mon.1) 3180 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:57.010 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:55.968364+0000 mon.a (mon.0) 1401 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:57.010 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.054028+0000 mon.c (mon.1) 3181 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:57.010 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.058040+0000 mon.c (mon.1) 3182 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:57.010 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.060861+0000 mon.c (mon.1) 3183 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:57.010 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.062291+0000 mon.c (mon.1) 3184 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:57.010 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.075139+0000 mon.a (mon.0) 1402 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:57.010 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.154650+0000 mon.c (mon.1) 3185 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:57.010 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.157094+0000 mon.c (mon.1) 3186 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:57.010 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.159817+0000 mon.c (mon.1) 3187 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:57.010 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.160770+0000 mon.c (mon.1) 3188 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:57.010 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.167851+0000 mon.a (mon.0) 1403 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:57.010 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.242003+0000 mon.c (mon.1) 3189 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:57.011 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.244129+0000 mon.c (mon.1) 3190 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:57.011 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.246142+0000 mon.c (mon.1) 3191 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:57.011 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.247023+0000 mon.c (mon.1) 3192 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:57.011 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.258688+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:57.011 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.332501+0000 mon.c (mon.1) 3193 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:57.011 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.335101+0000 mon.c (mon.1) 3194 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:57.011 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.337580+0000 mon.c (mon.1) 3195 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:57.011 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.338478+0000 mon.c (mon.1) 3196 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:57.011 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.346191+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:57.011 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.404458+0000 mon.c (mon.1) 3197 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:57.011 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.408275+0000 mon.c (mon.1) 3198 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:57.011 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.411336+0000 mon.c (mon.1) 3199 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:57.011 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.412371+0000 mon.c (mon.1) 3200 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:57.011 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.419443+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:57.012 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.496622+0000 mon.c (mon.1) 3201 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:57.012 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.498772+0000 mon.c (mon.1) 3202 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:57.012 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.500931+0000 mon.c (mon.1) 3203 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:57.012 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.501640+0000 mon.c (mon.1) 3204 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:57.012 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.508549+0000 mon.a (mon.0) 1407 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:57.012 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.554662+0000 mon.c (mon.1) 3205 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:57.012 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.557148+0000 mon.c (mon.1) 3206 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:57.012 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.562564+0000 mon.c (mon.1) 3207 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:57.012 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.563497+0000 mon.c (mon.1) 3208 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:57.012 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.568060+0000 mon.a (mon.0) 1408 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:57.012 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.582156+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:57.012 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.589073+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:57.012 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.593960+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:57.012 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.640873+0000 mon.c (mon.1) 3209 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:57.013 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.643803+0000 mon.c (mon.1) 3210 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:57.013 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.645955+0000 mon.c (mon.1) 3211 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:57.013 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.646805+0000 mon.c (mon.1) 3212 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:57.013 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.653991+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:57.013 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.700349+0000 mon.c (mon.1) 3213 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:57.013 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.703164+0000 mon.c (mon.1) 3214 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:57.013 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.705353+0000 mon.c (mon.1) 3215 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:57.013 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:56 smithi111 bash[73591]: audit 2024-03-30T04:46:56.706155+0000 mon.c (mon.1) 3216 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:57.521 INFO:teuthology.orchestra.run.smithi111.stdout:true 2024-03-30T04:46:58.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: cluster 2024-03-30T04:46:55.858110+0000 mgr.y (mgr.25441) 3222 : cluster [DBG] pgmap v2128: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: cluster 2024-03-30T04:46:55.859013+0000 mgr.y (mgr.25441) 3223 : cluster [DBG] pgmap v2129: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: cephadm 2024-03-30T04:46:55.868988+0000 mgr.y (mgr.25441) 3224 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:58.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: cluster 2024-03-30T04:46:55.962327+0000 mgr.y (mgr.25441) 3225 : cluster [DBG] pgmap v2130: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: cluster 2024-03-30T04:46:55.962862+0000 mgr.y (mgr.25441) 3226 : cluster [DBG] pgmap v2131: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: cephadm 2024-03-30T04:46:55.969459+0000 mgr.y (mgr.25441) 3227 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:58.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: cluster 2024-03-30T04:46:56.065366+0000 mgr.y (mgr.25441) 3228 : cluster [DBG] pgmap v2132: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: cluster 2024-03-30T04:46:56.066446+0000 mgr.y (mgr.25441) 3229 : cluster [DBG] pgmap v2133: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: cephadm 2024-03-30T04:46:56.076156+0000 mgr.y (mgr.25441) 3230 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:58.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: cluster 2024-03-30T04:46:56.162356+0000 mgr.y (mgr.25441) 3231 : cluster [DBG] pgmap v2134: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: cluster 2024-03-30T04:46:56.162749+0000 mgr.y (mgr.25441) 3232 : cluster [DBG] pgmap v2135: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: cephadm 2024-03-30T04:46:56.169042+0000 mgr.y (mgr.25441) 3233 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:58.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: cluster 2024-03-30T04:46:56.249724+0000 mgr.y (mgr.25441) 3234 : cluster [DBG] pgmap v2136: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: cluster 2024-03-30T04:46:56.250589+0000 mgr.y (mgr.25441) 3235 : cluster [DBG] pgmap v2137: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: cephadm 2024-03-30T04:46:56.259473+0000 mgr.y (mgr.25441) 3236 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:58.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: cluster 2024-03-30T04:46:55.858110+0000 mgr.y (mgr.25441) 3222 : cluster [DBG] pgmap v2128: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: cluster 2024-03-30T04:46:55.859013+0000 mgr.y (mgr.25441) 3223 : cluster [DBG] pgmap v2129: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: cephadm 2024-03-30T04:46:55.868988+0000 mgr.y (mgr.25441) 3224 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:58.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: cluster 2024-03-30T04:46:55.962327+0000 mgr.y (mgr.25441) 3225 : cluster [DBG] pgmap v2130: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: cluster 2024-03-30T04:46:55.962862+0000 mgr.y (mgr.25441) 3226 : cluster [DBG] pgmap v2131: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: cephadm 2024-03-30T04:46:55.969459+0000 mgr.y (mgr.25441) 3227 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:58.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: cluster 2024-03-30T04:46:56.065366+0000 mgr.y (mgr.25441) 3228 : cluster [DBG] pgmap v2132: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: cluster 2024-03-30T04:46:56.066446+0000 mgr.y (mgr.25441) 3229 : cluster [DBG] pgmap v2133: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: cephadm 2024-03-30T04:46:56.076156+0000 mgr.y (mgr.25441) 3230 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:58.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: cluster 2024-03-30T04:46:56.162356+0000 mgr.y (mgr.25441) 3231 : cluster [DBG] pgmap v2134: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: cluster 2024-03-30T04:46:56.162749+0000 mgr.y (mgr.25441) 3232 : cluster [DBG] pgmap v2135: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: cephadm 2024-03-30T04:46:56.169042+0000 mgr.y (mgr.25441) 3233 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:58.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: cluster 2024-03-30T04:46:56.249724+0000 mgr.y (mgr.25441) 3234 : cluster [DBG] pgmap v2136: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: cluster 2024-03-30T04:46:56.250589+0000 mgr.y (mgr.25441) 3235 : cluster [DBG] pgmap v2137: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: cephadm 2024-03-30T04:46:56.259473+0000 mgr.y (mgr.25441) 3236 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:58.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: cluster 2024-03-30T04:46:56.340591+0000 mgr.y (mgr.25441) 3237 : cluster [DBG] pgmap v2138: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: cluster 2024-03-30T04:46:56.341633+0000 mgr.y (mgr.25441) 3238 : cluster [DBG] pgmap v2139: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: cephadm 2024-03-30T04:46:56.348287+0000 mgr.y (mgr.25441) 3239 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:58.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: cluster 2024-03-30T04:46:56.414902+0000 mgr.y (mgr.25441) 3240 : cluster [DBG] pgmap v2140: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: cluster 2024-03-30T04:46:56.415852+0000 mgr.y (mgr.25441) 3241 : cluster [DBG] pgmap v2141: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: cephadm 2024-03-30T04:46:56.421461+0000 mgr.y (mgr.25441) 3242 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:58.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: cluster 2024-03-30T04:46:56.503339+0000 mgr.y (mgr.25441) 3243 : cluster [DBG] pgmap v2142: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: cluster 2024-03-30T04:46:56.503819+0000 mgr.y (mgr.25441) 3244 : cluster [DBG] pgmap v2143: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: cephadm 2024-03-30T04:46:56.509436+0000 mgr.y (mgr.25441) 3245 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:58.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: cluster 2024-03-30T04:46:56.573623+0000 mgr.y (mgr.25441) 3246 : cluster [DBG] pgmap v2144: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: cluster 2024-03-30T04:46:56.573985+0000 mgr.y (mgr.25441) 3247 : cluster [DBG] pgmap v2145: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: cluster 2024-03-30T04:46:56.587648+0000 mgr.y (mgr.25441) 3248 : cluster [DBG] pgmap v2146: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: cluster 2024-03-30T04:46:56.588391+0000 mgr.y (mgr.25441) 3249 : cluster [DBG] pgmap v2147: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: cephadm 2024-03-30T04:46:56.590136+0000 mgr.y (mgr.25441) 3250 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:58.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: cluster 2024-03-30T04:46:56.648552+0000 mgr.y (mgr.25441) 3251 : cluster [DBG] pgmap v2148: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: cluster 2024-03-30T04:46:56.648892+0000 mgr.y (mgr.25441) 3252 : cluster [DBG] pgmap v2149: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: cluster 2024-03-30T04:46:56.340591+0000 mgr.y (mgr.25441) 3237 : cluster [DBG] pgmap v2138: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: cluster 2024-03-30T04:46:56.341633+0000 mgr.y (mgr.25441) 3238 : cluster [DBG] pgmap v2139: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: cephadm 2024-03-30T04:46:56.348287+0000 mgr.y (mgr.25441) 3239 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:58.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: cluster 2024-03-30T04:46:56.414902+0000 mgr.y (mgr.25441) 3240 : cluster [DBG] pgmap v2140: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: cluster 2024-03-30T04:46:56.415852+0000 mgr.y (mgr.25441) 3241 : cluster [DBG] pgmap v2141: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: cephadm 2024-03-30T04:46:56.421461+0000 mgr.y (mgr.25441) 3242 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:58.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: cluster 2024-03-30T04:46:56.503339+0000 mgr.y (mgr.25441) 3243 : cluster [DBG] pgmap v2142: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: cluster 2024-03-30T04:46:56.503819+0000 mgr.y (mgr.25441) 3244 : cluster [DBG] pgmap v2143: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: cephadm 2024-03-30T04:46:56.509436+0000 mgr.y (mgr.25441) 3245 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:58.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: cluster 2024-03-30T04:46:56.573623+0000 mgr.y (mgr.25441) 3246 : cluster [DBG] pgmap v2144: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: cluster 2024-03-30T04:46:56.573985+0000 mgr.y (mgr.25441) 3247 : cluster [DBG] pgmap v2145: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: cluster 2024-03-30T04:46:56.587648+0000 mgr.y (mgr.25441) 3248 : cluster [DBG] pgmap v2146: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: cluster 2024-03-30T04:46:56.588391+0000 mgr.y (mgr.25441) 3249 : cluster [DBG] pgmap v2147: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: cephadm 2024-03-30T04:46:56.590136+0000 mgr.y (mgr.25441) 3250 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:58.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: cluster 2024-03-30T04:46:56.648552+0000 mgr.y (mgr.25441) 3251 : cluster [DBG] pgmap v2148: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: cluster 2024-03-30T04:46:56.648892+0000 mgr.y (mgr.25441) 3252 : cluster [DBG] pgmap v2149: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: cephadm 2024-03-30T04:46:56.654630+0000 mgr.y (mgr.25441) 3253 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:58.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: cluster 2024-03-30T04:46:56.707860+0000 mgr.y (mgr.25441) 3254 : cluster [DBG] pgmap v2150: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 37 op/s; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: cluster 2024-03-30T04:46:56.708261+0000 mgr.y (mgr.25441) 3255 : cluster [DBG] pgmap v2151: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 37 op/s; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:56.722507+0000 mon.a (mon.0) 1413 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: cephadm 2024-03-30T04:46:56.724651+0000 mgr.y (mgr.25441) 3256 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:58.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:56.767759+0000 mon.c (mon.1) 3217 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:56.770004+0000 mon.c (mon.1) 3218 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:56.772067+0000 mon.c (mon.1) 3219 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:56.772780+0000 mon.c (mon.1) 3220 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: cluster 2024-03-30T04:46:56.774282+0000 mgr.y (mgr.25441) 3257 : cluster [DBG] pgmap v2152: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 26 op/s; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: cluster 2024-03-30T04:46:56.774602+0000 mgr.y (mgr.25441) 3258 : cluster [DBG] pgmap v2153: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 26 op/s; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:56.781467+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: cephadm 2024-03-30T04:46:56.782159+0000 mgr.y (mgr.25441) 3259 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:58.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:56.824019+0000 mon.c (mon.1) 3221 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:56.826060+0000 mon.c (mon.1) 3222 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:56.828088+0000 mon.c (mon.1) 3223 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:56.828888+0000 mon.c (mon.1) 3224 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:56.837932+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: cephadm 2024-03-30T04:46:56.654630+0000 mgr.y (mgr.25441) 3253 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:58.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: cluster 2024-03-30T04:46:56.707860+0000 mgr.y (mgr.25441) 3254 : cluster [DBG] pgmap v2150: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 37 op/s; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: cluster 2024-03-30T04:46:56.708261+0000 mgr.y (mgr.25441) 3255 : cluster [DBG] pgmap v2151: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 37 op/s; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:56.722507+0000 mon.a (mon.0) 1413 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: cephadm 2024-03-30T04:46:56.724651+0000 mgr.y (mgr.25441) 3256 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:58.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:56.767759+0000 mon.c (mon.1) 3217 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:56.770004+0000 mon.c (mon.1) 3218 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:56.772067+0000 mon.c (mon.1) 3219 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:56.772780+0000 mon.c (mon.1) 3220 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: cluster 2024-03-30T04:46:56.774282+0000 mgr.y (mgr.25441) 3257 : cluster [DBG] pgmap v2152: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 26 op/s; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: cluster 2024-03-30T04:46:56.774602+0000 mgr.y (mgr.25441) 3258 : cluster [DBG] pgmap v2153: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 26 op/s; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:56.781467+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: cephadm 2024-03-30T04:46:56.782159+0000 mgr.y (mgr.25441) 3259 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:58.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:56.824019+0000 mon.c (mon.1) 3221 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:56.826060+0000 mon.c (mon.1) 3222 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:56.828088+0000 mon.c (mon.1) 3223 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:56.828888+0000 mon.c (mon.1) 3224 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:56.837932+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:56.880493+0000 mon.c (mon.1) 3225 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:56.882426+0000 mon.c (mon.1) 3226 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:56.884271+0000 mon.c (mon.1) 3227 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:56.884978+0000 mon.c (mon.1) 3228 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:56.894535+0000 mon.a (mon.0) 1416 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:56.936568+0000 mon.c (mon.1) 3229 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:56.938541+0000 mon.c (mon.1) 3230 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:56.940504+0000 mon.c (mon.1) 3231 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:56.941254+0000 mon.c (mon.1) 3232 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:56.949897+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:56.992123+0000 mon.c (mon.1) 3233 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:56.994116+0000 mon.c (mon.1) 3234 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:56.996233+0000 mon.c (mon.1) 3235 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:56.997048+0000 mon.c (mon.1) 3236 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.006488+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.053388+0000 mon.c (mon.1) 3237 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.055508+0000 mon.c (mon.1) 3238 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.057586+0000 mon.c (mon.1) 3239 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.058921+0000 mon.c (mon.1) 3240 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.068178+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:56.880493+0000 mon.c (mon.1) 3225 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:56.882426+0000 mon.c (mon.1) 3226 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:56.884271+0000 mon.c (mon.1) 3227 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:56.884978+0000 mon.c (mon.1) 3228 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:56.894535+0000 mon.a (mon.0) 1416 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:56.936568+0000 mon.c (mon.1) 3229 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:56.938541+0000 mon.c (mon.1) 3230 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:56.940504+0000 mon.c (mon.1) 3231 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:56.941254+0000 mon.c (mon.1) 3232 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:56.949897+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:56.992123+0000 mon.c (mon.1) 3233 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:56.994116+0000 mon.c (mon.1) 3234 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:56.996233+0000 mon.c (mon.1) 3235 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:56.997048+0000 mon.c (mon.1) 3236 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.006488+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.053388+0000 mon.c (mon.1) 3237 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.055508+0000 mon.c (mon.1) 3238 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.057586+0000 mon.c (mon.1) 3239 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.058921+0000 mon.c (mon.1) 3240 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.068178+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.113700+0000 mon.c (mon.1) 3241 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.115812+0000 mon.c (mon.1) 3242 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.117579+0000 mon.c (mon.1) 3243 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.118207+0000 mon.c (mon.1) 3244 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.126604+0000 mon.a (mon.0) 1420 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.172168+0000 mon.c (mon.1) 3245 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.174514+0000 mon.c (mon.1) 3246 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.176546+0000 mon.c (mon.1) 3247 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.177287+0000 mon.c (mon.1) 3248 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.187430+0000 mon.a (mon.0) 1421 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.245157+0000 mon.c (mon.1) 3249 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.247233+0000 mon.c (mon.1) 3250 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.249225+0000 mon.c (mon.1) 3251 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.249901+0000 mon.c (mon.1) 3252 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.258297+0000 mon.a (mon.0) 1422 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.315829+0000 mon.c (mon.1) 3253 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.317721+0000 mon.c (mon.1) 3254 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.319609+0000 mon.c (mon.1) 3255 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.320264+0000 mon.c (mon.1) 3256 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.113700+0000 mon.c (mon.1) 3241 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.115812+0000 mon.c (mon.1) 3242 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.117579+0000 mon.c (mon.1) 3243 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.118207+0000 mon.c (mon.1) 3244 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.126604+0000 mon.a (mon.0) 1420 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.172168+0000 mon.c (mon.1) 3245 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.174514+0000 mon.c (mon.1) 3246 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.176546+0000 mon.c (mon.1) 3247 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.177287+0000 mon.c (mon.1) 3248 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.187430+0000 mon.a (mon.0) 1421 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.245157+0000 mon.c (mon.1) 3249 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.247233+0000 mon.c (mon.1) 3250 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.249225+0000 mon.c (mon.1) 3251 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.249901+0000 mon.c (mon.1) 3252 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.258297+0000 mon.a (mon.0) 1422 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.315829+0000 mon.c (mon.1) 3253 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.317721+0000 mon.c (mon.1) 3254 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.319609+0000 mon.c (mon.1) 3255 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.320264+0000 mon.c (mon.1) 3256 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.329239+0000 mon.a (mon.0) 1423 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.371292+0000 mon.c (mon.1) 3257 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.373368+0000 mon.c (mon.1) 3258 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.375365+0000 mon.c (mon.1) 3259 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.376068+0000 mon.c (mon.1) 3260 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.384085+0000 mon.a (mon.0) 1424 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.426143+0000 mon.c (mon.1) 3261 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.428135+0000 mon.c (mon.1) 3262 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.429817+0000 mon.c (mon.1) 3263 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.430496+0000 mon.c (mon.1) 3264 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.438647+0000 mon.a (mon.0) 1425 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.480193+0000 mon.c (mon.1) 3265 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.481985+0000 mon.c (mon.1) 3266 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.483989+0000 mon.c (mon.1) 3267 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.484686+0000 mon.c (mon.1) 3268 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.492901+0000 mon.a (mon.0) 1426 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.551889+0000 mon.c (mon.1) 3269 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.554313+0000 mon.c (mon.1) 3270 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.556931+0000 mon.c (mon.1) 3271 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.557678+0000 mon.c (mon.1) 3272 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.567136+0000 mon.a (mon.0) 1427 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.613717+0000 mon.c (mon.1) 3273 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.616089+0000 mon.c (mon.1) 3274 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.618188+0000 mon.c (mon.1) 3275 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.618891+0000 mon.c (mon.1) 3276 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.628144+0000 mon.a (mon.0) 1428 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.669043+0000 mon.c (mon.1) 3277 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.670855+0000 mon.c (mon.1) 3278 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.672872+0000 mon.c (mon.1) 3279 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.673575+0000 mon.c (mon.1) 3280 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[70954]: audit 2024-03-30T04:46:57.682827+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.329239+0000 mon.a (mon.0) 1423 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.371292+0000 mon.c (mon.1) 3257 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.373368+0000 mon.c (mon.1) 3258 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.375365+0000 mon.c (mon.1) 3259 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.376068+0000 mon.c (mon.1) 3260 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.384085+0000 mon.a (mon.0) 1424 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.426143+0000 mon.c (mon.1) 3261 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.428135+0000 mon.c (mon.1) 3262 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.429817+0000 mon.c (mon.1) 3263 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.430496+0000 mon.c (mon.1) 3264 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.438647+0000 mon.a (mon.0) 1425 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.480193+0000 mon.c (mon.1) 3265 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.481985+0000 mon.c (mon.1) 3266 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.483989+0000 mon.c (mon.1) 3267 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.484686+0000 mon.c (mon.1) 3268 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.492901+0000 mon.a (mon.0) 1426 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.551889+0000 mon.c (mon.1) 3269 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.554313+0000 mon.c (mon.1) 3270 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.556931+0000 mon.c (mon.1) 3271 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.557678+0000 mon.c (mon.1) 3272 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.567136+0000 mon.a (mon.0) 1427 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.613717+0000 mon.c (mon.1) 3273 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.616089+0000 mon.c (mon.1) 3274 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.618188+0000 mon.c (mon.1) 3275 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.618891+0000 mon.c (mon.1) 3276 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.628144+0000 mon.a (mon.0) 1428 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.669043+0000 mon.c (mon.1) 3277 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.670855+0000 mon.c (mon.1) 3278 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.672872+0000 mon.c (mon.1) 3279 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.673575+0000 mon.c (mon.1) 3280 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:57 smithi111 bash[73591]: audit 2024-03-30T04:46:57.682827+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: cluster 2024-03-30T04:46:55.858110+0000 mgr.y (mgr.25441) 3222 : cluster [DBG] pgmap v2128: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: cluster 2024-03-30T04:46:55.859013+0000 mgr.y (mgr.25441) 3223 : cluster [DBG] pgmap v2129: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: cephadm 2024-03-30T04:46:55.868988+0000 mgr.y (mgr.25441) 3224 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:58.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: cluster 2024-03-30T04:46:55.962327+0000 mgr.y (mgr.25441) 3225 : cluster [DBG] pgmap v2130: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: cluster 2024-03-30T04:46:55.962862+0000 mgr.y (mgr.25441) 3226 : cluster [DBG] pgmap v2131: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: cephadm 2024-03-30T04:46:55.969459+0000 mgr.y (mgr.25441) 3227 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:58.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: cluster 2024-03-30T04:46:56.065366+0000 mgr.y (mgr.25441) 3228 : cluster [DBG] pgmap v2132: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: cluster 2024-03-30T04:46:56.066446+0000 mgr.y (mgr.25441) 3229 : cluster [DBG] pgmap v2133: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: cephadm 2024-03-30T04:46:56.076156+0000 mgr.y (mgr.25441) 3230 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:58.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: cluster 2024-03-30T04:46:56.162356+0000 mgr.y (mgr.25441) 3231 : cluster [DBG] pgmap v2134: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: cluster 2024-03-30T04:46:56.162749+0000 mgr.y (mgr.25441) 3232 : cluster [DBG] pgmap v2135: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: cephadm 2024-03-30T04:46:56.169042+0000 mgr.y (mgr.25441) 3233 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:58.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: cluster 2024-03-30T04:46:56.249724+0000 mgr.y (mgr.25441) 3234 : cluster [DBG] pgmap v2136: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: cluster 2024-03-30T04:46:56.250589+0000 mgr.y (mgr.25441) 3235 : cluster [DBG] pgmap v2137: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: cephadm 2024-03-30T04:46:56.259473+0000 mgr.y (mgr.25441) 3236 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:58.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: cluster 2024-03-30T04:46:56.340591+0000 mgr.y (mgr.25441) 3237 : cluster [DBG] pgmap v2138: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: cluster 2024-03-30T04:46:56.341633+0000 mgr.y (mgr.25441) 3238 : cluster [DBG] pgmap v2139: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: cephadm 2024-03-30T04:46:56.348287+0000 mgr.y (mgr.25441) 3239 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:58.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: cluster 2024-03-30T04:46:56.414902+0000 mgr.y (mgr.25441) 3240 : cluster [DBG] pgmap v2140: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: cluster 2024-03-30T04:46:56.415852+0000 mgr.y (mgr.25441) 3241 : cluster [DBG] pgmap v2141: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: cephadm 2024-03-30T04:46:56.421461+0000 mgr.y (mgr.25441) 3242 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:58.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: cluster 2024-03-30T04:46:56.503339+0000 mgr.y (mgr.25441) 3243 : cluster [DBG] pgmap v2142: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: cluster 2024-03-30T04:46:56.503819+0000 mgr.y (mgr.25441) 3244 : cluster [DBG] pgmap v2143: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: cephadm 2024-03-30T04:46:56.509436+0000 mgr.y (mgr.25441) 3245 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:58.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: cluster 2024-03-30T04:46:56.573623+0000 mgr.y (mgr.25441) 3246 : cluster [DBG] pgmap v2144: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: cluster 2024-03-30T04:46:56.573985+0000 mgr.y (mgr.25441) 3247 : cluster [DBG] pgmap v2145: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: cluster 2024-03-30T04:46:56.587648+0000 mgr.y (mgr.25441) 3248 : cluster [DBG] pgmap v2146: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: cluster 2024-03-30T04:46:56.588391+0000 mgr.y (mgr.25441) 3249 : cluster [DBG] pgmap v2147: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: cephadm 2024-03-30T04:46:56.590136+0000 mgr.y (mgr.25441) 3250 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:58.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: cluster 2024-03-30T04:46:56.648552+0000 mgr.y (mgr.25441) 3251 : cluster [DBG] pgmap v2148: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: cluster 2024-03-30T04:46:56.648892+0000 mgr.y (mgr.25441) 3252 : cluster [DBG] pgmap v2149: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: cephadm 2024-03-30T04:46:56.654630+0000 mgr.y (mgr.25441) 3253 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:58.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: cluster 2024-03-30T04:46:56.707860+0000 mgr.y (mgr.25441) 3254 : cluster [DBG] pgmap v2150: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 37 op/s; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: cluster 2024-03-30T04:46:56.708261+0000 mgr.y (mgr.25441) 3255 : cluster [DBG] pgmap v2151: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 37 op/s; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:56.722507+0000 mon.a (mon.0) 1413 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: cephadm 2024-03-30T04:46:56.724651+0000 mgr.y (mgr.25441) 3256 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:58.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:56.767759+0000 mon.c (mon.1) 3217 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:56.770004+0000 mon.c (mon.1) 3218 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:56.772067+0000 mon.c (mon.1) 3219 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:56.772780+0000 mon.c (mon.1) 3220 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: cluster 2024-03-30T04:46:56.774282+0000 mgr.y (mgr.25441) 3257 : cluster [DBG] pgmap v2152: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 26 op/s; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: cluster 2024-03-30T04:46:56.774602+0000 mgr.y (mgr.25441) 3258 : cluster [DBG] pgmap v2153: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 26 op/s; 80/726 objects degraded (11.019%) 2024-03-30T04:46:58.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:56.781467+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: cephadm 2024-03-30T04:46:56.782159+0000 mgr.y (mgr.25441) 3259 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:58.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:56.824019+0000 mon.c (mon.1) 3221 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:56.826060+0000 mon.c (mon.1) 3222 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:56.828088+0000 mon.c (mon.1) 3223 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:56.828888+0000 mon.c (mon.1) 3224 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:56.837932+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:56.880493+0000 mon.c (mon.1) 3225 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:56.882426+0000 mon.c (mon.1) 3226 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:56.884271+0000 mon.c (mon.1) 3227 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:56.884978+0000 mon.c (mon.1) 3228 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:56.894535+0000 mon.a (mon.0) 1416 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:56.936568+0000 mon.c (mon.1) 3229 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:56.938541+0000 mon.c (mon.1) 3230 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:56.940504+0000 mon.c (mon.1) 3231 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:56.941254+0000 mon.c (mon.1) 3232 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:56.949897+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:56.992123+0000 mon.c (mon.1) 3233 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:56.994116+0000 mon.c (mon.1) 3234 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:56.996233+0000 mon.c (mon.1) 3235 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:56.997048+0000 mon.c (mon.1) 3236 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.006488+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.053388+0000 mon.c (mon.1) 3237 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.055508+0000 mon.c (mon.1) 3238 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.057586+0000 mon.c (mon.1) 3239 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.058921+0000 mon.c (mon.1) 3240 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.068178+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.113700+0000 mon.c (mon.1) 3241 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.115812+0000 mon.c (mon.1) 3242 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.117579+0000 mon.c (mon.1) 3243 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.118207+0000 mon.c (mon.1) 3244 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.126604+0000 mon.a (mon.0) 1420 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.172168+0000 mon.c (mon.1) 3245 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.174514+0000 mon.c (mon.1) 3246 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.176546+0000 mon.c (mon.1) 3247 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.177287+0000 mon.c (mon.1) 3248 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.187430+0000 mon.a (mon.0) 1421 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.245157+0000 mon.c (mon.1) 3249 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.247233+0000 mon.c (mon.1) 3250 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.249225+0000 mon.c (mon.1) 3251 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.249901+0000 mon.c (mon.1) 3252 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.258297+0000 mon.a (mon.0) 1422 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.315829+0000 mon.c (mon.1) 3253 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.317721+0000 mon.c (mon.1) 3254 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.319609+0000 mon.c (mon.1) 3255 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.320264+0000 mon.c (mon.1) 3256 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.329239+0000 mon.a (mon.0) 1423 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.371292+0000 mon.c (mon.1) 3257 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.373368+0000 mon.c (mon.1) 3258 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.375365+0000 mon.c (mon.1) 3259 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.376068+0000 mon.c (mon.1) 3260 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.384085+0000 mon.a (mon.0) 1424 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.426143+0000 mon.c (mon.1) 3261 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.428135+0000 mon.c (mon.1) 3262 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.429817+0000 mon.c (mon.1) 3263 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.430496+0000 mon.c (mon.1) 3264 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.438647+0000 mon.a (mon.0) 1425 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.480193+0000 mon.c (mon.1) 3265 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.481985+0000 mon.c (mon.1) 3266 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.483989+0000 mon.c (mon.1) 3267 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.484686+0000 mon.c (mon.1) 3268 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.492901+0000 mon.a (mon.0) 1426 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.551889+0000 mon.c (mon.1) 3269 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.554313+0000 mon.c (mon.1) 3270 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.556931+0000 mon.c (mon.1) 3271 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.557678+0000 mon.c (mon.1) 3272 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.567136+0000 mon.a (mon.0) 1427 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.613717+0000 mon.c (mon.1) 3273 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.616089+0000 mon.c (mon.1) 3274 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.618188+0000 mon.c (mon.1) 3275 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.618891+0000 mon.c (mon.1) 3276 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.628144+0000 mon.a (mon.0) 1428 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.669043+0000 mon.c (mon.1) 3277 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:58.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.670855+0000 mon.c (mon.1) 3278 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:58.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.672872+0000 mon.c (mon.1) 3279 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:58.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.673575+0000 mon.c (mon.1) 3280 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:58.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:57 smithi117 bash[62284]: audit 2024-03-30T04:46:57.682827+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:58.293 INFO:teuthology.orchestra.run.smithi111.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:46:58.293 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi111 smithi111 running 1s ago 21m - - 2024-03-30T04:46:58.293 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi117 smithi117 running 6s ago 21m - - 2024-03-30T04:46:58.293 INFO:teuthology.orchestra.run.smithi111.stdout:alertmanager.a smithi111 *:9093,9094 running (7m) 1s ago 14m 14.4M - 0.23.0 ba2b418f427c 1324aeb3a452 2024-03-30T04:46:58.293 INFO:teuthology.orchestra.run.smithi111.stdout:grafana.a smithi117 *:3000 error 6s ago 14m - - 2024-03-30T04:46:58.294 INFO:teuthology.orchestra.run.smithi111.stdout:iscsi.foo.smithi111.fmwmll smithi111 running (6m) 1s ago 12m 44.3M - 3.5 e1d6a67b021e 429bab8e2057 2024-03-30T04:46:58.294 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.x smithi117 *:8443,9283,8765 running (5m) 6s ago 20m 438M - 19.0.0-2493-gd82c9aa1 3714003597ec 42ebd55da4b4 2024-03-30T04:46:58.294 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.y smithi111 *:8443,9283,8765 running (6m) 1s ago 22m 523M - 19.0.0-2493-gd82c9aa1 3714003597ec fa84fb31d2a4 2024-03-30T04:46:58.294 INFO:teuthology.orchestra.run.smithi111.stdout:mon.a smithi111 running (5m) 1s ago 22m 109M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 896c96f933ff 2024-03-30T04:46:58.294 INFO:teuthology.orchestra.run.smithi111.stdout:mon.b smithi117 running (4m) 6s ago 20m 52.5M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 60f10ffc2128 2024-03-30T04:46:58.294 INFO:teuthology.orchestra.run.smithi111.stdout:mon.c smithi111 running (4m) 1s ago 21m 60.1M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 385ecbe45d43 2024-03-30T04:46:58.294 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.a smithi111 *:9100 running (7m) 1s ago 14m 9348k - 1.3.1 1dbe0e931976 6370ea39ede2 2024-03-30T04:46:58.294 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.b smithi117 *:9100 running (7m) 6s ago 14m 11.5M - 1.3.1 1dbe0e931976 038bdefec2fb 2024-03-30T04:46:58.294 INFO:teuthology.orchestra.run.smithi111.stdout:osd.0 smithi111 running (3m) 1s ago 20m 51.7M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec c83a5c211a2a 2024-03-30T04:46:58.294 INFO:teuthology.orchestra.run.smithi111.stdout:osd.1 smithi111 running (2m) 1s ago 19m 58.5M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 72f709306a82 2024-03-30T04:46:58.294 INFO:teuthology.orchestra.run.smithi111.stdout:osd.2 smithi111 running (113s) 1s ago 19m 47.3M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 4812fabf499a 2024-03-30T04:46:58.294 INFO:teuthology.orchestra.run.smithi111.stdout:osd.3 smithi111 running (73s) 1s ago 18m 53.4M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec d39d23268f95 2024-03-30T04:46:58.294 INFO:teuthology.orchestra.run.smithi111.stdout:osd.4 smithi117 running (34s) 6s ago 17m 48.2M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 1668f848549c 2024-03-30T04:46:58.294 INFO:teuthology.orchestra.run.smithi111.stdout:osd.5 smithi117 starting - - - 4096M 2024-03-30T04:46:58.294 INFO:teuthology.orchestra.run.smithi111.stdout:osd.6 smithi117 running (16m) 6s ago 16m 59.6M 4096M 17.2.0 e1d6a67b021e 393ee9af633e 2024-03-30T04:46:58.295 INFO:teuthology.orchestra.run.smithi111.stdout:osd.7 smithi117 running (15m) 6s ago 15m 65.9M 4096M 17.2.0 e1d6a67b021e f9f3a86e8182 2024-03-30T04:46:58.295 INFO:teuthology.orchestra.run.smithi111.stdout:prometheus.a smithi117 *:9095 running (6m) 6s ago 15m 66.5M - 2.33.4 514e6a882f6e e0486046291e 2024-03-30T04:46:58.295 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi111.gqpgtc smithi111 *:8000 running (12m) 1s ago 12m 88.5M - 17.2.0 e1d6a67b021e e51a6fac1b59 2024-03-30T04:46:58.295 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi117.nijpsz smithi117 *:8000 running (12m) 6s ago 12m 88.2M - 17.2.0 e1d6a67b021e bd8939f98ae0 2024-03-30T04:46:58.295 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi111.nqgkvi smithi111 *:80 running (12m) 1s ago 12m 88.3M - 17.2.0 e1d6a67b021e 4dd1cc17abca 2024-03-30T04:46:58.295 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi117.wrgldy smithi117 *:80 running (12m) 6s ago 12m 88.0M - 17.2.0 e1d6a67b021e 1bff1faa59ec 2024-03-30T04:46:58.759 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:46:58.760 INFO:teuthology.orchestra.run.smithi111.stdout: "mon": { 2024-03-30T04:46:58.760 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:46:58.760 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:46:58.760 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr": { 2024-03-30T04:46:58.760 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:46:58.760 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:46:58.760 INFO:teuthology.orchestra.run.smithi111.stdout: "osd": { 2024-03-30T04:46:58.760 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2, 2024-03-30T04:46:58.760 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 5 2024-03-30T04:46:58.760 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:46:58.760 INFO:teuthology.orchestra.run.smithi111.stdout: "rgw": { 2024-03-30T04:46:58.760 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:46:58.760 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:46:58.760 INFO:teuthology.orchestra.run.smithi111.stdout: "overall": { 2024-03-30T04:46:58.760 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 6, 2024-03-30T04:46:58.760 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 10 2024-03-30T04:46:58.761 INFO:teuthology.orchestra.run.smithi111.stdout: } 2024-03-30T04:46:58.761 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:46:59.007 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cluster 2024-03-30T04:46:56.830397+0000 mgr.y (mgr.25441) 3260 : cluster [DBG] pgmap v2154: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 27 op/s; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.007 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cluster 2024-03-30T04:46:56.830923+0000 mgr.y (mgr.25441) 3261 : cluster [DBG] pgmap v2155: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 27 op/s; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.007 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cephadm 2024-03-30T04:46:56.839162+0000 mgr.y (mgr.25441) 3262 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.007 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cluster 2024-03-30T04:46:56.886366+0000 mgr.y (mgr.25441) 3263 : cluster [DBG] pgmap v2156: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.008 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cluster 2024-03-30T04:46:56.886718+0000 mgr.y (mgr.25441) 3264 : cluster [DBG] pgmap v2157: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.008 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cephadm 2024-03-30T04:46:56.895155+0000 mgr.y (mgr.25441) 3265 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.008 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cluster 2024-03-30T04:46:56.942782+0000 mgr.y (mgr.25441) 3266 : cluster [DBG] pgmap v2158: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.008 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cluster 2024-03-30T04:46:56.943176+0000 mgr.y (mgr.25441) 3267 : cluster [DBG] pgmap v2159: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.008 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cephadm 2024-03-30T04:46:56.950508+0000 mgr.y (mgr.25441) 3268 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.008 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cluster 2024-03-30T04:46:56.998582+0000 mgr.y (mgr.25441) 3269 : cluster [DBG] pgmap v2160: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.008 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cluster 2024-03-30T04:46:56.998938+0000 mgr.y (mgr.25441) 3270 : cluster [DBG] pgmap v2161: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.008 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cephadm 2024-03-30T04:46:57.008719+0000 mgr.y (mgr.25441) 3271 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.008 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cluster 2024-03-30T04:46:57.060390+0000 mgr.y (mgr.25441) 3272 : cluster [DBG] pgmap v2162: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.008 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cluster 2024-03-30T04:46:57.060770+0000 mgr.y (mgr.25441) 3273 : cluster [DBG] pgmap v2163: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.008 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cephadm 2024-03-30T04:46:57.068910+0000 mgr.y (mgr.25441) 3274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cluster 2024-03-30T04:46:56.830397+0000 mgr.y (mgr.25441) 3260 : cluster [DBG] pgmap v2154: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 27 op/s; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cluster 2024-03-30T04:46:56.830923+0000 mgr.y (mgr.25441) 3261 : cluster [DBG] pgmap v2155: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 27 op/s; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cephadm 2024-03-30T04:46:56.839162+0000 mgr.y (mgr.25441) 3262 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cluster 2024-03-30T04:46:56.886366+0000 mgr.y (mgr.25441) 3263 : cluster [DBG] pgmap v2156: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cluster 2024-03-30T04:46:56.886718+0000 mgr.y (mgr.25441) 3264 : cluster [DBG] pgmap v2157: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cephadm 2024-03-30T04:46:56.895155+0000 mgr.y (mgr.25441) 3265 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cluster 2024-03-30T04:46:56.942782+0000 mgr.y (mgr.25441) 3266 : cluster [DBG] pgmap v2158: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cluster 2024-03-30T04:46:56.943176+0000 mgr.y (mgr.25441) 3267 : cluster [DBG] pgmap v2159: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cephadm 2024-03-30T04:46:56.950508+0000 mgr.y (mgr.25441) 3268 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cluster 2024-03-30T04:46:56.998582+0000 mgr.y (mgr.25441) 3269 : cluster [DBG] pgmap v2160: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cluster 2024-03-30T04:46:56.998938+0000 mgr.y (mgr.25441) 3270 : cluster [DBG] pgmap v2161: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.009 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cephadm 2024-03-30T04:46:57.008719+0000 mgr.y (mgr.25441) 3271 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.010 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cluster 2024-03-30T04:46:57.060390+0000 mgr.y (mgr.25441) 3272 : cluster [DBG] pgmap v2162: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.010 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cluster 2024-03-30T04:46:57.060770+0000 mgr.y (mgr.25441) 3273 : cluster [DBG] pgmap v2163: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.010 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cephadm 2024-03-30T04:46:57.068910+0000 mgr.y (mgr.25441) 3274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.010 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cluster 2024-03-30T04:46:57.120052+0000 mgr.y (mgr.25441) 3275 : cluster [DBG] pgmap v2164: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.010 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cluster 2024-03-30T04:46:57.120418+0000 mgr.y (mgr.25441) 3276 : cluster [DBG] pgmap v2165: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.010 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cephadm 2024-03-30T04:46:57.127197+0000 mgr.y (mgr.25441) 3277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.010 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cluster 2024-03-30T04:46:57.178891+0000 mgr.y (mgr.25441) 3278 : cluster [DBG] pgmap v2166: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.010 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cluster 2024-03-30T04:46:57.179242+0000 mgr.y (mgr.25441) 3279 : cluster [DBG] pgmap v2167: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.010 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cephadm 2024-03-30T04:46:57.188112+0000 mgr.y (mgr.25441) 3280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.010 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cluster 2024-03-30T04:46:57.251414+0000 mgr.y (mgr.25441) 3281 : cluster [DBG] pgmap v2168: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.010 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cluster 2024-03-30T04:46:57.251785+0000 mgr.y (mgr.25441) 3282 : cluster [DBG] pgmap v2169: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.010 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cephadm 2024-03-30T04:46:57.259253+0000 mgr.y (mgr.25441) 3283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.010 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cluster 2024-03-30T04:46:57.321801+0000 mgr.y (mgr.25441) 3284 : cluster [DBG] pgmap v2170: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.010 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cluster 2024-03-30T04:46:57.322167+0000 mgr.y (mgr.25441) 3285 : cluster [DBG] pgmap v2171: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.011 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cephadm 2024-03-30T04:46:57.330859+0000 mgr.y (mgr.25441) 3286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.011 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cluster 2024-03-30T04:46:57.377450+0000 mgr.y (mgr.25441) 3287 : cluster [DBG] pgmap v2172: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.011 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cluster 2024-03-30T04:46:57.377759+0000 mgr.y (mgr.25441) 3288 : cluster [DBG] pgmap v2173: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.011 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cephadm 2024-03-30T04:46:57.384733+0000 mgr.y (mgr.25441) 3289 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.011 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cluster 2024-03-30T04:46:57.431807+0000 mgr.y (mgr.25441) 3290 : cluster [DBG] pgmap v2174: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.011 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cluster 2024-03-30T04:46:57.120052+0000 mgr.y (mgr.25441) 3275 : cluster [DBG] pgmap v2164: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.011 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cluster 2024-03-30T04:46:57.120418+0000 mgr.y (mgr.25441) 3276 : cluster [DBG] pgmap v2165: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.011 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cephadm 2024-03-30T04:46:57.127197+0000 mgr.y (mgr.25441) 3277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.011 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cluster 2024-03-30T04:46:57.178891+0000 mgr.y (mgr.25441) 3278 : cluster [DBG] pgmap v2166: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.012 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cluster 2024-03-30T04:46:57.179242+0000 mgr.y (mgr.25441) 3279 : cluster [DBG] pgmap v2167: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.012 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cephadm 2024-03-30T04:46:57.188112+0000 mgr.y (mgr.25441) 3280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.012 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cluster 2024-03-30T04:46:57.251414+0000 mgr.y (mgr.25441) 3281 : cluster [DBG] pgmap v2168: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.012 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cluster 2024-03-30T04:46:57.251785+0000 mgr.y (mgr.25441) 3282 : cluster [DBG] pgmap v2169: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.012 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cephadm 2024-03-30T04:46:57.259253+0000 mgr.y (mgr.25441) 3283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.012 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cluster 2024-03-30T04:46:57.321801+0000 mgr.y (mgr.25441) 3284 : cluster [DBG] pgmap v2170: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.012 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cluster 2024-03-30T04:46:57.322167+0000 mgr.y (mgr.25441) 3285 : cluster [DBG] pgmap v2171: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.012 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cephadm 2024-03-30T04:46:57.330859+0000 mgr.y (mgr.25441) 3286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.012 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cluster 2024-03-30T04:46:57.377450+0000 mgr.y (mgr.25441) 3287 : cluster [DBG] pgmap v2172: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.012 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cluster 2024-03-30T04:46:57.377759+0000 mgr.y (mgr.25441) 3288 : cluster [DBG] pgmap v2173: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.012 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cephadm 2024-03-30T04:46:57.384733+0000 mgr.y (mgr.25441) 3289 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.012 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cluster 2024-03-30T04:46:57.431807+0000 mgr.y (mgr.25441) 3290 : cluster [DBG] pgmap v2174: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.012 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cluster 2024-03-30T04:46:57.432144+0000 mgr.y (mgr.25441) 3291 : cluster [DBG] pgmap v2175: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.012 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cephadm 2024-03-30T04:46:57.439351+0000 mgr.y (mgr.25441) 3292 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.012 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cluster 2024-03-30T04:46:57.486081+0000 mgr.y (mgr.25441) 3293 : cluster [DBG] pgmap v2176: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.013 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cluster 2024-03-30T04:46:57.486467+0000 mgr.y (mgr.25441) 3294 : cluster [DBG] pgmap v2177: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.013 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cephadm 2024-03-30T04:46:57.494568+0000 mgr.y (mgr.25441) 3295 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.013 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:57.515144+0000 mgr.y (mgr.25441) 3296 : audit [DBG] from='client.44419 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:59.013 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cluster 2024-03-30T04:46:57.559277+0000 mgr.y (mgr.25441) 3297 : cluster [DBG] pgmap v2178: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.013 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cluster 2024-03-30T04:46:57.559649+0000 mgr.y (mgr.25441) 3298 : cluster [DBG] pgmap v2179: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.013 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cephadm 2024-03-30T04:46:57.567768+0000 mgr.y (mgr.25441) 3299 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.013 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cluster 2024-03-30T04:46:57.620568+0000 mgr.y (mgr.25441) 3300 : cluster [DBG] pgmap v2180: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.013 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cluster 2024-03-30T04:46:57.620939+0000 mgr.y (mgr.25441) 3301 : cluster [DBG] pgmap v2181: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.013 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cephadm 2024-03-30T04:46:57.628883+0000 mgr.y (mgr.25441) 3302 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.013 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cluster 2024-03-30T04:46:57.675184+0000 mgr.y (mgr.25441) 3303 : cluster [DBG] pgmap v2182: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.013 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cluster 2024-03-30T04:46:57.675549+0000 mgr.y (mgr.25441) 3304 : cluster [DBG] pgmap v2183: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.013 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cephadm 2024-03-30T04:46:57.684555+0000 mgr.y (mgr.25441) 3305 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.013 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:57.741676+0000 mon.c (mon.1) 3281 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.014 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cluster 2024-03-30T04:46:57.432144+0000 mgr.y (mgr.25441) 3291 : cluster [DBG] pgmap v2175: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.014 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cephadm 2024-03-30T04:46:57.439351+0000 mgr.y (mgr.25441) 3292 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.014 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cluster 2024-03-30T04:46:57.486081+0000 mgr.y (mgr.25441) 3293 : cluster [DBG] pgmap v2176: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.014 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cluster 2024-03-30T04:46:57.486467+0000 mgr.y (mgr.25441) 3294 : cluster [DBG] pgmap v2177: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.014 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cephadm 2024-03-30T04:46:57.494568+0000 mgr.y (mgr.25441) 3295 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.014 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:57.515144+0000 mgr.y (mgr.25441) 3296 : audit [DBG] from='client.44419 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:59.014 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cluster 2024-03-30T04:46:57.559277+0000 mgr.y (mgr.25441) 3297 : cluster [DBG] pgmap v2178: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.014 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cluster 2024-03-30T04:46:57.559649+0000 mgr.y (mgr.25441) 3298 : cluster [DBG] pgmap v2179: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.014 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cephadm 2024-03-30T04:46:57.567768+0000 mgr.y (mgr.25441) 3299 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.014 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cluster 2024-03-30T04:46:57.620568+0000 mgr.y (mgr.25441) 3300 : cluster [DBG] pgmap v2180: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.014 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cluster 2024-03-30T04:46:57.620939+0000 mgr.y (mgr.25441) 3301 : cluster [DBG] pgmap v2181: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.015 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cephadm 2024-03-30T04:46:57.628883+0000 mgr.y (mgr.25441) 3302 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.015 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cluster 2024-03-30T04:46:57.675184+0000 mgr.y (mgr.25441) 3303 : cluster [DBG] pgmap v2182: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.015 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cluster 2024-03-30T04:46:57.675549+0000 mgr.y (mgr.25441) 3304 : cluster [DBG] pgmap v2183: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.015 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cephadm 2024-03-30T04:46:57.684555+0000 mgr.y (mgr.25441) 3305 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.015 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:57.741676+0000 mon.c (mon.1) 3281 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.015 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:57.743708+0000 mon.c (mon.1) 3282 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.015 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:57.745505+0000 mon.c (mon.1) 3283 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.015 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:57.746150+0000 mon.c (mon.1) 3284 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.016 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cluster 2024-03-30T04:46:57.747515+0000 mgr.y (mgr.25441) 3306 : cluster [DBG] pgmap v2184: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.016 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cluster 2024-03-30T04:46:57.747841+0000 mgr.y (mgr.25441) 3307 : cluster [DBG] pgmap v2185: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.016 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:57.753127+0000 mon.a (mon.0) 1430 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.016 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: cephadm 2024-03-30T04:46:57.753974+0000 mgr.y (mgr.25441) 3308 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.016 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:57.812264+0000 mon.c (mon.1) 3285 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.016 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:57.814810+0000 mon.c (mon.1) 3286 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.016 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:57.816723+0000 mon.c (mon.1) 3287 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.016 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:57.817474+0000 mon.c (mon.1) 3288 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.016 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:57.826015+0000 mon.a (mon.0) 1431 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.016 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:57.889012+0000 mon.c (mon.1) 3289 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.016 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:57.891285+0000 mon.c (mon.1) 3290 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.016 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:57.893159+0000 mon.c (mon.1) 3291 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.016 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:57.893856+0000 mon.c (mon.1) 3292 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.016 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:57.901264+0000 mon.a (mon.0) 1432 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.016 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:57.958307+0000 mon.c (mon.1) 3293 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.017 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:57.960324+0000 mon.c (mon.1) 3294 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.017 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:57.962298+0000 mon.c (mon.1) 3295 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.017 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:57.963037+0000 mon.c (mon.1) 3296 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.017 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:57.970109+0000 mon.a (mon.0) 1433 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.017 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.027485+0000 mon.c (mon.1) 3297 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.017 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.029284+0000 mon.c (mon.1) 3298 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.017 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.031182+0000 mon.c (mon.1) 3299 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.017 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.031833+0000 mon.c (mon.1) 3300 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.017 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.039962+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.017 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.102836+0000 mon.c (mon.1) 3301 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.017 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.105160+0000 mon.c (mon.1) 3302 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.017 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.107061+0000 mon.c (mon.1) 3303 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.017 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.107734+0000 mon.c (mon.1) 3304 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.017 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.114846+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.018 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.172658+0000 mon.c (mon.1) 3305 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.018 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.174514+0000 mon.c (mon.1) 3306 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.018 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.176462+0000 mon.c (mon.1) 3307 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.018 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.177231+0000 mon.c (mon.1) 3308 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.018 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.184665+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.018 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.258221+0000 mon.c (mon.1) 3309 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.018 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.260211+0000 mon.c (mon.1) 3310 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.018 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:57.743708+0000 mon.c (mon.1) 3282 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.018 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:57.745505+0000 mon.c (mon.1) 3283 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.018 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:57.746150+0000 mon.c (mon.1) 3284 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.018 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cluster 2024-03-30T04:46:57.747515+0000 mgr.y (mgr.25441) 3306 : cluster [DBG] pgmap v2184: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.019 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cluster 2024-03-30T04:46:57.747841+0000 mgr.y (mgr.25441) 3307 : cluster [DBG] pgmap v2185: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.019 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:57.753127+0000 mon.a (mon.0) 1430 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.019 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: cephadm 2024-03-30T04:46:57.753974+0000 mgr.y (mgr.25441) 3308 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.019 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:57.812264+0000 mon.c (mon.1) 3285 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.019 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:57.814810+0000 mon.c (mon.1) 3286 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.019 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:57.816723+0000 mon.c (mon.1) 3287 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.019 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:57.817474+0000 mon.c (mon.1) 3288 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.019 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:57.826015+0000 mon.a (mon.0) 1431 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.019 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:57.889012+0000 mon.c (mon.1) 3289 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.019 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:57.891285+0000 mon.c (mon.1) 3290 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.019 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:57.893159+0000 mon.c (mon.1) 3291 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.019 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:57.893856+0000 mon.c (mon.1) 3292 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.019 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:57.901264+0000 mon.a (mon.0) 1432 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.019 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:57.958307+0000 mon.c (mon.1) 3293 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.019 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:57.960324+0000 mon.c (mon.1) 3294 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.020 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.262080+0000 mon.c (mon.1) 3311 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.020 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.262806+0000 mon.c (mon.1) 3312 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.020 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.270880+0000 mon.a (mon.0) 1437 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.020 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.343953+0000 mon.c (mon.1) 3313 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.020 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.345802+0000 mon.c (mon.1) 3314 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.020 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.347546+0000 mon.c (mon.1) 3315 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.020 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.348171+0000 mon.c (mon.1) 3316 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.020 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.355202+0000 mon.a (mon.0) 1438 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.021 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.401015+0000 mon.c (mon.1) 3317 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.021 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.403281+0000 mon.c (mon.1) 3318 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.021 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.405560+0000 mon.c (mon.1) 3319 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.021 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.406361+0000 mon.c (mon.1) 3320 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.021 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.413493+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.021 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.471496+0000 mon.c (mon.1) 3321 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.021 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.473364+0000 mon.c (mon.1) 3322 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.021 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.475308+0000 mon.c (mon.1) 3323 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.021 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.475984+0000 mon.c (mon.1) 3324 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.021 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.483190+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.021 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.545580+0000 mon.c (mon.1) 3325 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.021 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.549199+0000 mon.c (mon.1) 3326 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.021 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.552293+0000 mon.c (mon.1) 3327 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.021 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.553435+0000 mon.c (mon.1) 3328 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.021 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.563674+0000 mon.a (mon.0) 1441 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.022 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.641653+0000 mon.c (mon.1) 3329 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.022 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.645138+0000 mon.c (mon.1) 3330 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.022 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.648038+0000 mon.c (mon.1) 3331 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.022 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.649097+0000 mon.c (mon.1) 3332 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.022 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[70954]: audit 2024-03-30T04:46:58.658224+0000 mon.a (mon.0) 1442 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.022 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:57.962298+0000 mon.c (mon.1) 3295 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.022 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:57.963037+0000 mon.c (mon.1) 3296 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.023 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:57.970109+0000 mon.a (mon.0) 1433 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.023 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.027485+0000 mon.c (mon.1) 3297 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.023 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.029284+0000 mon.c (mon.1) 3298 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.023 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.031182+0000 mon.c (mon.1) 3299 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.023 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.031833+0000 mon.c (mon.1) 3300 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.023 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.039962+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.023 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.102836+0000 mon.c (mon.1) 3301 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.023 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.105160+0000 mon.c (mon.1) 3302 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.023 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.107061+0000 mon.c (mon.1) 3303 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.023 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.107734+0000 mon.c (mon.1) 3304 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.023 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.114846+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.023 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.172658+0000 mon.c (mon.1) 3305 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.023 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.174514+0000 mon.c (mon.1) 3306 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.023 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.176462+0000 mon.c (mon.1) 3307 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.024 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.177231+0000 mon.c (mon.1) 3308 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.024 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.184665+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.024 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.258221+0000 mon.c (mon.1) 3309 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.024 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.260211+0000 mon.c (mon.1) 3310 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.024 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.262080+0000 mon.c (mon.1) 3311 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.024 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.262806+0000 mon.c (mon.1) 3312 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.024 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.270880+0000 mon.a (mon.0) 1437 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.024 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.343953+0000 mon.c (mon.1) 3313 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.024 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.345802+0000 mon.c (mon.1) 3314 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.024 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.347546+0000 mon.c (mon.1) 3315 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.024 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.348171+0000 mon.c (mon.1) 3316 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.024 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.355202+0000 mon.a (mon.0) 1438 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.024 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.401015+0000 mon.c (mon.1) 3317 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.024 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.403281+0000 mon.c (mon.1) 3318 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.024 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.405560+0000 mon.c (mon.1) 3319 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.025 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.406361+0000 mon.c (mon.1) 3320 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.025 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.413493+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.025 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.471496+0000 mon.c (mon.1) 3321 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.025 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.473364+0000 mon.c (mon.1) 3322 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.025 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.475308+0000 mon.c (mon.1) 3323 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.025 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.475984+0000 mon.c (mon.1) 3324 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.025 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.483190+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.025 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.545580+0000 mon.c (mon.1) 3325 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.025 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.549199+0000 mon.c (mon.1) 3326 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.025 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.552293+0000 mon.c (mon.1) 3327 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.025 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.553435+0000 mon.c (mon.1) 3328 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.025 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.563674+0000 mon.a (mon.0) 1441 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.025 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.641653+0000 mon.c (mon.1) 3329 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.025 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.645138+0000 mon.c (mon.1) 3330 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.026 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.648038+0000 mon.c (mon.1) 3331 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.026 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.649097+0000 mon.c (mon.1) 3332 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.026 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:58 smithi111 bash[73591]: audit 2024-03-30T04:46:58.658224+0000 mon.a (mon.0) 1442 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cluster 2024-03-30T04:46:56.830397+0000 mgr.y (mgr.25441) 3260 : cluster [DBG] pgmap v2154: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 27 op/s; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cluster 2024-03-30T04:46:56.830923+0000 mgr.y (mgr.25441) 3261 : cluster [DBG] pgmap v2155: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 27 op/s; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cephadm 2024-03-30T04:46:56.839162+0000 mgr.y (mgr.25441) 3262 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cluster 2024-03-30T04:46:56.886366+0000 mgr.y (mgr.25441) 3263 : cluster [DBG] pgmap v2156: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cluster 2024-03-30T04:46:56.886718+0000 mgr.y (mgr.25441) 3264 : cluster [DBG] pgmap v2157: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cephadm 2024-03-30T04:46:56.895155+0000 mgr.y (mgr.25441) 3265 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cluster 2024-03-30T04:46:56.942782+0000 mgr.y (mgr.25441) 3266 : cluster [DBG] pgmap v2158: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cluster 2024-03-30T04:46:56.943176+0000 mgr.y (mgr.25441) 3267 : cluster [DBG] pgmap v2159: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cephadm 2024-03-30T04:46:56.950508+0000 mgr.y (mgr.25441) 3268 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cluster 2024-03-30T04:46:56.998582+0000 mgr.y (mgr.25441) 3269 : cluster [DBG] pgmap v2160: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cluster 2024-03-30T04:46:56.998938+0000 mgr.y (mgr.25441) 3270 : cluster [DBG] pgmap v2161: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cephadm 2024-03-30T04:46:57.008719+0000 mgr.y (mgr.25441) 3271 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cluster 2024-03-30T04:46:57.060390+0000 mgr.y (mgr.25441) 3272 : cluster [DBG] pgmap v2162: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cluster 2024-03-30T04:46:57.060770+0000 mgr.y (mgr.25441) 3273 : cluster [DBG] pgmap v2163: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cephadm 2024-03-30T04:46:57.068910+0000 mgr.y (mgr.25441) 3274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cluster 2024-03-30T04:46:57.120052+0000 mgr.y (mgr.25441) 3275 : cluster [DBG] pgmap v2164: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cluster 2024-03-30T04:46:57.120418+0000 mgr.y (mgr.25441) 3276 : cluster [DBG] pgmap v2165: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cephadm 2024-03-30T04:46:57.127197+0000 mgr.y (mgr.25441) 3277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cluster 2024-03-30T04:46:57.178891+0000 mgr.y (mgr.25441) 3278 : cluster [DBG] pgmap v2166: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cluster 2024-03-30T04:46:57.179242+0000 mgr.y (mgr.25441) 3279 : cluster [DBG] pgmap v2167: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cephadm 2024-03-30T04:46:57.188112+0000 mgr.y (mgr.25441) 3280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cluster 2024-03-30T04:46:57.251414+0000 mgr.y (mgr.25441) 3281 : cluster [DBG] pgmap v2168: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cluster 2024-03-30T04:46:57.251785+0000 mgr.y (mgr.25441) 3282 : cluster [DBG] pgmap v2169: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cephadm 2024-03-30T04:46:57.259253+0000 mgr.y (mgr.25441) 3283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cluster 2024-03-30T04:46:57.321801+0000 mgr.y (mgr.25441) 3284 : cluster [DBG] pgmap v2170: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cluster 2024-03-30T04:46:57.322167+0000 mgr.y (mgr.25441) 3285 : cluster [DBG] pgmap v2171: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cephadm 2024-03-30T04:46:57.330859+0000 mgr.y (mgr.25441) 3286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cluster 2024-03-30T04:46:57.377450+0000 mgr.y (mgr.25441) 3287 : cluster [DBG] pgmap v2172: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cluster 2024-03-30T04:46:57.377759+0000 mgr.y (mgr.25441) 3288 : cluster [DBG] pgmap v2173: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cephadm 2024-03-30T04:46:57.384733+0000 mgr.y (mgr.25441) 3289 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cluster 2024-03-30T04:46:57.431807+0000 mgr.y (mgr.25441) 3290 : cluster [DBG] pgmap v2174: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cluster 2024-03-30T04:46:57.432144+0000 mgr.y (mgr.25441) 3291 : cluster [DBG] pgmap v2175: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cephadm 2024-03-30T04:46:57.439351+0000 mgr.y (mgr.25441) 3292 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cluster 2024-03-30T04:46:57.486081+0000 mgr.y (mgr.25441) 3293 : cluster [DBG] pgmap v2176: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cluster 2024-03-30T04:46:57.486467+0000 mgr.y (mgr.25441) 3294 : cluster [DBG] pgmap v2177: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cephadm 2024-03-30T04:46:57.494568+0000 mgr.y (mgr.25441) 3295 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:57.515144+0000 mgr.y (mgr.25441) 3296 : audit [DBG] from='client.44419 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:59.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cluster 2024-03-30T04:46:57.559277+0000 mgr.y (mgr.25441) 3297 : cluster [DBG] pgmap v2178: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cluster 2024-03-30T04:46:57.559649+0000 mgr.y (mgr.25441) 3298 : cluster [DBG] pgmap v2179: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cephadm 2024-03-30T04:46:57.567768+0000 mgr.y (mgr.25441) 3299 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cluster 2024-03-30T04:46:57.620568+0000 mgr.y (mgr.25441) 3300 : cluster [DBG] pgmap v2180: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cluster 2024-03-30T04:46:57.620939+0000 mgr.y (mgr.25441) 3301 : cluster [DBG] pgmap v2181: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cephadm 2024-03-30T04:46:57.628883+0000 mgr.y (mgr.25441) 3302 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cluster 2024-03-30T04:46:57.675184+0000 mgr.y (mgr.25441) 3303 : cluster [DBG] pgmap v2182: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cluster 2024-03-30T04:46:57.675549+0000 mgr.y (mgr.25441) 3304 : cluster [DBG] pgmap v2183: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cephadm 2024-03-30T04:46:57.684555+0000 mgr.y (mgr.25441) 3305 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:57.741676+0000 mon.c (mon.1) 3281 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:57.743708+0000 mon.c (mon.1) 3282 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:57.745505+0000 mon.c (mon.1) 3283 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:57.746150+0000 mon.c (mon.1) 3284 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cluster 2024-03-30T04:46:57.747515+0000 mgr.y (mgr.25441) 3306 : cluster [DBG] pgmap v2184: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cluster 2024-03-30T04:46:57.747841+0000 mgr.y (mgr.25441) 3307 : cluster [DBG] pgmap v2185: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:57.753127+0000 mon.a (mon.0) 1430 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: cephadm 2024-03-30T04:46:57.753974+0000 mgr.y (mgr.25441) 3308 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:57.812264+0000 mon.c (mon.1) 3285 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:57.814810+0000 mon.c (mon.1) 3286 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:57.816723+0000 mon.c (mon.1) 3287 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:57.817474+0000 mon.c (mon.1) 3288 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:57.826015+0000 mon.a (mon.0) 1431 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:57.889012+0000 mon.c (mon.1) 3289 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:57.891285+0000 mon.c (mon.1) 3290 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:57.893159+0000 mon.c (mon.1) 3291 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:57.893856+0000 mon.c (mon.1) 3292 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:57.901264+0000 mon.a (mon.0) 1432 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:57.958307+0000 mon.c (mon.1) 3293 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:57.960324+0000 mon.c (mon.1) 3294 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:57.962298+0000 mon.c (mon.1) 3295 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:57.963037+0000 mon.c (mon.1) 3296 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:57.970109+0000 mon.a (mon.0) 1433 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.027485+0000 mon.c (mon.1) 3297 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.029284+0000 mon.c (mon.1) 3298 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.031182+0000 mon.c (mon.1) 3299 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.031833+0000 mon.c (mon.1) 3300 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.039962+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.102836+0000 mon.c (mon.1) 3301 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.105160+0000 mon.c (mon.1) 3302 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.107061+0000 mon.c (mon.1) 3303 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.107734+0000 mon.c (mon.1) 3304 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.114846+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.172658+0000 mon.c (mon.1) 3305 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.174514+0000 mon.c (mon.1) 3306 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.176462+0000 mon.c (mon.1) 3307 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.177231+0000 mon.c (mon.1) 3308 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.184665+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.258221+0000 mon.c (mon.1) 3309 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.260211+0000 mon.c (mon.1) 3310 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.262080+0000 mon.c (mon.1) 3311 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.262806+0000 mon.c (mon.1) 3312 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.270880+0000 mon.a (mon.0) 1437 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.343953+0000 mon.c (mon.1) 3313 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.345802+0000 mon.c (mon.1) 3314 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.347546+0000 mon.c (mon.1) 3315 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.348171+0000 mon.c (mon.1) 3316 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.355202+0000 mon.a (mon.0) 1438 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.401015+0000 mon.c (mon.1) 3317 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.403281+0000 mon.c (mon.1) 3318 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.405560+0000 mon.c (mon.1) 3319 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.406361+0000 mon.c (mon.1) 3320 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.413493+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.471496+0000 mon.c (mon.1) 3321 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.473364+0000 mon.c (mon.1) 3322 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.475308+0000 mon.c (mon.1) 3323 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.475984+0000 mon.c (mon.1) 3324 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.483190+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.545580+0000 mon.c (mon.1) 3325 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.549199+0000 mon.c (mon.1) 3326 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.552293+0000 mon.c (mon.1) 3327 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.553435+0000 mon.c (mon.1) 3328 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.563674+0000 mon.a (mon.0) 1441 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.641653+0000 mon.c (mon.1) 3329 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.645138+0000 mon.c (mon.1) 3330 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.648038+0000 mon.c (mon.1) 3331 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.649097+0000 mon.c (mon.1) 3332 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:58 smithi117 bash[62284]: audit 2024-03-30T04:46:58.658224+0000 mon.a (mon.0) 1442 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.212 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:46:59.212 INFO:teuthology.orchestra.run.smithi111.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962", 2024-03-30T04:46:59.212 INFO:teuthology.orchestra.run.smithi111.stdout: "in_progress": true, 2024-03-30T04:46:59.213 INFO:teuthology.orchestra.run.smithi111.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:46:59.213 INFO:teuthology.orchestra.run.smithi111.stdout: "services_complete": [ 2024-03-30T04:46:59.213 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr", 2024-03-30T04:46:59.213 INFO:teuthology.orchestra.run.smithi111.stdout: "mon" 2024-03-30T04:46:59.213 INFO:teuthology.orchestra.run.smithi111.stdout: ], 2024-03-30T04:46:59.213 INFO:teuthology.orchestra.run.smithi111.stdout: "progress": "10/23 daemons upgraded", 2024-03-30T04:46:59.213 INFO:teuthology.orchestra.run.smithi111.stdout: "message": "Currently upgrading osd daemons", 2024-03-30T04:46:59.213 INFO:teuthology.orchestra.run.smithi111.stdout: "is_paused": false 2024-03-30T04:46:59.213 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:46:59.681 INFO:teuthology.orchestra.run.smithi111.stdout:HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down; Degraded data redundancy: 80/726 objects degraded (11.019%), 22 pgs degraded 2024-03-30T04:46:59.681 INFO:teuthology.orchestra.run.smithi111.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:46:59.681 INFO:teuthology.orchestra.run.smithi111.stdout: daemon grafana.a on smithi117 is in error state 2024-03-30T04:46:59.681 INFO:teuthology.orchestra.run.smithi111.stdout:[WRN] OSD_DOWN: 1 osds down 2024-03-30T04:46:59.681 INFO:teuthology.orchestra.run.smithi111.stdout: osd.5 (root=default,host=smithi117) is down 2024-03-30T04:46:59.681 INFO:teuthology.orchestra.run.smithi111.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 80/726 objects degraded (11.019%), 22 pgs degraded 2024-03-30T04:46:59.681 INFO:teuthology.orchestra.run.smithi111.stdout: pg 2.2 is active+undersized+degraded, acting [1,6] 2024-03-30T04:46:59.682 INFO:teuthology.orchestra.run.smithi111.stdout: pg 2.12 is active+undersized+degraded, acting [3,7] 2024-03-30T04:46:59.682 INFO:teuthology.orchestra.run.smithi111.stdout: pg 2.17 is active+undersized+degraded, acting [6,2] 2024-03-30T04:46:59.682 INFO:teuthology.orchestra.run.smithi111.stdout: pg 2.18 is active+undersized+degraded, acting [4,7] 2024-03-30T04:46:59.682 INFO:teuthology.orchestra.run.smithi111.stdout: pg 2.1c is active+undersized+degraded, acting [7,2] 2024-03-30T04:46:59.682 INFO:teuthology.orchestra.run.smithi111.stdout: pg 2.1e is active+undersized+degraded, acting [3,0] 2024-03-30T04:46:59.682 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.2 is active+undersized+degraded, acting [3,6] 2024-03-30T04:46:59.682 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.4 is active+undersized+degraded, acting [1,2] 2024-03-30T04:46:59.682 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.5 is active+undersized+degraded, acting [3,2] 2024-03-30T04:46:59.682 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.c is active+undersized+degraded, acting [3,6] 2024-03-30T04:46:59.682 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.d is active+undersized+degraded, acting [7,6] 2024-03-30T04:46:59.682 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.10 is active+undersized+degraded, acting [6,0] 2024-03-30T04:46:59.682 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.16 is active+undersized+degraded, acting [7,1] 2024-03-30T04:46:59.682 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.17 is active+undersized+degraded, acting [0,3] 2024-03-30T04:46:59.682 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.1c is active+undersized+degraded, acting [4,1] 2024-03-30T04:46:59.683 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.1d is active+undersized+degraded, acting [4,6] 2024-03-30T04:46:59.683 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.1f is active+undersized+degraded, acting [0,2] 2024-03-30T04:46:59.683 INFO:teuthology.orchestra.run.smithi111.stdout: pg 4.3 is active+undersized+degraded, acting [0,7] 2024-03-30T04:46:59.683 INFO:teuthology.orchestra.run.smithi111.stdout: pg 4.15 is active+undersized+degraded, acting [7,3] 2024-03-30T04:46:59.683 INFO:teuthology.orchestra.run.smithi111.stdout: pg 4.1f is active+undersized+degraded, acting [6,1] 2024-03-30T04:46:59.683 INFO:teuthology.orchestra.run.smithi111.stdout: pg 6.c is active+undersized+degraded, acting [3,6] 2024-03-30T04:46:59.683 INFO:teuthology.orchestra.run.smithi111.stdout: pg 6.1a is active+undersized+degraded, acting [4,1] 2024-03-30T04:46:59.886 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[71853]: debug 2024-03-30T04:46:59.672+0000 7fa0de914700 1 -- 172.21.15.117:0/2560981790 <== mon.2 v2:172.21.15.117:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55ad2f9e9680 con 0x55ad2fa27000 2024-03-30T04:46:59.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: cluster 2024-03-30T04:46:57.819046+0000 mgr.y (mgr.25441) 3309 : cluster [DBG] pgmap v2186: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: cluster 2024-03-30T04:46:57.819420+0000 mgr.y (mgr.25441) 3310 : cluster [DBG] pgmap v2187: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: cephadm 2024-03-30T04:46:57.826956+0000 mgr.y (mgr.25441) 3311 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: cluster 2024-03-30T04:46:57.895419+0000 mgr.y (mgr.25441) 3312 : cluster [DBG] pgmap v2188: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: cluster 2024-03-30T04:46:57.895769+0000 mgr.y (mgr.25441) 3313 : cluster [DBG] pgmap v2189: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: cephadm 2024-03-30T04:46:57.901971+0000 mgr.y (mgr.25441) 3314 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:57.905165+0000 mgr.y (mgr.25441) 3315 : audit [DBG] from='client.34488 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:59.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: cluster 2024-03-30T04:46:57.964465+0000 mgr.y (mgr.25441) 3316 : cluster [DBG] pgmap v2190: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: cluster 2024-03-30T04:46:57.964830+0000 mgr.y (mgr.25441) 3317 : cluster [DBG] pgmap v2191: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: cephadm 2024-03-30T04:46:57.970820+0000 mgr.y (mgr.25441) 3318 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: cluster 2024-03-30T04:46:58.033341+0000 mgr.y (mgr.25441) 3319 : cluster [DBG] pgmap v2192: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: cluster 2024-03-30T04:46:58.033708+0000 mgr.y (mgr.25441) 3320 : cluster [DBG] pgmap v2193: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: cephadm 2024-03-30T04:46:58.040626+0000 mgr.y (mgr.25441) 3321 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: cluster 2024-03-30T04:46:58.109202+0000 mgr.y (mgr.25441) 3322 : cluster [DBG] pgmap v2194: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: cluster 2024-03-30T04:46:58.109521+0000 mgr.y (mgr.25441) 3323 : cluster [DBG] pgmap v2195: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: cephadm 2024-03-30T04:46:58.116445+0000 mgr.y (mgr.25441) 3324 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: cluster 2024-03-30T04:46:58.178673+0000 mgr.y (mgr.25441) 3325 : cluster [DBG] pgmap v2196: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: cluster 2024-03-30T04:46:58.179039+0000 mgr.y (mgr.25441) 3326 : cluster [DBG] pgmap v2197: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: cephadm 2024-03-30T04:46:58.185278+0000 mgr.y (mgr.25441) 3327 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: cluster 2024-03-30T04:46:58.264182+0000 mgr.y (mgr.25441) 3328 : cluster [DBG] pgmap v2198: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: cluster 2024-03-30T04:46:58.264515+0000 mgr.y (mgr.25441) 3329 : cluster [DBG] pgmap v2199: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: cephadm 2024-03-30T04:46:58.271477+0000 mgr.y (mgr.25441) 3330 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:58.281722+0000 mgr.y (mgr.25441) 3331 : audit [DBG] from='client.44431 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:59.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: cluster 2024-03-30T04:46:58.349549+0000 mgr.y (mgr.25441) 3332 : cluster [DBG] pgmap v2200: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: cluster 2024-03-30T04:46:58.349878+0000 mgr.y (mgr.25441) 3333 : cluster [DBG] pgmap v2201: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: cephadm 2024-03-30T04:46:58.356079+0000 mgr.y (mgr.25441) 3334 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: cluster 2024-03-30T04:46:58.407925+0000 mgr.y (mgr.25441) 3335 : cluster [DBG] pgmap v2202: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: cluster 2024-03-30T04:46:58.408278+0000 mgr.y (mgr.25441) 3336 : cluster [DBG] pgmap v2203: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: cephadm 2024-03-30T04:46:58.414171+0000 mgr.y (mgr.25441) 3337 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: cluster 2024-03-30T04:46:58.477329+0000 mgr.y (mgr.25441) 3338 : cluster [DBG] pgmap v2204: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: cluster 2024-03-30T04:46:58.477694+0000 mgr.y (mgr.25441) 3339 : cluster [DBG] pgmap v2205: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: cephadm 2024-03-30T04:46:58.483847+0000 mgr.y (mgr.25441) 3340 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: cluster 2024-03-30T04:46:58.555638+0000 mgr.y (mgr.25441) 3341 : cluster [DBG] pgmap v2206: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: cluster 2024-03-30T04:46:58.556146+0000 mgr.y (mgr.25441) 3342 : cluster [DBG] pgmap v2207: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: cephadm 2024-03-30T04:46:58.564557+0000 mgr.y (mgr.25441) 3343 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: cluster 2024-03-30T04:46:58.651284+0000 mgr.y (mgr.25441) 3344 : cluster [DBG] pgmap v2208: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: cluster 2024-03-30T04:46:58.652134+0000 mgr.y (mgr.25441) 3345 : cluster [DBG] pgmap v2209: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: cephadm 2024-03-30T04:46:58.659072+0000 mgr.y (mgr.25441) 3346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:58.737939+0000 mon.c (mon.1) 3333 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:58.739875+0000 mon.c (mon.1) 3334 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:58.742366+0000 mon.c (mon.1) 3335 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:58.743035+0000 mon.c (mon.1) 3336 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: cluster 2024-03-30T04:46:58.744447+0000 mgr.y (mgr.25441) 3347 : cluster [DBG] pgmap v2210: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: cluster 2024-03-30T04:46:58.744836+0000 mgr.y (mgr.25441) 3348 : cluster [DBG] pgmap v2211: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:46:59.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:58.750133+0000 mon.a (mon.0) 1443 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: cephadm 2024-03-30T04:46:58.750812+0000 mgr.y (mgr.25441) 3349 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:59.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:58.766178+0000 mon.c (mon.1) 3337 : audit [DBG] from='client.? 172.21.15.111:0/189115052' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:58.810007+0000 mon.c (mon.1) 3338 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:58.812203+0000 mon.c (mon.1) 3339 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:58.814210+0000 mon.c (mon.1) 3340 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:58.814997+0000 mon.c (mon.1) 3341 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:58.822352+0000 mon.a (mon.0) 1444 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:58.881173+0000 mon.c (mon.1) 3342 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:58.884298+0000 mon.c (mon.1) 3343 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:58.886808+0000 mon.c (mon.1) 3344 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:58.887923+0000 mon.c (mon.1) 3345 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:58.905508+0000 mon.a (mon.0) 1445 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:58.981079+0000 mon.c (mon.1) 3346 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:58.982960+0000 mon.c (mon.1) 3347 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:58.984893+0000 mon.c (mon.1) 3348 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:58.985602+0000 mon.c (mon.1) 3349 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:58.993410+0000 mon.a (mon.0) 1446 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.052390+0000 mon.c (mon.1) 3350 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.054245+0000 mon.c (mon.1) 3351 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.056124+0000 mon.c (mon.1) 3352 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.056771+0000 mon.c (mon.1) 3353 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.063991+0000 mon.a (mon.0) 1447 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.138101+0000 mon.c (mon.1) 3354 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.140713+0000 mon.c (mon.1) 3355 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.144832+0000 mon.c (mon.1) 3356 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.146307+0000 mon.c (mon.1) 3357 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.154115+0000 mon.a (mon.0) 1448 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.233039+0000 mon.c (mon.1) 3358 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.235545+0000 mon.c (mon.1) 3359 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.237671+0000 mon.c (mon.1) 3360 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.238415+0000 mon.c (mon.1) 3361 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.245250+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.291051+0000 mon.c (mon.1) 3362 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.292963+0000 mon.c (mon.1) 3363 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.294907+0000 mon.c (mon.1) 3364 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.295580+0000 mon.c (mon.1) 3365 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.301990+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.349236+0000 mon.c (mon.1) 3366 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.351412+0000 mon.c (mon.1) 3367 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.353247+0000 mon.c (mon.1) 3368 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.354004+0000 mon.c (mon.1) 3369 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.360203+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.409080+0000 mon.c (mon.1) 3370 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.411361+0000 mon.c (mon.1) 3371 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.413397+0000 mon.c (mon.1) 3372 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.414159+0000 mon.c (mon.1) 3373 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.420160+0000 mon.a (mon.0) 1452 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.464442+0000 mon.c (mon.1) 3374 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.466555+0000 mon.c (mon.1) 3375 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.468584+0000 mon.c (mon.1) 3376 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.469467+0000 mon.c (mon.1) 3377 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.502304+0000 mon.a (mon.0) 1453 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.542651+0000 mon.c (mon.1) 3378 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.544743+0000 mon.c (mon.1) 3379 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.546675+0000 mon.c (mon.1) 3380 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.547393+0000 mon.c (mon.1) 3381 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.553604+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.599942+0000 mon.c (mon.1) 3382 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.602244+0000 mon.c (mon.1) 3383 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.604247+0000 mon.c (mon.1) 3384 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.604950+0000 mon.c (mon.1) 3385 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.611836+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.654297+0000 mon.c (mon.1) 3386 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.656074+0000 mon.c (mon.1) 3387 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.657786+0000 mon.c (mon.1) 3388 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.658518+0000 mon.c (mon.1) 3389 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.665542+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:46:59.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.687995+0000 mon.a (mon.0) 1457 : audit [DBG] from='client.? 172.21.15.111:0/2992561232' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:46:59.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.711240+0000 mon.c (mon.1) 3390 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:59.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.713594+0000 mon.c (mon.1) 3391 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:59.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.715483+0000 mon.c (mon.1) 3392 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:59.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.716182+0000 mon.c (mon.1) 3393 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:59.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:46:59 smithi117 bash[62284]: audit 2024-03-30T04:46:59.722063+0000 mon.a (mon.0) 1458 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:00.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: cluster 2024-03-30T04:46:57.819046+0000 mgr.y (mgr.25441) 3309 : cluster [DBG] pgmap v2186: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: cluster 2024-03-30T04:46:57.819420+0000 mgr.y (mgr.25441) 3310 : cluster [DBG] pgmap v2187: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: cephadm 2024-03-30T04:46:57.826956+0000 mgr.y (mgr.25441) 3311 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:00.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: cluster 2024-03-30T04:46:57.895419+0000 mgr.y (mgr.25441) 3312 : cluster [DBG] pgmap v2188: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: cluster 2024-03-30T04:46:57.895769+0000 mgr.y (mgr.25441) 3313 : cluster [DBG] pgmap v2189: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: cephadm 2024-03-30T04:46:57.901971+0000 mgr.y (mgr.25441) 3314 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:00.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:57.905165+0000 mgr.y (mgr.25441) 3315 : audit [DBG] from='client.34488 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:00.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: cluster 2024-03-30T04:46:57.964465+0000 mgr.y (mgr.25441) 3316 : cluster [DBG] pgmap v2190: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: cluster 2024-03-30T04:46:57.964830+0000 mgr.y (mgr.25441) 3317 : cluster [DBG] pgmap v2191: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: cephadm 2024-03-30T04:46:57.970820+0000 mgr.y (mgr.25441) 3318 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:00.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: cluster 2024-03-30T04:46:58.033341+0000 mgr.y (mgr.25441) 3319 : cluster [DBG] pgmap v2192: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: cluster 2024-03-30T04:46:58.033708+0000 mgr.y (mgr.25441) 3320 : cluster [DBG] pgmap v2193: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: cephadm 2024-03-30T04:46:58.040626+0000 mgr.y (mgr.25441) 3321 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:00.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: cluster 2024-03-30T04:46:58.109202+0000 mgr.y (mgr.25441) 3322 : cluster [DBG] pgmap v2194: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: cluster 2024-03-30T04:46:58.109521+0000 mgr.y (mgr.25441) 3323 : cluster [DBG] pgmap v2195: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: cephadm 2024-03-30T04:46:58.116445+0000 mgr.y (mgr.25441) 3324 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:00.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: cluster 2024-03-30T04:46:58.178673+0000 mgr.y (mgr.25441) 3325 : cluster [DBG] pgmap v2196: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: cluster 2024-03-30T04:46:58.179039+0000 mgr.y (mgr.25441) 3326 : cluster [DBG] pgmap v2197: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: cephadm 2024-03-30T04:46:58.185278+0000 mgr.y (mgr.25441) 3327 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:00.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: cluster 2024-03-30T04:46:58.264182+0000 mgr.y (mgr.25441) 3328 : cluster [DBG] pgmap v2198: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: cluster 2024-03-30T04:46:58.264515+0000 mgr.y (mgr.25441) 3329 : cluster [DBG] pgmap v2199: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: cephadm 2024-03-30T04:46:58.271477+0000 mgr.y (mgr.25441) 3330 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:00.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:58.281722+0000 mgr.y (mgr.25441) 3331 : audit [DBG] from='client.44431 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:00.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: cluster 2024-03-30T04:46:58.349549+0000 mgr.y (mgr.25441) 3332 : cluster [DBG] pgmap v2200: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: cluster 2024-03-30T04:46:58.349878+0000 mgr.y (mgr.25441) 3333 : cluster [DBG] pgmap v2201: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: cephadm 2024-03-30T04:46:58.356079+0000 mgr.y (mgr.25441) 3334 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:00.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: cluster 2024-03-30T04:46:58.407925+0000 mgr.y (mgr.25441) 3335 : cluster [DBG] pgmap v2202: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: cluster 2024-03-30T04:46:58.408278+0000 mgr.y (mgr.25441) 3336 : cluster [DBG] pgmap v2203: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: cephadm 2024-03-30T04:46:58.414171+0000 mgr.y (mgr.25441) 3337 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:00.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: cluster 2024-03-30T04:46:58.477329+0000 mgr.y (mgr.25441) 3338 : cluster [DBG] pgmap v2204: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: cluster 2024-03-30T04:46:58.477694+0000 mgr.y (mgr.25441) 3339 : cluster [DBG] pgmap v2205: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: cephadm 2024-03-30T04:46:58.483847+0000 mgr.y (mgr.25441) 3340 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:00.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: cluster 2024-03-30T04:46:58.555638+0000 mgr.y (mgr.25441) 3341 : cluster [DBG] pgmap v2206: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: cluster 2024-03-30T04:46:58.556146+0000 mgr.y (mgr.25441) 3342 : cluster [DBG] pgmap v2207: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: cephadm 2024-03-30T04:46:58.564557+0000 mgr.y (mgr.25441) 3343 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:00.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: cluster 2024-03-30T04:46:58.651284+0000 mgr.y (mgr.25441) 3344 : cluster [DBG] pgmap v2208: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: cluster 2024-03-30T04:46:58.652134+0000 mgr.y (mgr.25441) 3345 : cluster [DBG] pgmap v2209: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: cephadm 2024-03-30T04:46:58.659072+0000 mgr.y (mgr.25441) 3346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:00.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:58.737939+0000 mon.c (mon.1) 3333 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:00.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:58.739875+0000 mon.c (mon.1) 3334 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:00.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:58.742366+0000 mon.c (mon.1) 3335 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:00.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:58.743035+0000 mon.c (mon.1) 3336 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:00.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: cluster 2024-03-30T04:46:58.744447+0000 mgr.y (mgr.25441) 3347 : cluster [DBG] pgmap v2210: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: cluster 2024-03-30T04:46:58.744836+0000 mgr.y (mgr.25441) 3348 : cluster [DBG] pgmap v2211: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:58.750133+0000 mon.a (mon.0) 1443 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:00.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: cephadm 2024-03-30T04:46:58.750812+0000 mgr.y (mgr.25441) 3349 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:00.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:58.766178+0000 mon.c (mon.1) 3337 : audit [DBG] from='client.? 172.21.15.111:0/189115052' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:00.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:58.810007+0000 mon.c (mon.1) 3338 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:00.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:58.812203+0000 mon.c (mon.1) 3339 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:00.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:58.814210+0000 mon.c (mon.1) 3340 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:00.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:58.814997+0000 mon.c (mon.1) 3341 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:00.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:58.822352+0000 mon.a (mon.0) 1444 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:00.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:58.881173+0000 mon.c (mon.1) 3342 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:00.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:58.884298+0000 mon.c (mon.1) 3343 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:00.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:58.886808+0000 mon.c (mon.1) 3344 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:00.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:58.887923+0000 mon.c (mon.1) 3345 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:00.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:58.905508+0000 mon.a (mon.0) 1445 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:00.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:58.981079+0000 mon.c (mon.1) 3346 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:00.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:58.982960+0000 mon.c (mon.1) 3347 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:00.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:58.984893+0000 mon.c (mon.1) 3348 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:00.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:58.985602+0000 mon.c (mon.1) 3349 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:00.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:58.993410+0000 mon.a (mon.0) 1446 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:00.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.052390+0000 mon.c (mon.1) 3350 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:00.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.054245+0000 mon.c (mon.1) 3351 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:00.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.056124+0000 mon.c (mon.1) 3352 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:00.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.056771+0000 mon.c (mon.1) 3353 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:00.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.063991+0000 mon.a (mon.0) 1447 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:00.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.138101+0000 mon.c (mon.1) 3354 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:00.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: cluster 2024-03-30T04:46:57.819046+0000 mgr.y (mgr.25441) 3309 : cluster [DBG] pgmap v2186: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: cluster 2024-03-30T04:46:57.819420+0000 mgr.y (mgr.25441) 3310 : cluster [DBG] pgmap v2187: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: cephadm 2024-03-30T04:46:57.826956+0000 mgr.y (mgr.25441) 3311 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:00.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: cluster 2024-03-30T04:46:57.895419+0000 mgr.y (mgr.25441) 3312 : cluster [DBG] pgmap v2188: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: cluster 2024-03-30T04:46:57.895769+0000 mgr.y (mgr.25441) 3313 : cluster [DBG] pgmap v2189: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: cephadm 2024-03-30T04:46:57.901971+0000 mgr.y (mgr.25441) 3314 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:00.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:57.905165+0000 mgr.y (mgr.25441) 3315 : audit [DBG] from='client.34488 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:00.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: cluster 2024-03-30T04:46:57.964465+0000 mgr.y (mgr.25441) 3316 : cluster [DBG] pgmap v2190: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: cluster 2024-03-30T04:46:57.964830+0000 mgr.y (mgr.25441) 3317 : cluster [DBG] pgmap v2191: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: cephadm 2024-03-30T04:46:57.970820+0000 mgr.y (mgr.25441) 3318 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:00.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: cluster 2024-03-30T04:46:58.033341+0000 mgr.y (mgr.25441) 3319 : cluster [DBG] pgmap v2192: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: cluster 2024-03-30T04:46:58.033708+0000 mgr.y (mgr.25441) 3320 : cluster [DBG] pgmap v2193: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: cephadm 2024-03-30T04:46:58.040626+0000 mgr.y (mgr.25441) 3321 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:00.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: cluster 2024-03-30T04:46:58.109202+0000 mgr.y (mgr.25441) 3322 : cluster [DBG] pgmap v2194: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: cluster 2024-03-30T04:46:58.109521+0000 mgr.y (mgr.25441) 3323 : cluster [DBG] pgmap v2195: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.140713+0000 mon.c (mon.1) 3355 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:00.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.144832+0000 mon.c (mon.1) 3356 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:00.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.146307+0000 mon.c (mon.1) 3357 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:00.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.154115+0000 mon.a (mon.0) 1448 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:00.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.233039+0000 mon.c (mon.1) 3358 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:00.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.235545+0000 mon.c (mon.1) 3359 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:00.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.237671+0000 mon.c (mon.1) 3360 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:00.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.238415+0000 mon.c (mon.1) 3361 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:00.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.245250+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:00.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.291051+0000 mon.c (mon.1) 3362 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:00.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.292963+0000 mon.c (mon.1) 3363 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:00.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.294907+0000 mon.c (mon.1) 3364 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:00.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.295580+0000 mon.c (mon.1) 3365 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:00.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.301990+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:00.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.349236+0000 mon.c (mon.1) 3366 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:00.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.351412+0000 mon.c (mon.1) 3367 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:00.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.353247+0000 mon.c (mon.1) 3368 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:00.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.354004+0000 mon.c (mon.1) 3369 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:00.138 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.360203+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:00.138 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.409080+0000 mon.c (mon.1) 3370 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:00.138 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.411361+0000 mon.c (mon.1) 3371 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:00.138 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.413397+0000 mon.c (mon.1) 3372 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:00.138 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.414159+0000 mon.c (mon.1) 3373 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:00.138 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.420160+0000 mon.a (mon.0) 1452 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:00.138 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.464442+0000 mon.c (mon.1) 3374 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:00.138 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.466555+0000 mon.c (mon.1) 3375 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:00.138 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.468584+0000 mon.c (mon.1) 3376 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:00.138 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.469467+0000 mon.c (mon.1) 3377 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:00.138 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.502304+0000 mon.a (mon.0) 1453 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:00.138 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.542651+0000 mon.c (mon.1) 3378 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:00.138 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.544743+0000 mon.c (mon.1) 3379 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:00.139 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.546675+0000 mon.c (mon.1) 3380 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:00.139 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.547393+0000 mon.c (mon.1) 3381 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:00.139 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.553604+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:00.139 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.599942+0000 mon.c (mon.1) 3382 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:00.139 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.602244+0000 mon.c (mon.1) 3383 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:00.139 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.604247+0000 mon.c (mon.1) 3384 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:00.139 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.604950+0000 mon.c (mon.1) 3385 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:00.139 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.611836+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:00.139 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.654297+0000 mon.c (mon.1) 3386 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:00.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: cephadm 2024-03-30T04:46:58.116445+0000 mgr.y (mgr.25441) 3324 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:00.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: cluster 2024-03-30T04:46:58.178673+0000 mgr.y (mgr.25441) 3325 : cluster [DBG] pgmap v2196: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.140 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: cluster 2024-03-30T04:46:58.179039+0000 mgr.y (mgr.25441) 3326 : cluster [DBG] pgmap v2197: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.140 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: cephadm 2024-03-30T04:46:58.185278+0000 mgr.y (mgr.25441) 3327 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:00.140 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: cluster 2024-03-30T04:46:58.264182+0000 mgr.y (mgr.25441) 3328 : cluster [DBG] pgmap v2198: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.140 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: cluster 2024-03-30T04:46:58.264515+0000 mgr.y (mgr.25441) 3329 : cluster [DBG] pgmap v2199: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.140 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: cephadm 2024-03-30T04:46:58.271477+0000 mgr.y (mgr.25441) 3330 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:00.140 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:58.281722+0000 mgr.y (mgr.25441) 3331 : audit [DBG] from='client.44431 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:00.140 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: cluster 2024-03-30T04:46:58.349549+0000 mgr.y (mgr.25441) 3332 : cluster [DBG] pgmap v2200: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.140 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: cluster 2024-03-30T04:46:58.349878+0000 mgr.y (mgr.25441) 3333 : cluster [DBG] pgmap v2201: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.140 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: cephadm 2024-03-30T04:46:58.356079+0000 mgr.y (mgr.25441) 3334 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:00.140 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: cluster 2024-03-30T04:46:58.407925+0000 mgr.y (mgr.25441) 3335 : cluster [DBG] pgmap v2202: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.140 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: cluster 2024-03-30T04:46:58.408278+0000 mgr.y (mgr.25441) 3336 : cluster [DBG] pgmap v2203: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.140 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: cephadm 2024-03-30T04:46:58.414171+0000 mgr.y (mgr.25441) 3337 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:00.140 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: cluster 2024-03-30T04:46:58.477329+0000 mgr.y (mgr.25441) 3338 : cluster [DBG] pgmap v2204: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.140 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: cluster 2024-03-30T04:46:58.477694+0000 mgr.y (mgr.25441) 3339 : cluster [DBG] pgmap v2205: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.141 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.656074+0000 mon.c (mon.1) 3387 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:00.141 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.657786+0000 mon.c (mon.1) 3388 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:00.141 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.658518+0000 mon.c (mon.1) 3389 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:00.141 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.665542+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:00.141 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.687995+0000 mon.a (mon.0) 1457 : audit [DBG] from='client.? 172.21.15.111:0/2992561232' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:47:00.141 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.711240+0000 mon.c (mon.1) 3390 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:00.141 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.713594+0000 mon.c (mon.1) 3391 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:00.141 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.715483+0000 mon.c (mon.1) 3392 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:00.141 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.716182+0000 mon.c (mon.1) 3393 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:00.142 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[70954]: audit 2024-03-30T04:46:59.722063+0000 mon.a (mon.0) 1458 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:00.142 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: cephadm 2024-03-30T04:46:58.483847+0000 mgr.y (mgr.25441) 3340 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:00.142 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: cluster 2024-03-30T04:46:58.555638+0000 mgr.y (mgr.25441) 3341 : cluster [DBG] pgmap v2206: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.143 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: cluster 2024-03-30T04:46:58.556146+0000 mgr.y (mgr.25441) 3342 : cluster [DBG] pgmap v2207: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.143 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: cephadm 2024-03-30T04:46:58.564557+0000 mgr.y (mgr.25441) 3343 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:00.143 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: cluster 2024-03-30T04:46:58.651284+0000 mgr.y (mgr.25441) 3344 : cluster [DBG] pgmap v2208: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.143 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: cluster 2024-03-30T04:46:58.652134+0000 mgr.y (mgr.25441) 3345 : cluster [DBG] pgmap v2209: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.143 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: cephadm 2024-03-30T04:46:58.659072+0000 mgr.y (mgr.25441) 3346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:00.143 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:58.737939+0000 mon.c (mon.1) 3333 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:00.143 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:58.739875+0000 mon.c (mon.1) 3334 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:00.143 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:58.742366+0000 mon.c (mon.1) 3335 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:00.143 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:58.743035+0000 mon.c (mon.1) 3336 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:00.143 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: cluster 2024-03-30T04:46:58.744447+0000 mgr.y (mgr.25441) 3347 : cluster [DBG] pgmap v2210: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.143 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: cluster 2024-03-30T04:46:58.744836+0000 mgr.y (mgr.25441) 3348 : cluster [DBG] pgmap v2211: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:00.143 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:58.750133+0000 mon.a (mon.0) 1443 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:00.144 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: cephadm 2024-03-30T04:46:58.750812+0000 mgr.y (mgr.25441) 3349 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:00.144 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:58.766178+0000 mon.c (mon.1) 3337 : audit [DBG] from='client.? 172.21.15.111:0/189115052' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:00.144 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:58.810007+0000 mon.c (mon.1) 3338 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:00.144 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:58.812203+0000 mon.c (mon.1) 3339 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:00.144 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:58.814210+0000 mon.c (mon.1) 3340 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:00.144 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:58.814997+0000 mon.c (mon.1) 3341 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:00.144 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:58.822352+0000 mon.a (mon.0) 1444 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:00.144 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:58.881173+0000 mon.c (mon.1) 3342 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:00.144 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:58.884298+0000 mon.c (mon.1) 3343 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:00.144 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:58.886808+0000 mon.c (mon.1) 3344 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:00.144 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:58.887923+0000 mon.c (mon.1) 3345 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:00.144 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:58.905508+0000 mon.a (mon.0) 1445 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:00.144 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:58.981079+0000 mon.c (mon.1) 3346 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:00.144 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:58.982960+0000 mon.c (mon.1) 3347 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:00.145 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:58.984893+0000 mon.c (mon.1) 3348 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:00.145 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:58.985602+0000 mon.c (mon.1) 3349 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:00.145 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:58.993410+0000 mon.a (mon.0) 1446 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:00.145 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.052390+0000 mon.c (mon.1) 3350 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:00.145 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.054245+0000 mon.c (mon.1) 3351 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:00.145 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.056124+0000 mon.c (mon.1) 3352 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:00.145 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.056771+0000 mon.c (mon.1) 3353 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:00.145 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.063991+0000 mon.a (mon.0) 1447 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:00.145 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.138101+0000 mon.c (mon.1) 3354 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:00.145 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.140713+0000 mon.c (mon.1) 3355 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:00.145 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.144832+0000 mon.c (mon.1) 3356 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:00.145 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.146307+0000 mon.c (mon.1) 3357 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:00.145 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.154115+0000 mon.a (mon.0) 1448 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:00.145 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.233039+0000 mon.c (mon.1) 3358 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:00.146 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.235545+0000 mon.c (mon.1) 3359 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:00.146 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.237671+0000 mon.c (mon.1) 3360 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:00.146 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.238415+0000 mon.c (mon.1) 3361 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:00.146 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.245250+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:00.146 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.291051+0000 mon.c (mon.1) 3362 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:00.146 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.292963+0000 mon.c (mon.1) 3363 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:00.146 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.294907+0000 mon.c (mon.1) 3364 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:00.146 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.295580+0000 mon.c (mon.1) 3365 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:00.146 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.301990+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:00.146 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.349236+0000 mon.c (mon.1) 3366 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:00.146 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.351412+0000 mon.c (mon.1) 3367 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:00.146 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.353247+0000 mon.c (mon.1) 3368 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:00.146 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.354004+0000 mon.c (mon.1) 3369 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:00.146 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.360203+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:00.147 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.409080+0000 mon.c (mon.1) 3370 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:00.147 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.411361+0000 mon.c (mon.1) 3371 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:00.147 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.413397+0000 mon.c (mon.1) 3372 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:00.147 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.414159+0000 mon.c (mon.1) 3373 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:00.147 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.420160+0000 mon.a (mon.0) 1452 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:00.147 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.464442+0000 mon.c (mon.1) 3374 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:00.147 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.466555+0000 mon.c (mon.1) 3375 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:00.147 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.468584+0000 mon.c (mon.1) 3376 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:00.147 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.469467+0000 mon.c (mon.1) 3377 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:00.147 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.502304+0000 mon.a (mon.0) 1453 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:00.147 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.542651+0000 mon.c (mon.1) 3378 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:00.147 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.544743+0000 mon.c (mon.1) 3379 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:00.147 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.546675+0000 mon.c (mon.1) 3380 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:00.147 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.547393+0000 mon.c (mon.1) 3381 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:00.147 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.553604+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:00.148 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.599942+0000 mon.c (mon.1) 3382 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:00.148 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.602244+0000 mon.c (mon.1) 3383 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:00.148 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.604247+0000 mon.c (mon.1) 3384 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:00.148 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.604950+0000 mon.c (mon.1) 3385 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:00.148 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.611836+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:00.148 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.654297+0000 mon.c (mon.1) 3386 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:00.148 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.656074+0000 mon.c (mon.1) 3387 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:00.148 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.657786+0000 mon.c (mon.1) 3388 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:00.148 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.658518+0000 mon.c (mon.1) 3389 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:00.148 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.665542+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:00.148 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.687995+0000 mon.a (mon.0) 1457 : audit [DBG] from='client.? 172.21.15.111:0/2992561232' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:47:00.148 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.711240+0000 mon.c (mon.1) 3390 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:00.148 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.713594+0000 mon.c (mon.1) 3391 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:00.149 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.715483+0000 mon.c (mon.1) 3392 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:00.149 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.716182+0000 mon.c (mon.1) 3393 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:00.149 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:46:59 smithi111 bash[73591]: audit 2024-03-30T04:46:59.722063+0000 mon.a (mon.0) 1458 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:00.257 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[71853]: debug 2024-03-30T04:47:00.232+0000 7fa0e7aac7c0 -1 Falling back to public interface 2024-03-30T04:47:00.616 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[65893]: debug 2024-03-30T04:47:00.316+0000 7f81a1b9f700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2024-03-30T04:47:01.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: cluster 2024-03-30T04:46:58.816525+0000 mgr.y (mgr.25441) 3350 : cluster [DBG] pgmap v2212: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: cluster 2024-03-30T04:46:58.817025+0000 mgr.y (mgr.25441) 3351 : cluster [DBG] pgmap v2213: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: cephadm 2024-03-30T04:46:58.823814+0000 mgr.y (mgr.25441) 3352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:01.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: cluster 2024-03-30T04:46:58.891747+0000 mgr.y (mgr.25441) 3353 : cluster [DBG] pgmap v2214: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: cluster 2024-03-30T04:46:58.892100+0000 mgr.y (mgr.25441) 3354 : cluster [DBG] pgmap v2215: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: cephadm 2024-03-30T04:46:58.907193+0000 mgr.y (mgr.25441) 3355 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:01.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: cluster 2024-03-30T04:46:58.987227+0000 mgr.y (mgr.25441) 3356 : cluster [DBG] pgmap v2216: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: cluster 2024-03-30T04:46:58.987618+0000 mgr.y (mgr.25441) 3357 : cluster [DBG] pgmap v2217: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: cephadm 2024-03-30T04:46:58.993961+0000 mgr.y (mgr.25441) 3358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:01.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: cluster 2024-03-30T04:46:59.058272+0000 mgr.y (mgr.25441) 3359 : cluster [DBG] pgmap v2218: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: cluster 2024-03-30T04:46:59.058653+0000 mgr.y (mgr.25441) 3360 : cluster [DBG] pgmap v2219: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: cephadm 2024-03-30T04:46:59.064702+0000 mgr.y (mgr.25441) 3361 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:01.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: cluster 2024-03-30T04:46:59.148553+0000 mgr.y (mgr.25441) 3362 : cluster [DBG] pgmap v2220: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: cluster 2024-03-30T04:46:59.149386+0000 mgr.y (mgr.25441) 3363 : cluster [DBG] pgmap v2221: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: cephadm 2024-03-30T04:46:59.155749+0000 mgr.y (mgr.25441) 3364 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:01.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: cluster 2024-03-30T04:46:58.816525+0000 mgr.y (mgr.25441) 3350 : cluster [DBG] pgmap v2212: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: cluster 2024-03-30T04:46:58.817025+0000 mgr.y (mgr.25441) 3351 : cluster [DBG] pgmap v2213: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: cephadm 2024-03-30T04:46:58.823814+0000 mgr.y (mgr.25441) 3352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:01.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: cluster 2024-03-30T04:46:58.891747+0000 mgr.y (mgr.25441) 3353 : cluster [DBG] pgmap v2214: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: cluster 2024-03-30T04:46:58.892100+0000 mgr.y (mgr.25441) 3354 : cluster [DBG] pgmap v2215: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: cephadm 2024-03-30T04:46:58.907193+0000 mgr.y (mgr.25441) 3355 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:01.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: cluster 2024-03-30T04:46:58.987227+0000 mgr.y (mgr.25441) 3356 : cluster [DBG] pgmap v2216: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: cluster 2024-03-30T04:46:58.987618+0000 mgr.y (mgr.25441) 3357 : cluster [DBG] pgmap v2217: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: cephadm 2024-03-30T04:46:58.993961+0000 mgr.y (mgr.25441) 3358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:01.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: cluster 2024-03-30T04:46:59.058272+0000 mgr.y (mgr.25441) 3359 : cluster [DBG] pgmap v2218: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: cluster 2024-03-30T04:46:59.058653+0000 mgr.y (mgr.25441) 3360 : cluster [DBG] pgmap v2219: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: cephadm 2024-03-30T04:46:59.064702+0000 mgr.y (mgr.25441) 3361 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:01.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: cluster 2024-03-30T04:46:59.148553+0000 mgr.y (mgr.25441) 3362 : cluster [DBG] pgmap v2220: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: cluster 2024-03-30T04:46:59.149386+0000 mgr.y (mgr.25441) 3363 : cluster [DBG] pgmap v2221: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: cephadm 2024-03-30T04:46:59.155749+0000 mgr.y (mgr.25441) 3364 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:01.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:46:59.218772+0000 mgr.y (mgr.25441) 3365 : audit [DBG] from='client.34506 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:01.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: cluster 2024-03-30T04:46:59.239820+0000 mgr.y (mgr.25441) 3366 : cluster [DBG] pgmap v2222: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: cluster 2024-03-30T04:46:59.240134+0000 mgr.y (mgr.25441) 3367 : cluster [DBG] pgmap v2223: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: cephadm 2024-03-30T04:46:59.245984+0000 mgr.y (mgr.25441) 3368 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:01.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: cluster 2024-03-30T04:46:59.297136+0000 mgr.y (mgr.25441) 3369 : cluster [DBG] pgmap v2224: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: cluster 2024-03-30T04:46:59.297549+0000 mgr.y (mgr.25441) 3370 : cluster [DBG] pgmap v2225: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: cephadm 2024-03-30T04:46:59.302900+0000 mgr.y (mgr.25441) 3371 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:01.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: cluster 2024-03-30T04:46:59.355470+0000 mgr.y (mgr.25441) 3372 : cluster [DBG] pgmap v2226: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: cluster 2024-03-30T04:46:59.355773+0000 mgr.y (mgr.25441) 3373 : cluster [DBG] pgmap v2227: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: cephadm 2024-03-30T04:46:59.363949+0000 mgr.y (mgr.25441) 3374 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:01.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: cluster 2024-03-30T04:46:59.415623+0000 mgr.y (mgr.25441) 3375 : cluster [DBG] pgmap v2228: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: cluster 2024-03-30T04:46:59.415962+0000 mgr.y (mgr.25441) 3376 : cluster [DBG] pgmap v2229: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: cephadm 2024-03-30T04:46:59.423894+0000 mgr.y (mgr.25441) 3377 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:01.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: cluster 2024-03-30T04:46:59.470970+0000 mgr.y (mgr.25441) 3378 : cluster [DBG] pgmap v2230: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: cluster 2024-03-30T04:46:59.471292+0000 mgr.y (mgr.25441) 3379 : cluster [DBG] pgmap v2231: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: cephadm 2024-03-30T04:46:59.502942+0000 mgr.y (mgr.25441) 3380 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:01.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:46:59.218772+0000 mgr.y (mgr.25441) 3365 : audit [DBG] from='client.34506 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:01.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: cluster 2024-03-30T04:46:59.239820+0000 mgr.y (mgr.25441) 3366 : cluster [DBG] pgmap v2222: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: cluster 2024-03-30T04:46:59.240134+0000 mgr.y (mgr.25441) 3367 : cluster [DBG] pgmap v2223: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: cephadm 2024-03-30T04:46:59.245984+0000 mgr.y (mgr.25441) 3368 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:01.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: cluster 2024-03-30T04:46:59.297136+0000 mgr.y (mgr.25441) 3369 : cluster [DBG] pgmap v2224: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: cluster 2024-03-30T04:46:59.297549+0000 mgr.y (mgr.25441) 3370 : cluster [DBG] pgmap v2225: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: cephadm 2024-03-30T04:46:59.302900+0000 mgr.y (mgr.25441) 3371 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:01.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: cluster 2024-03-30T04:46:59.355470+0000 mgr.y (mgr.25441) 3372 : cluster [DBG] pgmap v2226: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: cluster 2024-03-30T04:46:59.355773+0000 mgr.y (mgr.25441) 3373 : cluster [DBG] pgmap v2227: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: cephadm 2024-03-30T04:46:59.363949+0000 mgr.y (mgr.25441) 3374 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:01.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: cluster 2024-03-30T04:46:59.415623+0000 mgr.y (mgr.25441) 3375 : cluster [DBG] pgmap v2228: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: cluster 2024-03-30T04:46:59.415962+0000 mgr.y (mgr.25441) 3376 : cluster [DBG] pgmap v2229: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: cephadm 2024-03-30T04:46:59.423894+0000 mgr.y (mgr.25441) 3377 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:01.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: cluster 2024-03-30T04:46:59.470970+0000 mgr.y (mgr.25441) 3378 : cluster [DBG] pgmap v2230: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: cluster 2024-03-30T04:46:59.471292+0000 mgr.y (mgr.25441) 3379 : cluster [DBG] pgmap v2231: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: cephadm 2024-03-30T04:46:59.502942+0000 mgr.y (mgr.25441) 3380 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:01.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: cluster 2024-03-30T04:46:59.548873+0000 mgr.y (mgr.25441) 3381 : cluster [DBG] pgmap v2232: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: cluster 2024-03-30T04:46:59.549275+0000 mgr.y (mgr.25441) 3382 : cluster [DBG] pgmap v2233: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: cephadm 2024-03-30T04:46:59.555065+0000 mgr.y (mgr.25441) 3383 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:01.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: cluster 2024-03-30T04:46:59.606465+0000 mgr.y (mgr.25441) 3384 : cluster [DBG] pgmap v2234: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: cluster 2024-03-30T04:46:59.606869+0000 mgr.y (mgr.25441) 3385 : cluster [DBG] pgmap v2235: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: cephadm 2024-03-30T04:46:59.614311+0000 mgr.y (mgr.25441) 3386 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:01.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: cluster 2024-03-30T04:46:59.659997+0000 mgr.y (mgr.25441) 3387 : cluster [DBG] pgmap v2236: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: cluster 2024-03-30T04:46:59.660396+0000 mgr.y (mgr.25441) 3388 : cluster [DBG] pgmap v2237: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: cephadm 2024-03-30T04:46:59.666180+0000 mgr.y (mgr.25441) 3389 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:01.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: cluster 2024-03-30T04:46:59.717564+0000 mgr.y (mgr.25441) 3390 : cluster [DBG] pgmap v2238: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: cluster 2024-03-30T04:46:59.717856+0000 mgr.y (mgr.25441) 3391 : cluster [DBG] pgmap v2239: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: cephadm 2024-03-30T04:46:59.722672+0000 mgr.y (mgr.25441) 3392 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:01.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:46:59.785283+0000 mon.c (mon.1) 3394 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:01.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:46:59.788458+0000 mon.c (mon.1) 3395 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:01.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:46:59.791080+0000 mon.c (mon.1) 3396 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:01.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:46:59.792086+0000 mon.c (mon.1) 3397 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:01.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:46:59.803003+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:01.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: cluster 2024-03-30T04:46:59.548873+0000 mgr.y (mgr.25441) 3381 : cluster [DBG] pgmap v2232: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: cluster 2024-03-30T04:46:59.549275+0000 mgr.y (mgr.25441) 3382 : cluster [DBG] pgmap v2233: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: cephadm 2024-03-30T04:46:59.555065+0000 mgr.y (mgr.25441) 3383 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:01.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: cluster 2024-03-30T04:46:59.606465+0000 mgr.y (mgr.25441) 3384 : cluster [DBG] pgmap v2234: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: cluster 2024-03-30T04:46:59.606869+0000 mgr.y (mgr.25441) 3385 : cluster [DBG] pgmap v2235: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: cephadm 2024-03-30T04:46:59.614311+0000 mgr.y (mgr.25441) 3386 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:01.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: cluster 2024-03-30T04:46:59.659997+0000 mgr.y (mgr.25441) 3387 : cluster [DBG] pgmap v2236: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: cluster 2024-03-30T04:46:59.660396+0000 mgr.y (mgr.25441) 3388 : cluster [DBG] pgmap v2237: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: cephadm 2024-03-30T04:46:59.666180+0000 mgr.y (mgr.25441) 3389 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:01.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: cluster 2024-03-30T04:46:59.717564+0000 mgr.y (mgr.25441) 3390 : cluster [DBG] pgmap v2238: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: cluster 2024-03-30T04:46:59.717856+0000 mgr.y (mgr.25441) 3391 : cluster [DBG] pgmap v2239: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: cephadm 2024-03-30T04:46:59.722672+0000 mgr.y (mgr.25441) 3392 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:01.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:46:59.785283+0000 mon.c (mon.1) 3394 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:01.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:46:59.788458+0000 mon.c (mon.1) 3395 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:01.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:46:59.791080+0000 mon.c (mon.1) 3396 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:01.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:46:59.792086+0000 mon.c (mon.1) 3397 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:01.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:46:59.803003+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:01.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:46:59.844173+0000 mon.c (mon.1) 3398 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:01.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:46:59.846784+0000 mon.c (mon.1) 3399 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:01.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:46:59.849642+0000 mon.c (mon.1) 3400 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:01.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:46:59.850750+0000 mon.c (mon.1) 3401 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:01.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:46:59.860955+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:01.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:46:59.904516+0000 mon.c (mon.1) 3402 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:01.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:46:59.907013+0000 mon.c (mon.1) 3403 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:01.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:46:59.909014+0000 mon.c (mon.1) 3404 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:01.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:46:59.909737+0000 mon.c (mon.1) 3405 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:01.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:46:59.919713+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:01.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:46:59.961561+0000 mon.c (mon.1) 3406 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:01.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:46:59.963332+0000 mon.c (mon.1) 3407 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:01.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:46:59.965149+0000 mon.c (mon.1) 3408 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:01.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:46:59.965845+0000 mon.c (mon.1) 3409 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:01.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:46:59.974696+0000 mon.a (mon.0) 1462 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:01.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:47:00.015751+0000 mon.c (mon.1) 3410 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:01.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:47:00.017830+0000 mon.c (mon.1) 3411 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:01.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:47:00.019724+0000 mon.c (mon.1) 3412 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:01.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:47:00.020440+0000 mon.c (mon.1) 3413 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:01.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:47:00.027012+0000 mon.a (mon.0) 1463 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:01.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:46:59.844173+0000 mon.c (mon.1) 3398 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:01.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:46:59.846784+0000 mon.c (mon.1) 3399 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:01.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:46:59.849642+0000 mon.c (mon.1) 3400 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:01.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:46:59.850750+0000 mon.c (mon.1) 3401 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:01.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:46:59.860955+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:01.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:46:59.904516+0000 mon.c (mon.1) 3402 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:01.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:46:59.907013+0000 mon.c (mon.1) 3403 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:01.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:46:59.909014+0000 mon.c (mon.1) 3404 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:01.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:46:59.909737+0000 mon.c (mon.1) 3405 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:01.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:46:59.919713+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:01.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:46:59.961561+0000 mon.c (mon.1) 3406 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:01.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:46:59.963332+0000 mon.c (mon.1) 3407 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:01.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:46:59.965149+0000 mon.c (mon.1) 3408 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:01.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:46:59.965845+0000 mon.c (mon.1) 3409 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:01.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:46:59.974696+0000 mon.a (mon.0) 1462 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:01.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:47:00.015751+0000 mon.c (mon.1) 3410 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:01.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:47:00.017830+0000 mon.c (mon.1) 3411 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:01.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:47:00.019724+0000 mon.c (mon.1) 3412 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:01.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:47:00.020440+0000 mon.c (mon.1) 3413 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:01.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:47:00.027012+0000 mon.a (mon.0) 1463 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:01.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:47:00.068905+0000 mon.c (mon.1) 3414 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:01.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:47:00.070969+0000 mon.c (mon.1) 3415 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:01.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:47:00.073142+0000 mon.c (mon.1) 3416 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:01.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:47:00.073848+0000 mon.c (mon.1) 3417 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:01.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:47:00.079687+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:01.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:47:00.121887+0000 mon.c (mon.1) 3418 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:01.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:47:00.123840+0000 mon.c (mon.1) 3419 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:01.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:47:00.125500+0000 mon.c (mon.1) 3420 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:01.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:47:00.126057+0000 mon.c (mon.1) 3421 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:01.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:47:00.131394+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:01.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:47:00.172559+0000 mon.c (mon.1) 3422 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:01.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:47:00.174538+0000 mon.c (mon.1) 3423 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:01.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:47:00.176315+0000 mon.c (mon.1) 3424 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:01.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:47:00.176955+0000 mon.c (mon.1) 3425 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:01.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:47:00.183671+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:01.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:47:00.224134+0000 mon.c (mon.1) 3426 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:01.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:47:00.226062+0000 mon.c (mon.1) 3427 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:01.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:47:00.228015+0000 mon.c (mon.1) 3428 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:01.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:47:00.228754+0000 mon.c (mon.1) 3429 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:01.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:47:00.235431+0000 mon.a (mon.0) 1467 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:01.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:47:00.068905+0000 mon.c (mon.1) 3414 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:01.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:47:00.070969+0000 mon.c (mon.1) 3415 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:01.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:47:00.073142+0000 mon.c (mon.1) 3416 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:01.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:47:00.073848+0000 mon.c (mon.1) 3417 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:01.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:47:00.079687+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:01.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:47:00.121887+0000 mon.c (mon.1) 3418 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:01.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:47:00.123840+0000 mon.c (mon.1) 3419 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:01.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:47:00.125500+0000 mon.c (mon.1) 3420 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:01.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:47:00.126057+0000 mon.c (mon.1) 3421 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:01.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:47:00.131394+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:01.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:47:00.172559+0000 mon.c (mon.1) 3422 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:01.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:47:00.174538+0000 mon.c (mon.1) 3423 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:01.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:47:00.176315+0000 mon.c (mon.1) 3424 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:01.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:47:00.176955+0000 mon.c (mon.1) 3425 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:01.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:47:00.183671+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:01.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:47:00.224134+0000 mon.c (mon.1) 3426 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:01.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:47:00.226062+0000 mon.c (mon.1) 3427 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:01.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:47:00.228015+0000 mon.c (mon.1) 3428 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:01.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:47:00.228754+0000 mon.c (mon.1) 3429 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:01.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:47:00.235431+0000 mon.a (mon.0) 1467 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:01.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:47:00.241460+0000 mon.a (mon.0) 1468 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:01.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:47:00.251318+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:01.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: cluster 2024-03-30T04:47:00.252945+0000 mon.a (mon.0) 1470 : cluster [WRN] Health check update: Degraded data redundancy: 80/726 objects degraded (11.019%), 22 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:01.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:47:00.260714+0000 mon.a (mon.0) 1471 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:01.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:47:00.268901+0000 mon.a (mon.0) 1472 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:01.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:47:00.274513+0000 mon.c (mon.1) 3430 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:47:01.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:47:00.310081+0000 mon.c (mon.1) 3431 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:01.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:47:00.315523+0000 mon.c (mon.1) 3432 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:01.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:47:00.317046+0000 mon.c (mon.1) 3433 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:01.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:47:00.318125+0000 mon.c (mon.1) 3434 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:01.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[73591]: audit 2024-03-30T04:47:00.319586+0000 mon.c (mon.1) 3435 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-30T04:47:01.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:47:00.241460+0000 mon.a (mon.0) 1468 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:01.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:47:00.251318+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:01.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: cluster 2024-03-30T04:47:00.252945+0000 mon.a (mon.0) 1470 : cluster [WRN] Health check update: Degraded data redundancy: 80/726 objects degraded (11.019%), 22 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:01.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:47:00.260714+0000 mon.a (mon.0) 1471 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:01.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:47:00.268901+0000 mon.a (mon.0) 1472 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:01.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:47:00.274513+0000 mon.c (mon.1) 3430 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:47:01.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:47:00.310081+0000 mon.c (mon.1) 3431 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:01.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:47:00.315523+0000 mon.c (mon.1) 3432 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:01.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:47:00.317046+0000 mon.c (mon.1) 3433 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:01.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:47:00.318125+0000 mon.c (mon.1) 3434 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:01.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:00 smithi111 bash[70954]: audit 2024-03-30T04:47:00.319586+0000 mon.c (mon.1) 3435 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-30T04:47:01.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: cluster 2024-03-30T04:46:58.816525+0000 mgr.y (mgr.25441) 3350 : cluster [DBG] pgmap v2212: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: cluster 2024-03-30T04:46:58.817025+0000 mgr.y (mgr.25441) 3351 : cluster [DBG] pgmap v2213: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: cephadm 2024-03-30T04:46:58.823814+0000 mgr.y (mgr.25441) 3352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:01.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: cluster 2024-03-30T04:46:58.891747+0000 mgr.y (mgr.25441) 3353 : cluster [DBG] pgmap v2214: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: cluster 2024-03-30T04:46:58.892100+0000 mgr.y (mgr.25441) 3354 : cluster [DBG] pgmap v2215: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: cephadm 2024-03-30T04:46:58.907193+0000 mgr.y (mgr.25441) 3355 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:01.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: cluster 2024-03-30T04:46:58.987227+0000 mgr.y (mgr.25441) 3356 : cluster [DBG] pgmap v2216: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: cluster 2024-03-30T04:46:58.987618+0000 mgr.y (mgr.25441) 3357 : cluster [DBG] pgmap v2217: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: cephadm 2024-03-30T04:46:58.993961+0000 mgr.y (mgr.25441) 3358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:01.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: cluster 2024-03-30T04:46:59.058272+0000 mgr.y (mgr.25441) 3359 : cluster [DBG] pgmap v2218: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: cluster 2024-03-30T04:46:59.058653+0000 mgr.y (mgr.25441) 3360 : cluster [DBG] pgmap v2219: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: cephadm 2024-03-30T04:46:59.064702+0000 mgr.y (mgr.25441) 3361 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:01.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: cluster 2024-03-30T04:46:59.148553+0000 mgr.y (mgr.25441) 3362 : cluster [DBG] pgmap v2220: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: cluster 2024-03-30T04:46:59.149386+0000 mgr.y (mgr.25441) 3363 : cluster [DBG] pgmap v2221: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: cephadm 2024-03-30T04:46:59.155749+0000 mgr.y (mgr.25441) 3364 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:01.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:46:59.218772+0000 mgr.y (mgr.25441) 3365 : audit [DBG] from='client.34506 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:01.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: cluster 2024-03-30T04:46:59.239820+0000 mgr.y (mgr.25441) 3366 : cluster [DBG] pgmap v2222: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: cluster 2024-03-30T04:46:59.240134+0000 mgr.y (mgr.25441) 3367 : cluster [DBG] pgmap v2223: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: cephadm 2024-03-30T04:46:59.245984+0000 mgr.y (mgr.25441) 3368 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:01.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: cluster 2024-03-30T04:46:59.297136+0000 mgr.y (mgr.25441) 3369 : cluster [DBG] pgmap v2224: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: cluster 2024-03-30T04:46:59.297549+0000 mgr.y (mgr.25441) 3370 : cluster [DBG] pgmap v2225: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: cephadm 2024-03-30T04:46:59.302900+0000 mgr.y (mgr.25441) 3371 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:01.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: cluster 2024-03-30T04:46:59.355470+0000 mgr.y (mgr.25441) 3372 : cluster [DBG] pgmap v2226: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: cluster 2024-03-30T04:46:59.355773+0000 mgr.y (mgr.25441) 3373 : cluster [DBG] pgmap v2227: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: cephadm 2024-03-30T04:46:59.363949+0000 mgr.y (mgr.25441) 3374 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:01.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: cluster 2024-03-30T04:46:59.415623+0000 mgr.y (mgr.25441) 3375 : cluster [DBG] pgmap v2228: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: cluster 2024-03-30T04:46:59.415962+0000 mgr.y (mgr.25441) 3376 : cluster [DBG] pgmap v2229: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: cephadm 2024-03-30T04:46:59.423894+0000 mgr.y (mgr.25441) 3377 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:01.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: cluster 2024-03-30T04:46:59.470970+0000 mgr.y (mgr.25441) 3378 : cluster [DBG] pgmap v2230: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: cluster 2024-03-30T04:46:59.471292+0000 mgr.y (mgr.25441) 3379 : cluster [DBG] pgmap v2231: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: cephadm 2024-03-30T04:46:59.502942+0000 mgr.y (mgr.25441) 3380 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:01.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: cluster 2024-03-30T04:46:59.548873+0000 mgr.y (mgr.25441) 3381 : cluster [DBG] pgmap v2232: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: cluster 2024-03-30T04:46:59.549275+0000 mgr.y (mgr.25441) 3382 : cluster [DBG] pgmap v2233: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: cephadm 2024-03-30T04:46:59.555065+0000 mgr.y (mgr.25441) 3383 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:01.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: cluster 2024-03-30T04:46:59.606465+0000 mgr.y (mgr.25441) 3384 : cluster [DBG] pgmap v2234: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: cluster 2024-03-30T04:46:59.606869+0000 mgr.y (mgr.25441) 3385 : cluster [DBG] pgmap v2235: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: cephadm 2024-03-30T04:46:59.614311+0000 mgr.y (mgr.25441) 3386 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:01.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: cluster 2024-03-30T04:46:59.659997+0000 mgr.y (mgr.25441) 3387 : cluster [DBG] pgmap v2236: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: cluster 2024-03-30T04:46:59.660396+0000 mgr.y (mgr.25441) 3388 : cluster [DBG] pgmap v2237: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: cephadm 2024-03-30T04:46:59.666180+0000 mgr.y (mgr.25441) 3389 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:01.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: cluster 2024-03-30T04:46:59.717564+0000 mgr.y (mgr.25441) 3390 : cluster [DBG] pgmap v2238: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: cluster 2024-03-30T04:46:59.717856+0000 mgr.y (mgr.25441) 3391 : cluster [DBG] pgmap v2239: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:01.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: cephadm 2024-03-30T04:46:59.722672+0000 mgr.y (mgr.25441) 3392 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:01.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:46:59.785283+0000 mon.c (mon.1) 3394 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:01.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:46:59.788458+0000 mon.c (mon.1) 3395 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:01.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:46:59.791080+0000 mon.c (mon.1) 3396 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:01.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:46:59.792086+0000 mon.c (mon.1) 3397 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:01.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:46:59.803003+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:01.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:46:59.844173+0000 mon.c (mon.1) 3398 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:01.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:46:59.846784+0000 mon.c (mon.1) 3399 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:01.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:46:59.849642+0000 mon.c (mon.1) 3400 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:01.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:46:59.850750+0000 mon.c (mon.1) 3401 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:01.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:46:59.860955+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:01.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:46:59.904516+0000 mon.c (mon.1) 3402 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:01.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:46:59.907013+0000 mon.c (mon.1) 3403 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:01.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:46:59.909014+0000 mon.c (mon.1) 3404 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:01.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:46:59.909737+0000 mon.c (mon.1) 3405 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:01.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:46:59.919713+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:01.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:46:59.961561+0000 mon.c (mon.1) 3406 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:01.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:46:59.963332+0000 mon.c (mon.1) 3407 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:01.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:46:59.965149+0000 mon.c (mon.1) 3408 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:01.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:46:59.965845+0000 mon.c (mon.1) 3409 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:01.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:46:59.974696+0000 mon.a (mon.0) 1462 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:01.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:47:00.015751+0000 mon.c (mon.1) 3410 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:01.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:47:00.017830+0000 mon.c (mon.1) 3411 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:01.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:47:00.019724+0000 mon.c (mon.1) 3412 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:01.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:47:00.020440+0000 mon.c (mon.1) 3413 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:01.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:47:00.027012+0000 mon.a (mon.0) 1463 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:01.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:47:00.068905+0000 mon.c (mon.1) 3414 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:01.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:47:00.070969+0000 mon.c (mon.1) 3415 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:01.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:47:00.073142+0000 mon.c (mon.1) 3416 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:01.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:47:00.073848+0000 mon.c (mon.1) 3417 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:01.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:47:00.079687+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:01.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:47:00.121887+0000 mon.c (mon.1) 3418 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:01.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:47:00.123840+0000 mon.c (mon.1) 3419 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:01.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:47:00.125500+0000 mon.c (mon.1) 3420 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:01.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:47:00.126057+0000 mon.c (mon.1) 3421 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:01.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:47:00.131394+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:01.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:47:00.172559+0000 mon.c (mon.1) 3422 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:01.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:47:00.174538+0000 mon.c (mon.1) 3423 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:01.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:47:00.176315+0000 mon.c (mon.1) 3424 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:01.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:47:00.176955+0000 mon.c (mon.1) 3425 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:01.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:47:00.183671+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:01.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:47:00.224134+0000 mon.c (mon.1) 3426 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:01.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:47:00.226062+0000 mon.c (mon.1) 3427 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:01.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:47:00.228015+0000 mon.c (mon.1) 3428 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:01.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:47:00.228754+0000 mon.c (mon.1) 3429 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:01.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:47:00.235431+0000 mon.a (mon.0) 1467 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:01.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:47:00.241460+0000 mon.a (mon.0) 1468 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:01.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:47:00.251318+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:01.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: cluster 2024-03-30T04:47:00.252945+0000 mon.a (mon.0) 1470 : cluster [WRN] Health check update: Degraded data redundancy: 80/726 objects degraded (11.019%), 22 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:01.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:47:00.260714+0000 mon.a (mon.0) 1471 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:01.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:47:00.268901+0000 mon.a (mon.0) 1472 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:01.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:47:00.274513+0000 mon.c (mon.1) 3430 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:47:01.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:47:00.310081+0000 mon.c (mon.1) 3431 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:01.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:47:00.315523+0000 mon.c (mon.1) 3432 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:01.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:47:00.317046+0000 mon.c (mon.1) 3433 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:01.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:47:00.318125+0000 mon.c (mon.1) 3434 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:01.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:00 smithi117 bash[62284]: audit 2024-03-30T04:47:00.319586+0000 mon.c (mon.1) 3435 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-30T04:47:02.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[73591]: cluster 2024-03-30T04:46:59.793809+0000 mgr.y (mgr.25441) 3393 : cluster [DBG] pgmap v2240: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[73591]: cluster 2024-03-30T04:46:59.794121+0000 mgr.y (mgr.25441) 3394 : cluster [DBG] pgmap v2241: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[73591]: cephadm 2024-03-30T04:46:59.803865+0000 mgr.y (mgr.25441) 3395 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:02.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[73591]: cluster 2024-03-30T04:46:59.852505+0000 mgr.y (mgr.25441) 3396 : cluster [DBG] pgmap v2242: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[73591]: cluster 2024-03-30T04:46:59.852792+0000 mgr.y (mgr.25441) 3397 : cluster [DBG] pgmap v2243: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[73591]: cephadm 2024-03-30T04:46:59.862494+0000 mgr.y (mgr.25441) 3398 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:02.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[73591]: cluster 2024-03-30T04:46:59.911202+0000 mgr.y (mgr.25441) 3399 : cluster [DBG] pgmap v2244: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[73591]: cluster 2024-03-30T04:46:59.911490+0000 mgr.y (mgr.25441) 3400 : cluster [DBG] pgmap v2245: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[73591]: cephadm 2024-03-30T04:46:59.920291+0000 mgr.y (mgr.25441) 3401 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:02.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[73591]: cluster 2024-03-30T04:46:59.967230+0000 mgr.y (mgr.25441) 3402 : cluster [DBG] pgmap v2246: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[73591]: cluster 2024-03-30T04:46:59.967541+0000 mgr.y (mgr.25441) 3403 : cluster [DBG] pgmap v2247: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[73591]: cephadm 2024-03-30T04:46:59.975230+0000 mgr.y (mgr.25441) 3404 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:02.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[73591]: cluster 2024-03-30T04:47:00.021786+0000 mgr.y (mgr.25441) 3405 : cluster [DBG] pgmap v2248: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[73591]: cluster 2024-03-30T04:47:00.022091+0000 mgr.y (mgr.25441) 3406 : cluster [DBG] pgmap v2249: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[73591]: cephadm 2024-03-30T04:47:00.027778+0000 mgr.y (mgr.25441) 3407 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:02.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[70954]: cluster 2024-03-30T04:46:59.793809+0000 mgr.y (mgr.25441) 3393 : cluster [DBG] pgmap v2240: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[70954]: cluster 2024-03-30T04:46:59.794121+0000 mgr.y (mgr.25441) 3394 : cluster [DBG] pgmap v2241: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[70954]: cephadm 2024-03-30T04:46:59.803865+0000 mgr.y (mgr.25441) 3395 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:02.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[70954]: cluster 2024-03-30T04:46:59.852505+0000 mgr.y (mgr.25441) 3396 : cluster [DBG] pgmap v2242: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[70954]: cluster 2024-03-30T04:46:59.852792+0000 mgr.y (mgr.25441) 3397 : cluster [DBG] pgmap v2243: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[70954]: cephadm 2024-03-30T04:46:59.862494+0000 mgr.y (mgr.25441) 3398 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:02.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[70954]: cluster 2024-03-30T04:46:59.911202+0000 mgr.y (mgr.25441) 3399 : cluster [DBG] pgmap v2244: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[70954]: cluster 2024-03-30T04:46:59.911490+0000 mgr.y (mgr.25441) 3400 : cluster [DBG] pgmap v2245: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[70954]: cephadm 2024-03-30T04:46:59.920291+0000 mgr.y (mgr.25441) 3401 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:02.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[70954]: cluster 2024-03-30T04:46:59.967230+0000 mgr.y (mgr.25441) 3402 : cluster [DBG] pgmap v2246: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[70954]: cluster 2024-03-30T04:46:59.967541+0000 mgr.y (mgr.25441) 3403 : cluster [DBG] pgmap v2247: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[70954]: cephadm 2024-03-30T04:46:59.975230+0000 mgr.y (mgr.25441) 3404 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:02.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[70954]: cluster 2024-03-30T04:47:00.021786+0000 mgr.y (mgr.25441) 3405 : cluster [DBG] pgmap v2248: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[70954]: cluster 2024-03-30T04:47:00.022091+0000 mgr.y (mgr.25441) 3406 : cluster [DBG] pgmap v2249: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[70954]: cephadm 2024-03-30T04:47:00.027778+0000 mgr.y (mgr.25441) 3407 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:02.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[73591]: cluster 2024-03-30T04:47:00.075242+0000 mgr.y (mgr.25441) 3408 : cluster [DBG] pgmap v2250: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[73591]: cluster 2024-03-30T04:47:00.075557+0000 mgr.y (mgr.25441) 3409 : cluster [DBG] pgmap v2251: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[73591]: cephadm 2024-03-30T04:47:00.081440+0000 mgr.y (mgr.25441) 3410 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:02.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[73591]: cluster 2024-03-30T04:47:00.127265+0000 mgr.y (mgr.25441) 3411 : cluster [DBG] pgmap v2252: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[73591]: cluster 2024-03-30T04:47:00.127626+0000 mgr.y (mgr.25441) 3412 : cluster [DBG] pgmap v2253: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[73591]: cephadm 2024-03-30T04:47:00.131911+0000 mgr.y (mgr.25441) 3413 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:02.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[73591]: cluster 2024-03-30T04:47:00.178260+0000 mgr.y (mgr.25441) 3414 : cluster [DBG] pgmap v2254: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[73591]: cluster 2024-03-30T04:47:00.178608+0000 mgr.y (mgr.25441) 3415 : cluster [DBG] pgmap v2255: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[73591]: cephadm 2024-03-30T04:47:00.184229+0000 mgr.y (mgr.25441) 3416 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:02.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[73591]: cluster 2024-03-30T04:47:00.230135+0000 mgr.y (mgr.25441) 3417 : cluster [DBG] pgmap v2256: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[73591]: cluster 2024-03-30T04:47:00.230535+0000 mgr.y (mgr.25441) 3418 : cluster [DBG] pgmap v2257: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[73591]: cephadm 2024-03-30T04:47:00.236339+0000 mgr.y (mgr.25441) 3419 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:02.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[73591]: cluster 2024-03-30T04:47:00.253046+0000 mgr.y (mgr.25441) 3420 : cluster [DBG] pgmap v2258: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[73591]: cluster 2024-03-30T04:47:00.253391+0000 mgr.y (mgr.25441) 3421 : cluster [DBG] pgmap v2259: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[73591]: audit 2024-03-30T04:47:00.319735+0000 mgr.y (mgr.25441) 3422 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-30T04:47:02.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[73591]: cephadm 2024-03-30T04:47:00.320467+0000 mgr.y (mgr.25441) 3423 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2024-03-30T04:47:02.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[70954]: cluster 2024-03-30T04:47:00.075242+0000 mgr.y (mgr.25441) 3408 : cluster [DBG] pgmap v2250: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[70954]: cluster 2024-03-30T04:47:00.075557+0000 mgr.y (mgr.25441) 3409 : cluster [DBG] pgmap v2251: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[70954]: cephadm 2024-03-30T04:47:00.081440+0000 mgr.y (mgr.25441) 3410 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:02.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[70954]: cluster 2024-03-30T04:47:00.127265+0000 mgr.y (mgr.25441) 3411 : cluster [DBG] pgmap v2252: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[70954]: cluster 2024-03-30T04:47:00.127626+0000 mgr.y (mgr.25441) 3412 : cluster [DBG] pgmap v2253: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[70954]: cephadm 2024-03-30T04:47:00.131911+0000 mgr.y (mgr.25441) 3413 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:02.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[70954]: cluster 2024-03-30T04:47:00.178260+0000 mgr.y (mgr.25441) 3414 : cluster [DBG] pgmap v2254: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[70954]: cluster 2024-03-30T04:47:00.178608+0000 mgr.y (mgr.25441) 3415 : cluster [DBG] pgmap v2255: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[70954]: cephadm 2024-03-30T04:47:00.184229+0000 mgr.y (mgr.25441) 3416 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:02.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[70954]: cluster 2024-03-30T04:47:00.230135+0000 mgr.y (mgr.25441) 3417 : cluster [DBG] pgmap v2256: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[70954]: cluster 2024-03-30T04:47:00.230535+0000 mgr.y (mgr.25441) 3418 : cluster [DBG] pgmap v2257: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[70954]: cephadm 2024-03-30T04:47:00.236339+0000 mgr.y (mgr.25441) 3419 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:02.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[70954]: cluster 2024-03-30T04:47:00.253046+0000 mgr.y (mgr.25441) 3420 : cluster [DBG] pgmap v2258: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[70954]: cluster 2024-03-30T04:47:00.253391+0000 mgr.y (mgr.25441) 3421 : cluster [DBG] pgmap v2259: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[70954]: audit 2024-03-30T04:47:00.319735+0000 mgr.y (mgr.25441) 3422 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-30T04:47:02.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:01 smithi111 bash[70954]: cephadm 2024-03-30T04:47:00.320467+0000 mgr.y (mgr.25441) 3423 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2024-03-30T04:47:02.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:01 smithi117 bash[62284]: cluster 2024-03-30T04:46:59.793809+0000 mgr.y (mgr.25441) 3393 : cluster [DBG] pgmap v2240: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:01 smithi117 bash[62284]: cluster 2024-03-30T04:46:59.794121+0000 mgr.y (mgr.25441) 3394 : cluster [DBG] pgmap v2241: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:01 smithi117 bash[62284]: cephadm 2024-03-30T04:46:59.803865+0000 mgr.y (mgr.25441) 3395 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:02.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:01 smithi117 bash[62284]: cluster 2024-03-30T04:46:59.852505+0000 mgr.y (mgr.25441) 3396 : cluster [DBG] pgmap v2242: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:01 smithi117 bash[62284]: cluster 2024-03-30T04:46:59.852792+0000 mgr.y (mgr.25441) 3397 : cluster [DBG] pgmap v2243: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:01 smithi117 bash[62284]: cephadm 2024-03-30T04:46:59.862494+0000 mgr.y (mgr.25441) 3398 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:02.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:01 smithi117 bash[62284]: cluster 2024-03-30T04:46:59.911202+0000 mgr.y (mgr.25441) 3399 : cluster [DBG] pgmap v2244: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:01 smithi117 bash[62284]: cluster 2024-03-30T04:46:59.911490+0000 mgr.y (mgr.25441) 3400 : cluster [DBG] pgmap v2245: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:01 smithi117 bash[62284]: cephadm 2024-03-30T04:46:59.920291+0000 mgr.y (mgr.25441) 3401 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:02.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:01 smithi117 bash[62284]: cluster 2024-03-30T04:46:59.967230+0000 mgr.y (mgr.25441) 3402 : cluster [DBG] pgmap v2246: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:01 smithi117 bash[62284]: cluster 2024-03-30T04:46:59.967541+0000 mgr.y (mgr.25441) 3403 : cluster [DBG] pgmap v2247: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:01 smithi117 bash[62284]: cephadm 2024-03-30T04:46:59.975230+0000 mgr.y (mgr.25441) 3404 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:02.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:01 smithi117 bash[62284]: cluster 2024-03-30T04:47:00.021786+0000 mgr.y (mgr.25441) 3405 : cluster [DBG] pgmap v2248: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:01 smithi117 bash[62284]: cluster 2024-03-30T04:47:00.022091+0000 mgr.y (mgr.25441) 3406 : cluster [DBG] pgmap v2249: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:01 smithi117 bash[62284]: cephadm 2024-03-30T04:47:00.027778+0000 mgr.y (mgr.25441) 3407 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:02.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:01 smithi117 bash[62284]: cluster 2024-03-30T04:47:00.075242+0000 mgr.y (mgr.25441) 3408 : cluster [DBG] pgmap v2250: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:01 smithi117 bash[62284]: cluster 2024-03-30T04:47:00.075557+0000 mgr.y (mgr.25441) 3409 : cluster [DBG] pgmap v2251: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:01 smithi117 bash[62284]: cephadm 2024-03-30T04:47:00.081440+0000 mgr.y (mgr.25441) 3410 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:02.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:01 smithi117 bash[62284]: cluster 2024-03-30T04:47:00.127265+0000 mgr.y (mgr.25441) 3411 : cluster [DBG] pgmap v2252: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:01 smithi117 bash[62284]: cluster 2024-03-30T04:47:00.127626+0000 mgr.y (mgr.25441) 3412 : cluster [DBG] pgmap v2253: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:01 smithi117 bash[62284]: cephadm 2024-03-30T04:47:00.131911+0000 mgr.y (mgr.25441) 3413 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:02.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:01 smithi117 bash[62284]: cluster 2024-03-30T04:47:00.178260+0000 mgr.y (mgr.25441) 3414 : cluster [DBG] pgmap v2254: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:01 smithi117 bash[62284]: cluster 2024-03-30T04:47:00.178608+0000 mgr.y (mgr.25441) 3415 : cluster [DBG] pgmap v2255: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:01 smithi117 bash[62284]: cephadm 2024-03-30T04:47:00.184229+0000 mgr.y (mgr.25441) 3416 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:02.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:01 smithi117 bash[62284]: cluster 2024-03-30T04:47:00.230135+0000 mgr.y (mgr.25441) 3417 : cluster [DBG] pgmap v2256: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:01 smithi117 bash[62284]: cluster 2024-03-30T04:47:00.230535+0000 mgr.y (mgr.25441) 3418 : cluster [DBG] pgmap v2257: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:01 smithi117 bash[62284]: cephadm 2024-03-30T04:47:00.236339+0000 mgr.y (mgr.25441) 3419 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:02.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:01 smithi117 bash[62284]: cluster 2024-03-30T04:47:00.253046+0000 mgr.y (mgr.25441) 3420 : cluster [DBG] pgmap v2258: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:01 smithi117 bash[62284]: cluster 2024-03-30T04:47:00.253391+0000 mgr.y (mgr.25441) 3421 : cluster [DBG] pgmap v2259: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 80/726 objects degraded (11.019%) 2024-03-30T04:47:02.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:01 smithi117 bash[62284]: audit 2024-03-30T04:47:00.319735+0000 mgr.y (mgr.25441) 3422 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-30T04:47:02.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:01 smithi117 bash[62284]: cephadm 2024-03-30T04:47:00.320467+0000 mgr.y (mgr.25441) 3423 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2024-03-30T04:47:03.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:02 smithi111 bash[73591]: audit 2024-03-30T04:47:01.404446+0000 mgr.y (mgr.25441) 3424 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:03.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:02 smithi111 bash[70954]: audit 2024-03-30T04:47:01.404446+0000 mgr.y (mgr.25441) 3424 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:03.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:02 smithi117 bash[62284]: audit 2024-03-30T04:47:01.404446+0000 mgr.y (mgr.25441) 3424 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:03.636 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:47:03 smithi117 bash[71853]: debug 2024-03-30T04:47:03.284+0000 7fa0e7aac7c0 -1 osd.5 0 read_superblock omap replica is missing. 2024-03-30T04:47:03.636 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:47:03 smithi117 bash[71853]: debug 2024-03-30T04:47:03.320+0000 7fa0e7aac7c0 -1 osd.5 133 log_to_monitors true 2024-03-30T04:47:04.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:03 smithi111 bash[70954]: cluster 2024-03-30T04:47:02.254682+0000 mgr.y (mgr.25441) 3425 : cluster [DBG] pgmap v2260: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 2 op/s; 80/726 objects degraded (11.019%) 2024-03-30T04:47:04.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:03 smithi111 bash[70954]: audit 2024-03-30T04:47:03.327535+0000 mon.b (mon.2) 5 : audit [INF] from='osd.5 [v2:172.21.15.117:6808/2699181603,v1:172.21.15.117:6809/2699181603]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-30T04:47:04.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:03 smithi111 bash[70954]: audit 2024-03-30T04:47:03.328866+0000 mon.a (mon.0) 1473 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-30T04:47:04.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:03 smithi111 bash[73591]: cluster 2024-03-30T04:47:02.254682+0000 mgr.y (mgr.25441) 3425 : cluster [DBG] pgmap v2260: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 2 op/s; 80/726 objects degraded (11.019%) 2024-03-30T04:47:04.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:03 smithi111 bash[73591]: audit 2024-03-30T04:47:03.327535+0000 mon.b (mon.2) 5 : audit [INF] from='osd.5 [v2:172.21.15.117:6808/2699181603,v1:172.21.15.117:6809/2699181603]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-30T04:47:04.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:03 smithi111 bash[73591]: audit 2024-03-30T04:47:03.328866+0000 mon.a (mon.0) 1473 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-30T04:47:04.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:03 smithi117 bash[62284]: cluster 2024-03-30T04:47:02.254682+0000 mgr.y (mgr.25441) 3425 : cluster [DBG] pgmap v2260: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 208 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 2 op/s; 80/726 objects degraded (11.019%) 2024-03-30T04:47:04.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:03 smithi117 bash[62284]: audit 2024-03-30T04:47:03.327535+0000 mon.b (mon.2) 5 : audit [INF] from='osd.5 [v2:172.21.15.117:6808/2699181603,v1:172.21.15.117:6809/2699181603]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-30T04:47:04.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:03 smithi117 bash[62284]: audit 2024-03-30T04:47:03.328866+0000 mon.a (mon.0) 1473 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-30T04:47:04.636 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:47:04 smithi117 bash[71853]: debug 2024-03-30T04:47:04.304+0000 7fa0d4efc700 -1 osd.5 133 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:47:04.944 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:04 smithi117 bash[62284]: audit 2024-03-30T04:47:03.758704+0000 mon.a (mon.0) 1474 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-30T04:47:04.944 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:04 smithi117 bash[62284]: cluster 2024-03-30T04:47:03.764749+0000 mon.a (mon.0) 1475 : cluster [DBG] osdmap e136: 8 total, 7 up, 8 in 2024-03-30T04:47:04.944 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:04 smithi117 bash[62284]: audit 2024-03-30T04:47:03.769762+0000 mon.b (mon.2) 6 : audit [INF] from='osd.5 [v2:172.21.15.117:6808/2699181603,v1:172.21.15.117:6809/2699181603]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:47:04.944 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:04 smithi117 bash[62284]: audit 2024-03-30T04:47:03.771638+0000 mon.a (mon.0) 1476 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:47:04.944 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:04 smithi117 bash[62284]: audit 2024-03-30T04:47:04.295554+0000 mon.a (mon.0) 1477 : audit [INF] from='osd.5 ' entity='osd.5' 2024-03-30T04:47:04.944 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:04 smithi117 bash[62284]: audit 2024-03-30T04:47:04.642172+0000 mon.a (mon.0) 1478 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:04.944 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:04 smithi117 bash[62284]: audit 2024-03-30T04:47:04.658558+0000 mon.a (mon.0) 1479 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:04.945 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:04 smithi117 bash[62284]: audit 2024-03-30T04:47:04.679168+0000 mon.a (mon.0) 1480 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:05.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:04 smithi111 bash[73591]: audit 2024-03-30T04:47:03.758704+0000 mon.a (mon.0) 1474 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-30T04:47:05.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:04 smithi111 bash[73591]: cluster 2024-03-30T04:47:03.764749+0000 mon.a (mon.0) 1475 : cluster [DBG] osdmap e136: 8 total, 7 up, 8 in 2024-03-30T04:47:05.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:04 smithi111 bash[73591]: audit 2024-03-30T04:47:03.769762+0000 mon.b (mon.2) 6 : audit [INF] from='osd.5 [v2:172.21.15.117:6808/2699181603,v1:172.21.15.117:6809/2699181603]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:47:05.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:04 smithi111 bash[73591]: audit 2024-03-30T04:47:03.771638+0000 mon.a (mon.0) 1476 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:47:05.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:04 smithi111 bash[73591]: audit 2024-03-30T04:47:04.295554+0000 mon.a (mon.0) 1477 : audit [INF] from='osd.5 ' entity='osd.5' 2024-03-30T04:47:05.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:04 smithi111 bash[73591]: audit 2024-03-30T04:47:04.642172+0000 mon.a (mon.0) 1478 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:05.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:04 smithi111 bash[73591]: audit 2024-03-30T04:47:04.658558+0000 mon.a (mon.0) 1479 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:05.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:04 smithi111 bash[73591]: audit 2024-03-30T04:47:04.679168+0000 mon.a (mon.0) 1480 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:05.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:04 smithi111 bash[70954]: audit 2024-03-30T04:47:03.758704+0000 mon.a (mon.0) 1474 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-30T04:47:05.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:04 smithi111 bash[70954]: cluster 2024-03-30T04:47:03.764749+0000 mon.a (mon.0) 1475 : cluster [DBG] osdmap e136: 8 total, 7 up, 8 in 2024-03-30T04:47:05.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:04 smithi111 bash[70954]: audit 2024-03-30T04:47:03.769762+0000 mon.b (mon.2) 6 : audit [INF] from='osd.5 [v2:172.21.15.117:6808/2699181603,v1:172.21.15.117:6809/2699181603]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:47:05.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:04 smithi111 bash[70954]: audit 2024-03-30T04:47:03.771638+0000 mon.a (mon.0) 1476 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:47:05.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:04 smithi111 bash[70954]: audit 2024-03-30T04:47:04.295554+0000 mon.a (mon.0) 1477 : audit [INF] from='osd.5 ' entity='osd.5' 2024-03-30T04:47:05.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:04 smithi111 bash[70954]: audit 2024-03-30T04:47:04.642172+0000 mon.a (mon.0) 1478 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:05.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:04 smithi111 bash[70954]: audit 2024-03-30T04:47:04.658558+0000 mon.a (mon.0) 1479 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:05.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:04 smithi111 bash[70954]: audit 2024-03-30T04:47:04.679168+0000 mon.a (mon.0) 1480 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:06.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:05 smithi111 bash[70954]: cluster 2024-03-30T04:47:04.255638+0000 mgr.y (mgr.25441) 3426 : cluster [DBG] pgmap v2262: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 80/726 objects degraded (11.019%) 2024-03-30T04:47:06.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:05 smithi111 bash[70954]: cluster 2024-03-30T04:47:04.664330+0000 mgr.y (mgr.25441) 3427 : cluster [DBG] pgmap v2263: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 80/726 objects degraded (11.019%) 2024-03-30T04:47:06.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:05 smithi111 bash[70954]: cluster 2024-03-30T04:47:04.665184+0000 mgr.y (mgr.25441) 3428 : cluster [DBG] pgmap v2264: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 80/726 objects degraded (11.019%) 2024-03-30T04:47:06.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:05 smithi111 bash[70954]: cluster 2024-03-30T04:47:05.289880+0000 mon.a (mon.0) 1481 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:47:06.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:05 smithi111 bash[70954]: cluster 2024-03-30T04:47:05.300477+0000 mon.a (mon.0) 1482 : cluster [INF] osd.5 [v2:172.21.15.117:6808/2699181603,v1:172.21.15.117:6809/2699181603] boot 2024-03-30T04:47:06.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:05 smithi111 bash[70954]: cluster 2024-03-30T04:47:05.300588+0000 mon.a (mon.0) 1483 : cluster [DBG] osdmap e137: 8 total, 8 up, 8 in 2024-03-30T04:47:06.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:05 smithi111 bash[70954]: audit 2024-03-30T04:47:05.301256+0000 mon.c (mon.1) 3436 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:47:06.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:05 smithi111 bash[73591]: cluster 2024-03-30T04:47:04.255638+0000 mgr.y (mgr.25441) 3426 : cluster [DBG] pgmap v2262: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 80/726 objects degraded (11.019%) 2024-03-30T04:47:06.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:05 smithi111 bash[73591]: cluster 2024-03-30T04:47:04.664330+0000 mgr.y (mgr.25441) 3427 : cluster [DBG] pgmap v2263: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 80/726 objects degraded (11.019%) 2024-03-30T04:47:06.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:05 smithi111 bash[73591]: cluster 2024-03-30T04:47:04.665184+0000 mgr.y (mgr.25441) 3428 : cluster [DBG] pgmap v2264: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 80/726 objects degraded (11.019%) 2024-03-30T04:47:06.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:05 smithi111 bash[73591]: cluster 2024-03-30T04:47:05.289880+0000 mon.a (mon.0) 1481 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:47:06.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:05 smithi111 bash[73591]: cluster 2024-03-30T04:47:05.300477+0000 mon.a (mon.0) 1482 : cluster [INF] osd.5 [v2:172.21.15.117:6808/2699181603,v1:172.21.15.117:6809/2699181603] boot 2024-03-30T04:47:06.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:05 smithi111 bash[73591]: cluster 2024-03-30T04:47:05.300588+0000 mon.a (mon.0) 1483 : cluster [DBG] osdmap e137: 8 total, 8 up, 8 in 2024-03-30T04:47:06.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:05 smithi111 bash[73591]: audit 2024-03-30T04:47:05.301256+0000 mon.c (mon.1) 3436 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:47:06.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:05 smithi117 bash[62284]: cluster 2024-03-30T04:47:04.255638+0000 mgr.y (mgr.25441) 3426 : cluster [DBG] pgmap v2262: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 80/726 objects degraded (11.019%) 2024-03-30T04:47:06.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:05 smithi117 bash[62284]: cluster 2024-03-30T04:47:04.664330+0000 mgr.y (mgr.25441) 3427 : cluster [DBG] pgmap v2263: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 80/726 objects degraded (11.019%) 2024-03-30T04:47:06.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:05 smithi117 bash[62284]: cluster 2024-03-30T04:47:04.665184+0000 mgr.y (mgr.25441) 3428 : cluster [DBG] pgmap v2264: 161 pgs: 22 active+undersized+degraded, 37 active+undersized, 102 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 80/726 objects degraded (11.019%) 2024-03-30T04:47:06.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:05 smithi117 bash[62284]: cluster 2024-03-30T04:47:05.289880+0000 mon.a (mon.0) 1481 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:47:06.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:05 smithi117 bash[62284]: cluster 2024-03-30T04:47:05.300477+0000 mon.a (mon.0) 1482 : cluster [INF] osd.5 [v2:172.21.15.117:6808/2699181603,v1:172.21.15.117:6809/2699181603] boot 2024-03-30T04:47:06.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:05 smithi117 bash[62284]: cluster 2024-03-30T04:47:05.300588+0000 mon.a (mon.0) 1483 : cluster [DBG] osdmap e137: 8 total, 8 up, 8 in 2024-03-30T04:47:06.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:05 smithi117 bash[62284]: audit 2024-03-30T04:47:05.301256+0000 mon.c (mon.1) 3436 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:47:06.866 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:47:06 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:47:06] "GET /metrics HTTP/1.1" 200 38534 "" "Prometheus/2.33.4" 2024-03-30T04:47:07.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:07 smithi111 bash[70954]: cluster 2024-03-30T04:47:06.300416+0000 mon.a (mon.0) 1484 : cluster [DBG] osdmap e138: 8 total, 8 up, 8 in 2024-03-30T04:47:07.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:07 smithi111 bash[70954]: cluster 2024-03-30T04:47:06.666093+0000 mgr.y (mgr.25441) 3429 : cluster [DBG] pgmap v2267: 161 pgs: 14 peering, 16 active+undersized+degraded, 29 active+undersized, 102 active+clean; 585 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 66/726 objects degraded (9.091%) 2024-03-30T04:47:07.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:07 smithi111 bash[73591]: cluster 2024-03-30T04:47:06.300416+0000 mon.a (mon.0) 1484 : cluster [DBG] osdmap e138: 8 total, 8 up, 8 in 2024-03-30T04:47:07.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:07 smithi111 bash[73591]: cluster 2024-03-30T04:47:06.666093+0000 mgr.y (mgr.25441) 3429 : cluster [DBG] pgmap v2267: 161 pgs: 14 peering, 16 active+undersized+degraded, 29 active+undersized, 102 active+clean; 585 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 66/726 objects degraded (9.091%) 2024-03-30T04:47:07.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:07 smithi117 bash[62284]: cluster 2024-03-30T04:47:06.300416+0000 mon.a (mon.0) 1484 : cluster [DBG] osdmap e138: 8 total, 8 up, 8 in 2024-03-30T04:47:07.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:07 smithi117 bash[62284]: cluster 2024-03-30T04:47:06.666093+0000 mgr.y (mgr.25441) 3429 : cluster [DBG] pgmap v2267: 161 pgs: 14 peering, 16 active+undersized+degraded, 29 active+undersized, 102 active+clean; 585 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 66/726 objects degraded (9.091%) 2024-03-30T04:47:08.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:08 smithi111 bash[73591]: cluster 2024-03-30T04:47:07.294628+0000 mon.a (mon.0) 1485 : cluster [WRN] Health check update: Degraded data redundancy: 66/726 objects degraded (9.091%), 16 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:08.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:08 smithi111 bash[70954]: cluster 2024-03-30T04:47:07.294628+0000 mon.a (mon.0) 1485 : cluster [WRN] Health check update: Degraded data redundancy: 66/726 objects degraded (9.091%), 16 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:08.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:08 smithi117 bash[62284]: cluster 2024-03-30T04:47:07.294628+0000 mon.a (mon.0) 1485 : cluster [WRN] Health check update: Degraded data redundancy: 66/726 objects degraded (9.091%), 16 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:09.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:09 smithi111 bash[70954]: cluster 2024-03-30T04:47:08.667675+0000 mgr.y (mgr.25441) 3430 : cluster [DBG] pgmap v2268: 161 pgs: 14 peering, 9 active+undersized+degraded, 12 active+undersized, 126 active+clean; 585 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 928 B/s rd, 0 op/s; 36/726 objects degraded (4.959%) 2024-03-30T04:47:09.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:09 smithi111 bash[73591]: cluster 2024-03-30T04:47:08.667675+0000 mgr.y (mgr.25441) 3430 : cluster [DBG] pgmap v2268: 161 pgs: 14 peering, 9 active+undersized+degraded, 12 active+undersized, 126 active+clean; 585 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 928 B/s rd, 0 op/s; 36/726 objects degraded (4.959%) 2024-03-30T04:47:09.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:09 smithi117 bash[62284]: cluster 2024-03-30T04:47:08.667675+0000 mgr.y (mgr.25441) 3430 : cluster [DBG] pgmap v2268: 161 pgs: 14 peering, 9 active+undersized+degraded, 12 active+undersized, 126 active+clean; 585 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 928 B/s rd, 0 op/s; 36/726 objects degraded (4.959%) 2024-03-30T04:47:11.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:10 smithi111 bash[70954]: cluster 2024-03-30T04:47:10.721142+0000 mon.a (mon.0) 1486 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 36/726 objects degraded (4.959%), 9 pgs degraded) 2024-03-30T04:47:11.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:10 smithi111 bash[73591]: cluster 2024-03-30T04:47:10.721142+0000 mon.a (mon.0) 1486 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 36/726 objects degraded (4.959%), 9 pgs degraded) 2024-03-30T04:47:11.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:10 smithi117 bash[62284]: cluster 2024-03-30T04:47:10.721142+0000 mon.a (mon.0) 1486 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 36/726 objects degraded (4.959%), 9 pgs degraded) 2024-03-30T04:47:12.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:11 smithi111 bash[70954]: cluster 2024-03-30T04:47:10.668607+0000 mgr.y (mgr.25441) 3431 : cluster [DBG] pgmap v2269: 161 pgs: 14 peering, 147 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2024-03-30T04:47:12.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:11 smithi111 bash[73591]: cluster 2024-03-30T04:47:10.668607+0000 mgr.y (mgr.25441) 3431 : cluster [DBG] pgmap v2269: 161 pgs: 14 peering, 147 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2024-03-30T04:47:12.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:11 smithi117 bash[62284]: cluster 2024-03-30T04:47:10.668607+0000 mgr.y (mgr.25441) 3431 : cluster [DBG] pgmap v2269: 161 pgs: 14 peering, 147 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2024-03-30T04:47:13.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:12 smithi111 bash[70954]: audit 2024-03-30T04:47:11.415267+0000 mgr.y (mgr.25441) 3432 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:13.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:12 smithi111 bash[73591]: audit 2024-03-30T04:47:11.415267+0000 mgr.y (mgr.25441) 3432 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:13.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:12 smithi117 bash[62284]: audit 2024-03-30T04:47:11.415267+0000 mgr.y (mgr.25441) 3432 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:14.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:13 smithi111 bash[70954]: cluster 2024-03-30T04:47:12.670180+0000 mgr.y (mgr.25441) 3433 : cluster [DBG] pgmap v2270: 161 pgs: 161 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:47:14.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:13 smithi111 bash[73591]: cluster 2024-03-30T04:47:12.670180+0000 mgr.y (mgr.25441) 3433 : cluster [DBG] pgmap v2270: 161 pgs: 161 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:47:14.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:13 smithi117 bash[62284]: cluster 2024-03-30T04:47:12.670180+0000 mgr.y (mgr.25441) 3433 : cluster [DBG] pgmap v2270: 161 pgs: 161 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:47:16.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:15 smithi111 bash[70954]: cluster 2024-03-30T04:47:14.671224+0000 mgr.y (mgr.25441) 3434 : cluster [DBG] pgmap v2271: 161 pgs: 161 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 873 B/s rd, 0 op/s 2024-03-30T04:47:16.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:15 smithi111 bash[70954]: audit 2024-03-30T04:47:15.269936+0000 mon.a (mon.0) 1487 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:16.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:15 smithi111 bash[70954]: audit 2024-03-30T04:47:15.272731+0000 mon.c (mon.1) 3437 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:47:16.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:15 smithi111 bash[70954]: audit 2024-03-30T04:47:15.338617+0000 mon.c (mon.1) 3438 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-30T04:47:16.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:15 smithi111 bash[70954]: audit 2024-03-30T04:47:15.339075+0000 mgr.y (mgr.25441) 3435 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-30T04:47:16.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:15 smithi111 bash[70954]: cephadm 2024-03-30T04:47:15.341629+0000 mgr.y (mgr.25441) 3436 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-03-30T04:47:16.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:15 smithi111 bash[73591]: cluster 2024-03-30T04:47:14.671224+0000 mgr.y (mgr.25441) 3434 : cluster [DBG] pgmap v2271: 161 pgs: 161 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 873 B/s rd, 0 op/s 2024-03-30T04:47:16.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:15 smithi111 bash[73591]: audit 2024-03-30T04:47:15.269936+0000 mon.a (mon.0) 1487 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:16.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:15 smithi111 bash[73591]: audit 2024-03-30T04:47:15.272731+0000 mon.c (mon.1) 3437 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:47:16.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:15 smithi111 bash[73591]: audit 2024-03-30T04:47:15.338617+0000 mon.c (mon.1) 3438 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-30T04:47:16.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:15 smithi111 bash[73591]: audit 2024-03-30T04:47:15.339075+0000 mgr.y (mgr.25441) 3435 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-30T04:47:16.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:15 smithi111 bash[73591]: cephadm 2024-03-30T04:47:15.341629+0000 mgr.y (mgr.25441) 3436 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-03-30T04:47:16.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:15 smithi117 bash[62284]: cluster 2024-03-30T04:47:14.671224+0000 mgr.y (mgr.25441) 3434 : cluster [DBG] pgmap v2271: 161 pgs: 161 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 873 B/s rd, 0 op/s 2024-03-30T04:47:16.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:15 smithi117 bash[62284]: audit 2024-03-30T04:47:15.269936+0000 mon.a (mon.0) 1487 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:16.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:15 smithi117 bash[62284]: audit 2024-03-30T04:47:15.272731+0000 mon.c (mon.1) 3437 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:47:16.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:15 smithi117 bash[62284]: audit 2024-03-30T04:47:15.338617+0000 mon.c (mon.1) 3438 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-30T04:47:16.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:15 smithi117 bash[62284]: audit 2024-03-30T04:47:15.339075+0000 mgr.y (mgr.25441) 3435 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-30T04:47:16.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:15 smithi117 bash[62284]: cephadm 2024-03-30T04:47:15.341629+0000 mgr.y (mgr.25441) 3436 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-03-30T04:47:16.824 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:47:16 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:47:16] "GET /metrics HTTP/1.1" 200 38541 "" "Prometheus/2.33.4" 2024-03-30T04:47:18.115 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:17 smithi117 bash[62284]: cluster 2024-03-30T04:47:16.672129+0000 mgr.y (mgr.25441) 3437 : cluster [DBG] pgmap v2272: 161 pgs: 161 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 789 B/s rd, 0 op/s 2024-03-30T04:47:18.116 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:17 smithi117 bash[62284]: audit 2024-03-30T04:47:16.782515+0000 mon.a (mon.0) 1488 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:18.116 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:17 smithi117 bash[62284]: audit 2024-03-30T04:47:16.805160+0000 mon.a (mon.0) 1489 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:18.116 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:17 smithi117 bash[62284]: audit 2024-03-30T04:47:16.826435+0000 mon.a (mon.0) 1490 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:18.116 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:17 smithi117 bash[62284]: audit 2024-03-30T04:47:17.670465+0000 mon.a (mon.0) 1491 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:18.116 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:17 smithi117 bash[62284]: audit 2024-03-30T04:47:17.678425+0000 mon.c (mon.1) 3439 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-30T04:47:18.116 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:17 smithi117 bash[62284]: audit 2024-03-30T04:47:17.679942+0000 mon.c (mon.1) 3440 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:18.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:17 smithi111 bash[70954]: cluster 2024-03-30T04:47:16.672129+0000 mgr.y (mgr.25441) 3437 : cluster [DBG] pgmap v2272: 161 pgs: 161 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 789 B/s rd, 0 op/s 2024-03-30T04:47:18.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:17 smithi111 bash[70954]: audit 2024-03-30T04:47:16.782515+0000 mon.a (mon.0) 1488 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:18.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:17 smithi111 bash[70954]: audit 2024-03-30T04:47:16.805160+0000 mon.a (mon.0) 1489 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:18.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:17 smithi111 bash[70954]: audit 2024-03-30T04:47:16.826435+0000 mon.a (mon.0) 1490 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:18.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:17 smithi111 bash[70954]: audit 2024-03-30T04:47:17.670465+0000 mon.a (mon.0) 1491 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:18.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:17 smithi111 bash[70954]: audit 2024-03-30T04:47:17.678425+0000 mon.c (mon.1) 3439 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-30T04:47:18.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:17 smithi111 bash[70954]: audit 2024-03-30T04:47:17.679942+0000 mon.c (mon.1) 3440 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:18.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:17 smithi111 bash[73591]: cluster 2024-03-30T04:47:16.672129+0000 mgr.y (mgr.25441) 3437 : cluster [DBG] pgmap v2272: 161 pgs: 161 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 789 B/s rd, 0 op/s 2024-03-30T04:47:18.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:17 smithi111 bash[73591]: audit 2024-03-30T04:47:16.782515+0000 mon.a (mon.0) 1488 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:18.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:17 smithi111 bash[73591]: audit 2024-03-30T04:47:16.805160+0000 mon.a (mon.0) 1489 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:18.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:17 smithi111 bash[73591]: audit 2024-03-30T04:47:16.826435+0000 mon.a (mon.0) 1490 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:18.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:17 smithi111 bash[73591]: audit 2024-03-30T04:47:17.670465+0000 mon.a (mon.0) 1491 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:18.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:17 smithi111 bash[73591]: audit 2024-03-30T04:47:17.678425+0000 mon.c (mon.1) 3439 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-30T04:47:18.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:17 smithi111 bash[73591]: audit 2024-03-30T04:47:17.679942+0000 mon.c (mon.1) 3440 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:19.033 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:18 smithi117 bash[62284]: cluster 2024-03-30T04:47:16.810149+0000 mgr.y (mgr.25441) 3438 : cluster [DBG] pgmap v2273: 161 pgs: 161 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:47:19.033 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:18 smithi117 bash[62284]: cluster 2024-03-30T04:47:16.810792+0000 mgr.y (mgr.25441) 3439 : cluster [DBG] pgmap v2274: 161 pgs: 161 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:47:19.033 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:18 smithi117 bash[62284]: cephadm 2024-03-30T04:47:17.662480+0000 mgr.y (mgr.25441) 3440 : cephadm [INF] Upgrade: Updating osd.6 2024-03-30T04:47:19.033 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:18 smithi117 bash[62284]: cephadm 2024-03-30T04:47:17.685996+0000 mgr.y (mgr.25441) 3441 : cephadm [INF] Deploying daemon osd.6 on smithi117 2024-03-30T04:47:19.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:18 smithi111 bash[73591]: cluster 2024-03-30T04:47:16.810149+0000 mgr.y (mgr.25441) 3438 : cluster [DBG] pgmap v2273: 161 pgs: 161 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:47:19.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:18 smithi111 bash[73591]: cluster 2024-03-30T04:47:16.810792+0000 mgr.y (mgr.25441) 3439 : cluster [DBG] pgmap v2274: 161 pgs: 161 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:47:19.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:18 smithi111 bash[73591]: cephadm 2024-03-30T04:47:17.662480+0000 mgr.y (mgr.25441) 3440 : cephadm [INF] Upgrade: Updating osd.6 2024-03-30T04:47:19.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:18 smithi111 bash[73591]: cephadm 2024-03-30T04:47:17.685996+0000 mgr.y (mgr.25441) 3441 : cephadm [INF] Deploying daemon osd.6 on smithi117 2024-03-30T04:47:19.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:18 smithi111 bash[70954]: cluster 2024-03-30T04:47:16.810149+0000 mgr.y (mgr.25441) 3438 : cluster [DBG] pgmap v2273: 161 pgs: 161 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:47:19.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:18 smithi111 bash[70954]: cluster 2024-03-30T04:47:16.810792+0000 mgr.y (mgr.25441) 3439 : cluster [DBG] pgmap v2274: 161 pgs: 161 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:47:19.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:18 smithi111 bash[70954]: cephadm 2024-03-30T04:47:17.662480+0000 mgr.y (mgr.25441) 3440 : cephadm [INF] Upgrade: Updating osd.6 2024-03-30T04:47:19.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:18 smithi111 bash[70954]: cephadm 2024-03-30T04:47:17.685996+0000 mgr.y (mgr.25441) 3441 : cephadm [INF] Deploying daemon osd.6 on smithi117 2024-03-30T04:47:20.955 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:20 smithi117 bash[62284]: cluster 2024-03-30T04:47:18.811877+0000 mgr.y (mgr.25441) 3442 : cluster [DBG] pgmap v2275: 161 pgs: 161 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:47:20.956 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:20 smithi117 bash[62284]: audit 2024-03-30T04:47:20.521637+0000 mon.a (mon.0) 1492 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:21.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:20 smithi111 bash[70954]: cluster 2024-03-30T04:47:18.811877+0000 mgr.y (mgr.25441) 3442 : cluster [DBG] pgmap v2275: 161 pgs: 161 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:47:21.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:20 smithi111 bash[70954]: audit 2024-03-30T04:47:20.521637+0000 mon.a (mon.0) 1492 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:21.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:20 smithi111 bash[73591]: cluster 2024-03-30T04:47:18.811877+0000 mgr.y (mgr.25441) 3442 : cluster [DBG] pgmap v2275: 161 pgs: 161 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:47:21.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:20 smithi111 bash[73591]: audit 2024-03-30T04:47:20.521637+0000 mon.a (mon.0) 1492 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:22.102 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:21 smithi117 bash[62284]: cluster 2024-03-30T04:47:20.813006+0000 mgr.y (mgr.25441) 3443 : cluster [DBG] pgmap v2276: 161 pgs: 161 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 628 B/s rd, 0 op/s 2024-03-30T04:47:22.102 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:21 smithi117 bash[62284]: audit 2024-03-30T04:47:21.417855+0000 mgr.y (mgr.25441) 3444 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:22.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:21 smithi111 bash[73591]: cluster 2024-03-30T04:47:20.813006+0000 mgr.y (mgr.25441) 3443 : cluster [DBG] pgmap v2276: 161 pgs: 161 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 628 B/s rd, 0 op/s 2024-03-30T04:47:22.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:21 smithi111 bash[73591]: audit 2024-03-30T04:47:21.417855+0000 mgr.y (mgr.25441) 3444 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:22.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:21 smithi111 bash[70954]: cluster 2024-03-30T04:47:20.813006+0000 mgr.y (mgr.25441) 3443 : cluster [DBG] pgmap v2276: 161 pgs: 161 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 628 B/s rd, 0 op/s 2024-03-30T04:47:22.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:21 smithi111 bash[70954]: audit 2024-03-30T04:47:21.417855+0000 mgr.y (mgr.25441) 3444 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:22.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:22 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:22.387 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:47:22 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:22.387 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:47:22 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:22.387 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:47:22 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:22.387 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:47:22 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:22.388 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:47:22 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:22.388 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:47:22 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:22.388 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:47:22 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:22.388 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:47:22 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:22.389 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:47:22 smithi117 systemd[1]: Stopping Ceph osd.6 for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:47:22.389 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:47:22 smithi117 bash[30389]: debug 2024-03-30T04:47:22.351+0000 7fcb4c2a3700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:47:22.389 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:47:22 smithi117 bash[30389]: debug 2024-03-30T04:47:22.351+0000 7fcb4c2a3700 -1 osd.6 138 *** Got signal Terminated *** 2024-03-30T04:47:22.389 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:47:22 smithi117 bash[30389]: debug 2024-03-30T04:47:22.351+0000 7fcb4c2a3700 -1 osd.6 138 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:47:22.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:22 smithi111 bash[73591]: cluster 2024-03-30T04:47:22.356841+0000 mon.a (mon.0) 1493 : cluster [INF] osd.6 marked itself down and dead 2024-03-30T04:47:22.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:22 smithi111 bash[70954]: cluster 2024-03-30T04:47:22.356841+0000 mon.a (mon.0) 1493 : cluster [INF] osd.6 marked itself down and dead 2024-03-30T04:47:23.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:22 smithi117 bash[62284]: cluster 2024-03-30T04:47:22.356841+0000 mon.a (mon.0) 1493 : cluster [INF] osd.6 marked itself down and dead 2024-03-30T04:47:24.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:23 smithi111 bash[70954]: cluster 2024-03-30T04:47:22.801395+0000 mon.a (mon.0) 1494 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:47:24.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:23 smithi111 bash[70954]: cluster 2024-03-30T04:47:22.814766+0000 mgr.y (mgr.25441) 3445 : cluster [DBG] pgmap v2277: 161 pgs: 161 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:47:24.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:23 smithi111 bash[70954]: cluster 2024-03-30T04:47:22.825251+0000 mon.a (mon.0) 1495 : cluster [DBG] osdmap e139: 8 total, 7 up, 8 in 2024-03-30T04:47:24.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:23 smithi111 bash[70954]: audit 2024-03-30T04:47:23.464157+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:24.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:23 smithi111 bash[70954]: audit 2024-03-30T04:47:23.480015+0000 mon.a (mon.0) 1497 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:24.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:23 smithi111 bash[70954]: cluster 2024-03-30T04:47:23.483558+0000 mgr.y (mgr.25441) 3446 : cluster [DBG] pgmap v2279: 161 pgs: 13 stale+active+clean, 148 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-30T04:47:24.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:23 smithi111 bash[70954]: audit 2024-03-30T04:47:23.492976+0000 mon.a (mon.0) 1498 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:24.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:23 smithi111 bash[73591]: cluster 2024-03-30T04:47:22.801395+0000 mon.a (mon.0) 1494 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:47:24.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:23 smithi111 bash[73591]: cluster 2024-03-30T04:47:22.814766+0000 mgr.y (mgr.25441) 3445 : cluster [DBG] pgmap v2277: 161 pgs: 161 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:47:24.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:23 smithi111 bash[73591]: cluster 2024-03-30T04:47:22.825251+0000 mon.a (mon.0) 1495 : cluster [DBG] osdmap e139: 8 total, 7 up, 8 in 2024-03-30T04:47:24.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:23 smithi111 bash[73591]: audit 2024-03-30T04:47:23.464157+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:24.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:23 smithi111 bash[73591]: audit 2024-03-30T04:47:23.480015+0000 mon.a (mon.0) 1497 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:24.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:23 smithi111 bash[73591]: cluster 2024-03-30T04:47:23.483558+0000 mgr.y (mgr.25441) 3446 : cluster [DBG] pgmap v2279: 161 pgs: 13 stale+active+clean, 148 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-30T04:47:24.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:23 smithi111 bash[73591]: audit 2024-03-30T04:47:23.492976+0000 mon.a (mon.0) 1498 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:24.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:23 smithi117 bash[62284]: cluster 2024-03-30T04:47:22.801395+0000 mon.a (mon.0) 1494 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:47:24.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:23 smithi117 bash[62284]: cluster 2024-03-30T04:47:22.814766+0000 mgr.y (mgr.25441) 3445 : cluster [DBG] pgmap v2277: 161 pgs: 161 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:47:24.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:23 smithi117 bash[62284]: cluster 2024-03-30T04:47:22.825251+0000 mon.a (mon.0) 1495 : cluster [DBG] osdmap e139: 8 total, 7 up, 8 in 2024-03-30T04:47:24.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:23 smithi117 bash[62284]: audit 2024-03-30T04:47:23.464157+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:24.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:23 smithi117 bash[62284]: audit 2024-03-30T04:47:23.480015+0000 mon.a (mon.0) 1497 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:24.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:23 smithi117 bash[62284]: cluster 2024-03-30T04:47:23.483558+0000 mgr.y (mgr.25441) 3446 : cluster [DBG] pgmap v2279: 161 pgs: 13 stale+active+clean, 148 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-30T04:47:24.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:23 smithi117 bash[62284]: audit 2024-03-30T04:47:23.492976+0000 mon.a (mon.0) 1498 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:24.675 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:47:24 smithi117 bash[73686]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-osd-6 2024-03-30T04:47:25.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:24 smithi111 bash[70954]: cluster 2024-03-30T04:47:23.814008+0000 mon.a (mon.0) 1499 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:47:25.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:24 smithi111 bash[70954]: cluster 2024-03-30T04:47:23.830218+0000 mon.a (mon.0) 1500 : cluster [DBG] osdmap e140: 8 total, 7 up, 8 in 2024-03-30T04:47:25.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:24 smithi111 bash[73591]: cluster 2024-03-30T04:47:23.814008+0000 mon.a (mon.0) 1499 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:47:25.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:24 smithi111 bash[73591]: cluster 2024-03-30T04:47:23.830218+0000 mon.a (mon.0) 1500 : cluster [DBG] osdmap e140: 8 total, 7 up, 8 in 2024-03-30T04:47:25.136 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:47:24 smithi117 bash[73832]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-osd-6 2024-03-30T04:47:25.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:24 smithi117 bash[62284]: cluster 2024-03-30T04:47:23.814008+0000 mon.a (mon.0) 1499 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:47:25.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:24 smithi117 bash[62284]: cluster 2024-03-30T04:47:23.830218+0000 mon.a (mon.0) 1500 : cluster [DBG] osdmap e140: 8 total, 7 up, 8 in 2024-03-30T04:47:26.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:25 smithi111 bash[70954]: cluster 2024-03-30T04:47:25.484540+0000 mgr.y (mgr.25441) 3447 : cluster [DBG] pgmap v2281: 161 pgs: 9 peering, 11 stale+active+clean, 141 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 613 B/s rd, 0 op/s 2024-03-30T04:47:26.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:25 smithi111 bash[73591]: cluster 2024-03-30T04:47:25.484540+0000 mgr.y (mgr.25441) 3447 : cluster [DBG] pgmap v2281: 161 pgs: 9 peering, 11 stale+active+clean, 141 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 613 B/s rd, 0 op/s 2024-03-30T04:47:26.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:25 smithi117 bash[62284]: cluster 2024-03-30T04:47:25.484540+0000 mgr.y (mgr.25441) 3447 : cluster [DBG] pgmap v2281: 161 pgs: 9 peering, 11 stale+active+clean, 141 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 613 B/s rd, 0 op/s 2024-03-30T04:47:26.817 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:47:26 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:47:26] "GET /metrics HTTP/1.1" 200 38541 "" "Prometheus/2.33.4" 2024-03-30T04:47:27.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:26 smithi111 bash[70954]: cluster 2024-03-30T04:47:25.806181+0000 mon.a (mon.0) 1501 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-03-30T04:47:27.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:26 smithi111 bash[73591]: cluster 2024-03-30T04:47:25.806181+0000 mon.a (mon.0) 1501 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-03-30T04:47:27.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:26 smithi117 bash[62284]: cluster 2024-03-30T04:47:25.806181+0000 mon.a (mon.0) 1501 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-03-30T04:47:28.012 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:27 smithi117 bash[62284]: cluster 2024-03-30T04:47:27.486242+0000 mgr.y (mgr.25441) 3448 : cluster [DBG] pgmap v2282: 161 pgs: 11 active+undersized+degraded, 9 peering, 29 active+undersized, 112 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s; 58/726 objects degraded (7.989%) 2024-03-30T04:47:28.012 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:27 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:28.012 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:47:27 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:28.013 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:47:27 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:28.013 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:47:27 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:28.013 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:47:27 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:28.014 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:47:27 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:28.014 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:47:27 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:28.014 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:47:27 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:28.014 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:47:27 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@osd.6.service: Deactivated successfully. 2024-03-30T04:47:28.015 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:47:27 smithi117 systemd[1]: Stopped Ceph osd.6 for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:47:28.015 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:47:27 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:28.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:27 smithi111 bash[70954]: cluster 2024-03-30T04:47:27.486242+0000 mgr.y (mgr.25441) 3448 : cluster [DBG] pgmap v2282: 161 pgs: 11 active+undersized+degraded, 9 peering, 29 active+undersized, 112 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s; 58/726 objects degraded (7.989%) 2024-03-30T04:47:28.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: cluster 2024-03-30T04:47:27.486242+0000 mgr.y (mgr.25441) 3448 : cluster [DBG] pgmap v2282: 161 pgs: 11 active+undersized+degraded, 9 peering, 29 active+undersized, 112 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s; 58/726 objects degraded (7.989%) 2024-03-30T04:47:28.386 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:47:28 smithi117 systemd[1]: Started Ceph osd.6 for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:47:29.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: cluster 2024-03-30T04:47:27.822674+0000 mon.a (mon.0) 1502 : cluster [WRN] Health check failed: Degraded data redundancy: 58/726 objects degraded (7.989%), 11 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:29.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: audit 2024-03-30T04:47:28.077455+0000 mon.a (mon.0) 1503 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:29.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: audit 2024-03-30T04:47:28.094155+0000 mon.a (mon.0) 1504 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:29.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: audit 2024-03-30T04:47:28.130327+0000 mon.c (mon.1) 3441 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:29.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: audit 2024-03-30T04:47:28.132083+0000 mon.c (mon.1) 3442 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:29.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: cluster 2024-03-30T04:47:28.135752+0000 mgr.y (mgr.25441) 3449 : cluster [DBG] pgmap v2283: 161 pgs: 13 active+undersized+degraded, 9 peering, 31 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 70/726 objects degraded (9.642%) 2024-03-30T04:47:29.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: audit 2024-03-30T04:47:28.144438+0000 mon.a (mon.0) 1505 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:29.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: cephadm 2024-03-30T04:47:28.146169+0000 mgr.y (mgr.25441) 3450 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:29.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: audit 2024-03-30T04:47:28.237272+0000 mon.c (mon.1) 3443 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:29.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: audit 2024-03-30T04:47:28.241758+0000 mon.c (mon.1) 3444 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:29.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: audit 2024-03-30T04:47:28.246774+0000 mon.c (mon.1) 3445 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:29.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: audit 2024-03-30T04:47:28.248093+0000 mon.c (mon.1) 3446 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:29.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: cluster 2024-03-30T04:47:28.250834+0000 mgr.y (mgr.25441) 3451 : cluster [DBG] pgmap v2284: 161 pgs: 13 active+undersized+degraded, 9 peering, 31 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 70/726 objects degraded (9.642%) 2024-03-30T04:47:29.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: cluster 2024-03-30T04:47:28.251284+0000 mgr.y (mgr.25441) 3452 : cluster [DBG] pgmap v2285: 161 pgs: 13 active+undersized+degraded, 9 peering, 31 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 70/726 objects degraded (9.642%) 2024-03-30T04:47:29.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: audit 2024-03-30T04:47:28.259240+0000 mon.a (mon.0) 1506 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:29.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: cephadm 2024-03-30T04:47:28.260172+0000 mgr.y (mgr.25441) 3453 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:29.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: audit 2024-03-30T04:47:28.334204+0000 mon.c (mon.1) 3447 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:29.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: audit 2024-03-30T04:47:28.337398+0000 mon.c (mon.1) 3448 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:29.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: audit 2024-03-30T04:47:28.340575+0000 mon.c (mon.1) 3449 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:29.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: audit 2024-03-30T04:47:28.341815+0000 mon.c (mon.1) 3450 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:29.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: cluster 2024-03-30T04:47:28.344333+0000 mgr.y (mgr.25441) 3454 : cluster [DBG] pgmap v2286: 161 pgs: 13 active+undersized+degraded, 9 peering, 31 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 70/726 objects degraded (9.642%) 2024-03-30T04:47:29.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: cluster 2024-03-30T04:47:28.345265+0000 mgr.y (mgr.25441) 3455 : cluster [DBG] pgmap v2287: 161 pgs: 13 active+undersized+degraded, 9 peering, 31 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 357 B/s rd, 0 op/s; 70/726 objects degraded (9.642%) 2024-03-30T04:47:29.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: audit 2024-03-30T04:47:28.352435+0000 mon.a (mon.0) 1507 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:29.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: cephadm 2024-03-30T04:47:28.353384+0000 mgr.y (mgr.25441) 3456 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:29.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: audit 2024-03-30T04:47:28.443108+0000 mon.c (mon.1) 3451 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:29.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: audit 2024-03-30T04:47:28.447957+0000 mon.c (mon.1) 3452 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:29.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: audit 2024-03-30T04:47:28.452162+0000 mon.c (mon.1) 3453 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:29.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: audit 2024-03-30T04:47:28.453776+0000 mon.c (mon.1) 3454 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:29.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: cluster 2024-03-30T04:47:28.456819+0000 mgr.y (mgr.25441) 3457 : cluster [DBG] pgmap v2288: 161 pgs: 13 active+undersized+degraded, 9 peering, 31 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 70/726 objects degraded (9.642%) 2024-03-30T04:47:29.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: cluster 2024-03-30T04:47:28.457545+0000 mgr.y (mgr.25441) 3458 : cluster [DBG] pgmap v2289: 161 pgs: 13 active+undersized+degraded, 9 peering, 31 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 70/726 objects degraded (9.642%) 2024-03-30T04:47:29.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: audit 2024-03-30T04:47:28.464848+0000 mon.a (mon.0) 1508 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:29.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: cephadm 2024-03-30T04:47:28.465833+0000 mgr.y (mgr.25441) 3459 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:29.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: audit 2024-03-30T04:47:28.538529+0000 mon.c (mon.1) 3455 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:29.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: audit 2024-03-30T04:47:28.542413+0000 mon.c (mon.1) 3456 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:29.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: audit 2024-03-30T04:47:28.546864+0000 mon.c (mon.1) 3457 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:29.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: audit 2024-03-30T04:47:28.548094+0000 mon.c (mon.1) 3458 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:29.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: cluster 2024-03-30T04:47:27.822674+0000 mon.a (mon.0) 1502 : cluster [WRN] Health check failed: Degraded data redundancy: 58/726 objects degraded (7.989%), 11 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:29.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: audit 2024-03-30T04:47:28.077455+0000 mon.a (mon.0) 1503 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:29.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: audit 2024-03-30T04:47:28.094155+0000 mon.a (mon.0) 1504 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:29.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: audit 2024-03-30T04:47:28.130327+0000 mon.c (mon.1) 3441 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:29.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: audit 2024-03-30T04:47:28.132083+0000 mon.c (mon.1) 3442 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:29.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: cluster 2024-03-30T04:47:28.135752+0000 mgr.y (mgr.25441) 3449 : cluster [DBG] pgmap v2283: 161 pgs: 13 active+undersized+degraded, 9 peering, 31 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 70/726 objects degraded (9.642%) 2024-03-30T04:47:29.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: audit 2024-03-30T04:47:28.144438+0000 mon.a (mon.0) 1505 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:29.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: cephadm 2024-03-30T04:47:28.146169+0000 mgr.y (mgr.25441) 3450 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:29.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: audit 2024-03-30T04:47:28.237272+0000 mon.c (mon.1) 3443 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:29.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: audit 2024-03-30T04:47:28.241758+0000 mon.c (mon.1) 3444 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:29.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: audit 2024-03-30T04:47:28.246774+0000 mon.c (mon.1) 3445 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:29.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: audit 2024-03-30T04:47:28.248093+0000 mon.c (mon.1) 3446 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:29.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: cluster 2024-03-30T04:47:28.250834+0000 mgr.y (mgr.25441) 3451 : cluster [DBG] pgmap v2284: 161 pgs: 13 active+undersized+degraded, 9 peering, 31 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 70/726 objects degraded (9.642%) 2024-03-30T04:47:29.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: cluster 2024-03-30T04:47:28.251284+0000 mgr.y (mgr.25441) 3452 : cluster [DBG] pgmap v2285: 161 pgs: 13 active+undersized+degraded, 9 peering, 31 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 70/726 objects degraded (9.642%) 2024-03-30T04:47:29.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: audit 2024-03-30T04:47:28.259240+0000 mon.a (mon.0) 1506 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:29.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: cephadm 2024-03-30T04:47:28.260172+0000 mgr.y (mgr.25441) 3453 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:29.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: audit 2024-03-30T04:47:28.334204+0000 mon.c (mon.1) 3447 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:29.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: audit 2024-03-30T04:47:28.337398+0000 mon.c (mon.1) 3448 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:29.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: cluster 2024-03-30T04:47:28.551457+0000 mgr.y (mgr.25441) 3460 : cluster [DBG] pgmap v2290: 161 pgs: 13 active+undersized+degraded, 9 peering, 31 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 70/726 objects degraded (9.642%) 2024-03-30T04:47:29.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: cluster 2024-03-30T04:47:28.551918+0000 mgr.y (mgr.25441) 3461 : cluster [DBG] pgmap v2291: 161 pgs: 13 active+undersized+degraded, 9 peering, 31 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 70/726 objects degraded (9.642%) 2024-03-30T04:47:29.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: audit 2024-03-30T04:47:28.563502+0000 mon.a (mon.0) 1509 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:29.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: cephadm 2024-03-30T04:47:28.564720+0000 mgr.y (mgr.25441) 3462 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:29.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: audit 2024-03-30T04:47:28.652818+0000 mon.c (mon.1) 3459 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:29.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: audit 2024-03-30T04:47:28.656941+0000 mon.c (mon.1) 3460 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:29.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: audit 2024-03-30T04:47:28.661258+0000 mon.c (mon.1) 3461 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:29.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: audit 2024-03-30T04:47:28.662633+0000 mon.c (mon.1) 3462 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:29.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: cluster 2024-03-30T04:47:28.665341+0000 mgr.y (mgr.25441) 3463 : cluster [DBG] pgmap v2292: 161 pgs: 13 active+undersized+degraded, 9 peering, 31 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 70/726 objects degraded (9.642%) 2024-03-30T04:47:29.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: cluster 2024-03-30T04:47:28.665717+0000 mgr.y (mgr.25441) 3464 : cluster [DBG] pgmap v2293: 161 pgs: 13 active+undersized+degraded, 9 peering, 31 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 70/726 objects degraded (9.642%) 2024-03-30T04:47:29.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: audit 2024-03-30T04:47:28.673862+0000 mon.a (mon.0) 1510 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:29.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: cephadm 2024-03-30T04:47:28.675016+0000 mgr.y (mgr.25441) 3465 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:29.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: audit 2024-03-30T04:47:28.763905+0000 mon.c (mon.1) 3463 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:29.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: audit 2024-03-30T04:47:28.768612+0000 mon.c (mon.1) 3464 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:29.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: audit 2024-03-30T04:47:28.772834+0000 mon.c (mon.1) 3465 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:29.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: audit 2024-03-30T04:47:28.774511+0000 mon.c (mon.1) 3466 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:29.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: cluster 2024-03-30T04:47:28.777218+0000 mgr.y (mgr.25441) 3466 : cluster [DBG] pgmap v2294: 161 pgs: 13 active+undersized+degraded, 9 peering, 31 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 70/726 objects degraded (9.642%) 2024-03-30T04:47:29.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: cluster 2024-03-30T04:47:28.777583+0000 mgr.y (mgr.25441) 3467 : cluster [DBG] pgmap v2295: 161 pgs: 13 active+undersized+degraded, 9 peering, 31 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 70/726 objects degraded (9.642%) 2024-03-30T04:47:29.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: audit 2024-03-30T04:47:28.788991+0000 mon.a (mon.0) 1511 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:29.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[73591]: cephadm 2024-03-30T04:47:28.790570+0000 mgr.y (mgr.25441) 3468 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:29.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: audit 2024-03-30T04:47:28.340575+0000 mon.c (mon.1) 3449 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:29.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: audit 2024-03-30T04:47:28.341815+0000 mon.c (mon.1) 3450 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:29.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: cluster 2024-03-30T04:47:28.344333+0000 mgr.y (mgr.25441) 3454 : cluster [DBG] pgmap v2286: 161 pgs: 13 active+undersized+degraded, 9 peering, 31 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 70/726 objects degraded (9.642%) 2024-03-30T04:47:29.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: cluster 2024-03-30T04:47:28.345265+0000 mgr.y (mgr.25441) 3455 : cluster [DBG] pgmap v2287: 161 pgs: 13 active+undersized+degraded, 9 peering, 31 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 357 B/s rd, 0 op/s; 70/726 objects degraded (9.642%) 2024-03-30T04:47:29.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: audit 2024-03-30T04:47:28.352435+0000 mon.a (mon.0) 1507 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:29.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: cephadm 2024-03-30T04:47:28.353384+0000 mgr.y (mgr.25441) 3456 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:29.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: audit 2024-03-30T04:47:28.443108+0000 mon.c (mon.1) 3451 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:29.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: audit 2024-03-30T04:47:28.447957+0000 mon.c (mon.1) 3452 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:29.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: audit 2024-03-30T04:47:28.452162+0000 mon.c (mon.1) 3453 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:29.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: audit 2024-03-30T04:47:28.453776+0000 mon.c (mon.1) 3454 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:29.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: cluster 2024-03-30T04:47:28.456819+0000 mgr.y (mgr.25441) 3457 : cluster [DBG] pgmap v2288: 161 pgs: 13 active+undersized+degraded, 9 peering, 31 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 70/726 objects degraded (9.642%) 2024-03-30T04:47:29.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: cluster 2024-03-30T04:47:28.457545+0000 mgr.y (mgr.25441) 3458 : cluster [DBG] pgmap v2289: 161 pgs: 13 active+undersized+degraded, 9 peering, 31 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 70/726 objects degraded (9.642%) 2024-03-30T04:47:29.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: audit 2024-03-30T04:47:28.464848+0000 mon.a (mon.0) 1508 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:29.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: cephadm 2024-03-30T04:47:28.465833+0000 mgr.y (mgr.25441) 3459 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:29.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: audit 2024-03-30T04:47:28.538529+0000 mon.c (mon.1) 3455 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:29.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: audit 2024-03-30T04:47:28.542413+0000 mon.c (mon.1) 3456 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:29.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: audit 2024-03-30T04:47:28.546864+0000 mon.c (mon.1) 3457 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:29.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: audit 2024-03-30T04:47:28.548094+0000 mon.c (mon.1) 3458 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:29.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: cluster 2024-03-30T04:47:28.551457+0000 mgr.y (mgr.25441) 3460 : cluster [DBG] pgmap v2290: 161 pgs: 13 active+undersized+degraded, 9 peering, 31 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 70/726 objects degraded (9.642%) 2024-03-30T04:47:29.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: cluster 2024-03-30T04:47:28.551918+0000 mgr.y (mgr.25441) 3461 : cluster [DBG] pgmap v2291: 161 pgs: 13 active+undersized+degraded, 9 peering, 31 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 70/726 objects degraded (9.642%) 2024-03-30T04:47:29.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: audit 2024-03-30T04:47:28.563502+0000 mon.a (mon.0) 1509 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:29.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: cephadm 2024-03-30T04:47:28.564720+0000 mgr.y (mgr.25441) 3462 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:29.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: audit 2024-03-30T04:47:28.652818+0000 mon.c (mon.1) 3459 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:29.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: audit 2024-03-30T04:47:28.656941+0000 mon.c (mon.1) 3460 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:29.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: audit 2024-03-30T04:47:28.661258+0000 mon.c (mon.1) 3461 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:29.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: audit 2024-03-30T04:47:28.662633+0000 mon.c (mon.1) 3462 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:29.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: cluster 2024-03-30T04:47:28.665341+0000 mgr.y (mgr.25441) 3463 : cluster [DBG] pgmap v2292: 161 pgs: 13 active+undersized+degraded, 9 peering, 31 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 70/726 objects degraded (9.642%) 2024-03-30T04:47:29.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: cluster 2024-03-30T04:47:28.665717+0000 mgr.y (mgr.25441) 3464 : cluster [DBG] pgmap v2293: 161 pgs: 13 active+undersized+degraded, 9 peering, 31 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 70/726 objects degraded (9.642%) 2024-03-30T04:47:29.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: audit 2024-03-30T04:47:28.673862+0000 mon.a (mon.0) 1510 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:29.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: cephadm 2024-03-30T04:47:28.675016+0000 mgr.y (mgr.25441) 3465 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:29.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: audit 2024-03-30T04:47:28.763905+0000 mon.c (mon.1) 3463 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:29.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: audit 2024-03-30T04:47:28.768612+0000 mon.c (mon.1) 3464 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:29.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: audit 2024-03-30T04:47:28.772834+0000 mon.c (mon.1) 3465 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:29.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: audit 2024-03-30T04:47:28.774511+0000 mon.c (mon.1) 3466 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:29.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: cluster 2024-03-30T04:47:28.777218+0000 mgr.y (mgr.25441) 3466 : cluster [DBG] pgmap v2294: 161 pgs: 13 active+undersized+degraded, 9 peering, 31 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 70/726 objects degraded (9.642%) 2024-03-30T04:47:29.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: cluster 2024-03-30T04:47:28.777583+0000 mgr.y (mgr.25441) 3467 : cluster [DBG] pgmap v2295: 161 pgs: 13 active+undersized+degraded, 9 peering, 31 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 70/726 objects degraded (9.642%) 2024-03-30T04:47:29.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: audit 2024-03-30T04:47:28.788991+0000 mon.a (mon.0) 1511 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:29.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:28 smithi111 bash[70954]: cephadm 2024-03-30T04:47:28.790570+0000 mgr.y (mgr.25441) 3468 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:29.153 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: cluster 2024-03-30T04:47:27.822674+0000 mon.a (mon.0) 1502 : cluster [WRN] Health check failed: Degraded data redundancy: 58/726 objects degraded (7.989%), 11 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:29.153 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: audit 2024-03-30T04:47:28.077455+0000 mon.a (mon.0) 1503 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:29.153 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: audit 2024-03-30T04:47:28.094155+0000 mon.a (mon.0) 1504 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:29.153 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: audit 2024-03-30T04:47:28.130327+0000 mon.c (mon.1) 3441 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:29.154 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: audit 2024-03-30T04:47:28.132083+0000 mon.c (mon.1) 3442 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:29.154 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: cluster 2024-03-30T04:47:28.135752+0000 mgr.y (mgr.25441) 3449 : cluster [DBG] pgmap v2283: 161 pgs: 13 active+undersized+degraded, 9 peering, 31 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 70/726 objects degraded (9.642%) 2024-03-30T04:47:29.154 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: audit 2024-03-30T04:47:28.144438+0000 mon.a (mon.0) 1505 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:29.154 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: cephadm 2024-03-30T04:47:28.146169+0000 mgr.y (mgr.25441) 3450 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:29.154 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: audit 2024-03-30T04:47:28.237272+0000 mon.c (mon.1) 3443 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:29.154 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: audit 2024-03-30T04:47:28.241758+0000 mon.c (mon.1) 3444 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:29.154 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: audit 2024-03-30T04:47:28.246774+0000 mon.c (mon.1) 3445 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:29.154 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: audit 2024-03-30T04:47:28.248093+0000 mon.c (mon.1) 3446 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:29.154 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: cluster 2024-03-30T04:47:28.250834+0000 mgr.y (mgr.25441) 3451 : cluster [DBG] pgmap v2284: 161 pgs: 13 active+undersized+degraded, 9 peering, 31 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 70/726 objects degraded (9.642%) 2024-03-30T04:47:29.154 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: cluster 2024-03-30T04:47:28.251284+0000 mgr.y (mgr.25441) 3452 : cluster [DBG] pgmap v2285: 161 pgs: 13 active+undersized+degraded, 9 peering, 31 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 70/726 objects degraded (9.642%) 2024-03-30T04:47:29.154 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: audit 2024-03-30T04:47:28.259240+0000 mon.a (mon.0) 1506 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:29.155 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: cephadm 2024-03-30T04:47:28.260172+0000 mgr.y (mgr.25441) 3453 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:29.155 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: audit 2024-03-30T04:47:28.334204+0000 mon.c (mon.1) 3447 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:29.155 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: audit 2024-03-30T04:47:28.337398+0000 mon.c (mon.1) 3448 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:29.155 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: audit 2024-03-30T04:47:28.340575+0000 mon.c (mon.1) 3449 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:29.155 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: audit 2024-03-30T04:47:28.341815+0000 mon.c (mon.1) 3450 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:29.156 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: cluster 2024-03-30T04:47:28.344333+0000 mgr.y (mgr.25441) 3454 : cluster [DBG] pgmap v2286: 161 pgs: 13 active+undersized+degraded, 9 peering, 31 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 70/726 objects degraded (9.642%) 2024-03-30T04:47:29.156 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: cluster 2024-03-30T04:47:28.345265+0000 mgr.y (mgr.25441) 3455 : cluster [DBG] pgmap v2287: 161 pgs: 13 active+undersized+degraded, 9 peering, 31 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 357 B/s rd, 0 op/s; 70/726 objects degraded (9.642%) 2024-03-30T04:47:29.156 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: audit 2024-03-30T04:47:28.352435+0000 mon.a (mon.0) 1507 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:29.156 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: cephadm 2024-03-30T04:47:28.353384+0000 mgr.y (mgr.25441) 3456 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:29.156 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: audit 2024-03-30T04:47:28.443108+0000 mon.c (mon.1) 3451 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:29.156 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: audit 2024-03-30T04:47:28.447957+0000 mon.c (mon.1) 3452 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:29.156 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: audit 2024-03-30T04:47:28.452162+0000 mon.c (mon.1) 3453 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:29.156 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: audit 2024-03-30T04:47:28.453776+0000 mon.c (mon.1) 3454 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:29.156 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: cluster 2024-03-30T04:47:28.456819+0000 mgr.y (mgr.25441) 3457 : cluster [DBG] pgmap v2288: 161 pgs: 13 active+undersized+degraded, 9 peering, 31 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 70/726 objects degraded (9.642%) 2024-03-30T04:47:29.156 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: cluster 2024-03-30T04:47:28.457545+0000 mgr.y (mgr.25441) 3458 : cluster [DBG] pgmap v2289: 161 pgs: 13 active+undersized+degraded, 9 peering, 31 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 70/726 objects degraded (9.642%) 2024-03-30T04:47:29.156 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: audit 2024-03-30T04:47:28.464848+0000 mon.a (mon.0) 1508 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:29.156 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: cephadm 2024-03-30T04:47:28.465833+0000 mgr.y (mgr.25441) 3459 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:29.157 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: audit 2024-03-30T04:47:28.538529+0000 mon.c (mon.1) 3455 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:29.157 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: audit 2024-03-30T04:47:28.542413+0000 mon.c (mon.1) 3456 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:29.157 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: audit 2024-03-30T04:47:28.546864+0000 mon.c (mon.1) 3457 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:29.157 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: audit 2024-03-30T04:47:28.548094+0000 mon.c (mon.1) 3458 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:29.157 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: cluster 2024-03-30T04:47:28.551457+0000 mgr.y (mgr.25441) 3460 : cluster [DBG] pgmap v2290: 161 pgs: 13 active+undersized+degraded, 9 peering, 31 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 70/726 objects degraded (9.642%) 2024-03-30T04:47:29.157 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: cluster 2024-03-30T04:47:28.551918+0000 mgr.y (mgr.25441) 3461 : cluster [DBG] pgmap v2291: 161 pgs: 13 active+undersized+degraded, 9 peering, 31 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 70/726 objects degraded (9.642%) 2024-03-30T04:47:29.157 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: audit 2024-03-30T04:47:28.563502+0000 mon.a (mon.0) 1509 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:29.157 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: cephadm 2024-03-30T04:47:28.564720+0000 mgr.y (mgr.25441) 3462 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:29.157 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: audit 2024-03-30T04:47:28.652818+0000 mon.c (mon.1) 3459 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:29.157 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: audit 2024-03-30T04:47:28.656941+0000 mon.c (mon.1) 3460 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:29.157 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: audit 2024-03-30T04:47:28.661258+0000 mon.c (mon.1) 3461 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:29.157 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: audit 2024-03-30T04:47:28.662633+0000 mon.c (mon.1) 3462 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:29.157 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: cluster 2024-03-30T04:47:28.665341+0000 mgr.y (mgr.25441) 3463 : cluster [DBG] pgmap v2292: 161 pgs: 13 active+undersized+degraded, 9 peering, 31 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 70/726 objects degraded (9.642%) 2024-03-30T04:47:29.158 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: cluster 2024-03-30T04:47:28.665717+0000 mgr.y (mgr.25441) 3464 : cluster [DBG] pgmap v2293: 161 pgs: 13 active+undersized+degraded, 9 peering, 31 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 70/726 objects degraded (9.642%) 2024-03-30T04:47:29.158 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: audit 2024-03-30T04:47:28.673862+0000 mon.a (mon.0) 1510 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:29.158 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: cephadm 2024-03-30T04:47:28.675016+0000 mgr.y (mgr.25441) 3465 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:29.158 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: audit 2024-03-30T04:47:28.763905+0000 mon.c (mon.1) 3463 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:29.158 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: audit 2024-03-30T04:47:28.768612+0000 mon.c (mon.1) 3464 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:29.158 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: audit 2024-03-30T04:47:28.772834+0000 mon.c (mon.1) 3465 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:29.158 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: audit 2024-03-30T04:47:28.774511+0000 mon.c (mon.1) 3466 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:29.158 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: cluster 2024-03-30T04:47:28.777218+0000 mgr.y (mgr.25441) 3466 : cluster [DBG] pgmap v2294: 161 pgs: 13 active+undersized+degraded, 9 peering, 31 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 70/726 objects degraded (9.642%) 2024-03-30T04:47:29.159 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: cluster 2024-03-30T04:47:28.777583+0000 mgr.y (mgr.25441) 3467 : cluster [DBG] pgmap v2295: 161 pgs: 13 active+undersized+degraded, 9 peering, 31 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 70/726 objects degraded (9.642%) 2024-03-30T04:47:29.159 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: audit 2024-03-30T04:47:28.788991+0000 mon.a (mon.0) 1511 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:29.159 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:28 smithi117 bash[62284]: cephadm 2024-03-30T04:47:28.790570+0000 mgr.y (mgr.25441) 3468 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:30.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:28.881557+0000 mon.c (mon.1) 3467 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:30.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:28.886364+0000 mon.c (mon.1) 3468 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:30.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:28.890893+0000 mon.c (mon.1) 3469 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:30.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:28.892592+0000 mon.c (mon.1) 3470 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:30.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: cluster 2024-03-30T04:47:28.895673+0000 mgr.y (mgr.25441) 3469 : cluster [DBG] pgmap v2296: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: cluster 2024-03-30T04:47:28.896053+0000 mgr.y (mgr.25441) 3470 : cluster [DBG] pgmap v2297: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:28.905654+0000 mon.a (mon.0) 1512 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:30.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: cephadm 2024-03-30T04:47:28.907467+0000 mgr.y (mgr.25441) 3471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:30.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:28.996605+0000 mon.c (mon.1) 3471 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:30.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.001534+0000 mon.c (mon.1) 3472 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:30.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.006073+0000 mon.c (mon.1) 3473 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:30.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.007678+0000 mon.c (mon.1) 3474 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:30.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: cluster 2024-03-30T04:47:29.010468+0000 mgr.y (mgr.25441) 3472 : cluster [DBG] pgmap v2298: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: cluster 2024-03-30T04:47:29.010754+0000 mgr.y (mgr.25441) 3473 : cluster [DBG] pgmap v2299: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.020763+0000 mon.a (mon.0) 1513 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:30.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: cephadm 2024-03-30T04:47:29.021828+0000 mgr.y (mgr.25441) 3474 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:30.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: cluster 2024-03-30T04:47:29.089391+0000 mon.a (mon.0) 1514 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:47:30.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: cluster 2024-03-30T04:47:29.089454+0000 mon.a (mon.0) 1515 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-03-30T04:47:30.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:28.881557+0000 mon.c (mon.1) 3467 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:30.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:28.886364+0000 mon.c (mon.1) 3468 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:30.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:28.890893+0000 mon.c (mon.1) 3469 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:30.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:28.892592+0000 mon.c (mon.1) 3470 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:30.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: cluster 2024-03-30T04:47:28.895673+0000 mgr.y (mgr.25441) 3469 : cluster [DBG] pgmap v2296: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: cluster 2024-03-30T04:47:28.896053+0000 mgr.y (mgr.25441) 3470 : cluster [DBG] pgmap v2297: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:28.905654+0000 mon.a (mon.0) 1512 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:30.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: cephadm 2024-03-30T04:47:28.907467+0000 mgr.y (mgr.25441) 3471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:30.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:28.996605+0000 mon.c (mon.1) 3471 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:30.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.001534+0000 mon.c (mon.1) 3472 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:30.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.006073+0000 mon.c (mon.1) 3473 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:30.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.007678+0000 mon.c (mon.1) 3474 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:30.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: cluster 2024-03-30T04:47:29.010468+0000 mgr.y (mgr.25441) 3472 : cluster [DBG] pgmap v2298: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: cluster 2024-03-30T04:47:29.010754+0000 mgr.y (mgr.25441) 3473 : cluster [DBG] pgmap v2299: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.020763+0000 mon.a (mon.0) 1513 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:30.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: cephadm 2024-03-30T04:47:29.021828+0000 mgr.y (mgr.25441) 3474 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:30.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: cluster 2024-03-30T04:47:29.089391+0000 mon.a (mon.0) 1514 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:47:30.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: cluster 2024-03-30T04:47:29.089454+0000 mon.a (mon.0) 1515 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-03-30T04:47:30.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.100215+0000 mon.c (mon.1) 3475 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:30.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.103375+0000 mon.c (mon.1) 3476 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:30.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.107675+0000 mon.c (mon.1) 3477 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:30.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.109027+0000 mon.c (mon.1) 3478 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:30.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: cluster 2024-03-30T04:47:29.112112+0000 mgr.y (mgr.25441) 3475 : cluster [DBG] pgmap v2300: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: cluster 2024-03-30T04:47:29.113076+0000 mgr.y (mgr.25441) 3476 : cluster [DBG] pgmap v2301: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.121039+0000 mon.a (mon.0) 1516 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:30.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: cephadm 2024-03-30T04:47:29.122319+0000 mgr.y (mgr.25441) 3477 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:30.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.213337+0000 mon.c (mon.1) 3479 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:30.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.217959+0000 mon.c (mon.1) 3480 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:30.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.222091+0000 mon.c (mon.1) 3481 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:30.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.223629+0000 mon.c (mon.1) 3482 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:30.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: cluster 2024-03-30T04:47:29.226695+0000 mgr.y (mgr.25441) 3478 : cluster [DBG] pgmap v2302: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: cluster 2024-03-30T04:47:29.227609+0000 mgr.y (mgr.25441) 3479 : cluster [DBG] pgmap v2303: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.237337+0000 mon.a (mon.0) 1517 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:30.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: cephadm 2024-03-30T04:47:29.238823+0000 mgr.y (mgr.25441) 3480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:30.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.328221+0000 mon.c (mon.1) 3483 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:30.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.332908+0000 mon.c (mon.1) 3484 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:30.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.336843+0000 mon.c (mon.1) 3485 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:30.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.338168+0000 mon.c (mon.1) 3486 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:30.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: cluster 2024-03-30T04:47:29.340505+0000 mgr.y (mgr.25441) 3481 : cluster [DBG] pgmap v2304: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: cluster 2024-03-30T04:47:29.340935+0000 mgr.y (mgr.25441) 3482 : cluster [DBG] pgmap v2305: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.351099+0000 mon.a (mon.0) 1518 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:30.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: cephadm 2024-03-30T04:47:29.352212+0000 mgr.y (mgr.25441) 3483 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:30.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.440182+0000 mon.c (mon.1) 3487 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:30.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.445042+0000 mon.c (mon.1) 3488 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:30.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.449902+0000 mon.c (mon.1) 3489 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:30.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.451442+0000 mon.c (mon.1) 3490 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:30.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: cluster 2024-03-30T04:47:29.454245+0000 mgr.y (mgr.25441) 3484 : cluster [DBG] pgmap v2306: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: cluster 2024-03-30T04:47:29.455279+0000 mgr.y (mgr.25441) 3485 : cluster [DBG] pgmap v2307: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.462657+0000 mon.a (mon.0) 1519 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:30.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: cephadm 2024-03-30T04:47:29.463788+0000 mgr.y (mgr.25441) 3486 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:30.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.539527+0000 mon.c (mon.1) 3491 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:30.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.542711+0000 mon.c (mon.1) 3492 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:30.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.545645+0000 mon.c (mon.1) 3493 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:30.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.547268+0000 mon.c (mon.1) 3494 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:30.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.100215+0000 mon.c (mon.1) 3475 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:30.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.103375+0000 mon.c (mon.1) 3476 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:30.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.107675+0000 mon.c (mon.1) 3477 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:30.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.109027+0000 mon.c (mon.1) 3478 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:30.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: cluster 2024-03-30T04:47:29.112112+0000 mgr.y (mgr.25441) 3475 : cluster [DBG] pgmap v2300: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: cluster 2024-03-30T04:47:29.113076+0000 mgr.y (mgr.25441) 3476 : cluster [DBG] pgmap v2301: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.121039+0000 mon.a (mon.0) 1516 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:30.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: cephadm 2024-03-30T04:47:29.122319+0000 mgr.y (mgr.25441) 3477 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:30.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.213337+0000 mon.c (mon.1) 3479 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:30.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.217959+0000 mon.c (mon.1) 3480 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:30.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.222091+0000 mon.c (mon.1) 3481 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:30.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.223629+0000 mon.c (mon.1) 3482 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:30.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: cluster 2024-03-30T04:47:29.226695+0000 mgr.y (mgr.25441) 3478 : cluster [DBG] pgmap v2302: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: cluster 2024-03-30T04:47:29.227609+0000 mgr.y (mgr.25441) 3479 : cluster [DBG] pgmap v2303: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.237337+0000 mon.a (mon.0) 1517 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:30.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: cephadm 2024-03-30T04:47:29.238823+0000 mgr.y (mgr.25441) 3480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:30.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.328221+0000 mon.c (mon.1) 3483 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:30.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.332908+0000 mon.c (mon.1) 3484 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:30.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: cluster 2024-03-30T04:47:29.549989+0000 mgr.y (mgr.25441) 3487 : cluster [DBG] pgmap v2308: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: cluster 2024-03-30T04:47:29.550363+0000 mgr.y (mgr.25441) 3488 : cluster [DBG] pgmap v2309: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.556353+0000 mon.a (mon.0) 1520 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:30.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: cephadm 2024-03-30T04:47:29.558663+0000 mgr.y (mgr.25441) 3489 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:30.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.632211+0000 mon.c (mon.1) 3495 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:30.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.635171+0000 mon.c (mon.1) 3496 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:30.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.638005+0000 mon.c (mon.1) 3497 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:30.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.639342+0000 mon.c (mon.1) 3498 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:30.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: cluster 2024-03-30T04:47:29.641614+0000 mgr.y (mgr.25441) 3490 : cluster [DBG] pgmap v2310: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: cluster 2024-03-30T04:47:29.641941+0000 mgr.y (mgr.25441) 3491 : cluster [DBG] pgmap v2311: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.650111+0000 mon.a (mon.0) 1521 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:30.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: cephadm 2024-03-30T04:47:29.652279+0000 mgr.y (mgr.25441) 3492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:30.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.712936+0000 mon.c (mon.1) 3499 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:30.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.715801+0000 mon.c (mon.1) 3500 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:30.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.718407+0000 mon.c (mon.1) 3501 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:30.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.719314+0000 mon.c (mon.1) 3502 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:30.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: cluster 2024-03-30T04:47:29.721082+0000 mgr.y (mgr.25441) 3493 : cluster [DBG] pgmap v2312: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: cluster 2024-03-30T04:47:29.721583+0000 mgr.y (mgr.25441) 3494 : cluster [DBG] pgmap v2313: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.728070+0000 mon.a (mon.0) 1522 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:30.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: cephadm 2024-03-30T04:47:29.729019+0000 mgr.y (mgr.25441) 3495 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:30.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.803537+0000 mon.c (mon.1) 3503 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:30.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.805742+0000 mon.c (mon.1) 3504 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:30.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.808075+0000 mon.c (mon.1) 3505 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:30.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.808884+0000 mon.c (mon.1) 3506 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:30.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[73591]: audit 2024-03-30T04:47:29.815514+0000 mon.a (mon.0) 1523 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:30.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.336843+0000 mon.c (mon.1) 3485 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:30.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.338168+0000 mon.c (mon.1) 3486 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:30.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: cluster 2024-03-30T04:47:29.340505+0000 mgr.y (mgr.25441) 3481 : cluster [DBG] pgmap v2304: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: cluster 2024-03-30T04:47:29.340935+0000 mgr.y (mgr.25441) 3482 : cluster [DBG] pgmap v2305: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.351099+0000 mon.a (mon.0) 1518 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:30.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: cephadm 2024-03-30T04:47:29.352212+0000 mgr.y (mgr.25441) 3483 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:30.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.440182+0000 mon.c (mon.1) 3487 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:30.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.445042+0000 mon.c (mon.1) 3488 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:30.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.449902+0000 mon.c (mon.1) 3489 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:30.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.451442+0000 mon.c (mon.1) 3490 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:30.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: cluster 2024-03-30T04:47:29.454245+0000 mgr.y (mgr.25441) 3484 : cluster [DBG] pgmap v2306: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: cluster 2024-03-30T04:47:29.455279+0000 mgr.y (mgr.25441) 3485 : cluster [DBG] pgmap v2307: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.462657+0000 mon.a (mon.0) 1519 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:30.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: cephadm 2024-03-30T04:47:29.463788+0000 mgr.y (mgr.25441) 3486 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:30.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.539527+0000 mon.c (mon.1) 3491 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:30.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.542711+0000 mon.c (mon.1) 3492 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:30.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.545645+0000 mon.c (mon.1) 3493 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:30.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.547268+0000 mon.c (mon.1) 3494 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:30.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: cluster 2024-03-30T04:47:29.549989+0000 mgr.y (mgr.25441) 3487 : cluster [DBG] pgmap v2308: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: cluster 2024-03-30T04:47:29.550363+0000 mgr.y (mgr.25441) 3488 : cluster [DBG] pgmap v2309: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.556353+0000 mon.a (mon.0) 1520 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:30.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: cephadm 2024-03-30T04:47:29.558663+0000 mgr.y (mgr.25441) 3489 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:30.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.632211+0000 mon.c (mon.1) 3495 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:30.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.635171+0000 mon.c (mon.1) 3496 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:30.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.638005+0000 mon.c (mon.1) 3497 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:30.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.639342+0000 mon.c (mon.1) 3498 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:30.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: cluster 2024-03-30T04:47:29.641614+0000 mgr.y (mgr.25441) 3490 : cluster [DBG] pgmap v2310: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: cluster 2024-03-30T04:47:29.641941+0000 mgr.y (mgr.25441) 3491 : cluster [DBG] pgmap v2311: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.650111+0000 mon.a (mon.0) 1521 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:30.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: cephadm 2024-03-30T04:47:29.652279+0000 mgr.y (mgr.25441) 3492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:30.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.712936+0000 mon.c (mon.1) 3499 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:30.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.715801+0000 mon.c (mon.1) 3500 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:30.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.718407+0000 mon.c (mon.1) 3501 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:30.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.719314+0000 mon.c (mon.1) 3502 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:30.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: cluster 2024-03-30T04:47:29.721082+0000 mgr.y (mgr.25441) 3493 : cluster [DBG] pgmap v2312: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: cluster 2024-03-30T04:47:29.721583+0000 mgr.y (mgr.25441) 3494 : cluster [DBG] pgmap v2313: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.728070+0000 mon.a (mon.0) 1522 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:30.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: cephadm 2024-03-30T04:47:29.729019+0000 mgr.y (mgr.25441) 3495 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:30.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.803537+0000 mon.c (mon.1) 3503 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:30.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.805742+0000 mon.c (mon.1) 3504 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:30.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.808075+0000 mon.c (mon.1) 3505 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:30.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.808884+0000 mon.c (mon.1) 3506 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:30.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:29 smithi111 bash[70954]: audit 2024-03-30T04:47:29.815514+0000 mon.a (mon.0) 1523 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:30.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:28.881557+0000 mon.c (mon.1) 3467 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:30.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:28.886364+0000 mon.c (mon.1) 3468 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:30.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:28.890893+0000 mon.c (mon.1) 3469 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:30.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:28.892592+0000 mon.c (mon.1) 3470 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:30.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: cluster 2024-03-30T04:47:28.895673+0000 mgr.y (mgr.25441) 3469 : cluster [DBG] pgmap v2296: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: cluster 2024-03-30T04:47:28.896053+0000 mgr.y (mgr.25441) 3470 : cluster [DBG] pgmap v2297: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:28.905654+0000 mon.a (mon.0) 1512 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:30.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: cephadm 2024-03-30T04:47:28.907467+0000 mgr.y (mgr.25441) 3471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:30.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:28.996605+0000 mon.c (mon.1) 3471 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:30.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.001534+0000 mon.c (mon.1) 3472 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:30.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.006073+0000 mon.c (mon.1) 3473 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:30.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.007678+0000 mon.c (mon.1) 3474 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:30.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: cluster 2024-03-30T04:47:29.010468+0000 mgr.y (mgr.25441) 3472 : cluster [DBG] pgmap v2298: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: cluster 2024-03-30T04:47:29.010754+0000 mgr.y (mgr.25441) 3473 : cluster [DBG] pgmap v2299: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.020763+0000 mon.a (mon.0) 1513 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:30.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: cephadm 2024-03-30T04:47:29.021828+0000 mgr.y (mgr.25441) 3474 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:30.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: cluster 2024-03-30T04:47:29.089391+0000 mon.a (mon.0) 1514 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:47:30.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: cluster 2024-03-30T04:47:29.089454+0000 mon.a (mon.0) 1515 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-03-30T04:47:30.137 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[74047]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-03-30T04:47:30.138 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[74047]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-6 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2024-03-30T04:47:30.138 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[74047]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-03-30T04:47:30.138 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[74047]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-03-30T04:47:30.138 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[74047]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2024-03-30T04:47:30.138 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[74047]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-03-30T04:47:30.138 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[74047]: --> ceph-volume raw activate successful for osd ID: 6 2024-03-30T04:47:30.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.100215+0000 mon.c (mon.1) 3475 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:30.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.103375+0000 mon.c (mon.1) 3476 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:30.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.107675+0000 mon.c (mon.1) 3477 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:30.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.109027+0000 mon.c (mon.1) 3478 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:30.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: cluster 2024-03-30T04:47:29.112112+0000 mgr.y (mgr.25441) 3475 : cluster [DBG] pgmap v2300: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: cluster 2024-03-30T04:47:29.113076+0000 mgr.y (mgr.25441) 3476 : cluster [DBG] pgmap v2301: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.121039+0000 mon.a (mon.0) 1516 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:30.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: cephadm 2024-03-30T04:47:29.122319+0000 mgr.y (mgr.25441) 3477 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:30.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.213337+0000 mon.c (mon.1) 3479 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:30.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.217959+0000 mon.c (mon.1) 3480 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:30.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.222091+0000 mon.c (mon.1) 3481 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:30.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.223629+0000 mon.c (mon.1) 3482 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:30.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: cluster 2024-03-30T04:47:29.226695+0000 mgr.y (mgr.25441) 3478 : cluster [DBG] pgmap v2302: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: cluster 2024-03-30T04:47:29.227609+0000 mgr.y (mgr.25441) 3479 : cluster [DBG] pgmap v2303: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.237337+0000 mon.a (mon.0) 1517 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:30.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: cephadm 2024-03-30T04:47:29.238823+0000 mgr.y (mgr.25441) 3480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:30.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.328221+0000 mon.c (mon.1) 3483 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:30.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.332908+0000 mon.c (mon.1) 3484 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:30.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.336843+0000 mon.c (mon.1) 3485 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:30.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.338168+0000 mon.c (mon.1) 3486 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:30.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: cluster 2024-03-30T04:47:29.340505+0000 mgr.y (mgr.25441) 3481 : cluster [DBG] pgmap v2304: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: cluster 2024-03-30T04:47:29.340935+0000 mgr.y (mgr.25441) 3482 : cluster [DBG] pgmap v2305: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.351099+0000 mon.a (mon.0) 1518 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:30.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: cephadm 2024-03-30T04:47:29.352212+0000 mgr.y (mgr.25441) 3483 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:30.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.440182+0000 mon.c (mon.1) 3487 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:30.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.445042+0000 mon.c (mon.1) 3488 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:30.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.449902+0000 mon.c (mon.1) 3489 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:30.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.451442+0000 mon.c (mon.1) 3490 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:30.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: cluster 2024-03-30T04:47:29.454245+0000 mgr.y (mgr.25441) 3484 : cluster [DBG] pgmap v2306: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: cluster 2024-03-30T04:47:29.455279+0000 mgr.y (mgr.25441) 3485 : cluster [DBG] pgmap v2307: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.462657+0000 mon.a (mon.0) 1519 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:30.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: cephadm 2024-03-30T04:47:29.463788+0000 mgr.y (mgr.25441) 3486 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:30.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.539527+0000 mon.c (mon.1) 3491 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:30.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.542711+0000 mon.c (mon.1) 3492 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:30.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.545645+0000 mon.c (mon.1) 3493 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:30.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.547268+0000 mon.c (mon.1) 3494 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:30.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: cluster 2024-03-30T04:47:29.549989+0000 mgr.y (mgr.25441) 3487 : cluster [DBG] pgmap v2308: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: cluster 2024-03-30T04:47:29.550363+0000 mgr.y (mgr.25441) 3488 : cluster [DBG] pgmap v2309: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.556353+0000 mon.a (mon.0) 1520 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:30.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: cephadm 2024-03-30T04:47:29.558663+0000 mgr.y (mgr.25441) 3489 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:30.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.632211+0000 mon.c (mon.1) 3495 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:30.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.635171+0000 mon.c (mon.1) 3496 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:30.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.638005+0000 mon.c (mon.1) 3497 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:30.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.639342+0000 mon.c (mon.1) 3498 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:30.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: cluster 2024-03-30T04:47:29.641614+0000 mgr.y (mgr.25441) 3490 : cluster [DBG] pgmap v2310: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: cluster 2024-03-30T04:47:29.641941+0000 mgr.y (mgr.25441) 3491 : cluster [DBG] pgmap v2311: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.650111+0000 mon.a (mon.0) 1521 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:30.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: cephadm 2024-03-30T04:47:29.652279+0000 mgr.y (mgr.25441) 3492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:30.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.712936+0000 mon.c (mon.1) 3499 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:30.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.715801+0000 mon.c (mon.1) 3500 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:30.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.718407+0000 mon.c (mon.1) 3501 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:30.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.719314+0000 mon.c (mon.1) 3502 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:30.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: cluster 2024-03-30T04:47:29.721082+0000 mgr.y (mgr.25441) 3493 : cluster [DBG] pgmap v2312: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: cluster 2024-03-30T04:47:29.721583+0000 mgr.y (mgr.25441) 3494 : cluster [DBG] pgmap v2313: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:30.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.728070+0000 mon.a (mon.0) 1522 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:30.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: cephadm 2024-03-30T04:47:29.729019+0000 mgr.y (mgr.25441) 3495 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:30.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.803537+0000 mon.c (mon.1) 3503 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:30.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.805742+0000 mon.c (mon.1) 3504 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:30.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.808075+0000 mon.c (mon.1) 3505 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:30.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.808884+0000 mon.c (mon.1) 3506 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:30.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:29 smithi117 bash[62284]: audit 2024-03-30T04:47:29.815514+0000 mon.a (mon.0) 1523 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:30.176 INFO:teuthology.orchestra.run.smithi111.stdout:true 2024-03-30T04:47:31.010 INFO:teuthology.orchestra.run.smithi111.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:47:31.010 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi111 smithi111 running 14s ago 22m - - 2024-03-30T04:47:31.010 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi117 smithi117 running 7s ago 21m - - 2024-03-30T04:47:31.010 INFO:teuthology.orchestra.run.smithi111.stdout:alertmanager.a smithi111 *:9093,9094 running (8m) 14s ago 15m 14.4M - 0.23.0 ba2b418f427c 1324aeb3a452 2024-03-30T04:47:31.010 INFO:teuthology.orchestra.run.smithi111.stdout:grafana.a smithi117 *:3000 error 7s ago 14m - - 2024-03-30T04:47:31.010 INFO:teuthology.orchestra.run.smithi111.stdout:iscsi.foo.smithi111.fmwmll smithi111 running (6m) 14s ago 12m 44.4M - 3.5 e1d6a67b021e 429bab8e2057 2024-03-30T04:47:31.010 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.x smithi117 *:8443,9283,8765 running (5m) 7s ago 21m 438M - 19.0.0-2493-gd82c9aa1 3714003597ec 42ebd55da4b4 2024-03-30T04:47:31.010 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.y smithi111 *:8443,9283,8765 running (7m) 14s ago 23m 524M - 19.0.0-2493-gd82c9aa1 3714003597ec fa84fb31d2a4 2024-03-30T04:47:31.010 INFO:teuthology.orchestra.run.smithi111.stdout:mon.a smithi111 running (5m) 14s ago 23m 110M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 896c96f933ff 2024-03-30T04:47:31.010 INFO:teuthology.orchestra.run.smithi111.stdout:mon.b smithi117 running (4m) 7s ago 21m 50.5M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 60f10ffc2128 2024-03-30T04:47:31.010 INFO:teuthology.orchestra.run.smithi111.stdout:mon.c smithi111 running (5m) 14s ago 21m 60.9M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 385ecbe45d43 2024-03-30T04:47:31.010 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.a smithi111 *:9100 running (8m) 14s ago 15m 9560k - 1.3.1 1dbe0e931976 6370ea39ede2 2024-03-30T04:47:31.011 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.b smithi117 *:9100 running (7m) 7s ago 15m 9480k - 1.3.1 1dbe0e931976 038bdefec2fb 2024-03-30T04:47:31.011 INFO:teuthology.orchestra.run.smithi111.stdout:osd.0 smithi111 running (3m) 14s ago 20m 52.5M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec c83a5c211a2a 2024-03-30T04:47:31.011 INFO:teuthology.orchestra.run.smithi111.stdout:osd.1 smithi111 running (3m) 14s ago 20m 59.5M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 72f709306a82 2024-03-30T04:47:31.011 INFO:teuthology.orchestra.run.smithi111.stdout:osd.2 smithi111 running (2m) 14s ago 19m 46.8M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 4812fabf499a 2024-03-30T04:47:31.011 INFO:teuthology.orchestra.run.smithi111.stdout:osd.3 smithi111 running (106s) 14s ago 18m 54.2M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec d39d23268f95 2024-03-30T04:47:31.011 INFO:teuthology.orchestra.run.smithi111.stdout:osd.4 smithi117 running (66s) 7s ago 18m 49.2M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 1668f848549c 2024-03-30T04:47:31.011 INFO:teuthology.orchestra.run.smithi111.stdout:osd.5 smithi117 running (33s) 7s ago 17m 50.6M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec db2499d5a247 2024-03-30T04:47:31.011 INFO:teuthology.orchestra.run.smithi111.stdout:osd.6 smithi117 starting - - - 4096M 2024-03-30T04:47:31.011 INFO:teuthology.orchestra.run.smithi111.stdout:osd.7 smithi117 running (16m) 7s ago 16m 67.3M 4096M 17.2.0 e1d6a67b021e f9f3a86e8182 2024-03-30T04:47:31.011 INFO:teuthology.orchestra.run.smithi111.stdout:prometheus.a smithi117 *:9095 running (6m) 7s ago 15m 66.9M - 2.33.4 514e6a882f6e e0486046291e 2024-03-30T04:47:31.011 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi111.gqpgtc smithi111 *:8000 running (13m) 14s ago 13m 88.6M - 17.2.0 e1d6a67b021e e51a6fac1b59 2024-03-30T04:47:31.011 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi117.nijpsz smithi117 *:8000 running (13m) 7s ago 13m 88.4M - 17.2.0 e1d6a67b021e bd8939f98ae0 2024-03-30T04:47:31.011 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi111.nqgkvi smithi111 *:80 running (13m) 14s ago 13m 88.3M - 17.2.0 e1d6a67b021e 4dd1cc17abca 2024-03-30T04:47:31.011 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi117.wrgldy smithi117 *:80 running (12m) 7s ago 12m 88.1M - 17.2.0 e1d6a67b021e 1bff1faa59ec 2024-03-30T04:47:31.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: cluster 2024-03-30T04:47:29.810437+0000 mgr.y (mgr.25441) 3496 : cluster [DBG] pgmap v2314: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: cluster 2024-03-30T04:47:29.810813+0000 mgr.y (mgr.25441) 3497 : cluster [DBG] pgmap v2315: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: cephadm 2024-03-30T04:47:29.817236+0000 mgr.y (mgr.25441) 3498 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:31.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:29.862147+0000 mon.c (mon.1) 3507 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:31.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:29.864105+0000 mon.c (mon.1) 3508 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:31.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:29.866085+0000 mon.c (mon.1) 3509 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:31.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:29.866770+0000 mon.c (mon.1) 3510 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:31.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: cluster 2024-03-30T04:47:29.868179+0000 mgr.y (mgr.25441) 3499 : cluster [DBG] pgmap v2316: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: cluster 2024-03-30T04:47:29.868478+0000 mgr.y (mgr.25441) 3500 : cluster [DBG] pgmap v2317: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:29.876388+0000 mon.a (mon.0) 1524 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:31.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: cephadm 2024-03-30T04:47:29.877081+0000 mgr.y (mgr.25441) 3501 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:31.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:29.934588+0000 mon.c (mon.1) 3511 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:31.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:29.936750+0000 mon.c (mon.1) 3512 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:31.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:29.938787+0000 mon.c (mon.1) 3513 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:31.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:29.939444+0000 mon.c (mon.1) 3514 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:31.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: cluster 2024-03-30T04:47:29.940846+0000 mgr.y (mgr.25441) 3502 : cluster [DBG] pgmap v2318: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: cluster 2024-03-30T04:47:29.941188+0000 mgr.y (mgr.25441) 3503 : cluster [DBG] pgmap v2319: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: cluster 2024-03-30T04:47:29.810437+0000 mgr.y (mgr.25441) 3496 : cluster [DBG] pgmap v2314: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: cluster 2024-03-30T04:47:29.810813+0000 mgr.y (mgr.25441) 3497 : cluster [DBG] pgmap v2315: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: cephadm 2024-03-30T04:47:29.817236+0000 mgr.y (mgr.25441) 3498 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:31.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:29.862147+0000 mon.c (mon.1) 3507 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:31.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:29.864105+0000 mon.c (mon.1) 3508 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:31.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:29.866085+0000 mon.c (mon.1) 3509 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:31.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:29.866770+0000 mon.c (mon.1) 3510 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:31.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: cluster 2024-03-30T04:47:29.868179+0000 mgr.y (mgr.25441) 3499 : cluster [DBG] pgmap v2316: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: cluster 2024-03-30T04:47:29.868478+0000 mgr.y (mgr.25441) 3500 : cluster [DBG] pgmap v2317: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:29.876388+0000 mon.a (mon.0) 1524 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:31.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: cephadm 2024-03-30T04:47:29.877081+0000 mgr.y (mgr.25441) 3501 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:31.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:29.934588+0000 mon.c (mon.1) 3511 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:31.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:29.936750+0000 mon.c (mon.1) 3512 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:31.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:29.938787+0000 mon.c (mon.1) 3513 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:31.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:29.939444+0000 mon.c (mon.1) 3514 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:31.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: cluster 2024-03-30T04:47:29.940846+0000 mgr.y (mgr.25441) 3502 : cluster [DBG] pgmap v2318: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: cluster 2024-03-30T04:47:29.941188+0000 mgr.y (mgr.25441) 3503 : cluster [DBG] pgmap v2319: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:29.948894+0000 mon.a (mon.0) 1525 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:31.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: cephadm 2024-03-30T04:47:29.949648+0000 mgr.y (mgr.25441) 3504 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:31.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.022508+0000 mon.c (mon.1) 3515 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:31.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.024646+0000 mon.c (mon.1) 3516 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:31.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.026893+0000 mon.c (mon.1) 3517 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:31.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.027664+0000 mon.c (mon.1) 3518 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:31.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: cluster 2024-03-30T04:47:30.029242+0000 mgr.y (mgr.25441) 3505 : cluster [DBG] pgmap v2320: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: cluster 2024-03-30T04:47:30.029617+0000 mgr.y (mgr.25441) 3506 : cluster [DBG] pgmap v2321: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.036513+0000 mon.a (mon.0) 1526 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:31.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: cephadm 2024-03-30T04:47:30.037198+0000 mgr.y (mgr.25441) 3507 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:31.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.111007+0000 mon.c (mon.1) 3519 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:31.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.114693+0000 mon.c (mon.1) 3520 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:31.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.117671+0000 mon.c (mon.1) 3521 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:31.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.118664+0000 mon.c (mon.1) 3522 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:31.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: cluster 2024-03-30T04:47:30.120343+0000 mgr.y (mgr.25441) 3508 : cluster [DBG] pgmap v2322: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: cluster 2024-03-30T04:47:30.120688+0000 mgr.y (mgr.25441) 3509 : cluster [DBG] pgmap v2323: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.128465+0000 mon.a (mon.0) 1527 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:31.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: cephadm 2024-03-30T04:47:30.130205+0000 mgr.y (mgr.25441) 3510 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:31.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.164060+0000 mgr.y (mgr.25441) 3511 : audit [DBG] from='client.34524 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:31.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.211457+0000 mon.c (mon.1) 3523 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:31.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.214197+0000 mon.c (mon.1) 3524 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:31.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.216704+0000 mon.c (mon.1) 3525 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:31.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.217626+0000 mon.c (mon.1) 3526 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:31.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: cluster 2024-03-30T04:47:30.219564+0000 mgr.y (mgr.25441) 3512 : cluster [DBG] pgmap v2324: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: cluster 2024-03-30T04:47:30.219925+0000 mgr.y (mgr.25441) 3513 : cluster [DBG] pgmap v2325: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.226572+0000 mon.a (mon.0) 1528 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:31.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: cephadm 2024-03-30T04:47:30.228375+0000 mgr.y (mgr.25441) 3514 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:31.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.266902+0000 mon.a (mon.0) 1529 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:31.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.268072+0000 mon.c (mon.1) 3527 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:47:31.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.274719+0000 mon.c (mon.1) 3528 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:31.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.277910+0000 mon.c (mon.1) 3529 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:31.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.300872+0000 mon.c (mon.1) 3530 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:31.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.302084+0000 mon.c (mon.1) 3531 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:31.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: cluster 2024-03-30T04:47:30.303853+0000 mgr.y (mgr.25441) 3515 : cluster [DBG] pgmap v2326: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: cluster 2024-03-30T04:47:30.305633+0000 mgr.y (mgr.25441) 3516 : cluster [DBG] pgmap v2327: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.315255+0000 mon.a (mon.0) 1530 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:31.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: cephadm 2024-03-30T04:47:30.315942+0000 mgr.y (mgr.25441) 3517 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:31.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:29.948894+0000 mon.a (mon.0) 1525 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:31.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: cephadm 2024-03-30T04:47:29.949648+0000 mgr.y (mgr.25441) 3504 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:31.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.022508+0000 mon.c (mon.1) 3515 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:31.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.024646+0000 mon.c (mon.1) 3516 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:31.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.026893+0000 mon.c (mon.1) 3517 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:31.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.027664+0000 mon.c (mon.1) 3518 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:31.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: cluster 2024-03-30T04:47:30.029242+0000 mgr.y (mgr.25441) 3505 : cluster [DBG] pgmap v2320: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: cluster 2024-03-30T04:47:30.029617+0000 mgr.y (mgr.25441) 3506 : cluster [DBG] pgmap v2321: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.036513+0000 mon.a (mon.0) 1526 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:31.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: cephadm 2024-03-30T04:47:30.037198+0000 mgr.y (mgr.25441) 3507 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:31.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.111007+0000 mon.c (mon.1) 3519 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:31.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.114693+0000 mon.c (mon.1) 3520 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:31.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.117671+0000 mon.c (mon.1) 3521 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:31.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.118664+0000 mon.c (mon.1) 3522 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:31.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: cluster 2024-03-30T04:47:30.120343+0000 mgr.y (mgr.25441) 3508 : cluster [DBG] pgmap v2322: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: cluster 2024-03-30T04:47:30.120688+0000 mgr.y (mgr.25441) 3509 : cluster [DBG] pgmap v2323: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.128465+0000 mon.a (mon.0) 1527 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:31.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: cephadm 2024-03-30T04:47:30.130205+0000 mgr.y (mgr.25441) 3510 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:31.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.357679+0000 mon.c (mon.1) 3532 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:31.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.359857+0000 mon.c (mon.1) 3533 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:31.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.361757+0000 mon.c (mon.1) 3534 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:31.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.362430+0000 mon.c (mon.1) 3535 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:31.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: cluster 2024-03-30T04:47:30.364109+0000 mgr.y (mgr.25441) 3518 : cluster [DBG] pgmap v2328: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.371399+0000 mon.a (mon.0) 1531 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:31.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: cephadm 2024-03-30T04:47:30.372066+0000 mgr.y (mgr.25441) 3519 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:31.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.445439+0000 mon.c (mon.1) 3536 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:31.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.447708+0000 mon.c (mon.1) 3537 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:31.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.449568+0000 mon.c (mon.1) 3538 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:31.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.450206+0000 mon.c (mon.1) 3539 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:31.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: cluster 2024-03-30T04:47:30.451613+0000 mgr.y (mgr.25441) 3520 : cluster [DBG] pgmap v2329: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: cluster 2024-03-30T04:47:30.452017+0000 mgr.y (mgr.25441) 3521 : cluster [DBG] pgmap v2330: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.459171+0000 mon.a (mon.0) 1532 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:31.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: cephadm 2024-03-30T04:47:30.460831+0000 mgr.y (mgr.25441) 3522 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:31.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.518021+0000 mon.c (mon.1) 3540 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:31.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.521106+0000 mon.c (mon.1) 3541 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:31.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.523473+0000 mon.c (mon.1) 3542 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:31.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.524425+0000 mon.c (mon.1) 3543 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:31.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: cluster 2024-03-30T04:47:30.526298+0000 mgr.y (mgr.25441) 3523 : cluster [DBG] pgmap v2331: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: cluster 2024-03-30T04:47:30.526647+0000 mgr.y (mgr.25441) 3524 : cluster [DBG] pgmap v2332: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.534083+0000 mon.a (mon.0) 1533 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:31.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: cephadm 2024-03-30T04:47:30.534923+0000 mgr.y (mgr.25441) 3525 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:31.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.609522+0000 mon.c (mon.1) 3544 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:31.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.611547+0000 mon.c (mon.1) 3545 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:31.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.613431+0000 mon.c (mon.1) 3546 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:31.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.614169+0000 mon.c (mon.1) 3547 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:31.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: cluster 2024-03-30T04:47:30.615551+0000 mgr.y (mgr.25441) 3526 : cluster [DBG] pgmap v2333: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: cluster 2024-03-30T04:47:30.615893+0000 mgr.y (mgr.25441) 3527 : cluster [DBG] pgmap v2334: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.620331+0000 mgr.y (mgr.25441) 3528 : audit [DBG] from='client.34530 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:31.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.624050+0000 mon.a (mon.0) 1534 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:31.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: cephadm 2024-03-30T04:47:30.624694+0000 mgr.y (mgr.25441) 3529 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:31.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.666458+0000 mon.c (mon.1) 3548 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:31.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.668407+0000 mon.c (mon.1) 3549 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:31.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.670390+0000 mon.c (mon.1) 3550 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:31.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.671091+0000 mon.c (mon.1) 3551 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:31.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: cluster 2024-03-30T04:47:30.672532+0000 mgr.y (mgr.25441) 3530 : cluster [DBG] pgmap v2335: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: cluster 2024-03-30T04:47:30.672873+0000 mgr.y (mgr.25441) 3531 : cluster [DBG] pgmap v2336: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.680283+0000 mon.a (mon.0) 1535 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:31.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: cephadm 2024-03-30T04:47:30.681810+0000 mgr.y (mgr.25441) 3532 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:31.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.738330+0000 mon.c (mon.1) 3552 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:31.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.740229+0000 mon.c (mon.1) 3553 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:31.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.742059+0000 mon.c (mon.1) 3554 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:31.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.742707+0000 mon.c (mon.1) 3555 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:31.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: cluster 2024-03-30T04:47:30.744195+0000 mgr.y (mgr.25441) 3533 : cluster [DBG] pgmap v2337: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: cluster 2024-03-30T04:47:30.744574+0000 mgr.y (mgr.25441) 3534 : cluster [DBG] pgmap v2338: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.752594+0000 mon.a (mon.0) 1536 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:31.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: cephadm 2024-03-30T04:47:30.753252+0000 mgr.y (mgr.25441) 3535 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:31.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.793852+0000 mon.c (mon.1) 3556 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:31.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.795772+0000 mon.c (mon.1) 3557 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:31.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.797645+0000 mon.c (mon.1) 3558 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:31.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.798337+0000 mon.c (mon.1) 3559 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:31.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[73591]: audit 2024-03-30T04:47:30.806456+0000 mon.a (mon.0) 1537 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:31.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.164060+0000 mgr.y (mgr.25441) 3511 : audit [DBG] from='client.34524 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:31.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.211457+0000 mon.c (mon.1) 3523 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:31.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.214197+0000 mon.c (mon.1) 3524 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:31.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.216704+0000 mon.c (mon.1) 3525 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:31.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.217626+0000 mon.c (mon.1) 3526 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:31.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: cluster 2024-03-30T04:47:30.219564+0000 mgr.y (mgr.25441) 3512 : cluster [DBG] pgmap v2324: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: cluster 2024-03-30T04:47:30.219925+0000 mgr.y (mgr.25441) 3513 : cluster [DBG] pgmap v2325: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.226572+0000 mon.a (mon.0) 1528 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:31.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: cephadm 2024-03-30T04:47:30.228375+0000 mgr.y (mgr.25441) 3514 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:31.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.266902+0000 mon.a (mon.0) 1529 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:31.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.268072+0000 mon.c (mon.1) 3527 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:47:31.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.274719+0000 mon.c (mon.1) 3528 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:31.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.277910+0000 mon.c (mon.1) 3529 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:31.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.300872+0000 mon.c (mon.1) 3530 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:31.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.302084+0000 mon.c (mon.1) 3531 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:31.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: cluster 2024-03-30T04:47:30.303853+0000 mgr.y (mgr.25441) 3515 : cluster [DBG] pgmap v2326: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: cluster 2024-03-30T04:47:30.305633+0000 mgr.y (mgr.25441) 3516 : cluster [DBG] pgmap v2327: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.315255+0000 mon.a (mon.0) 1530 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:31.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: cephadm 2024-03-30T04:47:30.315942+0000 mgr.y (mgr.25441) 3517 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:31.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.357679+0000 mon.c (mon.1) 3532 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:31.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.359857+0000 mon.c (mon.1) 3533 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:31.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.361757+0000 mon.c (mon.1) 3534 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:31.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.362430+0000 mon.c (mon.1) 3535 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:31.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: cluster 2024-03-30T04:47:30.364109+0000 mgr.y (mgr.25441) 3518 : cluster [DBG] pgmap v2328: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.371399+0000 mon.a (mon.0) 1531 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:31.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: cephadm 2024-03-30T04:47:30.372066+0000 mgr.y (mgr.25441) 3519 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:31.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.445439+0000 mon.c (mon.1) 3536 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:31.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.447708+0000 mon.c (mon.1) 3537 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:31.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.449568+0000 mon.c (mon.1) 3538 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:31.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.450206+0000 mon.c (mon.1) 3539 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:31.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: cluster 2024-03-30T04:47:30.451613+0000 mgr.y (mgr.25441) 3520 : cluster [DBG] pgmap v2329: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: cluster 2024-03-30T04:47:30.452017+0000 mgr.y (mgr.25441) 3521 : cluster [DBG] pgmap v2330: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.459171+0000 mon.a (mon.0) 1532 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:31.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: cephadm 2024-03-30T04:47:30.460831+0000 mgr.y (mgr.25441) 3522 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:31.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.518021+0000 mon.c (mon.1) 3540 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:31.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.521106+0000 mon.c (mon.1) 3541 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:31.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.523473+0000 mon.c (mon.1) 3542 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:31.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.524425+0000 mon.c (mon.1) 3543 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:31.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: cluster 2024-03-30T04:47:30.526298+0000 mgr.y (mgr.25441) 3523 : cluster [DBG] pgmap v2331: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: cluster 2024-03-30T04:47:30.526647+0000 mgr.y (mgr.25441) 3524 : cluster [DBG] pgmap v2332: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.534083+0000 mon.a (mon.0) 1533 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:31.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: cephadm 2024-03-30T04:47:30.534923+0000 mgr.y (mgr.25441) 3525 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:31.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.609522+0000 mon.c (mon.1) 3544 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:31.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.611547+0000 mon.c (mon.1) 3545 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:31.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.613431+0000 mon.c (mon.1) 3546 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:31.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.614169+0000 mon.c (mon.1) 3547 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:31.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: cluster 2024-03-30T04:47:30.615551+0000 mgr.y (mgr.25441) 3526 : cluster [DBG] pgmap v2333: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: cluster 2024-03-30T04:47:30.615893+0000 mgr.y (mgr.25441) 3527 : cluster [DBG] pgmap v2334: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.620331+0000 mgr.y (mgr.25441) 3528 : audit [DBG] from='client.34530 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:31.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.624050+0000 mon.a (mon.0) 1534 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:31.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: cephadm 2024-03-30T04:47:30.624694+0000 mgr.y (mgr.25441) 3529 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:31.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.666458+0000 mon.c (mon.1) 3548 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:31.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.668407+0000 mon.c (mon.1) 3549 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:31.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.670390+0000 mon.c (mon.1) 3550 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:31.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.671091+0000 mon.c (mon.1) 3551 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:31.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: cluster 2024-03-30T04:47:30.672532+0000 mgr.y (mgr.25441) 3530 : cluster [DBG] pgmap v2335: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: cluster 2024-03-30T04:47:30.672873+0000 mgr.y (mgr.25441) 3531 : cluster [DBG] pgmap v2336: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.680283+0000 mon.a (mon.0) 1535 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:31.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: cephadm 2024-03-30T04:47:30.681810+0000 mgr.y (mgr.25441) 3532 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:31.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.738330+0000 mon.c (mon.1) 3552 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:31.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.740229+0000 mon.c (mon.1) 3553 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:31.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.742059+0000 mon.c (mon.1) 3554 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:31.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.742707+0000 mon.c (mon.1) 3555 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:31.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: cluster 2024-03-30T04:47:30.744195+0000 mgr.y (mgr.25441) 3533 : cluster [DBG] pgmap v2337: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: cluster 2024-03-30T04:47:30.744574+0000 mgr.y (mgr.25441) 3534 : cluster [DBG] pgmap v2338: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.752594+0000 mon.a (mon.0) 1536 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:31.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: cephadm 2024-03-30T04:47:30.753252+0000 mgr.y (mgr.25441) 3535 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:31.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.793852+0000 mon.c (mon.1) 3556 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:31.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.795772+0000 mon.c (mon.1) 3557 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:31.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.797645+0000 mon.c (mon.1) 3558 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:31.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.798337+0000 mon.c (mon.1) 3559 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:31.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:30 smithi111 bash[70954]: audit 2024-03-30T04:47:30.806456+0000 mon.a (mon.0) 1537 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:31.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: cluster 2024-03-30T04:47:29.810437+0000 mgr.y (mgr.25441) 3496 : cluster [DBG] pgmap v2314: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: cluster 2024-03-30T04:47:29.810813+0000 mgr.y (mgr.25441) 3497 : cluster [DBG] pgmap v2315: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: cephadm 2024-03-30T04:47:29.817236+0000 mgr.y (mgr.25441) 3498 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:31.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:29.862147+0000 mon.c (mon.1) 3507 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:31.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:29.864105+0000 mon.c (mon.1) 3508 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:31.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:29.866085+0000 mon.c (mon.1) 3509 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:31.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:29.866770+0000 mon.c (mon.1) 3510 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:31.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: cluster 2024-03-30T04:47:29.868179+0000 mgr.y (mgr.25441) 3499 : cluster [DBG] pgmap v2316: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: cluster 2024-03-30T04:47:29.868478+0000 mgr.y (mgr.25441) 3500 : cluster [DBG] pgmap v2317: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:29.876388+0000 mon.a (mon.0) 1524 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:31.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: cephadm 2024-03-30T04:47:29.877081+0000 mgr.y (mgr.25441) 3501 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:31.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:29.934588+0000 mon.c (mon.1) 3511 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:31.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:29.936750+0000 mon.c (mon.1) 3512 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:31.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:29.938787+0000 mon.c (mon.1) 3513 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:31.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:29.939444+0000 mon.c (mon.1) 3514 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:31.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: cluster 2024-03-30T04:47:29.940846+0000 mgr.y (mgr.25441) 3502 : cluster [DBG] pgmap v2318: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: cluster 2024-03-30T04:47:29.941188+0000 mgr.y (mgr.25441) 3503 : cluster [DBG] pgmap v2319: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:29.948894+0000 mon.a (mon.0) 1525 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:31.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: cephadm 2024-03-30T04:47:29.949648+0000 mgr.y (mgr.25441) 3504 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:31.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.022508+0000 mon.c (mon.1) 3515 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:31.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.024646+0000 mon.c (mon.1) 3516 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:31.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.026893+0000 mon.c (mon.1) 3517 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:31.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.027664+0000 mon.c (mon.1) 3518 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:31.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: cluster 2024-03-30T04:47:30.029242+0000 mgr.y (mgr.25441) 3505 : cluster [DBG] pgmap v2320: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: cluster 2024-03-30T04:47:30.029617+0000 mgr.y (mgr.25441) 3506 : cluster [DBG] pgmap v2321: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.036513+0000 mon.a (mon.0) 1526 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:31.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: cephadm 2024-03-30T04:47:30.037198+0000 mgr.y (mgr.25441) 3507 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:31.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.111007+0000 mon.c (mon.1) 3519 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:31.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.114693+0000 mon.c (mon.1) 3520 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:31.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.117671+0000 mon.c (mon.1) 3521 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:31.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.118664+0000 mon.c (mon.1) 3522 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:31.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: cluster 2024-03-30T04:47:30.120343+0000 mgr.y (mgr.25441) 3508 : cluster [DBG] pgmap v2322: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: cluster 2024-03-30T04:47:30.120688+0000 mgr.y (mgr.25441) 3509 : cluster [DBG] pgmap v2323: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.128465+0000 mon.a (mon.0) 1527 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:31.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: cephadm 2024-03-30T04:47:30.130205+0000 mgr.y (mgr.25441) 3510 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:31.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.164060+0000 mgr.y (mgr.25441) 3511 : audit [DBG] from='client.34524 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:31.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.211457+0000 mon.c (mon.1) 3523 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:31.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.214197+0000 mon.c (mon.1) 3524 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:31.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.216704+0000 mon.c (mon.1) 3525 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:31.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.217626+0000 mon.c (mon.1) 3526 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:31.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: cluster 2024-03-30T04:47:30.219564+0000 mgr.y (mgr.25441) 3512 : cluster [DBG] pgmap v2324: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: cluster 2024-03-30T04:47:30.219925+0000 mgr.y (mgr.25441) 3513 : cluster [DBG] pgmap v2325: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.226572+0000 mon.a (mon.0) 1528 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:31.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: cephadm 2024-03-30T04:47:30.228375+0000 mgr.y (mgr.25441) 3514 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:31.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.266902+0000 mon.a (mon.0) 1529 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:31.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.268072+0000 mon.c (mon.1) 3527 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:47:31.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.274719+0000 mon.c (mon.1) 3528 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:31.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.277910+0000 mon.c (mon.1) 3529 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:31.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.300872+0000 mon.c (mon.1) 3530 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:31.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.302084+0000 mon.c (mon.1) 3531 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:31.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: cluster 2024-03-30T04:47:30.303853+0000 mgr.y (mgr.25441) 3515 : cluster [DBG] pgmap v2326: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: cluster 2024-03-30T04:47:30.305633+0000 mgr.y (mgr.25441) 3516 : cluster [DBG] pgmap v2327: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.315255+0000 mon.a (mon.0) 1530 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:31.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: cephadm 2024-03-30T04:47:30.315942+0000 mgr.y (mgr.25441) 3517 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:31.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.357679+0000 mon.c (mon.1) 3532 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:31.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.359857+0000 mon.c (mon.1) 3533 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:31.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.361757+0000 mon.c (mon.1) 3534 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:31.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.362430+0000 mon.c (mon.1) 3535 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:31.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: cluster 2024-03-30T04:47:30.364109+0000 mgr.y (mgr.25441) 3518 : cluster [DBG] pgmap v2328: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.371399+0000 mon.a (mon.0) 1531 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:31.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: cephadm 2024-03-30T04:47:30.372066+0000 mgr.y (mgr.25441) 3519 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:31.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.445439+0000 mon.c (mon.1) 3536 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:31.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.447708+0000 mon.c (mon.1) 3537 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:31.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.449568+0000 mon.c (mon.1) 3538 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:31.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.450206+0000 mon.c (mon.1) 3539 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:31.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: cluster 2024-03-30T04:47:30.451613+0000 mgr.y (mgr.25441) 3520 : cluster [DBG] pgmap v2329: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: cluster 2024-03-30T04:47:30.452017+0000 mgr.y (mgr.25441) 3521 : cluster [DBG] pgmap v2330: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.459171+0000 mon.a (mon.0) 1532 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:31.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: cephadm 2024-03-30T04:47:30.460831+0000 mgr.y (mgr.25441) 3522 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:31.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.518021+0000 mon.c (mon.1) 3540 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:31.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.521106+0000 mon.c (mon.1) 3541 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:31.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.523473+0000 mon.c (mon.1) 3542 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:31.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.524425+0000 mon.c (mon.1) 3543 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:31.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: cluster 2024-03-30T04:47:30.526298+0000 mgr.y (mgr.25441) 3523 : cluster [DBG] pgmap v2331: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: cluster 2024-03-30T04:47:30.526647+0000 mgr.y (mgr.25441) 3524 : cluster [DBG] pgmap v2332: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.534083+0000 mon.a (mon.0) 1533 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:31.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: cephadm 2024-03-30T04:47:30.534923+0000 mgr.y (mgr.25441) 3525 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:31.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.609522+0000 mon.c (mon.1) 3544 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:31.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.611547+0000 mon.c (mon.1) 3545 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:31.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.613431+0000 mon.c (mon.1) 3546 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:31.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.614169+0000 mon.c (mon.1) 3547 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:31.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: cluster 2024-03-30T04:47:30.615551+0000 mgr.y (mgr.25441) 3526 : cluster [DBG] pgmap v2333: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: cluster 2024-03-30T04:47:30.615893+0000 mgr.y (mgr.25441) 3527 : cluster [DBG] pgmap v2334: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.620331+0000 mgr.y (mgr.25441) 3528 : audit [DBG] from='client.34530 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:31.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.624050+0000 mon.a (mon.0) 1534 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:31.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: cephadm 2024-03-30T04:47:30.624694+0000 mgr.y (mgr.25441) 3529 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:31.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.666458+0000 mon.c (mon.1) 3548 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:31.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.668407+0000 mon.c (mon.1) 3549 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:31.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.670390+0000 mon.c (mon.1) 3550 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:31.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.671091+0000 mon.c (mon.1) 3551 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:31.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: cluster 2024-03-30T04:47:30.672532+0000 mgr.y (mgr.25441) 3530 : cluster [DBG] pgmap v2335: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: cluster 2024-03-30T04:47:30.672873+0000 mgr.y (mgr.25441) 3531 : cluster [DBG] pgmap v2336: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.680283+0000 mon.a (mon.0) 1535 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:31.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: cephadm 2024-03-30T04:47:30.681810+0000 mgr.y (mgr.25441) 3532 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:31.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.738330+0000 mon.c (mon.1) 3552 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:31.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.740229+0000 mon.c (mon.1) 3553 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:31.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.742059+0000 mon.c (mon.1) 3554 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:31.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.742707+0000 mon.c (mon.1) 3555 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:31.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: cluster 2024-03-30T04:47:30.744195+0000 mgr.y (mgr.25441) 3533 : cluster [DBG] pgmap v2337: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: cluster 2024-03-30T04:47:30.744574+0000 mgr.y (mgr.25441) 3534 : cluster [DBG] pgmap v2338: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:31.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.752594+0000 mon.a (mon.0) 1536 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:31.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: cephadm 2024-03-30T04:47:30.753252+0000 mgr.y (mgr.25441) 3535 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:31.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.793852+0000 mon.c (mon.1) 3556 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:31.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.795772+0000 mon.c (mon.1) 3557 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:31.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.797645+0000 mon.c (mon.1) 3558 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:31.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.798337+0000 mon.c (mon.1) 3559 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:31.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:30 smithi117 bash[62284]: audit 2024-03-30T04:47:30.806456+0000 mon.a (mon.0) 1537 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:31.444 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:47:31.444 INFO:teuthology.orchestra.run.smithi111.stdout: "mon": { 2024-03-30T04:47:31.444 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:47:31.444 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:47:31.445 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr": { 2024-03-30T04:47:31.445 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:47:31.445 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:47:31.445 INFO:teuthology.orchestra.run.smithi111.stdout: "osd": { 2024-03-30T04:47:31.445 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-03-30T04:47:31.445 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 6 2024-03-30T04:47:31.445 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:47:31.445 INFO:teuthology.orchestra.run.smithi111.stdout: "rgw": { 2024-03-30T04:47:31.445 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:47:31.445 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:47:31.445 INFO:teuthology.orchestra.run.smithi111.stdout: "overall": { 2024-03-30T04:47:31.445 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 5, 2024-03-30T04:47:31.445 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 11 2024-03-30T04:47:31.445 INFO:teuthology.orchestra.run.smithi111.stdout: } 2024-03-30T04:47:31.445 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:47:31.857 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:47:31.857 INFO:teuthology.orchestra.run.smithi111.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962", 2024-03-30T04:47:31.858 INFO:teuthology.orchestra.run.smithi111.stdout: "in_progress": true, 2024-03-30T04:47:31.858 INFO:teuthology.orchestra.run.smithi111.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:47:31.858 INFO:teuthology.orchestra.run.smithi111.stdout: "services_complete": [ 2024-03-30T04:47:31.858 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr", 2024-03-30T04:47:31.858 INFO:teuthology.orchestra.run.smithi111.stdout: "mon" 2024-03-30T04:47:31.858 INFO:teuthology.orchestra.run.smithi111.stdout: ], 2024-03-30T04:47:31.858 INFO:teuthology.orchestra.run.smithi111.stdout: "progress": "11/23 daemons upgraded", 2024-03-30T04:47:31.858 INFO:teuthology.orchestra.run.smithi111.stdout: "message": "Currently upgrading osd daemons", 2024-03-30T04:47:31.858 INFO:teuthology.orchestra.run.smithi111.stdout: "is_paused": false 2024-03-30T04:47:31.858 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:47:32.106 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cluster 2024-03-30T04:47:30.799750+0000 mgr.y (mgr.25441) 3536 : cluster [DBG] pgmap v2339: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.106 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cluster 2024-03-30T04:47:30.800068+0000 mgr.y (mgr.25441) 3537 : cluster [DBG] pgmap v2340: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.106 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cephadm 2024-03-30T04:47:30.807133+0000 mgr.y (mgr.25441) 3538 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.106 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:30.857321+0000 mon.c (mon.1) 3560 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:32.106 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:30.859837+0000 mon.c (mon.1) 3561 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.106 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:30.862225+0000 mon.c (mon.1) 3562 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.106 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:30.862923+0000 mon.c (mon.1) 3563 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:32.106 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cluster 2024-03-30T04:47:30.864414+0000 mgr.y (mgr.25441) 3539 : cluster [DBG] pgmap v2341: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.107 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cluster 2024-03-30T04:47:30.864795+0000 mgr.y (mgr.25441) 3540 : cluster [DBG] pgmap v2342: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.107 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:30.869269+0000 mon.a (mon.0) 1538 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:32.107 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cephadm 2024-03-30T04:47:30.870966+0000 mgr.y (mgr.25441) 3541 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.107 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:30.916212+0000 mon.c (mon.1) 3564 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:32.107 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:30.918575+0000 mon.c (mon.1) 3565 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.107 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:30.920546+0000 mon.c (mon.1) 3566 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.107 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:30.921254+0000 mon.c (mon.1) 3567 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:32.107 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cluster 2024-03-30T04:47:30.922671+0000 mgr.y (mgr.25441) 3542 : cluster [DBG] pgmap v2343: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.107 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cluster 2024-03-30T04:47:30.922954+0000 mgr.y (mgr.25441) 3543 : cluster [DBG] pgmap v2344: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.107 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:30.927203+0000 mon.a (mon.0) 1539 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:32.107 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cephadm 2024-03-30T04:47:30.927911+0000 mgr.y (mgr.25441) 3544 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.107 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:30.972806+0000 mon.c (mon.1) 3568 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:32.107 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:30.975094+0000 mon.c (mon.1) 3569 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.108 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:30.977285+0000 mon.c (mon.1) 3570 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.108 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:30.977992+0000 mon.c (mon.1) 3571 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:32.108 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cluster 2024-03-30T04:47:30.979465+0000 mgr.y (mgr.25441) 3545 : cluster [DBG] pgmap v2345: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.108 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cluster 2024-03-30T04:47:30.979734+0000 mgr.y (mgr.25441) 3546 : cluster [DBG] pgmap v2346: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.108 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:30.984302+0000 mon.a (mon.0) 1540 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:32.108 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cephadm 2024-03-30T04:47:30.984958+0000 mgr.y (mgr.25441) 3547 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.108 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:30.998378+0000 mgr.y (mgr.25441) 3548 : audit [DBG] from='client.44473 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:32.108 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.058613+0000 mon.c (mon.1) 3572 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:32.108 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.060494+0000 mon.c (mon.1) 3573 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.108 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.062774+0000 mon.c (mon.1) 3574 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.108 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.063537+0000 mon.c (mon.1) 3575 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:32.108 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cluster 2024-03-30T04:47:31.065043+0000 mgr.y (mgr.25441) 3549 : cluster [DBG] pgmap v2347: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.108 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cluster 2024-03-30T04:47:31.065406+0000 mgr.y (mgr.25441) 3550 : cluster [DBG] pgmap v2348: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.109 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.069860+0000 mon.a (mon.0) 1541 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:32.109 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cephadm 2024-03-30T04:47:31.070583+0000 mgr.y (mgr.25441) 3551 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.109 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.128624+0000 mon.c (mon.1) 3576 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:32.109 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.130908+0000 mon.c (mon.1) 3577 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.109 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.132853+0000 mon.c (mon.1) 3578 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.109 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.133524+0000 mon.c (mon.1) 3579 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:32.109 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cluster 2024-03-30T04:47:31.134898+0000 mgr.y (mgr.25441) 3552 : cluster [DBG] pgmap v2349: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.109 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cluster 2024-03-30T04:47:31.135243+0000 mgr.y (mgr.25441) 3553 : cluster [DBG] pgmap v2350: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.109 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.140987+0000 mon.a (mon.0) 1542 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:32.109 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cephadm 2024-03-30T04:47:31.142285+0000 mgr.y (mgr.25441) 3554 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.109 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.188206+0000 mon.c (mon.1) 3580 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:32.109 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.190599+0000 mon.c (mon.1) 3581 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.109 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.192750+0000 mon.c (mon.1) 3582 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.109 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.193487+0000 mon.c (mon.1) 3583 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:32.110 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cluster 2024-03-30T04:47:31.195166+0000 mgr.y (mgr.25441) 3555 : cluster [DBG] pgmap v2351: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.110 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cluster 2024-03-30T04:47:31.195514+0000 mgr.y (mgr.25441) 3556 : cluster [DBG] pgmap v2352: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.110 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.201885+0000 mon.a (mon.0) 1543 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:32.110 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cephadm 2024-03-30T04:47:31.205115+0000 mgr.y (mgr.25441) 3557 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.110 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.262047+0000 mon.c (mon.1) 3584 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:32.110 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.263919+0000 mon.c (mon.1) 3585 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.110 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.266347+0000 mon.c (mon.1) 3586 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.110 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.267139+0000 mon.c (mon.1) 3587 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:32.110 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cluster 2024-03-30T04:47:31.268694+0000 mgr.y (mgr.25441) 3558 : cluster [DBG] pgmap v2353: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.110 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cluster 2024-03-30T04:47:31.269044+0000 mgr.y (mgr.25441) 3559 : cluster [DBG] pgmap v2354: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.110 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.275934+0000 mon.a (mon.0) 1544 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:32.110 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cephadm 2024-03-30T04:47:31.279023+0000 mgr.y (mgr.25441) 3560 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.110 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.335863+0000 mon.c (mon.1) 3588 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:32.111 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.337842+0000 mon.c (mon.1) 3589 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.111 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.339963+0000 mon.c (mon.1) 3590 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.111 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.340697+0000 mon.c (mon.1) 3591 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:32.111 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cluster 2024-03-30T04:47:31.342160+0000 mgr.y (mgr.25441) 3561 : cluster [DBG] pgmap v2355: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.111 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cluster 2024-03-30T04:47:31.342526+0000 mgr.y (mgr.25441) 3562 : cluster [DBG] pgmap v2356: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.111 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.350149+0000 mon.a (mon.0) 1545 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:32.111 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cephadm 2024-03-30T04:47:31.352879+0000 mgr.y (mgr.25441) 3563 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.111 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.393350+0000 mon.c (mon.1) 3592 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:32.111 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.395120+0000 mon.c (mon.1) 3593 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.111 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.396884+0000 mon.c (mon.1) 3594 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.111 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.397524+0000 mon.c (mon.1) 3595 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:32.111 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cluster 2024-03-30T04:47:31.398887+0000 mgr.y (mgr.25441) 3564 : cluster [DBG] pgmap v2357: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.111 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cluster 2024-03-30T04:47:31.399227+0000 mgr.y (mgr.25441) 3565 : cluster [DBG] pgmap v2358: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.111 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.406555+0000 mon.a (mon.0) 1546 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:32.111 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cephadm 2024-03-30T04:47:31.408888+0000 mgr.y (mgr.25441) 3566 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.112 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.426643+0000 mgr.y (mgr.25441) 3567 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:32.112 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.448834+0000 mon.c (mon.1) 3596 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:32.112 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.450602+0000 mon.a (mon.0) 1547 : audit [DBG] from='client.? 172.21.15.111:0/2972026517' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.112 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.450677+0000 mon.c (mon.1) 3597 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.112 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.452792+0000 mon.c (mon.1) 3598 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.112 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.453660+0000 mon.c (mon.1) 3599 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:32.112 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cluster 2024-03-30T04:47:31.455354+0000 mgr.y (mgr.25441) 3568 : cluster [DBG] pgmap v2359: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.112 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cluster 2024-03-30T04:47:31.455719+0000 mgr.y (mgr.25441) 3569 : cluster [DBG] pgmap v2360: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.112 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.463439+0000 mon.a (mon.0) 1548 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:32.112 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cephadm 2024-03-30T04:47:31.465732+0000 mgr.y (mgr.25441) 3570 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.112 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.538497+0000 mon.c (mon.1) 3600 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:32.112 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.540352+0000 mon.c (mon.1) 3601 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.112 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.542320+0000 mon.c (mon.1) 3602 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.113 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.543076+0000 mon.c (mon.1) 3603 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:32.113 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cluster 2024-03-30T04:47:31.544532+0000 mgr.y (mgr.25441) 3571 : cluster [DBG] pgmap v2361: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.113 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cluster 2024-03-30T04:47:31.544879+0000 mgr.y (mgr.25441) 3572 : cluster [DBG] pgmap v2362: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.113 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.553097+0000 mon.a (mon.0) 1549 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:32.113 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cephadm 2024-03-30T04:47:31.555480+0000 mgr.y (mgr.25441) 3573 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.113 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.616578+0000 mon.c (mon.1) 3604 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:32.113 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.618749+0000 mon.c (mon.1) 3605 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.113 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.620620+0000 mon.c (mon.1) 3606 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.114 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.621306+0000 mon.c (mon.1) 3607 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:32.114 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cluster 2024-03-30T04:47:31.622766+0000 mgr.y (mgr.25441) 3574 : cluster [DBG] pgmap v2363: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.114 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cluster 2024-03-30T04:47:31.623073+0000 mgr.y (mgr.25441) 3575 : cluster [DBG] pgmap v2364: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.114 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.630616+0000 mon.a (mon.0) 1550 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:32.114 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cephadm 2024-03-30T04:47:31.632865+0000 mgr.y (mgr.25441) 3576 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.114 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.677215+0000 mon.c (mon.1) 3608 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:32.114 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.679357+0000 mon.c (mon.1) 3609 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.114 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.681367+0000 mon.c (mon.1) 3610 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.114 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.682058+0000 mon.c (mon.1) 3611 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:32.114 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cluster 2024-03-30T04:47:31.683434+0000 mgr.y (mgr.25441) 3577 : cluster [DBG] pgmap v2365: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.114 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cluster 2024-03-30T04:47:31.683708+0000 mgr.y (mgr.25441) 3578 : cluster [DBG] pgmap v2366: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.114 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.691831+0000 mon.a (mon.0) 1551 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:32.114 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cephadm 2024-03-30T04:47:31.695396+0000 mgr.y (mgr.25441) 3579 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.115 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.772739+0000 mon.c (mon.1) 3612 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:32.115 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.775177+0000 mon.c (mon.1) 3613 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.115 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.777192+0000 mon.c (mon.1) 3614 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.115 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.777948+0000 mon.c (mon.1) 3615 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:32.115 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cluster 2024-03-30T04:47:31.779657+0000 mgr.y (mgr.25441) 3580 : cluster [DBG] pgmap v2367: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.115 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cluster 2024-03-30T04:47:31.780027+0000 mgr.y (mgr.25441) 3581 : cluster [DBG] pgmap v2368: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.115 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: audit 2024-03-30T04:47:31.788732+0000 mon.a (mon.0) 1552 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:32.115 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:31 smithi117 bash[62284]: cephadm 2024-03-30T04:47:31.791645+0000 mgr.y (mgr.25441) 3582 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cluster 2024-03-30T04:47:30.799750+0000 mgr.y (mgr.25441) 3536 : cluster [DBG] pgmap v2339: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cluster 2024-03-30T04:47:30.800068+0000 mgr.y (mgr.25441) 3537 : cluster [DBG] pgmap v2340: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cephadm 2024-03-30T04:47:30.807133+0000 mgr.y (mgr.25441) 3538 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:30.857321+0000 mon.c (mon.1) 3560 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:32.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:30.859837+0000 mon.c (mon.1) 3561 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:30.862225+0000 mon.c (mon.1) 3562 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:30.862923+0000 mon.c (mon.1) 3563 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:32.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cluster 2024-03-30T04:47:30.864414+0000 mgr.y (mgr.25441) 3539 : cluster [DBG] pgmap v2341: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cluster 2024-03-30T04:47:30.864795+0000 mgr.y (mgr.25441) 3540 : cluster [DBG] pgmap v2342: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:30.869269+0000 mon.a (mon.0) 1538 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:32.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cephadm 2024-03-30T04:47:30.870966+0000 mgr.y (mgr.25441) 3541 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:30.916212+0000 mon.c (mon.1) 3564 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:32.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:30.918575+0000 mon.c (mon.1) 3565 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:30.920546+0000 mon.c (mon.1) 3566 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:30.921254+0000 mon.c (mon.1) 3567 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:32.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cluster 2024-03-30T04:47:30.922671+0000 mgr.y (mgr.25441) 3542 : cluster [DBG] pgmap v2343: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cluster 2024-03-30T04:47:30.922954+0000 mgr.y (mgr.25441) 3543 : cluster [DBG] pgmap v2344: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cluster 2024-03-30T04:47:30.799750+0000 mgr.y (mgr.25441) 3536 : cluster [DBG] pgmap v2339: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cluster 2024-03-30T04:47:30.800068+0000 mgr.y (mgr.25441) 3537 : cluster [DBG] pgmap v2340: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cephadm 2024-03-30T04:47:30.807133+0000 mgr.y (mgr.25441) 3538 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:30.857321+0000 mon.c (mon.1) 3560 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:32.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:30.859837+0000 mon.c (mon.1) 3561 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:30.862225+0000 mon.c (mon.1) 3562 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:30.862923+0000 mon.c (mon.1) 3563 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:32.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cluster 2024-03-30T04:47:30.864414+0000 mgr.y (mgr.25441) 3539 : cluster [DBG] pgmap v2341: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cluster 2024-03-30T04:47:30.864795+0000 mgr.y (mgr.25441) 3540 : cluster [DBG] pgmap v2342: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:30.869269+0000 mon.a (mon.0) 1538 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:32.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cephadm 2024-03-30T04:47:30.870966+0000 mgr.y (mgr.25441) 3541 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:30.916212+0000 mon.c (mon.1) 3564 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:32.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:30.918575+0000 mon.c (mon.1) 3565 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:30.920546+0000 mon.c (mon.1) 3566 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:30.921254+0000 mon.c (mon.1) 3567 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:32.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cluster 2024-03-30T04:47:30.922671+0000 mgr.y (mgr.25441) 3542 : cluster [DBG] pgmap v2343: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cluster 2024-03-30T04:47:30.922954+0000 mgr.y (mgr.25441) 3543 : cluster [DBG] pgmap v2344: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:30.927203+0000 mon.a (mon.0) 1539 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:32.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cephadm 2024-03-30T04:47:30.927911+0000 mgr.y (mgr.25441) 3544 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:30.972806+0000 mon.c (mon.1) 3568 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:32.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:30.975094+0000 mon.c (mon.1) 3569 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:30.977285+0000 mon.c (mon.1) 3570 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:30.977992+0000 mon.c (mon.1) 3571 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:32.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cluster 2024-03-30T04:47:30.979465+0000 mgr.y (mgr.25441) 3545 : cluster [DBG] pgmap v2345: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cluster 2024-03-30T04:47:30.979734+0000 mgr.y (mgr.25441) 3546 : cluster [DBG] pgmap v2346: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:30.984302+0000 mon.a (mon.0) 1540 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:32.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cephadm 2024-03-30T04:47:30.984958+0000 mgr.y (mgr.25441) 3547 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:30.998378+0000 mgr.y (mgr.25441) 3548 : audit [DBG] from='client.44473 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:32.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.058613+0000 mon.c (mon.1) 3572 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:32.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.060494+0000 mon.c (mon.1) 3573 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.062774+0000 mon.c (mon.1) 3574 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.063537+0000 mon.c (mon.1) 3575 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:32.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cluster 2024-03-30T04:47:31.065043+0000 mgr.y (mgr.25441) 3549 : cluster [DBG] pgmap v2347: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cluster 2024-03-30T04:47:31.065406+0000 mgr.y (mgr.25441) 3550 : cluster [DBG] pgmap v2348: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.069860+0000 mon.a (mon.0) 1541 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:32.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:30.927203+0000 mon.a (mon.0) 1539 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:32.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cephadm 2024-03-30T04:47:30.927911+0000 mgr.y (mgr.25441) 3544 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:30.972806+0000 mon.c (mon.1) 3568 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:32.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:30.975094+0000 mon.c (mon.1) 3569 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:30.977285+0000 mon.c (mon.1) 3570 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:30.977992+0000 mon.c (mon.1) 3571 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:32.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cluster 2024-03-30T04:47:30.979465+0000 mgr.y (mgr.25441) 3545 : cluster [DBG] pgmap v2345: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cluster 2024-03-30T04:47:30.979734+0000 mgr.y (mgr.25441) 3546 : cluster [DBG] pgmap v2346: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:30.984302+0000 mon.a (mon.0) 1540 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:32.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cephadm 2024-03-30T04:47:30.984958+0000 mgr.y (mgr.25441) 3547 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:30.998378+0000 mgr.y (mgr.25441) 3548 : audit [DBG] from='client.44473 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:32.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.058613+0000 mon.c (mon.1) 3572 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:32.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.060494+0000 mon.c (mon.1) 3573 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.062774+0000 mon.c (mon.1) 3574 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.063537+0000 mon.c (mon.1) 3575 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:32.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cluster 2024-03-30T04:47:31.065043+0000 mgr.y (mgr.25441) 3549 : cluster [DBG] pgmap v2347: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cluster 2024-03-30T04:47:31.065406+0000 mgr.y (mgr.25441) 3550 : cluster [DBG] pgmap v2348: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.069860+0000 mon.a (mon.0) 1541 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:32.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cephadm 2024-03-30T04:47:31.070583+0000 mgr.y (mgr.25441) 3551 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.128624+0000 mon.c (mon.1) 3576 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:32.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.130908+0000 mon.c (mon.1) 3577 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.132853+0000 mon.c (mon.1) 3578 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.133524+0000 mon.c (mon.1) 3579 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:32.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cluster 2024-03-30T04:47:31.134898+0000 mgr.y (mgr.25441) 3552 : cluster [DBG] pgmap v2349: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cluster 2024-03-30T04:47:31.135243+0000 mgr.y (mgr.25441) 3553 : cluster [DBG] pgmap v2350: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.140987+0000 mon.a (mon.0) 1542 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:32.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cephadm 2024-03-30T04:47:31.142285+0000 mgr.y (mgr.25441) 3554 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.188206+0000 mon.c (mon.1) 3580 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:32.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.190599+0000 mon.c (mon.1) 3581 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.192750+0000 mon.c (mon.1) 3582 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.193487+0000 mon.c (mon.1) 3583 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:32.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cluster 2024-03-30T04:47:31.195166+0000 mgr.y (mgr.25441) 3555 : cluster [DBG] pgmap v2351: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cluster 2024-03-30T04:47:31.195514+0000 mgr.y (mgr.25441) 3556 : cluster [DBG] pgmap v2352: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.201885+0000 mon.a (mon.0) 1543 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:32.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cephadm 2024-03-30T04:47:31.205115+0000 mgr.y (mgr.25441) 3557 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.262047+0000 mon.c (mon.1) 3584 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:32.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cephadm 2024-03-30T04:47:31.070583+0000 mgr.y (mgr.25441) 3551 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.128624+0000 mon.c (mon.1) 3576 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:32.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.130908+0000 mon.c (mon.1) 3577 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.132853+0000 mon.c (mon.1) 3578 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.133524+0000 mon.c (mon.1) 3579 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:32.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cluster 2024-03-30T04:47:31.134898+0000 mgr.y (mgr.25441) 3552 : cluster [DBG] pgmap v2349: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cluster 2024-03-30T04:47:31.135243+0000 mgr.y (mgr.25441) 3553 : cluster [DBG] pgmap v2350: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.140987+0000 mon.a (mon.0) 1542 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:32.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cephadm 2024-03-30T04:47:31.142285+0000 mgr.y (mgr.25441) 3554 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.188206+0000 mon.c (mon.1) 3580 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:32.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.190599+0000 mon.c (mon.1) 3581 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.192750+0000 mon.c (mon.1) 3582 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.193487+0000 mon.c (mon.1) 3583 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:32.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cluster 2024-03-30T04:47:31.195166+0000 mgr.y (mgr.25441) 3555 : cluster [DBG] pgmap v2351: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cluster 2024-03-30T04:47:31.195514+0000 mgr.y (mgr.25441) 3556 : cluster [DBG] pgmap v2352: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.201885+0000 mon.a (mon.0) 1543 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:32.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cephadm 2024-03-30T04:47:31.205115+0000 mgr.y (mgr.25441) 3557 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.262047+0000 mon.c (mon.1) 3584 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:32.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.263919+0000 mon.c (mon.1) 3585 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.266347+0000 mon.c (mon.1) 3586 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.267139+0000 mon.c (mon.1) 3587 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:32.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cluster 2024-03-30T04:47:31.268694+0000 mgr.y (mgr.25441) 3558 : cluster [DBG] pgmap v2353: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cluster 2024-03-30T04:47:31.269044+0000 mgr.y (mgr.25441) 3559 : cluster [DBG] pgmap v2354: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.275934+0000 mon.a (mon.0) 1544 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:32.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cephadm 2024-03-30T04:47:31.279023+0000 mgr.y (mgr.25441) 3560 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.335863+0000 mon.c (mon.1) 3588 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:32.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.337842+0000 mon.c (mon.1) 3589 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.339963+0000 mon.c (mon.1) 3590 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.340697+0000 mon.c (mon.1) 3591 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:32.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cluster 2024-03-30T04:47:31.342160+0000 mgr.y (mgr.25441) 3561 : cluster [DBG] pgmap v2355: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cluster 2024-03-30T04:47:31.342526+0000 mgr.y (mgr.25441) 3562 : cluster [DBG] pgmap v2356: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.350149+0000 mon.a (mon.0) 1545 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:32.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cephadm 2024-03-30T04:47:31.352879+0000 mgr.y (mgr.25441) 3563 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.393350+0000 mon.c (mon.1) 3592 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:32.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.395120+0000 mon.c (mon.1) 3593 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.396884+0000 mon.c (mon.1) 3594 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.397524+0000 mon.c (mon.1) 3595 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:32.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cluster 2024-03-30T04:47:31.398887+0000 mgr.y (mgr.25441) 3564 : cluster [DBG] pgmap v2357: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cluster 2024-03-30T04:47:31.399227+0000 mgr.y (mgr.25441) 3565 : cluster [DBG] pgmap v2358: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.406555+0000 mon.a (mon.0) 1546 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:32.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cephadm 2024-03-30T04:47:31.408888+0000 mgr.y (mgr.25441) 3566 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.426643+0000 mgr.y (mgr.25441) 3567 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:32.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.448834+0000 mon.c (mon.1) 3596 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:32.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.450602+0000 mon.a (mon.0) 1547 : audit [DBG] from='client.? 172.21.15.111:0/2972026517' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.450677+0000 mon.c (mon.1) 3597 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.452792+0000 mon.c (mon.1) 3598 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.453660+0000 mon.c (mon.1) 3599 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:32.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cluster 2024-03-30T04:47:31.455354+0000 mgr.y (mgr.25441) 3568 : cluster [DBG] pgmap v2359: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cluster 2024-03-30T04:47:31.455719+0000 mgr.y (mgr.25441) 3569 : cluster [DBG] pgmap v2360: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.463439+0000 mon.a (mon.0) 1548 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:32.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cephadm 2024-03-30T04:47:31.465732+0000 mgr.y (mgr.25441) 3570 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.538497+0000 mon.c (mon.1) 3600 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:32.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.540352+0000 mon.c (mon.1) 3601 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.542320+0000 mon.c (mon.1) 3602 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.263919+0000 mon.c (mon.1) 3585 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.266347+0000 mon.c (mon.1) 3586 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.267139+0000 mon.c (mon.1) 3587 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:32.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cluster 2024-03-30T04:47:31.268694+0000 mgr.y (mgr.25441) 3558 : cluster [DBG] pgmap v2353: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cluster 2024-03-30T04:47:31.269044+0000 mgr.y (mgr.25441) 3559 : cluster [DBG] pgmap v2354: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.275934+0000 mon.a (mon.0) 1544 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:32.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cephadm 2024-03-30T04:47:31.279023+0000 mgr.y (mgr.25441) 3560 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.335863+0000 mon.c (mon.1) 3588 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:32.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.337842+0000 mon.c (mon.1) 3589 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.339963+0000 mon.c (mon.1) 3590 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.340697+0000 mon.c (mon.1) 3591 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:32.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cluster 2024-03-30T04:47:31.342160+0000 mgr.y (mgr.25441) 3561 : cluster [DBG] pgmap v2355: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cluster 2024-03-30T04:47:31.342526+0000 mgr.y (mgr.25441) 3562 : cluster [DBG] pgmap v2356: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.350149+0000 mon.a (mon.0) 1545 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:32.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cephadm 2024-03-30T04:47:31.352879+0000 mgr.y (mgr.25441) 3563 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.393350+0000 mon.c (mon.1) 3592 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:32.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.395120+0000 mon.c (mon.1) 3593 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.396884+0000 mon.c (mon.1) 3594 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.543076+0000 mon.c (mon.1) 3603 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:32.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cluster 2024-03-30T04:47:31.544532+0000 mgr.y (mgr.25441) 3571 : cluster [DBG] pgmap v2361: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cluster 2024-03-30T04:47:31.544879+0000 mgr.y (mgr.25441) 3572 : cluster [DBG] pgmap v2362: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.553097+0000 mon.a (mon.0) 1549 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:32.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cephadm 2024-03-30T04:47:31.555480+0000 mgr.y (mgr.25441) 3573 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.616578+0000 mon.c (mon.1) 3604 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:32.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.618749+0000 mon.c (mon.1) 3605 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.620620+0000 mon.c (mon.1) 3606 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.621306+0000 mon.c (mon.1) 3607 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:32.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cluster 2024-03-30T04:47:31.622766+0000 mgr.y (mgr.25441) 3574 : cluster [DBG] pgmap v2363: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cluster 2024-03-30T04:47:31.623073+0000 mgr.y (mgr.25441) 3575 : cluster [DBG] pgmap v2364: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.630616+0000 mon.a (mon.0) 1550 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:32.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cephadm 2024-03-30T04:47:31.632865+0000 mgr.y (mgr.25441) 3576 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.677215+0000 mon.c (mon.1) 3608 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:32.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.679357+0000 mon.c (mon.1) 3609 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.681367+0000 mon.c (mon.1) 3610 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.682058+0000 mon.c (mon.1) 3611 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:32.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cluster 2024-03-30T04:47:31.683434+0000 mgr.y (mgr.25441) 3577 : cluster [DBG] pgmap v2365: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.397524+0000 mon.c (mon.1) 3595 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:32.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cluster 2024-03-30T04:47:31.398887+0000 mgr.y (mgr.25441) 3564 : cluster [DBG] pgmap v2357: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cluster 2024-03-30T04:47:31.399227+0000 mgr.y (mgr.25441) 3565 : cluster [DBG] pgmap v2358: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.406555+0000 mon.a (mon.0) 1546 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:32.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cephadm 2024-03-30T04:47:31.408888+0000 mgr.y (mgr.25441) 3566 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.426643+0000 mgr.y (mgr.25441) 3567 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:32.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.448834+0000 mon.c (mon.1) 3596 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:32.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.450602+0000 mon.a (mon.0) 1547 : audit [DBG] from='client.? 172.21.15.111:0/2972026517' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.450677+0000 mon.c (mon.1) 3597 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.452792+0000 mon.c (mon.1) 3598 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.453660+0000 mon.c (mon.1) 3599 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:32.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cluster 2024-03-30T04:47:31.455354+0000 mgr.y (mgr.25441) 3568 : cluster [DBG] pgmap v2359: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cluster 2024-03-30T04:47:31.455719+0000 mgr.y (mgr.25441) 3569 : cluster [DBG] pgmap v2360: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.463439+0000 mon.a (mon.0) 1548 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:32.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cephadm 2024-03-30T04:47:31.465732+0000 mgr.y (mgr.25441) 3570 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.538497+0000 mon.c (mon.1) 3600 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:32.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.540352+0000 mon.c (mon.1) 3601 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.542320+0000 mon.c (mon.1) 3602 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cluster 2024-03-30T04:47:31.683708+0000 mgr.y (mgr.25441) 3578 : cluster [DBG] pgmap v2366: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.691831+0000 mon.a (mon.0) 1551 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:32.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cephadm 2024-03-30T04:47:31.695396+0000 mgr.y (mgr.25441) 3579 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.772739+0000 mon.c (mon.1) 3612 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:32.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.775177+0000 mon.c (mon.1) 3613 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.777192+0000 mon.c (mon.1) 3614 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.777948+0000 mon.c (mon.1) 3615 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:32.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cluster 2024-03-30T04:47:31.779657+0000 mgr.y (mgr.25441) 3580 : cluster [DBG] pgmap v2367: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cluster 2024-03-30T04:47:31.780027+0000 mgr.y (mgr.25441) 3581 : cluster [DBG] pgmap v2368: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: audit 2024-03-30T04:47:31.788732+0000 mon.a (mon.0) 1552 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:32.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[73591]: cephadm 2024-03-30T04:47:31.791645+0000 mgr.y (mgr.25441) 3582 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.543076+0000 mon.c (mon.1) 3603 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:32.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cluster 2024-03-30T04:47:31.544532+0000 mgr.y (mgr.25441) 3571 : cluster [DBG] pgmap v2361: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cluster 2024-03-30T04:47:31.544879+0000 mgr.y (mgr.25441) 3572 : cluster [DBG] pgmap v2362: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.553097+0000 mon.a (mon.0) 1549 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:32.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cephadm 2024-03-30T04:47:31.555480+0000 mgr.y (mgr.25441) 3573 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.616578+0000 mon.c (mon.1) 3604 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:32.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.618749+0000 mon.c (mon.1) 3605 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.620620+0000 mon.c (mon.1) 3606 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.621306+0000 mon.c (mon.1) 3607 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:32.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cluster 2024-03-30T04:47:31.622766+0000 mgr.y (mgr.25441) 3574 : cluster [DBG] pgmap v2363: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cluster 2024-03-30T04:47:31.623073+0000 mgr.y (mgr.25441) 3575 : cluster [DBG] pgmap v2364: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.630616+0000 mon.a (mon.0) 1550 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:32.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cephadm 2024-03-30T04:47:31.632865+0000 mgr.y (mgr.25441) 3576 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.677215+0000 mon.c (mon.1) 3608 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:32.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.679357+0000 mon.c (mon.1) 3609 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.681367+0000 mon.c (mon.1) 3610 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.682058+0000 mon.c (mon.1) 3611 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:32.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cluster 2024-03-30T04:47:31.683434+0000 mgr.y (mgr.25441) 3577 : cluster [DBG] pgmap v2365: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cluster 2024-03-30T04:47:31.683708+0000 mgr.y (mgr.25441) 3578 : cluster [DBG] pgmap v2366: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.691831+0000 mon.a (mon.0) 1551 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:32.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cephadm 2024-03-30T04:47:31.695396+0000 mgr.y (mgr.25441) 3579 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.772739+0000 mon.c (mon.1) 3612 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:32.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.775177+0000 mon.c (mon.1) 3613 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:32.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.777192+0000 mon.c (mon.1) 3614 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.777948+0000 mon.c (mon.1) 3615 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:32.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cluster 2024-03-30T04:47:31.779657+0000 mgr.y (mgr.25441) 3580 : cluster [DBG] pgmap v2367: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cluster 2024-03-30T04:47:31.780027+0000 mgr.y (mgr.25441) 3581 : cluster [DBG] pgmap v2368: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 84/726 objects degraded (11.570%) 2024-03-30T04:47:32.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: audit 2024-03-30T04:47:31.788732+0000 mon.a (mon.0) 1552 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:32.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:31 smithi111 bash[70954]: cephadm 2024-03-30T04:47:31.791645+0000 mgr.y (mgr.25441) 3582 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:32.315 INFO:teuthology.orchestra.run.smithi111.stdout:HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down; Degraded data redundancy: 84/726 objects degraded (11.570%), 18 pgs degraded 2024-03-30T04:47:32.315 INFO:teuthology.orchestra.run.smithi111.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:47:32.315 INFO:teuthology.orchestra.run.smithi111.stdout: daemon grafana.a on smithi117 is in error state 2024-03-30T04:47:32.315 INFO:teuthology.orchestra.run.smithi111.stdout:[WRN] OSD_DOWN: 1 osds down 2024-03-30T04:47:32.315 INFO:teuthology.orchestra.run.smithi111.stdout: osd.6 (root=default,host=smithi117) is down 2024-03-30T04:47:32.315 INFO:teuthology.orchestra.run.smithi111.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 84/726 objects degraded (11.570%), 18 pgs degraded 2024-03-30T04:47:32.315 INFO:teuthology.orchestra.run.smithi111.stdout: pg 1.0 is active+undersized+degraded, acting [7,0] 2024-03-30T04:47:32.315 INFO:teuthology.orchestra.run.smithi111.stdout: pg 2.2 is active+undersized+degraded, acting [5,1] 2024-03-30T04:47:32.315 INFO:teuthology.orchestra.run.smithi111.stdout: pg 2.6 is active+undersized+degraded, acting [1,4] 2024-03-30T04:47:32.315 INFO:teuthology.orchestra.run.smithi111.stdout: pg 2.17 is active+undersized+degraded, acting [5,2] 2024-03-30T04:47:32.315 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.0 is active+undersized+degraded, acting [1,2] 2024-03-30T04:47:32.315 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.2 is active+undersized+degraded, acting [3,5] 2024-03-30T04:47:32.315 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.3 is active+undersized+degraded, acting [4,0] 2024-03-30T04:47:32.316 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.a is active+undersized+degraded, acting [4,1] 2024-03-30T04:47:32.316 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.c is active+undersized+degraded, acting [5,3] 2024-03-30T04:47:32.316 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.d is active+undersized+degraded, acting [7,5] 2024-03-30T04:47:32.316 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.10 is active+undersized+degraded, acting [0,5] 2024-03-30T04:47:32.316 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.11 is active+undersized+degraded, acting [7,4] 2024-03-30T04:47:32.316 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.14 is active+undersized+degraded, acting [4,7] 2024-03-30T04:47:32.316 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.1d is active+undersized+degraded, acting [5,4] 2024-03-30T04:47:32.316 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.1e is active+undersized+degraded, acting [3,2] 2024-03-30T04:47:32.316 INFO:teuthology.orchestra.run.smithi111.stdout: pg 4.e is active+undersized+degraded, acting [4,1] 2024-03-30T04:47:32.316 INFO:teuthology.orchestra.run.smithi111.stdout: pg 4.1f is active+undersized+degraded, acting [5,1] 2024-03-30T04:47:32.316 INFO:teuthology.orchestra.run.smithi111.stdout: pg 6.c is active+undersized+degraded, acting [3,5] 2024-03-30T04:47:33.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:31.858191+0000 mgr.y (mgr.25441) 3583 : audit [DBG] from='client.44485 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:33.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:31.873418+0000 mon.c (mon.1) 3616 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:31.875409+0000 mon.c (mon.1) 3617 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:31.877458+0000 mon.c (mon.1) 3618 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:31.878227+0000 mon.c (mon.1) 3619 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cluster 2024-03-30T04:47:31.879715+0000 mgr.y (mgr.25441) 3584 : cluster [DBG] pgmap v2369: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 19 op/s; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cluster 2024-03-30T04:47:31.880081+0000 mgr.y (mgr.25441) 3585 : cluster [DBG] pgmap v2370: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 19 op/s; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:31.886236+0000 mon.a (mon.0) 1553 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cephadm 2024-03-30T04:47:31.886906+0000 mgr.y (mgr.25441) 3586 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:31.943200+0000 mon.c (mon.1) 3620 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:31.945291+0000 mon.c (mon.1) 3621 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:31.947448+0000 mon.c (mon.1) 3622 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:31.948107+0000 mon.c (mon.1) 3623 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cluster 2024-03-30T04:47:31.949459+0000 mgr.y (mgr.25441) 3587 : cluster [DBG] pgmap v2371: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 18 op/s; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cluster 2024-03-30T04:47:31.949821+0000 mgr.y (mgr.25441) 3588 : cluster [DBG] pgmap v2372: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 18 op/s; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:31.955427+0000 mon.a (mon.0) 1554 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cephadm 2024-03-30T04:47:31.956128+0000 mgr.y (mgr.25441) 3589 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:31.858191+0000 mgr.y (mgr.25441) 3583 : audit [DBG] from='client.44485 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:33.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:31.873418+0000 mon.c (mon.1) 3616 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:31.875409+0000 mon.c (mon.1) 3617 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:31.877458+0000 mon.c (mon.1) 3618 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:31.878227+0000 mon.c (mon.1) 3619 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cluster 2024-03-30T04:47:31.879715+0000 mgr.y (mgr.25441) 3584 : cluster [DBG] pgmap v2369: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 19 op/s; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cluster 2024-03-30T04:47:31.880081+0000 mgr.y (mgr.25441) 3585 : cluster [DBG] pgmap v2370: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 19 op/s; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:31.886236+0000 mon.a (mon.0) 1553 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cephadm 2024-03-30T04:47:31.886906+0000 mgr.y (mgr.25441) 3586 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:31.943200+0000 mon.c (mon.1) 3620 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:31.945291+0000 mon.c (mon.1) 3621 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:31.947448+0000 mon.c (mon.1) 3622 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:31.948107+0000 mon.c (mon.1) 3623 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cluster 2024-03-30T04:47:31.949459+0000 mgr.y (mgr.25441) 3587 : cluster [DBG] pgmap v2371: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 18 op/s; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cluster 2024-03-30T04:47:31.949821+0000 mgr.y (mgr.25441) 3588 : cluster [DBG] pgmap v2372: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 18 op/s; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:31.955427+0000 mon.a (mon.0) 1554 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cephadm 2024-03-30T04:47:31.956128+0000 mgr.y (mgr.25441) 3589 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.012508+0000 mon.c (mon.1) 3624 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.014466+0000 mon.c (mon.1) 3625 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.016755+0000 mon.c (mon.1) 3626 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.017377+0000 mon.c (mon.1) 3627 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cluster 2024-03-30T04:47:32.018773+0000 mgr.y (mgr.25441) 3590 : cluster [DBG] pgmap v2373: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cluster 2024-03-30T04:47:32.019143+0000 mgr.y (mgr.25441) 3591 : cluster [DBG] pgmap v2374: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.024785+0000 mon.a (mon.0) 1555 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cephadm 2024-03-30T04:47:32.026405+0000 mgr.y (mgr.25441) 3592 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.066945+0000 mon.c (mon.1) 3628 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.068999+0000 mon.c (mon.1) 3629 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.071020+0000 mon.c (mon.1) 3630 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.071729+0000 mon.c (mon.1) 3631 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cluster 2024-03-30T04:47:32.073089+0000 mgr.y (mgr.25441) 3593 : cluster [DBG] pgmap v2375: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cluster 2024-03-30T04:47:32.073422+0000 mgr.y (mgr.25441) 3594 : cluster [DBG] pgmap v2376: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.077931+0000 mon.a (mon.0) 1556 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cephadm 2024-03-30T04:47:32.078651+0000 mgr.y (mgr.25441) 3595 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.141026+0000 mon.c (mon.1) 3632 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.143496+0000 mon.c (mon.1) 3633 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.145765+0000 mon.c (mon.1) 3634 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.146626+0000 mon.c (mon.1) 3635 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cluster 2024-03-30T04:47:32.148718+0000 mgr.y (mgr.25441) 3596 : cluster [DBG] pgmap v2377: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cluster 2024-03-30T04:47:32.149226+0000 mgr.y (mgr.25441) 3597 : cluster [DBG] pgmap v2378: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.154359+0000 mon.a (mon.0) 1557 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cephadm 2024-03-30T04:47:32.155893+0000 mgr.y (mgr.25441) 3598 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.217012+0000 mon.c (mon.1) 3636 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.219551+0000 mon.c (mon.1) 3637 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.221886+0000 mon.c (mon.1) 3638 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.222836+0000 mon.c (mon.1) 3639 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cluster 2024-03-30T04:47:32.224532+0000 mgr.y (mgr.25441) 3599 : cluster [DBG] pgmap v2379: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cluster 2024-03-30T04:47:32.224893+0000 mgr.y (mgr.25441) 3600 : cluster [DBG] pgmap v2380: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.231681+0000 mon.a (mon.0) 1558 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cephadm 2024-03-30T04:47:32.232432+0000 mgr.y (mgr.25441) 3601 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.295611+0000 mon.c (mon.1) 3640 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.298873+0000 mon.c (mon.1) 3641 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.301349+0000 mon.c (mon.1) 3642 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.302310+0000 mon.c (mon.1) 3643 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.012508+0000 mon.c (mon.1) 3624 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.014466+0000 mon.c (mon.1) 3625 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.016755+0000 mon.c (mon.1) 3626 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.017377+0000 mon.c (mon.1) 3627 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cluster 2024-03-30T04:47:32.018773+0000 mgr.y (mgr.25441) 3590 : cluster [DBG] pgmap v2373: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cluster 2024-03-30T04:47:32.019143+0000 mgr.y (mgr.25441) 3591 : cluster [DBG] pgmap v2374: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.024785+0000 mon.a (mon.0) 1555 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cephadm 2024-03-30T04:47:32.026405+0000 mgr.y (mgr.25441) 3592 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.066945+0000 mon.c (mon.1) 3628 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.068999+0000 mon.c (mon.1) 3629 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.071020+0000 mon.c (mon.1) 3630 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.071729+0000 mon.c (mon.1) 3631 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cluster 2024-03-30T04:47:32.073089+0000 mgr.y (mgr.25441) 3593 : cluster [DBG] pgmap v2375: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cluster 2024-03-30T04:47:32.073422+0000 mgr.y (mgr.25441) 3594 : cluster [DBG] pgmap v2376: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.077931+0000 mon.a (mon.0) 1556 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cephadm 2024-03-30T04:47:32.078651+0000 mgr.y (mgr.25441) 3595 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.141026+0000 mon.c (mon.1) 3632 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.143496+0000 mon.c (mon.1) 3633 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cluster 2024-03-30T04:47:32.303995+0000 mgr.y (mgr.25441) 3602 : cluster [DBG] pgmap v2381: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cluster 2024-03-30T04:47:32.304338+0000 mgr.y (mgr.25441) 3603 : cluster [DBG] pgmap v2382: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.310769+0000 mon.a (mon.0) 1559 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cephadm 2024-03-30T04:47:32.311579+0000 mgr.y (mgr.25441) 3604 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.321255+0000 mon.c (mon.1) 3644 : audit [DBG] from='client.? 172.21.15.111:0/3315035010' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:47:33.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.357736+0000 mon.c (mon.1) 3645 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.359856+0000 mon.c (mon.1) 3646 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.362015+0000 mon.c (mon.1) 3647 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.362691+0000 mon.c (mon.1) 3648 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cluster 2024-03-30T04:47:32.364025+0000 mgr.y (mgr.25441) 3605 : cluster [DBG] pgmap v2383: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cluster 2024-03-30T04:47:32.364324+0000 mgr.y (mgr.25441) 3606 : cluster [DBG] pgmap v2384: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.369856+0000 mon.a (mon.0) 1560 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cephadm 2024-03-30T04:47:32.370466+0000 mgr.y (mgr.25441) 3607 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.410776+0000 mon.c (mon.1) 3649 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.412791+0000 mon.c (mon.1) 3650 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.414664+0000 mon.c (mon.1) 3651 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.415307+0000 mon.c (mon.1) 3652 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cluster 2024-03-30T04:47:32.416595+0000 mgr.y (mgr.25441) 3608 : cluster [DBG] pgmap v2385: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.145765+0000 mon.c (mon.1) 3634 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.146626+0000 mon.c (mon.1) 3635 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cluster 2024-03-30T04:47:32.148718+0000 mgr.y (mgr.25441) 3596 : cluster [DBG] pgmap v2377: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cluster 2024-03-30T04:47:32.149226+0000 mgr.y (mgr.25441) 3597 : cluster [DBG] pgmap v2378: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.154359+0000 mon.a (mon.0) 1557 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cephadm 2024-03-30T04:47:32.155893+0000 mgr.y (mgr.25441) 3598 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.217012+0000 mon.c (mon.1) 3636 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.219551+0000 mon.c (mon.1) 3637 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.221886+0000 mon.c (mon.1) 3638 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.222836+0000 mon.c (mon.1) 3639 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cluster 2024-03-30T04:47:32.224532+0000 mgr.y (mgr.25441) 3599 : cluster [DBG] pgmap v2379: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cluster 2024-03-30T04:47:32.224893+0000 mgr.y (mgr.25441) 3600 : cluster [DBG] pgmap v2380: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.231681+0000 mon.a (mon.0) 1558 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cephadm 2024-03-30T04:47:32.232432+0000 mgr.y (mgr.25441) 3601 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.295611+0000 mon.c (mon.1) 3640 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.298873+0000 mon.c (mon.1) 3641 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.301349+0000 mon.c (mon.1) 3642 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.302310+0000 mon.c (mon.1) 3643 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cluster 2024-03-30T04:47:32.416925+0000 mgr.y (mgr.25441) 3609 : cluster [DBG] pgmap v2386: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.421432+0000 mon.a (mon.0) 1561 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cephadm 2024-03-30T04:47:32.422003+0000 mgr.y (mgr.25441) 3610 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.462040+0000 mon.c (mon.1) 3653 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.463836+0000 mon.c (mon.1) 3654 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.465981+0000 mon.c (mon.1) 3655 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.466733+0000 mon.c (mon.1) 3656 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cluster 2024-03-30T04:47:32.468186+0000 mgr.y (mgr.25441) 3611 : cluster [DBG] pgmap v2387: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cluster 2024-03-30T04:47:32.468493+0000 mgr.y (mgr.25441) 3612 : cluster [DBG] pgmap v2388: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.473819+0000 mon.a (mon.0) 1562 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cephadm 2024-03-30T04:47:32.474481+0000 mgr.y (mgr.25441) 3613 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.515461+0000 mon.c (mon.1) 3657 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.517242+0000 mon.c (mon.1) 3658 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.518970+0000 mon.c (mon.1) 3659 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.519587+0000 mon.c (mon.1) 3660 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cluster 2024-03-30T04:47:32.520917+0000 mgr.y (mgr.25441) 3614 : cluster [DBG] pgmap v2389: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cluster 2024-03-30T04:47:32.521280+0000 mgr.y (mgr.25441) 3615 : cluster [DBG] pgmap v2390: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.525528+0000 mon.a (mon.0) 1563 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cephadm 2024-03-30T04:47:32.526112+0000 mgr.y (mgr.25441) 3616 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.566536+0000 mon.c (mon.1) 3661 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.568288+0000 mon.c (mon.1) 3662 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.569934+0000 mon.c (mon.1) 3663 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.570584+0000 mon.c (mon.1) 3664 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cluster 2024-03-30T04:47:32.571859+0000 mgr.y (mgr.25441) 3617 : cluster [DBG] pgmap v2391: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cluster 2024-03-30T04:47:32.572148+0000 mgr.y (mgr.25441) 3618 : cluster [DBG] pgmap v2392: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.576455+0000 mon.a (mon.0) 1564 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cephadm 2024-03-30T04:47:32.582807+0000 mgr.y (mgr.25441) 3619 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.623012+0000 mon.c (mon.1) 3665 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.624780+0000 mon.c (mon.1) 3666 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.626468+0000 mon.c (mon.1) 3667 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.627104+0000 mon.c (mon.1) 3668 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cluster 2024-03-30T04:47:32.628466+0000 mgr.y (mgr.25441) 3620 : cluster [DBG] pgmap v2393: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cluster 2024-03-30T04:47:32.628796+0000 mgr.y (mgr.25441) 3621 : cluster [DBG] pgmap v2394: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.634980+0000 mon.a (mon.0) 1565 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cephadm 2024-03-30T04:47:32.638321+0000 mgr.y (mgr.25441) 3622 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.695330+0000 mon.c (mon.1) 3669 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cluster 2024-03-30T04:47:32.303995+0000 mgr.y (mgr.25441) 3602 : cluster [DBG] pgmap v2381: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cluster 2024-03-30T04:47:32.304338+0000 mgr.y (mgr.25441) 3603 : cluster [DBG] pgmap v2382: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.310769+0000 mon.a (mon.0) 1559 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cephadm 2024-03-30T04:47:32.311579+0000 mgr.y (mgr.25441) 3604 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.321255+0000 mon.c (mon.1) 3644 : audit [DBG] from='client.? 172.21.15.111:0/3315035010' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:47:33.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.357736+0000 mon.c (mon.1) 3645 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.359856+0000 mon.c (mon.1) 3646 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.362015+0000 mon.c (mon.1) 3647 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.362691+0000 mon.c (mon.1) 3648 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cluster 2024-03-30T04:47:32.364025+0000 mgr.y (mgr.25441) 3605 : cluster [DBG] pgmap v2383: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cluster 2024-03-30T04:47:32.364324+0000 mgr.y (mgr.25441) 3606 : cluster [DBG] pgmap v2384: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.369856+0000 mon.a (mon.0) 1560 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cephadm 2024-03-30T04:47:32.370466+0000 mgr.y (mgr.25441) 3607 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.410776+0000 mon.c (mon.1) 3649 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.412791+0000 mon.c (mon.1) 3650 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.414664+0000 mon.c (mon.1) 3651 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.415307+0000 mon.c (mon.1) 3652 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cluster 2024-03-30T04:47:32.416595+0000 mgr.y (mgr.25441) 3608 : cluster [DBG] pgmap v2385: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.697416+0000 mon.c (mon.1) 3670 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.699798+0000 mon.c (mon.1) 3671 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.700640+0000 mon.c (mon.1) 3672 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cluster 2024-03-30T04:47:32.702732+0000 mgr.y (mgr.25441) 3623 : cluster [DBG] pgmap v2395: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cluster 2024-03-30T04:47:32.703661+0000 mgr.y (mgr.25441) 3624 : cluster [DBG] pgmap v2396: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.708788+0000 mon.a (mon.0) 1566 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cephadm 2024-03-30T04:47:32.711611+0000 mgr.y (mgr.25441) 3625 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.751755+0000 mon.c (mon.1) 3673 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.753575+0000 mon.c (mon.1) 3674 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.755217+0000 mon.c (mon.1) 3675 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.755843+0000 mon.c (mon.1) 3676 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cluster 2024-03-30T04:47:32.757064+0000 mgr.y (mgr.25441) 3626 : cluster [DBG] pgmap v2397: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cluster 2024-03-30T04:47:32.757363+0000 mgr.y (mgr.25441) 3627 : cluster [DBG] pgmap v2398: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.763532+0000 mon.a (mon.0) 1567 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: cephadm 2024-03-30T04:47:32.766408+0000 mgr.y (mgr.25441) 3628 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.807591+0000 mon.c (mon.1) 3677 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.809409+0000 mon.c (mon.1) 3678 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.811119+0000 mon.c (mon.1) 3679 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.811726+0000 mon.c (mon.1) 3680 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[73591]: audit 2024-03-30T04:47:32.819407+0000 mon.a (mon.0) 1568 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cluster 2024-03-30T04:47:32.416925+0000 mgr.y (mgr.25441) 3609 : cluster [DBG] pgmap v2386: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.421432+0000 mon.a (mon.0) 1561 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cephadm 2024-03-30T04:47:32.422003+0000 mgr.y (mgr.25441) 3610 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.462040+0000 mon.c (mon.1) 3653 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.463836+0000 mon.c (mon.1) 3654 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.465981+0000 mon.c (mon.1) 3655 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.466733+0000 mon.c (mon.1) 3656 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cluster 2024-03-30T04:47:32.468186+0000 mgr.y (mgr.25441) 3611 : cluster [DBG] pgmap v2387: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cluster 2024-03-30T04:47:32.468493+0000 mgr.y (mgr.25441) 3612 : cluster [DBG] pgmap v2388: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.473819+0000 mon.a (mon.0) 1562 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cephadm 2024-03-30T04:47:32.474481+0000 mgr.y (mgr.25441) 3613 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.515461+0000 mon.c (mon.1) 3657 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.517242+0000 mon.c (mon.1) 3658 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.518970+0000 mon.c (mon.1) 3659 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.519587+0000 mon.c (mon.1) 3660 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cluster 2024-03-30T04:47:32.520917+0000 mgr.y (mgr.25441) 3614 : cluster [DBG] pgmap v2389: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cluster 2024-03-30T04:47:32.521280+0000 mgr.y (mgr.25441) 3615 : cluster [DBG] pgmap v2390: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.525528+0000 mon.a (mon.0) 1563 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cephadm 2024-03-30T04:47:32.526112+0000 mgr.y (mgr.25441) 3616 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.566536+0000 mon.c (mon.1) 3661 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.568288+0000 mon.c (mon.1) 3662 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.569934+0000 mon.c (mon.1) 3663 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.570584+0000 mon.c (mon.1) 3664 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cluster 2024-03-30T04:47:32.571859+0000 mgr.y (mgr.25441) 3617 : cluster [DBG] pgmap v2391: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cluster 2024-03-30T04:47:32.572148+0000 mgr.y (mgr.25441) 3618 : cluster [DBG] pgmap v2392: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.576455+0000 mon.a (mon.0) 1564 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cephadm 2024-03-30T04:47:32.582807+0000 mgr.y (mgr.25441) 3619 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.623012+0000 mon.c (mon.1) 3665 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.624780+0000 mon.c (mon.1) 3666 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.626468+0000 mon.c (mon.1) 3667 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.627104+0000 mon.c (mon.1) 3668 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cluster 2024-03-30T04:47:32.628466+0000 mgr.y (mgr.25441) 3620 : cluster [DBG] pgmap v2393: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cluster 2024-03-30T04:47:32.628796+0000 mgr.y (mgr.25441) 3621 : cluster [DBG] pgmap v2394: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.634980+0000 mon.a (mon.0) 1565 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cephadm 2024-03-30T04:47:32.638321+0000 mgr.y (mgr.25441) 3622 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.695330+0000 mon.c (mon.1) 3669 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.697416+0000 mon.c (mon.1) 3670 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.699798+0000 mon.c (mon.1) 3671 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.700640+0000 mon.c (mon.1) 3672 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cluster 2024-03-30T04:47:32.702732+0000 mgr.y (mgr.25441) 3623 : cluster [DBG] pgmap v2395: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cluster 2024-03-30T04:47:32.703661+0000 mgr.y (mgr.25441) 3624 : cluster [DBG] pgmap v2396: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.708788+0000 mon.a (mon.0) 1566 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cephadm 2024-03-30T04:47:32.711611+0000 mgr.y (mgr.25441) 3625 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.751755+0000 mon.c (mon.1) 3673 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.753575+0000 mon.c (mon.1) 3674 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.755217+0000 mon.c (mon.1) 3675 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.755843+0000 mon.c (mon.1) 3676 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cluster 2024-03-30T04:47:32.757064+0000 mgr.y (mgr.25441) 3626 : cluster [DBG] pgmap v2397: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cluster 2024-03-30T04:47:32.757363+0000 mgr.y (mgr.25441) 3627 : cluster [DBG] pgmap v2398: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.763532+0000 mon.a (mon.0) 1567 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: cephadm 2024-03-30T04:47:32.766408+0000 mgr.y (mgr.25441) 3628 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.807591+0000 mon.c (mon.1) 3677 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.809409+0000 mon.c (mon.1) 3678 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.811119+0000 mon.c (mon.1) 3679 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.811726+0000 mon.c (mon.1) 3680 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:32 smithi111 bash[70954]: audit 2024-03-30T04:47:32.819407+0000 mon.a (mon.0) 1568 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.137 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[74404]: debug 2024-03-30T04:47:33.063+0000 7fe1343e6700 1 -- 172.21.15.117:0/1495531742 <== mon.2 v2:172.21.15.117:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x56324fd0b680 con 0x56324fd49000 2024-03-30T04:47:33.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:31.858191+0000 mgr.y (mgr.25441) 3583 : audit [DBG] from='client.44485 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:33.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:31.873418+0000 mon.c (mon.1) 3616 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:31.875409+0000 mon.c (mon.1) 3617 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:31.877458+0000 mon.c (mon.1) 3618 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:31.878227+0000 mon.c (mon.1) 3619 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cluster 2024-03-30T04:47:31.879715+0000 mgr.y (mgr.25441) 3584 : cluster [DBG] pgmap v2369: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 19 op/s; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cluster 2024-03-30T04:47:31.880081+0000 mgr.y (mgr.25441) 3585 : cluster [DBG] pgmap v2370: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 19 op/s; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:31.886236+0000 mon.a (mon.0) 1553 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cephadm 2024-03-30T04:47:31.886906+0000 mgr.y (mgr.25441) 3586 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:31.943200+0000 mon.c (mon.1) 3620 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:31.945291+0000 mon.c (mon.1) 3621 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:31.947448+0000 mon.c (mon.1) 3622 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:31.948107+0000 mon.c (mon.1) 3623 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cluster 2024-03-30T04:47:31.949459+0000 mgr.y (mgr.25441) 3587 : cluster [DBG] pgmap v2371: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 18 op/s; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cluster 2024-03-30T04:47:31.949821+0000 mgr.y (mgr.25441) 3588 : cluster [DBG] pgmap v2372: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 18 op/s; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:31.955427+0000 mon.a (mon.0) 1554 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cephadm 2024-03-30T04:47:31.956128+0000 mgr.y (mgr.25441) 3589 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.012508+0000 mon.c (mon.1) 3624 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.014466+0000 mon.c (mon.1) 3625 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.016755+0000 mon.c (mon.1) 3626 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.017377+0000 mon.c (mon.1) 3627 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cluster 2024-03-30T04:47:32.018773+0000 mgr.y (mgr.25441) 3590 : cluster [DBG] pgmap v2373: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cluster 2024-03-30T04:47:32.019143+0000 mgr.y (mgr.25441) 3591 : cluster [DBG] pgmap v2374: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.024785+0000 mon.a (mon.0) 1555 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cephadm 2024-03-30T04:47:32.026405+0000 mgr.y (mgr.25441) 3592 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.066945+0000 mon.c (mon.1) 3628 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.068999+0000 mon.c (mon.1) 3629 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.071020+0000 mon.c (mon.1) 3630 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.071729+0000 mon.c (mon.1) 3631 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cluster 2024-03-30T04:47:32.073089+0000 mgr.y (mgr.25441) 3593 : cluster [DBG] pgmap v2375: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cluster 2024-03-30T04:47:32.073422+0000 mgr.y (mgr.25441) 3594 : cluster [DBG] pgmap v2376: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.077931+0000 mon.a (mon.0) 1556 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cephadm 2024-03-30T04:47:32.078651+0000 mgr.y (mgr.25441) 3595 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.141026+0000 mon.c (mon.1) 3632 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.143496+0000 mon.c (mon.1) 3633 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.145765+0000 mon.c (mon.1) 3634 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.146626+0000 mon.c (mon.1) 3635 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cluster 2024-03-30T04:47:32.148718+0000 mgr.y (mgr.25441) 3596 : cluster [DBG] pgmap v2377: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cluster 2024-03-30T04:47:32.149226+0000 mgr.y (mgr.25441) 3597 : cluster [DBG] pgmap v2378: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.154359+0000 mon.a (mon.0) 1557 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cephadm 2024-03-30T04:47:32.155893+0000 mgr.y (mgr.25441) 3598 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.217012+0000 mon.c (mon.1) 3636 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.219551+0000 mon.c (mon.1) 3637 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.221886+0000 mon.c (mon.1) 3638 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.222836+0000 mon.c (mon.1) 3639 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cluster 2024-03-30T04:47:32.224532+0000 mgr.y (mgr.25441) 3599 : cluster [DBG] pgmap v2379: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cluster 2024-03-30T04:47:32.224893+0000 mgr.y (mgr.25441) 3600 : cluster [DBG] pgmap v2380: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.231681+0000 mon.a (mon.0) 1558 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cephadm 2024-03-30T04:47:32.232432+0000 mgr.y (mgr.25441) 3601 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.295611+0000 mon.c (mon.1) 3640 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.298873+0000 mon.c (mon.1) 3641 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.301349+0000 mon.c (mon.1) 3642 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.302310+0000 mon.c (mon.1) 3643 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cluster 2024-03-30T04:47:32.303995+0000 mgr.y (mgr.25441) 3602 : cluster [DBG] pgmap v2381: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cluster 2024-03-30T04:47:32.304338+0000 mgr.y (mgr.25441) 3603 : cluster [DBG] pgmap v2382: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.310769+0000 mon.a (mon.0) 1559 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cephadm 2024-03-30T04:47:32.311579+0000 mgr.y (mgr.25441) 3604 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.321255+0000 mon.c (mon.1) 3644 : audit [DBG] from='client.? 172.21.15.111:0/3315035010' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:47:33.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.357736+0000 mon.c (mon.1) 3645 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.359856+0000 mon.c (mon.1) 3646 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.362015+0000 mon.c (mon.1) 3647 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.362691+0000 mon.c (mon.1) 3648 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cluster 2024-03-30T04:47:32.364025+0000 mgr.y (mgr.25441) 3605 : cluster [DBG] pgmap v2383: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cluster 2024-03-30T04:47:32.364324+0000 mgr.y (mgr.25441) 3606 : cluster [DBG] pgmap v2384: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.369856+0000 mon.a (mon.0) 1560 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cephadm 2024-03-30T04:47:32.370466+0000 mgr.y (mgr.25441) 3607 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.410776+0000 mon.c (mon.1) 3649 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.412791+0000 mon.c (mon.1) 3650 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.414664+0000 mon.c (mon.1) 3651 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.415307+0000 mon.c (mon.1) 3652 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cluster 2024-03-30T04:47:32.416595+0000 mgr.y (mgr.25441) 3608 : cluster [DBG] pgmap v2385: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cluster 2024-03-30T04:47:32.416925+0000 mgr.y (mgr.25441) 3609 : cluster [DBG] pgmap v2386: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.421432+0000 mon.a (mon.0) 1561 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cephadm 2024-03-30T04:47:32.422003+0000 mgr.y (mgr.25441) 3610 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.462040+0000 mon.c (mon.1) 3653 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.463836+0000 mon.c (mon.1) 3654 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.465981+0000 mon.c (mon.1) 3655 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.466733+0000 mon.c (mon.1) 3656 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cluster 2024-03-30T04:47:32.468186+0000 mgr.y (mgr.25441) 3611 : cluster [DBG] pgmap v2387: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cluster 2024-03-30T04:47:32.468493+0000 mgr.y (mgr.25441) 3612 : cluster [DBG] pgmap v2388: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.473819+0000 mon.a (mon.0) 1562 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cephadm 2024-03-30T04:47:32.474481+0000 mgr.y (mgr.25441) 3613 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.515461+0000 mon.c (mon.1) 3657 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.517242+0000 mon.c (mon.1) 3658 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.518970+0000 mon.c (mon.1) 3659 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.519587+0000 mon.c (mon.1) 3660 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cluster 2024-03-30T04:47:32.520917+0000 mgr.y (mgr.25441) 3614 : cluster [DBG] pgmap v2389: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cluster 2024-03-30T04:47:32.521280+0000 mgr.y (mgr.25441) 3615 : cluster [DBG] pgmap v2390: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.525528+0000 mon.a (mon.0) 1563 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cephadm 2024-03-30T04:47:32.526112+0000 mgr.y (mgr.25441) 3616 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.566536+0000 mon.c (mon.1) 3661 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.568288+0000 mon.c (mon.1) 3662 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.569934+0000 mon.c (mon.1) 3663 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.570584+0000 mon.c (mon.1) 3664 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cluster 2024-03-30T04:47:32.571859+0000 mgr.y (mgr.25441) 3617 : cluster [DBG] pgmap v2391: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cluster 2024-03-30T04:47:32.572148+0000 mgr.y (mgr.25441) 3618 : cluster [DBG] pgmap v2392: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.576455+0000 mon.a (mon.0) 1564 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cephadm 2024-03-30T04:47:32.582807+0000 mgr.y (mgr.25441) 3619 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.623012+0000 mon.c (mon.1) 3665 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.624780+0000 mon.c (mon.1) 3666 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.626468+0000 mon.c (mon.1) 3667 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.627104+0000 mon.c (mon.1) 3668 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cluster 2024-03-30T04:47:32.628466+0000 mgr.y (mgr.25441) 3620 : cluster [DBG] pgmap v2393: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cluster 2024-03-30T04:47:32.628796+0000 mgr.y (mgr.25441) 3621 : cluster [DBG] pgmap v2394: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.634980+0000 mon.a (mon.0) 1565 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cephadm 2024-03-30T04:47:32.638321+0000 mgr.y (mgr.25441) 3622 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.695330+0000 mon.c (mon.1) 3669 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.697416+0000 mon.c (mon.1) 3670 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.699798+0000 mon.c (mon.1) 3671 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.700640+0000 mon.c (mon.1) 3672 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cluster 2024-03-30T04:47:32.702732+0000 mgr.y (mgr.25441) 3623 : cluster [DBG] pgmap v2395: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cluster 2024-03-30T04:47:32.703661+0000 mgr.y (mgr.25441) 3624 : cluster [DBG] pgmap v2396: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.708788+0000 mon.a (mon.0) 1566 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cephadm 2024-03-30T04:47:32.711611+0000 mgr.y (mgr.25441) 3625 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.751755+0000 mon.c (mon.1) 3673 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.753575+0000 mon.c (mon.1) 3674 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.755217+0000 mon.c (mon.1) 3675 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.755843+0000 mon.c (mon.1) 3676 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cluster 2024-03-30T04:47:32.757064+0000 mgr.y (mgr.25441) 3626 : cluster [DBG] pgmap v2397: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cluster 2024-03-30T04:47:32.757363+0000 mgr.y (mgr.25441) 3627 : cluster [DBG] pgmap v2398: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.763532+0000 mon.a (mon.0) 1567 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: cephadm 2024-03-30T04:47:32.766408+0000 mgr.y (mgr.25441) 3628 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.807591+0000 mon.c (mon.1) 3677 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.809409+0000 mon.c (mon.1) 3678 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.811119+0000 mon.c (mon.1) 3679 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.811726+0000 mon.c (mon.1) 3680 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:32 smithi117 bash[62284]: audit 2024-03-30T04:47:32.819407+0000 mon.a (mon.0) 1568 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.868 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[74404]: debug 2024-03-30T04:47:33.615+0000 7fe13d57e7c0 -1 Falling back to public interface 2024-03-30T04:47:33.868 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cluster 2024-03-30T04:47:32.812998+0000 mgr.y (mgr.25441) 3629 : cluster [DBG] pgmap v2399: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.868 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cluster 2024-03-30T04:47:32.813307+0000 mgr.y (mgr.25441) 3630 : cluster [DBG] pgmap v2400: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.868 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cephadm 2024-03-30T04:47:32.820496+0000 mgr.y (mgr.25441) 3631 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.868 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:32.865617+0000 mon.c (mon.1) 3681 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.869 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:32.867621+0000 mon.c (mon.1) 3682 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.869 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:32.869808+0000 mon.c (mon.1) 3683 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.869 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:32.870493+0000 mon.c (mon.1) 3684 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.869 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cluster 2024-03-30T04:47:32.871881+0000 mgr.y (mgr.25441) 3632 : cluster [DBG] pgmap v2401: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.869 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cluster 2024-03-30T04:47:32.872225+0000 mgr.y (mgr.25441) 3633 : cluster [DBG] pgmap v2402: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.869 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:32.876511+0000 mon.a (mon.0) 1569 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.869 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cephadm 2024-03-30T04:47:32.878102+0000 mgr.y (mgr.25441) 3634 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.869 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:32.918206+0000 mon.c (mon.1) 3685 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.869 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:32.920269+0000 mon.c (mon.1) 3686 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.869 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:32.922100+0000 mon.c (mon.1) 3687 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.869 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:32.922759+0000 mon.c (mon.1) 3688 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.869 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cluster 2024-03-30T04:47:32.924146+0000 mgr.y (mgr.25441) 3635 : cluster [DBG] pgmap v2403: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.869 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cluster 2024-03-30T04:47:32.924500+0000 mgr.y (mgr.25441) 3636 : cluster [DBG] pgmap v2404: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.869 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:32.928863+0000 mon.a (mon.0) 1570 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.870 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cephadm 2024-03-30T04:47:32.930300+0000 mgr.y (mgr.25441) 3637 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.870 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:32.970215+0000 mon.c (mon.1) 3689 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.870 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:32.972317+0000 mon.c (mon.1) 3690 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.870 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:32.974580+0000 mon.c (mon.1) 3691 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.870 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:32.975389+0000 mon.c (mon.1) 3692 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.870 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cluster 2024-03-30T04:47:32.976989+0000 mgr.y (mgr.25441) 3638 : cluster [DBG] pgmap v2405: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.870 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cluster 2024-03-30T04:47:32.977344+0000 mgr.y (mgr.25441) 3639 : cluster [DBG] pgmap v2406: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.870 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:32.981708+0000 mon.a (mon.0) 1571 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.870 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cephadm 2024-03-30T04:47:32.984977+0000 mgr.y (mgr.25441) 3640 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.870 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.025019+0000 mon.c (mon.1) 3693 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.870 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.026815+0000 mon.c (mon.1) 3694 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.870 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.028513+0000 mon.c (mon.1) 3695 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.870 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.029106+0000 mon.c (mon.1) 3696 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.870 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cluster 2024-03-30T04:47:33.030407+0000 mgr.y (mgr.25441) 3641 : cluster [DBG] pgmap v2407: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.871 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cluster 2024-03-30T04:47:33.030746+0000 mgr.y (mgr.25441) 3642 : cluster [DBG] pgmap v2408: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.871 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.035114+0000 mon.a (mon.0) 1572 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.871 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cephadm 2024-03-30T04:47:33.035826+0000 mgr.y (mgr.25441) 3643 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.872 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.075677+0000 mon.c (mon.1) 3697 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.872 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.077732+0000 mon.c (mon.1) 3698 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.872 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.079639+0000 mon.c (mon.1) 3699 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.872 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.080306+0000 mon.c (mon.1) 3700 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.872 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cluster 2024-03-30T04:47:33.081764+0000 mgr.y (mgr.25441) 3644 : cluster [DBG] pgmap v2409: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.872 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cluster 2024-03-30T04:47:33.082110+0000 mgr.y (mgr.25441) 3645 : cluster [DBG] pgmap v2410: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.872 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.086228+0000 mon.a (mon.0) 1573 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.872 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cephadm 2024-03-30T04:47:33.087262+0000 mgr.y (mgr.25441) 3646 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.872 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.128030+0000 mon.c (mon.1) 3701 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.872 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.129893+0000 mon.c (mon.1) 3702 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.872 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.131655+0000 mon.c (mon.1) 3703 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.872 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.132283+0000 mon.c (mon.1) 3704 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.872 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cluster 2024-03-30T04:47:33.133649+0000 mgr.y (mgr.25441) 3647 : cluster [DBG] pgmap v2411: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.872 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cluster 2024-03-30T04:47:33.133994+0000 mgr.y (mgr.25441) 3648 : cluster [DBG] pgmap v2412: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.872 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.139609+0000 mon.a (mon.0) 1574 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.873 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cephadm 2024-03-30T04:47:33.140137+0000 mgr.y (mgr.25441) 3649 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.873 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.180285+0000 mon.c (mon.1) 3705 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.873 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.182179+0000 mon.c (mon.1) 3706 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.873 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.184058+0000 mon.c (mon.1) 3707 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.873 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.184701+0000 mon.c (mon.1) 3708 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.873 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cluster 2024-03-30T04:47:33.186043+0000 mgr.y (mgr.25441) 3650 : cluster [DBG] pgmap v2413: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.873 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cluster 2024-03-30T04:47:33.186402+0000 mgr.y (mgr.25441) 3651 : cluster [DBG] pgmap v2414: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.873 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.190637+0000 mon.a (mon.0) 1575 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.873 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cephadm 2024-03-30T04:47:33.191455+0000 mgr.y (mgr.25441) 3652 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.873 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.232834+0000 mon.c (mon.1) 3709 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.873 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.234745+0000 mon.c (mon.1) 3710 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.873 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.236591+0000 mon.c (mon.1) 3711 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.873 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.237230+0000 mon.c (mon.1) 3712 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.873 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cluster 2024-03-30T04:47:33.238641+0000 mgr.y (mgr.25441) 3653 : cluster [DBG] pgmap v2415: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.873 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cluster 2024-03-30T04:47:33.238992+0000 mgr.y (mgr.25441) 3654 : cluster [DBG] pgmap v2416: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.874 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.243269+0000 mon.a (mon.0) 1576 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.874 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cephadm 2024-03-30T04:47:33.244203+0000 mgr.y (mgr.25441) 3655 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.874 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.284242+0000 mon.c (mon.1) 3713 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.874 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.286083+0000 mon.c (mon.1) 3714 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.874 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.287829+0000 mon.c (mon.1) 3715 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.874 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.288472+0000 mon.c (mon.1) 3716 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.874 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cluster 2024-03-30T04:47:33.289744+0000 mgr.y (mgr.25441) 3656 : cluster [DBG] pgmap v2417: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.874 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cluster 2024-03-30T04:47:33.290054+0000 mgr.y (mgr.25441) 3657 : cluster [DBG] pgmap v2418: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.874 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.295522+0000 mon.a (mon.0) 1577 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.874 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cephadm 2024-03-30T04:47:33.296084+0000 mgr.y (mgr.25441) 3658 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.874 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.337521+0000 mon.c (mon.1) 3717 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.874 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.339580+0000 mon.c (mon.1) 3718 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.874 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.341769+0000 mon.c (mon.1) 3719 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.874 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.342563+0000 mon.c (mon.1) 3720 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.875 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cluster 2024-03-30T04:47:33.343949+0000 mgr.y (mgr.25441) 3659 : cluster [DBG] pgmap v2419: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.875 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cluster 2024-03-30T04:47:33.344270+0000 mgr.y (mgr.25441) 3660 : cluster [DBG] pgmap v2420: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.875 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.349829+0000 mon.a (mon.0) 1578 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.875 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cephadm 2024-03-30T04:47:33.350794+0000 mgr.y (mgr.25441) 3661 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.875 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.390471+0000 mon.c (mon.1) 3721 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.875 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.392329+0000 mon.c (mon.1) 3722 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.875 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.394180+0000 mon.c (mon.1) 3723 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.875 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.394877+0000 mon.c (mon.1) 3724 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.875 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cluster 2024-03-30T04:47:33.396270+0000 mgr.y (mgr.25441) 3662 : cluster [DBG] pgmap v2421: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.875 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cluster 2024-03-30T04:47:33.396715+0000 mgr.y (mgr.25441) 3663 : cluster [DBG] pgmap v2422: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.875 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.401776+0000 mon.a (mon.0) 1579 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.875 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cephadm 2024-03-30T04:47:33.402348+0000 mgr.y (mgr.25441) 3664 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.875 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.458947+0000 mon.c (mon.1) 3725 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.875 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.460980+0000 mon.c (mon.1) 3726 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.875 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.463279+0000 mon.c (mon.1) 3727 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.875 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.464177+0000 mon.c (mon.1) 3728 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.876 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cluster 2024-03-30T04:47:33.465905+0000 mgr.y (mgr.25441) 3665 : cluster [DBG] pgmap v2423: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.876 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cluster 2024-03-30T04:47:33.466620+0000 mgr.y (mgr.25441) 3666 : cluster [DBG] pgmap v2424: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.876 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.472309+0000 mon.a (mon.0) 1580 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.876 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cephadm 2024-03-30T04:47:33.473624+0000 mgr.y (mgr.25441) 3667 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.876 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.554013+0000 mon.c (mon.1) 3729 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.876 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.558196+0000 mon.c (mon.1) 3730 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.876 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.561422+0000 mon.c (mon.1) 3731 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.876 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.562747+0000 mon.c (mon.1) 3732 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.876 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cluster 2024-03-30T04:47:33.565648+0000 mgr.y (mgr.25441) 3668 : cluster [DBG] pgmap v2425: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.876 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cluster 2024-03-30T04:47:33.566527+0000 mgr.y (mgr.25441) 3669 : cluster [DBG] pgmap v2426: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.876 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.573397+0000 mon.a (mon.0) 1581 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.876 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cephadm 2024-03-30T04:47:33.574373+0000 mgr.y (mgr.25441) 3670 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.876 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.631333+0000 mon.c (mon.1) 3733 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.876 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.635292+0000 mon.c (mon.1) 3734 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.876 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.638918+0000 mon.c (mon.1) 3735 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.876 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.640179+0000 mon.c (mon.1) 3736 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.877 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cluster 2024-03-30T04:47:33.642586+0000 mgr.y (mgr.25441) 3671 : cluster [DBG] pgmap v2427: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.877 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cluster 2024-03-30T04:47:33.642954+0000 mgr.y (mgr.25441) 3672 : cluster [DBG] pgmap v2428: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.877 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.648335+0000 mon.a (mon.0) 1582 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.877 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cephadm 2024-03-30T04:47:33.651212+0000 mgr.y (mgr.25441) 3673 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.877 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.739546+0000 mon.c (mon.1) 3737 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.877 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.743268+0000 mon.c (mon.1) 3738 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.877 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.746528+0000 mon.c (mon.1) 3739 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.877 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.747665+0000 mon.c (mon.1) 3740 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.877 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cluster 2024-03-30T04:47:33.749851+0000 mgr.y (mgr.25441) 3674 : cluster [DBG] pgmap v2429: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.877 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cluster 2024-03-30T04:47:33.750192+0000 mgr.y (mgr.25441) 3675 : cluster [DBG] pgmap v2430: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:33.877 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.756454+0000 mon.a (mon.0) 1583 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:33.877 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: cephadm 2024-03-30T04:47:33.759273+0000 mgr.y (mgr.25441) 3676 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:33.877 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.818991+0000 mon.c (mon.1) 3741 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:33.877 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.821418+0000 mon.c (mon.1) 3742 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:33.877 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.824170+0000 mon.c (mon.1) 3743 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:33.877 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.825089+0000 mon.c (mon.1) 3744 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:33.878 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:33 smithi117 bash[62284]: audit 2024-03-30T04:47:33.832158+0000 mon.a (mon.0) 1584 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:34.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cluster 2024-03-30T04:47:32.812998+0000 mgr.y (mgr.25441) 3629 : cluster [DBG] pgmap v2399: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cluster 2024-03-30T04:47:32.813307+0000 mgr.y (mgr.25441) 3630 : cluster [DBG] pgmap v2400: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cephadm 2024-03-30T04:47:32.820496+0000 mgr.y (mgr.25441) 3631 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:34.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:32.865617+0000 mon.c (mon.1) 3681 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:34.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:32.867621+0000 mon.c (mon.1) 3682 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:34.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:32.869808+0000 mon.c (mon.1) 3683 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:34.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:32.870493+0000 mon.c (mon.1) 3684 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:34.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cluster 2024-03-30T04:47:32.871881+0000 mgr.y (mgr.25441) 3632 : cluster [DBG] pgmap v2401: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cluster 2024-03-30T04:47:32.872225+0000 mgr.y (mgr.25441) 3633 : cluster [DBG] pgmap v2402: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:32.876511+0000 mon.a (mon.0) 1569 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:34.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cephadm 2024-03-30T04:47:32.878102+0000 mgr.y (mgr.25441) 3634 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:34.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:32.918206+0000 mon.c (mon.1) 3685 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:34.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:32.920269+0000 mon.c (mon.1) 3686 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:34.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:32.922100+0000 mon.c (mon.1) 3687 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:34.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:32.922759+0000 mon.c (mon.1) 3688 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:34.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cluster 2024-03-30T04:47:32.924146+0000 mgr.y (mgr.25441) 3635 : cluster [DBG] pgmap v2403: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cluster 2024-03-30T04:47:32.924500+0000 mgr.y (mgr.25441) 3636 : cluster [DBG] pgmap v2404: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cluster 2024-03-30T04:47:32.812998+0000 mgr.y (mgr.25441) 3629 : cluster [DBG] pgmap v2399: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cluster 2024-03-30T04:47:32.813307+0000 mgr.y (mgr.25441) 3630 : cluster [DBG] pgmap v2400: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cephadm 2024-03-30T04:47:32.820496+0000 mgr.y (mgr.25441) 3631 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:34.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:32.865617+0000 mon.c (mon.1) 3681 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:34.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:32.867621+0000 mon.c (mon.1) 3682 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:34.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:32.869808+0000 mon.c (mon.1) 3683 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:34.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:32.870493+0000 mon.c (mon.1) 3684 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:34.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cluster 2024-03-30T04:47:32.871881+0000 mgr.y (mgr.25441) 3632 : cluster [DBG] pgmap v2401: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cluster 2024-03-30T04:47:32.872225+0000 mgr.y (mgr.25441) 3633 : cluster [DBG] pgmap v2402: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:32.876511+0000 mon.a (mon.0) 1569 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:34.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cephadm 2024-03-30T04:47:32.878102+0000 mgr.y (mgr.25441) 3634 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:34.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:32.918206+0000 mon.c (mon.1) 3685 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:34.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:32.920269+0000 mon.c (mon.1) 3686 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:34.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:32.922100+0000 mon.c (mon.1) 3687 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:34.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:32.922759+0000 mon.c (mon.1) 3688 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:34.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cluster 2024-03-30T04:47:32.924146+0000 mgr.y (mgr.25441) 3635 : cluster [DBG] pgmap v2403: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cluster 2024-03-30T04:47:32.924500+0000 mgr.y (mgr.25441) 3636 : cluster [DBG] pgmap v2404: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:32.928863+0000 mon.a (mon.0) 1570 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:34.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cephadm 2024-03-30T04:47:32.930300+0000 mgr.y (mgr.25441) 3637 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:34.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:32.970215+0000 mon.c (mon.1) 3689 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:34.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:32.972317+0000 mon.c (mon.1) 3690 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:34.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:32.974580+0000 mon.c (mon.1) 3691 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:34.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:32.975389+0000 mon.c (mon.1) 3692 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:34.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cluster 2024-03-30T04:47:32.976989+0000 mgr.y (mgr.25441) 3638 : cluster [DBG] pgmap v2405: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cluster 2024-03-30T04:47:32.977344+0000 mgr.y (mgr.25441) 3639 : cluster [DBG] pgmap v2406: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:32.981708+0000 mon.a (mon.0) 1571 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:34.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cephadm 2024-03-30T04:47:32.984977+0000 mgr.y (mgr.25441) 3640 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:34.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.025019+0000 mon.c (mon.1) 3693 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:34.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.026815+0000 mon.c (mon.1) 3694 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:34.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.028513+0000 mon.c (mon.1) 3695 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:34.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.029106+0000 mon.c (mon.1) 3696 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:34.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cluster 2024-03-30T04:47:33.030407+0000 mgr.y (mgr.25441) 3641 : cluster [DBG] pgmap v2407: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cluster 2024-03-30T04:47:33.030746+0000 mgr.y (mgr.25441) 3642 : cluster [DBG] pgmap v2408: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.035114+0000 mon.a (mon.0) 1572 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:34.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cephadm 2024-03-30T04:47:33.035826+0000 mgr.y (mgr.25441) 3643 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:34.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:32.928863+0000 mon.a (mon.0) 1570 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:34.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cephadm 2024-03-30T04:47:32.930300+0000 mgr.y (mgr.25441) 3637 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:34.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:32.970215+0000 mon.c (mon.1) 3689 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:34.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:32.972317+0000 mon.c (mon.1) 3690 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:34.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:32.974580+0000 mon.c (mon.1) 3691 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:34.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:32.975389+0000 mon.c (mon.1) 3692 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:34.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cluster 2024-03-30T04:47:32.976989+0000 mgr.y (mgr.25441) 3638 : cluster [DBG] pgmap v2405: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cluster 2024-03-30T04:47:32.977344+0000 mgr.y (mgr.25441) 3639 : cluster [DBG] pgmap v2406: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:32.981708+0000 mon.a (mon.0) 1571 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:34.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cephadm 2024-03-30T04:47:32.984977+0000 mgr.y (mgr.25441) 3640 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:34.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.025019+0000 mon.c (mon.1) 3693 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:34.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.026815+0000 mon.c (mon.1) 3694 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:34.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.028513+0000 mon.c (mon.1) 3695 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:34.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.029106+0000 mon.c (mon.1) 3696 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:34.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cluster 2024-03-30T04:47:33.030407+0000 mgr.y (mgr.25441) 3641 : cluster [DBG] pgmap v2407: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cluster 2024-03-30T04:47:33.030746+0000 mgr.y (mgr.25441) 3642 : cluster [DBG] pgmap v2408: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.035114+0000 mon.a (mon.0) 1572 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:34.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cephadm 2024-03-30T04:47:33.035826+0000 mgr.y (mgr.25441) 3643 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:34.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.075677+0000 mon.c (mon.1) 3697 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:34.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.077732+0000 mon.c (mon.1) 3698 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:34.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.079639+0000 mon.c (mon.1) 3699 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:34.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.080306+0000 mon.c (mon.1) 3700 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:34.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cluster 2024-03-30T04:47:33.081764+0000 mgr.y (mgr.25441) 3644 : cluster [DBG] pgmap v2409: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cluster 2024-03-30T04:47:33.082110+0000 mgr.y (mgr.25441) 3645 : cluster [DBG] pgmap v2410: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.086228+0000 mon.a (mon.0) 1573 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:34.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cephadm 2024-03-30T04:47:33.087262+0000 mgr.y (mgr.25441) 3646 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:34.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.128030+0000 mon.c (mon.1) 3701 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:34.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.129893+0000 mon.c (mon.1) 3702 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:34.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.131655+0000 mon.c (mon.1) 3703 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:34.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.132283+0000 mon.c (mon.1) 3704 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:34.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cluster 2024-03-30T04:47:33.133649+0000 mgr.y (mgr.25441) 3647 : cluster [DBG] pgmap v2411: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cluster 2024-03-30T04:47:33.133994+0000 mgr.y (mgr.25441) 3648 : cluster [DBG] pgmap v2412: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.139609+0000 mon.a (mon.0) 1574 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:34.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cephadm 2024-03-30T04:47:33.140137+0000 mgr.y (mgr.25441) 3649 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:34.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.180285+0000 mon.c (mon.1) 3705 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:34.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.182179+0000 mon.c (mon.1) 3706 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:34.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.075677+0000 mon.c (mon.1) 3697 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:34.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.077732+0000 mon.c (mon.1) 3698 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:34.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.079639+0000 mon.c (mon.1) 3699 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:34.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.080306+0000 mon.c (mon.1) 3700 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:34.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cluster 2024-03-30T04:47:33.081764+0000 mgr.y (mgr.25441) 3644 : cluster [DBG] pgmap v2409: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cluster 2024-03-30T04:47:33.082110+0000 mgr.y (mgr.25441) 3645 : cluster [DBG] pgmap v2410: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.086228+0000 mon.a (mon.0) 1573 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:34.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cephadm 2024-03-30T04:47:33.087262+0000 mgr.y (mgr.25441) 3646 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:34.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.128030+0000 mon.c (mon.1) 3701 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:34.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.129893+0000 mon.c (mon.1) 3702 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:34.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.131655+0000 mon.c (mon.1) 3703 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:34.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.132283+0000 mon.c (mon.1) 3704 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:34.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cluster 2024-03-30T04:47:33.133649+0000 mgr.y (mgr.25441) 3647 : cluster [DBG] pgmap v2411: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cluster 2024-03-30T04:47:33.133994+0000 mgr.y (mgr.25441) 3648 : cluster [DBG] pgmap v2412: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.139609+0000 mon.a (mon.0) 1574 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:34.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cephadm 2024-03-30T04:47:33.140137+0000 mgr.y (mgr.25441) 3649 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:34.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.180285+0000 mon.c (mon.1) 3705 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:34.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.182179+0000 mon.c (mon.1) 3706 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:34.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.184058+0000 mon.c (mon.1) 3707 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:34.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.184701+0000 mon.c (mon.1) 3708 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:34.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cluster 2024-03-30T04:47:33.186043+0000 mgr.y (mgr.25441) 3650 : cluster [DBG] pgmap v2413: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cluster 2024-03-30T04:47:33.186402+0000 mgr.y (mgr.25441) 3651 : cluster [DBG] pgmap v2414: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.190637+0000 mon.a (mon.0) 1575 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:34.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cephadm 2024-03-30T04:47:33.191455+0000 mgr.y (mgr.25441) 3652 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:34.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.232834+0000 mon.c (mon.1) 3709 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:34.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.234745+0000 mon.c (mon.1) 3710 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:34.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.236591+0000 mon.c (mon.1) 3711 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:34.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.237230+0000 mon.c (mon.1) 3712 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:34.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cluster 2024-03-30T04:47:33.238641+0000 mgr.y (mgr.25441) 3653 : cluster [DBG] pgmap v2415: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cluster 2024-03-30T04:47:33.238992+0000 mgr.y (mgr.25441) 3654 : cluster [DBG] pgmap v2416: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.243269+0000 mon.a (mon.0) 1576 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:34.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cephadm 2024-03-30T04:47:33.244203+0000 mgr.y (mgr.25441) 3655 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:34.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.284242+0000 mon.c (mon.1) 3713 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:34.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.286083+0000 mon.c (mon.1) 3714 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:34.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.287829+0000 mon.c (mon.1) 3715 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:34.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.288472+0000 mon.c (mon.1) 3716 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:34.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cluster 2024-03-30T04:47:33.289744+0000 mgr.y (mgr.25441) 3656 : cluster [DBG] pgmap v2417: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cluster 2024-03-30T04:47:33.290054+0000 mgr.y (mgr.25441) 3657 : cluster [DBG] pgmap v2418: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.295522+0000 mon.a (mon.0) 1577 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:34.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cephadm 2024-03-30T04:47:33.296084+0000 mgr.y (mgr.25441) 3658 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:34.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.337521+0000 mon.c (mon.1) 3717 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:34.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.339580+0000 mon.c (mon.1) 3718 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:34.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.341769+0000 mon.c (mon.1) 3719 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:34.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.342563+0000 mon.c (mon.1) 3720 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:34.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cluster 2024-03-30T04:47:33.343949+0000 mgr.y (mgr.25441) 3659 : cluster [DBG] pgmap v2419: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cluster 2024-03-30T04:47:33.344270+0000 mgr.y (mgr.25441) 3660 : cluster [DBG] pgmap v2420: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.349829+0000 mon.a (mon.0) 1578 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:34.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cephadm 2024-03-30T04:47:33.350794+0000 mgr.y (mgr.25441) 3661 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:34.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.390471+0000 mon.c (mon.1) 3721 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:34.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.392329+0000 mon.c (mon.1) 3722 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:34.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.394180+0000 mon.c (mon.1) 3723 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:34.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.394877+0000 mon.c (mon.1) 3724 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:34.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cluster 2024-03-30T04:47:33.396270+0000 mgr.y (mgr.25441) 3662 : cluster [DBG] pgmap v2421: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cluster 2024-03-30T04:47:33.396715+0000 mgr.y (mgr.25441) 3663 : cluster [DBG] pgmap v2422: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.184058+0000 mon.c (mon.1) 3707 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:34.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.184701+0000 mon.c (mon.1) 3708 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:34.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cluster 2024-03-30T04:47:33.186043+0000 mgr.y (mgr.25441) 3650 : cluster [DBG] pgmap v2413: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cluster 2024-03-30T04:47:33.186402+0000 mgr.y (mgr.25441) 3651 : cluster [DBG] pgmap v2414: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.190637+0000 mon.a (mon.0) 1575 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:34.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cephadm 2024-03-30T04:47:33.191455+0000 mgr.y (mgr.25441) 3652 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:34.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.232834+0000 mon.c (mon.1) 3709 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:34.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.234745+0000 mon.c (mon.1) 3710 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:34.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.236591+0000 mon.c (mon.1) 3711 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:34.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.237230+0000 mon.c (mon.1) 3712 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:34.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cluster 2024-03-30T04:47:33.238641+0000 mgr.y (mgr.25441) 3653 : cluster [DBG] pgmap v2415: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cluster 2024-03-30T04:47:33.238992+0000 mgr.y (mgr.25441) 3654 : cluster [DBG] pgmap v2416: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.243269+0000 mon.a (mon.0) 1576 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:34.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cephadm 2024-03-30T04:47:33.244203+0000 mgr.y (mgr.25441) 3655 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:34.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.284242+0000 mon.c (mon.1) 3713 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:34.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.286083+0000 mon.c (mon.1) 3714 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:34.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.287829+0000 mon.c (mon.1) 3715 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:34.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.288472+0000 mon.c (mon.1) 3716 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:34.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.401776+0000 mon.a (mon.0) 1579 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:34.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cephadm 2024-03-30T04:47:33.402348+0000 mgr.y (mgr.25441) 3664 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:34.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.458947+0000 mon.c (mon.1) 3725 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:34.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.460980+0000 mon.c (mon.1) 3726 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:34.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.463279+0000 mon.c (mon.1) 3727 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:34.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.464177+0000 mon.c (mon.1) 3728 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:34.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cluster 2024-03-30T04:47:33.465905+0000 mgr.y (mgr.25441) 3665 : cluster [DBG] pgmap v2423: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cluster 2024-03-30T04:47:33.466620+0000 mgr.y (mgr.25441) 3666 : cluster [DBG] pgmap v2424: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.472309+0000 mon.a (mon.0) 1580 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:34.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cephadm 2024-03-30T04:47:33.473624+0000 mgr.y (mgr.25441) 3667 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:34.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.554013+0000 mon.c (mon.1) 3729 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:34.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.558196+0000 mon.c (mon.1) 3730 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:34.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.561422+0000 mon.c (mon.1) 3731 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:34.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.562747+0000 mon.c (mon.1) 3732 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:34.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cluster 2024-03-30T04:47:33.565648+0000 mgr.y (mgr.25441) 3668 : cluster [DBG] pgmap v2425: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cluster 2024-03-30T04:47:33.566527+0000 mgr.y (mgr.25441) 3669 : cluster [DBG] pgmap v2426: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.573397+0000 mon.a (mon.0) 1581 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:34.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cephadm 2024-03-30T04:47:33.574373+0000 mgr.y (mgr.25441) 3670 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:34.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cluster 2024-03-30T04:47:33.289744+0000 mgr.y (mgr.25441) 3656 : cluster [DBG] pgmap v2417: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cluster 2024-03-30T04:47:33.290054+0000 mgr.y (mgr.25441) 3657 : cluster [DBG] pgmap v2418: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.295522+0000 mon.a (mon.0) 1577 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:34.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cephadm 2024-03-30T04:47:33.296084+0000 mgr.y (mgr.25441) 3658 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:34.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.337521+0000 mon.c (mon.1) 3717 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:34.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.339580+0000 mon.c (mon.1) 3718 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:34.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.341769+0000 mon.c (mon.1) 3719 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:34.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.342563+0000 mon.c (mon.1) 3720 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:34.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cluster 2024-03-30T04:47:33.343949+0000 mgr.y (mgr.25441) 3659 : cluster [DBG] pgmap v2419: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cluster 2024-03-30T04:47:33.344270+0000 mgr.y (mgr.25441) 3660 : cluster [DBG] pgmap v2420: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.349829+0000 mon.a (mon.0) 1578 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:34.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cephadm 2024-03-30T04:47:33.350794+0000 mgr.y (mgr.25441) 3661 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:34.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.390471+0000 mon.c (mon.1) 3721 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:34.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.392329+0000 mon.c (mon.1) 3722 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:34.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.394180+0000 mon.c (mon.1) 3723 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:34.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.394877+0000 mon.c (mon.1) 3724 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:34.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cluster 2024-03-30T04:47:33.396270+0000 mgr.y (mgr.25441) 3662 : cluster [DBG] pgmap v2421: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cluster 2024-03-30T04:47:33.396715+0000 mgr.y (mgr.25441) 3663 : cluster [DBG] pgmap v2422: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.631333+0000 mon.c (mon.1) 3733 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:34.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.635292+0000 mon.c (mon.1) 3734 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:34.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.638918+0000 mon.c (mon.1) 3735 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:34.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.640179+0000 mon.c (mon.1) 3736 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:34.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cluster 2024-03-30T04:47:33.642586+0000 mgr.y (mgr.25441) 3671 : cluster [DBG] pgmap v2427: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cluster 2024-03-30T04:47:33.642954+0000 mgr.y (mgr.25441) 3672 : cluster [DBG] pgmap v2428: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.648335+0000 mon.a (mon.0) 1582 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:34.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cephadm 2024-03-30T04:47:33.651212+0000 mgr.y (mgr.25441) 3673 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:34.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.739546+0000 mon.c (mon.1) 3737 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:34.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.743268+0000 mon.c (mon.1) 3738 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:34.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.746528+0000 mon.c (mon.1) 3739 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:34.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.747665+0000 mon.c (mon.1) 3740 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:34.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cluster 2024-03-30T04:47:33.749851+0000 mgr.y (mgr.25441) 3674 : cluster [DBG] pgmap v2429: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cluster 2024-03-30T04:47:33.750192+0000 mgr.y (mgr.25441) 3675 : cluster [DBG] pgmap v2430: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.756454+0000 mon.a (mon.0) 1583 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:34.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: cephadm 2024-03-30T04:47:33.759273+0000 mgr.y (mgr.25441) 3676 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:34.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.818991+0000 mon.c (mon.1) 3741 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:34.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.821418+0000 mon.c (mon.1) 3742 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:34.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.824170+0000 mon.c (mon.1) 3743 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:34.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.825089+0000 mon.c (mon.1) 3744 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:34.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[70954]: audit 2024-03-30T04:47:33.832158+0000 mon.a (mon.0) 1584 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:34.138 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.401776+0000 mon.a (mon.0) 1579 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:34.138 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cephadm 2024-03-30T04:47:33.402348+0000 mgr.y (mgr.25441) 3664 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:34.138 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.458947+0000 mon.c (mon.1) 3725 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:34.138 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.460980+0000 mon.c (mon.1) 3726 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:34.138 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.463279+0000 mon.c (mon.1) 3727 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:34.138 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.464177+0000 mon.c (mon.1) 3728 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:34.138 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cluster 2024-03-30T04:47:33.465905+0000 mgr.y (mgr.25441) 3665 : cluster [DBG] pgmap v2423: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.138 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cluster 2024-03-30T04:47:33.466620+0000 mgr.y (mgr.25441) 3666 : cluster [DBG] pgmap v2424: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.138 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.472309+0000 mon.a (mon.0) 1580 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:34.138 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cephadm 2024-03-30T04:47:33.473624+0000 mgr.y (mgr.25441) 3667 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:34.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.554013+0000 mon.c (mon.1) 3729 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:34.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.558196+0000 mon.c (mon.1) 3730 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:34.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.561422+0000 mon.c (mon.1) 3731 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:34.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.562747+0000 mon.c (mon.1) 3732 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:34.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cluster 2024-03-30T04:47:33.565648+0000 mgr.y (mgr.25441) 3668 : cluster [DBG] pgmap v2425: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cluster 2024-03-30T04:47:33.566527+0000 mgr.y (mgr.25441) 3669 : cluster [DBG] pgmap v2426: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.573397+0000 mon.a (mon.0) 1581 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:34.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cephadm 2024-03-30T04:47:33.574373+0000 mgr.y (mgr.25441) 3670 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:34.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.631333+0000 mon.c (mon.1) 3733 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:34.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.635292+0000 mon.c (mon.1) 3734 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:34.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.638918+0000 mon.c (mon.1) 3735 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:34.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.640179+0000 mon.c (mon.1) 3736 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:34.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cluster 2024-03-30T04:47:33.642586+0000 mgr.y (mgr.25441) 3671 : cluster [DBG] pgmap v2427: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cluster 2024-03-30T04:47:33.642954+0000 mgr.y (mgr.25441) 3672 : cluster [DBG] pgmap v2428: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.648335+0000 mon.a (mon.0) 1582 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:34.140 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cephadm 2024-03-30T04:47:33.651212+0000 mgr.y (mgr.25441) 3673 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:34.140 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.739546+0000 mon.c (mon.1) 3737 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:34.140 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.743268+0000 mon.c (mon.1) 3738 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:34.140 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.746528+0000 mon.c (mon.1) 3739 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:34.140 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.747665+0000 mon.c (mon.1) 3740 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:34.140 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cluster 2024-03-30T04:47:33.749851+0000 mgr.y (mgr.25441) 3674 : cluster [DBG] pgmap v2429: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.140 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cluster 2024-03-30T04:47:33.750192+0000 mgr.y (mgr.25441) 3675 : cluster [DBG] pgmap v2430: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:34.140 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.756454+0000 mon.a (mon.0) 1583 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:34.140 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: cephadm 2024-03-30T04:47:33.759273+0000 mgr.y (mgr.25441) 3676 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:34.140 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.818991+0000 mon.c (mon.1) 3741 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:34.140 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.821418+0000 mon.c (mon.1) 3742 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:34.140 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.824170+0000 mon.c (mon.1) 3743 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:34.140 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.825089+0000 mon.c (mon.1) 3744 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:34.140 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:33 smithi111 bash[73591]: audit 2024-03-30T04:47:33.832158+0000 mon.a (mon.0) 1584 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:35.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: cluster 2024-03-30T04:47:33.826685+0000 mgr.y (mgr.25441) 3677 : cluster [DBG] pgmap v2431: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: cluster 2024-03-30T04:47:33.827065+0000 mgr.y (mgr.25441) 3678 : cluster [DBG] pgmap v2432: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: cephadm 2024-03-30T04:47:33.833565+0000 mgr.y (mgr.25441) 3679 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:35.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:33.892452+0000 mon.c (mon.1) 3745 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:35.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:33.894667+0000 mon.c (mon.1) 3746 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:35.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:33.896674+0000 mon.c (mon.1) 3747 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:35.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:33.897443+0000 mon.c (mon.1) 3748 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:35.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: cluster 2024-03-30T04:47:33.899117+0000 mgr.y (mgr.25441) 3680 : cluster [DBG] pgmap v2433: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: cluster 2024-03-30T04:47:33.899465+0000 mgr.y (mgr.25441) 3681 : cluster [DBG] pgmap v2434: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:33.904360+0000 mon.a (mon.0) 1585 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:35.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: cephadm 2024-03-30T04:47:33.905659+0000 mgr.y (mgr.25441) 3682 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:35.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:33.948916+0000 mon.c (mon.1) 3749 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:35.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:33.951254+0000 mon.c (mon.1) 3750 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:35.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:33.953588+0000 mon.c (mon.1) 3751 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:35.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:33.954440+0000 mon.c (mon.1) 3752 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:35.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: cluster 2024-03-30T04:47:33.955927+0000 mgr.y (mgr.25441) 3683 : cluster [DBG] pgmap v2435: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: cluster 2024-03-30T04:47:33.956290+0000 mgr.y (mgr.25441) 3684 : cluster [DBG] pgmap v2436: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: cluster 2024-03-30T04:47:33.826685+0000 mgr.y (mgr.25441) 3677 : cluster [DBG] pgmap v2431: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: cluster 2024-03-30T04:47:33.827065+0000 mgr.y (mgr.25441) 3678 : cluster [DBG] pgmap v2432: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: cephadm 2024-03-30T04:47:33.833565+0000 mgr.y (mgr.25441) 3679 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:35.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:33.892452+0000 mon.c (mon.1) 3745 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:35.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:33.894667+0000 mon.c (mon.1) 3746 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:35.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:33.896674+0000 mon.c (mon.1) 3747 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:35.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:33.897443+0000 mon.c (mon.1) 3748 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:35.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: cluster 2024-03-30T04:47:33.899117+0000 mgr.y (mgr.25441) 3680 : cluster [DBG] pgmap v2433: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: cluster 2024-03-30T04:47:33.899465+0000 mgr.y (mgr.25441) 3681 : cluster [DBG] pgmap v2434: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:33.904360+0000 mon.a (mon.0) 1585 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:35.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: cephadm 2024-03-30T04:47:33.905659+0000 mgr.y (mgr.25441) 3682 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:35.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:33.948916+0000 mon.c (mon.1) 3749 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:35.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:33.951254+0000 mon.c (mon.1) 3750 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:35.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:33.953588+0000 mon.c (mon.1) 3751 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:35.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:33.954440+0000 mon.c (mon.1) 3752 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:35.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: cluster 2024-03-30T04:47:33.955927+0000 mgr.y (mgr.25441) 3683 : cluster [DBG] pgmap v2435: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: cluster 2024-03-30T04:47:33.956290+0000 mgr.y (mgr.25441) 3684 : cluster [DBG] pgmap v2436: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:33.960859+0000 mon.a (mon.0) 1586 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:35.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: cephadm 2024-03-30T04:47:33.962543+0000 mgr.y (mgr.25441) 3685 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:35.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.003045+0000 mon.c (mon.1) 3753 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:35.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.005022+0000 mon.c (mon.1) 3754 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:35.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.006942+0000 mon.c (mon.1) 3755 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:35.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.007694+0000 mon.c (mon.1) 3756 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:35.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: cluster 2024-03-30T04:47:34.009152+0000 mgr.y (mgr.25441) 3686 : cluster [DBG] pgmap v2437: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: cluster 2024-03-30T04:47:34.009511+0000 mgr.y (mgr.25441) 3687 : cluster [DBG] pgmap v2438: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.016091+0000 mon.a (mon.0) 1587 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:35.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: cephadm 2024-03-30T04:47:34.018900+0000 mgr.y (mgr.25441) 3688 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:35.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.075851+0000 mon.c (mon.1) 3757 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:35.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.077718+0000 mon.c (mon.1) 3758 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:35.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.079639+0000 mon.c (mon.1) 3759 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:35.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.080351+0000 mon.c (mon.1) 3760 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:35.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: cluster 2024-03-30T04:47:34.081777+0000 mgr.y (mgr.25441) 3689 : cluster [DBG] pgmap v2439: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: cluster 2024-03-30T04:47:34.082124+0000 mgr.y (mgr.25441) 3690 : cluster [DBG] pgmap v2440: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.088857+0000 mon.a (mon.0) 1588 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:35.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: cephadm 2024-03-30T04:47:34.089467+0000 mgr.y (mgr.25441) 3691 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:35.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.146101+0000 mon.c (mon.1) 3761 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:35.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.148014+0000 mon.c (mon.1) 3762 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:35.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.149814+0000 mon.c (mon.1) 3763 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:35.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.150445+0000 mon.c (mon.1) 3764 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:35.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: cluster 2024-03-30T04:47:34.151900+0000 mgr.y (mgr.25441) 3692 : cluster [DBG] pgmap v2441: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: cluster 2024-03-30T04:47:34.152250+0000 mgr.y (mgr.25441) 3693 : cluster [DBG] pgmap v2442: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.157055+0000 mon.a (mon.0) 1589 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:35.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: cephadm 2024-03-30T04:47:34.159364+0000 mgr.y (mgr.25441) 3694 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:35.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.199786+0000 mon.c (mon.1) 3765 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:35.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.201768+0000 mon.c (mon.1) 3766 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:35.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.203702+0000 mon.c (mon.1) 3767 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:35.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.204363+0000 mon.c (mon.1) 3768 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:35.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: cluster 2024-03-30T04:47:34.205796+0000 mgr.y (mgr.25441) 3695 : cluster [DBG] pgmap v2443: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: cluster 2024-03-30T04:47:34.206155+0000 mgr.y (mgr.25441) 3696 : cluster [DBG] pgmap v2444: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.210866+0000 mon.a (mon.0) 1590 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:35.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: cephadm 2024-03-30T04:47:34.213710+0000 mgr.y (mgr.25441) 3697 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:35.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.270278+0000 mon.c (mon.1) 3769 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:35.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.272268+0000 mon.c (mon.1) 3770 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:35.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:33.960859+0000 mon.a (mon.0) 1586 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:35.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: cephadm 2024-03-30T04:47:33.962543+0000 mgr.y (mgr.25441) 3685 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:35.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.003045+0000 mon.c (mon.1) 3753 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:35.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.005022+0000 mon.c (mon.1) 3754 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:35.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.006942+0000 mon.c (mon.1) 3755 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:35.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.007694+0000 mon.c (mon.1) 3756 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:35.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: cluster 2024-03-30T04:47:34.009152+0000 mgr.y (mgr.25441) 3686 : cluster [DBG] pgmap v2437: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: cluster 2024-03-30T04:47:34.009511+0000 mgr.y (mgr.25441) 3687 : cluster [DBG] pgmap v2438: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.016091+0000 mon.a (mon.0) 1587 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:35.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: cephadm 2024-03-30T04:47:34.018900+0000 mgr.y (mgr.25441) 3688 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:35.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.075851+0000 mon.c (mon.1) 3757 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:35.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.077718+0000 mon.c (mon.1) 3758 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:35.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.079639+0000 mon.c (mon.1) 3759 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:35.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.080351+0000 mon.c (mon.1) 3760 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:35.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: cluster 2024-03-30T04:47:34.081777+0000 mgr.y (mgr.25441) 3689 : cluster [DBG] pgmap v2439: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: cluster 2024-03-30T04:47:34.082124+0000 mgr.y (mgr.25441) 3690 : cluster [DBG] pgmap v2440: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.088857+0000 mon.a (mon.0) 1588 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:35.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: cephadm 2024-03-30T04:47:34.089467+0000 mgr.y (mgr.25441) 3691 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:35.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.274190+0000 mon.c (mon.1) 3771 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:35.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.275002+0000 mon.c (mon.1) 3772 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:35.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: cluster 2024-03-30T04:47:34.276897+0000 mgr.y (mgr.25441) 3698 : cluster [DBG] pgmap v2445: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: cluster 2024-03-30T04:47:34.277243+0000 mgr.y (mgr.25441) 3699 : cluster [DBG] pgmap v2446: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.284399+0000 mon.a (mon.0) 1591 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:35.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: cephadm 2024-03-30T04:47:34.287048+0000 mgr.y (mgr.25441) 3700 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:35.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.344376+0000 mon.c (mon.1) 3773 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:35.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.346390+0000 mon.c (mon.1) 3774 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:35.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.348473+0000 mon.c (mon.1) 3775 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:35.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.349186+0000 mon.c (mon.1) 3776 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:35.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: cluster 2024-03-30T04:47:34.350678+0000 mgr.y (mgr.25441) 3701 : cluster [DBG] pgmap v2447: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: cluster 2024-03-30T04:47:34.351008+0000 mgr.y (mgr.25441) 3702 : cluster [DBG] pgmap v2448: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.356008+0000 mon.a (mon.0) 1592 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:35.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: cephadm 2024-03-30T04:47:34.358249+0000 mgr.y (mgr.25441) 3703 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:35.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.415100+0000 mon.c (mon.1) 3777 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:35.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.416959+0000 mon.c (mon.1) 3778 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:35.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.418698+0000 mon.c (mon.1) 3779 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:35.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.419418+0000 mon.c (mon.1) 3780 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:35.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.146101+0000 mon.c (mon.1) 3761 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:35.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.148014+0000 mon.c (mon.1) 3762 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:35.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.149814+0000 mon.c (mon.1) 3763 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:35.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.150445+0000 mon.c (mon.1) 3764 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:35.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: cluster 2024-03-30T04:47:34.151900+0000 mgr.y (mgr.25441) 3692 : cluster [DBG] pgmap v2441: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: cluster 2024-03-30T04:47:34.152250+0000 mgr.y (mgr.25441) 3693 : cluster [DBG] pgmap v2442: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.157055+0000 mon.a (mon.0) 1589 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:35.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: cephadm 2024-03-30T04:47:34.159364+0000 mgr.y (mgr.25441) 3694 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:35.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.199786+0000 mon.c (mon.1) 3765 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:35.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.201768+0000 mon.c (mon.1) 3766 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:35.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.203702+0000 mon.c (mon.1) 3767 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:35.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.204363+0000 mon.c (mon.1) 3768 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:35.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: cluster 2024-03-30T04:47:34.205796+0000 mgr.y (mgr.25441) 3695 : cluster [DBG] pgmap v2443: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: cluster 2024-03-30T04:47:34.206155+0000 mgr.y (mgr.25441) 3696 : cluster [DBG] pgmap v2444: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.210866+0000 mon.a (mon.0) 1590 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:35.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: cephadm 2024-03-30T04:47:34.213710+0000 mgr.y (mgr.25441) 3697 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:35.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.270278+0000 mon.c (mon.1) 3769 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:35.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.272268+0000 mon.c (mon.1) 3770 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:35.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: cluster 2024-03-30T04:47:34.420862+0000 mgr.y (mgr.25441) 3704 : cluster [DBG] pgmap v2449: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: cluster 2024-03-30T04:47:34.421210+0000 mgr.y (mgr.25441) 3705 : cluster [DBG] pgmap v2450: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.426127+0000 mon.a (mon.0) 1593 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:35.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: cephadm 2024-03-30T04:47:34.428346+0000 mgr.y (mgr.25441) 3706 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:35.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.485195+0000 mon.c (mon.1) 3781 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:35.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.488860+0000 mon.c (mon.1) 3782 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:35.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.492174+0000 mon.c (mon.1) 3783 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:35.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.493343+0000 mon.c (mon.1) 3784 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:35.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: cluster 2024-03-30T04:47:34.495732+0000 mgr.y (mgr.25441) 3707 : cluster [DBG] pgmap v2451: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: cluster 2024-03-30T04:47:34.496110+0000 mgr.y (mgr.25441) 3708 : cluster [DBG] pgmap v2452: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.504174+0000 mon.a (mon.0) 1594 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:35.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: cephadm 2024-03-30T04:47:34.505333+0000 mgr.y (mgr.25441) 3709 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:35.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.567225+0000 mon.c (mon.1) 3785 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:35.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.569520+0000 mon.c (mon.1) 3786 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:35.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.572131+0000 mon.c (mon.1) 3787 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:35.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.573141+0000 mon.c (mon.1) 3788 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:35.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: cluster 2024-03-30T04:47:34.575343+0000 mgr.y (mgr.25441) 3710 : cluster [DBG] pgmap v2453: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: cluster 2024-03-30T04:47:34.575637+0000 mgr.y (mgr.25441) 3711 : cluster [DBG] pgmap v2454: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.583154+0000 mon.a (mon.0) 1595 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:35.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: cephadm 2024-03-30T04:47:34.584171+0000 mgr.y (mgr.25441) 3712 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:35.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.661869+0000 mon.c (mon.1) 3789 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:35.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.664211+0000 mon.c (mon.1) 3790 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:35.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.666278+0000 mon.c (mon.1) 3791 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:35.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.667020+0000 mon.c (mon.1) 3792 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:35.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: cluster 2024-03-30T04:47:34.668551+0000 mgr.y (mgr.25441) 3713 : cluster [DBG] pgmap v2455: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: cluster 2024-03-30T04:47:34.668883+0000 mgr.y (mgr.25441) 3714 : cluster [DBG] pgmap v2456: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.673955+0000 mon.a (mon.0) 1596 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:35.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: cephadm 2024-03-30T04:47:34.676396+0000 mgr.y (mgr.25441) 3715 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:35.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.719197+0000 mon.c (mon.1) 3793 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:35.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.721306+0000 mon.c (mon.1) 3794 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:35.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.723357+0000 mon.c (mon.1) 3795 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:35.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.724120+0000 mon.c (mon.1) 3796 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:35.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: cluster 2024-03-30T04:47:34.725567+0000 mgr.y (mgr.25441) 3716 : cluster [DBG] pgmap v2457: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: cluster 2024-03-30T04:47:34.725929+0000 mgr.y (mgr.25441) 3717 : cluster [DBG] pgmap v2458: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.732764+0000 mon.a (mon.0) 1597 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:35.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: cephadm 2024-03-30T04:47:34.733668+0000 mgr.y (mgr.25441) 3718 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:35.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.792085+0000 mon.c (mon.1) 3797 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:35.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.794898+0000 mon.c (mon.1) 3798 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:35.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.797496+0000 mon.c (mon.1) 3799 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:35.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.798518+0000 mon.c (mon.1) 3800 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:35.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[70954]: audit 2024-03-30T04:47:34.807825+0000 mon.a (mon.0) 1598 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:35.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.274190+0000 mon.c (mon.1) 3771 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:35.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.275002+0000 mon.c (mon.1) 3772 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:35.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: cluster 2024-03-30T04:47:34.276897+0000 mgr.y (mgr.25441) 3698 : cluster [DBG] pgmap v2445: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: cluster 2024-03-30T04:47:34.277243+0000 mgr.y (mgr.25441) 3699 : cluster [DBG] pgmap v2446: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.284399+0000 mon.a (mon.0) 1591 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:35.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: cephadm 2024-03-30T04:47:34.287048+0000 mgr.y (mgr.25441) 3700 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:35.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.344376+0000 mon.c (mon.1) 3773 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:35.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.346390+0000 mon.c (mon.1) 3774 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:35.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.348473+0000 mon.c (mon.1) 3775 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:35.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.349186+0000 mon.c (mon.1) 3776 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:35.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: cluster 2024-03-30T04:47:34.350678+0000 mgr.y (mgr.25441) 3701 : cluster [DBG] pgmap v2447: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: cluster 2024-03-30T04:47:34.351008+0000 mgr.y (mgr.25441) 3702 : cluster [DBG] pgmap v2448: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.356008+0000 mon.a (mon.0) 1592 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:35.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: cephadm 2024-03-30T04:47:34.358249+0000 mgr.y (mgr.25441) 3703 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:35.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.415100+0000 mon.c (mon.1) 3777 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:35.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.416959+0000 mon.c (mon.1) 3778 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:35.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.418698+0000 mon.c (mon.1) 3779 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:35.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.419418+0000 mon.c (mon.1) 3780 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:35.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: cluster 2024-03-30T04:47:34.420862+0000 mgr.y (mgr.25441) 3704 : cluster [DBG] pgmap v2449: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: cluster 2024-03-30T04:47:34.421210+0000 mgr.y (mgr.25441) 3705 : cluster [DBG] pgmap v2450: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.426127+0000 mon.a (mon.0) 1593 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:35.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: cephadm 2024-03-30T04:47:34.428346+0000 mgr.y (mgr.25441) 3706 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:35.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.485195+0000 mon.c (mon.1) 3781 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:35.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.488860+0000 mon.c (mon.1) 3782 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:35.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.492174+0000 mon.c (mon.1) 3783 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:35.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.493343+0000 mon.c (mon.1) 3784 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:35.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: cluster 2024-03-30T04:47:34.495732+0000 mgr.y (mgr.25441) 3707 : cluster [DBG] pgmap v2451: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: cluster 2024-03-30T04:47:34.496110+0000 mgr.y (mgr.25441) 3708 : cluster [DBG] pgmap v2452: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.504174+0000 mon.a (mon.0) 1594 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:35.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: cephadm 2024-03-30T04:47:34.505333+0000 mgr.y (mgr.25441) 3709 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:35.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.567225+0000 mon.c (mon.1) 3785 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:35.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.569520+0000 mon.c (mon.1) 3786 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:35.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.572131+0000 mon.c (mon.1) 3787 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:35.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.573141+0000 mon.c (mon.1) 3788 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:35.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: cluster 2024-03-30T04:47:34.575343+0000 mgr.y (mgr.25441) 3710 : cluster [DBG] pgmap v2453: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: cluster 2024-03-30T04:47:34.575637+0000 mgr.y (mgr.25441) 3711 : cluster [DBG] pgmap v2454: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.583154+0000 mon.a (mon.0) 1595 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:35.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: cephadm 2024-03-30T04:47:34.584171+0000 mgr.y (mgr.25441) 3712 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:35.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.661869+0000 mon.c (mon.1) 3789 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:35.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.664211+0000 mon.c (mon.1) 3790 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:35.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.666278+0000 mon.c (mon.1) 3791 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:35.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.667020+0000 mon.c (mon.1) 3792 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:35.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: cluster 2024-03-30T04:47:34.668551+0000 mgr.y (mgr.25441) 3713 : cluster [DBG] pgmap v2455: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: cluster 2024-03-30T04:47:34.668883+0000 mgr.y (mgr.25441) 3714 : cluster [DBG] pgmap v2456: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.673955+0000 mon.a (mon.0) 1596 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:35.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: cephadm 2024-03-30T04:47:34.676396+0000 mgr.y (mgr.25441) 3715 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:35.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.719197+0000 mon.c (mon.1) 3793 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:35.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.721306+0000 mon.c (mon.1) 3794 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:35.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.723357+0000 mon.c (mon.1) 3795 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:35.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.724120+0000 mon.c (mon.1) 3796 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:35.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: cluster 2024-03-30T04:47:34.725567+0000 mgr.y (mgr.25441) 3716 : cluster [DBG] pgmap v2457: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: cluster 2024-03-30T04:47:34.725929+0000 mgr.y (mgr.25441) 3717 : cluster [DBG] pgmap v2458: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.732764+0000 mon.a (mon.0) 1597 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:35.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: cephadm 2024-03-30T04:47:34.733668+0000 mgr.y (mgr.25441) 3718 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:35.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.792085+0000 mon.c (mon.1) 3797 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:35.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.794898+0000 mon.c (mon.1) 3798 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:35.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.797496+0000 mon.c (mon.1) 3799 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:35.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.798518+0000 mon.c (mon.1) 3800 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:35.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:34 smithi111 bash[73591]: audit 2024-03-30T04:47:34.807825+0000 mon.a (mon.0) 1598 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:35.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: cluster 2024-03-30T04:47:33.826685+0000 mgr.y (mgr.25441) 3677 : cluster [DBG] pgmap v2431: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: cluster 2024-03-30T04:47:33.827065+0000 mgr.y (mgr.25441) 3678 : cluster [DBG] pgmap v2432: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: cephadm 2024-03-30T04:47:33.833565+0000 mgr.y (mgr.25441) 3679 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:35.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:33.892452+0000 mon.c (mon.1) 3745 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:35.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:33.894667+0000 mon.c (mon.1) 3746 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:35.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:33.896674+0000 mon.c (mon.1) 3747 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:35.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:33.897443+0000 mon.c (mon.1) 3748 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:35.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: cluster 2024-03-30T04:47:33.899117+0000 mgr.y (mgr.25441) 3680 : cluster [DBG] pgmap v2433: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: cluster 2024-03-30T04:47:33.899465+0000 mgr.y (mgr.25441) 3681 : cluster [DBG] pgmap v2434: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:33.904360+0000 mon.a (mon.0) 1585 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:35.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: cephadm 2024-03-30T04:47:33.905659+0000 mgr.y (mgr.25441) 3682 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:35.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:33.948916+0000 mon.c (mon.1) 3749 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:35.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:33.951254+0000 mon.c (mon.1) 3750 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:35.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:33.953588+0000 mon.c (mon.1) 3751 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:35.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:33.954440+0000 mon.c (mon.1) 3752 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:35.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: cluster 2024-03-30T04:47:33.955927+0000 mgr.y (mgr.25441) 3683 : cluster [DBG] pgmap v2435: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: cluster 2024-03-30T04:47:33.956290+0000 mgr.y (mgr.25441) 3684 : cluster [DBG] pgmap v2436: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:33.960859+0000 mon.a (mon.0) 1586 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:35.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: cephadm 2024-03-30T04:47:33.962543+0000 mgr.y (mgr.25441) 3685 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:35.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.003045+0000 mon.c (mon.1) 3753 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:35.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.005022+0000 mon.c (mon.1) 3754 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:35.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.006942+0000 mon.c (mon.1) 3755 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:35.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.007694+0000 mon.c (mon.1) 3756 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:35.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: cluster 2024-03-30T04:47:34.009152+0000 mgr.y (mgr.25441) 3686 : cluster [DBG] pgmap v2437: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: cluster 2024-03-30T04:47:34.009511+0000 mgr.y (mgr.25441) 3687 : cluster [DBG] pgmap v2438: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.016091+0000 mon.a (mon.0) 1587 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:35.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: cephadm 2024-03-30T04:47:34.018900+0000 mgr.y (mgr.25441) 3688 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:35.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.075851+0000 mon.c (mon.1) 3757 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:35.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.077718+0000 mon.c (mon.1) 3758 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:35.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.079639+0000 mon.c (mon.1) 3759 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:35.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.080351+0000 mon.c (mon.1) 3760 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:35.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: cluster 2024-03-30T04:47:34.081777+0000 mgr.y (mgr.25441) 3689 : cluster [DBG] pgmap v2439: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: cluster 2024-03-30T04:47:34.082124+0000 mgr.y (mgr.25441) 3690 : cluster [DBG] pgmap v2440: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.088857+0000 mon.a (mon.0) 1588 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:35.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: cephadm 2024-03-30T04:47:34.089467+0000 mgr.y (mgr.25441) 3691 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:35.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.146101+0000 mon.c (mon.1) 3761 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:35.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.148014+0000 mon.c (mon.1) 3762 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:35.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.149814+0000 mon.c (mon.1) 3763 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:35.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.150445+0000 mon.c (mon.1) 3764 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:35.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: cluster 2024-03-30T04:47:34.151900+0000 mgr.y (mgr.25441) 3692 : cluster [DBG] pgmap v2441: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: cluster 2024-03-30T04:47:34.152250+0000 mgr.y (mgr.25441) 3693 : cluster [DBG] pgmap v2442: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.157055+0000 mon.a (mon.0) 1589 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:35.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: cephadm 2024-03-30T04:47:34.159364+0000 mgr.y (mgr.25441) 3694 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:35.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.199786+0000 mon.c (mon.1) 3765 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:35.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.201768+0000 mon.c (mon.1) 3766 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:35.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.203702+0000 mon.c (mon.1) 3767 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:35.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.204363+0000 mon.c (mon.1) 3768 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:35.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: cluster 2024-03-30T04:47:34.205796+0000 mgr.y (mgr.25441) 3695 : cluster [DBG] pgmap v2443: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: cluster 2024-03-30T04:47:34.206155+0000 mgr.y (mgr.25441) 3696 : cluster [DBG] pgmap v2444: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.210866+0000 mon.a (mon.0) 1590 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:35.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: cephadm 2024-03-30T04:47:34.213710+0000 mgr.y (mgr.25441) 3697 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:35.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.270278+0000 mon.c (mon.1) 3769 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:35.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.272268+0000 mon.c (mon.1) 3770 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:35.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.274190+0000 mon.c (mon.1) 3771 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:35.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.275002+0000 mon.c (mon.1) 3772 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:35.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: cluster 2024-03-30T04:47:34.276897+0000 mgr.y (mgr.25441) 3698 : cluster [DBG] pgmap v2445: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: cluster 2024-03-30T04:47:34.277243+0000 mgr.y (mgr.25441) 3699 : cluster [DBG] pgmap v2446: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.284399+0000 mon.a (mon.0) 1591 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:35.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: cephadm 2024-03-30T04:47:34.287048+0000 mgr.y (mgr.25441) 3700 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:35.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.344376+0000 mon.c (mon.1) 3773 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:35.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.346390+0000 mon.c (mon.1) 3774 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:35.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.348473+0000 mon.c (mon.1) 3775 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:35.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.349186+0000 mon.c (mon.1) 3776 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:35.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: cluster 2024-03-30T04:47:34.350678+0000 mgr.y (mgr.25441) 3701 : cluster [DBG] pgmap v2447: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: cluster 2024-03-30T04:47:34.351008+0000 mgr.y (mgr.25441) 3702 : cluster [DBG] pgmap v2448: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.356008+0000 mon.a (mon.0) 1592 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:35.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: cephadm 2024-03-30T04:47:34.358249+0000 mgr.y (mgr.25441) 3703 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:35.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.415100+0000 mon.c (mon.1) 3777 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:35.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.416959+0000 mon.c (mon.1) 3778 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:35.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.418698+0000 mon.c (mon.1) 3779 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:35.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.419418+0000 mon.c (mon.1) 3780 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:35.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: cluster 2024-03-30T04:47:34.420862+0000 mgr.y (mgr.25441) 3704 : cluster [DBG] pgmap v2449: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: cluster 2024-03-30T04:47:34.421210+0000 mgr.y (mgr.25441) 3705 : cluster [DBG] pgmap v2450: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.426127+0000 mon.a (mon.0) 1593 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:35.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: cephadm 2024-03-30T04:47:34.428346+0000 mgr.y (mgr.25441) 3706 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:35.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.485195+0000 mon.c (mon.1) 3781 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:35.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.488860+0000 mon.c (mon.1) 3782 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:35.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.492174+0000 mon.c (mon.1) 3783 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:35.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.493343+0000 mon.c (mon.1) 3784 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:35.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: cluster 2024-03-30T04:47:34.495732+0000 mgr.y (mgr.25441) 3707 : cluster [DBG] pgmap v2451: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: cluster 2024-03-30T04:47:34.496110+0000 mgr.y (mgr.25441) 3708 : cluster [DBG] pgmap v2452: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.504174+0000 mon.a (mon.0) 1594 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:35.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: cephadm 2024-03-30T04:47:34.505333+0000 mgr.y (mgr.25441) 3709 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:35.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.567225+0000 mon.c (mon.1) 3785 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:35.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.569520+0000 mon.c (mon.1) 3786 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:35.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.572131+0000 mon.c (mon.1) 3787 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:35.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.573141+0000 mon.c (mon.1) 3788 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:35.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: cluster 2024-03-30T04:47:34.575343+0000 mgr.y (mgr.25441) 3710 : cluster [DBG] pgmap v2453: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: cluster 2024-03-30T04:47:34.575637+0000 mgr.y (mgr.25441) 3711 : cluster [DBG] pgmap v2454: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.583154+0000 mon.a (mon.0) 1595 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:35.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: cephadm 2024-03-30T04:47:34.584171+0000 mgr.y (mgr.25441) 3712 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:35.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.661869+0000 mon.c (mon.1) 3789 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:35.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.664211+0000 mon.c (mon.1) 3790 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:35.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.666278+0000 mon.c (mon.1) 3791 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:35.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.667020+0000 mon.c (mon.1) 3792 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:35.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: cluster 2024-03-30T04:47:34.668551+0000 mgr.y (mgr.25441) 3713 : cluster [DBG] pgmap v2455: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: cluster 2024-03-30T04:47:34.668883+0000 mgr.y (mgr.25441) 3714 : cluster [DBG] pgmap v2456: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.673955+0000 mon.a (mon.0) 1596 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:35.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: cephadm 2024-03-30T04:47:34.676396+0000 mgr.y (mgr.25441) 3715 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:35.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.719197+0000 mon.c (mon.1) 3793 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:35.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.721306+0000 mon.c (mon.1) 3794 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:35.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.723357+0000 mon.c (mon.1) 3795 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:35.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.724120+0000 mon.c (mon.1) 3796 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:35.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: cluster 2024-03-30T04:47:34.725567+0000 mgr.y (mgr.25441) 3716 : cluster [DBG] pgmap v2457: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: cluster 2024-03-30T04:47:34.725929+0000 mgr.y (mgr.25441) 3717 : cluster [DBG] pgmap v2458: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:35.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.732764+0000 mon.a (mon.0) 1597 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:35.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: cephadm 2024-03-30T04:47:34.733668+0000 mgr.y (mgr.25441) 3718 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:35.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.792085+0000 mon.c (mon.1) 3797 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:35.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.794898+0000 mon.c (mon.1) 3798 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:35.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.797496+0000 mon.c (mon.1) 3799 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:35.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.798518+0000 mon.c (mon.1) 3800 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:35.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:34 smithi117 bash[62284]: audit 2024-03-30T04:47:34.807825+0000 mon.a (mon.0) 1598 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:36.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: cluster 2024-03-30T04:47:34.800207+0000 mgr.y (mgr.25441) 3719 : cluster [DBG] pgmap v2459: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: cluster 2024-03-30T04:47:34.800615+0000 mgr.y (mgr.25441) 3720 : cluster [DBG] pgmap v2460: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: cephadm 2024-03-30T04:47:34.810821+0000 mgr.y (mgr.25441) 3721 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:36.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:34.887196+0000 mon.c (mon.1) 3801 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:36.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:34.889537+0000 mon.c (mon.1) 3802 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:36.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:34.891687+0000 mon.c (mon.1) 3803 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:36.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:34.892392+0000 mon.c (mon.1) 3804 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:36.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: cluster 2024-03-30T04:47:34.893696+0000 mgr.y (mgr.25441) 3722 : cluster [DBG] pgmap v2461: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: cluster 2024-03-30T04:47:34.893966+0000 mgr.y (mgr.25441) 3723 : cluster [DBG] pgmap v2462: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:34.899529+0000 mon.a (mon.0) 1599 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:36.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: cephadm 2024-03-30T04:47:34.900778+0000 mgr.y (mgr.25441) 3724 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:36.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:34.960494+0000 mon.c (mon.1) 3805 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:36.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:34.962918+0000 mon.c (mon.1) 3806 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:36.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:34.965885+0000 mon.c (mon.1) 3807 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:36.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:34.966798+0000 mon.c (mon.1) 3808 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:36.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: cluster 2024-03-30T04:47:34.968628+0000 mgr.y (mgr.25441) 3725 : cluster [DBG] pgmap v2463: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: cluster 2024-03-30T04:47:34.968910+0000 mgr.y (mgr.25441) 3726 : cluster [DBG] pgmap v2464: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: cluster 2024-03-30T04:47:34.800207+0000 mgr.y (mgr.25441) 3719 : cluster [DBG] pgmap v2459: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: cluster 2024-03-30T04:47:34.800615+0000 mgr.y (mgr.25441) 3720 : cluster [DBG] pgmap v2460: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: cephadm 2024-03-30T04:47:34.810821+0000 mgr.y (mgr.25441) 3721 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:36.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:34.887196+0000 mon.c (mon.1) 3801 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:36.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:34.889537+0000 mon.c (mon.1) 3802 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:36.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:34.891687+0000 mon.c (mon.1) 3803 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:36.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:34.892392+0000 mon.c (mon.1) 3804 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:36.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: cluster 2024-03-30T04:47:34.893696+0000 mgr.y (mgr.25441) 3722 : cluster [DBG] pgmap v2461: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: cluster 2024-03-30T04:47:34.893966+0000 mgr.y (mgr.25441) 3723 : cluster [DBG] pgmap v2462: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:34.899529+0000 mon.a (mon.0) 1599 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:36.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: cephadm 2024-03-30T04:47:34.900778+0000 mgr.y (mgr.25441) 3724 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:36.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:34.960494+0000 mon.c (mon.1) 3805 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:36.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:34.962918+0000 mon.c (mon.1) 3806 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:36.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:34.965885+0000 mon.c (mon.1) 3807 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:36.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:34.966798+0000 mon.c (mon.1) 3808 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:36.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: cluster 2024-03-30T04:47:34.968628+0000 mgr.y (mgr.25441) 3725 : cluster [DBG] pgmap v2463: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: cluster 2024-03-30T04:47:34.968910+0000 mgr.y (mgr.25441) 3726 : cluster [DBG] pgmap v2464: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:34.974377+0000 mon.a (mon.0) 1600 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:36.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: cephadm 2024-03-30T04:47:34.975608+0000 mgr.y (mgr.25441) 3727 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:36.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.037193+0000 mon.c (mon.1) 3809 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:36.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.039791+0000 mon.c (mon.1) 3810 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:36.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.042421+0000 mon.c (mon.1) 3811 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:36.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.043425+0000 mon.c (mon.1) 3812 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:36.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: cluster 2024-03-30T04:47:35.045023+0000 mgr.y (mgr.25441) 3728 : cluster [DBG] pgmap v2465: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: cluster 2024-03-30T04:47:35.045269+0000 mgr.y (mgr.25441) 3729 : cluster [DBG] pgmap v2466: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.051072+0000 mon.a (mon.0) 1601 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:36.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: cephadm 2024-03-30T04:47:35.052672+0000 mgr.y (mgr.25441) 3730 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:36.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.092810+0000 mon.c (mon.1) 3813 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:36.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.095602+0000 mon.c (mon.1) 3814 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:36.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.098443+0000 mon.c (mon.1) 3815 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:36.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.099451+0000 mon.c (mon.1) 3816 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:36.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: cluster 2024-03-30T04:47:35.101541+0000 mgr.y (mgr.25441) 3731 : cluster [DBG] pgmap v2467: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: cluster 2024-03-30T04:47:35.102289+0000 mgr.y (mgr.25441) 3732 : cluster [DBG] pgmap v2468: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.111341+0000 mon.a (mon.0) 1602 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:36.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: cephadm 2024-03-30T04:47:35.113548+0000 mgr.y (mgr.25441) 3733 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:36.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.191580+0000 mon.c (mon.1) 3817 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:36.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.194845+0000 mon.c (mon.1) 3818 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:36.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.197859+0000 mon.c (mon.1) 3819 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:36.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.198892+0000 mon.c (mon.1) 3820 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:36.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: cluster 2024-03-30T04:47:35.201017+0000 mgr.y (mgr.25441) 3734 : cluster [DBG] pgmap v2469: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: cluster 2024-03-30T04:47:35.201619+0000 mgr.y (mgr.25441) 3735 : cluster [DBG] pgmap v2470: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.207476+0000 mon.a (mon.0) 1603 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:36.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: cephadm 2024-03-30T04:47:35.210804+0000 mgr.y (mgr.25441) 3736 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:36.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: cluster 2024-03-30T04:47:35.259989+0000 mon.a (mon.0) 1604 : cluster [WRN] Health check update: Degraded data redundancy: 84/726 objects degraded (11.570%), 18 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:36.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.288526+0000 mon.c (mon.1) 3821 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:36.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.291763+0000 mon.c (mon.1) 3822 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:36.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.295264+0000 mon.c (mon.1) 3823 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:36.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.296414+0000 mon.c (mon.1) 3824 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:36.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: cluster 2024-03-30T04:47:35.298664+0000 mgr.y (mgr.25441) 3737 : cluster [DBG] pgmap v2471: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: cluster 2024-03-30T04:47:35.299327+0000 mgr.y (mgr.25441) 3738 : cluster [DBG] pgmap v2472: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.306562+0000 mon.a (mon.0) 1605 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:36.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: cephadm 2024-03-30T04:47:35.308173+0000 mgr.y (mgr.25441) 3739 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:36.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.395697+0000 mon.c (mon.1) 3825 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:36.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:34.974377+0000 mon.a (mon.0) 1600 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:36.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: cephadm 2024-03-30T04:47:34.975608+0000 mgr.y (mgr.25441) 3727 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:36.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.037193+0000 mon.c (mon.1) 3809 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:36.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.039791+0000 mon.c (mon.1) 3810 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:36.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.042421+0000 mon.c (mon.1) 3811 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:36.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.043425+0000 mon.c (mon.1) 3812 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:36.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: cluster 2024-03-30T04:47:35.045023+0000 mgr.y (mgr.25441) 3728 : cluster [DBG] pgmap v2465: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: cluster 2024-03-30T04:47:35.045269+0000 mgr.y (mgr.25441) 3729 : cluster [DBG] pgmap v2466: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.051072+0000 mon.a (mon.0) 1601 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:36.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: cephadm 2024-03-30T04:47:35.052672+0000 mgr.y (mgr.25441) 3730 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:36.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.092810+0000 mon.c (mon.1) 3813 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:36.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.095602+0000 mon.c (mon.1) 3814 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:36.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.098443+0000 mon.c (mon.1) 3815 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:36.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.099451+0000 mon.c (mon.1) 3816 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:36.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: cluster 2024-03-30T04:47:35.101541+0000 mgr.y (mgr.25441) 3731 : cluster [DBG] pgmap v2467: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: cluster 2024-03-30T04:47:35.102289+0000 mgr.y (mgr.25441) 3732 : cluster [DBG] pgmap v2468: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.111341+0000 mon.a (mon.0) 1602 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:36.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: cephadm 2024-03-30T04:47:35.113548+0000 mgr.y (mgr.25441) 3733 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:36.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.400234+0000 mon.c (mon.1) 3826 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:36.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.404682+0000 mon.c (mon.1) 3827 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:36.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.406475+0000 mon.c (mon.1) 3828 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:36.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: cluster 2024-03-30T04:47:35.409627+0000 mgr.y (mgr.25441) 3740 : cluster [DBG] pgmap v2473: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: cluster 2024-03-30T04:47:35.410461+0000 mgr.y (mgr.25441) 3741 : cluster [DBG] pgmap v2474: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.421836+0000 mon.a (mon.0) 1606 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:36.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: cephadm 2024-03-30T04:47:35.423538+0000 mgr.y (mgr.25441) 3742 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:36.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.498744+0000 mon.c (mon.1) 3829 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:36.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.501784+0000 mon.c (mon.1) 3830 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:36.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.505045+0000 mon.c (mon.1) 3831 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:36.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.506179+0000 mon.c (mon.1) 3832 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:36.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: cluster 2024-03-30T04:47:35.508484+0000 mgr.y (mgr.25441) 3743 : cluster [DBG] pgmap v2475: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: cluster 2024-03-30T04:47:35.509382+0000 mgr.y (mgr.25441) 3744 : cluster [DBG] pgmap v2476: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.518178+0000 mon.a (mon.0) 1607 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:36.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: cephadm 2024-03-30T04:47:35.519387+0000 mgr.y (mgr.25441) 3745 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:36.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.579044+0000 mon.c (mon.1) 3833 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:36.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.581170+0000 mon.c (mon.1) 3834 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:36.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.583486+0000 mon.c (mon.1) 3835 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:36.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.584256+0000 mon.c (mon.1) 3836 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:36.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: cluster 2024-03-30T04:47:35.586145+0000 mgr.y (mgr.25441) 3746 : cluster [DBG] pgmap v2477: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: cluster 2024-03-30T04:47:35.587113+0000 mgr.y (mgr.25441) 3747 : cluster [DBG] pgmap v2478: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.593177+0000 mon.a (mon.0) 1608 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:36.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: cephadm 2024-03-30T04:47:35.593889+0000 mgr.y (mgr.25441) 3748 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:36.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.650455+0000 mon.c (mon.1) 3837 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:36.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.654565+0000 mon.c (mon.1) 3838 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:36.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.657709+0000 mon.c (mon.1) 3839 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:36.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.658830+0000 mon.c (mon.1) 3840 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:36.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: cluster 2024-03-30T04:47:35.661386+0000 mgr.y (mgr.25441) 3749 : cluster [DBG] pgmap v2479: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: cluster 2024-03-30T04:47:35.662112+0000 mgr.y (mgr.25441) 3750 : cluster [DBG] pgmap v2480: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.667784+0000 mon.a (mon.0) 1609 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:36.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: cephadm 2024-03-30T04:47:35.668813+0000 mgr.y (mgr.25441) 3751 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:36.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.709135+0000 mon.c (mon.1) 3841 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:36.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.710993+0000 mon.c (mon.1) 3842 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:36.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.713124+0000 mon.c (mon.1) 3843 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:36.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.713818+0000 mon.c (mon.1) 3844 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:36.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: cluster 2024-03-30T04:47:35.715304+0000 mgr.y (mgr.25441) 3752 : cluster [DBG] pgmap v2481: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.191580+0000 mon.c (mon.1) 3817 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:36.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.194845+0000 mon.c (mon.1) 3818 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:36.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.197859+0000 mon.c (mon.1) 3819 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:36.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.198892+0000 mon.c (mon.1) 3820 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:36.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: cluster 2024-03-30T04:47:35.201017+0000 mgr.y (mgr.25441) 3734 : cluster [DBG] pgmap v2469: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: cluster 2024-03-30T04:47:35.201619+0000 mgr.y (mgr.25441) 3735 : cluster [DBG] pgmap v2470: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.207476+0000 mon.a (mon.0) 1603 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:36.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: cephadm 2024-03-30T04:47:35.210804+0000 mgr.y (mgr.25441) 3736 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:36.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: cluster 2024-03-30T04:47:35.259989+0000 mon.a (mon.0) 1604 : cluster [WRN] Health check update: Degraded data redundancy: 84/726 objects degraded (11.570%), 18 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:36.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.288526+0000 mon.c (mon.1) 3821 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:36.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.291763+0000 mon.c (mon.1) 3822 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:36.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.295264+0000 mon.c (mon.1) 3823 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:36.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.296414+0000 mon.c (mon.1) 3824 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:36.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: cluster 2024-03-30T04:47:35.298664+0000 mgr.y (mgr.25441) 3737 : cluster [DBG] pgmap v2471: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: cluster 2024-03-30T04:47:35.299327+0000 mgr.y (mgr.25441) 3738 : cluster [DBG] pgmap v2472: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.306562+0000 mon.a (mon.0) 1605 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:36.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: cephadm 2024-03-30T04:47:35.308173+0000 mgr.y (mgr.25441) 3739 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:36.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.395697+0000 mon.c (mon.1) 3825 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:36.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: cluster 2024-03-30T04:47:35.715637+0000 mgr.y (mgr.25441) 3753 : cluster [DBG] pgmap v2482: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.720190+0000 mon.a (mon.0) 1610 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:36.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: cephadm 2024-03-30T04:47:35.721087+0000 mgr.y (mgr.25441) 3754 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:36.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.761250+0000 mon.c (mon.1) 3845 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:36.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.763261+0000 mon.c (mon.1) 3846 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:36.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.765011+0000 mon.c (mon.1) 3847 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:36.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.765665+0000 mon.c (mon.1) 3848 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:36.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: cluster 2024-03-30T04:47:35.767049+0000 mgr.y (mgr.25441) 3755 : cluster [DBG] pgmap v2483: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: cluster 2024-03-30T04:47:35.767323+0000 mgr.y (mgr.25441) 3756 : cluster [DBG] pgmap v2484: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.772021+0000 mon.a (mon.0) 1611 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:36.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: cephadm 2024-03-30T04:47:35.772676+0000 mgr.y (mgr.25441) 3757 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:36.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.817404+0000 mon.c (mon.1) 3849 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:36.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.819605+0000 mon.c (mon.1) 3850 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:36.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.821547+0000 mon.c (mon.1) 3851 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:36.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.822264+0000 mon.c (mon.1) 3852 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:36.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[73591]: audit 2024-03-30T04:47:35.829615+0000 mon.a (mon.0) 1612 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:36.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.400234+0000 mon.c (mon.1) 3826 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:36.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.404682+0000 mon.c (mon.1) 3827 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:36.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.406475+0000 mon.c (mon.1) 3828 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:36.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: cluster 2024-03-30T04:47:35.409627+0000 mgr.y (mgr.25441) 3740 : cluster [DBG] pgmap v2473: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: cluster 2024-03-30T04:47:35.410461+0000 mgr.y (mgr.25441) 3741 : cluster [DBG] pgmap v2474: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.421836+0000 mon.a (mon.0) 1606 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:36.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: cephadm 2024-03-30T04:47:35.423538+0000 mgr.y (mgr.25441) 3742 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:36.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.498744+0000 mon.c (mon.1) 3829 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:36.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.501784+0000 mon.c (mon.1) 3830 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:36.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.505045+0000 mon.c (mon.1) 3831 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:36.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.506179+0000 mon.c (mon.1) 3832 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:36.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: cluster 2024-03-30T04:47:35.508484+0000 mgr.y (mgr.25441) 3743 : cluster [DBG] pgmap v2475: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: cluster 2024-03-30T04:47:35.509382+0000 mgr.y (mgr.25441) 3744 : cluster [DBG] pgmap v2476: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.518178+0000 mon.a (mon.0) 1607 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:36.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: cephadm 2024-03-30T04:47:35.519387+0000 mgr.y (mgr.25441) 3745 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:36.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.579044+0000 mon.c (mon.1) 3833 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:36.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.581170+0000 mon.c (mon.1) 3834 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:36.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.583486+0000 mon.c (mon.1) 3835 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:36.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.584256+0000 mon.c (mon.1) 3836 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:36.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: cluster 2024-03-30T04:47:35.586145+0000 mgr.y (mgr.25441) 3746 : cluster [DBG] pgmap v2477: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: cluster 2024-03-30T04:47:35.587113+0000 mgr.y (mgr.25441) 3747 : cluster [DBG] pgmap v2478: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.593177+0000 mon.a (mon.0) 1608 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:36.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: cephadm 2024-03-30T04:47:35.593889+0000 mgr.y (mgr.25441) 3748 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:36.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.650455+0000 mon.c (mon.1) 3837 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:36.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.654565+0000 mon.c (mon.1) 3838 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:36.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.657709+0000 mon.c (mon.1) 3839 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:36.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.658830+0000 mon.c (mon.1) 3840 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:36.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: cluster 2024-03-30T04:47:35.661386+0000 mgr.y (mgr.25441) 3749 : cluster [DBG] pgmap v2479: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: cluster 2024-03-30T04:47:35.662112+0000 mgr.y (mgr.25441) 3750 : cluster [DBG] pgmap v2480: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.667784+0000 mon.a (mon.0) 1609 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:36.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: cephadm 2024-03-30T04:47:35.668813+0000 mgr.y (mgr.25441) 3751 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:36.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.709135+0000 mon.c (mon.1) 3841 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:36.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.710993+0000 mon.c (mon.1) 3842 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:36.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.713124+0000 mon.c (mon.1) 3843 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:36.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.713818+0000 mon.c (mon.1) 3844 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:36.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: cluster 2024-03-30T04:47:35.715304+0000 mgr.y (mgr.25441) 3752 : cluster [DBG] pgmap v2481: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: cluster 2024-03-30T04:47:35.715637+0000 mgr.y (mgr.25441) 3753 : cluster [DBG] pgmap v2482: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.720190+0000 mon.a (mon.0) 1610 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:36.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: cephadm 2024-03-30T04:47:35.721087+0000 mgr.y (mgr.25441) 3754 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:36.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.761250+0000 mon.c (mon.1) 3845 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:36.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.763261+0000 mon.c (mon.1) 3846 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:36.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.765011+0000 mon.c (mon.1) 3847 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:36.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.765665+0000 mon.c (mon.1) 3848 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:36.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: cluster 2024-03-30T04:47:35.767049+0000 mgr.y (mgr.25441) 3755 : cluster [DBG] pgmap v2483: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: cluster 2024-03-30T04:47:35.767323+0000 mgr.y (mgr.25441) 3756 : cluster [DBG] pgmap v2484: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.772021+0000 mon.a (mon.0) 1611 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:36.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: cephadm 2024-03-30T04:47:35.772676+0000 mgr.y (mgr.25441) 3757 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:36.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.817404+0000 mon.c (mon.1) 3849 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:36.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.819605+0000 mon.c (mon.1) 3850 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:36.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.821547+0000 mon.c (mon.1) 3851 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:36.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.822264+0000 mon.c (mon.1) 3852 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:36.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:35 smithi111 bash[70954]: audit 2024-03-30T04:47:35.829615+0000 mon.a (mon.0) 1612 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:36.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: cluster 2024-03-30T04:47:34.800207+0000 mgr.y (mgr.25441) 3719 : cluster [DBG] pgmap v2459: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: cluster 2024-03-30T04:47:34.800615+0000 mgr.y (mgr.25441) 3720 : cluster [DBG] pgmap v2460: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: cephadm 2024-03-30T04:47:34.810821+0000 mgr.y (mgr.25441) 3721 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:36.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:34.887196+0000 mon.c (mon.1) 3801 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:36.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:34.889537+0000 mon.c (mon.1) 3802 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:36.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:34.891687+0000 mon.c (mon.1) 3803 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:36.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:34.892392+0000 mon.c (mon.1) 3804 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:36.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: cluster 2024-03-30T04:47:34.893696+0000 mgr.y (mgr.25441) 3722 : cluster [DBG] pgmap v2461: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: cluster 2024-03-30T04:47:34.893966+0000 mgr.y (mgr.25441) 3723 : cluster [DBG] pgmap v2462: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:34.899529+0000 mon.a (mon.0) 1599 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:36.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: cephadm 2024-03-30T04:47:34.900778+0000 mgr.y (mgr.25441) 3724 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:36.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:34.960494+0000 mon.c (mon.1) 3805 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:36.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:34.962918+0000 mon.c (mon.1) 3806 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:36.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:34.965885+0000 mon.c (mon.1) 3807 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:36.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:34.966798+0000 mon.c (mon.1) 3808 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:36.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: cluster 2024-03-30T04:47:34.968628+0000 mgr.y (mgr.25441) 3725 : cluster [DBG] pgmap v2463: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: cluster 2024-03-30T04:47:34.968910+0000 mgr.y (mgr.25441) 3726 : cluster [DBG] pgmap v2464: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:34.974377+0000 mon.a (mon.0) 1600 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:36.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: cephadm 2024-03-30T04:47:34.975608+0000 mgr.y (mgr.25441) 3727 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:36.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.037193+0000 mon.c (mon.1) 3809 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:36.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.039791+0000 mon.c (mon.1) 3810 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:36.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.042421+0000 mon.c (mon.1) 3811 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:36.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.043425+0000 mon.c (mon.1) 3812 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:36.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: cluster 2024-03-30T04:47:35.045023+0000 mgr.y (mgr.25441) 3728 : cluster [DBG] pgmap v2465: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: cluster 2024-03-30T04:47:35.045269+0000 mgr.y (mgr.25441) 3729 : cluster [DBG] pgmap v2466: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.051072+0000 mon.a (mon.0) 1601 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:36.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: cephadm 2024-03-30T04:47:35.052672+0000 mgr.y (mgr.25441) 3730 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:36.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.092810+0000 mon.c (mon.1) 3813 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:36.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.095602+0000 mon.c (mon.1) 3814 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:36.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.098443+0000 mon.c (mon.1) 3815 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:36.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.099451+0000 mon.c (mon.1) 3816 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:36.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: cluster 2024-03-30T04:47:35.101541+0000 mgr.y (mgr.25441) 3731 : cluster [DBG] pgmap v2467: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: cluster 2024-03-30T04:47:35.102289+0000 mgr.y (mgr.25441) 3732 : cluster [DBG] pgmap v2468: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.111341+0000 mon.a (mon.0) 1602 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:36.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: cephadm 2024-03-30T04:47:35.113548+0000 mgr.y (mgr.25441) 3733 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:36.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.191580+0000 mon.c (mon.1) 3817 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:36.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.194845+0000 mon.c (mon.1) 3818 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:36.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.197859+0000 mon.c (mon.1) 3819 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:36.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.198892+0000 mon.c (mon.1) 3820 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:36.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: cluster 2024-03-30T04:47:35.201017+0000 mgr.y (mgr.25441) 3734 : cluster [DBG] pgmap v2469: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: cluster 2024-03-30T04:47:35.201619+0000 mgr.y (mgr.25441) 3735 : cluster [DBG] pgmap v2470: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.207476+0000 mon.a (mon.0) 1603 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:36.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: cephadm 2024-03-30T04:47:35.210804+0000 mgr.y (mgr.25441) 3736 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:36.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: cluster 2024-03-30T04:47:35.259989+0000 mon.a (mon.0) 1604 : cluster [WRN] Health check update: Degraded data redundancy: 84/726 objects degraded (11.570%), 18 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:36.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.288526+0000 mon.c (mon.1) 3821 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:36.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.291763+0000 mon.c (mon.1) 3822 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:36.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.295264+0000 mon.c (mon.1) 3823 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:36.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.296414+0000 mon.c (mon.1) 3824 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:36.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: cluster 2024-03-30T04:47:35.298664+0000 mgr.y (mgr.25441) 3737 : cluster [DBG] pgmap v2471: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: cluster 2024-03-30T04:47:35.299327+0000 mgr.y (mgr.25441) 3738 : cluster [DBG] pgmap v2472: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.306562+0000 mon.a (mon.0) 1605 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:36.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: cephadm 2024-03-30T04:47:35.308173+0000 mgr.y (mgr.25441) 3739 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:36.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.395697+0000 mon.c (mon.1) 3825 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:36.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.400234+0000 mon.c (mon.1) 3826 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:36.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.404682+0000 mon.c (mon.1) 3827 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:36.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.406475+0000 mon.c (mon.1) 3828 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:36.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: cluster 2024-03-30T04:47:35.409627+0000 mgr.y (mgr.25441) 3740 : cluster [DBG] pgmap v2473: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: cluster 2024-03-30T04:47:35.410461+0000 mgr.y (mgr.25441) 3741 : cluster [DBG] pgmap v2474: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.421836+0000 mon.a (mon.0) 1606 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:36.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: cephadm 2024-03-30T04:47:35.423538+0000 mgr.y (mgr.25441) 3742 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:36.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.498744+0000 mon.c (mon.1) 3829 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:36.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.501784+0000 mon.c (mon.1) 3830 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:36.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.505045+0000 mon.c (mon.1) 3831 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:36.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.506179+0000 mon.c (mon.1) 3832 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:36.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: cluster 2024-03-30T04:47:35.508484+0000 mgr.y (mgr.25441) 3743 : cluster [DBG] pgmap v2475: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: cluster 2024-03-30T04:47:35.509382+0000 mgr.y (mgr.25441) 3744 : cluster [DBG] pgmap v2476: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.518178+0000 mon.a (mon.0) 1607 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:36.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: cephadm 2024-03-30T04:47:35.519387+0000 mgr.y (mgr.25441) 3745 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:36.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.579044+0000 mon.c (mon.1) 3833 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:36.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.581170+0000 mon.c (mon.1) 3834 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:36.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.583486+0000 mon.c (mon.1) 3835 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:36.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.584256+0000 mon.c (mon.1) 3836 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:36.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: cluster 2024-03-30T04:47:35.586145+0000 mgr.y (mgr.25441) 3746 : cluster [DBG] pgmap v2477: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: cluster 2024-03-30T04:47:35.587113+0000 mgr.y (mgr.25441) 3747 : cluster [DBG] pgmap v2478: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.593177+0000 mon.a (mon.0) 1608 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:36.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: cephadm 2024-03-30T04:47:35.593889+0000 mgr.y (mgr.25441) 3748 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:36.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.650455+0000 mon.c (mon.1) 3837 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:36.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.654565+0000 mon.c (mon.1) 3838 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:36.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.657709+0000 mon.c (mon.1) 3839 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:36.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.658830+0000 mon.c (mon.1) 3840 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:36.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: cluster 2024-03-30T04:47:35.661386+0000 mgr.y (mgr.25441) 3749 : cluster [DBG] pgmap v2479: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: cluster 2024-03-30T04:47:35.662112+0000 mgr.y (mgr.25441) 3750 : cluster [DBG] pgmap v2480: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.667784+0000 mon.a (mon.0) 1609 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:36.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: cephadm 2024-03-30T04:47:35.668813+0000 mgr.y (mgr.25441) 3751 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:36.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.709135+0000 mon.c (mon.1) 3841 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:36.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.710993+0000 mon.c (mon.1) 3842 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:36.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.713124+0000 mon.c (mon.1) 3843 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:36.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.713818+0000 mon.c (mon.1) 3844 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:36.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: cluster 2024-03-30T04:47:35.715304+0000 mgr.y (mgr.25441) 3752 : cluster [DBG] pgmap v2481: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: cluster 2024-03-30T04:47:35.715637+0000 mgr.y (mgr.25441) 3753 : cluster [DBG] pgmap v2482: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.720190+0000 mon.a (mon.0) 1610 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:36.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: cephadm 2024-03-30T04:47:35.721087+0000 mgr.y (mgr.25441) 3754 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:36.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.761250+0000 mon.c (mon.1) 3845 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:36.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.763261+0000 mon.c (mon.1) 3846 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:36.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.765011+0000 mon.c (mon.1) 3847 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:36.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.765665+0000 mon.c (mon.1) 3848 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:36.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: cluster 2024-03-30T04:47:35.767049+0000 mgr.y (mgr.25441) 3755 : cluster [DBG] pgmap v2483: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: cluster 2024-03-30T04:47:35.767323+0000 mgr.y (mgr.25441) 3756 : cluster [DBG] pgmap v2484: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:36.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.772021+0000 mon.a (mon.0) 1611 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:36.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: cephadm 2024-03-30T04:47:35.772676+0000 mgr.y (mgr.25441) 3757 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:36.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.817404+0000 mon.c (mon.1) 3849 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:36.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.819605+0000 mon.c (mon.1) 3850 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:36.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.821547+0000 mon.c (mon.1) 3851 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:36.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.822264+0000 mon.c (mon.1) 3852 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:36.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:35 smithi117 bash[62284]: audit 2024-03-30T04:47:35.829615+0000 mon.a (mon.0) 1612 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:36.861 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:47:36] "GET /metrics HTTP/1.1" 200 38541 "" "Prometheus/2.33.4" 2024-03-30T04:47:37.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cluster 2024-03-30T04:47:35.823861+0000 mgr.y (mgr.25441) 3758 : cluster [DBG] pgmap v2485: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cluster 2024-03-30T04:47:35.824244+0000 mgr.y (mgr.25441) 3759 : cluster [DBG] pgmap v2486: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cephadm 2024-03-30T04:47:35.830594+0000 mgr.y (mgr.25441) 3760 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:35.879692+0000 mon.c (mon.1) 3853 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:35.881465+0000 mon.c (mon.1) 3854 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:35.883223+0000 mon.c (mon.1) 3855 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:35.883840+0000 mon.c (mon.1) 3856 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cluster 2024-03-30T04:47:35.885151+0000 mgr.y (mgr.25441) 3761 : cluster [DBG] pgmap v2487: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cluster 2024-03-30T04:47:35.885476+0000 mgr.y (mgr.25441) 3762 : cluster [DBG] pgmap v2488: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:35.891756+0000 mon.a (mon.0) 1613 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cephadm 2024-03-30T04:47:35.892398+0000 mgr.y (mgr.25441) 3763 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:35.937177+0000 mon.c (mon.1) 3857 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:35.939299+0000 mon.c (mon.1) 3858 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:35.941108+0000 mon.c (mon.1) 3859 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:35.941776+0000 mon.c (mon.1) 3860 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cluster 2024-03-30T04:47:35.943172+0000 mgr.y (mgr.25441) 3764 : cluster [DBG] pgmap v2489: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cluster 2024-03-30T04:47:35.943485+0000 mgr.y (mgr.25441) 3765 : cluster [DBG] pgmap v2490: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cluster 2024-03-30T04:47:35.823861+0000 mgr.y (mgr.25441) 3758 : cluster [DBG] pgmap v2485: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cluster 2024-03-30T04:47:35.824244+0000 mgr.y (mgr.25441) 3759 : cluster [DBG] pgmap v2486: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cephadm 2024-03-30T04:47:35.830594+0000 mgr.y (mgr.25441) 3760 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:35.879692+0000 mon.c (mon.1) 3853 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:35.881465+0000 mon.c (mon.1) 3854 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:35.883223+0000 mon.c (mon.1) 3855 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:35.883840+0000 mon.c (mon.1) 3856 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cluster 2024-03-30T04:47:35.885151+0000 mgr.y (mgr.25441) 3761 : cluster [DBG] pgmap v2487: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cluster 2024-03-30T04:47:35.885476+0000 mgr.y (mgr.25441) 3762 : cluster [DBG] pgmap v2488: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:35.891756+0000 mon.a (mon.0) 1613 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cephadm 2024-03-30T04:47:35.892398+0000 mgr.y (mgr.25441) 3763 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:35.937177+0000 mon.c (mon.1) 3857 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:35.939299+0000 mon.c (mon.1) 3858 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:35.941108+0000 mon.c (mon.1) 3859 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:35.941776+0000 mon.c (mon.1) 3860 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cluster 2024-03-30T04:47:35.943172+0000 mgr.y (mgr.25441) 3764 : cluster [DBG] pgmap v2489: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cluster 2024-03-30T04:47:35.943485+0000 mgr.y (mgr.25441) 3765 : cluster [DBG] pgmap v2490: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:35.948041+0000 mon.a (mon.0) 1614 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cephadm 2024-03-30T04:47:35.949517+0000 mgr.y (mgr.25441) 3766 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:35.989828+0000 mon.c (mon.1) 3861 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:35.991811+0000 mon.c (mon.1) 3862 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:35.993583+0000 mon.c (mon.1) 3863 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:35.994244+0000 mon.c (mon.1) 3864 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cluster 2024-03-30T04:47:35.995542+0000 mgr.y (mgr.25441) 3767 : cluster [DBG] pgmap v2491: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cluster 2024-03-30T04:47:35.995847+0000 mgr.y (mgr.25441) 3768 : cluster [DBG] pgmap v2492: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.000382+0000 mon.a (mon.0) 1615 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cephadm 2024-03-30T04:47:36.001898+0000 mgr.y (mgr.25441) 3769 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.042026+0000 mon.c (mon.1) 3865 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.044392+0000 mon.c (mon.1) 3866 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.047072+0000 mon.c (mon.1) 3867 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.047995+0000 mon.c (mon.1) 3868 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cluster 2024-03-30T04:47:36.050033+0000 mgr.y (mgr.25441) 3770 : cluster [DBG] pgmap v2493: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.053425+0000 mon.a (mon.0) 1616 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cephadm 2024-03-30T04:47:36.054154+0000 mgr.y (mgr.25441) 3771 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.095072+0000 mon.c (mon.1) 3869 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.096986+0000 mon.c (mon.1) 3870 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.098970+0000 mon.c (mon.1) 3871 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.099682+0000 mon.c (mon.1) 3872 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cluster 2024-03-30T04:47:36.101030+0000 mgr.y (mgr.25441) 3772 : cluster [DBG] pgmap v2494: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cluster 2024-03-30T04:47:36.101487+0000 mgr.y (mgr.25441) 3773 : cluster [DBG] pgmap v2495: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cluster 2024-03-30T04:47:36.101976+0000 mon.a (mon.0) 1617 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:47:37.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.109458+0000 mon.a (mon.0) 1618 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cephadm 2024-03-30T04:47:36.110164+0000 mgr.y (mgr.25441) 3774 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.151973+0000 mon.c (mon.1) 3873 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.154118+0000 mon.c (mon.1) 3874 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.156081+0000 mon.c (mon.1) 3875 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.156787+0000 mon.c (mon.1) 3876 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cluster 2024-03-30T04:47:36.158173+0000 mgr.y (mgr.25441) 3775 : cluster [DBG] pgmap v2496: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cluster 2024-03-30T04:47:36.158623+0000 mgr.y (mgr.25441) 3776 : cluster [DBG] pgmap v2497: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.163189+0000 mon.a (mon.0) 1619 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cephadm 2024-03-30T04:47:36.163776+0000 mgr.y (mgr.25441) 3777 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.203927+0000 mon.c (mon.1) 3877 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.205781+0000 mon.c (mon.1) 3878 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.207845+0000 mon.c (mon.1) 3879 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:35.948041+0000 mon.a (mon.0) 1614 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cephadm 2024-03-30T04:47:35.949517+0000 mgr.y (mgr.25441) 3766 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:35.989828+0000 mon.c (mon.1) 3861 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:35.991811+0000 mon.c (mon.1) 3862 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:35.993583+0000 mon.c (mon.1) 3863 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:35.994244+0000 mon.c (mon.1) 3864 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cluster 2024-03-30T04:47:35.995542+0000 mgr.y (mgr.25441) 3767 : cluster [DBG] pgmap v2491: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cluster 2024-03-30T04:47:35.995847+0000 mgr.y (mgr.25441) 3768 : cluster [DBG] pgmap v2492: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.000382+0000 mon.a (mon.0) 1615 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cephadm 2024-03-30T04:47:36.001898+0000 mgr.y (mgr.25441) 3769 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.042026+0000 mon.c (mon.1) 3865 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.044392+0000 mon.c (mon.1) 3866 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.047072+0000 mon.c (mon.1) 3867 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.047995+0000 mon.c (mon.1) 3868 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cluster 2024-03-30T04:47:36.050033+0000 mgr.y (mgr.25441) 3770 : cluster [DBG] pgmap v2493: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.053425+0000 mon.a (mon.0) 1616 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cephadm 2024-03-30T04:47:36.054154+0000 mgr.y (mgr.25441) 3771 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.095072+0000 mon.c (mon.1) 3869 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.096986+0000 mon.c (mon.1) 3870 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.208536+0000 mon.c (mon.1) 3880 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cluster 2024-03-30T04:47:36.209947+0000 mgr.y (mgr.25441) 3778 : cluster [DBG] pgmap v2498: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cluster 2024-03-30T04:47:36.210233+0000 mgr.y (mgr.25441) 3779 : cluster [DBG] pgmap v2499: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.214917+0000 mon.a (mon.0) 1620 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cephadm 2024-03-30T04:47:36.215989+0000 mgr.y (mgr.25441) 3780 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.256806+0000 mon.c (mon.1) 3881 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.258740+0000 mon.c (mon.1) 3882 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.261331+0000 mon.c (mon.1) 3883 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.262078+0000 mon.c (mon.1) 3884 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cluster 2024-03-30T04:47:36.263437+0000 mgr.y (mgr.25441) 3781 : cluster [DBG] pgmap v2500: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cluster 2024-03-30T04:47:36.263709+0000 mgr.y (mgr.25441) 3782 : cluster [DBG] pgmap v2501: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.269219+0000 mon.a (mon.0) 1621 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cephadm 2024-03-30T04:47:36.270915+0000 mgr.y (mgr.25441) 3783 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.311912+0000 mon.c (mon.1) 3885 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.314128+0000 mon.c (mon.1) 3886 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.316404+0000 mon.c (mon.1) 3887 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.317356+0000 mon.c (mon.1) 3888 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cluster 2024-03-30T04:47:36.318786+0000 mgr.y (mgr.25441) 3784 : cluster [DBG] pgmap v2502: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cluster 2024-03-30T04:47:36.319194+0000 mgr.y (mgr.25441) 3785 : cluster [DBG] pgmap v2503: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.323908+0000 mon.a (mon.0) 1622 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cephadm 2024-03-30T04:47:36.325445+0000 mgr.y (mgr.25441) 3786 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.367723+0000 mon.c (mon.1) 3889 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.370127+0000 mon.c (mon.1) 3890 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.372273+0000 mon.c (mon.1) 3891 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.373074+0000 mon.c (mon.1) 3892 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cluster 2024-03-30T04:47:36.374763+0000 mgr.y (mgr.25441) 3787 : cluster [DBG] pgmap v2504: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cluster 2024-03-30T04:47:36.375100+0000 mgr.y (mgr.25441) 3788 : cluster [DBG] pgmap v2505: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.382799+0000 mon.a (mon.0) 1623 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cephadm 2024-03-30T04:47:36.383667+0000 mgr.y (mgr.25441) 3789 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.425643+0000 mon.c (mon.1) 3893 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.428502+0000 mon.c (mon.1) 3894 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.431048+0000 mon.c (mon.1) 3895 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.432174+0000 mon.c (mon.1) 3896 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cluster 2024-03-30T04:47:36.434122+0000 mgr.y (mgr.25441) 3790 : cluster [DBG] pgmap v2506: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cluster 2024-03-30T04:47:36.434471+0000 mgr.y (mgr.25441) 3791 : cluster [DBG] pgmap v2507: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.440600+0000 mon.a (mon.0) 1624 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.098970+0000 mon.c (mon.1) 3871 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.099682+0000 mon.c (mon.1) 3872 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cluster 2024-03-30T04:47:36.101030+0000 mgr.y (mgr.25441) 3772 : cluster [DBG] pgmap v2494: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cluster 2024-03-30T04:47:36.101487+0000 mgr.y (mgr.25441) 3773 : cluster [DBG] pgmap v2495: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cluster 2024-03-30T04:47:36.101976+0000 mon.a (mon.0) 1617 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:47:37.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.109458+0000 mon.a (mon.0) 1618 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cephadm 2024-03-30T04:47:36.110164+0000 mgr.y (mgr.25441) 3774 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.151973+0000 mon.c (mon.1) 3873 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.154118+0000 mon.c (mon.1) 3874 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.156081+0000 mon.c (mon.1) 3875 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.156787+0000 mon.c (mon.1) 3876 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cluster 2024-03-30T04:47:36.158173+0000 mgr.y (mgr.25441) 3775 : cluster [DBG] pgmap v2496: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cluster 2024-03-30T04:47:36.158623+0000 mgr.y (mgr.25441) 3776 : cluster [DBG] pgmap v2497: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.163189+0000 mon.a (mon.0) 1619 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cephadm 2024-03-30T04:47:36.163776+0000 mgr.y (mgr.25441) 3777 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.203927+0000 mon.c (mon.1) 3877 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.205781+0000 mon.c (mon.1) 3878 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.207845+0000 mon.c (mon.1) 3879 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cephadm 2024-03-30T04:47:36.441228+0000 mgr.y (mgr.25441) 3792 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.483670+0000 mon.c (mon.1) 3897 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.485705+0000 mon.c (mon.1) 3898 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.487663+0000 mon.c (mon.1) 3899 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.488303+0000 mon.c (mon.1) 3900 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cluster 2024-03-30T04:47:36.489801+0000 mgr.y (mgr.25441) 3793 : cluster [DBG] pgmap v2508: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cluster 2024-03-30T04:47:36.490151+0000 mgr.y (mgr.25441) 3794 : cluster [DBG] pgmap v2509: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.495230+0000 mon.a (mon.0) 1625 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cephadm 2024-03-30T04:47:36.496142+0000 mgr.y (mgr.25441) 3795 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.537846+0000 mon.c (mon.1) 3901 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.539942+0000 mon.c (mon.1) 3902 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.541698+0000 mon.c (mon.1) 3903 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.542352+0000 mon.c (mon.1) 3904 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cluster 2024-03-30T04:47:36.543832+0000 mgr.y (mgr.25441) 3796 : cluster [DBG] pgmap v2510: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cluster 2024-03-30T04:47:36.544178+0000 mgr.y (mgr.25441) 3797 : cluster [DBG] pgmap v2511: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.548828+0000 mon.a (mon.0) 1626 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cephadm 2024-03-30T04:47:36.550264+0000 mgr.y (mgr.25441) 3798 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.591874+0000 mon.c (mon.1) 3905 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.594017+0000 mon.c (mon.1) 3906 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.595971+0000 mon.c (mon.1) 3907 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.596651+0000 mon.c (mon.1) 3908 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cluster 2024-03-30T04:47:36.598161+0000 mgr.y (mgr.25441) 3799 : cluster [DBG] pgmap v2512: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cluster 2024-03-30T04:47:36.598504+0000 mgr.y (mgr.25441) 3800 : cluster [DBG] pgmap v2513: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.604194+0000 mon.a (mon.0) 1627 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cephadm 2024-03-30T04:47:36.604762+0000 mgr.y (mgr.25441) 3801 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.647654+0000 mon.c (mon.1) 3909 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.650108+0000 mon.c (mon.1) 3910 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.652292+0000 mon.c (mon.1) 3911 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.653138+0000 mon.c (mon.1) 3912 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cluster 2024-03-30T04:47:36.654717+0000 mgr.y (mgr.25441) 3802 : cluster [DBG] pgmap v2514: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cluster 2024-03-30T04:47:36.655064+0000 mgr.y (mgr.25441) 3803 : cluster [DBG] pgmap v2515: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.660609+0000 mon.a (mon.0) 1628 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cephadm 2024-03-30T04:47:36.661171+0000 mgr.y (mgr.25441) 3804 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.705356+0000 mon.c (mon.1) 3913 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.707647+0000 mon.c (mon.1) 3914 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.709738+0000 mon.c (mon.1) 3915 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.208536+0000 mon.c (mon.1) 3880 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cluster 2024-03-30T04:47:36.209947+0000 mgr.y (mgr.25441) 3778 : cluster [DBG] pgmap v2498: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cluster 2024-03-30T04:47:36.210233+0000 mgr.y (mgr.25441) 3779 : cluster [DBG] pgmap v2499: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.214917+0000 mon.a (mon.0) 1620 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cephadm 2024-03-30T04:47:36.215989+0000 mgr.y (mgr.25441) 3780 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.256806+0000 mon.c (mon.1) 3881 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.258740+0000 mon.c (mon.1) 3882 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.261331+0000 mon.c (mon.1) 3883 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.262078+0000 mon.c (mon.1) 3884 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cluster 2024-03-30T04:47:36.263437+0000 mgr.y (mgr.25441) 3781 : cluster [DBG] pgmap v2500: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cluster 2024-03-30T04:47:36.263709+0000 mgr.y (mgr.25441) 3782 : cluster [DBG] pgmap v2501: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.269219+0000 mon.a (mon.0) 1621 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cephadm 2024-03-30T04:47:36.270915+0000 mgr.y (mgr.25441) 3783 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.311912+0000 mon.c (mon.1) 3885 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.314128+0000 mon.c (mon.1) 3886 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.316404+0000 mon.c (mon.1) 3887 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.317356+0000 mon.c (mon.1) 3888 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cluster 2024-03-30T04:47:36.318786+0000 mgr.y (mgr.25441) 3784 : cluster [DBG] pgmap v2502: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.710518+0000 mon.c (mon.1) 3916 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cluster 2024-03-30T04:47:36.712235+0000 mgr.y (mgr.25441) 3805 : cluster [DBG] pgmap v2516: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 29 op/s; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cluster 2024-03-30T04:47:36.712589+0000 mgr.y (mgr.25441) 3806 : cluster [DBG] pgmap v2517: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 29 op/s; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.718301+0000 mon.a (mon.0) 1629 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cephadm 2024-03-30T04:47:36.718988+0000 mgr.y (mgr.25441) 3807 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.759720+0000 mon.c (mon.1) 3917 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.762070+0000 mon.c (mon.1) 3918 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.763956+0000 mon.c (mon.1) 3919 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.764629+0000 mon.c (mon.1) 3920 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cluster 2024-03-30T04:47:36.766148+0000 mgr.y (mgr.25441) 3808 : cluster [DBG] pgmap v2518: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 29 op/s; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cluster 2024-03-30T04:47:36.766480+0000 mgr.y (mgr.25441) 3809 : cluster [DBG] pgmap v2519: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 29 op/s; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.770822+0000 mon.a (mon.0) 1630 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: cephadm 2024-03-30T04:47:36.771521+0000 mgr.y (mgr.25441) 3810 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.780597+0000 mon.b (mon.2) 7 : audit [INF] from='osd.6 [v2:172.21.15.117:6816/929279482,v1:172.21.15.117:6817/929279482]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-30T04:47:37.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.781131+0000 mon.a (mon.0) 1631 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-30T04:47:37.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.811639+0000 mon.c (mon.1) 3921 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.813356+0000 mon.c (mon.1) 3922 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.815538+0000 mon.c (mon.1) 3923 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.816242+0000 mon.c (mon.1) 3924 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[70954]: audit 2024-03-30T04:47:36.823437+0000 mon.a (mon.0) 1632 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cluster 2024-03-30T04:47:36.319194+0000 mgr.y (mgr.25441) 3785 : cluster [DBG] pgmap v2503: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.323908+0000 mon.a (mon.0) 1622 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cephadm 2024-03-30T04:47:36.325445+0000 mgr.y (mgr.25441) 3786 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.367723+0000 mon.c (mon.1) 3889 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.370127+0000 mon.c (mon.1) 3890 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.372273+0000 mon.c (mon.1) 3891 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.373074+0000 mon.c (mon.1) 3892 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cluster 2024-03-30T04:47:36.374763+0000 mgr.y (mgr.25441) 3787 : cluster [DBG] pgmap v2504: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cluster 2024-03-30T04:47:36.375100+0000 mgr.y (mgr.25441) 3788 : cluster [DBG] pgmap v2505: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.382799+0000 mon.a (mon.0) 1623 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cephadm 2024-03-30T04:47:36.383667+0000 mgr.y (mgr.25441) 3789 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.425643+0000 mon.c (mon.1) 3893 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.428502+0000 mon.c (mon.1) 3894 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.431048+0000 mon.c (mon.1) 3895 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.432174+0000 mon.c (mon.1) 3896 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cluster 2024-03-30T04:47:36.434122+0000 mgr.y (mgr.25441) 3790 : cluster [DBG] pgmap v2506: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cluster 2024-03-30T04:47:36.434471+0000 mgr.y (mgr.25441) 3791 : cluster [DBG] pgmap v2507: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.440600+0000 mon.a (mon.0) 1624 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cephadm 2024-03-30T04:47:36.441228+0000 mgr.y (mgr.25441) 3792 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.483670+0000 mon.c (mon.1) 3897 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.485705+0000 mon.c (mon.1) 3898 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.487663+0000 mon.c (mon.1) 3899 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.488303+0000 mon.c (mon.1) 3900 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cluster 2024-03-30T04:47:36.489801+0000 mgr.y (mgr.25441) 3793 : cluster [DBG] pgmap v2508: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cluster 2024-03-30T04:47:36.490151+0000 mgr.y (mgr.25441) 3794 : cluster [DBG] pgmap v2509: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.495230+0000 mon.a (mon.0) 1625 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cephadm 2024-03-30T04:47:36.496142+0000 mgr.y (mgr.25441) 3795 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.537846+0000 mon.c (mon.1) 3901 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.539942+0000 mon.c (mon.1) 3902 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.541698+0000 mon.c (mon.1) 3903 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.542352+0000 mon.c (mon.1) 3904 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cluster 2024-03-30T04:47:36.543832+0000 mgr.y (mgr.25441) 3796 : cluster [DBG] pgmap v2510: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cluster 2024-03-30T04:47:36.544178+0000 mgr.y (mgr.25441) 3797 : cluster [DBG] pgmap v2511: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.548828+0000 mon.a (mon.0) 1626 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cephadm 2024-03-30T04:47:36.550264+0000 mgr.y (mgr.25441) 3798 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.591874+0000 mon.c (mon.1) 3905 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.594017+0000 mon.c (mon.1) 3906 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.595971+0000 mon.c (mon.1) 3907 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.596651+0000 mon.c (mon.1) 3908 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cluster 2024-03-30T04:47:36.598161+0000 mgr.y (mgr.25441) 3799 : cluster [DBG] pgmap v2512: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cluster 2024-03-30T04:47:36.598504+0000 mgr.y (mgr.25441) 3800 : cluster [DBG] pgmap v2513: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.604194+0000 mon.a (mon.0) 1627 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cephadm 2024-03-30T04:47:36.604762+0000 mgr.y (mgr.25441) 3801 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.647654+0000 mon.c (mon.1) 3909 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.138 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.650108+0000 mon.c (mon.1) 3910 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.138 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.652292+0000 mon.c (mon.1) 3911 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.138 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.653138+0000 mon.c (mon.1) 3912 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.138 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cluster 2024-03-30T04:47:36.654717+0000 mgr.y (mgr.25441) 3802 : cluster [DBG] pgmap v2514: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.138 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cluster 2024-03-30T04:47:36.655064+0000 mgr.y (mgr.25441) 3803 : cluster [DBG] pgmap v2515: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.138 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.660609+0000 mon.a (mon.0) 1628 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.138 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cephadm 2024-03-30T04:47:36.661171+0000 mgr.y (mgr.25441) 3804 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.138 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.705356+0000 mon.c (mon.1) 3913 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.138 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.707647+0000 mon.c (mon.1) 3914 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.138 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.709738+0000 mon.c (mon.1) 3915 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.138 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.710518+0000 mon.c (mon.1) 3916 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.138 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cluster 2024-03-30T04:47:36.712235+0000 mgr.y (mgr.25441) 3805 : cluster [DBG] pgmap v2516: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 29 op/s; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.138 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cluster 2024-03-30T04:47:36.712589+0000 mgr.y (mgr.25441) 3806 : cluster [DBG] pgmap v2517: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 29 op/s; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.138 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.718301+0000 mon.a (mon.0) 1629 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.138 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cephadm 2024-03-30T04:47:36.718988+0000 mgr.y (mgr.25441) 3807 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.759720+0000 mon.c (mon.1) 3917 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.762070+0000 mon.c (mon.1) 3918 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.763956+0000 mon.c (mon.1) 3919 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.764629+0000 mon.c (mon.1) 3920 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cluster 2024-03-30T04:47:36.766148+0000 mgr.y (mgr.25441) 3808 : cluster [DBG] pgmap v2518: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 29 op/s; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cluster 2024-03-30T04:47:36.766480+0000 mgr.y (mgr.25441) 3809 : cluster [DBG] pgmap v2519: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 29 op/s; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.770822+0000 mon.a (mon.0) 1630 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: cephadm 2024-03-30T04:47:36.771521+0000 mgr.y (mgr.25441) 3810 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.780597+0000 mon.b (mon.2) 7 : audit [INF] from='osd.6 [v2:172.21.15.117:6816/929279482,v1:172.21.15.117:6817/929279482]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-30T04:47:37.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.781131+0000 mon.a (mon.0) 1631 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-30T04:47:37.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.811639+0000 mon.c (mon.1) 3921 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.813356+0000 mon.c (mon.1) 3922 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.815538+0000 mon.c (mon.1) 3923 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.816242+0000 mon.c (mon.1) 3924 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:36 smithi111 bash[73591]: audit 2024-03-30T04:47:36.823437+0000 mon.a (mon.0) 1632 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.140 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[74404]: debug 2024-03-30T04:47:36.743+0000 7fe13d57e7c0 -1 osd.6 0 read_superblock omap replica is missing. 2024-03-30T04:47:37.140 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[74404]: debug 2024-03-30T04:47:36.771+0000 7fe13d57e7c0 -1 osd.6 138 log_to_monitors true 2024-03-30T04:47:37.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cluster 2024-03-30T04:47:35.823861+0000 mgr.y (mgr.25441) 3758 : cluster [DBG] pgmap v2485: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cluster 2024-03-30T04:47:35.824244+0000 mgr.y (mgr.25441) 3759 : cluster [DBG] pgmap v2486: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cephadm 2024-03-30T04:47:35.830594+0000 mgr.y (mgr.25441) 3760 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:35.879692+0000 mon.c (mon.1) 3853 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:35.881465+0000 mon.c (mon.1) 3854 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:35.883223+0000 mon.c (mon.1) 3855 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:35.883840+0000 mon.c (mon.1) 3856 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cluster 2024-03-30T04:47:35.885151+0000 mgr.y (mgr.25441) 3761 : cluster [DBG] pgmap v2487: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cluster 2024-03-30T04:47:35.885476+0000 mgr.y (mgr.25441) 3762 : cluster [DBG] pgmap v2488: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:35.891756+0000 mon.a (mon.0) 1613 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cephadm 2024-03-30T04:47:35.892398+0000 mgr.y (mgr.25441) 3763 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:35.937177+0000 mon.c (mon.1) 3857 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:35.939299+0000 mon.c (mon.1) 3858 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:35.941108+0000 mon.c (mon.1) 3859 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:35.941776+0000 mon.c (mon.1) 3860 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cluster 2024-03-30T04:47:35.943172+0000 mgr.y (mgr.25441) 3764 : cluster [DBG] pgmap v2489: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cluster 2024-03-30T04:47:35.943485+0000 mgr.y (mgr.25441) 3765 : cluster [DBG] pgmap v2490: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:35.948041+0000 mon.a (mon.0) 1614 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cephadm 2024-03-30T04:47:35.949517+0000 mgr.y (mgr.25441) 3766 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:35.989828+0000 mon.c (mon.1) 3861 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:35.991811+0000 mon.c (mon.1) 3862 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:35.993583+0000 mon.c (mon.1) 3863 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:35.994244+0000 mon.c (mon.1) 3864 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cluster 2024-03-30T04:47:35.995542+0000 mgr.y (mgr.25441) 3767 : cluster [DBG] pgmap v2491: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cluster 2024-03-30T04:47:35.995847+0000 mgr.y (mgr.25441) 3768 : cluster [DBG] pgmap v2492: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.000382+0000 mon.a (mon.0) 1615 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cephadm 2024-03-30T04:47:36.001898+0000 mgr.y (mgr.25441) 3769 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.042026+0000 mon.c (mon.1) 3865 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.044392+0000 mon.c (mon.1) 3866 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.047072+0000 mon.c (mon.1) 3867 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.047995+0000 mon.c (mon.1) 3868 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cluster 2024-03-30T04:47:36.050033+0000 mgr.y (mgr.25441) 3770 : cluster [DBG] pgmap v2493: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.053425+0000 mon.a (mon.0) 1616 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cephadm 2024-03-30T04:47:36.054154+0000 mgr.y (mgr.25441) 3771 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.095072+0000 mon.c (mon.1) 3869 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.096986+0000 mon.c (mon.1) 3870 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.098970+0000 mon.c (mon.1) 3871 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.099682+0000 mon.c (mon.1) 3872 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cluster 2024-03-30T04:47:36.101030+0000 mgr.y (mgr.25441) 3772 : cluster [DBG] pgmap v2494: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cluster 2024-03-30T04:47:36.101487+0000 mgr.y (mgr.25441) 3773 : cluster [DBG] pgmap v2495: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cluster 2024-03-30T04:47:36.101976+0000 mon.a (mon.0) 1617 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:47:37.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.109458+0000 mon.a (mon.0) 1618 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cephadm 2024-03-30T04:47:36.110164+0000 mgr.y (mgr.25441) 3774 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.151973+0000 mon.c (mon.1) 3873 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.154118+0000 mon.c (mon.1) 3874 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.156081+0000 mon.c (mon.1) 3875 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.156787+0000 mon.c (mon.1) 3876 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cluster 2024-03-30T04:47:36.158173+0000 mgr.y (mgr.25441) 3775 : cluster [DBG] pgmap v2496: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cluster 2024-03-30T04:47:36.158623+0000 mgr.y (mgr.25441) 3776 : cluster [DBG] pgmap v2497: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.163189+0000 mon.a (mon.0) 1619 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cephadm 2024-03-30T04:47:36.163776+0000 mgr.y (mgr.25441) 3777 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.203927+0000 mon.c (mon.1) 3877 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.205781+0000 mon.c (mon.1) 3878 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.207845+0000 mon.c (mon.1) 3879 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.208536+0000 mon.c (mon.1) 3880 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cluster 2024-03-30T04:47:36.209947+0000 mgr.y (mgr.25441) 3778 : cluster [DBG] pgmap v2498: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cluster 2024-03-30T04:47:36.210233+0000 mgr.y (mgr.25441) 3779 : cluster [DBG] pgmap v2499: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.214917+0000 mon.a (mon.0) 1620 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cephadm 2024-03-30T04:47:36.215989+0000 mgr.y (mgr.25441) 3780 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.256806+0000 mon.c (mon.1) 3881 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.258740+0000 mon.c (mon.1) 3882 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.261331+0000 mon.c (mon.1) 3883 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.262078+0000 mon.c (mon.1) 3884 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cluster 2024-03-30T04:47:36.263437+0000 mgr.y (mgr.25441) 3781 : cluster [DBG] pgmap v2500: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cluster 2024-03-30T04:47:36.263709+0000 mgr.y (mgr.25441) 3782 : cluster [DBG] pgmap v2501: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.269219+0000 mon.a (mon.0) 1621 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cephadm 2024-03-30T04:47:36.270915+0000 mgr.y (mgr.25441) 3783 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.311912+0000 mon.c (mon.1) 3885 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.314128+0000 mon.c (mon.1) 3886 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.316404+0000 mon.c (mon.1) 3887 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.317356+0000 mon.c (mon.1) 3888 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cluster 2024-03-30T04:47:36.318786+0000 mgr.y (mgr.25441) 3784 : cluster [DBG] pgmap v2502: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cluster 2024-03-30T04:47:36.319194+0000 mgr.y (mgr.25441) 3785 : cluster [DBG] pgmap v2503: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.323908+0000 mon.a (mon.0) 1622 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cephadm 2024-03-30T04:47:36.325445+0000 mgr.y (mgr.25441) 3786 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.367723+0000 mon.c (mon.1) 3889 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.370127+0000 mon.c (mon.1) 3890 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.372273+0000 mon.c (mon.1) 3891 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.373074+0000 mon.c (mon.1) 3892 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cluster 2024-03-30T04:47:36.374763+0000 mgr.y (mgr.25441) 3787 : cluster [DBG] pgmap v2504: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cluster 2024-03-30T04:47:36.375100+0000 mgr.y (mgr.25441) 3788 : cluster [DBG] pgmap v2505: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.382799+0000 mon.a (mon.0) 1623 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cephadm 2024-03-30T04:47:36.383667+0000 mgr.y (mgr.25441) 3789 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.425643+0000 mon.c (mon.1) 3893 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.428502+0000 mon.c (mon.1) 3894 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.431048+0000 mon.c (mon.1) 3895 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.432174+0000 mon.c (mon.1) 3896 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cluster 2024-03-30T04:47:36.434122+0000 mgr.y (mgr.25441) 3790 : cluster [DBG] pgmap v2506: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cluster 2024-03-30T04:47:36.434471+0000 mgr.y (mgr.25441) 3791 : cluster [DBG] pgmap v2507: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.440600+0000 mon.a (mon.0) 1624 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cephadm 2024-03-30T04:47:36.441228+0000 mgr.y (mgr.25441) 3792 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.483670+0000 mon.c (mon.1) 3897 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.485705+0000 mon.c (mon.1) 3898 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.487663+0000 mon.c (mon.1) 3899 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.488303+0000 mon.c (mon.1) 3900 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cluster 2024-03-30T04:47:36.489801+0000 mgr.y (mgr.25441) 3793 : cluster [DBG] pgmap v2508: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cluster 2024-03-30T04:47:36.490151+0000 mgr.y (mgr.25441) 3794 : cluster [DBG] pgmap v2509: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.495230+0000 mon.a (mon.0) 1625 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cephadm 2024-03-30T04:47:36.496142+0000 mgr.y (mgr.25441) 3795 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.537846+0000 mon.c (mon.1) 3901 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.539942+0000 mon.c (mon.1) 3902 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.541698+0000 mon.c (mon.1) 3903 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.542352+0000 mon.c (mon.1) 3904 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cluster 2024-03-30T04:47:36.543832+0000 mgr.y (mgr.25441) 3796 : cluster [DBG] pgmap v2510: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cluster 2024-03-30T04:47:36.544178+0000 mgr.y (mgr.25441) 3797 : cluster [DBG] pgmap v2511: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.548828+0000 mon.a (mon.0) 1626 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cephadm 2024-03-30T04:47:36.550264+0000 mgr.y (mgr.25441) 3798 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.591874+0000 mon.c (mon.1) 3905 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.594017+0000 mon.c (mon.1) 3906 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.595971+0000 mon.c (mon.1) 3907 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.596651+0000 mon.c (mon.1) 3908 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cluster 2024-03-30T04:47:36.598161+0000 mgr.y (mgr.25441) 3799 : cluster [DBG] pgmap v2512: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cluster 2024-03-30T04:47:36.598504+0000 mgr.y (mgr.25441) 3800 : cluster [DBG] pgmap v2513: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.604194+0000 mon.a (mon.0) 1627 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cephadm 2024-03-30T04:47:36.604762+0000 mgr.y (mgr.25441) 3801 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.647654+0000 mon.c (mon.1) 3909 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.650108+0000 mon.c (mon.1) 3910 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.652292+0000 mon.c (mon.1) 3911 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.653138+0000 mon.c (mon.1) 3912 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cluster 2024-03-30T04:47:36.654717+0000 mgr.y (mgr.25441) 3802 : cluster [DBG] pgmap v2514: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cluster 2024-03-30T04:47:36.655064+0000 mgr.y (mgr.25441) 3803 : cluster [DBG] pgmap v2515: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.660609+0000 mon.a (mon.0) 1628 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cephadm 2024-03-30T04:47:36.661171+0000 mgr.y (mgr.25441) 3804 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.705356+0000 mon.c (mon.1) 3913 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.707647+0000 mon.c (mon.1) 3914 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.709738+0000 mon.c (mon.1) 3915 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.710518+0000 mon.c (mon.1) 3916 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cluster 2024-03-30T04:47:36.712235+0000 mgr.y (mgr.25441) 3805 : cluster [DBG] pgmap v2516: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 29 op/s; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cluster 2024-03-30T04:47:36.712589+0000 mgr.y (mgr.25441) 3806 : cluster [DBG] pgmap v2517: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 29 op/s; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.150 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.718301+0000 mon.a (mon.0) 1629 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.150 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cephadm 2024-03-30T04:47:36.718988+0000 mgr.y (mgr.25441) 3807 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.150 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.759720+0000 mon.c (mon.1) 3917 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.150 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.762070+0000 mon.c (mon.1) 3918 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.150 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.763956+0000 mon.c (mon.1) 3919 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.150 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.764629+0000 mon.c (mon.1) 3920 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.150 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cluster 2024-03-30T04:47:36.766148+0000 mgr.y (mgr.25441) 3808 : cluster [DBG] pgmap v2518: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 29 op/s; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.150 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cluster 2024-03-30T04:47:36.766480+0000 mgr.y (mgr.25441) 3809 : cluster [DBG] pgmap v2519: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 29 op/s; 84/726 objects degraded (11.570%) 2024-03-30T04:47:37.150 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.770822+0000 mon.a (mon.0) 1630 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:37.150 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: cephadm 2024-03-30T04:47:36.771521+0000 mgr.y (mgr.25441) 3810 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:37.150 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.780597+0000 mon.b (mon.2) 7 : audit [INF] from='osd.6 [v2:172.21.15.117:6816/929279482,v1:172.21.15.117:6817/929279482]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-30T04:47:37.150 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.781131+0000 mon.a (mon.0) 1631 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-30T04:47:37.150 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.811639+0000 mon.c (mon.1) 3921 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.150 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.813356+0000 mon.c (mon.1) 3922 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.151 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.815538+0000 mon.c (mon.1) 3923 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.151 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.816242+0000 mon.c (mon.1) 3924 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.151 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:36 smithi117 bash[62284]: audit 2024-03-30T04:47:36.823437+0000 mon.a (mon.0) 1632 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.260 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cluster 2024-03-30T04:47:36.817671+0000 mgr.y (mgr.25441) 3811 : cluster [DBG] pgmap v2520: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 30 op/s; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.260 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cluster 2024-03-30T04:47:36.818003+0000 mgr.y (mgr.25441) 3812 : cluster [DBG] pgmap v2521: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 30 op/s; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.260 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cephadm 2024-03-30T04:47:36.824166+0000 mgr.y (mgr.25441) 3813 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.260 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:36.865349+0000 mon.c (mon.1) 3925 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.261 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:36.880129+0000 mon.c (mon.1) 3926 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.261 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:36.882222+0000 mon.c (mon.1) 3927 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.261 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:36.882901+0000 mon.c (mon.1) 3928 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.261 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cluster 2024-03-30T04:47:36.884307+0000 mgr.y (mgr.25441) 3814 : cluster [DBG] pgmap v2522: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.261 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cluster 2024-03-30T04:47:36.884626+0000 mgr.y (mgr.25441) 3815 : cluster [DBG] pgmap v2523: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.261 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:36.889806+0000 mon.a (mon.0) 1633 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.261 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cephadm 2024-03-30T04:47:36.892514+0000 mgr.y (mgr.25441) 3816 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.261 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:36.932728+0000 mon.c (mon.1) 3929 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.261 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:36.934618+0000 mon.c (mon.1) 3930 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.261 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:36.936679+0000 mon.c (mon.1) 3931 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.261 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:36.937407+0000 mon.c (mon.1) 3932 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.261 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cluster 2024-03-30T04:47:36.938828+0000 mgr.y (mgr.25441) 3817 : cluster [DBG] pgmap v2524: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.261 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cluster 2024-03-30T04:47:36.939158+0000 mgr.y (mgr.25441) 3818 : cluster [DBG] pgmap v2525: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.261 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:36.944114+0000 mon.a (mon.0) 1634 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.261 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cephadm 2024-03-30T04:47:36.947141+0000 mgr.y (mgr.25441) 3819 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.262 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:36.951516+0000 mon.a (mon.0) 1635 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.262 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:36.960866+0000 mon.a (mon.0) 1636 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.262 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cluster 2024-03-30T04:47:36.963118+0000 mgr.y (mgr.25441) 3820 : cluster [DBG] pgmap v2526: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.262 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cluster 2024-03-30T04:47:36.963478+0000 mgr.y (mgr.25441) 3821 : cluster [DBG] pgmap v2527: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.262 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:36.970636+0000 mon.a (mon.0) 1637 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.262 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:36.987956+0000 mon.c (mon.1) 3933 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.262 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:36.989895+0000 mon.c (mon.1) 3934 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.262 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:36.991606+0000 mon.c (mon.1) 3935 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.262 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:36.992317+0000 mon.c (mon.1) 3936 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.262 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cluster 2024-03-30T04:47:36.993729+0000 mgr.y (mgr.25441) 3822 : cluster [DBG] pgmap v2528: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.262 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cluster 2024-03-30T04:47:36.994032+0000 mgr.y (mgr.25441) 3823 : cluster [DBG] pgmap v2529: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.262 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.001382+0000 mon.a (mon.0) 1638 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.262 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cephadm 2024-03-30T04:47:37.002048+0000 mgr.y (mgr.25441) 3824 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.262 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.047222+0000 mon.c (mon.1) 3937 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.263 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.049571+0000 mon.c (mon.1) 3938 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.263 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.051443+0000 mon.c (mon.1) 3939 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.263 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.052146+0000 mon.c (mon.1) 3940 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.263 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cluster 2024-03-30T04:47:37.053743+0000 mgr.y (mgr.25441) 3825 : cluster [DBG] pgmap v2530: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.263 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cluster 2024-03-30T04:47:37.053996+0000 mgr.y (mgr.25441) 3826 : cluster [DBG] pgmap v2531: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.263 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.060477+0000 mon.a (mon.0) 1639 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.263 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cephadm 2024-03-30T04:47:37.061021+0000 mgr.y (mgr.25441) 3827 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.263 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.101036+0000 mon.c (mon.1) 3941 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.263 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.102871+0000 mon.c (mon.1) 3942 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.263 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cluster 2024-03-30T04:47:37.103433+0000 mon.a (mon.0) 1640 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:47:38.263 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.104606+0000 mon.c (mon.1) 3943 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.263 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.108059+0000 mon.c (mon.1) 3944 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.263 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cluster 2024-03-30T04:47:37.109389+0000 mgr.y (mgr.25441) 3828 : cluster [DBG] pgmap v2532: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.263 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cluster 2024-03-30T04:47:37.109693+0000 mgr.y (mgr.25441) 3829 : cluster [DBG] pgmap v2533: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.263 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.114561+0000 mon.a (mon.0) 1641 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.264 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cephadm 2024-03-30T04:47:37.116160+0000 mgr.y (mgr.25441) 3830 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.264 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.156362+0000 mon.c (mon.1) 3945 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.264 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.158588+0000 mon.c (mon.1) 3946 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.264 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.160359+0000 mon.c (mon.1) 3947 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.264 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.161000+0000 mon.c (mon.1) 3948 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.264 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cluster 2024-03-30T04:47:37.162317+0000 mgr.y (mgr.25441) 3831 : cluster [DBG] pgmap v2534: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.264 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cluster 2024-03-30T04:47:37.162638+0000 mgr.y (mgr.25441) 3832 : cluster [DBG] pgmap v2535: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.264 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.166896+0000 mon.a (mon.0) 1642 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.264 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cephadm 2024-03-30T04:47:37.167430+0000 mgr.y (mgr.25441) 3833 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.264 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.207650+0000 mon.c (mon.1) 3949 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.264 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.209394+0000 mon.c (mon.1) 3950 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.264 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.211110+0000 mon.c (mon.1) 3951 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.264 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.211705+0000 mon.c (mon.1) 3952 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.264 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cluster 2024-03-30T04:47:37.213020+0000 mgr.y (mgr.25441) 3834 : cluster [DBG] pgmap v2536: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.264 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cluster 2024-03-30T04:47:37.213343+0000 mgr.y (mgr.25441) 3835 : cluster [DBG] pgmap v2537: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.265 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.217505+0000 mon.a (mon.0) 1643 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.265 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cephadm 2024-03-30T04:47:37.218137+0000 mgr.y (mgr.25441) 3836 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.265 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.258600+0000 mon.c (mon.1) 3953 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.265 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.260506+0000 mon.c (mon.1) 3954 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.265 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.262558+0000 mon.c (mon.1) 3955 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.265 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.263229+0000 mon.c (mon.1) 3956 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.265 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cluster 2024-03-30T04:47:37.264602+0000 mgr.y (mgr.25441) 3837 : cluster [DBG] pgmap v2538: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.265 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.268466+0000 mon.a (mon.0) 1644 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.265 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cephadm 2024-03-30T04:47:37.269198+0000 mgr.y (mgr.25441) 3838 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.266 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.309232+0000 mon.c (mon.1) 3957 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.266 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.311052+0000 mon.c (mon.1) 3958 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.266 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.313203+0000 mon.c (mon.1) 3959 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.266 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.313921+0000 mon.c (mon.1) 3960 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.267 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cluster 2024-03-30T04:47:37.315426+0000 mgr.y (mgr.25441) 3839 : cluster [DBG] pgmap v2539: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.267 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cluster 2024-03-30T04:47:37.315775+0000 mgr.y (mgr.25441) 3840 : cluster [DBG] pgmap v2540: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.267 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.321194+0000 mon.a (mon.0) 1645 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.267 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cephadm 2024-03-30T04:47:37.321756+0000 mgr.y (mgr.25441) 3841 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.267 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.361994+0000 mon.c (mon.1) 3961 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.267 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.363911+0000 mon.c (mon.1) 3962 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.267 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.365809+0000 mon.c (mon.1) 3963 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.267 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.366493+0000 mon.c (mon.1) 3964 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.267 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cluster 2024-03-30T04:47:37.367895+0000 mgr.y (mgr.25441) 3842 : cluster [DBG] pgmap v2541: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.267 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cluster 2024-03-30T04:47:37.368233+0000 mgr.y (mgr.25441) 3843 : cluster [DBG] pgmap v2542: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.267 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.374120+0000 mon.a (mon.0) 1646 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.268 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cephadm 2024-03-30T04:47:37.374716+0000 mgr.y (mgr.25441) 3844 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.268 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.415528+0000 mon.c (mon.1) 3965 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.268 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.417517+0000 mon.c (mon.1) 3966 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.268 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.419463+0000 mon.c (mon.1) 3967 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.268 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.420142+0000 mon.c (mon.1) 3968 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.268 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cluster 2024-03-30T04:47:37.421556+0000 mgr.y (mgr.25441) 3845 : cluster [DBG] pgmap v2543: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.268 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cluster 2024-03-30T04:47:37.421905+0000 mgr.y (mgr.25441) 3846 : cluster [DBG] pgmap v2544: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.268 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.427262+0000 mon.a (mon.0) 1647 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.268 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cephadm 2024-03-30T04:47:37.427792+0000 mgr.y (mgr.25441) 3847 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.268 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.468739+0000 mon.c (mon.1) 3969 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.269 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.470920+0000 mon.c (mon.1) 3970 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.269 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.472915+0000 mon.c (mon.1) 3971 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.269 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.473610+0000 mon.c (mon.1) 3972 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.269 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cluster 2024-03-30T04:47:37.475048+0000 mgr.y (mgr.25441) 3848 : cluster [DBG] pgmap v2545: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.269 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cluster 2024-03-30T04:47:37.475396+0000 mgr.y (mgr.25441) 3849 : cluster [DBG] pgmap v2546: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.269 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.480908+0000 mon.a (mon.0) 1648 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.269 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cephadm 2024-03-30T04:47:37.481512+0000 mgr.y (mgr.25441) 3850 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.269 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.522462+0000 mon.c (mon.1) 3973 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.269 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.524285+0000 mon.c (mon.1) 3974 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.269 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.526454+0000 mon.c (mon.1) 3975 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.269 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.527069+0000 mon.c (mon.1) 3976 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.269 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cluster 2024-03-30T04:47:37.528418+0000 mgr.y (mgr.25441) 3851 : cluster [DBG] pgmap v2547: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.270 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cluster 2024-03-30T04:47:37.528772+0000 mgr.y (mgr.25441) 3852 : cluster [DBG] pgmap v2548: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.270 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.534046+0000 mon.a (mon.0) 1649 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.270 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cephadm 2024-03-30T04:47:37.535218+0000 mgr.y (mgr.25441) 3853 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.270 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.575327+0000 mon.c (mon.1) 3977 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.270 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.577410+0000 mon.c (mon.1) 3978 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.270 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.579880+0000 mon.c (mon.1) 3979 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.270 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.580880+0000 mon.c (mon.1) 3980 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.270 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cluster 2024-03-30T04:47:37.582612+0000 mgr.y (mgr.25441) 3854 : cluster [DBG] pgmap v2549: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.270 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cluster 2024-03-30T04:47:37.582956+0000 mgr.y (mgr.25441) 3855 : cluster [DBG] pgmap v2550: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.270 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.588236+0000 mon.a (mon.0) 1650 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.270 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cephadm 2024-03-30T04:47:37.589709+0000 mgr.y (mgr.25441) 3856 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.270 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.669253+0000 mon.c (mon.1) 3981 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.271 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.672679+0000 mon.c (mon.1) 3982 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.271 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.676363+0000 mon.c (mon.1) 3983 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.271 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.677734+0000 mon.c (mon.1) 3984 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.271 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cluster 2024-03-30T04:47:37.680766+0000 mgr.y (mgr.25441) 3857 : cluster [DBG] pgmap v2551: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.271 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cluster 2024-03-30T04:47:37.681598+0000 mgr.y (mgr.25441) 3858 : cluster [DBG] pgmap v2552: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.271 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.690319+0000 mon.a (mon.0) 1651 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.271 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cephadm 2024-03-30T04:47:37.691291+0000 mgr.y (mgr.25441) 3859 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.271 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.770944+0000 mon.a (mon.0) 1652 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-30T04:47:38.271 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cluster 2024-03-30T04:47:37.774912+0000 mon.a (mon.0) 1653 : cluster [DBG] osdmap e141: 8 total, 7 up, 8 in 2024-03-30T04:47:38.271 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.776543+0000 mon.b (mon.2) 8 : audit [INF] from='osd.6 [v2:172.21.15.117:6816/929279482,v1:172.21.15.117:6817/929279482]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:47:38.271 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.778604+0000 mon.a (mon.0) 1654 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:47:38.271 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.782751+0000 mon.c (mon.1) 3985 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.271 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.786986+0000 mon.c (mon.1) 3986 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.271 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.790052+0000 mon.c (mon.1) 3987 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.271 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.791128+0000 mon.c (mon.1) 3988 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.272 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: cluster 2024-03-30T04:47:37.793738+0000 mgr.y (mgr.25441) 3860 : cluster [DBG] pgmap v2554: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.272 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:37 smithi117 bash[62284]: audit 2024-03-30T04:47:37.825266+0000 mon.a (mon.0) 1655 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cluster 2024-03-30T04:47:36.817671+0000 mgr.y (mgr.25441) 3811 : cluster [DBG] pgmap v2520: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 30 op/s; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cluster 2024-03-30T04:47:36.818003+0000 mgr.y (mgr.25441) 3812 : cluster [DBG] pgmap v2521: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 30 op/s; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cephadm 2024-03-30T04:47:36.824166+0000 mgr.y (mgr.25441) 3813 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:36.865349+0000 mon.c (mon.1) 3925 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:36.880129+0000 mon.c (mon.1) 3926 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:36.882222+0000 mon.c (mon.1) 3927 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:36.882901+0000 mon.c (mon.1) 3928 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cluster 2024-03-30T04:47:36.884307+0000 mgr.y (mgr.25441) 3814 : cluster [DBG] pgmap v2522: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cluster 2024-03-30T04:47:36.884626+0000 mgr.y (mgr.25441) 3815 : cluster [DBG] pgmap v2523: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:36.889806+0000 mon.a (mon.0) 1633 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cephadm 2024-03-30T04:47:36.892514+0000 mgr.y (mgr.25441) 3816 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:36.932728+0000 mon.c (mon.1) 3929 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:36.934618+0000 mon.c (mon.1) 3930 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:36.936679+0000 mon.c (mon.1) 3931 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:36.937407+0000 mon.c (mon.1) 3932 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cluster 2024-03-30T04:47:36.938828+0000 mgr.y (mgr.25441) 3817 : cluster [DBG] pgmap v2524: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cluster 2024-03-30T04:47:36.939158+0000 mgr.y (mgr.25441) 3818 : cluster [DBG] pgmap v2525: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:36.944114+0000 mon.a (mon.0) 1634 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cephadm 2024-03-30T04:47:36.947141+0000 mgr.y (mgr.25441) 3819 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:36.951516+0000 mon.a (mon.0) 1635 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:36.960866+0000 mon.a (mon.0) 1636 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cluster 2024-03-30T04:47:36.963118+0000 mgr.y (mgr.25441) 3820 : cluster [DBG] pgmap v2526: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cluster 2024-03-30T04:47:36.963478+0000 mgr.y (mgr.25441) 3821 : cluster [DBG] pgmap v2527: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:36.970636+0000 mon.a (mon.0) 1637 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:36.987956+0000 mon.c (mon.1) 3933 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:36.989895+0000 mon.c (mon.1) 3934 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:36.991606+0000 mon.c (mon.1) 3935 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:36.992317+0000 mon.c (mon.1) 3936 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cluster 2024-03-30T04:47:36.993729+0000 mgr.y (mgr.25441) 3822 : cluster [DBG] pgmap v2528: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cluster 2024-03-30T04:47:36.994032+0000 mgr.y (mgr.25441) 3823 : cluster [DBG] pgmap v2529: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.001382+0000 mon.a (mon.0) 1638 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cephadm 2024-03-30T04:47:37.002048+0000 mgr.y (mgr.25441) 3824 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.047222+0000 mon.c (mon.1) 3937 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.049571+0000 mon.c (mon.1) 3938 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.051443+0000 mon.c (mon.1) 3939 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.052146+0000 mon.c (mon.1) 3940 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cluster 2024-03-30T04:47:37.053743+0000 mgr.y (mgr.25441) 3825 : cluster [DBG] pgmap v2530: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cluster 2024-03-30T04:47:37.053996+0000 mgr.y (mgr.25441) 3826 : cluster [DBG] pgmap v2531: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.060477+0000 mon.a (mon.0) 1639 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cephadm 2024-03-30T04:47:37.061021+0000 mgr.y (mgr.25441) 3827 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.101036+0000 mon.c (mon.1) 3941 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.102871+0000 mon.c (mon.1) 3942 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cluster 2024-03-30T04:47:37.103433+0000 mon.a (mon.0) 1640 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:47:38.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.104606+0000 mon.c (mon.1) 3943 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.108059+0000 mon.c (mon.1) 3944 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cluster 2024-03-30T04:47:37.109389+0000 mgr.y (mgr.25441) 3828 : cluster [DBG] pgmap v2532: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cluster 2024-03-30T04:47:37.109693+0000 mgr.y (mgr.25441) 3829 : cluster [DBG] pgmap v2533: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.114561+0000 mon.a (mon.0) 1641 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cephadm 2024-03-30T04:47:37.116160+0000 mgr.y (mgr.25441) 3830 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.156362+0000 mon.c (mon.1) 3945 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.158588+0000 mon.c (mon.1) 3946 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.160359+0000 mon.c (mon.1) 3947 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.161000+0000 mon.c (mon.1) 3948 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cluster 2024-03-30T04:47:37.162317+0000 mgr.y (mgr.25441) 3831 : cluster [DBG] pgmap v2534: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cluster 2024-03-30T04:47:37.162638+0000 mgr.y (mgr.25441) 3832 : cluster [DBG] pgmap v2535: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.166896+0000 mon.a (mon.0) 1642 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cephadm 2024-03-30T04:47:37.167430+0000 mgr.y (mgr.25441) 3833 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.207650+0000 mon.c (mon.1) 3949 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.209394+0000 mon.c (mon.1) 3950 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.211110+0000 mon.c (mon.1) 3951 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.211705+0000 mon.c (mon.1) 3952 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cluster 2024-03-30T04:47:37.213020+0000 mgr.y (mgr.25441) 3834 : cluster [DBG] pgmap v2536: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cluster 2024-03-30T04:47:37.213343+0000 mgr.y (mgr.25441) 3835 : cluster [DBG] pgmap v2537: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.217505+0000 mon.a (mon.0) 1643 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cephadm 2024-03-30T04:47:37.218137+0000 mgr.y (mgr.25441) 3836 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.258600+0000 mon.c (mon.1) 3953 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.260506+0000 mon.c (mon.1) 3954 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.262558+0000 mon.c (mon.1) 3955 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.263229+0000 mon.c (mon.1) 3956 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cluster 2024-03-30T04:47:37.264602+0000 mgr.y (mgr.25441) 3837 : cluster [DBG] pgmap v2538: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.268466+0000 mon.a (mon.0) 1644 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cephadm 2024-03-30T04:47:37.269198+0000 mgr.y (mgr.25441) 3838 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.309232+0000 mon.c (mon.1) 3957 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.311052+0000 mon.c (mon.1) 3958 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.313203+0000 mon.c (mon.1) 3959 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.313921+0000 mon.c (mon.1) 3960 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cluster 2024-03-30T04:47:37.315426+0000 mgr.y (mgr.25441) 3839 : cluster [DBG] pgmap v2539: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cluster 2024-03-30T04:47:37.315775+0000 mgr.y (mgr.25441) 3840 : cluster [DBG] pgmap v2540: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.321194+0000 mon.a (mon.0) 1645 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cephadm 2024-03-30T04:47:37.321756+0000 mgr.y (mgr.25441) 3841 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.361994+0000 mon.c (mon.1) 3961 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.363911+0000 mon.c (mon.1) 3962 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.365809+0000 mon.c (mon.1) 3963 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.366493+0000 mon.c (mon.1) 3964 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cluster 2024-03-30T04:47:37.367895+0000 mgr.y (mgr.25441) 3842 : cluster [DBG] pgmap v2541: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cluster 2024-03-30T04:47:37.368233+0000 mgr.y (mgr.25441) 3843 : cluster [DBG] pgmap v2542: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.374120+0000 mon.a (mon.0) 1646 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cephadm 2024-03-30T04:47:37.374716+0000 mgr.y (mgr.25441) 3844 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.415528+0000 mon.c (mon.1) 3965 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.417517+0000 mon.c (mon.1) 3966 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.419463+0000 mon.c (mon.1) 3967 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.420142+0000 mon.c (mon.1) 3968 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cluster 2024-03-30T04:47:37.421556+0000 mgr.y (mgr.25441) 3845 : cluster [DBG] pgmap v2543: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cluster 2024-03-30T04:47:37.421905+0000 mgr.y (mgr.25441) 3846 : cluster [DBG] pgmap v2544: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.427262+0000 mon.a (mon.0) 1647 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cephadm 2024-03-30T04:47:37.427792+0000 mgr.y (mgr.25441) 3847 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.468739+0000 mon.c (mon.1) 3969 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.470920+0000 mon.c (mon.1) 3970 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.472915+0000 mon.c (mon.1) 3971 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.473610+0000 mon.c (mon.1) 3972 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cluster 2024-03-30T04:47:37.475048+0000 mgr.y (mgr.25441) 3848 : cluster [DBG] pgmap v2545: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cluster 2024-03-30T04:47:37.475396+0000 mgr.y (mgr.25441) 3849 : cluster [DBG] pgmap v2546: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.480908+0000 mon.a (mon.0) 1648 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cephadm 2024-03-30T04:47:37.481512+0000 mgr.y (mgr.25441) 3850 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.522462+0000 mon.c (mon.1) 3973 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.524285+0000 mon.c (mon.1) 3974 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.526454+0000 mon.c (mon.1) 3975 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.527069+0000 mon.c (mon.1) 3976 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cluster 2024-03-30T04:47:37.528418+0000 mgr.y (mgr.25441) 3851 : cluster [DBG] pgmap v2547: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cluster 2024-03-30T04:47:37.528772+0000 mgr.y (mgr.25441) 3852 : cluster [DBG] pgmap v2548: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.534046+0000 mon.a (mon.0) 1649 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cephadm 2024-03-30T04:47:37.535218+0000 mgr.y (mgr.25441) 3853 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.575327+0000 mon.c (mon.1) 3977 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.577410+0000 mon.c (mon.1) 3978 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.579880+0000 mon.c (mon.1) 3979 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.580880+0000 mon.c (mon.1) 3980 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cluster 2024-03-30T04:47:37.582612+0000 mgr.y (mgr.25441) 3854 : cluster [DBG] pgmap v2549: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cluster 2024-03-30T04:47:37.582956+0000 mgr.y (mgr.25441) 3855 : cluster [DBG] pgmap v2550: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.588236+0000 mon.a (mon.0) 1650 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cephadm 2024-03-30T04:47:37.589709+0000 mgr.y (mgr.25441) 3856 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.669253+0000 mon.c (mon.1) 3981 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.672679+0000 mon.c (mon.1) 3982 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.676363+0000 mon.c (mon.1) 3983 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.677734+0000 mon.c (mon.1) 3984 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cluster 2024-03-30T04:47:37.680766+0000 mgr.y (mgr.25441) 3857 : cluster [DBG] pgmap v2551: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cluster 2024-03-30T04:47:37.681598+0000 mgr.y (mgr.25441) 3858 : cluster [DBG] pgmap v2552: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.690319+0000 mon.a (mon.0) 1651 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cephadm 2024-03-30T04:47:37.691291+0000 mgr.y (mgr.25441) 3859 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.770944+0000 mon.a (mon.0) 1652 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-30T04:47:38.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cluster 2024-03-30T04:47:37.774912+0000 mon.a (mon.0) 1653 : cluster [DBG] osdmap e141: 8 total, 7 up, 8 in 2024-03-30T04:47:38.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.776543+0000 mon.b (mon.2) 8 : audit [INF] from='osd.6 [v2:172.21.15.117:6816/929279482,v1:172.21.15.117:6817/929279482]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:47:38.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.778604+0000 mon.a (mon.0) 1654 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:47:38.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.782751+0000 mon.c (mon.1) 3985 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.786986+0000 mon.c (mon.1) 3986 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.790052+0000 mon.c (mon.1) 3987 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.791128+0000 mon.c (mon.1) 3988 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: cluster 2024-03-30T04:47:37.793738+0000 mgr.y (mgr.25441) 3860 : cluster [DBG] pgmap v2554: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[70954]: audit 2024-03-30T04:47:37.825266+0000 mon.a (mon.0) 1655 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cluster 2024-03-30T04:47:36.817671+0000 mgr.y (mgr.25441) 3811 : cluster [DBG] pgmap v2520: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 30 op/s; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cluster 2024-03-30T04:47:36.818003+0000 mgr.y (mgr.25441) 3812 : cluster [DBG] pgmap v2521: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 30 op/s; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cephadm 2024-03-30T04:47:36.824166+0000 mgr.y (mgr.25441) 3813 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:36.865349+0000 mon.c (mon.1) 3925 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:36.880129+0000 mon.c (mon.1) 3926 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:36.882222+0000 mon.c (mon.1) 3927 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:36.882901+0000 mon.c (mon.1) 3928 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cluster 2024-03-30T04:47:36.884307+0000 mgr.y (mgr.25441) 3814 : cluster [DBG] pgmap v2522: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cluster 2024-03-30T04:47:36.884626+0000 mgr.y (mgr.25441) 3815 : cluster [DBG] pgmap v2523: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:36.889806+0000 mon.a (mon.0) 1633 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cephadm 2024-03-30T04:47:36.892514+0000 mgr.y (mgr.25441) 3816 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:36.932728+0000 mon.c (mon.1) 3929 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:36.934618+0000 mon.c (mon.1) 3930 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:36.936679+0000 mon.c (mon.1) 3931 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:36.937407+0000 mon.c (mon.1) 3932 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cluster 2024-03-30T04:47:36.938828+0000 mgr.y (mgr.25441) 3817 : cluster [DBG] pgmap v2524: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cluster 2024-03-30T04:47:36.939158+0000 mgr.y (mgr.25441) 3818 : cluster [DBG] pgmap v2525: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:36.944114+0000 mon.a (mon.0) 1634 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cephadm 2024-03-30T04:47:36.947141+0000 mgr.y (mgr.25441) 3819 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:36.951516+0000 mon.a (mon.0) 1635 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:36.960866+0000 mon.a (mon.0) 1636 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cluster 2024-03-30T04:47:36.963118+0000 mgr.y (mgr.25441) 3820 : cluster [DBG] pgmap v2526: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cluster 2024-03-30T04:47:36.963478+0000 mgr.y (mgr.25441) 3821 : cluster [DBG] pgmap v2527: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:36.970636+0000 mon.a (mon.0) 1637 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:36.987956+0000 mon.c (mon.1) 3933 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:36.989895+0000 mon.c (mon.1) 3934 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:36.991606+0000 mon.c (mon.1) 3935 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:36.992317+0000 mon.c (mon.1) 3936 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cluster 2024-03-30T04:47:36.993729+0000 mgr.y (mgr.25441) 3822 : cluster [DBG] pgmap v2528: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.386 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cluster 2024-03-30T04:47:36.994032+0000 mgr.y (mgr.25441) 3823 : cluster [DBG] pgmap v2529: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.386 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.001382+0000 mon.a (mon.0) 1638 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.386 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cephadm 2024-03-30T04:47:37.002048+0000 mgr.y (mgr.25441) 3824 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.386 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.047222+0000 mon.c (mon.1) 3937 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.386 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.049571+0000 mon.c (mon.1) 3938 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.386 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.051443+0000 mon.c (mon.1) 3939 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.386 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.052146+0000 mon.c (mon.1) 3940 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.386 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cluster 2024-03-30T04:47:37.053743+0000 mgr.y (mgr.25441) 3825 : cluster [DBG] pgmap v2530: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.387 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cluster 2024-03-30T04:47:37.053996+0000 mgr.y (mgr.25441) 3826 : cluster [DBG] pgmap v2531: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.387 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.060477+0000 mon.a (mon.0) 1639 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.387 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cephadm 2024-03-30T04:47:37.061021+0000 mgr.y (mgr.25441) 3827 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.387 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.101036+0000 mon.c (mon.1) 3941 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.387 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.102871+0000 mon.c (mon.1) 3942 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.387 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cluster 2024-03-30T04:47:37.103433+0000 mon.a (mon.0) 1640 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:47:38.387 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.104606+0000 mon.c (mon.1) 3943 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.387 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.108059+0000 mon.c (mon.1) 3944 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.387 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cluster 2024-03-30T04:47:37.109389+0000 mgr.y (mgr.25441) 3828 : cluster [DBG] pgmap v2532: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.387 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cluster 2024-03-30T04:47:37.109693+0000 mgr.y (mgr.25441) 3829 : cluster [DBG] pgmap v2533: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.388 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.114561+0000 mon.a (mon.0) 1641 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.388 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cephadm 2024-03-30T04:47:37.116160+0000 mgr.y (mgr.25441) 3830 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.388 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.156362+0000 mon.c (mon.1) 3945 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.388 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.158588+0000 mon.c (mon.1) 3946 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.388 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.160359+0000 mon.c (mon.1) 3947 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.388 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.161000+0000 mon.c (mon.1) 3948 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.388 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cluster 2024-03-30T04:47:37.162317+0000 mgr.y (mgr.25441) 3831 : cluster [DBG] pgmap v2534: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.388 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cluster 2024-03-30T04:47:37.162638+0000 mgr.y (mgr.25441) 3832 : cluster [DBG] pgmap v2535: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.388 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.166896+0000 mon.a (mon.0) 1642 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.389 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cephadm 2024-03-30T04:47:37.167430+0000 mgr.y (mgr.25441) 3833 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.389 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.207650+0000 mon.c (mon.1) 3949 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.389 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.209394+0000 mon.c (mon.1) 3950 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.389 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.211110+0000 mon.c (mon.1) 3951 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.389 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.211705+0000 mon.c (mon.1) 3952 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.389 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cluster 2024-03-30T04:47:37.213020+0000 mgr.y (mgr.25441) 3834 : cluster [DBG] pgmap v2536: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.389 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cluster 2024-03-30T04:47:37.213343+0000 mgr.y (mgr.25441) 3835 : cluster [DBG] pgmap v2537: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.389 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.217505+0000 mon.a (mon.0) 1643 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.390 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cephadm 2024-03-30T04:47:37.218137+0000 mgr.y (mgr.25441) 3836 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.390 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.258600+0000 mon.c (mon.1) 3953 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.390 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.260506+0000 mon.c (mon.1) 3954 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.390 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.262558+0000 mon.c (mon.1) 3955 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.390 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.263229+0000 mon.c (mon.1) 3956 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.390 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cluster 2024-03-30T04:47:37.264602+0000 mgr.y (mgr.25441) 3837 : cluster [DBG] pgmap v2538: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.390 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.268466+0000 mon.a (mon.0) 1644 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.390 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cephadm 2024-03-30T04:47:37.269198+0000 mgr.y (mgr.25441) 3838 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.390 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.309232+0000 mon.c (mon.1) 3957 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.390 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.311052+0000 mon.c (mon.1) 3958 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.390 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.313203+0000 mon.c (mon.1) 3959 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.390 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.313921+0000 mon.c (mon.1) 3960 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.390 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cluster 2024-03-30T04:47:37.315426+0000 mgr.y (mgr.25441) 3839 : cluster [DBG] pgmap v2539: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.390 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cluster 2024-03-30T04:47:37.315775+0000 mgr.y (mgr.25441) 3840 : cluster [DBG] pgmap v2540: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.391 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.321194+0000 mon.a (mon.0) 1645 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.391 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cephadm 2024-03-30T04:47:37.321756+0000 mgr.y (mgr.25441) 3841 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.391 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.361994+0000 mon.c (mon.1) 3961 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.391 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.363911+0000 mon.c (mon.1) 3962 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.391 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.365809+0000 mon.c (mon.1) 3963 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.391 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.366493+0000 mon.c (mon.1) 3964 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.391 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cluster 2024-03-30T04:47:37.367895+0000 mgr.y (mgr.25441) 3842 : cluster [DBG] pgmap v2541: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.391 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cluster 2024-03-30T04:47:37.368233+0000 mgr.y (mgr.25441) 3843 : cluster [DBG] pgmap v2542: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.391 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.374120+0000 mon.a (mon.0) 1646 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.391 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cephadm 2024-03-30T04:47:37.374716+0000 mgr.y (mgr.25441) 3844 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.391 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.415528+0000 mon.c (mon.1) 3965 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.391 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.417517+0000 mon.c (mon.1) 3966 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.391 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.419463+0000 mon.c (mon.1) 3967 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.391 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.420142+0000 mon.c (mon.1) 3968 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.391 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cluster 2024-03-30T04:47:37.421556+0000 mgr.y (mgr.25441) 3845 : cluster [DBG] pgmap v2543: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.392 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cluster 2024-03-30T04:47:37.421905+0000 mgr.y (mgr.25441) 3846 : cluster [DBG] pgmap v2544: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.392 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.427262+0000 mon.a (mon.0) 1647 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.392 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cephadm 2024-03-30T04:47:37.427792+0000 mgr.y (mgr.25441) 3847 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.392 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.468739+0000 mon.c (mon.1) 3969 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.392 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.470920+0000 mon.c (mon.1) 3970 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.392 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.472915+0000 mon.c (mon.1) 3971 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.392 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.473610+0000 mon.c (mon.1) 3972 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.392 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cluster 2024-03-30T04:47:37.475048+0000 mgr.y (mgr.25441) 3848 : cluster [DBG] pgmap v2545: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.392 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cluster 2024-03-30T04:47:37.475396+0000 mgr.y (mgr.25441) 3849 : cluster [DBG] pgmap v2546: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.392 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.480908+0000 mon.a (mon.0) 1648 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.392 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cephadm 2024-03-30T04:47:37.481512+0000 mgr.y (mgr.25441) 3850 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.392 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.522462+0000 mon.c (mon.1) 3973 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.392 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.524285+0000 mon.c (mon.1) 3974 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.393 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.526454+0000 mon.c (mon.1) 3975 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.393 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.527069+0000 mon.c (mon.1) 3976 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.393 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cluster 2024-03-30T04:47:37.528418+0000 mgr.y (mgr.25441) 3851 : cluster [DBG] pgmap v2547: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.393 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cluster 2024-03-30T04:47:37.528772+0000 mgr.y (mgr.25441) 3852 : cluster [DBG] pgmap v2548: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.393 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.534046+0000 mon.a (mon.0) 1649 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.393 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cephadm 2024-03-30T04:47:37.535218+0000 mgr.y (mgr.25441) 3853 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.393 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.575327+0000 mon.c (mon.1) 3977 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.393 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.577410+0000 mon.c (mon.1) 3978 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.393 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.579880+0000 mon.c (mon.1) 3979 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.394 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.580880+0000 mon.c (mon.1) 3980 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.394 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cluster 2024-03-30T04:47:37.582612+0000 mgr.y (mgr.25441) 3854 : cluster [DBG] pgmap v2549: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.394 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cluster 2024-03-30T04:47:37.582956+0000 mgr.y (mgr.25441) 3855 : cluster [DBG] pgmap v2550: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.394 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.588236+0000 mon.a (mon.0) 1650 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.394 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cephadm 2024-03-30T04:47:37.589709+0000 mgr.y (mgr.25441) 3856 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.394 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.669253+0000 mon.c (mon.1) 3981 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.394 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.672679+0000 mon.c (mon.1) 3982 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.394 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.676363+0000 mon.c (mon.1) 3983 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.394 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.677734+0000 mon.c (mon.1) 3984 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.394 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cluster 2024-03-30T04:47:37.680766+0000 mgr.y (mgr.25441) 3857 : cluster [DBG] pgmap v2551: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.394 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cluster 2024-03-30T04:47:37.681598+0000 mgr.y (mgr.25441) 3858 : cluster [DBG] pgmap v2552: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.394 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.690319+0000 mon.a (mon.0) 1651 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.395 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cephadm 2024-03-30T04:47:37.691291+0000 mgr.y (mgr.25441) 3859 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.395 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.770944+0000 mon.a (mon.0) 1652 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-30T04:47:38.395 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cluster 2024-03-30T04:47:37.774912+0000 mon.a (mon.0) 1653 : cluster [DBG] osdmap e141: 8 total, 7 up, 8 in 2024-03-30T04:47:38.395 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.776543+0000 mon.b (mon.2) 8 : audit [INF] from='osd.6 [v2:172.21.15.117:6816/929279482,v1:172.21.15.117:6817/929279482]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:47:38.395 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.778604+0000 mon.a (mon.0) 1654 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:47:38.395 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.782751+0000 mon.c (mon.1) 3985 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.395 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.786986+0000 mon.c (mon.1) 3986 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.395 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.790052+0000 mon.c (mon.1) 3987 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.395 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.791128+0000 mon.c (mon.1) 3988 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.395 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: cluster 2024-03-30T04:47:37.793738+0000 mgr.y (mgr.25441) 3860 : cluster [DBG] pgmap v2554: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.395 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:37 smithi111 bash[73591]: audit 2024-03-30T04:47:37.825266+0000 mon.a (mon.0) 1655 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.617 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[74404]: debug 2024-03-30T04:47:38.263+0000 7fe12a9ce700 -1 osd.6 138 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:47:38.930 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[65893]: debug 2024-03-30T04:47:38.679+0000 7f81a1b9f700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2024-03-30T04:47:38.930 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: cluster 2024-03-30T04:47:37.794785+0000 mgr.y (mgr.25441) 3861 : cluster [DBG] pgmap v2555: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.930 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: cephadm 2024-03-30T04:47:37.826299+0000 mgr.y (mgr.25441) 3862 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.930 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:37.903555+0000 mon.c (mon.1) 3989 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.931 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:37.932436+0000 mon.c (mon.1) 3990 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.931 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:37.934975+0000 mon.c (mon.1) 3991 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.931 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:37.935916+0000 mon.c (mon.1) 3992 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.931 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: cluster 2024-03-30T04:47:37.937701+0000 mgr.y (mgr.25441) 3863 : cluster [DBG] pgmap v2556: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.931 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: cluster 2024-03-30T04:47:37.938131+0000 mgr.y (mgr.25441) 3864 : cluster [DBG] pgmap v2557: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.931 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.047488+0000 mon.a (mon.0) 1656 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.931 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: cephadm 2024-03-30T04:47:38.048628+0000 mgr.y (mgr.25441) 3865 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.931 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.122164+0000 mon.c (mon.1) 3993 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.931 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.155433+0000 mon.c (mon.1) 3994 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.931 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.160464+0000 mon.c (mon.1) 3995 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.931 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.162064+0000 mon.c (mon.1) 3996 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.931 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: cluster 2024-03-30T04:47:38.165322+0000 mgr.y (mgr.25441) 3866 : cluster [DBG] pgmap v2558: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.931 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: cluster 2024-03-30T04:47:38.166179+0000 mgr.y (mgr.25441) 3867 : cluster [DBG] pgmap v2559: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.931 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.175098+0000 mon.a (mon.0) 1657 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.932 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: cluster 2024-03-30T04:47:37.794785+0000 mgr.y (mgr.25441) 3861 : cluster [DBG] pgmap v2555: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.932 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: cephadm 2024-03-30T04:47:37.826299+0000 mgr.y (mgr.25441) 3862 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.932 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:37.903555+0000 mon.c (mon.1) 3989 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.932 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:37.932436+0000 mon.c (mon.1) 3990 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.932 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:37.934975+0000 mon.c (mon.1) 3991 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.932 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:37.935916+0000 mon.c (mon.1) 3992 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.932 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: cluster 2024-03-30T04:47:37.937701+0000 mgr.y (mgr.25441) 3863 : cluster [DBG] pgmap v2556: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.932 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: cluster 2024-03-30T04:47:37.938131+0000 mgr.y (mgr.25441) 3864 : cluster [DBG] pgmap v2557: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.932 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.047488+0000 mon.a (mon.0) 1656 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.932 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: cephadm 2024-03-30T04:47:38.048628+0000 mgr.y (mgr.25441) 3865 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.933 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.122164+0000 mon.c (mon.1) 3993 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.933 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.155433+0000 mon.c (mon.1) 3994 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.933 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.160464+0000 mon.c (mon.1) 3995 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.933 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.162064+0000 mon.c (mon.1) 3996 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.933 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: cluster 2024-03-30T04:47:38.165322+0000 mgr.y (mgr.25441) 3866 : cluster [DBG] pgmap v2558: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.933 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: cluster 2024-03-30T04:47:38.166179+0000 mgr.y (mgr.25441) 3867 : cluster [DBG] pgmap v2559: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.933 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.175098+0000 mon.a (mon.0) 1657 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.933 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: cephadm 2024-03-30T04:47:38.176922+0000 mgr.y (mgr.25441) 3868 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.933 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.254375+0000 mon.a (mon.0) 1658 : audit [INF] from='osd.6 ' entity='osd.6' 2024-03-30T04:47:38.933 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.257721+0000 mon.c (mon.1) 3997 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.933 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.262082+0000 mon.c (mon.1) 3998 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.934 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.265301+0000 mon.c (mon.1) 3999 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.934 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.266581+0000 mon.c (mon.1) 4000 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.934 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: cluster 2024-03-30T04:47:38.269269+0000 mgr.y (mgr.25441) 3869 : cluster [DBG] pgmap v2560: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.934 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: cluster 2024-03-30T04:47:38.270115+0000 mgr.y (mgr.25441) 3870 : cluster [DBG] pgmap v2561: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.934 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.279519+0000 mon.a (mon.0) 1659 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.934 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: cephadm 2024-03-30T04:47:38.280860+0000 mgr.y (mgr.25441) 3871 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.934 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.359957+0000 mon.c (mon.1) 4001 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.934 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.363283+0000 mon.c (mon.1) 4002 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.934 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.367338+0000 mon.c (mon.1) 4003 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.934 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.368447+0000 mon.c (mon.1) 4004 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.934 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: cluster 2024-03-30T04:47:38.370209+0000 mgr.y (mgr.25441) 3872 : cluster [DBG] pgmap v2562: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.934 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: cluster 2024-03-30T04:47:38.370634+0000 mgr.y (mgr.25441) 3873 : cluster [DBG] pgmap v2563: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.934 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.377537+0000 mon.a (mon.0) 1660 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.934 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: cephadm 2024-03-30T04:47:38.378205+0000 mgr.y (mgr.25441) 3874 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.935 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.423760+0000 mon.c (mon.1) 4005 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.935 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: cephadm 2024-03-30T04:47:38.176922+0000 mgr.y (mgr.25441) 3868 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.935 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.254375+0000 mon.a (mon.0) 1658 : audit [INF] from='osd.6 ' entity='osd.6' 2024-03-30T04:47:38.935 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.257721+0000 mon.c (mon.1) 3997 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.935 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.262082+0000 mon.c (mon.1) 3998 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.935 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.265301+0000 mon.c (mon.1) 3999 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.935 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.266581+0000 mon.c (mon.1) 4000 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.935 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: cluster 2024-03-30T04:47:38.269269+0000 mgr.y (mgr.25441) 3869 : cluster [DBG] pgmap v2560: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.935 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: cluster 2024-03-30T04:47:38.270115+0000 mgr.y (mgr.25441) 3870 : cluster [DBG] pgmap v2561: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.935 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.279519+0000 mon.a (mon.0) 1659 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.935 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: cephadm 2024-03-30T04:47:38.280860+0000 mgr.y (mgr.25441) 3871 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.935 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.359957+0000 mon.c (mon.1) 4001 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.936 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.363283+0000 mon.c (mon.1) 4002 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.936 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.367338+0000 mon.c (mon.1) 4003 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.936 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.368447+0000 mon.c (mon.1) 4004 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.936 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: cluster 2024-03-30T04:47:38.370209+0000 mgr.y (mgr.25441) 3872 : cluster [DBG] pgmap v2562: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.936 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: cluster 2024-03-30T04:47:38.370634+0000 mgr.y (mgr.25441) 3873 : cluster [DBG] pgmap v2563: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.936 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.377537+0000 mon.a (mon.0) 1660 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.936 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: cephadm 2024-03-30T04:47:38.378205+0000 mgr.y (mgr.25441) 3874 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.936 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.423760+0000 mon.c (mon.1) 4005 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.936 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.425845+0000 mon.c (mon.1) 4006 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.937 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.428016+0000 mon.c (mon.1) 4007 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.937 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.428706+0000 mon.c (mon.1) 4008 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.937 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: cluster 2024-03-30T04:47:38.430178+0000 mgr.y (mgr.25441) 3875 : cluster [DBG] pgmap v2564: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.937 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: cluster 2024-03-30T04:47:38.430532+0000 mgr.y (mgr.25441) 3876 : cluster [DBG] pgmap v2565: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.937 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.435432+0000 mon.a (mon.0) 1661 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.937 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: cephadm 2024-03-30T04:47:38.436415+0000 mgr.y (mgr.25441) 3877 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.937 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.477946+0000 mon.c (mon.1) 4009 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.937 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.479847+0000 mon.c (mon.1) 4010 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.937 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.481955+0000 mon.c (mon.1) 4011 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.937 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.482699+0000 mon.c (mon.1) 4012 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.937 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: cluster 2024-03-30T04:47:38.484013+0000 mgr.y (mgr.25441) 3878 : cluster [DBG] pgmap v2566: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.937 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: cluster 2024-03-30T04:47:38.484337+0000 mgr.y (mgr.25441) 3879 : cluster [DBG] pgmap v2567: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.937 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.489052+0000 mon.a (mon.0) 1662 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.937 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: cephadm 2024-03-30T04:47:38.490227+0000 mgr.y (mgr.25441) 3880 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.937 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.531205+0000 mon.c (mon.1) 4013 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.938 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.533062+0000 mon.c (mon.1) 4014 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.938 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.535299+0000 mon.c (mon.1) 4015 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.938 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.535945+0000 mon.c (mon.1) 4016 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.938 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: cluster 2024-03-30T04:47:38.537294+0000 mgr.y (mgr.25441) 3881 : cluster [DBG] pgmap v2568: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.938 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: cluster 2024-03-30T04:47:38.537569+0000 mgr.y (mgr.25441) 3882 : cluster [DBG] pgmap v2569: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.938 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.542005+0000 mon.a (mon.0) 1663 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.938 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: cephadm 2024-03-30T04:47:38.543630+0000 mgr.y (mgr.25441) 3883 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.938 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.575153+0000 mon.a (mon.0) 1664 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.938 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.588083+0000 mon.c (mon.1) 4017 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.938 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.590283+0000 mon.c (mon.1) 4018 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.938 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.595844+0000 mon.a (mon.0) 1665 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.425845+0000 mon.c (mon.1) 4006 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.428016+0000 mon.c (mon.1) 4007 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.428706+0000 mon.c (mon.1) 4008 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: cluster 2024-03-30T04:47:38.430178+0000 mgr.y (mgr.25441) 3875 : cluster [DBG] pgmap v2564: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: cluster 2024-03-30T04:47:38.430532+0000 mgr.y (mgr.25441) 3876 : cluster [DBG] pgmap v2565: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.435432+0000 mon.a (mon.0) 1661 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: cephadm 2024-03-30T04:47:38.436415+0000 mgr.y (mgr.25441) 3877 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.477946+0000 mon.c (mon.1) 4009 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.479847+0000 mon.c (mon.1) 4010 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.481955+0000 mon.c (mon.1) 4011 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.482699+0000 mon.c (mon.1) 4012 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: cluster 2024-03-30T04:47:38.484013+0000 mgr.y (mgr.25441) 3878 : cluster [DBG] pgmap v2566: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: cluster 2024-03-30T04:47:38.484337+0000 mgr.y (mgr.25441) 3879 : cluster [DBG] pgmap v2567: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.939 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.489052+0000 mon.a (mon.0) 1662 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:38.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: cephadm 2024-03-30T04:47:38.490227+0000 mgr.y (mgr.25441) 3880 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:38.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.531205+0000 mon.c (mon.1) 4013 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:38.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.533062+0000 mon.c (mon.1) 4014 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:38.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.535299+0000 mon.c (mon.1) 4015 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:38.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.535945+0000 mon.c (mon.1) 4016 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:38.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: cluster 2024-03-30T04:47:38.537294+0000 mgr.y (mgr.25441) 3881 : cluster [DBG] pgmap v2568: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:38.940 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: cluster 2024-03-30T04:47:38.537569+0000 mgr.y (mgr.25441) 3882 : cluster [DBG] pgmap v2569: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:39.359 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: cluster 2024-03-30T04:47:37.794785+0000 mgr.y (mgr.25441) 3861 : cluster [DBG] pgmap v2555: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:39.359 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: cephadm 2024-03-30T04:47:37.826299+0000 mgr.y (mgr.25441) 3862 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:39.360 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:37.903555+0000 mon.c (mon.1) 3989 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:39.360 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:37.932436+0000 mon.c (mon.1) 3990 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:39.360 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:37.934975+0000 mon.c (mon.1) 3991 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:39.360 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:37.935916+0000 mon.c (mon.1) 3992 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:39.360 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: cluster 2024-03-30T04:47:37.937701+0000 mgr.y (mgr.25441) 3863 : cluster [DBG] pgmap v2556: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:39.360 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: cluster 2024-03-30T04:47:37.938131+0000 mgr.y (mgr.25441) 3864 : cluster [DBG] pgmap v2557: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:39.360 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.047488+0000 mon.a (mon.0) 1656 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:39.360 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: cephadm 2024-03-30T04:47:38.048628+0000 mgr.y (mgr.25441) 3865 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:39.360 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.122164+0000 mon.c (mon.1) 3993 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:39.360 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.155433+0000 mon.c (mon.1) 3994 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:39.360 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.160464+0000 mon.c (mon.1) 3995 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:39.360 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.162064+0000 mon.c (mon.1) 3996 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:39.360 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: cluster 2024-03-30T04:47:38.165322+0000 mgr.y (mgr.25441) 3866 : cluster [DBG] pgmap v2558: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:39.360 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: cluster 2024-03-30T04:47:38.166179+0000 mgr.y (mgr.25441) 3867 : cluster [DBG] pgmap v2559: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:39.360 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.175098+0000 mon.a (mon.0) 1657 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:39.361 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: cephadm 2024-03-30T04:47:38.176922+0000 mgr.y (mgr.25441) 3868 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:39.361 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.254375+0000 mon.a (mon.0) 1658 : audit [INF] from='osd.6 ' entity='osd.6' 2024-03-30T04:47:39.361 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.257721+0000 mon.c (mon.1) 3997 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:39.361 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.262082+0000 mon.c (mon.1) 3998 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:39.361 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.265301+0000 mon.c (mon.1) 3999 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:39.361 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.266581+0000 mon.c (mon.1) 4000 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:39.361 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: cluster 2024-03-30T04:47:38.269269+0000 mgr.y (mgr.25441) 3869 : cluster [DBG] pgmap v2560: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:39.361 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: cluster 2024-03-30T04:47:38.270115+0000 mgr.y (mgr.25441) 3870 : cluster [DBG] pgmap v2561: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:39.361 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.279519+0000 mon.a (mon.0) 1659 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:39.361 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: cephadm 2024-03-30T04:47:38.280860+0000 mgr.y (mgr.25441) 3871 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:39.361 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.359957+0000 mon.c (mon.1) 4001 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:39.361 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.363283+0000 mon.c (mon.1) 4002 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:39.361 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.367338+0000 mon.c (mon.1) 4003 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:39.361 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.368447+0000 mon.c (mon.1) 4004 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:39.362 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: cluster 2024-03-30T04:47:38.370209+0000 mgr.y (mgr.25441) 3872 : cluster [DBG] pgmap v2562: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:39.362 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: cluster 2024-03-30T04:47:38.370634+0000 mgr.y (mgr.25441) 3873 : cluster [DBG] pgmap v2563: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:39.362 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.377537+0000 mon.a (mon.0) 1660 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:39.362 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: cephadm 2024-03-30T04:47:38.378205+0000 mgr.y (mgr.25441) 3874 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:39.362 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.423760+0000 mon.c (mon.1) 4005 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:39.362 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.425845+0000 mon.c (mon.1) 4006 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:39.362 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.428016+0000 mon.c (mon.1) 4007 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:39.362 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.428706+0000 mon.c (mon.1) 4008 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:39.362 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: cluster 2024-03-30T04:47:38.430178+0000 mgr.y (mgr.25441) 3875 : cluster [DBG] pgmap v2564: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:39.362 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: cluster 2024-03-30T04:47:38.430532+0000 mgr.y (mgr.25441) 3876 : cluster [DBG] pgmap v2565: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:39.362 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.435432+0000 mon.a (mon.0) 1661 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:39.362 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: cephadm 2024-03-30T04:47:38.436415+0000 mgr.y (mgr.25441) 3877 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:39.362 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.477946+0000 mon.c (mon.1) 4009 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:39.362 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.479847+0000 mon.c (mon.1) 4010 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:39.363 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.481955+0000 mon.c (mon.1) 4011 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:39.363 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.482699+0000 mon.c (mon.1) 4012 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:39.363 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: cluster 2024-03-30T04:47:38.484013+0000 mgr.y (mgr.25441) 3878 : cluster [DBG] pgmap v2566: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:39.363 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: cluster 2024-03-30T04:47:38.484337+0000 mgr.y (mgr.25441) 3879 : cluster [DBG] pgmap v2567: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:39.363 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.489052+0000 mon.a (mon.0) 1662 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:39.363 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: cephadm 2024-03-30T04:47:38.490227+0000 mgr.y (mgr.25441) 3880 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:39.363 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.531205+0000 mon.c (mon.1) 4013 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:39.363 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.533062+0000 mon.c (mon.1) 4014 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:39.363 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.535299+0000 mon.c (mon.1) 4015 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:39.363 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.535945+0000 mon.c (mon.1) 4016 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:39.363 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: cluster 2024-03-30T04:47:38.537294+0000 mgr.y (mgr.25441) 3881 : cluster [DBG] pgmap v2568: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:39.363 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: cluster 2024-03-30T04:47:38.537569+0000 mgr.y (mgr.25441) 3882 : cluster [DBG] pgmap v2569: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:39.363 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.542005+0000 mon.a (mon.0) 1663 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:39.363 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: cephadm 2024-03-30T04:47:38.543630+0000 mgr.y (mgr.25441) 3883 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:39.363 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.575153+0000 mon.a (mon.0) 1664 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:39.364 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.588083+0000 mon.c (mon.1) 4017 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:39.364 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.590283+0000 mon.c (mon.1) 4018 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:39.364 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.595844+0000 mon.a (mon.0) 1665 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:39.364 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: cluster 2024-03-30T04:47:38.597883+0000 mgr.y (mgr.25441) 3884 : cluster [DBG] pgmap v2570: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:39.364 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: cluster 2024-03-30T04:47:38.598454+0000 mgr.y (mgr.25441) 3885 : cluster [DBG] pgmap v2571: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:39.364 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.601197+0000 mon.c (mon.1) 4019 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:39.364 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.603719+0000 mon.a (mon.0) 1666 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:39.364 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.624261+0000 mon.c (mon.1) 4020 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:39.364 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: cluster 2024-03-30T04:47:38.625828+0000 mgr.y (mgr.25441) 3886 : cluster [DBG] pgmap v2572: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:39.364 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: cluster 2024-03-30T04:47:38.626166+0000 mgr.y (mgr.25441) 3887 : cluster [DBG] pgmap v2573: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:39.364 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.631462+0000 mon.a (mon.0) 1667 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:39.364 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.678555+0000 mon.c (mon.1) 4021 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:39.364 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.680616+0000 mon.c (mon.1) 4022 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:39.364 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.682167+0000 mon.c (mon.1) 4023 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:39.365 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.683287+0000 mon.c (mon.1) 4024 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:39.365 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.684769+0000 mon.c (mon.1) 4025 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-30T04:47:39.365 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: audit 2024-03-30T04:47:38.684930+0000 mgr.y (mgr.25441) 3888 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-30T04:47:39.365 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:38 smithi117 bash[62284]: cephadm 2024-03-30T04:47:38.685763+0000 mgr.y (mgr.25441) 3889 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2024-03-30T04:47:39.366 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: cluster 2024-03-30T04:47:38.597883+0000 mgr.y (mgr.25441) 3884 : cluster [DBG] pgmap v2570: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:39.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: cluster 2024-03-30T04:47:38.598454+0000 mgr.y (mgr.25441) 3885 : cluster [DBG] pgmap v2571: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:39.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.601197+0000 mon.c (mon.1) 4019 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:39.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.603719+0000 mon.a (mon.0) 1666 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:39.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.624261+0000 mon.c (mon.1) 4020 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:39.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: cluster 2024-03-30T04:47:38.625828+0000 mgr.y (mgr.25441) 3886 : cluster [DBG] pgmap v2572: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:39.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: cluster 2024-03-30T04:47:38.626166+0000 mgr.y (mgr.25441) 3887 : cluster [DBG] pgmap v2573: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:39.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.631462+0000 mon.a (mon.0) 1667 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:39.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.678555+0000 mon.c (mon.1) 4021 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:39.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.680616+0000 mon.c (mon.1) 4022 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:39.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.682167+0000 mon.c (mon.1) 4023 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:39.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.683287+0000 mon.c (mon.1) 4024 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:39.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.684769+0000 mon.c (mon.1) 4025 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-30T04:47:39.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: audit 2024-03-30T04:47:38.684930+0000 mgr.y (mgr.25441) 3888 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-30T04:47:39.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[73591]: cephadm 2024-03-30T04:47:38.685763+0000 mgr.y (mgr.25441) 3889 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2024-03-30T04:47:39.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.542005+0000 mon.a (mon.0) 1663 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:39.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: cephadm 2024-03-30T04:47:38.543630+0000 mgr.y (mgr.25441) 3883 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:39.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.575153+0000 mon.a (mon.0) 1664 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:39.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.588083+0000 mon.c (mon.1) 4017 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:39.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.590283+0000 mon.c (mon.1) 4018 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:39.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.595844+0000 mon.a (mon.0) 1665 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:39.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: cluster 2024-03-30T04:47:38.597883+0000 mgr.y (mgr.25441) 3884 : cluster [DBG] pgmap v2570: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:39.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: cluster 2024-03-30T04:47:38.598454+0000 mgr.y (mgr.25441) 3885 : cluster [DBG] pgmap v2571: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:39.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.601197+0000 mon.c (mon.1) 4019 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:39.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.603719+0000 mon.a (mon.0) 1666 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:39.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.624261+0000 mon.c (mon.1) 4020 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:39.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: cluster 2024-03-30T04:47:38.625828+0000 mgr.y (mgr.25441) 3886 : cluster [DBG] pgmap v2572: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:39.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: cluster 2024-03-30T04:47:38.626166+0000 mgr.y (mgr.25441) 3887 : cluster [DBG] pgmap v2573: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:39.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.631462+0000 mon.a (mon.0) 1667 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:39.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.678555+0000 mon.c (mon.1) 4021 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:39.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.680616+0000 mon.c (mon.1) 4022 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:39.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.682167+0000 mon.c (mon.1) 4023 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:39.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.683287+0000 mon.c (mon.1) 4024 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:39.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.684769+0000 mon.c (mon.1) 4025 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-30T04:47:39.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: audit 2024-03-30T04:47:38.684930+0000 mgr.y (mgr.25441) 3888 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-30T04:47:39.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:38 smithi111 bash[70954]: cephadm 2024-03-30T04:47:38.685763+0000 mgr.y (mgr.25441) 3889 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2024-03-30T04:47:40.340 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:40 smithi111 bash[70954]: cluster 2024-03-30T04:47:39.274546+0000 mon.a (mon.0) 1668 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:47:40.340 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:40 smithi111 bash[70954]: cluster 2024-03-30T04:47:39.285126+0000 mon.a (mon.0) 1669 : cluster [INF] osd.6 [v2:172.21.15.117:6816/929279482,v1:172.21.15.117:6817/929279482] boot 2024-03-30T04:47:40.340 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:40 smithi111 bash[70954]: cluster 2024-03-30T04:47:39.285251+0000 mon.a (mon.0) 1670 : cluster [DBG] osdmap e142: 8 total, 8 up, 8 in 2024-03-30T04:47:40.340 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:40 smithi111 bash[70954]: audit 2024-03-30T04:47:39.285862+0000 mon.c (mon.1) 4026 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:47:40.340 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:40 smithi111 bash[73591]: cluster 2024-03-30T04:47:39.274546+0000 mon.a (mon.0) 1668 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:47:40.340 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:40 smithi111 bash[73591]: cluster 2024-03-30T04:47:39.285126+0000 mon.a (mon.0) 1669 : cluster [INF] osd.6 [v2:172.21.15.117:6816/929279482,v1:172.21.15.117:6817/929279482] boot 2024-03-30T04:47:40.340 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:40 smithi111 bash[73591]: cluster 2024-03-30T04:47:39.285251+0000 mon.a (mon.0) 1670 : cluster [DBG] osdmap e142: 8 total, 8 up, 8 in 2024-03-30T04:47:40.340 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:40 smithi111 bash[73591]: audit 2024-03-30T04:47:39.285862+0000 mon.c (mon.1) 4026 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:47:40.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:40 smithi117 bash[62284]: cluster 2024-03-30T04:47:39.274546+0000 mon.a (mon.0) 1668 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:47:40.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:40 smithi117 bash[62284]: cluster 2024-03-30T04:47:39.285126+0000 mon.a (mon.0) 1669 : cluster [INF] osd.6 [v2:172.21.15.117:6816/929279482,v1:172.21.15.117:6817/929279482] boot 2024-03-30T04:47:40.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:40 smithi117 bash[62284]: cluster 2024-03-30T04:47:39.285251+0000 mon.a (mon.0) 1670 : cluster [DBG] osdmap e142: 8 total, 8 up, 8 in 2024-03-30T04:47:40.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:40 smithi117 bash[62284]: audit 2024-03-30T04:47:39.285862+0000 mon.c (mon.1) 4026 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:47:41.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:41 smithi111 bash[70954]: cluster 2024-03-30T04:47:40.283789+0000 mon.a (mon.0) 1671 : cluster [DBG] osdmap e143: 8 total, 8 up, 8 in 2024-03-30T04:47:41.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:41 smithi111 bash[70954]: cluster 2024-03-30T04:47:40.627013+0000 mgr.y (mgr.25441) 3890 : cluster [DBG] pgmap v2576: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:41.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:41 smithi111 bash[73591]: cluster 2024-03-30T04:47:40.283789+0000 mon.a (mon.0) 1671 : cluster [DBG] osdmap e143: 8 total, 8 up, 8 in 2024-03-30T04:47:41.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:41 smithi111 bash[73591]: cluster 2024-03-30T04:47:40.627013+0000 mgr.y (mgr.25441) 3890 : cluster [DBG] pgmap v2576: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:41.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:41 smithi117 bash[62284]: cluster 2024-03-30T04:47:40.283789+0000 mon.a (mon.0) 1671 : cluster [DBG] osdmap e143: 8 total, 8 up, 8 in 2024-03-30T04:47:41.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:41 smithi117 bash[62284]: cluster 2024-03-30T04:47:40.627013+0000 mgr.y (mgr.25441) 3890 : cluster [DBG] pgmap v2576: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:42.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:42 smithi111 bash[73591]: audit 2024-03-30T04:47:41.282804+0000 mon.a (mon.0) 1672 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:42.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:42 smithi111 bash[73591]: audit 2024-03-30T04:47:41.311076+0000 mon.a (mon.0) 1673 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:42.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:42 smithi111 bash[73591]: cluster 2024-03-30T04:47:41.316500+0000 mgr.y (mgr.25441) 3891 : cluster [DBG] pgmap v2577: 161 pgs: 12 active+undersized+degraded, 23 active+undersized, 126 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 51/726 objects degraded (7.025%) 2024-03-30T04:47:42.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:42 smithi111 bash[73591]: cluster 2024-03-30T04:47:41.317257+0000 mgr.y (mgr.25441) 3892 : cluster [DBG] pgmap v2578: 161 pgs: 12 active+undersized+degraded, 23 active+undersized, 126 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 51/726 objects degraded (7.025%) 2024-03-30T04:47:42.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:42 smithi111 bash[73591]: audit 2024-03-30T04:47:41.330169+0000 mon.a (mon.0) 1674 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:42.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:42 smithi111 bash[73591]: audit 2024-03-30T04:47:41.434952+0000 mgr.y (mgr.25441) 3893 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:42.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:42 smithi111 bash[70954]: audit 2024-03-30T04:47:41.282804+0000 mon.a (mon.0) 1672 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:42.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:42 smithi111 bash[70954]: audit 2024-03-30T04:47:41.311076+0000 mon.a (mon.0) 1673 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:42.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:42 smithi111 bash[70954]: cluster 2024-03-30T04:47:41.316500+0000 mgr.y (mgr.25441) 3891 : cluster [DBG] pgmap v2577: 161 pgs: 12 active+undersized+degraded, 23 active+undersized, 126 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 51/726 objects degraded (7.025%) 2024-03-30T04:47:42.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:42 smithi111 bash[70954]: cluster 2024-03-30T04:47:41.317257+0000 mgr.y (mgr.25441) 3892 : cluster [DBG] pgmap v2578: 161 pgs: 12 active+undersized+degraded, 23 active+undersized, 126 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 51/726 objects degraded (7.025%) 2024-03-30T04:47:42.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:42 smithi111 bash[70954]: audit 2024-03-30T04:47:41.330169+0000 mon.a (mon.0) 1674 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:42.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:42 smithi111 bash[70954]: audit 2024-03-30T04:47:41.434952+0000 mgr.y (mgr.25441) 3893 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:42.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:42 smithi117 bash[62284]: audit 2024-03-30T04:47:41.282804+0000 mon.a (mon.0) 1672 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:42.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:42 smithi117 bash[62284]: audit 2024-03-30T04:47:41.311076+0000 mon.a (mon.0) 1673 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:42.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:42 smithi117 bash[62284]: cluster 2024-03-30T04:47:41.316500+0000 mgr.y (mgr.25441) 3891 : cluster [DBG] pgmap v2577: 161 pgs: 12 active+undersized+degraded, 23 active+undersized, 126 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 51/726 objects degraded (7.025%) 2024-03-30T04:47:42.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:42 smithi117 bash[62284]: cluster 2024-03-30T04:47:41.317257+0000 mgr.y (mgr.25441) 3892 : cluster [DBG] pgmap v2578: 161 pgs: 12 active+undersized+degraded, 23 active+undersized, 126 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 51/726 objects degraded (7.025%) 2024-03-30T04:47:42.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:42 smithi117 bash[62284]: audit 2024-03-30T04:47:41.330169+0000 mon.a (mon.0) 1674 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:42.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:42 smithi117 bash[62284]: audit 2024-03-30T04:47:41.434952+0000 mgr.y (mgr.25441) 3893 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:43.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:43 smithi111 bash[70954]: cluster 2024-03-30T04:47:42.306841+0000 mon.a (mon.0) 1675 : cluster [WRN] Health check update: Degraded data redundancy: 51/726 objects degraded (7.025%), 12 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:43.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:43 smithi111 bash[73591]: cluster 2024-03-30T04:47:42.306841+0000 mon.a (mon.0) 1675 : cluster [WRN] Health check update: Degraded data redundancy: 51/726 objects degraded (7.025%), 12 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:43.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:43 smithi117 bash[62284]: cluster 2024-03-30T04:47:42.306841+0000 mon.a (mon.0) 1675 : cluster [WRN] Health check update: Degraded data redundancy: 51/726 objects degraded (7.025%), 12 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:44.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:44 smithi117 bash[62284]: cluster 2024-03-30T04:47:43.318847+0000 mgr.y (mgr.25441) 3894 : cluster [DBG] pgmap v2579: 161 pgs: 3 active+undersized+degraded, 4 active+undersized, 154 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 873 B/s rd, 0 op/s; 12/726 objects degraded (1.653%) 2024-03-30T04:47:44.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:44 smithi111 bash[70954]: cluster 2024-03-30T04:47:43.318847+0000 mgr.y (mgr.25441) 3894 : cluster [DBG] pgmap v2579: 161 pgs: 3 active+undersized+degraded, 4 active+undersized, 154 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 873 B/s rd, 0 op/s; 12/726 objects degraded (1.653%) 2024-03-30T04:47:44.616 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:44 smithi111 bash[73591]: cluster 2024-03-30T04:47:43.318847+0000 mgr.y (mgr.25441) 3894 : cluster [DBG] pgmap v2579: 161 pgs: 3 active+undersized+degraded, 4 active+undersized, 154 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 873 B/s rd, 0 op/s; 12/726 objects degraded (1.653%) 2024-03-30T04:47:46.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:46 smithi111 bash[70954]: audit 2024-03-30T04:47:45.268340+0000 mon.a (mon.0) 1676 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:46.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:46 smithi111 bash[70954]: audit 2024-03-30T04:47:45.271605+0000 mon.c (mon.1) 4027 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:47:46.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:46 smithi111 bash[70954]: cluster 2024-03-30T04:47:45.324497+0000 mgr.y (mgr.25441) 3895 : cluster [DBG] pgmap v2580: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 677 B/s rd, 0 op/s 2024-03-30T04:47:46.617 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:47:46 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:47:46] "GET /metrics HTTP/1.1" 200 38553 "" "Prometheus/2.33.4" 2024-03-30T04:47:46.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:46 smithi111 bash[73591]: audit 2024-03-30T04:47:45.268340+0000 mon.a (mon.0) 1676 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:46.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:46 smithi111 bash[73591]: audit 2024-03-30T04:47:45.271605+0000 mon.c (mon.1) 4027 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:47:46.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:46 smithi111 bash[73591]: cluster 2024-03-30T04:47:45.324497+0000 mgr.y (mgr.25441) 3895 : cluster [DBG] pgmap v2580: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 677 B/s rd, 0 op/s 2024-03-30T04:47:46.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:46 smithi117 bash[62284]: audit 2024-03-30T04:47:45.268340+0000 mon.a (mon.0) 1676 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:46.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:46 smithi117 bash[62284]: audit 2024-03-30T04:47:45.271605+0000 mon.c (mon.1) 4027 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:47:46.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:46 smithi117 bash[62284]: cluster 2024-03-30T04:47:45.324497+0000 mgr.y (mgr.25441) 3895 : cluster [DBG] pgmap v2580: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 677 B/s rd, 0 op/s 2024-03-30T04:47:47.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:47 smithi111 bash[70954]: cluster 2024-03-30T04:47:46.264050+0000 mon.a (mon.0) 1677 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 12/726 objects degraded (1.653%), 3 pgs degraded) 2024-03-30T04:47:47.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:47 smithi111 bash[73591]: cluster 2024-03-30T04:47:46.264050+0000 mon.a (mon.0) 1677 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 12/726 objects degraded (1.653%), 3 pgs degraded) 2024-03-30T04:47:47.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:47 smithi117 bash[62284]: cluster 2024-03-30T04:47:46.264050+0000 mon.a (mon.0) 1677 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 12/726 objects degraded (1.653%), 3 pgs degraded) 2024-03-30T04:47:48.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:48 smithi111 bash[70954]: cluster 2024-03-30T04:47:47.325969+0000 mgr.y (mgr.25441) 3896 : cluster [DBG] pgmap v2581: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:47:48.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:48 smithi111 bash[73591]: cluster 2024-03-30T04:47:47.325969+0000 mgr.y (mgr.25441) 3896 : cluster [DBG] pgmap v2581: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:47:48.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:48 smithi117 bash[62284]: cluster 2024-03-30T04:47:47.325969+0000 mgr.y (mgr.25441) 3896 : cluster [DBG] pgmap v2581: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:47:50.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:50 smithi117 bash[62284]: cluster 2024-03-30T04:47:49.327143+0000 mgr.y (mgr.25441) 3897 : cluster [DBG] pgmap v2582: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:47:50.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:50 smithi111 bash[70954]: cluster 2024-03-30T04:47:49.327143+0000 mgr.y (mgr.25441) 3897 : cluster [DBG] pgmap v2582: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:47:50.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:50 smithi111 bash[73591]: cluster 2024-03-30T04:47:49.327143+0000 mgr.y (mgr.25441) 3897 : cluster [DBG] pgmap v2582: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:47:51.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:51 smithi111 bash[73591]: audit 2024-03-30T04:47:50.557645+0000 mon.a (mon.0) 1678 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:51.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:51 smithi111 bash[70954]: audit 2024-03-30T04:47:50.557645+0000 mon.a (mon.0) 1678 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:51.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:51 smithi117 bash[62284]: audit 2024-03-30T04:47:50.557645+0000 mon.a (mon.0) 1678 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:52.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:52 smithi111 bash[70954]: cluster 2024-03-30T04:47:51.328211+0000 mgr.y (mgr.25441) 3898 : cluster [DBG] pgmap v2583: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 920 B/s rd, 0 op/s 2024-03-30T04:47:52.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:52 smithi111 bash[70954]: audit 2024-03-30T04:47:51.444078+0000 mgr.y (mgr.25441) 3899 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:52.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:52 smithi111 bash[73591]: cluster 2024-03-30T04:47:51.328211+0000 mgr.y (mgr.25441) 3898 : cluster [DBG] pgmap v2583: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 920 B/s rd, 0 op/s 2024-03-30T04:47:52.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:52 smithi111 bash[73591]: audit 2024-03-30T04:47:51.444078+0000 mgr.y (mgr.25441) 3899 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:52.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:52 smithi117 bash[62284]: cluster 2024-03-30T04:47:51.328211+0000 mgr.y (mgr.25441) 3898 : cluster [DBG] pgmap v2583: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 920 B/s rd, 0 op/s 2024-03-30T04:47:52.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:52 smithi117 bash[62284]: audit 2024-03-30T04:47:51.444078+0000 mgr.y (mgr.25441) 3899 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:54.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:54 smithi111 bash[73591]: cluster 2024-03-30T04:47:53.329580+0000 mgr.y (mgr.25441) 3900 : cluster [DBG] pgmap v2584: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:47:54.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:54 smithi111 bash[73591]: audit 2024-03-30T04:47:53.699209+0000 mon.c (mon.1) 4028 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-30T04:47:54.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:54 smithi111 bash[73591]: audit 2024-03-30T04:47:53.699675+0000 mgr.y (mgr.25441) 3901 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-30T04:47:54.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:54 smithi111 bash[73591]: cephadm 2024-03-30T04:47:53.702534+0000 mgr.y (mgr.25441) 3902 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-03-30T04:47:54.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:54 smithi111 bash[70954]: cluster 2024-03-30T04:47:53.329580+0000 mgr.y (mgr.25441) 3900 : cluster [DBG] pgmap v2584: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:47:54.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:54 smithi111 bash[70954]: audit 2024-03-30T04:47:53.699209+0000 mon.c (mon.1) 4028 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-30T04:47:54.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:54 smithi111 bash[70954]: audit 2024-03-30T04:47:53.699675+0000 mgr.y (mgr.25441) 3901 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-30T04:47:54.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:54 smithi111 bash[70954]: cephadm 2024-03-30T04:47:53.702534+0000 mgr.y (mgr.25441) 3902 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-03-30T04:47:54.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:54 smithi117 bash[62284]: cluster 2024-03-30T04:47:53.329580+0000 mgr.y (mgr.25441) 3900 : cluster [DBG] pgmap v2584: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:47:54.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:54 smithi117 bash[62284]: audit 2024-03-30T04:47:53.699209+0000 mon.c (mon.1) 4028 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-30T04:47:54.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:54 smithi117 bash[62284]: audit 2024-03-30T04:47:53.699675+0000 mgr.y (mgr.25441) 3901 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-30T04:47:54.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:54 smithi117 bash[62284]: cephadm 2024-03-30T04:47:53.702534+0000 mgr.y (mgr.25441) 3902 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-03-30T04:47:56.866 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:47:56 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:47:56] "GET /metrics HTTP/1.1" 200 38553 "" "Prometheus/2.33.4" 2024-03-30T04:47:56.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:56 smithi111 bash[70954]: cluster 2024-03-30T04:47:55.330509+0000 mgr.y (mgr.25441) 3903 : cluster [DBG] pgmap v2585: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:47:56.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:56 smithi111 bash[70954]: audit 2024-03-30T04:47:56.081536+0000 mon.a (mon.0) 1679 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:56.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:56 smithi111 bash[70954]: audit 2024-03-30T04:47:56.086729+0000 mon.c (mon.1) 4029 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-30T04:47:56.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:56 smithi111 bash[70954]: audit 2024-03-30T04:47:56.088487+0000 mon.c (mon.1) 4030 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:56.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:56 smithi111 bash[73591]: cluster 2024-03-30T04:47:55.330509+0000 mgr.y (mgr.25441) 3903 : cluster [DBG] pgmap v2585: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:47:56.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:56 smithi111 bash[73591]: audit 2024-03-30T04:47:56.081536+0000 mon.a (mon.0) 1679 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:56.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:56 smithi111 bash[73591]: audit 2024-03-30T04:47:56.086729+0000 mon.c (mon.1) 4029 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-30T04:47:56.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:56 smithi111 bash[73591]: audit 2024-03-30T04:47:56.088487+0000 mon.c (mon.1) 4030 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:56.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:56 smithi117 bash[62284]: cluster 2024-03-30T04:47:55.330509+0000 mgr.y (mgr.25441) 3903 : cluster [DBG] pgmap v2585: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:47:56.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:56 smithi117 bash[62284]: audit 2024-03-30T04:47:56.081536+0000 mon.a (mon.0) 1679 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:56.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:56 smithi117 bash[62284]: audit 2024-03-30T04:47:56.086729+0000 mon.c (mon.1) 4029 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-30T04:47:56.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:56 smithi117 bash[62284]: audit 2024-03-30T04:47:56.088487+0000 mon.c (mon.1) 4030 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:57.763 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:57 smithi117 bash[62284]: cephadm 2024-03-30T04:47:56.073448+0000 mgr.y (mgr.25441) 3904 : cephadm [INF] Upgrade: Updating osd.7 2024-03-30T04:47:57.763 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:57 smithi117 bash[62284]: cephadm 2024-03-30T04:47:56.094242+0000 mgr.y (mgr.25441) 3905 : cephadm [INF] Deploying daemon osd.7 on smithi117 2024-03-30T04:47:57.763 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:57 smithi117 bash[62284]: audit 2024-03-30T04:47:57.185646+0000 mon.a (mon.0) 1680 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:57.763 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:57 smithi117 bash[62284]: audit 2024-03-30T04:47:57.209825+0000 mon.a (mon.0) 1681 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:57.763 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:57 smithi117 bash[62284]: audit 2024-03-30T04:47:57.228162+0000 mon.a (mon.0) 1682 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:57.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:57 smithi111 bash[70954]: cephadm 2024-03-30T04:47:56.073448+0000 mgr.y (mgr.25441) 3904 : cephadm [INF] Upgrade: Updating osd.7 2024-03-30T04:47:57.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:57 smithi111 bash[70954]: cephadm 2024-03-30T04:47:56.094242+0000 mgr.y (mgr.25441) 3905 : cephadm [INF] Deploying daemon osd.7 on smithi117 2024-03-30T04:47:57.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:57 smithi111 bash[70954]: audit 2024-03-30T04:47:57.185646+0000 mon.a (mon.0) 1680 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:57.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:57 smithi111 bash[70954]: audit 2024-03-30T04:47:57.209825+0000 mon.a (mon.0) 1681 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:57.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:57 smithi111 bash[70954]: audit 2024-03-30T04:47:57.228162+0000 mon.a (mon.0) 1682 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:57.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:57 smithi111 bash[73591]: cephadm 2024-03-30T04:47:56.073448+0000 mgr.y (mgr.25441) 3904 : cephadm [INF] Upgrade: Updating osd.7 2024-03-30T04:47:57.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:57 smithi111 bash[73591]: cephadm 2024-03-30T04:47:56.094242+0000 mgr.y (mgr.25441) 3905 : cephadm [INF] Deploying daemon osd.7 on smithi117 2024-03-30T04:47:57.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:57 smithi111 bash[73591]: audit 2024-03-30T04:47:57.185646+0000 mon.a (mon.0) 1680 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:57.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:57 smithi111 bash[73591]: audit 2024-03-30T04:47:57.209825+0000 mon.a (mon.0) 1681 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:57.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:57 smithi111 bash[73591]: audit 2024-03-30T04:47:57.228162+0000 mon.a (mon.0) 1682 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:47:58.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:58 smithi111 bash[70954]: cluster 2024-03-30T04:47:57.215094+0000 mgr.y (mgr.25441) 3906 : cluster [DBG] pgmap v2586: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:47:58.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:47:58 smithi111 bash[70954]: cluster 2024-03-30T04:47:57.215716+0000 mgr.y (mgr.25441) 3907 : cluster [DBG] pgmap v2587: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:47:58.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:58 smithi111 bash[73591]: cluster 2024-03-30T04:47:57.215094+0000 mgr.y (mgr.25441) 3906 : cluster [DBG] pgmap v2586: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:47:58.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:47:58 smithi111 bash[73591]: cluster 2024-03-30T04:47:57.215716+0000 mgr.y (mgr.25441) 3907 : cluster [DBG] pgmap v2587: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:47:58.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:58 smithi117 bash[62284]: cluster 2024-03-30T04:47:57.215094+0000 mgr.y (mgr.25441) 3906 : cluster [DBG] pgmap v2586: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:47:58.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:47:58 smithi117 bash[62284]: cluster 2024-03-30T04:47:57.215716+0000 mgr.y (mgr.25441) 3907 : cluster [DBG] pgmap v2587: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:48:00.689 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:48:00 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:00.689 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:48:00 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:00.690 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:48:00 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:00.690 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:48:00 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:00.691 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:48:00 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:00.691 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:00 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:00.691 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:00 smithi117 bash[62284]: cluster 2024-03-30T04:47:59.216445+0000 mgr.y (mgr.25441) 3908 : cluster [DBG] pgmap v2588: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:48:00.691 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:00 smithi117 bash[62284]: audit 2024-03-30T04:48:00.271160+0000 mon.a (mon.0) 1683 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:00.691 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:00 smithi117 bash[62284]: audit 2024-03-30T04:48:00.273989+0000 mon.c (mon.1) 4031 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:48:00.692 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:48:00 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:00.692 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:48:00 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:00.692 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:48:00 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:00.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:00 smithi111 bash[70954]: cluster 2024-03-30T04:47:59.216445+0000 mgr.y (mgr.25441) 3908 : cluster [DBG] pgmap v2588: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:48:00.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:00 smithi111 bash[70954]: audit 2024-03-30T04:48:00.271160+0000 mon.a (mon.0) 1683 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:00.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:00 smithi111 bash[70954]: audit 2024-03-30T04:48:00.273989+0000 mon.c (mon.1) 4031 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:48:00.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:00 smithi111 bash[73591]: cluster 2024-03-30T04:47:59.216445+0000 mgr.y (mgr.25441) 3908 : cluster [DBG] pgmap v2588: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:48:00.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:00 smithi111 bash[73591]: audit 2024-03-30T04:48:00.271160+0000 mon.a (mon.0) 1683 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:00.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:00 smithi111 bash[73591]: audit 2024-03-30T04:48:00.273989+0000 mon.c (mon.1) 4031 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:48:01.136 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:48:00 smithi117 systemd[1]: Stopping Ceph osd.7 for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:48:01.136 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:48:00 smithi117 bash[33716]: debug 2024-03-30T04:48:00.794+0000 7fef5062d700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:48:01.136 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:48:00 smithi117 bash[33716]: debug 2024-03-30T04:48:00.794+0000 7fef5062d700 -1 osd.7 143 *** Got signal Terminated *** 2024-03-30T04:48:01.137 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:48:00 smithi117 bash[33716]: debug 2024-03-30T04:48:00.794+0000 7fef5062d700 -1 osd.7 143 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:48:01.765 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:01 smithi117 bash[62284]: cluster 2024-03-30T04:48:00.801294+0000 mon.a (mon.0) 1684 : cluster [INF] osd.7 marked itself down and dead 2024-03-30T04:48:01.766 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:01 smithi117 bash[62284]: audit 2024-03-30T04:48:01.499898+0000 mon.a (mon.0) 1685 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:01.766 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:01 smithi117 bash[62284]: audit 2024-03-30T04:48:01.507105+0000 mon.a (mon.0) 1686 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:01.766 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:01 smithi117 bash[62284]: audit 2024-03-30T04:48:01.515911+0000 mon.a (mon.0) 1687 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:01.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:01 smithi111 bash[73591]: cluster 2024-03-30T04:48:00.801294+0000 mon.a (mon.0) 1684 : cluster [INF] osd.7 marked itself down and dead 2024-03-30T04:48:01.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:01 smithi111 bash[73591]: audit 2024-03-30T04:48:01.499898+0000 mon.a (mon.0) 1685 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:01.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:01 smithi111 bash[73591]: audit 2024-03-30T04:48:01.507105+0000 mon.a (mon.0) 1686 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:01.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:01 smithi111 bash[73591]: audit 2024-03-30T04:48:01.515911+0000 mon.a (mon.0) 1687 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:01.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:01 smithi111 bash[70954]: cluster 2024-03-30T04:48:00.801294+0000 mon.a (mon.0) 1684 : cluster [INF] osd.7 marked itself down and dead 2024-03-30T04:48:01.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:01 smithi111 bash[70954]: audit 2024-03-30T04:48:01.499898+0000 mon.a (mon.0) 1685 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:01.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:01 smithi111 bash[70954]: audit 2024-03-30T04:48:01.507105+0000 mon.a (mon.0) 1686 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:01.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:01 smithi111 bash[70954]: audit 2024-03-30T04:48:01.515911+0000 mon.a (mon.0) 1687 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:02.731 INFO:teuthology.orchestra.run.smithi111.stdout:true 2024-03-30T04:48:02.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:02 smithi111 bash[70954]: cluster 2024-03-30T04:48:01.217479+0000 mgr.y (mgr.25441) 3909 : cluster [DBG] pgmap v2589: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:48:02.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:02 smithi111 bash[70954]: audit 2024-03-30T04:48:01.454984+0000 mgr.y (mgr.25441) 3910 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:02.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:02 smithi111 bash[70954]: cluster 2024-03-30T04:48:01.508771+0000 mgr.y (mgr.25441) 3911 : cluster [DBG] pgmap v2590: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 625 B/s rd, 0 op/s 2024-03-30T04:48:02.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:02 smithi111 bash[70954]: cluster 2024-03-30T04:48:01.508990+0000 mgr.y (mgr.25441) 3912 : cluster [DBG] pgmap v2591: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 828 B/s rd, 0 op/s 2024-03-30T04:48:02.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:02 smithi111 bash[70954]: cluster 2024-03-30T04:48:01.582943+0000 mon.a (mon.0) 1688 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:48:02.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:02 smithi111 bash[70954]: cluster 2024-03-30T04:48:01.582966+0000 mon.a (mon.0) 1689 : cluster [WRN] Health check failed: all OSDs are running squid or later but require_osd_release < squid (OSD_UPGRADE_FINISHED) 2024-03-30T04:48:02.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:02 smithi111 bash[70954]: cluster 2024-03-30T04:48:01.598416+0000 mon.a (mon.0) 1690 : cluster [DBG] osdmap e144: 8 total, 7 up, 8 in 2024-03-30T04:48:02.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:02 smithi111 bash[70954]: audit 2024-03-30T04:48:01.982318+0000 mon.a (mon.0) 1691 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:02.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:02 smithi111 bash[70954]: audit 2024-03-30T04:48:01.999100+0000 mon.a (mon.0) 1692 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:02.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:02 smithi111 bash[70954]: audit 2024-03-30T04:48:02.015156+0000 mon.a (mon.0) 1693 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:02.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:02 smithi111 bash[73591]: cluster 2024-03-30T04:48:01.217479+0000 mgr.y (mgr.25441) 3909 : cluster [DBG] pgmap v2589: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:48:02.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:02 smithi111 bash[73591]: audit 2024-03-30T04:48:01.454984+0000 mgr.y (mgr.25441) 3910 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:02.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:02 smithi111 bash[73591]: cluster 2024-03-30T04:48:01.508771+0000 mgr.y (mgr.25441) 3911 : cluster [DBG] pgmap v2590: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 625 B/s rd, 0 op/s 2024-03-30T04:48:02.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:02 smithi111 bash[73591]: cluster 2024-03-30T04:48:01.508990+0000 mgr.y (mgr.25441) 3912 : cluster [DBG] pgmap v2591: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 828 B/s rd, 0 op/s 2024-03-30T04:48:02.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:02 smithi111 bash[73591]: cluster 2024-03-30T04:48:01.582943+0000 mon.a (mon.0) 1688 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:48:02.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:02 smithi111 bash[73591]: cluster 2024-03-30T04:48:01.582966+0000 mon.a (mon.0) 1689 : cluster [WRN] Health check failed: all OSDs are running squid or later but require_osd_release < squid (OSD_UPGRADE_FINISHED) 2024-03-30T04:48:02.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:02 smithi111 bash[73591]: cluster 2024-03-30T04:48:01.598416+0000 mon.a (mon.0) 1690 : cluster [DBG] osdmap e144: 8 total, 7 up, 8 in 2024-03-30T04:48:02.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:02 smithi111 bash[73591]: audit 2024-03-30T04:48:01.982318+0000 mon.a (mon.0) 1691 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:02.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:02 smithi111 bash[73591]: audit 2024-03-30T04:48:01.999100+0000 mon.a (mon.0) 1692 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:02.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:02 smithi111 bash[73591]: audit 2024-03-30T04:48:02.015156+0000 mon.a (mon.0) 1693 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:02.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:02 smithi117 bash[62284]: cluster 2024-03-30T04:48:01.217479+0000 mgr.y (mgr.25441) 3909 : cluster [DBG] pgmap v2589: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:48:02.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:02 smithi117 bash[62284]: audit 2024-03-30T04:48:01.454984+0000 mgr.y (mgr.25441) 3910 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:02.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:02 smithi117 bash[62284]: cluster 2024-03-30T04:48:01.508771+0000 mgr.y (mgr.25441) 3911 : cluster [DBG] pgmap v2590: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 625 B/s rd, 0 op/s 2024-03-30T04:48:02.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:02 smithi117 bash[62284]: cluster 2024-03-30T04:48:01.508990+0000 mgr.y (mgr.25441) 3912 : cluster [DBG] pgmap v2591: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 828 B/s rd, 0 op/s 2024-03-30T04:48:02.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:02 smithi117 bash[62284]: cluster 2024-03-30T04:48:01.582943+0000 mon.a (mon.0) 1688 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:48:02.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:02 smithi117 bash[62284]: cluster 2024-03-30T04:48:01.582966+0000 mon.a (mon.0) 1689 : cluster [WRN] Health check failed: all OSDs are running squid or later but require_osd_release < squid (OSD_UPGRADE_FINISHED) 2024-03-30T04:48:02.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:02 smithi117 bash[62284]: cluster 2024-03-30T04:48:01.598416+0000 mon.a (mon.0) 1690 : cluster [DBG] osdmap e144: 8 total, 7 up, 8 in 2024-03-30T04:48:02.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:02 smithi117 bash[62284]: audit 2024-03-30T04:48:01.982318+0000 mon.a (mon.0) 1691 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:02.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:02 smithi117 bash[62284]: audit 2024-03-30T04:48:01.999100+0000 mon.a (mon.0) 1692 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:02.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:02 smithi117 bash[62284]: audit 2024-03-30T04:48:02.015156+0000 mon.a (mon.0) 1693 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:03.477 INFO:teuthology.orchestra.run.smithi111.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:48:03.477 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi111 smithi111 running 6s ago 22m - - 2024-03-30T04:48:03.477 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi117 smithi117 running 1s ago 22m - - 2024-03-30T04:48:03.477 INFO:teuthology.orchestra.run.smithi111.stdout:alertmanager.a smithi111 *:9093,9094 running (8m) 6s ago 15m 14.6M - 0.23.0 ba2b418f427c 1324aeb3a452 2024-03-30T04:48:03.477 INFO:teuthology.orchestra.run.smithi111.stdout:grafana.a smithi117 *:3000 error 1s ago 15m - - 2024-03-30T04:48:03.478 INFO:teuthology.orchestra.run.smithi111.stdout:iscsi.foo.smithi111.fmwmll smithi111 running (7m) 6s ago 13m 44.5M - 3.5 e1d6a67b021e 429bab8e2057 2024-03-30T04:48:03.478 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.x smithi117 *:8443,9283,8765 running (6m) 1s ago 21m 439M - 19.0.0-2493-gd82c9aa1 3714003597ec 42ebd55da4b4 2024-03-30T04:48:03.478 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.y smithi111 *:8443,9283,8765 running (7m) 6s ago 23m 527M - 19.0.0-2493-gd82c9aa1 3714003597ec fa84fb31d2a4 2024-03-30T04:48:03.478 INFO:teuthology.orchestra.run.smithi111.stdout:mon.a smithi111 running (6m) 6s ago 23m 123M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 896c96f933ff 2024-03-30T04:48:03.478 INFO:teuthology.orchestra.run.smithi111.stdout:mon.b smithi117 running (5m) 1s ago 22m 50.5M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 60f10ffc2128 2024-03-30T04:48:03.478 INFO:teuthology.orchestra.run.smithi111.stdout:mon.c smithi111 running (5m) 6s ago 22m 67.3M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 385ecbe45d43 2024-03-30T04:48:03.478 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.a smithi111 *:9100 running (9m) 6s ago 15m 11.2M - 1.3.1 1dbe0e931976 6370ea39ede2 2024-03-30T04:48:03.478 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.b smithi117 *:9100 running (8m) 1s ago 15m 9383k - 1.3.1 1dbe0e931976 038bdefec2fb 2024-03-30T04:48:03.478 INFO:teuthology.orchestra.run.smithi111.stdout:osd.0 smithi111 running (4m) 6s ago 21m 53.5M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec c83a5c211a2a 2024-03-30T04:48:03.478 INFO:teuthology.orchestra.run.smithi111.stdout:osd.1 smithi111 running (3m) 6s ago 20m 60.4M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 72f709306a82 2024-03-30T04:48:03.478 INFO:teuthology.orchestra.run.smithi111.stdout:osd.2 smithi111 running (2m) 6s ago 20m 48.2M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 4812fabf499a 2024-03-30T04:48:03.478 INFO:teuthology.orchestra.run.smithi111.stdout:osd.3 smithi111 running (2m) 6s ago 19m 54.9M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec d39d23268f95 2024-03-30T04:48:03.478 INFO:teuthology.orchestra.run.smithi111.stdout:osd.4 smithi117 running (99s) 1s ago 18m 51.5M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 1668f848549c 2024-03-30T04:48:03.478 INFO:teuthology.orchestra.run.smithi111.stdout:osd.5 smithi117 running (65s) 1s ago 18m 51.6M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec db2499d5a247 2024-03-30T04:48:03.478 INFO:teuthology.orchestra.run.smithi111.stdout:osd.6 smithi117 running (32s) 1s ago 17m 52.2M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 68d03f439b68 2024-03-30T04:48:03.479 INFO:teuthology.orchestra.run.smithi111.stdout:osd.7 smithi117 unknown 1s ago 17m 68.1M 4096M 17.2.0 e1d6a67b021e f9f3a86e8182 2024-03-30T04:48:03.479 INFO:teuthology.orchestra.run.smithi111.stdout:prometheus.a smithi117 *:9095 running (7m) 1s ago 16m 66.9M - 2.33.4 514e6a882f6e e0486046291e 2024-03-30T04:48:03.479 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi111.gqpgtc smithi111 *:8000 running (13m) 6s ago 13m 88.8M - 17.2.0 e1d6a67b021e e51a6fac1b59 2024-03-30T04:48:03.479 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi117.nijpsz smithi117 *:8000 running (13m) 1s ago 13m 88.5M - 17.2.0 e1d6a67b021e bd8939f98ae0 2024-03-30T04:48:03.479 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi111.nqgkvi smithi111 *:80 running (13m) 6s ago 13m 88.5M - 17.2.0 e1d6a67b021e 4dd1cc17abca 2024-03-30T04:48:03.479 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi117.wrgldy smithi117 *:80 running (13m) 1s ago 13m 88.3M - 17.2.0 e1d6a67b021e 1bff1faa59ec 2024-03-30T04:48:03.589 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:48:03 smithi117 bash[76698]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-osd-7 2024-03-30T04:48:03.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:03 smithi111 bash[70954]: cluster 2024-03-30T04:48:02.005460+0000 mgr.y (mgr.25441) 3913 : cluster [DBG] pgmap v2593: 161 pgs: 20 peering, 18 stale+active+clean, 123 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 855 B/s rd, 0 op/s 2024-03-30T04:48:03.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:03 smithi111 bash[70954]: cluster 2024-03-30T04:48:02.006339+0000 mgr.y (mgr.25441) 3914 : cluster [DBG] pgmap v2594: 161 pgs: 20 peering, 18 stale+active+clean, 123 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:48:03.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:03 smithi111 bash[70954]: cluster 2024-03-30T04:48:02.595923+0000 mon.a (mon.0) 1694 : cluster [DBG] osdmap e145: 8 total, 7 up, 8 in 2024-03-30T04:48:03.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:03 smithi111 bash[70954]: audit 2024-03-30T04:48:02.722987+0000 mgr.y (mgr.25441) 3915 : audit [DBG] from='client.44503 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:03.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:03 smithi111 bash[70954]: cluster 2024-03-30T04:48:02.996605+0000 mon.a (mon.0) 1695 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:48:03.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:03 smithi111 bash[70954]: cluster 2024-03-30T04:48:02.996666+0000 mon.a (mon.0) 1696 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs inactive, 3 pgs peering (PG_AVAILABILITY) 2024-03-30T04:48:03.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:03 smithi111 bash[73591]: cluster 2024-03-30T04:48:02.005460+0000 mgr.y (mgr.25441) 3913 : cluster [DBG] pgmap v2593: 161 pgs: 20 peering, 18 stale+active+clean, 123 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 855 B/s rd, 0 op/s 2024-03-30T04:48:03.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:03 smithi111 bash[73591]: cluster 2024-03-30T04:48:02.006339+0000 mgr.y (mgr.25441) 3914 : cluster [DBG] pgmap v2594: 161 pgs: 20 peering, 18 stale+active+clean, 123 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:48:03.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:03 smithi111 bash[73591]: cluster 2024-03-30T04:48:02.595923+0000 mon.a (mon.0) 1694 : cluster [DBG] osdmap e145: 8 total, 7 up, 8 in 2024-03-30T04:48:03.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:03 smithi111 bash[73591]: audit 2024-03-30T04:48:02.722987+0000 mgr.y (mgr.25441) 3915 : audit [DBG] from='client.44503 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:03.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:03 smithi111 bash[73591]: cluster 2024-03-30T04:48:02.996605+0000 mon.a (mon.0) 1695 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:48:03.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:03 smithi111 bash[73591]: cluster 2024-03-30T04:48:02.996666+0000 mon.a (mon.0) 1696 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs inactive, 3 pgs peering (PG_AVAILABILITY) 2024-03-30T04:48:03.886 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:48:03 smithi117 bash[76855]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-osd-7 2024-03-30T04:48:03.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:03 smithi117 bash[62284]: cluster 2024-03-30T04:48:02.005460+0000 mgr.y (mgr.25441) 3913 : cluster [DBG] pgmap v2593: 161 pgs: 20 peering, 18 stale+active+clean, 123 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 855 B/s rd, 0 op/s 2024-03-30T04:48:03.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:03 smithi117 bash[62284]: cluster 2024-03-30T04:48:02.006339+0000 mgr.y (mgr.25441) 3914 : cluster [DBG] pgmap v2594: 161 pgs: 20 peering, 18 stale+active+clean, 123 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:48:03.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:03 smithi117 bash[62284]: cluster 2024-03-30T04:48:02.595923+0000 mon.a (mon.0) 1694 : cluster [DBG] osdmap e145: 8 total, 7 up, 8 in 2024-03-30T04:48:03.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:03 smithi117 bash[62284]: audit 2024-03-30T04:48:02.722987+0000 mgr.y (mgr.25441) 3915 : audit [DBG] from='client.44503 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:03.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:03 smithi117 bash[62284]: cluster 2024-03-30T04:48:02.996605+0000 mon.a (mon.0) 1695 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:48:03.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:03 smithi117 bash[62284]: cluster 2024-03-30T04:48:02.996666+0000 mon.a (mon.0) 1696 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs inactive, 3 pgs peering (PG_AVAILABILITY) 2024-03-30T04:48:03.890 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:48:03.890 INFO:teuthology.orchestra.run.smithi111.stdout: "mon": { 2024-03-30T04:48:03.890 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:48:03.890 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:48:03.890 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr": { 2024-03-30T04:48:03.890 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:48:03.890 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:48:03.891 INFO:teuthology.orchestra.run.smithi111.stdout: "osd": { 2024-03-30T04:48:03.891 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 7 2024-03-30T04:48:03.891 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:48:03.891 INFO:teuthology.orchestra.run.smithi111.stdout: "rgw": { 2024-03-30T04:48:03.891 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:48:03.891 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:48:03.891 INFO:teuthology.orchestra.run.smithi111.stdout: "overall": { 2024-03-30T04:48:03.891 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2024-03-30T04:48:03.891 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 12 2024-03-30T04:48:03.891 INFO:teuthology.orchestra.run.smithi111.stdout: } 2024-03-30T04:48:03.891 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:48:04.265 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:48:04.265 INFO:teuthology.orchestra.run.smithi111.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962", 2024-03-30T04:48:04.265 INFO:teuthology.orchestra.run.smithi111.stdout: "in_progress": true, 2024-03-30T04:48:04.265 INFO:teuthology.orchestra.run.smithi111.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:48:04.265 INFO:teuthology.orchestra.run.smithi111.stdout: "services_complete": [ 2024-03-30T04:48:04.265 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr", 2024-03-30T04:48:04.266 INFO:teuthology.orchestra.run.smithi111.stdout: "mon" 2024-03-30T04:48:04.266 INFO:teuthology.orchestra.run.smithi111.stdout: ], 2024-03-30T04:48:04.266 INFO:teuthology.orchestra.run.smithi111.stdout: "progress": "12/23 daemons upgraded", 2024-03-30T04:48:04.266 INFO:teuthology.orchestra.run.smithi111.stdout: "message": "Currently upgrading osd daemons", 2024-03-30T04:48:04.266 INFO:teuthology.orchestra.run.smithi111.stdout: "is_paused": false 2024-03-30T04:48:04.266 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:48:04.688 INFO:teuthology.orchestra.run.smithi111.stdout:HEALTH_WARN 2 failed cephadm daemon(s); 1 osds down; all OSDs are running squid or later but require_osd_release < squid; Reduced data availability: 4 pgs inactive, 7 pgs peering; Degraded data redundancy: 24/726 objects degraded (3.306%), 7 pgs degraded 2024-03-30T04:48:04.688 INFO:teuthology.orchestra.run.smithi111.stdout:[WRN] CEPHADM_FAILED_DAEMON: 2 failed cephadm daemon(s) 2024-03-30T04:48:04.688 INFO:teuthology.orchestra.run.smithi111.stdout: daemon osd.7 on smithi117 is in unknown state 2024-03-30T04:48:04.689 INFO:teuthology.orchestra.run.smithi111.stdout: daemon grafana.a on smithi117 is in error state 2024-03-30T04:48:04.689 INFO:teuthology.orchestra.run.smithi111.stdout:[WRN] OSD_DOWN: 1 osds down 2024-03-30T04:48:04.689 INFO:teuthology.orchestra.run.smithi111.stdout: osd.7 (root=default,host=smithi117) is down 2024-03-30T04:48:04.689 INFO:teuthology.orchestra.run.smithi111.stdout:[WRN] OSD_UPGRADE_FINISHED: all OSDs are running squid or later but require_osd_release < squid 2024-03-30T04:48:04.689 INFO:teuthology.orchestra.run.smithi111.stdout: all OSDs are running squid or later but require_osd_release < squid 2024-03-30T04:48:04.689 INFO:teuthology.orchestra.run.smithi111.stdout:[WRN] PG_AVAILABILITY: Reduced data availability: 4 pgs inactive, 7 pgs peering 2024-03-30T04:48:04.689 INFO:teuthology.orchestra.run.smithi111.stdout: pg 1.0 is stuck peering for 6m, current state peering, last acting [0,6] 2024-03-30T04:48:04.689 INFO:teuthology.orchestra.run.smithi111.stdout: pg 2.5 is stuck peering for 93s, current state peering, last acting [0,4] 2024-03-30T04:48:04.689 INFO:teuthology.orchestra.run.smithi111.stdout: pg 2.8 is stuck peering for 3m, current state peering, last acting [0,1] 2024-03-30T04:48:04.689 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.15 is stuck peering for 3m, current state peering, last acting [3,4] 2024-03-30T04:48:04.689 INFO:teuthology.orchestra.run.smithi111.stdout: pg 5.4 is stuck peering for 60s, current state peering, last acting [2,5] 2024-03-30T04:48:04.689 INFO:teuthology.orchestra.run.smithi111.stdout: pg 6.8 is stuck peering for 2m, current state peering, last acting [2,3] 2024-03-30T04:48:04.689 INFO:teuthology.orchestra.run.smithi111.stdout: pg 6.12 is stuck peering for 93s, current state peering, last acting [2,4] 2024-03-30T04:48:04.689 INFO:teuthology.orchestra.run.smithi111.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 24/726 objects degraded (3.306%), 7 pgs degraded 2024-03-30T04:48:04.689 INFO:teuthology.orchestra.run.smithi111.stdout: pg 2.0 is activating+undersized+degraded, acting [1,0] 2024-03-30T04:48:04.690 INFO:teuthology.orchestra.run.smithi111.stdout: pg 2.12 is active+undersized+degraded, acting [5,3] 2024-03-30T04:48:04.690 INFO:teuthology.orchestra.run.smithi111.stdout: pg 2.18 is active+undersized+degraded, acting [5,4] 2024-03-30T04:48:04.690 INFO:teuthology.orchestra.run.smithi111.stdout: pg 2.1c is active+undersized+degraded, acting [5,2] 2024-03-30T04:48:04.690 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.d is active+undersized+degraded, acting [5,6] 2024-03-30T04:48:04.690 INFO:teuthology.orchestra.run.smithi111.stdout: pg 3.16 is active+undersized+degraded, acting [5,1] 2024-03-30T04:48:04.690 INFO:teuthology.orchestra.run.smithi111.stdout: pg 4.15 is active+undersized+degraded, acting [5,3] 2024-03-30T04:48:04.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:04 smithi111 bash[70954]: audit 2024-03-30T04:48:03.095702+0000 mgr.y (mgr.25441) 3916 : audit [DBG] from='client.44509 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:04.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:04 smithi111 bash[70954]: audit 2024-03-30T04:48:03.449265+0000 mgr.y (mgr.25441) 3917 : audit [DBG] from='client.44515 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:04.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:04 smithi111 bash[70954]: audit 2024-03-30T04:48:03.895891+0000 mon.c (mon.1) 4032 : audit [DBG] from='client.? 172.21.15.111:0/1268849668' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:04.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:04 smithi111 bash[73591]: audit 2024-03-30T04:48:03.095702+0000 mgr.y (mgr.25441) 3916 : audit [DBG] from='client.44509 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:04.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:04 smithi111 bash[73591]: audit 2024-03-30T04:48:03.449265+0000 mgr.y (mgr.25441) 3917 : audit [DBG] from='client.44515 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:04.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:04 smithi111 bash[73591]: audit 2024-03-30T04:48:03.895891+0000 mon.c (mon.1) 4032 : audit [DBG] from='client.? 172.21.15.111:0/1268849668' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:04.875 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:04 smithi117 bash[62284]: audit 2024-03-30T04:48:03.095702+0000 mgr.y (mgr.25441) 3916 : audit [DBG] from='client.44509 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:04.876 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:04 smithi117 bash[62284]: audit 2024-03-30T04:48:03.449265+0000 mgr.y (mgr.25441) 3917 : audit [DBG] from='client.44515 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:04.876 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:04 smithi117 bash[62284]: audit 2024-03-30T04:48:03.895891+0000 mon.c (mon.1) 4032 : audit [DBG] from='client.? 172.21.15.111:0/1268849668' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:05.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:05 smithi111 bash[70954]: cluster 2024-03-30T04:48:04.007175+0000 mgr.y (mgr.25441) 3918 : cluster [DBG] pgmap v2596: 161 pgs: 6 active+undersized+degraded, 96 active+clean, 15 active+undersized, 6 stale+active+clean, 33 peering, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 24/726 objects degraded (3.306%) 2024-03-30T04:48:05.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:05 smithi111 bash[70954]: audit 2024-03-30T04:48:04.270764+0000 mgr.y (mgr.25441) 3919 : audit [DBG] from='client.34590 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:05.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:05 smithi111 bash[70954]: cluster 2024-03-30T04:48:04.594487+0000 mon.a (mon.0) 1697 : cluster [WRN] Health check failed: Degraded data redundancy: 24/726 objects degraded (3.306%), 7 pgs degraded (PG_DEGRADED) 2024-03-30T04:48:05.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:05 smithi111 bash[70954]: audit 2024-03-30T04:48:04.694480+0000 mon.a (mon.0) 1698 : audit [DBG] from='client.? 172.21.15.111:0/2897990690' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:48:05.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:05 smithi111 bash[73591]: cluster 2024-03-30T04:48:04.007175+0000 mgr.y (mgr.25441) 3918 : cluster [DBG] pgmap v2596: 161 pgs: 6 active+undersized+degraded, 96 active+clean, 15 active+undersized, 6 stale+active+clean, 33 peering, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 24/726 objects degraded (3.306%) 2024-03-30T04:48:05.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:05 smithi111 bash[73591]: audit 2024-03-30T04:48:04.270764+0000 mgr.y (mgr.25441) 3919 : audit [DBG] from='client.34590 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:05.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:05 smithi111 bash[73591]: cluster 2024-03-30T04:48:04.594487+0000 mon.a (mon.0) 1697 : cluster [WRN] Health check failed: Degraded data redundancy: 24/726 objects degraded (3.306%), 7 pgs degraded (PG_DEGRADED) 2024-03-30T04:48:05.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:05 smithi111 bash[73591]: audit 2024-03-30T04:48:04.694480+0000 mon.a (mon.0) 1698 : audit [DBG] from='client.? 172.21.15.111:0/2897990690' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:48:05.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:05 smithi117 bash[62284]: cluster 2024-03-30T04:48:04.007175+0000 mgr.y (mgr.25441) 3918 : cluster [DBG] pgmap v2596: 161 pgs: 6 active+undersized+degraded, 96 active+clean, 15 active+undersized, 6 stale+active+clean, 33 peering, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 24/726 objects degraded (3.306%) 2024-03-30T04:48:05.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:05 smithi117 bash[62284]: audit 2024-03-30T04:48:04.270764+0000 mgr.y (mgr.25441) 3919 : audit [DBG] from='client.34590 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:05.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:05 smithi117 bash[62284]: cluster 2024-03-30T04:48:04.594487+0000 mon.a (mon.0) 1697 : cluster [WRN] Health check failed: Degraded data redundancy: 24/726 objects degraded (3.306%), 7 pgs degraded (PG_DEGRADED) 2024-03-30T04:48:05.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:05 smithi117 bash[62284]: audit 2024-03-30T04:48:04.694480+0000 mon.a (mon.0) 1698 : audit [DBG] from='client.? 172.21.15.111:0/2897990690' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:48:06.623 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:06 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:06.623 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:48:06 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:06.623 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:48:06 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:06.624 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:48:06 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:06.624 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:48:06 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:06.624 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:48:06 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:06.624 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:48:06 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:06.625 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:48:06 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:06.625 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:48:06 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@osd.7.service: Deactivated successfully. 2024-03-30T04:48:06.625 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:48:06 smithi117 systemd[1]: Stopped Ceph osd.7 for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:48:06.625 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:48:06 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:06.625 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:48:06 smithi117 systemd[1]: Started Ceph osd.7 for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:48:06.866 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:48:06 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:48:06] "GET /metrics HTTP/1.1" 200 38552 "" "Prometheus/2.33.4" 2024-03-30T04:48:07.935 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: cluster 2024-03-30T04:48:06.008471+0000 mgr.y (mgr.25441) 3920 : cluster [DBG] pgmap v2597: 161 pgs: 13 active+undersized+degraded, 92 active+clean, 18 active+undersized, 33 peering, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:48:07.935 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:06.687266+0000 mon.a (mon.0) 1699 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:07.935 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:06.705711+0000 mon.a (mon.0) 1700 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:07.935 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:06.753944+0000 mon.c (mon.1) 4033 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:07.935 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:06.755846+0000 mon.c (mon.1) 4034 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:07.935 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: cluster 2024-03-30T04:48:06.759703+0000 mgr.y (mgr.25441) 3921 : cluster [DBG] pgmap v2598: 161 pgs: 19 active+undersized+degraded, 92 active+clean, 32 active+undersized, 13 peering, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:07.935 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: cluster 2024-03-30T04:48:06.760651+0000 mgr.y (mgr.25441) 3922 : cluster [DBG] pgmap v2599: 161 pgs: 19 active+undersized+degraded, 92 active+clean, 32 active+undersized, 13 peering, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:07.935 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:06.771539+0000 mon.a (mon.0) 1701 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:07.935 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: cephadm 2024-03-30T04:48:06.774748+0000 mgr.y (mgr.25441) 3923 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:07.935 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:06.865337+0000 mon.c (mon.1) 4035 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:07.935 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:06.870274+0000 mon.c (mon.1) 4036 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:07.935 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:06.876154+0000 mon.c (mon.1) 4037 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:07.935 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:06.877753+0000 mon.c (mon.1) 4038 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:07.936 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:06.891593+0000 mon.a (mon.0) 1702 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:07.936 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:06.972919+0000 mon.c (mon.1) 4039 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:07.936 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:06.975753+0000 mon.c (mon.1) 4040 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:07.936 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:06.978986+0000 mon.c (mon.1) 4041 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:07.936 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:06.980031+0000 mon.c (mon.1) 4042 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:07.936 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:06.991879+0000 mon.a (mon.0) 1703 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:07.936 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:07.068870+0000 mon.c (mon.1) 4043 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:07.936 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:07.071772+0000 mon.c (mon.1) 4044 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:07.936 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:07.074819+0000 mon.c (mon.1) 4045 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:07.936 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:07.075909+0000 mon.c (mon.1) 4046 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:07.936 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:07.086962+0000 mon.a (mon.0) 1704 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:07.936 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:07.179252+0000 mon.c (mon.1) 4047 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:07.936 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:07.183736+0000 mon.c (mon.1) 4048 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:07.936 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:07.187582+0000 mon.c (mon.1) 4049 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:07.936 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:07.189015+0000 mon.c (mon.1) 4050 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:07.936 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:07.202999+0000 mon.a (mon.0) 1705 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:07.936 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:07.296246+0000 mon.c (mon.1) 4051 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:07.937 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:07.299553+0000 mon.c (mon.1) 4052 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:07.937 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:07.303146+0000 mon.c (mon.1) 4053 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:07.937 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:07.304480+0000 mon.c (mon.1) 4054 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:07.937 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:07.315286+0000 mon.a (mon.0) 1706 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:07.937 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:07.396561+0000 mon.c (mon.1) 4055 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:07.937 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:07.399895+0000 mon.c (mon.1) 4056 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:07.937 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:07.404945+0000 mon.c (mon.1) 4057 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:07.937 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:07.406607+0000 mon.c (mon.1) 4058 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:07.937 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:07.418835+0000 mon.a (mon.0) 1707 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:07.937 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:07.497759+0000 mon.c (mon.1) 4059 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:07.937 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:07.500625+0000 mon.c (mon.1) 4060 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:07.937 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:07.504134+0000 mon.c (mon.1) 4061 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:07.937 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:07.505609+0000 mon.c (mon.1) 4062 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:07.937 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:07.516469+0000 mon.a (mon.0) 1708 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:07.938 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:07.607732+0000 mon.c (mon.1) 4063 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:07.938 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:07.612215+0000 mon.c (mon.1) 4064 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:07.938 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:07.616453+0000 mon.c (mon.1) 4065 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:07.938 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:07.617973+0000 mon.c (mon.1) 4066 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:07.938 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:07 smithi117 bash[62284]: audit 2024-03-30T04:48:07.629686+0000 mon.a (mon.0) 1709 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:08.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: cluster 2024-03-30T04:48:06.008471+0000 mgr.y (mgr.25441) 3920 : cluster [DBG] pgmap v2597: 161 pgs: 13 active+undersized+degraded, 92 active+clean, 18 active+undersized, 33 peering, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:48:08.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:06.687266+0000 mon.a (mon.0) 1699 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:08.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:06.705711+0000 mon.a (mon.0) 1700 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:08.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:06.753944+0000 mon.c (mon.1) 4033 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:08.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:06.755846+0000 mon.c (mon.1) 4034 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:08.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: cluster 2024-03-30T04:48:06.759703+0000 mgr.y (mgr.25441) 3921 : cluster [DBG] pgmap v2598: 161 pgs: 19 active+undersized+degraded, 92 active+clean, 32 active+undersized, 13 peering, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:08.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: cluster 2024-03-30T04:48:06.760651+0000 mgr.y (mgr.25441) 3922 : cluster [DBG] pgmap v2599: 161 pgs: 19 active+undersized+degraded, 92 active+clean, 32 active+undersized, 13 peering, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:08.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:06.771539+0000 mon.a (mon.0) 1701 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:08.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: cephadm 2024-03-30T04:48:06.774748+0000 mgr.y (mgr.25441) 3923 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:08.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:06.865337+0000 mon.c (mon.1) 4035 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:08.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:06.870274+0000 mon.c (mon.1) 4036 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:08.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:06.876154+0000 mon.c (mon.1) 4037 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:08.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:06.877753+0000 mon.c (mon.1) 4038 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:08.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:06.891593+0000 mon.a (mon.0) 1702 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:08.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:06.972919+0000 mon.c (mon.1) 4039 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:08.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:06.975753+0000 mon.c (mon.1) 4040 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:08.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:06.978986+0000 mon.c (mon.1) 4041 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:08.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: cluster 2024-03-30T04:48:06.008471+0000 mgr.y (mgr.25441) 3920 : cluster [DBG] pgmap v2597: 161 pgs: 13 active+undersized+degraded, 92 active+clean, 18 active+undersized, 33 peering, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:48:08.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:06.687266+0000 mon.a (mon.0) 1699 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:08.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:06.705711+0000 mon.a (mon.0) 1700 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:08.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:06.753944+0000 mon.c (mon.1) 4033 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:08.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:06.755846+0000 mon.c (mon.1) 4034 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:08.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: cluster 2024-03-30T04:48:06.759703+0000 mgr.y (mgr.25441) 3921 : cluster [DBG] pgmap v2598: 161 pgs: 19 active+undersized+degraded, 92 active+clean, 32 active+undersized, 13 peering, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:08.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: cluster 2024-03-30T04:48:06.760651+0000 mgr.y (mgr.25441) 3922 : cluster [DBG] pgmap v2599: 161 pgs: 19 active+undersized+degraded, 92 active+clean, 32 active+undersized, 13 peering, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:08.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:06.771539+0000 mon.a (mon.0) 1701 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:08.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: cephadm 2024-03-30T04:48:06.774748+0000 mgr.y (mgr.25441) 3923 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:08.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:06.865337+0000 mon.c (mon.1) 4035 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:08.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:06.870274+0000 mon.c (mon.1) 4036 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:08.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:06.876154+0000 mon.c (mon.1) 4037 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:08.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:06.877753+0000 mon.c (mon.1) 4038 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:08.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:06.891593+0000 mon.a (mon.0) 1702 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:08.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:06.972919+0000 mon.c (mon.1) 4039 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:08.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:06.975753+0000 mon.c (mon.1) 4040 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:08.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:06.978986+0000 mon.c (mon.1) 4041 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:08.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:06.980031+0000 mon.c (mon.1) 4042 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:08.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:06.991879+0000 mon.a (mon.0) 1703 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:08.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:07.068870+0000 mon.c (mon.1) 4043 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:08.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:07.071772+0000 mon.c (mon.1) 4044 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:08.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:07.074819+0000 mon.c (mon.1) 4045 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:08.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:07.075909+0000 mon.c (mon.1) 4046 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:08.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:07.086962+0000 mon.a (mon.0) 1704 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:08.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:07.179252+0000 mon.c (mon.1) 4047 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:08.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:07.183736+0000 mon.c (mon.1) 4048 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:08.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:07.187582+0000 mon.c (mon.1) 4049 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:08.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:07.189015+0000 mon.c (mon.1) 4050 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:08.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:07.202999+0000 mon.a (mon.0) 1705 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:08.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:07.296246+0000 mon.c (mon.1) 4051 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:08.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:07.299553+0000 mon.c (mon.1) 4052 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:08.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:07.303146+0000 mon.c (mon.1) 4053 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:08.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:07.304480+0000 mon.c (mon.1) 4054 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:08.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:07.315286+0000 mon.a (mon.0) 1706 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:08.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:07.396561+0000 mon.c (mon.1) 4055 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:08.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:07.399895+0000 mon.c (mon.1) 4056 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:08.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:07.404945+0000 mon.c (mon.1) 4057 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:08.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:06.980031+0000 mon.c (mon.1) 4042 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:08.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:06.991879+0000 mon.a (mon.0) 1703 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:08.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:07.068870+0000 mon.c (mon.1) 4043 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:08.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:07.071772+0000 mon.c (mon.1) 4044 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:08.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:07.074819+0000 mon.c (mon.1) 4045 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:08.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:07.075909+0000 mon.c (mon.1) 4046 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:08.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:07.086962+0000 mon.a (mon.0) 1704 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:08.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:07.179252+0000 mon.c (mon.1) 4047 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:08.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:07.183736+0000 mon.c (mon.1) 4048 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:08.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:07.187582+0000 mon.c (mon.1) 4049 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:08.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:07.189015+0000 mon.c (mon.1) 4050 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:08.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:07.202999+0000 mon.a (mon.0) 1705 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:08.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:07.296246+0000 mon.c (mon.1) 4051 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:08.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:07.299553+0000 mon.c (mon.1) 4052 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:08.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:07.303146+0000 mon.c (mon.1) 4053 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:08.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:07.304480+0000 mon.c (mon.1) 4054 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:08.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:07.315286+0000 mon.a (mon.0) 1706 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:08.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:07.396561+0000 mon.c (mon.1) 4055 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:08.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:07.399895+0000 mon.c (mon.1) 4056 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:08.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:07.404945+0000 mon.c (mon.1) 4057 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:08.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:07.406607+0000 mon.c (mon.1) 4058 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:08.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:07.418835+0000 mon.a (mon.0) 1707 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:08.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:07.497759+0000 mon.c (mon.1) 4059 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:08.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:07.500625+0000 mon.c (mon.1) 4060 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:08.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:07.504134+0000 mon.c (mon.1) 4061 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:08.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:07.505609+0000 mon.c (mon.1) 4062 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:08.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:07.516469+0000 mon.a (mon.0) 1708 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:08.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:07.607732+0000 mon.c (mon.1) 4063 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:08.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:07.612215+0000 mon.c (mon.1) 4064 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:08.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:07.616453+0000 mon.c (mon.1) 4065 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:08.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:07.617973+0000 mon.c (mon.1) 4066 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:08.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[73591]: audit 2024-03-30T04:48:07.629686+0000 mon.a (mon.0) 1709 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:08.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:07.406607+0000 mon.c (mon.1) 4058 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:08.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:07.418835+0000 mon.a (mon.0) 1707 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:08.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:07.497759+0000 mon.c (mon.1) 4059 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:08.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:07.500625+0000 mon.c (mon.1) 4060 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:08.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:07.504134+0000 mon.c (mon.1) 4061 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:08.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:07.505609+0000 mon.c (mon.1) 4062 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:08.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:07.516469+0000 mon.a (mon.0) 1708 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:08.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:07.607732+0000 mon.c (mon.1) 4063 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:08.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:07.612215+0000 mon.c (mon.1) 4064 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:08.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:07.616453+0000 mon.c (mon.1) 4065 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:08.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:07.617973+0000 mon.c (mon.1) 4066 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:08.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:07 smithi111 bash[70954]: audit 2024-03-30T04:48:07.629686+0000 mon.a (mon.0) 1709 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:08.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: cluster 2024-03-30T04:48:06.880966+0000 mgr.y (mgr.25441) 3924 : cluster [DBG] pgmap v2600: 161 pgs: 19 active+undersized+degraded, 92 active+clean, 32 active+undersized, 13 peering, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:08.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: cluster 2024-03-30T04:48:06.882069+0000 mgr.y (mgr.25441) 3925 : cluster [DBG] pgmap v2601: 161 pgs: 19 active+undersized+degraded, 92 active+clean, 32 active+undersized, 13 peering, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:08.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: cephadm 2024-03-30T04:48:06.892667+0000 mgr.y (mgr.25441) 3926 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:08.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: cluster 2024-03-30T04:48:06.982623+0000 mgr.y (mgr.25441) 3927 : cluster [DBG] pgmap v2602: 161 pgs: 19 active+undersized+degraded, 92 active+clean, 32 active+undersized, 13 peering, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 344 B/s rd, 0 op/s; 86/726 objects degraded (11.846%) 2024-03-30T04:48:08.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: cluster 2024-03-30T04:48:06.983727+0000 mgr.y (mgr.25441) 3928 : cluster [DBG] pgmap v2603: 161 pgs: 19 active+undersized+degraded, 92 active+clean, 32 active+undersized, 13 peering, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 5.1 KiB/s rd, 5 op/s; 86/726 objects degraded (11.846%) 2024-03-30T04:48:08.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: cephadm 2024-03-30T04:48:06.992912+0000 mgr.y (mgr.25441) 3929 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:08.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: cluster 2024-03-30T04:48:07.078495+0000 mgr.y (mgr.25441) 3930 : cluster [DBG] pgmap v2604: 161 pgs: 19 active+undersized+degraded, 92 active+clean, 32 active+undersized, 13 peering, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:08.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: cluster 2024-03-30T04:48:07.079467+0000 mgr.y (mgr.25441) 3931 : cluster [DBG] pgmap v2605: 161 pgs: 19 active+undersized+degraded, 92 active+clean, 32 active+undersized, 13 peering, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:08.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: cephadm 2024-03-30T04:48:07.089855+0000 mgr.y (mgr.25441) 3932 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:08.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: cluster 2024-03-30T04:48:07.192286+0000 mgr.y (mgr.25441) 3933 : cluster [DBG] pgmap v2606: 161 pgs: 19 active+undersized+degraded, 92 active+clean, 32 active+undersized, 13 peering, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:08.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: cluster 2024-03-30T04:48:07.193260+0000 mgr.y (mgr.25441) 3934 : cluster [DBG] pgmap v2607: 161 pgs: 19 active+undersized+degraded, 92 active+clean, 32 active+undersized, 13 peering, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:08.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: cephadm 2024-03-30T04:48:07.204555+0000 mgr.y (mgr.25441) 3935 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:08.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: cluster 2024-03-30T04:48:07.307396+0000 mgr.y (mgr.25441) 3936 : cluster [DBG] pgmap v2608: 161 pgs: 23 active+undersized+degraded, 92 active+clean, 41 active+undersized, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:08.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: cluster 2024-03-30T04:48:07.308309+0000 mgr.y (mgr.25441) 3937 : cluster [DBG] pgmap v2609: 161 pgs: 23 active+undersized+degraded, 92 active+clean, 41 active+undersized, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:08.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: cephadm 2024-03-30T04:48:07.318482+0000 mgr.y (mgr.25441) 3938 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:08.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: cluster 2024-03-30T04:48:07.409802+0000 mgr.y (mgr.25441) 3939 : cluster [DBG] pgmap v2610: 161 pgs: 23 active+undersized+degraded, 92 active+clean, 41 active+undersized, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:08.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: cluster 2024-03-30T04:48:07.410890+0000 mgr.y (mgr.25441) 3940 : cluster [DBG] pgmap v2611: 161 pgs: 23 active+undersized+degraded, 92 active+clean, 41 active+undersized, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:08.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: cephadm 2024-03-30T04:48:07.420982+0000 mgr.y (mgr.25441) 3941 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:08.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: cluster 2024-03-30T04:48:07.508106+0000 mgr.y (mgr.25441) 3942 : cluster [DBG] pgmap v2612: 161 pgs: 23 active+undersized+degraded, 92 active+clean, 41 active+undersized, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:08.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: cluster 2024-03-30T04:48:07.509135+0000 mgr.y (mgr.25441) 3943 : cluster [DBG] pgmap v2613: 161 pgs: 23 active+undersized+degraded, 92 active+clean, 41 active+undersized, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:08.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: cephadm 2024-03-30T04:48:07.517582+0000 mgr.y (mgr.25441) 3944 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:08.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: cluster 2024-03-30T04:48:07.620717+0000 mgr.y (mgr.25441) 3945 : cluster [DBG] pgmap v2614: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:08.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: cluster 2024-03-30T04:48:07.621162+0000 mgr.y (mgr.25441) 3946 : cluster [DBG] pgmap v2615: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:08.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: cephadm 2024-03-30T04:48:07.631047+0000 mgr.y (mgr.25441) 3947 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:08.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: cluster 2024-03-30T04:48:07.698991+0000 mon.a (mon.0) 1710 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 5 pgs inactive, 7 pgs peering) 2024-03-30T04:48:08.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:07.722118+0000 mon.c (mon.1) 4067 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:08.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:07.726194+0000 mon.c (mon.1) 4068 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:08.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:07.730312+0000 mon.c (mon.1) 4069 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:08.889 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[77070]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-03-30T04:48:08.889 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[77070]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-7 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-03-30T04:48:08.889 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[77070]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-03-30T04:48:08.889 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[77070]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-03-30T04:48:08.889 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[77070]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2024-03-30T04:48:08.889 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[77070]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-03-30T04:48:08.889 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[77070]: --> ceph-volume raw activate successful for osd ID: 7 2024-03-30T04:48:08.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:07.731686+0000 mon.c (mon.1) 4070 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:08.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: cluster 2024-03-30T04:48:07.734438+0000 mgr.y (mgr.25441) 3948 : cluster [DBG] pgmap v2616: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:08.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: cluster 2024-03-30T04:48:07.734855+0000 mgr.y (mgr.25441) 3949 : cluster [DBG] pgmap v2617: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:08.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:07.743456+0000 mon.a (mon.0) 1711 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:08.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: cephadm 2024-03-30T04:48:07.744778+0000 mgr.y (mgr.25441) 3950 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:08.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:07.830789+0000 mon.c (mon.1) 4071 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:08.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:07.835292+0000 mon.c (mon.1) 4072 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:08.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:07.839120+0000 mon.c (mon.1) 4073 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:08.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:07.840622+0000 mon.c (mon.1) 4074 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:08.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:07.851756+0000 mon.a (mon.0) 1712 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:08.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:07.934956+0000 mon.c (mon.1) 4075 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:08.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:07.937995+0000 mon.c (mon.1) 4076 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:08.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:07.942024+0000 mon.c (mon.1) 4077 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:08.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:07.943154+0000 mon.c (mon.1) 4078 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:08.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:07.951888+0000 mon.a (mon.0) 1713 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:08.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:08.043830+0000 mon.c (mon.1) 4079 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:08.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:08.048428+0000 mon.c (mon.1) 4080 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:08.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:08.051988+0000 mon.c (mon.1) 4081 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:08.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:08.053281+0000 mon.c (mon.1) 4082 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:08.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:08.065482+0000 mon.a (mon.0) 1714 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:08.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:08.142552+0000 mon.c (mon.1) 4083 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:08.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:08.147010+0000 mon.c (mon.1) 4084 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:08.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:08.150299+0000 mon.c (mon.1) 4085 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:08.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:08.151492+0000 mon.c (mon.1) 4086 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:08.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:08.161999+0000 mon.a (mon.0) 1715 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:08.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:08.238684+0000 mon.c (mon.1) 4087 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:08.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:08.241347+0000 mon.c (mon.1) 4088 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:08.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:08.244250+0000 mon.c (mon.1) 4089 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:08.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:08.245135+0000 mon.c (mon.1) 4090 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:08.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:08.253586+0000 mon.a (mon.0) 1716 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:08.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:08.331547+0000 mon.c (mon.1) 4091 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:08.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:08.335499+0000 mon.c (mon.1) 4092 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:08.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:08.339824+0000 mon.c (mon.1) 4093 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:08.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:08.340656+0000 mon.c (mon.1) 4094 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:08.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:08.353211+0000 mon.a (mon.0) 1717 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:08.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:08.432940+0000 mon.c (mon.1) 4095 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:08.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:08.435518+0000 mon.c (mon.1) 4096 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:08.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:08.439151+0000 mon.c (mon.1) 4097 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:08.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:08.440172+0000 mon.c (mon.1) 4098 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:08.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:08.452072+0000 mon.a (mon.0) 1718 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:08.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:08.528428+0000 mon.c (mon.1) 4099 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:08.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:08.532685+0000 mon.c (mon.1) 4100 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:08.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:08.537025+0000 mon.c (mon.1) 4101 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:08.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:08.538550+0000 mon.c (mon.1) 4102 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:08.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:08.551124+0000 mon.a (mon.0) 1719 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:08.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:08.642016+0000 mon.c (mon.1) 4103 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:08.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:08.646266+0000 mon.c (mon.1) 4104 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:08.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:08.649552+0000 mon.c (mon.1) 4105 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:08.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:08.650744+0000 mon.c (mon.1) 4106 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:08.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:08 smithi117 bash[62284]: audit 2024-03-30T04:48:08.661209+0000 mon.a (mon.0) 1720 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:09.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: cluster 2024-03-30T04:48:06.880966+0000 mgr.y (mgr.25441) 3924 : cluster [DBG] pgmap v2600: 161 pgs: 19 active+undersized+degraded, 92 active+clean, 32 active+undersized, 13 peering, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:09.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: cluster 2024-03-30T04:48:06.882069+0000 mgr.y (mgr.25441) 3925 : cluster [DBG] pgmap v2601: 161 pgs: 19 active+undersized+degraded, 92 active+clean, 32 active+undersized, 13 peering, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:09.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: cephadm 2024-03-30T04:48:06.892667+0000 mgr.y (mgr.25441) 3926 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:09.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: cluster 2024-03-30T04:48:06.982623+0000 mgr.y (mgr.25441) 3927 : cluster [DBG] pgmap v2602: 161 pgs: 19 active+undersized+degraded, 92 active+clean, 32 active+undersized, 13 peering, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 344 B/s rd, 0 op/s; 86/726 objects degraded (11.846%) 2024-03-30T04:48:09.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: cluster 2024-03-30T04:48:06.983727+0000 mgr.y (mgr.25441) 3928 : cluster [DBG] pgmap v2603: 161 pgs: 19 active+undersized+degraded, 92 active+clean, 32 active+undersized, 13 peering, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 5.1 KiB/s rd, 5 op/s; 86/726 objects degraded (11.846%) 2024-03-30T04:48:09.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: cephadm 2024-03-30T04:48:06.992912+0000 mgr.y (mgr.25441) 3929 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:09.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: cluster 2024-03-30T04:48:07.078495+0000 mgr.y (mgr.25441) 3930 : cluster [DBG] pgmap v2604: 161 pgs: 19 active+undersized+degraded, 92 active+clean, 32 active+undersized, 13 peering, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:09.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: cluster 2024-03-30T04:48:07.079467+0000 mgr.y (mgr.25441) 3931 : cluster [DBG] pgmap v2605: 161 pgs: 19 active+undersized+degraded, 92 active+clean, 32 active+undersized, 13 peering, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:09.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: cephadm 2024-03-30T04:48:07.089855+0000 mgr.y (mgr.25441) 3932 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:09.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: cluster 2024-03-30T04:48:07.192286+0000 mgr.y (mgr.25441) 3933 : cluster [DBG] pgmap v2606: 161 pgs: 19 active+undersized+degraded, 92 active+clean, 32 active+undersized, 13 peering, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:09.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: cluster 2024-03-30T04:48:07.193260+0000 mgr.y (mgr.25441) 3934 : cluster [DBG] pgmap v2607: 161 pgs: 19 active+undersized+degraded, 92 active+clean, 32 active+undersized, 13 peering, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:09.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: cephadm 2024-03-30T04:48:07.204555+0000 mgr.y (mgr.25441) 3935 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:09.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: cluster 2024-03-30T04:48:07.307396+0000 mgr.y (mgr.25441) 3936 : cluster [DBG] pgmap v2608: 161 pgs: 23 active+undersized+degraded, 92 active+clean, 41 active+undersized, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:09.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: cluster 2024-03-30T04:48:06.880966+0000 mgr.y (mgr.25441) 3924 : cluster [DBG] pgmap v2600: 161 pgs: 19 active+undersized+degraded, 92 active+clean, 32 active+undersized, 13 peering, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:09.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: cluster 2024-03-30T04:48:06.882069+0000 mgr.y (mgr.25441) 3925 : cluster [DBG] pgmap v2601: 161 pgs: 19 active+undersized+degraded, 92 active+clean, 32 active+undersized, 13 peering, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:09.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: cephadm 2024-03-30T04:48:06.892667+0000 mgr.y (mgr.25441) 3926 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:09.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: cluster 2024-03-30T04:48:06.982623+0000 mgr.y (mgr.25441) 3927 : cluster [DBG] pgmap v2602: 161 pgs: 19 active+undersized+degraded, 92 active+clean, 32 active+undersized, 13 peering, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 344 B/s rd, 0 op/s; 86/726 objects degraded (11.846%) 2024-03-30T04:48:09.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: cluster 2024-03-30T04:48:06.983727+0000 mgr.y (mgr.25441) 3928 : cluster [DBG] pgmap v2603: 161 pgs: 19 active+undersized+degraded, 92 active+clean, 32 active+undersized, 13 peering, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 5.1 KiB/s rd, 5 op/s; 86/726 objects degraded (11.846%) 2024-03-30T04:48:09.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: cephadm 2024-03-30T04:48:06.992912+0000 mgr.y (mgr.25441) 3929 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:09.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: cluster 2024-03-30T04:48:07.078495+0000 mgr.y (mgr.25441) 3930 : cluster [DBG] pgmap v2604: 161 pgs: 19 active+undersized+degraded, 92 active+clean, 32 active+undersized, 13 peering, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:09.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: cluster 2024-03-30T04:48:07.079467+0000 mgr.y (mgr.25441) 3931 : cluster [DBG] pgmap v2605: 161 pgs: 19 active+undersized+degraded, 92 active+clean, 32 active+undersized, 13 peering, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:09.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: cephadm 2024-03-30T04:48:07.089855+0000 mgr.y (mgr.25441) 3932 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:09.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: cluster 2024-03-30T04:48:07.192286+0000 mgr.y (mgr.25441) 3933 : cluster [DBG] pgmap v2606: 161 pgs: 19 active+undersized+degraded, 92 active+clean, 32 active+undersized, 13 peering, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:09.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: cluster 2024-03-30T04:48:07.193260+0000 mgr.y (mgr.25441) 3934 : cluster [DBG] pgmap v2607: 161 pgs: 19 active+undersized+degraded, 92 active+clean, 32 active+undersized, 13 peering, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:09.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: cephadm 2024-03-30T04:48:07.204555+0000 mgr.y (mgr.25441) 3935 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:09.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: cluster 2024-03-30T04:48:07.307396+0000 mgr.y (mgr.25441) 3936 : cluster [DBG] pgmap v2608: 161 pgs: 23 active+undersized+degraded, 92 active+clean, 41 active+undersized, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:09.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: cluster 2024-03-30T04:48:07.308309+0000 mgr.y (mgr.25441) 3937 : cluster [DBG] pgmap v2609: 161 pgs: 23 active+undersized+degraded, 92 active+clean, 41 active+undersized, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:09.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: cephadm 2024-03-30T04:48:07.318482+0000 mgr.y (mgr.25441) 3938 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:09.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: cluster 2024-03-30T04:48:07.409802+0000 mgr.y (mgr.25441) 3939 : cluster [DBG] pgmap v2610: 161 pgs: 23 active+undersized+degraded, 92 active+clean, 41 active+undersized, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:09.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: cluster 2024-03-30T04:48:07.410890+0000 mgr.y (mgr.25441) 3940 : cluster [DBG] pgmap v2611: 161 pgs: 23 active+undersized+degraded, 92 active+clean, 41 active+undersized, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:09.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: cephadm 2024-03-30T04:48:07.420982+0000 mgr.y (mgr.25441) 3941 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:09.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: cluster 2024-03-30T04:48:07.508106+0000 mgr.y (mgr.25441) 3942 : cluster [DBG] pgmap v2612: 161 pgs: 23 active+undersized+degraded, 92 active+clean, 41 active+undersized, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:09.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: cluster 2024-03-30T04:48:07.509135+0000 mgr.y (mgr.25441) 3943 : cluster [DBG] pgmap v2613: 161 pgs: 23 active+undersized+degraded, 92 active+clean, 41 active+undersized, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:09.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: cephadm 2024-03-30T04:48:07.517582+0000 mgr.y (mgr.25441) 3944 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:09.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: cluster 2024-03-30T04:48:07.620717+0000 mgr.y (mgr.25441) 3945 : cluster [DBG] pgmap v2614: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:09.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: cluster 2024-03-30T04:48:07.621162+0000 mgr.y (mgr.25441) 3946 : cluster [DBG] pgmap v2615: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:09.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: cephadm 2024-03-30T04:48:07.631047+0000 mgr.y (mgr.25441) 3947 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:09.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: cluster 2024-03-30T04:48:07.698991+0000 mon.a (mon.0) 1710 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 5 pgs inactive, 7 pgs peering) 2024-03-30T04:48:09.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:07.722118+0000 mon.c (mon.1) 4067 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:09.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:07.726194+0000 mon.c (mon.1) 4068 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:09.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:07.730312+0000 mon.c (mon.1) 4069 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:09.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: cluster 2024-03-30T04:48:07.308309+0000 mgr.y (mgr.25441) 3937 : cluster [DBG] pgmap v2609: 161 pgs: 23 active+undersized+degraded, 92 active+clean, 41 active+undersized, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:09.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: cephadm 2024-03-30T04:48:07.318482+0000 mgr.y (mgr.25441) 3938 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:09.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: cluster 2024-03-30T04:48:07.409802+0000 mgr.y (mgr.25441) 3939 : cluster [DBG] pgmap v2610: 161 pgs: 23 active+undersized+degraded, 92 active+clean, 41 active+undersized, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:09.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: cluster 2024-03-30T04:48:07.410890+0000 mgr.y (mgr.25441) 3940 : cluster [DBG] pgmap v2611: 161 pgs: 23 active+undersized+degraded, 92 active+clean, 41 active+undersized, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:09.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: cephadm 2024-03-30T04:48:07.420982+0000 mgr.y (mgr.25441) 3941 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:09.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: cluster 2024-03-30T04:48:07.508106+0000 mgr.y (mgr.25441) 3942 : cluster [DBG] pgmap v2612: 161 pgs: 23 active+undersized+degraded, 92 active+clean, 41 active+undersized, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:09.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: cluster 2024-03-30T04:48:07.509135+0000 mgr.y (mgr.25441) 3943 : cluster [DBG] pgmap v2613: 161 pgs: 23 active+undersized+degraded, 92 active+clean, 41 active+undersized, 1 activating+undersized+degraded, 4 activating+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:09.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: cephadm 2024-03-30T04:48:07.517582+0000 mgr.y (mgr.25441) 3944 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:09.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: cluster 2024-03-30T04:48:07.620717+0000 mgr.y (mgr.25441) 3945 : cluster [DBG] pgmap v2614: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:09.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: cluster 2024-03-30T04:48:07.621162+0000 mgr.y (mgr.25441) 3946 : cluster [DBG] pgmap v2615: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:09.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: cephadm 2024-03-30T04:48:07.631047+0000 mgr.y (mgr.25441) 3947 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:09.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: cluster 2024-03-30T04:48:07.698991+0000 mon.a (mon.0) 1710 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 5 pgs inactive, 7 pgs peering) 2024-03-30T04:48:09.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:07.722118+0000 mon.c (mon.1) 4067 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:09.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:07.726194+0000 mon.c (mon.1) 4068 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:09.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:07.730312+0000 mon.c (mon.1) 4069 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:09.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:07.731686+0000 mon.c (mon.1) 4070 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:09.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: cluster 2024-03-30T04:48:07.734438+0000 mgr.y (mgr.25441) 3948 : cluster [DBG] pgmap v2616: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:09.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: cluster 2024-03-30T04:48:07.734855+0000 mgr.y (mgr.25441) 3949 : cluster [DBG] pgmap v2617: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:09.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:07.743456+0000 mon.a (mon.0) 1711 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:09.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: cephadm 2024-03-30T04:48:07.744778+0000 mgr.y (mgr.25441) 3950 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:09.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:07.830789+0000 mon.c (mon.1) 4071 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:09.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:07.835292+0000 mon.c (mon.1) 4072 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:09.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:07.839120+0000 mon.c (mon.1) 4073 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:09.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:07.840622+0000 mon.c (mon.1) 4074 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:09.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:07.851756+0000 mon.a (mon.0) 1712 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:09.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:07.934956+0000 mon.c (mon.1) 4075 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:09.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:07.937995+0000 mon.c (mon.1) 4076 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:09.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:07.942024+0000 mon.c (mon.1) 4077 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:09.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:07.943154+0000 mon.c (mon.1) 4078 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:09.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:07.951888+0000 mon.a (mon.0) 1713 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:09.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:08.043830+0000 mon.c (mon.1) 4079 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:09.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:08.048428+0000 mon.c (mon.1) 4080 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:09.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:08.051988+0000 mon.c (mon.1) 4081 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:09.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:08.053281+0000 mon.c (mon.1) 4082 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:09.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:07.731686+0000 mon.c (mon.1) 4070 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:09.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: cluster 2024-03-30T04:48:07.734438+0000 mgr.y (mgr.25441) 3948 : cluster [DBG] pgmap v2616: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:09.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: cluster 2024-03-30T04:48:07.734855+0000 mgr.y (mgr.25441) 3949 : cluster [DBG] pgmap v2617: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:09.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:07.743456+0000 mon.a (mon.0) 1711 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:09.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: cephadm 2024-03-30T04:48:07.744778+0000 mgr.y (mgr.25441) 3950 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:09.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:07.830789+0000 mon.c (mon.1) 4071 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:09.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:07.835292+0000 mon.c (mon.1) 4072 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:09.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:07.839120+0000 mon.c (mon.1) 4073 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:09.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:07.840622+0000 mon.c (mon.1) 4074 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:09.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:07.851756+0000 mon.a (mon.0) 1712 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:09.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:07.934956+0000 mon.c (mon.1) 4075 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:09.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:07.937995+0000 mon.c (mon.1) 4076 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:09.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:07.942024+0000 mon.c (mon.1) 4077 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:09.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:07.943154+0000 mon.c (mon.1) 4078 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:09.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:07.951888+0000 mon.a (mon.0) 1713 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:09.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:08.043830+0000 mon.c (mon.1) 4079 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:09.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:08.048428+0000 mon.c (mon.1) 4080 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:09.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:08.051988+0000 mon.c (mon.1) 4081 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:09.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:08.053281+0000 mon.c (mon.1) 4082 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:09.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:08.065482+0000 mon.a (mon.0) 1714 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:09.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:08.142552+0000 mon.c (mon.1) 4083 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:09.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:08.147010+0000 mon.c (mon.1) 4084 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:09.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:08.150299+0000 mon.c (mon.1) 4085 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:09.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:08.151492+0000 mon.c (mon.1) 4086 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:09.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:08.161999+0000 mon.a (mon.0) 1715 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:09.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:08.238684+0000 mon.c (mon.1) 4087 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:09.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:08.241347+0000 mon.c (mon.1) 4088 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:09.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:08.244250+0000 mon.c (mon.1) 4089 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:09.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:08.245135+0000 mon.c (mon.1) 4090 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:09.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:08.253586+0000 mon.a (mon.0) 1716 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:09.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:08.331547+0000 mon.c (mon.1) 4091 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:09.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:08.335499+0000 mon.c (mon.1) 4092 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:09.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:08.339824+0000 mon.c (mon.1) 4093 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:09.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:08.340656+0000 mon.c (mon.1) 4094 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:09.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:08.353211+0000 mon.a (mon.0) 1717 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:09.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:08.432940+0000 mon.c (mon.1) 4095 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:09.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:08.435518+0000 mon.c (mon.1) 4096 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:09.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:08.439151+0000 mon.c (mon.1) 4097 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:09.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:08.440172+0000 mon.c (mon.1) 4098 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:09.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:08.065482+0000 mon.a (mon.0) 1714 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:09.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:08.142552+0000 mon.c (mon.1) 4083 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:09.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:08.147010+0000 mon.c (mon.1) 4084 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:09.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:08.150299+0000 mon.c (mon.1) 4085 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:09.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:08.151492+0000 mon.c (mon.1) 4086 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:09.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:08.161999+0000 mon.a (mon.0) 1715 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:09.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:08.238684+0000 mon.c (mon.1) 4087 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:09.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:08.241347+0000 mon.c (mon.1) 4088 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:09.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:08.244250+0000 mon.c (mon.1) 4089 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:09.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:08.245135+0000 mon.c (mon.1) 4090 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:09.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:08.253586+0000 mon.a (mon.0) 1716 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:09.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:08.331547+0000 mon.c (mon.1) 4091 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:09.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:08.335499+0000 mon.c (mon.1) 4092 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:09.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:08.339824+0000 mon.c (mon.1) 4093 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:09.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:08.340656+0000 mon.c (mon.1) 4094 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:09.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:08.353211+0000 mon.a (mon.0) 1717 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:09.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:08.432940+0000 mon.c (mon.1) 4095 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:09.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:08.435518+0000 mon.c (mon.1) 4096 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:09.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:08.439151+0000 mon.c (mon.1) 4097 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:09.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:08.440172+0000 mon.c (mon.1) 4098 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:09.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:08.452072+0000 mon.a (mon.0) 1718 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:09.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:08.528428+0000 mon.c (mon.1) 4099 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:09.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:08.532685+0000 mon.c (mon.1) 4100 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:09.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:08.537025+0000 mon.c (mon.1) 4101 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:09.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:08.538550+0000 mon.c (mon.1) 4102 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:09.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:08.551124+0000 mon.a (mon.0) 1719 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:09.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:08.642016+0000 mon.c (mon.1) 4103 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:09.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:08.646266+0000 mon.c (mon.1) 4104 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:09.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:08.649552+0000 mon.c (mon.1) 4105 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:09.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:08.650744+0000 mon.c (mon.1) 4106 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:09.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[70954]: audit 2024-03-30T04:48:08.661209+0000 mon.a (mon.0) 1720 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:09.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:08.452072+0000 mon.a (mon.0) 1718 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:09.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:08.528428+0000 mon.c (mon.1) 4099 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:09.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:08.532685+0000 mon.c (mon.1) 4100 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:09.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:08.537025+0000 mon.c (mon.1) 4101 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:09.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:08.538550+0000 mon.c (mon.1) 4102 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:09.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:08.551124+0000 mon.a (mon.0) 1719 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:09.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:08.642016+0000 mon.c (mon.1) 4103 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:09.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:08.646266+0000 mon.c (mon.1) 4104 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:09.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:08.649552+0000 mon.c (mon.1) 4105 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:09.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:08.650744+0000 mon.c (mon.1) 4106 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:09.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:08 smithi111 bash[73591]: audit 2024-03-30T04:48:08.661209+0000 mon.a (mon.0) 1720 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:09.717 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: cluster 2024-03-30T04:48:07.843402+0000 mgr.y (mgr.25441) 3951 : cluster [DBG] pgmap v2618: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:09.717 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: cluster 2024-03-30T04:48:07.843808+0000 mgr.y (mgr.25441) 3952 : cluster [DBG] pgmap v2619: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:09.717 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: cephadm 2024-03-30T04:48:07.853586+0000 mgr.y (mgr.25441) 3953 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:09.717 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: cluster 2024-03-30T04:48:07.945596+0000 mgr.y (mgr.25441) 3954 : cluster [DBG] pgmap v2620: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:09.717 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: cluster 2024-03-30T04:48:07.945984+0000 mgr.y (mgr.25441) 3955 : cluster [DBG] pgmap v2621: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:09.717 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: cephadm 2024-03-30T04:48:07.954942+0000 mgr.y (mgr.25441) 3956 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:09.717 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: cluster 2024-03-30T04:48:08.055383+0000 mgr.y (mgr.25441) 3957 : cluster [DBG] pgmap v2622: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:09.717 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: cluster 2024-03-30T04:48:08.055825+0000 mgr.y (mgr.25441) 3958 : cluster [DBG] pgmap v2623: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:09.717 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: cephadm 2024-03-30T04:48:08.066773+0000 mgr.y (mgr.25441) 3959 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:09.717 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: cluster 2024-03-30T04:48:08.153683+0000 mgr.y (mgr.25441) 3960 : cluster [DBG] pgmap v2624: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:09.717 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: cluster 2024-03-30T04:48:08.154070+0000 mgr.y (mgr.25441) 3961 : cluster [DBG] pgmap v2625: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:09.718 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: cephadm 2024-03-30T04:48:08.163099+0000 mgr.y (mgr.25441) 3962 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:09.718 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: cluster 2024-03-30T04:48:08.247545+0000 mgr.y (mgr.25441) 3963 : cluster [DBG] pgmap v2626: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:09.718 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: cluster 2024-03-30T04:48:08.247946+0000 mgr.y (mgr.25441) 3964 : cluster [DBG] pgmap v2627: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:09.718 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: cephadm 2024-03-30T04:48:08.257028+0000 mgr.y (mgr.25441) 3965 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:09.718 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: cluster 2024-03-30T04:48:08.342995+0000 mgr.y (mgr.25441) 3966 : cluster [DBG] pgmap v2628: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:09.718 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: cluster 2024-03-30T04:48:08.344051+0000 mgr.y (mgr.25441) 3967 : cluster [DBG] pgmap v2629: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:09.718 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: cephadm 2024-03-30T04:48:08.354933+0000 mgr.y (mgr.25441) 3968 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:09.718 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: cluster 2024-03-30T04:48:08.442111+0000 mgr.y (mgr.25441) 3969 : cluster [DBG] pgmap v2630: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:09.718 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: cluster 2024-03-30T04:48:08.442656+0000 mgr.y (mgr.25441) 3970 : cluster [DBG] pgmap v2631: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:09.718 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: cephadm 2024-03-30T04:48:08.452878+0000 mgr.y (mgr.25441) 3971 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:09.718 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: cluster 2024-03-30T04:48:08.541272+0000 mgr.y (mgr.25441) 3972 : cluster [DBG] pgmap v2632: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:09.718 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: cluster 2024-03-30T04:48:08.541719+0000 mgr.y (mgr.25441) 3973 : cluster [DBG] pgmap v2633: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:09.718 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: cephadm 2024-03-30T04:48:08.552561+0000 mgr.y (mgr.25441) 3974 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:09.719 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: cluster 2024-03-30T04:48:08.653246+0000 mgr.y (mgr.25441) 3975 : cluster [DBG] pgmap v2634: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:09.719 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: cluster 2024-03-30T04:48:08.653643+0000 mgr.y (mgr.25441) 3976 : cluster [DBG] pgmap v2635: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:09.719 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: cephadm 2024-03-30T04:48:08.662123+0000 mgr.y (mgr.25441) 3977 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:09.719 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:08.736725+0000 mon.c (mon.1) 4107 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:09.719 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:08.739184+0000 mon.c (mon.1) 4108 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:09.719 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:08.742244+0000 mon.c (mon.1) 4109 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:09.719 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:08.743458+0000 mon.c (mon.1) 4110 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:09.719 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: cluster 2024-03-30T04:48:08.745429+0000 mgr.y (mgr.25441) 3978 : cluster [DBG] pgmap v2636: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:09.719 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: cluster 2024-03-30T04:48:08.745802+0000 mgr.y (mgr.25441) 3979 : cluster [DBG] pgmap v2637: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:09.719 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:08.754536+0000 mon.a (mon.0) 1721 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:09.719 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: cephadm 2024-03-30T04:48:08.755533+0000 mgr.y (mgr.25441) 3980 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:09.719 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:08.828165+0000 mon.c (mon.1) 4111 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:10.046 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:08.832606+0000 mon.c (mon.1) 4112 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:10.046 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:08.836120+0000 mon.c (mon.1) 4113 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:10.046 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:08.837167+0000 mon.c (mon.1) 4114 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:10.046 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:08.846243+0000 mon.a (mon.0) 1722 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:10.046 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:08.921911+0000 mon.c (mon.1) 4115 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:10.046 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:08.925619+0000 mon.c (mon.1) 4116 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:10.047 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:08.929326+0000 mon.c (mon.1) 4117 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:10.047 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:08.930235+0000 mon.c (mon.1) 4118 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:10.047 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:08.936805+0000 mon.a (mon.0) 1723 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:10.047 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:08.984895+0000 mon.c (mon.1) 4119 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:10.047 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:08.987226+0000 mon.c (mon.1) 4120 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:10.047 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:08.989453+0000 mon.c (mon.1) 4121 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:10.047 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:08.990210+0000 mon.c (mon.1) 4122 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:10.047 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:08.997264+0000 mon.a (mon.0) 1724 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:10.047 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.040702+0000 mon.c (mon.1) 4123 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:10.047 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.042810+0000 mon.c (mon.1) 4124 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:10.047 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.044738+0000 mon.c (mon.1) 4125 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:10.047 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.045384+0000 mon.c (mon.1) 4126 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:10.047 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.051665+0000 mon.a (mon.0) 1725 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:10.047 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.095619+0000 mon.c (mon.1) 4127 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:10.047 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.097619+0000 mon.c (mon.1) 4128 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:10.048 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.099545+0000 mon.c (mon.1) 4129 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:10.048 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.100250+0000 mon.c (mon.1) 4130 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:10.048 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.106197+0000 mon.a (mon.0) 1726 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:10.048 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.147106+0000 mon.c (mon.1) 4131 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:10.048 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.148957+0000 mon.c (mon.1) 4132 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:10.048 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.150728+0000 mon.c (mon.1) 4133 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:10.048 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.151335+0000 mon.c (mon.1) 4134 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:10.048 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.157224+0000 mon.a (mon.0) 1727 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:10.048 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.199071+0000 mon.c (mon.1) 4135 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:10.048 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.201323+0000 mon.c (mon.1) 4136 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:10.048 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.203334+0000 mon.c (mon.1) 4137 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:10.048 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.204061+0000 mon.c (mon.1) 4138 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:10.048 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.210170+0000 mon.a (mon.0) 1728 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:10.048 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.267814+0000 mon.c (mon.1) 4139 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:10.048 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.269741+0000 mon.c (mon.1) 4140 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:10.049 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.271563+0000 mon.c (mon.1) 4141 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:10.049 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.272213+0000 mon.c (mon.1) 4142 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:10.049 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.280986+0000 mon.a (mon.0) 1729 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:10.049 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.359231+0000 mon.c (mon.1) 4143 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:10.049 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.361626+0000 mon.c (mon.1) 4144 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:10.049 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.364209+0000 mon.c (mon.1) 4145 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:10.049 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.365080+0000 mon.c (mon.1) 4146 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:10.049 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.373903+0000 mon.a (mon.0) 1730 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:10.049 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.465336+0000 mon.c (mon.1) 4147 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:10.049 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.469028+0000 mon.c (mon.1) 4148 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:10.049 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.471698+0000 mon.c (mon.1) 4149 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:10.049 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.472743+0000 mon.c (mon.1) 4150 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:10.049 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.483322+0000 mon.a (mon.0) 1731 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:10.049 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.558529+0000 mon.c (mon.1) 4151 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:10.050 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.562570+0000 mon.c (mon.1) 4152 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:10.050 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.566625+0000 mon.c (mon.1) 4153 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:10.050 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.567840+0000 mon.c (mon.1) 4154 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:10.050 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.580457+0000 mon.a (mon.0) 1732 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:10.050 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.638640+0000 mon.c (mon.1) 4155 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:10.050 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.640898+0000 mon.c (mon.1) 4156 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:10.050 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.643596+0000 mon.c (mon.1) 4157 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:10.050 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.644771+0000 mon.c (mon.1) 4158 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:10.050 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:09 smithi117 bash[62284]: audit 2024-03-30T04:48:09.654960+0000 mon.a (mon.0) 1733 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:10.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: cluster 2024-03-30T04:48:07.843402+0000 mgr.y (mgr.25441) 3951 : cluster [DBG] pgmap v2618: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:10.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: cluster 2024-03-30T04:48:07.843808+0000 mgr.y (mgr.25441) 3952 : cluster [DBG] pgmap v2619: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:10.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: cephadm 2024-03-30T04:48:07.853586+0000 mgr.y (mgr.25441) 3953 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:10.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: cluster 2024-03-30T04:48:07.945596+0000 mgr.y (mgr.25441) 3954 : cluster [DBG] pgmap v2620: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:10.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: cluster 2024-03-30T04:48:07.945984+0000 mgr.y (mgr.25441) 3955 : cluster [DBG] pgmap v2621: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:10.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: cephadm 2024-03-30T04:48:07.954942+0000 mgr.y (mgr.25441) 3956 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:10.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: cluster 2024-03-30T04:48:08.055383+0000 mgr.y (mgr.25441) 3957 : cluster [DBG] pgmap v2622: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:10.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: cluster 2024-03-30T04:48:08.055825+0000 mgr.y (mgr.25441) 3958 : cluster [DBG] pgmap v2623: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:10.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: cephadm 2024-03-30T04:48:08.066773+0000 mgr.y (mgr.25441) 3959 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:10.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: cluster 2024-03-30T04:48:08.153683+0000 mgr.y (mgr.25441) 3960 : cluster [DBG] pgmap v2624: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:10.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: cluster 2024-03-30T04:48:08.154070+0000 mgr.y (mgr.25441) 3961 : cluster [DBG] pgmap v2625: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:10.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: cephadm 2024-03-30T04:48:08.163099+0000 mgr.y (mgr.25441) 3962 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:10.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: cluster 2024-03-30T04:48:08.247545+0000 mgr.y (mgr.25441) 3963 : cluster [DBG] pgmap v2626: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:10.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: cluster 2024-03-30T04:48:08.247946+0000 mgr.y (mgr.25441) 3964 : cluster [DBG] pgmap v2627: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:10.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: cephadm 2024-03-30T04:48:08.257028+0000 mgr.y (mgr.25441) 3965 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:10.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: cluster 2024-03-30T04:48:07.843402+0000 mgr.y (mgr.25441) 3951 : cluster [DBG] pgmap v2618: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:10.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: cluster 2024-03-30T04:48:07.843808+0000 mgr.y (mgr.25441) 3952 : cluster [DBG] pgmap v2619: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:10.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: cephadm 2024-03-30T04:48:07.853586+0000 mgr.y (mgr.25441) 3953 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:10.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: cluster 2024-03-30T04:48:07.945596+0000 mgr.y (mgr.25441) 3954 : cluster [DBG] pgmap v2620: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:10.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: cluster 2024-03-30T04:48:07.945984+0000 mgr.y (mgr.25441) 3955 : cluster [DBG] pgmap v2621: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:10.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: cephadm 2024-03-30T04:48:07.954942+0000 mgr.y (mgr.25441) 3956 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:10.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: cluster 2024-03-30T04:48:08.055383+0000 mgr.y (mgr.25441) 3957 : cluster [DBG] pgmap v2622: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:10.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: cluster 2024-03-30T04:48:08.055825+0000 mgr.y (mgr.25441) 3958 : cluster [DBG] pgmap v2623: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:10.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: cephadm 2024-03-30T04:48:08.066773+0000 mgr.y (mgr.25441) 3959 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:10.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: cluster 2024-03-30T04:48:08.153683+0000 mgr.y (mgr.25441) 3960 : cluster [DBG] pgmap v2624: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:10.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: cluster 2024-03-30T04:48:08.154070+0000 mgr.y (mgr.25441) 3961 : cluster [DBG] pgmap v2625: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:10.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: cephadm 2024-03-30T04:48:08.163099+0000 mgr.y (mgr.25441) 3962 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:10.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: cluster 2024-03-30T04:48:08.247545+0000 mgr.y (mgr.25441) 3963 : cluster [DBG] pgmap v2626: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:10.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: cluster 2024-03-30T04:48:08.247946+0000 mgr.y (mgr.25441) 3964 : cluster [DBG] pgmap v2627: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:10.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: cephadm 2024-03-30T04:48:08.257028+0000 mgr.y (mgr.25441) 3965 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:10.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: cluster 2024-03-30T04:48:08.342995+0000 mgr.y (mgr.25441) 3966 : cluster [DBG] pgmap v2628: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:10.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: cluster 2024-03-30T04:48:08.344051+0000 mgr.y (mgr.25441) 3967 : cluster [DBG] pgmap v2629: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:10.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: cephadm 2024-03-30T04:48:08.354933+0000 mgr.y (mgr.25441) 3968 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:10.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: cluster 2024-03-30T04:48:08.442111+0000 mgr.y (mgr.25441) 3969 : cluster [DBG] pgmap v2630: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:10.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: cluster 2024-03-30T04:48:08.442656+0000 mgr.y (mgr.25441) 3970 : cluster [DBG] pgmap v2631: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:10.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: cephadm 2024-03-30T04:48:08.452878+0000 mgr.y (mgr.25441) 3971 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:10.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: cluster 2024-03-30T04:48:08.541272+0000 mgr.y (mgr.25441) 3972 : cluster [DBG] pgmap v2632: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:10.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: cluster 2024-03-30T04:48:08.541719+0000 mgr.y (mgr.25441) 3973 : cluster [DBG] pgmap v2633: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:10.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: cephadm 2024-03-30T04:48:08.552561+0000 mgr.y (mgr.25441) 3974 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:10.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: cluster 2024-03-30T04:48:08.653246+0000 mgr.y (mgr.25441) 3975 : cluster [DBG] pgmap v2634: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:10.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: cluster 2024-03-30T04:48:08.653643+0000 mgr.y (mgr.25441) 3976 : cluster [DBG] pgmap v2635: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:10.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: cephadm 2024-03-30T04:48:08.662123+0000 mgr.y (mgr.25441) 3977 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:10.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:08.736725+0000 mon.c (mon.1) 4107 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:10.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:08.739184+0000 mon.c (mon.1) 4108 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:10.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:08.742244+0000 mon.c (mon.1) 4109 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:10.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:08.743458+0000 mon.c (mon.1) 4110 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:10.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: cluster 2024-03-30T04:48:08.745429+0000 mgr.y (mgr.25441) 3978 : cluster [DBG] pgmap v2636: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:10.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: cluster 2024-03-30T04:48:08.745802+0000 mgr.y (mgr.25441) 3979 : cluster [DBG] pgmap v2637: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:10.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:08.754536+0000 mon.a (mon.0) 1721 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:10.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: cephadm 2024-03-30T04:48:08.755533+0000 mgr.y (mgr.25441) 3980 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:10.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:08.828165+0000 mon.c (mon.1) 4111 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:10.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:08.832606+0000 mon.c (mon.1) 4112 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:10.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:08.836120+0000 mon.c (mon.1) 4113 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:10.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:08.837167+0000 mon.c (mon.1) 4114 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:10.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:08.846243+0000 mon.a (mon.0) 1722 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:10.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:08.921911+0000 mon.c (mon.1) 4115 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:10.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:08.925619+0000 mon.c (mon.1) 4116 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:10.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:08.929326+0000 mon.c (mon.1) 4117 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:10.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:08.930235+0000 mon.c (mon.1) 4118 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:10.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:08.936805+0000 mon.a (mon.0) 1723 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:10.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:08.984895+0000 mon.c (mon.1) 4119 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:10.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:08.987226+0000 mon.c (mon.1) 4120 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:10.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:08.989453+0000 mon.c (mon.1) 4121 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:10.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:08.990210+0000 mon.c (mon.1) 4122 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:10.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:08.997264+0000 mon.a (mon.0) 1724 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:10.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.040702+0000 mon.c (mon.1) 4123 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:10.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: cluster 2024-03-30T04:48:08.342995+0000 mgr.y (mgr.25441) 3966 : cluster [DBG] pgmap v2628: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:10.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: cluster 2024-03-30T04:48:08.344051+0000 mgr.y (mgr.25441) 3967 : cluster [DBG] pgmap v2629: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:10.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: cephadm 2024-03-30T04:48:08.354933+0000 mgr.y (mgr.25441) 3968 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:10.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: cluster 2024-03-30T04:48:08.442111+0000 mgr.y (mgr.25441) 3969 : cluster [DBG] pgmap v2630: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:10.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: cluster 2024-03-30T04:48:08.442656+0000 mgr.y (mgr.25441) 3970 : cluster [DBG] pgmap v2631: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:10.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: cephadm 2024-03-30T04:48:08.452878+0000 mgr.y (mgr.25441) 3971 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:10.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: cluster 2024-03-30T04:48:08.541272+0000 mgr.y (mgr.25441) 3972 : cluster [DBG] pgmap v2632: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:10.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: cluster 2024-03-30T04:48:08.541719+0000 mgr.y (mgr.25441) 3973 : cluster [DBG] pgmap v2633: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:10.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: cephadm 2024-03-30T04:48:08.552561+0000 mgr.y (mgr.25441) 3974 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:10.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: cluster 2024-03-30T04:48:08.653246+0000 mgr.y (mgr.25441) 3975 : cluster [DBG] pgmap v2634: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:10.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: cluster 2024-03-30T04:48:08.653643+0000 mgr.y (mgr.25441) 3976 : cluster [DBG] pgmap v2635: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:10.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: cephadm 2024-03-30T04:48:08.662123+0000 mgr.y (mgr.25441) 3977 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:10.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:08.736725+0000 mon.c (mon.1) 4107 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:10.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:08.739184+0000 mon.c (mon.1) 4108 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:10.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:08.742244+0000 mon.c (mon.1) 4109 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:10.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:08.743458+0000 mon.c (mon.1) 4110 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:10.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: cluster 2024-03-30T04:48:08.745429+0000 mgr.y (mgr.25441) 3978 : cluster [DBG] pgmap v2636: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:10.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.042810+0000 mon.c (mon.1) 4124 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:10.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.044738+0000 mon.c (mon.1) 4125 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:10.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.045384+0000 mon.c (mon.1) 4126 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:10.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.051665+0000 mon.a (mon.0) 1725 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:10.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.095619+0000 mon.c (mon.1) 4127 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:10.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.097619+0000 mon.c (mon.1) 4128 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:10.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.099545+0000 mon.c (mon.1) 4129 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:10.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.100250+0000 mon.c (mon.1) 4130 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:10.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.106197+0000 mon.a (mon.0) 1726 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:10.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.147106+0000 mon.c (mon.1) 4131 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:10.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.148957+0000 mon.c (mon.1) 4132 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:10.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.150728+0000 mon.c (mon.1) 4133 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:10.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.151335+0000 mon.c (mon.1) 4134 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:10.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.157224+0000 mon.a (mon.0) 1727 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:10.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.199071+0000 mon.c (mon.1) 4135 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:10.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.201323+0000 mon.c (mon.1) 4136 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:10.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.203334+0000 mon.c (mon.1) 4137 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:10.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.204061+0000 mon.c (mon.1) 4138 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:10.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.210170+0000 mon.a (mon.0) 1728 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:10.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.267814+0000 mon.c (mon.1) 4139 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:10.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.269741+0000 mon.c (mon.1) 4140 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:10.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.271563+0000 mon.c (mon.1) 4141 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:10.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.272213+0000 mon.c (mon.1) 4142 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:10.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.280986+0000 mon.a (mon.0) 1729 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:10.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.359231+0000 mon.c (mon.1) 4143 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:10.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.361626+0000 mon.c (mon.1) 4144 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:10.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.364209+0000 mon.c (mon.1) 4145 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:10.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.365080+0000 mon.c (mon.1) 4146 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:10.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.373903+0000 mon.a (mon.0) 1730 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:10.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.465336+0000 mon.c (mon.1) 4147 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:10.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.469028+0000 mon.c (mon.1) 4148 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:10.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.471698+0000 mon.c (mon.1) 4149 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:10.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.472743+0000 mon.c (mon.1) 4150 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:10.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.483322+0000 mon.a (mon.0) 1731 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:10.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.558529+0000 mon.c (mon.1) 4151 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:10.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.562570+0000 mon.c (mon.1) 4152 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:10.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.566625+0000 mon.c (mon.1) 4153 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:10.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.567840+0000 mon.c (mon.1) 4154 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:10.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.580457+0000 mon.a (mon.0) 1732 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:10.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.638640+0000 mon.c (mon.1) 4155 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:10.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: cluster 2024-03-30T04:48:08.745802+0000 mgr.y (mgr.25441) 3979 : cluster [DBG] pgmap v2637: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:10.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:08.754536+0000 mon.a (mon.0) 1721 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:10.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: cephadm 2024-03-30T04:48:08.755533+0000 mgr.y (mgr.25441) 3980 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:10.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:08.828165+0000 mon.c (mon.1) 4111 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:10.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:08.832606+0000 mon.c (mon.1) 4112 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:10.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:08.836120+0000 mon.c (mon.1) 4113 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:10.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:08.837167+0000 mon.c (mon.1) 4114 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:10.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:08.846243+0000 mon.a (mon.0) 1722 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:10.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:08.921911+0000 mon.c (mon.1) 4115 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:10.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:08.925619+0000 mon.c (mon.1) 4116 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:10.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:08.929326+0000 mon.c (mon.1) 4117 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:10.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:08.930235+0000 mon.c (mon.1) 4118 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:10.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:08.936805+0000 mon.a (mon.0) 1723 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:10.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:08.984895+0000 mon.c (mon.1) 4119 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:10.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:08.987226+0000 mon.c (mon.1) 4120 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:10.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:08.989453+0000 mon.c (mon.1) 4121 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:10.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:08.990210+0000 mon.c (mon.1) 4122 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:10.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:08.997264+0000 mon.a (mon.0) 1724 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:10.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.040702+0000 mon.c (mon.1) 4123 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:10.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.640898+0000 mon.c (mon.1) 4156 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:10.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.643596+0000 mon.c (mon.1) 4157 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:10.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.644771+0000 mon.c (mon.1) 4158 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:10.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[70954]: audit 2024-03-30T04:48:09.654960+0000 mon.a (mon.0) 1733 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:10.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.042810+0000 mon.c (mon.1) 4124 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:10.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.044738+0000 mon.c (mon.1) 4125 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:10.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.045384+0000 mon.c (mon.1) 4126 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:10.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.051665+0000 mon.a (mon.0) 1725 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:10.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.095619+0000 mon.c (mon.1) 4127 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:10.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.097619+0000 mon.c (mon.1) 4128 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:10.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.099545+0000 mon.c (mon.1) 4129 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:10.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.100250+0000 mon.c (mon.1) 4130 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:10.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.106197+0000 mon.a (mon.0) 1726 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:10.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.147106+0000 mon.c (mon.1) 4131 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:10.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.148957+0000 mon.c (mon.1) 4132 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:10.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.150728+0000 mon.c (mon.1) 4133 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:10.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.151335+0000 mon.c (mon.1) 4134 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:10.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.157224+0000 mon.a (mon.0) 1727 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:10.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.199071+0000 mon.c (mon.1) 4135 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:10.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.201323+0000 mon.c (mon.1) 4136 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:10.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.203334+0000 mon.c (mon.1) 4137 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:10.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.204061+0000 mon.c (mon.1) 4138 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:10.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.210170+0000 mon.a (mon.0) 1728 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:10.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.267814+0000 mon.c (mon.1) 4139 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:10.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.269741+0000 mon.c (mon.1) 4140 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:10.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.271563+0000 mon.c (mon.1) 4141 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:10.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.272213+0000 mon.c (mon.1) 4142 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:10.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.280986+0000 mon.a (mon.0) 1729 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:10.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.359231+0000 mon.c (mon.1) 4143 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:10.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.361626+0000 mon.c (mon.1) 4144 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:10.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.364209+0000 mon.c (mon.1) 4145 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:10.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.365080+0000 mon.c (mon.1) 4146 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:10.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.373903+0000 mon.a (mon.0) 1730 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:10.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.465336+0000 mon.c (mon.1) 4147 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:10.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.469028+0000 mon.c (mon.1) 4148 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:10.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.471698+0000 mon.c (mon.1) 4149 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:10.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.472743+0000 mon.c (mon.1) 4150 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:10.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.483322+0000 mon.a (mon.0) 1731 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:10.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.558529+0000 mon.c (mon.1) 4151 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:10.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.562570+0000 mon.c (mon.1) 4152 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:10.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.566625+0000 mon.c (mon.1) 4153 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:10.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.567840+0000 mon.c (mon.1) 4154 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:10.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.580457+0000 mon.a (mon.0) 1732 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:10.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.638640+0000 mon.c (mon.1) 4155 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:10.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.640898+0000 mon.c (mon.1) 4156 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:10.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.643596+0000 mon.c (mon.1) 4157 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:10.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.644771+0000 mon.c (mon.1) 4158 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:10.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:09 smithi111 bash[73591]: audit 2024-03-30T04:48:09.654960+0000 mon.a (mon.0) 1733 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.016 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: cluster 2024-03-30T04:48:08.839312+0000 mgr.y (mgr.25441) 3981 : cluster [DBG] pgmap v2638: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.016 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: cluster 2024-03-30T04:48:08.839583+0000 mgr.y (mgr.25441) 3982 : cluster [DBG] pgmap v2639: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.017 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: cephadm 2024-03-30T04:48:08.847424+0000 mgr.y (mgr.25441) 3983 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.017 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: cluster 2024-03-30T04:48:08.932464+0000 mgr.y (mgr.25441) 3984 : cluster [DBG] pgmap v2640: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.017 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: cephadm 2024-03-30T04:48:08.939742+0000 mgr.y (mgr.25441) 3985 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.017 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: cluster 2024-03-30T04:48:08.991790+0000 mgr.y (mgr.25441) 3986 : cluster [DBG] pgmap v2641: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.017 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: cluster 2024-03-30T04:48:08.992289+0000 mgr.y (mgr.25441) 3987 : cluster [DBG] pgmap v2642: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.017 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: cephadm 2024-03-30T04:48:08.997932+0000 mgr.y (mgr.25441) 3988 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.017 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: cluster 2024-03-30T04:48:09.046871+0000 mgr.y (mgr.25441) 3989 : cluster [DBG] pgmap v2643: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.017 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: cluster 2024-03-30T04:48:09.047378+0000 mgr.y (mgr.25441) 3990 : cluster [DBG] pgmap v2644: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.017 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: cephadm 2024-03-30T04:48:09.052471+0000 mgr.y (mgr.25441) 3991 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.017 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: cluster 2024-03-30T04:48:09.101750+0000 mgr.y (mgr.25441) 3992 : cluster [DBG] pgmap v2645: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.017 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: cluster 2024-03-30T04:48:09.102242+0000 mgr.y (mgr.25441) 3993 : cluster [DBG] pgmap v2646: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.017 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: cephadm 2024-03-30T04:48:09.107186+0000 mgr.y (mgr.25441) 3994 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.017 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: cluster 2024-03-30T04:48:09.152596+0000 mgr.y (mgr.25441) 3995 : cluster [DBG] pgmap v2647: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.018 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: cluster 2024-03-30T04:48:09.152990+0000 mgr.y (mgr.25441) 3996 : cluster [DBG] pgmap v2648: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.018 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: cephadm 2024-03-30T04:48:09.158873+0000 mgr.y (mgr.25441) 3997 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.018 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: cluster 2024-03-30T04:48:09.205411+0000 mgr.y (mgr.25441) 3998 : cluster [DBG] pgmap v2649: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.018 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: cluster 2024-03-30T04:48:09.205806+0000 mgr.y (mgr.25441) 3999 : cluster [DBG] pgmap v2650: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.018 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: cephadm 2024-03-30T04:48:09.210937+0000 mgr.y (mgr.25441) 4000 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.018 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: cluster 2024-03-30T04:48:09.273711+0000 mgr.y (mgr.25441) 4001 : cluster [DBG] pgmap v2651: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.018 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: cluster 2024-03-30T04:48:09.274111+0000 mgr.y (mgr.25441) 4002 : cluster [DBG] pgmap v2652: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.018 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: cephadm 2024-03-30T04:48:09.281723+0000 mgr.y (mgr.25441) 4003 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.018 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: cluster 2024-03-30T04:48:09.367219+0000 mgr.y (mgr.25441) 4004 : cluster [DBG] pgmap v2653: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.018 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: cluster 2024-03-30T04:48:09.368176+0000 mgr.y (mgr.25441) 4005 : cluster [DBG] pgmap v2654: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.018 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: cephadm 2024-03-30T04:48:09.374757+0000 mgr.y (mgr.25441) 4006 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.018 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: cluster 2024-03-30T04:48:09.475401+0000 mgr.y (mgr.25441) 4007 : cluster [DBG] pgmap v2655: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.018 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: cluster 2024-03-30T04:48:09.476526+0000 mgr.y (mgr.25441) 4008 : cluster [DBG] pgmap v2656: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.019 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: cephadm 2024-03-30T04:48:09.484162+0000 mgr.y (mgr.25441) 4009 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.019 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: cluster 2024-03-30T04:48:09.570746+0000 mgr.y (mgr.25441) 4010 : cluster [DBG] pgmap v2657: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.019 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: cluster 2024-03-30T04:48:09.571397+0000 mgr.y (mgr.25441) 4011 : cluster [DBG] pgmap v2658: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.019 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: cephadm 2024-03-30T04:48:09.581391+0000 mgr.y (mgr.25441) 4012 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.019 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: cluster 2024-03-30T04:48:09.647275+0000 mgr.y (mgr.25441) 4013 : cluster [DBG] pgmap v2659: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.019 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: cluster 2024-03-30T04:48:09.647619+0000 mgr.y (mgr.25441) 4014 : cluster [DBG] pgmap v2660: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.019 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: cephadm 2024-03-30T04:48:09.655985+0000 mgr.y (mgr.25441) 4015 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.019 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:09.749509+0000 mon.c (mon.1) 4159 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.019 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:09.753643+0000 mon.c (mon.1) 4160 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.019 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:09.757411+0000 mon.c (mon.1) 4161 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.019 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:09.758964+0000 mon.c (mon.1) 4162 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.019 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: cluster 2024-03-30T04:48:09.761675+0000 mgr.y (mgr.25441) 4016 : cluster [DBG] pgmap v2661: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.019 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: cluster 2024-03-30T04:48:09.762101+0000 mgr.y (mgr.25441) 4017 : cluster [DBG] pgmap v2662: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.019 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:09.769905+0000 mon.a (mon.0) 1734 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.020 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: cephadm 2024-03-30T04:48:09.771006+0000 mgr.y (mgr.25441) 4018 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.020 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:09.841857+0000 mon.c (mon.1) 4163 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.020 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:09.845932+0000 mon.c (mon.1) 4164 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.020 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:09.848724+0000 mon.c (mon.1) 4165 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.020 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:09.849921+0000 mon.c (mon.1) 4166 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.020 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:09.860859+0000 mon.a (mon.0) 1735 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.020 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:09.949429+0000 mon.c (mon.1) 4167 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.020 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:09.954135+0000 mon.c (mon.1) 4168 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.020 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:09.959775+0000 mon.c (mon.1) 4169 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.020 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:09.961591+0000 mon.c (mon.1) 4170 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.020 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:09.975574+0000 mon.a (mon.0) 1736 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.020 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:10.054266+0000 mon.c (mon.1) 4171 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.020 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:10.056621+0000 mon.c (mon.1) 4172 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.020 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:10.058985+0000 mon.c (mon.1) 4173 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.021 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:10.059955+0000 mon.c (mon.1) 4174 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.021 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:10.069414+0000 mon.a (mon.0) 1737 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.021 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:10.159494+0000 mon.c (mon.1) 4175 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.021 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:10.163268+0000 mon.c (mon.1) 4176 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.021 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:10.166329+0000 mon.c (mon.1) 4177 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.021 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:10.167216+0000 mon.c (mon.1) 4178 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.021 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:10.176671+0000 mon.a (mon.0) 1738 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.021 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:10.250689+0000 mon.c (mon.1) 4179 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.021 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:10.253052+0000 mon.c (mon.1) 4180 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.021 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:10.255994+0000 mon.c (mon.1) 4181 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.021 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:10.256815+0000 mon.c (mon.1) 4182 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.021 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:10.272055+0000 mon.a (mon.0) 1739 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.021 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: cluster 2024-03-30T04:48:10.274368+0000 mon.a (mon.0) 1740 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:48:11.021 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: cluster 2024-03-30T04:48:10.274415+0000 mon.a (mon.0) 1741 : cluster [WRN] Health check update: Degraded data redundancy: 96/726 objects degraded (13.223%), 27 pgs degraded (PG_DEGRADED) 2024-03-30T04:48:11.021 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:10.347191+0000 mon.c (mon.1) 4183 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.021 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:10.350962+0000 mon.c (mon.1) 4184 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.022 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:10.354046+0000 mon.c (mon.1) 4185 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.022 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:10.354991+0000 mon.c (mon.1) 4186 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.022 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:10.364313+0000 mon.a (mon.0) 1742 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.022 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:10.424863+0000 mon.c (mon.1) 4187 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.022 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:10.427094+0000 mon.c (mon.1) 4188 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.022 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:10.429574+0000 mon.c (mon.1) 4189 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.022 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:10.430448+0000 mon.c (mon.1) 4190 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.022 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:10.437907+0000 mon.a (mon.0) 1743 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.022 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:10.497978+0000 mon.c (mon.1) 4191 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.022 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:10.500202+0000 mon.c (mon.1) 4192 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.022 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:10.502972+0000 mon.c (mon.1) 4193 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.022 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:10.503950+0000 mon.c (mon.1) 4194 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.022 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:10.515157+0000 mon.a (mon.0) 1744 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.022 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:10.588986+0000 mon.c (mon.1) 4195 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.023 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:10.591332+0000 mon.c (mon.1) 4196 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.023 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:10.593906+0000 mon.c (mon.1) 4197 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.023 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:10.594932+0000 mon.c (mon.1) 4198 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.023 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:10.602221+0000 mon.a (mon.0) 1745 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.023 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:10.681895+0000 mon.c (mon.1) 4199 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.023 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:10.684261+0000 mon.c (mon.1) 4200 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.023 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:10.686542+0000 mon.c (mon.1) 4201 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.023 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:10.687433+0000 mon.c (mon.1) 4202 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.023 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:10 smithi117 bash[62284]: audit 2024-03-30T04:48:10.696968+0000 mon.a (mon.0) 1746 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: cluster 2024-03-30T04:48:08.839312+0000 mgr.y (mgr.25441) 3981 : cluster [DBG] pgmap v2638: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: cluster 2024-03-30T04:48:08.839583+0000 mgr.y (mgr.25441) 3982 : cluster [DBG] pgmap v2639: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: cephadm 2024-03-30T04:48:08.847424+0000 mgr.y (mgr.25441) 3983 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: cluster 2024-03-30T04:48:08.932464+0000 mgr.y (mgr.25441) 3984 : cluster [DBG] pgmap v2640: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: cephadm 2024-03-30T04:48:08.939742+0000 mgr.y (mgr.25441) 3985 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: cluster 2024-03-30T04:48:08.991790+0000 mgr.y (mgr.25441) 3986 : cluster [DBG] pgmap v2641: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: cluster 2024-03-30T04:48:08.992289+0000 mgr.y (mgr.25441) 3987 : cluster [DBG] pgmap v2642: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: cephadm 2024-03-30T04:48:08.997932+0000 mgr.y (mgr.25441) 3988 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: cluster 2024-03-30T04:48:09.046871+0000 mgr.y (mgr.25441) 3989 : cluster [DBG] pgmap v2643: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: cluster 2024-03-30T04:48:09.047378+0000 mgr.y (mgr.25441) 3990 : cluster [DBG] pgmap v2644: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: cephadm 2024-03-30T04:48:09.052471+0000 mgr.y (mgr.25441) 3991 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: cluster 2024-03-30T04:48:09.101750+0000 mgr.y (mgr.25441) 3992 : cluster [DBG] pgmap v2645: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: cluster 2024-03-30T04:48:09.102242+0000 mgr.y (mgr.25441) 3993 : cluster [DBG] pgmap v2646: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: cephadm 2024-03-30T04:48:09.107186+0000 mgr.y (mgr.25441) 3994 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: cluster 2024-03-30T04:48:09.152596+0000 mgr.y (mgr.25441) 3995 : cluster [DBG] pgmap v2647: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: cluster 2024-03-30T04:48:09.152990+0000 mgr.y (mgr.25441) 3996 : cluster [DBG] pgmap v2648: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: cephadm 2024-03-30T04:48:09.158873+0000 mgr.y (mgr.25441) 3997 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: cluster 2024-03-30T04:48:09.205411+0000 mgr.y (mgr.25441) 3998 : cluster [DBG] pgmap v2649: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: cluster 2024-03-30T04:48:09.205806+0000 mgr.y (mgr.25441) 3999 : cluster [DBG] pgmap v2650: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: cephadm 2024-03-30T04:48:09.210937+0000 mgr.y (mgr.25441) 4000 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: cluster 2024-03-30T04:48:09.273711+0000 mgr.y (mgr.25441) 4001 : cluster [DBG] pgmap v2651: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: cluster 2024-03-30T04:48:09.274111+0000 mgr.y (mgr.25441) 4002 : cluster [DBG] pgmap v2652: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: cephadm 2024-03-30T04:48:09.281723+0000 mgr.y (mgr.25441) 4003 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: cluster 2024-03-30T04:48:09.367219+0000 mgr.y (mgr.25441) 4004 : cluster [DBG] pgmap v2653: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: cluster 2024-03-30T04:48:09.368176+0000 mgr.y (mgr.25441) 4005 : cluster [DBG] pgmap v2654: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: cephadm 2024-03-30T04:48:09.374757+0000 mgr.y (mgr.25441) 4006 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: cluster 2024-03-30T04:48:09.475401+0000 mgr.y (mgr.25441) 4007 : cluster [DBG] pgmap v2655: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: cluster 2024-03-30T04:48:09.476526+0000 mgr.y (mgr.25441) 4008 : cluster [DBG] pgmap v2656: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: cephadm 2024-03-30T04:48:09.484162+0000 mgr.y (mgr.25441) 4009 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: cluster 2024-03-30T04:48:09.570746+0000 mgr.y (mgr.25441) 4010 : cluster [DBG] pgmap v2657: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: cluster 2024-03-30T04:48:09.571397+0000 mgr.y (mgr.25441) 4011 : cluster [DBG] pgmap v2658: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: cephadm 2024-03-30T04:48:09.581391+0000 mgr.y (mgr.25441) 4012 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: cluster 2024-03-30T04:48:09.647275+0000 mgr.y (mgr.25441) 4013 : cluster [DBG] pgmap v2659: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: cluster 2024-03-30T04:48:09.647619+0000 mgr.y (mgr.25441) 4014 : cluster [DBG] pgmap v2660: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: cephadm 2024-03-30T04:48:09.655985+0000 mgr.y (mgr.25441) 4015 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:09.749509+0000 mon.c (mon.1) 4159 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:09.753643+0000 mon.c (mon.1) 4160 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:09.757411+0000 mon.c (mon.1) 4161 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:09.758964+0000 mon.c (mon.1) 4162 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: cluster 2024-03-30T04:48:09.761675+0000 mgr.y (mgr.25441) 4016 : cluster [DBG] pgmap v2661: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: cluster 2024-03-30T04:48:09.762101+0000 mgr.y (mgr.25441) 4017 : cluster [DBG] pgmap v2662: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:09.769905+0000 mon.a (mon.0) 1734 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: cephadm 2024-03-30T04:48:09.771006+0000 mgr.y (mgr.25441) 4018 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:09.841857+0000 mon.c (mon.1) 4163 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:09.845932+0000 mon.c (mon.1) 4164 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:09.848724+0000 mon.c (mon.1) 4165 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:09.849921+0000 mon.c (mon.1) 4166 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:09.860859+0000 mon.a (mon.0) 1735 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:09.949429+0000 mon.c (mon.1) 4167 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:09.954135+0000 mon.c (mon.1) 4168 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:09.959775+0000 mon.c (mon.1) 4169 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:09.961591+0000 mon.c (mon.1) 4170 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:09.975574+0000 mon.a (mon.0) 1736 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:10.054266+0000 mon.c (mon.1) 4171 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:10.056621+0000 mon.c (mon.1) 4172 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:10.058985+0000 mon.c (mon.1) 4173 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:10.059955+0000 mon.c (mon.1) 4174 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:10.069414+0000 mon.a (mon.0) 1737 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:10.159494+0000 mon.c (mon.1) 4175 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:10.163268+0000 mon.c (mon.1) 4176 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:10.166329+0000 mon.c (mon.1) 4177 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:10.167216+0000 mon.c (mon.1) 4178 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:10.176671+0000 mon.a (mon.0) 1738 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:10.250689+0000 mon.c (mon.1) 4179 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:10.253052+0000 mon.c (mon.1) 4180 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:10.255994+0000 mon.c (mon.1) 4181 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:10.256815+0000 mon.c (mon.1) 4182 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:10.272055+0000 mon.a (mon.0) 1739 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: cluster 2024-03-30T04:48:10.274368+0000 mon.a (mon.0) 1740 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:48:11.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: cluster 2024-03-30T04:48:08.839312+0000 mgr.y (mgr.25441) 3981 : cluster [DBG] pgmap v2638: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: cluster 2024-03-30T04:48:08.839583+0000 mgr.y (mgr.25441) 3982 : cluster [DBG] pgmap v2639: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: cephadm 2024-03-30T04:48:08.847424+0000 mgr.y (mgr.25441) 3983 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: cluster 2024-03-30T04:48:08.932464+0000 mgr.y (mgr.25441) 3984 : cluster [DBG] pgmap v2640: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: cephadm 2024-03-30T04:48:08.939742+0000 mgr.y (mgr.25441) 3985 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: cluster 2024-03-30T04:48:08.991790+0000 mgr.y (mgr.25441) 3986 : cluster [DBG] pgmap v2641: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: cluster 2024-03-30T04:48:08.992289+0000 mgr.y (mgr.25441) 3987 : cluster [DBG] pgmap v2642: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: cephadm 2024-03-30T04:48:08.997932+0000 mgr.y (mgr.25441) 3988 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: cluster 2024-03-30T04:48:09.046871+0000 mgr.y (mgr.25441) 3989 : cluster [DBG] pgmap v2643: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: cluster 2024-03-30T04:48:09.047378+0000 mgr.y (mgr.25441) 3990 : cluster [DBG] pgmap v2644: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: cephadm 2024-03-30T04:48:09.052471+0000 mgr.y (mgr.25441) 3991 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: cluster 2024-03-30T04:48:09.101750+0000 mgr.y (mgr.25441) 3992 : cluster [DBG] pgmap v2645: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: cluster 2024-03-30T04:48:09.102242+0000 mgr.y (mgr.25441) 3993 : cluster [DBG] pgmap v2646: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: cephadm 2024-03-30T04:48:09.107186+0000 mgr.y (mgr.25441) 3994 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: cluster 2024-03-30T04:48:09.152596+0000 mgr.y (mgr.25441) 3995 : cluster [DBG] pgmap v2647: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: cluster 2024-03-30T04:48:10.274415+0000 mon.a (mon.0) 1741 : cluster [WRN] Health check update: Degraded data redundancy: 96/726 objects degraded (13.223%), 27 pgs degraded (PG_DEGRADED) 2024-03-30T04:48:11.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:10.347191+0000 mon.c (mon.1) 4183 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:10.350962+0000 mon.c (mon.1) 4184 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:10.354046+0000 mon.c (mon.1) 4185 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:10.354991+0000 mon.c (mon.1) 4186 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:10.364313+0000 mon.a (mon.0) 1742 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:10.424863+0000 mon.c (mon.1) 4187 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:10.427094+0000 mon.c (mon.1) 4188 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:10.429574+0000 mon.c (mon.1) 4189 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:10.430448+0000 mon.c (mon.1) 4190 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:10.437907+0000 mon.a (mon.0) 1743 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:10.497978+0000 mon.c (mon.1) 4191 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:10.500202+0000 mon.c (mon.1) 4192 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:10.502972+0000 mon.c (mon.1) 4193 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:10.503950+0000 mon.c (mon.1) 4194 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:10.515157+0000 mon.a (mon.0) 1744 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:10.588986+0000 mon.c (mon.1) 4195 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:10.591332+0000 mon.c (mon.1) 4196 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:10.593906+0000 mon.c (mon.1) 4197 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:10.594932+0000 mon.c (mon.1) 4198 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:10.602221+0000 mon.a (mon.0) 1745 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:10.681895+0000 mon.c (mon.1) 4199 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:10.684261+0000 mon.c (mon.1) 4200 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:10.686542+0000 mon.c (mon.1) 4201 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:10.687433+0000 mon.c (mon.1) 4202 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[73591]: audit 2024-03-30T04:48:10.696968+0000 mon.a (mon.0) 1746 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: cluster 2024-03-30T04:48:09.152990+0000 mgr.y (mgr.25441) 3996 : cluster [DBG] pgmap v2648: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: cephadm 2024-03-30T04:48:09.158873+0000 mgr.y (mgr.25441) 3997 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: cluster 2024-03-30T04:48:09.205411+0000 mgr.y (mgr.25441) 3998 : cluster [DBG] pgmap v2649: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: cluster 2024-03-30T04:48:09.205806+0000 mgr.y (mgr.25441) 3999 : cluster [DBG] pgmap v2650: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: cephadm 2024-03-30T04:48:09.210937+0000 mgr.y (mgr.25441) 4000 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: cluster 2024-03-30T04:48:09.273711+0000 mgr.y (mgr.25441) 4001 : cluster [DBG] pgmap v2651: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: cluster 2024-03-30T04:48:09.274111+0000 mgr.y (mgr.25441) 4002 : cluster [DBG] pgmap v2652: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: cephadm 2024-03-30T04:48:09.281723+0000 mgr.y (mgr.25441) 4003 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: cluster 2024-03-30T04:48:09.367219+0000 mgr.y (mgr.25441) 4004 : cluster [DBG] pgmap v2653: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: cluster 2024-03-30T04:48:09.368176+0000 mgr.y (mgr.25441) 4005 : cluster [DBG] pgmap v2654: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: cephadm 2024-03-30T04:48:09.374757+0000 mgr.y (mgr.25441) 4006 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: cluster 2024-03-30T04:48:09.475401+0000 mgr.y (mgr.25441) 4007 : cluster [DBG] pgmap v2655: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: cluster 2024-03-30T04:48:09.476526+0000 mgr.y (mgr.25441) 4008 : cluster [DBG] pgmap v2656: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: cephadm 2024-03-30T04:48:09.484162+0000 mgr.y (mgr.25441) 4009 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: cluster 2024-03-30T04:48:09.570746+0000 mgr.y (mgr.25441) 4010 : cluster [DBG] pgmap v2657: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: cluster 2024-03-30T04:48:09.571397+0000 mgr.y (mgr.25441) 4011 : cluster [DBG] pgmap v2658: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: cephadm 2024-03-30T04:48:09.581391+0000 mgr.y (mgr.25441) 4012 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: cluster 2024-03-30T04:48:09.647275+0000 mgr.y (mgr.25441) 4013 : cluster [DBG] pgmap v2659: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: cluster 2024-03-30T04:48:09.647619+0000 mgr.y (mgr.25441) 4014 : cluster [DBG] pgmap v2660: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: cephadm 2024-03-30T04:48:09.655985+0000 mgr.y (mgr.25441) 4015 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:09.749509+0000 mon.c (mon.1) 4159 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:09.753643+0000 mon.c (mon.1) 4160 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:09.757411+0000 mon.c (mon.1) 4161 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:09.758964+0000 mon.c (mon.1) 4162 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: cluster 2024-03-30T04:48:09.761675+0000 mgr.y (mgr.25441) 4016 : cluster [DBG] pgmap v2661: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: cluster 2024-03-30T04:48:09.762101+0000 mgr.y (mgr.25441) 4017 : cluster [DBG] pgmap v2662: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:09.769905+0000 mon.a (mon.0) 1734 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: cephadm 2024-03-30T04:48:09.771006+0000 mgr.y (mgr.25441) 4018 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:09.841857+0000 mon.c (mon.1) 4163 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:09.845932+0000 mon.c (mon.1) 4164 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:09.848724+0000 mon.c (mon.1) 4165 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:09.849921+0000 mon.c (mon.1) 4166 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:09.860859+0000 mon.a (mon.0) 1735 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:09.949429+0000 mon.c (mon.1) 4167 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:09.954135+0000 mon.c (mon.1) 4168 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:09.959775+0000 mon.c (mon.1) 4169 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:09.961591+0000 mon.c (mon.1) 4170 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:09.975574+0000 mon.a (mon.0) 1736 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:10.054266+0000 mon.c (mon.1) 4171 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:10.056621+0000 mon.c (mon.1) 4172 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:10.058985+0000 mon.c (mon.1) 4173 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:10.059955+0000 mon.c (mon.1) 4174 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:10.069414+0000 mon.a (mon.0) 1737 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:10.159494+0000 mon.c (mon.1) 4175 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:10.163268+0000 mon.c (mon.1) 4176 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:10.166329+0000 mon.c (mon.1) 4177 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:10.167216+0000 mon.c (mon.1) 4178 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:10.176671+0000 mon.a (mon.0) 1738 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:10.250689+0000 mon.c (mon.1) 4179 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:10.253052+0000 mon.c (mon.1) 4180 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:10.255994+0000 mon.c (mon.1) 4181 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:10.256815+0000 mon.c (mon.1) 4182 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:10.272055+0000 mon.a (mon.0) 1739 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: cluster 2024-03-30T04:48:10.274368+0000 mon.a (mon.0) 1740 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:48:11.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: cluster 2024-03-30T04:48:10.274415+0000 mon.a (mon.0) 1741 : cluster [WRN] Health check update: Degraded data redundancy: 96/726 objects degraded (13.223%), 27 pgs degraded (PG_DEGRADED) 2024-03-30T04:48:11.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:10.347191+0000 mon.c (mon.1) 4183 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:10.350962+0000 mon.c (mon.1) 4184 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:10.354046+0000 mon.c (mon.1) 4185 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:10.354991+0000 mon.c (mon.1) 4186 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:10.364313+0000 mon.a (mon.0) 1742 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:10.424863+0000 mon.c (mon.1) 4187 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:10.427094+0000 mon.c (mon.1) 4188 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:10.429574+0000 mon.c (mon.1) 4189 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:10.430448+0000 mon.c (mon.1) 4190 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:10.437907+0000 mon.a (mon.0) 1743 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:10.497978+0000 mon.c (mon.1) 4191 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:10.500202+0000 mon.c (mon.1) 4192 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:10.502972+0000 mon.c (mon.1) 4193 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:10.503950+0000 mon.c (mon.1) 4194 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:10.515157+0000 mon.a (mon.0) 1744 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:10.588986+0000 mon.c (mon.1) 4195 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:10.591332+0000 mon.c (mon.1) 4196 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:10.593906+0000 mon.c (mon.1) 4197 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:10.594932+0000 mon.c (mon.1) 4198 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:10.602221+0000 mon.a (mon.0) 1745 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:10.681895+0000 mon.c (mon.1) 4199 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:10.684261+0000 mon.c (mon.1) 4200 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:10.686542+0000 mon.c (mon.1) 4201 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:10.687433+0000 mon.c (mon.1) 4202 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:10 smithi111 bash[70954]: audit 2024-03-30T04:48:10.696968+0000 mon.a (mon.0) 1746 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.886 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[77432]: debug 2024-03-30T04:48:11.614+0000 7fad06ff7700 1 -- 172.21.15.117:0/3249848168 <== mon.2 v2:172.21.15.117:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x560497089680 con 0x5604970c7000 2024-03-30T04:48:11.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: cluster 2024-03-30T04:48:09.852214+0000 mgr.y (mgr.25441) 4019 : cluster [DBG] pgmap v2663: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: cluster 2024-03-30T04:48:09.852647+0000 mgr.y (mgr.25441) 4020 : cluster [DBG] pgmap v2664: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: cephadm 2024-03-30T04:48:09.861947+0000 mgr.y (mgr.25441) 4021 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: cluster 2024-03-30T04:48:09.965202+0000 mgr.y (mgr.25441) 4022 : cluster [DBG] pgmap v2665: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: cluster 2024-03-30T04:48:09.966299+0000 mgr.y (mgr.25441) 4023 : cluster [DBG] pgmap v2666: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: cephadm 2024-03-30T04:48:09.976954+0000 mgr.y (mgr.25441) 4024 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: cluster 2024-03-30T04:48:10.062185+0000 mgr.y (mgr.25441) 4025 : cluster [DBG] pgmap v2667: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: cluster 2024-03-30T04:48:10.063136+0000 mgr.y (mgr.25441) 4026 : cluster [DBG] pgmap v2668: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: cephadm 2024-03-30T04:48:10.070436+0000 mgr.y (mgr.25441) 4027 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: cluster 2024-03-30T04:48:10.169413+0000 mgr.y (mgr.25441) 4028 : cluster [DBG] pgmap v2669: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: cluster 2024-03-30T04:48:10.170450+0000 mgr.y (mgr.25441) 4029 : cluster [DBG] pgmap v2670: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: cephadm 2024-03-30T04:48:10.177445+0000 mgr.y (mgr.25441) 4030 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: cluster 2024-03-30T04:48:10.258953+0000 mgr.y (mgr.25441) 4031 : cluster [DBG] pgmap v2671: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: cluster 2024-03-30T04:48:10.259937+0000 mgr.y (mgr.25441) 4032 : cluster [DBG] pgmap v2672: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: cephadm 2024-03-30T04:48:10.272803+0000 mgr.y (mgr.25441) 4033 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: cluster 2024-03-30T04:48:10.356844+0000 mgr.y (mgr.25441) 4034 : cluster [DBG] pgmap v2673: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: cluster 2024-03-30T04:48:10.357418+0000 mgr.y (mgr.25441) 4035 : cluster [DBG] pgmap v2674: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: cephadm 2024-03-30T04:48:10.365241+0000 mgr.y (mgr.25441) 4036 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: cluster 2024-03-30T04:48:10.432025+0000 mgr.y (mgr.25441) 4037 : cluster [DBG] pgmap v2675: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: cluster 2024-03-30T04:48:10.432390+0000 mgr.y (mgr.25441) 4038 : cluster [DBG] pgmap v2676: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: cephadm 2024-03-30T04:48:10.438554+0000 mgr.y (mgr.25441) 4039 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: cluster 2024-03-30T04:48:10.505663+0000 mgr.y (mgr.25441) 4040 : cluster [DBG] pgmap v2677: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: cluster 2024-03-30T04:48:10.506075+0000 mgr.y (mgr.25441) 4041 : cluster [DBG] pgmap v2678: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: cephadm 2024-03-30T04:48:10.516229+0000 mgr.y (mgr.25441) 4042 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: cluster 2024-03-30T04:48:10.596652+0000 mgr.y (mgr.25441) 4043 : cluster [DBG] pgmap v2679: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: cluster 2024-03-30T04:48:10.596982+0000 mgr.y (mgr.25441) 4044 : cluster [DBG] pgmap v2680: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: cephadm 2024-03-30T04:48:10.603693+0000 mgr.y (mgr.25441) 4045 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: cluster 2024-03-30T04:48:10.689689+0000 mgr.y (mgr.25441) 4046 : cluster [DBG] pgmap v2681: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: cluster 2024-03-30T04:48:10.690823+0000 mgr.y (mgr.25441) 4047 : cluster [DBG] pgmap v2682: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: cephadm 2024-03-30T04:48:10.697647+0000 mgr.y (mgr.25441) 4048 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:10.755344+0000 mon.c (mon.1) 4203 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:10.757308+0000 mon.c (mon.1) 4204 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:10.759186+0000 mon.c (mon.1) 4205 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:10.759924+0000 mon.c (mon.1) 4206 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: cluster 2024-03-30T04:48:10.761413+0000 mgr.y (mgr.25441) 4049 : cluster [DBG] pgmap v2683: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: cluster 2024-03-30T04:48:10.761789+0000 mgr.y (mgr.25441) 4050 : cluster [DBG] pgmap v2684: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:11.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:10.766309+0000 mon.a (mon.0) 1747 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: cephadm 2024-03-30T04:48:10.767407+0000 mgr.y (mgr.25441) 4051 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:11.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:10.808398+0000 mon.c (mon.1) 4207 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:10.810267+0000 mon.c (mon.1) 4208 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:10.812196+0000 mon.c (mon.1) 4209 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:10.812920+0000 mon.c (mon.1) 4210 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:10.819592+0000 mon.a (mon.0) 1748 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:10.878889+0000 mon.c (mon.1) 4211 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:10.881125+0000 mon.c (mon.1) 4212 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:10.883113+0000 mon.c (mon.1) 4213 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:10.883879+0000 mon.c (mon.1) 4214 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:10.890557+0000 mon.a (mon.0) 1749 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:10.950552+0000 mon.c (mon.1) 4215 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:10.953848+0000 mon.c (mon.1) 4216 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:10.956329+0000 mon.c (mon.1) 4217 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:10.957283+0000 mon.c (mon.1) 4218 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:10.969172+0000 mon.a (mon.0) 1750 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:11.055459+0000 mon.c (mon.1) 4219 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:11.058565+0000 mon.c (mon.1) 4220 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:11.061264+0000 mon.c (mon.1) 4221 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:11.062348+0000 mon.c (mon.1) 4222 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:11.075629+0000 mon.a (mon.0) 1751 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:11.152052+0000 mon.c (mon.1) 4223 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:11.155951+0000 mon.c (mon.1) 4224 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:11.159629+0000 mon.c (mon.1) 4225 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:11.160675+0000 mon.c (mon.1) 4226 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:11.171019+0000 mon.a (mon.0) 1752 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:11.263039+0000 mon.c (mon.1) 4227 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:11.266933+0000 mon.c (mon.1) 4228 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:11.270019+0000 mon.c (mon.1) 4229 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:11.271183+0000 mon.c (mon.1) 4230 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:11.280876+0000 mon.a (mon.0) 1753 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:11.373754+0000 mon.c (mon.1) 4231 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:11.378264+0000 mon.c (mon.1) 4232 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:11.382406+0000 mon.c (mon.1) 4233 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:11.383669+0000 mon.c (mon.1) 4234 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:11.393506+0000 mon.a (mon.0) 1754 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:11.473448+0000 mon.c (mon.1) 4235 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:11.476186+0000 mon.c (mon.1) 4236 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:11.478295+0000 mon.c (mon.1) 4237 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:11.479037+0000 mon.c (mon.1) 4238 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:11.488485+0000 mon.a (mon.0) 1755 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:11.566268+0000 mon.c (mon.1) 4239 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:11.568827+0000 mon.c (mon.1) 4240 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:11.572457+0000 mon.c (mon.1) 4241 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:11.573784+0000 mon.c (mon.1) 4242 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:11.588365+0000 mon.a (mon.0) 1756 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:11.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:11.680855+0000 mon.c (mon.1) 4243 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:11.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:11.685144+0000 mon.c (mon.1) 4244 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:11.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:11.688129+0000 mon.c (mon.1) 4245 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:11.689340+0000 mon.c (mon.1) 4246 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:11.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:11 smithi117 bash[62284]: audit 2024-03-30T04:48:11.699498+0000 mon.a (mon.0) 1757 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:12.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: cluster 2024-03-30T04:48:09.852214+0000 mgr.y (mgr.25441) 4019 : cluster [DBG] pgmap v2663: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: cluster 2024-03-30T04:48:09.852647+0000 mgr.y (mgr.25441) 4020 : cluster [DBG] pgmap v2664: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: cephadm 2024-03-30T04:48:09.861947+0000 mgr.y (mgr.25441) 4021 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:12.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: cluster 2024-03-30T04:48:09.965202+0000 mgr.y (mgr.25441) 4022 : cluster [DBG] pgmap v2665: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: cluster 2024-03-30T04:48:09.966299+0000 mgr.y (mgr.25441) 4023 : cluster [DBG] pgmap v2666: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: cephadm 2024-03-30T04:48:09.976954+0000 mgr.y (mgr.25441) 4024 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:12.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: cluster 2024-03-30T04:48:10.062185+0000 mgr.y (mgr.25441) 4025 : cluster [DBG] pgmap v2667: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: cluster 2024-03-30T04:48:10.063136+0000 mgr.y (mgr.25441) 4026 : cluster [DBG] pgmap v2668: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: cephadm 2024-03-30T04:48:10.070436+0000 mgr.y (mgr.25441) 4027 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:12.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: cluster 2024-03-30T04:48:10.169413+0000 mgr.y (mgr.25441) 4028 : cluster [DBG] pgmap v2669: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: cluster 2024-03-30T04:48:10.170450+0000 mgr.y (mgr.25441) 4029 : cluster [DBG] pgmap v2670: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: cephadm 2024-03-30T04:48:10.177445+0000 mgr.y (mgr.25441) 4030 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:12.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: cluster 2024-03-30T04:48:10.258953+0000 mgr.y (mgr.25441) 4031 : cluster [DBG] pgmap v2671: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: cluster 2024-03-30T04:48:10.259937+0000 mgr.y (mgr.25441) 4032 : cluster [DBG] pgmap v2672: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: cephadm 2024-03-30T04:48:10.272803+0000 mgr.y (mgr.25441) 4033 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:12.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: cluster 2024-03-30T04:48:09.852214+0000 mgr.y (mgr.25441) 4019 : cluster [DBG] pgmap v2663: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: cluster 2024-03-30T04:48:09.852647+0000 mgr.y (mgr.25441) 4020 : cluster [DBG] pgmap v2664: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: cephadm 2024-03-30T04:48:09.861947+0000 mgr.y (mgr.25441) 4021 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:12.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: cluster 2024-03-30T04:48:09.965202+0000 mgr.y (mgr.25441) 4022 : cluster [DBG] pgmap v2665: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: cluster 2024-03-30T04:48:09.966299+0000 mgr.y (mgr.25441) 4023 : cluster [DBG] pgmap v2666: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: cephadm 2024-03-30T04:48:09.976954+0000 mgr.y (mgr.25441) 4024 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:12.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: cluster 2024-03-30T04:48:10.062185+0000 mgr.y (mgr.25441) 4025 : cluster [DBG] pgmap v2667: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: cluster 2024-03-30T04:48:10.063136+0000 mgr.y (mgr.25441) 4026 : cluster [DBG] pgmap v2668: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: cephadm 2024-03-30T04:48:10.070436+0000 mgr.y (mgr.25441) 4027 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:12.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: cluster 2024-03-30T04:48:10.169413+0000 mgr.y (mgr.25441) 4028 : cluster [DBG] pgmap v2669: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: cluster 2024-03-30T04:48:10.170450+0000 mgr.y (mgr.25441) 4029 : cluster [DBG] pgmap v2670: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: cephadm 2024-03-30T04:48:10.177445+0000 mgr.y (mgr.25441) 4030 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:12.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: cluster 2024-03-30T04:48:10.258953+0000 mgr.y (mgr.25441) 4031 : cluster [DBG] pgmap v2671: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: cluster 2024-03-30T04:48:10.259937+0000 mgr.y (mgr.25441) 4032 : cluster [DBG] pgmap v2672: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: cephadm 2024-03-30T04:48:10.272803+0000 mgr.y (mgr.25441) 4033 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:12.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: cluster 2024-03-30T04:48:10.356844+0000 mgr.y (mgr.25441) 4034 : cluster [DBG] pgmap v2673: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: cluster 2024-03-30T04:48:10.357418+0000 mgr.y (mgr.25441) 4035 : cluster [DBG] pgmap v2674: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: cephadm 2024-03-30T04:48:10.365241+0000 mgr.y (mgr.25441) 4036 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:12.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: cluster 2024-03-30T04:48:10.432025+0000 mgr.y (mgr.25441) 4037 : cluster [DBG] pgmap v2675: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: cluster 2024-03-30T04:48:10.432390+0000 mgr.y (mgr.25441) 4038 : cluster [DBG] pgmap v2676: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: cephadm 2024-03-30T04:48:10.438554+0000 mgr.y (mgr.25441) 4039 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:12.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: cluster 2024-03-30T04:48:10.505663+0000 mgr.y (mgr.25441) 4040 : cluster [DBG] pgmap v2677: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: cluster 2024-03-30T04:48:10.506075+0000 mgr.y (mgr.25441) 4041 : cluster [DBG] pgmap v2678: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: cephadm 2024-03-30T04:48:10.516229+0000 mgr.y (mgr.25441) 4042 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:12.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: cluster 2024-03-30T04:48:10.596652+0000 mgr.y (mgr.25441) 4043 : cluster [DBG] pgmap v2679: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: cluster 2024-03-30T04:48:10.596982+0000 mgr.y (mgr.25441) 4044 : cluster [DBG] pgmap v2680: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: cephadm 2024-03-30T04:48:10.603693+0000 mgr.y (mgr.25441) 4045 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:12.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: cluster 2024-03-30T04:48:10.689689+0000 mgr.y (mgr.25441) 4046 : cluster [DBG] pgmap v2681: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: cluster 2024-03-30T04:48:10.690823+0000 mgr.y (mgr.25441) 4047 : cluster [DBG] pgmap v2682: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: cephadm 2024-03-30T04:48:10.697647+0000 mgr.y (mgr.25441) 4048 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:12.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:10.755344+0000 mon.c (mon.1) 4203 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:12.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:10.757308+0000 mon.c (mon.1) 4204 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:12.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: cluster 2024-03-30T04:48:10.356844+0000 mgr.y (mgr.25441) 4034 : cluster [DBG] pgmap v2673: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: cluster 2024-03-30T04:48:10.357418+0000 mgr.y (mgr.25441) 4035 : cluster [DBG] pgmap v2674: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: cephadm 2024-03-30T04:48:10.365241+0000 mgr.y (mgr.25441) 4036 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:12.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: cluster 2024-03-30T04:48:10.432025+0000 mgr.y (mgr.25441) 4037 : cluster [DBG] pgmap v2675: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: cluster 2024-03-30T04:48:10.432390+0000 mgr.y (mgr.25441) 4038 : cluster [DBG] pgmap v2676: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: cephadm 2024-03-30T04:48:10.438554+0000 mgr.y (mgr.25441) 4039 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:12.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: cluster 2024-03-30T04:48:10.505663+0000 mgr.y (mgr.25441) 4040 : cluster [DBG] pgmap v2677: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: cluster 2024-03-30T04:48:10.506075+0000 mgr.y (mgr.25441) 4041 : cluster [DBG] pgmap v2678: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: cephadm 2024-03-30T04:48:10.516229+0000 mgr.y (mgr.25441) 4042 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:12.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: cluster 2024-03-30T04:48:10.596652+0000 mgr.y (mgr.25441) 4043 : cluster [DBG] pgmap v2679: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: cluster 2024-03-30T04:48:10.596982+0000 mgr.y (mgr.25441) 4044 : cluster [DBG] pgmap v2680: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: cephadm 2024-03-30T04:48:10.603693+0000 mgr.y (mgr.25441) 4045 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:12.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: cluster 2024-03-30T04:48:10.689689+0000 mgr.y (mgr.25441) 4046 : cluster [DBG] pgmap v2681: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: cluster 2024-03-30T04:48:10.690823+0000 mgr.y (mgr.25441) 4047 : cluster [DBG] pgmap v2682: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: cephadm 2024-03-30T04:48:10.697647+0000 mgr.y (mgr.25441) 4048 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:12.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:10.755344+0000 mon.c (mon.1) 4203 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:12.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:10.757308+0000 mon.c (mon.1) 4204 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:12.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:10.759186+0000 mon.c (mon.1) 4205 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:12.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:10.759924+0000 mon.c (mon.1) 4206 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:12.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: cluster 2024-03-30T04:48:10.761413+0000 mgr.y (mgr.25441) 4049 : cluster [DBG] pgmap v2683: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: cluster 2024-03-30T04:48:10.761789+0000 mgr.y (mgr.25441) 4050 : cluster [DBG] pgmap v2684: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:10.766309+0000 mon.a (mon.0) 1747 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:12.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: cephadm 2024-03-30T04:48:10.767407+0000 mgr.y (mgr.25441) 4051 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:12.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:10.808398+0000 mon.c (mon.1) 4207 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:12.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:10.810267+0000 mon.c (mon.1) 4208 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:12.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:10.812196+0000 mon.c (mon.1) 4209 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:12.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:10.812920+0000 mon.c (mon.1) 4210 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:12.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:10.819592+0000 mon.a (mon.0) 1748 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:12.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:10.878889+0000 mon.c (mon.1) 4211 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:12.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:10.881125+0000 mon.c (mon.1) 4212 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:12.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:10.883113+0000 mon.c (mon.1) 4213 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:12.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:10.883879+0000 mon.c (mon.1) 4214 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:12.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:10.890557+0000 mon.a (mon.0) 1749 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:12.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:10.950552+0000 mon.c (mon.1) 4215 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:12.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:10.953848+0000 mon.c (mon.1) 4216 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:12.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:10.759186+0000 mon.c (mon.1) 4205 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:12.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:10.759924+0000 mon.c (mon.1) 4206 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:12.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: cluster 2024-03-30T04:48:10.761413+0000 mgr.y (mgr.25441) 4049 : cluster [DBG] pgmap v2683: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: cluster 2024-03-30T04:48:10.761789+0000 mgr.y (mgr.25441) 4050 : cluster [DBG] pgmap v2684: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:10.766309+0000 mon.a (mon.0) 1747 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:12.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: cephadm 2024-03-30T04:48:10.767407+0000 mgr.y (mgr.25441) 4051 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:12.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:10.808398+0000 mon.c (mon.1) 4207 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:12.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:10.810267+0000 mon.c (mon.1) 4208 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:12.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:10.812196+0000 mon.c (mon.1) 4209 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:12.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:10.812920+0000 mon.c (mon.1) 4210 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:12.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:10.819592+0000 mon.a (mon.0) 1748 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:12.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:10.878889+0000 mon.c (mon.1) 4211 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:12.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:10.881125+0000 mon.c (mon.1) 4212 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:12.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:10.883113+0000 mon.c (mon.1) 4213 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:12.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:10.883879+0000 mon.c (mon.1) 4214 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:12.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:10.890557+0000 mon.a (mon.0) 1749 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:12.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:10.950552+0000 mon.c (mon.1) 4215 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:12.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:10.953848+0000 mon.c (mon.1) 4216 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:12.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:10.956329+0000 mon.c (mon.1) 4217 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:12.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:10.957283+0000 mon.c (mon.1) 4218 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:12.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:10.969172+0000 mon.a (mon.0) 1750 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:12.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:11.055459+0000 mon.c (mon.1) 4219 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:12.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:11.058565+0000 mon.c (mon.1) 4220 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:12.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:11.061264+0000 mon.c (mon.1) 4221 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:12.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:11.062348+0000 mon.c (mon.1) 4222 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:12.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:11.075629+0000 mon.a (mon.0) 1751 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:12.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:11.152052+0000 mon.c (mon.1) 4223 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:12.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:11.155951+0000 mon.c (mon.1) 4224 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:12.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:11.159629+0000 mon.c (mon.1) 4225 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:12.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:11.160675+0000 mon.c (mon.1) 4226 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:12.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:11.171019+0000 mon.a (mon.0) 1752 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:12.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:11.263039+0000 mon.c (mon.1) 4227 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:12.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:11.266933+0000 mon.c (mon.1) 4228 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:12.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:11.270019+0000 mon.c (mon.1) 4229 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:12.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:11.271183+0000 mon.c (mon.1) 4230 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:12.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:11.280876+0000 mon.a (mon.0) 1753 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:12.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:11.373754+0000 mon.c (mon.1) 4231 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:12.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:11.378264+0000 mon.c (mon.1) 4232 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:12.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:11.382406+0000 mon.c (mon.1) 4233 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:12.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:11.383669+0000 mon.c (mon.1) 4234 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:12.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:11.393506+0000 mon.a (mon.0) 1754 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:12.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:11.473448+0000 mon.c (mon.1) 4235 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:12.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:11.476186+0000 mon.c (mon.1) 4236 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:12.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:11.478295+0000 mon.c (mon.1) 4237 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:12.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:11.479037+0000 mon.c (mon.1) 4238 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:12.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:11.488485+0000 mon.a (mon.0) 1755 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:12.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:11.566268+0000 mon.c (mon.1) 4239 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:12.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:11.568827+0000 mon.c (mon.1) 4240 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:12.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:11.572457+0000 mon.c (mon.1) 4241 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:12.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:11.573784+0000 mon.c (mon.1) 4242 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:12.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:11.588365+0000 mon.a (mon.0) 1756 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:12.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:11.680855+0000 mon.c (mon.1) 4243 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:12.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:11.685144+0000 mon.c (mon.1) 4244 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:12.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:11.688129+0000 mon.c (mon.1) 4245 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:12.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:11.689340+0000 mon.c (mon.1) 4246 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:12.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[70954]: audit 2024-03-30T04:48:11.699498+0000 mon.a (mon.0) 1757 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:12.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:10.956329+0000 mon.c (mon.1) 4217 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:12.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:10.957283+0000 mon.c (mon.1) 4218 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:12.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:10.969172+0000 mon.a (mon.0) 1750 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:12.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:11.055459+0000 mon.c (mon.1) 4219 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:12.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:11.058565+0000 mon.c (mon.1) 4220 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:12.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:11.061264+0000 mon.c (mon.1) 4221 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:12.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:11.062348+0000 mon.c (mon.1) 4222 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:12.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:11.075629+0000 mon.a (mon.0) 1751 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:12.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:11.152052+0000 mon.c (mon.1) 4223 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:12.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:11.155951+0000 mon.c (mon.1) 4224 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:12.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:11.159629+0000 mon.c (mon.1) 4225 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:12.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:11.160675+0000 mon.c (mon.1) 4226 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:12.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:11.171019+0000 mon.a (mon.0) 1752 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:12.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:11.263039+0000 mon.c (mon.1) 4227 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:12.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:11.266933+0000 mon.c (mon.1) 4228 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:12.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:11.270019+0000 mon.c (mon.1) 4229 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:12.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:11.271183+0000 mon.c (mon.1) 4230 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:12.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:11.280876+0000 mon.a (mon.0) 1753 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:12.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:11.373754+0000 mon.c (mon.1) 4231 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:12.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:11.378264+0000 mon.c (mon.1) 4232 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:12.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:11.382406+0000 mon.c (mon.1) 4233 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:12.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:11.383669+0000 mon.c (mon.1) 4234 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:12.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:11.393506+0000 mon.a (mon.0) 1754 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:12.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:11.473448+0000 mon.c (mon.1) 4235 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:12.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:11.476186+0000 mon.c (mon.1) 4236 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:12.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:11.478295+0000 mon.c (mon.1) 4237 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:12.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:11.479037+0000 mon.c (mon.1) 4238 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:12.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:11.488485+0000 mon.a (mon.0) 1755 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:12.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:11.566268+0000 mon.c (mon.1) 4239 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:12.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:11.568827+0000 mon.c (mon.1) 4240 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:12.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:11.572457+0000 mon.c (mon.1) 4241 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:12.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:11.573784+0000 mon.c (mon.1) 4242 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:12.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:11.588365+0000 mon.a (mon.0) 1756 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:12.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:11.680855+0000 mon.c (mon.1) 4243 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:12.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:11.685144+0000 mon.c (mon.1) 4244 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:12.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:11.688129+0000 mon.c (mon.1) 4245 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:12.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:11.689340+0000 mon.c (mon.1) 4246 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:12.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:11 smithi111 bash[73591]: audit 2024-03-30T04:48:11.699498+0000 mon.a (mon.0) 1757 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:12.566 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[77432]: debug 2024-03-30T04:48:12.162+0000 7fad1018f7c0 -1 Falling back to public interface 2024-03-30T04:48:12.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: cluster 2024-03-30T04:48:10.814317+0000 mgr.y (mgr.25441) 4052 : cluster [DBG] pgmap v2685: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: cluster 2024-03-30T04:48:10.814669+0000 mgr.y (mgr.25441) 4053 : cluster [DBG] pgmap v2686: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: cephadm 2024-03-30T04:48:10.821772+0000 mgr.y (mgr.25441) 4054 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:12.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: cluster 2024-03-30T04:48:10.885319+0000 mgr.y (mgr.25441) 4055 : cluster [DBG] pgmap v2687: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: cluster 2024-03-30T04:48:10.885644+0000 mgr.y (mgr.25441) 4056 : cluster [DBG] pgmap v2688: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: cephadm 2024-03-30T04:48:10.893445+0000 mgr.y (mgr.25441) 4057 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:12.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: cluster 2024-03-30T04:48:10.959315+0000 mgr.y (mgr.25441) 4058 : cluster [DBG] pgmap v2689: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: cluster 2024-03-30T04:48:10.959724+0000 mgr.y (mgr.25441) 4059 : cluster [DBG] pgmap v2690: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: cephadm 2024-03-30T04:48:10.971456+0000 mgr.y (mgr.25441) 4060 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:12.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: cluster 2024-03-30T04:48:11.064265+0000 mgr.y (mgr.25441) 4061 : cluster [DBG] pgmap v2691: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: cluster 2024-03-30T04:48:11.064623+0000 mgr.y (mgr.25441) 4062 : cluster [DBG] pgmap v2692: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: cephadm 2024-03-30T04:48:11.077506+0000 mgr.y (mgr.25441) 4063 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:12.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: cluster 2024-03-30T04:48:11.163066+0000 mgr.y (mgr.25441) 4064 : cluster [DBG] pgmap v2693: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: cluster 2024-03-30T04:48:11.163437+0000 mgr.y (mgr.25441) 4065 : cluster [DBG] pgmap v2694: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: cephadm 2024-03-30T04:48:11.174364+0000 mgr.y (mgr.25441) 4066 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:12.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: cluster 2024-03-30T04:48:11.273495+0000 mgr.y (mgr.25441) 4067 : cluster [DBG] pgmap v2695: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: cluster 2024-03-30T04:48:11.273885+0000 mgr.y (mgr.25441) 4068 : cluster [DBG] pgmap v2696: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: cephadm 2024-03-30T04:48:11.284208+0000 mgr.y (mgr.25441) 4069 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:12.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: cluster 2024-03-30T04:48:11.386594+0000 mgr.y (mgr.25441) 4070 : cluster [DBG] pgmap v2697: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: cluster 2024-03-30T04:48:11.387673+0000 mgr.y (mgr.25441) 4071 : cluster [DBG] pgmap v2698: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: cephadm 2024-03-30T04:48:11.398515+0000 mgr.y (mgr.25441) 4072 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:12.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:11.463847+0000 mgr.y (mgr.25441) 4073 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:12.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: cluster 2024-03-30T04:48:11.480755+0000 mgr.y (mgr.25441) 4074 : cluster [DBG] pgmap v2699: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: cluster 2024-03-30T04:48:11.481076+0000 mgr.y (mgr.25441) 4075 : cluster [DBG] pgmap v2700: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: cephadm 2024-03-30T04:48:11.491611+0000 mgr.y (mgr.25441) 4076 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:12.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: cluster 2024-03-30T04:48:11.576184+0000 mgr.y (mgr.25441) 4077 : cluster [DBG] pgmap v2701: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: cluster 2024-03-30T04:48:11.576506+0000 mgr.y (mgr.25441) 4078 : cluster [DBG] pgmap v2702: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: cephadm 2024-03-30T04:48:11.589827+0000 mgr.y (mgr.25441) 4079 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:12.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: cluster 2024-03-30T04:48:11.691798+0000 mgr.y (mgr.25441) 4080 : cluster [DBG] pgmap v2703: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: cluster 2024-03-30T04:48:11.692289+0000 mgr.y (mgr.25441) 4081 : cluster [DBG] pgmap v2704: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: cephadm 2024-03-30T04:48:11.704864+0000 mgr.y (mgr.25441) 4082 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:12.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:11.780519+0000 mon.c (mon.1) 4247 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:12.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:11.782685+0000 mon.c (mon.1) 4248 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:12.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:11.784801+0000 mon.c (mon.1) 4249 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:12.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:11.785518+0000 mon.c (mon.1) 4250 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:12.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: cluster 2024-03-30T04:48:11.787185+0000 mgr.y (mgr.25441) 4083 : cluster [DBG] pgmap v2705: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: cluster 2024-03-30T04:48:11.787582+0000 mgr.y (mgr.25441) 4084 : cluster [DBG] pgmap v2706: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 96/726 objects degraded (13.223%) 2024-03-30T04:48:12.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:11.794403+0000 mon.a (mon.0) 1758 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:12.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: cephadm 2024-03-30T04:48:11.797254+0000 mgr.y (mgr.25441) 4085 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:12.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:11.839437+0000 mon.c (mon.1) 4251 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:12.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:11.841526+0000 mon.c (mon.1) 4252 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:12.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:11.843469+0000 mon.c (mon.1) 4253 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:12.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:11.844246+0000 mon.c (mon.1) 4254 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:12.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:11.852575+0000 mon.a (mon.0) 1759 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:12.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:11.896857+0000 mon.c (mon.1) 4255 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:12.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:11.898972+0000 mon.c (mon.1) 4256 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:12.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:11.900904+0000 mon.c (mon.1) 4257 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:12.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:11.901597+0000 mon.c (mon.1) 4258 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:12.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:11.910117+0000 mon.a (mon.0) 1760 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:12.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:11.954342+0000 mon.c (mon.1) 4259 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:12.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:11.956432+0000 mon.c (mon.1) 4260 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:12.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:11.958350+0000 mon.c (mon.1) 4261 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:12.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:11.959054+0000 mon.c (mon.1) 4262 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:12.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:11.967709+0000 mon.a (mon.0) 1761 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:12.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.027935+0000 mon.c (mon.1) 4263 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:12.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.031351+0000 mon.c (mon.1) 4264 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:12.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.034513+0000 mon.c (mon.1) 4265 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:12.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.035739+0000 mon.c (mon.1) 4266 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:12.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.046910+0000 mon.a (mon.0) 1762 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:12.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.092565+0000 mon.c (mon.1) 4267 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:12.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.094808+0000 mon.c (mon.1) 4268 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:12.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.096651+0000 mon.c (mon.1) 4269 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:12.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.097308+0000 mon.c (mon.1) 4270 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:12.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.103751+0000 mon.a (mon.0) 1763 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:12.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.145471+0000 mon.c (mon.1) 4271 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:12.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.147361+0000 mon.c (mon.1) 4272 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:12.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.149186+0000 mon.c (mon.1) 4273 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:12.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.149827+0000 mon.c (mon.1) 4274 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:12.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.156406+0000 mon.a (mon.0) 1764 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:12.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.200342+0000 mon.c (mon.1) 4275 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:12.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.202433+0000 mon.c (mon.1) 4276 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:12.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.204278+0000 mon.c (mon.1) 4277 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:12.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.204958+0000 mon.c (mon.1) 4278 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:12.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.211165+0000 mon.a (mon.0) 1765 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:12.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.252915+0000 mon.c (mon.1) 4279 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:12.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.254873+0000 mon.c (mon.1) 4280 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:12.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.256761+0000 mon.c (mon.1) 4281 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:12.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.257456+0000 mon.c (mon.1) 4282 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:12.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.263894+0000 mon.a (mon.0) 1766 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:12.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.305389+0000 mon.c (mon.1) 4283 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:12.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.307291+0000 mon.c (mon.1) 4284 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:12.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.309151+0000 mon.c (mon.1) 4285 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:12.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.309820+0000 mon.c (mon.1) 4286 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:12.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.316067+0000 mon.a (mon.0) 1767 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:12.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.358162+0000 mon.c (mon.1) 4287 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:12.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.360101+0000 mon.c (mon.1) 4288 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:12.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.362169+0000 mon.c (mon.1) 4289 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:12.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.362823+0000 mon.c (mon.1) 4290 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:12.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.368764+0000 mon.a (mon.0) 1768 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:12.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.410240+0000 mon.c (mon.1) 4291 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:12.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.412051+0000 mon.c (mon.1) 4292 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:12.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.414204+0000 mon.c (mon.1) 4293 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:12.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.414843+0000 mon.c (mon.1) 4294 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:12.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.421124+0000 mon.a (mon.0) 1769 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:12.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.463310+0000 mon.c (mon.1) 4295 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:12.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.465386+0000 mon.c (mon.1) 4296 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:12.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.467225+0000 mon.c (mon.1) 4297 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:12.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.467853+0000 mon.c (mon.1) 4298 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:12.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.474191+0000 mon.a (mon.0) 1770 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:12.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.517320+0000 mon.c (mon.1) 4299 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:12.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.520156+0000 mon.c (mon.1) 4300 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:12.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.523688+0000 mon.c (mon.1) 4301 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:12.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.524808+0000 mon.c (mon.1) 4302 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:12.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.532462+0000 mon.a (mon.0) 1771 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:12.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.579488+0000 mon.c (mon.1) 4303 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:12.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.581690+0000 mon.c (mon.1) 4304 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:12.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.583825+0000 mon.c (mon.1) 4305 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:12.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.584563+0000 mon.c (mon.1) 4306 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:12.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.591424+0000 mon.a (mon.0) 1772 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:12.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.633651+0000 mon.c (mon.1) 4307 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:12.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.635628+0000 mon.c (mon.1) 4308 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:12.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.637562+0000 mon.c (mon.1) 4309 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:12.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.638219+0000 mon.c (mon.1) 4310 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:12.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.644899+0000 mon.a (mon.0) 1773 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:12.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.686484+0000 mon.c (mon.1) 4311 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:12.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.688427+0000 mon.c (mon.1) 4312 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:12.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.690349+0000 mon.c (mon.1) 4313 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:12.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.691061+0000 mon.c (mon.1) 4314 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:12.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:12 smithi117 bash[62284]: audit 2024-03-30T04:48:12.697609+0000 mon.a (mon.0) 1774 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:13.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: cluster 2024-03-30T04:48:10.814317+0000 mgr.y (mgr.25441) 4052 : cluster [DBG] pgmap v2685: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: cluster 2024-03-30T04:48:10.814669+0000 mgr.y (mgr.25441) 4053 : cluster [DBG] pgmap v2686: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: cephadm 2024-03-30T04:48:10.821772+0000 mgr.y (mgr.25441) 4054 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:13.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: cluster 2024-03-30T04:48:10.885319+0000 mgr.y (mgr.25441) 4055 : cluster [DBG] pgmap v2687: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: cluster 2024-03-30T04:48:10.885644+0000 mgr.y (mgr.25441) 4056 : cluster [DBG] pgmap v2688: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: cephadm 2024-03-30T04:48:10.893445+0000 mgr.y (mgr.25441) 4057 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:13.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: cluster 2024-03-30T04:48:10.959315+0000 mgr.y (mgr.25441) 4058 : cluster [DBG] pgmap v2689: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: cluster 2024-03-30T04:48:10.959724+0000 mgr.y (mgr.25441) 4059 : cluster [DBG] pgmap v2690: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: cephadm 2024-03-30T04:48:10.971456+0000 mgr.y (mgr.25441) 4060 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:13.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: cluster 2024-03-30T04:48:11.064265+0000 mgr.y (mgr.25441) 4061 : cluster [DBG] pgmap v2691: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: cluster 2024-03-30T04:48:11.064623+0000 mgr.y (mgr.25441) 4062 : cluster [DBG] pgmap v2692: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: cephadm 2024-03-30T04:48:11.077506+0000 mgr.y (mgr.25441) 4063 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:13.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: cluster 2024-03-30T04:48:11.163066+0000 mgr.y (mgr.25441) 4064 : cluster [DBG] pgmap v2693: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: cluster 2024-03-30T04:48:11.163437+0000 mgr.y (mgr.25441) 4065 : cluster [DBG] pgmap v2694: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: cephadm 2024-03-30T04:48:11.174364+0000 mgr.y (mgr.25441) 4066 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:13.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: cluster 2024-03-30T04:48:11.273495+0000 mgr.y (mgr.25441) 4067 : cluster [DBG] pgmap v2695: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: cluster 2024-03-30T04:48:11.273885+0000 mgr.y (mgr.25441) 4068 : cluster [DBG] pgmap v2696: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: cephadm 2024-03-30T04:48:11.284208+0000 mgr.y (mgr.25441) 4069 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:13.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: cluster 2024-03-30T04:48:11.386594+0000 mgr.y (mgr.25441) 4070 : cluster [DBG] pgmap v2697: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: cluster 2024-03-30T04:48:11.387673+0000 mgr.y (mgr.25441) 4071 : cluster [DBG] pgmap v2698: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: cephadm 2024-03-30T04:48:11.398515+0000 mgr.y (mgr.25441) 4072 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:13.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:11.463847+0000 mgr.y (mgr.25441) 4073 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:13.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: cluster 2024-03-30T04:48:11.480755+0000 mgr.y (mgr.25441) 4074 : cluster [DBG] pgmap v2699: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: cluster 2024-03-30T04:48:11.481076+0000 mgr.y (mgr.25441) 4075 : cluster [DBG] pgmap v2700: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: cephadm 2024-03-30T04:48:11.491611+0000 mgr.y (mgr.25441) 4076 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:13.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: cluster 2024-03-30T04:48:11.576184+0000 mgr.y (mgr.25441) 4077 : cluster [DBG] pgmap v2701: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: cluster 2024-03-30T04:48:11.576506+0000 mgr.y (mgr.25441) 4078 : cluster [DBG] pgmap v2702: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: cephadm 2024-03-30T04:48:11.589827+0000 mgr.y (mgr.25441) 4079 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:13.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: cluster 2024-03-30T04:48:11.691798+0000 mgr.y (mgr.25441) 4080 : cluster [DBG] pgmap v2703: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: cluster 2024-03-30T04:48:11.692289+0000 mgr.y (mgr.25441) 4081 : cluster [DBG] pgmap v2704: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: cephadm 2024-03-30T04:48:11.704864+0000 mgr.y (mgr.25441) 4082 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:13.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:11.780519+0000 mon.c (mon.1) 4247 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:13.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:11.782685+0000 mon.c (mon.1) 4248 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:13.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:11.784801+0000 mon.c (mon.1) 4249 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:13.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:11.785518+0000 mon.c (mon.1) 4250 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:13.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: cluster 2024-03-30T04:48:11.787185+0000 mgr.y (mgr.25441) 4083 : cluster [DBG] pgmap v2705: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: cluster 2024-03-30T04:48:11.787582+0000 mgr.y (mgr.25441) 4084 : cluster [DBG] pgmap v2706: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:11.794403+0000 mon.a (mon.0) 1758 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:13.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: cephadm 2024-03-30T04:48:11.797254+0000 mgr.y (mgr.25441) 4085 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:13.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:11.839437+0000 mon.c (mon.1) 4251 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:13.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:11.841526+0000 mon.c (mon.1) 4252 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:13.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:11.843469+0000 mon.c (mon.1) 4253 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:13.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:11.844246+0000 mon.c (mon.1) 4254 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:13.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:11.852575+0000 mon.a (mon.0) 1759 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:13.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:11.896857+0000 mon.c (mon.1) 4255 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:13.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:11.898972+0000 mon.c (mon.1) 4256 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:13.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:11.900904+0000 mon.c (mon.1) 4257 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:13.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:11.901597+0000 mon.c (mon.1) 4258 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:13.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:11.910117+0000 mon.a (mon.0) 1760 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:13.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:11.954342+0000 mon.c (mon.1) 4259 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:13.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:11.956432+0000 mon.c (mon.1) 4260 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:13.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:11.958350+0000 mon.c (mon.1) 4261 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:13.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:11.959054+0000 mon.c (mon.1) 4262 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:13.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:11.967709+0000 mon.a (mon.0) 1761 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:13.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.027935+0000 mon.c (mon.1) 4263 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:13.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.031351+0000 mon.c (mon.1) 4264 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:13.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.034513+0000 mon.c (mon.1) 4265 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:13.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.035739+0000 mon.c (mon.1) 4266 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:13.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.046910+0000 mon.a (mon.0) 1762 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:13.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.092565+0000 mon.c (mon.1) 4267 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:13.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.094808+0000 mon.c (mon.1) 4268 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:13.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.096651+0000 mon.c (mon.1) 4269 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:13.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.097308+0000 mon.c (mon.1) 4270 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:13.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.103751+0000 mon.a (mon.0) 1763 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:13.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.145471+0000 mon.c (mon.1) 4271 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:13.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.147361+0000 mon.c (mon.1) 4272 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:13.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.149186+0000 mon.c (mon.1) 4273 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:13.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.149827+0000 mon.c (mon.1) 4274 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:13.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.156406+0000 mon.a (mon.0) 1764 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:13.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.200342+0000 mon.c (mon.1) 4275 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:13.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.202433+0000 mon.c (mon.1) 4276 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:13.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.204278+0000 mon.c (mon.1) 4277 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:13.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.204958+0000 mon.c (mon.1) 4278 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:13.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.211165+0000 mon.a (mon.0) 1765 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:13.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.252915+0000 mon.c (mon.1) 4279 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:13.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.254873+0000 mon.c (mon.1) 4280 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:13.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.256761+0000 mon.c (mon.1) 4281 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:13.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.257456+0000 mon.c (mon.1) 4282 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:13.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.263894+0000 mon.a (mon.0) 1766 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:13.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.305389+0000 mon.c (mon.1) 4283 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:13.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.307291+0000 mon.c (mon.1) 4284 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:13.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.309151+0000 mon.c (mon.1) 4285 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:13.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.309820+0000 mon.c (mon.1) 4286 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:13.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.316067+0000 mon.a (mon.0) 1767 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:13.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.358162+0000 mon.c (mon.1) 4287 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:13.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.360101+0000 mon.c (mon.1) 4288 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:13.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.362169+0000 mon.c (mon.1) 4289 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:13.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.362823+0000 mon.c (mon.1) 4290 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:13.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.368764+0000 mon.a (mon.0) 1768 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:13.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.410240+0000 mon.c (mon.1) 4291 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:13.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.412051+0000 mon.c (mon.1) 4292 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:13.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.414204+0000 mon.c (mon.1) 4293 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:13.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.414843+0000 mon.c (mon.1) 4294 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:13.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.421124+0000 mon.a (mon.0) 1769 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:13.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.463310+0000 mon.c (mon.1) 4295 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:13.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.465386+0000 mon.c (mon.1) 4296 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:13.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.467225+0000 mon.c (mon.1) 4297 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:13.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.467853+0000 mon.c (mon.1) 4298 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:13.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.474191+0000 mon.a (mon.0) 1770 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:13.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.517320+0000 mon.c (mon.1) 4299 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:13.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.520156+0000 mon.c (mon.1) 4300 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:13.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.523688+0000 mon.c (mon.1) 4301 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:13.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.524808+0000 mon.c (mon.1) 4302 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:13.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.532462+0000 mon.a (mon.0) 1771 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:13.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.579488+0000 mon.c (mon.1) 4303 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:13.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.581690+0000 mon.c (mon.1) 4304 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:13.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.583825+0000 mon.c (mon.1) 4305 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:13.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.584563+0000 mon.c (mon.1) 4306 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:13.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.591424+0000 mon.a (mon.0) 1772 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:13.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.633651+0000 mon.c (mon.1) 4307 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:13.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.635628+0000 mon.c (mon.1) 4308 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:13.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.637562+0000 mon.c (mon.1) 4309 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:13.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.638219+0000 mon.c (mon.1) 4310 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:13.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.644899+0000 mon.a (mon.0) 1773 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:13.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.686484+0000 mon.c (mon.1) 4311 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:13.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.688427+0000 mon.c (mon.1) 4312 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:13.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.690349+0000 mon.c (mon.1) 4313 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:13.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.691061+0000 mon.c (mon.1) 4314 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:13.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[70954]: audit 2024-03-30T04:48:12.697609+0000 mon.a (mon.0) 1774 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:13.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: cluster 2024-03-30T04:48:10.814317+0000 mgr.y (mgr.25441) 4052 : cluster [DBG] pgmap v2685: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: cluster 2024-03-30T04:48:10.814669+0000 mgr.y (mgr.25441) 4053 : cluster [DBG] pgmap v2686: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: cephadm 2024-03-30T04:48:10.821772+0000 mgr.y (mgr.25441) 4054 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:13.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: cluster 2024-03-30T04:48:10.885319+0000 mgr.y (mgr.25441) 4055 : cluster [DBG] pgmap v2687: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: cluster 2024-03-30T04:48:10.885644+0000 mgr.y (mgr.25441) 4056 : cluster [DBG] pgmap v2688: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: cephadm 2024-03-30T04:48:10.893445+0000 mgr.y (mgr.25441) 4057 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:13.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: cluster 2024-03-30T04:48:10.959315+0000 mgr.y (mgr.25441) 4058 : cluster [DBG] pgmap v2689: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: cluster 2024-03-30T04:48:10.959724+0000 mgr.y (mgr.25441) 4059 : cluster [DBG] pgmap v2690: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: cephadm 2024-03-30T04:48:10.971456+0000 mgr.y (mgr.25441) 4060 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:13.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: cluster 2024-03-30T04:48:11.064265+0000 mgr.y (mgr.25441) 4061 : cluster [DBG] pgmap v2691: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: cluster 2024-03-30T04:48:11.064623+0000 mgr.y (mgr.25441) 4062 : cluster [DBG] pgmap v2692: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: cephadm 2024-03-30T04:48:11.077506+0000 mgr.y (mgr.25441) 4063 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:13.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: cluster 2024-03-30T04:48:11.163066+0000 mgr.y (mgr.25441) 4064 : cluster [DBG] pgmap v2693: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: cluster 2024-03-30T04:48:11.163437+0000 mgr.y (mgr.25441) 4065 : cluster [DBG] pgmap v2694: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: cephadm 2024-03-30T04:48:11.174364+0000 mgr.y (mgr.25441) 4066 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:13.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: cluster 2024-03-30T04:48:11.273495+0000 mgr.y (mgr.25441) 4067 : cluster [DBG] pgmap v2695: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: cluster 2024-03-30T04:48:11.273885+0000 mgr.y (mgr.25441) 4068 : cluster [DBG] pgmap v2696: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: cephadm 2024-03-30T04:48:11.284208+0000 mgr.y (mgr.25441) 4069 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:13.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: cluster 2024-03-30T04:48:11.386594+0000 mgr.y (mgr.25441) 4070 : cluster [DBG] pgmap v2697: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: cluster 2024-03-30T04:48:11.387673+0000 mgr.y (mgr.25441) 4071 : cluster [DBG] pgmap v2698: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: cephadm 2024-03-30T04:48:11.398515+0000 mgr.y (mgr.25441) 4072 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:13.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:11.463847+0000 mgr.y (mgr.25441) 4073 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:13.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: cluster 2024-03-30T04:48:11.480755+0000 mgr.y (mgr.25441) 4074 : cluster [DBG] pgmap v2699: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: cluster 2024-03-30T04:48:11.481076+0000 mgr.y (mgr.25441) 4075 : cluster [DBG] pgmap v2700: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: cephadm 2024-03-30T04:48:11.491611+0000 mgr.y (mgr.25441) 4076 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:13.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: cluster 2024-03-30T04:48:11.576184+0000 mgr.y (mgr.25441) 4077 : cluster [DBG] pgmap v2701: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: cluster 2024-03-30T04:48:11.576506+0000 mgr.y (mgr.25441) 4078 : cluster [DBG] pgmap v2702: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: cephadm 2024-03-30T04:48:11.589827+0000 mgr.y (mgr.25441) 4079 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:13.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: cluster 2024-03-30T04:48:11.691798+0000 mgr.y (mgr.25441) 4080 : cluster [DBG] pgmap v2703: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: cluster 2024-03-30T04:48:11.692289+0000 mgr.y (mgr.25441) 4081 : cluster [DBG] pgmap v2704: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: cephadm 2024-03-30T04:48:11.704864+0000 mgr.y (mgr.25441) 4082 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:13.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:11.780519+0000 mon.c (mon.1) 4247 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:13.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:11.782685+0000 mon.c (mon.1) 4248 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:13.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:11.784801+0000 mon.c (mon.1) 4249 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:13.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:11.785518+0000 mon.c (mon.1) 4250 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:13.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: cluster 2024-03-30T04:48:11.787185+0000 mgr.y (mgr.25441) 4083 : cluster [DBG] pgmap v2705: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: cluster 2024-03-30T04:48:11.787582+0000 mgr.y (mgr.25441) 4084 : cluster [DBG] pgmap v2706: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 96/726 objects degraded (13.223%) 2024-03-30T04:48:13.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:11.794403+0000 mon.a (mon.0) 1758 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:13.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: cephadm 2024-03-30T04:48:11.797254+0000 mgr.y (mgr.25441) 4085 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:13.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:11.839437+0000 mon.c (mon.1) 4251 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:13.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:11.841526+0000 mon.c (mon.1) 4252 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:13.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:11.843469+0000 mon.c (mon.1) 4253 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:13.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:11.844246+0000 mon.c (mon.1) 4254 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:13.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:11.852575+0000 mon.a (mon.0) 1759 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:13.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:11.896857+0000 mon.c (mon.1) 4255 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:13.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:11.898972+0000 mon.c (mon.1) 4256 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:13.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:11.900904+0000 mon.c (mon.1) 4257 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:13.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:11.901597+0000 mon.c (mon.1) 4258 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:13.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:11.910117+0000 mon.a (mon.0) 1760 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:13.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:11.954342+0000 mon.c (mon.1) 4259 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:13.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:11.956432+0000 mon.c (mon.1) 4260 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:13.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:11.958350+0000 mon.c (mon.1) 4261 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:13.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:11.959054+0000 mon.c (mon.1) 4262 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:13.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:11.967709+0000 mon.a (mon.0) 1761 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:13.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.027935+0000 mon.c (mon.1) 4263 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:13.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.031351+0000 mon.c (mon.1) 4264 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:13.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.034513+0000 mon.c (mon.1) 4265 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:13.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.035739+0000 mon.c (mon.1) 4266 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:13.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.046910+0000 mon.a (mon.0) 1762 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:13.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.092565+0000 mon.c (mon.1) 4267 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:13.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.094808+0000 mon.c (mon.1) 4268 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:13.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.096651+0000 mon.c (mon.1) 4269 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:13.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.097308+0000 mon.c (mon.1) 4270 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:13.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.103751+0000 mon.a (mon.0) 1763 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:13.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.145471+0000 mon.c (mon.1) 4271 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:13.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.147361+0000 mon.c (mon.1) 4272 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:13.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.149186+0000 mon.c (mon.1) 4273 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:13.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.149827+0000 mon.c (mon.1) 4274 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:13.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.156406+0000 mon.a (mon.0) 1764 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:13.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.200342+0000 mon.c (mon.1) 4275 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:13.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.202433+0000 mon.c (mon.1) 4276 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:13.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.204278+0000 mon.c (mon.1) 4277 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:13.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.204958+0000 mon.c (mon.1) 4278 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:13.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.211165+0000 mon.a (mon.0) 1765 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:13.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.252915+0000 mon.c (mon.1) 4279 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:13.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.254873+0000 mon.c (mon.1) 4280 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:13.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.256761+0000 mon.c (mon.1) 4281 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:13.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.257456+0000 mon.c (mon.1) 4282 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:13.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.263894+0000 mon.a (mon.0) 1766 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:13.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.305389+0000 mon.c (mon.1) 4283 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:13.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.307291+0000 mon.c (mon.1) 4284 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:13.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.309151+0000 mon.c (mon.1) 4285 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:13.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.309820+0000 mon.c (mon.1) 4286 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:13.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.316067+0000 mon.a (mon.0) 1767 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:13.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.358162+0000 mon.c (mon.1) 4287 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:13.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.360101+0000 mon.c (mon.1) 4288 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:13.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.362169+0000 mon.c (mon.1) 4289 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:13.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.362823+0000 mon.c (mon.1) 4290 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:13.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.368764+0000 mon.a (mon.0) 1768 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:13.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.410240+0000 mon.c (mon.1) 4291 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:13.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.412051+0000 mon.c (mon.1) 4292 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:13.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.414204+0000 mon.c (mon.1) 4293 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:13.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.414843+0000 mon.c (mon.1) 4294 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:13.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.421124+0000 mon.a (mon.0) 1769 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:13.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.463310+0000 mon.c (mon.1) 4295 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:13.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.465386+0000 mon.c (mon.1) 4296 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:13.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.467225+0000 mon.c (mon.1) 4297 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:13.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.467853+0000 mon.c (mon.1) 4298 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:13.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.474191+0000 mon.a (mon.0) 1770 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:13.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.517320+0000 mon.c (mon.1) 4299 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:13.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.520156+0000 mon.c (mon.1) 4300 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:13.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.523688+0000 mon.c (mon.1) 4301 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:13.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.524808+0000 mon.c (mon.1) 4302 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:13.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.532462+0000 mon.a (mon.0) 1771 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:13.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.579488+0000 mon.c (mon.1) 4303 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:13.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.581690+0000 mon.c (mon.1) 4304 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:13.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.583825+0000 mon.c (mon.1) 4305 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:13.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.584563+0000 mon.c (mon.1) 4306 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:13.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.591424+0000 mon.a (mon.0) 1772 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:13.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.633651+0000 mon.c (mon.1) 4307 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:13.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.635628+0000 mon.c (mon.1) 4308 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:13.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.637562+0000 mon.c (mon.1) 4309 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:13.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.638219+0000 mon.c (mon.1) 4310 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:13.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.644899+0000 mon.a (mon.0) 1773 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:13.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.686484+0000 mon.c (mon.1) 4311 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:13.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.688427+0000 mon.c (mon.1) 4312 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:13.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.690349+0000 mon.c (mon.1) 4313 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:13.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.691061+0000 mon.c (mon.1) 4314 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:13.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:12 smithi111 bash[73591]: audit 2024-03-30T04:48:12.697609+0000 mon.a (mon.0) 1774 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:14.008 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cluster 2024-03-30T04:48:11.845862+0000 mgr.y (mgr.25441) 4086 : cluster [DBG] pgmap v2707: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 18 op/s; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.008 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cluster 2024-03-30T04:48:11.846352+0000 mgr.y (mgr.25441) 4087 : cluster [DBG] pgmap v2708: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 18 op/s; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.008 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cephadm 2024-03-30T04:48:11.855347+0000 mgr.y (mgr.25441) 4088 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.008 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cluster 2024-03-30T04:48:11.903070+0000 mgr.y (mgr.25441) 4089 : cluster [DBG] pgmap v2709: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 23 op/s; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.008 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cluster 2024-03-30T04:48:11.903456+0000 mgr.y (mgr.25441) 4090 : cluster [DBG] pgmap v2710: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 23 op/s; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.008 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cephadm 2024-03-30T04:48:11.912904+0000 mgr.y (mgr.25441) 4091 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.008 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cluster 2024-03-30T04:48:11.960511+0000 mgr.y (mgr.25441) 4092 : cluster [DBG] pgmap v2711: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.009 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cluster 2024-03-30T04:48:11.960884+0000 mgr.y (mgr.25441) 4093 : cluster [DBG] pgmap v2712: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.009 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cephadm 2024-03-30T04:48:11.970590+0000 mgr.y (mgr.25441) 4094 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.009 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cluster 2024-03-30T04:48:12.037860+0000 mgr.y (mgr.25441) 4095 : cluster [DBG] pgmap v2713: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.009 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cluster 2024-03-30T04:48:12.038209+0000 mgr.y (mgr.25441) 4096 : cluster [DBG] pgmap v2714: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.009 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cephadm 2024-03-30T04:48:12.049007+0000 mgr.y (mgr.25441) 4097 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.009 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cluster 2024-03-30T04:48:12.098720+0000 mgr.y (mgr.25441) 4098 : cluster [DBG] pgmap v2715: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.009 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cluster 2024-03-30T04:48:12.099094+0000 mgr.y (mgr.25441) 4099 : cluster [DBG] pgmap v2716: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.009 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cephadm 2024-03-30T04:48:12.105153+0000 mgr.y (mgr.25441) 4100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.009 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cluster 2024-03-30T04:48:12.151220+0000 mgr.y (mgr.25441) 4101 : cluster [DBG] pgmap v2717: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.009 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cluster 2024-03-30T04:48:12.151596+0000 mgr.y (mgr.25441) 4102 : cluster [DBG] pgmap v2718: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.009 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cephadm 2024-03-30T04:48:12.157514+0000 mgr.y (mgr.25441) 4103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.009 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cluster 2024-03-30T04:48:12.206409+0000 mgr.y (mgr.25441) 4104 : cluster [DBG] pgmap v2719: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.009 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cluster 2024-03-30T04:48:12.206759+0000 mgr.y (mgr.25441) 4105 : cluster [DBG] pgmap v2720: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.009 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cephadm 2024-03-30T04:48:12.212733+0000 mgr.y (mgr.25441) 4106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.009 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cluster 2024-03-30T04:48:12.258896+0000 mgr.y (mgr.25441) 4107 : cluster [DBG] pgmap v2721: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.010 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cluster 2024-03-30T04:48:12.259234+0000 mgr.y (mgr.25441) 4108 : cluster [DBG] pgmap v2722: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.010 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cephadm 2024-03-30T04:48:12.264948+0000 mgr.y (mgr.25441) 4109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.010 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cluster 2024-03-30T04:48:12.311375+0000 mgr.y (mgr.25441) 4110 : cluster [DBG] pgmap v2723: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.010 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cluster 2024-03-30T04:48:12.311821+0000 mgr.y (mgr.25441) 4111 : cluster [DBG] pgmap v2724: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.010 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cephadm 2024-03-30T04:48:12.317357+0000 mgr.y (mgr.25441) 4112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.010 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cluster 2024-03-30T04:48:12.364099+0000 mgr.y (mgr.25441) 4113 : cluster [DBG] pgmap v2725: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.010 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cluster 2024-03-30T04:48:12.364412+0000 mgr.y (mgr.25441) 4114 : cluster [DBG] pgmap v2726: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.010 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cephadm 2024-03-30T04:48:12.369996+0000 mgr.y (mgr.25441) 4115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.010 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cluster 2024-03-30T04:48:12.416198+0000 mgr.y (mgr.25441) 4116 : cluster [DBG] pgmap v2727: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.010 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cluster 2024-03-30T04:48:12.416543+0000 mgr.y (mgr.25441) 4117 : cluster [DBG] pgmap v2728: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.010 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cephadm 2024-03-30T04:48:12.422130+0000 mgr.y (mgr.25441) 4118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.010 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cluster 2024-03-30T04:48:12.469196+0000 mgr.y (mgr.25441) 4119 : cluster [DBG] pgmap v2729: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.010 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cluster 2024-03-30T04:48:12.469516+0000 mgr.y (mgr.25441) 4120 : cluster [DBG] pgmap v2730: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.010 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cephadm 2024-03-30T04:48:12.475568+0000 mgr.y (mgr.25441) 4121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.011 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cluster 2024-03-30T04:48:12.526659+0000 mgr.y (mgr.25441) 4122 : cluster [DBG] pgmap v2731: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.011 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cluster 2024-03-30T04:48:12.527169+0000 mgr.y (mgr.25441) 4123 : cluster [DBG] pgmap v2732: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.011 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cephadm 2024-03-30T04:48:12.533675+0000 mgr.y (mgr.25441) 4124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.011 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cluster 2024-03-30T04:48:12.586124+0000 mgr.y (mgr.25441) 4125 : cluster [DBG] pgmap v2733: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.011 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cluster 2024-03-30T04:48:12.586537+0000 mgr.y (mgr.25441) 4126 : cluster [DBG] pgmap v2734: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.011 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cephadm 2024-03-30T04:48:12.592911+0000 mgr.y (mgr.25441) 4127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.011 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cluster 2024-03-30T04:48:12.639741+0000 mgr.y (mgr.25441) 4128 : cluster [DBG] pgmap v2735: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.011 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cluster 2024-03-30T04:48:12.640125+0000 mgr.y (mgr.25441) 4129 : cluster [DBG] pgmap v2736: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.011 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cephadm 2024-03-30T04:48:12.646313+0000 mgr.y (mgr.25441) 4130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.011 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cluster 2024-03-30T04:48:12.692435+0000 mgr.y (mgr.25441) 4131 : cluster [DBG] pgmap v2737: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.011 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cluster 2024-03-30T04:48:12.692838+0000 mgr.y (mgr.25441) 4132 : cluster [DBG] pgmap v2738: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.011 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cephadm 2024-03-30T04:48:12.699872+0000 mgr.y (mgr.25441) 4133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.011 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:12.752645+0000 mon.c (mon.1) 4315 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:14.011 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:12.755569+0000 mon.c (mon.1) 4316 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:14.012 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:12.757859+0000 mon.c (mon.1) 4317 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:14.012 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:12.758688+0000 mon.c (mon.1) 4318 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:14.012 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cluster 2024-03-30T04:48:12.760177+0000 mgr.y (mgr.25441) 4134 : cluster [DBG] pgmap v2739: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.012 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cluster 2024-03-30T04:48:12.760538+0000 mgr.y (mgr.25441) 4135 : cluster [DBG] pgmap v2740: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.012 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:12.765248+0000 mon.a (mon.0) 1775 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:14.012 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: cephadm 2024-03-30T04:48:12.766798+0000 mgr.y (mgr.25441) 4136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.012 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:12.807219+0000 mon.c (mon.1) 4319 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:14.012 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:12.808980+0000 mon.c (mon.1) 4320 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:14.012 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:12.810655+0000 mon.c (mon.1) 4321 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:14.012 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:12.811294+0000 mon.c (mon.1) 4322 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:14.012 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:12.817814+0000 mon.a (mon.0) 1776 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:14.012 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:12.864214+0000 mon.c (mon.1) 4323 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:14.012 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:12.866472+0000 mon.c (mon.1) 4324 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:14.013 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:12.868444+0000 mon.c (mon.1) 4325 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:14.013 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:12.869116+0000 mon.c (mon.1) 4326 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:14.013 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:12.875498+0000 mon.a (mon.0) 1777 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:14.013 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:12.917674+0000 mon.c (mon.1) 4327 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:14.013 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:12.919817+0000 mon.c (mon.1) 4328 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:14.014 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:12.921807+0000 mon.c (mon.1) 4329 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:14.014 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:12.922445+0000 mon.c (mon.1) 4330 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:14.014 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:12.929275+0000 mon.a (mon.0) 1778 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:14.014 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:12.973488+0000 mon.c (mon.1) 4331 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:14.014 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:12.975980+0000 mon.c (mon.1) 4332 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:14.014 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:12.978908+0000 mon.c (mon.1) 4333 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:14.014 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:12.979576+0000 mon.c (mon.1) 4334 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:14.014 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:12.987645+0000 mon.a (mon.0) 1779 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:14.014 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.030998+0000 mon.c (mon.1) 4335 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:14.014 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.032747+0000 mon.c (mon.1) 4336 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:14.014 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.034730+0000 mon.c (mon.1) 4337 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:14.014 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.035421+0000 mon.c (mon.1) 4338 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:14.014 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.044144+0000 mon.a (mon.0) 1780 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:14.014 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.107917+0000 mon.c (mon.1) 4339 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:14.015 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.110651+0000 mon.c (mon.1) 4340 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:14.015 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.113821+0000 mon.c (mon.1) 4341 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:14.015 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.114749+0000 mon.c (mon.1) 4342 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:14.015 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.123759+0000 mon.a (mon.0) 1781 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:14.015 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.189713+0000 mon.c (mon.1) 4343 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:14.015 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.192540+0000 mon.c (mon.1) 4344 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:14.015 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.195609+0000 mon.c (mon.1) 4345 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:14.015 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.196585+0000 mon.c (mon.1) 4346 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:14.015 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.205322+0000 mon.a (mon.0) 1782 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:14.015 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.270179+0000 mon.c (mon.1) 4347 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:14.015 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.272613+0000 mon.c (mon.1) 4348 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:14.015 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.275139+0000 mon.c (mon.1) 4349 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:14.015 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.276022+0000 mon.c (mon.1) 4350 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:14.015 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.283995+0000 mon.a (mon.0) 1783 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:14.015 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.361851+0000 mon.c (mon.1) 4351 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:14.016 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.364277+0000 mon.c (mon.1) 4352 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:14.016 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.366746+0000 mon.c (mon.1) 4353 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:14.016 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.367553+0000 mon.c (mon.1) 4354 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:14.016 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.374310+0000 mon.a (mon.0) 1784 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:14.016 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.433813+0000 mon.c (mon.1) 4355 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:14.016 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.435861+0000 mon.c (mon.1) 4356 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:14.016 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.437750+0000 mon.c (mon.1) 4357 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:14.016 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.438503+0000 mon.c (mon.1) 4358 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:14.016 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.449842+0000 mon.a (mon.0) 1785 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:14.016 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.524532+0000 mon.c (mon.1) 4359 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:14.016 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.527101+0000 mon.c (mon.1) 4360 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:14.016 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.529598+0000 mon.c (mon.1) 4361 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:14.016 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.530931+0000 mon.c (mon.1) 4362 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:14.017 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.542840+0000 mon.a (mon.0) 1786 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:14.017 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.627330+0000 mon.c (mon.1) 4363 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:14.017 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.630816+0000 mon.c (mon.1) 4364 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:14.017 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.634343+0000 mon.c (mon.1) 4365 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:14.017 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.635372+0000 mon.c (mon.1) 4366 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:14.017 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.643912+0000 mon.a (mon.0) 1787 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:14.017 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.728289+0000 mon.c (mon.1) 4367 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:14.017 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.731935+0000 mon.c (mon.1) 4368 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:14.017 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.735896+0000 mon.c (mon.1) 4369 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:14.017 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:13 smithi117 bash[62284]: audit 2024-03-30T04:48:13.737337+0000 mon.c (mon.1) 4370 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:14.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cluster 2024-03-30T04:48:11.845862+0000 mgr.y (mgr.25441) 4086 : cluster [DBG] pgmap v2707: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 18 op/s; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cluster 2024-03-30T04:48:11.846352+0000 mgr.y (mgr.25441) 4087 : cluster [DBG] pgmap v2708: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 18 op/s; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cephadm 2024-03-30T04:48:11.855347+0000 mgr.y (mgr.25441) 4088 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cluster 2024-03-30T04:48:11.903070+0000 mgr.y (mgr.25441) 4089 : cluster [DBG] pgmap v2709: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 23 op/s; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cluster 2024-03-30T04:48:11.903456+0000 mgr.y (mgr.25441) 4090 : cluster [DBG] pgmap v2710: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 23 op/s; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cephadm 2024-03-30T04:48:11.912904+0000 mgr.y (mgr.25441) 4091 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cluster 2024-03-30T04:48:11.960511+0000 mgr.y (mgr.25441) 4092 : cluster [DBG] pgmap v2711: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cluster 2024-03-30T04:48:11.960884+0000 mgr.y (mgr.25441) 4093 : cluster [DBG] pgmap v2712: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cephadm 2024-03-30T04:48:11.970590+0000 mgr.y (mgr.25441) 4094 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cluster 2024-03-30T04:48:12.037860+0000 mgr.y (mgr.25441) 4095 : cluster [DBG] pgmap v2713: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cluster 2024-03-30T04:48:12.038209+0000 mgr.y (mgr.25441) 4096 : cluster [DBG] pgmap v2714: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cephadm 2024-03-30T04:48:12.049007+0000 mgr.y (mgr.25441) 4097 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cluster 2024-03-30T04:48:12.098720+0000 mgr.y (mgr.25441) 4098 : cluster [DBG] pgmap v2715: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cluster 2024-03-30T04:48:12.099094+0000 mgr.y (mgr.25441) 4099 : cluster [DBG] pgmap v2716: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cephadm 2024-03-30T04:48:12.105153+0000 mgr.y (mgr.25441) 4100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cluster 2024-03-30T04:48:12.151220+0000 mgr.y (mgr.25441) 4101 : cluster [DBG] pgmap v2717: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cluster 2024-03-30T04:48:12.151596+0000 mgr.y (mgr.25441) 4102 : cluster [DBG] pgmap v2718: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cephadm 2024-03-30T04:48:12.157514+0000 mgr.y (mgr.25441) 4103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cluster 2024-03-30T04:48:12.206409+0000 mgr.y (mgr.25441) 4104 : cluster [DBG] pgmap v2719: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cluster 2024-03-30T04:48:12.206759+0000 mgr.y (mgr.25441) 4105 : cluster [DBG] pgmap v2720: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cephadm 2024-03-30T04:48:12.212733+0000 mgr.y (mgr.25441) 4106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cluster 2024-03-30T04:48:12.258896+0000 mgr.y (mgr.25441) 4107 : cluster [DBG] pgmap v2721: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cluster 2024-03-30T04:48:12.259234+0000 mgr.y (mgr.25441) 4108 : cluster [DBG] pgmap v2722: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cephadm 2024-03-30T04:48:12.264948+0000 mgr.y (mgr.25441) 4109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cluster 2024-03-30T04:48:12.311375+0000 mgr.y (mgr.25441) 4110 : cluster [DBG] pgmap v2723: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cluster 2024-03-30T04:48:12.311821+0000 mgr.y (mgr.25441) 4111 : cluster [DBG] pgmap v2724: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cephadm 2024-03-30T04:48:12.317357+0000 mgr.y (mgr.25441) 4112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cluster 2024-03-30T04:48:12.364099+0000 mgr.y (mgr.25441) 4113 : cluster [DBG] pgmap v2725: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cluster 2024-03-30T04:48:12.364412+0000 mgr.y (mgr.25441) 4114 : cluster [DBG] pgmap v2726: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cephadm 2024-03-30T04:48:12.369996+0000 mgr.y (mgr.25441) 4115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cluster 2024-03-30T04:48:12.416198+0000 mgr.y (mgr.25441) 4116 : cluster [DBG] pgmap v2727: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cluster 2024-03-30T04:48:12.416543+0000 mgr.y (mgr.25441) 4117 : cluster [DBG] pgmap v2728: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cephadm 2024-03-30T04:48:12.422130+0000 mgr.y (mgr.25441) 4118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cluster 2024-03-30T04:48:12.469196+0000 mgr.y (mgr.25441) 4119 : cluster [DBG] pgmap v2729: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cluster 2024-03-30T04:48:12.469516+0000 mgr.y (mgr.25441) 4120 : cluster [DBG] pgmap v2730: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cephadm 2024-03-30T04:48:12.475568+0000 mgr.y (mgr.25441) 4121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cluster 2024-03-30T04:48:12.526659+0000 mgr.y (mgr.25441) 4122 : cluster [DBG] pgmap v2731: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cluster 2024-03-30T04:48:12.527169+0000 mgr.y (mgr.25441) 4123 : cluster [DBG] pgmap v2732: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cephadm 2024-03-30T04:48:12.533675+0000 mgr.y (mgr.25441) 4124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cluster 2024-03-30T04:48:12.586124+0000 mgr.y (mgr.25441) 4125 : cluster [DBG] pgmap v2733: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cluster 2024-03-30T04:48:12.586537+0000 mgr.y (mgr.25441) 4126 : cluster [DBG] pgmap v2734: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cephadm 2024-03-30T04:48:12.592911+0000 mgr.y (mgr.25441) 4127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cluster 2024-03-30T04:48:12.639741+0000 mgr.y (mgr.25441) 4128 : cluster [DBG] pgmap v2735: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cluster 2024-03-30T04:48:12.640125+0000 mgr.y (mgr.25441) 4129 : cluster [DBG] pgmap v2736: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cephadm 2024-03-30T04:48:12.646313+0000 mgr.y (mgr.25441) 4130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cluster 2024-03-30T04:48:12.692435+0000 mgr.y (mgr.25441) 4131 : cluster [DBG] pgmap v2737: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cluster 2024-03-30T04:48:12.692838+0000 mgr.y (mgr.25441) 4132 : cluster [DBG] pgmap v2738: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cephadm 2024-03-30T04:48:12.699872+0000 mgr.y (mgr.25441) 4133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:12.752645+0000 mon.c (mon.1) 4315 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:14.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:12.755569+0000 mon.c (mon.1) 4316 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:14.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:12.757859+0000 mon.c (mon.1) 4317 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:14.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:12.758688+0000 mon.c (mon.1) 4318 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:14.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cluster 2024-03-30T04:48:12.760177+0000 mgr.y (mgr.25441) 4134 : cluster [DBG] pgmap v2739: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cluster 2024-03-30T04:48:12.760538+0000 mgr.y (mgr.25441) 4135 : cluster [DBG] pgmap v2740: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:12.765248+0000 mon.a (mon.0) 1775 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:14.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: cephadm 2024-03-30T04:48:12.766798+0000 mgr.y (mgr.25441) 4136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:12.807219+0000 mon.c (mon.1) 4319 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:14.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:12.808980+0000 mon.c (mon.1) 4320 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:14.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:12.810655+0000 mon.c (mon.1) 4321 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:14.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:12.811294+0000 mon.c (mon.1) 4322 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:14.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:12.817814+0000 mon.a (mon.0) 1776 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:14.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:12.864214+0000 mon.c (mon.1) 4323 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:14.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:12.866472+0000 mon.c (mon.1) 4324 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:14.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:12.868444+0000 mon.c (mon.1) 4325 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:14.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:12.869116+0000 mon.c (mon.1) 4326 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:14.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:12.875498+0000 mon.a (mon.0) 1777 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:14.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cluster 2024-03-30T04:48:11.845862+0000 mgr.y (mgr.25441) 4086 : cluster [DBG] pgmap v2707: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 18 op/s; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cluster 2024-03-30T04:48:11.846352+0000 mgr.y (mgr.25441) 4087 : cluster [DBG] pgmap v2708: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 18 op/s; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cephadm 2024-03-30T04:48:11.855347+0000 mgr.y (mgr.25441) 4088 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cluster 2024-03-30T04:48:11.903070+0000 mgr.y (mgr.25441) 4089 : cluster [DBG] pgmap v2709: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 23 op/s; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cluster 2024-03-30T04:48:11.903456+0000 mgr.y (mgr.25441) 4090 : cluster [DBG] pgmap v2710: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 23 op/s; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cephadm 2024-03-30T04:48:11.912904+0000 mgr.y (mgr.25441) 4091 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cluster 2024-03-30T04:48:11.960511+0000 mgr.y (mgr.25441) 4092 : cluster [DBG] pgmap v2711: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cluster 2024-03-30T04:48:11.960884+0000 mgr.y (mgr.25441) 4093 : cluster [DBG] pgmap v2712: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cephadm 2024-03-30T04:48:11.970590+0000 mgr.y (mgr.25441) 4094 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cluster 2024-03-30T04:48:12.037860+0000 mgr.y (mgr.25441) 4095 : cluster [DBG] pgmap v2713: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cluster 2024-03-30T04:48:12.038209+0000 mgr.y (mgr.25441) 4096 : cluster [DBG] pgmap v2714: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cephadm 2024-03-30T04:48:12.049007+0000 mgr.y (mgr.25441) 4097 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cluster 2024-03-30T04:48:12.098720+0000 mgr.y (mgr.25441) 4098 : cluster [DBG] pgmap v2715: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cluster 2024-03-30T04:48:12.099094+0000 mgr.y (mgr.25441) 4099 : cluster [DBG] pgmap v2716: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cephadm 2024-03-30T04:48:12.105153+0000 mgr.y (mgr.25441) 4100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:12.917674+0000 mon.c (mon.1) 4327 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:14.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:12.919817+0000 mon.c (mon.1) 4328 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:14.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:12.921807+0000 mon.c (mon.1) 4329 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:14.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:12.922445+0000 mon.c (mon.1) 4330 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:14.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:12.929275+0000 mon.a (mon.0) 1778 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:14.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:12.973488+0000 mon.c (mon.1) 4331 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:14.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:12.975980+0000 mon.c (mon.1) 4332 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:14.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:12.978908+0000 mon.c (mon.1) 4333 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:14.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:12.979576+0000 mon.c (mon.1) 4334 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:14.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:12.987645+0000 mon.a (mon.0) 1779 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:14.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.030998+0000 mon.c (mon.1) 4335 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:14.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.032747+0000 mon.c (mon.1) 4336 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:14.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.034730+0000 mon.c (mon.1) 4337 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:14.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.035421+0000 mon.c (mon.1) 4338 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:14.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.044144+0000 mon.a (mon.0) 1780 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:14.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.107917+0000 mon.c (mon.1) 4339 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:14.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.110651+0000 mon.c (mon.1) 4340 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:14.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.113821+0000 mon.c (mon.1) 4341 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:14.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.114749+0000 mon.c (mon.1) 4342 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:14.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.123759+0000 mon.a (mon.0) 1781 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:14.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.189713+0000 mon.c (mon.1) 4343 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:14.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.192540+0000 mon.c (mon.1) 4344 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:14.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.195609+0000 mon.c (mon.1) 4345 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:14.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.196585+0000 mon.c (mon.1) 4346 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:14.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.205322+0000 mon.a (mon.0) 1782 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:14.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.270179+0000 mon.c (mon.1) 4347 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:14.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.272613+0000 mon.c (mon.1) 4348 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:14.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.275139+0000 mon.c (mon.1) 4349 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:14.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.276022+0000 mon.c (mon.1) 4350 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:14.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.283995+0000 mon.a (mon.0) 1783 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:14.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.361851+0000 mon.c (mon.1) 4351 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:14.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.364277+0000 mon.c (mon.1) 4352 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:14.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.366746+0000 mon.c (mon.1) 4353 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:14.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.367553+0000 mon.c (mon.1) 4354 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:14.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.374310+0000 mon.a (mon.0) 1784 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:14.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.433813+0000 mon.c (mon.1) 4355 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:14.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.435861+0000 mon.c (mon.1) 4356 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:14.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.437750+0000 mon.c (mon.1) 4357 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:14.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.438503+0000 mon.c (mon.1) 4358 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:14.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.449842+0000 mon.a (mon.0) 1785 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:14.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.524532+0000 mon.c (mon.1) 4359 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:14.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.527101+0000 mon.c (mon.1) 4360 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:14.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.529598+0000 mon.c (mon.1) 4361 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:14.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.530931+0000 mon.c (mon.1) 4362 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:14.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.542840+0000 mon.a (mon.0) 1786 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:14.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.627330+0000 mon.c (mon.1) 4363 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:14.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.630816+0000 mon.c (mon.1) 4364 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:14.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.634343+0000 mon.c (mon.1) 4365 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:14.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.635372+0000 mon.c (mon.1) 4366 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:14.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.643912+0000 mon.a (mon.0) 1787 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:14.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.728289+0000 mon.c (mon.1) 4367 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:14.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.731935+0000 mon.c (mon.1) 4368 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:14.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.735896+0000 mon.c (mon.1) 4369 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:14.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[70954]: audit 2024-03-30T04:48:13.737337+0000 mon.c (mon.1) 4370 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:14.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cluster 2024-03-30T04:48:12.151220+0000 mgr.y (mgr.25441) 4101 : cluster [DBG] pgmap v2717: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cluster 2024-03-30T04:48:12.151596+0000 mgr.y (mgr.25441) 4102 : cluster [DBG] pgmap v2718: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cephadm 2024-03-30T04:48:12.157514+0000 mgr.y (mgr.25441) 4103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cluster 2024-03-30T04:48:12.206409+0000 mgr.y (mgr.25441) 4104 : cluster [DBG] pgmap v2719: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cluster 2024-03-30T04:48:12.206759+0000 mgr.y (mgr.25441) 4105 : cluster [DBG] pgmap v2720: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cephadm 2024-03-30T04:48:12.212733+0000 mgr.y (mgr.25441) 4106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cluster 2024-03-30T04:48:12.258896+0000 mgr.y (mgr.25441) 4107 : cluster [DBG] pgmap v2721: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cluster 2024-03-30T04:48:12.259234+0000 mgr.y (mgr.25441) 4108 : cluster [DBG] pgmap v2722: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cephadm 2024-03-30T04:48:12.264948+0000 mgr.y (mgr.25441) 4109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cluster 2024-03-30T04:48:12.311375+0000 mgr.y (mgr.25441) 4110 : cluster [DBG] pgmap v2723: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cluster 2024-03-30T04:48:12.311821+0000 mgr.y (mgr.25441) 4111 : cluster [DBG] pgmap v2724: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cephadm 2024-03-30T04:48:12.317357+0000 mgr.y (mgr.25441) 4112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cluster 2024-03-30T04:48:12.364099+0000 mgr.y (mgr.25441) 4113 : cluster [DBG] pgmap v2725: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cluster 2024-03-30T04:48:12.364412+0000 mgr.y (mgr.25441) 4114 : cluster [DBG] pgmap v2726: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cephadm 2024-03-30T04:48:12.369996+0000 mgr.y (mgr.25441) 4115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cluster 2024-03-30T04:48:12.416198+0000 mgr.y (mgr.25441) 4116 : cluster [DBG] pgmap v2727: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cluster 2024-03-30T04:48:12.416543+0000 mgr.y (mgr.25441) 4117 : cluster [DBG] pgmap v2728: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cephadm 2024-03-30T04:48:12.422130+0000 mgr.y (mgr.25441) 4118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cluster 2024-03-30T04:48:12.469196+0000 mgr.y (mgr.25441) 4119 : cluster [DBG] pgmap v2729: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cluster 2024-03-30T04:48:12.469516+0000 mgr.y (mgr.25441) 4120 : cluster [DBG] pgmap v2730: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cephadm 2024-03-30T04:48:12.475568+0000 mgr.y (mgr.25441) 4121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cluster 2024-03-30T04:48:12.526659+0000 mgr.y (mgr.25441) 4122 : cluster [DBG] pgmap v2731: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cluster 2024-03-30T04:48:12.527169+0000 mgr.y (mgr.25441) 4123 : cluster [DBG] pgmap v2732: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cephadm 2024-03-30T04:48:12.533675+0000 mgr.y (mgr.25441) 4124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cluster 2024-03-30T04:48:12.586124+0000 mgr.y (mgr.25441) 4125 : cluster [DBG] pgmap v2733: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cluster 2024-03-30T04:48:12.586537+0000 mgr.y (mgr.25441) 4126 : cluster [DBG] pgmap v2734: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cephadm 2024-03-30T04:48:12.592911+0000 mgr.y (mgr.25441) 4127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cluster 2024-03-30T04:48:12.639741+0000 mgr.y (mgr.25441) 4128 : cluster [DBG] pgmap v2735: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cluster 2024-03-30T04:48:12.640125+0000 mgr.y (mgr.25441) 4129 : cluster [DBG] pgmap v2736: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cephadm 2024-03-30T04:48:12.646313+0000 mgr.y (mgr.25441) 4130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cluster 2024-03-30T04:48:12.692435+0000 mgr.y (mgr.25441) 4131 : cluster [DBG] pgmap v2737: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cluster 2024-03-30T04:48:12.692838+0000 mgr.y (mgr.25441) 4132 : cluster [DBG] pgmap v2738: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cephadm 2024-03-30T04:48:12.699872+0000 mgr.y (mgr.25441) 4133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:12.752645+0000 mon.c (mon.1) 4315 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:14.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:12.755569+0000 mon.c (mon.1) 4316 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:14.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:12.757859+0000 mon.c (mon.1) 4317 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:14.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:12.758688+0000 mon.c (mon.1) 4318 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:14.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cluster 2024-03-30T04:48:12.760177+0000 mgr.y (mgr.25441) 4134 : cluster [DBG] pgmap v2739: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cluster 2024-03-30T04:48:12.760538+0000 mgr.y (mgr.25441) 4135 : cluster [DBG] pgmap v2740: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:14.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:12.765248+0000 mon.a (mon.0) 1775 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:14.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: cephadm 2024-03-30T04:48:12.766798+0000 mgr.y (mgr.25441) 4136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:14.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:12.807219+0000 mon.c (mon.1) 4319 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:14.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:12.808980+0000 mon.c (mon.1) 4320 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:14.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:12.810655+0000 mon.c (mon.1) 4321 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:14.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:12.811294+0000 mon.c (mon.1) 4322 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:14.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:12.817814+0000 mon.a (mon.0) 1776 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:14.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:12.864214+0000 mon.c (mon.1) 4323 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:14.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:12.866472+0000 mon.c (mon.1) 4324 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:14.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:12.868444+0000 mon.c (mon.1) 4325 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:14.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:12.869116+0000 mon.c (mon.1) 4326 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:14.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:12.875498+0000 mon.a (mon.0) 1777 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:14.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:12.917674+0000 mon.c (mon.1) 4327 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:14.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:12.919817+0000 mon.c (mon.1) 4328 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:14.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:12.921807+0000 mon.c (mon.1) 4329 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:14.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:12.922445+0000 mon.c (mon.1) 4330 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:14.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:12.929275+0000 mon.a (mon.0) 1778 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:14.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:12.973488+0000 mon.c (mon.1) 4331 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:14.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:12.975980+0000 mon.c (mon.1) 4332 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:14.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:12.978908+0000 mon.c (mon.1) 4333 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:14.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:12.979576+0000 mon.c (mon.1) 4334 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:14.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:12.987645+0000 mon.a (mon.0) 1779 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:14.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.030998+0000 mon.c (mon.1) 4335 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:14.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.032747+0000 mon.c (mon.1) 4336 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:14.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.034730+0000 mon.c (mon.1) 4337 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:14.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.035421+0000 mon.c (mon.1) 4338 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:14.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.044144+0000 mon.a (mon.0) 1780 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:14.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.107917+0000 mon.c (mon.1) 4339 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:14.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.110651+0000 mon.c (mon.1) 4340 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:14.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.113821+0000 mon.c (mon.1) 4341 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:14.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.114749+0000 mon.c (mon.1) 4342 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:14.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.123759+0000 mon.a (mon.0) 1781 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:14.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.189713+0000 mon.c (mon.1) 4343 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:14.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.192540+0000 mon.c (mon.1) 4344 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:14.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.195609+0000 mon.c (mon.1) 4345 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:14.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.196585+0000 mon.c (mon.1) 4346 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:14.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.205322+0000 mon.a (mon.0) 1782 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:14.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.270179+0000 mon.c (mon.1) 4347 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:14.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.272613+0000 mon.c (mon.1) 4348 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:14.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.275139+0000 mon.c (mon.1) 4349 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:14.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.276022+0000 mon.c (mon.1) 4350 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:14.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.283995+0000 mon.a (mon.0) 1783 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:14.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.361851+0000 mon.c (mon.1) 4351 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:14.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.364277+0000 mon.c (mon.1) 4352 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:14.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.366746+0000 mon.c (mon.1) 4353 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:14.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.367553+0000 mon.c (mon.1) 4354 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:14.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.374310+0000 mon.a (mon.0) 1784 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:14.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.433813+0000 mon.c (mon.1) 4355 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:14.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.435861+0000 mon.c (mon.1) 4356 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:14.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.437750+0000 mon.c (mon.1) 4357 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:14.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.438503+0000 mon.c (mon.1) 4358 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:14.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.449842+0000 mon.a (mon.0) 1785 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:14.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.524532+0000 mon.c (mon.1) 4359 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:14.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.527101+0000 mon.c (mon.1) 4360 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:14.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.529598+0000 mon.c (mon.1) 4361 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:14.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.530931+0000 mon.c (mon.1) 4362 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:14.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.542840+0000 mon.a (mon.0) 1786 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:14.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.627330+0000 mon.c (mon.1) 4363 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:14.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.630816+0000 mon.c (mon.1) 4364 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:14.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.634343+0000 mon.c (mon.1) 4365 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:14.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.635372+0000 mon.c (mon.1) 4366 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:14.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.643912+0000 mon.a (mon.0) 1787 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:14.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.728289+0000 mon.c (mon.1) 4367 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:14.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.731935+0000 mon.c (mon.1) 4368 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:14.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.735896+0000 mon.c (mon.1) 4369 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:14.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:13 smithi111 bash[73591]: audit 2024-03-30T04:48:13.737337+0000 mon.c (mon.1) 4370 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.070 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: cluster 2024-03-30T04:48:12.812625+0000 mgr.y (mgr.25441) 4137 : cluster [DBG] pgmap v2741: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.070 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: cluster 2024-03-30T04:48:12.813050+0000 mgr.y (mgr.25441) 4138 : cluster [DBG] pgmap v2742: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.070 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: cephadm 2024-03-30T04:48:12.818896+0000 mgr.y (mgr.25441) 4139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:15.070 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: cluster 2024-03-30T04:48:12.870639+0000 mgr.y (mgr.25441) 4140 : cluster [DBG] pgmap v2743: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.070 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: cluster 2024-03-30T04:48:12.870973+0000 mgr.y (mgr.25441) 4141 : cluster [DBG] pgmap v2744: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.070 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: cephadm 2024-03-30T04:48:12.876814+0000 mgr.y (mgr.25441) 4142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:15.071 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: cluster 2024-03-30T04:48:12.923826+0000 mgr.y (mgr.25441) 4143 : cluster [DBG] pgmap v2745: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.071 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: cluster 2024-03-30T04:48:12.924170+0000 mgr.y (mgr.25441) 4144 : cluster [DBG] pgmap v2746: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.071 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: cephadm 2024-03-30T04:48:12.932556+0000 mgr.y (mgr.25441) 4145 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:15.071 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: cluster 2024-03-30T04:48:12.980892+0000 mgr.y (mgr.25441) 4146 : cluster [DBG] pgmap v2747: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.071 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: cluster 2024-03-30T04:48:12.981217+0000 mgr.y (mgr.25441) 4147 : cluster [DBG] pgmap v2748: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.071 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: cephadm 2024-03-30T04:48:12.990666+0000 mgr.y (mgr.25441) 4148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:15.071 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: cluster 2024-03-30T04:48:13.036751+0000 mgr.y (mgr.25441) 4149 : cluster [DBG] pgmap v2749: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.071 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: cluster 2024-03-30T04:48:13.037096+0000 mgr.y (mgr.25441) 4150 : cluster [DBG] pgmap v2750: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.071 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: cephadm 2024-03-30T04:48:13.047121+0000 mgr.y (mgr.25441) 4151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:15.071 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: cluster 2024-03-30T04:48:13.117014+0000 mgr.y (mgr.25441) 4152 : cluster [DBG] pgmap v2751: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.071 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: cluster 2024-03-30T04:48:13.118108+0000 mgr.y (mgr.25441) 4153 : cluster [DBG] pgmap v2752: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.072 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: cephadm 2024-03-30T04:48:13.129239+0000 mgr.y (mgr.25441) 4154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:15.072 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: cluster 2024-03-30T04:48:13.198595+0000 mgr.y (mgr.25441) 4155 : cluster [DBG] pgmap v2753: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.072 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: cluster 2024-03-30T04:48:13.199656+0000 mgr.y (mgr.25441) 4156 : cluster [DBG] pgmap v2754: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.072 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: cephadm 2024-03-30T04:48:13.208882+0000 mgr.y (mgr.25441) 4157 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:15.072 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: cluster 2024-03-30T04:48:13.278027+0000 mgr.y (mgr.25441) 4158 : cluster [DBG] pgmap v2755: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.072 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: cluster 2024-03-30T04:48:13.278942+0000 mgr.y (mgr.25441) 4159 : cluster [DBG] pgmap v2756: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.072 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: cephadm 2024-03-30T04:48:13.284621+0000 mgr.y (mgr.25441) 4160 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:15.072 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: cluster 2024-03-30T04:48:13.369499+0000 mgr.y (mgr.25441) 4161 : cluster [DBG] pgmap v2757: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.072 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: cluster 2024-03-30T04:48:13.370304+0000 mgr.y (mgr.25441) 4162 : cluster [DBG] pgmap v2758: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.072 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: cephadm 2024-03-30T04:48:13.375387+0000 mgr.y (mgr.25441) 4163 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:15.072 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: cluster 2024-03-30T04:48:13.440354+0000 mgr.y (mgr.25441) 4164 : cluster [DBG] pgmap v2759: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.073 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: cluster 2024-03-30T04:48:13.440891+0000 mgr.y (mgr.25441) 4165 : cluster [DBG] pgmap v2760: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.073 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: cephadm 2024-03-30T04:48:13.450924+0000 mgr.y (mgr.25441) 4166 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:15.073 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: cluster 2024-03-30T04:48:13.532996+0000 mgr.y (mgr.25441) 4167 : cluster [DBG] pgmap v2761: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.073 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: cluster 2024-03-30T04:48:13.533386+0000 mgr.y (mgr.25441) 4168 : cluster [DBG] pgmap v2762: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.073 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: cephadm 2024-03-30T04:48:13.544963+0000 mgr.y (mgr.25441) 4169 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:15.073 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: cluster 2024-03-30T04:48:13.638035+0000 mgr.y (mgr.25441) 4170 : cluster [DBG] pgmap v2763: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.073 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: cephadm 2024-03-30T04:48:13.644775+0000 mgr.y (mgr.25441) 4171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:15.073 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: cluster 2024-03-30T04:48:13.740236+0000 mgr.y (mgr.25441) 4172 : cluster [DBG] pgmap v2764: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.073 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: cluster 2024-03-30T04:48:13.741205+0000 mgr.y (mgr.25441) 4173 : cluster [DBG] pgmap v2765: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.073 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: cluster 2024-03-30T04:48:13.742901+0000 mon.a (mon.0) 1788 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:48:15.074 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:13.761808+0000 mon.a (mon.0) 1789 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.074 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: cephadm 2024-03-30T04:48:13.766072+0000 mgr.y (mgr.25441) 4174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:15.074 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:13.823709+0000 mon.c (mon.1) 4371 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.074 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:13.825934+0000 mon.c (mon.1) 4372 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.074 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:13.829406+0000 mon.c (mon.1) 4373 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.074 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:13.830613+0000 mon.c (mon.1) 4374 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.074 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:13.838728+0000 mon.a (mon.0) 1790 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.074 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:13.897246+0000 mon.c (mon.1) 4375 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.074 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:13.900975+0000 mon.c (mon.1) 4376 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.074 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:13.903929+0000 mon.c (mon.1) 4377 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.075 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:13.905050+0000 mon.c (mon.1) 4378 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.075 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:13.913102+0000 mon.a (mon.0) 1791 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.075 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:13.969711+0000 mon.c (mon.1) 4379 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.075 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:13.971904+0000 mon.c (mon.1) 4380 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.075 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:13.974844+0000 mon.c (mon.1) 4381 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.075 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:13.975718+0000 mon.c (mon.1) 4382 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.075 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:13.982769+0000 mon.a (mon.0) 1792 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.075 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.028852+0000 mon.c (mon.1) 4383 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.075 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.032690+0000 mon.c (mon.1) 4384 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.075 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.035732+0000 mon.c (mon.1) 4385 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.075 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.036711+0000 mon.c (mon.1) 4386 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.075 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.047747+0000 mon.a (mon.0) 1793 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.075 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.128381+0000 mon.c (mon.1) 4387 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.076 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.132683+0000 mon.c (mon.1) 4388 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.076 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.136534+0000 mon.c (mon.1) 4389 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.076 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.137909+0000 mon.c (mon.1) 4390 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.076 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.148655+0000 mon.a (mon.0) 1794 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.076 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.209001+0000 mon.c (mon.1) 4391 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.076 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.211363+0000 mon.c (mon.1) 4392 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.076 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.213387+0000 mon.c (mon.1) 4393 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.076 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.214185+0000 mon.c (mon.1) 4394 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.076 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.223316+0000 mon.a (mon.0) 1795 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.076 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.267324+0000 mon.c (mon.1) 4395 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.076 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.269747+0000 mon.c (mon.1) 4396 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.076 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.272142+0000 mon.c (mon.1) 4397 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.076 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.273150+0000 mon.c (mon.1) 4398 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.077 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.282602+0000 mon.a (mon.0) 1796 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.077 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.343623+0000 mon.c (mon.1) 4399 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.077 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.346184+0000 mon.c (mon.1) 4400 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.077 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.348513+0000 mon.c (mon.1) 4401 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.077 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.349343+0000 mon.c (mon.1) 4402 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.077 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.360182+0000 mon.a (mon.0) 1797 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.077 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.406140+0000 mon.c (mon.1) 4403 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.077 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.408418+0000 mon.c (mon.1) 4404 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.077 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.410447+0000 mon.c (mon.1) 4405 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.077 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.411201+0000 mon.c (mon.1) 4406 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.077 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.418567+0000 mon.a (mon.0) 1798 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.077 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.461593+0000 mon.c (mon.1) 4407 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.077 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.463481+0000 mon.c (mon.1) 4408 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.077 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.465369+0000 mon.c (mon.1) 4409 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.078 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.466003+0000 mon.c (mon.1) 4410 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.078 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.472659+0000 mon.a (mon.0) 1799 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.078 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.515203+0000 mon.c (mon.1) 4411 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.078 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.517133+0000 mon.c (mon.1) 4412 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.078 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.519200+0000 mon.c (mon.1) 4413 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.078 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.519976+0000 mon.c (mon.1) 4414 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.078 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.527083+0000 mon.a (mon.0) 1800 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.078 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.572123+0000 mon.c (mon.1) 4415 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.078 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.574202+0000 mon.c (mon.1) 4416 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.078 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.576128+0000 mon.c (mon.1) 4417 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.078 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.576801+0000 mon.c (mon.1) 4418 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.078 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.583733+0000 mon.a (mon.0) 1801 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.078 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.627176+0000 mon.c (mon.1) 4419 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.078 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.629214+0000 mon.c (mon.1) 4420 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.079 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.631068+0000 mon.c (mon.1) 4421 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.079 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.631802+0000 mon.c (mon.1) 4422 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.079 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.637987+0000 mon.a (mon.0) 1802 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.079 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.680869+0000 mon.c (mon.1) 4423 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.079 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.682865+0000 mon.c (mon.1) 4424 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.079 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.684745+0000 mon.c (mon.1) 4425 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.079 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.685471+0000 mon.c (mon.1) 4426 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.079 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.691869+0000 mon.a (mon.0) 1803 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.079 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.734668+0000 mon.c (mon.1) 4427 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.079 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.736634+0000 mon.c (mon.1) 4428 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.079 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.738552+0000 mon.c (mon.1) 4429 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.079 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.739200+0000 mon.c (mon.1) 4430 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.079 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: cluster 2024-03-30T04:48:14.744782+0000 mon.a (mon.0) 1804 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:48:15.079 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:14 smithi117 bash[62284]: audit 2024-03-30T04:48:14.747680+0000 mon.a (mon.0) 1805 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: cluster 2024-03-30T04:48:12.812625+0000 mgr.y (mgr.25441) 4137 : cluster [DBG] pgmap v2741: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: cluster 2024-03-30T04:48:12.813050+0000 mgr.y (mgr.25441) 4138 : cluster [DBG] pgmap v2742: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: cephadm 2024-03-30T04:48:12.818896+0000 mgr.y (mgr.25441) 4139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:15.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: cluster 2024-03-30T04:48:12.870639+0000 mgr.y (mgr.25441) 4140 : cluster [DBG] pgmap v2743: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: cluster 2024-03-30T04:48:12.870973+0000 mgr.y (mgr.25441) 4141 : cluster [DBG] pgmap v2744: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: cephadm 2024-03-30T04:48:12.876814+0000 mgr.y (mgr.25441) 4142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:15.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: cluster 2024-03-30T04:48:12.923826+0000 mgr.y (mgr.25441) 4143 : cluster [DBG] pgmap v2745: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: cluster 2024-03-30T04:48:12.924170+0000 mgr.y (mgr.25441) 4144 : cluster [DBG] pgmap v2746: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: cephadm 2024-03-30T04:48:12.932556+0000 mgr.y (mgr.25441) 4145 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:15.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: cluster 2024-03-30T04:48:12.980892+0000 mgr.y (mgr.25441) 4146 : cluster [DBG] pgmap v2747: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: cluster 2024-03-30T04:48:12.981217+0000 mgr.y (mgr.25441) 4147 : cluster [DBG] pgmap v2748: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: cephadm 2024-03-30T04:48:12.990666+0000 mgr.y (mgr.25441) 4148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:15.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: cluster 2024-03-30T04:48:13.036751+0000 mgr.y (mgr.25441) 4149 : cluster [DBG] pgmap v2749: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: cluster 2024-03-30T04:48:13.037096+0000 mgr.y (mgr.25441) 4150 : cluster [DBG] pgmap v2750: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: cephadm 2024-03-30T04:48:13.047121+0000 mgr.y (mgr.25441) 4151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:15.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: cluster 2024-03-30T04:48:12.812625+0000 mgr.y (mgr.25441) 4137 : cluster [DBG] pgmap v2741: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: cluster 2024-03-30T04:48:12.813050+0000 mgr.y (mgr.25441) 4138 : cluster [DBG] pgmap v2742: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: cephadm 2024-03-30T04:48:12.818896+0000 mgr.y (mgr.25441) 4139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:15.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: cluster 2024-03-30T04:48:12.870639+0000 mgr.y (mgr.25441) 4140 : cluster [DBG] pgmap v2743: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: cluster 2024-03-30T04:48:12.870973+0000 mgr.y (mgr.25441) 4141 : cluster [DBG] pgmap v2744: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: cephadm 2024-03-30T04:48:12.876814+0000 mgr.y (mgr.25441) 4142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:15.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: cluster 2024-03-30T04:48:12.923826+0000 mgr.y (mgr.25441) 4143 : cluster [DBG] pgmap v2745: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: cluster 2024-03-30T04:48:12.924170+0000 mgr.y (mgr.25441) 4144 : cluster [DBG] pgmap v2746: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: cephadm 2024-03-30T04:48:12.932556+0000 mgr.y (mgr.25441) 4145 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:15.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: cluster 2024-03-30T04:48:12.980892+0000 mgr.y (mgr.25441) 4146 : cluster [DBG] pgmap v2747: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: cluster 2024-03-30T04:48:12.981217+0000 mgr.y (mgr.25441) 4147 : cluster [DBG] pgmap v2748: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: cephadm 2024-03-30T04:48:12.990666+0000 mgr.y (mgr.25441) 4148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:15.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: cluster 2024-03-30T04:48:13.036751+0000 mgr.y (mgr.25441) 4149 : cluster [DBG] pgmap v2749: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: cluster 2024-03-30T04:48:13.037096+0000 mgr.y (mgr.25441) 4150 : cluster [DBG] pgmap v2750: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: cephadm 2024-03-30T04:48:13.047121+0000 mgr.y (mgr.25441) 4151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:15.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: cluster 2024-03-30T04:48:13.117014+0000 mgr.y (mgr.25441) 4152 : cluster [DBG] pgmap v2751: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: cluster 2024-03-30T04:48:13.118108+0000 mgr.y (mgr.25441) 4153 : cluster [DBG] pgmap v2752: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: cephadm 2024-03-30T04:48:13.129239+0000 mgr.y (mgr.25441) 4154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:15.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: cluster 2024-03-30T04:48:13.198595+0000 mgr.y (mgr.25441) 4155 : cluster [DBG] pgmap v2753: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: cluster 2024-03-30T04:48:13.199656+0000 mgr.y (mgr.25441) 4156 : cluster [DBG] pgmap v2754: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: cephadm 2024-03-30T04:48:13.208882+0000 mgr.y (mgr.25441) 4157 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:15.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: cluster 2024-03-30T04:48:13.278027+0000 mgr.y (mgr.25441) 4158 : cluster [DBG] pgmap v2755: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: cluster 2024-03-30T04:48:13.278942+0000 mgr.y (mgr.25441) 4159 : cluster [DBG] pgmap v2756: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: cephadm 2024-03-30T04:48:13.284621+0000 mgr.y (mgr.25441) 4160 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:15.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: cluster 2024-03-30T04:48:13.369499+0000 mgr.y (mgr.25441) 4161 : cluster [DBG] pgmap v2757: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: cluster 2024-03-30T04:48:13.370304+0000 mgr.y (mgr.25441) 4162 : cluster [DBG] pgmap v2758: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: cephadm 2024-03-30T04:48:13.375387+0000 mgr.y (mgr.25441) 4163 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:15.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: cluster 2024-03-30T04:48:13.440354+0000 mgr.y (mgr.25441) 4164 : cluster [DBG] pgmap v2759: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: cluster 2024-03-30T04:48:13.440891+0000 mgr.y (mgr.25441) 4165 : cluster [DBG] pgmap v2760: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: cephadm 2024-03-30T04:48:13.450924+0000 mgr.y (mgr.25441) 4166 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:15.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: cluster 2024-03-30T04:48:13.532996+0000 mgr.y (mgr.25441) 4167 : cluster [DBG] pgmap v2761: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: cluster 2024-03-30T04:48:13.117014+0000 mgr.y (mgr.25441) 4152 : cluster [DBG] pgmap v2751: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: cluster 2024-03-30T04:48:13.118108+0000 mgr.y (mgr.25441) 4153 : cluster [DBG] pgmap v2752: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: cephadm 2024-03-30T04:48:13.129239+0000 mgr.y (mgr.25441) 4154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:15.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: cluster 2024-03-30T04:48:13.198595+0000 mgr.y (mgr.25441) 4155 : cluster [DBG] pgmap v2753: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: cluster 2024-03-30T04:48:13.199656+0000 mgr.y (mgr.25441) 4156 : cluster [DBG] pgmap v2754: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: cephadm 2024-03-30T04:48:13.208882+0000 mgr.y (mgr.25441) 4157 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:15.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: cluster 2024-03-30T04:48:13.278027+0000 mgr.y (mgr.25441) 4158 : cluster [DBG] pgmap v2755: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: cluster 2024-03-30T04:48:13.278942+0000 mgr.y (mgr.25441) 4159 : cluster [DBG] pgmap v2756: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: cephadm 2024-03-30T04:48:13.284621+0000 mgr.y (mgr.25441) 4160 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:15.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: cluster 2024-03-30T04:48:13.369499+0000 mgr.y (mgr.25441) 4161 : cluster [DBG] pgmap v2757: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: cluster 2024-03-30T04:48:13.370304+0000 mgr.y (mgr.25441) 4162 : cluster [DBG] pgmap v2758: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: cephadm 2024-03-30T04:48:13.375387+0000 mgr.y (mgr.25441) 4163 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:15.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: cluster 2024-03-30T04:48:13.440354+0000 mgr.y (mgr.25441) 4164 : cluster [DBG] pgmap v2759: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: cluster 2024-03-30T04:48:13.440891+0000 mgr.y (mgr.25441) 4165 : cluster [DBG] pgmap v2760: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: cephadm 2024-03-30T04:48:13.450924+0000 mgr.y (mgr.25441) 4166 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:15.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: cluster 2024-03-30T04:48:13.532996+0000 mgr.y (mgr.25441) 4167 : cluster [DBG] pgmap v2761: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: cluster 2024-03-30T04:48:13.533386+0000 mgr.y (mgr.25441) 4168 : cluster [DBG] pgmap v2762: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: cephadm 2024-03-30T04:48:13.544963+0000 mgr.y (mgr.25441) 4169 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:15.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: cluster 2024-03-30T04:48:13.638035+0000 mgr.y (mgr.25441) 4170 : cluster [DBG] pgmap v2763: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: cephadm 2024-03-30T04:48:13.644775+0000 mgr.y (mgr.25441) 4171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:15.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: cluster 2024-03-30T04:48:13.740236+0000 mgr.y (mgr.25441) 4172 : cluster [DBG] pgmap v2764: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: cluster 2024-03-30T04:48:13.741205+0000 mgr.y (mgr.25441) 4173 : cluster [DBG] pgmap v2765: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: cluster 2024-03-30T04:48:13.742901+0000 mon.a (mon.0) 1788 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:48:15.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:13.761808+0000 mon.a (mon.0) 1789 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: cephadm 2024-03-30T04:48:13.766072+0000 mgr.y (mgr.25441) 4174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:15.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:13.823709+0000 mon.c (mon.1) 4371 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:13.825934+0000 mon.c (mon.1) 4372 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:13.829406+0000 mon.c (mon.1) 4373 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:13.830613+0000 mon.c (mon.1) 4374 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:13.838728+0000 mon.a (mon.0) 1790 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:13.897246+0000 mon.c (mon.1) 4375 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:13.900975+0000 mon.c (mon.1) 4376 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:13.903929+0000 mon.c (mon.1) 4377 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:13.905050+0000 mon.c (mon.1) 4378 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:13.913102+0000 mon.a (mon.0) 1791 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: cluster 2024-03-30T04:48:13.533386+0000 mgr.y (mgr.25441) 4168 : cluster [DBG] pgmap v2762: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: cephadm 2024-03-30T04:48:13.544963+0000 mgr.y (mgr.25441) 4169 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:15.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: cluster 2024-03-30T04:48:13.638035+0000 mgr.y (mgr.25441) 4170 : cluster [DBG] pgmap v2763: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: cephadm 2024-03-30T04:48:13.644775+0000 mgr.y (mgr.25441) 4171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:15.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: cluster 2024-03-30T04:48:13.740236+0000 mgr.y (mgr.25441) 4172 : cluster [DBG] pgmap v2764: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: cluster 2024-03-30T04:48:13.741205+0000 mgr.y (mgr.25441) 4173 : cluster [DBG] pgmap v2765: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:15.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: cluster 2024-03-30T04:48:13.742901+0000 mon.a (mon.0) 1788 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:48:15.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:13.761808+0000 mon.a (mon.0) 1789 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: cephadm 2024-03-30T04:48:13.766072+0000 mgr.y (mgr.25441) 4174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:15.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:13.823709+0000 mon.c (mon.1) 4371 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:13.825934+0000 mon.c (mon.1) 4372 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:13.829406+0000 mon.c (mon.1) 4373 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:13.830613+0000 mon.c (mon.1) 4374 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:13.838728+0000 mon.a (mon.0) 1790 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:13.897246+0000 mon.c (mon.1) 4375 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:13.900975+0000 mon.c (mon.1) 4376 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:13.903929+0000 mon.c (mon.1) 4377 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:13.905050+0000 mon.c (mon.1) 4378 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:13.913102+0000 mon.a (mon.0) 1791 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:13.969711+0000 mon.c (mon.1) 4379 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:13.971904+0000 mon.c (mon.1) 4380 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:13.974844+0000 mon.c (mon.1) 4381 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:13.975718+0000 mon.c (mon.1) 4382 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:13.982769+0000 mon.a (mon.0) 1792 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.028852+0000 mon.c (mon.1) 4383 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.032690+0000 mon.c (mon.1) 4384 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.035732+0000 mon.c (mon.1) 4385 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.036711+0000 mon.c (mon.1) 4386 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.047747+0000 mon.a (mon.0) 1793 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.128381+0000 mon.c (mon.1) 4387 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.132683+0000 mon.c (mon.1) 4388 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.136534+0000 mon.c (mon.1) 4389 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.137909+0000 mon.c (mon.1) 4390 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.148655+0000 mon.a (mon.0) 1794 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.209001+0000 mon.c (mon.1) 4391 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.211363+0000 mon.c (mon.1) 4392 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.213387+0000 mon.c (mon.1) 4393 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.214185+0000 mon.c (mon.1) 4394 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.223316+0000 mon.a (mon.0) 1795 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:13.969711+0000 mon.c (mon.1) 4379 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:13.971904+0000 mon.c (mon.1) 4380 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:13.974844+0000 mon.c (mon.1) 4381 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:13.975718+0000 mon.c (mon.1) 4382 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:13.982769+0000 mon.a (mon.0) 1792 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.028852+0000 mon.c (mon.1) 4383 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.032690+0000 mon.c (mon.1) 4384 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.035732+0000 mon.c (mon.1) 4385 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.036711+0000 mon.c (mon.1) 4386 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.047747+0000 mon.a (mon.0) 1793 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.128381+0000 mon.c (mon.1) 4387 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.132683+0000 mon.c (mon.1) 4388 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.136534+0000 mon.c (mon.1) 4389 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.137909+0000 mon.c (mon.1) 4390 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.148655+0000 mon.a (mon.0) 1794 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.209001+0000 mon.c (mon.1) 4391 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.211363+0000 mon.c (mon.1) 4392 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.213387+0000 mon.c (mon.1) 4393 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.214185+0000 mon.c (mon.1) 4394 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.223316+0000 mon.a (mon.0) 1795 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.267324+0000 mon.c (mon.1) 4395 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.269747+0000 mon.c (mon.1) 4396 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.272142+0000 mon.c (mon.1) 4397 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.273150+0000 mon.c (mon.1) 4398 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.282602+0000 mon.a (mon.0) 1796 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.343623+0000 mon.c (mon.1) 4399 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.346184+0000 mon.c (mon.1) 4400 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.348513+0000 mon.c (mon.1) 4401 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.349343+0000 mon.c (mon.1) 4402 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.360182+0000 mon.a (mon.0) 1797 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.406140+0000 mon.c (mon.1) 4403 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.408418+0000 mon.c (mon.1) 4404 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.410447+0000 mon.c (mon.1) 4405 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.411201+0000 mon.c (mon.1) 4406 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.418567+0000 mon.a (mon.0) 1798 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.461593+0000 mon.c (mon.1) 4407 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.463481+0000 mon.c (mon.1) 4408 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.465369+0000 mon.c (mon.1) 4409 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.466003+0000 mon.c (mon.1) 4410 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.267324+0000 mon.c (mon.1) 4395 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.269747+0000 mon.c (mon.1) 4396 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.272142+0000 mon.c (mon.1) 4397 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.273150+0000 mon.c (mon.1) 4398 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.282602+0000 mon.a (mon.0) 1796 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.343623+0000 mon.c (mon.1) 4399 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.346184+0000 mon.c (mon.1) 4400 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.348513+0000 mon.c (mon.1) 4401 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.349343+0000 mon.c (mon.1) 4402 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.360182+0000 mon.a (mon.0) 1797 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.406140+0000 mon.c (mon.1) 4403 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.408418+0000 mon.c (mon.1) 4404 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.410447+0000 mon.c (mon.1) 4405 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.411201+0000 mon.c (mon.1) 4406 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.418567+0000 mon.a (mon.0) 1798 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.461593+0000 mon.c (mon.1) 4407 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.463481+0000 mon.c (mon.1) 4408 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.465369+0000 mon.c (mon.1) 4409 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.466003+0000 mon.c (mon.1) 4410 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.472659+0000 mon.a (mon.0) 1799 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.515203+0000 mon.c (mon.1) 4411 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.517133+0000 mon.c (mon.1) 4412 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.519200+0000 mon.c (mon.1) 4413 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.519976+0000 mon.c (mon.1) 4414 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.527083+0000 mon.a (mon.0) 1800 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.572123+0000 mon.c (mon.1) 4415 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.574202+0000 mon.c (mon.1) 4416 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.576128+0000 mon.c (mon.1) 4417 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.576801+0000 mon.c (mon.1) 4418 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.583733+0000 mon.a (mon.0) 1801 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.627176+0000 mon.c (mon.1) 4419 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.629214+0000 mon.c (mon.1) 4420 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.631068+0000 mon.c (mon.1) 4421 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.631802+0000 mon.c (mon.1) 4422 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.637987+0000 mon.a (mon.0) 1802 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.680869+0000 mon.c (mon.1) 4423 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.682865+0000 mon.c (mon.1) 4424 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.684745+0000 mon.c (mon.1) 4425 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.685471+0000 mon.c (mon.1) 4426 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.472659+0000 mon.a (mon.0) 1799 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.515203+0000 mon.c (mon.1) 4411 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.517133+0000 mon.c (mon.1) 4412 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.519200+0000 mon.c (mon.1) 4413 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.519976+0000 mon.c (mon.1) 4414 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.527083+0000 mon.a (mon.0) 1800 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.572123+0000 mon.c (mon.1) 4415 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.574202+0000 mon.c (mon.1) 4416 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.576128+0000 mon.c (mon.1) 4417 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.576801+0000 mon.c (mon.1) 4418 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.583733+0000 mon.a (mon.0) 1801 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.627176+0000 mon.c (mon.1) 4419 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.629214+0000 mon.c (mon.1) 4420 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.631068+0000 mon.c (mon.1) 4421 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.631802+0000 mon.c (mon.1) 4422 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.637987+0000 mon.a (mon.0) 1802 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.680869+0000 mon.c (mon.1) 4423 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.682865+0000 mon.c (mon.1) 4424 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.684745+0000 mon.c (mon.1) 4425 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.685471+0000 mon.c (mon.1) 4426 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.691869+0000 mon.a (mon.0) 1803 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.138 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.734668+0000 mon.c (mon.1) 4427 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.138 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.736634+0000 mon.c (mon.1) 4428 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.138 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.738552+0000 mon.c (mon.1) 4429 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.138 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.739200+0000 mon.c (mon.1) 4430 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.138 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: cluster 2024-03-30T04:48:14.744782+0000 mon.a (mon.0) 1804 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:48:15.138 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[70954]: audit 2024-03-30T04:48:14.747680+0000 mon.a (mon.0) 1805 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.138 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.691869+0000 mon.a (mon.0) 1803 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.138 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.734668+0000 mon.c (mon.1) 4427 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:15.138 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.736634+0000 mon.c (mon.1) 4428 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:15.138 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.738552+0000 mon.c (mon.1) 4429 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:15.138 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.739200+0000 mon.c (mon.1) 4430 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:15.138 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: cluster 2024-03-30T04:48:14.744782+0000 mon.a (mon.0) 1804 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:48:15.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:14 smithi111 bash[73591]: audit 2024-03-30T04:48:14.747680+0000 mon.a (mon.0) 1805 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:15.386 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:48:15 smithi117 bash[77432]: debug 2024-03-30T04:48:15.070+0000 7fad1018f7c0 -1 osd.7 0 read_superblock omap replica is missing. 2024-03-30T04:48:15.386 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:48:15 smithi117 bash[77432]: debug 2024-03-30T04:48:15.102+0000 7fad1018f7c0 -1 osd.7 143 log_to_monitors true 2024-03-30T04:48:16.082 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:15 smithi117 bash[62284]: cluster 2024-03-30T04:48:13.833096+0000 mgr.y (mgr.25441) 4175 : cluster [DBG] pgmap v2766: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.083 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:15 smithi117 bash[62284]: cluster 2024-03-30T04:48:13.834133+0000 mgr.y (mgr.25441) 4176 : cluster [DBG] pgmap v2767: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.083 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:15 smithi117 bash[62284]: cephadm 2024-03-30T04:48:13.841687+0000 mgr.y (mgr.25441) 4177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.083 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:15 smithi117 bash[62284]: cluster 2024-03-30T04:48:13.907887+0000 mgr.y (mgr.25441) 4178 : cluster [DBG] pgmap v2768: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.083 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:15 smithi117 bash[62284]: cluster 2024-03-30T04:48:13.908883+0000 mgr.y (mgr.25441) 4179 : cluster [DBG] pgmap v2769: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.083 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:15 smithi117 bash[62284]: cephadm 2024-03-30T04:48:13.915376+0000 mgr.y (mgr.25441) 4180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.083 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:15 smithi117 bash[62284]: cluster 2024-03-30T04:48:13.977615+0000 mgr.y (mgr.25441) 4181 : cluster [DBG] pgmap v2770: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.083 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:15 smithi117 bash[62284]: cluster 2024-03-30T04:48:13.978520+0000 mgr.y (mgr.25441) 4182 : cluster [DBG] pgmap v2771: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.083 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:15 smithi117 bash[62284]: cephadm 2024-03-30T04:48:13.986010+0000 mgr.y (mgr.25441) 4183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.083 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:15 smithi117 bash[62284]: cluster 2024-03-30T04:48:14.038814+0000 mgr.y (mgr.25441) 4184 : cluster [DBG] pgmap v2772: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.083 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:15 smithi117 bash[62284]: cluster 2024-03-30T04:48:14.039336+0000 mgr.y (mgr.25441) 4185 : cluster [DBG] pgmap v2773: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.083 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:15 smithi117 bash[62284]: cephadm 2024-03-30T04:48:14.049716+0000 mgr.y (mgr.25441) 4186 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.083 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:15 smithi117 bash[62284]: cluster 2024-03-30T04:48:14.140728+0000 mgr.y (mgr.25441) 4187 : cluster [DBG] pgmap v2774: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.083 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:15 smithi117 bash[62284]: cluster 2024-03-30T04:48:14.141045+0000 mgr.y (mgr.25441) 4188 : cluster [DBG] pgmap v2775: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.084 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:15 smithi117 bash[62284]: cephadm 2024-03-30T04:48:14.150455+0000 mgr.y (mgr.25441) 4189 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.084 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:15 smithi117 bash[62284]: cluster 2024-03-30T04:48:14.215808+0000 mgr.y (mgr.25441) 4190 : cluster [DBG] pgmap v2776: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.084 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:15 smithi117 bash[62284]: cluster 2024-03-30T04:48:14.216328+0000 mgr.y (mgr.25441) 4191 : cluster [DBG] pgmap v2777: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.084 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:15 smithi117 bash[62284]: cephadm 2024-03-30T04:48:14.224498+0000 mgr.y (mgr.25441) 4192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.084 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:15 smithi117 bash[62284]: cluster 2024-03-30T04:48:14.275078+0000 mgr.y (mgr.25441) 4193 : cluster [DBG] pgmap v2778: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.084 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:15 smithi117 bash[62284]: cluster 2024-03-30T04:48:14.275593+0000 mgr.y (mgr.25441) 4194 : cluster [DBG] pgmap v2779: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.084 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:15 smithi117 bash[62284]: cephadm 2024-03-30T04:48:14.285706+0000 mgr.y (mgr.25441) 4195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.084 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:15 smithi117 bash[62284]: cluster 2024-03-30T04:48:14.351020+0000 mgr.y (mgr.25441) 4196 : cluster [DBG] pgmap v2780: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.084 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:15 smithi117 bash[62284]: cluster 2024-03-30T04:48:14.351403+0000 mgr.y (mgr.25441) 4197 : cluster [DBG] pgmap v2781: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.084 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:15 smithi117 bash[62284]: cephadm 2024-03-30T04:48:14.363259+0000 mgr.y (mgr.25441) 4198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.084 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:15 smithi117 bash[62284]: cluster 2024-03-30T04:48:14.412774+0000 mgr.y (mgr.25441) 4199 : cluster [DBG] pgmap v2782: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.084 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:15 smithi117 bash[62284]: cluster 2024-03-30T04:48:14.413214+0000 mgr.y (mgr.25441) 4200 : cluster [DBG] pgmap v2783: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.084 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:15 smithi117 bash[62284]: cephadm 2024-03-30T04:48:14.421186+0000 mgr.y (mgr.25441) 4201 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.084 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: cluster 2024-03-30T04:48:14.467441+0000 mgr.y (mgr.25441) 4202 : cluster [DBG] pgmap v2784: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.084 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: cluster 2024-03-30T04:48:14.467917+0000 mgr.y (mgr.25441) 4203 : cluster [DBG] pgmap v2785: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.085 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: cephadm 2024-03-30T04:48:14.475062+0000 mgr.y (mgr.25441) 4204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.085 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: cluster 2024-03-30T04:48:14.521372+0000 mgr.y (mgr.25441) 4205 : cluster [DBG] pgmap v2786: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.085 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: cluster 2024-03-30T04:48:14.521812+0000 mgr.y (mgr.25441) 4206 : cluster [DBG] pgmap v2787: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.085 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: cephadm 2024-03-30T04:48:14.529432+0000 mgr.y (mgr.25441) 4207 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.085 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: cluster 2024-03-30T04:48:14.578341+0000 mgr.y (mgr.25441) 4208 : cluster [DBG] pgmap v2788: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.085 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: cluster 2024-03-30T04:48:14.578798+0000 mgr.y (mgr.25441) 4209 : cluster [DBG] pgmap v2789: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.085 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: cephadm 2024-03-30T04:48:14.586006+0000 mgr.y (mgr.25441) 4210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cluster 2024-03-30T04:48:13.833096+0000 mgr.y (mgr.25441) 4175 : cluster [DBG] pgmap v2766: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cluster 2024-03-30T04:48:13.834133+0000 mgr.y (mgr.25441) 4176 : cluster [DBG] pgmap v2767: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cephadm 2024-03-30T04:48:13.841687+0000 mgr.y (mgr.25441) 4177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cluster 2024-03-30T04:48:13.907887+0000 mgr.y (mgr.25441) 4178 : cluster [DBG] pgmap v2768: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cluster 2024-03-30T04:48:13.908883+0000 mgr.y (mgr.25441) 4179 : cluster [DBG] pgmap v2769: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cephadm 2024-03-30T04:48:13.915376+0000 mgr.y (mgr.25441) 4180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cluster 2024-03-30T04:48:13.977615+0000 mgr.y (mgr.25441) 4181 : cluster [DBG] pgmap v2770: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cluster 2024-03-30T04:48:13.978520+0000 mgr.y (mgr.25441) 4182 : cluster [DBG] pgmap v2771: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cephadm 2024-03-30T04:48:13.986010+0000 mgr.y (mgr.25441) 4183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cluster 2024-03-30T04:48:14.038814+0000 mgr.y (mgr.25441) 4184 : cluster [DBG] pgmap v2772: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cluster 2024-03-30T04:48:14.039336+0000 mgr.y (mgr.25441) 4185 : cluster [DBG] pgmap v2773: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cephadm 2024-03-30T04:48:14.049716+0000 mgr.y (mgr.25441) 4186 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cluster 2024-03-30T04:48:14.140728+0000 mgr.y (mgr.25441) 4187 : cluster [DBG] pgmap v2774: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cluster 2024-03-30T04:48:14.141045+0000 mgr.y (mgr.25441) 4188 : cluster [DBG] pgmap v2775: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cephadm 2024-03-30T04:48:14.150455+0000 mgr.y (mgr.25441) 4189 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cluster 2024-03-30T04:48:14.215808+0000 mgr.y (mgr.25441) 4190 : cluster [DBG] pgmap v2776: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cluster 2024-03-30T04:48:14.216328+0000 mgr.y (mgr.25441) 4191 : cluster [DBG] pgmap v2777: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cephadm 2024-03-30T04:48:14.224498+0000 mgr.y (mgr.25441) 4192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cluster 2024-03-30T04:48:14.275078+0000 mgr.y (mgr.25441) 4193 : cluster [DBG] pgmap v2778: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cluster 2024-03-30T04:48:14.275593+0000 mgr.y (mgr.25441) 4194 : cluster [DBG] pgmap v2779: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cephadm 2024-03-30T04:48:14.285706+0000 mgr.y (mgr.25441) 4195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cluster 2024-03-30T04:48:14.351020+0000 mgr.y (mgr.25441) 4196 : cluster [DBG] pgmap v2780: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cluster 2024-03-30T04:48:14.351403+0000 mgr.y (mgr.25441) 4197 : cluster [DBG] pgmap v2781: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cephadm 2024-03-30T04:48:14.363259+0000 mgr.y (mgr.25441) 4198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cluster 2024-03-30T04:48:14.412774+0000 mgr.y (mgr.25441) 4199 : cluster [DBG] pgmap v2782: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cluster 2024-03-30T04:48:14.413214+0000 mgr.y (mgr.25441) 4200 : cluster [DBG] pgmap v2783: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cephadm 2024-03-30T04:48:14.421186+0000 mgr.y (mgr.25441) 4201 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cluster 2024-03-30T04:48:14.467441+0000 mgr.y (mgr.25441) 4202 : cluster [DBG] pgmap v2784: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cluster 2024-03-30T04:48:14.467917+0000 mgr.y (mgr.25441) 4203 : cluster [DBG] pgmap v2785: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cephadm 2024-03-30T04:48:14.475062+0000 mgr.y (mgr.25441) 4204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cluster 2024-03-30T04:48:14.521372+0000 mgr.y (mgr.25441) 4205 : cluster [DBG] pgmap v2786: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cluster 2024-03-30T04:48:13.833096+0000 mgr.y (mgr.25441) 4175 : cluster [DBG] pgmap v2766: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cluster 2024-03-30T04:48:13.834133+0000 mgr.y (mgr.25441) 4176 : cluster [DBG] pgmap v2767: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cephadm 2024-03-30T04:48:13.841687+0000 mgr.y (mgr.25441) 4177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cluster 2024-03-30T04:48:13.907887+0000 mgr.y (mgr.25441) 4178 : cluster [DBG] pgmap v2768: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cluster 2024-03-30T04:48:13.908883+0000 mgr.y (mgr.25441) 4179 : cluster [DBG] pgmap v2769: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cephadm 2024-03-30T04:48:13.915376+0000 mgr.y (mgr.25441) 4180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cluster 2024-03-30T04:48:13.977615+0000 mgr.y (mgr.25441) 4181 : cluster [DBG] pgmap v2770: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cluster 2024-03-30T04:48:13.978520+0000 mgr.y (mgr.25441) 4182 : cluster [DBG] pgmap v2771: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cephadm 2024-03-30T04:48:13.986010+0000 mgr.y (mgr.25441) 4183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cluster 2024-03-30T04:48:14.038814+0000 mgr.y (mgr.25441) 4184 : cluster [DBG] pgmap v2772: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cluster 2024-03-30T04:48:14.039336+0000 mgr.y (mgr.25441) 4185 : cluster [DBG] pgmap v2773: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cephadm 2024-03-30T04:48:14.049716+0000 mgr.y (mgr.25441) 4186 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cluster 2024-03-30T04:48:14.140728+0000 mgr.y (mgr.25441) 4187 : cluster [DBG] pgmap v2774: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cluster 2024-03-30T04:48:14.141045+0000 mgr.y (mgr.25441) 4188 : cluster [DBG] pgmap v2775: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cephadm 2024-03-30T04:48:14.150455+0000 mgr.y (mgr.25441) 4189 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cluster 2024-03-30T04:48:14.521812+0000 mgr.y (mgr.25441) 4206 : cluster [DBG] pgmap v2787: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cephadm 2024-03-30T04:48:14.529432+0000 mgr.y (mgr.25441) 4207 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cluster 2024-03-30T04:48:14.578341+0000 mgr.y (mgr.25441) 4208 : cluster [DBG] pgmap v2788: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cluster 2024-03-30T04:48:14.578798+0000 mgr.y (mgr.25441) 4209 : cluster [DBG] pgmap v2789: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cephadm 2024-03-30T04:48:14.586006+0000 mgr.y (mgr.25441) 4210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cluster 2024-03-30T04:48:14.633174+0000 mgr.y (mgr.25441) 4211 : cluster [DBG] pgmap v2790: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cluster 2024-03-30T04:48:14.633498+0000 mgr.y (mgr.25441) 4212 : cluster [DBG] pgmap v2791: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cephadm 2024-03-30T04:48:14.640408+0000 mgr.y (mgr.25441) 4213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cluster 2024-03-30T04:48:14.686909+0000 mgr.y (mgr.25441) 4214 : cluster [DBG] pgmap v2792: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cluster 2024-03-30T04:48:14.687240+0000 mgr.y (mgr.25441) 4215 : cluster [DBG] pgmap v2793: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cephadm 2024-03-30T04:48:14.694486+0000 mgr.y (mgr.25441) 4216 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cluster 2024-03-30T04:48:14.740743+0000 mgr.y (mgr.25441) 4217 : cluster [DBG] pgmap v2794: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cluster 2024-03-30T04:48:14.741116+0000 mgr.y (mgr.25441) 4218 : cluster [DBG] pgmap v2795: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: cephadm 2024-03-30T04:48:14.748253+0000 mgr.y (mgr.25441) 4219 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:14.805004+0000 mon.c (mon.1) 4431 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:16.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:14.807032+0000 mon.c (mon.1) 4432 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:16.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:14.808711+0000 mon.c (mon.1) 4433 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:16.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:14.809330+0000 mon.c (mon.1) 4434 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:16.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:14.815660+0000 mon.a (mon.0) 1806 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:16.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:14.856383+0000 mon.c (mon.1) 4435 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:16.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:14.858235+0000 mon.c (mon.1) 4436 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:16.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:14.860004+0000 mon.c (mon.1) 4437 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:16.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:14.860658+0000 mon.c (mon.1) 4438 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:16.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:14.866515+0000 mon.a (mon.0) 1807 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:16.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:14.930611+0000 mon.c (mon.1) 4439 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:16.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:14.933036+0000 mon.c (mon.1) 4440 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:16.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:14.935146+0000 mon.c (mon.1) 4441 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:16.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:14.935924+0000 mon.c (mon.1) 4442 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:16.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:14.944700+0000 mon.a (mon.0) 1808 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:16.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.021978+0000 mon.c (mon.1) 4443 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:16.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.024299+0000 mon.c (mon.1) 4444 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:16.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.026716+0000 mon.c (mon.1) 4445 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:16.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.027451+0000 mon.c (mon.1) 4446 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:16.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.034964+0000 mon.a (mon.0) 1809 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:16.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.043037+0000 mon.a (mon.0) 1810 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:16.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.061478+0000 mon.a (mon.0) 1811 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:16.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.077445+0000 mon.a (mon.0) 1812 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:16.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cluster 2024-03-30T04:48:14.215808+0000 mgr.y (mgr.25441) 4190 : cluster [DBG] pgmap v2776: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cluster 2024-03-30T04:48:14.216328+0000 mgr.y (mgr.25441) 4191 : cluster [DBG] pgmap v2777: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cephadm 2024-03-30T04:48:14.224498+0000 mgr.y (mgr.25441) 4192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cluster 2024-03-30T04:48:14.275078+0000 mgr.y (mgr.25441) 4193 : cluster [DBG] pgmap v2778: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cluster 2024-03-30T04:48:14.275593+0000 mgr.y (mgr.25441) 4194 : cluster [DBG] pgmap v2779: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cephadm 2024-03-30T04:48:14.285706+0000 mgr.y (mgr.25441) 4195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cluster 2024-03-30T04:48:14.351020+0000 mgr.y (mgr.25441) 4196 : cluster [DBG] pgmap v2780: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cluster 2024-03-30T04:48:14.351403+0000 mgr.y (mgr.25441) 4197 : cluster [DBG] pgmap v2781: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cephadm 2024-03-30T04:48:14.363259+0000 mgr.y (mgr.25441) 4198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cluster 2024-03-30T04:48:14.412774+0000 mgr.y (mgr.25441) 4199 : cluster [DBG] pgmap v2782: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cluster 2024-03-30T04:48:14.413214+0000 mgr.y (mgr.25441) 4200 : cluster [DBG] pgmap v2783: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cephadm 2024-03-30T04:48:14.421186+0000 mgr.y (mgr.25441) 4201 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cluster 2024-03-30T04:48:14.467441+0000 mgr.y (mgr.25441) 4202 : cluster [DBG] pgmap v2784: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cluster 2024-03-30T04:48:14.467917+0000 mgr.y (mgr.25441) 4203 : cluster [DBG] pgmap v2785: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cephadm 2024-03-30T04:48:14.475062+0000 mgr.y (mgr.25441) 4204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cluster 2024-03-30T04:48:14.521372+0000 mgr.y (mgr.25441) 4205 : cluster [DBG] pgmap v2786: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.111885+0000 mon.b (mon.2) 9 : audit [INF] from='osd.7 [v2:172.21.15.117:6824/3720512503,v1:172.21.15.117:6825/3720512503]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-30T04:48:16.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.112193+0000 mon.a (mon.0) 1813 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-30T04:48:16.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.114425+0000 mon.c (mon.1) 4447 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:16.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.116601+0000 mon.c (mon.1) 4448 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:16.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.118299+0000 mon.c (mon.1) 4449 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:16.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.119654+0000 mon.c (mon.1) 4450 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:16.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.121758+0000 mon.c (mon.1) 4451 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:16.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.126249+0000 mon.a (mon.0) 1814 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:16.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.130239+0000 mon.c (mon.1) 4452 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-03-30T04:48:16.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.130664+0000 mon.a (mon.0) 1815 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-03-30T04:48:16.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.133771+0000 mon.a (mon.0) 1816 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-03-30T04:48:16.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.137592+0000 mon.c (mon.1) 4453 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-03-30T04:48:16.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.137992+0000 mon.a (mon.0) 1817 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-03-30T04:48:16.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.141059+0000 mon.a (mon.0) 1818 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-03-30T04:48:16.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.144924+0000 mon.c (mon.1) 4454 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-03-30T04:48:16.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.145238+0000 mon.a (mon.0) 1819 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-03-30T04:48:16.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.148988+0000 mon.a (mon.0) 1820 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-03-30T04:48:16.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.151266+0000 mon.c (mon.1) 4455 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-03-30T04:48:16.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.151526+0000 mon.a (mon.0) 1821 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-03-30T04:48:16.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.155068+0000 mon.a (mon.0) 1822 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-03-30T04:48:16.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.157355+0000 mon.c (mon.1) 4456 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-03-30T04:48:16.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.157629+0000 mon.a (mon.0) 1823 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-03-30T04:48:16.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.160963+0000 mon.a (mon.0) 1824 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-03-30T04:48:16.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.163289+0000 mon.c (mon.1) 4457 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-03-30T04:48:16.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.163709+0000 mon.a (mon.0) 1825 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-03-30T04:48:16.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.167496+0000 mon.a (mon.0) 1826 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-03-30T04:48:16.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.169679+0000 mon.c (mon.1) 4458 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-03-30T04:48:16.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.169997+0000 mon.a (mon.0) 1827 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-03-30T04:48:16.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.173254+0000 mon.a (mon.0) 1828 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-03-30T04:48:16.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.175506+0000 mon.c (mon.1) 4459 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-03-30T04:48:16.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.175768+0000 mon.a (mon.0) 1829 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-03-30T04:48:16.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.179014+0000 mon.a (mon.0) 1830 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-03-30T04:48:16.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.182732+0000 mon.c (mon.1) 4460 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "squid"}]: dispatch 2024-03-30T04:48:16.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.183092+0000 mon.a (mon.0) 1831 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "squid"}]: dispatch 2024-03-30T04:48:16.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.267004+0000 mon.a (mon.0) 1832 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:16.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[73591]: audit 2024-03-30T04:48:15.270882+0000 mon.c (mon.1) 4461 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:48:16.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cluster 2024-03-30T04:48:14.521812+0000 mgr.y (mgr.25441) 4206 : cluster [DBG] pgmap v2787: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cephadm 2024-03-30T04:48:14.529432+0000 mgr.y (mgr.25441) 4207 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cluster 2024-03-30T04:48:14.578341+0000 mgr.y (mgr.25441) 4208 : cluster [DBG] pgmap v2788: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cluster 2024-03-30T04:48:14.578798+0000 mgr.y (mgr.25441) 4209 : cluster [DBG] pgmap v2789: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cephadm 2024-03-30T04:48:14.586006+0000 mgr.y (mgr.25441) 4210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cluster 2024-03-30T04:48:14.633174+0000 mgr.y (mgr.25441) 4211 : cluster [DBG] pgmap v2790: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cluster 2024-03-30T04:48:14.633498+0000 mgr.y (mgr.25441) 4212 : cluster [DBG] pgmap v2791: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cephadm 2024-03-30T04:48:14.640408+0000 mgr.y (mgr.25441) 4213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cluster 2024-03-30T04:48:14.686909+0000 mgr.y (mgr.25441) 4214 : cluster [DBG] pgmap v2792: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cluster 2024-03-30T04:48:14.687240+0000 mgr.y (mgr.25441) 4215 : cluster [DBG] pgmap v2793: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cephadm 2024-03-30T04:48:14.694486+0000 mgr.y (mgr.25441) 4216 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cluster 2024-03-30T04:48:14.740743+0000 mgr.y (mgr.25441) 4217 : cluster [DBG] pgmap v2794: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cluster 2024-03-30T04:48:14.741116+0000 mgr.y (mgr.25441) 4218 : cluster [DBG] pgmap v2795: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: cephadm 2024-03-30T04:48:14.748253+0000 mgr.y (mgr.25441) 4219 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:14.805004+0000 mon.c (mon.1) 4431 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:16.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:14.807032+0000 mon.c (mon.1) 4432 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:16.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:14.808711+0000 mon.c (mon.1) 4433 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:16.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:14.809330+0000 mon.c (mon.1) 4434 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:16.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:14.815660+0000 mon.a (mon.0) 1806 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:16.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:14.856383+0000 mon.c (mon.1) 4435 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:16.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:14.858235+0000 mon.c (mon.1) 4436 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:16.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:14.860004+0000 mon.c (mon.1) 4437 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:16.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:14.860658+0000 mon.c (mon.1) 4438 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:16.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:14.866515+0000 mon.a (mon.0) 1807 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:16.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:14.930611+0000 mon.c (mon.1) 4439 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:16.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:14.933036+0000 mon.c (mon.1) 4440 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:16.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:14.935146+0000 mon.c (mon.1) 4441 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:16.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:14.935924+0000 mon.c (mon.1) 4442 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:16.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:14.944700+0000 mon.a (mon.0) 1808 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:16.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.021978+0000 mon.c (mon.1) 4443 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:16.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.024299+0000 mon.c (mon.1) 4444 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:16.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.026716+0000 mon.c (mon.1) 4445 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:16.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.027451+0000 mon.c (mon.1) 4446 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:16.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.034964+0000 mon.a (mon.0) 1809 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:16.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.043037+0000 mon.a (mon.0) 1810 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:16.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.061478+0000 mon.a (mon.0) 1811 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:16.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.077445+0000 mon.a (mon.0) 1812 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:16.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.111885+0000 mon.b (mon.2) 9 : audit [INF] from='osd.7 [v2:172.21.15.117:6824/3720512503,v1:172.21.15.117:6825/3720512503]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-30T04:48:16.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.112193+0000 mon.a (mon.0) 1813 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-30T04:48:16.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.114425+0000 mon.c (mon.1) 4447 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:16.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.116601+0000 mon.c (mon.1) 4448 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:16.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.118299+0000 mon.c (mon.1) 4449 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:16.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.119654+0000 mon.c (mon.1) 4450 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:16.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.121758+0000 mon.c (mon.1) 4451 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:16.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.126249+0000 mon.a (mon.0) 1814 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:16.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.130239+0000 mon.c (mon.1) 4452 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-03-30T04:48:16.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.130664+0000 mon.a (mon.0) 1815 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-03-30T04:48:16.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.133771+0000 mon.a (mon.0) 1816 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-03-30T04:48:16.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.137592+0000 mon.c (mon.1) 4453 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-03-30T04:48:16.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.137992+0000 mon.a (mon.0) 1817 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-03-30T04:48:16.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.141059+0000 mon.a (mon.0) 1818 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-03-30T04:48:16.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.144924+0000 mon.c (mon.1) 4454 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-03-30T04:48:16.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.145238+0000 mon.a (mon.0) 1819 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-03-30T04:48:16.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.148988+0000 mon.a (mon.0) 1820 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-03-30T04:48:16.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.151266+0000 mon.c (mon.1) 4455 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-03-30T04:48:16.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.151526+0000 mon.a (mon.0) 1821 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-03-30T04:48:16.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.155068+0000 mon.a (mon.0) 1822 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-03-30T04:48:16.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.157355+0000 mon.c (mon.1) 4456 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-03-30T04:48:16.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.157629+0000 mon.a (mon.0) 1823 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-03-30T04:48:16.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.160963+0000 mon.a (mon.0) 1824 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-03-30T04:48:16.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.163289+0000 mon.c (mon.1) 4457 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-03-30T04:48:16.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.163709+0000 mon.a (mon.0) 1825 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-03-30T04:48:16.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.167496+0000 mon.a (mon.0) 1826 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-03-30T04:48:16.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.169679+0000 mon.c (mon.1) 4458 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-03-30T04:48:16.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.169997+0000 mon.a (mon.0) 1827 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-03-30T04:48:16.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.173254+0000 mon.a (mon.0) 1828 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-03-30T04:48:16.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.175506+0000 mon.c (mon.1) 4459 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-03-30T04:48:16.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.175768+0000 mon.a (mon.0) 1829 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-03-30T04:48:16.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.179014+0000 mon.a (mon.0) 1830 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-03-30T04:48:16.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.182732+0000 mon.c (mon.1) 4460 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "squid"}]: dispatch 2024-03-30T04:48:16.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.183092+0000 mon.a (mon.0) 1831 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "squid"}]: dispatch 2024-03-30T04:48:16.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.267004+0000 mon.a (mon.0) 1832 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:16.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:15 smithi111 bash[70954]: audit 2024-03-30T04:48:15.270882+0000 mon.c (mon.1) 4461 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:48:16.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: cluster 2024-03-30T04:48:14.633174+0000 mgr.y (mgr.25441) 4211 : cluster [DBG] pgmap v2790: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: cluster 2024-03-30T04:48:14.633498+0000 mgr.y (mgr.25441) 4212 : cluster [DBG] pgmap v2791: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: cephadm 2024-03-30T04:48:14.640408+0000 mgr.y (mgr.25441) 4213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: cluster 2024-03-30T04:48:14.686909+0000 mgr.y (mgr.25441) 4214 : cluster [DBG] pgmap v2792: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: cluster 2024-03-30T04:48:14.687240+0000 mgr.y (mgr.25441) 4215 : cluster [DBG] pgmap v2793: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: cephadm 2024-03-30T04:48:14.694486+0000 mgr.y (mgr.25441) 4216 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: cluster 2024-03-30T04:48:14.740743+0000 mgr.y (mgr.25441) 4217 : cluster [DBG] pgmap v2794: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: cluster 2024-03-30T04:48:14.741116+0000 mgr.y (mgr.25441) 4218 : cluster [DBG] pgmap v2795: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:16.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: cephadm 2024-03-30T04:48:14.748253+0000 mgr.y (mgr.25441) 4219 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:16.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:14.805004+0000 mon.c (mon.1) 4431 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:16.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:14.807032+0000 mon.c (mon.1) 4432 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:16.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:14.808711+0000 mon.c (mon.1) 4433 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:16.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:14.809330+0000 mon.c (mon.1) 4434 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:16.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:14.815660+0000 mon.a (mon.0) 1806 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:16.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:14.856383+0000 mon.c (mon.1) 4435 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:16.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:14.858235+0000 mon.c (mon.1) 4436 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:16.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:14.860004+0000 mon.c (mon.1) 4437 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:16.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:14.860658+0000 mon.c (mon.1) 4438 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:16.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:14.866515+0000 mon.a (mon.0) 1807 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:16.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:14.930611+0000 mon.c (mon.1) 4439 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:16.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:14.933036+0000 mon.c (mon.1) 4440 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:16.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:14.935146+0000 mon.c (mon.1) 4441 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:16.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:14.935924+0000 mon.c (mon.1) 4442 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:16.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:14.944700+0000 mon.a (mon.0) 1808 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:16.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.021978+0000 mon.c (mon.1) 4443 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:16.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.024299+0000 mon.c (mon.1) 4444 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:16.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.026716+0000 mon.c (mon.1) 4445 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:16.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.027451+0000 mon.c (mon.1) 4446 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:16.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.034964+0000 mon.a (mon.0) 1809 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:16.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.043037+0000 mon.a (mon.0) 1810 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:16.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.061478+0000 mon.a (mon.0) 1811 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:16.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.077445+0000 mon.a (mon.0) 1812 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:16.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.111885+0000 mon.b (mon.2) 9 : audit [INF] from='osd.7 [v2:172.21.15.117:6824/3720512503,v1:172.21.15.117:6825/3720512503]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-30T04:48:16.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.112193+0000 mon.a (mon.0) 1813 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-30T04:48:16.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.114425+0000 mon.c (mon.1) 4447 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:16.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.116601+0000 mon.c (mon.1) 4448 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:16.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.118299+0000 mon.c (mon.1) 4449 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:16.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.119654+0000 mon.c (mon.1) 4450 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:16.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.121758+0000 mon.c (mon.1) 4451 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:16.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.126249+0000 mon.a (mon.0) 1814 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:16.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.130239+0000 mon.c (mon.1) 4452 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-03-30T04:48:16.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.130664+0000 mon.a (mon.0) 1815 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-03-30T04:48:16.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.133771+0000 mon.a (mon.0) 1816 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-03-30T04:48:16.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.137592+0000 mon.c (mon.1) 4453 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-03-30T04:48:16.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.137992+0000 mon.a (mon.0) 1817 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-03-30T04:48:16.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.141059+0000 mon.a (mon.0) 1818 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-03-30T04:48:16.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.144924+0000 mon.c (mon.1) 4454 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-03-30T04:48:16.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.145238+0000 mon.a (mon.0) 1819 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-03-30T04:48:16.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.148988+0000 mon.a (mon.0) 1820 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-03-30T04:48:16.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.151266+0000 mon.c (mon.1) 4455 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-03-30T04:48:16.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.151526+0000 mon.a (mon.0) 1821 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-03-30T04:48:16.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.155068+0000 mon.a (mon.0) 1822 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-03-30T04:48:16.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.157355+0000 mon.c (mon.1) 4456 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-03-30T04:48:16.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.157629+0000 mon.a (mon.0) 1823 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-03-30T04:48:16.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.160963+0000 mon.a (mon.0) 1824 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-03-30T04:48:16.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.163289+0000 mon.c (mon.1) 4457 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-03-30T04:48:16.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.163709+0000 mon.a (mon.0) 1825 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-03-30T04:48:16.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.167496+0000 mon.a (mon.0) 1826 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-03-30T04:48:16.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.169679+0000 mon.c (mon.1) 4458 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-03-30T04:48:16.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.169997+0000 mon.a (mon.0) 1827 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-03-30T04:48:16.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.173254+0000 mon.a (mon.0) 1828 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-03-30T04:48:16.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.175506+0000 mon.c (mon.1) 4459 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-03-30T04:48:16.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.175768+0000 mon.a (mon.0) 1829 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-03-30T04:48:16.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.179014+0000 mon.a (mon.0) 1830 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-03-30T04:48:16.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.182732+0000 mon.c (mon.1) 4460 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "squid"}]: dispatch 2024-03-30T04:48:16.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.183092+0000 mon.a (mon.0) 1831 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "squid"}]: dispatch 2024-03-30T04:48:16.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.267004+0000 mon.a (mon.0) 1832 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:16.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:15.270882+0000 mon.c (mon.1) 4461 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:48:16.763 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:48:16] "GET /metrics HTTP/1.1" 200 38632 "" "Prometheus/2.33.4" 2024-03-30T04:48:16.764 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[77432]: debug 2024-03-30T04:48:16.626+0000 7facfd5df700 -1 osd.7 143 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:48:17.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[70954]: cluster 2024-03-30T04:48:14.810670+0000 mgr.y (mgr.25441) 4220 : cluster [DBG] pgmap v2796: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:17.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[70954]: cluster 2024-03-30T04:48:14.811002+0000 mgr.y (mgr.25441) 4221 : cluster [DBG] pgmap v2797: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:17.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[70954]: cephadm 2024-03-30T04:48:14.816334+0000 mgr.y (mgr.25441) 4222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:17.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[70954]: cluster 2024-03-30T04:48:14.861976+0000 mgr.y (mgr.25441) 4223 : cluster [DBG] pgmap v2798: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:17.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[70954]: cluster 2024-03-30T04:48:14.862440+0000 mgr.y (mgr.25441) 4224 : cluster [DBG] pgmap v2799: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:17.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[70954]: cephadm 2024-03-30T04:48:14.869553+0000 mgr.y (mgr.25441) 4225 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:17.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[70954]: cluster 2024-03-30T04:48:14.937386+0000 mgr.y (mgr.25441) 4226 : cluster [DBG] pgmap v2800: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:17.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[70954]: cluster 2024-03-30T04:48:14.937699+0000 mgr.y (mgr.25441) 4227 : cluster [DBG] pgmap v2801: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:17.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[70954]: cephadm 2024-03-30T04:48:14.948902+0000 mgr.y (mgr.25441) 4228 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:17.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[70954]: cluster 2024-03-30T04:48:15.029028+0000 mgr.y (mgr.25441) 4229 : cluster [DBG] pgmap v2802: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:17.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[70954]: cluster 2024-03-30T04:48:15.029431+0000 mgr.y (mgr.25441) 4230 : cluster [DBG] pgmap v2803: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:17.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[70954]: cephadm 2024-03-30T04:48:15.037619+0000 mgr.y (mgr.25441) 4231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:17.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[70954]: cluster 2024-03-30T04:48:15.070252+0000 mgr.y (mgr.25441) 4232 : cluster [DBG] pgmap v2804: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:17.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[70954]: cluster 2024-03-30T04:48:15.070591+0000 mgr.y (mgr.25441) 4233 : cluster [DBG] pgmap v2805: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:17.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[70954]: cephadm 2024-03-30T04:48:15.122444+0000 mgr.y (mgr.25441) 4234 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-03-30T04:48:17.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[70954]: cephadm 2024-03-30T04:48:15.182504+0000 mgr.y (mgr.25441) 4235 : cephadm [INF] Upgrade: Setting require_osd_release to 19 squid 2024-03-30T04:48:17.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[73591]: cluster 2024-03-30T04:48:14.810670+0000 mgr.y (mgr.25441) 4220 : cluster [DBG] pgmap v2796: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:17.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[73591]: cluster 2024-03-30T04:48:14.811002+0000 mgr.y (mgr.25441) 4221 : cluster [DBG] pgmap v2797: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:17.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[73591]: cephadm 2024-03-30T04:48:14.816334+0000 mgr.y (mgr.25441) 4222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:17.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[73591]: cluster 2024-03-30T04:48:14.861976+0000 mgr.y (mgr.25441) 4223 : cluster [DBG] pgmap v2798: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:17.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[73591]: cluster 2024-03-30T04:48:14.862440+0000 mgr.y (mgr.25441) 4224 : cluster [DBG] pgmap v2799: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:17.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[73591]: cephadm 2024-03-30T04:48:14.869553+0000 mgr.y (mgr.25441) 4225 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:17.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[73591]: cluster 2024-03-30T04:48:14.937386+0000 mgr.y (mgr.25441) 4226 : cluster [DBG] pgmap v2800: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:17.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[73591]: cluster 2024-03-30T04:48:14.937699+0000 mgr.y (mgr.25441) 4227 : cluster [DBG] pgmap v2801: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:17.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[73591]: cephadm 2024-03-30T04:48:14.948902+0000 mgr.y (mgr.25441) 4228 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:17.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[73591]: cluster 2024-03-30T04:48:15.029028+0000 mgr.y (mgr.25441) 4229 : cluster [DBG] pgmap v2802: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:17.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[73591]: cluster 2024-03-30T04:48:15.029431+0000 mgr.y (mgr.25441) 4230 : cluster [DBG] pgmap v2803: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:17.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[73591]: cephadm 2024-03-30T04:48:15.037619+0000 mgr.y (mgr.25441) 4231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:17.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[73591]: cluster 2024-03-30T04:48:15.070252+0000 mgr.y (mgr.25441) 4232 : cluster [DBG] pgmap v2804: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:17.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[73591]: cluster 2024-03-30T04:48:15.070591+0000 mgr.y (mgr.25441) 4233 : cluster [DBG] pgmap v2805: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:17.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[73591]: cephadm 2024-03-30T04:48:15.122444+0000 mgr.y (mgr.25441) 4234 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-03-30T04:48:17.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[73591]: cephadm 2024-03-30T04:48:15.182504+0000 mgr.y (mgr.25441) 4235 : cephadm [INF] Upgrade: Setting require_osd_release to 19 squid 2024-03-30T04:48:17.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[70954]: cluster 2024-03-30T04:48:16.076432+0000 mon.a (mon.0) 1833 : cluster [INF] Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running squid or later but require_osd_release < squid) 2024-03-30T04:48:17.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[70954]: audit 2024-03-30T04:48:16.078910+0000 mon.a (mon.0) 1834 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-30T04:48:17.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[70954]: audit 2024-03-30T04:48:16.079169+0000 mon.a (mon.0) 1835 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "osd require-osd-release", "release": "squid"}]': finished 2024-03-30T04:48:17.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[70954]: cluster 2024-03-30T04:48:16.086513+0000 mon.a (mon.0) 1836 : cluster [DBG] osdmap e146: 8 total, 7 up, 8 in 2024-03-30T04:48:17.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[70954]: audit 2024-03-30T04:48:16.089031+0000 mon.b (mon.2) 10 : audit [INF] from='osd.7 [v2:172.21.15.117:6824/3720512503,v1:172.21.15.117:6825/3720512503]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:48:17.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[70954]: audit 2024-03-30T04:48:16.090349+0000 mon.a (mon.0) 1837 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:48:17.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[70954]: audit 2024-03-30T04:48:16.091232+0000 mon.c (mon.1) 4462 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:17.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[70954]: audit 2024-03-30T04:48:16.099411+0000 mon.a (mon.0) 1838 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:17.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[70954]: audit 2024-03-30T04:48:16.623682+0000 mon.a (mon.0) 1839 : audit [INF] from='osd.7 ' entity='osd.7' 2024-03-30T04:48:17.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[73591]: cluster 2024-03-30T04:48:16.076432+0000 mon.a (mon.0) 1833 : cluster [INF] Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running squid or later but require_osd_release < squid) 2024-03-30T04:48:17.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[73591]: audit 2024-03-30T04:48:16.078910+0000 mon.a (mon.0) 1834 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-30T04:48:17.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[73591]: audit 2024-03-30T04:48:16.079169+0000 mon.a (mon.0) 1835 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "osd require-osd-release", "release": "squid"}]': finished 2024-03-30T04:48:17.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[73591]: cluster 2024-03-30T04:48:16.086513+0000 mon.a (mon.0) 1836 : cluster [DBG] osdmap e146: 8 total, 7 up, 8 in 2024-03-30T04:48:17.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[73591]: audit 2024-03-30T04:48:16.089031+0000 mon.b (mon.2) 10 : audit [INF] from='osd.7 [v2:172.21.15.117:6824/3720512503,v1:172.21.15.117:6825/3720512503]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:48:17.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[73591]: audit 2024-03-30T04:48:16.090349+0000 mon.a (mon.0) 1837 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:48:17.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[73591]: audit 2024-03-30T04:48:16.091232+0000 mon.c (mon.1) 4462 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:17.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[73591]: audit 2024-03-30T04:48:16.099411+0000 mon.a (mon.0) 1838 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:17.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:16 smithi111 bash[73591]: audit 2024-03-30T04:48:16.623682+0000 mon.a (mon.0) 1839 : audit [INF] from='osd.7 ' entity='osd.7' 2024-03-30T04:48:17.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: cluster 2024-03-30T04:48:14.810670+0000 mgr.y (mgr.25441) 4220 : cluster [DBG] pgmap v2796: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:17.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: cluster 2024-03-30T04:48:14.811002+0000 mgr.y (mgr.25441) 4221 : cluster [DBG] pgmap v2797: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:17.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: cephadm 2024-03-30T04:48:14.816334+0000 mgr.y (mgr.25441) 4222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:17.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: cluster 2024-03-30T04:48:14.861976+0000 mgr.y (mgr.25441) 4223 : cluster [DBG] pgmap v2798: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:17.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: cluster 2024-03-30T04:48:14.862440+0000 mgr.y (mgr.25441) 4224 : cluster [DBG] pgmap v2799: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:17.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: cephadm 2024-03-30T04:48:14.869553+0000 mgr.y (mgr.25441) 4225 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:17.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: cluster 2024-03-30T04:48:14.937386+0000 mgr.y (mgr.25441) 4226 : cluster [DBG] pgmap v2800: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:17.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: cluster 2024-03-30T04:48:14.937699+0000 mgr.y (mgr.25441) 4227 : cluster [DBG] pgmap v2801: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:17.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: cephadm 2024-03-30T04:48:14.948902+0000 mgr.y (mgr.25441) 4228 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:17.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: cluster 2024-03-30T04:48:15.029028+0000 mgr.y (mgr.25441) 4229 : cluster [DBG] pgmap v2802: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:17.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: cluster 2024-03-30T04:48:15.029431+0000 mgr.y (mgr.25441) 4230 : cluster [DBG] pgmap v2803: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:17.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: cephadm 2024-03-30T04:48:15.037619+0000 mgr.y (mgr.25441) 4231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:17.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: cluster 2024-03-30T04:48:15.070252+0000 mgr.y (mgr.25441) 4232 : cluster [DBG] pgmap v2804: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:17.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: cluster 2024-03-30T04:48:15.070591+0000 mgr.y (mgr.25441) 4233 : cluster [DBG] pgmap v2805: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2024-03-30T04:48:17.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: cephadm 2024-03-30T04:48:15.122444+0000 mgr.y (mgr.25441) 4234 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-03-30T04:48:17.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: cephadm 2024-03-30T04:48:15.182504+0000 mgr.y (mgr.25441) 4235 : cephadm [INF] Upgrade: Setting require_osd_release to 19 squid 2024-03-30T04:48:17.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: cluster 2024-03-30T04:48:16.076432+0000 mon.a (mon.0) 1833 : cluster [INF] Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running squid or later but require_osd_release < squid) 2024-03-30T04:48:17.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:16.078910+0000 mon.a (mon.0) 1834 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-30T04:48:17.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:16.079169+0000 mon.a (mon.0) 1835 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "osd require-osd-release", "release": "squid"}]': finished 2024-03-30T04:48:17.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: cluster 2024-03-30T04:48:16.086513+0000 mon.a (mon.0) 1836 : cluster [DBG] osdmap e146: 8 total, 7 up, 8 in 2024-03-30T04:48:17.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:16.089031+0000 mon.b (mon.2) 10 : audit [INF] from='osd.7 [v2:172.21.15.117:6824/3720512503,v1:172.21.15.117:6825/3720512503]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:48:17.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:16.090349+0000 mon.a (mon.0) 1837 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-03-30T04:48:17.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:16.091232+0000 mon.c (mon.1) 4462 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:17.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:16.099411+0000 mon.a (mon.0) 1838 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:17.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:16 smithi117 bash[62284]: audit 2024-03-30T04:48:16.623682+0000 mon.a (mon.0) 1839 : audit [INF] from='osd.7 ' entity='osd.7' 2024-03-30T04:48:18.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:17 smithi111 bash[70954]: cephadm 2024-03-30T04:48:16.094556+0000 mgr.y (mgr.25441) 4236 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-03-30T04:48:18.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:17 smithi111 bash[70954]: audit 2024-03-30T04:48:17.346360+0000 mon.a (mon.0) 1840 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:18.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:17 smithi111 bash[70954]: audit 2024-03-30T04:48:17.356596+0000 mon.a (mon.0) 1841 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:18.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:17 smithi111 bash[70954]: audit 2024-03-30T04:48:17.368268+0000 mon.a (mon.0) 1842 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:18.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:17 smithi111 bash[70954]: cluster 2024-03-30T04:48:17.620801+0000 mon.a (mon.0) 1843 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:48:18.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:17 smithi111 bash[70954]: cluster 2024-03-30T04:48:17.631973+0000 mon.a (mon.0) 1844 : cluster [INF] osd.7 [v2:172.21.15.117:6824/3720512503,v1:172.21.15.117:6825/3720512503] boot 2024-03-30T04:48:18.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:17 smithi111 bash[70954]: cluster 2024-03-30T04:48:17.632122+0000 mon.a (mon.0) 1845 : cluster [DBG] osdmap e147: 8 total, 8 up, 8 in 2024-03-30T04:48:18.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:17 smithi111 bash[70954]: audit 2024-03-30T04:48:17.637037+0000 mon.c (mon.1) 4463 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:48:18.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:17 smithi111 bash[73591]: cephadm 2024-03-30T04:48:16.094556+0000 mgr.y (mgr.25441) 4236 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-03-30T04:48:18.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:17 smithi111 bash[73591]: audit 2024-03-30T04:48:17.346360+0000 mon.a (mon.0) 1840 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:18.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:17 smithi111 bash[73591]: audit 2024-03-30T04:48:17.356596+0000 mon.a (mon.0) 1841 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:18.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:17 smithi111 bash[73591]: audit 2024-03-30T04:48:17.368268+0000 mon.a (mon.0) 1842 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:18.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:17 smithi111 bash[73591]: cluster 2024-03-30T04:48:17.620801+0000 mon.a (mon.0) 1843 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:48:18.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:17 smithi111 bash[73591]: cluster 2024-03-30T04:48:17.631973+0000 mon.a (mon.0) 1844 : cluster [INF] osd.7 [v2:172.21.15.117:6824/3720512503,v1:172.21.15.117:6825/3720512503] boot 2024-03-30T04:48:18.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:17 smithi111 bash[73591]: cluster 2024-03-30T04:48:17.632122+0000 mon.a (mon.0) 1845 : cluster [DBG] osdmap e147: 8 total, 8 up, 8 in 2024-03-30T04:48:18.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:17 smithi111 bash[73591]: audit 2024-03-30T04:48:17.637037+0000 mon.c (mon.1) 4463 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:48:18.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:17 smithi117 bash[62284]: cephadm 2024-03-30T04:48:16.094556+0000 mgr.y (mgr.25441) 4236 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-03-30T04:48:18.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:17 smithi117 bash[62284]: audit 2024-03-30T04:48:17.346360+0000 mon.a (mon.0) 1840 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:18.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:17 smithi117 bash[62284]: audit 2024-03-30T04:48:17.356596+0000 mon.a (mon.0) 1841 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:18.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:17 smithi117 bash[62284]: audit 2024-03-30T04:48:17.368268+0000 mon.a (mon.0) 1842 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:18.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:17 smithi117 bash[62284]: cluster 2024-03-30T04:48:17.620801+0000 mon.a (mon.0) 1843 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:48:18.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:17 smithi117 bash[62284]: cluster 2024-03-30T04:48:17.631973+0000 mon.a (mon.0) 1844 : cluster [INF] osd.7 [v2:172.21.15.117:6824/3720512503,v1:172.21.15.117:6825/3720512503] boot 2024-03-30T04:48:18.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:17 smithi117 bash[62284]: cluster 2024-03-30T04:48:17.632122+0000 mon.a (mon.0) 1845 : cluster [DBG] osdmap e147: 8 total, 8 up, 8 in 2024-03-30T04:48:18.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:17 smithi117 bash[62284]: audit 2024-03-30T04:48:17.637037+0000 mon.c (mon.1) 4463 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:48:18.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:18 smithi111 bash[70954]: cluster 2024-03-30T04:48:17.071860+0000 mgr.y (mgr.25441) 4237 : cluster [DBG] pgmap v2807: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 2 op/s; 96/726 objects degraded (13.223%) 2024-03-30T04:48:18.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:18 smithi111 bash[70954]: cluster 2024-03-30T04:48:17.358849+0000 mgr.y (mgr.25441) 4238 : cluster [DBG] pgmap v2808: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s rd, 2 op/s; 96/726 objects degraded (13.223%) 2024-03-30T04:48:18.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:18 smithi111 bash[70954]: cluster 2024-03-30T04:48:17.359312+0000 mgr.y (mgr.25441) 4239 : cluster [DBG] pgmap v2809: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s rd, 2 op/s; 96/726 objects degraded (13.223%) 2024-03-30T04:48:18.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:18 smithi111 bash[70954]: audit 2024-03-30T04:48:18.186968+0000 mon.a (mon.0) 1846 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:18.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:18 smithi111 bash[70954]: audit 2024-03-30T04:48:18.200253+0000 mon.a (mon.0) 1847 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:18.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:18 smithi111 bash[70954]: audit 2024-03-30T04:48:18.213017+0000 mon.a (mon.0) 1848 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:18.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:18 smithi111 bash[70954]: cluster 2024-03-30T04:48:18.633363+0000 mon.a (mon.0) 1849 : cluster [DBG] osdmap e148: 8 total, 8 up, 8 in 2024-03-30T04:48:18.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:18 smithi111 bash[73591]: cluster 2024-03-30T04:48:17.071860+0000 mgr.y (mgr.25441) 4237 : cluster [DBG] pgmap v2807: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 2 op/s; 96/726 objects degraded (13.223%) 2024-03-30T04:48:18.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:18 smithi111 bash[73591]: cluster 2024-03-30T04:48:17.358849+0000 mgr.y (mgr.25441) 4238 : cluster [DBG] pgmap v2808: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s rd, 2 op/s; 96/726 objects degraded (13.223%) 2024-03-30T04:48:18.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:18 smithi111 bash[73591]: cluster 2024-03-30T04:48:17.359312+0000 mgr.y (mgr.25441) 4239 : cluster [DBG] pgmap v2809: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s rd, 2 op/s; 96/726 objects degraded (13.223%) 2024-03-30T04:48:18.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:18 smithi111 bash[73591]: audit 2024-03-30T04:48:18.186968+0000 mon.a (mon.0) 1846 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:18.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:18 smithi111 bash[73591]: audit 2024-03-30T04:48:18.200253+0000 mon.a (mon.0) 1847 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:18.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:18 smithi111 bash[73591]: audit 2024-03-30T04:48:18.213017+0000 mon.a (mon.0) 1848 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:18.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:18 smithi111 bash[73591]: cluster 2024-03-30T04:48:18.633363+0000 mon.a (mon.0) 1849 : cluster [DBG] osdmap e148: 8 total, 8 up, 8 in 2024-03-30T04:48:19.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:18 smithi117 bash[62284]: cluster 2024-03-30T04:48:17.071860+0000 mgr.y (mgr.25441) 4237 : cluster [DBG] pgmap v2807: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 2 op/s; 96/726 objects degraded (13.223%) 2024-03-30T04:48:19.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:18 smithi117 bash[62284]: cluster 2024-03-30T04:48:17.358849+0000 mgr.y (mgr.25441) 4238 : cluster [DBG] pgmap v2808: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s rd, 2 op/s; 96/726 objects degraded (13.223%) 2024-03-30T04:48:19.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:18 smithi117 bash[62284]: cluster 2024-03-30T04:48:17.359312+0000 mgr.y (mgr.25441) 4239 : cluster [DBG] pgmap v2809: 161 pgs: 27 active+undersized+degraded, 92 active+clean, 42 active+undersized; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s rd, 2 op/s; 96/726 objects degraded (13.223%) 2024-03-30T04:48:19.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:18 smithi117 bash[62284]: audit 2024-03-30T04:48:18.186968+0000 mon.a (mon.0) 1846 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:19.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:18 smithi117 bash[62284]: audit 2024-03-30T04:48:18.200253+0000 mon.a (mon.0) 1847 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:19.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:18 smithi117 bash[62284]: audit 2024-03-30T04:48:18.213017+0000 mon.a (mon.0) 1848 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:19.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:18 smithi117 bash[62284]: cluster 2024-03-30T04:48:18.633363+0000 mon.a (mon.0) 1849 : cluster [DBG] osdmap e148: 8 total, 8 up, 8 in 2024-03-30T04:48:20.053 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:19 smithi111 bash[70954]: cluster 2024-03-30T04:48:18.204297+0000 mgr.y (mgr.25441) 4240 : cluster [DBG] pgmap v2811: 161 pgs: 6 peering, 27 active+undersized+degraded, 92 active+clean, 36 active+undersized; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s; 96/726 objects degraded (13.223%) 2024-03-30T04:48:20.053 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:19 smithi111 bash[70954]: cluster 2024-03-30T04:48:18.204706+0000 mgr.y (mgr.25441) 4241 : cluster [DBG] pgmap v2812: 161 pgs: 6 peering, 27 active+undersized+degraded, 92 active+clean, 36 active+undersized; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 2 op/s; 96/726 objects degraded (13.223%) 2024-03-30T04:48:20.054 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:19 smithi111 bash[70954]: audit 2024-03-30T04:48:19.737879+0000 mon.a (mon.0) 1850 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:20.054 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:19 smithi111 bash[70954]: audit 2024-03-30T04:48:19.744014+0000 mon.c (mon.1) 4464 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi111.gqpgtc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:48:20.054 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:19 smithi111 bash[70954]: audit 2024-03-30T04:48:19.744575+0000 mon.a (mon.0) 1851 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi111.gqpgtc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:48:20.054 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:19 smithi111 bash[70954]: audit 2024-03-30T04:48:19.748273+0000 mon.c (mon.1) 4465 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:20.054 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:19 smithi111 bash[73591]: cluster 2024-03-30T04:48:18.204297+0000 mgr.y (mgr.25441) 4240 : cluster [DBG] pgmap v2811: 161 pgs: 6 peering, 27 active+undersized+degraded, 92 active+clean, 36 active+undersized; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s; 96/726 objects degraded (13.223%) 2024-03-30T04:48:20.054 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:19 smithi111 bash[73591]: cluster 2024-03-30T04:48:18.204706+0000 mgr.y (mgr.25441) 4241 : cluster [DBG] pgmap v2812: 161 pgs: 6 peering, 27 active+undersized+degraded, 92 active+clean, 36 active+undersized; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 2 op/s; 96/726 objects degraded (13.223%) 2024-03-30T04:48:20.054 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:19 smithi111 bash[73591]: audit 2024-03-30T04:48:19.737879+0000 mon.a (mon.0) 1850 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:20.054 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:19 smithi111 bash[73591]: audit 2024-03-30T04:48:19.744014+0000 mon.c (mon.1) 4464 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi111.gqpgtc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:48:20.054 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:19 smithi111 bash[73591]: audit 2024-03-30T04:48:19.744575+0000 mon.a (mon.0) 1851 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi111.gqpgtc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:48:20.054 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:19 smithi111 bash[73591]: audit 2024-03-30T04:48:19.748273+0000 mon.c (mon.1) 4465 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:20.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:19 smithi117 bash[62284]: cluster 2024-03-30T04:48:18.204297+0000 mgr.y (mgr.25441) 4240 : cluster [DBG] pgmap v2811: 161 pgs: 6 peering, 27 active+undersized+degraded, 92 active+clean, 36 active+undersized; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s; 96/726 objects degraded (13.223%) 2024-03-30T04:48:20.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:19 smithi117 bash[62284]: cluster 2024-03-30T04:48:18.204706+0000 mgr.y (mgr.25441) 4241 : cluster [DBG] pgmap v2812: 161 pgs: 6 peering, 27 active+undersized+degraded, 92 active+clean, 36 active+undersized; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 2 op/s; 96/726 objects degraded (13.223%) 2024-03-30T04:48:20.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:19 smithi117 bash[62284]: audit 2024-03-30T04:48:19.737879+0000 mon.a (mon.0) 1850 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:20.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:19 smithi117 bash[62284]: audit 2024-03-30T04:48:19.744014+0000 mon.c (mon.1) 4464 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi111.gqpgtc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:48:20.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:19 smithi117 bash[62284]: audit 2024-03-30T04:48:19.744575+0000 mon.a (mon.0) 1851 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi111.gqpgtc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:48:20.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:19 smithi117 bash[62284]: audit 2024-03-30T04:48:19.748273+0000 mon.c (mon.1) 4465 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:21.082 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:20 smithi117 bash[62284]: cephadm 2024-03-30T04:48:19.728050+0000 mgr.y (mgr.25441) 4242 : cephadm [INF] Upgrade: Updating rgw.foo.smithi111.gqpgtc (1/4) 2024-03-30T04:48:21.082 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:20 smithi117 bash[62284]: cephadm 2024-03-30T04:48:19.749921+0000 mgr.y (mgr.25441) 4243 : cephadm [INF] Deploying daemon rgw.foo.smithi111.gqpgtc on smithi111 2024-03-30T04:48:21.170 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:20 smithi111 bash[70954]: cephadm 2024-03-30T04:48:19.728050+0000 mgr.y (mgr.25441) 4242 : cephadm [INF] Upgrade: Updating rgw.foo.smithi111.gqpgtc (1/4) 2024-03-30T04:48:21.170 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:20 smithi111 bash[70954]: cephadm 2024-03-30T04:48:19.749921+0000 mgr.y (mgr.25441) 4243 : cephadm [INF] Deploying daemon rgw.foo.smithi111.gqpgtc on smithi111 2024-03-30T04:48:21.170 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:20 smithi111 bash[73591]: cephadm 2024-03-30T04:48:19.728050+0000 mgr.y (mgr.25441) 4242 : cephadm [INF] Upgrade: Updating rgw.foo.smithi111.gqpgtc (1/4) 2024-03-30T04:48:21.171 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:20 smithi111 bash[73591]: cephadm 2024-03-30T04:48:19.749921+0000 mgr.y (mgr.25441) 4243 : cephadm [INF] Deploying daemon rgw.foo.smithi111.gqpgtc on smithi111 2024-03-30T04:48:22.077 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:21 smithi111 bash[70954]: cluster 2024-03-30T04:48:20.205458+0000 mgr.y (mgr.25441) 4244 : cluster [DBG] pgmap v2814: 161 pgs: 6 peering, 23 active+undersized+degraded, 99 active+clean, 33 active+undersized; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 87/726 objects degraded (11.983%) 2024-03-30T04:48:22.077 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:21 smithi111 bash[70954]: cluster 2024-03-30T04:48:20.782292+0000 mon.a (mon.0) 1852 : cluster [WRN] Health check update: Degraded data redundancy: 87/726 objects degraded (11.983%), 23 pgs degraded (PG_DEGRADED) 2024-03-30T04:48:22.077 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:21 smithi111 bash[73591]: cluster 2024-03-30T04:48:20.205458+0000 mgr.y (mgr.25441) 4244 : cluster [DBG] pgmap v2814: 161 pgs: 6 peering, 23 active+undersized+degraded, 99 active+clean, 33 active+undersized; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 87/726 objects degraded (11.983%) 2024-03-30T04:48:22.077 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:21 smithi111 bash[73591]: cluster 2024-03-30T04:48:20.782292+0000 mon.a (mon.0) 1852 : cluster [WRN] Health check update: Degraded data redundancy: 87/726 objects degraded (11.983%), 23 pgs degraded (PG_DEGRADED) 2024-03-30T04:48:22.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:21 smithi117 bash[62284]: cluster 2024-03-30T04:48:20.205458+0000 mgr.y (mgr.25441) 4244 : cluster [DBG] pgmap v2814: 161 pgs: 6 peering, 23 active+undersized+degraded, 99 active+clean, 33 active+undersized; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 87/726 objects degraded (11.983%) 2024-03-30T04:48:22.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:21 smithi117 bash[62284]: cluster 2024-03-30T04:48:20.782292+0000 mon.a (mon.0) 1852 : cluster [WRN] Health check update: Degraded data redundancy: 87/726 objects degraded (11.983%), 23 pgs degraded (PG_DEGRADED) 2024-03-30T04:48:23.098 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:22 smithi111 bash[70954]: audit 2024-03-30T04:48:21.474803+0000 mgr.y (mgr.25441) 4245 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:23.099 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:22 smithi111 bash[73591]: audit 2024-03-30T04:48:21.474803+0000 mgr.y (mgr.25441) 4245 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:23.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:22 smithi117 bash[62284]: audit 2024-03-30T04:48:21.474803+0000 mgr.y (mgr.25441) 4245 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:23.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:23 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:23.367 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:48:23 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:23.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:23 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:23.367 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:48:23 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:23.368 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:48:23 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:23.368 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:48:23 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:23.368 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:48:23 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:23.369 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:48:23 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:23.369 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:48:23 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:24.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:23 smithi111 bash[73591]: cluster 2024-03-30T04:48:22.206931+0000 mgr.y (mgr.25441) 4246 : cluster [DBG] pgmap v2815: 161 pgs: 6 peering, 6 active+undersized+degraded, 141 active+clean, 8 active+undersized; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 12/726 objects degraded (1.653%) 2024-03-30T04:48:24.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:23 smithi111 bash[70954]: cluster 2024-03-30T04:48:22.206931+0000 mgr.y (mgr.25441) 4246 : cluster [DBG] pgmap v2815: 161 pgs: 6 peering, 6 active+undersized+degraded, 141 active+clean, 8 active+undersized; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 12/726 objects degraded (1.653%) 2024-03-30T04:48:24.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:23 smithi117 bash[62284]: cluster 2024-03-30T04:48:22.206931+0000 mgr.y (mgr.25441) 4246 : cluster [DBG] pgmap v2815: 161 pgs: 6 peering, 6 active+undersized+degraded, 141 active+clean, 8 active+undersized; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 12/726 objects degraded (1.653%) 2024-03-30T04:48:25.116 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:24 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:25.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:24 smithi111 bash[73591]: cluster 2024-03-30T04:48:24.208232+0000 mgr.y (mgr.25441) 4247 : cluster [DBG] pgmap v2816: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 778 B/s rd, 0 op/s 2024-03-30T04:48:25.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:24 smithi111 bash[73591]: cluster 2024-03-30T04:48:24.803643+0000 mon.a (mon.0) 1853 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 12/726 objects degraded (1.653%), 6 pgs degraded) 2024-03-30T04:48:25.117 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:48:24 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:25.117 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:48:24 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:25.118 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:48:24 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:25.118 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:48:24 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:25.118 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:48:24 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:25.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:24 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:25.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:24 smithi111 bash[70954]: cluster 2024-03-30T04:48:24.208232+0000 mgr.y (mgr.25441) 4247 : cluster [DBG] pgmap v2816: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 778 B/s rd, 0 op/s 2024-03-30T04:48:25.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:24 smithi111 bash[70954]: cluster 2024-03-30T04:48:24.803643+0000 mon.a (mon.0) 1853 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 12/726 objects degraded (1.653%), 6 pgs degraded) 2024-03-30T04:48:25.119 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:48:24 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:25.119 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:48:24 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:25.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:24 smithi117 bash[62284]: cluster 2024-03-30T04:48:24.208232+0000 mgr.y (mgr.25441) 4247 : cluster [DBG] pgmap v2816: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 778 B/s rd, 0 op/s 2024-03-30T04:48:25.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:24 smithi117 bash[62284]: cluster 2024-03-30T04:48:24.803643+0000 mon.a (mon.0) 1853 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 12/726 objects degraded (1.653%), 6 pgs degraded) 2024-03-30T04:48:26.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:25 smithi111 bash[70954]: audit 2024-03-30T04:48:24.944555+0000 mon.a (mon.0) 1854 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:26.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:25 smithi111 bash[70954]: audit 2024-03-30T04:48:24.955206+0000 mon.a (mon.0) 1855 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:26.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:25 smithi111 bash[73591]: audit 2024-03-30T04:48:24.944555+0000 mon.a (mon.0) 1854 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:26.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:25 smithi111 bash[73591]: audit 2024-03-30T04:48:24.955206+0000 mon.a (mon.0) 1855 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:26.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:25 smithi117 bash[62284]: audit 2024-03-30T04:48:24.944555+0000 mon.a (mon.0) 1854 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:26.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:25 smithi117 bash[62284]: audit 2024-03-30T04:48:24.955206+0000 mon.a (mon.0) 1855 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:26.708 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:48:26 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:48:26] "GET /metrics HTTP/1.1" 200 38632 "" "Prometheus/2.33.4" 2024-03-30T04:48:26.987 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:26 smithi111 bash[70954]: cluster 2024-03-30T04:48:26.209482+0000 mgr.y (mgr.25441) 4248 : cluster [DBG] pgmap v2817: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-03-30T04:48:26.987 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:26 smithi111 bash[73591]: cluster 2024-03-30T04:48:26.209482+0000 mgr.y (mgr.25441) 4248 : cluster [DBG] pgmap v2817: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-03-30T04:48:27.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:26 smithi117 bash[62284]: cluster 2024-03-30T04:48:26.209482+0000 mgr.y (mgr.25441) 4248 : cluster [DBG] pgmap v2817: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-03-30T04:48:29.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:29 smithi111 bash[70954]: cephadm 2024-03-30T04:48:27.994879+0000 mgr.y (mgr.25441) 4249 : cephadm [INF] Upgrade: Updating rgw.smpl.smithi111.nqgkvi (2/4) 2024-03-30T04:48:29.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:29 smithi111 bash[70954]: audit 2024-03-30T04:48:28.000652+0000 mon.a (mon.0) 1856 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:29.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:29 smithi111 bash[70954]: audit 2024-03-30T04:48:28.007565+0000 mon.c (mon.1) 4466 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi111.nqgkvi", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:48:29.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:29 smithi111 bash[70954]: audit 2024-03-30T04:48:28.008211+0000 mon.a (mon.0) 1857 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi111.nqgkvi", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:48:29.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:29 smithi111 bash[70954]: audit 2024-03-30T04:48:28.012670+0000 mon.c (mon.1) 4467 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:29 smithi111 bash[70954]: cephadm 2024-03-30T04:48:28.014760+0000 mgr.y (mgr.25441) 4250 : cephadm [INF] Deploying daemon rgw.smpl.smithi111.nqgkvi on smithi111 2024-03-30T04:48:29.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:29 smithi111 bash[70954]: cluster 2024-03-30T04:48:28.210532+0000 mgr.y (mgr.25441) 4251 : cluster [DBG] pgmap v2818: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 33 KiB/s rd, 102 B/s wr, 52 op/s 2024-03-30T04:48:29.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:29 smithi111 bash[73591]: cephadm 2024-03-30T04:48:27.994879+0000 mgr.y (mgr.25441) 4249 : cephadm [INF] Upgrade: Updating rgw.smpl.smithi111.nqgkvi (2/4) 2024-03-30T04:48:29.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:29 smithi111 bash[73591]: audit 2024-03-30T04:48:28.000652+0000 mon.a (mon.0) 1856 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:29.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:29 smithi111 bash[73591]: audit 2024-03-30T04:48:28.007565+0000 mon.c (mon.1) 4466 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi111.nqgkvi", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:48:29.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:29 smithi111 bash[73591]: audit 2024-03-30T04:48:28.008211+0000 mon.a (mon.0) 1857 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi111.nqgkvi", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:48:29.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:29 smithi111 bash[73591]: audit 2024-03-30T04:48:28.012670+0000 mon.c (mon.1) 4467 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:29 smithi111 bash[73591]: cephadm 2024-03-30T04:48:28.014760+0000 mgr.y (mgr.25441) 4250 : cephadm [INF] Deploying daemon rgw.smpl.smithi111.nqgkvi on smithi111 2024-03-30T04:48:29.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:29 smithi111 bash[73591]: cluster 2024-03-30T04:48:28.210532+0000 mgr.y (mgr.25441) 4251 : cluster [DBG] pgmap v2818: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 33 KiB/s rd, 102 B/s wr, 52 op/s 2024-03-30T04:48:29.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:29 smithi117 bash[62284]: cephadm 2024-03-30T04:48:27.994879+0000 mgr.y (mgr.25441) 4249 : cephadm [INF] Upgrade: Updating rgw.smpl.smithi111.nqgkvi (2/4) 2024-03-30T04:48:29.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:29 smithi117 bash[62284]: audit 2024-03-30T04:48:28.000652+0000 mon.a (mon.0) 1856 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:29.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:29 smithi117 bash[62284]: audit 2024-03-30T04:48:28.007565+0000 mon.c (mon.1) 4466 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi111.nqgkvi", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:48:29.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:29 smithi117 bash[62284]: audit 2024-03-30T04:48:28.008211+0000 mon.a (mon.0) 1857 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi111.nqgkvi", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:48:29.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:29 smithi117 bash[62284]: audit 2024-03-30T04:48:28.012670+0000 mon.c (mon.1) 4467 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:29 smithi117 bash[62284]: cephadm 2024-03-30T04:48:28.014760+0000 mgr.y (mgr.25441) 4250 : cephadm [INF] Deploying daemon rgw.smpl.smithi111.nqgkvi on smithi111 2024-03-30T04:48:29.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:29 smithi117 bash[62284]: cluster 2024-03-30T04:48:28.210532+0000 mgr.y (mgr.25441) 4251 : cluster [DBG] pgmap v2818: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 33 KiB/s rd, 102 B/s wr, 52 op/s 2024-03-30T04:48:30.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:30 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:30.870 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:48:30 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:30.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:30 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:30.870 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:48:30 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:30.870 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:48:30 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:30.871 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:48:30 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:30.871 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:48:30 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:30.871 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:48:30 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:30.872 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:48:30 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:31.515 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:31 smithi111 bash[73591]: cluster 2024-03-30T04:48:30.211462+0000 mgr.y (mgr.25441) 4252 : cluster [DBG] pgmap v2819: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 39 KiB/s rd, 88 B/s wr, 61 op/s 2024-03-30T04:48:31.515 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:31 smithi111 bash[73591]: audit 2024-03-30T04:48:30.270099+0000 mon.a (mon.0) 1858 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:31.515 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:31 smithi111 bash[73591]: audit 2024-03-30T04:48:30.277433+0000 mon.c (mon.1) 4468 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:48:31.515 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:31 smithi111 bash[73591]: audit 2024-03-30T04:48:30.586584+0000 mon.a (mon.0) 1859 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:31.516 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:31 smithi111 bash[70954]: cluster 2024-03-30T04:48:30.211462+0000 mgr.y (mgr.25441) 4252 : cluster [DBG] pgmap v2819: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 39 KiB/s rd, 88 B/s wr, 61 op/s 2024-03-30T04:48:31.516 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:31 smithi111 bash[70954]: audit 2024-03-30T04:48:30.270099+0000 mon.a (mon.0) 1858 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:31.516 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:31 smithi111 bash[70954]: audit 2024-03-30T04:48:30.277433+0000 mon.c (mon.1) 4468 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:48:31.516 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:31 smithi111 bash[70954]: audit 2024-03-30T04:48:30.586584+0000 mon.a (mon.0) 1859 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:31.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:31 smithi117 bash[62284]: cluster 2024-03-30T04:48:30.211462+0000 mgr.y (mgr.25441) 4252 : cluster [DBG] pgmap v2819: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 39 KiB/s rd, 88 B/s wr, 61 op/s 2024-03-30T04:48:31.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:31 smithi117 bash[62284]: audit 2024-03-30T04:48:30.270099+0000 mon.a (mon.0) 1858 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:31.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:31 smithi117 bash[62284]: audit 2024-03-30T04:48:30.277433+0000 mon.c (mon.1) 4468 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:48:31.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:31 smithi117 bash[62284]: audit 2024-03-30T04:48:30.586584+0000 mon.a (mon.0) 1859 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:32.332 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:32 smithi111 bash[70954]: audit 2024-03-30T04:48:31.486172+0000 mgr.y (mgr.25441) 4253 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:32.333 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:32 smithi111 bash[73591]: audit 2024-03-30T04:48:31.486172+0000 mgr.y (mgr.25441) 4253 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:32.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:32 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:32.617 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:48:32 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:32.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:32 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:32.618 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:48:32 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:32.618 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:48:32 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:32.618 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:48:32 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:32.619 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:48:32 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:32.619 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:48:32 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:32.619 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:48:32 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:32.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:32 smithi117 bash[62284]: audit 2024-03-30T04:48:31.486172+0000 mgr.y (mgr.25441) 4253 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:33.866 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:33 smithi111 bash[73591]: cluster 2024-03-30T04:48:32.212379+0000 mgr.y (mgr.25441) 4254 : cluster [DBG] pgmap v2820: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 78 KiB/s rd, 85 B/s wr, 122 op/s 2024-03-30T04:48:33.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:33 smithi111 bash[73591]: audit 2024-03-30T04:48:32.513308+0000 mon.a (mon.0) 1860 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:33.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:33 smithi111 bash[73591]: audit 2024-03-30T04:48:32.522028+0000 mon.a (mon.0) 1861 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:33.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:33 smithi111 bash[70954]: cluster 2024-03-30T04:48:32.212379+0000 mgr.y (mgr.25441) 4254 : cluster [DBG] pgmap v2820: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 78 KiB/s rd, 85 B/s wr, 122 op/s 2024-03-30T04:48:33.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:33 smithi111 bash[70954]: audit 2024-03-30T04:48:32.513308+0000 mon.a (mon.0) 1860 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:33.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:33 smithi111 bash[70954]: audit 2024-03-30T04:48:32.522028+0000 mon.a (mon.0) 1861 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:33.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:33 smithi117 bash[62284]: cluster 2024-03-30T04:48:32.212379+0000 mgr.y (mgr.25441) 4254 : cluster [DBG] pgmap v2820: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 78 KiB/s rd, 85 B/s wr, 122 op/s 2024-03-30T04:48:33.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:33 smithi117 bash[62284]: audit 2024-03-30T04:48:32.513308+0000 mon.a (mon.0) 1860 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:33.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:33 smithi117 bash[62284]: audit 2024-03-30T04:48:32.522028+0000 mon.a (mon.0) 1861 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:35.079 INFO:teuthology.orchestra.run.smithi111.stdout:true 2024-03-30T04:48:35.832 INFO:teuthology.orchestra.run.smithi111.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:48:35.832 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi111 smithi111 running 18s ago 23m - - 2024-03-30T04:48:35.832 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi117 smithi117 running 17s ago 22m - - 2024-03-30T04:48:35.832 INFO:teuthology.orchestra.run.smithi111.stdout:alertmanager.a smithi111 *:9093,9094 running (9m) 18s ago 16m 13.9M - 0.23.0 ba2b418f427c 1324aeb3a452 2024-03-30T04:48:35.832 INFO:teuthology.orchestra.run.smithi111.stdout:grafana.a smithi117 *:3000 error 17s ago 15m - - 2024-03-30T04:48:35.833 INFO:teuthology.orchestra.run.smithi111.stdout:iscsi.foo.smithi111.fmwmll smithi111 running (7m) 18s ago 13m 44.6M - 3.5 e1d6a67b021e 429bab8e2057 2024-03-30T04:48:35.833 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.x smithi117 *:8443,9283,8765 running (7m) 17s ago 22m 439M - 19.0.0-2493-gd82c9aa1 3714003597ec 42ebd55da4b4 2024-03-30T04:48:35.833 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.y smithi111 *:8443,9283,8765 running (8m) 18s ago 24m 527M - 19.0.0-2493-gd82c9aa1 3714003597ec fa84fb31d2a4 2024-03-30T04:48:35.833 INFO:teuthology.orchestra.run.smithi111.stdout:mon.a smithi111 running (6m) 18s ago 24m 123M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 896c96f933ff 2024-03-30T04:48:35.833 INFO:teuthology.orchestra.run.smithi111.stdout:mon.b smithi117 running (5m) 17s ago 22m 54.5M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 60f10ffc2128 2024-03-30T04:48:35.833 INFO:teuthology.orchestra.run.smithi111.stdout:mon.c smithi111 running (6m) 18s ago 22m 63.6M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 385ecbe45d43 2024-03-30T04:48:35.833 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.a smithi111 *:9100 running (9m) 18s ago 16m 9331k - 1.3.1 1dbe0e931976 6370ea39ede2 2024-03-30T04:48:35.833 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.b smithi117 *:9100 running (8m) 17s ago 16m 11.4M - 1.3.1 1dbe0e931976 038bdefec2fb 2024-03-30T04:48:35.833 INFO:teuthology.orchestra.run.smithi111.stdout:osd.0 smithi111 running (4m) 18s ago 21m 54.2M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec c83a5c211a2a 2024-03-30T04:48:35.833 INFO:teuthology.orchestra.run.smithi111.stdout:osd.1 smithi111 running (4m) 18s ago 21m 61.2M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 72f709306a82 2024-03-30T04:48:35.833 INFO:teuthology.orchestra.run.smithi111.stdout:osd.2 smithi111 running (3m) 18s ago 20m 48.7M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 4812fabf499a 2024-03-30T04:48:35.833 INFO:teuthology.orchestra.run.smithi111.stdout:osd.3 smithi111 running (2m) 18s ago 19m 55.9M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec d39d23268f95 2024-03-30T04:48:35.833 INFO:teuthology.orchestra.run.smithi111.stdout:osd.4 smithi117 running (2m) 17s ago 19m 51.5M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 1668f848549c 2024-03-30T04:48:35.834 INFO:teuthology.orchestra.run.smithi111.stdout:osd.5 smithi117 running (98s) 17s ago 18m 52.5M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec db2499d5a247 2024-03-30T04:48:35.834 INFO:teuthology.orchestra.run.smithi111.stdout:osd.6 smithi117 running (65s) 17s ago 18m 51.8M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 68d03f439b68 2024-03-30T04:48:35.834 INFO:teuthology.orchestra.run.smithi111.stdout:osd.7 smithi117 running (26s) 17s ago 17m 47.7M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 6fd992ff99cf 2024-03-30T04:48:35.834 INFO:teuthology.orchestra.run.smithi111.stdout:prometheus.a smithi117 *:9095 running (7m) 17s ago 16m 67.4M - 2.33.4 514e6a882f6e e0486046291e 2024-03-30T04:48:35.834 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi111.gqpgtc smithi111 *:8000 starting - - - - 2024-03-30T04:48:35.834 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi117.nijpsz smithi117 *:8000 running (14m) 17s ago 14m 88.8M - 17.2.0 e1d6a67b021e bd8939f98ae0 2024-03-30T04:48:35.834 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi111.nqgkvi smithi111 *:80 starting - - - - 2024-03-30T04:48:35.834 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi117.wrgldy smithi117 *:80 running (14m) 17s ago 14m 88.3M - 17.2.0 e1d6a67b021e 1bff1faa59ec 2024-03-30T04:48:35.866 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:35 smithi111 bash[70954]: cluster 2024-03-30T04:48:34.213043+0000 mgr.y (mgr.25441) 4255 : cluster [DBG] pgmap v2821: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 83 KiB/s rd, 85 B/s wr, 130 op/s 2024-03-30T04:48:35.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:35 smithi111 bash[73591]: cluster 2024-03-30T04:48:34.213043+0000 mgr.y (mgr.25441) 4255 : cluster [DBG] pgmap v2821: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 83 KiB/s rd, 85 B/s wr, 130 op/s 2024-03-30T04:48:35.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:35 smithi117 bash[62284]: cluster 2024-03-30T04:48:34.213043+0000 mgr.y (mgr.25441) 4255 : cluster [DBG] pgmap v2821: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 83 KiB/s rd, 85 B/s wr, 130 op/s 2024-03-30T04:48:36.242 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:48:36.242 INFO:teuthology.orchestra.run.smithi111.stdout: "mon": { 2024-03-30T04:48:36.242 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:48:36.242 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:48:36.242 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr": { 2024-03-30T04:48:36.242 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:48:36.242 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:48:36.242 INFO:teuthology.orchestra.run.smithi111.stdout: "osd": { 2024-03-30T04:48:36.242 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 8 2024-03-30T04:48:36.242 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:48:36.243 INFO:teuthology.orchestra.run.smithi111.stdout: "rgw": { 2024-03-30T04:48:36.243 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2, 2024-03-30T04:48:36.243 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:48:36.243 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:48:36.243 INFO:teuthology.orchestra.run.smithi111.stdout: "overall": { 2024-03-30T04:48:36.243 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2, 2024-03-30T04:48:36.243 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 15 2024-03-30T04:48:36.243 INFO:teuthology.orchestra.run.smithi111.stdout: } 2024-03-30T04:48:36.243 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:48:36.596 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:48:36.597 INFO:teuthology.orchestra.run.smithi111.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962", 2024-03-30T04:48:36.597 INFO:teuthology.orchestra.run.smithi111.stdout: "in_progress": true, 2024-03-30T04:48:36.597 INFO:teuthology.orchestra.run.smithi111.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:48:36.597 INFO:teuthology.orchestra.run.smithi111.stdout: "services_complete": [ 2024-03-30T04:48:36.597 INFO:teuthology.orchestra.run.smithi111.stdout: "osd", 2024-03-30T04:48:36.597 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr", 2024-03-30T04:48:36.597 INFO:teuthology.orchestra.run.smithi111.stdout: "mon" 2024-03-30T04:48:36.597 INFO:teuthology.orchestra.run.smithi111.stdout: ], 2024-03-30T04:48:36.597 INFO:teuthology.orchestra.run.smithi111.stdout: "progress": "13/23 daemons upgraded", 2024-03-30T04:48:36.597 INFO:teuthology.orchestra.run.smithi111.stdout: "message": "Currently upgrading rgw daemons", 2024-03-30T04:48:36.597 INFO:teuthology.orchestra.run.smithi111.stdout: "is_paused": false 2024-03-30T04:48:36.597 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:48:36.867 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:48:36 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:48:36] "GET /metrics HTTP/1.1" 200 38639 "" "Prometheus/2.33.4" 2024-03-30T04:48:36.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:36 smithi111 bash[70954]: audit 2024-03-30T04:48:35.071557+0000 mgr.y (mgr.25441) 4256 : audit [DBG] from='client.44593 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:36.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:36 smithi111 bash[70954]: audit 2024-03-30T04:48:35.438374+0000 mgr.y (mgr.25441) 4257 : audit [DBG] from='client.34659 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:36.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:36 smithi111 bash[70954]: cephadm 2024-03-30T04:48:35.566628+0000 mgr.y (mgr.25441) 4258 : cephadm [INF] Upgrade: Updating rgw.foo.smithi117.nijpsz (3/4) 2024-03-30T04:48:36.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:36 smithi111 bash[70954]: audit 2024-03-30T04:48:35.573465+0000 mon.a (mon.0) 1862 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:36.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:36 smithi111 bash[70954]: audit 2024-03-30T04:48:35.575810+0000 mon.c (mon.1) 4469 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi117.nijpsz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:48:36.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:36 smithi111 bash[70954]: audit 2024-03-30T04:48:35.576179+0000 mon.a (mon.0) 1863 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi117.nijpsz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:48:36.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:36 smithi111 bash[70954]: audit 2024-03-30T04:48:35.578071+0000 mon.c (mon.1) 4470 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:36.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:36 smithi111 bash[70954]: cephadm 2024-03-30T04:48:35.578951+0000 mgr.y (mgr.25441) 4259 : cephadm [INF] Deploying daemon rgw.foo.smithi117.nijpsz on smithi117 2024-03-30T04:48:36.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:36 smithi111 bash[70954]: audit 2024-03-30T04:48:35.790007+0000 mgr.y (mgr.25441) 4260 : audit [DBG] from='client.44605 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:36.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:36 smithi111 bash[70954]: audit 2024-03-30T04:48:36.247169+0000 mon.c (mon.1) 4471 : audit [DBG] from='client.? 172.21.15.111:0/2655407315' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:36.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:36 smithi111 bash[73591]: audit 2024-03-30T04:48:35.071557+0000 mgr.y (mgr.25441) 4256 : audit [DBG] from='client.44593 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:36.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:36 smithi111 bash[73591]: audit 2024-03-30T04:48:35.438374+0000 mgr.y (mgr.25441) 4257 : audit [DBG] from='client.34659 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:36.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:36 smithi111 bash[73591]: cephadm 2024-03-30T04:48:35.566628+0000 mgr.y (mgr.25441) 4258 : cephadm [INF] Upgrade: Updating rgw.foo.smithi117.nijpsz (3/4) 2024-03-30T04:48:36.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:36 smithi111 bash[73591]: audit 2024-03-30T04:48:35.573465+0000 mon.a (mon.0) 1862 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:36.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:36 smithi111 bash[73591]: audit 2024-03-30T04:48:35.575810+0000 mon.c (mon.1) 4469 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi117.nijpsz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:48:36.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:36 smithi111 bash[73591]: audit 2024-03-30T04:48:35.576179+0000 mon.a (mon.0) 1863 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi117.nijpsz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:48:36.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:36 smithi111 bash[73591]: audit 2024-03-30T04:48:35.578071+0000 mon.c (mon.1) 4470 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:36.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:36 smithi111 bash[73591]: cephadm 2024-03-30T04:48:35.578951+0000 mgr.y (mgr.25441) 4259 : cephadm [INF] Deploying daemon rgw.foo.smithi117.nijpsz on smithi117 2024-03-30T04:48:36.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:36 smithi111 bash[73591]: audit 2024-03-30T04:48:35.790007+0000 mgr.y (mgr.25441) 4260 : audit [DBG] from='client.44605 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:36.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:36 smithi111 bash[73591]: audit 2024-03-30T04:48:36.247169+0000 mon.c (mon.1) 4471 : audit [DBG] from='client.? 172.21.15.111:0/2655407315' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:36.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:36 smithi117 bash[62284]: audit 2024-03-30T04:48:35.071557+0000 mgr.y (mgr.25441) 4256 : audit [DBG] from='client.44593 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:36.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:36 smithi117 bash[62284]: audit 2024-03-30T04:48:35.438374+0000 mgr.y (mgr.25441) 4257 : audit [DBG] from='client.34659 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:36.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:36 smithi117 bash[62284]: cephadm 2024-03-30T04:48:35.566628+0000 mgr.y (mgr.25441) 4258 : cephadm [INF] Upgrade: Updating rgw.foo.smithi117.nijpsz (3/4) 2024-03-30T04:48:36.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:36 smithi117 bash[62284]: audit 2024-03-30T04:48:35.573465+0000 mon.a (mon.0) 1862 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:36.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:36 smithi117 bash[62284]: audit 2024-03-30T04:48:35.575810+0000 mon.c (mon.1) 4469 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi117.nijpsz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:48:36.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:36 smithi117 bash[62284]: audit 2024-03-30T04:48:35.576179+0000 mon.a (mon.0) 1863 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi117.nijpsz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:48:36.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:36 smithi117 bash[62284]: audit 2024-03-30T04:48:35.578071+0000 mon.c (mon.1) 4470 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:36.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:36 smithi117 bash[62284]: cephadm 2024-03-30T04:48:35.578951+0000 mgr.y (mgr.25441) 4259 : cephadm [INF] Deploying daemon rgw.foo.smithi117.nijpsz on smithi117 2024-03-30T04:48:36.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:36 smithi117 bash[62284]: audit 2024-03-30T04:48:35.790007+0000 mgr.y (mgr.25441) 4260 : audit [DBG] from='client.44605 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:36.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:36 smithi117 bash[62284]: audit 2024-03-30T04:48:36.247169+0000 mon.c (mon.1) 4471 : audit [DBG] from='client.? 172.21.15.111:0/2655407315' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:37.023 INFO:teuthology.orchestra.run.smithi111.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:48:37.024 INFO:teuthology.orchestra.run.smithi111.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:48:37.024 INFO:teuthology.orchestra.run.smithi111.stdout: daemon grafana.a on smithi117 is in error state 2024-03-30T04:48:37.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:37 smithi111 bash[70954]: cluster 2024-03-30T04:48:36.214023+0000 mgr.y (mgr.25441) 4261 : cluster [DBG] pgmap v2822: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s rd, 85 B/s wr, 170 op/s 2024-03-30T04:48:37.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:37 smithi111 bash[70954]: audit 2024-03-30T04:48:36.601521+0000 mgr.y (mgr.25441) 4262 : audit [DBG] from='client.44617 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:37.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:37 smithi111 bash[70954]: audit 2024-03-30T04:48:37.029170+0000 mon.c (mon.1) 4472 : audit [DBG] from='client.? 172.21.15.111:0/787080463' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:48:37.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:37 smithi111 bash[70954]: audit 2024-03-30T04:48:37.569187+0000 mon.a (mon.0) 1864 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:37.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:37 smithi111 bash[73591]: cluster 2024-03-30T04:48:36.214023+0000 mgr.y (mgr.25441) 4261 : cluster [DBG] pgmap v2822: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s rd, 85 B/s wr, 170 op/s 2024-03-30T04:48:37.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:37 smithi111 bash[73591]: audit 2024-03-30T04:48:36.601521+0000 mgr.y (mgr.25441) 4262 : audit [DBG] from='client.44617 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:37.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:37 smithi111 bash[73591]: audit 2024-03-30T04:48:37.029170+0000 mon.c (mon.1) 4472 : audit [DBG] from='client.? 172.21.15.111:0/787080463' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:48:37.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:37 smithi111 bash[73591]: audit 2024-03-30T04:48:37.569187+0000 mon.a (mon.0) 1864 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:37.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:37 smithi117 bash[62284]: cluster 2024-03-30T04:48:36.214023+0000 mgr.y (mgr.25441) 4261 : cluster [DBG] pgmap v2822: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s rd, 85 B/s wr, 170 op/s 2024-03-30T04:48:37.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:37 smithi117 bash[62284]: audit 2024-03-30T04:48:36.601521+0000 mgr.y (mgr.25441) 4262 : audit [DBG] from='client.44617 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:37.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:37 smithi117 bash[62284]: audit 2024-03-30T04:48:37.029170+0000 mon.c (mon.1) 4472 : audit [DBG] from='client.? 172.21.15.111:0/787080463' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:48:37.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:37 smithi117 bash[62284]: audit 2024-03-30T04:48:37.569187+0000 mon.a (mon.0) 1864 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:38.727 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:48:38 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:38.727 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:48:38 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:38.728 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:48:38 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:38.728 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:48:38 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:38.728 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:48:38 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:38.729 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:48:38 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:38.729 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:48:38 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:38.729 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:48:38 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:38.730 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:38 smithi117 bash[62284]: audit 2024-03-30T04:48:37.587088+0000 mon.a (mon.0) 1865 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:38.730 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:38 smithi117 bash[62284]: cluster 2024-03-30T04:48:37.592739+0000 mgr.y (mgr.25441) 4263 : cluster [DBG] pgmap v2823: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 141 KiB/s rd, 89 B/s wr, 222 op/s 2024-03-30T04:48:38.730 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:38 smithi117 bash[62284]: cluster 2024-03-30T04:48:37.593618+0000 mgr.y (mgr.25441) 4264 : cluster [DBG] pgmap v2824: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 136 KiB/s rd, 0 B/s wr, 214 op/s 2024-03-30T04:48:38.730 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:38 smithi117 bash[62284]: audit 2024-03-30T04:48:37.619992+0000 mon.a (mon.0) 1866 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:38.730 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:38 smithi117 bash[62284]: audit 2024-03-30T04:48:38.391677+0000 mon.a (mon.0) 1867 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:38.730 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:38 smithi117 bash[62284]: audit 2024-03-30T04:48:38.411865+0000 mon.a (mon.0) 1868 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:38.730 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:38 smithi117 bash[62284]: audit 2024-03-30T04:48:38.431763+0000 mon.a (mon.0) 1869 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:38.730 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:38 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:38.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:38 smithi111 bash[70954]: audit 2024-03-30T04:48:37.587088+0000 mon.a (mon.0) 1865 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:38.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:38 smithi111 bash[70954]: cluster 2024-03-30T04:48:37.592739+0000 mgr.y (mgr.25441) 4263 : cluster [DBG] pgmap v2823: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 141 KiB/s rd, 89 B/s wr, 222 op/s 2024-03-30T04:48:38.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:38 smithi111 bash[70954]: cluster 2024-03-30T04:48:37.593618+0000 mgr.y (mgr.25441) 4264 : cluster [DBG] pgmap v2824: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 136 KiB/s rd, 0 B/s wr, 214 op/s 2024-03-30T04:48:38.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:38 smithi111 bash[70954]: audit 2024-03-30T04:48:37.619992+0000 mon.a (mon.0) 1866 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:38.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:38 smithi111 bash[70954]: audit 2024-03-30T04:48:38.391677+0000 mon.a (mon.0) 1867 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:38.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:38 smithi111 bash[70954]: audit 2024-03-30T04:48:38.411865+0000 mon.a (mon.0) 1868 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:38.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:38 smithi111 bash[70954]: audit 2024-03-30T04:48:38.431763+0000 mon.a (mon.0) 1869 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:38.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:38 smithi111 bash[73591]: audit 2024-03-30T04:48:37.587088+0000 mon.a (mon.0) 1865 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:38.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:38 smithi111 bash[73591]: cluster 2024-03-30T04:48:37.592739+0000 mgr.y (mgr.25441) 4263 : cluster [DBG] pgmap v2823: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 141 KiB/s rd, 89 B/s wr, 222 op/s 2024-03-30T04:48:38.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:38 smithi111 bash[73591]: cluster 2024-03-30T04:48:37.593618+0000 mgr.y (mgr.25441) 4264 : cluster [DBG] pgmap v2824: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 136 KiB/s rd, 0 B/s wr, 214 op/s 2024-03-30T04:48:38.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:38 smithi111 bash[73591]: audit 2024-03-30T04:48:37.619992+0000 mon.a (mon.0) 1866 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:38.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:38 smithi111 bash[73591]: audit 2024-03-30T04:48:38.391677+0000 mon.a (mon.0) 1867 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:38.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:38 smithi111 bash[73591]: audit 2024-03-30T04:48:38.411865+0000 mon.a (mon.0) 1868 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:38.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:38 smithi111 bash[73591]: audit 2024-03-30T04:48:38.431763+0000 mon.a (mon.0) 1869 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:39.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:39 smithi111 bash[70954]: cluster 2024-03-30T04:48:38.417029+0000 mgr.y (mgr.25441) 4265 : cluster [DBG] pgmap v2825: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 166 KiB/s rd, 124 B/s wr, 262 op/s 2024-03-30T04:48:39.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:39 smithi111 bash[70954]: cluster 2024-03-30T04:48:38.417803+0000 mgr.y (mgr.25441) 4266 : cluster [DBG] pgmap v2826: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 143 KiB/s rd, 165 B/s wr, 225 op/s 2024-03-30T04:48:39.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:39 smithi111 bash[70954]: audit 2024-03-30T04:48:39.101050+0000 mon.a (mon.0) 1870 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:39.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:39 smithi111 bash[70954]: audit 2024-03-30T04:48:39.119536+0000 mon.a (mon.0) 1871 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:39.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:39 smithi111 bash[70954]: audit 2024-03-30T04:48:39.138424+0000 mon.a (mon.0) 1872 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:39.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:39 smithi111 bash[73591]: cluster 2024-03-30T04:48:38.417029+0000 mgr.y (mgr.25441) 4265 : cluster [DBG] pgmap v2825: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 166 KiB/s rd, 124 B/s wr, 262 op/s 2024-03-30T04:48:39.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:39 smithi111 bash[73591]: cluster 2024-03-30T04:48:38.417803+0000 mgr.y (mgr.25441) 4266 : cluster [DBG] pgmap v2826: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 143 KiB/s rd, 165 B/s wr, 225 op/s 2024-03-30T04:48:39.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:39 smithi111 bash[73591]: audit 2024-03-30T04:48:39.101050+0000 mon.a (mon.0) 1870 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:39.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:39 smithi111 bash[73591]: audit 2024-03-30T04:48:39.119536+0000 mon.a (mon.0) 1871 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:39.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:39 smithi111 bash[73591]: audit 2024-03-30T04:48:39.138424+0000 mon.a (mon.0) 1872 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:39.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:39 smithi117 bash[62284]: cluster 2024-03-30T04:48:38.417029+0000 mgr.y (mgr.25441) 4265 : cluster [DBG] pgmap v2825: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 166 KiB/s rd, 124 B/s wr, 262 op/s 2024-03-30T04:48:39.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:39 smithi117 bash[62284]: cluster 2024-03-30T04:48:38.417803+0000 mgr.y (mgr.25441) 4266 : cluster [DBG] pgmap v2826: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 143 KiB/s rd, 165 B/s wr, 225 op/s 2024-03-30T04:48:39.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:39 smithi117 bash[62284]: audit 2024-03-30T04:48:39.101050+0000 mon.a (mon.0) 1870 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:39.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:39 smithi117 bash[62284]: audit 2024-03-30T04:48:39.119536+0000 mon.a (mon.0) 1871 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:39.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:39 smithi117 bash[62284]: audit 2024-03-30T04:48:39.138424+0000 mon.a (mon.0) 1872 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:40.191 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:40 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:40.192 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:48:40 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:40.192 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:48:40 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:40.192 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:48:40 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:40.193 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:48:40 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:40.193 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:48:40 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:40.194 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:48:40 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:40.194 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:48:40 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:40.194 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:48:40 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:40.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:40 smithi111 bash[70954]: cluster 2024-03-30T04:48:39.123887+0000 mgr.y (mgr.25441) 4267 : cluster [DBG] pgmap v2827: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 182 KiB/s rd, 208 B/s wr, 288 op/s 2024-03-30T04:48:40.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:40 smithi111 bash[70954]: cluster 2024-03-30T04:48:39.124706+0000 mgr.y (mgr.25441) 4268 : cluster [DBG] pgmap v2828: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 204 KiB/s rd, 351 B/s wr, 323 op/s 2024-03-30T04:48:40.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:40 smithi111 bash[70954]: cluster 2024-03-30T04:48:40.115090+0000 mon.a (mon.0) 1873 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:48:40.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:40 smithi111 bash[70954]: audit 2024-03-30T04:48:40.247171+0000 mon.a (mon.0) 1874 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:40.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:40 smithi111 bash[70954]: audit 2024-03-30T04:48:40.263433+0000 mon.a (mon.0) 1875 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:40.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:40 smithi111 bash[73591]: cluster 2024-03-30T04:48:39.123887+0000 mgr.y (mgr.25441) 4267 : cluster [DBG] pgmap v2827: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 182 KiB/s rd, 208 B/s wr, 288 op/s 2024-03-30T04:48:40.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:40 smithi111 bash[73591]: cluster 2024-03-30T04:48:39.124706+0000 mgr.y (mgr.25441) 4268 : cluster [DBG] pgmap v2828: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 204 KiB/s rd, 351 B/s wr, 323 op/s 2024-03-30T04:48:40.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:40 smithi111 bash[73591]: cluster 2024-03-30T04:48:40.115090+0000 mon.a (mon.0) 1873 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:48:40.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:40 smithi111 bash[73591]: audit 2024-03-30T04:48:40.247171+0000 mon.a (mon.0) 1874 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:40.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:40 smithi111 bash[73591]: audit 2024-03-30T04:48:40.263433+0000 mon.a (mon.0) 1875 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:40.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:40 smithi117 bash[62284]: cluster 2024-03-30T04:48:39.123887+0000 mgr.y (mgr.25441) 4267 : cluster [DBG] pgmap v2827: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 182 KiB/s rd, 208 B/s wr, 288 op/s 2024-03-30T04:48:40.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:40 smithi117 bash[62284]: cluster 2024-03-30T04:48:39.124706+0000 mgr.y (mgr.25441) 4268 : cluster [DBG] pgmap v2828: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 204 KiB/s rd, 351 B/s wr, 323 op/s 2024-03-30T04:48:40.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:40 smithi117 bash[62284]: cluster 2024-03-30T04:48:40.115090+0000 mon.a (mon.0) 1873 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:48:40.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:40 smithi117 bash[62284]: audit 2024-03-30T04:48:40.247171+0000 mon.a (mon.0) 1874 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:40.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:40 smithi117 bash[62284]: audit 2024-03-30T04:48:40.263433+0000 mon.a (mon.0) 1875 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:42.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:42 smithi111 bash[73591]: cluster 2024-03-30T04:48:41.125557+0000 mgr.y (mgr.25441) 4269 : cluster [DBG] pgmap v2829: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 81 KiB/s rd, 289 B/s wr, 128 op/s 2024-03-30T04:48:42.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:42 smithi111 bash[73591]: audit 2024-03-30T04:48:41.497451+0000 mgr.y (mgr.25441) 4270 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:42.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:42 smithi111 bash[70954]: cluster 2024-03-30T04:48:41.125557+0000 mgr.y (mgr.25441) 4269 : cluster [DBG] pgmap v2829: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 81 KiB/s rd, 289 B/s wr, 128 op/s 2024-03-30T04:48:42.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:42 smithi111 bash[70954]: audit 2024-03-30T04:48:41.497451+0000 mgr.y (mgr.25441) 4270 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:42.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:42 smithi117 bash[62284]: cluster 2024-03-30T04:48:41.125557+0000 mgr.y (mgr.25441) 4269 : cluster [DBG] pgmap v2829: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 81 KiB/s rd, 289 B/s wr, 128 op/s 2024-03-30T04:48:42.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:42 smithi117 bash[62284]: audit 2024-03-30T04:48:41.497451+0000 mgr.y (mgr.25441) 4270 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:44.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:44 smithi117 bash[62284]: cluster 2024-03-30T04:48:43.127124+0000 mgr.y (mgr.25441) 4271 : cluster [DBG] pgmap v2830: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 83 KiB/s rd, 370 B/s wr, 129 op/s 2024-03-30T04:48:44.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:44 smithi117 bash[62284]: cephadm 2024-03-30T04:48:43.481464+0000 mgr.y (mgr.25441) 4272 : cephadm [INF] Upgrade: Updating rgw.smpl.smithi117.wrgldy (4/4) 2024-03-30T04:48:44.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:44 smithi117 bash[62284]: audit 2024-03-30T04:48:43.489901+0000 mon.a (mon.0) 1876 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:44.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:44 smithi117 bash[62284]: audit 2024-03-30T04:48:43.495167+0000 mon.c (mon.1) 4473 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi117.wrgldy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:48:44.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:44 smithi117 bash[62284]: audit 2024-03-30T04:48:43.496008+0000 mon.a (mon.0) 1877 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi117.wrgldy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:48:44.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:44 smithi117 bash[62284]: audit 2024-03-30T04:48:43.500803+0000 mon.c (mon.1) 4474 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:44.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:44 smithi117 bash[62284]: cephadm 2024-03-30T04:48:43.502802+0000 mgr.y (mgr.25441) 4273 : cephadm [INF] Deploying daemon rgw.smpl.smithi117.wrgldy on smithi117 2024-03-30T04:48:44.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:44 smithi111 bash[70954]: cluster 2024-03-30T04:48:43.127124+0000 mgr.y (mgr.25441) 4271 : cluster [DBG] pgmap v2830: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 83 KiB/s rd, 370 B/s wr, 129 op/s 2024-03-30T04:48:44.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:44 smithi111 bash[70954]: cephadm 2024-03-30T04:48:43.481464+0000 mgr.y (mgr.25441) 4272 : cephadm [INF] Upgrade: Updating rgw.smpl.smithi117.wrgldy (4/4) 2024-03-30T04:48:44.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:44 smithi111 bash[70954]: audit 2024-03-30T04:48:43.489901+0000 mon.a (mon.0) 1876 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:44.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:44 smithi111 bash[70954]: audit 2024-03-30T04:48:43.495167+0000 mon.c (mon.1) 4473 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi117.wrgldy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:48:44.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:44 smithi111 bash[70954]: audit 2024-03-30T04:48:43.496008+0000 mon.a (mon.0) 1877 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi117.wrgldy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:48:44.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:44 smithi111 bash[70954]: audit 2024-03-30T04:48:43.500803+0000 mon.c (mon.1) 4474 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:44.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:44 smithi111 bash[70954]: cephadm 2024-03-30T04:48:43.502802+0000 mgr.y (mgr.25441) 4273 : cephadm [INF] Deploying daemon rgw.smpl.smithi117.wrgldy on smithi117 2024-03-30T04:48:44.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:44 smithi111 bash[73591]: cluster 2024-03-30T04:48:43.127124+0000 mgr.y (mgr.25441) 4271 : cluster [DBG] pgmap v2830: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 83 KiB/s rd, 370 B/s wr, 129 op/s 2024-03-30T04:48:44.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:44 smithi111 bash[73591]: cephadm 2024-03-30T04:48:43.481464+0000 mgr.y (mgr.25441) 4272 : cephadm [INF] Upgrade: Updating rgw.smpl.smithi117.wrgldy (4/4) 2024-03-30T04:48:44.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:44 smithi111 bash[73591]: audit 2024-03-30T04:48:43.489901+0000 mon.a (mon.0) 1876 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:44.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:44 smithi111 bash[73591]: audit 2024-03-30T04:48:43.495167+0000 mon.c (mon.1) 4473 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi117.wrgldy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:48:44.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:44 smithi111 bash[73591]: audit 2024-03-30T04:48:43.496008+0000 mon.a (mon.0) 1877 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi117.wrgldy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:48:44.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:44 smithi111 bash[73591]: audit 2024-03-30T04:48:43.500803+0000 mon.c (mon.1) 4474 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:44.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:44 smithi111 bash[73591]: cephadm 2024-03-30T04:48:43.502802+0000 mgr.y (mgr.25441) 4273 : cephadm [INF] Deploying daemon rgw.smpl.smithi117.wrgldy on smithi117 2024-03-30T04:48:45.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:45 smithi117 bash[62284]: audit 2024-03-30T04:48:45.263421+0000 mon.c (mon.1) 4475 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:48:45.822 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:45 smithi111 bash[70954]: audit 2024-03-30T04:48:45.263421+0000 mon.c (mon.1) 4475 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:48:45.822 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:45 smithi111 bash[73591]: audit 2024-03-30T04:48:45.263421+0000 mon.c (mon.1) 4475 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:48:46.220 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:46 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:46.221 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:48:46 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:46.221 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:48:46 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:46.222 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:48:46 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:46.222 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:48:46 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:46.222 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:48:46 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:46.223 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:48:46 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:46.223 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:48:46 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:46.223 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:48:46 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:46.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:46 smithi111 bash[70954]: cluster 2024-03-30T04:48:45.128047+0000 mgr.y (mgr.25441) 4274 : cluster [DBG] pgmap v2831: 161 pgs: 161 active+clean; 585 KiB data, 273 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 152 B/s wr, 86 op/s 2024-03-30T04:48:46.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:46 smithi111 bash[70954]: audit 2024-03-30T04:48:46.403032+0000 mon.a (mon.0) 1878 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:46.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:46 smithi111 bash[70954]: audit 2024-03-30T04:48:46.409964+0000 mon.a (mon.0) 1879 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:46.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:46 smithi111 bash[70954]: audit 2024-03-30T04:48:46.416935+0000 mon.a (mon.0) 1880 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:46.867 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:48:46 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:48:46] "GET /metrics HTTP/1.1" 200 38633 "" "Prometheus/2.33.4" 2024-03-30T04:48:46.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:46 smithi111 bash[73591]: cluster 2024-03-30T04:48:45.128047+0000 mgr.y (mgr.25441) 4274 : cluster [DBG] pgmap v2831: 161 pgs: 161 active+clean; 585 KiB data, 273 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 152 B/s wr, 86 op/s 2024-03-30T04:48:46.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:46 smithi111 bash[73591]: audit 2024-03-30T04:48:46.403032+0000 mon.a (mon.0) 1878 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:46.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:46 smithi111 bash[73591]: audit 2024-03-30T04:48:46.409964+0000 mon.a (mon.0) 1879 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:46.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:46 smithi111 bash[73591]: audit 2024-03-30T04:48:46.416935+0000 mon.a (mon.0) 1880 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:46.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:46 smithi117 bash[62284]: cluster 2024-03-30T04:48:45.128047+0000 mgr.y (mgr.25441) 4274 : cluster [DBG] pgmap v2831: 161 pgs: 161 active+clean; 585 KiB data, 273 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 152 B/s wr, 86 op/s 2024-03-30T04:48:46.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:46 smithi117 bash[62284]: audit 2024-03-30T04:48:46.403032+0000 mon.a (mon.0) 1878 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:46.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:46 smithi117 bash[62284]: audit 2024-03-30T04:48:46.409964+0000 mon.a (mon.0) 1879 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:46.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:46 smithi117 bash[62284]: audit 2024-03-30T04:48:46.416935+0000 mon.a (mon.0) 1880 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:47.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:47 smithi111 bash[70954]: cluster 2024-03-30T04:48:46.411821+0000 mgr.y (mgr.25441) 4275 : cluster [DBG] pgmap v2832: 161 pgs: 161 active+clean; 585 KiB data, 278 MiB used, 715 GiB / 715 GiB avail; 84 KiB/s rd, 128 B/s wr, 131 op/s 2024-03-30T04:48:47.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:47 smithi111 bash[70954]: cluster 2024-03-30T04:48:46.412070+0000 mgr.y (mgr.25441) 4276 : cluster [DBG] pgmap v2833: 161 pgs: 161 active+clean; 585 KiB data, 278 MiB used, 715 GiB / 715 GiB avail; 81 KiB/s rd, 140 B/s wr, 127 op/s 2024-03-30T04:48:47.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:47 smithi111 bash[70954]: cluster 2024-03-30T04:48:47.408023+0000 mon.a (mon.0) 1881 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:48:47.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:47 smithi111 bash[73591]: cluster 2024-03-30T04:48:46.411821+0000 mgr.y (mgr.25441) 4275 : cluster [DBG] pgmap v2832: 161 pgs: 161 active+clean; 585 KiB data, 278 MiB used, 715 GiB / 715 GiB avail; 84 KiB/s rd, 128 B/s wr, 131 op/s 2024-03-30T04:48:47.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:47 smithi111 bash[73591]: cluster 2024-03-30T04:48:46.412070+0000 mgr.y (mgr.25441) 4276 : cluster [DBG] pgmap v2833: 161 pgs: 161 active+clean; 585 KiB data, 278 MiB used, 715 GiB / 715 GiB avail; 81 KiB/s rd, 140 B/s wr, 127 op/s 2024-03-30T04:48:47.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:47 smithi111 bash[73591]: cluster 2024-03-30T04:48:47.408023+0000 mon.a (mon.0) 1881 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:48:47.886 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:48:47 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:47.886 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:48:47 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:47.887 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:48:47 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:47.887 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:48:47 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:47.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:48:47 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:47.887 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:48:47 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:47.888 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:48:47 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:47.888 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:48:47 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:47.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:47 smithi117 bash[62284]: cluster 2024-03-30T04:48:46.411821+0000 mgr.y (mgr.25441) 4275 : cluster [DBG] pgmap v2832: 161 pgs: 161 active+clean; 585 KiB data, 278 MiB used, 715 GiB / 715 GiB avail; 84 KiB/s rd, 128 B/s wr, 131 op/s 2024-03-30T04:48:47.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:47 smithi117 bash[62284]: cluster 2024-03-30T04:48:46.412070+0000 mgr.y (mgr.25441) 4276 : cluster [DBG] pgmap v2833: 161 pgs: 161 active+clean; 585 KiB data, 278 MiB used, 715 GiB / 715 GiB avail; 81 KiB/s rd, 140 B/s wr, 127 op/s 2024-03-30T04:48:47.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:47 smithi117 bash[62284]: cluster 2024-03-30T04:48:47.408023+0000 mon.a (mon.0) 1881 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:48:47.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:47 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:49.117 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:48 smithi117 bash[62284]: audit 2024-03-30T04:48:47.690201+0000 mon.a (mon.0) 1882 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:49.117 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:48 smithi117 bash[62284]: audit 2024-03-30T04:48:47.706226+0000 mon.a (mon.0) 1883 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:49.117 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:48 smithi117 bash[62284]: audit 2024-03-30T04:48:47.736999+0000 mon.c (mon.1) 4476 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:49.117 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:48 smithi117 bash[62284]: audit 2024-03-30T04:48:47.738905+0000 mon.c (mon.1) 4477 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:49.117 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:48 smithi117 bash[62284]: cluster 2024-03-30T04:48:47.742796+0000 mgr.y (mgr.25441) 4277 : cluster [DBG] pgmap v2834: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 110 KiB/s rd, 118 B/s wr, 173 op/s 2024-03-30T04:48:49.117 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:48 smithi117 bash[62284]: cluster 2024-03-30T04:48:47.743412+0000 mgr.y (mgr.25441) 4278 : cluster [DBG] pgmap v2835: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 143 KiB/s rd, 154 B/s wr, 225 op/s 2024-03-30T04:48:49.117 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:48 smithi117 bash[62284]: audit 2024-03-30T04:48:47.753354+0000 mon.a (mon.0) 1884 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:49.118 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:48 smithi117 bash[62284]: cephadm 2024-03-30T04:48:47.755085+0000 mgr.y (mgr.25441) 4279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:49.118 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:48 smithi117 bash[62284]: audit 2024-03-30T04:48:47.838966+0000 mon.c (mon.1) 4478 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:49.118 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:48 smithi117 bash[62284]: audit 2024-03-30T04:48:47.842003+0000 mon.c (mon.1) 4479 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:49.118 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:48 smithi117 bash[62284]: audit 2024-03-30T04:48:47.846441+0000 mon.c (mon.1) 4480 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:49.118 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:48 smithi117 bash[62284]: audit 2024-03-30T04:48:47.847649+0000 mon.c (mon.1) 4481 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:49.118 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:48 smithi117 bash[62284]: audit 2024-03-30T04:48:48.126354+0000 mon.a (mon.0) 1885 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:49.118 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:48 smithi117 bash[62284]: audit 2024-03-30T04:48:48.170054+0000 mon.c (mon.1) 4482 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:49.118 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:48 smithi117 bash[62284]: audit 2024-03-30T04:48:48.172389+0000 mon.c (mon.1) 4483 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:49.118 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:48 smithi117 bash[62284]: audit 2024-03-30T04:48:48.175291+0000 mon.c (mon.1) 4484 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:49.118 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:48 smithi117 bash[62284]: audit 2024-03-30T04:48:48.176154+0000 mon.c (mon.1) 4485 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:49.118 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:48 smithi117 bash[62284]: audit 2024-03-30T04:48:48.182769+0000 mon.a (mon.0) 1886 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:49.118 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:48 smithi117 bash[62284]: audit 2024-03-30T04:48:48.224091+0000 mon.c (mon.1) 4486 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:49.118 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:48 smithi117 bash[62284]: audit 2024-03-30T04:48:48.227286+0000 mon.c (mon.1) 4487 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:49.118 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:48 smithi117 bash[62284]: audit 2024-03-30T04:48:48.230521+0000 mon.c (mon.1) 4488 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:49.118 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:48 smithi117 bash[62284]: audit 2024-03-30T04:48:48.231616+0000 mon.c (mon.1) 4489 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:49.118 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:48 smithi117 bash[62284]: audit 2024-03-30T04:48:48.242556+0000 mon.a (mon.0) 1887 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:49.119 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:48 smithi117 bash[62284]: audit 2024-03-30T04:48:48.327086+0000 mon.c (mon.1) 4490 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:49.119 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:48 smithi117 bash[62284]: audit 2024-03-30T04:48:48.330583+0000 mon.c (mon.1) 4491 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:49.119 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:48 smithi117 bash[62284]: audit 2024-03-30T04:48:48.333731+0000 mon.c (mon.1) 4492 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:49.119 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:48 smithi117 bash[62284]: audit 2024-03-30T04:48:48.334965+0000 mon.c (mon.1) 4493 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:49.119 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:48 smithi117 bash[62284]: audit 2024-03-30T04:48:48.346064+0000 mon.a (mon.0) 1888 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:49.119 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:48 smithi117 bash[62284]: audit 2024-03-30T04:48:48.425233+0000 mon.c (mon.1) 4494 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:49.119 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:48 smithi117 bash[62284]: audit 2024-03-30T04:48:48.428065+0000 mon.c (mon.1) 4495 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:49.119 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:48 smithi117 bash[62284]: audit 2024-03-30T04:48:48.431644+0000 mon.c (mon.1) 4496 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:49.119 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:48 smithi117 bash[62284]: audit 2024-03-30T04:48:48.432725+0000 mon.c (mon.1) 4497 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:49.119 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:48 smithi117 bash[62284]: audit 2024-03-30T04:48:48.442412+0000 mon.a (mon.0) 1889 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:49.119 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:48 smithi117 bash[62284]: audit 2024-03-30T04:48:48.521382+0000 mon.c (mon.1) 4498 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:49.119 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:48 smithi117 bash[62284]: audit 2024-03-30T04:48:48.523665+0000 mon.c (mon.1) 4499 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:49.119 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:48 smithi117 bash[62284]: audit 2024-03-30T04:48:48.526924+0000 mon.c (mon.1) 4500 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:49.119 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:48 smithi117 bash[62284]: audit 2024-03-30T04:48:48.527835+0000 mon.c (mon.1) 4501 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:49.119 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:48 smithi117 bash[62284]: audit 2024-03-30T04:48:48.536523+0000 mon.a (mon.0) 1890 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:49.119 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:48 smithi117 bash[62284]: audit 2024-03-30T04:48:48.597344+0000 mon.c (mon.1) 4502 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:49.120 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:48 smithi117 bash[62284]: audit 2024-03-30T04:48:48.599758+0000 mon.c (mon.1) 4503 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:49.120 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:48 smithi117 bash[62284]: audit 2024-03-30T04:48:48.602306+0000 mon.c (mon.1) 4504 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:49.120 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:48 smithi117 bash[62284]: audit 2024-03-30T04:48:48.603145+0000 mon.c (mon.1) 4505 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:49.120 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:48 smithi117 bash[62284]: audit 2024-03-30T04:48:48.612915+0000 mon.a (mon.0) 1891 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:49.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[73591]: audit 2024-03-30T04:48:47.690201+0000 mon.a (mon.0) 1882 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:49.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[73591]: audit 2024-03-30T04:48:47.706226+0000 mon.a (mon.0) 1883 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:49.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[73591]: audit 2024-03-30T04:48:47.736999+0000 mon.c (mon.1) 4476 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:49.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[73591]: audit 2024-03-30T04:48:47.738905+0000 mon.c (mon.1) 4477 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:49.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[73591]: cluster 2024-03-30T04:48:47.742796+0000 mgr.y (mgr.25441) 4277 : cluster [DBG] pgmap v2834: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 110 KiB/s rd, 118 B/s wr, 173 op/s 2024-03-30T04:48:49.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[73591]: cluster 2024-03-30T04:48:47.743412+0000 mgr.y (mgr.25441) 4278 : cluster [DBG] pgmap v2835: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 143 KiB/s rd, 154 B/s wr, 225 op/s 2024-03-30T04:48:49.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[73591]: audit 2024-03-30T04:48:47.753354+0000 mon.a (mon.0) 1884 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:49.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[73591]: cephadm 2024-03-30T04:48:47.755085+0000 mgr.y (mgr.25441) 4279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:49.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[73591]: audit 2024-03-30T04:48:47.838966+0000 mon.c (mon.1) 4478 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:49.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[73591]: audit 2024-03-30T04:48:47.842003+0000 mon.c (mon.1) 4479 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:49.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[73591]: audit 2024-03-30T04:48:47.846441+0000 mon.c (mon.1) 4480 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:49.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[73591]: audit 2024-03-30T04:48:47.847649+0000 mon.c (mon.1) 4481 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:49.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[73591]: audit 2024-03-30T04:48:48.126354+0000 mon.a (mon.0) 1885 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:49.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[73591]: audit 2024-03-30T04:48:48.170054+0000 mon.c (mon.1) 4482 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:49.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[73591]: audit 2024-03-30T04:48:48.172389+0000 mon.c (mon.1) 4483 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:49.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[73591]: audit 2024-03-30T04:48:48.175291+0000 mon.c (mon.1) 4484 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:49.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[73591]: audit 2024-03-30T04:48:48.176154+0000 mon.c (mon.1) 4485 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:49.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[73591]: audit 2024-03-30T04:48:48.182769+0000 mon.a (mon.0) 1886 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:49.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[73591]: audit 2024-03-30T04:48:48.224091+0000 mon.c (mon.1) 4486 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:49.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[73591]: audit 2024-03-30T04:48:48.227286+0000 mon.c (mon.1) 4487 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:49.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[70954]: audit 2024-03-30T04:48:47.690201+0000 mon.a (mon.0) 1882 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:49.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[70954]: audit 2024-03-30T04:48:47.706226+0000 mon.a (mon.0) 1883 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:49.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[70954]: audit 2024-03-30T04:48:47.736999+0000 mon.c (mon.1) 4476 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:49.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[70954]: audit 2024-03-30T04:48:47.738905+0000 mon.c (mon.1) 4477 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:49.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[70954]: cluster 2024-03-30T04:48:47.742796+0000 mgr.y (mgr.25441) 4277 : cluster [DBG] pgmap v2834: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 110 KiB/s rd, 118 B/s wr, 173 op/s 2024-03-30T04:48:49.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[70954]: cluster 2024-03-30T04:48:47.743412+0000 mgr.y (mgr.25441) 4278 : cluster [DBG] pgmap v2835: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 143 KiB/s rd, 154 B/s wr, 225 op/s 2024-03-30T04:48:49.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[70954]: audit 2024-03-30T04:48:47.753354+0000 mon.a (mon.0) 1884 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:49.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[70954]: cephadm 2024-03-30T04:48:47.755085+0000 mgr.y (mgr.25441) 4279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:49.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[70954]: audit 2024-03-30T04:48:47.838966+0000 mon.c (mon.1) 4478 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:49.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[70954]: audit 2024-03-30T04:48:47.842003+0000 mon.c (mon.1) 4479 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:49.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[70954]: audit 2024-03-30T04:48:47.846441+0000 mon.c (mon.1) 4480 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:49.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[70954]: audit 2024-03-30T04:48:47.847649+0000 mon.c (mon.1) 4481 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:49.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[70954]: audit 2024-03-30T04:48:48.126354+0000 mon.a (mon.0) 1885 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:49.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[70954]: audit 2024-03-30T04:48:48.170054+0000 mon.c (mon.1) 4482 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:49.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[70954]: audit 2024-03-30T04:48:48.172389+0000 mon.c (mon.1) 4483 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:49.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[70954]: audit 2024-03-30T04:48:48.175291+0000 mon.c (mon.1) 4484 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:49.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[70954]: audit 2024-03-30T04:48:48.176154+0000 mon.c (mon.1) 4485 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:49.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[70954]: audit 2024-03-30T04:48:48.182769+0000 mon.a (mon.0) 1886 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:49.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[70954]: audit 2024-03-30T04:48:48.224091+0000 mon.c (mon.1) 4486 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:49.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[70954]: audit 2024-03-30T04:48:48.227286+0000 mon.c (mon.1) 4487 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:49.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[73591]: audit 2024-03-30T04:48:48.230521+0000 mon.c (mon.1) 4488 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:49.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[73591]: audit 2024-03-30T04:48:48.231616+0000 mon.c (mon.1) 4489 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:49.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[73591]: audit 2024-03-30T04:48:48.242556+0000 mon.a (mon.0) 1887 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:49.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[73591]: audit 2024-03-30T04:48:48.327086+0000 mon.c (mon.1) 4490 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:49.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[73591]: audit 2024-03-30T04:48:48.330583+0000 mon.c (mon.1) 4491 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:49.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[73591]: audit 2024-03-30T04:48:48.333731+0000 mon.c (mon.1) 4492 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:49.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[73591]: audit 2024-03-30T04:48:48.334965+0000 mon.c (mon.1) 4493 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:49.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[73591]: audit 2024-03-30T04:48:48.346064+0000 mon.a (mon.0) 1888 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:49.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[73591]: audit 2024-03-30T04:48:48.425233+0000 mon.c (mon.1) 4494 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:49.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[73591]: audit 2024-03-30T04:48:48.428065+0000 mon.c (mon.1) 4495 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:49.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[73591]: audit 2024-03-30T04:48:48.431644+0000 mon.c (mon.1) 4496 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:49.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[73591]: audit 2024-03-30T04:48:48.432725+0000 mon.c (mon.1) 4497 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:49.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[73591]: audit 2024-03-30T04:48:48.442412+0000 mon.a (mon.0) 1889 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:49.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[73591]: audit 2024-03-30T04:48:48.521382+0000 mon.c (mon.1) 4498 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:49.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[73591]: audit 2024-03-30T04:48:48.523665+0000 mon.c (mon.1) 4499 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:49.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[73591]: audit 2024-03-30T04:48:48.526924+0000 mon.c (mon.1) 4500 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:49.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[73591]: audit 2024-03-30T04:48:48.527835+0000 mon.c (mon.1) 4501 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:49.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[73591]: audit 2024-03-30T04:48:48.536523+0000 mon.a (mon.0) 1890 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:49.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[73591]: audit 2024-03-30T04:48:48.597344+0000 mon.c (mon.1) 4502 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:49.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[73591]: audit 2024-03-30T04:48:48.599758+0000 mon.c (mon.1) 4503 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:49.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[73591]: audit 2024-03-30T04:48:48.602306+0000 mon.c (mon.1) 4504 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:49.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[73591]: audit 2024-03-30T04:48:48.603145+0000 mon.c (mon.1) 4505 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:49.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[73591]: audit 2024-03-30T04:48:48.612915+0000 mon.a (mon.0) 1891 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:49.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[70954]: audit 2024-03-30T04:48:48.230521+0000 mon.c (mon.1) 4488 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:49.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[70954]: audit 2024-03-30T04:48:48.231616+0000 mon.c (mon.1) 4489 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:49.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[70954]: audit 2024-03-30T04:48:48.242556+0000 mon.a (mon.0) 1887 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:49.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[70954]: audit 2024-03-30T04:48:48.327086+0000 mon.c (mon.1) 4490 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:49.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[70954]: audit 2024-03-30T04:48:48.330583+0000 mon.c (mon.1) 4491 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:49.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[70954]: audit 2024-03-30T04:48:48.333731+0000 mon.c (mon.1) 4492 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:49.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[70954]: audit 2024-03-30T04:48:48.334965+0000 mon.c (mon.1) 4493 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:49.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[70954]: audit 2024-03-30T04:48:48.346064+0000 mon.a (mon.0) 1888 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:49.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[70954]: audit 2024-03-30T04:48:48.425233+0000 mon.c (mon.1) 4494 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:49.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[70954]: audit 2024-03-30T04:48:48.428065+0000 mon.c (mon.1) 4495 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:49.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[70954]: audit 2024-03-30T04:48:48.431644+0000 mon.c (mon.1) 4496 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:49.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[70954]: audit 2024-03-30T04:48:48.432725+0000 mon.c (mon.1) 4497 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:49.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[70954]: audit 2024-03-30T04:48:48.442412+0000 mon.a (mon.0) 1889 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:49.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[70954]: audit 2024-03-30T04:48:48.521382+0000 mon.c (mon.1) 4498 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:49.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[70954]: audit 2024-03-30T04:48:48.523665+0000 mon.c (mon.1) 4499 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:49.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[70954]: audit 2024-03-30T04:48:48.526924+0000 mon.c (mon.1) 4500 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:49.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[70954]: audit 2024-03-30T04:48:48.527835+0000 mon.c (mon.1) 4501 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:49.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[70954]: audit 2024-03-30T04:48:48.536523+0000 mon.a (mon.0) 1890 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:49.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[70954]: audit 2024-03-30T04:48:48.597344+0000 mon.c (mon.1) 4502 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:49.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[70954]: audit 2024-03-30T04:48:48.599758+0000 mon.c (mon.1) 4503 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:49.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[70954]: audit 2024-03-30T04:48:48.602306+0000 mon.c (mon.1) 4504 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:49.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[70954]: audit 2024-03-30T04:48:48.603145+0000 mon.c (mon.1) 4505 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:49.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:48 smithi111 bash[70954]: audit 2024-03-30T04:48:48.612915+0000 mon.a (mon.0) 1891 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:50.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: cluster 2024-03-30T04:48:47.850057+0000 mgr.y (mgr.25441) 4280 : cluster [DBG] pgmap v2836: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 164 KiB/s rd, 0 B/s wr, 261 op/s 2024-03-30T04:48:50.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: cluster 2024-03-30T04:48:47.850441+0000 mgr.y (mgr.25441) 4281 : cluster [DBG] pgmap v2837: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 239 KiB/s rd, 0 B/s wr, 381 op/s 2024-03-30T04:48:50.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: cephadm 2024-03-30T04:48:47.854917+0000 mgr.y (mgr.25441) 4282 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-30T04:48:50.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: cephadm 2024-03-30T04:48:48.127268+0000 mgr.y (mgr.25441) 4283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:50.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: cluster 2024-03-30T04:48:48.177726+0000 mgr.y (mgr.25441) 4284 : cluster [DBG] pgmap v2838: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 200 KiB/s rd, 0 B/s wr, 319 op/s 2024-03-30T04:48:50.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: cluster 2024-03-30T04:48:48.178018+0000 mgr.y (mgr.25441) 4285 : cluster [DBG] pgmap v2839: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 200 KiB/s rd, 0 B/s wr, 319 op/s 2024-03-30T04:48:50.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: cephadm 2024-03-30T04:48:48.183413+0000 mgr.y (mgr.25441) 4286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:50.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: cluster 2024-03-30T04:48:48.233961+0000 mgr.y (mgr.25441) 4287 : cluster [DBG] pgmap v2840: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:50.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: cluster 2024-03-30T04:48:48.234475+0000 mgr.y (mgr.25441) 4288 : cluster [DBG] pgmap v2841: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:50.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: cephadm 2024-03-30T04:48:48.244074+0000 mgr.y (mgr.25441) 4289 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:50.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: cluster 2024-03-30T04:48:48.337048+0000 mgr.y (mgr.25441) 4290 : cluster [DBG] pgmap v2842: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:50.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: cluster 2024-03-30T04:48:48.337271+0000 mgr.y (mgr.25441) 4291 : cluster [DBG] pgmap v2843: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:50.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: cephadm 2024-03-30T04:48:48.346883+0000 mgr.y (mgr.25441) 4292 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:50.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: cluster 2024-03-30T04:48:48.434688+0000 mgr.y (mgr.25441) 4293 : cluster [DBG] pgmap v2844: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:50.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: cluster 2024-03-30T04:48:48.434933+0000 mgr.y (mgr.25441) 4294 : cluster [DBG] pgmap v2845: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:50.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: cephadm 2024-03-30T04:48:48.445345+0000 mgr.y (mgr.25441) 4295 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:50.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: cluster 2024-03-30T04:48:48.529375+0000 mgr.y (mgr.25441) 4296 : cluster [DBG] pgmap v2846: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:50.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: cluster 2024-03-30T04:48:48.529604+0000 mgr.y (mgr.25441) 4297 : cluster [DBG] pgmap v2847: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:50.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: cephadm 2024-03-30T04:48:48.537239+0000 mgr.y (mgr.25441) 4298 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:50.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: cluster 2024-03-30T04:48:47.850057+0000 mgr.y (mgr.25441) 4280 : cluster [DBG] pgmap v2836: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 164 KiB/s rd, 0 B/s wr, 261 op/s 2024-03-30T04:48:50.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: cluster 2024-03-30T04:48:47.850441+0000 mgr.y (mgr.25441) 4281 : cluster [DBG] pgmap v2837: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 239 KiB/s rd, 0 B/s wr, 381 op/s 2024-03-30T04:48:50.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: cephadm 2024-03-30T04:48:47.854917+0000 mgr.y (mgr.25441) 4282 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-30T04:48:50.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: cephadm 2024-03-30T04:48:48.127268+0000 mgr.y (mgr.25441) 4283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:50.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: cluster 2024-03-30T04:48:48.177726+0000 mgr.y (mgr.25441) 4284 : cluster [DBG] pgmap v2838: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 200 KiB/s rd, 0 B/s wr, 319 op/s 2024-03-30T04:48:50.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: cluster 2024-03-30T04:48:48.178018+0000 mgr.y (mgr.25441) 4285 : cluster [DBG] pgmap v2839: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 200 KiB/s rd, 0 B/s wr, 319 op/s 2024-03-30T04:48:50.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: cephadm 2024-03-30T04:48:48.183413+0000 mgr.y (mgr.25441) 4286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:50.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: cluster 2024-03-30T04:48:48.233961+0000 mgr.y (mgr.25441) 4287 : cluster [DBG] pgmap v2840: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:50.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: cluster 2024-03-30T04:48:48.234475+0000 mgr.y (mgr.25441) 4288 : cluster [DBG] pgmap v2841: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:50.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: cephadm 2024-03-30T04:48:48.244074+0000 mgr.y (mgr.25441) 4289 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:50.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: cluster 2024-03-30T04:48:48.337048+0000 mgr.y (mgr.25441) 4290 : cluster [DBG] pgmap v2842: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:50.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: cluster 2024-03-30T04:48:48.337271+0000 mgr.y (mgr.25441) 4291 : cluster [DBG] pgmap v2843: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:50.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: cephadm 2024-03-30T04:48:48.346883+0000 mgr.y (mgr.25441) 4292 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:50.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: cluster 2024-03-30T04:48:48.434688+0000 mgr.y (mgr.25441) 4293 : cluster [DBG] pgmap v2844: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:50.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: cluster 2024-03-30T04:48:48.434933+0000 mgr.y (mgr.25441) 4294 : cluster [DBG] pgmap v2845: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:50.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: cephadm 2024-03-30T04:48:48.445345+0000 mgr.y (mgr.25441) 4295 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:50.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: cluster 2024-03-30T04:48:48.529375+0000 mgr.y (mgr.25441) 4296 : cluster [DBG] pgmap v2846: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:50.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: cluster 2024-03-30T04:48:48.529604+0000 mgr.y (mgr.25441) 4297 : cluster [DBG] pgmap v2847: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:50.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: cephadm 2024-03-30T04:48:48.537239+0000 mgr.y (mgr.25441) 4298 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:50.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: cluster 2024-03-30T04:48:48.604590+0000 mgr.y (mgr.25441) 4299 : cluster [DBG] pgmap v2848: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:50.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: cluster 2024-03-30T04:48:48.604788+0000 mgr.y (mgr.25441) 4300 : cluster [DBG] pgmap v2849: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:50.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: cephadm 2024-03-30T04:48:48.613589+0000 mgr.y (mgr.25441) 4301 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:50.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:48.696004+0000 mon.c (mon.1) 4506 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:50.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:48.698616+0000 mon.c (mon.1) 4507 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:50.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:48.701448+0000 mon.c (mon.1) 4508 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:50.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:48.702474+0000 mon.c (mon.1) 4509 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:50.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: cluster 2024-03-30T04:48:48.709311+0000 mgr.y (mgr.25441) 4302 : cluster [DBG] pgmap v2850: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:50.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: cluster 2024-03-30T04:48:48.709544+0000 mgr.y (mgr.25441) 4303 : cluster [DBG] pgmap v2851: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:50.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:48.716672+0000 mon.a (mon.0) 1892 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:50.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: cephadm 2024-03-30T04:48:48.718899+0000 mgr.y (mgr.25441) 4304 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:50.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:48.780352+0000 mon.c (mon.1) 4510 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:50.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:48.783268+0000 mon.c (mon.1) 4511 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:50.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:48.786054+0000 mon.c (mon.1) 4512 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:50.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:48.787026+0000 mon.c (mon.1) 4513 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:50.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: cluster 2024-03-30T04:48:48.788823+0000 mgr.y (mgr.25441) 4305 : cluster [DBG] pgmap v2852: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:50.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: cluster 2024-03-30T04:48:48.789213+0000 mgr.y (mgr.25441) 4306 : cluster [DBG] pgmap v2853: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:50.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:48.796496+0000 mon.a (mon.0) 1893 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:50.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: cephadm 2024-03-30T04:48:48.798930+0000 mgr.y (mgr.25441) 4307 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:50.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:48.856334+0000 mon.c (mon.1) 4514 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:50.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:48.858832+0000 mon.c (mon.1) 4515 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:50.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:48.861150+0000 mon.c (mon.1) 4516 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:50.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:48.862164+0000 mon.c (mon.1) 4517 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:50.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:48.871920+0000 mon.a (mon.0) 1894 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:50.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:48.925813+0000 mon.c (mon.1) 4518 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:50.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:48.929016+0000 mon.c (mon.1) 4519 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:50.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:48.931065+0000 mon.c (mon.1) 4520 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:50.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:48.931816+0000 mon.c (mon.1) 4521 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:50.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:48.941093+0000 mon.a (mon.0) 1895 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:50.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:48.999882+0000 mon.c (mon.1) 4522 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:50.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:49.001843+0000 mon.c (mon.1) 4523 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:50.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:49.003962+0000 mon.c (mon.1) 4524 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:50.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:49.005000+0000 mon.c (mon.1) 4525 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:50.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:49.014194+0000 mon.a (mon.0) 1896 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:50.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:49.098251+0000 mon.c (mon.1) 4526 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:50.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:49.102926+0000 mon.c (mon.1) 4527 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:50.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:49.107969+0000 mon.c (mon.1) 4528 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:50.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:49.109659+0000 mon.c (mon.1) 4529 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:50.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:49.123682+0000 mon.a (mon.0) 1897 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:50.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:49.216777+0000 mon.c (mon.1) 4530 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:50.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:49.221127+0000 mon.c (mon.1) 4531 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:50.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:49.225330+0000 mon.c (mon.1) 4532 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:50.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:49.227245+0000 mon.c (mon.1) 4533 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:50.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:49.240648+0000 mon.a (mon.0) 1898 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:50.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:49.322597+0000 mon.c (mon.1) 4534 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:50.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:49.325348+0000 mon.c (mon.1) 4535 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:50.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:49.328308+0000 mon.c (mon.1) 4536 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:50.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:49.329552+0000 mon.c (mon.1) 4537 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:50.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:49.339488+0000 mon.a (mon.0) 1899 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:50.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:49.422549+0000 mon.c (mon.1) 4538 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:50.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:49.425463+0000 mon.c (mon.1) 4539 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:50.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:49.428108+0000 mon.c (mon.1) 4540 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:50.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:49.429596+0000 mon.c (mon.1) 4541 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:50.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:49.436807+0000 mon.a (mon.0) 1900 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:50.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:49.520682+0000 mon.c (mon.1) 4542 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:50.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:49.523692+0000 mon.c (mon.1) 4543 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:50.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:49.526702+0000 mon.c (mon.1) 4544 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:50.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:49.527510+0000 mon.c (mon.1) 4545 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:50.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:49.534029+0000 mon.a (mon.0) 1901 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:50.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:49.583991+0000 mon.c (mon.1) 4546 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:50.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: cluster 2024-03-30T04:48:48.604590+0000 mgr.y (mgr.25441) 4299 : cluster [DBG] pgmap v2848: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:50.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: cluster 2024-03-30T04:48:48.604788+0000 mgr.y (mgr.25441) 4300 : cluster [DBG] pgmap v2849: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:50.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: cephadm 2024-03-30T04:48:48.613589+0000 mgr.y (mgr.25441) 4301 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:50.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:48.696004+0000 mon.c (mon.1) 4506 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:50.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:48.698616+0000 mon.c (mon.1) 4507 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:50.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:48.701448+0000 mon.c (mon.1) 4508 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:50.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:48.702474+0000 mon.c (mon.1) 4509 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:50.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: cluster 2024-03-30T04:48:48.709311+0000 mgr.y (mgr.25441) 4302 : cluster [DBG] pgmap v2850: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:50.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: cluster 2024-03-30T04:48:48.709544+0000 mgr.y (mgr.25441) 4303 : cluster [DBG] pgmap v2851: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:50.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:48.716672+0000 mon.a (mon.0) 1892 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:50.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: cephadm 2024-03-30T04:48:48.718899+0000 mgr.y (mgr.25441) 4304 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:50.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:48.780352+0000 mon.c (mon.1) 4510 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:50.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:48.783268+0000 mon.c (mon.1) 4511 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:50.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:48.786054+0000 mon.c (mon.1) 4512 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:50.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:48.787026+0000 mon.c (mon.1) 4513 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:50.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: cluster 2024-03-30T04:48:48.788823+0000 mgr.y (mgr.25441) 4305 : cluster [DBG] pgmap v2852: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:50.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: cluster 2024-03-30T04:48:48.789213+0000 mgr.y (mgr.25441) 4306 : cluster [DBG] pgmap v2853: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:50.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:48.796496+0000 mon.a (mon.0) 1893 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:50.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: cephadm 2024-03-30T04:48:48.798930+0000 mgr.y (mgr.25441) 4307 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:50.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:48.856334+0000 mon.c (mon.1) 4514 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:50.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:49.586310+0000 mon.c (mon.1) 4547 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:50.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:49.588285+0000 mon.c (mon.1) 4548 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:50.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:49.589042+0000 mon.c (mon.1) 4549 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:50.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:49.595365+0000 mon.a (mon.0) 1902 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:50.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:49.654361+0000 mon.c (mon.1) 4550 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:50.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:49.656859+0000 mon.c (mon.1) 4551 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:50.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:49.658703+0000 mon.c (mon.1) 4552 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:50.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:49.659367+0000 mon.c (mon.1) 4553 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:50.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[70954]: audit 2024-03-30T04:48:49.665594+0000 mon.a (mon.0) 1903 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:50.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:48.858832+0000 mon.c (mon.1) 4515 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:50.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:48.861150+0000 mon.c (mon.1) 4516 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:50.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:48.862164+0000 mon.c (mon.1) 4517 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:50.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:48.871920+0000 mon.a (mon.0) 1894 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:50.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:48.925813+0000 mon.c (mon.1) 4518 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:50.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:48.929016+0000 mon.c (mon.1) 4519 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:50.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:48.931065+0000 mon.c (mon.1) 4520 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:50.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:48.931816+0000 mon.c (mon.1) 4521 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:50.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:48.941093+0000 mon.a (mon.0) 1895 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:50.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:48.999882+0000 mon.c (mon.1) 4522 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:50.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:49.001843+0000 mon.c (mon.1) 4523 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:50.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:49.003962+0000 mon.c (mon.1) 4524 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:50.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:49.005000+0000 mon.c (mon.1) 4525 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:50.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:49.014194+0000 mon.a (mon.0) 1896 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:50.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:49.098251+0000 mon.c (mon.1) 4526 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:50.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:49.102926+0000 mon.c (mon.1) 4527 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:50.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:49.107969+0000 mon.c (mon.1) 4528 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:50.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:49.109659+0000 mon.c (mon.1) 4529 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:50.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:49.123682+0000 mon.a (mon.0) 1897 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:50.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:49.216777+0000 mon.c (mon.1) 4530 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:50.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:49.221127+0000 mon.c (mon.1) 4531 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:50.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:49.225330+0000 mon.c (mon.1) 4532 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:50.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:49.227245+0000 mon.c (mon.1) 4533 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:50.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:49.240648+0000 mon.a (mon.0) 1898 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:50.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:49.322597+0000 mon.c (mon.1) 4534 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:50.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:49.325348+0000 mon.c (mon.1) 4535 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:50.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:49.328308+0000 mon.c (mon.1) 4536 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:50.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:49.329552+0000 mon.c (mon.1) 4537 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:50.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:49.339488+0000 mon.a (mon.0) 1899 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:50.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:49.422549+0000 mon.c (mon.1) 4538 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:50.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:49.425463+0000 mon.c (mon.1) 4539 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:50.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:49.428108+0000 mon.c (mon.1) 4540 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:50.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:49.429596+0000 mon.c (mon.1) 4541 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:50.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:49.436807+0000 mon.a (mon.0) 1900 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:50.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:49.520682+0000 mon.c (mon.1) 4542 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:50.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:49.523692+0000 mon.c (mon.1) 4543 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:50.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:49.526702+0000 mon.c (mon.1) 4544 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:50.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:49.527510+0000 mon.c (mon.1) 4545 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:50.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:49.534029+0000 mon.a (mon.0) 1901 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:50.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:49.583991+0000 mon.c (mon.1) 4546 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:50.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:49.586310+0000 mon.c (mon.1) 4547 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:50.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:49.588285+0000 mon.c (mon.1) 4548 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:50.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:49.589042+0000 mon.c (mon.1) 4549 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:50.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:49.595365+0000 mon.a (mon.0) 1902 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:50.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:49.654361+0000 mon.c (mon.1) 4550 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:50.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:49.656859+0000 mon.c (mon.1) 4551 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:50.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:49.658703+0000 mon.c (mon.1) 4552 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:50.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:49.659367+0000 mon.c (mon.1) 4553 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:50.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:49 smithi111 bash[73591]: audit 2024-03-30T04:48:49.665594+0000 mon.a (mon.0) 1903 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:50.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: cluster 2024-03-30T04:48:47.850057+0000 mgr.y (mgr.25441) 4280 : cluster [DBG] pgmap v2836: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 164 KiB/s rd, 0 B/s wr, 261 op/s 2024-03-30T04:48:50.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: cluster 2024-03-30T04:48:47.850441+0000 mgr.y (mgr.25441) 4281 : cluster [DBG] pgmap v2837: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 239 KiB/s rd, 0 B/s wr, 381 op/s 2024-03-30T04:48:50.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: cephadm 2024-03-30T04:48:47.854917+0000 mgr.y (mgr.25441) 4282 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-30T04:48:50.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: cephadm 2024-03-30T04:48:48.127268+0000 mgr.y (mgr.25441) 4283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:50.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: cluster 2024-03-30T04:48:48.177726+0000 mgr.y (mgr.25441) 4284 : cluster [DBG] pgmap v2838: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 200 KiB/s rd, 0 B/s wr, 319 op/s 2024-03-30T04:48:50.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: cluster 2024-03-30T04:48:48.178018+0000 mgr.y (mgr.25441) 4285 : cluster [DBG] pgmap v2839: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 200 KiB/s rd, 0 B/s wr, 319 op/s 2024-03-30T04:48:50.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: cephadm 2024-03-30T04:48:48.183413+0000 mgr.y (mgr.25441) 4286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:50.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: cluster 2024-03-30T04:48:48.233961+0000 mgr.y (mgr.25441) 4287 : cluster [DBG] pgmap v2840: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:50.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: cluster 2024-03-30T04:48:48.234475+0000 mgr.y (mgr.25441) 4288 : cluster [DBG] pgmap v2841: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:50.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: cephadm 2024-03-30T04:48:48.244074+0000 mgr.y (mgr.25441) 4289 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:50.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: cluster 2024-03-30T04:48:48.337048+0000 mgr.y (mgr.25441) 4290 : cluster [DBG] pgmap v2842: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:50.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: cluster 2024-03-30T04:48:48.337271+0000 mgr.y (mgr.25441) 4291 : cluster [DBG] pgmap v2843: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:50.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: cephadm 2024-03-30T04:48:48.346883+0000 mgr.y (mgr.25441) 4292 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:50.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: cluster 2024-03-30T04:48:48.434688+0000 mgr.y (mgr.25441) 4293 : cluster [DBG] pgmap v2844: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:50.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: cluster 2024-03-30T04:48:48.434933+0000 mgr.y (mgr.25441) 4294 : cluster [DBG] pgmap v2845: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:50.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: cephadm 2024-03-30T04:48:48.445345+0000 mgr.y (mgr.25441) 4295 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:50.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: cluster 2024-03-30T04:48:48.529375+0000 mgr.y (mgr.25441) 4296 : cluster [DBG] pgmap v2846: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:50.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: cluster 2024-03-30T04:48:48.529604+0000 mgr.y (mgr.25441) 4297 : cluster [DBG] pgmap v2847: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:50.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: cephadm 2024-03-30T04:48:48.537239+0000 mgr.y (mgr.25441) 4298 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:50.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: cluster 2024-03-30T04:48:48.604590+0000 mgr.y (mgr.25441) 4299 : cluster [DBG] pgmap v2848: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:50.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: cluster 2024-03-30T04:48:48.604788+0000 mgr.y (mgr.25441) 4300 : cluster [DBG] pgmap v2849: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:50.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: cephadm 2024-03-30T04:48:48.613589+0000 mgr.y (mgr.25441) 4301 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:50.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:48.696004+0000 mon.c (mon.1) 4506 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:50.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:48.698616+0000 mon.c (mon.1) 4507 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:50.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:48.701448+0000 mon.c (mon.1) 4508 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:50.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:48.702474+0000 mon.c (mon.1) 4509 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:50.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: cluster 2024-03-30T04:48:48.709311+0000 mgr.y (mgr.25441) 4302 : cluster [DBG] pgmap v2850: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:50.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: cluster 2024-03-30T04:48:48.709544+0000 mgr.y (mgr.25441) 4303 : cluster [DBG] pgmap v2851: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:50.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:48.716672+0000 mon.a (mon.0) 1892 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:50.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: cephadm 2024-03-30T04:48:48.718899+0000 mgr.y (mgr.25441) 4304 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:50.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:48.780352+0000 mon.c (mon.1) 4510 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:50.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:48.783268+0000 mon.c (mon.1) 4511 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:50.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:48.786054+0000 mon.c (mon.1) 4512 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:50.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:48.787026+0000 mon.c (mon.1) 4513 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:50.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: cluster 2024-03-30T04:48:48.788823+0000 mgr.y (mgr.25441) 4305 : cluster [DBG] pgmap v2852: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:50.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: cluster 2024-03-30T04:48:48.789213+0000 mgr.y (mgr.25441) 4306 : cluster [DBG] pgmap v2853: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:50.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:48.796496+0000 mon.a (mon.0) 1893 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:50.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: cephadm 2024-03-30T04:48:48.798930+0000 mgr.y (mgr.25441) 4307 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:50.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:48.856334+0000 mon.c (mon.1) 4514 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:50.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:48.858832+0000 mon.c (mon.1) 4515 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:50.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:48.861150+0000 mon.c (mon.1) 4516 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:50.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:48.862164+0000 mon.c (mon.1) 4517 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:50.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:48.871920+0000 mon.a (mon.0) 1894 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:50.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:48.925813+0000 mon.c (mon.1) 4518 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:50.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:48.929016+0000 mon.c (mon.1) 4519 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:50.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:48.931065+0000 mon.c (mon.1) 4520 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:50.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:48.931816+0000 mon.c (mon.1) 4521 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:50.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:48.941093+0000 mon.a (mon.0) 1895 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:50.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:48.999882+0000 mon.c (mon.1) 4522 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:50.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:49.001843+0000 mon.c (mon.1) 4523 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:50.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:49.003962+0000 mon.c (mon.1) 4524 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:50.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:49.005000+0000 mon.c (mon.1) 4525 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:50.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:49.014194+0000 mon.a (mon.0) 1896 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:50.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:49.098251+0000 mon.c (mon.1) 4526 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:50.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:49.102926+0000 mon.c (mon.1) 4527 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:50.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:49.107969+0000 mon.c (mon.1) 4528 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:50.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:49.109659+0000 mon.c (mon.1) 4529 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:50.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:49.123682+0000 mon.a (mon.0) 1897 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:50.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:49.216777+0000 mon.c (mon.1) 4530 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:50.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:49.221127+0000 mon.c (mon.1) 4531 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:50.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:49.225330+0000 mon.c (mon.1) 4532 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:50.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:49.227245+0000 mon.c (mon.1) 4533 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:50.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:49.240648+0000 mon.a (mon.0) 1898 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:50.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:49.322597+0000 mon.c (mon.1) 4534 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:50.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:49.325348+0000 mon.c (mon.1) 4535 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:50.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:49.328308+0000 mon.c (mon.1) 4536 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:50.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:49.329552+0000 mon.c (mon.1) 4537 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:50.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:49.339488+0000 mon.a (mon.0) 1899 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:50.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:49.422549+0000 mon.c (mon.1) 4538 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:50.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:49.425463+0000 mon.c (mon.1) 4539 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:50.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:49.428108+0000 mon.c (mon.1) 4540 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:50.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:49.429596+0000 mon.c (mon.1) 4541 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:50.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:49.436807+0000 mon.a (mon.0) 1900 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:50.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:49.520682+0000 mon.c (mon.1) 4542 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:50.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:49.523692+0000 mon.c (mon.1) 4543 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:50.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:49.526702+0000 mon.c (mon.1) 4544 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:50.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:49.527510+0000 mon.c (mon.1) 4545 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:50.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:49.534029+0000 mon.a (mon.0) 1901 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:50.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:49.583991+0000 mon.c (mon.1) 4546 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:50.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:49.586310+0000 mon.c (mon.1) 4547 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:50.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:49.588285+0000 mon.c (mon.1) 4548 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:50.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:49.589042+0000 mon.c (mon.1) 4549 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:50.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:49.595365+0000 mon.a (mon.0) 1902 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:50.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:49.654361+0000 mon.c (mon.1) 4550 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:50.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:49.656859+0000 mon.c (mon.1) 4551 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:50.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:49.658703+0000 mon.c (mon.1) 4552 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:50.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:49.659367+0000 mon.c (mon.1) 4553 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:50.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:49 smithi117 bash[62284]: audit 2024-03-30T04:48:49.665594+0000 mon.a (mon.0) 1903 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: cluster 2024-03-30T04:48:48.864249+0000 mgr.y (mgr.25441) 4308 : cluster [DBG] pgmap v2854: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 11 op/s 2024-03-30T04:48:51.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: cluster 2024-03-30T04:48:48.864888+0000 mgr.y (mgr.25441) 4309 : cluster [DBG] pgmap v2855: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 11 op/s 2024-03-30T04:48:51.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: cephadm 2024-03-30T04:48:48.873782+0000 mgr.y (mgr.25441) 4310 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: cluster 2024-03-30T04:48:48.933221+0000 mgr.y (mgr.25441) 4311 : cluster [DBG] pgmap v2856: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 13 KiB/s rd, 13 op/s 2024-03-30T04:48:51.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: cluster 2024-03-30T04:48:48.933418+0000 mgr.y (mgr.25441) 4312 : cluster [DBG] pgmap v2857: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 13 KiB/s rd, 13 op/s 2024-03-30T04:48:51.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: cephadm 2024-03-30T04:48:48.943167+0000 mgr.y (mgr.25441) 4313 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: cluster 2024-03-30T04:48:49.006524+0000 mgr.y (mgr.25441) 4314 : cluster [DBG] pgmap v2858: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 13 op/s 2024-03-30T04:48:51.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: cluster 2024-03-30T04:48:49.006728+0000 mgr.y (mgr.25441) 4315 : cluster [DBG] pgmap v2859: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 13 op/s 2024-03-30T04:48:51.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: cephadm 2024-03-30T04:48:49.016416+0000 mgr.y (mgr.25441) 4316 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: cluster 2024-03-30T04:48:49.112583+0000 mgr.y (mgr.25441) 4317 : cluster [DBG] pgmap v2860: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: cluster 2024-03-30T04:48:49.112894+0000 mgr.y (mgr.25441) 4318 : cluster [DBG] pgmap v2861: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: cephadm 2024-03-30T04:48:49.127273+0000 mgr.y (mgr.25441) 4319 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: cluster 2024-03-30T04:48:49.230529+0000 mgr.y (mgr.25441) 4320 : cluster [DBG] pgmap v2862: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: cluster 2024-03-30T04:48:49.231221+0000 mgr.y (mgr.25441) 4321 : cluster [DBG] pgmap v2863: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: cephadm 2024-03-30T04:48:49.244699+0000 mgr.y (mgr.25441) 4322 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: cluster 2024-03-30T04:48:49.331644+0000 mgr.y (mgr.25441) 4323 : cluster [DBG] pgmap v2864: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: cluster 2024-03-30T04:48:49.332057+0000 mgr.y (mgr.25441) 4324 : cluster [DBG] pgmap v2865: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: cephadm 2024-03-30T04:48:49.340671+0000 mgr.y (mgr.25441) 4325 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: cluster 2024-03-30T04:48:49.431235+0000 mgr.y (mgr.25441) 4326 : cluster [DBG] pgmap v2866: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: cluster 2024-03-30T04:48:48.864249+0000 mgr.y (mgr.25441) 4308 : cluster [DBG] pgmap v2854: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 11 op/s 2024-03-30T04:48:51.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: cluster 2024-03-30T04:48:48.864888+0000 mgr.y (mgr.25441) 4309 : cluster [DBG] pgmap v2855: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 11 op/s 2024-03-30T04:48:51.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: cephadm 2024-03-30T04:48:48.873782+0000 mgr.y (mgr.25441) 4310 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: cluster 2024-03-30T04:48:48.933221+0000 mgr.y (mgr.25441) 4311 : cluster [DBG] pgmap v2856: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 13 KiB/s rd, 13 op/s 2024-03-30T04:48:51.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: cluster 2024-03-30T04:48:48.933418+0000 mgr.y (mgr.25441) 4312 : cluster [DBG] pgmap v2857: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 13 KiB/s rd, 13 op/s 2024-03-30T04:48:51.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: cephadm 2024-03-30T04:48:48.943167+0000 mgr.y (mgr.25441) 4313 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: cluster 2024-03-30T04:48:49.006524+0000 mgr.y (mgr.25441) 4314 : cluster [DBG] pgmap v2858: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 13 op/s 2024-03-30T04:48:51.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: cluster 2024-03-30T04:48:49.006728+0000 mgr.y (mgr.25441) 4315 : cluster [DBG] pgmap v2859: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 13 op/s 2024-03-30T04:48:51.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: cephadm 2024-03-30T04:48:49.016416+0000 mgr.y (mgr.25441) 4316 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: cluster 2024-03-30T04:48:49.112583+0000 mgr.y (mgr.25441) 4317 : cluster [DBG] pgmap v2860: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: cluster 2024-03-30T04:48:49.112894+0000 mgr.y (mgr.25441) 4318 : cluster [DBG] pgmap v2861: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: cephadm 2024-03-30T04:48:49.127273+0000 mgr.y (mgr.25441) 4319 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: cluster 2024-03-30T04:48:49.230529+0000 mgr.y (mgr.25441) 4320 : cluster [DBG] pgmap v2862: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: cluster 2024-03-30T04:48:49.231221+0000 mgr.y (mgr.25441) 4321 : cluster [DBG] pgmap v2863: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: cephadm 2024-03-30T04:48:49.244699+0000 mgr.y (mgr.25441) 4322 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: cluster 2024-03-30T04:48:49.331644+0000 mgr.y (mgr.25441) 4323 : cluster [DBG] pgmap v2864: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: cluster 2024-03-30T04:48:49.332057+0000 mgr.y (mgr.25441) 4324 : cluster [DBG] pgmap v2865: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: cephadm 2024-03-30T04:48:49.340671+0000 mgr.y (mgr.25441) 4325 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: cluster 2024-03-30T04:48:49.431235+0000 mgr.y (mgr.25441) 4326 : cluster [DBG] pgmap v2866: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: cluster 2024-03-30T04:48:49.431481+0000 mgr.y (mgr.25441) 4327 : cluster [DBG] pgmap v2867: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: cephadm 2024-03-30T04:48:49.440051+0000 mgr.y (mgr.25441) 4328 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: cluster 2024-03-30T04:48:49.528933+0000 mgr.y (mgr.25441) 4329 : cluster [DBG] pgmap v2868: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: cluster 2024-03-30T04:48:49.529262+0000 mgr.y (mgr.25441) 4330 : cluster [DBG] pgmap v2869: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: cephadm 2024-03-30T04:48:49.538457+0000 mgr.y (mgr.25441) 4331 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: cluster 2024-03-30T04:48:49.590315+0000 mgr.y (mgr.25441) 4332 : cluster [DBG] pgmap v2870: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: cluster 2024-03-30T04:48:49.590548+0000 mgr.y (mgr.25441) 4333 : cluster [DBG] pgmap v2871: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: cephadm 2024-03-30T04:48:49.596730+0000 mgr.y (mgr.25441) 4334 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: cluster 2024-03-30T04:48:49.660880+0000 mgr.y (mgr.25441) 4335 : cluster [DBG] pgmap v2872: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: cluster 2024-03-30T04:48:49.661197+0000 mgr.y (mgr.25441) 4336 : cluster [DBG] pgmap v2873: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: cephadm 2024-03-30T04:48:49.668478+0000 mgr.y (mgr.25441) 4337 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:49.709967+0000 mon.c (mon.1) 4554 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:49.711794+0000 mon.c (mon.1) 4555 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:49.714281+0000 mon.c (mon.1) 4556 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:49.715118+0000 mon.c (mon.1) 4557 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: cluster 2024-03-30T04:48:49.716507+0000 mgr.y (mgr.25441) 4338 : cluster [DBG] pgmap v2874: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: cluster 2024-03-30T04:48:49.716709+0000 mgr.y (mgr.25441) 4339 : cluster [DBG] pgmap v2875: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:49.720998+0000 mon.a (mon.0) 1904 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: cephadm 2024-03-30T04:48:49.722220+0000 mgr.y (mgr.25441) 4340 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:49.764328+0000 mon.c (mon.1) 4558 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: cluster 2024-03-30T04:48:49.431481+0000 mgr.y (mgr.25441) 4327 : cluster [DBG] pgmap v2867: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: cephadm 2024-03-30T04:48:49.440051+0000 mgr.y (mgr.25441) 4328 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: cluster 2024-03-30T04:48:49.528933+0000 mgr.y (mgr.25441) 4329 : cluster [DBG] pgmap v2868: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: cluster 2024-03-30T04:48:49.529262+0000 mgr.y (mgr.25441) 4330 : cluster [DBG] pgmap v2869: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: cephadm 2024-03-30T04:48:49.538457+0000 mgr.y (mgr.25441) 4331 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: cluster 2024-03-30T04:48:49.590315+0000 mgr.y (mgr.25441) 4332 : cluster [DBG] pgmap v2870: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: cluster 2024-03-30T04:48:49.590548+0000 mgr.y (mgr.25441) 4333 : cluster [DBG] pgmap v2871: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: cephadm 2024-03-30T04:48:49.596730+0000 mgr.y (mgr.25441) 4334 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: cluster 2024-03-30T04:48:49.660880+0000 mgr.y (mgr.25441) 4335 : cluster [DBG] pgmap v2872: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: cluster 2024-03-30T04:48:49.661197+0000 mgr.y (mgr.25441) 4336 : cluster [DBG] pgmap v2873: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: cephadm 2024-03-30T04:48:49.668478+0000 mgr.y (mgr.25441) 4337 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:49.709967+0000 mon.c (mon.1) 4554 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:49.711794+0000 mon.c (mon.1) 4555 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:49.714281+0000 mon.c (mon.1) 4556 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:49.715118+0000 mon.c (mon.1) 4557 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: cluster 2024-03-30T04:48:49.716507+0000 mgr.y (mgr.25441) 4338 : cluster [DBG] pgmap v2874: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: cluster 2024-03-30T04:48:49.716709+0000 mgr.y (mgr.25441) 4339 : cluster [DBG] pgmap v2875: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:49.720998+0000 mon.a (mon.0) 1904 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: cephadm 2024-03-30T04:48:49.722220+0000 mgr.y (mgr.25441) 4340 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:49.764328+0000 mon.c (mon.1) 4558 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:49.766369+0000 mon.c (mon.1) 4559 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:49.768692+0000 mon.c (mon.1) 4560 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:49.769659+0000 mon.c (mon.1) 4561 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: cluster 2024-03-30T04:48:49.771070+0000 mgr.y (mgr.25441) 4341 : cluster [DBG] pgmap v2876: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: cluster 2024-03-30T04:48:49.771279+0000 mgr.y (mgr.25441) 4342 : cluster [DBG] pgmap v2877: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:49.775992+0000 mon.a (mon.0) 1905 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: cephadm 2024-03-30T04:48:49.777205+0000 mgr.y (mgr.25441) 4343 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:49.818013+0000 mon.c (mon.1) 4562 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:49.819800+0000 mon.c (mon.1) 4563 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:49.821553+0000 mon.c (mon.1) 4564 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:49.822189+0000 mon.c (mon.1) 4565 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:49.827933+0000 mon.a (mon.0) 1906 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:49.870477+0000 mon.c (mon.1) 4566 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:49.872589+0000 mon.c (mon.1) 4567 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:49.874591+0000 mon.c (mon.1) 4568 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:49.875215+0000 mon.c (mon.1) 4569 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:49.881265+0000 mon.a (mon.0) 1907 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:49.922508+0000 mon.c (mon.1) 4570 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:49.924347+0000 mon.c (mon.1) 4571 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:49.926062+0000 mon.c (mon.1) 4572 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:49.766369+0000 mon.c (mon.1) 4559 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:49.768692+0000 mon.c (mon.1) 4560 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:49.769659+0000 mon.c (mon.1) 4561 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: cluster 2024-03-30T04:48:49.771070+0000 mgr.y (mgr.25441) 4341 : cluster [DBG] pgmap v2876: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: cluster 2024-03-30T04:48:49.771279+0000 mgr.y (mgr.25441) 4342 : cluster [DBG] pgmap v2877: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:49.775992+0000 mon.a (mon.0) 1905 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: cephadm 2024-03-30T04:48:49.777205+0000 mgr.y (mgr.25441) 4343 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:49.818013+0000 mon.c (mon.1) 4562 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:49.819800+0000 mon.c (mon.1) 4563 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:49.821553+0000 mon.c (mon.1) 4564 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:49.822189+0000 mon.c (mon.1) 4565 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:49.827933+0000 mon.a (mon.0) 1906 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:49.870477+0000 mon.c (mon.1) 4566 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:49.872589+0000 mon.c (mon.1) 4567 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:49.874591+0000 mon.c (mon.1) 4568 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:49.875215+0000 mon.c (mon.1) 4569 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:49.881265+0000 mon.a (mon.0) 1907 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:49.922508+0000 mon.c (mon.1) 4570 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:49.924347+0000 mon.c (mon.1) 4571 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:49.926062+0000 mon.c (mon.1) 4572 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:49.926685+0000 mon.c (mon.1) 4573 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:49.933247+0000 mon.a (mon.0) 1908 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:49.990898+0000 mon.c (mon.1) 4574 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:49.993154+0000 mon.c (mon.1) 4575 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:49.994900+0000 mon.c (mon.1) 4576 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:49.995572+0000 mon.c (mon.1) 4577 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.001676+0000 mon.a (mon.0) 1909 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.063669+0000 mon.c (mon.1) 4578 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.066198+0000 mon.c (mon.1) 4579 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.069164+0000 mon.c (mon.1) 4580 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.070350+0000 mon.c (mon.1) 4581 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.081727+0000 mon.a (mon.0) 1910 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.159645+0000 mon.c (mon.1) 4582 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.162207+0000 mon.c (mon.1) 4583 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.164501+0000 mon.c (mon.1) 4584 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.165311+0000 mon.c (mon.1) 4585 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.174468+0000 mon.a (mon.0) 1911 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.233834+0000 mon.c (mon.1) 4586 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.235974+0000 mon.c (mon.1) 4587 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.238086+0000 mon.c (mon.1) 4588 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:49.926685+0000 mon.c (mon.1) 4573 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:49.933247+0000 mon.a (mon.0) 1908 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:49.990898+0000 mon.c (mon.1) 4574 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:49.993154+0000 mon.c (mon.1) 4575 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:49.994900+0000 mon.c (mon.1) 4576 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:49.995572+0000 mon.c (mon.1) 4577 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.001676+0000 mon.a (mon.0) 1909 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.063669+0000 mon.c (mon.1) 4578 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.066198+0000 mon.c (mon.1) 4579 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.069164+0000 mon.c (mon.1) 4580 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.070350+0000 mon.c (mon.1) 4581 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.081727+0000 mon.a (mon.0) 1910 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.159645+0000 mon.c (mon.1) 4582 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.162207+0000 mon.c (mon.1) 4583 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.164501+0000 mon.c (mon.1) 4584 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.165311+0000 mon.c (mon.1) 4585 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.174468+0000 mon.a (mon.0) 1911 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.233834+0000 mon.c (mon.1) 4586 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.235974+0000 mon.c (mon.1) 4587 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.238086+0000 mon.c (mon.1) 4588 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.238859+0000 mon.c (mon.1) 4589 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.245578+0000 mon.a (mon.0) 1912 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.304876+0000 mon.c (mon.1) 4590 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.307244+0000 mon.c (mon.1) 4591 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.309306+0000 mon.c (mon.1) 4592 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.310063+0000 mon.c (mon.1) 4593 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.317243+0000 mon.a (mon.0) 1913 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.360736+0000 mon.c (mon.1) 4594 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.363275+0000 mon.c (mon.1) 4595 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.365494+0000 mon.c (mon.1) 4596 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.366310+0000 mon.c (mon.1) 4597 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.373529+0000 mon.a (mon.0) 1914 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.416364+0000 mon.c (mon.1) 4598 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.418778+0000 mon.c (mon.1) 4599 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.421020+0000 mon.c (mon.1) 4600 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.421947+0000 mon.c (mon.1) 4601 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.428915+0000 mon.a (mon.0) 1915 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.472690+0000 mon.c (mon.1) 4602 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.474975+0000 mon.c (mon.1) 4603 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.476932+0000 mon.c (mon.1) 4604 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.238859+0000 mon.c (mon.1) 4589 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.245578+0000 mon.a (mon.0) 1912 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.304876+0000 mon.c (mon.1) 4590 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.307244+0000 mon.c (mon.1) 4591 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.309306+0000 mon.c (mon.1) 4592 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.310063+0000 mon.c (mon.1) 4593 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.317243+0000 mon.a (mon.0) 1913 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.360736+0000 mon.c (mon.1) 4594 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.363275+0000 mon.c (mon.1) 4595 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.365494+0000 mon.c (mon.1) 4596 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.366310+0000 mon.c (mon.1) 4597 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.373529+0000 mon.a (mon.0) 1914 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.416364+0000 mon.c (mon.1) 4598 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.418778+0000 mon.c (mon.1) 4599 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.421020+0000 mon.c (mon.1) 4600 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.421947+0000 mon.c (mon.1) 4601 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.428915+0000 mon.a (mon.0) 1915 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.472690+0000 mon.c (mon.1) 4602 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.474975+0000 mon.c (mon.1) 4603 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.476932+0000 mon.c (mon.1) 4604 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.477633+0000 mon.c (mon.1) 4605 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.486454+0000 mon.a (mon.0) 1916 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.532313+0000 mon.c (mon.1) 4606 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.534509+0000 mon.c (mon.1) 4607 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.536463+0000 mon.c (mon.1) 4608 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.537190+0000 mon.c (mon.1) 4609 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.545802+0000 mon.a (mon.0) 1917 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.591526+0000 mon.c (mon.1) 4610 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.593856+0000 mon.c (mon.1) 4611 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.595873+0000 mon.c (mon.1) 4612 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.596577+0000 mon.c (mon.1) 4613 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.605104+0000 mon.a (mon.0) 1918 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.651195+0000 mon.c (mon.1) 4614 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.653460+0000 mon.c (mon.1) 4615 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.655577+0000 mon.c (mon.1) 4616 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.656349+0000 mon.c (mon.1) 4617 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[73591]: audit 2024-03-30T04:48:50.665217+0000 mon.a (mon.0) 1919 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.477633+0000 mon.c (mon.1) 4605 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.486454+0000 mon.a (mon.0) 1916 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.532313+0000 mon.c (mon.1) 4606 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.534509+0000 mon.c (mon.1) 4607 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.536463+0000 mon.c (mon.1) 4608 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.537190+0000 mon.c (mon.1) 4609 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.545802+0000 mon.a (mon.0) 1917 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.591526+0000 mon.c (mon.1) 4610 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.593856+0000 mon.c (mon.1) 4611 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.595873+0000 mon.c (mon.1) 4612 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.596577+0000 mon.c (mon.1) 4613 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.605104+0000 mon.a (mon.0) 1918 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.651195+0000 mon.c (mon.1) 4614 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.653460+0000 mon.c (mon.1) 4615 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.655577+0000 mon.c (mon.1) 4616 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.656349+0000 mon.c (mon.1) 4617 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.136 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:50 smithi111 bash[70954]: audit 2024-03-30T04:48:50.665217+0000 mon.a (mon.0) 1919 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: cluster 2024-03-30T04:48:48.864249+0000 mgr.y (mgr.25441) 4308 : cluster [DBG] pgmap v2854: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 11 op/s 2024-03-30T04:48:51.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: cluster 2024-03-30T04:48:48.864888+0000 mgr.y (mgr.25441) 4309 : cluster [DBG] pgmap v2855: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 11 op/s 2024-03-30T04:48:51.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: cephadm 2024-03-30T04:48:48.873782+0000 mgr.y (mgr.25441) 4310 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: cluster 2024-03-30T04:48:48.933221+0000 mgr.y (mgr.25441) 4311 : cluster [DBG] pgmap v2856: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 13 KiB/s rd, 13 op/s 2024-03-30T04:48:51.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: cluster 2024-03-30T04:48:48.933418+0000 mgr.y (mgr.25441) 4312 : cluster [DBG] pgmap v2857: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 13 KiB/s rd, 13 op/s 2024-03-30T04:48:51.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: cephadm 2024-03-30T04:48:48.943167+0000 mgr.y (mgr.25441) 4313 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: cluster 2024-03-30T04:48:49.006524+0000 mgr.y (mgr.25441) 4314 : cluster [DBG] pgmap v2858: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 13 op/s 2024-03-30T04:48:51.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: cluster 2024-03-30T04:48:49.006728+0000 mgr.y (mgr.25441) 4315 : cluster [DBG] pgmap v2859: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 13 op/s 2024-03-30T04:48:51.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: cephadm 2024-03-30T04:48:49.016416+0000 mgr.y (mgr.25441) 4316 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: cluster 2024-03-30T04:48:49.112583+0000 mgr.y (mgr.25441) 4317 : cluster [DBG] pgmap v2860: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: cluster 2024-03-30T04:48:49.112894+0000 mgr.y (mgr.25441) 4318 : cluster [DBG] pgmap v2861: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: cephadm 2024-03-30T04:48:49.127273+0000 mgr.y (mgr.25441) 4319 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: cluster 2024-03-30T04:48:49.230529+0000 mgr.y (mgr.25441) 4320 : cluster [DBG] pgmap v2862: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: cluster 2024-03-30T04:48:49.231221+0000 mgr.y (mgr.25441) 4321 : cluster [DBG] pgmap v2863: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: cephadm 2024-03-30T04:48:49.244699+0000 mgr.y (mgr.25441) 4322 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: cluster 2024-03-30T04:48:49.331644+0000 mgr.y (mgr.25441) 4323 : cluster [DBG] pgmap v2864: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: cluster 2024-03-30T04:48:49.332057+0000 mgr.y (mgr.25441) 4324 : cluster [DBG] pgmap v2865: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: cephadm 2024-03-30T04:48:49.340671+0000 mgr.y (mgr.25441) 4325 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: cluster 2024-03-30T04:48:49.431235+0000 mgr.y (mgr.25441) 4326 : cluster [DBG] pgmap v2866: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: cluster 2024-03-30T04:48:49.431481+0000 mgr.y (mgr.25441) 4327 : cluster [DBG] pgmap v2867: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: cephadm 2024-03-30T04:48:49.440051+0000 mgr.y (mgr.25441) 4328 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: cluster 2024-03-30T04:48:49.528933+0000 mgr.y (mgr.25441) 4329 : cluster [DBG] pgmap v2868: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: cluster 2024-03-30T04:48:49.529262+0000 mgr.y (mgr.25441) 4330 : cluster [DBG] pgmap v2869: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: cephadm 2024-03-30T04:48:49.538457+0000 mgr.y (mgr.25441) 4331 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: cluster 2024-03-30T04:48:49.590315+0000 mgr.y (mgr.25441) 4332 : cluster [DBG] pgmap v2870: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: cluster 2024-03-30T04:48:49.590548+0000 mgr.y (mgr.25441) 4333 : cluster [DBG] pgmap v2871: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: cephadm 2024-03-30T04:48:49.596730+0000 mgr.y (mgr.25441) 4334 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: cluster 2024-03-30T04:48:49.660880+0000 mgr.y (mgr.25441) 4335 : cluster [DBG] pgmap v2872: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: cluster 2024-03-30T04:48:49.661197+0000 mgr.y (mgr.25441) 4336 : cluster [DBG] pgmap v2873: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: cephadm 2024-03-30T04:48:49.668478+0000 mgr.y (mgr.25441) 4337 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:49.709967+0000 mon.c (mon.1) 4554 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:49.711794+0000 mon.c (mon.1) 4555 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:49.714281+0000 mon.c (mon.1) 4556 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:49.715118+0000 mon.c (mon.1) 4557 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: cluster 2024-03-30T04:48:49.716507+0000 mgr.y (mgr.25441) 4338 : cluster [DBG] pgmap v2874: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: cluster 2024-03-30T04:48:49.716709+0000 mgr.y (mgr.25441) 4339 : cluster [DBG] pgmap v2875: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:49.720998+0000 mon.a (mon.0) 1904 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: cephadm 2024-03-30T04:48:49.722220+0000 mgr.y (mgr.25441) 4340 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:49.764328+0000 mon.c (mon.1) 4558 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:49.766369+0000 mon.c (mon.1) 4559 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:49.768692+0000 mon.c (mon.1) 4560 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:49.769659+0000 mon.c (mon.1) 4561 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: cluster 2024-03-30T04:48:49.771070+0000 mgr.y (mgr.25441) 4341 : cluster [DBG] pgmap v2876: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: cluster 2024-03-30T04:48:49.771279+0000 mgr.y (mgr.25441) 4342 : cluster [DBG] pgmap v2877: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:49.775992+0000 mon.a (mon.0) 1905 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: cephadm 2024-03-30T04:48:49.777205+0000 mgr.y (mgr.25441) 4343 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:49.818013+0000 mon.c (mon.1) 4562 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:49.819800+0000 mon.c (mon.1) 4563 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:49.821553+0000 mon.c (mon.1) 4564 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:49.822189+0000 mon.c (mon.1) 4565 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:49.827933+0000 mon.a (mon.0) 1906 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:49.870477+0000 mon.c (mon.1) 4566 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:49.872589+0000 mon.c (mon.1) 4567 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:49.874591+0000 mon.c (mon.1) 4568 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:49.875215+0000 mon.c (mon.1) 4569 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:49.881265+0000 mon.a (mon.0) 1907 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:49.922508+0000 mon.c (mon.1) 4570 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:49.924347+0000 mon.c (mon.1) 4571 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:49.926062+0000 mon.c (mon.1) 4572 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:49.926685+0000 mon.c (mon.1) 4573 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:49.933247+0000 mon.a (mon.0) 1908 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:49.990898+0000 mon.c (mon.1) 4574 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:49.993154+0000 mon.c (mon.1) 4575 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:49.994900+0000 mon.c (mon.1) 4576 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:49.995572+0000 mon.c (mon.1) 4577 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.001676+0000 mon.a (mon.0) 1909 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.063669+0000 mon.c (mon.1) 4578 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.066198+0000 mon.c (mon.1) 4579 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.069164+0000 mon.c (mon.1) 4580 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.070350+0000 mon.c (mon.1) 4581 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.081727+0000 mon.a (mon.0) 1910 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.159645+0000 mon.c (mon.1) 4582 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.162207+0000 mon.c (mon.1) 4583 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.164501+0000 mon.c (mon.1) 4584 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.165311+0000 mon.c (mon.1) 4585 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.174468+0000 mon.a (mon.0) 1911 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.233834+0000 mon.c (mon.1) 4586 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.235974+0000 mon.c (mon.1) 4587 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.238086+0000 mon.c (mon.1) 4588 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.238859+0000 mon.c (mon.1) 4589 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.245578+0000 mon.a (mon.0) 1912 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.304876+0000 mon.c (mon.1) 4590 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.307244+0000 mon.c (mon.1) 4591 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.309306+0000 mon.c (mon.1) 4592 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.310063+0000 mon.c (mon.1) 4593 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.317243+0000 mon.a (mon.0) 1913 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.360736+0000 mon.c (mon.1) 4594 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.363275+0000 mon.c (mon.1) 4595 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.365494+0000 mon.c (mon.1) 4596 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.366310+0000 mon.c (mon.1) 4597 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.373529+0000 mon.a (mon.0) 1914 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.416364+0000 mon.c (mon.1) 4598 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.418778+0000 mon.c (mon.1) 4599 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.421020+0000 mon.c (mon.1) 4600 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.421947+0000 mon.c (mon.1) 4601 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.428915+0000 mon.a (mon.0) 1915 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.472690+0000 mon.c (mon.1) 4602 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.474975+0000 mon.c (mon.1) 4603 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.476932+0000 mon.c (mon.1) 4604 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.477633+0000 mon.c (mon.1) 4605 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.486454+0000 mon.a (mon.0) 1916 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.532313+0000 mon.c (mon.1) 4606 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.534509+0000 mon.c (mon.1) 4607 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.536463+0000 mon.c (mon.1) 4608 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.537190+0000 mon.c (mon.1) 4609 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.545802+0000 mon.a (mon.0) 1917 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.591526+0000 mon.c (mon.1) 4610 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.593856+0000 mon.c (mon.1) 4611 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.595873+0000 mon.c (mon.1) 4612 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.596577+0000 mon.c (mon.1) 4613 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.605104+0000 mon.a (mon.0) 1918 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.651195+0000 mon.c (mon.1) 4614 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.653460+0000 mon.c (mon.1) 4615 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.655577+0000 mon.c (mon.1) 4616 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.656349+0000 mon.c (mon.1) 4617 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:50 smithi117 bash[62284]: audit 2024-03-30T04:48:50.665217+0000 mon.a (mon.0) 1919 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cluster 2024-03-30T04:48:49.823395+0000 mgr.y (mgr.25441) 4344 : cluster [DBG] pgmap v2878: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cluster 2024-03-30T04:48:49.823590+0000 mgr.y (mgr.25441) 4345 : cluster [DBG] pgmap v2879: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cephadm 2024-03-30T04:48:49.830120+0000 mgr.y (mgr.25441) 4346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cluster 2024-03-30T04:48:49.876482+0000 mgr.y (mgr.25441) 4347 : cluster [DBG] pgmap v2880: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cluster 2024-03-30T04:48:49.876714+0000 mgr.y (mgr.25441) 4348 : cluster [DBG] pgmap v2881: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cephadm 2024-03-30T04:48:49.882308+0000 mgr.y (mgr.25441) 4349 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cluster 2024-03-30T04:48:49.927876+0000 mgr.y (mgr.25441) 4350 : cluster [DBG] pgmap v2882: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cluster 2024-03-30T04:48:49.928108+0000 mgr.y (mgr.25441) 4351 : cluster [DBG] pgmap v2883: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cephadm 2024-03-30T04:48:49.934373+0000 mgr.y (mgr.25441) 4352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cluster 2024-03-30T04:48:49.996817+0000 mgr.y (mgr.25441) 4353 : cluster [DBG] pgmap v2884: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cluster 2024-03-30T04:48:49.997048+0000 mgr.y (mgr.25441) 4354 : cluster [DBG] pgmap v2885: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cephadm 2024-03-30T04:48:50.003137+0000 mgr.y (mgr.25441) 4355 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cluster 2024-03-30T04:48:50.072445+0000 mgr.y (mgr.25441) 4356 : cluster [DBG] pgmap v2886: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cluster 2024-03-30T04:48:50.073005+0000 mgr.y (mgr.25441) 4357 : cluster [DBG] pgmap v2887: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cephadm 2024-03-30T04:48:50.082544+0000 mgr.y (mgr.25441) 4358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cluster 2024-03-30T04:48:50.167214+0000 mgr.y (mgr.25441) 4359 : cluster [DBG] pgmap v2888: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cluster 2024-03-30T04:48:50.167825+0000 mgr.y (mgr.25441) 4360 : cluster [DBG] pgmap v2889: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cephadm 2024-03-30T04:48:50.175500+0000 mgr.y (mgr.25441) 4361 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cluster 2024-03-30T04:48:50.240251+0000 mgr.y (mgr.25441) 4362 : cluster [DBG] pgmap v2890: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cluster 2024-03-30T04:48:50.240503+0000 mgr.y (mgr.25441) 4363 : cluster [DBG] pgmap v2891: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cluster 2024-03-30T04:48:49.823395+0000 mgr.y (mgr.25441) 4344 : cluster [DBG] pgmap v2878: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cluster 2024-03-30T04:48:49.823590+0000 mgr.y (mgr.25441) 4345 : cluster [DBG] pgmap v2879: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cephadm 2024-03-30T04:48:49.830120+0000 mgr.y (mgr.25441) 4346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cluster 2024-03-30T04:48:49.876482+0000 mgr.y (mgr.25441) 4347 : cluster [DBG] pgmap v2880: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cluster 2024-03-30T04:48:49.876714+0000 mgr.y (mgr.25441) 4348 : cluster [DBG] pgmap v2881: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cephadm 2024-03-30T04:48:49.882308+0000 mgr.y (mgr.25441) 4349 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cluster 2024-03-30T04:48:49.927876+0000 mgr.y (mgr.25441) 4350 : cluster [DBG] pgmap v2882: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cluster 2024-03-30T04:48:49.928108+0000 mgr.y (mgr.25441) 4351 : cluster [DBG] pgmap v2883: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cephadm 2024-03-30T04:48:49.934373+0000 mgr.y (mgr.25441) 4352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cluster 2024-03-30T04:48:49.996817+0000 mgr.y (mgr.25441) 4353 : cluster [DBG] pgmap v2884: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cluster 2024-03-30T04:48:49.997048+0000 mgr.y (mgr.25441) 4354 : cluster [DBG] pgmap v2885: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cephadm 2024-03-30T04:48:50.003137+0000 mgr.y (mgr.25441) 4355 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cluster 2024-03-30T04:48:50.072445+0000 mgr.y (mgr.25441) 4356 : cluster [DBG] pgmap v2886: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cluster 2024-03-30T04:48:50.073005+0000 mgr.y (mgr.25441) 4357 : cluster [DBG] pgmap v2887: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cephadm 2024-03-30T04:48:50.082544+0000 mgr.y (mgr.25441) 4358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cluster 2024-03-30T04:48:50.167214+0000 mgr.y (mgr.25441) 4359 : cluster [DBG] pgmap v2888: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cluster 2024-03-30T04:48:50.167825+0000 mgr.y (mgr.25441) 4360 : cluster [DBG] pgmap v2889: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cephadm 2024-03-30T04:48:50.175500+0000 mgr.y (mgr.25441) 4361 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cluster 2024-03-30T04:48:50.240251+0000 mgr.y (mgr.25441) 4362 : cluster [DBG] pgmap v2890: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cluster 2024-03-30T04:48:50.240503+0000 mgr.y (mgr.25441) 4363 : cluster [DBG] pgmap v2891: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cephadm 2024-03-30T04:48:50.246903+0000 mgr.y (mgr.25441) 4364 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cluster 2024-03-30T04:48:50.311471+0000 mgr.y (mgr.25441) 4365 : cluster [DBG] pgmap v2892: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cluster 2024-03-30T04:48:50.311749+0000 mgr.y (mgr.25441) 4366 : cluster [DBG] pgmap v2893: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cephadm 2024-03-30T04:48:50.318413+0000 mgr.y (mgr.25441) 4367 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cluster 2024-03-30T04:48:50.367716+0000 mgr.y (mgr.25441) 4368 : cluster [DBG] pgmap v2894: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cluster 2024-03-30T04:48:50.367952+0000 mgr.y (mgr.25441) 4369 : cluster [DBG] pgmap v2895: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cephadm 2024-03-30T04:48:50.374953+0000 mgr.y (mgr.25441) 4370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cluster 2024-03-30T04:48:50.423644+0000 mgr.y (mgr.25441) 4371 : cluster [DBG] pgmap v2896: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cluster 2024-03-30T04:48:50.424076+0000 mgr.y (mgr.25441) 4372 : cluster [DBG] pgmap v2897: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cephadm 2024-03-30T04:48:50.430103+0000 mgr.y (mgr.25441) 4373 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cluster 2024-03-30T04:48:50.479050+0000 mgr.y (mgr.25441) 4374 : cluster [DBG] pgmap v2898: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cluster 2024-03-30T04:48:50.479357+0000 mgr.y (mgr.25441) 4375 : cluster [DBG] pgmap v2899: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cephadm 2024-03-30T04:48:50.489148+0000 mgr.y (mgr.25441) 4376 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cluster 2024-03-30T04:48:50.538609+0000 mgr.y (mgr.25441) 4377 : cluster [DBG] pgmap v2900: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cluster 2024-03-30T04:48:50.538912+0000 mgr.y (mgr.25441) 4378 : cluster [DBG] pgmap v2901: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cephadm 2024-03-30T04:48:50.548777+0000 mgr.y (mgr.25441) 4379 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cluster 2024-03-30T04:48:50.598027+0000 mgr.y (mgr.25441) 4380 : cluster [DBG] pgmap v2902: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cluster 2024-03-30T04:48:50.598342+0000 mgr.y (mgr.25441) 4381 : cluster [DBG] pgmap v2903: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cephadm 2024-03-30T04:48:50.608115+0000 mgr.y (mgr.25441) 4382 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cluster 2024-03-30T04:48:50.657763+0000 mgr.y (mgr.25441) 4383 : cluster [DBG] pgmap v2904: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cephadm 2024-03-30T04:48:50.246903+0000 mgr.y (mgr.25441) 4364 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cluster 2024-03-30T04:48:50.311471+0000 mgr.y (mgr.25441) 4365 : cluster [DBG] pgmap v2892: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cluster 2024-03-30T04:48:50.311749+0000 mgr.y (mgr.25441) 4366 : cluster [DBG] pgmap v2893: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cephadm 2024-03-30T04:48:50.318413+0000 mgr.y (mgr.25441) 4367 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cluster 2024-03-30T04:48:50.367716+0000 mgr.y (mgr.25441) 4368 : cluster [DBG] pgmap v2894: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cluster 2024-03-30T04:48:50.367952+0000 mgr.y (mgr.25441) 4369 : cluster [DBG] pgmap v2895: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cephadm 2024-03-30T04:48:50.374953+0000 mgr.y (mgr.25441) 4370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cluster 2024-03-30T04:48:50.423644+0000 mgr.y (mgr.25441) 4371 : cluster [DBG] pgmap v2896: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cluster 2024-03-30T04:48:50.424076+0000 mgr.y (mgr.25441) 4372 : cluster [DBG] pgmap v2897: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cephadm 2024-03-30T04:48:50.430103+0000 mgr.y (mgr.25441) 4373 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cluster 2024-03-30T04:48:50.479050+0000 mgr.y (mgr.25441) 4374 : cluster [DBG] pgmap v2898: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cluster 2024-03-30T04:48:50.479357+0000 mgr.y (mgr.25441) 4375 : cluster [DBG] pgmap v2899: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cephadm 2024-03-30T04:48:50.489148+0000 mgr.y (mgr.25441) 4376 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cluster 2024-03-30T04:48:50.538609+0000 mgr.y (mgr.25441) 4377 : cluster [DBG] pgmap v2900: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cluster 2024-03-30T04:48:50.538912+0000 mgr.y (mgr.25441) 4378 : cluster [DBG] pgmap v2901: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cephadm 2024-03-30T04:48:50.548777+0000 mgr.y (mgr.25441) 4379 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cluster 2024-03-30T04:48:50.598027+0000 mgr.y (mgr.25441) 4380 : cluster [DBG] pgmap v2902: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cluster 2024-03-30T04:48:50.598342+0000 mgr.y (mgr.25441) 4381 : cluster [DBG] pgmap v2903: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cephadm 2024-03-30T04:48:50.608115+0000 mgr.y (mgr.25441) 4382 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cluster 2024-03-30T04:48:50.657763+0000 mgr.y (mgr.25441) 4383 : cluster [DBG] pgmap v2904: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cluster 2024-03-30T04:48:50.658066+0000 mgr.y (mgr.25441) 4384 : cluster [DBG] pgmap v2905: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cephadm 2024-03-30T04:48:50.667653+0000 mgr.y (mgr.25441) 4385 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:50.736204+0000 mon.c (mon.1) 4618 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:50.738157+0000 mon.c (mon.1) 4619 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:50.740152+0000 mon.c (mon.1) 4620 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:50.740777+0000 mon.c (mon.1) 4621 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cluster 2024-03-30T04:48:50.742228+0000 mgr.y (mgr.25441) 4386 : cluster [DBG] pgmap v2906: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 742 KiB/s rd, 0 B/s wr, 1.17k op/s 2024-03-30T04:48:51.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cluster 2024-03-30T04:48:50.742537+0000 mgr.y (mgr.25441) 4387 : cluster [DBG] pgmap v2907: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 742 KiB/s rd, 0 B/s wr, 1.17k op/s 2024-03-30T04:48:51.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:50.747356+0000 mon.a (mon.0) 1920 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: cephadm 2024-03-30T04:48:50.747935+0000 mgr.y (mgr.25441) 4388 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:50.805827+0000 mon.c (mon.1) 4622 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:50.807938+0000 mon.c (mon.1) 4623 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:50.809797+0000 mon.c (mon.1) 4624 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:50.810892+0000 mon.c (mon.1) 4625 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:50.818064+0000 mon.a (mon.0) 1921 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:50.889283+0000 mon.c (mon.1) 4626 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:50.893050+0000 mon.c (mon.1) 4627 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:50.896338+0000 mon.c (mon.1) 4628 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:50.897512+0000 mon.c (mon.1) 4629 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:50.905785+0000 mon.a (mon.0) 1922 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cluster 2024-03-30T04:48:50.658066+0000 mgr.y (mgr.25441) 4384 : cluster [DBG] pgmap v2905: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:51.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cephadm 2024-03-30T04:48:50.667653+0000 mgr.y (mgr.25441) 4385 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:50.736204+0000 mon.c (mon.1) 4618 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:50.738157+0000 mon.c (mon.1) 4619 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:50.740152+0000 mon.c (mon.1) 4620 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:50.740777+0000 mon.c (mon.1) 4621 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cluster 2024-03-30T04:48:50.742228+0000 mgr.y (mgr.25441) 4386 : cluster [DBG] pgmap v2906: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 742 KiB/s rd, 0 B/s wr, 1.17k op/s 2024-03-30T04:48:51.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cluster 2024-03-30T04:48:50.742537+0000 mgr.y (mgr.25441) 4387 : cluster [DBG] pgmap v2907: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 742 KiB/s rd, 0 B/s wr, 1.17k op/s 2024-03-30T04:48:51.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:50.747356+0000 mon.a (mon.0) 1920 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: cephadm 2024-03-30T04:48:50.747935+0000 mgr.y (mgr.25441) 4388 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:51.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:50.805827+0000 mon.c (mon.1) 4622 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:50.807938+0000 mon.c (mon.1) 4623 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:50.809797+0000 mon.c (mon.1) 4624 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:50.810892+0000 mon.c (mon.1) 4625 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:50.818064+0000 mon.a (mon.0) 1921 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:50.889283+0000 mon.c (mon.1) 4626 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:50.893050+0000 mon.c (mon.1) 4627 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:50.896338+0000 mon.c (mon.1) 4628 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:50.897512+0000 mon.c (mon.1) 4629 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:50.905785+0000 mon.a (mon.0) 1922 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:50.979207+0000 mon.c (mon.1) 4630 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:50.983035+0000 mon.c (mon.1) 4631 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:50.986255+0000 mon.c (mon.1) 4632 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:50.987416+0000 mon.c (mon.1) 4633 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:50.997582+0000 mon.a (mon.0) 1923 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:51.087742+0000 mon.c (mon.1) 4634 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:51.092442+0000 mon.c (mon.1) 4635 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:51.096639+0000 mon.c (mon.1) 4636 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:51.097953+0000 mon.c (mon.1) 4637 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:51.109201+0000 mon.a (mon.0) 1924 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:51.201235+0000 mon.c (mon.1) 4638 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:51.204966+0000 mon.c (mon.1) 4639 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:51.209023+0000 mon.c (mon.1) 4640 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:51.210061+0000 mon.c (mon.1) 4641 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:51.218032+0000 mon.a (mon.0) 1925 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:51.294782+0000 mon.c (mon.1) 4642 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:51.297787+0000 mon.c (mon.1) 4643 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:51.300849+0000 mon.c (mon.1) 4644 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:51.301879+0000 mon.c (mon.1) 4645 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:51.309155+0000 mon.a (mon.0) 1926 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:50.979207+0000 mon.c (mon.1) 4630 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:50.983035+0000 mon.c (mon.1) 4631 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:50.986255+0000 mon.c (mon.1) 4632 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:50.987416+0000 mon.c (mon.1) 4633 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:50.997582+0000 mon.a (mon.0) 1923 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:51.087742+0000 mon.c (mon.1) 4634 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:51.092442+0000 mon.c (mon.1) 4635 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:51.096639+0000 mon.c (mon.1) 4636 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:51.097953+0000 mon.c (mon.1) 4637 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:51.109201+0000 mon.a (mon.0) 1924 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:51.201235+0000 mon.c (mon.1) 4638 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:51.204966+0000 mon.c (mon.1) 4639 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:51.209023+0000 mon.c (mon.1) 4640 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:51.210061+0000 mon.c (mon.1) 4641 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:51.218032+0000 mon.a (mon.0) 1925 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:51.294782+0000 mon.c (mon.1) 4642 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:51.297787+0000 mon.c (mon.1) 4643 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:51.300849+0000 mon.c (mon.1) 4644 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:51.301879+0000 mon.c (mon.1) 4645 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:51.309155+0000 mon.a (mon.0) 1926 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:51.399503+0000 mon.c (mon.1) 4646 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:51.403352+0000 mon.c (mon.1) 4647 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:51.406982+0000 mon.c (mon.1) 4648 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:51.408325+0000 mon.c (mon.1) 4649 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:51.418405+0000 mon.a (mon.0) 1927 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:51.496589+0000 mon.c (mon.1) 4650 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:51.499496+0000 mon.c (mon.1) 4651 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:51.502613+0000 mon.c (mon.1) 4652 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:51.503475+0000 mon.c (mon.1) 4653 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:51.511158+0000 mon.a (mon.0) 1928 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:51.601462+0000 mon.c (mon.1) 4654 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:51.605732+0000 mon.c (mon.1) 4655 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:51.609513+0000 mon.c (mon.1) 4656 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:51.610862+0000 mon.c (mon.1) 4657 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:51.623385+0000 mon.a (mon.0) 1929 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:51.698358+0000 mon.c (mon.1) 4658 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:51.702188+0000 mon.c (mon.1) 4659 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:51.705289+0000 mon.c (mon.1) 4660 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[70954]: audit 2024-03-30T04:48:51.706450+0000 mon.c (mon.1) 4661 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:51.399503+0000 mon.c (mon.1) 4646 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:51.403352+0000 mon.c (mon.1) 4647 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:51.406982+0000 mon.c (mon.1) 4648 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:51.408325+0000 mon.c (mon.1) 4649 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:51.418405+0000 mon.a (mon.0) 1927 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:51.496589+0000 mon.c (mon.1) 4650 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:51.499496+0000 mon.c (mon.1) 4651 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:51.502613+0000 mon.c (mon.1) 4652 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:51.503475+0000 mon.c (mon.1) 4653 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:51.511158+0000 mon.a (mon.0) 1928 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:51.601462+0000 mon.c (mon.1) 4654 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:51.605732+0000 mon.c (mon.1) 4655 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:51.609513+0000 mon.c (mon.1) 4656 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:51.610862+0000 mon.c (mon.1) 4657 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:51.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:51.623385+0000 mon.a (mon.0) 1929 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:51.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:51.698358+0000 mon.c (mon.1) 4658 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:51.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:51.702188+0000 mon.c (mon.1) 4659 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:51.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:51.705289+0000 mon.c (mon.1) 4660 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:51 smithi111 bash[73591]: audit 2024-03-30T04:48:51.706450+0000 mon.c (mon.1) 4661 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:52.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cluster 2024-03-30T04:48:49.823395+0000 mgr.y (mgr.25441) 4344 : cluster [DBG] pgmap v2878: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:52.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cluster 2024-03-30T04:48:49.823590+0000 mgr.y (mgr.25441) 4345 : cluster [DBG] pgmap v2879: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:52.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cephadm 2024-03-30T04:48:49.830120+0000 mgr.y (mgr.25441) 4346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:52.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cluster 2024-03-30T04:48:49.876482+0000 mgr.y (mgr.25441) 4347 : cluster [DBG] pgmap v2880: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:52.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cluster 2024-03-30T04:48:49.876714+0000 mgr.y (mgr.25441) 4348 : cluster [DBG] pgmap v2881: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:52.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cephadm 2024-03-30T04:48:49.882308+0000 mgr.y (mgr.25441) 4349 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:52.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cluster 2024-03-30T04:48:49.927876+0000 mgr.y (mgr.25441) 4350 : cluster [DBG] pgmap v2882: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:52.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cluster 2024-03-30T04:48:49.928108+0000 mgr.y (mgr.25441) 4351 : cluster [DBG] pgmap v2883: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:52.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cephadm 2024-03-30T04:48:49.934373+0000 mgr.y (mgr.25441) 4352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:52.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cluster 2024-03-30T04:48:49.996817+0000 mgr.y (mgr.25441) 4353 : cluster [DBG] pgmap v2884: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:52.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cluster 2024-03-30T04:48:49.997048+0000 mgr.y (mgr.25441) 4354 : cluster [DBG] pgmap v2885: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:52.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cephadm 2024-03-30T04:48:50.003137+0000 mgr.y (mgr.25441) 4355 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:52.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cluster 2024-03-30T04:48:50.072445+0000 mgr.y (mgr.25441) 4356 : cluster [DBG] pgmap v2886: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:52.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cluster 2024-03-30T04:48:50.073005+0000 mgr.y (mgr.25441) 4357 : cluster [DBG] pgmap v2887: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:52.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cephadm 2024-03-30T04:48:50.082544+0000 mgr.y (mgr.25441) 4358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:52.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cluster 2024-03-30T04:48:50.167214+0000 mgr.y (mgr.25441) 4359 : cluster [DBG] pgmap v2888: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:52.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cluster 2024-03-30T04:48:50.167825+0000 mgr.y (mgr.25441) 4360 : cluster [DBG] pgmap v2889: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:52.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cephadm 2024-03-30T04:48:50.175500+0000 mgr.y (mgr.25441) 4361 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:52.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cluster 2024-03-30T04:48:50.240251+0000 mgr.y (mgr.25441) 4362 : cluster [DBG] pgmap v2890: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:52.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cluster 2024-03-30T04:48:50.240503+0000 mgr.y (mgr.25441) 4363 : cluster [DBG] pgmap v2891: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:52.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cephadm 2024-03-30T04:48:50.246903+0000 mgr.y (mgr.25441) 4364 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:52.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cluster 2024-03-30T04:48:50.311471+0000 mgr.y (mgr.25441) 4365 : cluster [DBG] pgmap v2892: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:52.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cluster 2024-03-30T04:48:50.311749+0000 mgr.y (mgr.25441) 4366 : cluster [DBG] pgmap v2893: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:52.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cephadm 2024-03-30T04:48:50.318413+0000 mgr.y (mgr.25441) 4367 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:52.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cluster 2024-03-30T04:48:50.367716+0000 mgr.y (mgr.25441) 4368 : cluster [DBG] pgmap v2894: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:52.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cluster 2024-03-30T04:48:50.367952+0000 mgr.y (mgr.25441) 4369 : cluster [DBG] pgmap v2895: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:52.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cephadm 2024-03-30T04:48:50.374953+0000 mgr.y (mgr.25441) 4370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:52.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cluster 2024-03-30T04:48:50.423644+0000 mgr.y (mgr.25441) 4371 : cluster [DBG] pgmap v2896: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:52.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cluster 2024-03-30T04:48:50.424076+0000 mgr.y (mgr.25441) 4372 : cluster [DBG] pgmap v2897: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:52.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cephadm 2024-03-30T04:48:50.430103+0000 mgr.y (mgr.25441) 4373 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:52.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cluster 2024-03-30T04:48:50.479050+0000 mgr.y (mgr.25441) 4374 : cluster [DBG] pgmap v2898: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:52.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cluster 2024-03-30T04:48:50.479357+0000 mgr.y (mgr.25441) 4375 : cluster [DBG] pgmap v2899: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:52.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cephadm 2024-03-30T04:48:50.489148+0000 mgr.y (mgr.25441) 4376 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:52.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cluster 2024-03-30T04:48:50.538609+0000 mgr.y (mgr.25441) 4377 : cluster [DBG] pgmap v2900: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:52.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cluster 2024-03-30T04:48:50.538912+0000 mgr.y (mgr.25441) 4378 : cluster [DBG] pgmap v2901: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:52.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cephadm 2024-03-30T04:48:50.548777+0000 mgr.y (mgr.25441) 4379 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:52.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cluster 2024-03-30T04:48:50.598027+0000 mgr.y (mgr.25441) 4380 : cluster [DBG] pgmap v2902: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:52.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cluster 2024-03-30T04:48:50.598342+0000 mgr.y (mgr.25441) 4381 : cluster [DBG] pgmap v2903: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:52.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cephadm 2024-03-30T04:48:50.608115+0000 mgr.y (mgr.25441) 4382 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:52.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cluster 2024-03-30T04:48:50.657763+0000 mgr.y (mgr.25441) 4383 : cluster [DBG] pgmap v2904: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:52.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cluster 2024-03-30T04:48:50.658066+0000 mgr.y (mgr.25441) 4384 : cluster [DBG] pgmap v2905: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:52.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cephadm 2024-03-30T04:48:50.667653+0000 mgr.y (mgr.25441) 4385 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:52.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:50.736204+0000 mon.c (mon.1) 4618 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:52.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:50.738157+0000 mon.c (mon.1) 4619 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:52.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:50.740152+0000 mon.c (mon.1) 4620 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:52.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:50.740777+0000 mon.c (mon.1) 4621 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:52.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cluster 2024-03-30T04:48:50.742228+0000 mgr.y (mgr.25441) 4386 : cluster [DBG] pgmap v2906: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 742 KiB/s rd, 0 B/s wr, 1.17k op/s 2024-03-30T04:48:52.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cluster 2024-03-30T04:48:50.742537+0000 mgr.y (mgr.25441) 4387 : cluster [DBG] pgmap v2907: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 742 KiB/s rd, 0 B/s wr, 1.17k op/s 2024-03-30T04:48:52.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:50.747356+0000 mon.a (mon.0) 1920 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:52.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: cephadm 2024-03-30T04:48:50.747935+0000 mgr.y (mgr.25441) 4388 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:52.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:50.805827+0000 mon.c (mon.1) 4622 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:52.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:50.807938+0000 mon.c (mon.1) 4623 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:52.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:50.809797+0000 mon.c (mon.1) 4624 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:52.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:50.810892+0000 mon.c (mon.1) 4625 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:52.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:50.818064+0000 mon.a (mon.0) 1921 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:52.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:50.889283+0000 mon.c (mon.1) 4626 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:52.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:50.893050+0000 mon.c (mon.1) 4627 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:52.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:50.896338+0000 mon.c (mon.1) 4628 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:52.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:50.897512+0000 mon.c (mon.1) 4629 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:52.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:50.905785+0000 mon.a (mon.0) 1922 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:52.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:50.979207+0000 mon.c (mon.1) 4630 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:52.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:50.983035+0000 mon.c (mon.1) 4631 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:52.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:50.986255+0000 mon.c (mon.1) 4632 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:52.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:50.987416+0000 mon.c (mon.1) 4633 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:52.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:50.997582+0000 mon.a (mon.0) 1923 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:52.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:51.087742+0000 mon.c (mon.1) 4634 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:52.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:51.092442+0000 mon.c (mon.1) 4635 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:52.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:51.096639+0000 mon.c (mon.1) 4636 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:52.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:51.097953+0000 mon.c (mon.1) 4637 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:52.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:51.109201+0000 mon.a (mon.0) 1924 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:52.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:51.201235+0000 mon.c (mon.1) 4638 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:52.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:51.204966+0000 mon.c (mon.1) 4639 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:52.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:51.209023+0000 mon.c (mon.1) 4640 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:52.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:51.210061+0000 mon.c (mon.1) 4641 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:52.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:51.218032+0000 mon.a (mon.0) 1925 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:52.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:51.294782+0000 mon.c (mon.1) 4642 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:52.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:51.297787+0000 mon.c (mon.1) 4643 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:52.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:51.300849+0000 mon.c (mon.1) 4644 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:52.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:51.301879+0000 mon.c (mon.1) 4645 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:52.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:51.309155+0000 mon.a (mon.0) 1926 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:52.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:51.399503+0000 mon.c (mon.1) 4646 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:52.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:51.403352+0000 mon.c (mon.1) 4647 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:52.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:51.406982+0000 mon.c (mon.1) 4648 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:52.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:51.408325+0000 mon.c (mon.1) 4649 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:52.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:51.418405+0000 mon.a (mon.0) 1927 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:52.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:51.496589+0000 mon.c (mon.1) 4650 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:52.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:51.499496+0000 mon.c (mon.1) 4651 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:52.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:51.502613+0000 mon.c (mon.1) 4652 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:52.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:51.503475+0000 mon.c (mon.1) 4653 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:52.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:51.511158+0000 mon.a (mon.0) 1928 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:52.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:51.601462+0000 mon.c (mon.1) 4654 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:52.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:51.605732+0000 mon.c (mon.1) 4655 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:52.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:51.609513+0000 mon.c (mon.1) 4656 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:52.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:51.610862+0000 mon.c (mon.1) 4657 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:52.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:51.623385+0000 mon.a (mon.0) 1929 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:52.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:51.698358+0000 mon.c (mon.1) 4658 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:52.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:51.702188+0000 mon.c (mon.1) 4659 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:52.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:51.705289+0000 mon.c (mon.1) 4660 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:52.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:51 smithi117 bash[62284]: audit 2024-03-30T04:48:51.706450+0000 mon.c (mon.1) 4661 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:52.875 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: cluster 2024-03-30T04:48:50.812274+0000 mgr.y (mgr.25441) 4389 : cluster [DBG] pgmap v2908: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 705 KiB/s rd, 0 B/s wr, 1.11k op/s 2024-03-30T04:48:52.875 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: cluster 2024-03-30T04:48:50.812529+0000 mgr.y (mgr.25441) 4390 : cluster [DBG] pgmap v2909: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 705 KiB/s rd, 0 B/s wr, 1.11k op/s 2024-03-30T04:48:52.875 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: cephadm 2024-03-30T04:48:50.818692+0000 mgr.y (mgr.25441) 4391 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:52.875 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: cluster 2024-03-30T04:48:50.899595+0000 mgr.y (mgr.25441) 4392 : cluster [DBG] pgmap v2910: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 624 KiB/s rd, 0 B/s wr, 984 op/s 2024-03-30T04:48:52.875 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: cluster 2024-03-30T04:48:50.899856+0000 mgr.y (mgr.25441) 4393 : cluster [DBG] pgmap v2911: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 624 KiB/s rd, 0 B/s wr, 984 op/s 2024-03-30T04:48:52.875 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: cephadm 2024-03-30T04:48:50.906762+0000 mgr.y (mgr.25441) 4394 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:52.875 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: cluster 2024-03-30T04:48:50.989644+0000 mgr.y (mgr.25441) 4395 : cluster [DBG] pgmap v2912: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:52.875 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: cluster 2024-03-30T04:48:50.989865+0000 mgr.y (mgr.25441) 4396 : cluster [DBG] pgmap v2913: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:52.875 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: cephadm 2024-03-30T04:48:50.998441+0000 mgr.y (mgr.25441) 4397 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:52.876 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: cluster 2024-03-30T04:48:51.100503+0000 mgr.y (mgr.25441) 4398 : cluster [DBG] pgmap v2914: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:52.876 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: cluster 2024-03-30T04:48:51.101134+0000 mgr.y (mgr.25441) 4399 : cluster [DBG] pgmap v2915: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:52.876 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: cephadm 2024-03-30T04:48:51.111693+0000 mgr.y (mgr.25441) 4400 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:52.876 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: cluster 2024-03-30T04:48:51.212679+0000 mgr.y (mgr.25441) 4401 : cluster [DBG] pgmap v2916: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 499 KiB/s rd, 0 B/s wr, 780 op/s 2024-03-30T04:48:52.876 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: cluster 2024-03-30T04:48:51.212894+0000 mgr.y (mgr.25441) 4402 : cluster [DBG] pgmap v2917: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 498 KiB/s rd, 0 B/s wr, 779 op/s 2024-03-30T04:48:52.876 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: cephadm 2024-03-30T04:48:51.220150+0000 mgr.y (mgr.25441) 4403 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:52.876 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: cluster 2024-03-30T04:48:51.303822+0000 mgr.y (mgr.25441) 4404 : cluster [DBG] pgmap v2918: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 497 KiB/s rd, 0 B/s wr, 777 op/s 2024-03-30T04:48:52.876 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: cluster 2024-03-30T04:48:51.304381+0000 mgr.y (mgr.25441) 4405 : cluster [DBG] pgmap v2919: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 496 KiB/s rd, 0 B/s wr, 776 op/s 2024-03-30T04:48:52.876 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: cephadm 2024-03-30T04:48:51.310868+0000 mgr.y (mgr.25441) 4406 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:52.876 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: cluster 2024-03-30T04:48:51.411186+0000 mgr.y (mgr.25441) 4407 : cluster [DBG] pgmap v2920: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 502 KiB/s rd, 0 B/s wr, 785 op/s 2024-03-30T04:48:52.876 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: cephadm 2024-03-30T04:48:51.420180+0000 mgr.y (mgr.25441) 4408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:52.876 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: cluster 2024-03-30T04:48:51.505458+0000 mgr.y (mgr.25441) 4409 : cluster [DBG] pgmap v2921: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 386 KiB/s rd, 0 B/s wr, 603 op/s 2024-03-30T04:48:52.876 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: cluster 2024-03-30T04:48:51.506129+0000 mgr.y (mgr.25441) 4410 : cluster [DBG] pgmap v2922: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:52.876 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:51.506747+0000 mgr.y (mgr.25441) 4411 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:52.876 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: cephadm 2024-03-30T04:48:51.512629+0000 mgr.y (mgr.25441) 4412 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:52.877 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: cluster 2024-03-30T04:48:51.613895+0000 mgr.y (mgr.25441) 4413 : cluster [DBG] pgmap v2923: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:52.877 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: cluster 2024-03-30T04:48:51.614454+0000 mgr.y (mgr.25441) 4414 : cluster [DBG] pgmap v2924: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:52.877 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: cephadm 2024-03-30T04:48:51.626050+0000 mgr.y (mgr.25441) 4415 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:52.877 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: cluster 2024-03-30T04:48:51.708596+0000 mgr.y (mgr.25441) 4416 : cluster [DBG] pgmap v2925: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 436 KiB/s rd, 0 B/s wr, 688 op/s 2024-03-30T04:48:52.877 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: cluster 2024-03-30T04:48:51.709127+0000 mgr.y (mgr.25441) 4417 : cluster [DBG] pgmap v2926: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 591 KiB/s rd, 0 B/s wr, 932 op/s 2024-03-30T04:48:52.877 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:51.716571+0000 mon.a (mon.0) 1930 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:52.877 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: cephadm 2024-03-30T04:48:51.718483+0000 mgr.y (mgr.25441) 4418 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:52.877 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:51.782368+0000 mon.c (mon.1) 4662 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:52.877 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:51.784778+0000 mon.c (mon.1) 4663 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:52.877 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:51.787012+0000 mon.c (mon.1) 4664 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:52.877 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:51.787979+0000 mon.c (mon.1) 4665 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:52.877 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: cluster 2024-03-30T04:48:51.789624+0000 mgr.y (mgr.25441) 4419 : cluster [DBG] pgmap v2927: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 637 KiB/s rd, 0 B/s wr, 995 op/s 2024-03-30T04:48:52.877 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: cluster 2024-03-30T04:48:51.789932+0000 mgr.y (mgr.25441) 4420 : cluster [DBG] pgmap v2928: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 637 KiB/s rd, 0 B/s wr, 996 op/s 2024-03-30T04:48:52.877 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:51.795603+0000 mon.a (mon.0) 1931 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:52.878 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: cephadm 2024-03-30T04:48:51.796390+0000 mgr.y (mgr.25441) 4421 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:52.878 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:51.842078+0000 mon.c (mon.1) 4666 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:52.878 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:51.844368+0000 mon.c (mon.1) 4667 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:52.878 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:51.846409+0000 mon.c (mon.1) 4668 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:52.879 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:51.847929+0000 mon.c (mon.1) 4669 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:52.879 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:51.854478+0000 mon.a (mon.0) 1932 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:52.879 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:51.895986+0000 mon.c (mon.1) 4670 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:52.879 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:51.897897+0000 mon.c (mon.1) 4671 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:52.879 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:51.899799+0000 mon.c (mon.1) 4672 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:52.879 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:51.900504+0000 mon.c (mon.1) 4673 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:52.879 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:51.906816+0000 mon.a (mon.0) 1933 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:52.879 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:51.948176+0000 mon.c (mon.1) 4674 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:52.879 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:51.950443+0000 mon.c (mon.1) 4675 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:52.879 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:51.952629+0000 mon.c (mon.1) 4676 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:52.879 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:51.953435+0000 mon.c (mon.1) 4677 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:52.879 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:51.960258+0000 mon.a (mon.0) 1934 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:52.879 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.018774+0000 mon.c (mon.1) 4678 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:52.879 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.020776+0000 mon.c (mon.1) 4679 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:52.879 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.022687+0000 mon.c (mon.1) 4680 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:52.879 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.023420+0000 mon.c (mon.1) 4681 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:52.880 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.029959+0000 mon.a (mon.0) 1935 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:52.880 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.071236+0000 mon.c (mon.1) 4682 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:52.880 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.073458+0000 mon.c (mon.1) 4683 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:52.880 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.075963+0000 mon.c (mon.1) 4684 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:52.880 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.076670+0000 mon.c (mon.1) 4685 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:52.880 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.085018+0000 mon.a (mon.0) 1936 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:52.880 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.130030+0000 mon.c (mon.1) 4686 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:52.880 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.132415+0000 mon.c (mon.1) 4687 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:52.880 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.134567+0000 mon.c (mon.1) 4688 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:52.880 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.135263+0000 mon.c (mon.1) 4689 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:52.880 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.141323+0000 mon.a (mon.0) 1937 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:52.880 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.186537+0000 mon.c (mon.1) 4690 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:52.880 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.189027+0000 mon.c (mon.1) 4691 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:52.880 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.191122+0000 mon.c (mon.1) 4692 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:52.880 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.191871+0000 mon.c (mon.1) 4693 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:52.881 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.199421+0000 mon.a (mon.0) 1938 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:52.881 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.244770+0000 mon.c (mon.1) 4694 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:52.881 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.247003+0000 mon.c (mon.1) 4695 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:52.881 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.249007+0000 mon.c (mon.1) 4696 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:52.881 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.249718+0000 mon.c (mon.1) 4697 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:52.881 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.256353+0000 mon.a (mon.0) 1939 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:52.881 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.315317+0000 mon.c (mon.1) 4698 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:52.881 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.318166+0000 mon.c (mon.1) 4699 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:52.881 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.321654+0000 mon.c (mon.1) 4700 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:52.881 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.322993+0000 mon.c (mon.1) 4701 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:52.881 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.330399+0000 mon.a (mon.0) 1940 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:52.881 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.392295+0000 mon.c (mon.1) 4702 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:52.881 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.395259+0000 mon.c (mon.1) 4703 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:52.881 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.398082+0000 mon.c (mon.1) 4704 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:52.881 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.398973+0000 mon.c (mon.1) 4705 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:52.882 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.408162+0000 mon.a (mon.0) 1941 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:52.882 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.496331+0000 mon.c (mon.1) 4706 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:52.882 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.500607+0000 mon.c (mon.1) 4707 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:52.882 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.504344+0000 mon.c (mon.1) 4708 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:52.882 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.505673+0000 mon.c (mon.1) 4709 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:52.882 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.520341+0000 mon.a (mon.0) 1942 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:52.882 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.610806+0000 mon.c (mon.1) 4710 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:52.882 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.615259+0000 mon.c (mon.1) 4711 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:52.882 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.619464+0000 mon.c (mon.1) 4712 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:52.882 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.620864+0000 mon.c (mon.1) 4713 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:52.882 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.634683+0000 mon.a (mon.0) 1943 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:52.882 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:52 smithi117 bash[62284]: audit 2024-03-30T04:48:52.725207+0000 mon.c (mon.1) 4714 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:53.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: cluster 2024-03-30T04:48:50.812274+0000 mgr.y (mgr.25441) 4389 : cluster [DBG] pgmap v2908: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 705 KiB/s rd, 0 B/s wr, 1.11k op/s 2024-03-30T04:48:53.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: cluster 2024-03-30T04:48:50.812529+0000 mgr.y (mgr.25441) 4390 : cluster [DBG] pgmap v2909: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 705 KiB/s rd, 0 B/s wr, 1.11k op/s 2024-03-30T04:48:53.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: cephadm 2024-03-30T04:48:50.818692+0000 mgr.y (mgr.25441) 4391 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:53.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: cluster 2024-03-30T04:48:50.899595+0000 mgr.y (mgr.25441) 4392 : cluster [DBG] pgmap v2910: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 624 KiB/s rd, 0 B/s wr, 984 op/s 2024-03-30T04:48:53.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: cluster 2024-03-30T04:48:50.899856+0000 mgr.y (mgr.25441) 4393 : cluster [DBG] pgmap v2911: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 624 KiB/s rd, 0 B/s wr, 984 op/s 2024-03-30T04:48:53.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: cephadm 2024-03-30T04:48:50.906762+0000 mgr.y (mgr.25441) 4394 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:53.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: cluster 2024-03-30T04:48:50.989644+0000 mgr.y (mgr.25441) 4395 : cluster [DBG] pgmap v2912: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:53.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: cluster 2024-03-30T04:48:50.989865+0000 mgr.y (mgr.25441) 4396 : cluster [DBG] pgmap v2913: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:53.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: cephadm 2024-03-30T04:48:50.998441+0000 mgr.y (mgr.25441) 4397 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:53.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: cluster 2024-03-30T04:48:51.100503+0000 mgr.y (mgr.25441) 4398 : cluster [DBG] pgmap v2914: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:53.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: cluster 2024-03-30T04:48:51.101134+0000 mgr.y (mgr.25441) 4399 : cluster [DBG] pgmap v2915: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:53.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: cephadm 2024-03-30T04:48:51.111693+0000 mgr.y (mgr.25441) 4400 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:53.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: cluster 2024-03-30T04:48:51.212679+0000 mgr.y (mgr.25441) 4401 : cluster [DBG] pgmap v2916: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 499 KiB/s rd, 0 B/s wr, 780 op/s 2024-03-30T04:48:53.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: cluster 2024-03-30T04:48:51.212894+0000 mgr.y (mgr.25441) 4402 : cluster [DBG] pgmap v2917: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 498 KiB/s rd, 0 B/s wr, 779 op/s 2024-03-30T04:48:53.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: cephadm 2024-03-30T04:48:51.220150+0000 mgr.y (mgr.25441) 4403 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:53.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: cluster 2024-03-30T04:48:51.303822+0000 mgr.y (mgr.25441) 4404 : cluster [DBG] pgmap v2918: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 497 KiB/s rd, 0 B/s wr, 777 op/s 2024-03-30T04:48:53.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: cluster 2024-03-30T04:48:51.304381+0000 mgr.y (mgr.25441) 4405 : cluster [DBG] pgmap v2919: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 496 KiB/s rd, 0 B/s wr, 776 op/s 2024-03-30T04:48:53.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: cephadm 2024-03-30T04:48:51.310868+0000 mgr.y (mgr.25441) 4406 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:53.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: cluster 2024-03-30T04:48:51.411186+0000 mgr.y (mgr.25441) 4407 : cluster [DBG] pgmap v2920: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 502 KiB/s rd, 0 B/s wr, 785 op/s 2024-03-30T04:48:53.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: cephadm 2024-03-30T04:48:51.420180+0000 mgr.y (mgr.25441) 4408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:53.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: cluster 2024-03-30T04:48:51.505458+0000 mgr.y (mgr.25441) 4409 : cluster [DBG] pgmap v2921: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 386 KiB/s rd, 0 B/s wr, 603 op/s 2024-03-30T04:48:53.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: cluster 2024-03-30T04:48:51.506129+0000 mgr.y (mgr.25441) 4410 : cluster [DBG] pgmap v2922: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:53.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:51.506747+0000 mgr.y (mgr.25441) 4411 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:53.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: cephadm 2024-03-30T04:48:51.512629+0000 mgr.y (mgr.25441) 4412 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:53.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: cluster 2024-03-30T04:48:51.613895+0000 mgr.y (mgr.25441) 4413 : cluster [DBG] pgmap v2923: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:53.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: cluster 2024-03-30T04:48:51.614454+0000 mgr.y (mgr.25441) 4414 : cluster [DBG] pgmap v2924: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:53.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: cephadm 2024-03-30T04:48:51.626050+0000 mgr.y (mgr.25441) 4415 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:53.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: cluster 2024-03-30T04:48:51.708596+0000 mgr.y (mgr.25441) 4416 : cluster [DBG] pgmap v2925: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 436 KiB/s rd, 0 B/s wr, 688 op/s 2024-03-30T04:48:53.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: cluster 2024-03-30T04:48:51.709127+0000 mgr.y (mgr.25441) 4417 : cluster [DBG] pgmap v2926: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 591 KiB/s rd, 0 B/s wr, 932 op/s 2024-03-30T04:48:53.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:51.716571+0000 mon.a (mon.0) 1930 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:53.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: cephadm 2024-03-30T04:48:51.718483+0000 mgr.y (mgr.25441) 4418 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:53.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:51.782368+0000 mon.c (mon.1) 4662 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:53.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:51.784778+0000 mon.c (mon.1) 4663 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:51.787012+0000 mon.c (mon.1) 4664 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:53.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:51.787979+0000 mon.c (mon.1) 4665 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:53.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: cluster 2024-03-30T04:48:51.789624+0000 mgr.y (mgr.25441) 4419 : cluster [DBG] pgmap v2927: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 637 KiB/s rd, 0 B/s wr, 995 op/s 2024-03-30T04:48:53.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: cluster 2024-03-30T04:48:51.789932+0000 mgr.y (mgr.25441) 4420 : cluster [DBG] pgmap v2928: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 637 KiB/s rd, 0 B/s wr, 996 op/s 2024-03-30T04:48:53.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:51.795603+0000 mon.a (mon.0) 1931 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:53.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: cephadm 2024-03-30T04:48:51.796390+0000 mgr.y (mgr.25441) 4421 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:53.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:51.842078+0000 mon.c (mon.1) 4666 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:53.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:51.844368+0000 mon.c (mon.1) 4667 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:51.846409+0000 mon.c (mon.1) 4668 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:53.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:51.847929+0000 mon.c (mon.1) 4669 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:53.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:51.854478+0000 mon.a (mon.0) 1932 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:53.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:51.895986+0000 mon.c (mon.1) 4670 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:53.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:51.897897+0000 mon.c (mon.1) 4671 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:51.899799+0000 mon.c (mon.1) 4672 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:53.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:51.900504+0000 mon.c (mon.1) 4673 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:53.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:51.906816+0000 mon.a (mon.0) 1933 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:53.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:51.948176+0000 mon.c (mon.1) 4674 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:53.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:51.950443+0000 mon.c (mon.1) 4675 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:51.952629+0000 mon.c (mon.1) 4676 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:53.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:51.953435+0000 mon.c (mon.1) 4677 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:53.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:51.960258+0000 mon.a (mon.0) 1934 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:53.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.018774+0000 mon.c (mon.1) 4678 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:53.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.020776+0000 mon.c (mon.1) 4679 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.022687+0000 mon.c (mon.1) 4680 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:53.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.023420+0000 mon.c (mon.1) 4681 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:53.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.029959+0000 mon.a (mon.0) 1935 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:53.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.071236+0000 mon.c (mon.1) 4682 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:53.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.073458+0000 mon.c (mon.1) 4683 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.075963+0000 mon.c (mon.1) 4684 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:53.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.076670+0000 mon.c (mon.1) 4685 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:53.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.085018+0000 mon.a (mon.0) 1936 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:53.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.130030+0000 mon.c (mon.1) 4686 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:53.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.132415+0000 mon.c (mon.1) 4687 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.134567+0000 mon.c (mon.1) 4688 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:53.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.135263+0000 mon.c (mon.1) 4689 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:53.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.141323+0000 mon.a (mon.0) 1937 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:53.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.186537+0000 mon.c (mon.1) 4690 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:53.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.189027+0000 mon.c (mon.1) 4691 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.191122+0000 mon.c (mon.1) 4692 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:53.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.191871+0000 mon.c (mon.1) 4693 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:53.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.199421+0000 mon.a (mon.0) 1938 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:53.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.244770+0000 mon.c (mon.1) 4694 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:53.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.247003+0000 mon.c (mon.1) 4695 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.249007+0000 mon.c (mon.1) 4696 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:53.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: cluster 2024-03-30T04:48:50.812274+0000 mgr.y (mgr.25441) 4389 : cluster [DBG] pgmap v2908: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 705 KiB/s rd, 0 B/s wr, 1.11k op/s 2024-03-30T04:48:53.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: cluster 2024-03-30T04:48:50.812529+0000 mgr.y (mgr.25441) 4390 : cluster [DBG] pgmap v2909: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 705 KiB/s rd, 0 B/s wr, 1.11k op/s 2024-03-30T04:48:53.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: cephadm 2024-03-30T04:48:50.818692+0000 mgr.y (mgr.25441) 4391 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:53.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: cluster 2024-03-30T04:48:50.899595+0000 mgr.y (mgr.25441) 4392 : cluster [DBG] pgmap v2910: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 624 KiB/s rd, 0 B/s wr, 984 op/s 2024-03-30T04:48:53.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: cluster 2024-03-30T04:48:50.899856+0000 mgr.y (mgr.25441) 4393 : cluster [DBG] pgmap v2911: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 624 KiB/s rd, 0 B/s wr, 984 op/s 2024-03-30T04:48:53.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: cephadm 2024-03-30T04:48:50.906762+0000 mgr.y (mgr.25441) 4394 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:53.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: cluster 2024-03-30T04:48:50.989644+0000 mgr.y (mgr.25441) 4395 : cluster [DBG] pgmap v2912: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:53.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: cluster 2024-03-30T04:48:50.989865+0000 mgr.y (mgr.25441) 4396 : cluster [DBG] pgmap v2913: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:53.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: cephadm 2024-03-30T04:48:50.998441+0000 mgr.y (mgr.25441) 4397 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:53.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: cluster 2024-03-30T04:48:51.100503+0000 mgr.y (mgr.25441) 4398 : cluster [DBG] pgmap v2914: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:53.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: cluster 2024-03-30T04:48:51.101134+0000 mgr.y (mgr.25441) 4399 : cluster [DBG] pgmap v2915: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:53.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: cephadm 2024-03-30T04:48:51.111693+0000 mgr.y (mgr.25441) 4400 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:53.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: cluster 2024-03-30T04:48:51.212679+0000 mgr.y (mgr.25441) 4401 : cluster [DBG] pgmap v2916: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 499 KiB/s rd, 0 B/s wr, 780 op/s 2024-03-30T04:48:53.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: cluster 2024-03-30T04:48:51.212894+0000 mgr.y (mgr.25441) 4402 : cluster [DBG] pgmap v2917: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 498 KiB/s rd, 0 B/s wr, 779 op/s 2024-03-30T04:48:53.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: cephadm 2024-03-30T04:48:51.220150+0000 mgr.y (mgr.25441) 4403 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:53.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: cluster 2024-03-30T04:48:51.303822+0000 mgr.y (mgr.25441) 4404 : cluster [DBG] pgmap v2918: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 497 KiB/s rd, 0 B/s wr, 777 op/s 2024-03-30T04:48:53.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: cluster 2024-03-30T04:48:51.304381+0000 mgr.y (mgr.25441) 4405 : cluster [DBG] pgmap v2919: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 496 KiB/s rd, 0 B/s wr, 776 op/s 2024-03-30T04:48:53.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: cephadm 2024-03-30T04:48:51.310868+0000 mgr.y (mgr.25441) 4406 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:53.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.249718+0000 mon.c (mon.1) 4697 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:53.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.256353+0000 mon.a (mon.0) 1939 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:53.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.315317+0000 mon.c (mon.1) 4698 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:53.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.318166+0000 mon.c (mon.1) 4699 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.321654+0000 mon.c (mon.1) 4700 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:53.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.322993+0000 mon.c (mon.1) 4701 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:53.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.330399+0000 mon.a (mon.0) 1940 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:53.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.392295+0000 mon.c (mon.1) 4702 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:53.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.395259+0000 mon.c (mon.1) 4703 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.398082+0000 mon.c (mon.1) 4704 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:53.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.398973+0000 mon.c (mon.1) 4705 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:53.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.408162+0000 mon.a (mon.0) 1941 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:53.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.496331+0000 mon.c (mon.1) 4706 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:53.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.500607+0000 mon.c (mon.1) 4707 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.504344+0000 mon.c (mon.1) 4708 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:53.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.505673+0000 mon.c (mon.1) 4709 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:53.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.520341+0000 mon.a (mon.0) 1942 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:53.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.610806+0000 mon.c (mon.1) 4710 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:53.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.615259+0000 mon.c (mon.1) 4711 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.619464+0000 mon.c (mon.1) 4712 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:53.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.620864+0000 mon.c (mon.1) 4713 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:53.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.634683+0000 mon.a (mon.0) 1943 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:53.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[70954]: audit 2024-03-30T04:48:52.725207+0000 mon.c (mon.1) 4714 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:53.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: cluster 2024-03-30T04:48:51.411186+0000 mgr.y (mgr.25441) 4407 : cluster [DBG] pgmap v2920: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 502 KiB/s rd, 0 B/s wr, 785 op/s 2024-03-30T04:48:53.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: cephadm 2024-03-30T04:48:51.420180+0000 mgr.y (mgr.25441) 4408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:53.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: cluster 2024-03-30T04:48:51.505458+0000 mgr.y (mgr.25441) 4409 : cluster [DBG] pgmap v2921: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 386 KiB/s rd, 0 B/s wr, 603 op/s 2024-03-30T04:48:53.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: cluster 2024-03-30T04:48:51.506129+0000 mgr.y (mgr.25441) 4410 : cluster [DBG] pgmap v2922: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:53.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:51.506747+0000 mgr.y (mgr.25441) 4411 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:53.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: cephadm 2024-03-30T04:48:51.512629+0000 mgr.y (mgr.25441) 4412 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:53.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: cluster 2024-03-30T04:48:51.613895+0000 mgr.y (mgr.25441) 4413 : cluster [DBG] pgmap v2923: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:53.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: cluster 2024-03-30T04:48:51.614454+0000 mgr.y (mgr.25441) 4414 : cluster [DBG] pgmap v2924: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:53.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: cephadm 2024-03-30T04:48:51.626050+0000 mgr.y (mgr.25441) 4415 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:53.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: cluster 2024-03-30T04:48:51.708596+0000 mgr.y (mgr.25441) 4416 : cluster [DBG] pgmap v2925: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 436 KiB/s rd, 0 B/s wr, 688 op/s 2024-03-30T04:48:53.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: cluster 2024-03-30T04:48:51.709127+0000 mgr.y (mgr.25441) 4417 : cluster [DBG] pgmap v2926: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 591 KiB/s rd, 0 B/s wr, 932 op/s 2024-03-30T04:48:53.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:51.716571+0000 mon.a (mon.0) 1930 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:53.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: cephadm 2024-03-30T04:48:51.718483+0000 mgr.y (mgr.25441) 4418 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:53.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:51.782368+0000 mon.c (mon.1) 4662 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:53.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:51.784778+0000 mon.c (mon.1) 4663 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:51.787012+0000 mon.c (mon.1) 4664 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:53.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:51.787979+0000 mon.c (mon.1) 4665 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:53.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: cluster 2024-03-30T04:48:51.789624+0000 mgr.y (mgr.25441) 4419 : cluster [DBG] pgmap v2927: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 637 KiB/s rd, 0 B/s wr, 995 op/s 2024-03-30T04:48:53.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: cluster 2024-03-30T04:48:51.789932+0000 mgr.y (mgr.25441) 4420 : cluster [DBG] pgmap v2928: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 637 KiB/s rd, 0 B/s wr, 996 op/s 2024-03-30T04:48:53.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:51.795603+0000 mon.a (mon.0) 1931 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:53.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: cephadm 2024-03-30T04:48:51.796390+0000 mgr.y (mgr.25441) 4421 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:53.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:51.842078+0000 mon.c (mon.1) 4666 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:53.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:51.844368+0000 mon.c (mon.1) 4667 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:51.846409+0000 mon.c (mon.1) 4668 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:53.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:51.847929+0000 mon.c (mon.1) 4669 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:53.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:51.854478+0000 mon.a (mon.0) 1932 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:53.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:51.895986+0000 mon.c (mon.1) 4670 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:53.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:51.897897+0000 mon.c (mon.1) 4671 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:51.899799+0000 mon.c (mon.1) 4672 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:53.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:51.900504+0000 mon.c (mon.1) 4673 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:53.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:51.906816+0000 mon.a (mon.0) 1933 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:53.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:51.948176+0000 mon.c (mon.1) 4674 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:53.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:51.950443+0000 mon.c (mon.1) 4675 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:51.952629+0000 mon.c (mon.1) 4676 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:53.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:51.953435+0000 mon.c (mon.1) 4677 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:53.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:51.960258+0000 mon.a (mon.0) 1934 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:53.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.018774+0000 mon.c (mon.1) 4678 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:53.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.020776+0000 mon.c (mon.1) 4679 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.022687+0000 mon.c (mon.1) 4680 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:53.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.023420+0000 mon.c (mon.1) 4681 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:53.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.029959+0000 mon.a (mon.0) 1935 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:53.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.071236+0000 mon.c (mon.1) 4682 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:53.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.073458+0000 mon.c (mon.1) 4683 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.075963+0000 mon.c (mon.1) 4684 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:53.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.076670+0000 mon.c (mon.1) 4685 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:53.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.085018+0000 mon.a (mon.0) 1936 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:53.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.130030+0000 mon.c (mon.1) 4686 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:53.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.132415+0000 mon.c (mon.1) 4687 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.134567+0000 mon.c (mon.1) 4688 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:53.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.135263+0000 mon.c (mon.1) 4689 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:53.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.141323+0000 mon.a (mon.0) 1937 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:53.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.186537+0000 mon.c (mon.1) 4690 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:53.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.189027+0000 mon.c (mon.1) 4691 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.191122+0000 mon.c (mon.1) 4692 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:53.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.191871+0000 mon.c (mon.1) 4693 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:53.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.199421+0000 mon.a (mon.0) 1938 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:53.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.244770+0000 mon.c (mon.1) 4694 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:53.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.247003+0000 mon.c (mon.1) 4695 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.249007+0000 mon.c (mon.1) 4696 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:53.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.249718+0000 mon.c (mon.1) 4697 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:53.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.256353+0000 mon.a (mon.0) 1939 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:53.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.315317+0000 mon.c (mon.1) 4698 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:53.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.318166+0000 mon.c (mon.1) 4699 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.321654+0000 mon.c (mon.1) 4700 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:53.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.322993+0000 mon.c (mon.1) 4701 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:53.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.330399+0000 mon.a (mon.0) 1940 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:53.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.392295+0000 mon.c (mon.1) 4702 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:53.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.395259+0000 mon.c (mon.1) 4703 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.398082+0000 mon.c (mon.1) 4704 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:53.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.398973+0000 mon.c (mon.1) 4705 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:53.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.408162+0000 mon.a (mon.0) 1941 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:53.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.496331+0000 mon.c (mon.1) 4706 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:53.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.500607+0000 mon.c (mon.1) 4707 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.504344+0000 mon.c (mon.1) 4708 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:53.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.505673+0000 mon.c (mon.1) 4709 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:53.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.520341+0000 mon.a (mon.0) 1942 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:53.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.610806+0000 mon.c (mon.1) 4710 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:53.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.615259+0000 mon.c (mon.1) 4711 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.619464+0000 mon.c (mon.1) 4712 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:53.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.620864+0000 mon.c (mon.1) 4713 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:53.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.634683+0000 mon.a (mon.0) 1943 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:53.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:52 smithi111 bash[73591]: audit 2024-03-30T04:48:52.725207+0000 mon.c (mon.1) 4714 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:53.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: cluster 2024-03-30T04:48:51.849298+0000 mgr.y (mgr.25441) 4422 : cluster [DBG] pgmap v2929: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 768 KiB/s rd, 0 B/s wr, 1.20k op/s 2024-03-30T04:48:53.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: cluster 2024-03-30T04:48:51.849562+0000 mgr.y (mgr.25441) 4423 : cluster [DBG] pgmap v2930: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 769 KiB/s rd, 0 B/s wr, 1.20k op/s 2024-03-30T04:48:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: cephadm 2024-03-30T04:48:51.855262+0000 mgr.y (mgr.25441) 4424 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: cluster 2024-03-30T04:48:51.901800+0000 mgr.y (mgr.25441) 4425 : cluster [DBG] pgmap v2931: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 25 op/s 2024-03-30T04:48:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: cluster 2024-03-30T04:48:51.902048+0000 mgr.y (mgr.25441) 4426 : cluster [DBG] pgmap v2932: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 25 op/s 2024-03-30T04:48:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: cephadm 2024-03-30T04:48:51.907412+0000 mgr.y (mgr.25441) 4427 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: cluster 2024-03-30T04:48:51.954858+0000 mgr.y (mgr.25441) 4428 : cluster [DBG] pgmap v2933: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: cluster 2024-03-30T04:48:51.955200+0000 mgr.y (mgr.25441) 4429 : cluster [DBG] pgmap v2934: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: cephadm 2024-03-30T04:48:51.960843+0000 mgr.y (mgr.25441) 4430 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: cluster 2024-03-30T04:48:52.024713+0000 mgr.y (mgr.25441) 4431 : cluster [DBG] pgmap v2935: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: cluster 2024-03-30T04:48:52.025045+0000 mgr.y (mgr.25441) 4432 : cluster [DBG] pgmap v2936: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: cephadm 2024-03-30T04:48:52.030558+0000 mgr.y (mgr.25441) 4433 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: cluster 2024-03-30T04:48:52.078364+0000 mgr.y (mgr.25441) 4434 : cluster [DBG] pgmap v2937: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: cluster 2024-03-30T04:48:52.079056+0000 mgr.y (mgr.25441) 4435 : cluster [DBG] pgmap v2938: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: cephadm 2024-03-30T04:48:52.085739+0000 mgr.y (mgr.25441) 4436 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: cluster 2024-03-30T04:48:52.136654+0000 mgr.y (mgr.25441) 4437 : cluster [DBG] pgmap v2939: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: cluster 2024-03-30T04:48:52.136906+0000 mgr.y (mgr.25441) 4438 : cluster [DBG] pgmap v2940: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: cephadm 2024-03-30T04:48:52.142696+0000 mgr.y (mgr.25441) 4439 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: cluster 2024-03-30T04:48:52.193329+0000 mgr.y (mgr.25441) 4440 : cluster [DBG] pgmap v2941: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: cluster 2024-03-30T04:48:52.193645+0000 mgr.y (mgr.25441) 4441 : cluster [DBG] pgmap v2942: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: cephadm 2024-03-30T04:48:52.200149+0000 mgr.y (mgr.25441) 4442 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: cluster 2024-03-30T04:48:52.251120+0000 mgr.y (mgr.25441) 4443 : cluster [DBG] pgmap v2943: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: cluster 2024-03-30T04:48:52.251358+0000 mgr.y (mgr.25441) 4444 : cluster [DBG] pgmap v2944: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: cephadm 2024-03-30T04:48:52.257251+0000 mgr.y (mgr.25441) 4445 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: cluster 2024-03-30T04:48:52.325028+0000 mgr.y (mgr.25441) 4446 : cluster [DBG] pgmap v2945: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 691 KiB/s rd, 0 B/s wr, 1.10k op/s 2024-03-30T04:48:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: cluster 2024-03-30T04:48:52.325335+0000 mgr.y (mgr.25441) 4447 : cluster [DBG] pgmap v2946: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 690 KiB/s rd, 0 B/s wr, 1.10k op/s 2024-03-30T04:48:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: cephadm 2024-03-30T04:48:52.331156+0000 mgr.y (mgr.25441) 4448 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: cluster 2024-03-30T04:48:52.400820+0000 mgr.y (mgr.25441) 4449 : cluster [DBG] pgmap v2947: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 627 KiB/s rd, 0 B/s wr, 1.00k op/s 2024-03-30T04:48:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: cluster 2024-03-30T04:48:52.401437+0000 mgr.y (mgr.25441) 4450 : cluster [DBG] pgmap v2948: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 626 KiB/s rd, 0 B/s wr, 1.00k op/s 2024-03-30T04:48:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: cephadm 2024-03-30T04:48:52.408830+0000 mgr.y (mgr.25441) 4451 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: cluster 2024-03-30T04:48:52.508291+0000 mgr.y (mgr.25441) 4452 : cluster [DBG] pgmap v2949: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 506 KiB/s rd, 0 B/s wr, 809 op/s 2024-03-30T04:48:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: cluster 2024-03-30T04:48:52.508968+0000 mgr.y (mgr.25441) 4453 : cluster [DBG] pgmap v2950: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 505 KiB/s rd, 0 B/s wr, 808 op/s 2024-03-30T04:48:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: cephadm 2024-03-30T04:48:52.521511+0000 mgr.y (mgr.25441) 4454 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: cluster 2024-03-30T04:48:52.623735+0000 mgr.y (mgr.25441) 4455 : cluster [DBG] pgmap v2951: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 579 KiB/s rd, 3.3 KiB/s wr, 897 op/s 2024-03-30T04:48:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: cluster 2024-03-30T04:48:52.624246+0000 mgr.y (mgr.25441) 4456 : cluster [DBG] pgmap v2952: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 579 KiB/s rd, 3.3 KiB/s wr, 897 op/s 2024-03-30T04:48:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: cephadm 2024-03-30T04:48:52.635932+0000 mgr.y (mgr.25441) 4457 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:52.728322+0000 mon.c (mon.1) 4715 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:52.755726+0000 mon.c (mon.1) 4716 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:52.757709+0000 mon.c (mon.1) 4717 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: cluster 2024-03-30T04:48:52.760606+0000 mgr.y (mgr.25441) 4458 : cluster [DBG] pgmap v2953: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 481 KiB/s rd, 2.8 KiB/s wr, 744 op/s 2024-03-30T04:48:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: cluster 2024-03-30T04:48:52.761279+0000 mgr.y (mgr.25441) 4459 : cluster [DBG] pgmap v2954: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 481 KiB/s rd, 2.8 KiB/s wr, 744 op/s 2024-03-30T04:48:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:52.768755+0000 mon.a (mon.0) 1944 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: cephadm 2024-03-30T04:48:52.771474+0000 mgr.y (mgr.25441) 4460 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:52.845939+0000 mon.c (mon.1) 4718 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:52.848574+0000 mon.c (mon.1) 4719 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:52.851989+0000 mon.c (mon.1) 4720 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:52.852983+0000 mon.c (mon.1) 4721 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:52.864975+0000 mon.a (mon.0) 1945 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:52.940570+0000 mon.c (mon.1) 4722 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:52.942980+0000 mon.c (mon.1) 4723 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:52.945748+0000 mon.c (mon.1) 4724 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:52.946689+0000 mon.c (mon.1) 4725 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:52.957084+0000 mon.a (mon.0) 1946 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:53.045833+0000 mon.c (mon.1) 4726 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:53.050485+0000 mon.c (mon.1) 4727 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:53.054143+0000 mon.c (mon.1) 4728 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:53.055617+0000 mon.c (mon.1) 4729 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:53.065558+0000 mon.a (mon.0) 1947 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:53.156849+0000 mon.c (mon.1) 4730 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:53.160914+0000 mon.c (mon.1) 4731 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:53.165158+0000 mon.c (mon.1) 4732 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:53.166407+0000 mon.c (mon.1) 4733 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:53.176687+0000 mon.a (mon.0) 1948 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:53.268006+0000 mon.c (mon.1) 4734 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:53.272073+0000 mon.c (mon.1) 4735 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:53.276968+0000 mon.c (mon.1) 4736 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:53.278670+0000 mon.c (mon.1) 4737 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:53.292805+0000 mon.a (mon.0) 1949 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:53.374004+0000 mon.c (mon.1) 4738 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:53.376950+0000 mon.c (mon.1) 4739 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:53.379221+0000 mon.c (mon.1) 4740 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:53.380054+0000 mon.c (mon.1) 4741 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:53.388356+0000 mon.a (mon.0) 1950 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:53.466334+0000 mon.c (mon.1) 4742 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:53.468937+0000 mon.c (mon.1) 4743 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:53.472001+0000 mon.c (mon.1) 4744 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:53.472925+0000 mon.c (mon.1) 4745 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:53.480564+0000 mon.a (mon.0) 1951 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:53.557581+0000 mon.c (mon.1) 4746 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:53.559968+0000 mon.c (mon.1) 4747 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:53.562408+0000 mon.c (mon.1) 4748 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:53.563419+0000 mon.c (mon.1) 4749 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:53.575054+0000 mon.a (mon.0) 1952 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:53.655264+0000 mon.c (mon.1) 4750 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:53.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:53.657409+0000 mon.c (mon.1) 4751 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:53.660274+0000 mon.c (mon.1) 4752 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:53.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:53.661026+0000 mon.c (mon.1) 4753 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:53.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:53 smithi117 bash[62284]: audit 2024-03-30T04:48:53.671351+0000 mon.a (mon.0) 1953 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:54.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: cluster 2024-03-30T04:48:51.849298+0000 mgr.y (mgr.25441) 4422 : cluster [DBG] pgmap v2929: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 768 KiB/s rd, 0 B/s wr, 1.20k op/s 2024-03-30T04:48:54.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: cluster 2024-03-30T04:48:51.849562+0000 mgr.y (mgr.25441) 4423 : cluster [DBG] pgmap v2930: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 769 KiB/s rd, 0 B/s wr, 1.20k op/s 2024-03-30T04:48:54.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: cephadm 2024-03-30T04:48:51.855262+0000 mgr.y (mgr.25441) 4424 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:54.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: cluster 2024-03-30T04:48:51.901800+0000 mgr.y (mgr.25441) 4425 : cluster [DBG] pgmap v2931: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 25 op/s 2024-03-30T04:48:54.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: cluster 2024-03-30T04:48:51.902048+0000 mgr.y (mgr.25441) 4426 : cluster [DBG] pgmap v2932: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 25 op/s 2024-03-30T04:48:54.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: cephadm 2024-03-30T04:48:51.907412+0000 mgr.y (mgr.25441) 4427 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:54.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: cluster 2024-03-30T04:48:51.954858+0000 mgr.y (mgr.25441) 4428 : cluster [DBG] pgmap v2933: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:54.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: cluster 2024-03-30T04:48:51.955200+0000 mgr.y (mgr.25441) 4429 : cluster [DBG] pgmap v2934: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:54.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: cephadm 2024-03-30T04:48:51.960843+0000 mgr.y (mgr.25441) 4430 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:54.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: cluster 2024-03-30T04:48:52.024713+0000 mgr.y (mgr.25441) 4431 : cluster [DBG] pgmap v2935: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:54.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: cluster 2024-03-30T04:48:52.025045+0000 mgr.y (mgr.25441) 4432 : cluster [DBG] pgmap v2936: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:54.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: cephadm 2024-03-30T04:48:52.030558+0000 mgr.y (mgr.25441) 4433 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:54.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: cluster 2024-03-30T04:48:52.078364+0000 mgr.y (mgr.25441) 4434 : cluster [DBG] pgmap v2937: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:54.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: cluster 2024-03-30T04:48:52.079056+0000 mgr.y (mgr.25441) 4435 : cluster [DBG] pgmap v2938: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:54.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: cephadm 2024-03-30T04:48:52.085739+0000 mgr.y (mgr.25441) 4436 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:54.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: cluster 2024-03-30T04:48:52.136654+0000 mgr.y (mgr.25441) 4437 : cluster [DBG] pgmap v2939: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:54.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: cluster 2024-03-30T04:48:52.136906+0000 mgr.y (mgr.25441) 4438 : cluster [DBG] pgmap v2940: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:54.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: cephadm 2024-03-30T04:48:52.142696+0000 mgr.y (mgr.25441) 4439 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:54.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: cluster 2024-03-30T04:48:52.193329+0000 mgr.y (mgr.25441) 4440 : cluster [DBG] pgmap v2941: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:54.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: cluster 2024-03-30T04:48:52.193645+0000 mgr.y (mgr.25441) 4441 : cluster [DBG] pgmap v2942: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:54.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: cephadm 2024-03-30T04:48:52.200149+0000 mgr.y (mgr.25441) 4442 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:54.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: cluster 2024-03-30T04:48:52.251120+0000 mgr.y (mgr.25441) 4443 : cluster [DBG] pgmap v2943: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:54.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: cluster 2024-03-30T04:48:52.251358+0000 mgr.y (mgr.25441) 4444 : cluster [DBG] pgmap v2944: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:54.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: cephadm 2024-03-30T04:48:52.257251+0000 mgr.y (mgr.25441) 4445 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:54.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: cluster 2024-03-30T04:48:52.325028+0000 mgr.y (mgr.25441) 4446 : cluster [DBG] pgmap v2945: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 691 KiB/s rd, 0 B/s wr, 1.10k op/s 2024-03-30T04:48:54.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: cluster 2024-03-30T04:48:52.325335+0000 mgr.y (mgr.25441) 4447 : cluster [DBG] pgmap v2946: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 690 KiB/s rd, 0 B/s wr, 1.10k op/s 2024-03-30T04:48:54.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: cephadm 2024-03-30T04:48:52.331156+0000 mgr.y (mgr.25441) 4448 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:54.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: cluster 2024-03-30T04:48:52.400820+0000 mgr.y (mgr.25441) 4449 : cluster [DBG] pgmap v2947: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 627 KiB/s rd, 0 B/s wr, 1.00k op/s 2024-03-30T04:48:54.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: cluster 2024-03-30T04:48:52.401437+0000 mgr.y (mgr.25441) 4450 : cluster [DBG] pgmap v2948: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 626 KiB/s rd, 0 B/s wr, 1.00k op/s 2024-03-30T04:48:54.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: cephadm 2024-03-30T04:48:52.408830+0000 mgr.y (mgr.25441) 4451 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:54.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: cluster 2024-03-30T04:48:52.508291+0000 mgr.y (mgr.25441) 4452 : cluster [DBG] pgmap v2949: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 506 KiB/s rd, 0 B/s wr, 809 op/s 2024-03-30T04:48:54.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: cluster 2024-03-30T04:48:52.508968+0000 mgr.y (mgr.25441) 4453 : cluster [DBG] pgmap v2950: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 505 KiB/s rd, 0 B/s wr, 808 op/s 2024-03-30T04:48:54.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: cephadm 2024-03-30T04:48:52.521511+0000 mgr.y (mgr.25441) 4454 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:54.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: cluster 2024-03-30T04:48:52.623735+0000 mgr.y (mgr.25441) 4455 : cluster [DBG] pgmap v2951: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 579 KiB/s rd, 3.3 KiB/s wr, 897 op/s 2024-03-30T04:48:54.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: cluster 2024-03-30T04:48:52.624246+0000 mgr.y (mgr.25441) 4456 : cluster [DBG] pgmap v2952: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 579 KiB/s rd, 3.3 KiB/s wr, 897 op/s 2024-03-30T04:48:54.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: cephadm 2024-03-30T04:48:52.635932+0000 mgr.y (mgr.25441) 4457 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:54.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:52.728322+0000 mon.c (mon.1) 4715 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:54.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:52.755726+0000 mon.c (mon.1) 4716 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:54.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:52.757709+0000 mon.c (mon.1) 4717 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:54.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: cluster 2024-03-30T04:48:52.760606+0000 mgr.y (mgr.25441) 4458 : cluster [DBG] pgmap v2953: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 481 KiB/s rd, 2.8 KiB/s wr, 744 op/s 2024-03-30T04:48:54.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: cluster 2024-03-30T04:48:52.761279+0000 mgr.y (mgr.25441) 4459 : cluster [DBG] pgmap v2954: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 481 KiB/s rd, 2.8 KiB/s wr, 744 op/s 2024-03-30T04:48:54.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:52.768755+0000 mon.a (mon.0) 1944 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:54.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: cephadm 2024-03-30T04:48:52.771474+0000 mgr.y (mgr.25441) 4460 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:54.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:52.845939+0000 mon.c (mon.1) 4718 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:54.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:52.848574+0000 mon.c (mon.1) 4719 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:54.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:52.851989+0000 mon.c (mon.1) 4720 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:54.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:52.852983+0000 mon.c (mon.1) 4721 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:54.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:52.864975+0000 mon.a (mon.0) 1945 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:54.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:52.940570+0000 mon.c (mon.1) 4722 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:54.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:52.942980+0000 mon.c (mon.1) 4723 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:54.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:52.945748+0000 mon.c (mon.1) 4724 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:54.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:52.946689+0000 mon.c (mon.1) 4725 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:54.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:52.957084+0000 mon.a (mon.0) 1946 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:54.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:53.045833+0000 mon.c (mon.1) 4726 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:54.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:53.050485+0000 mon.c (mon.1) 4727 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:54.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:53.054143+0000 mon.c (mon.1) 4728 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:54.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:53.055617+0000 mon.c (mon.1) 4729 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:54.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:53.065558+0000 mon.a (mon.0) 1947 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:54.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: cluster 2024-03-30T04:48:51.849298+0000 mgr.y (mgr.25441) 4422 : cluster [DBG] pgmap v2929: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 768 KiB/s rd, 0 B/s wr, 1.20k op/s 2024-03-30T04:48:54.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: cluster 2024-03-30T04:48:51.849562+0000 mgr.y (mgr.25441) 4423 : cluster [DBG] pgmap v2930: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 769 KiB/s rd, 0 B/s wr, 1.20k op/s 2024-03-30T04:48:54.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: cephadm 2024-03-30T04:48:51.855262+0000 mgr.y (mgr.25441) 4424 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:54.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: cluster 2024-03-30T04:48:51.901800+0000 mgr.y (mgr.25441) 4425 : cluster [DBG] pgmap v2931: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 25 op/s 2024-03-30T04:48:54.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: cluster 2024-03-30T04:48:51.902048+0000 mgr.y (mgr.25441) 4426 : cluster [DBG] pgmap v2932: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 25 op/s 2024-03-30T04:48:54.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: cephadm 2024-03-30T04:48:51.907412+0000 mgr.y (mgr.25441) 4427 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:54.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: cluster 2024-03-30T04:48:51.954858+0000 mgr.y (mgr.25441) 4428 : cluster [DBG] pgmap v2933: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:54.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: cluster 2024-03-30T04:48:51.955200+0000 mgr.y (mgr.25441) 4429 : cluster [DBG] pgmap v2934: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:54.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: cephadm 2024-03-30T04:48:51.960843+0000 mgr.y (mgr.25441) 4430 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:54.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: cluster 2024-03-30T04:48:52.024713+0000 mgr.y (mgr.25441) 4431 : cluster [DBG] pgmap v2935: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:54.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: cluster 2024-03-30T04:48:52.025045+0000 mgr.y (mgr.25441) 4432 : cluster [DBG] pgmap v2936: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:54.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: cephadm 2024-03-30T04:48:52.030558+0000 mgr.y (mgr.25441) 4433 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:54.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: cluster 2024-03-30T04:48:52.078364+0000 mgr.y (mgr.25441) 4434 : cluster [DBG] pgmap v2937: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:54.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: cluster 2024-03-30T04:48:52.079056+0000 mgr.y (mgr.25441) 4435 : cluster [DBG] pgmap v2938: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:54.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: cephadm 2024-03-30T04:48:52.085739+0000 mgr.y (mgr.25441) 4436 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:54.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: cluster 2024-03-30T04:48:52.136654+0000 mgr.y (mgr.25441) 4437 : cluster [DBG] pgmap v2939: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:54.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: cluster 2024-03-30T04:48:52.136906+0000 mgr.y (mgr.25441) 4438 : cluster [DBG] pgmap v2940: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:54.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: cephadm 2024-03-30T04:48:52.142696+0000 mgr.y (mgr.25441) 4439 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:54.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: cluster 2024-03-30T04:48:52.193329+0000 mgr.y (mgr.25441) 4440 : cluster [DBG] pgmap v2941: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:54.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:53.156849+0000 mon.c (mon.1) 4730 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:54.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:53.160914+0000 mon.c (mon.1) 4731 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:54.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:53.165158+0000 mon.c (mon.1) 4732 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:54.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:53.166407+0000 mon.c (mon.1) 4733 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:54.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:53.176687+0000 mon.a (mon.0) 1948 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:54.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:53.268006+0000 mon.c (mon.1) 4734 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:54.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:53.272073+0000 mon.c (mon.1) 4735 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:54.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:53.276968+0000 mon.c (mon.1) 4736 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:54.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:53.278670+0000 mon.c (mon.1) 4737 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:54.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:53.292805+0000 mon.a (mon.0) 1949 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:54.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:53.374004+0000 mon.c (mon.1) 4738 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:54.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:53.376950+0000 mon.c (mon.1) 4739 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:54.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:53.379221+0000 mon.c (mon.1) 4740 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:54.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:53.380054+0000 mon.c (mon.1) 4741 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:54.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:53.388356+0000 mon.a (mon.0) 1950 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:54.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:53.466334+0000 mon.c (mon.1) 4742 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:54.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:53.468937+0000 mon.c (mon.1) 4743 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:54.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:53.472001+0000 mon.c (mon.1) 4744 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:54.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:53.472925+0000 mon.c (mon.1) 4745 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:54.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:53.480564+0000 mon.a (mon.0) 1951 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:54.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:53.557581+0000 mon.c (mon.1) 4746 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:54.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:53.559968+0000 mon.c (mon.1) 4747 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:54.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:53.562408+0000 mon.c (mon.1) 4748 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:54.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:53.563419+0000 mon.c (mon.1) 4749 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:54.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:53.575054+0000 mon.a (mon.0) 1952 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:54.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:53.655264+0000 mon.c (mon.1) 4750 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:54.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:53.657409+0000 mon.c (mon.1) 4751 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:54.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:53.660274+0000 mon.c (mon.1) 4752 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:54.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:53.661026+0000 mon.c (mon.1) 4753 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:54.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[70954]: audit 2024-03-30T04:48:53.671351+0000 mon.a (mon.0) 1953 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:54.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: cluster 2024-03-30T04:48:52.193645+0000 mgr.y (mgr.25441) 4441 : cluster [DBG] pgmap v2942: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:54.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: cephadm 2024-03-30T04:48:52.200149+0000 mgr.y (mgr.25441) 4442 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:54.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: cluster 2024-03-30T04:48:52.251120+0000 mgr.y (mgr.25441) 4443 : cluster [DBG] pgmap v2943: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:54.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: cluster 2024-03-30T04:48:52.251358+0000 mgr.y (mgr.25441) 4444 : cluster [DBG] pgmap v2944: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:54.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: cephadm 2024-03-30T04:48:52.257251+0000 mgr.y (mgr.25441) 4445 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:54.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: cluster 2024-03-30T04:48:52.325028+0000 mgr.y (mgr.25441) 4446 : cluster [DBG] pgmap v2945: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 691 KiB/s rd, 0 B/s wr, 1.10k op/s 2024-03-30T04:48:54.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: cluster 2024-03-30T04:48:52.325335+0000 mgr.y (mgr.25441) 4447 : cluster [DBG] pgmap v2946: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 690 KiB/s rd, 0 B/s wr, 1.10k op/s 2024-03-30T04:48:54.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: cephadm 2024-03-30T04:48:52.331156+0000 mgr.y (mgr.25441) 4448 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:54.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: cluster 2024-03-30T04:48:52.400820+0000 mgr.y (mgr.25441) 4449 : cluster [DBG] pgmap v2947: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 627 KiB/s rd, 0 B/s wr, 1.00k op/s 2024-03-30T04:48:54.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: cluster 2024-03-30T04:48:52.401437+0000 mgr.y (mgr.25441) 4450 : cluster [DBG] pgmap v2948: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 626 KiB/s rd, 0 B/s wr, 1.00k op/s 2024-03-30T04:48:54.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: cephadm 2024-03-30T04:48:52.408830+0000 mgr.y (mgr.25441) 4451 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:54.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: cluster 2024-03-30T04:48:52.508291+0000 mgr.y (mgr.25441) 4452 : cluster [DBG] pgmap v2949: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 506 KiB/s rd, 0 B/s wr, 809 op/s 2024-03-30T04:48:54.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: cluster 2024-03-30T04:48:52.508968+0000 mgr.y (mgr.25441) 4453 : cluster [DBG] pgmap v2950: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 505 KiB/s rd, 0 B/s wr, 808 op/s 2024-03-30T04:48:54.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: cephadm 2024-03-30T04:48:52.521511+0000 mgr.y (mgr.25441) 4454 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:54.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: cluster 2024-03-30T04:48:52.623735+0000 mgr.y (mgr.25441) 4455 : cluster [DBG] pgmap v2951: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 579 KiB/s rd, 3.3 KiB/s wr, 897 op/s 2024-03-30T04:48:54.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: cluster 2024-03-30T04:48:52.624246+0000 mgr.y (mgr.25441) 4456 : cluster [DBG] pgmap v2952: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 579 KiB/s rd, 3.3 KiB/s wr, 897 op/s 2024-03-30T04:48:54.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: cephadm 2024-03-30T04:48:52.635932+0000 mgr.y (mgr.25441) 4457 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:54.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:52.728322+0000 mon.c (mon.1) 4715 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:54.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:52.755726+0000 mon.c (mon.1) 4716 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:54.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:52.757709+0000 mon.c (mon.1) 4717 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:54.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: cluster 2024-03-30T04:48:52.760606+0000 mgr.y (mgr.25441) 4458 : cluster [DBG] pgmap v2953: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 481 KiB/s rd, 2.8 KiB/s wr, 744 op/s 2024-03-30T04:48:54.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: cluster 2024-03-30T04:48:52.761279+0000 mgr.y (mgr.25441) 4459 : cluster [DBG] pgmap v2954: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 481 KiB/s rd, 2.8 KiB/s wr, 744 op/s 2024-03-30T04:48:54.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:52.768755+0000 mon.a (mon.0) 1944 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:54.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: cephadm 2024-03-30T04:48:52.771474+0000 mgr.y (mgr.25441) 4460 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:54.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:52.845939+0000 mon.c (mon.1) 4718 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:54.134 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:52.848574+0000 mon.c (mon.1) 4719 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:54.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:52.851989+0000 mon.c (mon.1) 4720 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:54.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:52.852983+0000 mon.c (mon.1) 4721 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:54.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:52.864975+0000 mon.a (mon.0) 1945 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:54.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:52.940570+0000 mon.c (mon.1) 4722 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:54.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:52.942980+0000 mon.c (mon.1) 4723 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:54.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:52.945748+0000 mon.c (mon.1) 4724 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:54.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:52.946689+0000 mon.c (mon.1) 4725 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:54.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:52.957084+0000 mon.a (mon.0) 1946 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:54.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:53.045833+0000 mon.c (mon.1) 4726 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:54.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:53.050485+0000 mon.c (mon.1) 4727 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:54.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:53.054143+0000 mon.c (mon.1) 4728 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:54.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:53.055617+0000 mon.c (mon.1) 4729 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:54.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:53.065558+0000 mon.a (mon.0) 1947 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:54.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:53.156849+0000 mon.c (mon.1) 4730 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:54.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:53.160914+0000 mon.c (mon.1) 4731 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:54.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:53.165158+0000 mon.c (mon.1) 4732 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:54.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:53.166407+0000 mon.c (mon.1) 4733 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:54.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:53.176687+0000 mon.a (mon.0) 1948 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:54.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:53.268006+0000 mon.c (mon.1) 4734 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:54.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:53.272073+0000 mon.c (mon.1) 4735 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:54.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:53.276968+0000 mon.c (mon.1) 4736 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:54.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:53.278670+0000 mon.c (mon.1) 4737 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:54.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:53.292805+0000 mon.a (mon.0) 1949 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:54.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:53.374004+0000 mon.c (mon.1) 4738 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:54.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:53.376950+0000 mon.c (mon.1) 4739 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:54.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:53.379221+0000 mon.c (mon.1) 4740 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:54.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:53.380054+0000 mon.c (mon.1) 4741 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:54.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:53.388356+0000 mon.a (mon.0) 1950 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:54.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:53.466334+0000 mon.c (mon.1) 4742 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:54.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:53.468937+0000 mon.c (mon.1) 4743 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:54.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:53.472001+0000 mon.c (mon.1) 4744 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:54.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:53.472925+0000 mon.c (mon.1) 4745 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:54.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:53.480564+0000 mon.a (mon.0) 1951 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:54.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:53.557581+0000 mon.c (mon.1) 4746 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:54.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:53.559968+0000 mon.c (mon.1) 4747 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:54.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:53.562408+0000 mon.c (mon.1) 4748 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:54.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:53.563419+0000 mon.c (mon.1) 4749 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:54.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:53.575054+0000 mon.a (mon.0) 1952 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:54.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:53.655264+0000 mon.c (mon.1) 4750 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:54.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:53.657409+0000 mon.c (mon.1) 4751 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:54.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:53.660274+0000 mon.c (mon.1) 4752 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:54.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:53.661026+0000 mon.c (mon.1) 4753 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:54.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:53 smithi111 bash[73591]: audit 2024-03-30T04:48:53.671351+0000 mon.a (mon.0) 1953 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:55.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: cluster 2024-03-30T04:48:52.855204+0000 mgr.y (mgr.25441) 4461 : cluster [DBG] pgmap v2955: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 629 KiB/s rd, 2.9 KiB/s wr, 983 op/s 2024-03-30T04:48:55.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: cluster 2024-03-30T04:48:52.855797+0000 mgr.y (mgr.25441) 4462 : cluster [DBG] pgmap v2956: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 628 KiB/s rd, 2.9 KiB/s wr, 983 op/s 2024-03-30T04:48:55.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: cephadm 2024-03-30T04:48:52.866041+0000 mgr.y (mgr.25441) 4463 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:55.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: cluster 2024-03-30T04:48:52.948704+0000 mgr.y (mgr.25441) 4464 : cluster [DBG] pgmap v2957: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 138 KiB/s rd, 0 B/s wr, 224 op/s 2024-03-30T04:48:55.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: cephadm 2024-03-30T04:48:52.957944+0000 mgr.y (mgr.25441) 4465 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:55.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: cluster 2024-03-30T04:48:53.058130+0000 mgr.y (mgr.25441) 4466 : cluster [DBG] pgmap v2958: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 104 KiB/s rd, 0 B/s wr, 168 op/s 2024-03-30T04:48:55.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: cluster 2024-03-30T04:48:53.058423+0000 mgr.y (mgr.25441) 4467 : cluster [DBG] pgmap v2959: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 151 KiB/s rd, 0 B/s wr, 244 op/s 2024-03-30T04:48:55.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: cephadm 2024-03-30T04:48:53.067801+0000 mgr.y (mgr.25441) 4468 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:55.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: cluster 2024-03-30T04:48:53.168826+0000 mgr.y (mgr.25441) 4469 : cluster [DBG] pgmap v2960: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 110 KiB/s rd, 0 B/s wr, 179 op/s 2024-03-30T04:48:55.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: cluster 2024-03-30T04:48:53.169397+0000 mgr.y (mgr.25441) 4470 : cluster [DBG] pgmap v2961: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:55.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: cephadm 2024-03-30T04:48:53.178483+0000 mgr.y (mgr.25441) 4471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:55.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: cluster 2024-03-30T04:48:53.281650+0000 mgr.y (mgr.25441) 4472 : cluster [DBG] pgmap v2962: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:55.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: cluster 2024-03-30T04:48:53.282319+0000 mgr.y (mgr.25441) 4473 : cluster [DBG] pgmap v2963: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:55.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: cephadm 2024-03-30T04:48:53.294351+0000 mgr.y (mgr.25441) 4474 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:55.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: cluster 2024-03-30T04:48:53.381921+0000 mgr.y (mgr.25441) 4475 : cluster [DBG] pgmap v2964: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:55.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: cephadm 2024-03-30T04:48:53.389428+0000 mgr.y (mgr.25441) 4476 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:55.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: cluster 2024-03-30T04:48:53.474642+0000 mgr.y (mgr.25441) 4477 : cluster [DBG] pgmap v2965: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:55.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: cluster 2024-03-30T04:48:53.474987+0000 mgr.y (mgr.25441) 4478 : cluster [DBG] pgmap v2966: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:55.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: cephadm 2024-03-30T04:48:53.481571+0000 mgr.y (mgr.25441) 4479 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:55.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: cluster 2024-03-30T04:48:52.855204+0000 mgr.y (mgr.25441) 4461 : cluster [DBG] pgmap v2955: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 629 KiB/s rd, 2.9 KiB/s wr, 983 op/s 2024-03-30T04:48:55.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: cluster 2024-03-30T04:48:52.855797+0000 mgr.y (mgr.25441) 4462 : cluster [DBG] pgmap v2956: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 628 KiB/s rd, 2.9 KiB/s wr, 983 op/s 2024-03-30T04:48:55.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: cephadm 2024-03-30T04:48:52.866041+0000 mgr.y (mgr.25441) 4463 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:55.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: cluster 2024-03-30T04:48:52.948704+0000 mgr.y (mgr.25441) 4464 : cluster [DBG] pgmap v2957: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 138 KiB/s rd, 0 B/s wr, 224 op/s 2024-03-30T04:48:55.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: cephadm 2024-03-30T04:48:52.957944+0000 mgr.y (mgr.25441) 4465 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:55.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: cluster 2024-03-30T04:48:53.058130+0000 mgr.y (mgr.25441) 4466 : cluster [DBG] pgmap v2958: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 104 KiB/s rd, 0 B/s wr, 168 op/s 2024-03-30T04:48:55.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: cluster 2024-03-30T04:48:53.058423+0000 mgr.y (mgr.25441) 4467 : cluster [DBG] pgmap v2959: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 151 KiB/s rd, 0 B/s wr, 244 op/s 2024-03-30T04:48:55.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: cephadm 2024-03-30T04:48:53.067801+0000 mgr.y (mgr.25441) 4468 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:55.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: cluster 2024-03-30T04:48:53.168826+0000 mgr.y (mgr.25441) 4469 : cluster [DBG] pgmap v2960: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 110 KiB/s rd, 0 B/s wr, 179 op/s 2024-03-30T04:48:55.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: cluster 2024-03-30T04:48:53.169397+0000 mgr.y (mgr.25441) 4470 : cluster [DBG] pgmap v2961: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:55.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: cephadm 2024-03-30T04:48:53.178483+0000 mgr.y (mgr.25441) 4471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:55.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: cluster 2024-03-30T04:48:53.281650+0000 mgr.y (mgr.25441) 4472 : cluster [DBG] pgmap v2962: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:55.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: cluster 2024-03-30T04:48:53.282319+0000 mgr.y (mgr.25441) 4473 : cluster [DBG] pgmap v2963: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:55.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: cephadm 2024-03-30T04:48:53.294351+0000 mgr.y (mgr.25441) 4474 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:55.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: cluster 2024-03-30T04:48:53.381921+0000 mgr.y (mgr.25441) 4475 : cluster [DBG] pgmap v2964: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:55.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: cephadm 2024-03-30T04:48:53.389428+0000 mgr.y (mgr.25441) 4476 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:55.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: cluster 2024-03-30T04:48:53.474642+0000 mgr.y (mgr.25441) 4477 : cluster [DBG] pgmap v2965: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:55.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: cluster 2024-03-30T04:48:53.474987+0000 mgr.y (mgr.25441) 4478 : cluster [DBG] pgmap v2966: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:55.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: cephadm 2024-03-30T04:48:53.481571+0000 mgr.y (mgr.25441) 4479 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:55.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: cluster 2024-03-30T04:48:53.565354+0000 mgr.y (mgr.25441) 4480 : cluster [DBG] pgmap v2967: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:55.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: cluster 2024-03-30T04:48:53.565656+0000 mgr.y (mgr.25441) 4481 : cluster [DBG] pgmap v2968: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:55.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: cephadm 2024-03-30T04:48:53.575873+0000 mgr.y (mgr.25441) 4482 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:55.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: cluster 2024-03-30T04:48:53.662824+0000 mgr.y (mgr.25441) 4483 : cluster [DBG] pgmap v2969: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:55.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: cluster 2024-03-30T04:48:53.663062+0000 mgr.y (mgr.25441) 4484 : cluster [DBG] pgmap v2970: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:55.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: cephadm 2024-03-30T04:48:53.672114+0000 mgr.y (mgr.25441) 4485 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:55.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:53.765755+0000 mon.c (mon.1) 4754 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:55.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:53.768909+0000 mon.c (mon.1) 4755 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:55.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:53.771960+0000 mon.c (mon.1) 4756 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:55.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:53.772981+0000 mon.c (mon.1) 4757 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:55.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: cluster 2024-03-30T04:48:53.774954+0000 mgr.y (mgr.25441) 4486 : cluster [DBG] pgmap v2971: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:55.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: cluster 2024-03-30T04:48:53.775462+0000 mgr.y (mgr.25441) 4487 : cluster [DBG] pgmap v2972: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:55.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:53.782856+0000 mon.a (mon.0) 1954 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:55.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: cephadm 2024-03-30T04:48:53.784329+0000 mgr.y (mgr.25441) 4488 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:55.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:53.871107+0000 mon.c (mon.1) 4758 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:55.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:53.874550+0000 mon.c (mon.1) 4759 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:55.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:53.877654+0000 mon.c (mon.1) 4760 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:55.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:53.878929+0000 mon.c (mon.1) 4761 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:55.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:53.888479+0000 mon.a (mon.0) 1955 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:55.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:53.974711+0000 mon.c (mon.1) 4762 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:55.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:53.977755+0000 mon.c (mon.1) 4763 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:55.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:53.980190+0000 mon.c (mon.1) 4764 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:55.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:53.981129+0000 mon.c (mon.1) 4765 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:55.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:53.991365+0000 mon.a (mon.0) 1956 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:55.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:54.082124+0000 mon.c (mon.1) 4766 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:55.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:54.086363+0000 mon.c (mon.1) 4767 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:55.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:54.090360+0000 mon.c (mon.1) 4768 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:55.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:54.091608+0000 mon.c (mon.1) 4769 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:55.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:54.103980+0000 mon.a (mon.0) 1957 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:55.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:54.182673+0000 mon.c (mon.1) 4770 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:55.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:54.185064+0000 mon.c (mon.1) 4771 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:55.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:54.188206+0000 mon.c (mon.1) 4772 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:55.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:54.189238+0000 mon.c (mon.1) 4773 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:55.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:54.198797+0000 mon.a (mon.0) 1958 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:55.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:54.261206+0000 mon.c (mon.1) 4774 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:55.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:54.265539+0000 mon.c (mon.1) 4775 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:55.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:54.268232+0000 mon.c (mon.1) 4776 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:55.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:54.269159+0000 mon.c (mon.1) 4777 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:55.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:54.279850+0000 mon.a (mon.0) 1959 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:55.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:54.340592+0000 mon.c (mon.1) 4778 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:55.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: cluster 2024-03-30T04:48:53.565354+0000 mgr.y (mgr.25441) 4480 : cluster [DBG] pgmap v2967: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:55.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: cluster 2024-03-30T04:48:53.565656+0000 mgr.y (mgr.25441) 4481 : cluster [DBG] pgmap v2968: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:55.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: cephadm 2024-03-30T04:48:53.575873+0000 mgr.y (mgr.25441) 4482 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:55.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: cluster 2024-03-30T04:48:53.662824+0000 mgr.y (mgr.25441) 4483 : cluster [DBG] pgmap v2969: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:55.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: cluster 2024-03-30T04:48:53.663062+0000 mgr.y (mgr.25441) 4484 : cluster [DBG] pgmap v2970: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:55.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: cephadm 2024-03-30T04:48:53.672114+0000 mgr.y (mgr.25441) 4485 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:55.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:53.765755+0000 mon.c (mon.1) 4754 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:55.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:53.768909+0000 mon.c (mon.1) 4755 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:55.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:53.771960+0000 mon.c (mon.1) 4756 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:55.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:53.772981+0000 mon.c (mon.1) 4757 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:55.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: cluster 2024-03-30T04:48:53.774954+0000 mgr.y (mgr.25441) 4486 : cluster [DBG] pgmap v2971: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:55.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: cluster 2024-03-30T04:48:53.775462+0000 mgr.y (mgr.25441) 4487 : cluster [DBG] pgmap v2972: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:55.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:53.782856+0000 mon.a (mon.0) 1954 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:55.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: cephadm 2024-03-30T04:48:53.784329+0000 mgr.y (mgr.25441) 4488 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:55.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:53.871107+0000 mon.c (mon.1) 4758 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:55.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:53.874550+0000 mon.c (mon.1) 4759 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:55.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:53.877654+0000 mon.c (mon.1) 4760 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:55.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:53.878929+0000 mon.c (mon.1) 4761 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:55.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:53.888479+0000 mon.a (mon.0) 1955 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:55.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:53.974711+0000 mon.c (mon.1) 4762 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:55.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:54.343444+0000 mon.c (mon.1) 4779 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:55.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:54.346601+0000 mon.c (mon.1) 4780 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:55.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:54.347534+0000 mon.c (mon.1) 4781 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:55.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:54.358422+0000 mon.a (mon.0) 1960 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:55.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:54.449687+0000 mon.c (mon.1) 4782 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:55.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:54.453916+0000 mon.c (mon.1) 4783 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:55.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:54.457785+0000 mon.c (mon.1) 4784 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:55.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:54.459182+0000 mon.c (mon.1) 4785 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:55.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:54.472826+0000 mon.a (mon.0) 1961 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:55.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:54.564332+0000 mon.c (mon.1) 4786 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:55.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:54.568578+0000 mon.c (mon.1) 4787 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:55.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:54.572166+0000 mon.c (mon.1) 4788 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:55.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:54.573290+0000 mon.c (mon.1) 4789 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:55.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:54.584782+0000 mon.a (mon.0) 1962 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:55.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:54.676388+0000 mon.c (mon.1) 4790 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:55.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:54.680510+0000 mon.c (mon.1) 4791 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:55.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:54.683917+0000 mon.c (mon.1) 4792 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:55.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:54.685005+0000 mon.c (mon.1) 4793 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:55.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[73591]: audit 2024-03-30T04:48:54.696982+0000 mon.a (mon.0) 1963 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:55.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:53.977755+0000 mon.c (mon.1) 4763 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:55.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:53.980190+0000 mon.c (mon.1) 4764 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:55.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:53.981129+0000 mon.c (mon.1) 4765 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:55.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:53.991365+0000 mon.a (mon.0) 1956 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:55.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:54.082124+0000 mon.c (mon.1) 4766 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:55.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:54.086363+0000 mon.c (mon.1) 4767 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:55.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:54.090360+0000 mon.c (mon.1) 4768 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:55.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:54.091608+0000 mon.c (mon.1) 4769 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:55.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:54.103980+0000 mon.a (mon.0) 1957 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:55.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:54.182673+0000 mon.c (mon.1) 4770 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:55.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:54.185064+0000 mon.c (mon.1) 4771 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:55.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:54.188206+0000 mon.c (mon.1) 4772 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:55.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:54.189238+0000 mon.c (mon.1) 4773 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:55.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:54.198797+0000 mon.a (mon.0) 1958 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:55.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:54.261206+0000 mon.c (mon.1) 4774 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:55.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:54.265539+0000 mon.c (mon.1) 4775 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:55.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:54.268232+0000 mon.c (mon.1) 4776 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:55.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:54.269159+0000 mon.c (mon.1) 4777 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:55.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:54.279850+0000 mon.a (mon.0) 1959 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:55.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:54.340592+0000 mon.c (mon.1) 4778 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:55.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:54.343444+0000 mon.c (mon.1) 4779 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:55.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:54.346601+0000 mon.c (mon.1) 4780 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:55.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:54.347534+0000 mon.c (mon.1) 4781 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:55.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:54.358422+0000 mon.a (mon.0) 1960 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:55.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:54.449687+0000 mon.c (mon.1) 4782 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:55.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:54.453916+0000 mon.c (mon.1) 4783 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:55.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:54.457785+0000 mon.c (mon.1) 4784 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:55.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:54.459182+0000 mon.c (mon.1) 4785 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:55.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:54.472826+0000 mon.a (mon.0) 1961 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:55.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:54.564332+0000 mon.c (mon.1) 4786 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:55.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:54.568578+0000 mon.c (mon.1) 4787 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:55.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:54.572166+0000 mon.c (mon.1) 4788 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:55.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:54.573290+0000 mon.c (mon.1) 4789 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:55.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:54.584782+0000 mon.a (mon.0) 1962 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:55.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:54.676388+0000 mon.c (mon.1) 4790 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:55.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:54.680510+0000 mon.c (mon.1) 4791 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:55.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:54.683917+0000 mon.c (mon.1) 4792 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:55.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:54.685005+0000 mon.c (mon.1) 4793 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:55.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:54 smithi111 bash[70954]: audit 2024-03-30T04:48:54.696982+0000 mon.a (mon.0) 1963 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:55.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: cluster 2024-03-30T04:48:52.855204+0000 mgr.y (mgr.25441) 4461 : cluster [DBG] pgmap v2955: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 629 KiB/s rd, 2.9 KiB/s wr, 983 op/s 2024-03-30T04:48:55.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: cluster 2024-03-30T04:48:52.855797+0000 mgr.y (mgr.25441) 4462 : cluster [DBG] pgmap v2956: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 628 KiB/s rd, 2.9 KiB/s wr, 983 op/s 2024-03-30T04:48:55.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: cephadm 2024-03-30T04:48:52.866041+0000 mgr.y (mgr.25441) 4463 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:55.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: cluster 2024-03-30T04:48:52.948704+0000 mgr.y (mgr.25441) 4464 : cluster [DBG] pgmap v2957: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 138 KiB/s rd, 0 B/s wr, 224 op/s 2024-03-30T04:48:55.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: cephadm 2024-03-30T04:48:52.957944+0000 mgr.y (mgr.25441) 4465 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:55.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: cluster 2024-03-30T04:48:53.058130+0000 mgr.y (mgr.25441) 4466 : cluster [DBG] pgmap v2958: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 104 KiB/s rd, 0 B/s wr, 168 op/s 2024-03-30T04:48:55.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: cluster 2024-03-30T04:48:53.058423+0000 mgr.y (mgr.25441) 4467 : cluster [DBG] pgmap v2959: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 151 KiB/s rd, 0 B/s wr, 244 op/s 2024-03-30T04:48:55.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: cephadm 2024-03-30T04:48:53.067801+0000 mgr.y (mgr.25441) 4468 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:55.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: cluster 2024-03-30T04:48:53.168826+0000 mgr.y (mgr.25441) 4469 : cluster [DBG] pgmap v2960: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 110 KiB/s rd, 0 B/s wr, 179 op/s 2024-03-30T04:48:55.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: cluster 2024-03-30T04:48:53.169397+0000 mgr.y (mgr.25441) 4470 : cluster [DBG] pgmap v2961: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:55.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: cephadm 2024-03-30T04:48:53.178483+0000 mgr.y (mgr.25441) 4471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:55.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: cluster 2024-03-30T04:48:53.281650+0000 mgr.y (mgr.25441) 4472 : cluster [DBG] pgmap v2962: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:55.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: cluster 2024-03-30T04:48:53.282319+0000 mgr.y (mgr.25441) 4473 : cluster [DBG] pgmap v2963: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:55.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: cephadm 2024-03-30T04:48:53.294351+0000 mgr.y (mgr.25441) 4474 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:55.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: cluster 2024-03-30T04:48:53.381921+0000 mgr.y (mgr.25441) 4475 : cluster [DBG] pgmap v2964: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:55.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: cephadm 2024-03-30T04:48:53.389428+0000 mgr.y (mgr.25441) 4476 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:55.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: cluster 2024-03-30T04:48:53.474642+0000 mgr.y (mgr.25441) 4477 : cluster [DBG] pgmap v2965: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:55.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: cluster 2024-03-30T04:48:53.474987+0000 mgr.y (mgr.25441) 4478 : cluster [DBG] pgmap v2966: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:55.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: cephadm 2024-03-30T04:48:53.481571+0000 mgr.y (mgr.25441) 4479 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:55.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: cluster 2024-03-30T04:48:53.565354+0000 mgr.y (mgr.25441) 4480 : cluster [DBG] pgmap v2967: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:55.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: cluster 2024-03-30T04:48:53.565656+0000 mgr.y (mgr.25441) 4481 : cluster [DBG] pgmap v2968: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:55.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: cephadm 2024-03-30T04:48:53.575873+0000 mgr.y (mgr.25441) 4482 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:55.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: cluster 2024-03-30T04:48:53.662824+0000 mgr.y (mgr.25441) 4483 : cluster [DBG] pgmap v2969: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:55.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: cluster 2024-03-30T04:48:53.663062+0000 mgr.y (mgr.25441) 4484 : cluster [DBG] pgmap v2970: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:55.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: cephadm 2024-03-30T04:48:53.672114+0000 mgr.y (mgr.25441) 4485 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:55.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:53.765755+0000 mon.c (mon.1) 4754 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:55.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:53.768909+0000 mon.c (mon.1) 4755 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:55.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:53.771960+0000 mon.c (mon.1) 4756 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:55.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:53.772981+0000 mon.c (mon.1) 4757 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:55.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: cluster 2024-03-30T04:48:53.774954+0000 mgr.y (mgr.25441) 4486 : cluster [DBG] pgmap v2971: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:55.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: cluster 2024-03-30T04:48:53.775462+0000 mgr.y (mgr.25441) 4487 : cluster [DBG] pgmap v2972: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:55.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:53.782856+0000 mon.a (mon.0) 1954 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:55.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: cephadm 2024-03-30T04:48:53.784329+0000 mgr.y (mgr.25441) 4488 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:55.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:53.871107+0000 mon.c (mon.1) 4758 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:55.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:53.874550+0000 mon.c (mon.1) 4759 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:55.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:53.877654+0000 mon.c (mon.1) 4760 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:55.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:53.878929+0000 mon.c (mon.1) 4761 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:55.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:53.888479+0000 mon.a (mon.0) 1955 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:55.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:53.974711+0000 mon.c (mon.1) 4762 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:55.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:53.977755+0000 mon.c (mon.1) 4763 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:55.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:53.980190+0000 mon.c (mon.1) 4764 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:55.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:53.981129+0000 mon.c (mon.1) 4765 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:55.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:53.991365+0000 mon.a (mon.0) 1956 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:55.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:54.082124+0000 mon.c (mon.1) 4766 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:55.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:54.086363+0000 mon.c (mon.1) 4767 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:55.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:54.090360+0000 mon.c (mon.1) 4768 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:55.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:54.091608+0000 mon.c (mon.1) 4769 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:55.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:54.103980+0000 mon.a (mon.0) 1957 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:55.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:54.182673+0000 mon.c (mon.1) 4770 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:55.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:54.185064+0000 mon.c (mon.1) 4771 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:55.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:54.188206+0000 mon.c (mon.1) 4772 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:55.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:54.189238+0000 mon.c (mon.1) 4773 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:55.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:54.198797+0000 mon.a (mon.0) 1958 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:55.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:54.261206+0000 mon.c (mon.1) 4774 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:55.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:54.265539+0000 mon.c (mon.1) 4775 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:55.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:54.268232+0000 mon.c (mon.1) 4776 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:55.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:54.269159+0000 mon.c (mon.1) 4777 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:55.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:54.279850+0000 mon.a (mon.0) 1959 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:55.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:54.340592+0000 mon.c (mon.1) 4778 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:55.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:54.343444+0000 mon.c (mon.1) 4779 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:55.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:54.346601+0000 mon.c (mon.1) 4780 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:55.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:54.347534+0000 mon.c (mon.1) 4781 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:55.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:54.358422+0000 mon.a (mon.0) 1960 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:55.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:54.449687+0000 mon.c (mon.1) 4782 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:55.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:54.453916+0000 mon.c (mon.1) 4783 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:55.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:54.457785+0000 mon.c (mon.1) 4784 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:55.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:54.459182+0000 mon.c (mon.1) 4785 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:55.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:54.472826+0000 mon.a (mon.0) 1961 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:55.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:54.564332+0000 mon.c (mon.1) 4786 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:55.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:54.568578+0000 mon.c (mon.1) 4787 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:55.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:54.572166+0000 mon.c (mon.1) 4788 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:55.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:54.573290+0000 mon.c (mon.1) 4789 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:55.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:54.584782+0000 mon.a (mon.0) 1962 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:55.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:54.676388+0000 mon.c (mon.1) 4790 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:55.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:54.680510+0000 mon.c (mon.1) 4791 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:55.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:54.683917+0000 mon.c (mon.1) 4792 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:55.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:54.685005+0000 mon.c (mon.1) 4793 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:55.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:54 smithi117 bash[62284]: audit 2024-03-30T04:48:54.696982+0000 mon.a (mon.0) 1963 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:56.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: cluster 2024-03-30T04:48:53.881212+0000 mgr.y (mgr.25441) 4489 : cluster [DBG] pgmap v2973: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 402 KiB/s rd, 0 B/s wr, 630 op/s 2024-03-30T04:48:56.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: cluster 2024-03-30T04:48:53.881670+0000 mgr.y (mgr.25441) 4490 : cluster [DBG] pgmap v2974: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 402 KiB/s rd, 0 B/s wr, 630 op/s 2024-03-30T04:48:56.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: cephadm 2024-03-30T04:48:53.893394+0000 mgr.y (mgr.25441) 4491 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:56.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: cluster 2024-03-30T04:48:53.983065+0000 mgr.y (mgr.25441) 4492 : cluster [DBG] pgmap v2975: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 397 KiB/s rd, 0 B/s wr, 621 op/s 2024-03-30T04:48:56.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: cluster 2024-03-30T04:48:53.983574+0000 mgr.y (mgr.25441) 4493 : cluster [DBG] pgmap v2976: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 396 KiB/s rd, 0 B/s wr, 621 op/s 2024-03-30T04:48:56.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: cephadm 2024-03-30T04:48:53.994152+0000 mgr.y (mgr.25441) 4494 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:56.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: cluster 2024-03-30T04:48:54.094149+0000 mgr.y (mgr.25441) 4495 : cluster [DBG] pgmap v2977: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 398 KiB/s rd, 0 B/s wr, 623 op/s 2024-03-30T04:48:56.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: cluster 2024-03-30T04:48:54.094784+0000 mgr.y (mgr.25441) 4496 : cluster [DBG] pgmap v2978: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 398 KiB/s rd, 0 B/s wr, 623 op/s 2024-03-30T04:48:56.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: cephadm 2024-03-30T04:48:54.112168+0000 mgr.y (mgr.25441) 4497 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:56.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: cluster 2024-03-30T04:48:54.191629+0000 mgr.y (mgr.25441) 4498 : cluster [DBG] pgmap v2979: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:56.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: cluster 2024-03-30T04:48:54.192229+0000 mgr.y (mgr.25441) 4499 : cluster [DBG] pgmap v2980: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:56.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: cephadm 2024-03-30T04:48:54.204161+0000 mgr.y (mgr.25441) 4500 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:56.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: cluster 2024-03-30T04:48:54.271190+0000 mgr.y (mgr.25441) 4501 : cluster [DBG] pgmap v2981: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:56.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: cluster 2024-03-30T04:48:54.271744+0000 mgr.y (mgr.25441) 4502 : cluster [DBG] pgmap v2982: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:56.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: cephadm 2024-03-30T04:48:54.284196+0000 mgr.y (mgr.25441) 4503 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:56.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: cluster 2024-03-30T04:48:54.349206+0000 mgr.y (mgr.25441) 4504 : cluster [DBG] pgmap v2983: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:56.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: cluster 2024-03-30T04:48:54.349432+0000 mgr.y (mgr.25441) 4505 : cluster [DBG] pgmap v2984: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:56.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: cephadm 2024-03-30T04:48:54.360444+0000 mgr.y (mgr.25441) 4506 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:56.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: cluster 2024-03-30T04:48:54.461846+0000 mgr.y (mgr.25441) 4507 : cluster [DBG] pgmap v2985: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:56.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: cluster 2024-03-30T04:48:53.881212+0000 mgr.y (mgr.25441) 4489 : cluster [DBG] pgmap v2973: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 402 KiB/s rd, 0 B/s wr, 630 op/s 2024-03-30T04:48:56.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: cluster 2024-03-30T04:48:53.881670+0000 mgr.y (mgr.25441) 4490 : cluster [DBG] pgmap v2974: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 402 KiB/s rd, 0 B/s wr, 630 op/s 2024-03-30T04:48:56.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: cephadm 2024-03-30T04:48:53.893394+0000 mgr.y (mgr.25441) 4491 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:56.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: cluster 2024-03-30T04:48:53.983065+0000 mgr.y (mgr.25441) 4492 : cluster [DBG] pgmap v2975: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 397 KiB/s rd, 0 B/s wr, 621 op/s 2024-03-30T04:48:56.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: cluster 2024-03-30T04:48:53.983574+0000 mgr.y (mgr.25441) 4493 : cluster [DBG] pgmap v2976: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 396 KiB/s rd, 0 B/s wr, 621 op/s 2024-03-30T04:48:56.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: cephadm 2024-03-30T04:48:53.994152+0000 mgr.y (mgr.25441) 4494 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:56.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: cluster 2024-03-30T04:48:54.094149+0000 mgr.y (mgr.25441) 4495 : cluster [DBG] pgmap v2977: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 398 KiB/s rd, 0 B/s wr, 623 op/s 2024-03-30T04:48:56.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: cluster 2024-03-30T04:48:54.094784+0000 mgr.y (mgr.25441) 4496 : cluster [DBG] pgmap v2978: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 398 KiB/s rd, 0 B/s wr, 623 op/s 2024-03-30T04:48:56.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: cephadm 2024-03-30T04:48:54.112168+0000 mgr.y (mgr.25441) 4497 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:56.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: cluster 2024-03-30T04:48:54.191629+0000 mgr.y (mgr.25441) 4498 : cluster [DBG] pgmap v2979: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:56.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: cluster 2024-03-30T04:48:54.192229+0000 mgr.y (mgr.25441) 4499 : cluster [DBG] pgmap v2980: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:56.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: cephadm 2024-03-30T04:48:54.204161+0000 mgr.y (mgr.25441) 4500 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:56.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: cluster 2024-03-30T04:48:54.271190+0000 mgr.y (mgr.25441) 4501 : cluster [DBG] pgmap v2981: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:56.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: cluster 2024-03-30T04:48:54.271744+0000 mgr.y (mgr.25441) 4502 : cluster [DBG] pgmap v2982: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:56.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: cephadm 2024-03-30T04:48:54.284196+0000 mgr.y (mgr.25441) 4503 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:56.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: cluster 2024-03-30T04:48:54.349206+0000 mgr.y (mgr.25441) 4504 : cluster [DBG] pgmap v2983: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:56.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: cluster 2024-03-30T04:48:54.349432+0000 mgr.y (mgr.25441) 4505 : cluster [DBG] pgmap v2984: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:56.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: cephadm 2024-03-30T04:48:54.360444+0000 mgr.y (mgr.25441) 4506 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:56.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: cluster 2024-03-30T04:48:54.461846+0000 mgr.y (mgr.25441) 4507 : cluster [DBG] pgmap v2985: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:56.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: cluster 2024-03-30T04:48:54.462469+0000 mgr.y (mgr.25441) 4508 : cluster [DBG] pgmap v2986: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:56.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: cephadm 2024-03-30T04:48:54.474836+0000 mgr.y (mgr.25441) 4509 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:56.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: cluster 2024-03-30T04:48:54.575645+0000 mgr.y (mgr.25441) 4510 : cluster [DBG] pgmap v2987: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:56.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: cluster 2024-03-30T04:48:54.575901+0000 mgr.y (mgr.25441) 4511 : cluster [DBG] pgmap v2988: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:56.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: cephadm 2024-03-30T04:48:54.586103+0000 mgr.y (mgr.25441) 4512 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:56.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: cluster 2024-03-30T04:48:54.687447+0000 mgr.y (mgr.25441) 4513 : cluster [DBG] pgmap v2989: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:56.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: cluster 2024-03-30T04:48:54.687684+0000 mgr.y (mgr.25441) 4514 : cluster [DBG] pgmap v2990: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:56.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: cephadm 2024-03-30T04:48:54.700325+0000 mgr.y (mgr.25441) 4515 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:56.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:54.780183+0000 mon.c (mon.1) 4794 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:56.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:54.782996+0000 mon.c (mon.1) 4795 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:56.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:54.785841+0000 mon.c (mon.1) 4796 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:56.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:54.787039+0000 mon.c (mon.1) 4797 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:56.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: cluster 2024-03-30T04:48:54.789170+0000 mgr.y (mgr.25441) 4516 : cluster [DBG] pgmap v2991: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:56.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: cluster 2024-03-30T04:48:54.789736+0000 mgr.y (mgr.25441) 4517 : cluster [DBG] pgmap v2992: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:56.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:54.799187+0000 mon.a (mon.0) 1964 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:56.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: cephadm 2024-03-30T04:48:54.800029+0000 mgr.y (mgr.25441) 4518 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:56.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:54.874874+0000 mon.c (mon.1) 4798 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:56.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:54.877022+0000 mon.c (mon.1) 4799 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:56.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:54.879274+0000 mon.c (mon.1) 4800 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:56.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:54.880102+0000 mon.c (mon.1) 4801 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:56.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: cluster 2024-03-30T04:48:54.462469+0000 mgr.y (mgr.25441) 4508 : cluster [DBG] pgmap v2986: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:56.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: cephadm 2024-03-30T04:48:54.474836+0000 mgr.y (mgr.25441) 4509 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:56.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: cluster 2024-03-30T04:48:54.575645+0000 mgr.y (mgr.25441) 4510 : cluster [DBG] pgmap v2987: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:56.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: cluster 2024-03-30T04:48:54.575901+0000 mgr.y (mgr.25441) 4511 : cluster [DBG] pgmap v2988: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:56.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: cephadm 2024-03-30T04:48:54.586103+0000 mgr.y (mgr.25441) 4512 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:56.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: cluster 2024-03-30T04:48:54.687447+0000 mgr.y (mgr.25441) 4513 : cluster [DBG] pgmap v2989: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:56.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: cluster 2024-03-30T04:48:54.687684+0000 mgr.y (mgr.25441) 4514 : cluster [DBG] pgmap v2990: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:56.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: cephadm 2024-03-30T04:48:54.700325+0000 mgr.y (mgr.25441) 4515 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:56.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:54.780183+0000 mon.c (mon.1) 4794 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:56.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:54.782996+0000 mon.c (mon.1) 4795 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:56.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:54.785841+0000 mon.c (mon.1) 4796 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:56.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:54.787039+0000 mon.c (mon.1) 4797 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:56.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: cluster 2024-03-30T04:48:54.789170+0000 mgr.y (mgr.25441) 4516 : cluster [DBG] pgmap v2991: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:56.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: cluster 2024-03-30T04:48:54.789736+0000 mgr.y (mgr.25441) 4517 : cluster [DBG] pgmap v2992: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:56.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:54.799187+0000 mon.a (mon.0) 1964 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:56.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: cephadm 2024-03-30T04:48:54.800029+0000 mgr.y (mgr.25441) 4518 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:56.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:54.874874+0000 mon.c (mon.1) 4798 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:56.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:54.877022+0000 mon.c (mon.1) 4799 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:56.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:54.879274+0000 mon.c (mon.1) 4800 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:56.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:54.880102+0000 mon.c (mon.1) 4801 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:56.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:54.891756+0000 mon.a (mon.0) 1965 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:56.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:54.974801+0000 mon.c (mon.1) 4802 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:56.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:54.978313+0000 mon.c (mon.1) 4803 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:56.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:54.981753+0000 mon.c (mon.1) 4804 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:56.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:54.982910+0000 mon.c (mon.1) 4805 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:56.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:54.997094+0000 mon.a (mon.0) 1966 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:56.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:55.073925+0000 mon.c (mon.1) 4806 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:56.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:55.076912+0000 mon.c (mon.1) 4807 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:56.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:55.080385+0000 mon.c (mon.1) 4808 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:56.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:55.081450+0000 mon.c (mon.1) 4809 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:56.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:55.092861+0000 mon.a (mon.0) 1967 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:56.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:55.172281+0000 mon.c (mon.1) 4810 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:56.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:55.175066+0000 mon.c (mon.1) 4811 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:56.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:55.177932+0000 mon.c (mon.1) 4812 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:56.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:55.179314+0000 mon.c (mon.1) 4813 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:56.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:55.189559+0000 mon.a (mon.0) 1968 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:56.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:55.266846+0000 mon.c (mon.1) 4814 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:56.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:55.271324+0000 mon.c (mon.1) 4815 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:56.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:55.275390+0000 mon.c (mon.1) 4816 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:56.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:54.891756+0000 mon.a (mon.0) 1965 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:56.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:54.974801+0000 mon.c (mon.1) 4802 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:56.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:54.978313+0000 mon.c (mon.1) 4803 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:56.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:54.981753+0000 mon.c (mon.1) 4804 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:56.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:54.982910+0000 mon.c (mon.1) 4805 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:56.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:54.997094+0000 mon.a (mon.0) 1966 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:56.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:55.073925+0000 mon.c (mon.1) 4806 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:56.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:55.076912+0000 mon.c (mon.1) 4807 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:56.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:55.080385+0000 mon.c (mon.1) 4808 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:56.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:55.081450+0000 mon.c (mon.1) 4809 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:56.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:55.092861+0000 mon.a (mon.0) 1967 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:56.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:55.172281+0000 mon.c (mon.1) 4810 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:56.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:55.175066+0000 mon.c (mon.1) 4811 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:56.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:55.177932+0000 mon.c (mon.1) 4812 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:56.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:55.179314+0000 mon.c (mon.1) 4813 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:56.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:55.189559+0000 mon.a (mon.0) 1968 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:56.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:55.266846+0000 mon.c (mon.1) 4814 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:56.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:55.271324+0000 mon.c (mon.1) 4815 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:56.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:55.275390+0000 mon.c (mon.1) 4816 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:56.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:55.276972+0000 mon.c (mon.1) 4817 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:56.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:55.289654+0000 mon.a (mon.0) 1969 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:56.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:55.364935+0000 mon.c (mon.1) 4818 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:56.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:55.367842+0000 mon.c (mon.1) 4819 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:56.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:55.370359+0000 mon.c (mon.1) 4820 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:56.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:55.371623+0000 mon.c (mon.1) 4821 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:56.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:55.392913+0000 mon.a (mon.0) 1970 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:56.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:55.451115+0000 mon.c (mon.1) 4822 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:56.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:55.453361+0000 mon.c (mon.1) 4823 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:56.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:55.455373+0000 mon.c (mon.1) 4824 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:56.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:55.456196+0000 mon.c (mon.1) 4825 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:56.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:55.463236+0000 mon.a (mon.0) 1971 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:56.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:55.538199+0000 mon.c (mon.1) 4826 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:56.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:55.540214+0000 mon.c (mon.1) 4827 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:56.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:55.542669+0000 mon.c (mon.1) 4828 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:56.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:55.543516+0000 mon.c (mon.1) 4829 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:56.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:55.551757+0000 mon.a (mon.0) 1972 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:56.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:55.626671+0000 mon.c (mon.1) 4830 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:56.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:55.630110+0000 mon.c (mon.1) 4831 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:56.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:55.632570+0000 mon.c (mon.1) 4832 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:56.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:55.276972+0000 mon.c (mon.1) 4817 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:56.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:55.289654+0000 mon.a (mon.0) 1969 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:56.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:55.364935+0000 mon.c (mon.1) 4818 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:56.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:55.367842+0000 mon.c (mon.1) 4819 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:56.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:55.370359+0000 mon.c (mon.1) 4820 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:56.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:55.371623+0000 mon.c (mon.1) 4821 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:56.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:55.392913+0000 mon.a (mon.0) 1970 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:56.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:55.451115+0000 mon.c (mon.1) 4822 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:56.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:55.453361+0000 mon.c (mon.1) 4823 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:56.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:55.455373+0000 mon.c (mon.1) 4824 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:56.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:55.456196+0000 mon.c (mon.1) 4825 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:56.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:55.463236+0000 mon.a (mon.0) 1971 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:56.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:55.538199+0000 mon.c (mon.1) 4826 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:56.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:55.540214+0000 mon.c (mon.1) 4827 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:56.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:55.542669+0000 mon.c (mon.1) 4828 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:56.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:55.543516+0000 mon.c (mon.1) 4829 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:56.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:55.551757+0000 mon.a (mon.0) 1972 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:56.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:55.626671+0000 mon.c (mon.1) 4830 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:56.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:55.630110+0000 mon.c (mon.1) 4831 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:56.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:55.632570+0000 mon.c (mon.1) 4832 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:56.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:55.633399+0000 mon.c (mon.1) 4833 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:56.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:55.643040+0000 mon.a (mon.0) 1973 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:56.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:55.700617+0000 mon.c (mon.1) 4834 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:56.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:55.704500+0000 mon.c (mon.1) 4835 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:56.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:55.707588+0000 mon.c (mon.1) 4836 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:56.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:55.708492+0000 mon.c (mon.1) 4837 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:56.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[73591]: audit 2024-03-30T04:48:55.715755+0000 mon.a (mon.0) 1974 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:56.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:55.633399+0000 mon.c (mon.1) 4833 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:56.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:55.643040+0000 mon.a (mon.0) 1973 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:56.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:55.700617+0000 mon.c (mon.1) 4834 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:56.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:55.704500+0000 mon.c (mon.1) 4835 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:56.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:55.707588+0000 mon.c (mon.1) 4836 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:56.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:55.708492+0000 mon.c (mon.1) 4837 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:56.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:55 smithi111 bash[70954]: audit 2024-03-30T04:48:55.715755+0000 mon.a (mon.0) 1974 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:56.132 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: cluster 2024-03-30T04:48:53.881212+0000 mgr.y (mgr.25441) 4489 : cluster [DBG] pgmap v2973: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 402 KiB/s rd, 0 B/s wr, 630 op/s 2024-03-30T04:48:56.132 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: cluster 2024-03-30T04:48:53.881670+0000 mgr.y (mgr.25441) 4490 : cluster [DBG] pgmap v2974: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 402 KiB/s rd, 0 B/s wr, 630 op/s 2024-03-30T04:48:56.132 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: cephadm 2024-03-30T04:48:53.893394+0000 mgr.y (mgr.25441) 4491 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:56.133 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: cluster 2024-03-30T04:48:53.983065+0000 mgr.y (mgr.25441) 4492 : cluster [DBG] pgmap v2975: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 397 KiB/s rd, 0 B/s wr, 621 op/s 2024-03-30T04:48:56.133 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: cluster 2024-03-30T04:48:53.983574+0000 mgr.y (mgr.25441) 4493 : cluster [DBG] pgmap v2976: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 396 KiB/s rd, 0 B/s wr, 621 op/s 2024-03-30T04:48:56.133 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: cephadm 2024-03-30T04:48:53.994152+0000 mgr.y (mgr.25441) 4494 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:56.133 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: cluster 2024-03-30T04:48:54.094149+0000 mgr.y (mgr.25441) 4495 : cluster [DBG] pgmap v2977: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 398 KiB/s rd, 0 B/s wr, 623 op/s 2024-03-30T04:48:56.133 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: cluster 2024-03-30T04:48:54.094784+0000 mgr.y (mgr.25441) 4496 : cluster [DBG] pgmap v2978: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 398 KiB/s rd, 0 B/s wr, 623 op/s 2024-03-30T04:48:56.133 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: cephadm 2024-03-30T04:48:54.112168+0000 mgr.y (mgr.25441) 4497 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:56.133 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: cluster 2024-03-30T04:48:54.191629+0000 mgr.y (mgr.25441) 4498 : cluster [DBG] pgmap v2979: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:56.133 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: cluster 2024-03-30T04:48:54.192229+0000 mgr.y (mgr.25441) 4499 : cluster [DBG] pgmap v2980: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:56.133 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: cephadm 2024-03-30T04:48:54.204161+0000 mgr.y (mgr.25441) 4500 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:56.133 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: cluster 2024-03-30T04:48:54.271190+0000 mgr.y (mgr.25441) 4501 : cluster [DBG] pgmap v2981: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:56.133 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: cluster 2024-03-30T04:48:54.271744+0000 mgr.y (mgr.25441) 4502 : cluster [DBG] pgmap v2982: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:56.133 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: cephadm 2024-03-30T04:48:54.284196+0000 mgr.y (mgr.25441) 4503 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:56.133 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: cluster 2024-03-30T04:48:54.349206+0000 mgr.y (mgr.25441) 4504 : cluster [DBG] pgmap v2983: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:56.133 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: cluster 2024-03-30T04:48:54.349432+0000 mgr.y (mgr.25441) 4505 : cluster [DBG] pgmap v2984: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:56.133 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: cephadm 2024-03-30T04:48:54.360444+0000 mgr.y (mgr.25441) 4506 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:56.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: cluster 2024-03-30T04:48:54.461846+0000 mgr.y (mgr.25441) 4507 : cluster [DBG] pgmap v2985: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:56.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: cluster 2024-03-30T04:48:54.462469+0000 mgr.y (mgr.25441) 4508 : cluster [DBG] pgmap v2986: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:56.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: cephadm 2024-03-30T04:48:54.474836+0000 mgr.y (mgr.25441) 4509 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:56.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: cluster 2024-03-30T04:48:54.575645+0000 mgr.y (mgr.25441) 4510 : cluster [DBG] pgmap v2987: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:56.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: cluster 2024-03-30T04:48:54.575901+0000 mgr.y (mgr.25441) 4511 : cluster [DBG] pgmap v2988: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:56.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: cephadm 2024-03-30T04:48:54.586103+0000 mgr.y (mgr.25441) 4512 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:56.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: cluster 2024-03-30T04:48:54.687447+0000 mgr.y (mgr.25441) 4513 : cluster [DBG] pgmap v2989: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:56.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: cluster 2024-03-30T04:48:54.687684+0000 mgr.y (mgr.25441) 4514 : cluster [DBG] pgmap v2990: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:56.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: cephadm 2024-03-30T04:48:54.700325+0000 mgr.y (mgr.25441) 4515 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:56.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:54.780183+0000 mon.c (mon.1) 4794 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:56.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:54.782996+0000 mon.c (mon.1) 4795 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:56.134 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:54.785841+0000 mon.c (mon.1) 4796 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:56.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:54.787039+0000 mon.c (mon.1) 4797 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:56.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: cluster 2024-03-30T04:48:54.789170+0000 mgr.y (mgr.25441) 4516 : cluster [DBG] pgmap v2991: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:56.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: cluster 2024-03-30T04:48:54.789736+0000 mgr.y (mgr.25441) 4517 : cluster [DBG] pgmap v2992: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:56.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:54.799187+0000 mon.a (mon.0) 1964 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:56.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: cephadm 2024-03-30T04:48:54.800029+0000 mgr.y (mgr.25441) 4518 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:56.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:54.874874+0000 mon.c (mon.1) 4798 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:56.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:54.877022+0000 mon.c (mon.1) 4799 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:56.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:54.879274+0000 mon.c (mon.1) 4800 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:56.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:54.880102+0000 mon.c (mon.1) 4801 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:56.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:54.891756+0000 mon.a (mon.0) 1965 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:56.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:54.974801+0000 mon.c (mon.1) 4802 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:56.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:54.978313+0000 mon.c (mon.1) 4803 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:56.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:54.981753+0000 mon.c (mon.1) 4804 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:56.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:54.982910+0000 mon.c (mon.1) 4805 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:56.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:54.997094+0000 mon.a (mon.0) 1966 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:56.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:55.073925+0000 mon.c (mon.1) 4806 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:56.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:55.076912+0000 mon.c (mon.1) 4807 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:56.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:55.080385+0000 mon.c (mon.1) 4808 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:56.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:55.081450+0000 mon.c (mon.1) 4809 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:56.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:55.092861+0000 mon.a (mon.0) 1967 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:56.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:55.172281+0000 mon.c (mon.1) 4810 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:56.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:55.175066+0000 mon.c (mon.1) 4811 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:56.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:55.177932+0000 mon.c (mon.1) 4812 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:56.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:55.179314+0000 mon.c (mon.1) 4813 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:56.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:55.189559+0000 mon.a (mon.0) 1968 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:56.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:55.266846+0000 mon.c (mon.1) 4814 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:56.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:55.271324+0000 mon.c (mon.1) 4815 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:56.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:55.275390+0000 mon.c (mon.1) 4816 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:56.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:55.276972+0000 mon.c (mon.1) 4817 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:56.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:55.289654+0000 mon.a (mon.0) 1969 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:56.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:55.364935+0000 mon.c (mon.1) 4818 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:56.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:55.367842+0000 mon.c (mon.1) 4819 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:56.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:55.370359+0000 mon.c (mon.1) 4820 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:56.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:55.371623+0000 mon.c (mon.1) 4821 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:56.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:55.392913+0000 mon.a (mon.0) 1970 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:56.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:55.451115+0000 mon.c (mon.1) 4822 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:56.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:55.453361+0000 mon.c (mon.1) 4823 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:56.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:55.455373+0000 mon.c (mon.1) 4824 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:56.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:55.456196+0000 mon.c (mon.1) 4825 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:56.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:55.463236+0000 mon.a (mon.0) 1971 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:56.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:55.538199+0000 mon.c (mon.1) 4826 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:56.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:55.540214+0000 mon.c (mon.1) 4827 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:56.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:55.542669+0000 mon.c (mon.1) 4828 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:56.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:55.543516+0000 mon.c (mon.1) 4829 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:56.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:55.551757+0000 mon.a (mon.0) 1972 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:56.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:55.626671+0000 mon.c (mon.1) 4830 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:56.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:55.630110+0000 mon.c (mon.1) 4831 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:56.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:55.632570+0000 mon.c (mon.1) 4832 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:56.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:55.633399+0000 mon.c (mon.1) 4833 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:56.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:55.643040+0000 mon.a (mon.0) 1973 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:56.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:55.700617+0000 mon.c (mon.1) 4834 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:56.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:55.704500+0000 mon.c (mon.1) 4835 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:56.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:55.707588+0000 mon.c (mon.1) 4836 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:56.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:55.708492+0000 mon.c (mon.1) 4837 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:56.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:55 smithi117 bash[62284]: audit 2024-03-30T04:48:55.715755+0000 mon.a (mon.0) 1974 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:56.770 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:48:56] "GET /metrics HTTP/1.1" 200 38633 "" "Prometheus/2.33.4" 2024-03-30T04:48:57.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: cluster 2024-03-30T04:48:54.881819+0000 mgr.y (mgr.25441) 4519 : cluster [DBG] pgmap v2993: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: cluster 2024-03-30T04:48:54.882078+0000 mgr.y (mgr.25441) 4520 : cluster [DBG] pgmap v2994: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: cephadm 2024-03-30T04:48:54.893045+0000 mgr.y (mgr.25441) 4521 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:57.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: cluster 2024-03-30T04:48:54.985042+0000 mgr.y (mgr.25441) 4522 : cluster [DBG] pgmap v2995: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: cluster 2024-03-30T04:48:54.985298+0000 mgr.y (mgr.25441) 4523 : cluster [DBG] pgmap v2996: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: cephadm 2024-03-30T04:48:54.998356+0000 mgr.y (mgr.25441) 4524 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:57.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: cluster 2024-03-30T04:48:55.083360+0000 mgr.y (mgr.25441) 4525 : cluster [DBG] pgmap v2997: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: cluster 2024-03-30T04:48:55.084008+0000 mgr.y (mgr.25441) 4526 : cluster [DBG] pgmap v2998: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: cephadm 2024-03-30T04:48:55.093824+0000 mgr.y (mgr.25441) 4527 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:57.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: cluster 2024-03-30T04:48:55.181711+0000 mgr.y (mgr.25441) 4528 : cluster [DBG] pgmap v2999: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: cluster 2024-03-30T04:48:55.182271+0000 mgr.y (mgr.25441) 4529 : cluster [DBG] pgmap v3000: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: cephadm 2024-03-30T04:48:55.190403+0000 mgr.y (mgr.25441) 4530 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:57.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: cluster 2024-03-30T04:48:55.279777+0000 mgr.y (mgr.25441) 4531 : cluster [DBG] pgmap v3001: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: cluster 2024-03-30T04:48:55.280316+0000 mgr.y (mgr.25441) 4532 : cluster [DBG] pgmap v3002: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: cephadm 2024-03-30T04:48:55.290782+0000 mgr.y (mgr.25441) 4533 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:57.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: cluster 2024-03-30T04:48:55.373497+0000 mgr.y (mgr.25441) 4534 : cluster [DBG] pgmap v3003: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: cluster 2024-03-30T04:48:55.374011+0000 mgr.y (mgr.25441) 4535 : cluster [DBG] pgmap v3004: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: cephadm 2024-03-30T04:48:55.394054+0000 mgr.y (mgr.25441) 4536 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:57.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: cluster 2024-03-30T04:48:55.457622+0000 mgr.y (mgr.25441) 4537 : cluster [DBG] pgmap v3005: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: cluster 2024-03-30T04:48:55.457868+0000 mgr.y (mgr.25441) 4538 : cluster [DBG] pgmap v3006: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: cephadm 2024-03-30T04:48:55.465671+0000 mgr.y (mgr.25441) 4539 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:57.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: cluster 2024-03-30T04:48:55.545050+0000 mgr.y (mgr.25441) 4540 : cluster [DBG] pgmap v3007: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: cluster 2024-03-30T04:48:55.545285+0000 mgr.y (mgr.25441) 4541 : cluster [DBG] pgmap v3008: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: cephadm 2024-03-30T04:48:55.555033+0000 mgr.y (mgr.25441) 4542 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:57.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: cluster 2024-03-30T04:48:55.634998+0000 mgr.y (mgr.25441) 4543 : cluster [DBG] pgmap v3009: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: cluster 2024-03-30T04:48:55.635600+0000 mgr.y (mgr.25441) 4544 : cluster [DBG] pgmap v3010: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: cephadm 2024-03-30T04:48:55.645748+0000 mgr.y (mgr.25441) 4545 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:57.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: cluster 2024-03-30T04:48:55.710410+0000 mgr.y (mgr.25441) 4546 : cluster [DBG] pgmap v3011: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: cluster 2024-03-30T04:48:55.711004+0000 mgr.y (mgr.25441) 4547 : cluster [DBG] pgmap v3012: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: cephadm 2024-03-30T04:48:55.719200+0000 mgr.y (mgr.25441) 4548 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:57.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:55.781342+0000 mon.c (mon.1) 4838 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:57.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:55.786027+0000 mon.c (mon.1) 4839 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:55.788962+0000 mon.c (mon.1) 4840 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:57.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:55.790124+0000 mon.c (mon.1) 4841 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:57.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: cluster 2024-03-30T04:48:55.791893+0000 mgr.y (mgr.25441) 4549 : cluster [DBG] pgmap v3013: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: cluster 2024-03-30T04:48:55.792151+0000 mgr.y (mgr.25441) 4550 : cluster [DBG] pgmap v3014: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:55.797468+0000 mon.a (mon.0) 1975 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:57.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: cephadm 2024-03-30T04:48:55.801499+0000 mgr.y (mgr.25441) 4551 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:57.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:55.858875+0000 mon.c (mon.1) 4842 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:57.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:55.862156+0000 mon.c (mon.1) 4843 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: cluster 2024-03-30T04:48:54.881819+0000 mgr.y (mgr.25441) 4519 : cluster [DBG] pgmap v2993: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: cluster 2024-03-30T04:48:54.882078+0000 mgr.y (mgr.25441) 4520 : cluster [DBG] pgmap v2994: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: cephadm 2024-03-30T04:48:54.893045+0000 mgr.y (mgr.25441) 4521 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:57.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: cluster 2024-03-30T04:48:54.985042+0000 mgr.y (mgr.25441) 4522 : cluster [DBG] pgmap v2995: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: cluster 2024-03-30T04:48:54.985298+0000 mgr.y (mgr.25441) 4523 : cluster [DBG] pgmap v2996: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: cephadm 2024-03-30T04:48:54.998356+0000 mgr.y (mgr.25441) 4524 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:57.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: cluster 2024-03-30T04:48:55.083360+0000 mgr.y (mgr.25441) 4525 : cluster [DBG] pgmap v2997: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: cluster 2024-03-30T04:48:55.084008+0000 mgr.y (mgr.25441) 4526 : cluster [DBG] pgmap v2998: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: cephadm 2024-03-30T04:48:55.093824+0000 mgr.y (mgr.25441) 4527 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:57.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: cluster 2024-03-30T04:48:55.181711+0000 mgr.y (mgr.25441) 4528 : cluster [DBG] pgmap v2999: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: cluster 2024-03-30T04:48:55.182271+0000 mgr.y (mgr.25441) 4529 : cluster [DBG] pgmap v3000: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: cephadm 2024-03-30T04:48:55.190403+0000 mgr.y (mgr.25441) 4530 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:57.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: cluster 2024-03-30T04:48:55.279777+0000 mgr.y (mgr.25441) 4531 : cluster [DBG] pgmap v3001: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: cluster 2024-03-30T04:48:55.280316+0000 mgr.y (mgr.25441) 4532 : cluster [DBG] pgmap v3002: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: cephadm 2024-03-30T04:48:55.290782+0000 mgr.y (mgr.25441) 4533 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:57.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: cluster 2024-03-30T04:48:55.373497+0000 mgr.y (mgr.25441) 4534 : cluster [DBG] pgmap v3003: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: cluster 2024-03-30T04:48:55.374011+0000 mgr.y (mgr.25441) 4535 : cluster [DBG] pgmap v3004: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: cephadm 2024-03-30T04:48:55.394054+0000 mgr.y (mgr.25441) 4536 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:57.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: cluster 2024-03-30T04:48:55.457622+0000 mgr.y (mgr.25441) 4537 : cluster [DBG] pgmap v3005: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: cluster 2024-03-30T04:48:55.457868+0000 mgr.y (mgr.25441) 4538 : cluster [DBG] pgmap v3006: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:55.864919+0000 mon.c (mon.1) 4844 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:57.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:55.865915+0000 mon.c (mon.1) 4845 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:57.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:55.876414+0000 mon.a (mon.0) 1976 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:57.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:55.962224+0000 mon.c (mon.1) 4846 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:57.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:55.965794+0000 mon.c (mon.1) 4847 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:55.968634+0000 mon.c (mon.1) 4848 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:57.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:55.969629+0000 mon.c (mon.1) 4849 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:57.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:55.982285+0000 mon.a (mon.0) 1977 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:57.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:56.058281+0000 mon.c (mon.1) 4850 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:57.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:56.061769+0000 mon.c (mon.1) 4851 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:56.064505+0000 mon.c (mon.1) 4852 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:57.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:56.065532+0000 mon.c (mon.1) 4853 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:57.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:56.076054+0000 mon.a (mon.0) 1978 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:57.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:56.155629+0000 mon.c (mon.1) 4854 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:57.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:56.158019+0000 mon.c (mon.1) 4855 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:56.161056+0000 mon.c (mon.1) 4856 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:57.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:56.162239+0000 mon.c (mon.1) 4857 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:57.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:56.172725+0000 mon.a (mon.0) 1979 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:57.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:56.265311+0000 mon.c (mon.1) 4858 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:57.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:56.269785+0000 mon.c (mon.1) 4859 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: cephadm 2024-03-30T04:48:55.465671+0000 mgr.y (mgr.25441) 4539 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:57.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: cluster 2024-03-30T04:48:55.545050+0000 mgr.y (mgr.25441) 4540 : cluster [DBG] pgmap v3007: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: cluster 2024-03-30T04:48:55.545285+0000 mgr.y (mgr.25441) 4541 : cluster [DBG] pgmap v3008: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: cephadm 2024-03-30T04:48:55.555033+0000 mgr.y (mgr.25441) 4542 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:57.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: cluster 2024-03-30T04:48:55.634998+0000 mgr.y (mgr.25441) 4543 : cluster [DBG] pgmap v3009: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: cluster 2024-03-30T04:48:55.635600+0000 mgr.y (mgr.25441) 4544 : cluster [DBG] pgmap v3010: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: cephadm 2024-03-30T04:48:55.645748+0000 mgr.y (mgr.25441) 4545 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:57.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: cluster 2024-03-30T04:48:55.710410+0000 mgr.y (mgr.25441) 4546 : cluster [DBG] pgmap v3011: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: cluster 2024-03-30T04:48:55.711004+0000 mgr.y (mgr.25441) 4547 : cluster [DBG] pgmap v3012: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: cephadm 2024-03-30T04:48:55.719200+0000 mgr.y (mgr.25441) 4548 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:57.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:55.781342+0000 mon.c (mon.1) 4838 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:57.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:55.786027+0000 mon.c (mon.1) 4839 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:55.788962+0000 mon.c (mon.1) 4840 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:57.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:55.790124+0000 mon.c (mon.1) 4841 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:57.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: cluster 2024-03-30T04:48:55.791893+0000 mgr.y (mgr.25441) 4549 : cluster [DBG] pgmap v3013: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: cluster 2024-03-30T04:48:55.792151+0000 mgr.y (mgr.25441) 4550 : cluster [DBG] pgmap v3014: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:55.797468+0000 mon.a (mon.0) 1975 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:57.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: cephadm 2024-03-30T04:48:55.801499+0000 mgr.y (mgr.25441) 4551 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:57.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:55.858875+0000 mon.c (mon.1) 4842 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:57.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:55.862156+0000 mon.c (mon.1) 4843 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:56.273670+0000 mon.c (mon.1) 4860 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:57.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:56.274704+0000 mon.c (mon.1) 4861 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:57.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:56.285256+0000 mon.a (mon.0) 1980 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:57.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:56.361358+0000 mon.c (mon.1) 4862 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:57.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:56.366061+0000 mon.c (mon.1) 4863 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:56.370411+0000 mon.c (mon.1) 4864 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:57.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:56.372162+0000 mon.c (mon.1) 4865 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:57.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:56.387271+0000 mon.a (mon.0) 1981 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:57.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:56.473127+0000 mon.c (mon.1) 4866 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:57.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:56.475794+0000 mon.c (mon.1) 4867 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:56.478705+0000 mon.c (mon.1) 4868 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:57.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:56.479796+0000 mon.c (mon.1) 4869 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:57.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:56.491963+0000 mon.a (mon.0) 1982 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:57.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:56.573253+0000 mon.c (mon.1) 4870 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:57.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:56.575753+0000 mon.c (mon.1) 4871 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:56.578635+0000 mon.c (mon.1) 4872 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:57.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:56.579865+0000 mon.c (mon.1) 4873 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:57.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:56.590493+0000 mon.a (mon.0) 1983 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:57.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:56.651575+0000 mon.c (mon.1) 4874 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:57.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:56.654485+0000 mon.c (mon.1) 4875 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:56.658236+0000 mon.c (mon.1) 4876 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:57.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:56.659571+0000 mon.c (mon.1) 4877 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:57.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:56.671430+0000 mon.a (mon.0) 1984 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:57.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:56.746604+0000 mon.c (mon.1) 4878 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:57.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:56.749312+0000 mon.c (mon.1) 4879 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:56.752384+0000 mon.c (mon.1) 4880 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:57.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:56.753470+0000 mon.c (mon.1) 4881 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:57.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[70954]: audit 2024-03-30T04:48:56.761536+0000 mon.a (mon.0) 1985 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:57.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:55.864919+0000 mon.c (mon.1) 4844 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:57.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:55.865915+0000 mon.c (mon.1) 4845 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:57.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:55.876414+0000 mon.a (mon.0) 1976 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:57.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:55.962224+0000 mon.c (mon.1) 4846 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:57.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:55.965794+0000 mon.c (mon.1) 4847 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:55.968634+0000 mon.c (mon.1) 4848 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:57.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:55.969629+0000 mon.c (mon.1) 4849 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:57.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:55.982285+0000 mon.a (mon.0) 1977 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:57.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:56.058281+0000 mon.c (mon.1) 4850 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:57.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:56.061769+0000 mon.c (mon.1) 4851 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:56.064505+0000 mon.c (mon.1) 4852 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:57.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:56.065532+0000 mon.c (mon.1) 4853 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:57.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:56.076054+0000 mon.a (mon.0) 1978 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:57.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:56.155629+0000 mon.c (mon.1) 4854 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:57.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:56.158019+0000 mon.c (mon.1) 4855 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:56.161056+0000 mon.c (mon.1) 4856 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:57.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:56.162239+0000 mon.c (mon.1) 4857 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:57.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:56.172725+0000 mon.a (mon.0) 1979 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:57.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:56.265311+0000 mon.c (mon.1) 4858 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:57.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:56.269785+0000 mon.c (mon.1) 4859 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:56.273670+0000 mon.c (mon.1) 4860 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:57.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:56.274704+0000 mon.c (mon.1) 4861 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:57.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:56.285256+0000 mon.a (mon.0) 1980 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:57.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:56.361358+0000 mon.c (mon.1) 4862 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:57.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:56.366061+0000 mon.c (mon.1) 4863 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:56.370411+0000 mon.c (mon.1) 4864 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:57.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:56.372162+0000 mon.c (mon.1) 4865 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:57.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:56.387271+0000 mon.a (mon.0) 1981 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:57.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:56.473127+0000 mon.c (mon.1) 4866 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:57.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:56.475794+0000 mon.c (mon.1) 4867 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:56.478705+0000 mon.c (mon.1) 4868 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:57.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:56.479796+0000 mon.c (mon.1) 4869 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:57.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:56.491963+0000 mon.a (mon.0) 1982 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:57.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:56.573253+0000 mon.c (mon.1) 4870 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:57.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:56.575753+0000 mon.c (mon.1) 4871 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:56.578635+0000 mon.c (mon.1) 4872 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:57.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:56.579865+0000 mon.c (mon.1) 4873 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:57.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:56.590493+0000 mon.a (mon.0) 1983 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:57.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:56.651575+0000 mon.c (mon.1) 4874 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:57.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:56.654485+0000 mon.c (mon.1) 4875 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:56.658236+0000 mon.c (mon.1) 4876 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:57.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:56.659571+0000 mon.c (mon.1) 4877 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:57.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:56.671430+0000 mon.a (mon.0) 1984 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:57.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:56.746604+0000 mon.c (mon.1) 4878 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:57.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:56.749312+0000 mon.c (mon.1) 4879 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:56.752384+0000 mon.c (mon.1) 4880 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:57.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:56.753470+0000 mon.c (mon.1) 4881 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:57.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:56 smithi111 bash[73591]: audit 2024-03-30T04:48:56.761536+0000 mon.a (mon.0) 1985 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:57.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: cluster 2024-03-30T04:48:54.881819+0000 mgr.y (mgr.25441) 4519 : cluster [DBG] pgmap v2993: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: cluster 2024-03-30T04:48:54.882078+0000 mgr.y (mgr.25441) 4520 : cluster [DBG] pgmap v2994: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: cephadm 2024-03-30T04:48:54.893045+0000 mgr.y (mgr.25441) 4521 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:57.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: cluster 2024-03-30T04:48:54.985042+0000 mgr.y (mgr.25441) 4522 : cluster [DBG] pgmap v2995: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: cluster 2024-03-30T04:48:54.985298+0000 mgr.y (mgr.25441) 4523 : cluster [DBG] pgmap v2996: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: cephadm 2024-03-30T04:48:54.998356+0000 mgr.y (mgr.25441) 4524 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:57.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: cluster 2024-03-30T04:48:55.083360+0000 mgr.y (mgr.25441) 4525 : cluster [DBG] pgmap v2997: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: cluster 2024-03-30T04:48:55.084008+0000 mgr.y (mgr.25441) 4526 : cluster [DBG] pgmap v2998: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: cephadm 2024-03-30T04:48:55.093824+0000 mgr.y (mgr.25441) 4527 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:57.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: cluster 2024-03-30T04:48:55.181711+0000 mgr.y (mgr.25441) 4528 : cluster [DBG] pgmap v2999: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: cluster 2024-03-30T04:48:55.182271+0000 mgr.y (mgr.25441) 4529 : cluster [DBG] pgmap v3000: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: cephadm 2024-03-30T04:48:55.190403+0000 mgr.y (mgr.25441) 4530 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:57.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: cluster 2024-03-30T04:48:55.279777+0000 mgr.y (mgr.25441) 4531 : cluster [DBG] pgmap v3001: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: cluster 2024-03-30T04:48:55.280316+0000 mgr.y (mgr.25441) 4532 : cluster [DBG] pgmap v3002: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: cephadm 2024-03-30T04:48:55.290782+0000 mgr.y (mgr.25441) 4533 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:57.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: cluster 2024-03-30T04:48:55.373497+0000 mgr.y (mgr.25441) 4534 : cluster [DBG] pgmap v3003: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: cluster 2024-03-30T04:48:55.374011+0000 mgr.y (mgr.25441) 4535 : cluster [DBG] pgmap v3004: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: cephadm 2024-03-30T04:48:55.394054+0000 mgr.y (mgr.25441) 4536 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:57.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: cluster 2024-03-30T04:48:55.457622+0000 mgr.y (mgr.25441) 4537 : cluster [DBG] pgmap v3005: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: cluster 2024-03-30T04:48:55.457868+0000 mgr.y (mgr.25441) 4538 : cluster [DBG] pgmap v3006: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: cephadm 2024-03-30T04:48:55.465671+0000 mgr.y (mgr.25441) 4539 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:57.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: cluster 2024-03-30T04:48:55.545050+0000 mgr.y (mgr.25441) 4540 : cluster [DBG] pgmap v3007: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: cluster 2024-03-30T04:48:55.545285+0000 mgr.y (mgr.25441) 4541 : cluster [DBG] pgmap v3008: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: cephadm 2024-03-30T04:48:55.555033+0000 mgr.y (mgr.25441) 4542 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:57.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: cluster 2024-03-30T04:48:55.634998+0000 mgr.y (mgr.25441) 4543 : cluster [DBG] pgmap v3009: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: cluster 2024-03-30T04:48:55.635600+0000 mgr.y (mgr.25441) 4544 : cluster [DBG] pgmap v3010: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: cephadm 2024-03-30T04:48:55.645748+0000 mgr.y (mgr.25441) 4545 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:57.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: cluster 2024-03-30T04:48:55.710410+0000 mgr.y (mgr.25441) 4546 : cluster [DBG] pgmap v3011: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: cluster 2024-03-30T04:48:55.711004+0000 mgr.y (mgr.25441) 4547 : cluster [DBG] pgmap v3012: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: cephadm 2024-03-30T04:48:55.719200+0000 mgr.y (mgr.25441) 4548 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:57.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:55.781342+0000 mon.c (mon.1) 4838 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:57.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:55.786027+0000 mon.c (mon.1) 4839 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:55.788962+0000 mon.c (mon.1) 4840 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:57.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:55.790124+0000 mon.c (mon.1) 4841 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:57.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: cluster 2024-03-30T04:48:55.791893+0000 mgr.y (mgr.25441) 4549 : cluster [DBG] pgmap v3013: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: cluster 2024-03-30T04:48:55.792151+0000 mgr.y (mgr.25441) 4550 : cluster [DBG] pgmap v3014: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:55.797468+0000 mon.a (mon.0) 1975 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:57.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: cephadm 2024-03-30T04:48:55.801499+0000 mgr.y (mgr.25441) 4551 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:57.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:55.858875+0000 mon.c (mon.1) 4842 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:57.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:55.862156+0000 mon.c (mon.1) 4843 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:55.864919+0000 mon.c (mon.1) 4844 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:57.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:55.865915+0000 mon.c (mon.1) 4845 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:57.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:55.876414+0000 mon.a (mon.0) 1976 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:57.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:55.962224+0000 mon.c (mon.1) 4846 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:57.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:55.965794+0000 mon.c (mon.1) 4847 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:55.968634+0000 mon.c (mon.1) 4848 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:57.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:55.969629+0000 mon.c (mon.1) 4849 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:57.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:55.982285+0000 mon.a (mon.0) 1977 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:57.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:56.058281+0000 mon.c (mon.1) 4850 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:57.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:56.061769+0000 mon.c (mon.1) 4851 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:56.064505+0000 mon.c (mon.1) 4852 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:57.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:56.065532+0000 mon.c (mon.1) 4853 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:57.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:56.076054+0000 mon.a (mon.0) 1978 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:57.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:56.155629+0000 mon.c (mon.1) 4854 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:57.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:56.158019+0000 mon.c (mon.1) 4855 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:56.161056+0000 mon.c (mon.1) 4856 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:57.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:56.162239+0000 mon.c (mon.1) 4857 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:57.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:56.172725+0000 mon.a (mon.0) 1979 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:57.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:56.265311+0000 mon.c (mon.1) 4858 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:57.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:56.269785+0000 mon.c (mon.1) 4859 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:56.273670+0000 mon.c (mon.1) 4860 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:57.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:56.274704+0000 mon.c (mon.1) 4861 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:57.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:56.285256+0000 mon.a (mon.0) 1980 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:57.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:56.361358+0000 mon.c (mon.1) 4862 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:57.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:56.366061+0000 mon.c (mon.1) 4863 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:56.370411+0000 mon.c (mon.1) 4864 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:57.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:56.372162+0000 mon.c (mon.1) 4865 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:57.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:56.387271+0000 mon.a (mon.0) 1981 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:57.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:56.473127+0000 mon.c (mon.1) 4866 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:57.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:56.475794+0000 mon.c (mon.1) 4867 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:56.478705+0000 mon.c (mon.1) 4868 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:57.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:56.479796+0000 mon.c (mon.1) 4869 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:57.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:56.491963+0000 mon.a (mon.0) 1982 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:57.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:56.573253+0000 mon.c (mon.1) 4870 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:57.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:56.575753+0000 mon.c (mon.1) 4871 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:56.578635+0000 mon.c (mon.1) 4872 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:57.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:56.579865+0000 mon.c (mon.1) 4873 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:57.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:56.590493+0000 mon.a (mon.0) 1983 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:57.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:56.651575+0000 mon.c (mon.1) 4874 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:57.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:56.654485+0000 mon.c (mon.1) 4875 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:56.658236+0000 mon.c (mon.1) 4876 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:57.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:56.659571+0000 mon.c (mon.1) 4877 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:57.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:56.671430+0000 mon.a (mon.0) 1984 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:57.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:56.746604+0000 mon.c (mon.1) 4878 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:57.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:56.749312+0000 mon.c (mon.1) 4879 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:56.752384+0000 mon.c (mon.1) 4880 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:57.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:56.753470+0000 mon.c (mon.1) 4881 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:57.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:56 smithi117 bash[62284]: audit 2024-03-30T04:48:56.761536+0000 mon.a (mon.0) 1985 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:57.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: cluster 2024-03-30T04:48:55.867834+0000 mgr.y (mgr.25441) 4552 : cluster [DBG] pgmap v3015: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: cluster 2024-03-30T04:48:55.868101+0000 mgr.y (mgr.25441) 4553 : cluster [DBG] pgmap v3016: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: cephadm 2024-03-30T04:48:55.878742+0000 mgr.y (mgr.25441) 4554 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:57.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: cluster 2024-03-30T04:48:55.971500+0000 mgr.y (mgr.25441) 4555 : cluster [DBG] pgmap v3017: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: cluster 2024-03-30T04:48:55.971703+0000 mgr.y (mgr.25441) 4556 : cluster [DBG] pgmap v3018: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: cephadm 2024-03-30T04:48:55.984136+0000 mgr.y (mgr.25441) 4557 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:57.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: cluster 2024-03-30T04:48:56.067357+0000 mgr.y (mgr.25441) 4558 : cluster [DBG] pgmap v3019: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: cluster 2024-03-30T04:48:56.067572+0000 mgr.y (mgr.25441) 4559 : cluster [DBG] pgmap v3020: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: cephadm 2024-03-30T04:48:56.079027+0000 mgr.y (mgr.25441) 4560 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:57.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: cluster 2024-03-30T04:48:56.164398+0000 mgr.y (mgr.25441) 4561 : cluster [DBG] pgmap v3021: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: cluster 2024-03-30T04:48:56.164885+0000 mgr.y (mgr.25441) 4562 : cluster [DBG] pgmap v3022: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: cephadm 2024-03-30T04:48:56.176727+0000 mgr.y (mgr.25441) 4563 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:57.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: cluster 2024-03-30T04:48:56.276370+0000 mgr.y (mgr.25441) 4564 : cluster [DBG] pgmap v3023: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: cluster 2024-03-30T04:48:56.276650+0000 mgr.y (mgr.25441) 4565 : cluster [DBG] pgmap v3024: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: cephadm 2024-03-30T04:48:56.288428+0000 mgr.y (mgr.25441) 4566 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:57.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: cluster 2024-03-30T04:48:56.374928+0000 mgr.y (mgr.25441) 4567 : cluster [DBG] pgmap v3025: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: cluster 2024-03-30T04:48:56.375518+0000 mgr.y (mgr.25441) 4568 : cluster [DBG] pgmap v3026: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: cephadm 2024-03-30T04:48:56.390637+0000 mgr.y (mgr.25441) 4569 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:57.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: cluster 2024-03-30T04:48:56.481937+0000 mgr.y (mgr.25441) 4570 : cluster [DBG] pgmap v3027: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: cluster 2024-03-30T04:48:56.482486+0000 mgr.y (mgr.25441) 4571 : cluster [DBG] pgmap v3028: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: cephadm 2024-03-30T04:48:56.493468+0000 mgr.y (mgr.25441) 4572 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:57.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: cluster 2024-03-30T04:48:56.582176+0000 mgr.y (mgr.25441) 4573 : cluster [DBG] pgmap v3029: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: cluster 2024-03-30T04:48:56.582750+0000 mgr.y (mgr.25441) 4574 : cluster [DBG] pgmap v3030: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: cephadm 2024-03-30T04:48:56.593336+0000 mgr.y (mgr.25441) 4575 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:57.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: cluster 2024-03-30T04:48:56.661989+0000 mgr.y (mgr.25441) 4576 : cluster [DBG] pgmap v3031: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: cluster 2024-03-30T04:48:56.662400+0000 mgr.y (mgr.25441) 4577 : cluster [DBG] pgmap v3032: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:57.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: cephadm 2024-03-30T04:48:56.676467+0000 mgr.y (mgr.25441) 4578 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:57.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: cluster 2024-03-30T04:48:56.755220+0000 mgr.y (mgr.25441) 4579 : cluster [DBG] pgmap v3033: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 18 op/s 2024-03-30T04:48:57.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: cluster 2024-03-30T04:48:56.755419+0000 mgr.y (mgr.25441) 4580 : cluster [DBG] pgmap v3034: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 18 op/s 2024-03-30T04:48:57.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: cephadm 2024-03-30T04:48:56.766718+0000 mgr.y (mgr.25441) 4581 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:57.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: audit 2024-03-30T04:48:56.826342+0000 mon.c (mon.1) 4882 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:57.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: audit 2024-03-30T04:48:56.828649+0000 mon.c (mon.1) 4883 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: audit 2024-03-30T04:48:56.830840+0000 mon.c (mon.1) 4884 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:57.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: audit 2024-03-30T04:48:56.831656+0000 mon.c (mon.1) 4885 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:57.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: audit 2024-03-30T04:48:56.840659+0000 mon.a (mon.0) 1986 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:57.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: audit 2024-03-30T04:48:56.884473+0000 mon.c (mon.1) 4886 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:57.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: audit 2024-03-30T04:48:56.886690+0000 mon.c (mon.1) 4887 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: audit 2024-03-30T04:48:56.888692+0000 mon.c (mon.1) 4888 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:57.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: audit 2024-03-30T04:48:56.889532+0000 mon.c (mon.1) 4889 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:57.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: audit 2024-03-30T04:48:56.896142+0000 mon.a (mon.0) 1987 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:57.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: audit 2024-03-30T04:48:56.943702+0000 mon.a (mon.0) 1988 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:57.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: audit 2024-03-30T04:48:56.949217+0000 mon.c (mon.1) 4890 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:57.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: audit 2024-03-30T04:48:56.953428+0000 mon.a (mon.0) 1989 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:57.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: audit 2024-03-30T04:48:56.956634+0000 mon.c (mon.1) 4891 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: audit 2024-03-30T04:48:56.959619+0000 mon.c (mon.1) 4892 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: audit 2024-03-30T04:48:56.963176+0000 mon.a (mon.0) 1990 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:57.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: audit 2024-03-30T04:48:56.965695+0000 mon.c (mon.1) 4893 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: audit 2024-03-30T04:48:56.968185+0000 mon.c (mon.1) 4894 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: audit 2024-03-30T04:48:56.971214+0000 mon.c (mon.1) 4895 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: audit 2024-03-30T04:48:56.973116+0000 mon.c (mon.1) 4896 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: audit 2024-03-30T04:48:56.977890+0000 mon.a (mon.0) 1991 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:57.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: audit 2024-03-30T04:48:56.980989+0000 mon.c (mon.1) 4897 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi111.gqpgtc"}]: dispatch 2024-03-30T04:48:57.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: audit 2024-03-30T04:48:56.981306+0000 mon.a (mon.0) 1992 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi111.gqpgtc"}]: dispatch 2024-03-30T04:48:57.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: audit 2024-03-30T04:48:56.984035+0000 mon.a (mon.0) 1993 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi111.gqpgtc"}]': finished 2024-03-30T04:48:57.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: audit 2024-03-30T04:48:56.987290+0000 mon.c (mon.1) 4898 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi117.nijpsz"}]: dispatch 2024-03-30T04:48:57.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: audit 2024-03-30T04:48:56.987668+0000 mon.a (mon.0) 1994 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi117.nijpsz"}]: dispatch 2024-03-30T04:48:57.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: audit 2024-03-30T04:48:56.990171+0000 mon.a (mon.0) 1995 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi117.nijpsz"}]': finished 2024-03-30T04:48:57.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: audit 2024-03-30T04:48:56.993155+0000 mon.c (mon.1) 4899 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi111.nqgkvi"}]: dispatch 2024-03-30T04:48:57.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: audit 2024-03-30T04:48:56.993484+0000 mon.a (mon.0) 1996 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi111.nqgkvi"}]: dispatch 2024-03-30T04:48:57.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: audit 2024-03-30T04:48:56.997376+0000 mon.a (mon.0) 1997 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi111.nqgkvi"}]': finished 2024-03-30T04:48:57.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: audit 2024-03-30T04:48:57.000673+0000 mon.c (mon.1) 4900 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi117.wrgldy"}]: dispatch 2024-03-30T04:48:57.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: audit 2024-03-30T04:48:57.000984+0000 mon.a (mon.0) 1998 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi117.wrgldy"}]: dispatch 2024-03-30T04:48:57.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: audit 2024-03-30T04:48:57.004614+0000 mon.a (mon.0) 1999 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi117.wrgldy"}]': finished 2024-03-30T04:48:57.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: audit 2024-03-30T04:48:57.008462+0000 mon.c (mon.1) 4901 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: audit 2024-03-30T04:48:57.013261+0000 mon.a (mon.0) 2000 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:57.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: audit 2024-03-30T04:48:57.016924+0000 mon.c (mon.1) 4902 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: audit 2024-03-30T04:48:57.018119+0000 mon.c (mon.1) 4903 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:57 smithi117 bash[62284]: audit 2024-03-30T04:48:57.022582+0000 mon.a (mon.0) 2001 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:58.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: cluster 2024-03-30T04:48:55.867834+0000 mgr.y (mgr.25441) 4552 : cluster [DBG] pgmap v3015: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:58.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: cluster 2024-03-30T04:48:55.868101+0000 mgr.y (mgr.25441) 4553 : cluster [DBG] pgmap v3016: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:58.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: cephadm 2024-03-30T04:48:55.878742+0000 mgr.y (mgr.25441) 4554 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:58.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: cluster 2024-03-30T04:48:55.971500+0000 mgr.y (mgr.25441) 4555 : cluster [DBG] pgmap v3017: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:58.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: cluster 2024-03-30T04:48:55.971703+0000 mgr.y (mgr.25441) 4556 : cluster [DBG] pgmap v3018: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:58.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: cephadm 2024-03-30T04:48:55.984136+0000 mgr.y (mgr.25441) 4557 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:58.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: cluster 2024-03-30T04:48:56.067357+0000 mgr.y (mgr.25441) 4558 : cluster [DBG] pgmap v3019: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:58.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: cluster 2024-03-30T04:48:56.067572+0000 mgr.y (mgr.25441) 4559 : cluster [DBG] pgmap v3020: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:58.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: cephadm 2024-03-30T04:48:56.079027+0000 mgr.y (mgr.25441) 4560 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:58.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: cluster 2024-03-30T04:48:56.164398+0000 mgr.y (mgr.25441) 4561 : cluster [DBG] pgmap v3021: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:58.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: cluster 2024-03-30T04:48:56.164885+0000 mgr.y (mgr.25441) 4562 : cluster [DBG] pgmap v3022: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:58.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: cephadm 2024-03-30T04:48:56.176727+0000 mgr.y (mgr.25441) 4563 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:58.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: cluster 2024-03-30T04:48:56.276370+0000 mgr.y (mgr.25441) 4564 : cluster [DBG] pgmap v3023: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:58.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: cluster 2024-03-30T04:48:56.276650+0000 mgr.y (mgr.25441) 4565 : cluster [DBG] pgmap v3024: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:58.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: cephadm 2024-03-30T04:48:56.288428+0000 mgr.y (mgr.25441) 4566 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:58.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: cluster 2024-03-30T04:48:56.374928+0000 mgr.y (mgr.25441) 4567 : cluster [DBG] pgmap v3025: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:58.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: cluster 2024-03-30T04:48:56.375518+0000 mgr.y (mgr.25441) 4568 : cluster [DBG] pgmap v3026: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:58.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: cephadm 2024-03-30T04:48:56.390637+0000 mgr.y (mgr.25441) 4569 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:58.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: cluster 2024-03-30T04:48:56.481937+0000 mgr.y (mgr.25441) 4570 : cluster [DBG] pgmap v3027: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:58.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: cluster 2024-03-30T04:48:56.482486+0000 mgr.y (mgr.25441) 4571 : cluster [DBG] pgmap v3028: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:58.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: cluster 2024-03-30T04:48:55.867834+0000 mgr.y (mgr.25441) 4552 : cluster [DBG] pgmap v3015: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:58.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: cluster 2024-03-30T04:48:55.868101+0000 mgr.y (mgr.25441) 4553 : cluster [DBG] pgmap v3016: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:58.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: cephadm 2024-03-30T04:48:55.878742+0000 mgr.y (mgr.25441) 4554 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:58.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: cluster 2024-03-30T04:48:55.971500+0000 mgr.y (mgr.25441) 4555 : cluster [DBG] pgmap v3017: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:58.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: cluster 2024-03-30T04:48:55.971703+0000 mgr.y (mgr.25441) 4556 : cluster [DBG] pgmap v3018: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:58.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: cephadm 2024-03-30T04:48:55.984136+0000 mgr.y (mgr.25441) 4557 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:58.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: cluster 2024-03-30T04:48:56.067357+0000 mgr.y (mgr.25441) 4558 : cluster [DBG] pgmap v3019: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:58.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: cluster 2024-03-30T04:48:56.067572+0000 mgr.y (mgr.25441) 4559 : cluster [DBG] pgmap v3020: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:58.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: cephadm 2024-03-30T04:48:56.079027+0000 mgr.y (mgr.25441) 4560 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:58.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: cluster 2024-03-30T04:48:56.164398+0000 mgr.y (mgr.25441) 4561 : cluster [DBG] pgmap v3021: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:58.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: cluster 2024-03-30T04:48:56.164885+0000 mgr.y (mgr.25441) 4562 : cluster [DBG] pgmap v3022: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:58.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: cephadm 2024-03-30T04:48:56.176727+0000 mgr.y (mgr.25441) 4563 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:58.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: cluster 2024-03-30T04:48:56.276370+0000 mgr.y (mgr.25441) 4564 : cluster [DBG] pgmap v3023: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:58.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: cluster 2024-03-30T04:48:56.276650+0000 mgr.y (mgr.25441) 4565 : cluster [DBG] pgmap v3024: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:58.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: cephadm 2024-03-30T04:48:56.288428+0000 mgr.y (mgr.25441) 4566 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:58.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: cluster 2024-03-30T04:48:56.374928+0000 mgr.y (mgr.25441) 4567 : cluster [DBG] pgmap v3025: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:58.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: cluster 2024-03-30T04:48:56.375518+0000 mgr.y (mgr.25441) 4568 : cluster [DBG] pgmap v3026: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:58.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: cephadm 2024-03-30T04:48:56.390637+0000 mgr.y (mgr.25441) 4569 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:58.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: cluster 2024-03-30T04:48:56.481937+0000 mgr.y (mgr.25441) 4570 : cluster [DBG] pgmap v3027: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:58.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: cluster 2024-03-30T04:48:56.482486+0000 mgr.y (mgr.25441) 4571 : cluster [DBG] pgmap v3028: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:58.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: cephadm 2024-03-30T04:48:56.493468+0000 mgr.y (mgr.25441) 4572 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:58.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: cluster 2024-03-30T04:48:56.582176+0000 mgr.y (mgr.25441) 4573 : cluster [DBG] pgmap v3029: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:58.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: cluster 2024-03-30T04:48:56.582750+0000 mgr.y (mgr.25441) 4574 : cluster [DBG] pgmap v3030: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:58.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: cephadm 2024-03-30T04:48:56.593336+0000 mgr.y (mgr.25441) 4575 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:58.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: cluster 2024-03-30T04:48:56.661989+0000 mgr.y (mgr.25441) 4576 : cluster [DBG] pgmap v3031: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:58.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: cluster 2024-03-30T04:48:56.662400+0000 mgr.y (mgr.25441) 4577 : cluster [DBG] pgmap v3032: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:58.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: cephadm 2024-03-30T04:48:56.676467+0000 mgr.y (mgr.25441) 4578 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:58.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: cluster 2024-03-30T04:48:56.755220+0000 mgr.y (mgr.25441) 4579 : cluster [DBG] pgmap v3033: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 18 op/s 2024-03-30T04:48:58.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: cluster 2024-03-30T04:48:56.755419+0000 mgr.y (mgr.25441) 4580 : cluster [DBG] pgmap v3034: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 18 op/s 2024-03-30T04:48:58.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: cephadm 2024-03-30T04:48:56.766718+0000 mgr.y (mgr.25441) 4581 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:58.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: audit 2024-03-30T04:48:56.826342+0000 mon.c (mon.1) 4882 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:58.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: audit 2024-03-30T04:48:56.828649+0000 mon.c (mon.1) 4883 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:58.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: audit 2024-03-30T04:48:56.830840+0000 mon.c (mon.1) 4884 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:58.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: audit 2024-03-30T04:48:56.831656+0000 mon.c (mon.1) 4885 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:58.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: audit 2024-03-30T04:48:56.840659+0000 mon.a (mon.0) 1986 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:58.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: audit 2024-03-30T04:48:56.884473+0000 mon.c (mon.1) 4886 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:58.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: audit 2024-03-30T04:48:56.886690+0000 mon.c (mon.1) 4887 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:58.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: audit 2024-03-30T04:48:56.888692+0000 mon.c (mon.1) 4888 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:58.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: audit 2024-03-30T04:48:56.889532+0000 mon.c (mon.1) 4889 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:58.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: audit 2024-03-30T04:48:56.896142+0000 mon.a (mon.0) 1987 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:58.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: cephadm 2024-03-30T04:48:56.493468+0000 mgr.y (mgr.25441) 4572 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:58.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: cluster 2024-03-30T04:48:56.582176+0000 mgr.y (mgr.25441) 4573 : cluster [DBG] pgmap v3029: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:58.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: cluster 2024-03-30T04:48:56.582750+0000 mgr.y (mgr.25441) 4574 : cluster [DBG] pgmap v3030: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:58.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: cephadm 2024-03-30T04:48:56.593336+0000 mgr.y (mgr.25441) 4575 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:58.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: cluster 2024-03-30T04:48:56.661989+0000 mgr.y (mgr.25441) 4576 : cluster [DBG] pgmap v3031: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:58.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: cluster 2024-03-30T04:48:56.662400+0000 mgr.y (mgr.25441) 4577 : cluster [DBG] pgmap v3032: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:58.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: cephadm 2024-03-30T04:48:56.676467+0000 mgr.y (mgr.25441) 4578 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:58.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: cluster 2024-03-30T04:48:56.755220+0000 mgr.y (mgr.25441) 4579 : cluster [DBG] pgmap v3033: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 18 op/s 2024-03-30T04:48:58.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: cluster 2024-03-30T04:48:56.755419+0000 mgr.y (mgr.25441) 4580 : cluster [DBG] pgmap v3034: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 18 op/s 2024-03-30T04:48:58.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: cephadm 2024-03-30T04:48:56.766718+0000 mgr.y (mgr.25441) 4581 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:58.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: audit 2024-03-30T04:48:56.826342+0000 mon.c (mon.1) 4882 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:58.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: audit 2024-03-30T04:48:56.828649+0000 mon.c (mon.1) 4883 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:58.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: audit 2024-03-30T04:48:56.830840+0000 mon.c (mon.1) 4884 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:58.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: audit 2024-03-30T04:48:56.831656+0000 mon.c (mon.1) 4885 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:58.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: audit 2024-03-30T04:48:56.840659+0000 mon.a (mon.0) 1986 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:58.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: audit 2024-03-30T04:48:56.884473+0000 mon.c (mon.1) 4886 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:58.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: audit 2024-03-30T04:48:56.886690+0000 mon.c (mon.1) 4887 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:58.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: audit 2024-03-30T04:48:56.888692+0000 mon.c (mon.1) 4888 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:58.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: audit 2024-03-30T04:48:56.889532+0000 mon.c (mon.1) 4889 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:58.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: audit 2024-03-30T04:48:56.896142+0000 mon.a (mon.0) 1987 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:58.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: audit 2024-03-30T04:48:56.943702+0000 mon.a (mon.0) 1988 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:58.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: audit 2024-03-30T04:48:56.949217+0000 mon.c (mon.1) 4890 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:58.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: audit 2024-03-30T04:48:56.953428+0000 mon.a (mon.0) 1989 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:58.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: audit 2024-03-30T04:48:56.956634+0000 mon.c (mon.1) 4891 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:58.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: audit 2024-03-30T04:48:56.959619+0000 mon.c (mon.1) 4892 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:58.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: audit 2024-03-30T04:48:56.963176+0000 mon.a (mon.0) 1990 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:58.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: audit 2024-03-30T04:48:56.965695+0000 mon.c (mon.1) 4893 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:58.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: audit 2024-03-30T04:48:56.968185+0000 mon.c (mon.1) 4894 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:58.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: audit 2024-03-30T04:48:56.971214+0000 mon.c (mon.1) 4895 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:58.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: audit 2024-03-30T04:48:56.973116+0000 mon.c (mon.1) 4896 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:58.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: audit 2024-03-30T04:48:56.977890+0000 mon.a (mon.0) 1991 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:58.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: audit 2024-03-30T04:48:56.980989+0000 mon.c (mon.1) 4897 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi111.gqpgtc"}]: dispatch 2024-03-30T04:48:58.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: audit 2024-03-30T04:48:56.981306+0000 mon.a (mon.0) 1992 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi111.gqpgtc"}]: dispatch 2024-03-30T04:48:58.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: audit 2024-03-30T04:48:56.984035+0000 mon.a (mon.0) 1993 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi111.gqpgtc"}]': finished 2024-03-30T04:48:58.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: audit 2024-03-30T04:48:56.987290+0000 mon.c (mon.1) 4898 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi117.nijpsz"}]: dispatch 2024-03-30T04:48:58.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: audit 2024-03-30T04:48:56.987668+0000 mon.a (mon.0) 1994 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi117.nijpsz"}]: dispatch 2024-03-30T04:48:58.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: audit 2024-03-30T04:48:56.990171+0000 mon.a (mon.0) 1995 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi117.nijpsz"}]': finished 2024-03-30T04:48:58.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: audit 2024-03-30T04:48:56.993155+0000 mon.c (mon.1) 4899 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi111.nqgkvi"}]: dispatch 2024-03-30T04:48:58.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: audit 2024-03-30T04:48:56.993484+0000 mon.a (mon.0) 1996 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi111.nqgkvi"}]: dispatch 2024-03-30T04:48:58.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: audit 2024-03-30T04:48:56.943702+0000 mon.a (mon.0) 1988 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:58.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: audit 2024-03-30T04:48:56.949217+0000 mon.c (mon.1) 4890 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:58.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: audit 2024-03-30T04:48:56.953428+0000 mon.a (mon.0) 1989 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:58.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: audit 2024-03-30T04:48:56.956634+0000 mon.c (mon.1) 4891 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:58.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: audit 2024-03-30T04:48:56.959619+0000 mon.c (mon.1) 4892 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:58.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: audit 2024-03-30T04:48:56.963176+0000 mon.a (mon.0) 1990 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:58.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: audit 2024-03-30T04:48:56.965695+0000 mon.c (mon.1) 4893 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:58.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: audit 2024-03-30T04:48:56.968185+0000 mon.c (mon.1) 4894 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:58.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: audit 2024-03-30T04:48:56.971214+0000 mon.c (mon.1) 4895 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:58.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: audit 2024-03-30T04:48:56.973116+0000 mon.c (mon.1) 4896 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:58.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: audit 2024-03-30T04:48:56.977890+0000 mon.a (mon.0) 1991 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:58.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: audit 2024-03-30T04:48:56.980989+0000 mon.c (mon.1) 4897 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi111.gqpgtc"}]: dispatch 2024-03-30T04:48:58.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: audit 2024-03-30T04:48:56.981306+0000 mon.a (mon.0) 1992 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi111.gqpgtc"}]: dispatch 2024-03-30T04:48:58.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: audit 2024-03-30T04:48:56.984035+0000 mon.a (mon.0) 1993 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi111.gqpgtc"}]': finished 2024-03-30T04:48:58.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: audit 2024-03-30T04:48:56.987290+0000 mon.c (mon.1) 4898 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi117.nijpsz"}]: dispatch 2024-03-30T04:48:58.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: audit 2024-03-30T04:48:56.987668+0000 mon.a (mon.0) 1994 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi117.nijpsz"}]: dispatch 2024-03-30T04:48:58.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: audit 2024-03-30T04:48:56.990171+0000 mon.a (mon.0) 1995 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi117.nijpsz"}]': finished 2024-03-30T04:48:58.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: audit 2024-03-30T04:48:56.993155+0000 mon.c (mon.1) 4899 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi111.nqgkvi"}]: dispatch 2024-03-30T04:48:58.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: audit 2024-03-30T04:48:56.993484+0000 mon.a (mon.0) 1996 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi111.nqgkvi"}]: dispatch 2024-03-30T04:48:58.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: audit 2024-03-30T04:48:56.997376+0000 mon.a (mon.0) 1997 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi111.nqgkvi"}]': finished 2024-03-30T04:48:58.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: audit 2024-03-30T04:48:57.000673+0000 mon.c (mon.1) 4900 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi117.wrgldy"}]: dispatch 2024-03-30T04:48:58.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: audit 2024-03-30T04:48:57.000984+0000 mon.a (mon.0) 1998 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi117.wrgldy"}]: dispatch 2024-03-30T04:48:58.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: audit 2024-03-30T04:48:57.004614+0000 mon.a (mon.0) 1999 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi117.wrgldy"}]': finished 2024-03-30T04:48:58.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: audit 2024-03-30T04:48:57.008462+0000 mon.c (mon.1) 4901 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:58.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: audit 2024-03-30T04:48:57.013261+0000 mon.a (mon.0) 2000 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:58.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: audit 2024-03-30T04:48:57.016924+0000 mon.c (mon.1) 4902 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:58.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: audit 2024-03-30T04:48:57.018119+0000 mon.c (mon.1) 4903 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:58.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[70954]: audit 2024-03-30T04:48:57.022582+0000 mon.a (mon.0) 2001 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:58.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: audit 2024-03-30T04:48:56.997376+0000 mon.a (mon.0) 1997 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi111.nqgkvi"}]': finished 2024-03-30T04:48:58.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: audit 2024-03-30T04:48:57.000673+0000 mon.c (mon.1) 4900 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi117.wrgldy"}]: dispatch 2024-03-30T04:48:58.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: audit 2024-03-30T04:48:57.000984+0000 mon.a (mon.0) 1998 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi117.wrgldy"}]: dispatch 2024-03-30T04:48:58.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: audit 2024-03-30T04:48:57.004614+0000 mon.a (mon.0) 1999 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi117.wrgldy"}]': finished 2024-03-30T04:48:58.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: audit 2024-03-30T04:48:57.008462+0000 mon.c (mon.1) 4901 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:58.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: audit 2024-03-30T04:48:57.013261+0000 mon.a (mon.0) 2000 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:58.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: audit 2024-03-30T04:48:57.016924+0000 mon.c (mon.1) 4902 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:58.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: audit 2024-03-30T04:48:57.018119+0000 mon.c (mon.1) 4903 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:58.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:57 smithi111 bash[73591]: audit 2024-03-30T04:48:57.022582+0000 mon.a (mon.0) 2001 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:48:59.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:58 smithi111 bash[70954]: cluster 2024-03-30T04:48:56.833162+0000 mgr.y (mgr.25441) 4582 : cluster [DBG] pgmap v3035: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-03-30T04:48:59.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:58 smithi111 bash[70954]: cluster 2024-03-30T04:48:56.833349+0000 mgr.y (mgr.25441) 4583 : cluster [DBG] pgmap v3036: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-03-30T04:48:59.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:58 smithi111 bash[70954]: cephadm 2024-03-30T04:48:56.841363+0000 mgr.y (mgr.25441) 4584 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:59.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:58 smithi111 bash[70954]: cluster 2024-03-30T04:48:56.890941+0000 mgr.y (mgr.25441) 4585 : cluster [DBG] pgmap v3037: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s 2024-03-30T04:48:59.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:58 smithi111 bash[70954]: cluster 2024-03-30T04:48:56.891132+0000 mgr.y (mgr.25441) 4586 : cluster [DBG] pgmap v3038: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s 2024-03-30T04:48:59.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:58 smithi111 bash[70954]: cephadm 2024-03-30T04:48:56.896817+0000 mgr.y (mgr.25441) 4587 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:59.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:58 smithi111 bash[70954]: cluster 2024-03-30T04:48:56.955139+0000 mgr.y (mgr.25441) 4588 : cluster [DBG] pgmap v3039: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:59.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:58 smithi111 bash[70954]: cluster 2024-03-30T04:48:56.956722+0000 mgr.y (mgr.25441) 4589 : cluster [DBG] pgmap v3040: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:59.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:58 smithi111 bash[70954]: cephadm 2024-03-30T04:48:56.973802+0000 mgr.y (mgr.25441) 4590 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-03-30T04:48:59.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:58 smithi111 bash[70954]: cephadm 2024-03-30T04:48:57.009379+0000 mgr.y (mgr.25441) 4591 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-03-30T04:48:59.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:48:58 smithi111 bash[70954]: cephadm 2024-03-30T04:48:57.018827+0000 mgr.y (mgr.25441) 4592 : cephadm [INF] Upgrade: Setting container_image for all ceph-exporter 2024-03-30T04:48:59.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:58 smithi111 bash[73591]: cluster 2024-03-30T04:48:56.833162+0000 mgr.y (mgr.25441) 4582 : cluster [DBG] pgmap v3035: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-03-30T04:48:59.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:58 smithi111 bash[73591]: cluster 2024-03-30T04:48:56.833349+0000 mgr.y (mgr.25441) 4583 : cluster [DBG] pgmap v3036: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-03-30T04:48:59.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:58 smithi111 bash[73591]: cephadm 2024-03-30T04:48:56.841363+0000 mgr.y (mgr.25441) 4584 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:59.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:58 smithi111 bash[73591]: cluster 2024-03-30T04:48:56.890941+0000 mgr.y (mgr.25441) 4585 : cluster [DBG] pgmap v3037: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s 2024-03-30T04:48:59.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:58 smithi111 bash[73591]: cluster 2024-03-30T04:48:56.891132+0000 mgr.y (mgr.25441) 4586 : cluster [DBG] pgmap v3038: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s 2024-03-30T04:48:59.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:58 smithi111 bash[73591]: cephadm 2024-03-30T04:48:56.896817+0000 mgr.y (mgr.25441) 4587 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:59.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:58 smithi111 bash[73591]: cluster 2024-03-30T04:48:56.955139+0000 mgr.y (mgr.25441) 4588 : cluster [DBG] pgmap v3039: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:59.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:58 smithi111 bash[73591]: cluster 2024-03-30T04:48:56.956722+0000 mgr.y (mgr.25441) 4589 : cluster [DBG] pgmap v3040: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:59.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:58 smithi111 bash[73591]: cephadm 2024-03-30T04:48:56.973802+0000 mgr.y (mgr.25441) 4590 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-03-30T04:48:59.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:58 smithi111 bash[73591]: cephadm 2024-03-30T04:48:57.009379+0000 mgr.y (mgr.25441) 4591 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-03-30T04:48:59.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:48:58 smithi111 bash[73591]: cephadm 2024-03-30T04:48:57.018827+0000 mgr.y (mgr.25441) 4592 : cephadm [INF] Upgrade: Setting container_image for all ceph-exporter 2024-03-30T04:48:59.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:58 smithi117 bash[62284]: cluster 2024-03-30T04:48:56.833162+0000 mgr.y (mgr.25441) 4582 : cluster [DBG] pgmap v3035: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-03-30T04:48:59.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:58 smithi117 bash[62284]: cluster 2024-03-30T04:48:56.833349+0000 mgr.y (mgr.25441) 4583 : cluster [DBG] pgmap v3036: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-03-30T04:48:59.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:58 smithi117 bash[62284]: cephadm 2024-03-30T04:48:56.841363+0000 mgr.y (mgr.25441) 4584 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:59.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:58 smithi117 bash[62284]: cluster 2024-03-30T04:48:56.890941+0000 mgr.y (mgr.25441) 4585 : cluster [DBG] pgmap v3037: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s 2024-03-30T04:48:59.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:58 smithi117 bash[62284]: cluster 2024-03-30T04:48:56.891132+0000 mgr.y (mgr.25441) 4586 : cluster [DBG] pgmap v3038: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s 2024-03-30T04:48:59.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:58 smithi117 bash[62284]: cephadm 2024-03-30T04:48:56.896817+0000 mgr.y (mgr.25441) 4587 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:59.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:58 smithi117 bash[62284]: cluster 2024-03-30T04:48:56.955139+0000 mgr.y (mgr.25441) 4588 : cluster [DBG] pgmap v3039: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:59.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:58 smithi117 bash[62284]: cluster 2024-03-30T04:48:56.956722+0000 mgr.y (mgr.25441) 4589 : cluster [DBG] pgmap v3040: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:59.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:58 smithi117 bash[62284]: cephadm 2024-03-30T04:48:56.973802+0000 mgr.y (mgr.25441) 4590 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-03-30T04:48:59.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:58 smithi117 bash[62284]: cephadm 2024-03-30T04:48:57.009379+0000 mgr.y (mgr.25441) 4591 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-03-30T04:48:59.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:48:58 smithi117 bash[62284]: cephadm 2024-03-30T04:48:57.018827+0000 mgr.y (mgr.25441) 4592 : cephadm [INF] Upgrade: Setting container_image for all ceph-exporter 2024-03-30T04:49:00.982 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:00 smithi117 bash[62284]: cluster 2024-03-30T04:48:58.958031+0000 mgr.y (mgr.25441) 4593 : cluster [DBG] pgmap v3041: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:00.982 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:00 smithi117 bash[62284]: audit 2024-03-30T04:49:00.152722+0000 mon.a (mon.0) 2002 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:00.982 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:00 smithi117 bash[62284]: audit 2024-03-30T04:49:00.156376+0000 mon.c (mon.1) 4904 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi111.fmwmll", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:49:00.982 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:00 smithi117 bash[62284]: audit 2024-03-30T04:49:00.156805+0000 mon.a (mon.0) 2003 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi111.fmwmll", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:49:00.982 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:00 smithi117 bash[62284]: audit 2024-03-30T04:49:00.166699+0000 mon.c (mon.1) 4905 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:00.982 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:00 smithi117 bash[62284]: audit 2024-03-30T04:49:00.263378+0000 mon.c (mon.1) 4906 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:49:01.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:00 smithi111 bash[70954]: cluster 2024-03-30T04:48:58.958031+0000 mgr.y (mgr.25441) 4593 : cluster [DBG] pgmap v3041: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:01.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:00 smithi111 bash[70954]: audit 2024-03-30T04:49:00.152722+0000 mon.a (mon.0) 2002 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:01.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:00 smithi111 bash[70954]: audit 2024-03-30T04:49:00.156376+0000 mon.c (mon.1) 4904 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi111.fmwmll", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:49:01.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:00 smithi111 bash[70954]: audit 2024-03-30T04:49:00.156805+0000 mon.a (mon.0) 2003 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi111.fmwmll", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:49:01.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:00 smithi111 bash[70954]: audit 2024-03-30T04:49:00.166699+0000 mon.c (mon.1) 4905 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:01.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:00 smithi111 bash[70954]: audit 2024-03-30T04:49:00.263378+0000 mon.c (mon.1) 4906 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:49:01.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:00 smithi111 bash[73591]: cluster 2024-03-30T04:48:58.958031+0000 mgr.y (mgr.25441) 4593 : cluster [DBG] pgmap v3041: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:01.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:00 smithi111 bash[73591]: audit 2024-03-30T04:49:00.152722+0000 mon.a (mon.0) 2002 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:01.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:00 smithi111 bash[73591]: audit 2024-03-30T04:49:00.156376+0000 mon.c (mon.1) 4904 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi111.fmwmll", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:49:01.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:00 smithi111 bash[73591]: audit 2024-03-30T04:49:00.156805+0000 mon.a (mon.0) 2003 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi111.fmwmll", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:49:01.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:00 smithi111 bash[73591]: audit 2024-03-30T04:49:00.166699+0000 mon.c (mon.1) 4905 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:01.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:00 smithi111 bash[73591]: audit 2024-03-30T04:49:00.263378+0000 mon.c (mon.1) 4906 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:49:02.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:01 smithi111 bash[70954]: cephadm 2024-03-30T04:49:00.146270+0000 mgr.y (mgr.25441) 4594 : cephadm [INF] Upgrade: Updating iscsi.foo.smithi111.fmwmll 2024-03-30T04:49:02.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:01 smithi111 bash[70954]: cephadm 2024-03-30T04:49:00.168031+0000 mgr.y (mgr.25441) 4595 : cephadm [INF] Deploying daemon iscsi.foo.smithi111.fmwmll on smithi111 2024-03-30T04:49:02.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:01 smithi111 bash[70954]: audit 2024-03-30T04:49:00.947902+0000 mon.a (mon.0) 2004 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:02.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:01 smithi111 bash[70954]: audit 2024-03-30T04:49:00.967090+0000 mon.a (mon.0) 2005 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:02.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:01 smithi111 bash[70954]: audit 2024-03-30T04:49:00.984311+0000 mon.a (mon.0) 2006 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:02.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:01 smithi111 bash[73591]: cephadm 2024-03-30T04:49:00.146270+0000 mgr.y (mgr.25441) 4594 : cephadm [INF] Upgrade: Updating iscsi.foo.smithi111.fmwmll 2024-03-30T04:49:02.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:01 smithi111 bash[73591]: cephadm 2024-03-30T04:49:00.168031+0000 mgr.y (mgr.25441) 4595 : cephadm [INF] Deploying daemon iscsi.foo.smithi111.fmwmll on smithi111 2024-03-30T04:49:02.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:01 smithi111 bash[73591]: audit 2024-03-30T04:49:00.947902+0000 mon.a (mon.0) 2004 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:02.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:01 smithi111 bash[73591]: audit 2024-03-30T04:49:00.967090+0000 mon.a (mon.0) 2005 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:02.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:01 smithi111 bash[73591]: audit 2024-03-30T04:49:00.984311+0000 mon.a (mon.0) 2006 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:02.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:01 smithi117 bash[62284]: cephadm 2024-03-30T04:49:00.146270+0000 mgr.y (mgr.25441) 4594 : cephadm [INF] Upgrade: Updating iscsi.foo.smithi111.fmwmll 2024-03-30T04:49:02.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:01 smithi117 bash[62284]: cephadm 2024-03-30T04:49:00.168031+0000 mgr.y (mgr.25441) 4595 : cephadm [INF] Deploying daemon iscsi.foo.smithi111.fmwmll on smithi111 2024-03-30T04:49:02.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:01 smithi117 bash[62284]: audit 2024-03-30T04:49:00.947902+0000 mon.a (mon.0) 2004 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:02.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:01 smithi117 bash[62284]: audit 2024-03-30T04:49:00.967090+0000 mon.a (mon.0) 2005 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:02.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:01 smithi117 bash[62284]: audit 2024-03-30T04:49:00.984311+0000 mon.a (mon.0) 2006 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:03.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:02 smithi111 bash[73591]: cluster 2024-03-30T04:49:00.959124+0000 mgr.y (mgr.25441) 4596 : cluster [DBG] pgmap v3042: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:03.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:02 smithi111 bash[73591]: cluster 2024-03-30T04:49:00.971454+0000 mgr.y (mgr.25441) 4597 : cluster [DBG] pgmap v3043: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:03.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:02 smithi111 bash[73591]: cluster 2024-03-30T04:49:00.972136+0000 mgr.y (mgr.25441) 4598 : cluster [DBG] pgmap v3044: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:03.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:02 smithi111 bash[73591]: audit 2024-03-30T04:49:01.515988+0000 mgr.y (mgr.25441) 4599 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:03.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:02 smithi111 bash[70954]: cluster 2024-03-30T04:49:00.959124+0000 mgr.y (mgr.25441) 4596 : cluster [DBG] pgmap v3042: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:03.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:02 smithi111 bash[70954]: cluster 2024-03-30T04:49:00.971454+0000 mgr.y (mgr.25441) 4597 : cluster [DBG] pgmap v3043: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:03.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:02 smithi111 bash[70954]: cluster 2024-03-30T04:49:00.972136+0000 mgr.y (mgr.25441) 4598 : cluster [DBG] pgmap v3044: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:03.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:02 smithi111 bash[70954]: audit 2024-03-30T04:49:01.515988+0000 mgr.y (mgr.25441) 4599 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:03.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:02 smithi117 bash[62284]: cluster 2024-03-30T04:49:00.959124+0000 mgr.y (mgr.25441) 4596 : cluster [DBG] pgmap v3042: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:03.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:02 smithi117 bash[62284]: cluster 2024-03-30T04:49:00.971454+0000 mgr.y (mgr.25441) 4597 : cluster [DBG] pgmap v3043: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:03.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:02 smithi117 bash[62284]: cluster 2024-03-30T04:49:00.972136+0000 mgr.y (mgr.25441) 4598 : cluster [DBG] pgmap v3044: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:03.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:02 smithi117 bash[62284]: audit 2024-03-30T04:49:01.515988+0000 mgr.y (mgr.25441) 4599 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:03.484 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:03 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:03.485 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:49:03 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:03.485 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:49:03 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:03.485 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:03 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:03.486 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:49:03 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:03.486 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:49:03 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:03.486 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:03 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:03.486 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:49:03 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:03.487 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:49:03 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:05.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:04 smithi111 bash[70954]: cluster 2024-03-30T04:49:02.973697+0000 mgr.y (mgr.25441) 4600 : cluster [DBG] pgmap v3045: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 850 B/s rd, 0 op/s 2024-03-30T04:49:05.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:04 smithi111 bash[73591]: cluster 2024-03-30T04:49:02.973697+0000 mgr.y (mgr.25441) 4600 : cluster [DBG] pgmap v3045: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 850 B/s rd, 0 op/s 2024-03-30T04:49:05.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:04 smithi117 bash[62284]: cluster 2024-03-30T04:49:02.973697+0000 mgr.y (mgr.25441) 4600 : cluster [DBG] pgmap v3045: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 850 B/s rd, 0 op/s 2024-03-30T04:49:06.453 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:06 smithi111 bash[73591]: cluster 2024-03-30T04:49:04.974319+0000 mgr.y (mgr.25441) 4601 : cluster [DBG] pgmap v3046: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 638 B/s rd, 0 op/s 2024-03-30T04:49:06.454 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:06 smithi111 bash[73591]: audit 2024-03-30T04:49:05.184862+0000 mon.a (mon.0) 2007 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:06.454 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:06 smithi111 bash[73591]: audit 2024-03-30T04:49:05.198841+0000 mon.a (mon.0) 2008 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:06.454 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:06 smithi111 bash[73591]: cluster 2024-03-30T04:49:05.201662+0000 mgr.y (mgr.25441) 4602 : cluster [DBG] pgmap v3047: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 819 B/s rd, 0 op/s 2024-03-30T04:49:06.454 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:06 smithi111 bash[73591]: cluster 2024-03-30T04:49:05.202168+0000 mgr.y (mgr.25441) 4603 : cluster [DBG] pgmap v3048: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:49:06.454 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:06 smithi111 bash[73591]: audit 2024-03-30T04:49:05.212688+0000 mon.a (mon.0) 2009 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:06.454 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:06 smithi111 bash[73591]: cluster 2024-03-30T04:49:05.797153+0000 mon.a (mon.0) 2010 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:49:06.454 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:06 smithi111 bash[70954]: cluster 2024-03-30T04:49:04.974319+0000 mgr.y (mgr.25441) 4601 : cluster [DBG] pgmap v3046: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 638 B/s rd, 0 op/s 2024-03-30T04:49:06.454 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:06 smithi111 bash[70954]: audit 2024-03-30T04:49:05.184862+0000 mon.a (mon.0) 2007 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:06.454 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:06 smithi111 bash[70954]: audit 2024-03-30T04:49:05.198841+0000 mon.a (mon.0) 2008 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:06.454 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:06 smithi111 bash[70954]: cluster 2024-03-30T04:49:05.201662+0000 mgr.y (mgr.25441) 4602 : cluster [DBG] pgmap v3047: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 819 B/s rd, 0 op/s 2024-03-30T04:49:06.454 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:06 smithi111 bash[70954]: cluster 2024-03-30T04:49:05.202168+0000 mgr.y (mgr.25441) 4603 : cluster [DBG] pgmap v3048: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:49:06.454 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:06 smithi111 bash[70954]: audit 2024-03-30T04:49:05.212688+0000 mon.a (mon.0) 2009 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:06.455 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:06 smithi111 bash[70954]: cluster 2024-03-30T04:49:05.797153+0000 mon.a (mon.0) 2010 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:49:06.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:06 smithi117 bash[62284]: cluster 2024-03-30T04:49:04.974319+0000 mgr.y (mgr.25441) 4601 : cluster [DBG] pgmap v3046: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 638 B/s rd, 0 op/s 2024-03-30T04:49:06.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:06 smithi117 bash[62284]: audit 2024-03-30T04:49:05.184862+0000 mon.a (mon.0) 2007 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:06.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:06 smithi117 bash[62284]: audit 2024-03-30T04:49:05.198841+0000 mon.a (mon.0) 2008 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:06.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:06 smithi117 bash[62284]: cluster 2024-03-30T04:49:05.201662+0000 mgr.y (mgr.25441) 4602 : cluster [DBG] pgmap v3047: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 819 B/s rd, 0 op/s 2024-03-30T04:49:06.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:06 smithi117 bash[62284]: cluster 2024-03-30T04:49:05.202168+0000 mgr.y (mgr.25441) 4603 : cluster [DBG] pgmap v3048: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:49:06.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:06 smithi117 bash[62284]: audit 2024-03-30T04:49:05.212688+0000 mon.a (mon.0) 2009 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:06.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:06 smithi117 bash[62284]: cluster 2024-03-30T04:49:05.797153+0000 mon.a (mon.0) 2010 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:49:06.867 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:49:06 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:49:06] "GET /metrics HTTP/1.1" 200 38700 "" "Prometheus/2.33.4" 2024-03-30T04:49:07.423 INFO:teuthology.orchestra.run.smithi111.stdout:true 2024-03-30T04:49:08.184 INFO:teuthology.orchestra.run.smithi111.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:49:08.184 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi111 smithi111 running 2s ago 23m - - 2024-03-30T04:49:08.184 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi117 smithi117 running 7s ago 23m - - 2024-03-30T04:49:08.184 INFO:teuthology.orchestra.run.smithi111.stdout:alertmanager.a smithi111 *:9093,9094 running (9m) 2s ago 16m 13.9M - 0.23.0 ba2b418f427c 1324aeb3a452 2024-03-30T04:49:08.184 INFO:teuthology.orchestra.run.smithi111.stdout:grafana.a smithi117 *:3000 error 7s ago 16m - - 2024-03-30T04:49:08.184 INFO:teuthology.orchestra.run.smithi111.stdout:iscsi.foo.smithi111.fmwmll smithi111 unknown 2s ago 14m 44.9M - 3.5 e1d6a67b021e 429bab8e2057 2024-03-30T04:49:08.185 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.x smithi117 *:8443,9283,8765 running (7m) 7s ago 22m 439M - 19.0.0-2493-gd82c9aa1 3714003597ec 42ebd55da4b4 2024-03-30T04:49:08.185 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.y smithi111 *:8443,9283,8765 running (8m) 2s ago 24m 530M - 19.0.0-2493-gd82c9aa1 3714003597ec fa84fb31d2a4 2024-03-30T04:49:08.185 INFO:teuthology.orchestra.run.smithi111.stdout:mon.a smithi111 running (7m) 2s ago 24m 136M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 896c96f933ff 2024-03-30T04:49:08.185 INFO:teuthology.orchestra.run.smithi111.stdout:mon.b smithi117 running (6m) 7s ago 23m 59.6M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 60f10ffc2128 2024-03-30T04:49:08.185 INFO:teuthology.orchestra.run.smithi111.stdout:mon.c smithi111 running (6m) 2s ago 23m 71.8M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 385ecbe45d43 2024-03-30T04:49:08.185 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.a smithi111 *:9100 running (10m) 2s ago 17m 10.9M - 1.3.1 1dbe0e931976 6370ea39ede2 2024-03-30T04:49:08.185 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.b smithi117 *:9100 running (9m) 7s ago 17m 9.85M - 1.3.1 1dbe0e931976 038bdefec2fb 2024-03-30T04:49:08.185 INFO:teuthology.orchestra.run.smithi111.stdout:osd.0 smithi111 running (5m) 2s ago 22m 60.0M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec c83a5c211a2a 2024-03-30T04:49:08.185 INFO:teuthology.orchestra.run.smithi111.stdout:osd.1 smithi111 running (4m) 2s ago 21m 69.3M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 72f709306a82 2024-03-30T04:49:08.185 INFO:teuthology.orchestra.run.smithi111.stdout:osd.2 smithi111 running (4m) 2s ago 21m 53.2M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 4812fabf499a 2024-03-30T04:49:08.185 INFO:teuthology.orchestra.run.smithi111.stdout:osd.3 smithi111 running (3m) 2s ago 20m 62.4M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec d39d23268f95 2024-03-30T04:49:08.185 INFO:teuthology.orchestra.run.smithi111.stdout:osd.4 smithi117 running (2m) 7s ago 19m 60.1M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 1668f848549c 2024-03-30T04:49:08.185 INFO:teuthology.orchestra.run.smithi111.stdout:osd.5 smithi117 running (2m) 7s ago 19m 58.4M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec db2499d5a247 2024-03-30T04:49:08.185 INFO:teuthology.orchestra.run.smithi111.stdout:osd.6 smithi117 running (97s) 7s ago 18m 58.9M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 68d03f439b68 2024-03-30T04:49:08.185 INFO:teuthology.orchestra.run.smithi111.stdout:osd.7 smithi117 running (58s) 7s ago 18m 57.6M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 6fd992ff99cf 2024-03-30T04:49:08.186 INFO:teuthology.orchestra.run.smithi111.stdout:prometheus.a smithi117 *:9095 running (8m) 7s ago 17m 67.6M - 2.33.4 514e6a882f6e e0486046291e 2024-03-30T04:49:08.186 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi111.gqpgtc smithi111 *:8000 running (43s) 2s ago 14m 89.5M - 19.0.0-2493-gd82c9aa1 3714003597ec 50e6e8bbe60e 2024-03-30T04:49:08.186 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi117.nijpsz smithi117 *:8000 running (27s) 7s ago 14m 89.0M - 19.0.0-2493-gd82c9aa1 3714003597ec d8c31b651386 2024-03-30T04:49:08.186 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi111.nqgkvi smithi111 *:80 running (35s) 2s ago 14m 89.2M - 19.0.0-2493-gd82c9aa1 3714003597ec ea526666ea23 2024-03-30T04:49:08.186 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi117.wrgldy smithi117 *:80 running (20s) 7s ago 14m 89.1M - 19.0.0-2493-gd82c9aa1 3714003597ec aa04480b5182 2024-03-30T04:49:08.609 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:49:08.609 INFO:teuthology.orchestra.run.smithi111.stdout: "mon": { 2024-03-30T04:49:08.609 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:49:08.609 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:49:08.609 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr": { 2024-03-30T04:49:08.609 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:49:08.610 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:49:08.610 INFO:teuthology.orchestra.run.smithi111.stdout: "osd": { 2024-03-30T04:49:08.610 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 8 2024-03-30T04:49:08.610 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:49:08.610 INFO:teuthology.orchestra.run.smithi111.stdout: "rgw": { 2024-03-30T04:49:08.610 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 4 2024-03-30T04:49:08.610 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:49:08.610 INFO:teuthology.orchestra.run.smithi111.stdout: "overall": { 2024-03-30T04:49:08.610 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 17 2024-03-30T04:49:08.610 INFO:teuthology.orchestra.run.smithi111.stdout: } 2024-03-30T04:49:08.610 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:49:08.616 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:08 smithi111 bash[70954]: cluster 2024-03-30T04:49:07.203553+0000 mgr.y (mgr.25441) 4604 : cluster [DBG] pgmap v3049: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-30T04:49:08.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:08 smithi111 bash[70954]: audit 2024-03-30T04:49:07.412686+0000 mgr.y (mgr.25441) 4605 : audit [DBG] from='client.34752 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:08.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:08 smithi111 bash[70954]: audit 2024-03-30T04:49:07.782531+0000 mgr.y (mgr.25441) 4606 : audit [DBG] from='client.44701 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:08.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:08 smithi111 bash[73591]: cluster 2024-03-30T04:49:07.203553+0000 mgr.y (mgr.25441) 4604 : cluster [DBG] pgmap v3049: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-30T04:49:08.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:08 smithi111 bash[73591]: audit 2024-03-30T04:49:07.412686+0000 mgr.y (mgr.25441) 4605 : audit [DBG] from='client.34752 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:08.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:08 smithi111 bash[73591]: audit 2024-03-30T04:49:07.782531+0000 mgr.y (mgr.25441) 4606 : audit [DBG] from='client.44701 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:08.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:08 smithi117 bash[62284]: cluster 2024-03-30T04:49:07.203553+0000 mgr.y (mgr.25441) 4604 : cluster [DBG] pgmap v3049: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-30T04:49:08.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:08 smithi117 bash[62284]: audit 2024-03-30T04:49:07.412686+0000 mgr.y (mgr.25441) 4605 : audit [DBG] from='client.34752 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:08.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:08 smithi117 bash[62284]: audit 2024-03-30T04:49:07.782531+0000 mgr.y (mgr.25441) 4606 : audit [DBG] from='client.44701 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:08.976 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:49:08.977 INFO:teuthology.orchestra.run.smithi111.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962", 2024-03-30T04:49:08.977 INFO:teuthology.orchestra.run.smithi111.stdout: "in_progress": true, 2024-03-30T04:49:08.977 INFO:teuthology.orchestra.run.smithi111.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:49:08.977 INFO:teuthology.orchestra.run.smithi111.stdout: "services_complete": [ 2024-03-30T04:49:08.977 INFO:teuthology.orchestra.run.smithi111.stdout: "rgw", 2024-03-30T04:49:08.977 INFO:teuthology.orchestra.run.smithi111.stdout: "osd", 2024-03-30T04:49:08.977 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr", 2024-03-30T04:49:08.977 INFO:teuthology.orchestra.run.smithi111.stdout: "mon" 2024-03-30T04:49:08.977 INFO:teuthology.orchestra.run.smithi111.stdout: ], 2024-03-30T04:49:08.977 INFO:teuthology.orchestra.run.smithi111.stdout: "progress": "17/23 daemons upgraded", 2024-03-30T04:49:08.977 INFO:teuthology.orchestra.run.smithi111.stdout: "message": "Currently upgrading iscsi daemons", 2024-03-30T04:49:08.977 INFO:teuthology.orchestra.run.smithi111.stdout: "is_paused": false 2024-03-30T04:49:08.977 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:49:09.392 INFO:teuthology.orchestra.run.smithi111.stdout:HEALTH_WARN 2 failed cephadm daemon(s) 2024-03-30T04:49:09.392 INFO:teuthology.orchestra.run.smithi111.stdout:[WRN] CEPHADM_FAILED_DAEMON: 2 failed cephadm daemon(s) 2024-03-30T04:49:09.392 INFO:teuthology.orchestra.run.smithi111.stdout: daemon iscsi.foo.smithi111.fmwmll on smithi111 is in unknown state 2024-03-30T04:49:09.392 INFO:teuthology.orchestra.run.smithi111.stdout: daemon grafana.a on smithi117 is in error state 2024-03-30T04:49:09.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:09 smithi111 bash[70954]: audit 2024-03-30T04:49:08.140032+0000 mgr.y (mgr.25441) 4607 : audit [DBG] from='client.44707 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:09.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:09 smithi111 bash[70954]: audit 2024-03-30T04:49:08.614467+0000 mon.c (mon.1) 4907 : audit [DBG] from='client.? 172.21.15.111:0/3127934483' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:09 smithi111 bash[73591]: audit 2024-03-30T04:49:08.140032+0000 mgr.y (mgr.25441) 4607 : audit [DBG] from='client.44707 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:09.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:09 smithi111 bash[73591]: audit 2024-03-30T04:49:08.614467+0000 mon.c (mon.1) 4907 : audit [DBG] from='client.? 172.21.15.111:0/3127934483' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:09 smithi117 bash[62284]: audit 2024-03-30T04:49:08.140032+0000 mgr.y (mgr.25441) 4607 : audit [DBG] from='client.44707 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:09.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:09 smithi117 bash[62284]: audit 2024-03-30T04:49:08.614467+0000 mon.c (mon.1) 4907 : audit [DBG] from='client.? 172.21.15.111:0/3127934483' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:10 smithi111 bash[70954]: audit 2024-03-30T04:49:08.981243+0000 mgr.y (mgr.25441) 4608 : audit [DBG] from='client.44719 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:10.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:10 smithi111 bash[70954]: cluster 2024-03-30T04:49:09.204354+0000 mgr.y (mgr.25441) 4609 : cluster [DBG] pgmap v3050: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:49:10.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:10 smithi111 bash[70954]: audit 2024-03-30T04:49:09.397724+0000 mon.c (mon.1) 4908 : audit [DBG] from='client.? 172.21.15.111:0/3497874169' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:49:10.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:10 smithi111 bash[73591]: audit 2024-03-30T04:49:08.981243+0000 mgr.y (mgr.25441) 4608 : audit [DBG] from='client.44719 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:10.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:10 smithi111 bash[73591]: cluster 2024-03-30T04:49:09.204354+0000 mgr.y (mgr.25441) 4609 : cluster [DBG] pgmap v3050: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:49:10.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:10 smithi111 bash[73591]: audit 2024-03-30T04:49:09.397724+0000 mon.c (mon.1) 4908 : audit [DBG] from='client.? 172.21.15.111:0/3497874169' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:49:10.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:10 smithi117 bash[62284]: audit 2024-03-30T04:49:08.981243+0000 mgr.y (mgr.25441) 4608 : audit [DBG] from='client.44719 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:10.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:10 smithi117 bash[62284]: cluster 2024-03-30T04:49:09.204354+0000 mgr.y (mgr.25441) 4609 : cluster [DBG] pgmap v3050: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:49:10.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:10 smithi117 bash[62284]: audit 2024-03-30T04:49:09.397724+0000 mon.c (mon.1) 4908 : audit [DBG] from='client.? 172.21.15.111:0/3497874169' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:49:12.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:12 smithi111 bash[70954]: cluster 2024-03-30T04:49:11.205333+0000 mgr.y (mgr.25441) 4610 : cluster [DBG] pgmap v3051: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 621 B/s rd, 0 op/s 2024-03-30T04:49:12.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:12 smithi111 bash[70954]: audit 2024-03-30T04:49:11.523467+0000 mgr.y (mgr.25441) 4611 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:12.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:12 smithi111 bash[73591]: cluster 2024-03-30T04:49:11.205333+0000 mgr.y (mgr.25441) 4610 : cluster [DBG] pgmap v3051: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 621 B/s rd, 0 op/s 2024-03-30T04:49:12.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:12 smithi111 bash[73591]: audit 2024-03-30T04:49:11.523467+0000 mgr.y (mgr.25441) 4611 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:12.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:12 smithi117 bash[62284]: cluster 2024-03-30T04:49:11.205333+0000 mgr.y (mgr.25441) 4610 : cluster [DBG] pgmap v3051: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 621 B/s rd, 0 op/s 2024-03-30T04:49:12.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:12 smithi117 bash[62284]: audit 2024-03-30T04:49:11.523467+0000 mgr.y (mgr.25441) 4611 : audit [DBG] from='client.15417 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:14.582 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:14 smithi111 bash[70954]: cluster 2024-03-30T04:49:13.206718+0000 mgr.y (mgr.25441) 4612 : cluster [DBG] pgmap v3052: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:49:14.582 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:14 smithi111 bash[73591]: cluster 2024-03-30T04:49:13.206718+0000 mgr.y (mgr.25441) 4612 : cluster [DBG] pgmap v3052: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:49:14.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:14 smithi117 bash[62284]: cluster 2024-03-30T04:49:13.206718+0000 mgr.y (mgr.25441) 4612 : cluster [DBG] pgmap v3052: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:49:14.867 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:49:14 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:14.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:14 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:14.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:14 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:14.868 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:49:14 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:14.868 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:49:14 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:14.868 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:49:14 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:14.869 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:49:14 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:14.869 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:14 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:14.869 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:49:14 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:16.243 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:14.932727+0000 mon.a (mon.0) 2011 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:16.244 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:14.943844+0000 mon.a (mon.0) 2012 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:16.244 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:14.970522+0000 mon.c (mon.1) 4909 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:16.244 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:14.971526+0000 mon.c (mon.1) 4910 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:16.244 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: cluster 2024-03-30T04:49:14.973020+0000 mgr.y (mgr.25441) 4613 : cluster [DBG] pgmap v3053: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:49:16.244 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: cluster 2024-03-30T04:49:14.973282+0000 mgr.y (mgr.25441) 4614 : cluster [DBG] pgmap v3054: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:49:16.244 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:14.978102+0000 mon.a (mon.0) 2013 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:16.244 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: cephadm 2024-03-30T04:49:14.980200+0000 mgr.y (mgr.25441) 4615 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:16.244 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.034475+0000 mon.c (mon.1) 4911 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:49:16.244 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.035157+0000 mgr.y (mgr.25441) 4616 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:49:16.244 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.042365+0000 mon.c (mon.1) 4912 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:49:16.244 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.042797+0000 mgr.y (mgr.25441) 4617 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:49:16.245 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.050766+0000 mon.c (mon.1) 4913 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:16.245 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.052955+0000 mon.c (mon.1) 4914 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:16.245 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.056126+0000 mon.c (mon.1) 4915 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:16.245 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.057046+0000 mon.c (mon.1) 4916 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:16.245 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: cluster 2024-03-30T04:49:15.058671+0000 mgr.y (mgr.25441) 4618 : cluster [DBG] pgmap v3055: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 651 B/s rd, 0 op/s 2024-03-30T04:49:16.245 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: cluster 2024-03-30T04:49:15.059119+0000 mgr.y (mgr.25441) 4619 : cluster [DBG] pgmap v3056: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 874 B/s rd, 0 op/s 2024-03-30T04:49:16.245 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.063932+0000 mon.a (mon.0) 2014 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:16.245 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: cephadm 2024-03-30T04:49:15.067314+0000 mgr.y (mgr.25441) 4620 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:16.245 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.141367+0000 mon.c (mon.1) 4917 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:16.245 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.143693+0000 mon.c (mon.1) 4918 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:16.245 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.145715+0000 mon.c (mon.1) 4919 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:16.245 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.146540+0000 mon.c (mon.1) 4920 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:16.245 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: cluster 2024-03-30T04:49:15.147877+0000 mgr.y (mgr.25441) 4621 : cluster [DBG] pgmap v3057: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:49:16.245 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: cluster 2024-03-30T04:49:15.148120+0000 mgr.y (mgr.25441) 4622 : cluster [DBG] pgmap v3058: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.245 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.154915+0000 mon.a (mon.0) 2015 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:16.246 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: cephadm 2024-03-30T04:49:15.155513+0000 mgr.y (mgr.25441) 4623 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:16.246 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.212623+0000 mon.c (mon.1) 4921 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:16.246 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.214598+0000 mon.c (mon.1) 4922 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:16.246 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.216401+0000 mon.c (mon.1) 4923 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:16.246 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.217041+0000 mon.c (mon.1) 4924 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:16.246 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: cluster 2024-03-30T04:49:15.218290+0000 mgr.y (mgr.25441) 4624 : cluster [DBG] pgmap v3059: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.246 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: cluster 2024-03-30T04:49:15.218527+0000 mgr.y (mgr.25441) 4625 : cluster [DBG] pgmap v3060: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.246 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.225306+0000 mon.a (mon.0) 2016 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:16.246 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: cephadm 2024-03-30T04:49:15.225965+0000 mgr.y (mgr.25441) 4626 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:16.246 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.263077+0000 mon.c (mon.1) 4925 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:49:16.246 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.334602+0000 mon.c (mon.1) 4926 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:16.246 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.337581+0000 mon.c (mon.1) 4927 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:16.246 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.340966+0000 mon.c (mon.1) 4928 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:16.246 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.342365+0000 mon.c (mon.1) 4929 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:16.247 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: cluster 2024-03-30T04:49:15.344803+0000 mgr.y (mgr.25441) 4627 : cluster [DBG] pgmap v3061: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.247 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: cluster 2024-03-30T04:49:15.345406+0000 mgr.y (mgr.25441) 4628 : cluster [DBG] pgmap v3062: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.247 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.351971+0000 mon.a (mon.0) 2017 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:16.247 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: cephadm 2024-03-30T04:49:15.352699+0000 mgr.y (mgr.25441) 4629 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:16.247 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.431118+0000 mon.c (mon.1) 4930 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:16.247 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.433825+0000 mon.c (mon.1) 4931 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:16.247 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.436736+0000 mon.c (mon.1) 4932 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:16.247 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.437728+0000 mon.c (mon.1) 4933 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:16.247 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: cluster 2024-03-30T04:49:15.439864+0000 mgr.y (mgr.25441) 4630 : cluster [DBG] pgmap v3063: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.247 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: cluster 2024-03-30T04:49:15.440423+0000 mgr.y (mgr.25441) 4631 : cluster [DBG] pgmap v3064: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.247 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.447906+0000 mon.a (mon.0) 2018 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:16.247 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: cephadm 2024-03-30T04:49:15.450513+0000 mgr.y (mgr.25441) 4632 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:16.247 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.528631+0000 mon.c (mon.1) 4934 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:16.247 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.531262+0000 mon.c (mon.1) 4935 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:16.248 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.534146+0000 mon.c (mon.1) 4936 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:16.248 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.535120+0000 mon.c (mon.1) 4937 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:16.248 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: cluster 2024-03-30T04:49:15.536972+0000 mgr.y (mgr.25441) 4633 : cluster [DBG] pgmap v3065: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.248 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: cluster 2024-03-30T04:49:15.537486+0000 mgr.y (mgr.25441) 4634 : cluster [DBG] pgmap v3066: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.248 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:14.932727+0000 mon.a (mon.0) 2011 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:16.248 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:14.943844+0000 mon.a (mon.0) 2012 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:16.248 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:14.970522+0000 mon.c (mon.1) 4909 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:16.248 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:14.971526+0000 mon.c (mon.1) 4910 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:16.248 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: cluster 2024-03-30T04:49:14.973020+0000 mgr.y (mgr.25441) 4613 : cluster [DBG] pgmap v3053: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:49:16.248 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: cluster 2024-03-30T04:49:14.973282+0000 mgr.y (mgr.25441) 4614 : cluster [DBG] pgmap v3054: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:49:16.248 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:14.978102+0000 mon.a (mon.0) 2013 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:16.249 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: cephadm 2024-03-30T04:49:14.980200+0000 mgr.y (mgr.25441) 4615 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:16.249 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.034475+0000 mon.c (mon.1) 4911 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:49:16.249 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.035157+0000 mgr.y (mgr.25441) 4616 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:49:16.249 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.042365+0000 mon.c (mon.1) 4912 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:49:16.249 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.042797+0000 mgr.y (mgr.25441) 4617 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:49:16.249 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.050766+0000 mon.c (mon.1) 4913 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:16.249 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.052955+0000 mon.c (mon.1) 4914 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:16.249 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.056126+0000 mon.c (mon.1) 4915 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:16.249 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.057046+0000 mon.c (mon.1) 4916 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:16.249 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: cluster 2024-03-30T04:49:15.058671+0000 mgr.y (mgr.25441) 4618 : cluster [DBG] pgmap v3055: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 651 B/s rd, 0 op/s 2024-03-30T04:49:16.249 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: cluster 2024-03-30T04:49:15.059119+0000 mgr.y (mgr.25441) 4619 : cluster [DBG] pgmap v3056: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 874 B/s rd, 0 op/s 2024-03-30T04:49:16.249 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.063932+0000 mon.a (mon.0) 2014 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:16.250 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.542451+0000 mon.a (mon.0) 2019 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:16.250 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: cephadm 2024-03-30T04:49:15.543448+0000 mgr.y (mgr.25441) 4635 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:16.250 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.600257+0000 mon.c (mon.1) 4938 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:16.250 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.602104+0000 mon.c (mon.1) 4939 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:16.250 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.603859+0000 mon.c (mon.1) 4940 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:16.250 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.604489+0000 mon.c (mon.1) 4941 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:16.250 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: cluster 2024-03-30T04:49:15.605665+0000 mgr.y (mgr.25441) 4636 : cluster [DBG] pgmap v3067: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.250 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: cluster 2024-03-30T04:49:15.605907+0000 mgr.y (mgr.25441) 4637 : cluster [DBG] pgmap v3068: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.250 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.610490+0000 mon.a (mon.0) 2020 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:16.250 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: cephadm 2024-03-30T04:49:15.611009+0000 mgr.y (mgr.25441) 4638 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:16.251 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.667496+0000 mon.c (mon.1) 4942 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:16.251 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.669703+0000 mon.c (mon.1) 4943 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:16.251 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.672038+0000 mon.c (mon.1) 4944 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:16.251 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.672740+0000 mon.c (mon.1) 4945 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:16.251 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: cluster 2024-03-30T04:49:15.674453+0000 mgr.y (mgr.25441) 4639 : cluster [DBG] pgmap v3069: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.251 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: cluster 2024-03-30T04:49:15.675091+0000 mgr.y (mgr.25441) 4640 : cluster [DBG] pgmap v3070: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.251 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.679299+0000 mon.a (mon.0) 2021 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:16.251 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: cephadm 2024-03-30T04:49:15.682102+0000 mgr.y (mgr.25441) 4641 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:16.251 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.722498+0000 mon.c (mon.1) 4946 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:16.251 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.724340+0000 mon.c (mon.1) 4947 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:16.251 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.726112+0000 mon.c (mon.1) 4948 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:16.251 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.726774+0000 mon.c (mon.1) 4949 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:16.251 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: cluster 2024-03-30T04:49:15.728107+0000 mgr.y (mgr.25441) 4642 : cluster [DBG] pgmap v3071: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.251 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: cluster 2024-03-30T04:49:15.728341+0000 mgr.y (mgr.25441) 4643 : cluster [DBG] pgmap v3072: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.252 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.734016+0000 mon.a (mon.0) 2022 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:16.252 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: cephadm 2024-03-30T04:49:15.734576+0000 mgr.y (mgr.25441) 4644 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:16.252 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.791096+0000 mon.c (mon.1) 4950 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:16.252 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.792903+0000 mon.c (mon.1) 4951 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:16.252 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.794734+0000 mon.c (mon.1) 4952 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:16.252 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.795325+0000 mon.c (mon.1) 4953 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:16.252 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: cluster 2024-03-30T04:49:15.796521+0000 mgr.y (mgr.25441) 4645 : cluster [DBG] pgmap v3073: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.252 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: cluster 2024-03-30T04:49:15.796730+0000 mgr.y (mgr.25441) 4646 : cluster [DBG] pgmap v3074: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.252 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.803012+0000 mon.a (mon.0) 2023 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:16.252 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: cephadm 2024-03-30T04:49:15.803601+0000 mgr.y (mgr.25441) 4647 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:16.252 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.843770+0000 mon.c (mon.1) 4954 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:16.252 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.846943+0000 mon.c (mon.1) 4955 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:16.252 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.849158+0000 mon.c (mon.1) 4956 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:16.252 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.849966+0000 mon.c (mon.1) 4957 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:16.253 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[70954]: audit 2024-03-30T04:49:15.857121+0000 mon.a (mon.0) 2024 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:16.253 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: cephadm 2024-03-30T04:49:15.067314+0000 mgr.y (mgr.25441) 4620 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:16.253 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.141367+0000 mon.c (mon.1) 4917 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:16.253 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.143693+0000 mon.c (mon.1) 4918 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:16.253 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.145715+0000 mon.c (mon.1) 4919 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:16.253 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.146540+0000 mon.c (mon.1) 4920 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:16.254 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: cluster 2024-03-30T04:49:15.147877+0000 mgr.y (mgr.25441) 4621 : cluster [DBG] pgmap v3057: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:49:16.254 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: cluster 2024-03-30T04:49:15.148120+0000 mgr.y (mgr.25441) 4622 : cluster [DBG] pgmap v3058: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.254 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.154915+0000 mon.a (mon.0) 2015 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:16.254 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: cephadm 2024-03-30T04:49:15.155513+0000 mgr.y (mgr.25441) 4623 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:16.254 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.212623+0000 mon.c (mon.1) 4921 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:16.254 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.214598+0000 mon.c (mon.1) 4922 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:16.254 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.216401+0000 mon.c (mon.1) 4923 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:16.254 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.217041+0000 mon.c (mon.1) 4924 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:16.254 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: cluster 2024-03-30T04:49:15.218290+0000 mgr.y (mgr.25441) 4624 : cluster [DBG] pgmap v3059: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.254 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: cluster 2024-03-30T04:49:15.218527+0000 mgr.y (mgr.25441) 4625 : cluster [DBG] pgmap v3060: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.254 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.225306+0000 mon.a (mon.0) 2016 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:16.254 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: cephadm 2024-03-30T04:49:15.225965+0000 mgr.y (mgr.25441) 4626 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:16.254 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.263077+0000 mon.c (mon.1) 4925 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:49:16.254 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.334602+0000 mon.c (mon.1) 4926 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:16.255 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.337581+0000 mon.c (mon.1) 4927 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:16.255 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.340966+0000 mon.c (mon.1) 4928 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:16.255 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.342365+0000 mon.c (mon.1) 4929 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:16.255 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: cluster 2024-03-30T04:49:15.344803+0000 mgr.y (mgr.25441) 4627 : cluster [DBG] pgmap v3061: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.255 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: cluster 2024-03-30T04:49:15.345406+0000 mgr.y (mgr.25441) 4628 : cluster [DBG] pgmap v3062: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.255 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.351971+0000 mon.a (mon.0) 2017 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:16.255 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: cephadm 2024-03-30T04:49:15.352699+0000 mgr.y (mgr.25441) 4629 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:16.255 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.431118+0000 mon.c (mon.1) 4930 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:16.255 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.433825+0000 mon.c (mon.1) 4931 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:16.255 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.436736+0000 mon.c (mon.1) 4932 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:16.255 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.437728+0000 mon.c (mon.1) 4933 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:16.255 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: cluster 2024-03-30T04:49:15.439864+0000 mgr.y (mgr.25441) 4630 : cluster [DBG] pgmap v3063: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.255 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: cluster 2024-03-30T04:49:15.440423+0000 mgr.y (mgr.25441) 4631 : cluster [DBG] pgmap v3064: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.255 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.447906+0000 mon.a (mon.0) 2018 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:16.256 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: cephadm 2024-03-30T04:49:15.450513+0000 mgr.y (mgr.25441) 4632 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:16.256 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.528631+0000 mon.c (mon.1) 4934 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:16.256 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.531262+0000 mon.c (mon.1) 4935 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:16.256 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.534146+0000 mon.c (mon.1) 4936 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:16.256 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.535120+0000 mon.c (mon.1) 4937 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:16.256 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: cluster 2024-03-30T04:49:15.536972+0000 mgr.y (mgr.25441) 4633 : cluster [DBG] pgmap v3065: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.256 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: cluster 2024-03-30T04:49:15.537486+0000 mgr.y (mgr.25441) 4634 : cluster [DBG] pgmap v3066: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.256 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.542451+0000 mon.a (mon.0) 2019 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:16.256 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: cephadm 2024-03-30T04:49:15.543448+0000 mgr.y (mgr.25441) 4635 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:16.256 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.600257+0000 mon.c (mon.1) 4938 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:16.256 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.602104+0000 mon.c (mon.1) 4939 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:16.256 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.603859+0000 mon.c (mon.1) 4940 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:16.256 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.604489+0000 mon.c (mon.1) 4941 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:16.256 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: cluster 2024-03-30T04:49:15.605665+0000 mgr.y (mgr.25441) 4636 : cluster [DBG] pgmap v3067: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.257 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: cluster 2024-03-30T04:49:15.605907+0000 mgr.y (mgr.25441) 4637 : cluster [DBG] pgmap v3068: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.257 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.610490+0000 mon.a (mon.0) 2020 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:16.257 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: cephadm 2024-03-30T04:49:15.611009+0000 mgr.y (mgr.25441) 4638 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:16.257 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.667496+0000 mon.c (mon.1) 4942 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:16.257 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.669703+0000 mon.c (mon.1) 4943 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:16.257 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.672038+0000 mon.c (mon.1) 4944 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:16.257 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.672740+0000 mon.c (mon.1) 4945 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:16.257 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: cluster 2024-03-30T04:49:15.674453+0000 mgr.y (mgr.25441) 4639 : cluster [DBG] pgmap v3069: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.257 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: cluster 2024-03-30T04:49:15.675091+0000 mgr.y (mgr.25441) 4640 : cluster [DBG] pgmap v3070: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.257 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.679299+0000 mon.a (mon.0) 2021 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:16.257 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: cephadm 2024-03-30T04:49:15.682102+0000 mgr.y (mgr.25441) 4641 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:16.257 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.722498+0000 mon.c (mon.1) 4946 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:16.257 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.724340+0000 mon.c (mon.1) 4947 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:16.257 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.726112+0000 mon.c (mon.1) 4948 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:16.258 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.726774+0000 mon.c (mon.1) 4949 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:16.258 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: cluster 2024-03-30T04:49:15.728107+0000 mgr.y (mgr.25441) 4642 : cluster [DBG] pgmap v3071: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.258 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: cluster 2024-03-30T04:49:15.728341+0000 mgr.y (mgr.25441) 4643 : cluster [DBG] pgmap v3072: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.258 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.734016+0000 mon.a (mon.0) 2022 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:16.258 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: cephadm 2024-03-30T04:49:15.734576+0000 mgr.y (mgr.25441) 4644 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:16.258 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.791096+0000 mon.c (mon.1) 4950 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:16.258 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.792903+0000 mon.c (mon.1) 4951 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:16.258 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.794734+0000 mon.c (mon.1) 4952 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:16.258 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.795325+0000 mon.c (mon.1) 4953 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:16.258 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: cluster 2024-03-30T04:49:15.796521+0000 mgr.y (mgr.25441) 4645 : cluster [DBG] pgmap v3073: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.258 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: cluster 2024-03-30T04:49:15.796730+0000 mgr.y (mgr.25441) 4646 : cluster [DBG] pgmap v3074: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.258 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.803012+0000 mon.a (mon.0) 2023 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:16.258 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: cephadm 2024-03-30T04:49:15.803601+0000 mgr.y (mgr.25441) 4647 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:16.258 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.843770+0000 mon.c (mon.1) 4954 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:16.258 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.846943+0000 mon.c (mon.1) 4955 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:16.259 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.849158+0000 mon.c (mon.1) 4956 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:16.259 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.849966+0000 mon.c (mon.1) 4957 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:16.259 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:15 smithi111 bash[73591]: audit 2024-03-30T04:49:15.857121+0000 mon.a (mon.0) 2024 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:16.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:14.932727+0000 mon.a (mon.0) 2011 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:16.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:14.943844+0000 mon.a (mon.0) 2012 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:16.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:14.970522+0000 mon.c (mon.1) 4909 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:16.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:14.971526+0000 mon.c (mon.1) 4910 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:16.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: cluster 2024-03-30T04:49:14.973020+0000 mgr.y (mgr.25441) 4613 : cluster [DBG] pgmap v3053: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:49:16.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: cluster 2024-03-30T04:49:14.973282+0000 mgr.y (mgr.25441) 4614 : cluster [DBG] pgmap v3054: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:49:16.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:14.978102+0000 mon.a (mon.0) 2013 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:16.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: cephadm 2024-03-30T04:49:14.980200+0000 mgr.y (mgr.25441) 4615 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:16.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.034475+0000 mon.c (mon.1) 4911 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:49:16.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.035157+0000 mgr.y (mgr.25441) 4616 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:49:16.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.042365+0000 mon.c (mon.1) 4912 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:49:16.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.042797+0000 mgr.y (mgr.25441) 4617 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:49:16.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.050766+0000 mon.c (mon.1) 4913 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:16.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.052955+0000 mon.c (mon.1) 4914 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:16.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.056126+0000 mon.c (mon.1) 4915 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:16.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.057046+0000 mon.c (mon.1) 4916 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:16.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: cluster 2024-03-30T04:49:15.058671+0000 mgr.y (mgr.25441) 4618 : cluster [DBG] pgmap v3055: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 651 B/s rd, 0 op/s 2024-03-30T04:49:16.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: cluster 2024-03-30T04:49:15.059119+0000 mgr.y (mgr.25441) 4619 : cluster [DBG] pgmap v3056: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 874 B/s rd, 0 op/s 2024-03-30T04:49:16.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.063932+0000 mon.a (mon.0) 2014 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:16.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: cephadm 2024-03-30T04:49:15.067314+0000 mgr.y (mgr.25441) 4620 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:16.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.141367+0000 mon.c (mon.1) 4917 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:16.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.143693+0000 mon.c (mon.1) 4918 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:16.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.145715+0000 mon.c (mon.1) 4919 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:16.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.146540+0000 mon.c (mon.1) 4920 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:16.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: cluster 2024-03-30T04:49:15.147877+0000 mgr.y (mgr.25441) 4621 : cluster [DBG] pgmap v3057: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:49:16.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: cluster 2024-03-30T04:49:15.148120+0000 mgr.y (mgr.25441) 4622 : cluster [DBG] pgmap v3058: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.154915+0000 mon.a (mon.0) 2015 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:16.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: cephadm 2024-03-30T04:49:15.155513+0000 mgr.y (mgr.25441) 4623 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:16.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.212623+0000 mon.c (mon.1) 4921 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:16.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.214598+0000 mon.c (mon.1) 4922 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:16.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.216401+0000 mon.c (mon.1) 4923 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:16.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.217041+0000 mon.c (mon.1) 4924 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:16.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: cluster 2024-03-30T04:49:15.218290+0000 mgr.y (mgr.25441) 4624 : cluster [DBG] pgmap v3059: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: cluster 2024-03-30T04:49:15.218527+0000 mgr.y (mgr.25441) 4625 : cluster [DBG] pgmap v3060: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.225306+0000 mon.a (mon.0) 2016 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:16.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: cephadm 2024-03-30T04:49:15.225965+0000 mgr.y (mgr.25441) 4626 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:16.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.263077+0000 mon.c (mon.1) 4925 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:49:16.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.334602+0000 mon.c (mon.1) 4926 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:16.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.337581+0000 mon.c (mon.1) 4927 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:16.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.340966+0000 mon.c (mon.1) 4928 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:16.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.342365+0000 mon.c (mon.1) 4929 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:16.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: cluster 2024-03-30T04:49:15.344803+0000 mgr.y (mgr.25441) 4627 : cluster [DBG] pgmap v3061: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: cluster 2024-03-30T04:49:15.345406+0000 mgr.y (mgr.25441) 4628 : cluster [DBG] pgmap v3062: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.351971+0000 mon.a (mon.0) 2017 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:16.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: cephadm 2024-03-30T04:49:15.352699+0000 mgr.y (mgr.25441) 4629 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:16.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.431118+0000 mon.c (mon.1) 4930 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:16.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.433825+0000 mon.c (mon.1) 4931 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:16.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.436736+0000 mon.c (mon.1) 4932 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:16.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.437728+0000 mon.c (mon.1) 4933 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:16.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: cluster 2024-03-30T04:49:15.439864+0000 mgr.y (mgr.25441) 4630 : cluster [DBG] pgmap v3063: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: cluster 2024-03-30T04:49:15.440423+0000 mgr.y (mgr.25441) 4631 : cluster [DBG] pgmap v3064: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.447906+0000 mon.a (mon.0) 2018 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:16.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: cephadm 2024-03-30T04:49:15.450513+0000 mgr.y (mgr.25441) 4632 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:16.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.528631+0000 mon.c (mon.1) 4934 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:16.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.531262+0000 mon.c (mon.1) 4935 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:16.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.534146+0000 mon.c (mon.1) 4936 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:16.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.535120+0000 mon.c (mon.1) 4937 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:16.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: cluster 2024-03-30T04:49:15.536972+0000 mgr.y (mgr.25441) 4633 : cluster [DBG] pgmap v3065: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: cluster 2024-03-30T04:49:15.537486+0000 mgr.y (mgr.25441) 4634 : cluster [DBG] pgmap v3066: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.542451+0000 mon.a (mon.0) 2019 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:16.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: cephadm 2024-03-30T04:49:15.543448+0000 mgr.y (mgr.25441) 4635 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:16.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.600257+0000 mon.c (mon.1) 4938 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:16.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.602104+0000 mon.c (mon.1) 4939 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:16.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.603859+0000 mon.c (mon.1) 4940 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:16.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.604489+0000 mon.c (mon.1) 4941 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:16.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: cluster 2024-03-30T04:49:15.605665+0000 mgr.y (mgr.25441) 4636 : cluster [DBG] pgmap v3067: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: cluster 2024-03-30T04:49:15.605907+0000 mgr.y (mgr.25441) 4637 : cluster [DBG] pgmap v3068: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.610490+0000 mon.a (mon.0) 2020 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:16.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: cephadm 2024-03-30T04:49:15.611009+0000 mgr.y (mgr.25441) 4638 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:16.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.667496+0000 mon.c (mon.1) 4942 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:16.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.669703+0000 mon.c (mon.1) 4943 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:16.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.672038+0000 mon.c (mon.1) 4944 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:16.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.672740+0000 mon.c (mon.1) 4945 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:16.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: cluster 2024-03-30T04:49:15.674453+0000 mgr.y (mgr.25441) 4639 : cluster [DBG] pgmap v3069: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: cluster 2024-03-30T04:49:15.675091+0000 mgr.y (mgr.25441) 4640 : cluster [DBG] pgmap v3070: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.679299+0000 mon.a (mon.0) 2021 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:16.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: cephadm 2024-03-30T04:49:15.682102+0000 mgr.y (mgr.25441) 4641 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:16.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.722498+0000 mon.c (mon.1) 4946 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:16.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.724340+0000 mon.c (mon.1) 4947 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:16.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.726112+0000 mon.c (mon.1) 4948 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:16.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.726774+0000 mon.c (mon.1) 4949 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:16.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: cluster 2024-03-30T04:49:15.728107+0000 mgr.y (mgr.25441) 4642 : cluster [DBG] pgmap v3071: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: cluster 2024-03-30T04:49:15.728341+0000 mgr.y (mgr.25441) 4643 : cluster [DBG] pgmap v3072: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.734016+0000 mon.a (mon.0) 2022 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:16.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: cephadm 2024-03-30T04:49:15.734576+0000 mgr.y (mgr.25441) 4644 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:16.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.791096+0000 mon.c (mon.1) 4950 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:16.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.792903+0000 mon.c (mon.1) 4951 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:16.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.794734+0000 mon.c (mon.1) 4952 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:16.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.795325+0000 mon.c (mon.1) 4953 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:16.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: cluster 2024-03-30T04:49:15.796521+0000 mgr.y (mgr.25441) 4645 : cluster [DBG] pgmap v3073: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: cluster 2024-03-30T04:49:15.796730+0000 mgr.y (mgr.25441) 4646 : cluster [DBG] pgmap v3074: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:16.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.803012+0000 mon.a (mon.0) 2023 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:16.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: cephadm 2024-03-30T04:49:15.803601+0000 mgr.y (mgr.25441) 4647 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:16.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.843770+0000 mon.c (mon.1) 4954 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:16.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.846943+0000 mon.c (mon.1) 4955 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:16.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.849158+0000 mon.c (mon.1) 4956 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:16.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.849966+0000 mon.c (mon.1) 4957 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:16.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:15 smithi117 bash[62284]: audit 2024-03-30T04:49:15.857121+0000 mon.a (mon.0) 2024 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:16.617 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:49:16] "GET /metrics HTTP/1.1" 200 38696 "" "Prometheus/2.33.4" 2024-03-30T04:49:17.213 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: cluster 2024-03-30T04:49:15.851612+0000 mgr.y (mgr.25441) 4648 : cluster [DBG] pgmap v3075: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.213 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: cluster 2024-03-30T04:49:15.851823+0000 mgr.y (mgr.25441) 4649 : cluster [DBG] pgmap v3076: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.213 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: cephadm 2024-03-30T04:49:15.858845+0000 mgr.y (mgr.25441) 4650 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:17.213 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:15.931530+0000 mon.c (mon.1) 4958 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:17.213 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: cluster 2024-03-30T04:49:15.965666+0000 mon.a (mon.0) 2025 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:49:17.213 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:15.976104+0000 mon.c (mon.1) 4959 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:17.213 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:15.978497+0000 mon.c (mon.1) 4960 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:17.213 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:15.979476+0000 mon.c (mon.1) 4961 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:17.213 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: cluster 2024-03-30T04:49:15.980816+0000 mgr.y (mgr.25441) 4651 : cluster [DBG] pgmap v3077: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.214 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: cluster 2024-03-30T04:49:15.981108+0000 mgr.y (mgr.25441) 4652 : cluster [DBG] pgmap v3078: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.214 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:15.987796+0000 mon.a (mon.0) 2026 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:17.214 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: cephadm 2024-03-30T04:49:15.989210+0000 mgr.y (mgr.25441) 4653 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:17.214 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.076851+0000 mon.c (mon.1) 4962 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:17.214 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.080363+0000 mon.c (mon.1) 4963 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:17.214 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.083226+0000 mon.c (mon.1) 4964 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:17.214 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.084015+0000 mon.c (mon.1) 4965 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:17.214 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: cluster 2024-03-30T04:49:16.085418+0000 mgr.y (mgr.25441) 4654 : cluster [DBG] pgmap v3079: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.214 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: cluster 2024-03-30T04:49:16.085612+0000 mgr.y (mgr.25441) 4655 : cluster [DBG] pgmap v3080: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.214 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.092647+0000 mon.a (mon.0) 2027 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:17.214 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: cephadm 2024-03-30T04:49:16.093556+0000 mgr.y (mgr.25441) 4656 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:17.214 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.184287+0000 mon.c (mon.1) 4966 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:17.214 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.188983+0000 mon.c (mon.1) 4967 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:17.215 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.192857+0000 mon.c (mon.1) 4968 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:17.215 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.194312+0000 mon.c (mon.1) 4969 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:17.215 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: cluster 2024-03-30T04:49:16.197177+0000 mgr.y (mgr.25441) 4657 : cluster [DBG] pgmap v3081: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.215 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: cluster 2024-03-30T04:49:16.197720+0000 mgr.y (mgr.25441) 4658 : cluster [DBG] pgmap v3082: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.215 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.205846+0000 mon.a (mon.0) 2028 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:17.215 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: cephadm 2024-03-30T04:49:16.207248+0000 mgr.y (mgr.25441) 4659 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:17.215 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.285277+0000 mon.c (mon.1) 4970 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:17.215 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.288259+0000 mon.c (mon.1) 4971 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:17.215 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.291441+0000 mon.c (mon.1) 4972 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:17.215 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.292661+0000 mon.c (mon.1) 4973 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:17.215 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: cluster 2024-03-30T04:49:16.294670+0000 mgr.y (mgr.25441) 4660 : cluster [DBG] pgmap v3083: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.215 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: cluster 2024-03-30T04:49:16.295239+0000 mgr.y (mgr.25441) 4661 : cluster [DBG] pgmap v3084: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.215 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.302438+0000 mon.a (mon.0) 2029 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:17.215 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: cephadm 2024-03-30T04:49:16.303621+0000 mgr.y (mgr.25441) 4662 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:17.216 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.363231+0000 mon.c (mon.1) 4974 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:17.216 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.366054+0000 mon.c (mon.1) 4975 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:17.216 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.368924+0000 mon.c (mon.1) 4976 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:17.216 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: cluster 2024-03-30T04:49:15.851612+0000 mgr.y (mgr.25441) 4648 : cluster [DBG] pgmap v3075: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.216 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: cluster 2024-03-30T04:49:15.851823+0000 mgr.y (mgr.25441) 4649 : cluster [DBG] pgmap v3076: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.216 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: cephadm 2024-03-30T04:49:15.858845+0000 mgr.y (mgr.25441) 4650 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:17.216 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:15.931530+0000 mon.c (mon.1) 4958 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:17.216 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: cluster 2024-03-30T04:49:15.965666+0000 mon.a (mon.0) 2025 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:49:17.216 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:15.976104+0000 mon.c (mon.1) 4959 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:17.216 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:15.978497+0000 mon.c (mon.1) 4960 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:17.216 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:15.979476+0000 mon.c (mon.1) 4961 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:17.216 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: cluster 2024-03-30T04:49:15.980816+0000 mgr.y (mgr.25441) 4651 : cluster [DBG] pgmap v3077: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.217 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: cluster 2024-03-30T04:49:15.981108+0000 mgr.y (mgr.25441) 4652 : cluster [DBG] pgmap v3078: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.217 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:15.987796+0000 mon.a (mon.0) 2026 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:17.217 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: cephadm 2024-03-30T04:49:15.989210+0000 mgr.y (mgr.25441) 4653 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:17.217 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.076851+0000 mon.c (mon.1) 4962 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:17.217 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.080363+0000 mon.c (mon.1) 4963 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:17.217 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.083226+0000 mon.c (mon.1) 4964 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:17.217 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.084015+0000 mon.c (mon.1) 4965 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:17.217 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: cluster 2024-03-30T04:49:16.085418+0000 mgr.y (mgr.25441) 4654 : cluster [DBG] pgmap v3079: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.217 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: cluster 2024-03-30T04:49:16.085612+0000 mgr.y (mgr.25441) 4655 : cluster [DBG] pgmap v3080: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.217 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.092647+0000 mon.a (mon.0) 2027 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:17.217 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: cephadm 2024-03-30T04:49:16.093556+0000 mgr.y (mgr.25441) 4656 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:17.218 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.369975+0000 mon.c (mon.1) 4977 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:17.218 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: cluster 2024-03-30T04:49:16.371643+0000 mgr.y (mgr.25441) 4663 : cluster [DBG] pgmap v3085: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.218 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: cluster 2024-03-30T04:49:16.371873+0000 mgr.y (mgr.25441) 4664 : cluster [DBG] pgmap v3086: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.218 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.377007+0000 mon.a (mon.0) 2030 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:17.218 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: cephadm 2024-03-30T04:49:16.380404+0000 mgr.y (mgr.25441) 4665 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:17.218 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.446849+0000 mon.c (mon.1) 4978 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:17.218 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.450158+0000 mon.c (mon.1) 4979 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:17.218 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.452810+0000 mon.c (mon.1) 4980 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:17.218 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.453778+0000 mon.c (mon.1) 4981 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:17.218 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: cluster 2024-03-30T04:49:16.455701+0000 mgr.y (mgr.25441) 4666 : cluster [DBG] pgmap v3087: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.218 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: cluster 2024-03-30T04:49:16.455985+0000 mgr.y (mgr.25441) 4667 : cluster [DBG] pgmap v3088: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.219 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.461787+0000 mon.a (mon.0) 2031 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:17.219 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: cephadm 2024-03-30T04:49:16.464113+0000 mgr.y (mgr.25441) 4668 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:17.219 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.506627+0000 mon.c (mon.1) 4982 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:17.219 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.508757+0000 mon.c (mon.1) 4983 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:17.219 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.510804+0000 mon.c (mon.1) 4984 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:17.219 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.511585+0000 mon.c (mon.1) 4985 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:17.219 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: cluster 2024-03-30T04:49:16.512986+0000 mgr.y (mgr.25441) 4669 : cluster [DBG] pgmap v3089: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.219 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: cluster 2024-03-30T04:49:16.513196+0000 mgr.y (mgr.25441) 4670 : cluster [DBG] pgmap v3090: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.219 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.518284+0000 mon.a (mon.0) 2032 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:17.219 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: cephadm 2024-03-30T04:49:16.519827+0000 mgr.y (mgr.25441) 4671 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:17.219 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.561458+0000 mon.c (mon.1) 4986 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:17.219 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.563665+0000 mon.c (mon.1) 4987 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:17.219 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.566122+0000 mon.c (mon.1) 4988 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:17.219 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.566910+0000 mon.c (mon.1) 4989 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:17.219 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: cluster 2024-03-30T04:49:16.568307+0000 mgr.y (mgr.25441) 4672 : cluster [DBG] pgmap v3091: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.220 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: cluster 2024-03-30T04:49:16.568595+0000 mgr.y (mgr.25441) 4673 : cluster [DBG] pgmap v3092: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.220 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.575040+0000 mon.a (mon.0) 2033 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:17.220 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: cephadm 2024-03-30T04:49:16.578169+0000 mgr.y (mgr.25441) 4674 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:17.220 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.619843+0000 mon.c (mon.1) 4990 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:17.220 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.621903+0000 mon.c (mon.1) 4991 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:17.220 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.623838+0000 mon.c (mon.1) 4992 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:17.220 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.624492+0000 mon.c (mon.1) 4993 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:17.220 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: cluster 2024-03-30T04:49:16.625746+0000 mgr.y (mgr.25441) 4675 : cluster [DBG] pgmap v3093: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.220 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: cluster 2024-03-30T04:49:16.625979+0000 mgr.y (mgr.25441) 4676 : cluster [DBG] pgmap v3094: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.220 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.632364+0000 mon.a (mon.0) 2034 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:17.220 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: cephadm 2024-03-30T04:49:16.635663+0000 mgr.y (mgr.25441) 4677 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:17.220 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.677198+0000 mon.c (mon.1) 4994 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:17.220 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.679298+0000 mon.c (mon.1) 4995 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:17.220 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.681092+0000 mon.c (mon.1) 4996 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:17.221 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.184287+0000 mon.c (mon.1) 4966 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:17.221 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.188983+0000 mon.c (mon.1) 4967 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:17.221 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.192857+0000 mon.c (mon.1) 4968 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:17.221 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.194312+0000 mon.c (mon.1) 4969 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:17.221 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: cluster 2024-03-30T04:49:16.197177+0000 mgr.y (mgr.25441) 4657 : cluster [DBG] pgmap v3081: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.221 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: cluster 2024-03-30T04:49:16.197720+0000 mgr.y (mgr.25441) 4658 : cluster [DBG] pgmap v3082: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.221 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.205846+0000 mon.a (mon.0) 2028 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:17.221 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: cephadm 2024-03-30T04:49:16.207248+0000 mgr.y (mgr.25441) 4659 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:17.222 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.285277+0000 mon.c (mon.1) 4970 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:17.222 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.288259+0000 mon.c (mon.1) 4971 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:17.222 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.291441+0000 mon.c (mon.1) 4972 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:17.222 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.292661+0000 mon.c (mon.1) 4973 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:17.222 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: cluster 2024-03-30T04:49:16.294670+0000 mgr.y (mgr.25441) 4660 : cluster [DBG] pgmap v3083: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.222 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: cluster 2024-03-30T04:49:16.295239+0000 mgr.y (mgr.25441) 4661 : cluster [DBG] pgmap v3084: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.222 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.302438+0000 mon.a (mon.0) 2029 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:17.222 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: cephadm 2024-03-30T04:49:16.303621+0000 mgr.y (mgr.25441) 4662 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:17.222 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.363231+0000 mon.c (mon.1) 4974 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:17.222 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.366054+0000 mon.c (mon.1) 4975 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:17.222 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.368924+0000 mon.c (mon.1) 4976 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:17.223 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.681719+0000 mon.c (mon.1) 4997 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:17.223 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: cluster 2024-03-30T04:49:16.683035+0000 mgr.y (mgr.25441) 4678 : cluster [DBG] pgmap v3095: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.223 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: cluster 2024-03-30T04:49:16.683260+0000 mgr.y (mgr.25441) 4679 : cluster [DBG] pgmap v3096: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.223 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.689565+0000 mon.a (mon.0) 2035 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:17.223 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: cephadm 2024-03-30T04:49:16.690416+0000 mgr.y (mgr.25441) 4680 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:17.223 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.732115+0000 mon.c (mon.1) 4998 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:17.223 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.734170+0000 mon.c (mon.1) 4999 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:17.223 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.736031+0000 mon.c (mon.1) 5000 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:17.223 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.736721+0000 mon.c (mon.1) 5001 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:17.224 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: cluster 2024-03-30T04:49:16.738103+0000 mgr.y (mgr.25441) 4681 : cluster [DBG] pgmap v3097: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 11 op/s 2024-03-30T04:49:17.224 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: cluster 2024-03-30T04:49:16.738351+0000 mgr.y (mgr.25441) 4682 : cluster [DBG] pgmap v3098: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 11 op/s 2024-03-30T04:49:17.224 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.744015+0000 mon.a (mon.0) 2036 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:17.224 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: cephadm 2024-03-30T04:49:16.744601+0000 mgr.y (mgr.25441) 4683 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:17.224 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.801372+0000 mon.c (mon.1) 5002 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:17.224 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.803310+0000 mon.c (mon.1) 5003 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:17.224 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.805211+0000 mon.c (mon.1) 5004 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:17.224 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.805903+0000 mon.c (mon.1) 5005 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:17.224 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: cluster 2024-03-30T04:49:16.807339+0000 mgr.y (mgr.25441) 4684 : cluster [DBG] pgmap v3099: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 11 op/s 2024-03-30T04:49:17.224 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: cluster 2024-03-30T04:49:16.807592+0000 mgr.y (mgr.25441) 4685 : cluster [DBG] pgmap v3100: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 11 op/s 2024-03-30T04:49:17.224 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.812051+0000 mon.a (mon.0) 2037 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:17.224 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: cephadm 2024-03-30T04:49:16.812884+0000 mgr.y (mgr.25441) 4686 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:17.224 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.882607+0000 mon.c (mon.1) 5006 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:17.224 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[70954]: audit 2024-03-30T04:49:16.886953+0000 mon.c (mon.1) 5007 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:17.224 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:16.892099+0000 mon.c (mon.1) 5008 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:17.225 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:16.893705+0000 mon.c (mon.1) 5009 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:17.225 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:16.906317+0000 mon.a (mon.0) 2038 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:17.225 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.369975+0000 mon.c (mon.1) 4977 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:17.225 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: cluster 2024-03-30T04:49:16.371643+0000 mgr.y (mgr.25441) 4663 : cluster [DBG] pgmap v3085: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.226 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: cluster 2024-03-30T04:49:16.371873+0000 mgr.y (mgr.25441) 4664 : cluster [DBG] pgmap v3086: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.226 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.377007+0000 mon.a (mon.0) 2030 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:17.226 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: cephadm 2024-03-30T04:49:16.380404+0000 mgr.y (mgr.25441) 4665 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:17.226 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.446849+0000 mon.c (mon.1) 4978 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:17.226 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.450158+0000 mon.c (mon.1) 4979 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:17.226 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.452810+0000 mon.c (mon.1) 4980 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:17.226 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.453778+0000 mon.c (mon.1) 4981 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:17.226 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: cluster 2024-03-30T04:49:16.455701+0000 mgr.y (mgr.25441) 4666 : cluster [DBG] pgmap v3087: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.226 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: cluster 2024-03-30T04:49:16.455985+0000 mgr.y (mgr.25441) 4667 : cluster [DBG] pgmap v3088: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.226 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.461787+0000 mon.a (mon.0) 2031 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:17.226 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: cephadm 2024-03-30T04:49:16.464113+0000 mgr.y (mgr.25441) 4668 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:17.226 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.506627+0000 mon.c (mon.1) 4982 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:17.226 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.508757+0000 mon.c (mon.1) 4983 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:17.227 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.510804+0000 mon.c (mon.1) 4984 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:17.227 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.511585+0000 mon.c (mon.1) 4985 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:17.227 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: cluster 2024-03-30T04:49:16.512986+0000 mgr.y (mgr.25441) 4669 : cluster [DBG] pgmap v3089: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.227 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: cluster 2024-03-30T04:49:16.513196+0000 mgr.y (mgr.25441) 4670 : cluster [DBG] pgmap v3090: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.227 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.518284+0000 mon.a (mon.0) 2032 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:17.227 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: cephadm 2024-03-30T04:49:16.519827+0000 mgr.y (mgr.25441) 4671 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:17.227 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.561458+0000 mon.c (mon.1) 4986 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:17.227 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.563665+0000 mon.c (mon.1) 4987 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:17.227 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.566122+0000 mon.c (mon.1) 4988 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:17.227 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.566910+0000 mon.c (mon.1) 4989 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:17.227 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: cluster 2024-03-30T04:49:16.568307+0000 mgr.y (mgr.25441) 4672 : cluster [DBG] pgmap v3091: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.227 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: cluster 2024-03-30T04:49:16.568595+0000 mgr.y (mgr.25441) 4673 : cluster [DBG] pgmap v3092: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.227 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.575040+0000 mon.a (mon.0) 2033 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:17.227 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: cephadm 2024-03-30T04:49:16.578169+0000 mgr.y (mgr.25441) 4674 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:17.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.619843+0000 mon.c (mon.1) 4990 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:17.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.621903+0000 mon.c (mon.1) 4991 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:17.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.623838+0000 mon.c (mon.1) 4992 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:17.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.624492+0000 mon.c (mon.1) 4993 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:17.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: cluster 2024-03-30T04:49:16.625746+0000 mgr.y (mgr.25441) 4675 : cluster [DBG] pgmap v3093: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: cluster 2024-03-30T04:49:16.625979+0000 mgr.y (mgr.25441) 4676 : cluster [DBG] pgmap v3094: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.632364+0000 mon.a (mon.0) 2034 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:17.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: cephadm 2024-03-30T04:49:16.635663+0000 mgr.y (mgr.25441) 4677 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:17.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.677198+0000 mon.c (mon.1) 4994 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:17.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.679298+0000 mon.c (mon.1) 4995 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:17.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.681092+0000 mon.c (mon.1) 4996 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:17.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.681719+0000 mon.c (mon.1) 4997 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:17.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: cluster 2024-03-30T04:49:16.683035+0000 mgr.y (mgr.25441) 4678 : cluster [DBG] pgmap v3095: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.229 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: cluster 2024-03-30T04:49:16.683260+0000 mgr.y (mgr.25441) 4679 : cluster [DBG] pgmap v3096: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.229 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:16 smithi111 bash[73591]: audit 2024-03-30T04:49:16.689565+0000 mon.a (mon.0) 2035 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:17.229 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: cephadm 2024-03-30T04:49:16.690416+0000 mgr.y (mgr.25441) 4680 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:17.229 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:16.732115+0000 mon.c (mon.1) 4998 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:17.229 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:16.734170+0000 mon.c (mon.1) 4999 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:17.229 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:16.736031+0000 mon.c (mon.1) 5000 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:17.229 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:16.736721+0000 mon.c (mon.1) 5001 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:17.229 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: cluster 2024-03-30T04:49:16.738103+0000 mgr.y (mgr.25441) 4681 : cluster [DBG] pgmap v3097: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 11 op/s 2024-03-30T04:49:17.229 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: cluster 2024-03-30T04:49:16.738351+0000 mgr.y (mgr.25441) 4682 : cluster [DBG] pgmap v3098: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 11 op/s 2024-03-30T04:49:17.229 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:16.744015+0000 mon.a (mon.0) 2036 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:17.229 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: cephadm 2024-03-30T04:49:16.744601+0000 mgr.y (mgr.25441) 4683 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:17.229 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:16.801372+0000 mon.c (mon.1) 5002 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:17.229 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:16.803310+0000 mon.c (mon.1) 5003 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:17.229 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:16.805211+0000 mon.c (mon.1) 5004 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:17.229 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:16.805903+0000 mon.c (mon.1) 5005 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:17.230 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: cluster 2024-03-30T04:49:16.807339+0000 mgr.y (mgr.25441) 4684 : cluster [DBG] pgmap v3099: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 11 op/s 2024-03-30T04:49:17.230 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: cluster 2024-03-30T04:49:16.807592+0000 mgr.y (mgr.25441) 4685 : cluster [DBG] pgmap v3100: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 11 op/s 2024-03-30T04:49:17.230 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:16.812051+0000 mon.a (mon.0) 2037 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:17.230 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: cephadm 2024-03-30T04:49:16.812884+0000 mgr.y (mgr.25441) 4686 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:17.230 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:16.882607+0000 mon.c (mon.1) 5006 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:17.230 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:16.886953+0000 mon.c (mon.1) 5007 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:17.230 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:16.892099+0000 mon.c (mon.1) 5008 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:17.230 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:16.893705+0000 mon.c (mon.1) 5009 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:17.230 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:16.906317+0000 mon.a (mon.0) 2038 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:17.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: cluster 2024-03-30T04:49:15.851612+0000 mgr.y (mgr.25441) 4648 : cluster [DBG] pgmap v3075: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: cluster 2024-03-30T04:49:15.851823+0000 mgr.y (mgr.25441) 4649 : cluster [DBG] pgmap v3076: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: cephadm 2024-03-30T04:49:15.858845+0000 mgr.y (mgr.25441) 4650 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:17.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:15.931530+0000 mon.c (mon.1) 4958 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:17.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: cluster 2024-03-30T04:49:15.965666+0000 mon.a (mon.0) 2025 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:49:17.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:15.976104+0000 mon.c (mon.1) 4959 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:17.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:15.978497+0000 mon.c (mon.1) 4960 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:17.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:15.979476+0000 mon.c (mon.1) 4961 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:17.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: cluster 2024-03-30T04:49:15.980816+0000 mgr.y (mgr.25441) 4651 : cluster [DBG] pgmap v3077: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: cluster 2024-03-30T04:49:15.981108+0000 mgr.y (mgr.25441) 4652 : cluster [DBG] pgmap v3078: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:15.987796+0000 mon.a (mon.0) 2026 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:17.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: cephadm 2024-03-30T04:49:15.989210+0000 mgr.y (mgr.25441) 4653 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:17.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.076851+0000 mon.c (mon.1) 4962 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:17.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.080363+0000 mon.c (mon.1) 4963 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:17.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.083226+0000 mon.c (mon.1) 4964 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:17.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.084015+0000 mon.c (mon.1) 4965 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:17.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: cluster 2024-03-30T04:49:16.085418+0000 mgr.y (mgr.25441) 4654 : cluster [DBG] pgmap v3079: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: cluster 2024-03-30T04:49:16.085612+0000 mgr.y (mgr.25441) 4655 : cluster [DBG] pgmap v3080: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.092647+0000 mon.a (mon.0) 2027 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:17.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: cephadm 2024-03-30T04:49:16.093556+0000 mgr.y (mgr.25441) 4656 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:17.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.184287+0000 mon.c (mon.1) 4966 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:17.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.188983+0000 mon.c (mon.1) 4967 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:17.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.192857+0000 mon.c (mon.1) 4968 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:17.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.194312+0000 mon.c (mon.1) 4969 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:17.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: cluster 2024-03-30T04:49:16.197177+0000 mgr.y (mgr.25441) 4657 : cluster [DBG] pgmap v3081: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: cluster 2024-03-30T04:49:16.197720+0000 mgr.y (mgr.25441) 4658 : cluster [DBG] pgmap v3082: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.205846+0000 mon.a (mon.0) 2028 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:17.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: cephadm 2024-03-30T04:49:16.207248+0000 mgr.y (mgr.25441) 4659 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:17.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.285277+0000 mon.c (mon.1) 4970 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:17.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.288259+0000 mon.c (mon.1) 4971 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:17.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.291441+0000 mon.c (mon.1) 4972 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:17.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.292661+0000 mon.c (mon.1) 4973 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:17.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: cluster 2024-03-30T04:49:16.294670+0000 mgr.y (mgr.25441) 4660 : cluster [DBG] pgmap v3083: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: cluster 2024-03-30T04:49:16.295239+0000 mgr.y (mgr.25441) 4661 : cluster [DBG] pgmap v3084: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.302438+0000 mon.a (mon.0) 2029 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:17.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: cephadm 2024-03-30T04:49:16.303621+0000 mgr.y (mgr.25441) 4662 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:17.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.363231+0000 mon.c (mon.1) 4974 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:17.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.366054+0000 mon.c (mon.1) 4975 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:17.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.368924+0000 mon.c (mon.1) 4976 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:17.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.369975+0000 mon.c (mon.1) 4977 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:17.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: cluster 2024-03-30T04:49:16.371643+0000 mgr.y (mgr.25441) 4663 : cluster [DBG] pgmap v3085: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: cluster 2024-03-30T04:49:16.371873+0000 mgr.y (mgr.25441) 4664 : cluster [DBG] pgmap v3086: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.377007+0000 mon.a (mon.0) 2030 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:17.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: cephadm 2024-03-30T04:49:16.380404+0000 mgr.y (mgr.25441) 4665 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:17.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.446849+0000 mon.c (mon.1) 4978 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:17.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.450158+0000 mon.c (mon.1) 4979 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:17.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.452810+0000 mon.c (mon.1) 4980 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:17.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.453778+0000 mon.c (mon.1) 4981 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:17.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: cluster 2024-03-30T04:49:16.455701+0000 mgr.y (mgr.25441) 4666 : cluster [DBG] pgmap v3087: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: cluster 2024-03-30T04:49:16.455985+0000 mgr.y (mgr.25441) 4667 : cluster [DBG] pgmap v3088: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.461787+0000 mon.a (mon.0) 2031 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:17.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: cephadm 2024-03-30T04:49:16.464113+0000 mgr.y (mgr.25441) 4668 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:17.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.506627+0000 mon.c (mon.1) 4982 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:17.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.508757+0000 mon.c (mon.1) 4983 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:17.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.510804+0000 mon.c (mon.1) 4984 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:17.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.511585+0000 mon.c (mon.1) 4985 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:17.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: cluster 2024-03-30T04:49:16.512986+0000 mgr.y (mgr.25441) 4669 : cluster [DBG] pgmap v3089: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: cluster 2024-03-30T04:49:16.513196+0000 mgr.y (mgr.25441) 4670 : cluster [DBG] pgmap v3090: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.518284+0000 mon.a (mon.0) 2032 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:17.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: cephadm 2024-03-30T04:49:16.519827+0000 mgr.y (mgr.25441) 4671 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:17.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.561458+0000 mon.c (mon.1) 4986 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:17.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.563665+0000 mon.c (mon.1) 4987 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:17.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.566122+0000 mon.c (mon.1) 4988 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:17.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.566910+0000 mon.c (mon.1) 4989 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:17.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: cluster 2024-03-30T04:49:16.568307+0000 mgr.y (mgr.25441) 4672 : cluster [DBG] pgmap v3091: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: cluster 2024-03-30T04:49:16.568595+0000 mgr.y (mgr.25441) 4673 : cluster [DBG] pgmap v3092: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.575040+0000 mon.a (mon.0) 2033 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:17.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: cephadm 2024-03-30T04:49:16.578169+0000 mgr.y (mgr.25441) 4674 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:17.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.619843+0000 mon.c (mon.1) 4990 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:17.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.621903+0000 mon.c (mon.1) 4991 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:17.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.623838+0000 mon.c (mon.1) 4992 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:17.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.624492+0000 mon.c (mon.1) 4993 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:17.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: cluster 2024-03-30T04:49:16.625746+0000 mgr.y (mgr.25441) 4675 : cluster [DBG] pgmap v3093: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: cluster 2024-03-30T04:49:16.625979+0000 mgr.y (mgr.25441) 4676 : cluster [DBG] pgmap v3094: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.632364+0000 mon.a (mon.0) 2034 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:17.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: cephadm 2024-03-30T04:49:16.635663+0000 mgr.y (mgr.25441) 4677 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:17.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.677198+0000 mon.c (mon.1) 4994 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:17.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.679298+0000 mon.c (mon.1) 4995 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:17.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.681092+0000 mon.c (mon.1) 4996 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:17.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.681719+0000 mon.c (mon.1) 4997 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:17.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: cluster 2024-03-30T04:49:16.683035+0000 mgr.y (mgr.25441) 4678 : cluster [DBG] pgmap v3095: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: cluster 2024-03-30T04:49:16.683260+0000 mgr.y (mgr.25441) 4679 : cluster [DBG] pgmap v3096: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:17.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.689565+0000 mon.a (mon.0) 2035 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:17.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: cephadm 2024-03-30T04:49:16.690416+0000 mgr.y (mgr.25441) 4680 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:17.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.732115+0000 mon.c (mon.1) 4998 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:17.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.734170+0000 mon.c (mon.1) 4999 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:17.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.736031+0000 mon.c (mon.1) 5000 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:17.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.736721+0000 mon.c (mon.1) 5001 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:17.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: cluster 2024-03-30T04:49:16.738103+0000 mgr.y (mgr.25441) 4681 : cluster [DBG] pgmap v3097: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 11 op/s 2024-03-30T04:49:17.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: cluster 2024-03-30T04:49:16.738351+0000 mgr.y (mgr.25441) 4682 : cluster [DBG] pgmap v3098: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 11 op/s 2024-03-30T04:49:17.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.744015+0000 mon.a (mon.0) 2036 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:17.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: cephadm 2024-03-30T04:49:16.744601+0000 mgr.y (mgr.25441) 4683 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:17.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.801372+0000 mon.c (mon.1) 5002 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:17.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.803310+0000 mon.c (mon.1) 5003 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:17.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.805211+0000 mon.c (mon.1) 5004 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:17.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.805903+0000 mon.c (mon.1) 5005 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:17.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: cluster 2024-03-30T04:49:16.807339+0000 mgr.y (mgr.25441) 4684 : cluster [DBG] pgmap v3099: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 11 op/s 2024-03-30T04:49:17.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: cluster 2024-03-30T04:49:16.807592+0000 mgr.y (mgr.25441) 4685 : cluster [DBG] pgmap v3100: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 11 op/s 2024-03-30T04:49:17.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.812051+0000 mon.a (mon.0) 2037 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:17.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: cephadm 2024-03-30T04:49:16.812884+0000 mgr.y (mgr.25441) 4686 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:17.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.882607+0000 mon.c (mon.1) 5006 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:17.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.886953+0000 mon.c (mon.1) 5007 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:17.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.892099+0000 mon.c (mon.1) 5008 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:17.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.893705+0000 mon.c (mon.1) 5009 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:17.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:16 smithi117 bash[62284]: audit 2024-03-30T04:49:16.906317+0000 mon.a (mon.0) 2038 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:18.232 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: cluster 2024-03-30T04:49:16.896519+0000 mgr.y (mgr.25441) 4687 : cluster [DBG] pgmap v3101: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 9.4 KiB/s rd, 9 op/s 2024-03-30T04:49:18.233 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: cluster 2024-03-30T04:49:16.897124+0000 mgr.y (mgr.25441) 4688 : cluster [DBG] pgmap v3102: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 9.4 KiB/s rd, 9 op/s 2024-03-30T04:49:18.233 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: cephadm 2024-03-30T04:49:16.907747+0000 mgr.y (mgr.25441) 4689 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:18.233 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:16.986673+0000 mon.c (mon.1) 5010 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:18.233 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:16.989373+0000 mon.c (mon.1) 5011 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:18.233 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:16.991835+0000 mon.c (mon.1) 5012 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:18.233 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:16.992639+0000 mon.c (mon.1) 5013 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:18.233 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: cluster 2024-03-30T04:49:16.994075+0000 mgr.y (mgr.25441) 4690 : cluster [DBG] pgmap v3103: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.233 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: cluster 2024-03-30T04:49:16.994324+0000 mgr.y (mgr.25441) 4691 : cluster [DBG] pgmap v3104: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.233 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:16.999013+0000 mon.a (mon.0) 2039 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:18.233 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: cephadm 2024-03-30T04:49:17.003312+0000 mgr.y (mgr.25441) 4692 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:18.233 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:17.076520+0000 mon.c (mon.1) 5014 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:18.233 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:17.079214+0000 mon.c (mon.1) 5015 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:18.233 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:17.082301+0000 mon.c (mon.1) 5016 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:18.234 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:17.083302+0000 mon.c (mon.1) 5017 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:18.234 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: cluster 2024-03-30T04:49:17.085028+0000 mgr.y (mgr.25441) 4693 : cluster [DBG] pgmap v3105: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.234 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: cluster 2024-03-30T04:49:17.085282+0000 mgr.y (mgr.25441) 4694 : cluster [DBG] pgmap v3106: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.234 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:17.091971+0000 mon.a (mon.0) 2040 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:18.234 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: cephadm 2024-03-30T04:49:17.095506+0000 mgr.y (mgr.25441) 4695 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:18.234 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: cluster 2024-03-30T04:49:16.896519+0000 mgr.y (mgr.25441) 4687 : cluster [DBG] pgmap v3101: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 9.4 KiB/s rd, 9 op/s 2024-03-30T04:49:18.234 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: cluster 2024-03-30T04:49:16.897124+0000 mgr.y (mgr.25441) 4688 : cluster [DBG] pgmap v3102: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 9.4 KiB/s rd, 9 op/s 2024-03-30T04:49:18.235 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: cephadm 2024-03-30T04:49:16.907747+0000 mgr.y (mgr.25441) 4689 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:18.235 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:16.986673+0000 mon.c (mon.1) 5010 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:18.235 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:16.989373+0000 mon.c (mon.1) 5011 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:18.235 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:16.991835+0000 mon.c (mon.1) 5012 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:18.235 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:16.992639+0000 mon.c (mon.1) 5013 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:18.235 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: cluster 2024-03-30T04:49:16.994075+0000 mgr.y (mgr.25441) 4690 : cluster [DBG] pgmap v3103: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.235 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: cluster 2024-03-30T04:49:16.994324+0000 mgr.y (mgr.25441) 4691 : cluster [DBG] pgmap v3104: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.235 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:16.999013+0000 mon.a (mon.0) 2039 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:18.235 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: cephadm 2024-03-30T04:49:17.003312+0000 mgr.y (mgr.25441) 4692 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:18.235 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:17.076520+0000 mon.c (mon.1) 5014 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:18.235 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:17.079214+0000 mon.c (mon.1) 5015 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:18.235 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:17.082301+0000 mon.c (mon.1) 5016 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:18.235 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:17.083302+0000 mon.c (mon.1) 5017 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:18.235 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: cluster 2024-03-30T04:49:17.085028+0000 mgr.y (mgr.25441) 4693 : cluster [DBG] pgmap v3105: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.236 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: cluster 2024-03-30T04:49:17.085282+0000 mgr.y (mgr.25441) 4694 : cluster [DBG] pgmap v3106: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.236 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:17.091971+0000 mon.a (mon.0) 2040 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:18.236 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: cephadm 2024-03-30T04:49:17.095506+0000 mgr.y (mgr.25441) 4695 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:18.236 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:17.173504+0000 mon.c (mon.1) 5018 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:18.236 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:17.177436+0000 mon.c (mon.1) 5019 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:18.236 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:17.180951+0000 mon.c (mon.1) 5020 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:18.236 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:17.182205+0000 mon.c (mon.1) 5021 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:18.236 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: cluster 2024-03-30T04:49:17.184646+0000 mgr.y (mgr.25441) 4696 : cluster [DBG] pgmap v3107: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.236 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: cluster 2024-03-30T04:49:17.184836+0000 mgr.y (mgr.25441) 4697 : cluster [DBG] pgmap v3108: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.237 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:17.193251+0000 mon.a (mon.0) 2041 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:18.237 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: cephadm 2024-03-30T04:49:17.198378+0000 mgr.y (mgr.25441) 4698 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:18.237 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:17.272363+0000 mon.c (mon.1) 5022 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:18.237 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:17.274758+0000 mon.c (mon.1) 5023 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:18.237 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:17.278123+0000 mon.c (mon.1) 5024 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:18.237 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:17.279071+0000 mon.c (mon.1) 5025 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:18.237 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: cluster 2024-03-30T04:49:17.280898+0000 mgr.y (mgr.25441) 4699 : cluster [DBG] pgmap v3109: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.237 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: cluster 2024-03-30T04:49:17.281366+0000 mgr.y (mgr.25441) 4700 : cluster [DBG] pgmap v3110: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.237 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:17.290033+0000 mon.a (mon.0) 2042 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:18.237 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: cephadm 2024-03-30T04:49:17.291657+0000 mgr.y (mgr.25441) 4701 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:18.237 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:17.370817+0000 mon.c (mon.1) 5026 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:18.237 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:17.373103+0000 mon.c (mon.1) 5027 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:18.237 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:17.375134+0000 mon.c (mon.1) 5028 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:18.237 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:17.375852+0000 mon.c (mon.1) 5029 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:18.238 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:17.173504+0000 mon.c (mon.1) 5018 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:18.238 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:17.177436+0000 mon.c (mon.1) 5019 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:18.238 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:17.180951+0000 mon.c (mon.1) 5020 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:18.238 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:17.182205+0000 mon.c (mon.1) 5021 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:18.238 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: cluster 2024-03-30T04:49:17.184646+0000 mgr.y (mgr.25441) 4696 : cluster [DBG] pgmap v3107: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.238 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: cluster 2024-03-30T04:49:17.184836+0000 mgr.y (mgr.25441) 4697 : cluster [DBG] pgmap v3108: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.238 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:17.193251+0000 mon.a (mon.0) 2041 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:18.238 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: cephadm 2024-03-30T04:49:17.198378+0000 mgr.y (mgr.25441) 4698 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:18.238 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:17.272363+0000 mon.c (mon.1) 5022 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:18.238 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:17.274758+0000 mon.c (mon.1) 5023 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:18.238 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:17.278123+0000 mon.c (mon.1) 5024 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:18.238 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:17.279071+0000 mon.c (mon.1) 5025 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:18.238 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: cluster 2024-03-30T04:49:17.280898+0000 mgr.y (mgr.25441) 4699 : cluster [DBG] pgmap v3109: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.239 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: cluster 2024-03-30T04:49:17.281366+0000 mgr.y (mgr.25441) 4700 : cluster [DBG] pgmap v3110: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.239 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:17.290033+0000 mon.a (mon.0) 2042 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:18.239 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: cephadm 2024-03-30T04:49:17.291657+0000 mgr.y (mgr.25441) 4701 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:18.239 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:17.370817+0000 mon.c (mon.1) 5026 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:18.239 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:17.373103+0000 mon.c (mon.1) 5027 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:18.239 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:17.375134+0000 mon.c (mon.1) 5028 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:18.239 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:17.375852+0000 mon.c (mon.1) 5029 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:18.239 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: cluster 2024-03-30T04:49:17.377376+0000 mgr.y (mgr.25441) 4702 : cluster [DBG] pgmap v3111: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.239 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: cluster 2024-03-30T04:49:17.377614+0000 mgr.y (mgr.25441) 4703 : cluster [DBG] pgmap v3112: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.240 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:17.385310+0000 mon.a (mon.0) 2043 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:18.240 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: cephadm 2024-03-30T04:49:17.387584+0000 mgr.y (mgr.25441) 4704 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:18.240 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:17.444461+0000 mon.c (mon.1) 5030 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:18.240 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:17.446446+0000 mon.c (mon.1) 5031 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:18.240 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:17.448800+0000 mon.c (mon.1) 5032 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:18.240 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: audit 2024-03-30T04:49:17.449624+0000 mon.c (mon.1) 5033 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:18.240 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[73591]: cluster 2024-03-30T04:49:17.451224+0000 mgr.y (mgr.25441) 4705 : cluster [DBG] pgmap v3113: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.240 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[73591]: cluster 2024-03-30T04:49:17.451765+0000 mgr.y (mgr.25441) 4706 : cluster [DBG] pgmap v3114: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.240 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[73591]: audit 2024-03-30T04:49:17.461035+0000 mon.a (mon.0) 2044 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:18.240 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[73591]: cephadm 2024-03-30T04:49:17.463435+0000 mgr.y (mgr.25441) 4707 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:18.240 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[73591]: audit 2024-03-30T04:49:17.541611+0000 mon.c (mon.1) 5034 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:18.240 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[73591]: audit 2024-03-30T04:49:17.544791+0000 mon.c (mon.1) 5035 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:18.240 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[73591]: audit 2024-03-30T04:49:17.547883+0000 mon.c (mon.1) 5036 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:18.240 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[73591]: audit 2024-03-30T04:49:17.549033+0000 mon.c (mon.1) 5037 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:18.240 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[73591]: cluster 2024-03-30T04:49:17.551306+0000 mgr.y (mgr.25441) 4708 : cluster [DBG] pgmap v3115: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.241 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[73591]: cluster 2024-03-30T04:49:17.551900+0000 mgr.y (mgr.25441) 4709 : cluster [DBG] pgmap v3116: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.241 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[73591]: audit 2024-03-30T04:49:17.561747+0000 mon.a (mon.0) 2045 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:18.241 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[73591]: cephadm 2024-03-30T04:49:17.564551+0000 mgr.y (mgr.25441) 4710 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:18.241 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[73591]: audit 2024-03-30T04:49:17.647208+0000 mon.c (mon.1) 5038 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:18.241 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[73591]: audit 2024-03-30T04:49:17.649544+0000 mon.c (mon.1) 5039 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:18.241 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[73591]: audit 2024-03-30T04:49:17.651955+0000 mon.c (mon.1) 5040 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:18.241 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[73591]: audit 2024-03-30T04:49:17.652779+0000 mon.c (mon.1) 5041 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:18.241 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[73591]: cluster 2024-03-30T04:49:17.654462+0000 mgr.y (mgr.25441) 4711 : cluster [DBG] pgmap v3117: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.241 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[73591]: cluster 2024-03-30T04:49:17.654725+0000 mgr.y (mgr.25441) 4712 : cluster [DBG] pgmap v3118: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.241 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[73591]: audit 2024-03-30T04:49:17.663751+0000 mon.a (mon.0) 2046 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:18.241 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[73591]: cephadm 2024-03-30T04:49:17.665954+0000 mgr.y (mgr.25441) 4713 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:18.241 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[73591]: audit 2024-03-30T04:49:17.740701+0000 mon.c (mon.1) 5042 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:18.241 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[73591]: audit 2024-03-30T04:49:17.743285+0000 mon.c (mon.1) 5043 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:18.241 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[73591]: audit 2024-03-30T04:49:17.746095+0000 mon.c (mon.1) 5044 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:18.242 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[73591]: audit 2024-03-30T04:49:17.747447+0000 mon.c (mon.1) 5045 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:18.242 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[73591]: cluster 2024-03-30T04:49:17.750442+0000 mgr.y (mgr.25441) 4714 : cluster [DBG] pgmap v3119: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.242 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[73591]: cluster 2024-03-30T04:49:17.751012+0000 mgr.y (mgr.25441) 4715 : cluster [DBG] pgmap v3120: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.242 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[73591]: audit 2024-03-30T04:49:17.760963+0000 mon.a (mon.0) 2047 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:18.242 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[73591]: cephadm 2024-03-30T04:49:17.764730+0000 mgr.y (mgr.25441) 4716 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:18.242 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[73591]: audit 2024-03-30T04:49:17.853114+0000 mon.c (mon.1) 5046 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:18.242 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[73591]: audit 2024-03-30T04:49:17.857456+0000 mon.c (mon.1) 5047 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:18.242 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[73591]: audit 2024-03-30T04:49:17.861366+0000 mon.c (mon.1) 5048 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:18.242 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[73591]: audit 2024-03-30T04:49:17.863071+0000 mon.c (mon.1) 5049 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:18.242 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[73591]: audit 2024-03-30T04:49:17.876732+0000 mon.a (mon.0) 2048 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:18.242 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[73591]: audit 2024-03-30T04:49:17.970310+0000 mon.c (mon.1) 5050 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:18.243 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: cluster 2024-03-30T04:49:17.377376+0000 mgr.y (mgr.25441) 4702 : cluster [DBG] pgmap v3111: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.243 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: cluster 2024-03-30T04:49:17.377614+0000 mgr.y (mgr.25441) 4703 : cluster [DBG] pgmap v3112: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.243 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:17.385310+0000 mon.a (mon.0) 2043 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:18.243 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: cephadm 2024-03-30T04:49:17.387584+0000 mgr.y (mgr.25441) 4704 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:18.243 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:17.444461+0000 mon.c (mon.1) 5030 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:18.243 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:17.446446+0000 mon.c (mon.1) 5031 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:18.243 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:17.448800+0000 mon.c (mon.1) 5032 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:18.243 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:17.449624+0000 mon.c (mon.1) 5033 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:18.243 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: cluster 2024-03-30T04:49:17.451224+0000 mgr.y (mgr.25441) 4705 : cluster [DBG] pgmap v3113: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.243 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: cluster 2024-03-30T04:49:17.451765+0000 mgr.y (mgr.25441) 4706 : cluster [DBG] pgmap v3114: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.243 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:17.461035+0000 mon.a (mon.0) 2044 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:18.244 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: cephadm 2024-03-30T04:49:17.463435+0000 mgr.y (mgr.25441) 4707 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:18.244 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:17.541611+0000 mon.c (mon.1) 5034 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:18.244 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:17.544791+0000 mon.c (mon.1) 5035 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:18.244 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:17.547883+0000 mon.c (mon.1) 5036 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:18.244 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:17.549033+0000 mon.c (mon.1) 5037 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:18.244 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: cluster 2024-03-30T04:49:17.551306+0000 mgr.y (mgr.25441) 4708 : cluster [DBG] pgmap v3115: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.244 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: cluster 2024-03-30T04:49:17.551900+0000 mgr.y (mgr.25441) 4709 : cluster [DBG] pgmap v3116: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.244 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:17.561747+0000 mon.a (mon.0) 2045 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:18.244 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: cephadm 2024-03-30T04:49:17.564551+0000 mgr.y (mgr.25441) 4710 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:18.244 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:17.647208+0000 mon.c (mon.1) 5038 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:18.244 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:17.649544+0000 mon.c (mon.1) 5039 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:18.244 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:17.651955+0000 mon.c (mon.1) 5040 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:18.244 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:17.652779+0000 mon.c (mon.1) 5041 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:18.244 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: cluster 2024-03-30T04:49:17.654462+0000 mgr.y (mgr.25441) 4711 : cluster [DBG] pgmap v3117: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.245 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: cluster 2024-03-30T04:49:17.654725+0000 mgr.y (mgr.25441) 4712 : cluster [DBG] pgmap v3118: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.245 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:17.663751+0000 mon.a (mon.0) 2046 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:18.245 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: cephadm 2024-03-30T04:49:17.665954+0000 mgr.y (mgr.25441) 4713 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:18.245 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:17.740701+0000 mon.c (mon.1) 5042 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:18.245 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:17 smithi111 bash[70954]: audit 2024-03-30T04:49:17.743285+0000 mon.c (mon.1) 5043 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:18.245 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[70954]: audit 2024-03-30T04:49:17.746095+0000 mon.c (mon.1) 5044 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:18.245 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[70954]: audit 2024-03-30T04:49:17.747447+0000 mon.c (mon.1) 5045 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:18.245 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[70954]: cluster 2024-03-30T04:49:17.750442+0000 mgr.y (mgr.25441) 4714 : cluster [DBG] pgmap v3119: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.245 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[70954]: cluster 2024-03-30T04:49:17.751012+0000 mgr.y (mgr.25441) 4715 : cluster [DBG] pgmap v3120: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.245 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[70954]: audit 2024-03-30T04:49:17.760963+0000 mon.a (mon.0) 2047 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:18.245 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[70954]: cephadm 2024-03-30T04:49:17.764730+0000 mgr.y (mgr.25441) 4716 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:18.245 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[70954]: audit 2024-03-30T04:49:17.853114+0000 mon.c (mon.1) 5046 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:18.245 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[70954]: audit 2024-03-30T04:49:17.857456+0000 mon.c (mon.1) 5047 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:18.245 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[70954]: audit 2024-03-30T04:49:17.861366+0000 mon.c (mon.1) 5048 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:18.245 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[70954]: audit 2024-03-30T04:49:17.863071+0000 mon.c (mon.1) 5049 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:18.246 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[70954]: audit 2024-03-30T04:49:17.876732+0000 mon.a (mon.0) 2048 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:18.246 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:18 smithi111 bash[70954]: audit 2024-03-30T04:49:17.970310+0000 mon.c (mon.1) 5050 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:18.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: cluster 2024-03-30T04:49:16.896519+0000 mgr.y (mgr.25441) 4687 : cluster [DBG] pgmap v3101: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 9.4 KiB/s rd, 9 op/s 2024-03-30T04:49:18.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: cluster 2024-03-30T04:49:16.897124+0000 mgr.y (mgr.25441) 4688 : cluster [DBG] pgmap v3102: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 9.4 KiB/s rd, 9 op/s 2024-03-30T04:49:18.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: cephadm 2024-03-30T04:49:16.907747+0000 mgr.y (mgr.25441) 4689 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:18.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:16.986673+0000 mon.c (mon.1) 5010 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:18.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:16.989373+0000 mon.c (mon.1) 5011 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:18.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:16.991835+0000 mon.c (mon.1) 5012 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:18.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:16.992639+0000 mon.c (mon.1) 5013 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:18.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: cluster 2024-03-30T04:49:16.994075+0000 mgr.y (mgr.25441) 4690 : cluster [DBG] pgmap v3103: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: cluster 2024-03-30T04:49:16.994324+0000 mgr.y (mgr.25441) 4691 : cluster [DBG] pgmap v3104: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:16.999013+0000 mon.a (mon.0) 2039 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:18.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: cephadm 2024-03-30T04:49:17.003312+0000 mgr.y (mgr.25441) 4692 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:18.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.076520+0000 mon.c (mon.1) 5014 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:18.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.079214+0000 mon.c (mon.1) 5015 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:18.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.082301+0000 mon.c (mon.1) 5016 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:18.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.083302+0000 mon.c (mon.1) 5017 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:18.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: cluster 2024-03-30T04:49:17.085028+0000 mgr.y (mgr.25441) 4693 : cluster [DBG] pgmap v3105: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: cluster 2024-03-30T04:49:17.085282+0000 mgr.y (mgr.25441) 4694 : cluster [DBG] pgmap v3106: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.091971+0000 mon.a (mon.0) 2040 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:18.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: cephadm 2024-03-30T04:49:17.095506+0000 mgr.y (mgr.25441) 4695 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:18.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.173504+0000 mon.c (mon.1) 5018 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:18.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.177436+0000 mon.c (mon.1) 5019 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:18.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.180951+0000 mon.c (mon.1) 5020 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:18.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.182205+0000 mon.c (mon.1) 5021 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:18.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: cluster 2024-03-30T04:49:17.184646+0000 mgr.y (mgr.25441) 4696 : cluster [DBG] pgmap v3107: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: cluster 2024-03-30T04:49:17.184836+0000 mgr.y (mgr.25441) 4697 : cluster [DBG] pgmap v3108: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.193251+0000 mon.a (mon.0) 2041 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:18.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: cephadm 2024-03-30T04:49:17.198378+0000 mgr.y (mgr.25441) 4698 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:18.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.272363+0000 mon.c (mon.1) 5022 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:18.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.274758+0000 mon.c (mon.1) 5023 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:18.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.278123+0000 mon.c (mon.1) 5024 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:18.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.279071+0000 mon.c (mon.1) 5025 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:18.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: cluster 2024-03-30T04:49:17.280898+0000 mgr.y (mgr.25441) 4699 : cluster [DBG] pgmap v3109: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: cluster 2024-03-30T04:49:17.281366+0000 mgr.y (mgr.25441) 4700 : cluster [DBG] pgmap v3110: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.290033+0000 mon.a (mon.0) 2042 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:18.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: cephadm 2024-03-30T04:49:17.291657+0000 mgr.y (mgr.25441) 4701 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:18.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.370817+0000 mon.c (mon.1) 5026 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:18.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.373103+0000 mon.c (mon.1) 5027 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:18.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.375134+0000 mon.c (mon.1) 5028 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:18.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.375852+0000 mon.c (mon.1) 5029 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:18.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: cluster 2024-03-30T04:49:17.377376+0000 mgr.y (mgr.25441) 4702 : cluster [DBG] pgmap v3111: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: cluster 2024-03-30T04:49:17.377614+0000 mgr.y (mgr.25441) 4703 : cluster [DBG] pgmap v3112: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.385310+0000 mon.a (mon.0) 2043 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:18.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: cephadm 2024-03-30T04:49:17.387584+0000 mgr.y (mgr.25441) 4704 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:18.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.444461+0000 mon.c (mon.1) 5030 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:18.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.446446+0000 mon.c (mon.1) 5031 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:18.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.448800+0000 mon.c (mon.1) 5032 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:18.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.449624+0000 mon.c (mon.1) 5033 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:18.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: cluster 2024-03-30T04:49:17.451224+0000 mgr.y (mgr.25441) 4705 : cluster [DBG] pgmap v3113: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: cluster 2024-03-30T04:49:17.451765+0000 mgr.y (mgr.25441) 4706 : cluster [DBG] pgmap v3114: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.461035+0000 mon.a (mon.0) 2044 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:18.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: cephadm 2024-03-30T04:49:17.463435+0000 mgr.y (mgr.25441) 4707 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:18.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.541611+0000 mon.c (mon.1) 5034 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:18.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.544791+0000 mon.c (mon.1) 5035 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:18.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.547883+0000 mon.c (mon.1) 5036 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:18.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.549033+0000 mon.c (mon.1) 5037 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:18.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: cluster 2024-03-30T04:49:17.551306+0000 mgr.y (mgr.25441) 4708 : cluster [DBG] pgmap v3115: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: cluster 2024-03-30T04:49:17.551900+0000 mgr.y (mgr.25441) 4709 : cluster [DBG] pgmap v3116: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.561747+0000 mon.a (mon.0) 2045 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:18.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: cephadm 2024-03-30T04:49:17.564551+0000 mgr.y (mgr.25441) 4710 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:18.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.647208+0000 mon.c (mon.1) 5038 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:18.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.649544+0000 mon.c (mon.1) 5039 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:18.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.651955+0000 mon.c (mon.1) 5040 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:18.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.652779+0000 mon.c (mon.1) 5041 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:18.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: cluster 2024-03-30T04:49:17.654462+0000 mgr.y (mgr.25441) 4711 : cluster [DBG] pgmap v3117: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: cluster 2024-03-30T04:49:17.654725+0000 mgr.y (mgr.25441) 4712 : cluster [DBG] pgmap v3118: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.663751+0000 mon.a (mon.0) 2046 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:18.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: cephadm 2024-03-30T04:49:17.665954+0000 mgr.y (mgr.25441) 4713 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:18.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.740701+0000 mon.c (mon.1) 5042 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:18.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.743285+0000 mon.c (mon.1) 5043 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:18.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.746095+0000 mon.c (mon.1) 5044 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:18.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.747447+0000 mon.c (mon.1) 5045 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:18.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: cluster 2024-03-30T04:49:17.750442+0000 mgr.y (mgr.25441) 4714 : cluster [DBG] pgmap v3119: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: cluster 2024-03-30T04:49:17.751012+0000 mgr.y (mgr.25441) 4715 : cluster [DBG] pgmap v3120: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:18.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.760963+0000 mon.a (mon.0) 2047 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:18.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: cephadm 2024-03-30T04:49:17.764730+0000 mgr.y (mgr.25441) 4716 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:18.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.853114+0000 mon.c (mon.1) 5046 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:18.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.857456+0000 mon.c (mon.1) 5047 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:18.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.861366+0000 mon.c (mon.1) 5048 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:18.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.863071+0000 mon.c (mon.1) 5049 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:18.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.876732+0000 mon.a (mon.0) 2048 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:18.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:17 smithi117 bash[62284]: audit 2024-03-30T04:49:17.970310+0000 mon.c (mon.1) 5050 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.343 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: cluster 2024-03-30T04:49:17.866147+0000 mgr.y (mgr.25441) 4717 : cluster [DBG] pgmap v3121: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.343 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: cluster 2024-03-30T04:49:17.866790+0000 mgr.y (mgr.25441) 4718 : cluster [DBG] pgmap v3122: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.343 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: cephadm 2024-03-30T04:49:17.881479+0000 mgr.y (mgr.25441) 4719 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:19.343 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:17.975105+0000 mon.c (mon.1) 5051 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.343 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:17.998328+0000 mon.c (mon.1) 5052 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.343 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:17.999256+0000 mon.c (mon.1) 5053 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.343 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: cluster 2024-03-30T04:49:18.001005+0000 mgr.y (mgr.25441) 4720 : cluster [DBG] pgmap v3123: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.343 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: cluster 2024-03-30T04:49:18.001395+0000 mgr.y (mgr.25441) 4721 : cluster [DBG] pgmap v3124: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.344 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.007126+0000 mon.a (mon.0) 2049 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.344 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: cephadm 2024-03-30T04:49:18.008112+0000 mgr.y (mgr.25441) 4722 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:19.344 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.095868+0000 mon.c (mon.1) 5054 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.344 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.099659+0000 mon.c (mon.1) 5055 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.344 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.102499+0000 mon.c (mon.1) 5056 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.344 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.103398+0000 mon.c (mon.1) 5057 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.344 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: cluster 2024-03-30T04:49:18.105681+0000 mgr.y (mgr.25441) 4723 : cluster [DBG] pgmap v3125: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.344 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: cluster 2024-03-30T04:49:18.106313+0000 mgr.y (mgr.25441) 4724 : cluster [DBG] pgmap v3126: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.344 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.112512+0000 mon.a (mon.0) 2050 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.344 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: cephadm 2024-03-30T04:49:18.113629+0000 mgr.y (mgr.25441) 4725 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:19.344 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.189127+0000 mon.c (mon.1) 5058 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.344 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.191449+0000 mon.c (mon.1) 5059 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.344 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.193696+0000 mon.c (mon.1) 5060 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.345 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.194598+0000 mon.c (mon.1) 5061 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.345 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: cluster 2024-03-30T04:49:18.195952+0000 mgr.y (mgr.25441) 4726 : cluster [DBG] pgmap v3127: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.345 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: cluster 2024-03-30T04:49:18.196190+0000 mgr.y (mgr.25441) 4727 : cluster [DBG] pgmap v3128: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.345 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.200952+0000 mon.a (mon.0) 2051 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.345 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: cephadm 2024-03-30T04:49:18.202495+0000 mgr.y (mgr.25441) 4728 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:19.345 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.244714+0000 mon.c (mon.1) 5062 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.345 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.246913+0000 mon.c (mon.1) 5063 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.345 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.248944+0000 mon.c (mon.1) 5064 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.346 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.249675+0000 mon.c (mon.1) 5065 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.346 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: cluster 2024-03-30T04:49:18.251204+0000 mgr.y (mgr.25441) 4729 : cluster [DBG] pgmap v3129: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.346 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: cluster 2024-03-30T04:49:18.251414+0000 mgr.y (mgr.25441) 4730 : cluster [DBG] pgmap v3130: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.346 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.256626+0000 mon.a (mon.0) 2052 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.346 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: cephadm 2024-03-30T04:49:18.258453+0000 mgr.y (mgr.25441) 4731 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:19.346 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.298724+0000 mon.c (mon.1) 5066 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.346 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.300711+0000 mon.c (mon.1) 5067 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.346 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.302401+0000 mon.c (mon.1) 5068 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.346 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.303056+0000 mon.c (mon.1) 5069 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.346 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: cluster 2024-03-30T04:49:18.304283+0000 mgr.y (mgr.25441) 4732 : cluster [DBG] pgmap v3131: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.346 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: cluster 2024-03-30T04:49:18.304511+0000 mgr.y (mgr.25441) 4733 : cluster [DBG] pgmap v3132: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.347 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.308958+0000 mon.a (mon.0) 2053 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.347 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: cephadm 2024-03-30T04:49:18.309560+0000 mgr.y (mgr.25441) 4734 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:19.347 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.349720+0000 mon.c (mon.1) 5070 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.347 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.351630+0000 mon.c (mon.1) 5071 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.347 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.353447+0000 mon.c (mon.1) 5072 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.347 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.354207+0000 mon.c (mon.1) 5073 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.347 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: cluster 2024-03-30T04:49:18.355416+0000 mgr.y (mgr.25441) 4735 : cluster [DBG] pgmap v3133: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.347 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: cluster 2024-03-30T04:49:18.355630+0000 mgr.y (mgr.25441) 4736 : cluster [DBG] pgmap v3134: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.347 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.360143+0000 mon.a (mon.0) 2054 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.347 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: cephadm 2024-03-30T04:49:18.360761+0000 mgr.y (mgr.25441) 4737 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:19.347 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.401050+0000 mon.c (mon.1) 5074 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.347 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.402827+0000 mon.c (mon.1) 5075 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.347 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.404591+0000 mon.c (mon.1) 5076 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.347 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.405190+0000 mon.c (mon.1) 5077 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.347 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: cluster 2024-03-30T04:49:18.406328+0000 mgr.y (mgr.25441) 4738 : cluster [DBG] pgmap v3135: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.348 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: cluster 2024-03-30T04:49:18.406534+0000 mgr.y (mgr.25441) 4739 : cluster [DBG] pgmap v3136: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.348 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.410800+0000 mon.a (mon.0) 2055 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.348 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: cephadm 2024-03-30T04:49:18.411437+0000 mgr.y (mgr.25441) 4740 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:19.348 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.451799+0000 mon.c (mon.1) 5078 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.348 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.453638+0000 mon.c (mon.1) 5079 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.348 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.455550+0000 mon.c (mon.1) 5080 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.348 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.456186+0000 mon.c (mon.1) 5081 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.348 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: cluster 2024-03-30T04:49:18.457387+0000 mgr.y (mgr.25441) 4741 : cluster [DBG] pgmap v3137: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.348 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: cluster 2024-03-30T04:49:18.457613+0000 mgr.y (mgr.25441) 4742 : cluster [DBG] pgmap v3138: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.348 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.461818+0000 mon.a (mon.0) 2056 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.348 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: cephadm 2024-03-30T04:49:18.462484+0000 mgr.y (mgr.25441) 4743 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:19.348 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.502895+0000 mon.c (mon.1) 5082 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.349 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.504690+0000 mon.c (mon.1) 5083 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.349 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.506454+0000 mon.c (mon.1) 5084 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.349 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.507107+0000 mon.c (mon.1) 5085 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.349 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: cluster 2024-03-30T04:49:18.508299+0000 mgr.y (mgr.25441) 4744 : cluster [DBG] pgmap v3139: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.349 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: cluster 2024-03-30T04:49:18.508498+0000 mgr.y (mgr.25441) 4745 : cluster [DBG] pgmap v3140: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.349 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.513765+0000 mon.a (mon.0) 2057 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.349 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: cephadm 2024-03-30T04:49:18.514365+0000 mgr.y (mgr.25441) 4746 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:19.349 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.571042+0000 mon.c (mon.1) 5086 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.349 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.572789+0000 mon.c (mon.1) 5087 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.349 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.574548+0000 mon.c (mon.1) 5088 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.349 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.575085+0000 mon.c (mon.1) 5089 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.349 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: cluster 2024-03-30T04:49:18.576198+0000 mgr.y (mgr.25441) 4747 : cluster [DBG] pgmap v3141: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.349 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: cluster 2024-03-30T04:49:18.576401+0000 mgr.y (mgr.25441) 4748 : cluster [DBG] pgmap v3142: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.350 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.581625+0000 mon.a (mon.0) 2058 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.350 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: cephadm 2024-03-30T04:49:18.582334+0000 mgr.y (mgr.25441) 4749 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:19.350 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.638790+0000 mon.c (mon.1) 5090 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.350 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.640568+0000 mon.c (mon.1) 5091 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.350 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.642814+0000 mon.c (mon.1) 5092 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.350 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.643462+0000 mon.c (mon.1) 5093 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.350 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: cluster 2024-03-30T04:49:18.644653+0000 mgr.y (mgr.25441) 4750 : cluster [DBG] pgmap v3143: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.350 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: cluster 2024-03-30T04:49:18.644887+0000 mgr.y (mgr.25441) 4751 : cluster [DBG] pgmap v3144: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.350 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.649497+0000 mon.a (mon.0) 2059 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.350 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: cephadm 2024-03-30T04:49:18.651256+0000 mgr.y (mgr.25441) 4752 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:19.350 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.692092+0000 mon.c (mon.1) 5094 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.350 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.694125+0000 mon.c (mon.1) 5095 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.350 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.696019+0000 mon.c (mon.1) 5096 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.350 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.696644+0000 mon.c (mon.1) 5097 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.351 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: cluster 2024-03-30T04:49:18.697846+0000 mgr.y (mgr.25441) 4753 : cluster [DBG] pgmap v3145: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.351 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: cluster 2024-03-30T04:49:18.698077+0000 mgr.y (mgr.25441) 4754 : cluster [DBG] pgmap v3146: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.351 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.703349+0000 mon.a (mon.0) 2060 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.351 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: cephadm 2024-03-30T04:49:18.704190+0000 mgr.y (mgr.25441) 4755 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:19.351 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.750581+0000 mon.c (mon.1) 5098 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.351 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.752970+0000 mon.c (mon.1) 5099 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.351 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.755096+0000 mon.c (mon.1) 5100 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.351 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.755827+0000 mon.c (mon.1) 5101 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.351 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: cluster 2024-03-30T04:49:18.757098+0000 mgr.y (mgr.25441) 4756 : cluster [DBG] pgmap v3147: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.351 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: cluster 2024-03-30T04:49:18.757339+0000 mgr.y (mgr.25441) 4757 : cluster [DBG] pgmap v3148: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.351 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.763511+0000 mon.a (mon.0) 2061 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.351 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: cephadm 2024-03-30T04:49:18.764182+0000 mgr.y (mgr.25441) 4758 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:19.351 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.825609+0000 mon.c (mon.1) 5102 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.351 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.828608+0000 mon.c (mon.1) 5103 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.352 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.831857+0000 mon.c (mon.1) 5104 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.352 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.833159+0000 mon.c (mon.1) 5105 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.352 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.839564+0000 mon.a (mon.0) 2062 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.352 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.880846+0000 mon.c (mon.1) 5106 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.352 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.883404+0000 mon.c (mon.1) 5107 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.352 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.885404+0000 mon.c (mon.1) 5108 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.352 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.886216+0000 mon.c (mon.1) 5109 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.352 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.892952+0000 mon.a (mon.0) 2063 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.353 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.940902+0000 mon.c (mon.1) 5110 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.353 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.943388+0000 mon.c (mon.1) 5111 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.353 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.945754+0000 mon.c (mon.1) 5112 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.353 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.946778+0000 mon.c (mon.1) 5113 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.353 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[70954]: audit 2024-03-30T04:49:18.954322+0000 mon.a (mon.0) 2064 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.354 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: cluster 2024-03-30T04:49:17.866147+0000 mgr.y (mgr.25441) 4717 : cluster [DBG] pgmap v3121: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.354 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: cluster 2024-03-30T04:49:17.866790+0000 mgr.y (mgr.25441) 4718 : cluster [DBG] pgmap v3122: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.354 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: cephadm 2024-03-30T04:49:17.881479+0000 mgr.y (mgr.25441) 4719 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:19.354 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:17.975105+0000 mon.c (mon.1) 5051 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.355 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:17.998328+0000 mon.c (mon.1) 5052 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.355 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:17.999256+0000 mon.c (mon.1) 5053 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.355 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: cluster 2024-03-30T04:49:18.001005+0000 mgr.y (mgr.25441) 4720 : cluster [DBG] pgmap v3123: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.355 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: cluster 2024-03-30T04:49:18.001395+0000 mgr.y (mgr.25441) 4721 : cluster [DBG] pgmap v3124: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.355 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.007126+0000 mon.a (mon.0) 2049 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.355 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: cephadm 2024-03-30T04:49:18.008112+0000 mgr.y (mgr.25441) 4722 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:19.355 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.095868+0000 mon.c (mon.1) 5054 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.355 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.099659+0000 mon.c (mon.1) 5055 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.355 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.102499+0000 mon.c (mon.1) 5056 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.355 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.103398+0000 mon.c (mon.1) 5057 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.355 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: cluster 2024-03-30T04:49:18.105681+0000 mgr.y (mgr.25441) 4723 : cluster [DBG] pgmap v3125: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.355 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: cluster 2024-03-30T04:49:18.106313+0000 mgr.y (mgr.25441) 4724 : cluster [DBG] pgmap v3126: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.355 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.112512+0000 mon.a (mon.0) 2050 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.355 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: cephadm 2024-03-30T04:49:18.113629+0000 mgr.y (mgr.25441) 4725 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:19.355 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.189127+0000 mon.c (mon.1) 5058 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.356 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.191449+0000 mon.c (mon.1) 5059 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.356 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.193696+0000 mon.c (mon.1) 5060 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.356 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.194598+0000 mon.c (mon.1) 5061 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.356 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: cluster 2024-03-30T04:49:18.195952+0000 mgr.y (mgr.25441) 4726 : cluster [DBG] pgmap v3127: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.356 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: cluster 2024-03-30T04:49:18.196190+0000 mgr.y (mgr.25441) 4727 : cluster [DBG] pgmap v3128: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.356 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.200952+0000 mon.a (mon.0) 2051 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.356 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: cephadm 2024-03-30T04:49:18.202495+0000 mgr.y (mgr.25441) 4728 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:19.356 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.244714+0000 mon.c (mon.1) 5062 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.356 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.246913+0000 mon.c (mon.1) 5063 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.356 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.248944+0000 mon.c (mon.1) 5064 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.356 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.249675+0000 mon.c (mon.1) 5065 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.356 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: cluster 2024-03-30T04:49:18.251204+0000 mgr.y (mgr.25441) 4729 : cluster [DBG] pgmap v3129: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.356 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: cluster 2024-03-30T04:49:18.251414+0000 mgr.y (mgr.25441) 4730 : cluster [DBG] pgmap v3130: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.356 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.256626+0000 mon.a (mon.0) 2052 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.356 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: cephadm 2024-03-30T04:49:18.258453+0000 mgr.y (mgr.25441) 4731 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:19.356 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.298724+0000 mon.c (mon.1) 5066 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.357 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.300711+0000 mon.c (mon.1) 5067 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.357 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.302401+0000 mon.c (mon.1) 5068 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.357 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.303056+0000 mon.c (mon.1) 5069 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.357 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: cluster 2024-03-30T04:49:18.304283+0000 mgr.y (mgr.25441) 4732 : cluster [DBG] pgmap v3131: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.357 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: cluster 2024-03-30T04:49:18.304511+0000 mgr.y (mgr.25441) 4733 : cluster [DBG] pgmap v3132: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.357 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.308958+0000 mon.a (mon.0) 2053 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.357 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: cephadm 2024-03-30T04:49:18.309560+0000 mgr.y (mgr.25441) 4734 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:19.357 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.349720+0000 mon.c (mon.1) 5070 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.357 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.351630+0000 mon.c (mon.1) 5071 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.357 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.353447+0000 mon.c (mon.1) 5072 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.357 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.354207+0000 mon.c (mon.1) 5073 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.357 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: cluster 2024-03-30T04:49:18.355416+0000 mgr.y (mgr.25441) 4735 : cluster [DBG] pgmap v3133: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.357 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: cluster 2024-03-30T04:49:18.355630+0000 mgr.y (mgr.25441) 4736 : cluster [DBG] pgmap v3134: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.357 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.360143+0000 mon.a (mon.0) 2054 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.357 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: cephadm 2024-03-30T04:49:18.360761+0000 mgr.y (mgr.25441) 4737 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:19.358 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.401050+0000 mon.c (mon.1) 5074 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.358 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.402827+0000 mon.c (mon.1) 5075 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.358 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.404591+0000 mon.c (mon.1) 5076 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.358 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.405190+0000 mon.c (mon.1) 5077 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.358 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: cluster 2024-03-30T04:49:18.406328+0000 mgr.y (mgr.25441) 4738 : cluster [DBG] pgmap v3135: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.358 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: cluster 2024-03-30T04:49:18.406534+0000 mgr.y (mgr.25441) 4739 : cluster [DBG] pgmap v3136: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.358 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.410800+0000 mon.a (mon.0) 2055 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.358 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: cephadm 2024-03-30T04:49:18.411437+0000 mgr.y (mgr.25441) 4740 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:19.358 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.451799+0000 mon.c (mon.1) 5078 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.358 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.453638+0000 mon.c (mon.1) 5079 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.358 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.455550+0000 mon.c (mon.1) 5080 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.358 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.456186+0000 mon.c (mon.1) 5081 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.358 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: cluster 2024-03-30T04:49:18.457387+0000 mgr.y (mgr.25441) 4741 : cluster [DBG] pgmap v3137: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.358 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: cluster 2024-03-30T04:49:18.457613+0000 mgr.y (mgr.25441) 4742 : cluster [DBG] pgmap v3138: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.358 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.461818+0000 mon.a (mon.0) 2056 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.358 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: cephadm 2024-03-30T04:49:18.462484+0000 mgr.y (mgr.25441) 4743 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:19.359 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.502895+0000 mon.c (mon.1) 5082 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.359 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.504690+0000 mon.c (mon.1) 5083 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.359 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.506454+0000 mon.c (mon.1) 5084 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.359 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.507107+0000 mon.c (mon.1) 5085 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.359 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: cluster 2024-03-30T04:49:18.508299+0000 mgr.y (mgr.25441) 4744 : cluster [DBG] pgmap v3139: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.359 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: cluster 2024-03-30T04:49:18.508498+0000 mgr.y (mgr.25441) 4745 : cluster [DBG] pgmap v3140: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.359 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.513765+0000 mon.a (mon.0) 2057 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.359 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: cephadm 2024-03-30T04:49:18.514365+0000 mgr.y (mgr.25441) 4746 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:19.359 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.571042+0000 mon.c (mon.1) 5086 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.360 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.572789+0000 mon.c (mon.1) 5087 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.360 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.574548+0000 mon.c (mon.1) 5088 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.360 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.575085+0000 mon.c (mon.1) 5089 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.360 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: cluster 2024-03-30T04:49:18.576198+0000 mgr.y (mgr.25441) 4747 : cluster [DBG] pgmap v3141: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.360 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: cluster 2024-03-30T04:49:18.576401+0000 mgr.y (mgr.25441) 4748 : cluster [DBG] pgmap v3142: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.360 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.581625+0000 mon.a (mon.0) 2058 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.360 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: cephadm 2024-03-30T04:49:18.582334+0000 mgr.y (mgr.25441) 4749 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:19.360 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.638790+0000 mon.c (mon.1) 5090 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.360 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.640568+0000 mon.c (mon.1) 5091 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.360 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.642814+0000 mon.c (mon.1) 5092 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.361 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.643462+0000 mon.c (mon.1) 5093 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.361 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: cluster 2024-03-30T04:49:18.644653+0000 mgr.y (mgr.25441) 4750 : cluster [DBG] pgmap v3143: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.361 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: cluster 2024-03-30T04:49:18.644887+0000 mgr.y (mgr.25441) 4751 : cluster [DBG] pgmap v3144: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.361 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.649497+0000 mon.a (mon.0) 2059 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.361 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: cephadm 2024-03-30T04:49:18.651256+0000 mgr.y (mgr.25441) 4752 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:19.361 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.692092+0000 mon.c (mon.1) 5094 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.361 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.694125+0000 mon.c (mon.1) 5095 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.361 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.696019+0000 mon.c (mon.1) 5096 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.361 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.696644+0000 mon.c (mon.1) 5097 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.361 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: cluster 2024-03-30T04:49:18.697846+0000 mgr.y (mgr.25441) 4753 : cluster [DBG] pgmap v3145: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.361 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: cluster 2024-03-30T04:49:18.698077+0000 mgr.y (mgr.25441) 4754 : cluster [DBG] pgmap v3146: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.361 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.703349+0000 mon.a (mon.0) 2060 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.361 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: cephadm 2024-03-30T04:49:18.704190+0000 mgr.y (mgr.25441) 4755 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:19.361 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.750581+0000 mon.c (mon.1) 5098 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.361 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.752970+0000 mon.c (mon.1) 5099 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.362 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.755096+0000 mon.c (mon.1) 5100 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.362 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.755827+0000 mon.c (mon.1) 5101 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.362 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: cluster 2024-03-30T04:49:18.757098+0000 mgr.y (mgr.25441) 4756 : cluster [DBG] pgmap v3147: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.362 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: cluster 2024-03-30T04:49:18.757339+0000 mgr.y (mgr.25441) 4757 : cluster [DBG] pgmap v3148: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.362 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.763511+0000 mon.a (mon.0) 2061 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.362 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: cephadm 2024-03-30T04:49:18.764182+0000 mgr.y (mgr.25441) 4758 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:19.362 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.825609+0000 mon.c (mon.1) 5102 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.362 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.828608+0000 mon.c (mon.1) 5103 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.362 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.831857+0000 mon.c (mon.1) 5104 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.362 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.833159+0000 mon.c (mon.1) 5105 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.363 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.839564+0000 mon.a (mon.0) 2062 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.363 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.880846+0000 mon.c (mon.1) 5106 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.363 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.883404+0000 mon.c (mon.1) 5107 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.363 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.885404+0000 mon.c (mon.1) 5108 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.363 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.886216+0000 mon.c (mon.1) 5109 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.363 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.892952+0000 mon.a (mon.0) 2063 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.363 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.940902+0000 mon.c (mon.1) 5110 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.363 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.943388+0000 mon.c (mon.1) 5111 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.363 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.945754+0000 mon.c (mon.1) 5112 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.364 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.946778+0000 mon.c (mon.1) 5113 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.364 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:19 smithi111 bash[73591]: audit 2024-03-30T04:49:18.954322+0000 mon.a (mon.0) 2064 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: cluster 2024-03-30T04:49:17.866147+0000 mgr.y (mgr.25441) 4717 : cluster [DBG] pgmap v3121: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: cluster 2024-03-30T04:49:17.866790+0000 mgr.y (mgr.25441) 4718 : cluster [DBG] pgmap v3122: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: cephadm 2024-03-30T04:49:17.881479+0000 mgr.y (mgr.25441) 4719 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:19.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:17.975105+0000 mon.c (mon.1) 5051 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:17.998328+0000 mon.c (mon.1) 5052 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:17.999256+0000 mon.c (mon.1) 5053 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: cluster 2024-03-30T04:49:18.001005+0000 mgr.y (mgr.25441) 4720 : cluster [DBG] pgmap v3123: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: cluster 2024-03-30T04:49:18.001395+0000 mgr.y (mgr.25441) 4721 : cluster [DBG] pgmap v3124: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.007126+0000 mon.a (mon.0) 2049 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: cephadm 2024-03-30T04:49:18.008112+0000 mgr.y (mgr.25441) 4722 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:19.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.095868+0000 mon.c (mon.1) 5054 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.099659+0000 mon.c (mon.1) 5055 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.102499+0000 mon.c (mon.1) 5056 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.103398+0000 mon.c (mon.1) 5057 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: cluster 2024-03-30T04:49:18.105681+0000 mgr.y (mgr.25441) 4723 : cluster [DBG] pgmap v3125: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: cluster 2024-03-30T04:49:18.106313+0000 mgr.y (mgr.25441) 4724 : cluster [DBG] pgmap v3126: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.112512+0000 mon.a (mon.0) 2050 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: cephadm 2024-03-30T04:49:18.113629+0000 mgr.y (mgr.25441) 4725 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:19.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.189127+0000 mon.c (mon.1) 5058 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.191449+0000 mon.c (mon.1) 5059 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.193696+0000 mon.c (mon.1) 5060 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.194598+0000 mon.c (mon.1) 5061 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: cluster 2024-03-30T04:49:18.195952+0000 mgr.y (mgr.25441) 4726 : cluster [DBG] pgmap v3127: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: cluster 2024-03-30T04:49:18.196190+0000 mgr.y (mgr.25441) 4727 : cluster [DBG] pgmap v3128: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.200952+0000 mon.a (mon.0) 2051 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: cephadm 2024-03-30T04:49:18.202495+0000 mgr.y (mgr.25441) 4728 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:19.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.244714+0000 mon.c (mon.1) 5062 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.246913+0000 mon.c (mon.1) 5063 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.248944+0000 mon.c (mon.1) 5064 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.249675+0000 mon.c (mon.1) 5065 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: cluster 2024-03-30T04:49:18.251204+0000 mgr.y (mgr.25441) 4729 : cluster [DBG] pgmap v3129: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: cluster 2024-03-30T04:49:18.251414+0000 mgr.y (mgr.25441) 4730 : cluster [DBG] pgmap v3130: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.256626+0000 mon.a (mon.0) 2052 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: cephadm 2024-03-30T04:49:18.258453+0000 mgr.y (mgr.25441) 4731 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:19.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.298724+0000 mon.c (mon.1) 5066 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.300711+0000 mon.c (mon.1) 5067 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.302401+0000 mon.c (mon.1) 5068 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.303056+0000 mon.c (mon.1) 5069 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: cluster 2024-03-30T04:49:18.304283+0000 mgr.y (mgr.25441) 4732 : cluster [DBG] pgmap v3131: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: cluster 2024-03-30T04:49:18.304511+0000 mgr.y (mgr.25441) 4733 : cluster [DBG] pgmap v3132: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.308958+0000 mon.a (mon.0) 2053 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: cephadm 2024-03-30T04:49:18.309560+0000 mgr.y (mgr.25441) 4734 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:19.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.349720+0000 mon.c (mon.1) 5070 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.351630+0000 mon.c (mon.1) 5071 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.353447+0000 mon.c (mon.1) 5072 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.354207+0000 mon.c (mon.1) 5073 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: cluster 2024-03-30T04:49:18.355416+0000 mgr.y (mgr.25441) 4735 : cluster [DBG] pgmap v3133: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: cluster 2024-03-30T04:49:18.355630+0000 mgr.y (mgr.25441) 4736 : cluster [DBG] pgmap v3134: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.360143+0000 mon.a (mon.0) 2054 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: cephadm 2024-03-30T04:49:18.360761+0000 mgr.y (mgr.25441) 4737 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:19.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.401050+0000 mon.c (mon.1) 5074 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.402827+0000 mon.c (mon.1) 5075 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.404591+0000 mon.c (mon.1) 5076 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.405190+0000 mon.c (mon.1) 5077 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: cluster 2024-03-30T04:49:18.406328+0000 mgr.y (mgr.25441) 4738 : cluster [DBG] pgmap v3135: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: cluster 2024-03-30T04:49:18.406534+0000 mgr.y (mgr.25441) 4739 : cluster [DBG] pgmap v3136: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.410800+0000 mon.a (mon.0) 2055 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: cephadm 2024-03-30T04:49:18.411437+0000 mgr.y (mgr.25441) 4740 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:19.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.451799+0000 mon.c (mon.1) 5078 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.453638+0000 mon.c (mon.1) 5079 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.455550+0000 mon.c (mon.1) 5080 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.456186+0000 mon.c (mon.1) 5081 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: cluster 2024-03-30T04:49:18.457387+0000 mgr.y (mgr.25441) 4741 : cluster [DBG] pgmap v3137: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: cluster 2024-03-30T04:49:18.457613+0000 mgr.y (mgr.25441) 4742 : cluster [DBG] pgmap v3138: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.461818+0000 mon.a (mon.0) 2056 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: cephadm 2024-03-30T04:49:18.462484+0000 mgr.y (mgr.25441) 4743 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:19.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.502895+0000 mon.c (mon.1) 5082 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.504690+0000 mon.c (mon.1) 5083 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.506454+0000 mon.c (mon.1) 5084 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.507107+0000 mon.c (mon.1) 5085 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: cluster 2024-03-30T04:49:18.508299+0000 mgr.y (mgr.25441) 4744 : cluster [DBG] pgmap v3139: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: cluster 2024-03-30T04:49:18.508498+0000 mgr.y (mgr.25441) 4745 : cluster [DBG] pgmap v3140: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.513765+0000 mon.a (mon.0) 2057 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: cephadm 2024-03-30T04:49:18.514365+0000 mgr.y (mgr.25441) 4746 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:19.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.571042+0000 mon.c (mon.1) 5086 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.572789+0000 mon.c (mon.1) 5087 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.574548+0000 mon.c (mon.1) 5088 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.575085+0000 mon.c (mon.1) 5089 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: cluster 2024-03-30T04:49:18.576198+0000 mgr.y (mgr.25441) 4747 : cluster [DBG] pgmap v3141: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: cluster 2024-03-30T04:49:18.576401+0000 mgr.y (mgr.25441) 4748 : cluster [DBG] pgmap v3142: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.581625+0000 mon.a (mon.0) 2058 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: cephadm 2024-03-30T04:49:18.582334+0000 mgr.y (mgr.25441) 4749 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:19.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.638790+0000 mon.c (mon.1) 5090 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.640568+0000 mon.c (mon.1) 5091 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.642814+0000 mon.c (mon.1) 5092 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.643462+0000 mon.c (mon.1) 5093 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: cluster 2024-03-30T04:49:18.644653+0000 mgr.y (mgr.25441) 4750 : cluster [DBG] pgmap v3143: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: cluster 2024-03-30T04:49:18.644887+0000 mgr.y (mgr.25441) 4751 : cluster [DBG] pgmap v3144: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.649497+0000 mon.a (mon.0) 2059 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: cephadm 2024-03-30T04:49:18.651256+0000 mgr.y (mgr.25441) 4752 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:19.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.692092+0000 mon.c (mon.1) 5094 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.694125+0000 mon.c (mon.1) 5095 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.696019+0000 mon.c (mon.1) 5096 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.696644+0000 mon.c (mon.1) 5097 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: cluster 2024-03-30T04:49:18.697846+0000 mgr.y (mgr.25441) 4753 : cluster [DBG] pgmap v3145: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: cluster 2024-03-30T04:49:18.698077+0000 mgr.y (mgr.25441) 4754 : cluster [DBG] pgmap v3146: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.703349+0000 mon.a (mon.0) 2060 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: cephadm 2024-03-30T04:49:18.704190+0000 mgr.y (mgr.25441) 4755 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:19.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.750581+0000 mon.c (mon.1) 5098 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.752970+0000 mon.c (mon.1) 5099 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.755096+0000 mon.c (mon.1) 5100 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.755827+0000 mon.c (mon.1) 5101 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: cluster 2024-03-30T04:49:18.757098+0000 mgr.y (mgr.25441) 4756 : cluster [DBG] pgmap v3147: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: cluster 2024-03-30T04:49:18.757339+0000 mgr.y (mgr.25441) 4757 : cluster [DBG] pgmap v3148: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.763511+0000 mon.a (mon.0) 2061 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: cephadm 2024-03-30T04:49:18.764182+0000 mgr.y (mgr.25441) 4758 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:19.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.825609+0000 mon.c (mon.1) 5102 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.828608+0000 mon.c (mon.1) 5103 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.831857+0000 mon.c (mon.1) 5104 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.833159+0000 mon.c (mon.1) 5105 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.839564+0000 mon.a (mon.0) 2062 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.880846+0000 mon.c (mon.1) 5106 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.883404+0000 mon.c (mon.1) 5107 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.885404+0000 mon.c (mon.1) 5108 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.886216+0000 mon.c (mon.1) 5109 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.892952+0000 mon.a (mon.0) 2063 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:19.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.940902+0000 mon.c (mon.1) 5110 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:19.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.943388+0000 mon.c (mon.1) 5111 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:19.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.945754+0000 mon.c (mon.1) 5112 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:19.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.946778+0000 mon.c (mon.1) 5113 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:19.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:19 smithi117 bash[62284]: audit 2024-03-30T04:49:18.954322+0000 mon.a (mon.0) 2064 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cluster 2024-03-30T04:49:18.834682+0000 mgr.y (mgr.25441) 4759 : cluster [DBG] pgmap v3149: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cluster 2024-03-30T04:49:18.834864+0000 mgr.y (mgr.25441) 4760 : cluster [DBG] pgmap v3150: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cephadm 2024-03-30T04:49:18.840373+0000 mgr.y (mgr.25441) 4761 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cluster 2024-03-30T04:49:18.887922+0000 mgr.y (mgr.25441) 4762 : cluster [DBG] pgmap v3151: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cluster 2024-03-30T04:49:18.888259+0000 mgr.y (mgr.25441) 4763 : cluster [DBG] pgmap v3152: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cephadm 2024-03-30T04:49:18.894765+0000 mgr.y (mgr.25441) 4764 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cluster 2024-03-30T04:49:18.949347+0000 mgr.y (mgr.25441) 4765 : cluster [DBG] pgmap v3153: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cluster 2024-03-30T04:49:18.949653+0000 mgr.y (mgr.25441) 4766 : cluster [DBG] pgmap v3154: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cephadm 2024-03-30T04:49:18.956412+0000 mgr.y (mgr.25441) 4767 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.025023+0000 mon.c (mon.1) 5114 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.027894+0000 mon.c (mon.1) 5115 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.030545+0000 mon.c (mon.1) 5116 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.031431+0000 mon.c (mon.1) 5117 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cluster 2024-03-30T04:49:19.032813+0000 mgr.y (mgr.25441) 4768 : cluster [DBG] pgmap v3155: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cluster 2024-03-30T04:49:19.033081+0000 mgr.y (mgr.25441) 4769 : cluster [DBG] pgmap v3156: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.039486+0000 mon.a (mon.0) 2065 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cephadm 2024-03-30T04:49:19.044326+0000 mgr.y (mgr.25441) 4770 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.101212+0000 mon.c (mon.1) 5118 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.103163+0000 mon.c (mon.1) 5119 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.105128+0000 mon.c (mon.1) 5120 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.105862+0000 mon.c (mon.1) 5121 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cluster 2024-03-30T04:49:19.107594+0000 mgr.y (mgr.25441) 4771 : cluster [DBG] pgmap v3157: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cluster 2024-03-30T04:49:19.107938+0000 mgr.y (mgr.25441) 4772 : cluster [DBG] pgmap v3158: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.113428+0000 mon.a (mon.0) 2066 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cephadm 2024-03-30T04:49:19.114739+0000 mgr.y (mgr.25441) 4773 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.174089+0000 mon.c (mon.1) 5122 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.176053+0000 mon.c (mon.1) 5123 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.177956+0000 mon.c (mon.1) 5124 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.178678+0000 mon.c (mon.1) 5125 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cluster 2024-03-30T04:49:19.179987+0000 mgr.y (mgr.25441) 4774 : cluster [DBG] pgmap v3159: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cluster 2024-03-30T04:49:19.180194+0000 mgr.y (mgr.25441) 4775 : cluster [DBG] pgmap v3160: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.185502+0000 mon.a (mon.0) 2067 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cephadm 2024-03-30T04:49:19.187542+0000 mgr.y (mgr.25441) 4776 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.229870+0000 mon.c (mon.1) 5126 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.232254+0000 mon.c (mon.1) 5127 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.234280+0000 mon.c (mon.1) 5128 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.235050+0000 mon.c (mon.1) 5129 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cluster 2024-03-30T04:49:19.236493+0000 mgr.y (mgr.25441) 4777 : cluster [DBG] pgmap v3161: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cluster 2024-03-30T04:49:19.236804+0000 mgr.y (mgr.25441) 4778 : cluster [DBG] pgmap v3162: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.242966+0000 mon.a (mon.0) 2068 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cephadm 2024-03-30T04:49:19.243565+0000 mgr.y (mgr.25441) 4779 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.285244+0000 mon.c (mon.1) 5130 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.287191+0000 mon.c (mon.1) 5131 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.289096+0000 mon.c (mon.1) 5132 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.289756+0000 mon.c (mon.1) 5133 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cluster 2024-03-30T04:49:19.291173+0000 mgr.y (mgr.25441) 4780 : cluster [DBG] pgmap v3163: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cluster 2024-03-30T04:49:19.291432+0000 mgr.y (mgr.25441) 4781 : cluster [DBG] pgmap v3164: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.296103+0000 mon.a (mon.0) 2069 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cephadm 2024-03-30T04:49:19.296980+0000 mgr.y (mgr.25441) 4782 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.362259+0000 mon.c (mon.1) 5134 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.364794+0000 mon.c (mon.1) 5135 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.367013+0000 mon.c (mon.1) 5136 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.367889+0000 mon.c (mon.1) 5137 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cluster 2024-03-30T04:49:19.369410+0000 mgr.y (mgr.25441) 4783 : cluster [DBG] pgmap v3165: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cluster 2024-03-30T04:49:19.369659+0000 mgr.y (mgr.25441) 4784 : cluster [DBG] pgmap v3166: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.374364+0000 mon.a (mon.0) 2070 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cephadm 2024-03-30T04:49:19.375800+0000 mgr.y (mgr.25441) 4785 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.393114+0000 mon.a (mon.0) 2071 : audit [DBG] from='client.? 172.21.15.111:0/1837715540' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-30T04:49:20.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.438142+0000 mon.c (mon.1) 5138 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.440246+0000 mon.c (mon.1) 5139 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.442167+0000 mon.c (mon.1) 5140 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.442934+0000 mon.c (mon.1) 5141 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cluster 2024-03-30T04:49:19.444230+0000 mgr.y (mgr.25441) 4786 : cluster [DBG] pgmap v3167: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cluster 2024-03-30T04:49:19.444437+0000 mgr.y (mgr.25441) 4787 : cluster [DBG] pgmap v3168: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.449464+0000 mon.a (mon.0) 2072 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cephadm 2024-03-30T04:49:19.454897+0000 mgr.y (mgr.25441) 4788 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.511523+0000 mon.c (mon.1) 5142 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.513380+0000 mon.c (mon.1) 5143 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.515109+0000 mon.c (mon.1) 5144 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.515778+0000 mon.c (mon.1) 5145 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cluster 2024-03-30T04:49:19.517001+0000 mgr.y (mgr.25441) 4789 : cluster [DBG] pgmap v3169: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cluster 2024-03-30T04:49:19.517205+0000 mgr.y (mgr.25441) 4790 : cluster [DBG] pgmap v3170: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.521657+0000 mon.a (mon.0) 2073 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cephadm 2024-03-30T04:49:19.522718+0000 mgr.y (mgr.25441) 4791 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.563210+0000 mon.c (mon.1) 5146 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.565047+0000 mon.c (mon.1) 5147 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.567224+0000 mon.c (mon.1) 5148 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.567905+0000 mon.c (mon.1) 5149 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cluster 2024-03-30T04:49:19.569176+0000 mgr.y (mgr.25441) 4792 : cluster [DBG] pgmap v3171: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cluster 2024-03-30T04:49:19.569411+0000 mgr.y (mgr.25441) 4793 : cluster [DBG] pgmap v3172: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.573817+0000 mon.a (mon.0) 2074 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cephadm 2024-03-30T04:49:19.575087+0000 mgr.y (mgr.25441) 4794 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.621174+0000 mon.c (mon.1) 5150 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.623863+0000 mon.c (mon.1) 5151 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.626347+0000 mon.c (mon.1) 5152 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.627288+0000 mon.c (mon.1) 5153 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cluster 2024-03-30T04:49:19.629021+0000 mgr.y (mgr.25441) 4795 : cluster [DBG] pgmap v3173: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cluster 2024-03-30T04:49:19.629389+0000 mgr.y (mgr.25441) 4796 : cluster [DBG] pgmap v3174: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.635654+0000 mon.a (mon.0) 2075 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cephadm 2024-03-30T04:49:19.639769+0000 mgr.y (mgr.25441) 4797 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.680971+0000 mon.c (mon.1) 5154 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.682759+0000 mon.c (mon.1) 5155 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.684525+0000 mon.c (mon.1) 5156 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.685224+0000 mon.c (mon.1) 5157 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cluster 2024-03-30T04:49:19.686622+0000 mgr.y (mgr.25441) 4798 : cluster [DBG] pgmap v3175: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cluster 2024-03-30T04:49:19.686869+0000 mgr.y (mgr.25441) 4799 : cluster [DBG] pgmap v3176: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.692519+0000 mon.a (mon.0) 2076 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cephadm 2024-03-30T04:49:19.693136+0000 mgr.y (mgr.25441) 4800 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.738171+0000 mon.c (mon.1) 5158 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.740587+0000 mon.c (mon.1) 5159 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.742549+0000 mon.c (mon.1) 5160 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.743176+0000 mon.c (mon.1) 5161 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cluster 2024-03-30T04:49:19.744411+0000 mgr.y (mgr.25441) 4801 : cluster [DBG] pgmap v3177: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cluster 2024-03-30T04:49:19.744638+0000 mgr.y (mgr.25441) 4802 : cluster [DBG] pgmap v3178: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.751050+0000 mon.a (mon.0) 2077 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cephadm 2024-03-30T04:49:19.751690+0000 mgr.y (mgr.25441) 4803 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.791613+0000 mon.c (mon.1) 5162 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.793363+0000 mon.c (mon.1) 5163 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.795039+0000 mon.c (mon.1) 5164 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.795738+0000 mon.c (mon.1) 5165 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cluster 2024-03-30T04:49:19.796993+0000 mgr.y (mgr.25441) 4804 : cluster [DBG] pgmap v3179: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cluster 2024-03-30T04:49:19.797194+0000 mgr.y (mgr.25441) 4805 : cluster [DBG] pgmap v3180: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.799434+0000 mon.a (mon.0) 2078 : audit [INF] from='client.? 172.21.15.111:0/592341353' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6801/2777155694"}]: dispatch 2024-03-30T04:49:20.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.801848+0000 mon.a (mon.0) 2079 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: cephadm 2024-03-30T04:49:19.802513+0000 mgr.y (mgr.25441) 4806 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.847627+0000 mon.c (mon.1) 5166 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.849429+0000 mon.c (mon.1) 5167 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.851176+0000 mon.c (mon.1) 5168 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.851813+0000 mon.c (mon.1) 5169 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.858921+0000 mon.a (mon.0) 2080 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.900625+0000 mon.c (mon.1) 5170 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.902513+0000 mon.c (mon.1) 5171 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.904302+0000 mon.c (mon.1) 5172 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.904943+0000 mon.c (mon.1) 5173 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.911833+0000 mon.a (mon.0) 2081 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.952288+0000 mon.c (mon.1) 5174 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.954364+0000 mon.c (mon.1) 5175 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.956322+0000 mon.c (mon.1) 5176 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.957060+0000 mon.c (mon.1) 5177 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:20 smithi117 bash[62284]: audit 2024-03-30T04:49:19.963905+0000 mon.a (mon.0) 2082 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cluster 2024-03-30T04:49:18.834682+0000 mgr.y (mgr.25441) 4759 : cluster [DBG] pgmap v3149: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cluster 2024-03-30T04:49:18.834864+0000 mgr.y (mgr.25441) 4760 : cluster [DBG] pgmap v3150: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cephadm 2024-03-30T04:49:18.840373+0000 mgr.y (mgr.25441) 4761 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cluster 2024-03-30T04:49:18.887922+0000 mgr.y (mgr.25441) 4762 : cluster [DBG] pgmap v3151: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cluster 2024-03-30T04:49:18.888259+0000 mgr.y (mgr.25441) 4763 : cluster [DBG] pgmap v3152: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cephadm 2024-03-30T04:49:18.894765+0000 mgr.y (mgr.25441) 4764 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cluster 2024-03-30T04:49:18.949347+0000 mgr.y (mgr.25441) 4765 : cluster [DBG] pgmap v3153: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cluster 2024-03-30T04:49:18.949653+0000 mgr.y (mgr.25441) 4766 : cluster [DBG] pgmap v3154: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cephadm 2024-03-30T04:49:18.956412+0000 mgr.y (mgr.25441) 4767 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.025023+0000 mon.c (mon.1) 5114 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.027894+0000 mon.c (mon.1) 5115 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.030545+0000 mon.c (mon.1) 5116 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.031431+0000 mon.c (mon.1) 5117 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cluster 2024-03-30T04:49:19.032813+0000 mgr.y (mgr.25441) 4768 : cluster [DBG] pgmap v3155: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cluster 2024-03-30T04:49:19.033081+0000 mgr.y (mgr.25441) 4769 : cluster [DBG] pgmap v3156: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.039486+0000 mon.a (mon.0) 2065 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cephadm 2024-03-30T04:49:19.044326+0000 mgr.y (mgr.25441) 4770 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.101212+0000 mon.c (mon.1) 5118 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.103163+0000 mon.c (mon.1) 5119 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cluster 2024-03-30T04:49:18.834682+0000 mgr.y (mgr.25441) 4759 : cluster [DBG] pgmap v3149: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cluster 2024-03-30T04:49:18.834864+0000 mgr.y (mgr.25441) 4760 : cluster [DBG] pgmap v3150: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cephadm 2024-03-30T04:49:18.840373+0000 mgr.y (mgr.25441) 4761 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cluster 2024-03-30T04:49:18.887922+0000 mgr.y (mgr.25441) 4762 : cluster [DBG] pgmap v3151: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cluster 2024-03-30T04:49:18.888259+0000 mgr.y (mgr.25441) 4763 : cluster [DBG] pgmap v3152: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cephadm 2024-03-30T04:49:18.894765+0000 mgr.y (mgr.25441) 4764 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cluster 2024-03-30T04:49:18.949347+0000 mgr.y (mgr.25441) 4765 : cluster [DBG] pgmap v3153: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cluster 2024-03-30T04:49:18.949653+0000 mgr.y (mgr.25441) 4766 : cluster [DBG] pgmap v3154: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cephadm 2024-03-30T04:49:18.956412+0000 mgr.y (mgr.25441) 4767 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.025023+0000 mon.c (mon.1) 5114 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.027894+0000 mon.c (mon.1) 5115 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.030545+0000 mon.c (mon.1) 5116 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.031431+0000 mon.c (mon.1) 5117 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cluster 2024-03-30T04:49:19.032813+0000 mgr.y (mgr.25441) 4768 : cluster [DBG] pgmap v3155: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cluster 2024-03-30T04:49:19.033081+0000 mgr.y (mgr.25441) 4769 : cluster [DBG] pgmap v3156: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.039486+0000 mon.a (mon.0) 2065 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cephadm 2024-03-30T04:49:19.044326+0000 mgr.y (mgr.25441) 4770 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.101212+0000 mon.c (mon.1) 5118 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.103163+0000 mon.c (mon.1) 5119 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.105128+0000 mon.c (mon.1) 5120 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.105862+0000 mon.c (mon.1) 5121 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cluster 2024-03-30T04:49:19.107594+0000 mgr.y (mgr.25441) 4771 : cluster [DBG] pgmap v3157: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cluster 2024-03-30T04:49:19.107938+0000 mgr.y (mgr.25441) 4772 : cluster [DBG] pgmap v3158: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.113428+0000 mon.a (mon.0) 2066 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cephadm 2024-03-30T04:49:19.114739+0000 mgr.y (mgr.25441) 4773 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.174089+0000 mon.c (mon.1) 5122 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.176053+0000 mon.c (mon.1) 5123 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.177956+0000 mon.c (mon.1) 5124 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.178678+0000 mon.c (mon.1) 5125 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cluster 2024-03-30T04:49:19.179987+0000 mgr.y (mgr.25441) 4774 : cluster [DBG] pgmap v3159: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cluster 2024-03-30T04:49:19.180194+0000 mgr.y (mgr.25441) 4775 : cluster [DBG] pgmap v3160: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.185502+0000 mon.a (mon.0) 2067 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cephadm 2024-03-30T04:49:19.187542+0000 mgr.y (mgr.25441) 4776 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.229870+0000 mon.c (mon.1) 5126 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.232254+0000 mon.c (mon.1) 5127 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.234280+0000 mon.c (mon.1) 5128 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.235050+0000 mon.c (mon.1) 5129 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cluster 2024-03-30T04:49:19.236493+0000 mgr.y (mgr.25441) 4777 : cluster [DBG] pgmap v3161: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cluster 2024-03-30T04:49:19.236804+0000 mgr.y (mgr.25441) 4778 : cluster [DBG] pgmap v3162: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.242966+0000 mon.a (mon.0) 2068 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.105128+0000 mon.c (mon.1) 5120 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.105862+0000 mon.c (mon.1) 5121 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cluster 2024-03-30T04:49:19.107594+0000 mgr.y (mgr.25441) 4771 : cluster [DBG] pgmap v3157: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cluster 2024-03-30T04:49:19.107938+0000 mgr.y (mgr.25441) 4772 : cluster [DBG] pgmap v3158: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.113428+0000 mon.a (mon.0) 2066 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cephadm 2024-03-30T04:49:19.114739+0000 mgr.y (mgr.25441) 4773 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.174089+0000 mon.c (mon.1) 5122 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.176053+0000 mon.c (mon.1) 5123 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.177956+0000 mon.c (mon.1) 5124 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.178678+0000 mon.c (mon.1) 5125 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cluster 2024-03-30T04:49:19.179987+0000 mgr.y (mgr.25441) 4774 : cluster [DBG] pgmap v3159: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cluster 2024-03-30T04:49:19.180194+0000 mgr.y (mgr.25441) 4775 : cluster [DBG] pgmap v3160: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.185502+0000 mon.a (mon.0) 2067 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cephadm 2024-03-30T04:49:19.187542+0000 mgr.y (mgr.25441) 4776 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.229870+0000 mon.c (mon.1) 5126 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.232254+0000 mon.c (mon.1) 5127 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.234280+0000 mon.c (mon.1) 5128 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.235050+0000 mon.c (mon.1) 5129 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cluster 2024-03-30T04:49:19.236493+0000 mgr.y (mgr.25441) 4777 : cluster [DBG] pgmap v3161: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cluster 2024-03-30T04:49:19.236804+0000 mgr.y (mgr.25441) 4778 : cluster [DBG] pgmap v3162: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.242966+0000 mon.a (mon.0) 2068 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cephadm 2024-03-30T04:49:19.243565+0000 mgr.y (mgr.25441) 4779 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.285244+0000 mon.c (mon.1) 5130 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.287191+0000 mon.c (mon.1) 5131 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.289096+0000 mon.c (mon.1) 5132 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.289756+0000 mon.c (mon.1) 5133 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cluster 2024-03-30T04:49:19.291173+0000 mgr.y (mgr.25441) 4780 : cluster [DBG] pgmap v3163: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cluster 2024-03-30T04:49:19.291432+0000 mgr.y (mgr.25441) 4781 : cluster [DBG] pgmap v3164: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.296103+0000 mon.a (mon.0) 2069 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cephadm 2024-03-30T04:49:19.296980+0000 mgr.y (mgr.25441) 4782 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.362259+0000 mon.c (mon.1) 5134 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.364794+0000 mon.c (mon.1) 5135 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.367013+0000 mon.c (mon.1) 5136 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.367889+0000 mon.c (mon.1) 5137 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cluster 2024-03-30T04:49:19.369410+0000 mgr.y (mgr.25441) 4783 : cluster [DBG] pgmap v3165: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cluster 2024-03-30T04:49:19.369659+0000 mgr.y (mgr.25441) 4784 : cluster [DBG] pgmap v3166: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.374364+0000 mon.a (mon.0) 2070 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cephadm 2024-03-30T04:49:19.375800+0000 mgr.y (mgr.25441) 4785 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.393114+0000 mon.a (mon.0) 2071 : audit [DBG] from='client.? 172.21.15.111:0/1837715540' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-30T04:49:20.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.438142+0000 mon.c (mon.1) 5138 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.440246+0000 mon.c (mon.1) 5139 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.442167+0000 mon.c (mon.1) 5140 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.442934+0000 mon.c (mon.1) 5141 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cluster 2024-03-30T04:49:19.444230+0000 mgr.y (mgr.25441) 4786 : cluster [DBG] pgmap v3167: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cluster 2024-03-30T04:49:19.444437+0000 mgr.y (mgr.25441) 4787 : cluster [DBG] pgmap v3168: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.449464+0000 mon.a (mon.0) 2072 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cephadm 2024-03-30T04:49:19.454897+0000 mgr.y (mgr.25441) 4788 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.511523+0000 mon.c (mon.1) 5142 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.513380+0000 mon.c (mon.1) 5143 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.515109+0000 mon.c (mon.1) 5144 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.515778+0000 mon.c (mon.1) 5145 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cluster 2024-03-30T04:49:19.517001+0000 mgr.y (mgr.25441) 4789 : cluster [DBG] pgmap v3169: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cluster 2024-03-30T04:49:19.517205+0000 mgr.y (mgr.25441) 4790 : cluster [DBG] pgmap v3170: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.521657+0000 mon.a (mon.0) 2073 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cephadm 2024-03-30T04:49:19.522718+0000 mgr.y (mgr.25441) 4791 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.563210+0000 mon.c (mon.1) 5146 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.565047+0000 mon.c (mon.1) 5147 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.567224+0000 mon.c (mon.1) 5148 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.567905+0000 mon.c (mon.1) 5149 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cluster 2024-03-30T04:49:19.569176+0000 mgr.y (mgr.25441) 4792 : cluster [DBG] pgmap v3171: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cephadm 2024-03-30T04:49:19.243565+0000 mgr.y (mgr.25441) 4779 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.285244+0000 mon.c (mon.1) 5130 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.287191+0000 mon.c (mon.1) 5131 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.289096+0000 mon.c (mon.1) 5132 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.289756+0000 mon.c (mon.1) 5133 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cluster 2024-03-30T04:49:19.291173+0000 mgr.y (mgr.25441) 4780 : cluster [DBG] pgmap v3163: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cluster 2024-03-30T04:49:19.291432+0000 mgr.y (mgr.25441) 4781 : cluster [DBG] pgmap v3164: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.296103+0000 mon.a (mon.0) 2069 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cephadm 2024-03-30T04:49:19.296980+0000 mgr.y (mgr.25441) 4782 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.362259+0000 mon.c (mon.1) 5134 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.364794+0000 mon.c (mon.1) 5135 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.367013+0000 mon.c (mon.1) 5136 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.367889+0000 mon.c (mon.1) 5137 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cluster 2024-03-30T04:49:19.369410+0000 mgr.y (mgr.25441) 4783 : cluster [DBG] pgmap v3165: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cluster 2024-03-30T04:49:19.369659+0000 mgr.y (mgr.25441) 4784 : cluster [DBG] pgmap v3166: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.374364+0000 mon.a (mon.0) 2070 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cephadm 2024-03-30T04:49:19.375800+0000 mgr.y (mgr.25441) 4785 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.393114+0000 mon.a (mon.0) 2071 : audit [DBG] from='client.? 172.21.15.111:0/1837715540' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-30T04:49:20.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.438142+0000 mon.c (mon.1) 5138 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cluster 2024-03-30T04:49:19.569411+0000 mgr.y (mgr.25441) 4793 : cluster [DBG] pgmap v3172: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.573817+0000 mon.a (mon.0) 2074 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cephadm 2024-03-30T04:49:19.575087+0000 mgr.y (mgr.25441) 4794 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.621174+0000 mon.c (mon.1) 5150 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.623863+0000 mon.c (mon.1) 5151 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.626347+0000 mon.c (mon.1) 5152 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.627288+0000 mon.c (mon.1) 5153 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cluster 2024-03-30T04:49:19.629021+0000 mgr.y (mgr.25441) 4795 : cluster [DBG] pgmap v3173: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cluster 2024-03-30T04:49:19.629389+0000 mgr.y (mgr.25441) 4796 : cluster [DBG] pgmap v3174: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.635654+0000 mon.a (mon.0) 2075 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cephadm 2024-03-30T04:49:19.639769+0000 mgr.y (mgr.25441) 4797 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.680971+0000 mon.c (mon.1) 5154 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.682759+0000 mon.c (mon.1) 5155 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.684525+0000 mon.c (mon.1) 5156 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.685224+0000 mon.c (mon.1) 5157 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cluster 2024-03-30T04:49:19.686622+0000 mgr.y (mgr.25441) 4798 : cluster [DBG] pgmap v3175: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cluster 2024-03-30T04:49:19.686869+0000 mgr.y (mgr.25441) 4799 : cluster [DBG] pgmap v3176: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.692519+0000 mon.a (mon.0) 2076 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cephadm 2024-03-30T04:49:19.693136+0000 mgr.y (mgr.25441) 4800 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.738171+0000 mon.c (mon.1) 5158 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.440246+0000 mon.c (mon.1) 5139 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.442167+0000 mon.c (mon.1) 5140 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.442934+0000 mon.c (mon.1) 5141 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cluster 2024-03-30T04:49:19.444230+0000 mgr.y (mgr.25441) 4786 : cluster [DBG] pgmap v3167: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cluster 2024-03-30T04:49:19.444437+0000 mgr.y (mgr.25441) 4787 : cluster [DBG] pgmap v3168: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.449464+0000 mon.a (mon.0) 2072 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cephadm 2024-03-30T04:49:19.454897+0000 mgr.y (mgr.25441) 4788 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.511523+0000 mon.c (mon.1) 5142 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.513380+0000 mon.c (mon.1) 5143 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.515109+0000 mon.c (mon.1) 5144 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.515778+0000 mon.c (mon.1) 5145 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cluster 2024-03-30T04:49:19.517001+0000 mgr.y (mgr.25441) 4789 : cluster [DBG] pgmap v3169: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cluster 2024-03-30T04:49:19.517205+0000 mgr.y (mgr.25441) 4790 : cluster [DBG] pgmap v3170: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.521657+0000 mon.a (mon.0) 2073 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cephadm 2024-03-30T04:49:19.522718+0000 mgr.y (mgr.25441) 4791 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.563210+0000 mon.c (mon.1) 5146 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.565047+0000 mon.c (mon.1) 5147 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.567224+0000 mon.c (mon.1) 5148 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.567905+0000 mon.c (mon.1) 5149 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cluster 2024-03-30T04:49:19.569176+0000 mgr.y (mgr.25441) 4792 : cluster [DBG] pgmap v3171: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.740587+0000 mon.c (mon.1) 5159 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.742549+0000 mon.c (mon.1) 5160 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.743176+0000 mon.c (mon.1) 5161 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cluster 2024-03-30T04:49:19.744411+0000 mgr.y (mgr.25441) 4801 : cluster [DBG] pgmap v3177: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cluster 2024-03-30T04:49:19.744638+0000 mgr.y (mgr.25441) 4802 : cluster [DBG] pgmap v3178: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.751050+0000 mon.a (mon.0) 2077 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cephadm 2024-03-30T04:49:19.751690+0000 mgr.y (mgr.25441) 4803 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.791613+0000 mon.c (mon.1) 5162 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.793363+0000 mon.c (mon.1) 5163 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.795039+0000 mon.c (mon.1) 5164 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.795738+0000 mon.c (mon.1) 5165 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cluster 2024-03-30T04:49:19.796993+0000 mgr.y (mgr.25441) 4804 : cluster [DBG] pgmap v3179: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cluster 2024-03-30T04:49:19.797194+0000 mgr.y (mgr.25441) 4805 : cluster [DBG] pgmap v3180: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.799434+0000 mon.a (mon.0) 2078 : audit [INF] from='client.? 172.21.15.111:0/592341353' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6801/2777155694"}]: dispatch 2024-03-30T04:49:20.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.801848+0000 mon.a (mon.0) 2079 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: cephadm 2024-03-30T04:49:19.802513+0000 mgr.y (mgr.25441) 4806 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.847627+0000 mon.c (mon.1) 5166 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.849429+0000 mon.c (mon.1) 5167 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.851176+0000 mon.c (mon.1) 5168 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.851813+0000 mon.c (mon.1) 5169 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cluster 2024-03-30T04:49:19.569411+0000 mgr.y (mgr.25441) 4793 : cluster [DBG] pgmap v3172: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.573817+0000 mon.a (mon.0) 2074 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cephadm 2024-03-30T04:49:19.575087+0000 mgr.y (mgr.25441) 4794 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.621174+0000 mon.c (mon.1) 5150 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.623863+0000 mon.c (mon.1) 5151 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.626347+0000 mon.c (mon.1) 5152 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.627288+0000 mon.c (mon.1) 5153 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cluster 2024-03-30T04:49:19.629021+0000 mgr.y (mgr.25441) 4795 : cluster [DBG] pgmap v3173: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cluster 2024-03-30T04:49:19.629389+0000 mgr.y (mgr.25441) 4796 : cluster [DBG] pgmap v3174: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.635654+0000 mon.a (mon.0) 2075 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cephadm 2024-03-30T04:49:19.639769+0000 mgr.y (mgr.25441) 4797 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.680971+0000 mon.c (mon.1) 5154 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.682759+0000 mon.c (mon.1) 5155 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.684525+0000 mon.c (mon.1) 5156 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.685224+0000 mon.c (mon.1) 5157 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cluster 2024-03-30T04:49:19.686622+0000 mgr.y (mgr.25441) 4798 : cluster [DBG] pgmap v3175: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cluster 2024-03-30T04:49:19.686869+0000 mgr.y (mgr.25441) 4799 : cluster [DBG] pgmap v3176: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.692519+0000 mon.a (mon.0) 2076 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cephadm 2024-03-30T04:49:19.693136+0000 mgr.y (mgr.25441) 4800 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.738171+0000 mon.c (mon.1) 5158 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.858921+0000 mon.a (mon.0) 2080 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.900625+0000 mon.c (mon.1) 5170 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.902513+0000 mon.c (mon.1) 5171 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.904302+0000 mon.c (mon.1) 5172 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.904943+0000 mon.c (mon.1) 5173 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.911833+0000 mon.a (mon.0) 2081 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.952288+0000 mon.c (mon.1) 5174 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.954364+0000 mon.c (mon.1) 5175 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.386 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.956322+0000 mon.c (mon.1) 5176 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.386 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.957060+0000 mon.c (mon.1) 5177 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.386 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[73591]: audit 2024-03-30T04:49:19.963905+0000 mon.a (mon.0) 2082 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.740587+0000 mon.c (mon.1) 5159 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.742549+0000 mon.c (mon.1) 5160 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.743176+0000 mon.c (mon.1) 5161 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cluster 2024-03-30T04:49:19.744411+0000 mgr.y (mgr.25441) 4801 : cluster [DBG] pgmap v3177: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cluster 2024-03-30T04:49:19.744638+0000 mgr.y (mgr.25441) 4802 : cluster [DBG] pgmap v3178: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.751050+0000 mon.a (mon.0) 2077 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cephadm 2024-03-30T04:49:19.751690+0000 mgr.y (mgr.25441) 4803 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.791613+0000 mon.c (mon.1) 5162 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.793363+0000 mon.c (mon.1) 5163 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.795039+0000 mon.c (mon.1) 5164 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.795738+0000 mon.c (mon.1) 5165 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cluster 2024-03-30T04:49:19.796993+0000 mgr.y (mgr.25441) 4804 : cluster [DBG] pgmap v3179: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cluster 2024-03-30T04:49:19.797194+0000 mgr.y (mgr.25441) 4805 : cluster [DBG] pgmap v3180: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.799434+0000 mon.a (mon.0) 2078 : audit [INF] from='client.? 172.21.15.111:0/592341353' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6801/2777155694"}]: dispatch 2024-03-30T04:49:20.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.801848+0000 mon.a (mon.0) 2079 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: cephadm 2024-03-30T04:49:19.802513+0000 mgr.y (mgr.25441) 4806 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:20.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.847627+0000 mon.c (mon.1) 5166 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.849429+0000 mon.c (mon.1) 5167 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.851176+0000 mon.c (mon.1) 5168 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.388 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.851813+0000 mon.c (mon.1) 5169 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.388 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.858921+0000 mon.a (mon.0) 2080 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.388 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.900625+0000 mon.c (mon.1) 5170 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.388 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.902513+0000 mon.c (mon.1) 5171 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.388 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.904302+0000 mon.c (mon.1) 5172 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.388 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.904943+0000 mon.c (mon.1) 5173 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.388 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.911833+0000 mon.a (mon.0) 2081 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:20.388 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.952288+0000 mon.c (mon.1) 5174 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:20.388 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.954364+0000 mon.c (mon.1) 5175 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:20.388 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.956322+0000 mon.c (mon.1) 5176 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:20.388 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.957060+0000 mon.c (mon.1) 5177 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:20.388 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:20 smithi111 bash[70954]: audit 2024-03-30T04:49:19.963905+0000 mon.a (mon.0) 2082 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cluster 2024-03-30T04:49:19.853138+0000 mgr.y (mgr.25441) 4807 : cluster [DBG] pgmap v3181: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cluster 2024-03-30T04:49:19.853356+0000 mgr.y (mgr.25441) 4808 : cluster [DBG] pgmap v3182: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cephadm 2024-03-30T04:49:19.859483+0000 mgr.y (mgr.25441) 4809 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cluster 2024-03-30T04:49:19.906148+0000 mgr.y (mgr.25441) 4810 : cluster [DBG] pgmap v3183: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cluster 2024-03-30T04:49:19.906341+0000 mgr.y (mgr.25441) 4811 : cluster [DBG] pgmap v3184: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cephadm 2024-03-30T04:49:19.912389+0000 mgr.y (mgr.25441) 4812 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cluster 2024-03-30T04:49:19.958269+0000 mgr.y (mgr.25441) 4813 : cluster [DBG] pgmap v3185: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cluster 2024-03-30T04:49:19.958459+0000 mgr.y (mgr.25441) 4814 : cluster [DBG] pgmap v3186: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cephadm 2024-03-30T04:49:19.964534+0000 mgr.y (mgr.25441) 4815 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.005324+0000 mon.c (mon.1) 5178 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.011451+0000 mon.c (mon.1) 5179 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.023300+0000 mon.c (mon.1) 5180 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.024009+0000 mon.c (mon.1) 5181 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cluster 2024-03-30T04:49:20.025382+0000 mgr.y (mgr.25441) 4816 : cluster [DBG] pgmap v3187: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cluster 2024-03-30T04:49:20.025634+0000 mgr.y (mgr.25441) 4817 : cluster [DBG] pgmap v3188: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.030622+0000 mon.a (mon.0) 2083 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cephadm 2024-03-30T04:49:20.031151+0000 mgr.y (mgr.25441) 4818 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.071391+0000 mon.c (mon.1) 5182 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.073246+0000 mon.c (mon.1) 5183 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.075132+0000 mon.c (mon.1) 5184 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.075757+0000 mon.c (mon.1) 5185 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cluster 2024-03-30T04:49:20.076904+0000 mgr.y (mgr.25441) 4819 : cluster [DBG] pgmap v3189: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cluster 2024-03-30T04:49:20.077114+0000 mgr.y (mgr.25441) 4820 : cluster [DBG] pgmap v3190: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.081421+0000 mon.a (mon.0) 2084 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cephadm 2024-03-30T04:49:20.083069+0000 mgr.y (mgr.25441) 4821 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.123308+0000 mon.c (mon.1) 5186 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.125269+0000 mon.c (mon.1) 5187 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.127084+0000 mon.c (mon.1) 5188 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.127758+0000 mon.c (mon.1) 5189 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cluster 2024-03-30T04:49:20.128943+0000 mgr.y (mgr.25441) 4822 : cluster [DBG] pgmap v3191: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cluster 2024-03-30T04:49:20.129156+0000 mgr.y (mgr.25441) 4823 : cluster [DBG] pgmap v3192: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.133513+0000 mon.a (mon.0) 2085 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cephadm 2024-03-30T04:49:20.135162+0000 mgr.y (mgr.25441) 4824 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.175247+0000 mon.c (mon.1) 5190 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.177392+0000 mon.c (mon.1) 5191 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.179691+0000 mon.c (mon.1) 5192 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.180546+0000 mon.c (mon.1) 5193 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cluster 2024-03-30T04:49:20.182130+0000 mgr.y (mgr.25441) 4825 : cluster [DBG] pgmap v3193: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cluster 2024-03-30T04:49:20.182537+0000 mgr.y (mgr.25441) 4826 : cluster [DBG] pgmap v3194: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.187700+0000 mon.a (mon.0) 2086 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cluster 2024-03-30T04:49:19.853138+0000 mgr.y (mgr.25441) 4807 : cluster [DBG] pgmap v3181: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cluster 2024-03-30T04:49:19.853356+0000 mgr.y (mgr.25441) 4808 : cluster [DBG] pgmap v3182: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cephadm 2024-03-30T04:49:19.859483+0000 mgr.y (mgr.25441) 4809 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cluster 2024-03-30T04:49:19.906148+0000 mgr.y (mgr.25441) 4810 : cluster [DBG] pgmap v3183: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cluster 2024-03-30T04:49:19.906341+0000 mgr.y (mgr.25441) 4811 : cluster [DBG] pgmap v3184: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cephadm 2024-03-30T04:49:19.912389+0000 mgr.y (mgr.25441) 4812 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cluster 2024-03-30T04:49:19.958269+0000 mgr.y (mgr.25441) 4813 : cluster [DBG] pgmap v3185: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cluster 2024-03-30T04:49:19.958459+0000 mgr.y (mgr.25441) 4814 : cluster [DBG] pgmap v3186: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cephadm 2024-03-30T04:49:19.964534+0000 mgr.y (mgr.25441) 4815 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.005324+0000 mon.c (mon.1) 5178 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.011451+0000 mon.c (mon.1) 5179 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.023300+0000 mon.c (mon.1) 5180 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.024009+0000 mon.c (mon.1) 5181 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cluster 2024-03-30T04:49:20.025382+0000 mgr.y (mgr.25441) 4816 : cluster [DBG] pgmap v3187: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cluster 2024-03-30T04:49:20.025634+0000 mgr.y (mgr.25441) 4817 : cluster [DBG] pgmap v3188: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.030622+0000 mon.a (mon.0) 2083 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cephadm 2024-03-30T04:49:20.031151+0000 mgr.y (mgr.25441) 4818 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.071391+0000 mon.c (mon.1) 5182 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.073246+0000 mon.c (mon.1) 5183 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.075132+0000 mon.c (mon.1) 5184 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.075757+0000 mon.c (mon.1) 5185 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cluster 2024-03-30T04:49:20.076904+0000 mgr.y (mgr.25441) 4819 : cluster [DBG] pgmap v3189: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cluster 2024-03-30T04:49:20.077114+0000 mgr.y (mgr.25441) 4820 : cluster [DBG] pgmap v3190: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.081421+0000 mon.a (mon.0) 2084 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cephadm 2024-03-30T04:49:20.083069+0000 mgr.y (mgr.25441) 4821 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.123308+0000 mon.c (mon.1) 5186 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.125269+0000 mon.c (mon.1) 5187 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.127084+0000 mon.c (mon.1) 5188 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.127758+0000 mon.c (mon.1) 5189 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cluster 2024-03-30T04:49:20.128943+0000 mgr.y (mgr.25441) 4822 : cluster [DBG] pgmap v3191: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cluster 2024-03-30T04:49:20.129156+0000 mgr.y (mgr.25441) 4823 : cluster [DBG] pgmap v3192: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.133513+0000 mon.a (mon.0) 2085 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cephadm 2024-03-30T04:49:20.135162+0000 mgr.y (mgr.25441) 4824 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.175247+0000 mon.c (mon.1) 5190 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.177392+0000 mon.c (mon.1) 5191 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.179691+0000 mon.c (mon.1) 5192 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.180546+0000 mon.c (mon.1) 5193 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cluster 2024-03-30T04:49:20.182130+0000 mgr.y (mgr.25441) 4825 : cluster [DBG] pgmap v3193: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cluster 2024-03-30T04:49:20.182537+0000 mgr.y (mgr.25441) 4826 : cluster [DBG] pgmap v3194: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.187700+0000 mon.a (mon.0) 2086 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cephadm 2024-03-30T04:49:20.189422+0000 mgr.y (mgr.25441) 4827 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.267054+0000 mon.c (mon.1) 5194 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.269439+0000 mon.c (mon.1) 5195 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.271413+0000 mon.c (mon.1) 5196 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.272132+0000 mon.c (mon.1) 5197 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cluster 2024-03-30T04:49:20.273793+0000 mgr.y (mgr.25441) 4828 : cluster [DBG] pgmap v3195: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cluster 2024-03-30T04:49:20.274183+0000 mgr.y (mgr.25441) 4829 : cluster [DBG] pgmap v3196: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.278788+0000 mon.a (mon.0) 2087 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cephadm 2024-03-30T04:49:20.281659+0000 mgr.y (mgr.25441) 4830 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.337580+0000 mon.c (mon.1) 5198 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.339788+0000 mon.c (mon.1) 5199 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.341554+0000 mon.c (mon.1) 5200 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.342207+0000 mon.c (mon.1) 5201 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cluster 2024-03-30T04:49:20.343483+0000 mgr.y (mgr.25441) 4831 : cluster [DBG] pgmap v3197: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cluster 2024-03-30T04:49:20.343735+0000 mgr.y (mgr.25441) 4832 : cluster [DBG] pgmap v3198: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.349034+0000 mon.a (mon.0) 2088 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cephadm 2024-03-30T04:49:20.350677+0000 mgr.y (mgr.25441) 4833 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.406845+0000 mon.c (mon.1) 5202 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.409156+0000 mon.c (mon.1) 5203 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cephadm 2024-03-30T04:49:20.189422+0000 mgr.y (mgr.25441) 4827 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.267054+0000 mon.c (mon.1) 5194 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.269439+0000 mon.c (mon.1) 5195 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.271413+0000 mon.c (mon.1) 5196 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.272132+0000 mon.c (mon.1) 5197 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cluster 2024-03-30T04:49:20.273793+0000 mgr.y (mgr.25441) 4828 : cluster [DBG] pgmap v3195: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cluster 2024-03-30T04:49:20.274183+0000 mgr.y (mgr.25441) 4829 : cluster [DBG] pgmap v3196: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.278788+0000 mon.a (mon.0) 2087 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cephadm 2024-03-30T04:49:20.281659+0000 mgr.y (mgr.25441) 4830 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.337580+0000 mon.c (mon.1) 5198 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.339788+0000 mon.c (mon.1) 5199 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.341554+0000 mon.c (mon.1) 5200 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.342207+0000 mon.c (mon.1) 5201 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cluster 2024-03-30T04:49:20.343483+0000 mgr.y (mgr.25441) 4831 : cluster [DBG] pgmap v3197: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cluster 2024-03-30T04:49:20.343735+0000 mgr.y (mgr.25441) 4832 : cluster [DBG] pgmap v3198: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.349034+0000 mon.a (mon.0) 2088 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cephadm 2024-03-30T04:49:20.350677+0000 mgr.y (mgr.25441) 4833 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.406845+0000 mon.c (mon.1) 5202 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.409156+0000 mon.c (mon.1) 5203 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.411184+0000 mon.c (mon.1) 5204 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.411844+0000 mon.c (mon.1) 5205 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cluster 2024-03-30T04:49:20.413178+0000 mgr.y (mgr.25441) 4834 : cluster [DBG] pgmap v3199: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cluster 2024-03-30T04:49:20.413481+0000 mgr.y (mgr.25441) 4835 : cluster [DBG] pgmap v3200: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.418231+0000 mon.a (mon.0) 2089 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cephadm 2024-03-30T04:49:20.419886+0000 mgr.y (mgr.25441) 4836 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.462626+0000 mon.c (mon.1) 5206 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.464910+0000 mon.c (mon.1) 5207 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.467000+0000 mon.c (mon.1) 5208 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.467780+0000 mon.c (mon.1) 5209 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cluster 2024-03-30T04:49:20.469320+0000 mgr.y (mgr.25441) 4837 : cluster [DBG] pgmap v3201: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cluster 2024-03-30T04:49:20.469565+0000 mgr.y (mgr.25441) 4838 : cluster [DBG] pgmap v3202: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.474585+0000 mon.a (mon.0) 2090 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cephadm 2024-03-30T04:49:20.475731+0000 mgr.y (mgr.25441) 4839 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.515616+0000 mon.c (mon.1) 5210 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.517655+0000 mon.c (mon.1) 5211 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.519591+0000 mon.c (mon.1) 5212 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.520276+0000 mon.c (mon.1) 5213 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cluster 2024-03-30T04:49:20.521577+0000 mgr.y (mgr.25441) 4840 : cluster [DBG] pgmap v3203: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cluster 2024-03-30T04:49:20.521870+0000 mgr.y (mgr.25441) 4841 : cluster [DBG] pgmap v3204: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.526831+0000 mon.a (mon.0) 2091 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.411184+0000 mon.c (mon.1) 5204 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.411844+0000 mon.c (mon.1) 5205 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cluster 2024-03-30T04:49:20.413178+0000 mgr.y (mgr.25441) 4834 : cluster [DBG] pgmap v3199: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cluster 2024-03-30T04:49:20.413481+0000 mgr.y (mgr.25441) 4835 : cluster [DBG] pgmap v3200: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.418231+0000 mon.a (mon.0) 2089 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cephadm 2024-03-30T04:49:20.419886+0000 mgr.y (mgr.25441) 4836 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.462626+0000 mon.c (mon.1) 5206 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.464910+0000 mon.c (mon.1) 5207 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.467000+0000 mon.c (mon.1) 5208 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.467780+0000 mon.c (mon.1) 5209 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cluster 2024-03-30T04:49:20.469320+0000 mgr.y (mgr.25441) 4837 : cluster [DBG] pgmap v3201: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cluster 2024-03-30T04:49:20.469565+0000 mgr.y (mgr.25441) 4838 : cluster [DBG] pgmap v3202: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.474585+0000 mon.a (mon.0) 2090 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cephadm 2024-03-30T04:49:20.475731+0000 mgr.y (mgr.25441) 4839 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.515616+0000 mon.c (mon.1) 5210 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.517655+0000 mon.c (mon.1) 5211 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.519591+0000 mon.c (mon.1) 5212 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.520276+0000 mon.c (mon.1) 5213 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cluster 2024-03-30T04:49:20.521577+0000 mgr.y (mgr.25441) 4840 : cluster [DBG] pgmap v3203: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cluster 2024-03-30T04:49:20.521870+0000 mgr.y (mgr.25441) 4841 : cluster [DBG] pgmap v3204: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.526831+0000 mon.a (mon.0) 2091 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cephadm 2024-03-30T04:49:20.528368+0000 mgr.y (mgr.25441) 4842 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.572721+0000 mon.c (mon.1) 5214 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.574672+0000 mon.c (mon.1) 5215 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.576681+0000 mon.c (mon.1) 5216 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.577426+0000 mon.c (mon.1) 5217 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cluster 2024-03-30T04:49:20.578758+0000 mgr.y (mgr.25441) 4843 : cluster [DBG] pgmap v3205: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cluster 2024-03-30T04:49:20.578993+0000 mgr.y (mgr.25441) 4844 : cluster [DBG] pgmap v3206: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.584959+0000 mon.a (mon.0) 2092 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cephadm 2024-03-30T04:49:20.585585+0000 mgr.y (mgr.25441) 4845 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.658261+0000 mon.c (mon.1) 5218 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.660265+0000 mon.c (mon.1) 5219 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.662350+0000 mon.c (mon.1) 5220 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.663414+0000 mon.c (mon.1) 5221 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cluster 2024-03-30T04:49:20.665558+0000 mgr.y (mgr.25441) 4846 : cluster [DBG] pgmap v3207: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cluster 2024-03-30T04:49:20.666130+0000 mgr.y (mgr.25441) 4847 : cluster [DBG] pgmap v3208: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.670787+0000 mon.a (mon.0) 2093 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cephadm 2024-03-30T04:49:20.674148+0000 mgr.y (mgr.25441) 4848 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.752443+0000 mon.c (mon.1) 5222 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.752873+0000 mon.a (mon.0) 2094 : audit [INF] from='client.? 172.21.15.111:0/592341353' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6801/2777155694"}]': finished 2024-03-30T04:49:21.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cephadm 2024-03-30T04:49:20.528368+0000 mgr.y (mgr.25441) 4842 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.572721+0000 mon.c (mon.1) 5214 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.574672+0000 mon.c (mon.1) 5215 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.576681+0000 mon.c (mon.1) 5216 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.577426+0000 mon.c (mon.1) 5217 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cluster 2024-03-30T04:49:20.578758+0000 mgr.y (mgr.25441) 4843 : cluster [DBG] pgmap v3205: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cluster 2024-03-30T04:49:20.578993+0000 mgr.y (mgr.25441) 4844 : cluster [DBG] pgmap v3206: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.584959+0000 mon.a (mon.0) 2092 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cephadm 2024-03-30T04:49:20.585585+0000 mgr.y (mgr.25441) 4845 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.658261+0000 mon.c (mon.1) 5218 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.660265+0000 mon.c (mon.1) 5219 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.662350+0000 mon.c (mon.1) 5220 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.663414+0000 mon.c (mon.1) 5221 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cluster 2024-03-30T04:49:20.665558+0000 mgr.y (mgr.25441) 4846 : cluster [DBG] pgmap v3207: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cluster 2024-03-30T04:49:20.666130+0000 mgr.y (mgr.25441) 4847 : cluster [DBG] pgmap v3208: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.670787+0000 mon.a (mon.0) 2093 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cephadm 2024-03-30T04:49:20.674148+0000 mgr.y (mgr.25441) 4848 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.752443+0000 mon.c (mon.1) 5222 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.752873+0000 mon.a (mon.0) 2094 : audit [INF] from='client.? 172.21.15.111:0/592341353' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6801/2777155694"}]': finished 2024-03-30T04:49:21.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cluster 2024-03-30T04:49:20.757680+0000 mon.a (mon.0) 2095 : cluster [DBG] osdmap e149: 8 total, 8 up, 8 in 2024-03-30T04:49:21.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.764253+0000 mon.c (mon.1) 5223 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.766478+0000 mon.c (mon.1) 5224 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.767229+0000 mon.c (mon.1) 5225 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cluster 2024-03-30T04:49:20.768715+0000 mgr.y (mgr.25441) 4849 : cluster [DBG] pgmap v3210: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cluster 2024-03-30T04:49:20.768917+0000 mgr.y (mgr.25441) 4850 : cluster [DBG] pgmap v3211: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.776531+0000 mon.a (mon.0) 2096 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: cephadm 2024-03-30T04:49:20.780140+0000 mgr.y (mgr.25441) 4851 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.836474+0000 mon.c (mon.1) 5226 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.838456+0000 mon.c (mon.1) 5227 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.840392+0000 mon.c (mon.1) 5228 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.841060+0000 mon.c (mon.1) 5229 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.849125+0000 mon.a (mon.0) 2097 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.913034+0000 mon.c (mon.1) 5230 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.915007+0000 mon.c (mon.1) 5231 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.916792+0000 mon.c (mon.1) 5232 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.917473+0000 mon.c (mon.1) 5233 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.925484+0000 mon.a (mon.0) 2098 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.990819+0000 mon.c (mon.1) 5234 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.992961+0000 mon.c (mon.1) 5235 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.994975+0000 mon.c (mon.1) 5236 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:20.995732+0000 mon.c (mon.1) 5237 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[70954]: audit 2024-03-30T04:49:21.004362+0000 mon.a (mon.0) 2099 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cluster 2024-03-30T04:49:20.757680+0000 mon.a (mon.0) 2095 : cluster [DBG] osdmap e149: 8 total, 8 up, 8 in 2024-03-30T04:49:21.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.764253+0000 mon.c (mon.1) 5223 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.766478+0000 mon.c (mon.1) 5224 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.767229+0000 mon.c (mon.1) 5225 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cluster 2024-03-30T04:49:20.768715+0000 mgr.y (mgr.25441) 4849 : cluster [DBG] pgmap v3210: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cluster 2024-03-30T04:49:20.768917+0000 mgr.y (mgr.25441) 4850 : cluster [DBG] pgmap v3211: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.776531+0000 mon.a (mon.0) 2096 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: cephadm 2024-03-30T04:49:20.780140+0000 mgr.y (mgr.25441) 4851 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.836474+0000 mon.c (mon.1) 5226 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.838456+0000 mon.c (mon.1) 5227 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.840392+0000 mon.c (mon.1) 5228 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.841060+0000 mon.c (mon.1) 5229 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.849125+0000 mon.a (mon.0) 2097 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.913034+0000 mon.c (mon.1) 5230 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.915007+0000 mon.c (mon.1) 5231 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.916792+0000 mon.c (mon.1) 5232 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.917473+0000 mon.c (mon.1) 5233 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.925484+0000 mon.a (mon.0) 2098 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.990819+0000 mon.c (mon.1) 5234 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.992961+0000 mon.c (mon.1) 5235 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.994975+0000 mon.c (mon.1) 5236 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:20.995732+0000 mon.c (mon.1) 5237 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:21 smithi111 bash[73591]: audit 2024-03-30T04:49:21.004362+0000 mon.a (mon.0) 2099 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cluster 2024-03-30T04:49:19.853138+0000 mgr.y (mgr.25441) 4807 : cluster [DBG] pgmap v3181: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cluster 2024-03-30T04:49:19.853356+0000 mgr.y (mgr.25441) 4808 : cluster [DBG] pgmap v3182: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cephadm 2024-03-30T04:49:19.859483+0000 mgr.y (mgr.25441) 4809 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cluster 2024-03-30T04:49:19.906148+0000 mgr.y (mgr.25441) 4810 : cluster [DBG] pgmap v3183: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cluster 2024-03-30T04:49:19.906341+0000 mgr.y (mgr.25441) 4811 : cluster [DBG] pgmap v3184: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cephadm 2024-03-30T04:49:19.912389+0000 mgr.y (mgr.25441) 4812 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cluster 2024-03-30T04:49:19.958269+0000 mgr.y (mgr.25441) 4813 : cluster [DBG] pgmap v3185: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cluster 2024-03-30T04:49:19.958459+0000 mgr.y (mgr.25441) 4814 : cluster [DBG] pgmap v3186: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cephadm 2024-03-30T04:49:19.964534+0000 mgr.y (mgr.25441) 4815 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.005324+0000 mon.c (mon.1) 5178 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.011451+0000 mon.c (mon.1) 5179 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.023300+0000 mon.c (mon.1) 5180 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.024009+0000 mon.c (mon.1) 5181 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cluster 2024-03-30T04:49:20.025382+0000 mgr.y (mgr.25441) 4816 : cluster [DBG] pgmap v3187: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cluster 2024-03-30T04:49:20.025634+0000 mgr.y (mgr.25441) 4817 : cluster [DBG] pgmap v3188: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.030622+0000 mon.a (mon.0) 2083 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cephadm 2024-03-30T04:49:20.031151+0000 mgr.y (mgr.25441) 4818 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.071391+0000 mon.c (mon.1) 5182 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.073246+0000 mon.c (mon.1) 5183 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.075132+0000 mon.c (mon.1) 5184 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.075757+0000 mon.c (mon.1) 5185 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cluster 2024-03-30T04:49:20.076904+0000 mgr.y (mgr.25441) 4819 : cluster [DBG] pgmap v3189: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cluster 2024-03-30T04:49:20.077114+0000 mgr.y (mgr.25441) 4820 : cluster [DBG] pgmap v3190: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.081421+0000 mon.a (mon.0) 2084 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cephadm 2024-03-30T04:49:20.083069+0000 mgr.y (mgr.25441) 4821 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.123308+0000 mon.c (mon.1) 5186 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.125269+0000 mon.c (mon.1) 5187 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.127084+0000 mon.c (mon.1) 5188 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.127758+0000 mon.c (mon.1) 5189 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cluster 2024-03-30T04:49:20.128943+0000 mgr.y (mgr.25441) 4822 : cluster [DBG] pgmap v3191: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cluster 2024-03-30T04:49:20.129156+0000 mgr.y (mgr.25441) 4823 : cluster [DBG] pgmap v3192: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.133513+0000 mon.a (mon.0) 2085 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cephadm 2024-03-30T04:49:20.135162+0000 mgr.y (mgr.25441) 4824 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.175247+0000 mon.c (mon.1) 5190 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.177392+0000 mon.c (mon.1) 5191 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.179691+0000 mon.c (mon.1) 5192 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.180546+0000 mon.c (mon.1) 5193 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cluster 2024-03-30T04:49:20.182130+0000 mgr.y (mgr.25441) 4825 : cluster [DBG] pgmap v3193: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cluster 2024-03-30T04:49:20.182537+0000 mgr.y (mgr.25441) 4826 : cluster [DBG] pgmap v3194: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.187700+0000 mon.a (mon.0) 2086 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cephadm 2024-03-30T04:49:20.189422+0000 mgr.y (mgr.25441) 4827 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.267054+0000 mon.c (mon.1) 5194 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.269439+0000 mon.c (mon.1) 5195 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.271413+0000 mon.c (mon.1) 5196 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.272132+0000 mon.c (mon.1) 5197 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cluster 2024-03-30T04:49:20.273793+0000 mgr.y (mgr.25441) 4828 : cluster [DBG] pgmap v3195: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cluster 2024-03-30T04:49:20.274183+0000 mgr.y (mgr.25441) 4829 : cluster [DBG] pgmap v3196: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.278788+0000 mon.a (mon.0) 2087 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cephadm 2024-03-30T04:49:20.281659+0000 mgr.y (mgr.25441) 4830 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.337580+0000 mon.c (mon.1) 5198 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.339788+0000 mon.c (mon.1) 5199 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.341554+0000 mon.c (mon.1) 5200 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.342207+0000 mon.c (mon.1) 5201 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cluster 2024-03-30T04:49:20.343483+0000 mgr.y (mgr.25441) 4831 : cluster [DBG] pgmap v3197: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cluster 2024-03-30T04:49:20.343735+0000 mgr.y (mgr.25441) 4832 : cluster [DBG] pgmap v3198: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.349034+0000 mon.a (mon.0) 2088 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cephadm 2024-03-30T04:49:20.350677+0000 mgr.y (mgr.25441) 4833 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.406845+0000 mon.c (mon.1) 5202 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.409156+0000 mon.c (mon.1) 5203 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.411184+0000 mon.c (mon.1) 5204 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.411844+0000 mon.c (mon.1) 5205 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cluster 2024-03-30T04:49:20.413178+0000 mgr.y (mgr.25441) 4834 : cluster [DBG] pgmap v3199: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cluster 2024-03-30T04:49:20.413481+0000 mgr.y (mgr.25441) 4835 : cluster [DBG] pgmap v3200: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.418231+0000 mon.a (mon.0) 2089 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cephadm 2024-03-30T04:49:20.419886+0000 mgr.y (mgr.25441) 4836 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.462626+0000 mon.c (mon.1) 5206 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.464910+0000 mon.c (mon.1) 5207 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.467000+0000 mon.c (mon.1) 5208 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.467780+0000 mon.c (mon.1) 5209 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cluster 2024-03-30T04:49:20.469320+0000 mgr.y (mgr.25441) 4837 : cluster [DBG] pgmap v3201: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cluster 2024-03-30T04:49:20.469565+0000 mgr.y (mgr.25441) 4838 : cluster [DBG] pgmap v3202: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.474585+0000 mon.a (mon.0) 2090 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cephadm 2024-03-30T04:49:20.475731+0000 mgr.y (mgr.25441) 4839 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.515616+0000 mon.c (mon.1) 5210 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.517655+0000 mon.c (mon.1) 5211 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.519591+0000 mon.c (mon.1) 5212 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.520276+0000 mon.c (mon.1) 5213 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cluster 2024-03-30T04:49:20.521577+0000 mgr.y (mgr.25441) 4840 : cluster [DBG] pgmap v3203: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cluster 2024-03-30T04:49:20.521870+0000 mgr.y (mgr.25441) 4841 : cluster [DBG] pgmap v3204: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.526831+0000 mon.a (mon.0) 2091 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cephadm 2024-03-30T04:49:20.528368+0000 mgr.y (mgr.25441) 4842 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.572721+0000 mon.c (mon.1) 5214 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.574672+0000 mon.c (mon.1) 5215 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.576681+0000 mon.c (mon.1) 5216 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.577426+0000 mon.c (mon.1) 5217 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cluster 2024-03-30T04:49:20.578758+0000 mgr.y (mgr.25441) 4843 : cluster [DBG] pgmap v3205: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cluster 2024-03-30T04:49:20.578993+0000 mgr.y (mgr.25441) 4844 : cluster [DBG] pgmap v3206: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.584959+0000 mon.a (mon.0) 2092 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cephadm 2024-03-30T04:49:20.585585+0000 mgr.y (mgr.25441) 4845 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.658261+0000 mon.c (mon.1) 5218 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.660265+0000 mon.c (mon.1) 5219 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.662350+0000 mon.c (mon.1) 5220 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.663414+0000 mon.c (mon.1) 5221 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cluster 2024-03-30T04:49:20.665558+0000 mgr.y (mgr.25441) 4846 : cluster [DBG] pgmap v3207: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cluster 2024-03-30T04:49:20.666130+0000 mgr.y (mgr.25441) 4847 : cluster [DBG] pgmap v3208: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.670787+0000 mon.a (mon.0) 2093 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cephadm 2024-03-30T04:49:20.674148+0000 mgr.y (mgr.25441) 4848 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.752443+0000 mon.c (mon.1) 5222 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.752873+0000 mon.a (mon.0) 2094 : audit [INF] from='client.? 172.21.15.111:0/592341353' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6801/2777155694"}]': finished 2024-03-30T04:49:21.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cluster 2024-03-30T04:49:20.757680+0000 mon.a (mon.0) 2095 : cluster [DBG] osdmap e149: 8 total, 8 up, 8 in 2024-03-30T04:49:21.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.764253+0000 mon.c (mon.1) 5223 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.766478+0000 mon.c (mon.1) 5224 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.767229+0000 mon.c (mon.1) 5225 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cluster 2024-03-30T04:49:20.768715+0000 mgr.y (mgr.25441) 4849 : cluster [DBG] pgmap v3210: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cluster 2024-03-30T04:49:20.768917+0000 mgr.y (mgr.25441) 4850 : cluster [DBG] pgmap v3211: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:21.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.776531+0000 mon.a (mon.0) 2096 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: cephadm 2024-03-30T04:49:20.780140+0000 mgr.y (mgr.25441) 4851 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:21.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.836474+0000 mon.c (mon.1) 5226 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.838456+0000 mon.c (mon.1) 5227 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.840392+0000 mon.c (mon.1) 5228 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.841060+0000 mon.c (mon.1) 5229 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.849125+0000 mon.a (mon.0) 2097 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.913034+0000 mon.c (mon.1) 5230 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.915007+0000 mon.c (mon.1) 5231 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.916792+0000 mon.c (mon.1) 5232 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.917473+0000 mon.c (mon.1) 5233 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.925484+0000 mon.a (mon.0) 2098 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:21.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.990819+0000 mon.c (mon.1) 5234 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:21.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.992961+0000 mon.c (mon.1) 5235 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:21.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.994975+0000 mon.c (mon.1) 5236 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:21.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:20.995732+0000 mon.c (mon.1) 5237 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:21.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:21 smithi117 bash[62284]: audit 2024-03-30T04:49:21.004362+0000 mon.a (mon.0) 2099 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.340 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cluster 2024-03-30T04:49:20.842277+0000 mgr.y (mgr.25441) 4852 : cluster [DBG] pgmap v3212: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.341 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cluster 2024-03-30T04:49:20.842512+0000 mgr.y (mgr.25441) 4853 : cluster [DBG] pgmap v3213: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.341 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cephadm 2024-03-30T04:49:20.851831+0000 mgr.y (mgr.25441) 4854 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.341 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cluster 2024-03-30T04:49:20.918848+0000 mgr.y (mgr.25441) 4855 : cluster [DBG] pgmap v3214: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.341 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cluster 2024-03-30T04:49:20.919106+0000 mgr.y (mgr.25441) 4856 : cluster [DBG] pgmap v3215: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.341 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cephadm 2024-03-30T04:49:20.929522+0000 mgr.y (mgr.25441) 4857 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.341 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cluster 2024-03-30T04:49:20.997168+0000 mgr.y (mgr.25441) 4858 : cluster [DBG] pgmap v3216: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.341 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cluster 2024-03-30T04:49:20.997437+0000 mgr.y (mgr.25441) 4859 : cluster [DBG] pgmap v3217: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.341 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cephadm 2024-03-30T04:49:21.008530+0000 mgr.y (mgr.25441) 4860 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.341 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.073336+0000 mon.c (mon.1) 5238 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.341 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.075177+0000 mon.c (mon.1) 5239 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.341 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.076965+0000 mon.c (mon.1) 5240 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.341 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.077684+0000 mon.c (mon.1) 5241 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.341 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cluster 2024-03-30T04:49:21.079046+0000 mgr.y (mgr.25441) 4861 : cluster [DBG] pgmap v3218: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.341 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cluster 2024-03-30T04:49:21.079273+0000 mgr.y (mgr.25441) 4862 : cluster [DBG] pgmap v3219: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.342 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.084413+0000 mon.a (mon.0) 2100 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.342 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cephadm 2024-03-30T04:49:21.085063+0000 mgr.y (mgr.25441) 4863 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.342 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.142004+0000 mon.c (mon.1) 5242 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.342 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.144789+0000 mon.c (mon.1) 5243 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.342 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.152928+0000 mon.c (mon.1) 5244 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.342 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.154006+0000 mon.c (mon.1) 5245 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.342 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cluster 2024-03-30T04:49:21.155800+0000 mgr.y (mgr.25441) 4864 : cluster [DBG] pgmap v3220: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.342 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cluster 2024-03-30T04:49:21.156137+0000 mgr.y (mgr.25441) 4865 : cluster [DBG] pgmap v3221: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.342 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.158534+0000 mon.a (mon.0) 2101 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.342 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.165740+0000 mon.a (mon.0) 2102 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.342 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cephadm 2024-03-30T04:49:21.166377+0000 mgr.y (mgr.25441) 4866 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.342 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.170519+0000 mon.a (mon.0) 2103 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.342 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cluster 2024-03-30T04:49:21.172856+0000 mgr.y (mgr.25441) 4867 : cluster [DBG] pgmap v3222: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.342 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cluster 2024-03-30T04:49:21.173133+0000 mgr.y (mgr.25441) 4868 : cluster [DBG] pgmap v3223: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.343 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.181883+0000 mon.a (mon.0) 2104 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.343 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.211097+0000 mon.c (mon.1) 5246 : audit [INF] from='client.? 172.21.15.111:0/4132781919' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3289834911"}]: dispatch 2024-03-30T04:49:22.343 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.211586+0000 mon.a (mon.0) 2105 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3289834911"}]: dispatch 2024-03-30T04:49:22.343 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.223362+0000 mon.c (mon.1) 5247 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.343 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.225165+0000 mon.c (mon.1) 5248 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.343 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.226962+0000 mon.c (mon.1) 5249 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.343 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.227682+0000 mon.c (mon.1) 5250 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.343 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cluster 2024-03-30T04:49:21.228876+0000 mgr.y (mgr.25441) 4869 : cluster [DBG] pgmap v3224: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.343 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cluster 2024-03-30T04:49:21.229114+0000 mgr.y (mgr.25441) 4870 : cluster [DBG] pgmap v3225: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.343 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.235619+0000 mon.a (mon.0) 2106 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.343 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cephadm 2024-03-30T04:49:21.236211+0000 mgr.y (mgr.25441) 4871 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.344 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cluster 2024-03-30T04:49:20.842277+0000 mgr.y (mgr.25441) 4852 : cluster [DBG] pgmap v3212: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.344 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cluster 2024-03-30T04:49:20.842512+0000 mgr.y (mgr.25441) 4853 : cluster [DBG] pgmap v3213: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.344 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cephadm 2024-03-30T04:49:20.851831+0000 mgr.y (mgr.25441) 4854 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.344 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cluster 2024-03-30T04:49:20.918848+0000 mgr.y (mgr.25441) 4855 : cluster [DBG] pgmap v3214: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.344 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cluster 2024-03-30T04:49:20.919106+0000 mgr.y (mgr.25441) 4856 : cluster [DBG] pgmap v3215: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.344 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cephadm 2024-03-30T04:49:20.929522+0000 mgr.y (mgr.25441) 4857 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.344 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cluster 2024-03-30T04:49:20.997168+0000 mgr.y (mgr.25441) 4858 : cluster [DBG] pgmap v3216: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.344 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cluster 2024-03-30T04:49:20.997437+0000 mgr.y (mgr.25441) 4859 : cluster [DBG] pgmap v3217: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.344 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cephadm 2024-03-30T04:49:21.008530+0000 mgr.y (mgr.25441) 4860 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.344 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.073336+0000 mon.c (mon.1) 5238 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.344 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.075177+0000 mon.c (mon.1) 5239 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.345 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.076965+0000 mon.c (mon.1) 5240 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.345 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.077684+0000 mon.c (mon.1) 5241 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.345 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cluster 2024-03-30T04:49:21.079046+0000 mgr.y (mgr.25441) 4861 : cluster [DBG] pgmap v3218: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.345 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cluster 2024-03-30T04:49:21.079273+0000 mgr.y (mgr.25441) 4862 : cluster [DBG] pgmap v3219: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.345 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.084413+0000 mon.a (mon.0) 2100 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.345 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cephadm 2024-03-30T04:49:21.085063+0000 mgr.y (mgr.25441) 4863 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.345 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.142004+0000 mon.c (mon.1) 5242 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.345 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.144789+0000 mon.c (mon.1) 5243 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.345 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.276631+0000 mon.c (mon.1) 5251 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.345 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.278499+0000 mon.c (mon.1) 5252 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.346 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.280399+0000 mon.c (mon.1) 5253 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.346 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.281052+0000 mon.c (mon.1) 5254 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.346 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cluster 2024-03-30T04:49:21.282242+0000 mgr.y (mgr.25441) 4872 : cluster [DBG] pgmap v3226: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.346 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cluster 2024-03-30T04:49:21.282514+0000 mgr.y (mgr.25441) 4873 : cluster [DBG] pgmap v3227: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.346 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.289003+0000 mon.a (mon.0) 2107 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.346 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cephadm 2024-03-30T04:49:21.289661+0000 mgr.y (mgr.25441) 4874 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.346 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.329959+0000 mon.c (mon.1) 5255 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.346 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.331867+0000 mon.c (mon.1) 5256 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.346 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.333637+0000 mon.c (mon.1) 5257 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.346 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.334288+0000 mon.c (mon.1) 5258 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.346 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cluster 2024-03-30T04:49:21.335524+0000 mgr.y (mgr.25441) 4875 : cluster [DBG] pgmap v3228: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.346 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cluster 2024-03-30T04:49:21.335735+0000 mgr.y (mgr.25441) 4876 : cluster [DBG] pgmap v3229: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.346 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.342906+0000 mon.a (mon.0) 2108 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.347 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cephadm 2024-03-30T04:49:21.343536+0000 mgr.y (mgr.25441) 4877 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.347 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.383812+0000 mon.c (mon.1) 5259 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.347 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.385591+0000 mon.c (mon.1) 5260 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.347 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.387345+0000 mon.c (mon.1) 5261 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.347 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.387990+0000 mon.c (mon.1) 5262 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.347 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cluster 2024-03-30T04:49:21.389231+0000 mgr.y (mgr.25441) 4878 : cluster [DBG] pgmap v3230: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.347 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cluster 2024-03-30T04:49:21.389474+0000 mgr.y (mgr.25441) 4879 : cluster [DBG] pgmap v3231: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.347 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.395835+0000 mon.a (mon.0) 2109 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.347 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cephadm 2024-03-30T04:49:21.396597+0000 mgr.y (mgr.25441) 4880 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.347 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.437039+0000 mon.c (mon.1) 5263 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.347 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.439608+0000 mon.c (mon.1) 5264 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.347 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.442973+0000 mon.c (mon.1) 5265 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.347 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.444161+0000 mon.c (mon.1) 5266 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.347 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cluster 2024-03-30T04:49:21.445695+0000 mgr.y (mgr.25441) 4881 : cluster [DBG] pgmap v3232: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.348 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cluster 2024-03-30T04:49:21.445946+0000 mgr.y (mgr.25441) 4882 : cluster [DBG] pgmap v3233: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.348 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.452454+0000 mon.a (mon.0) 2110 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.348 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cephadm 2024-03-30T04:49:21.474925+0000 mgr.y (mgr.25441) 4883 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.348 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.539464+0000 mon.c (mon.1) 5267 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.348 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.541748+0000 mon.c (mon.1) 5268 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.348 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.543799+0000 mon.c (mon.1) 5269 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.348 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.544508+0000 mon.c (mon.1) 5270 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.348 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cluster 2024-03-30T04:49:21.545916+0000 mgr.y (mgr.25441) 4884 : cluster [DBG] pgmap v3234: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.348 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cluster 2024-03-30T04:49:21.546163+0000 mgr.y (mgr.25441) 4885 : cluster [DBG] pgmap v3235: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.348 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.552893+0000 mon.a (mon.0) 2111 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.348 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cephadm 2024-03-30T04:49:21.553762+0000 mgr.y (mgr.25441) 4886 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.348 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.594333+0000 mon.c (mon.1) 5271 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.348 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.596162+0000 mon.c (mon.1) 5272 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.348 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.597926+0000 mon.c (mon.1) 5273 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.349 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.598572+0000 mon.c (mon.1) 5274 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.349 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cluster 2024-03-30T04:49:21.599844+0000 mgr.y (mgr.25441) 4887 : cluster [DBG] pgmap v3236: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.349 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cluster 2024-03-30T04:49:21.600074+0000 mgr.y (mgr.25441) 4888 : cluster [DBG] pgmap v3237: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.349 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.606210+0000 mon.a (mon.0) 2112 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.349 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cephadm 2024-03-30T04:49:21.607938+0000 mgr.y (mgr.25441) 4889 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.349 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.649960+0000 mon.c (mon.1) 5275 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.349 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.651816+0000 mon.c (mon.1) 5276 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.349 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.653580+0000 mon.c (mon.1) 5277 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.349 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.654252+0000 mon.c (mon.1) 5278 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.349 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cluster 2024-03-30T04:49:21.655555+0000 mgr.y (mgr.25441) 4890 : cluster [DBG] pgmap v3238: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.349 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cluster 2024-03-30T04:49:21.655749+0000 mgr.y (mgr.25441) 4891 : cluster [DBG] pgmap v3239: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.349 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.663048+0000 mon.a (mon.0) 2113 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.349 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cephadm 2024-03-30T04:49:21.663634+0000 mgr.y (mgr.25441) 4892 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.349 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.703711+0000 mon.c (mon.1) 5279 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.349 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.705708+0000 mon.c (mon.1) 5280 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.349 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.707949+0000 mon.c (mon.1) 5281 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.350 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.708686+0000 mon.c (mon.1) 5282 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.350 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cluster 2024-03-30T04:49:21.710318+0000 mgr.y (mgr.25441) 4893 : cluster [DBG] pgmap v3240: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 24 op/s 2024-03-30T04:49:22.350 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cluster 2024-03-30T04:49:21.710779+0000 mgr.y (mgr.25441) 4894 : cluster [DBG] pgmap v3241: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 24 op/s 2024-03-30T04:49:22.350 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.716921+0000 mon.a (mon.0) 2114 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.350 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cephadm 2024-03-30T04:49:21.718630+0000 mgr.y (mgr.25441) 4895 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.350 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.792039+0000 mon.c (mon.1) 5283 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.350 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.794304+0000 mon.c (mon.1) 5284 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.350 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.796104+0000 mon.c (mon.1) 5285 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.350 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.796801+0000 mon.c (mon.1) 5286 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.350 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cluster 2024-03-30T04:49:21.798209+0000 mgr.y (mgr.25441) 4896 : cluster [DBG] pgmap v3242: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 20 op/s 2024-03-30T04:49:22.350 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cluster 2024-03-30T04:49:21.798409+0000 mgr.y (mgr.25441) 4897 : cluster [DBG] pgmap v3243: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 20 op/s 2024-03-30T04:49:22.350 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.804690+0000 mon.a (mon.0) 2115 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.350 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: cephadm 2024-03-30T04:49:21.806370+0000 mgr.y (mgr.25441) 4898 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.350 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.846700+0000 mon.c (mon.1) 5287 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.351 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.848762+0000 mon.c (mon.1) 5288 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.351 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.850600+0000 mon.c (mon.1) 5289 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.351 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.851286+0000 mon.c (mon.1) 5290 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.351 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.858310+0000 mon.a (mon.0) 2116 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.351 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.898983+0000 mon.c (mon.1) 5291 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.351 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.901049+0000 mon.c (mon.1) 5292 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.351 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.902892+0000 mon.c (mon.1) 5293 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.351 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.903570+0000 mon.c (mon.1) 5294 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.351 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.910646+0000 mon.a (mon.0) 2117 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.351 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.951667+0000 mon.c (mon.1) 5295 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.351 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.953712+0000 mon.c (mon.1) 5296 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.351 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.955695+0000 mon.c (mon.1) 5297 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.351 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.956377+0000 mon.c (mon.1) 5298 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.351 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:21.963564+0000 mon.a (mon.0) 2118 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.352 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:22.004173+0000 mon.c (mon.1) 5299 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.352 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:22.006123+0000 mon.c (mon.1) 5300 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.352 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:22.007982+0000 mon.c (mon.1) 5301 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.352 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:22.008618+0000 mon.c (mon.1) 5302 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.352 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[70954]: audit 2024-03-30T04:49:22.015608+0000 mon.a (mon.0) 2119 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.352 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.152928+0000 mon.c (mon.1) 5244 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.353 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.154006+0000 mon.c (mon.1) 5245 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.353 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cluster 2024-03-30T04:49:21.155800+0000 mgr.y (mgr.25441) 4864 : cluster [DBG] pgmap v3220: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.353 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cluster 2024-03-30T04:49:21.156137+0000 mgr.y (mgr.25441) 4865 : cluster [DBG] pgmap v3221: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.353 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.158534+0000 mon.a (mon.0) 2101 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.353 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.165740+0000 mon.a (mon.0) 2102 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.353 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cephadm 2024-03-30T04:49:21.166377+0000 mgr.y (mgr.25441) 4866 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.353 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.170519+0000 mon.a (mon.0) 2103 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.353 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cluster 2024-03-30T04:49:21.172856+0000 mgr.y (mgr.25441) 4867 : cluster [DBG] pgmap v3222: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.353 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cluster 2024-03-30T04:49:21.173133+0000 mgr.y (mgr.25441) 4868 : cluster [DBG] pgmap v3223: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.353 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.181883+0000 mon.a (mon.0) 2104 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.353 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.211097+0000 mon.c (mon.1) 5246 : audit [INF] from='client.? 172.21.15.111:0/4132781919' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3289834911"}]: dispatch 2024-03-30T04:49:22.353 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.211586+0000 mon.a (mon.0) 2105 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3289834911"}]: dispatch 2024-03-30T04:49:22.353 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.223362+0000 mon.c (mon.1) 5247 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.354 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.225165+0000 mon.c (mon.1) 5248 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.354 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.226962+0000 mon.c (mon.1) 5249 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.354 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.227682+0000 mon.c (mon.1) 5250 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.354 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cluster 2024-03-30T04:49:21.228876+0000 mgr.y (mgr.25441) 4869 : cluster [DBG] pgmap v3224: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.354 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cluster 2024-03-30T04:49:21.229114+0000 mgr.y (mgr.25441) 4870 : cluster [DBG] pgmap v3225: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.354 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.235619+0000 mon.a (mon.0) 2106 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.354 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cephadm 2024-03-30T04:49:21.236211+0000 mgr.y (mgr.25441) 4871 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.354 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.276631+0000 mon.c (mon.1) 5251 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.354 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.278499+0000 mon.c (mon.1) 5252 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.354 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.280399+0000 mon.c (mon.1) 5253 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.354 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.281052+0000 mon.c (mon.1) 5254 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.354 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cluster 2024-03-30T04:49:21.282242+0000 mgr.y (mgr.25441) 4872 : cluster [DBG] pgmap v3226: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.354 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cluster 2024-03-30T04:49:21.282514+0000 mgr.y (mgr.25441) 4873 : cluster [DBG] pgmap v3227: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.354 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.289003+0000 mon.a (mon.0) 2107 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.355 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cephadm 2024-03-30T04:49:21.289661+0000 mgr.y (mgr.25441) 4874 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.355 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.329959+0000 mon.c (mon.1) 5255 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.355 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.331867+0000 mon.c (mon.1) 5256 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.355 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.333637+0000 mon.c (mon.1) 5257 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.355 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.334288+0000 mon.c (mon.1) 5258 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.355 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cluster 2024-03-30T04:49:21.335524+0000 mgr.y (mgr.25441) 4875 : cluster [DBG] pgmap v3228: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.355 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cluster 2024-03-30T04:49:21.335735+0000 mgr.y (mgr.25441) 4876 : cluster [DBG] pgmap v3229: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.355 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.342906+0000 mon.a (mon.0) 2108 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.355 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cephadm 2024-03-30T04:49:21.343536+0000 mgr.y (mgr.25441) 4877 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.355 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.383812+0000 mon.c (mon.1) 5259 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.355 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.385591+0000 mon.c (mon.1) 5260 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.355 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.387345+0000 mon.c (mon.1) 5261 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.355 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.387990+0000 mon.c (mon.1) 5262 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.355 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cluster 2024-03-30T04:49:21.389231+0000 mgr.y (mgr.25441) 4878 : cluster [DBG] pgmap v3230: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.355 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cluster 2024-03-30T04:49:21.389474+0000 mgr.y (mgr.25441) 4879 : cluster [DBG] pgmap v3231: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.356 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.395835+0000 mon.a (mon.0) 2109 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.356 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cephadm 2024-03-30T04:49:21.396597+0000 mgr.y (mgr.25441) 4880 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.356 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.437039+0000 mon.c (mon.1) 5263 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.356 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.439608+0000 mon.c (mon.1) 5264 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.356 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.442973+0000 mon.c (mon.1) 5265 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.356 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.444161+0000 mon.c (mon.1) 5266 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.356 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cluster 2024-03-30T04:49:21.445695+0000 mgr.y (mgr.25441) 4881 : cluster [DBG] pgmap v3232: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.356 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cluster 2024-03-30T04:49:21.445946+0000 mgr.y (mgr.25441) 4882 : cluster [DBG] pgmap v3233: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.356 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.452454+0000 mon.a (mon.0) 2110 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.356 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cephadm 2024-03-30T04:49:21.474925+0000 mgr.y (mgr.25441) 4883 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.356 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.539464+0000 mon.c (mon.1) 5267 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.356 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.541748+0000 mon.c (mon.1) 5268 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.356 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.543799+0000 mon.c (mon.1) 5269 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.356 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.544508+0000 mon.c (mon.1) 5270 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.357 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cluster 2024-03-30T04:49:21.545916+0000 mgr.y (mgr.25441) 4884 : cluster [DBG] pgmap v3234: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.357 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cluster 2024-03-30T04:49:21.546163+0000 mgr.y (mgr.25441) 4885 : cluster [DBG] pgmap v3235: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.357 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.552893+0000 mon.a (mon.0) 2111 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.357 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cephadm 2024-03-30T04:49:21.553762+0000 mgr.y (mgr.25441) 4886 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.357 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.594333+0000 mon.c (mon.1) 5271 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.357 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.596162+0000 mon.c (mon.1) 5272 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.357 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.597926+0000 mon.c (mon.1) 5273 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.357 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.598572+0000 mon.c (mon.1) 5274 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.357 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cluster 2024-03-30T04:49:21.599844+0000 mgr.y (mgr.25441) 4887 : cluster [DBG] pgmap v3236: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.357 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cluster 2024-03-30T04:49:21.600074+0000 mgr.y (mgr.25441) 4888 : cluster [DBG] pgmap v3237: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.357 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.606210+0000 mon.a (mon.0) 2112 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.357 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cephadm 2024-03-30T04:49:21.607938+0000 mgr.y (mgr.25441) 4889 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.357 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.649960+0000 mon.c (mon.1) 5275 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.357 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.651816+0000 mon.c (mon.1) 5276 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.357 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.653580+0000 mon.c (mon.1) 5277 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.358 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.654252+0000 mon.c (mon.1) 5278 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.358 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cluster 2024-03-30T04:49:21.655555+0000 mgr.y (mgr.25441) 4890 : cluster [DBG] pgmap v3238: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.358 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cluster 2024-03-30T04:49:21.655749+0000 mgr.y (mgr.25441) 4891 : cluster [DBG] pgmap v3239: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.358 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.663048+0000 mon.a (mon.0) 2113 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.358 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cephadm 2024-03-30T04:49:21.663634+0000 mgr.y (mgr.25441) 4892 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.358 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.703711+0000 mon.c (mon.1) 5279 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.358 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.705708+0000 mon.c (mon.1) 5280 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.358 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.707949+0000 mon.c (mon.1) 5281 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.358 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.708686+0000 mon.c (mon.1) 5282 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.358 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cluster 2024-03-30T04:49:21.710318+0000 mgr.y (mgr.25441) 4893 : cluster [DBG] pgmap v3240: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 24 op/s 2024-03-30T04:49:22.358 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cluster 2024-03-30T04:49:21.710779+0000 mgr.y (mgr.25441) 4894 : cluster [DBG] pgmap v3241: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 24 op/s 2024-03-30T04:49:22.358 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.716921+0000 mon.a (mon.0) 2114 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.358 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cephadm 2024-03-30T04:49:21.718630+0000 mgr.y (mgr.25441) 4895 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.358 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.792039+0000 mon.c (mon.1) 5283 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.359 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.794304+0000 mon.c (mon.1) 5284 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.359 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.796104+0000 mon.c (mon.1) 5285 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.359 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.796801+0000 mon.c (mon.1) 5286 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.359 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cluster 2024-03-30T04:49:21.798209+0000 mgr.y (mgr.25441) 4896 : cluster [DBG] pgmap v3242: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 20 op/s 2024-03-30T04:49:22.359 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cluster 2024-03-30T04:49:21.798409+0000 mgr.y (mgr.25441) 4897 : cluster [DBG] pgmap v3243: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 20 op/s 2024-03-30T04:49:22.359 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.804690+0000 mon.a (mon.0) 2115 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.359 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: cephadm 2024-03-30T04:49:21.806370+0000 mgr.y (mgr.25441) 4898 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.359 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.846700+0000 mon.c (mon.1) 5287 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.359 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.848762+0000 mon.c (mon.1) 5288 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.359 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.850600+0000 mon.c (mon.1) 5289 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.359 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.851286+0000 mon.c (mon.1) 5290 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.359 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.858310+0000 mon.a (mon.0) 2116 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.359 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.898983+0000 mon.c (mon.1) 5291 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.359 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.901049+0000 mon.c (mon.1) 5292 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.360 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.902892+0000 mon.c (mon.1) 5293 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.360 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.903570+0000 mon.c (mon.1) 5294 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.360 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.910646+0000 mon.a (mon.0) 2117 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.360 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.951667+0000 mon.c (mon.1) 5295 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.360 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.953712+0000 mon.c (mon.1) 5296 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.360 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.955695+0000 mon.c (mon.1) 5297 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.360 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.956377+0000 mon.c (mon.1) 5298 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.360 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:21.963564+0000 mon.a (mon.0) 2118 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.360 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:22.004173+0000 mon.c (mon.1) 5299 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.360 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:22.006123+0000 mon.c (mon.1) 5300 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.360 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:22.007982+0000 mon.c (mon.1) 5301 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.360 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:22.008618+0000 mon.c (mon.1) 5302 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.360 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:22 smithi111 bash[73591]: audit 2024-03-30T04:49:22.015608+0000 mon.a (mon.0) 2119 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cluster 2024-03-30T04:49:20.842277+0000 mgr.y (mgr.25441) 4852 : cluster [DBG] pgmap v3212: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cluster 2024-03-30T04:49:20.842512+0000 mgr.y (mgr.25441) 4853 : cluster [DBG] pgmap v3213: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cephadm 2024-03-30T04:49:20.851831+0000 mgr.y (mgr.25441) 4854 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cluster 2024-03-30T04:49:20.918848+0000 mgr.y (mgr.25441) 4855 : cluster [DBG] pgmap v3214: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cluster 2024-03-30T04:49:20.919106+0000 mgr.y (mgr.25441) 4856 : cluster [DBG] pgmap v3215: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cephadm 2024-03-30T04:49:20.929522+0000 mgr.y (mgr.25441) 4857 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cluster 2024-03-30T04:49:20.997168+0000 mgr.y (mgr.25441) 4858 : cluster [DBG] pgmap v3216: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cluster 2024-03-30T04:49:20.997437+0000 mgr.y (mgr.25441) 4859 : cluster [DBG] pgmap v3217: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cephadm 2024-03-30T04:49:21.008530+0000 mgr.y (mgr.25441) 4860 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.073336+0000 mon.c (mon.1) 5238 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.075177+0000 mon.c (mon.1) 5239 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.076965+0000 mon.c (mon.1) 5240 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.077684+0000 mon.c (mon.1) 5241 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cluster 2024-03-30T04:49:21.079046+0000 mgr.y (mgr.25441) 4861 : cluster [DBG] pgmap v3218: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cluster 2024-03-30T04:49:21.079273+0000 mgr.y (mgr.25441) 4862 : cluster [DBG] pgmap v3219: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.084413+0000 mon.a (mon.0) 2100 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cephadm 2024-03-30T04:49:21.085063+0000 mgr.y (mgr.25441) 4863 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.142004+0000 mon.c (mon.1) 5242 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.144789+0000 mon.c (mon.1) 5243 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.152928+0000 mon.c (mon.1) 5244 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.154006+0000 mon.c (mon.1) 5245 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cluster 2024-03-30T04:49:21.155800+0000 mgr.y (mgr.25441) 4864 : cluster [DBG] pgmap v3220: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cluster 2024-03-30T04:49:21.156137+0000 mgr.y (mgr.25441) 4865 : cluster [DBG] pgmap v3221: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.158534+0000 mon.a (mon.0) 2101 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.165740+0000 mon.a (mon.0) 2102 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cephadm 2024-03-30T04:49:21.166377+0000 mgr.y (mgr.25441) 4866 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.170519+0000 mon.a (mon.0) 2103 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cluster 2024-03-30T04:49:21.172856+0000 mgr.y (mgr.25441) 4867 : cluster [DBG] pgmap v3222: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cluster 2024-03-30T04:49:21.173133+0000 mgr.y (mgr.25441) 4868 : cluster [DBG] pgmap v3223: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.181883+0000 mon.a (mon.0) 2104 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.211097+0000 mon.c (mon.1) 5246 : audit [INF] from='client.? 172.21.15.111:0/4132781919' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3289834911"}]: dispatch 2024-03-30T04:49:22.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.211586+0000 mon.a (mon.0) 2105 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3289834911"}]: dispatch 2024-03-30T04:49:22.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.223362+0000 mon.c (mon.1) 5247 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.225165+0000 mon.c (mon.1) 5248 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.226962+0000 mon.c (mon.1) 5249 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.227682+0000 mon.c (mon.1) 5250 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cluster 2024-03-30T04:49:21.228876+0000 mgr.y (mgr.25441) 4869 : cluster [DBG] pgmap v3224: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cluster 2024-03-30T04:49:21.229114+0000 mgr.y (mgr.25441) 4870 : cluster [DBG] pgmap v3225: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.235619+0000 mon.a (mon.0) 2106 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cephadm 2024-03-30T04:49:21.236211+0000 mgr.y (mgr.25441) 4871 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.276631+0000 mon.c (mon.1) 5251 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.278499+0000 mon.c (mon.1) 5252 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.280399+0000 mon.c (mon.1) 5253 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.281052+0000 mon.c (mon.1) 5254 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cluster 2024-03-30T04:49:21.282242+0000 mgr.y (mgr.25441) 4872 : cluster [DBG] pgmap v3226: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cluster 2024-03-30T04:49:21.282514+0000 mgr.y (mgr.25441) 4873 : cluster [DBG] pgmap v3227: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.289003+0000 mon.a (mon.0) 2107 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cephadm 2024-03-30T04:49:21.289661+0000 mgr.y (mgr.25441) 4874 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.329959+0000 mon.c (mon.1) 5255 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.331867+0000 mon.c (mon.1) 5256 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.333637+0000 mon.c (mon.1) 5257 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.334288+0000 mon.c (mon.1) 5258 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cluster 2024-03-30T04:49:21.335524+0000 mgr.y (mgr.25441) 4875 : cluster [DBG] pgmap v3228: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cluster 2024-03-30T04:49:21.335735+0000 mgr.y (mgr.25441) 4876 : cluster [DBG] pgmap v3229: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.342906+0000 mon.a (mon.0) 2108 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cephadm 2024-03-30T04:49:21.343536+0000 mgr.y (mgr.25441) 4877 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.383812+0000 mon.c (mon.1) 5259 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.385591+0000 mon.c (mon.1) 5260 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.387345+0000 mon.c (mon.1) 5261 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.387990+0000 mon.c (mon.1) 5262 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cluster 2024-03-30T04:49:21.389231+0000 mgr.y (mgr.25441) 4878 : cluster [DBG] pgmap v3230: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cluster 2024-03-30T04:49:21.389474+0000 mgr.y (mgr.25441) 4879 : cluster [DBG] pgmap v3231: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.395835+0000 mon.a (mon.0) 2109 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cephadm 2024-03-30T04:49:21.396597+0000 mgr.y (mgr.25441) 4880 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.437039+0000 mon.c (mon.1) 5263 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.439608+0000 mon.c (mon.1) 5264 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.442973+0000 mon.c (mon.1) 5265 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.444161+0000 mon.c (mon.1) 5266 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cluster 2024-03-30T04:49:21.445695+0000 mgr.y (mgr.25441) 4881 : cluster [DBG] pgmap v3232: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cluster 2024-03-30T04:49:21.445946+0000 mgr.y (mgr.25441) 4882 : cluster [DBG] pgmap v3233: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.452454+0000 mon.a (mon.0) 2110 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cephadm 2024-03-30T04:49:21.474925+0000 mgr.y (mgr.25441) 4883 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.539464+0000 mon.c (mon.1) 5267 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.541748+0000 mon.c (mon.1) 5268 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.543799+0000 mon.c (mon.1) 5269 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.544508+0000 mon.c (mon.1) 5270 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cluster 2024-03-30T04:49:21.545916+0000 mgr.y (mgr.25441) 4884 : cluster [DBG] pgmap v3234: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cluster 2024-03-30T04:49:21.546163+0000 mgr.y (mgr.25441) 4885 : cluster [DBG] pgmap v3235: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.552893+0000 mon.a (mon.0) 2111 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cephadm 2024-03-30T04:49:21.553762+0000 mgr.y (mgr.25441) 4886 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.594333+0000 mon.c (mon.1) 5271 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.596162+0000 mon.c (mon.1) 5272 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.597926+0000 mon.c (mon.1) 5273 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.598572+0000 mon.c (mon.1) 5274 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cluster 2024-03-30T04:49:21.599844+0000 mgr.y (mgr.25441) 4887 : cluster [DBG] pgmap v3236: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cluster 2024-03-30T04:49:21.600074+0000 mgr.y (mgr.25441) 4888 : cluster [DBG] pgmap v3237: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.606210+0000 mon.a (mon.0) 2112 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cephadm 2024-03-30T04:49:21.607938+0000 mgr.y (mgr.25441) 4889 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.649960+0000 mon.c (mon.1) 5275 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.651816+0000 mon.c (mon.1) 5276 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.653580+0000 mon.c (mon.1) 5277 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.654252+0000 mon.c (mon.1) 5278 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cluster 2024-03-30T04:49:21.655555+0000 mgr.y (mgr.25441) 4890 : cluster [DBG] pgmap v3238: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cluster 2024-03-30T04:49:21.655749+0000 mgr.y (mgr.25441) 4891 : cluster [DBG] pgmap v3239: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:22.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.663048+0000 mon.a (mon.0) 2113 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cephadm 2024-03-30T04:49:21.663634+0000 mgr.y (mgr.25441) 4892 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.703711+0000 mon.c (mon.1) 5279 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.705708+0000 mon.c (mon.1) 5280 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.707949+0000 mon.c (mon.1) 5281 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.708686+0000 mon.c (mon.1) 5282 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cluster 2024-03-30T04:49:21.710318+0000 mgr.y (mgr.25441) 4893 : cluster [DBG] pgmap v3240: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 24 op/s 2024-03-30T04:49:22.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cluster 2024-03-30T04:49:21.710779+0000 mgr.y (mgr.25441) 4894 : cluster [DBG] pgmap v3241: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 24 op/s 2024-03-30T04:49:22.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.716921+0000 mon.a (mon.0) 2114 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cephadm 2024-03-30T04:49:21.718630+0000 mgr.y (mgr.25441) 4895 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.792039+0000 mon.c (mon.1) 5283 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.794304+0000 mon.c (mon.1) 5284 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.796104+0000 mon.c (mon.1) 5285 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.796801+0000 mon.c (mon.1) 5286 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cluster 2024-03-30T04:49:21.798209+0000 mgr.y (mgr.25441) 4896 : cluster [DBG] pgmap v3242: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 20 op/s 2024-03-30T04:49:22.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cluster 2024-03-30T04:49:21.798409+0000 mgr.y (mgr.25441) 4897 : cluster [DBG] pgmap v3243: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 20 op/s 2024-03-30T04:49:22.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.804690+0000 mon.a (mon.0) 2115 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: cephadm 2024-03-30T04:49:21.806370+0000 mgr.y (mgr.25441) 4898 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:22.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.846700+0000 mon.c (mon.1) 5287 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.848762+0000 mon.c (mon.1) 5288 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.850600+0000 mon.c (mon.1) 5289 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.851286+0000 mon.c (mon.1) 5290 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.858310+0000 mon.a (mon.0) 2116 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.898983+0000 mon.c (mon.1) 5291 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.901049+0000 mon.c (mon.1) 5292 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.902892+0000 mon.c (mon.1) 5293 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.903570+0000 mon.c (mon.1) 5294 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.910646+0000 mon.a (mon.0) 2117 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.951667+0000 mon.c (mon.1) 5295 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.953712+0000 mon.c (mon.1) 5296 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.955695+0000 mon.c (mon.1) 5297 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.956377+0000 mon.c (mon.1) 5298 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:21.963564+0000 mon.a (mon.0) 2118 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:22.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:22.004173+0000 mon.c (mon.1) 5299 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:22.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:22.006123+0000 mon.c (mon.1) 5300 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:22.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:22.007982+0000 mon.c (mon.1) 5301 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:22.008618+0000 mon.c (mon.1) 5302 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:22.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:22 smithi117 bash[62284]: audit 2024-03-30T04:49:22.015608+0000 mon.a (mon.0) 2119 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cluster 2024-03-30T04:49:21.852519+0000 mgr.y (mgr.25441) 4899 : cluster [DBG] pgmap v3244: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 20 op/s 2024-03-30T04:49:23.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cluster 2024-03-30T04:49:21.852748+0000 mgr.y (mgr.25441) 4900 : cluster [DBG] pgmap v3245: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 20 op/s 2024-03-30T04:49:23.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cephadm 2024-03-30T04:49:21.858881+0000 mgr.y (mgr.25441) 4901 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cluster 2024-03-30T04:49:21.904847+0000 mgr.y (mgr.25441) 4902 : cluster [DBG] pgmap v3246: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cluster 2024-03-30T04:49:21.905096+0000 mgr.y (mgr.25441) 4903 : cluster [DBG] pgmap v3247: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cephadm 2024-03-30T04:49:21.911190+0000 mgr.y (mgr.25441) 4904 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cluster 2024-03-30T04:49:21.957598+0000 mgr.y (mgr.25441) 4905 : cluster [DBG] pgmap v3248: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cluster 2024-03-30T04:49:21.957835+0000 mgr.y (mgr.25441) 4906 : cluster [DBG] pgmap v3249: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cephadm 2024-03-30T04:49:21.964077+0000 mgr.y (mgr.25441) 4907 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cluster 2024-03-30T04:49:22.009817+0000 mgr.y (mgr.25441) 4908 : cluster [DBG] pgmap v3250: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cluster 2024-03-30T04:49:22.010058+0000 mgr.y (mgr.25441) 4909 : cluster [DBG] pgmap v3251: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cephadm 2024-03-30T04:49:22.016217+0000 mgr.y (mgr.25441) 4910 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.074355+0000 mon.c (mon.1) 5303 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.076971+0000 mon.c (mon.1) 5304 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.079072+0000 mon.c (mon.1) 5305 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.080608+0000 mon.c (mon.1) 5306 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cluster 2024-03-30T04:49:22.082151+0000 mgr.y (mgr.25441) 4911 : cluster [DBG] pgmap v3252: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cluster 2024-03-30T04:49:22.082326+0000 mgr.y (mgr.25441) 4912 : cluster [DBG] pgmap v3253: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.086652+0000 mon.a (mon.0) 2120 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cephadm 2024-03-30T04:49:22.087524+0000 mgr.y (mgr.25441) 4913 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cluster 2024-03-30T04:49:21.852519+0000 mgr.y (mgr.25441) 4899 : cluster [DBG] pgmap v3244: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 20 op/s 2024-03-30T04:49:23.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cluster 2024-03-30T04:49:21.852748+0000 mgr.y (mgr.25441) 4900 : cluster [DBG] pgmap v3245: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 20 op/s 2024-03-30T04:49:23.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cephadm 2024-03-30T04:49:21.858881+0000 mgr.y (mgr.25441) 4901 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cluster 2024-03-30T04:49:21.904847+0000 mgr.y (mgr.25441) 4902 : cluster [DBG] pgmap v3246: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cluster 2024-03-30T04:49:21.905096+0000 mgr.y (mgr.25441) 4903 : cluster [DBG] pgmap v3247: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cephadm 2024-03-30T04:49:21.911190+0000 mgr.y (mgr.25441) 4904 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cluster 2024-03-30T04:49:21.957598+0000 mgr.y (mgr.25441) 4905 : cluster [DBG] pgmap v3248: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cluster 2024-03-30T04:49:21.957835+0000 mgr.y (mgr.25441) 4906 : cluster [DBG] pgmap v3249: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cephadm 2024-03-30T04:49:21.964077+0000 mgr.y (mgr.25441) 4907 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cluster 2024-03-30T04:49:22.009817+0000 mgr.y (mgr.25441) 4908 : cluster [DBG] pgmap v3250: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cluster 2024-03-30T04:49:22.010058+0000 mgr.y (mgr.25441) 4909 : cluster [DBG] pgmap v3251: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cephadm 2024-03-30T04:49:22.016217+0000 mgr.y (mgr.25441) 4910 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.074355+0000 mon.c (mon.1) 5303 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.076971+0000 mon.c (mon.1) 5304 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.079072+0000 mon.c (mon.1) 5305 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.080608+0000 mon.c (mon.1) 5306 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cluster 2024-03-30T04:49:22.082151+0000 mgr.y (mgr.25441) 4911 : cluster [DBG] pgmap v3252: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cluster 2024-03-30T04:49:22.082326+0000 mgr.y (mgr.25441) 4912 : cluster [DBG] pgmap v3253: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.086652+0000 mon.a (mon.0) 2120 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cephadm 2024-03-30T04:49:22.087524+0000 mgr.y (mgr.25441) 4913 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.144528+0000 mon.c (mon.1) 5307 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.146347+0000 mon.c (mon.1) 5308 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.148084+0000 mon.c (mon.1) 5309 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.148732+0000 mon.c (mon.1) 5310 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cluster 2024-03-30T04:49:22.149934+0000 mgr.y (mgr.25441) 4914 : cluster [DBG] pgmap v3254: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cluster 2024-03-30T04:49:22.150166+0000 mgr.y (mgr.25441) 4915 : cluster [DBG] pgmap v3255: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.154659+0000 mon.a (mon.0) 2121 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cephadm 2024-03-30T04:49:22.156256+0000 mgr.y (mgr.25441) 4916 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.180686+0000 mon.a (mon.0) 2122 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3289834911"}]': finished 2024-03-30T04:49:23.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cluster 2024-03-30T04:49:22.184371+0000 mon.a (mon.0) 2123 : cluster [DBG] osdmap e150: 8 total, 8 up, 8 in 2024-03-30T04:49:23.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.214794+0000 mon.c (mon.1) 5311 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.216899+0000 mon.c (mon.1) 5312 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.219088+0000 mon.c (mon.1) 5313 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.219859+0000 mon.c (mon.1) 5314 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cluster 2024-03-30T04:49:22.221097+0000 mgr.y (mgr.25441) 4917 : cluster [DBG] pgmap v3257: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cluster 2024-03-30T04:49:22.221317+0000 mgr.y (mgr.25441) 4918 : cluster [DBG] pgmap v3258: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.227230+0000 mon.a (mon.0) 2124 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cephadm 2024-03-30T04:49:22.228384+0000 mgr.y (mgr.25441) 4919 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.268755+0000 mon.c (mon.1) 5315 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.270710+0000 mon.c (mon.1) 5316 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.272689+0000 mon.c (mon.1) 5317 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.273355+0000 mon.c (mon.1) 5318 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cluster 2024-03-30T04:49:22.274582+0000 mgr.y (mgr.25441) 4920 : cluster [DBG] pgmap v3259: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cluster 2024-03-30T04:49:22.274800+0000 mgr.y (mgr.25441) 4921 : cluster [DBG] pgmap v3260: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.280131+0000 mon.a (mon.0) 2125 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cephadm 2024-03-30T04:49:22.281341+0000 mgr.y (mgr.25441) 4922 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.321791+0000 mon.c (mon.1) 5319 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.323958+0000 mon.c (mon.1) 5320 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.326094+0000 mon.c (mon.1) 5321 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.326832+0000 mon.c (mon.1) 5322 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cluster 2024-03-30T04:49:22.328242+0000 mgr.y (mgr.25441) 4923 : cluster [DBG] pgmap v3261: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cluster 2024-03-30T04:49:22.328502+0000 mgr.y (mgr.25441) 4924 : cluster [DBG] pgmap v3262: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.334253+0000 mon.a (mon.0) 2126 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cephadm 2024-03-30T04:49:22.335532+0000 mgr.y (mgr.25441) 4925 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.380972+0000 mon.c (mon.1) 5323 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.383454+0000 mon.c (mon.1) 5324 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.385511+0000 mon.c (mon.1) 5325 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.386343+0000 mon.c (mon.1) 5326 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cluster 2024-03-30T04:49:22.387783+0000 mgr.y (mgr.25441) 4926 : cluster [DBG] pgmap v3263: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.144528+0000 mon.c (mon.1) 5307 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.146347+0000 mon.c (mon.1) 5308 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.148084+0000 mon.c (mon.1) 5309 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.148732+0000 mon.c (mon.1) 5310 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cluster 2024-03-30T04:49:22.149934+0000 mgr.y (mgr.25441) 4914 : cluster [DBG] pgmap v3254: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cluster 2024-03-30T04:49:22.150166+0000 mgr.y (mgr.25441) 4915 : cluster [DBG] pgmap v3255: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.154659+0000 mon.a (mon.0) 2121 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cephadm 2024-03-30T04:49:22.156256+0000 mgr.y (mgr.25441) 4916 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.180686+0000 mon.a (mon.0) 2122 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3289834911"}]': finished 2024-03-30T04:49:23.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cluster 2024-03-30T04:49:22.184371+0000 mon.a (mon.0) 2123 : cluster [DBG] osdmap e150: 8 total, 8 up, 8 in 2024-03-30T04:49:23.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.214794+0000 mon.c (mon.1) 5311 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.216899+0000 mon.c (mon.1) 5312 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.219088+0000 mon.c (mon.1) 5313 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.219859+0000 mon.c (mon.1) 5314 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cluster 2024-03-30T04:49:22.221097+0000 mgr.y (mgr.25441) 4917 : cluster [DBG] pgmap v3257: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cluster 2024-03-30T04:49:22.221317+0000 mgr.y (mgr.25441) 4918 : cluster [DBG] pgmap v3258: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.227230+0000 mon.a (mon.0) 2124 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cephadm 2024-03-30T04:49:22.228384+0000 mgr.y (mgr.25441) 4919 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.268755+0000 mon.c (mon.1) 5315 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cluster 2024-03-30T04:49:22.388006+0000 mgr.y (mgr.25441) 4927 : cluster [DBG] pgmap v3264: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.392490+0000 mon.a (mon.0) 2127 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cephadm 2024-03-30T04:49:22.394172+0000 mgr.y (mgr.25441) 4928 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.438782+0000 mon.c (mon.1) 5327 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.441199+0000 mon.c (mon.1) 5328 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.443099+0000 mon.c (mon.1) 5329 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.443772+0000 mon.c (mon.1) 5330 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cluster 2024-03-30T04:49:22.445048+0000 mgr.y (mgr.25441) 4929 : cluster [DBG] pgmap v3265: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cluster 2024-03-30T04:49:22.445303+0000 mgr.y (mgr.25441) 4930 : cluster [DBG] pgmap v3266: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.450906+0000 mon.a (mon.0) 2128 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cephadm 2024-03-30T04:49:22.451470+0000 mgr.y (mgr.25441) 4931 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.492245+0000 mon.c (mon.1) 5331 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.494085+0000 mon.c (mon.1) 5332 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.495953+0000 mon.c (mon.1) 5333 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.496607+0000 mon.c (mon.1) 5334 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cluster 2024-03-30T04:49:22.497836+0000 mgr.y (mgr.25441) 4932 : cluster [DBG] pgmap v3267: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cluster 2024-03-30T04:49:22.498072+0000 mgr.y (mgr.25441) 4933 : cluster [DBG] pgmap v3268: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.503499+0000 mon.a (mon.0) 2129 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cephadm 2024-03-30T04:49:22.504091+0000 mgr.y (mgr.25441) 4934 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.543924+0000 mon.c (mon.1) 5335 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.545729+0000 mon.c (mon.1) 5336 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.547477+0000 mon.c (mon.1) 5337 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.548043+0000 mon.c (mon.1) 5338 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cluster 2024-03-30T04:49:22.549155+0000 mgr.y (mgr.25441) 4935 : cluster [DBG] pgmap v3269: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cluster 2024-03-30T04:49:22.549321+0000 mgr.y (mgr.25441) 4936 : cluster [DBG] pgmap v3270: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.553644+0000 mon.a (mon.0) 2130 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cephadm 2024-03-30T04:49:22.554215+0000 mgr.y (mgr.25441) 4937 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.563718+0000 mon.a (mon.0) 2131 : audit [INF] from='client.? 172.21.15.111:0/396868599' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6800/2777155694"}]: dispatch 2024-03-30T04:49:23.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.594717+0000 mon.c (mon.1) 5339 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.596476+0000 mon.c (mon.1) 5340 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.598931+0000 mon.c (mon.1) 5341 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.599624+0000 mon.c (mon.1) 5342 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cluster 2024-03-30T04:49:22.600951+0000 mgr.y (mgr.25441) 4938 : cluster [DBG] pgmap v3271: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cluster 2024-03-30T04:49:22.601238+0000 mgr.y (mgr.25441) 4939 : cluster [DBG] pgmap v3272: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.606688+0000 mon.a (mon.0) 2132 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cephadm 2024-03-30T04:49:22.607287+0000 mgr.y (mgr.25441) 4940 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.668706+0000 mon.c (mon.1) 5343 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.671232+0000 mon.c (mon.1) 5344 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.673527+0000 mon.c (mon.1) 5345 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.674320+0000 mon.c (mon.1) 5346 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.270710+0000 mon.c (mon.1) 5316 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.272689+0000 mon.c (mon.1) 5317 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.273355+0000 mon.c (mon.1) 5318 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cluster 2024-03-30T04:49:22.274582+0000 mgr.y (mgr.25441) 4920 : cluster [DBG] pgmap v3259: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cluster 2024-03-30T04:49:22.274800+0000 mgr.y (mgr.25441) 4921 : cluster [DBG] pgmap v3260: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.280131+0000 mon.a (mon.0) 2125 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cephadm 2024-03-30T04:49:22.281341+0000 mgr.y (mgr.25441) 4922 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.321791+0000 mon.c (mon.1) 5319 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.323958+0000 mon.c (mon.1) 5320 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.326094+0000 mon.c (mon.1) 5321 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.326832+0000 mon.c (mon.1) 5322 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cluster 2024-03-30T04:49:22.328242+0000 mgr.y (mgr.25441) 4923 : cluster [DBG] pgmap v3261: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cluster 2024-03-30T04:49:22.328502+0000 mgr.y (mgr.25441) 4924 : cluster [DBG] pgmap v3262: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.334253+0000 mon.a (mon.0) 2126 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cephadm 2024-03-30T04:49:22.335532+0000 mgr.y (mgr.25441) 4925 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.380972+0000 mon.c (mon.1) 5323 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.383454+0000 mon.c (mon.1) 5324 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.385511+0000 mon.c (mon.1) 5325 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.386343+0000 mon.c (mon.1) 5326 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cluster 2024-03-30T04:49:22.387783+0000 mgr.y (mgr.25441) 4926 : cluster [DBG] pgmap v3263: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cluster 2024-03-30T04:49:22.676097+0000 mgr.y (mgr.25441) 4941 : cluster [DBG] pgmap v3273: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cluster 2024-03-30T04:49:22.676599+0000 mgr.y (mgr.25441) 4942 : cluster [DBG] pgmap v3274: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.683448+0000 mon.a (mon.0) 2133 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cephadm 2024-03-30T04:49:22.684217+0000 mgr.y (mgr.25441) 4943 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.764720+0000 mon.c (mon.1) 5347 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.767553+0000 mon.c (mon.1) 5348 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.769597+0000 mon.c (mon.1) 5349 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.770438+0000 mon.c (mon.1) 5350 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cluster 2024-03-30T04:49:22.772119+0000 mgr.y (mgr.25441) 4944 : cluster [DBG] pgmap v3275: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cluster 2024-03-30T04:49:22.772563+0000 mgr.y (mgr.25441) 4945 : cluster [DBG] pgmap v3276: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.777859+0000 mon.a (mon.0) 2134 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: cephadm 2024-03-30T04:49:22.778653+0000 mgr.y (mgr.25441) 4946 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.819595+0000 mon.c (mon.1) 5351 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.821441+0000 mon.c (mon.1) 5352 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.823181+0000 mon.c (mon.1) 5353 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.823809+0000 mon.c (mon.1) 5354 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.830734+0000 mon.a (mon.0) 2135 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.895021+0000 mon.c (mon.1) 5355 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.898177+0000 mon.c (mon.1) 5356 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.901040+0000 mon.c (mon.1) 5357 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.901941+0000 mon.c (mon.1) 5358 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.911731+0000 mon.a (mon.0) 2136 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.990576+0000 mon.c (mon.1) 5359 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.993100+0000 mon.c (mon.1) 5360 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.995977+0000 mon.c (mon.1) 5361 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:22.996766+0000 mon.c (mon.1) 5362 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[73591]: audit 2024-03-30T04:49:23.007633+0000 mon.a (mon.0) 2137 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cluster 2024-03-30T04:49:22.388006+0000 mgr.y (mgr.25441) 4927 : cluster [DBG] pgmap v3264: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.392490+0000 mon.a (mon.0) 2127 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cephadm 2024-03-30T04:49:22.394172+0000 mgr.y (mgr.25441) 4928 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.438782+0000 mon.c (mon.1) 5327 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.441199+0000 mon.c (mon.1) 5328 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.443099+0000 mon.c (mon.1) 5329 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.443772+0000 mon.c (mon.1) 5330 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cluster 2024-03-30T04:49:22.445048+0000 mgr.y (mgr.25441) 4929 : cluster [DBG] pgmap v3265: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cluster 2024-03-30T04:49:22.445303+0000 mgr.y (mgr.25441) 4930 : cluster [DBG] pgmap v3266: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.450906+0000 mon.a (mon.0) 2128 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cephadm 2024-03-30T04:49:22.451470+0000 mgr.y (mgr.25441) 4931 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.492245+0000 mon.c (mon.1) 5331 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.494085+0000 mon.c (mon.1) 5332 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.495953+0000 mon.c (mon.1) 5333 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.496607+0000 mon.c (mon.1) 5334 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cluster 2024-03-30T04:49:22.497836+0000 mgr.y (mgr.25441) 4932 : cluster [DBG] pgmap v3267: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cluster 2024-03-30T04:49:22.498072+0000 mgr.y (mgr.25441) 4933 : cluster [DBG] pgmap v3268: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.503499+0000 mon.a (mon.0) 2129 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cephadm 2024-03-30T04:49:22.504091+0000 mgr.y (mgr.25441) 4934 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.543924+0000 mon.c (mon.1) 5335 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.545729+0000 mon.c (mon.1) 5336 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.547477+0000 mon.c (mon.1) 5337 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.548043+0000 mon.c (mon.1) 5338 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cluster 2024-03-30T04:49:22.549155+0000 mgr.y (mgr.25441) 4935 : cluster [DBG] pgmap v3269: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cluster 2024-03-30T04:49:22.549321+0000 mgr.y (mgr.25441) 4936 : cluster [DBG] pgmap v3270: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.553644+0000 mon.a (mon.0) 2130 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cephadm 2024-03-30T04:49:22.554215+0000 mgr.y (mgr.25441) 4937 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.563718+0000 mon.a (mon.0) 2131 : audit [INF] from='client.? 172.21.15.111:0/396868599' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6800/2777155694"}]: dispatch 2024-03-30T04:49:23.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.594717+0000 mon.c (mon.1) 5339 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.596476+0000 mon.c (mon.1) 5340 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.598931+0000 mon.c (mon.1) 5341 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.599624+0000 mon.c (mon.1) 5342 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cluster 2024-03-30T04:49:22.600951+0000 mgr.y (mgr.25441) 4938 : cluster [DBG] pgmap v3271: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cluster 2024-03-30T04:49:22.601238+0000 mgr.y (mgr.25441) 4939 : cluster [DBG] pgmap v3272: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.606688+0000 mon.a (mon.0) 2132 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cephadm 2024-03-30T04:49:22.607287+0000 mgr.y (mgr.25441) 4940 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.668706+0000 mon.c (mon.1) 5343 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.671232+0000 mon.c (mon.1) 5344 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.673527+0000 mon.c (mon.1) 5345 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.674320+0000 mon.c (mon.1) 5346 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cluster 2024-03-30T04:49:22.676097+0000 mgr.y (mgr.25441) 4941 : cluster [DBG] pgmap v3273: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cluster 2024-03-30T04:49:22.676599+0000 mgr.y (mgr.25441) 4942 : cluster [DBG] pgmap v3274: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.683448+0000 mon.a (mon.0) 2133 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cephadm 2024-03-30T04:49:22.684217+0000 mgr.y (mgr.25441) 4943 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.764720+0000 mon.c (mon.1) 5347 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.767553+0000 mon.c (mon.1) 5348 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.769597+0000 mon.c (mon.1) 5349 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.770438+0000 mon.c (mon.1) 5350 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cluster 2024-03-30T04:49:22.772119+0000 mgr.y (mgr.25441) 4944 : cluster [DBG] pgmap v3275: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cluster 2024-03-30T04:49:22.772563+0000 mgr.y (mgr.25441) 4945 : cluster [DBG] pgmap v3276: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.777859+0000 mon.a (mon.0) 2134 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: cephadm 2024-03-30T04:49:22.778653+0000 mgr.y (mgr.25441) 4946 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.819595+0000 mon.c (mon.1) 5351 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.821441+0000 mon.c (mon.1) 5352 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.823181+0000 mon.c (mon.1) 5353 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.823809+0000 mon.c (mon.1) 5354 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.830734+0000 mon.a (mon.0) 2135 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.895021+0000 mon.c (mon.1) 5355 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.898177+0000 mon.c (mon.1) 5356 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.901040+0000 mon.c (mon.1) 5357 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.901941+0000 mon.c (mon.1) 5358 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.911731+0000 mon.a (mon.0) 2136 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.990576+0000 mon.c (mon.1) 5359 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.993100+0000 mon.c (mon.1) 5360 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.995977+0000 mon.c (mon.1) 5361 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:22.996766+0000 mon.c (mon.1) 5362 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:23 smithi111 bash[70954]: audit 2024-03-30T04:49:23.007633+0000 mon.a (mon.0) 2137 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cluster 2024-03-30T04:49:21.852519+0000 mgr.y (mgr.25441) 4899 : cluster [DBG] pgmap v3244: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 20 op/s 2024-03-30T04:49:23.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cluster 2024-03-30T04:49:21.852748+0000 mgr.y (mgr.25441) 4900 : cluster [DBG] pgmap v3245: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 20 op/s 2024-03-30T04:49:23.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cephadm 2024-03-30T04:49:21.858881+0000 mgr.y (mgr.25441) 4901 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cluster 2024-03-30T04:49:21.904847+0000 mgr.y (mgr.25441) 4902 : cluster [DBG] pgmap v3246: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cluster 2024-03-30T04:49:21.905096+0000 mgr.y (mgr.25441) 4903 : cluster [DBG] pgmap v3247: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cephadm 2024-03-30T04:49:21.911190+0000 mgr.y (mgr.25441) 4904 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cluster 2024-03-30T04:49:21.957598+0000 mgr.y (mgr.25441) 4905 : cluster [DBG] pgmap v3248: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cluster 2024-03-30T04:49:21.957835+0000 mgr.y (mgr.25441) 4906 : cluster [DBG] pgmap v3249: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cephadm 2024-03-30T04:49:21.964077+0000 mgr.y (mgr.25441) 4907 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cluster 2024-03-30T04:49:22.009817+0000 mgr.y (mgr.25441) 4908 : cluster [DBG] pgmap v3250: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cluster 2024-03-30T04:49:22.010058+0000 mgr.y (mgr.25441) 4909 : cluster [DBG] pgmap v3251: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cephadm 2024-03-30T04:49:22.016217+0000 mgr.y (mgr.25441) 4910 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.074355+0000 mon.c (mon.1) 5303 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.076971+0000 mon.c (mon.1) 5304 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.079072+0000 mon.c (mon.1) 5305 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.080608+0000 mon.c (mon.1) 5306 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cluster 2024-03-30T04:49:22.082151+0000 mgr.y (mgr.25441) 4911 : cluster [DBG] pgmap v3252: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cluster 2024-03-30T04:49:22.082326+0000 mgr.y (mgr.25441) 4912 : cluster [DBG] pgmap v3253: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.086652+0000 mon.a (mon.0) 2120 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cephadm 2024-03-30T04:49:22.087524+0000 mgr.y (mgr.25441) 4913 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.144528+0000 mon.c (mon.1) 5307 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.146347+0000 mon.c (mon.1) 5308 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.148084+0000 mon.c (mon.1) 5309 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.148732+0000 mon.c (mon.1) 5310 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cluster 2024-03-30T04:49:22.149934+0000 mgr.y (mgr.25441) 4914 : cluster [DBG] pgmap v3254: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cluster 2024-03-30T04:49:22.150166+0000 mgr.y (mgr.25441) 4915 : cluster [DBG] pgmap v3255: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.154659+0000 mon.a (mon.0) 2121 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cephadm 2024-03-30T04:49:22.156256+0000 mgr.y (mgr.25441) 4916 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.180686+0000 mon.a (mon.0) 2122 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/3289834911"}]': finished 2024-03-30T04:49:23.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cluster 2024-03-30T04:49:22.184371+0000 mon.a (mon.0) 2123 : cluster [DBG] osdmap e150: 8 total, 8 up, 8 in 2024-03-30T04:49:23.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.214794+0000 mon.c (mon.1) 5311 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.216899+0000 mon.c (mon.1) 5312 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.219088+0000 mon.c (mon.1) 5313 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.219859+0000 mon.c (mon.1) 5314 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cluster 2024-03-30T04:49:22.221097+0000 mgr.y (mgr.25441) 4917 : cluster [DBG] pgmap v3257: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cluster 2024-03-30T04:49:22.221317+0000 mgr.y (mgr.25441) 4918 : cluster [DBG] pgmap v3258: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.227230+0000 mon.a (mon.0) 2124 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cephadm 2024-03-30T04:49:22.228384+0000 mgr.y (mgr.25441) 4919 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.268755+0000 mon.c (mon.1) 5315 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.270710+0000 mon.c (mon.1) 5316 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.272689+0000 mon.c (mon.1) 5317 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.273355+0000 mon.c (mon.1) 5318 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cluster 2024-03-30T04:49:22.274582+0000 mgr.y (mgr.25441) 4920 : cluster [DBG] pgmap v3259: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cluster 2024-03-30T04:49:22.274800+0000 mgr.y (mgr.25441) 4921 : cluster [DBG] pgmap v3260: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.280131+0000 mon.a (mon.0) 2125 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cephadm 2024-03-30T04:49:22.281341+0000 mgr.y (mgr.25441) 4922 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.321791+0000 mon.c (mon.1) 5319 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.323958+0000 mon.c (mon.1) 5320 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.326094+0000 mon.c (mon.1) 5321 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.326832+0000 mon.c (mon.1) 5322 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cluster 2024-03-30T04:49:22.328242+0000 mgr.y (mgr.25441) 4923 : cluster [DBG] pgmap v3261: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cluster 2024-03-30T04:49:22.328502+0000 mgr.y (mgr.25441) 4924 : cluster [DBG] pgmap v3262: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.334253+0000 mon.a (mon.0) 2126 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cephadm 2024-03-30T04:49:22.335532+0000 mgr.y (mgr.25441) 4925 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.380972+0000 mon.c (mon.1) 5323 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.383454+0000 mon.c (mon.1) 5324 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.385511+0000 mon.c (mon.1) 5325 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.386343+0000 mon.c (mon.1) 5326 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cluster 2024-03-30T04:49:22.387783+0000 mgr.y (mgr.25441) 4926 : cluster [DBG] pgmap v3263: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cluster 2024-03-30T04:49:22.388006+0000 mgr.y (mgr.25441) 4927 : cluster [DBG] pgmap v3264: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.392490+0000 mon.a (mon.0) 2127 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cephadm 2024-03-30T04:49:22.394172+0000 mgr.y (mgr.25441) 4928 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.438782+0000 mon.c (mon.1) 5327 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.441199+0000 mon.c (mon.1) 5328 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.443099+0000 mon.c (mon.1) 5329 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.443772+0000 mon.c (mon.1) 5330 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cluster 2024-03-30T04:49:22.445048+0000 mgr.y (mgr.25441) 4929 : cluster [DBG] pgmap v3265: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cluster 2024-03-30T04:49:22.445303+0000 mgr.y (mgr.25441) 4930 : cluster [DBG] pgmap v3266: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.450906+0000 mon.a (mon.0) 2128 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cephadm 2024-03-30T04:49:22.451470+0000 mgr.y (mgr.25441) 4931 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.492245+0000 mon.c (mon.1) 5331 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.494085+0000 mon.c (mon.1) 5332 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.495953+0000 mon.c (mon.1) 5333 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.496607+0000 mon.c (mon.1) 5334 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cluster 2024-03-30T04:49:22.497836+0000 mgr.y (mgr.25441) 4932 : cluster [DBG] pgmap v3267: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cluster 2024-03-30T04:49:22.498072+0000 mgr.y (mgr.25441) 4933 : cluster [DBG] pgmap v3268: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.503499+0000 mon.a (mon.0) 2129 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cephadm 2024-03-30T04:49:22.504091+0000 mgr.y (mgr.25441) 4934 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.543924+0000 mon.c (mon.1) 5335 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.545729+0000 mon.c (mon.1) 5336 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.547477+0000 mon.c (mon.1) 5337 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.548043+0000 mon.c (mon.1) 5338 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cluster 2024-03-30T04:49:22.549155+0000 mgr.y (mgr.25441) 4935 : cluster [DBG] pgmap v3269: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cluster 2024-03-30T04:49:22.549321+0000 mgr.y (mgr.25441) 4936 : cluster [DBG] pgmap v3270: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.553644+0000 mon.a (mon.0) 2130 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cephadm 2024-03-30T04:49:22.554215+0000 mgr.y (mgr.25441) 4937 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.563718+0000 mon.a (mon.0) 2131 : audit [INF] from='client.? 172.21.15.111:0/396868599' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6800/2777155694"}]: dispatch 2024-03-30T04:49:23.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.594717+0000 mon.c (mon.1) 5339 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.596476+0000 mon.c (mon.1) 5340 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.598931+0000 mon.c (mon.1) 5341 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.599624+0000 mon.c (mon.1) 5342 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cluster 2024-03-30T04:49:22.600951+0000 mgr.y (mgr.25441) 4938 : cluster [DBG] pgmap v3271: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cluster 2024-03-30T04:49:22.601238+0000 mgr.y (mgr.25441) 4939 : cluster [DBG] pgmap v3272: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.606688+0000 mon.a (mon.0) 2132 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cephadm 2024-03-30T04:49:22.607287+0000 mgr.y (mgr.25441) 4940 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.668706+0000 mon.c (mon.1) 5343 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.671232+0000 mon.c (mon.1) 5344 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.673527+0000 mon.c (mon.1) 5345 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.674320+0000 mon.c (mon.1) 5346 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cluster 2024-03-30T04:49:22.676097+0000 mgr.y (mgr.25441) 4941 : cluster [DBG] pgmap v3273: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cluster 2024-03-30T04:49:22.676599+0000 mgr.y (mgr.25441) 4942 : cluster [DBG] pgmap v3274: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.683448+0000 mon.a (mon.0) 2133 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cephadm 2024-03-30T04:49:22.684217+0000 mgr.y (mgr.25441) 4943 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.764720+0000 mon.c (mon.1) 5347 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.767553+0000 mon.c (mon.1) 5348 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.769597+0000 mon.c (mon.1) 5349 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.770438+0000 mon.c (mon.1) 5350 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cluster 2024-03-30T04:49:22.772119+0000 mgr.y (mgr.25441) 4944 : cluster [DBG] pgmap v3275: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cluster 2024-03-30T04:49:22.772563+0000 mgr.y (mgr.25441) 4945 : cluster [DBG] pgmap v3276: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:23.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.777859+0000 mon.a (mon.0) 2134 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: cephadm 2024-03-30T04:49:22.778653+0000 mgr.y (mgr.25441) 4946 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:23.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.819595+0000 mon.c (mon.1) 5351 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.821441+0000 mon.c (mon.1) 5352 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.823181+0000 mon.c (mon.1) 5353 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.823809+0000 mon.c (mon.1) 5354 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.830734+0000 mon.a (mon.0) 2135 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.895021+0000 mon.c (mon.1) 5355 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.898177+0000 mon.c (mon.1) 5356 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.901040+0000 mon.c (mon.1) 5357 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.901941+0000 mon.c (mon.1) 5358 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.911731+0000 mon.a (mon.0) 2136 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:23.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.990576+0000 mon.c (mon.1) 5359 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:23.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.993100+0000 mon.c (mon.1) 5360 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:23.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.995977+0000 mon.c (mon.1) 5361 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:23.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:22.996766+0000 mon.c (mon.1) 5362 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:23.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:23 smithi117 bash[62284]: audit 2024-03-30T04:49:23.007633+0000 mon.a (mon.0) 2137 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:24.049 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: cluster 2024-03-30T04:49:22.825087+0000 mgr.y (mgr.25441) 4947 : cluster [DBG] pgmap v3277: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.049 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: cluster 2024-03-30T04:49:22.825333+0000 mgr.y (mgr.25441) 4948 : cluster [DBG] pgmap v3278: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.049 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: cephadm 2024-03-30T04:49:22.831255+0000 mgr.y (mgr.25441) 4949 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:24.049 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: cluster 2024-03-30T04:49:22.903758+0000 mgr.y (mgr.25441) 4950 : cluster [DBG] pgmap v3279: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.049 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: cluster 2024-03-30T04:49:22.904167+0000 mgr.y (mgr.25441) 4951 : cluster [DBG] pgmap v3280: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.050 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: cephadm 2024-03-30T04:49:22.913670+0000 mgr.y (mgr.25441) 4952 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:24.050 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: cluster 2024-03-30T04:49:22.998306+0000 mgr.y (mgr.25441) 4953 : cluster [DBG] pgmap v3281: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.050 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: cluster 2024-03-30T04:49:22.998586+0000 mgr.y (mgr.25441) 4954 : cluster [DBG] pgmap v3282: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.050 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: cephadm 2024-03-30T04:49:23.008424+0000 mgr.y (mgr.25441) 4955 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:24.050 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.063389+0000 mon.c (mon.1) 5363 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.050 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.065439+0000 mon.c (mon.1) 5364 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:24.050 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.067460+0000 mon.c (mon.1) 5365 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:24.050 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.068188+0000 mon.c (mon.1) 5366 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:24.357 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: cluster 2024-03-30T04:49:22.825087+0000 mgr.y (mgr.25441) 4947 : cluster [DBG] pgmap v3277: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.357 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: cluster 2024-03-30T04:49:22.825333+0000 mgr.y (mgr.25441) 4948 : cluster [DBG] pgmap v3278: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.358 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: cephadm 2024-03-30T04:49:22.831255+0000 mgr.y (mgr.25441) 4949 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:24.358 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: cluster 2024-03-30T04:49:22.903758+0000 mgr.y (mgr.25441) 4950 : cluster [DBG] pgmap v3279: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.358 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: cluster 2024-03-30T04:49:22.904167+0000 mgr.y (mgr.25441) 4951 : cluster [DBG] pgmap v3280: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.358 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: cephadm 2024-03-30T04:49:22.913670+0000 mgr.y (mgr.25441) 4952 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:24.358 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: cluster 2024-03-30T04:49:22.998306+0000 mgr.y (mgr.25441) 4953 : cluster [DBG] pgmap v3281: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.358 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: cluster 2024-03-30T04:49:22.998586+0000 mgr.y (mgr.25441) 4954 : cluster [DBG] pgmap v3282: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.358 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: cephadm 2024-03-30T04:49:23.008424+0000 mgr.y (mgr.25441) 4955 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:24.358 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.063389+0000 mon.c (mon.1) 5363 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.358 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.065439+0000 mon.c (mon.1) 5364 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:24.359 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.067460+0000 mon.c (mon.1) 5365 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:24.359 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.068188+0000 mon.c (mon.1) 5366 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:24.359 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: cluster 2024-03-30T04:49:23.069677+0000 mgr.y (mgr.25441) 4956 : cluster [DBG] pgmap v3283: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.359 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: cluster 2024-03-30T04:49:23.069876+0000 mgr.y (mgr.25441) 4957 : cluster [DBG] pgmap v3284: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.359 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.075198+0000 mon.a (mon.0) 2138 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:24.359 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: cephadm 2024-03-30T04:49:23.077741+0000 mgr.y (mgr.25441) 4958 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:24.359 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.134303+0000 mon.c (mon.1) 5367 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.359 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.136343+0000 mon.c (mon.1) 5368 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:24.359 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.138409+0000 mon.c (mon.1) 5369 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:24.359 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.139121+0000 mon.c (mon.1) 5370 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:24.359 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: cluster 2024-03-30T04:49:23.140372+0000 mgr.y (mgr.25441) 4959 : cluster [DBG] pgmap v3285: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.360 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: cluster 2024-03-30T04:49:23.140607+0000 mgr.y (mgr.25441) 4960 : cluster [DBG] pgmap v3286: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.360 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.147064+0000 mon.a (mon.0) 2139 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:24.360 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: cephadm 2024-03-30T04:49:23.147632+0000 mgr.y (mgr.25441) 4961 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:24.360 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.188865+0000 mon.c (mon.1) 5371 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.360 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.190665+0000 mon.c (mon.1) 5372 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:24.360 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.192869+0000 mon.c (mon.1) 5373 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:24.360 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.193517+0000 mon.c (mon.1) 5374 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:24.360 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: cluster 2024-03-30T04:49:23.194777+0000 mgr.y (mgr.25441) 4962 : cluster [DBG] pgmap v3287: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.360 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: cluster 2024-03-30T04:49:23.195024+0000 mgr.y (mgr.25441) 4963 : cluster [DBG] pgmap v3288: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.360 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.201389+0000 mon.a (mon.0) 2140 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:24.360 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: cephadm 2024-03-30T04:49:23.202003+0000 mgr.y (mgr.25441) 4964 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:24.360 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.258945+0000 mon.c (mon.1) 5375 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.360 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.260766+0000 mon.c (mon.1) 5376 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:24.360 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.262420+0000 mon.c (mon.1) 5377 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:24.360 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.263031+0000 mon.c (mon.1) 5378 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:24.361 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: cluster 2024-03-30T04:49:23.264251+0000 mgr.y (mgr.25441) 4965 : cluster [DBG] pgmap v3289: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.361 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: cluster 2024-03-30T04:49:23.264489+0000 mgr.y (mgr.25441) 4966 : cluster [DBG] pgmap v3290: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.361 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.271000+0000 mon.a (mon.0) 2141 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:24.361 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: cephadm 2024-03-30T04:49:23.271540+0000 mgr.y (mgr.25441) 4967 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:24.361 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.343325+0000 mon.c (mon.1) 5379 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.361 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.346911+0000 mon.c (mon.1) 5380 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:24.361 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.349859+0000 mon.c (mon.1) 5381 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:24.361 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.351097+0000 mon.c (mon.1) 5382 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:24.361 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: cluster 2024-03-30T04:49:23.353315+0000 mgr.y (mgr.25441) 4968 : cluster [DBG] pgmap v3291: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.361 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: cluster 2024-03-30T04:49:23.353563+0000 mgr.y (mgr.25441) 4969 : cluster [DBG] pgmap v3292: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.361 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.364520+0000 mon.a (mon.0) 2142 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:24.361 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: cephadm 2024-03-30T04:49:23.365501+0000 mgr.y (mgr.25441) 4970 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:24.361 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.438648+0000 mon.c (mon.1) 5383 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.362 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.442359+0000 mon.c (mon.1) 5384 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:24.362 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.445528+0000 mon.c (mon.1) 5385 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:24.362 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.446597+0000 mon.c (mon.1) 5386 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:24.362 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: cluster 2024-03-30T04:49:23.448896+0000 mgr.y (mgr.25441) 4971 : cluster [DBG] pgmap v3293: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.362 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: cluster 2024-03-30T04:49:23.449125+0000 mgr.y (mgr.25441) 4972 : cluster [DBG] pgmap v3294: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.362 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.460080+0000 mon.a (mon.0) 2143 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:24.362 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: cephadm 2024-03-30T04:49:23.461503+0000 mgr.y (mgr.25441) 4973 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:24.362 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.549720+0000 mon.c (mon.1) 5387 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.362 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.554154+0000 mon.c (mon.1) 5388 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:24.362 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.555751+0000 mon.a (mon.0) 2144 : audit [INF] from='client.? 172.21.15.111:0/396868599' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6800/2777155694"}]': finished 2024-03-30T04:49:24.362 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: cluster 2024-03-30T04:49:23.559602+0000 mon.a (mon.0) 2145 : cluster [DBG] osdmap e151: 8 total, 8 up, 8 in 2024-03-30T04:49:24.362 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.564880+0000 mon.c (mon.1) 5389 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:24.362 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.565626+0000 mon.c (mon.1) 5390 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:24.362 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: cluster 2024-03-30T04:49:23.567100+0000 mgr.y (mgr.25441) 4974 : cluster [DBG] pgmap v3296: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.363 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.573092+0000 mon.a (mon.0) 2146 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:24.363 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: cephadm 2024-03-30T04:49:23.573831+0000 mgr.y (mgr.25441) 4975 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:24.363 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.615691+0000 mon.c (mon.1) 5391 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.363 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.618296+0000 mon.c (mon.1) 5392 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:24.363 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.621386+0000 mon.c (mon.1) 5393 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:24.363 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.622444+0000 mon.c (mon.1) 5394 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:24.363 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: cluster 2024-03-30T04:49:23.623913+0000 mgr.y (mgr.25441) 4976 : cluster [DBG] pgmap v3297: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.363 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: cluster 2024-03-30T04:49:23.624149+0000 mgr.y (mgr.25441) 4977 : cluster [DBG] pgmap v3298: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.363 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.630086+0000 mon.a (mon.0) 2147 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:24.363 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: cephadm 2024-03-30T04:49:23.631020+0000 mgr.y (mgr.25441) 4978 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:24.363 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.674243+0000 mon.c (mon.1) 5395 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.363 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.676236+0000 mon.c (mon.1) 5396 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:24.363 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.678343+0000 mon.c (mon.1) 5397 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:24.363 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.679106+0000 mon.c (mon.1) 5398 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:24.363 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: cluster 2024-03-30T04:49:23.680433+0000 mgr.y (mgr.25441) 4979 : cluster [DBG] pgmap v3299: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.364 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: cluster 2024-03-30T04:49:23.680672+0000 mgr.y (mgr.25441) 4980 : cluster [DBG] pgmap v3300: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.364 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.686417+0000 mon.a (mon.0) 2148 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:24.364 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: cephadm 2024-03-30T04:49:23.688042+0000 mgr.y (mgr.25441) 4981 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:24.364 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.734964+0000 mon.c (mon.1) 5399 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.364 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.737437+0000 mon.c (mon.1) 5400 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:24.364 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.739437+0000 mon.c (mon.1) 5401 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:24.364 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.740123+0000 mon.c (mon.1) 5402 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:24.364 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: cluster 2024-03-30T04:49:23.741427+0000 mgr.y (mgr.25441) 4982 : cluster [DBG] pgmap v3301: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.364 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: cluster 2024-03-30T04:49:23.741752+0000 mgr.y (mgr.25441) 4983 : cluster [DBG] pgmap v3302: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.364 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.746915+0000 mon.a (mon.0) 2149 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:24.364 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: cephadm 2024-03-30T04:49:23.748653+0000 mgr.y (mgr.25441) 4984 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:24.364 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.790115+0000 mon.c (mon.1) 5403 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.364 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.792457+0000 mon.c (mon.1) 5404 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:24.364 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.794457+0000 mon.c (mon.1) 5405 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:24.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.795212+0000 mon.c (mon.1) 5406 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:24.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: cluster 2024-03-30T04:49:23.796881+0000 mgr.y (mgr.25441) 4985 : cluster [DBG] pgmap v3303: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: cluster 2024-03-30T04:49:23.797124+0000 mgr.y (mgr.25441) 4986 : cluster [DBG] pgmap v3304: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.802886+0000 mon.a (mon.0) 2150 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:24.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: cephadm 2024-03-30T04:49:23.803714+0000 mgr.y (mgr.25441) 4987 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:24.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.849199+0000 mon.c (mon.1) 5407 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.851654+0000 mon.c (mon.1) 5408 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:24.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.853823+0000 mon.c (mon.1) 5409 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:24.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.854585+0000 mon.c (mon.1) 5410 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:24.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.861996+0000 mon.a (mon.0) 2151 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:24.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.924256+0000 mon.c (mon.1) 5411 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.926499+0000 mon.c (mon.1) 5412 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:24.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.928555+0000 mon.c (mon.1) 5413 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:24.365 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.929238+0000 mon.c (mon.1) 5414 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:24.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.936084+0000 mon.a (mon.0) 2152 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:24.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.983715+0000 mon.c (mon.1) 5415 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.986348+0000 mon.c (mon.1) 5416 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:24.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.988804+0000 mon.c (mon.1) 5417 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:24.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.989674+0000 mon.c (mon.1) 5418 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:24.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:23.997284+0000 mon.a (mon.0) 2153 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:24.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:24.009000+0000 mon.c (mon.1) 5419 : audit [INF] from='client.? 172.21.15.111:0/2109881565' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/2926874461"}]: dispatch 2024-03-30T04:49:24.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:24.009556+0000 mon.a (mon.0) 2154 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/2926874461"}]: dispatch 2024-03-30T04:49:24.366 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[70954]: audit 2024-03-30T04:49:24.038133+0000 mon.c (mon.1) 5420 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: cluster 2024-03-30T04:49:22.825087+0000 mgr.y (mgr.25441) 4947 : cluster [DBG] pgmap v3277: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: cluster 2024-03-30T04:49:22.825333+0000 mgr.y (mgr.25441) 4948 : cluster [DBG] pgmap v3278: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: cephadm 2024-03-30T04:49:22.831255+0000 mgr.y (mgr.25441) 4949 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:24.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: cluster 2024-03-30T04:49:22.903758+0000 mgr.y (mgr.25441) 4950 : cluster [DBG] pgmap v3279: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: cluster 2024-03-30T04:49:22.904167+0000 mgr.y (mgr.25441) 4951 : cluster [DBG] pgmap v3280: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: cephadm 2024-03-30T04:49:22.913670+0000 mgr.y (mgr.25441) 4952 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:24.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: cluster 2024-03-30T04:49:22.998306+0000 mgr.y (mgr.25441) 4953 : cluster [DBG] pgmap v3281: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: cluster 2024-03-30T04:49:22.998586+0000 mgr.y (mgr.25441) 4954 : cluster [DBG] pgmap v3282: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: cephadm 2024-03-30T04:49:23.008424+0000 mgr.y (mgr.25441) 4955 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:24.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.063389+0000 mon.c (mon.1) 5363 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.065439+0000 mon.c (mon.1) 5364 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:24.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.067460+0000 mon.c (mon.1) 5365 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:24.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.068188+0000 mon.c (mon.1) 5366 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:24.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: cluster 2024-03-30T04:49:23.069677+0000 mgr.y (mgr.25441) 4956 : cluster [DBG] pgmap v3283: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: cluster 2024-03-30T04:49:23.069876+0000 mgr.y (mgr.25441) 4957 : cluster [DBG] pgmap v3284: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.075198+0000 mon.a (mon.0) 2138 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:24.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: cephadm 2024-03-30T04:49:23.077741+0000 mgr.y (mgr.25441) 4958 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:24.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.134303+0000 mon.c (mon.1) 5367 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.136343+0000 mon.c (mon.1) 5368 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:24.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.138409+0000 mon.c (mon.1) 5369 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:24.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.139121+0000 mon.c (mon.1) 5370 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:24.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: cluster 2024-03-30T04:49:23.140372+0000 mgr.y (mgr.25441) 4959 : cluster [DBG] pgmap v3285: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: cluster 2024-03-30T04:49:23.140607+0000 mgr.y (mgr.25441) 4960 : cluster [DBG] pgmap v3286: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.147064+0000 mon.a (mon.0) 2139 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:24.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: cephadm 2024-03-30T04:49:23.147632+0000 mgr.y (mgr.25441) 4961 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:24.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.188865+0000 mon.c (mon.1) 5371 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.190665+0000 mon.c (mon.1) 5372 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:24.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.192869+0000 mon.c (mon.1) 5373 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:24.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.193517+0000 mon.c (mon.1) 5374 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:24.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: cluster 2024-03-30T04:49:23.194777+0000 mgr.y (mgr.25441) 4962 : cluster [DBG] pgmap v3287: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: cluster 2024-03-30T04:49:23.195024+0000 mgr.y (mgr.25441) 4963 : cluster [DBG] pgmap v3288: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.201389+0000 mon.a (mon.0) 2140 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:24.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: cephadm 2024-03-30T04:49:23.202003+0000 mgr.y (mgr.25441) 4964 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:24.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.258945+0000 mon.c (mon.1) 5375 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.260766+0000 mon.c (mon.1) 5376 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:24.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.262420+0000 mon.c (mon.1) 5377 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:24.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.263031+0000 mon.c (mon.1) 5378 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:24.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: cluster 2024-03-30T04:49:23.264251+0000 mgr.y (mgr.25441) 4965 : cluster [DBG] pgmap v3289: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: cluster 2024-03-30T04:49:23.264489+0000 mgr.y (mgr.25441) 4966 : cluster [DBG] pgmap v3290: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.271000+0000 mon.a (mon.0) 2141 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:24.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: cephadm 2024-03-30T04:49:23.271540+0000 mgr.y (mgr.25441) 4967 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:24.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.343325+0000 mon.c (mon.1) 5379 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.346911+0000 mon.c (mon.1) 5380 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:24.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.349859+0000 mon.c (mon.1) 5381 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:24.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.351097+0000 mon.c (mon.1) 5382 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:24.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: cluster 2024-03-30T04:49:23.353315+0000 mgr.y (mgr.25441) 4968 : cluster [DBG] pgmap v3291: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: cluster 2024-03-30T04:49:23.353563+0000 mgr.y (mgr.25441) 4969 : cluster [DBG] pgmap v3292: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.364520+0000 mon.a (mon.0) 2142 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:24.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: cephadm 2024-03-30T04:49:23.365501+0000 mgr.y (mgr.25441) 4970 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:24.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.438648+0000 mon.c (mon.1) 5383 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.442359+0000 mon.c (mon.1) 5384 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:24.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.445528+0000 mon.c (mon.1) 5385 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:24.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.446597+0000 mon.c (mon.1) 5386 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:24.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: cluster 2024-03-30T04:49:23.448896+0000 mgr.y (mgr.25441) 4971 : cluster [DBG] pgmap v3293: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: cluster 2024-03-30T04:49:23.449125+0000 mgr.y (mgr.25441) 4972 : cluster [DBG] pgmap v3294: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.460080+0000 mon.a (mon.0) 2143 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:24.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: cephadm 2024-03-30T04:49:23.461503+0000 mgr.y (mgr.25441) 4973 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:24.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.549720+0000 mon.c (mon.1) 5387 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.554154+0000 mon.c (mon.1) 5388 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:24.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.555751+0000 mon.a (mon.0) 2144 : audit [INF] from='client.? 172.21.15.111:0/396868599' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6800/2777155694"}]': finished 2024-03-30T04:49:24.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: cluster 2024-03-30T04:49:23.559602+0000 mon.a (mon.0) 2145 : cluster [DBG] osdmap e151: 8 total, 8 up, 8 in 2024-03-30T04:49:24.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.564880+0000 mon.c (mon.1) 5389 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:24.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.565626+0000 mon.c (mon.1) 5390 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:24.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: cluster 2024-03-30T04:49:23.567100+0000 mgr.y (mgr.25441) 4974 : cluster [DBG] pgmap v3296: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.573092+0000 mon.a (mon.0) 2146 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:24.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: cephadm 2024-03-30T04:49:23.573831+0000 mgr.y (mgr.25441) 4975 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:24.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.615691+0000 mon.c (mon.1) 5391 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.618296+0000 mon.c (mon.1) 5392 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:24.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.621386+0000 mon.c (mon.1) 5393 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:24.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.622444+0000 mon.c (mon.1) 5394 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:24.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: cluster 2024-03-30T04:49:23.623913+0000 mgr.y (mgr.25441) 4976 : cluster [DBG] pgmap v3297: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: cluster 2024-03-30T04:49:23.624149+0000 mgr.y (mgr.25441) 4977 : cluster [DBG] pgmap v3298: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.630086+0000 mon.a (mon.0) 2147 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:24.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: cephadm 2024-03-30T04:49:23.631020+0000 mgr.y (mgr.25441) 4978 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:24.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.674243+0000 mon.c (mon.1) 5395 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.676236+0000 mon.c (mon.1) 5396 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:24.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.678343+0000 mon.c (mon.1) 5397 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:24.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.679106+0000 mon.c (mon.1) 5398 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:24.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: cluster 2024-03-30T04:49:23.680433+0000 mgr.y (mgr.25441) 4979 : cluster [DBG] pgmap v3299: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: cluster 2024-03-30T04:49:23.680672+0000 mgr.y (mgr.25441) 4980 : cluster [DBG] pgmap v3300: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.686417+0000 mon.a (mon.0) 2148 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:24.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: cephadm 2024-03-30T04:49:23.688042+0000 mgr.y (mgr.25441) 4981 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:24.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.734964+0000 mon.c (mon.1) 5399 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.737437+0000 mon.c (mon.1) 5400 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:24.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.739437+0000 mon.c (mon.1) 5401 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:24.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.740123+0000 mon.c (mon.1) 5402 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:24.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: cluster 2024-03-30T04:49:23.741427+0000 mgr.y (mgr.25441) 4982 : cluster [DBG] pgmap v3301: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: cluster 2024-03-30T04:49:23.741752+0000 mgr.y (mgr.25441) 4983 : cluster [DBG] pgmap v3302: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.746915+0000 mon.a (mon.0) 2149 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:24.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: cephadm 2024-03-30T04:49:23.748653+0000 mgr.y (mgr.25441) 4984 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:24.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.790115+0000 mon.c (mon.1) 5403 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.792457+0000 mon.c (mon.1) 5404 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:24.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.794457+0000 mon.c (mon.1) 5405 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:24.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.795212+0000 mon.c (mon.1) 5406 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:24.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: cluster 2024-03-30T04:49:23.796881+0000 mgr.y (mgr.25441) 4985 : cluster [DBG] pgmap v3303: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: cluster 2024-03-30T04:49:23.797124+0000 mgr.y (mgr.25441) 4986 : cluster [DBG] pgmap v3304: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.802886+0000 mon.a (mon.0) 2150 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:24.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: cephadm 2024-03-30T04:49:23.803714+0000 mgr.y (mgr.25441) 4987 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:24.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.849199+0000 mon.c (mon.1) 5407 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.851654+0000 mon.c (mon.1) 5408 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:24.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.853823+0000 mon.c (mon.1) 5409 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:24.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.854585+0000 mon.c (mon.1) 5410 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:24.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.861996+0000 mon.a (mon.0) 2151 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:24.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.924256+0000 mon.c (mon.1) 5411 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.926499+0000 mon.c (mon.1) 5412 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:24.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.928555+0000 mon.c (mon.1) 5413 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:24.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.929238+0000 mon.c (mon.1) 5414 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:24.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.936084+0000 mon.a (mon.0) 2152 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:24.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.983715+0000 mon.c (mon.1) 5415 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.986348+0000 mon.c (mon.1) 5416 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:24.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.988804+0000 mon.c (mon.1) 5417 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:24.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.989674+0000 mon.c (mon.1) 5418 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:24.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:23.997284+0000 mon.a (mon.0) 2153 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:24.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:24.009000+0000 mon.c (mon.1) 5419 : audit [INF] from='client.? 172.21.15.111:0/2109881565' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/2926874461"}]: dispatch 2024-03-30T04:49:24.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:24.009556+0000 mon.a (mon.0) 2154 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/2926874461"}]: dispatch 2024-03-30T04:49:24.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:24 smithi111 bash[73591]: audit 2024-03-30T04:49:24.038133+0000 mon.c (mon.1) 5420 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: cluster 2024-03-30T04:49:23.069677+0000 mgr.y (mgr.25441) 4956 : cluster [DBG] pgmap v3283: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: cluster 2024-03-30T04:49:23.069876+0000 mgr.y (mgr.25441) 4957 : cluster [DBG] pgmap v3284: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.075198+0000 mon.a (mon.0) 2138 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:24.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: cephadm 2024-03-30T04:49:23.077741+0000 mgr.y (mgr.25441) 4958 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:24.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.134303+0000 mon.c (mon.1) 5367 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.136343+0000 mon.c (mon.1) 5368 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:24.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.138409+0000 mon.c (mon.1) 5369 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:24.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.139121+0000 mon.c (mon.1) 5370 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:24.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: cluster 2024-03-30T04:49:23.140372+0000 mgr.y (mgr.25441) 4959 : cluster [DBG] pgmap v3285: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: cluster 2024-03-30T04:49:23.140607+0000 mgr.y (mgr.25441) 4960 : cluster [DBG] pgmap v3286: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.147064+0000 mon.a (mon.0) 2139 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:24.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: cephadm 2024-03-30T04:49:23.147632+0000 mgr.y (mgr.25441) 4961 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:24.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.188865+0000 mon.c (mon.1) 5371 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.190665+0000 mon.c (mon.1) 5372 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:24.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.192869+0000 mon.c (mon.1) 5373 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:24.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.193517+0000 mon.c (mon.1) 5374 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:24.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: cluster 2024-03-30T04:49:23.194777+0000 mgr.y (mgr.25441) 4962 : cluster [DBG] pgmap v3287: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: cluster 2024-03-30T04:49:23.195024+0000 mgr.y (mgr.25441) 4963 : cluster [DBG] pgmap v3288: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.201389+0000 mon.a (mon.0) 2140 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:24.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: cephadm 2024-03-30T04:49:23.202003+0000 mgr.y (mgr.25441) 4964 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:24.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.258945+0000 mon.c (mon.1) 5375 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.260766+0000 mon.c (mon.1) 5376 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:24.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.262420+0000 mon.c (mon.1) 5377 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:24.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.263031+0000 mon.c (mon.1) 5378 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:24.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: cluster 2024-03-30T04:49:23.264251+0000 mgr.y (mgr.25441) 4965 : cluster [DBG] pgmap v3289: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: cluster 2024-03-30T04:49:23.264489+0000 mgr.y (mgr.25441) 4966 : cluster [DBG] pgmap v3290: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.271000+0000 mon.a (mon.0) 2141 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:24.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: cephadm 2024-03-30T04:49:23.271540+0000 mgr.y (mgr.25441) 4967 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:24.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.343325+0000 mon.c (mon.1) 5379 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.346911+0000 mon.c (mon.1) 5380 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:24.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.349859+0000 mon.c (mon.1) 5381 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:24.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.351097+0000 mon.c (mon.1) 5382 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:24.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: cluster 2024-03-30T04:49:23.353315+0000 mgr.y (mgr.25441) 4968 : cluster [DBG] pgmap v3291: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: cluster 2024-03-30T04:49:23.353563+0000 mgr.y (mgr.25441) 4969 : cluster [DBG] pgmap v3292: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.364520+0000 mon.a (mon.0) 2142 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:24.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: cephadm 2024-03-30T04:49:23.365501+0000 mgr.y (mgr.25441) 4970 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:24.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.438648+0000 mon.c (mon.1) 5383 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.442359+0000 mon.c (mon.1) 5384 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:24.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.445528+0000 mon.c (mon.1) 5385 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:24.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.446597+0000 mon.c (mon.1) 5386 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:24.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: cluster 2024-03-30T04:49:23.448896+0000 mgr.y (mgr.25441) 4971 : cluster [DBG] pgmap v3293: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: cluster 2024-03-30T04:49:23.449125+0000 mgr.y (mgr.25441) 4972 : cluster [DBG] pgmap v3294: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.460080+0000 mon.a (mon.0) 2143 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:24.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: cephadm 2024-03-30T04:49:23.461503+0000 mgr.y (mgr.25441) 4973 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:24.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.549720+0000 mon.c (mon.1) 5387 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.554154+0000 mon.c (mon.1) 5388 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:24.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.555751+0000 mon.a (mon.0) 2144 : audit [INF] from='client.? 172.21.15.111:0/396868599' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:6800/2777155694"}]': finished 2024-03-30T04:49:24.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: cluster 2024-03-30T04:49:23.559602+0000 mon.a (mon.0) 2145 : cluster [DBG] osdmap e151: 8 total, 8 up, 8 in 2024-03-30T04:49:24.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.564880+0000 mon.c (mon.1) 5389 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:24.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.565626+0000 mon.c (mon.1) 5390 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:24.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: cluster 2024-03-30T04:49:23.567100+0000 mgr.y (mgr.25441) 4974 : cluster [DBG] pgmap v3296: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.573092+0000 mon.a (mon.0) 2146 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:24.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: cephadm 2024-03-30T04:49:23.573831+0000 mgr.y (mgr.25441) 4975 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:24.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.615691+0000 mon.c (mon.1) 5391 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.618296+0000 mon.c (mon.1) 5392 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:24.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.621386+0000 mon.c (mon.1) 5393 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:24.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.622444+0000 mon.c (mon.1) 5394 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:24.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: cluster 2024-03-30T04:49:23.623913+0000 mgr.y (mgr.25441) 4976 : cluster [DBG] pgmap v3297: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: cluster 2024-03-30T04:49:23.624149+0000 mgr.y (mgr.25441) 4977 : cluster [DBG] pgmap v3298: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.630086+0000 mon.a (mon.0) 2147 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:24.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: cephadm 2024-03-30T04:49:23.631020+0000 mgr.y (mgr.25441) 4978 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:24.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.674243+0000 mon.c (mon.1) 5395 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.676236+0000 mon.c (mon.1) 5396 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:24.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.678343+0000 mon.c (mon.1) 5397 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:24.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.679106+0000 mon.c (mon.1) 5398 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:24.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: cluster 2024-03-30T04:49:23.680433+0000 mgr.y (mgr.25441) 4979 : cluster [DBG] pgmap v3299: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: cluster 2024-03-30T04:49:23.680672+0000 mgr.y (mgr.25441) 4980 : cluster [DBG] pgmap v3300: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.686417+0000 mon.a (mon.0) 2148 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:24.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: cephadm 2024-03-30T04:49:23.688042+0000 mgr.y (mgr.25441) 4981 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:24.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.734964+0000 mon.c (mon.1) 5399 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.737437+0000 mon.c (mon.1) 5400 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:24.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.739437+0000 mon.c (mon.1) 5401 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:24.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.740123+0000 mon.c (mon.1) 5402 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:24.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: cluster 2024-03-30T04:49:23.741427+0000 mgr.y (mgr.25441) 4982 : cluster [DBG] pgmap v3301: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: cluster 2024-03-30T04:49:23.741752+0000 mgr.y (mgr.25441) 4983 : cluster [DBG] pgmap v3302: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.746915+0000 mon.a (mon.0) 2149 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:24.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: cephadm 2024-03-30T04:49:23.748653+0000 mgr.y (mgr.25441) 4984 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:24.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.790115+0000 mon.c (mon.1) 5403 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.792457+0000 mon.c (mon.1) 5404 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:24.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.794457+0000 mon.c (mon.1) 5405 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:24.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.795212+0000 mon.c (mon.1) 5406 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:24.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: cluster 2024-03-30T04:49:23.796881+0000 mgr.y (mgr.25441) 4985 : cluster [DBG] pgmap v3303: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: cluster 2024-03-30T04:49:23.797124+0000 mgr.y (mgr.25441) 4986 : cluster [DBG] pgmap v3304: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:24.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.802886+0000 mon.a (mon.0) 2150 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:24.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: cephadm 2024-03-30T04:49:23.803714+0000 mgr.y (mgr.25441) 4987 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:24.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.849199+0000 mon.c (mon.1) 5407 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.851654+0000 mon.c (mon.1) 5408 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:24.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.853823+0000 mon.c (mon.1) 5409 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:24.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.854585+0000 mon.c (mon.1) 5410 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:24.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.861996+0000 mon.a (mon.0) 2151 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:24.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.924256+0000 mon.c (mon.1) 5411 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.926499+0000 mon.c (mon.1) 5412 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:24.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.928555+0000 mon.c (mon.1) 5413 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:24.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.929238+0000 mon.c (mon.1) 5414 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:24.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.936084+0000 mon.a (mon.0) 2152 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:24.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.983715+0000 mon.c (mon.1) 5415 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:24.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.986348+0000 mon.c (mon.1) 5416 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:24.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.988804+0000 mon.c (mon.1) 5417 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:24.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.989674+0000 mon.c (mon.1) 5418 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:24.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:23.997284+0000 mon.a (mon.0) 2153 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:24.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:24.009000+0000 mon.c (mon.1) 5419 : audit [INF] from='client.? 172.21.15.111:0/2109881565' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/2926874461"}]: dispatch 2024-03-30T04:49:24.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:24.009556+0000 mon.a (mon.0) 2154 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/2926874461"}]: dispatch 2024-03-30T04:49:24.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:24 smithi117 bash[62284]: audit 2024-03-30T04:49:24.038133+0000 mon.c (mon.1) 5420 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:25.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: cluster 2024-03-30T04:49:23.856130+0000 mgr.y (mgr.25441) 4988 : cluster [DBG] pgmap v3305: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: cluster 2024-03-30T04:49:23.856406+0000 mgr.y (mgr.25441) 4989 : cluster [DBG] pgmap v3306: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: cephadm 2024-03-30T04:49:23.866194+0000 mgr.y (mgr.25441) 4990 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:25.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: cluster 2024-03-30T04:49:23.930510+0000 mgr.y (mgr.25441) 4991 : cluster [DBG] pgmap v3307: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: cluster 2024-03-30T04:49:23.930745+0000 mgr.y (mgr.25441) 4992 : cluster [DBG] pgmap v3308: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: cephadm 2024-03-30T04:49:23.936950+0000 mgr.y (mgr.25441) 4993 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:25.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: cluster 2024-03-30T04:49:23.991273+0000 mgr.y (mgr.25441) 4994 : cluster [DBG] pgmap v3309: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: cluster 2024-03-30T04:49:23.991591+0000 mgr.y (mgr.25441) 4995 : cluster [DBG] pgmap v3310: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: cephadm 2024-03-30T04:49:23.998071+0000 mgr.y (mgr.25441) 4996 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:25.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.040031+0000 mon.c (mon.1) 5421 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.046611+0000 mon.c (mon.1) 5422 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:25.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.063525+0000 mon.c (mon.1) 5423 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:25.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: cluster 2024-03-30T04:49:24.065006+0000 mgr.y (mgr.25441) 4997 : cluster [DBG] pgmap v3311: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: cluster 2024-03-30T04:49:24.065246+0000 mgr.y (mgr.25441) 4998 : cluster [DBG] pgmap v3312: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.070926+0000 mon.a (mon.0) 2155 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:25.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: cephadm 2024-03-30T04:49:24.071767+0000 mgr.y (mgr.25441) 4999 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:25.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.128504+0000 mon.c (mon.1) 5424 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:25.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.130713+0000 mon.c (mon.1) 5425 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.132651+0000 mon.c (mon.1) 5426 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:25.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: cluster 2024-03-30T04:49:23.856130+0000 mgr.y (mgr.25441) 4988 : cluster [DBG] pgmap v3305: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: cluster 2024-03-30T04:49:23.856406+0000 mgr.y (mgr.25441) 4989 : cluster [DBG] pgmap v3306: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: cephadm 2024-03-30T04:49:23.866194+0000 mgr.y (mgr.25441) 4990 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:25.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: cluster 2024-03-30T04:49:23.930510+0000 mgr.y (mgr.25441) 4991 : cluster [DBG] pgmap v3307: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: cluster 2024-03-30T04:49:23.930745+0000 mgr.y (mgr.25441) 4992 : cluster [DBG] pgmap v3308: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: cephadm 2024-03-30T04:49:23.936950+0000 mgr.y (mgr.25441) 4993 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:25.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: cluster 2024-03-30T04:49:23.991273+0000 mgr.y (mgr.25441) 4994 : cluster [DBG] pgmap v3309: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: cluster 2024-03-30T04:49:23.991591+0000 mgr.y (mgr.25441) 4995 : cluster [DBG] pgmap v3310: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: cephadm 2024-03-30T04:49:23.998071+0000 mgr.y (mgr.25441) 4996 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:25.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.040031+0000 mon.c (mon.1) 5421 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.046611+0000 mon.c (mon.1) 5422 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:25.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.063525+0000 mon.c (mon.1) 5423 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:25.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: cluster 2024-03-30T04:49:24.065006+0000 mgr.y (mgr.25441) 4997 : cluster [DBG] pgmap v3311: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: cluster 2024-03-30T04:49:24.065246+0000 mgr.y (mgr.25441) 4998 : cluster [DBG] pgmap v3312: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.070926+0000 mon.a (mon.0) 2155 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:25.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: cephadm 2024-03-30T04:49:24.071767+0000 mgr.y (mgr.25441) 4999 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:25.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.128504+0000 mon.c (mon.1) 5424 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:25.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.130713+0000 mon.c (mon.1) 5425 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.132651+0000 mon.c (mon.1) 5426 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:25.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.133332+0000 mon.c (mon.1) 5427 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:25.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: cluster 2024-03-30T04:49:24.134677+0000 mgr.y (mgr.25441) 5000 : cluster [DBG] pgmap v3313: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: cluster 2024-03-30T04:49:24.134921+0000 mgr.y (mgr.25441) 5001 : cluster [DBG] pgmap v3314: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.139612+0000 mon.a (mon.0) 2156 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:25.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: cephadm 2024-03-30T04:49:24.140488+0000 mgr.y (mgr.25441) 5002 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:25.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.186271+0000 mon.c (mon.1) 5428 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:25.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.188273+0000 mon.c (mon.1) 5429 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.190316+0000 mon.c (mon.1) 5430 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:25.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.191144+0000 mon.c (mon.1) 5431 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:25.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: cluster 2024-03-30T04:49:24.192503+0000 mgr.y (mgr.25441) 5003 : cluster [DBG] pgmap v3315: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: cluster 2024-03-30T04:49:24.192737+0000 mgr.y (mgr.25441) 5004 : cluster [DBG] pgmap v3316: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.198591+0000 mon.a (mon.0) 2157 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:25.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: cephadm 2024-03-30T04:49:24.199244+0000 mgr.y (mgr.25441) 5005 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:25.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.240416+0000 mon.c (mon.1) 5432 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:25.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.243671+0000 mon.c (mon.1) 5433 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.246169+0000 mon.c (mon.1) 5434 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:25.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.246938+0000 mon.c (mon.1) 5435 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:25.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: cluster 2024-03-30T04:49:24.248521+0000 mgr.y (mgr.25441) 5006 : cluster [DBG] pgmap v3317: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: cluster 2024-03-30T04:49:24.248735+0000 mgr.y (mgr.25441) 5007 : cluster [DBG] pgmap v3318: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.254113+0000 mon.a (mon.0) 2158 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:25.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: cephadm 2024-03-30T04:49:24.259753+0000 mgr.y (mgr.25441) 5008 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:25.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.133332+0000 mon.c (mon.1) 5427 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:25.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: cluster 2024-03-30T04:49:24.134677+0000 mgr.y (mgr.25441) 5000 : cluster [DBG] pgmap v3313: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: cluster 2024-03-30T04:49:24.134921+0000 mgr.y (mgr.25441) 5001 : cluster [DBG] pgmap v3314: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.139612+0000 mon.a (mon.0) 2156 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:25.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: cephadm 2024-03-30T04:49:24.140488+0000 mgr.y (mgr.25441) 5002 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:25.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.186271+0000 mon.c (mon.1) 5428 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:25.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.188273+0000 mon.c (mon.1) 5429 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.190316+0000 mon.c (mon.1) 5430 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:25.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.191144+0000 mon.c (mon.1) 5431 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:25.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: cluster 2024-03-30T04:49:24.192503+0000 mgr.y (mgr.25441) 5003 : cluster [DBG] pgmap v3315: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: cluster 2024-03-30T04:49:24.192737+0000 mgr.y (mgr.25441) 5004 : cluster [DBG] pgmap v3316: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.198591+0000 mon.a (mon.0) 2157 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:25.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: cephadm 2024-03-30T04:49:24.199244+0000 mgr.y (mgr.25441) 5005 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:25.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.240416+0000 mon.c (mon.1) 5432 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:25.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.243671+0000 mon.c (mon.1) 5433 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.246169+0000 mon.c (mon.1) 5434 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:25.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.246938+0000 mon.c (mon.1) 5435 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:25.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: cluster 2024-03-30T04:49:24.248521+0000 mgr.y (mgr.25441) 5006 : cluster [DBG] pgmap v3317: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: cluster 2024-03-30T04:49:24.248735+0000 mgr.y (mgr.25441) 5007 : cluster [DBG] pgmap v3318: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.254113+0000 mon.a (mon.0) 2158 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:25.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: cephadm 2024-03-30T04:49:24.259753+0000 mgr.y (mgr.25441) 5008 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:25.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.306039+0000 mon.c (mon.1) 5436 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:25.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.307985+0000 mon.c (mon.1) 5437 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.309818+0000 mon.c (mon.1) 5438 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:25.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.310518+0000 mon.c (mon.1) 5439 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:25.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: cluster 2024-03-30T04:49:24.311873+0000 mgr.y (mgr.25441) 5009 : cluster [DBG] pgmap v3319: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: cluster 2024-03-30T04:49:24.312116+0000 mgr.y (mgr.25441) 5010 : cluster [DBG] pgmap v3320: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.317451+0000 mon.a (mon.0) 2159 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:25.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: cephadm 2024-03-30T04:49:24.318047+0000 mgr.y (mgr.25441) 5011 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:25.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.377230+0000 mon.c (mon.1) 5440 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:25.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.379263+0000 mon.c (mon.1) 5441 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.381382+0000 mon.c (mon.1) 5442 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:25.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.383147+0000 mon.c (mon.1) 5443 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:25.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: cluster 2024-03-30T04:49:24.385079+0000 mgr.y (mgr.25441) 5012 : cluster [DBG] pgmap v3321: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: cluster 2024-03-30T04:49:24.385382+0000 mgr.y (mgr.25441) 5013 : cluster [DBG] pgmap v3322: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.391827+0000 mon.a (mon.0) 2160 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:25.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: cephadm 2024-03-30T04:49:24.398762+0000 mgr.y (mgr.25441) 5014 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:25.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.457932+0000 mon.c (mon.1) 5444 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:25.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.460069+0000 mon.c (mon.1) 5445 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.462770+0000 mon.c (mon.1) 5446 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:25.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.463573+0000 mon.c (mon.1) 5447 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:25.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: cluster 2024-03-30T04:49:24.464978+0000 mgr.y (mgr.25441) 5015 : cluster [DBG] pgmap v3323: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: cluster 2024-03-30T04:49:24.465248+0000 mgr.y (mgr.25441) 5016 : cluster [DBG] pgmap v3324: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.470904+0000 mon.a (mon.0) 2161 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:25.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: cephadm 2024-03-30T04:49:24.471933+0000 mgr.y (mgr.25441) 5017 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:25.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.530709+0000 mon.a (mon.0) 2162 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:25.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.534735+0000 mon.c (mon.1) 5448 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:25.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.536803+0000 mon.c (mon.1) 5449 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.540317+0000 mon.a (mon.0) 2163 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:25.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: cluster 2024-03-30T04:49:24.542006+0000 mgr.y (mgr.25441) 5018 : cluster [DBG] pgmap v3325: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: cluster 2024-03-30T04:49:24.542266+0000 mgr.y (mgr.25441) 5019 : cluster [DBG] pgmap v3326: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.544695+0000 mon.c (mon.1) 5450 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:25.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.547725+0000 mon.a (mon.0) 2164 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:25.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.549257+0000 mon.c (mon.1) 5451 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:25.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: cluster 2024-03-30T04:49:24.550826+0000 mgr.y (mgr.25441) 5020 : cluster [DBG] pgmap v3327: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: cluster 2024-03-30T04:49:24.551068+0000 mgr.y (mgr.25441) 5021 : cluster [DBG] pgmap v3328: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.556251+0000 mon.a (mon.0) 2165 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:25.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.616753+0000 mon.c (mon.1) 5452 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:25.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.618836+0000 mon.c (mon.1) 5453 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.620330+0000 mon.c (mon.1) 5454 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.621393+0000 mon.c (mon.1) 5455 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.306039+0000 mon.c (mon.1) 5436 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:25.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.307985+0000 mon.c (mon.1) 5437 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.309818+0000 mon.c (mon.1) 5438 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:25.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.310518+0000 mon.c (mon.1) 5439 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:25.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: cluster 2024-03-30T04:49:24.311873+0000 mgr.y (mgr.25441) 5009 : cluster [DBG] pgmap v3319: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: cluster 2024-03-30T04:49:24.312116+0000 mgr.y (mgr.25441) 5010 : cluster [DBG] pgmap v3320: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.317451+0000 mon.a (mon.0) 2159 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:25.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: cephadm 2024-03-30T04:49:24.318047+0000 mgr.y (mgr.25441) 5011 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:25.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.377230+0000 mon.c (mon.1) 5440 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:25.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.379263+0000 mon.c (mon.1) 5441 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.381382+0000 mon.c (mon.1) 5442 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:25.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.383147+0000 mon.c (mon.1) 5443 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:25.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: cluster 2024-03-30T04:49:24.385079+0000 mgr.y (mgr.25441) 5012 : cluster [DBG] pgmap v3321: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: cluster 2024-03-30T04:49:24.385382+0000 mgr.y (mgr.25441) 5013 : cluster [DBG] pgmap v3322: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.391827+0000 mon.a (mon.0) 2160 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:25.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: cephadm 2024-03-30T04:49:24.398762+0000 mgr.y (mgr.25441) 5014 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:25.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.457932+0000 mon.c (mon.1) 5444 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:25.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.460069+0000 mon.c (mon.1) 5445 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.462770+0000 mon.c (mon.1) 5446 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:25.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.623425+0000 mon.c (mon.1) 5456 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.625807+0000 mon.c (mon.1) 5457 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.627354+0000 mon.c (mon.1) 5458 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.628423+0000 mon.c (mon.1) 5459 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.629519+0000 mon.c (mon.1) 5460 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.630655+0000 mon.c (mon.1) 5461 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.632021+0000 mon.c (mon.1) 5462 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: cephadm 2024-03-30T04:49:24.632738+0000 mgr.y (mgr.25441) 5022 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-03-30T04:49:25.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.637712+0000 mon.a (mon.0) 2166 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:25.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.640151+0000 mon.c (mon.1) 5463 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.foo.smithi111.fmwmll"}]: dispatch 2024-03-30T04:49:25.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.640492+0000 mon.a (mon.0) 2167 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.foo.smithi111.fmwmll"}]: dispatch 2024-03-30T04:49:25.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.646731+0000 mon.a (mon.0) 2168 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.foo.smithi111.fmwmll"}]': finished 2024-03-30T04:49:25.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.649990+0000 mon.c (mon.1) 5464 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: cephadm 2024-03-30T04:49:24.650773+0000 mgr.y (mgr.25441) 5023 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-03-30T04:49:25.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.655149+0000 mon.a (mon.0) 2169 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:25.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.659289+0000 mon.c (mon.1) 5465 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: cephadm 2024-03-30T04:49:24.660088+0000 mgr.y (mgr.25441) 5024 : cephadm [INF] Upgrade: Setting container_image for all nvmeof 2024-03-30T04:49:25.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.664319+0000 mon.a (mon.0) 2170 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:25.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: audit 2024-03-30T04:49:24.996552+0000 mon.a (mon.0) 2171 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/2926874461"}]': finished 2024-03-30T04:49:25.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[73591]: cluster 2024-03-30T04:49:25.003489+0000 mon.a (mon.0) 2172 : cluster [DBG] osdmap e152: 8 total, 8 up, 8 in 2024-03-30T04:49:25.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.463573+0000 mon.c (mon.1) 5447 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:25.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: cluster 2024-03-30T04:49:24.464978+0000 mgr.y (mgr.25441) 5015 : cluster [DBG] pgmap v3323: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: cluster 2024-03-30T04:49:24.465248+0000 mgr.y (mgr.25441) 5016 : cluster [DBG] pgmap v3324: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.470904+0000 mon.a (mon.0) 2161 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:25.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: cephadm 2024-03-30T04:49:24.471933+0000 mgr.y (mgr.25441) 5017 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:25.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.530709+0000 mon.a (mon.0) 2162 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:25.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.534735+0000 mon.c (mon.1) 5448 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:25.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.536803+0000 mon.c (mon.1) 5449 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.540317+0000 mon.a (mon.0) 2163 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:25.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: cluster 2024-03-30T04:49:24.542006+0000 mgr.y (mgr.25441) 5018 : cluster [DBG] pgmap v3325: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: cluster 2024-03-30T04:49:24.542266+0000 mgr.y (mgr.25441) 5019 : cluster [DBG] pgmap v3326: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.544695+0000 mon.c (mon.1) 5450 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:25.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.547725+0000 mon.a (mon.0) 2164 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:25.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.549257+0000 mon.c (mon.1) 5451 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:25.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: cluster 2024-03-30T04:49:24.550826+0000 mgr.y (mgr.25441) 5020 : cluster [DBG] pgmap v3327: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: cluster 2024-03-30T04:49:24.551068+0000 mgr.y (mgr.25441) 5021 : cluster [DBG] pgmap v3328: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.556251+0000 mon.a (mon.0) 2165 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:25.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.616753+0000 mon.c (mon.1) 5452 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:25.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.618836+0000 mon.c (mon.1) 5453 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.620330+0000 mon.c (mon.1) 5454 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.621393+0000 mon.c (mon.1) 5455 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.623425+0000 mon.c (mon.1) 5456 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.625807+0000 mon.c (mon.1) 5457 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.627354+0000 mon.c (mon.1) 5458 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.628423+0000 mon.c (mon.1) 5459 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.629519+0000 mon.c (mon.1) 5460 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.630655+0000 mon.c (mon.1) 5461 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.632021+0000 mon.c (mon.1) 5462 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: cephadm 2024-03-30T04:49:24.632738+0000 mgr.y (mgr.25441) 5022 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-03-30T04:49:25.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.637712+0000 mon.a (mon.0) 2166 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:25.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.640151+0000 mon.c (mon.1) 5463 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.foo.smithi111.fmwmll"}]: dispatch 2024-03-30T04:49:25.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.640492+0000 mon.a (mon.0) 2167 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.foo.smithi111.fmwmll"}]: dispatch 2024-03-30T04:49:25.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.646731+0000 mon.a (mon.0) 2168 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.foo.smithi111.fmwmll"}]': finished 2024-03-30T04:49:25.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.649990+0000 mon.c (mon.1) 5464 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: cephadm 2024-03-30T04:49:24.650773+0000 mgr.y (mgr.25441) 5023 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-03-30T04:49:25.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.655149+0000 mon.a (mon.0) 2169 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:25.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.659289+0000 mon.c (mon.1) 5465 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: cephadm 2024-03-30T04:49:24.660088+0000 mgr.y (mgr.25441) 5024 : cephadm [INF] Upgrade: Setting container_image for all nvmeof 2024-03-30T04:49:25.383 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.664319+0000 mon.a (mon.0) 2170 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:25.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: audit 2024-03-30T04:49:24.996552+0000 mon.a (mon.0) 2171 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/2926874461"}]': finished 2024-03-30T04:49:25.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:25 smithi111 bash[70954]: cluster 2024-03-30T04:49:25.003489+0000 mon.a (mon.0) 2172 : cluster [DBG] osdmap e152: 8 total, 8 up, 8 in 2024-03-30T04:49:25.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: cluster 2024-03-30T04:49:23.856130+0000 mgr.y (mgr.25441) 4988 : cluster [DBG] pgmap v3305: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: cluster 2024-03-30T04:49:23.856406+0000 mgr.y (mgr.25441) 4989 : cluster [DBG] pgmap v3306: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: cephadm 2024-03-30T04:49:23.866194+0000 mgr.y (mgr.25441) 4990 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:25.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: cluster 2024-03-30T04:49:23.930510+0000 mgr.y (mgr.25441) 4991 : cluster [DBG] pgmap v3307: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: cluster 2024-03-30T04:49:23.930745+0000 mgr.y (mgr.25441) 4992 : cluster [DBG] pgmap v3308: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: cephadm 2024-03-30T04:49:23.936950+0000 mgr.y (mgr.25441) 4993 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:25.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: cluster 2024-03-30T04:49:23.991273+0000 mgr.y (mgr.25441) 4994 : cluster [DBG] pgmap v3309: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: cluster 2024-03-30T04:49:23.991591+0000 mgr.y (mgr.25441) 4995 : cluster [DBG] pgmap v3310: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: cephadm 2024-03-30T04:49:23.998071+0000 mgr.y (mgr.25441) 4996 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:25.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.040031+0000 mon.c (mon.1) 5421 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.046611+0000 mon.c (mon.1) 5422 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:25.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.063525+0000 mon.c (mon.1) 5423 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:25.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: cluster 2024-03-30T04:49:24.065006+0000 mgr.y (mgr.25441) 4997 : cluster [DBG] pgmap v3311: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: cluster 2024-03-30T04:49:24.065246+0000 mgr.y (mgr.25441) 4998 : cluster [DBG] pgmap v3312: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.070926+0000 mon.a (mon.0) 2155 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:25.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: cephadm 2024-03-30T04:49:24.071767+0000 mgr.y (mgr.25441) 4999 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:25.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.128504+0000 mon.c (mon.1) 5424 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:25.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.130713+0000 mon.c (mon.1) 5425 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.132651+0000 mon.c (mon.1) 5426 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:25.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.133332+0000 mon.c (mon.1) 5427 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:25.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: cluster 2024-03-30T04:49:24.134677+0000 mgr.y (mgr.25441) 5000 : cluster [DBG] pgmap v3313: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: cluster 2024-03-30T04:49:24.134921+0000 mgr.y (mgr.25441) 5001 : cluster [DBG] pgmap v3314: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.139612+0000 mon.a (mon.0) 2156 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:25.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: cephadm 2024-03-30T04:49:24.140488+0000 mgr.y (mgr.25441) 5002 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:25.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.186271+0000 mon.c (mon.1) 5428 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:25.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.188273+0000 mon.c (mon.1) 5429 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.190316+0000 mon.c (mon.1) 5430 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:25.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.191144+0000 mon.c (mon.1) 5431 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:25.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: cluster 2024-03-30T04:49:24.192503+0000 mgr.y (mgr.25441) 5003 : cluster [DBG] pgmap v3315: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: cluster 2024-03-30T04:49:24.192737+0000 mgr.y (mgr.25441) 5004 : cluster [DBG] pgmap v3316: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.198591+0000 mon.a (mon.0) 2157 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:25.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: cephadm 2024-03-30T04:49:24.199244+0000 mgr.y (mgr.25441) 5005 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:25.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.240416+0000 mon.c (mon.1) 5432 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:25.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.243671+0000 mon.c (mon.1) 5433 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.246169+0000 mon.c (mon.1) 5434 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:25.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.246938+0000 mon.c (mon.1) 5435 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:25.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: cluster 2024-03-30T04:49:24.248521+0000 mgr.y (mgr.25441) 5006 : cluster [DBG] pgmap v3317: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: cluster 2024-03-30T04:49:24.248735+0000 mgr.y (mgr.25441) 5007 : cluster [DBG] pgmap v3318: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.254113+0000 mon.a (mon.0) 2158 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:25.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: cephadm 2024-03-30T04:49:24.259753+0000 mgr.y (mgr.25441) 5008 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:25.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.306039+0000 mon.c (mon.1) 5436 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:25.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.307985+0000 mon.c (mon.1) 5437 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.309818+0000 mon.c (mon.1) 5438 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:25.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.310518+0000 mon.c (mon.1) 5439 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:25.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: cluster 2024-03-30T04:49:24.311873+0000 mgr.y (mgr.25441) 5009 : cluster [DBG] pgmap v3319: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: cluster 2024-03-30T04:49:24.312116+0000 mgr.y (mgr.25441) 5010 : cluster [DBG] pgmap v3320: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.317451+0000 mon.a (mon.0) 2159 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:25.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: cephadm 2024-03-30T04:49:24.318047+0000 mgr.y (mgr.25441) 5011 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:25.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.377230+0000 mon.c (mon.1) 5440 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:25.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.379263+0000 mon.c (mon.1) 5441 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.381382+0000 mon.c (mon.1) 5442 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:25.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.383147+0000 mon.c (mon.1) 5443 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:25.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: cluster 2024-03-30T04:49:24.385079+0000 mgr.y (mgr.25441) 5012 : cluster [DBG] pgmap v3321: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: cluster 2024-03-30T04:49:24.385382+0000 mgr.y (mgr.25441) 5013 : cluster [DBG] pgmap v3322: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.391827+0000 mon.a (mon.0) 2160 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:25.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: cephadm 2024-03-30T04:49:24.398762+0000 mgr.y (mgr.25441) 5014 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:25.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.457932+0000 mon.c (mon.1) 5444 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:25.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.460069+0000 mon.c (mon.1) 5445 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.462770+0000 mon.c (mon.1) 5446 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:25.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.463573+0000 mon.c (mon.1) 5447 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:25.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: cluster 2024-03-30T04:49:24.464978+0000 mgr.y (mgr.25441) 5015 : cluster [DBG] pgmap v3323: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: cluster 2024-03-30T04:49:24.465248+0000 mgr.y (mgr.25441) 5016 : cluster [DBG] pgmap v3324: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.470904+0000 mon.a (mon.0) 2161 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:25.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: cephadm 2024-03-30T04:49:24.471933+0000 mgr.y (mgr.25441) 5017 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:25.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.530709+0000 mon.a (mon.0) 2162 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:25.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.534735+0000 mon.c (mon.1) 5448 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:25.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.536803+0000 mon.c (mon.1) 5449 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.540317+0000 mon.a (mon.0) 2163 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:25.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: cluster 2024-03-30T04:49:24.542006+0000 mgr.y (mgr.25441) 5018 : cluster [DBG] pgmap v3325: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: cluster 2024-03-30T04:49:24.542266+0000 mgr.y (mgr.25441) 5019 : cluster [DBG] pgmap v3326: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.544695+0000 mon.c (mon.1) 5450 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:25.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.547725+0000 mon.a (mon.0) 2164 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:25.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.549257+0000 mon.c (mon.1) 5451 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:25.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: cluster 2024-03-30T04:49:24.550826+0000 mgr.y (mgr.25441) 5020 : cluster [DBG] pgmap v3327: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: cluster 2024-03-30T04:49:24.551068+0000 mgr.y (mgr.25441) 5021 : cluster [DBG] pgmap v3328: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:25.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.556251+0000 mon.a (mon.0) 2165 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:25.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.616753+0000 mon.c (mon.1) 5452 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:25.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.618836+0000 mon.c (mon.1) 5453 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.620330+0000 mon.c (mon.1) 5454 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.621393+0000 mon.c (mon.1) 5455 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.623425+0000 mon.c (mon.1) 5456 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.625807+0000 mon.c (mon.1) 5457 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.627354+0000 mon.c (mon.1) 5458 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.628423+0000 mon.c (mon.1) 5459 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.629519+0000 mon.c (mon.1) 5460 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.630655+0000 mon.c (mon.1) 5461 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.632021+0000 mon.c (mon.1) 5462 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: cephadm 2024-03-30T04:49:24.632738+0000 mgr.y (mgr.25441) 5022 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-03-30T04:49:25.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.637712+0000 mon.a (mon.0) 2166 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:25.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.640151+0000 mon.c (mon.1) 5463 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.foo.smithi111.fmwmll"}]: dispatch 2024-03-30T04:49:25.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.640492+0000 mon.a (mon.0) 2167 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.foo.smithi111.fmwmll"}]: dispatch 2024-03-30T04:49:25.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.646731+0000 mon.a (mon.0) 2168 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.foo.smithi111.fmwmll"}]': finished 2024-03-30T04:49:25.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.649990+0000 mon.c (mon.1) 5464 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: cephadm 2024-03-30T04:49:24.650773+0000 mgr.y (mgr.25441) 5023 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-03-30T04:49:25.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.655149+0000 mon.a (mon.0) 2169 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:25.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.659289+0000 mon.c (mon.1) 5465 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:25.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: cephadm 2024-03-30T04:49:24.660088+0000 mgr.y (mgr.25441) 5024 : cephadm [INF] Upgrade: Setting container_image for all nvmeof 2024-03-30T04:49:25.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.664319+0000 mon.a (mon.0) 2170 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:25.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: audit 2024-03-30T04:49:24.996552+0000 mon.a (mon.0) 2171 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/2926874461"}]': finished 2024-03-30T04:49:25.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:25 smithi117 bash[62284]: cluster 2024-03-30T04:49:25.003489+0000 mon.a (mon.0) 2172 : cluster [DBG] osdmap e152: 8 total, 8 up, 8 in 2024-03-30T04:49:26.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:26 smithi111 bash[70954]: audit 2024-03-30T04:49:25.370868+0000 mon.c (mon.1) 5466 : audit [INF] from='client.? 172.21.15.111:0/1808051416' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/431435096"}]: dispatch 2024-03-30T04:49:26.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:26 smithi111 bash[70954]: audit 2024-03-30T04:49:25.371460+0000 mon.a (mon.0) 2173 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/431435096"}]: dispatch 2024-03-30T04:49:26.386 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:26 smithi111 bash[73591]: audit 2024-03-30T04:49:25.370868+0000 mon.c (mon.1) 5466 : audit [INF] from='client.? 172.21.15.111:0/1808051416' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/431435096"}]: dispatch 2024-03-30T04:49:26.386 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:26 smithi111 bash[73591]: audit 2024-03-30T04:49:25.371460+0000 mon.a (mon.0) 2173 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/431435096"}]: dispatch 2024-03-30T04:49:26.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:26 smithi117 bash[62284]: audit 2024-03-30T04:49:25.370868+0000 mon.c (mon.1) 5466 : audit [INF] from='client.? 172.21.15.111:0/1808051416' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/431435096"}]: dispatch 2024-03-30T04:49:26.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:26 smithi117 bash[62284]: audit 2024-03-30T04:49:25.371460+0000 mon.a (mon.0) 2173 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/431435096"}]: dispatch 2024-03-30T04:49:26.989 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:49:26 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:49:26] "GET /metrics HTTP/1.1" 200 38696 "" "Prometheus/2.33.4" 2024-03-30T04:49:27.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:27 smithi111 bash[70954]: audit 2024-03-30T04:49:26.075028+0000 mon.a (mon.0) 2174 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/431435096"}]': finished 2024-03-30T04:49:27.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:27 smithi111 bash[70954]: cluster 2024-03-30T04:49:26.084139+0000 mon.a (mon.0) 2175 : cluster [DBG] osdmap e153: 8 total, 8 up, 8 in 2024-03-30T04:49:27.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:27 smithi111 bash[70954]: audit 2024-03-30T04:49:26.462445+0000 mon.a (mon.0) 2176 : audit [INF] from='client.? 172.21.15.111:0/2114956632' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/2268766998"}]: dispatch 2024-03-30T04:49:27.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:27 smithi111 bash[70954]: cluster 2024-03-30T04:49:26.551914+0000 mgr.y (mgr.25441) 5025 : cluster [DBG] pgmap v3331: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:27.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:27 smithi111 bash[73591]: audit 2024-03-30T04:49:26.075028+0000 mon.a (mon.0) 2174 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/431435096"}]': finished 2024-03-30T04:49:27.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:27 smithi111 bash[73591]: cluster 2024-03-30T04:49:26.084139+0000 mon.a (mon.0) 2175 : cluster [DBG] osdmap e153: 8 total, 8 up, 8 in 2024-03-30T04:49:27.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:27 smithi111 bash[73591]: audit 2024-03-30T04:49:26.462445+0000 mon.a (mon.0) 2176 : audit [INF] from='client.? 172.21.15.111:0/2114956632' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/2268766998"}]: dispatch 2024-03-30T04:49:27.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:27 smithi111 bash[73591]: cluster 2024-03-30T04:49:26.551914+0000 mgr.y (mgr.25441) 5025 : cluster [DBG] pgmap v3331: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:27.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:27 smithi117 bash[62284]: audit 2024-03-30T04:49:26.075028+0000 mon.a (mon.0) 2174 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/431435096"}]': finished 2024-03-30T04:49:27.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:27 smithi117 bash[62284]: cluster 2024-03-30T04:49:26.084139+0000 mon.a (mon.0) 2175 : cluster [DBG] osdmap e153: 8 total, 8 up, 8 in 2024-03-30T04:49:27.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:27 smithi117 bash[62284]: audit 2024-03-30T04:49:26.462445+0000 mon.a (mon.0) 2176 : audit [INF] from='client.? 172.21.15.111:0/2114956632' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/2268766998"}]: dispatch 2024-03-30T04:49:27.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:27 smithi117 bash[62284]: cluster 2024-03-30T04:49:26.551914+0000 mgr.y (mgr.25441) 5025 : cluster [DBG] pgmap v3331: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:28.152 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:28 smithi111 bash[70954]: audit 2024-03-30T04:49:27.083973+0000 mon.a (mon.0) 2177 : audit [INF] from='client.? 172.21.15.111:0/2114956632' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/2268766998"}]': finished 2024-03-30T04:49:28.153 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:28 smithi111 bash[70954]: cluster 2024-03-30T04:49:27.091127+0000 mon.a (mon.0) 2178 : cluster [DBG] osdmap e154: 8 total, 8 up, 8 in 2024-03-30T04:49:28.153 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:28 smithi111 bash[73591]: audit 2024-03-30T04:49:27.083973+0000 mon.a (mon.0) 2177 : audit [INF] from='client.? 172.21.15.111:0/2114956632' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/2268766998"}]': finished 2024-03-30T04:49:28.153 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:28 smithi111 bash[73591]: cluster 2024-03-30T04:49:27.091127+0000 mon.a (mon.0) 2178 : cluster [DBG] osdmap e154: 8 total, 8 up, 8 in 2024-03-30T04:49:28.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:28 smithi117 bash[62284]: audit 2024-03-30T04:49:27.083973+0000 mon.a (mon.0) 2177 : audit [INF] from='client.? 172.21.15.111:0/2114956632' entity='client.iscsi.foo.smithi111.fmwmll' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.111:0/2268766998"}]': finished 2024-03-30T04:49:28.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:28 smithi117 bash[62284]: cluster 2024-03-30T04:49:27.091127+0000 mon.a (mon.0) 2178 : cluster [DBG] osdmap e154: 8 total, 8 up, 8 in 2024-03-30T04:49:29.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:29 smithi111 bash[73591]: audit 2024-03-30T04:49:28.133914+0000 mon.a (mon.0) 2179 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:29.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:29 smithi111 bash[73591]: audit 2024-03-30T04:49:28.143751+0000 mon.a (mon.0) 2180 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:29.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:29 smithi111 bash[73591]: cluster 2024-03-30T04:49:28.145772+0000 mgr.y (mgr.25441) 5026 : cluster [DBG] pgmap v3333: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:49:29.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:29 smithi111 bash[73591]: cluster 2024-03-30T04:49:28.146028+0000 mgr.y (mgr.25441) 5027 : cluster [DBG] pgmap v3334: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:49:29.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:29 smithi111 bash[73591]: audit 2024-03-30T04:49:28.156185+0000 mon.a (mon.0) 2181 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:29.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:29 smithi111 bash[70954]: audit 2024-03-30T04:49:28.133914+0000 mon.a (mon.0) 2179 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:29.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:29 smithi111 bash[70954]: audit 2024-03-30T04:49:28.143751+0000 mon.a (mon.0) 2180 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:29.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:29 smithi111 bash[70954]: cluster 2024-03-30T04:49:28.145772+0000 mgr.y (mgr.25441) 5026 : cluster [DBG] pgmap v3333: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:49:29.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:29 smithi111 bash[70954]: cluster 2024-03-30T04:49:28.146028+0000 mgr.y (mgr.25441) 5027 : cluster [DBG] pgmap v3334: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:49:29.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:29 smithi111 bash[70954]: audit 2024-03-30T04:49:28.156185+0000 mon.a (mon.0) 2181 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:29.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:29 smithi117 bash[62284]: audit 2024-03-30T04:49:28.133914+0000 mon.a (mon.0) 2179 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:29.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:29 smithi117 bash[62284]: audit 2024-03-30T04:49:28.143751+0000 mon.a (mon.0) 2180 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:29.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:29 smithi117 bash[62284]: cluster 2024-03-30T04:49:28.145772+0000 mgr.y (mgr.25441) 5026 : cluster [DBG] pgmap v3333: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:49:29.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:29 smithi117 bash[62284]: cluster 2024-03-30T04:49:28.146028+0000 mgr.y (mgr.25441) 5027 : cluster [DBG] pgmap v3334: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:49:29.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:29 smithi117 bash[62284]: audit 2024-03-30T04:49:28.156185+0000 mon.a (mon.0) 2181 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:30.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:30 smithi111 bash[70954]: audit 2024-03-30T04:49:29.003100+0000 mgr.y (mgr.25441) 5028 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:30.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:30 smithi111 bash[70954]: cephadm 2024-03-30T04:49:29.546534+0000 mgr.y (mgr.25441) 5029 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-03-30T04:49:30.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:30 smithi111 bash[70954]: cephadm 2024-03-30T04:49:29.547028+0000 mgr.y (mgr.25441) 5030 : cephadm [INF] Deploying daemon node-exporter.a on smithi111 2024-03-30T04:49:30.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:30 smithi111 bash[73591]: audit 2024-03-30T04:49:29.003100+0000 mgr.y (mgr.25441) 5028 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:30.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:30 smithi111 bash[73591]: cephadm 2024-03-30T04:49:29.546534+0000 mgr.y (mgr.25441) 5029 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-03-30T04:49:30.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:30 smithi111 bash[73591]: cephadm 2024-03-30T04:49:29.547028+0000 mgr.y (mgr.25441) 5030 : cephadm [INF] Deploying daemon node-exporter.a on smithi111 2024-03-30T04:49:30.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:30 smithi117 bash[62284]: audit 2024-03-30T04:49:29.003100+0000 mgr.y (mgr.25441) 5028 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:30.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:30 smithi117 bash[62284]: cephadm 2024-03-30T04:49:29.546534+0000 mgr.y (mgr.25441) 5029 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-03-30T04:49:30.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:30 smithi117 bash[62284]: cephadm 2024-03-30T04:49:29.547028+0000 mgr.y (mgr.25441) 5030 : cephadm [INF] Deploying daemon node-exporter.a on smithi111 2024-03-30T04:49:30.741 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:30 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:30.742 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:30 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:30.742 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:49:30 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:30.742 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:49:30 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:30.743 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:49:30 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:30.743 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:49:30 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:30.743 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:30 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:30.743 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:30 smithi111 systemd[1]: Stopping Ceph node-exporter.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:49:30.744 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:49:30 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:30.744 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:49:30 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:31.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:31 smithi111 bash[70954]: cluster 2024-03-30T04:49:30.146537+0000 mgr.y (mgr.25441) 5031 : cluster [DBG] pgmap v3335: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 994 B/s rd, 0 op/s 2024-03-30T04:49:31.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:31 smithi111 bash[70954]: audit 2024-03-30T04:49:30.264239+0000 mon.c (mon.1) 5467 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:49:31.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:31 smithi111 bash[73591]: cluster 2024-03-30T04:49:30.146537+0000 mgr.y (mgr.25441) 5031 : cluster [DBG] pgmap v3335: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 994 B/s rd, 0 op/s 2024-03-30T04:49:31.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:31 smithi111 bash[73591]: audit 2024-03-30T04:49:30.264239+0000 mon.c (mon.1) 5467 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:49:31.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:31 smithi117 bash[62284]: cluster 2024-03-30T04:49:30.146537+0000 mgr.y (mgr.25441) 5031 : cluster [DBG] pgmap v3335: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 994 B/s rd, 0 op/s 2024-03-30T04:49:31.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:31 smithi117 bash[62284]: audit 2024-03-30T04:49:30.264239+0000 mon.c (mon.1) 5467 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:49:31.867 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:31 smithi111 bash[100039]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-node-exporter-a 2024-03-30T04:49:31.867 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:31 smithi111 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2024-03-30T04:49:31.867 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:31 smithi111 bash[100099]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-node-exporter-a 2024-03-30T04:49:31.867 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:31 smithi111 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@node-exporter.a.service: Failed with result 'exit-code'. 2024-03-30T04:49:31.867 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:31 smithi111 systemd[1]: Stopped Ceph node-exporter.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:49:32.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:31 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:32.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:31 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:32.368 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:49:31 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:32.368 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:49:31 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:32.368 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:49:31 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:32.369 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:49:31 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:32.369 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:49:31 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:32.369 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:49:31 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:32.369 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:31 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:32.369 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:32 smithi111 systemd[1]: Started Ceph node-exporter.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:49:32.369 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:32 smithi111 bash[100153]: Unable to find image 'quay.io/prometheus/node-exporter:v1.5.0' locally 2024-03-30T04:49:33.367 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:33 smithi111 bash[100153]: v1.5.0: Pulling from prometheus/node-exporter 2024-03-30T04:49:33.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:33 smithi111 bash[73591]: audit 2024-03-30T04:49:32.122687+0000 mon.a (mon.0) 2182 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:33.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:33 smithi111 bash[73591]: audit 2024-03-30T04:49:32.133808+0000 mon.a (mon.0) 2183 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:33.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:33 smithi111 bash[73591]: cluster 2024-03-30T04:49:32.147153+0000 mgr.y (mgr.25441) 5032 : cluster [DBG] pgmap v3336: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-30T04:49:33.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:33 smithi111 bash[70954]: audit 2024-03-30T04:49:32.122687+0000 mon.a (mon.0) 2182 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:33.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:33 smithi111 bash[70954]: audit 2024-03-30T04:49:32.133808+0000 mon.a (mon.0) 2183 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:33.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:33 smithi111 bash[70954]: cluster 2024-03-30T04:49:32.147153+0000 mgr.y (mgr.25441) 5032 : cluster [DBG] pgmap v3336: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-30T04:49:33.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:33 smithi117 bash[62284]: audit 2024-03-30T04:49:32.122687+0000 mon.a (mon.0) 2182 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:33.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:33 smithi117 bash[62284]: audit 2024-03-30T04:49:32.133808+0000 mon.a (mon.0) 2183 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:33.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:33 smithi117 bash[62284]: cluster 2024-03-30T04:49:32.147153+0000 mgr.y (mgr.25441) 5032 : cluster [DBG] pgmap v3336: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-30T04:49:33.646 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:33 smithi111 bash[100153]: 22b70bddd3ac: Pulling fs layer 2024-03-30T04:49:33.646 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:33 smithi111 bash[100153]: 5c12815fee55: Pulling fs layer 2024-03-30T04:49:33.646 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:33 smithi111 bash[100153]: c0e87333d380: Pulling fs layer 2024-03-30T04:49:33.646 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:33 smithi111 bash[100153]: 5c12815fee55: Download complete 2024-03-30T04:49:33.646 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:33 smithi111 bash[100153]: 22b70bddd3ac: Verifying Checksum 2024-03-30T04:49:33.646 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:33 smithi111 bash[100153]: 22b70bddd3ac: Download complete 2024-03-30T04:49:34.053 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:33 smithi111 bash[100153]: c0e87333d380: Verifying Checksum 2024-03-30T04:49:34.054 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:33 smithi111 bash[100153]: c0e87333d380: Download complete 2024-03-30T04:49:34.054 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:33 smithi111 bash[100153]: 22b70bddd3ac: Pull complete 2024-03-30T04:49:34.353 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:34 smithi111 bash[100153]: 5c12815fee55: Pull complete 2024-03-30T04:49:34.353 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:34 smithi111 bash[100153]: c0e87333d380: Pull complete 2024-03-30T04:49:34.617 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:34 smithi111 bash[100153]: Digest: sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c 2024-03-30T04:49:34.617 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:34 smithi111 bash[100153]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.5.0 2024-03-30T04:49:35.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:35 smithi111 bash[70954]: cluster 2024-03-30T04:49:34.147804+0000 mgr.y (mgr.25441) 5033 : cluster [DBG] pgmap v3337: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:49:35.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:35 smithi111 bash[73591]: cluster 2024-03-30T04:49:34.147804+0000 mgr.y (mgr.25441) 5033 : cluster [DBG] pgmap v3337: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:49:35.501 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:35 smithi117 bash[62284]: cluster 2024-03-30T04:49:34.147804+0000 mgr.y (mgr.25441) 5033 : cluster [DBG] pgmap v3337: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:49:35.768 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:35 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:35.769 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:49:35 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:35.769 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:49:35 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:35.770 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:49:35 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:35.770 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:49:35 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:35.770 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:35 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:35.770 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:35 smithi117 systemd[1]: Stopping Ceph node-exporter.b for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:49:35.771 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:49:35 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:35.771 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:49:35 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:35.771 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:49:35 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:36.568 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:36 smithi117 bash[83509]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-node-exporter-b 2024-03-30T04:49:36.568 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:36 smithi117 bash[62284]: cephadm 2024-03-30T04:49:34.838617+0000 mgr.y (mgr.25441) 5034 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-03-30T04:49:36.568 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:36 smithi117 bash[62284]: cephadm 2024-03-30T04:49:34.839537+0000 mgr.y (mgr.25441) 5035 : cephadm [INF] Deploying daemon node-exporter.b on smithi117 2024-03-30T04:49:36.617 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:49:36] "GET /metrics HTTP/1.1" 200 38703 "" "Prometheus/2.33.4" 2024-03-30T04:49:36.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[70954]: cephadm 2024-03-30T04:49:34.838617+0000 mgr.y (mgr.25441) 5034 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-03-30T04:49:36.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[70954]: cephadm 2024-03-30T04:49:34.839537+0000 mgr.y (mgr.25441) 5035 : cephadm [INF] Deploying daemon node-exporter.b on smithi117 2024-03-30T04:49:36.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[73591]: cephadm 2024-03-30T04:49:34.838617+0000 mgr.y (mgr.25441) 5034 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-03-30T04:49:36.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[73591]: cephadm 2024-03-30T04:49:34.839537+0000 mgr.y (mgr.25441) 5035 : cephadm [INF] Deploying daemon node-exporter.b on smithi117 2024-03-30T04:49:36.822 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:49:36 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:36.822 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:36 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:36.823 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:36 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2024-03-30T04:49:36.823 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:36 smithi117 bash[83571]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-node-exporter-b 2024-03-30T04:49:36.823 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:36 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@node-exporter.b.service: Failed with result 'exit-code'. 2024-03-30T04:49:36.823 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:36 smithi117 systemd[1]: Stopped Ceph node-exporter.b for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:49:36.823 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:36 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:36.823 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:49:36 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:36.823 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:49:36 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:36.824 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:49:36 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:36.824 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:49:36 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:36.824 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:49:36 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:36.824 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:49:36 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:37.118 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.741Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2024-03-30T04:49:37.118 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.741Z caller=node_exporter.go:181 level=info msg="Build context" build_context="(go=go1.19.3, user=root@6e7732a7b81b, date=20221129-18:59:09)" 2024-03-30T04:49:37.118 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.742Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2024-03-30T04:49:37.118 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.742Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-03-30T04:49:37.118 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.742Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2024-03-30T04:49:37.118 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.742Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-03-30T04:49:37.118 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-03-30T04:49:37.118 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=arp 2024-03-30T04:49:37.118 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=bcache 2024-03-30T04:49:37.118 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=bonding 2024-03-30T04:49:37.118 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=btrfs 2024-03-30T04:49:37.118 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=conntrack 2024-03-30T04:49:37.119 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=cpu 2024-03-30T04:49:37.119 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-03-30T04:49:37.119 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=diskstats 2024-03-30T04:49:37.119 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=dmi 2024-03-30T04:49:37.119 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=edac 2024-03-30T04:49:37.119 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=entropy 2024-03-30T04:49:37.119 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-03-30T04:49:37.119 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=filefd 2024-03-30T04:49:37.119 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=filesystem 2024-03-30T04:49:37.119 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=hwmon 2024-03-30T04:49:37.119 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=infiniband 2024-03-30T04:49:37.119 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=ipvs 2024-03-30T04:49:37.119 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=loadavg 2024-03-30T04:49:37.119 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=mdadm 2024-03-30T04:49:37.119 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=meminfo 2024-03-30T04:49:37.120 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=netclass 2024-03-30T04:49:37.120 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=netdev 2024-03-30T04:49:37.120 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=netstat 2024-03-30T04:49:37.120 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=nfs 2024-03-30T04:49:37.120 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=nfsd 2024-03-30T04:49:37.120 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=nvme 2024-03-30T04:49:37.120 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=os 2024-03-30T04:49:37.120 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-03-30T04:49:37.120 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=pressure 2024-03-30T04:49:37.120 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=rapl 2024-03-30T04:49:37.120 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=schedstat 2024-03-30T04:49:37.120 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=selinux 2024-03-30T04:49:37.120 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=sockstat 2024-03-30T04:49:37.120 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=softnet 2024-03-30T04:49:37.120 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=stat 2024-03-30T04:49:37.120 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=tapestats 2024-03-30T04:49:37.121 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=textfile 2024-03-30T04:49:37.121 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-03-30T04:49:37.121 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=time 2024-03-30T04:49:37.121 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-03-30T04:49:37.121 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=uname 2024-03-30T04:49:37.121 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=vmstat 2024-03-30T04:49:37.121 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=xfs 2024-03-30T04:49:37.121 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=node_exporter.go:117 level=info collector=zfs 2024-03-30T04:49:37.121 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2024-03-30T04:49:37.121 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:36 smithi111 bash[100153]: ts=2024-03-30T04:49:36.743Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-03-30T04:49:37.136 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:36 smithi117 systemd[1]: Started Ceph node-exporter.b for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:49:37.136 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:36 smithi117 bash[83627]: Unable to find image 'quay.io/prometheus/node-exporter:v1.5.0' locally 2024-03-30T04:49:37.555 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:37 smithi117 bash[83627]: v1.5.0: Pulling from prometheus/node-exporter 2024-03-30T04:49:37.556 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:37 smithi117 bash[62284]: cluster 2024-03-30T04:49:36.148807+0000 mgr.y (mgr.25441) 5036 : cluster [DBG] pgmap v3338: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 564 B/s rd, 0 op/s 2024-03-30T04:49:37.556 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:37 smithi117 bash[62284]: audit 2024-03-30T04:49:36.884193+0000 mon.a (mon.0) 2184 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:37.556 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:37 smithi117 bash[62284]: audit 2024-03-30T04:49:36.901263+0000 mon.a (mon.0) 2185 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:37.556 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:37 smithi117 bash[62284]: audit 2024-03-30T04:49:36.913635+0000 mon.c (mon.1) 5468 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:37.556 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:37 smithi117 bash[62284]: audit 2024-03-30T04:49:36.915544+0000 mon.c (mon.1) 5469 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:37.556 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:37 smithi117 bash[62284]: audit 2024-03-30T04:49:36.929411+0000 mon.a (mon.0) 2186 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:37.556 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:37 smithi117 bash[62284]: audit 2024-03-30T04:49:37.024047+0000 mon.c (mon.1) 5470 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:37.556 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:37 smithi117 bash[62284]: audit 2024-03-30T04:49:37.028367+0000 mon.c (mon.1) 5471 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:37.556 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:37 smithi117 bash[62284]: audit 2024-03-30T04:49:37.034350+0000 mon.c (mon.1) 5472 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:37.556 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:37 smithi117 bash[62284]: audit 2024-03-30T04:49:37.036180+0000 mon.c (mon.1) 5473 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:37.556 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:37 smithi117 bash[62284]: audit 2024-03-30T04:49:37.049221+0000 mon.a (mon.0) 2187 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:37.557 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:37 smithi117 bash[62284]: audit 2024-03-30T04:49:37.127353+0000 mon.c (mon.1) 5474 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:37.557 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:37 smithi117 bash[62284]: audit 2024-03-30T04:49:37.129851+0000 mon.c (mon.1) 5475 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:37.557 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:37 smithi117 bash[62284]: audit 2024-03-30T04:49:37.132385+0000 mon.c (mon.1) 5476 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:37.557 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:37 smithi117 bash[62284]: audit 2024-03-30T04:49:37.133485+0000 mon.c (mon.1) 5477 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:37.557 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:37 smithi117 bash[62284]: audit 2024-03-30T04:49:37.141216+0000 mon.a (mon.0) 2188 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:37.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:37 smithi111 bash[70954]: cluster 2024-03-30T04:49:36.148807+0000 mgr.y (mgr.25441) 5036 : cluster [DBG] pgmap v3338: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 564 B/s rd, 0 op/s 2024-03-30T04:49:37.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:37 smithi111 bash[70954]: audit 2024-03-30T04:49:36.884193+0000 mon.a (mon.0) 2184 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:37.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:37 smithi111 bash[70954]: audit 2024-03-30T04:49:36.901263+0000 mon.a (mon.0) 2185 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:37.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:37 smithi111 bash[70954]: audit 2024-03-30T04:49:36.913635+0000 mon.c (mon.1) 5468 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:37.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:37 smithi111 bash[70954]: audit 2024-03-30T04:49:36.915544+0000 mon.c (mon.1) 5469 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:37.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:37 smithi111 bash[70954]: audit 2024-03-30T04:49:36.929411+0000 mon.a (mon.0) 2186 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:37.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:37 smithi111 bash[70954]: audit 2024-03-30T04:49:37.024047+0000 mon.c (mon.1) 5470 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:37.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:37 smithi111 bash[70954]: audit 2024-03-30T04:49:37.028367+0000 mon.c (mon.1) 5471 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:37.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:37 smithi111 bash[70954]: audit 2024-03-30T04:49:37.034350+0000 mon.c (mon.1) 5472 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:37.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:37 smithi111 bash[70954]: audit 2024-03-30T04:49:37.036180+0000 mon.c (mon.1) 5473 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:37.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:37 smithi111 bash[70954]: audit 2024-03-30T04:49:37.049221+0000 mon.a (mon.0) 2187 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:37.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:37 smithi111 bash[70954]: audit 2024-03-30T04:49:37.127353+0000 mon.c (mon.1) 5474 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:37.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:37 smithi111 bash[70954]: audit 2024-03-30T04:49:37.129851+0000 mon.c (mon.1) 5475 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:37.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:37 smithi111 bash[70954]: audit 2024-03-30T04:49:37.132385+0000 mon.c (mon.1) 5476 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:37.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:37 smithi111 bash[70954]: audit 2024-03-30T04:49:37.133485+0000 mon.c (mon.1) 5477 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:37.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:37 smithi111 bash[70954]: audit 2024-03-30T04:49:37.141216+0000 mon.a (mon.0) 2188 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:37.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:37 smithi111 bash[73591]: cluster 2024-03-30T04:49:36.148807+0000 mgr.y (mgr.25441) 5036 : cluster [DBG] pgmap v3338: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 564 B/s rd, 0 op/s 2024-03-30T04:49:37.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:37 smithi111 bash[73591]: audit 2024-03-30T04:49:36.884193+0000 mon.a (mon.0) 2184 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:37.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:37 smithi111 bash[73591]: audit 2024-03-30T04:49:36.901263+0000 mon.a (mon.0) 2185 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:37.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:37 smithi111 bash[73591]: audit 2024-03-30T04:49:36.913635+0000 mon.c (mon.1) 5468 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:37.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:37 smithi111 bash[73591]: audit 2024-03-30T04:49:36.915544+0000 mon.c (mon.1) 5469 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:37.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:37 smithi111 bash[73591]: audit 2024-03-30T04:49:36.929411+0000 mon.a (mon.0) 2186 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:37.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:37 smithi111 bash[73591]: audit 2024-03-30T04:49:37.024047+0000 mon.c (mon.1) 5470 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:37.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:37 smithi111 bash[73591]: audit 2024-03-30T04:49:37.028367+0000 mon.c (mon.1) 5471 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:37.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:37 smithi111 bash[73591]: audit 2024-03-30T04:49:37.034350+0000 mon.c (mon.1) 5472 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:37.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:37 smithi111 bash[73591]: audit 2024-03-30T04:49:37.036180+0000 mon.c (mon.1) 5473 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:37.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:37 smithi111 bash[73591]: audit 2024-03-30T04:49:37.049221+0000 mon.a (mon.0) 2187 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:37.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:37 smithi111 bash[73591]: audit 2024-03-30T04:49:37.127353+0000 mon.c (mon.1) 5474 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:37.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:37 smithi111 bash[73591]: audit 2024-03-30T04:49:37.129851+0000 mon.c (mon.1) 5475 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:37.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:37 smithi111 bash[73591]: audit 2024-03-30T04:49:37.132385+0000 mon.c (mon.1) 5476 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:37.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:37 smithi111 bash[73591]: audit 2024-03-30T04:49:37.133485+0000 mon.c (mon.1) 5477 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:37.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:37 smithi111 bash[73591]: audit 2024-03-30T04:49:37.141216+0000 mon.a (mon.0) 2188 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.386 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[83627]: 22b70bddd3ac: Pulling fs layer 2024-03-30T04:49:38.386 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[83627]: 5c12815fee55: Pulling fs layer 2024-03-30T04:49:38.386 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[83627]: c0e87333d380: Pulling fs layer 2024-03-30T04:49:38.386 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[83627]: 5c12815fee55: Download complete 2024-03-30T04:49:38.386 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[83627]: 22b70bddd3ac: Download complete 2024-03-30T04:49:38.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: cluster 2024-03-30T04:49:36.919098+0000 mgr.y (mgr.25441) 5037 : cluster [DBG] pgmap v3339: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:49:38.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: cluster 2024-03-30T04:49:36.919767+0000 mgr.y (mgr.25441) 5038 : cluster [DBG] pgmap v3340: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:49:38.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: cephadm 2024-03-30T04:49:36.931178+0000 mgr.y (mgr.25441) 5039 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:38.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: cluster 2024-03-30T04:49:37.039558+0000 mgr.y (mgr.25441) 5040 : cluster [DBG] pgmap v3341: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-30T04:49:38.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: cluster 2024-03-30T04:49:37.040275+0000 mgr.y (mgr.25441) 5041 : cluster [DBG] pgmap v3342: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:49:38.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: cephadm 2024-03-30T04:49:37.050378+0000 mgr.y (mgr.25441) 5042 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:38.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: cluster 2024-03-30T04:49:37.135561+0000 mgr.y (mgr.25441) 5043 : cluster [DBG] pgmap v3343: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-30T04:49:38.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: cephadm 2024-03-30T04:49:37.144021+0000 mgr.y (mgr.25441) 5044 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:38.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.221961+0000 mon.c (mon.1) 5478 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.224530+0000 mon.c (mon.1) 5479 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.226923+0000 mon.c (mon.1) 5480 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.227954+0000 mon.c (mon.1) 5481 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: cluster 2024-03-30T04:49:37.230304+0000 mgr.y (mgr.25441) 5045 : cluster [DBG] pgmap v3344: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 4.6 KiB/s rd, 4 op/s 2024-03-30T04:49:38.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: cluster 2024-03-30T04:49:37.230865+0000 mgr.y (mgr.25441) 5046 : cluster [DBG] pgmap v3345: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.237370+0000 mon.a (mon.0) 2189 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: cephadm 2024-03-30T04:49:37.239178+0000 mgr.y (mgr.25441) 5047 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:38.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.318431+0000 mon.c (mon.1) 5482 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.320876+0000 mon.c (mon.1) 5483 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.323429+0000 mon.c (mon.1) 5484 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.324345+0000 mon.c (mon.1) 5485 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: cluster 2024-03-30T04:49:37.326375+0000 mgr.y (mgr.25441) 5048 : cluster [DBG] pgmap v3346: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: cluster 2024-03-30T04:49:37.326990+0000 mgr.y (mgr.25441) 5049 : cluster [DBG] pgmap v3347: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.333181+0000 mon.a (mon.0) 2190 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: cephadm 2024-03-30T04:49:37.334203+0000 mgr.y (mgr.25441) 5050 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:38.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.396501+0000 mon.c (mon.1) 5486 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.398597+0000 mon.c (mon.1) 5487 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.400718+0000 mon.c (mon.1) 5488 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.401616+0000 mon.c (mon.1) 5489 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: cluster 2024-03-30T04:49:37.403245+0000 mgr.y (mgr.25441) 5051 : cluster [DBG] pgmap v3348: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: cluster 2024-03-30T04:49:37.403495+0000 mgr.y (mgr.25441) 5052 : cluster [DBG] pgmap v3349: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.409957+0000 mon.a (mon.0) 2191 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: cephadm 2024-03-30T04:49:37.410724+0000 mgr.y (mgr.25441) 5053 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:38.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.467429+0000 mon.c (mon.1) 5490 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.469199+0000 mon.c (mon.1) 5491 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.471145+0000 mon.c (mon.1) 5492 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.471885+0000 mon.c (mon.1) 5493 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: cluster 2024-03-30T04:49:37.473274+0000 mgr.y (mgr.25441) 5054 : cluster [DBG] pgmap v3350: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: cluster 2024-03-30T04:49:37.473539+0000 mgr.y (mgr.25441) 5055 : cluster [DBG] pgmap v3351: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.479205+0000 mon.a (mon.0) 2192 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: cephadm 2024-03-30T04:49:37.480718+0000 mgr.y (mgr.25441) 5056 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:38.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.541374+0000 mon.c (mon.1) 5494 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.543716+0000 mon.c (mon.1) 5495 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.546116+0000 mon.c (mon.1) 5496 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.546982+0000 mon.c (mon.1) 5497 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: cluster 2024-03-30T04:49:37.548301+0000 mgr.y (mgr.25441) 5057 : cluster [DBG] pgmap v3352: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: cluster 2024-03-30T04:49:37.548582+0000 mgr.y (mgr.25441) 5058 : cluster [DBG] pgmap v3353: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.553381+0000 mon.a (mon.0) 2193 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: cephadm 2024-03-30T04:49:37.554299+0000 mgr.y (mgr.25441) 5059 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:38.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.594573+0000 mon.c (mon.1) 5498 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.596196+0000 mon.c (mon.1) 5499 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.598053+0000 mon.c (mon.1) 5500 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.599335+0000 mon.c (mon.1) 5501 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: cluster 2024-03-30T04:49:37.600879+0000 mgr.y (mgr.25441) 5060 : cluster [DBG] pgmap v3354: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: cluster 2024-03-30T04:49:37.601143+0000 mgr.y (mgr.25441) 5061 : cluster [DBG] pgmap v3355: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.606762+0000 mon.a (mon.0) 2194 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: cephadm 2024-03-30T04:49:37.607939+0000 mgr.y (mgr.25441) 5062 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:38.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.648103+0000 mon.c (mon.1) 5502 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.649832+0000 mon.c (mon.1) 5503 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.651608+0000 mon.c (mon.1) 5504 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.652274+0000 mon.c (mon.1) 5505 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: cluster 2024-03-30T04:49:37.653686+0000 mgr.y (mgr.25441) 5063 : cluster [DBG] pgmap v3356: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: cluster 2024-03-30T04:49:37.653974+0000 mgr.y (mgr.25441) 5064 : cluster [DBG] pgmap v3357: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.659459+0000 mon.a (mon.0) 2195 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: cephadm 2024-03-30T04:49:37.660490+0000 mgr.y (mgr.25441) 5065 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:38.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.702359+0000 mon.c (mon.1) 5506 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.704248+0000 mon.c (mon.1) 5507 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.706222+0000 mon.c (mon.1) 5508 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.706957+0000 mon.c (mon.1) 5509 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: cluster 2024-03-30T04:49:37.708293+0000 mgr.y (mgr.25441) 5066 : cluster [DBG] pgmap v3358: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: cluster 2024-03-30T04:49:37.708573+0000 mgr.y (mgr.25441) 5067 : cluster [DBG] pgmap v3359: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.714201+0000 mon.a (mon.0) 2196 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: cephadm 2024-03-30T04:49:37.716015+0000 mgr.y (mgr.25441) 5068 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:38.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.756457+0000 mon.c (mon.1) 5510 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.758207+0000 mon.c (mon.1) 5511 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.760078+0000 mon.c (mon.1) 5512 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.760733+0000 mon.c (mon.1) 5513 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: cluster 2024-03-30T04:49:37.762005+0000 mgr.y (mgr.25441) 5069 : cluster [DBG] pgmap v3360: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: cluster 2024-03-30T04:49:37.762232+0000 mgr.y (mgr.25441) 5070 : cluster [DBG] pgmap v3361: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.767158+0000 mon.a (mon.0) 2197 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: cephadm 2024-03-30T04:49:37.768413+0000 mgr.y (mgr.25441) 5071 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:38.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.808952+0000 mon.c (mon.1) 5514 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.810799+0000 mon.c (mon.1) 5515 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.813028+0000 mon.c (mon.1) 5516 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.813776+0000 mon.c (mon.1) 5517 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: cluster 2024-03-30T04:49:37.815035+0000 mgr.y (mgr.25441) 5072 : cluster [DBG] pgmap v3362: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: cluster 2024-03-30T04:49:37.815275+0000 mgr.y (mgr.25441) 5073 : cluster [DBG] pgmap v3363: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.821291+0000 mon.a (mon.0) 2198 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.867467+0000 mon.c (mon.1) 5518 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.869415+0000 mon.c (mon.1) 5519 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.871451+0000 mon.c (mon.1) 5520 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.872188+0000 mon.c (mon.1) 5521 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.878210+0000 mon.a (mon.0) 2199 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.924993+0000 mon.c (mon.1) 5522 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.927289+0000 mon.c (mon.1) 5523 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.929269+0000 mon.c (mon.1) 5524 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.929941+0000 mon.c (mon.1) 5525 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:37.936825+0000 mon.a (mon.0) 2200 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:38.000476+0000 mon.c (mon.1) 5526 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:38.003050+0000 mon.c (mon.1) 5527 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:38.005131+0000 mon.c (mon.1) 5528 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:38.005877+0000 mon.c (mon.1) 5529 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:38.014574+0000 mon.a (mon.0) 2201 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:38.076989+0000 mon.c (mon.1) 5530 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:38.079174+0000 mon.c (mon.1) 5531 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:38.081955+0000 mon.c (mon.1) 5532 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:38.083080+0000 mon.c (mon.1) 5533 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:38.092448+0000 mon.a (mon.0) 2202 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:38.165461+0000 mon.c (mon.1) 5534 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:38.167323+0000 mon.c (mon.1) 5535 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:38.169310+0000 mon.c (mon.1) 5536 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:38.170141+0000 mon.c (mon.1) 5537 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[62284]: audit 2024-03-30T04:49:38.180848+0000 mon.a (mon.0) 2203 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: cluster 2024-03-30T04:49:36.919098+0000 mgr.y (mgr.25441) 5037 : cluster [DBG] pgmap v3339: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:49:38.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: cluster 2024-03-30T04:49:36.919767+0000 mgr.y (mgr.25441) 5038 : cluster [DBG] pgmap v3340: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:49:38.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: cephadm 2024-03-30T04:49:36.931178+0000 mgr.y (mgr.25441) 5039 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:38.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: cluster 2024-03-30T04:49:37.039558+0000 mgr.y (mgr.25441) 5040 : cluster [DBG] pgmap v3341: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-30T04:49:38.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: cluster 2024-03-30T04:49:37.040275+0000 mgr.y (mgr.25441) 5041 : cluster [DBG] pgmap v3342: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:49:38.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: cephadm 2024-03-30T04:49:37.050378+0000 mgr.y (mgr.25441) 5042 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:38.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: cluster 2024-03-30T04:49:37.135561+0000 mgr.y (mgr.25441) 5043 : cluster [DBG] pgmap v3343: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-30T04:49:38.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: cephadm 2024-03-30T04:49:37.144021+0000 mgr.y (mgr.25441) 5044 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:38.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.221961+0000 mon.c (mon.1) 5478 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.224530+0000 mon.c (mon.1) 5479 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.226923+0000 mon.c (mon.1) 5480 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.227954+0000 mon.c (mon.1) 5481 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: cluster 2024-03-30T04:49:37.230304+0000 mgr.y (mgr.25441) 5045 : cluster [DBG] pgmap v3344: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 4.6 KiB/s rd, 4 op/s 2024-03-30T04:49:38.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: cluster 2024-03-30T04:49:37.230865+0000 mgr.y (mgr.25441) 5046 : cluster [DBG] pgmap v3345: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.237370+0000 mon.a (mon.0) 2189 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: cephadm 2024-03-30T04:49:37.239178+0000 mgr.y (mgr.25441) 5047 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:38.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.318431+0000 mon.c (mon.1) 5482 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.320876+0000 mon.c (mon.1) 5483 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.323429+0000 mon.c (mon.1) 5484 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: cluster 2024-03-30T04:49:36.919098+0000 mgr.y (mgr.25441) 5037 : cluster [DBG] pgmap v3339: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:49:38.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: cluster 2024-03-30T04:49:36.919767+0000 mgr.y (mgr.25441) 5038 : cluster [DBG] pgmap v3340: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:49:38.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: cephadm 2024-03-30T04:49:36.931178+0000 mgr.y (mgr.25441) 5039 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:38.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: cluster 2024-03-30T04:49:37.039558+0000 mgr.y (mgr.25441) 5040 : cluster [DBG] pgmap v3341: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-30T04:49:38.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: cluster 2024-03-30T04:49:37.040275+0000 mgr.y (mgr.25441) 5041 : cluster [DBG] pgmap v3342: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:49:38.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: cephadm 2024-03-30T04:49:37.050378+0000 mgr.y (mgr.25441) 5042 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:38.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: cluster 2024-03-30T04:49:37.135561+0000 mgr.y (mgr.25441) 5043 : cluster [DBG] pgmap v3343: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-30T04:49:38.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: cephadm 2024-03-30T04:49:37.144021+0000 mgr.y (mgr.25441) 5044 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:38.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.221961+0000 mon.c (mon.1) 5478 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.224530+0000 mon.c (mon.1) 5479 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.226923+0000 mon.c (mon.1) 5480 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.227954+0000 mon.c (mon.1) 5481 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: cluster 2024-03-30T04:49:37.230304+0000 mgr.y (mgr.25441) 5045 : cluster [DBG] pgmap v3344: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 4.6 KiB/s rd, 4 op/s 2024-03-30T04:49:38.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: cluster 2024-03-30T04:49:37.230865+0000 mgr.y (mgr.25441) 5046 : cluster [DBG] pgmap v3345: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.237370+0000 mon.a (mon.0) 2189 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: cephadm 2024-03-30T04:49:37.239178+0000 mgr.y (mgr.25441) 5047 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:38.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.318431+0000 mon.c (mon.1) 5482 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.320876+0000 mon.c (mon.1) 5483 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.323429+0000 mon.c (mon.1) 5484 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.324345+0000 mon.c (mon.1) 5485 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: cluster 2024-03-30T04:49:37.326375+0000 mgr.y (mgr.25441) 5048 : cluster [DBG] pgmap v3346: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: cluster 2024-03-30T04:49:37.326990+0000 mgr.y (mgr.25441) 5049 : cluster [DBG] pgmap v3347: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.333181+0000 mon.a (mon.0) 2190 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: cephadm 2024-03-30T04:49:37.334203+0000 mgr.y (mgr.25441) 5050 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:38.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.396501+0000 mon.c (mon.1) 5486 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.398597+0000 mon.c (mon.1) 5487 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.400718+0000 mon.c (mon.1) 5488 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.401616+0000 mon.c (mon.1) 5489 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: cluster 2024-03-30T04:49:37.403245+0000 mgr.y (mgr.25441) 5051 : cluster [DBG] pgmap v3348: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: cluster 2024-03-30T04:49:37.403495+0000 mgr.y (mgr.25441) 5052 : cluster [DBG] pgmap v3349: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.409957+0000 mon.a (mon.0) 2191 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: cephadm 2024-03-30T04:49:37.410724+0000 mgr.y (mgr.25441) 5053 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:38.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.467429+0000 mon.c (mon.1) 5490 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.469199+0000 mon.c (mon.1) 5491 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.471145+0000 mon.c (mon.1) 5492 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.471885+0000 mon.c (mon.1) 5493 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: cluster 2024-03-30T04:49:37.473274+0000 mgr.y (mgr.25441) 5054 : cluster [DBG] pgmap v3350: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: cluster 2024-03-30T04:49:37.473539+0000 mgr.y (mgr.25441) 5055 : cluster [DBG] pgmap v3351: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.479205+0000 mon.a (mon.0) 2192 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: cephadm 2024-03-30T04:49:37.480718+0000 mgr.y (mgr.25441) 5056 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:38.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.541374+0000 mon.c (mon.1) 5494 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.543716+0000 mon.c (mon.1) 5495 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.546116+0000 mon.c (mon.1) 5496 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.546982+0000 mon.c (mon.1) 5497 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: cluster 2024-03-30T04:49:37.548301+0000 mgr.y (mgr.25441) 5057 : cluster [DBG] pgmap v3352: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: cluster 2024-03-30T04:49:37.548582+0000 mgr.y (mgr.25441) 5058 : cluster [DBG] pgmap v3353: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.553381+0000 mon.a (mon.0) 2193 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: cephadm 2024-03-30T04:49:37.554299+0000 mgr.y (mgr.25441) 5059 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:38.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.594573+0000 mon.c (mon.1) 5498 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.596196+0000 mon.c (mon.1) 5499 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.598053+0000 mon.c (mon.1) 5500 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.599335+0000 mon.c (mon.1) 5501 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: cluster 2024-03-30T04:49:37.600879+0000 mgr.y (mgr.25441) 5060 : cluster [DBG] pgmap v3354: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: cluster 2024-03-30T04:49:37.601143+0000 mgr.y (mgr.25441) 5061 : cluster [DBG] pgmap v3355: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.606762+0000 mon.a (mon.0) 2194 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: cephadm 2024-03-30T04:49:37.607939+0000 mgr.y (mgr.25441) 5062 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:38.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.648103+0000 mon.c (mon.1) 5502 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.649832+0000 mon.c (mon.1) 5503 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.651608+0000 mon.c (mon.1) 5504 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.324345+0000 mon.c (mon.1) 5485 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: cluster 2024-03-30T04:49:37.326375+0000 mgr.y (mgr.25441) 5048 : cluster [DBG] pgmap v3346: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: cluster 2024-03-30T04:49:37.326990+0000 mgr.y (mgr.25441) 5049 : cluster [DBG] pgmap v3347: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.333181+0000 mon.a (mon.0) 2190 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: cephadm 2024-03-30T04:49:37.334203+0000 mgr.y (mgr.25441) 5050 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:38.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.396501+0000 mon.c (mon.1) 5486 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.398597+0000 mon.c (mon.1) 5487 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.400718+0000 mon.c (mon.1) 5488 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.401616+0000 mon.c (mon.1) 5489 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: cluster 2024-03-30T04:49:37.403245+0000 mgr.y (mgr.25441) 5051 : cluster [DBG] pgmap v3348: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: cluster 2024-03-30T04:49:37.403495+0000 mgr.y (mgr.25441) 5052 : cluster [DBG] pgmap v3349: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.409957+0000 mon.a (mon.0) 2191 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: cephadm 2024-03-30T04:49:37.410724+0000 mgr.y (mgr.25441) 5053 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:38.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.467429+0000 mon.c (mon.1) 5490 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.469199+0000 mon.c (mon.1) 5491 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.471145+0000 mon.c (mon.1) 5492 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.471885+0000 mon.c (mon.1) 5493 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: cluster 2024-03-30T04:49:37.473274+0000 mgr.y (mgr.25441) 5054 : cluster [DBG] pgmap v3350: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: cluster 2024-03-30T04:49:37.473539+0000 mgr.y (mgr.25441) 5055 : cluster [DBG] pgmap v3351: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.479205+0000 mon.a (mon.0) 2192 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.652274+0000 mon.c (mon.1) 5505 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: cluster 2024-03-30T04:49:37.653686+0000 mgr.y (mgr.25441) 5063 : cluster [DBG] pgmap v3356: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: cluster 2024-03-30T04:49:37.653974+0000 mgr.y (mgr.25441) 5064 : cluster [DBG] pgmap v3357: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.659459+0000 mon.a (mon.0) 2195 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: cephadm 2024-03-30T04:49:37.660490+0000 mgr.y (mgr.25441) 5065 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:38.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.702359+0000 mon.c (mon.1) 5506 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.704248+0000 mon.c (mon.1) 5507 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.706222+0000 mon.c (mon.1) 5508 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.706957+0000 mon.c (mon.1) 5509 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: cluster 2024-03-30T04:49:37.708293+0000 mgr.y (mgr.25441) 5066 : cluster [DBG] pgmap v3358: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: cluster 2024-03-30T04:49:37.708573+0000 mgr.y (mgr.25441) 5067 : cluster [DBG] pgmap v3359: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.714201+0000 mon.a (mon.0) 2196 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: cephadm 2024-03-30T04:49:37.716015+0000 mgr.y (mgr.25441) 5068 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:38.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.756457+0000 mon.c (mon.1) 5510 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.758207+0000 mon.c (mon.1) 5511 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.760078+0000 mon.c (mon.1) 5512 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.760733+0000 mon.c (mon.1) 5513 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: cluster 2024-03-30T04:49:37.762005+0000 mgr.y (mgr.25441) 5069 : cluster [DBG] pgmap v3360: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: cluster 2024-03-30T04:49:37.762232+0000 mgr.y (mgr.25441) 5070 : cluster [DBG] pgmap v3361: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.767158+0000 mon.a (mon.0) 2197 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: cephadm 2024-03-30T04:49:37.480718+0000 mgr.y (mgr.25441) 5056 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:38.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.541374+0000 mon.c (mon.1) 5494 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.543716+0000 mon.c (mon.1) 5495 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.546116+0000 mon.c (mon.1) 5496 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.546982+0000 mon.c (mon.1) 5497 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: cluster 2024-03-30T04:49:37.548301+0000 mgr.y (mgr.25441) 5057 : cluster [DBG] pgmap v3352: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: cluster 2024-03-30T04:49:37.548582+0000 mgr.y (mgr.25441) 5058 : cluster [DBG] pgmap v3353: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.553381+0000 mon.a (mon.0) 2193 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: cephadm 2024-03-30T04:49:37.554299+0000 mgr.y (mgr.25441) 5059 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:38.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.594573+0000 mon.c (mon.1) 5498 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.596196+0000 mon.c (mon.1) 5499 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.598053+0000 mon.c (mon.1) 5500 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.599335+0000 mon.c (mon.1) 5501 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: cluster 2024-03-30T04:49:37.600879+0000 mgr.y (mgr.25441) 5060 : cluster [DBG] pgmap v3354: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: cluster 2024-03-30T04:49:37.601143+0000 mgr.y (mgr.25441) 5061 : cluster [DBG] pgmap v3355: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.606762+0000 mon.a (mon.0) 2194 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: cephadm 2024-03-30T04:49:37.607939+0000 mgr.y (mgr.25441) 5062 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:38.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.648103+0000 mon.c (mon.1) 5502 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.649832+0000 mon.c (mon.1) 5503 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.651608+0000 mon.c (mon.1) 5504 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: cephadm 2024-03-30T04:49:37.768413+0000 mgr.y (mgr.25441) 5071 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:38.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.808952+0000 mon.c (mon.1) 5514 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.810799+0000 mon.c (mon.1) 5515 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.813028+0000 mon.c (mon.1) 5516 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.813776+0000 mon.c (mon.1) 5517 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: cluster 2024-03-30T04:49:37.815035+0000 mgr.y (mgr.25441) 5072 : cluster [DBG] pgmap v3362: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: cluster 2024-03-30T04:49:37.815275+0000 mgr.y (mgr.25441) 5073 : cluster [DBG] pgmap v3363: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.821291+0000 mon.a (mon.0) 2198 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.867467+0000 mon.c (mon.1) 5518 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.869415+0000 mon.c (mon.1) 5519 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.871451+0000 mon.c (mon.1) 5520 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.872188+0000 mon.c (mon.1) 5521 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.878210+0000 mon.a (mon.0) 2199 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.924993+0000 mon.c (mon.1) 5522 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.927289+0000 mon.c (mon.1) 5523 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.929269+0000 mon.c (mon.1) 5524 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.929941+0000 mon.c (mon.1) 5525 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:37.936825+0000 mon.a (mon.0) 2200 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:38.000476+0000 mon.c (mon.1) 5526 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:38.003050+0000 mon.c (mon.1) 5527 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:38.005131+0000 mon.c (mon.1) 5528 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:38.005877+0000 mon.c (mon.1) 5529 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:38.014574+0000 mon.a (mon.0) 2201 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:38.076989+0000 mon.c (mon.1) 5530 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:38.079174+0000 mon.c (mon.1) 5531 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:38.081955+0000 mon.c (mon.1) 5532 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:38.083080+0000 mon.c (mon.1) 5533 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:38.092448+0000 mon.a (mon.0) 2202 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:38.165461+0000 mon.c (mon.1) 5534 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:38.167323+0000 mon.c (mon.1) 5535 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:38.169310+0000 mon.c (mon.1) 5536 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:38.170141+0000 mon.c (mon.1) 5537 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[70954]: audit 2024-03-30T04:49:38.180848+0000 mon.a (mon.0) 2203 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.652274+0000 mon.c (mon.1) 5505 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: cluster 2024-03-30T04:49:37.653686+0000 mgr.y (mgr.25441) 5063 : cluster [DBG] pgmap v3356: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: cluster 2024-03-30T04:49:37.653974+0000 mgr.y (mgr.25441) 5064 : cluster [DBG] pgmap v3357: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.659459+0000 mon.a (mon.0) 2195 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: cephadm 2024-03-30T04:49:37.660490+0000 mgr.y (mgr.25441) 5065 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:38.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.702359+0000 mon.c (mon.1) 5506 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.704248+0000 mon.c (mon.1) 5507 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.706222+0000 mon.c (mon.1) 5508 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.706957+0000 mon.c (mon.1) 5509 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: cluster 2024-03-30T04:49:37.708293+0000 mgr.y (mgr.25441) 5066 : cluster [DBG] pgmap v3358: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: cluster 2024-03-30T04:49:37.708573+0000 mgr.y (mgr.25441) 5067 : cluster [DBG] pgmap v3359: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.714201+0000 mon.a (mon.0) 2196 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: cephadm 2024-03-30T04:49:37.716015+0000 mgr.y (mgr.25441) 5068 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:38.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.756457+0000 mon.c (mon.1) 5510 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.758207+0000 mon.c (mon.1) 5511 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.760078+0000 mon.c (mon.1) 5512 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.760733+0000 mon.c (mon.1) 5513 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: cluster 2024-03-30T04:49:37.762005+0000 mgr.y (mgr.25441) 5069 : cluster [DBG] pgmap v3360: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: cluster 2024-03-30T04:49:37.762232+0000 mgr.y (mgr.25441) 5070 : cluster [DBG] pgmap v3361: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.767158+0000 mon.a (mon.0) 2197 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: cephadm 2024-03-30T04:49:37.768413+0000 mgr.y (mgr.25441) 5071 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:38.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.808952+0000 mon.c (mon.1) 5514 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.810799+0000 mon.c (mon.1) 5515 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.813028+0000 mon.c (mon.1) 5516 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.813776+0000 mon.c (mon.1) 5517 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: cluster 2024-03-30T04:49:37.815035+0000 mgr.y (mgr.25441) 5072 : cluster [DBG] pgmap v3362: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: cluster 2024-03-30T04:49:37.815275+0000 mgr.y (mgr.25441) 5073 : cluster [DBG] pgmap v3363: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:38.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.821291+0000 mon.a (mon.0) 2198 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.867467+0000 mon.c (mon.1) 5518 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.869415+0000 mon.c (mon.1) 5519 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.871451+0000 mon.c (mon.1) 5520 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.872188+0000 mon.c (mon.1) 5521 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.878210+0000 mon.a (mon.0) 2199 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.924993+0000 mon.c (mon.1) 5522 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.927289+0000 mon.c (mon.1) 5523 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.929269+0000 mon.c (mon.1) 5524 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.929941+0000 mon.c (mon.1) 5525 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:37.936825+0000 mon.a (mon.0) 2200 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:38.000476+0000 mon.c (mon.1) 5526 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:38.003050+0000 mon.c (mon.1) 5527 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:38.005131+0000 mon.c (mon.1) 5528 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:38.005877+0000 mon.c (mon.1) 5529 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:38.014574+0000 mon.a (mon.0) 2201 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:38.076989+0000 mon.c (mon.1) 5530 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:38.079174+0000 mon.c (mon.1) 5531 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:38.081955+0000 mon.c (mon.1) 5532 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:38.083080+0000 mon.c (mon.1) 5533 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:38.092448+0000 mon.a (mon.0) 2202 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:38.165461+0000 mon.c (mon.1) 5534 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:38.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:38.167323+0000 mon.c (mon.1) 5535 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:38.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:38.169310+0000 mon.c (mon.1) 5536 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:38.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:38.170141+0000 mon.c (mon.1) 5537 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:38.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:38 smithi111 bash[73591]: audit 2024-03-30T04:49:38.180848+0000 mon.a (mon.0) 2203 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:38.769 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[83627]: c0e87333d380: Verifying Checksum 2024-03-30T04:49:38.769 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[83627]: c0e87333d380: Download complete 2024-03-30T04:49:38.769 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:38 smithi117 bash[83627]: 22b70bddd3ac: Pull complete 2024-03-30T04:49:39.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: cephadm 2024-03-30T04:49:37.822489+0000 mgr.y (mgr.25441) 5074 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: cluster 2024-03-30T04:49:37.873587+0000 mgr.y (mgr.25441) 5075 : cluster [DBG] pgmap v3364: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: cluster 2024-03-30T04:49:37.873796+0000 mgr.y (mgr.25441) 5076 : cluster [DBG] pgmap v3365: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: cephadm 2024-03-30T04:49:37.879440+0000 mgr.y (mgr.25441) 5077 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: cluster 2024-03-30T04:49:37.931217+0000 mgr.y (mgr.25441) 5078 : cluster [DBG] pgmap v3366: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: cluster 2024-03-30T04:49:37.931479+0000 mgr.y (mgr.25441) 5079 : cluster [DBG] pgmap v3367: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: cephadm 2024-03-30T04:49:37.938437+0000 mgr.y (mgr.25441) 5080 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: cluster 2024-03-30T04:49:38.007596+0000 mgr.y (mgr.25441) 5081 : cluster [DBG] pgmap v3368: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: cluster 2024-03-30T04:49:38.008067+0000 mgr.y (mgr.25441) 5082 : cluster [DBG] pgmap v3369: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: cephadm 2024-03-30T04:49:38.015218+0000 mgr.y (mgr.25441) 5083 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: cluster 2024-03-30T04:49:38.084677+0000 mgr.y (mgr.25441) 5084 : cluster [DBG] pgmap v3370: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: cluster 2024-03-30T04:49:38.084898+0000 mgr.y (mgr.25441) 5085 : cluster [DBG] pgmap v3371: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: cephadm 2024-03-30T04:49:38.093284+0000 mgr.y (mgr.25441) 5086 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: cluster 2024-03-30T04:49:38.171671+0000 mgr.y (mgr.25441) 5087 : cluster [DBG] pgmap v3372: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: cluster 2024-03-30T04:49:38.171899+0000 mgr.y (mgr.25441) 5088 : cluster [DBG] pgmap v3373: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: cephadm 2024-03-30T04:49:38.181969+0000 mgr.y (mgr.25441) 5089 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.262478+0000 mon.c (mon.1) 5538 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.264562+0000 mon.c (mon.1) 5539 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.266661+0000 mon.c (mon.1) 5540 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.267450+0000 mon.c (mon.1) 5541 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: cluster 2024-03-30T04:49:38.268869+0000 mgr.y (mgr.25441) 5090 : cluster [DBG] pgmap v3374: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: cluster 2024-03-30T04:49:38.269099+0000 mgr.y (mgr.25441) 5091 : cluster [DBG] pgmap v3375: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.274322+0000 mon.a (mon.0) 2204 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: cephadm 2024-03-30T04:49:38.275101+0000 mgr.y (mgr.25441) 5092 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.336207+0000 mon.c (mon.1) 5542 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.338613+0000 mon.c (mon.1) 5543 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.341047+0000 mon.c (mon.1) 5544 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.342155+0000 mon.c (mon.1) 5545 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: cluster 2024-03-30T04:49:38.343899+0000 mgr.y (mgr.25441) 5093 : cluster [DBG] pgmap v3376: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: cluster 2024-03-30T04:49:38.344141+0000 mgr.y (mgr.25441) 5094 : cluster [DBG] pgmap v3377: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.350002+0000 mon.a (mon.0) 2205 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: cephadm 2024-03-30T04:49:38.350836+0000 mgr.y (mgr.25441) 5095 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.428348+0000 mon.c (mon.1) 5546 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.429885+0000 mon.c (mon.1) 5547 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.432005+0000 mon.c (mon.1) 5548 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.432680+0000 mon.c (mon.1) 5549 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: cluster 2024-03-30T04:49:38.433996+0000 mgr.y (mgr.25441) 5096 : cluster [DBG] pgmap v3378: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: cluster 2024-03-30T04:49:38.434228+0000 mgr.y (mgr.25441) 5097 : cluster [DBG] pgmap v3379: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.439743+0000 mon.a (mon.0) 2206 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: cephadm 2024-03-30T04:49:38.440333+0000 mgr.y (mgr.25441) 5098 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.480632+0000 mon.c (mon.1) 5550 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.482512+0000 mon.c (mon.1) 5551 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.484848+0000 mon.c (mon.1) 5552 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.485487+0000 mon.c (mon.1) 5553 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: cluster 2024-03-30T04:49:38.486769+0000 mgr.y (mgr.25441) 5099 : cluster [DBG] pgmap v3380: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: cluster 2024-03-30T04:49:38.486946+0000 mgr.y (mgr.25441) 5100 : cluster [DBG] pgmap v3381: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.492380+0000 mon.a (mon.0) 2207 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: cephadm 2024-03-30T04:49:38.492967+0000 mgr.y (mgr.25441) 5101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.532954+0000 mon.c (mon.1) 5554 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.534764+0000 mon.c (mon.1) 5555 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.536550+0000 mon.c (mon.1) 5556 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.537209+0000 mon.c (mon.1) 5557 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: cluster 2024-03-30T04:49:38.538443+0000 mgr.y (mgr.25441) 5102 : cluster [DBG] pgmap v3382: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: cluster 2024-03-30T04:49:38.538665+0000 mgr.y (mgr.25441) 5103 : cluster [DBG] pgmap v3383: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.544157+0000 mon.a (mon.0) 2208 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: cephadm 2024-03-30T04:49:38.544798+0000 mgr.y (mgr.25441) 5104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.605643+0000 mon.c (mon.1) 5558 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.607596+0000 mon.c (mon.1) 5559 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.609408+0000 mon.c (mon.1) 5560 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.610166+0000 mon.c (mon.1) 5561 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: cluster 2024-03-30T04:49:38.611561+0000 mgr.y (mgr.25441) 5105 : cluster [DBG] pgmap v3384: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: cluster 2024-03-30T04:49:38.611798+0000 mgr.y (mgr.25441) 5106 : cluster [DBG] pgmap v3385: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.617219+0000 mon.a (mon.0) 2209 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: cephadm 2024-03-30T04:49:38.617817+0000 mgr.y (mgr.25441) 5107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.678742+0000 mon.c (mon.1) 5562 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.680784+0000 mon.c (mon.1) 5563 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.682605+0000 mon.c (mon.1) 5564 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.683165+0000 mon.c (mon.1) 5565 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: cluster 2024-03-30T04:49:38.684601+0000 mgr.y (mgr.25441) 5108 : cluster [DBG] pgmap v3386: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: cluster 2024-03-30T04:49:38.684792+0000 mgr.y (mgr.25441) 5109 : cluster [DBG] pgmap v3387: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.690011+0000 mon.a (mon.0) 2210 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: cephadm 2024-03-30T04:49:38.690529+0000 mgr.y (mgr.25441) 5110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.730332+0000 mon.c (mon.1) 5566 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.731951+0000 mon.c (mon.1) 5567 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.733721+0000 mon.c (mon.1) 5568 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.734421+0000 mon.c (mon.1) 5569 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: cluster 2024-03-30T04:49:38.735663+0000 mgr.y (mgr.25441) 5111 : cluster [DBG] pgmap v3388: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: cluster 2024-03-30T04:49:38.735876+0000 mgr.y (mgr.25441) 5112 : cluster [DBG] pgmap v3389: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.741349+0000 mon.a (mon.0) 2211 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: cephadm 2024-03-30T04:49:38.741974+0000 mgr.y (mgr.25441) 5113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.783480+0000 mon.c (mon.1) 5570 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.785216+0000 mon.c (mon.1) 5571 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.787001+0000 mon.c (mon.1) 5572 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.787703+0000 mon.c (mon.1) 5573 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: cluster 2024-03-30T04:49:38.788904+0000 mgr.y (mgr.25441) 5114 : cluster [DBG] pgmap v3390: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: cluster 2024-03-30T04:49:38.789123+0000 mgr.y (mgr.25441) 5115 : cluster [DBG] pgmap v3391: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.795121+0000 mon.a (mon.0) 2212 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: cephadm 2024-03-30T04:49:38.795714+0000 mgr.y (mgr.25441) 5116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.836073+0000 mon.c (mon.1) 5574 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.837903+0000 mon.c (mon.1) 5575 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.839767+0000 mon.c (mon.1) 5576 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.840442+0000 mon.c (mon.1) 5577 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.847807+0000 mon.a (mon.0) 2213 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.888501+0000 mon.c (mon.1) 5578 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.890252+0000 mon.c (mon.1) 5579 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.892306+0000 mon.c (mon.1) 5580 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.893117+0000 mon.c (mon.1) 5581 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.901021+0000 mon.a (mon.0) 2214 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.946827+0000 mon.c (mon.1) 5582 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.948755+0000 mon.c (mon.1) 5583 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.950571+0000 mon.c (mon.1) 5584 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.951228+0000 mon.c (mon.1) 5585 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:38.960084+0000 mon.a (mon.0) 2215 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:39.000716+0000 mon.c (mon.1) 5586 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:39.002372+0000 mon.c (mon.1) 5587 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:39.004954+0000 mon.c (mon.1) 5588 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:39.005667+0000 mon.c (mon.1) 5589 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:39.015182+0000 mon.a (mon.0) 2216 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:39.055995+0000 mon.c (mon.1) 5590 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:39.057660+0000 mon.c (mon.1) 5591 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:39.059423+0000 mon.c (mon.1) 5592 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:39.060064+0000 mon.c (mon.1) 5593 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:39.068702+0000 mon.a (mon.0) 2217 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:39.110126+0000 mon.c (mon.1) 5594 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:39.111727+0000 mon.c (mon.1) 5595 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:39.113512+0000 mon.c (mon.1) 5596 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:39.114111+0000 mon.c (mon.1) 5597 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:39.122041+0000 mon.a (mon.0) 2218 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:39.178846+0000 mon.c (mon.1) 5598 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:39.180752+0000 mon.c (mon.1) 5599 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:39.182681+0000 mon.c (mon.1) 5600 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:39.183346+0000 mon.c (mon.1) 5601 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[70954]: audit 2024-03-30T04:49:39.189310+0000 mon.a (mon.0) 2219 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: cephadm 2024-03-30T04:49:37.822489+0000 mgr.y (mgr.25441) 5074 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: cluster 2024-03-30T04:49:37.873587+0000 mgr.y (mgr.25441) 5075 : cluster [DBG] pgmap v3364: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: cluster 2024-03-30T04:49:37.873796+0000 mgr.y (mgr.25441) 5076 : cluster [DBG] pgmap v3365: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: cephadm 2024-03-30T04:49:37.879440+0000 mgr.y (mgr.25441) 5077 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: cluster 2024-03-30T04:49:37.931217+0000 mgr.y (mgr.25441) 5078 : cluster [DBG] pgmap v3366: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: cluster 2024-03-30T04:49:37.931479+0000 mgr.y (mgr.25441) 5079 : cluster [DBG] pgmap v3367: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: cephadm 2024-03-30T04:49:37.938437+0000 mgr.y (mgr.25441) 5080 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: cluster 2024-03-30T04:49:38.007596+0000 mgr.y (mgr.25441) 5081 : cluster [DBG] pgmap v3368: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: cluster 2024-03-30T04:49:38.008067+0000 mgr.y (mgr.25441) 5082 : cluster [DBG] pgmap v3369: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: cephadm 2024-03-30T04:49:38.015218+0000 mgr.y (mgr.25441) 5083 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: cluster 2024-03-30T04:49:38.084677+0000 mgr.y (mgr.25441) 5084 : cluster [DBG] pgmap v3370: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: cluster 2024-03-30T04:49:38.084898+0000 mgr.y (mgr.25441) 5085 : cluster [DBG] pgmap v3371: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: cephadm 2024-03-30T04:49:38.093284+0000 mgr.y (mgr.25441) 5086 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: cluster 2024-03-30T04:49:38.171671+0000 mgr.y (mgr.25441) 5087 : cluster [DBG] pgmap v3372: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: cluster 2024-03-30T04:49:38.171899+0000 mgr.y (mgr.25441) 5088 : cluster [DBG] pgmap v3373: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: cephadm 2024-03-30T04:49:38.181969+0000 mgr.y (mgr.25441) 5089 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.262478+0000 mon.c (mon.1) 5538 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.264562+0000 mon.c (mon.1) 5539 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.266661+0000 mon.c (mon.1) 5540 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.267450+0000 mon.c (mon.1) 5541 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: cluster 2024-03-30T04:49:38.268869+0000 mgr.y (mgr.25441) 5090 : cluster [DBG] pgmap v3374: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: cluster 2024-03-30T04:49:38.269099+0000 mgr.y (mgr.25441) 5091 : cluster [DBG] pgmap v3375: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.274322+0000 mon.a (mon.0) 2204 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: cephadm 2024-03-30T04:49:38.275101+0000 mgr.y (mgr.25441) 5092 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.336207+0000 mon.c (mon.1) 5542 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.338613+0000 mon.c (mon.1) 5543 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.341047+0000 mon.c (mon.1) 5544 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.342155+0000 mon.c (mon.1) 5545 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: cluster 2024-03-30T04:49:38.343899+0000 mgr.y (mgr.25441) 5093 : cluster [DBG] pgmap v3376: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: cluster 2024-03-30T04:49:38.344141+0000 mgr.y (mgr.25441) 5094 : cluster [DBG] pgmap v3377: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.350002+0000 mon.a (mon.0) 2205 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: cephadm 2024-03-30T04:49:38.350836+0000 mgr.y (mgr.25441) 5095 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.428348+0000 mon.c (mon.1) 5546 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.429885+0000 mon.c (mon.1) 5547 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.432005+0000 mon.c (mon.1) 5548 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.432680+0000 mon.c (mon.1) 5549 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: cluster 2024-03-30T04:49:38.433996+0000 mgr.y (mgr.25441) 5096 : cluster [DBG] pgmap v3378: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: cluster 2024-03-30T04:49:38.434228+0000 mgr.y (mgr.25441) 5097 : cluster [DBG] pgmap v3379: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.439743+0000 mon.a (mon.0) 2206 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: cephadm 2024-03-30T04:49:38.440333+0000 mgr.y (mgr.25441) 5098 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.480632+0000 mon.c (mon.1) 5550 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.482512+0000 mon.c (mon.1) 5551 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.484848+0000 mon.c (mon.1) 5552 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.485487+0000 mon.c (mon.1) 5553 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: cluster 2024-03-30T04:49:38.486769+0000 mgr.y (mgr.25441) 5099 : cluster [DBG] pgmap v3380: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: cluster 2024-03-30T04:49:38.486946+0000 mgr.y (mgr.25441) 5100 : cluster [DBG] pgmap v3381: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.492380+0000 mon.a (mon.0) 2207 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: cephadm 2024-03-30T04:49:38.492967+0000 mgr.y (mgr.25441) 5101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.532954+0000 mon.c (mon.1) 5554 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.534764+0000 mon.c (mon.1) 5555 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.536550+0000 mon.c (mon.1) 5556 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.537209+0000 mon.c (mon.1) 5557 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: cluster 2024-03-30T04:49:38.538443+0000 mgr.y (mgr.25441) 5102 : cluster [DBG] pgmap v3382: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: cluster 2024-03-30T04:49:38.538665+0000 mgr.y (mgr.25441) 5103 : cluster [DBG] pgmap v3383: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.544157+0000 mon.a (mon.0) 2208 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: cephadm 2024-03-30T04:49:38.544798+0000 mgr.y (mgr.25441) 5104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.605643+0000 mon.c (mon.1) 5558 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.607596+0000 mon.c (mon.1) 5559 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.609408+0000 mon.c (mon.1) 5560 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.610166+0000 mon.c (mon.1) 5561 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: cluster 2024-03-30T04:49:38.611561+0000 mgr.y (mgr.25441) 5105 : cluster [DBG] pgmap v3384: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: cluster 2024-03-30T04:49:38.611798+0000 mgr.y (mgr.25441) 5106 : cluster [DBG] pgmap v3385: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.617219+0000 mon.a (mon.0) 2209 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: cephadm 2024-03-30T04:49:38.617817+0000 mgr.y (mgr.25441) 5107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.678742+0000 mon.c (mon.1) 5562 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.680784+0000 mon.c (mon.1) 5563 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.682605+0000 mon.c (mon.1) 5564 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.683165+0000 mon.c (mon.1) 5565 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: cluster 2024-03-30T04:49:38.684601+0000 mgr.y (mgr.25441) 5108 : cluster [DBG] pgmap v3386: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: cluster 2024-03-30T04:49:38.684792+0000 mgr.y (mgr.25441) 5109 : cluster [DBG] pgmap v3387: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.690011+0000 mon.a (mon.0) 2210 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: cephadm 2024-03-30T04:49:38.690529+0000 mgr.y (mgr.25441) 5110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.730332+0000 mon.c (mon.1) 5566 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.731951+0000 mon.c (mon.1) 5567 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.733721+0000 mon.c (mon.1) 5568 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.734421+0000 mon.c (mon.1) 5569 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: cluster 2024-03-30T04:49:38.735663+0000 mgr.y (mgr.25441) 5111 : cluster [DBG] pgmap v3388: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: cluster 2024-03-30T04:49:38.735876+0000 mgr.y (mgr.25441) 5112 : cluster [DBG] pgmap v3389: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.741349+0000 mon.a (mon.0) 2211 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: cephadm 2024-03-30T04:49:38.741974+0000 mgr.y (mgr.25441) 5113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.783480+0000 mon.c (mon.1) 5570 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.785216+0000 mon.c (mon.1) 5571 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.787001+0000 mon.c (mon.1) 5572 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.787703+0000 mon.c (mon.1) 5573 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: cluster 2024-03-30T04:49:38.788904+0000 mgr.y (mgr.25441) 5114 : cluster [DBG] pgmap v3390: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: cluster 2024-03-30T04:49:38.789123+0000 mgr.y (mgr.25441) 5115 : cluster [DBG] pgmap v3391: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.795121+0000 mon.a (mon.0) 2212 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: cephadm 2024-03-30T04:49:38.795714+0000 mgr.y (mgr.25441) 5116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.836073+0000 mon.c (mon.1) 5574 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.837903+0000 mon.c (mon.1) 5575 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.839767+0000 mon.c (mon.1) 5576 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.840442+0000 mon.c (mon.1) 5577 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.847807+0000 mon.a (mon.0) 2213 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.888501+0000 mon.c (mon.1) 5578 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.890252+0000 mon.c (mon.1) 5579 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.892306+0000 mon.c (mon.1) 5580 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.893117+0000 mon.c (mon.1) 5581 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.901021+0000 mon.a (mon.0) 2214 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.946827+0000 mon.c (mon.1) 5582 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.948755+0000 mon.c (mon.1) 5583 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.950571+0000 mon.c (mon.1) 5584 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.951228+0000 mon.c (mon.1) 5585 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:38.960084+0000 mon.a (mon.0) 2215 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:39.000716+0000 mon.c (mon.1) 5586 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:39.002372+0000 mon.c (mon.1) 5587 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:39.004954+0000 mon.c (mon.1) 5588 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:39.005667+0000 mon.c (mon.1) 5589 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:39.015182+0000 mon.a (mon.0) 2216 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:39.055995+0000 mon.c (mon.1) 5590 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:39.057660+0000 mon.c (mon.1) 5591 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:39.059423+0000 mon.c (mon.1) 5592 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.385 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:39.060064+0000 mon.c (mon.1) 5593 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.386 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:39.068702+0000 mon.a (mon.0) 2217 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.386 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:39.110126+0000 mon.c (mon.1) 5594 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.386 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:39.111727+0000 mon.c (mon.1) 5595 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.386 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:39.113512+0000 mon.c (mon.1) 5596 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.386 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:39.114111+0000 mon.c (mon.1) 5597 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.386 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:39.122041+0000 mon.a (mon.0) 2218 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.386 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:39.178846+0000 mon.c (mon.1) 5598 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.386 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:39.180752+0000 mon.c (mon.1) 5599 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.386 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:39.182681+0000 mon.c (mon.1) 5600 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.386 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:39.183346+0000 mon.c (mon.1) 5601 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.386 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:39 smithi111 bash[73591]: audit 2024-03-30T04:49:39.189310+0000 mon.a (mon.0) 2219 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.387 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[83627]: 5c12815fee55: Pull complete 2024-03-30T04:49:39.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: cephadm 2024-03-30T04:49:37.822489+0000 mgr.y (mgr.25441) 5074 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: cluster 2024-03-30T04:49:37.873587+0000 mgr.y (mgr.25441) 5075 : cluster [DBG] pgmap v3364: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: cluster 2024-03-30T04:49:37.873796+0000 mgr.y (mgr.25441) 5076 : cluster [DBG] pgmap v3365: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: cephadm 2024-03-30T04:49:37.879440+0000 mgr.y (mgr.25441) 5077 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: cluster 2024-03-30T04:49:37.931217+0000 mgr.y (mgr.25441) 5078 : cluster [DBG] pgmap v3366: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: cluster 2024-03-30T04:49:37.931479+0000 mgr.y (mgr.25441) 5079 : cluster [DBG] pgmap v3367: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: cephadm 2024-03-30T04:49:37.938437+0000 mgr.y (mgr.25441) 5080 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: cluster 2024-03-30T04:49:38.007596+0000 mgr.y (mgr.25441) 5081 : cluster [DBG] pgmap v3368: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: cluster 2024-03-30T04:49:38.008067+0000 mgr.y (mgr.25441) 5082 : cluster [DBG] pgmap v3369: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: cephadm 2024-03-30T04:49:38.015218+0000 mgr.y (mgr.25441) 5083 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: cluster 2024-03-30T04:49:38.084677+0000 mgr.y (mgr.25441) 5084 : cluster [DBG] pgmap v3370: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: cluster 2024-03-30T04:49:38.084898+0000 mgr.y (mgr.25441) 5085 : cluster [DBG] pgmap v3371: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: cephadm 2024-03-30T04:49:38.093284+0000 mgr.y (mgr.25441) 5086 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: cluster 2024-03-30T04:49:38.171671+0000 mgr.y (mgr.25441) 5087 : cluster [DBG] pgmap v3372: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: cluster 2024-03-30T04:49:38.171899+0000 mgr.y (mgr.25441) 5088 : cluster [DBG] pgmap v3373: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: cephadm 2024-03-30T04:49:38.181969+0000 mgr.y (mgr.25441) 5089 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.262478+0000 mon.c (mon.1) 5538 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.264562+0000 mon.c (mon.1) 5539 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.266661+0000 mon.c (mon.1) 5540 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.267450+0000 mon.c (mon.1) 5541 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: cluster 2024-03-30T04:49:38.268869+0000 mgr.y (mgr.25441) 5090 : cluster [DBG] pgmap v3374: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: cluster 2024-03-30T04:49:38.269099+0000 mgr.y (mgr.25441) 5091 : cluster [DBG] pgmap v3375: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.274322+0000 mon.a (mon.0) 2204 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: cephadm 2024-03-30T04:49:38.275101+0000 mgr.y (mgr.25441) 5092 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.336207+0000 mon.c (mon.1) 5542 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.338613+0000 mon.c (mon.1) 5543 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.341047+0000 mon.c (mon.1) 5544 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.342155+0000 mon.c (mon.1) 5545 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: cluster 2024-03-30T04:49:38.343899+0000 mgr.y (mgr.25441) 5093 : cluster [DBG] pgmap v3376: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: cluster 2024-03-30T04:49:38.344141+0000 mgr.y (mgr.25441) 5094 : cluster [DBG] pgmap v3377: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.350002+0000 mon.a (mon.0) 2205 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: cephadm 2024-03-30T04:49:38.350836+0000 mgr.y (mgr.25441) 5095 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.428348+0000 mon.c (mon.1) 5546 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.429885+0000 mon.c (mon.1) 5547 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.432005+0000 mon.c (mon.1) 5548 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.432680+0000 mon.c (mon.1) 5549 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: cluster 2024-03-30T04:49:38.433996+0000 mgr.y (mgr.25441) 5096 : cluster [DBG] pgmap v3378: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: cluster 2024-03-30T04:49:38.434228+0000 mgr.y (mgr.25441) 5097 : cluster [DBG] pgmap v3379: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.439743+0000 mon.a (mon.0) 2206 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: cephadm 2024-03-30T04:49:38.440333+0000 mgr.y (mgr.25441) 5098 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.480632+0000 mon.c (mon.1) 5550 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.482512+0000 mon.c (mon.1) 5551 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.484848+0000 mon.c (mon.1) 5552 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.485487+0000 mon.c (mon.1) 5553 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: cluster 2024-03-30T04:49:38.486769+0000 mgr.y (mgr.25441) 5099 : cluster [DBG] pgmap v3380: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: cluster 2024-03-30T04:49:38.486946+0000 mgr.y (mgr.25441) 5100 : cluster [DBG] pgmap v3381: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.492380+0000 mon.a (mon.0) 2207 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: cephadm 2024-03-30T04:49:38.492967+0000 mgr.y (mgr.25441) 5101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.532954+0000 mon.c (mon.1) 5554 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.534764+0000 mon.c (mon.1) 5555 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.536550+0000 mon.c (mon.1) 5556 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.537209+0000 mon.c (mon.1) 5557 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: cluster 2024-03-30T04:49:38.538443+0000 mgr.y (mgr.25441) 5102 : cluster [DBG] pgmap v3382: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: cluster 2024-03-30T04:49:38.538665+0000 mgr.y (mgr.25441) 5103 : cluster [DBG] pgmap v3383: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.544157+0000 mon.a (mon.0) 2208 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: cephadm 2024-03-30T04:49:38.544798+0000 mgr.y (mgr.25441) 5104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.605643+0000 mon.c (mon.1) 5558 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.607596+0000 mon.c (mon.1) 5559 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.609408+0000 mon.c (mon.1) 5560 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.610166+0000 mon.c (mon.1) 5561 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: cluster 2024-03-30T04:49:38.611561+0000 mgr.y (mgr.25441) 5105 : cluster [DBG] pgmap v3384: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: cluster 2024-03-30T04:49:38.611798+0000 mgr.y (mgr.25441) 5106 : cluster [DBG] pgmap v3385: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.617219+0000 mon.a (mon.0) 2209 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: cephadm 2024-03-30T04:49:38.617817+0000 mgr.y (mgr.25441) 5107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.678742+0000 mon.c (mon.1) 5562 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.680784+0000 mon.c (mon.1) 5563 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.682605+0000 mon.c (mon.1) 5564 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.683165+0000 mon.c (mon.1) 5565 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: cluster 2024-03-30T04:49:38.684601+0000 mgr.y (mgr.25441) 5108 : cluster [DBG] pgmap v3386: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: cluster 2024-03-30T04:49:38.684792+0000 mgr.y (mgr.25441) 5109 : cluster [DBG] pgmap v3387: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.690011+0000 mon.a (mon.0) 2210 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: cephadm 2024-03-30T04:49:38.690529+0000 mgr.y (mgr.25441) 5110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.730332+0000 mon.c (mon.1) 5566 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.731951+0000 mon.c (mon.1) 5567 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.733721+0000 mon.c (mon.1) 5568 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.734421+0000 mon.c (mon.1) 5569 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: cluster 2024-03-30T04:49:38.735663+0000 mgr.y (mgr.25441) 5111 : cluster [DBG] pgmap v3388: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: cluster 2024-03-30T04:49:38.735876+0000 mgr.y (mgr.25441) 5112 : cluster [DBG] pgmap v3389: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.741349+0000 mon.a (mon.0) 2211 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: cephadm 2024-03-30T04:49:38.741974+0000 mgr.y (mgr.25441) 5113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.783480+0000 mon.c (mon.1) 5570 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.785216+0000 mon.c (mon.1) 5571 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.787001+0000 mon.c (mon.1) 5572 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.787703+0000 mon.c (mon.1) 5573 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: cluster 2024-03-30T04:49:38.788904+0000 mgr.y (mgr.25441) 5114 : cluster [DBG] pgmap v3390: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: cluster 2024-03-30T04:49:38.789123+0000 mgr.y (mgr.25441) 5115 : cluster [DBG] pgmap v3391: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:39.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.795121+0000 mon.a (mon.0) 2212 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: cephadm 2024-03-30T04:49:38.795714+0000 mgr.y (mgr.25441) 5116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:39.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.836073+0000 mon.c (mon.1) 5574 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.837903+0000 mon.c (mon.1) 5575 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.839767+0000 mon.c (mon.1) 5576 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.840442+0000 mon.c (mon.1) 5577 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.847807+0000 mon.a (mon.0) 2213 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.888501+0000 mon.c (mon.1) 5578 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.890252+0000 mon.c (mon.1) 5579 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.892306+0000 mon.c (mon.1) 5580 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.893117+0000 mon.c (mon.1) 5581 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.901021+0000 mon.a (mon.0) 2214 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.946827+0000 mon.c (mon.1) 5582 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.948755+0000 mon.c (mon.1) 5583 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.950571+0000 mon.c (mon.1) 5584 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.951228+0000 mon.c (mon.1) 5585 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:38.960084+0000 mon.a (mon.0) 2215 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:39.000716+0000 mon.c (mon.1) 5586 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:39.002372+0000 mon.c (mon.1) 5587 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:39.004954+0000 mon.c (mon.1) 5588 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:39.005667+0000 mon.c (mon.1) 5589 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:39.015182+0000 mon.a (mon.0) 2216 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:39.055995+0000 mon.c (mon.1) 5590 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:39.057660+0000 mon.c (mon.1) 5591 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:39.059423+0000 mon.c (mon.1) 5592 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:39.060064+0000 mon.c (mon.1) 5593 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:39.068702+0000 mon.a (mon.0) 2217 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:39.110126+0000 mon.c (mon.1) 5594 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:39.111727+0000 mon.c (mon.1) 5595 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:39.113512+0000 mon.c (mon.1) 5596 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:39.114111+0000 mon.c (mon.1) 5597 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:39.122041+0000 mon.a (mon.0) 2218 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:39.178846+0000 mon.c (mon.1) 5598 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:39.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:39.180752+0000 mon.c (mon.1) 5599 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:39.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:39.182681+0000 mon.c (mon.1) 5600 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:39.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:39.183346+0000 mon.c (mon.1) 5601 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:39.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:39 smithi117 bash[62284]: audit 2024-03-30T04:49:39.189310+0000 mon.a (mon.0) 2219 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:39.801 INFO:teuthology.orchestra.run.smithi111.stdout:true 2024-03-30T04:49:40.234 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cluster 2024-03-30T04:49:38.841667+0000 mgr.y (mgr.25441) 5117 : cluster [DBG] pgmap v3392: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.234 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cluster 2024-03-30T04:49:38.841899+0000 mgr.y (mgr.25441) 5118 : cluster [DBG] pgmap v3393: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.234 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cephadm 2024-03-30T04:49:38.848388+0000 mgr.y (mgr.25441) 5119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.234 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cluster 2024-03-30T04:49:38.894610+0000 mgr.y (mgr.25441) 5120 : cluster [DBG] pgmap v3394: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.234 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cluster 2024-03-30T04:49:38.894835+0000 mgr.y (mgr.25441) 5121 : cluster [DBG] pgmap v3395: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.234 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cephadm 2024-03-30T04:49:38.901820+0000 mgr.y (mgr.25441) 5122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.234 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cluster 2024-03-30T04:49:38.952473+0000 mgr.y (mgr.25441) 5123 : cluster [DBG] pgmap v3396: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.234 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cluster 2024-03-30T04:49:38.952702+0000 mgr.y (mgr.25441) 5124 : cluster [DBG] pgmap v3397: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.235 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cephadm 2024-03-30T04:49:38.960666+0000 mgr.y (mgr.25441) 5125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.235 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cluster 2024-03-30T04:49:39.007028+0000 mgr.y (mgr.25441) 5126 : cluster [DBG] pgmap v3398: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.235 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cluster 2024-03-30T04:49:39.007257+0000 mgr.y (mgr.25441) 5127 : cluster [DBG] pgmap v3399: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.235 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.010605+0000 mgr.y (mgr.25441) 5128 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:40.235 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cephadm 2024-03-30T04:49:39.015883+0000 mgr.y (mgr.25441) 5129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.235 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cluster 2024-03-30T04:49:39.061356+0000 mgr.y (mgr.25441) 5130 : cluster [DBG] pgmap v3400: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.235 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cluster 2024-03-30T04:49:39.061597+0000 mgr.y (mgr.25441) 5131 : cluster [DBG] pgmap v3401: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.235 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cephadm 2024-03-30T04:49:39.069493+0000 mgr.y (mgr.25441) 5132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.235 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cluster 2024-03-30T04:49:39.115391+0000 mgr.y (mgr.25441) 5133 : cluster [DBG] pgmap v3402: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.235 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cluster 2024-03-30T04:49:39.115615+0000 mgr.y (mgr.25441) 5134 : cluster [DBG] pgmap v3403: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.235 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cephadm 2024-03-30T04:49:39.122758+0000 mgr.y (mgr.25441) 5135 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.235 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cluster 2024-03-30T04:49:39.184541+0000 mgr.y (mgr.25441) 5136 : cluster [DBG] pgmap v3404: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.235 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cluster 2024-03-30T04:49:39.184752+0000 mgr.y (mgr.25441) 5137 : cluster [DBG] pgmap v3405: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.235 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cephadm 2024-03-30T04:49:39.189951+0000 mgr.y (mgr.25441) 5138 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.235 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.246608+0000 mon.c (mon.1) 5602 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.236 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.248329+0000 mon.c (mon.1) 5603 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.236 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.250513+0000 mon.c (mon.1) 5604 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.236 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.251226+0000 mon.c (mon.1) 5605 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.236 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cluster 2024-03-30T04:49:39.252433+0000 mgr.y (mgr.25441) 5139 : cluster [DBG] pgmap v3406: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.236 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cluster 2024-03-30T04:49:39.252642+0000 mgr.y (mgr.25441) 5140 : cluster [DBG] pgmap v3407: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.236 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.257878+0000 mon.a (mon.0) 2220 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:40.236 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cephadm 2024-03-30T04:49:39.258450+0000 mgr.y (mgr.25441) 5141 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.236 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.314574+0000 mon.c (mon.1) 5606 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.237 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cluster 2024-03-30T04:49:38.841667+0000 mgr.y (mgr.25441) 5117 : cluster [DBG] pgmap v3392: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.237 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cluster 2024-03-30T04:49:38.841899+0000 mgr.y (mgr.25441) 5118 : cluster [DBG] pgmap v3393: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.237 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cephadm 2024-03-30T04:49:38.848388+0000 mgr.y (mgr.25441) 5119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.237 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cluster 2024-03-30T04:49:38.894610+0000 mgr.y (mgr.25441) 5120 : cluster [DBG] pgmap v3394: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.237 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cluster 2024-03-30T04:49:38.894835+0000 mgr.y (mgr.25441) 5121 : cluster [DBG] pgmap v3395: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.237 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cephadm 2024-03-30T04:49:38.901820+0000 mgr.y (mgr.25441) 5122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.237 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cluster 2024-03-30T04:49:38.952473+0000 mgr.y (mgr.25441) 5123 : cluster [DBG] pgmap v3396: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.238 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cluster 2024-03-30T04:49:38.952702+0000 mgr.y (mgr.25441) 5124 : cluster [DBG] pgmap v3397: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.238 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cephadm 2024-03-30T04:49:38.960666+0000 mgr.y (mgr.25441) 5125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.238 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cluster 2024-03-30T04:49:39.007028+0000 mgr.y (mgr.25441) 5126 : cluster [DBG] pgmap v3398: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.238 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cluster 2024-03-30T04:49:39.007257+0000 mgr.y (mgr.25441) 5127 : cluster [DBG] pgmap v3399: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.238 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.010605+0000 mgr.y (mgr.25441) 5128 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:40.238 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cephadm 2024-03-30T04:49:39.015883+0000 mgr.y (mgr.25441) 5129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.238 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cluster 2024-03-30T04:49:39.061356+0000 mgr.y (mgr.25441) 5130 : cluster [DBG] pgmap v3400: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.238 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cluster 2024-03-30T04:49:39.061597+0000 mgr.y (mgr.25441) 5131 : cluster [DBG] pgmap v3401: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.238 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cephadm 2024-03-30T04:49:39.069493+0000 mgr.y (mgr.25441) 5132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.238 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cluster 2024-03-30T04:49:39.115391+0000 mgr.y (mgr.25441) 5133 : cluster [DBG] pgmap v3402: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.238 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cluster 2024-03-30T04:49:39.115615+0000 mgr.y (mgr.25441) 5134 : cluster [DBG] pgmap v3403: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.238 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cephadm 2024-03-30T04:49:39.122758+0000 mgr.y (mgr.25441) 5135 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.238 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cluster 2024-03-30T04:49:39.184541+0000 mgr.y (mgr.25441) 5136 : cluster [DBG] pgmap v3404: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.238 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cluster 2024-03-30T04:49:39.184752+0000 mgr.y (mgr.25441) 5137 : cluster [DBG] pgmap v3405: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.238 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cephadm 2024-03-30T04:49:39.189951+0000 mgr.y (mgr.25441) 5138 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.239 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.246608+0000 mon.c (mon.1) 5602 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.239 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.248329+0000 mon.c (mon.1) 5603 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.239 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.250513+0000 mon.c (mon.1) 5604 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.239 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.251226+0000 mon.c (mon.1) 5605 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.239 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cluster 2024-03-30T04:49:39.252433+0000 mgr.y (mgr.25441) 5139 : cluster [DBG] pgmap v3406: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.239 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cluster 2024-03-30T04:49:39.252642+0000 mgr.y (mgr.25441) 5140 : cluster [DBG] pgmap v3407: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.239 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.257878+0000 mon.a (mon.0) 2220 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:40.239 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cephadm 2024-03-30T04:49:39.258450+0000 mgr.y (mgr.25441) 5141 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.239 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.314574+0000 mon.c (mon.1) 5606 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.239 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.316502+0000 mon.c (mon.1) 5607 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.239 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.318324+0000 mon.c (mon.1) 5608 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.239 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.319005+0000 mon.c (mon.1) 5609 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.239 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cluster 2024-03-30T04:49:39.320198+0000 mgr.y (mgr.25441) 5142 : cluster [DBG] pgmap v3408: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.239 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cluster 2024-03-30T04:49:39.320430+0000 mgr.y (mgr.25441) 5143 : cluster [DBG] pgmap v3409: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.239 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.324422+0000 mon.a (mon.0) 2221 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:40.240 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cephadm 2024-03-30T04:49:39.326168+0000 mgr.y (mgr.25441) 5144 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.240 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.366501+0000 mon.c (mon.1) 5610 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.240 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.368323+0000 mon.c (mon.1) 5611 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.240 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.370776+0000 mon.c (mon.1) 5612 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.240 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.371495+0000 mon.c (mon.1) 5613 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.240 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cluster 2024-03-30T04:49:39.372703+0000 mgr.y (mgr.25441) 5145 : cluster [DBG] pgmap v3410: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.240 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cluster 2024-03-30T04:49:39.373138+0000 mgr.y (mgr.25441) 5146 : cluster [DBG] pgmap v3411: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.240 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.378800+0000 mon.a (mon.0) 2222 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:40.240 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cephadm 2024-03-30T04:49:39.379466+0000 mgr.y (mgr.25441) 5147 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.240 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.424350+0000 mon.c (mon.1) 5614 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.240 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.426909+0000 mon.c (mon.1) 5615 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.240 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.429721+0000 mon.c (mon.1) 5616 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.240 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.430864+0000 mon.c (mon.1) 5617 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.240 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cluster 2024-03-30T04:49:39.433099+0000 mgr.y (mgr.25441) 5148 : cluster [DBG] pgmap v3412: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.240 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cluster 2024-03-30T04:49:39.433566+0000 mgr.y (mgr.25441) 5149 : cluster [DBG] pgmap v3413: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.240 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.439830+0000 mon.a (mon.0) 2223 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:40.241 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cephadm 2024-03-30T04:49:39.441523+0000 mgr.y (mgr.25441) 5150 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.241 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.499247+0000 mon.c (mon.1) 5618 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.241 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.501450+0000 mon.c (mon.1) 5619 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.241 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.503589+0000 mon.c (mon.1) 5620 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.241 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.504398+0000 mon.c (mon.1) 5621 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.241 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cluster 2024-03-30T04:49:39.505848+0000 mgr.y (mgr.25441) 5151 : cluster [DBG] pgmap v3414: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.241 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cluster 2024-03-30T04:49:39.506091+0000 mgr.y (mgr.25441) 5152 : cluster [DBG] pgmap v3415: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.241 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.511534+0000 mon.a (mon.0) 2224 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:40.241 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cephadm 2024-03-30T04:49:39.512182+0000 mgr.y (mgr.25441) 5153 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.241 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.559471+0000 mon.c (mon.1) 5622 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.241 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.561432+0000 mon.c (mon.1) 5623 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.241 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.563485+0000 mon.c (mon.1) 5624 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.241 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.564175+0000 mon.c (mon.1) 5625 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.241 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cluster 2024-03-30T04:49:39.565605+0000 mgr.y (mgr.25441) 5154 : cluster [DBG] pgmap v3416: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.241 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cluster 2024-03-30T04:49:39.565847+0000 mgr.y (mgr.25441) 5155 : cluster [DBG] pgmap v3417: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.241 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.571506+0000 mon.a (mon.0) 2225 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:40.242 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cephadm 2024-03-30T04:49:39.572272+0000 mgr.y (mgr.25441) 5156 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.242 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.634936+0000 mon.c (mon.1) 5626 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.242 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.636819+0000 mon.c (mon.1) 5627 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.242 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.638773+0000 mon.c (mon.1) 5628 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.242 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.639490+0000 mon.c (mon.1) 5629 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.242 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cluster 2024-03-30T04:49:39.640691+0000 mgr.y (mgr.25441) 5157 : cluster [DBG] pgmap v3418: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.242 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cluster 2024-03-30T04:49:39.640936+0000 mgr.y (mgr.25441) 5158 : cluster [DBG] pgmap v3419: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.242 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.647299+0000 mon.a (mon.0) 2226 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:40.242 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cephadm 2024-03-30T04:49:39.647970+0000 mgr.y (mgr.25441) 5159 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.242 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.687837+0000 mon.c (mon.1) 5630 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.242 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.689678+0000 mon.c (mon.1) 5631 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.242 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.692106+0000 mon.c (mon.1) 5632 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.242 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.692996+0000 mon.c (mon.1) 5633 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.242 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cluster 2024-03-30T04:49:39.694604+0000 mgr.y (mgr.25441) 5160 : cluster [DBG] pgmap v3420: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.243 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cluster 2024-03-30T04:49:39.694837+0000 mgr.y (mgr.25441) 5161 : cluster [DBG] pgmap v3421: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.243 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.699328+0000 mon.a (mon.0) 2227 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:40.243 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cephadm 2024-03-30T04:49:39.702863+0000 mgr.y (mgr.25441) 5162 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.243 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.747935+0000 mon.c (mon.1) 5634 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.243 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.750063+0000 mon.c (mon.1) 5635 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.243 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.752239+0000 mon.c (mon.1) 5636 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.243 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.752985+0000 mon.c (mon.1) 5637 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.243 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cluster 2024-03-30T04:49:39.754464+0000 mgr.y (mgr.25441) 5163 : cluster [DBG] pgmap v3422: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.243 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cluster 2024-03-30T04:49:39.754699+0000 mgr.y (mgr.25441) 5164 : cluster [DBG] pgmap v3423: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.243 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.760162+0000 mon.a (mon.0) 2228 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:40.243 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: cephadm 2024-03-30T04:49:39.760809+0000 mgr.y (mgr.25441) 5165 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.243 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.792016+0000 mgr.y (mgr.25441) 5166 : audit [DBG] from='client.44785 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:40.243 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.822413+0000 mon.c (mon.1) 5638 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.243 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.824697+0000 mon.c (mon.1) 5639 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.243 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.834600+0000 mon.c (mon.1) 5640 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.243 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.835839+0000 mon.c (mon.1) 5641 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.244 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.846065+0000 mon.a (mon.0) 2229 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:40.244 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.915378+0000 mon.c (mon.1) 5642 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.244 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.917393+0000 mon.c (mon.1) 5643 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.244 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.919198+0000 mon.c (mon.1) 5644 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.244 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.919903+0000 mon.c (mon.1) 5645 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.244 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.926177+0000 mon.a (mon.0) 2230 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:40.244 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.985371+0000 mon.c (mon.1) 5646 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.244 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.987327+0000 mon.c (mon.1) 5647 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.244 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.989648+0000 mon.c (mon.1) 5648 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.244 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.990559+0000 mon.c (mon.1) 5649 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.244 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:39.997583+0000 mon.a (mon.0) 2231 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:40.244 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:40.063562+0000 mon.c (mon.1) 5650 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.244 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:40.065486+0000 mon.c (mon.1) 5651 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.244 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:40.067344+0000 mon.c (mon.1) 5652 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.245 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:40.068128+0000 mon.c (mon.1) 5653 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.245 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:40.075869+0000 mon.a (mon.0) 2232 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:40.245 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:40.138951+0000 mon.c (mon.1) 5654 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.245 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:40.141069+0000 mon.c (mon.1) 5655 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.245 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:40.143248+0000 mon.c (mon.1) 5656 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.245 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:40.144022+0000 mon.c (mon.1) 5657 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.245 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:40.151334+0000 mon.a (mon.0) 2233 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:40.245 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:40.208264+0000 mon.c (mon.1) 5658 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.245 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:40.209810+0000 mon.c (mon.1) 5659 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.245 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:40.211822+0000 mon.c (mon.1) 5660 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.245 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[73591]: audit 2024-03-30T04:49:40.212390+0000 mon.c (mon.1) 5661 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.566 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[83627]: c0e87333d380: Pull complete 2024-03-30T04:49:40.567 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cluster 2024-03-30T04:49:38.841667+0000 mgr.y (mgr.25441) 5117 : cluster [DBG] pgmap v3392: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.567 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cluster 2024-03-30T04:49:38.841899+0000 mgr.y (mgr.25441) 5118 : cluster [DBG] pgmap v3393: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.567 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cephadm 2024-03-30T04:49:38.848388+0000 mgr.y (mgr.25441) 5119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.567 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cluster 2024-03-30T04:49:38.894610+0000 mgr.y (mgr.25441) 5120 : cluster [DBG] pgmap v3394: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.567 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cluster 2024-03-30T04:49:38.894835+0000 mgr.y (mgr.25441) 5121 : cluster [DBG] pgmap v3395: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.568 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cephadm 2024-03-30T04:49:38.901820+0000 mgr.y (mgr.25441) 5122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.568 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cluster 2024-03-30T04:49:38.952473+0000 mgr.y (mgr.25441) 5123 : cluster [DBG] pgmap v3396: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.568 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cluster 2024-03-30T04:49:38.952702+0000 mgr.y (mgr.25441) 5124 : cluster [DBG] pgmap v3397: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.568 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cephadm 2024-03-30T04:49:38.960666+0000 mgr.y (mgr.25441) 5125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.568 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cluster 2024-03-30T04:49:39.007028+0000 mgr.y (mgr.25441) 5126 : cluster [DBG] pgmap v3398: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.568 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cluster 2024-03-30T04:49:39.007257+0000 mgr.y (mgr.25441) 5127 : cluster [DBG] pgmap v3399: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.568 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.010605+0000 mgr.y (mgr.25441) 5128 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:40.568 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cephadm 2024-03-30T04:49:39.015883+0000 mgr.y (mgr.25441) 5129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.568 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cluster 2024-03-30T04:49:39.061356+0000 mgr.y (mgr.25441) 5130 : cluster [DBG] pgmap v3400: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.568 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cluster 2024-03-30T04:49:39.061597+0000 mgr.y (mgr.25441) 5131 : cluster [DBG] pgmap v3401: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.568 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cephadm 2024-03-30T04:49:39.069493+0000 mgr.y (mgr.25441) 5132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.568 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cluster 2024-03-30T04:49:39.115391+0000 mgr.y (mgr.25441) 5133 : cluster [DBG] pgmap v3402: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.568 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cluster 2024-03-30T04:49:39.115615+0000 mgr.y (mgr.25441) 5134 : cluster [DBG] pgmap v3403: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.568 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cephadm 2024-03-30T04:49:39.122758+0000 mgr.y (mgr.25441) 5135 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.568 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cluster 2024-03-30T04:49:39.184541+0000 mgr.y (mgr.25441) 5136 : cluster [DBG] pgmap v3404: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.569 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cluster 2024-03-30T04:49:39.184752+0000 mgr.y (mgr.25441) 5137 : cluster [DBG] pgmap v3405: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.569 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cephadm 2024-03-30T04:49:39.189951+0000 mgr.y (mgr.25441) 5138 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.569 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.246608+0000 mon.c (mon.1) 5602 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.569 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.248329+0000 mon.c (mon.1) 5603 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.569 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.250513+0000 mon.c (mon.1) 5604 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.569 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.251226+0000 mon.c (mon.1) 5605 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.569 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cluster 2024-03-30T04:49:39.252433+0000 mgr.y (mgr.25441) 5139 : cluster [DBG] pgmap v3406: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.569 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cluster 2024-03-30T04:49:39.252642+0000 mgr.y (mgr.25441) 5140 : cluster [DBG] pgmap v3407: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.569 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.257878+0000 mon.a (mon.0) 2220 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:40.569 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cephadm 2024-03-30T04:49:39.258450+0000 mgr.y (mgr.25441) 5141 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.569 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.314574+0000 mon.c (mon.1) 5606 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.569 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.316502+0000 mon.c (mon.1) 5607 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.569 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.318324+0000 mon.c (mon.1) 5608 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.569 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.319005+0000 mon.c (mon.1) 5609 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.569 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cluster 2024-03-30T04:49:39.320198+0000 mgr.y (mgr.25441) 5142 : cluster [DBG] pgmap v3408: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.570 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cluster 2024-03-30T04:49:39.320430+0000 mgr.y (mgr.25441) 5143 : cluster [DBG] pgmap v3409: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.570 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.324422+0000 mon.a (mon.0) 2221 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:40.570 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cephadm 2024-03-30T04:49:39.326168+0000 mgr.y (mgr.25441) 5144 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.570 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.366501+0000 mon.c (mon.1) 5610 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.570 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.368323+0000 mon.c (mon.1) 5611 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.570 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.370776+0000 mon.c (mon.1) 5612 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.570 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.371495+0000 mon.c (mon.1) 5613 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.570 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cluster 2024-03-30T04:49:39.372703+0000 mgr.y (mgr.25441) 5145 : cluster [DBG] pgmap v3410: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.570 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cluster 2024-03-30T04:49:39.373138+0000 mgr.y (mgr.25441) 5146 : cluster [DBG] pgmap v3411: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.570 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.378800+0000 mon.a (mon.0) 2222 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:40.570 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cephadm 2024-03-30T04:49:39.379466+0000 mgr.y (mgr.25441) 5147 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.570 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.424350+0000 mon.c (mon.1) 5614 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.570 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.426909+0000 mon.c (mon.1) 5615 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.570 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.429721+0000 mon.c (mon.1) 5616 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.571 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.430864+0000 mon.c (mon.1) 5617 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.571 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cluster 2024-03-30T04:49:39.433099+0000 mgr.y (mgr.25441) 5148 : cluster [DBG] pgmap v3412: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.571 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cluster 2024-03-30T04:49:39.433566+0000 mgr.y (mgr.25441) 5149 : cluster [DBG] pgmap v3413: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.571 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.439830+0000 mon.a (mon.0) 2223 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:40.571 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cephadm 2024-03-30T04:49:39.441523+0000 mgr.y (mgr.25441) 5150 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.571 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.499247+0000 mon.c (mon.1) 5618 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.571 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.501450+0000 mon.c (mon.1) 5619 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.571 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.503589+0000 mon.c (mon.1) 5620 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.571 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.504398+0000 mon.c (mon.1) 5621 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.571 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cluster 2024-03-30T04:49:39.505848+0000 mgr.y (mgr.25441) 5151 : cluster [DBG] pgmap v3414: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.571 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cluster 2024-03-30T04:49:39.506091+0000 mgr.y (mgr.25441) 5152 : cluster [DBG] pgmap v3415: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.571 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.511534+0000 mon.a (mon.0) 2224 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:40.571 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cephadm 2024-03-30T04:49:39.512182+0000 mgr.y (mgr.25441) 5153 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.571 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.559471+0000 mon.c (mon.1) 5622 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.571 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.561432+0000 mon.c (mon.1) 5623 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.572 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.563485+0000 mon.c (mon.1) 5624 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.572 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.564175+0000 mon.c (mon.1) 5625 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.572 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cluster 2024-03-30T04:49:39.565605+0000 mgr.y (mgr.25441) 5154 : cluster [DBG] pgmap v3416: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.572 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cluster 2024-03-30T04:49:39.565847+0000 mgr.y (mgr.25441) 5155 : cluster [DBG] pgmap v3417: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.572 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.571506+0000 mon.a (mon.0) 2225 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:40.572 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cephadm 2024-03-30T04:49:39.572272+0000 mgr.y (mgr.25441) 5156 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.572 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.634936+0000 mon.c (mon.1) 5626 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.572 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.636819+0000 mon.c (mon.1) 5627 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.572 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.638773+0000 mon.c (mon.1) 5628 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.572 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.639490+0000 mon.c (mon.1) 5629 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.572 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cluster 2024-03-30T04:49:39.640691+0000 mgr.y (mgr.25441) 5157 : cluster [DBG] pgmap v3418: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.572 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cluster 2024-03-30T04:49:39.640936+0000 mgr.y (mgr.25441) 5158 : cluster [DBG] pgmap v3419: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.572 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.647299+0000 mon.a (mon.0) 2226 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:40.572 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cephadm 2024-03-30T04:49:39.647970+0000 mgr.y (mgr.25441) 5159 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.572 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.687837+0000 mon.c (mon.1) 5630 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.573 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.689678+0000 mon.c (mon.1) 5631 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.573 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.692106+0000 mon.c (mon.1) 5632 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.573 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.692996+0000 mon.c (mon.1) 5633 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.573 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cluster 2024-03-30T04:49:39.694604+0000 mgr.y (mgr.25441) 5160 : cluster [DBG] pgmap v3420: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.573 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cluster 2024-03-30T04:49:39.694837+0000 mgr.y (mgr.25441) 5161 : cluster [DBG] pgmap v3421: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.573 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.699328+0000 mon.a (mon.0) 2227 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:40.573 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cephadm 2024-03-30T04:49:39.702863+0000 mgr.y (mgr.25441) 5162 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.573 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.747935+0000 mon.c (mon.1) 5634 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.573 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.750063+0000 mon.c (mon.1) 5635 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.573 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.752239+0000 mon.c (mon.1) 5636 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.573 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.752985+0000 mon.c (mon.1) 5637 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.573 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cluster 2024-03-30T04:49:39.754464+0000 mgr.y (mgr.25441) 5163 : cluster [DBG] pgmap v3422: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.573 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cluster 2024-03-30T04:49:39.754699+0000 mgr.y (mgr.25441) 5164 : cluster [DBG] pgmap v3423: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.573 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.760162+0000 mon.a (mon.0) 2228 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:40.574 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: cephadm 2024-03-30T04:49:39.760809+0000 mgr.y (mgr.25441) 5165 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.574 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.792016+0000 mgr.y (mgr.25441) 5166 : audit [DBG] from='client.44785 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:40.574 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.822413+0000 mon.c (mon.1) 5638 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.574 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.824697+0000 mon.c (mon.1) 5639 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.574 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.834600+0000 mon.c (mon.1) 5640 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.574 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.835839+0000 mon.c (mon.1) 5641 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.574 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.846065+0000 mon.a (mon.0) 2229 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:40.574 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.915378+0000 mon.c (mon.1) 5642 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.574 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.917393+0000 mon.c (mon.1) 5643 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.574 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.919198+0000 mon.c (mon.1) 5644 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.574 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.919903+0000 mon.c (mon.1) 5645 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.574 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.926177+0000 mon.a (mon.0) 2230 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:40.574 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.985371+0000 mon.c (mon.1) 5646 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.574 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.987327+0000 mon.c (mon.1) 5647 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.574 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.989648+0000 mon.c (mon.1) 5648 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.575 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.990559+0000 mon.c (mon.1) 5649 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.575 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:39.997583+0000 mon.a (mon.0) 2231 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:40.575 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:40.063562+0000 mon.c (mon.1) 5650 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.575 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:40.065486+0000 mon.c (mon.1) 5651 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.575 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:40.067344+0000 mon.c (mon.1) 5652 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.575 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:40.068128+0000 mon.c (mon.1) 5653 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.575 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:40.075869+0000 mon.a (mon.0) 2232 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:40.575 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:40.138951+0000 mon.c (mon.1) 5654 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.575 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:40.141069+0000 mon.c (mon.1) 5655 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.575 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:40.143248+0000 mon.c (mon.1) 5656 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.575 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:40.144022+0000 mon.c (mon.1) 5657 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.575 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:40.151334+0000 mon.a (mon.0) 2233 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:40.575 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:40.208264+0000 mon.c (mon.1) 5658 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.575 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:40.209810+0000 mon.c (mon.1) 5659 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.576 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:40.211822+0000 mon.c (mon.1) 5660 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.576 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[62284]: audit 2024-03-30T04:49:40.212390+0000 mon.c (mon.1) 5661 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.316502+0000 mon.c (mon.1) 5607 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.318324+0000 mon.c (mon.1) 5608 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.319005+0000 mon.c (mon.1) 5609 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cluster 2024-03-30T04:49:39.320198+0000 mgr.y (mgr.25441) 5142 : cluster [DBG] pgmap v3408: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cluster 2024-03-30T04:49:39.320430+0000 mgr.y (mgr.25441) 5143 : cluster [DBG] pgmap v3409: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.324422+0000 mon.a (mon.0) 2221 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:40.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cephadm 2024-03-30T04:49:39.326168+0000 mgr.y (mgr.25441) 5144 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.366501+0000 mon.c (mon.1) 5610 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.368323+0000 mon.c (mon.1) 5611 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.370776+0000 mon.c (mon.1) 5612 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.371495+0000 mon.c (mon.1) 5613 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cluster 2024-03-30T04:49:39.372703+0000 mgr.y (mgr.25441) 5145 : cluster [DBG] pgmap v3410: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cluster 2024-03-30T04:49:39.373138+0000 mgr.y (mgr.25441) 5146 : cluster [DBG] pgmap v3411: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.378800+0000 mon.a (mon.0) 2222 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:40.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cephadm 2024-03-30T04:49:39.379466+0000 mgr.y (mgr.25441) 5147 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.424350+0000 mon.c (mon.1) 5614 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.426909+0000 mon.c (mon.1) 5615 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.429721+0000 mon.c (mon.1) 5616 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.430864+0000 mon.c (mon.1) 5617 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cluster 2024-03-30T04:49:39.433099+0000 mgr.y (mgr.25441) 5148 : cluster [DBG] pgmap v3412: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cluster 2024-03-30T04:49:39.433566+0000 mgr.y (mgr.25441) 5149 : cluster [DBG] pgmap v3413: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.439830+0000 mon.a (mon.0) 2223 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:40.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cephadm 2024-03-30T04:49:39.441523+0000 mgr.y (mgr.25441) 5150 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.499247+0000 mon.c (mon.1) 5618 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.501450+0000 mon.c (mon.1) 5619 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.503589+0000 mon.c (mon.1) 5620 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.504398+0000 mon.c (mon.1) 5621 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cluster 2024-03-30T04:49:39.505848+0000 mgr.y (mgr.25441) 5151 : cluster [DBG] pgmap v3414: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cluster 2024-03-30T04:49:39.506091+0000 mgr.y (mgr.25441) 5152 : cluster [DBG] pgmap v3415: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.511534+0000 mon.a (mon.0) 2224 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:40.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cephadm 2024-03-30T04:49:39.512182+0000 mgr.y (mgr.25441) 5153 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.559471+0000 mon.c (mon.1) 5622 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.561432+0000 mon.c (mon.1) 5623 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.563485+0000 mon.c (mon.1) 5624 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.564175+0000 mon.c (mon.1) 5625 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cluster 2024-03-30T04:49:39.565605+0000 mgr.y (mgr.25441) 5154 : cluster [DBG] pgmap v3416: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cluster 2024-03-30T04:49:39.565847+0000 mgr.y (mgr.25441) 5155 : cluster [DBG] pgmap v3417: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.571506+0000 mon.a (mon.0) 2225 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:40.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cephadm 2024-03-30T04:49:39.572272+0000 mgr.y (mgr.25441) 5156 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.634936+0000 mon.c (mon.1) 5626 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.636819+0000 mon.c (mon.1) 5627 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.638773+0000 mon.c (mon.1) 5628 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.639490+0000 mon.c (mon.1) 5629 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cluster 2024-03-30T04:49:39.640691+0000 mgr.y (mgr.25441) 5157 : cluster [DBG] pgmap v3418: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cluster 2024-03-30T04:49:39.640936+0000 mgr.y (mgr.25441) 5158 : cluster [DBG] pgmap v3419: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.647299+0000 mon.a (mon.0) 2226 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:40.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cephadm 2024-03-30T04:49:39.647970+0000 mgr.y (mgr.25441) 5159 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.687837+0000 mon.c (mon.1) 5630 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.689678+0000 mon.c (mon.1) 5631 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.692106+0000 mon.c (mon.1) 5632 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.692996+0000 mon.c (mon.1) 5633 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cluster 2024-03-30T04:49:39.694604+0000 mgr.y (mgr.25441) 5160 : cluster [DBG] pgmap v3420: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cluster 2024-03-30T04:49:39.694837+0000 mgr.y (mgr.25441) 5161 : cluster [DBG] pgmap v3421: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.699328+0000 mon.a (mon.0) 2227 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:40.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cephadm 2024-03-30T04:49:39.702863+0000 mgr.y (mgr.25441) 5162 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.747935+0000 mon.c (mon.1) 5634 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.750063+0000 mon.c (mon.1) 5635 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.752239+0000 mon.c (mon.1) 5636 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.752985+0000 mon.c (mon.1) 5637 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cluster 2024-03-30T04:49:39.754464+0000 mgr.y (mgr.25441) 5163 : cluster [DBG] pgmap v3422: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cluster 2024-03-30T04:49:39.754699+0000 mgr.y (mgr.25441) 5164 : cluster [DBG] pgmap v3423: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:40.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.760162+0000 mon.a (mon.0) 2228 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:40.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: cephadm 2024-03-30T04:49:39.760809+0000 mgr.y (mgr.25441) 5165 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:40.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.792016+0000 mgr.y (mgr.25441) 5166 : audit [DBG] from='client.44785 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:40.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.822413+0000 mon.c (mon.1) 5638 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.824697+0000 mon.c (mon.1) 5639 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.834600+0000 mon.c (mon.1) 5640 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.835839+0000 mon.c (mon.1) 5641 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.846065+0000 mon.a (mon.0) 2229 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:40.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.915378+0000 mon.c (mon.1) 5642 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.917393+0000 mon.c (mon.1) 5643 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.919198+0000 mon.c (mon.1) 5644 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.919903+0000 mon.c (mon.1) 5645 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.926177+0000 mon.a (mon.0) 2230 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:40.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.985371+0000 mon.c (mon.1) 5646 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.987327+0000 mon.c (mon.1) 5647 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.989648+0000 mon.c (mon.1) 5648 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.990559+0000 mon.c (mon.1) 5649 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:39.997583+0000 mon.a (mon.0) 2231 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:40.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:40.063562+0000 mon.c (mon.1) 5650 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:40.065486+0000 mon.c (mon.1) 5651 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:40.067344+0000 mon.c (mon.1) 5652 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:40.068128+0000 mon.c (mon.1) 5653 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:40.075869+0000 mon.a (mon.0) 2232 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:40.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:40.138951+0000 mon.c (mon.1) 5654 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:40.141069+0000 mon.c (mon.1) 5655 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:40.143248+0000 mon.c (mon.1) 5656 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:40.144022+0000 mon.c (mon.1) 5657 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:40.151334+0000 mon.a (mon.0) 2233 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:40.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:40.208264+0000 mon.c (mon.1) 5658 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:40.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:40.209810+0000 mon.c (mon.1) 5659 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:40.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:40.211822+0000 mon.c (mon.1) 5660 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:40.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:40 smithi111 bash[70954]: audit 2024-03-30T04:49:40.212390+0000 mon.c (mon.1) 5661 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:40.640 INFO:teuthology.orchestra.run.smithi111.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:49:40.640 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi111 smithi111 running 12s ago 24m - - 2024-03-30T04:49:40.640 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi117 smithi117 running 19s ago 23m - - 2024-03-30T04:49:40.640 INFO:teuthology.orchestra.run.smithi111.stdout:alertmanager.a smithi111 *:9093,9094 running (10m) 12s ago 17m 13.9M - 0.23.0 ba2b418f427c 1324aeb3a452 2024-03-30T04:49:40.640 INFO:teuthology.orchestra.run.smithi111.stdout:grafana.a smithi117 *:3000 error 19s ago 16m - - 2024-03-30T04:49:40.640 INFO:teuthology.orchestra.run.smithi111.stdout:iscsi.foo.smithi111.fmwmll smithi111 running (25s) 12s ago 14m 67.0M - 3.7 3714003597ec 3ebd9fdc0e65 2024-03-30T04:49:40.640 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.x smithi117 *:8443,9283,8765 running (8m) 19s ago 23m 439M - 19.0.0-2493-gd82c9aa1 3714003597ec 42ebd55da4b4 2024-03-30T04:49:40.640 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.y smithi111 *:8443,9283,8765 running (9m) 12s ago 25m 532M - 19.0.0-2493-gd82c9aa1 3714003597ec fa84fb31d2a4 2024-03-30T04:49:40.640 INFO:teuthology.orchestra.run.smithi111.stdout:mon.a smithi111 running (7m) 12s ago 25m 143M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 896c96f933ff 2024-03-30T04:49:40.641 INFO:teuthology.orchestra.run.smithi111.stdout:mon.b smithi117 running (7m) 19s ago 23m 59.5M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 60f10ffc2128 2024-03-30T04:49:40.641 INFO:teuthology.orchestra.run.smithi111.stdout:mon.c smithi111 running (7m) 12s ago 23m 74.1M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 385ecbe45d43 2024-03-30T04:49:40.641 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.a smithi111 *:9100 starting - - - - 2024-03-30T04:49:40.641 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.b smithi117 *:9100 starting - - - - 2024-03-30T04:49:40.641 INFO:teuthology.orchestra.run.smithi111.stdout:osd.0 smithi111 running (5m) 12s ago 22m 60.4M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec c83a5c211a2a 2024-03-30T04:49:40.641 INFO:teuthology.orchestra.run.smithi111.stdout:osd.1 smithi111 running (5m) 12s ago 22m 69.7M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 72f709306a82 2024-03-30T04:49:40.641 INFO:teuthology.orchestra.run.smithi111.stdout:osd.2 smithi111 running (4m) 12s ago 21m 53.5M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 4812fabf499a 2024-03-30T04:49:40.641 INFO:teuthology.orchestra.run.smithi111.stdout:osd.3 smithi111 running (3m) 12s ago 21m 63.2M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec d39d23268f95 2024-03-30T04:49:40.641 INFO:teuthology.orchestra.run.smithi111.stdout:osd.4 smithi117 running (3m) 19s ago 20m 60.1M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 1668f848549c 2024-03-30T04:49:40.641 INFO:teuthology.orchestra.run.smithi111.stdout:osd.5 smithi117 running (2m) 19s ago 19m 58.5M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec db2499d5a247 2024-03-30T04:49:40.641 INFO:teuthology.orchestra.run.smithi111.stdout:osd.6 smithi117 running (2m) 19s ago 19m 59.0M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 68d03f439b68 2024-03-30T04:49:40.641 INFO:teuthology.orchestra.run.smithi111.stdout:osd.7 smithi117 running (91s) 19s ago 18m 57.7M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 6fd992ff99cf 2024-03-30T04:49:40.641 INFO:teuthology.orchestra.run.smithi111.stdout:prometheus.a smithi117 *:9095 running (8m) 19s ago 17m 67.6M - 2.33.4 514e6a882f6e e0486046291e 2024-03-30T04:49:40.642 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi111.gqpgtc smithi111 *:8000 running (75s) 12s ago 15m 89.8M - 19.0.0-2493-gd82c9aa1 3714003597ec 50e6e8bbe60e 2024-03-30T04:49:40.642 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi117.nijpsz smithi117 *:8000 running (60s) 19s ago 15m 89.0M - 19.0.0-2493-gd82c9aa1 3714003597ec d8c31b651386 2024-03-30T04:49:40.642 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi111.nqgkvi smithi111 *:80 running (68s) 12s ago 15m 89.5M - 19.0.0-2493-gd82c9aa1 3714003597ec ea526666ea23 2024-03-30T04:49:40.642 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi117.wrgldy smithi117 *:80 running (52s) 19s ago 15m 89.1M - 19.0.0-2493-gd82c9aa1 3714003597ec aa04480b5182 2024-03-30T04:49:40.886 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[83627]: Digest: sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c 2024-03-30T04:49:40.886 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:40 smithi117 bash[83627]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.5.0 2024-03-30T04:49:41.144 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:49:41.144 INFO:teuthology.orchestra.run.smithi111.stdout: "mon": { 2024-03-30T04:49:41.144 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:49:41.144 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:49:41.144 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr": { 2024-03-30T04:49:41.144 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:49:41.144 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:49:41.144 INFO:teuthology.orchestra.run.smithi111.stdout: "osd": { 2024-03-30T04:49:41.145 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 8 2024-03-30T04:49:41.145 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:49:41.145 INFO:teuthology.orchestra.run.smithi111.stdout: "rgw": { 2024-03-30T04:49:41.145 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 4 2024-03-30T04:49:41.145 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:49:41.145 INFO:teuthology.orchestra.run.smithi111.stdout: "overall": { 2024-03-30T04:49:41.145 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 17 2024-03-30T04:49:41.145 INFO:teuthology.orchestra.run.smithi111.stdout: } 2024-03-30T04:49:41.145 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:49:41.496 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: cluster 2024-03-30T04:49:39.838597+0000 mgr.y (mgr.25441) 5167 : cluster [DBG] pgmap v3424: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.497 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: cephadm 2024-03-30T04:49:39.850221+0000 mgr.y (mgr.25441) 5168 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:41.497 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: cluster 2024-03-30T04:49:39.921122+0000 mgr.y (mgr.25441) 5169 : cluster [DBG] pgmap v3425: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.497 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: cluster 2024-03-30T04:49:39.921357+0000 mgr.y (mgr.25441) 5170 : cluster [DBG] pgmap v3426: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.497 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: cephadm 2024-03-30T04:49:39.926876+0000 mgr.y (mgr.25441) 5171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:41.497 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: cluster 2024-03-30T04:49:39.991922+0000 mgr.y (mgr.25441) 5172 : cluster [DBG] pgmap v3427: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.497 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: cluster 2024-03-30T04:49:39.992161+0000 mgr.y (mgr.25441) 5173 : cluster [DBG] pgmap v3428: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.497 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: cephadm 2024-03-30T04:49:40.001427+0000 mgr.y (mgr.25441) 5174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:41.498 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: cluster 2024-03-30T04:49:40.069539+0000 mgr.y (mgr.25441) 5175 : cluster [DBG] pgmap v3429: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.498 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: cluster 2024-03-30T04:49:40.069767+0000 mgr.y (mgr.25441) 5176 : cluster [DBG] pgmap v3430: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.498 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: cephadm 2024-03-30T04:49:40.076523+0000 mgr.y (mgr.25441) 5177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:41.498 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: cluster 2024-03-30T04:49:40.145518+0000 mgr.y (mgr.25441) 5178 : cluster [DBG] pgmap v3431: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.498 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: cluster 2024-03-30T04:49:40.145734+0000 mgr.y (mgr.25441) 5179 : cluster [DBG] pgmap v3432: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.498 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: cephadm 2024-03-30T04:49:40.152003+0000 mgr.y (mgr.25441) 5180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:41.498 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: cluster 2024-03-30T04:49:40.213534+0000 mgr.y (mgr.25441) 5181 : cluster [DBG] pgmap v3433: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.498 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: cluster 2024-03-30T04:49:40.213749+0000 mgr.y (mgr.25441) 5182 : cluster [DBG] pgmap v3434: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.498 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.219905+0000 mon.a (mon.0) 2234 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.498 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: cephadm 2024-03-30T04:49:40.221145+0000 mgr.y (mgr.25441) 5183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:41.498 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.225459+0000 mgr.y (mgr.25441) 5184 : audit [DBG] from='client.34851 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:41.499 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.294173+0000 mon.c (mon.1) 5662 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.499 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: cluster 2024-03-30T04:49:39.838597+0000 mgr.y (mgr.25441) 5167 : cluster [DBG] pgmap v3424: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.499 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: cephadm 2024-03-30T04:49:39.850221+0000 mgr.y (mgr.25441) 5168 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:41.499 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: cluster 2024-03-30T04:49:39.921122+0000 mgr.y (mgr.25441) 5169 : cluster [DBG] pgmap v3425: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.499 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: cluster 2024-03-30T04:49:39.921357+0000 mgr.y (mgr.25441) 5170 : cluster [DBG] pgmap v3426: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.499 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: cephadm 2024-03-30T04:49:39.926876+0000 mgr.y (mgr.25441) 5171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:41.499 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: cluster 2024-03-30T04:49:39.991922+0000 mgr.y (mgr.25441) 5172 : cluster [DBG] pgmap v3427: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.499 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: cluster 2024-03-30T04:49:39.992161+0000 mgr.y (mgr.25441) 5173 : cluster [DBG] pgmap v3428: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.500 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: cephadm 2024-03-30T04:49:40.001427+0000 mgr.y (mgr.25441) 5174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:41.500 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: cluster 2024-03-30T04:49:40.069539+0000 mgr.y (mgr.25441) 5175 : cluster [DBG] pgmap v3429: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.500 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: cluster 2024-03-30T04:49:40.069767+0000 mgr.y (mgr.25441) 5176 : cluster [DBG] pgmap v3430: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.500 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: cephadm 2024-03-30T04:49:40.076523+0000 mgr.y (mgr.25441) 5177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:41.500 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: cluster 2024-03-30T04:49:40.145518+0000 mgr.y (mgr.25441) 5178 : cluster [DBG] pgmap v3431: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.500 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: cluster 2024-03-30T04:49:40.145734+0000 mgr.y (mgr.25441) 5179 : cluster [DBG] pgmap v3432: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.500 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: cephadm 2024-03-30T04:49:40.152003+0000 mgr.y (mgr.25441) 5180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:41.500 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: cluster 2024-03-30T04:49:40.213534+0000 mgr.y (mgr.25441) 5181 : cluster [DBG] pgmap v3433: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.500 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: cluster 2024-03-30T04:49:40.213749+0000 mgr.y (mgr.25441) 5182 : cluster [DBG] pgmap v3434: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.500 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.219905+0000 mon.a (mon.0) 2234 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.500 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: cephadm 2024-03-30T04:49:40.221145+0000 mgr.y (mgr.25441) 5183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:41.500 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.225459+0000 mgr.y (mgr.25441) 5184 : audit [DBG] from='client.34851 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:41.500 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.294173+0000 mon.c (mon.1) 5662 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.295865+0000 mon.c (mon.1) 5663 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.298023+0000 mon.c (mon.1) 5664 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.298803+0000 mon.c (mon.1) 5665 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: cluster 2024-03-30T04:49:40.300333+0000 mgr.y (mgr.25441) 5185 : cluster [DBG] pgmap v3435: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: cluster 2024-03-30T04:49:40.300659+0000 mgr.y (mgr.25441) 5186 : cluster [DBG] pgmap v3436: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.307773+0000 mon.a (mon.0) 2235 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: cephadm 2024-03-30T04:49:40.308687+0000 mgr.y (mgr.25441) 5187 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:41.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.371798+0000 mon.c (mon.1) 5666 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.374133+0000 mon.c (mon.1) 5667 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.376374+0000 mon.c (mon.1) 5668 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.377160+0000 mon.c (mon.1) 5669 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: cluster 2024-03-30T04:49:40.378572+0000 mgr.y (mgr.25441) 5188 : cluster [DBG] pgmap v3437: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: cluster 2024-03-30T04:49:40.378818+0000 mgr.y (mgr.25441) 5189 : cluster [DBG] pgmap v3438: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.385074+0000 mon.a (mon.0) 2236 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: cephadm 2024-03-30T04:49:40.385827+0000 mgr.y (mgr.25441) 5190 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:41.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.431450+0000 mon.c (mon.1) 5670 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.433686+0000 mon.c (mon.1) 5671 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.435916+0000 mon.c (mon.1) 5672 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.436627+0000 mon.c (mon.1) 5673 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: cluster 2024-03-30T04:49:40.437944+0000 mgr.y (mgr.25441) 5191 : cluster [DBG] pgmap v3439: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.502 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.295865+0000 mon.c (mon.1) 5663 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.503 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.298023+0000 mon.c (mon.1) 5664 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.503 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.298803+0000 mon.c (mon.1) 5665 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.503 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: cluster 2024-03-30T04:49:40.300333+0000 mgr.y (mgr.25441) 5185 : cluster [DBG] pgmap v3435: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.503 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: cluster 2024-03-30T04:49:40.300659+0000 mgr.y (mgr.25441) 5186 : cluster [DBG] pgmap v3436: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.503 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.307773+0000 mon.a (mon.0) 2235 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.503 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: cephadm 2024-03-30T04:49:40.308687+0000 mgr.y (mgr.25441) 5187 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:41.503 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.371798+0000 mon.c (mon.1) 5666 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.503 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.374133+0000 mon.c (mon.1) 5667 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.503 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.376374+0000 mon.c (mon.1) 5668 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.503 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.377160+0000 mon.c (mon.1) 5669 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.503 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: cluster 2024-03-30T04:49:40.378572+0000 mgr.y (mgr.25441) 5188 : cluster [DBG] pgmap v3437: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.503 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: cluster 2024-03-30T04:49:40.378818+0000 mgr.y (mgr.25441) 5189 : cluster [DBG] pgmap v3438: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.504 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.385074+0000 mon.a (mon.0) 2236 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.504 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: cephadm 2024-03-30T04:49:40.385827+0000 mgr.y (mgr.25441) 5190 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:41.504 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.431450+0000 mon.c (mon.1) 5670 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.504 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.433686+0000 mon.c (mon.1) 5671 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.504 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.435916+0000 mon.c (mon.1) 5672 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.504 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.436627+0000 mon.c (mon.1) 5673 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.504 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: cluster 2024-03-30T04:49:40.437944+0000 mgr.y (mgr.25441) 5191 : cluster [DBG] pgmap v3439: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.504 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: cluster 2024-03-30T04:49:40.438176+0000 mgr.y (mgr.25441) 5192 : cluster [DBG] pgmap v3440: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.504 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.443748+0000 mon.a (mon.0) 2237 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.505 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: cephadm 2024-03-30T04:49:40.444430+0000 mgr.y (mgr.25441) 5193 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:41.505 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.522194+0000 mon.c (mon.1) 5674 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.505 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.524095+0000 mon.c (mon.1) 5675 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.505 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.526419+0000 mon.c (mon.1) 5676 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.505 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.527169+0000 mon.c (mon.1) 5677 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.505 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: cluster 2024-03-30T04:49:40.528537+0000 mgr.y (mgr.25441) 5194 : cluster [DBG] pgmap v3441: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.505 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: cluster 2024-03-30T04:49:40.528783+0000 mgr.y (mgr.25441) 5195 : cluster [DBG] pgmap v3442: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.505 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.533666+0000 mon.a (mon.0) 2238 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.505 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: cephadm 2024-03-30T04:49:40.535374+0000 mgr.y (mgr.25441) 5196 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:41.505 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.597669+0000 mon.c (mon.1) 5678 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.505 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.599888+0000 mon.c (mon.1) 5679 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.505 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.601984+0000 mon.c (mon.1) 5680 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.505 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.602675+0000 mon.c (mon.1) 5681 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.505 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: cluster 2024-03-30T04:49:40.604737+0000 mgr.y (mgr.25441) 5197 : cluster [DBG] pgmap v3443: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.506 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: cluster 2024-03-30T04:49:40.604954+0000 mgr.y (mgr.25441) 5198 : cluster [DBG] pgmap v3444: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.506 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.609344+0000 mon.a (mon.0) 2239 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.506 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: cephadm 2024-03-30T04:49:40.612509+0000 mgr.y (mgr.25441) 5199 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:41.506 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.628067+0000 mgr.y (mgr.25441) 5200 : audit [DBG] from='client.44797 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:41.506 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: cluster 2024-03-30T04:49:40.438176+0000 mgr.y (mgr.25441) 5192 : cluster [DBG] pgmap v3440: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.506 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.443748+0000 mon.a (mon.0) 2237 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.506 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: cephadm 2024-03-30T04:49:40.444430+0000 mgr.y (mgr.25441) 5193 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:41.506 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.522194+0000 mon.c (mon.1) 5674 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.506 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.524095+0000 mon.c (mon.1) 5675 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.506 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.526419+0000 mon.c (mon.1) 5676 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.527169+0000 mon.c (mon.1) 5677 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: cluster 2024-03-30T04:49:40.528537+0000 mgr.y (mgr.25441) 5194 : cluster [DBG] pgmap v3441: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: cluster 2024-03-30T04:49:40.528783+0000 mgr.y (mgr.25441) 5195 : cluster [DBG] pgmap v3442: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.533666+0000 mon.a (mon.0) 2238 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: cephadm 2024-03-30T04:49:40.535374+0000 mgr.y (mgr.25441) 5196 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:41.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.597669+0000 mon.c (mon.1) 5678 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.599888+0000 mon.c (mon.1) 5679 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.601984+0000 mon.c (mon.1) 5680 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.602675+0000 mon.c (mon.1) 5681 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: cluster 2024-03-30T04:49:40.604737+0000 mgr.y (mgr.25441) 5197 : cluster [DBG] pgmap v3443: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: cluster 2024-03-30T04:49:40.604954+0000 mgr.y (mgr.25441) 5198 : cluster [DBG] pgmap v3444: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.609344+0000 mon.a (mon.0) 2239 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: cephadm 2024-03-30T04:49:40.612509+0000 mgr.y (mgr.25441) 5199 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:41.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.628067+0000 mgr.y (mgr.25441) 5200 : audit [DBG] from='client.44797 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:41.508 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.687417+0000 mon.c (mon.1) 5682 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.508 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.689792+0000 mon.c (mon.1) 5683 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.508 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.692152+0000 mon.c (mon.1) 5684 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.508 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.693079+0000 mon.c (mon.1) 5685 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.508 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: cluster 2024-03-30T04:49:40.694727+0000 mgr.y (mgr.25441) 5201 : cluster [DBG] pgmap v3445: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.508 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: cluster 2024-03-30T04:49:40.695063+0000 mgr.y (mgr.25441) 5202 : cluster [DBG] pgmap v3446: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.508 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.701060+0000 mon.a (mon.0) 2240 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.508 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: cephadm 2024-03-30T04:49:40.701809+0000 mgr.y (mgr.25441) 5203 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:41.508 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.758188+0000 mon.c (mon.1) 5686 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.508 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.759978+0000 mon.c (mon.1) 5687 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.508 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.762074+0000 mon.c (mon.1) 5688 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.509 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.762943+0000 mon.c (mon.1) 5689 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.509 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: cluster 2024-03-30T04:49:40.764802+0000 mgr.y (mgr.25441) 5204 : cluster [DBG] pgmap v3447: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.509 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: cluster 2024-03-30T04:49:40.765187+0000 mgr.y (mgr.25441) 5205 : cluster [DBG] pgmap v3448: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.509 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.769837+0000 mon.a (mon.0) 2241 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.509 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: cephadm 2024-03-30T04:49:40.772640+0000 mgr.y (mgr.25441) 5206 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:41.509 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.813001+0000 mon.c (mon.1) 5690 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.509 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.814609+0000 mon.c (mon.1) 5691 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.509 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.816309+0000 mon.c (mon.1) 5692 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.509 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.816919+0000 mon.c (mon.1) 5693 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.510 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.687417+0000 mon.c (mon.1) 5682 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.510 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.689792+0000 mon.c (mon.1) 5683 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.510 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.692152+0000 mon.c (mon.1) 5684 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.510 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.693079+0000 mon.c (mon.1) 5685 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.510 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: cluster 2024-03-30T04:49:40.694727+0000 mgr.y (mgr.25441) 5201 : cluster [DBG] pgmap v3445: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.510 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: cluster 2024-03-30T04:49:40.695063+0000 mgr.y (mgr.25441) 5202 : cluster [DBG] pgmap v3446: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.510 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.701060+0000 mon.a (mon.0) 2240 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.510 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: cephadm 2024-03-30T04:49:40.701809+0000 mgr.y (mgr.25441) 5203 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:41.510 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.758188+0000 mon.c (mon.1) 5686 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.510 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.759978+0000 mon.c (mon.1) 5687 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.510 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.762074+0000 mon.c (mon.1) 5688 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.510 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.762943+0000 mon.c (mon.1) 5689 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.510 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: cluster 2024-03-30T04:49:40.764802+0000 mgr.y (mgr.25441) 5204 : cluster [DBG] pgmap v3447: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.511 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: cluster 2024-03-30T04:49:40.765187+0000 mgr.y (mgr.25441) 5205 : cluster [DBG] pgmap v3448: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.511 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.769837+0000 mon.a (mon.0) 2241 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.511 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: cephadm 2024-03-30T04:49:40.772640+0000 mgr.y (mgr.25441) 5206 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:41.511 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.813001+0000 mon.c (mon.1) 5690 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.511 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.814609+0000 mon.c (mon.1) 5691 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.511 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.816309+0000 mon.c (mon.1) 5692 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.511 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.816919+0000 mon.c (mon.1) 5693 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.511 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: cluster 2024-03-30T04:49:40.818134+0000 mgr.y (mgr.25441) 5207 : cluster [DBG] pgmap v3449: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.511 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: cluster 2024-03-30T04:49:40.818365+0000 mgr.y (mgr.25441) 5208 : cluster [DBG] pgmap v3450: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.511 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.823425+0000 mon.a (mon.0) 2242 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.512 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.882874+0000 mon.c (mon.1) 5694 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.512 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.884499+0000 mon.c (mon.1) 5695 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.512 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.886765+0000 mon.c (mon.1) 5696 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.512 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.887505+0000 mon.c (mon.1) 5697 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.512 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.894573+0000 mon.a (mon.0) 2243 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.512 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.959556+0000 mon.c (mon.1) 5698 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.512 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.961696+0000 mon.c (mon.1) 5699 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.512 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.963781+0000 mon.c (mon.1) 5700 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.512 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.964492+0000 mon.c (mon.1) 5701 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.512 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:40.971480+0000 mon.a (mon.0) 2244 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.512 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:41.028932+0000 mon.c (mon.1) 5702 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.512 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:41.030568+0000 mon.c (mon.1) 5703 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.512 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:41.032457+0000 mon.c (mon.1) 5704 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.512 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:41.033039+0000 mon.c (mon.1) 5705 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.512 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:41.039543+0000 mon.a (mon.0) 2245 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.512 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:41.081531+0000 mon.c (mon.1) 5706 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.513 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:41.083534+0000 mon.c (mon.1) 5707 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.513 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:41.085685+0000 mon.c (mon.1) 5708 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.513 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:41.086526+0000 mon.c (mon.1) 5709 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.513 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:41.093429+0000 mon.a (mon.0) 2246 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.513 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:41.149455+0000 mon.c (mon.1) 5710 : audit [DBG] from='client.? 172.21.15.111:0/2486007974' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.513 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:41.152417+0000 mon.c (mon.1) 5711 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.513 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:41.154280+0000 mon.c (mon.1) 5712 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.513 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:41.156357+0000 mon.c (mon.1) 5713 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.513 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:41.157143+0000 mon.c (mon.1) 5714 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.513 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:41.163389+0000 mon.a (mon.0) 2247 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.513 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:41.211591+0000 mon.c (mon.1) 5715 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.513 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:41.213818+0000 mon.c (mon.1) 5716 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.513 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:41.215920+0000 mon.c (mon.1) 5717 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.513 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:41.216667+0000 mon.c (mon.1) 5718 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.513 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[70954]: audit 2024-03-30T04:49:41.223983+0000 mon.a (mon.0) 2248 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.514 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: cluster 2024-03-30T04:49:40.818134+0000 mgr.y (mgr.25441) 5207 : cluster [DBG] pgmap v3449: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.514 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: cluster 2024-03-30T04:49:40.818365+0000 mgr.y (mgr.25441) 5208 : cluster [DBG] pgmap v3450: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.514 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.823425+0000 mon.a (mon.0) 2242 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.514 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.882874+0000 mon.c (mon.1) 5694 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.514 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.884499+0000 mon.c (mon.1) 5695 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.514 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.886765+0000 mon.c (mon.1) 5696 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.514 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.887505+0000 mon.c (mon.1) 5697 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.514 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.894573+0000 mon.a (mon.0) 2243 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.514 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.959556+0000 mon.c (mon.1) 5698 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.514 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.961696+0000 mon.c (mon.1) 5699 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.514 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.963781+0000 mon.c (mon.1) 5700 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.515 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.964492+0000 mon.c (mon.1) 5701 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.515 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:40.971480+0000 mon.a (mon.0) 2244 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.515 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:41.028932+0000 mon.c (mon.1) 5702 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.515 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:41.030568+0000 mon.c (mon.1) 5703 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.515 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:41.032457+0000 mon.c (mon.1) 5704 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.515 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:41.033039+0000 mon.c (mon.1) 5705 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.515 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:41.039543+0000 mon.a (mon.0) 2245 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.515 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:41.081531+0000 mon.c (mon.1) 5706 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.515 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:41.083534+0000 mon.c (mon.1) 5707 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.515 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:41.085685+0000 mon.c (mon.1) 5708 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.515 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:41.086526+0000 mon.c (mon.1) 5709 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.515 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:41.093429+0000 mon.a (mon.0) 2246 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.515 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:41.149455+0000 mon.c (mon.1) 5710 : audit [DBG] from='client.? 172.21.15.111:0/2486007974' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.515 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:41.152417+0000 mon.c (mon.1) 5711 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.516 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:41.154280+0000 mon.c (mon.1) 5712 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.516 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:41.156357+0000 mon.c (mon.1) 5713 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.516 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:41.157143+0000 mon.c (mon.1) 5714 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.516 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:41.163389+0000 mon.a (mon.0) 2247 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.516 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:41.211591+0000 mon.c (mon.1) 5715 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.516 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:41.213818+0000 mon.c (mon.1) 5716 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.516 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:41.215920+0000 mon.c (mon.1) 5717 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.516 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:41.216667+0000 mon.c (mon.1) 5718 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.516 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:41 smithi111 bash[73591]: audit 2024-03-30T04:49:41.223983+0000 mon.a (mon.0) 2248 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.597 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:49:41.597 INFO:teuthology.orchestra.run.smithi111.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962", 2024-03-30T04:49:41.597 INFO:teuthology.orchestra.run.smithi111.stdout: "in_progress": true, 2024-03-30T04:49:41.598 INFO:teuthology.orchestra.run.smithi111.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:49:41.598 INFO:teuthology.orchestra.run.smithi111.stdout: "services_complete": [ 2024-03-30T04:49:41.598 INFO:teuthology.orchestra.run.smithi111.stdout: "osd", 2024-03-30T04:49:41.598 INFO:teuthology.orchestra.run.smithi111.stdout: "rgw", 2024-03-30T04:49:41.598 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr", 2024-03-30T04:49:41.598 INFO:teuthology.orchestra.run.smithi111.stdout: "mon", 2024-03-30T04:49:41.598 INFO:teuthology.orchestra.run.smithi111.stdout: "iscsi" 2024-03-30T04:49:41.598 INFO:teuthology.orchestra.run.smithi111.stdout: ], 2024-03-30T04:49:41.598 INFO:teuthology.orchestra.run.smithi111.stdout: "progress": "18/23 daemons upgraded", 2024-03-30T04:49:41.598 INFO:teuthology.orchestra.run.smithi111.stdout: "message": "Currently upgrading node-exporter daemons", 2024-03-30T04:49:41.598 INFO:teuthology.orchestra.run.smithi111.stdout: "is_paused": false 2024-03-30T04:49:41.598 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:49:41.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: cluster 2024-03-30T04:49:39.838597+0000 mgr.y (mgr.25441) 5167 : cluster [DBG] pgmap v3424: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: cephadm 2024-03-30T04:49:39.850221+0000 mgr.y (mgr.25441) 5168 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:41.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: cluster 2024-03-30T04:49:39.921122+0000 mgr.y (mgr.25441) 5169 : cluster [DBG] pgmap v3425: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: cluster 2024-03-30T04:49:39.921357+0000 mgr.y (mgr.25441) 5170 : cluster [DBG] pgmap v3426: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: cephadm 2024-03-30T04:49:39.926876+0000 mgr.y (mgr.25441) 5171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:41.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: cluster 2024-03-30T04:49:39.991922+0000 mgr.y (mgr.25441) 5172 : cluster [DBG] pgmap v3427: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: cluster 2024-03-30T04:49:39.992161+0000 mgr.y (mgr.25441) 5173 : cluster [DBG] pgmap v3428: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: cephadm 2024-03-30T04:49:40.001427+0000 mgr.y (mgr.25441) 5174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:41.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: cluster 2024-03-30T04:49:40.069539+0000 mgr.y (mgr.25441) 5175 : cluster [DBG] pgmap v3429: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: cluster 2024-03-30T04:49:40.069767+0000 mgr.y (mgr.25441) 5176 : cluster [DBG] pgmap v3430: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: cephadm 2024-03-30T04:49:40.076523+0000 mgr.y (mgr.25441) 5177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:41.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: cluster 2024-03-30T04:49:40.145518+0000 mgr.y (mgr.25441) 5178 : cluster [DBG] pgmap v3431: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: cluster 2024-03-30T04:49:40.145734+0000 mgr.y (mgr.25441) 5179 : cluster [DBG] pgmap v3432: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: cephadm 2024-03-30T04:49:40.152003+0000 mgr.y (mgr.25441) 5180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:41.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: cluster 2024-03-30T04:49:40.213534+0000 mgr.y (mgr.25441) 5181 : cluster [DBG] pgmap v3433: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: cluster 2024-03-30T04:49:40.213749+0000 mgr.y (mgr.25441) 5182 : cluster [DBG] pgmap v3434: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.219905+0000 mon.a (mon.0) 2234 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: cephadm 2024-03-30T04:49:40.221145+0000 mgr.y (mgr.25441) 5183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:41.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.225459+0000 mgr.y (mgr.25441) 5184 : audit [DBG] from='client.34851 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:41.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.294173+0000 mon.c (mon.1) 5662 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.295865+0000 mon.c (mon.1) 5663 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.298023+0000 mon.c (mon.1) 5664 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.298803+0000 mon.c (mon.1) 5665 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: cluster 2024-03-30T04:49:40.300333+0000 mgr.y (mgr.25441) 5185 : cluster [DBG] pgmap v3435: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: cluster 2024-03-30T04:49:40.300659+0000 mgr.y (mgr.25441) 5186 : cluster [DBG] pgmap v3436: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.307773+0000 mon.a (mon.0) 2235 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: cephadm 2024-03-30T04:49:40.308687+0000 mgr.y (mgr.25441) 5187 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:41.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.371798+0000 mon.c (mon.1) 5666 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.374133+0000 mon.c (mon.1) 5667 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.376374+0000 mon.c (mon.1) 5668 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.377160+0000 mon.c (mon.1) 5669 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: cluster 2024-03-30T04:49:40.378572+0000 mgr.y (mgr.25441) 5188 : cluster [DBG] pgmap v3437: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: cluster 2024-03-30T04:49:40.378818+0000 mgr.y (mgr.25441) 5189 : cluster [DBG] pgmap v3438: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.385074+0000 mon.a (mon.0) 2236 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: cephadm 2024-03-30T04:49:40.385827+0000 mgr.y (mgr.25441) 5190 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:41.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.431450+0000 mon.c (mon.1) 5670 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.433686+0000 mon.c (mon.1) 5671 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.435916+0000 mon.c (mon.1) 5672 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.436627+0000 mon.c (mon.1) 5673 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: cluster 2024-03-30T04:49:40.437944+0000 mgr.y (mgr.25441) 5191 : cluster [DBG] pgmap v3439: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: cluster 2024-03-30T04:49:40.438176+0000 mgr.y (mgr.25441) 5192 : cluster [DBG] pgmap v3440: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.443748+0000 mon.a (mon.0) 2237 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: cephadm 2024-03-30T04:49:40.444430+0000 mgr.y (mgr.25441) 5193 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:41.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.522194+0000 mon.c (mon.1) 5674 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.524095+0000 mon.c (mon.1) 5675 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.526419+0000 mon.c (mon.1) 5676 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.527169+0000 mon.c (mon.1) 5677 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: cluster 2024-03-30T04:49:40.528537+0000 mgr.y (mgr.25441) 5194 : cluster [DBG] pgmap v3441: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: cluster 2024-03-30T04:49:40.528783+0000 mgr.y (mgr.25441) 5195 : cluster [DBG] pgmap v3442: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.533666+0000 mon.a (mon.0) 2238 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: cephadm 2024-03-30T04:49:40.535374+0000 mgr.y (mgr.25441) 5196 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:41.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.597669+0000 mon.c (mon.1) 5678 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.599888+0000 mon.c (mon.1) 5679 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.601984+0000 mon.c (mon.1) 5680 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.602675+0000 mon.c (mon.1) 5681 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: cluster 2024-03-30T04:49:40.604737+0000 mgr.y (mgr.25441) 5197 : cluster [DBG] pgmap v3443: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: cluster 2024-03-30T04:49:40.604954+0000 mgr.y (mgr.25441) 5198 : cluster [DBG] pgmap v3444: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.609344+0000 mon.a (mon.0) 2239 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: cephadm 2024-03-30T04:49:40.612509+0000 mgr.y (mgr.25441) 5199 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:41.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.628067+0000 mgr.y (mgr.25441) 5200 : audit [DBG] from='client.44797 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:41.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.687417+0000 mon.c (mon.1) 5682 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.689792+0000 mon.c (mon.1) 5683 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.692152+0000 mon.c (mon.1) 5684 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.693079+0000 mon.c (mon.1) 5685 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: cluster 2024-03-30T04:49:40.694727+0000 mgr.y (mgr.25441) 5201 : cluster [DBG] pgmap v3445: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: cluster 2024-03-30T04:49:40.695063+0000 mgr.y (mgr.25441) 5202 : cluster [DBG] pgmap v3446: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.701060+0000 mon.a (mon.0) 2240 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: cephadm 2024-03-30T04:49:40.701809+0000 mgr.y (mgr.25441) 5203 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:41.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.758188+0000 mon.c (mon.1) 5686 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.759978+0000 mon.c (mon.1) 5687 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.762074+0000 mon.c (mon.1) 5688 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.762943+0000 mon.c (mon.1) 5689 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: cluster 2024-03-30T04:49:40.764802+0000 mgr.y (mgr.25441) 5204 : cluster [DBG] pgmap v3447: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: cluster 2024-03-30T04:49:40.765187+0000 mgr.y (mgr.25441) 5205 : cluster [DBG] pgmap v3448: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.769837+0000 mon.a (mon.0) 2241 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: cephadm 2024-03-30T04:49:40.772640+0000 mgr.y (mgr.25441) 5206 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:41.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.813001+0000 mon.c (mon.1) 5690 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.814609+0000 mon.c (mon.1) 5691 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.816309+0000 mon.c (mon.1) 5692 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.816919+0000 mon.c (mon.1) 5693 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: cluster 2024-03-30T04:49:40.818134+0000 mgr.y (mgr.25441) 5207 : cluster [DBG] pgmap v3449: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: cluster 2024-03-30T04:49:40.818365+0000 mgr.y (mgr.25441) 5208 : cluster [DBG] pgmap v3450: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:41.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.823425+0000 mon.a (mon.0) 2242 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.882874+0000 mon.c (mon.1) 5694 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.884499+0000 mon.c (mon.1) 5695 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.886765+0000 mon.c (mon.1) 5696 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.887505+0000 mon.c (mon.1) 5697 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.894573+0000 mon.a (mon.0) 2243 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.959556+0000 mon.c (mon.1) 5698 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.961696+0000 mon.c (mon.1) 5699 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.963781+0000 mon.c (mon.1) 5700 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.964492+0000 mon.c (mon.1) 5701 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:40.971480+0000 mon.a (mon.0) 2244 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:41.028932+0000 mon.c (mon.1) 5702 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:41.030568+0000 mon.c (mon.1) 5703 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:41.032457+0000 mon.c (mon.1) 5704 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:41.033039+0000 mon.c (mon.1) 5705 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:41.039543+0000 mon.a (mon.0) 2245 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:41.081531+0000 mon.c (mon.1) 5706 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:41.083534+0000 mon.c (mon.1) 5707 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:41.085685+0000 mon.c (mon.1) 5708 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:41.086526+0000 mon.c (mon.1) 5709 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:41.093429+0000 mon.a (mon.0) 2246 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:41.149455+0000 mon.c (mon.1) 5710 : audit [DBG] from='client.? 172.21.15.111:0/2486007974' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:41.152417+0000 mon.c (mon.1) 5711 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:41.154280+0000 mon.c (mon.1) 5712 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:41.156357+0000 mon.c (mon.1) 5713 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:41.157143+0000 mon.c (mon.1) 5714 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:41.163389+0000 mon.a (mon.0) 2247 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:41.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:41.211591+0000 mon.c (mon.1) 5715 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:41.213818+0000 mon.c (mon.1) 5716 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:41.215920+0000 mon.c (mon.1) 5717 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:41.216667+0000 mon.c (mon.1) 5718 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:41 smithi117 bash[62284]: audit 2024-03-30T04:49:41.223983+0000 mon.a (mon.0) 2248 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.052 INFO:teuthology.orchestra.run.smithi111.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:49:42.052 INFO:teuthology.orchestra.run.smithi111.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:49:42.052 INFO:teuthology.orchestra.run.smithi111.stdout: daemon grafana.a on smithi117 is in error state 2024-03-30T04:49:42.562 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: cephadm 2024-03-30T04:49:40.826627+0000 mgr.y (mgr.25441) 5209 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.562 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: cluster 2024-03-30T04:49:40.888891+0000 mgr.y (mgr.25441) 5210 : cluster [DBG] pgmap v3451: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.562 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: cluster 2024-03-30T04:49:40.889126+0000 mgr.y (mgr.25441) 5211 : cluster [DBG] pgmap v3452: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.562 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: cephadm 2024-03-30T04:49:40.896633+0000 mgr.y (mgr.25441) 5212 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.562 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: cluster 2024-03-30T04:49:40.965855+0000 mgr.y (mgr.25441) 5213 : cluster [DBG] pgmap v3453: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.562 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: cluster 2024-03-30T04:49:40.966099+0000 mgr.y (mgr.25441) 5214 : cluster [DBG] pgmap v3454: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.562 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: cephadm 2024-03-30T04:49:40.972635+0000 mgr.y (mgr.25441) 5215 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.562 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: cluster 2024-03-30T04:49:41.034270+0000 mgr.y (mgr.25441) 5216 : cluster [DBG] pgmap v3455: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.562 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: cluster 2024-03-30T04:49:41.034516+0000 mgr.y (mgr.25441) 5217 : cluster [DBG] pgmap v3456: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.563 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: cephadm 2024-03-30T04:49:41.040772+0000 mgr.y (mgr.25441) 5218 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.563 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: cluster 2024-03-30T04:49:41.087862+0000 mgr.y (mgr.25441) 5219 : cluster [DBG] pgmap v3457: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.563 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: cluster 2024-03-30T04:49:41.088087+0000 mgr.y (mgr.25441) 5220 : cluster [DBG] pgmap v3458: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.563 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: cephadm 2024-03-30T04:49:41.095535+0000 mgr.y (mgr.25441) 5221 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.563 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: cluster 2024-03-30T04:49:41.158570+0000 mgr.y (mgr.25441) 5222 : cluster [DBG] pgmap v3459: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.563 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: cluster 2024-03-30T04:49:41.158812+0000 mgr.y (mgr.25441) 5223 : cluster [DBG] pgmap v3460: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.563 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: cephadm 2024-03-30T04:49:41.165529+0000 mgr.y (mgr.25441) 5224 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.563 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: cluster 2024-03-30T04:49:41.218176+0000 mgr.y (mgr.25441) 5225 : cluster [DBG] pgmap v3461: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.563 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: cluster 2024-03-30T04:49:41.218427+0000 mgr.y (mgr.25441) 5226 : cluster [DBG] pgmap v3462: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.563 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: cephadm 2024-03-30T04:49:41.225038+0000 mgr.y (mgr.25441) 5227 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.563 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.284566+0000 mon.c (mon.1) 5719 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.564 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: cephadm 2024-03-30T04:49:40.826627+0000 mgr.y (mgr.25441) 5209 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.564 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: cluster 2024-03-30T04:49:40.888891+0000 mgr.y (mgr.25441) 5210 : cluster [DBG] pgmap v3451: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.564 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: cluster 2024-03-30T04:49:40.889126+0000 mgr.y (mgr.25441) 5211 : cluster [DBG] pgmap v3452: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.564 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: cephadm 2024-03-30T04:49:40.896633+0000 mgr.y (mgr.25441) 5212 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.564 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: cluster 2024-03-30T04:49:40.965855+0000 mgr.y (mgr.25441) 5213 : cluster [DBG] pgmap v3453: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.564 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: cluster 2024-03-30T04:49:40.966099+0000 mgr.y (mgr.25441) 5214 : cluster [DBG] pgmap v3454: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.564 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: cephadm 2024-03-30T04:49:40.972635+0000 mgr.y (mgr.25441) 5215 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.564 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: cluster 2024-03-30T04:49:41.034270+0000 mgr.y (mgr.25441) 5216 : cluster [DBG] pgmap v3455: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.564 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: cluster 2024-03-30T04:49:41.034516+0000 mgr.y (mgr.25441) 5217 : cluster [DBG] pgmap v3456: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.564 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: cephadm 2024-03-30T04:49:41.040772+0000 mgr.y (mgr.25441) 5218 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.564 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: cluster 2024-03-30T04:49:41.087862+0000 mgr.y (mgr.25441) 5219 : cluster [DBG] pgmap v3457: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.564 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: cluster 2024-03-30T04:49:41.088087+0000 mgr.y (mgr.25441) 5220 : cluster [DBG] pgmap v3458: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.564 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: cephadm 2024-03-30T04:49:41.095535+0000 mgr.y (mgr.25441) 5221 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.564 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: cluster 2024-03-30T04:49:41.158570+0000 mgr.y (mgr.25441) 5222 : cluster [DBG] pgmap v3459: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.564 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: cluster 2024-03-30T04:49:41.158812+0000 mgr.y (mgr.25441) 5223 : cluster [DBG] pgmap v3460: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.565 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: cephadm 2024-03-30T04:49:41.165529+0000 mgr.y (mgr.25441) 5224 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.565 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: cluster 2024-03-30T04:49:41.218176+0000 mgr.y (mgr.25441) 5225 : cluster [DBG] pgmap v3461: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.565 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: cluster 2024-03-30T04:49:41.218427+0000 mgr.y (mgr.25441) 5226 : cluster [DBG] pgmap v3462: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.565 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: cephadm 2024-03-30T04:49:41.225038+0000 mgr.y (mgr.25441) 5227 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.565 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.284566+0000 mon.c (mon.1) 5719 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.565 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.286328+0000 mon.c (mon.1) 5720 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.565 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.288892+0000 mon.c (mon.1) 5721 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.565 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.289764+0000 mon.c (mon.1) 5722 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.565 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: cluster 2024-03-30T04:49:41.291277+0000 mgr.y (mgr.25441) 5228 : cluster [DBG] pgmap v3463: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.565 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: cluster 2024-03-30T04:49:41.291518+0000 mgr.y (mgr.25441) 5229 : cluster [DBG] pgmap v3464: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.566 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.300436+0000 mon.a (mon.0) 2249 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.566 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: cephadm 2024-03-30T04:49:41.302815+0000 mgr.y (mgr.25441) 5230 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.566 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.343029+0000 mon.c (mon.1) 5723 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.566 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.345052+0000 mon.c (mon.1) 5724 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.566 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.347229+0000 mon.c (mon.1) 5725 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.566 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.347934+0000 mon.c (mon.1) 5726 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.566 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: cluster 2024-03-30T04:49:41.349619+0000 mgr.y (mgr.25441) 5231 : cluster [DBG] pgmap v3465: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.566 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: cluster 2024-03-30T04:49:41.349851+0000 mgr.y (mgr.25441) 5232 : cluster [DBG] pgmap v3466: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.566 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.357823+0000 mon.a (mon.0) 2250 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.566 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: cephadm 2024-03-30T04:49:41.359166+0000 mgr.y (mgr.25441) 5233 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.566 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.376692+0000 mon.a (mon.0) 2251 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.566 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.393962+0000 mon.a (mon.0) 2252 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.566 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: cluster 2024-03-30T04:49:41.398802+0000 mgr.y (mgr.25441) 5234 : cluster [DBG] pgmap v3467: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.566 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: cluster 2024-03-30T04:49:41.399175+0000 mgr.y (mgr.25441) 5235 : cluster [DBG] pgmap v3468: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.566 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.406695+0000 mon.a (mon.0) 2253 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.567 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.441521+0000 mon.c (mon.1) 5727 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.567 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.443964+0000 mon.c (mon.1) 5728 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.567 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.446035+0000 mon.c (mon.1) 5729 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.567 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.447004+0000 mon.c (mon.1) 5730 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.567 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: cluster 2024-03-30T04:49:41.448873+0000 mgr.y (mgr.25441) 5236 : cluster [DBG] pgmap v3469: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.567 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.453766+0000 mon.a (mon.0) 2254 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.567 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: cephadm 2024-03-30T04:49:41.454749+0000 mgr.y (mgr.25441) 5237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.567 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.518557+0000 mon.c (mon.1) 5731 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.567 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.521573+0000 mon.c (mon.1) 5732 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.567 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.523988+0000 mon.c (mon.1) 5733 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.567 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.524898+0000 mon.c (mon.1) 5734 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.567 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: cluster 2024-03-30T04:49:41.526517+0000 mgr.y (mgr.25441) 5238 : cluster [DBG] pgmap v3470: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.567 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: cluster 2024-03-30T04:49:41.526804+0000 mgr.y (mgr.25441) 5239 : cluster [DBG] pgmap v3471: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.567 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.534343+0000 mon.a (mon.0) 2255 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.568 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: cephadm 2024-03-30T04:49:41.538352+0000 mgr.y (mgr.25441) 5240 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.568 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.599999+0000 mon.c (mon.1) 5735 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.568 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.602370+0000 mon.c (mon.1) 5736 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.568 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.602597+0000 mgr.y (mgr.25441) 5241 : audit [DBG] from='client.34869 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:42.568 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.604670+0000 mon.c (mon.1) 5737 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.568 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.605460+0000 mon.c (mon.1) 5738 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.568 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.286328+0000 mon.c (mon.1) 5720 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.568 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.288892+0000 mon.c (mon.1) 5721 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.568 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.289764+0000 mon.c (mon.1) 5722 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.568 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: cluster 2024-03-30T04:49:41.291277+0000 mgr.y (mgr.25441) 5228 : cluster [DBG] pgmap v3463: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.568 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: cluster 2024-03-30T04:49:41.291518+0000 mgr.y (mgr.25441) 5229 : cluster [DBG] pgmap v3464: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.569 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.300436+0000 mon.a (mon.0) 2249 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.569 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: cephadm 2024-03-30T04:49:41.302815+0000 mgr.y (mgr.25441) 5230 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.569 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.343029+0000 mon.c (mon.1) 5723 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.569 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.345052+0000 mon.c (mon.1) 5724 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.569 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.347229+0000 mon.c (mon.1) 5725 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.569 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.347934+0000 mon.c (mon.1) 5726 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.569 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: cluster 2024-03-30T04:49:41.349619+0000 mgr.y (mgr.25441) 5231 : cluster [DBG] pgmap v3465: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.569 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: cluster 2024-03-30T04:49:41.349851+0000 mgr.y (mgr.25441) 5232 : cluster [DBG] pgmap v3466: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.569 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.357823+0000 mon.a (mon.0) 2250 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.569 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: cephadm 2024-03-30T04:49:41.359166+0000 mgr.y (mgr.25441) 5233 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.569 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.376692+0000 mon.a (mon.0) 2251 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.569 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.393962+0000 mon.a (mon.0) 2252 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.569 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: cluster 2024-03-30T04:49:41.398802+0000 mgr.y (mgr.25441) 5234 : cluster [DBG] pgmap v3467: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.569 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: cluster 2024-03-30T04:49:41.399175+0000 mgr.y (mgr.25441) 5235 : cluster [DBG] pgmap v3468: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.570 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.406695+0000 mon.a (mon.0) 2253 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.570 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.441521+0000 mon.c (mon.1) 5727 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.570 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: cluster 2024-03-30T04:49:41.607008+0000 mgr.y (mgr.25441) 5242 : cluster [DBG] pgmap v3472: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.570 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: cluster 2024-03-30T04:49:41.607252+0000 mgr.y (mgr.25441) 5243 : cluster [DBG] pgmap v3473: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.570 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.612379+0000 mon.a (mon.0) 2256 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.570 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: cephadm 2024-03-30T04:49:41.616297+0000 mgr.y (mgr.25441) 5244 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.570 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.673710+0000 mon.c (mon.1) 5739 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.571 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.675968+0000 mon.c (mon.1) 5740 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.571 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.678136+0000 mon.c (mon.1) 5741 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.571 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.678904+0000 mon.c (mon.1) 5742 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.571 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: cluster 2024-03-30T04:49:41.680390+0000 mgr.y (mgr.25441) 5245 : cluster [DBG] pgmap v3474: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.571 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: cluster 2024-03-30T04:49:41.680624+0000 mgr.y (mgr.25441) 5246 : cluster [DBG] pgmap v3475: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.571 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.686024+0000 mon.a (mon.0) 2257 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.571 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: cephadm 2024-03-30T04:49:41.686874+0000 mgr.y (mgr.25441) 5247 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.571 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.748793+0000 mon.c (mon.1) 5743 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.571 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.751078+0000 mon.c (mon.1) 5744 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.571 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.753220+0000 mon.c (mon.1) 5745 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.571 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.753953+0000 mon.c (mon.1) 5746 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.571 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: cluster 2024-03-30T04:49:41.755487+0000 mgr.y (mgr.25441) 5248 : cluster [DBG] pgmap v3476: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s 2024-03-30T04:49:42.571 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: cluster 2024-03-30T04:49:41.755717+0000 mgr.y (mgr.25441) 5249 : cluster [DBG] pgmap v3477: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s 2024-03-30T04:49:42.571 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.761557+0000 mon.a (mon.0) 2258 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.572 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: cephadm 2024-03-30T04:49:41.762374+0000 mgr.y (mgr.25441) 5250 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.572 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.822950+0000 mon.c (mon.1) 5747 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.572 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.825273+0000 mon.c (mon.1) 5748 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.572 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.827272+0000 mon.c (mon.1) 5749 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.572 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.827861+0000 mon.c (mon.1) 5750 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.572 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.835500+0000 mon.a (mon.0) 2259 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.572 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.893289+0000 mon.c (mon.1) 5751 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.572 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.895207+0000 mon.c (mon.1) 5752 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.572 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.897654+0000 mon.c (mon.1) 5753 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.572 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.898397+0000 mon.c (mon.1) 5754 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.572 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.905195+0000 mon.a (mon.0) 2260 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.572 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.964265+0000 mon.c (mon.1) 5755 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.572 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.966061+0000 mon.c (mon.1) 5756 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.572 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.967953+0000 mon.c (mon.1) 5757 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.573 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.968687+0000 mon.c (mon.1) 5758 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.573 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:41.975859+0000 mon.a (mon.0) 2261 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.573 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:42.038104+0000 mon.c (mon.1) 5759 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.573 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:42.040364+0000 mon.c (mon.1) 5760 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.573 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:42.042499+0000 mon.c (mon.1) 5761 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.573 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:42.043187+0000 mon.c (mon.1) 5762 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.573 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:42.050267+0000 mon.a (mon.0) 2262 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.573 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.443964+0000 mon.c (mon.1) 5728 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.573 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.446035+0000 mon.c (mon.1) 5729 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.573 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.447004+0000 mon.c (mon.1) 5730 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.574 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: cluster 2024-03-30T04:49:41.448873+0000 mgr.y (mgr.25441) 5236 : cluster [DBG] pgmap v3469: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.574 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.453766+0000 mon.a (mon.0) 2254 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.574 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: cephadm 2024-03-30T04:49:41.454749+0000 mgr.y (mgr.25441) 5237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.574 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.518557+0000 mon.c (mon.1) 5731 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.574 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.521573+0000 mon.c (mon.1) 5732 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.574 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.523988+0000 mon.c (mon.1) 5733 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.574 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.524898+0000 mon.c (mon.1) 5734 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.574 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: cluster 2024-03-30T04:49:41.526517+0000 mgr.y (mgr.25441) 5238 : cluster [DBG] pgmap v3470: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.574 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: cluster 2024-03-30T04:49:41.526804+0000 mgr.y (mgr.25441) 5239 : cluster [DBG] pgmap v3471: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.574 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.534343+0000 mon.a (mon.0) 2255 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.574 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: cephadm 2024-03-30T04:49:41.538352+0000 mgr.y (mgr.25441) 5240 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.574 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.599999+0000 mon.c (mon.1) 5735 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.574 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.602370+0000 mon.c (mon.1) 5736 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.574 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.602597+0000 mgr.y (mgr.25441) 5241 : audit [DBG] from='client.34869 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:42.575 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.604670+0000 mon.c (mon.1) 5737 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.575 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.605460+0000 mon.c (mon.1) 5738 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.575 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:42.057932+0000 mon.c (mon.1) 5763 : audit [DBG] from='client.? 172.21.15.111:0/3232318908' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:49:42.575 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:42.109145+0000 mon.c (mon.1) 5764 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.575 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:42.111037+0000 mon.c (mon.1) 5765 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.575 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:42.113516+0000 mon.c (mon.1) 5766 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.575 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:42.114239+0000 mon.c (mon.1) 5767 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.575 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:42.121876+0000 mon.a (mon.0) 2263 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.575 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:42.178452+0000 mon.c (mon.1) 5768 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.575 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:42.180262+0000 mon.c (mon.1) 5769 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.576 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:42.181997+0000 mon.c (mon.1) 5770 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.576 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:42.182685+0000 mon.c (mon.1) 5771 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.576 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[73591]: audit 2024-03-30T04:49:42.188649+0000 mon.a (mon.0) 2264 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.576 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: cluster 2024-03-30T04:49:41.607008+0000 mgr.y (mgr.25441) 5242 : cluster [DBG] pgmap v3472: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.577 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: cluster 2024-03-30T04:49:41.607252+0000 mgr.y (mgr.25441) 5243 : cluster [DBG] pgmap v3473: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.577 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.612379+0000 mon.a (mon.0) 2256 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.577 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: cephadm 2024-03-30T04:49:41.616297+0000 mgr.y (mgr.25441) 5244 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.577 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.673710+0000 mon.c (mon.1) 5739 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.577 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.675968+0000 mon.c (mon.1) 5740 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.577 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.678136+0000 mon.c (mon.1) 5741 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.577 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.678904+0000 mon.c (mon.1) 5742 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.577 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: cluster 2024-03-30T04:49:41.680390+0000 mgr.y (mgr.25441) 5245 : cluster [DBG] pgmap v3474: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.577 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: cluster 2024-03-30T04:49:41.680624+0000 mgr.y (mgr.25441) 5246 : cluster [DBG] pgmap v3475: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.577 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.686024+0000 mon.a (mon.0) 2257 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.577 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: cephadm 2024-03-30T04:49:41.686874+0000 mgr.y (mgr.25441) 5247 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.577 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.748793+0000 mon.c (mon.1) 5743 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.577 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.751078+0000 mon.c (mon.1) 5744 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.578 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.753220+0000 mon.c (mon.1) 5745 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.578 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.753953+0000 mon.c (mon.1) 5746 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.578 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: cluster 2024-03-30T04:49:41.755487+0000 mgr.y (mgr.25441) 5248 : cluster [DBG] pgmap v3476: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s 2024-03-30T04:49:42.578 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: cluster 2024-03-30T04:49:41.755717+0000 mgr.y (mgr.25441) 5249 : cluster [DBG] pgmap v3477: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s 2024-03-30T04:49:42.578 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.761557+0000 mon.a (mon.0) 2258 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.578 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: cephadm 2024-03-30T04:49:41.762374+0000 mgr.y (mgr.25441) 5250 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.578 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.822950+0000 mon.c (mon.1) 5747 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.578 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.825273+0000 mon.c (mon.1) 5748 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.578 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.827272+0000 mon.c (mon.1) 5749 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.578 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.827861+0000 mon.c (mon.1) 5750 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.578 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.835500+0000 mon.a (mon.0) 2259 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.578 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.893289+0000 mon.c (mon.1) 5751 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.578 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.895207+0000 mon.c (mon.1) 5752 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.579 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.897654+0000 mon.c (mon.1) 5753 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.579 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.898397+0000 mon.c (mon.1) 5754 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.579 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.905195+0000 mon.a (mon.0) 2260 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.579 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.964265+0000 mon.c (mon.1) 5755 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.579 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.966061+0000 mon.c (mon.1) 5756 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.579 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.967953+0000 mon.c (mon.1) 5757 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.579 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.968687+0000 mon.c (mon.1) 5758 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.579 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:41.975859+0000 mon.a (mon.0) 2261 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.579 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:42.038104+0000 mon.c (mon.1) 5759 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.579 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:42.040364+0000 mon.c (mon.1) 5760 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.579 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:42.042499+0000 mon.c (mon.1) 5761 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.579 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:42.043187+0000 mon.c (mon.1) 5762 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.579 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:42.050267+0000 mon.a (mon.0) 2262 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.579 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:42.057932+0000 mon.c (mon.1) 5763 : audit [DBG] from='client.? 172.21.15.111:0/3232318908' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:49:42.580 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:42.109145+0000 mon.c (mon.1) 5764 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.580 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:42.111037+0000 mon.c (mon.1) 5765 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.580 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:42.113516+0000 mon.c (mon.1) 5766 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.580 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:42.114239+0000 mon.c (mon.1) 5767 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.580 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:42.121876+0000 mon.a (mon.0) 2263 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.580 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:42.178452+0000 mon.c (mon.1) 5768 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.580 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:42.180262+0000 mon.c (mon.1) 5769 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.580 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:42.181997+0000 mon.c (mon.1) 5770 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.580 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:42.182685+0000 mon.c (mon.1) 5771 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.580 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:42 smithi111 bash[70954]: audit 2024-03-30T04:49:42.188649+0000 mon.a (mon.0) 2264 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: cephadm 2024-03-30T04:49:40.826627+0000 mgr.y (mgr.25441) 5209 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: cluster 2024-03-30T04:49:40.888891+0000 mgr.y (mgr.25441) 5210 : cluster [DBG] pgmap v3451: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: cluster 2024-03-30T04:49:40.889126+0000 mgr.y (mgr.25441) 5211 : cluster [DBG] pgmap v3452: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: cephadm 2024-03-30T04:49:40.896633+0000 mgr.y (mgr.25441) 5212 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: cluster 2024-03-30T04:49:40.965855+0000 mgr.y (mgr.25441) 5213 : cluster [DBG] pgmap v3453: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: cluster 2024-03-30T04:49:40.966099+0000 mgr.y (mgr.25441) 5214 : cluster [DBG] pgmap v3454: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: cephadm 2024-03-30T04:49:40.972635+0000 mgr.y (mgr.25441) 5215 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: cluster 2024-03-30T04:49:41.034270+0000 mgr.y (mgr.25441) 5216 : cluster [DBG] pgmap v3455: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: cluster 2024-03-30T04:49:41.034516+0000 mgr.y (mgr.25441) 5217 : cluster [DBG] pgmap v3456: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: cephadm 2024-03-30T04:49:41.040772+0000 mgr.y (mgr.25441) 5218 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: cluster 2024-03-30T04:49:41.087862+0000 mgr.y (mgr.25441) 5219 : cluster [DBG] pgmap v3457: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: cluster 2024-03-30T04:49:41.088087+0000 mgr.y (mgr.25441) 5220 : cluster [DBG] pgmap v3458: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: cephadm 2024-03-30T04:49:41.095535+0000 mgr.y (mgr.25441) 5221 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: cluster 2024-03-30T04:49:41.158570+0000 mgr.y (mgr.25441) 5222 : cluster [DBG] pgmap v3459: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: cluster 2024-03-30T04:49:41.158812+0000 mgr.y (mgr.25441) 5223 : cluster [DBG] pgmap v3460: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: cephadm 2024-03-30T04:49:41.165529+0000 mgr.y (mgr.25441) 5224 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: cluster 2024-03-30T04:49:41.218176+0000 mgr.y (mgr.25441) 5225 : cluster [DBG] pgmap v3461: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: cluster 2024-03-30T04:49:41.218427+0000 mgr.y (mgr.25441) 5226 : cluster [DBG] pgmap v3462: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: cephadm 2024-03-30T04:49:41.225038+0000 mgr.y (mgr.25441) 5227 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.284566+0000 mon.c (mon.1) 5719 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.286328+0000 mon.c (mon.1) 5720 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.288892+0000 mon.c (mon.1) 5721 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.289764+0000 mon.c (mon.1) 5722 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: cluster 2024-03-30T04:49:41.291277+0000 mgr.y (mgr.25441) 5228 : cluster [DBG] pgmap v3463: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: cluster 2024-03-30T04:49:41.291518+0000 mgr.y (mgr.25441) 5229 : cluster [DBG] pgmap v3464: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.300436+0000 mon.a (mon.0) 2249 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: cephadm 2024-03-30T04:49:41.302815+0000 mgr.y (mgr.25441) 5230 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.343029+0000 mon.c (mon.1) 5723 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.345052+0000 mon.c (mon.1) 5724 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.347229+0000 mon.c (mon.1) 5725 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.347934+0000 mon.c (mon.1) 5726 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: cluster 2024-03-30T04:49:41.349619+0000 mgr.y (mgr.25441) 5231 : cluster [DBG] pgmap v3465: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: cluster 2024-03-30T04:49:41.349851+0000 mgr.y (mgr.25441) 5232 : cluster [DBG] pgmap v3466: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.357823+0000 mon.a (mon.0) 2250 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: cephadm 2024-03-30T04:49:41.359166+0000 mgr.y (mgr.25441) 5233 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.376692+0000 mon.a (mon.0) 2251 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.393962+0000 mon.a (mon.0) 2252 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: cluster 2024-03-30T04:49:41.398802+0000 mgr.y (mgr.25441) 5234 : cluster [DBG] pgmap v3467: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: cluster 2024-03-30T04:49:41.399175+0000 mgr.y (mgr.25441) 5235 : cluster [DBG] pgmap v3468: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.406695+0000 mon.a (mon.0) 2253 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.441521+0000 mon.c (mon.1) 5727 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.443964+0000 mon.c (mon.1) 5728 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.446035+0000 mon.c (mon.1) 5729 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.447004+0000 mon.c (mon.1) 5730 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: cluster 2024-03-30T04:49:41.448873+0000 mgr.y (mgr.25441) 5236 : cluster [DBG] pgmap v3469: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.453766+0000 mon.a (mon.0) 2254 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: cephadm 2024-03-30T04:49:41.454749+0000 mgr.y (mgr.25441) 5237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.518557+0000 mon.c (mon.1) 5731 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.521573+0000 mon.c (mon.1) 5732 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.523988+0000 mon.c (mon.1) 5733 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.524898+0000 mon.c (mon.1) 5734 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: cluster 2024-03-30T04:49:41.526517+0000 mgr.y (mgr.25441) 5238 : cluster [DBG] pgmap v3470: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: cluster 2024-03-30T04:49:41.526804+0000 mgr.y (mgr.25441) 5239 : cluster [DBG] pgmap v3471: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.534343+0000 mon.a (mon.0) 2255 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: cephadm 2024-03-30T04:49:41.538352+0000 mgr.y (mgr.25441) 5240 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.599999+0000 mon.c (mon.1) 5735 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.602370+0000 mon.c (mon.1) 5736 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.602597+0000 mgr.y (mgr.25441) 5241 : audit [DBG] from='client.34869 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:42.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.604670+0000 mon.c (mon.1) 5737 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.605460+0000 mon.c (mon.1) 5738 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: cluster 2024-03-30T04:49:41.607008+0000 mgr.y (mgr.25441) 5242 : cluster [DBG] pgmap v3472: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: cluster 2024-03-30T04:49:41.607252+0000 mgr.y (mgr.25441) 5243 : cluster [DBG] pgmap v3473: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.612379+0000 mon.a (mon.0) 2256 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: cephadm 2024-03-30T04:49:41.616297+0000 mgr.y (mgr.25441) 5244 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.673710+0000 mon.c (mon.1) 5739 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.675968+0000 mon.c (mon.1) 5740 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.678136+0000 mon.c (mon.1) 5741 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.678904+0000 mon.c (mon.1) 5742 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: cluster 2024-03-30T04:49:41.680390+0000 mgr.y (mgr.25441) 5245 : cluster [DBG] pgmap v3474: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: cluster 2024-03-30T04:49:41.680624+0000 mgr.y (mgr.25441) 5246 : cluster [DBG] pgmap v3475: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:42.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.686024+0000 mon.a (mon.0) 2257 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: cephadm 2024-03-30T04:49:41.686874+0000 mgr.y (mgr.25441) 5247 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.748793+0000 mon.c (mon.1) 5743 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.751078+0000 mon.c (mon.1) 5744 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.753220+0000 mon.c (mon.1) 5745 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.753953+0000 mon.c (mon.1) 5746 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: cluster 2024-03-30T04:49:41.755487+0000 mgr.y (mgr.25441) 5248 : cluster [DBG] pgmap v3476: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s 2024-03-30T04:49:42.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: cluster 2024-03-30T04:49:41.755717+0000 mgr.y (mgr.25441) 5249 : cluster [DBG] pgmap v3477: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s 2024-03-30T04:49:42.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.761557+0000 mon.a (mon.0) 2258 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: cephadm 2024-03-30T04:49:41.762374+0000 mgr.y (mgr.25441) 5250 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.822950+0000 mon.c (mon.1) 5747 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.825273+0000 mon.c (mon.1) 5748 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.827272+0000 mon.c (mon.1) 5749 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.827861+0000 mon.c (mon.1) 5750 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.835500+0000 mon.a (mon.0) 2259 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.893289+0000 mon.c (mon.1) 5751 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.895207+0000 mon.c (mon.1) 5752 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.897654+0000 mon.c (mon.1) 5753 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.898397+0000 mon.c (mon.1) 5754 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.905195+0000 mon.a (mon.0) 2260 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.964265+0000 mon.c (mon.1) 5755 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.966061+0000 mon.c (mon.1) 5756 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.967953+0000 mon.c (mon.1) 5757 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.968687+0000 mon.c (mon.1) 5758 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:41.975859+0000 mon.a (mon.0) 2261 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:42.038104+0000 mon.c (mon.1) 5759 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:42.040364+0000 mon.c (mon.1) 5760 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:42.042499+0000 mon.c (mon.1) 5761 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:42.043187+0000 mon.c (mon.1) 5762 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:42.050267+0000 mon.a (mon.0) 2262 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:42.057932+0000 mon.c (mon.1) 5763 : audit [DBG] from='client.? 172.21.15.111:0/3232318908' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:49:42.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:42.109145+0000 mon.c (mon.1) 5764 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:42.111037+0000 mon.c (mon.1) 5765 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:42.113516+0000 mon.c (mon.1) 5766 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:42.114239+0000 mon.c (mon.1) 5767 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:42.121876+0000 mon.a (mon.0) 2263 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:42.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:42.178452+0000 mon.c (mon.1) 5768 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:42.180262+0000 mon.c (mon.1) 5769 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:42.181997+0000 mon.c (mon.1) 5770 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:42.182685+0000 mon.c (mon.1) 5771 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:42 smithi117 bash[62284]: audit 2024-03-30T04:49:42.188649+0000 mon.a (mon.0) 2264 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.239 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cluster 2024-03-30T04:49:41.829201+0000 mgr.y (mgr.25441) 5251 : cluster [DBG] pgmap v3478: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s 2024-03-30T04:49:43.239 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cluster 2024-03-30T04:49:41.829422+0000 mgr.y (mgr.25441) 5252 : cluster [DBG] pgmap v3479: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s 2024-03-30T04:49:43.240 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cephadm 2024-03-30T04:49:41.836136+0000 mgr.y (mgr.25441) 5253 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.240 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cluster 2024-03-30T04:49:41.899776+0000 mgr.y (mgr.25441) 5254 : cluster [DBG] pgmap v3480: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s 2024-03-30T04:49:43.240 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cluster 2024-03-30T04:49:41.900041+0000 mgr.y (mgr.25441) 5255 : cluster [DBG] pgmap v3481: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s 2024-03-30T04:49:43.240 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cephadm 2024-03-30T04:49:41.906762+0000 mgr.y (mgr.25441) 5256 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.240 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cluster 2024-03-30T04:49:41.970110+0000 mgr.y (mgr.25441) 5257 : cluster [DBG] pgmap v3482: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.240 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cluster 2024-03-30T04:49:41.970367+0000 mgr.y (mgr.25441) 5258 : cluster [DBG] pgmap v3483: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.240 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cephadm 2024-03-30T04:49:41.977279+0000 mgr.y (mgr.25441) 5259 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.240 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cluster 2024-03-30T04:49:42.044582+0000 mgr.y (mgr.25441) 5260 : cluster [DBG] pgmap v3484: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.240 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cluster 2024-03-30T04:49:42.044868+0000 mgr.y (mgr.25441) 5261 : cluster [DBG] pgmap v3485: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.240 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cephadm 2024-03-30T04:49:42.052109+0000 mgr.y (mgr.25441) 5262 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.240 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cluster 2024-03-30T04:49:42.115468+0000 mgr.y (mgr.25441) 5263 : cluster [DBG] pgmap v3486: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.240 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cluster 2024-03-30T04:49:42.115699+0000 mgr.y (mgr.25441) 5264 : cluster [DBG] pgmap v3487: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.241 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cephadm 2024-03-30T04:49:42.122481+0000 mgr.y (mgr.25441) 5265 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.241 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cluster 2024-03-30T04:49:42.183934+0000 mgr.y (mgr.25441) 5266 : cluster [DBG] pgmap v3488: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.241 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cluster 2024-03-30T04:49:42.184141+0000 mgr.y (mgr.25441) 5267 : cluster [DBG] pgmap v3489: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.241 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cephadm 2024-03-30T04:49:42.190239+0000 mgr.y (mgr.25441) 5268 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.241 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.247849+0000 mon.c (mon.1) 5772 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.241 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.102Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2024-03-30T04:49:43.241 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.102Z caller=node_exporter.go:181 level=info msg="Build context" build_context="(go=go1.19.3, user=root@6e7732a7b81b, date=20221129-18:59:09)" 2024-03-30T04:49:43.241 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.103Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2024-03-30T04:49:43.241 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.103Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-03-30T04:49:43.241 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.103Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2024-03-30T04:49:43.241 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.103Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-03-30T04:49:43.242 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.103Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-03-30T04:49:43.242 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.103Z caller=node_exporter.go:117 level=info collector=arp 2024-03-30T04:49:43.242 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.103Z caller=node_exporter.go:117 level=info collector=bcache 2024-03-30T04:49:43.242 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.103Z caller=node_exporter.go:117 level=info collector=bonding 2024-03-30T04:49:43.242 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.103Z caller=node_exporter.go:117 level=info collector=btrfs 2024-03-30T04:49:43.242 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.103Z caller=node_exporter.go:117 level=info collector=conntrack 2024-03-30T04:49:43.242 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.103Z caller=node_exporter.go:117 level=info collector=cpu 2024-03-30T04:49:43.242 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.103Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-03-30T04:49:43.242 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.103Z caller=node_exporter.go:117 level=info collector=diskstats 2024-03-30T04:49:43.242 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.103Z caller=node_exporter.go:117 level=info collector=dmi 2024-03-30T04:49:43.242 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.103Z caller=node_exporter.go:117 level=info collector=edac 2024-03-30T04:49:43.242 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.103Z caller=node_exporter.go:117 level=info collector=entropy 2024-03-30T04:49:43.242 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.103Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-03-30T04:49:43.243 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.103Z caller=node_exporter.go:117 level=info collector=filefd 2024-03-30T04:49:43.243 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.103Z caller=node_exporter.go:117 level=info collector=filesystem 2024-03-30T04:49:43.243 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.103Z caller=node_exporter.go:117 level=info collector=hwmon 2024-03-30T04:49:43.243 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.103Z caller=node_exporter.go:117 level=info collector=infiniband 2024-03-30T04:49:43.243 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.103Z caller=node_exporter.go:117 level=info collector=ipvs 2024-03-30T04:49:43.243 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.103Z caller=node_exporter.go:117 level=info collector=loadavg 2024-03-30T04:49:43.243 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.103Z caller=node_exporter.go:117 level=info collector=mdadm 2024-03-30T04:49:43.243 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.249693+0000 mon.c (mon.1) 5773 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.243 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.251448+0000 mon.c (mon.1) 5774 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.244 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.252088+0000 mon.c (mon.1) 5775 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.244 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cluster 2024-03-30T04:49:42.253680+0000 mgr.y (mgr.25441) 5269 : cluster [DBG] pgmap v3490: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.244 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cluster 2024-03-30T04:49:42.253915+0000 mgr.y (mgr.25441) 5270 : cluster [DBG] pgmap v3491: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.244 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.257951+0000 mon.a (mon.0) 2265 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.244 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cephadm 2024-03-30T04:49:42.258647+0000 mgr.y (mgr.25441) 5271 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.244 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.314480+0000 mon.c (mon.1) 5776 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.244 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.316294+0000 mon.c (mon.1) 5777 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.244 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.318114+0000 mon.c (mon.1) 5778 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.244 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.318771+0000 mon.c (mon.1) 5779 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.244 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cluster 2024-03-30T04:49:42.319981+0000 mgr.y (mgr.25441) 5272 : cluster [DBG] pgmap v3492: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.244 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cluster 2024-03-30T04:49:42.320189+0000 mgr.y (mgr.25441) 5273 : cluster [DBG] pgmap v3493: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.244 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.324560+0000 mon.a (mon.0) 2266 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.244 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cephadm 2024-03-30T04:49:42.326152+0000 mgr.y (mgr.25441) 5274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.245 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.366515+0000 mon.c (mon.1) 5780 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.245 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.368336+0000 mon.c (mon.1) 5781 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.245 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.370025+0000 mon.c (mon.1) 5782 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.245 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.370660+0000 mon.c (mon.1) 5783 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.245 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cluster 2024-03-30T04:49:42.371884+0000 mgr.y (mgr.25441) 5275 : cluster [DBG] pgmap v3494: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.245 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.103Z caller=node_exporter.go:117 level=info collector=meminfo 2024-03-30T04:49:43.245 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.103Z caller=node_exporter.go:117 level=info collector=netclass 2024-03-30T04:49:43.245 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.103Z caller=node_exporter.go:117 level=info collector=netdev 2024-03-30T04:49:43.245 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.103Z caller=node_exporter.go:117 level=info collector=netstat 2024-03-30T04:49:43.245 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.103Z caller=node_exporter.go:117 level=info collector=nfs 2024-03-30T04:49:43.245 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.103Z caller=node_exporter.go:117 level=info collector=nfsd 2024-03-30T04:49:43.245 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.103Z caller=node_exporter.go:117 level=info collector=nvme 2024-03-30T04:49:43.246 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.103Z caller=node_exporter.go:117 level=info collector=os 2024-03-30T04:49:43.246 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.103Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-03-30T04:49:43.246 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.103Z caller=node_exporter.go:117 level=info collector=pressure 2024-03-30T04:49:43.246 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.103Z caller=node_exporter.go:117 level=info collector=rapl 2024-03-30T04:49:43.246 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.103Z caller=node_exporter.go:117 level=info collector=schedstat 2024-03-30T04:49:43.246 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.104Z caller=node_exporter.go:117 level=info collector=selinux 2024-03-30T04:49:43.246 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.104Z caller=node_exporter.go:117 level=info collector=sockstat 2024-03-30T04:49:43.246 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.104Z caller=node_exporter.go:117 level=info collector=softnet 2024-03-30T04:49:43.246 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.104Z caller=node_exporter.go:117 level=info collector=stat 2024-03-30T04:49:43.246 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.104Z caller=node_exporter.go:117 level=info collector=tapestats 2024-03-30T04:49:43.246 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.104Z caller=node_exporter.go:117 level=info collector=textfile 2024-03-30T04:49:43.246 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.104Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-03-30T04:49:43.246 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.104Z caller=node_exporter.go:117 level=info collector=time 2024-03-30T04:49:43.246 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.104Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-03-30T04:49:43.246 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.104Z caller=node_exporter.go:117 level=info collector=uname 2024-03-30T04:49:43.247 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.104Z caller=node_exporter.go:117 level=info collector=vmstat 2024-03-30T04:49:43.247 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.104Z caller=node_exporter.go:117 level=info collector=xfs 2024-03-30T04:49:43.247 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.104Z caller=node_exporter.go:117 level=info collector=zfs 2024-03-30T04:49:43.247 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.104Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2024-03-30T04:49:43.247 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[83627]: ts=2024-03-30T04:49:43.104Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-03-30T04:49:43.247 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cluster 2024-03-30T04:49:42.372117+0000 mgr.y (mgr.25441) 5276 : cluster [DBG] pgmap v3495: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.248 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.377496+0000 mon.a (mon.0) 2267 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.248 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cephadm 2024-03-30T04:49:42.378040+0000 mgr.y (mgr.25441) 5277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.248 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.418185+0000 mon.c (mon.1) 5784 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.248 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.419973+0000 mon.c (mon.1) 5785 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.248 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.421682+0000 mon.c (mon.1) 5786 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.248 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.422300+0000 mon.c (mon.1) 5787 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.248 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cluster 2024-03-30T04:49:42.423490+0000 mgr.y (mgr.25441) 5278 : cluster [DBG] pgmap v3496: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.248 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cluster 2024-03-30T04:49:42.423663+0000 mgr.y (mgr.25441) 5279 : cluster [DBG] pgmap v3497: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.248 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.429001+0000 mon.a (mon.0) 2268 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.248 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cephadm 2024-03-30T04:49:42.429527+0000 mgr.y (mgr.25441) 5280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.248 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.469332+0000 mon.c (mon.1) 5788 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.248 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.471157+0000 mon.c (mon.1) 5789 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.248 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.472874+0000 mon.c (mon.1) 5790 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.249 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.473541+0000 mon.c (mon.1) 5791 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.249 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cluster 2024-03-30T04:49:42.474783+0000 mgr.y (mgr.25441) 5281 : cluster [DBG] pgmap v3498: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.249 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cluster 2024-03-30T04:49:42.474993+0000 mgr.y (mgr.25441) 5282 : cluster [DBG] pgmap v3499: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.249 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.480956+0000 mon.a (mon.0) 2269 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.249 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cephadm 2024-03-30T04:49:42.481583+0000 mgr.y (mgr.25441) 5283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.249 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.521412+0000 mon.c (mon.1) 5792 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.249 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.523175+0000 mon.c (mon.1) 5793 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.249 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.525026+0000 mon.c (mon.1) 5794 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.249 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.525697+0000 mon.c (mon.1) 5795 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.249 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cluster 2024-03-30T04:49:42.526929+0000 mgr.y (mgr.25441) 5284 : cluster [DBG] pgmap v3500: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.249 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cluster 2024-03-30T04:49:42.527136+0000 mgr.y (mgr.25441) 5285 : cluster [DBG] pgmap v3501: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.249 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.531446+0000 mon.a (mon.0) 2270 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.249 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cephadm 2024-03-30T04:49:42.532040+0000 mgr.y (mgr.25441) 5286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.249 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.592270+0000 mon.c (mon.1) 5796 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.249 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.594300+0000 mon.c (mon.1) 5797 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.249 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.596258+0000 mon.c (mon.1) 5798 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.250 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.596982+0000 mon.c (mon.1) 5799 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.250 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cluster 2024-03-30T04:49:42.598181+0000 mgr.y (mgr.25441) 5287 : cluster [DBG] pgmap v3502: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.250 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cluster 2024-03-30T04:49:42.598523+0000 mgr.y (mgr.25441) 5288 : cluster [DBG] pgmap v3503: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.250 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.604471+0000 mon.a (mon.0) 2271 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.250 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cephadm 2024-03-30T04:49:42.605069+0000 mgr.y (mgr.25441) 5289 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.250 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.645565+0000 mon.c (mon.1) 5800 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.250 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.647559+0000 mon.c (mon.1) 5801 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.250 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.649761+0000 mon.c (mon.1) 5802 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.250 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.650555+0000 mon.c (mon.1) 5803 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.250 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cluster 2024-03-30T04:49:42.651942+0000 mgr.y (mgr.25441) 5290 : cluster [DBG] pgmap v3504: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.250 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cluster 2024-03-30T04:49:42.652121+0000 mgr.y (mgr.25441) 5291 : cluster [DBG] pgmap v3505: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.250 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.657486+0000 mon.a (mon.0) 2272 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.250 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cephadm 2024-03-30T04:49:42.658287+0000 mgr.y (mgr.25441) 5292 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.250 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.698355+0000 mon.c (mon.1) 5804 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.251 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.700272+0000 mon.c (mon.1) 5805 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.251 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.701969+0000 mon.c (mon.1) 5806 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.251 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.702620+0000 mon.c (mon.1) 5807 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.251 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cluster 2024-03-30T04:49:42.703895+0000 mgr.y (mgr.25441) 5293 : cluster [DBG] pgmap v3506: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.251 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cluster 2024-03-30T04:49:42.704124+0000 mgr.y (mgr.25441) 5294 : cluster [DBG] pgmap v3507: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.251 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.709369+0000 mon.a (mon.0) 2273 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.251 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cephadm 2024-03-30T04:49:42.710998+0000 mgr.y (mgr.25441) 5295 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.251 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.767493+0000 mon.c (mon.1) 5808 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.251 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.769649+0000 mon.c (mon.1) 5809 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.251 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.771437+0000 mon.c (mon.1) 5810 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.251 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.772112+0000 mon.c (mon.1) 5811 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.251 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cluster 2024-03-30T04:49:42.773471+0000 mgr.y (mgr.25441) 5296 : cluster [DBG] pgmap v3508: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.251 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cluster 2024-03-30T04:49:42.773836+0000 mgr.y (mgr.25441) 5297 : cluster [DBG] pgmap v3509: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.251 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.777972+0000 mon.a (mon.0) 2274 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.252 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: cephadm 2024-03-30T04:49:42.779740+0000 mgr.y (mgr.25441) 5298 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.252 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.836769+0000 mon.c (mon.1) 5812 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.252 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.838831+0000 mon.c (mon.1) 5813 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.252 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.840719+0000 mon.c (mon.1) 5814 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.252 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.841351+0000 mon.c (mon.1) 5815 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.252 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.847490+0000 mon.a (mon.0) 2275 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.252 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.905892+0000 mon.c (mon.1) 5816 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.252 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.907883+0000 mon.c (mon.1) 5817 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.252 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.909861+0000 mon.c (mon.1) 5818 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.252 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.913357+0000 mon.c (mon.1) 5819 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.252 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.921280+0000 mon.a (mon.0) 2276 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.252 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.982394+0000 mon.c (mon.1) 5820 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.252 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.984622+0000 mon.c (mon.1) 5821 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.252 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.986982+0000 mon.c (mon.1) 5822 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.252 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.987838+0000 mon.c (mon.1) 5823 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.252 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:42.996132+0000 mon.a (mon.0) 2277 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.253 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:43.045248+0000 mon.c (mon.1) 5824 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.253 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:43.047750+0000 mon.c (mon.1) 5825 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.253 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:43.049710+0000 mon.c (mon.1) 5826 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.253 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:43.050413+0000 mon.c (mon.1) 5827 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.253 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:43.058656+0000 mon.a (mon.0) 2278 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.253 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:43.119422+0000 mon.c (mon.1) 5828 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cluster 2024-03-30T04:49:41.829201+0000 mgr.y (mgr.25441) 5251 : cluster [DBG] pgmap v3478: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s 2024-03-30T04:49:43.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cluster 2024-03-30T04:49:41.829422+0000 mgr.y (mgr.25441) 5252 : cluster [DBG] pgmap v3479: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s 2024-03-30T04:49:43.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cephadm 2024-03-30T04:49:41.836136+0000 mgr.y (mgr.25441) 5253 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cluster 2024-03-30T04:49:41.899776+0000 mgr.y (mgr.25441) 5254 : cluster [DBG] pgmap v3480: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s 2024-03-30T04:49:43.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cluster 2024-03-30T04:49:41.900041+0000 mgr.y (mgr.25441) 5255 : cluster [DBG] pgmap v3481: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s 2024-03-30T04:49:43.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cephadm 2024-03-30T04:49:41.906762+0000 mgr.y (mgr.25441) 5256 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cluster 2024-03-30T04:49:41.970110+0000 mgr.y (mgr.25441) 5257 : cluster [DBG] pgmap v3482: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cluster 2024-03-30T04:49:41.970367+0000 mgr.y (mgr.25441) 5258 : cluster [DBG] pgmap v3483: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cephadm 2024-03-30T04:49:41.977279+0000 mgr.y (mgr.25441) 5259 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cluster 2024-03-30T04:49:42.044582+0000 mgr.y (mgr.25441) 5260 : cluster [DBG] pgmap v3484: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cluster 2024-03-30T04:49:42.044868+0000 mgr.y (mgr.25441) 5261 : cluster [DBG] pgmap v3485: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cephadm 2024-03-30T04:49:42.052109+0000 mgr.y (mgr.25441) 5262 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cluster 2024-03-30T04:49:42.115468+0000 mgr.y (mgr.25441) 5263 : cluster [DBG] pgmap v3486: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cluster 2024-03-30T04:49:42.115699+0000 mgr.y (mgr.25441) 5264 : cluster [DBG] pgmap v3487: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cephadm 2024-03-30T04:49:42.122481+0000 mgr.y (mgr.25441) 5265 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cluster 2024-03-30T04:49:42.183934+0000 mgr.y (mgr.25441) 5266 : cluster [DBG] pgmap v3488: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cluster 2024-03-30T04:49:42.184141+0000 mgr.y (mgr.25441) 5267 : cluster [DBG] pgmap v3489: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cephadm 2024-03-30T04:49:42.190239+0000 mgr.y (mgr.25441) 5268 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.247849+0000 mon.c (mon.1) 5772 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cluster 2024-03-30T04:49:41.829201+0000 mgr.y (mgr.25441) 5251 : cluster [DBG] pgmap v3478: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s 2024-03-30T04:49:43.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cluster 2024-03-30T04:49:41.829422+0000 mgr.y (mgr.25441) 5252 : cluster [DBG] pgmap v3479: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s 2024-03-30T04:49:43.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cephadm 2024-03-30T04:49:41.836136+0000 mgr.y (mgr.25441) 5253 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cluster 2024-03-30T04:49:41.899776+0000 mgr.y (mgr.25441) 5254 : cluster [DBG] pgmap v3480: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s 2024-03-30T04:49:43.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cluster 2024-03-30T04:49:41.900041+0000 mgr.y (mgr.25441) 5255 : cluster [DBG] pgmap v3481: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s 2024-03-30T04:49:43.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cephadm 2024-03-30T04:49:41.906762+0000 mgr.y (mgr.25441) 5256 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cluster 2024-03-30T04:49:41.970110+0000 mgr.y (mgr.25441) 5257 : cluster [DBG] pgmap v3482: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cluster 2024-03-30T04:49:41.970367+0000 mgr.y (mgr.25441) 5258 : cluster [DBG] pgmap v3483: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cephadm 2024-03-30T04:49:41.977279+0000 mgr.y (mgr.25441) 5259 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cluster 2024-03-30T04:49:42.044582+0000 mgr.y (mgr.25441) 5260 : cluster [DBG] pgmap v3484: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cluster 2024-03-30T04:49:42.044868+0000 mgr.y (mgr.25441) 5261 : cluster [DBG] pgmap v3485: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cephadm 2024-03-30T04:49:42.052109+0000 mgr.y (mgr.25441) 5262 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cluster 2024-03-30T04:49:42.115468+0000 mgr.y (mgr.25441) 5263 : cluster [DBG] pgmap v3486: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cluster 2024-03-30T04:49:42.115699+0000 mgr.y (mgr.25441) 5264 : cluster [DBG] pgmap v3487: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cephadm 2024-03-30T04:49:42.122481+0000 mgr.y (mgr.25441) 5265 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cluster 2024-03-30T04:49:42.183934+0000 mgr.y (mgr.25441) 5266 : cluster [DBG] pgmap v3488: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cluster 2024-03-30T04:49:42.184141+0000 mgr.y (mgr.25441) 5267 : cluster [DBG] pgmap v3489: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cephadm 2024-03-30T04:49:42.190239+0000 mgr.y (mgr.25441) 5268 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.247849+0000 mon.c (mon.1) 5772 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.249693+0000 mon.c (mon.1) 5773 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.251448+0000 mon.c (mon.1) 5774 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.252088+0000 mon.c (mon.1) 5775 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cluster 2024-03-30T04:49:42.253680+0000 mgr.y (mgr.25441) 5269 : cluster [DBG] pgmap v3490: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cluster 2024-03-30T04:49:42.253915+0000 mgr.y (mgr.25441) 5270 : cluster [DBG] pgmap v3491: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.257951+0000 mon.a (mon.0) 2265 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cephadm 2024-03-30T04:49:42.258647+0000 mgr.y (mgr.25441) 5271 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.314480+0000 mon.c (mon.1) 5776 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.316294+0000 mon.c (mon.1) 5777 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.318114+0000 mon.c (mon.1) 5778 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.318771+0000 mon.c (mon.1) 5779 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cluster 2024-03-30T04:49:42.319981+0000 mgr.y (mgr.25441) 5272 : cluster [DBG] pgmap v3492: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cluster 2024-03-30T04:49:42.320189+0000 mgr.y (mgr.25441) 5273 : cluster [DBG] pgmap v3493: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.324560+0000 mon.a (mon.0) 2266 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cephadm 2024-03-30T04:49:42.326152+0000 mgr.y (mgr.25441) 5274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.366515+0000 mon.c (mon.1) 5780 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.368336+0000 mon.c (mon.1) 5781 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.370025+0000 mon.c (mon.1) 5782 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.370660+0000 mon.c (mon.1) 5783 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cluster 2024-03-30T04:49:42.371884+0000 mgr.y (mgr.25441) 5275 : cluster [DBG] pgmap v3494: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.249693+0000 mon.c (mon.1) 5773 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.251448+0000 mon.c (mon.1) 5774 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.252088+0000 mon.c (mon.1) 5775 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cluster 2024-03-30T04:49:42.253680+0000 mgr.y (mgr.25441) 5269 : cluster [DBG] pgmap v3490: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cluster 2024-03-30T04:49:42.253915+0000 mgr.y (mgr.25441) 5270 : cluster [DBG] pgmap v3491: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.257951+0000 mon.a (mon.0) 2265 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cephadm 2024-03-30T04:49:42.258647+0000 mgr.y (mgr.25441) 5271 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.314480+0000 mon.c (mon.1) 5776 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.316294+0000 mon.c (mon.1) 5777 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.318114+0000 mon.c (mon.1) 5778 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.318771+0000 mon.c (mon.1) 5779 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cluster 2024-03-30T04:49:42.319981+0000 mgr.y (mgr.25441) 5272 : cluster [DBG] pgmap v3492: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cluster 2024-03-30T04:49:42.320189+0000 mgr.y (mgr.25441) 5273 : cluster [DBG] pgmap v3493: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.324560+0000 mon.a (mon.0) 2266 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cephadm 2024-03-30T04:49:42.326152+0000 mgr.y (mgr.25441) 5274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.366515+0000 mon.c (mon.1) 5780 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.368336+0000 mon.c (mon.1) 5781 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.370025+0000 mon.c (mon.1) 5782 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.370660+0000 mon.c (mon.1) 5783 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cluster 2024-03-30T04:49:42.371884+0000 mgr.y (mgr.25441) 5275 : cluster [DBG] pgmap v3494: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cluster 2024-03-30T04:49:42.372117+0000 mgr.y (mgr.25441) 5276 : cluster [DBG] pgmap v3495: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.377496+0000 mon.a (mon.0) 2267 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cephadm 2024-03-30T04:49:42.378040+0000 mgr.y (mgr.25441) 5277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.418185+0000 mon.c (mon.1) 5784 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.419973+0000 mon.c (mon.1) 5785 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.421682+0000 mon.c (mon.1) 5786 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.422300+0000 mon.c (mon.1) 5787 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cluster 2024-03-30T04:49:42.423490+0000 mgr.y (mgr.25441) 5278 : cluster [DBG] pgmap v3496: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cluster 2024-03-30T04:49:42.423663+0000 mgr.y (mgr.25441) 5279 : cluster [DBG] pgmap v3497: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.429001+0000 mon.a (mon.0) 2268 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cephadm 2024-03-30T04:49:42.429527+0000 mgr.y (mgr.25441) 5280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.469332+0000 mon.c (mon.1) 5788 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.471157+0000 mon.c (mon.1) 5789 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.472874+0000 mon.c (mon.1) 5790 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.473541+0000 mon.c (mon.1) 5791 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cluster 2024-03-30T04:49:42.474783+0000 mgr.y (mgr.25441) 5281 : cluster [DBG] pgmap v3498: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cluster 2024-03-30T04:49:42.474993+0000 mgr.y (mgr.25441) 5282 : cluster [DBG] pgmap v3499: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.480956+0000 mon.a (mon.0) 2269 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cephadm 2024-03-30T04:49:42.481583+0000 mgr.y (mgr.25441) 5283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.521412+0000 mon.c (mon.1) 5792 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cluster 2024-03-30T04:49:42.372117+0000 mgr.y (mgr.25441) 5276 : cluster [DBG] pgmap v3495: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.377496+0000 mon.a (mon.0) 2267 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cephadm 2024-03-30T04:49:42.378040+0000 mgr.y (mgr.25441) 5277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.418185+0000 mon.c (mon.1) 5784 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.419973+0000 mon.c (mon.1) 5785 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.421682+0000 mon.c (mon.1) 5786 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.422300+0000 mon.c (mon.1) 5787 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cluster 2024-03-30T04:49:42.423490+0000 mgr.y (mgr.25441) 5278 : cluster [DBG] pgmap v3496: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cluster 2024-03-30T04:49:42.423663+0000 mgr.y (mgr.25441) 5279 : cluster [DBG] pgmap v3497: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.429001+0000 mon.a (mon.0) 2268 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cephadm 2024-03-30T04:49:42.429527+0000 mgr.y (mgr.25441) 5280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.469332+0000 mon.c (mon.1) 5788 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.471157+0000 mon.c (mon.1) 5789 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.472874+0000 mon.c (mon.1) 5790 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.473541+0000 mon.c (mon.1) 5791 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cluster 2024-03-30T04:49:42.474783+0000 mgr.y (mgr.25441) 5281 : cluster [DBG] pgmap v3498: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cluster 2024-03-30T04:49:42.474993+0000 mgr.y (mgr.25441) 5282 : cluster [DBG] pgmap v3499: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.480956+0000 mon.a (mon.0) 2269 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cephadm 2024-03-30T04:49:42.481583+0000 mgr.y (mgr.25441) 5283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.521412+0000 mon.c (mon.1) 5792 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.523175+0000 mon.c (mon.1) 5793 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.525026+0000 mon.c (mon.1) 5794 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.525697+0000 mon.c (mon.1) 5795 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cluster 2024-03-30T04:49:42.526929+0000 mgr.y (mgr.25441) 5284 : cluster [DBG] pgmap v3500: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cluster 2024-03-30T04:49:42.527136+0000 mgr.y (mgr.25441) 5285 : cluster [DBG] pgmap v3501: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.531446+0000 mon.a (mon.0) 2270 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cephadm 2024-03-30T04:49:42.532040+0000 mgr.y (mgr.25441) 5286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.592270+0000 mon.c (mon.1) 5796 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.594300+0000 mon.c (mon.1) 5797 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.596258+0000 mon.c (mon.1) 5798 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.596982+0000 mon.c (mon.1) 5799 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cluster 2024-03-30T04:49:42.598181+0000 mgr.y (mgr.25441) 5287 : cluster [DBG] pgmap v3502: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cluster 2024-03-30T04:49:42.598523+0000 mgr.y (mgr.25441) 5288 : cluster [DBG] pgmap v3503: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.604471+0000 mon.a (mon.0) 2271 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cephadm 2024-03-30T04:49:42.605069+0000 mgr.y (mgr.25441) 5289 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.645565+0000 mon.c (mon.1) 5800 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.647559+0000 mon.c (mon.1) 5801 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.649761+0000 mon.c (mon.1) 5802 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.650555+0000 mon.c (mon.1) 5803 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cluster 2024-03-30T04:49:42.651942+0000 mgr.y (mgr.25441) 5290 : cluster [DBG] pgmap v3504: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.523175+0000 mon.c (mon.1) 5793 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.525026+0000 mon.c (mon.1) 5794 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.525697+0000 mon.c (mon.1) 5795 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cluster 2024-03-30T04:49:42.526929+0000 mgr.y (mgr.25441) 5284 : cluster [DBG] pgmap v3500: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cluster 2024-03-30T04:49:42.527136+0000 mgr.y (mgr.25441) 5285 : cluster [DBG] pgmap v3501: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.531446+0000 mon.a (mon.0) 2270 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cephadm 2024-03-30T04:49:42.532040+0000 mgr.y (mgr.25441) 5286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.592270+0000 mon.c (mon.1) 5796 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.594300+0000 mon.c (mon.1) 5797 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.596258+0000 mon.c (mon.1) 5798 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.596982+0000 mon.c (mon.1) 5799 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cluster 2024-03-30T04:49:42.598181+0000 mgr.y (mgr.25441) 5287 : cluster [DBG] pgmap v3502: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cluster 2024-03-30T04:49:42.598523+0000 mgr.y (mgr.25441) 5288 : cluster [DBG] pgmap v3503: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.604471+0000 mon.a (mon.0) 2271 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cephadm 2024-03-30T04:49:42.605069+0000 mgr.y (mgr.25441) 5289 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.645565+0000 mon.c (mon.1) 5800 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.647559+0000 mon.c (mon.1) 5801 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.649761+0000 mon.c (mon.1) 5802 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.650555+0000 mon.c (mon.1) 5803 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cluster 2024-03-30T04:49:42.651942+0000 mgr.y (mgr.25441) 5290 : cluster [DBG] pgmap v3504: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cluster 2024-03-30T04:49:42.652121+0000 mgr.y (mgr.25441) 5291 : cluster [DBG] pgmap v3505: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.657486+0000 mon.a (mon.0) 2272 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cephadm 2024-03-30T04:49:42.658287+0000 mgr.y (mgr.25441) 5292 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.698355+0000 mon.c (mon.1) 5804 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.700272+0000 mon.c (mon.1) 5805 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.701969+0000 mon.c (mon.1) 5806 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.702620+0000 mon.c (mon.1) 5807 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cluster 2024-03-30T04:49:42.703895+0000 mgr.y (mgr.25441) 5293 : cluster [DBG] pgmap v3506: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cluster 2024-03-30T04:49:42.704124+0000 mgr.y (mgr.25441) 5294 : cluster [DBG] pgmap v3507: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.709369+0000 mon.a (mon.0) 2273 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cephadm 2024-03-30T04:49:42.710998+0000 mgr.y (mgr.25441) 5295 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.767493+0000 mon.c (mon.1) 5808 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.769649+0000 mon.c (mon.1) 5809 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.771437+0000 mon.c (mon.1) 5810 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.772112+0000 mon.c (mon.1) 5811 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cluster 2024-03-30T04:49:42.773471+0000 mgr.y (mgr.25441) 5296 : cluster [DBG] pgmap v3508: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cluster 2024-03-30T04:49:42.773836+0000 mgr.y (mgr.25441) 5297 : cluster [DBG] pgmap v3509: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.777972+0000 mon.a (mon.0) 2274 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: cephadm 2024-03-30T04:49:42.779740+0000 mgr.y (mgr.25441) 5298 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.836769+0000 mon.c (mon.1) 5812 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cluster 2024-03-30T04:49:42.652121+0000 mgr.y (mgr.25441) 5291 : cluster [DBG] pgmap v3505: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.657486+0000 mon.a (mon.0) 2272 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cephadm 2024-03-30T04:49:42.658287+0000 mgr.y (mgr.25441) 5292 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.698355+0000 mon.c (mon.1) 5804 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.700272+0000 mon.c (mon.1) 5805 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.701969+0000 mon.c (mon.1) 5806 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.702620+0000 mon.c (mon.1) 5807 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cluster 2024-03-30T04:49:42.703895+0000 mgr.y (mgr.25441) 5293 : cluster [DBG] pgmap v3506: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cluster 2024-03-30T04:49:42.704124+0000 mgr.y (mgr.25441) 5294 : cluster [DBG] pgmap v3507: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.709369+0000 mon.a (mon.0) 2273 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cephadm 2024-03-30T04:49:42.710998+0000 mgr.y (mgr.25441) 5295 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.767493+0000 mon.c (mon.1) 5808 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.769649+0000 mon.c (mon.1) 5809 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.771437+0000 mon.c (mon.1) 5810 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.772112+0000 mon.c (mon.1) 5811 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cluster 2024-03-30T04:49:42.773471+0000 mgr.y (mgr.25441) 5296 : cluster [DBG] pgmap v3508: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cluster 2024-03-30T04:49:42.773836+0000 mgr.y (mgr.25441) 5297 : cluster [DBG] pgmap v3509: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.777972+0000 mon.a (mon.0) 2274 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: cephadm 2024-03-30T04:49:42.779740+0000 mgr.y (mgr.25441) 5298 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.836769+0000 mon.c (mon.1) 5812 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.838831+0000 mon.c (mon.1) 5813 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.840719+0000 mon.c (mon.1) 5814 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.841351+0000 mon.c (mon.1) 5815 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.847490+0000 mon.a (mon.0) 2275 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.905892+0000 mon.c (mon.1) 5816 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.907883+0000 mon.c (mon.1) 5817 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.909861+0000 mon.c (mon.1) 5818 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.913357+0000 mon.c (mon.1) 5819 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.921280+0000 mon.a (mon.0) 2276 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.982394+0000 mon.c (mon.1) 5820 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.984622+0000 mon.c (mon.1) 5821 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.986982+0000 mon.c (mon.1) 5822 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.987838+0000 mon.c (mon.1) 5823 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:42.996132+0000 mon.a (mon.0) 2277 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:43.045248+0000 mon.c (mon.1) 5824 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:43.047750+0000 mon.c (mon.1) 5825 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:43.049710+0000 mon.c (mon.1) 5826 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:43.050413+0000 mon.c (mon.1) 5827 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:43.058656+0000 mon.a (mon.0) 2278 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:43.119422+0000 mon.c (mon.1) 5828 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.838831+0000 mon.c (mon.1) 5813 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.840719+0000 mon.c (mon.1) 5814 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.841351+0000 mon.c (mon.1) 5815 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.847490+0000 mon.a (mon.0) 2275 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.905892+0000 mon.c (mon.1) 5816 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.907883+0000 mon.c (mon.1) 5817 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.909861+0000 mon.c (mon.1) 5818 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.913357+0000 mon.c (mon.1) 5819 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.921280+0000 mon.a (mon.0) 2276 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.982394+0000 mon.c (mon.1) 5820 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.984622+0000 mon.c (mon.1) 5821 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.986982+0000 mon.c (mon.1) 5822 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.639 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.987838+0000 mon.c (mon.1) 5823 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.639 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:42.996132+0000 mon.a (mon.0) 2277 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.639 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:43.045248+0000 mon.c (mon.1) 5824 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.639 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:43.047750+0000 mon.c (mon.1) 5825 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.639 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:43.049710+0000 mon.c (mon.1) 5826 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.639 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:43.050413+0000 mon.c (mon.1) 5827 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.639 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:43.058656+0000 mon.a (mon.0) 2278 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.639 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:43.119422+0000 mon.c (mon.1) 5828 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:43.121415+0000 mon.c (mon.1) 5829 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:43.123233+0000 mon.c (mon.1) 5830 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:43.123879+0000 mon.c (mon.1) 5831 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:43.131720+0000 mon.a (mon.0) 2279 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:43.180085+0000 mon.c (mon.1) 5832 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:43.182547+0000 mon.c (mon.1) 5833 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:43.184525+0000 mon.c (mon.1) 5834 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:43.185233+0000 mon.c (mon.1) 5835 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[73591]: audit 2024-03-30T04:49:43.193886+0000 mon.a (mon.0) 2280 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.640 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:43.121415+0000 mon.c (mon.1) 5829 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.640 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:43.123233+0000 mon.c (mon.1) 5830 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.640 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:43.123879+0000 mon.c (mon.1) 5831 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.640 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:43.131720+0000 mon.a (mon.0) 2279 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.640 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:43.180085+0000 mon.c (mon.1) 5832 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.641 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:43.182547+0000 mon.c (mon.1) 5833 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.641 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:43.184525+0000 mon.c (mon.1) 5834 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.641 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:43.185233+0000 mon.c (mon.1) 5835 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.641 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:43 smithi111 bash[70954]: audit 2024-03-30T04:49:43.193886+0000 mon.a (mon.0) 2280 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:43.121415+0000 mon.c (mon.1) 5829 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:43.123233+0000 mon.c (mon.1) 5830 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:43.123879+0000 mon.c (mon.1) 5831 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:43.131720+0000 mon.a (mon.0) 2279 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:43.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:43.180085+0000 mon.c (mon.1) 5832 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:43.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:43.182547+0000 mon.c (mon.1) 5833 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:43.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:43.184525+0000 mon.c (mon.1) 5834 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:43.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:43.185233+0000 mon.c (mon.1) 5835 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:43.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:43 smithi117 bash[62284]: audit 2024-03-30T04:49:43.193886+0000 mon.a (mon.0) 2280 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.605 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cluster 2024-03-30T04:49:42.842604+0000 mgr.y (mgr.25441) 5299 : cluster [DBG] pgmap v3510: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.606 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cluster 2024-03-30T04:49:42.842817+0000 mgr.y (mgr.25441) 5300 : cluster [DBG] pgmap v3511: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.606 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cephadm 2024-03-30T04:49:42.849013+0000 mgr.y (mgr.25441) 5301 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.606 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cluster 2024-03-30T04:49:42.914594+0000 mgr.y (mgr.25441) 5302 : cluster [DBG] pgmap v3512: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.606 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cluster 2024-03-30T04:49:42.914789+0000 mgr.y (mgr.25441) 5303 : cluster [DBG] pgmap v3513: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.606 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cephadm 2024-03-30T04:49:42.925579+0000 mgr.y (mgr.25441) 5304 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.606 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cluster 2024-03-30T04:49:42.989341+0000 mgr.y (mgr.25441) 5305 : cluster [DBG] pgmap v3514: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.606 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cluster 2024-03-30T04:49:42.989532+0000 mgr.y (mgr.25441) 5306 : cluster [DBG] pgmap v3515: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.606 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cephadm 2024-03-30T04:49:43.000477+0000 mgr.y (mgr.25441) 5307 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.606 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cluster 2024-03-30T04:49:43.051724+0000 mgr.y (mgr.25441) 5308 : cluster [DBG] pgmap v3516: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.606 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cluster 2024-03-30T04:49:43.051904+0000 mgr.y (mgr.25441) 5309 : cluster [DBG] pgmap v3517: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.606 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cephadm 2024-03-30T04:49:43.062786+0000 mgr.y (mgr.25441) 5310 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.606 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cluster 2024-03-30T04:49:43.125098+0000 mgr.y (mgr.25441) 5311 : cluster [DBG] pgmap v3518: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.607 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cluster 2024-03-30T04:49:43.125295+0000 mgr.y (mgr.25441) 5312 : cluster [DBG] pgmap v3519: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.607 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cephadm 2024-03-30T04:49:43.135705+0000 mgr.y (mgr.25441) 5313 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.607 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cluster 2024-03-30T04:49:43.186514+0000 mgr.y (mgr.25441) 5314 : cluster [DBG] pgmap v3520: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.607 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cluster 2024-03-30T04:49:43.186742+0000 mgr.y (mgr.25441) 5315 : cluster [DBG] pgmap v3521: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.607 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cephadm 2024-03-30T04:49:43.196949+0000 mgr.y (mgr.25441) 5316 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.607 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.245852+0000 mon.c (mon.1) 5836 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.607 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.255377+0000 mon.c (mon.1) 5837 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.608 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.257660+0000 mon.c (mon.1) 5838 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.608 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.258359+0000 mon.c (mon.1) 5839 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.608 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cluster 2024-03-30T04:49:43.259616+0000 mgr.y (mgr.25441) 5317 : cluster [DBG] pgmap v3522: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.608 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cluster 2024-03-30T04:49:43.259832+0000 mgr.y (mgr.25441) 5318 : cluster [DBG] pgmap v3523: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.608 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.264046+0000 mon.a (mon.0) 2281 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.608 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cephadm 2024-03-30T04:49:43.265476+0000 mgr.y (mgr.25441) 5319 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.608 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.306645+0000 mon.c (mon.1) 5840 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.608 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.308507+0000 mon.c (mon.1) 5841 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.608 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.310231+0000 mon.c (mon.1) 5842 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.608 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.311042+0000 mon.c (mon.1) 5843 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.609 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cluster 2024-03-30T04:49:43.312438+0000 mgr.y (mgr.25441) 5320 : cluster [DBG] pgmap v3524: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.609 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cluster 2024-03-30T04:49:43.312654+0000 mgr.y (mgr.25441) 5321 : cluster [DBG] pgmap v3525: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.609 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.320298+0000 mon.a (mon.0) 2282 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.609 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cephadm 2024-03-30T04:49:43.320922+0000 mgr.y (mgr.25441) 5322 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.609 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.362614+0000 mon.c (mon.1) 5844 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.609 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.364764+0000 mon.c (mon.1) 5845 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.609 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.367019+0000 mon.c (mon.1) 5846 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.609 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.367805+0000 mon.c (mon.1) 5847 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.609 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cluster 2024-03-30T04:49:43.369149+0000 mgr.y (mgr.25441) 5323 : cluster [DBG] pgmap v3526: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.609 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cluster 2024-03-30T04:49:43.369325+0000 mgr.y (mgr.25441) 5324 : cluster [DBG] pgmap v3527: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.609 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.375715+0000 mon.a (mon.0) 2283 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.609 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cephadm 2024-03-30T04:49:43.376687+0000 mgr.y (mgr.25441) 5325 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.609 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.417657+0000 mon.c (mon.1) 5848 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.609 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.419482+0000 mon.c (mon.1) 5849 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.610 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.421280+0000 mon.c (mon.1) 5850 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.610 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.422001+0000 mon.c (mon.1) 5851 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.610 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cluster 2024-03-30T04:49:43.423204+0000 mgr.y (mgr.25441) 5326 : cluster [DBG] pgmap v3528: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.610 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cluster 2024-03-30T04:49:43.423431+0000 mgr.y (mgr.25441) 5327 : cluster [DBG] pgmap v3529: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.610 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.429740+0000 mon.a (mon.0) 2284 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.610 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cephadm 2024-03-30T04:49:43.430301+0000 mgr.y (mgr.25441) 5328 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.610 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.470449+0000 mon.c (mon.1) 5852 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.610 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.472236+0000 mon.c (mon.1) 5853 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.610 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.473990+0000 mon.c (mon.1) 5854 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.610 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.474591+0000 mon.c (mon.1) 5855 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.610 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cluster 2024-03-30T04:49:43.475742+0000 mgr.y (mgr.25441) 5329 : cluster [DBG] pgmap v3530: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.610 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cluster 2024-03-30T04:49:43.475935+0000 mgr.y (mgr.25441) 5330 : cluster [DBG] pgmap v3531: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.610 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.482070+0000 mon.a (mon.0) 2285 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.610 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cephadm 2024-03-30T04:49:43.482816+0000 mgr.y (mgr.25441) 5331 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.611 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.522578+0000 mon.c (mon.1) 5856 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.611 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.524431+0000 mon.c (mon.1) 5857 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.611 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.526116+0000 mon.c (mon.1) 5858 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.611 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.526709+0000 mon.c (mon.1) 5859 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.611 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cluster 2024-03-30T04:49:43.527885+0000 mgr.y (mgr.25441) 5332 : cluster [DBG] pgmap v3532: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.611 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cluster 2024-03-30T04:49:43.528096+0000 mgr.y (mgr.25441) 5333 : cluster [DBG] pgmap v3533: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.611 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.535485+0000 mon.a (mon.0) 2286 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.611 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cephadm 2024-03-30T04:49:43.537325+0000 mgr.y (mgr.25441) 5334 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.611 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.579578+0000 mon.c (mon.1) 5860 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.611 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.581380+0000 mon.c (mon.1) 5861 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.611 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.583065+0000 mon.c (mon.1) 5862 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.611 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.583736+0000 mon.c (mon.1) 5863 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.611 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cluster 2024-03-30T04:49:43.584959+0000 mgr.y (mgr.25441) 5335 : cluster [DBG] pgmap v3534: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.612 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cluster 2024-03-30T04:49:43.585194+0000 mgr.y (mgr.25441) 5336 : cluster [DBG] pgmap v3535: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.612 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.592499+0000 mon.a (mon.0) 2287 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.612 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cephadm 2024-03-30T04:49:43.593186+0000 mgr.y (mgr.25441) 5337 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.612 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.634854+0000 mon.c (mon.1) 5864 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.612 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.636791+0000 mon.c (mon.1) 5865 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.612 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.638702+0000 mon.c (mon.1) 5866 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.612 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.639567+0000 mon.c (mon.1) 5867 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.612 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cluster 2024-03-30T04:49:43.640904+0000 mgr.y (mgr.25441) 5338 : cluster [DBG] pgmap v3536: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.612 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cluster 2024-03-30T04:49:43.641125+0000 mgr.y (mgr.25441) 5339 : cluster [DBG] pgmap v3537: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.612 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.674860+0000 mon.a (mon.0) 2288 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.612 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cephadm 2024-03-30T04:49:43.676605+0000 mgr.y (mgr.25441) 5340 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.612 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.717197+0000 mon.c (mon.1) 5868 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.612 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.719025+0000 mon.c (mon.1) 5869 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.612 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.720851+0000 mon.c (mon.1) 5870 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.612 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.721481+0000 mon.c (mon.1) 5871 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.613 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cluster 2024-03-30T04:49:43.722680+0000 mgr.y (mgr.25441) 5341 : cluster [DBG] pgmap v3538: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.613 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cluster 2024-03-30T04:49:43.722914+0000 mgr.y (mgr.25441) 5342 : cluster [DBG] pgmap v3539: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.613 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.728663+0000 mon.a (mon.0) 2289 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.613 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cephadm 2024-03-30T04:49:43.729442+0000 mgr.y (mgr.25441) 5343 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.613 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.769329+0000 mon.c (mon.1) 5872 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.613 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.771208+0000 mon.c (mon.1) 5873 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.613 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.772963+0000 mon.c (mon.1) 5874 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.613 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.773566+0000 mon.c (mon.1) 5875 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.613 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cluster 2024-03-30T04:49:43.774765+0000 mgr.y (mgr.25441) 5344 : cluster [DBG] pgmap v3540: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.613 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cluster 2024-03-30T04:49:43.774961+0000 mgr.y (mgr.25441) 5345 : cluster [DBG] pgmap v3541: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.613 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.780313+0000 mon.a (mon.0) 2290 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.613 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: cephadm 2024-03-30T04:49:43.780872+0000 mgr.y (mgr.25441) 5346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.613 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.821082+0000 mon.c (mon.1) 5876 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.613 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.823150+0000 mon.c (mon.1) 5877 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.614 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.824873+0000 mon.c (mon.1) 5878 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.614 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.825493+0000 mon.c (mon.1) 5879 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.614 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.832734+0000 mon.a (mon.0) 2291 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.614 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.873285+0000 mon.c (mon.1) 5880 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.614 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.875182+0000 mon.c (mon.1) 5881 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.614 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.877212+0000 mon.c (mon.1) 5882 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.614 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.877871+0000 mon.c (mon.1) 5883 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.615 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.883841+0000 mon.a (mon.0) 2292 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.615 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.924403+0000 mon.c (mon.1) 5884 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.615 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.926245+0000 mon.c (mon.1) 5885 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.615 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.928106+0000 mon.c (mon.1) 5886 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.615 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.928758+0000 mon.c (mon.1) 5887 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.615 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.934354+0000 mon.a (mon.0) 2293 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.615 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.975024+0000 mon.c (mon.1) 5888 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.615 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.976893+0000 mon.c (mon.1) 5889 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.615 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.978588+0000 mon.c (mon.1) 5890 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.615 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.979196+0000 mon.c (mon.1) 5891 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.615 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:43.985196+0000 mon.a (mon.0) 2294 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.615 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:44.026183+0000 mon.c (mon.1) 5892 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.615 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:44.027995+0000 mon.c (mon.1) 5893 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.615 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:44.030253+0000 mon.c (mon.1) 5894 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.615 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:44.030984+0000 mon.c (mon.1) 5895 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.616 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:44.037104+0000 mon.a (mon.0) 2295 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.616 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:44.081986+0000 mon.c (mon.1) 5896 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.616 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:44.084269+0000 mon.c (mon.1) 5897 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.616 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:44.086136+0000 mon.c (mon.1) 5898 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.616 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:44.086825+0000 mon.c (mon.1) 5899 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.616 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:44.092854+0000 mon.a (mon.0) 2296 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.616 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:44.138849+0000 mon.c (mon.1) 5900 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.616 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:44.141316+0000 mon.c (mon.1) 5901 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.616 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:44.143195+0000 mon.c (mon.1) 5902 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.616 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:44.143867+0000 mon.c (mon.1) 5903 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.616 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:44.150634+0000 mon.a (mon.0) 2297 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.616 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:44.194554+0000 mon.c (mon.1) 5904 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.616 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:44.196518+0000 mon.c (mon.1) 5905 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.617 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:44.198286+0000 mon.c (mon.1) 5906 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.617 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:44.198953+0000 mon.c (mon.1) 5907 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.617 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:44 smithi117 bash[62284]: audit 2024-03-30T04:49:44.205240+0000 mon.a (mon.0) 2298 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cluster 2024-03-30T04:49:42.842604+0000 mgr.y (mgr.25441) 5299 : cluster [DBG] pgmap v3510: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cluster 2024-03-30T04:49:42.842817+0000 mgr.y (mgr.25441) 5300 : cluster [DBG] pgmap v3511: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cephadm 2024-03-30T04:49:42.849013+0000 mgr.y (mgr.25441) 5301 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cluster 2024-03-30T04:49:42.914594+0000 mgr.y (mgr.25441) 5302 : cluster [DBG] pgmap v3512: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cluster 2024-03-30T04:49:42.914789+0000 mgr.y (mgr.25441) 5303 : cluster [DBG] pgmap v3513: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cephadm 2024-03-30T04:49:42.925579+0000 mgr.y (mgr.25441) 5304 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cluster 2024-03-30T04:49:42.989341+0000 mgr.y (mgr.25441) 5305 : cluster [DBG] pgmap v3514: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cluster 2024-03-30T04:49:42.989532+0000 mgr.y (mgr.25441) 5306 : cluster [DBG] pgmap v3515: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cephadm 2024-03-30T04:49:43.000477+0000 mgr.y (mgr.25441) 5307 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cluster 2024-03-30T04:49:43.051724+0000 mgr.y (mgr.25441) 5308 : cluster [DBG] pgmap v3516: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cluster 2024-03-30T04:49:43.051904+0000 mgr.y (mgr.25441) 5309 : cluster [DBG] pgmap v3517: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cephadm 2024-03-30T04:49:43.062786+0000 mgr.y (mgr.25441) 5310 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cluster 2024-03-30T04:49:43.125098+0000 mgr.y (mgr.25441) 5311 : cluster [DBG] pgmap v3518: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cluster 2024-03-30T04:49:43.125295+0000 mgr.y (mgr.25441) 5312 : cluster [DBG] pgmap v3519: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cephadm 2024-03-30T04:49:43.135705+0000 mgr.y (mgr.25441) 5313 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cluster 2024-03-30T04:49:43.186514+0000 mgr.y (mgr.25441) 5314 : cluster [DBG] pgmap v3520: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cluster 2024-03-30T04:49:43.186742+0000 mgr.y (mgr.25441) 5315 : cluster [DBG] pgmap v3521: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cephadm 2024-03-30T04:49:43.196949+0000 mgr.y (mgr.25441) 5316 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.245852+0000 mon.c (mon.1) 5836 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.255377+0000 mon.c (mon.1) 5837 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.257660+0000 mon.c (mon.1) 5838 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.258359+0000 mon.c (mon.1) 5839 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cluster 2024-03-30T04:49:43.259616+0000 mgr.y (mgr.25441) 5317 : cluster [DBG] pgmap v3522: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cluster 2024-03-30T04:49:43.259832+0000 mgr.y (mgr.25441) 5318 : cluster [DBG] pgmap v3523: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.264046+0000 mon.a (mon.0) 2281 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cephadm 2024-03-30T04:49:43.265476+0000 mgr.y (mgr.25441) 5319 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.306645+0000 mon.c (mon.1) 5840 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.308507+0000 mon.c (mon.1) 5841 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.310231+0000 mon.c (mon.1) 5842 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.311042+0000 mon.c (mon.1) 5843 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cluster 2024-03-30T04:49:43.312438+0000 mgr.y (mgr.25441) 5320 : cluster [DBG] pgmap v3524: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cluster 2024-03-30T04:49:43.312654+0000 mgr.y (mgr.25441) 5321 : cluster [DBG] pgmap v3525: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.320298+0000 mon.a (mon.0) 2282 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cephadm 2024-03-30T04:49:43.320922+0000 mgr.y (mgr.25441) 5322 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.362614+0000 mon.c (mon.1) 5844 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.364764+0000 mon.c (mon.1) 5845 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.367019+0000 mon.c (mon.1) 5846 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.367805+0000 mon.c (mon.1) 5847 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cluster 2024-03-30T04:49:43.369149+0000 mgr.y (mgr.25441) 5323 : cluster [DBG] pgmap v3526: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cluster 2024-03-30T04:49:42.842604+0000 mgr.y (mgr.25441) 5299 : cluster [DBG] pgmap v3510: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cluster 2024-03-30T04:49:42.842817+0000 mgr.y (mgr.25441) 5300 : cluster [DBG] pgmap v3511: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cephadm 2024-03-30T04:49:42.849013+0000 mgr.y (mgr.25441) 5301 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cluster 2024-03-30T04:49:42.914594+0000 mgr.y (mgr.25441) 5302 : cluster [DBG] pgmap v3512: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cluster 2024-03-30T04:49:42.914789+0000 mgr.y (mgr.25441) 5303 : cluster [DBG] pgmap v3513: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cephadm 2024-03-30T04:49:42.925579+0000 mgr.y (mgr.25441) 5304 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cluster 2024-03-30T04:49:42.989341+0000 mgr.y (mgr.25441) 5305 : cluster [DBG] pgmap v3514: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cluster 2024-03-30T04:49:42.989532+0000 mgr.y (mgr.25441) 5306 : cluster [DBG] pgmap v3515: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cephadm 2024-03-30T04:49:43.000477+0000 mgr.y (mgr.25441) 5307 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cluster 2024-03-30T04:49:43.051724+0000 mgr.y (mgr.25441) 5308 : cluster [DBG] pgmap v3516: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cluster 2024-03-30T04:49:43.051904+0000 mgr.y (mgr.25441) 5309 : cluster [DBG] pgmap v3517: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cephadm 2024-03-30T04:49:43.062786+0000 mgr.y (mgr.25441) 5310 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cluster 2024-03-30T04:49:43.125098+0000 mgr.y (mgr.25441) 5311 : cluster [DBG] pgmap v3518: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cluster 2024-03-30T04:49:43.125295+0000 mgr.y (mgr.25441) 5312 : cluster [DBG] pgmap v3519: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cephadm 2024-03-30T04:49:43.135705+0000 mgr.y (mgr.25441) 5313 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cluster 2024-03-30T04:49:43.186514+0000 mgr.y (mgr.25441) 5314 : cluster [DBG] pgmap v3520: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cluster 2024-03-30T04:49:43.186742+0000 mgr.y (mgr.25441) 5315 : cluster [DBG] pgmap v3521: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cephadm 2024-03-30T04:49:43.196949+0000 mgr.y (mgr.25441) 5316 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.245852+0000 mon.c (mon.1) 5836 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.255377+0000 mon.c (mon.1) 5837 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cluster 2024-03-30T04:49:43.369325+0000 mgr.y (mgr.25441) 5324 : cluster [DBG] pgmap v3527: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.375715+0000 mon.a (mon.0) 2283 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cephadm 2024-03-30T04:49:43.376687+0000 mgr.y (mgr.25441) 5325 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.417657+0000 mon.c (mon.1) 5848 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.419482+0000 mon.c (mon.1) 5849 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.421280+0000 mon.c (mon.1) 5850 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.422001+0000 mon.c (mon.1) 5851 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cluster 2024-03-30T04:49:43.423204+0000 mgr.y (mgr.25441) 5326 : cluster [DBG] pgmap v3528: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cluster 2024-03-30T04:49:43.423431+0000 mgr.y (mgr.25441) 5327 : cluster [DBG] pgmap v3529: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.429740+0000 mon.a (mon.0) 2284 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cephadm 2024-03-30T04:49:43.430301+0000 mgr.y (mgr.25441) 5328 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.470449+0000 mon.c (mon.1) 5852 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.472236+0000 mon.c (mon.1) 5853 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.473990+0000 mon.c (mon.1) 5854 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.474591+0000 mon.c (mon.1) 5855 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cluster 2024-03-30T04:49:43.475742+0000 mgr.y (mgr.25441) 5329 : cluster [DBG] pgmap v3530: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cluster 2024-03-30T04:49:43.475935+0000 mgr.y (mgr.25441) 5330 : cluster [DBG] pgmap v3531: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.482070+0000 mon.a (mon.0) 2285 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cephadm 2024-03-30T04:49:43.482816+0000 mgr.y (mgr.25441) 5331 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.522578+0000 mon.c (mon.1) 5856 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.524431+0000 mon.c (mon.1) 5857 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.257660+0000 mon.c (mon.1) 5838 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.258359+0000 mon.c (mon.1) 5839 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cluster 2024-03-30T04:49:43.259616+0000 mgr.y (mgr.25441) 5317 : cluster [DBG] pgmap v3522: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cluster 2024-03-30T04:49:43.259832+0000 mgr.y (mgr.25441) 5318 : cluster [DBG] pgmap v3523: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.264046+0000 mon.a (mon.0) 2281 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cephadm 2024-03-30T04:49:43.265476+0000 mgr.y (mgr.25441) 5319 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.306645+0000 mon.c (mon.1) 5840 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.308507+0000 mon.c (mon.1) 5841 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.310231+0000 mon.c (mon.1) 5842 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.311042+0000 mon.c (mon.1) 5843 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cluster 2024-03-30T04:49:43.312438+0000 mgr.y (mgr.25441) 5320 : cluster [DBG] pgmap v3524: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cluster 2024-03-30T04:49:43.312654+0000 mgr.y (mgr.25441) 5321 : cluster [DBG] pgmap v3525: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.320298+0000 mon.a (mon.0) 2282 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cephadm 2024-03-30T04:49:43.320922+0000 mgr.y (mgr.25441) 5322 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.362614+0000 mon.c (mon.1) 5844 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.364764+0000 mon.c (mon.1) 5845 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.367019+0000 mon.c (mon.1) 5846 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.367805+0000 mon.c (mon.1) 5847 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cluster 2024-03-30T04:49:43.369149+0000 mgr.y (mgr.25441) 5323 : cluster [DBG] pgmap v3526: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cluster 2024-03-30T04:49:43.369325+0000 mgr.y (mgr.25441) 5324 : cluster [DBG] pgmap v3527: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.375715+0000 mon.a (mon.0) 2283 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cephadm 2024-03-30T04:49:43.376687+0000 mgr.y (mgr.25441) 5325 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.417657+0000 mon.c (mon.1) 5848 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.419482+0000 mon.c (mon.1) 5849 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.421280+0000 mon.c (mon.1) 5850 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.422001+0000 mon.c (mon.1) 5851 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cluster 2024-03-30T04:49:43.423204+0000 mgr.y (mgr.25441) 5326 : cluster [DBG] pgmap v3528: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cluster 2024-03-30T04:49:43.423431+0000 mgr.y (mgr.25441) 5327 : cluster [DBG] pgmap v3529: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.429740+0000 mon.a (mon.0) 2284 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cephadm 2024-03-30T04:49:43.430301+0000 mgr.y (mgr.25441) 5328 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.470449+0000 mon.c (mon.1) 5852 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.472236+0000 mon.c (mon.1) 5853 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.473990+0000 mon.c (mon.1) 5854 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.474591+0000 mon.c (mon.1) 5855 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cluster 2024-03-30T04:49:43.475742+0000 mgr.y (mgr.25441) 5329 : cluster [DBG] pgmap v3530: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cluster 2024-03-30T04:49:43.475935+0000 mgr.y (mgr.25441) 5330 : cluster [DBG] pgmap v3531: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.482070+0000 mon.a (mon.0) 2285 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cephadm 2024-03-30T04:49:43.482816+0000 mgr.y (mgr.25441) 5331 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.522578+0000 mon.c (mon.1) 5856 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.524431+0000 mon.c (mon.1) 5857 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.526116+0000 mon.c (mon.1) 5858 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.526709+0000 mon.c (mon.1) 5859 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cluster 2024-03-30T04:49:43.527885+0000 mgr.y (mgr.25441) 5332 : cluster [DBG] pgmap v3532: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cluster 2024-03-30T04:49:43.528096+0000 mgr.y (mgr.25441) 5333 : cluster [DBG] pgmap v3533: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.535485+0000 mon.a (mon.0) 2286 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cephadm 2024-03-30T04:49:43.537325+0000 mgr.y (mgr.25441) 5334 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.579578+0000 mon.c (mon.1) 5860 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.581380+0000 mon.c (mon.1) 5861 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.583065+0000 mon.c (mon.1) 5862 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.583736+0000 mon.c (mon.1) 5863 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cluster 2024-03-30T04:49:43.584959+0000 mgr.y (mgr.25441) 5335 : cluster [DBG] pgmap v3534: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cluster 2024-03-30T04:49:43.585194+0000 mgr.y (mgr.25441) 5336 : cluster [DBG] pgmap v3535: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.592499+0000 mon.a (mon.0) 2287 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cephadm 2024-03-30T04:49:43.593186+0000 mgr.y (mgr.25441) 5337 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.634854+0000 mon.c (mon.1) 5864 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.636791+0000 mon.c (mon.1) 5865 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.638702+0000 mon.c (mon.1) 5866 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.639567+0000 mon.c (mon.1) 5867 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cluster 2024-03-30T04:49:43.640904+0000 mgr.y (mgr.25441) 5338 : cluster [DBG] pgmap v3536: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.526116+0000 mon.c (mon.1) 5858 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.526709+0000 mon.c (mon.1) 5859 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cluster 2024-03-30T04:49:43.527885+0000 mgr.y (mgr.25441) 5332 : cluster [DBG] pgmap v3532: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cluster 2024-03-30T04:49:43.528096+0000 mgr.y (mgr.25441) 5333 : cluster [DBG] pgmap v3533: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.535485+0000 mon.a (mon.0) 2286 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cephadm 2024-03-30T04:49:43.537325+0000 mgr.y (mgr.25441) 5334 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.579578+0000 mon.c (mon.1) 5860 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.581380+0000 mon.c (mon.1) 5861 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.583065+0000 mon.c (mon.1) 5862 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.583736+0000 mon.c (mon.1) 5863 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cluster 2024-03-30T04:49:43.584959+0000 mgr.y (mgr.25441) 5335 : cluster [DBG] pgmap v3534: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cluster 2024-03-30T04:49:43.585194+0000 mgr.y (mgr.25441) 5336 : cluster [DBG] pgmap v3535: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.592499+0000 mon.a (mon.0) 2287 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cephadm 2024-03-30T04:49:43.593186+0000 mgr.y (mgr.25441) 5337 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.634854+0000 mon.c (mon.1) 5864 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.636791+0000 mon.c (mon.1) 5865 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.638702+0000 mon.c (mon.1) 5866 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.639567+0000 mon.c (mon.1) 5867 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cluster 2024-03-30T04:49:43.640904+0000 mgr.y (mgr.25441) 5338 : cluster [DBG] pgmap v3536: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cluster 2024-03-30T04:49:43.641125+0000 mgr.y (mgr.25441) 5339 : cluster [DBG] pgmap v3537: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.674860+0000 mon.a (mon.0) 2288 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cephadm 2024-03-30T04:49:43.676605+0000 mgr.y (mgr.25441) 5340 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.717197+0000 mon.c (mon.1) 5868 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.719025+0000 mon.c (mon.1) 5869 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.720851+0000 mon.c (mon.1) 5870 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.721481+0000 mon.c (mon.1) 5871 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cluster 2024-03-30T04:49:43.722680+0000 mgr.y (mgr.25441) 5341 : cluster [DBG] pgmap v3538: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cluster 2024-03-30T04:49:43.722914+0000 mgr.y (mgr.25441) 5342 : cluster [DBG] pgmap v3539: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.728663+0000 mon.a (mon.0) 2289 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cephadm 2024-03-30T04:49:43.729442+0000 mgr.y (mgr.25441) 5343 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.769329+0000 mon.c (mon.1) 5872 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.771208+0000 mon.c (mon.1) 5873 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.772963+0000 mon.c (mon.1) 5874 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.773566+0000 mon.c (mon.1) 5875 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cluster 2024-03-30T04:49:43.774765+0000 mgr.y (mgr.25441) 5344 : cluster [DBG] pgmap v3540: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cluster 2024-03-30T04:49:43.774961+0000 mgr.y (mgr.25441) 5345 : cluster [DBG] pgmap v3541: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.780313+0000 mon.a (mon.0) 2290 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: cephadm 2024-03-30T04:49:43.780872+0000 mgr.y (mgr.25441) 5346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.821082+0000 mon.c (mon.1) 5876 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.823150+0000 mon.c (mon.1) 5877 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cluster 2024-03-30T04:49:43.641125+0000 mgr.y (mgr.25441) 5339 : cluster [DBG] pgmap v3537: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.674860+0000 mon.a (mon.0) 2288 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cephadm 2024-03-30T04:49:43.676605+0000 mgr.y (mgr.25441) 5340 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.717197+0000 mon.c (mon.1) 5868 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.719025+0000 mon.c (mon.1) 5869 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.720851+0000 mon.c (mon.1) 5870 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.721481+0000 mon.c (mon.1) 5871 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cluster 2024-03-30T04:49:43.722680+0000 mgr.y (mgr.25441) 5341 : cluster [DBG] pgmap v3538: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cluster 2024-03-30T04:49:43.722914+0000 mgr.y (mgr.25441) 5342 : cluster [DBG] pgmap v3539: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.728663+0000 mon.a (mon.0) 2289 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cephadm 2024-03-30T04:49:43.729442+0000 mgr.y (mgr.25441) 5343 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.769329+0000 mon.c (mon.1) 5872 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.771208+0000 mon.c (mon.1) 5873 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.772963+0000 mon.c (mon.1) 5874 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.773566+0000 mon.c (mon.1) 5875 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cluster 2024-03-30T04:49:43.774765+0000 mgr.y (mgr.25441) 5344 : cluster [DBG] pgmap v3540: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cluster 2024-03-30T04:49:43.774961+0000 mgr.y (mgr.25441) 5345 : cluster [DBG] pgmap v3541: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:44.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.780313+0000 mon.a (mon.0) 2290 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: cephadm 2024-03-30T04:49:43.780872+0000 mgr.y (mgr.25441) 5346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:44.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.821082+0000 mon.c (mon.1) 5876 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.823150+0000 mon.c (mon.1) 5877 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.824873+0000 mon.c (mon.1) 5878 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.825493+0000 mon.c (mon.1) 5879 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.832734+0000 mon.a (mon.0) 2291 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.873285+0000 mon.c (mon.1) 5880 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.875182+0000 mon.c (mon.1) 5881 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.877212+0000 mon.c (mon.1) 5882 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.877871+0000 mon.c (mon.1) 5883 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.883841+0000 mon.a (mon.0) 2292 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.924403+0000 mon.c (mon.1) 5884 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.926245+0000 mon.c (mon.1) 5885 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.928106+0000 mon.c (mon.1) 5886 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.928758+0000 mon.c (mon.1) 5887 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.934354+0000 mon.a (mon.0) 2293 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.975024+0000 mon.c (mon.1) 5888 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.976893+0000 mon.c (mon.1) 5889 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.978588+0000 mon.c (mon.1) 5890 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.979196+0000 mon.c (mon.1) 5891 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:43.985196+0000 mon.a (mon.0) 2294 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:44.026183+0000 mon.c (mon.1) 5892 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.640 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.824873+0000 mon.c (mon.1) 5878 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.640 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.825493+0000 mon.c (mon.1) 5879 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.640 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.832734+0000 mon.a (mon.0) 2291 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.641 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.873285+0000 mon.c (mon.1) 5880 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.641 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.875182+0000 mon.c (mon.1) 5881 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.641 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.877212+0000 mon.c (mon.1) 5882 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.641 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.877871+0000 mon.c (mon.1) 5883 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.641 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.883841+0000 mon.a (mon.0) 2292 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.641 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.924403+0000 mon.c (mon.1) 5884 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.641 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.926245+0000 mon.c (mon.1) 5885 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.641 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.928106+0000 mon.c (mon.1) 5886 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.641 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.928758+0000 mon.c (mon.1) 5887 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.641 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.934354+0000 mon.a (mon.0) 2293 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.641 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.975024+0000 mon.c (mon.1) 5888 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.641 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.976893+0000 mon.c (mon.1) 5889 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.641 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.978588+0000 mon.c (mon.1) 5890 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.642 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.979196+0000 mon.c (mon.1) 5891 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.642 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:43.985196+0000 mon.a (mon.0) 2294 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.642 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:44.026183+0000 mon.c (mon.1) 5892 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.643 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:44.027995+0000 mon.c (mon.1) 5893 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.643 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:44.030253+0000 mon.c (mon.1) 5894 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.643 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:44.030984+0000 mon.c (mon.1) 5895 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.643 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:44.037104+0000 mon.a (mon.0) 2295 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.643 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:44.081986+0000 mon.c (mon.1) 5896 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.643 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:44.084269+0000 mon.c (mon.1) 5897 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.643 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:44.086136+0000 mon.c (mon.1) 5898 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.643 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:44.086825+0000 mon.c (mon.1) 5899 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.643 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:44.092854+0000 mon.a (mon.0) 2296 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.644 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:44.138849+0000 mon.c (mon.1) 5900 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.644 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:44.141316+0000 mon.c (mon.1) 5901 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.644 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:44.143195+0000 mon.c (mon.1) 5902 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.644 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:44.143867+0000 mon.c (mon.1) 5903 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.644 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:44.150634+0000 mon.a (mon.0) 2297 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.644 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:44.194554+0000 mon.c (mon.1) 5904 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.644 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:44.196518+0000 mon.c (mon.1) 5905 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.644 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:44.198286+0000 mon.c (mon.1) 5906 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.644 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:44.198953+0000 mon.c (mon.1) 5907 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.644 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[73591]: audit 2024-03-30T04:49:44.205240+0000 mon.a (mon.0) 2298 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.644 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:44.027995+0000 mon.c (mon.1) 5893 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.644 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:44.030253+0000 mon.c (mon.1) 5894 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.645 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:44.030984+0000 mon.c (mon.1) 5895 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.645 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:44.037104+0000 mon.a (mon.0) 2295 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.645 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:44.081986+0000 mon.c (mon.1) 5896 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.645 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:44.084269+0000 mon.c (mon.1) 5897 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.645 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:44.086136+0000 mon.c (mon.1) 5898 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.645 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:44.086825+0000 mon.c (mon.1) 5899 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.645 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:44.092854+0000 mon.a (mon.0) 2296 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.645 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:44.138849+0000 mon.c (mon.1) 5900 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.645 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:44.141316+0000 mon.c (mon.1) 5901 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.645 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:44.143195+0000 mon.c (mon.1) 5902 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.645 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:44.143867+0000 mon.c (mon.1) 5903 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.645 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:44.150634+0000 mon.a (mon.0) 2297 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:44.645 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:44.194554+0000 mon.c (mon.1) 5904 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:44.645 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:44.196518+0000 mon.c (mon.1) 5905 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:44.646 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:44.198286+0000 mon.c (mon.1) 5906 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:44.646 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:44.198953+0000 mon.c (mon.1) 5907 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:44.646 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:44 smithi111 bash[70954]: audit 2024-03-30T04:49:44.205240+0000 mon.a (mon.0) 2298 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cluster 2024-03-30T04:49:43.826697+0000 mgr.y (mgr.25441) 5347 : cluster [DBG] pgmap v3542: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cluster 2024-03-30T04:49:43.826921+0000 mgr.y (mgr.25441) 5348 : cluster [DBG] pgmap v3543: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cephadm 2024-03-30T04:49:43.833230+0000 mgr.y (mgr.25441) 5349 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cluster 2024-03-30T04:49:43.879125+0000 mgr.y (mgr.25441) 5350 : cluster [DBG] pgmap v3544: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cluster 2024-03-30T04:49:43.879373+0000 mgr.y (mgr.25441) 5351 : cluster [DBG] pgmap v3545: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cephadm 2024-03-30T04:49:43.884367+0000 mgr.y (mgr.25441) 5352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cluster 2024-03-30T04:49:43.929963+0000 mgr.y (mgr.25441) 5353 : cluster [DBG] pgmap v3546: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cluster 2024-03-30T04:49:43.930140+0000 mgr.y (mgr.25441) 5354 : cluster [DBG] pgmap v3547: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cephadm 2024-03-30T04:49:43.935073+0000 mgr.y (mgr.25441) 5355 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cluster 2024-03-30T04:49:43.980380+0000 mgr.y (mgr.25441) 5356 : cluster [DBG] pgmap v3548: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cluster 2024-03-30T04:49:43.980573+0000 mgr.y (mgr.25441) 5357 : cluster [DBG] pgmap v3549: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cephadm 2024-03-30T04:49:43.985743+0000 mgr.y (mgr.25441) 5358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cluster 2024-03-30T04:49:44.032183+0000 mgr.y (mgr.25441) 5359 : cluster [DBG] pgmap v3550: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cluster 2024-03-30T04:49:44.032400+0000 mgr.y (mgr.25441) 5360 : cluster [DBG] pgmap v3551: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cephadm 2024-03-30T04:49:44.037603+0000 mgr.y (mgr.25441) 5361 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cluster 2024-03-30T04:49:44.088107+0000 mgr.y (mgr.25441) 5362 : cluster [DBG] pgmap v3552: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cluster 2024-03-30T04:49:44.088302+0000 mgr.y (mgr.25441) 5363 : cluster [DBG] pgmap v3553: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cephadm 2024-03-30T04:49:44.093671+0000 mgr.y (mgr.25441) 5364 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cluster 2024-03-30T04:49:44.145185+0000 mgr.y (mgr.25441) 5365 : cluster [DBG] pgmap v3554: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cluster 2024-03-30T04:49:44.145365+0000 mgr.y (mgr.25441) 5366 : cluster [DBG] pgmap v3555: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cluster 2024-03-30T04:49:43.826697+0000 mgr.y (mgr.25441) 5347 : cluster [DBG] pgmap v3542: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cluster 2024-03-30T04:49:43.826921+0000 mgr.y (mgr.25441) 5348 : cluster [DBG] pgmap v3543: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cephadm 2024-03-30T04:49:43.833230+0000 mgr.y (mgr.25441) 5349 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cluster 2024-03-30T04:49:43.879125+0000 mgr.y (mgr.25441) 5350 : cluster [DBG] pgmap v3544: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cluster 2024-03-30T04:49:43.879373+0000 mgr.y (mgr.25441) 5351 : cluster [DBG] pgmap v3545: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cephadm 2024-03-30T04:49:43.884367+0000 mgr.y (mgr.25441) 5352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cluster 2024-03-30T04:49:43.929963+0000 mgr.y (mgr.25441) 5353 : cluster [DBG] pgmap v3546: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cluster 2024-03-30T04:49:43.930140+0000 mgr.y (mgr.25441) 5354 : cluster [DBG] pgmap v3547: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cephadm 2024-03-30T04:49:43.935073+0000 mgr.y (mgr.25441) 5355 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cluster 2024-03-30T04:49:43.980380+0000 mgr.y (mgr.25441) 5356 : cluster [DBG] pgmap v3548: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cluster 2024-03-30T04:49:43.980573+0000 mgr.y (mgr.25441) 5357 : cluster [DBG] pgmap v3549: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cephadm 2024-03-30T04:49:43.985743+0000 mgr.y (mgr.25441) 5358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cluster 2024-03-30T04:49:44.032183+0000 mgr.y (mgr.25441) 5359 : cluster [DBG] pgmap v3550: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cluster 2024-03-30T04:49:44.032400+0000 mgr.y (mgr.25441) 5360 : cluster [DBG] pgmap v3551: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cephadm 2024-03-30T04:49:44.037603+0000 mgr.y (mgr.25441) 5361 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cluster 2024-03-30T04:49:44.088107+0000 mgr.y (mgr.25441) 5362 : cluster [DBG] pgmap v3552: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cluster 2024-03-30T04:49:44.088302+0000 mgr.y (mgr.25441) 5363 : cluster [DBG] pgmap v3553: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cephadm 2024-03-30T04:49:44.093671+0000 mgr.y (mgr.25441) 5364 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cluster 2024-03-30T04:49:44.145185+0000 mgr.y (mgr.25441) 5365 : cluster [DBG] pgmap v3554: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cluster 2024-03-30T04:49:44.145365+0000 mgr.y (mgr.25441) 5366 : cluster [DBG] pgmap v3555: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cephadm 2024-03-30T04:49:44.152233+0000 mgr.y (mgr.25441) 5367 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cluster 2024-03-30T04:49:44.200166+0000 mgr.y (mgr.25441) 5368 : cluster [DBG] pgmap v3556: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cluster 2024-03-30T04:49:44.200342+0000 mgr.y (mgr.25441) 5369 : cluster [DBG] pgmap v3557: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cephadm 2024-03-30T04:49:44.206783+0000 mgr.y (mgr.25441) 5370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.249138+0000 mon.c (mon.1) 5908 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.273420+0000 mon.c (mon.1) 5909 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.275527+0000 mon.c (mon.1) 5910 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.276288+0000 mon.c (mon.1) 5911 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cluster 2024-03-30T04:49:44.278193+0000 mgr.y (mgr.25441) 5371 : cluster [DBG] pgmap v3558: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.287034+0000 mon.a (mon.0) 2299 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cephadm 2024-03-30T04:49:44.287630+0000 mgr.y (mgr.25441) 5372 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.328192+0000 mon.c (mon.1) 5912 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.330987+0000 mon.c (mon.1) 5913 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.333509+0000 mon.c (mon.1) 5914 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.334506+0000 mon.c (mon.1) 5915 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cluster 2024-03-30T04:49:44.336109+0000 mgr.y (mgr.25441) 5373 : cluster [DBG] pgmap v3559: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cluster 2024-03-30T04:49:44.336299+0000 mgr.y (mgr.25441) 5374 : cluster [DBG] pgmap v3560: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.343556+0000 mon.a (mon.0) 2300 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cephadm 2024-03-30T04:49:44.348645+0000 mgr.y (mgr.25441) 5375 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.391448+0000 mon.c (mon.1) 5916 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cephadm 2024-03-30T04:49:44.152233+0000 mgr.y (mgr.25441) 5367 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cluster 2024-03-30T04:49:44.200166+0000 mgr.y (mgr.25441) 5368 : cluster [DBG] pgmap v3556: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cluster 2024-03-30T04:49:44.200342+0000 mgr.y (mgr.25441) 5369 : cluster [DBG] pgmap v3557: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cephadm 2024-03-30T04:49:44.206783+0000 mgr.y (mgr.25441) 5370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.249138+0000 mon.c (mon.1) 5908 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.273420+0000 mon.c (mon.1) 5909 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.275527+0000 mon.c (mon.1) 5910 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.276288+0000 mon.c (mon.1) 5911 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cluster 2024-03-30T04:49:44.278193+0000 mgr.y (mgr.25441) 5371 : cluster [DBG] pgmap v3558: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.287034+0000 mon.a (mon.0) 2299 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cephadm 2024-03-30T04:49:44.287630+0000 mgr.y (mgr.25441) 5372 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.328192+0000 mon.c (mon.1) 5912 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.330987+0000 mon.c (mon.1) 5913 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.333509+0000 mon.c (mon.1) 5914 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.334506+0000 mon.c (mon.1) 5915 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cluster 2024-03-30T04:49:44.336109+0000 mgr.y (mgr.25441) 5373 : cluster [DBG] pgmap v3559: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cluster 2024-03-30T04:49:44.336299+0000 mgr.y (mgr.25441) 5374 : cluster [DBG] pgmap v3560: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.343556+0000 mon.a (mon.0) 2300 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cephadm 2024-03-30T04:49:44.348645+0000 mgr.y (mgr.25441) 5375 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.391448+0000 mon.c (mon.1) 5916 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.393752+0000 mon.c (mon.1) 5917 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.395660+0000 mon.c (mon.1) 5918 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.396403+0000 mon.c (mon.1) 5919 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cluster 2024-03-30T04:49:44.397680+0000 mgr.y (mgr.25441) 5376 : cluster [DBG] pgmap v3561: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cluster 2024-03-30T04:49:44.397902+0000 mgr.y (mgr.25441) 5377 : cluster [DBG] pgmap v3562: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.404607+0000 mon.a (mon.0) 2301 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cephadm 2024-03-30T04:49:44.408173+0000 mgr.y (mgr.25441) 5378 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.449961+0000 mon.c (mon.1) 5920 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.452061+0000 mon.c (mon.1) 5921 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.454019+0000 mon.c (mon.1) 5922 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.454724+0000 mon.c (mon.1) 5923 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cluster 2024-03-30T04:49:44.456042+0000 mgr.y (mgr.25441) 5379 : cluster [DBG] pgmap v3563: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cluster 2024-03-30T04:49:44.456291+0000 mgr.y (mgr.25441) 5380 : cluster [DBG] pgmap v3564: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.462422+0000 mon.a (mon.0) 2302 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cephadm 2024-03-30T04:49:44.465404+0000 mgr.y (mgr.25441) 5381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.507408+0000 mon.c (mon.1) 5924 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.509438+0000 mon.c (mon.1) 5925 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.511414+0000 mon.c (mon.1) 5926 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.512094+0000 mon.c (mon.1) 5927 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cluster 2024-03-30T04:49:44.513449+0000 mgr.y (mgr.25441) 5382 : cluster [DBG] pgmap v3565: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.393752+0000 mon.c (mon.1) 5917 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.395660+0000 mon.c (mon.1) 5918 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.396403+0000 mon.c (mon.1) 5919 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cluster 2024-03-30T04:49:44.397680+0000 mgr.y (mgr.25441) 5376 : cluster [DBG] pgmap v3561: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cluster 2024-03-30T04:49:44.397902+0000 mgr.y (mgr.25441) 5377 : cluster [DBG] pgmap v3562: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.404607+0000 mon.a (mon.0) 2301 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cephadm 2024-03-30T04:49:44.408173+0000 mgr.y (mgr.25441) 5378 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.449961+0000 mon.c (mon.1) 5920 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.452061+0000 mon.c (mon.1) 5921 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.454019+0000 mon.c (mon.1) 5922 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.454724+0000 mon.c (mon.1) 5923 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cluster 2024-03-30T04:49:44.456042+0000 mgr.y (mgr.25441) 5379 : cluster [DBG] pgmap v3563: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cluster 2024-03-30T04:49:44.456291+0000 mgr.y (mgr.25441) 5380 : cluster [DBG] pgmap v3564: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.462422+0000 mon.a (mon.0) 2302 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cephadm 2024-03-30T04:49:44.465404+0000 mgr.y (mgr.25441) 5381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.507408+0000 mon.c (mon.1) 5924 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.509438+0000 mon.c (mon.1) 5925 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.511414+0000 mon.c (mon.1) 5926 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.512094+0000 mon.c (mon.1) 5927 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cluster 2024-03-30T04:49:44.513449+0000 mgr.y (mgr.25441) 5382 : cluster [DBG] pgmap v3565: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cluster 2024-03-30T04:49:44.513676+0000 mgr.y (mgr.25441) 5383 : cluster [DBG] pgmap v3566: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.520161+0000 mon.a (mon.0) 2303 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cephadm 2024-03-30T04:49:44.523479+0000 mgr.y (mgr.25441) 5384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.563634+0000 mon.c (mon.1) 5928 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.566038+0000 mon.c (mon.1) 5929 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.567980+0000 mon.c (mon.1) 5930 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.568701+0000 mon.c (mon.1) 5931 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cluster 2024-03-30T04:49:44.569928+0000 mgr.y (mgr.25441) 5385 : cluster [DBG] pgmap v3567: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cluster 2024-03-30T04:49:44.570197+0000 mgr.y (mgr.25441) 5386 : cluster [DBG] pgmap v3568: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.576186+0000 mon.a (mon.0) 2304 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cephadm 2024-03-30T04:49:44.579632+0000 mgr.y (mgr.25441) 5387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.622168+0000 mon.c (mon.1) 5932 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.625225+0000 mon.c (mon.1) 5933 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.626953+0000 mon.c (mon.1) 5934 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.627615+0000 mon.c (mon.1) 5935 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cluster 2024-03-30T04:49:44.628873+0000 mgr.y (mgr.25441) 5388 : cluster [DBG] pgmap v3569: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cluster 2024-03-30T04:49:44.629146+0000 mgr.y (mgr.25441) 5389 : cluster [DBG] pgmap v3570: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.636081+0000 mon.a (mon.0) 2305 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cephadm 2024-03-30T04:49:44.638910+0000 mgr.y (mgr.25441) 5390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.698354+0000 mon.c (mon.1) 5936 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cluster 2024-03-30T04:49:44.513676+0000 mgr.y (mgr.25441) 5383 : cluster [DBG] pgmap v3566: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.520161+0000 mon.a (mon.0) 2303 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cephadm 2024-03-30T04:49:44.523479+0000 mgr.y (mgr.25441) 5384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.563634+0000 mon.c (mon.1) 5928 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.566038+0000 mon.c (mon.1) 5929 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.567980+0000 mon.c (mon.1) 5930 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.568701+0000 mon.c (mon.1) 5931 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cluster 2024-03-30T04:49:44.569928+0000 mgr.y (mgr.25441) 5385 : cluster [DBG] pgmap v3567: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cluster 2024-03-30T04:49:44.570197+0000 mgr.y (mgr.25441) 5386 : cluster [DBG] pgmap v3568: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.576186+0000 mon.a (mon.0) 2304 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cephadm 2024-03-30T04:49:44.579632+0000 mgr.y (mgr.25441) 5387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.622168+0000 mon.c (mon.1) 5932 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.625225+0000 mon.c (mon.1) 5933 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.626953+0000 mon.c (mon.1) 5934 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.627615+0000 mon.c (mon.1) 5935 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cluster 2024-03-30T04:49:44.628873+0000 mgr.y (mgr.25441) 5388 : cluster [DBG] pgmap v3569: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cluster 2024-03-30T04:49:44.629146+0000 mgr.y (mgr.25441) 5389 : cluster [DBG] pgmap v3570: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.636081+0000 mon.a (mon.0) 2305 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cephadm 2024-03-30T04:49:44.638910+0000 mgr.y (mgr.25441) 5390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.698354+0000 mon.c (mon.1) 5936 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.700605+0000 mon.c (mon.1) 5937 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.702792+0000 mon.c (mon.1) 5938 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.703582+0000 mon.c (mon.1) 5939 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cluster 2024-03-30T04:49:44.705153+0000 mgr.y (mgr.25441) 5391 : cluster [DBG] pgmap v3571: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cluster 2024-03-30T04:49:44.705378+0000 mgr.y (mgr.25441) 5392 : cluster [DBG] pgmap v3572: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.711927+0000 mon.a (mon.0) 2306 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cephadm 2024-03-30T04:49:44.715647+0000 mgr.y (mgr.25441) 5393 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.772680+0000 mon.c (mon.1) 5940 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.774700+0000 mon.c (mon.1) 5941 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.776563+0000 mon.c (mon.1) 5942 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.777215+0000 mon.c (mon.1) 5943 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cluster 2024-03-30T04:49:44.778434+0000 mgr.y (mgr.25441) 5394 : cluster [DBG] pgmap v3573: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cluster 2024-03-30T04:49:44.778675+0000 mgr.y (mgr.25441) 5395 : cluster [DBG] pgmap v3574: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.785940+0000 mon.a (mon.0) 2307 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: cephadm 2024-03-30T04:49:44.788853+0000 mgr.y (mgr.25441) 5396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.844973+0000 mon.c (mon.1) 5944 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.847424+0000 mon.c (mon.1) 5945 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.849297+0000 mon.c (mon.1) 5946 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.849970+0000 mon.c (mon.1) 5947 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.857641+0000 mon.a (mon.0) 2308 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.700605+0000 mon.c (mon.1) 5937 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.702792+0000 mon.c (mon.1) 5938 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.703582+0000 mon.c (mon.1) 5939 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cluster 2024-03-30T04:49:44.705153+0000 mgr.y (mgr.25441) 5391 : cluster [DBG] pgmap v3571: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cluster 2024-03-30T04:49:44.705378+0000 mgr.y (mgr.25441) 5392 : cluster [DBG] pgmap v3572: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.711927+0000 mon.a (mon.0) 2306 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cephadm 2024-03-30T04:49:44.715647+0000 mgr.y (mgr.25441) 5393 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.772680+0000 mon.c (mon.1) 5940 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.774700+0000 mon.c (mon.1) 5941 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.776563+0000 mon.c (mon.1) 5942 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.777215+0000 mon.c (mon.1) 5943 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cluster 2024-03-30T04:49:44.778434+0000 mgr.y (mgr.25441) 5394 : cluster [DBG] pgmap v3573: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cluster 2024-03-30T04:49:44.778675+0000 mgr.y (mgr.25441) 5395 : cluster [DBG] pgmap v3574: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.785940+0000 mon.a (mon.0) 2307 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: cephadm 2024-03-30T04:49:44.788853+0000 mgr.y (mgr.25441) 5396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.844973+0000 mon.c (mon.1) 5944 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.847424+0000 mon.c (mon.1) 5945 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.849297+0000 mon.c (mon.1) 5946 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.849970+0000 mon.c (mon.1) 5947 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.857641+0000 mon.a (mon.0) 2308 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.934505+0000 mon.c (mon.1) 5948 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.936416+0000 mon.c (mon.1) 5949 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.938838+0000 mon.c (mon.1) 5950 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.939589+0000 mon.c (mon.1) 5951 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:44.948270+0000 mon.a (mon.0) 2309 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:45.006185+0000 mon.c (mon.1) 5952 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:45.009550+0000 mon.c (mon.1) 5953 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:45.011790+0000 mon.c (mon.1) 5954 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:45.012674+0000 mon.c (mon.1) 5955 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:45.021989+0000 mon.a (mon.0) 2310 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:45.094933+0000 mon.c (mon.1) 5956 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:45.097194+0000 mon.c (mon.1) 5957 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:45.100091+0000 mon.c (mon.1) 5958 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:45.101105+0000 mon.c (mon.1) 5959 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:45.111139+0000 mon.a (mon.0) 2311 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:45.171507+0000 mon.c (mon.1) 5960 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:45.173967+0000 mon.c (mon.1) 5961 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:45.176107+0000 mon.c (mon.1) 5962 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:45.176857+0000 mon.c (mon.1) 5963 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:45.185184+0000 mon.a (mon.0) 2312 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:45.226481+0000 mon.c (mon.1) 5964 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:45.228343+0000 mon.c (mon.1) 5965 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:45.230012+0000 mon.c (mon.1) 5966 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:45.230646+0000 mon.c (mon.1) 5967 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[73591]: audit 2024-03-30T04:49:45.236671+0000 mon.a (mon.0) 2313 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.934505+0000 mon.c (mon.1) 5948 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.936416+0000 mon.c (mon.1) 5949 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.938838+0000 mon.c (mon.1) 5950 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.939589+0000 mon.c (mon.1) 5951 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:44.948270+0000 mon.a (mon.0) 2309 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:45.006185+0000 mon.c (mon.1) 5952 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:45.009550+0000 mon.c (mon.1) 5953 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:45.011790+0000 mon.c (mon.1) 5954 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:45.012674+0000 mon.c (mon.1) 5955 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:45.021989+0000 mon.a (mon.0) 2310 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:45.094933+0000 mon.c (mon.1) 5956 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:45.097194+0000 mon.c (mon.1) 5957 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:45.100091+0000 mon.c (mon.1) 5958 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:45.101105+0000 mon.c (mon.1) 5959 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:45.111139+0000 mon.a (mon.0) 2311 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:45.171507+0000 mon.c (mon.1) 5960 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:45.173967+0000 mon.c (mon.1) 5961 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:45.176107+0000 mon.c (mon.1) 5962 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:45.176857+0000 mon.c (mon.1) 5963 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:45.185184+0000 mon.a (mon.0) 2312 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:45.226481+0000 mon.c (mon.1) 5964 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:45.228343+0000 mon.c (mon.1) 5965 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:45.230012+0000 mon.c (mon.1) 5966 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:45.230646+0000 mon.c (mon.1) 5967 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:45 smithi111 bash[70954]: audit 2024-03-30T04:49:45.236671+0000 mon.a (mon.0) 2313 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cluster 2024-03-30T04:49:43.826697+0000 mgr.y (mgr.25441) 5347 : cluster [DBG] pgmap v3542: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cluster 2024-03-30T04:49:43.826921+0000 mgr.y (mgr.25441) 5348 : cluster [DBG] pgmap v3543: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cephadm 2024-03-30T04:49:43.833230+0000 mgr.y (mgr.25441) 5349 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cluster 2024-03-30T04:49:43.879125+0000 mgr.y (mgr.25441) 5350 : cluster [DBG] pgmap v3544: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cluster 2024-03-30T04:49:43.879373+0000 mgr.y (mgr.25441) 5351 : cluster [DBG] pgmap v3545: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cephadm 2024-03-30T04:49:43.884367+0000 mgr.y (mgr.25441) 5352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cluster 2024-03-30T04:49:43.929963+0000 mgr.y (mgr.25441) 5353 : cluster [DBG] pgmap v3546: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cluster 2024-03-30T04:49:43.930140+0000 mgr.y (mgr.25441) 5354 : cluster [DBG] pgmap v3547: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cephadm 2024-03-30T04:49:43.935073+0000 mgr.y (mgr.25441) 5355 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cluster 2024-03-30T04:49:43.980380+0000 mgr.y (mgr.25441) 5356 : cluster [DBG] pgmap v3548: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cluster 2024-03-30T04:49:43.980573+0000 mgr.y (mgr.25441) 5357 : cluster [DBG] pgmap v3549: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cephadm 2024-03-30T04:49:43.985743+0000 mgr.y (mgr.25441) 5358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cluster 2024-03-30T04:49:44.032183+0000 mgr.y (mgr.25441) 5359 : cluster [DBG] pgmap v3550: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cluster 2024-03-30T04:49:44.032400+0000 mgr.y (mgr.25441) 5360 : cluster [DBG] pgmap v3551: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cephadm 2024-03-30T04:49:44.037603+0000 mgr.y (mgr.25441) 5361 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cluster 2024-03-30T04:49:44.088107+0000 mgr.y (mgr.25441) 5362 : cluster [DBG] pgmap v3552: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cluster 2024-03-30T04:49:44.088302+0000 mgr.y (mgr.25441) 5363 : cluster [DBG] pgmap v3553: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cephadm 2024-03-30T04:49:44.093671+0000 mgr.y (mgr.25441) 5364 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cluster 2024-03-30T04:49:44.145185+0000 mgr.y (mgr.25441) 5365 : cluster [DBG] pgmap v3554: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cluster 2024-03-30T04:49:44.145365+0000 mgr.y (mgr.25441) 5366 : cluster [DBG] pgmap v3555: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cephadm 2024-03-30T04:49:44.152233+0000 mgr.y (mgr.25441) 5367 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cluster 2024-03-30T04:49:44.200166+0000 mgr.y (mgr.25441) 5368 : cluster [DBG] pgmap v3556: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cluster 2024-03-30T04:49:44.200342+0000 mgr.y (mgr.25441) 5369 : cluster [DBG] pgmap v3557: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cephadm 2024-03-30T04:49:44.206783+0000 mgr.y (mgr.25441) 5370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.249138+0000 mon.c (mon.1) 5908 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.273420+0000 mon.c (mon.1) 5909 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.275527+0000 mon.c (mon.1) 5910 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.276288+0000 mon.c (mon.1) 5911 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cluster 2024-03-30T04:49:44.278193+0000 mgr.y (mgr.25441) 5371 : cluster [DBG] pgmap v3558: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.287034+0000 mon.a (mon.0) 2299 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cephadm 2024-03-30T04:49:44.287630+0000 mgr.y (mgr.25441) 5372 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.328192+0000 mon.c (mon.1) 5912 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.330987+0000 mon.c (mon.1) 5913 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.333509+0000 mon.c (mon.1) 5914 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.334506+0000 mon.c (mon.1) 5915 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cluster 2024-03-30T04:49:44.336109+0000 mgr.y (mgr.25441) 5373 : cluster [DBG] pgmap v3559: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cluster 2024-03-30T04:49:44.336299+0000 mgr.y (mgr.25441) 5374 : cluster [DBG] pgmap v3560: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.343556+0000 mon.a (mon.0) 2300 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cephadm 2024-03-30T04:49:44.348645+0000 mgr.y (mgr.25441) 5375 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.391448+0000 mon.c (mon.1) 5916 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.393752+0000 mon.c (mon.1) 5917 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.395660+0000 mon.c (mon.1) 5918 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.396403+0000 mon.c (mon.1) 5919 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cluster 2024-03-30T04:49:44.397680+0000 mgr.y (mgr.25441) 5376 : cluster [DBG] pgmap v3561: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cluster 2024-03-30T04:49:44.397902+0000 mgr.y (mgr.25441) 5377 : cluster [DBG] pgmap v3562: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.404607+0000 mon.a (mon.0) 2301 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cephadm 2024-03-30T04:49:44.408173+0000 mgr.y (mgr.25441) 5378 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.449961+0000 mon.c (mon.1) 5920 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.452061+0000 mon.c (mon.1) 5921 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.454019+0000 mon.c (mon.1) 5922 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.454724+0000 mon.c (mon.1) 5923 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cluster 2024-03-30T04:49:44.456042+0000 mgr.y (mgr.25441) 5379 : cluster [DBG] pgmap v3563: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cluster 2024-03-30T04:49:44.456291+0000 mgr.y (mgr.25441) 5380 : cluster [DBG] pgmap v3564: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.462422+0000 mon.a (mon.0) 2302 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cephadm 2024-03-30T04:49:44.465404+0000 mgr.y (mgr.25441) 5381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.507408+0000 mon.c (mon.1) 5924 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.509438+0000 mon.c (mon.1) 5925 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.511414+0000 mon.c (mon.1) 5926 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.512094+0000 mon.c (mon.1) 5927 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cluster 2024-03-30T04:49:44.513449+0000 mgr.y (mgr.25441) 5382 : cluster [DBG] pgmap v3565: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cluster 2024-03-30T04:49:44.513676+0000 mgr.y (mgr.25441) 5383 : cluster [DBG] pgmap v3566: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.520161+0000 mon.a (mon.0) 2303 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cephadm 2024-03-30T04:49:44.523479+0000 mgr.y (mgr.25441) 5384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.563634+0000 mon.c (mon.1) 5928 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.566038+0000 mon.c (mon.1) 5929 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.567980+0000 mon.c (mon.1) 5930 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.568701+0000 mon.c (mon.1) 5931 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cluster 2024-03-30T04:49:44.569928+0000 mgr.y (mgr.25441) 5385 : cluster [DBG] pgmap v3567: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cluster 2024-03-30T04:49:44.570197+0000 mgr.y (mgr.25441) 5386 : cluster [DBG] pgmap v3568: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.576186+0000 mon.a (mon.0) 2304 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cephadm 2024-03-30T04:49:44.579632+0000 mgr.y (mgr.25441) 5387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.622168+0000 mon.c (mon.1) 5932 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.625225+0000 mon.c (mon.1) 5933 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.626953+0000 mon.c (mon.1) 5934 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.627615+0000 mon.c (mon.1) 5935 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cluster 2024-03-30T04:49:44.628873+0000 mgr.y (mgr.25441) 5388 : cluster [DBG] pgmap v3569: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cluster 2024-03-30T04:49:44.629146+0000 mgr.y (mgr.25441) 5389 : cluster [DBG] pgmap v3570: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.636081+0000 mon.a (mon.0) 2305 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cephadm 2024-03-30T04:49:44.638910+0000 mgr.y (mgr.25441) 5390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.698354+0000 mon.c (mon.1) 5936 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.700605+0000 mon.c (mon.1) 5937 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.702792+0000 mon.c (mon.1) 5938 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.703582+0000 mon.c (mon.1) 5939 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cluster 2024-03-30T04:49:44.705153+0000 mgr.y (mgr.25441) 5391 : cluster [DBG] pgmap v3571: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cluster 2024-03-30T04:49:44.705378+0000 mgr.y (mgr.25441) 5392 : cluster [DBG] pgmap v3572: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.711927+0000 mon.a (mon.0) 2306 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cephadm 2024-03-30T04:49:44.715647+0000 mgr.y (mgr.25441) 5393 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.772680+0000 mon.c (mon.1) 5940 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.774700+0000 mon.c (mon.1) 5941 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.776563+0000 mon.c (mon.1) 5942 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.777215+0000 mon.c (mon.1) 5943 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cluster 2024-03-30T04:49:44.778434+0000 mgr.y (mgr.25441) 5394 : cluster [DBG] pgmap v3573: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cluster 2024-03-30T04:49:44.778675+0000 mgr.y (mgr.25441) 5395 : cluster [DBG] pgmap v3574: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.785940+0000 mon.a (mon.0) 2307 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: cephadm 2024-03-30T04:49:44.788853+0000 mgr.y (mgr.25441) 5396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.844973+0000 mon.c (mon.1) 5944 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.847424+0000 mon.c (mon.1) 5945 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.849297+0000 mon.c (mon.1) 5946 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.849970+0000 mon.c (mon.1) 5947 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.857641+0000 mon.a (mon.0) 2308 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.934505+0000 mon.c (mon.1) 5948 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.936416+0000 mon.c (mon.1) 5949 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.938838+0000 mon.c (mon.1) 5950 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.939589+0000 mon.c (mon.1) 5951 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:44.948270+0000 mon.a (mon.0) 2309 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:45.006185+0000 mon.c (mon.1) 5952 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:45.009550+0000 mon.c (mon.1) 5953 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:45.011790+0000 mon.c (mon.1) 5954 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:45.012674+0000 mon.c (mon.1) 5955 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:45.021989+0000 mon.a (mon.0) 2310 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:45.094933+0000 mon.c (mon.1) 5956 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:45.097194+0000 mon.c (mon.1) 5957 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:45.100091+0000 mon.c (mon.1) 5958 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:45.101105+0000 mon.c (mon.1) 5959 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:45.111139+0000 mon.a (mon.0) 2311 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:45.171507+0000 mon.c (mon.1) 5960 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:45.173967+0000 mon.c (mon.1) 5961 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:45.176107+0000 mon.c (mon.1) 5962 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:45.176857+0000 mon.c (mon.1) 5963 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:45.185184+0000 mon.a (mon.0) 2312 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:45.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:45.226481+0000 mon.c (mon.1) 5964 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:45.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:45.228343+0000 mon.c (mon.1) 5965 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:45.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:45.230012+0000 mon.c (mon.1) 5966 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:45.230646+0000 mon.c (mon.1) 5967 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:45.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:45 smithi117 bash[62284]: audit 2024-03-30T04:49:45.236671+0000 mon.a (mon.0) 2313 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.617 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:49:46] "GET /metrics HTTP/1.1" 200 38700 "" "Prometheus/2.33.4" 2024-03-30T04:49:46.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cluster 2024-03-30T04:49:44.851183+0000 mgr.y (mgr.25441) 5397 : cluster [DBG] pgmap v3575: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cluster 2024-03-30T04:49:44.851426+0000 mgr.y (mgr.25441) 5398 : cluster [DBG] pgmap v3576: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cephadm 2024-03-30T04:49:44.860505+0000 mgr.y (mgr.25441) 5399 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cluster 2024-03-30T04:49:44.940933+0000 mgr.y (mgr.25441) 5400 : cluster [DBG] pgmap v3577: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cluster 2024-03-30T04:49:44.941170+0000 mgr.y (mgr.25441) 5401 : cluster [DBG] pgmap v3578: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cephadm 2024-03-30T04:49:44.948977+0000 mgr.y (mgr.25441) 5402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cluster 2024-03-30T04:49:45.014211+0000 mgr.y (mgr.25441) 5403 : cluster [DBG] pgmap v3579: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cluster 2024-03-30T04:49:45.014462+0000 mgr.y (mgr.25441) 5404 : cluster [DBG] pgmap v3580: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cephadm 2024-03-30T04:49:45.022610+0000 mgr.y (mgr.25441) 5405 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cluster 2024-03-30T04:49:45.103030+0000 mgr.y (mgr.25441) 5406 : cluster [DBG] pgmap v3581: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cluster 2024-03-30T04:49:45.103288+0000 mgr.y (mgr.25441) 5407 : cluster [DBG] pgmap v3582: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cephadm 2024-03-30T04:49:45.111781+0000 mgr.y (mgr.25441) 5408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cluster 2024-03-30T04:49:45.178255+0000 mgr.y (mgr.25441) 5409 : cluster [DBG] pgmap v3583: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cluster 2024-03-30T04:49:45.178517+0000 mgr.y (mgr.25441) 5410 : cluster [DBG] pgmap v3584: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cephadm 2024-03-30T04:49:45.185775+0000 mgr.y (mgr.25441) 5411 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cluster 2024-03-30T04:49:45.231867+0000 mgr.y (mgr.25441) 5412 : cluster [DBG] pgmap v3585: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cluster 2024-03-30T04:49:45.232064+0000 mgr.y (mgr.25441) 5413 : cluster [DBG] pgmap v3586: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cephadm 2024-03-30T04:49:45.237222+0000 mgr.y (mgr.25441) 5414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.263584+0000 mon.c (mon.1) 5968 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:49:46.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.310514+0000 mon.c (mon.1) 5969 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cluster 2024-03-30T04:49:44.851183+0000 mgr.y (mgr.25441) 5397 : cluster [DBG] pgmap v3575: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cluster 2024-03-30T04:49:44.851426+0000 mgr.y (mgr.25441) 5398 : cluster [DBG] pgmap v3576: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cephadm 2024-03-30T04:49:44.860505+0000 mgr.y (mgr.25441) 5399 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cluster 2024-03-30T04:49:44.940933+0000 mgr.y (mgr.25441) 5400 : cluster [DBG] pgmap v3577: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cluster 2024-03-30T04:49:44.941170+0000 mgr.y (mgr.25441) 5401 : cluster [DBG] pgmap v3578: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cephadm 2024-03-30T04:49:44.948977+0000 mgr.y (mgr.25441) 5402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cluster 2024-03-30T04:49:45.014211+0000 mgr.y (mgr.25441) 5403 : cluster [DBG] pgmap v3579: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cluster 2024-03-30T04:49:45.014462+0000 mgr.y (mgr.25441) 5404 : cluster [DBG] pgmap v3580: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cephadm 2024-03-30T04:49:45.022610+0000 mgr.y (mgr.25441) 5405 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cluster 2024-03-30T04:49:45.103030+0000 mgr.y (mgr.25441) 5406 : cluster [DBG] pgmap v3581: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cluster 2024-03-30T04:49:45.103288+0000 mgr.y (mgr.25441) 5407 : cluster [DBG] pgmap v3582: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cephadm 2024-03-30T04:49:45.111781+0000 mgr.y (mgr.25441) 5408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cluster 2024-03-30T04:49:45.178255+0000 mgr.y (mgr.25441) 5409 : cluster [DBG] pgmap v3583: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cluster 2024-03-30T04:49:45.178517+0000 mgr.y (mgr.25441) 5410 : cluster [DBG] pgmap v3584: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cephadm 2024-03-30T04:49:45.185775+0000 mgr.y (mgr.25441) 5411 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cluster 2024-03-30T04:49:45.231867+0000 mgr.y (mgr.25441) 5412 : cluster [DBG] pgmap v3585: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cluster 2024-03-30T04:49:45.232064+0000 mgr.y (mgr.25441) 5413 : cluster [DBG] pgmap v3586: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cephadm 2024-03-30T04:49:45.237222+0000 mgr.y (mgr.25441) 5414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.263584+0000 mon.c (mon.1) 5968 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:49:46.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.310514+0000 mon.c (mon.1) 5969 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.313077+0000 mon.c (mon.1) 5970 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.315347+0000 mon.c (mon.1) 5971 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.320694+0000 mon.c (mon.1) 5972 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cluster 2024-03-30T04:49:45.322318+0000 mgr.y (mgr.25441) 5415 : cluster [DBG] pgmap v3587: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cluster 2024-03-30T04:49:45.322574+0000 mgr.y (mgr.25441) 5416 : cluster [DBG] pgmap v3588: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.328052+0000 mon.a (mon.0) 2314 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cephadm 2024-03-30T04:49:45.328897+0000 mgr.y (mgr.25441) 5417 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.369102+0000 mon.c (mon.1) 5973 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.371034+0000 mon.c (mon.1) 5974 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.373058+0000 mon.c (mon.1) 5975 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.373775+0000 mon.c (mon.1) 5976 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cluster 2024-03-30T04:49:45.375122+0000 mgr.y (mgr.25441) 5418 : cluster [DBG] pgmap v3589: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cluster 2024-03-30T04:49:45.375332+0000 mgr.y (mgr.25441) 5419 : cluster [DBG] pgmap v3590: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.380507+0000 mon.a (mon.0) 2315 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cephadm 2024-03-30T04:49:45.381088+0000 mgr.y (mgr.25441) 5420 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.421255+0000 mon.c (mon.1) 5977 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.423023+0000 mon.c (mon.1) 5978 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.424711+0000 mon.c (mon.1) 5979 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.425371+0000 mon.c (mon.1) 5980 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.313077+0000 mon.c (mon.1) 5970 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.315347+0000 mon.c (mon.1) 5971 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.320694+0000 mon.c (mon.1) 5972 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cluster 2024-03-30T04:49:45.322318+0000 mgr.y (mgr.25441) 5415 : cluster [DBG] pgmap v3587: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cluster 2024-03-30T04:49:45.322574+0000 mgr.y (mgr.25441) 5416 : cluster [DBG] pgmap v3588: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.328052+0000 mon.a (mon.0) 2314 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cephadm 2024-03-30T04:49:45.328897+0000 mgr.y (mgr.25441) 5417 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.369102+0000 mon.c (mon.1) 5973 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.371034+0000 mon.c (mon.1) 5974 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.373058+0000 mon.c (mon.1) 5975 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.373775+0000 mon.c (mon.1) 5976 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cluster 2024-03-30T04:49:45.375122+0000 mgr.y (mgr.25441) 5418 : cluster [DBG] pgmap v3589: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cluster 2024-03-30T04:49:45.375332+0000 mgr.y (mgr.25441) 5419 : cluster [DBG] pgmap v3590: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.380507+0000 mon.a (mon.0) 2315 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cephadm 2024-03-30T04:49:45.381088+0000 mgr.y (mgr.25441) 5420 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.421255+0000 mon.c (mon.1) 5977 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.423023+0000 mon.c (mon.1) 5978 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.424711+0000 mon.c (mon.1) 5979 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.425371+0000 mon.c (mon.1) 5980 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cluster 2024-03-30T04:49:45.426579+0000 mgr.y (mgr.25441) 5421 : cluster [DBG] pgmap v3591: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cluster 2024-03-30T04:49:45.426804+0000 mgr.y (mgr.25441) 5422 : cluster [DBG] pgmap v3592: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.431182+0000 mon.a (mon.0) 2316 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cephadm 2024-03-30T04:49:45.434493+0000 mgr.y (mgr.25441) 5423 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.475259+0000 mon.c (mon.1) 5981 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.477308+0000 mon.c (mon.1) 5982 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.479178+0000 mon.c (mon.1) 5983 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.479855+0000 mon.c (mon.1) 5984 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cluster 2024-03-30T04:49:45.481055+0000 mgr.y (mgr.25441) 5424 : cluster [DBG] pgmap v3593: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cluster 2024-03-30T04:49:45.481265+0000 mgr.y (mgr.25441) 5425 : cluster [DBG] pgmap v3594: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.485753+0000 mon.a (mon.0) 2317 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cephadm 2024-03-30T04:49:45.487882+0000 mgr.y (mgr.25441) 5426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.548256+0000 mon.c (mon.1) 5985 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.550720+0000 mon.c (mon.1) 5986 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.553375+0000 mon.c (mon.1) 5987 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.554228+0000 mon.c (mon.1) 5988 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cluster 2024-03-30T04:49:45.555700+0000 mgr.y (mgr.25441) 5427 : cluster [DBG] pgmap v3595: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cluster 2024-03-30T04:49:45.555949+0000 mgr.y (mgr.25441) 5428 : cluster [DBG] pgmap v3596: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.562510+0000 mon.a (mon.0) 2318 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cephadm 2024-03-30T04:49:45.565828+0000 mgr.y (mgr.25441) 5429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.626819+0000 mon.c (mon.1) 5989 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cluster 2024-03-30T04:49:45.426579+0000 mgr.y (mgr.25441) 5421 : cluster [DBG] pgmap v3591: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cluster 2024-03-30T04:49:45.426804+0000 mgr.y (mgr.25441) 5422 : cluster [DBG] pgmap v3592: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.431182+0000 mon.a (mon.0) 2316 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cephadm 2024-03-30T04:49:45.434493+0000 mgr.y (mgr.25441) 5423 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.475259+0000 mon.c (mon.1) 5981 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.477308+0000 mon.c (mon.1) 5982 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.479178+0000 mon.c (mon.1) 5983 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.479855+0000 mon.c (mon.1) 5984 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cluster 2024-03-30T04:49:45.481055+0000 mgr.y (mgr.25441) 5424 : cluster [DBG] pgmap v3593: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cluster 2024-03-30T04:49:45.481265+0000 mgr.y (mgr.25441) 5425 : cluster [DBG] pgmap v3594: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.485753+0000 mon.a (mon.0) 2317 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cephadm 2024-03-30T04:49:45.487882+0000 mgr.y (mgr.25441) 5426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.548256+0000 mon.c (mon.1) 5985 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.550720+0000 mon.c (mon.1) 5986 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.553375+0000 mon.c (mon.1) 5987 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.554228+0000 mon.c (mon.1) 5988 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cluster 2024-03-30T04:49:45.555700+0000 mgr.y (mgr.25441) 5427 : cluster [DBG] pgmap v3595: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cluster 2024-03-30T04:49:45.555949+0000 mgr.y (mgr.25441) 5428 : cluster [DBG] pgmap v3596: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.562510+0000 mon.a (mon.0) 2318 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cephadm 2024-03-30T04:49:45.565828+0000 mgr.y (mgr.25441) 5429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.626819+0000 mon.c (mon.1) 5989 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.629688+0000 mon.c (mon.1) 5990 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.631800+0000 mon.c (mon.1) 5991 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.632547+0000 mon.c (mon.1) 5992 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cluster 2024-03-30T04:49:45.634023+0000 mgr.y (mgr.25441) 5430 : cluster [DBG] pgmap v3597: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cluster 2024-03-30T04:49:45.634256+0000 mgr.y (mgr.25441) 5431 : cluster [DBG] pgmap v3598: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.639074+0000 mon.a (mon.0) 2319 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cephadm 2024-03-30T04:49:45.642321+0000 mgr.y (mgr.25441) 5432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.686076+0000 mon.c (mon.1) 5993 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.688533+0000 mon.c (mon.1) 5994 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.690730+0000 mon.c (mon.1) 5995 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.691517+0000 mon.c (mon.1) 5996 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cluster 2024-03-30T04:49:45.692907+0000 mgr.y (mgr.25441) 5433 : cluster [DBG] pgmap v3599: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cluster 2024-03-30T04:49:45.693092+0000 mgr.y (mgr.25441) 5434 : cluster [DBG] pgmap v3600: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.697461+0000 mon.a (mon.0) 2320 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cephadm 2024-03-30T04:49:45.698577+0000 mgr.y (mgr.25441) 5435 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.743801+0000 mon.c (mon.1) 5997 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.746206+0000 mon.c (mon.1) 5998 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.748297+0000 mon.c (mon.1) 5999 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.749053+0000 mon.c (mon.1) 6000 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.629688+0000 mon.c (mon.1) 5990 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.631800+0000 mon.c (mon.1) 5991 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.632547+0000 mon.c (mon.1) 5992 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cluster 2024-03-30T04:49:45.634023+0000 mgr.y (mgr.25441) 5430 : cluster [DBG] pgmap v3597: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cluster 2024-03-30T04:49:45.634256+0000 mgr.y (mgr.25441) 5431 : cluster [DBG] pgmap v3598: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.639074+0000 mon.a (mon.0) 2319 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cephadm 2024-03-30T04:49:45.642321+0000 mgr.y (mgr.25441) 5432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.686076+0000 mon.c (mon.1) 5993 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.688533+0000 mon.c (mon.1) 5994 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.690730+0000 mon.c (mon.1) 5995 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.691517+0000 mon.c (mon.1) 5996 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cluster 2024-03-30T04:49:45.692907+0000 mgr.y (mgr.25441) 5433 : cluster [DBG] pgmap v3599: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cluster 2024-03-30T04:49:45.693092+0000 mgr.y (mgr.25441) 5434 : cluster [DBG] pgmap v3600: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.697461+0000 mon.a (mon.0) 2320 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cephadm 2024-03-30T04:49:45.698577+0000 mgr.y (mgr.25441) 5435 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.743801+0000 mon.c (mon.1) 5997 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.746206+0000 mon.c (mon.1) 5998 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.748297+0000 mon.c (mon.1) 5999 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.749053+0000 mon.c (mon.1) 6000 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cluster 2024-03-30T04:49:45.750578+0000 mgr.y (mgr.25441) 5436 : cluster [DBG] pgmap v3601: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cluster 2024-03-30T04:49:45.750822+0000 mgr.y (mgr.25441) 5437 : cluster [DBG] pgmap v3602: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.755304+0000 mon.a (mon.0) 2321 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cephadm 2024-03-30T04:49:45.756956+0000 mgr.y (mgr.25441) 5438 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.797803+0000 mon.c (mon.1) 6001 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.799875+0000 mon.c (mon.1) 6002 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.802264+0000 mon.c (mon.1) 6003 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.803007+0000 mon.c (mon.1) 6004 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cluster 2024-03-30T04:49:45.804332+0000 mgr.y (mgr.25441) 5439 : cluster [DBG] pgmap v3603: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cluster 2024-03-30T04:49:45.804562+0000 mgr.y (mgr.25441) 5440 : cluster [DBG] pgmap v3604: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.809947+0000 mon.a (mon.0) 2322 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: cephadm 2024-03-30T04:49:45.810571+0000 mgr.y (mgr.25441) 5441 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.855860+0000 mon.c (mon.1) 6005 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.858259+0000 mon.c (mon.1) 6006 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.860461+0000 mon.c (mon.1) 6007 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.861244+0000 mon.c (mon.1) 6008 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.868811+0000 mon.a (mon.0) 2323 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.919789+0000 mon.c (mon.1) 6009 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.921596+0000 mon.c (mon.1) 6010 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.923354+0000 mon.c (mon.1) 6011 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cluster 2024-03-30T04:49:45.750578+0000 mgr.y (mgr.25441) 5436 : cluster [DBG] pgmap v3601: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cluster 2024-03-30T04:49:45.750822+0000 mgr.y (mgr.25441) 5437 : cluster [DBG] pgmap v3602: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.755304+0000 mon.a (mon.0) 2321 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cephadm 2024-03-30T04:49:45.756956+0000 mgr.y (mgr.25441) 5438 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.797803+0000 mon.c (mon.1) 6001 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.799875+0000 mon.c (mon.1) 6002 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.802264+0000 mon.c (mon.1) 6003 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.803007+0000 mon.c (mon.1) 6004 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cluster 2024-03-30T04:49:45.804332+0000 mgr.y (mgr.25441) 5439 : cluster [DBG] pgmap v3603: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cluster 2024-03-30T04:49:45.804562+0000 mgr.y (mgr.25441) 5440 : cluster [DBG] pgmap v3604: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.809947+0000 mon.a (mon.0) 2322 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: cephadm 2024-03-30T04:49:45.810571+0000 mgr.y (mgr.25441) 5441 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.855860+0000 mon.c (mon.1) 6005 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.858259+0000 mon.c (mon.1) 6006 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.860461+0000 mon.c (mon.1) 6007 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.861244+0000 mon.c (mon.1) 6008 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.868811+0000 mon.a (mon.0) 2323 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.919789+0000 mon.c (mon.1) 6009 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.921596+0000 mon.c (mon.1) 6010 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.923354+0000 mon.c (mon.1) 6011 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.924014+0000 mon.c (mon.1) 6012 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.929692+0000 mon.a (mon.0) 2324 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.972118+0000 mon.c (mon.1) 6013 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.974130+0000 mon.c (mon.1) 6014 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.976323+0000 mon.c (mon.1) 6015 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.976998+0000 mon.c (mon.1) 6016 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:45.982866+0000 mon.a (mon.0) 2325 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:46.024910+0000 mon.c (mon.1) 6017 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:46.027630+0000 mon.c (mon.1) 6018 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:46.029653+0000 mon.c (mon.1) 6019 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:46.030328+0000 mon.c (mon.1) 6020 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:46.036256+0000 mon.a (mon.0) 2326 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:46.077289+0000 mon.c (mon.1) 6021 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:46.079119+0000 mon.c (mon.1) 6022 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:46.081094+0000 mon.c (mon.1) 6023 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:46.081723+0000 mon.c (mon.1) 6024 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:46.087805+0000 mon.a (mon.0) 2327 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:46.128695+0000 mon.c (mon.1) 6025 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:46.130886+0000 mon.c (mon.1) 6026 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:46.132682+0000 mon.c (mon.1) 6027 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.924014+0000 mon.c (mon.1) 6012 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.929692+0000 mon.a (mon.0) 2324 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.972118+0000 mon.c (mon.1) 6013 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.974130+0000 mon.c (mon.1) 6014 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.976323+0000 mon.c (mon.1) 6015 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.976998+0000 mon.c (mon.1) 6016 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:45.982866+0000 mon.a (mon.0) 2325 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:46.024910+0000 mon.c (mon.1) 6017 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:46.027630+0000 mon.c (mon.1) 6018 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:46.029653+0000 mon.c (mon.1) 6019 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:46.030328+0000 mon.c (mon.1) 6020 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:46.036256+0000 mon.a (mon.0) 2326 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:46.077289+0000 mon.c (mon.1) 6021 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:46.079119+0000 mon.c (mon.1) 6022 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:46.081094+0000 mon.c (mon.1) 6023 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:46.081723+0000 mon.c (mon.1) 6024 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:46.087805+0000 mon.a (mon.0) 2327 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:46.128695+0000 mon.c (mon.1) 6025 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:46.130886+0000 mon.c (mon.1) 6026 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:46.132682+0000 mon.c (mon.1) 6027 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.640 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:46.133332+0000 mon.c (mon.1) 6028 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.641 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:46.139145+0000 mon.a (mon.0) 2328 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.641 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:46.181144+0000 mon.c (mon.1) 6029 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.641 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:46.183279+0000 mon.c (mon.1) 6030 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.641 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:46.185171+0000 mon.c (mon.1) 6031 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.641 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:46.185843+0000 mon.c (mon.1) 6032 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.641 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:46.191927+0000 mon.a (mon.0) 2329 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.641 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:46.237914+0000 mon.c (mon.1) 6033 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.641 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[70954]: audit 2024-03-30T04:49:46.240055+0000 mon.c (mon.1) 6034 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:46.133332+0000 mon.c (mon.1) 6028 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:46.139145+0000 mon.a (mon.0) 2328 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.642 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:46.181144+0000 mon.c (mon.1) 6029 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.642 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:46.183279+0000 mon.c (mon.1) 6030 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.642 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:46.185171+0000 mon.c (mon.1) 6031 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.642 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:46.185843+0000 mon.c (mon.1) 6032 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.642 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:46.191927+0000 mon.a (mon.0) 2329 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.642 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:46.237914+0000 mon.c (mon.1) 6033 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.642 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:46 smithi111 bash[73591]: audit 2024-03-30T04:49:46.240055+0000 mon.c (mon.1) 6034 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cluster 2024-03-30T04:49:44.851183+0000 mgr.y (mgr.25441) 5397 : cluster [DBG] pgmap v3575: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cluster 2024-03-30T04:49:44.851426+0000 mgr.y (mgr.25441) 5398 : cluster [DBG] pgmap v3576: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cephadm 2024-03-30T04:49:44.860505+0000 mgr.y (mgr.25441) 5399 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cluster 2024-03-30T04:49:44.940933+0000 mgr.y (mgr.25441) 5400 : cluster [DBG] pgmap v3577: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cluster 2024-03-30T04:49:44.941170+0000 mgr.y (mgr.25441) 5401 : cluster [DBG] pgmap v3578: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cephadm 2024-03-30T04:49:44.948977+0000 mgr.y (mgr.25441) 5402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cluster 2024-03-30T04:49:45.014211+0000 mgr.y (mgr.25441) 5403 : cluster [DBG] pgmap v3579: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cluster 2024-03-30T04:49:45.014462+0000 mgr.y (mgr.25441) 5404 : cluster [DBG] pgmap v3580: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cephadm 2024-03-30T04:49:45.022610+0000 mgr.y (mgr.25441) 5405 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cluster 2024-03-30T04:49:45.103030+0000 mgr.y (mgr.25441) 5406 : cluster [DBG] pgmap v3581: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cluster 2024-03-30T04:49:45.103288+0000 mgr.y (mgr.25441) 5407 : cluster [DBG] pgmap v3582: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cephadm 2024-03-30T04:49:45.111781+0000 mgr.y (mgr.25441) 5408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cluster 2024-03-30T04:49:45.178255+0000 mgr.y (mgr.25441) 5409 : cluster [DBG] pgmap v3583: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cluster 2024-03-30T04:49:45.178517+0000 mgr.y (mgr.25441) 5410 : cluster [DBG] pgmap v3584: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cephadm 2024-03-30T04:49:45.185775+0000 mgr.y (mgr.25441) 5411 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cluster 2024-03-30T04:49:45.231867+0000 mgr.y (mgr.25441) 5412 : cluster [DBG] pgmap v3585: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cluster 2024-03-30T04:49:45.232064+0000 mgr.y (mgr.25441) 5413 : cluster [DBG] pgmap v3586: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cephadm 2024-03-30T04:49:45.237222+0000 mgr.y (mgr.25441) 5414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.263584+0000 mon.c (mon.1) 5968 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:49:46.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.310514+0000 mon.c (mon.1) 5969 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.313077+0000 mon.c (mon.1) 5970 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.315347+0000 mon.c (mon.1) 5971 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.320694+0000 mon.c (mon.1) 5972 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cluster 2024-03-30T04:49:45.322318+0000 mgr.y (mgr.25441) 5415 : cluster [DBG] pgmap v3587: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cluster 2024-03-30T04:49:45.322574+0000 mgr.y (mgr.25441) 5416 : cluster [DBG] pgmap v3588: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.328052+0000 mon.a (mon.0) 2314 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cephadm 2024-03-30T04:49:45.328897+0000 mgr.y (mgr.25441) 5417 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.369102+0000 mon.c (mon.1) 5973 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.371034+0000 mon.c (mon.1) 5974 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.373058+0000 mon.c (mon.1) 5975 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.373775+0000 mon.c (mon.1) 5976 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cluster 2024-03-30T04:49:45.375122+0000 mgr.y (mgr.25441) 5418 : cluster [DBG] pgmap v3589: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cluster 2024-03-30T04:49:45.375332+0000 mgr.y (mgr.25441) 5419 : cluster [DBG] pgmap v3590: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.380507+0000 mon.a (mon.0) 2315 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cephadm 2024-03-30T04:49:45.381088+0000 mgr.y (mgr.25441) 5420 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.421255+0000 mon.c (mon.1) 5977 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.423023+0000 mon.c (mon.1) 5978 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.424711+0000 mon.c (mon.1) 5979 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.425371+0000 mon.c (mon.1) 5980 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cluster 2024-03-30T04:49:45.426579+0000 mgr.y (mgr.25441) 5421 : cluster [DBG] pgmap v3591: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cluster 2024-03-30T04:49:45.426804+0000 mgr.y (mgr.25441) 5422 : cluster [DBG] pgmap v3592: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.431182+0000 mon.a (mon.0) 2316 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cephadm 2024-03-30T04:49:45.434493+0000 mgr.y (mgr.25441) 5423 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.475259+0000 mon.c (mon.1) 5981 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.477308+0000 mon.c (mon.1) 5982 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.479178+0000 mon.c (mon.1) 5983 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.479855+0000 mon.c (mon.1) 5984 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cluster 2024-03-30T04:49:45.481055+0000 mgr.y (mgr.25441) 5424 : cluster [DBG] pgmap v3593: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cluster 2024-03-30T04:49:45.481265+0000 mgr.y (mgr.25441) 5425 : cluster [DBG] pgmap v3594: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.485753+0000 mon.a (mon.0) 2317 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cephadm 2024-03-30T04:49:45.487882+0000 mgr.y (mgr.25441) 5426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.548256+0000 mon.c (mon.1) 5985 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.550720+0000 mon.c (mon.1) 5986 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.553375+0000 mon.c (mon.1) 5987 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.554228+0000 mon.c (mon.1) 5988 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cluster 2024-03-30T04:49:45.555700+0000 mgr.y (mgr.25441) 5427 : cluster [DBG] pgmap v3595: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cluster 2024-03-30T04:49:45.555949+0000 mgr.y (mgr.25441) 5428 : cluster [DBG] pgmap v3596: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.562510+0000 mon.a (mon.0) 2318 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cephadm 2024-03-30T04:49:45.565828+0000 mgr.y (mgr.25441) 5429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.626819+0000 mon.c (mon.1) 5989 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.629688+0000 mon.c (mon.1) 5990 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.649 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.631800+0000 mon.c (mon.1) 5991 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.632547+0000 mon.c (mon.1) 5992 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cluster 2024-03-30T04:49:45.634023+0000 mgr.y (mgr.25441) 5430 : cluster [DBG] pgmap v3597: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cluster 2024-03-30T04:49:45.634256+0000 mgr.y (mgr.25441) 5431 : cluster [DBG] pgmap v3598: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.639074+0000 mon.a (mon.0) 2319 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cephadm 2024-03-30T04:49:45.642321+0000 mgr.y (mgr.25441) 5432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.686076+0000 mon.c (mon.1) 5993 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.688533+0000 mon.c (mon.1) 5994 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.690730+0000 mon.c (mon.1) 5995 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.691517+0000 mon.c (mon.1) 5996 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cluster 2024-03-30T04:49:45.692907+0000 mgr.y (mgr.25441) 5433 : cluster [DBG] pgmap v3599: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cluster 2024-03-30T04:49:45.693092+0000 mgr.y (mgr.25441) 5434 : cluster [DBG] pgmap v3600: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.697461+0000 mon.a (mon.0) 2320 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.650 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cephadm 2024-03-30T04:49:45.698577+0000 mgr.y (mgr.25441) 5435 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.651 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.743801+0000 mon.c (mon.1) 5997 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.651 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.746206+0000 mon.c (mon.1) 5998 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.651 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.748297+0000 mon.c (mon.1) 5999 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.651 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.749053+0000 mon.c (mon.1) 6000 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.651 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cluster 2024-03-30T04:49:45.750578+0000 mgr.y (mgr.25441) 5436 : cluster [DBG] pgmap v3601: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.651 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cluster 2024-03-30T04:49:45.750822+0000 mgr.y (mgr.25441) 5437 : cluster [DBG] pgmap v3602: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.651 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.755304+0000 mon.a (mon.0) 2321 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.651 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cephadm 2024-03-30T04:49:45.756956+0000 mgr.y (mgr.25441) 5438 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.651 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.797803+0000 mon.c (mon.1) 6001 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.651 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.799875+0000 mon.c (mon.1) 6002 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.651 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.802264+0000 mon.c (mon.1) 6003 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.652 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.803007+0000 mon.c (mon.1) 6004 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.652 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cluster 2024-03-30T04:49:45.804332+0000 mgr.y (mgr.25441) 5439 : cluster [DBG] pgmap v3603: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.652 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cluster 2024-03-30T04:49:45.804562+0000 mgr.y (mgr.25441) 5440 : cluster [DBG] pgmap v3604: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:46.652 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.809947+0000 mon.a (mon.0) 2322 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.652 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: cephadm 2024-03-30T04:49:45.810571+0000 mgr.y (mgr.25441) 5441 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:46.652 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.855860+0000 mon.c (mon.1) 6005 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.652 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.858259+0000 mon.c (mon.1) 6006 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.652 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.860461+0000 mon.c (mon.1) 6007 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.652 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.861244+0000 mon.c (mon.1) 6008 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.652 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.868811+0000 mon.a (mon.0) 2323 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.652 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.919789+0000 mon.c (mon.1) 6009 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.652 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.921596+0000 mon.c (mon.1) 6010 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.652 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.923354+0000 mon.c (mon.1) 6011 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.652 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.924014+0000 mon.c (mon.1) 6012 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.652 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.929692+0000 mon.a (mon.0) 2324 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.653 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.972118+0000 mon.c (mon.1) 6013 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.653 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.974130+0000 mon.c (mon.1) 6014 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.653 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.976323+0000 mon.c (mon.1) 6015 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.653 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.976998+0000 mon.c (mon.1) 6016 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.653 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:45.982866+0000 mon.a (mon.0) 2325 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.653 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:46.024910+0000 mon.c (mon.1) 6017 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.653 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:46.027630+0000 mon.c (mon.1) 6018 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.653 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:46.029653+0000 mon.c (mon.1) 6019 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.653 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:46.030328+0000 mon.c (mon.1) 6020 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.653 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:46.036256+0000 mon.a (mon.0) 2326 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.653 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:46.077289+0000 mon.c (mon.1) 6021 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.653 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:46.079119+0000 mon.c (mon.1) 6022 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.653 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:46.081094+0000 mon.c (mon.1) 6023 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.654 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:46.081723+0000 mon.c (mon.1) 6024 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.654 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:46.087805+0000 mon.a (mon.0) 2327 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.654 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:46.128695+0000 mon.c (mon.1) 6025 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.654 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:46.130886+0000 mon.c (mon.1) 6026 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.654 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:46.132682+0000 mon.c (mon.1) 6027 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.654 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:46.133332+0000 mon.c (mon.1) 6028 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.654 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:46.139145+0000 mon.a (mon.0) 2328 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.654 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:46.181144+0000 mon.c (mon.1) 6029 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.654 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:46.183279+0000 mon.c (mon.1) 6030 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:46.654 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:46.185171+0000 mon.c (mon.1) 6031 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.654 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:46.185843+0000 mon.c (mon.1) 6032 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:46.654 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:46.191927+0000 mon.a (mon.0) 2329 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:46.655 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:46.237914+0000 mon.c (mon.1) 6033 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:46.655 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:46 smithi117 bash[62284]: audit 2024-03-30T04:49:46.240055+0000 mon.c (mon.1) 6034 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:47.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cluster 2024-03-30T04:49:45.862816+0000 mgr.y (mgr.25441) 5442 : cluster [DBG] pgmap v3605: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cluster 2024-03-30T04:49:45.863001+0000 mgr.y (mgr.25441) 5443 : cluster [DBG] pgmap v3606: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cephadm 2024-03-30T04:49:45.869470+0000 mgr.y (mgr.25441) 5444 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cluster 2024-03-30T04:49:45.925191+0000 mgr.y (mgr.25441) 5445 : cluster [DBG] pgmap v3607: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cluster 2024-03-30T04:49:45.925365+0000 mgr.y (mgr.25441) 5446 : cluster [DBG] pgmap v3608: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cephadm 2024-03-30T04:49:45.931247+0000 mgr.y (mgr.25441) 5447 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cluster 2024-03-30T04:49:45.978301+0000 mgr.y (mgr.25441) 5448 : cluster [DBG] pgmap v3609: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cluster 2024-03-30T04:49:45.978710+0000 mgr.y (mgr.25441) 5449 : cluster [DBG] pgmap v3610: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cephadm 2024-03-30T04:49:45.983826+0000 mgr.y (mgr.25441) 5450 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cluster 2024-03-30T04:49:46.031543+0000 mgr.y (mgr.25441) 5451 : cluster [DBG] pgmap v3611: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cluster 2024-03-30T04:49:46.031744+0000 mgr.y (mgr.25441) 5452 : cluster [DBG] pgmap v3612: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cephadm 2024-03-30T04:49:46.037366+0000 mgr.y (mgr.25441) 5453 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cluster 2024-03-30T04:49:46.082969+0000 mgr.y (mgr.25441) 5454 : cluster [DBG] pgmap v3613: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cluster 2024-03-30T04:49:46.083173+0000 mgr.y (mgr.25441) 5455 : cluster [DBG] pgmap v3614: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cephadm 2024-03-30T04:49:46.088721+0000 mgr.y (mgr.25441) 5456 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cluster 2024-03-30T04:49:46.134554+0000 mgr.y (mgr.25441) 5457 : cluster [DBG] pgmap v3615: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cluster 2024-03-30T04:49:46.134749+0000 mgr.y (mgr.25441) 5458 : cluster [DBG] pgmap v3616: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cephadm 2024-03-30T04:49:46.140295+0000 mgr.y (mgr.25441) 5459 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cluster 2024-03-30T04:49:46.187286+0000 mgr.y (mgr.25441) 5460 : cluster [DBG] pgmap v3617: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cluster 2024-03-30T04:49:46.187495+0000 mgr.y (mgr.25441) 5461 : cluster [DBG] pgmap v3618: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cluster 2024-03-30T04:49:45.862816+0000 mgr.y (mgr.25441) 5442 : cluster [DBG] pgmap v3605: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cluster 2024-03-30T04:49:45.863001+0000 mgr.y (mgr.25441) 5443 : cluster [DBG] pgmap v3606: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cephadm 2024-03-30T04:49:45.869470+0000 mgr.y (mgr.25441) 5444 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cluster 2024-03-30T04:49:45.925191+0000 mgr.y (mgr.25441) 5445 : cluster [DBG] pgmap v3607: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cluster 2024-03-30T04:49:45.925365+0000 mgr.y (mgr.25441) 5446 : cluster [DBG] pgmap v3608: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cephadm 2024-03-30T04:49:45.931247+0000 mgr.y (mgr.25441) 5447 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cluster 2024-03-30T04:49:45.978301+0000 mgr.y (mgr.25441) 5448 : cluster [DBG] pgmap v3609: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cluster 2024-03-30T04:49:45.978710+0000 mgr.y (mgr.25441) 5449 : cluster [DBG] pgmap v3610: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cephadm 2024-03-30T04:49:45.983826+0000 mgr.y (mgr.25441) 5450 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cluster 2024-03-30T04:49:46.031543+0000 mgr.y (mgr.25441) 5451 : cluster [DBG] pgmap v3611: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cluster 2024-03-30T04:49:46.031744+0000 mgr.y (mgr.25441) 5452 : cluster [DBG] pgmap v3612: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cephadm 2024-03-30T04:49:46.037366+0000 mgr.y (mgr.25441) 5453 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cluster 2024-03-30T04:49:46.082969+0000 mgr.y (mgr.25441) 5454 : cluster [DBG] pgmap v3613: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cluster 2024-03-30T04:49:46.083173+0000 mgr.y (mgr.25441) 5455 : cluster [DBG] pgmap v3614: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cephadm 2024-03-30T04:49:46.088721+0000 mgr.y (mgr.25441) 5456 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cluster 2024-03-30T04:49:46.134554+0000 mgr.y (mgr.25441) 5457 : cluster [DBG] pgmap v3615: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cluster 2024-03-30T04:49:46.134749+0000 mgr.y (mgr.25441) 5458 : cluster [DBG] pgmap v3616: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cephadm 2024-03-30T04:49:46.140295+0000 mgr.y (mgr.25441) 5459 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cluster 2024-03-30T04:49:46.187286+0000 mgr.y (mgr.25441) 5460 : cluster [DBG] pgmap v3617: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cluster 2024-03-30T04:49:46.187495+0000 mgr.y (mgr.25441) 5461 : cluster [DBG] pgmap v3618: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cephadm 2024-03-30T04:49:46.193058+0000 mgr.y (mgr.25441) 5462 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.241925+0000 mon.c (mon.1) 6035 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.242637+0000 mon.c (mon.1) 6036 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cluster 2024-03-30T04:49:46.254177+0000 mgr.y (mgr.25441) 5463 : cluster [DBG] pgmap v3619: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cluster 2024-03-30T04:49:46.254438+0000 mgr.y (mgr.25441) 5464 : cluster [DBG] pgmap v3620: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.260245+0000 mon.a (mon.0) 2330 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:47.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cephadm 2024-03-30T04:49:46.260841+0000 mgr.y (mgr.25441) 5465 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.305796+0000 mon.c (mon.1) 6037 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:47.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.308225+0000 mon.c (mon.1) 6038 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:47.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.310241+0000 mon.c (mon.1) 6039 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.311056+0000 mon.c (mon.1) 6040 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cluster 2024-03-30T04:49:46.312377+0000 mgr.y (mgr.25441) 5466 : cluster [DBG] pgmap v3621: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cluster 2024-03-30T04:49:46.312702+0000 mgr.y (mgr.25441) 5467 : cluster [DBG] pgmap v3622: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.317104+0000 mon.a (mon.0) 2331 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:47.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cephadm 2024-03-30T04:49:46.318050+0000 mgr.y (mgr.25441) 5468 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.364084+0000 mon.c (mon.1) 6041 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:47.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.366067+0000 mon.c (mon.1) 6042 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:47.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.368389+0000 mon.c (mon.1) 6043 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.369051+0000 mon.c (mon.1) 6044 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cluster 2024-03-30T04:49:46.370413+0000 mgr.y (mgr.25441) 5469 : cluster [DBG] pgmap v3623: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cephadm 2024-03-30T04:49:46.193058+0000 mgr.y (mgr.25441) 5462 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.241925+0000 mon.c (mon.1) 6035 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.242637+0000 mon.c (mon.1) 6036 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cluster 2024-03-30T04:49:46.254177+0000 mgr.y (mgr.25441) 5463 : cluster [DBG] pgmap v3619: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cluster 2024-03-30T04:49:46.254438+0000 mgr.y (mgr.25441) 5464 : cluster [DBG] pgmap v3620: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.260245+0000 mon.a (mon.0) 2330 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:47.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cephadm 2024-03-30T04:49:46.260841+0000 mgr.y (mgr.25441) 5465 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.305796+0000 mon.c (mon.1) 6037 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:47.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.308225+0000 mon.c (mon.1) 6038 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:47.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.310241+0000 mon.c (mon.1) 6039 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.311056+0000 mon.c (mon.1) 6040 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cluster 2024-03-30T04:49:46.312377+0000 mgr.y (mgr.25441) 5466 : cluster [DBG] pgmap v3621: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cluster 2024-03-30T04:49:46.312702+0000 mgr.y (mgr.25441) 5467 : cluster [DBG] pgmap v3622: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.317104+0000 mon.a (mon.0) 2331 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:47.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cephadm 2024-03-30T04:49:46.318050+0000 mgr.y (mgr.25441) 5468 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.364084+0000 mon.c (mon.1) 6041 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:47.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.366067+0000 mon.c (mon.1) 6042 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:47.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.368389+0000 mon.c (mon.1) 6043 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.369051+0000 mon.c (mon.1) 6044 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cluster 2024-03-30T04:49:46.370413+0000 mgr.y (mgr.25441) 5469 : cluster [DBG] pgmap v3623: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cluster 2024-03-30T04:49:46.370700+0000 mgr.y (mgr.25441) 5470 : cluster [DBG] pgmap v3624: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.375136+0000 mon.a (mon.0) 2332 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:47.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cephadm 2024-03-30T04:49:46.376384+0000 mgr.y (mgr.25441) 5471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.416369+0000 mon.c (mon.1) 6045 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:47.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.418101+0000 mon.c (mon.1) 6046 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:47.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.419822+0000 mon.c (mon.1) 6047 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.420382+0000 mon.c (mon.1) 6048 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cluster 2024-03-30T04:49:46.421526+0000 mgr.y (mgr.25441) 5472 : cluster [DBG] pgmap v3625: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cluster 2024-03-30T04:49:46.421753+0000 mgr.y (mgr.25441) 5473 : cluster [DBG] pgmap v3626: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.426075+0000 mon.a (mon.0) 2333 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:47.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cephadm 2024-03-30T04:49:46.426775+0000 mgr.y (mgr.25441) 5474 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.483055+0000 mon.c (mon.1) 6049 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:47.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.485039+0000 mon.c (mon.1) 6050 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:47.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.487385+0000 mon.c (mon.1) 6051 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.488078+0000 mon.c (mon.1) 6052 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cluster 2024-03-30T04:49:46.489465+0000 mgr.y (mgr.25441) 5475 : cluster [DBG] pgmap v3627: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cluster 2024-03-30T04:49:46.489703+0000 mgr.y (mgr.25441) 5476 : cluster [DBG] pgmap v3628: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.494308+0000 mon.a (mon.0) 2334 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:47.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cephadm 2024-03-30T04:49:46.495971+0000 mgr.y (mgr.25441) 5477 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.536629+0000 mon.c (mon.1) 6053 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:47.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cluster 2024-03-30T04:49:46.370700+0000 mgr.y (mgr.25441) 5470 : cluster [DBG] pgmap v3624: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.375136+0000 mon.a (mon.0) 2332 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:47.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cephadm 2024-03-30T04:49:46.376384+0000 mgr.y (mgr.25441) 5471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.416369+0000 mon.c (mon.1) 6045 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:47.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.418101+0000 mon.c (mon.1) 6046 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:47.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.419822+0000 mon.c (mon.1) 6047 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.420382+0000 mon.c (mon.1) 6048 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cluster 2024-03-30T04:49:46.421526+0000 mgr.y (mgr.25441) 5472 : cluster [DBG] pgmap v3625: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cluster 2024-03-30T04:49:46.421753+0000 mgr.y (mgr.25441) 5473 : cluster [DBG] pgmap v3626: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.426075+0000 mon.a (mon.0) 2333 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:47.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cephadm 2024-03-30T04:49:46.426775+0000 mgr.y (mgr.25441) 5474 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.483055+0000 mon.c (mon.1) 6049 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:47.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.485039+0000 mon.c (mon.1) 6050 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:47.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.487385+0000 mon.c (mon.1) 6051 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.488078+0000 mon.c (mon.1) 6052 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cluster 2024-03-30T04:49:46.489465+0000 mgr.y (mgr.25441) 5475 : cluster [DBG] pgmap v3627: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cluster 2024-03-30T04:49:46.489703+0000 mgr.y (mgr.25441) 5476 : cluster [DBG] pgmap v3628: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.494308+0000 mon.a (mon.0) 2334 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:47.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cephadm 2024-03-30T04:49:46.495971+0000 mgr.y (mgr.25441) 5477 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.639 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.536629+0000 mon.c (mon.1) 6053 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:47.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.538689+0000 mon.c (mon.1) 6054 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:47.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.540383+0000 mon.c (mon.1) 6055 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.541032+0000 mon.c (mon.1) 6056 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cluster 2024-03-30T04:49:46.542400+0000 mgr.y (mgr.25441) 5478 : cluster [DBG] pgmap v3629: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cluster 2024-03-30T04:49:46.542652+0000 mgr.y (mgr.25441) 5479 : cluster [DBG] pgmap v3630: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.640 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.547310+0000 mon.a (mon.0) 2335 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:47.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cephadm 2024-03-30T04:49:46.547913+0000 mgr.y (mgr.25441) 5480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.588351+0000 mon.c (mon.1) 6057 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:47.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.590232+0000 mon.c (mon.1) 6058 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:47.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.591961+0000 mon.c (mon.1) 6059 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.592561+0000 mon.c (mon.1) 6060 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cluster 2024-03-30T04:49:46.593739+0000 mgr.y (mgr.25441) 5481 : cluster [DBG] pgmap v3631: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.642 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cluster 2024-03-30T04:49:46.593968+0000 mgr.y (mgr.25441) 5482 : cluster [DBG] pgmap v3632: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.642 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.598429+0000 mon.a (mon.0) 2336 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:47.642 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cephadm 2024-03-30T04:49:46.598967+0000 mgr.y (mgr.25441) 5483 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.642 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.655327+0000 mon.c (mon.1) 6061 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:47.642 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.657803+0000 mon.c (mon.1) 6062 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:47.642 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.660415+0000 mon.c (mon.1) 6063 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.643 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.661212+0000 mon.c (mon.1) 6064 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.643 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cluster 2024-03-30T04:49:46.662723+0000 mgr.y (mgr.25441) 5484 : cluster [DBG] pgmap v3633: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.643 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.538689+0000 mon.c (mon.1) 6054 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:47.644 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.540383+0000 mon.c (mon.1) 6055 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.644 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.541032+0000 mon.c (mon.1) 6056 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.644 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cluster 2024-03-30T04:49:46.542400+0000 mgr.y (mgr.25441) 5478 : cluster [DBG] pgmap v3629: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.644 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cluster 2024-03-30T04:49:46.542652+0000 mgr.y (mgr.25441) 5479 : cluster [DBG] pgmap v3630: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.644 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.547310+0000 mon.a (mon.0) 2335 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:47.644 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cephadm 2024-03-30T04:49:46.547913+0000 mgr.y (mgr.25441) 5480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.645 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.588351+0000 mon.c (mon.1) 6057 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:47.645 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.590232+0000 mon.c (mon.1) 6058 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:47.645 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.591961+0000 mon.c (mon.1) 6059 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.645 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.592561+0000 mon.c (mon.1) 6060 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.645 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cluster 2024-03-30T04:49:46.593739+0000 mgr.y (mgr.25441) 5481 : cluster [DBG] pgmap v3631: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.645 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cluster 2024-03-30T04:49:46.593968+0000 mgr.y (mgr.25441) 5482 : cluster [DBG] pgmap v3632: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.645 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.598429+0000 mon.a (mon.0) 2336 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:47.646 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cephadm 2024-03-30T04:49:46.598967+0000 mgr.y (mgr.25441) 5483 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.646 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.655327+0000 mon.c (mon.1) 6061 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:47.646 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.657803+0000 mon.c (mon.1) 6062 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:47.646 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.660415+0000 mon.c (mon.1) 6063 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.646 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.661212+0000 mon.c (mon.1) 6064 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.647 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cluster 2024-03-30T04:49:46.662723+0000 mgr.y (mgr.25441) 5484 : cluster [DBG] pgmap v3633: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.647 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cluster 2024-03-30T04:49:46.663094+0000 mgr.y (mgr.25441) 5485 : cluster [DBG] pgmap v3634: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.648 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.670650+0000 mon.a (mon.0) 2337 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:47.648 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cephadm 2024-03-30T04:49:46.671585+0000 mgr.y (mgr.25441) 5486 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.648 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.712458+0000 mon.c (mon.1) 6065 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:47.648 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.714244+0000 mon.c (mon.1) 6066 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:47.648 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.715909+0000 mon.c (mon.1) 6067 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.649 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.716506+0000 mon.c (mon.1) 6068 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.649 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cluster 2024-03-30T04:49:46.717730+0000 mgr.y (mgr.25441) 5487 : cluster [DBG] pgmap v3635: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s 2024-03-30T04:49:47.649 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cluster 2024-03-30T04:49:46.717929+0000 mgr.y (mgr.25441) 5488 : cluster [DBG] pgmap v3636: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s 2024-03-30T04:49:47.649 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.723411+0000 mon.a (mon.0) 2338 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:47.649 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cephadm 2024-03-30T04:49:46.724028+0000 mgr.y (mgr.25441) 5489 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.649 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.768738+0000 mon.c (mon.1) 6069 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:47.650 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.770698+0000 mon.c (mon.1) 6070 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:47.650 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.772417+0000 mon.c (mon.1) 6071 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.650 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.772991+0000 mon.c (mon.1) 6072 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.650 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cluster 2024-03-30T04:49:46.774251+0000 mgr.y (mgr.25441) 5490 : cluster [DBG] pgmap v3637: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 27 op/s 2024-03-30T04:49:47.650 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cluster 2024-03-30T04:49:46.774483+0000 mgr.y (mgr.25441) 5491 : cluster [DBG] pgmap v3638: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 27 op/s 2024-03-30T04:49:47.650 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.779941+0000 mon.a (mon.0) 2339 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:47.651 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: cephadm 2024-03-30T04:49:46.780460+0000 mgr.y (mgr.25441) 5492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.651 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.820796+0000 mon.c (mon.1) 6073 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:47.651 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.822743+0000 mon.c (mon.1) 6074 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:47.651 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.824549+0000 mon.c (mon.1) 6075 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.651 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.825190+0000 mon.c (mon.1) 6076 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.651 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.832584+0000 mon.a (mon.0) 2340 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:47.652 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.889364+0000 mon.c (mon.1) 6077 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:47.652 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.912287+0000 mon.c (mon.1) 6078 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:47.652 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.914744+0000 mon.c (mon.1) 6079 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.652 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.915719+0000 mon.c (mon.1) 6080 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.652 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:46.928614+0000 mon.a (mon.0) 2341 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:47.652 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:47.018270+0000 mon.c (mon.1) 6081 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:47.652 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:47.022280+0000 mon.c (mon.1) 6082 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:47.652 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:47.025276+0000 mon.c (mon.1) 6083 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.652 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:47.026345+0000 mon.c (mon.1) 6084 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.653 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:47.036388+0000 mon.a (mon.0) 2342 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:47.653 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:47.128102+0000 mon.c (mon.1) 6085 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:47.653 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:47.133117+0000 mon.c (mon.1) 6086 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:47.653 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:47.137299+0000 mon.c (mon.1) 6087 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.653 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:47.138780+0000 mon.c (mon.1) 6088 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.653 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:47.149967+0000 mon.a (mon.0) 2343 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:47.654 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cluster 2024-03-30T04:49:46.663094+0000 mgr.y (mgr.25441) 5485 : cluster [DBG] pgmap v3634: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.654 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.670650+0000 mon.a (mon.0) 2337 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:47.654 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cephadm 2024-03-30T04:49:46.671585+0000 mgr.y (mgr.25441) 5486 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.654 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.712458+0000 mon.c (mon.1) 6065 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:47.654 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.714244+0000 mon.c (mon.1) 6066 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:47.654 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.715909+0000 mon.c (mon.1) 6067 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.654 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.716506+0000 mon.c (mon.1) 6068 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.655 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cluster 2024-03-30T04:49:46.717730+0000 mgr.y (mgr.25441) 5487 : cluster [DBG] pgmap v3635: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s 2024-03-30T04:49:47.655 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cluster 2024-03-30T04:49:46.717929+0000 mgr.y (mgr.25441) 5488 : cluster [DBG] pgmap v3636: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s 2024-03-30T04:49:47.655 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.723411+0000 mon.a (mon.0) 2338 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:47.655 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cephadm 2024-03-30T04:49:46.724028+0000 mgr.y (mgr.25441) 5489 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.655 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.768738+0000 mon.c (mon.1) 6069 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:47.655 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.770698+0000 mon.c (mon.1) 6070 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:47.655 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.772417+0000 mon.c (mon.1) 6071 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.655 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.772991+0000 mon.c (mon.1) 6072 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.655 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cluster 2024-03-30T04:49:46.774251+0000 mgr.y (mgr.25441) 5490 : cluster [DBG] pgmap v3637: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 27 op/s 2024-03-30T04:49:47.656 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cluster 2024-03-30T04:49:46.774483+0000 mgr.y (mgr.25441) 5491 : cluster [DBG] pgmap v3638: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 27 op/s 2024-03-30T04:49:47.656 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.779941+0000 mon.a (mon.0) 2339 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:47.656 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: cephadm 2024-03-30T04:49:46.780460+0000 mgr.y (mgr.25441) 5492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.656 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.820796+0000 mon.c (mon.1) 6073 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:47.656 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:47.234648+0000 mon.c (mon.1) 6089 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:47.656 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:47.237157+0000 mon.c (mon.1) 6090 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:47.657 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:47.240476+0000 mon.c (mon.1) 6091 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.657 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[73591]: audit 2024-03-30T04:49:47.241517+0000 mon.c (mon.1) 6092 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.657 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.822743+0000 mon.c (mon.1) 6074 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:47.657 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.824549+0000 mon.c (mon.1) 6075 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.657 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.825190+0000 mon.c (mon.1) 6076 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.658 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.832584+0000 mon.a (mon.0) 2340 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:47.658 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.889364+0000 mon.c (mon.1) 6077 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:47.658 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.912287+0000 mon.c (mon.1) 6078 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:47.658 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.914744+0000 mon.c (mon.1) 6079 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.658 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.915719+0000 mon.c (mon.1) 6080 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.658 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:46.928614+0000 mon.a (mon.0) 2341 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:47.658 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:47.018270+0000 mon.c (mon.1) 6081 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:47.659 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:47.022280+0000 mon.c (mon.1) 6082 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:47.659 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:47.025276+0000 mon.c (mon.1) 6083 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.659 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:47.026345+0000 mon.c (mon.1) 6084 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.659 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:47.036388+0000 mon.a (mon.0) 2342 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:47.659 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:47.128102+0000 mon.c (mon.1) 6085 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:47.659 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:47.133117+0000 mon.c (mon.1) 6086 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:47.659 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:47.137299+0000 mon.c (mon.1) 6087 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.659 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:47.138780+0000 mon.c (mon.1) 6088 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.659 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:47.149967+0000 mon.a (mon.0) 2343 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:47.659 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:47.234648+0000 mon.c (mon.1) 6089 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:47.659 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:47.237157+0000 mon.c (mon.1) 6090 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:47.659 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:47.240476+0000 mon.c (mon.1) 6091 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.659 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:47 smithi111 bash[70954]: audit 2024-03-30T04:49:47.241517+0000 mon.c (mon.1) 6092 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.660 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cluster 2024-03-30T04:49:45.862816+0000 mgr.y (mgr.25441) 5442 : cluster [DBG] pgmap v3605: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.661 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cluster 2024-03-30T04:49:45.863001+0000 mgr.y (mgr.25441) 5443 : cluster [DBG] pgmap v3606: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.661 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cephadm 2024-03-30T04:49:45.869470+0000 mgr.y (mgr.25441) 5444 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.661 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cluster 2024-03-30T04:49:45.925191+0000 mgr.y (mgr.25441) 5445 : cluster [DBG] pgmap v3607: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.661 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cluster 2024-03-30T04:49:45.925365+0000 mgr.y (mgr.25441) 5446 : cluster [DBG] pgmap v3608: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.661 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cephadm 2024-03-30T04:49:45.931247+0000 mgr.y (mgr.25441) 5447 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.661 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cluster 2024-03-30T04:49:45.978301+0000 mgr.y (mgr.25441) 5448 : cluster [DBG] pgmap v3609: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.661 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cluster 2024-03-30T04:49:45.978710+0000 mgr.y (mgr.25441) 5449 : cluster [DBG] pgmap v3610: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.661 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cephadm 2024-03-30T04:49:45.983826+0000 mgr.y (mgr.25441) 5450 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.661 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cluster 2024-03-30T04:49:46.031543+0000 mgr.y (mgr.25441) 5451 : cluster [DBG] pgmap v3611: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.661 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cluster 2024-03-30T04:49:46.031744+0000 mgr.y (mgr.25441) 5452 : cluster [DBG] pgmap v3612: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.661 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cephadm 2024-03-30T04:49:46.037366+0000 mgr.y (mgr.25441) 5453 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.661 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cluster 2024-03-30T04:49:46.082969+0000 mgr.y (mgr.25441) 5454 : cluster [DBG] pgmap v3613: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.661 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cluster 2024-03-30T04:49:46.083173+0000 mgr.y (mgr.25441) 5455 : cluster [DBG] pgmap v3614: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.661 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cephadm 2024-03-30T04:49:46.088721+0000 mgr.y (mgr.25441) 5456 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.662 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cluster 2024-03-30T04:49:46.134554+0000 mgr.y (mgr.25441) 5457 : cluster [DBG] pgmap v3615: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.662 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cluster 2024-03-30T04:49:46.134749+0000 mgr.y (mgr.25441) 5458 : cluster [DBG] pgmap v3616: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.662 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cephadm 2024-03-30T04:49:46.140295+0000 mgr.y (mgr.25441) 5459 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.662 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cluster 2024-03-30T04:49:46.187286+0000 mgr.y (mgr.25441) 5460 : cluster [DBG] pgmap v3617: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.662 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cluster 2024-03-30T04:49:46.187495+0000 mgr.y (mgr.25441) 5461 : cluster [DBG] pgmap v3618: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.662 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cephadm 2024-03-30T04:49:46.193058+0000 mgr.y (mgr.25441) 5462 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.662 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.241925+0000 mon.c (mon.1) 6035 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.662 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.242637+0000 mon.c (mon.1) 6036 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.662 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cluster 2024-03-30T04:49:46.254177+0000 mgr.y (mgr.25441) 5463 : cluster [DBG] pgmap v3619: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.662 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cluster 2024-03-30T04:49:46.254438+0000 mgr.y (mgr.25441) 5464 : cluster [DBG] pgmap v3620: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.662 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.260245+0000 mon.a (mon.0) 2330 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:47.662 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cephadm 2024-03-30T04:49:46.260841+0000 mgr.y (mgr.25441) 5465 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.662 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.305796+0000 mon.c (mon.1) 6037 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:47.663 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.308225+0000 mon.c (mon.1) 6038 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:47.663 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.310241+0000 mon.c (mon.1) 6039 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.663 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.311056+0000 mon.c (mon.1) 6040 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.663 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cluster 2024-03-30T04:49:46.312377+0000 mgr.y (mgr.25441) 5466 : cluster [DBG] pgmap v3621: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.663 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cluster 2024-03-30T04:49:46.312702+0000 mgr.y (mgr.25441) 5467 : cluster [DBG] pgmap v3622: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.663 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.317104+0000 mon.a (mon.0) 2331 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:47.663 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cephadm 2024-03-30T04:49:46.318050+0000 mgr.y (mgr.25441) 5468 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.663 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.364084+0000 mon.c (mon.1) 6041 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:47.663 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.366067+0000 mon.c (mon.1) 6042 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:47.663 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.368389+0000 mon.c (mon.1) 6043 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.663 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.369051+0000 mon.c (mon.1) 6044 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.663 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cluster 2024-03-30T04:49:46.370413+0000 mgr.y (mgr.25441) 5469 : cluster [DBG] pgmap v3623: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.663 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cluster 2024-03-30T04:49:46.370700+0000 mgr.y (mgr.25441) 5470 : cluster [DBG] pgmap v3624: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.663 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.375136+0000 mon.a (mon.0) 2332 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:47.663 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cephadm 2024-03-30T04:49:46.376384+0000 mgr.y (mgr.25441) 5471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.663 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.416369+0000 mon.c (mon.1) 6045 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:47.664 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.418101+0000 mon.c (mon.1) 6046 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:47.664 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.419822+0000 mon.c (mon.1) 6047 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.664 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.420382+0000 mon.c (mon.1) 6048 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.664 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cluster 2024-03-30T04:49:46.421526+0000 mgr.y (mgr.25441) 5472 : cluster [DBG] pgmap v3625: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.664 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cluster 2024-03-30T04:49:46.421753+0000 mgr.y (mgr.25441) 5473 : cluster [DBG] pgmap v3626: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.664 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.426075+0000 mon.a (mon.0) 2333 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:47.664 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cephadm 2024-03-30T04:49:46.426775+0000 mgr.y (mgr.25441) 5474 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.664 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.483055+0000 mon.c (mon.1) 6049 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:47.664 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.485039+0000 mon.c (mon.1) 6050 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:47.664 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.487385+0000 mon.c (mon.1) 6051 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.664 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.488078+0000 mon.c (mon.1) 6052 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.664 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cluster 2024-03-30T04:49:46.489465+0000 mgr.y (mgr.25441) 5475 : cluster [DBG] pgmap v3627: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.664 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cluster 2024-03-30T04:49:46.489703+0000 mgr.y (mgr.25441) 5476 : cluster [DBG] pgmap v3628: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.664 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.494308+0000 mon.a (mon.0) 2334 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:47.664 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cephadm 2024-03-30T04:49:46.495971+0000 mgr.y (mgr.25441) 5477 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.665 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.536629+0000 mon.c (mon.1) 6053 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:47.665 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.538689+0000 mon.c (mon.1) 6054 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:47.665 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.540383+0000 mon.c (mon.1) 6055 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.665 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.541032+0000 mon.c (mon.1) 6056 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.665 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cluster 2024-03-30T04:49:46.542400+0000 mgr.y (mgr.25441) 5478 : cluster [DBG] pgmap v3629: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.665 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cluster 2024-03-30T04:49:46.542652+0000 mgr.y (mgr.25441) 5479 : cluster [DBG] pgmap v3630: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.665 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.547310+0000 mon.a (mon.0) 2335 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:47.665 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cephadm 2024-03-30T04:49:46.547913+0000 mgr.y (mgr.25441) 5480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.665 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.588351+0000 mon.c (mon.1) 6057 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:47.665 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.590232+0000 mon.c (mon.1) 6058 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:47.665 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.591961+0000 mon.c (mon.1) 6059 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.665 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.592561+0000 mon.c (mon.1) 6060 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.665 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cluster 2024-03-30T04:49:46.593739+0000 mgr.y (mgr.25441) 5481 : cluster [DBG] pgmap v3631: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.665 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cluster 2024-03-30T04:49:46.593968+0000 mgr.y (mgr.25441) 5482 : cluster [DBG] pgmap v3632: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.665 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.598429+0000 mon.a (mon.0) 2336 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:47.665 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cephadm 2024-03-30T04:49:46.598967+0000 mgr.y (mgr.25441) 5483 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.665 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.655327+0000 mon.c (mon.1) 6061 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:47.666 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.657803+0000 mon.c (mon.1) 6062 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:47.666 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.660415+0000 mon.c (mon.1) 6063 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.666 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.661212+0000 mon.c (mon.1) 6064 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.666 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cluster 2024-03-30T04:49:46.662723+0000 mgr.y (mgr.25441) 5484 : cluster [DBG] pgmap v3633: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.666 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cluster 2024-03-30T04:49:46.663094+0000 mgr.y (mgr.25441) 5485 : cluster [DBG] pgmap v3634: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:47.666 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.670650+0000 mon.a (mon.0) 2337 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:47.666 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cephadm 2024-03-30T04:49:46.671585+0000 mgr.y (mgr.25441) 5486 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.666 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.712458+0000 mon.c (mon.1) 6065 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:47.666 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.714244+0000 mon.c (mon.1) 6066 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:47.666 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.715909+0000 mon.c (mon.1) 6067 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.667 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.716506+0000 mon.c (mon.1) 6068 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.667 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cluster 2024-03-30T04:49:46.717730+0000 mgr.y (mgr.25441) 5487 : cluster [DBG] pgmap v3635: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s 2024-03-30T04:49:47.667 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cluster 2024-03-30T04:49:46.717929+0000 mgr.y (mgr.25441) 5488 : cluster [DBG] pgmap v3636: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s 2024-03-30T04:49:47.667 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.723411+0000 mon.a (mon.0) 2338 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:47.667 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cephadm 2024-03-30T04:49:46.724028+0000 mgr.y (mgr.25441) 5489 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.667 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.768738+0000 mon.c (mon.1) 6069 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:47.667 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.770698+0000 mon.c (mon.1) 6070 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:47.667 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.772417+0000 mon.c (mon.1) 6071 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.667 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.772991+0000 mon.c (mon.1) 6072 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.667 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cluster 2024-03-30T04:49:46.774251+0000 mgr.y (mgr.25441) 5490 : cluster [DBG] pgmap v3637: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 27 op/s 2024-03-30T04:49:47.667 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cluster 2024-03-30T04:49:46.774483+0000 mgr.y (mgr.25441) 5491 : cluster [DBG] pgmap v3638: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 27 op/s 2024-03-30T04:49:47.667 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.779941+0000 mon.a (mon.0) 2339 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:47.667 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: cephadm 2024-03-30T04:49:46.780460+0000 mgr.y (mgr.25441) 5492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:47.667 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.820796+0000 mon.c (mon.1) 6073 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:47.668 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.822743+0000 mon.c (mon.1) 6074 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:47.668 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.824549+0000 mon.c (mon.1) 6075 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.668 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.825190+0000 mon.c (mon.1) 6076 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.668 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.832584+0000 mon.a (mon.0) 2340 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:47.668 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.889364+0000 mon.c (mon.1) 6077 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:47.668 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.912287+0000 mon.c (mon.1) 6078 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:47.668 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.914744+0000 mon.c (mon.1) 6079 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.668 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.915719+0000 mon.c (mon.1) 6080 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.668 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:46.928614+0000 mon.a (mon.0) 2341 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:47.668 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:47.018270+0000 mon.c (mon.1) 6081 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:47.668 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:47.022280+0000 mon.c (mon.1) 6082 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:47.668 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:47.025276+0000 mon.c (mon.1) 6083 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.668 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:47.026345+0000 mon.c (mon.1) 6084 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.668 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:47.036388+0000 mon.a (mon.0) 2342 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:47.668 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:47.128102+0000 mon.c (mon.1) 6085 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:47.668 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:47.133117+0000 mon.c (mon.1) 6086 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:47.669 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:47.137299+0000 mon.c (mon.1) 6087 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.669 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:47.138780+0000 mon.c (mon.1) 6088 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:47.669 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:47.149967+0000 mon.a (mon.0) 2343 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:47.669 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:47.234648+0000 mon.c (mon.1) 6089 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:47.669 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:47.237157+0000 mon.c (mon.1) 6090 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:47.669 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:47.240476+0000 mon.c (mon.1) 6091 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:47.669 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:47 smithi117 bash[62284]: audit 2024-03-30T04:49:47.241517+0000 mon.c (mon.1) 6092 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.553 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: cluster 2024-03-30T04:49:46.826392+0000 mgr.y (mgr.25441) 5493 : cluster [DBG] pgmap v3639: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 30 op/s 2024-03-30T04:49:48.553 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: cluster 2024-03-30T04:49:46.826587+0000 mgr.y (mgr.25441) 5494 : cluster [DBG] pgmap v3640: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 30 op/s 2024-03-30T04:49:48.553 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: cephadm 2024-03-30T04:49:46.833104+0000 mgr.y (mgr.25441) 5495 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:48.553 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: cluster 2024-03-30T04:49:46.918060+0000 mgr.y (mgr.25441) 5496 : cluster [DBG] pgmap v3641: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.553 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: cephadm 2024-03-30T04:49:46.930940+0000 mgr.y (mgr.25441) 5497 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:48.554 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: cluster 2024-03-30T04:49:47.028245+0000 mgr.y (mgr.25441) 5498 : cluster [DBG] pgmap v3642: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.554 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: cluster 2024-03-30T04:49:47.028826+0000 mgr.y (mgr.25441) 5499 : cluster [DBG] pgmap v3643: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.554 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: cephadm 2024-03-30T04:49:47.039296+0000 mgr.y (mgr.25441) 5500 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:48.554 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: cluster 2024-03-30T04:49:47.141849+0000 mgr.y (mgr.25441) 5501 : cluster [DBG] pgmap v3644: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.554 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: cluster 2024-03-30T04:49:47.142513+0000 mgr.y (mgr.25441) 5502 : cluster [DBG] pgmap v3645: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.554 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: cephadm 2024-03-30T04:49:47.152780+0000 mgr.y (mgr.25441) 5503 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:48.554 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: cluster 2024-03-30T04:49:47.243334+0000 mgr.y (mgr.25441) 5504 : cluster [DBG] pgmap v3646: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.554 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: cluster 2024-03-30T04:49:47.243760+0000 mgr.y (mgr.25441) 5505 : cluster [DBG] pgmap v3647: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.554 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.265181+0000 mon.a (mon.0) 2344 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.554 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: cephadm 2024-03-30T04:49:47.265912+0000 mgr.y (mgr.25441) 5506 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:48.554 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.306809+0000 mon.c (mon.1) 6093 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.554 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.308770+0000 mon.c (mon.1) 6094 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.554 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.310710+0000 mon.c (mon.1) 6095 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.554 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.311421+0000 mon.c (mon.1) 6096 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.555 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: cluster 2024-03-30T04:49:47.312796+0000 mgr.y (mgr.25441) 5507 : cluster [DBG] pgmap v3648: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.555 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: cluster 2024-03-30T04:49:47.313063+0000 mgr.y (mgr.25441) 5508 : cluster [DBG] pgmap v3649: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.555 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.319267+0000 mon.a (mon.0) 2345 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.555 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: cephadm 2024-03-30T04:49:47.322303+0000 mgr.y (mgr.25441) 5509 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:48.555 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.362472+0000 mon.c (mon.1) 6097 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.555 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.364198+0000 mon.c (mon.1) 6098 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.555 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.365798+0000 mon.c (mon.1) 6099 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.555 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.366336+0000 mon.c (mon.1) 6100 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.555 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: cluster 2024-03-30T04:49:47.367509+0000 mgr.y (mgr.25441) 5510 : cluster [DBG] pgmap v3650: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.555 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: cluster 2024-03-30T04:49:47.367737+0000 mgr.y (mgr.25441) 5511 : cluster [DBG] pgmap v3651: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.555 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.374097+0000 mon.a (mon.0) 2346 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.555 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: cephadm 2024-03-30T04:49:47.378256+0000 mgr.y (mgr.25441) 5512 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:48.555 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.418071+0000 mon.c (mon.1) 6101 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.555 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.420075+0000 mon.c (mon.1) 6102 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.555 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.421748+0000 mon.c (mon.1) 6103 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.556 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.422443+0000 mon.c (mon.1) 6104 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.556 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: cluster 2024-03-30T04:49:47.423685+0000 mgr.y (mgr.25441) 5513 : cluster [DBG] pgmap v3652: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.556 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: cluster 2024-03-30T04:49:47.423916+0000 mgr.y (mgr.25441) 5514 : cluster [DBG] pgmap v3653: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.556 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.430075+0000 mon.a (mon.0) 2347 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.556 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: cephadm 2024-03-30T04:49:47.433079+0000 mgr.y (mgr.25441) 5515 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:48.556 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.473526+0000 mon.c (mon.1) 6105 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.556 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.475450+0000 mon.c (mon.1) 6106 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.556 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.477153+0000 mon.c (mon.1) 6107 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.556 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.477781+0000 mon.c (mon.1) 6108 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.556 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: cluster 2024-03-30T04:49:47.479021+0000 mgr.y (mgr.25441) 5516 : cluster [DBG] pgmap v3654: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.556 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: cluster 2024-03-30T04:49:47.479198+0000 mgr.y (mgr.25441) 5517 : cluster [DBG] pgmap v3655: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.556 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.486101+0000 mon.a (mon.0) 2348 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.556 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: cephadm 2024-03-30T04:49:47.489140+0000 mgr.y (mgr.25441) 5518 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:48.556 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.529206+0000 mon.c (mon.1) 6109 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.556 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.531198+0000 mon.c (mon.1) 6110 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.557 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.533055+0000 mon.c (mon.1) 6111 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.557 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.533674+0000 mon.c (mon.1) 6112 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.557 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: cluster 2024-03-30T04:49:47.534857+0000 mgr.y (mgr.25441) 5519 : cluster [DBG] pgmap v3656: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.557 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: cluster 2024-03-30T04:49:47.535092+0000 mgr.y (mgr.25441) 5520 : cluster [DBG] pgmap v3657: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.557 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.541880+0000 mon.a (mon.0) 2349 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.557 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: cephadm 2024-03-30T04:49:47.542489+0000 mgr.y (mgr.25441) 5521 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:48.557 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.582559+0000 mon.c (mon.1) 6113 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.557 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.584680+0000 mon.c (mon.1) 6114 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.557 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.586580+0000 mon.c (mon.1) 6115 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.557 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.587272+0000 mon.c (mon.1) 6116 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.557 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: cluster 2024-03-30T04:49:47.588556+0000 mgr.y (mgr.25441) 5522 : cluster [DBG] pgmap v3658: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.557 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: cluster 2024-03-30T04:49:47.588769+0000 mgr.y (mgr.25441) 5523 : cluster [DBG] pgmap v3659: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.557 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.593314+0000 mon.a (mon.0) 2350 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.557 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: cephadm 2024-03-30T04:49:47.594903+0000 mgr.y (mgr.25441) 5524 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:48.557 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.651635+0000 mon.c (mon.1) 6117 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.558 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.654174+0000 mon.c (mon.1) 6118 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.558 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.656094+0000 mon.c (mon.1) 6119 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.558 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.656773+0000 mon.c (mon.1) 6120 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.558 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: cluster 2024-03-30T04:49:47.658289+0000 mgr.y (mgr.25441) 5525 : cluster [DBG] pgmap v3660: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.558 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: cluster 2024-03-30T04:49:47.658533+0000 mgr.y (mgr.25441) 5526 : cluster [DBG] pgmap v3661: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.558 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.663631+0000 mon.a (mon.0) 2351 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.558 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: cephadm 2024-03-30T04:49:47.664844+0000 mgr.y (mgr.25441) 5527 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:48.558 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.707384+0000 mon.c (mon.1) 6121 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.558 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.709761+0000 mon.c (mon.1) 6122 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.558 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.711994+0000 mon.c (mon.1) 6123 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.558 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.712803+0000 mon.c (mon.1) 6124 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.558 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: cluster 2024-03-30T04:49:47.714123+0000 mgr.y (mgr.25441) 5528 : cluster [DBG] pgmap v3662: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.558 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: cluster 2024-03-30T04:49:47.714355+0000 mgr.y (mgr.25441) 5529 : cluster [DBG] pgmap v3663: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.558 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.719205+0000 mon.a (mon.0) 2352 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.558 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: cephadm 2024-03-30T04:49:47.720495+0000 mgr.y (mgr.25441) 5530 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:48.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.761386+0000 mon.c (mon.1) 6125 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.765869+0000 mon.c (mon.1) 6126 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.767987+0000 mon.c (mon.1) 6127 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.768719+0000 mon.c (mon.1) 6128 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: cluster 2024-03-30T04:49:47.771669+0000 mgr.y (mgr.25441) 5531 : cluster [DBG] pgmap v3664: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: cluster 2024-03-30T04:49:47.771932+0000 mgr.y (mgr.25441) 5532 : cluster [DBG] pgmap v3665: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.777039+0000 mon.a (mon.0) 2353 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: cephadm 2024-03-30T04:49:47.777835+0000 mgr.y (mgr.25441) 5533 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:48.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.823524+0000 mon.c (mon.1) 6129 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.825876+0000 mon.c (mon.1) 6130 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.827809+0000 mon.c (mon.1) 6131 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.828585+0000 mon.c (mon.1) 6132 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.835549+0000 mon.a (mon.0) 2354 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.877346+0000 mon.c (mon.1) 6133 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.879431+0000 mon.c (mon.1) 6134 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.881225+0000 mon.c (mon.1) 6135 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.881945+0000 mon.c (mon.1) 6136 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.889151+0000 mon.a (mon.0) 2355 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.931888+0000 mon.c (mon.1) 6137 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.934019+0000 mon.c (mon.1) 6138 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.936109+0000 mon.c (mon.1) 6139 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.936856+0000 mon.c (mon.1) 6140 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.943154+0000 mon.a (mon.0) 2356 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.984736+0000 mon.c (mon.1) 6141 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.986798+0000 mon.c (mon.1) 6142 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.988981+0000 mon.c (mon.1) 6143 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.989743+0000 mon.c (mon.1) 6144 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:47.996503+0000 mon.a (mon.0) 2357 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:48.038520+0000 mon.c (mon.1) 6145 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:48.040691+0000 mon.c (mon.1) 6146 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:48.042943+0000 mon.c (mon.1) 6147 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:48.043728+0000 mon.c (mon.1) 6148 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:48.050155+0000 mon.a (mon.0) 2358 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:48.092196+0000 mon.c (mon.1) 6149 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:48.094070+0000 mon.c (mon.1) 6150 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:48.095917+0000 mon.c (mon.1) 6151 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:48.096595+0000 mon.c (mon.1) 6152 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:48.102864+0000 mon.a (mon.0) 2359 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:48.144127+0000 mon.c (mon.1) 6153 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:48.145926+0000 mon.c (mon.1) 6154 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:48.148144+0000 mon.c (mon.1) 6155 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:48.148874+0000 mon.c (mon.1) 6156 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:48.155680+0000 mon.a (mon.0) 2360 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:48.198494+0000 mon.c (mon.1) 6157 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:48.200645+0000 mon.c (mon.1) 6158 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.562 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:48.202975+0000 mon.c (mon.1) 6159 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.562 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:48.203775+0000 mon.c (mon.1) 6160 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.562 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:48.210886+0000 mon.a (mon.0) 2361 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.562 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:48.254052+0000 mon.c (mon.1) 6161 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.562 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:48.256374+0000 mon.c (mon.1) 6162 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.562 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:48.258851+0000 mon.c (mon.1) 6163 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.562 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:48 smithi117 bash[62284]: audit 2024-03-30T04:49:48.259620+0000 mon.c (mon.1) 6164 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: cluster 2024-03-30T04:49:46.826392+0000 mgr.y (mgr.25441) 5493 : cluster [DBG] pgmap v3639: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 30 op/s 2024-03-30T04:49:48.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: cluster 2024-03-30T04:49:46.826587+0000 mgr.y (mgr.25441) 5494 : cluster [DBG] pgmap v3640: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 30 op/s 2024-03-30T04:49:48.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: cephadm 2024-03-30T04:49:46.833104+0000 mgr.y (mgr.25441) 5495 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:48.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: cluster 2024-03-30T04:49:46.918060+0000 mgr.y (mgr.25441) 5496 : cluster [DBG] pgmap v3641: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: cephadm 2024-03-30T04:49:46.930940+0000 mgr.y (mgr.25441) 5497 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:48.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: cluster 2024-03-30T04:49:47.028245+0000 mgr.y (mgr.25441) 5498 : cluster [DBG] pgmap v3642: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: cluster 2024-03-30T04:49:47.028826+0000 mgr.y (mgr.25441) 5499 : cluster [DBG] pgmap v3643: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: cephadm 2024-03-30T04:49:47.039296+0000 mgr.y (mgr.25441) 5500 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:48.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: cluster 2024-03-30T04:49:47.141849+0000 mgr.y (mgr.25441) 5501 : cluster [DBG] pgmap v3644: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: cluster 2024-03-30T04:49:47.142513+0000 mgr.y (mgr.25441) 5502 : cluster [DBG] pgmap v3645: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: cephadm 2024-03-30T04:49:47.152780+0000 mgr.y (mgr.25441) 5503 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:48.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: cluster 2024-03-30T04:49:47.243334+0000 mgr.y (mgr.25441) 5504 : cluster [DBG] pgmap v3646: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: cluster 2024-03-30T04:49:47.243760+0000 mgr.y (mgr.25441) 5505 : cluster [DBG] pgmap v3647: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.265181+0000 mon.a (mon.0) 2344 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: cephadm 2024-03-30T04:49:47.265912+0000 mgr.y (mgr.25441) 5506 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:48.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.306809+0000 mon.c (mon.1) 6093 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.308770+0000 mon.c (mon.1) 6094 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.310710+0000 mon.c (mon.1) 6095 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.311421+0000 mon.c (mon.1) 6096 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: cluster 2024-03-30T04:49:47.312796+0000 mgr.y (mgr.25441) 5507 : cluster [DBG] pgmap v3648: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: cluster 2024-03-30T04:49:46.826392+0000 mgr.y (mgr.25441) 5493 : cluster [DBG] pgmap v3639: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 30 op/s 2024-03-30T04:49:48.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: cluster 2024-03-30T04:49:46.826587+0000 mgr.y (mgr.25441) 5494 : cluster [DBG] pgmap v3640: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 30 op/s 2024-03-30T04:49:48.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: cephadm 2024-03-30T04:49:46.833104+0000 mgr.y (mgr.25441) 5495 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:48.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: cluster 2024-03-30T04:49:46.918060+0000 mgr.y (mgr.25441) 5496 : cluster [DBG] pgmap v3641: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: cephadm 2024-03-30T04:49:46.930940+0000 mgr.y (mgr.25441) 5497 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:48.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: cluster 2024-03-30T04:49:47.028245+0000 mgr.y (mgr.25441) 5498 : cluster [DBG] pgmap v3642: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: cluster 2024-03-30T04:49:47.028826+0000 mgr.y (mgr.25441) 5499 : cluster [DBG] pgmap v3643: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: cephadm 2024-03-30T04:49:47.039296+0000 mgr.y (mgr.25441) 5500 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:48.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: cluster 2024-03-30T04:49:47.141849+0000 mgr.y (mgr.25441) 5501 : cluster [DBG] pgmap v3644: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: cluster 2024-03-30T04:49:47.142513+0000 mgr.y (mgr.25441) 5502 : cluster [DBG] pgmap v3645: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: cephadm 2024-03-30T04:49:47.152780+0000 mgr.y (mgr.25441) 5503 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:48.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: cluster 2024-03-30T04:49:47.243334+0000 mgr.y (mgr.25441) 5504 : cluster [DBG] pgmap v3646: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: cluster 2024-03-30T04:49:47.243760+0000 mgr.y (mgr.25441) 5505 : cluster [DBG] pgmap v3647: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.265181+0000 mon.a (mon.0) 2344 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: cephadm 2024-03-30T04:49:47.265912+0000 mgr.y (mgr.25441) 5506 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:48.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.306809+0000 mon.c (mon.1) 6093 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.308770+0000 mon.c (mon.1) 6094 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.310710+0000 mon.c (mon.1) 6095 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.311421+0000 mon.c (mon.1) 6096 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: cluster 2024-03-30T04:49:47.312796+0000 mgr.y (mgr.25441) 5507 : cluster [DBG] pgmap v3648: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: cluster 2024-03-30T04:49:47.313063+0000 mgr.y (mgr.25441) 5508 : cluster [DBG] pgmap v3649: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.319267+0000 mon.a (mon.0) 2345 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: cephadm 2024-03-30T04:49:47.322303+0000 mgr.y (mgr.25441) 5509 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:48.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.362472+0000 mon.c (mon.1) 6097 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.364198+0000 mon.c (mon.1) 6098 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.365798+0000 mon.c (mon.1) 6099 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.366336+0000 mon.c (mon.1) 6100 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: cluster 2024-03-30T04:49:47.367509+0000 mgr.y (mgr.25441) 5510 : cluster [DBG] pgmap v3650: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: cluster 2024-03-30T04:49:47.367737+0000 mgr.y (mgr.25441) 5511 : cluster [DBG] pgmap v3651: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.374097+0000 mon.a (mon.0) 2346 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: cephadm 2024-03-30T04:49:47.378256+0000 mgr.y (mgr.25441) 5512 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:48.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.418071+0000 mon.c (mon.1) 6101 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.420075+0000 mon.c (mon.1) 6102 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.421748+0000 mon.c (mon.1) 6103 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.422443+0000 mon.c (mon.1) 6104 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: cluster 2024-03-30T04:49:47.423685+0000 mgr.y (mgr.25441) 5513 : cluster [DBG] pgmap v3652: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: cluster 2024-03-30T04:49:47.423916+0000 mgr.y (mgr.25441) 5514 : cluster [DBG] pgmap v3653: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.430075+0000 mon.a (mon.0) 2347 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: cephadm 2024-03-30T04:49:47.433079+0000 mgr.y (mgr.25441) 5515 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:48.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.473526+0000 mon.c (mon.1) 6105 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: cluster 2024-03-30T04:49:47.313063+0000 mgr.y (mgr.25441) 5508 : cluster [DBG] pgmap v3649: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.319267+0000 mon.a (mon.0) 2345 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: cephadm 2024-03-30T04:49:47.322303+0000 mgr.y (mgr.25441) 5509 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:48.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.362472+0000 mon.c (mon.1) 6097 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.364198+0000 mon.c (mon.1) 6098 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.365798+0000 mon.c (mon.1) 6099 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.366336+0000 mon.c (mon.1) 6100 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: cluster 2024-03-30T04:49:47.367509+0000 mgr.y (mgr.25441) 5510 : cluster [DBG] pgmap v3650: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: cluster 2024-03-30T04:49:47.367737+0000 mgr.y (mgr.25441) 5511 : cluster [DBG] pgmap v3651: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.374097+0000 mon.a (mon.0) 2346 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: cephadm 2024-03-30T04:49:47.378256+0000 mgr.y (mgr.25441) 5512 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:48.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.418071+0000 mon.c (mon.1) 6101 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.420075+0000 mon.c (mon.1) 6102 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.421748+0000 mon.c (mon.1) 6103 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.422443+0000 mon.c (mon.1) 6104 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: cluster 2024-03-30T04:49:47.423685+0000 mgr.y (mgr.25441) 5513 : cluster [DBG] pgmap v3652: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: cluster 2024-03-30T04:49:47.423916+0000 mgr.y (mgr.25441) 5514 : cluster [DBG] pgmap v3653: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.430075+0000 mon.a (mon.0) 2347 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: cephadm 2024-03-30T04:49:47.433079+0000 mgr.y (mgr.25441) 5515 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:48.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.473526+0000 mon.c (mon.1) 6105 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.475450+0000 mon.c (mon.1) 6106 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.477153+0000 mon.c (mon.1) 6107 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.477781+0000 mon.c (mon.1) 6108 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: cluster 2024-03-30T04:49:47.479021+0000 mgr.y (mgr.25441) 5516 : cluster [DBG] pgmap v3654: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: cluster 2024-03-30T04:49:47.479198+0000 mgr.y (mgr.25441) 5517 : cluster [DBG] pgmap v3655: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.486101+0000 mon.a (mon.0) 2348 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: cephadm 2024-03-30T04:49:47.489140+0000 mgr.y (mgr.25441) 5518 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:48.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.529206+0000 mon.c (mon.1) 6109 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.531198+0000 mon.c (mon.1) 6110 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.533055+0000 mon.c (mon.1) 6111 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.533674+0000 mon.c (mon.1) 6112 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: cluster 2024-03-30T04:49:47.534857+0000 mgr.y (mgr.25441) 5519 : cluster [DBG] pgmap v3656: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: cluster 2024-03-30T04:49:47.535092+0000 mgr.y (mgr.25441) 5520 : cluster [DBG] pgmap v3657: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.541880+0000 mon.a (mon.0) 2349 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: cephadm 2024-03-30T04:49:47.542489+0000 mgr.y (mgr.25441) 5521 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:48.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.582559+0000 mon.c (mon.1) 6113 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.584680+0000 mon.c (mon.1) 6114 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.586580+0000 mon.c (mon.1) 6115 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.587272+0000 mon.c (mon.1) 6116 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: cluster 2024-03-30T04:49:47.588556+0000 mgr.y (mgr.25441) 5522 : cluster [DBG] pgmap v3658: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.475450+0000 mon.c (mon.1) 6106 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.477153+0000 mon.c (mon.1) 6107 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.477781+0000 mon.c (mon.1) 6108 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: cluster 2024-03-30T04:49:47.479021+0000 mgr.y (mgr.25441) 5516 : cluster [DBG] pgmap v3654: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: cluster 2024-03-30T04:49:47.479198+0000 mgr.y (mgr.25441) 5517 : cluster [DBG] pgmap v3655: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.486101+0000 mon.a (mon.0) 2348 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: cephadm 2024-03-30T04:49:47.489140+0000 mgr.y (mgr.25441) 5518 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:48.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.529206+0000 mon.c (mon.1) 6109 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.531198+0000 mon.c (mon.1) 6110 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.533055+0000 mon.c (mon.1) 6111 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.533674+0000 mon.c (mon.1) 6112 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: cluster 2024-03-30T04:49:47.534857+0000 mgr.y (mgr.25441) 5519 : cluster [DBG] pgmap v3656: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: cluster 2024-03-30T04:49:47.535092+0000 mgr.y (mgr.25441) 5520 : cluster [DBG] pgmap v3657: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.541880+0000 mon.a (mon.0) 2349 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: cephadm 2024-03-30T04:49:47.542489+0000 mgr.y (mgr.25441) 5521 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:48.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.582559+0000 mon.c (mon.1) 6113 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.584680+0000 mon.c (mon.1) 6114 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.586580+0000 mon.c (mon.1) 6115 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.587272+0000 mon.c (mon.1) 6116 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: cluster 2024-03-30T04:49:47.588556+0000 mgr.y (mgr.25441) 5522 : cluster [DBG] pgmap v3658: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: cluster 2024-03-30T04:49:47.588769+0000 mgr.y (mgr.25441) 5523 : cluster [DBG] pgmap v3659: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.593314+0000 mon.a (mon.0) 2350 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: cephadm 2024-03-30T04:49:47.594903+0000 mgr.y (mgr.25441) 5524 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:48.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.651635+0000 mon.c (mon.1) 6117 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.654174+0000 mon.c (mon.1) 6118 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.656094+0000 mon.c (mon.1) 6119 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.656773+0000 mon.c (mon.1) 6120 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: cluster 2024-03-30T04:49:47.658289+0000 mgr.y (mgr.25441) 5525 : cluster [DBG] pgmap v3660: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: cluster 2024-03-30T04:49:47.658533+0000 mgr.y (mgr.25441) 5526 : cluster [DBG] pgmap v3661: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.663631+0000 mon.a (mon.0) 2351 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: cephadm 2024-03-30T04:49:47.664844+0000 mgr.y (mgr.25441) 5527 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:48.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.707384+0000 mon.c (mon.1) 6121 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.709761+0000 mon.c (mon.1) 6122 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.711994+0000 mon.c (mon.1) 6123 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.712803+0000 mon.c (mon.1) 6124 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: cluster 2024-03-30T04:49:47.714123+0000 mgr.y (mgr.25441) 5528 : cluster [DBG] pgmap v3662: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: cluster 2024-03-30T04:49:47.714355+0000 mgr.y (mgr.25441) 5529 : cluster [DBG] pgmap v3663: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.719205+0000 mon.a (mon.0) 2352 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: cephadm 2024-03-30T04:49:47.720495+0000 mgr.y (mgr.25441) 5530 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:48.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.761386+0000 mon.c (mon.1) 6125 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: cluster 2024-03-30T04:49:47.588769+0000 mgr.y (mgr.25441) 5523 : cluster [DBG] pgmap v3659: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.593314+0000 mon.a (mon.0) 2350 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: cephadm 2024-03-30T04:49:47.594903+0000 mgr.y (mgr.25441) 5524 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:48.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.651635+0000 mon.c (mon.1) 6117 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.654174+0000 mon.c (mon.1) 6118 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.656094+0000 mon.c (mon.1) 6119 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.656773+0000 mon.c (mon.1) 6120 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: cluster 2024-03-30T04:49:47.658289+0000 mgr.y (mgr.25441) 5525 : cluster [DBG] pgmap v3660: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: cluster 2024-03-30T04:49:47.658533+0000 mgr.y (mgr.25441) 5526 : cluster [DBG] pgmap v3661: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.663631+0000 mon.a (mon.0) 2351 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: cephadm 2024-03-30T04:49:47.664844+0000 mgr.y (mgr.25441) 5527 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:48.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.707384+0000 mon.c (mon.1) 6121 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.709761+0000 mon.c (mon.1) 6122 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.711994+0000 mon.c (mon.1) 6123 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.712803+0000 mon.c (mon.1) 6124 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: cluster 2024-03-30T04:49:47.714123+0000 mgr.y (mgr.25441) 5528 : cluster [DBG] pgmap v3662: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: cluster 2024-03-30T04:49:47.714355+0000 mgr.y (mgr.25441) 5529 : cluster [DBG] pgmap v3663: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.719205+0000 mon.a (mon.0) 2352 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: cephadm 2024-03-30T04:49:47.720495+0000 mgr.y (mgr.25441) 5530 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:48.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.761386+0000 mon.c (mon.1) 6125 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.765869+0000 mon.c (mon.1) 6126 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.767987+0000 mon.c (mon.1) 6127 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.768719+0000 mon.c (mon.1) 6128 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: cluster 2024-03-30T04:49:47.771669+0000 mgr.y (mgr.25441) 5531 : cluster [DBG] pgmap v3664: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: cluster 2024-03-30T04:49:47.771932+0000 mgr.y (mgr.25441) 5532 : cluster [DBG] pgmap v3665: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.777039+0000 mon.a (mon.0) 2353 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: cephadm 2024-03-30T04:49:47.777835+0000 mgr.y (mgr.25441) 5533 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:48.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.823524+0000 mon.c (mon.1) 6129 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.825876+0000 mon.c (mon.1) 6130 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.827809+0000 mon.c (mon.1) 6131 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.828585+0000 mon.c (mon.1) 6132 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.835549+0000 mon.a (mon.0) 2354 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.877346+0000 mon.c (mon.1) 6133 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.879431+0000 mon.c (mon.1) 6134 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.881225+0000 mon.c (mon.1) 6135 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.881945+0000 mon.c (mon.1) 6136 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.889151+0000 mon.a (mon.0) 2355 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.931888+0000 mon.c (mon.1) 6137 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.934019+0000 mon.c (mon.1) 6138 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.936109+0000 mon.c (mon.1) 6139 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.765869+0000 mon.c (mon.1) 6126 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.767987+0000 mon.c (mon.1) 6127 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.768719+0000 mon.c (mon.1) 6128 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: cluster 2024-03-30T04:49:47.771669+0000 mgr.y (mgr.25441) 5531 : cluster [DBG] pgmap v3664: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: cluster 2024-03-30T04:49:47.771932+0000 mgr.y (mgr.25441) 5532 : cluster [DBG] pgmap v3665: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:48.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.777039+0000 mon.a (mon.0) 2353 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: cephadm 2024-03-30T04:49:47.777835+0000 mgr.y (mgr.25441) 5533 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:48.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.823524+0000 mon.c (mon.1) 6129 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.825876+0000 mon.c (mon.1) 6130 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.827809+0000 mon.c (mon.1) 6131 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.828585+0000 mon.c (mon.1) 6132 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.835549+0000 mon.a (mon.0) 2354 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.877346+0000 mon.c (mon.1) 6133 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.879431+0000 mon.c (mon.1) 6134 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.881225+0000 mon.c (mon.1) 6135 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.881945+0000 mon.c (mon.1) 6136 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.889151+0000 mon.a (mon.0) 2355 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.931888+0000 mon.c (mon.1) 6137 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.934019+0000 mon.c (mon.1) 6138 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.936109+0000 mon.c (mon.1) 6139 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.936856+0000 mon.c (mon.1) 6140 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.943154+0000 mon.a (mon.0) 2356 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.984736+0000 mon.c (mon.1) 6141 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.986798+0000 mon.c (mon.1) 6142 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.988981+0000 mon.c (mon.1) 6143 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.989743+0000 mon.c (mon.1) 6144 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:47.996503+0000 mon.a (mon.0) 2357 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:48.038520+0000 mon.c (mon.1) 6145 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:48.040691+0000 mon.c (mon.1) 6146 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:48.042943+0000 mon.c (mon.1) 6147 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:48.043728+0000 mon.c (mon.1) 6148 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:48.050155+0000 mon.a (mon.0) 2358 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:48.092196+0000 mon.c (mon.1) 6149 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:48.094070+0000 mon.c (mon.1) 6150 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:48.095917+0000 mon.c (mon.1) 6151 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:48.096595+0000 mon.c (mon.1) 6152 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:48.102864+0000 mon.a (mon.0) 2359 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:48.144127+0000 mon.c (mon.1) 6153 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:48.145926+0000 mon.c (mon.1) 6154 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.936856+0000 mon.c (mon.1) 6140 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.943154+0000 mon.a (mon.0) 2356 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.984736+0000 mon.c (mon.1) 6141 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.986798+0000 mon.c (mon.1) 6142 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.988981+0000 mon.c (mon.1) 6143 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.989743+0000 mon.c (mon.1) 6144 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:47.996503+0000 mon.a (mon.0) 2357 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:48.038520+0000 mon.c (mon.1) 6145 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:48.040691+0000 mon.c (mon.1) 6146 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:48.042943+0000 mon.c (mon.1) 6147 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:48.043728+0000 mon.c (mon.1) 6148 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:48.050155+0000 mon.a (mon.0) 2358 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:48.092196+0000 mon.c (mon.1) 6149 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:48.094070+0000 mon.c (mon.1) 6150 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:48.095917+0000 mon.c (mon.1) 6151 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:48.096595+0000 mon.c (mon.1) 6152 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:48.102864+0000 mon.a (mon.0) 2359 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:48.144127+0000 mon.c (mon.1) 6153 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:48.145926+0000 mon.c (mon.1) 6154 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.640 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:48.148144+0000 mon.c (mon.1) 6155 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.640 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:48.148874+0000 mon.c (mon.1) 6156 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.640 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:48.155680+0000 mon.a (mon.0) 2360 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.640 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:48.198494+0000 mon.c (mon.1) 6157 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.640 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:48.200645+0000 mon.c (mon.1) 6158 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.640 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:48.202975+0000 mon.c (mon.1) 6159 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.640 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:48.203775+0000 mon.c (mon.1) 6160 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.640 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:48.210886+0000 mon.a (mon.0) 2361 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.640 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:48.254052+0000 mon.c (mon.1) 6161 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.640 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:48.256374+0000 mon.c (mon.1) 6162 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.640 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:48.258851+0000 mon.c (mon.1) 6163 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.640 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[70954]: audit 2024-03-30T04:49:48.259620+0000 mon.c (mon.1) 6164 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:48.148144+0000 mon.c (mon.1) 6155 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:48.148874+0000 mon.c (mon.1) 6156 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:48.155680+0000 mon.a (mon.0) 2360 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:48.198494+0000 mon.c (mon.1) 6157 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:48.200645+0000 mon.c (mon.1) 6158 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:48.202975+0000 mon.c (mon.1) 6159 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:48.203775+0000 mon.c (mon.1) 6160 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:48.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:48.210886+0000 mon.a (mon.0) 2361 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:48.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:48.254052+0000 mon.c (mon.1) 6161 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:48.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:48.256374+0000 mon.c (mon.1) 6162 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:48.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:48.258851+0000 mon.c (mon.1) 6163 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:48.641 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:48 smithi111 bash[73591]: audit 2024-03-30T04:49:48.259620+0000 mon.c (mon.1) 6164 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:49.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: cluster 2024-03-30T04:49:47.830035+0000 mgr.y (mgr.25441) 5534 : cluster [DBG] pgmap v3666: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: cluster 2024-03-30T04:49:47.830276+0000 mgr.y (mgr.25441) 5535 : cluster [DBG] pgmap v3667: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: cephadm 2024-03-30T04:49:47.836185+0000 mgr.y (mgr.25441) 5536 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:49.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: cluster 2024-03-30T04:49:47.883278+0000 mgr.y (mgr.25441) 5537 : cluster [DBG] pgmap v3668: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: cluster 2024-03-30T04:49:47.883518+0000 mgr.y (mgr.25441) 5538 : cluster [DBG] pgmap v3669: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: cephadm 2024-03-30T04:49:47.889830+0000 mgr.y (mgr.25441) 5539 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:49.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: cluster 2024-03-30T04:49:47.938136+0000 mgr.y (mgr.25441) 5540 : cluster [DBG] pgmap v3670: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: cluster 2024-03-30T04:49:47.938347+0000 mgr.y (mgr.25441) 5541 : cluster [DBG] pgmap v3671: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: cephadm 2024-03-30T04:49:47.943872+0000 mgr.y (mgr.25441) 5542 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:49.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: cluster 2024-03-30T04:49:47.991087+0000 mgr.y (mgr.25441) 5543 : cluster [DBG] pgmap v3672: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: cluster 2024-03-30T04:49:47.991328+0000 mgr.y (mgr.25441) 5544 : cluster [DBG] pgmap v3673: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: cephadm 2024-03-30T04:49:47.997479+0000 mgr.y (mgr.25441) 5545 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:49.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: cluster 2024-03-30T04:49:48.045166+0000 mgr.y (mgr.25441) 5546 : cluster [DBG] pgmap v3674: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: cluster 2024-03-30T04:49:48.045407+0000 mgr.y (mgr.25441) 5547 : cluster [DBG] pgmap v3675: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: cephadm 2024-03-30T04:49:48.050873+0000 mgr.y (mgr.25441) 5548 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:49.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: cluster 2024-03-30T04:49:48.097962+0000 mgr.y (mgr.25441) 5549 : cluster [DBG] pgmap v3676: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: cluster 2024-03-30T04:49:48.098191+0000 mgr.y (mgr.25441) 5550 : cluster [DBG] pgmap v3677: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: cephadm 2024-03-30T04:49:48.103925+0000 mgr.y (mgr.25441) 5551 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:49.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: cluster 2024-03-30T04:49:48.150558+0000 mgr.y (mgr.25441) 5552 : cluster [DBG] pgmap v3678: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: cluster 2024-03-30T04:49:48.150838+0000 mgr.y (mgr.25441) 5553 : cluster [DBG] pgmap v3679: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: cluster 2024-03-30T04:49:47.830035+0000 mgr.y (mgr.25441) 5534 : cluster [DBG] pgmap v3666: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: cluster 2024-03-30T04:49:47.830276+0000 mgr.y (mgr.25441) 5535 : cluster [DBG] pgmap v3667: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: cephadm 2024-03-30T04:49:47.836185+0000 mgr.y (mgr.25441) 5536 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:49.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: cluster 2024-03-30T04:49:47.883278+0000 mgr.y (mgr.25441) 5537 : cluster [DBG] pgmap v3668: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: cluster 2024-03-30T04:49:47.883518+0000 mgr.y (mgr.25441) 5538 : cluster [DBG] pgmap v3669: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: cephadm 2024-03-30T04:49:47.889830+0000 mgr.y (mgr.25441) 5539 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:49.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: cluster 2024-03-30T04:49:47.938136+0000 mgr.y (mgr.25441) 5540 : cluster [DBG] pgmap v3670: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: cluster 2024-03-30T04:49:47.938347+0000 mgr.y (mgr.25441) 5541 : cluster [DBG] pgmap v3671: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: cephadm 2024-03-30T04:49:47.943872+0000 mgr.y (mgr.25441) 5542 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:49.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: cluster 2024-03-30T04:49:47.991087+0000 mgr.y (mgr.25441) 5543 : cluster [DBG] pgmap v3672: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: cluster 2024-03-30T04:49:47.991328+0000 mgr.y (mgr.25441) 5544 : cluster [DBG] pgmap v3673: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: cephadm 2024-03-30T04:49:47.997479+0000 mgr.y (mgr.25441) 5545 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:49.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: cluster 2024-03-30T04:49:48.045166+0000 mgr.y (mgr.25441) 5546 : cluster [DBG] pgmap v3674: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: cluster 2024-03-30T04:49:48.045407+0000 mgr.y (mgr.25441) 5547 : cluster [DBG] pgmap v3675: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: cephadm 2024-03-30T04:49:48.050873+0000 mgr.y (mgr.25441) 5548 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:49.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: cluster 2024-03-30T04:49:48.097962+0000 mgr.y (mgr.25441) 5549 : cluster [DBG] pgmap v3676: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: cluster 2024-03-30T04:49:48.098191+0000 mgr.y (mgr.25441) 5550 : cluster [DBG] pgmap v3677: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: cephadm 2024-03-30T04:49:48.103925+0000 mgr.y (mgr.25441) 5551 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:49.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: cluster 2024-03-30T04:49:48.150558+0000 mgr.y (mgr.25441) 5552 : cluster [DBG] pgmap v3678: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: cluster 2024-03-30T04:49:48.150838+0000 mgr.y (mgr.25441) 5553 : cluster [DBG] pgmap v3679: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: cephadm 2024-03-30T04:49:48.156467+0000 mgr.y (mgr.25441) 5554 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:49.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: cluster 2024-03-30T04:49:48.205347+0000 mgr.y (mgr.25441) 5555 : cluster [DBG] pgmap v3680: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: cluster 2024-03-30T04:49:48.205559+0000 mgr.y (mgr.25441) 5556 : cluster [DBG] pgmap v3681: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: cephadm 2024-03-30T04:49:48.212047+0000 mgr.y (mgr.25441) 5557 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:49.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: cluster 2024-03-30T04:49:48.261008+0000 mgr.y (mgr.25441) 5558 : cluster [DBG] pgmap v3682: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: cluster 2024-03-30T04:49:48.261249+0000 mgr.y (mgr.25441) 5559 : cluster [DBG] pgmap v3683: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: audit 2024-03-30T04:49:48.290884+0000 mon.a (mon.0) 2362 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:49.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: cephadm 2024-03-30T04:49:48.293049+0000 mgr.y (mgr.25441) 5560 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:49.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: audit 2024-03-30T04:49:48.298891+0000 mon.a (mon.0) 2363 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:49.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: audit 2024-03-30T04:49:48.312523+0000 mon.a (mon.0) 2364 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:49.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: cluster 2024-03-30T04:49:48.316806+0000 mgr.y (mgr.25441) 5561 : cluster [DBG] pgmap v3684: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: cluster 2024-03-30T04:49:48.317089+0000 mgr.y (mgr.25441) 5562 : cluster [DBG] pgmap v3685: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: audit 2024-03-30T04:49:48.322038+0000 mon.a (mon.0) 2365 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:49.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: audit 2024-03-30T04:49:48.350928+0000 mon.c (mon.1) 6165 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:49.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: audit 2024-03-30T04:49:48.353573+0000 mon.c (mon.1) 6166 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:49.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: audit 2024-03-30T04:49:48.355454+0000 mon.c (mon.1) 6167 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:49.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: audit 2024-03-30T04:49:48.357076+0000 mon.c (mon.1) 6168 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:49.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: audit 2024-03-30T04:49:48.359431+0000 mon.c (mon.1) 6169 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:49.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: audit 2024-03-30T04:49:48.363001+0000 mon.c (mon.1) 6170 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:49.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: audit 2024-03-30T04:49:48.364617+0000 mon.c (mon.1) 6171 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:49.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: audit 2024-03-30T04:49:48.365635+0000 mon.c (mon.1) 6172 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:49.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: cephadm 2024-03-30T04:49:48.156467+0000 mgr.y (mgr.25441) 5554 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:49.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: cluster 2024-03-30T04:49:48.205347+0000 mgr.y (mgr.25441) 5555 : cluster [DBG] pgmap v3680: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: cluster 2024-03-30T04:49:48.205559+0000 mgr.y (mgr.25441) 5556 : cluster [DBG] pgmap v3681: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: cephadm 2024-03-30T04:49:48.212047+0000 mgr.y (mgr.25441) 5557 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:49.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: cluster 2024-03-30T04:49:48.261008+0000 mgr.y (mgr.25441) 5558 : cluster [DBG] pgmap v3682: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: cluster 2024-03-30T04:49:48.261249+0000 mgr.y (mgr.25441) 5559 : cluster [DBG] pgmap v3683: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: audit 2024-03-30T04:49:48.290884+0000 mon.a (mon.0) 2362 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:49.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: cephadm 2024-03-30T04:49:48.293049+0000 mgr.y (mgr.25441) 5560 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:49.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: audit 2024-03-30T04:49:48.298891+0000 mon.a (mon.0) 2363 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:49.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: audit 2024-03-30T04:49:48.312523+0000 mon.a (mon.0) 2364 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:49.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: cluster 2024-03-30T04:49:48.316806+0000 mgr.y (mgr.25441) 5561 : cluster [DBG] pgmap v3684: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: cluster 2024-03-30T04:49:48.317089+0000 mgr.y (mgr.25441) 5562 : cluster [DBG] pgmap v3685: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: audit 2024-03-30T04:49:48.322038+0000 mon.a (mon.0) 2365 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:49.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: audit 2024-03-30T04:49:48.350928+0000 mon.c (mon.1) 6165 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:49.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: audit 2024-03-30T04:49:48.353573+0000 mon.c (mon.1) 6166 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:49.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: audit 2024-03-30T04:49:48.355454+0000 mon.c (mon.1) 6167 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:49.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: audit 2024-03-30T04:49:48.357076+0000 mon.c (mon.1) 6168 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:49.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: audit 2024-03-30T04:49:48.359431+0000 mon.c (mon.1) 6169 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:49.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: audit 2024-03-30T04:49:48.363001+0000 mon.c (mon.1) 6170 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:49.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: audit 2024-03-30T04:49:48.364617+0000 mon.c (mon.1) 6171 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:49.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: audit 2024-03-30T04:49:48.365635+0000 mon.c (mon.1) 6172 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:49.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: audit 2024-03-30T04:49:48.366910+0000 mon.c (mon.1) 6173 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:49.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: audit 2024-03-30T04:49:48.368149+0000 mon.c (mon.1) 6174 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:49.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: audit 2024-03-30T04:49:48.369401+0000 mon.c (mon.1) 6175 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:49.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: audit 2024-03-30T04:49:48.370690+0000 mon.c (mon.1) 6176 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:49.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: audit 2024-03-30T04:49:48.372059+0000 mon.c (mon.1) 6177 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:49.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: audit 2024-03-30T04:49:48.535207+0000 mon.a (mon.0) 2366 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:49.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: audit 2024-03-30T04:49:48.544649+0000 mon.a (mon.0) 2367 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:49.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: cluster 2024-03-30T04:49:48.548962+0000 mgr.y (mgr.25441) 5563 : cluster [DBG] pgmap v3686: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: cluster 2024-03-30T04:49:48.549229+0000 mgr.y (mgr.25441) 5564 : cluster [DBG] pgmap v3687: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: audit 2024-03-30T04:49:48.556155+0000 mon.a (mon.0) 2368 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:49.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: audit 2024-03-30T04:49:48.761151+0000 mon.a (mon.0) 2369 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:49.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: audit 2024-03-30T04:49:48.769634+0000 mon.a (mon.0) 2370 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:49.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: cluster 2024-03-30T04:49:48.771338+0000 mgr.y (mgr.25441) 5565 : cluster [DBG] pgmap v3688: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: cluster 2024-03-30T04:49:48.771550+0000 mgr.y (mgr.25441) 5566 : cluster [DBG] pgmap v3689: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[70954]: audit 2024-03-30T04:49:48.777578+0000 mon.a (mon.0) 2371 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:49.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: audit 2024-03-30T04:49:48.366910+0000 mon.c (mon.1) 6173 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:49.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: audit 2024-03-30T04:49:48.368149+0000 mon.c (mon.1) 6174 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:49.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: audit 2024-03-30T04:49:48.369401+0000 mon.c (mon.1) 6175 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:49.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: audit 2024-03-30T04:49:48.370690+0000 mon.c (mon.1) 6176 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:49.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: audit 2024-03-30T04:49:48.372059+0000 mon.c (mon.1) 6177 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:49.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: audit 2024-03-30T04:49:48.535207+0000 mon.a (mon.0) 2366 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:49.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: audit 2024-03-30T04:49:48.544649+0000 mon.a (mon.0) 2367 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:49.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: cluster 2024-03-30T04:49:48.548962+0000 mgr.y (mgr.25441) 5563 : cluster [DBG] pgmap v3686: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: cluster 2024-03-30T04:49:48.549229+0000 mgr.y (mgr.25441) 5564 : cluster [DBG] pgmap v3687: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: audit 2024-03-30T04:49:48.556155+0000 mon.a (mon.0) 2368 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:49.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: audit 2024-03-30T04:49:48.761151+0000 mon.a (mon.0) 2369 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:49.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: audit 2024-03-30T04:49:48.769634+0000 mon.a (mon.0) 2370 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:49.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: cluster 2024-03-30T04:49:48.771338+0000 mgr.y (mgr.25441) 5565 : cluster [DBG] pgmap v3688: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: cluster 2024-03-30T04:49:48.771550+0000 mgr.y (mgr.25441) 5566 : cluster [DBG] pgmap v3689: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:49 smithi111 bash[73591]: audit 2024-03-30T04:49:48.777578+0000 mon.a (mon.0) 2371 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:49.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: cluster 2024-03-30T04:49:47.830035+0000 mgr.y (mgr.25441) 5534 : cluster [DBG] pgmap v3666: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: cluster 2024-03-30T04:49:47.830276+0000 mgr.y (mgr.25441) 5535 : cluster [DBG] pgmap v3667: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: cephadm 2024-03-30T04:49:47.836185+0000 mgr.y (mgr.25441) 5536 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:49.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: cluster 2024-03-30T04:49:47.883278+0000 mgr.y (mgr.25441) 5537 : cluster [DBG] pgmap v3668: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: cluster 2024-03-30T04:49:47.883518+0000 mgr.y (mgr.25441) 5538 : cluster [DBG] pgmap v3669: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: cephadm 2024-03-30T04:49:47.889830+0000 mgr.y (mgr.25441) 5539 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:49.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: cluster 2024-03-30T04:49:47.938136+0000 mgr.y (mgr.25441) 5540 : cluster [DBG] pgmap v3670: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: cluster 2024-03-30T04:49:47.938347+0000 mgr.y (mgr.25441) 5541 : cluster [DBG] pgmap v3671: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: cephadm 2024-03-30T04:49:47.943872+0000 mgr.y (mgr.25441) 5542 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:49.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: cluster 2024-03-30T04:49:47.991087+0000 mgr.y (mgr.25441) 5543 : cluster [DBG] pgmap v3672: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: cluster 2024-03-30T04:49:47.991328+0000 mgr.y (mgr.25441) 5544 : cluster [DBG] pgmap v3673: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: cephadm 2024-03-30T04:49:47.997479+0000 mgr.y (mgr.25441) 5545 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:49.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: cluster 2024-03-30T04:49:48.045166+0000 mgr.y (mgr.25441) 5546 : cluster [DBG] pgmap v3674: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: cluster 2024-03-30T04:49:48.045407+0000 mgr.y (mgr.25441) 5547 : cluster [DBG] pgmap v3675: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: cephadm 2024-03-30T04:49:48.050873+0000 mgr.y (mgr.25441) 5548 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:49.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: cluster 2024-03-30T04:49:48.097962+0000 mgr.y (mgr.25441) 5549 : cluster [DBG] pgmap v3676: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: cluster 2024-03-30T04:49:48.098191+0000 mgr.y (mgr.25441) 5550 : cluster [DBG] pgmap v3677: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: cephadm 2024-03-30T04:49:48.103925+0000 mgr.y (mgr.25441) 5551 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:49.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: cluster 2024-03-30T04:49:48.150558+0000 mgr.y (mgr.25441) 5552 : cluster [DBG] pgmap v3678: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: cluster 2024-03-30T04:49:48.150838+0000 mgr.y (mgr.25441) 5553 : cluster [DBG] pgmap v3679: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: cephadm 2024-03-30T04:49:48.156467+0000 mgr.y (mgr.25441) 5554 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:49.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: cluster 2024-03-30T04:49:48.205347+0000 mgr.y (mgr.25441) 5555 : cluster [DBG] pgmap v3680: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: cluster 2024-03-30T04:49:48.205559+0000 mgr.y (mgr.25441) 5556 : cluster [DBG] pgmap v3681: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: cephadm 2024-03-30T04:49:48.212047+0000 mgr.y (mgr.25441) 5557 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:49.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: cluster 2024-03-30T04:49:48.261008+0000 mgr.y (mgr.25441) 5558 : cluster [DBG] pgmap v3682: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: cluster 2024-03-30T04:49:48.261249+0000 mgr.y (mgr.25441) 5559 : cluster [DBG] pgmap v3683: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: audit 2024-03-30T04:49:48.290884+0000 mon.a (mon.0) 2362 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:49.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: cephadm 2024-03-30T04:49:48.293049+0000 mgr.y (mgr.25441) 5560 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:49.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: audit 2024-03-30T04:49:48.298891+0000 mon.a (mon.0) 2363 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:49.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: audit 2024-03-30T04:49:48.312523+0000 mon.a (mon.0) 2364 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:49.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: cluster 2024-03-30T04:49:48.316806+0000 mgr.y (mgr.25441) 5561 : cluster [DBG] pgmap v3684: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: cluster 2024-03-30T04:49:48.317089+0000 mgr.y (mgr.25441) 5562 : cluster [DBG] pgmap v3685: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: audit 2024-03-30T04:49:48.322038+0000 mon.a (mon.0) 2365 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:49.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: audit 2024-03-30T04:49:48.350928+0000 mon.c (mon.1) 6165 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:49.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: audit 2024-03-30T04:49:48.353573+0000 mon.c (mon.1) 6166 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:49.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: audit 2024-03-30T04:49:48.355454+0000 mon.c (mon.1) 6167 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:49.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: audit 2024-03-30T04:49:48.357076+0000 mon.c (mon.1) 6168 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:49.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: audit 2024-03-30T04:49:48.359431+0000 mon.c (mon.1) 6169 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:49.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: audit 2024-03-30T04:49:48.363001+0000 mon.c (mon.1) 6170 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:49.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: audit 2024-03-30T04:49:48.364617+0000 mon.c (mon.1) 6171 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:49.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: audit 2024-03-30T04:49:48.365635+0000 mon.c (mon.1) 6172 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:49.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: audit 2024-03-30T04:49:48.366910+0000 mon.c (mon.1) 6173 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:49.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: audit 2024-03-30T04:49:48.368149+0000 mon.c (mon.1) 6174 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:49.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: audit 2024-03-30T04:49:48.369401+0000 mon.c (mon.1) 6175 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:49.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: audit 2024-03-30T04:49:48.370690+0000 mon.c (mon.1) 6176 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:49.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: audit 2024-03-30T04:49:48.372059+0000 mon.c (mon.1) 6177 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:49.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: audit 2024-03-30T04:49:48.535207+0000 mon.a (mon.0) 2366 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:49.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: audit 2024-03-30T04:49:48.544649+0000 mon.a (mon.0) 2367 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:49.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: cluster 2024-03-30T04:49:48.548962+0000 mgr.y (mgr.25441) 5563 : cluster [DBG] pgmap v3686: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: cluster 2024-03-30T04:49:48.549229+0000 mgr.y (mgr.25441) 5564 : cluster [DBG] pgmap v3687: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: audit 2024-03-30T04:49:48.556155+0000 mon.a (mon.0) 2368 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:49.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: audit 2024-03-30T04:49:48.761151+0000 mon.a (mon.0) 2369 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:49.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: audit 2024-03-30T04:49:48.769634+0000 mon.a (mon.0) 2370 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:49.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: cluster 2024-03-30T04:49:48.771338+0000 mgr.y (mgr.25441) 5565 : cluster [DBG] pgmap v3688: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: cluster 2024-03-30T04:49:48.771550+0000 mgr.y (mgr.25441) 5566 : cluster [DBG] pgmap v3689: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:49.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:49 smithi117 bash[62284]: audit 2024-03-30T04:49:48.777578+0000 mon.a (mon.0) 2371 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:50.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:50 smithi111 bash[70954]: audit 2024-03-30T04:49:49.020754+0000 mgr.y (mgr.25441) 5567 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:50.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:50 smithi111 bash[73591]: audit 2024-03-30T04:49:49.020754+0000 mgr.y (mgr.25441) 5567 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:50.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:50 smithi117 bash[62284]: audit 2024-03-30T04:49:49.020754+0000 mgr.y (mgr.25441) 5567 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:51.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:51 smithi111 bash[73591]: cluster 2024-03-30T04:49:50.772541+0000 mgr.y (mgr.25441) 5568 : cluster [DBG] pgmap v3690: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:51.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:51 smithi111 bash[70954]: cluster 2024-03-30T04:49:50.772541+0000 mgr.y (mgr.25441) 5568 : cluster [DBG] pgmap v3690: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:51.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:51 smithi117 bash[62284]: cluster 2024-03-30T04:49:50.772541+0000 mgr.y (mgr.25441) 5568 : cluster [DBG] pgmap v3690: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:52.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:52 smithi111 bash[73591]: audit 2024-03-30T04:49:51.419229+0000 mon.a (mon.0) 2372 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:52.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:52 smithi111 bash[73591]: audit 2024-03-30T04:49:51.429475+0000 mon.a (mon.0) 2373 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:52.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:52 smithi111 bash[73591]: cluster 2024-03-30T04:49:51.434848+0000 mgr.y (mgr.25441) 5569 : cluster [DBG] pgmap v3691: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:52.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:52 smithi111 bash[73591]: cluster 2024-03-30T04:49:51.435114+0000 mgr.y (mgr.25441) 5570 : cluster [DBG] pgmap v3692: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:52.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:52 smithi111 bash[73591]: audit 2024-03-30T04:49:51.441005+0000 mon.a (mon.0) 2374 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:52.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:52 smithi111 bash[73591]: audit 2024-03-30T04:49:52.037870+0000 mon.a (mon.0) 2375 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:52.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:52 smithi111 bash[73591]: audit 2024-03-30T04:49:52.049330+0000 mon.a (mon.0) 2376 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:52.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:52 smithi111 bash[73591]: audit 2024-03-30T04:49:52.062877+0000 mon.a (mon.0) 2377 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:52.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:52 smithi111 bash[70954]: audit 2024-03-30T04:49:51.419229+0000 mon.a (mon.0) 2372 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:52.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:52 smithi111 bash[70954]: audit 2024-03-30T04:49:51.429475+0000 mon.a (mon.0) 2373 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:52.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:52 smithi111 bash[70954]: cluster 2024-03-30T04:49:51.434848+0000 mgr.y (mgr.25441) 5569 : cluster [DBG] pgmap v3691: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:52.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:52 smithi111 bash[70954]: cluster 2024-03-30T04:49:51.435114+0000 mgr.y (mgr.25441) 5570 : cluster [DBG] pgmap v3692: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:52.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:52 smithi111 bash[70954]: audit 2024-03-30T04:49:51.441005+0000 mon.a (mon.0) 2374 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:52.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:52 smithi111 bash[70954]: audit 2024-03-30T04:49:52.037870+0000 mon.a (mon.0) 2375 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:52.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:52 smithi111 bash[70954]: audit 2024-03-30T04:49:52.049330+0000 mon.a (mon.0) 2376 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:52.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:52 smithi111 bash[70954]: audit 2024-03-30T04:49:52.062877+0000 mon.a (mon.0) 2377 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:52.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:52 smithi117 bash[62284]: audit 2024-03-30T04:49:51.419229+0000 mon.a (mon.0) 2372 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:52.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:52 smithi117 bash[62284]: audit 2024-03-30T04:49:51.429475+0000 mon.a (mon.0) 2373 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:52.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:52 smithi117 bash[62284]: cluster 2024-03-30T04:49:51.434848+0000 mgr.y (mgr.25441) 5569 : cluster [DBG] pgmap v3691: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:52.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:52 smithi117 bash[62284]: cluster 2024-03-30T04:49:51.435114+0000 mgr.y (mgr.25441) 5570 : cluster [DBG] pgmap v3692: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:52.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:52 smithi117 bash[62284]: audit 2024-03-30T04:49:51.441005+0000 mon.a (mon.0) 2374 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:52.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:52 smithi117 bash[62284]: audit 2024-03-30T04:49:52.037870+0000 mon.a (mon.0) 2375 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:52.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:52 smithi117 bash[62284]: audit 2024-03-30T04:49:52.049330+0000 mon.a (mon.0) 2376 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:52.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:52 smithi117 bash[62284]: audit 2024-03-30T04:49:52.062877+0000 mon.a (mon.0) 2377 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:53.720 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:53 smithi111 bash[70954]: cluster 2024-03-30T04:49:52.053113+0000 mgr.y (mgr.25441) 5571 : cluster [DBG] pgmap v3693: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:49:53.720 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:53 smithi111 bash[70954]: cluster 2024-03-30T04:49:52.053348+0000 mgr.y (mgr.25441) 5572 : cluster [DBG] pgmap v3694: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-30T04:49:53.720 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:53 smithi111 bash[73591]: cluster 2024-03-30T04:49:52.053113+0000 mgr.y (mgr.25441) 5571 : cluster [DBG] pgmap v3693: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:49:53.720 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:53 smithi111 bash[73591]: cluster 2024-03-30T04:49:52.053348+0000 mgr.y (mgr.25441) 5572 : cluster [DBG] pgmap v3694: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-30T04:49:53.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:53 smithi117 bash[62284]: cluster 2024-03-30T04:49:52.053113+0000 mgr.y (mgr.25441) 5571 : cluster [DBG] pgmap v3693: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:49:53.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:53 smithi117 bash[62284]: cluster 2024-03-30T04:49:52.053348+0000 mgr.y (mgr.25441) 5572 : cluster [DBG] pgmap v3694: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-30T04:49:54.663 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:49:54 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:54.664 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:54 smithi111 bash[73591]: cephadm 2024-03-30T04:49:53.498182+0000 mgr.y (mgr.25441) 5573 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-03-30T04:49:54.664 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:54 smithi111 bash[73591]: cephadm 2024-03-30T04:49:53.498724+0000 mgr.y (mgr.25441) 5574 : cephadm [INF] Deploying daemon node-exporter.a on smithi111 2024-03-30T04:49:54.664 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:54 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:54.664 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:49:54 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:54.665 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:49:54 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:54.665 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:49:54 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:54.665 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:49:54 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:54.666 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:54 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:54.666 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:54 smithi111 systemd[1]: Stopping Ceph node-exporter.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:49:54.666 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:54 smithi111 bash[70954]: cephadm 2024-03-30T04:49:53.498182+0000 mgr.y (mgr.25441) 5573 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-03-30T04:49:54.667 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:54 smithi111 bash[70954]: cephadm 2024-03-30T04:49:53.498724+0000 mgr.y (mgr.25441) 5574 : cephadm [INF] Deploying daemon node-exporter.a on smithi111 2024-03-30T04:49:54.667 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:54 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:54.667 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:49:54 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:54.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:54 smithi117 bash[62284]: cephadm 2024-03-30T04:49:53.498182+0000 mgr.y (mgr.25441) 5573 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-03-30T04:49:54.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:54 smithi117 bash[62284]: cephadm 2024-03-30T04:49:53.498724+0000 mgr.y (mgr.25441) 5574 : cephadm [INF] Deploying daemon node-exporter.a on smithi111 2024-03-30T04:49:55.681 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:55 smithi111 bash[70954]: cluster 2024-03-30T04:49:54.054098+0000 mgr.y (mgr.25441) 5575 : cluster [DBG] pgmap v3695: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 969 B/s rd, 0 op/s 2024-03-30T04:49:55.682 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:55 smithi111 bash[73591]: cluster 2024-03-30T04:49:54.054098+0000 mgr.y (mgr.25441) 5575 : cluster [DBG] pgmap v3695: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 969 B/s rd, 0 op/s 2024-03-30T04:49:55.682 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:55 smithi111 bash[102074]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-node-exporter-a 2024-03-30T04:49:55.682 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:55 smithi111 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2024-03-30T04:49:55.682 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:55 smithi111 bash[102136]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-node-exporter-a 2024-03-30T04:49:55.682 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:55 smithi111 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@node-exporter.a.service: Failed with result 'exit-code'. 2024-03-30T04:49:55.682 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:55 smithi111 systemd[1]: Stopped Ceph node-exporter.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:49:55.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:55 smithi117 bash[62284]: cluster 2024-03-30T04:49:54.054098+0000 mgr.y (mgr.25441) 5575 : cluster [DBG] pgmap v3695: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 969 B/s rd, 0 op/s 2024-03-30T04:49:55.950 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:55 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:55.950 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:49:55 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:55.951 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:55 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:55.951 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:49:55 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:55.951 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:49:55 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:55.952 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:49:55 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:55.952 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:49:55 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:55.952 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:55 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:55.952 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:55 smithi111 systemd[1]: Started Ceph node-exporter.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:49:55.953 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:49:55 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:56.867 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:49:56 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:49:56] "GET /metrics HTTP/1.1" 200 38700 "" "Prometheus/2.33.4" 2024-03-30T04:49:57.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[73591]: audit 2024-03-30T04:49:56.000951+0000 mon.a (mon.0) 2378 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:57.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[73591]: audit 2024-03-30T04:49:56.013718+0000 mon.a (mon.0) 2379 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:57.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[73591]: cluster 2024-03-30T04:49:56.054600+0000 mgr.y (mgr.25441) 5576 : cluster [DBG] pgmap v3696: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 969 B/s rd, 0 op/s 2024-03-30T04:49:57.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[70954]: audit 2024-03-30T04:49:56.000951+0000 mon.a (mon.0) 2378 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:57.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[70954]: audit 2024-03-30T04:49:56.013718+0000 mon.a (mon.0) 2379 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:57.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[70954]: cluster 2024-03-30T04:49:56.054600+0000 mgr.y (mgr.25441) 5576 : cluster [DBG] pgmap v3696: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 969 B/s rd, 0 op/s 2024-03-30T04:49:57.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:57 smithi117 bash[62284]: audit 2024-03-30T04:49:56.000951+0000 mon.a (mon.0) 2378 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:57.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:57 smithi117 bash[62284]: audit 2024-03-30T04:49:56.013718+0000 mon.a (mon.0) 2379 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:49:57.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:57 smithi117 bash[62284]: cluster 2024-03-30T04:49:56.054600+0000 mgr.y (mgr.25441) 5576 : cluster [DBG] pgmap v3696: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 969 B/s rd, 0 op/s 2024-03-30T04:49:57.868 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.591Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2024-03-30T04:49:57.868 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.592Z caller=node_exporter.go:181 level=info msg="Build context" build_context="(go=go1.19.3, user=root@6e7732a7b81b, date=20221129-18:59:09)" 2024-03-30T04:49:57.868 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.592Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2024-03-30T04:49:57.868 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.592Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-03-30T04:49:57.868 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2024-03-30T04:49:57.868 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-03-30T04:49:57.868 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-03-30T04:49:57.868 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=arp 2024-03-30T04:49:57.868 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=bcache 2024-03-30T04:49:57.868 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=bonding 2024-03-30T04:49:57.868 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=btrfs 2024-03-30T04:49:57.869 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=conntrack 2024-03-30T04:49:57.869 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=cpu 2024-03-30T04:49:57.869 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-03-30T04:49:57.869 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=diskstats 2024-03-30T04:49:57.869 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=dmi 2024-03-30T04:49:57.869 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=edac 2024-03-30T04:49:57.869 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=entropy 2024-03-30T04:49:57.869 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-03-30T04:49:57.869 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=filefd 2024-03-30T04:49:57.869 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=filesystem 2024-03-30T04:49:57.869 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=hwmon 2024-03-30T04:49:57.869 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=infiniband 2024-03-30T04:49:57.869 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=ipvs 2024-03-30T04:49:57.869 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=loadavg 2024-03-30T04:49:57.869 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=mdadm 2024-03-30T04:49:57.870 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=meminfo 2024-03-30T04:49:57.870 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=netclass 2024-03-30T04:49:57.870 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=netdev 2024-03-30T04:49:57.870 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=netstat 2024-03-30T04:49:57.870 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=nfs 2024-03-30T04:49:57.870 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=nfsd 2024-03-30T04:49:57.870 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=nvme 2024-03-30T04:49:57.870 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=os 2024-03-30T04:49:57.870 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-03-30T04:49:57.870 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=pressure 2024-03-30T04:49:57.870 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=rapl 2024-03-30T04:49:57.870 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=schedstat 2024-03-30T04:49:57.870 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=selinux 2024-03-30T04:49:57.870 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=sockstat 2024-03-30T04:49:57.870 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=softnet 2024-03-30T04:49:57.871 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=stat 2024-03-30T04:49:57.871 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=tapestats 2024-03-30T04:49:57.871 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=textfile 2024-03-30T04:49:57.871 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-03-30T04:49:57.871 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=time 2024-03-30T04:49:57.871 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-03-30T04:49:57.871 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=uname 2024-03-30T04:49:57.871 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=vmstat 2024-03-30T04:49:57.871 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=xfs 2024-03-30T04:49:57.871 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.593Z caller=node_exporter.go:117 level=info collector=zfs 2024-03-30T04:49:57.871 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.594Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2024-03-30T04:49:57.871 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:49:57 smithi111 bash[102191]: ts=2024-03-30T04:49:57.594Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-03-30T04:49:59.259 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:59 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:59.259 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:59 smithi117 bash[62284]: cluster 2024-03-30T04:49:58.055466+0000 mgr.y (mgr.25441) 5577 : cluster [DBG] pgmap v3697: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-30T04:49:59.259 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:59 smithi117 bash[62284]: cephadm 2024-03-30T04:49:58.436400+0000 mgr.y (mgr.25441) 5578 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-03-30T04:49:59.259 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:49:59 smithi117 bash[62284]: cephadm 2024-03-30T04:49:58.437195+0000 mgr.y (mgr.25441) 5579 : cephadm [INF] Deploying daemon node-exporter.b on smithi117 2024-03-30T04:49:59.259 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:49:59 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:59.260 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:49:59 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:59.260 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:49:59 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:59.260 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:49:59 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:59.261 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:49:59 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:59.261 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:49:59 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:59.261 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:59 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:59.261 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:59 smithi117 systemd[1]: Stopping Ceph node-exporter.b for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:49:59.261 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:49:59 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:59.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:59 smithi111 bash[70954]: cluster 2024-03-30T04:49:58.055466+0000 mgr.y (mgr.25441) 5577 : cluster [DBG] pgmap v3697: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-30T04:49:59.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:59 smithi111 bash[70954]: cephadm 2024-03-30T04:49:58.436400+0000 mgr.y (mgr.25441) 5578 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-03-30T04:49:59.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:49:59 smithi111 bash[70954]: cephadm 2024-03-30T04:49:58.437195+0000 mgr.y (mgr.25441) 5579 : cephadm [INF] Deploying daemon node-exporter.b on smithi117 2024-03-30T04:49:59.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:59 smithi111 bash[73591]: cluster 2024-03-30T04:49:58.055466+0000 mgr.y (mgr.25441) 5577 : cluster [DBG] pgmap v3697: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-30T04:49:59.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:59 smithi111 bash[73591]: cephadm 2024-03-30T04:49:58.436400+0000 mgr.y (mgr.25441) 5578 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-03-30T04:49:59.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:49:59 smithi111 bash[73591]: cephadm 2024-03-30T04:49:58.437195+0000 mgr.y (mgr.25441) 5579 : cephadm [INF] Deploying daemon node-exporter.b on smithi117 2024-03-30T04:50:00.251 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:00 smithi117 bash[62284]: audit 2024-03-30T04:49:59.030926+0000 mgr.y (mgr.25441) 5580 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:00.251 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:00 smithi117 bash[62284]: cluster 2024-03-30T04:50:00.000162+0000 mon.a (mon.0) 2380 : cluster [WRN] overall HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:50:00.251 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:49:59 smithi117 bash[85123]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-node-exporter-b 2024-03-30T04:50:00.252 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:00 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2024-03-30T04:50:00.252 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:00 smithi117 bash[85183]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-node-exporter-b 2024-03-30T04:50:00.252 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:00 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@node-exporter.b.service: Failed with result 'exit-code'. 2024-03-30T04:50:00.252 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:00 smithi117 systemd[1]: Stopped Ceph node-exporter.b for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:50:00.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:00 smithi111 bash[70954]: audit 2024-03-30T04:49:59.030926+0000 mgr.y (mgr.25441) 5580 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:00.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:00 smithi111 bash[70954]: cluster 2024-03-30T04:50:00.000162+0000 mon.a (mon.0) 2380 : cluster [WRN] overall HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:50:00.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:00 smithi111 bash[73591]: audit 2024-03-30T04:49:59.030926+0000 mgr.y (mgr.25441) 5580 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:00.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:00 smithi111 bash[73591]: cluster 2024-03-30T04:50:00.000162+0000 mon.a (mon.0) 2380 : cluster [WRN] overall HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:50:00.636 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:50:00 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:00.636 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:00 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:00.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:00 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:00.637 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:50:00 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:00.637 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:50:00 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:00.637 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:50:00 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:00.638 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:50:00 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:00.638 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:50:00 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:00.638 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:00 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:00.638 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:00 smithi117 systemd[1]: Started Ceph node-exporter.b for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:50:01.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: cluster 2024-03-30T04:50:00.056457+0000 mgr.y (mgr.25441) 5581 : cluster [DBG] pgmap v3698: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:01.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: audit 2024-03-30T04:50:00.265340+0000 mon.c (mon.1) 6178 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:50:01.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: audit 2024-03-30T04:50:00.453373+0000 mon.a (mon.0) 2381 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:01.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: audit 2024-03-30T04:50:00.469711+0000 mon.a (mon.0) 2382 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:01.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: audit 2024-03-30T04:50:00.523564+0000 mon.c (mon.1) 6179 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: audit 2024-03-30T04:50:00.525485+0000 mon.c (mon.1) 6180 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: cluster 2024-03-30T04:50:00.528892+0000 mgr.y (mgr.25441) 5582 : cluster [DBG] pgmap v3699: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 604 B/s rd, 0 op/s 2024-03-30T04:50:01.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: cluster 2024-03-30T04:50:00.529575+0000 mgr.y (mgr.25441) 5583 : cluster [DBG] pgmap v3700: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 604 B/s rd, 0 op/s 2024-03-30T04:50:01.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: audit 2024-03-30T04:50:00.539307+0000 mon.a (mon.0) 2383 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:01.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: cephadm 2024-03-30T04:50:00.541068+0000 mgr.y (mgr.25441) 5584 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: audit 2024-03-30T04:50:00.632476+0000 mon.c (mon.1) 6181 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: audit 2024-03-30T04:50:00.636741+0000 mon.c (mon.1) 6182 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: audit 2024-03-30T04:50:00.642747+0000 mon.c (mon.1) 6183 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: audit 2024-03-30T04:50:00.644270+0000 mon.c (mon.1) 6184 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: cluster 2024-03-30T04:50:00.647080+0000 mgr.y (mgr.25441) 5585 : cluster [DBG] pgmap v3701: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 776 B/s rd, 0 op/s 2024-03-30T04:50:01.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: cluster 2024-03-30T04:50:00.647774+0000 mgr.y (mgr.25441) 5586 : cluster [DBG] pgmap v3702: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:50:01.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: audit 2024-03-30T04:50:00.655970+0000 mon.a (mon.0) 2384 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:01.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: cephadm 2024-03-30T04:50:00.657437+0000 mgr.y (mgr.25441) 5587 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: audit 2024-03-30T04:50:00.734637+0000 mon.c (mon.1) 6185 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: cluster 2024-03-30T04:50:00.056457+0000 mgr.y (mgr.25441) 5581 : cluster [DBG] pgmap v3698: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:01.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: audit 2024-03-30T04:50:00.265340+0000 mon.c (mon.1) 6178 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:50:01.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: audit 2024-03-30T04:50:00.453373+0000 mon.a (mon.0) 2381 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:01.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: audit 2024-03-30T04:50:00.469711+0000 mon.a (mon.0) 2382 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:01.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: audit 2024-03-30T04:50:00.523564+0000 mon.c (mon.1) 6179 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: audit 2024-03-30T04:50:00.525485+0000 mon.c (mon.1) 6180 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: cluster 2024-03-30T04:50:00.528892+0000 mgr.y (mgr.25441) 5582 : cluster [DBG] pgmap v3699: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 604 B/s rd, 0 op/s 2024-03-30T04:50:01.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: cluster 2024-03-30T04:50:00.529575+0000 mgr.y (mgr.25441) 5583 : cluster [DBG] pgmap v3700: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 604 B/s rd, 0 op/s 2024-03-30T04:50:01.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: audit 2024-03-30T04:50:00.539307+0000 mon.a (mon.0) 2383 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:01.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: cephadm 2024-03-30T04:50:00.541068+0000 mgr.y (mgr.25441) 5584 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: audit 2024-03-30T04:50:00.632476+0000 mon.c (mon.1) 6181 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: audit 2024-03-30T04:50:00.636741+0000 mon.c (mon.1) 6182 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: audit 2024-03-30T04:50:00.642747+0000 mon.c (mon.1) 6183 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: audit 2024-03-30T04:50:00.644270+0000 mon.c (mon.1) 6184 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: cluster 2024-03-30T04:50:00.647080+0000 mgr.y (mgr.25441) 5585 : cluster [DBG] pgmap v3701: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 776 B/s rd, 0 op/s 2024-03-30T04:50:01.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: cluster 2024-03-30T04:50:00.647774+0000 mgr.y (mgr.25441) 5586 : cluster [DBG] pgmap v3702: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:50:01.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: audit 2024-03-30T04:50:00.655970+0000 mon.a (mon.0) 2384 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:01.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: cephadm 2024-03-30T04:50:00.657437+0000 mgr.y (mgr.25441) 5587 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: audit 2024-03-30T04:50:00.734637+0000 mon.c (mon.1) 6185 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: audit 2024-03-30T04:50:00.736856+0000 mon.c (mon.1) 6186 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: audit 2024-03-30T04:50:00.739231+0000 mon.c (mon.1) 6187 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: audit 2024-03-30T04:50:00.740022+0000 mon.c (mon.1) 6188 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: cluster 2024-03-30T04:50:00.741704+0000 mgr.y (mgr.25441) 5588 : cluster [DBG] pgmap v3703: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: cluster 2024-03-30T04:50:00.742032+0000 mgr.y (mgr.25441) 5589 : cluster [DBG] pgmap v3704: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: audit 2024-03-30T04:50:00.747012+0000 mon.a (mon.0) 2385 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:01.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: cephadm 2024-03-30T04:50:00.749027+0000 mgr.y (mgr.25441) 5590 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: audit 2024-03-30T04:50:00.811857+0000 mon.c (mon.1) 6189 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: audit 2024-03-30T04:50:00.814459+0000 mon.c (mon.1) 6190 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: audit 2024-03-30T04:50:00.817121+0000 mon.c (mon.1) 6191 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: audit 2024-03-30T04:50:00.818349+0000 mon.c (mon.1) 6192 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: cluster 2024-03-30T04:50:00.820243+0000 mgr.y (mgr.25441) 5591 : cluster [DBG] pgmap v3705: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: cluster 2024-03-30T04:50:00.820571+0000 mgr.y (mgr.25441) 5592 : cluster [DBG] pgmap v3706: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: audit 2024-03-30T04:50:00.827408+0000 mon.a (mon.0) 2386 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:01.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: audit 2024-03-30T04:50:00.907344+0000 mon.c (mon.1) 6193 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: audit 2024-03-30T04:50:00.909630+0000 mon.c (mon.1) 6194 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: audit 2024-03-30T04:50:00.911832+0000 mon.c (mon.1) 6195 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: audit 2024-03-30T04:50:00.912992+0000 mon.c (mon.1) 6196 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: audit 2024-03-30T04:50:00.921347+0000 mon.a (mon.0) 2387 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:01.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: audit 2024-03-30T04:50:01.000729+0000 mon.c (mon.1) 6197 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: audit 2024-03-30T04:50:01.003476+0000 mon.c (mon.1) 6198 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: audit 2024-03-30T04:50:01.007262+0000 mon.c (mon.1) 6199 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: audit 2024-03-30T04:50:01.008384+0000 mon.c (mon.1) 6200 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: audit 2024-03-30T04:50:01.019753+0000 mon.a (mon.0) 2388 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:01.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: audit 2024-03-30T04:50:01.100866+0000 mon.c (mon.1) 6201 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: audit 2024-03-30T04:50:01.102877+0000 mon.c (mon.1) 6202 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: audit 2024-03-30T04:50:01.105247+0000 mon.c (mon.1) 6203 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: audit 2024-03-30T04:50:01.105939+0000 mon.c (mon.1) 6204 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[73591]: audit 2024-03-30T04:50:01.112428+0000 mon.a (mon.0) 2389 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:01.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: audit 2024-03-30T04:50:00.736856+0000 mon.c (mon.1) 6186 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: audit 2024-03-30T04:50:00.739231+0000 mon.c (mon.1) 6187 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: audit 2024-03-30T04:50:00.740022+0000 mon.c (mon.1) 6188 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: cluster 2024-03-30T04:50:00.741704+0000 mgr.y (mgr.25441) 5588 : cluster [DBG] pgmap v3703: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: cluster 2024-03-30T04:50:00.742032+0000 mgr.y (mgr.25441) 5589 : cluster [DBG] pgmap v3704: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: audit 2024-03-30T04:50:00.747012+0000 mon.a (mon.0) 2385 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:01.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: cephadm 2024-03-30T04:50:00.749027+0000 mgr.y (mgr.25441) 5590 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: audit 2024-03-30T04:50:00.811857+0000 mon.c (mon.1) 6189 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: audit 2024-03-30T04:50:00.814459+0000 mon.c (mon.1) 6190 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: audit 2024-03-30T04:50:00.817121+0000 mon.c (mon.1) 6191 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: audit 2024-03-30T04:50:00.818349+0000 mon.c (mon.1) 6192 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: cluster 2024-03-30T04:50:00.820243+0000 mgr.y (mgr.25441) 5591 : cluster [DBG] pgmap v3705: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: cluster 2024-03-30T04:50:00.820571+0000 mgr.y (mgr.25441) 5592 : cluster [DBG] pgmap v3706: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: audit 2024-03-30T04:50:00.827408+0000 mon.a (mon.0) 2386 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:01.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: audit 2024-03-30T04:50:00.907344+0000 mon.c (mon.1) 6193 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: audit 2024-03-30T04:50:00.909630+0000 mon.c (mon.1) 6194 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: audit 2024-03-30T04:50:00.911832+0000 mon.c (mon.1) 6195 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: audit 2024-03-30T04:50:00.912992+0000 mon.c (mon.1) 6196 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: audit 2024-03-30T04:50:00.921347+0000 mon.a (mon.0) 2387 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:01.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: audit 2024-03-30T04:50:01.000729+0000 mon.c (mon.1) 6197 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: audit 2024-03-30T04:50:01.003476+0000 mon.c (mon.1) 6198 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: audit 2024-03-30T04:50:01.007262+0000 mon.c (mon.1) 6199 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: audit 2024-03-30T04:50:01.008384+0000 mon.c (mon.1) 6200 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: audit 2024-03-30T04:50:01.019753+0000 mon.a (mon.0) 2388 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:01.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: audit 2024-03-30T04:50:01.100866+0000 mon.c (mon.1) 6201 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: audit 2024-03-30T04:50:01.102877+0000 mon.c (mon.1) 6202 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: audit 2024-03-30T04:50:01.105247+0000 mon.c (mon.1) 6203 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: audit 2024-03-30T04:50:01.105939+0000 mon.c (mon.1) 6204 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:01 smithi111 bash[70954]: audit 2024-03-30T04:50:01.112428+0000 mon.a (mon.0) 2389 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:01.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: cluster 2024-03-30T04:50:00.056457+0000 mgr.y (mgr.25441) 5581 : cluster [DBG] pgmap v3698: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:01.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: audit 2024-03-30T04:50:00.265340+0000 mon.c (mon.1) 6178 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:50:01.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: audit 2024-03-30T04:50:00.453373+0000 mon.a (mon.0) 2381 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:01.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: audit 2024-03-30T04:50:00.469711+0000 mon.a (mon.0) 2382 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:01.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: audit 2024-03-30T04:50:00.523564+0000 mon.c (mon.1) 6179 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: audit 2024-03-30T04:50:00.525485+0000 mon.c (mon.1) 6180 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: cluster 2024-03-30T04:50:00.528892+0000 mgr.y (mgr.25441) 5582 : cluster [DBG] pgmap v3699: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 604 B/s rd, 0 op/s 2024-03-30T04:50:01.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: cluster 2024-03-30T04:50:00.529575+0000 mgr.y (mgr.25441) 5583 : cluster [DBG] pgmap v3700: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 604 B/s rd, 0 op/s 2024-03-30T04:50:01.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: audit 2024-03-30T04:50:00.539307+0000 mon.a (mon.0) 2383 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:01.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: cephadm 2024-03-30T04:50:00.541068+0000 mgr.y (mgr.25441) 5584 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: audit 2024-03-30T04:50:00.632476+0000 mon.c (mon.1) 6181 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: audit 2024-03-30T04:50:00.636741+0000 mon.c (mon.1) 6182 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: audit 2024-03-30T04:50:00.642747+0000 mon.c (mon.1) 6183 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: audit 2024-03-30T04:50:00.644270+0000 mon.c (mon.1) 6184 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: cluster 2024-03-30T04:50:00.647080+0000 mgr.y (mgr.25441) 5585 : cluster [DBG] pgmap v3701: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 776 B/s rd, 0 op/s 2024-03-30T04:50:01.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: cluster 2024-03-30T04:50:00.647774+0000 mgr.y (mgr.25441) 5586 : cluster [DBG] pgmap v3702: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:50:01.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: audit 2024-03-30T04:50:00.655970+0000 mon.a (mon.0) 2384 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:01.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: cephadm 2024-03-30T04:50:00.657437+0000 mgr.y (mgr.25441) 5587 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: audit 2024-03-30T04:50:00.734637+0000 mon.c (mon.1) 6185 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: audit 2024-03-30T04:50:00.736856+0000 mon.c (mon.1) 6186 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: audit 2024-03-30T04:50:00.739231+0000 mon.c (mon.1) 6187 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: audit 2024-03-30T04:50:00.740022+0000 mon.c (mon.1) 6188 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: cluster 2024-03-30T04:50:00.741704+0000 mgr.y (mgr.25441) 5588 : cluster [DBG] pgmap v3703: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: cluster 2024-03-30T04:50:00.742032+0000 mgr.y (mgr.25441) 5589 : cluster [DBG] pgmap v3704: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: audit 2024-03-30T04:50:00.747012+0000 mon.a (mon.0) 2385 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:01.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: cephadm 2024-03-30T04:50:00.749027+0000 mgr.y (mgr.25441) 5590 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: audit 2024-03-30T04:50:00.811857+0000 mon.c (mon.1) 6189 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: audit 2024-03-30T04:50:00.814459+0000 mon.c (mon.1) 6190 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: audit 2024-03-30T04:50:00.817121+0000 mon.c (mon.1) 6191 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: audit 2024-03-30T04:50:00.818349+0000 mon.c (mon.1) 6192 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: cluster 2024-03-30T04:50:00.820243+0000 mgr.y (mgr.25441) 5591 : cluster [DBG] pgmap v3705: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: cluster 2024-03-30T04:50:00.820571+0000 mgr.y (mgr.25441) 5592 : cluster [DBG] pgmap v3706: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: audit 2024-03-30T04:50:00.827408+0000 mon.a (mon.0) 2386 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:01.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: audit 2024-03-30T04:50:00.907344+0000 mon.c (mon.1) 6193 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: audit 2024-03-30T04:50:00.909630+0000 mon.c (mon.1) 6194 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: audit 2024-03-30T04:50:00.911832+0000 mon.c (mon.1) 6195 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: audit 2024-03-30T04:50:00.912992+0000 mon.c (mon.1) 6196 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: audit 2024-03-30T04:50:00.921347+0000 mon.a (mon.0) 2387 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:01.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: audit 2024-03-30T04:50:01.000729+0000 mon.c (mon.1) 6197 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: audit 2024-03-30T04:50:01.003476+0000 mon.c (mon.1) 6198 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: audit 2024-03-30T04:50:01.007262+0000 mon.c (mon.1) 6199 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: audit 2024-03-30T04:50:01.008384+0000 mon.c (mon.1) 6200 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: audit 2024-03-30T04:50:01.019753+0000 mon.a (mon.0) 2388 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:01.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: audit 2024-03-30T04:50:01.100866+0000 mon.c (mon.1) 6201 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: audit 2024-03-30T04:50:01.102877+0000 mon.c (mon.1) 6202 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: audit 2024-03-30T04:50:01.105247+0000 mon.c (mon.1) 6203 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: audit 2024-03-30T04:50:01.105939+0000 mon.c (mon.1) 6204 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:01 smithi117 bash[62284]: audit 2024-03-30T04:50:01.112428+0000 mon.a (mon.0) 2389 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cephadm 2024-03-30T04:50:00.828709+0000 mgr.y (mgr.25441) 5593 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cluster 2024-03-30T04:50:00.914661+0000 mgr.y (mgr.25441) 5594 : cluster [DBG] pgmap v3707: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cluster 2024-03-30T04:50:00.914991+0000 mgr.y (mgr.25441) 5595 : cluster [DBG] pgmap v3708: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cephadm 2024-03-30T04:50:00.922615+0000 mgr.y (mgr.25441) 5596 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cluster 2024-03-30T04:50:01.010479+0000 mgr.y (mgr.25441) 5597 : cluster [DBG] pgmap v3709: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cluster 2024-03-30T04:50:01.011158+0000 mgr.y (mgr.25441) 5598 : cluster [DBG] pgmap v3710: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cephadm 2024-03-30T04:50:01.022751+0000 mgr.y (mgr.25441) 5599 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cluster 2024-03-30T04:50:01.107271+0000 mgr.y (mgr.25441) 5600 : cluster [DBG] pgmap v3711: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cluster 2024-03-30T04:50:01.107513+0000 mgr.y (mgr.25441) 5601 : cluster [DBG] pgmap v3712: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cephadm 2024-03-30T04:50:01.113590+0000 mgr.y (mgr.25441) 5602 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.186004+0000 mon.c (mon.1) 6205 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.187707+0000 mon.c (mon.1) 6206 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.189937+0000 mon.c (mon.1) 6207 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.190636+0000 mon.c (mon.1) 6208 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cluster 2024-03-30T04:50:01.191954+0000 mgr.y (mgr.25441) 5603 : cluster [DBG] pgmap v3713: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cluster 2024-03-30T04:50:01.192169+0000 mgr.y (mgr.25441) 5604 : cluster [DBG] pgmap v3714: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.196624+0000 mon.a (mon.0) 2390 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cephadm 2024-03-30T04:50:01.198218+0000 mgr.y (mgr.25441) 5605 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.238453+0000 mon.c (mon.1) 6209 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.240245+0000 mon.c (mon.1) 6210 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.242164+0000 mon.c (mon.1) 6211 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.242891+0000 mon.c (mon.1) 6212 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cluster 2024-03-30T04:50:01.244138+0000 mgr.y (mgr.25441) 5606 : cluster [DBG] pgmap v3715: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cluster 2024-03-30T04:50:01.244347+0000 mgr.y (mgr.25441) 5607 : cluster [DBG] pgmap v3716: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.249928+0000 mon.a (mon.0) 2391 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cephadm 2024-03-30T04:50:01.250577+0000 mgr.y (mgr.25441) 5608 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.291153+0000 mon.c (mon.1) 6213 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.293060+0000 mon.c (mon.1) 6214 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.294862+0000 mon.c (mon.1) 6215 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.295491+0000 mon.c (mon.1) 6216 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cluster 2024-03-30T04:50:01.296690+0000 mgr.y (mgr.25441) 5609 : cluster [DBG] pgmap v3717: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cluster 2024-03-30T04:50:01.296938+0000 mgr.y (mgr.25441) 5610 : cluster [DBG] pgmap v3718: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.302411+0000 mon.a (mon.0) 2392 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cephadm 2024-03-30T04:50:01.302988+0000 mgr.y (mgr.25441) 5611 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.347842+0000 mon.c (mon.1) 6217 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.350223+0000 mon.c (mon.1) 6218 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.352326+0000 mon.c (mon.1) 6219 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.353090+0000 mon.c (mon.1) 6220 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cluster 2024-03-30T04:50:01.354449+0000 mgr.y (mgr.25441) 5612 : cluster [DBG] pgmap v3719: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.390 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.144Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2024-03-30T04:50:02.390 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.144Z caller=node_exporter.go:181 level=info msg="Build context" build_context="(go=go1.19.3, user=root@6e7732a7b81b, date=20221129-18:59:09)" 2024-03-30T04:50:02.390 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.145Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2024-03-30T04:50:02.390 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.145Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-03-30T04:50:02.390 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.145Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2024-03-30T04:50:02.390 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.145Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-03-30T04:50:02.390 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.145Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-03-30T04:50:02.390 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.145Z caller=node_exporter.go:117 level=info collector=arp 2024-03-30T04:50:02.390 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.145Z caller=node_exporter.go:117 level=info collector=bcache 2024-03-30T04:50:02.390 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.145Z caller=node_exporter.go:117 level=info collector=bonding 2024-03-30T04:50:02.390 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.145Z caller=node_exporter.go:117 level=info collector=btrfs 2024-03-30T04:50:02.391 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.145Z caller=node_exporter.go:117 level=info collector=conntrack 2024-03-30T04:50:02.391 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.145Z caller=node_exporter.go:117 level=info collector=cpu 2024-03-30T04:50:02.391 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.145Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-03-30T04:50:02.391 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.145Z caller=node_exporter.go:117 level=info collector=diskstats 2024-03-30T04:50:02.391 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.145Z caller=node_exporter.go:117 level=info collector=dmi 2024-03-30T04:50:02.391 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.145Z caller=node_exporter.go:117 level=info collector=edac 2024-03-30T04:50:02.391 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.145Z caller=node_exporter.go:117 level=info collector=entropy 2024-03-30T04:50:02.391 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.145Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-03-30T04:50:02.391 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.145Z caller=node_exporter.go:117 level=info collector=filefd 2024-03-30T04:50:02.391 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.145Z caller=node_exporter.go:117 level=info collector=filesystem 2024-03-30T04:50:02.391 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.145Z caller=node_exporter.go:117 level=info collector=hwmon 2024-03-30T04:50:02.391 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.145Z caller=node_exporter.go:117 level=info collector=infiniband 2024-03-30T04:50:02.391 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.145Z caller=node_exporter.go:117 level=info collector=ipvs 2024-03-30T04:50:02.391 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.145Z caller=node_exporter.go:117 level=info collector=loadavg 2024-03-30T04:50:02.392 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.146Z caller=node_exporter.go:117 level=info collector=mdadm 2024-03-30T04:50:02.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cluster 2024-03-30T04:50:01.354690+0000 mgr.y (mgr.25441) 5613 : cluster [DBG] pgmap v3720: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.360386+0000 mon.a (mon.0) 2393 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cephadm 2024-03-30T04:50:01.360968+0000 mgr.y (mgr.25441) 5614 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.417933+0000 mon.c (mon.1) 6221 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.420358+0000 mon.c (mon.1) 6222 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.422922+0000 mon.c (mon.1) 6223 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.423801+0000 mon.c (mon.1) 6224 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cluster 2024-03-30T04:50:01.425399+0000 mgr.y (mgr.25441) 5615 : cluster [DBG] pgmap v3721: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cluster 2024-03-30T04:50:01.425638+0000 mgr.y (mgr.25441) 5616 : cluster [DBG] pgmap v3722: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.434904+0000 mon.a (mon.0) 2394 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cephadm 2024-03-30T04:50:01.435971+0000 mgr.y (mgr.25441) 5617 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.492897+0000 mon.c (mon.1) 6225 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.494486+0000 mon.c (mon.1) 6226 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.496269+0000 mon.c (mon.1) 6227 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.496945+0000 mon.c (mon.1) 6228 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cluster 2024-03-30T04:50:01.498192+0000 mgr.y (mgr.25441) 5618 : cluster [DBG] pgmap v3723: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cluster 2024-03-30T04:50:01.498433+0000 mgr.y (mgr.25441) 5619 : cluster [DBG] pgmap v3724: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.503729+0000 mon.a (mon.0) 2395 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cephadm 2024-03-30T04:50:01.505294+0000 mgr.y (mgr.25441) 5620 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.546232+0000 mon.c (mon.1) 6229 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.548069+0000 mon.c (mon.1) 6230 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.549917+0000 mon.c (mon.1) 6231 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.550587+0000 mon.c (mon.1) 6232 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cluster 2024-03-30T04:50:01.551856+0000 mgr.y (mgr.25441) 5621 : cluster [DBG] pgmap v3725: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cluster 2024-03-30T04:50:01.552097+0000 mgr.y (mgr.25441) 5622 : cluster [DBG] pgmap v3726: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.557393+0000 mon.a (mon.0) 2396 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cephadm 2024-03-30T04:50:01.558858+0000 mgr.y (mgr.25441) 5623 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.599811+0000 mon.c (mon.1) 6233 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.601740+0000 mon.c (mon.1) 6234 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.603677+0000 mon.c (mon.1) 6235 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.604427+0000 mon.c (mon.1) 6236 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cluster 2024-03-30T04:50:01.605683+0000 mgr.y (mgr.25441) 5624 : cluster [DBG] pgmap v3727: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cluster 2024-03-30T04:50:01.605918+0000 mgr.y (mgr.25441) 5625 : cluster [DBG] pgmap v3728: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.611310+0000 mon.a (mon.0) 2397 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cephadm 2024-03-30T04:50:01.612744+0000 mgr.y (mgr.25441) 5626 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.652843+0000 mon.c (mon.1) 6237 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.654718+0000 mon.c (mon.1) 6238 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.656713+0000 mon.c (mon.1) 6239 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.657384+0000 mon.c (mon.1) 6240 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cluster 2024-03-30T04:50:01.658651+0000 mgr.y (mgr.25441) 5627 : cluster [DBG] pgmap v3729: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cluster 2024-03-30T04:50:01.658890+0000 mgr.y (mgr.25441) 5628 : cluster [DBG] pgmap v3730: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.665205+0000 mon.a (mon.0) 2398 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cephadm 2024-03-30T04:50:01.665916+0000 mgr.y (mgr.25441) 5629 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.705962+0000 mon.c (mon.1) 6241 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.707606+0000 mon.c (mon.1) 6242 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.709307+0000 mon.c (mon.1) 6243 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.709909+0000 mon.c (mon.1) 6244 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cluster 2024-03-30T04:50:01.711142+0000 mgr.y (mgr.25441) 5630 : cluster [DBG] pgmap v3731: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cluster 2024-03-30T04:50:01.711370+0000 mgr.y (mgr.25441) 5631 : cluster [DBG] pgmap v3732: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.716721+0000 mon.a (mon.0) 2399 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cephadm 2024-03-30T04:50:01.717368+0000 mgr.y (mgr.25441) 5632 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.757871+0000 mon.c (mon.1) 6245 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.759556+0000 mon.c (mon.1) 6246 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.761769+0000 mon.c (mon.1) 6247 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.762492+0000 mon.c (mon.1) 6248 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cluster 2024-03-30T04:50:01.763864+0000 mgr.y (mgr.25441) 5633 : cluster [DBG] pgmap v3733: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 32 KiB/s rd, 31 op/s 2024-03-30T04:50:02.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cluster 2024-03-30T04:50:01.764084+0000 mgr.y (mgr.25441) 5634 : cluster [DBG] pgmap v3734: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 32 KiB/s rd, 31 op/s 2024-03-30T04:50:02.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.768806+0000 mon.a (mon.0) 2400 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cephadm 2024-03-30T04:50:01.770306+0000 mgr.y (mgr.25441) 5635 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.815354+0000 mon.c (mon.1) 6249 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.397 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.146Z caller=node_exporter.go:117 level=info collector=meminfo 2024-03-30T04:50:02.397 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.146Z caller=node_exporter.go:117 level=info collector=netclass 2024-03-30T04:50:02.397 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.146Z caller=node_exporter.go:117 level=info collector=netdev 2024-03-30T04:50:02.397 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.146Z caller=node_exporter.go:117 level=info collector=netstat 2024-03-30T04:50:02.397 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.146Z caller=node_exporter.go:117 level=info collector=nfs 2024-03-30T04:50:02.397 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.146Z caller=node_exporter.go:117 level=info collector=nfsd 2024-03-30T04:50:02.397 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.146Z caller=node_exporter.go:117 level=info collector=nvme 2024-03-30T04:50:02.397 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.146Z caller=node_exporter.go:117 level=info collector=os 2024-03-30T04:50:02.397 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.146Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-03-30T04:50:02.397 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.146Z caller=node_exporter.go:117 level=info collector=pressure 2024-03-30T04:50:02.397 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.146Z caller=node_exporter.go:117 level=info collector=rapl 2024-03-30T04:50:02.397 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.146Z caller=node_exporter.go:117 level=info collector=schedstat 2024-03-30T04:50:02.398 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.146Z caller=node_exporter.go:117 level=info collector=selinux 2024-03-30T04:50:02.398 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.146Z caller=node_exporter.go:117 level=info collector=sockstat 2024-03-30T04:50:02.398 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.146Z caller=node_exporter.go:117 level=info collector=softnet 2024-03-30T04:50:02.398 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.146Z caller=node_exporter.go:117 level=info collector=stat 2024-03-30T04:50:02.398 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.146Z caller=node_exporter.go:117 level=info collector=tapestats 2024-03-30T04:50:02.398 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.146Z caller=node_exporter.go:117 level=info collector=textfile 2024-03-30T04:50:02.398 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.146Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-03-30T04:50:02.398 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.146Z caller=node_exporter.go:117 level=info collector=time 2024-03-30T04:50:02.398 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.146Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-03-30T04:50:02.398 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.146Z caller=node_exporter.go:117 level=info collector=uname 2024-03-30T04:50:02.398 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.146Z caller=node_exporter.go:117 level=info collector=vmstat 2024-03-30T04:50:02.398 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.146Z caller=node_exporter.go:117 level=info collector=xfs 2024-03-30T04:50:02.398 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.146Z caller=node_exporter.go:117 level=info collector=zfs 2024-03-30T04:50:02.398 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.146Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2024-03-30T04:50:02.398 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[85239]: ts=2024-03-30T04:50:02.146Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-03-30T04:50:02.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.817439+0000 mon.c (mon.1) 6250 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.819399+0000 mon.c (mon.1) 6251 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.820116+0000 mon.c (mon.1) 6252 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cluster 2024-03-30T04:50:01.821465+0000 mgr.y (mgr.25441) 5636 : cluster [DBG] pgmap v3735: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 30 op/s 2024-03-30T04:50:02.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: cluster 2024-03-30T04:50:01.821688+0000 mgr.y (mgr.25441) 5637 : cluster [DBG] pgmap v3736: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 30 op/s 2024-03-30T04:50:02.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.826469+0000 mon.a (mon.0) 2401 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.872309+0000 mon.c (mon.1) 6253 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.874209+0000 mon.c (mon.1) 6254 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.876122+0000 mon.c (mon.1) 6255 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.400 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.876810+0000 mon.c (mon.1) 6256 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.400 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.883002+0000 mon.a (mon.0) 2402 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.400 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.941212+0000 mon.c (mon.1) 6257 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.400 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.943037+0000 mon.c (mon.1) 6258 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.400 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.945182+0000 mon.c (mon.1) 6259 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.400 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.945916+0000 mon.c (mon.1) 6260 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.400 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:01.952159+0000 mon.a (mon.0) 2403 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.400 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:02.014002+0000 mon.c (mon.1) 6261 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.400 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:02.015787+0000 mon.c (mon.1) 6262 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.400 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:02.017684+0000 mon.c (mon.1) 6263 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.400 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:02.018427+0000 mon.c (mon.1) 6264 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.400 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:02.028952+0000 mon.a (mon.0) 2404 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.400 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:02.086478+0000 mon.c (mon.1) 6265 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.400 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:02.088293+0000 mon.c (mon.1) 6266 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.401 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:02.090155+0000 mon.c (mon.1) 6267 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.401 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:02.090834+0000 mon.c (mon.1) 6268 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.401 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:02 smithi117 bash[62284]: audit 2024-03-30T04:50:02.096756+0000 mon.a (mon.0) 2405 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.425 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cephadm 2024-03-30T04:50:00.828709+0000 mgr.y (mgr.25441) 5593 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.425 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cluster 2024-03-30T04:50:00.914661+0000 mgr.y (mgr.25441) 5594 : cluster [DBG] pgmap v3707: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.425 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cluster 2024-03-30T04:50:00.914991+0000 mgr.y (mgr.25441) 5595 : cluster [DBG] pgmap v3708: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.425 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cephadm 2024-03-30T04:50:00.922615+0000 mgr.y (mgr.25441) 5596 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.425 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cluster 2024-03-30T04:50:01.010479+0000 mgr.y (mgr.25441) 5597 : cluster [DBG] pgmap v3709: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.426 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cluster 2024-03-30T04:50:01.011158+0000 mgr.y (mgr.25441) 5598 : cluster [DBG] pgmap v3710: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.426 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cephadm 2024-03-30T04:50:01.022751+0000 mgr.y (mgr.25441) 5599 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.426 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cluster 2024-03-30T04:50:01.107271+0000 mgr.y (mgr.25441) 5600 : cluster [DBG] pgmap v3711: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.426 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cluster 2024-03-30T04:50:01.107513+0000 mgr.y (mgr.25441) 5601 : cluster [DBG] pgmap v3712: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.426 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cephadm 2024-03-30T04:50:01.113590+0000 mgr.y (mgr.25441) 5602 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.426 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.186004+0000 mon.c (mon.1) 6205 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.426 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.187707+0000 mon.c (mon.1) 6206 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.426 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.189937+0000 mon.c (mon.1) 6207 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.426 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.190636+0000 mon.c (mon.1) 6208 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.426 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cluster 2024-03-30T04:50:01.191954+0000 mgr.y (mgr.25441) 5603 : cluster [DBG] pgmap v3713: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.426 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cluster 2024-03-30T04:50:01.192169+0000 mgr.y (mgr.25441) 5604 : cluster [DBG] pgmap v3714: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.426 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.196624+0000 mon.a (mon.0) 2390 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.426 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cephadm 2024-03-30T04:50:01.198218+0000 mgr.y (mgr.25441) 5605 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.426 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.238453+0000 mon.c (mon.1) 6209 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.427 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.240245+0000 mon.c (mon.1) 6210 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.427 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.242164+0000 mon.c (mon.1) 6211 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.427 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.242891+0000 mon.c (mon.1) 6212 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.427 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cluster 2024-03-30T04:50:01.244138+0000 mgr.y (mgr.25441) 5606 : cluster [DBG] pgmap v3715: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.427 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cluster 2024-03-30T04:50:01.244347+0000 mgr.y (mgr.25441) 5607 : cluster [DBG] pgmap v3716: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.427 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.249928+0000 mon.a (mon.0) 2391 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.427 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cephadm 2024-03-30T04:50:01.250577+0000 mgr.y (mgr.25441) 5608 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.427 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.291153+0000 mon.c (mon.1) 6213 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.427 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.293060+0000 mon.c (mon.1) 6214 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.427 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.294862+0000 mon.c (mon.1) 6215 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.427 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.295491+0000 mon.c (mon.1) 6216 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.427 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cluster 2024-03-30T04:50:01.296690+0000 mgr.y (mgr.25441) 5609 : cluster [DBG] pgmap v3717: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.427 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cluster 2024-03-30T04:50:01.296938+0000 mgr.y (mgr.25441) 5610 : cluster [DBG] pgmap v3718: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.427 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.302411+0000 mon.a (mon.0) 2392 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.428 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cephadm 2024-03-30T04:50:01.302988+0000 mgr.y (mgr.25441) 5611 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.428 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.347842+0000 mon.c (mon.1) 6217 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.428 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.350223+0000 mon.c (mon.1) 6218 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.428 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.352326+0000 mon.c (mon.1) 6219 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.428 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.353090+0000 mon.c (mon.1) 6220 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.428 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cluster 2024-03-30T04:50:01.354449+0000 mgr.y (mgr.25441) 5612 : cluster [DBG] pgmap v3719: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.429 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cluster 2024-03-30T04:50:01.354690+0000 mgr.y (mgr.25441) 5613 : cluster [DBG] pgmap v3720: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.429 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.360386+0000 mon.a (mon.0) 2393 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.429 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cephadm 2024-03-30T04:50:01.360968+0000 mgr.y (mgr.25441) 5614 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.429 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.417933+0000 mon.c (mon.1) 6221 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.429 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.420358+0000 mon.c (mon.1) 6222 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.429 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.422922+0000 mon.c (mon.1) 6223 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.429 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.423801+0000 mon.c (mon.1) 6224 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.429 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cluster 2024-03-30T04:50:01.425399+0000 mgr.y (mgr.25441) 5615 : cluster [DBG] pgmap v3721: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.429 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cluster 2024-03-30T04:50:01.425638+0000 mgr.y (mgr.25441) 5616 : cluster [DBG] pgmap v3722: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.430 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.434904+0000 mon.a (mon.0) 2394 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.430 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cephadm 2024-03-30T04:50:01.435971+0000 mgr.y (mgr.25441) 5617 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.430 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.492897+0000 mon.c (mon.1) 6225 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.430 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.494486+0000 mon.c (mon.1) 6226 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.430 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.496269+0000 mon.c (mon.1) 6227 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.430 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.496945+0000 mon.c (mon.1) 6228 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.430 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cluster 2024-03-30T04:50:01.498192+0000 mgr.y (mgr.25441) 5618 : cluster [DBG] pgmap v3723: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.430 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cluster 2024-03-30T04:50:01.498433+0000 mgr.y (mgr.25441) 5619 : cluster [DBG] pgmap v3724: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.430 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.503729+0000 mon.a (mon.0) 2395 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.430 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cephadm 2024-03-30T04:50:01.505294+0000 mgr.y (mgr.25441) 5620 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.430 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.546232+0000 mon.c (mon.1) 6229 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.430 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.548069+0000 mon.c (mon.1) 6230 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.430 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.549917+0000 mon.c (mon.1) 6231 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.430 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.550587+0000 mon.c (mon.1) 6232 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.431 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cluster 2024-03-30T04:50:01.551856+0000 mgr.y (mgr.25441) 5621 : cluster [DBG] pgmap v3725: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.431 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cluster 2024-03-30T04:50:01.552097+0000 mgr.y (mgr.25441) 5622 : cluster [DBG] pgmap v3726: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.431 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.557393+0000 mon.a (mon.0) 2396 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.431 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cephadm 2024-03-30T04:50:01.558858+0000 mgr.y (mgr.25441) 5623 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.431 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.599811+0000 mon.c (mon.1) 6233 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.431 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.601740+0000 mon.c (mon.1) 6234 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.431 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.603677+0000 mon.c (mon.1) 6235 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.431 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.604427+0000 mon.c (mon.1) 6236 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.431 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cluster 2024-03-30T04:50:01.605683+0000 mgr.y (mgr.25441) 5624 : cluster [DBG] pgmap v3727: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.431 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cluster 2024-03-30T04:50:01.605918+0000 mgr.y (mgr.25441) 5625 : cluster [DBG] pgmap v3728: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.431 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.611310+0000 mon.a (mon.0) 2397 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.431 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cephadm 2024-03-30T04:50:01.612744+0000 mgr.y (mgr.25441) 5626 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.431 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.652843+0000 mon.c (mon.1) 6237 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.431 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.654718+0000 mon.c (mon.1) 6238 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.431 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.656713+0000 mon.c (mon.1) 6239 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.432 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.657384+0000 mon.c (mon.1) 6240 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.432 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cluster 2024-03-30T04:50:01.658651+0000 mgr.y (mgr.25441) 5627 : cluster [DBG] pgmap v3729: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.432 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cluster 2024-03-30T04:50:01.658890+0000 mgr.y (mgr.25441) 5628 : cluster [DBG] pgmap v3730: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.432 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.665205+0000 mon.a (mon.0) 2398 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.432 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cephadm 2024-03-30T04:50:01.665916+0000 mgr.y (mgr.25441) 5629 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.432 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.705962+0000 mon.c (mon.1) 6241 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.432 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.707606+0000 mon.c (mon.1) 6242 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.432 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.709307+0000 mon.c (mon.1) 6243 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.432 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.709909+0000 mon.c (mon.1) 6244 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.432 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cluster 2024-03-30T04:50:01.711142+0000 mgr.y (mgr.25441) 5630 : cluster [DBG] pgmap v3731: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.432 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cluster 2024-03-30T04:50:01.711370+0000 mgr.y (mgr.25441) 5631 : cluster [DBG] pgmap v3732: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.433 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.716721+0000 mon.a (mon.0) 2399 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.433 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cephadm 2024-03-30T04:50:01.717368+0000 mgr.y (mgr.25441) 5632 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.433 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.757871+0000 mon.c (mon.1) 6245 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.433 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.759556+0000 mon.c (mon.1) 6246 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.433 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.761769+0000 mon.c (mon.1) 6247 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.433 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.762492+0000 mon.c (mon.1) 6248 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.433 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cluster 2024-03-30T04:50:01.763864+0000 mgr.y (mgr.25441) 5633 : cluster [DBG] pgmap v3733: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 32 KiB/s rd, 31 op/s 2024-03-30T04:50:02.433 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cluster 2024-03-30T04:50:01.764084+0000 mgr.y (mgr.25441) 5634 : cluster [DBG] pgmap v3734: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 32 KiB/s rd, 31 op/s 2024-03-30T04:50:02.433 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.768806+0000 mon.a (mon.0) 2400 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.433 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cephadm 2024-03-30T04:50:01.770306+0000 mgr.y (mgr.25441) 5635 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.433 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.815354+0000 mon.c (mon.1) 6249 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.433 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.817439+0000 mon.c (mon.1) 6250 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.433 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.819399+0000 mon.c (mon.1) 6251 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.433 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.820116+0000 mon.c (mon.1) 6252 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.433 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cluster 2024-03-30T04:50:01.821465+0000 mgr.y (mgr.25441) 5636 : cluster [DBG] pgmap v3735: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 30 op/s 2024-03-30T04:50:02.434 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: cluster 2024-03-30T04:50:01.821688+0000 mgr.y (mgr.25441) 5637 : cluster [DBG] pgmap v3736: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 30 op/s 2024-03-30T04:50:02.434 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.826469+0000 mon.a (mon.0) 2401 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.434 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.872309+0000 mon.c (mon.1) 6253 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.434 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.874209+0000 mon.c (mon.1) 6254 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.434 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.876122+0000 mon.c (mon.1) 6255 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.434 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.876810+0000 mon.c (mon.1) 6256 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.434 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.883002+0000 mon.a (mon.0) 2402 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.434 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.941212+0000 mon.c (mon.1) 6257 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.434 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.943037+0000 mon.c (mon.1) 6258 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.434 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.945182+0000 mon.c (mon.1) 6259 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.434 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.945916+0000 mon.c (mon.1) 6260 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.434 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:01.952159+0000 mon.a (mon.0) 2403 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.434 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:02.014002+0000 mon.c (mon.1) 6261 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.434 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:02.015787+0000 mon.c (mon.1) 6262 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.435 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:02.017684+0000 mon.c (mon.1) 6263 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.435 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:02.018427+0000 mon.c (mon.1) 6264 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.435 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:02.028952+0000 mon.a (mon.0) 2404 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.435 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:02.086478+0000 mon.c (mon.1) 6265 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.435 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:02.088293+0000 mon.c (mon.1) 6266 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.435 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:02.090155+0000 mon.c (mon.1) 6267 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.435 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:02.090834+0000 mon.c (mon.1) 6268 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.435 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[70954]: audit 2024-03-30T04:50:02.096756+0000 mon.a (mon.0) 2405 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.436 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cephadm 2024-03-30T04:50:00.828709+0000 mgr.y (mgr.25441) 5593 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.436 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cluster 2024-03-30T04:50:00.914661+0000 mgr.y (mgr.25441) 5594 : cluster [DBG] pgmap v3707: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.437 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cluster 2024-03-30T04:50:00.914991+0000 mgr.y (mgr.25441) 5595 : cluster [DBG] pgmap v3708: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.437 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cephadm 2024-03-30T04:50:00.922615+0000 mgr.y (mgr.25441) 5596 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.437 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cluster 2024-03-30T04:50:01.010479+0000 mgr.y (mgr.25441) 5597 : cluster [DBG] pgmap v3709: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.437 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cluster 2024-03-30T04:50:01.011158+0000 mgr.y (mgr.25441) 5598 : cluster [DBG] pgmap v3710: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.437 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cephadm 2024-03-30T04:50:01.022751+0000 mgr.y (mgr.25441) 5599 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.437 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cluster 2024-03-30T04:50:01.107271+0000 mgr.y (mgr.25441) 5600 : cluster [DBG] pgmap v3711: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.437 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cluster 2024-03-30T04:50:01.107513+0000 mgr.y (mgr.25441) 5601 : cluster [DBG] pgmap v3712: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.437 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cephadm 2024-03-30T04:50:01.113590+0000 mgr.y (mgr.25441) 5602 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.437 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.186004+0000 mon.c (mon.1) 6205 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.437 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.187707+0000 mon.c (mon.1) 6206 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.437 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.189937+0000 mon.c (mon.1) 6207 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.437 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.190636+0000 mon.c (mon.1) 6208 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.437 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cluster 2024-03-30T04:50:01.191954+0000 mgr.y (mgr.25441) 5603 : cluster [DBG] pgmap v3713: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.437 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cluster 2024-03-30T04:50:01.192169+0000 mgr.y (mgr.25441) 5604 : cluster [DBG] pgmap v3714: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.437 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.196624+0000 mon.a (mon.0) 2390 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.438 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cephadm 2024-03-30T04:50:01.198218+0000 mgr.y (mgr.25441) 5605 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.438 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.238453+0000 mon.c (mon.1) 6209 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.438 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.240245+0000 mon.c (mon.1) 6210 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.438 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.242164+0000 mon.c (mon.1) 6211 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.438 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.242891+0000 mon.c (mon.1) 6212 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.438 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cluster 2024-03-30T04:50:01.244138+0000 mgr.y (mgr.25441) 5606 : cluster [DBG] pgmap v3715: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.438 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cluster 2024-03-30T04:50:01.244347+0000 mgr.y (mgr.25441) 5607 : cluster [DBG] pgmap v3716: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.438 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.249928+0000 mon.a (mon.0) 2391 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.438 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cephadm 2024-03-30T04:50:01.250577+0000 mgr.y (mgr.25441) 5608 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.438 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.291153+0000 mon.c (mon.1) 6213 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.438 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.293060+0000 mon.c (mon.1) 6214 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.438 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.294862+0000 mon.c (mon.1) 6215 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.438 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.295491+0000 mon.c (mon.1) 6216 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.439 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cluster 2024-03-30T04:50:01.296690+0000 mgr.y (mgr.25441) 5609 : cluster [DBG] pgmap v3717: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.439 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cluster 2024-03-30T04:50:01.296938+0000 mgr.y (mgr.25441) 5610 : cluster [DBG] pgmap v3718: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.439 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.302411+0000 mon.a (mon.0) 2392 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.439 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cephadm 2024-03-30T04:50:01.302988+0000 mgr.y (mgr.25441) 5611 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.439 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.347842+0000 mon.c (mon.1) 6217 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.439 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.350223+0000 mon.c (mon.1) 6218 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.439 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.352326+0000 mon.c (mon.1) 6219 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.439 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.353090+0000 mon.c (mon.1) 6220 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.439 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cluster 2024-03-30T04:50:01.354449+0000 mgr.y (mgr.25441) 5612 : cluster [DBG] pgmap v3719: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.439 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cluster 2024-03-30T04:50:01.354690+0000 mgr.y (mgr.25441) 5613 : cluster [DBG] pgmap v3720: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.439 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.360386+0000 mon.a (mon.0) 2393 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.439 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cephadm 2024-03-30T04:50:01.360968+0000 mgr.y (mgr.25441) 5614 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.439 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.417933+0000 mon.c (mon.1) 6221 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.440 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.420358+0000 mon.c (mon.1) 6222 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.440 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.422922+0000 mon.c (mon.1) 6223 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.440 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.423801+0000 mon.c (mon.1) 6224 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.440 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cluster 2024-03-30T04:50:01.425399+0000 mgr.y (mgr.25441) 5615 : cluster [DBG] pgmap v3721: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.440 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cluster 2024-03-30T04:50:01.425638+0000 mgr.y (mgr.25441) 5616 : cluster [DBG] pgmap v3722: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.440 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.434904+0000 mon.a (mon.0) 2394 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.440 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cephadm 2024-03-30T04:50:01.435971+0000 mgr.y (mgr.25441) 5617 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.440 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.492897+0000 mon.c (mon.1) 6225 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.440 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.494486+0000 mon.c (mon.1) 6226 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.440 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.496269+0000 mon.c (mon.1) 6227 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.440 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.496945+0000 mon.c (mon.1) 6228 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cluster 2024-03-30T04:50:01.498192+0000 mgr.y (mgr.25441) 5618 : cluster [DBG] pgmap v3723: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cluster 2024-03-30T04:50:01.498433+0000 mgr.y (mgr.25441) 5619 : cluster [DBG] pgmap v3724: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.503729+0000 mon.a (mon.0) 2395 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cephadm 2024-03-30T04:50:01.505294+0000 mgr.y (mgr.25441) 5620 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.546232+0000 mon.c (mon.1) 6229 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.548069+0000 mon.c (mon.1) 6230 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.549917+0000 mon.c (mon.1) 6231 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.550587+0000 mon.c (mon.1) 6232 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cluster 2024-03-30T04:50:01.551856+0000 mgr.y (mgr.25441) 5621 : cluster [DBG] pgmap v3725: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cluster 2024-03-30T04:50:01.552097+0000 mgr.y (mgr.25441) 5622 : cluster [DBG] pgmap v3726: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.557393+0000 mon.a (mon.0) 2396 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cephadm 2024-03-30T04:50:01.558858+0000 mgr.y (mgr.25441) 5623 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.599811+0000 mon.c (mon.1) 6233 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.601740+0000 mon.c (mon.1) 6234 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.603677+0000 mon.c (mon.1) 6235 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.604427+0000 mon.c (mon.1) 6236 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cluster 2024-03-30T04:50:01.605683+0000 mgr.y (mgr.25441) 5624 : cluster [DBG] pgmap v3727: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cluster 2024-03-30T04:50:01.605918+0000 mgr.y (mgr.25441) 5625 : cluster [DBG] pgmap v3728: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.611310+0000 mon.a (mon.0) 2397 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cephadm 2024-03-30T04:50:01.612744+0000 mgr.y (mgr.25441) 5626 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.652843+0000 mon.c (mon.1) 6237 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.654718+0000 mon.c (mon.1) 6238 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.656713+0000 mon.c (mon.1) 6239 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.657384+0000 mon.c (mon.1) 6240 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cluster 2024-03-30T04:50:01.658651+0000 mgr.y (mgr.25441) 5627 : cluster [DBG] pgmap v3729: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cluster 2024-03-30T04:50:01.658890+0000 mgr.y (mgr.25441) 5628 : cluster [DBG] pgmap v3730: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.443 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.665205+0000 mon.a (mon.0) 2398 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.443 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cephadm 2024-03-30T04:50:01.665916+0000 mgr.y (mgr.25441) 5629 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.443 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.705962+0000 mon.c (mon.1) 6241 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.443 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.707606+0000 mon.c (mon.1) 6242 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.443 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.709307+0000 mon.c (mon.1) 6243 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.443 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.709909+0000 mon.c (mon.1) 6244 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.443 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cluster 2024-03-30T04:50:01.711142+0000 mgr.y (mgr.25441) 5630 : cluster [DBG] pgmap v3731: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.443 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cluster 2024-03-30T04:50:01.711370+0000 mgr.y (mgr.25441) 5631 : cluster [DBG] pgmap v3732: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.443 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.716721+0000 mon.a (mon.0) 2399 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.443 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cephadm 2024-03-30T04:50:01.717368+0000 mgr.y (mgr.25441) 5632 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.443 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.757871+0000 mon.c (mon.1) 6245 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.443 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.759556+0000 mon.c (mon.1) 6246 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.443 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.761769+0000 mon.c (mon.1) 6247 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.443 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.762492+0000 mon.c (mon.1) 6248 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.444 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cluster 2024-03-30T04:50:01.763864+0000 mgr.y (mgr.25441) 5633 : cluster [DBG] pgmap v3733: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 32 KiB/s rd, 31 op/s 2024-03-30T04:50:02.444 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cluster 2024-03-30T04:50:01.764084+0000 mgr.y (mgr.25441) 5634 : cluster [DBG] pgmap v3734: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 32 KiB/s rd, 31 op/s 2024-03-30T04:50:02.444 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.768806+0000 mon.a (mon.0) 2400 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.444 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cephadm 2024-03-30T04:50:01.770306+0000 mgr.y (mgr.25441) 5635 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.444 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.815354+0000 mon.c (mon.1) 6249 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.444 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.817439+0000 mon.c (mon.1) 6250 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.444 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.819399+0000 mon.c (mon.1) 6251 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.444 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.820116+0000 mon.c (mon.1) 6252 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.444 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cluster 2024-03-30T04:50:01.821465+0000 mgr.y (mgr.25441) 5636 : cluster [DBG] pgmap v3735: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 30 op/s 2024-03-30T04:50:02.444 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: cluster 2024-03-30T04:50:01.821688+0000 mgr.y (mgr.25441) 5637 : cluster [DBG] pgmap v3736: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 30 op/s 2024-03-30T04:50:02.444 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.826469+0000 mon.a (mon.0) 2401 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.444 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.872309+0000 mon.c (mon.1) 6253 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.444 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.874209+0000 mon.c (mon.1) 6254 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.445 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.876122+0000 mon.c (mon.1) 6255 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.445 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.876810+0000 mon.c (mon.1) 6256 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.445 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.883002+0000 mon.a (mon.0) 2402 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.445 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.941212+0000 mon.c (mon.1) 6257 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.445 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.943037+0000 mon.c (mon.1) 6258 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.445 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.945182+0000 mon.c (mon.1) 6259 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.445 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.945916+0000 mon.c (mon.1) 6260 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.445 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:01.952159+0000 mon.a (mon.0) 2403 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.445 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:02.014002+0000 mon.c (mon.1) 6261 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.445 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:02.015787+0000 mon.c (mon.1) 6262 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.445 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:02.017684+0000 mon.c (mon.1) 6263 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.445 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:02.018427+0000 mon.c (mon.1) 6264 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.445 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:02.028952+0000 mon.a (mon.0) 2404 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:02.445 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:02.086478+0000 mon.c (mon.1) 6265 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.446 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:02.088293+0000 mon.c (mon.1) 6266 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.446 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:02.090155+0000 mon.c (mon.1) 6267 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.446 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:02.090834+0000 mon.c (mon.1) 6268 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.446 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:02 smithi111 bash[73591]: audit 2024-03-30T04:50:02.096756+0000 mon.a (mon.0) 2405 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cephadm 2024-03-30T04:50:01.827840+0000 mgr.y (mgr.25441) 5638 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cluster 2024-03-30T04:50:01.878145+0000 mgr.y (mgr.25441) 5639 : cluster [DBG] pgmap v3737: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 29 op/s 2024-03-30T04:50:03.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cluster 2024-03-30T04:50:01.878400+0000 mgr.y (mgr.25441) 5640 : cluster [DBG] pgmap v3738: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 29 op/s 2024-03-30T04:50:03.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cephadm 2024-03-30T04:50:01.884543+0000 mgr.y (mgr.25441) 5641 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cluster 2024-03-30T04:50:01.947369+0000 mgr.y (mgr.25441) 5642 : cluster [DBG] pgmap v3739: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cluster 2024-03-30T04:50:01.947611+0000 mgr.y (mgr.25441) 5643 : cluster [DBG] pgmap v3740: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cephadm 2024-03-30T04:50:01.952861+0000 mgr.y (mgr.25441) 5644 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cluster 2024-03-30T04:50:02.019804+0000 mgr.y (mgr.25441) 5645 : cluster [DBG] pgmap v3741: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cluster 2024-03-30T04:50:02.020043+0000 mgr.y (mgr.25441) 5646 : cluster [DBG] pgmap v3742: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cephadm 2024-03-30T04:50:02.029947+0000 mgr.y (mgr.25441) 5647 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cluster 2024-03-30T04:50:02.092177+0000 mgr.y (mgr.25441) 5648 : cluster [DBG] pgmap v3743: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cluster 2024-03-30T04:50:02.092417+0000 mgr.y (mgr.25441) 5649 : cluster [DBG] pgmap v3744: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cephadm 2024-03-30T04:50:02.097397+0000 mgr.y (mgr.25441) 5650 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.142849+0000 mon.c (mon.1) 6269 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.144485+0000 mon.c (mon.1) 6270 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.146480+0000 mon.c (mon.1) 6271 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.147190+0000 mon.c (mon.1) 6272 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cluster 2024-03-30T04:50:02.148439+0000 mgr.y (mgr.25441) 5651 : cluster [DBG] pgmap v3745: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cluster 2024-03-30T04:50:02.148656+0000 mgr.y (mgr.25441) 5652 : cluster [DBG] pgmap v3746: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.156292+0000 mon.a (mon.0) 2406 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cephadm 2024-03-30T04:50:02.157009+0000 mgr.y (mgr.25441) 5653 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.201843+0000 mon.c (mon.1) 6273 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.203583+0000 mon.c (mon.1) 6274 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.205530+0000 mon.c (mon.1) 6275 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.206423+0000 mon.c (mon.1) 6276 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cluster 2024-03-30T04:50:02.207653+0000 mgr.y (mgr.25441) 5654 : cluster [DBG] pgmap v3747: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cluster 2024-03-30T04:50:02.207838+0000 mgr.y (mgr.25441) 5655 : cluster [DBG] pgmap v3748: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.213034+0000 mon.a (mon.0) 2407 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cephadm 2024-03-30T04:50:02.213654+0000 mgr.y (mgr.25441) 5656 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.259299+0000 mon.c (mon.1) 6277 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.261266+0000 mon.c (mon.1) 6278 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.263880+0000 mon.c (mon.1) 6279 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.264552+0000 mon.c (mon.1) 6280 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cluster 2024-03-30T04:50:02.265771+0000 mgr.y (mgr.25441) 5657 : cluster [DBG] pgmap v3749: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cluster 2024-03-30T04:50:02.265987+0000 mgr.y (mgr.25441) 5658 : cluster [DBG] pgmap v3750: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.272210+0000 mon.a (mon.0) 2408 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cephadm 2024-03-30T04:50:02.272809+0000 mgr.y (mgr.25441) 5659 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.330575+0000 mon.c (mon.1) 6281 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.332516+0000 mon.c (mon.1) 6282 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.334627+0000 mon.c (mon.1) 6283 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.335446+0000 mon.c (mon.1) 6284 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cluster 2024-03-30T04:50:02.336876+0000 mgr.y (mgr.25441) 5660 : cluster [DBG] pgmap v3751: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cluster 2024-03-30T04:50:02.337068+0000 mgr.y (mgr.25441) 5661 : cluster [DBG] pgmap v3752: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.343256+0000 mon.a (mon.0) 2409 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cephadm 2024-03-30T04:50:02.343939+0000 mgr.y (mgr.25441) 5662 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.420974+0000 mon.c (mon.1) 6285 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.422715+0000 mon.c (mon.1) 6286 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.424792+0000 mon.c (mon.1) 6287 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.425450+0000 mon.c (mon.1) 6288 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cluster 2024-03-30T04:50:02.426788+0000 mgr.y (mgr.25441) 5663 : cluster [DBG] pgmap v3753: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cluster 2024-03-30T04:50:02.427023+0000 mgr.y (mgr.25441) 5664 : cluster [DBG] pgmap v3754: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.433028+0000 mon.a (mon.0) 2410 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cephadm 2024-03-30T04:50:02.437197+0000 mgr.y (mgr.25441) 5665 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.478876+0000 mon.c (mon.1) 6289 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.480719+0000 mon.c (mon.1) 6290 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.483038+0000 mon.c (mon.1) 6291 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.483752+0000 mon.c (mon.1) 6292 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cluster 2024-03-30T04:50:02.485035+0000 mgr.y (mgr.25441) 5666 : cluster [DBG] pgmap v3755: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cluster 2024-03-30T04:50:02.485265+0000 mgr.y (mgr.25441) 5667 : cluster [DBG] pgmap v3756: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.489516+0000 mon.a (mon.0) 2411 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cephadm 2024-03-30T04:50:02.491103+0000 mgr.y (mgr.25441) 5668 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.531802+0000 mon.c (mon.1) 6293 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.533624+0000 mon.c (mon.1) 6294 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.535416+0000 mon.c (mon.1) 6295 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.536045+0000 mon.c (mon.1) 6296 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cluster 2024-03-30T04:50:02.537216+0000 mgr.y (mgr.25441) 5669 : cluster [DBG] pgmap v3757: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cluster 2024-03-30T04:50:02.537449+0000 mgr.y (mgr.25441) 5670 : cluster [DBG] pgmap v3758: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.541918+0000 mon.a (mon.0) 2412 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cephadm 2024-03-30T04:50:02.542529+0000 mgr.y (mgr.25441) 5671 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.582535+0000 mon.c (mon.1) 6297 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.584157+0000 mon.c (mon.1) 6298 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.586196+0000 mon.c (mon.1) 6299 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.586870+0000 mon.c (mon.1) 6300 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cluster 2024-03-30T04:50:02.588072+0000 mgr.y (mgr.25441) 5672 : cluster [DBG] pgmap v3759: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cluster 2024-03-30T04:50:02.588307+0000 mgr.y (mgr.25441) 5673 : cluster [DBG] pgmap v3760: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.592833+0000 mon.a (mon.0) 2413 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cephadm 2024-03-30T04:50:02.593526+0000 mgr.y (mgr.25441) 5674 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.633580+0000 mon.c (mon.1) 6301 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.635192+0000 mon.c (mon.1) 6302 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.636982+0000 mon.c (mon.1) 6303 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.637643+0000 mon.c (mon.1) 6304 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cluster 2024-03-30T04:50:02.639031+0000 mgr.y (mgr.25441) 5675 : cluster [DBG] pgmap v3761: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cluster 2024-03-30T04:50:02.639264+0000 mgr.y (mgr.25441) 5676 : cluster [DBG] pgmap v3762: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.643557+0000 mon.a (mon.0) 2414 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cephadm 2024-03-30T04:50:02.645082+0000 mgr.y (mgr.25441) 5677 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.686946+0000 mon.c (mon.1) 6305 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.688866+0000 mon.c (mon.1) 6306 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.690934+0000 mon.c (mon.1) 6307 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.691620+0000 mon.c (mon.1) 6308 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cluster 2024-03-30T04:50:02.692819+0000 mgr.y (mgr.25441) 5678 : cluster [DBG] pgmap v3763: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cluster 2024-03-30T04:50:02.693051+0000 mgr.y (mgr.25441) 5679 : cluster [DBG] pgmap v3764: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.699407+0000 mon.a (mon.0) 2415 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cephadm 2024-03-30T04:50:02.700011+0000 mgr.y (mgr.25441) 5680 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.756150+0000 mon.c (mon.1) 6309 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.757726+0000 mon.c (mon.1) 6310 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.759913+0000 mon.c (mon.1) 6311 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.760593+0000 mon.c (mon.1) 6312 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cluster 2024-03-30T04:50:02.761850+0000 mgr.y (mgr.25441) 5681 : cluster [DBG] pgmap v3765: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cluster 2024-03-30T04:50:02.762044+0000 mgr.y (mgr.25441) 5682 : cluster [DBG] pgmap v3766: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.767901+0000 mon.a (mon.0) 2416 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cephadm 2024-03-30T04:50:02.768549+0000 mgr.y (mgr.25441) 5683 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.813321+0000 mon.c (mon.1) 6313 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.815333+0000 mon.c (mon.1) 6314 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.817284+0000 mon.c (mon.1) 6315 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.817997+0000 mon.c (mon.1) 6316 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cluster 2024-03-30T04:50:02.819411+0000 mgr.y (mgr.25441) 5684 : cluster [DBG] pgmap v3767: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cluster 2024-03-30T04:50:02.819595+0000 mgr.y (mgr.25441) 5685 : cluster [DBG] pgmap v3768: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.824545+0000 mon.a (mon.0) 2417 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: cephadm 2024-03-30T04:50:02.825108+0000 mgr.y (mgr.25441) 5686 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.869770+0000 mon.c (mon.1) 6317 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.871684+0000 mon.c (mon.1) 6318 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.874759+0000 mon.c (mon.1) 6319 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.875536+0000 mon.c (mon.1) 6320 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.882961+0000 mon.a (mon.0) 2418 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.944562+0000 mon.c (mon.1) 6321 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.946788+0000 mon.c (mon.1) 6322 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.949145+0000 mon.c (mon.1) 6323 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.950105+0000 mon.c (mon.1) 6324 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:02.958140+0000 mon.a (mon.0) 2419 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:03.017636+0000 mon.c (mon.1) 6325 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:03.019620+0000 mon.c (mon.1) 6326 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:03.021612+0000 mon.c (mon.1) 6327 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:03.022322+0000 mon.c (mon.1) 6328 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:03.029961+0000 mon.a (mon.0) 2420 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:03.101376+0000 mon.c (mon.1) 6329 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:03.103914+0000 mon.c (mon.1) 6330 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:03.106875+0000 mon.c (mon.1) 6331 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:03.107704+0000 mon.c (mon.1) 6332 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:03 smithi117 bash[62284]: audit 2024-03-30T04:50:03.113958+0000 mon.a (mon.0) 2421 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.425 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cephadm 2024-03-30T04:50:01.827840+0000 mgr.y (mgr.25441) 5638 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.425 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cluster 2024-03-30T04:50:01.878145+0000 mgr.y (mgr.25441) 5639 : cluster [DBG] pgmap v3737: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 29 op/s 2024-03-30T04:50:03.425 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cluster 2024-03-30T04:50:01.878400+0000 mgr.y (mgr.25441) 5640 : cluster [DBG] pgmap v3738: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 29 op/s 2024-03-30T04:50:03.425 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cephadm 2024-03-30T04:50:01.884543+0000 mgr.y (mgr.25441) 5641 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.426 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cluster 2024-03-30T04:50:01.947369+0000 mgr.y (mgr.25441) 5642 : cluster [DBG] pgmap v3739: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.426 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cluster 2024-03-30T04:50:01.947611+0000 mgr.y (mgr.25441) 5643 : cluster [DBG] pgmap v3740: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.426 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cephadm 2024-03-30T04:50:01.952861+0000 mgr.y (mgr.25441) 5644 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.426 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cluster 2024-03-30T04:50:02.019804+0000 mgr.y (mgr.25441) 5645 : cluster [DBG] pgmap v3741: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.426 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cluster 2024-03-30T04:50:02.020043+0000 mgr.y (mgr.25441) 5646 : cluster [DBG] pgmap v3742: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.426 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cephadm 2024-03-30T04:50:02.029947+0000 mgr.y (mgr.25441) 5647 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.426 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cluster 2024-03-30T04:50:02.092177+0000 mgr.y (mgr.25441) 5648 : cluster [DBG] pgmap v3743: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.426 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cluster 2024-03-30T04:50:02.092417+0000 mgr.y (mgr.25441) 5649 : cluster [DBG] pgmap v3744: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.426 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cephadm 2024-03-30T04:50:02.097397+0000 mgr.y (mgr.25441) 5650 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.426 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.142849+0000 mon.c (mon.1) 6269 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.426 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.144485+0000 mon.c (mon.1) 6270 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.426 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.146480+0000 mon.c (mon.1) 6271 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.427 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.147190+0000 mon.c (mon.1) 6272 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.427 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cluster 2024-03-30T04:50:02.148439+0000 mgr.y (mgr.25441) 5651 : cluster [DBG] pgmap v3745: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.427 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cluster 2024-03-30T04:50:02.148656+0000 mgr.y (mgr.25441) 5652 : cluster [DBG] pgmap v3746: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.427 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.156292+0000 mon.a (mon.0) 2406 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.427 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cephadm 2024-03-30T04:50:02.157009+0000 mgr.y (mgr.25441) 5653 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.427 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.201843+0000 mon.c (mon.1) 6273 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.427 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.203583+0000 mon.c (mon.1) 6274 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.427 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.205530+0000 mon.c (mon.1) 6275 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.427 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.206423+0000 mon.c (mon.1) 6276 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.427 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cluster 2024-03-30T04:50:02.207653+0000 mgr.y (mgr.25441) 5654 : cluster [DBG] pgmap v3747: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.427 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cluster 2024-03-30T04:50:02.207838+0000 mgr.y (mgr.25441) 5655 : cluster [DBG] pgmap v3748: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.427 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.213034+0000 mon.a (mon.0) 2407 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.427 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cephadm 2024-03-30T04:50:02.213654+0000 mgr.y (mgr.25441) 5656 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.427 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.259299+0000 mon.c (mon.1) 6277 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.428 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.261266+0000 mon.c (mon.1) 6278 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.428 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.263880+0000 mon.c (mon.1) 6279 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.428 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.264552+0000 mon.c (mon.1) 6280 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.428 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cluster 2024-03-30T04:50:02.265771+0000 mgr.y (mgr.25441) 5657 : cluster [DBG] pgmap v3749: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.428 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cluster 2024-03-30T04:50:02.265987+0000 mgr.y (mgr.25441) 5658 : cluster [DBG] pgmap v3750: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.428 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.272210+0000 mon.a (mon.0) 2408 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.428 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cephadm 2024-03-30T04:50:02.272809+0000 mgr.y (mgr.25441) 5659 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.428 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.330575+0000 mon.c (mon.1) 6281 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.428 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.332516+0000 mon.c (mon.1) 6282 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.428 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.334627+0000 mon.c (mon.1) 6283 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.428 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.335446+0000 mon.c (mon.1) 6284 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.428 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cluster 2024-03-30T04:50:02.336876+0000 mgr.y (mgr.25441) 5660 : cluster [DBG] pgmap v3751: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.428 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cluster 2024-03-30T04:50:02.337068+0000 mgr.y (mgr.25441) 5661 : cluster [DBG] pgmap v3752: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.428 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.343256+0000 mon.a (mon.0) 2409 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.429 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cephadm 2024-03-30T04:50:02.343939+0000 mgr.y (mgr.25441) 5662 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.429 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.420974+0000 mon.c (mon.1) 6285 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.429 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.422715+0000 mon.c (mon.1) 6286 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.429 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.424792+0000 mon.c (mon.1) 6287 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.429 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.425450+0000 mon.c (mon.1) 6288 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.429 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cluster 2024-03-30T04:50:02.426788+0000 mgr.y (mgr.25441) 5663 : cluster [DBG] pgmap v3753: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.429 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cluster 2024-03-30T04:50:02.427023+0000 mgr.y (mgr.25441) 5664 : cluster [DBG] pgmap v3754: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.429 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.433028+0000 mon.a (mon.0) 2410 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.429 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cephadm 2024-03-30T04:50:02.437197+0000 mgr.y (mgr.25441) 5665 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.429 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.478876+0000 mon.c (mon.1) 6289 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.429 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.480719+0000 mon.c (mon.1) 6290 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.429 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.483038+0000 mon.c (mon.1) 6291 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.429 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.483752+0000 mon.c (mon.1) 6292 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.429 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cluster 2024-03-30T04:50:02.485035+0000 mgr.y (mgr.25441) 5666 : cluster [DBG] pgmap v3755: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.429 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cluster 2024-03-30T04:50:02.485265+0000 mgr.y (mgr.25441) 5667 : cluster [DBG] pgmap v3756: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.430 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.489516+0000 mon.a (mon.0) 2411 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.430 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cephadm 2024-03-30T04:50:01.827840+0000 mgr.y (mgr.25441) 5638 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.430 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cluster 2024-03-30T04:50:01.878145+0000 mgr.y (mgr.25441) 5639 : cluster [DBG] pgmap v3737: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 29 op/s 2024-03-30T04:50:03.430 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cluster 2024-03-30T04:50:01.878400+0000 mgr.y (mgr.25441) 5640 : cluster [DBG] pgmap v3738: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 29 op/s 2024-03-30T04:50:03.430 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cephadm 2024-03-30T04:50:01.884543+0000 mgr.y (mgr.25441) 5641 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.430 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cluster 2024-03-30T04:50:01.947369+0000 mgr.y (mgr.25441) 5642 : cluster [DBG] pgmap v3739: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.430 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cluster 2024-03-30T04:50:01.947611+0000 mgr.y (mgr.25441) 5643 : cluster [DBG] pgmap v3740: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.430 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cephadm 2024-03-30T04:50:01.952861+0000 mgr.y (mgr.25441) 5644 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.430 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cluster 2024-03-30T04:50:02.019804+0000 mgr.y (mgr.25441) 5645 : cluster [DBG] pgmap v3741: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.430 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cluster 2024-03-30T04:50:02.020043+0000 mgr.y (mgr.25441) 5646 : cluster [DBG] pgmap v3742: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.431 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cephadm 2024-03-30T04:50:02.029947+0000 mgr.y (mgr.25441) 5647 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.431 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cluster 2024-03-30T04:50:02.092177+0000 mgr.y (mgr.25441) 5648 : cluster [DBG] pgmap v3743: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.431 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cluster 2024-03-30T04:50:02.092417+0000 mgr.y (mgr.25441) 5649 : cluster [DBG] pgmap v3744: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.431 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cephadm 2024-03-30T04:50:02.097397+0000 mgr.y (mgr.25441) 5650 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.431 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.142849+0000 mon.c (mon.1) 6269 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.431 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.144485+0000 mon.c (mon.1) 6270 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.431 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.146480+0000 mon.c (mon.1) 6271 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.431 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.147190+0000 mon.c (mon.1) 6272 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.431 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cluster 2024-03-30T04:50:02.148439+0000 mgr.y (mgr.25441) 5651 : cluster [DBG] pgmap v3745: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.431 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cluster 2024-03-30T04:50:02.148656+0000 mgr.y (mgr.25441) 5652 : cluster [DBG] pgmap v3746: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.431 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.156292+0000 mon.a (mon.0) 2406 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.432 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cephadm 2024-03-30T04:50:02.491103+0000 mgr.y (mgr.25441) 5668 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.432 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.531802+0000 mon.c (mon.1) 6293 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.432 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.533624+0000 mon.c (mon.1) 6294 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.432 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.535416+0000 mon.c (mon.1) 6295 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.432 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.536045+0000 mon.c (mon.1) 6296 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.432 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cluster 2024-03-30T04:50:02.537216+0000 mgr.y (mgr.25441) 5669 : cluster [DBG] pgmap v3757: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.432 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cluster 2024-03-30T04:50:02.537449+0000 mgr.y (mgr.25441) 5670 : cluster [DBG] pgmap v3758: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.432 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.541918+0000 mon.a (mon.0) 2412 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.432 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cephadm 2024-03-30T04:50:02.542529+0000 mgr.y (mgr.25441) 5671 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.432 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.582535+0000 mon.c (mon.1) 6297 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.432 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.584157+0000 mon.c (mon.1) 6298 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.432 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.586196+0000 mon.c (mon.1) 6299 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.432 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.586870+0000 mon.c (mon.1) 6300 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.433 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cluster 2024-03-30T04:50:02.588072+0000 mgr.y (mgr.25441) 5672 : cluster [DBG] pgmap v3759: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.433 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cluster 2024-03-30T04:50:02.588307+0000 mgr.y (mgr.25441) 5673 : cluster [DBG] pgmap v3760: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.433 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.592833+0000 mon.a (mon.0) 2413 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.433 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cephadm 2024-03-30T04:50:02.593526+0000 mgr.y (mgr.25441) 5674 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.433 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.633580+0000 mon.c (mon.1) 6301 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.433 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.635192+0000 mon.c (mon.1) 6302 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.433 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.636982+0000 mon.c (mon.1) 6303 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.433 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.637643+0000 mon.c (mon.1) 6304 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.433 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cluster 2024-03-30T04:50:02.639031+0000 mgr.y (mgr.25441) 5675 : cluster [DBG] pgmap v3761: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.433 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cluster 2024-03-30T04:50:02.639264+0000 mgr.y (mgr.25441) 5676 : cluster [DBG] pgmap v3762: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.433 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.643557+0000 mon.a (mon.0) 2414 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.433 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cephadm 2024-03-30T04:50:02.645082+0000 mgr.y (mgr.25441) 5677 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.433 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.686946+0000 mon.c (mon.1) 6305 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.433 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.688866+0000 mon.c (mon.1) 6306 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.434 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.690934+0000 mon.c (mon.1) 6307 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.434 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.691620+0000 mon.c (mon.1) 6308 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.434 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cluster 2024-03-30T04:50:02.692819+0000 mgr.y (mgr.25441) 5678 : cluster [DBG] pgmap v3763: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.434 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cluster 2024-03-30T04:50:02.693051+0000 mgr.y (mgr.25441) 5679 : cluster [DBG] pgmap v3764: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.434 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.699407+0000 mon.a (mon.0) 2415 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.434 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cephadm 2024-03-30T04:50:02.700011+0000 mgr.y (mgr.25441) 5680 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.434 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.756150+0000 mon.c (mon.1) 6309 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.434 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.757726+0000 mon.c (mon.1) 6310 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.434 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.759913+0000 mon.c (mon.1) 6311 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.434 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.760593+0000 mon.c (mon.1) 6312 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.434 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cluster 2024-03-30T04:50:02.761850+0000 mgr.y (mgr.25441) 5681 : cluster [DBG] pgmap v3765: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.434 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cluster 2024-03-30T04:50:02.762044+0000 mgr.y (mgr.25441) 5682 : cluster [DBG] pgmap v3766: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.434 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.767901+0000 mon.a (mon.0) 2416 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.435 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cephadm 2024-03-30T04:50:02.157009+0000 mgr.y (mgr.25441) 5653 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.435 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.201843+0000 mon.c (mon.1) 6273 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.435 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.203583+0000 mon.c (mon.1) 6274 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.435 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.205530+0000 mon.c (mon.1) 6275 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.435 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.206423+0000 mon.c (mon.1) 6276 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.435 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cluster 2024-03-30T04:50:02.207653+0000 mgr.y (mgr.25441) 5654 : cluster [DBG] pgmap v3747: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.435 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cluster 2024-03-30T04:50:02.207838+0000 mgr.y (mgr.25441) 5655 : cluster [DBG] pgmap v3748: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.435 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.213034+0000 mon.a (mon.0) 2407 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.435 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cephadm 2024-03-30T04:50:02.213654+0000 mgr.y (mgr.25441) 5656 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.435 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.259299+0000 mon.c (mon.1) 6277 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.435 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.261266+0000 mon.c (mon.1) 6278 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.435 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.263880+0000 mon.c (mon.1) 6279 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.436 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.264552+0000 mon.c (mon.1) 6280 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.436 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cluster 2024-03-30T04:50:02.265771+0000 mgr.y (mgr.25441) 5657 : cluster [DBG] pgmap v3749: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.436 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cluster 2024-03-30T04:50:02.265987+0000 mgr.y (mgr.25441) 5658 : cluster [DBG] pgmap v3750: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.436 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.272210+0000 mon.a (mon.0) 2408 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.436 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cephadm 2024-03-30T04:50:02.272809+0000 mgr.y (mgr.25441) 5659 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.436 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.330575+0000 mon.c (mon.1) 6281 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.436 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.332516+0000 mon.c (mon.1) 6282 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cephadm 2024-03-30T04:50:02.768549+0000 mgr.y (mgr.25441) 5683 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.436 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.813321+0000 mon.c (mon.1) 6313 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.815333+0000 mon.c (mon.1) 6314 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.817284+0000 mon.c (mon.1) 6315 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.817997+0000 mon.c (mon.1) 6316 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cluster 2024-03-30T04:50:02.819411+0000 mgr.y (mgr.25441) 5684 : cluster [DBG] pgmap v3767: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cluster 2024-03-30T04:50:02.819595+0000 mgr.y (mgr.25441) 5685 : cluster [DBG] pgmap v3768: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.824545+0000 mon.a (mon.0) 2417 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: cephadm 2024-03-30T04:50:02.825108+0000 mgr.y (mgr.25441) 5686 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.869770+0000 mon.c (mon.1) 6317 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.871684+0000 mon.c (mon.1) 6318 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.874759+0000 mon.c (mon.1) 6319 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.875536+0000 mon.c (mon.1) 6320 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.882961+0000 mon.a (mon.0) 2418 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.944562+0000 mon.c (mon.1) 6321 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.437 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.946788+0000 mon.c (mon.1) 6322 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.949145+0000 mon.c (mon.1) 6323 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.950105+0000 mon.c (mon.1) 6324 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:02.958140+0000 mon.a (mon.0) 2419 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:03.017636+0000 mon.c (mon.1) 6325 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:03.019620+0000 mon.c (mon.1) 6326 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:03.021612+0000 mon.c (mon.1) 6327 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:03.022322+0000 mon.c (mon.1) 6328 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:03.029961+0000 mon.a (mon.0) 2420 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:03.101376+0000 mon.c (mon.1) 6329 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:03.103914+0000 mon.c (mon.1) 6330 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:03.106875+0000 mon.c (mon.1) 6331 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:03.107704+0000 mon.c (mon.1) 6332 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.438 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[70954]: audit 2024-03-30T04:50:03.113958+0000 mon.a (mon.0) 2421 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.439 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.334627+0000 mon.c (mon.1) 6283 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.439 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.335446+0000 mon.c (mon.1) 6284 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.439 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cluster 2024-03-30T04:50:02.336876+0000 mgr.y (mgr.25441) 5660 : cluster [DBG] pgmap v3751: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.439 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cluster 2024-03-30T04:50:02.337068+0000 mgr.y (mgr.25441) 5661 : cluster [DBG] pgmap v3752: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.440 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.343256+0000 mon.a (mon.0) 2409 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.440 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cephadm 2024-03-30T04:50:02.343939+0000 mgr.y (mgr.25441) 5662 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.440 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.420974+0000 mon.c (mon.1) 6285 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.440 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.422715+0000 mon.c (mon.1) 6286 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.440 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.424792+0000 mon.c (mon.1) 6287 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.440 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.425450+0000 mon.c (mon.1) 6288 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.440 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cluster 2024-03-30T04:50:02.426788+0000 mgr.y (mgr.25441) 5663 : cluster [DBG] pgmap v3753: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.440 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cluster 2024-03-30T04:50:02.427023+0000 mgr.y (mgr.25441) 5664 : cluster [DBG] pgmap v3754: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.440 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.433028+0000 mon.a (mon.0) 2410 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.440 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cephadm 2024-03-30T04:50:02.437197+0000 mgr.y (mgr.25441) 5665 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.440 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.478876+0000 mon.c (mon.1) 6289 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.440 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.480719+0000 mon.c (mon.1) 6290 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.440 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.483038+0000 mon.c (mon.1) 6291 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.440 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.483752+0000 mon.c (mon.1) 6292 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cluster 2024-03-30T04:50:02.485035+0000 mgr.y (mgr.25441) 5666 : cluster [DBG] pgmap v3755: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cluster 2024-03-30T04:50:02.485265+0000 mgr.y (mgr.25441) 5667 : cluster [DBG] pgmap v3756: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.489516+0000 mon.a (mon.0) 2411 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cephadm 2024-03-30T04:50:02.491103+0000 mgr.y (mgr.25441) 5668 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.531802+0000 mon.c (mon.1) 6293 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.533624+0000 mon.c (mon.1) 6294 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.535416+0000 mon.c (mon.1) 6295 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.536045+0000 mon.c (mon.1) 6296 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cluster 2024-03-30T04:50:02.537216+0000 mgr.y (mgr.25441) 5669 : cluster [DBG] pgmap v3757: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cluster 2024-03-30T04:50:02.537449+0000 mgr.y (mgr.25441) 5670 : cluster [DBG] pgmap v3758: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.541918+0000 mon.a (mon.0) 2412 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cephadm 2024-03-30T04:50:02.542529+0000 mgr.y (mgr.25441) 5671 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.582535+0000 mon.c (mon.1) 6297 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.584157+0000 mon.c (mon.1) 6298 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.586196+0000 mon.c (mon.1) 6299 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.586870+0000 mon.c (mon.1) 6300 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cluster 2024-03-30T04:50:02.588072+0000 mgr.y (mgr.25441) 5672 : cluster [DBG] pgmap v3759: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cluster 2024-03-30T04:50:02.588307+0000 mgr.y (mgr.25441) 5673 : cluster [DBG] pgmap v3760: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.592833+0000 mon.a (mon.0) 2413 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cephadm 2024-03-30T04:50:02.593526+0000 mgr.y (mgr.25441) 5674 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.633580+0000 mon.c (mon.1) 6301 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.635192+0000 mon.c (mon.1) 6302 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.636982+0000 mon.c (mon.1) 6303 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.637643+0000 mon.c (mon.1) 6304 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cluster 2024-03-30T04:50:02.639031+0000 mgr.y (mgr.25441) 5675 : cluster [DBG] pgmap v3761: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cluster 2024-03-30T04:50:02.639264+0000 mgr.y (mgr.25441) 5676 : cluster [DBG] pgmap v3762: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.643557+0000 mon.a (mon.0) 2414 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.443 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cephadm 2024-03-30T04:50:02.645082+0000 mgr.y (mgr.25441) 5677 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.443 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.686946+0000 mon.c (mon.1) 6305 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.443 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.688866+0000 mon.c (mon.1) 6306 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.443 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.690934+0000 mon.c (mon.1) 6307 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.443 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.691620+0000 mon.c (mon.1) 6308 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.443 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cluster 2024-03-30T04:50:02.692819+0000 mgr.y (mgr.25441) 5678 : cluster [DBG] pgmap v3763: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.443 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cluster 2024-03-30T04:50:02.693051+0000 mgr.y (mgr.25441) 5679 : cluster [DBG] pgmap v3764: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.443 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.699407+0000 mon.a (mon.0) 2415 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.443 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cephadm 2024-03-30T04:50:02.700011+0000 mgr.y (mgr.25441) 5680 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.443 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.756150+0000 mon.c (mon.1) 6309 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.443 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.757726+0000 mon.c (mon.1) 6310 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.443 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.759913+0000 mon.c (mon.1) 6311 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.443 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.760593+0000 mon.c (mon.1) 6312 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.443 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cluster 2024-03-30T04:50:02.761850+0000 mgr.y (mgr.25441) 5681 : cluster [DBG] pgmap v3765: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.443 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cluster 2024-03-30T04:50:02.762044+0000 mgr.y (mgr.25441) 5682 : cluster [DBG] pgmap v3766: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.444 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.767901+0000 mon.a (mon.0) 2416 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.444 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cephadm 2024-03-30T04:50:02.768549+0000 mgr.y (mgr.25441) 5683 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.444 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.813321+0000 mon.c (mon.1) 6313 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.444 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.815333+0000 mon.c (mon.1) 6314 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.444 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.817284+0000 mon.c (mon.1) 6315 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.444 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.817997+0000 mon.c (mon.1) 6316 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.444 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cluster 2024-03-30T04:50:02.819411+0000 mgr.y (mgr.25441) 5684 : cluster [DBG] pgmap v3767: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.444 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cluster 2024-03-30T04:50:02.819595+0000 mgr.y (mgr.25441) 5685 : cluster [DBG] pgmap v3768: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.444 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.824545+0000 mon.a (mon.0) 2417 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.444 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: cephadm 2024-03-30T04:50:02.825108+0000 mgr.y (mgr.25441) 5686 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.444 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.869770+0000 mon.c (mon.1) 6317 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.444 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.871684+0000 mon.c (mon.1) 6318 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.444 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.874759+0000 mon.c (mon.1) 6319 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.444 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.875536+0000 mon.c (mon.1) 6320 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.445 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.882961+0000 mon.a (mon.0) 2418 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.445 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.944562+0000 mon.c (mon.1) 6321 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.445 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.946788+0000 mon.c (mon.1) 6322 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.445 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.949145+0000 mon.c (mon.1) 6323 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.445 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.950105+0000 mon.c (mon.1) 6324 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.445 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:02.958140+0000 mon.a (mon.0) 2419 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.445 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:03.017636+0000 mon.c (mon.1) 6325 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.445 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:03.019620+0000 mon.c (mon.1) 6326 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.445 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:03.021612+0000 mon.c (mon.1) 6327 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.445 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:03.022322+0000 mon.c (mon.1) 6328 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.445 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:03.029961+0000 mon.a (mon.0) 2420 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:03.445 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:03.101376+0000 mon.c (mon.1) 6329 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.445 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:03.103914+0000 mon.c (mon.1) 6330 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.445 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:03.106875+0000 mon.c (mon.1) 6331 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.446 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:03.107704+0000 mon.c (mon.1) 6332 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.446 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:03 smithi111 bash[73591]: audit 2024-03-30T04:50:03.113958+0000 mon.a (mon.0) 2421 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cluster 2024-03-30T04:50:02.876976+0000 mgr.y (mgr.25441) 5687 : cluster [DBG] pgmap v3769: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cluster 2024-03-30T04:50:02.877232+0000 mgr.y (mgr.25441) 5688 : cluster [DBG] pgmap v3770: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cephadm 2024-03-30T04:50:02.883680+0000 mgr.y (mgr.25441) 5689 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cluster 2024-03-30T04:50:02.951957+0000 mgr.y (mgr.25441) 5690 : cluster [DBG] pgmap v3771: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cluster 2024-03-30T04:50:02.952341+0000 mgr.y (mgr.25441) 5691 : cluster [DBG] pgmap v3772: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cephadm 2024-03-30T04:50:02.958867+0000 mgr.y (mgr.25441) 5692 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cluster 2024-03-30T04:50:03.023716+0000 mgr.y (mgr.25441) 5693 : cluster [DBG] pgmap v3773: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cluster 2024-03-30T04:50:03.023940+0000 mgr.y (mgr.25441) 5694 : cluster [DBG] pgmap v3774: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cephadm 2024-03-30T04:50:03.030567+0000 mgr.y (mgr.25441) 5695 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cluster 2024-03-30T04:50:03.109187+0000 mgr.y (mgr.25441) 5696 : cluster [DBG] pgmap v3775: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cluster 2024-03-30T04:50:03.109411+0000 mgr.y (mgr.25441) 5697 : cluster [DBG] pgmap v3776: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cephadm 2024-03-30T04:50:03.114809+0000 mgr.y (mgr.25441) 5698 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.171573+0000 mon.c (mon.1) 6333 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.173345+0000 mon.c (mon.1) 6334 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.175414+0000 mon.c (mon.1) 6335 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.176139+0000 mon.c (mon.1) 6336 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cluster 2024-03-30T04:50:03.177391+0000 mgr.y (mgr.25441) 5699 : cluster [DBG] pgmap v3777: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cluster 2024-03-30T04:50:03.177685+0000 mgr.y (mgr.25441) 5700 : cluster [DBG] pgmap v3778: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.183474+0000 mon.a (mon.0) 2422 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cephadm 2024-03-30T04:50:03.184177+0000 mgr.y (mgr.25441) 5701 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.243497+0000 mon.c (mon.1) 6337 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.245519+0000 mon.c (mon.1) 6338 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.247718+0000 mon.c (mon.1) 6339 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.248492+0000 mon.c (mon.1) 6340 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cluster 2024-03-30T04:50:03.249966+0000 mgr.y (mgr.25441) 5702 : cluster [DBG] pgmap v3779: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cluster 2024-03-30T04:50:03.250207+0000 mgr.y (mgr.25441) 5703 : cluster [DBG] pgmap v3780: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.257195+0000 mon.a (mon.0) 2423 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cephadm 2024-03-30T04:50:03.257798+0000 mgr.y (mgr.25441) 5704 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.318865+0000 mon.c (mon.1) 6341 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.320569+0000 mon.c (mon.1) 6342 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.322468+0000 mon.c (mon.1) 6343 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.323136+0000 mon.c (mon.1) 6344 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cluster 2024-03-30T04:50:03.324445+0000 mgr.y (mgr.25441) 5705 : cluster [DBG] pgmap v3781: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cluster 2024-03-30T04:50:03.324757+0000 mgr.y (mgr.25441) 5706 : cluster [DBG] pgmap v3782: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.332018+0000 mon.a (mon.0) 2424 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cephadm 2024-03-30T04:50:03.332804+0000 mgr.y (mgr.25441) 5707 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.377895+0000 mon.c (mon.1) 6345 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.380056+0000 mon.c (mon.1) 6346 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.382328+0000 mon.c (mon.1) 6347 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.383167+0000 mon.c (mon.1) 6348 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cluster 2024-03-30T04:50:03.384643+0000 mgr.y (mgr.25441) 5708 : cluster [DBG] pgmap v3783: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cluster 2024-03-30T04:50:03.384897+0000 mgr.y (mgr.25441) 5709 : cluster [DBG] pgmap v3784: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.392426+0000 mon.a (mon.0) 2425 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cephadm 2024-03-30T04:50:03.393169+0000 mgr.y (mgr.25441) 5710 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.454376+0000 mon.c (mon.1) 6349 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.456385+0000 mon.c (mon.1) 6350 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.458721+0000 mon.c (mon.1) 6351 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.459404+0000 mon.c (mon.1) 6352 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cluster 2024-03-30T04:50:03.460624+0000 mgr.y (mgr.25441) 5711 : cluster [DBG] pgmap v3785: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cluster 2024-03-30T04:50:03.460850+0000 mgr.y (mgr.25441) 5712 : cluster [DBG] pgmap v3786: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.466696+0000 mon.a (mon.0) 2426 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cephadm 2024-03-30T04:50:03.467284+0000 mgr.y (mgr.25441) 5713 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.512589+0000 mon.c (mon.1) 6353 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.514564+0000 mon.c (mon.1) 6354 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.516617+0000 mon.c (mon.1) 6355 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.517313+0000 mon.c (mon.1) 6356 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cluster 2024-03-30T04:50:03.518632+0000 mgr.y (mgr.25441) 5714 : cluster [DBG] pgmap v3787: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cluster 2024-03-30T04:50:03.518865+0000 mgr.y (mgr.25441) 5715 : cluster [DBG] pgmap v3788: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.525505+0000 mon.a (mon.0) 2427 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cephadm 2024-03-30T04:50:03.526150+0000 mgr.y (mgr.25441) 5716 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.566004+0000 mon.c (mon.1) 6357 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.567671+0000 mon.c (mon.1) 6358 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.569527+0000 mon.c (mon.1) 6359 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.570216+0000 mon.c (mon.1) 6360 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cluster 2024-03-30T04:50:03.571504+0000 mgr.y (mgr.25441) 5717 : cluster [DBG] pgmap v3789: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cluster 2024-03-30T04:50:03.571747+0000 mgr.y (mgr.25441) 5718 : cluster [DBG] pgmap v3790: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.577316+0000 mon.a (mon.0) 2428 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cephadm 2024-03-30T04:50:03.577956+0000 mgr.y (mgr.25441) 5719 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.618075+0000 mon.c (mon.1) 6361 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.619662+0000 mon.c (mon.1) 6362 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.621526+0000 mon.c (mon.1) 6363 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.622267+0000 mon.c (mon.1) 6364 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cluster 2024-03-30T04:50:03.623520+0000 mgr.y (mgr.25441) 5720 : cluster [DBG] pgmap v3791: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cluster 2024-03-30T04:50:03.623705+0000 mgr.y (mgr.25441) 5721 : cluster [DBG] pgmap v3792: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.629411+0000 mon.a (mon.0) 2429 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cephadm 2024-03-30T04:50:03.631009+0000 mgr.y (mgr.25441) 5722 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.671419+0000 mon.c (mon.1) 6365 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.673070+0000 mon.c (mon.1) 6366 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.675031+0000 mon.c (mon.1) 6367 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.675738+0000 mon.c (mon.1) 6368 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cluster 2024-03-30T04:50:03.677097+0000 mgr.y (mgr.25441) 5723 : cluster [DBG] pgmap v3793: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cluster 2024-03-30T04:50:03.677337+0000 mgr.y (mgr.25441) 5724 : cluster [DBG] pgmap v3794: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.683014+0000 mon.a (mon.0) 2430 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cephadm 2024-03-30T04:50:03.684659+0000 mgr.y (mgr.25441) 5725 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.724947+0000 mon.c (mon.1) 6369 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.727220+0000 mon.c (mon.1) 6370 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.729081+0000 mon.c (mon.1) 6371 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.729756+0000 mon.c (mon.1) 6372 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cluster 2024-03-30T04:50:03.730987+0000 mgr.y (mgr.25441) 5726 : cluster [DBG] pgmap v3795: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cluster 2024-03-30T04:50:03.731205+0000 mgr.y (mgr.25441) 5727 : cluster [DBG] pgmap v3796: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.738774+0000 mon.a (mon.0) 2431 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cephadm 2024-03-30T04:50:03.739443+0000 mgr.y (mgr.25441) 5728 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.779688+0000 mon.c (mon.1) 6373 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.781265+0000 mon.c (mon.1) 6374 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.783472+0000 mon.c (mon.1) 6375 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.784202+0000 mon.c (mon.1) 6376 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cluster 2024-03-30T04:50:03.785557+0000 mgr.y (mgr.25441) 5729 : cluster [DBG] pgmap v3797: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cluster 2024-03-30T04:50:03.785821+0000 mgr.y (mgr.25441) 5730 : cluster [DBG] pgmap v3798: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.792522+0000 mon.a (mon.0) 2432 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: cephadm 2024-03-30T04:50:03.793849+0000 mgr.y (mgr.25441) 5731 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.839563+0000 mon.c (mon.1) 6377 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.841373+0000 mon.c (mon.1) 6378 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.843500+0000 mon.c (mon.1) 6379 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.844197+0000 mon.c (mon.1) 6380 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.850729+0000 mon.a (mon.0) 2433 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.912752+0000 mon.c (mon.1) 6381 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.914988+0000 mon.c (mon.1) 6382 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.919197+0000 mon.c (mon.1) 6383 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.919967+0000 mon.c (mon.1) 6384 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.927330+0000 mon.a (mon.0) 2434 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.969784+0000 mon.c (mon.1) 6385 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.971780+0000 mon.c (mon.1) 6386 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.974089+0000 mon.c (mon.1) 6387 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.974859+0000 mon.c (mon.1) 6388 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:03.981414+0000 mon.a (mon.0) 2435 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:04.044783+0000 mon.c (mon.1) 6389 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:04.046875+0000 mon.c (mon.1) 6390 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:04.048724+0000 mon.c (mon.1) 6391 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:04.049379+0000 mon.c (mon.1) 6392 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:04.055605+0000 mon.a (mon.0) 2436 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:04.102418+0000 mon.c (mon.1) 6393 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:04.104426+0000 mon.c (mon.1) 6394 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:04.106659+0000 mon.c (mon.1) 6395 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:04.107470+0000 mon.c (mon.1) 6396 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:04 smithi117 bash[62284]: audit 2024-03-30T04:50:04.118006+0000 mon.a (mon.0) 2437 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cluster 2024-03-30T04:50:02.876976+0000 mgr.y (mgr.25441) 5687 : cluster [DBG] pgmap v3769: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cluster 2024-03-30T04:50:02.877232+0000 mgr.y (mgr.25441) 5688 : cluster [DBG] pgmap v3770: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cephadm 2024-03-30T04:50:02.883680+0000 mgr.y (mgr.25441) 5689 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cluster 2024-03-30T04:50:02.951957+0000 mgr.y (mgr.25441) 5690 : cluster [DBG] pgmap v3771: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cluster 2024-03-30T04:50:02.952341+0000 mgr.y (mgr.25441) 5691 : cluster [DBG] pgmap v3772: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cephadm 2024-03-30T04:50:02.958867+0000 mgr.y (mgr.25441) 5692 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cluster 2024-03-30T04:50:03.023716+0000 mgr.y (mgr.25441) 5693 : cluster [DBG] pgmap v3773: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cluster 2024-03-30T04:50:03.023940+0000 mgr.y (mgr.25441) 5694 : cluster [DBG] pgmap v3774: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cephadm 2024-03-30T04:50:03.030567+0000 mgr.y (mgr.25441) 5695 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cluster 2024-03-30T04:50:03.109187+0000 mgr.y (mgr.25441) 5696 : cluster [DBG] pgmap v3775: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cluster 2024-03-30T04:50:03.109411+0000 mgr.y (mgr.25441) 5697 : cluster [DBG] pgmap v3776: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cephadm 2024-03-30T04:50:03.114809+0000 mgr.y (mgr.25441) 5698 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.171573+0000 mon.c (mon.1) 6333 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.173345+0000 mon.c (mon.1) 6334 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.175414+0000 mon.c (mon.1) 6335 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.176139+0000 mon.c (mon.1) 6336 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cluster 2024-03-30T04:50:03.177391+0000 mgr.y (mgr.25441) 5699 : cluster [DBG] pgmap v3777: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cluster 2024-03-30T04:50:03.177685+0000 mgr.y (mgr.25441) 5700 : cluster [DBG] pgmap v3778: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.183474+0000 mon.a (mon.0) 2422 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cephadm 2024-03-30T04:50:03.184177+0000 mgr.y (mgr.25441) 5701 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.243497+0000 mon.c (mon.1) 6337 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.245519+0000 mon.c (mon.1) 6338 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.247718+0000 mon.c (mon.1) 6339 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.248492+0000 mon.c (mon.1) 6340 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cluster 2024-03-30T04:50:03.249966+0000 mgr.y (mgr.25441) 5702 : cluster [DBG] pgmap v3779: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cluster 2024-03-30T04:50:03.250207+0000 mgr.y (mgr.25441) 5703 : cluster [DBG] pgmap v3780: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.257195+0000 mon.a (mon.0) 2423 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cephadm 2024-03-30T04:50:03.257798+0000 mgr.y (mgr.25441) 5704 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.318865+0000 mon.c (mon.1) 6341 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.320569+0000 mon.c (mon.1) 6342 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.322468+0000 mon.c (mon.1) 6343 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.323136+0000 mon.c (mon.1) 6344 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cluster 2024-03-30T04:50:03.324445+0000 mgr.y (mgr.25441) 5705 : cluster [DBG] pgmap v3781: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cluster 2024-03-30T04:50:03.324757+0000 mgr.y (mgr.25441) 5706 : cluster [DBG] pgmap v3782: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.332018+0000 mon.a (mon.0) 2424 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cephadm 2024-03-30T04:50:03.332804+0000 mgr.y (mgr.25441) 5707 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.377895+0000 mon.c (mon.1) 6345 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.380056+0000 mon.c (mon.1) 6346 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.382328+0000 mon.c (mon.1) 6347 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.383167+0000 mon.c (mon.1) 6348 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cluster 2024-03-30T04:50:03.384643+0000 mgr.y (mgr.25441) 5708 : cluster [DBG] pgmap v3783: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cluster 2024-03-30T04:50:03.384897+0000 mgr.y (mgr.25441) 5709 : cluster [DBG] pgmap v3784: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.392426+0000 mon.a (mon.0) 2425 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cephadm 2024-03-30T04:50:03.393169+0000 mgr.y (mgr.25441) 5710 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.454376+0000 mon.c (mon.1) 6349 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.456385+0000 mon.c (mon.1) 6350 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.458721+0000 mon.c (mon.1) 6351 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.459404+0000 mon.c (mon.1) 6352 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cluster 2024-03-30T04:50:03.460624+0000 mgr.y (mgr.25441) 5711 : cluster [DBG] pgmap v3785: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cluster 2024-03-30T04:50:03.460850+0000 mgr.y (mgr.25441) 5712 : cluster [DBG] pgmap v3786: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.466696+0000 mon.a (mon.0) 2426 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cephadm 2024-03-30T04:50:03.467284+0000 mgr.y (mgr.25441) 5713 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.512589+0000 mon.c (mon.1) 6353 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.514564+0000 mon.c (mon.1) 6354 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.516617+0000 mon.c (mon.1) 6355 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.517313+0000 mon.c (mon.1) 6356 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cluster 2024-03-30T04:50:03.518632+0000 mgr.y (mgr.25441) 5714 : cluster [DBG] pgmap v3787: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cluster 2024-03-30T04:50:03.518865+0000 mgr.y (mgr.25441) 5715 : cluster [DBG] pgmap v3788: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.525505+0000 mon.a (mon.0) 2427 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cephadm 2024-03-30T04:50:03.526150+0000 mgr.y (mgr.25441) 5716 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.566004+0000 mon.c (mon.1) 6357 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.567671+0000 mon.c (mon.1) 6358 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.569527+0000 mon.c (mon.1) 6359 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.570216+0000 mon.c (mon.1) 6360 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cluster 2024-03-30T04:50:03.571504+0000 mgr.y (mgr.25441) 5717 : cluster [DBG] pgmap v3789: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cluster 2024-03-30T04:50:03.571747+0000 mgr.y (mgr.25441) 5718 : cluster [DBG] pgmap v3790: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.577316+0000 mon.a (mon.0) 2428 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cephadm 2024-03-30T04:50:03.577956+0000 mgr.y (mgr.25441) 5719 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.618075+0000 mon.c (mon.1) 6361 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.619662+0000 mon.c (mon.1) 6362 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.621526+0000 mon.c (mon.1) 6363 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.622267+0000 mon.c (mon.1) 6364 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cluster 2024-03-30T04:50:03.623520+0000 mgr.y (mgr.25441) 5720 : cluster [DBG] pgmap v3791: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cluster 2024-03-30T04:50:03.623705+0000 mgr.y (mgr.25441) 5721 : cluster [DBG] pgmap v3792: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.629411+0000 mon.a (mon.0) 2429 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cephadm 2024-03-30T04:50:03.631009+0000 mgr.y (mgr.25441) 5722 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.671419+0000 mon.c (mon.1) 6365 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.673070+0000 mon.c (mon.1) 6366 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.675031+0000 mon.c (mon.1) 6367 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.675738+0000 mon.c (mon.1) 6368 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cluster 2024-03-30T04:50:03.677097+0000 mgr.y (mgr.25441) 5723 : cluster [DBG] pgmap v3793: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cluster 2024-03-30T04:50:03.677337+0000 mgr.y (mgr.25441) 5724 : cluster [DBG] pgmap v3794: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.683014+0000 mon.a (mon.0) 2430 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cephadm 2024-03-30T04:50:03.684659+0000 mgr.y (mgr.25441) 5725 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.724947+0000 mon.c (mon.1) 6369 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.727220+0000 mon.c (mon.1) 6370 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.729081+0000 mon.c (mon.1) 6371 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.729756+0000 mon.c (mon.1) 6372 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cluster 2024-03-30T04:50:03.730987+0000 mgr.y (mgr.25441) 5726 : cluster [DBG] pgmap v3795: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cluster 2024-03-30T04:50:03.731205+0000 mgr.y (mgr.25441) 5727 : cluster [DBG] pgmap v3796: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.738774+0000 mon.a (mon.0) 2431 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cephadm 2024-03-30T04:50:03.739443+0000 mgr.y (mgr.25441) 5728 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.779688+0000 mon.c (mon.1) 6373 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.781265+0000 mon.c (mon.1) 6374 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.783472+0000 mon.c (mon.1) 6375 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.784202+0000 mon.c (mon.1) 6376 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cluster 2024-03-30T04:50:03.785557+0000 mgr.y (mgr.25441) 5729 : cluster [DBG] pgmap v3797: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cluster 2024-03-30T04:50:03.785821+0000 mgr.y (mgr.25441) 5730 : cluster [DBG] pgmap v3798: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.792522+0000 mon.a (mon.0) 2432 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: cephadm 2024-03-30T04:50:03.793849+0000 mgr.y (mgr.25441) 5731 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.839563+0000 mon.c (mon.1) 6377 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.841373+0000 mon.c (mon.1) 6378 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.843500+0000 mon.c (mon.1) 6379 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.844197+0000 mon.c (mon.1) 6380 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.850729+0000 mon.a (mon.0) 2433 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.912752+0000 mon.c (mon.1) 6381 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.914988+0000 mon.c (mon.1) 6382 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.919197+0000 mon.c (mon.1) 6383 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.919967+0000 mon.c (mon.1) 6384 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.927330+0000 mon.a (mon.0) 2434 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.969784+0000 mon.c (mon.1) 6385 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.971780+0000 mon.c (mon.1) 6386 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.974089+0000 mon.c (mon.1) 6387 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.974859+0000 mon.c (mon.1) 6388 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:03.981414+0000 mon.a (mon.0) 2435 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:04.044783+0000 mon.c (mon.1) 6389 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:04.046875+0000 mon.c (mon.1) 6390 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:04.048724+0000 mon.c (mon.1) 6391 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:04.049379+0000 mon.c (mon.1) 6392 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:04.055605+0000 mon.a (mon.0) 2436 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:04.102418+0000 mon.c (mon.1) 6393 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:04.104426+0000 mon.c (mon.1) 6394 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:04.106659+0000 mon.c (mon.1) 6395 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:04.107470+0000 mon.c (mon.1) 6396 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[70954]: audit 2024-03-30T04:50:04.118006+0000 mon.a (mon.0) 2437 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cluster 2024-03-30T04:50:02.876976+0000 mgr.y (mgr.25441) 5687 : cluster [DBG] pgmap v3769: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cluster 2024-03-30T04:50:02.877232+0000 mgr.y (mgr.25441) 5688 : cluster [DBG] pgmap v3770: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cephadm 2024-03-30T04:50:02.883680+0000 mgr.y (mgr.25441) 5689 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cluster 2024-03-30T04:50:02.951957+0000 mgr.y (mgr.25441) 5690 : cluster [DBG] pgmap v3771: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cluster 2024-03-30T04:50:02.952341+0000 mgr.y (mgr.25441) 5691 : cluster [DBG] pgmap v3772: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cephadm 2024-03-30T04:50:02.958867+0000 mgr.y (mgr.25441) 5692 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cluster 2024-03-30T04:50:03.023716+0000 mgr.y (mgr.25441) 5693 : cluster [DBG] pgmap v3773: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cluster 2024-03-30T04:50:03.023940+0000 mgr.y (mgr.25441) 5694 : cluster [DBG] pgmap v3774: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cephadm 2024-03-30T04:50:03.030567+0000 mgr.y (mgr.25441) 5695 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cluster 2024-03-30T04:50:03.109187+0000 mgr.y (mgr.25441) 5696 : cluster [DBG] pgmap v3775: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cluster 2024-03-30T04:50:03.109411+0000 mgr.y (mgr.25441) 5697 : cluster [DBG] pgmap v3776: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cephadm 2024-03-30T04:50:03.114809+0000 mgr.y (mgr.25441) 5698 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.171573+0000 mon.c (mon.1) 6333 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.173345+0000 mon.c (mon.1) 6334 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.175414+0000 mon.c (mon.1) 6335 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.176139+0000 mon.c (mon.1) 6336 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cluster 2024-03-30T04:50:03.177391+0000 mgr.y (mgr.25441) 5699 : cluster [DBG] pgmap v3777: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cluster 2024-03-30T04:50:03.177685+0000 mgr.y (mgr.25441) 5700 : cluster [DBG] pgmap v3778: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.183474+0000 mon.a (mon.0) 2422 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cephadm 2024-03-30T04:50:03.184177+0000 mgr.y (mgr.25441) 5701 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.243497+0000 mon.c (mon.1) 6337 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.245519+0000 mon.c (mon.1) 6338 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.247718+0000 mon.c (mon.1) 6339 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.248492+0000 mon.c (mon.1) 6340 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cluster 2024-03-30T04:50:03.249966+0000 mgr.y (mgr.25441) 5702 : cluster [DBG] pgmap v3779: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cluster 2024-03-30T04:50:03.250207+0000 mgr.y (mgr.25441) 5703 : cluster [DBG] pgmap v3780: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.257195+0000 mon.a (mon.0) 2423 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cephadm 2024-03-30T04:50:03.257798+0000 mgr.y (mgr.25441) 5704 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.318865+0000 mon.c (mon.1) 6341 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.320569+0000 mon.c (mon.1) 6342 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.322468+0000 mon.c (mon.1) 6343 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.323136+0000 mon.c (mon.1) 6344 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cluster 2024-03-30T04:50:03.324445+0000 mgr.y (mgr.25441) 5705 : cluster [DBG] pgmap v3781: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cluster 2024-03-30T04:50:03.324757+0000 mgr.y (mgr.25441) 5706 : cluster [DBG] pgmap v3782: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.332018+0000 mon.a (mon.0) 2424 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cephadm 2024-03-30T04:50:03.332804+0000 mgr.y (mgr.25441) 5707 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.377895+0000 mon.c (mon.1) 6345 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.380056+0000 mon.c (mon.1) 6346 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.382328+0000 mon.c (mon.1) 6347 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.383167+0000 mon.c (mon.1) 6348 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cluster 2024-03-30T04:50:03.384643+0000 mgr.y (mgr.25441) 5708 : cluster [DBG] pgmap v3783: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cluster 2024-03-30T04:50:03.384897+0000 mgr.y (mgr.25441) 5709 : cluster [DBG] pgmap v3784: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.392426+0000 mon.a (mon.0) 2425 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cephadm 2024-03-30T04:50:03.393169+0000 mgr.y (mgr.25441) 5710 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.454376+0000 mon.c (mon.1) 6349 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.456385+0000 mon.c (mon.1) 6350 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.458721+0000 mon.c (mon.1) 6351 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.459404+0000 mon.c (mon.1) 6352 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cluster 2024-03-30T04:50:03.460624+0000 mgr.y (mgr.25441) 5711 : cluster [DBG] pgmap v3785: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cluster 2024-03-30T04:50:03.460850+0000 mgr.y (mgr.25441) 5712 : cluster [DBG] pgmap v3786: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.466696+0000 mon.a (mon.0) 2426 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cephadm 2024-03-30T04:50:03.467284+0000 mgr.y (mgr.25441) 5713 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.512589+0000 mon.c (mon.1) 6353 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.514564+0000 mon.c (mon.1) 6354 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.516617+0000 mon.c (mon.1) 6355 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.517313+0000 mon.c (mon.1) 6356 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cluster 2024-03-30T04:50:03.518632+0000 mgr.y (mgr.25441) 5714 : cluster [DBG] pgmap v3787: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cluster 2024-03-30T04:50:03.518865+0000 mgr.y (mgr.25441) 5715 : cluster [DBG] pgmap v3788: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.525505+0000 mon.a (mon.0) 2427 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cephadm 2024-03-30T04:50:03.526150+0000 mgr.y (mgr.25441) 5716 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.566004+0000 mon.c (mon.1) 6357 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.567671+0000 mon.c (mon.1) 6358 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.569527+0000 mon.c (mon.1) 6359 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.570216+0000 mon.c (mon.1) 6360 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cluster 2024-03-30T04:50:03.571504+0000 mgr.y (mgr.25441) 5717 : cluster [DBG] pgmap v3789: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cluster 2024-03-30T04:50:03.571747+0000 mgr.y (mgr.25441) 5718 : cluster [DBG] pgmap v3790: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.577316+0000 mon.a (mon.0) 2428 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cephadm 2024-03-30T04:50:03.577956+0000 mgr.y (mgr.25441) 5719 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.618075+0000 mon.c (mon.1) 6361 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.619662+0000 mon.c (mon.1) 6362 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.621526+0000 mon.c (mon.1) 6363 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.622267+0000 mon.c (mon.1) 6364 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cluster 2024-03-30T04:50:03.623520+0000 mgr.y (mgr.25441) 5720 : cluster [DBG] pgmap v3791: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cluster 2024-03-30T04:50:03.623705+0000 mgr.y (mgr.25441) 5721 : cluster [DBG] pgmap v3792: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.629411+0000 mon.a (mon.0) 2429 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cephadm 2024-03-30T04:50:03.631009+0000 mgr.y (mgr.25441) 5722 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.671419+0000 mon.c (mon.1) 6365 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.673070+0000 mon.c (mon.1) 6366 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.675031+0000 mon.c (mon.1) 6367 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.675738+0000 mon.c (mon.1) 6368 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cluster 2024-03-30T04:50:03.677097+0000 mgr.y (mgr.25441) 5723 : cluster [DBG] pgmap v3793: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cluster 2024-03-30T04:50:03.677337+0000 mgr.y (mgr.25441) 5724 : cluster [DBG] pgmap v3794: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.683014+0000 mon.a (mon.0) 2430 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cephadm 2024-03-30T04:50:03.684659+0000 mgr.y (mgr.25441) 5725 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.724947+0000 mon.c (mon.1) 6369 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.727220+0000 mon.c (mon.1) 6370 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.729081+0000 mon.c (mon.1) 6371 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.729756+0000 mon.c (mon.1) 6372 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cluster 2024-03-30T04:50:03.730987+0000 mgr.y (mgr.25441) 5726 : cluster [DBG] pgmap v3795: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cluster 2024-03-30T04:50:03.731205+0000 mgr.y (mgr.25441) 5727 : cluster [DBG] pgmap v3796: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.738774+0000 mon.a (mon.0) 2431 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cephadm 2024-03-30T04:50:03.739443+0000 mgr.y (mgr.25441) 5728 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.779688+0000 mon.c (mon.1) 6373 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.781265+0000 mon.c (mon.1) 6374 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.783472+0000 mon.c (mon.1) 6375 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.784202+0000 mon.c (mon.1) 6376 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cluster 2024-03-30T04:50:03.785557+0000 mgr.y (mgr.25441) 5729 : cluster [DBG] pgmap v3797: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cluster 2024-03-30T04:50:03.785821+0000 mgr.y (mgr.25441) 5730 : cluster [DBG] pgmap v3798: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.792522+0000 mon.a (mon.0) 2432 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: cephadm 2024-03-30T04:50:03.793849+0000 mgr.y (mgr.25441) 5731 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.839563+0000 mon.c (mon.1) 6377 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.841373+0000 mon.c (mon.1) 6378 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.843500+0000 mon.c (mon.1) 6379 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.844197+0000 mon.c (mon.1) 6380 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.850729+0000 mon.a (mon.0) 2433 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.912752+0000 mon.c (mon.1) 6381 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.914988+0000 mon.c (mon.1) 6382 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.919197+0000 mon.c (mon.1) 6383 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.919967+0000 mon.c (mon.1) 6384 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.927330+0000 mon.a (mon.0) 2434 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.969784+0000 mon.c (mon.1) 6385 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.971780+0000 mon.c (mon.1) 6386 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.974089+0000 mon.c (mon.1) 6387 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.974859+0000 mon.c (mon.1) 6388 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:03.981414+0000 mon.a (mon.0) 2435 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:04.044783+0000 mon.c (mon.1) 6389 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:04.046875+0000 mon.c (mon.1) 6390 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:04.048724+0000 mon.c (mon.1) 6391 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:04.049379+0000 mon.c (mon.1) 6392 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:04.055605+0000 mon.a (mon.0) 2436 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:04.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:04.102418+0000 mon.c (mon.1) 6393 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:04.104426+0000 mon.c (mon.1) 6394 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:04.106659+0000 mon.c (mon.1) 6395 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:04.107470+0000 mon.c (mon.1) 6396 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.639 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:04 smithi111 bash[73591]: audit 2024-03-30T04:50:04.118006+0000 mon.a (mon.0) 2437 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:05.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: cluster 2024-03-30T04:50:03.845503+0000 mgr.y (mgr.25441) 5732 : cluster [DBG] pgmap v3799: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: cluster 2024-03-30T04:50:03.845777+0000 mgr.y (mgr.25441) 5733 : cluster [DBG] pgmap v3800: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: cephadm 2024-03-30T04:50:03.852220+0000 mgr.y (mgr.25441) 5734 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: cluster 2024-03-30T04:50:03.921473+0000 mgr.y (mgr.25441) 5735 : cluster [DBG] pgmap v3801: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: cluster 2024-03-30T04:50:03.921716+0000 mgr.y (mgr.25441) 5736 : cluster [DBG] pgmap v3802: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: cephadm 2024-03-30T04:50:03.928261+0000 mgr.y (mgr.25441) 5737 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: cluster 2024-03-30T04:50:03.976151+0000 mgr.y (mgr.25441) 5738 : cluster [DBG] pgmap v3803: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: cluster 2024-03-30T04:50:03.976420+0000 mgr.y (mgr.25441) 5739 : cluster [DBG] pgmap v3804: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: cephadm 2024-03-30T04:50:03.983031+0000 mgr.y (mgr.25441) 5740 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: cluster 2024-03-30T04:50:04.050701+0000 mgr.y (mgr.25441) 5741 : cluster [DBG] pgmap v3805: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: cluster 2024-03-30T04:50:04.050928+0000 mgr.y (mgr.25441) 5742 : cluster [DBG] pgmap v3806: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: cephadm 2024-03-30T04:50:04.057281+0000 mgr.y (mgr.25441) 5743 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: cluster 2024-03-30T04:50:04.108959+0000 mgr.y (mgr.25441) 5744 : cluster [DBG] pgmap v3807: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: cluster 2024-03-30T04:50:04.109358+0000 mgr.y (mgr.25441) 5745 : cluster [DBG] pgmap v3808: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: cephadm 2024-03-30T04:50:04.118793+0000 mgr.y (mgr.25441) 5746 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.179147+0000 mon.c (mon.1) 6397 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.180742+0000 mon.c (mon.1) 6398 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.182443+0000 mon.c (mon.1) 6399 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.183081+0000 mon.c (mon.1) 6400 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: cluster 2024-03-30T04:50:04.184340+0000 mgr.y (mgr.25441) 5747 : cluster [DBG] pgmap v3809: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: cluster 2024-03-30T04:50:04.184543+0000 mgr.y (mgr.25441) 5748 : cluster [DBG] pgmap v3810: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.190025+0000 mon.a (mon.0) 2438 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:05.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: cephadm 2024-03-30T04:50:04.192169+0000 mgr.y (mgr.25441) 5749 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.233169+0000 mon.c (mon.1) 6401 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.234885+0000 mon.c (mon.1) 6402 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.236926+0000 mon.c (mon.1) 6403 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.237679+0000 mon.c (mon.1) 6404 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: cluster 2024-03-30T04:50:04.239110+0000 mgr.y (mgr.25441) 5750 : cluster [DBG] pgmap v3811: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: cluster 2024-03-30T04:50:04.239357+0000 mgr.y (mgr.25441) 5751 : cluster [DBG] pgmap v3812: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.246637+0000 mon.a (mon.0) 2439 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:05.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: cephadm 2024-03-30T04:50:04.248830+0000 mgr.y (mgr.25441) 5752 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.306290+0000 mon.c (mon.1) 6405 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.309189+0000 mon.c (mon.1) 6406 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.312434+0000 mon.c (mon.1) 6407 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.313225+0000 mon.c (mon.1) 6408 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: cluster 2024-03-30T04:50:04.314837+0000 mgr.y (mgr.25441) 5753 : cluster [DBG] pgmap v3813: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: cluster 2024-03-30T04:50:04.315352+0000 mgr.y (mgr.25441) 5754 : cluster [DBG] pgmap v3814: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.323811+0000 mon.a (mon.0) 2440 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:05.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: cephadm 2024-03-30T04:50:04.325861+0000 mgr.y (mgr.25441) 5755 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.399231+0000 mon.c (mon.1) 6409 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.400877+0000 mon.c (mon.1) 6410 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.402628+0000 mon.c (mon.1) 6411 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.403300+0000 mon.c (mon.1) 6412 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: cluster 2024-03-30T04:50:04.404569+0000 mgr.y (mgr.25441) 5756 : cluster [DBG] pgmap v3815: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: cluster 2024-03-30T04:50:04.404806+0000 mgr.y (mgr.25441) 5757 : cluster [DBG] pgmap v3816: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.411037+0000 mon.a (mon.0) 2441 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:05.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: cephadm 2024-03-30T04:50:04.414964+0000 mgr.y (mgr.25441) 5758 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.471489+0000 mon.c (mon.1) 6413 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.480377+0000 mon.c (mon.1) 6414 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.482346+0000 mon.c (mon.1) 6415 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.483061+0000 mon.c (mon.1) 6416 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: cluster 2024-03-30T04:50:04.484340+0000 mgr.y (mgr.25441) 5759 : cluster [DBG] pgmap v3817: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: cluster 2024-03-30T04:50:04.484574+0000 mgr.y (mgr.25441) 5760 : cluster [DBG] pgmap v3818: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.491462+0000 mon.a (mon.0) 2442 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:05.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: cephadm 2024-03-30T04:50:04.495721+0000 mgr.y (mgr.25441) 5761 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.550650+0000 mon.c (mon.1) 6417 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.554080+0000 mon.c (mon.1) 6418 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.557203+0000 mon.c (mon.1) 6419 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.558253+0000 mon.c (mon.1) 6420 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: cluster 2024-03-30T04:50:04.560477+0000 mgr.y (mgr.25441) 5762 : cluster [DBG] pgmap v3819: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: cluster 2024-03-30T04:50:04.560709+0000 mgr.y (mgr.25441) 5763 : cluster [DBG] pgmap v3820: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.567994+0000 mon.a (mon.0) 2443 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:05.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: cephadm 2024-03-30T04:50:04.571087+0000 mgr.y (mgr.25441) 5764 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.615191+0000 mon.c (mon.1) 6421 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.617318+0000 mon.c (mon.1) 6422 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.619295+0000 mon.c (mon.1) 6423 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.620029+0000 mon.c (mon.1) 6424 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: cluster 2024-03-30T04:50:04.621422+0000 mgr.y (mgr.25441) 5765 : cluster [DBG] pgmap v3821: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: cluster 2024-03-30T04:50:04.621673+0000 mgr.y (mgr.25441) 5766 : cluster [DBG] pgmap v3822: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.628364+0000 mon.a (mon.0) 2444 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:05.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: cephadm 2024-03-30T04:50:04.632257+0000 mgr.y (mgr.25441) 5767 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.698456+0000 mon.c (mon.1) 6425 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.700670+0000 mon.c (mon.1) 6426 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.702807+0000 mon.c (mon.1) 6427 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.703552+0000 mon.c (mon.1) 6428 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: cluster 2024-03-30T04:50:04.704999+0000 mgr.y (mgr.25441) 5768 : cluster [DBG] pgmap v3823: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: cluster 2024-03-30T04:50:04.705242+0000 mgr.y (mgr.25441) 5769 : cluster [DBG] pgmap v3824: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.712868+0000 mon.a (mon.0) 2445 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:05.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: cephadm 2024-03-30T04:50:04.714674+0000 mgr.y (mgr.25441) 5770 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.771355+0000 mon.c (mon.1) 6429 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.773014+0000 mon.c (mon.1) 6430 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.774963+0000 mon.c (mon.1) 6431 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.775643+0000 mon.c (mon.1) 6432 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: cluster 2024-03-30T04:50:04.777055+0000 mgr.y (mgr.25441) 5771 : cluster [DBG] pgmap v3825: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: cluster 2024-03-30T04:50:04.777298+0000 mgr.y (mgr.25441) 5772 : cluster [DBG] pgmap v3826: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.784654+0000 mon.a (mon.0) 2446 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:05.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: cephadm 2024-03-30T04:50:04.785491+0000 mgr.y (mgr.25441) 5773 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.831662+0000 mon.c (mon.1) 6433 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.833902+0000 mon.c (mon.1) 6434 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.836093+0000 mon.c (mon.1) 6435 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.836859+0000 mon.c (mon.1) 6436 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.846461+0000 mon.a (mon.0) 2447 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:05.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.908098+0000 mon.c (mon.1) 6437 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.909857+0000 mon.c (mon.1) 6438 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.911942+0000 mon.c (mon.1) 6439 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.912714+0000 mon.c (mon.1) 6440 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.922271+0000 mon.a (mon.0) 2448 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:05.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.965218+0000 mon.c (mon.1) 6441 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.967024+0000 mon.c (mon.1) 6442 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.968888+0000 mon.c (mon.1) 6443 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.969588+0000 mon.c (mon.1) 6444 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:04.979245+0000 mon.a (mon.0) 2449 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:05.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:05.020974+0000 mon.c (mon.1) 6445 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:05.023098+0000 mon.c (mon.1) 6446 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:05.025055+0000 mon.c (mon.1) 6447 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:05.025708+0000 mon.c (mon.1) 6448 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:05.035826+0000 mon.a (mon.0) 2450 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:05.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:05.076589+0000 mon.c (mon.1) 6449 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:05.078420+0000 mon.c (mon.1) 6450 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:05.080453+0000 mon.c (mon.1) 6451 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:05.081238+0000 mon.c (mon.1) 6452 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:05 smithi117 bash[62284]: audit 2024-03-30T04:50:05.088732+0000 mon.a (mon.0) 2451 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:05.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: cluster 2024-03-30T04:50:03.845503+0000 mgr.y (mgr.25441) 5732 : cluster [DBG] pgmap v3799: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: cluster 2024-03-30T04:50:03.845777+0000 mgr.y (mgr.25441) 5733 : cluster [DBG] pgmap v3800: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: cephadm 2024-03-30T04:50:03.852220+0000 mgr.y (mgr.25441) 5734 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: cluster 2024-03-30T04:50:03.921473+0000 mgr.y (mgr.25441) 5735 : cluster [DBG] pgmap v3801: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: cluster 2024-03-30T04:50:03.921716+0000 mgr.y (mgr.25441) 5736 : cluster [DBG] pgmap v3802: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: cephadm 2024-03-30T04:50:03.928261+0000 mgr.y (mgr.25441) 5737 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: cluster 2024-03-30T04:50:03.976151+0000 mgr.y (mgr.25441) 5738 : cluster [DBG] pgmap v3803: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: cluster 2024-03-30T04:50:03.976420+0000 mgr.y (mgr.25441) 5739 : cluster [DBG] pgmap v3804: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: cephadm 2024-03-30T04:50:03.983031+0000 mgr.y (mgr.25441) 5740 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: cluster 2024-03-30T04:50:04.050701+0000 mgr.y (mgr.25441) 5741 : cluster [DBG] pgmap v3805: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: cluster 2024-03-30T04:50:04.050928+0000 mgr.y (mgr.25441) 5742 : cluster [DBG] pgmap v3806: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: cephadm 2024-03-30T04:50:04.057281+0000 mgr.y (mgr.25441) 5743 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: cluster 2024-03-30T04:50:04.108959+0000 mgr.y (mgr.25441) 5744 : cluster [DBG] pgmap v3807: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: cluster 2024-03-30T04:50:04.109358+0000 mgr.y (mgr.25441) 5745 : cluster [DBG] pgmap v3808: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: cephadm 2024-03-30T04:50:04.118793+0000 mgr.y (mgr.25441) 5746 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.179147+0000 mon.c (mon.1) 6397 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.180742+0000 mon.c (mon.1) 6398 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.182443+0000 mon.c (mon.1) 6399 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.183081+0000 mon.c (mon.1) 6400 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: cluster 2024-03-30T04:50:03.845503+0000 mgr.y (mgr.25441) 5732 : cluster [DBG] pgmap v3799: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: cluster 2024-03-30T04:50:03.845777+0000 mgr.y (mgr.25441) 5733 : cluster [DBG] pgmap v3800: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: cephadm 2024-03-30T04:50:03.852220+0000 mgr.y (mgr.25441) 5734 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: cluster 2024-03-30T04:50:03.921473+0000 mgr.y (mgr.25441) 5735 : cluster [DBG] pgmap v3801: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: cluster 2024-03-30T04:50:03.921716+0000 mgr.y (mgr.25441) 5736 : cluster [DBG] pgmap v3802: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: cephadm 2024-03-30T04:50:03.928261+0000 mgr.y (mgr.25441) 5737 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: cluster 2024-03-30T04:50:03.976151+0000 mgr.y (mgr.25441) 5738 : cluster [DBG] pgmap v3803: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: cluster 2024-03-30T04:50:03.976420+0000 mgr.y (mgr.25441) 5739 : cluster [DBG] pgmap v3804: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: cephadm 2024-03-30T04:50:03.983031+0000 mgr.y (mgr.25441) 5740 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: cluster 2024-03-30T04:50:04.050701+0000 mgr.y (mgr.25441) 5741 : cluster [DBG] pgmap v3805: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: cluster 2024-03-30T04:50:04.050928+0000 mgr.y (mgr.25441) 5742 : cluster [DBG] pgmap v3806: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: cephadm 2024-03-30T04:50:04.057281+0000 mgr.y (mgr.25441) 5743 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: cluster 2024-03-30T04:50:04.108959+0000 mgr.y (mgr.25441) 5744 : cluster [DBG] pgmap v3807: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: cluster 2024-03-30T04:50:04.109358+0000 mgr.y (mgr.25441) 5745 : cluster [DBG] pgmap v3808: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: cephadm 2024-03-30T04:50:04.118793+0000 mgr.y (mgr.25441) 5746 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.179147+0000 mon.c (mon.1) 6397 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.180742+0000 mon.c (mon.1) 6398 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.182443+0000 mon.c (mon.1) 6399 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.183081+0000 mon.c (mon.1) 6400 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: cluster 2024-03-30T04:50:04.184340+0000 mgr.y (mgr.25441) 5747 : cluster [DBG] pgmap v3809: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: cluster 2024-03-30T04:50:04.184543+0000 mgr.y (mgr.25441) 5748 : cluster [DBG] pgmap v3810: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.190025+0000 mon.a (mon.0) 2438 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:05.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: cephadm 2024-03-30T04:50:04.192169+0000 mgr.y (mgr.25441) 5749 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.233169+0000 mon.c (mon.1) 6401 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.234885+0000 mon.c (mon.1) 6402 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.236926+0000 mon.c (mon.1) 6403 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.237679+0000 mon.c (mon.1) 6404 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: cluster 2024-03-30T04:50:04.239110+0000 mgr.y (mgr.25441) 5750 : cluster [DBG] pgmap v3811: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: cluster 2024-03-30T04:50:04.239357+0000 mgr.y (mgr.25441) 5751 : cluster [DBG] pgmap v3812: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.246637+0000 mon.a (mon.0) 2439 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:05.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: cephadm 2024-03-30T04:50:04.248830+0000 mgr.y (mgr.25441) 5752 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.306290+0000 mon.c (mon.1) 6405 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.309189+0000 mon.c (mon.1) 6406 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.312434+0000 mon.c (mon.1) 6407 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.313225+0000 mon.c (mon.1) 6408 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: cluster 2024-03-30T04:50:04.314837+0000 mgr.y (mgr.25441) 5753 : cluster [DBG] pgmap v3813: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: cluster 2024-03-30T04:50:04.315352+0000 mgr.y (mgr.25441) 5754 : cluster [DBG] pgmap v3814: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.323811+0000 mon.a (mon.0) 2440 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:05.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: cephadm 2024-03-30T04:50:04.325861+0000 mgr.y (mgr.25441) 5755 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.399231+0000 mon.c (mon.1) 6409 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: cluster 2024-03-30T04:50:04.184340+0000 mgr.y (mgr.25441) 5747 : cluster [DBG] pgmap v3809: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: cluster 2024-03-30T04:50:04.184543+0000 mgr.y (mgr.25441) 5748 : cluster [DBG] pgmap v3810: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.190025+0000 mon.a (mon.0) 2438 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:05.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: cephadm 2024-03-30T04:50:04.192169+0000 mgr.y (mgr.25441) 5749 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.233169+0000 mon.c (mon.1) 6401 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.234885+0000 mon.c (mon.1) 6402 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.236926+0000 mon.c (mon.1) 6403 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.237679+0000 mon.c (mon.1) 6404 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: cluster 2024-03-30T04:50:04.239110+0000 mgr.y (mgr.25441) 5750 : cluster [DBG] pgmap v3811: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: cluster 2024-03-30T04:50:04.239357+0000 mgr.y (mgr.25441) 5751 : cluster [DBG] pgmap v3812: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.246637+0000 mon.a (mon.0) 2439 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:05.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: cephadm 2024-03-30T04:50:04.248830+0000 mgr.y (mgr.25441) 5752 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.306290+0000 mon.c (mon.1) 6405 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.309189+0000 mon.c (mon.1) 6406 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.312434+0000 mon.c (mon.1) 6407 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.313225+0000 mon.c (mon.1) 6408 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: cluster 2024-03-30T04:50:04.314837+0000 mgr.y (mgr.25441) 5753 : cluster [DBG] pgmap v3813: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: cluster 2024-03-30T04:50:04.315352+0000 mgr.y (mgr.25441) 5754 : cluster [DBG] pgmap v3814: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.323811+0000 mon.a (mon.0) 2440 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:05.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: cephadm 2024-03-30T04:50:04.325861+0000 mgr.y (mgr.25441) 5755 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.399231+0000 mon.c (mon.1) 6409 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.400877+0000 mon.c (mon.1) 6410 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.402628+0000 mon.c (mon.1) 6411 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.403300+0000 mon.c (mon.1) 6412 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: cluster 2024-03-30T04:50:04.404569+0000 mgr.y (mgr.25441) 5756 : cluster [DBG] pgmap v3815: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: cluster 2024-03-30T04:50:04.404806+0000 mgr.y (mgr.25441) 5757 : cluster [DBG] pgmap v3816: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.411037+0000 mon.a (mon.0) 2441 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:05.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: cephadm 2024-03-30T04:50:04.414964+0000 mgr.y (mgr.25441) 5758 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.471489+0000 mon.c (mon.1) 6413 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.480377+0000 mon.c (mon.1) 6414 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.482346+0000 mon.c (mon.1) 6415 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.483061+0000 mon.c (mon.1) 6416 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: cluster 2024-03-30T04:50:04.484340+0000 mgr.y (mgr.25441) 5759 : cluster [DBG] pgmap v3817: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: cluster 2024-03-30T04:50:04.484574+0000 mgr.y (mgr.25441) 5760 : cluster [DBG] pgmap v3818: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.491462+0000 mon.a (mon.0) 2442 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:05.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: cephadm 2024-03-30T04:50:04.495721+0000 mgr.y (mgr.25441) 5761 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.550650+0000 mon.c (mon.1) 6417 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.554080+0000 mon.c (mon.1) 6418 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.557203+0000 mon.c (mon.1) 6419 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.558253+0000 mon.c (mon.1) 6420 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.400877+0000 mon.c (mon.1) 6410 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.402628+0000 mon.c (mon.1) 6411 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.403300+0000 mon.c (mon.1) 6412 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: cluster 2024-03-30T04:50:04.404569+0000 mgr.y (mgr.25441) 5756 : cluster [DBG] pgmap v3815: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: cluster 2024-03-30T04:50:04.404806+0000 mgr.y (mgr.25441) 5757 : cluster [DBG] pgmap v3816: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.411037+0000 mon.a (mon.0) 2441 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:05.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: cephadm 2024-03-30T04:50:04.414964+0000 mgr.y (mgr.25441) 5758 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.471489+0000 mon.c (mon.1) 6413 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.480377+0000 mon.c (mon.1) 6414 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.482346+0000 mon.c (mon.1) 6415 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.483061+0000 mon.c (mon.1) 6416 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: cluster 2024-03-30T04:50:04.484340+0000 mgr.y (mgr.25441) 5759 : cluster [DBG] pgmap v3817: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: cluster 2024-03-30T04:50:04.484574+0000 mgr.y (mgr.25441) 5760 : cluster [DBG] pgmap v3818: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.491462+0000 mon.a (mon.0) 2442 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:05.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: cephadm 2024-03-30T04:50:04.495721+0000 mgr.y (mgr.25441) 5761 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.550650+0000 mon.c (mon.1) 6417 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.554080+0000 mon.c (mon.1) 6418 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.557203+0000 mon.c (mon.1) 6419 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.558253+0000 mon.c (mon.1) 6420 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: cluster 2024-03-30T04:50:04.560477+0000 mgr.y (mgr.25441) 5762 : cluster [DBG] pgmap v3819: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: cluster 2024-03-30T04:50:04.560709+0000 mgr.y (mgr.25441) 5763 : cluster [DBG] pgmap v3820: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.567994+0000 mon.a (mon.0) 2443 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:05.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: cephadm 2024-03-30T04:50:04.571087+0000 mgr.y (mgr.25441) 5764 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.615191+0000 mon.c (mon.1) 6421 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.617318+0000 mon.c (mon.1) 6422 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.619295+0000 mon.c (mon.1) 6423 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.620029+0000 mon.c (mon.1) 6424 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: cluster 2024-03-30T04:50:04.621422+0000 mgr.y (mgr.25441) 5765 : cluster [DBG] pgmap v3821: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: cluster 2024-03-30T04:50:04.621673+0000 mgr.y (mgr.25441) 5766 : cluster [DBG] pgmap v3822: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.628364+0000 mon.a (mon.0) 2444 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:05.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: cephadm 2024-03-30T04:50:04.632257+0000 mgr.y (mgr.25441) 5767 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.698456+0000 mon.c (mon.1) 6425 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.700670+0000 mon.c (mon.1) 6426 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.702807+0000 mon.c (mon.1) 6427 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.703552+0000 mon.c (mon.1) 6428 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: cluster 2024-03-30T04:50:04.704999+0000 mgr.y (mgr.25441) 5768 : cluster [DBG] pgmap v3823: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: cluster 2024-03-30T04:50:04.705242+0000 mgr.y (mgr.25441) 5769 : cluster [DBG] pgmap v3824: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.712868+0000 mon.a (mon.0) 2445 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:05.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: cephadm 2024-03-30T04:50:04.714674+0000 mgr.y (mgr.25441) 5770 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.771355+0000 mon.c (mon.1) 6429 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: cluster 2024-03-30T04:50:04.560477+0000 mgr.y (mgr.25441) 5762 : cluster [DBG] pgmap v3819: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: cluster 2024-03-30T04:50:04.560709+0000 mgr.y (mgr.25441) 5763 : cluster [DBG] pgmap v3820: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.567994+0000 mon.a (mon.0) 2443 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:05.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: cephadm 2024-03-30T04:50:04.571087+0000 mgr.y (mgr.25441) 5764 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.615191+0000 mon.c (mon.1) 6421 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.617318+0000 mon.c (mon.1) 6422 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.619295+0000 mon.c (mon.1) 6423 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.620029+0000 mon.c (mon.1) 6424 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: cluster 2024-03-30T04:50:04.621422+0000 mgr.y (mgr.25441) 5765 : cluster [DBG] pgmap v3821: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: cluster 2024-03-30T04:50:04.621673+0000 mgr.y (mgr.25441) 5766 : cluster [DBG] pgmap v3822: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.628364+0000 mon.a (mon.0) 2444 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:05.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: cephadm 2024-03-30T04:50:04.632257+0000 mgr.y (mgr.25441) 5767 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.698456+0000 mon.c (mon.1) 6425 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.700670+0000 mon.c (mon.1) 6426 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.702807+0000 mon.c (mon.1) 6427 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.703552+0000 mon.c (mon.1) 6428 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: cluster 2024-03-30T04:50:04.704999+0000 mgr.y (mgr.25441) 5768 : cluster [DBG] pgmap v3823: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: cluster 2024-03-30T04:50:04.705242+0000 mgr.y (mgr.25441) 5769 : cluster [DBG] pgmap v3824: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.712868+0000 mon.a (mon.0) 2445 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:05.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: cephadm 2024-03-30T04:50:04.714674+0000 mgr.y (mgr.25441) 5770 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.771355+0000 mon.c (mon.1) 6429 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.773014+0000 mon.c (mon.1) 6430 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.774963+0000 mon.c (mon.1) 6431 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.775643+0000 mon.c (mon.1) 6432 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: cluster 2024-03-30T04:50:04.777055+0000 mgr.y (mgr.25441) 5771 : cluster [DBG] pgmap v3825: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: cluster 2024-03-30T04:50:04.777298+0000 mgr.y (mgr.25441) 5772 : cluster [DBG] pgmap v3826: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.784654+0000 mon.a (mon.0) 2446 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:05.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: cephadm 2024-03-30T04:50:04.785491+0000 mgr.y (mgr.25441) 5773 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.831662+0000 mon.c (mon.1) 6433 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.833902+0000 mon.c (mon.1) 6434 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.836093+0000 mon.c (mon.1) 6435 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.836859+0000 mon.c (mon.1) 6436 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.846461+0000 mon.a (mon.0) 2447 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:05.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.908098+0000 mon.c (mon.1) 6437 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.909857+0000 mon.c (mon.1) 6438 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.911942+0000 mon.c (mon.1) 6439 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.912714+0000 mon.c (mon.1) 6440 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.922271+0000 mon.a (mon.0) 2448 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:05.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.965218+0000 mon.c (mon.1) 6441 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.967024+0000 mon.c (mon.1) 6442 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.968888+0000 mon.c (mon.1) 6443 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.969588+0000 mon.c (mon.1) 6444 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:04.979245+0000 mon.a (mon.0) 2449 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:05.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:05.020974+0000 mon.c (mon.1) 6445 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:05.023098+0000 mon.c (mon.1) 6446 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:05.025055+0000 mon.c (mon.1) 6447 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:05.025708+0000 mon.c (mon.1) 6448 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:05.035826+0000 mon.a (mon.0) 2450 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:05.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:05.076589+0000 mon.c (mon.1) 6449 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:05.078420+0000 mon.c (mon.1) 6450 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:05.080453+0000 mon.c (mon.1) 6451 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:05.081238+0000 mon.c (mon.1) 6452 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[73591]: audit 2024-03-30T04:50:05.088732+0000 mon.a (mon.0) 2451 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:05.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.773014+0000 mon.c (mon.1) 6430 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.774963+0000 mon.c (mon.1) 6431 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.775643+0000 mon.c (mon.1) 6432 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: cluster 2024-03-30T04:50:04.777055+0000 mgr.y (mgr.25441) 5771 : cluster [DBG] pgmap v3825: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: cluster 2024-03-30T04:50:04.777298+0000 mgr.y (mgr.25441) 5772 : cluster [DBG] pgmap v3826: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.784654+0000 mon.a (mon.0) 2446 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:05.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: cephadm 2024-03-30T04:50:04.785491+0000 mgr.y (mgr.25441) 5773 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.831662+0000 mon.c (mon.1) 6433 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.833902+0000 mon.c (mon.1) 6434 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.836093+0000 mon.c (mon.1) 6435 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.836859+0000 mon.c (mon.1) 6436 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.846461+0000 mon.a (mon.0) 2447 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:05.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.908098+0000 mon.c (mon.1) 6437 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.909857+0000 mon.c (mon.1) 6438 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.911942+0000 mon.c (mon.1) 6439 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.912714+0000 mon.c (mon.1) 6440 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.922271+0000 mon.a (mon.0) 2448 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:05.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.965218+0000 mon.c (mon.1) 6441 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.967024+0000 mon.c (mon.1) 6442 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.968888+0000 mon.c (mon.1) 6443 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.969588+0000 mon.c (mon.1) 6444 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:04.979245+0000 mon.a (mon.0) 2449 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:05.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:05.020974+0000 mon.c (mon.1) 6445 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:05.023098+0000 mon.c (mon.1) 6446 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:05.025055+0000 mon.c (mon.1) 6447 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:05.025708+0000 mon.c (mon.1) 6448 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:05.035826+0000 mon.a (mon.0) 2450 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:05.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:05.076589+0000 mon.c (mon.1) 6449 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:05.078420+0000 mon.c (mon.1) 6450 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:05.080453+0000 mon.c (mon.1) 6451 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:05.081238+0000 mon.c (mon.1) 6452 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:05 smithi111 bash[70954]: audit 2024-03-30T04:50:05.088732+0000 mon.a (mon.0) 2451 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cluster 2024-03-30T04:50:04.838193+0000 mgr.y (mgr.25441) 5774 : cluster [DBG] pgmap v3827: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cluster 2024-03-30T04:50:04.838438+0000 mgr.y (mgr.25441) 5775 : cluster [DBG] pgmap v3828: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cephadm 2024-03-30T04:50:04.847161+0000 mgr.y (mgr.25441) 5776 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cluster 2024-03-30T04:50:04.914128+0000 mgr.y (mgr.25441) 5777 : cluster [DBG] pgmap v3829: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cluster 2024-03-30T04:50:04.914397+0000 mgr.y (mgr.25441) 5778 : cluster [DBG] pgmap v3830: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cephadm 2024-03-30T04:50:04.923013+0000 mgr.y (mgr.25441) 5779 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cluster 2024-03-30T04:50:04.970845+0000 mgr.y (mgr.25441) 5780 : cluster [DBG] pgmap v3831: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cluster 2024-03-30T04:50:04.971045+0000 mgr.y (mgr.25441) 5781 : cluster [DBG] pgmap v3832: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cephadm 2024-03-30T04:50:04.979855+0000 mgr.y (mgr.25441) 5782 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cluster 2024-03-30T04:50:05.027104+0000 mgr.y (mgr.25441) 5783 : cluster [DBG] pgmap v3833: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cluster 2024-03-30T04:50:05.027331+0000 mgr.y (mgr.25441) 5784 : cluster [DBG] pgmap v3834: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cephadm 2024-03-30T04:50:05.036384+0000 mgr.y (mgr.25441) 5785 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cluster 2024-03-30T04:50:05.082759+0000 mgr.y (mgr.25441) 5786 : cluster [DBG] pgmap v3835: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cluster 2024-03-30T04:50:05.082992+0000 mgr.y (mgr.25441) 5787 : cluster [DBG] pgmap v3836: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cephadm 2024-03-30T04:50:05.089513+0000 mgr.y (mgr.25441) 5788 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.151383+0000 mon.c (mon.1) 6453 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.152964+0000 mon.c (mon.1) 6454 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.154910+0000 mon.c (mon.1) 6455 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.155729+0000 mon.c (mon.1) 6456 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cluster 2024-03-30T04:50:05.157266+0000 mgr.y (mgr.25441) 5789 : cluster [DBG] pgmap v3837: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cluster 2024-03-30T04:50:05.157505+0000 mgr.y (mgr.25441) 5790 : cluster [DBG] pgmap v3838: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.163462+0000 mon.a (mon.0) 2452 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cephadm 2024-03-30T04:50:05.164366+0000 mgr.y (mgr.25441) 5791 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.221759+0000 mon.c (mon.1) 6457 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.223359+0000 mon.c (mon.1) 6458 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.225150+0000 mon.c (mon.1) 6459 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.225804+0000 mon.c (mon.1) 6460 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cluster 2024-03-30T04:50:05.227286+0000 mgr.y (mgr.25441) 5792 : cluster [DBG] pgmap v3839: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cluster 2024-03-30T04:50:05.227528+0000 mgr.y (mgr.25441) 5793 : cluster [DBG] pgmap v3840: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.232836+0000 mon.a (mon.0) 2453 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cephadm 2024-03-30T04:50:05.233449+0000 mgr.y (mgr.25441) 5794 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.289704+0000 mon.c (mon.1) 6461 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.291435+0000 mon.c (mon.1) 6462 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.293714+0000 mon.c (mon.1) 6463 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.294407+0000 mon.c (mon.1) 6464 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cluster 2024-03-30T04:50:05.295671+0000 mgr.y (mgr.25441) 5795 : cluster [DBG] pgmap v3841: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cluster 2024-03-30T04:50:05.295897+0000 mgr.y (mgr.25441) 5796 : cluster [DBG] pgmap v3842: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.302032+0000 mon.a (mon.0) 2454 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cephadm 2024-03-30T04:50:05.302845+0000 mgr.y (mgr.25441) 5797 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.364529+0000 mon.c (mon.1) 6465 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.366431+0000 mon.c (mon.1) 6466 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.368299+0000 mon.c (mon.1) 6467 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.368995+0000 mon.c (mon.1) 6468 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cluster 2024-03-30T04:50:05.370296+0000 mgr.y (mgr.25441) 5798 : cluster [DBG] pgmap v3843: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cluster 2024-03-30T04:50:05.370542+0000 mgr.y (mgr.25441) 5799 : cluster [DBG] pgmap v3844: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.376067+0000 mon.a (mon.0) 2455 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cephadm 2024-03-30T04:50:05.376786+0000 mgr.y (mgr.25441) 5800 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.434086+0000 mon.c (mon.1) 6469 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.436330+0000 mon.c (mon.1) 6470 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.438536+0000 mon.c (mon.1) 6471 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.439323+0000 mon.c (mon.1) 6472 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cluster 2024-03-30T04:50:05.440833+0000 mgr.y (mgr.25441) 5801 : cluster [DBG] pgmap v3845: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cluster 2024-03-30T04:50:05.441087+0000 mgr.y (mgr.25441) 5802 : cluster [DBG] pgmap v3846: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.447791+0000 mon.a (mon.0) 2456 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cephadm 2024-03-30T04:50:05.448569+0000 mgr.y (mgr.25441) 5803 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.489285+0000 mon.c (mon.1) 6473 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.491005+0000 mon.c (mon.1) 6474 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.492977+0000 mon.c (mon.1) 6475 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.493655+0000 mon.c (mon.1) 6476 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cluster 2024-03-30T04:50:05.494905+0000 mgr.y (mgr.25441) 5804 : cluster [DBG] pgmap v3847: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cluster 2024-03-30T04:50:05.495133+0000 mgr.y (mgr.25441) 5805 : cluster [DBG] pgmap v3848: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.499706+0000 mon.a (mon.0) 2457 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cephadm 2024-03-30T04:50:05.502019+0000 mgr.y (mgr.25441) 5806 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.542753+0000 mon.c (mon.1) 6477 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.544509+0000 mon.c (mon.1) 6478 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.546342+0000 mon.c (mon.1) 6479 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.546979+0000 mon.c (mon.1) 6480 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cluster 2024-03-30T04:50:05.548225+0000 mgr.y (mgr.25441) 5807 : cluster [DBG] pgmap v3849: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cluster 2024-03-30T04:50:05.548457+0000 mgr.y (mgr.25441) 5808 : cluster [DBG] pgmap v3850: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.554900+0000 mon.a (mon.0) 2458 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cephadm 2024-03-30T04:50:05.555991+0000 mgr.y (mgr.25441) 5809 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.596656+0000 mon.c (mon.1) 6481 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.598401+0000 mon.c (mon.1) 6482 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.600184+0000 mon.c (mon.1) 6483 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.600851+0000 mon.c (mon.1) 6484 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cluster 2024-03-30T04:50:05.602067+0000 mgr.y (mgr.25441) 5810 : cluster [DBG] pgmap v3851: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cluster 2024-03-30T04:50:05.602284+0000 mgr.y (mgr.25441) 5811 : cluster [DBG] pgmap v3852: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.608843+0000 mon.a (mon.0) 2459 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cephadm 2024-03-30T04:50:05.610028+0000 mgr.y (mgr.25441) 5812 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.666522+0000 mon.c (mon.1) 6485 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.668383+0000 mon.c (mon.1) 6486 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.670422+0000 mon.c (mon.1) 6487 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.671147+0000 mon.c (mon.1) 6488 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cluster 2024-03-30T04:50:05.672796+0000 mgr.y (mgr.25441) 5813 : cluster [DBG] pgmap v3853: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cluster 2024-03-30T04:50:05.673035+0000 mgr.y (mgr.25441) 5814 : cluster [DBG] pgmap v3854: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.680126+0000 mon.a (mon.0) 2460 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cephadm 2024-03-30T04:50:05.681882+0000 mgr.y (mgr.25441) 5815 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.722190+0000 mon.c (mon.1) 6489 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.723849+0000 mon.c (mon.1) 6490 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.726132+0000 mon.c (mon.1) 6491 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.726955+0000 mon.c (mon.1) 6492 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cluster 2024-03-30T04:50:05.728229+0000 mgr.y (mgr.25441) 5816 : cluster [DBG] pgmap v3855: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cluster 2024-03-30T04:50:05.728443+0000 mgr.y (mgr.25441) 5817 : cluster [DBG] pgmap v3856: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.734996+0000 mon.a (mon.0) 2461 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cephadm 2024-03-30T04:50:05.735601+0000 mgr.y (mgr.25441) 5818 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.781111+0000 mon.c (mon.1) 6493 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.783295+0000 mon.c (mon.1) 6494 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.785592+0000 mon.c (mon.1) 6495 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.786487+0000 mon.c (mon.1) 6496 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cluster 2024-03-30T04:50:05.787855+0000 mgr.y (mgr.25441) 5819 : cluster [DBG] pgmap v3857: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cluster 2024-03-30T04:50:05.788111+0000 mgr.y (mgr.25441) 5820 : cluster [DBG] pgmap v3858: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.795076+0000 mon.a (mon.0) 2462 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: cephadm 2024-03-30T04:50:05.795635+0000 mgr.y (mgr.25441) 5821 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.835635+0000 mon.c (mon.1) 6497 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.837274+0000 mon.c (mon.1) 6498 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.839256+0000 mon.c (mon.1) 6499 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.839971+0000 mon.c (mon.1) 6500 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.847080+0000 mon.a (mon.0) 2463 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.891697+0000 mon.c (mon.1) 6501 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.893372+0000 mon.c (mon.1) 6502 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.895370+0000 mon.c (mon.1) 6503 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.896051+0000 mon.c (mon.1) 6504 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.903275+0000 mon.a (mon.0) 2464 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.944704+0000 mon.c (mon.1) 6505 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.946677+0000 mon.c (mon.1) 6506 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.949069+0000 mon.c (mon.1) 6507 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.949765+0000 mon.c (mon.1) 6508 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:05.957196+0000 mon.a (mon.0) 2465 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:06.000564+0000 mon.c (mon.1) 6509 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:06.002353+0000 mon.c (mon.1) 6510 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:06.004303+0000 mon.c (mon.1) 6511 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:06.004984+0000 mon.c (mon.1) 6512 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:06.012681+0000 mon.a (mon.0) 2466 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:06.054502+0000 mon.c (mon.1) 6513 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:06.056303+0000 mon.c (mon.1) 6514 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:06.058032+0000 mon.c (mon.1) 6515 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:06.058695+0000 mon.c (mon.1) 6516 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:06.066661+0000 mon.a (mon.0) 2467 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:06.107366+0000 mon.c (mon.1) 6517 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:06.109037+0000 mon.c (mon.1) 6518 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:06.110930+0000 mon.c (mon.1) 6519 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:06.111572+0000 mon.c (mon.1) 6520 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:06 smithi117 bash[62284]: audit 2024-03-30T04:50:06.118324+0000 mon.a (mon.0) 2468 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.450 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cluster 2024-03-30T04:50:04.838193+0000 mgr.y (mgr.25441) 5774 : cluster [DBG] pgmap v3827: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.450 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cluster 2024-03-30T04:50:04.838438+0000 mgr.y (mgr.25441) 5775 : cluster [DBG] pgmap v3828: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cephadm 2024-03-30T04:50:04.847161+0000 mgr.y (mgr.25441) 5776 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cluster 2024-03-30T04:50:04.914128+0000 mgr.y (mgr.25441) 5777 : cluster [DBG] pgmap v3829: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cluster 2024-03-30T04:50:04.914397+0000 mgr.y (mgr.25441) 5778 : cluster [DBG] pgmap v3830: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cephadm 2024-03-30T04:50:04.923013+0000 mgr.y (mgr.25441) 5779 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cluster 2024-03-30T04:50:04.970845+0000 mgr.y (mgr.25441) 5780 : cluster [DBG] pgmap v3831: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cluster 2024-03-30T04:50:04.971045+0000 mgr.y (mgr.25441) 5781 : cluster [DBG] pgmap v3832: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cephadm 2024-03-30T04:50:04.979855+0000 mgr.y (mgr.25441) 5782 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cluster 2024-03-30T04:50:05.027104+0000 mgr.y (mgr.25441) 5783 : cluster [DBG] pgmap v3833: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cluster 2024-03-30T04:50:05.027331+0000 mgr.y (mgr.25441) 5784 : cluster [DBG] pgmap v3834: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cephadm 2024-03-30T04:50:05.036384+0000 mgr.y (mgr.25441) 5785 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cluster 2024-03-30T04:50:05.082759+0000 mgr.y (mgr.25441) 5786 : cluster [DBG] pgmap v3835: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cluster 2024-03-30T04:50:05.082992+0000 mgr.y (mgr.25441) 5787 : cluster [DBG] pgmap v3836: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cephadm 2024-03-30T04:50:05.089513+0000 mgr.y (mgr.25441) 5788 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.451 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.151383+0000 mon.c (mon.1) 6453 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.452 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.152964+0000 mon.c (mon.1) 6454 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.452 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.154910+0000 mon.c (mon.1) 6455 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.452 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.155729+0000 mon.c (mon.1) 6456 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cluster 2024-03-30T04:50:04.838193+0000 mgr.y (mgr.25441) 5774 : cluster [DBG] pgmap v3827: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cluster 2024-03-30T04:50:04.838438+0000 mgr.y (mgr.25441) 5775 : cluster [DBG] pgmap v3828: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cephadm 2024-03-30T04:50:04.847161+0000 mgr.y (mgr.25441) 5776 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cluster 2024-03-30T04:50:04.914128+0000 mgr.y (mgr.25441) 5777 : cluster [DBG] pgmap v3829: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cluster 2024-03-30T04:50:04.914397+0000 mgr.y (mgr.25441) 5778 : cluster [DBG] pgmap v3830: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.453 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cephadm 2024-03-30T04:50:04.923013+0000 mgr.y (mgr.25441) 5779 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.453 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cluster 2024-03-30T04:50:04.970845+0000 mgr.y (mgr.25441) 5780 : cluster [DBG] pgmap v3831: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.453 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cluster 2024-03-30T04:50:04.971045+0000 mgr.y (mgr.25441) 5781 : cluster [DBG] pgmap v3832: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.453 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cephadm 2024-03-30T04:50:04.979855+0000 mgr.y (mgr.25441) 5782 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.453 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cluster 2024-03-30T04:50:05.027104+0000 mgr.y (mgr.25441) 5783 : cluster [DBG] pgmap v3833: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.453 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cluster 2024-03-30T04:50:05.027331+0000 mgr.y (mgr.25441) 5784 : cluster [DBG] pgmap v3834: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.453 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cephadm 2024-03-30T04:50:05.036384+0000 mgr.y (mgr.25441) 5785 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.453 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cluster 2024-03-30T04:50:05.082759+0000 mgr.y (mgr.25441) 5786 : cluster [DBG] pgmap v3835: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.453 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cluster 2024-03-30T04:50:05.082992+0000 mgr.y (mgr.25441) 5787 : cluster [DBG] pgmap v3836: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.453 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cephadm 2024-03-30T04:50:05.089513+0000 mgr.y (mgr.25441) 5788 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.453 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.151383+0000 mon.c (mon.1) 6453 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.453 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.152964+0000 mon.c (mon.1) 6454 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.453 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.154910+0000 mon.c (mon.1) 6455 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.453 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.155729+0000 mon.c (mon.1) 6456 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.454 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cluster 2024-03-30T04:50:05.157266+0000 mgr.y (mgr.25441) 5789 : cluster [DBG] pgmap v3837: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.454 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cluster 2024-03-30T04:50:05.157505+0000 mgr.y (mgr.25441) 5790 : cluster [DBG] pgmap v3838: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.454 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.163462+0000 mon.a (mon.0) 2452 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.454 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cephadm 2024-03-30T04:50:05.164366+0000 mgr.y (mgr.25441) 5791 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.454 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.221759+0000 mon.c (mon.1) 6457 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.454 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.223359+0000 mon.c (mon.1) 6458 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.454 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.225150+0000 mon.c (mon.1) 6459 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.454 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.225804+0000 mon.c (mon.1) 6460 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.454 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cluster 2024-03-30T04:50:05.227286+0000 mgr.y (mgr.25441) 5792 : cluster [DBG] pgmap v3839: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.454 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cluster 2024-03-30T04:50:05.227528+0000 mgr.y (mgr.25441) 5793 : cluster [DBG] pgmap v3840: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.454 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.232836+0000 mon.a (mon.0) 2453 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.454 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cephadm 2024-03-30T04:50:05.233449+0000 mgr.y (mgr.25441) 5794 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.454 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.289704+0000 mon.c (mon.1) 6461 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.454 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.291435+0000 mon.c (mon.1) 6462 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.455 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.293714+0000 mon.c (mon.1) 6463 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.455 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.294407+0000 mon.c (mon.1) 6464 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.455 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cluster 2024-03-30T04:50:05.295671+0000 mgr.y (mgr.25441) 5795 : cluster [DBG] pgmap v3841: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.455 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cluster 2024-03-30T04:50:05.295897+0000 mgr.y (mgr.25441) 5796 : cluster [DBG] pgmap v3842: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.455 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.302032+0000 mon.a (mon.0) 2454 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.455 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cephadm 2024-03-30T04:50:05.302845+0000 mgr.y (mgr.25441) 5797 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.455 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.364529+0000 mon.c (mon.1) 6465 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.455 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cluster 2024-03-30T04:50:05.157266+0000 mgr.y (mgr.25441) 5789 : cluster [DBG] pgmap v3837: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.455 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cluster 2024-03-30T04:50:05.157505+0000 mgr.y (mgr.25441) 5790 : cluster [DBG] pgmap v3838: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.455 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.163462+0000 mon.a (mon.0) 2452 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.455 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cephadm 2024-03-30T04:50:05.164366+0000 mgr.y (mgr.25441) 5791 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.455 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.221759+0000 mon.c (mon.1) 6457 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.456 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.223359+0000 mon.c (mon.1) 6458 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.456 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.225150+0000 mon.c (mon.1) 6459 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.456 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.225804+0000 mon.c (mon.1) 6460 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.456 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cluster 2024-03-30T04:50:05.227286+0000 mgr.y (mgr.25441) 5792 : cluster [DBG] pgmap v3839: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.456 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cluster 2024-03-30T04:50:05.227528+0000 mgr.y (mgr.25441) 5793 : cluster [DBG] pgmap v3840: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.456 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.232836+0000 mon.a (mon.0) 2453 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.456 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cephadm 2024-03-30T04:50:05.233449+0000 mgr.y (mgr.25441) 5794 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.456 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.289704+0000 mon.c (mon.1) 6461 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.456 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.291435+0000 mon.c (mon.1) 6462 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.456 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.293714+0000 mon.c (mon.1) 6463 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.456 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.294407+0000 mon.c (mon.1) 6464 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.456 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cluster 2024-03-30T04:50:05.295671+0000 mgr.y (mgr.25441) 5795 : cluster [DBG] pgmap v3841: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.456 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cluster 2024-03-30T04:50:05.295897+0000 mgr.y (mgr.25441) 5796 : cluster [DBG] pgmap v3842: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.456 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.302032+0000 mon.a (mon.0) 2454 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.456 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cephadm 2024-03-30T04:50:05.302845+0000 mgr.y (mgr.25441) 5797 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.457 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.364529+0000 mon.c (mon.1) 6465 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.457 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.366431+0000 mon.c (mon.1) 6466 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.457 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.368299+0000 mon.c (mon.1) 6467 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.457 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.368995+0000 mon.c (mon.1) 6468 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.457 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cluster 2024-03-30T04:50:05.370296+0000 mgr.y (mgr.25441) 5798 : cluster [DBG] pgmap v3843: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.457 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cluster 2024-03-30T04:50:05.370542+0000 mgr.y (mgr.25441) 5799 : cluster [DBG] pgmap v3844: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.457 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.376067+0000 mon.a (mon.0) 2455 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.457 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cephadm 2024-03-30T04:50:05.376786+0000 mgr.y (mgr.25441) 5800 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.457 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.434086+0000 mon.c (mon.1) 6469 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.457 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.436330+0000 mon.c (mon.1) 6470 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.457 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.438536+0000 mon.c (mon.1) 6471 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.458 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.439323+0000 mon.c (mon.1) 6472 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.458 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cluster 2024-03-30T04:50:05.440833+0000 mgr.y (mgr.25441) 5801 : cluster [DBG] pgmap v3845: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.458 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cluster 2024-03-30T04:50:05.441087+0000 mgr.y (mgr.25441) 5802 : cluster [DBG] pgmap v3846: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.458 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.447791+0000 mon.a (mon.0) 2456 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.458 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cephadm 2024-03-30T04:50:05.448569+0000 mgr.y (mgr.25441) 5803 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.458 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.489285+0000 mon.c (mon.1) 6473 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.458 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.491005+0000 mon.c (mon.1) 6474 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.458 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.492977+0000 mon.c (mon.1) 6475 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.458 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.493655+0000 mon.c (mon.1) 6476 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.458 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.366431+0000 mon.c (mon.1) 6466 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.458 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.368299+0000 mon.c (mon.1) 6467 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.458 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.368995+0000 mon.c (mon.1) 6468 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.459 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cluster 2024-03-30T04:50:05.370296+0000 mgr.y (mgr.25441) 5798 : cluster [DBG] pgmap v3843: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.459 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cluster 2024-03-30T04:50:05.370542+0000 mgr.y (mgr.25441) 5799 : cluster [DBG] pgmap v3844: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.459 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.376067+0000 mon.a (mon.0) 2455 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.459 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cephadm 2024-03-30T04:50:05.376786+0000 mgr.y (mgr.25441) 5800 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.459 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.434086+0000 mon.c (mon.1) 6469 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.459 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.436330+0000 mon.c (mon.1) 6470 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.459 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.438536+0000 mon.c (mon.1) 6471 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.459 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.439323+0000 mon.c (mon.1) 6472 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.459 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cluster 2024-03-30T04:50:05.440833+0000 mgr.y (mgr.25441) 5801 : cluster [DBG] pgmap v3845: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.459 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cluster 2024-03-30T04:50:05.441087+0000 mgr.y (mgr.25441) 5802 : cluster [DBG] pgmap v3846: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.459 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.447791+0000 mon.a (mon.0) 2456 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.459 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cephadm 2024-03-30T04:50:05.448569+0000 mgr.y (mgr.25441) 5803 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.459 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.489285+0000 mon.c (mon.1) 6473 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.459 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.491005+0000 mon.c (mon.1) 6474 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.459 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.492977+0000 mon.c (mon.1) 6475 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.460 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.493655+0000 mon.c (mon.1) 6476 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.460 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cluster 2024-03-30T04:50:05.494905+0000 mgr.y (mgr.25441) 5804 : cluster [DBG] pgmap v3847: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.460 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cluster 2024-03-30T04:50:05.495133+0000 mgr.y (mgr.25441) 5805 : cluster [DBG] pgmap v3848: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.460 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.499706+0000 mon.a (mon.0) 2457 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.460 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cephadm 2024-03-30T04:50:05.502019+0000 mgr.y (mgr.25441) 5806 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.460 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.542753+0000 mon.c (mon.1) 6477 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.460 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.544509+0000 mon.c (mon.1) 6478 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.461 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.546342+0000 mon.c (mon.1) 6479 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.461 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.546979+0000 mon.c (mon.1) 6480 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.461 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cluster 2024-03-30T04:50:05.548225+0000 mgr.y (mgr.25441) 5807 : cluster [DBG] pgmap v3849: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.461 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cluster 2024-03-30T04:50:05.548457+0000 mgr.y (mgr.25441) 5808 : cluster [DBG] pgmap v3850: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.461 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.554900+0000 mon.a (mon.0) 2458 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.461 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cephadm 2024-03-30T04:50:05.555991+0000 mgr.y (mgr.25441) 5809 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.461 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.596656+0000 mon.c (mon.1) 6481 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.461 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.598401+0000 mon.c (mon.1) 6482 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.461 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.600184+0000 mon.c (mon.1) 6483 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.461 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.600851+0000 mon.c (mon.1) 6484 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.461 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cluster 2024-03-30T04:50:05.602067+0000 mgr.y (mgr.25441) 5810 : cluster [DBG] pgmap v3851: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.461 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cluster 2024-03-30T04:50:05.602284+0000 mgr.y (mgr.25441) 5811 : cluster [DBG] pgmap v3852: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.461 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.608843+0000 mon.a (mon.0) 2459 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.462 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cephadm 2024-03-30T04:50:05.610028+0000 mgr.y (mgr.25441) 5812 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.462 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.666522+0000 mon.c (mon.1) 6485 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.462 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.668383+0000 mon.c (mon.1) 6486 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.462 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.670422+0000 mon.c (mon.1) 6487 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.462 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.671147+0000 mon.c (mon.1) 6488 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.462 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cluster 2024-03-30T04:50:05.672796+0000 mgr.y (mgr.25441) 5813 : cluster [DBG] pgmap v3853: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.462 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cluster 2024-03-30T04:50:05.673035+0000 mgr.y (mgr.25441) 5814 : cluster [DBG] pgmap v3854: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.462 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.680126+0000 mon.a (mon.0) 2460 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.462 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cephadm 2024-03-30T04:50:05.681882+0000 mgr.y (mgr.25441) 5815 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.462 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.722190+0000 mon.c (mon.1) 6489 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.462 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.723849+0000 mon.c (mon.1) 6490 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.462 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.726132+0000 mon.c (mon.1) 6491 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.462 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.726955+0000 mon.c (mon.1) 6492 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.462 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cluster 2024-03-30T04:50:05.728229+0000 mgr.y (mgr.25441) 5816 : cluster [DBG] pgmap v3855: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.462 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cluster 2024-03-30T04:50:05.728443+0000 mgr.y (mgr.25441) 5817 : cluster [DBG] pgmap v3856: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.463 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.734996+0000 mon.a (mon.0) 2461 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.463 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cephadm 2024-03-30T04:50:05.735601+0000 mgr.y (mgr.25441) 5818 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.463 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.781111+0000 mon.c (mon.1) 6493 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.463 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.783295+0000 mon.c (mon.1) 6494 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.463 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.785592+0000 mon.c (mon.1) 6495 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.463 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.786487+0000 mon.c (mon.1) 6496 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.463 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cluster 2024-03-30T04:50:05.494905+0000 mgr.y (mgr.25441) 5804 : cluster [DBG] pgmap v3847: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.463 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cluster 2024-03-30T04:50:05.495133+0000 mgr.y (mgr.25441) 5805 : cluster [DBG] pgmap v3848: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.463 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.499706+0000 mon.a (mon.0) 2457 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.463 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cephadm 2024-03-30T04:50:05.502019+0000 mgr.y (mgr.25441) 5806 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.463 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.542753+0000 mon.c (mon.1) 6477 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.464 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.544509+0000 mon.c (mon.1) 6478 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.464 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.546342+0000 mon.c (mon.1) 6479 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.464 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.546979+0000 mon.c (mon.1) 6480 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.464 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cluster 2024-03-30T04:50:05.548225+0000 mgr.y (mgr.25441) 5807 : cluster [DBG] pgmap v3849: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.464 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cluster 2024-03-30T04:50:05.548457+0000 mgr.y (mgr.25441) 5808 : cluster [DBG] pgmap v3850: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.464 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.554900+0000 mon.a (mon.0) 2458 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.464 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cephadm 2024-03-30T04:50:05.555991+0000 mgr.y (mgr.25441) 5809 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.464 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.596656+0000 mon.c (mon.1) 6481 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.464 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.598401+0000 mon.c (mon.1) 6482 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.464 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.600184+0000 mon.c (mon.1) 6483 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.464 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.600851+0000 mon.c (mon.1) 6484 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.464 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cluster 2024-03-30T04:50:05.602067+0000 mgr.y (mgr.25441) 5810 : cluster [DBG] pgmap v3851: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.464 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cluster 2024-03-30T04:50:05.602284+0000 mgr.y (mgr.25441) 5811 : cluster [DBG] pgmap v3852: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.464 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.608843+0000 mon.a (mon.0) 2459 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.464 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cephadm 2024-03-30T04:50:05.610028+0000 mgr.y (mgr.25441) 5812 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.465 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.666522+0000 mon.c (mon.1) 6485 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.465 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cluster 2024-03-30T04:50:05.787855+0000 mgr.y (mgr.25441) 5819 : cluster [DBG] pgmap v3857: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.465 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cluster 2024-03-30T04:50:05.788111+0000 mgr.y (mgr.25441) 5820 : cluster [DBG] pgmap v3858: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.465 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.795076+0000 mon.a (mon.0) 2462 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.465 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: cephadm 2024-03-30T04:50:05.795635+0000 mgr.y (mgr.25441) 5821 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.465 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.835635+0000 mon.c (mon.1) 6497 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.466 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.837274+0000 mon.c (mon.1) 6498 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.466 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.839256+0000 mon.c (mon.1) 6499 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.466 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.839971+0000 mon.c (mon.1) 6500 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.466 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.847080+0000 mon.a (mon.0) 2463 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.466 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.891697+0000 mon.c (mon.1) 6501 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.466 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.893372+0000 mon.c (mon.1) 6502 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.466 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.895370+0000 mon.c (mon.1) 6503 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.466 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.896051+0000 mon.c (mon.1) 6504 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.466 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.903275+0000 mon.a (mon.0) 2464 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.466 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.944704+0000 mon.c (mon.1) 6505 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.466 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.946677+0000 mon.c (mon.1) 6506 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.466 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.949069+0000 mon.c (mon.1) 6507 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.466 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.949765+0000 mon.c (mon.1) 6508 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.466 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:05.957196+0000 mon.a (mon.0) 2465 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.467 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:06.000564+0000 mon.c (mon.1) 6509 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.467 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:06.002353+0000 mon.c (mon.1) 6510 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.467 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:06.004303+0000 mon.c (mon.1) 6511 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.467 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:06.004984+0000 mon.c (mon.1) 6512 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.467 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:06.012681+0000 mon.a (mon.0) 2466 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.467 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:06.054502+0000 mon.c (mon.1) 6513 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.467 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:06.056303+0000 mon.c (mon.1) 6514 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.467 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:06.058032+0000 mon.c (mon.1) 6515 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.467 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:06.058695+0000 mon.c (mon.1) 6516 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.467 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:06.066661+0000 mon.a (mon.0) 2467 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.467 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:06.107366+0000 mon.c (mon.1) 6517 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.467 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:06.109037+0000 mon.c (mon.1) 6518 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.467 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:06.110930+0000 mon.c (mon.1) 6519 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.467 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:06.111572+0000 mon.c (mon.1) 6520 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.467 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[73591]: audit 2024-03-30T04:50:06.118324+0000 mon.a (mon.0) 2468 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.468 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.668383+0000 mon.c (mon.1) 6486 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.468 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.670422+0000 mon.c (mon.1) 6487 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.468 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.671147+0000 mon.c (mon.1) 6488 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.468 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cluster 2024-03-30T04:50:05.672796+0000 mgr.y (mgr.25441) 5813 : cluster [DBG] pgmap v3853: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.468 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cluster 2024-03-30T04:50:05.673035+0000 mgr.y (mgr.25441) 5814 : cluster [DBG] pgmap v3854: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.468 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.680126+0000 mon.a (mon.0) 2460 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.468 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cephadm 2024-03-30T04:50:05.681882+0000 mgr.y (mgr.25441) 5815 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.468 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.722190+0000 mon.c (mon.1) 6489 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.469 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.723849+0000 mon.c (mon.1) 6490 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.469 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.726132+0000 mon.c (mon.1) 6491 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.469 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.726955+0000 mon.c (mon.1) 6492 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.469 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cluster 2024-03-30T04:50:05.728229+0000 mgr.y (mgr.25441) 5816 : cluster [DBG] pgmap v3855: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.469 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cluster 2024-03-30T04:50:05.728443+0000 mgr.y (mgr.25441) 5817 : cluster [DBG] pgmap v3856: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.469 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.734996+0000 mon.a (mon.0) 2461 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.469 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cephadm 2024-03-30T04:50:05.735601+0000 mgr.y (mgr.25441) 5818 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.469 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.781111+0000 mon.c (mon.1) 6493 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.469 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.783295+0000 mon.c (mon.1) 6494 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.469 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.785592+0000 mon.c (mon.1) 6495 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.469 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.786487+0000 mon.c (mon.1) 6496 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.469 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cluster 2024-03-30T04:50:05.787855+0000 mgr.y (mgr.25441) 5819 : cluster [DBG] pgmap v3857: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.469 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cluster 2024-03-30T04:50:05.788111+0000 mgr.y (mgr.25441) 5820 : cluster [DBG] pgmap v3858: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.469 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.795076+0000 mon.a (mon.0) 2462 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.469 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: cephadm 2024-03-30T04:50:05.795635+0000 mgr.y (mgr.25441) 5821 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.470 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.835635+0000 mon.c (mon.1) 6497 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.470 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.837274+0000 mon.c (mon.1) 6498 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.470 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.839256+0000 mon.c (mon.1) 6499 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.470 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.839971+0000 mon.c (mon.1) 6500 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.470 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.847080+0000 mon.a (mon.0) 2463 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.470 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.891697+0000 mon.c (mon.1) 6501 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.470 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.893372+0000 mon.c (mon.1) 6502 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.470 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.895370+0000 mon.c (mon.1) 6503 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.470 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.896051+0000 mon.c (mon.1) 6504 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.470 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.903275+0000 mon.a (mon.0) 2464 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.470 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.944704+0000 mon.c (mon.1) 6505 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.470 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.946677+0000 mon.c (mon.1) 6506 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.470 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.949069+0000 mon.c (mon.1) 6507 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.470 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.949765+0000 mon.c (mon.1) 6508 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.471 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:05.957196+0000 mon.a (mon.0) 2465 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.471 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:06.000564+0000 mon.c (mon.1) 6509 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.471 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:06.002353+0000 mon.c (mon.1) 6510 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.471 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:06.004303+0000 mon.c (mon.1) 6511 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.471 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:06.004984+0000 mon.c (mon.1) 6512 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.471 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:06.012681+0000 mon.a (mon.0) 2466 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.471 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:06.054502+0000 mon.c (mon.1) 6513 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.471 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:06.056303+0000 mon.c (mon.1) 6514 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.471 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:06.058032+0000 mon.c (mon.1) 6515 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.471 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:06.058695+0000 mon.c (mon.1) 6516 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.471 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:06.066661+0000 mon.a (mon.0) 2467 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.471 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:06.107366+0000 mon.c (mon.1) 6517 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.471 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:06.109037+0000 mon.c (mon.1) 6518 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.471 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:06.110930+0000 mon.c (mon.1) 6519 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.471 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:06.111572+0000 mon.c (mon.1) 6520 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.472 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[70954]: audit 2024-03-30T04:50:06.118324+0000 mon.a (mon.0) 2468 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:06.819 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:50:06 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:50:06] "GET /metrics HTTP/1.1" 200 38699 "" "Prometheus/2.33.4" 2024-03-30T04:50:07.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cluster 2024-03-30T04:50:05.841225+0000 mgr.y (mgr.25441) 5822 : cluster [DBG] pgmap v3859: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cluster 2024-03-30T04:50:05.841454+0000 mgr.y (mgr.25441) 5823 : cluster [DBG] pgmap v3860: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cephadm 2024-03-30T04:50:05.848938+0000 mgr.y (mgr.25441) 5824 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cluster 2024-03-30T04:50:05.897461+0000 mgr.y (mgr.25441) 5825 : cluster [DBG] pgmap v3861: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cluster 2024-03-30T04:50:05.897716+0000 mgr.y (mgr.25441) 5826 : cluster [DBG] pgmap v3862: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cephadm 2024-03-30T04:50:05.904869+0000 mgr.y (mgr.25441) 5827 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cluster 2024-03-30T04:50:05.951039+0000 mgr.y (mgr.25441) 5828 : cluster [DBG] pgmap v3863: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cluster 2024-03-30T04:50:05.951281+0000 mgr.y (mgr.25441) 5829 : cluster [DBG] pgmap v3864: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cephadm 2024-03-30T04:50:05.958908+0000 mgr.y (mgr.25441) 5830 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cluster 2024-03-30T04:50:06.006214+0000 mgr.y (mgr.25441) 5831 : cluster [DBG] pgmap v3865: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cluster 2024-03-30T04:50:06.006474+0000 mgr.y (mgr.25441) 5832 : cluster [DBG] pgmap v3866: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cephadm 2024-03-30T04:50:06.014325+0000 mgr.y (mgr.25441) 5833 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cluster 2024-03-30T04:50:06.059874+0000 mgr.y (mgr.25441) 5834 : cluster [DBG] pgmap v3867: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cluster 2024-03-30T04:50:06.060100+0000 mgr.y (mgr.25441) 5835 : cluster [DBG] pgmap v3868: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cephadm 2024-03-30T04:50:06.067297+0000 mgr.y (mgr.25441) 5836 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cluster 2024-03-30T04:50:06.112695+0000 mgr.y (mgr.25441) 5837 : cluster [DBG] pgmap v3869: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cluster 2024-03-30T04:50:06.112894+0000 mgr.y (mgr.25441) 5838 : cluster [DBG] pgmap v3870: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cephadm 2024-03-30T04:50:06.119912+0000 mgr.y (mgr.25441) 5839 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.181792+0000 mon.c (mon.1) 6521 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.183641+0000 mon.c (mon.1) 6522 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.185552+0000 mon.c (mon.1) 6523 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.186233+0000 mon.c (mon.1) 6524 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cluster 2024-03-30T04:50:06.187694+0000 mgr.y (mgr.25441) 5840 : cluster [DBG] pgmap v3871: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cluster 2024-03-30T04:50:06.187892+0000 mgr.y (mgr.25441) 5841 : cluster [DBG] pgmap v3872: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.192930+0000 mon.a (mon.0) 2469 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:07.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cephadm 2024-03-30T04:50:06.194631+0000 mgr.y (mgr.25441) 5842 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.253251+0000 mon.c (mon.1) 6525 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.255147+0000 mon.c (mon.1) 6526 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.257279+0000 mon.c (mon.1) 6527 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.258037+0000 mon.c (mon.1) 6528 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cluster 2024-03-30T04:50:06.259443+0000 mgr.y (mgr.25441) 5843 : cluster [DBG] pgmap v3873: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cluster 2024-03-30T04:50:06.259686+0000 mgr.y (mgr.25441) 5844 : cluster [DBG] pgmap v3874: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.265791+0000 mon.a (mon.0) 2470 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:07.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cephadm 2024-03-30T04:50:06.267515+0000 mgr.y (mgr.25441) 5845 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.326769+0000 mon.c (mon.1) 6529 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.328725+0000 mon.c (mon.1) 6530 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.330886+0000 mon.c (mon.1) 6531 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.331690+0000 mon.c (mon.1) 6532 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cluster 2024-03-30T04:50:06.333099+0000 mgr.y (mgr.25441) 5846 : cluster [DBG] pgmap v3875: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cluster 2024-03-30T04:50:06.333347+0000 mgr.y (mgr.25441) 5847 : cluster [DBG] pgmap v3876: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.338760+0000 mon.a (mon.0) 2471 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:07.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cephadm 2024-03-30T04:50:06.340992+0000 mgr.y (mgr.25441) 5848 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.397246+0000 mon.c (mon.1) 6533 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.398852+0000 mon.c (mon.1) 6534 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.401196+0000 mon.c (mon.1) 6535 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.401841+0000 mon.c (mon.1) 6536 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cluster 2024-03-30T04:50:06.403150+0000 mgr.y (mgr.25441) 5849 : cluster [DBG] pgmap v3877: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cluster 2024-03-30T04:50:06.403381+0000 mgr.y (mgr.25441) 5850 : cluster [DBG] pgmap v3878: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.408661+0000 mon.a (mon.0) 2472 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:07.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cephadm 2024-03-30T04:50:06.409886+0000 mgr.y (mgr.25441) 5851 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.469149+0000 mon.c (mon.1) 6537 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.470866+0000 mon.c (mon.1) 6538 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.472827+0000 mon.c (mon.1) 6539 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.473533+0000 mon.c (mon.1) 6540 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cluster 2024-03-30T04:50:06.474920+0000 mgr.y (mgr.25441) 5852 : cluster [DBG] pgmap v3879: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cluster 2024-03-30T04:50:06.475159+0000 mgr.y (mgr.25441) 5853 : cluster [DBG] pgmap v3880: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cluster 2024-03-30T04:50:06.475960+0000 mon.a (mon.0) 2473 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:50:07.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cluster 2024-03-30T04:50:06.475992+0000 mon.a (mon.0) 2474 : cluster [INF] Cluster is now healthy 2024-03-30T04:50:07.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.484993+0000 mon.a (mon.0) 2475 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:07.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cephadm 2024-03-30T04:50:06.486609+0000 mgr.y (mgr.25441) 5854 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.544348+0000 mon.c (mon.1) 6541 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.546341+0000 mon.c (mon.1) 6542 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.548352+0000 mon.c (mon.1) 6543 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.549110+0000 mon.c (mon.1) 6544 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cluster 2024-03-30T04:50:06.550448+0000 mgr.y (mgr.25441) 5855 : cluster [DBG] pgmap v3881: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cluster 2024-03-30T04:50:06.550693+0000 mgr.y (mgr.25441) 5856 : cluster [DBG] pgmap v3882: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.555876+0000 mon.a (mon.0) 2476 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:07.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cephadm 2024-03-30T04:50:06.557502+0000 mgr.y (mgr.25441) 5857 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.599105+0000 mon.c (mon.1) 6545 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.600920+0000 mon.c (mon.1) 6546 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.603057+0000 mon.c (mon.1) 6547 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.603799+0000 mon.c (mon.1) 6548 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cluster 2024-03-30T04:50:06.605180+0000 mgr.y (mgr.25441) 5858 : cluster [DBG] pgmap v3883: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cluster 2024-03-30T04:50:06.605418+0000 mgr.y (mgr.25441) 5859 : cluster [DBG] pgmap v3884: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.610107+0000 mon.a (mon.0) 2477 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:07.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cephadm 2024-03-30T04:50:06.614262+0000 mgr.y (mgr.25441) 5860 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.675318+0000 mon.c (mon.1) 6549 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.677332+0000 mon.c (mon.1) 6550 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.679564+0000 mon.c (mon.1) 6551 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.680319+0000 mon.c (mon.1) 6552 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cluster 2024-03-30T04:50:06.681742+0000 mgr.y (mgr.25441) 5861 : cluster [DBG] pgmap v3885: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cluster 2024-03-30T04:50:06.682047+0000 mgr.y (mgr.25441) 5862 : cluster [DBG] pgmap v3886: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.686398+0000 mon.a (mon.0) 2478 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:07.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cephadm 2024-03-30T04:50:06.690286+0000 mgr.y (mgr.25441) 5863 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.750969+0000 mon.c (mon.1) 6553 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.752949+0000 mon.c (mon.1) 6554 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.755384+0000 mon.c (mon.1) 6555 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.756070+0000 mon.c (mon.1) 6556 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cluster 2024-03-30T04:50:06.757459+0000 mgr.y (mgr.25441) 5864 : cluster [DBG] pgmap v3887: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 24 op/s 2024-03-30T04:50:07.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cluster 2024-03-30T04:50:06.757726+0000 mgr.y (mgr.25441) 5865 : cluster [DBG] pgmap v3888: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 24 op/s 2024-03-30T04:50:07.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.762186+0000 mon.a (mon.0) 2479 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:07.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: cephadm 2024-03-30T04:50:06.765465+0000 mgr.y (mgr.25441) 5866 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.825494+0000 mon.c (mon.1) 6557 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.827446+0000 mon.c (mon.1) 6558 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.829355+0000 mon.c (mon.1) 6559 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.830088+0000 mon.c (mon.1) 6560 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.836285+0000 mon.a (mon.0) 2480 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:07.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.895984+0000 mon.c (mon.1) 6561 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.897599+0000 mon.c (mon.1) 6562 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.899418+0000 mon.c (mon.1) 6563 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.900038+0000 mon.c (mon.1) 6564 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.905875+0000 mon.a (mon.0) 2481 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:07.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.966129+0000 mon.c (mon.1) 6565 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.967750+0000 mon.c (mon.1) 6566 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.969443+0000 mon.c (mon.1) 6567 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.970084+0000 mon.c (mon.1) 6568 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:06.976573+0000 mon.a (mon.0) 2482 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:07.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:07.025698+0000 mon.c (mon.1) 6569 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:07.027573+0000 mon.c (mon.1) 6570 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:07.029425+0000 mon.c (mon.1) 6571 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:07.030096+0000 mon.c (mon.1) 6572 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:07.035995+0000 mon.a (mon.0) 2483 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:07.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:07.085507+0000 mon.c (mon.1) 6573 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:07.087616+0000 mon.c (mon.1) 6574 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:07.089374+0000 mon.c (mon.1) 6575 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:07.090145+0000 mon.c (mon.1) 6576 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:07 smithi117 bash[62284]: audit 2024-03-30T04:50:07.096223+0000 mon.a (mon.0) 2484 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:07.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cluster 2024-03-30T04:50:05.841225+0000 mgr.y (mgr.25441) 5822 : cluster [DBG] pgmap v3859: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cluster 2024-03-30T04:50:05.841454+0000 mgr.y (mgr.25441) 5823 : cluster [DBG] pgmap v3860: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cephadm 2024-03-30T04:50:05.848938+0000 mgr.y (mgr.25441) 5824 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cluster 2024-03-30T04:50:05.897461+0000 mgr.y (mgr.25441) 5825 : cluster [DBG] pgmap v3861: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cluster 2024-03-30T04:50:05.897716+0000 mgr.y (mgr.25441) 5826 : cluster [DBG] pgmap v3862: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cephadm 2024-03-30T04:50:05.904869+0000 mgr.y (mgr.25441) 5827 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cluster 2024-03-30T04:50:05.951039+0000 mgr.y (mgr.25441) 5828 : cluster [DBG] pgmap v3863: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cluster 2024-03-30T04:50:05.951281+0000 mgr.y (mgr.25441) 5829 : cluster [DBG] pgmap v3864: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cephadm 2024-03-30T04:50:05.958908+0000 mgr.y (mgr.25441) 5830 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cluster 2024-03-30T04:50:06.006214+0000 mgr.y (mgr.25441) 5831 : cluster [DBG] pgmap v3865: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cluster 2024-03-30T04:50:06.006474+0000 mgr.y (mgr.25441) 5832 : cluster [DBG] pgmap v3866: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cephadm 2024-03-30T04:50:06.014325+0000 mgr.y (mgr.25441) 5833 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cluster 2024-03-30T04:50:06.059874+0000 mgr.y (mgr.25441) 5834 : cluster [DBG] pgmap v3867: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cluster 2024-03-30T04:50:06.060100+0000 mgr.y (mgr.25441) 5835 : cluster [DBG] pgmap v3868: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cephadm 2024-03-30T04:50:06.067297+0000 mgr.y (mgr.25441) 5836 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cluster 2024-03-30T04:50:06.112695+0000 mgr.y (mgr.25441) 5837 : cluster [DBG] pgmap v3869: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cluster 2024-03-30T04:50:06.112894+0000 mgr.y (mgr.25441) 5838 : cluster [DBG] pgmap v3870: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cephadm 2024-03-30T04:50:06.119912+0000 mgr.y (mgr.25441) 5839 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.181792+0000 mon.c (mon.1) 6521 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.183641+0000 mon.c (mon.1) 6522 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cluster 2024-03-30T04:50:05.841225+0000 mgr.y (mgr.25441) 5822 : cluster [DBG] pgmap v3859: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cluster 2024-03-30T04:50:05.841454+0000 mgr.y (mgr.25441) 5823 : cluster [DBG] pgmap v3860: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cephadm 2024-03-30T04:50:05.848938+0000 mgr.y (mgr.25441) 5824 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cluster 2024-03-30T04:50:05.897461+0000 mgr.y (mgr.25441) 5825 : cluster [DBG] pgmap v3861: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cluster 2024-03-30T04:50:05.897716+0000 mgr.y (mgr.25441) 5826 : cluster [DBG] pgmap v3862: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cephadm 2024-03-30T04:50:05.904869+0000 mgr.y (mgr.25441) 5827 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cluster 2024-03-30T04:50:05.951039+0000 mgr.y (mgr.25441) 5828 : cluster [DBG] pgmap v3863: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cluster 2024-03-30T04:50:05.951281+0000 mgr.y (mgr.25441) 5829 : cluster [DBG] pgmap v3864: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cephadm 2024-03-30T04:50:05.958908+0000 mgr.y (mgr.25441) 5830 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cluster 2024-03-30T04:50:06.006214+0000 mgr.y (mgr.25441) 5831 : cluster [DBG] pgmap v3865: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cluster 2024-03-30T04:50:06.006474+0000 mgr.y (mgr.25441) 5832 : cluster [DBG] pgmap v3866: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cephadm 2024-03-30T04:50:06.014325+0000 mgr.y (mgr.25441) 5833 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cluster 2024-03-30T04:50:06.059874+0000 mgr.y (mgr.25441) 5834 : cluster [DBG] pgmap v3867: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cluster 2024-03-30T04:50:06.060100+0000 mgr.y (mgr.25441) 5835 : cluster [DBG] pgmap v3868: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cephadm 2024-03-30T04:50:06.067297+0000 mgr.y (mgr.25441) 5836 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cluster 2024-03-30T04:50:06.112695+0000 mgr.y (mgr.25441) 5837 : cluster [DBG] pgmap v3869: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cluster 2024-03-30T04:50:06.112894+0000 mgr.y (mgr.25441) 5838 : cluster [DBG] pgmap v3870: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cephadm 2024-03-30T04:50:06.119912+0000 mgr.y (mgr.25441) 5839 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.181792+0000 mon.c (mon.1) 6521 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.183641+0000 mon.c (mon.1) 6522 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.185552+0000 mon.c (mon.1) 6523 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.186233+0000 mon.c (mon.1) 6524 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cluster 2024-03-30T04:50:06.187694+0000 mgr.y (mgr.25441) 5840 : cluster [DBG] pgmap v3871: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cluster 2024-03-30T04:50:06.187892+0000 mgr.y (mgr.25441) 5841 : cluster [DBG] pgmap v3872: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.192930+0000 mon.a (mon.0) 2469 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:07.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cephadm 2024-03-30T04:50:06.194631+0000 mgr.y (mgr.25441) 5842 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.253251+0000 mon.c (mon.1) 6525 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.255147+0000 mon.c (mon.1) 6526 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.257279+0000 mon.c (mon.1) 6527 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.258037+0000 mon.c (mon.1) 6528 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cluster 2024-03-30T04:50:06.259443+0000 mgr.y (mgr.25441) 5843 : cluster [DBG] pgmap v3873: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cluster 2024-03-30T04:50:06.259686+0000 mgr.y (mgr.25441) 5844 : cluster [DBG] pgmap v3874: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.265791+0000 mon.a (mon.0) 2470 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:07.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cephadm 2024-03-30T04:50:06.267515+0000 mgr.y (mgr.25441) 5845 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.326769+0000 mon.c (mon.1) 6529 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.328725+0000 mon.c (mon.1) 6530 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.330886+0000 mon.c (mon.1) 6531 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.331690+0000 mon.c (mon.1) 6532 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cluster 2024-03-30T04:50:06.333099+0000 mgr.y (mgr.25441) 5846 : cluster [DBG] pgmap v3875: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.185552+0000 mon.c (mon.1) 6523 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.186233+0000 mon.c (mon.1) 6524 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cluster 2024-03-30T04:50:06.187694+0000 mgr.y (mgr.25441) 5840 : cluster [DBG] pgmap v3871: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cluster 2024-03-30T04:50:06.187892+0000 mgr.y (mgr.25441) 5841 : cluster [DBG] pgmap v3872: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.192930+0000 mon.a (mon.0) 2469 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:07.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cephadm 2024-03-30T04:50:06.194631+0000 mgr.y (mgr.25441) 5842 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.253251+0000 mon.c (mon.1) 6525 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.255147+0000 mon.c (mon.1) 6526 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.257279+0000 mon.c (mon.1) 6527 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.258037+0000 mon.c (mon.1) 6528 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cluster 2024-03-30T04:50:06.259443+0000 mgr.y (mgr.25441) 5843 : cluster [DBG] pgmap v3873: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cluster 2024-03-30T04:50:06.259686+0000 mgr.y (mgr.25441) 5844 : cluster [DBG] pgmap v3874: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.265791+0000 mon.a (mon.0) 2470 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:07.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cephadm 2024-03-30T04:50:06.267515+0000 mgr.y (mgr.25441) 5845 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.326769+0000 mon.c (mon.1) 6529 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.328725+0000 mon.c (mon.1) 6530 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.330886+0000 mon.c (mon.1) 6531 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.331690+0000 mon.c (mon.1) 6532 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cluster 2024-03-30T04:50:06.333099+0000 mgr.y (mgr.25441) 5846 : cluster [DBG] pgmap v3875: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cluster 2024-03-30T04:50:06.333347+0000 mgr.y (mgr.25441) 5847 : cluster [DBG] pgmap v3876: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.338760+0000 mon.a (mon.0) 2471 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:07.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cephadm 2024-03-30T04:50:06.340992+0000 mgr.y (mgr.25441) 5848 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.397246+0000 mon.c (mon.1) 6533 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.398852+0000 mon.c (mon.1) 6534 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.401196+0000 mon.c (mon.1) 6535 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.401841+0000 mon.c (mon.1) 6536 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cluster 2024-03-30T04:50:06.403150+0000 mgr.y (mgr.25441) 5849 : cluster [DBG] pgmap v3877: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cluster 2024-03-30T04:50:06.403381+0000 mgr.y (mgr.25441) 5850 : cluster [DBG] pgmap v3878: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.408661+0000 mon.a (mon.0) 2472 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:07.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cephadm 2024-03-30T04:50:06.409886+0000 mgr.y (mgr.25441) 5851 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.469149+0000 mon.c (mon.1) 6537 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.470866+0000 mon.c (mon.1) 6538 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.472827+0000 mon.c (mon.1) 6539 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.473533+0000 mon.c (mon.1) 6540 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cluster 2024-03-30T04:50:06.474920+0000 mgr.y (mgr.25441) 5852 : cluster [DBG] pgmap v3879: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cluster 2024-03-30T04:50:06.475159+0000 mgr.y (mgr.25441) 5853 : cluster [DBG] pgmap v3880: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cluster 2024-03-30T04:50:06.475960+0000 mon.a (mon.0) 2473 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:50:07.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cluster 2024-03-30T04:50:06.475992+0000 mon.a (mon.0) 2474 : cluster [INF] Cluster is now healthy 2024-03-30T04:50:07.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.484993+0000 mon.a (mon.0) 2475 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:07.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cephadm 2024-03-30T04:50:06.486609+0000 mgr.y (mgr.25441) 5854 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cluster 2024-03-30T04:50:06.333347+0000 mgr.y (mgr.25441) 5847 : cluster [DBG] pgmap v3876: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.338760+0000 mon.a (mon.0) 2471 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:07.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cephadm 2024-03-30T04:50:06.340992+0000 mgr.y (mgr.25441) 5848 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.397246+0000 mon.c (mon.1) 6533 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.398852+0000 mon.c (mon.1) 6534 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.401196+0000 mon.c (mon.1) 6535 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.401841+0000 mon.c (mon.1) 6536 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cluster 2024-03-30T04:50:06.403150+0000 mgr.y (mgr.25441) 5849 : cluster [DBG] pgmap v3877: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cluster 2024-03-30T04:50:06.403381+0000 mgr.y (mgr.25441) 5850 : cluster [DBG] pgmap v3878: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.408661+0000 mon.a (mon.0) 2472 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:07.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cephadm 2024-03-30T04:50:06.409886+0000 mgr.y (mgr.25441) 5851 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.469149+0000 mon.c (mon.1) 6537 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.470866+0000 mon.c (mon.1) 6538 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.472827+0000 mon.c (mon.1) 6539 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.473533+0000 mon.c (mon.1) 6540 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cluster 2024-03-30T04:50:06.474920+0000 mgr.y (mgr.25441) 5852 : cluster [DBG] pgmap v3879: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cluster 2024-03-30T04:50:06.475159+0000 mgr.y (mgr.25441) 5853 : cluster [DBG] pgmap v3880: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cluster 2024-03-30T04:50:06.475960+0000 mon.a (mon.0) 2473 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:50:07.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cluster 2024-03-30T04:50:06.475992+0000 mon.a (mon.0) 2474 : cluster [INF] Cluster is now healthy 2024-03-30T04:50:07.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.484993+0000 mon.a (mon.0) 2475 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:07.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cephadm 2024-03-30T04:50:06.486609+0000 mgr.y (mgr.25441) 5854 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.544348+0000 mon.c (mon.1) 6541 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.546341+0000 mon.c (mon.1) 6542 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.548352+0000 mon.c (mon.1) 6543 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.549110+0000 mon.c (mon.1) 6544 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cluster 2024-03-30T04:50:06.550448+0000 mgr.y (mgr.25441) 5855 : cluster [DBG] pgmap v3881: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cluster 2024-03-30T04:50:06.550693+0000 mgr.y (mgr.25441) 5856 : cluster [DBG] pgmap v3882: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.555876+0000 mon.a (mon.0) 2476 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:07.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cephadm 2024-03-30T04:50:06.557502+0000 mgr.y (mgr.25441) 5857 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.599105+0000 mon.c (mon.1) 6545 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.600920+0000 mon.c (mon.1) 6546 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.603057+0000 mon.c (mon.1) 6547 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.603799+0000 mon.c (mon.1) 6548 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cluster 2024-03-30T04:50:06.605180+0000 mgr.y (mgr.25441) 5858 : cluster [DBG] pgmap v3883: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cluster 2024-03-30T04:50:06.605418+0000 mgr.y (mgr.25441) 5859 : cluster [DBG] pgmap v3884: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.610107+0000 mon.a (mon.0) 2477 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:07.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cephadm 2024-03-30T04:50:06.614262+0000 mgr.y (mgr.25441) 5860 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.675318+0000 mon.c (mon.1) 6549 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.677332+0000 mon.c (mon.1) 6550 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.679564+0000 mon.c (mon.1) 6551 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.680319+0000 mon.c (mon.1) 6552 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.544348+0000 mon.c (mon.1) 6541 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.546341+0000 mon.c (mon.1) 6542 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.548352+0000 mon.c (mon.1) 6543 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.549110+0000 mon.c (mon.1) 6544 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cluster 2024-03-30T04:50:06.550448+0000 mgr.y (mgr.25441) 5855 : cluster [DBG] pgmap v3881: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cluster 2024-03-30T04:50:06.550693+0000 mgr.y (mgr.25441) 5856 : cluster [DBG] pgmap v3882: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.555876+0000 mon.a (mon.0) 2476 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:07.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cephadm 2024-03-30T04:50:06.557502+0000 mgr.y (mgr.25441) 5857 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.599105+0000 mon.c (mon.1) 6545 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.600920+0000 mon.c (mon.1) 6546 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.603057+0000 mon.c (mon.1) 6547 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.603799+0000 mon.c (mon.1) 6548 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cluster 2024-03-30T04:50:06.605180+0000 mgr.y (mgr.25441) 5858 : cluster [DBG] pgmap v3883: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cluster 2024-03-30T04:50:06.605418+0000 mgr.y (mgr.25441) 5859 : cluster [DBG] pgmap v3884: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.610107+0000 mon.a (mon.0) 2477 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:07.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cephadm 2024-03-30T04:50:06.614262+0000 mgr.y (mgr.25441) 5860 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.675318+0000 mon.c (mon.1) 6549 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.677332+0000 mon.c (mon.1) 6550 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.679564+0000 mon.c (mon.1) 6551 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.680319+0000 mon.c (mon.1) 6552 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cluster 2024-03-30T04:50:06.681742+0000 mgr.y (mgr.25441) 5861 : cluster [DBG] pgmap v3885: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cluster 2024-03-30T04:50:06.682047+0000 mgr.y (mgr.25441) 5862 : cluster [DBG] pgmap v3886: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.686398+0000 mon.a (mon.0) 2478 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:07.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cephadm 2024-03-30T04:50:06.690286+0000 mgr.y (mgr.25441) 5863 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.750969+0000 mon.c (mon.1) 6553 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.752949+0000 mon.c (mon.1) 6554 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.755384+0000 mon.c (mon.1) 6555 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.756070+0000 mon.c (mon.1) 6556 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cluster 2024-03-30T04:50:06.757459+0000 mgr.y (mgr.25441) 5864 : cluster [DBG] pgmap v3887: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 24 op/s 2024-03-30T04:50:07.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cluster 2024-03-30T04:50:06.757726+0000 mgr.y (mgr.25441) 5865 : cluster [DBG] pgmap v3888: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 24 op/s 2024-03-30T04:50:07.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.762186+0000 mon.a (mon.0) 2479 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:07.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: cephadm 2024-03-30T04:50:06.765465+0000 mgr.y (mgr.25441) 5866 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.825494+0000 mon.c (mon.1) 6557 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.827446+0000 mon.c (mon.1) 6558 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.829355+0000 mon.c (mon.1) 6559 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.830088+0000 mon.c (mon.1) 6560 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.836285+0000 mon.a (mon.0) 2480 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:07.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.895984+0000 mon.c (mon.1) 6561 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.897599+0000 mon.c (mon.1) 6562 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.899418+0000 mon.c (mon.1) 6563 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cluster 2024-03-30T04:50:06.681742+0000 mgr.y (mgr.25441) 5861 : cluster [DBG] pgmap v3885: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cluster 2024-03-30T04:50:06.682047+0000 mgr.y (mgr.25441) 5862 : cluster [DBG] pgmap v3886: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.686398+0000 mon.a (mon.0) 2478 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:07.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cephadm 2024-03-30T04:50:06.690286+0000 mgr.y (mgr.25441) 5863 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.750969+0000 mon.c (mon.1) 6553 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.752949+0000 mon.c (mon.1) 6554 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.755384+0000 mon.c (mon.1) 6555 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.756070+0000 mon.c (mon.1) 6556 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cluster 2024-03-30T04:50:06.757459+0000 mgr.y (mgr.25441) 5864 : cluster [DBG] pgmap v3887: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 24 op/s 2024-03-30T04:50:07.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cluster 2024-03-30T04:50:06.757726+0000 mgr.y (mgr.25441) 5865 : cluster [DBG] pgmap v3888: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 24 op/s 2024-03-30T04:50:07.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.762186+0000 mon.a (mon.0) 2479 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:07.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: cephadm 2024-03-30T04:50:06.765465+0000 mgr.y (mgr.25441) 5866 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.825494+0000 mon.c (mon.1) 6557 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.827446+0000 mon.c (mon.1) 6558 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.829355+0000 mon.c (mon.1) 6559 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.830088+0000 mon.c (mon.1) 6560 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.836285+0000 mon.a (mon.0) 2480 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:07.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.895984+0000 mon.c (mon.1) 6561 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.897599+0000 mon.c (mon.1) 6562 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.899418+0000 mon.c (mon.1) 6563 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.900038+0000 mon.c (mon.1) 6564 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.905875+0000 mon.a (mon.0) 2481 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:07.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.966129+0000 mon.c (mon.1) 6565 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.967750+0000 mon.c (mon.1) 6566 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.969443+0000 mon.c (mon.1) 6567 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.970084+0000 mon.c (mon.1) 6568 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:06.976573+0000 mon.a (mon.0) 2482 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:07.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:07.025698+0000 mon.c (mon.1) 6569 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:07.027573+0000 mon.c (mon.1) 6570 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:07.029425+0000 mon.c (mon.1) 6571 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:07.030096+0000 mon.c (mon.1) 6572 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:07.035995+0000 mon.a (mon.0) 2483 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:07.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:07.085507+0000 mon.c (mon.1) 6573 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:07.087616+0000 mon.c (mon.1) 6574 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:07.089374+0000 mon.c (mon.1) 6575 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:07.090145+0000 mon.c (mon.1) 6576 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[73591]: audit 2024-03-30T04:50:07.096223+0000 mon.a (mon.0) 2484 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:07.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.900038+0000 mon.c (mon.1) 6564 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.905875+0000 mon.a (mon.0) 2481 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:07.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.966129+0000 mon.c (mon.1) 6565 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.967750+0000 mon.c (mon.1) 6566 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.969443+0000 mon.c (mon.1) 6567 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.970084+0000 mon.c (mon.1) 6568 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:06.976573+0000 mon.a (mon.0) 2482 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:07.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:07.025698+0000 mon.c (mon.1) 6569 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:07.027573+0000 mon.c (mon.1) 6570 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:07.029425+0000 mon.c (mon.1) 6571 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:07.030096+0000 mon.c (mon.1) 6572 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:07.035995+0000 mon.a (mon.0) 2483 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:07.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:07.085507+0000 mon.c (mon.1) 6573 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:07.087616+0000 mon.c (mon.1) 6574 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:07.089374+0000 mon.c (mon.1) 6575 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:07.090145+0000 mon.c (mon.1) 6576 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:07 smithi111 bash[70954]: audit 2024-03-30T04:50:07.096223+0000 mon.a (mon.0) 2484 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:08.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cluster 2024-03-30T04:50:06.831428+0000 mgr.y (mgr.25441) 5867 : cluster [DBG] pgmap v3889: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 22 op/s 2024-03-30T04:50:08.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cluster 2024-03-30T04:50:06.831668+0000 mgr.y (mgr.25441) 5868 : cluster [DBG] pgmap v3890: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 22 op/s 2024-03-30T04:50:08.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cephadm 2024-03-30T04:50:06.839659+0000 mgr.y (mgr.25441) 5869 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cluster 2024-03-30T04:50:06.901252+0000 mgr.y (mgr.25441) 5870 : cluster [DBG] pgmap v3891: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s 2024-03-30T04:50:08.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cluster 2024-03-30T04:50:06.901545+0000 mgr.y (mgr.25441) 5871 : cluster [DBG] pgmap v3892: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s 2024-03-30T04:50:08.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cephadm 2024-03-30T04:50:06.909684+0000 mgr.y (mgr.25441) 5872 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cluster 2024-03-30T04:50:06.971310+0000 mgr.y (mgr.25441) 5873 : cluster [DBG] pgmap v3893: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cluster 2024-03-30T04:50:06.971557+0000 mgr.y (mgr.25441) 5874 : cluster [DBG] pgmap v3894: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cephadm 2024-03-30T04:50:06.980438+0000 mgr.y (mgr.25441) 5875 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cluster 2024-03-30T04:50:07.031483+0000 mgr.y (mgr.25441) 5876 : cluster [DBG] pgmap v3895: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cluster 2024-03-30T04:50:07.031723+0000 mgr.y (mgr.25441) 5877 : cluster [DBG] pgmap v3896: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cephadm 2024-03-30T04:50:07.040675+0000 mgr.y (mgr.25441) 5878 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cluster 2024-03-30T04:50:07.091366+0000 mgr.y (mgr.25441) 5879 : cluster [DBG] pgmap v3897: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cluster 2024-03-30T04:50:07.091552+0000 mgr.y (mgr.25441) 5880 : cluster [DBG] pgmap v3898: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cephadm 2024-03-30T04:50:07.096838+0000 mgr.y (mgr.25441) 5881 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.136787+0000 mon.c (mon.1) 6577 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.138822+0000 mon.c (mon.1) 6578 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.149512+0000 mon.c (mon.1) 6579 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.150304+0000 mon.c (mon.1) 6580 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cluster 2024-03-30T04:50:07.151780+0000 mgr.y (mgr.25441) 5882 : cluster [DBG] pgmap v3899: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cluster 2024-03-30T04:50:07.152059+0000 mgr.y (mgr.25441) 5883 : cluster [DBG] pgmap v3900: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.158540+0000 mon.a (mon.0) 2485 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:08.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cephadm 2024-03-30T04:50:07.159273+0000 mgr.y (mgr.25441) 5884 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.220083+0000 mon.c (mon.1) 6581 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.222037+0000 mon.c (mon.1) 6582 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.223891+0000 mon.c (mon.1) 6583 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.224622+0000 mon.c (mon.1) 6584 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cluster 2024-03-30T04:50:07.225853+0000 mgr.y (mgr.25441) 5885 : cluster [DBG] pgmap v3901: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cluster 2024-03-30T04:50:07.226103+0000 mgr.y (mgr.25441) 5886 : cluster [DBG] pgmap v3902: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.232557+0000 mon.a (mon.0) 2486 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:08.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cephadm 2024-03-30T04:50:07.235625+0000 mgr.y (mgr.25441) 5887 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.280945+0000 mon.c (mon.1) 6585 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.282845+0000 mon.c (mon.1) 6586 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.285164+0000 mon.c (mon.1) 6587 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.285909+0000 mon.c (mon.1) 6588 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cluster 2024-03-30T04:50:07.287207+0000 mgr.y (mgr.25441) 5888 : cluster [DBG] pgmap v3903: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cluster 2024-03-30T04:50:07.287429+0000 mgr.y (mgr.25441) 5889 : cluster [DBG] pgmap v3904: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.295112+0000 mon.a (mon.0) 2487 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:08.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cephadm 2024-03-30T04:50:07.298876+0000 mgr.y (mgr.25441) 5890 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.355173+0000 mon.c (mon.1) 6589 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.357006+0000 mon.c (mon.1) 6590 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.358877+0000 mon.c (mon.1) 6591 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.359559+0000 mon.c (mon.1) 6592 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cluster 2024-03-30T04:50:07.360947+0000 mgr.y (mgr.25441) 5891 : cluster [DBG] pgmap v3905: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cluster 2024-03-30T04:50:07.361180+0000 mgr.y (mgr.25441) 5892 : cluster [DBG] pgmap v3906: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.368366+0000 mon.a (mon.0) 2488 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:08.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cephadm 2024-03-30T04:50:07.371394+0000 mgr.y (mgr.25441) 5893 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.427222+0000 mon.c (mon.1) 6593 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.428803+0000 mon.c (mon.1) 6594 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.430978+0000 mon.c (mon.1) 6595 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.431717+0000 mon.c (mon.1) 6596 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cluster 2024-03-30T04:50:07.433039+0000 mgr.y (mgr.25441) 5894 : cluster [DBG] pgmap v3907: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cluster 2024-03-30T04:50:07.433283+0000 mgr.y (mgr.25441) 5895 : cluster [DBG] pgmap v3908: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.440308+0000 mon.a (mon.0) 2489 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:08.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cephadm 2024-03-30T04:50:07.444386+0000 mgr.y (mgr.25441) 5896 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cluster 2024-03-30T04:50:07.477563+0000 mon.a (mon.0) 2490 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:50:08.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.485694+0000 mon.c (mon.1) 6597 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.487320+0000 mon.c (mon.1) 6598 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.489298+0000 mon.c (mon.1) 6599 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.489994+0000 mon.c (mon.1) 6600 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cluster 2024-03-30T04:50:07.491332+0000 mgr.y (mgr.25441) 5897 : cluster [DBG] pgmap v3909: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cluster 2024-03-30T04:50:07.491569+0000 mgr.y (mgr.25441) 5898 : cluster [DBG] pgmap v3910: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.498907+0000 mon.a (mon.0) 2491 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:08.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cephadm 2024-03-30T04:50:07.500967+0000 mgr.y (mgr.25441) 5899 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.540840+0000 mon.c (mon.1) 6601 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.542490+0000 mon.c (mon.1) 6602 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.544211+0000 mon.c (mon.1) 6603 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.544811+0000 mon.c (mon.1) 6604 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cluster 2024-03-30T04:50:07.545974+0000 mgr.y (mgr.25441) 5900 : cluster [DBG] pgmap v3911: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cluster 2024-03-30T04:50:07.546184+0000 mgr.y (mgr.25441) 5901 : cluster [DBG] pgmap v3912: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.553951+0000 mon.a (mon.0) 2492 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:08.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cephadm 2024-03-30T04:50:07.555837+0000 mgr.y (mgr.25441) 5902 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.629271+0000 mon.c (mon.1) 6605 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.631516+0000 mon.c (mon.1) 6606 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.633557+0000 mon.c (mon.1) 6607 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.634264+0000 mon.c (mon.1) 6608 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cluster 2024-03-30T04:50:07.635747+0000 mgr.y (mgr.25441) 5903 : cluster [DBG] pgmap v3913: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cluster 2024-03-30T04:50:07.636097+0000 mgr.y (mgr.25441) 5904 : cluster [DBG] pgmap v3914: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.644121+0000 mon.a (mon.0) 2493 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:08.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cephadm 2024-03-30T04:50:07.647077+0000 mgr.y (mgr.25441) 5905 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.703907+0000 mon.c (mon.1) 6609 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.705646+0000 mon.c (mon.1) 6610 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.707846+0000 mon.c (mon.1) 6611 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.708669+0000 mon.c (mon.1) 6612 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cluster 2024-03-30T04:50:07.710275+0000 mgr.y (mgr.25441) 5906 : cluster [DBG] pgmap v3915: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cluster 2024-03-30T04:50:07.710783+0000 mgr.y (mgr.25441) 5907 : cluster [DBG] pgmap v3916: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.717985+0000 mon.a (mon.0) 2494 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:08.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cephadm 2024-03-30T04:50:07.720046+0000 mgr.y (mgr.25441) 5908 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.777796+0000 mon.c (mon.1) 6613 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.779419+0000 mon.c (mon.1) 6614 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.781183+0000 mon.c (mon.1) 6615 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.781843+0000 mon.c (mon.1) 6616 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cluster 2024-03-30T04:50:07.783101+0000 mgr.y (mgr.25441) 5909 : cluster [DBG] pgmap v3917: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cluster 2024-03-30T04:50:07.783346+0000 mgr.y (mgr.25441) 5910 : cluster [DBG] pgmap v3918: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.790817+0000 mon.a (mon.0) 2495 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:08.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: cephadm 2024-03-30T04:50:07.792655+0000 mgr.y (mgr.25441) 5911 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.833131+0000 mon.c (mon.1) 6617 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.835058+0000 mon.c (mon.1) 6618 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.837017+0000 mon.c (mon.1) 6619 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.837660+0000 mon.c (mon.1) 6620 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.846022+0000 mon.a (mon.0) 2496 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:08.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.906638+0000 mon.c (mon.1) 6621 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.908303+0000 mon.c (mon.1) 6622 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.910461+0000 mon.c (mon.1) 6623 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.911094+0000 mon.c (mon.1) 6624 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.919226+0000 mon.a (mon.0) 2497 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:08.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.977887+0000 mon.c (mon.1) 6625 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.979547+0000 mon.c (mon.1) 6626 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.981757+0000 mon.c (mon.1) 6627 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.982535+0000 mon.c (mon.1) 6628 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:07.990758+0000 mon.a (mon.0) 2498 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:08.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:08.051786+0000 mon.c (mon.1) 6629 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:08.053648+0000 mon.c (mon.1) 6630 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:08.055504+0000 mon.c (mon.1) 6631 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:08.056153+0000 mon.c (mon.1) 6632 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:08.062082+0000 mon.a (mon.0) 2499 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:08.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:08 smithi117 bash[62284]: audit 2024-03-30T04:50:08.137866+0000 mon.c (mon.1) 6633 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.413 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cluster 2024-03-30T04:50:06.831428+0000 mgr.y (mgr.25441) 5867 : cluster [DBG] pgmap v3889: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 22 op/s 2024-03-30T04:50:08.413 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cluster 2024-03-30T04:50:06.831668+0000 mgr.y (mgr.25441) 5868 : cluster [DBG] pgmap v3890: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 22 op/s 2024-03-30T04:50:08.413 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cephadm 2024-03-30T04:50:06.839659+0000 mgr.y (mgr.25441) 5869 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.414 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cluster 2024-03-30T04:50:06.901252+0000 mgr.y (mgr.25441) 5870 : cluster [DBG] pgmap v3891: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s 2024-03-30T04:50:08.414 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cluster 2024-03-30T04:50:06.901545+0000 mgr.y (mgr.25441) 5871 : cluster [DBG] pgmap v3892: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s 2024-03-30T04:50:08.414 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cephadm 2024-03-30T04:50:06.909684+0000 mgr.y (mgr.25441) 5872 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.414 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cluster 2024-03-30T04:50:06.971310+0000 mgr.y (mgr.25441) 5873 : cluster [DBG] pgmap v3893: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.414 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cluster 2024-03-30T04:50:06.971557+0000 mgr.y (mgr.25441) 5874 : cluster [DBG] pgmap v3894: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.414 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cephadm 2024-03-30T04:50:06.980438+0000 mgr.y (mgr.25441) 5875 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.414 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cluster 2024-03-30T04:50:07.031483+0000 mgr.y (mgr.25441) 5876 : cluster [DBG] pgmap v3895: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.414 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cluster 2024-03-30T04:50:07.031723+0000 mgr.y (mgr.25441) 5877 : cluster [DBG] pgmap v3896: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.414 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cephadm 2024-03-30T04:50:07.040675+0000 mgr.y (mgr.25441) 5878 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.414 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cluster 2024-03-30T04:50:07.091366+0000 mgr.y (mgr.25441) 5879 : cluster [DBG] pgmap v3897: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.414 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cluster 2024-03-30T04:50:07.091552+0000 mgr.y (mgr.25441) 5880 : cluster [DBG] pgmap v3898: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.414 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cephadm 2024-03-30T04:50:07.096838+0000 mgr.y (mgr.25441) 5881 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.414 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.136787+0000 mon.c (mon.1) 6577 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.414 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.138822+0000 mon.c (mon.1) 6578 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.415 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.149512+0000 mon.c (mon.1) 6579 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.415 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.150304+0000 mon.c (mon.1) 6580 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.415 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cluster 2024-03-30T04:50:07.151780+0000 mgr.y (mgr.25441) 5882 : cluster [DBG] pgmap v3899: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.415 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cluster 2024-03-30T04:50:07.152059+0000 mgr.y (mgr.25441) 5883 : cluster [DBG] pgmap v3900: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.415 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.158540+0000 mon.a (mon.0) 2485 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:08.415 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cephadm 2024-03-30T04:50:07.159273+0000 mgr.y (mgr.25441) 5884 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.415 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.220083+0000 mon.c (mon.1) 6581 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.415 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.222037+0000 mon.c (mon.1) 6582 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.415 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.223891+0000 mon.c (mon.1) 6583 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.415 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.224622+0000 mon.c (mon.1) 6584 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.415 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cluster 2024-03-30T04:50:07.225853+0000 mgr.y (mgr.25441) 5885 : cluster [DBG] pgmap v3901: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.415 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cluster 2024-03-30T04:50:07.226103+0000 mgr.y (mgr.25441) 5886 : cluster [DBG] pgmap v3902: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.415 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.232557+0000 mon.a (mon.0) 2486 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:08.415 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cephadm 2024-03-30T04:50:07.235625+0000 mgr.y (mgr.25441) 5887 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.415 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.280945+0000 mon.c (mon.1) 6585 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.416 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.282845+0000 mon.c (mon.1) 6586 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.416 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.285164+0000 mon.c (mon.1) 6587 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.416 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.285909+0000 mon.c (mon.1) 6588 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.416 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cluster 2024-03-30T04:50:07.287207+0000 mgr.y (mgr.25441) 5888 : cluster [DBG] pgmap v3903: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.416 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cluster 2024-03-30T04:50:07.287429+0000 mgr.y (mgr.25441) 5889 : cluster [DBG] pgmap v3904: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.416 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.295112+0000 mon.a (mon.0) 2487 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:08.416 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cephadm 2024-03-30T04:50:07.298876+0000 mgr.y (mgr.25441) 5890 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.416 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.355173+0000 mon.c (mon.1) 6589 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.416 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.357006+0000 mon.c (mon.1) 6590 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.416 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.358877+0000 mon.c (mon.1) 6591 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.416 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.359559+0000 mon.c (mon.1) 6592 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.416 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cluster 2024-03-30T04:50:07.360947+0000 mgr.y (mgr.25441) 5891 : cluster [DBG] pgmap v3905: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.416 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cluster 2024-03-30T04:50:07.361180+0000 mgr.y (mgr.25441) 5892 : cluster [DBG] pgmap v3906: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.416 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.368366+0000 mon.a (mon.0) 2488 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:08.416 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cephadm 2024-03-30T04:50:07.371394+0000 mgr.y (mgr.25441) 5893 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.417 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.427222+0000 mon.c (mon.1) 6593 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.417 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.428803+0000 mon.c (mon.1) 6594 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.417 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.430978+0000 mon.c (mon.1) 6595 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.417 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.431717+0000 mon.c (mon.1) 6596 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.417 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cluster 2024-03-30T04:50:07.433039+0000 mgr.y (mgr.25441) 5894 : cluster [DBG] pgmap v3907: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.417 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cluster 2024-03-30T04:50:07.433283+0000 mgr.y (mgr.25441) 5895 : cluster [DBG] pgmap v3908: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.417 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.440308+0000 mon.a (mon.0) 2489 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:08.417 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cephadm 2024-03-30T04:50:07.444386+0000 mgr.y (mgr.25441) 5896 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.417 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cluster 2024-03-30T04:50:07.477563+0000 mon.a (mon.0) 2490 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:50:08.417 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.485694+0000 mon.c (mon.1) 6597 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.417 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.487320+0000 mon.c (mon.1) 6598 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.417 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.489298+0000 mon.c (mon.1) 6599 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.417 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.489994+0000 mon.c (mon.1) 6600 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.417 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cluster 2024-03-30T04:50:07.491332+0000 mgr.y (mgr.25441) 5897 : cluster [DBG] pgmap v3909: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.418 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cluster 2024-03-30T04:50:07.491569+0000 mgr.y (mgr.25441) 5898 : cluster [DBG] pgmap v3910: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.418 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.498907+0000 mon.a (mon.0) 2491 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:08.418 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cephadm 2024-03-30T04:50:07.500967+0000 mgr.y (mgr.25441) 5899 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.418 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.540840+0000 mon.c (mon.1) 6601 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.418 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.542490+0000 mon.c (mon.1) 6602 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.418 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.544211+0000 mon.c (mon.1) 6603 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.418 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.544811+0000 mon.c (mon.1) 6604 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.418 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cluster 2024-03-30T04:50:07.545974+0000 mgr.y (mgr.25441) 5900 : cluster [DBG] pgmap v3911: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.418 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cluster 2024-03-30T04:50:07.546184+0000 mgr.y (mgr.25441) 5901 : cluster [DBG] pgmap v3912: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.418 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.553951+0000 mon.a (mon.0) 2492 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:08.418 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cephadm 2024-03-30T04:50:07.555837+0000 mgr.y (mgr.25441) 5902 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.418 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.629271+0000 mon.c (mon.1) 6605 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.418 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.631516+0000 mon.c (mon.1) 6606 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.418 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.633557+0000 mon.c (mon.1) 6607 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.418 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.634264+0000 mon.c (mon.1) 6608 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.419 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cluster 2024-03-30T04:50:07.635747+0000 mgr.y (mgr.25441) 5903 : cluster [DBG] pgmap v3913: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.419 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cluster 2024-03-30T04:50:07.636097+0000 mgr.y (mgr.25441) 5904 : cluster [DBG] pgmap v3914: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.419 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.644121+0000 mon.a (mon.0) 2493 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:08.419 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cluster 2024-03-30T04:50:06.831428+0000 mgr.y (mgr.25441) 5867 : cluster [DBG] pgmap v3889: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 22 op/s 2024-03-30T04:50:08.419 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cluster 2024-03-30T04:50:06.831668+0000 mgr.y (mgr.25441) 5868 : cluster [DBG] pgmap v3890: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 22 op/s 2024-03-30T04:50:08.419 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cephadm 2024-03-30T04:50:06.839659+0000 mgr.y (mgr.25441) 5869 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.419 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cluster 2024-03-30T04:50:06.901252+0000 mgr.y (mgr.25441) 5870 : cluster [DBG] pgmap v3891: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s 2024-03-30T04:50:08.419 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cluster 2024-03-30T04:50:06.901545+0000 mgr.y (mgr.25441) 5871 : cluster [DBG] pgmap v3892: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s 2024-03-30T04:50:08.419 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cephadm 2024-03-30T04:50:06.909684+0000 mgr.y (mgr.25441) 5872 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.419 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cluster 2024-03-30T04:50:06.971310+0000 mgr.y (mgr.25441) 5873 : cluster [DBG] pgmap v3893: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.420 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cluster 2024-03-30T04:50:06.971557+0000 mgr.y (mgr.25441) 5874 : cluster [DBG] pgmap v3894: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.420 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cephadm 2024-03-30T04:50:06.980438+0000 mgr.y (mgr.25441) 5875 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.420 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cluster 2024-03-30T04:50:07.031483+0000 mgr.y (mgr.25441) 5876 : cluster [DBG] pgmap v3895: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.420 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cluster 2024-03-30T04:50:07.031723+0000 mgr.y (mgr.25441) 5877 : cluster [DBG] pgmap v3896: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.420 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cephadm 2024-03-30T04:50:07.040675+0000 mgr.y (mgr.25441) 5878 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.420 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cluster 2024-03-30T04:50:07.091366+0000 mgr.y (mgr.25441) 5879 : cluster [DBG] pgmap v3897: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.420 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cluster 2024-03-30T04:50:07.091552+0000 mgr.y (mgr.25441) 5880 : cluster [DBG] pgmap v3898: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.420 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cephadm 2024-03-30T04:50:07.096838+0000 mgr.y (mgr.25441) 5881 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.420 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.136787+0000 mon.c (mon.1) 6577 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.420 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.138822+0000 mon.c (mon.1) 6578 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.420 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.149512+0000 mon.c (mon.1) 6579 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.420 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.150304+0000 mon.c (mon.1) 6580 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.420 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cluster 2024-03-30T04:50:07.151780+0000 mgr.y (mgr.25441) 5882 : cluster [DBG] pgmap v3899: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.420 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cluster 2024-03-30T04:50:07.152059+0000 mgr.y (mgr.25441) 5883 : cluster [DBG] pgmap v3900: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.421 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.158540+0000 mon.a (mon.0) 2485 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:08.421 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cephadm 2024-03-30T04:50:07.159273+0000 mgr.y (mgr.25441) 5884 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.421 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.220083+0000 mon.c (mon.1) 6581 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.421 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.222037+0000 mon.c (mon.1) 6582 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.421 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.223891+0000 mon.c (mon.1) 6583 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.421 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.224622+0000 mon.c (mon.1) 6584 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.421 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cluster 2024-03-30T04:50:07.225853+0000 mgr.y (mgr.25441) 5885 : cluster [DBG] pgmap v3901: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.421 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cluster 2024-03-30T04:50:07.226103+0000 mgr.y (mgr.25441) 5886 : cluster [DBG] pgmap v3902: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.421 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.232557+0000 mon.a (mon.0) 2486 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:08.421 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cephadm 2024-03-30T04:50:07.235625+0000 mgr.y (mgr.25441) 5887 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.421 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.280945+0000 mon.c (mon.1) 6585 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.421 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.282845+0000 mon.c (mon.1) 6586 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.421 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.285164+0000 mon.c (mon.1) 6587 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.421 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.285909+0000 mon.c (mon.1) 6588 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.422 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cluster 2024-03-30T04:50:07.287207+0000 mgr.y (mgr.25441) 5888 : cluster [DBG] pgmap v3903: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.422 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cluster 2024-03-30T04:50:07.287429+0000 mgr.y (mgr.25441) 5889 : cluster [DBG] pgmap v3904: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.422 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.295112+0000 mon.a (mon.0) 2487 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:08.422 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cephadm 2024-03-30T04:50:07.298876+0000 mgr.y (mgr.25441) 5890 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.422 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.355173+0000 mon.c (mon.1) 6589 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.422 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.357006+0000 mon.c (mon.1) 6590 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.422 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.358877+0000 mon.c (mon.1) 6591 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.422 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.359559+0000 mon.c (mon.1) 6592 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.422 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cluster 2024-03-30T04:50:07.360947+0000 mgr.y (mgr.25441) 5891 : cluster [DBG] pgmap v3905: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.422 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cluster 2024-03-30T04:50:07.361180+0000 mgr.y (mgr.25441) 5892 : cluster [DBG] pgmap v3906: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.422 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.368366+0000 mon.a (mon.0) 2488 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:08.422 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cephadm 2024-03-30T04:50:07.371394+0000 mgr.y (mgr.25441) 5893 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.422 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.427222+0000 mon.c (mon.1) 6593 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.422 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.428803+0000 mon.c (mon.1) 6594 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.422 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.430978+0000 mon.c (mon.1) 6595 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.423 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.431717+0000 mon.c (mon.1) 6596 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.423 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cluster 2024-03-30T04:50:07.433039+0000 mgr.y (mgr.25441) 5894 : cluster [DBG] pgmap v3907: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.423 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cluster 2024-03-30T04:50:07.433283+0000 mgr.y (mgr.25441) 5895 : cluster [DBG] pgmap v3908: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.423 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.440308+0000 mon.a (mon.0) 2489 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:08.423 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cephadm 2024-03-30T04:50:07.444386+0000 mgr.y (mgr.25441) 5896 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.423 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cluster 2024-03-30T04:50:07.477563+0000 mon.a (mon.0) 2490 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:50:08.423 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.485694+0000 mon.c (mon.1) 6597 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.423 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.487320+0000 mon.c (mon.1) 6598 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.423 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.489298+0000 mon.c (mon.1) 6599 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.423 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.489994+0000 mon.c (mon.1) 6600 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.423 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cluster 2024-03-30T04:50:07.491332+0000 mgr.y (mgr.25441) 5897 : cluster [DBG] pgmap v3909: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.423 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cluster 2024-03-30T04:50:07.491569+0000 mgr.y (mgr.25441) 5898 : cluster [DBG] pgmap v3910: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.423 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.498907+0000 mon.a (mon.0) 2491 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:08.423 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cephadm 2024-03-30T04:50:07.500967+0000 mgr.y (mgr.25441) 5899 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.424 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.540840+0000 mon.c (mon.1) 6601 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.424 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.542490+0000 mon.c (mon.1) 6602 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.424 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.544211+0000 mon.c (mon.1) 6603 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.424 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.544811+0000 mon.c (mon.1) 6604 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.424 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cluster 2024-03-30T04:50:07.545974+0000 mgr.y (mgr.25441) 5900 : cluster [DBG] pgmap v3911: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.424 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cluster 2024-03-30T04:50:07.546184+0000 mgr.y (mgr.25441) 5901 : cluster [DBG] pgmap v3912: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.424 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.553951+0000 mon.a (mon.0) 2492 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:08.424 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cephadm 2024-03-30T04:50:07.555837+0000 mgr.y (mgr.25441) 5902 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.424 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.629271+0000 mon.c (mon.1) 6605 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.424 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.631516+0000 mon.c (mon.1) 6606 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.424 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.633557+0000 mon.c (mon.1) 6607 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.424 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.634264+0000 mon.c (mon.1) 6608 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.424 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cluster 2024-03-30T04:50:07.635747+0000 mgr.y (mgr.25441) 5903 : cluster [DBG] pgmap v3913: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.424 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cluster 2024-03-30T04:50:07.636097+0000 mgr.y (mgr.25441) 5904 : cluster [DBG] pgmap v3914: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.424 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.644121+0000 mon.a (mon.0) 2493 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:08.425 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cephadm 2024-03-30T04:50:07.647077+0000 mgr.y (mgr.25441) 5905 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.425 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.703907+0000 mon.c (mon.1) 6609 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.425 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.705646+0000 mon.c (mon.1) 6610 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.425 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.707846+0000 mon.c (mon.1) 6611 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.425 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.708669+0000 mon.c (mon.1) 6612 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.425 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cluster 2024-03-30T04:50:07.710275+0000 mgr.y (mgr.25441) 5906 : cluster [DBG] pgmap v3915: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.425 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cluster 2024-03-30T04:50:07.710783+0000 mgr.y (mgr.25441) 5907 : cluster [DBG] pgmap v3916: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.425 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.717985+0000 mon.a (mon.0) 2494 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:08.425 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cephadm 2024-03-30T04:50:07.720046+0000 mgr.y (mgr.25441) 5908 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.425 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.777796+0000 mon.c (mon.1) 6613 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.425 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.779419+0000 mon.c (mon.1) 6614 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.425 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.781183+0000 mon.c (mon.1) 6615 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.425 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.781843+0000 mon.c (mon.1) 6616 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.425 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cluster 2024-03-30T04:50:07.783101+0000 mgr.y (mgr.25441) 5909 : cluster [DBG] pgmap v3917: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.425 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cluster 2024-03-30T04:50:07.783346+0000 mgr.y (mgr.25441) 5910 : cluster [DBG] pgmap v3918: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.426 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.790817+0000 mon.a (mon.0) 2495 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:08.426 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: cephadm 2024-03-30T04:50:07.792655+0000 mgr.y (mgr.25441) 5911 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.426 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.833131+0000 mon.c (mon.1) 6617 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.426 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.835058+0000 mon.c (mon.1) 6618 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.426 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.837017+0000 mon.c (mon.1) 6619 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.426 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.837660+0000 mon.c (mon.1) 6620 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.426 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.846022+0000 mon.a (mon.0) 2496 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:08.426 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.906638+0000 mon.c (mon.1) 6621 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.426 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.908303+0000 mon.c (mon.1) 6622 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.426 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.910461+0000 mon.c (mon.1) 6623 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.426 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.911094+0000 mon.c (mon.1) 6624 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.426 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.919226+0000 mon.a (mon.0) 2497 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:08.426 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.977887+0000 mon.c (mon.1) 6625 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.426 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.979547+0000 mon.c (mon.1) 6626 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.426 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.981757+0000 mon.c (mon.1) 6627 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.427 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.982535+0000 mon.c (mon.1) 6628 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.427 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:07.990758+0000 mon.a (mon.0) 2498 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:08.427 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:08.051786+0000 mon.c (mon.1) 6629 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.427 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:08.053648+0000 mon.c (mon.1) 6630 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.427 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:08.055504+0000 mon.c (mon.1) 6631 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.427 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:08.056153+0000 mon.c (mon.1) 6632 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.427 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:08.062082+0000 mon.a (mon.0) 2499 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:08.427 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[73591]: audit 2024-03-30T04:50:08.137866+0000 mon.c (mon.1) 6633 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.427 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cephadm 2024-03-30T04:50:07.647077+0000 mgr.y (mgr.25441) 5905 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.427 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.703907+0000 mon.c (mon.1) 6609 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.428 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.705646+0000 mon.c (mon.1) 6610 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.428 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.707846+0000 mon.c (mon.1) 6611 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.428 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.708669+0000 mon.c (mon.1) 6612 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.428 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cluster 2024-03-30T04:50:07.710275+0000 mgr.y (mgr.25441) 5906 : cluster [DBG] pgmap v3915: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.428 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cluster 2024-03-30T04:50:07.710783+0000 mgr.y (mgr.25441) 5907 : cluster [DBG] pgmap v3916: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.428 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.717985+0000 mon.a (mon.0) 2494 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:08.428 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cephadm 2024-03-30T04:50:07.720046+0000 mgr.y (mgr.25441) 5908 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.428 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.777796+0000 mon.c (mon.1) 6613 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.428 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.779419+0000 mon.c (mon.1) 6614 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.428 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.781183+0000 mon.c (mon.1) 6615 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.428 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.781843+0000 mon.c (mon.1) 6616 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.428 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cluster 2024-03-30T04:50:07.783101+0000 mgr.y (mgr.25441) 5909 : cluster [DBG] pgmap v3917: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.428 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cluster 2024-03-30T04:50:07.783346+0000 mgr.y (mgr.25441) 5910 : cluster [DBG] pgmap v3918: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.428 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.790817+0000 mon.a (mon.0) 2495 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:08.429 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: cephadm 2024-03-30T04:50:07.792655+0000 mgr.y (mgr.25441) 5911 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.429 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.833131+0000 mon.c (mon.1) 6617 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.429 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.835058+0000 mon.c (mon.1) 6618 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.429 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.837017+0000 mon.c (mon.1) 6619 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.429 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.837660+0000 mon.c (mon.1) 6620 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.429 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.846022+0000 mon.a (mon.0) 2496 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:08.429 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.906638+0000 mon.c (mon.1) 6621 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.429 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.908303+0000 mon.c (mon.1) 6622 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.429 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.910461+0000 mon.c (mon.1) 6623 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.429 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.911094+0000 mon.c (mon.1) 6624 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.429 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.919226+0000 mon.a (mon.0) 2497 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:08.429 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.977887+0000 mon.c (mon.1) 6625 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.429 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.979547+0000 mon.c (mon.1) 6626 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.429 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.981757+0000 mon.c (mon.1) 6627 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.430 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.982535+0000 mon.c (mon.1) 6628 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.430 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:07.990758+0000 mon.a (mon.0) 2498 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:08.430 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:08.051786+0000 mon.c (mon.1) 6629 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.430 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:08.053648+0000 mon.c (mon.1) 6630 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.430 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:08.055504+0000 mon.c (mon.1) 6631 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.430 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:08.056153+0000 mon.c (mon.1) 6632 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.430 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:08.062082+0000 mon.a (mon.0) 2499 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:08.430 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:08 smithi111 bash[70954]: audit 2024-03-30T04:50:08.137866+0000 mon.c (mon.1) 6633 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.305 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cluster 2024-03-30T04:50:07.838842+0000 mgr.y (mgr.25441) 5912 : cluster [DBG] pgmap v3919: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.306 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cluster 2024-03-30T04:50:07.839039+0000 mgr.y (mgr.25441) 5913 : cluster [DBG] pgmap v3920: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.306 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cephadm 2024-03-30T04:50:07.866825+0000 mgr.y (mgr.25441) 5914 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.306 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cluster 2024-03-30T04:50:07.912316+0000 mgr.y (mgr.25441) 5915 : cluster [DBG] pgmap v3921: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.306 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cluster 2024-03-30T04:50:07.912496+0000 mgr.y (mgr.25441) 5916 : cluster [DBG] pgmap v3922: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.306 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cephadm 2024-03-30T04:50:07.921689+0000 mgr.y (mgr.25441) 5917 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.306 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cluster 2024-03-30T04:50:07.983873+0000 mgr.y (mgr.25441) 5918 : cluster [DBG] pgmap v3923: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.306 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cluster 2024-03-30T04:50:07.984096+0000 mgr.y (mgr.25441) 5919 : cluster [DBG] pgmap v3924: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.306 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cephadm 2024-03-30T04:50:07.994680+0000 mgr.y (mgr.25441) 5920 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.306 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cluster 2024-03-30T04:50:08.057387+0000 mgr.y (mgr.25441) 5921 : cluster [DBG] pgmap v3925: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.306 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cluster 2024-03-30T04:50:08.057610+0000 mgr.y (mgr.25441) 5922 : cluster [DBG] pgmap v3926: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.306 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cephadm 2024-03-30T04:50:08.064274+0000 mgr.y (mgr.25441) 5923 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.307 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.139684+0000 mon.c (mon.1) 6634 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.307 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.153049+0000 mon.c (mon.1) 6635 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.307 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.153905+0000 mon.c (mon.1) 6636 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.307 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cluster 2024-03-30T04:50:08.155473+0000 mgr.y (mgr.25441) 5924 : cluster [DBG] pgmap v3927: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.307 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.160079+0000 mon.a (mon.0) 2500 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.307 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cephadm 2024-03-30T04:50:08.160676+0000 mgr.y (mgr.25441) 5925 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.307 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.217235+0000 mon.c (mon.1) 6637 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.307 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.218961+0000 mon.c (mon.1) 6638 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.307 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cluster 2024-03-30T04:50:07.838842+0000 mgr.y (mgr.25441) 5912 : cluster [DBG] pgmap v3919: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.308 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cluster 2024-03-30T04:50:07.839039+0000 mgr.y (mgr.25441) 5913 : cluster [DBG] pgmap v3920: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.308 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cephadm 2024-03-30T04:50:07.866825+0000 mgr.y (mgr.25441) 5914 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.308 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cluster 2024-03-30T04:50:07.912316+0000 mgr.y (mgr.25441) 5915 : cluster [DBG] pgmap v3921: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.308 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cluster 2024-03-30T04:50:07.912496+0000 mgr.y (mgr.25441) 5916 : cluster [DBG] pgmap v3922: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.308 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cephadm 2024-03-30T04:50:07.921689+0000 mgr.y (mgr.25441) 5917 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.308 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cluster 2024-03-30T04:50:07.983873+0000 mgr.y (mgr.25441) 5918 : cluster [DBG] pgmap v3923: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.308 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cluster 2024-03-30T04:50:07.984096+0000 mgr.y (mgr.25441) 5919 : cluster [DBG] pgmap v3924: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.308 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cephadm 2024-03-30T04:50:07.994680+0000 mgr.y (mgr.25441) 5920 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.308 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cluster 2024-03-30T04:50:08.057387+0000 mgr.y (mgr.25441) 5921 : cluster [DBG] pgmap v3925: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.308 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cluster 2024-03-30T04:50:08.057610+0000 mgr.y (mgr.25441) 5922 : cluster [DBG] pgmap v3926: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.308 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cephadm 2024-03-30T04:50:08.064274+0000 mgr.y (mgr.25441) 5923 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.308 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.139684+0000 mon.c (mon.1) 6634 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.308 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.153049+0000 mon.c (mon.1) 6635 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.308 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.153905+0000 mon.c (mon.1) 6636 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.308 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cluster 2024-03-30T04:50:08.155473+0000 mgr.y (mgr.25441) 5924 : cluster [DBG] pgmap v3927: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.308 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.160079+0000 mon.a (mon.0) 2500 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.309 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cephadm 2024-03-30T04:50:08.160676+0000 mgr.y (mgr.25441) 5925 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.309 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.217235+0000 mon.c (mon.1) 6637 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.309 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.218961+0000 mon.c (mon.1) 6638 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.309 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.220743+0000 mon.c (mon.1) 6639 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.309 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.221397+0000 mon.c (mon.1) 6640 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.309 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cluster 2024-03-30T04:50:08.222641+0000 mgr.y (mgr.25441) 5926 : cluster [DBG] pgmap v3928: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.309 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cluster 2024-03-30T04:50:08.222873+0000 mgr.y (mgr.25441) 5927 : cluster [DBG] pgmap v3929: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.309 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.227437+0000 mon.a (mon.0) 2501 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.309 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cephadm 2024-03-30T04:50:08.228016+0000 mgr.y (mgr.25441) 5928 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.309 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.285287+0000 mon.c (mon.1) 6641 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.309 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.286932+0000 mon.c (mon.1) 6642 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.309 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.288772+0000 mon.c (mon.1) 6643 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.310 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.289427+0000 mon.c (mon.1) 6644 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.310 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cluster 2024-03-30T04:50:08.290661+0000 mgr.y (mgr.25441) 5929 : cluster [DBG] pgmap v3930: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.310 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cluster 2024-03-30T04:50:08.290895+0000 mgr.y (mgr.25441) 5930 : cluster [DBG] pgmap v3931: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.310 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.296295+0000 mon.a (mon.0) 2502 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.310 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cephadm 2024-03-30T04:50:08.297989+0000 mgr.y (mgr.25441) 5931 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.310 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.354792+0000 mon.c (mon.1) 6645 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.310 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.356880+0000 mon.c (mon.1) 6646 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.310 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.359436+0000 mon.c (mon.1) 6647 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.310 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.360460+0000 mon.c (mon.1) 6648 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.310 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cluster 2024-03-30T04:50:08.361967+0000 mgr.y (mgr.25441) 5932 : cluster [DBG] pgmap v3932: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.310 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cluster 2024-03-30T04:50:08.362219+0000 mgr.y (mgr.25441) 5933 : cluster [DBG] pgmap v3933: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.310 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.368365+0000 mon.a (mon.0) 2503 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.310 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cephadm 2024-03-30T04:50:08.369001+0000 mgr.y (mgr.25441) 5934 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.310 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.428030+0000 mon.c (mon.1) 6649 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.311 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.429693+0000 mon.c (mon.1) 6650 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.311 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.431706+0000 mon.c (mon.1) 6651 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.311 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.432427+0000 mon.c (mon.1) 6652 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.311 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cluster 2024-03-30T04:50:08.433658+0000 mgr.y (mgr.25441) 5935 : cluster [DBG] pgmap v3934: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.311 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cluster 2024-03-30T04:50:08.433894+0000 mgr.y (mgr.25441) 5936 : cluster [DBG] pgmap v3935: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.311 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.439405+0000 mon.a (mon.0) 2504 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.311 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cephadm 2024-03-30T04:50:08.440933+0000 mgr.y (mgr.25441) 5937 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.311 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.481235+0000 mon.c (mon.1) 6653 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.311 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.486399+0000 mon.c (mon.1) 6654 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.311 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.488235+0000 mon.c (mon.1) 6655 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.311 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.488902+0000 mon.c (mon.1) 6656 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.311 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cluster 2024-03-30T04:50:08.490089+0000 mgr.y (mgr.25441) 5938 : cluster [DBG] pgmap v3936: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.311 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cluster 2024-03-30T04:50:08.490326+0000 mgr.y (mgr.25441) 5939 : cluster [DBG] pgmap v3937: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.311 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.494762+0000 mon.a (mon.0) 2505 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.311 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cephadm 2024-03-30T04:50:08.495322+0000 mgr.y (mgr.25441) 5940 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.311 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.535539+0000 mon.c (mon.1) 6657 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.311 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.537122+0000 mon.c (mon.1) 6658 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.312 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.539299+0000 mon.c (mon.1) 6659 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.312 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.540049+0000 mon.c (mon.1) 6660 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.312 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cluster 2024-03-30T04:50:08.541341+0000 mgr.y (mgr.25441) 5941 : cluster [DBG] pgmap v3938: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.312 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cluster 2024-03-30T04:50:08.541566+0000 mgr.y (mgr.25441) 5942 : cluster [DBG] pgmap v3939: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.312 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.546996+0000 mon.a (mon.0) 2506 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.312 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cephadm 2024-03-30T04:50:08.547574+0000 mgr.y (mgr.25441) 5943 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.312 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.604747+0000 mon.c (mon.1) 6661 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.312 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.606410+0000 mon.c (mon.1) 6662 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.312 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.608809+0000 mon.c (mon.1) 6663 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.312 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.609498+0000 mon.c (mon.1) 6664 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.312 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cluster 2024-03-30T04:50:08.610780+0000 mgr.y (mgr.25441) 5944 : cluster [DBG] pgmap v3940: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.312 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cluster 2024-03-30T04:50:08.611042+0000 mgr.y (mgr.25441) 5945 : cluster [DBG] pgmap v3941: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.312 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.615502+0000 mon.a (mon.0) 2507 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.312 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cephadm 2024-03-30T04:50:08.617208+0000 mgr.y (mgr.25441) 5946 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.313 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.679892+0000 mon.c (mon.1) 6665 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.313 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.682353+0000 mon.c (mon.1) 6666 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.313 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.684768+0000 mon.c (mon.1) 6667 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.313 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.685639+0000 mon.c (mon.1) 6668 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.313 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cluster 2024-03-30T04:50:08.687214+0000 mgr.y (mgr.25441) 5947 : cluster [DBG] pgmap v3942: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.313 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cluster 2024-03-30T04:50:08.687449+0000 mgr.y (mgr.25441) 5948 : cluster [DBG] pgmap v3943: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.313 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.693748+0000 mon.a (mon.0) 2508 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.313 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cephadm 2024-03-30T04:50:08.694500+0000 mgr.y (mgr.25441) 5949 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.313 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.735403+0000 mon.c (mon.1) 6669 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.313 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.737117+0000 mon.c (mon.1) 6670 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.313 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.739052+0000 mon.c (mon.1) 6671 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.313 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.740226+0000 mon.c (mon.1) 6672 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.313 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cluster 2024-03-30T04:50:08.741448+0000 mgr.y (mgr.25441) 5950 : cluster [DBG] pgmap v3944: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.313 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cluster 2024-03-30T04:50:08.741679+0000 mgr.y (mgr.25441) 5951 : cluster [DBG] pgmap v3945: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.314 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.747072+0000 mon.a (mon.0) 2509 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.314 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cephadm 2024-03-30T04:50:08.748665+0000 mgr.y (mgr.25441) 5952 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.314 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.805167+0000 mon.c (mon.1) 6673 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.314 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.807045+0000 mon.c (mon.1) 6674 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.314 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.808994+0000 mon.c (mon.1) 6675 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.314 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.809704+0000 mon.c (mon.1) 6676 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.314 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cluster 2024-03-30T04:50:08.810975+0000 mgr.y (mgr.25441) 5953 : cluster [DBG] pgmap v3946: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.314 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cluster 2024-03-30T04:50:08.811193+0000 mgr.y (mgr.25441) 5954 : cluster [DBG] pgmap v3947: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.314 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.815903+0000 mon.a (mon.0) 2510 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.314 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: cephadm 2024-03-30T04:50:08.817539+0000 mgr.y (mgr.25441) 5955 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.314 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.858706+0000 mon.c (mon.1) 6677 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.314 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.860614+0000 mon.c (mon.1) 6678 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.314 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.862735+0000 mon.c (mon.1) 6679 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.314 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.863478+0000 mon.c (mon.1) 6680 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.315 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.869555+0000 mon.a (mon.0) 2511 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.315 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.911698+0000 mon.c (mon.1) 6681 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.315 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.913601+0000 mon.c (mon.1) 6682 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.315 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.915352+0000 mon.c (mon.1) 6683 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.315 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.916008+0000 mon.c (mon.1) 6684 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.315 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.922934+0000 mon.a (mon.0) 2512 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.315 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.964733+0000 mon.c (mon.1) 6685 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.315 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.966870+0000 mon.c (mon.1) 6686 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.315 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.968697+0000 mon.c (mon.1) 6687 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.315 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.969342+0000 mon.c (mon.1) 6688 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.315 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:08.977332+0000 mon.a (mon.0) 2513 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.315 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:09.023857+0000 mon.c (mon.1) 6689 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.315 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:09.026169+0000 mon.c (mon.1) 6690 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.315 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:09.028889+0000 mon.c (mon.1) 6691 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.315 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:09.029716+0000 mon.c (mon.1) 6692 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.316 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:09.039374+0000 mon.a (mon.0) 2514 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.316 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:09.113858+0000 mon.c (mon.1) 6693 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.316 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:09.115984+0000 mon.c (mon.1) 6694 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.316 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:09.118464+0000 mon.c (mon.1) 6695 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.316 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:09.119465+0000 mon.c (mon.1) 6696 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.316 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[70954]: audit 2024-03-30T04:50:09.129118+0000 mon.a (mon.0) 2515 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.317 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.220743+0000 mon.c (mon.1) 6639 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.317 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.221397+0000 mon.c (mon.1) 6640 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.317 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cluster 2024-03-30T04:50:08.222641+0000 mgr.y (mgr.25441) 5926 : cluster [DBG] pgmap v3928: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.317 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cluster 2024-03-30T04:50:08.222873+0000 mgr.y (mgr.25441) 5927 : cluster [DBG] pgmap v3929: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.317 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.227437+0000 mon.a (mon.0) 2501 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.317 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cephadm 2024-03-30T04:50:08.228016+0000 mgr.y (mgr.25441) 5928 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.317 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.285287+0000 mon.c (mon.1) 6641 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.317 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.286932+0000 mon.c (mon.1) 6642 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.317 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.288772+0000 mon.c (mon.1) 6643 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.317 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.289427+0000 mon.c (mon.1) 6644 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.317 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cluster 2024-03-30T04:50:08.290661+0000 mgr.y (mgr.25441) 5929 : cluster [DBG] pgmap v3930: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.317 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cluster 2024-03-30T04:50:08.290895+0000 mgr.y (mgr.25441) 5930 : cluster [DBG] pgmap v3931: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.318 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.296295+0000 mon.a (mon.0) 2502 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.318 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cephadm 2024-03-30T04:50:08.297989+0000 mgr.y (mgr.25441) 5931 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.318 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.354792+0000 mon.c (mon.1) 6645 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.318 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.356880+0000 mon.c (mon.1) 6646 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.318 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.359436+0000 mon.c (mon.1) 6647 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.318 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.360460+0000 mon.c (mon.1) 6648 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.318 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cluster 2024-03-30T04:50:08.361967+0000 mgr.y (mgr.25441) 5932 : cluster [DBG] pgmap v3932: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.318 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cluster 2024-03-30T04:50:08.362219+0000 mgr.y (mgr.25441) 5933 : cluster [DBG] pgmap v3933: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.318 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.368365+0000 mon.a (mon.0) 2503 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.318 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cephadm 2024-03-30T04:50:08.369001+0000 mgr.y (mgr.25441) 5934 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.318 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.428030+0000 mon.c (mon.1) 6649 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.318 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.429693+0000 mon.c (mon.1) 6650 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.318 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.431706+0000 mon.c (mon.1) 6651 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.318 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.432427+0000 mon.c (mon.1) 6652 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.319 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cluster 2024-03-30T04:50:08.433658+0000 mgr.y (mgr.25441) 5935 : cluster [DBG] pgmap v3934: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.319 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cluster 2024-03-30T04:50:08.433894+0000 mgr.y (mgr.25441) 5936 : cluster [DBG] pgmap v3935: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.319 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.439405+0000 mon.a (mon.0) 2504 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.319 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cephadm 2024-03-30T04:50:08.440933+0000 mgr.y (mgr.25441) 5937 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.319 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.481235+0000 mon.c (mon.1) 6653 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.319 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.486399+0000 mon.c (mon.1) 6654 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.319 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.488235+0000 mon.c (mon.1) 6655 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.319 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.488902+0000 mon.c (mon.1) 6656 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.319 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cluster 2024-03-30T04:50:08.490089+0000 mgr.y (mgr.25441) 5938 : cluster [DBG] pgmap v3936: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.319 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cluster 2024-03-30T04:50:08.490326+0000 mgr.y (mgr.25441) 5939 : cluster [DBG] pgmap v3937: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.319 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.494762+0000 mon.a (mon.0) 2505 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.319 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cephadm 2024-03-30T04:50:08.495322+0000 mgr.y (mgr.25441) 5940 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.319 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.535539+0000 mon.c (mon.1) 6657 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.319 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.537122+0000 mon.c (mon.1) 6658 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.319 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.539299+0000 mon.c (mon.1) 6659 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.319 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.540049+0000 mon.c (mon.1) 6660 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.320 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cluster 2024-03-30T04:50:08.541341+0000 mgr.y (mgr.25441) 5941 : cluster [DBG] pgmap v3938: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.320 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cluster 2024-03-30T04:50:08.541566+0000 mgr.y (mgr.25441) 5942 : cluster [DBG] pgmap v3939: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.320 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.546996+0000 mon.a (mon.0) 2506 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.320 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cephadm 2024-03-30T04:50:08.547574+0000 mgr.y (mgr.25441) 5943 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.320 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.604747+0000 mon.c (mon.1) 6661 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.320 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.606410+0000 mon.c (mon.1) 6662 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.320 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.608809+0000 mon.c (mon.1) 6663 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.320 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.609498+0000 mon.c (mon.1) 6664 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.320 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cluster 2024-03-30T04:50:08.610780+0000 mgr.y (mgr.25441) 5944 : cluster [DBG] pgmap v3940: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.320 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cluster 2024-03-30T04:50:08.611042+0000 mgr.y (mgr.25441) 5945 : cluster [DBG] pgmap v3941: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.320 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.615502+0000 mon.a (mon.0) 2507 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.320 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cephadm 2024-03-30T04:50:08.617208+0000 mgr.y (mgr.25441) 5946 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.320 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.679892+0000 mon.c (mon.1) 6665 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.320 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.682353+0000 mon.c (mon.1) 6666 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.320 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.684768+0000 mon.c (mon.1) 6667 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.320 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.685639+0000 mon.c (mon.1) 6668 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.321 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cluster 2024-03-30T04:50:08.687214+0000 mgr.y (mgr.25441) 5947 : cluster [DBG] pgmap v3942: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.321 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cluster 2024-03-30T04:50:08.687449+0000 mgr.y (mgr.25441) 5948 : cluster [DBG] pgmap v3943: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.321 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.693748+0000 mon.a (mon.0) 2508 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.321 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cephadm 2024-03-30T04:50:08.694500+0000 mgr.y (mgr.25441) 5949 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.321 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.735403+0000 mon.c (mon.1) 6669 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.321 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.737117+0000 mon.c (mon.1) 6670 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.321 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.739052+0000 mon.c (mon.1) 6671 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.321 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.740226+0000 mon.c (mon.1) 6672 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.321 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cluster 2024-03-30T04:50:08.741448+0000 mgr.y (mgr.25441) 5950 : cluster [DBG] pgmap v3944: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.321 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cluster 2024-03-30T04:50:08.741679+0000 mgr.y (mgr.25441) 5951 : cluster [DBG] pgmap v3945: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.321 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.747072+0000 mon.a (mon.0) 2509 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.321 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cephadm 2024-03-30T04:50:08.748665+0000 mgr.y (mgr.25441) 5952 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.321 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.805167+0000 mon.c (mon.1) 6673 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.321 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.807045+0000 mon.c (mon.1) 6674 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.321 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.808994+0000 mon.c (mon.1) 6675 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.321 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.809704+0000 mon.c (mon.1) 6676 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.321 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cluster 2024-03-30T04:50:08.810975+0000 mgr.y (mgr.25441) 5953 : cluster [DBG] pgmap v3946: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.322 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cluster 2024-03-30T04:50:08.811193+0000 mgr.y (mgr.25441) 5954 : cluster [DBG] pgmap v3947: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.322 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.815903+0000 mon.a (mon.0) 2510 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.322 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: cephadm 2024-03-30T04:50:08.817539+0000 mgr.y (mgr.25441) 5955 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.322 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.858706+0000 mon.c (mon.1) 6677 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.322 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.860614+0000 mon.c (mon.1) 6678 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.322 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.862735+0000 mon.c (mon.1) 6679 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.322 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.863478+0000 mon.c (mon.1) 6680 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.322 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.869555+0000 mon.a (mon.0) 2511 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.322 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.911698+0000 mon.c (mon.1) 6681 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.322 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.913601+0000 mon.c (mon.1) 6682 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.322 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.915352+0000 mon.c (mon.1) 6683 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.322 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.916008+0000 mon.c (mon.1) 6684 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.322 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.922934+0000 mon.a (mon.0) 2512 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.322 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.964733+0000 mon.c (mon.1) 6685 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.322 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.966870+0000 mon.c (mon.1) 6686 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.323 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.968697+0000 mon.c (mon.1) 6687 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.323 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.969342+0000 mon.c (mon.1) 6688 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.323 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:08.977332+0000 mon.a (mon.0) 2513 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.323 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:09.023857+0000 mon.c (mon.1) 6689 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.323 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:09.026169+0000 mon.c (mon.1) 6690 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.323 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:09.028889+0000 mon.c (mon.1) 6691 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.323 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:09.029716+0000 mon.c (mon.1) 6692 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.323 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:09.039374+0000 mon.a (mon.0) 2514 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.323 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:09.113858+0000 mon.c (mon.1) 6693 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.323 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:09.115984+0000 mon.c (mon.1) 6694 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.323 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:09.118464+0000 mon.c (mon.1) 6695 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.323 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:09.119465+0000 mon.c (mon.1) 6696 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.323 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:09 smithi111 bash[73591]: audit 2024-03-30T04:50:09.129118+0000 mon.a (mon.0) 2515 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cluster 2024-03-30T04:50:07.838842+0000 mgr.y (mgr.25441) 5912 : cluster [DBG] pgmap v3919: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cluster 2024-03-30T04:50:07.839039+0000 mgr.y (mgr.25441) 5913 : cluster [DBG] pgmap v3920: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cephadm 2024-03-30T04:50:07.866825+0000 mgr.y (mgr.25441) 5914 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cluster 2024-03-30T04:50:07.912316+0000 mgr.y (mgr.25441) 5915 : cluster [DBG] pgmap v3921: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cluster 2024-03-30T04:50:07.912496+0000 mgr.y (mgr.25441) 5916 : cluster [DBG] pgmap v3922: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cephadm 2024-03-30T04:50:07.921689+0000 mgr.y (mgr.25441) 5917 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cluster 2024-03-30T04:50:07.983873+0000 mgr.y (mgr.25441) 5918 : cluster [DBG] pgmap v3923: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cluster 2024-03-30T04:50:07.984096+0000 mgr.y (mgr.25441) 5919 : cluster [DBG] pgmap v3924: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cephadm 2024-03-30T04:50:07.994680+0000 mgr.y (mgr.25441) 5920 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cluster 2024-03-30T04:50:08.057387+0000 mgr.y (mgr.25441) 5921 : cluster [DBG] pgmap v3925: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cluster 2024-03-30T04:50:08.057610+0000 mgr.y (mgr.25441) 5922 : cluster [DBG] pgmap v3926: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cephadm 2024-03-30T04:50:08.064274+0000 mgr.y (mgr.25441) 5923 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.139684+0000 mon.c (mon.1) 6634 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.153049+0000 mon.c (mon.1) 6635 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.153905+0000 mon.c (mon.1) 6636 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cluster 2024-03-30T04:50:08.155473+0000 mgr.y (mgr.25441) 5924 : cluster [DBG] pgmap v3927: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.160079+0000 mon.a (mon.0) 2500 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cephadm 2024-03-30T04:50:08.160676+0000 mgr.y (mgr.25441) 5925 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.217235+0000 mon.c (mon.1) 6637 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.218961+0000 mon.c (mon.1) 6638 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.220743+0000 mon.c (mon.1) 6639 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.221397+0000 mon.c (mon.1) 6640 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cluster 2024-03-30T04:50:08.222641+0000 mgr.y (mgr.25441) 5926 : cluster [DBG] pgmap v3928: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cluster 2024-03-30T04:50:08.222873+0000 mgr.y (mgr.25441) 5927 : cluster [DBG] pgmap v3929: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.227437+0000 mon.a (mon.0) 2501 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cephadm 2024-03-30T04:50:08.228016+0000 mgr.y (mgr.25441) 5928 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.285287+0000 mon.c (mon.1) 6641 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.286932+0000 mon.c (mon.1) 6642 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.288772+0000 mon.c (mon.1) 6643 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.289427+0000 mon.c (mon.1) 6644 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cluster 2024-03-30T04:50:08.290661+0000 mgr.y (mgr.25441) 5929 : cluster [DBG] pgmap v3930: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cluster 2024-03-30T04:50:08.290895+0000 mgr.y (mgr.25441) 5930 : cluster [DBG] pgmap v3931: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.296295+0000 mon.a (mon.0) 2502 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cephadm 2024-03-30T04:50:08.297989+0000 mgr.y (mgr.25441) 5931 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.354792+0000 mon.c (mon.1) 6645 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.356880+0000 mon.c (mon.1) 6646 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.359436+0000 mon.c (mon.1) 6647 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.360460+0000 mon.c (mon.1) 6648 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cluster 2024-03-30T04:50:08.361967+0000 mgr.y (mgr.25441) 5932 : cluster [DBG] pgmap v3932: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cluster 2024-03-30T04:50:08.362219+0000 mgr.y (mgr.25441) 5933 : cluster [DBG] pgmap v3933: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.368365+0000 mon.a (mon.0) 2503 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cephadm 2024-03-30T04:50:08.369001+0000 mgr.y (mgr.25441) 5934 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.428030+0000 mon.c (mon.1) 6649 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.429693+0000 mon.c (mon.1) 6650 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.431706+0000 mon.c (mon.1) 6651 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.432427+0000 mon.c (mon.1) 6652 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cluster 2024-03-30T04:50:08.433658+0000 mgr.y (mgr.25441) 5935 : cluster [DBG] pgmap v3934: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cluster 2024-03-30T04:50:08.433894+0000 mgr.y (mgr.25441) 5936 : cluster [DBG] pgmap v3935: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.439405+0000 mon.a (mon.0) 2504 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cephadm 2024-03-30T04:50:08.440933+0000 mgr.y (mgr.25441) 5937 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.481235+0000 mon.c (mon.1) 6653 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.486399+0000 mon.c (mon.1) 6654 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.488235+0000 mon.c (mon.1) 6655 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.488902+0000 mon.c (mon.1) 6656 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cluster 2024-03-30T04:50:08.490089+0000 mgr.y (mgr.25441) 5938 : cluster [DBG] pgmap v3936: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cluster 2024-03-30T04:50:08.490326+0000 mgr.y (mgr.25441) 5939 : cluster [DBG] pgmap v3937: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.494762+0000 mon.a (mon.0) 2505 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cephadm 2024-03-30T04:50:08.495322+0000 mgr.y (mgr.25441) 5940 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.535539+0000 mon.c (mon.1) 6657 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.537122+0000 mon.c (mon.1) 6658 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.539299+0000 mon.c (mon.1) 6659 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.540049+0000 mon.c (mon.1) 6660 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cluster 2024-03-30T04:50:08.541341+0000 mgr.y (mgr.25441) 5941 : cluster [DBG] pgmap v3938: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cluster 2024-03-30T04:50:08.541566+0000 mgr.y (mgr.25441) 5942 : cluster [DBG] pgmap v3939: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.546996+0000 mon.a (mon.0) 2506 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cephadm 2024-03-30T04:50:08.547574+0000 mgr.y (mgr.25441) 5943 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.604747+0000 mon.c (mon.1) 6661 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.606410+0000 mon.c (mon.1) 6662 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.608809+0000 mon.c (mon.1) 6663 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.609498+0000 mon.c (mon.1) 6664 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cluster 2024-03-30T04:50:08.610780+0000 mgr.y (mgr.25441) 5944 : cluster [DBG] pgmap v3940: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cluster 2024-03-30T04:50:08.611042+0000 mgr.y (mgr.25441) 5945 : cluster [DBG] pgmap v3941: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.615502+0000 mon.a (mon.0) 2507 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cephadm 2024-03-30T04:50:08.617208+0000 mgr.y (mgr.25441) 5946 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.679892+0000 mon.c (mon.1) 6665 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.682353+0000 mon.c (mon.1) 6666 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.684768+0000 mon.c (mon.1) 6667 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.685639+0000 mon.c (mon.1) 6668 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cluster 2024-03-30T04:50:08.687214+0000 mgr.y (mgr.25441) 5947 : cluster [DBG] pgmap v3942: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cluster 2024-03-30T04:50:08.687449+0000 mgr.y (mgr.25441) 5948 : cluster [DBG] pgmap v3943: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.693748+0000 mon.a (mon.0) 2508 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cephadm 2024-03-30T04:50:08.694500+0000 mgr.y (mgr.25441) 5949 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.735403+0000 mon.c (mon.1) 6669 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.737117+0000 mon.c (mon.1) 6670 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.739052+0000 mon.c (mon.1) 6671 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.740226+0000 mon.c (mon.1) 6672 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cluster 2024-03-30T04:50:08.741448+0000 mgr.y (mgr.25441) 5950 : cluster [DBG] pgmap v3944: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cluster 2024-03-30T04:50:08.741679+0000 mgr.y (mgr.25441) 5951 : cluster [DBG] pgmap v3945: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.747072+0000 mon.a (mon.0) 2509 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cephadm 2024-03-30T04:50:08.748665+0000 mgr.y (mgr.25441) 5952 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.805167+0000 mon.c (mon.1) 6673 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.807045+0000 mon.c (mon.1) 6674 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.808994+0000 mon.c (mon.1) 6675 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.809704+0000 mon.c (mon.1) 6676 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cluster 2024-03-30T04:50:08.810975+0000 mgr.y (mgr.25441) 5953 : cluster [DBG] pgmap v3946: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cluster 2024-03-30T04:50:08.811193+0000 mgr.y (mgr.25441) 5954 : cluster [DBG] pgmap v3947: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.815903+0000 mon.a (mon.0) 2510 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: cephadm 2024-03-30T04:50:08.817539+0000 mgr.y (mgr.25441) 5955 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.858706+0000 mon.c (mon.1) 6677 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.860614+0000 mon.c (mon.1) 6678 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.862735+0000 mon.c (mon.1) 6679 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.863478+0000 mon.c (mon.1) 6680 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.869555+0000 mon.a (mon.0) 2511 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.911698+0000 mon.c (mon.1) 6681 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.913601+0000 mon.c (mon.1) 6682 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.915352+0000 mon.c (mon.1) 6683 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.916008+0000 mon.c (mon.1) 6684 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.922934+0000 mon.a (mon.0) 2512 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.964733+0000 mon.c (mon.1) 6685 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.966870+0000 mon.c (mon.1) 6686 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.968697+0000 mon.c (mon.1) 6687 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.969342+0000 mon.c (mon.1) 6688 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:08.977332+0000 mon.a (mon.0) 2513 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:09.023857+0000 mon.c (mon.1) 6689 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:09.026169+0000 mon.c (mon.1) 6690 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:09.028889+0000 mon.c (mon.1) 6691 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:09.029716+0000 mon.c (mon.1) 6692 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:09.039374+0000 mon.a (mon.0) 2514 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:09.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:09.113858+0000 mon.c (mon.1) 6693 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:09.115984+0000 mon.c (mon.1) 6694 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:09.118464+0000 mon.c (mon.1) 6695 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:09.119465+0000 mon.c (mon.1) 6696 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:09 smithi117 bash[62284]: audit 2024-03-30T04:50:09.129118+0000 mon.a (mon.0) 2515 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cluster 2024-03-30T04:50:08.864840+0000 mgr.y (mgr.25441) 5956 : cluster [DBG] pgmap v3948: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cluster 2024-03-30T04:50:08.865024+0000 mgr.y (mgr.25441) 5957 : cluster [DBG] pgmap v3949: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cephadm 2024-03-30T04:50:08.871194+0000 mgr.y (mgr.25441) 5958 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cluster 2024-03-30T04:50:08.917246+0000 mgr.y (mgr.25441) 5959 : cluster [DBG] pgmap v3950: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.396 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cluster 2024-03-30T04:50:08.917483+0000 mgr.y (mgr.25441) 5960 : cluster [DBG] pgmap v3951: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cephadm 2024-03-30T04:50:08.924566+0000 mgr.y (mgr.25441) 5961 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cluster 2024-03-30T04:50:08.970553+0000 mgr.y (mgr.25441) 5962 : cluster [DBG] pgmap v3952: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cluster 2024-03-30T04:50:08.970790+0000 mgr.y (mgr.25441) 5963 : cluster [DBG] pgmap v3953: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cephadm 2024-03-30T04:50:08.979044+0000 mgr.y (mgr.25441) 5964 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cluster 2024-03-30T04:50:09.031392+0000 mgr.y (mgr.25441) 5965 : cluster [DBG] pgmap v3954: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cluster 2024-03-30T04:50:09.031891+0000 mgr.y (mgr.25441) 5966 : cluster [DBG] pgmap v3955: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.038698+0000 mgr.y (mgr.25441) 5967 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:10.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cephadm 2024-03-30T04:50:09.040759+0000 mgr.y (mgr.25441) 5968 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cluster 2024-03-30T04:50:09.121382+0000 mgr.y (mgr.25441) 5969 : cluster [DBG] pgmap v3956: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cluster 2024-03-30T04:50:09.122057+0000 mgr.y (mgr.25441) 5970 : cluster [DBG] pgmap v3957: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cephadm 2024-03-30T04:50:09.129754+0000 mgr.y (mgr.25441) 5971 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.202505+0000 mon.c (mon.1) 6697 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.204301+0000 mon.c (mon.1) 6698 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.397 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.206215+0000 mon.c (mon.1) 6699 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.206911+0000 mon.c (mon.1) 6700 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cluster 2024-03-30T04:50:09.208141+0000 mgr.y (mgr.25441) 5972 : cluster [DBG] pgmap v3958: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cluster 2024-03-30T04:50:09.208394+0000 mgr.y (mgr.25441) 5973 : cluster [DBG] pgmap v3959: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.215707+0000 mon.a (mon.0) 2516 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cephadm 2024-03-30T04:50:09.216371+0000 mgr.y (mgr.25441) 5974 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.273169+0000 mon.c (mon.1) 6701 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.274813+0000 mon.c (mon.1) 6702 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.276696+0000 mon.c (mon.1) 6703 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.277456+0000 mon.c (mon.1) 6704 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cluster 2024-03-30T04:50:09.278814+0000 mgr.y (mgr.25441) 5975 : cluster [DBG] pgmap v3960: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cluster 2024-03-30T04:50:09.279054+0000 mgr.y (mgr.25441) 5976 : cluster [DBG] pgmap v3961: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.286268+0000 mon.a (mon.0) 2517 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cephadm 2024-03-30T04:50:09.286999+0000 mgr.y (mgr.25441) 5977 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.332940+0000 mon.c (mon.1) 6705 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.398 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.334856+0000 mon.c (mon.1) 6706 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.336854+0000 mon.c (mon.1) 6707 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.337566+0000 mon.c (mon.1) 6708 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cluster 2024-03-30T04:50:09.338872+0000 mgr.y (mgr.25441) 5978 : cluster [DBG] pgmap v3962: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cluster 2024-03-30T04:50:09.339087+0000 mgr.y (mgr.25441) 5979 : cluster [DBG] pgmap v3963: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.345562+0000 mon.a (mon.0) 2518 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cephadm 2024-03-30T04:50:09.346300+0000 mgr.y (mgr.25441) 5980 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.403043+0000 mon.c (mon.1) 6709 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.404654+0000 mon.c (mon.1) 6710 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.406390+0000 mon.c (mon.1) 6711 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.406981+0000 mon.c (mon.1) 6712 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cluster 2024-03-30T04:50:09.408143+0000 mgr.y (mgr.25441) 5981 : cluster [DBG] pgmap v3964: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cluster 2024-03-30T04:50:09.408344+0000 mgr.y (mgr.25441) 5982 : cluster [DBG] pgmap v3965: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.414535+0000 mon.a (mon.0) 2519 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cephadm 2024-03-30T04:50:09.415239+0000 mgr.y (mgr.25441) 5983 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.399 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.471589+0000 mon.c (mon.1) 6713 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.400 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.473325+0000 mon.c (mon.1) 6714 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.400 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.475744+0000 mon.c (mon.1) 6715 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.400 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.476580+0000 mon.c (mon.1) 6716 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.400 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cluster 2024-03-30T04:50:09.478195+0000 mgr.y (mgr.25441) 5984 : cluster [DBG] pgmap v3966: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.400 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cluster 2024-03-30T04:50:09.478434+0000 mgr.y (mgr.25441) 5985 : cluster [DBG] pgmap v3967: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.400 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.485522+0000 mon.a (mon.0) 2520 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.400 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cephadm 2024-03-30T04:50:09.487144+0000 mgr.y (mgr.25441) 5986 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.400 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.527468+0000 mon.c (mon.1) 6717 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.400 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.529251+0000 mon.c (mon.1) 6718 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.400 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.531329+0000 mon.c (mon.1) 6719 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.400 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.532116+0000 mon.c (mon.1) 6720 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.400 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cluster 2024-03-30T04:50:09.533414+0000 mgr.y (mgr.25441) 5987 : cluster [DBG] pgmap v3968: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.400 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cluster 2024-03-30T04:50:09.533638+0000 mgr.y (mgr.25441) 5988 : cluster [DBG] pgmap v3969: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.400 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.540103+0000 mon.a (mon.0) 2521 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.400 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cephadm 2024-03-30T04:50:09.541270+0000 mgr.y (mgr.25441) 5989 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.401 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.581071+0000 mon.c (mon.1) 6721 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.401 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.582683+0000 mon.c (mon.1) 6722 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.401 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.584385+0000 mon.c (mon.1) 6723 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.401 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.585097+0000 mon.c (mon.1) 6724 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.401 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cluster 2024-03-30T04:50:09.586439+0000 mgr.y (mgr.25441) 5990 : cluster [DBG] pgmap v3970: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.401 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cluster 2024-03-30T04:50:09.586673+0000 mgr.y (mgr.25441) 5991 : cluster [DBG] pgmap v3971: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.401 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.593687+0000 mon.a (mon.0) 2522 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.401 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cephadm 2024-03-30T04:50:09.595269+0000 mgr.y (mgr.25441) 5992 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.401 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.635486+0000 mon.c (mon.1) 6725 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.401 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.637024+0000 mon.c (mon.1) 6726 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.401 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.639205+0000 mon.c (mon.1) 6727 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.401 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.639893+0000 mon.c (mon.1) 6728 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.401 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cluster 2024-03-30T04:50:09.641093+0000 mgr.y (mgr.25441) 5993 : cluster [DBG] pgmap v3972: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.401 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cluster 2024-03-30T04:50:09.641318+0000 mgr.y (mgr.25441) 5994 : cluster [DBG] pgmap v3973: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.401 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.647692+0000 mon.a (mon.0) 2523 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.401 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cephadm 2024-03-30T04:50:09.649345+0000 mgr.y (mgr.25441) 5995 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.402 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.689963+0000 mon.c (mon.1) 6729 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.402 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.691609+0000 mon.c (mon.1) 6730 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.402 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.693403+0000 mon.c (mon.1) 6731 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.402 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.694038+0000 mon.c (mon.1) 6732 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.402 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cluster 2024-03-30T04:50:09.695272+0000 mgr.y (mgr.25441) 5996 : cluster [DBG] pgmap v3974: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.403 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cluster 2024-03-30T04:50:09.695499+0000 mgr.y (mgr.25441) 5997 : cluster [DBG] pgmap v3975: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.403 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.702851+0000 mon.a (mon.0) 2524 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.403 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cephadm 2024-03-30T04:50:09.703539+0000 mgr.y (mgr.25441) 5998 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.403 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.745450+0000 mon.c (mon.1) 6733 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.403 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.747393+0000 mon.c (mon.1) 6734 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.403 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.749560+0000 mon.c (mon.1) 6735 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.403 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.750230+0000 mon.c (mon.1) 6736 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.403 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cluster 2024-03-30T04:50:09.754202+0000 mgr.y (mgr.25441) 5999 : cluster [DBG] pgmap v3976: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.403 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cluster 2024-03-30T04:50:09.754464+0000 mgr.y (mgr.25441) 6000 : cluster [DBG] pgmap v3977: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.403 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.759947+0000 mon.a (mon.0) 2525 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.403 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cephadm 2024-03-30T04:50:09.762561+0000 mgr.y (mgr.25441) 6001 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.403 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.803419+0000 mon.c (mon.1) 6737 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.403 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.805045+0000 mon.c (mon.1) 6738 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.403 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.806891+0000 mon.c (mon.1) 6739 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.404 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.807588+0000 mon.c (mon.1) 6740 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.404 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cluster 2024-03-30T04:50:09.808810+0000 mgr.y (mgr.25441) 6002 : cluster [DBG] pgmap v3978: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.404 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cluster 2024-03-30T04:50:09.809063+0000 mgr.y (mgr.25441) 6003 : cluster [DBG] pgmap v3979: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.404 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.813401+0000 mon.a (mon.0) 2526 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.404 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: cephadm 2024-03-30T04:50:09.814008+0000 mgr.y (mgr.25441) 6004 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.404 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.855222+0000 mon.c (mon.1) 6741 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.404 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.856956+0000 mon.c (mon.1) 6742 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.404 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.859103+0000 mon.c (mon.1) 6743 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.404 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.859849+0000 mon.c (mon.1) 6744 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.404 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.866801+0000 mon.a (mon.0) 2527 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.404 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.908719+0000 mon.c (mon.1) 6745 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.405 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.910410+0000 mon.c (mon.1) 6746 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.405 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.912283+0000 mon.c (mon.1) 6747 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.405 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.912995+0000 mon.c (mon.1) 6748 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.405 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.920640+0000 mon.a (mon.0) 2528 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.405 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.962948+0000 mon.c (mon.1) 6749 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.405 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.965201+0000 mon.c (mon.1) 6750 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.405 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.967631+0000 mon.c (mon.1) 6751 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.405 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.968444+0000 mon.c (mon.1) 6752 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.405 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:09.975619+0000 mon.a (mon.0) 2529 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.405 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:10.022217+0000 mon.c (mon.1) 6753 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.405 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:10.024566+0000 mon.c (mon.1) 6754 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.405 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:10.026960+0000 mon.c (mon.1) 6755 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.405 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:10.027777+0000 mon.c (mon.1) 6756 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.405 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:10.034656+0000 mon.a (mon.0) 2530 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.406 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:10.077507+0000 mon.c (mon.1) 6757 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.406 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:10.079570+0000 mon.c (mon.1) 6758 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.406 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:10.081611+0000 mon.c (mon.1) 6759 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.406 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:10.082444+0000 mon.c (mon.1) 6760 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.406 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:10.089734+0000 mon.a (mon.0) 2531 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.406 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:10.133812+0000 mon.c (mon.1) 6761 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.406 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:10.135850+0000 mon.c (mon.1) 6762 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.406 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:10.137779+0000 mon.c (mon.1) 6763 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.406 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:10.138536+0000 mon.c (mon.1) 6764 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.406 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:10 smithi117 bash[62284]: audit 2024-03-30T04:50:10.144796+0000 mon.a (mon.0) 2532 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.496 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cluster 2024-03-30T04:50:08.864840+0000 mgr.y (mgr.25441) 5956 : cluster [DBG] pgmap v3948: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.496 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cluster 2024-03-30T04:50:08.865024+0000 mgr.y (mgr.25441) 5957 : cluster [DBG] pgmap v3949: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.496 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cephadm 2024-03-30T04:50:08.871194+0000 mgr.y (mgr.25441) 5958 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.496 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cluster 2024-03-30T04:50:08.917246+0000 mgr.y (mgr.25441) 5959 : cluster [DBG] pgmap v3950: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.496 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cluster 2024-03-30T04:50:08.917483+0000 mgr.y (mgr.25441) 5960 : cluster [DBG] pgmap v3951: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.496 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cephadm 2024-03-30T04:50:08.924566+0000 mgr.y (mgr.25441) 5961 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.496 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cluster 2024-03-30T04:50:08.970553+0000 mgr.y (mgr.25441) 5962 : cluster [DBG] pgmap v3952: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.496 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cluster 2024-03-30T04:50:08.970790+0000 mgr.y (mgr.25441) 5963 : cluster [DBG] pgmap v3953: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.496 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cephadm 2024-03-30T04:50:08.979044+0000 mgr.y (mgr.25441) 5964 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.496 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cluster 2024-03-30T04:50:09.031392+0000 mgr.y (mgr.25441) 5965 : cluster [DBG] pgmap v3954: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.497 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cluster 2024-03-30T04:50:09.031891+0000 mgr.y (mgr.25441) 5966 : cluster [DBG] pgmap v3955: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.497 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.038698+0000 mgr.y (mgr.25441) 5967 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:10.497 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cephadm 2024-03-30T04:50:09.040759+0000 mgr.y (mgr.25441) 5968 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.497 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cluster 2024-03-30T04:50:09.121382+0000 mgr.y (mgr.25441) 5969 : cluster [DBG] pgmap v3956: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.497 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cluster 2024-03-30T04:50:09.122057+0000 mgr.y (mgr.25441) 5970 : cluster [DBG] pgmap v3957: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.497 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cephadm 2024-03-30T04:50:09.129754+0000 mgr.y (mgr.25441) 5971 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.497 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.202505+0000 mon.c (mon.1) 6697 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.497 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.204301+0000 mon.c (mon.1) 6698 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.497 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.206215+0000 mon.c (mon.1) 6699 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.497 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.206911+0000 mon.c (mon.1) 6700 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.497 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cluster 2024-03-30T04:50:09.208141+0000 mgr.y (mgr.25441) 5972 : cluster [DBG] pgmap v3958: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.497 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cluster 2024-03-30T04:50:09.208394+0000 mgr.y (mgr.25441) 5973 : cluster [DBG] pgmap v3959: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.497 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.215707+0000 mon.a (mon.0) 2516 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.497 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cephadm 2024-03-30T04:50:09.216371+0000 mgr.y (mgr.25441) 5974 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.497 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.273169+0000 mon.c (mon.1) 6701 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.498 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.274813+0000 mon.c (mon.1) 6702 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.498 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.276696+0000 mon.c (mon.1) 6703 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.498 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.277456+0000 mon.c (mon.1) 6704 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.498 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cluster 2024-03-30T04:50:09.278814+0000 mgr.y (mgr.25441) 5975 : cluster [DBG] pgmap v3960: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.498 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cluster 2024-03-30T04:50:09.279054+0000 mgr.y (mgr.25441) 5976 : cluster [DBG] pgmap v3961: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.498 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.286268+0000 mon.a (mon.0) 2517 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.498 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cephadm 2024-03-30T04:50:09.286999+0000 mgr.y (mgr.25441) 5977 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.498 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.332940+0000 mon.c (mon.1) 6705 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.498 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.334856+0000 mon.c (mon.1) 6706 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.498 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.336854+0000 mon.c (mon.1) 6707 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.498 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.337566+0000 mon.c (mon.1) 6708 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.498 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cluster 2024-03-30T04:50:09.338872+0000 mgr.y (mgr.25441) 5978 : cluster [DBG] pgmap v3962: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.498 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cluster 2024-03-30T04:50:09.339087+0000 mgr.y (mgr.25441) 5979 : cluster [DBG] pgmap v3963: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.498 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.345562+0000 mon.a (mon.0) 2518 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.499 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cephadm 2024-03-30T04:50:09.346300+0000 mgr.y (mgr.25441) 5980 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.499 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.403043+0000 mon.c (mon.1) 6709 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.499 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.404654+0000 mon.c (mon.1) 6710 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.499 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.406390+0000 mon.c (mon.1) 6711 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.499 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.406981+0000 mon.c (mon.1) 6712 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.499 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cluster 2024-03-30T04:50:09.408143+0000 mgr.y (mgr.25441) 5981 : cluster [DBG] pgmap v3964: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.499 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cluster 2024-03-30T04:50:09.408344+0000 mgr.y (mgr.25441) 5982 : cluster [DBG] pgmap v3965: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.499 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.414535+0000 mon.a (mon.0) 2519 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.499 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cephadm 2024-03-30T04:50:09.415239+0000 mgr.y (mgr.25441) 5983 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.499 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.471589+0000 mon.c (mon.1) 6713 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.499 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.473325+0000 mon.c (mon.1) 6714 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.499 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.475744+0000 mon.c (mon.1) 6715 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.499 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.476580+0000 mon.c (mon.1) 6716 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.499 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cluster 2024-03-30T04:50:09.478195+0000 mgr.y (mgr.25441) 5984 : cluster [DBG] pgmap v3966: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.500 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cluster 2024-03-30T04:50:09.478434+0000 mgr.y (mgr.25441) 5985 : cluster [DBG] pgmap v3967: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.500 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.485522+0000 mon.a (mon.0) 2520 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.500 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cephadm 2024-03-30T04:50:09.487144+0000 mgr.y (mgr.25441) 5986 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.500 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.527468+0000 mon.c (mon.1) 6717 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.500 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.529251+0000 mon.c (mon.1) 6718 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.500 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.531329+0000 mon.c (mon.1) 6719 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.500 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.532116+0000 mon.c (mon.1) 6720 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.500 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cluster 2024-03-30T04:50:09.533414+0000 mgr.y (mgr.25441) 5987 : cluster [DBG] pgmap v3968: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.500 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cluster 2024-03-30T04:50:09.533638+0000 mgr.y (mgr.25441) 5988 : cluster [DBG] pgmap v3969: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.500 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.540103+0000 mon.a (mon.0) 2521 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.500 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cephadm 2024-03-30T04:50:09.541270+0000 mgr.y (mgr.25441) 5989 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.500 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.581071+0000 mon.c (mon.1) 6721 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.500 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.582683+0000 mon.c (mon.1) 6722 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.500 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.584385+0000 mon.c (mon.1) 6723 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.500 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.585097+0000 mon.c (mon.1) 6724 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cluster 2024-03-30T04:50:09.586439+0000 mgr.y (mgr.25441) 5990 : cluster [DBG] pgmap v3970: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cluster 2024-03-30T04:50:09.586673+0000 mgr.y (mgr.25441) 5991 : cluster [DBG] pgmap v3971: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.593687+0000 mon.a (mon.0) 2522 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cephadm 2024-03-30T04:50:09.595269+0000 mgr.y (mgr.25441) 5992 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.635486+0000 mon.c (mon.1) 6725 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.637024+0000 mon.c (mon.1) 6726 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.639205+0000 mon.c (mon.1) 6727 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.639893+0000 mon.c (mon.1) 6728 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cluster 2024-03-30T04:50:09.641093+0000 mgr.y (mgr.25441) 5993 : cluster [DBG] pgmap v3972: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cluster 2024-03-30T04:50:09.641318+0000 mgr.y (mgr.25441) 5994 : cluster [DBG] pgmap v3973: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.647692+0000 mon.a (mon.0) 2523 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cephadm 2024-03-30T04:50:09.649345+0000 mgr.y (mgr.25441) 5995 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.689963+0000 mon.c (mon.1) 6729 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.691609+0000 mon.c (mon.1) 6730 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.501 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.693403+0000 mon.c (mon.1) 6731 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.694038+0000 mon.c (mon.1) 6732 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cluster 2024-03-30T04:50:09.695272+0000 mgr.y (mgr.25441) 5996 : cluster [DBG] pgmap v3974: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cluster 2024-03-30T04:50:09.695499+0000 mgr.y (mgr.25441) 5997 : cluster [DBG] pgmap v3975: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.702851+0000 mon.a (mon.0) 2524 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cephadm 2024-03-30T04:50:09.703539+0000 mgr.y (mgr.25441) 5998 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.745450+0000 mon.c (mon.1) 6733 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.747393+0000 mon.c (mon.1) 6734 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.749560+0000 mon.c (mon.1) 6735 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.750230+0000 mon.c (mon.1) 6736 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cluster 2024-03-30T04:50:09.754202+0000 mgr.y (mgr.25441) 5999 : cluster [DBG] pgmap v3976: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cluster 2024-03-30T04:50:09.754464+0000 mgr.y (mgr.25441) 6000 : cluster [DBG] pgmap v3977: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.759947+0000 mon.a (mon.0) 2525 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cephadm 2024-03-30T04:50:09.762561+0000 mgr.y (mgr.25441) 6001 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.803419+0000 mon.c (mon.1) 6737 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.502 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.805045+0000 mon.c (mon.1) 6738 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.503 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.806891+0000 mon.c (mon.1) 6739 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.503 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.807588+0000 mon.c (mon.1) 6740 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.503 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cluster 2024-03-30T04:50:09.808810+0000 mgr.y (mgr.25441) 6002 : cluster [DBG] pgmap v3978: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.503 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cluster 2024-03-30T04:50:09.809063+0000 mgr.y (mgr.25441) 6003 : cluster [DBG] pgmap v3979: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.503 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.813401+0000 mon.a (mon.0) 2526 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.503 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: cephadm 2024-03-30T04:50:09.814008+0000 mgr.y (mgr.25441) 6004 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.503 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.855222+0000 mon.c (mon.1) 6741 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.503 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.856956+0000 mon.c (mon.1) 6742 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.503 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.859103+0000 mon.c (mon.1) 6743 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.503 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.859849+0000 mon.c (mon.1) 6744 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.503 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.866801+0000 mon.a (mon.0) 2527 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.503 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.908719+0000 mon.c (mon.1) 6745 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.503 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.910410+0000 mon.c (mon.1) 6746 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.503 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.912283+0000 mon.c (mon.1) 6747 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.504 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.912995+0000 mon.c (mon.1) 6748 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.504 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.920640+0000 mon.a (mon.0) 2528 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.504 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.962948+0000 mon.c (mon.1) 6749 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.504 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.965201+0000 mon.c (mon.1) 6750 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.504 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.967631+0000 mon.c (mon.1) 6751 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.504 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.968444+0000 mon.c (mon.1) 6752 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.504 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:09.975619+0000 mon.a (mon.0) 2529 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.504 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:10.022217+0000 mon.c (mon.1) 6753 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.504 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:10.024566+0000 mon.c (mon.1) 6754 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.504 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:10.026960+0000 mon.c (mon.1) 6755 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.504 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:10.027777+0000 mon.c (mon.1) 6756 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.504 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:10.034656+0000 mon.a (mon.0) 2530 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.504 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:10.077507+0000 mon.c (mon.1) 6757 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.504 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:10.079570+0000 mon.c (mon.1) 6758 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.505 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:10.081611+0000 mon.c (mon.1) 6759 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.505 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:10.082444+0000 mon.c (mon.1) 6760 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.505 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:10.089734+0000 mon.a (mon.0) 2531 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.505 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:10.133812+0000 mon.c (mon.1) 6761 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.505 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:10.135850+0000 mon.c (mon.1) 6762 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.505 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:10.137779+0000 mon.c (mon.1) 6763 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.505 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:10.138536+0000 mon.c (mon.1) 6764 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.505 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[70954]: audit 2024-03-30T04:50:10.144796+0000 mon.a (mon.0) 2532 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.505 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cluster 2024-03-30T04:50:08.864840+0000 mgr.y (mgr.25441) 5956 : cluster [DBG] pgmap v3948: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.505 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cluster 2024-03-30T04:50:08.865024+0000 mgr.y (mgr.25441) 5957 : cluster [DBG] pgmap v3949: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.505 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cephadm 2024-03-30T04:50:08.871194+0000 mgr.y (mgr.25441) 5958 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.505 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cluster 2024-03-30T04:50:08.917246+0000 mgr.y (mgr.25441) 5959 : cluster [DBG] pgmap v3950: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.505 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cluster 2024-03-30T04:50:08.917483+0000 mgr.y (mgr.25441) 5960 : cluster [DBG] pgmap v3951: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.506 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cephadm 2024-03-30T04:50:08.924566+0000 mgr.y (mgr.25441) 5961 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.506 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cluster 2024-03-30T04:50:08.970553+0000 mgr.y (mgr.25441) 5962 : cluster [DBG] pgmap v3952: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.506 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cluster 2024-03-30T04:50:08.970790+0000 mgr.y (mgr.25441) 5963 : cluster [DBG] pgmap v3953: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.506 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cephadm 2024-03-30T04:50:08.979044+0000 mgr.y (mgr.25441) 5964 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.506 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cluster 2024-03-30T04:50:09.031392+0000 mgr.y (mgr.25441) 5965 : cluster [DBG] pgmap v3954: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.506 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cluster 2024-03-30T04:50:09.031891+0000 mgr.y (mgr.25441) 5966 : cluster [DBG] pgmap v3955: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.506 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.038698+0000 mgr.y (mgr.25441) 5967 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:10.506 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cephadm 2024-03-30T04:50:09.040759+0000 mgr.y (mgr.25441) 5968 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.506 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cluster 2024-03-30T04:50:09.121382+0000 mgr.y (mgr.25441) 5969 : cluster [DBG] pgmap v3956: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.506 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cluster 2024-03-30T04:50:09.122057+0000 mgr.y (mgr.25441) 5970 : cluster [DBG] pgmap v3957: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.506 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cephadm 2024-03-30T04:50:09.129754+0000 mgr.y (mgr.25441) 5971 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.506 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.202505+0000 mon.c (mon.1) 6697 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.506 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.204301+0000 mon.c (mon.1) 6698 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.206215+0000 mon.c (mon.1) 6699 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.206911+0000 mon.c (mon.1) 6700 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cluster 2024-03-30T04:50:09.208141+0000 mgr.y (mgr.25441) 5972 : cluster [DBG] pgmap v3958: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cluster 2024-03-30T04:50:09.208394+0000 mgr.y (mgr.25441) 5973 : cluster [DBG] pgmap v3959: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.215707+0000 mon.a (mon.0) 2516 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cephadm 2024-03-30T04:50:09.216371+0000 mgr.y (mgr.25441) 5974 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.273169+0000 mon.c (mon.1) 6701 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.274813+0000 mon.c (mon.1) 6702 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.276696+0000 mon.c (mon.1) 6703 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.277456+0000 mon.c (mon.1) 6704 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cluster 2024-03-30T04:50:09.278814+0000 mgr.y (mgr.25441) 5975 : cluster [DBG] pgmap v3960: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cluster 2024-03-30T04:50:09.279054+0000 mgr.y (mgr.25441) 5976 : cluster [DBG] pgmap v3961: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.286268+0000 mon.a (mon.0) 2517 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.507 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cephadm 2024-03-30T04:50:09.286999+0000 mgr.y (mgr.25441) 5977 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.508 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.332940+0000 mon.c (mon.1) 6705 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.508 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.334856+0000 mon.c (mon.1) 6706 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.508 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.336854+0000 mon.c (mon.1) 6707 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.508 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.337566+0000 mon.c (mon.1) 6708 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.508 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cluster 2024-03-30T04:50:09.338872+0000 mgr.y (mgr.25441) 5978 : cluster [DBG] pgmap v3962: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.508 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cluster 2024-03-30T04:50:09.339087+0000 mgr.y (mgr.25441) 5979 : cluster [DBG] pgmap v3963: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.508 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.345562+0000 mon.a (mon.0) 2518 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.508 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cephadm 2024-03-30T04:50:09.346300+0000 mgr.y (mgr.25441) 5980 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.508 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.403043+0000 mon.c (mon.1) 6709 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.508 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.404654+0000 mon.c (mon.1) 6710 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.508 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.406390+0000 mon.c (mon.1) 6711 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.508 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.406981+0000 mon.c (mon.1) 6712 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.508 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cluster 2024-03-30T04:50:09.408143+0000 mgr.y (mgr.25441) 5981 : cluster [DBG] pgmap v3964: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.508 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cluster 2024-03-30T04:50:09.408344+0000 mgr.y (mgr.25441) 5982 : cluster [DBG] pgmap v3965: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.508 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.414535+0000 mon.a (mon.0) 2519 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.509 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cephadm 2024-03-30T04:50:09.415239+0000 mgr.y (mgr.25441) 5983 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.509 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.471589+0000 mon.c (mon.1) 6713 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.509 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.473325+0000 mon.c (mon.1) 6714 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.509 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.475744+0000 mon.c (mon.1) 6715 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.509 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.476580+0000 mon.c (mon.1) 6716 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.509 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cluster 2024-03-30T04:50:09.478195+0000 mgr.y (mgr.25441) 5984 : cluster [DBG] pgmap v3966: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.509 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cluster 2024-03-30T04:50:09.478434+0000 mgr.y (mgr.25441) 5985 : cluster [DBG] pgmap v3967: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.509 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.485522+0000 mon.a (mon.0) 2520 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.509 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cephadm 2024-03-30T04:50:09.487144+0000 mgr.y (mgr.25441) 5986 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.509 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.527468+0000 mon.c (mon.1) 6717 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.509 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.529251+0000 mon.c (mon.1) 6718 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.509 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.531329+0000 mon.c (mon.1) 6719 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.509 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.532116+0000 mon.c (mon.1) 6720 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.509 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cluster 2024-03-30T04:50:09.533414+0000 mgr.y (mgr.25441) 5987 : cluster [DBG] pgmap v3968: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.510 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cluster 2024-03-30T04:50:09.533638+0000 mgr.y (mgr.25441) 5988 : cluster [DBG] pgmap v3969: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.510 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.540103+0000 mon.a (mon.0) 2521 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.510 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cephadm 2024-03-30T04:50:09.541270+0000 mgr.y (mgr.25441) 5989 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.510 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.581071+0000 mon.c (mon.1) 6721 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.510 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.582683+0000 mon.c (mon.1) 6722 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.510 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.584385+0000 mon.c (mon.1) 6723 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.510 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.585097+0000 mon.c (mon.1) 6724 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.510 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cluster 2024-03-30T04:50:09.586439+0000 mgr.y (mgr.25441) 5990 : cluster [DBG] pgmap v3970: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.510 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cluster 2024-03-30T04:50:09.586673+0000 mgr.y (mgr.25441) 5991 : cluster [DBG] pgmap v3971: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.510 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.593687+0000 mon.a (mon.0) 2522 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.510 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cephadm 2024-03-30T04:50:09.595269+0000 mgr.y (mgr.25441) 5992 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.510 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.635486+0000 mon.c (mon.1) 6725 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.510 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.637024+0000 mon.c (mon.1) 6726 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.510 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.639205+0000 mon.c (mon.1) 6727 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.511 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.639893+0000 mon.c (mon.1) 6728 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.511 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cluster 2024-03-30T04:50:09.641093+0000 mgr.y (mgr.25441) 5993 : cluster [DBG] pgmap v3972: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.511 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cluster 2024-03-30T04:50:09.641318+0000 mgr.y (mgr.25441) 5994 : cluster [DBG] pgmap v3973: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.511 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.647692+0000 mon.a (mon.0) 2523 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.511 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cephadm 2024-03-30T04:50:09.649345+0000 mgr.y (mgr.25441) 5995 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.511 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.689963+0000 mon.c (mon.1) 6729 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.511 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.691609+0000 mon.c (mon.1) 6730 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.511 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.693403+0000 mon.c (mon.1) 6731 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.511 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.694038+0000 mon.c (mon.1) 6732 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.511 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cluster 2024-03-30T04:50:09.695272+0000 mgr.y (mgr.25441) 5996 : cluster [DBG] pgmap v3974: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.511 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cluster 2024-03-30T04:50:09.695499+0000 mgr.y (mgr.25441) 5997 : cluster [DBG] pgmap v3975: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.511 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.702851+0000 mon.a (mon.0) 2524 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.511 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cephadm 2024-03-30T04:50:09.703539+0000 mgr.y (mgr.25441) 5998 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.511 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.745450+0000 mon.c (mon.1) 6733 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.512 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.747393+0000 mon.c (mon.1) 6734 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.512 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.749560+0000 mon.c (mon.1) 6735 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.512 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.750230+0000 mon.c (mon.1) 6736 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.512 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cluster 2024-03-30T04:50:09.754202+0000 mgr.y (mgr.25441) 5999 : cluster [DBG] pgmap v3976: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.512 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cluster 2024-03-30T04:50:09.754464+0000 mgr.y (mgr.25441) 6000 : cluster [DBG] pgmap v3977: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.512 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.759947+0000 mon.a (mon.0) 2525 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.512 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cephadm 2024-03-30T04:50:09.762561+0000 mgr.y (mgr.25441) 6001 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.512 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.803419+0000 mon.c (mon.1) 6737 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.512 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.805045+0000 mon.c (mon.1) 6738 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.512 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.806891+0000 mon.c (mon.1) 6739 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.512 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.807588+0000 mon.c (mon.1) 6740 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.512 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cluster 2024-03-30T04:50:09.808810+0000 mgr.y (mgr.25441) 6002 : cluster [DBG] pgmap v3978: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.512 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cluster 2024-03-30T04:50:09.809063+0000 mgr.y (mgr.25441) 6003 : cluster [DBG] pgmap v3979: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.512 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.813401+0000 mon.a (mon.0) 2526 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.512 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: cephadm 2024-03-30T04:50:09.814008+0000 mgr.y (mgr.25441) 6004 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.513 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.855222+0000 mon.c (mon.1) 6741 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.513 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.856956+0000 mon.c (mon.1) 6742 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.513 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.859103+0000 mon.c (mon.1) 6743 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.513 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.859849+0000 mon.c (mon.1) 6744 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.513 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.866801+0000 mon.a (mon.0) 2527 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.513 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.908719+0000 mon.c (mon.1) 6745 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.513 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.910410+0000 mon.c (mon.1) 6746 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.513 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.912283+0000 mon.c (mon.1) 6747 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.513 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.912995+0000 mon.c (mon.1) 6748 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.513 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.920640+0000 mon.a (mon.0) 2528 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.513 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.962948+0000 mon.c (mon.1) 6749 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.513 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.965201+0000 mon.c (mon.1) 6750 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.513 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.967631+0000 mon.c (mon.1) 6751 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.513 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.968444+0000 mon.c (mon.1) 6752 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.514 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:09.975619+0000 mon.a (mon.0) 2529 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.514 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:10.022217+0000 mon.c (mon.1) 6753 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.514 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:10.024566+0000 mon.c (mon.1) 6754 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.514 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:10.026960+0000 mon.c (mon.1) 6755 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.514 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:10.027777+0000 mon.c (mon.1) 6756 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.514 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:10.034656+0000 mon.a (mon.0) 2530 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.514 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:10.077507+0000 mon.c (mon.1) 6757 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.514 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:10.079570+0000 mon.c (mon.1) 6758 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.514 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:10.081611+0000 mon.c (mon.1) 6759 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.514 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:10.082444+0000 mon.c (mon.1) 6760 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.514 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:10.089734+0000 mon.a (mon.0) 2531 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:10.514 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:10.133812+0000 mon.c (mon.1) 6761 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.514 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:10.135850+0000 mon.c (mon.1) 6762 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.514 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:10.137779+0000 mon.c (mon.1) 6763 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.514 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:10.138536+0000 mon.c (mon.1) 6764 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.515 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:10 smithi111 bash[73591]: audit 2024-03-30T04:50:10.144796+0000 mon.a (mon.0) 2532 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:11.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: cluster 2024-03-30T04:50:09.861209+0000 mgr.y (mgr.25441) 6005 : cluster [DBG] pgmap v3980: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: cluster 2024-03-30T04:50:09.861449+0000 mgr.y (mgr.25441) 6006 : cluster [DBG] pgmap v3981: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: cephadm 2024-03-30T04:50:09.867759+0000 mgr.y (mgr.25441) 6007 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:11.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: cluster 2024-03-30T04:50:09.914371+0000 mgr.y (mgr.25441) 6008 : cluster [DBG] pgmap v3982: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: cluster 2024-03-30T04:50:09.914609+0000 mgr.y (mgr.25441) 6009 : cluster [DBG] pgmap v3983: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: cephadm 2024-03-30T04:50:09.921406+0000 mgr.y (mgr.25441) 6010 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:11.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: cluster 2024-03-30T04:50:09.970102+0000 mgr.y (mgr.25441) 6011 : cluster [DBG] pgmap v3984: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: cluster 2024-03-30T04:50:09.970338+0000 mgr.y (mgr.25441) 6012 : cluster [DBG] pgmap v3985: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: cephadm 2024-03-30T04:50:09.977280+0000 mgr.y (mgr.25441) 6013 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:11.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: cluster 2024-03-30T04:50:10.029135+0000 mgr.y (mgr.25441) 6014 : cluster [DBG] pgmap v3986: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: cluster 2024-03-30T04:50:10.029441+0000 mgr.y (mgr.25441) 6015 : cluster [DBG] pgmap v3987: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: cephadm 2024-03-30T04:50:10.036331+0000 mgr.y (mgr.25441) 6016 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:11.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: cluster 2024-03-30T04:50:10.083753+0000 mgr.y (mgr.25441) 6017 : cluster [DBG] pgmap v3988: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: cluster 2024-03-30T04:50:10.084050+0000 mgr.y (mgr.25441) 6018 : cluster [DBG] pgmap v3989: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: cephadm 2024-03-30T04:50:10.090398+0000 mgr.y (mgr.25441) 6019 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:11.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: cluster 2024-03-30T04:50:10.139919+0000 mgr.y (mgr.25441) 6020 : cluster [DBG] pgmap v3990: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: cluster 2024-03-30T04:50:10.140182+0000 mgr.y (mgr.25441) 6021 : cluster [DBG] pgmap v3991: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: cephadm 2024-03-30T04:50:10.146728+0000 mgr.y (mgr.25441) 6022 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:11.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.211007+0000 mon.c (mon.1) 6765 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:11.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.213027+0000 mon.c (mon.1) 6766 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.214966+0000 mon.c (mon.1) 6767 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:11.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.215612+0000 mon.c (mon.1) 6768 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:11.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: cluster 2024-03-30T04:50:10.218730+0000 mgr.y (mgr.25441) 6023 : cluster [DBG] pgmap v3992: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: cluster 2024-03-30T04:50:10.219240+0000 mgr.y (mgr.25441) 6024 : cluster [DBG] pgmap v3993: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.223347+0000 mon.a (mon.0) 2533 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:11.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: cephadm 2024-03-30T04:50:10.226501+0000 mgr.y (mgr.25441) 6025 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:11.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.271511+0000 mon.c (mon.1) 6769 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:11.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.273746+0000 mon.c (mon.1) 6770 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.276139+0000 mon.c (mon.1) 6771 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:11.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.276945+0000 mon.c (mon.1) 6772 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:11.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: cluster 2024-03-30T04:50:10.278412+0000 mgr.y (mgr.25441) 6026 : cluster [DBG] pgmap v3994: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: cluster 2024-03-30T04:50:10.278652+0000 mgr.y (mgr.25441) 6027 : cluster [DBG] pgmap v3995: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.285891+0000 mon.a (mon.0) 2534 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:11.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: cephadm 2024-03-30T04:50:10.286877+0000 mgr.y (mgr.25441) 6028 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:11.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.333098+0000 mon.c (mon.1) 6773 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:11.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.335125+0000 mon.c (mon.1) 6774 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.337878+0000 mon.c (mon.1) 6775 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:11.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.338905+0000 mon.c (mon.1) 6776 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:11.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: cluster 2024-03-30T04:50:10.340397+0000 mgr.y (mgr.25441) 6029 : cluster [DBG] pgmap v3996: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: cluster 2024-03-30T04:50:10.340662+0000 mgr.y (mgr.25441) 6030 : cluster [DBG] pgmap v3997: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.345495+0000 mon.a (mon.0) 2535 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:11.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: cephadm 2024-03-30T04:50:10.347806+0000 mgr.y (mgr.25441) 6031 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:11.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.376058+0000 mon.a (mon.0) 2536 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:11.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.389133+0000 mon.a (mon.0) 2537 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:11.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: cluster 2024-03-30T04:50:10.391689+0000 mgr.y (mgr.25441) 6032 : cluster [DBG] pgmap v3998: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: cluster 2024-03-30T04:50:10.392256+0000 mgr.y (mgr.25441) 6033 : cluster [DBG] pgmap v3999: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.397965+0000 mon.a (mon.0) 2538 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:11.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.433154+0000 mon.c (mon.1) 6777 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:11.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.435101+0000 mon.c (mon.1) 6778 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.437025+0000 mon.c (mon.1) 6779 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:11.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.437712+0000 mon.c (mon.1) 6780 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:11.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: cluster 2024-03-30T04:50:10.439017+0000 mgr.y (mgr.25441) 6034 : cluster [DBG] pgmap v4000: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: cluster 2024-03-30T04:50:10.439253+0000 mgr.y (mgr.25441) 6035 : cluster [DBG] pgmap v4001: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.444591+0000 mon.a (mon.0) 2539 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:11.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: cephadm 2024-03-30T04:50:10.445246+0000 mgr.y (mgr.25441) 6036 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:11.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.505217+0000 mon.c (mon.1) 6781 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:11.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.507965+0000 mon.c (mon.1) 6782 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.510639+0000 mon.c (mon.1) 6783 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:11.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.511337+0000 mon.c (mon.1) 6784 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:11.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: cluster 2024-03-30T04:50:10.512769+0000 mgr.y (mgr.25441) 6037 : cluster [DBG] pgmap v4002: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: cluster 2024-03-30T04:50:10.513130+0000 mgr.y (mgr.25441) 6038 : cluster [DBG] pgmap v4003: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.519455+0000 mon.a (mon.0) 2540 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:11.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: cephadm 2024-03-30T04:50:10.520306+0000 mgr.y (mgr.25441) 6039 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:11.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.562196+0000 mon.c (mon.1) 6785 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:11.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.564180+0000 mon.c (mon.1) 6786 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.566155+0000 mon.c (mon.1) 6787 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:11.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.566854+0000 mon.c (mon.1) 6788 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:11.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: cluster 2024-03-30T04:50:10.568252+0000 mgr.y (mgr.25441) 6040 : cluster [DBG] pgmap v4004: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: cluster 2024-03-30T04:50:10.568524+0000 mgr.y (mgr.25441) 6041 : cluster [DBG] pgmap v4005: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.573967+0000 mon.a (mon.0) 2541 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:11.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: cephadm 2024-03-30T04:50:10.574675+0000 mgr.y (mgr.25441) 6042 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:11.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.649073+0000 mon.c (mon.1) 6789 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:11.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.651044+0000 mon.c (mon.1) 6790 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.653461+0000 mon.c (mon.1) 6791 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:11.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.654170+0000 mon.c (mon.1) 6792 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:11.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: cluster 2024-03-30T04:50:10.655483+0000 mgr.y (mgr.25441) 6043 : cluster [DBG] pgmap v4006: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: cluster 2024-03-30T04:50:10.655807+0000 mgr.y (mgr.25441) 6044 : cluster [DBG] pgmap v4007: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.662020+0000 mon.a (mon.0) 2542 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:11.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: cephadm 2024-03-30T04:50:10.663036+0000 mgr.y (mgr.25441) 6045 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:11.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.730781+0000 mon.a (mon.0) 2543 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:11.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.739297+0000 mon.a (mon.0) 2544 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:11.393 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.741107+0000 mon.c (mon.1) 6793 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:11.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: cluster 2024-03-30T04:50:10.741303+0000 mgr.y (mgr.25441) 6046 : cluster [DBG] pgmap v4008: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: cluster 2024-03-30T04:50:10.741506+0000 mgr.y (mgr.25441) 6047 : cluster [DBG] pgmap v4009: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.744496+0000 mon.c (mon.1) 6794 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.748498+0000 mon.a (mon.0) 2545 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:11.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.750899+0000 mon.c (mon.1) 6795 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.752523+0000 mon.c (mon.1) 6796 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.754900+0000 mon.c (mon.1) 6797 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.758104+0000 mon.c (mon.1) 6798 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.760044+0000 mon.c (mon.1) 6799 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.761435+0000 mon.c (mon.1) 6800 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.762865+0000 mon.c (mon.1) 6801 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.764265+0000 mon.c (mon.1) 6802 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.765753+0000 mon.c (mon.1) 6803 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.394 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.767030+0000 mon.c (mon.1) 6804 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.768498+0000 mon.c (mon.1) 6805 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.395 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:11 smithi117 bash[62284]: audit 2024-03-30T04:50:10.770427+0000 mon.c (mon.1) 6806 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: cluster 2024-03-30T04:50:09.861209+0000 mgr.y (mgr.25441) 6005 : cluster [DBG] pgmap v3980: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: cluster 2024-03-30T04:50:09.861449+0000 mgr.y (mgr.25441) 6006 : cluster [DBG] pgmap v3981: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: cephadm 2024-03-30T04:50:09.867759+0000 mgr.y (mgr.25441) 6007 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:11.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: cluster 2024-03-30T04:50:09.914371+0000 mgr.y (mgr.25441) 6008 : cluster [DBG] pgmap v3982: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: cluster 2024-03-30T04:50:09.914609+0000 mgr.y (mgr.25441) 6009 : cluster [DBG] pgmap v3983: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: cephadm 2024-03-30T04:50:09.921406+0000 mgr.y (mgr.25441) 6010 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:11.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: cluster 2024-03-30T04:50:09.970102+0000 mgr.y (mgr.25441) 6011 : cluster [DBG] pgmap v3984: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: cluster 2024-03-30T04:50:09.970338+0000 mgr.y (mgr.25441) 6012 : cluster [DBG] pgmap v3985: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: cephadm 2024-03-30T04:50:09.977280+0000 mgr.y (mgr.25441) 6013 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:11.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: cluster 2024-03-30T04:50:10.029135+0000 mgr.y (mgr.25441) 6014 : cluster [DBG] pgmap v3986: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: cluster 2024-03-30T04:50:10.029441+0000 mgr.y (mgr.25441) 6015 : cluster [DBG] pgmap v3987: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: cephadm 2024-03-30T04:50:10.036331+0000 mgr.y (mgr.25441) 6016 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:11.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: cluster 2024-03-30T04:50:10.083753+0000 mgr.y (mgr.25441) 6017 : cluster [DBG] pgmap v3988: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: cluster 2024-03-30T04:50:10.084050+0000 mgr.y (mgr.25441) 6018 : cluster [DBG] pgmap v3989: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: cephadm 2024-03-30T04:50:10.090398+0000 mgr.y (mgr.25441) 6019 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:11.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: cluster 2024-03-30T04:50:10.139919+0000 mgr.y (mgr.25441) 6020 : cluster [DBG] pgmap v3990: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: cluster 2024-03-30T04:50:10.140182+0000 mgr.y (mgr.25441) 6021 : cluster [DBG] pgmap v3991: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: cephadm 2024-03-30T04:50:10.146728+0000 mgr.y (mgr.25441) 6022 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:11.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.211007+0000 mon.c (mon.1) 6765 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:11.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.213027+0000 mon.c (mon.1) 6766 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: cluster 2024-03-30T04:50:09.861209+0000 mgr.y (mgr.25441) 6005 : cluster [DBG] pgmap v3980: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: cluster 2024-03-30T04:50:09.861449+0000 mgr.y (mgr.25441) 6006 : cluster [DBG] pgmap v3981: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: cephadm 2024-03-30T04:50:09.867759+0000 mgr.y (mgr.25441) 6007 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:11.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: cluster 2024-03-30T04:50:09.914371+0000 mgr.y (mgr.25441) 6008 : cluster [DBG] pgmap v3982: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: cluster 2024-03-30T04:50:09.914609+0000 mgr.y (mgr.25441) 6009 : cluster [DBG] pgmap v3983: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: cephadm 2024-03-30T04:50:09.921406+0000 mgr.y (mgr.25441) 6010 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:11.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: cluster 2024-03-30T04:50:09.970102+0000 mgr.y (mgr.25441) 6011 : cluster [DBG] pgmap v3984: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: cluster 2024-03-30T04:50:09.970338+0000 mgr.y (mgr.25441) 6012 : cluster [DBG] pgmap v3985: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: cephadm 2024-03-30T04:50:09.977280+0000 mgr.y (mgr.25441) 6013 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:11.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: cluster 2024-03-30T04:50:10.029135+0000 mgr.y (mgr.25441) 6014 : cluster [DBG] pgmap v3986: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: cluster 2024-03-30T04:50:10.029441+0000 mgr.y (mgr.25441) 6015 : cluster [DBG] pgmap v3987: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: cephadm 2024-03-30T04:50:10.036331+0000 mgr.y (mgr.25441) 6016 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:11.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: cluster 2024-03-30T04:50:10.083753+0000 mgr.y (mgr.25441) 6017 : cluster [DBG] pgmap v3988: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: cluster 2024-03-30T04:50:10.084050+0000 mgr.y (mgr.25441) 6018 : cluster [DBG] pgmap v3989: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: cephadm 2024-03-30T04:50:10.090398+0000 mgr.y (mgr.25441) 6019 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:11.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: cluster 2024-03-30T04:50:10.139919+0000 mgr.y (mgr.25441) 6020 : cluster [DBG] pgmap v3990: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: cluster 2024-03-30T04:50:10.140182+0000 mgr.y (mgr.25441) 6021 : cluster [DBG] pgmap v3991: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: cephadm 2024-03-30T04:50:10.146728+0000 mgr.y (mgr.25441) 6022 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:11.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.211007+0000 mon.c (mon.1) 6765 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:11.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.213027+0000 mon.c (mon.1) 6766 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.214966+0000 mon.c (mon.1) 6767 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:11.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.215612+0000 mon.c (mon.1) 6768 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:11.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: cluster 2024-03-30T04:50:10.218730+0000 mgr.y (mgr.25441) 6023 : cluster [DBG] pgmap v3992: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: cluster 2024-03-30T04:50:10.219240+0000 mgr.y (mgr.25441) 6024 : cluster [DBG] pgmap v3993: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.223347+0000 mon.a (mon.0) 2533 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:11.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: cephadm 2024-03-30T04:50:10.226501+0000 mgr.y (mgr.25441) 6025 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:11.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.271511+0000 mon.c (mon.1) 6769 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:11.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.273746+0000 mon.c (mon.1) 6770 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.276139+0000 mon.c (mon.1) 6771 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:11.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.276945+0000 mon.c (mon.1) 6772 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:11.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: cluster 2024-03-30T04:50:10.278412+0000 mgr.y (mgr.25441) 6026 : cluster [DBG] pgmap v3994: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: cluster 2024-03-30T04:50:10.278652+0000 mgr.y (mgr.25441) 6027 : cluster [DBG] pgmap v3995: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.285891+0000 mon.a (mon.0) 2534 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:11.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: cephadm 2024-03-30T04:50:10.286877+0000 mgr.y (mgr.25441) 6028 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:11.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.333098+0000 mon.c (mon.1) 6773 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:11.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.335125+0000 mon.c (mon.1) 6774 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.337878+0000 mon.c (mon.1) 6775 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:11.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.338905+0000 mon.c (mon.1) 6776 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:11.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: cluster 2024-03-30T04:50:10.340397+0000 mgr.y (mgr.25441) 6029 : cluster [DBG] pgmap v3996: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: cluster 2024-03-30T04:50:10.340662+0000 mgr.y (mgr.25441) 6030 : cluster [DBG] pgmap v3997: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.345495+0000 mon.a (mon.0) 2535 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:11.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: cephadm 2024-03-30T04:50:10.347806+0000 mgr.y (mgr.25441) 6031 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:11.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.376058+0000 mon.a (mon.0) 2536 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:11.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.389133+0000 mon.a (mon.0) 2537 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:11.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: cluster 2024-03-30T04:50:10.391689+0000 mgr.y (mgr.25441) 6032 : cluster [DBG] pgmap v3998: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: cluster 2024-03-30T04:50:10.392256+0000 mgr.y (mgr.25441) 6033 : cluster [DBG] pgmap v3999: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.397965+0000 mon.a (mon.0) 2538 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:11.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.433154+0000 mon.c (mon.1) 6777 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:11.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.435101+0000 mon.c (mon.1) 6778 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.437025+0000 mon.c (mon.1) 6779 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:11.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.437712+0000 mon.c (mon.1) 6780 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:11.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: cluster 2024-03-30T04:50:10.439017+0000 mgr.y (mgr.25441) 6034 : cluster [DBG] pgmap v4000: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: cluster 2024-03-30T04:50:10.439253+0000 mgr.y (mgr.25441) 6035 : cluster [DBG] pgmap v4001: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.444591+0000 mon.a (mon.0) 2539 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:11.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: cephadm 2024-03-30T04:50:10.445246+0000 mgr.y (mgr.25441) 6036 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:11.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.505217+0000 mon.c (mon.1) 6781 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:11.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.507965+0000 mon.c (mon.1) 6782 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.510639+0000 mon.c (mon.1) 6783 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:11.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.511337+0000 mon.c (mon.1) 6784 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:11.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: cluster 2024-03-30T04:50:10.512769+0000 mgr.y (mgr.25441) 6037 : cluster [DBG] pgmap v4002: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: cluster 2024-03-30T04:50:10.513130+0000 mgr.y (mgr.25441) 6038 : cluster [DBG] pgmap v4003: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.519455+0000 mon.a (mon.0) 2540 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:11.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: cephadm 2024-03-30T04:50:10.520306+0000 mgr.y (mgr.25441) 6039 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:11.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.562196+0000 mon.c (mon.1) 6785 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:11.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.564180+0000 mon.c (mon.1) 6786 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.566155+0000 mon.c (mon.1) 6787 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:11.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.566854+0000 mon.c (mon.1) 6788 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:11.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: cluster 2024-03-30T04:50:10.568252+0000 mgr.y (mgr.25441) 6040 : cluster [DBG] pgmap v4004: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: cluster 2024-03-30T04:50:10.568524+0000 mgr.y (mgr.25441) 6041 : cluster [DBG] pgmap v4005: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.573967+0000 mon.a (mon.0) 2541 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:11.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: cephadm 2024-03-30T04:50:10.574675+0000 mgr.y (mgr.25441) 6042 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:11.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.649073+0000 mon.c (mon.1) 6789 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:11.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.651044+0000 mon.c (mon.1) 6790 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.653461+0000 mon.c (mon.1) 6791 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:11.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.654170+0000 mon.c (mon.1) 6792 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:11.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: cluster 2024-03-30T04:50:10.655483+0000 mgr.y (mgr.25441) 6043 : cluster [DBG] pgmap v4006: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: cluster 2024-03-30T04:50:10.655807+0000 mgr.y (mgr.25441) 6044 : cluster [DBG] pgmap v4007: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.662020+0000 mon.a (mon.0) 2542 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:11.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: cephadm 2024-03-30T04:50:10.663036+0000 mgr.y (mgr.25441) 6045 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:11.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.730781+0000 mon.a (mon.0) 2543 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:11.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.739297+0000 mon.a (mon.0) 2544 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:11.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.214966+0000 mon.c (mon.1) 6767 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:11.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.215612+0000 mon.c (mon.1) 6768 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:11.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: cluster 2024-03-30T04:50:10.218730+0000 mgr.y (mgr.25441) 6023 : cluster [DBG] pgmap v3992: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: cluster 2024-03-30T04:50:10.219240+0000 mgr.y (mgr.25441) 6024 : cluster [DBG] pgmap v3993: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.223347+0000 mon.a (mon.0) 2533 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:11.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: cephadm 2024-03-30T04:50:10.226501+0000 mgr.y (mgr.25441) 6025 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:11.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.271511+0000 mon.c (mon.1) 6769 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:11.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.273746+0000 mon.c (mon.1) 6770 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.276139+0000 mon.c (mon.1) 6771 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:11.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.276945+0000 mon.c (mon.1) 6772 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:11.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: cluster 2024-03-30T04:50:10.278412+0000 mgr.y (mgr.25441) 6026 : cluster [DBG] pgmap v3994: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: cluster 2024-03-30T04:50:10.278652+0000 mgr.y (mgr.25441) 6027 : cluster [DBG] pgmap v3995: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.285891+0000 mon.a (mon.0) 2534 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:11.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: cephadm 2024-03-30T04:50:10.286877+0000 mgr.y (mgr.25441) 6028 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:11.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.333098+0000 mon.c (mon.1) 6773 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:11.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.335125+0000 mon.c (mon.1) 6774 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.337878+0000 mon.c (mon.1) 6775 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:11.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.338905+0000 mon.c (mon.1) 6776 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:11.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: cluster 2024-03-30T04:50:10.340397+0000 mgr.y (mgr.25441) 6029 : cluster [DBG] pgmap v3996: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.741107+0000 mon.c (mon.1) 6793 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:11.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: cluster 2024-03-30T04:50:10.741303+0000 mgr.y (mgr.25441) 6046 : cluster [DBG] pgmap v4008: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: cluster 2024-03-30T04:50:10.741506+0000 mgr.y (mgr.25441) 6047 : cluster [DBG] pgmap v4009: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.744496+0000 mon.c (mon.1) 6794 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.748498+0000 mon.a (mon.0) 2545 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:11.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.750899+0000 mon.c (mon.1) 6795 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.752523+0000 mon.c (mon.1) 6796 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.754900+0000 mon.c (mon.1) 6797 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.758104+0000 mon.c (mon.1) 6798 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.760044+0000 mon.c (mon.1) 6799 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.761435+0000 mon.c (mon.1) 6800 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.762865+0000 mon.c (mon.1) 6801 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.764265+0000 mon.c (mon.1) 6802 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.765753+0000 mon.c (mon.1) 6803 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.767030+0000 mon.c (mon.1) 6804 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.768498+0000 mon.c (mon.1) 6805 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[73591]: audit 2024-03-30T04:50:10.770427+0000 mon.c (mon.1) 6806 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: cluster 2024-03-30T04:50:10.340662+0000 mgr.y (mgr.25441) 6030 : cluster [DBG] pgmap v3997: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.345495+0000 mon.a (mon.0) 2535 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:11.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: cephadm 2024-03-30T04:50:10.347806+0000 mgr.y (mgr.25441) 6031 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:11.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.376058+0000 mon.a (mon.0) 2536 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:11.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.389133+0000 mon.a (mon.0) 2537 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:11.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: cluster 2024-03-30T04:50:10.391689+0000 mgr.y (mgr.25441) 6032 : cluster [DBG] pgmap v3998: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: cluster 2024-03-30T04:50:10.392256+0000 mgr.y (mgr.25441) 6033 : cluster [DBG] pgmap v3999: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.397965+0000 mon.a (mon.0) 2538 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:11.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.433154+0000 mon.c (mon.1) 6777 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:11.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.435101+0000 mon.c (mon.1) 6778 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.437025+0000 mon.c (mon.1) 6779 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:11.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.437712+0000 mon.c (mon.1) 6780 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:11.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: cluster 2024-03-30T04:50:10.439017+0000 mgr.y (mgr.25441) 6034 : cluster [DBG] pgmap v4000: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: cluster 2024-03-30T04:50:10.439253+0000 mgr.y (mgr.25441) 6035 : cluster [DBG] pgmap v4001: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.444591+0000 mon.a (mon.0) 2539 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:11.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: cephadm 2024-03-30T04:50:10.445246+0000 mgr.y (mgr.25441) 6036 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:11.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.505217+0000 mon.c (mon.1) 6781 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:11.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.507965+0000 mon.c (mon.1) 6782 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.510639+0000 mon.c (mon.1) 6783 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:11.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.511337+0000 mon.c (mon.1) 6784 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:11.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: cluster 2024-03-30T04:50:10.512769+0000 mgr.y (mgr.25441) 6037 : cluster [DBG] pgmap v4002: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: cluster 2024-03-30T04:50:10.513130+0000 mgr.y (mgr.25441) 6038 : cluster [DBG] pgmap v4003: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.519455+0000 mon.a (mon.0) 2540 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:11.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: cephadm 2024-03-30T04:50:10.520306+0000 mgr.y (mgr.25441) 6039 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:11.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.562196+0000 mon.c (mon.1) 6785 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:11.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.564180+0000 mon.c (mon.1) 6786 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.566155+0000 mon.c (mon.1) 6787 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:11.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.566854+0000 mon.c (mon.1) 6788 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:11.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: cluster 2024-03-30T04:50:10.568252+0000 mgr.y (mgr.25441) 6040 : cluster [DBG] pgmap v4004: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: cluster 2024-03-30T04:50:10.568524+0000 mgr.y (mgr.25441) 6041 : cluster [DBG] pgmap v4005: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.573967+0000 mon.a (mon.0) 2541 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:11.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: cephadm 2024-03-30T04:50:10.574675+0000 mgr.y (mgr.25441) 6042 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:11.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.649073+0000 mon.c (mon.1) 6789 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:11.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.651044+0000 mon.c (mon.1) 6790 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.653461+0000 mon.c (mon.1) 6791 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:11.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.654170+0000 mon.c (mon.1) 6792 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:11.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: cluster 2024-03-30T04:50:10.655483+0000 mgr.y (mgr.25441) 6043 : cluster [DBG] pgmap v4006: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: cluster 2024-03-30T04:50:10.655807+0000 mgr.y (mgr.25441) 6044 : cluster [DBG] pgmap v4007: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.662020+0000 mon.a (mon.0) 2542 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:11.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: cephadm 2024-03-30T04:50:10.663036+0000 mgr.y (mgr.25441) 6045 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:11.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.730781+0000 mon.a (mon.0) 2543 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:11.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.739297+0000 mon.a (mon.0) 2544 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:11.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.741107+0000 mon.c (mon.1) 6793 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:11.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: cluster 2024-03-30T04:50:10.741303+0000 mgr.y (mgr.25441) 6046 : cluster [DBG] pgmap v4008: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: cluster 2024-03-30T04:50:10.741506+0000 mgr.y (mgr.25441) 6047 : cluster [DBG] pgmap v4009: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:11.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.744496+0000 mon.c (mon.1) 6794 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.748498+0000 mon.a (mon.0) 2545 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:11.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.750899+0000 mon.c (mon.1) 6795 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.752523+0000 mon.c (mon.1) 6796 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.754900+0000 mon.c (mon.1) 6797 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.758104+0000 mon.c (mon.1) 6798 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.760044+0000 mon.c (mon.1) 6799 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.761435+0000 mon.c (mon.1) 6800 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.762865+0000 mon.c (mon.1) 6801 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.764265+0000 mon.c (mon.1) 6802 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.765753+0000 mon.c (mon.1) 6803 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.767030+0000 mon.c (mon.1) 6804 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.768498+0000 mon.c (mon.1) 6805 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:11.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:11 smithi111 bash[70954]: audit 2024-03-30T04:50:10.770427+0000 mon.c (mon.1) 6806 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:12.449 INFO:teuthology.orchestra.run.smithi111.stdout:true 2024-03-30T04:50:13.178 INFO:teuthology.orchestra.run.smithi111.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:50:13.179 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi111 smithi111 running 2s ago 24m - - 2024-03-30T04:50:13.179 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi117 smithi117 running 2s ago 24m - - 2024-03-30T04:50:13.179 INFO:teuthology.orchestra.run.smithi111.stdout:alertmanager.a smithi111 *:9093,9094 running (11m) 2s ago 17m 14.2M - 0.23.0 ba2b418f427c 1324aeb3a452 2024-03-30T04:50:13.179 INFO:teuthology.orchestra.run.smithi111.stdout:grafana.a smithi117 *:3000 error 2s ago 17m - - 2024-03-30T04:50:13.179 INFO:teuthology.orchestra.run.smithi111.stdout:iscsi.foo.smithi111.fmwmll smithi111 running (58s) 2s ago 15m 42.4M - 3.7 3714003597ec 3ebd9fdc0e65 2024-03-30T04:50:13.179 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.x smithi117 *:8443,9283,8765 running (8m) 2s ago 23m 439M - 19.0.0-2493-gd82c9aa1 3714003597ec 42ebd55da4b4 2024-03-30T04:50:13.179 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.y smithi111 *:8443,9283,8765 running (9m) 2s ago 25m 537M - 19.0.0-2493-gd82c9aa1 3714003597ec fa84fb31d2a4 2024-03-30T04:50:13.179 INFO:teuthology.orchestra.run.smithi111.stdout:mon.a smithi111 running (8m) 2s ago 26m 155M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 896c96f933ff 2024-03-30T04:50:13.179 INFO:teuthology.orchestra.run.smithi111.stdout:mon.b smithi117 running (7m) 2s ago 24m 64.6M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 60f10ffc2128 2024-03-30T04:50:13.179 INFO:teuthology.orchestra.run.smithi111.stdout:mon.c smithi111 running (7m) 2s ago 24m 78.1M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 385ecbe45d43 2024-03-30T04:50:13.179 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.a smithi111 *:9100 running (17s) 2s ago 18m 7067k - 1.5.0 0da6a335fe13 d19f0b31b938 2024-03-30T04:50:13.179 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.b smithi117 *:9100 running (12s) 2s ago 18m 6804k - 1.5.0 0da6a335fe13 ed50a028daf9 2024-03-30T04:50:13.180 INFO:teuthology.orchestra.run.smithi111.stdout:osd.0 smithi111 running (6m) 2s ago 23m 60.8M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec c83a5c211a2a 2024-03-30T04:50:13.180 INFO:teuthology.orchestra.run.smithi111.stdout:osd.1 smithi111 running (5m) 2s ago 22m 70.1M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 72f709306a82 2024-03-30T04:50:13.180 INFO:teuthology.orchestra.run.smithi111.stdout:osd.2 smithi111 running (5m) 2s ago 22m 53.7M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 4812fabf499a 2024-03-30T04:50:13.180 INFO:teuthology.orchestra.run.smithi111.stdout:osd.3 smithi111 running (4m) 2s ago 21m 63.6M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec d39d23268f95 2024-03-30T04:50:13.180 INFO:teuthology.orchestra.run.smithi111.stdout:osd.4 smithi117 running (3m) 2s ago 20m 61.5M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 1668f848549c 2024-03-30T04:50:13.180 INFO:teuthology.orchestra.run.smithi111.stdout:osd.5 smithi117 running (3m) 2s ago 20m 59.4M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec db2499d5a247 2024-03-30T04:50:13.180 INFO:teuthology.orchestra.run.smithi111.stdout:osd.6 smithi117 running (2m) 2s ago 19m 59.6M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 68d03f439b68 2024-03-30T04:50:13.180 INFO:teuthology.orchestra.run.smithi111.stdout:osd.7 smithi117 running (2m) 2s ago 19m 58.4M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 6fd992ff99cf 2024-03-30T04:50:13.180 INFO:teuthology.orchestra.run.smithi111.stdout:prometheus.a smithi117 *:9095 running (9m) 2s ago 18m 67.6M - 2.33.4 514e6a882f6e e0486046291e 2024-03-30T04:50:13.180 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi111.gqpgtc smithi111 *:8000 running (108s) 2s ago 15m 90.3M - 19.0.0-2493-gd82c9aa1 3714003597ec 50e6e8bbe60e 2024-03-30T04:50:13.180 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi117.nijpsz smithi117 *:8000 running (92s) 2s ago 15m 89.8M - 19.0.0-2493-gd82c9aa1 3714003597ec d8c31b651386 2024-03-30T04:50:13.180 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi111.nqgkvi smithi111 *:80 running (100s) 2s ago 15m 90.0M - 19.0.0-2493-gd82c9aa1 3714003597ec ea526666ea23 2024-03-30T04:50:13.180 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi117.wrgldy smithi117 *:80 running (85s) 2s ago 15m 89.9M - 19.0.0-2493-gd82c9aa1 3714003597ec aa04480b5182 2024-03-30T04:50:13.620 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:50:13.621 INFO:teuthology.orchestra.run.smithi111.stdout: "mon": { 2024-03-30T04:50:13.621 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:50:13.621 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:50:13.621 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr": { 2024-03-30T04:50:13.621 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:50:13.621 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:50:13.621 INFO:teuthology.orchestra.run.smithi111.stdout: "osd": { 2024-03-30T04:50:13.621 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 8 2024-03-30T04:50:13.621 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:50:13.621 INFO:teuthology.orchestra.run.smithi111.stdout: "rgw": { 2024-03-30T04:50:13.621 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 4 2024-03-30T04:50:13.621 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:50:13.621 INFO:teuthology.orchestra.run.smithi111.stdout: "overall": { 2024-03-30T04:50:13.621 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 17 2024-03-30T04:50:13.621 INFO:teuthology.orchestra.run.smithi111.stdout: } 2024-03-30T04:50:13.622 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:50:13.980 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:50:13.981 INFO:teuthology.orchestra.run.smithi111.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962", 2024-03-30T04:50:13.981 INFO:teuthology.orchestra.run.smithi111.stdout: "in_progress": true, 2024-03-30T04:50:13.981 INFO:teuthology.orchestra.run.smithi111.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:50:13.981 INFO:teuthology.orchestra.run.smithi111.stdout: "services_complete": [ 2024-03-30T04:50:13.981 INFO:teuthology.orchestra.run.smithi111.stdout: "osd", 2024-03-30T04:50:13.981 INFO:teuthology.orchestra.run.smithi111.stdout: "rgw", 2024-03-30T04:50:13.981 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr", 2024-03-30T04:50:13.981 INFO:teuthology.orchestra.run.smithi111.stdout: "mon", 2024-03-30T04:50:13.981 INFO:teuthology.orchestra.run.smithi111.stdout: "iscsi" 2024-03-30T04:50:13.981 INFO:teuthology.orchestra.run.smithi111.stdout: ], 2024-03-30T04:50:13.981 INFO:teuthology.orchestra.run.smithi111.stdout: "progress": "18/23 daemons upgraded", 2024-03-30T04:50:13.981 INFO:teuthology.orchestra.run.smithi111.stdout: "message": "Currently upgrading prometheus daemons", 2024-03-30T04:50:13.981 INFO:teuthology.orchestra.run.smithi111.stdout: "is_paused": false 2024-03-30T04:50:13.982 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:50:14.015 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:13 smithi111 bash[70954]: audit 2024-03-30T04:50:12.439369+0000 mgr.y (mgr.25441) 6048 : audit [DBG] from='client.34881 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:14.015 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:13 smithi111 bash[70954]: cluster 2024-03-30T04:50:12.742858+0000 mgr.y (mgr.25441) 6049 : cluster [DBG] pgmap v4010: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 2 op/s 2024-03-30T04:50:14.015 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:13 smithi111 bash[70954]: audit 2024-03-30T04:50:12.819377+0000 mgr.y (mgr.25441) 6050 : audit [DBG] from='client.44827 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:14.015 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:13 smithi111 bash[70954]: audit 2024-03-30T04:50:13.512246+0000 mon.a (mon.0) 2546 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:14.015 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:13 smithi111 bash[70954]: audit 2024-03-30T04:50:13.521108+0000 mon.a (mon.0) 2547 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:14.015 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:13 smithi111 bash[70954]: audit 2024-03-30T04:50:13.530456+0000 mon.a (mon.0) 2548 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:14.015 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:13 smithi111 bash[70954]: audit 2024-03-30T04:50:13.625968+0000 mon.c (mon.1) 6807 : audit [DBG] from='client.? 172.21.15.111:0/2807268701' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:14.015 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:13 smithi111 bash[73591]: audit 2024-03-30T04:50:12.439369+0000 mgr.y (mgr.25441) 6048 : audit [DBG] from='client.34881 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:14.016 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:13 smithi111 bash[73591]: cluster 2024-03-30T04:50:12.742858+0000 mgr.y (mgr.25441) 6049 : cluster [DBG] pgmap v4010: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 2 op/s 2024-03-30T04:50:14.016 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:13 smithi111 bash[73591]: audit 2024-03-30T04:50:12.819377+0000 mgr.y (mgr.25441) 6050 : audit [DBG] from='client.44827 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:14.016 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:13 smithi111 bash[73591]: audit 2024-03-30T04:50:13.512246+0000 mon.a (mon.0) 2546 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:14.016 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:13 smithi111 bash[73591]: audit 2024-03-30T04:50:13.521108+0000 mon.a (mon.0) 2547 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:14.016 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:13 smithi111 bash[73591]: audit 2024-03-30T04:50:13.530456+0000 mon.a (mon.0) 2548 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:14.016 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:13 smithi111 bash[73591]: audit 2024-03-30T04:50:13.625968+0000 mon.c (mon.1) 6807 : audit [DBG] from='client.? 172.21.15.111:0/2807268701' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:14.132 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:13 smithi117 bash[62284]: audit 2024-03-30T04:50:12.439369+0000 mgr.y (mgr.25441) 6048 : audit [DBG] from='client.34881 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:14.132 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:13 smithi117 bash[62284]: cluster 2024-03-30T04:50:12.742858+0000 mgr.y (mgr.25441) 6049 : cluster [DBG] pgmap v4010: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 2 op/s 2024-03-30T04:50:14.132 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:13 smithi117 bash[62284]: audit 2024-03-30T04:50:12.819377+0000 mgr.y (mgr.25441) 6050 : audit [DBG] from='client.44827 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:14.132 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:13 smithi117 bash[62284]: audit 2024-03-30T04:50:13.512246+0000 mon.a (mon.0) 2546 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:14.132 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:13 smithi117 bash[62284]: audit 2024-03-30T04:50:13.521108+0000 mon.a (mon.0) 2547 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:14.132 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:13 smithi117 bash[62284]: audit 2024-03-30T04:50:13.530456+0000 mon.a (mon.0) 2548 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:14.132 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:13 smithi117 bash[62284]: audit 2024-03-30T04:50:13.625968+0000 mon.c (mon.1) 6807 : audit [DBG] from='client.? 172.21.15.111:0/2807268701' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:14.400 INFO:teuthology.orchestra.run.smithi111.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:50:14.400 INFO:teuthology.orchestra.run.smithi111.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:50:14.400 INFO:teuthology.orchestra.run.smithi111.stdout: daemon grafana.a on smithi117 is in error state 2024-03-30T04:50:14.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:14 smithi117 bash[62284]: audit 2024-03-30T04:50:13.167567+0000 mgr.y (mgr.25441) 6051 : audit [DBG] from='client.44833 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:14.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:14 smithi117 bash[62284]: cluster 2024-03-30T04:50:13.522863+0000 mgr.y (mgr.25441) 6052 : cluster [DBG] pgmap v4011: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-30T04:50:14.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:14 smithi117 bash[62284]: cluster 2024-03-30T04:50:13.523098+0000 mgr.y (mgr.25441) 6053 : cluster [DBG] pgmap v4012: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-30T04:50:14.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:14 smithi117 bash[62284]: audit 2024-03-30T04:50:14.119078+0000 mon.a (mon.0) 2549 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:14.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:14 smithi117 bash[62284]: audit 2024-03-30T04:50:14.128790+0000 mon.a (mon.0) 2550 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:14.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:14 smithi117 bash[62284]: audit 2024-03-30T04:50:14.135422+0000 mon.a (mon.0) 2551 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:14.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:14 smithi117 bash[62284]: audit 2024-03-30T04:50:14.405343+0000 mon.a (mon.0) 2552 : audit [DBG] from='client.? 172.21.15.111:0/2435102511' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:50:15.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:14 smithi111 bash[70954]: audit 2024-03-30T04:50:13.167567+0000 mgr.y (mgr.25441) 6051 : audit [DBG] from='client.44833 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:15.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:14 smithi111 bash[70954]: cluster 2024-03-30T04:50:13.522863+0000 mgr.y (mgr.25441) 6052 : cluster [DBG] pgmap v4011: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-30T04:50:15.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:14 smithi111 bash[70954]: cluster 2024-03-30T04:50:13.523098+0000 mgr.y (mgr.25441) 6053 : cluster [DBG] pgmap v4012: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-30T04:50:15.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:14 smithi111 bash[70954]: audit 2024-03-30T04:50:14.119078+0000 mon.a (mon.0) 2549 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:15.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:14 smithi111 bash[70954]: audit 2024-03-30T04:50:14.128790+0000 mon.a (mon.0) 2550 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:15.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:14 smithi111 bash[70954]: audit 2024-03-30T04:50:14.135422+0000 mon.a (mon.0) 2551 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:15.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:14 smithi111 bash[70954]: audit 2024-03-30T04:50:14.405343+0000 mon.a (mon.0) 2552 : audit [DBG] from='client.? 172.21.15.111:0/2435102511' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:50:15.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:14 smithi111 bash[73591]: audit 2024-03-30T04:50:13.167567+0000 mgr.y (mgr.25441) 6051 : audit [DBG] from='client.44833 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:15.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:14 smithi111 bash[73591]: cluster 2024-03-30T04:50:13.522863+0000 mgr.y (mgr.25441) 6052 : cluster [DBG] pgmap v4011: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-30T04:50:15.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:14 smithi111 bash[73591]: cluster 2024-03-30T04:50:13.523098+0000 mgr.y (mgr.25441) 6053 : cluster [DBG] pgmap v4012: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-30T04:50:15.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:14 smithi111 bash[73591]: audit 2024-03-30T04:50:14.119078+0000 mon.a (mon.0) 2549 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:15.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:14 smithi111 bash[73591]: audit 2024-03-30T04:50:14.128790+0000 mon.a (mon.0) 2550 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:15.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:14 smithi111 bash[73591]: audit 2024-03-30T04:50:14.135422+0000 mon.a (mon.0) 2551 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:15.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:14 smithi111 bash[73591]: audit 2024-03-30T04:50:14.405343+0000 mon.a (mon.0) 2552 : audit [DBG] from='client.? 172.21.15.111:0/2435102511' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:50:16.105 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:15 smithi117 bash[62284]: audit 2024-03-30T04:50:13.985142+0000 mgr.y (mgr.25441) 6054 : audit [DBG] from='client.34905 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:16.105 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:15 smithi117 bash[62284]: cluster 2024-03-30T04:50:14.130498+0000 mgr.y (mgr.25441) 6055 : cluster [DBG] pgmap v4013: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:50:16.105 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:15 smithi117 bash[62284]: cluster 2024-03-30T04:50:14.130711+0000 mgr.y (mgr.25441) 6056 : cluster [DBG] pgmap v4014: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-30T04:50:16.105 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:15 smithi117 bash[62284]: audit 2024-03-30T04:50:15.265366+0000 mon.c (mon.1) 6808 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:50:16.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:15 smithi111 bash[73591]: audit 2024-03-30T04:50:13.985142+0000 mgr.y (mgr.25441) 6054 : audit [DBG] from='client.34905 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:16.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:15 smithi111 bash[73591]: cluster 2024-03-30T04:50:14.130498+0000 mgr.y (mgr.25441) 6055 : cluster [DBG] pgmap v4013: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:50:16.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:15 smithi111 bash[73591]: cluster 2024-03-30T04:50:14.130711+0000 mgr.y (mgr.25441) 6056 : cluster [DBG] pgmap v4014: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-30T04:50:16.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:15 smithi111 bash[73591]: audit 2024-03-30T04:50:15.265366+0000 mon.c (mon.1) 6808 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:50:16.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:15 smithi111 bash[70954]: audit 2024-03-30T04:50:13.985142+0000 mgr.y (mgr.25441) 6054 : audit [DBG] from='client.34905 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:16.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:15 smithi111 bash[70954]: cluster 2024-03-30T04:50:14.130498+0000 mgr.y (mgr.25441) 6055 : cluster [DBG] pgmap v4013: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:50:16.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:15 smithi111 bash[70954]: cluster 2024-03-30T04:50:14.130711+0000 mgr.y (mgr.25441) 6056 : cluster [DBG] pgmap v4014: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-30T04:50:16.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:15 smithi111 bash[70954]: audit 2024-03-30T04:50:15.265366+0000 mon.c (mon.1) 6808 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:50:16.810 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:50:16 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:50:16] "GET /metrics HTTP/1.1" 200 38696 "" "Prometheus/2.33.4" 2024-03-30T04:50:17.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:16 smithi111 bash[73591]: cephadm 2024-03-30T04:50:14.943553+0000 mgr.y (mgr.25441) 6057 : cephadm [INF] Upgrade: Updating prometheus.a 2024-03-30T04:50:17.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:16 smithi111 bash[73591]: cephadm 2024-03-30T04:50:15.239868+0000 mgr.y (mgr.25441) 6058 : cephadm [INF] Deploying daemon prometheus.a on smithi117 2024-03-30T04:50:17.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:16 smithi111 bash[70954]: cephadm 2024-03-30T04:50:14.943553+0000 mgr.y (mgr.25441) 6057 : cephadm [INF] Upgrade: Updating prometheus.a 2024-03-30T04:50:17.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:16 smithi111 bash[70954]: cephadm 2024-03-30T04:50:15.239868+0000 mgr.y (mgr.25441) 6058 : cephadm [INF] Deploying daemon prometheus.a on smithi117 2024-03-30T04:50:17.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:16 smithi117 bash[62284]: cephadm 2024-03-30T04:50:14.943553+0000 mgr.y (mgr.25441) 6057 : cephadm [INF] Upgrade: Updating prometheus.a 2024-03-30T04:50:17.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:16 smithi117 bash[62284]: cephadm 2024-03-30T04:50:15.239868+0000 mgr.y (mgr.25441) 6058 : cephadm [INF] Deploying daemon prometheus.a on smithi117 2024-03-30T04:50:18.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:17 smithi111 bash[70954]: cluster 2024-03-30T04:50:16.131736+0000 mgr.y (mgr.25441) 6059 : cluster [DBG] pgmap v4015: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 949 B/s rd, 0 op/s 2024-03-30T04:50:18.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:17 smithi111 bash[73591]: cluster 2024-03-30T04:50:16.131736+0000 mgr.y (mgr.25441) 6059 : cluster [DBG] pgmap v4015: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 949 B/s rd, 0 op/s 2024-03-30T04:50:18.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:17 smithi117 bash[62284]: cluster 2024-03-30T04:50:16.131736+0000 mgr.y (mgr.25441) 6059 : cluster [DBG] pgmap v4015: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 949 B/s rd, 0 op/s 2024-03-30T04:50:20.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:19 smithi111 bash[70954]: cluster 2024-03-30T04:50:18.133246+0000 mgr.y (mgr.25441) 6060 : cluster [DBG] pgmap v4016: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 949 B/s rd, 0 op/s 2024-03-30T04:50:20.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:19 smithi111 bash[73591]: cluster 2024-03-30T04:50:18.133246+0000 mgr.y (mgr.25441) 6060 : cluster [DBG] pgmap v4016: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 949 B/s rd, 0 op/s 2024-03-30T04:50:20.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:19 smithi117 bash[62284]: cluster 2024-03-30T04:50:18.133246+0000 mgr.y (mgr.25441) 6060 : cluster [DBG] pgmap v4016: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 949 B/s rd, 0 op/s 2024-03-30T04:50:21.099 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:20 smithi117 bash[62284]: audit 2024-03-30T04:50:19.040461+0000 mgr.y (mgr.25441) 6061 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:21.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:20 smithi111 bash[70954]: audit 2024-03-30T04:50:19.040461+0000 mgr.y (mgr.25441) 6061 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:21.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:20 smithi111 bash[73591]: audit 2024-03-30T04:50:19.040461+0000 mgr.y (mgr.25441) 6061 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:22.083 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:21 smithi117 bash[62284]: cluster 2024-03-30T04:50:20.134196+0000 mgr.y (mgr.25441) 6062 : cluster [DBG] pgmap v4017: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 774 B/s rd, 0 op/s 2024-03-30T04:50:22.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:21 smithi111 bash[70954]: cluster 2024-03-30T04:50:20.134196+0000 mgr.y (mgr.25441) 6062 : cluster [DBG] pgmap v4017: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 774 B/s rd, 0 op/s 2024-03-30T04:50:22.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:21 smithi111 bash[73591]: cluster 2024-03-30T04:50:20.134196+0000 mgr.y (mgr.25441) 6062 : cluster [DBG] pgmap v4017: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 774 B/s rd, 0 op/s 2024-03-30T04:50:22.347 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:22 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:22.348 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:50:22 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:22.348 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:50:22 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:22.348 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:50:22 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:22.349 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:50:22 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:22.349 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:50:22 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:22.349 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:50:22 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:22.350 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:22 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:22.350 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:22 smithi117 systemd[1]: Stopping Ceph prometheus.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:50:22.350 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:22 smithi117 bash[53671]: ts=2024-03-30T04:50:22.314Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-03-30T04:50:22.350 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:22 smithi117 bash[53671]: ts=2024-03-30T04:50:22.314Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2024-03-30T04:50:22.350 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:22 smithi117 bash[53671]: ts=2024-03-30T04:50:22.314Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2024-03-30T04:50:22.350 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:22 smithi117 bash[53671]: ts=2024-03-30T04:50:22.314Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2024-03-30T04:50:22.350 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:22 smithi117 bash[53671]: ts=2024-03-30T04:50:22.314Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2024-03-30T04:50:22.350 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:22 smithi117 bash[53671]: ts=2024-03-30T04:50:22.314Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2024-03-30T04:50:22.350 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:22 smithi117 bash[53671]: ts=2024-03-30T04:50:22.314Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2024-03-30T04:50:22.350 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:22 smithi117 bash[53671]: ts=2024-03-30T04:50:22.314Z caller=main.go:828 level=info msg="Scrape manager stopped" 2024-03-30T04:50:22.350 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:22 smithi117 bash[53671]: ts=2024-03-30T04:50:22.314Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2024-03-30T04:50:22.350 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:22 smithi117 bash[53671]: ts=2024-03-30T04:50:22.315Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2024-03-30T04:50:22.350 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:22 smithi117 bash[53671]: ts=2024-03-30T04:50:22.315Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2024-03-30T04:50:22.351 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:22 smithi117 bash[53671]: ts=2024-03-30T04:50:22.315Z caller=main.go:1066 level=info msg="See you next time!" 2024-03-30T04:50:22.351 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:22 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:23.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:22 smithi111 bash[70954]: cluster 2024-03-30T04:50:22.135596+0000 mgr.y (mgr.25441) 6063 : cluster [DBG] pgmap v4018: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:23.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:22 smithi111 bash[73591]: cluster 2024-03-30T04:50:22.135596+0000 mgr.y (mgr.25441) 6063 : cluster [DBG] pgmap v4018: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:23.230 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:23 smithi117 bash[87070]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-prometheus-a 2024-03-30T04:50:23.230 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:22 smithi117 bash[62284]: cluster 2024-03-30T04:50:22.135596+0000 mgr.y (mgr.25441) 6063 : cluster [DBG] pgmap v4018: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:23.526 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:50:23 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:23.526 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:50:23 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:23.527 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:23 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:23.527 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:50:23 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:23.527 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:50:23 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:23.528 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:50:23 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:23.528 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:23 smithi117 bash[87132]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-prometheus-a 2024-03-30T04:50:23.528 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:23 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@prometheus.a.service: Deactivated successfully. 2024-03-30T04:50:23.528 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:23 smithi117 systemd[1]: Stopped Ceph prometheus.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:50:23.528 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:23 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:23.529 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:23 smithi117 systemd[1]: Started Ceph prometheus.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:50:23.529 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:50:23 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:23.529 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:50:23 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:24.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:23.585565+0000 mon.a (mon.0) 2553 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:24.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:23.604177+0000 mon.a (mon.0) 2554 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:24.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:23.652419+0000 mon.c (mon.1) 6809 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:23.654359+0000 mon.c (mon.1) 6810 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: cluster 2024-03-30T04:50:23.658191+0000 mgr.y (mgr.25441) 6064 : cluster [DBG] pgmap v4019: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:50:24.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:23.666774+0000 mon.a (mon.0) 2555 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:24.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: cephadm 2024-03-30T04:50:23.669761+0000 mgr.y (mgr.25441) 6065 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:23.754174+0000 mon.c (mon.1) 6811 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:50:24.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:23.755278+0000 mgr.y (mgr.25441) 6066 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:50:24.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:23.773104+0000 mon.c (mon.1) 6812 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:23.777891+0000 mon.c (mon.1) 6813 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:23.783278+0000 mon.c (mon.1) 6814 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:23.785044+0000 mon.c (mon.1) 6815 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: cluster 2024-03-30T04:50:23.788251+0000 mgr.y (mgr.25441) 6067 : cluster [DBG] pgmap v4020: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:50:24.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: cluster 2024-03-30T04:50:23.788926+0000 mgr.y (mgr.25441) 6068 : cluster [DBG] pgmap v4021: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:50:24.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:23.798706+0000 mon.a (mon.0) 2556 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:24.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: cephadm 2024-03-30T04:50:23.800620+0000 mgr.y (mgr.25441) 6069 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:23.890732+0000 mon.c (mon.1) 6816 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:23.895204+0000 mon.c (mon.1) 6817 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:23.899557+0000 mon.c (mon.1) 6818 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:23.585565+0000 mon.a (mon.0) 2553 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:24.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:23.604177+0000 mon.a (mon.0) 2554 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:24.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:23.652419+0000 mon.c (mon.1) 6809 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:23.654359+0000 mon.c (mon.1) 6810 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: cluster 2024-03-30T04:50:23.658191+0000 mgr.y (mgr.25441) 6064 : cluster [DBG] pgmap v4019: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:50:24.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:23.666774+0000 mon.a (mon.0) 2555 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:24.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: cephadm 2024-03-30T04:50:23.669761+0000 mgr.y (mgr.25441) 6065 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:23.754174+0000 mon.c (mon.1) 6811 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:50:24.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:23.755278+0000 mgr.y (mgr.25441) 6066 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:50:24.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:23.773104+0000 mon.c (mon.1) 6812 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:23.777891+0000 mon.c (mon.1) 6813 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:23.783278+0000 mon.c (mon.1) 6814 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:23.785044+0000 mon.c (mon.1) 6815 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: cluster 2024-03-30T04:50:23.788251+0000 mgr.y (mgr.25441) 6067 : cluster [DBG] pgmap v4020: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:50:24.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: cluster 2024-03-30T04:50:23.788926+0000 mgr.y (mgr.25441) 6068 : cluster [DBG] pgmap v4021: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:50:24.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:23.798706+0000 mon.a (mon.0) 2556 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:24.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: cephadm 2024-03-30T04:50:23.800620+0000 mgr.y (mgr.25441) 6069 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:23.890732+0000 mon.c (mon.1) 6816 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:23.895204+0000 mon.c (mon.1) 6817 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:23.899557+0000 mon.c (mon.1) 6818 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:23.901072+0000 mon.c (mon.1) 6819 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:23.912705+0000 mon.a (mon.0) 2557 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:24.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:24.004641+0000 mon.c (mon.1) 6820 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:24.008778+0000 mon.c (mon.1) 6821 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:24.012379+0000 mon.c (mon.1) 6822 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:24.013683+0000 mon.c (mon.1) 6823 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:24.022403+0000 mon.a (mon.0) 2558 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:24.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:24.113596+0000 mon.c (mon.1) 6824 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:24.118144+0000 mon.c (mon.1) 6825 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:24.122230+0000 mon.c (mon.1) 6826 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:24.123590+0000 mon.c (mon.1) 6827 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:24.136128+0000 mon.a (mon.0) 2559 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:24.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:24.225127+0000 mon.c (mon.1) 6828 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:24.229683+0000 mon.c (mon.1) 6829 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:24.233694+0000 mon.c (mon.1) 6830 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:24.235210+0000 mon.c (mon.1) 6831 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:24.247636+0000 mon.a (mon.0) 2560 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:24.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:24.327086+0000 mon.c (mon.1) 6832 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:24.330318+0000 mon.c (mon.1) 6833 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:23.901072+0000 mon.c (mon.1) 6819 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:23.912705+0000 mon.a (mon.0) 2557 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:24.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:24.004641+0000 mon.c (mon.1) 6820 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:24.008778+0000 mon.c (mon.1) 6821 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:24.012379+0000 mon.c (mon.1) 6822 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:24.013683+0000 mon.c (mon.1) 6823 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:24.022403+0000 mon.a (mon.0) 2558 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:24.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:24.113596+0000 mon.c (mon.1) 6824 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:24.118144+0000 mon.c (mon.1) 6825 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:24.122230+0000 mon.c (mon.1) 6826 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:24.123590+0000 mon.c (mon.1) 6827 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:24.136128+0000 mon.a (mon.0) 2559 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:24.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:24.225127+0000 mon.c (mon.1) 6828 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:24.229683+0000 mon.c (mon.1) 6829 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:24.233694+0000 mon.c (mon.1) 6830 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:24.235210+0000 mon.c (mon.1) 6831 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:24.247636+0000 mon.a (mon.0) 2560 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:24.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:24.327086+0000 mon.c (mon.1) 6832 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:24.330318+0000 mon.c (mon.1) 6833 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:24.333844+0000 mon.c (mon.1) 6834 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:24.335093+0000 mon.c (mon.1) 6835 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:24.344017+0000 mon.a (mon.0) 2561 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:24.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:24.427456+0000 mon.c (mon.1) 6836 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:24.432222+0000 mon.c (mon.1) 6837 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:24.437419+0000 mon.c (mon.1) 6838 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:24.439026+0000 mon.c (mon.1) 6839 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:24.454076+0000 mon.a (mon.0) 2562 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:24.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:24.544803+0000 mon.c (mon.1) 6840 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:24.548832+0000 mon.c (mon.1) 6841 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:24.552345+0000 mon.c (mon.1) 6842 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:24.553560+0000 mon.c (mon.1) 6843 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[73591]: audit 2024-03-30T04:50:24.563451+0000 mon.a (mon.0) 2563 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:24.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:24.333844+0000 mon.c (mon.1) 6834 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:24.335093+0000 mon.c (mon.1) 6835 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:24.344017+0000 mon.a (mon.0) 2561 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:24.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:24.427456+0000 mon.c (mon.1) 6836 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:24.432222+0000 mon.c (mon.1) 6837 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:24.437419+0000 mon.c (mon.1) 6838 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:24.439026+0000 mon.c (mon.1) 6839 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:24.454076+0000 mon.a (mon.0) 2562 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:24.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:24.544803+0000 mon.c (mon.1) 6840 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:24.548832+0000 mon.c (mon.1) 6841 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:24.552345+0000 mon.c (mon.1) 6842 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:24.553560+0000 mon.c (mon.1) 6843 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:24 smithi111 bash[70954]: audit 2024-03-30T04:50:24.563451+0000 mon.a (mon.0) 2563 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:24.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:23.585565+0000 mon.a (mon.0) 2553 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:24.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:23.604177+0000 mon.a (mon.0) 2554 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:24.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:23.652419+0000 mon.c (mon.1) 6809 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:23.654359+0000 mon.c (mon.1) 6810 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: cluster 2024-03-30T04:50:23.658191+0000 mgr.y (mgr.25441) 6064 : cluster [DBG] pgmap v4019: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:50:24.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:23.666774+0000 mon.a (mon.0) 2555 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:24.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: cephadm 2024-03-30T04:50:23.669761+0000 mgr.y (mgr.25441) 6065 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:23.754174+0000 mon.c (mon.1) 6811 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:50:24.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:23.755278+0000 mgr.y (mgr.25441) 6066 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:50:24.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:23.773104+0000 mon.c (mon.1) 6812 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:23.777891+0000 mon.c (mon.1) 6813 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:23.783278+0000 mon.c (mon.1) 6814 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:23.785044+0000 mon.c (mon.1) 6815 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: cluster 2024-03-30T04:50:23.788251+0000 mgr.y (mgr.25441) 6067 : cluster [DBG] pgmap v4020: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:50:24.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: cluster 2024-03-30T04:50:23.788926+0000 mgr.y (mgr.25441) 6068 : cluster [DBG] pgmap v4021: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:50:24.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:23.798706+0000 mon.a (mon.0) 2556 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:24.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: cephadm 2024-03-30T04:50:23.800620+0000 mgr.y (mgr.25441) 6069 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:23.890732+0000 mon.c (mon.1) 6816 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:23.895204+0000 mon.c (mon.1) 6817 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:23.899557+0000 mon.c (mon.1) 6818 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:23.901072+0000 mon.c (mon.1) 6819 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:23.912705+0000 mon.a (mon.0) 2557 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:24.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:24.004641+0000 mon.c (mon.1) 6820 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:24.008778+0000 mon.c (mon.1) 6821 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:24.012379+0000 mon.c (mon.1) 6822 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:24.013683+0000 mon.c (mon.1) 6823 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:24.022403+0000 mon.a (mon.0) 2558 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:24.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:24.113596+0000 mon.c (mon.1) 6824 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:24.118144+0000 mon.c (mon.1) 6825 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:24.122230+0000 mon.c (mon.1) 6826 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:24.123590+0000 mon.c (mon.1) 6827 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:24.136128+0000 mon.a (mon.0) 2559 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:24.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:24.225127+0000 mon.c (mon.1) 6828 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:24.229683+0000 mon.c (mon.1) 6829 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:24.233694+0000 mon.c (mon.1) 6830 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:24.235210+0000 mon.c (mon.1) 6831 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:24.247636+0000 mon.a (mon.0) 2560 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:24.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:24.327086+0000 mon.c (mon.1) 6832 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:24.330318+0000 mon.c (mon.1) 6833 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:24.333844+0000 mon.c (mon.1) 6834 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:24.335093+0000 mon.c (mon.1) 6835 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:24.344017+0000 mon.a (mon.0) 2561 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:24.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:24.427456+0000 mon.c (mon.1) 6836 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:24.432222+0000 mon.c (mon.1) 6837 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:24.437419+0000 mon.c (mon.1) 6838 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:24.439026+0000 mon.c (mon.1) 6839 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:24.454076+0000 mon.a (mon.0) 2562 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:24.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:24.544803+0000 mon.c (mon.1) 6840 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:24.548832+0000 mon.c (mon.1) 6841 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:24.552345+0000 mon.c (mon.1) 6842 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:24.553560+0000 mon.c (mon.1) 6843 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:24 smithi117 bash[62284]: audit 2024-03-30T04:50:24.563451+0000 mon.a (mon.0) 2563 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:25.223 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[87189]: ts=2024-03-30T04:50:25.065Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2024-03-30T04:50:25.224 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[87189]: ts=2024-03-30T04:50:25.065Z caller=main.go:569 level=info build_context="(go=go1.19.7, platform=linux/amd64, user=root@8a0ee342e522, date=20230321-12:56:07, tags=netgo,builtinassets)" 2024-03-30T04:50:25.224 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[87189]: ts=2024-03-30T04:50:25.065Z caller=main.go:570 level=info host_details="(Linux 5.15.0-101-generic #111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024 x86_64 smithi117 (none))" 2024-03-30T04:50:25.224 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[87189]: ts=2024-03-30T04:50:25.065Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-03-30T04:50:25.224 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[87189]: ts=2024-03-30T04:50:25.065Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-03-30T04:50:25.224 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[87189]: ts=2024-03-30T04:50:25.068Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2024-03-30T04:50:25.224 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[87189]: ts=2024-03-30T04:50:25.068Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2024-03-30T04:50:25.224 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[87189]: ts=2024-03-30T04:50:25.069Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2024-03-30T04:50:25.224 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[87189]: ts=2024-03-30T04:50:25.070Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-03-30T04:50:25.224 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[87189]: ts=2024-03-30T04:50:25.072Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-03-30T04:50:25.224 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[87189]: ts=2024-03-30T04:50:25.072Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.899µs 2024-03-30T04:50:25.224 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[87189]: ts=2024-03-30T04:50:25.072Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-03-30T04:50:25.224 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[87189]: ts=2024-03-30T04:50:25.072Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=4 2024-03-30T04:50:25.224 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[87189]: ts=2024-03-30T04:50:25.094Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=4 2024-03-30T04:50:25.224 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[87189]: ts=2024-03-30T04:50:25.103Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=4 2024-03-30T04:50:25.225 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[87189]: ts=2024-03-30T04:50:25.112Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=4 2024-03-30T04:50:25.225 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[87189]: ts=2024-03-30T04:50:25.113Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=4 maxSegment=4 2024-03-30T04:50:25.225 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[87189]: ts=2024-03-30T04:50:25.113Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=43.681µs wal_replay_duration=40.510468ms wbl_replay_duration=103ns total_replay_duration=40.588061ms 2024-03-30T04:50:25.225 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[87189]: ts=2024-03-30T04:50:25.117Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2024-03-30T04:50:25.225 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[87189]: ts=2024-03-30T04:50:25.117Z caller=main.go:1029 level=info msg="TSDB started" 2024-03-30T04:50:25.225 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[87189]: ts=2024-03-30T04:50:25.117Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-03-30T04:50:25.225 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[87189]: ts=2024-03-30T04:50:25.144Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=27.122311ms db_storage=1.107µs remote_storage=1.494µs web_handler=551ns query_engine=1.168µs scrape=413.257µs scrape_sd=164.956µs notify=18.822µs notify_sd=53.847µs rules=26.031482ms tracing=6.208µs 2024-03-30T04:50:25.225 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[87189]: ts=2024-03-30T04:50:25.144Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2024-03-30T04:50:25.225 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[87189]: ts=2024-03-30T04:50:25.144Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2024-03-30T04:50:25.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: cluster 2024-03-30T04:50:23.904202+0000 mgr.y (mgr.25441) 6070 : cluster [DBG] pgmap v4022: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 887 B/s rd, 0 op/s 2024-03-30T04:50:25.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: cluster 2024-03-30T04:50:23.904782+0000 mgr.y (mgr.25441) 6071 : cluster [DBG] pgmap v4023: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:50:25.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: cephadm 2024-03-30T04:50:23.914270+0000 mgr.y (mgr.25441) 6072 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: cluster 2024-03-30T04:50:24.016109+0000 mgr.y (mgr.25441) 6073 : cluster [DBG] pgmap v4024: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: cluster 2024-03-30T04:50:24.016390+0000 mgr.y (mgr.25441) 6074 : cluster [DBG] pgmap v4025: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: cephadm 2024-03-30T04:50:24.025169+0000 mgr.y (mgr.25441) 6075 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: cluster 2024-03-30T04:50:24.126260+0000 mgr.y (mgr.25441) 6076 : cluster [DBG] pgmap v4026: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: cluster 2024-03-30T04:50:24.126833+0000 mgr.y (mgr.25441) 6077 : cluster [DBG] pgmap v4027: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: cephadm 2024-03-30T04:50:24.137411+0000 mgr.y (mgr.25441) 6078 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: cluster 2024-03-30T04:50:24.237930+0000 mgr.y (mgr.25441) 6079 : cluster [DBG] pgmap v4028: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: cluster 2024-03-30T04:50:24.238489+0000 mgr.y (mgr.25441) 6080 : cluster [DBG] pgmap v4029: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: cephadm 2024-03-30T04:50:24.248916+0000 mgr.y (mgr.25441) 6081 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: cluster 2024-03-30T04:50:24.337182+0000 mgr.y (mgr.25441) 6082 : cluster [DBG] pgmap v4030: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: cluster 2024-03-30T04:50:24.337700+0000 mgr.y (mgr.25441) 6083 : cluster [DBG] pgmap v4031: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: cephadm 2024-03-30T04:50:24.344843+0000 mgr.y (mgr.25441) 6084 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: cluster 2024-03-30T04:50:24.441984+0000 mgr.y (mgr.25441) 6085 : cluster [DBG] pgmap v4032: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: cluster 2024-03-30T04:50:24.442585+0000 mgr.y (mgr.25441) 6086 : cluster [DBG] pgmap v4033: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: cephadm 2024-03-30T04:50:24.455416+0000 mgr.y (mgr.25441) 6087 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: cluster 2024-03-30T04:50:24.556052+0000 mgr.y (mgr.25441) 6088 : cluster [DBG] pgmap v4034: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: cluster 2024-03-30T04:50:24.556303+0000 mgr.y (mgr.25441) 6089 : cluster [DBG] pgmap v4035: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: cluster 2024-03-30T04:50:23.904202+0000 mgr.y (mgr.25441) 6070 : cluster [DBG] pgmap v4022: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 887 B/s rd, 0 op/s 2024-03-30T04:50:25.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: cluster 2024-03-30T04:50:23.904782+0000 mgr.y (mgr.25441) 6071 : cluster [DBG] pgmap v4023: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:50:25.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: cephadm 2024-03-30T04:50:23.914270+0000 mgr.y (mgr.25441) 6072 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: cluster 2024-03-30T04:50:24.016109+0000 mgr.y (mgr.25441) 6073 : cluster [DBG] pgmap v4024: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: cluster 2024-03-30T04:50:24.016390+0000 mgr.y (mgr.25441) 6074 : cluster [DBG] pgmap v4025: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: cephadm 2024-03-30T04:50:24.025169+0000 mgr.y (mgr.25441) 6075 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: cluster 2024-03-30T04:50:24.126260+0000 mgr.y (mgr.25441) 6076 : cluster [DBG] pgmap v4026: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: cluster 2024-03-30T04:50:24.126833+0000 mgr.y (mgr.25441) 6077 : cluster [DBG] pgmap v4027: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: cephadm 2024-03-30T04:50:24.137411+0000 mgr.y (mgr.25441) 6078 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: cluster 2024-03-30T04:50:24.237930+0000 mgr.y (mgr.25441) 6079 : cluster [DBG] pgmap v4028: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: cluster 2024-03-30T04:50:24.238489+0000 mgr.y (mgr.25441) 6080 : cluster [DBG] pgmap v4029: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: cephadm 2024-03-30T04:50:24.248916+0000 mgr.y (mgr.25441) 6081 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: cluster 2024-03-30T04:50:24.337182+0000 mgr.y (mgr.25441) 6082 : cluster [DBG] pgmap v4030: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: cluster 2024-03-30T04:50:24.337700+0000 mgr.y (mgr.25441) 6083 : cluster [DBG] pgmap v4031: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: cephadm 2024-03-30T04:50:24.344843+0000 mgr.y (mgr.25441) 6084 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: cluster 2024-03-30T04:50:24.441984+0000 mgr.y (mgr.25441) 6085 : cluster [DBG] pgmap v4032: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: cluster 2024-03-30T04:50:24.442585+0000 mgr.y (mgr.25441) 6086 : cluster [DBG] pgmap v4033: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: cephadm 2024-03-30T04:50:24.455416+0000 mgr.y (mgr.25441) 6087 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: cluster 2024-03-30T04:50:24.556052+0000 mgr.y (mgr.25441) 6088 : cluster [DBG] pgmap v4034: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: cluster 2024-03-30T04:50:24.556303+0000 mgr.y (mgr.25441) 6089 : cluster [DBG] pgmap v4035: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: cephadm 2024-03-30T04:50:24.567097+0000 mgr.y (mgr.25441) 6090 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:24.643315+0000 mon.c (mon.1) 6844 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:24.645503+0000 mon.c (mon.1) 6845 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:24.647503+0000 mon.c (mon.1) 6846 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:24.648223+0000 mon.c (mon.1) 6847 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: cluster 2024-03-30T04:50:24.649555+0000 mgr.y (mgr.25441) 6091 : cluster [DBG] pgmap v4036: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: cluster 2024-03-30T04:50:24.649806+0000 mgr.y (mgr.25441) 6092 : cluster [DBG] pgmap v4037: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:24.657611+0000 mon.a (mon.0) 2564 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:25.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: cephadm 2024-03-30T04:50:24.658259+0000 mgr.y (mgr.25441) 6093 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:24.699870+0000 mon.c (mon.1) 6848 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:24.701756+0000 mon.c (mon.1) 6849 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:24.703782+0000 mon.c (mon.1) 6850 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:24.704575+0000 mon.c (mon.1) 6851 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: cluster 2024-03-30T04:50:24.706037+0000 mgr.y (mgr.25441) 6094 : cluster [DBG] pgmap v4038: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: cluster 2024-03-30T04:50:24.706257+0000 mgr.y (mgr.25441) 6095 : cluster [DBG] pgmap v4039: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:24.714037+0000 mon.a (mon.0) 2565 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:25.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: cephadm 2024-03-30T04:50:24.714704+0000 mgr.y (mgr.25441) 6096 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:24.757478+0000 mon.c (mon.1) 6852 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:24.759583+0000 mon.c (mon.1) 6853 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:24.761383+0000 mon.c (mon.1) 6854 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: cephadm 2024-03-30T04:50:24.567097+0000 mgr.y (mgr.25441) 6090 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:24.643315+0000 mon.c (mon.1) 6844 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:24.645503+0000 mon.c (mon.1) 6845 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:24.647503+0000 mon.c (mon.1) 6846 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:24.648223+0000 mon.c (mon.1) 6847 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: cluster 2024-03-30T04:50:24.649555+0000 mgr.y (mgr.25441) 6091 : cluster [DBG] pgmap v4036: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: cluster 2024-03-30T04:50:24.649806+0000 mgr.y (mgr.25441) 6092 : cluster [DBG] pgmap v4037: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:24.657611+0000 mon.a (mon.0) 2564 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:25.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: cephadm 2024-03-30T04:50:24.658259+0000 mgr.y (mgr.25441) 6093 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:24.699870+0000 mon.c (mon.1) 6848 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:24.701756+0000 mon.c (mon.1) 6849 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:24.703782+0000 mon.c (mon.1) 6850 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:24.704575+0000 mon.c (mon.1) 6851 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: cluster 2024-03-30T04:50:24.706037+0000 mgr.y (mgr.25441) 6094 : cluster [DBG] pgmap v4038: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: cluster 2024-03-30T04:50:24.706257+0000 mgr.y (mgr.25441) 6095 : cluster [DBG] pgmap v4039: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:24.714037+0000 mon.a (mon.0) 2565 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:25.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: cephadm 2024-03-30T04:50:24.714704+0000 mgr.y (mgr.25441) 6096 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:24.757478+0000 mon.c (mon.1) 6852 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:24.759583+0000 mon.c (mon.1) 6853 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:24.761383+0000 mon.c (mon.1) 6854 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:24.762025+0000 mon.c (mon.1) 6855 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: cluster 2024-03-30T04:50:24.763282+0000 mgr.y (mgr.25441) 6097 : cluster [DBG] pgmap v4040: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: cluster 2024-03-30T04:50:24.763516+0000 mgr.y (mgr.25441) 6098 : cluster [DBG] pgmap v4041: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:24.768282+0000 mon.a (mon.0) 2566 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:25.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: cephadm 2024-03-30T04:50:24.770962+0000 mgr.y (mgr.25441) 6099 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:24.829415+0000 mon.c (mon.1) 6856 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:24.831912+0000 mon.c (mon.1) 6857 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:24.834199+0000 mon.c (mon.1) 6858 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:24.834913+0000 mon.c (mon.1) 6859 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:24.844103+0000 mon.a (mon.0) 2567 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:25.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:24.884763+0000 mon.c (mon.1) 6860 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:24.886844+0000 mon.c (mon.1) 6861 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:24.888977+0000 mon.c (mon.1) 6862 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:24.889698+0000 mon.c (mon.1) 6863 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:24.895716+0000 mon.a (mon.0) 2568 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:25.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:24.956948+0000 mon.c (mon.1) 6864 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:24.959224+0000 mon.c (mon.1) 6865 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:24.961288+0000 mon.c (mon.1) 6866 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:24.962058+0000 mon.c (mon.1) 6867 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:24.968330+0000 mon.a (mon.0) 2569 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:25.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:25.011476+0000 mon.c (mon.1) 6868 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:25.013400+0000 mon.c (mon.1) 6869 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:25.015806+0000 mon.c (mon.1) 6870 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:25.016573+0000 mon.c (mon.1) 6871 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:25.025373+0000 mon.a (mon.0) 2570 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:25.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:25.116322+0000 mon.c (mon.1) 6872 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:25.121442+0000 mon.c (mon.1) 6873 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:25.138519+0000 mon.c (mon.1) 6874 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:25.140195+0000 mon.c (mon.1) 6875 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:25.152303+0000 mon.a (mon.0) 2571 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:25.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:25.244486+0000 mon.c (mon.1) 6876 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:25.248877+0000 mon.c (mon.1) 6877 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:25.252999+0000 mon.c (mon.1) 6878 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:25.254153+0000 mon.c (mon.1) 6879 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:25.264722+0000 mon.a (mon.0) 2572 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:25.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:25.344909+0000 mon.c (mon.1) 6880 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:25.348630+0000 mon.c (mon.1) 6881 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:25.351190+0000 mon.c (mon.1) 6882 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:25.352236+0000 mon.c (mon.1) 6883 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:24.762025+0000 mon.c (mon.1) 6855 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: cluster 2024-03-30T04:50:24.763282+0000 mgr.y (mgr.25441) 6097 : cluster [DBG] pgmap v4040: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: cluster 2024-03-30T04:50:24.763516+0000 mgr.y (mgr.25441) 6098 : cluster [DBG] pgmap v4041: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:24.768282+0000 mon.a (mon.0) 2566 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:25.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: cephadm 2024-03-30T04:50:24.770962+0000 mgr.y (mgr.25441) 6099 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:24.829415+0000 mon.c (mon.1) 6856 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:24.831912+0000 mon.c (mon.1) 6857 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:24.834199+0000 mon.c (mon.1) 6858 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:24.834913+0000 mon.c (mon.1) 6859 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:24.844103+0000 mon.a (mon.0) 2567 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:25.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:24.884763+0000 mon.c (mon.1) 6860 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:24.886844+0000 mon.c (mon.1) 6861 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:24.888977+0000 mon.c (mon.1) 6862 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:24.889698+0000 mon.c (mon.1) 6863 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:24.895716+0000 mon.a (mon.0) 2568 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:25.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:24.956948+0000 mon.c (mon.1) 6864 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:24.959224+0000 mon.c (mon.1) 6865 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:24.961288+0000 mon.c (mon.1) 6866 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:24.962058+0000 mon.c (mon.1) 6867 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:24.968330+0000 mon.a (mon.0) 2569 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:25.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:25.360120+0000 mon.a (mon.0) 2573 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:25.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:25.402374+0000 mon.c (mon.1) 6884 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:25.404289+0000 mon.c (mon.1) 6885 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:25.406177+0000 mon.c (mon.1) 6886 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:25.406854+0000 mon.c (mon.1) 6887 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:25.415414+0000 mon.a (mon.0) 2574 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:25.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:25.455648+0000 mon.c (mon.1) 6888 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:25.457487+0000 mon.c (mon.1) 6889 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:25.459291+0000 mon.c (mon.1) 6890 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:25.459872+0000 mon.c (mon.1) 6891 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:25.466963+0000 mon.a (mon.0) 2575 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:25.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:25.507402+0000 mon.c (mon.1) 6892 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:25.509297+0000 mon.c (mon.1) 6893 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:25.511098+0000 mon.c (mon.1) 6894 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:25.511827+0000 mon.c (mon.1) 6895 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:25.518130+0000 mon.a (mon.0) 2576 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:25.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:25.559530+0000 mon.c (mon.1) 6896 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:25.561481+0000 mon.c (mon.1) 6897 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:25.563603+0000 mon.c (mon.1) 6898 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:25.564230+0000 mon.c (mon.1) 6899 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[70954]: audit 2024-03-30T04:50:25.570225+0000 mon.a (mon.0) 2577 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:25.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:25.011476+0000 mon.c (mon.1) 6868 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:25.013400+0000 mon.c (mon.1) 6869 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:25.015806+0000 mon.c (mon.1) 6870 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:25.016573+0000 mon.c (mon.1) 6871 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:25.025373+0000 mon.a (mon.0) 2570 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:25.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:25.116322+0000 mon.c (mon.1) 6872 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:25.121442+0000 mon.c (mon.1) 6873 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:25.138519+0000 mon.c (mon.1) 6874 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:25.140195+0000 mon.c (mon.1) 6875 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:25.152303+0000 mon.a (mon.0) 2571 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:25.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:25.244486+0000 mon.c (mon.1) 6876 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:25.248877+0000 mon.c (mon.1) 6877 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:25.252999+0000 mon.c (mon.1) 6878 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:25.254153+0000 mon.c (mon.1) 6879 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:25.264722+0000 mon.a (mon.0) 2572 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:25.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:25.344909+0000 mon.c (mon.1) 6880 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:25.348630+0000 mon.c (mon.1) 6881 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:25.351190+0000 mon.c (mon.1) 6882 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:25.352236+0000 mon.c (mon.1) 6883 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:25.360120+0000 mon.a (mon.0) 2573 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:25.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:25.402374+0000 mon.c (mon.1) 6884 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:25.404289+0000 mon.c (mon.1) 6885 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:25.406177+0000 mon.c (mon.1) 6886 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:25.406854+0000 mon.c (mon.1) 6887 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:25.415414+0000 mon.a (mon.0) 2574 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:25.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:25.455648+0000 mon.c (mon.1) 6888 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:25.457487+0000 mon.c (mon.1) 6889 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:25.459291+0000 mon.c (mon.1) 6890 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:25.459872+0000 mon.c (mon.1) 6891 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:25.466963+0000 mon.a (mon.0) 2575 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:25.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:25.507402+0000 mon.c (mon.1) 6892 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:25.509297+0000 mon.c (mon.1) 6893 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:25.511098+0000 mon.c (mon.1) 6894 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:25.511827+0000 mon.c (mon.1) 6895 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:25.518130+0000 mon.a (mon.0) 2576 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:25.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:25.559530+0000 mon.c (mon.1) 6896 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:25.561481+0000 mon.c (mon.1) 6897 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:25.563603+0000 mon.c (mon.1) 6898 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:25.564230+0000 mon.c (mon.1) 6899 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:25 smithi111 bash[73591]: audit 2024-03-30T04:50:25.570225+0000 mon.a (mon.0) 2577 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:25.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: cluster 2024-03-30T04:50:23.904202+0000 mgr.y (mgr.25441) 6070 : cluster [DBG] pgmap v4022: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 887 B/s rd, 0 op/s 2024-03-30T04:50:25.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: cluster 2024-03-30T04:50:23.904782+0000 mgr.y (mgr.25441) 6071 : cluster [DBG] pgmap v4023: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:50:25.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: cephadm 2024-03-30T04:50:23.914270+0000 mgr.y (mgr.25441) 6072 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: cluster 2024-03-30T04:50:24.016109+0000 mgr.y (mgr.25441) 6073 : cluster [DBG] pgmap v4024: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: cluster 2024-03-30T04:50:24.016390+0000 mgr.y (mgr.25441) 6074 : cluster [DBG] pgmap v4025: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: cephadm 2024-03-30T04:50:24.025169+0000 mgr.y (mgr.25441) 6075 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: cluster 2024-03-30T04:50:24.126260+0000 mgr.y (mgr.25441) 6076 : cluster [DBG] pgmap v4026: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: cluster 2024-03-30T04:50:24.126833+0000 mgr.y (mgr.25441) 6077 : cluster [DBG] pgmap v4027: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: cephadm 2024-03-30T04:50:24.137411+0000 mgr.y (mgr.25441) 6078 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: cluster 2024-03-30T04:50:24.237930+0000 mgr.y (mgr.25441) 6079 : cluster [DBG] pgmap v4028: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: cluster 2024-03-30T04:50:24.238489+0000 mgr.y (mgr.25441) 6080 : cluster [DBG] pgmap v4029: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: cephadm 2024-03-30T04:50:24.248916+0000 mgr.y (mgr.25441) 6081 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: cluster 2024-03-30T04:50:24.337182+0000 mgr.y (mgr.25441) 6082 : cluster [DBG] pgmap v4030: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: cluster 2024-03-30T04:50:24.337700+0000 mgr.y (mgr.25441) 6083 : cluster [DBG] pgmap v4031: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: cephadm 2024-03-30T04:50:24.344843+0000 mgr.y (mgr.25441) 6084 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: cluster 2024-03-30T04:50:24.441984+0000 mgr.y (mgr.25441) 6085 : cluster [DBG] pgmap v4032: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: cluster 2024-03-30T04:50:24.442585+0000 mgr.y (mgr.25441) 6086 : cluster [DBG] pgmap v4033: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: cephadm 2024-03-30T04:50:24.455416+0000 mgr.y (mgr.25441) 6087 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: cluster 2024-03-30T04:50:24.556052+0000 mgr.y (mgr.25441) 6088 : cluster [DBG] pgmap v4034: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: cluster 2024-03-30T04:50:24.556303+0000 mgr.y (mgr.25441) 6089 : cluster [DBG] pgmap v4035: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: cephadm 2024-03-30T04:50:24.567097+0000 mgr.y (mgr.25441) 6090 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:24.643315+0000 mon.c (mon.1) 6844 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:24.645503+0000 mon.c (mon.1) 6845 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:24.647503+0000 mon.c (mon.1) 6846 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:24.648223+0000 mon.c (mon.1) 6847 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: cluster 2024-03-30T04:50:24.649555+0000 mgr.y (mgr.25441) 6091 : cluster [DBG] pgmap v4036: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: cluster 2024-03-30T04:50:24.649806+0000 mgr.y (mgr.25441) 6092 : cluster [DBG] pgmap v4037: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:24.657611+0000 mon.a (mon.0) 2564 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:25.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: cephadm 2024-03-30T04:50:24.658259+0000 mgr.y (mgr.25441) 6093 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:24.699870+0000 mon.c (mon.1) 6848 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:24.701756+0000 mon.c (mon.1) 6849 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:24.703782+0000 mon.c (mon.1) 6850 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:24.704575+0000 mon.c (mon.1) 6851 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: cluster 2024-03-30T04:50:24.706037+0000 mgr.y (mgr.25441) 6094 : cluster [DBG] pgmap v4038: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: cluster 2024-03-30T04:50:24.706257+0000 mgr.y (mgr.25441) 6095 : cluster [DBG] pgmap v4039: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:24.714037+0000 mon.a (mon.0) 2565 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:25.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: cephadm 2024-03-30T04:50:24.714704+0000 mgr.y (mgr.25441) 6096 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:24.757478+0000 mon.c (mon.1) 6852 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:24.759583+0000 mon.c (mon.1) 6853 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:24.761383+0000 mon.c (mon.1) 6854 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:24.762025+0000 mon.c (mon.1) 6855 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: cluster 2024-03-30T04:50:24.763282+0000 mgr.y (mgr.25441) 6097 : cluster [DBG] pgmap v4040: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: cluster 2024-03-30T04:50:24.763516+0000 mgr.y (mgr.25441) 6098 : cluster [DBG] pgmap v4041: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:24.768282+0000 mon.a (mon.0) 2566 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:25.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: cephadm 2024-03-30T04:50:24.770962+0000 mgr.y (mgr.25441) 6099 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:24.829415+0000 mon.c (mon.1) 6856 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:24.831912+0000 mon.c (mon.1) 6857 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:24.834199+0000 mon.c (mon.1) 6858 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:24.834913+0000 mon.c (mon.1) 6859 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:24.844103+0000 mon.a (mon.0) 2567 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:25.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:24.884763+0000 mon.c (mon.1) 6860 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:24.886844+0000 mon.c (mon.1) 6861 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:24.888977+0000 mon.c (mon.1) 6862 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:24.889698+0000 mon.c (mon.1) 6863 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:24.895716+0000 mon.a (mon.0) 2568 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:25.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:24.956948+0000 mon.c (mon.1) 6864 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:24.959224+0000 mon.c (mon.1) 6865 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:24.961288+0000 mon.c (mon.1) 6866 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:24.962058+0000 mon.c (mon.1) 6867 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:24.968330+0000 mon.a (mon.0) 2569 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:25.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:25.011476+0000 mon.c (mon.1) 6868 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:25.013400+0000 mon.c (mon.1) 6869 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:25.015806+0000 mon.c (mon.1) 6870 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:25.016573+0000 mon.c (mon.1) 6871 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:25.025373+0000 mon.a (mon.0) 2570 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:25.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:25.116322+0000 mon.c (mon.1) 6872 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:25.121442+0000 mon.c (mon.1) 6873 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:25.138519+0000 mon.c (mon.1) 6874 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:25.140195+0000 mon.c (mon.1) 6875 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:25.152303+0000 mon.a (mon.0) 2571 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:25.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:25.244486+0000 mon.c (mon.1) 6876 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:25.248877+0000 mon.c (mon.1) 6877 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:25.252999+0000 mon.c (mon.1) 6878 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:25.254153+0000 mon.c (mon.1) 6879 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:25.264722+0000 mon.a (mon.0) 2572 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:25.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:25.344909+0000 mon.c (mon.1) 6880 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:25.348630+0000 mon.c (mon.1) 6881 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:25.351190+0000 mon.c (mon.1) 6882 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:25.352236+0000 mon.c (mon.1) 6883 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:25.360120+0000 mon.a (mon.0) 2573 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:25.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:25.402374+0000 mon.c (mon.1) 6884 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:25.404289+0000 mon.c (mon.1) 6885 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:25.406177+0000 mon.c (mon.1) 6886 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:25.406854+0000 mon.c (mon.1) 6887 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:25.415414+0000 mon.a (mon.0) 2574 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:25.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:25.455648+0000 mon.c (mon.1) 6888 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:25.457487+0000 mon.c (mon.1) 6889 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:25.459291+0000 mon.c (mon.1) 6890 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:25.459872+0000 mon.c (mon.1) 6891 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:25.466963+0000 mon.a (mon.0) 2575 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:25.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:25.507402+0000 mon.c (mon.1) 6892 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:25.509297+0000 mon.c (mon.1) 6893 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:25.511098+0000 mon.c (mon.1) 6894 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:25.511827+0000 mon.c (mon.1) 6895 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:25.518130+0000 mon.a (mon.0) 2576 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:25.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:25.559530+0000 mon.c (mon.1) 6896 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:25.561481+0000 mon.c (mon.1) 6897 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:25.563603+0000 mon.c (mon.1) 6898 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:25.564230+0000 mon.c (mon.1) 6899 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:25 smithi117 bash[62284]: audit 2024-03-30T04:50:25.570225+0000 mon.a (mon.0) 2577 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:26.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cluster 2024-03-30T04:50:24.836679+0000 mgr.y (mgr.25441) 6100 : cluster [DBG] pgmap v4042: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cluster 2024-03-30T04:50:24.837254+0000 mgr.y (mgr.25441) 6101 : cluster [DBG] pgmap v4043: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cephadm 2024-03-30T04:50:24.844794+0000 mgr.y (mgr.25441) 6102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cluster 2024-03-30T04:50:24.890974+0000 mgr.y (mgr.25441) 6103 : cluster [DBG] pgmap v4044: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cluster 2024-03-30T04:50:24.891181+0000 mgr.y (mgr.25441) 6104 : cluster [DBG] pgmap v4045: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cephadm 2024-03-30T04:50:24.898563+0000 mgr.y (mgr.25441) 6105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cluster 2024-03-30T04:50:24.963449+0000 mgr.y (mgr.25441) 6106 : cluster [DBG] pgmap v4046: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cluster 2024-03-30T04:50:24.963751+0000 mgr.y (mgr.25441) 6107 : cluster [DBG] pgmap v4047: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cephadm 2024-03-30T04:50:24.970628+0000 mgr.y (mgr.25441) 6108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cluster 2024-03-30T04:50:25.018655+0000 mgr.y (mgr.25441) 6109 : cluster [DBG] pgmap v4048: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cluster 2024-03-30T04:50:25.019149+0000 mgr.y (mgr.25441) 6110 : cluster [DBG] pgmap v4049: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cephadm 2024-03-30T04:50:25.028953+0000 mgr.y (mgr.25441) 6111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cluster 2024-03-30T04:50:25.143001+0000 mgr.y (mgr.25441) 6112 : cluster [DBG] pgmap v4050: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cluster 2024-03-30T04:50:25.143343+0000 mgr.y (mgr.25441) 6113 : cluster [DBG] pgmap v4051: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cephadm 2024-03-30T04:50:25.155719+0000 mgr.y (mgr.25441) 6114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cluster 2024-03-30T04:50:25.256415+0000 mgr.y (mgr.25441) 6115 : cluster [DBG] pgmap v4052: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cluster 2024-03-30T04:50:25.257009+0000 mgr.y (mgr.25441) 6116 : cluster [DBG] pgmap v4053: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cephadm 2024-03-30T04:50:25.268897+0000 mgr.y (mgr.25441) 6117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cluster 2024-03-30T04:50:25.353918+0000 mgr.y (mgr.25441) 6118 : cluster [DBG] pgmap v4054: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cluster 2024-03-30T04:50:25.354317+0000 mgr.y (mgr.25441) 6119 : cluster [DBG] pgmap v4055: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cluster 2024-03-30T04:50:24.836679+0000 mgr.y (mgr.25441) 6100 : cluster [DBG] pgmap v4042: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cluster 2024-03-30T04:50:24.837254+0000 mgr.y (mgr.25441) 6101 : cluster [DBG] pgmap v4043: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cephadm 2024-03-30T04:50:24.844794+0000 mgr.y (mgr.25441) 6102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cluster 2024-03-30T04:50:24.890974+0000 mgr.y (mgr.25441) 6103 : cluster [DBG] pgmap v4044: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cluster 2024-03-30T04:50:24.891181+0000 mgr.y (mgr.25441) 6104 : cluster [DBG] pgmap v4045: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cephadm 2024-03-30T04:50:24.898563+0000 mgr.y (mgr.25441) 6105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cluster 2024-03-30T04:50:24.963449+0000 mgr.y (mgr.25441) 6106 : cluster [DBG] pgmap v4046: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cluster 2024-03-30T04:50:24.963751+0000 mgr.y (mgr.25441) 6107 : cluster [DBG] pgmap v4047: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cephadm 2024-03-30T04:50:24.970628+0000 mgr.y (mgr.25441) 6108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cluster 2024-03-30T04:50:25.018655+0000 mgr.y (mgr.25441) 6109 : cluster [DBG] pgmap v4048: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cluster 2024-03-30T04:50:25.019149+0000 mgr.y (mgr.25441) 6110 : cluster [DBG] pgmap v4049: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cephadm 2024-03-30T04:50:25.028953+0000 mgr.y (mgr.25441) 6111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cluster 2024-03-30T04:50:25.143001+0000 mgr.y (mgr.25441) 6112 : cluster [DBG] pgmap v4050: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cluster 2024-03-30T04:50:25.143343+0000 mgr.y (mgr.25441) 6113 : cluster [DBG] pgmap v4051: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cephadm 2024-03-30T04:50:25.155719+0000 mgr.y (mgr.25441) 6114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cluster 2024-03-30T04:50:25.256415+0000 mgr.y (mgr.25441) 6115 : cluster [DBG] pgmap v4052: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cluster 2024-03-30T04:50:25.257009+0000 mgr.y (mgr.25441) 6116 : cluster [DBG] pgmap v4053: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cephadm 2024-03-30T04:50:25.268897+0000 mgr.y (mgr.25441) 6117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cluster 2024-03-30T04:50:25.353918+0000 mgr.y (mgr.25441) 6118 : cluster [DBG] pgmap v4054: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cluster 2024-03-30T04:50:25.354317+0000 mgr.y (mgr.25441) 6119 : cluster [DBG] pgmap v4055: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cephadm 2024-03-30T04:50:25.361583+0000 mgr.y (mgr.25441) 6120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cluster 2024-03-30T04:50:25.408110+0000 mgr.y (mgr.25441) 6121 : cluster [DBG] pgmap v4056: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cluster 2024-03-30T04:50:25.408349+0000 mgr.y (mgr.25441) 6122 : cluster [DBG] pgmap v4057: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cephadm 2024-03-30T04:50:25.416010+0000 mgr.y (mgr.25441) 6123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cluster 2024-03-30T04:50:25.461096+0000 mgr.y (mgr.25441) 6124 : cluster [DBG] pgmap v4058: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cluster 2024-03-30T04:50:25.461336+0000 mgr.y (mgr.25441) 6125 : cluster [DBG] pgmap v4059: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cephadm 2024-03-30T04:50:25.467507+0000 mgr.y (mgr.25441) 6126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cluster 2024-03-30T04:50:25.513156+0000 mgr.y (mgr.25441) 6127 : cluster [DBG] pgmap v4060: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cluster 2024-03-30T04:50:25.513333+0000 mgr.y (mgr.25441) 6128 : cluster [DBG] pgmap v4061: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cephadm 2024-03-30T04:50:25.518728+0000 mgr.y (mgr.25441) 6129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cluster 2024-03-30T04:50:25.565420+0000 mgr.y (mgr.25441) 6130 : cluster [DBG] pgmap v4062: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cluster 2024-03-30T04:50:25.565612+0000 mgr.y (mgr.25441) 6131 : cluster [DBG] pgmap v4063: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cephadm 2024-03-30T04:50:25.570825+0000 mgr.y (mgr.25441) 6132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:25.617067+0000 mon.c (mon.1) 6900 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:25.619381+0000 mon.c (mon.1) 6901 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:25.621474+0000 mon.c (mon.1) 6902 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:25.622162+0000 mon.c (mon.1) 6903 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cluster 2024-03-30T04:50:25.623407+0000 mgr.y (mgr.25441) 6133 : cluster [DBG] pgmap v4064: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cluster 2024-03-30T04:50:25.623647+0000 mgr.y (mgr.25441) 6134 : cluster [DBG] pgmap v4065: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:25.627822+0000 mon.a (mon.0) 2578 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:26.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cephadm 2024-03-30T04:50:25.361583+0000 mgr.y (mgr.25441) 6120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cluster 2024-03-30T04:50:25.408110+0000 mgr.y (mgr.25441) 6121 : cluster [DBG] pgmap v4056: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cluster 2024-03-30T04:50:25.408349+0000 mgr.y (mgr.25441) 6122 : cluster [DBG] pgmap v4057: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cephadm 2024-03-30T04:50:25.416010+0000 mgr.y (mgr.25441) 6123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cluster 2024-03-30T04:50:25.461096+0000 mgr.y (mgr.25441) 6124 : cluster [DBG] pgmap v4058: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cluster 2024-03-30T04:50:25.461336+0000 mgr.y (mgr.25441) 6125 : cluster [DBG] pgmap v4059: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cephadm 2024-03-30T04:50:25.467507+0000 mgr.y (mgr.25441) 6126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cluster 2024-03-30T04:50:25.513156+0000 mgr.y (mgr.25441) 6127 : cluster [DBG] pgmap v4060: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cluster 2024-03-30T04:50:25.513333+0000 mgr.y (mgr.25441) 6128 : cluster [DBG] pgmap v4061: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cephadm 2024-03-30T04:50:25.518728+0000 mgr.y (mgr.25441) 6129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cluster 2024-03-30T04:50:25.565420+0000 mgr.y (mgr.25441) 6130 : cluster [DBG] pgmap v4062: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cluster 2024-03-30T04:50:25.565612+0000 mgr.y (mgr.25441) 6131 : cluster [DBG] pgmap v4063: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cephadm 2024-03-30T04:50:25.570825+0000 mgr.y (mgr.25441) 6132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:25.617067+0000 mon.c (mon.1) 6900 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:25.619381+0000 mon.c (mon.1) 6901 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:25.621474+0000 mon.c (mon.1) 6902 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:25.622162+0000 mon.c (mon.1) 6903 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cluster 2024-03-30T04:50:25.623407+0000 mgr.y (mgr.25441) 6133 : cluster [DBG] pgmap v4064: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cluster 2024-03-30T04:50:25.623647+0000 mgr.y (mgr.25441) 6134 : cluster [DBG] pgmap v4065: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:25.627822+0000 mon.a (mon.0) 2578 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:26.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cephadm 2024-03-30T04:50:25.628443+0000 mgr.y (mgr.25441) 6135 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:25.669107+0000 mon.c (mon.1) 6904 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:25.670999+0000 mon.c (mon.1) 6905 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:25.672843+0000 mon.c (mon.1) 6906 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:25.673511+0000 mon.c (mon.1) 6907 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cluster 2024-03-30T04:50:25.674696+0000 mgr.y (mgr.25441) 6136 : cluster [DBG] pgmap v4066: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cluster 2024-03-30T04:50:25.674939+0000 mgr.y (mgr.25441) 6137 : cluster [DBG] pgmap v4067: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:25.679214+0000 mon.a (mon.0) 2579 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:26.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cephadm 2024-03-30T04:50:25.679825+0000 mgr.y (mgr.25441) 6138 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:25.720508+0000 mon.c (mon.1) 6908 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:25.722437+0000 mon.c (mon.1) 6909 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:25.724228+0000 mon.c (mon.1) 6910 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:25.724841+0000 mon.c (mon.1) 6911 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cluster 2024-03-30T04:50:25.726091+0000 mgr.y (mgr.25441) 6139 : cluster [DBG] pgmap v4068: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cluster 2024-03-30T04:50:25.726340+0000 mgr.y (mgr.25441) 6140 : cluster [DBG] pgmap v4069: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:25.730856+0000 mon.a (mon.0) 2580 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:26.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cephadm 2024-03-30T04:50:25.731699+0000 mgr.y (mgr.25441) 6141 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:25.771873+0000 mon.c (mon.1) 6912 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:25.774046+0000 mon.c (mon.1) 6913 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:25.775929+0000 mon.c (mon.1) 6914 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cephadm 2024-03-30T04:50:25.628443+0000 mgr.y (mgr.25441) 6135 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:25.669107+0000 mon.c (mon.1) 6904 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:25.670999+0000 mon.c (mon.1) 6905 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:25.672843+0000 mon.c (mon.1) 6906 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:25.673511+0000 mon.c (mon.1) 6907 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cluster 2024-03-30T04:50:25.674696+0000 mgr.y (mgr.25441) 6136 : cluster [DBG] pgmap v4066: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cluster 2024-03-30T04:50:25.674939+0000 mgr.y (mgr.25441) 6137 : cluster [DBG] pgmap v4067: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:25.679214+0000 mon.a (mon.0) 2579 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:26.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cephadm 2024-03-30T04:50:25.679825+0000 mgr.y (mgr.25441) 6138 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:25.720508+0000 mon.c (mon.1) 6908 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:25.722437+0000 mon.c (mon.1) 6909 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:25.724228+0000 mon.c (mon.1) 6910 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:25.724841+0000 mon.c (mon.1) 6911 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cluster 2024-03-30T04:50:25.726091+0000 mgr.y (mgr.25441) 6139 : cluster [DBG] pgmap v4068: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cluster 2024-03-30T04:50:25.726340+0000 mgr.y (mgr.25441) 6140 : cluster [DBG] pgmap v4069: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:25.730856+0000 mon.a (mon.0) 2580 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:26.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cephadm 2024-03-30T04:50:25.731699+0000 mgr.y (mgr.25441) 6141 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:25.771873+0000 mon.c (mon.1) 6912 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:25.774046+0000 mon.c (mon.1) 6913 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:25.775929+0000 mon.c (mon.1) 6914 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:25.776664+0000 mon.c (mon.1) 6915 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cluster 2024-03-30T04:50:25.777901+0000 mgr.y (mgr.25441) 6142 : cluster [DBG] pgmap v4070: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cluster 2024-03-30T04:50:25.778124+0000 mgr.y (mgr.25441) 6143 : cluster [DBG] pgmap v4071: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:25.783450+0000 mon.a (mon.0) 2581 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:26.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: cephadm 2024-03-30T04:50:25.784422+0000 mgr.y (mgr.25441) 6144 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:25.841692+0000 mon.c (mon.1) 6916 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:25.843731+0000 mon.c (mon.1) 6917 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:25.845550+0000 mon.c (mon.1) 6918 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:25.846267+0000 mon.c (mon.1) 6919 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:25.854144+0000 mon.a (mon.0) 2582 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:26.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:25.911356+0000 mon.c (mon.1) 6920 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:25.913898+0000 mon.c (mon.1) 6921 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:25.916355+0000 mon.c (mon.1) 6922 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:25.917222+0000 mon.c (mon.1) 6923 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:25.926897+0000 mon.a (mon.0) 2583 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:26.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:25.985696+0000 mon.c (mon.1) 6924 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:25.989609+0000 mon.c (mon.1) 6925 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:25.993005+0000 mon.c (mon.1) 6926 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:25.994079+0000 mon.c (mon.1) 6927 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:26.001632+0000 mon.a (mon.0) 2584 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:26.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:25.776664+0000 mon.c (mon.1) 6915 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cluster 2024-03-30T04:50:25.777901+0000 mgr.y (mgr.25441) 6142 : cluster [DBG] pgmap v4070: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cluster 2024-03-30T04:50:25.778124+0000 mgr.y (mgr.25441) 6143 : cluster [DBG] pgmap v4071: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:25.783450+0000 mon.a (mon.0) 2581 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:26.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: cephadm 2024-03-30T04:50:25.784422+0000 mgr.y (mgr.25441) 6144 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:25.841692+0000 mon.c (mon.1) 6916 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:25.843731+0000 mon.c (mon.1) 6917 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:25.845550+0000 mon.c (mon.1) 6918 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:25.846267+0000 mon.c (mon.1) 6919 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:25.854144+0000 mon.a (mon.0) 2582 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:26.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:25.911356+0000 mon.c (mon.1) 6920 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:25.913898+0000 mon.c (mon.1) 6921 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:25.916355+0000 mon.c (mon.1) 6922 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:25.917222+0000 mon.c (mon.1) 6923 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:25.926897+0000 mon.a (mon.0) 2583 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:26.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:25.985696+0000 mon.c (mon.1) 6924 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:25.989609+0000 mon.c (mon.1) 6925 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:25.993005+0000 mon.c (mon.1) 6926 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:25.994079+0000 mon.c (mon.1) 6927 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:26.001632+0000 mon.a (mon.0) 2584 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:26.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:26.093079+0000 mon.c (mon.1) 6928 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:26.097958+0000 mon.c (mon.1) 6929 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:26.102351+0000 mon.c (mon.1) 6930 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:26.104109+0000 mon.c (mon.1) 6931 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:26.116880+0000 mon.a (mon.0) 2585 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:26.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:26.196034+0000 mon.c (mon.1) 6932 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:26.200879+0000 mon.c (mon.1) 6933 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:26.205332+0000 mon.c (mon.1) 6934 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:26.206706+0000 mon.c (mon.1) 6935 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:26.218795+0000 mon.a (mon.0) 2586 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:26.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:26.297085+0000 mon.c (mon.1) 6936 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:26.301267+0000 mon.c (mon.1) 6937 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:26.305258+0000 mon.c (mon.1) 6938 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:26.306510+0000 mon.c (mon.1) 6939 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:26.318221+0000 mon.a (mon.0) 2587 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:26.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:26.409412+0000 mon.c (mon.1) 6940 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:26.414057+0000 mon.c (mon.1) 6941 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:26.418224+0000 mon.c (mon.1) 6942 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:26.419335+0000 mon.c (mon.1) 6943 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:26.431570+0000 mon.a (mon.0) 2588 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:26.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:26.509770+0000 mon.c (mon.1) 6944 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:26.512940+0000 mon.c (mon.1) 6945 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:26.516745+0000 mon.c (mon.1) 6946 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:26.518141+0000 mon.c (mon.1) 6947 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[70954]: audit 2024-03-30T04:50:26.530214+0000 mon.a (mon.0) 2589 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:26.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:26.093079+0000 mon.c (mon.1) 6928 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:26.097958+0000 mon.c (mon.1) 6929 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:26.102351+0000 mon.c (mon.1) 6930 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:26.104109+0000 mon.c (mon.1) 6931 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:26.116880+0000 mon.a (mon.0) 2585 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:26.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:26.196034+0000 mon.c (mon.1) 6932 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:26.200879+0000 mon.c (mon.1) 6933 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:26.205332+0000 mon.c (mon.1) 6934 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:26.206706+0000 mon.c (mon.1) 6935 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:26.218795+0000 mon.a (mon.0) 2586 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:26.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:26.297085+0000 mon.c (mon.1) 6936 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:26.301267+0000 mon.c (mon.1) 6937 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:26.305258+0000 mon.c (mon.1) 6938 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:26.306510+0000 mon.c (mon.1) 6939 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:26.318221+0000 mon.a (mon.0) 2587 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:26.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:26.409412+0000 mon.c (mon.1) 6940 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:26.414057+0000 mon.c (mon.1) 6941 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:26.418224+0000 mon.c (mon.1) 6942 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:26.419335+0000 mon.c (mon.1) 6943 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:26.431570+0000 mon.a (mon.0) 2588 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:26.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:26.509770+0000 mon.c (mon.1) 6944 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:26.512940+0000 mon.c (mon.1) 6945 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:26.516745+0000 mon.c (mon.1) 6946 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:26.518141+0000 mon.c (mon.1) 6947 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:26 smithi111 bash[73591]: audit 2024-03-30T04:50:26.530214+0000 mon.a (mon.0) 2589 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:26.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cluster 2024-03-30T04:50:24.836679+0000 mgr.y (mgr.25441) 6100 : cluster [DBG] pgmap v4042: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cluster 2024-03-30T04:50:24.837254+0000 mgr.y (mgr.25441) 6101 : cluster [DBG] pgmap v4043: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cephadm 2024-03-30T04:50:24.844794+0000 mgr.y (mgr.25441) 6102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cluster 2024-03-30T04:50:24.890974+0000 mgr.y (mgr.25441) 6103 : cluster [DBG] pgmap v4044: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cluster 2024-03-30T04:50:24.891181+0000 mgr.y (mgr.25441) 6104 : cluster [DBG] pgmap v4045: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cephadm 2024-03-30T04:50:24.898563+0000 mgr.y (mgr.25441) 6105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cluster 2024-03-30T04:50:24.963449+0000 mgr.y (mgr.25441) 6106 : cluster [DBG] pgmap v4046: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cluster 2024-03-30T04:50:24.963751+0000 mgr.y (mgr.25441) 6107 : cluster [DBG] pgmap v4047: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cephadm 2024-03-30T04:50:24.970628+0000 mgr.y (mgr.25441) 6108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cluster 2024-03-30T04:50:25.018655+0000 mgr.y (mgr.25441) 6109 : cluster [DBG] pgmap v4048: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cluster 2024-03-30T04:50:25.019149+0000 mgr.y (mgr.25441) 6110 : cluster [DBG] pgmap v4049: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cephadm 2024-03-30T04:50:25.028953+0000 mgr.y (mgr.25441) 6111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cluster 2024-03-30T04:50:25.143001+0000 mgr.y (mgr.25441) 6112 : cluster [DBG] pgmap v4050: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cluster 2024-03-30T04:50:25.143343+0000 mgr.y (mgr.25441) 6113 : cluster [DBG] pgmap v4051: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cephadm 2024-03-30T04:50:25.155719+0000 mgr.y (mgr.25441) 6114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cluster 2024-03-30T04:50:25.256415+0000 mgr.y (mgr.25441) 6115 : cluster [DBG] pgmap v4052: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cluster 2024-03-30T04:50:25.257009+0000 mgr.y (mgr.25441) 6116 : cluster [DBG] pgmap v4053: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cephadm 2024-03-30T04:50:25.268897+0000 mgr.y (mgr.25441) 6117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cluster 2024-03-30T04:50:25.353918+0000 mgr.y (mgr.25441) 6118 : cluster [DBG] pgmap v4054: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cluster 2024-03-30T04:50:25.354317+0000 mgr.y (mgr.25441) 6119 : cluster [DBG] pgmap v4055: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cephadm 2024-03-30T04:50:25.361583+0000 mgr.y (mgr.25441) 6120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cluster 2024-03-30T04:50:25.408110+0000 mgr.y (mgr.25441) 6121 : cluster [DBG] pgmap v4056: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cluster 2024-03-30T04:50:25.408349+0000 mgr.y (mgr.25441) 6122 : cluster [DBG] pgmap v4057: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cephadm 2024-03-30T04:50:25.416010+0000 mgr.y (mgr.25441) 6123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cluster 2024-03-30T04:50:25.461096+0000 mgr.y (mgr.25441) 6124 : cluster [DBG] pgmap v4058: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cluster 2024-03-30T04:50:25.461336+0000 mgr.y (mgr.25441) 6125 : cluster [DBG] pgmap v4059: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cephadm 2024-03-30T04:50:25.467507+0000 mgr.y (mgr.25441) 6126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cluster 2024-03-30T04:50:25.513156+0000 mgr.y (mgr.25441) 6127 : cluster [DBG] pgmap v4060: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cluster 2024-03-30T04:50:25.513333+0000 mgr.y (mgr.25441) 6128 : cluster [DBG] pgmap v4061: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cephadm 2024-03-30T04:50:25.518728+0000 mgr.y (mgr.25441) 6129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cluster 2024-03-30T04:50:25.565420+0000 mgr.y (mgr.25441) 6130 : cluster [DBG] pgmap v4062: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cluster 2024-03-30T04:50:25.565612+0000 mgr.y (mgr.25441) 6131 : cluster [DBG] pgmap v4063: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cephadm 2024-03-30T04:50:25.570825+0000 mgr.y (mgr.25441) 6132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:25.617067+0000 mon.c (mon.1) 6900 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:25.619381+0000 mon.c (mon.1) 6901 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:25.621474+0000 mon.c (mon.1) 6902 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:25.622162+0000 mon.c (mon.1) 6903 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cluster 2024-03-30T04:50:25.623407+0000 mgr.y (mgr.25441) 6133 : cluster [DBG] pgmap v4064: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cluster 2024-03-30T04:50:25.623647+0000 mgr.y (mgr.25441) 6134 : cluster [DBG] pgmap v4065: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:25.627822+0000 mon.a (mon.0) 2578 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:26.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cephadm 2024-03-30T04:50:25.628443+0000 mgr.y (mgr.25441) 6135 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:25.669107+0000 mon.c (mon.1) 6904 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:25.670999+0000 mon.c (mon.1) 6905 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:25.672843+0000 mon.c (mon.1) 6906 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:25.673511+0000 mon.c (mon.1) 6907 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cluster 2024-03-30T04:50:25.674696+0000 mgr.y (mgr.25441) 6136 : cluster [DBG] pgmap v4066: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cluster 2024-03-30T04:50:25.674939+0000 mgr.y (mgr.25441) 6137 : cluster [DBG] pgmap v4067: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:25.679214+0000 mon.a (mon.0) 2579 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:26.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cephadm 2024-03-30T04:50:25.679825+0000 mgr.y (mgr.25441) 6138 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:25.720508+0000 mon.c (mon.1) 6908 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:25.722437+0000 mon.c (mon.1) 6909 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:25.724228+0000 mon.c (mon.1) 6910 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:25.724841+0000 mon.c (mon.1) 6911 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cluster 2024-03-30T04:50:25.726091+0000 mgr.y (mgr.25441) 6139 : cluster [DBG] pgmap v4068: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cluster 2024-03-30T04:50:25.726340+0000 mgr.y (mgr.25441) 6140 : cluster [DBG] pgmap v4069: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:25.730856+0000 mon.a (mon.0) 2580 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:26.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cephadm 2024-03-30T04:50:25.731699+0000 mgr.y (mgr.25441) 6141 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:25.771873+0000 mon.c (mon.1) 6912 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:25.774046+0000 mon.c (mon.1) 6913 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:25.775929+0000 mon.c (mon.1) 6914 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:25.776664+0000 mon.c (mon.1) 6915 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cluster 2024-03-30T04:50:25.777901+0000 mgr.y (mgr.25441) 6142 : cluster [DBG] pgmap v4070: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cluster 2024-03-30T04:50:25.778124+0000 mgr.y (mgr.25441) 6143 : cluster [DBG] pgmap v4071: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:25.783450+0000 mon.a (mon.0) 2581 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:26.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: cephadm 2024-03-30T04:50:25.784422+0000 mgr.y (mgr.25441) 6144 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:25.841692+0000 mon.c (mon.1) 6916 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:25.843731+0000 mon.c (mon.1) 6917 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:25.845550+0000 mon.c (mon.1) 6918 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:25.846267+0000 mon.c (mon.1) 6919 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:25.854144+0000 mon.a (mon.0) 2582 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:26.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:25.911356+0000 mon.c (mon.1) 6920 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:25.913898+0000 mon.c (mon.1) 6921 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:25.916355+0000 mon.c (mon.1) 6922 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:25.917222+0000 mon.c (mon.1) 6923 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:25.926897+0000 mon.a (mon.0) 2583 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:26.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:25.985696+0000 mon.c (mon.1) 6924 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:25.989609+0000 mon.c (mon.1) 6925 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:25.993005+0000 mon.c (mon.1) 6926 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:25.994079+0000 mon.c (mon.1) 6927 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:26.001632+0000 mon.a (mon.0) 2584 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:26.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:26.093079+0000 mon.c (mon.1) 6928 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:26.097958+0000 mon.c (mon.1) 6929 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:26.102351+0000 mon.c (mon.1) 6930 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:26.104109+0000 mon.c (mon.1) 6931 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:26.116880+0000 mon.a (mon.0) 2585 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:26.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:26.196034+0000 mon.c (mon.1) 6932 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:26.200879+0000 mon.c (mon.1) 6933 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:26.205332+0000 mon.c (mon.1) 6934 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:26.206706+0000 mon.c (mon.1) 6935 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:26.218795+0000 mon.a (mon.0) 2586 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:26.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:26.297085+0000 mon.c (mon.1) 6936 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:26.301267+0000 mon.c (mon.1) 6937 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:26.305258+0000 mon.c (mon.1) 6938 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:26.306510+0000 mon.c (mon.1) 6939 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:26.318221+0000 mon.a (mon.0) 2587 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:26.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:26.409412+0000 mon.c (mon.1) 6940 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:26.414057+0000 mon.c (mon.1) 6941 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:26.418224+0000 mon.c (mon.1) 6942 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:26.419335+0000 mon.c (mon.1) 6943 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:26.431570+0000 mon.a (mon.0) 2588 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:26.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:26.509770+0000 mon.c (mon.1) 6944 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:26.512940+0000 mon.c (mon.1) 6945 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:26.516745+0000 mon.c (mon.1) 6946 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:26.518141+0000 mon.c (mon.1) 6947 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:26 smithi117 bash[62284]: audit 2024-03-30T04:50:26.530214+0000 mon.a (mon.0) 2589 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:27.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: cluster 2024-03-30T04:50:25.847807+0000 mgr.y (mgr.25441) 6145 : cluster [DBG] pgmap v4072: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: cluster 2024-03-30T04:50:25.848085+0000 mgr.y (mgr.25441) 6146 : cluster [DBG] pgmap v4073: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: cephadm 2024-03-30T04:50:25.854705+0000 mgr.y (mgr.25441) 6147 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: cluster 2024-03-30T04:50:25.918996+0000 mgr.y (mgr.25441) 6148 : cluster [DBG] pgmap v4074: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: cluster 2024-03-30T04:50:25.919232+0000 mgr.y (mgr.25441) 6149 : cluster [DBG] pgmap v4075: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: cephadm 2024-03-30T04:50:25.927933+0000 mgr.y (mgr.25441) 6150 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: cluster 2024-03-30T04:50:25.996314+0000 mgr.y (mgr.25441) 6151 : cluster [DBG] pgmap v4076: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: cluster 2024-03-30T04:50:25.996494+0000 mgr.y (mgr.25441) 6152 : cluster [DBG] pgmap v4077: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: cephadm 2024-03-30T04:50:26.005384+0000 mgr.y (mgr.25441) 6153 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: cluster 2024-03-30T04:50:26.106957+0000 mgr.y (mgr.25441) 6154 : cluster [DBG] pgmap v4078: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: cluster 2024-03-30T04:50:26.107552+0000 mgr.y (mgr.25441) 6155 : cluster [DBG] pgmap v4079: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: cephadm 2024-03-30T04:50:26.118155+0000 mgr.y (mgr.25441) 6156 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: cluster 2024-03-30T04:50:26.209478+0000 mgr.y (mgr.25441) 6157 : cluster [DBG] pgmap v4080: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: cluster 2024-03-30T04:50:26.209732+0000 mgr.y (mgr.25441) 6158 : cluster [DBG] pgmap v4081: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: cephadm 2024-03-30T04:50:26.219717+0000 mgr.y (mgr.25441) 6159 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: cluster 2024-03-30T04:50:26.308924+0000 mgr.y (mgr.25441) 6160 : cluster [DBG] pgmap v4082: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: cluster 2024-03-30T04:50:26.309204+0000 mgr.y (mgr.25441) 6161 : cluster [DBG] pgmap v4083: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: cephadm 2024-03-30T04:50:26.319490+0000 mgr.y (mgr.25441) 6162 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: cluster 2024-03-30T04:50:26.421493+0000 mgr.y (mgr.25441) 6163 : cluster [DBG] pgmap v4084: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: cluster 2024-03-30T04:50:26.421976+0000 mgr.y (mgr.25441) 6164 : cluster [DBG] pgmap v4085: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: cephadm 2024-03-30T04:50:26.432536+0000 mgr.y (mgr.25441) 6165 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: cluster 2024-03-30T04:50:26.520511+0000 mgr.y (mgr.25441) 6166 : cluster [DBG] pgmap v4086: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: cluster 2024-03-30T04:50:26.521065+0000 mgr.y (mgr.25441) 6167 : cluster [DBG] pgmap v4087: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: cephadm 2024-03-30T04:50:26.531554+0000 mgr.y (mgr.25441) 6168 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:26.609529+0000 mon.c (mon.1) 6948 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:26.646070+0000 mon.c (mon.1) 6949 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:26.650364+0000 mon.c (mon.1) 6950 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:26.651820+0000 mon.c (mon.1) 6951 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: cluster 2024-03-30T04:50:26.654139+0000 mgr.y (mgr.25441) 6169 : cluster [DBG] pgmap v4088: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: cluster 2024-03-30T04:50:26.654692+0000 mgr.y (mgr.25441) 6170 : cluster [DBG] pgmap v4089: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:26.662926+0000 mon.a (mon.0) 2590 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:27.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: cephadm 2024-03-30T04:50:26.668278+0000 mgr.y (mgr.25441) 6171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:26.731628+0000 mon.c (mon.1) 6952 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:26.734451+0000 mon.c (mon.1) 6953 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:26.736900+0000 mon.c (mon.1) 6954 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:26.737764+0000 mon.c (mon.1) 6955 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: cluster 2024-03-30T04:50:26.739455+0000 mgr.y (mgr.25441) 6172 : cluster [DBG] pgmap v4090: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s 2024-03-30T04:50:27.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: cluster 2024-03-30T04:50:26.739743+0000 mgr.y (mgr.25441) 6173 : cluster [DBG] pgmap v4091: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s 2024-03-30T04:50:27.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:26.746618+0000 mon.a (mon.0) 2591 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:27.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: cephadm 2024-03-30T04:50:26.750531+0000 mgr.y (mgr.25441) 6174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:26.826606+0000 mon.c (mon.1) 6956 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:26.828765+0000 mon.c (mon.1) 6957 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:26.831172+0000 mon.c (mon.1) 6958 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:26.831872+0000 mon.c (mon.1) 6959 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:26.838171+0000 mon.a (mon.0) 2592 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:27.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:26.899603+0000 mon.c (mon.1) 6960 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:26.901832+0000 mon.c (mon.1) 6961 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:26.903964+0000 mon.c (mon.1) 6962 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:26.904708+0000 mon.c (mon.1) 6963 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:26.911044+0000 mon.a (mon.0) 2593 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:27.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:26.971654+0000 mon.c (mon.1) 6964 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:26.973722+0000 mon.c (mon.1) 6965 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:26.975668+0000 mon.c (mon.1) 6966 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:26.976390+0000 mon.c (mon.1) 6967 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:26.982542+0000 mon.a (mon.0) 2594 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:27.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:27.047097+0000 mon.c (mon.1) 6968 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:27.049625+0000 mon.c (mon.1) 6969 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:27.051833+0000 mon.c (mon.1) 6970 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:27.052694+0000 mon.c (mon.1) 6971 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:27.061651+0000 mon.a (mon.0) 2595 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:27.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:27.136062+0000 mon.c (mon.1) 6972 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:27.138339+0000 mon.c (mon.1) 6973 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:27.140579+0000 mon.c (mon.1) 6974 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:27.141454+0000 mon.c (mon.1) 6975 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:27.148010+0000 mon.a (mon.0) 2596 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:27.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:27.213586+0000 mon.c (mon.1) 6976 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:27.216177+0000 mon.c (mon.1) 6977 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:27.218863+0000 mon.c (mon.1) 6978 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:27.219982+0000 mon.c (mon.1) 6979 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:27.227502+0000 mon.a (mon.0) 2597 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:27.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:27.306835+0000 mon.c (mon.1) 6980 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:27.309872+0000 mon.c (mon.1) 6981 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:27.312469+0000 mon.c (mon.1) 6982 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:27.313412+0000 mon.c (mon.1) 6983 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:27.323287+0000 mon.a (mon.0) 2598 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:27.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:27.403680+0000 mon.c (mon.1) 6984 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:27.406312+0000 mon.c (mon.1) 6985 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:27.409156+0000 mon.c (mon.1) 6986 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:27.410194+0000 mon.c (mon.1) 6987 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:27.420052+0000 mon.a (mon.0) 2599 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:27.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:27.478939+0000 mon.c (mon.1) 6988 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:27.481348+0000 mon.c (mon.1) 6989 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:27.483626+0000 mon.c (mon.1) 6990 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:27.484513+0000 mon.c (mon.1) 6991 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:27.493408+0000 mon.a (mon.0) 2600 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:27.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:27.553416+0000 mon.c (mon.1) 6992 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:27.555725+0000 mon.c (mon.1) 6993 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:27.557827+0000 mon.c (mon.1) 6994 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:27.558578+0000 mon.c (mon.1) 6995 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:27.564800+0000 mon.a (mon.0) 2601 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:27.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:27.608120+0000 mon.c (mon.1) 6996 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:27.610238+0000 mon.c (mon.1) 6997 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:27.612182+0000 mon.c (mon.1) 6998 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:27 smithi117 bash[62284]: audit 2024-03-30T04:50:27.612851+0000 mon.c (mon.1) 6999 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: cluster 2024-03-30T04:50:25.847807+0000 mgr.y (mgr.25441) 6145 : cluster [DBG] pgmap v4072: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: cluster 2024-03-30T04:50:25.848085+0000 mgr.y (mgr.25441) 6146 : cluster [DBG] pgmap v4073: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: cephadm 2024-03-30T04:50:25.854705+0000 mgr.y (mgr.25441) 6147 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: cluster 2024-03-30T04:50:25.918996+0000 mgr.y (mgr.25441) 6148 : cluster [DBG] pgmap v4074: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: cluster 2024-03-30T04:50:25.919232+0000 mgr.y (mgr.25441) 6149 : cluster [DBG] pgmap v4075: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: cephadm 2024-03-30T04:50:25.927933+0000 mgr.y (mgr.25441) 6150 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: cluster 2024-03-30T04:50:25.996314+0000 mgr.y (mgr.25441) 6151 : cluster [DBG] pgmap v4076: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: cluster 2024-03-30T04:50:25.996494+0000 mgr.y (mgr.25441) 6152 : cluster [DBG] pgmap v4077: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: cephadm 2024-03-30T04:50:26.005384+0000 mgr.y (mgr.25441) 6153 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: cluster 2024-03-30T04:50:26.106957+0000 mgr.y (mgr.25441) 6154 : cluster [DBG] pgmap v4078: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: cluster 2024-03-30T04:50:26.107552+0000 mgr.y (mgr.25441) 6155 : cluster [DBG] pgmap v4079: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: cephadm 2024-03-30T04:50:26.118155+0000 mgr.y (mgr.25441) 6156 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: cluster 2024-03-30T04:50:26.209478+0000 mgr.y (mgr.25441) 6157 : cluster [DBG] pgmap v4080: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: cluster 2024-03-30T04:50:26.209732+0000 mgr.y (mgr.25441) 6158 : cluster [DBG] pgmap v4081: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: cephadm 2024-03-30T04:50:26.219717+0000 mgr.y (mgr.25441) 6159 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: cluster 2024-03-30T04:50:26.308924+0000 mgr.y (mgr.25441) 6160 : cluster [DBG] pgmap v4082: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: cluster 2024-03-30T04:50:26.309204+0000 mgr.y (mgr.25441) 6161 : cluster [DBG] pgmap v4083: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: cephadm 2024-03-30T04:50:26.319490+0000 mgr.y (mgr.25441) 6162 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: cluster 2024-03-30T04:50:26.421493+0000 mgr.y (mgr.25441) 6163 : cluster [DBG] pgmap v4084: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: cluster 2024-03-30T04:50:26.421976+0000 mgr.y (mgr.25441) 6164 : cluster [DBG] pgmap v4085: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: cluster 2024-03-30T04:50:25.847807+0000 mgr.y (mgr.25441) 6145 : cluster [DBG] pgmap v4072: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: cluster 2024-03-30T04:50:25.848085+0000 mgr.y (mgr.25441) 6146 : cluster [DBG] pgmap v4073: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: cephadm 2024-03-30T04:50:25.854705+0000 mgr.y (mgr.25441) 6147 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: cluster 2024-03-30T04:50:25.918996+0000 mgr.y (mgr.25441) 6148 : cluster [DBG] pgmap v4074: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: cluster 2024-03-30T04:50:25.919232+0000 mgr.y (mgr.25441) 6149 : cluster [DBG] pgmap v4075: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: cephadm 2024-03-30T04:50:25.927933+0000 mgr.y (mgr.25441) 6150 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: cluster 2024-03-30T04:50:25.996314+0000 mgr.y (mgr.25441) 6151 : cluster [DBG] pgmap v4076: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: cluster 2024-03-30T04:50:25.996494+0000 mgr.y (mgr.25441) 6152 : cluster [DBG] pgmap v4077: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: cephadm 2024-03-30T04:50:26.005384+0000 mgr.y (mgr.25441) 6153 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: cluster 2024-03-30T04:50:26.106957+0000 mgr.y (mgr.25441) 6154 : cluster [DBG] pgmap v4078: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: cluster 2024-03-30T04:50:26.107552+0000 mgr.y (mgr.25441) 6155 : cluster [DBG] pgmap v4079: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: cephadm 2024-03-30T04:50:26.118155+0000 mgr.y (mgr.25441) 6156 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: cluster 2024-03-30T04:50:26.209478+0000 mgr.y (mgr.25441) 6157 : cluster [DBG] pgmap v4080: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: cluster 2024-03-30T04:50:26.209732+0000 mgr.y (mgr.25441) 6158 : cluster [DBG] pgmap v4081: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: cephadm 2024-03-30T04:50:26.219717+0000 mgr.y (mgr.25441) 6159 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: cluster 2024-03-30T04:50:26.308924+0000 mgr.y (mgr.25441) 6160 : cluster [DBG] pgmap v4082: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: cluster 2024-03-30T04:50:26.309204+0000 mgr.y (mgr.25441) 6161 : cluster [DBG] pgmap v4083: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: cephadm 2024-03-30T04:50:26.319490+0000 mgr.y (mgr.25441) 6162 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: cluster 2024-03-30T04:50:26.421493+0000 mgr.y (mgr.25441) 6163 : cluster [DBG] pgmap v4084: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: cluster 2024-03-30T04:50:26.421976+0000 mgr.y (mgr.25441) 6164 : cluster [DBG] pgmap v4085: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: cephadm 2024-03-30T04:50:26.432536+0000 mgr.y (mgr.25441) 6165 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: cluster 2024-03-30T04:50:26.520511+0000 mgr.y (mgr.25441) 6166 : cluster [DBG] pgmap v4086: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: cluster 2024-03-30T04:50:26.521065+0000 mgr.y (mgr.25441) 6167 : cluster [DBG] pgmap v4087: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: cephadm 2024-03-30T04:50:26.531554+0000 mgr.y (mgr.25441) 6168 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:26.609529+0000 mon.c (mon.1) 6948 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:26.646070+0000 mon.c (mon.1) 6949 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:26.650364+0000 mon.c (mon.1) 6950 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:26.651820+0000 mon.c (mon.1) 6951 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: cluster 2024-03-30T04:50:26.654139+0000 mgr.y (mgr.25441) 6169 : cluster [DBG] pgmap v4088: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: cluster 2024-03-30T04:50:26.654692+0000 mgr.y (mgr.25441) 6170 : cluster [DBG] pgmap v4089: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:26.662926+0000 mon.a (mon.0) 2590 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:28.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: cephadm 2024-03-30T04:50:26.668278+0000 mgr.y (mgr.25441) 6171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:26.731628+0000 mon.c (mon.1) 6952 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:26.734451+0000 mon.c (mon.1) 6953 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:26.736900+0000 mon.c (mon.1) 6954 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:26.737764+0000 mon.c (mon.1) 6955 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: cluster 2024-03-30T04:50:26.739455+0000 mgr.y (mgr.25441) 6172 : cluster [DBG] pgmap v4090: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s 2024-03-30T04:50:28.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: cluster 2024-03-30T04:50:26.739743+0000 mgr.y (mgr.25441) 6173 : cluster [DBG] pgmap v4091: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s 2024-03-30T04:50:28.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:26.746618+0000 mon.a (mon.0) 2591 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:28.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: cephadm 2024-03-30T04:50:26.750531+0000 mgr.y (mgr.25441) 6174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: cephadm 2024-03-30T04:50:26.432536+0000 mgr.y (mgr.25441) 6165 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: cluster 2024-03-30T04:50:26.520511+0000 mgr.y (mgr.25441) 6166 : cluster [DBG] pgmap v4086: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: cluster 2024-03-30T04:50:26.521065+0000 mgr.y (mgr.25441) 6167 : cluster [DBG] pgmap v4087: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: cephadm 2024-03-30T04:50:26.531554+0000 mgr.y (mgr.25441) 6168 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:26.609529+0000 mon.c (mon.1) 6948 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:26.646070+0000 mon.c (mon.1) 6949 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:26.650364+0000 mon.c (mon.1) 6950 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:26.651820+0000 mon.c (mon.1) 6951 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: cluster 2024-03-30T04:50:26.654139+0000 mgr.y (mgr.25441) 6169 : cluster [DBG] pgmap v4088: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: cluster 2024-03-30T04:50:26.654692+0000 mgr.y (mgr.25441) 6170 : cluster [DBG] pgmap v4089: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:26.662926+0000 mon.a (mon.0) 2590 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:28.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: cephadm 2024-03-30T04:50:26.668278+0000 mgr.y (mgr.25441) 6171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:26.731628+0000 mon.c (mon.1) 6952 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:26.734451+0000 mon.c (mon.1) 6953 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:26.736900+0000 mon.c (mon.1) 6954 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:26.737764+0000 mon.c (mon.1) 6955 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: cluster 2024-03-30T04:50:26.739455+0000 mgr.y (mgr.25441) 6172 : cluster [DBG] pgmap v4090: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s 2024-03-30T04:50:28.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: cluster 2024-03-30T04:50:26.739743+0000 mgr.y (mgr.25441) 6173 : cluster [DBG] pgmap v4091: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s 2024-03-30T04:50:28.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:26.746618+0000 mon.a (mon.0) 2591 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:28.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: cephadm 2024-03-30T04:50:26.750531+0000 mgr.y (mgr.25441) 6174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:26.826606+0000 mon.c (mon.1) 6956 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:26.828765+0000 mon.c (mon.1) 6957 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:26.831172+0000 mon.c (mon.1) 6958 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:26.831872+0000 mon.c (mon.1) 6959 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:26.838171+0000 mon.a (mon.0) 2592 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:28.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:26.899603+0000 mon.c (mon.1) 6960 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:26.901832+0000 mon.c (mon.1) 6961 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:26.903964+0000 mon.c (mon.1) 6962 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:26.904708+0000 mon.c (mon.1) 6963 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:26.911044+0000 mon.a (mon.0) 2593 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:28.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:26.971654+0000 mon.c (mon.1) 6964 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:26.973722+0000 mon.c (mon.1) 6965 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:26.975668+0000 mon.c (mon.1) 6966 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:26.976390+0000 mon.c (mon.1) 6967 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:26.982542+0000 mon.a (mon.0) 2594 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:28.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:27.047097+0000 mon.c (mon.1) 6968 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:27.049625+0000 mon.c (mon.1) 6969 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:27.051833+0000 mon.c (mon.1) 6970 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:27.052694+0000 mon.c (mon.1) 6971 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:27.061651+0000 mon.a (mon.0) 2595 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:28.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:27.136062+0000 mon.c (mon.1) 6972 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:27.138339+0000 mon.c (mon.1) 6973 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:27.140579+0000 mon.c (mon.1) 6974 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:27.141454+0000 mon.c (mon.1) 6975 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:27.148010+0000 mon.a (mon.0) 2596 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:28.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:27.213586+0000 mon.c (mon.1) 6976 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:27.216177+0000 mon.c (mon.1) 6977 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:27.218863+0000 mon.c (mon.1) 6978 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:27.219982+0000 mon.c (mon.1) 6979 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:27.227502+0000 mon.a (mon.0) 2597 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:28.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:27.306835+0000 mon.c (mon.1) 6980 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:27.309872+0000 mon.c (mon.1) 6981 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:27.312469+0000 mon.c (mon.1) 6982 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:27.313412+0000 mon.c (mon.1) 6983 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:27.323287+0000 mon.a (mon.0) 2598 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:28.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:27.403680+0000 mon.c (mon.1) 6984 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:27.406312+0000 mon.c (mon.1) 6985 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:27.409156+0000 mon.c (mon.1) 6986 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:27.410194+0000 mon.c (mon.1) 6987 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:26.826606+0000 mon.c (mon.1) 6956 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:26.828765+0000 mon.c (mon.1) 6957 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:26.831172+0000 mon.c (mon.1) 6958 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:26.831872+0000 mon.c (mon.1) 6959 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:26.838171+0000 mon.a (mon.0) 2592 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:28.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:26.899603+0000 mon.c (mon.1) 6960 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:26.901832+0000 mon.c (mon.1) 6961 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:26.903964+0000 mon.c (mon.1) 6962 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:26.904708+0000 mon.c (mon.1) 6963 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:26.911044+0000 mon.a (mon.0) 2593 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:28.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:26.971654+0000 mon.c (mon.1) 6964 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:26.973722+0000 mon.c (mon.1) 6965 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:26.975668+0000 mon.c (mon.1) 6966 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:26.976390+0000 mon.c (mon.1) 6967 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:26.982542+0000 mon.a (mon.0) 2594 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:28.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:27.047097+0000 mon.c (mon.1) 6968 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:27.049625+0000 mon.c (mon.1) 6969 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:27.051833+0000 mon.c (mon.1) 6970 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:27.052694+0000 mon.c (mon.1) 6971 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:27.061651+0000 mon.a (mon.0) 2595 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:28.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:27.420052+0000 mon.a (mon.0) 2599 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:28.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:27.478939+0000 mon.c (mon.1) 6988 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:27.481348+0000 mon.c (mon.1) 6989 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:27.483626+0000 mon.c (mon.1) 6990 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:27.484513+0000 mon.c (mon.1) 6991 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:27.493408+0000 mon.a (mon.0) 2600 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:28.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:27.553416+0000 mon.c (mon.1) 6992 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:27.555725+0000 mon.c (mon.1) 6993 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:27.557827+0000 mon.c (mon.1) 6994 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:27.558578+0000 mon.c (mon.1) 6995 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:27.564800+0000 mon.a (mon.0) 2601 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:28.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:27.608120+0000 mon.c (mon.1) 6996 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:27.610238+0000 mon.c (mon.1) 6997 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:27.612182+0000 mon.c (mon.1) 6998 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[70954]: audit 2024-03-30T04:50:27.612851+0000 mon.c (mon.1) 6999 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:27.136062+0000 mon.c (mon.1) 6972 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:27.138339+0000 mon.c (mon.1) 6973 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:27.140579+0000 mon.c (mon.1) 6974 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:27.141454+0000 mon.c (mon.1) 6975 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:27.148010+0000 mon.a (mon.0) 2596 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:28.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:27.213586+0000 mon.c (mon.1) 6976 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:27.216177+0000 mon.c (mon.1) 6977 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:27.218863+0000 mon.c (mon.1) 6978 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:27.219982+0000 mon.c (mon.1) 6979 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:27.227502+0000 mon.a (mon.0) 2597 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:28.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:27.306835+0000 mon.c (mon.1) 6980 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:27.309872+0000 mon.c (mon.1) 6981 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:27.312469+0000 mon.c (mon.1) 6982 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:27.313412+0000 mon.c (mon.1) 6983 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:27.323287+0000 mon.a (mon.0) 2598 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:28.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:27.403680+0000 mon.c (mon.1) 6984 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:27.406312+0000 mon.c (mon.1) 6985 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:27.409156+0000 mon.c (mon.1) 6986 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:27.410194+0000 mon.c (mon.1) 6987 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:27.420052+0000 mon.a (mon.0) 2599 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:28.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:27.478939+0000 mon.c (mon.1) 6988 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:27.481348+0000 mon.c (mon.1) 6989 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:27.483626+0000 mon.c (mon.1) 6990 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:27.484513+0000 mon.c (mon.1) 6991 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:27.493408+0000 mon.a (mon.0) 2600 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:28.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:27.553416+0000 mon.c (mon.1) 6992 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:27.555725+0000 mon.c (mon.1) 6993 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:27.557827+0000 mon.c (mon.1) 6994 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:27.558578+0000 mon.c (mon.1) 6995 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:27.564800+0000 mon.a (mon.0) 2601 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:28.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:27.608120+0000 mon.c (mon.1) 6996 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:27.610238+0000 mon.c (mon.1) 6997 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:27.612182+0000 mon.c (mon.1) 6998 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:27 smithi111 bash[73591]: audit 2024-03-30T04:50:27.612851+0000 mon.c (mon.1) 6999 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: cluster 2024-03-30T04:50:26.833297+0000 mgr.y (mgr.25441) 6175 : cluster [DBG] pgmap v4092: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s 2024-03-30T04:50:28.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: cluster 2024-03-30T04:50:26.833512+0000 mgr.y (mgr.25441) 6176 : cluster [DBG] pgmap v4093: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s 2024-03-30T04:50:28.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: cephadm 2024-03-30T04:50:26.840995+0000 mgr.y (mgr.25441) 6177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: cluster 2024-03-30T04:50:26.905977+0000 mgr.y (mgr.25441) 6178 : cluster [DBG] pgmap v4094: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-03-30T04:50:28.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: cluster 2024-03-30T04:50:26.906195+0000 mgr.y (mgr.25441) 6179 : cluster [DBG] pgmap v4095: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-03-30T04:50:28.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: cephadm 2024-03-30T04:50:26.913654+0000 mgr.y (mgr.25441) 6180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: cluster 2024-03-30T04:50:26.977705+0000 mgr.y (mgr.25441) 6181 : cluster [DBG] pgmap v4096: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: cluster 2024-03-30T04:50:26.977934+0000 mgr.y (mgr.25441) 6182 : cluster [DBG] pgmap v4097: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: cephadm 2024-03-30T04:50:26.985443+0000 mgr.y (mgr.25441) 6183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: cluster 2024-03-30T04:50:27.054201+0000 mgr.y (mgr.25441) 6184 : cluster [DBG] pgmap v4098: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: cluster 2024-03-30T04:50:27.054454+0000 mgr.y (mgr.25441) 6185 : cluster [DBG] pgmap v4099: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: cephadm 2024-03-30T04:50:27.062325+0000 mgr.y (mgr.25441) 6186 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: cluster 2024-03-30T04:50:27.143263+0000 mgr.y (mgr.25441) 6187 : cluster [DBG] pgmap v4100: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: cluster 2024-03-30T04:50:27.143892+0000 mgr.y (mgr.25441) 6188 : cluster [DBG] pgmap v4101: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: cephadm 2024-03-30T04:50:27.150900+0000 mgr.y (mgr.25441) 6189 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: cluster 2024-03-30T04:50:27.221714+0000 mgr.y (mgr.25441) 6190 : cluster [DBG] pgmap v4102: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: cluster 2024-03-30T04:50:27.221914+0000 mgr.y (mgr.25441) 6191 : cluster [DBG] pgmap v4103: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: cephadm 2024-03-30T04:50:27.228692+0000 mgr.y (mgr.25441) 6192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: cluster 2024-03-30T04:50:27.315464+0000 mgr.y (mgr.25441) 6193 : cluster [DBG] pgmap v4104: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: cluster 2024-03-30T04:50:27.315734+0000 mgr.y (mgr.25441) 6194 : cluster [DBG] pgmap v4105: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: cephadm 2024-03-30T04:50:27.324621+0000 mgr.y (mgr.25441) 6195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: cluster 2024-03-30T04:50:27.412061+0000 mgr.y (mgr.25441) 6196 : cluster [DBG] pgmap v4106: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: cluster 2024-03-30T04:50:27.412348+0000 mgr.y (mgr.25441) 6197 : cluster [DBG] pgmap v4107: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: cephadm 2024-03-30T04:50:27.421219+0000 mgr.y (mgr.25441) 6198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: cluster 2024-03-30T04:50:27.485968+0000 mgr.y (mgr.25441) 6199 : cluster [DBG] pgmap v4108: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: cluster 2024-03-30T04:50:27.486188+0000 mgr.y (mgr.25441) 6200 : cluster [DBG] pgmap v4109: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: cephadm 2024-03-30T04:50:27.494098+0000 mgr.y (mgr.25441) 6201 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: cluster 2024-03-30T04:50:27.559994+0000 mgr.y (mgr.25441) 6202 : cluster [DBG] pgmap v4110: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: cluster 2024-03-30T04:50:27.560287+0000 mgr.y (mgr.25441) 6203 : cluster [DBG] pgmap v4111: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: cephadm 2024-03-30T04:50:27.567141+0000 mgr.y (mgr.25441) 6204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: cluster 2024-03-30T04:50:27.614162+0000 mgr.y (mgr.25441) 6205 : cluster [DBG] pgmap v4112: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: cluster 2024-03-30T04:50:27.614407+0000 mgr.y (mgr.25441) 6206 : cluster [DBG] pgmap v4113: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:27.619089+0000 mon.a (mon.0) 2602 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:28.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: cephadm 2024-03-30T04:50:27.620500+0000 mgr.y (mgr.25441) 6207 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:27.678017+0000 mon.c (mon.1) 7000 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:27.679855+0000 mon.c (mon.1) 7001 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:27.681839+0000 mon.c (mon.1) 7002 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:27.682561+0000 mon.c (mon.1) 7003 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: cluster 2024-03-30T04:50:27.683922+0000 mgr.y (mgr.25441) 6208 : cluster [DBG] pgmap v4114: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: cluster 2024-03-30T04:50:27.684116+0000 mgr.y (mgr.25441) 6209 : cluster [DBG] pgmap v4115: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:27.688444+0000 mon.a (mon.0) 2603 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:28.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: cephadm 2024-03-30T04:50:27.689691+0000 mgr.y (mgr.25441) 6210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:27.734774+0000 mon.c (mon.1) 7004 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:27.736888+0000 mon.c (mon.1) 7005 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:27.738755+0000 mon.c (mon.1) 7006 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:27.739477+0000 mon.c (mon.1) 7007 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: cluster 2024-03-30T04:50:27.740801+0000 mgr.y (mgr.25441) 6211 : cluster [DBG] pgmap v4116: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: cluster 2024-03-30T04:50:27.741006+0000 mgr.y (mgr.25441) 6212 : cluster [DBG] pgmap v4117: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:27.745574+0000 mon.a (mon.0) 2604 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:28.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: cephadm 2024-03-30T04:50:27.746552+0000 mgr.y (mgr.25441) 6213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:27.786733+0000 mon.c (mon.1) 7008 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:27.788570+0000 mon.c (mon.1) 7009 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:27.790321+0000 mon.c (mon.1) 7010 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:27.790957+0000 mon.c (mon.1) 7011 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: cluster 2024-03-30T04:50:27.792206+0000 mgr.y (mgr.25441) 6214 : cluster [DBG] pgmap v4118: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: cluster 2024-03-30T04:50:27.792386+0000 mgr.y (mgr.25441) 6215 : cluster [DBG] pgmap v4119: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:27.796900+0000 mon.a (mon.0) 2605 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:28.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: cephadm 2024-03-30T04:50:27.798230+0000 mgr.y (mgr.25441) 6216 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:27.842913+0000 mon.c (mon.1) 7012 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:27.845401+0000 mon.c (mon.1) 7013 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:27.847294+0000 mon.c (mon.1) 7014 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:27.847977+0000 mon.c (mon.1) 7015 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:27.854114+0000 mon.a (mon.0) 2606 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:28.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:27.900090+0000 mon.c (mon.1) 7016 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:27.902510+0000 mon.c (mon.1) 7017 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:27.904908+0000 mon.c (mon.1) 7018 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:27.905606+0000 mon.c (mon.1) 7019 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:27.912273+0000 mon.a (mon.0) 2607 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:28.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:27.960548+0000 mon.c (mon.1) 7020 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:27.963723+0000 mon.c (mon.1) 7021 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:27.966349+0000 mon.c (mon.1) 7022 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:27.967554+0000 mon.c (mon.1) 7023 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:27.976459+0000 mon.a (mon.0) 2608 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:28.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:28.056265+0000 mon.c (mon.1) 7024 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:28.058855+0000 mon.c (mon.1) 7025 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:28.062238+0000 mon.c (mon.1) 7026 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:28.063236+0000 mon.c (mon.1) 7027 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:28.072648+0000 mon.a (mon.0) 2609 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:28.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:28.159949+0000 mon.c (mon.1) 7028 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:28.163876+0000 mon.c (mon.1) 7029 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:28.167212+0000 mon.c (mon.1) 7030 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:28.168316+0000 mon.c (mon.1) 7031 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:28.177979+0000 mon.a (mon.0) 2610 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:28.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:28.257138+0000 mon.c (mon.1) 7032 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:28.261305+0000 mon.c (mon.1) 7033 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:28.265000+0000 mon.c (mon.1) 7034 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:28.266171+0000 mon.c (mon.1) 7035 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:28.274037+0000 mon.a (mon.0) 2611 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:28.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:28.351753+0000 mon.c (mon.1) 7036 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:28.354247+0000 mon.c (mon.1) 7037 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:28.356666+0000 mon.c (mon.1) 7038 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:28.357535+0000 mon.c (mon.1) 7039 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:28.366927+0000 mon.a (mon.0) 2612 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:28.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:28.411946+0000 mon.c (mon.1) 7040 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:28.414194+0000 mon.c (mon.1) 7041 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:28.416375+0000 mon.c (mon.1) 7042 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:28.417162+0000 mon.c (mon.1) 7043 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:28.424212+0000 mon.a (mon.0) 2613 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:28.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:28.486022+0000 mon.c (mon.1) 7044 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:28.489064+0000 mon.c (mon.1) 7045 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:28.491829+0000 mon.c (mon.1) 7046 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:28.492681+0000 mon.c (mon.1) 7047 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:28.500050+0000 mon.a (mon.0) 2614 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:28.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:28.581113+0000 mon.c (mon.1) 7048 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:28.583997+0000 mon.c (mon.1) 7049 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:28.586205+0000 mon.c (mon.1) 7050 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:28.587036+0000 mon.c (mon.1) 7051 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:28 smithi117 bash[62284]: audit 2024-03-30T04:50:28.594763+0000 mon.a (mon.0) 2615 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:29.047 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: cluster 2024-03-30T04:50:26.833297+0000 mgr.y (mgr.25441) 6175 : cluster [DBG] pgmap v4092: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s 2024-03-30T04:50:29.047 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: cluster 2024-03-30T04:50:26.833512+0000 mgr.y (mgr.25441) 6176 : cluster [DBG] pgmap v4093: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s 2024-03-30T04:50:29.047 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: cephadm 2024-03-30T04:50:26.840995+0000 mgr.y (mgr.25441) 6177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.047 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: cluster 2024-03-30T04:50:26.905977+0000 mgr.y (mgr.25441) 6178 : cluster [DBG] pgmap v4094: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-03-30T04:50:29.047 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: cluster 2024-03-30T04:50:26.906195+0000 mgr.y (mgr.25441) 6179 : cluster [DBG] pgmap v4095: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-03-30T04:50:29.048 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: cephadm 2024-03-30T04:50:26.913654+0000 mgr.y (mgr.25441) 6180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.048 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: cluster 2024-03-30T04:50:26.977705+0000 mgr.y (mgr.25441) 6181 : cluster [DBG] pgmap v4096: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.048 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: cluster 2024-03-30T04:50:26.977934+0000 mgr.y (mgr.25441) 6182 : cluster [DBG] pgmap v4097: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.048 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: cephadm 2024-03-30T04:50:26.985443+0000 mgr.y (mgr.25441) 6183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.048 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: cluster 2024-03-30T04:50:27.054201+0000 mgr.y (mgr.25441) 6184 : cluster [DBG] pgmap v4098: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.048 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: cluster 2024-03-30T04:50:27.054454+0000 mgr.y (mgr.25441) 6185 : cluster [DBG] pgmap v4099: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.048 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: cephadm 2024-03-30T04:50:27.062325+0000 mgr.y (mgr.25441) 6186 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.048 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: cluster 2024-03-30T04:50:27.143263+0000 mgr.y (mgr.25441) 6187 : cluster [DBG] pgmap v4100: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.048 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: cluster 2024-03-30T04:50:27.143892+0000 mgr.y (mgr.25441) 6188 : cluster [DBG] pgmap v4101: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.048 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: cephadm 2024-03-30T04:50:27.150900+0000 mgr.y (mgr.25441) 6189 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.048 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: cluster 2024-03-30T04:50:27.221714+0000 mgr.y (mgr.25441) 6190 : cluster [DBG] pgmap v4102: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.048 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: cluster 2024-03-30T04:50:27.221914+0000 mgr.y (mgr.25441) 6191 : cluster [DBG] pgmap v4103: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.048 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: cephadm 2024-03-30T04:50:27.228692+0000 mgr.y (mgr.25441) 6192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.048 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: cluster 2024-03-30T04:50:27.315464+0000 mgr.y (mgr.25441) 6193 : cluster [DBG] pgmap v4104: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.049 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: cluster 2024-03-30T04:50:26.833297+0000 mgr.y (mgr.25441) 6175 : cluster [DBG] pgmap v4092: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s 2024-03-30T04:50:29.049 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: cluster 2024-03-30T04:50:26.833512+0000 mgr.y (mgr.25441) 6176 : cluster [DBG] pgmap v4093: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s 2024-03-30T04:50:29.049 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: cephadm 2024-03-30T04:50:26.840995+0000 mgr.y (mgr.25441) 6177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.049 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: cluster 2024-03-30T04:50:26.905977+0000 mgr.y (mgr.25441) 6178 : cluster [DBG] pgmap v4094: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-03-30T04:50:29.049 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: cluster 2024-03-30T04:50:26.906195+0000 mgr.y (mgr.25441) 6179 : cluster [DBG] pgmap v4095: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-03-30T04:50:29.049 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: cephadm 2024-03-30T04:50:26.913654+0000 mgr.y (mgr.25441) 6180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.049 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: cluster 2024-03-30T04:50:26.977705+0000 mgr.y (mgr.25441) 6181 : cluster [DBG] pgmap v4096: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.049 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: cluster 2024-03-30T04:50:26.977934+0000 mgr.y (mgr.25441) 6182 : cluster [DBG] pgmap v4097: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.049 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: cephadm 2024-03-30T04:50:26.985443+0000 mgr.y (mgr.25441) 6183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.049 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: cluster 2024-03-30T04:50:27.054201+0000 mgr.y (mgr.25441) 6184 : cluster [DBG] pgmap v4098: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.050 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: cluster 2024-03-30T04:50:27.054454+0000 mgr.y (mgr.25441) 6185 : cluster [DBG] pgmap v4099: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.050 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: cephadm 2024-03-30T04:50:27.062325+0000 mgr.y (mgr.25441) 6186 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.050 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: cluster 2024-03-30T04:50:27.143263+0000 mgr.y (mgr.25441) 6187 : cluster [DBG] pgmap v4100: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.050 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: cluster 2024-03-30T04:50:27.143892+0000 mgr.y (mgr.25441) 6188 : cluster [DBG] pgmap v4101: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.050 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: cephadm 2024-03-30T04:50:27.150900+0000 mgr.y (mgr.25441) 6189 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.050 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: cluster 2024-03-30T04:50:27.221714+0000 mgr.y (mgr.25441) 6190 : cluster [DBG] pgmap v4102: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.050 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: cluster 2024-03-30T04:50:27.221914+0000 mgr.y (mgr.25441) 6191 : cluster [DBG] pgmap v4103: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.050 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: cephadm 2024-03-30T04:50:27.228692+0000 mgr.y (mgr.25441) 6192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.050 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: cluster 2024-03-30T04:50:27.315464+0000 mgr.y (mgr.25441) 6193 : cluster [DBG] pgmap v4104: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.050 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: cluster 2024-03-30T04:50:27.315734+0000 mgr.y (mgr.25441) 6194 : cluster [DBG] pgmap v4105: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.051 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: cephadm 2024-03-30T04:50:27.324621+0000 mgr.y (mgr.25441) 6195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.051 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: cluster 2024-03-30T04:50:27.412061+0000 mgr.y (mgr.25441) 6196 : cluster [DBG] pgmap v4106: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.051 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: cluster 2024-03-30T04:50:27.412348+0000 mgr.y (mgr.25441) 6197 : cluster [DBG] pgmap v4107: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.051 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: cephadm 2024-03-30T04:50:27.421219+0000 mgr.y (mgr.25441) 6198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.051 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: cluster 2024-03-30T04:50:27.485968+0000 mgr.y (mgr.25441) 6199 : cluster [DBG] pgmap v4108: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.051 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: cluster 2024-03-30T04:50:27.486188+0000 mgr.y (mgr.25441) 6200 : cluster [DBG] pgmap v4109: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.051 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: cephadm 2024-03-30T04:50:27.494098+0000 mgr.y (mgr.25441) 6201 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.051 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: cluster 2024-03-30T04:50:27.559994+0000 mgr.y (mgr.25441) 6202 : cluster [DBG] pgmap v4110: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.051 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: cluster 2024-03-30T04:50:27.560287+0000 mgr.y (mgr.25441) 6203 : cluster [DBG] pgmap v4111: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.051 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: cephadm 2024-03-30T04:50:27.567141+0000 mgr.y (mgr.25441) 6204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.051 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: cluster 2024-03-30T04:50:27.614162+0000 mgr.y (mgr.25441) 6205 : cluster [DBG] pgmap v4112: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.051 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: cluster 2024-03-30T04:50:27.614407+0000 mgr.y (mgr.25441) 6206 : cluster [DBG] pgmap v4113: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.051 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:27.619089+0000 mon.a (mon.0) 2602 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:29.052 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: cephadm 2024-03-30T04:50:27.620500+0000 mgr.y (mgr.25441) 6207 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.052 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:27.678017+0000 mon.c (mon.1) 7000 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.052 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:27.679855+0000 mon.c (mon.1) 7001 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.052 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:27.681839+0000 mon.c (mon.1) 7002 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.052 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:27.682561+0000 mon.c (mon.1) 7003 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.052 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: cluster 2024-03-30T04:50:27.683922+0000 mgr.y (mgr.25441) 6208 : cluster [DBG] pgmap v4114: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.052 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: cluster 2024-03-30T04:50:27.684116+0000 mgr.y (mgr.25441) 6209 : cluster [DBG] pgmap v4115: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.052 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: cluster 2024-03-30T04:50:27.315734+0000 mgr.y (mgr.25441) 6194 : cluster [DBG] pgmap v4105: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.052 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: cephadm 2024-03-30T04:50:27.324621+0000 mgr.y (mgr.25441) 6195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.053 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: cluster 2024-03-30T04:50:27.412061+0000 mgr.y (mgr.25441) 6196 : cluster [DBG] pgmap v4106: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.053 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: cluster 2024-03-30T04:50:27.412348+0000 mgr.y (mgr.25441) 6197 : cluster [DBG] pgmap v4107: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.053 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: cephadm 2024-03-30T04:50:27.421219+0000 mgr.y (mgr.25441) 6198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.053 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: cluster 2024-03-30T04:50:27.485968+0000 mgr.y (mgr.25441) 6199 : cluster [DBG] pgmap v4108: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.053 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: cluster 2024-03-30T04:50:27.486188+0000 mgr.y (mgr.25441) 6200 : cluster [DBG] pgmap v4109: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.053 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: cephadm 2024-03-30T04:50:27.494098+0000 mgr.y (mgr.25441) 6201 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.053 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: cluster 2024-03-30T04:50:27.559994+0000 mgr.y (mgr.25441) 6202 : cluster [DBG] pgmap v4110: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.053 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: cluster 2024-03-30T04:50:27.560287+0000 mgr.y (mgr.25441) 6203 : cluster [DBG] pgmap v4111: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.053 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: cephadm 2024-03-30T04:50:27.567141+0000 mgr.y (mgr.25441) 6204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.053 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: cluster 2024-03-30T04:50:27.614162+0000 mgr.y (mgr.25441) 6205 : cluster [DBG] pgmap v4112: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.053 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: cluster 2024-03-30T04:50:27.614407+0000 mgr.y (mgr.25441) 6206 : cluster [DBG] pgmap v4113: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.053 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:27.619089+0000 mon.a (mon.0) 2602 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:29.053 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: cephadm 2024-03-30T04:50:27.620500+0000 mgr.y (mgr.25441) 6207 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.053 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:27.678017+0000 mon.c (mon.1) 7000 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.054 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:27.679855+0000 mon.c (mon.1) 7001 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.054 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:27.681839+0000 mon.c (mon.1) 7002 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.054 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:27.682561+0000 mon.c (mon.1) 7003 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.054 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: cluster 2024-03-30T04:50:27.683922+0000 mgr.y (mgr.25441) 6208 : cluster [DBG] pgmap v4114: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.054 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: cluster 2024-03-30T04:50:27.684116+0000 mgr.y (mgr.25441) 6209 : cluster [DBG] pgmap v4115: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.054 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:27.688444+0000 mon.a (mon.0) 2603 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:29.054 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: cephadm 2024-03-30T04:50:27.689691+0000 mgr.y (mgr.25441) 6210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.054 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:27.734774+0000 mon.c (mon.1) 7004 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.054 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:27.736888+0000 mon.c (mon.1) 7005 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.054 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:27.738755+0000 mon.c (mon.1) 7006 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.054 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:27.739477+0000 mon.c (mon.1) 7007 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.055 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: cluster 2024-03-30T04:50:27.740801+0000 mgr.y (mgr.25441) 6211 : cluster [DBG] pgmap v4116: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.055 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: cluster 2024-03-30T04:50:27.741006+0000 mgr.y (mgr.25441) 6212 : cluster [DBG] pgmap v4117: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.055 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:27.745574+0000 mon.a (mon.0) 2604 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:29.055 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: cephadm 2024-03-30T04:50:27.746552+0000 mgr.y (mgr.25441) 6213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.055 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:27.786733+0000 mon.c (mon.1) 7008 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.055 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:27.788570+0000 mon.c (mon.1) 7009 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.055 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:27.790321+0000 mon.c (mon.1) 7010 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.055 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:27.790957+0000 mon.c (mon.1) 7011 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.055 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: cluster 2024-03-30T04:50:27.792206+0000 mgr.y (mgr.25441) 6214 : cluster [DBG] pgmap v4118: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.055 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: cluster 2024-03-30T04:50:27.792386+0000 mgr.y (mgr.25441) 6215 : cluster [DBG] pgmap v4119: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.055 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:27.796900+0000 mon.a (mon.0) 2605 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:29.055 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: cephadm 2024-03-30T04:50:27.798230+0000 mgr.y (mgr.25441) 6216 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.055 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:27.842913+0000 mon.c (mon.1) 7012 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.055 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:27.845401+0000 mon.c (mon.1) 7013 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.056 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:27.688444+0000 mon.a (mon.0) 2603 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:29.056 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: cephadm 2024-03-30T04:50:27.689691+0000 mgr.y (mgr.25441) 6210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.056 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:27.734774+0000 mon.c (mon.1) 7004 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.056 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:27.736888+0000 mon.c (mon.1) 7005 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.056 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:27.738755+0000 mon.c (mon.1) 7006 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.056 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:27.739477+0000 mon.c (mon.1) 7007 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.056 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: cluster 2024-03-30T04:50:27.740801+0000 mgr.y (mgr.25441) 6211 : cluster [DBG] pgmap v4116: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.056 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: cluster 2024-03-30T04:50:27.741006+0000 mgr.y (mgr.25441) 6212 : cluster [DBG] pgmap v4117: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.056 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:27.745574+0000 mon.a (mon.0) 2604 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:29.056 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: cephadm 2024-03-30T04:50:27.746552+0000 mgr.y (mgr.25441) 6213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.056 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:27.786733+0000 mon.c (mon.1) 7008 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.056 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:27.788570+0000 mon.c (mon.1) 7009 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.057 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:27.790321+0000 mon.c (mon.1) 7010 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.057 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:27.790957+0000 mon.c (mon.1) 7011 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.057 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: cluster 2024-03-30T04:50:27.792206+0000 mgr.y (mgr.25441) 6214 : cluster [DBG] pgmap v4118: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.057 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: cluster 2024-03-30T04:50:27.792386+0000 mgr.y (mgr.25441) 6215 : cluster [DBG] pgmap v4119: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.057 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:27.796900+0000 mon.a (mon.0) 2605 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:29.057 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: cephadm 2024-03-30T04:50:27.798230+0000 mgr.y (mgr.25441) 6216 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.057 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:27.842913+0000 mon.c (mon.1) 7012 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.057 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:27.845401+0000 mon.c (mon.1) 7013 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.057 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:27.847294+0000 mon.c (mon.1) 7014 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.057 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:27.847977+0000 mon.c (mon.1) 7015 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.057 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:27.854114+0000 mon.a (mon.0) 2606 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:29.057 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:27.900090+0000 mon.c (mon.1) 7016 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.058 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:27.902510+0000 mon.c (mon.1) 7017 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.058 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:27.904908+0000 mon.c (mon.1) 7018 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.058 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:27.905606+0000 mon.c (mon.1) 7019 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.058 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:27.912273+0000 mon.a (mon.0) 2607 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:29.058 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:27.960548+0000 mon.c (mon.1) 7020 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.058 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:27.963723+0000 mon.c (mon.1) 7021 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.058 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:27.966349+0000 mon.c (mon.1) 7022 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.058 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:27.967554+0000 mon.c (mon.1) 7023 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.058 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:27.976459+0000 mon.a (mon.0) 2608 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:29.058 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:28.056265+0000 mon.c (mon.1) 7024 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.058 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:28.058855+0000 mon.c (mon.1) 7025 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.058 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:28.062238+0000 mon.c (mon.1) 7026 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.058 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:28.063236+0000 mon.c (mon.1) 7027 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.058 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:28.072648+0000 mon.a (mon.0) 2609 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:29.059 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:28.159949+0000 mon.c (mon.1) 7028 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.059 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:28.163876+0000 mon.c (mon.1) 7029 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.059 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:27.847294+0000 mon.c (mon.1) 7014 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.059 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:27.847977+0000 mon.c (mon.1) 7015 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.059 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:27.854114+0000 mon.a (mon.0) 2606 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:29.059 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:27.900090+0000 mon.c (mon.1) 7016 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.059 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:27.902510+0000 mon.c (mon.1) 7017 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.059 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:27.904908+0000 mon.c (mon.1) 7018 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.059 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:27.905606+0000 mon.c (mon.1) 7019 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.059 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:27.912273+0000 mon.a (mon.0) 2607 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:29.059 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:27.960548+0000 mon.c (mon.1) 7020 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.059 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:27.963723+0000 mon.c (mon.1) 7021 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.060 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:27.966349+0000 mon.c (mon.1) 7022 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.060 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:27.967554+0000 mon.c (mon.1) 7023 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.060 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:27.976459+0000 mon.a (mon.0) 2608 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:29.060 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:28.056265+0000 mon.c (mon.1) 7024 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.060 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:28.058855+0000 mon.c (mon.1) 7025 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.060 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:28.062238+0000 mon.c (mon.1) 7026 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.060 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:28.063236+0000 mon.c (mon.1) 7027 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.060 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:28.072648+0000 mon.a (mon.0) 2609 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:29.060 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:28.159949+0000 mon.c (mon.1) 7028 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.060 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:28.163876+0000 mon.c (mon.1) 7029 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.060 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:28.167212+0000 mon.c (mon.1) 7030 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.061 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:28.168316+0000 mon.c (mon.1) 7031 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.061 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:28.177979+0000 mon.a (mon.0) 2610 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:29.061 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:28.257138+0000 mon.c (mon.1) 7032 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.061 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:28.261305+0000 mon.c (mon.1) 7033 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.061 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:28.265000+0000 mon.c (mon.1) 7034 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.061 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:28.266171+0000 mon.c (mon.1) 7035 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.061 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:28.274037+0000 mon.a (mon.0) 2611 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:29.061 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:28.351753+0000 mon.c (mon.1) 7036 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.061 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:28.354247+0000 mon.c (mon.1) 7037 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.061 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:28.356666+0000 mon.c (mon.1) 7038 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.061 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:28.357535+0000 mon.c (mon.1) 7039 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.061 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:28.366927+0000 mon.a (mon.0) 2612 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:29.061 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:28.411946+0000 mon.c (mon.1) 7040 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.061 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:28.414194+0000 mon.c (mon.1) 7041 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.062 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:28.416375+0000 mon.c (mon.1) 7042 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.062 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:28.417162+0000 mon.c (mon.1) 7043 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.062 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:28.424212+0000 mon.a (mon.0) 2613 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:29.062 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:28.486022+0000 mon.c (mon.1) 7044 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.062 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:28.167212+0000 mon.c (mon.1) 7030 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.062 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:28.168316+0000 mon.c (mon.1) 7031 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.062 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:28.177979+0000 mon.a (mon.0) 2610 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:29.062 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:28.257138+0000 mon.c (mon.1) 7032 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.062 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:28.261305+0000 mon.c (mon.1) 7033 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.062 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:28.265000+0000 mon.c (mon.1) 7034 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.062 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:28.266171+0000 mon.c (mon.1) 7035 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.063 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:28.274037+0000 mon.a (mon.0) 2611 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:29.063 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:28.351753+0000 mon.c (mon.1) 7036 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.063 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:28.354247+0000 mon.c (mon.1) 7037 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.063 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:28.356666+0000 mon.c (mon.1) 7038 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.063 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:28.357535+0000 mon.c (mon.1) 7039 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.063 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:28.366927+0000 mon.a (mon.0) 2612 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:29.063 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:28.411946+0000 mon.c (mon.1) 7040 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.063 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:28.414194+0000 mon.c (mon.1) 7041 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.063 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:28.416375+0000 mon.c (mon.1) 7042 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.063 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:28.417162+0000 mon.c (mon.1) 7043 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.063 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:28.424212+0000 mon.a (mon.0) 2613 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:29.063 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:28.486022+0000 mon.c (mon.1) 7044 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.064 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:28.489064+0000 mon.c (mon.1) 7045 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.064 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:28.491829+0000 mon.c (mon.1) 7046 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.064 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:28.492681+0000 mon.c (mon.1) 7047 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.064 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:28.500050+0000 mon.a (mon.0) 2614 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:29.064 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:28.581113+0000 mon.c (mon.1) 7048 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.064 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:28.583997+0000 mon.c (mon.1) 7049 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.064 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:28.586205+0000 mon.c (mon.1) 7050 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.064 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:28.587036+0000 mon.c (mon.1) 7051 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.064 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[73591]: audit 2024-03-30T04:50:28.594763+0000 mon.a (mon.0) 2615 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:29.064 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:28.489064+0000 mon.c (mon.1) 7045 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.064 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:28.491829+0000 mon.c (mon.1) 7046 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.065 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:28.492681+0000 mon.c (mon.1) 7047 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.065 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:28.500050+0000 mon.a (mon.0) 2614 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:29.065 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:28.581113+0000 mon.c (mon.1) 7048 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.065 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:28.583997+0000 mon.c (mon.1) 7049 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.065 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:28.586205+0000 mon.c (mon.1) 7050 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.065 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:28.587036+0000 mon.c (mon.1) 7051 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.065 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:28 smithi111 bash[70954]: audit 2024-03-30T04:50:28.594763+0000 mon.a (mon.0) 2615 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:29.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: cluster 2024-03-30T04:50:27.849330+0000 mgr.y (mgr.25441) 6217 : cluster [DBG] pgmap v4120: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: cluster 2024-03-30T04:50:27.849624+0000 mgr.y (mgr.25441) 6218 : cluster [DBG] pgmap v4121: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: cephadm 2024-03-30T04:50:27.855301+0000 mgr.y (mgr.25441) 6219 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: cluster 2024-03-30T04:50:27.907288+0000 mgr.y (mgr.25441) 6220 : cluster [DBG] pgmap v4122: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: cluster 2024-03-30T04:50:27.907863+0000 mgr.y (mgr.25441) 6221 : cluster [DBG] pgmap v4123: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: cephadm 2024-03-30T04:50:27.915552+0000 mgr.y (mgr.25441) 6222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: cluster 2024-03-30T04:50:27.969472+0000 mgr.y (mgr.25441) 6223 : cluster [DBG] pgmap v4124: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: cluster 2024-03-30T04:50:27.969701+0000 mgr.y (mgr.25441) 6224 : cluster [DBG] pgmap v4125: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: cephadm 2024-03-30T04:50:27.979470+0000 mgr.y (mgr.25441) 6225 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: cluster 2024-03-30T04:50:28.064943+0000 mgr.y (mgr.25441) 6226 : cluster [DBG] pgmap v4126: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: cluster 2024-03-30T04:50:28.065236+0000 mgr.y (mgr.25441) 6227 : cluster [DBG] pgmap v4127: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: cephadm 2024-03-30T04:50:28.073503+0000 mgr.y (mgr.25441) 6228 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: cluster 2024-03-30T04:50:28.170472+0000 mgr.y (mgr.25441) 6229 : cluster [DBG] pgmap v4128: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: cluster 2024-03-30T04:50:28.171031+0000 mgr.y (mgr.25441) 6230 : cluster [DBG] pgmap v4129: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: cephadm 2024-03-30T04:50:28.181225+0000 mgr.y (mgr.25441) 6231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: cluster 2024-03-30T04:50:28.268273+0000 mgr.y (mgr.25441) 6232 : cluster [DBG] pgmap v4130: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: cluster 2024-03-30T04:50:28.268519+0000 mgr.y (mgr.25441) 6233 : cluster [DBG] pgmap v4131: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: cephadm 2024-03-30T04:50:28.275893+0000 mgr.y (mgr.25441) 6234 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: cluster 2024-03-30T04:50:28.359307+0000 mgr.y (mgr.25441) 6235 : cluster [DBG] pgmap v4132: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: cluster 2024-03-30T04:50:28.359603+0000 mgr.y (mgr.25441) 6236 : cluster [DBG] pgmap v4133: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: cephadm 2024-03-30T04:50:28.368197+0000 mgr.y (mgr.25441) 6237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: cluster 2024-03-30T04:50:28.418617+0000 mgr.y (mgr.25441) 6238 : cluster [DBG] pgmap v4134: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: cluster 2024-03-30T04:50:28.418841+0000 mgr.y (mgr.25441) 6239 : cluster [DBG] pgmap v4135: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: cephadm 2024-03-30T04:50:28.425190+0000 mgr.y (mgr.25441) 6240 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: cluster 2024-03-30T04:50:28.494845+0000 mgr.y (mgr.25441) 6241 : cluster [DBG] pgmap v4136: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: cluster 2024-03-30T04:50:28.495419+0000 mgr.y (mgr.25441) 6242 : cluster [DBG] pgmap v4137: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: cephadm 2024-03-30T04:50:28.503302+0000 mgr.y (mgr.25441) 6243 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: cluster 2024-03-30T04:50:28.588900+0000 mgr.y (mgr.25441) 6244 : cluster [DBG] pgmap v4138: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: cluster 2024-03-30T04:50:28.589579+0000 mgr.y (mgr.25441) 6245 : cluster [DBG] pgmap v4139: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: cephadm 2024-03-30T04:50:28.598172+0000 mgr.y (mgr.25441) 6246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:28.680444+0000 mon.c (mon.1) 7052 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:28.682738+0000 mon.c (mon.1) 7053 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:28.685513+0000 mon.c (mon.1) 7054 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:28.686239+0000 mon.c (mon.1) 7055 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: cluster 2024-03-30T04:50:28.687678+0000 mgr.y (mgr.25441) 6247 : cluster [DBG] pgmap v4140: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: cluster 2024-03-30T04:50:28.687951+0000 mgr.y (mgr.25441) 6248 : cluster [DBG] pgmap v4141: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:28.694133+0000 mon.a (mon.0) 2616 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:29.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: cephadm 2024-03-30T04:50:28.694779+0000 mgr.y (mgr.25441) 6249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:28.751540+0000 mon.c (mon.1) 7056 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:28.753393+0000 mon.c (mon.1) 7057 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:28.755201+0000 mon.c (mon.1) 7058 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:28.755840+0000 mon.c (mon.1) 7059 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: cluster 2024-03-30T04:50:28.757105+0000 mgr.y (mgr.25441) 6250 : cluster [DBG] pgmap v4142: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: cluster 2024-03-30T04:50:28.757346+0000 mgr.y (mgr.25441) 6251 : cluster [DBG] pgmap v4143: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:28.763449+0000 mon.a (mon.0) 2617 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:29.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: cephadm 2024-03-30T04:50:28.764046+0000 mgr.y (mgr.25441) 6252 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:28.822612+0000 mon.c (mon.1) 7060 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:28.824844+0000 mon.c (mon.1) 7061 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:28.826933+0000 mon.c (mon.1) 7062 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:28.827632+0000 mon.c (mon.1) 7063 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: cluster 2024-03-30T04:50:28.828915+0000 mgr.y (mgr.25441) 6253 : cluster [DBG] pgmap v4144: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: cluster 2024-03-30T04:50:28.829158+0000 mgr.y (mgr.25441) 6254 : cluster [DBG] pgmap v4145: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:28.835233+0000 mon.a (mon.0) 2618 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:29.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:28.907680+0000 mon.c (mon.1) 7064 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:28.911487+0000 mon.c (mon.1) 7065 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:28.914209+0000 mon.c (mon.1) 7066 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:28.914958+0000 mon.c (mon.1) 7067 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:28.921775+0000 mon.a (mon.0) 2619 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:29.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:28.993545+0000 mon.c (mon.1) 7068 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:28.997265+0000 mon.c (mon.1) 7069 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:29.000204+0000 mon.c (mon.1) 7070 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:29.001323+0000 mon.c (mon.1) 7071 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:29.010467+0000 mon.a (mon.0) 2620 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:29.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:29.099951+0000 mon.c (mon.1) 7072 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:29.104895+0000 mon.c (mon.1) 7073 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:29.109302+0000 mon.c (mon.1) 7074 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:29.111199+0000 mon.c (mon.1) 7075 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:29.126647+0000 mon.a (mon.0) 2621 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:29.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:29.219145+0000 mon.c (mon.1) 7076 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:29.223888+0000 mon.c (mon.1) 7077 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:29.228004+0000 mon.c (mon.1) 7078 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:29.229382+0000 mon.c (mon.1) 7079 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:29.241057+0000 mon.a (mon.0) 2622 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:29.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:29.322869+0000 mon.c (mon.1) 7080 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:29.326004+0000 mon.c (mon.1) 7081 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:29.328476+0000 mon.c (mon.1) 7082 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:29.329518+0000 mon.c (mon.1) 7083 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:29.337509+0000 mon.a (mon.0) 2623 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:29.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:29.415997+0000 mon.c (mon.1) 7084 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:29.418913+0000 mon.c (mon.1) 7085 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:29.422582+0000 mon.c (mon.1) 7086 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:29.423746+0000 mon.c (mon.1) 7087 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:29.436244+0000 mon.a (mon.0) 2624 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:29.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:29.516384+0000 mon.c (mon.1) 7088 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:29.519153+0000 mon.c (mon.1) 7089 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:29.522585+0000 mon.c (mon.1) 7090 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:29.523717+0000 mon.c (mon.1) 7091 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:29.536104+0000 mon.a (mon.0) 2625 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:29.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:29.619458+0000 mon.c (mon.1) 7092 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:29.623786+0000 mon.c (mon.1) 7093 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:29.627730+0000 mon.c (mon.1) 7094 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:29 smithi117 bash[62284]: audit 2024-03-30T04:50:29.628966+0000 mon.c (mon.1) 7095 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:30.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: cluster 2024-03-30T04:50:27.849330+0000 mgr.y (mgr.25441) 6217 : cluster [DBG] pgmap v4120: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: cluster 2024-03-30T04:50:27.849624+0000 mgr.y (mgr.25441) 6218 : cluster [DBG] pgmap v4121: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: cephadm 2024-03-30T04:50:27.855301+0000 mgr.y (mgr.25441) 6219 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:30.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: cluster 2024-03-30T04:50:27.907288+0000 mgr.y (mgr.25441) 6220 : cluster [DBG] pgmap v4122: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: cluster 2024-03-30T04:50:27.907863+0000 mgr.y (mgr.25441) 6221 : cluster [DBG] pgmap v4123: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: cephadm 2024-03-30T04:50:27.915552+0000 mgr.y (mgr.25441) 6222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:30.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: cluster 2024-03-30T04:50:27.969472+0000 mgr.y (mgr.25441) 6223 : cluster [DBG] pgmap v4124: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: cluster 2024-03-30T04:50:27.969701+0000 mgr.y (mgr.25441) 6224 : cluster [DBG] pgmap v4125: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: cephadm 2024-03-30T04:50:27.979470+0000 mgr.y (mgr.25441) 6225 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:30.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: cluster 2024-03-30T04:50:28.064943+0000 mgr.y (mgr.25441) 6226 : cluster [DBG] pgmap v4126: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: cluster 2024-03-30T04:50:28.065236+0000 mgr.y (mgr.25441) 6227 : cluster [DBG] pgmap v4127: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: cephadm 2024-03-30T04:50:28.073503+0000 mgr.y (mgr.25441) 6228 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:30.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: cluster 2024-03-30T04:50:28.170472+0000 mgr.y (mgr.25441) 6229 : cluster [DBG] pgmap v4128: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: cluster 2024-03-30T04:50:28.171031+0000 mgr.y (mgr.25441) 6230 : cluster [DBG] pgmap v4129: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: cephadm 2024-03-30T04:50:28.181225+0000 mgr.y (mgr.25441) 6231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:30.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: cluster 2024-03-30T04:50:28.268273+0000 mgr.y (mgr.25441) 6232 : cluster [DBG] pgmap v4130: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: cluster 2024-03-30T04:50:28.268519+0000 mgr.y (mgr.25441) 6233 : cluster [DBG] pgmap v4131: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: cephadm 2024-03-30T04:50:28.275893+0000 mgr.y (mgr.25441) 6234 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:30.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: cluster 2024-03-30T04:50:28.359307+0000 mgr.y (mgr.25441) 6235 : cluster [DBG] pgmap v4132: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: cluster 2024-03-30T04:50:28.359603+0000 mgr.y (mgr.25441) 6236 : cluster [DBG] pgmap v4133: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: cephadm 2024-03-30T04:50:28.368197+0000 mgr.y (mgr.25441) 6237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:30.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: cluster 2024-03-30T04:50:28.418617+0000 mgr.y (mgr.25441) 6238 : cluster [DBG] pgmap v4134: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: cluster 2024-03-30T04:50:28.418841+0000 mgr.y (mgr.25441) 6239 : cluster [DBG] pgmap v4135: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: cephadm 2024-03-30T04:50:28.425190+0000 mgr.y (mgr.25441) 6240 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:30.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: cluster 2024-03-30T04:50:28.494845+0000 mgr.y (mgr.25441) 6241 : cluster [DBG] pgmap v4136: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: cluster 2024-03-30T04:50:28.495419+0000 mgr.y (mgr.25441) 6242 : cluster [DBG] pgmap v4137: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: cephadm 2024-03-30T04:50:28.503302+0000 mgr.y (mgr.25441) 6243 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:30.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: cluster 2024-03-30T04:50:28.588900+0000 mgr.y (mgr.25441) 6244 : cluster [DBG] pgmap v4138: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: cluster 2024-03-30T04:50:28.589579+0000 mgr.y (mgr.25441) 6245 : cluster [DBG] pgmap v4139: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: cephadm 2024-03-30T04:50:28.598172+0000 mgr.y (mgr.25441) 6246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:30.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:28.680444+0000 mon.c (mon.1) 7052 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:30.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:28.682738+0000 mon.c (mon.1) 7053 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:30.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:28.685513+0000 mon.c (mon.1) 7054 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:30.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:28.686239+0000 mon.c (mon.1) 7055 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:30.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: cluster 2024-03-30T04:50:28.687678+0000 mgr.y (mgr.25441) 6247 : cluster [DBG] pgmap v4140: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: cluster 2024-03-30T04:50:28.687951+0000 mgr.y (mgr.25441) 6248 : cluster [DBG] pgmap v4141: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:28.694133+0000 mon.a (mon.0) 2616 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:30.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: cephadm 2024-03-30T04:50:28.694779+0000 mgr.y (mgr.25441) 6249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:30.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:28.751540+0000 mon.c (mon.1) 7056 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:30.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:28.753393+0000 mon.c (mon.1) 7057 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:30.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: cluster 2024-03-30T04:50:27.849330+0000 mgr.y (mgr.25441) 6217 : cluster [DBG] pgmap v4120: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: cluster 2024-03-30T04:50:27.849624+0000 mgr.y (mgr.25441) 6218 : cluster [DBG] pgmap v4121: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: cephadm 2024-03-30T04:50:27.855301+0000 mgr.y (mgr.25441) 6219 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:30.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: cluster 2024-03-30T04:50:27.907288+0000 mgr.y (mgr.25441) 6220 : cluster [DBG] pgmap v4122: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: cluster 2024-03-30T04:50:27.907863+0000 mgr.y (mgr.25441) 6221 : cluster [DBG] pgmap v4123: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: cephadm 2024-03-30T04:50:27.915552+0000 mgr.y (mgr.25441) 6222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:30.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: cluster 2024-03-30T04:50:27.969472+0000 mgr.y (mgr.25441) 6223 : cluster [DBG] pgmap v4124: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: cluster 2024-03-30T04:50:27.969701+0000 mgr.y (mgr.25441) 6224 : cluster [DBG] pgmap v4125: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: cephadm 2024-03-30T04:50:27.979470+0000 mgr.y (mgr.25441) 6225 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:30.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: cluster 2024-03-30T04:50:28.064943+0000 mgr.y (mgr.25441) 6226 : cluster [DBG] pgmap v4126: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: cluster 2024-03-30T04:50:28.065236+0000 mgr.y (mgr.25441) 6227 : cluster [DBG] pgmap v4127: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: cephadm 2024-03-30T04:50:28.073503+0000 mgr.y (mgr.25441) 6228 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:30.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: cluster 2024-03-30T04:50:28.170472+0000 mgr.y (mgr.25441) 6229 : cluster [DBG] pgmap v4128: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: cluster 2024-03-30T04:50:28.171031+0000 mgr.y (mgr.25441) 6230 : cluster [DBG] pgmap v4129: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: cephadm 2024-03-30T04:50:28.181225+0000 mgr.y (mgr.25441) 6231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:30.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: cluster 2024-03-30T04:50:28.268273+0000 mgr.y (mgr.25441) 6232 : cluster [DBG] pgmap v4130: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: cluster 2024-03-30T04:50:28.268519+0000 mgr.y (mgr.25441) 6233 : cluster [DBG] pgmap v4131: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: cephadm 2024-03-30T04:50:28.275893+0000 mgr.y (mgr.25441) 6234 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:30.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: cluster 2024-03-30T04:50:28.359307+0000 mgr.y (mgr.25441) 6235 : cluster [DBG] pgmap v4132: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: cluster 2024-03-30T04:50:28.359603+0000 mgr.y (mgr.25441) 6236 : cluster [DBG] pgmap v4133: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:28.755201+0000 mon.c (mon.1) 7058 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:30.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:28.755840+0000 mon.c (mon.1) 7059 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:30.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: cluster 2024-03-30T04:50:28.757105+0000 mgr.y (mgr.25441) 6250 : cluster [DBG] pgmap v4142: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: cluster 2024-03-30T04:50:28.757346+0000 mgr.y (mgr.25441) 6251 : cluster [DBG] pgmap v4143: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:28.763449+0000 mon.a (mon.0) 2617 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:30.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: cephadm 2024-03-30T04:50:28.764046+0000 mgr.y (mgr.25441) 6252 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:30.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:28.822612+0000 mon.c (mon.1) 7060 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:30.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:28.824844+0000 mon.c (mon.1) 7061 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:30.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:28.826933+0000 mon.c (mon.1) 7062 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:30.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:28.827632+0000 mon.c (mon.1) 7063 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:30.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: cluster 2024-03-30T04:50:28.828915+0000 mgr.y (mgr.25441) 6253 : cluster [DBG] pgmap v4144: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: cluster 2024-03-30T04:50:28.829158+0000 mgr.y (mgr.25441) 6254 : cluster [DBG] pgmap v4145: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:28.835233+0000 mon.a (mon.0) 2618 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:30.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:28.907680+0000 mon.c (mon.1) 7064 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:30.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:28.911487+0000 mon.c (mon.1) 7065 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:30.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:28.914209+0000 mon.c (mon.1) 7066 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:30.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:28.914958+0000 mon.c (mon.1) 7067 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:30.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:28.921775+0000 mon.a (mon.0) 2619 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:30.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:28.993545+0000 mon.c (mon.1) 7068 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:30.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:28.997265+0000 mon.c (mon.1) 7069 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:30.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:29.000204+0000 mon.c (mon.1) 7070 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:30.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:29.001323+0000 mon.c (mon.1) 7071 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:30.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:29.010467+0000 mon.a (mon.0) 2620 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:30.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:29.099951+0000 mon.c (mon.1) 7072 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:30.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:29.104895+0000 mon.c (mon.1) 7073 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:30.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:29.109302+0000 mon.c (mon.1) 7074 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:30.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:29.111199+0000 mon.c (mon.1) 7075 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:30.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:29.126647+0000 mon.a (mon.0) 2621 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:30.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:29.219145+0000 mon.c (mon.1) 7076 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:30.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:29.223888+0000 mon.c (mon.1) 7077 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:30.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:29.228004+0000 mon.c (mon.1) 7078 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:30.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:29.229382+0000 mon.c (mon.1) 7079 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:30.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:29.241057+0000 mon.a (mon.0) 2622 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:30.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:29.322869+0000 mon.c (mon.1) 7080 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:30.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:29.326004+0000 mon.c (mon.1) 7081 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:30.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:29.328476+0000 mon.c (mon.1) 7082 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:30.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:29.329518+0000 mon.c (mon.1) 7083 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:30.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:29.337509+0000 mon.a (mon.0) 2623 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:30.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:29.415997+0000 mon.c (mon.1) 7084 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:30.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:29.418913+0000 mon.c (mon.1) 7085 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:30.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:29.422582+0000 mon.c (mon.1) 7086 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:30.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:29.423746+0000 mon.c (mon.1) 7087 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:30.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:29.436244+0000 mon.a (mon.0) 2624 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:30.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:29.516384+0000 mon.c (mon.1) 7088 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:30.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:29.519153+0000 mon.c (mon.1) 7089 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:30.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:29.522585+0000 mon.c (mon.1) 7090 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:30.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:29.523717+0000 mon.c (mon.1) 7091 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:30.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:29.536104+0000 mon.a (mon.0) 2625 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:30.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:29.619458+0000 mon.c (mon.1) 7092 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:30.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:29.623786+0000 mon.c (mon.1) 7093 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:30.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:29.627730+0000 mon.c (mon.1) 7094 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:30.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[73591]: audit 2024-03-30T04:50:29.628966+0000 mon.c (mon.1) 7095 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:30.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: cephadm 2024-03-30T04:50:28.368197+0000 mgr.y (mgr.25441) 6237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:30.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: cluster 2024-03-30T04:50:28.418617+0000 mgr.y (mgr.25441) 6238 : cluster [DBG] pgmap v4134: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: cluster 2024-03-30T04:50:28.418841+0000 mgr.y (mgr.25441) 6239 : cluster [DBG] pgmap v4135: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: cephadm 2024-03-30T04:50:28.425190+0000 mgr.y (mgr.25441) 6240 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:30.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: cluster 2024-03-30T04:50:28.494845+0000 mgr.y (mgr.25441) 6241 : cluster [DBG] pgmap v4136: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: cluster 2024-03-30T04:50:28.495419+0000 mgr.y (mgr.25441) 6242 : cluster [DBG] pgmap v4137: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: cephadm 2024-03-30T04:50:28.503302+0000 mgr.y (mgr.25441) 6243 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:30.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: cluster 2024-03-30T04:50:28.588900+0000 mgr.y (mgr.25441) 6244 : cluster [DBG] pgmap v4138: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: cluster 2024-03-30T04:50:28.589579+0000 mgr.y (mgr.25441) 6245 : cluster [DBG] pgmap v4139: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: cephadm 2024-03-30T04:50:28.598172+0000 mgr.y (mgr.25441) 6246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:30.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:28.680444+0000 mon.c (mon.1) 7052 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:30.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:28.682738+0000 mon.c (mon.1) 7053 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:30.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:28.685513+0000 mon.c (mon.1) 7054 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:30.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:28.686239+0000 mon.c (mon.1) 7055 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:30.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: cluster 2024-03-30T04:50:28.687678+0000 mgr.y (mgr.25441) 6247 : cluster [DBG] pgmap v4140: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: cluster 2024-03-30T04:50:28.687951+0000 mgr.y (mgr.25441) 6248 : cluster [DBG] pgmap v4141: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:28.694133+0000 mon.a (mon.0) 2616 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:30.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: cephadm 2024-03-30T04:50:28.694779+0000 mgr.y (mgr.25441) 6249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:30.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:28.751540+0000 mon.c (mon.1) 7056 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:30.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:28.753393+0000 mon.c (mon.1) 7057 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:30.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:28.755201+0000 mon.c (mon.1) 7058 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:30.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:28.755840+0000 mon.c (mon.1) 7059 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:30.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: cluster 2024-03-30T04:50:28.757105+0000 mgr.y (mgr.25441) 6250 : cluster [DBG] pgmap v4142: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: cluster 2024-03-30T04:50:28.757346+0000 mgr.y (mgr.25441) 6251 : cluster [DBG] pgmap v4143: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:28.763449+0000 mon.a (mon.0) 2617 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:30.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: cephadm 2024-03-30T04:50:28.764046+0000 mgr.y (mgr.25441) 6252 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:30.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:28.822612+0000 mon.c (mon.1) 7060 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:30.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:28.824844+0000 mon.c (mon.1) 7061 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:30.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:28.826933+0000 mon.c (mon.1) 7062 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:30.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:28.827632+0000 mon.c (mon.1) 7063 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:30.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: cluster 2024-03-30T04:50:28.828915+0000 mgr.y (mgr.25441) 6253 : cluster [DBG] pgmap v4144: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: cluster 2024-03-30T04:50:28.829158+0000 mgr.y (mgr.25441) 6254 : cluster [DBG] pgmap v4145: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:28.835233+0000 mon.a (mon.0) 2618 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:30.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:28.907680+0000 mon.c (mon.1) 7064 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:30.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:28.911487+0000 mon.c (mon.1) 7065 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:30.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:28.914209+0000 mon.c (mon.1) 7066 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:30.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:28.914958+0000 mon.c (mon.1) 7067 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:30.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:28.921775+0000 mon.a (mon.0) 2619 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:30.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:28.993545+0000 mon.c (mon.1) 7068 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:30.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:28.997265+0000 mon.c (mon.1) 7069 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:30.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:29.000204+0000 mon.c (mon.1) 7070 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:30.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:29.001323+0000 mon.c (mon.1) 7071 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:30.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:29.010467+0000 mon.a (mon.0) 2620 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:30.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:29.099951+0000 mon.c (mon.1) 7072 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:30.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:29.104895+0000 mon.c (mon.1) 7073 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:30.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:29.109302+0000 mon.c (mon.1) 7074 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:30.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:29.111199+0000 mon.c (mon.1) 7075 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:30.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:29.126647+0000 mon.a (mon.0) 2621 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:30.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:29.219145+0000 mon.c (mon.1) 7076 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:30.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:29.223888+0000 mon.c (mon.1) 7077 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:30.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:29.228004+0000 mon.c (mon.1) 7078 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:30.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:29.229382+0000 mon.c (mon.1) 7079 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:30.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:29.241057+0000 mon.a (mon.0) 2622 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:30.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:29.322869+0000 mon.c (mon.1) 7080 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:30.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:29.326004+0000 mon.c (mon.1) 7081 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:30.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:29.328476+0000 mon.c (mon.1) 7082 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:30.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:29.329518+0000 mon.c (mon.1) 7083 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:30.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:29.337509+0000 mon.a (mon.0) 2623 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:30.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:29.415997+0000 mon.c (mon.1) 7084 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:30.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:29.418913+0000 mon.c (mon.1) 7085 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:30.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:29.422582+0000 mon.c (mon.1) 7086 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:30.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:29.423746+0000 mon.c (mon.1) 7087 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:30.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:29.436244+0000 mon.a (mon.0) 2624 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:30.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:29.516384+0000 mon.c (mon.1) 7088 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:30.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:29.519153+0000 mon.c (mon.1) 7089 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:30.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:29.522585+0000 mon.c (mon.1) 7090 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:30.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:29.523717+0000 mon.c (mon.1) 7091 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:30.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:29.536104+0000 mon.a (mon.0) 2625 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:30.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:29.619458+0000 mon.c (mon.1) 7092 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:30.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:29.623786+0000 mon.c (mon.1) 7093 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:30.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:29.627730+0000 mon.c (mon.1) 7094 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:30.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:29 smithi111 bash[70954]: audit 2024-03-30T04:50:29.628966+0000 mon.c (mon.1) 7095 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:31.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: cephadm 2024-03-30T04:50:28.835901+0000 mgr.y (mgr.25441) 6255 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:31.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: cluster 2024-03-30T04:50:28.916409+0000 mgr.y (mgr.25441) 6256 : cluster [DBG] pgmap v4146: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: cluster 2024-03-30T04:50:28.916708+0000 mgr.y (mgr.25441) 6257 : cluster [DBG] pgmap v4147: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: cephadm 2024-03-30T04:50:28.922450+0000 mgr.y (mgr.25441) 6258 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:31.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: cluster 2024-03-30T04:50:29.003279+0000 mgr.y (mgr.25441) 6259 : cluster [DBG] pgmap v4148: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: cluster 2024-03-30T04:50:29.003525+0000 mgr.y (mgr.25441) 6260 : cluster [DBG] pgmap v4149: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: cephadm 2024-03-30T04:50:29.011294+0000 mgr.y (mgr.25441) 6261 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:31.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:29.051611+0000 mgr.y (mgr.25441) 6262 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:31.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: cluster 2024-03-30T04:50:29.114352+0000 mgr.y (mgr.25441) 6263 : cluster [DBG] pgmap v4150: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: cluster 2024-03-30T04:50:29.115024+0000 mgr.y (mgr.25441) 6264 : cluster [DBG] pgmap v4151: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: cephadm 2024-03-30T04:50:29.128060+0000 mgr.y (mgr.25441) 6265 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:31.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: cluster 2024-03-30T04:50:29.232445+0000 mgr.y (mgr.25441) 6266 : cluster [DBG] pgmap v4152: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: cephadm 2024-03-30T04:50:29.242305+0000 mgr.y (mgr.25441) 6267 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:31.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: cluster 2024-03-30T04:50:29.331321+0000 mgr.y (mgr.25441) 6268 : cluster [DBG] pgmap v4153: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: cluster 2024-03-30T04:50:29.331597+0000 mgr.y (mgr.25441) 6269 : cluster [DBG] pgmap v4154: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: cephadm 2024-03-30T04:50:29.338700+0000 mgr.y (mgr.25441) 6270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:31.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: cluster 2024-03-30T04:50:29.426010+0000 mgr.y (mgr.25441) 6271 : cluster [DBG] pgmap v4155: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: cluster 2024-03-30T04:50:29.426570+0000 mgr.y (mgr.25441) 6272 : cluster [DBG] pgmap v4156: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: cephadm 2024-03-30T04:50:29.437403+0000 mgr.y (mgr.25441) 6273 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:31.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: cluster 2024-03-30T04:50:29.526001+0000 mgr.y (mgr.25441) 6274 : cluster [DBG] pgmap v4157: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: cephadm 2024-03-30T04:50:28.835901+0000 mgr.y (mgr.25441) 6255 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:31.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: cluster 2024-03-30T04:50:28.916409+0000 mgr.y (mgr.25441) 6256 : cluster [DBG] pgmap v4146: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: cluster 2024-03-30T04:50:28.916708+0000 mgr.y (mgr.25441) 6257 : cluster [DBG] pgmap v4147: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: cephadm 2024-03-30T04:50:28.922450+0000 mgr.y (mgr.25441) 6258 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:31.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: cluster 2024-03-30T04:50:29.003279+0000 mgr.y (mgr.25441) 6259 : cluster [DBG] pgmap v4148: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: cluster 2024-03-30T04:50:29.003525+0000 mgr.y (mgr.25441) 6260 : cluster [DBG] pgmap v4149: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: cephadm 2024-03-30T04:50:29.011294+0000 mgr.y (mgr.25441) 6261 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:31.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:29.051611+0000 mgr.y (mgr.25441) 6262 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:31.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: cluster 2024-03-30T04:50:29.114352+0000 mgr.y (mgr.25441) 6263 : cluster [DBG] pgmap v4150: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: cluster 2024-03-30T04:50:29.115024+0000 mgr.y (mgr.25441) 6264 : cluster [DBG] pgmap v4151: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: cephadm 2024-03-30T04:50:29.128060+0000 mgr.y (mgr.25441) 6265 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:31.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: cluster 2024-03-30T04:50:29.232445+0000 mgr.y (mgr.25441) 6266 : cluster [DBG] pgmap v4152: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: cephadm 2024-03-30T04:50:29.242305+0000 mgr.y (mgr.25441) 6267 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:31.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: cluster 2024-03-30T04:50:29.331321+0000 mgr.y (mgr.25441) 6268 : cluster [DBG] pgmap v4153: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: cluster 2024-03-30T04:50:29.331597+0000 mgr.y (mgr.25441) 6269 : cluster [DBG] pgmap v4154: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: cephadm 2024-03-30T04:50:29.338700+0000 mgr.y (mgr.25441) 6270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:31.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: cluster 2024-03-30T04:50:29.426010+0000 mgr.y (mgr.25441) 6271 : cluster [DBG] pgmap v4155: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: cluster 2024-03-30T04:50:29.426570+0000 mgr.y (mgr.25441) 6272 : cluster [DBG] pgmap v4156: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: cephadm 2024-03-30T04:50:29.437403+0000 mgr.y (mgr.25441) 6273 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:31.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: cluster 2024-03-30T04:50:29.526001+0000 mgr.y (mgr.25441) 6274 : cluster [DBG] pgmap v4157: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: cluster 2024-03-30T04:50:29.526571+0000 mgr.y (mgr.25441) 6275 : cluster [DBG] pgmap v4158: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: cephadm 2024-03-30T04:50:29.537054+0000 mgr.y (mgr.25441) 6276 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:31.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: cluster 2024-03-30T04:50:29.631572+0000 mgr.y (mgr.25441) 6277 : cluster [DBG] pgmap v4159: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: cluster 2024-03-30T04:50:29.632132+0000 mgr.y (mgr.25441) 6278 : cluster [DBG] pgmap v4160: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: cluster 2024-03-30T04:50:29.633423+0000 mon.a (mon.0) 2626 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:50:31.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: cluster 2024-03-30T04:50:29.633487+0000 mon.a (mon.0) 2627 : cluster [INF] Cluster is now healthy 2024-03-30T04:50:31.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:29.656482+0000 mon.a (mon.0) 2628 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:31.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: cephadm 2024-03-30T04:50:29.657756+0000 mgr.y (mgr.25441) 6279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:31.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:29.746492+0000 mon.c (mon.1) 7096 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:31.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:29.750364+0000 mon.c (mon.1) 7097 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:31.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:29.754051+0000 mon.c (mon.1) 7098 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:31.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:29.755368+0000 mon.c (mon.1) 7099 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:31.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: cluster 2024-03-30T04:50:29.757809+0000 mgr.y (mgr.25441) 6280 : cluster [DBG] pgmap v4161: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: cluster 2024-03-30T04:50:29.758054+0000 mgr.y (mgr.25441) 6281 : cluster [DBG] pgmap v4162: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:29.767297+0000 mon.a (mon.0) 2629 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:31.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: cephadm 2024-03-30T04:50:29.768700+0000 mgr.y (mgr.25441) 6282 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:31.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:29.857740+0000 mon.c (mon.1) 7100 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:31.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:29.862208+0000 mon.c (mon.1) 7101 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:31.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:29.866318+0000 mon.c (mon.1) 7102 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:31.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:29.867713+0000 mon.c (mon.1) 7103 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:31.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:29.880027+0000 mon.a (mon.0) 2630 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:31.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: cluster 2024-03-30T04:50:29.526571+0000 mgr.y (mgr.25441) 6275 : cluster [DBG] pgmap v4158: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: cephadm 2024-03-30T04:50:29.537054+0000 mgr.y (mgr.25441) 6276 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:31.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: cluster 2024-03-30T04:50:29.631572+0000 mgr.y (mgr.25441) 6277 : cluster [DBG] pgmap v4159: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: cluster 2024-03-30T04:50:29.632132+0000 mgr.y (mgr.25441) 6278 : cluster [DBG] pgmap v4160: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: cluster 2024-03-30T04:50:29.633423+0000 mon.a (mon.0) 2626 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:50:31.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: cluster 2024-03-30T04:50:29.633487+0000 mon.a (mon.0) 2627 : cluster [INF] Cluster is now healthy 2024-03-30T04:50:31.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:29.656482+0000 mon.a (mon.0) 2628 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:31.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: cephadm 2024-03-30T04:50:29.657756+0000 mgr.y (mgr.25441) 6279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:31.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:29.746492+0000 mon.c (mon.1) 7096 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:31.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:29.750364+0000 mon.c (mon.1) 7097 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:31.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:29.754051+0000 mon.c (mon.1) 7098 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:31.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:29.755368+0000 mon.c (mon.1) 7099 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:31.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: cluster 2024-03-30T04:50:29.757809+0000 mgr.y (mgr.25441) 6280 : cluster [DBG] pgmap v4161: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: cluster 2024-03-30T04:50:29.758054+0000 mgr.y (mgr.25441) 6281 : cluster [DBG] pgmap v4162: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:29.767297+0000 mon.a (mon.0) 2629 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:31.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: cephadm 2024-03-30T04:50:29.768700+0000 mgr.y (mgr.25441) 6282 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:31.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:29.857740+0000 mon.c (mon.1) 7100 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:31.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:29.862208+0000 mon.c (mon.1) 7101 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:31.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:29.866318+0000 mon.c (mon.1) 7102 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:31.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:29.867713+0000 mon.c (mon.1) 7103 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:31.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:29.880027+0000 mon.a (mon.0) 2630 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:31.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:29.972546+0000 mon.c (mon.1) 7104 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:31.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:29.977042+0000 mon.c (mon.1) 7105 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:31.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:29.981027+0000 mon.c (mon.1) 7106 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:31.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:29.982275+0000 mon.c (mon.1) 7107 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:31.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:29.992212+0000 mon.a (mon.0) 2631 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:31.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:30.081767+0000 mon.c (mon.1) 7108 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:31.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:30.086363+0000 mon.c (mon.1) 7109 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:31.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:30.090757+0000 mon.c (mon.1) 7110 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:31.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:30.092360+0000 mon.c (mon.1) 7111 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:31.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:30.105226+0000 mon.a (mon.0) 2632 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:31.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:30.182770+0000 mon.c (mon.1) 7112 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:31.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:30.185658+0000 mon.c (mon.1) 7113 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:31.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:30.188533+0000 mon.c (mon.1) 7114 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:31.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:30.189557+0000 mon.c (mon.1) 7115 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:31.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:30.196136+0000 mon.a (mon.0) 2633 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:31.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:30.269444+0000 mon.a (mon.0) 2634 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:31.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:30.276042+0000 mon.c (mon.1) 7116 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:50:31.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:30.292791+0000 mon.c (mon.1) 7117 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:31.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:30.303826+0000 mon.c (mon.1) 7118 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:31.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:29.972546+0000 mon.c (mon.1) 7104 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:31.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:29.977042+0000 mon.c (mon.1) 7105 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:31.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:29.981027+0000 mon.c (mon.1) 7106 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:31.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:29.982275+0000 mon.c (mon.1) 7107 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:31.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:29.992212+0000 mon.a (mon.0) 2631 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:31.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:30.081767+0000 mon.c (mon.1) 7108 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:31.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:30.086363+0000 mon.c (mon.1) 7109 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:31.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:30.090757+0000 mon.c (mon.1) 7110 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:31.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:30.092360+0000 mon.c (mon.1) 7111 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:31.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:30.105226+0000 mon.a (mon.0) 2632 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:31.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:30.182770+0000 mon.c (mon.1) 7112 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:31.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:30.185658+0000 mon.c (mon.1) 7113 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:31.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:30.188533+0000 mon.c (mon.1) 7114 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:31.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:30.189557+0000 mon.c (mon.1) 7115 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:31.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:30.196136+0000 mon.a (mon.0) 2633 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:31.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:30.269444+0000 mon.a (mon.0) 2634 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:31.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:30.276042+0000 mon.c (mon.1) 7116 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:50:31.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:30.292791+0000 mon.c (mon.1) 7117 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:31.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:30.303826+0000 mon.c (mon.1) 7118 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:31.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:30.311168+0000 mon.c (mon.1) 7119 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:31.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:30.311914+0000 mon.c (mon.1) 7120 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:31.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:30.319486+0000 mon.a (mon.0) 2635 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:31.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:30.381450+0000 mon.c (mon.1) 7121 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:31.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:30.384305+0000 mon.c (mon.1) 7122 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:31.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:30.386591+0000 mon.c (mon.1) 7123 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:31.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:30.387400+0000 mon.c (mon.1) 7124 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:31.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:30.394630+0000 mon.a (mon.0) 2636 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:31.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:30.472249+0000 mon.c (mon.1) 7125 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:31.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:30.475004+0000 mon.c (mon.1) 7126 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:31.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:30.477259+0000 mon.c (mon.1) 7127 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:31.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:30.478232+0000 mon.c (mon.1) 7128 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:31.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:30.486846+0000 mon.a (mon.0) 2637 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:31.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:30.563003+0000 mon.c (mon.1) 7129 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:31.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:30.565658+0000 mon.c (mon.1) 7130 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:31.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:30.568486+0000 mon.c (mon.1) 7131 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:31.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:30.569506+0000 mon.c (mon.1) 7132 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:31.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: audit 2024-03-30T04:50:30.576070+0000 mon.a (mon.0) 2638 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:31.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[70954]: cluster 2024-03-30T04:50:30.635544+0000 mon.a (mon.0) 2639 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:50:31.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:30.311168+0000 mon.c (mon.1) 7119 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:31.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:30.311914+0000 mon.c (mon.1) 7120 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:31.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:30.319486+0000 mon.a (mon.0) 2635 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:31.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:30.381450+0000 mon.c (mon.1) 7121 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:31.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:30.384305+0000 mon.c (mon.1) 7122 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:31.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:30.386591+0000 mon.c (mon.1) 7123 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:31.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:30.387400+0000 mon.c (mon.1) 7124 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:31.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:30.394630+0000 mon.a (mon.0) 2636 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:31.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:30.472249+0000 mon.c (mon.1) 7125 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:31.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:30.475004+0000 mon.c (mon.1) 7126 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:31.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:30.477259+0000 mon.c (mon.1) 7127 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:31.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:30.478232+0000 mon.c (mon.1) 7128 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:31.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:30.486846+0000 mon.a (mon.0) 2637 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:31.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:30.563003+0000 mon.c (mon.1) 7129 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:31.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:30.565658+0000 mon.c (mon.1) 7130 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:31.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:30.568486+0000 mon.c (mon.1) 7131 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:31.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:30.569506+0000 mon.c (mon.1) 7132 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:31.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: audit 2024-03-30T04:50:30.576070+0000 mon.a (mon.0) 2638 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:31.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:30 smithi111 bash[73591]: cluster 2024-03-30T04:50:30.635544+0000 mon.a (mon.0) 2639 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:50:31.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: cephadm 2024-03-30T04:50:28.835901+0000 mgr.y (mgr.25441) 6255 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:31.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: cluster 2024-03-30T04:50:28.916409+0000 mgr.y (mgr.25441) 6256 : cluster [DBG] pgmap v4146: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: cluster 2024-03-30T04:50:28.916708+0000 mgr.y (mgr.25441) 6257 : cluster [DBG] pgmap v4147: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: cephadm 2024-03-30T04:50:28.922450+0000 mgr.y (mgr.25441) 6258 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:31.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: cluster 2024-03-30T04:50:29.003279+0000 mgr.y (mgr.25441) 6259 : cluster [DBG] pgmap v4148: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: cluster 2024-03-30T04:50:29.003525+0000 mgr.y (mgr.25441) 6260 : cluster [DBG] pgmap v4149: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: cephadm 2024-03-30T04:50:29.011294+0000 mgr.y (mgr.25441) 6261 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:31.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:29.051611+0000 mgr.y (mgr.25441) 6262 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:31.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: cluster 2024-03-30T04:50:29.114352+0000 mgr.y (mgr.25441) 6263 : cluster [DBG] pgmap v4150: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: cluster 2024-03-30T04:50:29.115024+0000 mgr.y (mgr.25441) 6264 : cluster [DBG] pgmap v4151: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: cephadm 2024-03-30T04:50:29.128060+0000 mgr.y (mgr.25441) 6265 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:31.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: cluster 2024-03-30T04:50:29.232445+0000 mgr.y (mgr.25441) 6266 : cluster [DBG] pgmap v4152: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: cephadm 2024-03-30T04:50:29.242305+0000 mgr.y (mgr.25441) 6267 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:31.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: cluster 2024-03-30T04:50:29.331321+0000 mgr.y (mgr.25441) 6268 : cluster [DBG] pgmap v4153: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: cluster 2024-03-30T04:50:29.331597+0000 mgr.y (mgr.25441) 6269 : cluster [DBG] pgmap v4154: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: cephadm 2024-03-30T04:50:29.338700+0000 mgr.y (mgr.25441) 6270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:31.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: cluster 2024-03-30T04:50:29.426010+0000 mgr.y (mgr.25441) 6271 : cluster [DBG] pgmap v4155: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: cluster 2024-03-30T04:50:29.426570+0000 mgr.y (mgr.25441) 6272 : cluster [DBG] pgmap v4156: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: cephadm 2024-03-30T04:50:29.437403+0000 mgr.y (mgr.25441) 6273 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:31.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: cluster 2024-03-30T04:50:29.526001+0000 mgr.y (mgr.25441) 6274 : cluster [DBG] pgmap v4157: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: cluster 2024-03-30T04:50:29.526571+0000 mgr.y (mgr.25441) 6275 : cluster [DBG] pgmap v4158: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: cephadm 2024-03-30T04:50:29.537054+0000 mgr.y (mgr.25441) 6276 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:31.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: cluster 2024-03-30T04:50:29.631572+0000 mgr.y (mgr.25441) 6277 : cluster [DBG] pgmap v4159: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: cluster 2024-03-30T04:50:29.632132+0000 mgr.y (mgr.25441) 6278 : cluster [DBG] pgmap v4160: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: cluster 2024-03-30T04:50:29.633423+0000 mon.a (mon.0) 2626 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:50:31.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: cluster 2024-03-30T04:50:29.633487+0000 mon.a (mon.0) 2627 : cluster [INF] Cluster is now healthy 2024-03-30T04:50:31.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:29.656482+0000 mon.a (mon.0) 2628 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:31.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: cephadm 2024-03-30T04:50:29.657756+0000 mgr.y (mgr.25441) 6279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:31.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:29.746492+0000 mon.c (mon.1) 7096 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:31.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:29.750364+0000 mon.c (mon.1) 7097 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:31.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:29.754051+0000 mon.c (mon.1) 7098 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:31.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:29.755368+0000 mon.c (mon.1) 7099 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:31.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: cluster 2024-03-30T04:50:29.757809+0000 mgr.y (mgr.25441) 6280 : cluster [DBG] pgmap v4161: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: cluster 2024-03-30T04:50:29.758054+0000 mgr.y (mgr.25441) 6281 : cluster [DBG] pgmap v4162: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:31.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:29.767297+0000 mon.a (mon.0) 2629 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:31.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: cephadm 2024-03-30T04:50:29.768700+0000 mgr.y (mgr.25441) 6282 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:31.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:29.857740+0000 mon.c (mon.1) 7100 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:31.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:29.862208+0000 mon.c (mon.1) 7101 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:31.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:29.866318+0000 mon.c (mon.1) 7102 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:31.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:29.867713+0000 mon.c (mon.1) 7103 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:31.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:29.880027+0000 mon.a (mon.0) 2630 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:31.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:29.972546+0000 mon.c (mon.1) 7104 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:31.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:29.977042+0000 mon.c (mon.1) 7105 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:31.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:29.981027+0000 mon.c (mon.1) 7106 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:31.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:29.982275+0000 mon.c (mon.1) 7107 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:31.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:29.992212+0000 mon.a (mon.0) 2631 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:31.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:30.081767+0000 mon.c (mon.1) 7108 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:31.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:30.086363+0000 mon.c (mon.1) 7109 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:31.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:30.090757+0000 mon.c (mon.1) 7110 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:31.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:30.092360+0000 mon.c (mon.1) 7111 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:31.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:30.105226+0000 mon.a (mon.0) 2632 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:31.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:30.182770+0000 mon.c (mon.1) 7112 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:31.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:30.185658+0000 mon.c (mon.1) 7113 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:31.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:30.188533+0000 mon.c (mon.1) 7114 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:31.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:30.189557+0000 mon.c (mon.1) 7115 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:31.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:30.196136+0000 mon.a (mon.0) 2633 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:31.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:30.269444+0000 mon.a (mon.0) 2634 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:31.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:30.276042+0000 mon.c (mon.1) 7116 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:50:31.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:30.292791+0000 mon.c (mon.1) 7117 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:31.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:30.303826+0000 mon.c (mon.1) 7118 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:31.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:30.311168+0000 mon.c (mon.1) 7119 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:31.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:30.311914+0000 mon.c (mon.1) 7120 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:31.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:30.319486+0000 mon.a (mon.0) 2635 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:31.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:30.381450+0000 mon.c (mon.1) 7121 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:31.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:30.384305+0000 mon.c (mon.1) 7122 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:31.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:30.386591+0000 mon.c (mon.1) 7123 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:31.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:30.387400+0000 mon.c (mon.1) 7124 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:31.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:30.394630+0000 mon.a (mon.0) 2636 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:31.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:30.472249+0000 mon.c (mon.1) 7125 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:31.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:30.475004+0000 mon.c (mon.1) 7126 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:31.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:30.477259+0000 mon.c (mon.1) 7127 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:31.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:30.478232+0000 mon.c (mon.1) 7128 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:31.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:30.486846+0000 mon.a (mon.0) 2637 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:31.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:30.563003+0000 mon.c (mon.1) 7129 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:31.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:30.565658+0000 mon.c (mon.1) 7130 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:31.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:30.568486+0000 mon.c (mon.1) 7131 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:31.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:30.569506+0000 mon.c (mon.1) 7132 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:31.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: audit 2024-03-30T04:50:30.576070+0000 mon.a (mon.0) 2638 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:31.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:30 smithi117 bash[62284]: cluster 2024-03-30T04:50:30.635544+0000 mon.a (mon.0) 2639 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:50:32.023 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: cluster 2024-03-30T04:50:29.870582+0000 mgr.y (mgr.25441) 6283 : cluster [DBG] pgmap v4163: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.023 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: cluster 2024-03-30T04:50:29.871240+0000 mgr.y (mgr.25441) 6284 : cluster [DBG] pgmap v4164: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.023 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: cephadm 2024-03-30T04:50:29.881678+0000 mgr.y (mgr.25441) 6285 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:32.023 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: cluster 2024-03-30T04:50:29.984614+0000 mgr.y (mgr.25441) 6286 : cluster [DBG] pgmap v4165: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.023 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: cluster 2024-03-30T04:50:29.984836+0000 mgr.y (mgr.25441) 6287 : cluster [DBG] pgmap v4166: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.023 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: cephadm 2024-03-30T04:50:29.993397+0000 mgr.y (mgr.25441) 6288 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:32.023 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: cluster 2024-03-30T04:50:30.095294+0000 mgr.y (mgr.25441) 6289 : cluster [DBG] pgmap v4167: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.023 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: cluster 2024-03-30T04:50:30.095957+0000 mgr.y (mgr.25441) 6290 : cluster [DBG] pgmap v4168: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.023 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: cephadm 2024-03-30T04:50:30.107076+0000 mgr.y (mgr.25441) 6291 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:32.023 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: cluster 2024-03-30T04:50:30.191386+0000 mgr.y (mgr.25441) 6292 : cluster [DBG] pgmap v4169: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.024 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: cluster 2024-03-30T04:50:30.192019+0000 mgr.y (mgr.25441) 6293 : cluster [DBG] pgmap v4170: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.024 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: cephadm 2024-03-30T04:50:30.196767+0000 mgr.y (mgr.25441) 6294 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:32.024 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: cluster 2024-03-30T04:50:30.313944+0000 mgr.y (mgr.25441) 6295 : cluster [DBG] pgmap v4171: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.024 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: cluster 2024-03-30T04:50:30.314138+0000 mgr.y (mgr.25441) 6296 : cluster [DBG] pgmap v4172: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.024 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: cephadm 2024-03-30T04:50:30.320247+0000 mgr.y (mgr.25441) 6297 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:32.024 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: cluster 2024-03-30T04:50:30.389209+0000 mgr.y (mgr.25441) 6298 : cluster [DBG] pgmap v4173: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.024 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: cluster 2024-03-30T04:50:30.389752+0000 mgr.y (mgr.25441) 6299 : cluster [DBG] pgmap v4174: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.024 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: cephadm 2024-03-30T04:50:30.396744+0000 mgr.y (mgr.25441) 6300 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:32.024 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: cluster 2024-03-30T04:50:30.480310+0000 mgr.y (mgr.25441) 6301 : cluster [DBG] pgmap v4175: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.024 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: cluster 2024-03-30T04:50:30.480895+0000 mgr.y (mgr.25441) 6302 : cluster [DBG] pgmap v4176: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.025 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: cephadm 2024-03-30T04:50:30.489008+0000 mgr.y (mgr.25441) 6303 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:32.025 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: cluster 2024-03-30T04:50:30.571337+0000 mgr.y (mgr.25441) 6304 : cluster [DBG] pgmap v4177: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.025 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: cephadm 2024-03-30T04:50:30.576753+0000 mgr.y (mgr.25441) 6305 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:32.025 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:30.644579+0000 mon.c (mon.1) 7133 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:32.025 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:30.658861+0000 mon.c (mon.1) 7134 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:32.025 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:30.661514+0000 mon.c (mon.1) 7135 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:32.025 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:30.662436+0000 mon.c (mon.1) 7136 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:32.025 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: cluster 2024-03-30T04:50:30.664357+0000 mgr.y (mgr.25441) 6306 : cluster [DBG] pgmap v4178: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.025 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: cluster 2024-03-30T04:50:30.664664+0000 mgr.y (mgr.25441) 6307 : cluster [DBG] pgmap v4179: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.025 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:30.672836+0000 mon.a (mon.0) 2640 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:32.026 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: cephadm 2024-03-30T04:50:30.673525+0000 mgr.y (mgr.25441) 6308 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:32.026 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:30.719069+0000 mon.c (mon.1) 7137 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:32.026 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:30.721867+0000 mon.c (mon.1) 7138 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:32.026 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:30.724892+0000 mon.c (mon.1) 7139 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:32.026 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:30.725921+0000 mon.c (mon.1) 7140 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:32.026 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: cluster 2024-03-30T04:50:30.727782+0000 mgr.y (mgr.25441) 6309 : cluster [DBG] pgmap v4180: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.026 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: cluster 2024-03-30T04:50:30.728020+0000 mgr.y (mgr.25441) 6310 : cluster [DBG] pgmap v4181: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.026 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:30.737383+0000 mon.a (mon.0) 2641 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:32.026 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: cephadm 2024-03-30T04:50:30.738460+0000 mgr.y (mgr.25441) 6311 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:32.026 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:30.822311+0000 mon.c (mon.1) 7141 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:32.026 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:30.826001+0000 mon.c (mon.1) 7142 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:32.026 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:30.829790+0000 mon.c (mon.1) 7143 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:32.026 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:30.831067+0000 mon.c (mon.1) 7144 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:32.026 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:30.844045+0000 mon.a (mon.0) 2642 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:32.026 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:30.924279+0000 mon.c (mon.1) 7145 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:32.027 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:30.927476+0000 mon.c (mon.1) 7146 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:32.027 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:30.931330+0000 mon.c (mon.1) 7147 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:32.027 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:30.932515+0000 mon.c (mon.1) 7148 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:32.027 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:30.944057+0000 mon.a (mon.0) 2643 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:32.027 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:31.033227+0000 mon.c (mon.1) 7149 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:32.027 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:31.037810+0000 mon.c (mon.1) 7150 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:32.027 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:31.042124+0000 mon.c (mon.1) 7151 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:32.027 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:31.043621+0000 mon.c (mon.1) 7152 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:32.027 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:31.056292+0000 mon.a (mon.0) 2644 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:32.027 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:31.148099+0000 mon.c (mon.1) 7153 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:32.027 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:31.152630+0000 mon.c (mon.1) 7154 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:32.027 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:31.156763+0000 mon.c (mon.1) 7155 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:32.027 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:31.158460+0000 mon.c (mon.1) 7156 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:32.027 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:31.173476+0000 mon.a (mon.0) 2645 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:32.028 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:31.264605+0000 mon.c (mon.1) 7157 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:32.028 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:31.269643+0000 mon.c (mon.1) 7158 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:32.028 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:31.273000+0000 mon.c (mon.1) 7159 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:32.028 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:31.274355+0000 mon.c (mon.1) 7160 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:32.028 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:31.286848+0000 mon.a (mon.0) 2646 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:32.028 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:31.366428+0000 mon.c (mon.1) 7161 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:32.028 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:31.369465+0000 mon.c (mon.1) 7162 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:32.028 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:31.372752+0000 mon.c (mon.1) 7163 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:32.028 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:31.374005+0000 mon.c (mon.1) 7164 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:32.028 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:31.385672+0000 mon.a (mon.0) 2647 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:32.028 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:31.463910+0000 mon.c (mon.1) 7165 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:32.028 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:31.466379+0000 mon.c (mon.1) 7166 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:32.028 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:31.468573+0000 mon.c (mon.1) 7167 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:32.028 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:31.469263+0000 mon.c (mon.1) 7168 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:32.028 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:31.476510+0000 mon.a (mon.0) 2648 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:32.029 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:31.540964+0000 mon.c (mon.1) 7169 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:32.029 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:31.543842+0000 mon.c (mon.1) 7170 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:32.029 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:31.546727+0000 mon.c (mon.1) 7171 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:32.029 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:31.547501+0000 mon.c (mon.1) 7172 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:32.029 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:31.553938+0000 mon.a (mon.0) 2649 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:32.029 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:31.616983+0000 mon.c (mon.1) 7173 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:32.029 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:31.619664+0000 mon.c (mon.1) 7174 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:32.029 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:31.621921+0000 mon.c (mon.1) 7175 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:32.029 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:31.622746+0000 mon.c (mon.1) 7176 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:32.029 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:31 smithi117 bash[62284]: audit 2024-03-30T04:50:31.629969+0000 mon.a (mon.0) 2650 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:32.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: cluster 2024-03-30T04:50:29.870582+0000 mgr.y (mgr.25441) 6283 : cluster [DBG] pgmap v4163: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: cluster 2024-03-30T04:50:29.871240+0000 mgr.y (mgr.25441) 6284 : cluster [DBG] pgmap v4164: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: cephadm 2024-03-30T04:50:29.881678+0000 mgr.y (mgr.25441) 6285 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:32.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: cluster 2024-03-30T04:50:29.984614+0000 mgr.y (mgr.25441) 6286 : cluster [DBG] pgmap v4165: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: cluster 2024-03-30T04:50:29.984836+0000 mgr.y (mgr.25441) 6287 : cluster [DBG] pgmap v4166: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: cephadm 2024-03-30T04:50:29.993397+0000 mgr.y (mgr.25441) 6288 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:32.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: cluster 2024-03-30T04:50:30.095294+0000 mgr.y (mgr.25441) 6289 : cluster [DBG] pgmap v4167: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: cluster 2024-03-30T04:50:30.095957+0000 mgr.y (mgr.25441) 6290 : cluster [DBG] pgmap v4168: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: cephadm 2024-03-30T04:50:30.107076+0000 mgr.y (mgr.25441) 6291 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:32.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: cluster 2024-03-30T04:50:30.191386+0000 mgr.y (mgr.25441) 6292 : cluster [DBG] pgmap v4169: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: cluster 2024-03-30T04:50:30.192019+0000 mgr.y (mgr.25441) 6293 : cluster [DBG] pgmap v4170: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: cephadm 2024-03-30T04:50:30.196767+0000 mgr.y (mgr.25441) 6294 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:32.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: cluster 2024-03-30T04:50:30.313944+0000 mgr.y (mgr.25441) 6295 : cluster [DBG] pgmap v4171: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: cluster 2024-03-30T04:50:30.314138+0000 mgr.y (mgr.25441) 6296 : cluster [DBG] pgmap v4172: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: cephadm 2024-03-30T04:50:30.320247+0000 mgr.y (mgr.25441) 6297 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:32.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: cluster 2024-03-30T04:50:30.389209+0000 mgr.y (mgr.25441) 6298 : cluster [DBG] pgmap v4173: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: cluster 2024-03-30T04:50:30.389752+0000 mgr.y (mgr.25441) 6299 : cluster [DBG] pgmap v4174: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: cephadm 2024-03-30T04:50:30.396744+0000 mgr.y (mgr.25441) 6300 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:32.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: cluster 2024-03-30T04:50:30.480310+0000 mgr.y (mgr.25441) 6301 : cluster [DBG] pgmap v4175: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: cluster 2024-03-30T04:50:30.480895+0000 mgr.y (mgr.25441) 6302 : cluster [DBG] pgmap v4176: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: cluster 2024-03-30T04:50:29.870582+0000 mgr.y (mgr.25441) 6283 : cluster [DBG] pgmap v4163: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: cluster 2024-03-30T04:50:29.871240+0000 mgr.y (mgr.25441) 6284 : cluster [DBG] pgmap v4164: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: cephadm 2024-03-30T04:50:29.881678+0000 mgr.y (mgr.25441) 6285 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:32.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: cluster 2024-03-30T04:50:29.984614+0000 mgr.y (mgr.25441) 6286 : cluster [DBG] pgmap v4165: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: cluster 2024-03-30T04:50:29.984836+0000 mgr.y (mgr.25441) 6287 : cluster [DBG] pgmap v4166: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: cephadm 2024-03-30T04:50:29.993397+0000 mgr.y (mgr.25441) 6288 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:32.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: cluster 2024-03-30T04:50:30.095294+0000 mgr.y (mgr.25441) 6289 : cluster [DBG] pgmap v4167: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: cluster 2024-03-30T04:50:30.095957+0000 mgr.y (mgr.25441) 6290 : cluster [DBG] pgmap v4168: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: cephadm 2024-03-30T04:50:30.107076+0000 mgr.y (mgr.25441) 6291 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:32.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: cluster 2024-03-30T04:50:30.191386+0000 mgr.y (mgr.25441) 6292 : cluster [DBG] pgmap v4169: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: cluster 2024-03-30T04:50:30.192019+0000 mgr.y (mgr.25441) 6293 : cluster [DBG] pgmap v4170: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: cephadm 2024-03-30T04:50:30.196767+0000 mgr.y (mgr.25441) 6294 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:32.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: cluster 2024-03-30T04:50:30.313944+0000 mgr.y (mgr.25441) 6295 : cluster [DBG] pgmap v4171: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: cluster 2024-03-30T04:50:30.314138+0000 mgr.y (mgr.25441) 6296 : cluster [DBG] pgmap v4172: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: cephadm 2024-03-30T04:50:30.320247+0000 mgr.y (mgr.25441) 6297 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:32.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: cluster 2024-03-30T04:50:30.389209+0000 mgr.y (mgr.25441) 6298 : cluster [DBG] pgmap v4173: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: cluster 2024-03-30T04:50:30.389752+0000 mgr.y (mgr.25441) 6299 : cluster [DBG] pgmap v4174: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: cephadm 2024-03-30T04:50:30.396744+0000 mgr.y (mgr.25441) 6300 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:32.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: cluster 2024-03-30T04:50:30.480310+0000 mgr.y (mgr.25441) 6301 : cluster [DBG] pgmap v4175: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: cluster 2024-03-30T04:50:30.480895+0000 mgr.y (mgr.25441) 6302 : cluster [DBG] pgmap v4176: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: cephadm 2024-03-30T04:50:30.489008+0000 mgr.y (mgr.25441) 6303 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:32.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: cluster 2024-03-30T04:50:30.571337+0000 mgr.y (mgr.25441) 6304 : cluster [DBG] pgmap v4177: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: cephadm 2024-03-30T04:50:30.576753+0000 mgr.y (mgr.25441) 6305 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:32.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:30.644579+0000 mon.c (mon.1) 7133 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:32.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:30.658861+0000 mon.c (mon.1) 7134 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:32.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:30.661514+0000 mon.c (mon.1) 7135 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:32.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:30.662436+0000 mon.c (mon.1) 7136 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:32.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: cluster 2024-03-30T04:50:30.664357+0000 mgr.y (mgr.25441) 6306 : cluster [DBG] pgmap v4178: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: cluster 2024-03-30T04:50:30.664664+0000 mgr.y (mgr.25441) 6307 : cluster [DBG] pgmap v4179: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:30.672836+0000 mon.a (mon.0) 2640 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:32.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: cephadm 2024-03-30T04:50:30.673525+0000 mgr.y (mgr.25441) 6308 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:32.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:30.719069+0000 mon.c (mon.1) 7137 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:32.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:30.721867+0000 mon.c (mon.1) 7138 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:32.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:30.724892+0000 mon.c (mon.1) 7139 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:32.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:30.725921+0000 mon.c (mon.1) 7140 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:32.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: cluster 2024-03-30T04:50:30.727782+0000 mgr.y (mgr.25441) 6309 : cluster [DBG] pgmap v4180: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: cluster 2024-03-30T04:50:30.728020+0000 mgr.y (mgr.25441) 6310 : cluster [DBG] pgmap v4181: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:30.737383+0000 mon.a (mon.0) 2641 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:32.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: cephadm 2024-03-30T04:50:30.738460+0000 mgr.y (mgr.25441) 6311 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:32.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:30.822311+0000 mon.c (mon.1) 7141 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:32.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:30.826001+0000 mon.c (mon.1) 7142 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:32.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:30.829790+0000 mon.c (mon.1) 7143 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:32.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:30.831067+0000 mon.c (mon.1) 7144 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:32.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:30.844045+0000 mon.a (mon.0) 2642 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:32.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:30.924279+0000 mon.c (mon.1) 7145 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:32.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:30.927476+0000 mon.c (mon.1) 7146 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:32.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:30.931330+0000 mon.c (mon.1) 7147 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:32.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:30.932515+0000 mon.c (mon.1) 7148 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:32.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:30.944057+0000 mon.a (mon.0) 2643 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:32.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:31.033227+0000 mon.c (mon.1) 7149 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:32.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:31.037810+0000 mon.c (mon.1) 7150 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:32.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:31.042124+0000 mon.c (mon.1) 7151 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:32.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:31.043621+0000 mon.c (mon.1) 7152 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:32.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:31.056292+0000 mon.a (mon.0) 2644 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:32.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:31.148099+0000 mon.c (mon.1) 7153 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:32.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:31.152630+0000 mon.c (mon.1) 7154 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:32.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:31.156763+0000 mon.c (mon.1) 7155 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:32.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:31.158460+0000 mon.c (mon.1) 7156 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:32.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:31.173476+0000 mon.a (mon.0) 2645 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:32.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:31.264605+0000 mon.c (mon.1) 7157 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:32.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: cephadm 2024-03-30T04:50:30.489008+0000 mgr.y (mgr.25441) 6303 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:32.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: cluster 2024-03-30T04:50:30.571337+0000 mgr.y (mgr.25441) 6304 : cluster [DBG] pgmap v4177: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: cephadm 2024-03-30T04:50:30.576753+0000 mgr.y (mgr.25441) 6305 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:32.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:30.644579+0000 mon.c (mon.1) 7133 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:32.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:30.658861+0000 mon.c (mon.1) 7134 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:32.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:30.661514+0000 mon.c (mon.1) 7135 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:32.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:30.662436+0000 mon.c (mon.1) 7136 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:32.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: cluster 2024-03-30T04:50:30.664357+0000 mgr.y (mgr.25441) 6306 : cluster [DBG] pgmap v4178: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: cluster 2024-03-30T04:50:30.664664+0000 mgr.y (mgr.25441) 6307 : cluster [DBG] pgmap v4179: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:30.672836+0000 mon.a (mon.0) 2640 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:32.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: cephadm 2024-03-30T04:50:30.673525+0000 mgr.y (mgr.25441) 6308 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:32.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:30.719069+0000 mon.c (mon.1) 7137 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:32.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:30.721867+0000 mon.c (mon.1) 7138 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:32.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:30.724892+0000 mon.c (mon.1) 7139 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:32.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:30.725921+0000 mon.c (mon.1) 7140 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:32.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: cluster 2024-03-30T04:50:30.727782+0000 mgr.y (mgr.25441) 6309 : cluster [DBG] pgmap v4180: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: cluster 2024-03-30T04:50:30.728020+0000 mgr.y (mgr.25441) 6310 : cluster [DBG] pgmap v4181: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:32.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:30.737383+0000 mon.a (mon.0) 2641 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:32.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: cephadm 2024-03-30T04:50:30.738460+0000 mgr.y (mgr.25441) 6311 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:32.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:30.822311+0000 mon.c (mon.1) 7141 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:32.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:31.269643+0000 mon.c (mon.1) 7158 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:32.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:31.273000+0000 mon.c (mon.1) 7159 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:32.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:31.274355+0000 mon.c (mon.1) 7160 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:32.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:31.286848+0000 mon.a (mon.0) 2646 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:32.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:31.366428+0000 mon.c (mon.1) 7161 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:32.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:31.369465+0000 mon.c (mon.1) 7162 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:32.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:31.372752+0000 mon.c (mon.1) 7163 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:32.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:31.374005+0000 mon.c (mon.1) 7164 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:32.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:31.385672+0000 mon.a (mon.0) 2647 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:32.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:31.463910+0000 mon.c (mon.1) 7165 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:32.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:31.466379+0000 mon.c (mon.1) 7166 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:32.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:31.468573+0000 mon.c (mon.1) 7167 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:32.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:31.469263+0000 mon.c (mon.1) 7168 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:32.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:31.476510+0000 mon.a (mon.0) 2648 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:32.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:31.540964+0000 mon.c (mon.1) 7169 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:32.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:31.543842+0000 mon.c (mon.1) 7170 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:32.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:31.546727+0000 mon.c (mon.1) 7171 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:32.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:31.547501+0000 mon.c (mon.1) 7172 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:32.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:31.553938+0000 mon.a (mon.0) 2649 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:32.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:31.616983+0000 mon.c (mon.1) 7173 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:32.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:31.619664+0000 mon.c (mon.1) 7174 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:32.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:31.621921+0000 mon.c (mon.1) 7175 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:32.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:31.622746+0000 mon.c (mon.1) 7176 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:32.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[73591]: audit 2024-03-30T04:50:31.629969+0000 mon.a (mon.0) 2650 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:32.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:30.826001+0000 mon.c (mon.1) 7142 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:32.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:30.829790+0000 mon.c (mon.1) 7143 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:32.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:30.831067+0000 mon.c (mon.1) 7144 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:32.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:30.844045+0000 mon.a (mon.0) 2642 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:32.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:30.924279+0000 mon.c (mon.1) 7145 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:32.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:30.927476+0000 mon.c (mon.1) 7146 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:32.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:30.931330+0000 mon.c (mon.1) 7147 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:32.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:30.932515+0000 mon.c (mon.1) 7148 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:32.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:30.944057+0000 mon.a (mon.0) 2643 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:32.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:31.033227+0000 mon.c (mon.1) 7149 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:32.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:31.037810+0000 mon.c (mon.1) 7150 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:32.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:31.042124+0000 mon.c (mon.1) 7151 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:32.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:31.043621+0000 mon.c (mon.1) 7152 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:32.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:31.056292+0000 mon.a (mon.0) 2644 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:32.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:31.148099+0000 mon.c (mon.1) 7153 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:32.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:31.152630+0000 mon.c (mon.1) 7154 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:32.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:31.156763+0000 mon.c (mon.1) 7155 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:32.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:31.158460+0000 mon.c (mon.1) 7156 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:32.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:31.173476+0000 mon.a (mon.0) 2645 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:32.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:31.264605+0000 mon.c (mon.1) 7157 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:32.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:31.269643+0000 mon.c (mon.1) 7158 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:32.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:31.273000+0000 mon.c (mon.1) 7159 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:32.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:31.274355+0000 mon.c (mon.1) 7160 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:32.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:31.286848+0000 mon.a (mon.0) 2646 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:32.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:31.366428+0000 mon.c (mon.1) 7161 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:32.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:31.369465+0000 mon.c (mon.1) 7162 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:32.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:31.372752+0000 mon.c (mon.1) 7163 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:32.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:31.374005+0000 mon.c (mon.1) 7164 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:32.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:31.385672+0000 mon.a (mon.0) 2647 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:32.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:31.463910+0000 mon.c (mon.1) 7165 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:32.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:31.466379+0000 mon.c (mon.1) 7166 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:32.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:31.468573+0000 mon.c (mon.1) 7167 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:32.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:31.469263+0000 mon.c (mon.1) 7168 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:32.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:31.476510+0000 mon.a (mon.0) 2648 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:32.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:31.540964+0000 mon.c (mon.1) 7169 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:32.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:31.543842+0000 mon.c (mon.1) 7170 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:32.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:31.546727+0000 mon.c (mon.1) 7171 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:32.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:31.547501+0000 mon.c (mon.1) 7172 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:32.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:31.553938+0000 mon.a (mon.0) 2649 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:32.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:31.616983+0000 mon.c (mon.1) 7173 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:32.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:31.619664+0000 mon.c (mon.1) 7174 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:32.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:31.621921+0000 mon.c (mon.1) 7175 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:32.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:31.622746+0000 mon.c (mon.1) 7176 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:32.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:31 smithi111 bash[70954]: audit 2024-03-30T04:50:31.629969+0000 mon.a (mon.0) 2650 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: cluster 2024-03-30T04:50:30.833569+0000 mgr.y (mgr.25441) 6312 : cluster [DBG] pgmap v4182: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: cluster 2024-03-30T04:50:30.833954+0000 mgr.y (mgr.25441) 6313 : cluster [DBG] pgmap v4183: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: cephadm 2024-03-30T04:50:30.845505+0000 mgr.y (mgr.25441) 6314 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: cluster 2024-03-30T04:50:30.934535+0000 mgr.y (mgr.25441) 6315 : cluster [DBG] pgmap v4184: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: cluster 2024-03-30T04:50:30.934792+0000 mgr.y (mgr.25441) 6316 : cluster [DBG] pgmap v4185: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: cephadm 2024-03-30T04:50:30.945406+0000 mgr.y (mgr.25441) 6317 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: cluster 2024-03-30T04:50:31.046186+0000 mgr.y (mgr.25441) 6318 : cluster [DBG] pgmap v4186: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: cluster 2024-03-30T04:50:31.046470+0000 mgr.y (mgr.25441) 6319 : cluster [DBG] pgmap v4187: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: cephadm 2024-03-30T04:50:31.057574+0000 mgr.y (mgr.25441) 6320 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: cluster 2024-03-30T04:50:31.161409+0000 mgr.y (mgr.25441) 6321 : cluster [DBG] pgmap v4188: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: cluster 2024-03-30T04:50:31.161673+0000 mgr.y (mgr.25441) 6322 : cluster [DBG] pgmap v4189: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: cephadm 2024-03-30T04:50:31.175162+0000 mgr.y (mgr.25441) 6323 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: cluster 2024-03-30T04:50:31.277064+0000 mgr.y (mgr.25441) 6324 : cluster [DBG] pgmap v4190: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: cluster 2024-03-30T04:50:31.277306+0000 mgr.y (mgr.25441) 6325 : cluster [DBG] pgmap v4191: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: cephadm 2024-03-30T04:50:31.288302+0000 mgr.y (mgr.25441) 6326 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: cluster 2024-03-30T04:50:31.375893+0000 mgr.y (mgr.25441) 6327 : cluster [DBG] pgmap v4192: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: cluster 2024-03-30T04:50:31.376116+0000 mgr.y (mgr.25441) 6328 : cluster [DBG] pgmap v4193: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: cephadm 2024-03-30T04:50:31.386515+0000 mgr.y (mgr.25441) 6329 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: cluster 2024-03-30T04:50:31.470522+0000 mgr.y (mgr.25441) 6330 : cluster [DBG] pgmap v4194: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: cluster 2024-03-30T04:50:31.470716+0000 mgr.y (mgr.25441) 6331 : cluster [DBG] pgmap v4195: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: cluster 2024-03-30T04:50:30.833569+0000 mgr.y (mgr.25441) 6312 : cluster [DBG] pgmap v4182: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: cluster 2024-03-30T04:50:30.833954+0000 mgr.y (mgr.25441) 6313 : cluster [DBG] pgmap v4183: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: cephadm 2024-03-30T04:50:30.845505+0000 mgr.y (mgr.25441) 6314 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: cluster 2024-03-30T04:50:30.934535+0000 mgr.y (mgr.25441) 6315 : cluster [DBG] pgmap v4184: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: cluster 2024-03-30T04:50:30.934792+0000 mgr.y (mgr.25441) 6316 : cluster [DBG] pgmap v4185: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: cephadm 2024-03-30T04:50:30.945406+0000 mgr.y (mgr.25441) 6317 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: cluster 2024-03-30T04:50:31.046186+0000 mgr.y (mgr.25441) 6318 : cluster [DBG] pgmap v4186: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: cluster 2024-03-30T04:50:31.046470+0000 mgr.y (mgr.25441) 6319 : cluster [DBG] pgmap v4187: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: cephadm 2024-03-30T04:50:31.057574+0000 mgr.y (mgr.25441) 6320 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: cluster 2024-03-30T04:50:31.161409+0000 mgr.y (mgr.25441) 6321 : cluster [DBG] pgmap v4188: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: cluster 2024-03-30T04:50:31.161673+0000 mgr.y (mgr.25441) 6322 : cluster [DBG] pgmap v4189: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: cephadm 2024-03-30T04:50:31.175162+0000 mgr.y (mgr.25441) 6323 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: cluster 2024-03-30T04:50:31.277064+0000 mgr.y (mgr.25441) 6324 : cluster [DBG] pgmap v4190: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: cluster 2024-03-30T04:50:31.277306+0000 mgr.y (mgr.25441) 6325 : cluster [DBG] pgmap v4191: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: cephadm 2024-03-30T04:50:31.288302+0000 mgr.y (mgr.25441) 6326 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: cluster 2024-03-30T04:50:31.375893+0000 mgr.y (mgr.25441) 6327 : cluster [DBG] pgmap v4192: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: cluster 2024-03-30T04:50:31.376116+0000 mgr.y (mgr.25441) 6328 : cluster [DBG] pgmap v4193: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: cephadm 2024-03-30T04:50:31.386515+0000 mgr.y (mgr.25441) 6329 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: cluster 2024-03-30T04:50:31.470522+0000 mgr.y (mgr.25441) 6330 : cluster [DBG] pgmap v4194: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: cluster 2024-03-30T04:50:31.470716+0000 mgr.y (mgr.25441) 6331 : cluster [DBG] pgmap v4195: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: cephadm 2024-03-30T04:50:31.477804+0000 mgr.y (mgr.25441) 6332 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: cluster 2024-03-30T04:50:31.549114+0000 mgr.y (mgr.25441) 6333 : cluster [DBG] pgmap v4196: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: cluster 2024-03-30T04:50:31.549365+0000 mgr.y (mgr.25441) 6334 : cluster [DBG] pgmap v4197: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: cephadm 2024-03-30T04:50:31.554647+0000 mgr.y (mgr.25441) 6335 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: cluster 2024-03-30T04:50:31.624298+0000 mgr.y (mgr.25441) 6336 : cluster [DBG] pgmap v4198: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: cluster 2024-03-30T04:50:31.624529+0000 mgr.y (mgr.25441) 6337 : cluster [DBG] pgmap v4199: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: cephadm 2024-03-30T04:50:31.630669+0000 mgr.y (mgr.25441) 6338 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:31.692038+0000 mon.c (mon.1) 7177 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:31.693854+0000 mon.c (mon.1) 7178 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:31.696130+0000 mon.c (mon.1) 7179 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:31.696916+0000 mon.c (mon.1) 7180 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: cluster 2024-03-30T04:50:31.698338+0000 mgr.y (mgr.25441) 6339 : cluster [DBG] pgmap v4200: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: cluster 2024-03-30T04:50:31.698594+0000 mgr.y (mgr.25441) 6340 : cluster [DBG] pgmap v4201: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:31.705717+0000 mon.a (mon.0) 2651 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: cephadm 2024-03-30T04:50:31.706371+0000 mgr.y (mgr.25441) 6341 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:31.762903+0000 mon.c (mon.1) 7181 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:31.764778+0000 mon.c (mon.1) 7182 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:31.766969+0000 mon.c (mon.1) 7183 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:31.767786+0000 mon.c (mon.1) 7184 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: cluster 2024-03-30T04:50:31.769668+0000 mgr.y (mgr.25441) 6342 : cluster [DBG] pgmap v4202: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s 2024-03-30T04:50:33.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: cephadm 2024-03-30T04:50:31.477804+0000 mgr.y (mgr.25441) 6332 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: cluster 2024-03-30T04:50:31.549114+0000 mgr.y (mgr.25441) 6333 : cluster [DBG] pgmap v4196: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: cluster 2024-03-30T04:50:31.549365+0000 mgr.y (mgr.25441) 6334 : cluster [DBG] pgmap v4197: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: cephadm 2024-03-30T04:50:31.554647+0000 mgr.y (mgr.25441) 6335 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: cluster 2024-03-30T04:50:31.624298+0000 mgr.y (mgr.25441) 6336 : cluster [DBG] pgmap v4198: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: cluster 2024-03-30T04:50:31.624529+0000 mgr.y (mgr.25441) 6337 : cluster [DBG] pgmap v4199: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: cephadm 2024-03-30T04:50:31.630669+0000 mgr.y (mgr.25441) 6338 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:31.692038+0000 mon.c (mon.1) 7177 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:31.693854+0000 mon.c (mon.1) 7178 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:31.696130+0000 mon.c (mon.1) 7179 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:31.696916+0000 mon.c (mon.1) 7180 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: cluster 2024-03-30T04:50:31.698338+0000 mgr.y (mgr.25441) 6339 : cluster [DBG] pgmap v4200: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: cluster 2024-03-30T04:50:31.698594+0000 mgr.y (mgr.25441) 6340 : cluster [DBG] pgmap v4201: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:31.705717+0000 mon.a (mon.0) 2651 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: cephadm 2024-03-30T04:50:31.706371+0000 mgr.y (mgr.25441) 6341 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:31.762903+0000 mon.c (mon.1) 7181 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:31.764778+0000 mon.c (mon.1) 7182 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:31.766969+0000 mon.c (mon.1) 7183 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:31.767786+0000 mon.c (mon.1) 7184 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: cluster 2024-03-30T04:50:31.769668+0000 mgr.y (mgr.25441) 6342 : cluster [DBG] pgmap v4202: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s 2024-03-30T04:50:33.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: cluster 2024-03-30T04:50:31.769919+0000 mgr.y (mgr.25441) 6343 : cluster [DBG] pgmap v4203: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s 2024-03-30T04:50:33.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:31.775233+0000 mon.a (mon.0) 2652 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: cephadm 2024-03-30T04:50:31.776481+0000 mgr.y (mgr.25441) 6344 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:31.817013+0000 mon.c (mon.1) 7185 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:31.818828+0000 mon.c (mon.1) 7186 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:31.820598+0000 mon.c (mon.1) 7187 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:31.821243+0000 mon.c (mon.1) 7188 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: cluster 2024-03-30T04:50:31.822486+0000 mgr.y (mgr.25441) 6345 : cluster [DBG] pgmap v4204: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s 2024-03-30T04:50:33.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:31.826632+0000 mon.a (mon.0) 2653 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: cephadm 2024-03-30T04:50:31.827224+0000 mgr.y (mgr.25441) 6346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:31.867493+0000 mon.c (mon.1) 7189 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:31.869303+0000 mon.c (mon.1) 7190 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:31.871122+0000 mon.c (mon.1) 7191 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:31.871805+0000 mon.c (mon.1) 7192 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:31.877771+0000 mon.a (mon.0) 2654 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:31.918894+0000 mon.c (mon.1) 7193 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:31.921483+0000 mon.c (mon.1) 7194 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:31.923850+0000 mon.c (mon.1) 7195 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:31.924638+0000 mon.c (mon.1) 7196 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:31.931362+0000 mon.a (mon.0) 2655 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: cluster 2024-03-30T04:50:31.769919+0000 mgr.y (mgr.25441) 6343 : cluster [DBG] pgmap v4203: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s 2024-03-30T04:50:33.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:31.775233+0000 mon.a (mon.0) 2652 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: cephadm 2024-03-30T04:50:31.776481+0000 mgr.y (mgr.25441) 6344 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:31.817013+0000 mon.c (mon.1) 7185 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:31.818828+0000 mon.c (mon.1) 7186 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:31.820598+0000 mon.c (mon.1) 7187 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:31.821243+0000 mon.c (mon.1) 7188 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: cluster 2024-03-30T04:50:31.822486+0000 mgr.y (mgr.25441) 6345 : cluster [DBG] pgmap v4204: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s 2024-03-30T04:50:33.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:31.826632+0000 mon.a (mon.0) 2653 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: cephadm 2024-03-30T04:50:31.827224+0000 mgr.y (mgr.25441) 6346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:31.867493+0000 mon.c (mon.1) 7189 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:31.869303+0000 mon.c (mon.1) 7190 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:31.871122+0000 mon.c (mon.1) 7191 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:31.871805+0000 mon.c (mon.1) 7192 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:31.877771+0000 mon.a (mon.0) 2654 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:31.918894+0000 mon.c (mon.1) 7193 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:31.921483+0000 mon.c (mon.1) 7194 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:31.923850+0000 mon.c (mon.1) 7195 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:31.924638+0000 mon.c (mon.1) 7196 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:31.931362+0000 mon.a (mon.0) 2655 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.011038+0000 mon.c (mon.1) 7197 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.013848+0000 mon.c (mon.1) 7198 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.016512+0000 mon.c (mon.1) 7199 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.017329+0000 mon.c (mon.1) 7200 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.023561+0000 mon.a (mon.0) 2656 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.104959+0000 mon.c (mon.1) 7201 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.107845+0000 mon.c (mon.1) 7202 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.110536+0000 mon.c (mon.1) 7203 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.111326+0000 mon.c (mon.1) 7204 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.119561+0000 mon.a (mon.0) 2657 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.164201+0000 mon.c (mon.1) 7205 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.166058+0000 mon.c (mon.1) 7206 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.167866+0000 mon.c (mon.1) 7207 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.168551+0000 mon.c (mon.1) 7208 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.174823+0000 mon.a (mon.0) 2658 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.217598+0000 mon.c (mon.1) 7209 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.219584+0000 mon.c (mon.1) 7210 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.221448+0000 mon.c (mon.1) 7211 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.222122+0000 mon.c (mon.1) 7212 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.011038+0000 mon.c (mon.1) 7197 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.013848+0000 mon.c (mon.1) 7198 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.016512+0000 mon.c (mon.1) 7199 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.017329+0000 mon.c (mon.1) 7200 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.023561+0000 mon.a (mon.0) 2656 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.104959+0000 mon.c (mon.1) 7201 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.107845+0000 mon.c (mon.1) 7202 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.110536+0000 mon.c (mon.1) 7203 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.111326+0000 mon.c (mon.1) 7204 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.119561+0000 mon.a (mon.0) 2657 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.164201+0000 mon.c (mon.1) 7205 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.166058+0000 mon.c (mon.1) 7206 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.167866+0000 mon.c (mon.1) 7207 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.168551+0000 mon.c (mon.1) 7208 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.174823+0000 mon.a (mon.0) 2658 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.217598+0000 mon.c (mon.1) 7209 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.219584+0000 mon.c (mon.1) 7210 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.221448+0000 mon.c (mon.1) 7211 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.133 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.222122+0000 mon.c (mon.1) 7212 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.229457+0000 mon.a (mon.0) 2659 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.270465+0000 mon.c (mon.1) 7213 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.272477+0000 mon.c (mon.1) 7214 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.274548+0000 mon.c (mon.1) 7215 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.275242+0000 mon.c (mon.1) 7216 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.283987+0000 mon.a (mon.0) 2660 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.357605+0000 mon.c (mon.1) 7217 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.359758+0000 mon.c (mon.1) 7218 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.362006+0000 mon.c (mon.1) 7219 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.362804+0000 mon.c (mon.1) 7220 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.370893+0000 mon.a (mon.0) 2661 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.430499+0000 mon.c (mon.1) 7221 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.432898+0000 mon.c (mon.1) 7222 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.435007+0000 mon.c (mon.1) 7223 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.435826+0000 mon.c (mon.1) 7224 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.443127+0000 mon.a (mon.0) 2662 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.487082+0000 mon.c (mon.1) 7225 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.489194+0000 mon.c (mon.1) 7226 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.491635+0000 mon.c (mon.1) 7227 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.135 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.492436+0000 mon.c (mon.1) 7228 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.229457+0000 mon.a (mon.0) 2659 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.270465+0000 mon.c (mon.1) 7213 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.272477+0000 mon.c (mon.1) 7214 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.274548+0000 mon.c (mon.1) 7215 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.275242+0000 mon.c (mon.1) 7216 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.135 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.283987+0000 mon.a (mon.0) 2660 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.357605+0000 mon.c (mon.1) 7217 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.359758+0000 mon.c (mon.1) 7218 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.362006+0000 mon.c (mon.1) 7219 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.362804+0000 mon.c (mon.1) 7220 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.370893+0000 mon.a (mon.0) 2661 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.430499+0000 mon.c (mon.1) 7221 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.432898+0000 mon.c (mon.1) 7222 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.435007+0000 mon.c (mon.1) 7223 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.435826+0000 mon.c (mon.1) 7224 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.443127+0000 mon.a (mon.0) 2662 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.487082+0000 mon.c (mon.1) 7225 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.136 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.489194+0000 mon.c (mon.1) 7226 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.491635+0000 mon.c (mon.1) 7227 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.137 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.492436+0000 mon.c (mon.1) 7228 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.500019+0000 mon.a (mon.0) 2663 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.541948+0000 mon.c (mon.1) 7229 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.543794+0000 mon.c (mon.1) 7230 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.546088+0000 mon.c (mon.1) 7231 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.546809+0000 mon.c (mon.1) 7232 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.552963+0000 mon.a (mon.0) 2664 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.137 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.594450+0000 mon.c (mon.1) 7233 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.138 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.596620+0000 mon.c (mon.1) 7234 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.138 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.598441+0000 mon.c (mon.1) 7235 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.138 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.599119+0000 mon.c (mon.1) 7236 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.138 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.605242+0000 mon.a (mon.0) 2665 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.138 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.646410+0000 mon.c (mon.1) 7237 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.138 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[70954]: audit 2024-03-30T04:50:32.648408+0000 mon.c (mon.1) 7238 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.138 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.500019+0000 mon.a (mon.0) 2663 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.138 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.541948+0000 mon.c (mon.1) 7229 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.138 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.543794+0000 mon.c (mon.1) 7230 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.546088+0000 mon.c (mon.1) 7231 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.546809+0000 mon.c (mon.1) 7232 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.552963+0000 mon.a (mon.0) 2664 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.594450+0000 mon.c (mon.1) 7233 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.596620+0000 mon.c (mon.1) 7234 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.598441+0000 mon.c (mon.1) 7235 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.599119+0000 mon.c (mon.1) 7236 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.605242+0000 mon.a (mon.0) 2665 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.646410+0000 mon.c (mon.1) 7237 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.139 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:32 smithi111 bash[73591]: audit 2024-03-30T04:50:32.648408+0000 mon.c (mon.1) 7238 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: cluster 2024-03-30T04:50:30.833569+0000 mgr.y (mgr.25441) 6312 : cluster [DBG] pgmap v4182: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: cluster 2024-03-30T04:50:30.833954+0000 mgr.y (mgr.25441) 6313 : cluster [DBG] pgmap v4183: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: cephadm 2024-03-30T04:50:30.845505+0000 mgr.y (mgr.25441) 6314 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: cluster 2024-03-30T04:50:30.934535+0000 mgr.y (mgr.25441) 6315 : cluster [DBG] pgmap v4184: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: cluster 2024-03-30T04:50:30.934792+0000 mgr.y (mgr.25441) 6316 : cluster [DBG] pgmap v4185: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: cephadm 2024-03-30T04:50:30.945406+0000 mgr.y (mgr.25441) 6317 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: cluster 2024-03-30T04:50:31.046186+0000 mgr.y (mgr.25441) 6318 : cluster [DBG] pgmap v4186: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: cluster 2024-03-30T04:50:31.046470+0000 mgr.y (mgr.25441) 6319 : cluster [DBG] pgmap v4187: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: cephadm 2024-03-30T04:50:31.057574+0000 mgr.y (mgr.25441) 6320 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: cluster 2024-03-30T04:50:31.161409+0000 mgr.y (mgr.25441) 6321 : cluster [DBG] pgmap v4188: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: cluster 2024-03-30T04:50:31.161673+0000 mgr.y (mgr.25441) 6322 : cluster [DBG] pgmap v4189: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: cephadm 2024-03-30T04:50:31.175162+0000 mgr.y (mgr.25441) 6323 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: cluster 2024-03-30T04:50:31.277064+0000 mgr.y (mgr.25441) 6324 : cluster [DBG] pgmap v4190: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: cluster 2024-03-30T04:50:31.277306+0000 mgr.y (mgr.25441) 6325 : cluster [DBG] pgmap v4191: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: cephadm 2024-03-30T04:50:31.288302+0000 mgr.y (mgr.25441) 6326 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: cluster 2024-03-30T04:50:31.375893+0000 mgr.y (mgr.25441) 6327 : cluster [DBG] pgmap v4192: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: cluster 2024-03-30T04:50:31.376116+0000 mgr.y (mgr.25441) 6328 : cluster [DBG] pgmap v4193: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: cephadm 2024-03-30T04:50:31.386515+0000 mgr.y (mgr.25441) 6329 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: cluster 2024-03-30T04:50:31.470522+0000 mgr.y (mgr.25441) 6330 : cluster [DBG] pgmap v4194: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: cluster 2024-03-30T04:50:31.470716+0000 mgr.y (mgr.25441) 6331 : cluster [DBG] pgmap v4195: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: cephadm 2024-03-30T04:50:31.477804+0000 mgr.y (mgr.25441) 6332 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: cluster 2024-03-30T04:50:31.549114+0000 mgr.y (mgr.25441) 6333 : cluster [DBG] pgmap v4196: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: cluster 2024-03-30T04:50:31.549365+0000 mgr.y (mgr.25441) 6334 : cluster [DBG] pgmap v4197: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: cephadm 2024-03-30T04:50:31.554647+0000 mgr.y (mgr.25441) 6335 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: cluster 2024-03-30T04:50:31.624298+0000 mgr.y (mgr.25441) 6336 : cluster [DBG] pgmap v4198: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: cluster 2024-03-30T04:50:31.624529+0000 mgr.y (mgr.25441) 6337 : cluster [DBG] pgmap v4199: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: cephadm 2024-03-30T04:50:31.630669+0000 mgr.y (mgr.25441) 6338 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:31.692038+0000 mon.c (mon.1) 7177 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:31.693854+0000 mon.c (mon.1) 7178 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:31.696130+0000 mon.c (mon.1) 7179 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:31.696916+0000 mon.c (mon.1) 7180 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: cluster 2024-03-30T04:50:31.698338+0000 mgr.y (mgr.25441) 6339 : cluster [DBG] pgmap v4200: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: cluster 2024-03-30T04:50:31.698594+0000 mgr.y (mgr.25441) 6340 : cluster [DBG] pgmap v4201: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:31.705717+0000 mon.a (mon.0) 2651 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: cephadm 2024-03-30T04:50:31.706371+0000 mgr.y (mgr.25441) 6341 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:31.762903+0000 mon.c (mon.1) 7181 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:31.764778+0000 mon.c (mon.1) 7182 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:31.766969+0000 mon.c (mon.1) 7183 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:31.767786+0000 mon.c (mon.1) 7184 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: cluster 2024-03-30T04:50:31.769668+0000 mgr.y (mgr.25441) 6342 : cluster [DBG] pgmap v4202: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s 2024-03-30T04:50:33.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: cluster 2024-03-30T04:50:31.769919+0000 mgr.y (mgr.25441) 6343 : cluster [DBG] pgmap v4203: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s 2024-03-30T04:50:33.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:31.775233+0000 mon.a (mon.0) 2652 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: cephadm 2024-03-30T04:50:31.776481+0000 mgr.y (mgr.25441) 6344 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:31.817013+0000 mon.c (mon.1) 7185 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:31.818828+0000 mon.c (mon.1) 7186 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:31.820598+0000 mon.c (mon.1) 7187 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:31.821243+0000 mon.c (mon.1) 7188 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: cluster 2024-03-30T04:50:31.822486+0000 mgr.y (mgr.25441) 6345 : cluster [DBG] pgmap v4204: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s 2024-03-30T04:50:33.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:31.826632+0000 mon.a (mon.0) 2653 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: cephadm 2024-03-30T04:50:31.827224+0000 mgr.y (mgr.25441) 6346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:31.867493+0000 mon.c (mon.1) 7189 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:31.869303+0000 mon.c (mon.1) 7190 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:31.871122+0000 mon.c (mon.1) 7191 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:31.871805+0000 mon.c (mon.1) 7192 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:31.877771+0000 mon.a (mon.0) 2654 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:31.918894+0000 mon.c (mon.1) 7193 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:31.921483+0000 mon.c (mon.1) 7194 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:31.923850+0000 mon.c (mon.1) 7195 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:31.924638+0000 mon.c (mon.1) 7196 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:31.931362+0000 mon.a (mon.0) 2655 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.011038+0000 mon.c (mon.1) 7197 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.013848+0000 mon.c (mon.1) 7198 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.145 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.016512+0000 mon.c (mon.1) 7199 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.017329+0000 mon.c (mon.1) 7200 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.023561+0000 mon.a (mon.0) 2656 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.104959+0000 mon.c (mon.1) 7201 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.107845+0000 mon.c (mon.1) 7202 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.110536+0000 mon.c (mon.1) 7203 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.111326+0000 mon.c (mon.1) 7204 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.119561+0000 mon.a (mon.0) 2657 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.164201+0000 mon.c (mon.1) 7205 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.166058+0000 mon.c (mon.1) 7206 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.167866+0000 mon.c (mon.1) 7207 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.168551+0000 mon.c (mon.1) 7208 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.146 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.174823+0000 mon.a (mon.0) 2658 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.217598+0000 mon.c (mon.1) 7209 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.219584+0000 mon.c (mon.1) 7210 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.221448+0000 mon.c (mon.1) 7211 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.222122+0000 mon.c (mon.1) 7212 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.229457+0000 mon.a (mon.0) 2659 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.270465+0000 mon.c (mon.1) 7213 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.272477+0000 mon.c (mon.1) 7214 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.274548+0000 mon.c (mon.1) 7215 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.275242+0000 mon.c (mon.1) 7216 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.283987+0000 mon.a (mon.0) 2660 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.357605+0000 mon.c (mon.1) 7217 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.147 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.359758+0000 mon.c (mon.1) 7218 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.362006+0000 mon.c (mon.1) 7219 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.362804+0000 mon.c (mon.1) 7220 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.370893+0000 mon.a (mon.0) 2661 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.430499+0000 mon.c (mon.1) 7221 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.432898+0000 mon.c (mon.1) 7222 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.435007+0000 mon.c (mon.1) 7223 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.435826+0000 mon.c (mon.1) 7224 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.443127+0000 mon.a (mon.0) 2662 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.487082+0000 mon.c (mon.1) 7225 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.489194+0000 mon.c (mon.1) 7226 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.491635+0000 mon.c (mon.1) 7227 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.492436+0000 mon.c (mon.1) 7228 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.148 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.500019+0000 mon.a (mon.0) 2663 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.541948+0000 mon.c (mon.1) 7229 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.543794+0000 mon.c (mon.1) 7230 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.546088+0000 mon.c (mon.1) 7231 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.546809+0000 mon.c (mon.1) 7232 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.552963+0000 mon.a (mon.0) 2664 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.594450+0000 mon.c (mon.1) 7233 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.596620+0000 mon.c (mon.1) 7234 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.598441+0000 mon.c (mon.1) 7235 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.599119+0000 mon.c (mon.1) 7236 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.605242+0000 mon.a (mon.0) 2665 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.646410+0000 mon.c (mon.1) 7237 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.149 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:32 smithi117 bash[62284]: audit 2024-03-30T04:50:32.648408+0000 mon.c (mon.1) 7238 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cluster 2024-03-30T04:50:31.873011+0000 mgr.y (mgr.25441) 6347 : cluster [DBG] pgmap v4205: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 20 op/s 2024-03-30T04:50:33.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cluster 2024-03-30T04:50:31.873189+0000 mgr.y (mgr.25441) 6348 : cluster [DBG] pgmap v4206: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s 2024-03-30T04:50:33.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cephadm 2024-03-30T04:50:31.878364+0000 mgr.y (mgr.25441) 6349 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cluster 2024-03-30T04:50:31.926115+0000 mgr.y (mgr.25441) 6350 : cluster [DBG] pgmap v4207: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s 2024-03-30T04:50:33.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cluster 2024-03-30T04:50:31.926296+0000 mgr.y (mgr.25441) 6351 : cluster [DBG] pgmap v4208: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cephadm 2024-03-30T04:50:31.933129+0000 mgr.y (mgr.25441) 6352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cluster 2024-03-30T04:50:32.018783+0000 mgr.y (mgr.25441) 6353 : cluster [DBG] pgmap v4209: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cluster 2024-03-30T04:50:32.018974+0000 mgr.y (mgr.25441) 6354 : cluster [DBG] pgmap v4210: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cephadm 2024-03-30T04:50:32.026881+0000 mgr.y (mgr.25441) 6355 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cluster 2024-03-30T04:50:32.112615+0000 mgr.y (mgr.25441) 6356 : cluster [DBG] pgmap v4211: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cluster 2024-03-30T04:50:32.112817+0000 mgr.y (mgr.25441) 6357 : cluster [DBG] pgmap v4212: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cephadm 2024-03-30T04:50:32.122953+0000 mgr.y (mgr.25441) 6358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cluster 2024-03-30T04:50:32.169811+0000 mgr.y (mgr.25441) 6359 : cluster [DBG] pgmap v4213: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cluster 2024-03-30T04:50:32.170018+0000 mgr.y (mgr.25441) 6360 : cluster [DBG] pgmap v4214: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cephadm 2024-03-30T04:50:32.175400+0000 mgr.y (mgr.25441) 6361 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cluster 2024-03-30T04:50:32.223385+0000 mgr.y (mgr.25441) 6362 : cluster [DBG] pgmap v4215: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cluster 2024-03-30T04:50:32.223580+0000 mgr.y (mgr.25441) 6363 : cluster [DBG] pgmap v4216: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cephadm 2024-03-30T04:50:32.229998+0000 mgr.y (mgr.25441) 6364 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cluster 2024-03-30T04:50:32.276550+0000 mgr.y (mgr.25441) 6365 : cluster [DBG] pgmap v4217: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cluster 2024-03-30T04:50:32.276749+0000 mgr.y (mgr.25441) 6366 : cluster [DBG] pgmap v4218: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cephadm 2024-03-30T04:50:32.284816+0000 mgr.y (mgr.25441) 6367 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cluster 2024-03-30T04:50:32.364245+0000 mgr.y (mgr.25441) 6368 : cluster [DBG] pgmap v4219: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cluster 2024-03-30T04:50:32.364480+0000 mgr.y (mgr.25441) 6369 : cluster [DBG] pgmap v4220: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cephadm 2024-03-30T04:50:32.371716+0000 mgr.y (mgr.25441) 6370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cluster 2024-03-30T04:50:32.437245+0000 mgr.y (mgr.25441) 6371 : cluster [DBG] pgmap v4221: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cluster 2024-03-30T04:50:32.437507+0000 mgr.y (mgr.25441) 6372 : cluster [DBG] pgmap v4222: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cephadm 2024-03-30T04:50:32.444525+0000 mgr.y (mgr.25441) 6373 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cluster 2024-03-30T04:50:32.493908+0000 mgr.y (mgr.25441) 6374 : cluster [DBG] pgmap v4223: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cluster 2024-03-30T04:50:32.494198+0000 mgr.y (mgr.25441) 6375 : cluster [DBG] pgmap v4224: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cephadm 2024-03-30T04:50:32.500680+0000 mgr.y (mgr.25441) 6376 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cluster 2024-03-30T04:50:32.548228+0000 mgr.y (mgr.25441) 6377 : cluster [DBG] pgmap v4225: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cluster 2024-03-30T04:50:32.548477+0000 mgr.y (mgr.25441) 6378 : cluster [DBG] pgmap v4226: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cephadm 2024-03-30T04:50:32.553724+0000 mgr.y (mgr.25441) 6379 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cluster 2024-03-30T04:50:32.600366+0000 mgr.y (mgr.25441) 6380 : cluster [DBG] pgmap v4227: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cluster 2024-03-30T04:50:32.600573+0000 mgr.y (mgr.25441) 6381 : cluster [DBG] pgmap v4228: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cephadm 2024-03-30T04:50:32.605851+0000 mgr.y (mgr.25441) 6382 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: audit 2024-03-30T04:50:32.650540+0000 mon.c (mon.1) 7239 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: audit 2024-03-30T04:50:32.660598+0000 mon.c (mon.1) 7240 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cluster 2024-03-30T04:50:32.662280+0000 mgr.y (mgr.25441) 6383 : cluster [DBG] pgmap v4229: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: audit 2024-03-30T04:50:32.669153+0000 mon.a (mon.0) 2666 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cephadm 2024-03-30T04:50:32.670013+0000 mgr.y (mgr.25441) 6384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: audit 2024-03-30T04:50:32.711193+0000 mon.c (mon.1) 7241 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: audit 2024-03-30T04:50:32.713006+0000 mon.c (mon.1) 7242 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: audit 2024-03-30T04:50:32.714750+0000 mon.c (mon.1) 7243 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: audit 2024-03-30T04:50:32.715420+0000 mon.c (mon.1) 7244 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cluster 2024-03-30T04:50:32.716584+0000 mgr.y (mgr.25441) 6385 : cluster [DBG] pgmap v4230: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cluster 2024-03-30T04:50:32.716791+0000 mgr.y (mgr.25441) 6386 : cluster [DBG] pgmap v4231: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: audit 2024-03-30T04:50:32.720868+0000 mon.a (mon.0) 2667 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cephadm 2024-03-30T04:50:32.723483+0000 mgr.y (mgr.25441) 6387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: audit 2024-03-30T04:50:32.767019+0000 mon.c (mon.1) 7245 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: audit 2024-03-30T04:50:32.768869+0000 mon.c (mon.1) 7246 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: audit 2024-03-30T04:50:32.770533+0000 mon.c (mon.1) 7247 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: audit 2024-03-30T04:50:32.771115+0000 mon.c (mon.1) 7248 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cluster 2024-03-30T04:50:32.772300+0000 mgr.y (mgr.25441) 6388 : cluster [DBG] pgmap v4232: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cluster 2024-03-30T04:50:32.772501+0000 mgr.y (mgr.25441) 6389 : cluster [DBG] pgmap v4233: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: audit 2024-03-30T04:50:32.776419+0000 mon.a (mon.0) 2668 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cephadm 2024-03-30T04:50:32.779007+0000 mgr.y (mgr.25441) 6390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: audit 2024-03-30T04:50:32.819335+0000 mon.c (mon.1) 7249 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: audit 2024-03-30T04:50:32.821148+0000 mon.c (mon.1) 7250 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: audit 2024-03-30T04:50:32.822881+0000 mon.c (mon.1) 7251 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:33.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: audit 2024-03-30T04:50:32.823523+0000 mon.c (mon.1) 7252 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:33.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cluster 2024-03-30T04:50:32.824702+0000 mgr.y (mgr.25441) 6391 : cluster [DBG] pgmap v4234: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cluster 2024-03-30T04:50:32.824905+0000 mgr.y (mgr.25441) 6392 : cluster [DBG] pgmap v4235: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:33.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: audit 2024-03-30T04:50:32.829016+0000 mon.a (mon.0) 2669 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: cephadm 2024-03-30T04:50:32.831654+0000 mgr.y (mgr.25441) 6393 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:33.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: audit 2024-03-30T04:50:32.849462+0000 mon.a (mon.0) 2670 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: audit 2024-03-30T04:50:32.860339+0000 mon.a (mon.0) 2671 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: audit 2024-03-30T04:50:32.870577+0000 mon.a (mon.0) 2672 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:33.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: audit 2024-03-30T04:50:32.892887+0000 mon.c (mon.1) 7253 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:33.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: audit 2024-03-30T04:50:32.894938+0000 mon.c (mon.1) 7254 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: audit 2024-03-30T04:50:32.896752+0000 mon.c (mon.1) 7255 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: audit 2024-03-30T04:50:32.898023+0000 mon.c (mon.1) 7256 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: audit 2024-03-30T04:50:32.900487+0000 mon.c (mon.1) 7257 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: audit 2024-03-30T04:50:32.903387+0000 mon.c (mon.1) 7258 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: audit 2024-03-30T04:50:32.905215+0000 mon.c (mon.1) 7259 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: audit 2024-03-30T04:50:32.906437+0000 mon.c (mon.1) 7260 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: audit 2024-03-30T04:50:32.907667+0000 mon.c (mon.1) 7261 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: audit 2024-03-30T04:50:32.908944+0000 mon.c (mon.1) 7262 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: audit 2024-03-30T04:50:32.910361+0000 mon.c (mon.1) 7263 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: audit 2024-03-30T04:50:32.911597+0000 mon.c (mon.1) 7264 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: audit 2024-03-30T04:50:32.913019+0000 mon.c (mon.1) 7265 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: audit 2024-03-30T04:50:32.914923+0000 mon.c (mon.1) 7266 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:33.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:33 smithi117 bash[62284]: audit 2024-03-30T04:50:32.916617+0000 mon.c (mon.1) 7267 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:34.060 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cluster 2024-03-30T04:50:31.873011+0000 mgr.y (mgr.25441) 6347 : cluster [DBG] pgmap v4205: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 20 op/s 2024-03-30T04:50:34.060 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cluster 2024-03-30T04:50:31.873189+0000 mgr.y (mgr.25441) 6348 : cluster [DBG] pgmap v4206: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s 2024-03-30T04:50:34.060 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cephadm 2024-03-30T04:50:31.878364+0000 mgr.y (mgr.25441) 6349 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:34.060 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cluster 2024-03-30T04:50:31.926115+0000 mgr.y (mgr.25441) 6350 : cluster [DBG] pgmap v4207: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s 2024-03-30T04:50:34.060 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cluster 2024-03-30T04:50:31.926296+0000 mgr.y (mgr.25441) 6351 : cluster [DBG] pgmap v4208: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.060 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cephadm 2024-03-30T04:50:31.933129+0000 mgr.y (mgr.25441) 6352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:34.060 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cluster 2024-03-30T04:50:32.018783+0000 mgr.y (mgr.25441) 6353 : cluster [DBG] pgmap v4209: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.060 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cluster 2024-03-30T04:50:32.018974+0000 mgr.y (mgr.25441) 6354 : cluster [DBG] pgmap v4210: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.061 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cephadm 2024-03-30T04:50:32.026881+0000 mgr.y (mgr.25441) 6355 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:34.061 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cluster 2024-03-30T04:50:32.112615+0000 mgr.y (mgr.25441) 6356 : cluster [DBG] pgmap v4211: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.061 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cluster 2024-03-30T04:50:32.112817+0000 mgr.y (mgr.25441) 6357 : cluster [DBG] pgmap v4212: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.061 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cephadm 2024-03-30T04:50:32.122953+0000 mgr.y (mgr.25441) 6358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:34.061 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cluster 2024-03-30T04:50:32.169811+0000 mgr.y (mgr.25441) 6359 : cluster [DBG] pgmap v4213: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.061 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cluster 2024-03-30T04:50:32.170018+0000 mgr.y (mgr.25441) 6360 : cluster [DBG] pgmap v4214: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.061 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cephadm 2024-03-30T04:50:32.175400+0000 mgr.y (mgr.25441) 6361 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:34.061 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cluster 2024-03-30T04:50:32.223385+0000 mgr.y (mgr.25441) 6362 : cluster [DBG] pgmap v4215: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.061 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cluster 2024-03-30T04:50:32.223580+0000 mgr.y (mgr.25441) 6363 : cluster [DBG] pgmap v4216: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.061 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cephadm 2024-03-30T04:50:32.229998+0000 mgr.y (mgr.25441) 6364 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:34.061 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cluster 2024-03-30T04:50:32.276550+0000 mgr.y (mgr.25441) 6365 : cluster [DBG] pgmap v4217: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.061 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cluster 2024-03-30T04:50:32.276749+0000 mgr.y (mgr.25441) 6366 : cluster [DBG] pgmap v4218: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.062 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cluster 2024-03-30T04:50:31.873011+0000 mgr.y (mgr.25441) 6347 : cluster [DBG] pgmap v4205: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 20 op/s 2024-03-30T04:50:34.062 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cluster 2024-03-30T04:50:31.873189+0000 mgr.y (mgr.25441) 6348 : cluster [DBG] pgmap v4206: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s 2024-03-30T04:50:34.062 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cephadm 2024-03-30T04:50:31.878364+0000 mgr.y (mgr.25441) 6349 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:34.062 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cluster 2024-03-30T04:50:31.926115+0000 mgr.y (mgr.25441) 6350 : cluster [DBG] pgmap v4207: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s 2024-03-30T04:50:34.062 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cluster 2024-03-30T04:50:31.926296+0000 mgr.y (mgr.25441) 6351 : cluster [DBG] pgmap v4208: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.062 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cephadm 2024-03-30T04:50:31.933129+0000 mgr.y (mgr.25441) 6352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:34.062 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cluster 2024-03-30T04:50:32.018783+0000 mgr.y (mgr.25441) 6353 : cluster [DBG] pgmap v4209: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.062 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cluster 2024-03-30T04:50:32.018974+0000 mgr.y (mgr.25441) 6354 : cluster [DBG] pgmap v4210: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.062 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cephadm 2024-03-30T04:50:32.026881+0000 mgr.y (mgr.25441) 6355 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:34.062 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cluster 2024-03-30T04:50:32.112615+0000 mgr.y (mgr.25441) 6356 : cluster [DBG] pgmap v4211: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.063 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cluster 2024-03-30T04:50:32.112817+0000 mgr.y (mgr.25441) 6357 : cluster [DBG] pgmap v4212: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.063 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cephadm 2024-03-30T04:50:32.122953+0000 mgr.y (mgr.25441) 6358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:34.063 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cluster 2024-03-30T04:50:32.169811+0000 mgr.y (mgr.25441) 6359 : cluster [DBG] pgmap v4213: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.063 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cluster 2024-03-30T04:50:32.170018+0000 mgr.y (mgr.25441) 6360 : cluster [DBG] pgmap v4214: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.063 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cephadm 2024-03-30T04:50:32.175400+0000 mgr.y (mgr.25441) 6361 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:34.063 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cluster 2024-03-30T04:50:32.223385+0000 mgr.y (mgr.25441) 6362 : cluster [DBG] pgmap v4215: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.063 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cluster 2024-03-30T04:50:32.223580+0000 mgr.y (mgr.25441) 6363 : cluster [DBG] pgmap v4216: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.063 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cephadm 2024-03-30T04:50:32.229998+0000 mgr.y (mgr.25441) 6364 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:34.063 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cluster 2024-03-30T04:50:32.276550+0000 mgr.y (mgr.25441) 6365 : cluster [DBG] pgmap v4217: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.063 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cluster 2024-03-30T04:50:32.276749+0000 mgr.y (mgr.25441) 6366 : cluster [DBG] pgmap v4218: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.063 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cephadm 2024-03-30T04:50:32.284816+0000 mgr.y (mgr.25441) 6367 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:34.063 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cluster 2024-03-30T04:50:32.364245+0000 mgr.y (mgr.25441) 6368 : cluster [DBG] pgmap v4219: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.063 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cluster 2024-03-30T04:50:32.364480+0000 mgr.y (mgr.25441) 6369 : cluster [DBG] pgmap v4220: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.063 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cephadm 2024-03-30T04:50:32.371716+0000 mgr.y (mgr.25441) 6370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:34.064 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cluster 2024-03-30T04:50:32.437245+0000 mgr.y (mgr.25441) 6371 : cluster [DBG] pgmap v4221: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.064 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cluster 2024-03-30T04:50:32.437507+0000 mgr.y (mgr.25441) 6372 : cluster [DBG] pgmap v4222: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.064 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cephadm 2024-03-30T04:50:32.444525+0000 mgr.y (mgr.25441) 6373 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:34.064 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cluster 2024-03-30T04:50:32.493908+0000 mgr.y (mgr.25441) 6374 : cluster [DBG] pgmap v4223: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.064 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cluster 2024-03-30T04:50:32.494198+0000 mgr.y (mgr.25441) 6375 : cluster [DBG] pgmap v4224: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.064 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cephadm 2024-03-30T04:50:32.500680+0000 mgr.y (mgr.25441) 6376 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:34.064 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cluster 2024-03-30T04:50:32.548228+0000 mgr.y (mgr.25441) 6377 : cluster [DBG] pgmap v4225: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.064 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cluster 2024-03-30T04:50:32.548477+0000 mgr.y (mgr.25441) 6378 : cluster [DBG] pgmap v4226: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.064 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cephadm 2024-03-30T04:50:32.553724+0000 mgr.y (mgr.25441) 6379 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:34.064 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cluster 2024-03-30T04:50:32.600366+0000 mgr.y (mgr.25441) 6380 : cluster [DBG] pgmap v4227: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.064 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cluster 2024-03-30T04:50:32.600573+0000 mgr.y (mgr.25441) 6381 : cluster [DBG] pgmap v4228: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.064 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cephadm 2024-03-30T04:50:32.605851+0000 mgr.y (mgr.25441) 6382 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:34.064 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: audit 2024-03-30T04:50:32.650540+0000 mon.c (mon.1) 7239 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:34.064 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: audit 2024-03-30T04:50:32.660598+0000 mon.c (mon.1) 7240 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:34.064 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cluster 2024-03-30T04:50:32.662280+0000 mgr.y (mgr.25441) 6383 : cluster [DBG] pgmap v4229: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.065 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: audit 2024-03-30T04:50:32.669153+0000 mon.a (mon.0) 2666 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:34.065 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cephadm 2024-03-30T04:50:32.284816+0000 mgr.y (mgr.25441) 6367 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:34.065 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cluster 2024-03-30T04:50:32.364245+0000 mgr.y (mgr.25441) 6368 : cluster [DBG] pgmap v4219: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.065 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cluster 2024-03-30T04:50:32.364480+0000 mgr.y (mgr.25441) 6369 : cluster [DBG] pgmap v4220: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.065 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cephadm 2024-03-30T04:50:32.371716+0000 mgr.y (mgr.25441) 6370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:34.065 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cluster 2024-03-30T04:50:32.437245+0000 mgr.y (mgr.25441) 6371 : cluster [DBG] pgmap v4221: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.065 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cluster 2024-03-30T04:50:32.437507+0000 mgr.y (mgr.25441) 6372 : cluster [DBG] pgmap v4222: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.066 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cephadm 2024-03-30T04:50:32.444525+0000 mgr.y (mgr.25441) 6373 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:34.066 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cluster 2024-03-30T04:50:32.493908+0000 mgr.y (mgr.25441) 6374 : cluster [DBG] pgmap v4223: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.066 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cluster 2024-03-30T04:50:32.494198+0000 mgr.y (mgr.25441) 6375 : cluster [DBG] pgmap v4224: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.066 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cephadm 2024-03-30T04:50:32.500680+0000 mgr.y (mgr.25441) 6376 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:34.066 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cluster 2024-03-30T04:50:32.548228+0000 mgr.y (mgr.25441) 6377 : cluster [DBG] pgmap v4225: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.066 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cluster 2024-03-30T04:50:32.548477+0000 mgr.y (mgr.25441) 6378 : cluster [DBG] pgmap v4226: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.066 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cephadm 2024-03-30T04:50:32.553724+0000 mgr.y (mgr.25441) 6379 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:34.066 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cluster 2024-03-30T04:50:32.600366+0000 mgr.y (mgr.25441) 6380 : cluster [DBG] pgmap v4227: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.066 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cluster 2024-03-30T04:50:32.600573+0000 mgr.y (mgr.25441) 6381 : cluster [DBG] pgmap v4228: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.066 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cephadm 2024-03-30T04:50:32.605851+0000 mgr.y (mgr.25441) 6382 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:34.066 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: audit 2024-03-30T04:50:32.650540+0000 mon.c (mon.1) 7239 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:34.066 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: audit 2024-03-30T04:50:32.660598+0000 mon.c (mon.1) 7240 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:34.066 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cluster 2024-03-30T04:50:32.662280+0000 mgr.y (mgr.25441) 6383 : cluster [DBG] pgmap v4229: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.067 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: audit 2024-03-30T04:50:32.669153+0000 mon.a (mon.0) 2666 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:34.067 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cephadm 2024-03-30T04:50:32.670013+0000 mgr.y (mgr.25441) 6384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:34.067 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: audit 2024-03-30T04:50:32.711193+0000 mon.c (mon.1) 7241 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:34.067 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: audit 2024-03-30T04:50:32.713006+0000 mon.c (mon.1) 7242 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:34.067 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: audit 2024-03-30T04:50:32.714750+0000 mon.c (mon.1) 7243 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:34.067 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: audit 2024-03-30T04:50:32.715420+0000 mon.c (mon.1) 7244 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:34.067 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cluster 2024-03-30T04:50:32.716584+0000 mgr.y (mgr.25441) 6385 : cluster [DBG] pgmap v4230: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.067 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cluster 2024-03-30T04:50:32.716791+0000 mgr.y (mgr.25441) 6386 : cluster [DBG] pgmap v4231: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.067 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: audit 2024-03-30T04:50:32.720868+0000 mon.a (mon.0) 2667 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:34.067 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cephadm 2024-03-30T04:50:32.723483+0000 mgr.y (mgr.25441) 6387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:34.067 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: audit 2024-03-30T04:50:32.767019+0000 mon.c (mon.1) 7245 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:34.068 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: audit 2024-03-30T04:50:32.768869+0000 mon.c (mon.1) 7246 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:34.068 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: audit 2024-03-30T04:50:32.770533+0000 mon.c (mon.1) 7247 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:34.068 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: audit 2024-03-30T04:50:32.771115+0000 mon.c (mon.1) 7248 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:34.068 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cluster 2024-03-30T04:50:32.772300+0000 mgr.y (mgr.25441) 6388 : cluster [DBG] pgmap v4232: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.068 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cluster 2024-03-30T04:50:32.772501+0000 mgr.y (mgr.25441) 6389 : cluster [DBG] pgmap v4233: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.068 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: audit 2024-03-30T04:50:32.776419+0000 mon.a (mon.0) 2668 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:34.068 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cephadm 2024-03-30T04:50:32.779007+0000 mgr.y (mgr.25441) 6390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:34.068 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: audit 2024-03-30T04:50:32.819335+0000 mon.c (mon.1) 7249 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:34.068 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: audit 2024-03-30T04:50:32.821148+0000 mon.c (mon.1) 7250 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:34.068 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: audit 2024-03-30T04:50:32.822881+0000 mon.c (mon.1) 7251 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:34.069 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cephadm 2024-03-30T04:50:32.670013+0000 mgr.y (mgr.25441) 6384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:34.069 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: audit 2024-03-30T04:50:32.711193+0000 mon.c (mon.1) 7241 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:34.069 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: audit 2024-03-30T04:50:32.713006+0000 mon.c (mon.1) 7242 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:34.069 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: audit 2024-03-30T04:50:32.714750+0000 mon.c (mon.1) 7243 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:34.069 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: audit 2024-03-30T04:50:32.715420+0000 mon.c (mon.1) 7244 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:34.069 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cluster 2024-03-30T04:50:32.716584+0000 mgr.y (mgr.25441) 6385 : cluster [DBG] pgmap v4230: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.069 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cluster 2024-03-30T04:50:32.716791+0000 mgr.y (mgr.25441) 6386 : cluster [DBG] pgmap v4231: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.069 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: audit 2024-03-30T04:50:32.720868+0000 mon.a (mon.0) 2667 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:34.069 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cephadm 2024-03-30T04:50:32.723483+0000 mgr.y (mgr.25441) 6387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:34.069 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: audit 2024-03-30T04:50:32.767019+0000 mon.c (mon.1) 7245 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:34.069 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: audit 2024-03-30T04:50:32.768869+0000 mon.c (mon.1) 7246 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:34.069 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: audit 2024-03-30T04:50:32.770533+0000 mon.c (mon.1) 7247 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:34.070 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: audit 2024-03-30T04:50:32.771115+0000 mon.c (mon.1) 7248 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:34.070 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cluster 2024-03-30T04:50:32.772300+0000 mgr.y (mgr.25441) 6388 : cluster [DBG] pgmap v4232: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.070 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cluster 2024-03-30T04:50:32.772501+0000 mgr.y (mgr.25441) 6389 : cluster [DBG] pgmap v4233: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.070 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: audit 2024-03-30T04:50:32.776419+0000 mon.a (mon.0) 2668 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:34.070 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cephadm 2024-03-30T04:50:32.779007+0000 mgr.y (mgr.25441) 6390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:34.070 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: audit 2024-03-30T04:50:32.819335+0000 mon.c (mon.1) 7249 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:34.070 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: audit 2024-03-30T04:50:32.821148+0000 mon.c (mon.1) 7250 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:34.070 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: audit 2024-03-30T04:50:32.822881+0000 mon.c (mon.1) 7251 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:34.070 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: audit 2024-03-30T04:50:32.823523+0000 mon.c (mon.1) 7252 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:34.070 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cluster 2024-03-30T04:50:32.824702+0000 mgr.y (mgr.25441) 6391 : cluster [DBG] pgmap v4234: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.070 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cluster 2024-03-30T04:50:32.824905+0000 mgr.y (mgr.25441) 6392 : cluster [DBG] pgmap v4235: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.070 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: audit 2024-03-30T04:50:32.829016+0000 mon.a (mon.0) 2669 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:34.070 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: cephadm 2024-03-30T04:50:32.831654+0000 mgr.y (mgr.25441) 6393 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:34.071 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: audit 2024-03-30T04:50:32.849462+0000 mon.a (mon.0) 2670 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:34.071 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: audit 2024-03-30T04:50:32.860339+0000 mon.a (mon.0) 2671 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:34.071 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: audit 2024-03-30T04:50:32.870577+0000 mon.a (mon.0) 2672 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:34.071 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: audit 2024-03-30T04:50:32.892887+0000 mon.c (mon.1) 7253 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:34.071 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: audit 2024-03-30T04:50:32.894938+0000 mon.c (mon.1) 7254 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:34.071 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: audit 2024-03-30T04:50:32.896752+0000 mon.c (mon.1) 7255 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:34.071 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: audit 2024-03-30T04:50:32.898023+0000 mon.c (mon.1) 7256 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:34.071 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: audit 2024-03-30T04:50:32.900487+0000 mon.c (mon.1) 7257 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:34.071 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: audit 2024-03-30T04:50:32.903387+0000 mon.c (mon.1) 7258 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:34.071 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: audit 2024-03-30T04:50:32.905215+0000 mon.c (mon.1) 7259 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:34.071 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: audit 2024-03-30T04:50:32.906437+0000 mon.c (mon.1) 7260 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:34.071 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: audit 2024-03-30T04:50:32.907667+0000 mon.c (mon.1) 7261 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:34.071 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: audit 2024-03-30T04:50:32.908944+0000 mon.c (mon.1) 7262 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:34.071 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: audit 2024-03-30T04:50:32.910361+0000 mon.c (mon.1) 7263 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:34.072 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: audit 2024-03-30T04:50:32.911597+0000 mon.c (mon.1) 7264 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:34.072 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: audit 2024-03-30T04:50:32.913019+0000 mon.c (mon.1) 7265 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:34.072 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: audit 2024-03-30T04:50:32.914923+0000 mon.c (mon.1) 7266 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:34.072 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[73591]: audit 2024-03-30T04:50:32.916617+0000 mon.c (mon.1) 7267 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:34.072 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: audit 2024-03-30T04:50:32.823523+0000 mon.c (mon.1) 7252 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:34.072 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cluster 2024-03-30T04:50:32.824702+0000 mgr.y (mgr.25441) 6391 : cluster [DBG] pgmap v4234: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.072 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cluster 2024-03-30T04:50:32.824905+0000 mgr.y (mgr.25441) 6392 : cluster [DBG] pgmap v4235: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.072 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: audit 2024-03-30T04:50:32.829016+0000 mon.a (mon.0) 2669 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:34.072 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: cephadm 2024-03-30T04:50:32.831654+0000 mgr.y (mgr.25441) 6393 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:34.072 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: audit 2024-03-30T04:50:32.849462+0000 mon.a (mon.0) 2670 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:34.073 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: audit 2024-03-30T04:50:32.860339+0000 mon.a (mon.0) 2671 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:34.073 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: audit 2024-03-30T04:50:32.870577+0000 mon.a (mon.0) 2672 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:34.073 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: audit 2024-03-30T04:50:32.892887+0000 mon.c (mon.1) 7253 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:34.073 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: audit 2024-03-30T04:50:32.894938+0000 mon.c (mon.1) 7254 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:34.073 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: audit 2024-03-30T04:50:32.896752+0000 mon.c (mon.1) 7255 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:34.073 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: audit 2024-03-30T04:50:32.898023+0000 mon.c (mon.1) 7256 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:34.073 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: audit 2024-03-30T04:50:32.900487+0000 mon.c (mon.1) 7257 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:34.073 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: audit 2024-03-30T04:50:32.903387+0000 mon.c (mon.1) 7258 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:34.073 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: audit 2024-03-30T04:50:32.905215+0000 mon.c (mon.1) 7259 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:34.073 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: audit 2024-03-30T04:50:32.906437+0000 mon.c (mon.1) 7260 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:34.073 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: audit 2024-03-30T04:50:32.907667+0000 mon.c (mon.1) 7261 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:34.073 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: audit 2024-03-30T04:50:32.908944+0000 mon.c (mon.1) 7262 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:34.073 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: audit 2024-03-30T04:50:32.910361+0000 mon.c (mon.1) 7263 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:34.073 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: audit 2024-03-30T04:50:32.911597+0000 mon.c (mon.1) 7264 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:34.073 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: audit 2024-03-30T04:50:32.913019+0000 mon.c (mon.1) 7265 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:34.074 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: audit 2024-03-30T04:50:32.914923+0000 mon.c (mon.1) 7266 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:34.074 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:33 smithi111 bash[70954]: audit 2024-03-30T04:50:32.916617+0000 mon.c (mon.1) 7267 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:34.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:34 smithi117 bash[62284]: cluster 2024-03-30T04:50:32.864598+0000 mgr.y (mgr.25441) 6394 : cluster [DBG] pgmap v4236: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:34 smithi117 bash[62284]: cluster 2024-03-30T04:50:32.864800+0000 mgr.y (mgr.25441) 6395 : cluster [DBG] pgmap v4237: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:34 smithi117 bash[62284]: audit 2024-03-30T04:50:33.673692+0000 mon.a (mon.0) 2673 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:34.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:34 smithi117 bash[62284]: audit 2024-03-30T04:50:33.683444+0000 mon.a (mon.0) 2674 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:34.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:34 smithi117 bash[62284]: cluster 2024-03-30T04:50:33.686675+0000 mgr.y (mgr.25441) 6396 : cluster [DBG] pgmap v4238: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:34 smithi117 bash[62284]: cluster 2024-03-30T04:50:33.687158+0000 mgr.y (mgr.25441) 6397 : cluster [DBG] pgmap v4239: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:34.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:34 smithi117 bash[62284]: audit 2024-03-30T04:50:33.693701+0000 mon.a (mon.0) 2675 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:35.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:34 smithi111 bash[70954]: cluster 2024-03-30T04:50:32.864598+0000 mgr.y (mgr.25441) 6394 : cluster [DBG] pgmap v4236: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:35.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:34 smithi111 bash[70954]: cluster 2024-03-30T04:50:32.864800+0000 mgr.y (mgr.25441) 6395 : cluster [DBG] pgmap v4237: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:35.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:34 smithi111 bash[70954]: audit 2024-03-30T04:50:33.673692+0000 mon.a (mon.0) 2673 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:35.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:34 smithi111 bash[70954]: audit 2024-03-30T04:50:33.683444+0000 mon.a (mon.0) 2674 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:35.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:34 smithi111 bash[70954]: cluster 2024-03-30T04:50:33.686675+0000 mgr.y (mgr.25441) 6396 : cluster [DBG] pgmap v4238: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:35.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:34 smithi111 bash[70954]: cluster 2024-03-30T04:50:33.687158+0000 mgr.y (mgr.25441) 6397 : cluster [DBG] pgmap v4239: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:35.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:34 smithi111 bash[70954]: audit 2024-03-30T04:50:33.693701+0000 mon.a (mon.0) 2675 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:35.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:34 smithi111 bash[73591]: cluster 2024-03-30T04:50:32.864598+0000 mgr.y (mgr.25441) 6394 : cluster [DBG] pgmap v4236: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:35.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:34 smithi111 bash[73591]: cluster 2024-03-30T04:50:32.864800+0000 mgr.y (mgr.25441) 6395 : cluster [DBG] pgmap v4237: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:35.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:34 smithi111 bash[73591]: audit 2024-03-30T04:50:33.673692+0000 mon.a (mon.0) 2673 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:35.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:34 smithi111 bash[73591]: audit 2024-03-30T04:50:33.683444+0000 mon.a (mon.0) 2674 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:35.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:34 smithi111 bash[73591]: cluster 2024-03-30T04:50:33.686675+0000 mgr.y (mgr.25441) 6396 : cluster [DBG] pgmap v4238: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:35.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:34 smithi111 bash[73591]: cluster 2024-03-30T04:50:33.687158+0000 mgr.y (mgr.25441) 6397 : cluster [DBG] pgmap v4239: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:35.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:34 smithi111 bash[73591]: audit 2024-03-30T04:50:33.693701+0000 mon.a (mon.0) 2675 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:36.746 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:50:36 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:50:36] "GET /metrics HTTP/1.1" 200 38696 "" "Prometheus/2.43.0" 2024-03-30T04:50:37.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:36 smithi111 bash[70954]: cluster 2024-03-30T04:50:35.688051+0000 mgr.y (mgr.25441) 6398 : cluster [DBG] pgmap v4240: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:37.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:36 smithi111 bash[70954]: audit 2024-03-30T04:50:36.200595+0000 mon.a (mon.0) 2676 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:37.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:36 smithi111 bash[70954]: audit 2024-03-30T04:50:36.220542+0000 mon.a (mon.0) 2677 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:37.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:36 smithi111 bash[70954]: audit 2024-03-30T04:50:36.240292+0000 mon.a (mon.0) 2678 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:37.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:36 smithi111 bash[73591]: cluster 2024-03-30T04:50:35.688051+0000 mgr.y (mgr.25441) 6398 : cluster [DBG] pgmap v4240: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:37.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:36 smithi111 bash[73591]: audit 2024-03-30T04:50:36.200595+0000 mon.a (mon.0) 2676 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:37.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:36 smithi111 bash[73591]: audit 2024-03-30T04:50:36.220542+0000 mon.a (mon.0) 2677 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:37.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:36 smithi111 bash[73591]: audit 2024-03-30T04:50:36.240292+0000 mon.a (mon.0) 2678 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:37.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:36 smithi117 bash[62284]: cluster 2024-03-30T04:50:35.688051+0000 mgr.y (mgr.25441) 6398 : cluster [DBG] pgmap v4240: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:37.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:36 smithi117 bash[62284]: audit 2024-03-30T04:50:36.200595+0000 mon.a (mon.0) 2676 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:37.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:36 smithi117 bash[62284]: audit 2024-03-30T04:50:36.220542+0000 mon.a (mon.0) 2677 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:37.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:36 smithi117 bash[62284]: audit 2024-03-30T04:50:36.240292+0000 mon.a (mon.0) 2678 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:38.061 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:37 smithi111 bash[70954]: cephadm 2024-03-30T04:50:35.988287+0000 mgr.y (mgr.25441) 6399 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-03-30T04:50:38.061 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:37 smithi111 bash[70954]: cephadm 2024-03-30T04:50:35.999039+0000 mgr.y (mgr.25441) 6400 : cephadm [INF] Deploying daemon alertmanager.a on smithi111 2024-03-30T04:50:38.061 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:37 smithi111 bash[70954]: cluster 2024-03-30T04:50:36.226193+0000 mgr.y (mgr.25441) 6401 : cluster [DBG] pgmap v4241: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:38.061 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:37 smithi111 bash[70954]: cluster 2024-03-30T04:50:36.226831+0000 mgr.y (mgr.25441) 6402 : cluster [DBG] pgmap v4242: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:38.061 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:37 smithi111 bash[73591]: cephadm 2024-03-30T04:50:35.988287+0000 mgr.y (mgr.25441) 6399 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-03-30T04:50:38.061 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:37 smithi111 bash[73591]: cephadm 2024-03-30T04:50:35.999039+0000 mgr.y (mgr.25441) 6400 : cephadm [INF] Deploying daemon alertmanager.a on smithi111 2024-03-30T04:50:38.061 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:37 smithi111 bash[73591]: cluster 2024-03-30T04:50:36.226193+0000 mgr.y (mgr.25441) 6401 : cluster [DBG] pgmap v4241: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:38.061 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:37 smithi111 bash[73591]: cluster 2024-03-30T04:50:36.226831+0000 mgr.y (mgr.25441) 6402 : cluster [DBG] pgmap v4242: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:38.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:37 smithi117 bash[62284]: cephadm 2024-03-30T04:50:35.988287+0000 mgr.y (mgr.25441) 6399 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-03-30T04:50:38.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:37 smithi117 bash[62284]: cephadm 2024-03-30T04:50:35.999039+0000 mgr.y (mgr.25441) 6400 : cephadm [INF] Deploying daemon alertmanager.a on smithi111 2024-03-30T04:50:38.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:37 smithi117 bash[62284]: cluster 2024-03-30T04:50:36.226193+0000 mgr.y (mgr.25441) 6401 : cluster [DBG] pgmap v4241: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:38.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:37 smithi117 bash[62284]: cluster 2024-03-30T04:50:36.226831+0000 mgr.y (mgr.25441) 6402 : cluster [DBG] pgmap v4242: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:40.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:39 smithi111 bash[70954]: cluster 2024-03-30T04:50:38.228233+0000 mgr.y (mgr.25441) 6403 : cluster [DBG] pgmap v4243: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 954 B/s rd, 0 op/s 2024-03-30T04:50:40.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:39 smithi111 bash[73591]: cluster 2024-03-30T04:50:38.228233+0000 mgr.y (mgr.25441) 6403 : cluster [DBG] pgmap v4243: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 954 B/s rd, 0 op/s 2024-03-30T04:50:40.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:39 smithi117 bash[62284]: cluster 2024-03-30T04:50:38.228233+0000 mgr.y (mgr.25441) 6403 : cluster [DBG] pgmap v4243: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 954 B/s rd, 0 op/s 2024-03-30T04:50:41.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:40 smithi111 bash[70954]: audit 2024-03-30T04:50:39.062751+0000 mgr.y (mgr.25441) 6404 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:41.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:40 smithi111 bash[73591]: audit 2024-03-30T04:50:39.062751+0000 mgr.y (mgr.25441) 6404 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:41.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:40 smithi117 bash[62284]: audit 2024-03-30T04:50:39.062751+0000 mgr.y (mgr.25441) 6404 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:41.970 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:41 smithi111 bash[70954]: cluster 2024-03-30T04:50:40.229180+0000 mgr.y (mgr.25441) 6405 : cluster [DBG] pgmap v4244: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 782 B/s rd, 0 op/s 2024-03-30T04:50:41.970 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:41 smithi111 bash[73591]: cluster 2024-03-30T04:50:40.229180+0000 mgr.y (mgr.25441) 6405 : cluster [DBG] pgmap v4244: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 782 B/s rd, 0 op/s 2024-03-30T04:50:42.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:41 smithi117 bash[62284]: cluster 2024-03-30T04:50:40.229180+0000 mgr.y (mgr.25441) 6405 : cluster [DBG] pgmap v4244: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 782 B/s rd, 0 op/s 2024-03-30T04:50:42.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:42 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:42.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:42 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:42.868 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:50:42 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:42.868 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:50:42 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:42.868 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:50:42 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:42.869 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:50:42 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:42.869 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:50:42 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:42.869 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:50:42 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:42.870 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:50:42 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:43.277 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:50:42 smithi111 systemd[1]: Stopping Ceph alertmanager.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:50:43.277 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:50:43 smithi111 bash[61833]: level=info ts=2024-03-30T04:50:43.008Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2024-03-30T04:50:43.763 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:50:43 smithi117 bash[87189]: ts=2024-03-30T04:50:43.516Z caller=notifier.go:532 level=error component=notifier alertmanager=http://172.21.15.111:9093/api/v2/alerts count=1 msg="Error sending alert" err="Post \"http://172.21.15.111:9093/api/v2/alerts\": dial tcp 172.21.15.111:9093: connect: connection refused" 2024-03-30T04:50:44.022 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:43 smithi111 bash[70954]: cluster 2024-03-30T04:50:42.230552+0000 mgr.y (mgr.25441) 6406 : cluster [DBG] pgmap v4245: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:44.022 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:43 smithi111 bash[73591]: cluster 2024-03-30T04:50:42.230552+0000 mgr.y (mgr.25441) 6406 : cluster [DBG] pgmap v4245: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:44.022 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:50:43 smithi111 bash[104812]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-alertmanager-a 2024-03-30T04:50:44.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:43 smithi117 bash[62284]: cluster 2024-03-30T04:50:42.230552+0000 mgr.y (mgr.25441) 6406 : cluster [DBG] pgmap v4245: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:44.319 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:44 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:44.319 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:50:44 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:44.319 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:50:44 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:44.320 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:44 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:44.320 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:50:44 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:44.320 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:50:44 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:44.320 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:50:44 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:44.321 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:50:44 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:44.321 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:50:44 smithi111 bash[104871]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-alertmanager-a 2024-03-30T04:50:44.321 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:50:44 smithi111 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@alertmanager.a.service: Deactivated successfully. 2024-03-30T04:50:44.321 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:50:44 smithi111 systemd[1]: Stopped Ceph alertmanager.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:50:44.321 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:50:44 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:44.321 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:50:44 smithi111 systemd[1]: Started Ceph alertmanager.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:50:44.807 INFO:teuthology.orchestra.run.smithi111.stdout:true 2024-03-30T04:50:45.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: cluster 2024-03-30T04:50:44.231550+0000 mgr.y (mgr.25441) 6407 : cluster [DBG] pgmap v4246: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:45.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.370547+0000 mon.a (mon.0) 2679 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.378818+0000 mon.a (mon.0) 2680 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.381768+0000 mon.c (mon.1) 7268 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.382542+0000 mon.c (mon.1) 7269 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: cluster 2024-03-30T04:50:44.383900+0000 mgr.y (mgr.25441) 6408 : cluster [DBG] pgmap v4247: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:45.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: cluster 2024-03-30T04:50:44.384117+0000 mgr.y (mgr.25441) 6409 : cluster [DBG] pgmap v4248: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:45.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.388810+0000 mon.a (mon.0) 2681 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: cephadm 2024-03-30T04:50:44.389417+0000 mgr.y (mgr.25441) 6410 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.447433+0000 mon.c (mon.1) 7270 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:50:45.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.447931+0000 mgr.y (mgr.25441) 6411 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:50:45.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.459151+0000 mon.c (mon.1) 7271 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.461768+0000 mon.c (mon.1) 7272 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.464817+0000 mon.c (mon.1) 7273 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.465688+0000 mon.c (mon.1) 7274 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: cluster 2024-03-30T04:50:44.467453+0000 mgr.y (mgr.25441) 6412 : cluster [DBG] pgmap v4249: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 820 B/s rd, 0 op/s 2024-03-30T04:50:45.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.473304+0000 mon.a (mon.0) 2682 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: cephadm 2024-03-30T04:50:44.474168+0000 mgr.y (mgr.25441) 6413 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.533382+0000 mon.c (mon.1) 7275 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.535611+0000 mon.c (mon.1) 7276 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.537877+0000 mon.c (mon.1) 7277 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.538772+0000 mon.c (mon.1) 7278 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: cluster 2024-03-30T04:50:44.540445+0000 mgr.y (mgr.25441) 6414 : cluster [DBG] pgmap v4250: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: cluster 2024-03-30T04:50:44.540698+0000 mgr.y (mgr.25441) 6415 : cluster [DBG] pgmap v4251: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.551798+0000 mon.a (mon.0) 2683 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: cephadm 2024-03-30T04:50:44.552563+0000 mgr.y (mgr.25441) 6416 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.613216+0000 mon.c (mon.1) 7279 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.615794+0000 mon.c (mon.1) 7280 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.618313+0000 mon.c (mon.1) 7281 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.619173+0000 mon.c (mon.1) 7282 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: cluster 2024-03-30T04:50:44.620776+0000 mgr.y (mgr.25441) 6417 : cluster [DBG] pgmap v4252: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: cluster 2024-03-30T04:50:44.621157+0000 mgr.y (mgr.25441) 6418 : cluster [DBG] pgmap v4253: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.627391+0000 mon.a (mon.0) 2684 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: cephadm 2024-03-30T04:50:44.628553+0000 mgr.y (mgr.25441) 6419 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.706002+0000 mon.c (mon.1) 7283 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.708659+0000 mon.c (mon.1) 7284 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.710963+0000 mon.c (mon.1) 7285 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.711760+0000 mon.c (mon.1) 7286 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: cluster 2024-03-30T04:50:44.713336+0000 mgr.y (mgr.25441) 6420 : cluster [DBG] pgmap v4254: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: cluster 2024-03-30T04:50:44.713694+0000 mgr.y (mgr.25441) 6421 : cluster [DBG] pgmap v4255: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.719257+0000 mon.a (mon.0) 2685 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: cephadm 2024-03-30T04:50:44.720271+0000 mgr.y (mgr.25441) 6422 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.793890+0000 mon.c (mon.1) 7287 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.795827+0000 mon.c (mon.1) 7288 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.797754+0000 mgr.y (mgr.25441) 6423 : audit [DBG] from='client.34917 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.797907+0000 mon.c (mon.1) 7289 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.798733+0000 mon.c (mon.1) 7290 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: cluster 2024-03-30T04:50:44.800180+0000 mgr.y (mgr.25441) 6424 : cluster [DBG] pgmap v4256: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: cluster 2024-03-30T04:50:44.800449+0000 mgr.y (mgr.25441) 6425 : cluster [DBG] pgmap v4257: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.805355+0000 mon.a (mon.0) 2686 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: cephadm 2024-03-30T04:50:44.806452+0000 mgr.y (mgr.25441) 6426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.863843+0000 mon.c (mon.1) 7291 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.866771+0000 mon.c (mon.1) 7292 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.869727+0000 mon.c (mon.1) 7293 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.870624+0000 mon.c (mon.1) 7294 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.880185+0000 mon.a (mon.0) 2687 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.940226+0000 mon.c (mon.1) 7295 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.942222+0000 mon.c (mon.1) 7296 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.944537+0000 mon.c (mon.1) 7297 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.945170+0000 mon.c (mon.1) 7298 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.951212+0000 mon.a (mon.0) 2688 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.993652+0000 mon.c (mon.1) 7299 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.995606+0000 mon.c (mon.1) 7300 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.997533+0000 mon.c (mon.1) 7301 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:44.998222+0000 mon.c (mon.1) 7302 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:45.007271+0000 mon.a (mon.0) 2689 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:45.068993+0000 mon.c (mon.1) 7303 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:45.071361+0000 mon.c (mon.1) 7304 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:45.073414+0000 mon.c (mon.1) 7305 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:45.074294+0000 mon.c (mon.1) 7306 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:45.082551+0000 mon.a (mon.0) 2690 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:45.139515+0000 mon.c (mon.1) 7307 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:45.141546+0000 mon.c (mon.1) 7308 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:45.143571+0000 mon.c (mon.1) 7309 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:45.144302+0000 mon.c (mon.1) 7310 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:45.151828+0000 mon.a (mon.0) 2691 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:45.210896+0000 mon.c (mon.1) 7311 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:45.212786+0000 mon.c (mon.1) 7312 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:45.215150+0000 mon.c (mon.1) 7313 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:45.215894+0000 mon.c (mon.1) 7314 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:45.226610+0000 mon.a (mon.0) 2692 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:45.270213+0000 mon.a (mon.0) 2693 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:45.275529+0000 mon.c (mon.1) 7315 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:45.275966+0000 mon.c (mon.1) 7316 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:50:45.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:45.277603+0000 mon.c (mon.1) 7317 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:45.284157+0000 mon.c (mon.1) 7318 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:45.287393+0000 mon.c (mon.1) 7319 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[73591]: audit 2024-03-30T04:50:45.318046+0000 mon.a (mon.0) 2694 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: cluster 2024-03-30T04:50:44.231550+0000 mgr.y (mgr.25441) 6407 : cluster [DBG] pgmap v4246: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:45.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.370547+0000 mon.a (mon.0) 2679 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.378818+0000 mon.a (mon.0) 2680 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.381768+0000 mon.c (mon.1) 7268 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.382542+0000 mon.c (mon.1) 7269 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: cluster 2024-03-30T04:50:44.383900+0000 mgr.y (mgr.25441) 6408 : cluster [DBG] pgmap v4247: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:45.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: cluster 2024-03-30T04:50:44.384117+0000 mgr.y (mgr.25441) 6409 : cluster [DBG] pgmap v4248: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:45.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.388810+0000 mon.a (mon.0) 2681 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: cephadm 2024-03-30T04:50:44.389417+0000 mgr.y (mgr.25441) 6410 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.447433+0000 mon.c (mon.1) 7270 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:50:45.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.447931+0000 mgr.y (mgr.25441) 6411 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:50:45.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.459151+0000 mon.c (mon.1) 7271 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.461768+0000 mon.c (mon.1) 7272 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.464817+0000 mon.c (mon.1) 7273 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.465688+0000 mon.c (mon.1) 7274 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: cluster 2024-03-30T04:50:44.467453+0000 mgr.y (mgr.25441) 6412 : cluster [DBG] pgmap v4249: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 820 B/s rd, 0 op/s 2024-03-30T04:50:45.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.473304+0000 mon.a (mon.0) 2682 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: cephadm 2024-03-30T04:50:44.474168+0000 mgr.y (mgr.25441) 6413 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.533382+0000 mon.c (mon.1) 7275 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.535611+0000 mon.c (mon.1) 7276 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.537877+0000 mon.c (mon.1) 7277 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.538772+0000 mon.c (mon.1) 7278 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: cluster 2024-03-30T04:50:44.540445+0000 mgr.y (mgr.25441) 6414 : cluster [DBG] pgmap v4250: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:45.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: cluster 2024-03-30T04:50:44.540698+0000 mgr.y (mgr.25441) 6415 : cluster [DBG] pgmap v4251: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.551798+0000 mon.a (mon.0) 2683 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: cephadm 2024-03-30T04:50:44.552563+0000 mgr.y (mgr.25441) 6416 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.613216+0000 mon.c (mon.1) 7279 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.615794+0000 mon.c (mon.1) 7280 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.618313+0000 mon.c (mon.1) 7281 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.619173+0000 mon.c (mon.1) 7282 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: cluster 2024-03-30T04:50:44.620776+0000 mgr.y (mgr.25441) 6417 : cluster [DBG] pgmap v4252: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: cluster 2024-03-30T04:50:44.621157+0000 mgr.y (mgr.25441) 6418 : cluster [DBG] pgmap v4253: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.627391+0000 mon.a (mon.0) 2684 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: cephadm 2024-03-30T04:50:44.628553+0000 mgr.y (mgr.25441) 6419 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.706002+0000 mon.c (mon.1) 7283 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.708659+0000 mon.c (mon.1) 7284 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.710963+0000 mon.c (mon.1) 7285 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.711760+0000 mon.c (mon.1) 7286 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: cluster 2024-03-30T04:50:44.713336+0000 mgr.y (mgr.25441) 6420 : cluster [DBG] pgmap v4254: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: cluster 2024-03-30T04:50:44.713694+0000 mgr.y (mgr.25441) 6421 : cluster [DBG] pgmap v4255: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.719257+0000 mon.a (mon.0) 2685 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: cephadm 2024-03-30T04:50:44.720271+0000 mgr.y (mgr.25441) 6422 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.793890+0000 mon.c (mon.1) 7287 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.795827+0000 mon.c (mon.1) 7288 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.797754+0000 mgr.y (mgr.25441) 6423 : audit [DBG] from='client.34917 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:45.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.797907+0000 mon.c (mon.1) 7289 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.798733+0000 mon.c (mon.1) 7290 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: cluster 2024-03-30T04:50:44.800180+0000 mgr.y (mgr.25441) 6424 : cluster [DBG] pgmap v4256: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: cluster 2024-03-30T04:50:44.800449+0000 mgr.y (mgr.25441) 6425 : cluster [DBG] pgmap v4257: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.805355+0000 mon.a (mon.0) 2686 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: cephadm 2024-03-30T04:50:44.806452+0000 mgr.y (mgr.25441) 6426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.863843+0000 mon.c (mon.1) 7291 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.866771+0000 mon.c (mon.1) 7292 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.869727+0000 mon.c (mon.1) 7293 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.870624+0000 mon.c (mon.1) 7294 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.880185+0000 mon.a (mon.0) 2687 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.940226+0000 mon.c (mon.1) 7295 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.942222+0000 mon.c (mon.1) 7296 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.944537+0000 mon.c (mon.1) 7297 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.945170+0000 mon.c (mon.1) 7298 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.951212+0000 mon.a (mon.0) 2688 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.993652+0000 mon.c (mon.1) 7299 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.995606+0000 mon.c (mon.1) 7300 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.997533+0000 mon.c (mon.1) 7301 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:44.998222+0000 mon.c (mon.1) 7302 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:45.007271+0000 mon.a (mon.0) 2689 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:45.068993+0000 mon.c (mon.1) 7303 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:45.071361+0000 mon.c (mon.1) 7304 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:45.073414+0000 mon.c (mon.1) 7305 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:45.074294+0000 mon.c (mon.1) 7306 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:45.082551+0000 mon.a (mon.0) 2690 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:45.139515+0000 mon.c (mon.1) 7307 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:45.141546+0000 mon.c (mon.1) 7308 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:45.143571+0000 mon.c (mon.1) 7309 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:45.144302+0000 mon.c (mon.1) 7310 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:45.151828+0000 mon.a (mon.0) 2691 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:45.210896+0000 mon.c (mon.1) 7311 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:45.212786+0000 mon.c (mon.1) 7312 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:45.215150+0000 mon.c (mon.1) 7313 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:45.215894+0000 mon.c (mon.1) 7314 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:45.226610+0000 mon.a (mon.0) 2692 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:45.270213+0000 mon.a (mon.0) 2693 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:45.275529+0000 mon.c (mon.1) 7315 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:45.275966+0000 mon.c (mon.1) 7316 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:50:45.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:45.277603+0000 mon.c (mon.1) 7317 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:45.284157+0000 mon.c (mon.1) 7318 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:45.287393+0000 mon.c (mon.1) 7319 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:45 smithi111 bash[70954]: audit 2024-03-30T04:50:45.318046+0000 mon.a (mon.0) 2694 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.632 INFO:teuthology.orchestra.run.smithi111.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:50:45.632 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi111 smithi111 running 11s ago 25m - - 2024-03-30T04:50:45.632 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi117 smithi117 running 9s ago 25m - - 2024-03-30T04:50:45.632 INFO:teuthology.orchestra.run.smithi111.stdout:alertmanager.a smithi111 *:9093,9094 starting - - - - 2024-03-30T04:50:45.632 INFO:teuthology.orchestra.run.smithi111.stdout:grafana.a smithi117 *:3000 error 9s ago 17m - - 2024-03-30T04:50:45.632 INFO:teuthology.orchestra.run.smithi111.stdout:iscsi.foo.smithi111.fmwmll smithi111 running (90s) 11s ago 16m 42.5M - 3.7 3714003597ec 3ebd9fdc0e65 2024-03-30T04:50:45.633 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.x smithi117 *:8443,9283,8765 running (9m) 9s ago 24m 440M - 19.0.0-2493-gd82c9aa1 3714003597ec 42ebd55da4b4 2024-03-30T04:50:45.633 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.y smithi111 *:8443,9283,8765 running (10m) 11s ago 26m 538M - 19.0.0-2493-gd82c9aa1 3714003597ec fa84fb31d2a4 2024-03-30T04:50:45.633 INFO:teuthology.orchestra.run.smithi111.stdout:mon.a smithi111 running (8m) 11s ago 26m 160M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 896c96f933ff 2024-03-30T04:50:45.633 INFO:teuthology.orchestra.run.smithi111.stdout:mon.b smithi117 running (8m) 9s ago 24m 64.3M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 60f10ffc2128 2024-03-30T04:50:45.633 INFO:teuthology.orchestra.run.smithi111.stdout:mon.c smithi111 running (8m) 11s ago 24m 79.5M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 385ecbe45d43 2024-03-30T04:50:45.633 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.a smithi111 *:9100 running (49s) 11s ago 18m 7703k - 1.5.0 0da6a335fe13 d19f0b31b938 2024-03-30T04:50:45.633 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.b smithi117 *:9100 running (45s) 9s ago 18m 7168k - 1.5.0 0da6a335fe13 ed50a028daf9 2024-03-30T04:50:45.633 INFO:teuthology.orchestra.run.smithi111.stdout:osd.0 smithi111 running (7m) 11s ago 23m 60.8M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec c83a5c211a2a 2024-03-30T04:50:45.633 INFO:teuthology.orchestra.run.smithi111.stdout:osd.1 smithi111 running (6m) 11s ago 23m 70.2M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 72f709306a82 2024-03-30T04:50:45.633 INFO:teuthology.orchestra.run.smithi111.stdout:osd.2 smithi111 running (5m) 11s ago 22m 53.8M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 4812fabf499a 2024-03-30T04:50:45.633 INFO:teuthology.orchestra.run.smithi111.stdout:osd.3 smithi111 running (5m) 11s ago 22m 63.7M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec d39d23268f95 2024-03-30T04:50:45.633 INFO:teuthology.orchestra.run.smithi111.stdout:osd.4 smithi117 running (4m) 9s ago 21m 61.8M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 1668f848549c 2024-03-30T04:50:45.633 INFO:teuthology.orchestra.run.smithi111.stdout:osd.5 smithi117 running (3m) 9s ago 20m 60.1M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec db2499d5a247 2024-03-30T04:50:45.634 INFO:teuthology.orchestra.run.smithi111.stdout:osd.6 smithi117 running (3m) 9s ago 20m 59.8M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 68d03f439b68 2024-03-30T04:50:45.634 INFO:teuthology.orchestra.run.smithi111.stdout:osd.7 smithi117 running (2m) 9s ago 19m 58.6M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 6fd992ff99cf 2024-03-30T04:50:45.634 INFO:teuthology.orchestra.run.smithi111.stdout:prometheus.a smithi117 *:9095 running (22s) 9s ago 18m 44.6M - 2.43.0 a07b618ecd1d 22f965c51baa 2024-03-30T04:50:45.634 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi111.gqpgtc smithi111 *:8000 running (2m) 11s ago 16m 90.4M - 19.0.0-2493-gd82c9aa1 3714003597ec 50e6e8bbe60e 2024-03-30T04:50:45.634 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi117.nijpsz smithi117 *:8000 running (2m) 9s ago 16m 90.2M - 19.0.0-2493-gd82c9aa1 3714003597ec d8c31b651386 2024-03-30T04:50:45.634 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi111.nqgkvi smithi111 *:80 running (2m) 11s ago 16m 90.0M - 19.0.0-2493-gd82c9aa1 3714003597ec ea526666ea23 2024-03-30T04:50:45.634 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi117.wrgldy smithi117 *:80 running (117s) 9s ago 16m 90.2M - 19.0.0-2493-gd82c9aa1 3714003597ec aa04480b5182 2024-03-30T04:50:45.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: cluster 2024-03-30T04:50:44.231550+0000 mgr.y (mgr.25441) 6407 : cluster [DBG] pgmap v4246: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:45.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.370547+0000 mon.a (mon.0) 2679 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.378818+0000 mon.a (mon.0) 2680 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.381768+0000 mon.c (mon.1) 7268 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.382542+0000 mon.c (mon.1) 7269 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: cluster 2024-03-30T04:50:44.383900+0000 mgr.y (mgr.25441) 6408 : cluster [DBG] pgmap v4247: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:45.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: cluster 2024-03-30T04:50:44.384117+0000 mgr.y (mgr.25441) 6409 : cluster [DBG] pgmap v4248: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:45.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.388810+0000 mon.a (mon.0) 2681 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: cephadm 2024-03-30T04:50:44.389417+0000 mgr.y (mgr.25441) 6410 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.447433+0000 mon.c (mon.1) 7270 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:50:45.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.447931+0000 mgr.y (mgr.25441) 6411 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:50:45.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.459151+0000 mon.c (mon.1) 7271 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.461768+0000 mon.c (mon.1) 7272 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.464817+0000 mon.c (mon.1) 7273 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.465688+0000 mon.c (mon.1) 7274 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: cluster 2024-03-30T04:50:44.467453+0000 mgr.y (mgr.25441) 6412 : cluster [DBG] pgmap v4249: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 820 B/s rd, 0 op/s 2024-03-30T04:50:45.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.473304+0000 mon.a (mon.0) 2682 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: cephadm 2024-03-30T04:50:44.474168+0000 mgr.y (mgr.25441) 6413 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.533382+0000 mon.c (mon.1) 7275 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.535611+0000 mon.c (mon.1) 7276 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.537877+0000 mon.c (mon.1) 7277 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.538772+0000 mon.c (mon.1) 7278 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: cluster 2024-03-30T04:50:44.540445+0000 mgr.y (mgr.25441) 6414 : cluster [DBG] pgmap v4250: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:45.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: cluster 2024-03-30T04:50:44.540698+0000 mgr.y (mgr.25441) 6415 : cluster [DBG] pgmap v4251: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.551798+0000 mon.a (mon.0) 2683 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: cephadm 2024-03-30T04:50:44.552563+0000 mgr.y (mgr.25441) 6416 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.613216+0000 mon.c (mon.1) 7279 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.615794+0000 mon.c (mon.1) 7280 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.618313+0000 mon.c (mon.1) 7281 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.619173+0000 mon.c (mon.1) 7282 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: cluster 2024-03-30T04:50:44.620776+0000 mgr.y (mgr.25441) 6417 : cluster [DBG] pgmap v4252: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: cluster 2024-03-30T04:50:44.621157+0000 mgr.y (mgr.25441) 6418 : cluster [DBG] pgmap v4253: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.627391+0000 mon.a (mon.0) 2684 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: cephadm 2024-03-30T04:50:44.628553+0000 mgr.y (mgr.25441) 6419 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.706002+0000 mon.c (mon.1) 7283 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.708659+0000 mon.c (mon.1) 7284 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.710963+0000 mon.c (mon.1) 7285 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.711760+0000 mon.c (mon.1) 7286 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: cluster 2024-03-30T04:50:44.713336+0000 mgr.y (mgr.25441) 6420 : cluster [DBG] pgmap v4254: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: cluster 2024-03-30T04:50:44.713694+0000 mgr.y (mgr.25441) 6421 : cluster [DBG] pgmap v4255: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.719257+0000 mon.a (mon.0) 2685 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: cephadm 2024-03-30T04:50:44.720271+0000 mgr.y (mgr.25441) 6422 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.793890+0000 mon.c (mon.1) 7287 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.795827+0000 mon.c (mon.1) 7288 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.797754+0000 mgr.y (mgr.25441) 6423 : audit [DBG] from='client.34917 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:45.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.797907+0000 mon.c (mon.1) 7289 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.798733+0000 mon.c (mon.1) 7290 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: cluster 2024-03-30T04:50:44.800180+0000 mgr.y (mgr.25441) 6424 : cluster [DBG] pgmap v4256: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: cluster 2024-03-30T04:50:44.800449+0000 mgr.y (mgr.25441) 6425 : cluster [DBG] pgmap v4257: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.805355+0000 mon.a (mon.0) 2686 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: cephadm 2024-03-30T04:50:44.806452+0000 mgr.y (mgr.25441) 6426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.863843+0000 mon.c (mon.1) 7291 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.866771+0000 mon.c (mon.1) 7292 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.869727+0000 mon.c (mon.1) 7293 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.870624+0000 mon.c (mon.1) 7294 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.880185+0000 mon.a (mon.0) 2687 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.940226+0000 mon.c (mon.1) 7295 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.942222+0000 mon.c (mon.1) 7296 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.944537+0000 mon.c (mon.1) 7297 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.945170+0000 mon.c (mon.1) 7298 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.951212+0000 mon.a (mon.0) 2688 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.993652+0000 mon.c (mon.1) 7299 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.995606+0000 mon.c (mon.1) 7300 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.997533+0000 mon.c (mon.1) 7301 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:44.998222+0000 mon.c (mon.1) 7302 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:45.007271+0000 mon.a (mon.0) 2689 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:45.068993+0000 mon.c (mon.1) 7303 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:45.071361+0000 mon.c (mon.1) 7304 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:45.073414+0000 mon.c (mon.1) 7305 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:45.074294+0000 mon.c (mon.1) 7306 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:45.082551+0000 mon.a (mon.0) 2690 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:45.139515+0000 mon.c (mon.1) 7307 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:45.141546+0000 mon.c (mon.1) 7308 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:45.143571+0000 mon.c (mon.1) 7309 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:45.144302+0000 mon.c (mon.1) 7310 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:45.151828+0000 mon.a (mon.0) 2691 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:45.210896+0000 mon.c (mon.1) 7311 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:45.212786+0000 mon.c (mon.1) 7312 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:45.215150+0000 mon.c (mon.1) 7313 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:45.215894+0000 mon.c (mon.1) 7314 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:45.226610+0000 mon.a (mon.0) 2692 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:45.270213+0000 mon.a (mon.0) 2693 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:45.275529+0000 mon.c (mon.1) 7315 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:45.275966+0000 mon.c (mon.1) 7316 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:50:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:45.277603+0000 mon.c (mon.1) 7317 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:45.284157+0000 mon.c (mon.1) 7318 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:45.287393+0000 mon.c (mon.1) 7319 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:45 smithi117 bash[62284]: audit 2024-03-30T04:50:45.318046+0000 mon.a (mon.0) 2694 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:46.129 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:50:46.130 INFO:teuthology.orchestra.run.smithi111.stdout: "mon": { 2024-03-30T04:50:46.130 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:50:46.130 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:50:46.130 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr": { 2024-03-30T04:50:46.130 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:50:46.130 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:50:46.130 INFO:teuthology.orchestra.run.smithi111.stdout: "osd": { 2024-03-30T04:50:46.130 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 8 2024-03-30T04:50:46.130 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:50:46.130 INFO:teuthology.orchestra.run.smithi111.stdout: "rgw": { 2024-03-30T04:50:46.130 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 4 2024-03-30T04:50:46.130 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:50:46.130 INFO:teuthology.orchestra.run.smithi111.stdout: "overall": { 2024-03-30T04:50:46.131 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 17 2024-03-30T04:50:46.131 INFO:teuthology.orchestra.run.smithi111.stdout: } 2024-03-30T04:50:46.131 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:50:46.367 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[104927]: ts=2024-03-30T04:50:46.119Z caller=main.go:240 level=info msg="Starting Alertmanager" version="(version=0.25.0, branch=HEAD, revision=258fab7cdd551f2cf251ed0348f0ad7289aee789)" 2024-03-30T04:50:46.367 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[104927]: ts=2024-03-30T04:50:46.119Z caller=main.go:241 level=info build_context="(go=go1.19.4, user=root@abe866dd5717, date=20221222-14:51:36)" 2024-03-30T04:50:46.367 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[104927]: ts=2024-03-30T04:50:46.121Z caller=cluster.go:185 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.111 port=9094 2024-03-30T04:50:46.367 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[104927]: ts=2024-03-30T04:50:46.123Z caller=cluster.go:681 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-03-30T04:50:46.367 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[104927]: ts=2024-03-30T04:50:46.162Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-30T04:50:46.367 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[104927]: ts=2024-03-30T04:50:46.163Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-30T04:50:46.367 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[104927]: ts=2024-03-30T04:50:46.167Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9093 2024-03-30T04:50:46.367 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[104927]: ts=2024-03-30T04:50:46.167Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-03-30T04:50:46.537 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:50:46.537 INFO:teuthology.orchestra.run.smithi111.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962", 2024-03-30T04:50:46.537 INFO:teuthology.orchestra.run.smithi111.stdout: "in_progress": true, 2024-03-30T04:50:46.537 INFO:teuthology.orchestra.run.smithi111.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:50:46.537 INFO:teuthology.orchestra.run.smithi111.stdout: "services_complete": [ 2024-03-30T04:50:46.537 INFO:teuthology.orchestra.run.smithi111.stdout: "osd", 2024-03-30T04:50:46.537 INFO:teuthology.orchestra.run.smithi111.stdout: "rgw", 2024-03-30T04:50:46.537 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr", 2024-03-30T04:50:46.537 INFO:teuthology.orchestra.run.smithi111.stdout: "mon", 2024-03-30T04:50:46.537 INFO:teuthology.orchestra.run.smithi111.stdout: "iscsi" 2024-03-30T04:50:46.537 INFO:teuthology.orchestra.run.smithi111.stdout: ], 2024-03-30T04:50:46.537 INFO:teuthology.orchestra.run.smithi111.stdout: "progress": "18/23 daemons upgraded", 2024-03-30T04:50:46.537 INFO:teuthology.orchestra.run.smithi111.stdout: "message": "Currently upgrading alertmanager daemons", 2024-03-30T04:50:46.538 INFO:teuthology.orchestra.run.smithi111.stdout: "is_paused": false 2024-03-30T04:50:46.538 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:50:46.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: cluster 2024-03-30T04:50:44.874867+0000 mgr.y (mgr.25441) 6427 : cluster [DBG] pgmap v4258: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: cluster 2024-03-30T04:50:44.875117+0000 mgr.y (mgr.25441) 6428 : cluster [DBG] pgmap v4259: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: cephadm 2024-03-30T04:50:44.881072+0000 mgr.y (mgr.25441) 6429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: cluster 2024-03-30T04:50:44.946459+0000 mgr.y (mgr.25441) 6430 : cluster [DBG] pgmap v4260: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: cluster 2024-03-30T04:50:44.946768+0000 mgr.y (mgr.25441) 6431 : cluster [DBG] pgmap v4261: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: cephadm 2024-03-30T04:50:44.952891+0000 mgr.y (mgr.25441) 6432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: cluster 2024-03-30T04:50:44.999576+0000 mgr.y (mgr.25441) 6433 : cluster [DBG] pgmap v4262: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: cluster 2024-03-30T04:50:44.999831+0000 mgr.y (mgr.25441) 6434 : cluster [DBG] pgmap v4263: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: cephadm 2024-03-30T04:50:45.008016+0000 mgr.y (mgr.25441) 6435 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: cluster 2024-03-30T04:50:45.075711+0000 mgr.y (mgr.25441) 6436 : cluster [DBG] pgmap v4264: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: cluster 2024-03-30T04:50:45.075978+0000 mgr.y (mgr.25441) 6437 : cluster [DBG] pgmap v4265: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: cephadm 2024-03-30T04:50:45.083156+0000 mgr.y (mgr.25441) 6438 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: cluster 2024-03-30T04:50:45.145633+0000 mgr.y (mgr.25441) 6439 : cluster [DBG] pgmap v4266: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: cluster 2024-03-30T04:50:45.145902+0000 mgr.y (mgr.25441) 6440 : cluster [DBG] pgmap v4267: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: cephadm 2024-03-30T04:50:45.154064+0000 mgr.y (mgr.25441) 6441 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: cluster 2024-03-30T04:50:45.217355+0000 mgr.y (mgr.25441) 6442 : cluster [DBG] pgmap v4268: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: cluster 2024-03-30T04:50:45.217617+0000 mgr.y (mgr.25441) 6443 : cluster [DBG] pgmap v4269: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: cephadm 2024-03-30T04:50:45.228691+0000 mgr.y (mgr.25441) 6444 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.230129+0000 mgr.y (mgr.25441) 6445 : audit [DBG] from='client.44863 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:46.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: cluster 2024-03-30T04:50:45.297378+0000 mgr.y (mgr.25441) 6446 : cluster [DBG] pgmap v4270: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: cluster 2024-03-30T04:50:45.297596+0000 mgr.y (mgr.25441) 6447 : cluster [DBG] pgmap v4271: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: cephadm 2024-03-30T04:50:45.321146+0000 mgr.y (mgr.25441) 6448 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.385943+0000 mon.c (mon.1) 7320 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.388130+0000 mon.c (mon.1) 7321 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.390296+0000 mon.c (mon.1) 7322 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.390959+0000 mon.c (mon.1) 7323 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: cluster 2024-03-30T04:50:45.392217+0000 mgr.y (mgr.25441) 6449 : cluster [DBG] pgmap v4272: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: cluster 2024-03-30T04:50:45.392481+0000 mgr.y (mgr.25441) 6450 : cluster [DBG] pgmap v4273: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.398627+0000 mon.a (mon.0) 2695 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: cephadm 2024-03-30T04:50:45.399219+0000 mgr.y (mgr.25441) 6451 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.458575+0000 mon.c (mon.1) 7324 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.460970+0000 mon.c (mon.1) 7325 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.464882+0000 mon.c (mon.1) 7326 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.465667+0000 mon.c (mon.1) 7327 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: cluster 2024-03-30T04:50:45.467008+0000 mgr.y (mgr.25441) 6452 : cluster [DBG] pgmap v4274: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: cluster 2024-03-30T04:50:45.467270+0000 mgr.y (mgr.25441) 6453 : cluster [DBG] pgmap v4275: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.473771+0000 mon.a (mon.0) 2696 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:46.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: cephadm 2024-03-30T04:50:45.474466+0000 mgr.y (mgr.25441) 6454 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.530967+0000 mon.c (mon.1) 7328 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.532879+0000 mon.c (mon.1) 7329 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.534653+0000 mon.c (mon.1) 7330 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.535291+0000 mon.c (mon.1) 7331 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: cluster 2024-03-30T04:50:45.536596+0000 mgr.y (mgr.25441) 6455 : cluster [DBG] pgmap v4276: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: cluster 2024-03-30T04:50:45.536853+0000 mgr.y (mgr.25441) 6456 : cluster [DBG] pgmap v4277: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.542268+0000 mon.a (mon.0) 2697 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:46.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: cephadm 2024-03-30T04:50:45.542920+0000 mgr.y (mgr.25441) 6457 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.599240+0000 mon.c (mon.1) 7332 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.601111+0000 mon.c (mon.1) 7333 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.602965+0000 mon.c (mon.1) 7334 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.603635+0000 mon.c (mon.1) 7335 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: cluster 2024-03-30T04:50:45.605049+0000 mgr.y (mgr.25441) 6458 : cluster [DBG] pgmap v4278: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: cluster 2024-03-30T04:50:45.605314+0000 mgr.y (mgr.25441) 6459 : cluster [DBG] pgmap v4279: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.610849+0000 mon.a (mon.0) 2698 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:46.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: cephadm 2024-03-30T04:50:45.611484+0000 mgr.y (mgr.25441) 6460 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.619105+0000 mgr.y (mgr.25441) 6461 : audit [DBG] from='client.34929 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:46.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.688068+0000 mon.c (mon.1) 7336 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.690125+0000 mon.c (mon.1) 7337 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.692082+0000 mon.c (mon.1) 7338 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.692830+0000 mon.c (mon.1) 7339 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: cluster 2024-03-30T04:50:45.694147+0000 mgr.y (mgr.25441) 6462 : cluster [DBG] pgmap v4280: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: cluster 2024-03-30T04:50:45.694378+0000 mgr.y (mgr.25441) 6463 : cluster [DBG] pgmap v4281: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.699878+0000 mon.a (mon.0) 2699 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:46.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: cephadm 2024-03-30T04:50:45.701525+0000 mgr.y (mgr.25441) 6464 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.759359+0000 mon.c (mon.1) 7340 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.761227+0000 mon.c (mon.1) 7341 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.763291+0000 mon.c (mon.1) 7342 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.764029+0000 mon.c (mon.1) 7343 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: cluster 2024-03-30T04:50:45.765464+0000 mgr.y (mgr.25441) 6465 : cluster [DBG] pgmap v4282: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: cluster 2024-03-30T04:50:45.765740+0000 mgr.y (mgr.25441) 6466 : cluster [DBG] pgmap v4283: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.771538+0000 mon.a (mon.0) 2700 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:46.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: cephadm 2024-03-30T04:50:45.772246+0000 mgr.y (mgr.25441) 6467 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.828854+0000 mon.c (mon.1) 7344 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.830970+0000 mon.c (mon.1) 7345 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.833089+0000 mon.c (mon.1) 7346 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.833824+0000 mon.c (mon.1) 7347 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: cluster 2024-03-30T04:50:45.835422+0000 mgr.y (mgr.25441) 6468 : cluster [DBG] pgmap v4284: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.839561+0000 mon.a (mon.0) 2701 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.898840+0000 mon.c (mon.1) 7348 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.900843+0000 mon.c (mon.1) 7349 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.903195+0000 mon.c (mon.1) 7350 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.903920+0000 mon.c (mon.1) 7351 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.911016+0000 mon.a (mon.0) 2702 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.980942+0000 mon.c (mon.1) 7352 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.985051+0000 mon.c (mon.1) 7353 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.989159+0000 mon.c (mon.1) 7354 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:45.990417+0000 mon.c (mon.1) 7355 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:46.002590+0000 mon.a (mon.0) 2703 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:46.052346+0000 mon.c (mon.1) 7356 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:46.054976+0000 mon.c (mon.1) 7357 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:46.057073+0000 mon.c (mon.1) 7358 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:46.057850+0000 mon.c (mon.1) 7359 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:46.066069+0000 mon.a (mon.0) 2704 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:46.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:46.134529+0000 mon.a (mon.0) 2705 : audit [DBG] from='client.? 172.21.15.111:0/1792220079' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:46.142951+0000 mon.c (mon.1) 7360 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:46.145446+0000 mon.c (mon.1) 7361 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:46.148578+0000 mon.c (mon.1) 7362 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:46.149748+0000 mon.c (mon.1) 7363 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:46.158613+0000 mon.a (mon.0) 2706 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:46.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:46.219152+0000 mon.c (mon.1) 7364 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:46.221060+0000 mon.c (mon.1) 7365 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:46.222876+0000 mon.c (mon.1) 7366 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:46.223494+0000 mon.c (mon.1) 7367 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:46.231726+0000 mon.a (mon.0) 2707 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:46.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:46.290167+0000 mon.c (mon.1) 7368 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:46.292268+0000 mon.c (mon.1) 7369 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:46.294400+0000 mon.c (mon.1) 7370 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:46.295149+0000 mon.c (mon.1) 7371 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:46.303206+0000 mon.a (mon.0) 2708 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:46.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:46.350784+0000 mon.c (mon.1) 7372 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:46.353369+0000 mon.c (mon.1) 7373 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:46.355658+0000 mon.c (mon.1) 7374 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:46.356474+0000 mon.c (mon.1) 7375 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:46 smithi117 bash[62284]: audit 2024-03-30T04:50:46.362783+0000 mon.a (mon.0) 2709 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:46.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: cluster 2024-03-30T04:50:44.874867+0000 mgr.y (mgr.25441) 6427 : cluster [DBG] pgmap v4258: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: cluster 2024-03-30T04:50:44.875117+0000 mgr.y (mgr.25441) 6428 : cluster [DBG] pgmap v4259: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: cephadm 2024-03-30T04:50:44.881072+0000 mgr.y (mgr.25441) 6429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: cluster 2024-03-30T04:50:44.946459+0000 mgr.y (mgr.25441) 6430 : cluster [DBG] pgmap v4260: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: cluster 2024-03-30T04:50:44.946768+0000 mgr.y (mgr.25441) 6431 : cluster [DBG] pgmap v4261: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: cephadm 2024-03-30T04:50:44.952891+0000 mgr.y (mgr.25441) 6432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: cluster 2024-03-30T04:50:44.999576+0000 mgr.y (mgr.25441) 6433 : cluster [DBG] pgmap v4262: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: cluster 2024-03-30T04:50:44.999831+0000 mgr.y (mgr.25441) 6434 : cluster [DBG] pgmap v4263: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: cephadm 2024-03-30T04:50:45.008016+0000 mgr.y (mgr.25441) 6435 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: cluster 2024-03-30T04:50:45.075711+0000 mgr.y (mgr.25441) 6436 : cluster [DBG] pgmap v4264: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: cluster 2024-03-30T04:50:45.075978+0000 mgr.y (mgr.25441) 6437 : cluster [DBG] pgmap v4265: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: cephadm 2024-03-30T04:50:45.083156+0000 mgr.y (mgr.25441) 6438 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: cluster 2024-03-30T04:50:45.145633+0000 mgr.y (mgr.25441) 6439 : cluster [DBG] pgmap v4266: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: cluster 2024-03-30T04:50:45.145902+0000 mgr.y (mgr.25441) 6440 : cluster [DBG] pgmap v4267: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: cephadm 2024-03-30T04:50:45.154064+0000 mgr.y (mgr.25441) 6441 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: cluster 2024-03-30T04:50:45.217355+0000 mgr.y (mgr.25441) 6442 : cluster [DBG] pgmap v4268: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: cluster 2024-03-30T04:50:45.217617+0000 mgr.y (mgr.25441) 6443 : cluster [DBG] pgmap v4269: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: cephadm 2024-03-30T04:50:45.228691+0000 mgr.y (mgr.25441) 6444 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.230129+0000 mgr.y (mgr.25441) 6445 : audit [DBG] from='client.44863 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:46.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: cluster 2024-03-30T04:50:45.297378+0000 mgr.y (mgr.25441) 6446 : cluster [DBG] pgmap v4270: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.869 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:50:46] "GET /metrics HTTP/1.1" 200 38700 "" "Prometheus/2.43.0" 2024-03-30T04:50:46.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: cluster 2024-03-30T04:50:44.874867+0000 mgr.y (mgr.25441) 6427 : cluster [DBG] pgmap v4258: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: cluster 2024-03-30T04:50:44.875117+0000 mgr.y (mgr.25441) 6428 : cluster [DBG] pgmap v4259: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: cephadm 2024-03-30T04:50:44.881072+0000 mgr.y (mgr.25441) 6429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: cluster 2024-03-30T04:50:44.946459+0000 mgr.y (mgr.25441) 6430 : cluster [DBG] pgmap v4260: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: cluster 2024-03-30T04:50:44.946768+0000 mgr.y (mgr.25441) 6431 : cluster [DBG] pgmap v4261: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: cephadm 2024-03-30T04:50:44.952891+0000 mgr.y (mgr.25441) 6432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: cluster 2024-03-30T04:50:44.999576+0000 mgr.y (mgr.25441) 6433 : cluster [DBG] pgmap v4262: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: cluster 2024-03-30T04:50:44.999831+0000 mgr.y (mgr.25441) 6434 : cluster [DBG] pgmap v4263: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: cephadm 2024-03-30T04:50:45.008016+0000 mgr.y (mgr.25441) 6435 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: cluster 2024-03-30T04:50:45.075711+0000 mgr.y (mgr.25441) 6436 : cluster [DBG] pgmap v4264: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: cluster 2024-03-30T04:50:45.075978+0000 mgr.y (mgr.25441) 6437 : cluster [DBG] pgmap v4265: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: cephadm 2024-03-30T04:50:45.083156+0000 mgr.y (mgr.25441) 6438 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: cluster 2024-03-30T04:50:45.145633+0000 mgr.y (mgr.25441) 6439 : cluster [DBG] pgmap v4266: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: cluster 2024-03-30T04:50:45.145902+0000 mgr.y (mgr.25441) 6440 : cluster [DBG] pgmap v4267: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: cephadm 2024-03-30T04:50:45.154064+0000 mgr.y (mgr.25441) 6441 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: cluster 2024-03-30T04:50:45.217355+0000 mgr.y (mgr.25441) 6442 : cluster [DBG] pgmap v4268: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: cluster 2024-03-30T04:50:45.217617+0000 mgr.y (mgr.25441) 6443 : cluster [DBG] pgmap v4269: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: cephadm 2024-03-30T04:50:45.228691+0000 mgr.y (mgr.25441) 6444 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.230129+0000 mgr.y (mgr.25441) 6445 : audit [DBG] from='client.44863 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:46.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: cluster 2024-03-30T04:50:45.297378+0000 mgr.y (mgr.25441) 6446 : cluster [DBG] pgmap v4270: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: cluster 2024-03-30T04:50:45.297596+0000 mgr.y (mgr.25441) 6447 : cluster [DBG] pgmap v4271: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: cephadm 2024-03-30T04:50:45.321146+0000 mgr.y (mgr.25441) 6448 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.385943+0000 mon.c (mon.1) 7320 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.388130+0000 mon.c (mon.1) 7321 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.390296+0000 mon.c (mon.1) 7322 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.390959+0000 mon.c (mon.1) 7323 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: cluster 2024-03-30T04:50:45.392217+0000 mgr.y (mgr.25441) 6449 : cluster [DBG] pgmap v4272: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: cluster 2024-03-30T04:50:45.392481+0000 mgr.y (mgr.25441) 6450 : cluster [DBG] pgmap v4273: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.398627+0000 mon.a (mon.0) 2695 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:46.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: cephadm 2024-03-30T04:50:45.399219+0000 mgr.y (mgr.25441) 6451 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.458575+0000 mon.c (mon.1) 7324 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.460970+0000 mon.c (mon.1) 7325 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.464882+0000 mon.c (mon.1) 7326 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.465667+0000 mon.c (mon.1) 7327 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: cluster 2024-03-30T04:50:45.467008+0000 mgr.y (mgr.25441) 6452 : cluster [DBG] pgmap v4274: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: cluster 2024-03-30T04:50:45.467270+0000 mgr.y (mgr.25441) 6453 : cluster [DBG] pgmap v4275: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.473771+0000 mon.a (mon.0) 2696 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:46.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: cephadm 2024-03-30T04:50:45.474466+0000 mgr.y (mgr.25441) 6454 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.530967+0000 mon.c (mon.1) 7328 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.532879+0000 mon.c (mon.1) 7329 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: cluster 2024-03-30T04:50:45.297596+0000 mgr.y (mgr.25441) 6447 : cluster [DBG] pgmap v4271: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: cephadm 2024-03-30T04:50:45.321146+0000 mgr.y (mgr.25441) 6448 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.385943+0000 mon.c (mon.1) 7320 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.388130+0000 mon.c (mon.1) 7321 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.390296+0000 mon.c (mon.1) 7322 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.390959+0000 mon.c (mon.1) 7323 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: cluster 2024-03-30T04:50:45.392217+0000 mgr.y (mgr.25441) 6449 : cluster [DBG] pgmap v4272: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: cluster 2024-03-30T04:50:45.392481+0000 mgr.y (mgr.25441) 6450 : cluster [DBG] pgmap v4273: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.398627+0000 mon.a (mon.0) 2695 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:46.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: cephadm 2024-03-30T04:50:45.399219+0000 mgr.y (mgr.25441) 6451 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.458575+0000 mon.c (mon.1) 7324 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.460970+0000 mon.c (mon.1) 7325 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.464882+0000 mon.c (mon.1) 7326 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.465667+0000 mon.c (mon.1) 7327 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: cluster 2024-03-30T04:50:45.467008+0000 mgr.y (mgr.25441) 6452 : cluster [DBG] pgmap v4274: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: cluster 2024-03-30T04:50:45.467270+0000 mgr.y (mgr.25441) 6453 : cluster [DBG] pgmap v4275: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.473771+0000 mon.a (mon.0) 2696 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:46.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: cephadm 2024-03-30T04:50:45.474466+0000 mgr.y (mgr.25441) 6454 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.530967+0000 mon.c (mon.1) 7328 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.532879+0000 mon.c (mon.1) 7329 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.534653+0000 mon.c (mon.1) 7330 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.535291+0000 mon.c (mon.1) 7331 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: cluster 2024-03-30T04:50:45.536596+0000 mgr.y (mgr.25441) 6455 : cluster [DBG] pgmap v4276: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: cluster 2024-03-30T04:50:45.536853+0000 mgr.y (mgr.25441) 6456 : cluster [DBG] pgmap v4277: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.542268+0000 mon.a (mon.0) 2697 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:46.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: cephadm 2024-03-30T04:50:45.542920+0000 mgr.y (mgr.25441) 6457 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.599240+0000 mon.c (mon.1) 7332 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.601111+0000 mon.c (mon.1) 7333 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.602965+0000 mon.c (mon.1) 7334 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.603635+0000 mon.c (mon.1) 7335 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: cluster 2024-03-30T04:50:45.605049+0000 mgr.y (mgr.25441) 6458 : cluster [DBG] pgmap v4278: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: cluster 2024-03-30T04:50:45.605314+0000 mgr.y (mgr.25441) 6459 : cluster [DBG] pgmap v4279: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.610849+0000 mon.a (mon.0) 2698 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:46.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: cephadm 2024-03-30T04:50:45.611484+0000 mgr.y (mgr.25441) 6460 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.619105+0000 mgr.y (mgr.25441) 6461 : audit [DBG] from='client.34929 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:46.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.688068+0000 mon.c (mon.1) 7336 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.690125+0000 mon.c (mon.1) 7337 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.692082+0000 mon.c (mon.1) 7338 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.875 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.692830+0000 mon.c (mon.1) 7339 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.534653+0000 mon.c (mon.1) 7330 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.535291+0000 mon.c (mon.1) 7331 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: cluster 2024-03-30T04:50:45.536596+0000 mgr.y (mgr.25441) 6455 : cluster [DBG] pgmap v4276: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: cluster 2024-03-30T04:50:45.536853+0000 mgr.y (mgr.25441) 6456 : cluster [DBG] pgmap v4277: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.542268+0000 mon.a (mon.0) 2697 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:46.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: cephadm 2024-03-30T04:50:45.542920+0000 mgr.y (mgr.25441) 6457 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.599240+0000 mon.c (mon.1) 7332 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.601111+0000 mon.c (mon.1) 7333 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.602965+0000 mon.c (mon.1) 7334 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.603635+0000 mon.c (mon.1) 7335 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: cluster 2024-03-30T04:50:45.605049+0000 mgr.y (mgr.25441) 6458 : cluster [DBG] pgmap v4278: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: cluster 2024-03-30T04:50:45.605314+0000 mgr.y (mgr.25441) 6459 : cluster [DBG] pgmap v4279: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.610849+0000 mon.a (mon.0) 2698 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:46.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: cephadm 2024-03-30T04:50:45.611484+0000 mgr.y (mgr.25441) 6460 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.619105+0000 mgr.y (mgr.25441) 6461 : audit [DBG] from='client.34929 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:46.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.688068+0000 mon.c (mon.1) 7336 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.690125+0000 mon.c (mon.1) 7337 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.692082+0000 mon.c (mon.1) 7338 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.692830+0000 mon.c (mon.1) 7339 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: cluster 2024-03-30T04:50:45.694147+0000 mgr.y (mgr.25441) 6462 : cluster [DBG] pgmap v4280: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: cluster 2024-03-30T04:50:45.694378+0000 mgr.y (mgr.25441) 6463 : cluster [DBG] pgmap v4281: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.699878+0000 mon.a (mon.0) 2699 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:46.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: cephadm 2024-03-30T04:50:45.701525+0000 mgr.y (mgr.25441) 6464 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.759359+0000 mon.c (mon.1) 7340 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.761227+0000 mon.c (mon.1) 7341 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.763291+0000 mon.c (mon.1) 7342 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.764029+0000 mon.c (mon.1) 7343 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: cluster 2024-03-30T04:50:45.765464+0000 mgr.y (mgr.25441) 6465 : cluster [DBG] pgmap v4282: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: cluster 2024-03-30T04:50:45.765740+0000 mgr.y (mgr.25441) 6466 : cluster [DBG] pgmap v4283: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.771538+0000 mon.a (mon.0) 2700 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:46.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: cephadm 2024-03-30T04:50:45.772246+0000 mgr.y (mgr.25441) 6467 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.828854+0000 mon.c (mon.1) 7344 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.830970+0000 mon.c (mon.1) 7345 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.833089+0000 mon.c (mon.1) 7346 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.833824+0000 mon.c (mon.1) 7347 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: cluster 2024-03-30T04:50:45.835422+0000 mgr.y (mgr.25441) 6468 : cluster [DBG] pgmap v4284: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.839561+0000 mon.a (mon.0) 2701 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:46.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.898840+0000 mon.c (mon.1) 7348 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.900843+0000 mon.c (mon.1) 7349 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.903195+0000 mon.c (mon.1) 7350 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.903920+0000 mon.c (mon.1) 7351 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.911016+0000 mon.a (mon.0) 2702 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:46.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.980942+0000 mon.c (mon.1) 7352 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.985051+0000 mon.c (mon.1) 7353 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.989159+0000 mon.c (mon.1) 7354 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:45.990417+0000 mon.c (mon.1) 7355 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:46.002590+0000 mon.a (mon.0) 2703 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:46.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:46.052346+0000 mon.c (mon.1) 7356 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:46.054976+0000 mon.c (mon.1) 7357 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:46.057073+0000 mon.c (mon.1) 7358 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:46.057850+0000 mon.c (mon.1) 7359 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:46.066069+0000 mon.a (mon.0) 2704 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:46.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:46.134529+0000 mon.a (mon.0) 2705 : audit [DBG] from='client.? 172.21.15.111:0/1792220079' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:46.142951+0000 mon.c (mon.1) 7360 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:46.145446+0000 mon.c (mon.1) 7361 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:46.148578+0000 mon.c (mon.1) 7362 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:46.149748+0000 mon.c (mon.1) 7363 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:46.158613+0000 mon.a (mon.0) 2706 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:46.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:46.219152+0000 mon.c (mon.1) 7364 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: cluster 2024-03-30T04:50:45.694147+0000 mgr.y (mgr.25441) 6462 : cluster [DBG] pgmap v4280: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: cluster 2024-03-30T04:50:45.694378+0000 mgr.y (mgr.25441) 6463 : cluster [DBG] pgmap v4281: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.699878+0000 mon.a (mon.0) 2699 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:46.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: cephadm 2024-03-30T04:50:45.701525+0000 mgr.y (mgr.25441) 6464 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.759359+0000 mon.c (mon.1) 7340 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.761227+0000 mon.c (mon.1) 7341 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.763291+0000 mon.c (mon.1) 7342 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.764029+0000 mon.c (mon.1) 7343 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: cluster 2024-03-30T04:50:45.765464+0000 mgr.y (mgr.25441) 6465 : cluster [DBG] pgmap v4282: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: cluster 2024-03-30T04:50:45.765740+0000 mgr.y (mgr.25441) 6466 : cluster [DBG] pgmap v4283: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.771538+0000 mon.a (mon.0) 2700 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:46.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: cephadm 2024-03-30T04:50:45.772246+0000 mgr.y (mgr.25441) 6467 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.828854+0000 mon.c (mon.1) 7344 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.830970+0000 mon.c (mon.1) 7345 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.833089+0000 mon.c (mon.1) 7346 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.833824+0000 mon.c (mon.1) 7347 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: cluster 2024-03-30T04:50:45.835422+0000 mgr.y (mgr.25441) 6468 : cluster [DBG] pgmap v4284: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.839561+0000 mon.a (mon.0) 2701 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:46.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.898840+0000 mon.c (mon.1) 7348 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.900843+0000 mon.c (mon.1) 7349 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:46.221060+0000 mon.c (mon.1) 7365 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:46.222876+0000 mon.c (mon.1) 7366 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:46.223494+0000 mon.c (mon.1) 7367 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:46.231726+0000 mon.a (mon.0) 2707 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:46.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:46.290167+0000 mon.c (mon.1) 7368 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:46.292268+0000 mon.c (mon.1) 7369 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:46.294400+0000 mon.c (mon.1) 7370 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:46.295149+0000 mon.c (mon.1) 7371 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:46.303206+0000 mon.a (mon.0) 2708 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:46.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:46.350784+0000 mon.c (mon.1) 7372 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:46.353369+0000 mon.c (mon.1) 7373 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:46.355658+0000 mon.c (mon.1) 7374 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:46.356474+0000 mon.c (mon.1) 7375 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[70954]: audit 2024-03-30T04:50:46.362783+0000 mon.a (mon.0) 2709 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:46.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.903195+0000 mon.c (mon.1) 7350 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.903920+0000 mon.c (mon.1) 7351 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.911016+0000 mon.a (mon.0) 2702 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:46.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.980942+0000 mon.c (mon.1) 7352 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.985051+0000 mon.c (mon.1) 7353 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.885 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.989159+0000 mon.c (mon.1) 7354 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:45.990417+0000 mon.c (mon.1) 7355 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:46.002590+0000 mon.a (mon.0) 2703 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:46.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:46.052346+0000 mon.c (mon.1) 7356 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:46.054976+0000 mon.c (mon.1) 7357 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:46.057073+0000 mon.c (mon.1) 7358 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:46.057850+0000 mon.c (mon.1) 7359 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:46.066069+0000 mon.a (mon.0) 2704 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:46.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:46.134529+0000 mon.a (mon.0) 2705 : audit [DBG] from='client.? 172.21.15.111:0/1792220079' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:46.142951+0000 mon.c (mon.1) 7360 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:46.145446+0000 mon.c (mon.1) 7361 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:46.148578+0000 mon.c (mon.1) 7362 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:46.149748+0000 mon.c (mon.1) 7363 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:46.158613+0000 mon.a (mon.0) 2706 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:46.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:46.219152+0000 mon.c (mon.1) 7364 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:46.221060+0000 mon.c (mon.1) 7365 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:46.222876+0000 mon.c (mon.1) 7366 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:46.223494+0000 mon.c (mon.1) 7367 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:46.231726+0000 mon.a (mon.0) 2707 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:46.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:46.290167+0000 mon.c (mon.1) 7368 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:46.292268+0000 mon.c (mon.1) 7369 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:46.294400+0000 mon.c (mon.1) 7370 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:46.295149+0000 mon.c (mon.1) 7371 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:46.303206+0000 mon.a (mon.0) 2708 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:46.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:46.350784+0000 mon.c (mon.1) 7372 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:46.353369+0000 mon.c (mon.1) 7373 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:46.355658+0000 mon.c (mon.1) 7374 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:46.356474+0000 mon.c (mon.1) 7375 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:46 smithi111 bash[73591]: audit 2024-03-30T04:50:46.362783+0000 mon.a (mon.0) 2709 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.002 INFO:teuthology.orchestra.run.smithi111.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:50:47.002 INFO:teuthology.orchestra.run.smithi111.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:50:47.002 INFO:teuthology.orchestra.run.smithi111.stdout: daemon grafana.a on smithi117 is in error state 2024-03-30T04:50:47.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: cephadm 2024-03-30T04:50:45.840925+0000 mgr.y (mgr.25441) 6469 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: cluster 2024-03-30T04:50:45.905329+0000 mgr.y (mgr.25441) 6470 : cluster [DBG] pgmap v4285: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: cluster 2024-03-30T04:50:45.905564+0000 mgr.y (mgr.25441) 6471 : cluster [DBG] pgmap v4286: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: cephadm 2024-03-30T04:50:45.912540+0000 mgr.y (mgr.25441) 6472 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: cluster 2024-03-30T04:50:45.992673+0000 mgr.y (mgr.25441) 6473 : cluster [DBG] pgmap v4287: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: cluster 2024-03-30T04:50:45.993184+0000 mgr.y (mgr.25441) 6474 : cluster [DBG] pgmap v4288: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: cephadm 2024-03-30T04:50:46.003678+0000 mgr.y (mgr.25441) 6475 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: cluster 2024-03-30T04:50:46.059372+0000 mgr.y (mgr.25441) 6476 : cluster [DBG] pgmap v4289: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: cluster 2024-03-30T04:50:46.061063+0000 mgr.y (mgr.25441) 6477 : cluster [DBG] pgmap v4290: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: cephadm 2024-03-30T04:50:46.067767+0000 mgr.y (mgr.25441) 6478 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: cluster 2024-03-30T04:50:46.154342+0000 mgr.y (mgr.25441) 6479 : cluster [DBG] pgmap v4291: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: cephadm 2024-03-30T04:50:46.160785+0000 mgr.y (mgr.25441) 6480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: cluster 2024-03-30T04:50:46.224669+0000 mgr.y (mgr.25441) 6481 : cluster [DBG] pgmap v4292: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: cluster 2024-03-30T04:50:46.224936+0000 mgr.y (mgr.25441) 6482 : cluster [DBG] pgmap v4293: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: cephadm 2024-03-30T04:50:46.233490+0000 mgr.y (mgr.25441) 6483 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: cluster 2024-03-30T04:50:46.296606+0000 mgr.y (mgr.25441) 6484 : cluster [DBG] pgmap v4294: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: cluster 2024-03-30T04:50:46.296833+0000 mgr.y (mgr.25441) 6485 : cluster [DBG] pgmap v4295: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: cephadm 2024-03-30T04:50:46.304977+0000 mgr.y (mgr.25441) 6486 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: cluster 2024-03-30T04:50:46.357939+0000 mgr.y (mgr.25441) 6487 : cluster [DBG] pgmap v4296: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: cluster 2024-03-30T04:50:46.358177+0000 mgr.y (mgr.25441) 6488 : cluster [DBG] pgmap v4297: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: cephadm 2024-03-30T04:50:45.840925+0000 mgr.y (mgr.25441) 6469 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: cluster 2024-03-30T04:50:45.905329+0000 mgr.y (mgr.25441) 6470 : cluster [DBG] pgmap v4285: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: cluster 2024-03-30T04:50:45.905564+0000 mgr.y (mgr.25441) 6471 : cluster [DBG] pgmap v4286: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: cephadm 2024-03-30T04:50:45.912540+0000 mgr.y (mgr.25441) 6472 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: cluster 2024-03-30T04:50:45.992673+0000 mgr.y (mgr.25441) 6473 : cluster [DBG] pgmap v4287: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: cluster 2024-03-30T04:50:45.993184+0000 mgr.y (mgr.25441) 6474 : cluster [DBG] pgmap v4288: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: cephadm 2024-03-30T04:50:46.003678+0000 mgr.y (mgr.25441) 6475 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: cluster 2024-03-30T04:50:46.059372+0000 mgr.y (mgr.25441) 6476 : cluster [DBG] pgmap v4289: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: cluster 2024-03-30T04:50:46.061063+0000 mgr.y (mgr.25441) 6477 : cluster [DBG] pgmap v4290: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: cephadm 2024-03-30T04:50:46.067767+0000 mgr.y (mgr.25441) 6478 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: cluster 2024-03-30T04:50:46.154342+0000 mgr.y (mgr.25441) 6479 : cluster [DBG] pgmap v4291: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: cephadm 2024-03-30T04:50:46.160785+0000 mgr.y (mgr.25441) 6480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: cluster 2024-03-30T04:50:46.224669+0000 mgr.y (mgr.25441) 6481 : cluster [DBG] pgmap v4292: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: cluster 2024-03-30T04:50:46.224936+0000 mgr.y (mgr.25441) 6482 : cluster [DBG] pgmap v4293: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: cephadm 2024-03-30T04:50:46.233490+0000 mgr.y (mgr.25441) 6483 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: cluster 2024-03-30T04:50:46.296606+0000 mgr.y (mgr.25441) 6484 : cluster [DBG] pgmap v4294: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: cluster 2024-03-30T04:50:46.296833+0000 mgr.y (mgr.25441) 6485 : cluster [DBG] pgmap v4295: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: cephadm 2024-03-30T04:50:46.304977+0000 mgr.y (mgr.25441) 6486 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: cluster 2024-03-30T04:50:46.357939+0000 mgr.y (mgr.25441) 6487 : cluster [DBG] pgmap v4296: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: cluster 2024-03-30T04:50:46.358177+0000 mgr.y (mgr.25441) 6488 : cluster [DBG] pgmap v4297: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: cephadm 2024-03-30T04:50:46.363415+0000 mgr.y (mgr.25441) 6489 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.420944+0000 mon.c (mon.1) 7376 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.423060+0000 mon.c (mon.1) 7377 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.425141+0000 mon.c (mon.1) 7378 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.425933+0000 mon.c (mon.1) 7379 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: cluster 2024-03-30T04:50:46.427498+0000 mgr.y (mgr.25441) 6490 : cluster [DBG] pgmap v4298: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: cluster 2024-03-30T04:50:46.427783+0000 mgr.y (mgr.25441) 6491 : cluster [DBG] pgmap v4299: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.433319+0000 mon.a (mon.0) 2710 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: cephadm 2024-03-30T04:50:46.433863+0000 mgr.y (mgr.25441) 6492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.489730+0000 mon.c (mon.1) 7380 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.491597+0000 mon.c (mon.1) 7381 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.493520+0000 mon.c (mon.1) 7382 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.494258+0000 mon.c (mon.1) 7383 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: cluster 2024-03-30T04:50:46.495683+0000 mgr.y (mgr.25441) 6493 : cluster [DBG] pgmap v4300: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: cluster 2024-03-30T04:50:46.495951+0000 mgr.y (mgr.25441) 6494 : cluster [DBG] pgmap v4301: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.501442+0000 mon.a (mon.0) 2711 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: cephadm 2024-03-30T04:50:46.501966+0000 mgr.y (mgr.25441) 6495 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.541735+0000 mgr.y (mgr.25441) 6496 : audit [DBG] from='client.34941 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:47.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.542200+0000 mon.c (mon.1) 7384 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.544336+0000 mon.c (mon.1) 7385 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: cephadm 2024-03-30T04:50:46.363415+0000 mgr.y (mgr.25441) 6489 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.420944+0000 mon.c (mon.1) 7376 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.423060+0000 mon.c (mon.1) 7377 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.425141+0000 mon.c (mon.1) 7378 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.425933+0000 mon.c (mon.1) 7379 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: cluster 2024-03-30T04:50:46.427498+0000 mgr.y (mgr.25441) 6490 : cluster [DBG] pgmap v4298: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: cluster 2024-03-30T04:50:46.427783+0000 mgr.y (mgr.25441) 6491 : cluster [DBG] pgmap v4299: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.433319+0000 mon.a (mon.0) 2710 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: cephadm 2024-03-30T04:50:46.433863+0000 mgr.y (mgr.25441) 6492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.489730+0000 mon.c (mon.1) 7380 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.491597+0000 mon.c (mon.1) 7381 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.493520+0000 mon.c (mon.1) 7382 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.494258+0000 mon.c (mon.1) 7383 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: cluster 2024-03-30T04:50:46.495683+0000 mgr.y (mgr.25441) 6493 : cluster [DBG] pgmap v4300: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: cluster 2024-03-30T04:50:46.495951+0000 mgr.y (mgr.25441) 6494 : cluster [DBG] pgmap v4301: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.501442+0000 mon.a (mon.0) 2711 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: cephadm 2024-03-30T04:50:46.501966+0000 mgr.y (mgr.25441) 6495 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.541735+0000 mgr.y (mgr.25441) 6496 : audit [DBG] from='client.34941 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:47.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.542200+0000 mon.c (mon.1) 7384 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.544336+0000 mon.c (mon.1) 7385 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.546506+0000 mon.c (mon.1) 7386 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.547268+0000 mon.c (mon.1) 7387 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: cluster 2024-03-30T04:50:46.548613+0000 mgr.y (mgr.25441) 6497 : cluster [DBG] pgmap v4302: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: cluster 2024-03-30T04:50:46.548837+0000 mgr.y (mgr.25441) 6498 : cluster [DBG] pgmap v4303: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.553527+0000 mon.a (mon.0) 2712 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: cephadm 2024-03-30T04:50:46.555175+0000 mgr.y (mgr.25441) 6499 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.595481+0000 mon.c (mon.1) 7388 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.597620+0000 mon.c (mon.1) 7389 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.599638+0000 mon.c (mon.1) 7390 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.600341+0000 mon.c (mon.1) 7391 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: cluster 2024-03-30T04:50:46.601611+0000 mgr.y (mgr.25441) 6500 : cluster [DBG] pgmap v4304: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: cluster 2024-03-30T04:50:46.601834+0000 mgr.y (mgr.25441) 6501 : cluster [DBG] pgmap v4305: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.607233+0000 mon.a (mon.0) 2713 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: cephadm 2024-03-30T04:50:46.607955+0000 mgr.y (mgr.25441) 6502 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.652871+0000 mon.c (mon.1) 7392 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.655263+0000 mon.c (mon.1) 7393 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.657500+0000 mon.c (mon.1) 7394 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.658300+0000 mon.c (mon.1) 7395 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: cluster 2024-03-30T04:50:46.664261+0000 mgr.y (mgr.25441) 6503 : cluster [DBG] pgmap v4306: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: cluster 2024-03-30T04:50:46.664463+0000 mgr.y (mgr.25441) 6504 : cluster [DBG] pgmap v4307: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.546506+0000 mon.c (mon.1) 7386 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.547268+0000 mon.c (mon.1) 7387 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: cluster 2024-03-30T04:50:46.548613+0000 mgr.y (mgr.25441) 6497 : cluster [DBG] pgmap v4302: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: cluster 2024-03-30T04:50:46.548837+0000 mgr.y (mgr.25441) 6498 : cluster [DBG] pgmap v4303: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.553527+0000 mon.a (mon.0) 2712 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: cephadm 2024-03-30T04:50:46.555175+0000 mgr.y (mgr.25441) 6499 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.595481+0000 mon.c (mon.1) 7388 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.597620+0000 mon.c (mon.1) 7389 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.599638+0000 mon.c (mon.1) 7390 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.600341+0000 mon.c (mon.1) 7391 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: cluster 2024-03-30T04:50:46.601611+0000 mgr.y (mgr.25441) 6500 : cluster [DBG] pgmap v4304: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: cluster 2024-03-30T04:50:46.601834+0000 mgr.y (mgr.25441) 6501 : cluster [DBG] pgmap v4305: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.607233+0000 mon.a (mon.0) 2713 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: cephadm 2024-03-30T04:50:46.607955+0000 mgr.y (mgr.25441) 6502 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.652871+0000 mon.c (mon.1) 7392 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.655263+0000 mon.c (mon.1) 7393 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.657500+0000 mon.c (mon.1) 7394 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.658300+0000 mon.c (mon.1) 7395 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: cluster 2024-03-30T04:50:46.664261+0000 mgr.y (mgr.25441) 6503 : cluster [DBG] pgmap v4306: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: cluster 2024-03-30T04:50:46.664463+0000 mgr.y (mgr.25441) 6504 : cluster [DBG] pgmap v4307: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.669969+0000 mon.a (mon.0) 2714 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: cephadm 2024-03-30T04:50:46.671240+0000 mgr.y (mgr.25441) 6505 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.711570+0000 mon.c (mon.1) 7396 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.713601+0000 mon.c (mon.1) 7397 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.715507+0000 mon.c (mon.1) 7398 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.716261+0000 mon.c (mon.1) 7399 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: cluster 2024-03-30T04:50:46.717596+0000 mgr.y (mgr.25441) 6506 : cluster [DBG] pgmap v4308: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: cluster 2024-03-30T04:50:46.717868+0000 mgr.y (mgr.25441) 6507 : cluster [DBG] pgmap v4309: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.724104+0000 mon.a (mon.0) 2715 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: cephadm 2024-03-30T04:50:46.724818+0000 mgr.y (mgr.25441) 6508 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.770859+0000 mon.c (mon.1) 7400 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.772918+0000 mon.c (mon.1) 7401 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.774878+0000 mon.c (mon.1) 7402 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.779387+0000 mon.c (mon.1) 7403 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: cluster 2024-03-30T04:50:46.780952+0000 mgr.y (mgr.25441) 6509 : cluster [DBG] pgmap v4310: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 27 op/s 2024-03-30T04:50:47.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.786635+0000 mon.a (mon.0) 2716 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: cephadm 2024-03-30T04:50:46.787402+0000 mgr.y (mgr.25441) 6510 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.843892+0000 mon.c (mon.1) 7404 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.845877+0000 mon.c (mon.1) 7405 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.847705+0000 mon.c (mon.1) 7406 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.669969+0000 mon.a (mon.0) 2714 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: cephadm 2024-03-30T04:50:46.671240+0000 mgr.y (mgr.25441) 6505 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.711570+0000 mon.c (mon.1) 7396 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.713601+0000 mon.c (mon.1) 7397 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.715507+0000 mon.c (mon.1) 7398 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.716261+0000 mon.c (mon.1) 7399 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: cluster 2024-03-30T04:50:46.717596+0000 mgr.y (mgr.25441) 6506 : cluster [DBG] pgmap v4308: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: cluster 2024-03-30T04:50:46.717868+0000 mgr.y (mgr.25441) 6507 : cluster [DBG] pgmap v4309: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.724104+0000 mon.a (mon.0) 2715 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: cephadm 2024-03-30T04:50:46.724818+0000 mgr.y (mgr.25441) 6508 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.770859+0000 mon.c (mon.1) 7400 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.772918+0000 mon.c (mon.1) 7401 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.774878+0000 mon.c (mon.1) 7402 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.779387+0000 mon.c (mon.1) 7403 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: cluster 2024-03-30T04:50:46.780952+0000 mgr.y (mgr.25441) 6509 : cluster [DBG] pgmap v4310: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 27 op/s 2024-03-30T04:50:47.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.786635+0000 mon.a (mon.0) 2716 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: cephadm 2024-03-30T04:50:46.787402+0000 mgr.y (mgr.25441) 6510 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.843892+0000 mon.c (mon.1) 7404 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.845877+0000 mon.c (mon.1) 7405 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.847705+0000 mon.c (mon.1) 7406 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.848331+0000 mon.c (mon.1) 7407 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.855212+0000 mon.a (mon.0) 2717 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.917665+0000 mon.c (mon.1) 7408 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.920008+0000 mon.c (mon.1) 7409 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.921911+0000 mon.c (mon.1) 7410 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.922627+0000 mon.c (mon.1) 7411 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.928825+0000 mon.a (mon.0) 2718 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.986328+0000 mon.c (mon.1) 7412 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.988482+0000 mon.c (mon.1) 7413 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.990650+0000 mon.c (mon.1) 7414 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.991484+0000 mon.c (mon.1) 7415 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:46.997840+0000 mon.a (mon.0) 2719 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:47.007781+0000 mon.c (mon.1) 7416 : audit [DBG] from='client.? 172.21.15.111:0/2323053545' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:50:47.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:47.055708+0000 mon.c (mon.1) 7417 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:47.057498+0000 mon.c (mon.1) 7418 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:47.059310+0000 mon.c (mon.1) 7419 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:47.060137+0000 mon.c (mon.1) 7420 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:47.066328+0000 mon.a (mon.0) 2720 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:47.129163+0000 mon.c (mon.1) 7421 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:47.131499+0000 mon.c (mon.1) 7422 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:47.134190+0000 mon.c (mon.1) 7423 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:47.135327+0000 mon.c (mon.1) 7424 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:47.142587+0000 mon.a (mon.0) 2721 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:47.204485+0000 mon.c (mon.1) 7425 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:47.207284+0000 mon.c (mon.1) 7426 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:47.209593+0000 mon.c (mon.1) 7427 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:47.210418+0000 mon.c (mon.1) 7428 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:47.217219+0000 mon.a (mon.0) 2722 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:47.275625+0000 mon.c (mon.1) 7429 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:47.277589+0000 mon.c (mon.1) 7430 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:47.279730+0000 mon.c (mon.1) 7431 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:47.280390+0000 mon.c (mon.1) 7432 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:47.286449+0000 mon.a (mon.0) 2723 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:47.328642+0000 mon.c (mon.1) 7433 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:47.330858+0000 mon.c (mon.1) 7434 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:47.332769+0000 mon.c (mon.1) 7435 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:47.333421+0000 mon.c (mon.1) 7436 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[73591]: audit 2024-03-30T04:50:47.339863+0000 mon.a (mon.0) 2724 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.848331+0000 mon.c (mon.1) 7407 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.855212+0000 mon.a (mon.0) 2717 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.917665+0000 mon.c (mon.1) 7408 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.920008+0000 mon.c (mon.1) 7409 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.921911+0000 mon.c (mon.1) 7410 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.922627+0000 mon.c (mon.1) 7411 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.928825+0000 mon.a (mon.0) 2718 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.986328+0000 mon.c (mon.1) 7412 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.988482+0000 mon.c (mon.1) 7413 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.990650+0000 mon.c (mon.1) 7414 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.991484+0000 mon.c (mon.1) 7415 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:46.997840+0000 mon.a (mon.0) 2719 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:47.007781+0000 mon.c (mon.1) 7416 : audit [DBG] from='client.? 172.21.15.111:0/2323053545' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:50:47.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:47.055708+0000 mon.c (mon.1) 7417 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:47.057498+0000 mon.c (mon.1) 7418 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:47.059310+0000 mon.c (mon.1) 7419 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:47.060137+0000 mon.c (mon.1) 7420 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:47.066328+0000 mon.a (mon.0) 2720 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:47.129163+0000 mon.c (mon.1) 7421 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:47.131499+0000 mon.c (mon.1) 7422 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:47.134190+0000 mon.c (mon.1) 7423 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:47.135327+0000 mon.c (mon.1) 7424 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:47.142587+0000 mon.a (mon.0) 2721 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:47.204485+0000 mon.c (mon.1) 7425 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:47.207284+0000 mon.c (mon.1) 7426 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:47.209593+0000 mon.c (mon.1) 7427 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:47.210418+0000 mon.c (mon.1) 7428 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:47.217219+0000 mon.a (mon.0) 2722 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:47.275625+0000 mon.c (mon.1) 7429 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:47.277589+0000 mon.c (mon.1) 7430 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:47.279730+0000 mon.c (mon.1) 7431 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:47.280390+0000 mon.c (mon.1) 7432 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:47.286449+0000 mon.a (mon.0) 2723 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:47.328642+0000 mon.c (mon.1) 7433 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:47.330858+0000 mon.c (mon.1) 7434 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:47.332769+0000 mon.c (mon.1) 7435 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:47.333421+0000 mon.c (mon.1) 7436 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:47 smithi111 bash[70954]: audit 2024-03-30T04:50:47.339863+0000 mon.a (mon.0) 2724 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: cephadm 2024-03-30T04:50:45.840925+0000 mgr.y (mgr.25441) 6469 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: cluster 2024-03-30T04:50:45.905329+0000 mgr.y (mgr.25441) 6470 : cluster [DBG] pgmap v4285: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: cluster 2024-03-30T04:50:45.905564+0000 mgr.y (mgr.25441) 6471 : cluster [DBG] pgmap v4286: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: cephadm 2024-03-30T04:50:45.912540+0000 mgr.y (mgr.25441) 6472 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: cluster 2024-03-30T04:50:45.992673+0000 mgr.y (mgr.25441) 6473 : cluster [DBG] pgmap v4287: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: cluster 2024-03-30T04:50:45.993184+0000 mgr.y (mgr.25441) 6474 : cluster [DBG] pgmap v4288: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: cephadm 2024-03-30T04:50:46.003678+0000 mgr.y (mgr.25441) 6475 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: cluster 2024-03-30T04:50:46.059372+0000 mgr.y (mgr.25441) 6476 : cluster [DBG] pgmap v4289: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: cluster 2024-03-30T04:50:46.061063+0000 mgr.y (mgr.25441) 6477 : cluster [DBG] pgmap v4290: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: cephadm 2024-03-30T04:50:46.067767+0000 mgr.y (mgr.25441) 6478 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: cluster 2024-03-30T04:50:46.154342+0000 mgr.y (mgr.25441) 6479 : cluster [DBG] pgmap v4291: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: cephadm 2024-03-30T04:50:46.160785+0000 mgr.y (mgr.25441) 6480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: cluster 2024-03-30T04:50:46.224669+0000 mgr.y (mgr.25441) 6481 : cluster [DBG] pgmap v4292: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: cluster 2024-03-30T04:50:46.224936+0000 mgr.y (mgr.25441) 6482 : cluster [DBG] pgmap v4293: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: cephadm 2024-03-30T04:50:46.233490+0000 mgr.y (mgr.25441) 6483 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: cluster 2024-03-30T04:50:46.296606+0000 mgr.y (mgr.25441) 6484 : cluster [DBG] pgmap v4294: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: cluster 2024-03-30T04:50:46.296833+0000 mgr.y (mgr.25441) 6485 : cluster [DBG] pgmap v4295: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: cephadm 2024-03-30T04:50:46.304977+0000 mgr.y (mgr.25441) 6486 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: cluster 2024-03-30T04:50:46.357939+0000 mgr.y (mgr.25441) 6487 : cluster [DBG] pgmap v4296: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: cluster 2024-03-30T04:50:46.358177+0000 mgr.y (mgr.25441) 6488 : cluster [DBG] pgmap v4297: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: cephadm 2024-03-30T04:50:46.363415+0000 mgr.y (mgr.25441) 6489 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.420944+0000 mon.c (mon.1) 7376 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.423060+0000 mon.c (mon.1) 7377 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.425141+0000 mon.c (mon.1) 7378 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.425933+0000 mon.c (mon.1) 7379 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: cluster 2024-03-30T04:50:46.427498+0000 mgr.y (mgr.25441) 6490 : cluster [DBG] pgmap v4298: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: cluster 2024-03-30T04:50:46.427783+0000 mgr.y (mgr.25441) 6491 : cluster [DBG] pgmap v4299: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.433319+0000 mon.a (mon.0) 2710 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: cephadm 2024-03-30T04:50:46.433863+0000 mgr.y (mgr.25441) 6492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.489730+0000 mon.c (mon.1) 7380 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.491597+0000 mon.c (mon.1) 7381 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.493520+0000 mon.c (mon.1) 7382 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.494258+0000 mon.c (mon.1) 7383 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: cluster 2024-03-30T04:50:46.495683+0000 mgr.y (mgr.25441) 6493 : cluster [DBG] pgmap v4300: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: cluster 2024-03-30T04:50:46.495951+0000 mgr.y (mgr.25441) 6494 : cluster [DBG] pgmap v4301: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.501442+0000 mon.a (mon.0) 2711 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: cephadm 2024-03-30T04:50:46.501966+0000 mgr.y (mgr.25441) 6495 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.541735+0000 mgr.y (mgr.25441) 6496 : audit [DBG] from='client.34941 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:47.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.542200+0000 mon.c (mon.1) 7384 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.544336+0000 mon.c (mon.1) 7385 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.546506+0000 mon.c (mon.1) 7386 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.547268+0000 mon.c (mon.1) 7387 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: cluster 2024-03-30T04:50:46.548613+0000 mgr.y (mgr.25441) 6497 : cluster [DBG] pgmap v4302: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: cluster 2024-03-30T04:50:46.548837+0000 mgr.y (mgr.25441) 6498 : cluster [DBG] pgmap v4303: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.553527+0000 mon.a (mon.0) 2712 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: cephadm 2024-03-30T04:50:46.555175+0000 mgr.y (mgr.25441) 6499 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.595481+0000 mon.c (mon.1) 7388 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.597620+0000 mon.c (mon.1) 7389 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.599638+0000 mon.c (mon.1) 7390 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.600341+0000 mon.c (mon.1) 7391 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: cluster 2024-03-30T04:50:46.601611+0000 mgr.y (mgr.25441) 6500 : cluster [DBG] pgmap v4304: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: cluster 2024-03-30T04:50:46.601834+0000 mgr.y (mgr.25441) 6501 : cluster [DBG] pgmap v4305: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.607233+0000 mon.a (mon.0) 2713 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: cephadm 2024-03-30T04:50:46.607955+0000 mgr.y (mgr.25441) 6502 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.652871+0000 mon.c (mon.1) 7392 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.655263+0000 mon.c (mon.1) 7393 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.657500+0000 mon.c (mon.1) 7394 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.658300+0000 mon.c (mon.1) 7395 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: cluster 2024-03-30T04:50:46.664261+0000 mgr.y (mgr.25441) 6503 : cluster [DBG] pgmap v4306: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: cluster 2024-03-30T04:50:46.664463+0000 mgr.y (mgr.25441) 6504 : cluster [DBG] pgmap v4307: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.669969+0000 mon.a (mon.0) 2714 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: cephadm 2024-03-30T04:50:46.671240+0000 mgr.y (mgr.25441) 6505 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.711570+0000 mon.c (mon.1) 7396 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.713601+0000 mon.c (mon.1) 7397 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.715507+0000 mon.c (mon.1) 7398 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.716261+0000 mon.c (mon.1) 7399 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: cluster 2024-03-30T04:50:46.717596+0000 mgr.y (mgr.25441) 6506 : cluster [DBG] pgmap v4308: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: cluster 2024-03-30T04:50:46.717868+0000 mgr.y (mgr.25441) 6507 : cluster [DBG] pgmap v4309: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.724104+0000 mon.a (mon.0) 2715 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: cephadm 2024-03-30T04:50:46.724818+0000 mgr.y (mgr.25441) 6508 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.770859+0000 mon.c (mon.1) 7400 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.772918+0000 mon.c (mon.1) 7401 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.774878+0000 mon.c (mon.1) 7402 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.779387+0000 mon.c (mon.1) 7403 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: cluster 2024-03-30T04:50:46.780952+0000 mgr.y (mgr.25441) 6509 : cluster [DBG] pgmap v4310: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 27 op/s 2024-03-30T04:50:47.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.786635+0000 mon.a (mon.0) 2716 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: cephadm 2024-03-30T04:50:46.787402+0000 mgr.y (mgr.25441) 6510 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.843892+0000 mon.c (mon.1) 7404 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.845877+0000 mon.c (mon.1) 7405 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.847705+0000 mon.c (mon.1) 7406 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.848331+0000 mon.c (mon.1) 7407 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.855212+0000 mon.a (mon.0) 2717 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.917665+0000 mon.c (mon.1) 7408 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.920008+0000 mon.c (mon.1) 7409 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.921911+0000 mon.c (mon.1) 7410 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.922627+0000 mon.c (mon.1) 7411 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.928825+0000 mon.a (mon.0) 2718 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.986328+0000 mon.c (mon.1) 7412 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.988482+0000 mon.c (mon.1) 7413 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.990650+0000 mon.c (mon.1) 7414 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.991484+0000 mon.c (mon.1) 7415 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:46.997840+0000 mon.a (mon.0) 2719 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:47.007781+0000 mon.c (mon.1) 7416 : audit [DBG] from='client.? 172.21.15.111:0/2323053545' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:50:47.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:47.055708+0000 mon.c (mon.1) 7417 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:47.057498+0000 mon.c (mon.1) 7418 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:47.059310+0000 mon.c (mon.1) 7419 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:47.060137+0000 mon.c (mon.1) 7420 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:47.066328+0000 mon.a (mon.0) 2720 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:47.129163+0000 mon.c (mon.1) 7421 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:47.131499+0000 mon.c (mon.1) 7422 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:47.134190+0000 mon.c (mon.1) 7423 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:47.135327+0000 mon.c (mon.1) 7424 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:47.142587+0000 mon.a (mon.0) 2721 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:47.204485+0000 mon.c (mon.1) 7425 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:47.207284+0000 mon.c (mon.1) 7426 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:47.209593+0000 mon.c (mon.1) 7427 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:47.210418+0000 mon.c (mon.1) 7428 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:47.217219+0000 mon.a (mon.0) 2722 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:47.275625+0000 mon.c (mon.1) 7429 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:47.277589+0000 mon.c (mon.1) 7430 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:47.279730+0000 mon.c (mon.1) 7431 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:47.280390+0000 mon.c (mon.1) 7432 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:47.286449+0000 mon.a (mon.0) 2723 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:47.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:47.328642+0000 mon.c (mon.1) 7433 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:47.330858+0000 mon.c (mon.1) 7434 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:47.332769+0000 mon.c (mon.1) 7435 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:47.333421+0000 mon.c (mon.1) 7436 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:47 smithi117 bash[62284]: audit 2024-03-30T04:50:47.339863+0000 mon.a (mon.0) 2724 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.382 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[104927]: ts=2024-03-30T04:50:48.124Z caller=cluster.go:706 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000524937s 2024-03-30T04:50:48.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cluster 2024-03-30T04:50:46.849611+0000 mgr.y (mgr.25441) 6511 : cluster [DBG] pgmap v4311: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 20 op/s 2024-03-30T04:50:48.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cluster 2024-03-30T04:50:46.849890+0000 mgr.y (mgr.25441) 6512 : cluster [DBG] pgmap v4312: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 26 op/s 2024-03-30T04:50:48.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cephadm 2024-03-30T04:50:46.855835+0000 mgr.y (mgr.25441) 6513 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cluster 2024-03-30T04:50:46.923999+0000 mgr.y (mgr.25441) 6514 : cluster [DBG] pgmap v4313: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 19 op/s 2024-03-30T04:50:48.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cluster 2024-03-30T04:50:46.924234+0000 mgr.y (mgr.25441) 6515 : cluster [DBG] pgmap v4314: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 24 op/s 2024-03-30T04:50:48.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cephadm 2024-03-30T04:50:46.930263+0000 mgr.y (mgr.25441) 6516 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cluster 2024-03-30T04:50:46.993068+0000 mgr.y (mgr.25441) 6517 : cluster [DBG] pgmap v4315: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 18 op/s 2024-03-30T04:50:48.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cluster 2024-03-30T04:50:46.993326+0000 mgr.y (mgr.25441) 6518 : cluster [DBG] pgmap v4316: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cephadm 2024-03-30T04:50:46.999446+0000 mgr.y (mgr.25441) 6519 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cluster 2024-03-30T04:50:47.061547+0000 mgr.y (mgr.25441) 6520 : cluster [DBG] pgmap v4317: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cluster 2024-03-30T04:50:47.061733+0000 mgr.y (mgr.25441) 6521 : cluster [DBG] pgmap v4318: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cephadm 2024-03-30T04:50:47.068197+0000 mgr.y (mgr.25441) 6522 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cluster 2024-03-30T04:50:47.137389+0000 mgr.y (mgr.25441) 6523 : cluster [DBG] pgmap v4319: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cluster 2024-03-30T04:50:47.137620+0000 mgr.y (mgr.25441) 6524 : cluster [DBG] pgmap v4320: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cephadm 2024-03-30T04:50:47.144232+0000 mgr.y (mgr.25441) 6525 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cluster 2024-03-30T04:50:47.211892+0000 mgr.y (mgr.25441) 6526 : cluster [DBG] pgmap v4321: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cluster 2024-03-30T04:50:47.212072+0000 mgr.y (mgr.25441) 6527 : cluster [DBG] pgmap v4322: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cephadm 2024-03-30T04:50:47.217877+0000 mgr.y (mgr.25441) 6528 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cluster 2024-03-30T04:50:47.281652+0000 mgr.y (mgr.25441) 6529 : cluster [DBG] pgmap v4323: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cluster 2024-03-30T04:50:47.281857+0000 mgr.y (mgr.25441) 6530 : cluster [DBG] pgmap v4324: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cephadm 2024-03-30T04:50:47.288009+0000 mgr.y (mgr.25441) 6531 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cluster 2024-03-30T04:50:47.334713+0000 mgr.y (mgr.25441) 6532 : cluster [DBG] pgmap v4325: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cluster 2024-03-30T04:50:47.334916+0000 mgr.y (mgr.25441) 6533 : cluster [DBG] pgmap v4326: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cephadm 2024-03-30T04:50:47.341341+0000 mgr.y (mgr.25441) 6534 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.399201+0000 mon.c (mon.1) 7437 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.401023+0000 mon.c (mon.1) 7438 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.402704+0000 mon.c (mon.1) 7439 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.403336+0000 mon.c (mon.1) 7440 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cluster 2024-03-30T04:50:47.404509+0000 mgr.y (mgr.25441) 6535 : cluster [DBG] pgmap v4327: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cluster 2024-03-30T04:50:47.404716+0000 mgr.y (mgr.25441) 6536 : cluster [DBG] pgmap v4328: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.409011+0000 mon.a (mon.0) 2725 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cephadm 2024-03-30T04:50:47.411289+0000 mgr.y (mgr.25441) 6537 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.452233+0000 mon.c (mon.1) 7441 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.454079+0000 mon.c (mon.1) 7442 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.455819+0000 mon.c (mon.1) 7443 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.456418+0000 mon.c (mon.1) 7444 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cluster 2024-03-30T04:50:47.457683+0000 mgr.y (mgr.25441) 6538 : cluster [DBG] pgmap v4329: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cluster 2024-03-30T04:50:47.457897+0000 mgr.y (mgr.25441) 6539 : cluster [DBG] pgmap v4330: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.462223+0000 mon.a (mon.0) 2726 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cephadm 2024-03-30T04:50:47.464492+0000 mgr.y (mgr.25441) 6540 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.505450+0000 mon.c (mon.1) 7445 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.507290+0000 mon.c (mon.1) 7446 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.509059+0000 mon.c (mon.1) 7447 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.509704+0000 mon.c (mon.1) 7448 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cluster 2024-03-30T04:50:47.510904+0000 mgr.y (mgr.25441) 6541 : cluster [DBG] pgmap v4331: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cluster 2024-03-30T04:50:47.511114+0000 mgr.y (mgr.25441) 6542 : cluster [DBG] pgmap v4332: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.515321+0000 mon.a (mon.0) 2727 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cephadm 2024-03-30T04:50:47.517582+0000 mgr.y (mgr.25441) 6543 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.557422+0000 mon.c (mon.1) 7449 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.559306+0000 mon.c (mon.1) 7450 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.561025+0000 mon.c (mon.1) 7451 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.561673+0000 mon.c (mon.1) 7452 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cluster 2024-03-30T04:50:47.562900+0000 mgr.y (mgr.25441) 6544 : cluster [DBG] pgmap v4333: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cluster 2024-03-30T04:50:47.563114+0000 mgr.y (mgr.25441) 6545 : cluster [DBG] pgmap v4334: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.567469+0000 mon.a (mon.0) 2728 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cephadm 2024-03-30T04:50:47.569729+0000 mgr.y (mgr.25441) 6546 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.633150+0000 mon.c (mon.1) 7453 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.635418+0000 mon.c (mon.1) 7454 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.637396+0000 mon.c (mon.1) 7455 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.638300+0000 mon.c (mon.1) 7456 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cluster 2024-03-30T04:50:47.639934+0000 mgr.y (mgr.25441) 6547 : cluster [DBG] pgmap v4335: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cluster 2024-03-30T04:50:47.640173+0000 mgr.y (mgr.25441) 6548 : cluster [DBG] pgmap v4336: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.644558+0000 mon.a (mon.0) 2729 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cephadm 2024-03-30T04:50:47.647013+0000 mgr.y (mgr.25441) 6549 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.692460+0000 mon.c (mon.1) 7457 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.694317+0000 mon.c (mon.1) 7458 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.696598+0000 mon.c (mon.1) 7459 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.697352+0000 mon.c (mon.1) 7460 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cluster 2024-03-30T04:50:47.699081+0000 mgr.y (mgr.25441) 6550 : cluster [DBG] pgmap v4337: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cluster 2024-03-30T04:50:47.699574+0000 mgr.y (mgr.25441) 6551 : cluster [DBG] pgmap v4338: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.703628+0000 mon.a (mon.0) 2730 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cephadm 2024-03-30T04:50:47.705943+0000 mgr.y (mgr.25441) 6552 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.747932+0000 mon.c (mon.1) 7461 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.750242+0000 mon.c (mon.1) 7462 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.752071+0000 mon.c (mon.1) 7463 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.752737+0000 mon.c (mon.1) 7464 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cluster 2024-03-30T04:50:47.753940+0000 mgr.y (mgr.25441) 6553 : cluster [DBG] pgmap v4339: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cluster 2024-03-30T04:50:47.754191+0000 mgr.y (mgr.25441) 6554 : cluster [DBG] pgmap v4340: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.758979+0000 mon.a (mon.0) 2731 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cephadm 2024-03-30T04:50:47.761237+0000 mgr.y (mgr.25441) 6555 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.800950+0000 mon.c (mon.1) 7465 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.802894+0000 mon.c (mon.1) 7466 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.805084+0000 mon.c (mon.1) 7467 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.805803+0000 mon.c (mon.1) 7468 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cluster 2024-03-30T04:50:47.807054+0000 mgr.y (mgr.25441) 6556 : cluster [DBG] pgmap v4341: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cluster 2024-03-30T04:50:47.807295+0000 mgr.y (mgr.25441) 6557 : cluster [DBG] pgmap v4342: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.814687+0000 mon.a (mon.0) 2732 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: cephadm 2024-03-30T04:50:47.815386+0000 mgr.y (mgr.25441) 6558 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.858552+0000 mon.c (mon.1) 7469 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.860836+0000 mon.c (mon.1) 7470 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.863156+0000 mon.c (mon.1) 7471 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.863875+0000 mon.c (mon.1) 7472 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.871340+0000 mon.a (mon.0) 2733 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.945707+0000 mon.c (mon.1) 7473 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.947871+0000 mon.c (mon.1) 7474 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.950887+0000 mon.c (mon.1) 7475 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.951631+0000 mon.c (mon.1) 7476 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:47.960319+0000 mon.a (mon.0) 2734 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:48.034084+0000 mon.c (mon.1) 7477 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:48.036243+0000 mon.c (mon.1) 7478 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:48.038206+0000 mon.c (mon.1) 7479 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:48.039014+0000 mon.c (mon.1) 7480 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:48.050557+0000 mon.a (mon.0) 2735 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:48.124023+0000 mon.c (mon.1) 7481 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:48.126470+0000 mon.c (mon.1) 7482 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:48.129302+0000 mon.c (mon.1) 7483 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:48.130329+0000 mon.c (mon.1) 7484 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:48.139216+0000 mon.a (mon.0) 2736 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:48.180748+0000 mon.c (mon.1) 7485 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:48.182676+0000 mon.c (mon.1) 7486 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:48.185008+0000 mon.c (mon.1) 7487 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:48.185717+0000 mon.c (mon.1) 7488 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:48.194653+0000 mon.a (mon.0) 2737 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:48.251801+0000 mon.c (mon.1) 7489 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:48.254139+0000 mon.c (mon.1) 7490 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:48.256057+0000 mon.c (mon.1) 7491 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:48.256782+0000 mon.c (mon.1) 7492 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:48.263410+0000 mon.a (mon.0) 2738 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:48.324333+0000 mon.c (mon.1) 7493 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:48.326719+0000 mon.c (mon.1) 7494 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:48.328877+0000 mon.c (mon.1) 7495 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:48.329571+0000 mon.c (mon.1) 7496 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:48 smithi117 bash[62284]: audit 2024-03-30T04:50:48.337053+0000 mon.a (mon.0) 2739 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cluster 2024-03-30T04:50:46.849611+0000 mgr.y (mgr.25441) 6511 : cluster [DBG] pgmap v4311: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 20 op/s 2024-03-30T04:50:48.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cluster 2024-03-30T04:50:46.849890+0000 mgr.y (mgr.25441) 6512 : cluster [DBG] pgmap v4312: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 26 op/s 2024-03-30T04:50:48.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cephadm 2024-03-30T04:50:46.855835+0000 mgr.y (mgr.25441) 6513 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cluster 2024-03-30T04:50:46.923999+0000 mgr.y (mgr.25441) 6514 : cluster [DBG] pgmap v4313: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 19 op/s 2024-03-30T04:50:48.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cluster 2024-03-30T04:50:46.924234+0000 mgr.y (mgr.25441) 6515 : cluster [DBG] pgmap v4314: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 24 op/s 2024-03-30T04:50:48.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cephadm 2024-03-30T04:50:46.930263+0000 mgr.y (mgr.25441) 6516 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cluster 2024-03-30T04:50:46.993068+0000 mgr.y (mgr.25441) 6517 : cluster [DBG] pgmap v4315: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 18 op/s 2024-03-30T04:50:48.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cluster 2024-03-30T04:50:46.993326+0000 mgr.y (mgr.25441) 6518 : cluster [DBG] pgmap v4316: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cephadm 2024-03-30T04:50:46.999446+0000 mgr.y (mgr.25441) 6519 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cluster 2024-03-30T04:50:47.061547+0000 mgr.y (mgr.25441) 6520 : cluster [DBG] pgmap v4317: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cluster 2024-03-30T04:50:47.061733+0000 mgr.y (mgr.25441) 6521 : cluster [DBG] pgmap v4318: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cephadm 2024-03-30T04:50:47.068197+0000 mgr.y (mgr.25441) 6522 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cluster 2024-03-30T04:50:47.137389+0000 mgr.y (mgr.25441) 6523 : cluster [DBG] pgmap v4319: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cluster 2024-03-30T04:50:47.137620+0000 mgr.y (mgr.25441) 6524 : cluster [DBG] pgmap v4320: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cephadm 2024-03-30T04:50:47.144232+0000 mgr.y (mgr.25441) 6525 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cluster 2024-03-30T04:50:47.211892+0000 mgr.y (mgr.25441) 6526 : cluster [DBG] pgmap v4321: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cluster 2024-03-30T04:50:47.212072+0000 mgr.y (mgr.25441) 6527 : cluster [DBG] pgmap v4322: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cephadm 2024-03-30T04:50:47.217877+0000 mgr.y (mgr.25441) 6528 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cluster 2024-03-30T04:50:47.281652+0000 mgr.y (mgr.25441) 6529 : cluster [DBG] pgmap v4323: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cluster 2024-03-30T04:50:46.849611+0000 mgr.y (mgr.25441) 6511 : cluster [DBG] pgmap v4311: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 20 op/s 2024-03-30T04:50:48.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cluster 2024-03-30T04:50:46.849890+0000 mgr.y (mgr.25441) 6512 : cluster [DBG] pgmap v4312: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 26 op/s 2024-03-30T04:50:48.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cephadm 2024-03-30T04:50:46.855835+0000 mgr.y (mgr.25441) 6513 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cluster 2024-03-30T04:50:46.923999+0000 mgr.y (mgr.25441) 6514 : cluster [DBG] pgmap v4313: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 19 op/s 2024-03-30T04:50:48.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cluster 2024-03-30T04:50:46.924234+0000 mgr.y (mgr.25441) 6515 : cluster [DBG] pgmap v4314: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 24 op/s 2024-03-30T04:50:48.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cephadm 2024-03-30T04:50:46.930263+0000 mgr.y (mgr.25441) 6516 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cluster 2024-03-30T04:50:46.993068+0000 mgr.y (mgr.25441) 6517 : cluster [DBG] pgmap v4315: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 18 op/s 2024-03-30T04:50:48.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cluster 2024-03-30T04:50:46.993326+0000 mgr.y (mgr.25441) 6518 : cluster [DBG] pgmap v4316: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cephadm 2024-03-30T04:50:46.999446+0000 mgr.y (mgr.25441) 6519 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cluster 2024-03-30T04:50:47.061547+0000 mgr.y (mgr.25441) 6520 : cluster [DBG] pgmap v4317: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cluster 2024-03-30T04:50:47.061733+0000 mgr.y (mgr.25441) 6521 : cluster [DBG] pgmap v4318: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cephadm 2024-03-30T04:50:47.068197+0000 mgr.y (mgr.25441) 6522 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cluster 2024-03-30T04:50:47.137389+0000 mgr.y (mgr.25441) 6523 : cluster [DBG] pgmap v4319: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cluster 2024-03-30T04:50:47.137620+0000 mgr.y (mgr.25441) 6524 : cluster [DBG] pgmap v4320: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cephadm 2024-03-30T04:50:47.144232+0000 mgr.y (mgr.25441) 6525 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cluster 2024-03-30T04:50:47.211892+0000 mgr.y (mgr.25441) 6526 : cluster [DBG] pgmap v4321: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cluster 2024-03-30T04:50:47.212072+0000 mgr.y (mgr.25441) 6527 : cluster [DBG] pgmap v4322: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cephadm 2024-03-30T04:50:47.217877+0000 mgr.y (mgr.25441) 6528 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cluster 2024-03-30T04:50:47.281652+0000 mgr.y (mgr.25441) 6529 : cluster [DBG] pgmap v4323: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cluster 2024-03-30T04:50:47.281857+0000 mgr.y (mgr.25441) 6530 : cluster [DBG] pgmap v4324: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cephadm 2024-03-30T04:50:47.288009+0000 mgr.y (mgr.25441) 6531 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cluster 2024-03-30T04:50:47.334713+0000 mgr.y (mgr.25441) 6532 : cluster [DBG] pgmap v4325: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cluster 2024-03-30T04:50:47.334916+0000 mgr.y (mgr.25441) 6533 : cluster [DBG] pgmap v4326: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cephadm 2024-03-30T04:50:47.341341+0000 mgr.y (mgr.25441) 6534 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.399201+0000 mon.c (mon.1) 7437 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.401023+0000 mon.c (mon.1) 7438 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.402704+0000 mon.c (mon.1) 7439 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.403336+0000 mon.c (mon.1) 7440 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cluster 2024-03-30T04:50:47.404509+0000 mgr.y (mgr.25441) 6535 : cluster [DBG] pgmap v4327: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cluster 2024-03-30T04:50:47.404716+0000 mgr.y (mgr.25441) 6536 : cluster [DBG] pgmap v4328: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.409011+0000 mon.a (mon.0) 2725 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cephadm 2024-03-30T04:50:47.411289+0000 mgr.y (mgr.25441) 6537 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.452233+0000 mon.c (mon.1) 7441 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.454079+0000 mon.c (mon.1) 7442 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.455819+0000 mon.c (mon.1) 7443 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.456418+0000 mon.c (mon.1) 7444 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cluster 2024-03-30T04:50:47.457683+0000 mgr.y (mgr.25441) 6538 : cluster [DBG] pgmap v4329: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cluster 2024-03-30T04:50:47.457897+0000 mgr.y (mgr.25441) 6539 : cluster [DBG] pgmap v4330: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.462223+0000 mon.a (mon.0) 2726 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cephadm 2024-03-30T04:50:47.464492+0000 mgr.y (mgr.25441) 6540 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.505450+0000 mon.c (mon.1) 7445 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.507290+0000 mon.c (mon.1) 7446 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.509059+0000 mon.c (mon.1) 7447 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.509704+0000 mon.c (mon.1) 7448 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cluster 2024-03-30T04:50:47.510904+0000 mgr.y (mgr.25441) 6541 : cluster [DBG] pgmap v4331: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cluster 2024-03-30T04:50:47.511114+0000 mgr.y (mgr.25441) 6542 : cluster [DBG] pgmap v4332: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.515321+0000 mon.a (mon.0) 2727 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cephadm 2024-03-30T04:50:47.517582+0000 mgr.y (mgr.25441) 6543 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.557422+0000 mon.c (mon.1) 7449 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.559306+0000 mon.c (mon.1) 7450 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.561025+0000 mon.c (mon.1) 7451 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.561673+0000 mon.c (mon.1) 7452 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cluster 2024-03-30T04:50:47.562900+0000 mgr.y (mgr.25441) 6544 : cluster [DBG] pgmap v4333: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cluster 2024-03-30T04:50:47.563114+0000 mgr.y (mgr.25441) 6545 : cluster [DBG] pgmap v4334: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.567469+0000 mon.a (mon.0) 2728 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cephadm 2024-03-30T04:50:47.569729+0000 mgr.y (mgr.25441) 6546 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.633150+0000 mon.c (mon.1) 7453 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.635418+0000 mon.c (mon.1) 7454 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.637396+0000 mon.c (mon.1) 7455 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cluster 2024-03-30T04:50:47.281857+0000 mgr.y (mgr.25441) 6530 : cluster [DBG] pgmap v4324: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cephadm 2024-03-30T04:50:47.288009+0000 mgr.y (mgr.25441) 6531 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cluster 2024-03-30T04:50:47.334713+0000 mgr.y (mgr.25441) 6532 : cluster [DBG] pgmap v4325: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cluster 2024-03-30T04:50:47.334916+0000 mgr.y (mgr.25441) 6533 : cluster [DBG] pgmap v4326: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cephadm 2024-03-30T04:50:47.341341+0000 mgr.y (mgr.25441) 6534 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.399201+0000 mon.c (mon.1) 7437 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.401023+0000 mon.c (mon.1) 7438 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.402704+0000 mon.c (mon.1) 7439 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.403336+0000 mon.c (mon.1) 7440 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cluster 2024-03-30T04:50:47.404509+0000 mgr.y (mgr.25441) 6535 : cluster [DBG] pgmap v4327: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cluster 2024-03-30T04:50:47.404716+0000 mgr.y (mgr.25441) 6536 : cluster [DBG] pgmap v4328: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.409011+0000 mon.a (mon.0) 2725 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cephadm 2024-03-30T04:50:47.411289+0000 mgr.y (mgr.25441) 6537 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.452233+0000 mon.c (mon.1) 7441 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.454079+0000 mon.c (mon.1) 7442 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.455819+0000 mon.c (mon.1) 7443 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.456418+0000 mon.c (mon.1) 7444 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cluster 2024-03-30T04:50:47.457683+0000 mgr.y (mgr.25441) 6538 : cluster [DBG] pgmap v4329: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cluster 2024-03-30T04:50:47.457897+0000 mgr.y (mgr.25441) 6539 : cluster [DBG] pgmap v4330: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.462223+0000 mon.a (mon.0) 2726 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.638300+0000 mon.c (mon.1) 7456 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cluster 2024-03-30T04:50:47.639934+0000 mgr.y (mgr.25441) 6547 : cluster [DBG] pgmap v4335: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cluster 2024-03-30T04:50:47.640173+0000 mgr.y (mgr.25441) 6548 : cluster [DBG] pgmap v4336: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.644558+0000 mon.a (mon.0) 2729 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cephadm 2024-03-30T04:50:47.647013+0000 mgr.y (mgr.25441) 6549 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.692460+0000 mon.c (mon.1) 7457 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.694317+0000 mon.c (mon.1) 7458 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.696598+0000 mon.c (mon.1) 7459 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.697352+0000 mon.c (mon.1) 7460 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cluster 2024-03-30T04:50:47.699081+0000 mgr.y (mgr.25441) 6550 : cluster [DBG] pgmap v4337: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cluster 2024-03-30T04:50:47.699574+0000 mgr.y (mgr.25441) 6551 : cluster [DBG] pgmap v4338: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.703628+0000 mon.a (mon.0) 2730 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cephadm 2024-03-30T04:50:47.705943+0000 mgr.y (mgr.25441) 6552 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.747932+0000 mon.c (mon.1) 7461 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.750242+0000 mon.c (mon.1) 7462 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.752071+0000 mon.c (mon.1) 7463 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.752737+0000 mon.c (mon.1) 7464 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cluster 2024-03-30T04:50:47.753940+0000 mgr.y (mgr.25441) 6553 : cluster [DBG] pgmap v4339: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cluster 2024-03-30T04:50:47.754191+0000 mgr.y (mgr.25441) 6554 : cluster [DBG] pgmap v4340: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.758979+0000 mon.a (mon.0) 2731 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cephadm 2024-03-30T04:50:47.761237+0000 mgr.y (mgr.25441) 6555 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.800950+0000 mon.c (mon.1) 7465 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.802894+0000 mon.c (mon.1) 7466 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.805084+0000 mon.c (mon.1) 7467 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.805803+0000 mon.c (mon.1) 7468 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cluster 2024-03-30T04:50:47.807054+0000 mgr.y (mgr.25441) 6556 : cluster [DBG] pgmap v4341: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cluster 2024-03-30T04:50:47.807295+0000 mgr.y (mgr.25441) 6557 : cluster [DBG] pgmap v4342: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.814687+0000 mon.a (mon.0) 2732 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: cephadm 2024-03-30T04:50:47.815386+0000 mgr.y (mgr.25441) 6558 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.858552+0000 mon.c (mon.1) 7469 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.860836+0000 mon.c (mon.1) 7470 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.863156+0000 mon.c (mon.1) 7471 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.863875+0000 mon.c (mon.1) 7472 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.871340+0000 mon.a (mon.0) 2733 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.945707+0000 mon.c (mon.1) 7473 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.947871+0000 mon.c (mon.1) 7474 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.950887+0000 mon.c (mon.1) 7475 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.951631+0000 mon.c (mon.1) 7476 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:47.960319+0000 mon.a (mon.0) 2734 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:48.034084+0000 mon.c (mon.1) 7477 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cephadm 2024-03-30T04:50:47.464492+0000 mgr.y (mgr.25441) 6540 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.505450+0000 mon.c (mon.1) 7445 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.507290+0000 mon.c (mon.1) 7446 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.509059+0000 mon.c (mon.1) 7447 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.509704+0000 mon.c (mon.1) 7448 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cluster 2024-03-30T04:50:47.510904+0000 mgr.y (mgr.25441) 6541 : cluster [DBG] pgmap v4331: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cluster 2024-03-30T04:50:47.511114+0000 mgr.y (mgr.25441) 6542 : cluster [DBG] pgmap v4332: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.515321+0000 mon.a (mon.0) 2727 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cephadm 2024-03-30T04:50:47.517582+0000 mgr.y (mgr.25441) 6543 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.557422+0000 mon.c (mon.1) 7449 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.559306+0000 mon.c (mon.1) 7450 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.561025+0000 mon.c (mon.1) 7451 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.561673+0000 mon.c (mon.1) 7452 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cluster 2024-03-30T04:50:47.562900+0000 mgr.y (mgr.25441) 6544 : cluster [DBG] pgmap v4333: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cluster 2024-03-30T04:50:47.563114+0000 mgr.y (mgr.25441) 6545 : cluster [DBG] pgmap v4334: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.567469+0000 mon.a (mon.0) 2728 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cephadm 2024-03-30T04:50:47.569729+0000 mgr.y (mgr.25441) 6546 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.633150+0000 mon.c (mon.1) 7453 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.635418+0000 mon.c (mon.1) 7454 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.637396+0000 mon.c (mon.1) 7455 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.638300+0000 mon.c (mon.1) 7456 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cluster 2024-03-30T04:50:47.639934+0000 mgr.y (mgr.25441) 6547 : cluster [DBG] pgmap v4335: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cluster 2024-03-30T04:50:47.640173+0000 mgr.y (mgr.25441) 6548 : cluster [DBG] pgmap v4336: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.644558+0000 mon.a (mon.0) 2729 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cephadm 2024-03-30T04:50:47.647013+0000 mgr.y (mgr.25441) 6549 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.692460+0000 mon.c (mon.1) 7457 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.694317+0000 mon.c (mon.1) 7458 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.696598+0000 mon.c (mon.1) 7459 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.697352+0000 mon.c (mon.1) 7460 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cluster 2024-03-30T04:50:47.699081+0000 mgr.y (mgr.25441) 6550 : cluster [DBG] pgmap v4337: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cluster 2024-03-30T04:50:47.699574+0000 mgr.y (mgr.25441) 6551 : cluster [DBG] pgmap v4338: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.703628+0000 mon.a (mon.0) 2730 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cephadm 2024-03-30T04:50:47.705943+0000 mgr.y (mgr.25441) 6552 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.747932+0000 mon.c (mon.1) 7461 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.750242+0000 mon.c (mon.1) 7462 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.752071+0000 mon.c (mon.1) 7463 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.752737+0000 mon.c (mon.1) 7464 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cluster 2024-03-30T04:50:47.753940+0000 mgr.y (mgr.25441) 6553 : cluster [DBG] pgmap v4339: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cluster 2024-03-30T04:50:47.754191+0000 mgr.y (mgr.25441) 6554 : cluster [DBG] pgmap v4340: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.758979+0000 mon.a (mon.0) 2731 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:48.036243+0000 mon.c (mon.1) 7478 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:48.038206+0000 mon.c (mon.1) 7479 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:48.039014+0000 mon.c (mon.1) 7480 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:48.050557+0000 mon.a (mon.0) 2735 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.884 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:48.124023+0000 mon.c (mon.1) 7481 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:48.126470+0000 mon.c (mon.1) 7482 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:48.129302+0000 mon.c (mon.1) 7483 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:48.130329+0000 mon.c (mon.1) 7484 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:48.139216+0000 mon.a (mon.0) 2736 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:48.180748+0000 mon.c (mon.1) 7485 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:48.182676+0000 mon.c (mon.1) 7486 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:48.185008+0000 mon.c (mon.1) 7487 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:48.185717+0000 mon.c (mon.1) 7488 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:48.194653+0000 mon.a (mon.0) 2737 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:48.251801+0000 mon.c (mon.1) 7489 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:48.254139+0000 mon.c (mon.1) 7490 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:48.256057+0000 mon.c (mon.1) 7491 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:48.256782+0000 mon.c (mon.1) 7492 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:48.263410+0000 mon.a (mon.0) 2738 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:48.324333+0000 mon.c (mon.1) 7493 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cephadm 2024-03-30T04:50:47.761237+0000 mgr.y (mgr.25441) 6555 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.800950+0000 mon.c (mon.1) 7465 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.802894+0000 mon.c (mon.1) 7466 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.805084+0000 mon.c (mon.1) 7467 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.805803+0000 mon.c (mon.1) 7468 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cluster 2024-03-30T04:50:47.807054+0000 mgr.y (mgr.25441) 6556 : cluster [DBG] pgmap v4341: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cluster 2024-03-30T04:50:47.807295+0000 mgr.y (mgr.25441) 6557 : cluster [DBG] pgmap v4342: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.886 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.814687+0000 mon.a (mon.0) 2732 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: cephadm 2024-03-30T04:50:47.815386+0000 mgr.y (mgr.25441) 6558 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.858552+0000 mon.c (mon.1) 7469 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.860836+0000 mon.c (mon.1) 7470 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.863156+0000 mon.c (mon.1) 7471 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.863875+0000 mon.c (mon.1) 7472 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.871340+0000 mon.a (mon.0) 2733 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.945707+0000 mon.c (mon.1) 7473 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.947871+0000 mon.c (mon.1) 7474 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.950887+0000 mon.c (mon.1) 7475 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.951631+0000 mon.c (mon.1) 7476 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:47.960319+0000 mon.a (mon.0) 2734 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:48.034084+0000 mon.c (mon.1) 7477 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:48.326719+0000 mon.c (mon.1) 7494 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:48.328877+0000 mon.c (mon.1) 7495 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:48.329571+0000 mon.c (mon.1) 7496 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[70954]: audit 2024-03-30T04:50:48.337053+0000 mon.a (mon.0) 2739 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:48.036243+0000 mon.c (mon.1) 7478 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:48.038206+0000 mon.c (mon.1) 7479 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:48.039014+0000 mon.c (mon.1) 7480 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:48.050557+0000 mon.a (mon.0) 2735 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:48.124023+0000 mon.c (mon.1) 7481 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:48.126470+0000 mon.c (mon.1) 7482 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:48.129302+0000 mon.c (mon.1) 7483 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:48.130329+0000 mon.c (mon.1) 7484 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:48.139216+0000 mon.a (mon.0) 2736 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:48.180748+0000 mon.c (mon.1) 7485 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:48.182676+0000 mon.c (mon.1) 7486 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:48.185008+0000 mon.c (mon.1) 7487 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:48.185717+0000 mon.c (mon.1) 7488 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:48.194653+0000 mon.a (mon.0) 2737 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:48.251801+0000 mon.c (mon.1) 7489 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:48.254139+0000 mon.c (mon.1) 7490 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:48.256057+0000 mon.c (mon.1) 7491 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:48.256782+0000 mon.c (mon.1) 7492 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:48.263410+0000 mon.a (mon.0) 2738 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:48.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:48.324333+0000 mon.c (mon.1) 7493 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:48.326719+0000 mon.c (mon.1) 7494 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:48.328877+0000 mon.c (mon.1) 7495 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:48.329571+0000 mon.c (mon.1) 7496 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:48 smithi111 bash[73591]: audit 2024-03-30T04:50:48.337053+0000 mon.a (mon.0) 2739 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:49.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: cluster 2024-03-30T04:50:47.865450+0000 mgr.y (mgr.25441) 6559 : cluster [DBG] pgmap v4343: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: cluster 2024-03-30T04:50:47.865816+0000 mgr.y (mgr.25441) 6560 : cluster [DBG] pgmap v4344: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: cephadm 2024-03-30T04:50:47.872001+0000 mgr.y (mgr.25441) 6561 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: cluster 2024-03-30T04:50:47.953031+0000 mgr.y (mgr.25441) 6562 : cluster [DBG] pgmap v4345: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: cluster 2024-03-30T04:50:47.953214+0000 mgr.y (mgr.25441) 6563 : cluster [DBG] pgmap v4346: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: cephadm 2024-03-30T04:50:47.961142+0000 mgr.y (mgr.25441) 6564 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: cluster 2024-03-30T04:50:48.040593+0000 mgr.y (mgr.25441) 6565 : cluster [DBG] pgmap v4347: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: cluster 2024-03-30T04:50:48.040855+0000 mgr.y (mgr.25441) 6566 : cluster [DBG] pgmap v4348: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: cephadm 2024-03-30T04:50:48.051217+0000 mgr.y (mgr.25441) 6567 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: cluster 2024-03-30T04:50:48.132093+0000 mgr.y (mgr.25441) 6568 : cluster [DBG] pgmap v4349: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: cluster 2024-03-30T04:50:48.132324+0000 mgr.y (mgr.25441) 6569 : cluster [DBG] pgmap v4350: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: cephadm 2024-03-30T04:50:48.139859+0000 mgr.y (mgr.25441) 6570 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: cluster 2024-03-30T04:50:48.187345+0000 mgr.y (mgr.25441) 6571 : cluster [DBG] pgmap v4351: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: cluster 2024-03-30T04:50:48.187916+0000 mgr.y (mgr.25441) 6572 : cluster [DBG] pgmap v4352: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: cephadm 2024-03-30T04:50:48.195248+0000 mgr.y (mgr.25441) 6573 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: cluster 2024-03-30T04:50:48.258143+0000 mgr.y (mgr.25441) 6574 : cluster [DBG] pgmap v4353: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: cluster 2024-03-30T04:50:48.258422+0000 mgr.y (mgr.25441) 6575 : cluster [DBG] pgmap v4354: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: cephadm 2024-03-30T04:50:48.264007+0000 mgr.y (mgr.25441) 6576 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: cluster 2024-03-30T04:50:48.331060+0000 mgr.y (mgr.25441) 6577 : cluster [DBG] pgmap v4355: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: cluster 2024-03-30T04:50:48.331264+0000 mgr.y (mgr.25441) 6578 : cluster [DBG] pgmap v4356: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: cephadm 2024-03-30T04:50:48.337643+0000 mgr.y (mgr.25441) 6579 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.402042+0000 mon.c (mon.1) 7497 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.405137+0000 mon.c (mon.1) 7498 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.407590+0000 mon.c (mon.1) 7499 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.408527+0000 mon.c (mon.1) 7500 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: cluster 2024-03-30T04:50:48.410276+0000 mgr.y (mgr.25441) 6580 : cluster [DBG] pgmap v4357: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: cluster 2024-03-30T04:50:48.410535+0000 mgr.y (mgr.25441) 6581 : cluster [DBG] pgmap v4358: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.415458+0000 mon.a (mon.0) 2740 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:49.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: cephadm 2024-03-30T04:50:48.417079+0000 mgr.y (mgr.25441) 6582 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.477109+0000 mon.c (mon.1) 7501 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.479742+0000 mon.c (mon.1) 7502 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.482220+0000 mon.c (mon.1) 7503 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.483301+0000 mon.c (mon.1) 7504 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: cluster 2024-03-30T04:50:48.484983+0000 mgr.y (mgr.25441) 6583 : cluster [DBG] pgmap v4359: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: cluster 2024-03-30T04:50:48.485351+0000 mgr.y (mgr.25441) 6584 : cluster [DBG] pgmap v4360: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.490755+0000 mon.a (mon.0) 2741 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:49.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: cephadm 2024-03-30T04:50:48.493078+0000 mgr.y (mgr.25441) 6585 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.559527+0000 mon.c (mon.1) 7505 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.562213+0000 mon.c (mon.1) 7506 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.564670+0000 mon.c (mon.1) 7507 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.565574+0000 mon.c (mon.1) 7508 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: cluster 2024-03-30T04:50:48.567272+0000 mgr.y (mgr.25441) 6586 : cluster [DBG] pgmap v4361: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: cluster 2024-03-30T04:50:48.567674+0000 mgr.y (mgr.25441) 6587 : cluster [DBG] pgmap v4362: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.573456+0000 mon.a (mon.0) 2742 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:49.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: cephadm 2024-03-30T04:50:48.578732+0000 mgr.y (mgr.25441) 6588 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.635840+0000 mon.c (mon.1) 7509 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.637739+0000 mon.c (mon.1) 7510 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.639595+0000 mon.c (mon.1) 7511 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.640300+0000 mon.c (mon.1) 7512 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: cluster 2024-03-30T04:50:48.641662+0000 mgr.y (mgr.25441) 6589 : cluster [DBG] pgmap v4363: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: cluster 2024-03-30T04:50:48.641928+0000 mgr.y (mgr.25441) 6590 : cluster [DBG] pgmap v4364: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.646471+0000 mon.a (mon.0) 2743 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:49.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: cephadm 2024-03-30T04:50:48.649336+0000 mgr.y (mgr.25441) 6591 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.706259+0000 mon.c (mon.1) 7513 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.708175+0000 mon.c (mon.1) 7514 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.710602+0000 mon.c (mon.1) 7515 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.711335+0000 mon.c (mon.1) 7516 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: cluster 2024-03-30T04:50:48.712662+0000 mgr.y (mgr.25441) 6592 : cluster [DBG] pgmap v4365: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: cluster 2024-03-30T04:50:48.712907+0000 mgr.y (mgr.25441) 6593 : cluster [DBG] pgmap v4366: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.719217+0000 mon.a (mon.0) 2744 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:49.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: cephadm 2024-03-30T04:50:48.722490+0000 mgr.y (mgr.25441) 6594 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.768368+0000 mon.c (mon.1) 7517 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.770529+0000 mon.c (mon.1) 7518 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.772429+0000 mon.c (mon.1) 7519 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.773175+0000 mon.c (mon.1) 7520 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: cluster 2024-03-30T04:50:48.774522+0000 mgr.y (mgr.25441) 6595 : cluster [DBG] pgmap v4367: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: cluster 2024-03-30T04:50:48.774774+0000 mgr.y (mgr.25441) 6596 : cluster [DBG] pgmap v4368: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.781184+0000 mon.a (mon.0) 2745 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:49.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: cephadm 2024-03-30T04:50:48.784264+0000 mgr.y (mgr.25441) 6597 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.840776+0000 mon.c (mon.1) 7521 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.842576+0000 mon.c (mon.1) 7522 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.844317+0000 mon.c (mon.1) 7523 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.844966+0000 mon.c (mon.1) 7524 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.852647+0000 mon.a (mon.0) 2746 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:49.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.912073+0000 mon.c (mon.1) 7525 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.913882+0000 mon.c (mon.1) 7526 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.915694+0000 mon.c (mon.1) 7527 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.916457+0000 mon.c (mon.1) 7528 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.925439+0000 mon.a (mon.0) 2747 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:49.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.984895+0000 mon.c (mon.1) 7529 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.986768+0000 mon.c (mon.1) 7530 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.988478+0000 mon.c (mon.1) 7531 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.989089+0000 mon.c (mon.1) 7532 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:48.997030+0000 mon.a (mon.0) 2748 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:49.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:49.057478+0000 mon.c (mon.1) 7533 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:49.059437+0000 mon.c (mon.1) 7534 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:49.061325+0000 mon.c (mon.1) 7535 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:49.061958+0000 mon.c (mon.1) 7536 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:49.070143+0000 mon.a (mon.0) 2749 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:49.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:49.113469+0000 mon.c (mon.1) 7537 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:49.115412+0000 mon.c (mon.1) 7538 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:49.117636+0000 mon.c (mon.1) 7539 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:49.118241+0000 mon.c (mon.1) 7540 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:49.127593+0000 mon.a (mon.0) 2750 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:49.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:49.170644+0000 mon.c (mon.1) 7541 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:49.172442+0000 mon.c (mon.1) 7542 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:49.174135+0000 mon.c (mon.1) 7543 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:49.174766+0000 mon.c (mon.1) 7544 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:49.182491+0000 mon.a (mon.0) 2751 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:49.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:49.241916+0000 mon.c (mon.1) 7545 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:49.243763+0000 mon.c (mon.1) 7546 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:49.245527+0000 mon.c (mon.1) 7547 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:49.246170+0000 mon.c (mon.1) 7548 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:49.253822+0000 mon.a (mon.0) 2752 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:49.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:49.314597+0000 mon.c (mon.1) 7549 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:49.316684+0000 mon.c (mon.1) 7550 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:49.318685+0000 mon.c (mon.1) 7551 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:49.319450+0000 mon.c (mon.1) 7552 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:49 smithi117 bash[62284]: audit 2024-03-30T04:50:49.328170+0000 mon.a (mon.0) 2753 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:49.684 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: cluster 2024-03-30T04:50:47.865450+0000 mgr.y (mgr.25441) 6559 : cluster [DBG] pgmap v4343: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.684 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: cluster 2024-03-30T04:50:47.865816+0000 mgr.y (mgr.25441) 6560 : cluster [DBG] pgmap v4344: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.685 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: cephadm 2024-03-30T04:50:47.872001+0000 mgr.y (mgr.25441) 6561 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.685 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: cluster 2024-03-30T04:50:47.953031+0000 mgr.y (mgr.25441) 6562 : cluster [DBG] pgmap v4345: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.685 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: cluster 2024-03-30T04:50:47.953214+0000 mgr.y (mgr.25441) 6563 : cluster [DBG] pgmap v4346: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.685 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: cephadm 2024-03-30T04:50:47.961142+0000 mgr.y (mgr.25441) 6564 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.685 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: cluster 2024-03-30T04:50:48.040593+0000 mgr.y (mgr.25441) 6565 : cluster [DBG] pgmap v4347: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.685 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: cluster 2024-03-30T04:50:48.040855+0000 mgr.y (mgr.25441) 6566 : cluster [DBG] pgmap v4348: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.685 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: cephadm 2024-03-30T04:50:48.051217+0000 mgr.y (mgr.25441) 6567 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.685 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: cluster 2024-03-30T04:50:48.132093+0000 mgr.y (mgr.25441) 6568 : cluster [DBG] pgmap v4349: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.685 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: cluster 2024-03-30T04:50:48.132324+0000 mgr.y (mgr.25441) 6569 : cluster [DBG] pgmap v4350: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.685 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: cephadm 2024-03-30T04:50:48.139859+0000 mgr.y (mgr.25441) 6570 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.685 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: cluster 2024-03-30T04:50:48.187345+0000 mgr.y (mgr.25441) 6571 : cluster [DBG] pgmap v4351: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.685 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: cluster 2024-03-30T04:50:48.187916+0000 mgr.y (mgr.25441) 6572 : cluster [DBG] pgmap v4352: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.685 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: cephadm 2024-03-30T04:50:48.195248+0000 mgr.y (mgr.25441) 6573 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: cluster 2024-03-30T04:50:48.258143+0000 mgr.y (mgr.25441) 6574 : cluster [DBG] pgmap v4353: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: cluster 2024-03-30T04:50:48.258422+0000 mgr.y (mgr.25441) 6575 : cluster [DBG] pgmap v4354: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: cephadm 2024-03-30T04:50:48.264007+0000 mgr.y (mgr.25441) 6576 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: cluster 2024-03-30T04:50:48.331060+0000 mgr.y (mgr.25441) 6577 : cluster [DBG] pgmap v4355: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: cluster 2024-03-30T04:50:48.331264+0000 mgr.y (mgr.25441) 6578 : cluster [DBG] pgmap v4356: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: cephadm 2024-03-30T04:50:48.337643+0000 mgr.y (mgr.25441) 6579 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.402042+0000 mon.c (mon.1) 7497 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.405137+0000 mon.c (mon.1) 7498 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.407590+0000 mon.c (mon.1) 7499 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.408527+0000 mon.c (mon.1) 7500 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: cluster 2024-03-30T04:50:48.410276+0000 mgr.y (mgr.25441) 6580 : cluster [DBG] pgmap v4357: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: cluster 2024-03-30T04:50:48.410535+0000 mgr.y (mgr.25441) 6581 : cluster [DBG] pgmap v4358: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.686 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.415458+0000 mon.a (mon.0) 2740 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:49.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: cephadm 2024-03-30T04:50:48.417079+0000 mgr.y (mgr.25441) 6582 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.477109+0000 mon.c (mon.1) 7501 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.479742+0000 mon.c (mon.1) 7502 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.482220+0000 mon.c (mon.1) 7503 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.483301+0000 mon.c (mon.1) 7504 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: cluster 2024-03-30T04:50:48.484983+0000 mgr.y (mgr.25441) 6583 : cluster [DBG] pgmap v4359: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: cluster 2024-03-30T04:50:48.485351+0000 mgr.y (mgr.25441) 6584 : cluster [DBG] pgmap v4360: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.490755+0000 mon.a (mon.0) 2741 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:49.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: cephadm 2024-03-30T04:50:48.493078+0000 mgr.y (mgr.25441) 6585 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.559527+0000 mon.c (mon.1) 7505 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.562213+0000 mon.c (mon.1) 7506 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.687 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.564670+0000 mon.c (mon.1) 7507 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.688 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: cluster 2024-03-30T04:50:47.865450+0000 mgr.y (mgr.25441) 6559 : cluster [DBG] pgmap v4343: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.688 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: cluster 2024-03-30T04:50:47.865816+0000 mgr.y (mgr.25441) 6560 : cluster [DBG] pgmap v4344: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.688 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: cephadm 2024-03-30T04:50:47.872001+0000 mgr.y (mgr.25441) 6561 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.688 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: cluster 2024-03-30T04:50:47.953031+0000 mgr.y (mgr.25441) 6562 : cluster [DBG] pgmap v4345: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.688 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: cluster 2024-03-30T04:50:47.953214+0000 mgr.y (mgr.25441) 6563 : cluster [DBG] pgmap v4346: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.688 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: cephadm 2024-03-30T04:50:47.961142+0000 mgr.y (mgr.25441) 6564 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.688 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: cluster 2024-03-30T04:50:48.040593+0000 mgr.y (mgr.25441) 6565 : cluster [DBG] pgmap v4347: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.688 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: cluster 2024-03-30T04:50:48.040855+0000 mgr.y (mgr.25441) 6566 : cluster [DBG] pgmap v4348: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.688 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: cephadm 2024-03-30T04:50:48.051217+0000 mgr.y (mgr.25441) 6567 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.688 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: cluster 2024-03-30T04:50:48.132093+0000 mgr.y (mgr.25441) 6568 : cluster [DBG] pgmap v4349: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.688 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: cluster 2024-03-30T04:50:48.132324+0000 mgr.y (mgr.25441) 6569 : cluster [DBG] pgmap v4350: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.688 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: cephadm 2024-03-30T04:50:48.139859+0000 mgr.y (mgr.25441) 6570 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.688 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: cluster 2024-03-30T04:50:48.187345+0000 mgr.y (mgr.25441) 6571 : cluster [DBG] pgmap v4351: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.688 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: cluster 2024-03-30T04:50:48.187916+0000 mgr.y (mgr.25441) 6572 : cluster [DBG] pgmap v4352: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.688 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: cephadm 2024-03-30T04:50:48.195248+0000 mgr.y (mgr.25441) 6573 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.689 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: cluster 2024-03-30T04:50:48.258143+0000 mgr.y (mgr.25441) 6574 : cluster [DBG] pgmap v4353: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.689 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: cluster 2024-03-30T04:50:48.258422+0000 mgr.y (mgr.25441) 6575 : cluster [DBG] pgmap v4354: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.689 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: cephadm 2024-03-30T04:50:48.264007+0000 mgr.y (mgr.25441) 6576 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.689 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: cluster 2024-03-30T04:50:48.331060+0000 mgr.y (mgr.25441) 6577 : cluster [DBG] pgmap v4355: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.689 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: cluster 2024-03-30T04:50:48.331264+0000 mgr.y (mgr.25441) 6578 : cluster [DBG] pgmap v4356: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.565574+0000 mon.c (mon.1) 7508 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: cluster 2024-03-30T04:50:48.567272+0000 mgr.y (mgr.25441) 6586 : cluster [DBG] pgmap v4361: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: cluster 2024-03-30T04:50:48.567674+0000 mgr.y (mgr.25441) 6587 : cluster [DBG] pgmap v4362: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.573456+0000 mon.a (mon.0) 2742 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:49.689 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: cephadm 2024-03-30T04:50:48.578732+0000 mgr.y (mgr.25441) 6588 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.635840+0000 mon.c (mon.1) 7509 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.637739+0000 mon.c (mon.1) 7510 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.639595+0000 mon.c (mon.1) 7511 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.640300+0000 mon.c (mon.1) 7512 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: cluster 2024-03-30T04:50:48.641662+0000 mgr.y (mgr.25441) 6589 : cluster [DBG] pgmap v4363: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: cluster 2024-03-30T04:50:48.641928+0000 mgr.y (mgr.25441) 6590 : cluster [DBG] pgmap v4364: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.646471+0000 mon.a (mon.0) 2743 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:49.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: cephadm 2024-03-30T04:50:48.649336+0000 mgr.y (mgr.25441) 6591 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.706259+0000 mon.c (mon.1) 7513 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.708175+0000 mon.c (mon.1) 7514 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.710602+0000 mon.c (mon.1) 7515 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.711335+0000 mon.c (mon.1) 7516 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: cluster 2024-03-30T04:50:48.712662+0000 mgr.y (mgr.25441) 6592 : cluster [DBG] pgmap v4365: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.690 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: cluster 2024-03-30T04:50:48.712907+0000 mgr.y (mgr.25441) 6593 : cluster [DBG] pgmap v4366: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.691 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.719217+0000 mon.a (mon.0) 2744 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:49.691 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: cephadm 2024-03-30T04:50:48.337643+0000 mgr.y (mgr.25441) 6579 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.691 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.402042+0000 mon.c (mon.1) 7497 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.691 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.405137+0000 mon.c (mon.1) 7498 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.691 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.407590+0000 mon.c (mon.1) 7499 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.691 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.408527+0000 mon.c (mon.1) 7500 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.691 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: cluster 2024-03-30T04:50:48.410276+0000 mgr.y (mgr.25441) 6580 : cluster [DBG] pgmap v4357: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.691 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: cluster 2024-03-30T04:50:48.410535+0000 mgr.y (mgr.25441) 6581 : cluster [DBG] pgmap v4358: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.691 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.415458+0000 mon.a (mon.0) 2740 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:49.691 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: cephadm 2024-03-30T04:50:48.417079+0000 mgr.y (mgr.25441) 6582 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.691 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.477109+0000 mon.c (mon.1) 7501 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.692 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.479742+0000 mon.c (mon.1) 7502 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.692 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.482220+0000 mon.c (mon.1) 7503 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.692 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.483301+0000 mon.c (mon.1) 7504 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.692 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: cluster 2024-03-30T04:50:48.484983+0000 mgr.y (mgr.25441) 6583 : cluster [DBG] pgmap v4359: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.692 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: cluster 2024-03-30T04:50:48.485351+0000 mgr.y (mgr.25441) 6584 : cluster [DBG] pgmap v4360: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.692 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.490755+0000 mon.a (mon.0) 2741 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:49.692 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: cephadm 2024-03-30T04:50:48.493078+0000 mgr.y (mgr.25441) 6585 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.692 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.559527+0000 mon.c (mon.1) 7505 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.692 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.562213+0000 mon.c (mon.1) 7506 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.692 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.564670+0000 mon.c (mon.1) 7507 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.692 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: cephadm 2024-03-30T04:50:48.722490+0000 mgr.y (mgr.25441) 6594 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.693 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.768368+0000 mon.c (mon.1) 7517 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.693 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.770529+0000 mon.c (mon.1) 7518 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.693 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.772429+0000 mon.c (mon.1) 7519 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.693 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.773175+0000 mon.c (mon.1) 7520 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.693 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: cluster 2024-03-30T04:50:48.774522+0000 mgr.y (mgr.25441) 6595 : cluster [DBG] pgmap v4367: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.693 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: cluster 2024-03-30T04:50:48.774774+0000 mgr.y (mgr.25441) 6596 : cluster [DBG] pgmap v4368: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.693 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.781184+0000 mon.a (mon.0) 2745 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:49.693 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: cephadm 2024-03-30T04:50:48.784264+0000 mgr.y (mgr.25441) 6597 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.693 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.840776+0000 mon.c (mon.1) 7521 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.693 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.842576+0000 mon.c (mon.1) 7522 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.693 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.844317+0000 mon.c (mon.1) 7523 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.693 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.844966+0000 mon.c (mon.1) 7524 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.693 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.852647+0000 mon.a (mon.0) 2746 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:49.693 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.912073+0000 mon.c (mon.1) 7525 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.693 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.913882+0000 mon.c (mon.1) 7526 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.694 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.915694+0000 mon.c (mon.1) 7527 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.694 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.916457+0000 mon.c (mon.1) 7528 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.694 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.925439+0000 mon.a (mon.0) 2747 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:49.694 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.984895+0000 mon.c (mon.1) 7529 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.694 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.565574+0000 mon.c (mon.1) 7508 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.694 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: cluster 2024-03-30T04:50:48.567272+0000 mgr.y (mgr.25441) 6586 : cluster [DBG] pgmap v4361: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.694 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: cluster 2024-03-30T04:50:48.567674+0000 mgr.y (mgr.25441) 6587 : cluster [DBG] pgmap v4362: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.694 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.573456+0000 mon.a (mon.0) 2742 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:49.694 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: cephadm 2024-03-30T04:50:48.578732+0000 mgr.y (mgr.25441) 6588 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.695 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.635840+0000 mon.c (mon.1) 7509 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.695 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.637739+0000 mon.c (mon.1) 7510 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.695 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.639595+0000 mon.c (mon.1) 7511 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.695 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.640300+0000 mon.c (mon.1) 7512 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.695 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: cluster 2024-03-30T04:50:48.641662+0000 mgr.y (mgr.25441) 6589 : cluster [DBG] pgmap v4363: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.695 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: cluster 2024-03-30T04:50:48.641928+0000 mgr.y (mgr.25441) 6590 : cluster [DBG] pgmap v4364: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.695 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.646471+0000 mon.a (mon.0) 2743 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:49.695 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: cephadm 2024-03-30T04:50:48.649336+0000 mgr.y (mgr.25441) 6591 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.695 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.706259+0000 mon.c (mon.1) 7513 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.695 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.708175+0000 mon.c (mon.1) 7514 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.695 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.710602+0000 mon.c (mon.1) 7515 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.695 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.711335+0000 mon.c (mon.1) 7516 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.695 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: cluster 2024-03-30T04:50:48.712662+0000 mgr.y (mgr.25441) 6592 : cluster [DBG] pgmap v4365: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.695 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: cluster 2024-03-30T04:50:48.712907+0000 mgr.y (mgr.25441) 6593 : cluster [DBG] pgmap v4366: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.696 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.719217+0000 mon.a (mon.0) 2744 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:49.696 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.986768+0000 mon.c (mon.1) 7530 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.696 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.988478+0000 mon.c (mon.1) 7531 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.696 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.989089+0000 mon.c (mon.1) 7532 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.696 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:48.997030+0000 mon.a (mon.0) 2748 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:49.696 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:49.057478+0000 mon.c (mon.1) 7533 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.696 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:49.059437+0000 mon.c (mon.1) 7534 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.696 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:49.061325+0000 mon.c (mon.1) 7535 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.696 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:49.061958+0000 mon.c (mon.1) 7536 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.697 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:49.070143+0000 mon.a (mon.0) 2749 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:49.697 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:49.113469+0000 mon.c (mon.1) 7537 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.697 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:49.115412+0000 mon.c (mon.1) 7538 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.697 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:49.117636+0000 mon.c (mon.1) 7539 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.697 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:49.118241+0000 mon.c (mon.1) 7540 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.697 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:49.127593+0000 mon.a (mon.0) 2750 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:49.697 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:49.170644+0000 mon.c (mon.1) 7541 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.697 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:49.172442+0000 mon.c (mon.1) 7542 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.697 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:49.174135+0000 mon.c (mon.1) 7543 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.697 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:49.174766+0000 mon.c (mon.1) 7544 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.697 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:49.182491+0000 mon.a (mon.0) 2751 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:49.697 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:49.241916+0000 mon.c (mon.1) 7545 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.697 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:49.243763+0000 mon.c (mon.1) 7546 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.697 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:49.245527+0000 mon.c (mon.1) 7547 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.698 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:49.246170+0000 mon.c (mon.1) 7548 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.698 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:49.253822+0000 mon.a (mon.0) 2752 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:49.698 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:49.314597+0000 mon.c (mon.1) 7549 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.698 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:49.316684+0000 mon.c (mon.1) 7550 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.698 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:49.318685+0000 mon.c (mon.1) 7551 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.698 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:49.319450+0000 mon.c (mon.1) 7552 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.698 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[70954]: audit 2024-03-30T04:50:49.328170+0000 mon.a (mon.0) 2753 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:49.698 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: cephadm 2024-03-30T04:50:48.722490+0000 mgr.y (mgr.25441) 6594 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.699 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.768368+0000 mon.c (mon.1) 7517 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.699 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.770529+0000 mon.c (mon.1) 7518 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.699 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.772429+0000 mon.c (mon.1) 7519 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.699 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.773175+0000 mon.c (mon.1) 7520 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.699 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: cluster 2024-03-30T04:50:48.774522+0000 mgr.y (mgr.25441) 6595 : cluster [DBG] pgmap v4367: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.699 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: cluster 2024-03-30T04:50:48.774774+0000 mgr.y (mgr.25441) 6596 : cluster [DBG] pgmap v4368: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.699 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.781184+0000 mon.a (mon.0) 2745 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:49.699 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: cephadm 2024-03-30T04:50:48.784264+0000 mgr.y (mgr.25441) 6597 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.699 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.840776+0000 mon.c (mon.1) 7521 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.699 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.842576+0000 mon.c (mon.1) 7522 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.699 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.844317+0000 mon.c (mon.1) 7523 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.699 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.844966+0000 mon.c (mon.1) 7524 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.699 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.852647+0000 mon.a (mon.0) 2746 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:49.699 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.912073+0000 mon.c (mon.1) 7525 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.699 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.913882+0000 mon.c (mon.1) 7526 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.700 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.915694+0000 mon.c (mon.1) 7527 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.700 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.916457+0000 mon.c (mon.1) 7528 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.700 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.925439+0000 mon.a (mon.0) 2747 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:49.700 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.984895+0000 mon.c (mon.1) 7529 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.700 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.986768+0000 mon.c (mon.1) 7530 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.700 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.988478+0000 mon.c (mon.1) 7531 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.700 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.989089+0000 mon.c (mon.1) 7532 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.700 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:48.997030+0000 mon.a (mon.0) 2748 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:49.700 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:49.057478+0000 mon.c (mon.1) 7533 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.700 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:49.059437+0000 mon.c (mon.1) 7534 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.700 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:49.061325+0000 mon.c (mon.1) 7535 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.700 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:49.061958+0000 mon.c (mon.1) 7536 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.700 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:49.070143+0000 mon.a (mon.0) 2749 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:49.700 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:49.113469+0000 mon.c (mon.1) 7537 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.700 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:49.115412+0000 mon.c (mon.1) 7538 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.701 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:49.117636+0000 mon.c (mon.1) 7539 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.701 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:49.118241+0000 mon.c (mon.1) 7540 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.701 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:49.127593+0000 mon.a (mon.0) 2750 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:49.701 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:49.170644+0000 mon.c (mon.1) 7541 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.701 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:49.172442+0000 mon.c (mon.1) 7542 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.701 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:49.174135+0000 mon.c (mon.1) 7543 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.701 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:49.174766+0000 mon.c (mon.1) 7544 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.701 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:49.182491+0000 mon.a (mon.0) 2751 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:49.701 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:49.241916+0000 mon.c (mon.1) 7545 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.701 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:49.243763+0000 mon.c (mon.1) 7546 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.701 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:49.245527+0000 mon.c (mon.1) 7547 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.701 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:49.246170+0000 mon.c (mon.1) 7548 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.701 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:49.253822+0000 mon.a (mon.0) 2752 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:49.701 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:49.314597+0000 mon.c (mon.1) 7549 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.701 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:49.316684+0000 mon.c (mon.1) 7550 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.702 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:49.318685+0000 mon.c (mon.1) 7551 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.702 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:49.319450+0000 mon.c (mon.1) 7552 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.702 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:49 smithi111 bash[73591]: audit 2024-03-30T04:50:49.328170+0000 mon.a (mon.0) 2753 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cluster 2024-03-30T04:50:48.846130+0000 mgr.y (mgr.25441) 6598 : cluster [DBG] pgmap v4369: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cluster 2024-03-30T04:50:48.846323+0000 mgr.y (mgr.25441) 6599 : cluster [DBG] pgmap v4370: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cephadm 2024-03-30T04:50:48.855572+0000 mgr.y (mgr.25441) 6600 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cluster 2024-03-30T04:50:48.917990+0000 mgr.y (mgr.25441) 6601 : cluster [DBG] pgmap v4371: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cluster 2024-03-30T04:50:48.918278+0000 mgr.y (mgr.25441) 6602 : cluster [DBG] pgmap v4372: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cephadm 2024-03-30T04:50:48.928177+0000 mgr.y (mgr.25441) 6603 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cluster 2024-03-30T04:50:48.990283+0000 mgr.y (mgr.25441) 6604 : cluster [DBG] pgmap v4373: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cluster 2024-03-30T04:50:48.990533+0000 mgr.y (mgr.25441) 6605 : cluster [DBG] pgmap v4374: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cephadm 2024-03-30T04:50:49.000180+0000 mgr.y (mgr.25441) 6606 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cluster 2024-03-30T04:50:49.063268+0000 mgr.y (mgr.25441) 6607 : cluster [DBG] pgmap v4375: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cluster 2024-03-30T04:50:49.063515+0000 mgr.y (mgr.25441) 6608 : cluster [DBG] pgmap v4376: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.072595+0000 mgr.y (mgr.25441) 6609 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:50.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cephadm 2024-03-30T04:50:49.073072+0000 mgr.y (mgr.25441) 6610 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cluster 2024-03-30T04:50:49.119521+0000 mgr.y (mgr.25441) 6611 : cluster [DBG] pgmap v4377: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cluster 2024-03-30T04:50:49.119764+0000 mgr.y (mgr.25441) 6612 : cluster [DBG] pgmap v4378: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cephadm 2024-03-30T04:50:49.130582+0000 mgr.y (mgr.25441) 6613 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cluster 2024-03-30T04:50:49.175959+0000 mgr.y (mgr.25441) 6614 : cluster [DBG] pgmap v4379: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cluster 2024-03-30T04:50:49.176197+0000 mgr.y (mgr.25441) 6615 : cluster [DBG] pgmap v4380: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cephadm 2024-03-30T04:50:49.185520+0000 mgr.y (mgr.25441) 6616 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cluster 2024-03-30T04:50:49.247486+0000 mgr.y (mgr.25441) 6617 : cluster [DBG] pgmap v4381: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cluster 2024-03-30T04:50:48.846130+0000 mgr.y (mgr.25441) 6598 : cluster [DBG] pgmap v4369: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cluster 2024-03-30T04:50:48.846323+0000 mgr.y (mgr.25441) 6599 : cluster [DBG] pgmap v4370: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cephadm 2024-03-30T04:50:48.855572+0000 mgr.y (mgr.25441) 6600 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cluster 2024-03-30T04:50:48.917990+0000 mgr.y (mgr.25441) 6601 : cluster [DBG] pgmap v4371: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cluster 2024-03-30T04:50:48.918278+0000 mgr.y (mgr.25441) 6602 : cluster [DBG] pgmap v4372: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cephadm 2024-03-30T04:50:48.928177+0000 mgr.y (mgr.25441) 6603 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cluster 2024-03-30T04:50:48.990283+0000 mgr.y (mgr.25441) 6604 : cluster [DBG] pgmap v4373: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cluster 2024-03-30T04:50:48.990533+0000 mgr.y (mgr.25441) 6605 : cluster [DBG] pgmap v4374: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cephadm 2024-03-30T04:50:49.000180+0000 mgr.y (mgr.25441) 6606 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cluster 2024-03-30T04:50:49.063268+0000 mgr.y (mgr.25441) 6607 : cluster [DBG] pgmap v4375: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cluster 2024-03-30T04:50:49.063515+0000 mgr.y (mgr.25441) 6608 : cluster [DBG] pgmap v4376: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.072595+0000 mgr.y (mgr.25441) 6609 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:50.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cephadm 2024-03-30T04:50:49.073072+0000 mgr.y (mgr.25441) 6610 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cluster 2024-03-30T04:50:49.119521+0000 mgr.y (mgr.25441) 6611 : cluster [DBG] pgmap v4377: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cluster 2024-03-30T04:50:49.119764+0000 mgr.y (mgr.25441) 6612 : cluster [DBG] pgmap v4378: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cephadm 2024-03-30T04:50:49.130582+0000 mgr.y (mgr.25441) 6613 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cluster 2024-03-30T04:50:49.175959+0000 mgr.y (mgr.25441) 6614 : cluster [DBG] pgmap v4379: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cluster 2024-03-30T04:50:49.176197+0000 mgr.y (mgr.25441) 6615 : cluster [DBG] pgmap v4380: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cephadm 2024-03-30T04:50:49.185520+0000 mgr.y (mgr.25441) 6616 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.872 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cluster 2024-03-30T04:50:49.247486+0000 mgr.y (mgr.25441) 6617 : cluster [DBG] pgmap v4381: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cluster 2024-03-30T04:50:49.247755+0000 mgr.y (mgr.25441) 6618 : cluster [DBG] pgmap v4382: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cephadm 2024-03-30T04:50:49.256641+0000 mgr.y (mgr.25441) 6619 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cluster 2024-03-30T04:50:49.320723+0000 mgr.y (mgr.25441) 6620 : cluster [DBG] pgmap v4383: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cluster 2024-03-30T04:50:49.320956+0000 mgr.y (mgr.25441) 6621 : cluster [DBG] pgmap v4384: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cephadm 2024-03-30T04:50:49.330289+0000 mgr.y (mgr.25441) 6622 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.873 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.388093+0000 mon.c (mon.1) 7553 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.405380+0000 mon.c (mon.1) 7554 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.407337+0000 mon.c (mon.1) 7555 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.407991+0000 mon.c (mon.1) 7556 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cluster 2024-03-30T04:50:49.409194+0000 mgr.y (mgr.25441) 6623 : cluster [DBG] pgmap v4385: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cluster 2024-03-30T04:50:49.409428+0000 mgr.y (mgr.25441) 6624 : cluster [DBG] pgmap v4386: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.414657+0000 mon.a (mon.0) 2754 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cephadm 2024-03-30T04:50:49.415210+0000 mgr.y (mgr.25441) 6625 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.476634+0000 mon.c (mon.1) 7557 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.479233+0000 mon.c (mon.1) 7558 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.481469+0000 mon.c (mon.1) 7559 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.482252+0000 mon.c (mon.1) 7560 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cluster 2024-03-30T04:50:49.483867+0000 mgr.y (mgr.25441) 6626 : cluster [DBG] pgmap v4387: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cluster 2024-03-30T04:50:49.484249+0000 mgr.y (mgr.25441) 6627 : cluster [DBG] pgmap v4388: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.489186+0000 mon.a (mon.0) 2755 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cephadm 2024-03-30T04:50:49.490755+0000 mgr.y (mgr.25441) 6628 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.531530+0000 mon.c (mon.1) 7561 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.533712+0000 mon.c (mon.1) 7562 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.535429+0000 mon.c (mon.1) 7563 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.536089+0000 mon.c (mon.1) 7564 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cluster 2024-03-30T04:50:49.537271+0000 mgr.y (mgr.25441) 6629 : cluster [DBG] pgmap v4389: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cluster 2024-03-30T04:50:49.537471+0000 mgr.y (mgr.25441) 6630 : cluster [DBG] pgmap v4390: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.541709+0000 mon.a (mon.0) 2756 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cephadm 2024-03-30T04:50:49.545182+0000 mgr.y (mgr.25441) 6631 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.586281+0000 mon.c (mon.1) 7565 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.588259+0000 mon.c (mon.1) 7566 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.589971+0000 mon.c (mon.1) 7567 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.590617+0000 mon.c (mon.1) 7568 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cluster 2024-03-30T04:50:49.591913+0000 mgr.y (mgr.25441) 6632 : cluster [DBG] pgmap v4391: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cluster 2024-03-30T04:50:49.592115+0000 mgr.y (mgr.25441) 6633 : cluster [DBG] pgmap v4392: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.598487+0000 mon.a (mon.0) 2757 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cephadm 2024-03-30T04:50:49.599082+0000 mgr.y (mgr.25441) 6634 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.639185+0000 mon.c (mon.1) 7569 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.641107+0000 mon.c (mon.1) 7570 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.643267+0000 mon.c (mon.1) 7571 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cluster 2024-03-30T04:50:49.247755+0000 mgr.y (mgr.25441) 6618 : cluster [DBG] pgmap v4382: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cephadm 2024-03-30T04:50:49.256641+0000 mgr.y (mgr.25441) 6619 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cluster 2024-03-30T04:50:49.320723+0000 mgr.y (mgr.25441) 6620 : cluster [DBG] pgmap v4383: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cluster 2024-03-30T04:50:49.320956+0000 mgr.y (mgr.25441) 6621 : cluster [DBG] pgmap v4384: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cephadm 2024-03-30T04:50:49.330289+0000 mgr.y (mgr.25441) 6622 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.388093+0000 mon.c (mon.1) 7553 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.405380+0000 mon.c (mon.1) 7554 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.878 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.407337+0000 mon.c (mon.1) 7555 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.407991+0000 mon.c (mon.1) 7556 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cluster 2024-03-30T04:50:49.409194+0000 mgr.y (mgr.25441) 6623 : cluster [DBG] pgmap v4385: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cluster 2024-03-30T04:50:49.409428+0000 mgr.y (mgr.25441) 6624 : cluster [DBG] pgmap v4386: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.414657+0000 mon.a (mon.0) 2754 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cephadm 2024-03-30T04:50:49.415210+0000 mgr.y (mgr.25441) 6625 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.476634+0000 mon.c (mon.1) 7557 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.479233+0000 mon.c (mon.1) 7558 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.481469+0000 mon.c (mon.1) 7559 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.482252+0000 mon.c (mon.1) 7560 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cluster 2024-03-30T04:50:49.483867+0000 mgr.y (mgr.25441) 6626 : cluster [DBG] pgmap v4387: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.879 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cluster 2024-03-30T04:50:49.484249+0000 mgr.y (mgr.25441) 6627 : cluster [DBG] pgmap v4388: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.880 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.489186+0000 mon.a (mon.0) 2755 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.643893+0000 mon.c (mon.1) 7572 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cluster 2024-03-30T04:50:49.645025+0000 mgr.y (mgr.25441) 6635 : cluster [DBG] pgmap v4393: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cluster 2024-03-30T04:50:49.645220+0000 mgr.y (mgr.25441) 6636 : cluster [DBG] pgmap v4394: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.650948+0000 mon.a (mon.0) 2758 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cephadm 2024-03-30T04:50:49.652372+0000 mgr.y (mgr.25441) 6637 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.708710+0000 mon.c (mon.1) 7573 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.710560+0000 mon.c (mon.1) 7574 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.712234+0000 mon.c (mon.1) 7575 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.712830+0000 mon.c (mon.1) 7576 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cluster 2024-03-30T04:50:49.714051+0000 mgr.y (mgr.25441) 6638 : cluster [DBG] pgmap v4395: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cluster 2024-03-30T04:50:49.714280+0000 mgr.y (mgr.25441) 6639 : cluster [DBG] pgmap v4396: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.881 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.718990+0000 mon.a (mon.0) 2759 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cephadm 2024-03-30T04:50:49.721112+0000 mgr.y (mgr.25441) 6640 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.777753+0000 mon.c (mon.1) 7577 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.779523+0000 mon.c (mon.1) 7578 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.781248+0000 mon.c (mon.1) 7579 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.781863+0000 mon.c (mon.1) 7580 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cluster 2024-03-30T04:50:49.783104+0000 mgr.y (mgr.25441) 6641 : cluster [DBG] pgmap v4397: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cluster 2024-03-30T04:50:49.783343+0000 mgr.y (mgr.25441) 6642 : cluster [DBG] pgmap v4398: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.790537+0000 mon.a (mon.0) 2760 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.882 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cephadm 2024-03-30T04:50:49.791154+0000 mgr.y (mgr.25441) 6643 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.831234+0000 mon.c (mon.1) 7581 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.833169+0000 mon.c (mon.1) 7582 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.834831+0000 mon.c (mon.1) 7583 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.835463+0000 mon.c (mon.1) 7584 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cluster 2024-03-30T04:50:49.836666+0000 mgr.y (mgr.25441) 6644 : cluster [DBG] pgmap v4399: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: cluster 2024-03-30T04:50:49.836903+0000 mgr.y (mgr.25441) 6645 : cluster [DBG] pgmap v4400: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.843956+0000 mon.a (mon.0) 2761 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.885454+0000 mon.c (mon.1) 7585 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.887423+0000 mon.c (mon.1) 7586 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.889467+0000 mon.c (mon.1) 7587 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.890472+0000 mon.c (mon.1) 7588 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.899842+0000 mon.a (mon.0) 2762 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.956788+0000 mon.c (mon.1) 7589 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.959134+0000 mon.c (mon.1) 7590 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.961381+0000 mon.c (mon.1) 7591 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.962193+0000 mon.c (mon.1) 7592 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:49.970644+0000 mon.a (mon.0) 2763 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.884 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:50.030703+0000 mon.c (mon.1) 7593 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cephadm 2024-03-30T04:50:49.490755+0000 mgr.y (mgr.25441) 6628 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.531530+0000 mon.c (mon.1) 7561 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.533712+0000 mon.c (mon.1) 7562 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.535429+0000 mon.c (mon.1) 7563 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.536089+0000 mon.c (mon.1) 7564 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cluster 2024-03-30T04:50:49.537271+0000 mgr.y (mgr.25441) 6629 : cluster [DBG] pgmap v4389: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.885 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cluster 2024-03-30T04:50:49.537471+0000 mgr.y (mgr.25441) 6630 : cluster [DBG] pgmap v4390: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.541709+0000 mon.a (mon.0) 2756 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cephadm 2024-03-30T04:50:49.545182+0000 mgr.y (mgr.25441) 6631 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.586281+0000 mon.c (mon.1) 7565 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.588259+0000 mon.c (mon.1) 7566 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.589971+0000 mon.c (mon.1) 7567 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.590617+0000 mon.c (mon.1) 7568 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cluster 2024-03-30T04:50:49.591913+0000 mgr.y (mgr.25441) 6632 : cluster [DBG] pgmap v4391: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cluster 2024-03-30T04:50:49.592115+0000 mgr.y (mgr.25441) 6633 : cluster [DBG] pgmap v4392: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.598487+0000 mon.a (mon.0) 2757 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cephadm 2024-03-30T04:50:49.599082+0000 mgr.y (mgr.25441) 6634 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.639185+0000 mon.c (mon.1) 7569 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.641107+0000 mon.c (mon.1) 7570 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.643267+0000 mon.c (mon.1) 7571 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.887 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:50.032793+0000 mon.c (mon.1) 7594 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:50.034657+0000 mon.c (mon.1) 7595 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:50.035344+0000 mon.c (mon.1) 7596 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:50.043439+0000 mon.a (mon.0) 2764 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:50.102193+0000 mon.c (mon.1) 7597 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:50.104273+0000 mon.c (mon.1) 7598 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:50.106092+0000 mon.c (mon.1) 7599 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:50.106794+0000 mon.c (mon.1) 7600 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:50.113976+0000 mon.a (mon.0) 2765 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:50.171026+0000 mon.c (mon.1) 7601 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.888 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:50.172835+0000 mon.c (mon.1) 7602 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:50.174603+0000 mon.c (mon.1) 7603 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:50.175226+0000 mon.c (mon.1) 7604 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:50.181869+0000 mon.a (mon.0) 2766 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:50.255933+0000 mon.c (mon.1) 7605 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:50.259418+0000 mon.c (mon.1) 7606 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:50.262904+0000 mon.c (mon.1) 7607 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:50.263933+0000 mon.c (mon.1) 7608 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:50.272156+0000 mon.a (mon.0) 2767 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:50.313442+0000 mon.c (mon.1) 7609 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:50.315266+0000 mon.c (mon.1) 7610 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:50.316986+0000 mon.c (mon.1) 7611 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:50.317643+0000 mon.c (mon.1) 7612 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:50.324606+0000 mon.a (mon.0) 2768 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:50.381903+0000 mon.c (mon.1) 7613 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.889 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:50.383871+0000 mon.c (mon.1) 7614 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:50.385582+0000 mon.c (mon.1) 7615 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[73591]: audit 2024-03-30T04:50:50.386219+0000 mon.c (mon.1) 7616 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.890 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.643893+0000 mon.c (mon.1) 7572 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.890 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cluster 2024-03-30T04:50:49.645025+0000 mgr.y (mgr.25441) 6635 : cluster [DBG] pgmap v4393: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.890 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cluster 2024-03-30T04:50:49.645220+0000 mgr.y (mgr.25441) 6636 : cluster [DBG] pgmap v4394: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.890 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.650948+0000 mon.a (mon.0) 2758 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.891 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cephadm 2024-03-30T04:50:49.652372+0000 mgr.y (mgr.25441) 6637 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.891 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.708710+0000 mon.c (mon.1) 7573 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.891 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.710560+0000 mon.c (mon.1) 7574 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.891 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.712234+0000 mon.c (mon.1) 7575 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.891 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.712830+0000 mon.c (mon.1) 7576 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.891 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cluster 2024-03-30T04:50:49.714051+0000 mgr.y (mgr.25441) 6638 : cluster [DBG] pgmap v4395: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.891 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cluster 2024-03-30T04:50:49.714280+0000 mgr.y (mgr.25441) 6639 : cluster [DBG] pgmap v4396: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.891 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.718990+0000 mon.a (mon.0) 2759 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.891 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cephadm 2024-03-30T04:50:49.721112+0000 mgr.y (mgr.25441) 6640 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.891 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.777753+0000 mon.c (mon.1) 7577 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.891 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.779523+0000 mon.c (mon.1) 7578 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.891 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.781248+0000 mon.c (mon.1) 7579 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.891 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.781863+0000 mon.c (mon.1) 7580 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.892 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cluster 2024-03-30T04:50:49.783104+0000 mgr.y (mgr.25441) 6641 : cluster [DBG] pgmap v4397: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.892 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cluster 2024-03-30T04:50:49.783343+0000 mgr.y (mgr.25441) 6642 : cluster [DBG] pgmap v4398: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.892 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.790537+0000 mon.a (mon.0) 2760 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.892 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cephadm 2024-03-30T04:50:49.791154+0000 mgr.y (mgr.25441) 6643 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.892 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.831234+0000 mon.c (mon.1) 7581 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.892 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.833169+0000 mon.c (mon.1) 7582 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.892 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.834831+0000 mon.c (mon.1) 7583 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.892 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.835463+0000 mon.c (mon.1) 7584 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.892 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cluster 2024-03-30T04:50:49.836666+0000 mgr.y (mgr.25441) 6644 : cluster [DBG] pgmap v4399: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.892 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: cluster 2024-03-30T04:50:49.836903+0000 mgr.y (mgr.25441) 6645 : cluster [DBG] pgmap v4400: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.892 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.843956+0000 mon.a (mon.0) 2761 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.892 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.885454+0000 mon.c (mon.1) 7585 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.892 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.887423+0000 mon.c (mon.1) 7586 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.893 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.889467+0000 mon.c (mon.1) 7587 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.893 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.890472+0000 mon.c (mon.1) 7588 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.893 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.899842+0000 mon.a (mon.0) 2762 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.893 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.956788+0000 mon.c (mon.1) 7589 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.893 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.959134+0000 mon.c (mon.1) 7590 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.893 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.961381+0000 mon.c (mon.1) 7591 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.893 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.962193+0000 mon.c (mon.1) 7592 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.893 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:49.970644+0000 mon.a (mon.0) 2763 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.893 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:50.030703+0000 mon.c (mon.1) 7593 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.893 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:50.032793+0000 mon.c (mon.1) 7594 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.893 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:50.034657+0000 mon.c (mon.1) 7595 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.893 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:50.035344+0000 mon.c (mon.1) 7596 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.893 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:50.043439+0000 mon.a (mon.0) 2764 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.893 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:50.102193+0000 mon.c (mon.1) 7597 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.894 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:50.104273+0000 mon.c (mon.1) 7598 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.894 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:50.106092+0000 mon.c (mon.1) 7599 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.894 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:50.106794+0000 mon.c (mon.1) 7600 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.894 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:50.113976+0000 mon.a (mon.0) 2765 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.894 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:50.171026+0000 mon.c (mon.1) 7601 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.894 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:50.172835+0000 mon.c (mon.1) 7602 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.894 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:50.174603+0000 mon.c (mon.1) 7603 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.894 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:50.175226+0000 mon.c (mon.1) 7604 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.894 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:50.181869+0000 mon.a (mon.0) 2766 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.894 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:50.255933+0000 mon.c (mon.1) 7605 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.894 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:50.259418+0000 mon.c (mon.1) 7606 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.894 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:50.262904+0000 mon.c (mon.1) 7607 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.894 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:50.263933+0000 mon.c (mon.1) 7608 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.894 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:50.272156+0000 mon.a (mon.0) 2767 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.895 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:50.313442+0000 mon.c (mon.1) 7609 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.895 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:50.315266+0000 mon.c (mon.1) 7610 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.895 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:50.316986+0000 mon.c (mon.1) 7611 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.895 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:50.317643+0000 mon.c (mon.1) 7612 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.895 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:50.324606+0000 mon.a (mon.0) 2768 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.895 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:50.381903+0000 mon.c (mon.1) 7613 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.895 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:50.383871+0000 mon.c (mon.1) 7614 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.895 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:50.385582+0000 mon.c (mon.1) 7615 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.895 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:50 smithi111 bash[70954]: audit 2024-03-30T04:50:50.386219+0000 mon.c (mon.1) 7616 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cluster 2024-03-30T04:50:48.846130+0000 mgr.y (mgr.25441) 6598 : cluster [DBG] pgmap v4369: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cluster 2024-03-30T04:50:48.846323+0000 mgr.y (mgr.25441) 6599 : cluster [DBG] pgmap v4370: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cephadm 2024-03-30T04:50:48.855572+0000 mgr.y (mgr.25441) 6600 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.896 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cluster 2024-03-30T04:50:48.917990+0000 mgr.y (mgr.25441) 6601 : cluster [DBG] pgmap v4371: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cluster 2024-03-30T04:50:48.918278+0000 mgr.y (mgr.25441) 6602 : cluster [DBG] pgmap v4372: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cephadm 2024-03-30T04:50:48.928177+0000 mgr.y (mgr.25441) 6603 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cluster 2024-03-30T04:50:48.990283+0000 mgr.y (mgr.25441) 6604 : cluster [DBG] pgmap v4373: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cluster 2024-03-30T04:50:48.990533+0000 mgr.y (mgr.25441) 6605 : cluster [DBG] pgmap v4374: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cephadm 2024-03-30T04:50:49.000180+0000 mgr.y (mgr.25441) 6606 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cluster 2024-03-30T04:50:49.063268+0000 mgr.y (mgr.25441) 6607 : cluster [DBG] pgmap v4375: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cluster 2024-03-30T04:50:49.063515+0000 mgr.y (mgr.25441) 6608 : cluster [DBG] pgmap v4376: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.072595+0000 mgr.y (mgr.25441) 6609 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:50.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cephadm 2024-03-30T04:50:49.073072+0000 mgr.y (mgr.25441) 6610 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cluster 2024-03-30T04:50:49.119521+0000 mgr.y (mgr.25441) 6611 : cluster [DBG] pgmap v4377: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cluster 2024-03-30T04:50:49.119764+0000 mgr.y (mgr.25441) 6612 : cluster [DBG] pgmap v4378: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cephadm 2024-03-30T04:50:49.130582+0000 mgr.y (mgr.25441) 6613 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.897 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cluster 2024-03-30T04:50:49.175959+0000 mgr.y (mgr.25441) 6614 : cluster [DBG] pgmap v4379: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cluster 2024-03-30T04:50:49.176197+0000 mgr.y (mgr.25441) 6615 : cluster [DBG] pgmap v4380: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cephadm 2024-03-30T04:50:49.185520+0000 mgr.y (mgr.25441) 6616 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cluster 2024-03-30T04:50:49.247486+0000 mgr.y (mgr.25441) 6617 : cluster [DBG] pgmap v4381: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cluster 2024-03-30T04:50:49.247755+0000 mgr.y (mgr.25441) 6618 : cluster [DBG] pgmap v4382: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cephadm 2024-03-30T04:50:49.256641+0000 mgr.y (mgr.25441) 6619 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cluster 2024-03-30T04:50:49.320723+0000 mgr.y (mgr.25441) 6620 : cluster [DBG] pgmap v4383: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cluster 2024-03-30T04:50:49.320956+0000 mgr.y (mgr.25441) 6621 : cluster [DBG] pgmap v4384: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cephadm 2024-03-30T04:50:49.330289+0000 mgr.y (mgr.25441) 6622 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.388093+0000 mon.c (mon.1) 7553 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.405380+0000 mon.c (mon.1) 7554 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.407337+0000 mon.c (mon.1) 7555 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.407991+0000 mon.c (mon.1) 7556 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cluster 2024-03-30T04:50:49.409194+0000 mgr.y (mgr.25441) 6623 : cluster [DBG] pgmap v4385: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.898 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cluster 2024-03-30T04:50:49.409428+0000 mgr.y (mgr.25441) 6624 : cluster [DBG] pgmap v4386: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.899 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.414657+0000 mon.a (mon.0) 2754 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.899 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cephadm 2024-03-30T04:50:49.415210+0000 mgr.y (mgr.25441) 6625 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.899 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.476634+0000 mon.c (mon.1) 7557 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.899 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.479233+0000 mon.c (mon.1) 7558 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.899 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.481469+0000 mon.c (mon.1) 7559 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.899 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.482252+0000 mon.c (mon.1) 7560 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.899 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cluster 2024-03-30T04:50:49.483867+0000 mgr.y (mgr.25441) 6626 : cluster [DBG] pgmap v4387: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.899 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cluster 2024-03-30T04:50:49.484249+0000 mgr.y (mgr.25441) 6627 : cluster [DBG] pgmap v4388: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.899 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.489186+0000 mon.a (mon.0) 2755 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.899 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cephadm 2024-03-30T04:50:49.490755+0000 mgr.y (mgr.25441) 6628 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.899 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.531530+0000 mon.c (mon.1) 7561 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.899 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.533712+0000 mon.c (mon.1) 7562 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.899 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.535429+0000 mon.c (mon.1) 7563 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.899 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.536089+0000 mon.c (mon.1) 7564 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cluster 2024-03-30T04:50:49.537271+0000 mgr.y (mgr.25441) 6629 : cluster [DBG] pgmap v4389: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cluster 2024-03-30T04:50:49.537471+0000 mgr.y (mgr.25441) 6630 : cluster [DBG] pgmap v4390: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.541709+0000 mon.a (mon.0) 2756 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cephadm 2024-03-30T04:50:49.545182+0000 mgr.y (mgr.25441) 6631 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.586281+0000 mon.c (mon.1) 7565 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.588259+0000 mon.c (mon.1) 7566 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.589971+0000 mon.c (mon.1) 7567 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.590617+0000 mon.c (mon.1) 7568 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cluster 2024-03-30T04:50:49.591913+0000 mgr.y (mgr.25441) 6632 : cluster [DBG] pgmap v4391: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cluster 2024-03-30T04:50:49.592115+0000 mgr.y (mgr.25441) 6633 : cluster [DBG] pgmap v4392: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.598487+0000 mon.a (mon.0) 2757 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cephadm 2024-03-30T04:50:49.599082+0000 mgr.y (mgr.25441) 6634 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.639185+0000 mon.c (mon.1) 7569 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.900 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.641107+0000 mon.c (mon.1) 7570 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.643267+0000 mon.c (mon.1) 7571 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.643893+0000 mon.c (mon.1) 7572 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cluster 2024-03-30T04:50:49.645025+0000 mgr.y (mgr.25441) 6635 : cluster [DBG] pgmap v4393: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cluster 2024-03-30T04:50:49.645220+0000 mgr.y (mgr.25441) 6636 : cluster [DBG] pgmap v4394: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.650948+0000 mon.a (mon.0) 2758 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cephadm 2024-03-30T04:50:49.652372+0000 mgr.y (mgr.25441) 6637 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.708710+0000 mon.c (mon.1) 7573 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.710560+0000 mon.c (mon.1) 7574 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.712234+0000 mon.c (mon.1) 7575 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.712830+0000 mon.c (mon.1) 7576 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cluster 2024-03-30T04:50:49.714051+0000 mgr.y (mgr.25441) 6638 : cluster [DBG] pgmap v4395: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cluster 2024-03-30T04:50:49.714280+0000 mgr.y (mgr.25441) 6639 : cluster [DBG] pgmap v4396: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.718990+0000 mon.a (mon.0) 2759 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.901 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cephadm 2024-03-30T04:50:49.721112+0000 mgr.y (mgr.25441) 6640 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.902 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.777753+0000 mon.c (mon.1) 7577 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.902 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.779523+0000 mon.c (mon.1) 7578 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.902 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.781248+0000 mon.c (mon.1) 7579 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.902 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.781863+0000 mon.c (mon.1) 7580 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.902 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cluster 2024-03-30T04:50:49.783104+0000 mgr.y (mgr.25441) 6641 : cluster [DBG] pgmap v4397: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.902 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cluster 2024-03-30T04:50:49.783343+0000 mgr.y (mgr.25441) 6642 : cluster [DBG] pgmap v4398: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.902 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.790537+0000 mon.a (mon.0) 2760 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.902 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cephadm 2024-03-30T04:50:49.791154+0000 mgr.y (mgr.25441) 6643 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.902 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.831234+0000 mon.c (mon.1) 7581 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.902 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.833169+0000 mon.c (mon.1) 7582 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.902 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.834831+0000 mon.c (mon.1) 7583 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.902 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.835463+0000 mon.c (mon.1) 7584 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.902 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cluster 2024-03-30T04:50:49.836666+0000 mgr.y (mgr.25441) 6644 : cluster [DBG] pgmap v4399: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.903 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: cluster 2024-03-30T04:50:49.836903+0000 mgr.y (mgr.25441) 6645 : cluster [DBG] pgmap v4400: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.903 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.843956+0000 mon.a (mon.0) 2761 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.903 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.885454+0000 mon.c (mon.1) 7585 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.903 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.887423+0000 mon.c (mon.1) 7586 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.903 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.889467+0000 mon.c (mon.1) 7587 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.903 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.890472+0000 mon.c (mon.1) 7588 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.903 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.899842+0000 mon.a (mon.0) 2762 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.903 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.956788+0000 mon.c (mon.1) 7589 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.903 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.959134+0000 mon.c (mon.1) 7590 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.903 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.961381+0000 mon.c (mon.1) 7591 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.903 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.962193+0000 mon.c (mon.1) 7592 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.903 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:49.970644+0000 mon.a (mon.0) 2763 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.903 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:50.030703+0000 mon.c (mon.1) 7593 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.903 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:50.032793+0000 mon.c (mon.1) 7594 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.903 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:50.034657+0000 mon.c (mon.1) 7595 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.904 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:50.035344+0000 mon.c (mon.1) 7596 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.904 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:50.043439+0000 mon.a (mon.0) 2764 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.904 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:50.102193+0000 mon.c (mon.1) 7597 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.904 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:50.104273+0000 mon.c (mon.1) 7598 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.904 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:50.106092+0000 mon.c (mon.1) 7599 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.904 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:50.106794+0000 mon.c (mon.1) 7600 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.904 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:50.113976+0000 mon.a (mon.0) 2765 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.904 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:50.171026+0000 mon.c (mon.1) 7601 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.904 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:50.172835+0000 mon.c (mon.1) 7602 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.904 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:50.174603+0000 mon.c (mon.1) 7603 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.904 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:50.175226+0000 mon.c (mon.1) 7604 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.904 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:50.181869+0000 mon.a (mon.0) 2766 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.904 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:50.255933+0000 mon.c (mon.1) 7605 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.905 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:50.259418+0000 mon.c (mon.1) 7606 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.905 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:50.262904+0000 mon.c (mon.1) 7607 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.905 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:50.263933+0000 mon.c (mon.1) 7608 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.905 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:50.272156+0000 mon.a (mon.0) 2767 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.905 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:50.313442+0000 mon.c (mon.1) 7609 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.905 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:50.315266+0000 mon.c (mon.1) 7610 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.905 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:50.316986+0000 mon.c (mon.1) 7611 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.905 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:50.317643+0000 mon.c (mon.1) 7612 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.905 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:50.324606+0000 mon.a (mon.0) 2768 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:50.905 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:50.381903+0000 mon.c (mon.1) 7613 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.905 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:50.383871+0000 mon.c (mon.1) 7614 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.905 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:50.385582+0000 mon.c (mon.1) 7615 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.905 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:50 smithi117 bash[62284]: audit 2024-03-30T04:50:50.386219+0000 mon.c (mon.1) 7616 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: cephadm 2024-03-30T04:50:49.844562+0000 mgr.y (mgr.25441) 6646 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: cluster 2024-03-30T04:50:49.891896+0000 mgr.y (mgr.25441) 6647 : cluster [DBG] pgmap v4401: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: cluster 2024-03-30T04:50:49.892112+0000 mgr.y (mgr.25441) 6648 : cluster [DBG] pgmap v4402: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: cephadm 2024-03-30T04:50:49.900421+0000 mgr.y (mgr.25441) 6649 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: cluster 2024-03-30T04:50:49.963919+0000 mgr.y (mgr.25441) 6650 : cluster [DBG] pgmap v4403: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: cluster 2024-03-30T04:50:49.964451+0000 mgr.y (mgr.25441) 6651 : cluster [DBG] pgmap v4404: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: cephadm 2024-03-30T04:50:49.973839+0000 mgr.y (mgr.25441) 6652 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: cluster 2024-03-30T04:50:50.036590+0000 mgr.y (mgr.25441) 6653 : cluster [DBG] pgmap v4405: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: cluster 2024-03-30T04:50:50.036847+0000 mgr.y (mgr.25441) 6654 : cluster [DBG] pgmap v4406: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: cephadm 2024-03-30T04:50:50.044235+0000 mgr.y (mgr.25441) 6655 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: cluster 2024-03-30T04:50:50.108117+0000 mgr.y (mgr.25441) 6656 : cluster [DBG] pgmap v4407: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: cluster 2024-03-30T04:50:50.108370+0000 mgr.y (mgr.25441) 6657 : cluster [DBG] pgmap v4408: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: cephadm 2024-03-30T04:50:50.114623+0000 mgr.y (mgr.25441) 6658 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: cluster 2024-03-30T04:50:50.176428+0000 mgr.y (mgr.25441) 6659 : cluster [DBG] pgmap v4409: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: cluster 2024-03-30T04:50:50.176669+0000 mgr.y (mgr.25441) 6660 : cluster [DBG] pgmap v4410: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: cephadm 2024-03-30T04:50:50.183432+0000 mgr.y (mgr.25441) 6661 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: cluster 2024-03-30T04:50:50.266078+0000 mgr.y (mgr.25441) 6662 : cluster [DBG] pgmap v4411: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: cluster 2024-03-30T04:50:50.266331+0000 mgr.y (mgr.25441) 6663 : cluster [DBG] pgmap v4412: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: cephadm 2024-03-30T04:50:50.272732+0000 mgr.y (mgr.25441) 6664 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: cluster 2024-03-30T04:50:50.318920+0000 mgr.y (mgr.25441) 6665 : cluster [DBG] pgmap v4413: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: cephadm 2024-03-30T04:50:49.844562+0000 mgr.y (mgr.25441) 6646 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: cluster 2024-03-30T04:50:49.891896+0000 mgr.y (mgr.25441) 6647 : cluster [DBG] pgmap v4401: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: cluster 2024-03-30T04:50:49.892112+0000 mgr.y (mgr.25441) 6648 : cluster [DBG] pgmap v4402: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: cephadm 2024-03-30T04:50:49.900421+0000 mgr.y (mgr.25441) 6649 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: cluster 2024-03-30T04:50:49.963919+0000 mgr.y (mgr.25441) 6650 : cluster [DBG] pgmap v4403: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: cluster 2024-03-30T04:50:49.964451+0000 mgr.y (mgr.25441) 6651 : cluster [DBG] pgmap v4404: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: cephadm 2024-03-30T04:50:49.973839+0000 mgr.y (mgr.25441) 6652 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: cluster 2024-03-30T04:50:50.036590+0000 mgr.y (mgr.25441) 6653 : cluster [DBG] pgmap v4405: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: cluster 2024-03-30T04:50:50.036847+0000 mgr.y (mgr.25441) 6654 : cluster [DBG] pgmap v4406: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: cephadm 2024-03-30T04:50:50.044235+0000 mgr.y (mgr.25441) 6655 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: cluster 2024-03-30T04:50:50.108117+0000 mgr.y (mgr.25441) 6656 : cluster [DBG] pgmap v4407: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: cluster 2024-03-30T04:50:50.108370+0000 mgr.y (mgr.25441) 6657 : cluster [DBG] pgmap v4408: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: cephadm 2024-03-30T04:50:50.114623+0000 mgr.y (mgr.25441) 6658 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: cluster 2024-03-30T04:50:50.176428+0000 mgr.y (mgr.25441) 6659 : cluster [DBG] pgmap v4409: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: cluster 2024-03-30T04:50:50.176669+0000 mgr.y (mgr.25441) 6660 : cluster [DBG] pgmap v4410: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: cephadm 2024-03-30T04:50:50.183432+0000 mgr.y (mgr.25441) 6661 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: cluster 2024-03-30T04:50:50.266078+0000 mgr.y (mgr.25441) 6662 : cluster [DBG] pgmap v4411: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: cluster 2024-03-30T04:50:50.266331+0000 mgr.y (mgr.25441) 6663 : cluster [DBG] pgmap v4412: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: cephadm 2024-03-30T04:50:50.272732+0000 mgr.y (mgr.25441) 6664 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: cluster 2024-03-30T04:50:50.318920+0000 mgr.y (mgr.25441) 6665 : cluster [DBG] pgmap v4413: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: cluster 2024-03-30T04:50:50.319226+0000 mgr.y (mgr.25441) 6666 : cluster [DBG] pgmap v4414: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: cephadm 2024-03-30T04:50:50.325195+0000 mgr.y (mgr.25441) 6667 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: cluster 2024-03-30T04:50:50.387477+0000 mgr.y (mgr.25441) 6668 : cluster [DBG] pgmap v4415: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: cluster 2024-03-30T04:50:50.387716+0000 mgr.y (mgr.25441) 6669 : cluster [DBG] pgmap v4416: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:50.409612+0000 mon.a (mon.0) 2769 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:51.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: cephadm 2024-03-30T04:50:50.410283+0000 mgr.y (mgr.25441) 6670 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:50.467231+0000 mon.c (mon.1) 7617 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:50.469879+0000 mon.c (mon.1) 7618 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.871 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:50.472749+0000 mon.c (mon.1) 7619 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:50.473805+0000 mon.c (mon.1) 7620 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: cluster 2024-03-30T04:50:50.475709+0000 mgr.y (mgr.25441) 6671 : cluster [DBG] pgmap v4417: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: cluster 2024-03-30T04:50:50.475948+0000 mgr.y (mgr.25441) 6672 : cluster [DBG] pgmap v4418: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:50.483537+0000 mon.a (mon.0) 2770 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:51.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: cephadm 2024-03-30T04:50:50.484148+0000 mgr.y (mgr.25441) 6673 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:50.561964+0000 mon.c (mon.1) 7621 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:50.565208+0000 mon.c (mon.1) 7622 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:50.569031+0000 mon.c (mon.1) 7623 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:50.570275+0000 mon.c (mon.1) 7624 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: cluster 2024-03-30T04:50:50.572717+0000 mgr.y (mgr.25441) 6674 : cluster [DBG] pgmap v4419: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.872 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: cluster 2024-03-30T04:50:50.573329+0000 mgr.y (mgr.25441) 6675 : cluster [DBG] pgmap v4420: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: cluster 2024-03-30T04:50:50.319226+0000 mgr.y (mgr.25441) 6666 : cluster [DBG] pgmap v4414: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: cephadm 2024-03-30T04:50:50.325195+0000 mgr.y (mgr.25441) 6667 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: cluster 2024-03-30T04:50:50.387477+0000 mgr.y (mgr.25441) 6668 : cluster [DBG] pgmap v4415: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: cluster 2024-03-30T04:50:50.387716+0000 mgr.y (mgr.25441) 6669 : cluster [DBG] pgmap v4416: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:50.409612+0000 mon.a (mon.0) 2769 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:51.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: cephadm 2024-03-30T04:50:50.410283+0000 mgr.y (mgr.25441) 6670 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:50.467231+0000 mon.c (mon.1) 7617 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:50.469879+0000 mon.c (mon.1) 7618 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:50.472749+0000 mon.c (mon.1) 7619 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:50.473805+0000 mon.c (mon.1) 7620 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: cluster 2024-03-30T04:50:50.475709+0000 mgr.y (mgr.25441) 6671 : cluster [DBG] pgmap v4417: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: cluster 2024-03-30T04:50:50.475948+0000 mgr.y (mgr.25441) 6672 : cluster [DBG] pgmap v4418: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.873 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:50.483537+0000 mon.a (mon.0) 2770 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:51.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: cephadm 2024-03-30T04:50:50.484148+0000 mgr.y (mgr.25441) 6673 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:50.561964+0000 mon.c (mon.1) 7621 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:50.565208+0000 mon.c (mon.1) 7622 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:50.569031+0000 mon.c (mon.1) 7623 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:50.570275+0000 mon.c (mon.1) 7624 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: cluster 2024-03-30T04:50:50.572717+0000 mgr.y (mgr.25441) 6674 : cluster [DBG] pgmap v4419: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.874 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: cluster 2024-03-30T04:50:50.573329+0000 mgr.y (mgr.25441) 6675 : cluster [DBG] pgmap v4420: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:50.580693+0000 mon.a (mon.0) 2771 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:51.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: cephadm 2024-03-30T04:50:50.583313+0000 mgr.y (mgr.25441) 6676 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.874 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:50.660702+0000 mon.c (mon.1) 7625 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:50.664532+0000 mon.c (mon.1) 7626 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:50.668351+0000 mon.c (mon.1) 7627 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:50.669704+0000 mon.c (mon.1) 7628 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: cluster 2024-03-30T04:50:50.674001+0000 mgr.y (mgr.25441) 6677 : cluster [DBG] pgmap v4421: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:50.680614+0000 mon.a (mon.0) 2772 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:51.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: cephadm 2024-03-30T04:50:50.684226+0000 mgr.y (mgr.25441) 6678 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:50.757406+0000 mon.c (mon.1) 7629 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:50.759807+0000 mon.c (mon.1) 7630 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:50.762259+0000 mon.c (mon.1) 7631 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:50.763048+0000 mon.c (mon.1) 7632 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: cluster 2024-03-30T04:50:50.764474+0000 mgr.y (mgr.25441) 6679 : cluster [DBG] pgmap v4422: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: cluster 2024-03-30T04:50:50.764676+0000 mgr.y (mgr.25441) 6680 : cluster [DBG] pgmap v4423: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:50.770727+0000 mon.a (mon.0) 2773 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:51.875 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: cephadm 2024-03-30T04:50:50.773048+0000 mgr.y (mgr.25441) 6681 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:50.831975+0000 mon.c (mon.1) 7633 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:50.834135+0000 mon.c (mon.1) 7634 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:50.836506+0000 mon.c (mon.1) 7635 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:50.580693+0000 mon.a (mon.0) 2771 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:51.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: cephadm 2024-03-30T04:50:50.583313+0000 mgr.y (mgr.25441) 6676 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:50.660702+0000 mon.c (mon.1) 7625 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:50.664532+0000 mon.c (mon.1) 7626 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:50.668351+0000 mon.c (mon.1) 7627 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:50.669704+0000 mon.c (mon.1) 7628 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: cluster 2024-03-30T04:50:50.674001+0000 mgr.y (mgr.25441) 6677 : cluster [DBG] pgmap v4421: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.876 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:50.680614+0000 mon.a (mon.0) 2772 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:51.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: cephadm 2024-03-30T04:50:50.684226+0000 mgr.y (mgr.25441) 6678 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:50.757406+0000 mon.c (mon.1) 7629 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:50.759807+0000 mon.c (mon.1) 7630 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:50.762259+0000 mon.c (mon.1) 7631 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:50.763048+0000 mon.c (mon.1) 7632 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: cluster 2024-03-30T04:50:50.764474+0000 mgr.y (mgr.25441) 6679 : cluster [DBG] pgmap v4422: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: cluster 2024-03-30T04:50:50.764676+0000 mgr.y (mgr.25441) 6680 : cluster [DBG] pgmap v4423: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:50.770727+0000 mon.a (mon.0) 2773 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:51.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: cephadm 2024-03-30T04:50:50.773048+0000 mgr.y (mgr.25441) 6681 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:50.831975+0000 mon.c (mon.1) 7633 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:50.834135+0000 mon.c (mon.1) 7634 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.877 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:50.836506+0000 mon.c (mon.1) 7635 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:50.837142+0000 mon.c (mon.1) 7636 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:50.844223+0000 mon.a (mon.0) 2774 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:51.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:50.900972+0000 mon.c (mon.1) 7637 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:50.902936+0000 mon.c (mon.1) 7638 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:50.905283+0000 mon.c (mon.1) 7639 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:50.906028+0000 mon.c (mon.1) 7640 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:50.913360+0000 mon.a (mon.0) 2775 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:51.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:50.970578+0000 mon.c (mon.1) 7641 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:50.972611+0000 mon.c (mon.1) 7642 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.878 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:50.974493+0000 mon.c (mon.1) 7643 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:50.975200+0000 mon.c (mon.1) 7644 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:50.982073+0000 mon.a (mon.0) 2776 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:51.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:51.023108+0000 mon.c (mon.1) 7645 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:51.024960+0000 mon.c (mon.1) 7646 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:51.026739+0000 mon.c (mon.1) 7647 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:51.027417+0000 mon.c (mon.1) 7648 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:51.034094+0000 mon.a (mon.0) 2777 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:51.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:51.090857+0000 mon.c (mon.1) 7649 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:51.092644+0000 mon.c (mon.1) 7650 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:51.094967+0000 mon.c (mon.1) 7651 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:51.095634+0000 mon.c (mon.1) 7652 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:51.101504+0000 mon.a (mon.0) 2778 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:51.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:51.177431+0000 mon.c (mon.1) 7653 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:51.181099+0000 mon.c (mon.1) 7654 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:51.183633+0000 mon.c (mon.1) 7655 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:51.184554+0000 mon.c (mon.1) 7656 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:51.195714+0000 mon.a (mon.0) 2779 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:51.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:51.283349+0000 mon.c (mon.1) 7657 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:51.287904+0000 mon.c (mon.1) 7658 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:51.291834+0000 mon.c (mon.1) 7659 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:51.293353+0000 mon.c (mon.1) 7660 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:51.305781+0000 mon.a (mon.0) 2780 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:51.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:51.379587+0000 mon.c (mon.1) 7661 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:51.382023+0000 mon.c (mon.1) 7662 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:51.384512+0000 mon.c (mon.1) 7663 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:51.385639+0000 mon.c (mon.1) 7664 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.880 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[73591]: audit 2024-03-30T04:50:51.397687+0000 mon.a (mon.0) 2781 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:51.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:50.837142+0000 mon.c (mon.1) 7636 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:50.844223+0000 mon.a (mon.0) 2774 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:51.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:50.900972+0000 mon.c (mon.1) 7637 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:50.902936+0000 mon.c (mon.1) 7638 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:50.905283+0000 mon.c (mon.1) 7639 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:50.906028+0000 mon.c (mon.1) 7640 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:50.913360+0000 mon.a (mon.0) 2775 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:51.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:50.970578+0000 mon.c (mon.1) 7641 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:50.972611+0000 mon.c (mon.1) 7642 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:50.974493+0000 mon.c (mon.1) 7643 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.881 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:50.975200+0000 mon.c (mon.1) 7644 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:50.982073+0000 mon.a (mon.0) 2776 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:51.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:51.023108+0000 mon.c (mon.1) 7645 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:51.024960+0000 mon.c (mon.1) 7646 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:51.026739+0000 mon.c (mon.1) 7647 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:51.027417+0000 mon.c (mon.1) 7648 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:51.034094+0000 mon.a (mon.0) 2777 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:51.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:51.090857+0000 mon.c (mon.1) 7649 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:51.092644+0000 mon.c (mon.1) 7650 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:51.094967+0000 mon.c (mon.1) 7651 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:51.095634+0000 mon.c (mon.1) 7652 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:51.101504+0000 mon.a (mon.0) 2778 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:51.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:51.177431+0000 mon.c (mon.1) 7653 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.882 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:51.181099+0000 mon.c (mon.1) 7654 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:51.183633+0000 mon.c (mon.1) 7655 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:51.184554+0000 mon.c (mon.1) 7656 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:51.195714+0000 mon.a (mon.0) 2779 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:51.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:51.283349+0000 mon.c (mon.1) 7657 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:51.287904+0000 mon.c (mon.1) 7658 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:51.291834+0000 mon.c (mon.1) 7659 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:51.293353+0000 mon.c (mon.1) 7660 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:51.305781+0000 mon.a (mon.0) 2780 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:51.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:51.379587+0000 mon.c (mon.1) 7661 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:51.382023+0000 mon.c (mon.1) 7662 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:51.384512+0000 mon.c (mon.1) 7663 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:51.385639+0000 mon.c (mon.1) 7664 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.883 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:51 smithi111 bash[70954]: audit 2024-03-30T04:50:51.397687+0000 mon.a (mon.0) 2781 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:51.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: cephadm 2024-03-30T04:50:49.844562+0000 mgr.y (mgr.25441) 6646 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: cluster 2024-03-30T04:50:49.891896+0000 mgr.y (mgr.25441) 6647 : cluster [DBG] pgmap v4401: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: cluster 2024-03-30T04:50:49.892112+0000 mgr.y (mgr.25441) 6648 : cluster [DBG] pgmap v4402: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: cephadm 2024-03-30T04:50:49.900421+0000 mgr.y (mgr.25441) 6649 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: cluster 2024-03-30T04:50:49.963919+0000 mgr.y (mgr.25441) 6650 : cluster [DBG] pgmap v4403: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: cluster 2024-03-30T04:50:49.964451+0000 mgr.y (mgr.25441) 6651 : cluster [DBG] pgmap v4404: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: cephadm 2024-03-30T04:50:49.973839+0000 mgr.y (mgr.25441) 6652 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: cluster 2024-03-30T04:50:50.036590+0000 mgr.y (mgr.25441) 6653 : cluster [DBG] pgmap v4405: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: cluster 2024-03-30T04:50:50.036847+0000 mgr.y (mgr.25441) 6654 : cluster [DBG] pgmap v4406: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: cephadm 2024-03-30T04:50:50.044235+0000 mgr.y (mgr.25441) 6655 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: cluster 2024-03-30T04:50:50.108117+0000 mgr.y (mgr.25441) 6656 : cluster [DBG] pgmap v4407: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: cluster 2024-03-30T04:50:50.108370+0000 mgr.y (mgr.25441) 6657 : cluster [DBG] pgmap v4408: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: cephadm 2024-03-30T04:50:50.114623+0000 mgr.y (mgr.25441) 6658 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: cluster 2024-03-30T04:50:50.176428+0000 mgr.y (mgr.25441) 6659 : cluster [DBG] pgmap v4409: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: cluster 2024-03-30T04:50:50.176669+0000 mgr.y (mgr.25441) 6660 : cluster [DBG] pgmap v4410: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: cephadm 2024-03-30T04:50:50.183432+0000 mgr.y (mgr.25441) 6661 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: cluster 2024-03-30T04:50:50.266078+0000 mgr.y (mgr.25441) 6662 : cluster [DBG] pgmap v4411: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: cluster 2024-03-30T04:50:50.266331+0000 mgr.y (mgr.25441) 6663 : cluster [DBG] pgmap v4412: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: cephadm 2024-03-30T04:50:50.272732+0000 mgr.y (mgr.25441) 6664 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: cluster 2024-03-30T04:50:50.318920+0000 mgr.y (mgr.25441) 6665 : cluster [DBG] pgmap v4413: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: cluster 2024-03-30T04:50:50.319226+0000 mgr.y (mgr.25441) 6666 : cluster [DBG] pgmap v4414: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: cephadm 2024-03-30T04:50:50.325195+0000 mgr.y (mgr.25441) 6667 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: cluster 2024-03-30T04:50:50.387477+0000 mgr.y (mgr.25441) 6668 : cluster [DBG] pgmap v4415: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: cluster 2024-03-30T04:50:50.387716+0000 mgr.y (mgr.25441) 6669 : cluster [DBG] pgmap v4416: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:50.409612+0000 mon.a (mon.0) 2769 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:51.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: cephadm 2024-03-30T04:50:50.410283+0000 mgr.y (mgr.25441) 6670 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:50.467231+0000 mon.c (mon.1) 7617 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:50.469879+0000 mon.c (mon.1) 7618 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:50.472749+0000 mon.c (mon.1) 7619 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:50.473805+0000 mon.c (mon.1) 7620 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: cluster 2024-03-30T04:50:50.475709+0000 mgr.y (mgr.25441) 6671 : cluster [DBG] pgmap v4417: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: cluster 2024-03-30T04:50:50.475948+0000 mgr.y (mgr.25441) 6672 : cluster [DBG] pgmap v4418: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:50.483537+0000 mon.a (mon.0) 2770 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:51.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: cephadm 2024-03-30T04:50:50.484148+0000 mgr.y (mgr.25441) 6673 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:50.561964+0000 mon.c (mon.1) 7621 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:50.565208+0000 mon.c (mon.1) 7622 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:50.569031+0000 mon.c (mon.1) 7623 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:50.570275+0000 mon.c (mon.1) 7624 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: cluster 2024-03-30T04:50:50.572717+0000 mgr.y (mgr.25441) 6674 : cluster [DBG] pgmap v4419: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: cluster 2024-03-30T04:50:50.573329+0000 mgr.y (mgr.25441) 6675 : cluster [DBG] pgmap v4420: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:50.580693+0000 mon.a (mon.0) 2771 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: cephadm 2024-03-30T04:50:50.583313+0000 mgr.y (mgr.25441) 6676 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:50.660702+0000 mon.c (mon.1) 7625 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:50.664532+0000 mon.c (mon.1) 7626 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:50.668351+0000 mon.c (mon.1) 7627 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:50.669704+0000 mon.c (mon.1) 7628 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: cluster 2024-03-30T04:50:50.674001+0000 mgr.y (mgr.25441) 6677 : cluster [DBG] pgmap v4421: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:50.680614+0000 mon.a (mon.0) 2772 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: cephadm 2024-03-30T04:50:50.684226+0000 mgr.y (mgr.25441) 6678 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:50.757406+0000 mon.c (mon.1) 7629 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:50.759807+0000 mon.c (mon.1) 7630 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:50.762259+0000 mon.c (mon.1) 7631 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:50.763048+0000 mon.c (mon.1) 7632 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: cluster 2024-03-30T04:50:50.764474+0000 mgr.y (mgr.25441) 6679 : cluster [DBG] pgmap v4422: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: cluster 2024-03-30T04:50:50.764676+0000 mgr.y (mgr.25441) 6680 : cluster [DBG] pgmap v4423: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:50.770727+0000 mon.a (mon.0) 2773 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:51.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: cephadm 2024-03-30T04:50:50.773048+0000 mgr.y (mgr.25441) 6681 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:50.831975+0000 mon.c (mon.1) 7633 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:50.834135+0000 mon.c (mon.1) 7634 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:50.836506+0000 mon.c (mon.1) 7635 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:50.837142+0000 mon.c (mon.1) 7636 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:50.844223+0000 mon.a (mon.0) 2774 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:51.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:50.900972+0000 mon.c (mon.1) 7637 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:50.902936+0000 mon.c (mon.1) 7638 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:50.905283+0000 mon.c (mon.1) 7639 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:50.906028+0000 mon.c (mon.1) 7640 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:50.913360+0000 mon.a (mon.0) 2775 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:50.970578+0000 mon.c (mon.1) 7641 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:50.972611+0000 mon.c (mon.1) 7642 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:50.974493+0000 mon.c (mon.1) 7643 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:50.975200+0000 mon.c (mon.1) 7644 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:50.982073+0000 mon.a (mon.0) 2776 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:51.023108+0000 mon.c (mon.1) 7645 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:51.024960+0000 mon.c (mon.1) 7646 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:51.026739+0000 mon.c (mon.1) 7647 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:51.027417+0000 mon.c (mon.1) 7648 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:51.034094+0000 mon.a (mon.0) 2777 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:51.090857+0000 mon.c (mon.1) 7649 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:51.092644+0000 mon.c (mon.1) 7650 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:51.094967+0000 mon.c (mon.1) 7651 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:51.095634+0000 mon.c (mon.1) 7652 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:51.101504+0000 mon.a (mon.0) 2778 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:51.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:51.177431+0000 mon.c (mon.1) 7653 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:51.181099+0000 mon.c (mon.1) 7654 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:51.183633+0000 mon.c (mon.1) 7655 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:51.184554+0000 mon.c (mon.1) 7656 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:51.195714+0000 mon.a (mon.0) 2779 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:51.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:51.283349+0000 mon.c (mon.1) 7657 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:51.287904+0000 mon.c (mon.1) 7658 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:51.291834+0000 mon.c (mon.1) 7659 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:51.293353+0000 mon.c (mon.1) 7660 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:51.305781+0000 mon.a (mon.0) 2780 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:51.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:51.379587+0000 mon.c (mon.1) 7661 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:51.382023+0000 mon.c (mon.1) 7662 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:51.384512+0000 mon.c (mon.1) 7663 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:51.385639+0000 mon.c (mon.1) 7664 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:51 smithi117 bash[62284]: audit 2024-03-30T04:50:51.397687+0000 mon.a (mon.0) 2781 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:52.742 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cluster 2024-03-30T04:50:50.838439+0000 mgr.y (mgr.25441) 6682 : cluster [DBG] pgmap v4424: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.742 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cluster 2024-03-30T04:50:50.838682+0000 mgr.y (mgr.25441) 6683 : cluster [DBG] pgmap v4425: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.742 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cephadm 2024-03-30T04:50:50.844831+0000 mgr.y (mgr.25441) 6684 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.743 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cluster 2024-03-30T04:50:50.907471+0000 mgr.y (mgr.25441) 6685 : cluster [DBG] pgmap v4426: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.743 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cluster 2024-03-30T04:50:50.907704+0000 mgr.y (mgr.25441) 6686 : cluster [DBG] pgmap v4427: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.743 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cephadm 2024-03-30T04:50:50.913914+0000 mgr.y (mgr.25441) 6687 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.743 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cluster 2024-03-30T04:50:50.976449+0000 mgr.y (mgr.25441) 6688 : cluster [DBG] pgmap v4428: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.743 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cluster 2024-03-30T04:50:50.976682+0000 mgr.y (mgr.25441) 6689 : cluster [DBG] pgmap v4429: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.743 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cephadm 2024-03-30T04:50:50.982625+0000 mgr.y (mgr.25441) 6690 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.743 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cluster 2024-03-30T04:50:51.028675+0000 mgr.y (mgr.25441) 6691 : cluster [DBG] pgmap v4430: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.743 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cluster 2024-03-30T04:50:51.028909+0000 mgr.y (mgr.25441) 6692 : cluster [DBG] pgmap v4431: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.743 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cephadm 2024-03-30T04:50:51.034791+0000 mgr.y (mgr.25441) 6693 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.743 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cluster 2024-03-30T04:50:51.096853+0000 mgr.y (mgr.25441) 6694 : cluster [DBG] pgmap v4432: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.743 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cluster 2024-03-30T04:50:51.097077+0000 mgr.y (mgr.25441) 6695 : cluster [DBG] pgmap v4433: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.743 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cephadm 2024-03-30T04:50:51.103318+0000 mgr.y (mgr.25441) 6696 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.743 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cluster 2024-03-30T04:50:51.186880+0000 mgr.y (mgr.25441) 6697 : cluster [DBG] pgmap v4434: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.743 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cluster 2024-03-30T04:50:51.187468+0000 mgr.y (mgr.25441) 6698 : cluster [DBG] pgmap v4435: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.744 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cephadm 2024-03-30T04:50:51.196841+0000 mgr.y (mgr.25441) 6699 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.744 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cluster 2024-03-30T04:50:51.296036+0000 mgr.y (mgr.25441) 6700 : cluster [DBG] pgmap v4436: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.744 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cluster 2024-03-30T04:50:51.296673+0000 mgr.y (mgr.25441) 6701 : cluster [DBG] pgmap v4437: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.744 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cluster 2024-03-30T04:50:50.838439+0000 mgr.y (mgr.25441) 6682 : cluster [DBG] pgmap v4424: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.744 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cluster 2024-03-30T04:50:50.838682+0000 mgr.y (mgr.25441) 6683 : cluster [DBG] pgmap v4425: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.744 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cephadm 2024-03-30T04:50:50.844831+0000 mgr.y (mgr.25441) 6684 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.744 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cluster 2024-03-30T04:50:50.907471+0000 mgr.y (mgr.25441) 6685 : cluster [DBG] pgmap v4426: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.744 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cluster 2024-03-30T04:50:50.907704+0000 mgr.y (mgr.25441) 6686 : cluster [DBG] pgmap v4427: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.744 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cephadm 2024-03-30T04:50:50.913914+0000 mgr.y (mgr.25441) 6687 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.744 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cluster 2024-03-30T04:50:50.976449+0000 mgr.y (mgr.25441) 6688 : cluster [DBG] pgmap v4428: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.745 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cluster 2024-03-30T04:50:50.976682+0000 mgr.y (mgr.25441) 6689 : cluster [DBG] pgmap v4429: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.745 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cephadm 2024-03-30T04:50:50.982625+0000 mgr.y (mgr.25441) 6690 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.745 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cluster 2024-03-30T04:50:51.028675+0000 mgr.y (mgr.25441) 6691 : cluster [DBG] pgmap v4430: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.745 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cluster 2024-03-30T04:50:51.028909+0000 mgr.y (mgr.25441) 6692 : cluster [DBG] pgmap v4431: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.745 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cephadm 2024-03-30T04:50:51.034791+0000 mgr.y (mgr.25441) 6693 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.745 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cluster 2024-03-30T04:50:51.096853+0000 mgr.y (mgr.25441) 6694 : cluster [DBG] pgmap v4432: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.745 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cluster 2024-03-30T04:50:51.097077+0000 mgr.y (mgr.25441) 6695 : cluster [DBG] pgmap v4433: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.745 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cephadm 2024-03-30T04:50:51.103318+0000 mgr.y (mgr.25441) 6696 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.745 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cluster 2024-03-30T04:50:51.186880+0000 mgr.y (mgr.25441) 6697 : cluster [DBG] pgmap v4434: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.745 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cluster 2024-03-30T04:50:51.187468+0000 mgr.y (mgr.25441) 6698 : cluster [DBG] pgmap v4435: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.745 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cephadm 2024-03-30T04:50:51.196841+0000 mgr.y (mgr.25441) 6699 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.745 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cluster 2024-03-30T04:50:51.296036+0000 mgr.y (mgr.25441) 6700 : cluster [DBG] pgmap v4436: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.745 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cluster 2024-03-30T04:50:51.296673+0000 mgr.y (mgr.25441) 6701 : cluster [DBG] pgmap v4437: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.746 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cephadm 2024-03-30T04:50:51.306735+0000 mgr.y (mgr.25441) 6702 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.746 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cluster 2024-03-30T04:50:51.387409+0000 mgr.y (mgr.25441) 6703 : cluster [DBG] pgmap v4438: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.746 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cluster 2024-03-30T04:50:51.387717+0000 mgr.y (mgr.25441) 6704 : cluster [DBG] pgmap v4439: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.746 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cephadm 2024-03-30T04:50:51.398783+0000 mgr.y (mgr.25441) 6705 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.746 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.472485+0000 mon.c (mon.1) 7665 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:52.746 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.474359+0000 mon.c (mon.1) 7666 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:52.746 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.476147+0000 mon.c (mon.1) 7667 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:52.746 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.476919+0000 mon.c (mon.1) 7668 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:52.746 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cluster 2024-03-30T04:50:51.478261+0000 mgr.y (mgr.25441) 6706 : cluster [DBG] pgmap v4440: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.746 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cluster 2024-03-30T04:50:51.478519+0000 mgr.y (mgr.25441) 6707 : cluster [DBG] pgmap v4441: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.747 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.483935+0000 mon.a (mon.0) 2782 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:52.747 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cephadm 2024-03-30T04:50:51.484645+0000 mgr.y (mgr.25441) 6708 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.747 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.525099+0000 mon.c (mon.1) 7669 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:52.747 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.526912+0000 mon.c (mon.1) 7670 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:52.747 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.528664+0000 mon.c (mon.1) 7671 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:52.747 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.529308+0000 mon.c (mon.1) 7672 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:52.747 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cluster 2024-03-30T04:50:51.530619+0000 mgr.y (mgr.25441) 6709 : cluster [DBG] pgmap v4442: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.747 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cluster 2024-03-30T04:50:51.530853+0000 mgr.y (mgr.25441) 6710 : cluster [DBG] pgmap v4443: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.747 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.536155+0000 mon.a (mon.0) 2783 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:52.747 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cephadm 2024-03-30T04:50:51.536772+0000 mgr.y (mgr.25441) 6711 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.748 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cephadm 2024-03-30T04:50:51.306735+0000 mgr.y (mgr.25441) 6702 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.748 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cluster 2024-03-30T04:50:51.387409+0000 mgr.y (mgr.25441) 6703 : cluster [DBG] pgmap v4438: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.748 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cluster 2024-03-30T04:50:51.387717+0000 mgr.y (mgr.25441) 6704 : cluster [DBG] pgmap v4439: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.748 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cephadm 2024-03-30T04:50:51.398783+0000 mgr.y (mgr.25441) 6705 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.748 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.472485+0000 mon.c (mon.1) 7665 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:52.748 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.474359+0000 mon.c (mon.1) 7666 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:52.748 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.476147+0000 mon.c (mon.1) 7667 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:52.748 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.476919+0000 mon.c (mon.1) 7668 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:52.748 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cluster 2024-03-30T04:50:51.478261+0000 mgr.y (mgr.25441) 6706 : cluster [DBG] pgmap v4440: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.748 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cluster 2024-03-30T04:50:51.478519+0000 mgr.y (mgr.25441) 6707 : cluster [DBG] pgmap v4441: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.748 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.483935+0000 mon.a (mon.0) 2782 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:52.748 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cephadm 2024-03-30T04:50:51.484645+0000 mgr.y (mgr.25441) 6708 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.748 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.525099+0000 mon.c (mon.1) 7669 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:52.748 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.526912+0000 mon.c (mon.1) 7670 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:52.749 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.528664+0000 mon.c (mon.1) 7671 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:52.749 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.529308+0000 mon.c (mon.1) 7672 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:52.749 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cluster 2024-03-30T04:50:51.530619+0000 mgr.y (mgr.25441) 6709 : cluster [DBG] pgmap v4442: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.749 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cluster 2024-03-30T04:50:51.530853+0000 mgr.y (mgr.25441) 6710 : cluster [DBG] pgmap v4443: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.749 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.536155+0000 mon.a (mon.0) 2783 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:52.749 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cephadm 2024-03-30T04:50:51.536772+0000 mgr.y (mgr.25441) 6711 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.749 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.576708+0000 mon.c (mon.1) 7673 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:52.749 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.578580+0000 mon.c (mon.1) 7674 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:52.750 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.580408+0000 mon.c (mon.1) 7675 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:52.750 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.581028+0000 mon.c (mon.1) 7676 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:52.750 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cluster 2024-03-30T04:50:51.582208+0000 mgr.y (mgr.25441) 6712 : cluster [DBG] pgmap v4444: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.750 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cluster 2024-03-30T04:50:51.582423+0000 mgr.y (mgr.25441) 6713 : cluster [DBG] pgmap v4445: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.750 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.586875+0000 mon.a (mon.0) 2784 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:52.750 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cephadm 2024-03-30T04:50:51.587603+0000 mgr.y (mgr.25441) 6714 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.750 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.627674+0000 mon.c (mon.1) 7677 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:52.750 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.629387+0000 mon.c (mon.1) 7678 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:52.750 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.631064+0000 mon.c (mon.1) 7679 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:52.750 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.631621+0000 mon.c (mon.1) 7680 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:52.750 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cluster 2024-03-30T04:50:51.632741+0000 mgr.y (mgr.25441) 6715 : cluster [DBG] pgmap v4446: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.750 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cluster 2024-03-30T04:50:51.632924+0000 mgr.y (mgr.25441) 6716 : cluster [DBG] pgmap v4447: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.751 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.637377+0000 mon.a (mon.0) 2785 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:52.751 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cephadm 2024-03-30T04:50:51.637895+0000 mgr.y (mgr.25441) 6717 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.751 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.678083+0000 mon.c (mon.1) 7681 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:52.751 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.679929+0000 mon.c (mon.1) 7682 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:52.751 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.682026+0000 mon.c (mon.1) 7683 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:52.751 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.682771+0000 mon.c (mon.1) 7684 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:52.751 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cluster 2024-03-30T04:50:51.684294+0000 mgr.y (mgr.25441) 6718 : cluster [DBG] pgmap v4448: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.751 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cluster 2024-03-30T04:50:51.684524+0000 mgr.y (mgr.25441) 6719 : cluster [DBG] pgmap v4449: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.751 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.688929+0000 mon.a (mon.0) 2786 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:52.751 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cephadm 2024-03-30T04:50:51.691565+0000 mgr.y (mgr.25441) 6720 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.751 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.748009+0000 mon.c (mon.1) 7685 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:52.751 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.749869+0000 mon.c (mon.1) 7686 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:52.751 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.751754+0000 mon.c (mon.1) 7687 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:52.751 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.752458+0000 mon.c (mon.1) 7688 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:52.752 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cluster 2024-03-30T04:50:51.753869+0000 mgr.y (mgr.25441) 6721 : cluster [DBG] pgmap v4450: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 29 op/s 2024-03-30T04:50:52.752 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cluster 2024-03-30T04:50:51.754094+0000 mgr.y (mgr.25441) 6722 : cluster [DBG] pgmap v4451: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 29 op/s 2024-03-30T04:50:52.752 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.758553+0000 mon.a (mon.0) 2787 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:52.752 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cephadm 2024-03-30T04:50:51.761036+0000 mgr.y (mgr.25441) 6723 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.752 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.818031+0000 mon.c (mon.1) 7689 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:52.752 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.820129+0000 mon.c (mon.1) 7690 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:52.752 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.822153+0000 mon.c (mon.1) 7691 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:52.752 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.823012+0000 mon.c (mon.1) 7692 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:52.752 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cluster 2024-03-30T04:50:51.824608+0000 mgr.y (mgr.25441) 6724 : cluster [DBG] pgmap v4452: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 26 op/s 2024-03-30T04:50:52.752 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cluster 2024-03-30T04:50:51.825063+0000 mgr.y (mgr.25441) 6725 : cluster [DBG] pgmap v4453: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 26 op/s 2024-03-30T04:50:52.752 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.832360+0000 mon.a (mon.0) 2788 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:52.752 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: cephadm 2024-03-30T04:50:51.833278+0000 mgr.y (mgr.25441) 6726 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.753 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.576708+0000 mon.c (mon.1) 7673 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:52.753 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.578580+0000 mon.c (mon.1) 7674 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:52.753 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.580408+0000 mon.c (mon.1) 7675 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:52.753 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.581028+0000 mon.c (mon.1) 7676 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:52.753 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cluster 2024-03-30T04:50:51.582208+0000 mgr.y (mgr.25441) 6712 : cluster [DBG] pgmap v4444: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.753 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cluster 2024-03-30T04:50:51.582423+0000 mgr.y (mgr.25441) 6713 : cluster [DBG] pgmap v4445: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.753 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.586875+0000 mon.a (mon.0) 2784 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:52.753 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cephadm 2024-03-30T04:50:51.587603+0000 mgr.y (mgr.25441) 6714 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.753 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.627674+0000 mon.c (mon.1) 7677 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:52.753 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.629387+0000 mon.c (mon.1) 7678 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:52.753 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.631064+0000 mon.c (mon.1) 7679 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:52.753 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.631621+0000 mon.c (mon.1) 7680 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:52.753 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cluster 2024-03-30T04:50:51.632741+0000 mgr.y (mgr.25441) 6715 : cluster [DBG] pgmap v4446: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.754 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cluster 2024-03-30T04:50:51.632924+0000 mgr.y (mgr.25441) 6716 : cluster [DBG] pgmap v4447: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.754 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.637377+0000 mon.a (mon.0) 2785 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:52.754 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cephadm 2024-03-30T04:50:51.637895+0000 mgr.y (mgr.25441) 6717 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.754 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.678083+0000 mon.c (mon.1) 7681 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:52.754 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.679929+0000 mon.c (mon.1) 7682 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:52.754 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.682026+0000 mon.c (mon.1) 7683 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:52.754 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.682771+0000 mon.c (mon.1) 7684 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:52.754 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.892576+0000 mon.c (mon.1) 7693 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:52.754 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.894936+0000 mon.c (mon.1) 7694 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:52.755 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.897153+0000 mon.c (mon.1) 7695 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:52.755 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.897913+0000 mon.c (mon.1) 7696 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:52.755 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.906333+0000 mon.a (mon.0) 2789 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:52.755 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.979515+0000 mon.c (mon.1) 7697 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:52.755 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.981731+0000 mon.c (mon.1) 7698 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:52.755 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.984565+0000 mon.c (mon.1) 7699 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:52.755 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.985516+0000 mon.c (mon.1) 7700 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:52.755 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:51.993276+0000 mon.a (mon.0) 2790 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:52.755 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:52.082863+0000 mon.c (mon.1) 7701 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:52.755 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:52.087157+0000 mon.c (mon.1) 7702 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:52.755 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:52.090538+0000 mon.c (mon.1) 7703 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:52.755 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:52.091760+0000 mon.c (mon.1) 7704 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:52.755 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:52.100792+0000 mon.a (mon.0) 2791 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:52.755 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:52.177366+0000 mon.c (mon.1) 7705 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:52.755 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:52.179611+0000 mon.c (mon.1) 7706 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:52.756 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:52.181661+0000 mon.c (mon.1) 7707 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:52.756 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:52.182455+0000 mon.c (mon.1) 7708 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:52.756 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:52.190257+0000 mon.a (mon.0) 2792 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:52.756 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:52.271115+0000 mon.c (mon.1) 7709 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:52.756 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:52.274203+0000 mon.c (mon.1) 7710 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:52.756 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:52.277789+0000 mon.c (mon.1) 7711 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:52.756 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:52.278967+0000 mon.c (mon.1) 7712 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:52.756 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:52.285639+0000 mon.a (mon.0) 2793 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:52.756 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:52.362288+0000 mon.c (mon.1) 7713 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:52.756 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:52.364231+0000 mon.c (mon.1) 7714 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:52.756 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:52.366026+0000 mon.c (mon.1) 7715 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:52.756 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:52.366683+0000 mon.c (mon.1) 7716 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:52.756 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[73591]: audit 2024-03-30T04:50:52.372658+0000 mon.a (mon.0) 2794 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:52.757 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cluster 2024-03-30T04:50:51.684294+0000 mgr.y (mgr.25441) 6718 : cluster [DBG] pgmap v4448: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.757 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cluster 2024-03-30T04:50:51.684524+0000 mgr.y (mgr.25441) 6719 : cluster [DBG] pgmap v4449: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.757 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.688929+0000 mon.a (mon.0) 2786 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:52.757 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cephadm 2024-03-30T04:50:51.691565+0000 mgr.y (mgr.25441) 6720 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.757 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.748009+0000 mon.c (mon.1) 7685 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:52.757 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.749869+0000 mon.c (mon.1) 7686 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:52.757 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.751754+0000 mon.c (mon.1) 7687 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:52.757 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.752458+0000 mon.c (mon.1) 7688 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:52.757 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cluster 2024-03-30T04:50:51.753869+0000 mgr.y (mgr.25441) 6721 : cluster [DBG] pgmap v4450: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 29 op/s 2024-03-30T04:50:52.758 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cluster 2024-03-30T04:50:51.754094+0000 mgr.y (mgr.25441) 6722 : cluster [DBG] pgmap v4451: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 29 op/s 2024-03-30T04:50:52.758 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.758553+0000 mon.a (mon.0) 2787 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:52.758 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cephadm 2024-03-30T04:50:51.761036+0000 mgr.y (mgr.25441) 6723 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.758 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.818031+0000 mon.c (mon.1) 7689 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:52.758 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.820129+0000 mon.c (mon.1) 7690 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:52.758 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.822153+0000 mon.c (mon.1) 7691 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:52.758 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.823012+0000 mon.c (mon.1) 7692 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:52.758 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cluster 2024-03-30T04:50:51.824608+0000 mgr.y (mgr.25441) 6724 : cluster [DBG] pgmap v4452: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 26 op/s 2024-03-30T04:50:52.758 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cluster 2024-03-30T04:50:51.825063+0000 mgr.y (mgr.25441) 6725 : cluster [DBG] pgmap v4453: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 26 op/s 2024-03-30T04:50:52.758 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.832360+0000 mon.a (mon.0) 2788 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:52.758 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: cephadm 2024-03-30T04:50:51.833278+0000 mgr.y (mgr.25441) 6726 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.758 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.892576+0000 mon.c (mon.1) 7693 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:52.758 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.894936+0000 mon.c (mon.1) 7694 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:52.758 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.897153+0000 mon.c (mon.1) 7695 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:52.758 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.897913+0000 mon.c (mon.1) 7696 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:52.759 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.906333+0000 mon.a (mon.0) 2789 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:52.759 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.979515+0000 mon.c (mon.1) 7697 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:52.759 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.981731+0000 mon.c (mon.1) 7698 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:52.759 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.984565+0000 mon.c (mon.1) 7699 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:52.759 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.985516+0000 mon.c (mon.1) 7700 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:52.759 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:51.993276+0000 mon.a (mon.0) 2790 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:52.759 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:52.082863+0000 mon.c (mon.1) 7701 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:52.759 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:52.087157+0000 mon.c (mon.1) 7702 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:52.759 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:52.090538+0000 mon.c (mon.1) 7703 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:52.759 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:52.091760+0000 mon.c (mon.1) 7704 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:52.759 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:52.100792+0000 mon.a (mon.0) 2791 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:52.759 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:52.177366+0000 mon.c (mon.1) 7705 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:52.759 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:52.179611+0000 mon.c (mon.1) 7706 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:52.759 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:52.181661+0000 mon.c (mon.1) 7707 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:52.760 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:52.182455+0000 mon.c (mon.1) 7708 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:52.760 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:52.190257+0000 mon.a (mon.0) 2792 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:52.760 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:52.271115+0000 mon.c (mon.1) 7709 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:52.760 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:52.274203+0000 mon.c (mon.1) 7710 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:52.760 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:52.277789+0000 mon.c (mon.1) 7711 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:52.760 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:52.278967+0000 mon.c (mon.1) 7712 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:52.760 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:52.285639+0000 mon.a (mon.0) 2793 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:52.760 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:52.362288+0000 mon.c (mon.1) 7713 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:52.760 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:52.364231+0000 mon.c (mon.1) 7714 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:52.760 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:52.366026+0000 mon.c (mon.1) 7715 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:52.760 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:52.366683+0000 mon.c (mon.1) 7716 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:52.760 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:52 smithi111 bash[70954]: audit 2024-03-30T04:50:52.372658+0000 mon.a (mon.0) 2794 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:52.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cluster 2024-03-30T04:50:50.838439+0000 mgr.y (mgr.25441) 6682 : cluster [DBG] pgmap v4424: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cluster 2024-03-30T04:50:50.838682+0000 mgr.y (mgr.25441) 6683 : cluster [DBG] pgmap v4425: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cephadm 2024-03-30T04:50:50.844831+0000 mgr.y (mgr.25441) 6684 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cluster 2024-03-30T04:50:50.907471+0000 mgr.y (mgr.25441) 6685 : cluster [DBG] pgmap v4426: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cluster 2024-03-30T04:50:50.907704+0000 mgr.y (mgr.25441) 6686 : cluster [DBG] pgmap v4427: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cephadm 2024-03-30T04:50:50.913914+0000 mgr.y (mgr.25441) 6687 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cluster 2024-03-30T04:50:50.976449+0000 mgr.y (mgr.25441) 6688 : cluster [DBG] pgmap v4428: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cluster 2024-03-30T04:50:50.976682+0000 mgr.y (mgr.25441) 6689 : cluster [DBG] pgmap v4429: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cephadm 2024-03-30T04:50:50.982625+0000 mgr.y (mgr.25441) 6690 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cluster 2024-03-30T04:50:51.028675+0000 mgr.y (mgr.25441) 6691 : cluster [DBG] pgmap v4430: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cluster 2024-03-30T04:50:51.028909+0000 mgr.y (mgr.25441) 6692 : cluster [DBG] pgmap v4431: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cephadm 2024-03-30T04:50:51.034791+0000 mgr.y (mgr.25441) 6693 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cluster 2024-03-30T04:50:51.096853+0000 mgr.y (mgr.25441) 6694 : cluster [DBG] pgmap v4432: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cluster 2024-03-30T04:50:51.097077+0000 mgr.y (mgr.25441) 6695 : cluster [DBG] pgmap v4433: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cephadm 2024-03-30T04:50:51.103318+0000 mgr.y (mgr.25441) 6696 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cluster 2024-03-30T04:50:51.186880+0000 mgr.y (mgr.25441) 6697 : cluster [DBG] pgmap v4434: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cluster 2024-03-30T04:50:51.187468+0000 mgr.y (mgr.25441) 6698 : cluster [DBG] pgmap v4435: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cephadm 2024-03-30T04:50:51.196841+0000 mgr.y (mgr.25441) 6699 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cluster 2024-03-30T04:50:51.296036+0000 mgr.y (mgr.25441) 6700 : cluster [DBG] pgmap v4436: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cluster 2024-03-30T04:50:51.296673+0000 mgr.y (mgr.25441) 6701 : cluster [DBG] pgmap v4437: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cephadm 2024-03-30T04:50:51.306735+0000 mgr.y (mgr.25441) 6702 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cluster 2024-03-30T04:50:51.387409+0000 mgr.y (mgr.25441) 6703 : cluster [DBG] pgmap v4438: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cluster 2024-03-30T04:50:51.387717+0000 mgr.y (mgr.25441) 6704 : cluster [DBG] pgmap v4439: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cephadm 2024-03-30T04:50:51.398783+0000 mgr.y (mgr.25441) 6705 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.472485+0000 mon.c (mon.1) 7665 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:52.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.474359+0000 mon.c (mon.1) 7666 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:52.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.476147+0000 mon.c (mon.1) 7667 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:52.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.476919+0000 mon.c (mon.1) 7668 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:52.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cluster 2024-03-30T04:50:51.478261+0000 mgr.y (mgr.25441) 6706 : cluster [DBG] pgmap v4440: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cluster 2024-03-30T04:50:51.478519+0000 mgr.y (mgr.25441) 6707 : cluster [DBG] pgmap v4441: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.483935+0000 mon.a (mon.0) 2782 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:52.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cephadm 2024-03-30T04:50:51.484645+0000 mgr.y (mgr.25441) 6708 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.525099+0000 mon.c (mon.1) 7669 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:52.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.526912+0000 mon.c (mon.1) 7670 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:52.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.528664+0000 mon.c (mon.1) 7671 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:52.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.529308+0000 mon.c (mon.1) 7672 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:52.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cluster 2024-03-30T04:50:51.530619+0000 mgr.y (mgr.25441) 6709 : cluster [DBG] pgmap v4442: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cluster 2024-03-30T04:50:51.530853+0000 mgr.y (mgr.25441) 6710 : cluster [DBG] pgmap v4443: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.536155+0000 mon.a (mon.0) 2783 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:52.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cephadm 2024-03-30T04:50:51.536772+0000 mgr.y (mgr.25441) 6711 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.576708+0000 mon.c (mon.1) 7673 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:52.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.578580+0000 mon.c (mon.1) 7674 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:52.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.580408+0000 mon.c (mon.1) 7675 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:52.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.581028+0000 mon.c (mon.1) 7676 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:52.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cluster 2024-03-30T04:50:51.582208+0000 mgr.y (mgr.25441) 6712 : cluster [DBG] pgmap v4444: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cluster 2024-03-30T04:50:51.582423+0000 mgr.y (mgr.25441) 6713 : cluster [DBG] pgmap v4445: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.586875+0000 mon.a (mon.0) 2784 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:52.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cephadm 2024-03-30T04:50:51.587603+0000 mgr.y (mgr.25441) 6714 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.627674+0000 mon.c (mon.1) 7677 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:52.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.629387+0000 mon.c (mon.1) 7678 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:52.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.631064+0000 mon.c (mon.1) 7679 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:52.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.631621+0000 mon.c (mon.1) 7680 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:52.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cluster 2024-03-30T04:50:51.632741+0000 mgr.y (mgr.25441) 6715 : cluster [DBG] pgmap v4446: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cluster 2024-03-30T04:50:51.632924+0000 mgr.y (mgr.25441) 6716 : cluster [DBG] pgmap v4447: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.637377+0000 mon.a (mon.0) 2785 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:52.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cephadm 2024-03-30T04:50:51.637895+0000 mgr.y (mgr.25441) 6717 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.678083+0000 mon.c (mon.1) 7681 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:52.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.679929+0000 mon.c (mon.1) 7682 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:52.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.682026+0000 mon.c (mon.1) 7683 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:52.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.682771+0000 mon.c (mon.1) 7684 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:52.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cluster 2024-03-30T04:50:51.684294+0000 mgr.y (mgr.25441) 6718 : cluster [DBG] pgmap v4448: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cluster 2024-03-30T04:50:51.684524+0000 mgr.y (mgr.25441) 6719 : cluster [DBG] pgmap v4449: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.688929+0000 mon.a (mon.0) 2786 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:52.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cephadm 2024-03-30T04:50:51.691565+0000 mgr.y (mgr.25441) 6720 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.748009+0000 mon.c (mon.1) 7685 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:52.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.749869+0000 mon.c (mon.1) 7686 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:52.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.751754+0000 mon.c (mon.1) 7687 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:52.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.752458+0000 mon.c (mon.1) 7688 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:52.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cluster 2024-03-30T04:50:51.753869+0000 mgr.y (mgr.25441) 6721 : cluster [DBG] pgmap v4450: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 29 op/s 2024-03-30T04:50:52.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cluster 2024-03-30T04:50:51.754094+0000 mgr.y (mgr.25441) 6722 : cluster [DBG] pgmap v4451: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 29 op/s 2024-03-30T04:50:52.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.758553+0000 mon.a (mon.0) 2787 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:52.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cephadm 2024-03-30T04:50:51.761036+0000 mgr.y (mgr.25441) 6723 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.818031+0000 mon.c (mon.1) 7689 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:52.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.820129+0000 mon.c (mon.1) 7690 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:52.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.822153+0000 mon.c (mon.1) 7691 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:52.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.823012+0000 mon.c (mon.1) 7692 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:52.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cluster 2024-03-30T04:50:51.824608+0000 mgr.y (mgr.25441) 6724 : cluster [DBG] pgmap v4452: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 26 op/s 2024-03-30T04:50:52.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cluster 2024-03-30T04:50:51.825063+0000 mgr.y (mgr.25441) 6725 : cluster [DBG] pgmap v4453: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 26 op/s 2024-03-30T04:50:52.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.832360+0000 mon.a (mon.0) 2788 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:52.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: cephadm 2024-03-30T04:50:51.833278+0000 mgr.y (mgr.25441) 6726 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.892576+0000 mon.c (mon.1) 7693 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:52.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.894936+0000 mon.c (mon.1) 7694 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:52.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.897153+0000 mon.c (mon.1) 7695 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:52.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.897913+0000 mon.c (mon.1) 7696 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:52.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.906333+0000 mon.a (mon.0) 2789 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:52.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.979515+0000 mon.c (mon.1) 7697 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:52.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.981731+0000 mon.c (mon.1) 7698 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:52.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.984565+0000 mon.c (mon.1) 7699 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:52.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.985516+0000 mon.c (mon.1) 7700 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:52.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:51.993276+0000 mon.a (mon.0) 2790 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:52.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:52.082863+0000 mon.c (mon.1) 7701 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:52.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:52.087157+0000 mon.c (mon.1) 7702 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:52.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:52.090538+0000 mon.c (mon.1) 7703 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:52.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:52.091760+0000 mon.c (mon.1) 7704 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:52.894 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:52.100792+0000 mon.a (mon.0) 2791 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:52.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:52.177366+0000 mon.c (mon.1) 7705 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:52.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:52.179611+0000 mon.c (mon.1) 7706 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:52.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:52.181661+0000 mon.c (mon.1) 7707 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:52.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:52.182455+0000 mon.c (mon.1) 7708 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:52.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:52.190257+0000 mon.a (mon.0) 2792 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:52.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:52.271115+0000 mon.c (mon.1) 7709 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:52.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:52.274203+0000 mon.c (mon.1) 7710 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:52.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:52.277789+0000 mon.c (mon.1) 7711 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:52.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:52.278967+0000 mon.c (mon.1) 7712 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:52.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:52.285639+0000 mon.a (mon.0) 2793 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:52.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:52.362288+0000 mon.c (mon.1) 7713 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:52.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:52.364231+0000 mon.c (mon.1) 7714 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:52.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:52.366026+0000 mon.c (mon.1) 7715 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:52.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:52.366683+0000 mon.c (mon.1) 7716 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:52.895 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:52 smithi117 bash[62284]: audit 2024-03-30T04:50:52.372658+0000 mon.a (mon.0) 2794 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:53.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: cluster 2024-03-30T04:50:51.899289+0000 mgr.y (mgr.25441) 6727 : cluster [DBG] pgmap v4454: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 23 op/s 2024-03-30T04:50:53.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: cluster 2024-03-30T04:50:51.899535+0000 mgr.y (mgr.25441) 6728 : cluster [DBG] pgmap v4455: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 23 op/s 2024-03-30T04:50:53.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: cephadm 2024-03-30T04:50:51.906984+0000 mgr.y (mgr.25441) 6729 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:53.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: cluster 2024-03-30T04:50:51.987467+0000 mgr.y (mgr.25441) 6730 : cluster [DBG] pgmap v4456: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.831 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: cluster 2024-03-30T04:50:51.987942+0000 mgr.y (mgr.25441) 6731 : cluster [DBG] pgmap v4457: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.832 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: cephadm 2024-03-30T04:50:51.996249+0000 mgr.y (mgr.25441) 6732 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:53.832 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: cluster 2024-03-30T04:50:52.093988+0000 mgr.y (mgr.25441) 6733 : cluster [DBG] pgmap v4458: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.832 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: cluster 2024-03-30T04:50:52.094608+0000 mgr.y (mgr.25441) 6734 : cluster [DBG] pgmap v4459: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.832 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: cephadm 2024-03-30T04:50:52.104581+0000 mgr.y (mgr.25441) 6735 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:53.832 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: cluster 2024-03-30T04:50:52.183834+0000 mgr.y (mgr.25441) 6736 : cluster [DBG] pgmap v4460: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.832 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: cluster 2024-03-30T04:50:52.184169+0000 mgr.y (mgr.25441) 6737 : cluster [DBG] pgmap v4461: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.832 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: cephadm 2024-03-30T04:50:52.193593+0000 mgr.y (mgr.25441) 6738 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:53.832 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: cluster 2024-03-30T04:50:52.280668+0000 mgr.y (mgr.25441) 6739 : cluster [DBG] pgmap v4462: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.832 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: cluster 2024-03-30T04:50:52.280910+0000 mgr.y (mgr.25441) 6740 : cluster [DBG] pgmap v4463: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.832 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: cephadm 2024-03-30T04:50:52.287999+0000 mgr.y (mgr.25441) 6741 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:53.832 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: cluster 2024-03-30T04:50:52.368001+0000 mgr.y (mgr.25441) 6742 : cluster [DBG] pgmap v4464: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.832 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: cluster 2024-03-30T04:50:52.368214+0000 mgr.y (mgr.25441) 6743 : cluster [DBG] pgmap v4465: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.832 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: cephadm 2024-03-30T04:50:52.374966+0000 mgr.y (mgr.25441) 6744 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:53.832 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:52.431865+0000 mon.c (mon.1) 7717 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:53.833 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:52.433974+0000 mon.c (mon.1) 7718 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:53.833 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:52.436248+0000 mon.c (mon.1) 7719 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:53.833 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:52.437020+0000 mon.c (mon.1) 7720 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:53.833 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: cluster 2024-03-30T04:50:52.438480+0000 mgr.y (mgr.25441) 6745 : cluster [DBG] pgmap v4466: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.833 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: cluster 2024-03-30T04:50:52.438747+0000 mgr.y (mgr.25441) 6746 : cluster [DBG] pgmap v4467: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.833 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:52.443562+0000 mon.a (mon.0) 2795 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:53.833 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: cephadm 2024-03-30T04:50:52.446420+0000 mgr.y (mgr.25441) 6747 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:53.833 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:52.503955+0000 mon.c (mon.1) 7721 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:53.833 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:52.506513+0000 mon.c (mon.1) 7722 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:53.833 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:52.508710+0000 mon.c (mon.1) 7723 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:53.833 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:52.509457+0000 mon.c (mon.1) 7724 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:53.833 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: cluster 2024-03-30T04:50:52.510843+0000 mgr.y (mgr.25441) 6748 : cluster [DBG] pgmap v4468: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.833 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: cluster 2024-03-30T04:50:52.511075+0000 mgr.y (mgr.25441) 6749 : cluster [DBG] pgmap v4469: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.833 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:52.517868+0000 mon.a (mon.0) 2796 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:53.833 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: cephadm 2024-03-30T04:50:52.520575+0000 mgr.y (mgr.25441) 6750 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:53.834 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:52.581262+0000 mon.c (mon.1) 7725 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:53.834 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:52.583540+0000 mon.c (mon.1) 7726 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:53.834 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:52.586159+0000 mon.c (mon.1) 7727 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:53.834 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:52.587038+0000 mon.c (mon.1) 7728 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:53.834 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: cluster 2024-03-30T04:50:52.588641+0000 mgr.y (mgr.25441) 6751 : cluster [DBG] pgmap v4470: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.834 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: cluster 2024-03-30T04:50:52.588934+0000 mgr.y (mgr.25441) 6752 : cluster [DBG] pgmap v4471: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.835 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:52.595188+0000 mon.a (mon.0) 2797 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:53.835 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: cephadm 2024-03-30T04:50:52.598099+0000 mgr.y (mgr.25441) 6753 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:53.835 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:52.643025+0000 mon.c (mon.1) 7729 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:53.835 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:52.645149+0000 mon.c (mon.1) 7730 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:53.835 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:52.646966+0000 mon.c (mon.1) 7731 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:53.835 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:52.647616+0000 mon.c (mon.1) 7732 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:53.835 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: cluster 2024-03-30T04:50:52.649013+0000 mgr.y (mgr.25441) 6754 : cluster [DBG] pgmap v4472: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.835 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: cluster 2024-03-30T04:50:52.649242+0000 mgr.y (mgr.25441) 6755 : cluster [DBG] pgmap v4473: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.835 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:52.655487+0000 mon.a (mon.0) 2798 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:53.835 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: cephadm 2024-03-30T04:50:52.658211+0000 mgr.y (mgr.25441) 6756 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:53.835 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:52.715398+0000 mon.c (mon.1) 7733 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:53.835 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:52.717881+0000 mon.c (mon.1) 7734 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:53.835 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:52.720830+0000 mon.c (mon.1) 7735 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:53.835 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:52.721856+0000 mon.c (mon.1) 7736 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:53.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: cluster 2024-03-30T04:50:52.723395+0000 mgr.y (mgr.25441) 6757 : cluster [DBG] pgmap v4474: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: cluster 2024-03-30T04:50:52.723631+0000 mgr.y (mgr.25441) 6758 : cluster [DBG] pgmap v4475: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:52.731951+0000 mon.a (mon.0) 2799 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:53.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: cephadm 2024-03-30T04:50:52.732871+0000 mgr.y (mgr.25441) 6759 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:53.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:52.773123+0000 mon.c (mon.1) 7737 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:53.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:52.774951+0000 mon.c (mon.1) 7738 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:53.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:52.776693+0000 mon.c (mon.1) 7739 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:53.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:52.777350+0000 mon.c (mon.1) 7740 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:53.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: cluster 2024-03-30T04:50:52.778631+0000 mgr.y (mgr.25441) 6760 : cluster [DBG] pgmap v4476: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: cluster 2024-03-30T04:50:52.778859+0000 mgr.y (mgr.25441) 6761 : cluster [DBG] pgmap v4477: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:52.786534+0000 mon.a (mon.0) 2800 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:53.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: cephadm 2024-03-30T04:50:52.787906+0000 mgr.y (mgr.25441) 6762 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:53.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:52.846492+0000 mon.c (mon.1) 7741 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:53.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:52.848673+0000 mon.c (mon.1) 7742 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:53.836 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:52.850496+0000 mon.c (mon.1) 7743 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:53.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:52.851092+0000 mon.c (mon.1) 7744 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:53.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:52.857133+0000 mon.a (mon.0) 2801 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:53.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:52.927641+0000 mon.c (mon.1) 7745 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:53.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:52.931130+0000 mon.c (mon.1) 7746 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:53.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:52.933984+0000 mon.c (mon.1) 7747 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:53.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:52.934812+0000 mon.c (mon.1) 7748 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:53.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:52.944128+0000 mon.a (mon.0) 2802 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:53.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:53.033300+0000 mon.c (mon.1) 7749 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:53.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:53.037483+0000 mon.c (mon.1) 7750 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:53.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:53.041408+0000 mon.c (mon.1) 7751 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:53.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:53.042836+0000 mon.c (mon.1) 7752 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:53.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:53.053333+0000 mon.a (mon.0) 2803 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:53.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:53.130196+0000 mon.c (mon.1) 7753 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:53.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:53.132511+0000 mon.c (mon.1) 7754 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:53.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:53.135245+0000 mon.c (mon.1) 7755 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:53.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:53.136314+0000 mon.c (mon.1) 7756 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:53.838 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:53.146473+0000 mon.a (mon.0) 2804 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:53.838 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:53.225579+0000 mon.c (mon.1) 7757 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:53.838 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:53.228700+0000 mon.c (mon.1) 7758 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:53.838 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:53.232631+0000 mon.c (mon.1) 7759 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:53.838 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:53.234010+0000 mon.c (mon.1) 7760 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:53.838 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:53.246122+0000 mon.a (mon.0) 2805 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:53.838 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:53.334432+0000 mon.c (mon.1) 7761 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:53.838 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:53.338485+0000 mon.c (mon.1) 7762 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:53.838 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:53.341879+0000 mon.c (mon.1) 7763 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:53.838 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:53.343098+0000 mon.c (mon.1) 7764 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:53.838 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[73591]: audit 2024-03-30T04:50:53.352338+0000 mon.a (mon.0) 2806 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:53.839 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: cluster 2024-03-30T04:50:51.899289+0000 mgr.y (mgr.25441) 6727 : cluster [DBG] pgmap v4454: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 23 op/s 2024-03-30T04:50:53.839 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: cluster 2024-03-30T04:50:51.899535+0000 mgr.y (mgr.25441) 6728 : cluster [DBG] pgmap v4455: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 23 op/s 2024-03-30T04:50:53.839 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: cephadm 2024-03-30T04:50:51.906984+0000 mgr.y (mgr.25441) 6729 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:53.839 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: cluster 2024-03-30T04:50:51.987467+0000 mgr.y (mgr.25441) 6730 : cluster [DBG] pgmap v4456: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.839 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: cluster 2024-03-30T04:50:51.987942+0000 mgr.y (mgr.25441) 6731 : cluster [DBG] pgmap v4457: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.839 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: cephadm 2024-03-30T04:50:51.996249+0000 mgr.y (mgr.25441) 6732 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:53.839 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: cluster 2024-03-30T04:50:52.093988+0000 mgr.y (mgr.25441) 6733 : cluster [DBG] pgmap v4458: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.839 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: cluster 2024-03-30T04:50:52.094608+0000 mgr.y (mgr.25441) 6734 : cluster [DBG] pgmap v4459: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.840 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: cephadm 2024-03-30T04:50:52.104581+0000 mgr.y (mgr.25441) 6735 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:53.840 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: cluster 2024-03-30T04:50:52.183834+0000 mgr.y (mgr.25441) 6736 : cluster [DBG] pgmap v4460: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.840 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: cluster 2024-03-30T04:50:52.184169+0000 mgr.y (mgr.25441) 6737 : cluster [DBG] pgmap v4461: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.840 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: cephadm 2024-03-30T04:50:52.193593+0000 mgr.y (mgr.25441) 6738 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:53.840 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: cluster 2024-03-30T04:50:52.280668+0000 mgr.y (mgr.25441) 6739 : cluster [DBG] pgmap v4462: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.840 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: cluster 2024-03-30T04:50:52.280910+0000 mgr.y (mgr.25441) 6740 : cluster [DBG] pgmap v4463: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.840 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: cephadm 2024-03-30T04:50:52.287999+0000 mgr.y (mgr.25441) 6741 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:53.840 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: cluster 2024-03-30T04:50:52.368001+0000 mgr.y (mgr.25441) 6742 : cluster [DBG] pgmap v4464: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.840 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: cluster 2024-03-30T04:50:52.368214+0000 mgr.y (mgr.25441) 6743 : cluster [DBG] pgmap v4465: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.840 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: cephadm 2024-03-30T04:50:52.374966+0000 mgr.y (mgr.25441) 6744 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:53.840 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:52.431865+0000 mon.c (mon.1) 7717 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:53.840 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:52.433974+0000 mon.c (mon.1) 7718 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:53.840 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:52.436248+0000 mon.c (mon.1) 7719 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:53.840 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:52.437020+0000 mon.c (mon.1) 7720 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:53.840 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: cluster 2024-03-30T04:50:52.438480+0000 mgr.y (mgr.25441) 6745 : cluster [DBG] pgmap v4466: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.841 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: cluster 2024-03-30T04:50:52.438747+0000 mgr.y (mgr.25441) 6746 : cluster [DBG] pgmap v4467: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.841 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:52.443562+0000 mon.a (mon.0) 2795 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:53.841 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: cephadm 2024-03-30T04:50:52.446420+0000 mgr.y (mgr.25441) 6747 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:53.841 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:52.503955+0000 mon.c (mon.1) 7721 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:53.841 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:52.506513+0000 mon.c (mon.1) 7722 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:53.841 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:52.508710+0000 mon.c (mon.1) 7723 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:53.841 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:52.509457+0000 mon.c (mon.1) 7724 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:53.841 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: cluster 2024-03-30T04:50:52.510843+0000 mgr.y (mgr.25441) 6748 : cluster [DBG] pgmap v4468: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.841 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: cluster 2024-03-30T04:50:52.511075+0000 mgr.y (mgr.25441) 6749 : cluster [DBG] pgmap v4469: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.841 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:52.517868+0000 mon.a (mon.0) 2796 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:53.841 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: cephadm 2024-03-30T04:50:52.520575+0000 mgr.y (mgr.25441) 6750 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:53.841 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:52.581262+0000 mon.c (mon.1) 7725 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:53.841 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:52.583540+0000 mon.c (mon.1) 7726 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:53.841 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:52.586159+0000 mon.c (mon.1) 7727 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:53.841 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:52.587038+0000 mon.c (mon.1) 7728 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:53.841 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: cluster 2024-03-30T04:50:52.588641+0000 mgr.y (mgr.25441) 6751 : cluster [DBG] pgmap v4470: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.842 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: cluster 2024-03-30T04:50:52.588934+0000 mgr.y (mgr.25441) 6752 : cluster [DBG] pgmap v4471: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.842 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:52.595188+0000 mon.a (mon.0) 2797 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:53.842 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: cephadm 2024-03-30T04:50:52.598099+0000 mgr.y (mgr.25441) 6753 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:53.842 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:52.643025+0000 mon.c (mon.1) 7729 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:53.842 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:52.645149+0000 mon.c (mon.1) 7730 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:53.842 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:52.646966+0000 mon.c (mon.1) 7731 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:53.842 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:52.647616+0000 mon.c (mon.1) 7732 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:53.842 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: cluster 2024-03-30T04:50:52.649013+0000 mgr.y (mgr.25441) 6754 : cluster [DBG] pgmap v4472: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.842 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: cluster 2024-03-30T04:50:52.649242+0000 mgr.y (mgr.25441) 6755 : cluster [DBG] pgmap v4473: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.842 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:52.655487+0000 mon.a (mon.0) 2798 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:53.842 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: cephadm 2024-03-30T04:50:52.658211+0000 mgr.y (mgr.25441) 6756 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:53.842 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:52.715398+0000 mon.c (mon.1) 7733 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:53.842 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:52.717881+0000 mon.c (mon.1) 7734 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:53.843 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:52.720830+0000 mon.c (mon.1) 7735 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:53.843 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:52.721856+0000 mon.c (mon.1) 7736 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:53.843 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: cluster 2024-03-30T04:50:52.723395+0000 mgr.y (mgr.25441) 6757 : cluster [DBG] pgmap v4474: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.843 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: cluster 2024-03-30T04:50:52.723631+0000 mgr.y (mgr.25441) 6758 : cluster [DBG] pgmap v4475: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.843 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:52.731951+0000 mon.a (mon.0) 2799 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:53.843 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: cephadm 2024-03-30T04:50:52.732871+0000 mgr.y (mgr.25441) 6759 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:53.843 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:52.773123+0000 mon.c (mon.1) 7737 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:53.843 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:52.774951+0000 mon.c (mon.1) 7738 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:53.843 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:52.776693+0000 mon.c (mon.1) 7739 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:53.843 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:52.777350+0000 mon.c (mon.1) 7740 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:53.843 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: cluster 2024-03-30T04:50:52.778631+0000 mgr.y (mgr.25441) 6760 : cluster [DBG] pgmap v4476: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.843 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: cluster 2024-03-30T04:50:52.778859+0000 mgr.y (mgr.25441) 6761 : cluster [DBG] pgmap v4477: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.843 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:52.786534+0000 mon.a (mon.0) 2800 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:53.843 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: cephadm 2024-03-30T04:50:52.787906+0000 mgr.y (mgr.25441) 6762 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:53.843 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:52.846492+0000 mon.c (mon.1) 7741 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:53.844 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:52.848673+0000 mon.c (mon.1) 7742 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:53.844 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:52.850496+0000 mon.c (mon.1) 7743 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:53.844 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:52.851092+0000 mon.c (mon.1) 7744 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:53.844 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:52.857133+0000 mon.a (mon.0) 2801 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:53.844 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:52.927641+0000 mon.c (mon.1) 7745 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:53.844 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:52.931130+0000 mon.c (mon.1) 7746 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:53.844 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:52.933984+0000 mon.c (mon.1) 7747 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:53.844 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:52.934812+0000 mon.c (mon.1) 7748 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:53.844 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:52.944128+0000 mon.a (mon.0) 2802 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:53.844 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:53.033300+0000 mon.c (mon.1) 7749 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:53.844 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:53.037483+0000 mon.c (mon.1) 7750 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:53.844 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:53.041408+0000 mon.c (mon.1) 7751 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:53.844 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:53.042836+0000 mon.c (mon.1) 7752 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:53.844 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:53.053333+0000 mon.a (mon.0) 2803 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:53.844 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:53.130196+0000 mon.c (mon.1) 7753 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:53.844 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:53.132511+0000 mon.c (mon.1) 7754 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:53.845 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:53.135245+0000 mon.c (mon.1) 7755 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:53.845 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:53.136314+0000 mon.c (mon.1) 7756 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:53.845 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:53.146473+0000 mon.a (mon.0) 2804 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:53.845 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:53.225579+0000 mon.c (mon.1) 7757 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:53.845 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:53.228700+0000 mon.c (mon.1) 7758 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:53.845 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:53.232631+0000 mon.c (mon.1) 7759 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:53.845 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:53.234010+0000 mon.c (mon.1) 7760 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:53.845 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:53.246122+0000 mon.a (mon.0) 2805 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:53.845 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:53.334432+0000 mon.c (mon.1) 7761 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:53.845 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:53.338485+0000 mon.c (mon.1) 7762 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:53.845 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:53.341879+0000 mon.c (mon.1) 7763 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:53.845 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:53.343098+0000 mon.c (mon.1) 7764 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:53.845 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:53 smithi111 bash[70954]: audit 2024-03-30T04:50:53.352338+0000 mon.a (mon.0) 2806 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:53.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: cluster 2024-03-30T04:50:51.899289+0000 mgr.y (mgr.25441) 6727 : cluster [DBG] pgmap v4454: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 23 op/s 2024-03-30T04:50:53.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: cluster 2024-03-30T04:50:51.899535+0000 mgr.y (mgr.25441) 6728 : cluster [DBG] pgmap v4455: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 23 op/s 2024-03-30T04:50:53.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: cephadm 2024-03-30T04:50:51.906984+0000 mgr.y (mgr.25441) 6729 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: cluster 2024-03-30T04:50:51.987467+0000 mgr.y (mgr.25441) 6730 : cluster [DBG] pgmap v4456: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: cluster 2024-03-30T04:50:51.987942+0000 mgr.y (mgr.25441) 6731 : cluster [DBG] pgmap v4457: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: cephadm 2024-03-30T04:50:51.996249+0000 mgr.y (mgr.25441) 6732 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: cluster 2024-03-30T04:50:52.093988+0000 mgr.y (mgr.25441) 6733 : cluster [DBG] pgmap v4458: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: cluster 2024-03-30T04:50:52.094608+0000 mgr.y (mgr.25441) 6734 : cluster [DBG] pgmap v4459: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: cephadm 2024-03-30T04:50:52.104581+0000 mgr.y (mgr.25441) 6735 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: cluster 2024-03-30T04:50:52.183834+0000 mgr.y (mgr.25441) 6736 : cluster [DBG] pgmap v4460: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: cluster 2024-03-30T04:50:52.184169+0000 mgr.y (mgr.25441) 6737 : cluster [DBG] pgmap v4461: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: cephadm 2024-03-30T04:50:52.193593+0000 mgr.y (mgr.25441) 6738 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: cluster 2024-03-30T04:50:52.280668+0000 mgr.y (mgr.25441) 6739 : cluster [DBG] pgmap v4462: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: cluster 2024-03-30T04:50:52.280910+0000 mgr.y (mgr.25441) 6740 : cluster [DBG] pgmap v4463: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: cephadm 2024-03-30T04:50:52.287999+0000 mgr.y (mgr.25441) 6741 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: cluster 2024-03-30T04:50:52.368001+0000 mgr.y (mgr.25441) 6742 : cluster [DBG] pgmap v4464: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: cluster 2024-03-30T04:50:52.368214+0000 mgr.y (mgr.25441) 6743 : cluster [DBG] pgmap v4465: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: cephadm 2024-03-30T04:50:52.374966+0000 mgr.y (mgr.25441) 6744 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:52.431865+0000 mon.c (mon.1) 7717 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:52.433974+0000 mon.c (mon.1) 7718 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:52.436248+0000 mon.c (mon.1) 7719 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:52.437020+0000 mon.c (mon.1) 7720 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: cluster 2024-03-30T04:50:52.438480+0000 mgr.y (mgr.25441) 6745 : cluster [DBG] pgmap v4466: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: cluster 2024-03-30T04:50:52.438747+0000 mgr.y (mgr.25441) 6746 : cluster [DBG] pgmap v4467: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:52.443562+0000 mon.a (mon.0) 2795 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: cephadm 2024-03-30T04:50:52.446420+0000 mgr.y (mgr.25441) 6747 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:52.503955+0000 mon.c (mon.1) 7721 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:52.506513+0000 mon.c (mon.1) 7722 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:52.508710+0000 mon.c (mon.1) 7723 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:52.509457+0000 mon.c (mon.1) 7724 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: cluster 2024-03-30T04:50:52.510843+0000 mgr.y (mgr.25441) 6748 : cluster [DBG] pgmap v4468: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: cluster 2024-03-30T04:50:52.511075+0000 mgr.y (mgr.25441) 6749 : cluster [DBG] pgmap v4469: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:52.517868+0000 mon.a (mon.0) 2796 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: cephadm 2024-03-30T04:50:52.520575+0000 mgr.y (mgr.25441) 6750 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:52.581262+0000 mon.c (mon.1) 7725 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:52.583540+0000 mon.c (mon.1) 7726 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:52.586159+0000 mon.c (mon.1) 7727 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:52.587038+0000 mon.c (mon.1) 7728 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: cluster 2024-03-30T04:50:52.588641+0000 mgr.y (mgr.25441) 6751 : cluster [DBG] pgmap v4470: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: cluster 2024-03-30T04:50:52.588934+0000 mgr.y (mgr.25441) 6752 : cluster [DBG] pgmap v4471: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:52.595188+0000 mon.a (mon.0) 2797 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: cephadm 2024-03-30T04:50:52.598099+0000 mgr.y (mgr.25441) 6753 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:52.643025+0000 mon.c (mon.1) 7729 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:52.645149+0000 mon.c (mon.1) 7730 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:52.646966+0000 mon.c (mon.1) 7731 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:52.647616+0000 mon.c (mon.1) 7732 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:53.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: cluster 2024-03-30T04:50:52.649013+0000 mgr.y (mgr.25441) 6754 : cluster [DBG] pgmap v4472: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: cluster 2024-03-30T04:50:52.649242+0000 mgr.y (mgr.25441) 6755 : cluster [DBG] pgmap v4473: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:52.655487+0000 mon.a (mon.0) 2798 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: cephadm 2024-03-30T04:50:52.658211+0000 mgr.y (mgr.25441) 6756 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:52.715398+0000 mon.c (mon.1) 7733 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:52.717881+0000 mon.c (mon.1) 7734 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:52.720830+0000 mon.c (mon.1) 7735 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:52.721856+0000 mon.c (mon.1) 7736 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: cluster 2024-03-30T04:50:52.723395+0000 mgr.y (mgr.25441) 6757 : cluster [DBG] pgmap v4474: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: cluster 2024-03-30T04:50:52.723631+0000 mgr.y (mgr.25441) 6758 : cluster [DBG] pgmap v4475: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:52.731951+0000 mon.a (mon.0) 2799 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: cephadm 2024-03-30T04:50:52.732871+0000 mgr.y (mgr.25441) 6759 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:52.773123+0000 mon.c (mon.1) 7737 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:53.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:52.774951+0000 mon.c (mon.1) 7738 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:52.776693+0000 mon.c (mon.1) 7739 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:52.777350+0000 mon.c (mon.1) 7740 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: cluster 2024-03-30T04:50:52.778631+0000 mgr.y (mgr.25441) 6760 : cluster [DBG] pgmap v4476: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: cluster 2024-03-30T04:50:52.778859+0000 mgr.y (mgr.25441) 6761 : cluster [DBG] pgmap v4477: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:52.786534+0000 mon.a (mon.0) 2800 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: cephadm 2024-03-30T04:50:52.787906+0000 mgr.y (mgr.25441) 6762 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:52.846492+0000 mon.c (mon.1) 7741 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:53.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:52.848673+0000 mon.c (mon.1) 7742 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:52.850496+0000 mon.c (mon.1) 7743 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:52.851092+0000 mon.c (mon.1) 7744 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:52.857133+0000 mon.a (mon.0) 2801 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:52.927641+0000 mon.c (mon.1) 7745 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:52.931130+0000 mon.c (mon.1) 7746 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:52.933984+0000 mon.c (mon.1) 7747 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:52.934812+0000 mon.c (mon.1) 7748 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:52.944128+0000 mon.a (mon.0) 2802 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:53.033300+0000 mon.c (mon.1) 7749 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:53.037483+0000 mon.c (mon.1) 7750 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:53.041408+0000 mon.c (mon.1) 7751 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:53.042836+0000 mon.c (mon.1) 7752 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:53.053333+0000 mon.a (mon.0) 2803 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:53.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:53.130196+0000 mon.c (mon.1) 7753 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:53.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:53.132511+0000 mon.c (mon.1) 7754 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:53.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:53.135245+0000 mon.c (mon.1) 7755 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:53.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:53.136314+0000 mon.c (mon.1) 7756 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:53.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:53.146473+0000 mon.a (mon.0) 2804 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:53.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:53.225579+0000 mon.c (mon.1) 7757 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:53.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:53.228700+0000 mon.c (mon.1) 7758 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:53.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:53.232631+0000 mon.c (mon.1) 7759 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:53.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:53.234010+0000 mon.c (mon.1) 7760 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:53.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:53.246122+0000 mon.a (mon.0) 2805 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:53.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:53.334432+0000 mon.c (mon.1) 7761 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:53.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:53.338485+0000 mon.c (mon.1) 7762 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:53.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:53.341879+0000 mon.c (mon.1) 7763 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:53.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:53.343098+0000 mon.c (mon.1) 7764 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:53.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:53 smithi117 bash[62284]: audit 2024-03-30T04:50:53.352338+0000 mon.a (mon.0) 2806 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:54.440 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: cluster 2024-03-30T04:50:52.852476+0000 mgr.y (mgr.25441) 6763 : cluster [DBG] pgmap v4478: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.440 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: cluster 2024-03-30T04:50:52.852712+0000 mgr.y (mgr.25441) 6764 : cluster [DBG] pgmap v4479: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.440 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: cephadm 2024-03-30T04:50:52.858537+0000 mgr.y (mgr.25441) 6765 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:54.440 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: cluster 2024-03-30T04:50:52.936326+0000 mgr.y (mgr.25441) 6766 : cluster [DBG] pgmap v4480: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.440 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: cluster 2024-03-30T04:50:52.936539+0000 mgr.y (mgr.25441) 6767 : cluster [DBG] pgmap v4481: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.440 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: cephadm 2024-03-30T04:50:52.944787+0000 mgr.y (mgr.25441) 6768 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:54.440 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: cluster 2024-03-30T04:50:53.045263+0000 mgr.y (mgr.25441) 6769 : cluster [DBG] pgmap v4482: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.440 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: cluster 2024-03-30T04:50:53.045514+0000 mgr.y (mgr.25441) 6770 : cluster [DBG] pgmap v4483: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: cephadm 2024-03-30T04:50:53.054496+0000 mgr.y (mgr.25441) 6771 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:54.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: cluster 2024-03-30T04:50:53.138443+0000 mgr.y (mgr.25441) 6772 : cluster [DBG] pgmap v4484: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: cluster 2024-03-30T04:50:53.138674+0000 mgr.y (mgr.25441) 6773 : cluster [DBG] pgmap v4485: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: cephadm 2024-03-30T04:50:53.147409+0000 mgr.y (mgr.25441) 6774 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:54.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: cluster 2024-03-30T04:50:53.236751+0000 mgr.y (mgr.25441) 6775 : cluster [DBG] pgmap v4486: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: cluster 2024-03-30T04:50:53.237428+0000 mgr.y (mgr.25441) 6776 : cluster [DBG] pgmap v4487: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: cephadm 2024-03-30T04:50:53.247307+0000 mgr.y (mgr.25441) 6777 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:54.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: cluster 2024-03-30T04:50:53.345420+0000 mgr.y (mgr.25441) 6778 : cluster [DBG] pgmap v4488: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: cluster 2024-03-30T04:50:53.345651+0000 mgr.y (mgr.25441) 6779 : cluster [DBG] pgmap v4489: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: cephadm 2024-03-30T04:50:53.353750+0000 mgr.y (mgr.25441) 6780 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:54.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.414647+0000 mon.c (mon.1) 7765 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:54.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.433424+0000 mon.c (mon.1) 7766 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.437429+0000 mon.c (mon.1) 7767 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:54.441 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.438903+0000 mon.c (mon.1) 7768 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:54.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: cluster 2024-03-30T04:50:53.441015+0000 mgr.y (mgr.25441) 6781 : cluster [DBG] pgmap v4490: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: cluster 2024-03-30T04:50:53.441273+0000 mgr.y (mgr.25441) 6782 : cluster [DBG] pgmap v4491: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.449084+0000 mon.a (mon.0) 2807 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:54.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: cephadm 2024-03-30T04:50:53.449817+0000 mgr.y (mgr.25441) 6783 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:54.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.509189+0000 mon.c (mon.1) 7769 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:54.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.511541+0000 mon.c (mon.1) 7770 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.513720+0000 mon.c (mon.1) 7771 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:54.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.514535+0000 mon.c (mon.1) 7772 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:54.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: cluster 2024-03-30T04:50:53.516005+0000 mgr.y (mgr.25441) 6784 : cluster [DBG] pgmap v4492: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: cluster 2024-03-30T04:50:53.516243+0000 mgr.y (mgr.25441) 6785 : cluster [DBG] pgmap v4493: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.521272+0000 mon.a (mon.0) 2808 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:54.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: cephadm 2024-03-30T04:50:53.521858+0000 mgr.y (mgr.25441) 6786 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:54.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.579371+0000 mon.c (mon.1) 7773 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:54.442 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.581524+0000 mon.c (mon.1) 7774 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.443 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.583390+0000 mon.c (mon.1) 7775 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:54.443 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.584054+0000 mon.c (mon.1) 7776 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:54.443 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: cluster 2024-03-30T04:50:53.585259+0000 mgr.y (mgr.25441) 6787 : cluster [DBG] pgmap v4494: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.443 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: cluster 2024-03-30T04:50:52.852476+0000 mgr.y (mgr.25441) 6763 : cluster [DBG] pgmap v4478: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.443 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: cluster 2024-03-30T04:50:52.852712+0000 mgr.y (mgr.25441) 6764 : cluster [DBG] pgmap v4479: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.443 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: cephadm 2024-03-30T04:50:52.858537+0000 mgr.y (mgr.25441) 6765 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:54.443 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: cluster 2024-03-30T04:50:52.936326+0000 mgr.y (mgr.25441) 6766 : cluster [DBG] pgmap v4480: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.443 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: cluster 2024-03-30T04:50:52.936539+0000 mgr.y (mgr.25441) 6767 : cluster [DBG] pgmap v4481: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.443 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: cephadm 2024-03-30T04:50:52.944787+0000 mgr.y (mgr.25441) 6768 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:54.444 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: cluster 2024-03-30T04:50:53.045263+0000 mgr.y (mgr.25441) 6769 : cluster [DBG] pgmap v4482: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.444 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: cluster 2024-03-30T04:50:53.045514+0000 mgr.y (mgr.25441) 6770 : cluster [DBG] pgmap v4483: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.444 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: cephadm 2024-03-30T04:50:53.054496+0000 mgr.y (mgr.25441) 6771 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:54.444 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: cluster 2024-03-30T04:50:53.138443+0000 mgr.y (mgr.25441) 6772 : cluster [DBG] pgmap v4484: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.444 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: cluster 2024-03-30T04:50:53.138674+0000 mgr.y (mgr.25441) 6773 : cluster [DBG] pgmap v4485: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.444 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: cephadm 2024-03-30T04:50:53.147409+0000 mgr.y (mgr.25441) 6774 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:54.444 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: cluster 2024-03-30T04:50:53.236751+0000 mgr.y (mgr.25441) 6775 : cluster [DBG] pgmap v4486: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.444 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: cluster 2024-03-30T04:50:53.237428+0000 mgr.y (mgr.25441) 6776 : cluster [DBG] pgmap v4487: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.444 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: cephadm 2024-03-30T04:50:53.247307+0000 mgr.y (mgr.25441) 6777 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:54.444 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: cluster 2024-03-30T04:50:53.345420+0000 mgr.y (mgr.25441) 6778 : cluster [DBG] pgmap v4488: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.444 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: cluster 2024-03-30T04:50:53.345651+0000 mgr.y (mgr.25441) 6779 : cluster [DBG] pgmap v4489: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.444 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: cephadm 2024-03-30T04:50:53.353750+0000 mgr.y (mgr.25441) 6780 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:54.444 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.414647+0000 mon.c (mon.1) 7765 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:54.444 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.433424+0000 mon.c (mon.1) 7766 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.444 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.437429+0000 mon.c (mon.1) 7767 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:54.444 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.438903+0000 mon.c (mon.1) 7768 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:54.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: cluster 2024-03-30T04:50:53.441015+0000 mgr.y (mgr.25441) 6781 : cluster [DBG] pgmap v4490: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: cluster 2024-03-30T04:50:53.441273+0000 mgr.y (mgr.25441) 6782 : cluster [DBG] pgmap v4491: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.449084+0000 mon.a (mon.0) 2807 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:54.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: cephadm 2024-03-30T04:50:53.449817+0000 mgr.y (mgr.25441) 6783 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:54.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.509189+0000 mon.c (mon.1) 7769 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:54.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.511541+0000 mon.c (mon.1) 7770 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.513720+0000 mon.c (mon.1) 7771 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:54.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.514535+0000 mon.c (mon.1) 7772 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:54.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: cluster 2024-03-30T04:50:53.516005+0000 mgr.y (mgr.25441) 6784 : cluster [DBG] pgmap v4492: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: cluster 2024-03-30T04:50:53.516243+0000 mgr.y (mgr.25441) 6785 : cluster [DBG] pgmap v4493: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.521272+0000 mon.a (mon.0) 2808 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:54.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: cephadm 2024-03-30T04:50:53.521858+0000 mgr.y (mgr.25441) 6786 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:54.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.579371+0000 mon.c (mon.1) 7773 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:54.445 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.581524+0000 mon.c (mon.1) 7774 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.852 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: cluster 2024-03-30T04:50:53.585500+0000 mgr.y (mgr.25441) 6788 : cluster [DBG] pgmap v4495: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.852 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.590155+0000 mon.a (mon.0) 2809 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:54.852 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: cephadm 2024-03-30T04:50:53.591776+0000 mgr.y (mgr.25441) 6789 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:54.852 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.633319+0000 mon.c (mon.1) 7777 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:54.852 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.635583+0000 mon.c (mon.1) 7778 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.852 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.637610+0000 mon.c (mon.1) 7779 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:54.852 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.638376+0000 mon.c (mon.1) 7780 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:54.852 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: cluster 2024-03-30T04:50:53.639745+0000 mgr.y (mgr.25441) 6790 : cluster [DBG] pgmap v4496: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.852 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: cluster 2024-03-30T04:50:53.639959+0000 mgr.y (mgr.25441) 6791 : cluster [DBG] pgmap v4497: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.852 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.645659+0000 mon.a (mon.0) 2810 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:54.852 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: cephadm 2024-03-30T04:50:53.646789+0000 mgr.y (mgr.25441) 6792 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:54.852 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.706138+0000 mon.c (mon.1) 7781 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:54.852 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.709267+0000 mon.c (mon.1) 7782 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.852 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.711633+0000 mon.c (mon.1) 7783 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:54.853 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.712485+0000 mon.c (mon.1) 7784 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:54.853 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: cluster 2024-03-30T04:50:53.714066+0000 mgr.y (mgr.25441) 6793 : cluster [DBG] pgmap v4498: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.853 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: cluster 2024-03-30T04:50:53.714268+0000 mgr.y (mgr.25441) 6794 : cluster [DBG] pgmap v4499: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.853 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.719871+0000 mon.a (mon.0) 2811 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:54.853 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: cephadm 2024-03-30T04:50:53.720563+0000 mgr.y (mgr.25441) 6795 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:54.853 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.794086+0000 mon.c (mon.1) 7785 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:54.853 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.583390+0000 mon.c (mon.1) 7775 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:54.853 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.584054+0000 mon.c (mon.1) 7776 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:54.853 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: cluster 2024-03-30T04:50:53.585259+0000 mgr.y (mgr.25441) 6787 : cluster [DBG] pgmap v4494: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.854 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: cluster 2024-03-30T04:50:53.585500+0000 mgr.y (mgr.25441) 6788 : cluster [DBG] pgmap v4495: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.854 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.590155+0000 mon.a (mon.0) 2809 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:54.854 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: cephadm 2024-03-30T04:50:53.591776+0000 mgr.y (mgr.25441) 6789 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:54.854 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.633319+0000 mon.c (mon.1) 7777 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:54.854 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.635583+0000 mon.c (mon.1) 7778 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.854 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.637610+0000 mon.c (mon.1) 7779 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:54.854 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.638376+0000 mon.c (mon.1) 7780 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:54.854 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: cluster 2024-03-30T04:50:53.639745+0000 mgr.y (mgr.25441) 6790 : cluster [DBG] pgmap v4496: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.854 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: cluster 2024-03-30T04:50:53.639959+0000 mgr.y (mgr.25441) 6791 : cluster [DBG] pgmap v4497: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.854 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.645659+0000 mon.a (mon.0) 2810 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:54.854 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: cephadm 2024-03-30T04:50:53.646789+0000 mgr.y (mgr.25441) 6792 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:54.854 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.706138+0000 mon.c (mon.1) 7781 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:54.854 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.709267+0000 mon.c (mon.1) 7782 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.854 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.711633+0000 mon.c (mon.1) 7783 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:54.854 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.712485+0000 mon.c (mon.1) 7784 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:54.855 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: cluster 2024-03-30T04:50:53.714066+0000 mgr.y (mgr.25441) 6793 : cluster [DBG] pgmap v4498: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.855 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.796219+0000 mon.c (mon.1) 7786 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.855 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.798257+0000 mon.c (mon.1) 7787 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:54.855 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.799015+0000 mon.c (mon.1) 7788 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:54.855 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: cluster 2024-03-30T04:50:53.800492+0000 mgr.y (mgr.25441) 6796 : cluster [DBG] pgmap v4500: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.855 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: cluster 2024-03-30T04:50:53.800712+0000 mgr.y (mgr.25441) 6797 : cluster [DBG] pgmap v4501: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.855 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.812193+0000 mon.a (mon.0) 2812 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:54.855 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: cephadm 2024-03-30T04:50:53.812779+0000 mgr.y (mgr.25441) 6798 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:54.855 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.817775+0000 mon.a (mon.0) 2813 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:54.855 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.826535+0000 mon.a (mon.0) 2814 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:54.856 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: cluster 2024-03-30T04:50:53.828586+0000 mgr.y (mgr.25441) 6799 : cluster [DBG] pgmap v4502: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.856 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: cluster 2024-03-30T04:50:53.828795+0000 mgr.y (mgr.25441) 6800 : cluster [DBG] pgmap v4503: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.856 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.834749+0000 mon.a (mon.0) 2815 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:54.856 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.870126+0000 mon.c (mon.1) 7789 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:54.856 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.872114+0000 mon.c (mon.1) 7790 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.856 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.873580+0000 mon.c (mon.1) 7791 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.856 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.874634+0000 mon.c (mon.1) 7792 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.856 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.876578+0000 mon.c (mon.1) 7793 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.856 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.878823+0000 mon.c (mon.1) 7794 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.856 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.880328+0000 mon.c (mon.1) 7795 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.856 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.881328+0000 mon.c (mon.1) 7796 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.856 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.882344+0000 mon.c (mon.1) 7797 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.856 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.883452+0000 mon.c (mon.1) 7798 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.856 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.884649+0000 mon.c (mon.1) 7799 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.856 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.885720+0000 mon.c (mon.1) 7800 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.856 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.886960+0000 mon.c (mon.1) 7801 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.856 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.888530+0000 mon.c (mon.1) 7802 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.857 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[73591]: audit 2024-03-30T04:50:53.889912+0000 mon.c (mon.1) 7803 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.857 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: cluster 2024-03-30T04:50:53.714268+0000 mgr.y (mgr.25441) 6794 : cluster [DBG] pgmap v4499: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.857 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.719871+0000 mon.a (mon.0) 2811 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:54.857 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: cephadm 2024-03-30T04:50:53.720563+0000 mgr.y (mgr.25441) 6795 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:54.857 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.794086+0000 mon.c (mon.1) 7785 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:54.857 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.796219+0000 mon.c (mon.1) 7786 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.857 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.798257+0000 mon.c (mon.1) 7787 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:54.857 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.799015+0000 mon.c (mon.1) 7788 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:54.857 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: cluster 2024-03-30T04:50:53.800492+0000 mgr.y (mgr.25441) 6796 : cluster [DBG] pgmap v4500: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.857 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: cluster 2024-03-30T04:50:53.800712+0000 mgr.y (mgr.25441) 6797 : cluster [DBG] pgmap v4501: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.857 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.812193+0000 mon.a (mon.0) 2812 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:54.858 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: cephadm 2024-03-30T04:50:53.812779+0000 mgr.y (mgr.25441) 6798 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:54.858 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.817775+0000 mon.a (mon.0) 2813 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:54.858 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.826535+0000 mon.a (mon.0) 2814 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:54.858 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: cluster 2024-03-30T04:50:53.828586+0000 mgr.y (mgr.25441) 6799 : cluster [DBG] pgmap v4502: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.858 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: cluster 2024-03-30T04:50:53.828795+0000 mgr.y (mgr.25441) 6800 : cluster [DBG] pgmap v4503: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.858 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.834749+0000 mon.a (mon.0) 2815 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:54.858 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.870126+0000 mon.c (mon.1) 7789 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:54.858 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.872114+0000 mon.c (mon.1) 7790 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.858 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.873580+0000 mon.c (mon.1) 7791 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.858 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.874634+0000 mon.c (mon.1) 7792 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.858 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.876578+0000 mon.c (mon.1) 7793 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.858 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.878823+0000 mon.c (mon.1) 7794 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.858 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.880328+0000 mon.c (mon.1) 7795 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.858 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.881328+0000 mon.c (mon.1) 7796 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.858 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.882344+0000 mon.c (mon.1) 7797 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.859 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.883452+0000 mon.c (mon.1) 7798 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.859 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.884649+0000 mon.c (mon.1) 7799 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.859 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.885720+0000 mon.c (mon.1) 7800 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.859 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.886960+0000 mon.c (mon.1) 7801 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.859 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.888530+0000 mon.c (mon.1) 7802 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.859 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:54 smithi111 bash[70954]: audit 2024-03-30T04:50:53.889912+0000 mon.c (mon.1) 7803 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: cluster 2024-03-30T04:50:52.852476+0000 mgr.y (mgr.25441) 6763 : cluster [DBG] pgmap v4478: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: cluster 2024-03-30T04:50:52.852712+0000 mgr.y (mgr.25441) 6764 : cluster [DBG] pgmap v4479: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: cephadm 2024-03-30T04:50:52.858537+0000 mgr.y (mgr.25441) 6765 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:54.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: cluster 2024-03-30T04:50:52.936326+0000 mgr.y (mgr.25441) 6766 : cluster [DBG] pgmap v4480: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: cluster 2024-03-30T04:50:52.936539+0000 mgr.y (mgr.25441) 6767 : cluster [DBG] pgmap v4481: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: cephadm 2024-03-30T04:50:52.944787+0000 mgr.y (mgr.25441) 6768 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:54.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: cluster 2024-03-30T04:50:53.045263+0000 mgr.y (mgr.25441) 6769 : cluster [DBG] pgmap v4482: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: cluster 2024-03-30T04:50:53.045514+0000 mgr.y (mgr.25441) 6770 : cluster [DBG] pgmap v4483: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: cephadm 2024-03-30T04:50:53.054496+0000 mgr.y (mgr.25441) 6771 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:54.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: cluster 2024-03-30T04:50:53.138443+0000 mgr.y (mgr.25441) 6772 : cluster [DBG] pgmap v4484: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: cluster 2024-03-30T04:50:53.138674+0000 mgr.y (mgr.25441) 6773 : cluster [DBG] pgmap v4485: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: cephadm 2024-03-30T04:50:53.147409+0000 mgr.y (mgr.25441) 6774 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:54.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: cluster 2024-03-30T04:50:53.236751+0000 mgr.y (mgr.25441) 6775 : cluster [DBG] pgmap v4486: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: cluster 2024-03-30T04:50:53.237428+0000 mgr.y (mgr.25441) 6776 : cluster [DBG] pgmap v4487: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: cephadm 2024-03-30T04:50:53.247307+0000 mgr.y (mgr.25441) 6777 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:54.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: cluster 2024-03-30T04:50:53.345420+0000 mgr.y (mgr.25441) 6778 : cluster [DBG] pgmap v4488: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: cluster 2024-03-30T04:50:53.345651+0000 mgr.y (mgr.25441) 6779 : cluster [DBG] pgmap v4489: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: cephadm 2024-03-30T04:50:53.353750+0000 mgr.y (mgr.25441) 6780 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:54.887 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.414647+0000 mon.c (mon.1) 7765 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:54.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.433424+0000 mon.c (mon.1) 7766 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.437429+0000 mon.c (mon.1) 7767 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:54.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.438903+0000 mon.c (mon.1) 7768 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:54.888 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: cluster 2024-03-30T04:50:53.441015+0000 mgr.y (mgr.25441) 6781 : cluster [DBG] pgmap v4490: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: cluster 2024-03-30T04:50:53.441273+0000 mgr.y (mgr.25441) 6782 : cluster [DBG] pgmap v4491: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.449084+0000 mon.a (mon.0) 2807 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:54.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: cephadm 2024-03-30T04:50:53.449817+0000 mgr.y (mgr.25441) 6783 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:54.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.509189+0000 mon.c (mon.1) 7769 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:54.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.511541+0000 mon.c (mon.1) 7770 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.513720+0000 mon.c (mon.1) 7771 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:54.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.514535+0000 mon.c (mon.1) 7772 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:54.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: cluster 2024-03-30T04:50:53.516005+0000 mgr.y (mgr.25441) 6784 : cluster [DBG] pgmap v4492: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: cluster 2024-03-30T04:50:53.516243+0000 mgr.y (mgr.25441) 6785 : cluster [DBG] pgmap v4493: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.521272+0000 mon.a (mon.0) 2808 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:54.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: cephadm 2024-03-30T04:50:53.521858+0000 mgr.y (mgr.25441) 6786 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:54.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.579371+0000 mon.c (mon.1) 7773 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:54.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.581524+0000 mon.c (mon.1) 7774 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.583390+0000 mon.c (mon.1) 7775 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:54.889 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.584054+0000 mon.c (mon.1) 7776 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:54.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: cluster 2024-03-30T04:50:53.585259+0000 mgr.y (mgr.25441) 6787 : cluster [DBG] pgmap v4494: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: cluster 2024-03-30T04:50:53.585500+0000 mgr.y (mgr.25441) 6788 : cluster [DBG] pgmap v4495: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.590155+0000 mon.a (mon.0) 2809 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:54.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: cephadm 2024-03-30T04:50:53.591776+0000 mgr.y (mgr.25441) 6789 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:54.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.633319+0000 mon.c (mon.1) 7777 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:54.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.635583+0000 mon.c (mon.1) 7778 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.637610+0000 mon.c (mon.1) 7779 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:54.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.638376+0000 mon.c (mon.1) 7780 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:54.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: cluster 2024-03-30T04:50:53.639745+0000 mgr.y (mgr.25441) 6790 : cluster [DBG] pgmap v4496: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: cluster 2024-03-30T04:50:53.639959+0000 mgr.y (mgr.25441) 6791 : cluster [DBG] pgmap v4497: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.645659+0000 mon.a (mon.0) 2810 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:54.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: cephadm 2024-03-30T04:50:53.646789+0000 mgr.y (mgr.25441) 6792 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:54.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.706138+0000 mon.c (mon.1) 7781 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:54.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.709267+0000 mon.c (mon.1) 7782 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.890 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.711633+0000 mon.c (mon.1) 7783 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:54.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.712485+0000 mon.c (mon.1) 7784 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:54.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: cluster 2024-03-30T04:50:53.714066+0000 mgr.y (mgr.25441) 6793 : cluster [DBG] pgmap v4498: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: cluster 2024-03-30T04:50:53.714268+0000 mgr.y (mgr.25441) 6794 : cluster [DBG] pgmap v4499: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.719871+0000 mon.a (mon.0) 2811 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:54.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: cephadm 2024-03-30T04:50:53.720563+0000 mgr.y (mgr.25441) 6795 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:54.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.794086+0000 mon.c (mon.1) 7785 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:54.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.796219+0000 mon.c (mon.1) 7786 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.798257+0000 mon.c (mon.1) 7787 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:54.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.799015+0000 mon.c (mon.1) 7788 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:54.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: cluster 2024-03-30T04:50:53.800492+0000 mgr.y (mgr.25441) 6796 : cluster [DBG] pgmap v4500: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: cluster 2024-03-30T04:50:53.800712+0000 mgr.y (mgr.25441) 6797 : cluster [DBG] pgmap v4501: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.812193+0000 mon.a (mon.0) 2812 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:54.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: cephadm 2024-03-30T04:50:53.812779+0000 mgr.y (mgr.25441) 6798 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:54.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.817775+0000 mon.a (mon.0) 2813 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:54.891 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.826535+0000 mon.a (mon.0) 2814 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:54.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: cluster 2024-03-30T04:50:53.828586+0000 mgr.y (mgr.25441) 6799 : cluster [DBG] pgmap v4502: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: cluster 2024-03-30T04:50:53.828795+0000 mgr.y (mgr.25441) 6800 : cluster [DBG] pgmap v4503: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:54.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.834749+0000 mon.a (mon.0) 2815 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:54.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.870126+0000 mon.c (mon.1) 7789 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:54.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.872114+0000 mon.c (mon.1) 7790 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.873580+0000 mon.c (mon.1) 7791 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.874634+0000 mon.c (mon.1) 7792 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.876578+0000 mon.c (mon.1) 7793 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.878823+0000 mon.c (mon.1) 7794 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.880328+0000 mon.c (mon.1) 7795 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.881328+0000 mon.c (mon.1) 7796 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.882344+0000 mon.c (mon.1) 7797 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.883452+0000 mon.c (mon.1) 7798 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.884649+0000 mon.c (mon.1) 7799 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.885720+0000 mon.c (mon.1) 7800 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.892 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.886960+0000 mon.c (mon.1) 7801 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.888530+0000 mon.c (mon.1) 7802 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:54.893 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:54 smithi117 bash[62284]: audit 2024-03-30T04:50:53.889912+0000 mon.c (mon.1) 7803 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:56.092 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:55 smithi111 bash[70954]: audit 2024-03-30T04:50:54.826412+0000 mon.a (mon.0) 2816 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:56.093 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:55 smithi111 bash[70954]: audit 2024-03-30T04:50:54.842660+0000 mon.a (mon.0) 2817 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:56.093 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:55 smithi111 bash[70954]: audit 2024-03-30T04:50:54.854588+0000 mon.a (mon.0) 2818 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:56.093 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:55 smithi111 bash[73591]: audit 2024-03-30T04:50:54.826412+0000 mon.a (mon.0) 2816 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:56.093 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:55 smithi111 bash[73591]: audit 2024-03-30T04:50:54.842660+0000 mon.a (mon.0) 2817 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:56.093 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:55 smithi111 bash[73591]: audit 2024-03-30T04:50:54.854588+0000 mon.a (mon.0) 2818 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:56.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:55 smithi117 bash[62284]: audit 2024-03-30T04:50:54.826412+0000 mon.a (mon.0) 2816 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:56.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:55 smithi117 bash[62284]: audit 2024-03-30T04:50:54.842660+0000 mon.a (mon.0) 2817 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:56.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:55 smithi117 bash[62284]: audit 2024-03-30T04:50:54.854588+0000 mon.a (mon.0) 2818 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:56.367 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:50:56 smithi111 bash[104927]: ts=2024-03-30T04:50:56.126Z caller=cluster.go:698 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.00333968s 2024-03-30T04:50:56.841 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:50:56 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:50:56] "GET /metrics HTTP/1.1" 200 38700 "" "Prometheus/2.43.0" 2024-03-30T04:50:57.031 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:56 smithi117 bash[62284]: cluster 2024-03-30T04:50:54.845790+0000 mgr.y (mgr.25441) 6801 : cluster [DBG] pgmap v4504: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:57.032 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:56 smithi117 bash[62284]: cluster 2024-03-30T04:50:54.846006+0000 mgr.y (mgr.25441) 6802 : cluster [DBG] pgmap v4505: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:57.032 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:56 smithi117 bash[62284]: audit 2024-03-30T04:50:56.394373+0000 mon.a (mon.0) 2819 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:57.032 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:56 smithi117 bash[62284]: audit 2024-03-30T04:50:56.403530+0000 mon.a (mon.0) 2820 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:57.032 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:56 smithi117 bash[62284]: cluster 2024-03-30T04:50:56.406807+0000 mgr.y (mgr.25441) 6803 : cluster [DBG] pgmap v4506: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:57.032 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:56 smithi117 bash[62284]: cluster 2024-03-30T04:50:56.407011+0000 mgr.y (mgr.25441) 6804 : cluster [DBG] pgmap v4507: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:57.032 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:56 smithi117 bash[62284]: audit 2024-03-30T04:50:56.414803+0000 mon.a (mon.0) 2821 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:57.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:56 smithi111 bash[70954]: cluster 2024-03-30T04:50:54.845790+0000 mgr.y (mgr.25441) 6801 : cluster [DBG] pgmap v4504: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:57.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:56 smithi111 bash[70954]: cluster 2024-03-30T04:50:54.846006+0000 mgr.y (mgr.25441) 6802 : cluster [DBG] pgmap v4505: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:57.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:56 smithi111 bash[70954]: audit 2024-03-30T04:50:56.394373+0000 mon.a (mon.0) 2819 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:57.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:56 smithi111 bash[70954]: audit 2024-03-30T04:50:56.403530+0000 mon.a (mon.0) 2820 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:57.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:56 smithi111 bash[70954]: cluster 2024-03-30T04:50:56.406807+0000 mgr.y (mgr.25441) 6803 : cluster [DBG] pgmap v4506: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:57.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:56 smithi111 bash[70954]: cluster 2024-03-30T04:50:56.407011+0000 mgr.y (mgr.25441) 6804 : cluster [DBG] pgmap v4507: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:57.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:56 smithi111 bash[70954]: audit 2024-03-30T04:50:56.414803+0000 mon.a (mon.0) 2821 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:57.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:56 smithi111 bash[73591]: cluster 2024-03-30T04:50:54.845790+0000 mgr.y (mgr.25441) 6801 : cluster [DBG] pgmap v4504: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:57.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:56 smithi111 bash[73591]: cluster 2024-03-30T04:50:54.846006+0000 mgr.y (mgr.25441) 6802 : cluster [DBG] pgmap v4505: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:57.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:56 smithi111 bash[73591]: audit 2024-03-30T04:50:56.394373+0000 mon.a (mon.0) 2819 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:57.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:56 smithi111 bash[73591]: audit 2024-03-30T04:50:56.403530+0000 mon.a (mon.0) 2820 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:57.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:56 smithi111 bash[73591]: cluster 2024-03-30T04:50:56.406807+0000 mgr.y (mgr.25441) 6803 : cluster [DBG] pgmap v4506: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:57.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:56 smithi111 bash[73591]: cluster 2024-03-30T04:50:56.407011+0000 mgr.y (mgr.25441) 6804 : cluster [DBG] pgmap v4507: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:57.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:56 smithi111 bash[73591]: audit 2024-03-30T04:50:56.414803+0000 mon.a (mon.0) 2821 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:58.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:58 smithi111 bash[73591]: cephadm 2024-03-30T04:50:57.261320+0000 mgr.y (mgr.25441) 6805 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-03-30T04:50:58.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:58 smithi111 bash[73591]: cephadm 2024-03-30T04:50:57.266986+0000 mgr.y (mgr.25441) 6806 : cephadm [INF] Deploying daemon alertmanager.a on smithi111 2024-03-30T04:50:58.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:58 smithi111 bash[70954]: cephadm 2024-03-30T04:50:57.261320+0000 mgr.y (mgr.25441) 6805 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-03-30T04:50:58.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:58 smithi111 bash[70954]: cephadm 2024-03-30T04:50:57.266986+0000 mgr.y (mgr.25441) 6806 : cephadm [INF] Deploying daemon alertmanager.a on smithi111 2024-03-30T04:50:58.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:58 smithi117 bash[62284]: cephadm 2024-03-30T04:50:57.261320+0000 mgr.y (mgr.25441) 6805 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-03-30T04:50:58.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:58 smithi117 bash[62284]: cephadm 2024-03-30T04:50:57.266986+0000 mgr.y (mgr.25441) 6806 : cephadm [INF] Deploying daemon alertmanager.a on smithi111 2024-03-30T04:50:59.748 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:59 smithi117 bash[62284]: cluster 2024-03-30T04:50:58.408323+0000 mgr.y (mgr.25441) 6807 : cluster [DBG] pgmap v4508: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:50:59.748 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:59 smithi117 bash[62284]: audit 2024-03-30T04:50:58.897628+0000 mon.a (mon.0) 2822 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:59.748 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:59 smithi117 bash[62284]: audit 2024-03-30T04:50:58.909426+0000 mon.a (mon.0) 2823 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:59.748 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:50:59 smithi117 bash[62284]: audit 2024-03-30T04:50:58.920642+0000 mon.a (mon.0) 2824 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:59.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:59 smithi111 bash[73591]: cluster 2024-03-30T04:50:58.408323+0000 mgr.y (mgr.25441) 6807 : cluster [DBG] pgmap v4508: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:50:59.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:59 smithi111 bash[73591]: audit 2024-03-30T04:50:58.897628+0000 mon.a (mon.0) 2822 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:59.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:59 smithi111 bash[73591]: audit 2024-03-30T04:50:58.909426+0000 mon.a (mon.0) 2823 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:59.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:50:59 smithi111 bash[73591]: audit 2024-03-30T04:50:58.920642+0000 mon.a (mon.0) 2824 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:59.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:59 smithi111 bash[70954]: cluster 2024-03-30T04:50:58.408323+0000 mgr.y (mgr.25441) 6807 : cluster [DBG] pgmap v4508: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:50:59.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:59 smithi111 bash[70954]: audit 2024-03-30T04:50:58.897628+0000 mon.a (mon.0) 2822 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:59.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:59 smithi111 bash[70954]: audit 2024-03-30T04:50:58.909426+0000 mon.a (mon.0) 2823 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:50:59.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:50:59 smithi111 bash[70954]: audit 2024-03-30T04:50:58.920642+0000 mon.a (mon.0) 2824 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:00.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:00 smithi111 bash[70954]: cluster 2024-03-30T04:50:58.913418+0000 mgr.y (mgr.25441) 6808 : cluster [DBG] pgmap v4509: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1007 B/s rd, 0 op/s 2024-03-30T04:51:00.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:00 smithi111 bash[70954]: cluster 2024-03-30T04:50:58.913771+0000 mgr.y (mgr.25441) 6809 : cluster [DBG] pgmap v4510: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:00.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:00 smithi111 bash[70954]: audit 2024-03-30T04:50:59.083206+0000 mgr.y (mgr.25441) 6810 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:00.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:00 smithi111 bash[70954]: audit 2024-03-30T04:51:00.266774+0000 mon.c (mon.1) 7804 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:51:00.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:00 smithi111 bash[73591]: cluster 2024-03-30T04:50:58.913418+0000 mgr.y (mgr.25441) 6808 : cluster [DBG] pgmap v4509: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1007 B/s rd, 0 op/s 2024-03-30T04:51:00.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:00 smithi111 bash[73591]: cluster 2024-03-30T04:50:58.913771+0000 mgr.y (mgr.25441) 6809 : cluster [DBG] pgmap v4510: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:00.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:00 smithi111 bash[73591]: audit 2024-03-30T04:50:59.083206+0000 mgr.y (mgr.25441) 6810 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:00.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:00 smithi111 bash[73591]: audit 2024-03-30T04:51:00.266774+0000 mon.c (mon.1) 7804 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:51:00.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:00 smithi117 bash[62284]: cluster 2024-03-30T04:50:58.913418+0000 mgr.y (mgr.25441) 6808 : cluster [DBG] pgmap v4509: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1007 B/s rd, 0 op/s 2024-03-30T04:51:00.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:00 smithi117 bash[62284]: cluster 2024-03-30T04:50:58.913771+0000 mgr.y (mgr.25441) 6809 : cluster [DBG] pgmap v4510: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:00.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:00 smithi117 bash[62284]: audit 2024-03-30T04:50:59.083206+0000 mgr.y (mgr.25441) 6810 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:00.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:00 smithi117 bash[62284]: audit 2024-03-30T04:51:00.266774+0000 mon.c (mon.1) 7804 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:51:02.836 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:02 smithi111 bash[70954]: cluster 2024-03-30T04:51:00.914719+0000 mgr.y (mgr.25441) 6811 : cluster [DBG] pgmap v4511: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 843 B/s rd, 0 op/s 2024-03-30T04:51:02.837 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:02 smithi111 bash[73591]: cluster 2024-03-30T04:51:00.914719+0000 mgr.y (mgr.25441) 6811 : cluster [DBG] pgmap v4511: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 843 B/s rd, 0 op/s 2024-03-30T04:51:02.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:02 smithi117 bash[62284]: cluster 2024-03-30T04:51:00.914719+0000 mgr.y (mgr.25441) 6811 : cluster [DBG] pgmap v4511: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 843 B/s rd, 0 op/s 2024-03-30T04:51:04.074 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:03 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:04.074 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:51:03 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:04.075 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:51:03 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:04.075 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:51:03 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:04.075 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:51:03 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:04.076 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:51:03 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:04.076 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:03 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:04.076 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:51:03 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:04.076 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:51:03 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:04.341 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:51:04 smithi111 systemd[1]: Stopping Ceph alertmanager.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:51:04.341 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:51:04 smithi111 bash[104927]: ts=2024-03-30T04:51:04.176Z caller=main.go:583 level=info msg="Received SIGTERM, exiting gracefully..." 2024-03-30T04:51:04.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:04 smithi111 bash[73591]: cluster 2024-03-30T04:51:02.915527+0000 mgr.y (mgr.25441) 6812 : cluster [DBG] pgmap v4512: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-30T04:51:04.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:04 smithi111 bash[70954]: cluster 2024-03-30T04:51:02.915527+0000 mgr.y (mgr.25441) 6812 : cluster [DBG] pgmap v4512: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-30T04:51:04.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:04 smithi117 bash[62284]: cluster 2024-03-30T04:51:02.915527+0000 mgr.y (mgr.25441) 6812 : cluster [DBG] pgmap v4512: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-30T04:51:05.069 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:51:04 smithi111 bash[106715]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-alertmanager-a 2024-03-30T04:51:05.070 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:51:04 smithi111 bash[106781]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-alertmanager-a 2024-03-30T04:51:05.070 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:51:04 smithi111 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@alertmanager.a.service: Deactivated successfully. 2024-03-30T04:51:05.070 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:51:04 smithi111 systemd[1]: Stopped Ceph alertmanager.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:51:05.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:05 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:05.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:05 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:05.368 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:51:05 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:05.368 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:51:05 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:05.368 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:51:05 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:05.368 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:51:05 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:05.369 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:51:05 smithi111 systemd[1]: Started Ceph alertmanager.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:51:05.369 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:51:05 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:05.369 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:51:05 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:05.369 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:51:05 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:06.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: cluster 2024-03-30T04:51:04.916547+0000 mgr.y (mgr.25441) 6813 : cluster [DBG] pgmap v4513: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:06.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.251181+0000 mon.a (mon.0) 2825 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.260982+0000 mon.a (mon.0) 2826 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.309111+0000 mon.c (mon.1) 7805 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.310068+0000 mon.c (mon.1) 7806 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: cluster 2024-03-30T04:51:05.311784+0000 mgr.y (mgr.25441) 6814 : cluster [DBG] pgmap v4514: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 741 B/s rd, 0 op/s 2024-03-30T04:51:06.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: cluster 2024-03-30T04:51:05.312041+0000 mgr.y (mgr.25441) 6815 : cluster [DBG] pgmap v4515: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 800 B/s rd, 0 op/s 2024-03-30T04:51:06.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.317989+0000 mon.a (mon.0) 2827 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: cephadm 2024-03-30T04:51:05.318667+0000 mgr.y (mgr.25441) 6816 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.373667+0000 mon.c (mon.1) 7807 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:51:06.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.374136+0000 mgr.y (mgr.25441) 6817 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:51:06.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.381173+0000 mon.c (mon.1) 7808 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.383305+0000 mon.c (mon.1) 7809 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.385905+0000 mon.c (mon.1) 7810 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.386838+0000 mon.c (mon.1) 7811 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: cluster 2024-03-30T04:51:05.388777+0000 mgr.y (mgr.25441) 6818 : cluster [DBG] pgmap v4516: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 790 B/s rd, 0 op/s 2024-03-30T04:51:06.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: cluster 2024-03-30T04:51:05.389050+0000 mgr.y (mgr.25441) 6819 : cluster [DBG] pgmap v4517: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:51:06.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.429587+0000 mon.a (mon.0) 2828 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: cephadm 2024-03-30T04:51:05.430371+0000 mgr.y (mgr.25441) 6820 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: cluster 2024-03-30T04:51:04.916547+0000 mgr.y (mgr.25441) 6813 : cluster [DBG] pgmap v4513: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:06.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.251181+0000 mon.a (mon.0) 2825 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.260982+0000 mon.a (mon.0) 2826 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.309111+0000 mon.c (mon.1) 7805 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.310068+0000 mon.c (mon.1) 7806 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: cluster 2024-03-30T04:51:05.311784+0000 mgr.y (mgr.25441) 6814 : cluster [DBG] pgmap v4514: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 741 B/s rd, 0 op/s 2024-03-30T04:51:06.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: cluster 2024-03-30T04:51:05.312041+0000 mgr.y (mgr.25441) 6815 : cluster [DBG] pgmap v4515: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 800 B/s rd, 0 op/s 2024-03-30T04:51:06.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.317989+0000 mon.a (mon.0) 2827 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: cephadm 2024-03-30T04:51:05.318667+0000 mgr.y (mgr.25441) 6816 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.373667+0000 mon.c (mon.1) 7807 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:51:06.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.374136+0000 mgr.y (mgr.25441) 6817 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:51:06.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.381173+0000 mon.c (mon.1) 7808 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.383305+0000 mon.c (mon.1) 7809 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.385905+0000 mon.c (mon.1) 7810 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.386838+0000 mon.c (mon.1) 7811 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: cluster 2024-03-30T04:51:05.388777+0000 mgr.y (mgr.25441) 6818 : cluster [DBG] pgmap v4516: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 790 B/s rd, 0 op/s 2024-03-30T04:51:06.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: cluster 2024-03-30T04:51:05.389050+0000 mgr.y (mgr.25441) 6819 : cluster [DBG] pgmap v4517: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:51:06.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.429587+0000 mon.a (mon.0) 2828 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: cephadm 2024-03-30T04:51:05.430371+0000 mgr.y (mgr.25441) 6820 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.489353+0000 mon.c (mon.1) 7812 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.491510+0000 mon.c (mon.1) 7813 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.493421+0000 mon.c (mon.1) 7814 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.494074+0000 mon.c (mon.1) 7815 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: cluster 2024-03-30T04:51:05.495548+0000 mgr.y (mgr.25441) 6821 : cluster [DBG] pgmap v4518: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: cluster 2024-03-30T04:51:05.495787+0000 mgr.y (mgr.25441) 6822 : cluster [DBG] pgmap v4519: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.501312+0000 mon.a (mon.0) 2829 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: cephadm 2024-03-30T04:51:05.501901+0000 mgr.y (mgr.25441) 6823 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.542341+0000 mon.c (mon.1) 7816 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.544386+0000 mon.c (mon.1) 7817 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.546400+0000 mon.c (mon.1) 7818 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.547074+0000 mon.c (mon.1) 7819 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: cluster 2024-03-30T04:51:05.548440+0000 mgr.y (mgr.25441) 6824 : cluster [DBG] pgmap v4520: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: cluster 2024-03-30T04:51:05.548660+0000 mgr.y (mgr.25441) 6825 : cluster [DBG] pgmap v4521: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.556092+0000 mon.a (mon.0) 2830 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: cephadm 2024-03-30T04:51:05.556702+0000 mgr.y (mgr.25441) 6826 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.597499+0000 mon.c (mon.1) 7820 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.599424+0000 mon.c (mon.1) 7821 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.601177+0000 mon.c (mon.1) 7822 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.601852+0000 mon.c (mon.1) 7823 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.489353+0000 mon.c (mon.1) 7812 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.491510+0000 mon.c (mon.1) 7813 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.493421+0000 mon.c (mon.1) 7814 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.494074+0000 mon.c (mon.1) 7815 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: cluster 2024-03-30T04:51:05.495548+0000 mgr.y (mgr.25441) 6821 : cluster [DBG] pgmap v4518: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: cluster 2024-03-30T04:51:05.495787+0000 mgr.y (mgr.25441) 6822 : cluster [DBG] pgmap v4519: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.501312+0000 mon.a (mon.0) 2829 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: cephadm 2024-03-30T04:51:05.501901+0000 mgr.y (mgr.25441) 6823 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.542341+0000 mon.c (mon.1) 7816 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.544386+0000 mon.c (mon.1) 7817 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.546400+0000 mon.c (mon.1) 7818 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.547074+0000 mon.c (mon.1) 7819 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: cluster 2024-03-30T04:51:05.548440+0000 mgr.y (mgr.25441) 6824 : cluster [DBG] pgmap v4520: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: cluster 2024-03-30T04:51:05.548660+0000 mgr.y (mgr.25441) 6825 : cluster [DBG] pgmap v4521: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.556092+0000 mon.a (mon.0) 2830 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: cephadm 2024-03-30T04:51:05.556702+0000 mgr.y (mgr.25441) 6826 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.597499+0000 mon.c (mon.1) 7820 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.599424+0000 mon.c (mon.1) 7821 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.601177+0000 mon.c (mon.1) 7822 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.601852+0000 mon.c (mon.1) 7823 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: cluster 2024-03-30T04:51:05.603107+0000 mgr.y (mgr.25441) 6827 : cluster [DBG] pgmap v4522: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: cluster 2024-03-30T04:51:05.603328+0000 mgr.y (mgr.25441) 6828 : cluster [DBG] pgmap v4523: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.610631+0000 mon.a (mon.0) 2831 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: cephadm 2024-03-30T04:51:05.611200+0000 mgr.y (mgr.25441) 6829 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.652562+0000 mon.c (mon.1) 7824 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.654989+0000 mon.c (mon.1) 7825 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.657035+0000 mon.c (mon.1) 7826 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.657845+0000 mon.c (mon.1) 7827 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: cluster 2024-03-30T04:51:05.659142+0000 mgr.y (mgr.25441) 6830 : cluster [DBG] pgmap v4524: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: cluster 2024-03-30T04:51:05.659370+0000 mgr.y (mgr.25441) 6831 : cluster [DBG] pgmap v4525: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.666805+0000 mon.a (mon.0) 2832 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: cephadm 2024-03-30T04:51:05.668147+0000 mgr.y (mgr.25441) 6832 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.708345+0000 mon.c (mon.1) 7828 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.710466+0000 mon.c (mon.1) 7829 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.712307+0000 mon.c (mon.1) 7830 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.713018+0000 mon.c (mon.1) 7831 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: cluster 2024-03-30T04:51:05.714347+0000 mgr.y (mgr.25441) 6833 : cluster [DBG] pgmap v4526: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: cluster 2024-03-30T04:51:05.714597+0000 mgr.y (mgr.25441) 6834 : cluster [DBG] pgmap v4527: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.721152+0000 mon.a (mon.0) 2833 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: cephadm 2024-03-30T04:51:05.721821+0000 mgr.y (mgr.25441) 6835 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: cluster 2024-03-30T04:51:05.603107+0000 mgr.y (mgr.25441) 6827 : cluster [DBG] pgmap v4522: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: cluster 2024-03-30T04:51:05.603328+0000 mgr.y (mgr.25441) 6828 : cluster [DBG] pgmap v4523: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.610631+0000 mon.a (mon.0) 2831 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: cephadm 2024-03-30T04:51:05.611200+0000 mgr.y (mgr.25441) 6829 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.652562+0000 mon.c (mon.1) 7824 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.654989+0000 mon.c (mon.1) 7825 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.657035+0000 mon.c (mon.1) 7826 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.657845+0000 mon.c (mon.1) 7827 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: cluster 2024-03-30T04:51:05.659142+0000 mgr.y (mgr.25441) 6830 : cluster [DBG] pgmap v4524: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: cluster 2024-03-30T04:51:05.659370+0000 mgr.y (mgr.25441) 6831 : cluster [DBG] pgmap v4525: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.666805+0000 mon.a (mon.0) 2832 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: cephadm 2024-03-30T04:51:05.668147+0000 mgr.y (mgr.25441) 6832 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.708345+0000 mon.c (mon.1) 7828 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.710466+0000 mon.c (mon.1) 7829 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.712307+0000 mon.c (mon.1) 7830 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.713018+0000 mon.c (mon.1) 7831 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: cluster 2024-03-30T04:51:05.714347+0000 mgr.y (mgr.25441) 6833 : cluster [DBG] pgmap v4526: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: cluster 2024-03-30T04:51:05.714597+0000 mgr.y (mgr.25441) 6834 : cluster [DBG] pgmap v4527: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.721152+0000 mon.a (mon.0) 2833 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: cephadm 2024-03-30T04:51:05.721821+0000 mgr.y (mgr.25441) 6835 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.762041+0000 mon.c (mon.1) 7832 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.763886+0000 mon.c (mon.1) 7833 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.765671+0000 mon.c (mon.1) 7834 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.766296+0000 mon.c (mon.1) 7835 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: cluster 2024-03-30T04:51:05.767533+0000 mgr.y (mgr.25441) 6836 : cluster [DBG] pgmap v4528: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: cluster 2024-03-30T04:51:05.767764+0000 mgr.y (mgr.25441) 6837 : cluster [DBG] pgmap v4529: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.775052+0000 mon.a (mon.0) 2834 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: cephadm 2024-03-30T04:51:05.775697+0000 mgr.y (mgr.25441) 6838 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.817445+0000 mon.c (mon.1) 7836 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.819487+0000 mon.c (mon.1) 7837 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.821316+0000 mon.c (mon.1) 7838 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.822000+0000 mon.c (mon.1) 7839 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: cluster 2024-03-30T04:51:05.823263+0000 mgr.y (mgr.25441) 6839 : cluster [DBG] pgmap v4530: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: cluster 2024-03-30T04:51:05.823503+0000 mgr.y (mgr.25441) 6840 : cluster [DBG] pgmap v4531: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.829359+0000 mon.a (mon.0) 2835 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: cephadm 2024-03-30T04:51:05.830515+0000 mgr.y (mgr.25441) 6841 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.872244+0000 mon.c (mon.1) 7840 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.874076+0000 mon.c (mon.1) 7841 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.875829+0000 mon.c (mon.1) 7842 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.876458+0000 mon.c (mon.1) 7843 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.762041+0000 mon.c (mon.1) 7832 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.763886+0000 mon.c (mon.1) 7833 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.765671+0000 mon.c (mon.1) 7834 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.766296+0000 mon.c (mon.1) 7835 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: cluster 2024-03-30T04:51:05.767533+0000 mgr.y (mgr.25441) 6836 : cluster [DBG] pgmap v4528: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: cluster 2024-03-30T04:51:05.767764+0000 mgr.y (mgr.25441) 6837 : cluster [DBG] pgmap v4529: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.775052+0000 mon.a (mon.0) 2834 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: cephadm 2024-03-30T04:51:05.775697+0000 mgr.y (mgr.25441) 6838 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.817445+0000 mon.c (mon.1) 7836 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.819487+0000 mon.c (mon.1) 7837 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.821316+0000 mon.c (mon.1) 7838 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.822000+0000 mon.c (mon.1) 7839 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: cluster 2024-03-30T04:51:05.823263+0000 mgr.y (mgr.25441) 6839 : cluster [DBG] pgmap v4530: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: cluster 2024-03-30T04:51:05.823503+0000 mgr.y (mgr.25441) 6840 : cluster [DBG] pgmap v4531: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.829359+0000 mon.a (mon.0) 2835 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: cephadm 2024-03-30T04:51:05.830515+0000 mgr.y (mgr.25441) 6841 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.872244+0000 mon.c (mon.1) 7840 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.874076+0000 mon.c (mon.1) 7841 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.875829+0000 mon.c (mon.1) 7842 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.380 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.876458+0000 mon.c (mon.1) 7843 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.882802+0000 mon.a (mon.0) 2836 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.923594+0000 mon.c (mon.1) 7844 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.925725+0000 mon.c (mon.1) 7845 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.927499+0000 mon.c (mon.1) 7846 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.928242+0000 mon.c (mon.1) 7847 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.935641+0000 mon.a (mon.0) 2837 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.992471+0000 mon.c (mon.1) 7848 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.994531+0000 mon.c (mon.1) 7849 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.996775+0000 mon.c (mon.1) 7850 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:05.997468+0000 mon.c (mon.1) 7851 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:06.004896+0000 mon.a (mon.0) 2838 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:06.078944+0000 mon.c (mon.1) 7852 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:06.081344+0000 mon.c (mon.1) 7853 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:06.083437+0000 mon.c (mon.1) 7854 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:06.084223+0000 mon.c (mon.1) 7855 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:06.091750+0000 mon.a (mon.0) 2839 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:06.181618+0000 mon.c (mon.1) 7856 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:06.186200+0000 mon.c (mon.1) 7857 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:06.189778+0000 mon.c (mon.1) 7858 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:06.191110+0000 mon.c (mon.1) 7859 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.382 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[70954]: audit 2024-03-30T04:51:06.202213+0000 mon.a (mon.0) 2840 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.882802+0000 mon.a (mon.0) 2836 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.923594+0000 mon.c (mon.1) 7844 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.925725+0000 mon.c (mon.1) 7845 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.927499+0000 mon.c (mon.1) 7846 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.928242+0000 mon.c (mon.1) 7847 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.935641+0000 mon.a (mon.0) 2837 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.992471+0000 mon.c (mon.1) 7848 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.994531+0000 mon.c (mon.1) 7849 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.996775+0000 mon.c (mon.1) 7850 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:05.997468+0000 mon.c (mon.1) 7851 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:06.004896+0000 mon.a (mon.0) 2838 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:06.078944+0000 mon.c (mon.1) 7852 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:06.081344+0000 mon.c (mon.1) 7853 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:06.083437+0000 mon.c (mon.1) 7854 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:06.084223+0000 mon.c (mon.1) 7855 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:06.091750+0000 mon.a (mon.0) 2839 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:06.181618+0000 mon.c (mon.1) 7856 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:06.186200+0000 mon.c (mon.1) 7857 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:06.189778+0000 mon.c (mon.1) 7858 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:06.191110+0000 mon.c (mon.1) 7859 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[73591]: audit 2024-03-30T04:51:06.202213+0000 mon.a (mon.0) 2840 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: cluster 2024-03-30T04:51:04.916547+0000 mgr.y (mgr.25441) 6813 : cluster [DBG] pgmap v4513: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:06.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.251181+0000 mon.a (mon.0) 2825 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.260982+0000 mon.a (mon.0) 2826 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.309111+0000 mon.c (mon.1) 7805 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.310068+0000 mon.c (mon.1) 7806 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: cluster 2024-03-30T04:51:05.311784+0000 mgr.y (mgr.25441) 6814 : cluster [DBG] pgmap v4514: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 741 B/s rd, 0 op/s 2024-03-30T04:51:06.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: cluster 2024-03-30T04:51:05.312041+0000 mgr.y (mgr.25441) 6815 : cluster [DBG] pgmap v4515: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 800 B/s rd, 0 op/s 2024-03-30T04:51:06.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.317989+0000 mon.a (mon.0) 2827 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: cephadm 2024-03-30T04:51:05.318667+0000 mgr.y (mgr.25441) 6816 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.373667+0000 mon.c (mon.1) 7807 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:51:06.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.374136+0000 mgr.y (mgr.25441) 6817 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:51:06.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.381173+0000 mon.c (mon.1) 7808 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.383305+0000 mon.c (mon.1) 7809 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.385905+0000 mon.c (mon.1) 7810 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.386838+0000 mon.c (mon.1) 7811 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: cluster 2024-03-30T04:51:05.388777+0000 mgr.y (mgr.25441) 6818 : cluster [DBG] pgmap v4516: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 790 B/s rd, 0 op/s 2024-03-30T04:51:06.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: cluster 2024-03-30T04:51:05.389050+0000 mgr.y (mgr.25441) 6819 : cluster [DBG] pgmap v4517: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:51:06.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.429587+0000 mon.a (mon.0) 2828 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: cephadm 2024-03-30T04:51:05.430371+0000 mgr.y (mgr.25441) 6820 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.489353+0000 mon.c (mon.1) 7812 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.491510+0000 mon.c (mon.1) 7813 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.493421+0000 mon.c (mon.1) 7814 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.494074+0000 mon.c (mon.1) 7815 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: cluster 2024-03-30T04:51:05.495548+0000 mgr.y (mgr.25441) 6821 : cluster [DBG] pgmap v4518: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: cluster 2024-03-30T04:51:05.495787+0000 mgr.y (mgr.25441) 6822 : cluster [DBG] pgmap v4519: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.501312+0000 mon.a (mon.0) 2829 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: cephadm 2024-03-30T04:51:05.501901+0000 mgr.y (mgr.25441) 6823 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.542341+0000 mon.c (mon.1) 7816 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.544386+0000 mon.c (mon.1) 7817 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.546400+0000 mon.c (mon.1) 7818 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.547074+0000 mon.c (mon.1) 7819 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: cluster 2024-03-30T04:51:05.548440+0000 mgr.y (mgr.25441) 6824 : cluster [DBG] pgmap v4520: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: cluster 2024-03-30T04:51:05.548660+0000 mgr.y (mgr.25441) 6825 : cluster [DBG] pgmap v4521: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.556092+0000 mon.a (mon.0) 2830 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: cephadm 2024-03-30T04:51:05.556702+0000 mgr.y (mgr.25441) 6826 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.597499+0000 mon.c (mon.1) 7820 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.599424+0000 mon.c (mon.1) 7821 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.601177+0000 mon.c (mon.1) 7822 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.601852+0000 mon.c (mon.1) 7823 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: cluster 2024-03-30T04:51:05.603107+0000 mgr.y (mgr.25441) 6827 : cluster [DBG] pgmap v4522: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: cluster 2024-03-30T04:51:05.603328+0000 mgr.y (mgr.25441) 6828 : cluster [DBG] pgmap v4523: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.610631+0000 mon.a (mon.0) 2831 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: cephadm 2024-03-30T04:51:05.611200+0000 mgr.y (mgr.25441) 6829 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.652562+0000 mon.c (mon.1) 7824 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.654989+0000 mon.c (mon.1) 7825 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.657035+0000 mon.c (mon.1) 7826 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.657845+0000 mon.c (mon.1) 7827 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: cluster 2024-03-30T04:51:05.659142+0000 mgr.y (mgr.25441) 6830 : cluster [DBG] pgmap v4524: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: cluster 2024-03-30T04:51:05.659370+0000 mgr.y (mgr.25441) 6831 : cluster [DBG] pgmap v4525: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.666805+0000 mon.a (mon.0) 2832 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: cephadm 2024-03-30T04:51:05.668147+0000 mgr.y (mgr.25441) 6832 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.708345+0000 mon.c (mon.1) 7828 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.710466+0000 mon.c (mon.1) 7829 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.712307+0000 mon.c (mon.1) 7830 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.713018+0000 mon.c (mon.1) 7831 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: cluster 2024-03-30T04:51:05.714347+0000 mgr.y (mgr.25441) 6833 : cluster [DBG] pgmap v4526: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: cluster 2024-03-30T04:51:05.714597+0000 mgr.y (mgr.25441) 6834 : cluster [DBG] pgmap v4527: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.721152+0000 mon.a (mon.0) 2833 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: cephadm 2024-03-30T04:51:05.721821+0000 mgr.y (mgr.25441) 6835 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.762041+0000 mon.c (mon.1) 7832 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.763886+0000 mon.c (mon.1) 7833 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.765671+0000 mon.c (mon.1) 7834 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.766296+0000 mon.c (mon.1) 7835 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: cluster 2024-03-30T04:51:05.767533+0000 mgr.y (mgr.25441) 6836 : cluster [DBG] pgmap v4528: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: cluster 2024-03-30T04:51:05.767764+0000 mgr.y (mgr.25441) 6837 : cluster [DBG] pgmap v4529: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.775052+0000 mon.a (mon.0) 2834 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: cephadm 2024-03-30T04:51:05.775697+0000 mgr.y (mgr.25441) 6838 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.817445+0000 mon.c (mon.1) 7836 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.819487+0000 mon.c (mon.1) 7837 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.821316+0000 mon.c (mon.1) 7838 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.822000+0000 mon.c (mon.1) 7839 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: cluster 2024-03-30T04:51:05.823263+0000 mgr.y (mgr.25441) 6839 : cluster [DBG] pgmap v4530: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: cluster 2024-03-30T04:51:05.823503+0000 mgr.y (mgr.25441) 6840 : cluster [DBG] pgmap v4531: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.829359+0000 mon.a (mon.0) 2835 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: cephadm 2024-03-30T04:51:05.830515+0000 mgr.y (mgr.25441) 6841 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.872244+0000 mon.c (mon.1) 7840 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.874076+0000 mon.c (mon.1) 7841 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.875829+0000 mon.c (mon.1) 7842 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.876458+0000 mon.c (mon.1) 7843 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.882802+0000 mon.a (mon.0) 2836 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.923594+0000 mon.c (mon.1) 7844 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.925725+0000 mon.c (mon.1) 7845 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.927499+0000 mon.c (mon.1) 7846 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.928242+0000 mon.c (mon.1) 7847 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.935641+0000 mon.a (mon.0) 2837 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.992471+0000 mon.c (mon.1) 7848 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.994531+0000 mon.c (mon.1) 7849 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.996775+0000 mon.c (mon.1) 7850 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:05.997468+0000 mon.c (mon.1) 7851 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:06.004896+0000 mon.a (mon.0) 2838 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:06.078944+0000 mon.c (mon.1) 7852 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:06.081344+0000 mon.c (mon.1) 7853 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:06.083437+0000 mon.c (mon.1) 7854 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:06.084223+0000 mon.c (mon.1) 7855 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:06.091750+0000 mon.a (mon.0) 2839 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:06.181618+0000 mon.c (mon.1) 7856 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:06.186200+0000 mon.c (mon.1) 7857 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:06.189778+0000 mon.c (mon.1) 7858 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:06.191110+0000 mon.c (mon.1) 7859 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:06 smithi117 bash[62284]: audit 2024-03-30T04:51:06.202213+0000 mon.a (mon.0) 2840 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:06.867 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:51:06 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:51:06] "GET /metrics HTTP/1.1" 200 38700 "" "Prometheus/2.43.0" 2024-03-30T04:51:07.249 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[106835]: ts=2024-03-30T04:51:07.010Z caller=main.go:240 level=info msg="Starting Alertmanager" version="(version=0.25.0, branch=HEAD, revision=258fab7cdd551f2cf251ed0348f0ad7289aee789)" 2024-03-30T04:51:07.249 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[106835]: ts=2024-03-30T04:51:07.011Z caller=main.go:241 level=info build_context="(go=go1.19.4, user=root@abe866dd5717, date=20221222-14:51:36)" 2024-03-30T04:51:07.249 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[106835]: ts=2024-03-30T04:51:07.013Z caller=cluster.go:185 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.111 port=9094 2024-03-30T04:51:07.249 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[106835]: ts=2024-03-30T04:51:07.014Z caller=cluster.go:681 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-03-30T04:51:07.249 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[106835]: ts=2024-03-30T04:51:07.053Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-30T04:51:07.249 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[106835]: ts=2024-03-30T04:51:07.053Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-30T04:51:07.249 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[106835]: ts=2024-03-30T04:51:07.056Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9093 2024-03-30T04:51:07.249 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[106835]: ts=2024-03-30T04:51:07.057Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-03-30T04:51:07.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: cluster 2024-03-30T04:51:05.877676+0000 mgr.y (mgr.25441) 6842 : cluster [DBG] pgmap v4532: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: cluster 2024-03-30T04:51:05.877914+0000 mgr.y (mgr.25441) 6843 : cluster [DBG] pgmap v4533: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: cephadm 2024-03-30T04:51:05.883487+0000 mgr.y (mgr.25441) 6844 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: cluster 2024-03-30T04:51:05.929568+0000 mgr.y (mgr.25441) 6845 : cluster [DBG] pgmap v4534: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: cluster 2024-03-30T04:51:05.929808+0000 mgr.y (mgr.25441) 6846 : cluster [DBG] pgmap v4535: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: cephadm 2024-03-30T04:51:05.936232+0000 mgr.y (mgr.25441) 6847 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: cluster 2024-03-30T04:51:05.998804+0000 mgr.y (mgr.25441) 6848 : cluster [DBG] pgmap v4536: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: cluster 2024-03-30T04:51:05.999062+0000 mgr.y (mgr.25441) 6849 : cluster [DBG] pgmap v4537: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: cephadm 2024-03-30T04:51:06.006037+0000 mgr.y (mgr.25441) 6850 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: cluster 2024-03-30T04:51:06.085586+0000 mgr.y (mgr.25441) 6851 : cluster [DBG] pgmap v4538: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: cluster 2024-03-30T04:51:06.085831+0000 mgr.y (mgr.25441) 6852 : cluster [DBG] pgmap v4539: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: cephadm 2024-03-30T04:51:06.093941+0000 mgr.y (mgr.25441) 6853 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: cluster 2024-03-30T04:51:06.193868+0000 mgr.y (mgr.25441) 6854 : cluster [DBG] pgmap v4540: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: cluster 2024-03-30T04:51:06.194524+0000 mgr.y (mgr.25441) 6855 : cluster [DBG] pgmap v4541: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: cephadm 2024-03-30T04:51:06.205705+0000 mgr.y (mgr.25441) 6856 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.265742+0000 mon.c (mon.1) 7860 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.267528+0000 mon.c (mon.1) 7861 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.269760+0000 mon.c (mon.1) 7862 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.270474+0000 mon.c (mon.1) 7863 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: cluster 2024-03-30T04:51:05.877676+0000 mgr.y (mgr.25441) 6842 : cluster [DBG] pgmap v4532: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: cluster 2024-03-30T04:51:05.877914+0000 mgr.y (mgr.25441) 6843 : cluster [DBG] pgmap v4533: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: cephadm 2024-03-30T04:51:05.883487+0000 mgr.y (mgr.25441) 6844 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: cluster 2024-03-30T04:51:05.929568+0000 mgr.y (mgr.25441) 6845 : cluster [DBG] pgmap v4534: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: cluster 2024-03-30T04:51:05.929808+0000 mgr.y (mgr.25441) 6846 : cluster [DBG] pgmap v4535: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: cephadm 2024-03-30T04:51:05.936232+0000 mgr.y (mgr.25441) 6847 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: cluster 2024-03-30T04:51:05.998804+0000 mgr.y (mgr.25441) 6848 : cluster [DBG] pgmap v4536: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: cluster 2024-03-30T04:51:05.999062+0000 mgr.y (mgr.25441) 6849 : cluster [DBG] pgmap v4537: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: cephadm 2024-03-30T04:51:06.006037+0000 mgr.y (mgr.25441) 6850 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: cluster 2024-03-30T04:51:06.085586+0000 mgr.y (mgr.25441) 6851 : cluster [DBG] pgmap v4538: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: cluster 2024-03-30T04:51:06.085831+0000 mgr.y (mgr.25441) 6852 : cluster [DBG] pgmap v4539: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: cephadm 2024-03-30T04:51:06.093941+0000 mgr.y (mgr.25441) 6853 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: cluster 2024-03-30T04:51:06.193868+0000 mgr.y (mgr.25441) 6854 : cluster [DBG] pgmap v4540: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: cluster 2024-03-30T04:51:06.194524+0000 mgr.y (mgr.25441) 6855 : cluster [DBG] pgmap v4541: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: cephadm 2024-03-30T04:51:06.205705+0000 mgr.y (mgr.25441) 6856 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.265742+0000 mon.c (mon.1) 7860 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.267528+0000 mon.c (mon.1) 7861 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.269760+0000 mon.c (mon.1) 7862 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.270474+0000 mon.c (mon.1) 7863 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: cluster 2024-03-30T04:51:06.271715+0000 mgr.y (mgr.25441) 6857 : cluster [DBG] pgmap v4542: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: cluster 2024-03-30T04:51:06.271929+0000 mgr.y (mgr.25441) 6858 : cluster [DBG] pgmap v4543: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.277104+0000 mon.a (mon.0) 2841 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: cephadm 2024-03-30T04:51:06.280035+0000 mgr.y (mgr.25441) 6859 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.336560+0000 mon.c (mon.1) 7864 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.339341+0000 mon.c (mon.1) 7865 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.341786+0000 mon.c (mon.1) 7866 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.342651+0000 mon.c (mon.1) 7867 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: cluster 2024-03-30T04:51:06.344562+0000 mgr.y (mgr.25441) 6860 : cluster [DBG] pgmap v4544: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: cluster 2024-03-30T04:51:06.344875+0000 mgr.y (mgr.25441) 6861 : cluster [DBG] pgmap v4545: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.352110+0000 mon.a (mon.0) 2842 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: cephadm 2024-03-30T04:51:06.354452+0000 mgr.y (mgr.25441) 6862 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.411224+0000 mon.c (mon.1) 7868 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.413086+0000 mon.c (mon.1) 7869 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.414929+0000 mon.c (mon.1) 7870 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.415617+0000 mon.c (mon.1) 7871 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: cluster 2024-03-30T04:51:06.416842+0000 mgr.y (mgr.25441) 6863 : cluster [DBG] pgmap v4546: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: cluster 2024-03-30T04:51:06.417086+0000 mgr.y (mgr.25441) 6864 : cluster [DBG] pgmap v4547: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.423535+0000 mon.a (mon.0) 2843 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: cephadm 2024-03-30T04:51:06.426359+0000 mgr.y (mgr.25441) 6865 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.483023+0000 mon.c (mon.1) 7872 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.484926+0000 mon.c (mon.1) 7873 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.486849+0000 mon.c (mon.1) 7874 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.487539+0000 mon.c (mon.1) 7875 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: cluster 2024-03-30T04:51:06.488818+0000 mgr.y (mgr.25441) 6866 : cluster [DBG] pgmap v4548: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: cluster 2024-03-30T04:51:06.489057+0000 mgr.y (mgr.25441) 6867 : cluster [DBG] pgmap v4549: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.495830+0000 mon.a (mon.0) 2844 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: cephadm 2024-03-30T04:51:06.498434+0000 mgr.y (mgr.25441) 6868 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.555333+0000 mon.c (mon.1) 7876 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.557811+0000 mon.c (mon.1) 7877 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.559569+0000 mon.c (mon.1) 7878 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.560225+0000 mon.c (mon.1) 7879 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: cluster 2024-03-30T04:51:06.561650+0000 mgr.y (mgr.25441) 6869 : cluster [DBG] pgmap v4550: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: cluster 2024-03-30T04:51:06.561879+0000 mgr.y (mgr.25441) 6870 : cluster [DBG] pgmap v4551: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.568383+0000 mon.a (mon.0) 2845 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: cephadm 2024-03-30T04:51:06.571149+0000 mgr.y (mgr.25441) 6871 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.627542+0000 mon.c (mon.1) 7880 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.629323+0000 mon.c (mon.1) 7881 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.631014+0000 mon.c (mon.1) 7882 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.631650+0000 mon.c (mon.1) 7883 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: cluster 2024-03-30T04:51:06.271715+0000 mgr.y (mgr.25441) 6857 : cluster [DBG] pgmap v4542: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: cluster 2024-03-30T04:51:06.271929+0000 mgr.y (mgr.25441) 6858 : cluster [DBG] pgmap v4543: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.277104+0000 mon.a (mon.0) 2841 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: cephadm 2024-03-30T04:51:06.280035+0000 mgr.y (mgr.25441) 6859 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.336560+0000 mon.c (mon.1) 7864 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.339341+0000 mon.c (mon.1) 7865 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.341786+0000 mon.c (mon.1) 7866 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.342651+0000 mon.c (mon.1) 7867 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: cluster 2024-03-30T04:51:06.344562+0000 mgr.y (mgr.25441) 6860 : cluster [DBG] pgmap v4544: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: cluster 2024-03-30T04:51:06.344875+0000 mgr.y (mgr.25441) 6861 : cluster [DBG] pgmap v4545: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.352110+0000 mon.a (mon.0) 2842 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: cephadm 2024-03-30T04:51:06.354452+0000 mgr.y (mgr.25441) 6862 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.411224+0000 mon.c (mon.1) 7868 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.413086+0000 mon.c (mon.1) 7869 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.414929+0000 mon.c (mon.1) 7870 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.415617+0000 mon.c (mon.1) 7871 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: cluster 2024-03-30T04:51:06.416842+0000 mgr.y (mgr.25441) 6863 : cluster [DBG] pgmap v4546: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: cluster 2024-03-30T04:51:06.417086+0000 mgr.y (mgr.25441) 6864 : cluster [DBG] pgmap v4547: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.423535+0000 mon.a (mon.0) 2843 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: cephadm 2024-03-30T04:51:06.426359+0000 mgr.y (mgr.25441) 6865 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.483023+0000 mon.c (mon.1) 7872 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: cluster 2024-03-30T04:51:06.632912+0000 mgr.y (mgr.25441) 6872 : cluster [DBG] pgmap v4552: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: cluster 2024-03-30T04:51:06.633150+0000 mgr.y (mgr.25441) 6873 : cluster [DBG] pgmap v4553: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.639399+0000 mon.a (mon.0) 2846 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: cephadm 2024-03-30T04:51:06.642162+0000 mgr.y (mgr.25441) 6874 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.699056+0000 mon.c (mon.1) 7884 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.700896+0000 mon.c (mon.1) 7885 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.702695+0000 mon.c (mon.1) 7886 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.703389+0000 mon.c (mon.1) 7887 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: cluster 2024-03-30T04:51:06.704702+0000 mgr.y (mgr.25441) 6875 : cluster [DBG] pgmap v4554: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: cluster 2024-03-30T04:51:06.704927+0000 mgr.y (mgr.25441) 6876 : cluster [DBG] pgmap v4555: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.711308+0000 mon.a (mon.0) 2847 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: cephadm 2024-03-30T04:51:06.714156+0000 mgr.y (mgr.25441) 6877 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.770213+0000 mon.c (mon.1) 7888 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.772060+0000 mon.c (mon.1) 7889 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.774594+0000 mon.c (mon.1) 7890 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.775238+0000 mon.c (mon.1) 7891 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: cluster 2024-03-30T04:51:06.777497+0000 mgr.y (mgr.25441) 6878 : cluster [DBG] pgmap v4556: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 23 op/s 2024-03-30T04:51:07.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: cluster 2024-03-30T04:51:06.777752+0000 mgr.y (mgr.25441) 6879 : cluster [DBG] pgmap v4557: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 23 op/s 2024-03-30T04:51:07.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.784320+0000 mon.a (mon.0) 2848 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: cephadm 2024-03-30T04:51:06.788573+0000 mgr.y (mgr.25441) 6880 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.484926+0000 mon.c (mon.1) 7873 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.486849+0000 mon.c (mon.1) 7874 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.487539+0000 mon.c (mon.1) 7875 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: cluster 2024-03-30T04:51:06.488818+0000 mgr.y (mgr.25441) 6866 : cluster [DBG] pgmap v4548: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: cluster 2024-03-30T04:51:06.489057+0000 mgr.y (mgr.25441) 6867 : cluster [DBG] pgmap v4549: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.495830+0000 mon.a (mon.0) 2844 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: cephadm 2024-03-30T04:51:06.498434+0000 mgr.y (mgr.25441) 6868 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.555333+0000 mon.c (mon.1) 7876 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.557811+0000 mon.c (mon.1) 7877 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.559569+0000 mon.c (mon.1) 7878 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.560225+0000 mon.c (mon.1) 7879 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: cluster 2024-03-30T04:51:06.561650+0000 mgr.y (mgr.25441) 6869 : cluster [DBG] pgmap v4550: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: cluster 2024-03-30T04:51:06.561879+0000 mgr.y (mgr.25441) 6870 : cluster [DBG] pgmap v4551: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.568383+0000 mon.a (mon.0) 2845 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: cephadm 2024-03-30T04:51:06.571149+0000 mgr.y (mgr.25441) 6871 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.627542+0000 mon.c (mon.1) 7880 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.629323+0000 mon.c (mon.1) 7881 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.631014+0000 mon.c (mon.1) 7882 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.631650+0000 mon.c (mon.1) 7883 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.828932+0000 mon.c (mon.1) 7892 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.830738+0000 mon.c (mon.1) 7893 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.832413+0000 mon.c (mon.1) 7894 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.833016+0000 mon.c (mon.1) 7895 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: cluster 2024-03-30T04:51:06.834223+0000 mgr.y (mgr.25441) 6881 : cluster [DBG] pgmap v4558: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s 2024-03-30T04:51:07.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: cluster 2024-03-30T04:51:06.834478+0000 mgr.y (mgr.25441) 6882 : cluster [DBG] pgmap v4559: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s 2024-03-30T04:51:07.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.839116+0000 mon.a (mon.0) 2849 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: cephadm 2024-03-30T04:51:06.840111+0000 mgr.y (mgr.25441) 6883 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.896516+0000 mon.c (mon.1) 7896 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.898367+0000 mon.c (mon.1) 7897 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.900253+0000 mon.c (mon.1) 7898 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.900912+0000 mon.c (mon.1) 7899 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.906855+0000 mon.a (mon.0) 2850 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.970584+0000 mon.c (mon.1) 7900 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.973440+0000 mon.c (mon.1) 7901 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.976128+0000 mon.c (mon.1) 7902 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.977114+0000 mon.c (mon.1) 7903 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:06.985028+0000 mon.a (mon.0) 2851 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:07.049390+0000 mon.c (mon.1) 7904 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:07.051711+0000 mon.c (mon.1) 7905 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: cluster 2024-03-30T04:51:06.632912+0000 mgr.y (mgr.25441) 6872 : cluster [DBG] pgmap v4552: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: cluster 2024-03-30T04:51:06.633150+0000 mgr.y (mgr.25441) 6873 : cluster [DBG] pgmap v4553: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.639399+0000 mon.a (mon.0) 2846 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: cephadm 2024-03-30T04:51:06.642162+0000 mgr.y (mgr.25441) 6874 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.699056+0000 mon.c (mon.1) 7884 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.700896+0000 mon.c (mon.1) 7885 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.702695+0000 mon.c (mon.1) 7886 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.703389+0000 mon.c (mon.1) 7887 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: cluster 2024-03-30T04:51:06.704702+0000 mgr.y (mgr.25441) 6875 : cluster [DBG] pgmap v4554: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: cluster 2024-03-30T04:51:06.704927+0000 mgr.y (mgr.25441) 6876 : cluster [DBG] pgmap v4555: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.711308+0000 mon.a (mon.0) 2847 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: cephadm 2024-03-30T04:51:06.714156+0000 mgr.y (mgr.25441) 6877 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.770213+0000 mon.c (mon.1) 7888 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.772060+0000 mon.c (mon.1) 7889 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.774594+0000 mon.c (mon.1) 7890 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.775238+0000 mon.c (mon.1) 7891 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: cluster 2024-03-30T04:51:06.777497+0000 mgr.y (mgr.25441) 6878 : cluster [DBG] pgmap v4556: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 23 op/s 2024-03-30T04:51:07.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: cluster 2024-03-30T04:51:06.777752+0000 mgr.y (mgr.25441) 6879 : cluster [DBG] pgmap v4557: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 23 op/s 2024-03-30T04:51:07.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.784320+0000 mon.a (mon.0) 2848 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: cephadm 2024-03-30T04:51:06.788573+0000 mgr.y (mgr.25441) 6880 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:07.054300+0000 mon.c (mon.1) 7906 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:07.055141+0000 mon.c (mon.1) 7907 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:07.062713+0000 mon.a (mon.0) 2852 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:07.104084+0000 mon.c (mon.1) 7908 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:07.106202+0000 mon.c (mon.1) 7909 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:07.108565+0000 mon.c (mon.1) 7910 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:07.109316+0000 mon.c (mon.1) 7911 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:07.115582+0000 mon.a (mon.0) 2853 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:07.157276+0000 mon.c (mon.1) 7912 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:07.159148+0000 mon.c (mon.1) 7913 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:07.160927+0000 mon.c (mon.1) 7914 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:07.161584+0000 mon.c (mon.1) 7915 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:07.167639+0000 mon.a (mon.0) 2854 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:07.226404+0000 mon.c (mon.1) 7916 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:07.228578+0000 mon.c (mon.1) 7917 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:07.230685+0000 mon.c (mon.1) 7918 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:07.231590+0000 mon.c (mon.1) 7919 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[73591]: audit 2024-03-30T04:51:07.238093+0000 mon.a (mon.0) 2855 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.828932+0000 mon.c (mon.1) 7892 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.830738+0000 mon.c (mon.1) 7893 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.832413+0000 mon.c (mon.1) 7894 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.833016+0000 mon.c (mon.1) 7895 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: cluster 2024-03-30T04:51:06.834223+0000 mgr.y (mgr.25441) 6881 : cluster [DBG] pgmap v4558: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s 2024-03-30T04:51:07.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: cluster 2024-03-30T04:51:06.834478+0000 mgr.y (mgr.25441) 6882 : cluster [DBG] pgmap v4559: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s 2024-03-30T04:51:07.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.839116+0000 mon.a (mon.0) 2849 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: cephadm 2024-03-30T04:51:06.840111+0000 mgr.y (mgr.25441) 6883 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.896516+0000 mon.c (mon.1) 7896 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.898367+0000 mon.c (mon.1) 7897 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.900253+0000 mon.c (mon.1) 7898 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.900912+0000 mon.c (mon.1) 7899 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.906855+0000 mon.a (mon.0) 2850 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.970584+0000 mon.c (mon.1) 7900 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.973440+0000 mon.c (mon.1) 7901 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.976128+0000 mon.c (mon.1) 7902 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.977114+0000 mon.c (mon.1) 7903 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:06.985028+0000 mon.a (mon.0) 2851 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:07.049390+0000 mon.c (mon.1) 7904 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:07.051711+0000 mon.c (mon.1) 7905 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:07.054300+0000 mon.c (mon.1) 7906 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:07.055141+0000 mon.c (mon.1) 7907 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:07.062713+0000 mon.a (mon.0) 2852 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:07.104084+0000 mon.c (mon.1) 7908 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:07.106202+0000 mon.c (mon.1) 7909 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:07.108565+0000 mon.c (mon.1) 7910 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:07.109316+0000 mon.c (mon.1) 7911 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:07.115582+0000 mon.a (mon.0) 2853 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:07.157276+0000 mon.c (mon.1) 7912 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:07.159148+0000 mon.c (mon.1) 7913 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:07.160927+0000 mon.c (mon.1) 7914 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:07.161584+0000 mon.c (mon.1) 7915 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:07.167639+0000 mon.a (mon.0) 2854 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:07.226404+0000 mon.c (mon.1) 7916 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:07.228578+0000 mon.c (mon.1) 7917 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:07.230685+0000 mon.c (mon.1) 7918 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:07.231590+0000 mon.c (mon.1) 7919 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:07 smithi111 bash[70954]: audit 2024-03-30T04:51:07.238093+0000 mon.a (mon.0) 2855 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: cluster 2024-03-30T04:51:05.877676+0000 mgr.y (mgr.25441) 6842 : cluster [DBG] pgmap v4532: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: cluster 2024-03-30T04:51:05.877914+0000 mgr.y (mgr.25441) 6843 : cluster [DBG] pgmap v4533: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: cephadm 2024-03-30T04:51:05.883487+0000 mgr.y (mgr.25441) 6844 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: cluster 2024-03-30T04:51:05.929568+0000 mgr.y (mgr.25441) 6845 : cluster [DBG] pgmap v4534: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: cluster 2024-03-30T04:51:05.929808+0000 mgr.y (mgr.25441) 6846 : cluster [DBG] pgmap v4535: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: cephadm 2024-03-30T04:51:05.936232+0000 mgr.y (mgr.25441) 6847 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: cluster 2024-03-30T04:51:05.998804+0000 mgr.y (mgr.25441) 6848 : cluster [DBG] pgmap v4536: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: cluster 2024-03-30T04:51:05.999062+0000 mgr.y (mgr.25441) 6849 : cluster [DBG] pgmap v4537: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: cephadm 2024-03-30T04:51:06.006037+0000 mgr.y (mgr.25441) 6850 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: cluster 2024-03-30T04:51:06.085586+0000 mgr.y (mgr.25441) 6851 : cluster [DBG] pgmap v4538: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: cluster 2024-03-30T04:51:06.085831+0000 mgr.y (mgr.25441) 6852 : cluster [DBG] pgmap v4539: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: cephadm 2024-03-30T04:51:06.093941+0000 mgr.y (mgr.25441) 6853 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: cluster 2024-03-30T04:51:06.193868+0000 mgr.y (mgr.25441) 6854 : cluster [DBG] pgmap v4540: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: cluster 2024-03-30T04:51:06.194524+0000 mgr.y (mgr.25441) 6855 : cluster [DBG] pgmap v4541: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: cephadm 2024-03-30T04:51:06.205705+0000 mgr.y (mgr.25441) 6856 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.265742+0000 mon.c (mon.1) 7860 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.267528+0000 mon.c (mon.1) 7861 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.269760+0000 mon.c (mon.1) 7862 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.270474+0000 mon.c (mon.1) 7863 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: cluster 2024-03-30T04:51:06.271715+0000 mgr.y (mgr.25441) 6857 : cluster [DBG] pgmap v4542: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: cluster 2024-03-30T04:51:06.271929+0000 mgr.y (mgr.25441) 6858 : cluster [DBG] pgmap v4543: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.277104+0000 mon.a (mon.0) 2841 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: cephadm 2024-03-30T04:51:06.280035+0000 mgr.y (mgr.25441) 6859 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.336560+0000 mon.c (mon.1) 7864 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.339341+0000 mon.c (mon.1) 7865 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.341786+0000 mon.c (mon.1) 7866 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.342651+0000 mon.c (mon.1) 7867 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: cluster 2024-03-30T04:51:06.344562+0000 mgr.y (mgr.25441) 6860 : cluster [DBG] pgmap v4544: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: cluster 2024-03-30T04:51:06.344875+0000 mgr.y (mgr.25441) 6861 : cluster [DBG] pgmap v4545: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.352110+0000 mon.a (mon.0) 2842 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: cephadm 2024-03-30T04:51:06.354452+0000 mgr.y (mgr.25441) 6862 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.411224+0000 mon.c (mon.1) 7868 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.413086+0000 mon.c (mon.1) 7869 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.414929+0000 mon.c (mon.1) 7870 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.415617+0000 mon.c (mon.1) 7871 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: cluster 2024-03-30T04:51:06.416842+0000 mgr.y (mgr.25441) 6863 : cluster [DBG] pgmap v4546: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: cluster 2024-03-30T04:51:06.417086+0000 mgr.y (mgr.25441) 6864 : cluster [DBG] pgmap v4547: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.423535+0000 mon.a (mon.0) 2843 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: cephadm 2024-03-30T04:51:06.426359+0000 mgr.y (mgr.25441) 6865 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.483023+0000 mon.c (mon.1) 7872 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.484926+0000 mon.c (mon.1) 7873 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.486849+0000 mon.c (mon.1) 7874 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.487539+0000 mon.c (mon.1) 7875 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: cluster 2024-03-30T04:51:06.488818+0000 mgr.y (mgr.25441) 6866 : cluster [DBG] pgmap v4548: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: cluster 2024-03-30T04:51:06.489057+0000 mgr.y (mgr.25441) 6867 : cluster [DBG] pgmap v4549: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.495830+0000 mon.a (mon.0) 2844 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: cephadm 2024-03-30T04:51:06.498434+0000 mgr.y (mgr.25441) 6868 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.555333+0000 mon.c (mon.1) 7876 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.557811+0000 mon.c (mon.1) 7877 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.559569+0000 mon.c (mon.1) 7878 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.560225+0000 mon.c (mon.1) 7879 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: cluster 2024-03-30T04:51:06.561650+0000 mgr.y (mgr.25441) 6869 : cluster [DBG] pgmap v4550: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: cluster 2024-03-30T04:51:06.561879+0000 mgr.y (mgr.25441) 6870 : cluster [DBG] pgmap v4551: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.568383+0000 mon.a (mon.0) 2845 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: cephadm 2024-03-30T04:51:06.571149+0000 mgr.y (mgr.25441) 6871 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.627542+0000 mon.c (mon.1) 7880 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.629323+0000 mon.c (mon.1) 7881 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.631014+0000 mon.c (mon.1) 7882 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.631650+0000 mon.c (mon.1) 7883 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: cluster 2024-03-30T04:51:06.632912+0000 mgr.y (mgr.25441) 6872 : cluster [DBG] pgmap v4552: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: cluster 2024-03-30T04:51:06.633150+0000 mgr.y (mgr.25441) 6873 : cluster [DBG] pgmap v4553: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.639399+0000 mon.a (mon.0) 2846 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: cephadm 2024-03-30T04:51:06.642162+0000 mgr.y (mgr.25441) 6874 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.699056+0000 mon.c (mon.1) 7884 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.700896+0000 mon.c (mon.1) 7885 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.702695+0000 mon.c (mon.1) 7886 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.703389+0000 mon.c (mon.1) 7887 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: cluster 2024-03-30T04:51:06.704702+0000 mgr.y (mgr.25441) 6875 : cluster [DBG] pgmap v4554: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: cluster 2024-03-30T04:51:06.704927+0000 mgr.y (mgr.25441) 6876 : cluster [DBG] pgmap v4555: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.711308+0000 mon.a (mon.0) 2847 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: cephadm 2024-03-30T04:51:06.714156+0000 mgr.y (mgr.25441) 6877 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.770213+0000 mon.c (mon.1) 7888 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.772060+0000 mon.c (mon.1) 7889 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.774594+0000 mon.c (mon.1) 7890 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.775238+0000 mon.c (mon.1) 7891 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: cluster 2024-03-30T04:51:06.777497+0000 mgr.y (mgr.25441) 6878 : cluster [DBG] pgmap v4556: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 23 op/s 2024-03-30T04:51:07.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: cluster 2024-03-30T04:51:06.777752+0000 mgr.y (mgr.25441) 6879 : cluster [DBG] pgmap v4557: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 23 op/s 2024-03-30T04:51:07.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.784320+0000 mon.a (mon.0) 2848 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: cephadm 2024-03-30T04:51:06.788573+0000 mgr.y (mgr.25441) 6880 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.828932+0000 mon.c (mon.1) 7892 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.830738+0000 mon.c (mon.1) 7893 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.832413+0000 mon.c (mon.1) 7894 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.833016+0000 mon.c (mon.1) 7895 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: cluster 2024-03-30T04:51:06.834223+0000 mgr.y (mgr.25441) 6881 : cluster [DBG] pgmap v4558: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s 2024-03-30T04:51:07.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: cluster 2024-03-30T04:51:06.834478+0000 mgr.y (mgr.25441) 6882 : cluster [DBG] pgmap v4559: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s 2024-03-30T04:51:07.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.839116+0000 mon.a (mon.0) 2849 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: cephadm 2024-03-30T04:51:06.840111+0000 mgr.y (mgr.25441) 6883 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.896516+0000 mon.c (mon.1) 7896 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.898367+0000 mon.c (mon.1) 7897 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.900253+0000 mon.c (mon.1) 7898 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.900912+0000 mon.c (mon.1) 7899 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.906855+0000 mon.a (mon.0) 2850 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.970584+0000 mon.c (mon.1) 7900 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.973440+0000 mon.c (mon.1) 7901 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.976128+0000 mon.c (mon.1) 7902 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.977114+0000 mon.c (mon.1) 7903 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:06.985028+0000 mon.a (mon.0) 2851 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:07.049390+0000 mon.c (mon.1) 7904 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:07.051711+0000 mon.c (mon.1) 7905 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:07.054300+0000 mon.c (mon.1) 7906 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:07.055141+0000 mon.c (mon.1) 7907 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:07.062713+0000 mon.a (mon.0) 2852 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:07.104084+0000 mon.c (mon.1) 7908 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:07.106202+0000 mon.c (mon.1) 7909 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:07.108565+0000 mon.c (mon.1) 7910 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:07.109316+0000 mon.c (mon.1) 7911 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:07.115582+0000 mon.a (mon.0) 2853 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:07.157276+0000 mon.c (mon.1) 7912 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:07.159148+0000 mon.c (mon.1) 7913 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:07.160927+0000 mon.c (mon.1) 7914 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:07.161584+0000 mon.c (mon.1) 7915 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:07.167639+0000 mon.a (mon.0) 2854 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:07.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:07.226404+0000 mon.c (mon.1) 7916 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:07.228578+0000 mon.c (mon.1) 7917 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:07.230685+0000 mon.c (mon.1) 7918 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:07.231590+0000 mon.c (mon.1) 7919 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:07 smithi117 bash[62284]: audit 2024-03-30T04:51:07.238093+0000 mon.a (mon.0) 2855 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cluster 2024-03-30T04:51:06.902159+0000 mgr.y (mgr.25441) 6884 : cluster [DBG] pgmap v4560: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s 2024-03-30T04:51:08.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cluster 2024-03-30T04:51:06.902400+0000 mgr.y (mgr.25441) 6885 : cluster [DBG] pgmap v4561: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s 2024-03-30T04:51:08.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cephadm 2024-03-30T04:51:06.908110+0000 mgr.y (mgr.25441) 6886 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cluster 2024-03-30T04:51:06.978889+0000 mgr.y (mgr.25441) 6887 : cluster [DBG] pgmap v4562: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cluster 2024-03-30T04:51:06.979246+0000 mgr.y (mgr.25441) 6888 : cluster [DBG] pgmap v4563: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cephadm 2024-03-30T04:51:06.986276+0000 mgr.y (mgr.25441) 6889 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cluster 2024-03-30T04:51:07.056604+0000 mgr.y (mgr.25441) 6890 : cluster [DBG] pgmap v4564: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cluster 2024-03-30T04:51:07.056851+0000 mgr.y (mgr.25441) 6891 : cluster [DBG] pgmap v4565: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cephadm 2024-03-30T04:51:07.063881+0000 mgr.y (mgr.25441) 6892 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cluster 2024-03-30T04:51:07.110666+0000 mgr.y (mgr.25441) 6893 : cluster [DBG] pgmap v4566: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cluster 2024-03-30T04:51:07.110907+0000 mgr.y (mgr.25441) 6894 : cluster [DBG] pgmap v4567: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cephadm 2024-03-30T04:51:07.116673+0000 mgr.y (mgr.25441) 6895 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cluster 2024-03-30T04:51:07.162934+0000 mgr.y (mgr.25441) 6896 : cluster [DBG] pgmap v4568: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cluster 2024-03-30T04:51:07.163161+0000 mgr.y (mgr.25441) 6897 : cluster [DBG] pgmap v4569: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cephadm 2024-03-30T04:51:07.169731+0000 mgr.y (mgr.25441) 6898 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cluster 2024-03-30T04:51:07.232981+0000 mgr.y (mgr.25441) 6899 : cluster [DBG] pgmap v4570: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cluster 2024-03-30T04:51:07.233237+0000 mgr.y (mgr.25441) 6900 : cluster [DBG] pgmap v4571: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cephadm 2024-03-30T04:51:07.240068+0000 mgr.y (mgr.25441) 6901 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.313291+0000 mon.c (mon.1) 7920 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.315479+0000 mon.c (mon.1) 7921 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cluster 2024-03-30T04:51:06.902159+0000 mgr.y (mgr.25441) 6884 : cluster [DBG] pgmap v4560: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s 2024-03-30T04:51:08.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cluster 2024-03-30T04:51:06.902400+0000 mgr.y (mgr.25441) 6885 : cluster [DBG] pgmap v4561: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s 2024-03-30T04:51:08.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cephadm 2024-03-30T04:51:06.908110+0000 mgr.y (mgr.25441) 6886 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cluster 2024-03-30T04:51:06.978889+0000 mgr.y (mgr.25441) 6887 : cluster [DBG] pgmap v4562: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cluster 2024-03-30T04:51:06.979246+0000 mgr.y (mgr.25441) 6888 : cluster [DBG] pgmap v4563: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cephadm 2024-03-30T04:51:06.986276+0000 mgr.y (mgr.25441) 6889 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cluster 2024-03-30T04:51:07.056604+0000 mgr.y (mgr.25441) 6890 : cluster [DBG] pgmap v4564: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cluster 2024-03-30T04:51:07.056851+0000 mgr.y (mgr.25441) 6891 : cluster [DBG] pgmap v4565: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cephadm 2024-03-30T04:51:07.063881+0000 mgr.y (mgr.25441) 6892 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cluster 2024-03-30T04:51:07.110666+0000 mgr.y (mgr.25441) 6893 : cluster [DBG] pgmap v4566: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cluster 2024-03-30T04:51:07.110907+0000 mgr.y (mgr.25441) 6894 : cluster [DBG] pgmap v4567: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cephadm 2024-03-30T04:51:07.116673+0000 mgr.y (mgr.25441) 6895 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cluster 2024-03-30T04:51:07.162934+0000 mgr.y (mgr.25441) 6896 : cluster [DBG] pgmap v4568: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cluster 2024-03-30T04:51:07.163161+0000 mgr.y (mgr.25441) 6897 : cluster [DBG] pgmap v4569: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cephadm 2024-03-30T04:51:07.169731+0000 mgr.y (mgr.25441) 6898 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cluster 2024-03-30T04:51:07.232981+0000 mgr.y (mgr.25441) 6899 : cluster [DBG] pgmap v4570: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cluster 2024-03-30T04:51:07.233237+0000 mgr.y (mgr.25441) 6900 : cluster [DBG] pgmap v4571: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cephadm 2024-03-30T04:51:07.240068+0000 mgr.y (mgr.25441) 6901 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.313291+0000 mon.c (mon.1) 7920 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.315479+0000 mon.c (mon.1) 7921 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.317340+0000 mon.c (mon.1) 7922 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.318004+0000 mon.c (mon.1) 7923 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cluster 2024-03-30T04:51:07.319407+0000 mgr.y (mgr.25441) 6902 : cluster [DBG] pgmap v4572: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cluster 2024-03-30T04:51:07.319649+0000 mgr.y (mgr.25441) 6903 : cluster [DBG] pgmap v4573: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.323944+0000 mon.a (mon.0) 2856 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cephadm 2024-03-30T04:51:07.325601+0000 mgr.y (mgr.25441) 6904 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.367066+0000 mon.c (mon.1) 7924 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.369281+0000 mon.c (mon.1) 7925 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.371371+0000 mon.c (mon.1) 7926 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.372042+0000 mon.c (mon.1) 7927 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cluster 2024-03-30T04:51:07.373391+0000 mgr.y (mgr.25441) 6905 : cluster [DBG] pgmap v4574: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cluster 2024-03-30T04:51:07.373629+0000 mgr.y (mgr.25441) 6906 : cluster [DBG] pgmap v4575: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.378135+0000 mon.a (mon.0) 2857 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cephadm 2024-03-30T04:51:07.379784+0000 mgr.y (mgr.25441) 6907 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.419826+0000 mon.c (mon.1) 7928 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.421677+0000 mon.c (mon.1) 7929 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.423437+0000 mon.c (mon.1) 7930 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.424082+0000 mon.c (mon.1) 7931 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cluster 2024-03-30T04:51:07.425304+0000 mgr.y (mgr.25441) 6908 : cluster [DBG] pgmap v4576: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.317340+0000 mon.c (mon.1) 7922 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.318004+0000 mon.c (mon.1) 7923 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cluster 2024-03-30T04:51:07.319407+0000 mgr.y (mgr.25441) 6902 : cluster [DBG] pgmap v4572: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cluster 2024-03-30T04:51:07.319649+0000 mgr.y (mgr.25441) 6903 : cluster [DBG] pgmap v4573: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.323944+0000 mon.a (mon.0) 2856 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cephadm 2024-03-30T04:51:07.325601+0000 mgr.y (mgr.25441) 6904 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.367066+0000 mon.c (mon.1) 7924 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.369281+0000 mon.c (mon.1) 7925 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.371371+0000 mon.c (mon.1) 7926 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.372042+0000 mon.c (mon.1) 7927 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cluster 2024-03-30T04:51:07.373391+0000 mgr.y (mgr.25441) 6905 : cluster [DBG] pgmap v4574: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cluster 2024-03-30T04:51:07.373629+0000 mgr.y (mgr.25441) 6906 : cluster [DBG] pgmap v4575: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.378135+0000 mon.a (mon.0) 2857 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cephadm 2024-03-30T04:51:07.379784+0000 mgr.y (mgr.25441) 6907 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.419826+0000 mon.c (mon.1) 7928 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.421677+0000 mon.c (mon.1) 7929 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.423437+0000 mon.c (mon.1) 7930 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.424082+0000 mon.c (mon.1) 7931 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cluster 2024-03-30T04:51:07.425304+0000 mgr.y (mgr.25441) 6908 : cluster [DBG] pgmap v4576: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cluster 2024-03-30T04:51:07.425543+0000 mgr.y (mgr.25441) 6909 : cluster [DBG] pgmap v4577: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.430263+0000 mon.a (mon.0) 2858 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cephadm 2024-03-30T04:51:07.430850+0000 mgr.y (mgr.25441) 6910 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.487010+0000 mon.c (mon.1) 7932 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.488943+0000 mon.c (mon.1) 7933 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.490675+0000 mon.c (mon.1) 7934 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.491343+0000 mon.c (mon.1) 7935 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cluster 2024-03-30T04:51:07.492626+0000 mgr.y (mgr.25441) 6911 : cluster [DBG] pgmap v4578: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cluster 2024-03-30T04:51:07.492861+0000 mgr.y (mgr.25441) 6912 : cluster [DBG] pgmap v4579: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.497257+0000 mon.a (mon.0) 2859 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cephadm 2024-03-30T04:51:07.499382+0000 mgr.y (mgr.25441) 6913 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.556179+0000 mon.c (mon.1) 7936 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.558348+0000 mon.c (mon.1) 7937 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.560364+0000 mon.c (mon.1) 7938 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.560992+0000 mon.c (mon.1) 7939 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cluster 2024-03-30T04:51:07.562275+0000 mgr.y (mgr.25441) 6914 : cluster [DBG] pgmap v4580: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cluster 2024-03-30T04:51:07.562544+0000 mgr.y (mgr.25441) 6915 : cluster [DBG] pgmap v4581: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.567006+0000 mon.a (mon.0) 2860 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cephadm 2024-03-30T04:51:07.568252+0000 mgr.y (mgr.25441) 6916 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.625101+0000 mon.c (mon.1) 7940 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.627032+0000 mon.c (mon.1) 7941 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cluster 2024-03-30T04:51:07.425543+0000 mgr.y (mgr.25441) 6909 : cluster [DBG] pgmap v4577: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.430263+0000 mon.a (mon.0) 2858 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cephadm 2024-03-30T04:51:07.430850+0000 mgr.y (mgr.25441) 6910 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.487010+0000 mon.c (mon.1) 7932 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.488943+0000 mon.c (mon.1) 7933 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.490675+0000 mon.c (mon.1) 7934 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.491343+0000 mon.c (mon.1) 7935 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cluster 2024-03-30T04:51:07.492626+0000 mgr.y (mgr.25441) 6911 : cluster [DBG] pgmap v4578: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cluster 2024-03-30T04:51:07.492861+0000 mgr.y (mgr.25441) 6912 : cluster [DBG] pgmap v4579: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.497257+0000 mon.a (mon.0) 2859 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cephadm 2024-03-30T04:51:07.499382+0000 mgr.y (mgr.25441) 6913 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.556179+0000 mon.c (mon.1) 7936 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.558348+0000 mon.c (mon.1) 7937 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.560364+0000 mon.c (mon.1) 7938 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.560992+0000 mon.c (mon.1) 7939 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cluster 2024-03-30T04:51:07.562275+0000 mgr.y (mgr.25441) 6914 : cluster [DBG] pgmap v4580: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cluster 2024-03-30T04:51:07.562544+0000 mgr.y (mgr.25441) 6915 : cluster [DBG] pgmap v4581: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.567006+0000 mon.a (mon.0) 2860 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cephadm 2024-03-30T04:51:07.568252+0000 mgr.y (mgr.25441) 6916 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.625101+0000 mon.c (mon.1) 7940 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.627032+0000 mon.c (mon.1) 7941 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.628723+0000 mon.c (mon.1) 7942 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.629359+0000 mon.c (mon.1) 7943 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cluster 2024-03-30T04:51:07.630761+0000 mgr.y (mgr.25441) 6917 : cluster [DBG] pgmap v4582: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cluster 2024-03-30T04:51:07.630997+0000 mgr.y (mgr.25441) 6918 : cluster [DBG] pgmap v4583: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.635733+0000 mon.a (mon.0) 2861 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cephadm 2024-03-30T04:51:07.636785+0000 mgr.y (mgr.25441) 6919 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.694236+0000 mon.c (mon.1) 7944 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.696223+0000 mon.c (mon.1) 7945 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.698103+0000 mon.c (mon.1) 7946 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.698767+0000 mon.c (mon.1) 7947 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cluster 2024-03-30T04:51:07.699991+0000 mgr.y (mgr.25441) 6920 : cluster [DBG] pgmap v4584: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cluster 2024-03-30T04:51:07.700241+0000 mgr.y (mgr.25441) 6921 : cluster [DBG] pgmap v4585: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.705103+0000 mon.a (mon.0) 2862 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cephadm 2024-03-30T04:51:07.706218+0000 mgr.y (mgr.25441) 6922 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.748298+0000 mon.c (mon.1) 7948 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.750395+0000 mon.c (mon.1) 7949 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.752412+0000 mon.c (mon.1) 7950 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.753264+0000 mon.c (mon.1) 7951 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cluster 2024-03-30T04:51:07.754946+0000 mgr.y (mgr.25441) 6923 : cluster [DBG] pgmap v4586: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.628723+0000 mon.c (mon.1) 7942 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.629359+0000 mon.c (mon.1) 7943 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cluster 2024-03-30T04:51:07.630761+0000 mgr.y (mgr.25441) 6917 : cluster [DBG] pgmap v4582: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cluster 2024-03-30T04:51:07.630997+0000 mgr.y (mgr.25441) 6918 : cluster [DBG] pgmap v4583: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.635733+0000 mon.a (mon.0) 2861 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cephadm 2024-03-30T04:51:07.636785+0000 mgr.y (mgr.25441) 6919 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.694236+0000 mon.c (mon.1) 7944 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.696223+0000 mon.c (mon.1) 7945 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.698103+0000 mon.c (mon.1) 7946 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.698767+0000 mon.c (mon.1) 7947 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cluster 2024-03-30T04:51:07.699991+0000 mgr.y (mgr.25441) 6920 : cluster [DBG] pgmap v4584: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cluster 2024-03-30T04:51:07.700241+0000 mgr.y (mgr.25441) 6921 : cluster [DBG] pgmap v4585: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.705103+0000 mon.a (mon.0) 2862 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cephadm 2024-03-30T04:51:07.706218+0000 mgr.y (mgr.25441) 6922 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.748298+0000 mon.c (mon.1) 7948 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.750395+0000 mon.c (mon.1) 7949 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.752412+0000 mon.c (mon.1) 7950 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.380 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.753264+0000 mon.c (mon.1) 7951 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.381 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cluster 2024-03-30T04:51:07.754946+0000 mgr.y (mgr.25441) 6923 : cluster [DBG] pgmap v4586: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cluster 2024-03-30T04:51:07.755163+0000 mgr.y (mgr.25441) 6924 : cluster [DBG] pgmap v4587: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.763340+0000 mon.a (mon.0) 2863 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cephadm 2024-03-30T04:51:07.764906+0000 mgr.y (mgr.25441) 6925 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.806448+0000 mon.c (mon.1) 7952 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.808494+0000 mon.c (mon.1) 7953 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.810311+0000 mon.c (mon.1) 7954 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.381 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.811008+0000 mon.c (mon.1) 7955 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cluster 2024-03-30T04:51:07.812239+0000 mgr.y (mgr.25441) 6926 : cluster [DBG] pgmap v4588: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cluster 2024-03-30T04:51:07.812465+0000 mgr.y (mgr.25441) 6927 : cluster [DBG] pgmap v4589: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.819230+0000 mon.a (mon.0) 2864 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: cephadm 2024-03-30T04:51:07.821887+0000 mgr.y (mgr.25441) 6928 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.863296+0000 mon.c (mon.1) 7956 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.865306+0000 mon.c (mon.1) 7957 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.867538+0000 mon.c (mon.1) 7958 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.868204+0000 mon.c (mon.1) 7959 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.876349+0000 mon.a (mon.0) 2865 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.923686+0000 mon.c (mon.1) 7960 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.925873+0000 mon.c (mon.1) 7961 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.928062+0000 mon.c (mon.1) 7962 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.928747+0000 mon.c (mon.1) 7963 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:07.937486+0000 mon.a (mon.0) 2866 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.382 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:08.002275+0000 mon.c (mon.1) 7964 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:08.004775+0000 mon.c (mon.1) 7965 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:08.007166+0000 mon.c (mon.1) 7966 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:08.007962+0000 mon.c (mon.1) 7967 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:08.017146+0000 mon.a (mon.0) 2867 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:08.093664+0000 mon.c (mon.1) 7968 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:08.095484+0000 mon.c (mon.1) 7969 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:08.097343+0000 mon.c (mon.1) 7970 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:08.098026+0000 mon.c (mon.1) 7971 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:08.105848+0000 mon.a (mon.0) 2868 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:08.153666+0000 mon.c (mon.1) 7972 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:08.156057+0000 mon.c (mon.1) 7973 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:08.157940+0000 mon.c (mon.1) 7974 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:08.158587+0000 mon.c (mon.1) 7975 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.383 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:08.166572+0000 mon.a (mon.0) 2869 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:08.230607+0000 mon.c (mon.1) 7976 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:08.232461+0000 mon.c (mon.1) 7977 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:08.234201+0000 mon.c (mon.1) 7978 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:08.234836+0000 mon.c (mon.1) 7979 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.384 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[73591]: audit 2024-03-30T04:51:08.242919+0000 mon.a (mon.0) 2870 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cluster 2024-03-30T04:51:07.755163+0000 mgr.y (mgr.25441) 6924 : cluster [DBG] pgmap v4587: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.763340+0000 mon.a (mon.0) 2863 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.384 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cephadm 2024-03-30T04:51:07.764906+0000 mgr.y (mgr.25441) 6925 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.806448+0000 mon.c (mon.1) 7952 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.808494+0000 mon.c (mon.1) 7953 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.810311+0000 mon.c (mon.1) 7954 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.811008+0000 mon.c (mon.1) 7955 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cluster 2024-03-30T04:51:07.812239+0000 mgr.y (mgr.25441) 6926 : cluster [DBG] pgmap v4588: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cluster 2024-03-30T04:51:07.812465+0000 mgr.y (mgr.25441) 6927 : cluster [DBG] pgmap v4589: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.819230+0000 mon.a (mon.0) 2864 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: cephadm 2024-03-30T04:51:07.821887+0000 mgr.y (mgr.25441) 6928 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.863296+0000 mon.c (mon.1) 7956 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.865306+0000 mon.c (mon.1) 7957 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.867538+0000 mon.c (mon.1) 7958 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.868204+0000 mon.c (mon.1) 7959 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.876349+0000 mon.a (mon.0) 2865 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.923686+0000 mon.c (mon.1) 7960 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.385 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.925873+0000 mon.c (mon.1) 7961 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.928062+0000 mon.c (mon.1) 7962 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.928747+0000 mon.c (mon.1) 7963 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:07.937486+0000 mon.a (mon.0) 2866 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:08.002275+0000 mon.c (mon.1) 7964 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:08.004775+0000 mon.c (mon.1) 7965 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:08.007166+0000 mon.c (mon.1) 7966 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:08.007962+0000 mon.c (mon.1) 7967 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:08.017146+0000 mon.a (mon.0) 2867 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:08.093664+0000 mon.c (mon.1) 7968 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:08.095484+0000 mon.c (mon.1) 7969 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:08.097343+0000 mon.c (mon.1) 7970 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:08.098026+0000 mon.c (mon.1) 7971 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.386 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:08.105848+0000 mon.a (mon.0) 2868 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:08.153666+0000 mon.c (mon.1) 7972 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:08.156057+0000 mon.c (mon.1) 7973 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:08.157940+0000 mon.c (mon.1) 7974 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:08.158587+0000 mon.c (mon.1) 7975 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:08.166572+0000 mon.a (mon.0) 2869 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:08.230607+0000 mon.c (mon.1) 7976 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:08.232461+0000 mon.c (mon.1) 7977 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:08.234201+0000 mon.c (mon.1) 7978 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:08.234836+0000 mon.c (mon.1) 7979 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.387 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:08 smithi111 bash[70954]: audit 2024-03-30T04:51:08.242919+0000 mon.a (mon.0) 2870 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cluster 2024-03-30T04:51:06.902159+0000 mgr.y (mgr.25441) 6884 : cluster [DBG] pgmap v4560: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s 2024-03-30T04:51:08.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cluster 2024-03-30T04:51:06.902400+0000 mgr.y (mgr.25441) 6885 : cluster [DBG] pgmap v4561: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s 2024-03-30T04:51:08.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cephadm 2024-03-30T04:51:06.908110+0000 mgr.y (mgr.25441) 6886 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cluster 2024-03-30T04:51:06.978889+0000 mgr.y (mgr.25441) 6887 : cluster [DBG] pgmap v4562: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cluster 2024-03-30T04:51:06.979246+0000 mgr.y (mgr.25441) 6888 : cluster [DBG] pgmap v4563: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cephadm 2024-03-30T04:51:06.986276+0000 mgr.y (mgr.25441) 6889 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cluster 2024-03-30T04:51:07.056604+0000 mgr.y (mgr.25441) 6890 : cluster [DBG] pgmap v4564: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cluster 2024-03-30T04:51:07.056851+0000 mgr.y (mgr.25441) 6891 : cluster [DBG] pgmap v4565: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cephadm 2024-03-30T04:51:07.063881+0000 mgr.y (mgr.25441) 6892 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cluster 2024-03-30T04:51:07.110666+0000 mgr.y (mgr.25441) 6893 : cluster [DBG] pgmap v4566: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cluster 2024-03-30T04:51:07.110907+0000 mgr.y (mgr.25441) 6894 : cluster [DBG] pgmap v4567: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cephadm 2024-03-30T04:51:07.116673+0000 mgr.y (mgr.25441) 6895 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cluster 2024-03-30T04:51:07.162934+0000 mgr.y (mgr.25441) 6896 : cluster [DBG] pgmap v4568: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cluster 2024-03-30T04:51:07.163161+0000 mgr.y (mgr.25441) 6897 : cluster [DBG] pgmap v4569: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cephadm 2024-03-30T04:51:07.169731+0000 mgr.y (mgr.25441) 6898 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cluster 2024-03-30T04:51:07.232981+0000 mgr.y (mgr.25441) 6899 : cluster [DBG] pgmap v4570: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cluster 2024-03-30T04:51:07.233237+0000 mgr.y (mgr.25441) 6900 : cluster [DBG] pgmap v4571: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cephadm 2024-03-30T04:51:07.240068+0000 mgr.y (mgr.25441) 6901 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.313291+0000 mon.c (mon.1) 7920 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.315479+0000 mon.c (mon.1) 7921 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.317340+0000 mon.c (mon.1) 7922 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.318004+0000 mon.c (mon.1) 7923 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cluster 2024-03-30T04:51:07.319407+0000 mgr.y (mgr.25441) 6902 : cluster [DBG] pgmap v4572: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cluster 2024-03-30T04:51:07.319649+0000 mgr.y (mgr.25441) 6903 : cluster [DBG] pgmap v4573: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.323944+0000 mon.a (mon.0) 2856 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cephadm 2024-03-30T04:51:07.325601+0000 mgr.y (mgr.25441) 6904 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.367066+0000 mon.c (mon.1) 7924 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.369281+0000 mon.c (mon.1) 7925 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.371371+0000 mon.c (mon.1) 7926 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.372042+0000 mon.c (mon.1) 7927 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cluster 2024-03-30T04:51:07.373391+0000 mgr.y (mgr.25441) 6905 : cluster [DBG] pgmap v4574: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cluster 2024-03-30T04:51:07.373629+0000 mgr.y (mgr.25441) 6906 : cluster [DBG] pgmap v4575: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.378135+0000 mon.a (mon.0) 2857 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cephadm 2024-03-30T04:51:07.379784+0000 mgr.y (mgr.25441) 6907 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.419826+0000 mon.c (mon.1) 7928 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.421677+0000 mon.c (mon.1) 7929 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.423437+0000 mon.c (mon.1) 7930 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.424082+0000 mon.c (mon.1) 7931 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cluster 2024-03-30T04:51:07.425304+0000 mgr.y (mgr.25441) 6908 : cluster [DBG] pgmap v4576: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cluster 2024-03-30T04:51:07.425543+0000 mgr.y (mgr.25441) 6909 : cluster [DBG] pgmap v4577: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.430263+0000 mon.a (mon.0) 2858 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cephadm 2024-03-30T04:51:07.430850+0000 mgr.y (mgr.25441) 6910 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.487010+0000 mon.c (mon.1) 7932 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.488943+0000 mon.c (mon.1) 7933 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.490675+0000 mon.c (mon.1) 7934 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.491343+0000 mon.c (mon.1) 7935 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cluster 2024-03-30T04:51:07.492626+0000 mgr.y (mgr.25441) 6911 : cluster [DBG] pgmap v4578: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cluster 2024-03-30T04:51:07.492861+0000 mgr.y (mgr.25441) 6912 : cluster [DBG] pgmap v4579: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.497257+0000 mon.a (mon.0) 2859 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cephadm 2024-03-30T04:51:07.499382+0000 mgr.y (mgr.25441) 6913 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.556179+0000 mon.c (mon.1) 7936 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.558348+0000 mon.c (mon.1) 7937 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.560364+0000 mon.c (mon.1) 7938 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.560992+0000 mon.c (mon.1) 7939 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cluster 2024-03-30T04:51:07.562275+0000 mgr.y (mgr.25441) 6914 : cluster [DBG] pgmap v4580: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cluster 2024-03-30T04:51:07.562544+0000 mgr.y (mgr.25441) 6915 : cluster [DBG] pgmap v4581: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.567006+0000 mon.a (mon.0) 2860 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cephadm 2024-03-30T04:51:07.568252+0000 mgr.y (mgr.25441) 6916 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.625101+0000 mon.c (mon.1) 7940 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.627032+0000 mon.c (mon.1) 7941 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.628723+0000 mon.c (mon.1) 7942 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.629359+0000 mon.c (mon.1) 7943 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cluster 2024-03-30T04:51:07.630761+0000 mgr.y (mgr.25441) 6917 : cluster [DBG] pgmap v4582: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cluster 2024-03-30T04:51:07.630997+0000 mgr.y (mgr.25441) 6918 : cluster [DBG] pgmap v4583: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.635733+0000 mon.a (mon.0) 2861 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cephadm 2024-03-30T04:51:07.636785+0000 mgr.y (mgr.25441) 6919 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.694236+0000 mon.c (mon.1) 7944 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.696223+0000 mon.c (mon.1) 7945 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.698103+0000 mon.c (mon.1) 7946 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.698767+0000 mon.c (mon.1) 7947 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cluster 2024-03-30T04:51:07.699991+0000 mgr.y (mgr.25441) 6920 : cluster [DBG] pgmap v4584: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cluster 2024-03-30T04:51:07.700241+0000 mgr.y (mgr.25441) 6921 : cluster [DBG] pgmap v4585: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.705103+0000 mon.a (mon.0) 2862 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cephadm 2024-03-30T04:51:07.706218+0000 mgr.y (mgr.25441) 6922 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.748298+0000 mon.c (mon.1) 7948 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.750395+0000 mon.c (mon.1) 7949 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.752412+0000 mon.c (mon.1) 7950 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.753264+0000 mon.c (mon.1) 7951 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cluster 2024-03-30T04:51:07.754946+0000 mgr.y (mgr.25441) 6923 : cluster [DBG] pgmap v4586: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cluster 2024-03-30T04:51:07.755163+0000 mgr.y (mgr.25441) 6924 : cluster [DBG] pgmap v4587: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.763340+0000 mon.a (mon.0) 2863 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cephadm 2024-03-30T04:51:07.764906+0000 mgr.y (mgr.25441) 6925 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.806448+0000 mon.c (mon.1) 7952 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.808494+0000 mon.c (mon.1) 7953 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.810311+0000 mon.c (mon.1) 7954 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.811008+0000 mon.c (mon.1) 7955 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cluster 2024-03-30T04:51:07.812239+0000 mgr.y (mgr.25441) 6926 : cluster [DBG] pgmap v4588: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cluster 2024-03-30T04:51:07.812465+0000 mgr.y (mgr.25441) 6927 : cluster [DBG] pgmap v4589: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.819230+0000 mon.a (mon.0) 2864 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: cephadm 2024-03-30T04:51:07.821887+0000 mgr.y (mgr.25441) 6928 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.863296+0000 mon.c (mon.1) 7956 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.865306+0000 mon.c (mon.1) 7957 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.867538+0000 mon.c (mon.1) 7958 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.868204+0000 mon.c (mon.1) 7959 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.876349+0000 mon.a (mon.0) 2865 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.923686+0000 mon.c (mon.1) 7960 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.925873+0000 mon.c (mon.1) 7961 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.928062+0000 mon.c (mon.1) 7962 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.928747+0000 mon.c (mon.1) 7963 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:07.937486+0000 mon.a (mon.0) 2866 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:08.002275+0000 mon.c (mon.1) 7964 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:08.004775+0000 mon.c (mon.1) 7965 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:08.007166+0000 mon.c (mon.1) 7966 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:08.007962+0000 mon.c (mon.1) 7967 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:08.017146+0000 mon.a (mon.0) 2867 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:08.093664+0000 mon.c (mon.1) 7968 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:08.095484+0000 mon.c (mon.1) 7969 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:08.097343+0000 mon.c (mon.1) 7970 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:08.098026+0000 mon.c (mon.1) 7971 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:08.105848+0000 mon.a (mon.0) 2868 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:08.153666+0000 mon.c (mon.1) 7972 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:08.156057+0000 mon.c (mon.1) 7973 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:08.157940+0000 mon.c (mon.1) 7974 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:08.158587+0000 mon.c (mon.1) 7975 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:08.166572+0000 mon.a (mon.0) 2869 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:08.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:08.230607+0000 mon.c (mon.1) 7976 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:08.232461+0000 mon.c (mon.1) 7977 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:08.234201+0000 mon.c (mon.1) 7978 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:08.234836+0000 mon.c (mon.1) 7979 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:08 smithi117 bash[62284]: audit 2024-03-30T04:51:08.242919+0000 mon.a (mon.0) 2870 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.261 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cluster 2024-03-30T04:51:07.869619+0000 mgr.y (mgr.25441) 6929 : cluster [DBG] pgmap v4590: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.261 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cluster 2024-03-30T04:51:07.869860+0000 mgr.y (mgr.25441) 6930 : cluster [DBG] pgmap v4591: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.261 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cephadm 2024-03-30T04:51:07.879091+0000 mgr.y (mgr.25441) 6931 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.261 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cluster 2024-03-30T04:51:07.930280+0000 mgr.y (mgr.25441) 6932 : cluster [DBG] pgmap v4592: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.261 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cluster 2024-03-30T04:51:07.930509+0000 mgr.y (mgr.25441) 6933 : cluster [DBG] pgmap v4593: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.261 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cephadm 2024-03-30T04:51:07.941413+0000 mgr.y (mgr.25441) 6934 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.261 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cluster 2024-03-30T04:51:08.009348+0000 mgr.y (mgr.25441) 6935 : cluster [DBG] pgmap v4594: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.261 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cluster 2024-03-30T04:51:08.009550+0000 mgr.y (mgr.25441) 6936 : cluster [DBG] pgmap v4595: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.261 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cephadm 2024-03-30T04:51:08.019447+0000 mgr.y (mgr.25441) 6937 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.261 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cluster 2024-03-30T04:51:08.099323+0000 mgr.y (mgr.25441) 6938 : cluster [DBG] pgmap v4596: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.261 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cluster 2024-03-30T04:51:08.099539+0000 mgr.y (mgr.25441) 6939 : cluster [DBG] pgmap v4597: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.261 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cephadm 2024-03-30T04:51:08.108762+0000 mgr.y (mgr.25441) 6940 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.262 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cluster 2024-03-30T04:51:07.869619+0000 mgr.y (mgr.25441) 6929 : cluster [DBG] pgmap v4590: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.262 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cluster 2024-03-30T04:51:07.869860+0000 mgr.y (mgr.25441) 6930 : cluster [DBG] pgmap v4591: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.262 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cephadm 2024-03-30T04:51:07.879091+0000 mgr.y (mgr.25441) 6931 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.262 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cluster 2024-03-30T04:51:07.930280+0000 mgr.y (mgr.25441) 6932 : cluster [DBG] pgmap v4592: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.262 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cluster 2024-03-30T04:51:07.930509+0000 mgr.y (mgr.25441) 6933 : cluster [DBG] pgmap v4593: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.262 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cephadm 2024-03-30T04:51:07.941413+0000 mgr.y (mgr.25441) 6934 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.262 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cluster 2024-03-30T04:51:08.009348+0000 mgr.y (mgr.25441) 6935 : cluster [DBG] pgmap v4594: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.262 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cluster 2024-03-30T04:51:08.009550+0000 mgr.y (mgr.25441) 6936 : cluster [DBG] pgmap v4595: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.262 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cephadm 2024-03-30T04:51:08.019447+0000 mgr.y (mgr.25441) 6937 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.263 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cluster 2024-03-30T04:51:08.099323+0000 mgr.y (mgr.25441) 6938 : cluster [DBG] pgmap v4596: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.263 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cluster 2024-03-30T04:51:08.099539+0000 mgr.y (mgr.25441) 6939 : cluster [DBG] pgmap v4597: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.263 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cephadm 2024-03-30T04:51:08.108762+0000 mgr.y (mgr.25441) 6940 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.263 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cluster 2024-03-30T04:51:08.159850+0000 mgr.y (mgr.25441) 6941 : cluster [DBG] pgmap v4598: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.263 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cluster 2024-03-30T04:51:08.160072+0000 mgr.y (mgr.25441) 6942 : cluster [DBG] pgmap v4599: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.263 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cephadm 2024-03-30T04:51:08.169486+0000 mgr.y (mgr.25441) 6943 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.263 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cluster 2024-03-30T04:51:08.236225+0000 mgr.y (mgr.25441) 6944 : cluster [DBG] pgmap v4600: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.263 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cluster 2024-03-30T04:51:08.236798+0000 mgr.y (mgr.25441) 6945 : cluster [DBG] pgmap v4601: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.263 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cephadm 2024-03-30T04:51:08.246576+0000 mgr.y (mgr.25441) 6946 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.263 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.305836+0000 mon.c (mon.1) 7980 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.263 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.307753+0000 mon.c (mon.1) 7981 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.264 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.309639+0000 mon.c (mon.1) 7982 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.264 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.310363+0000 mon.c (mon.1) 7983 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.264 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cluster 2024-03-30T04:51:08.311683+0000 mgr.y (mgr.25441) 6947 : cluster [DBG] pgmap v4602: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.264 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cluster 2024-03-30T04:51:08.311861+0000 mgr.y (mgr.25441) 6948 : cluster [DBG] pgmap v4603: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.264 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.316440+0000 mon.a (mon.0) 2871 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.264 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cephadm 2024-03-30T04:51:08.317155+0000 mgr.y (mgr.25441) 6949 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.264 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.374106+0000 mon.c (mon.1) 7984 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.264 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.376386+0000 mon.c (mon.1) 7985 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.264 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.378218+0000 mon.c (mon.1) 7986 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.264 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.378944+0000 mon.c (mon.1) 7987 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.264 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cluster 2024-03-30T04:51:08.380241+0000 mgr.y (mgr.25441) 6950 : cluster [DBG] pgmap v4604: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.264 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cluster 2024-03-30T04:51:08.380436+0000 mgr.y (mgr.25441) 6951 : cluster [DBG] pgmap v4605: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.265 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.385053+0000 mon.a (mon.0) 2872 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.265 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cephadm 2024-03-30T04:51:08.386149+0000 mgr.y (mgr.25441) 6952 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.265 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.442532+0000 mon.c (mon.1) 7988 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.265 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.445327+0000 mon.c (mon.1) 7989 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.265 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.447334+0000 mon.c (mon.1) 7990 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.265 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.448251+0000 mon.c (mon.1) 7991 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.265 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cluster 2024-03-30T04:51:08.449813+0000 mgr.y (mgr.25441) 6953 : cluster [DBG] pgmap v4606: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.265 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cluster 2024-03-30T04:51:08.450028+0000 mgr.y (mgr.25441) 6954 : cluster [DBG] pgmap v4607: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.265 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.458850+0000 mon.a (mon.0) 2873 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.265 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cephadm 2024-03-30T04:51:08.459532+0000 mgr.y (mgr.25441) 6955 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.265 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.504835+0000 mon.c (mon.1) 7992 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.265 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.507597+0000 mon.c (mon.1) 7993 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.265 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.510016+0000 mon.c (mon.1) 7994 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.266 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[106835]: ts=2024-03-30T04:51:09.015Z caller=cluster.go:706 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000641998s 2024-03-30T04:51:09.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.510893+0000 mon.c (mon.1) 7995 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cluster 2024-03-30T04:51:08.512553+0000 mgr.y (mgr.25441) 6956 : cluster [DBG] pgmap v4608: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cluster 2024-03-30T04:51:08.512929+0000 mgr.y (mgr.25441) 6957 : cluster [DBG] pgmap v4609: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.517880+0000 mon.a (mon.0) 2874 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cephadm 2024-03-30T04:51:08.518546+0000 mgr.y (mgr.25441) 6958 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.560877+0000 mon.c (mon.1) 7996 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.562948+0000 mon.c (mon.1) 7997 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.564792+0000 mon.c (mon.1) 7998 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.565523+0000 mon.c (mon.1) 7999 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cluster 2024-03-30T04:51:08.566980+0000 mgr.y (mgr.25441) 6959 : cluster [DBG] pgmap v4610: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cluster 2024-03-30T04:51:08.567283+0000 mgr.y (mgr.25441) 6960 : cluster [DBG] pgmap v4611: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.572278+0000 mon.a (mon.0) 2875 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cephadm 2024-03-30T04:51:08.572802+0000 mgr.y (mgr.25441) 6961 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.612632+0000 mon.c (mon.1) 8000 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.614486+0000 mon.c (mon.1) 8001 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.616289+0000 mon.c (mon.1) 8002 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.616953+0000 mon.c (mon.1) 8003 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cluster 2024-03-30T04:51:08.618311+0000 mgr.y (mgr.25441) 6962 : cluster [DBG] pgmap v4612: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cluster 2024-03-30T04:51:08.618626+0000 mgr.y (mgr.25441) 6963 : cluster [DBG] pgmap v4613: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.623658+0000 mon.a (mon.0) 2876 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cluster 2024-03-30T04:51:08.159850+0000 mgr.y (mgr.25441) 6941 : cluster [DBG] pgmap v4598: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cluster 2024-03-30T04:51:08.160072+0000 mgr.y (mgr.25441) 6942 : cluster [DBG] pgmap v4599: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cephadm 2024-03-30T04:51:08.169486+0000 mgr.y (mgr.25441) 6943 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cluster 2024-03-30T04:51:08.236225+0000 mgr.y (mgr.25441) 6944 : cluster [DBG] pgmap v4600: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cluster 2024-03-30T04:51:08.236798+0000 mgr.y (mgr.25441) 6945 : cluster [DBG] pgmap v4601: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cephadm 2024-03-30T04:51:08.246576+0000 mgr.y (mgr.25441) 6946 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.305836+0000 mon.c (mon.1) 7980 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.307753+0000 mon.c (mon.1) 7981 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.309639+0000 mon.c (mon.1) 7982 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.310363+0000 mon.c (mon.1) 7983 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cluster 2024-03-30T04:51:08.311683+0000 mgr.y (mgr.25441) 6947 : cluster [DBG] pgmap v4602: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cluster 2024-03-30T04:51:08.311861+0000 mgr.y (mgr.25441) 6948 : cluster [DBG] pgmap v4603: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.316440+0000 mon.a (mon.0) 2871 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cephadm 2024-03-30T04:51:08.317155+0000 mgr.y (mgr.25441) 6949 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.374106+0000 mon.c (mon.1) 7984 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.376386+0000 mon.c (mon.1) 7985 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.378218+0000 mon.c (mon.1) 7986 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.378944+0000 mon.c (mon.1) 7987 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cluster 2024-03-30T04:51:08.380241+0000 mgr.y (mgr.25441) 6950 : cluster [DBG] pgmap v4604: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cephadm 2024-03-30T04:51:08.624236+0000 mgr.y (mgr.25441) 6964 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.664667+0000 mon.c (mon.1) 8004 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.667214+0000 mon.c (mon.1) 8005 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.669672+0000 mon.c (mon.1) 8006 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.670692+0000 mon.c (mon.1) 8007 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cluster 2024-03-30T04:51:08.672403+0000 mgr.y (mgr.25441) 6965 : cluster [DBG] pgmap v4614: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cluster 2024-03-30T04:51:08.672690+0000 mgr.y (mgr.25441) 6966 : cluster [DBG] pgmap v4615: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.680069+0000 mon.a (mon.0) 2877 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cephadm 2024-03-30T04:51:08.680771+0000 mgr.y (mgr.25441) 6967 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.738472+0000 mon.c (mon.1) 8008 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.740466+0000 mon.c (mon.1) 8009 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.742423+0000 mon.c (mon.1) 8010 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.743212+0000 mon.c (mon.1) 8011 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cluster 2024-03-30T04:51:08.744537+0000 mgr.y (mgr.25441) 6968 : cluster [DBG] pgmap v4616: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cluster 2024-03-30T04:51:08.744810+0000 mgr.y (mgr.25441) 6969 : cluster [DBG] pgmap v4617: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.749802+0000 mon.a (mon.0) 2878 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cephadm 2024-03-30T04:51:08.750371+0000 mgr.y (mgr.25441) 6970 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.792509+0000 mon.c (mon.1) 8012 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.794507+0000 mon.c (mon.1) 8013 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.796423+0000 mon.c (mon.1) 8014 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.797125+0000 mon.c (mon.1) 8015 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cluster 2024-03-30T04:51:08.798449+0000 mgr.y (mgr.25441) 6971 : cluster [DBG] pgmap v4618: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cluster 2024-03-30T04:51:08.798719+0000 mgr.y (mgr.25441) 6972 : cluster [DBG] pgmap v4619: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.803367+0000 mon.a (mon.0) 2879 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: cephadm 2024-03-30T04:51:08.804704+0000 mgr.y (mgr.25441) 6973 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.846496+0000 mon.c (mon.1) 8016 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.848660+0000 mon.c (mon.1) 8017 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.850649+0000 mon.c (mon.1) 8018 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.851329+0000 mon.c (mon.1) 8019 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.858450+0000 mon.a (mon.0) 2880 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.902250+0000 mon.c (mon.1) 8020 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.904977+0000 mon.c (mon.1) 8021 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.907233+0000 mon.c (mon.1) 8022 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.908041+0000 mon.c (mon.1) 8023 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.915463+0000 mon.a (mon.0) 2881 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.975480+0000 mon.c (mon.1) 8024 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.977474+0000 mon.c (mon.1) 8025 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.979294+0000 mon.c (mon.1) 8026 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.979985+0000 mon.c (mon.1) 8027 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:08.986911+0000 mon.a (mon.0) 2882 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cluster 2024-03-30T04:51:08.380436+0000 mgr.y (mgr.25441) 6951 : cluster [DBG] pgmap v4605: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.385053+0000 mon.a (mon.0) 2872 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cephadm 2024-03-30T04:51:08.386149+0000 mgr.y (mgr.25441) 6952 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.442532+0000 mon.c (mon.1) 7988 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.445327+0000 mon.c (mon.1) 7989 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.447334+0000 mon.c (mon.1) 7990 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.448251+0000 mon.c (mon.1) 7991 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cluster 2024-03-30T04:51:08.449813+0000 mgr.y (mgr.25441) 6953 : cluster [DBG] pgmap v4606: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cluster 2024-03-30T04:51:08.450028+0000 mgr.y (mgr.25441) 6954 : cluster [DBG] pgmap v4607: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.458850+0000 mon.a (mon.0) 2873 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cephadm 2024-03-30T04:51:08.459532+0000 mgr.y (mgr.25441) 6955 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.504835+0000 mon.c (mon.1) 7992 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.507597+0000 mon.c (mon.1) 7993 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.510016+0000 mon.c (mon.1) 7994 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.510893+0000 mon.c (mon.1) 7995 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cluster 2024-03-30T04:51:08.512553+0000 mgr.y (mgr.25441) 6956 : cluster [DBG] pgmap v4608: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cluster 2024-03-30T04:51:08.512929+0000 mgr.y (mgr.25441) 6957 : cluster [DBG] pgmap v4609: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.517880+0000 mon.a (mon.0) 2874 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cephadm 2024-03-30T04:51:08.518546+0000 mgr.y (mgr.25441) 6958 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.560877+0000 mon.c (mon.1) 7996 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:09.044351+0000 mon.c (mon.1) 8028 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:09.046503+0000 mon.c (mon.1) 8029 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:09.048346+0000 mon.c (mon.1) 8030 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:09.049355+0000 mon.c (mon.1) 8031 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:09.055912+0000 mon.a (mon.0) 2883 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:09.113584+0000 mon.c (mon.1) 8032 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:09.115915+0000 mon.c (mon.1) 8033 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:09.118207+0000 mon.c (mon.1) 8034 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:09.118982+0000 mon.c (mon.1) 8035 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:09.125724+0000 mon.a (mon.0) 2884 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:09.184228+0000 mon.c (mon.1) 8036 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:09.186307+0000 mon.c (mon.1) 8037 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:09.188664+0000 mon.c (mon.1) 8038 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:09.189359+0000 mon.c (mon.1) 8039 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[70954]: audit 2024-03-30T04:51:09.196737+0000 mon.a (mon.0) 2885 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.562948+0000 mon.c (mon.1) 7997 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.564792+0000 mon.c (mon.1) 7998 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.565523+0000 mon.c (mon.1) 7999 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cluster 2024-03-30T04:51:08.566980+0000 mgr.y (mgr.25441) 6959 : cluster [DBG] pgmap v4610: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cluster 2024-03-30T04:51:08.567283+0000 mgr.y (mgr.25441) 6960 : cluster [DBG] pgmap v4611: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.572278+0000 mon.a (mon.0) 2875 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cephadm 2024-03-30T04:51:08.572802+0000 mgr.y (mgr.25441) 6961 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.612632+0000 mon.c (mon.1) 8000 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.614486+0000 mon.c (mon.1) 8001 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.616289+0000 mon.c (mon.1) 8002 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.616953+0000 mon.c (mon.1) 8003 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cluster 2024-03-30T04:51:08.618311+0000 mgr.y (mgr.25441) 6962 : cluster [DBG] pgmap v4612: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cluster 2024-03-30T04:51:08.618626+0000 mgr.y (mgr.25441) 6963 : cluster [DBG] pgmap v4613: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.623658+0000 mon.a (mon.0) 2876 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cephadm 2024-03-30T04:51:08.624236+0000 mgr.y (mgr.25441) 6964 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.664667+0000 mon.c (mon.1) 8004 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.667214+0000 mon.c (mon.1) 8005 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.669672+0000 mon.c (mon.1) 8006 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.670692+0000 mon.c (mon.1) 8007 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cluster 2024-03-30T04:51:08.672403+0000 mgr.y (mgr.25441) 6965 : cluster [DBG] pgmap v4614: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cluster 2024-03-30T04:51:08.672690+0000 mgr.y (mgr.25441) 6966 : cluster [DBG] pgmap v4615: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.680069+0000 mon.a (mon.0) 2877 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cephadm 2024-03-30T04:51:08.680771+0000 mgr.y (mgr.25441) 6967 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.738472+0000 mon.c (mon.1) 8008 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.740466+0000 mon.c (mon.1) 8009 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.742423+0000 mon.c (mon.1) 8010 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.743212+0000 mon.c (mon.1) 8011 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cluster 2024-03-30T04:51:08.744537+0000 mgr.y (mgr.25441) 6968 : cluster [DBG] pgmap v4616: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cluster 2024-03-30T04:51:08.744810+0000 mgr.y (mgr.25441) 6969 : cluster [DBG] pgmap v4617: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.749802+0000 mon.a (mon.0) 2878 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cephadm 2024-03-30T04:51:08.750371+0000 mgr.y (mgr.25441) 6970 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.792509+0000 mon.c (mon.1) 8012 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.794507+0000 mon.c (mon.1) 8013 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.796423+0000 mon.c (mon.1) 8014 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.797125+0000 mon.c (mon.1) 8015 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cluster 2024-03-30T04:51:08.798449+0000 mgr.y (mgr.25441) 6971 : cluster [DBG] pgmap v4618: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cluster 2024-03-30T04:51:08.798719+0000 mgr.y (mgr.25441) 6972 : cluster [DBG] pgmap v4619: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.803367+0000 mon.a (mon.0) 2879 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: cephadm 2024-03-30T04:51:08.804704+0000 mgr.y (mgr.25441) 6973 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.846496+0000 mon.c (mon.1) 8016 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.848660+0000 mon.c (mon.1) 8017 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.850649+0000 mon.c (mon.1) 8018 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.851329+0000 mon.c (mon.1) 8019 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.858450+0000 mon.a (mon.0) 2880 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.902250+0000 mon.c (mon.1) 8020 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.904977+0000 mon.c (mon.1) 8021 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.907233+0000 mon.c (mon.1) 8022 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.908041+0000 mon.c (mon.1) 8023 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.915463+0000 mon.a (mon.0) 2881 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.975480+0000 mon.c (mon.1) 8024 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.977474+0000 mon.c (mon.1) 8025 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.979294+0000 mon.c (mon.1) 8026 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.979985+0000 mon.c (mon.1) 8027 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:08.986911+0000 mon.a (mon.0) 2882 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:09.044351+0000 mon.c (mon.1) 8028 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:09.046503+0000 mon.c (mon.1) 8029 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:09.048346+0000 mon.c (mon.1) 8030 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:09.049355+0000 mon.c (mon.1) 8031 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:09.055912+0000 mon.a (mon.0) 2883 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:09.113584+0000 mon.c (mon.1) 8032 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:09.115915+0000 mon.c (mon.1) 8033 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:09.118207+0000 mon.c (mon.1) 8034 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:09.118982+0000 mon.c (mon.1) 8035 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:09.125724+0000 mon.a (mon.0) 2884 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:09.184228+0000 mon.c (mon.1) 8036 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:09.186307+0000 mon.c (mon.1) 8037 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:09.188664+0000 mon.c (mon.1) 8038 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:09.189359+0000 mon.c (mon.1) 8039 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:09 smithi111 bash[73591]: audit 2024-03-30T04:51:09.196737+0000 mon.a (mon.0) 2885 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cluster 2024-03-30T04:51:07.869619+0000 mgr.y (mgr.25441) 6929 : cluster [DBG] pgmap v4590: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cluster 2024-03-30T04:51:07.869860+0000 mgr.y (mgr.25441) 6930 : cluster [DBG] pgmap v4591: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cephadm 2024-03-30T04:51:07.879091+0000 mgr.y (mgr.25441) 6931 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cluster 2024-03-30T04:51:07.930280+0000 mgr.y (mgr.25441) 6932 : cluster [DBG] pgmap v4592: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cluster 2024-03-30T04:51:07.930509+0000 mgr.y (mgr.25441) 6933 : cluster [DBG] pgmap v4593: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cephadm 2024-03-30T04:51:07.941413+0000 mgr.y (mgr.25441) 6934 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cluster 2024-03-30T04:51:08.009348+0000 mgr.y (mgr.25441) 6935 : cluster [DBG] pgmap v4594: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cluster 2024-03-30T04:51:08.009550+0000 mgr.y (mgr.25441) 6936 : cluster [DBG] pgmap v4595: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cephadm 2024-03-30T04:51:08.019447+0000 mgr.y (mgr.25441) 6937 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cluster 2024-03-30T04:51:08.099323+0000 mgr.y (mgr.25441) 6938 : cluster [DBG] pgmap v4596: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cluster 2024-03-30T04:51:08.099539+0000 mgr.y (mgr.25441) 6939 : cluster [DBG] pgmap v4597: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cephadm 2024-03-30T04:51:08.108762+0000 mgr.y (mgr.25441) 6940 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cluster 2024-03-30T04:51:08.159850+0000 mgr.y (mgr.25441) 6941 : cluster [DBG] pgmap v4598: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cluster 2024-03-30T04:51:08.160072+0000 mgr.y (mgr.25441) 6942 : cluster [DBG] pgmap v4599: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cephadm 2024-03-30T04:51:08.169486+0000 mgr.y (mgr.25441) 6943 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cluster 2024-03-30T04:51:08.236225+0000 mgr.y (mgr.25441) 6944 : cluster [DBG] pgmap v4600: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cluster 2024-03-30T04:51:08.236798+0000 mgr.y (mgr.25441) 6945 : cluster [DBG] pgmap v4601: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cephadm 2024-03-30T04:51:08.246576+0000 mgr.y (mgr.25441) 6946 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.305836+0000 mon.c (mon.1) 7980 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.307753+0000 mon.c (mon.1) 7981 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.309639+0000 mon.c (mon.1) 7982 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.310363+0000 mon.c (mon.1) 7983 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cluster 2024-03-30T04:51:08.311683+0000 mgr.y (mgr.25441) 6947 : cluster [DBG] pgmap v4602: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cluster 2024-03-30T04:51:08.311861+0000 mgr.y (mgr.25441) 6948 : cluster [DBG] pgmap v4603: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.316440+0000 mon.a (mon.0) 2871 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cephadm 2024-03-30T04:51:08.317155+0000 mgr.y (mgr.25441) 6949 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.374106+0000 mon.c (mon.1) 7984 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.376386+0000 mon.c (mon.1) 7985 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.378218+0000 mon.c (mon.1) 7986 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.378944+0000 mon.c (mon.1) 7987 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cluster 2024-03-30T04:51:08.380241+0000 mgr.y (mgr.25441) 6950 : cluster [DBG] pgmap v4604: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cluster 2024-03-30T04:51:08.380436+0000 mgr.y (mgr.25441) 6951 : cluster [DBG] pgmap v4605: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.385053+0000 mon.a (mon.0) 2872 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cephadm 2024-03-30T04:51:08.386149+0000 mgr.y (mgr.25441) 6952 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.442532+0000 mon.c (mon.1) 7988 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.445327+0000 mon.c (mon.1) 7989 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.447334+0000 mon.c (mon.1) 7990 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.448251+0000 mon.c (mon.1) 7991 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cluster 2024-03-30T04:51:08.449813+0000 mgr.y (mgr.25441) 6953 : cluster [DBG] pgmap v4606: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cluster 2024-03-30T04:51:08.450028+0000 mgr.y (mgr.25441) 6954 : cluster [DBG] pgmap v4607: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.458850+0000 mon.a (mon.0) 2873 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cephadm 2024-03-30T04:51:08.459532+0000 mgr.y (mgr.25441) 6955 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.504835+0000 mon.c (mon.1) 7992 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.507597+0000 mon.c (mon.1) 7993 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.510016+0000 mon.c (mon.1) 7994 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.510893+0000 mon.c (mon.1) 7995 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cluster 2024-03-30T04:51:08.512553+0000 mgr.y (mgr.25441) 6956 : cluster [DBG] pgmap v4608: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cluster 2024-03-30T04:51:08.512929+0000 mgr.y (mgr.25441) 6957 : cluster [DBG] pgmap v4609: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.517880+0000 mon.a (mon.0) 2874 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cephadm 2024-03-30T04:51:08.518546+0000 mgr.y (mgr.25441) 6958 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.560877+0000 mon.c (mon.1) 7996 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.562948+0000 mon.c (mon.1) 7997 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.564792+0000 mon.c (mon.1) 7998 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.565523+0000 mon.c (mon.1) 7999 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cluster 2024-03-30T04:51:08.566980+0000 mgr.y (mgr.25441) 6959 : cluster [DBG] pgmap v4610: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cluster 2024-03-30T04:51:08.567283+0000 mgr.y (mgr.25441) 6960 : cluster [DBG] pgmap v4611: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.572278+0000 mon.a (mon.0) 2875 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cephadm 2024-03-30T04:51:08.572802+0000 mgr.y (mgr.25441) 6961 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.612632+0000 mon.c (mon.1) 8000 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.614486+0000 mon.c (mon.1) 8001 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.616289+0000 mon.c (mon.1) 8002 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.616953+0000 mon.c (mon.1) 8003 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cluster 2024-03-30T04:51:08.618311+0000 mgr.y (mgr.25441) 6962 : cluster [DBG] pgmap v4612: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cluster 2024-03-30T04:51:08.618626+0000 mgr.y (mgr.25441) 6963 : cluster [DBG] pgmap v4613: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.623658+0000 mon.a (mon.0) 2876 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cephadm 2024-03-30T04:51:08.624236+0000 mgr.y (mgr.25441) 6964 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.664667+0000 mon.c (mon.1) 8004 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.667214+0000 mon.c (mon.1) 8005 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.669672+0000 mon.c (mon.1) 8006 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.670692+0000 mon.c (mon.1) 8007 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cluster 2024-03-30T04:51:08.672403+0000 mgr.y (mgr.25441) 6965 : cluster [DBG] pgmap v4614: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cluster 2024-03-30T04:51:08.672690+0000 mgr.y (mgr.25441) 6966 : cluster [DBG] pgmap v4615: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.680069+0000 mon.a (mon.0) 2877 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cephadm 2024-03-30T04:51:08.680771+0000 mgr.y (mgr.25441) 6967 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.738472+0000 mon.c (mon.1) 8008 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.740466+0000 mon.c (mon.1) 8009 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.742423+0000 mon.c (mon.1) 8010 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.743212+0000 mon.c (mon.1) 8011 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cluster 2024-03-30T04:51:08.744537+0000 mgr.y (mgr.25441) 6968 : cluster [DBG] pgmap v4616: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cluster 2024-03-30T04:51:08.744810+0000 mgr.y (mgr.25441) 6969 : cluster [DBG] pgmap v4617: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.749802+0000 mon.a (mon.0) 2878 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cephadm 2024-03-30T04:51:08.750371+0000 mgr.y (mgr.25441) 6970 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.792509+0000 mon.c (mon.1) 8012 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.794507+0000 mon.c (mon.1) 8013 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.796423+0000 mon.c (mon.1) 8014 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.797125+0000 mon.c (mon.1) 8015 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cluster 2024-03-30T04:51:08.798449+0000 mgr.y (mgr.25441) 6971 : cluster [DBG] pgmap v4618: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cluster 2024-03-30T04:51:08.798719+0000 mgr.y (mgr.25441) 6972 : cluster [DBG] pgmap v4619: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:09.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.803367+0000 mon.a (mon.0) 2879 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: cephadm 2024-03-30T04:51:08.804704+0000 mgr.y (mgr.25441) 6973 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:09.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.846496+0000 mon.c (mon.1) 8016 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.848660+0000 mon.c (mon.1) 8017 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.850649+0000 mon.c (mon.1) 8018 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.851329+0000 mon.c (mon.1) 8019 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.858450+0000 mon.a (mon.0) 2880 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.902250+0000 mon.c (mon.1) 8020 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.904977+0000 mon.c (mon.1) 8021 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.907233+0000 mon.c (mon.1) 8022 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.908041+0000 mon.c (mon.1) 8023 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.915463+0000 mon.a (mon.0) 2881 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.975480+0000 mon.c (mon.1) 8024 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.977474+0000 mon.c (mon.1) 8025 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.979294+0000 mon.c (mon.1) 8026 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.979985+0000 mon.c (mon.1) 8027 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:08.986911+0000 mon.a (mon.0) 2882 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:09.044351+0000 mon.c (mon.1) 8028 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:09.046503+0000 mon.c (mon.1) 8029 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:09.048346+0000 mon.c (mon.1) 8030 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:09.049355+0000 mon.c (mon.1) 8031 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:09.055912+0000 mon.a (mon.0) 2883 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:09.113584+0000 mon.c (mon.1) 8032 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:09.115915+0000 mon.c (mon.1) 8033 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:09.118207+0000 mon.c (mon.1) 8034 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:09.118982+0000 mon.c (mon.1) 8035 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:09.125724+0000 mon.a (mon.0) 2884 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:09.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:09.184228+0000 mon.c (mon.1) 8036 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:09.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:09.186307+0000 mon.c (mon.1) 8037 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:09.188664+0000 mon.c (mon.1) 8038 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:09.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:09.189359+0000 mon.c (mon.1) 8039 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:09.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:09 smithi117 bash[62284]: audit 2024-03-30T04:51:09.196737+0000 mon.a (mon.0) 2885 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:10.527 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: cluster 2024-03-30T04:51:08.852630+0000 mgr.y (mgr.25441) 6974 : cluster [DBG] pgmap v4620: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.528 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: cluster 2024-03-30T04:51:08.852882+0000 mgr.y (mgr.25441) 6975 : cluster [DBG] pgmap v4621: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.528 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: cephadm 2024-03-30T04:51:08.859272+0000 mgr.y (mgr.25441) 6976 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:10.528 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: cluster 2024-03-30T04:51:08.909469+0000 mgr.y (mgr.25441) 6977 : cluster [DBG] pgmap v4622: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.528 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: cluster 2024-03-30T04:51:08.909740+0000 mgr.y (mgr.25441) 6978 : cluster [DBG] pgmap v4623: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.528 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: cephadm 2024-03-30T04:51:08.917659+0000 mgr.y (mgr.25441) 6979 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:10.528 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: cluster 2024-03-30T04:51:08.981278+0000 mgr.y (mgr.25441) 6980 : cluster [DBG] pgmap v4624: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.528 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: cluster 2024-03-30T04:51:08.981537+0000 mgr.y (mgr.25441) 6981 : cluster [DBG] pgmap v4625: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.528 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: cephadm 2024-03-30T04:51:08.987441+0000 mgr.y (mgr.25441) 6982 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:10.528 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: cluster 2024-03-30T04:51:09.050625+0000 mgr.y (mgr.25441) 6983 : cluster [DBG] pgmap v4626: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.528 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: cluster 2024-03-30T04:51:09.050856+0000 mgr.y (mgr.25441) 6984 : cluster [DBG] pgmap v4627: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.528 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: cephadm 2024-03-30T04:51:09.056525+0000 mgr.y (mgr.25441) 6985 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:10.528 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.090688+0000 mgr.y (mgr.25441) 6986 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:10.529 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: cluster 2024-03-30T04:51:09.120329+0000 mgr.y (mgr.25441) 6987 : cluster [DBG] pgmap v4628: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.529 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: cluster 2024-03-30T04:51:09.120610+0000 mgr.y (mgr.25441) 6988 : cluster [DBG] pgmap v4629: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.529 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: cephadm 2024-03-30T04:51:09.126339+0000 mgr.y (mgr.25441) 6989 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:10.529 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: cluster 2024-03-30T04:51:09.190720+0000 mgr.y (mgr.25441) 6990 : cluster [DBG] pgmap v4630: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.529 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: cluster 2024-03-30T04:51:09.190959+0000 mgr.y (mgr.25441) 6991 : cluster [DBG] pgmap v4631: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.529 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: cephadm 2024-03-30T04:51:09.199998+0000 mgr.y (mgr.25441) 6992 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:10.529 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.282371+0000 mon.c (mon.1) 8040 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:10.529 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.285218+0000 mon.c (mon.1) 8041 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:10.529 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.288229+0000 mon.c (mon.1) 8042 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:10.529 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.289225+0000 mon.c (mon.1) 8043 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:10.529 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: cluster 2024-03-30T04:51:09.290968+0000 mgr.y (mgr.25441) 6993 : cluster [DBG] pgmap v4632: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.529 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: cluster 2024-03-30T04:51:09.291242+0000 mgr.y (mgr.25441) 6994 : cluster [DBG] pgmap v4633: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.529 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.296654+0000 mon.a (mon.0) 2886 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:10.529 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: cephadm 2024-03-30T04:51:09.298376+0000 mgr.y (mgr.25441) 6995 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:10.530 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.355520+0000 mon.c (mon.1) 8044 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:10.530 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.357434+0000 mon.c (mon.1) 8045 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:10.530 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.359256+0000 mon.c (mon.1) 8046 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:10.530 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.359890+0000 mon.c (mon.1) 8047 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:10.530 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: cluster 2024-03-30T04:51:09.361059+0000 mgr.y (mgr.25441) 6996 : cluster [DBG] pgmap v4634: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.530 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: cluster 2024-03-30T04:51:09.361263+0000 mgr.y (mgr.25441) 6997 : cluster [DBG] pgmap v4635: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.530 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.365862+0000 mon.a (mon.0) 2887 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:10.530 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: cephadm 2024-03-30T04:51:09.366422+0000 mgr.y (mgr.25441) 6998 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:10.530 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.422278+0000 mon.c (mon.1) 8048 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:10.530 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.423986+0000 mon.c (mon.1) 8049 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:10.530 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.425571+0000 mon.c (mon.1) 8050 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:10.530 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.426118+0000 mon.c (mon.1) 8051 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:10.531 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: cluster 2024-03-30T04:51:09.427261+0000 mgr.y (mgr.25441) 6999 : cluster [DBG] pgmap v4636: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.531 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: cluster 2024-03-30T04:51:09.427434+0000 mgr.y (mgr.25441) 7000 : cluster [DBG] pgmap v4637: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.531 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.431751+0000 mon.a (mon.0) 2888 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:10.531 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: cephadm 2024-03-30T04:51:09.433360+0000 mgr.y (mgr.25441) 7001 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:10.532 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.494335+0000 mon.c (mon.1) 8052 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:10.532 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.496592+0000 mon.c (mon.1) 8053 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:10.532 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.499089+0000 mon.c (mon.1) 8054 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:10.532 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.500079+0000 mon.c (mon.1) 8055 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:10.532 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: cluster 2024-03-30T04:51:09.501942+0000 mgr.y (mgr.25441) 7002 : cluster [DBG] pgmap v4638: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.532 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: cluster 2024-03-30T04:51:09.502187+0000 mgr.y (mgr.25441) 7003 : cluster [DBG] pgmap v4639: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.532 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.506827+0000 mon.a (mon.0) 2889 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:10.532 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: cephadm 2024-03-30T04:51:09.507648+0000 mgr.y (mgr.25441) 7004 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:10.532 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.587612+0000 mon.c (mon.1) 8056 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:10.532 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.591451+0000 mon.c (mon.1) 8057 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:10.532 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.594531+0000 mon.c (mon.1) 8058 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:10.532 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.595710+0000 mon.c (mon.1) 8059 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:10.532 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: cluster 2024-03-30T04:51:09.598370+0000 mgr.y (mgr.25441) 7005 : cluster [DBG] pgmap v4640: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.532 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: cluster 2024-03-30T04:51:09.598972+0000 mgr.y (mgr.25441) 7006 : cluster [DBG] pgmap v4641: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.533 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.607360+0000 mon.a (mon.0) 2890 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:10.533 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: cephadm 2024-03-30T04:51:09.608542+0000 mgr.y (mgr.25441) 7007 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:10.533 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.685738+0000 mon.c (mon.1) 8060 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:10.533 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.689323+0000 mon.c (mon.1) 8061 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:10.533 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.691948+0000 mon.c (mon.1) 8062 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:10.533 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.693106+0000 mon.c (mon.1) 8063 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:10.533 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: cluster 2024-03-30T04:51:09.695217+0000 mgr.y (mgr.25441) 7008 : cluster [DBG] pgmap v4642: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.533 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: cluster 2024-03-30T04:51:09.695887+0000 mgr.y (mgr.25441) 7009 : cluster [DBG] pgmap v4643: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.533 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.702643+0000 mon.a (mon.0) 2891 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:10.533 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: cephadm 2024-03-30T04:51:09.703464+0000 mgr.y (mgr.25441) 7010 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:10.533 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.776976+0000 mon.c (mon.1) 8064 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:10.533 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.779465+0000 mon.c (mon.1) 8065 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:10.533 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.782431+0000 mon.c (mon.1) 8066 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:10.533 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.783156+0000 mon.c (mon.1) 8067 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:10.534 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: cluster 2024-03-30T04:51:09.784527+0000 mgr.y (mgr.25441) 7011 : cluster [DBG] pgmap v4644: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.534 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: cluster 2024-03-30T04:51:09.784726+0000 mgr.y (mgr.25441) 7012 : cluster [DBG] pgmap v4645: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.534 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.790229+0000 mon.a (mon.0) 2892 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:10.534 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: cephadm 2024-03-30T04:51:09.791555+0000 mgr.y (mgr.25441) 7013 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:10.534 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.853290+0000 mon.c (mon.1) 8068 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:10.534 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.855600+0000 mon.c (mon.1) 8069 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:10.534 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.857654+0000 mon.c (mon.1) 8070 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:10.534 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.858333+0000 mon.c (mon.1) 8071 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:10.534 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.864680+0000 mon.a (mon.0) 2893 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:10.534 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.925299+0000 mon.c (mon.1) 8072 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:10.534 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.927100+0000 mon.c (mon.1) 8073 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:10.534 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.928915+0000 mon.c (mon.1) 8074 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:10.534 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.929550+0000 mon.c (mon.1) 8075 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:10.534 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.936335+0000 mon.a (mon.0) 2894 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:10.535 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.977159+0000 mon.c (mon.1) 8076 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:10.535 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.979013+0000 mon.c (mon.1) 8077 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:10.535 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.980815+0000 mon.c (mon.1) 8078 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:10.535 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.981449+0000 mon.c (mon.1) 8079 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:10.535 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:09.987502+0000 mon.a (mon.0) 2895 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:10.535 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:10.044027+0000 mon.c (mon.1) 8080 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:10.535 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:10.045868+0000 mon.c (mon.1) 8081 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:10.535 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:10.047683+0000 mon.c (mon.1) 8082 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:10.535 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:10.048315+0000 mon.c (mon.1) 8083 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:10.535 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:10.054136+0000 mon.a (mon.0) 2896 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:10.535 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:10.110687+0000 mon.c (mon.1) 8084 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:10.535 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:10.112955+0000 mon.c (mon.1) 8085 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:10.535 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:10.115159+0000 mon.c (mon.1) 8086 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:10.535 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:10.116106+0000 mon.c (mon.1) 8087 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:10.535 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:10.122272+0000 mon.a (mon.0) 2897 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:10.536 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:10.165537+0000 mon.c (mon.1) 8088 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:10.536 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:10.167311+0000 mon.c (mon.1) 8089 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:10.536 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:10.168954+0000 mon.c (mon.1) 8090 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:10.536 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:10.169579+0000 mon.c (mon.1) 8091 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:10.536 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:10.175508+0000 mon.a (mon.0) 2898 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:10.536 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:10.231985+0000 mon.c (mon.1) 8092 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:10.536 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:10.233819+0000 mon.c (mon.1) 8093 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:10.536 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:10.235561+0000 mon.c (mon.1) 8094 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:10.536 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:10.236180+0000 mon.c (mon.1) 8095 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:10.536 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[70954]: audit 2024-03-30T04:51:10.241925+0000 mon.a (mon.0) 2899 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:10.537 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: cluster 2024-03-30T04:51:08.852630+0000 mgr.y (mgr.25441) 6974 : cluster [DBG] pgmap v4620: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.537 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: cluster 2024-03-30T04:51:08.852882+0000 mgr.y (mgr.25441) 6975 : cluster [DBG] pgmap v4621: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.537 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: cephadm 2024-03-30T04:51:08.859272+0000 mgr.y (mgr.25441) 6976 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:10.537 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: cluster 2024-03-30T04:51:08.909469+0000 mgr.y (mgr.25441) 6977 : cluster [DBG] pgmap v4622: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.537 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: cluster 2024-03-30T04:51:08.909740+0000 mgr.y (mgr.25441) 6978 : cluster [DBG] pgmap v4623: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.537 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: cephadm 2024-03-30T04:51:08.917659+0000 mgr.y (mgr.25441) 6979 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:10.537 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: cluster 2024-03-30T04:51:08.981278+0000 mgr.y (mgr.25441) 6980 : cluster [DBG] pgmap v4624: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.537 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: cluster 2024-03-30T04:51:08.981537+0000 mgr.y (mgr.25441) 6981 : cluster [DBG] pgmap v4625: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.537 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: cephadm 2024-03-30T04:51:08.987441+0000 mgr.y (mgr.25441) 6982 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:10.537 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: cluster 2024-03-30T04:51:09.050625+0000 mgr.y (mgr.25441) 6983 : cluster [DBG] pgmap v4626: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.537 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: cluster 2024-03-30T04:51:09.050856+0000 mgr.y (mgr.25441) 6984 : cluster [DBG] pgmap v4627: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.537 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: cephadm 2024-03-30T04:51:09.056525+0000 mgr.y (mgr.25441) 6985 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:10.537 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.090688+0000 mgr.y (mgr.25441) 6986 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:10.538 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: cluster 2024-03-30T04:51:09.120329+0000 mgr.y (mgr.25441) 6987 : cluster [DBG] pgmap v4628: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.538 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: cluster 2024-03-30T04:51:09.120610+0000 mgr.y (mgr.25441) 6988 : cluster [DBG] pgmap v4629: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.538 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: cephadm 2024-03-30T04:51:09.126339+0000 mgr.y (mgr.25441) 6989 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:10.538 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: cluster 2024-03-30T04:51:09.190720+0000 mgr.y (mgr.25441) 6990 : cluster [DBG] pgmap v4630: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.538 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: cluster 2024-03-30T04:51:09.190959+0000 mgr.y (mgr.25441) 6991 : cluster [DBG] pgmap v4631: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.538 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: cephadm 2024-03-30T04:51:09.199998+0000 mgr.y (mgr.25441) 6992 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:10.538 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.282371+0000 mon.c (mon.1) 8040 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:10.538 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.285218+0000 mon.c (mon.1) 8041 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:10.538 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.288229+0000 mon.c (mon.1) 8042 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:10.538 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.289225+0000 mon.c (mon.1) 8043 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:10.538 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: cluster 2024-03-30T04:51:09.290968+0000 mgr.y (mgr.25441) 6993 : cluster [DBG] pgmap v4632: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.538 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: cluster 2024-03-30T04:51:09.291242+0000 mgr.y (mgr.25441) 6994 : cluster [DBG] pgmap v4633: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.538 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.296654+0000 mon.a (mon.0) 2886 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:10.538 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: cephadm 2024-03-30T04:51:09.298376+0000 mgr.y (mgr.25441) 6995 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:10.538 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.355520+0000 mon.c (mon.1) 8044 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:10.539 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.357434+0000 mon.c (mon.1) 8045 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:10.539 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.359256+0000 mon.c (mon.1) 8046 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:10.539 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.359890+0000 mon.c (mon.1) 8047 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:10.539 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: cluster 2024-03-30T04:51:09.361059+0000 mgr.y (mgr.25441) 6996 : cluster [DBG] pgmap v4634: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.539 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: cluster 2024-03-30T04:51:09.361263+0000 mgr.y (mgr.25441) 6997 : cluster [DBG] pgmap v4635: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.539 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.365862+0000 mon.a (mon.0) 2887 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:10.539 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: cephadm 2024-03-30T04:51:09.366422+0000 mgr.y (mgr.25441) 6998 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:10.539 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.422278+0000 mon.c (mon.1) 8048 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:10.539 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.423986+0000 mon.c (mon.1) 8049 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:10.539 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.425571+0000 mon.c (mon.1) 8050 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:10.539 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.426118+0000 mon.c (mon.1) 8051 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:10.539 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: cluster 2024-03-30T04:51:09.427261+0000 mgr.y (mgr.25441) 6999 : cluster [DBG] pgmap v4636: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.539 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: cluster 2024-03-30T04:51:09.427434+0000 mgr.y (mgr.25441) 7000 : cluster [DBG] pgmap v4637: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.539 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.431751+0000 mon.a (mon.0) 2888 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:10.539 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: cephadm 2024-03-30T04:51:09.433360+0000 mgr.y (mgr.25441) 7001 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:10.540 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.494335+0000 mon.c (mon.1) 8052 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:10.540 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.496592+0000 mon.c (mon.1) 8053 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:10.540 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.499089+0000 mon.c (mon.1) 8054 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:10.540 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.500079+0000 mon.c (mon.1) 8055 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:10.540 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: cluster 2024-03-30T04:51:09.501942+0000 mgr.y (mgr.25441) 7002 : cluster [DBG] pgmap v4638: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.540 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: cluster 2024-03-30T04:51:09.502187+0000 mgr.y (mgr.25441) 7003 : cluster [DBG] pgmap v4639: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.540 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.506827+0000 mon.a (mon.0) 2889 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:10.540 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: cephadm 2024-03-30T04:51:09.507648+0000 mgr.y (mgr.25441) 7004 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:10.540 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.587612+0000 mon.c (mon.1) 8056 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:10.540 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.591451+0000 mon.c (mon.1) 8057 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:10.540 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.594531+0000 mon.c (mon.1) 8058 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:10.540 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.595710+0000 mon.c (mon.1) 8059 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:10.540 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: cluster 2024-03-30T04:51:09.598370+0000 mgr.y (mgr.25441) 7005 : cluster [DBG] pgmap v4640: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.540 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: cluster 2024-03-30T04:51:09.598972+0000 mgr.y (mgr.25441) 7006 : cluster [DBG] pgmap v4641: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.541 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.607360+0000 mon.a (mon.0) 2890 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:10.541 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: cephadm 2024-03-30T04:51:09.608542+0000 mgr.y (mgr.25441) 7007 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:10.541 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.685738+0000 mon.c (mon.1) 8060 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:10.541 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.689323+0000 mon.c (mon.1) 8061 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:10.541 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.691948+0000 mon.c (mon.1) 8062 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:10.541 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.693106+0000 mon.c (mon.1) 8063 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:10.541 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: cluster 2024-03-30T04:51:09.695217+0000 mgr.y (mgr.25441) 7008 : cluster [DBG] pgmap v4642: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.541 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: cluster 2024-03-30T04:51:09.695887+0000 mgr.y (mgr.25441) 7009 : cluster [DBG] pgmap v4643: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.541 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.702643+0000 mon.a (mon.0) 2891 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:10.541 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: cephadm 2024-03-30T04:51:09.703464+0000 mgr.y (mgr.25441) 7010 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:10.541 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.776976+0000 mon.c (mon.1) 8064 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:10.541 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.779465+0000 mon.c (mon.1) 8065 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:10.541 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.782431+0000 mon.c (mon.1) 8066 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:10.541 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.783156+0000 mon.c (mon.1) 8067 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:10.542 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: cluster 2024-03-30T04:51:09.784527+0000 mgr.y (mgr.25441) 7011 : cluster [DBG] pgmap v4644: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.542 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: cluster 2024-03-30T04:51:09.784726+0000 mgr.y (mgr.25441) 7012 : cluster [DBG] pgmap v4645: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.542 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.790229+0000 mon.a (mon.0) 2892 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:10.542 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: cephadm 2024-03-30T04:51:09.791555+0000 mgr.y (mgr.25441) 7013 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:10.542 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.853290+0000 mon.c (mon.1) 8068 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:10.542 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.855600+0000 mon.c (mon.1) 8069 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:10.542 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.857654+0000 mon.c (mon.1) 8070 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:10.542 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.858333+0000 mon.c (mon.1) 8071 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:10.542 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.864680+0000 mon.a (mon.0) 2893 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:10.542 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.925299+0000 mon.c (mon.1) 8072 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:10.542 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.927100+0000 mon.c (mon.1) 8073 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:10.542 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.928915+0000 mon.c (mon.1) 8074 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:10.542 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.929550+0000 mon.c (mon.1) 8075 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:10.543 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.936335+0000 mon.a (mon.0) 2894 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:10.543 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.977159+0000 mon.c (mon.1) 8076 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:10.543 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.979013+0000 mon.c (mon.1) 8077 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:10.543 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.980815+0000 mon.c (mon.1) 8078 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:10.543 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.981449+0000 mon.c (mon.1) 8079 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:10.543 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:09.987502+0000 mon.a (mon.0) 2895 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:10.543 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:10.044027+0000 mon.c (mon.1) 8080 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:10.543 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:10.045868+0000 mon.c (mon.1) 8081 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:10.543 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:10.047683+0000 mon.c (mon.1) 8082 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:10.543 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:10.048315+0000 mon.c (mon.1) 8083 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:10.543 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:10.054136+0000 mon.a (mon.0) 2896 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:10.543 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:10.110687+0000 mon.c (mon.1) 8084 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:10.543 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:10.112955+0000 mon.c (mon.1) 8085 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:10.543 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:10.115159+0000 mon.c (mon.1) 8086 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:10.543 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:10.116106+0000 mon.c (mon.1) 8087 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:10.544 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:10.122272+0000 mon.a (mon.0) 2897 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:10.544 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:10.165537+0000 mon.c (mon.1) 8088 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:10.544 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:10.167311+0000 mon.c (mon.1) 8089 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:10.544 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:10.168954+0000 mon.c (mon.1) 8090 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:10.544 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:10.169579+0000 mon.c (mon.1) 8091 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:10.544 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:10.175508+0000 mon.a (mon.0) 2898 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:10.544 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:10.231985+0000 mon.c (mon.1) 8092 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:10.544 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:10.233819+0000 mon.c (mon.1) 8093 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:10.544 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:10.235561+0000 mon.c (mon.1) 8094 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:10.544 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:10.236180+0000 mon.c (mon.1) 8095 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:10.544 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:10 smithi111 bash[73591]: audit 2024-03-30T04:51:10.241925+0000 mon.a (mon.0) 2899 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:10.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: cluster 2024-03-30T04:51:08.852630+0000 mgr.y (mgr.25441) 6974 : cluster [DBG] pgmap v4620: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: cluster 2024-03-30T04:51:08.852882+0000 mgr.y (mgr.25441) 6975 : cluster [DBG] pgmap v4621: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: cephadm 2024-03-30T04:51:08.859272+0000 mgr.y (mgr.25441) 6976 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:10.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: cluster 2024-03-30T04:51:08.909469+0000 mgr.y (mgr.25441) 6977 : cluster [DBG] pgmap v4622: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: cluster 2024-03-30T04:51:08.909740+0000 mgr.y (mgr.25441) 6978 : cluster [DBG] pgmap v4623: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: cephadm 2024-03-30T04:51:08.917659+0000 mgr.y (mgr.25441) 6979 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:10.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: cluster 2024-03-30T04:51:08.981278+0000 mgr.y (mgr.25441) 6980 : cluster [DBG] pgmap v4624: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: cluster 2024-03-30T04:51:08.981537+0000 mgr.y (mgr.25441) 6981 : cluster [DBG] pgmap v4625: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: cephadm 2024-03-30T04:51:08.987441+0000 mgr.y (mgr.25441) 6982 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:10.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: cluster 2024-03-30T04:51:09.050625+0000 mgr.y (mgr.25441) 6983 : cluster [DBG] pgmap v4626: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: cluster 2024-03-30T04:51:09.050856+0000 mgr.y (mgr.25441) 6984 : cluster [DBG] pgmap v4627: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: cephadm 2024-03-30T04:51:09.056525+0000 mgr.y (mgr.25441) 6985 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:10.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.090688+0000 mgr.y (mgr.25441) 6986 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:10.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: cluster 2024-03-30T04:51:09.120329+0000 mgr.y (mgr.25441) 6987 : cluster [DBG] pgmap v4628: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: cluster 2024-03-30T04:51:09.120610+0000 mgr.y (mgr.25441) 6988 : cluster [DBG] pgmap v4629: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: cephadm 2024-03-30T04:51:09.126339+0000 mgr.y (mgr.25441) 6989 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:10.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: cluster 2024-03-30T04:51:09.190720+0000 mgr.y (mgr.25441) 6990 : cluster [DBG] pgmap v4630: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: cluster 2024-03-30T04:51:09.190959+0000 mgr.y (mgr.25441) 6991 : cluster [DBG] pgmap v4631: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: cephadm 2024-03-30T04:51:09.199998+0000 mgr.y (mgr.25441) 6992 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:10.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.282371+0000 mon.c (mon.1) 8040 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:10.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.285218+0000 mon.c (mon.1) 8041 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:10.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.288229+0000 mon.c (mon.1) 8042 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:10.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.289225+0000 mon.c (mon.1) 8043 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:10.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: cluster 2024-03-30T04:51:09.290968+0000 mgr.y (mgr.25441) 6993 : cluster [DBG] pgmap v4632: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: cluster 2024-03-30T04:51:09.291242+0000 mgr.y (mgr.25441) 6994 : cluster [DBG] pgmap v4633: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.296654+0000 mon.a (mon.0) 2886 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:10.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: cephadm 2024-03-30T04:51:09.298376+0000 mgr.y (mgr.25441) 6995 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:10.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.355520+0000 mon.c (mon.1) 8044 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:10.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.357434+0000 mon.c (mon.1) 8045 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:10.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.359256+0000 mon.c (mon.1) 8046 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:10.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.359890+0000 mon.c (mon.1) 8047 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:10.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: cluster 2024-03-30T04:51:09.361059+0000 mgr.y (mgr.25441) 6996 : cluster [DBG] pgmap v4634: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: cluster 2024-03-30T04:51:09.361263+0000 mgr.y (mgr.25441) 6997 : cluster [DBG] pgmap v4635: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.365862+0000 mon.a (mon.0) 2887 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:10.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: cephadm 2024-03-30T04:51:09.366422+0000 mgr.y (mgr.25441) 6998 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:10.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.422278+0000 mon.c (mon.1) 8048 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:10.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.423986+0000 mon.c (mon.1) 8049 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:10.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.425571+0000 mon.c (mon.1) 8050 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:10.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.426118+0000 mon.c (mon.1) 8051 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:10.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: cluster 2024-03-30T04:51:09.427261+0000 mgr.y (mgr.25441) 6999 : cluster [DBG] pgmap v4636: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: cluster 2024-03-30T04:51:09.427434+0000 mgr.y (mgr.25441) 7000 : cluster [DBG] pgmap v4637: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.431751+0000 mon.a (mon.0) 2888 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:10.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: cephadm 2024-03-30T04:51:09.433360+0000 mgr.y (mgr.25441) 7001 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:10.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.494335+0000 mon.c (mon.1) 8052 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:10.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.496592+0000 mon.c (mon.1) 8053 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:10.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.499089+0000 mon.c (mon.1) 8054 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:10.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.500079+0000 mon.c (mon.1) 8055 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:10.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: cluster 2024-03-30T04:51:09.501942+0000 mgr.y (mgr.25441) 7002 : cluster [DBG] pgmap v4638: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: cluster 2024-03-30T04:51:09.502187+0000 mgr.y (mgr.25441) 7003 : cluster [DBG] pgmap v4639: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.506827+0000 mon.a (mon.0) 2889 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:10.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: cephadm 2024-03-30T04:51:09.507648+0000 mgr.y (mgr.25441) 7004 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:10.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.587612+0000 mon.c (mon.1) 8056 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:10.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.591451+0000 mon.c (mon.1) 8057 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:10.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.594531+0000 mon.c (mon.1) 8058 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:10.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.595710+0000 mon.c (mon.1) 8059 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:10.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: cluster 2024-03-30T04:51:09.598370+0000 mgr.y (mgr.25441) 7005 : cluster [DBG] pgmap v4640: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: cluster 2024-03-30T04:51:09.598972+0000 mgr.y (mgr.25441) 7006 : cluster [DBG] pgmap v4641: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.607360+0000 mon.a (mon.0) 2890 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:10.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: cephadm 2024-03-30T04:51:09.608542+0000 mgr.y (mgr.25441) 7007 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:10.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.685738+0000 mon.c (mon.1) 8060 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:10.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.689323+0000 mon.c (mon.1) 8061 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:10.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.691948+0000 mon.c (mon.1) 8062 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:10.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.693106+0000 mon.c (mon.1) 8063 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:10.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: cluster 2024-03-30T04:51:09.695217+0000 mgr.y (mgr.25441) 7008 : cluster [DBG] pgmap v4642: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: cluster 2024-03-30T04:51:09.695887+0000 mgr.y (mgr.25441) 7009 : cluster [DBG] pgmap v4643: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.702643+0000 mon.a (mon.0) 2891 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:10.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: cephadm 2024-03-30T04:51:09.703464+0000 mgr.y (mgr.25441) 7010 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:10.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.776976+0000 mon.c (mon.1) 8064 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:10.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.779465+0000 mon.c (mon.1) 8065 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:10.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.782431+0000 mon.c (mon.1) 8066 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:10.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.783156+0000 mon.c (mon.1) 8067 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:10.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: cluster 2024-03-30T04:51:09.784527+0000 mgr.y (mgr.25441) 7011 : cluster [DBG] pgmap v4644: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: cluster 2024-03-30T04:51:09.784726+0000 mgr.y (mgr.25441) 7012 : cluster [DBG] pgmap v4645: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.790229+0000 mon.a (mon.0) 2892 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:10.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: cephadm 2024-03-30T04:51:09.791555+0000 mgr.y (mgr.25441) 7013 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:10.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.853290+0000 mon.c (mon.1) 8068 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:10.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.855600+0000 mon.c (mon.1) 8069 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:10.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.857654+0000 mon.c (mon.1) 8070 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:10.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.858333+0000 mon.c (mon.1) 8071 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:10.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.864680+0000 mon.a (mon.0) 2893 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:10.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.925299+0000 mon.c (mon.1) 8072 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:10.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.927100+0000 mon.c (mon.1) 8073 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:10.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.928915+0000 mon.c (mon.1) 8074 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:10.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.929550+0000 mon.c (mon.1) 8075 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:10.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.936335+0000 mon.a (mon.0) 2894 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:10.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.977159+0000 mon.c (mon.1) 8076 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:10.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.979013+0000 mon.c (mon.1) 8077 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:10.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.980815+0000 mon.c (mon.1) 8078 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:10.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.981449+0000 mon.c (mon.1) 8079 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:10.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:09.987502+0000 mon.a (mon.0) 2895 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:10.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:10.044027+0000 mon.c (mon.1) 8080 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:10.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:10.045868+0000 mon.c (mon.1) 8081 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:10.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:10.047683+0000 mon.c (mon.1) 8082 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:10.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:10.048315+0000 mon.c (mon.1) 8083 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:10.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:10.054136+0000 mon.a (mon.0) 2896 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:10.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:10.110687+0000 mon.c (mon.1) 8084 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:10.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:10.112955+0000 mon.c (mon.1) 8085 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:10.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:10.115159+0000 mon.c (mon.1) 8086 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:10.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:10.116106+0000 mon.c (mon.1) 8087 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:10.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:10.122272+0000 mon.a (mon.0) 2897 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:10.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:10.165537+0000 mon.c (mon.1) 8088 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:10.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:10.167311+0000 mon.c (mon.1) 8089 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:10.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:10.168954+0000 mon.c (mon.1) 8090 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:10.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:10.169579+0000 mon.c (mon.1) 8091 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:10.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:10.175508+0000 mon.a (mon.0) 2898 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:10.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:10.231985+0000 mon.c (mon.1) 8092 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:10.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:10.233819+0000 mon.c (mon.1) 8093 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:10.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:10.235561+0000 mon.c (mon.1) 8094 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:10.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:10.236180+0000 mon.c (mon.1) 8095 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:10.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:10 smithi117 bash[62284]: audit 2024-03-30T04:51:10.241925+0000 mon.a (mon.0) 2899 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:11.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cluster 2024-03-30T04:51:09.859881+0000 mgr.y (mgr.25441) 7014 : cluster [DBG] pgmap v4646: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cluster 2024-03-30T04:51:09.860157+0000 mgr.y (mgr.25441) 7015 : cluster [DBG] pgmap v4647: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cephadm 2024-03-30T04:51:09.865801+0000 mgr.y (mgr.25441) 7016 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cluster 2024-03-30T04:51:09.930819+0000 mgr.y (mgr.25441) 7017 : cluster [DBG] pgmap v4648: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cluster 2024-03-30T04:51:09.931066+0000 mgr.y (mgr.25441) 7018 : cluster [DBG] pgmap v4649: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cephadm 2024-03-30T04:51:09.936932+0000 mgr.y (mgr.25441) 7019 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cluster 2024-03-30T04:51:09.982690+0000 mgr.y (mgr.25441) 7020 : cluster [DBG] pgmap v4650: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cluster 2024-03-30T04:51:09.982920+0000 mgr.y (mgr.25441) 7021 : cluster [DBG] pgmap v4651: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cephadm 2024-03-30T04:51:09.988032+0000 mgr.y (mgr.25441) 7022 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cluster 2024-03-30T04:51:10.049578+0000 mgr.y (mgr.25441) 7023 : cluster [DBG] pgmap v4652: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cluster 2024-03-30T04:51:10.049823+0000 mgr.y (mgr.25441) 7024 : cluster [DBG] pgmap v4653: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cephadm 2024-03-30T04:51:10.054760+0000 mgr.y (mgr.25441) 7025 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cluster 2024-03-30T04:51:10.117552+0000 mgr.y (mgr.25441) 7026 : cluster [DBG] pgmap v4654: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cluster 2024-03-30T04:51:10.117791+0000 mgr.y (mgr.25441) 7027 : cluster [DBG] pgmap v4655: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cephadm 2024-03-30T04:51:10.125424+0000 mgr.y (mgr.25441) 7028 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cluster 2024-03-30T04:51:10.170922+0000 mgr.y (mgr.25441) 7029 : cluster [DBG] pgmap v4656: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cluster 2024-03-30T04:51:10.171165+0000 mgr.y (mgr.25441) 7030 : cluster [DBG] pgmap v4657: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cephadm 2024-03-30T04:51:10.176164+0000 mgr.y (mgr.25441) 7031 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cluster 2024-03-30T04:51:10.237395+0000 mgr.y (mgr.25441) 7032 : cluster [DBG] pgmap v4658: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cluster 2024-03-30T04:51:10.237620+0000 mgr.y (mgr.25441) 7033 : cluster [DBG] pgmap v4659: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cluster 2024-03-30T04:51:09.859881+0000 mgr.y (mgr.25441) 7014 : cluster [DBG] pgmap v4646: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cluster 2024-03-30T04:51:09.860157+0000 mgr.y (mgr.25441) 7015 : cluster [DBG] pgmap v4647: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cephadm 2024-03-30T04:51:09.865801+0000 mgr.y (mgr.25441) 7016 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cluster 2024-03-30T04:51:09.930819+0000 mgr.y (mgr.25441) 7017 : cluster [DBG] pgmap v4648: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cluster 2024-03-30T04:51:09.931066+0000 mgr.y (mgr.25441) 7018 : cluster [DBG] pgmap v4649: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cephadm 2024-03-30T04:51:09.936932+0000 mgr.y (mgr.25441) 7019 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cluster 2024-03-30T04:51:09.982690+0000 mgr.y (mgr.25441) 7020 : cluster [DBG] pgmap v4650: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cluster 2024-03-30T04:51:09.982920+0000 mgr.y (mgr.25441) 7021 : cluster [DBG] pgmap v4651: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cephadm 2024-03-30T04:51:09.988032+0000 mgr.y (mgr.25441) 7022 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cluster 2024-03-30T04:51:10.049578+0000 mgr.y (mgr.25441) 7023 : cluster [DBG] pgmap v4652: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cluster 2024-03-30T04:51:10.049823+0000 mgr.y (mgr.25441) 7024 : cluster [DBG] pgmap v4653: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cephadm 2024-03-30T04:51:10.054760+0000 mgr.y (mgr.25441) 7025 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cluster 2024-03-30T04:51:10.117552+0000 mgr.y (mgr.25441) 7026 : cluster [DBG] pgmap v4654: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cluster 2024-03-30T04:51:10.117791+0000 mgr.y (mgr.25441) 7027 : cluster [DBG] pgmap v4655: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cephadm 2024-03-30T04:51:10.125424+0000 mgr.y (mgr.25441) 7028 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cluster 2024-03-30T04:51:10.170922+0000 mgr.y (mgr.25441) 7029 : cluster [DBG] pgmap v4656: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cluster 2024-03-30T04:51:10.171165+0000 mgr.y (mgr.25441) 7030 : cluster [DBG] pgmap v4657: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cephadm 2024-03-30T04:51:10.176164+0000 mgr.y (mgr.25441) 7031 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cluster 2024-03-30T04:51:10.237395+0000 mgr.y (mgr.25441) 7032 : cluster [DBG] pgmap v4658: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cluster 2024-03-30T04:51:10.237620+0000 mgr.y (mgr.25441) 7033 : cluster [DBG] pgmap v4659: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cephadm 2024-03-30T04:51:10.242604+0000 mgr.y (mgr.25441) 7034 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.303139+0000 mon.c (mon.1) 8096 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:11.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.304976+0000 mon.c (mon.1) 8097 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:11.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.306787+0000 mon.c (mon.1) 8098 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:11.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.307445+0000 mon.c (mon.1) 8099 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:11.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cluster 2024-03-30T04:51:10.308671+0000 mgr.y (mgr.25441) 7035 : cluster [DBG] pgmap v4660: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cluster 2024-03-30T04:51:10.308898+0000 mgr.y (mgr.25441) 7036 : cluster [DBG] pgmap v4661: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.313370+0000 mon.a (mon.0) 2900 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:11.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cephadm 2024-03-30T04:51:10.322830+0000 mgr.y (mgr.25441) 7037 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.380777+0000 mon.c (mon.1) 8100 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:11.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.383147+0000 mon.c (mon.1) 8101 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:11.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.385125+0000 mon.c (mon.1) 8102 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:11.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.385867+0000 mon.c (mon.1) 8103 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:11.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cluster 2024-03-30T04:51:10.387249+0000 mgr.y (mgr.25441) 7038 : cluster [DBG] pgmap v4662: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cluster 2024-03-30T04:51:10.387490+0000 mgr.y (mgr.25441) 7039 : cluster [DBG] pgmap v4663: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.392064+0000 mon.a (mon.0) 2901 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:11.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cephadm 2024-03-30T04:51:10.392798+0000 mgr.y (mgr.25441) 7040 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.437423+0000 mon.c (mon.1) 8104 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:11.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.439810+0000 mon.c (mon.1) 8105 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:11.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.444413+0000 mon.c (mon.1) 8106 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:11.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cephadm 2024-03-30T04:51:10.242604+0000 mgr.y (mgr.25441) 7034 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.303139+0000 mon.c (mon.1) 8096 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:11.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.304976+0000 mon.c (mon.1) 8097 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:11.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.306787+0000 mon.c (mon.1) 8098 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:11.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.307445+0000 mon.c (mon.1) 8099 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:11.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cluster 2024-03-30T04:51:10.308671+0000 mgr.y (mgr.25441) 7035 : cluster [DBG] pgmap v4660: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cluster 2024-03-30T04:51:10.308898+0000 mgr.y (mgr.25441) 7036 : cluster [DBG] pgmap v4661: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.313370+0000 mon.a (mon.0) 2900 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:11.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cephadm 2024-03-30T04:51:10.322830+0000 mgr.y (mgr.25441) 7037 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.380777+0000 mon.c (mon.1) 8100 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:11.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.383147+0000 mon.c (mon.1) 8101 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:11.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.385125+0000 mon.c (mon.1) 8102 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:11.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.385867+0000 mon.c (mon.1) 8103 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:11.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cluster 2024-03-30T04:51:10.387249+0000 mgr.y (mgr.25441) 7038 : cluster [DBG] pgmap v4662: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cluster 2024-03-30T04:51:10.387490+0000 mgr.y (mgr.25441) 7039 : cluster [DBG] pgmap v4663: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.392064+0000 mon.a (mon.0) 2901 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:11.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cephadm 2024-03-30T04:51:10.392798+0000 mgr.y (mgr.25441) 7040 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.437423+0000 mon.c (mon.1) 8104 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:11.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.439810+0000 mon.c (mon.1) 8105 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:11.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.444413+0000 mon.c (mon.1) 8106 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:11.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.445261+0000 mon.c (mon.1) 8107 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:11.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cluster 2024-03-30T04:51:10.446741+0000 mgr.y (mgr.25441) 7041 : cluster [DBG] pgmap v4664: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cluster 2024-03-30T04:51:10.446964+0000 mgr.y (mgr.25441) 7042 : cluster [DBG] pgmap v4665: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.451725+0000 mon.a (mon.0) 2902 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:11.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cephadm 2024-03-30T04:51:10.452446+0000 mgr.y (mgr.25441) 7043 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.511464+0000 mon.c (mon.1) 8108 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:11.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.513359+0000 mon.c (mon.1) 8109 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:11.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.515084+0000 mon.c (mon.1) 8110 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:11.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.515726+0000 mon.c (mon.1) 8111 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:11.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cluster 2024-03-30T04:51:10.516976+0000 mgr.y (mgr.25441) 7044 : cluster [DBG] pgmap v4666: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cluster 2024-03-30T04:51:10.517218+0000 mgr.y (mgr.25441) 7045 : cluster [DBG] pgmap v4667: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.522593+0000 mon.a (mon.0) 2903 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:11.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cephadm 2024-03-30T04:51:10.523559+0000 mgr.y (mgr.25441) 7046 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.609538+0000 mon.c (mon.1) 8112 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:11.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.611504+0000 mon.c (mon.1) 8113 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:11.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.613310+0000 mon.c (mon.1) 8114 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:11.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.613949+0000 mon.c (mon.1) 8115 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:11.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cluster 2024-03-30T04:51:10.615178+0000 mgr.y (mgr.25441) 7047 : cluster [DBG] pgmap v4668: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cluster 2024-03-30T04:51:10.615417+0000 mgr.y (mgr.25441) 7048 : cluster [DBG] pgmap v4669: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.620011+0000 mon.a (mon.0) 2904 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:11.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.445261+0000 mon.c (mon.1) 8107 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:11.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cluster 2024-03-30T04:51:10.446741+0000 mgr.y (mgr.25441) 7041 : cluster [DBG] pgmap v4664: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cluster 2024-03-30T04:51:10.446964+0000 mgr.y (mgr.25441) 7042 : cluster [DBG] pgmap v4665: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.451725+0000 mon.a (mon.0) 2902 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:11.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cephadm 2024-03-30T04:51:10.452446+0000 mgr.y (mgr.25441) 7043 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.511464+0000 mon.c (mon.1) 8108 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:11.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.513359+0000 mon.c (mon.1) 8109 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:11.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.515084+0000 mon.c (mon.1) 8110 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:11.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.515726+0000 mon.c (mon.1) 8111 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:11.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cluster 2024-03-30T04:51:10.516976+0000 mgr.y (mgr.25441) 7044 : cluster [DBG] pgmap v4666: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cluster 2024-03-30T04:51:10.517218+0000 mgr.y (mgr.25441) 7045 : cluster [DBG] pgmap v4667: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.522593+0000 mon.a (mon.0) 2903 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:11.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cephadm 2024-03-30T04:51:10.523559+0000 mgr.y (mgr.25441) 7046 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.609538+0000 mon.c (mon.1) 8112 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:11.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.611504+0000 mon.c (mon.1) 8113 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:11.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.613310+0000 mon.c (mon.1) 8114 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:11.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.613949+0000 mon.c (mon.1) 8115 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:11.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cluster 2024-03-30T04:51:10.615178+0000 mgr.y (mgr.25441) 7047 : cluster [DBG] pgmap v4668: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cluster 2024-03-30T04:51:10.615417+0000 mgr.y (mgr.25441) 7048 : cluster [DBG] pgmap v4669: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.620011+0000 mon.a (mon.0) 2904 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:11.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cephadm 2024-03-30T04:51:10.620808+0000 mgr.y (mgr.25441) 7049 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.677713+0000 mon.c (mon.1) 8116 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:11.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.679580+0000 mon.c (mon.1) 8117 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:11.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.681420+0000 mon.c (mon.1) 8118 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:11.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.682095+0000 mon.c (mon.1) 8119 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:11.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cluster 2024-03-30T04:51:10.683430+0000 mgr.y (mgr.25441) 7050 : cluster [DBG] pgmap v4670: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cluster 2024-03-30T04:51:10.683664+0000 mgr.y (mgr.25441) 7051 : cluster [DBG] pgmap v4671: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.689789+0000 mon.a (mon.0) 2905 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:11.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cephadm 2024-03-30T04:51:10.690552+0000 mgr.y (mgr.25441) 7052 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.730682+0000 mon.c (mon.1) 8120 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:11.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.732705+0000 mon.c (mon.1) 8121 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:11.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.734572+0000 mon.c (mon.1) 8122 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:11.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.735240+0000 mon.c (mon.1) 8123 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:11.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cluster 2024-03-30T04:51:10.736664+0000 mgr.y (mgr.25441) 7053 : cluster [DBG] pgmap v4672: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cluster 2024-03-30T04:51:10.736890+0000 mgr.y (mgr.25441) 7054 : cluster [DBG] pgmap v4673: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.744127+0000 mon.a (mon.0) 2906 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:11.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cephadm 2024-03-30T04:51:10.744744+0000 mgr.y (mgr.25441) 7055 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.785345+0000 mon.c (mon.1) 8124 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:11.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.787219+0000 mon.c (mon.1) 8125 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:11.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.788949+0000 mon.c (mon.1) 8126 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:11.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cephadm 2024-03-30T04:51:10.620808+0000 mgr.y (mgr.25441) 7049 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.677713+0000 mon.c (mon.1) 8116 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:11.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.679580+0000 mon.c (mon.1) 8117 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:11.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.681420+0000 mon.c (mon.1) 8118 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:11.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.682095+0000 mon.c (mon.1) 8119 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:11.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cluster 2024-03-30T04:51:10.683430+0000 mgr.y (mgr.25441) 7050 : cluster [DBG] pgmap v4670: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cluster 2024-03-30T04:51:10.683664+0000 mgr.y (mgr.25441) 7051 : cluster [DBG] pgmap v4671: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.689789+0000 mon.a (mon.0) 2905 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:11.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cephadm 2024-03-30T04:51:10.690552+0000 mgr.y (mgr.25441) 7052 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.730682+0000 mon.c (mon.1) 8120 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:11.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.732705+0000 mon.c (mon.1) 8121 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:11.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.734572+0000 mon.c (mon.1) 8122 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:11.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.735240+0000 mon.c (mon.1) 8123 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:11.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cluster 2024-03-30T04:51:10.736664+0000 mgr.y (mgr.25441) 7053 : cluster [DBG] pgmap v4672: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cluster 2024-03-30T04:51:10.736890+0000 mgr.y (mgr.25441) 7054 : cluster [DBG] pgmap v4673: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.744127+0000 mon.a (mon.0) 2906 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:11.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cephadm 2024-03-30T04:51:10.744744+0000 mgr.y (mgr.25441) 7055 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.785345+0000 mon.c (mon.1) 8124 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:11.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.787219+0000 mon.c (mon.1) 8125 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:11.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.788949+0000 mon.c (mon.1) 8126 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:11.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.789637+0000 mon.c (mon.1) 8127 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:11.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cluster 2024-03-30T04:51:10.790916+0000 mgr.y (mgr.25441) 7056 : cluster [DBG] pgmap v4674: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cluster 2024-03-30T04:51:10.791160+0000 mgr.y (mgr.25441) 7057 : cluster [DBG] pgmap v4675: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.797334+0000 mon.a (mon.0) 2907 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:11.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: cephadm 2024-03-30T04:51:10.798021+0000 mgr.y (mgr.25441) 7058 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.838742+0000 mon.c (mon.1) 8128 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:11.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.840634+0000 mon.c (mon.1) 8129 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:11.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.842657+0000 mon.c (mon.1) 8130 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:11.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.843346+0000 mon.c (mon.1) 8131 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:11.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.851431+0000 mon.a (mon.0) 2908 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:11.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.907819+0000 mon.c (mon.1) 8132 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:11.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.909696+0000 mon.c (mon.1) 8133 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:11.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.911786+0000 mon.c (mon.1) 8134 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:11.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.912426+0000 mon.c (mon.1) 8135 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:11.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.920235+0000 mon.a (mon.0) 2909 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:11.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.980147+0000 mon.c (mon.1) 8136 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:11.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.982787+0000 mon.c (mon.1) 8137 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:11.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.986314+0000 mon.c (mon.1) 8138 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:11.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.987581+0000 mon.c (mon.1) 8139 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:11.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:10.994930+0000 mon.a (mon.0) 2910 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:11.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:11.056727+0000 mon.c (mon.1) 8140 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:11.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:11.059568+0000 mon.c (mon.1) 8141 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:11.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:11.062103+0000 mon.c (mon.1) 8142 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:11.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:11.062859+0000 mon.c (mon.1) 8143 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:11.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:11.070223+0000 mon.a (mon.0) 2911 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:11.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:11.150629+0000 mon.c (mon.1) 8144 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:11.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:11.153607+0000 mon.c (mon.1) 8145 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:11.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:11.156778+0000 mon.c (mon.1) 8146 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:11.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:11.158084+0000 mon.c (mon.1) 8147 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:11.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:11.168829+0000 mon.a (mon.0) 2912 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:11.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[73591]: audit 2024-03-30T04:51:11.258654+0000 mon.c (mon.1) 8148 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:11.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.789637+0000 mon.c (mon.1) 8127 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:11.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cluster 2024-03-30T04:51:10.790916+0000 mgr.y (mgr.25441) 7056 : cluster [DBG] pgmap v4674: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cluster 2024-03-30T04:51:10.791160+0000 mgr.y (mgr.25441) 7057 : cluster [DBG] pgmap v4675: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.797334+0000 mon.a (mon.0) 2907 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:11.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: cephadm 2024-03-30T04:51:10.798021+0000 mgr.y (mgr.25441) 7058 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.838742+0000 mon.c (mon.1) 8128 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:11.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.840634+0000 mon.c (mon.1) 8129 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:11.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.842657+0000 mon.c (mon.1) 8130 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:11.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.843346+0000 mon.c (mon.1) 8131 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:11.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.851431+0000 mon.a (mon.0) 2908 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:11.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.907819+0000 mon.c (mon.1) 8132 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:11.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.909696+0000 mon.c (mon.1) 8133 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:11.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.911786+0000 mon.c (mon.1) 8134 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:11.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.912426+0000 mon.c (mon.1) 8135 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:11.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.920235+0000 mon.a (mon.0) 2909 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:11.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.980147+0000 mon.c (mon.1) 8136 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:11.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.982787+0000 mon.c (mon.1) 8137 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:11.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.986314+0000 mon.c (mon.1) 8138 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:11.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.987581+0000 mon.c (mon.1) 8139 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:11.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:10.994930+0000 mon.a (mon.0) 2910 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:11.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:11.056727+0000 mon.c (mon.1) 8140 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:11.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:11.059568+0000 mon.c (mon.1) 8141 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:11.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:11.062103+0000 mon.c (mon.1) 8142 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:11.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:11.062859+0000 mon.c (mon.1) 8143 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:11.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:11.070223+0000 mon.a (mon.0) 2911 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:11.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:11.150629+0000 mon.c (mon.1) 8144 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:11.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:11.153607+0000 mon.c (mon.1) 8145 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:11.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:11.156778+0000 mon.c (mon.1) 8146 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:11.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:11.158084+0000 mon.c (mon.1) 8147 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:11.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:11.168829+0000 mon.a (mon.0) 2912 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:11.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:11 smithi111 bash[70954]: audit 2024-03-30T04:51:11.258654+0000 mon.c (mon.1) 8148 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:11.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cluster 2024-03-30T04:51:09.859881+0000 mgr.y (mgr.25441) 7014 : cluster [DBG] pgmap v4646: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cluster 2024-03-30T04:51:09.860157+0000 mgr.y (mgr.25441) 7015 : cluster [DBG] pgmap v4647: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cephadm 2024-03-30T04:51:09.865801+0000 mgr.y (mgr.25441) 7016 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cluster 2024-03-30T04:51:09.930819+0000 mgr.y (mgr.25441) 7017 : cluster [DBG] pgmap v4648: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cluster 2024-03-30T04:51:09.931066+0000 mgr.y (mgr.25441) 7018 : cluster [DBG] pgmap v4649: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cephadm 2024-03-30T04:51:09.936932+0000 mgr.y (mgr.25441) 7019 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cluster 2024-03-30T04:51:09.982690+0000 mgr.y (mgr.25441) 7020 : cluster [DBG] pgmap v4650: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cluster 2024-03-30T04:51:09.982920+0000 mgr.y (mgr.25441) 7021 : cluster [DBG] pgmap v4651: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cephadm 2024-03-30T04:51:09.988032+0000 mgr.y (mgr.25441) 7022 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cluster 2024-03-30T04:51:10.049578+0000 mgr.y (mgr.25441) 7023 : cluster [DBG] pgmap v4652: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cluster 2024-03-30T04:51:10.049823+0000 mgr.y (mgr.25441) 7024 : cluster [DBG] pgmap v4653: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cephadm 2024-03-30T04:51:10.054760+0000 mgr.y (mgr.25441) 7025 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cluster 2024-03-30T04:51:10.117552+0000 mgr.y (mgr.25441) 7026 : cluster [DBG] pgmap v4654: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cluster 2024-03-30T04:51:10.117791+0000 mgr.y (mgr.25441) 7027 : cluster [DBG] pgmap v4655: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cephadm 2024-03-30T04:51:10.125424+0000 mgr.y (mgr.25441) 7028 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cluster 2024-03-30T04:51:10.170922+0000 mgr.y (mgr.25441) 7029 : cluster [DBG] pgmap v4656: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cluster 2024-03-30T04:51:10.171165+0000 mgr.y (mgr.25441) 7030 : cluster [DBG] pgmap v4657: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cephadm 2024-03-30T04:51:10.176164+0000 mgr.y (mgr.25441) 7031 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cluster 2024-03-30T04:51:10.237395+0000 mgr.y (mgr.25441) 7032 : cluster [DBG] pgmap v4658: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cluster 2024-03-30T04:51:10.237620+0000 mgr.y (mgr.25441) 7033 : cluster [DBG] pgmap v4659: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cephadm 2024-03-30T04:51:10.242604+0000 mgr.y (mgr.25441) 7034 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.303139+0000 mon.c (mon.1) 8096 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:11.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.304976+0000 mon.c (mon.1) 8097 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:11.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.306787+0000 mon.c (mon.1) 8098 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:11.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.307445+0000 mon.c (mon.1) 8099 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:11.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cluster 2024-03-30T04:51:10.308671+0000 mgr.y (mgr.25441) 7035 : cluster [DBG] pgmap v4660: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cluster 2024-03-30T04:51:10.308898+0000 mgr.y (mgr.25441) 7036 : cluster [DBG] pgmap v4661: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.313370+0000 mon.a (mon.0) 2900 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:11.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cephadm 2024-03-30T04:51:10.322830+0000 mgr.y (mgr.25441) 7037 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.380777+0000 mon.c (mon.1) 8100 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:11.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.383147+0000 mon.c (mon.1) 8101 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:11.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.385125+0000 mon.c (mon.1) 8102 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:11.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.385867+0000 mon.c (mon.1) 8103 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:11.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cluster 2024-03-30T04:51:10.387249+0000 mgr.y (mgr.25441) 7038 : cluster [DBG] pgmap v4662: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cluster 2024-03-30T04:51:10.387490+0000 mgr.y (mgr.25441) 7039 : cluster [DBG] pgmap v4663: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.392064+0000 mon.a (mon.0) 2901 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:11.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cephadm 2024-03-30T04:51:10.392798+0000 mgr.y (mgr.25441) 7040 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.437423+0000 mon.c (mon.1) 8104 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:11.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.439810+0000 mon.c (mon.1) 8105 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:11.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.444413+0000 mon.c (mon.1) 8106 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:11.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.445261+0000 mon.c (mon.1) 8107 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:11.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cluster 2024-03-30T04:51:10.446741+0000 mgr.y (mgr.25441) 7041 : cluster [DBG] pgmap v4664: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cluster 2024-03-30T04:51:10.446964+0000 mgr.y (mgr.25441) 7042 : cluster [DBG] pgmap v4665: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.451725+0000 mon.a (mon.0) 2902 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:11.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cephadm 2024-03-30T04:51:10.452446+0000 mgr.y (mgr.25441) 7043 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.511464+0000 mon.c (mon.1) 8108 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:11.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.513359+0000 mon.c (mon.1) 8109 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:11.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.515084+0000 mon.c (mon.1) 8110 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:11.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.515726+0000 mon.c (mon.1) 8111 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:11.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cluster 2024-03-30T04:51:10.516976+0000 mgr.y (mgr.25441) 7044 : cluster [DBG] pgmap v4666: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cluster 2024-03-30T04:51:10.517218+0000 mgr.y (mgr.25441) 7045 : cluster [DBG] pgmap v4667: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.522593+0000 mon.a (mon.0) 2903 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:11.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cephadm 2024-03-30T04:51:10.523559+0000 mgr.y (mgr.25441) 7046 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.609538+0000 mon.c (mon.1) 8112 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:11.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.611504+0000 mon.c (mon.1) 8113 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:11.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.613310+0000 mon.c (mon.1) 8114 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:11.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.613949+0000 mon.c (mon.1) 8115 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:11.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cluster 2024-03-30T04:51:10.615178+0000 mgr.y (mgr.25441) 7047 : cluster [DBG] pgmap v4668: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cluster 2024-03-30T04:51:10.615417+0000 mgr.y (mgr.25441) 7048 : cluster [DBG] pgmap v4669: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.620011+0000 mon.a (mon.0) 2904 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:11.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cephadm 2024-03-30T04:51:10.620808+0000 mgr.y (mgr.25441) 7049 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.677713+0000 mon.c (mon.1) 8116 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:11.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.679580+0000 mon.c (mon.1) 8117 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:11.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.681420+0000 mon.c (mon.1) 8118 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:11.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.682095+0000 mon.c (mon.1) 8119 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:11.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cluster 2024-03-30T04:51:10.683430+0000 mgr.y (mgr.25441) 7050 : cluster [DBG] pgmap v4670: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cluster 2024-03-30T04:51:10.683664+0000 mgr.y (mgr.25441) 7051 : cluster [DBG] pgmap v4671: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.689789+0000 mon.a (mon.0) 2905 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:11.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cephadm 2024-03-30T04:51:10.690552+0000 mgr.y (mgr.25441) 7052 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.730682+0000 mon.c (mon.1) 8120 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:11.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.732705+0000 mon.c (mon.1) 8121 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:11.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.734572+0000 mon.c (mon.1) 8122 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:11.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.735240+0000 mon.c (mon.1) 8123 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:11.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cluster 2024-03-30T04:51:10.736664+0000 mgr.y (mgr.25441) 7053 : cluster [DBG] pgmap v4672: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cluster 2024-03-30T04:51:10.736890+0000 mgr.y (mgr.25441) 7054 : cluster [DBG] pgmap v4673: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.744127+0000 mon.a (mon.0) 2906 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:11.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cephadm 2024-03-30T04:51:10.744744+0000 mgr.y (mgr.25441) 7055 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.785345+0000 mon.c (mon.1) 8124 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:11.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.787219+0000 mon.c (mon.1) 8125 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:11.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.788949+0000 mon.c (mon.1) 8126 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:11.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.789637+0000 mon.c (mon.1) 8127 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:11.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cluster 2024-03-30T04:51:10.790916+0000 mgr.y (mgr.25441) 7056 : cluster [DBG] pgmap v4674: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cluster 2024-03-30T04:51:10.791160+0000 mgr.y (mgr.25441) 7057 : cluster [DBG] pgmap v4675: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:11.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.797334+0000 mon.a (mon.0) 2907 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:11.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: cephadm 2024-03-30T04:51:10.798021+0000 mgr.y (mgr.25441) 7058 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:11.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.838742+0000 mon.c (mon.1) 8128 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:11.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.840634+0000 mon.c (mon.1) 8129 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:11.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.842657+0000 mon.c (mon.1) 8130 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:11.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.843346+0000 mon.c (mon.1) 8131 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:11.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.851431+0000 mon.a (mon.0) 2908 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:11.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.907819+0000 mon.c (mon.1) 8132 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:11.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.909696+0000 mon.c (mon.1) 8133 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:11.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.911786+0000 mon.c (mon.1) 8134 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:11.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.912426+0000 mon.c (mon.1) 8135 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:11.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.920235+0000 mon.a (mon.0) 2909 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:11.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.980147+0000 mon.c (mon.1) 8136 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:11.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.982787+0000 mon.c (mon.1) 8137 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:11.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.986314+0000 mon.c (mon.1) 8138 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:11.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.987581+0000 mon.c (mon.1) 8139 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:11.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:10.994930+0000 mon.a (mon.0) 2910 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:11.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:11.056727+0000 mon.c (mon.1) 8140 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:11.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:11.059568+0000 mon.c (mon.1) 8141 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:11.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:11.062103+0000 mon.c (mon.1) 8142 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:11.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:11.062859+0000 mon.c (mon.1) 8143 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:11.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:11.070223+0000 mon.a (mon.0) 2911 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:11.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:11.150629+0000 mon.c (mon.1) 8144 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:11.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:11.153607+0000 mon.c (mon.1) 8145 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:11.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:11.156778+0000 mon.c (mon.1) 8146 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:11.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:11.158084+0000 mon.c (mon.1) 8147 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:11.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:11.168829+0000 mon.a (mon.0) 2912 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:11.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:11 smithi117 bash[62284]: audit 2024-03-30T04:51:11.258654+0000 mon.c (mon.1) 8148 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: cluster 2024-03-30T04:51:10.844658+0000 mgr.y (mgr.25441) 7059 : cluster [DBG] pgmap v4676: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: cluster 2024-03-30T04:51:10.844897+0000 mgr.y (mgr.25441) 7060 : cluster [DBG] pgmap v4677: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: cephadm 2024-03-30T04:51:10.852064+0000 mgr.y (mgr.25441) 7061 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:12.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: cluster 2024-03-30T04:51:10.913734+0000 mgr.y (mgr.25441) 7062 : cluster [DBG] pgmap v4678: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: cluster 2024-03-30T04:51:10.914088+0000 mgr.y (mgr.25441) 7063 : cluster [DBG] pgmap v4679: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: cephadm 2024-03-30T04:51:10.923400+0000 mgr.y (mgr.25441) 7064 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:12.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: cluster 2024-03-30T04:51:10.989317+0000 mgr.y (mgr.25441) 7065 : cluster [DBG] pgmap v4680: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: cluster 2024-03-30T04:51:10.989665+0000 mgr.y (mgr.25441) 7066 : cluster [DBG] pgmap v4681: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: cephadm 2024-03-30T04:51:10.995605+0000 mgr.y (mgr.25441) 7067 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:12.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: cluster 2024-03-30T04:51:11.064551+0000 mgr.y (mgr.25441) 7068 : cluster [DBG] pgmap v4682: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: cluster 2024-03-30T04:51:11.064881+0000 mgr.y (mgr.25441) 7069 : cluster [DBG] pgmap v4683: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: cephadm 2024-03-30T04:51:11.070887+0000 mgr.y (mgr.25441) 7070 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:12.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: cluster 2024-03-30T04:51:11.160201+0000 mgr.y (mgr.25441) 7071 : cluster [DBG] pgmap v4684: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: cluster 2024-03-30T04:51:11.160449+0000 mgr.y (mgr.25441) 7072 : cluster [DBG] pgmap v4685: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: cephadm 2024-03-30T04:51:11.169590+0000 mgr.y (mgr.25441) 7073 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:12.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.263430+0000 mon.c (mon.1) 8149 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.287794+0000 mon.c (mon.1) 8150 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.288829+0000 mon.c (mon.1) 8151 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: cluster 2024-03-30T04:51:11.290713+0000 mgr.y (mgr.25441) 7074 : cluster [DBG] pgmap v4686: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: cluster 2024-03-30T04:51:11.290964+0000 mgr.y (mgr.25441) 7075 : cluster [DBG] pgmap v4687: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: cluster 2024-03-30T04:51:10.844658+0000 mgr.y (mgr.25441) 7059 : cluster [DBG] pgmap v4676: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: cluster 2024-03-30T04:51:10.844897+0000 mgr.y (mgr.25441) 7060 : cluster [DBG] pgmap v4677: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: cephadm 2024-03-30T04:51:10.852064+0000 mgr.y (mgr.25441) 7061 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:12.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: cluster 2024-03-30T04:51:10.913734+0000 mgr.y (mgr.25441) 7062 : cluster [DBG] pgmap v4678: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: cluster 2024-03-30T04:51:10.914088+0000 mgr.y (mgr.25441) 7063 : cluster [DBG] pgmap v4679: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: cephadm 2024-03-30T04:51:10.923400+0000 mgr.y (mgr.25441) 7064 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:12.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: cluster 2024-03-30T04:51:10.989317+0000 mgr.y (mgr.25441) 7065 : cluster [DBG] pgmap v4680: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: cluster 2024-03-30T04:51:10.989665+0000 mgr.y (mgr.25441) 7066 : cluster [DBG] pgmap v4681: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: cephadm 2024-03-30T04:51:10.995605+0000 mgr.y (mgr.25441) 7067 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:12.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: cluster 2024-03-30T04:51:11.064551+0000 mgr.y (mgr.25441) 7068 : cluster [DBG] pgmap v4682: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: cluster 2024-03-30T04:51:11.064881+0000 mgr.y (mgr.25441) 7069 : cluster [DBG] pgmap v4683: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: cephadm 2024-03-30T04:51:11.070887+0000 mgr.y (mgr.25441) 7070 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:12.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: cluster 2024-03-30T04:51:11.160201+0000 mgr.y (mgr.25441) 7071 : cluster [DBG] pgmap v4684: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: cluster 2024-03-30T04:51:11.160449+0000 mgr.y (mgr.25441) 7072 : cluster [DBG] pgmap v4685: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: cephadm 2024-03-30T04:51:11.169590+0000 mgr.y (mgr.25441) 7073 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:12.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.263430+0000 mon.c (mon.1) 8149 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.287794+0000 mon.c (mon.1) 8150 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.288829+0000 mon.c (mon.1) 8151 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: cluster 2024-03-30T04:51:11.290713+0000 mgr.y (mgr.25441) 7074 : cluster [DBG] pgmap v4686: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: cluster 2024-03-30T04:51:11.290964+0000 mgr.y (mgr.25441) 7075 : cluster [DBG] pgmap v4687: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.297521+0000 mon.a (mon.0) 2913 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: cephadm 2024-03-30T04:51:11.298252+0000 mgr.y (mgr.25441) 7076 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:12.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.363632+0000 mon.c (mon.1) 8152 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.366851+0000 mon.c (mon.1) 8153 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.369506+0000 mon.c (mon.1) 8154 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.370614+0000 mon.c (mon.1) 8155 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: cluster 2024-03-30T04:51:11.372555+0000 mgr.y (mgr.25441) 7077 : cluster [DBG] pgmap v4688: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: cluster 2024-03-30T04:51:11.372798+0000 mgr.y (mgr.25441) 7078 : cluster [DBG] pgmap v4689: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.378855+0000 mon.a (mon.0) 2914 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: cephadm 2024-03-30T04:51:11.380469+0000 mgr.y (mgr.25441) 7079 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:12.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.460209+0000 mon.c (mon.1) 8156 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.463296+0000 mon.c (mon.1) 8157 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.466171+0000 mon.c (mon.1) 8158 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.467358+0000 mon.c (mon.1) 8159 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: cluster 2024-03-30T04:51:11.469232+0000 mgr.y (mgr.25441) 7080 : cluster [DBG] pgmap v4690: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: cluster 2024-03-30T04:51:11.469461+0000 mgr.y (mgr.25441) 7081 : cluster [DBG] pgmap v4691: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.478421+0000 mon.a (mon.0) 2915 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: cephadm 2024-03-30T04:51:11.479498+0000 mgr.y (mgr.25441) 7082 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:12.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.553804+0000 mon.c (mon.1) 8160 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.556505+0000 mon.c (mon.1) 8161 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.559157+0000 mon.c (mon.1) 8162 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.560261+0000 mon.c (mon.1) 8163 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: cluster 2024-03-30T04:51:11.562104+0000 mgr.y (mgr.25441) 7083 : cluster [DBG] pgmap v4692: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: cluster 2024-03-30T04:51:11.562533+0000 mgr.y (mgr.25441) 7084 : cluster [DBG] pgmap v4693: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.568643+0000 mon.a (mon.0) 2916 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: cephadm 2024-03-30T04:51:11.569293+0000 mgr.y (mgr.25441) 7085 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:12.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.618862+0000 mon.c (mon.1) 8164 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.621106+0000 mon.c (mon.1) 8165 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.623271+0000 mon.c (mon.1) 8166 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.624107+0000 mon.c (mon.1) 8167 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: cluster 2024-03-30T04:51:11.625611+0000 mgr.y (mgr.25441) 7086 : cluster [DBG] pgmap v4694: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: cluster 2024-03-30T04:51:11.625818+0000 mgr.y (mgr.25441) 7087 : cluster [DBG] pgmap v4695: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.631493+0000 mon.a (mon.0) 2917 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: cephadm 2024-03-30T04:51:11.633359+0000 mgr.y (mgr.25441) 7088 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:12.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.690808+0000 mon.c (mon.1) 8168 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.692983+0000 mon.c (mon.1) 8169 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.694880+0000 mon.c (mon.1) 8170 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.695525+0000 mon.c (mon.1) 8171 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: cluster 2024-03-30T04:51:11.696743+0000 mgr.y (mgr.25441) 7089 : cluster [DBG] pgmap v4696: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: cluster 2024-03-30T04:51:11.696943+0000 mgr.y (mgr.25441) 7090 : cluster [DBG] pgmap v4697: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.297521+0000 mon.a (mon.0) 2913 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: cephadm 2024-03-30T04:51:11.298252+0000 mgr.y (mgr.25441) 7076 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:12.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.363632+0000 mon.c (mon.1) 8152 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.366851+0000 mon.c (mon.1) 8153 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.369506+0000 mon.c (mon.1) 8154 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.370614+0000 mon.c (mon.1) 8155 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: cluster 2024-03-30T04:51:11.372555+0000 mgr.y (mgr.25441) 7077 : cluster [DBG] pgmap v4688: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: cluster 2024-03-30T04:51:11.372798+0000 mgr.y (mgr.25441) 7078 : cluster [DBG] pgmap v4689: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.378855+0000 mon.a (mon.0) 2914 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: cephadm 2024-03-30T04:51:11.380469+0000 mgr.y (mgr.25441) 7079 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:12.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.460209+0000 mon.c (mon.1) 8156 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.463296+0000 mon.c (mon.1) 8157 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.466171+0000 mon.c (mon.1) 8158 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.467358+0000 mon.c (mon.1) 8159 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: cluster 2024-03-30T04:51:11.469232+0000 mgr.y (mgr.25441) 7080 : cluster [DBG] pgmap v4690: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: cluster 2024-03-30T04:51:11.469461+0000 mgr.y (mgr.25441) 7081 : cluster [DBG] pgmap v4691: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.478421+0000 mon.a (mon.0) 2915 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: cephadm 2024-03-30T04:51:11.479498+0000 mgr.y (mgr.25441) 7082 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:12.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.553804+0000 mon.c (mon.1) 8160 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.556505+0000 mon.c (mon.1) 8161 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.702283+0000 mon.a (mon.0) 2918 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: cephadm 2024-03-30T04:51:11.703007+0000 mgr.y (mgr.25441) 7091 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:12.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.759197+0000 mon.c (mon.1) 8172 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.760998+0000 mon.c (mon.1) 8173 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.762776+0000 mon.c (mon.1) 8174 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.763371+0000 mon.c (mon.1) 8175 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: cluster 2024-03-30T04:51:11.764661+0000 mgr.y (mgr.25441) 7092 : cluster [DBG] pgmap v4698: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s 2024-03-30T04:51:12.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: cluster 2024-03-30T04:51:11.764855+0000 mgr.y (mgr.25441) 7093 : cluster [DBG] pgmap v4699: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s 2024-03-30T04:51:12.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.770691+0000 mon.a (mon.0) 2919 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: cephadm 2024-03-30T04:51:11.771303+0000 mgr.y (mgr.25441) 7094 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:12.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.816192+0000 mon.c (mon.1) 8176 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.818469+0000 mon.c (mon.1) 8177 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.820498+0000 mon.c (mon.1) 8178 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.821244+0000 mon.c (mon.1) 8179 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: cluster 2024-03-30T04:51:11.822753+0000 mgr.y (mgr.25441) 7095 : cluster [DBG] pgmap v4700: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s 2024-03-30T04:51:12.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: cluster 2024-03-30T04:51:11.822987+0000 mgr.y (mgr.25441) 7096 : cluster [DBG] pgmap v4701: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s 2024-03-30T04:51:12.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.828098+0000 mon.a (mon.0) 2920 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: cephadm 2024-03-30T04:51:11.828654+0000 mgr.y (mgr.25441) 7097 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:12.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.869024+0000 mon.c (mon.1) 8180 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.870957+0000 mon.c (mon.1) 8181 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.872711+0000 mon.c (mon.1) 8182 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.873391+0000 mon.c (mon.1) 8183 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.880906+0000 mon.a (mon.0) 2921 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.923501+0000 mon.c (mon.1) 8184 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.925627+0000 mon.c (mon.1) 8185 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.927485+0000 mon.c (mon.1) 8186 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.928208+0000 mon.c (mon.1) 8187 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.934466+0000 mon.a (mon.0) 2922 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.975181+0000 mon.c (mon.1) 8188 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.977120+0000 mon.c (mon.1) 8189 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.979091+0000 mon.c (mon.1) 8190 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.979764+0000 mon.c (mon.1) 8191 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:11.986583+0000 mon.a (mon.0) 2923 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:12.028134+0000 mon.c (mon.1) 8192 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:12.030128+0000 mon.c (mon.1) 8193 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:12.031971+0000 mon.c (mon.1) 8194 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:12.032672+0000 mon.c (mon.1) 8195 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:12.040539+0000 mon.a (mon.0) 2924 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:12.082509+0000 mon.c (mon.1) 8196 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.559157+0000 mon.c (mon.1) 8162 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.560261+0000 mon.c (mon.1) 8163 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: cluster 2024-03-30T04:51:11.562104+0000 mgr.y (mgr.25441) 7083 : cluster [DBG] pgmap v4692: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: cluster 2024-03-30T04:51:11.562533+0000 mgr.y (mgr.25441) 7084 : cluster [DBG] pgmap v4693: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.568643+0000 mon.a (mon.0) 2916 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: cephadm 2024-03-30T04:51:11.569293+0000 mgr.y (mgr.25441) 7085 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:12.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.618862+0000 mon.c (mon.1) 8164 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.621106+0000 mon.c (mon.1) 8165 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.623271+0000 mon.c (mon.1) 8166 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.624107+0000 mon.c (mon.1) 8167 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: cluster 2024-03-30T04:51:11.625611+0000 mgr.y (mgr.25441) 7086 : cluster [DBG] pgmap v4694: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: cluster 2024-03-30T04:51:11.625818+0000 mgr.y (mgr.25441) 7087 : cluster [DBG] pgmap v4695: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.631493+0000 mon.a (mon.0) 2917 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: cephadm 2024-03-30T04:51:11.633359+0000 mgr.y (mgr.25441) 7088 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:12.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.690808+0000 mon.c (mon.1) 8168 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.692983+0000 mon.c (mon.1) 8169 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.694880+0000 mon.c (mon.1) 8170 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.695525+0000 mon.c (mon.1) 8171 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: cluster 2024-03-30T04:51:11.696743+0000 mgr.y (mgr.25441) 7089 : cluster [DBG] pgmap v4696: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: cluster 2024-03-30T04:51:11.696943+0000 mgr.y (mgr.25441) 7090 : cluster [DBG] pgmap v4697: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:12.084561+0000 mon.c (mon.1) 8197 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:12.086870+0000 mon.c (mon.1) 8198 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:12.087633+0000 mon.c (mon.1) 8199 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:12.095611+0000 mon.a (mon.0) 2925 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:12.137195+0000 mon.c (mon.1) 8200 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:12.139019+0000 mon.c (mon.1) 8201 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:12.140798+0000 mon.c (mon.1) 8202 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:12.141450+0000 mon.c (mon.1) 8203 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:12.150315+0000 mon.a (mon.0) 2926 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:12.191174+0000 mon.c (mon.1) 8204 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:12.193027+0000 mon.c (mon.1) 8205 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:12.194840+0000 mon.c (mon.1) 8206 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:12.195496+0000 mon.c (mon.1) 8207 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:12.202429+0000 mon.a (mon.0) 2927 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:12.248442+0000 mon.c (mon.1) 8208 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:12.250709+0000 mon.c (mon.1) 8209 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:12.252486+0000 mon.c (mon.1) 8210 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:12.253116+0000 mon.c (mon.1) 8211 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[73591]: audit 2024-03-30T04:51:12.260146+0000 mon.a (mon.0) 2928 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.702283+0000 mon.a (mon.0) 2918 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: cephadm 2024-03-30T04:51:11.703007+0000 mgr.y (mgr.25441) 7091 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:12.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.759197+0000 mon.c (mon.1) 8172 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.760998+0000 mon.c (mon.1) 8173 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.762776+0000 mon.c (mon.1) 8174 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.763371+0000 mon.c (mon.1) 8175 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: cluster 2024-03-30T04:51:11.764661+0000 mgr.y (mgr.25441) 7092 : cluster [DBG] pgmap v4698: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s 2024-03-30T04:51:12.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: cluster 2024-03-30T04:51:11.764855+0000 mgr.y (mgr.25441) 7093 : cluster [DBG] pgmap v4699: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s 2024-03-30T04:51:12.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.770691+0000 mon.a (mon.0) 2919 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: cephadm 2024-03-30T04:51:11.771303+0000 mgr.y (mgr.25441) 7094 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:12.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.816192+0000 mon.c (mon.1) 8176 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.818469+0000 mon.c (mon.1) 8177 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.820498+0000 mon.c (mon.1) 8178 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.821244+0000 mon.c (mon.1) 8179 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: cluster 2024-03-30T04:51:11.822753+0000 mgr.y (mgr.25441) 7095 : cluster [DBG] pgmap v4700: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s 2024-03-30T04:51:12.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: cluster 2024-03-30T04:51:11.822987+0000 mgr.y (mgr.25441) 7096 : cluster [DBG] pgmap v4701: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s 2024-03-30T04:51:12.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.828098+0000 mon.a (mon.0) 2920 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: cephadm 2024-03-30T04:51:11.828654+0000 mgr.y (mgr.25441) 7097 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:12.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.869024+0000 mon.c (mon.1) 8180 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.870957+0000 mon.c (mon.1) 8181 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.872711+0000 mon.c (mon.1) 8182 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.873391+0000 mon.c (mon.1) 8183 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.880906+0000 mon.a (mon.0) 2921 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.923501+0000 mon.c (mon.1) 8184 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.925627+0000 mon.c (mon.1) 8185 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.927485+0000 mon.c (mon.1) 8186 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.928208+0000 mon.c (mon.1) 8187 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.934466+0000 mon.a (mon.0) 2922 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.975181+0000 mon.c (mon.1) 8188 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.977120+0000 mon.c (mon.1) 8189 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.979091+0000 mon.c (mon.1) 8190 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.979764+0000 mon.c (mon.1) 8191 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:11.986583+0000 mon.a (mon.0) 2923 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:12.028134+0000 mon.c (mon.1) 8192 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:12.030128+0000 mon.c (mon.1) 8193 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:12.031971+0000 mon.c (mon.1) 8194 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:12.032672+0000 mon.c (mon.1) 8195 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:12.040539+0000 mon.a (mon.0) 2924 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:12.082509+0000 mon.c (mon.1) 8196 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:12.084561+0000 mon.c (mon.1) 8197 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:12.086870+0000 mon.c (mon.1) 8198 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:12.087633+0000 mon.c (mon.1) 8199 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:12.095611+0000 mon.a (mon.0) 2925 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:12.137195+0000 mon.c (mon.1) 8200 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:12.139019+0000 mon.c (mon.1) 8201 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:12.140798+0000 mon.c (mon.1) 8202 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:12.141450+0000 mon.c (mon.1) 8203 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:12.150315+0000 mon.a (mon.0) 2926 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:12.191174+0000 mon.c (mon.1) 8204 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:12.193027+0000 mon.c (mon.1) 8205 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:12.194840+0000 mon.c (mon.1) 8206 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:12.195496+0000 mon.c (mon.1) 8207 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:12.202429+0000 mon.a (mon.0) 2927 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:12.248442+0000 mon.c (mon.1) 8208 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:12.250709+0000 mon.c (mon.1) 8209 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:12.252486+0000 mon.c (mon.1) 8210 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:12.253116+0000 mon.c (mon.1) 8211 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:12 smithi111 bash[70954]: audit 2024-03-30T04:51:12.260146+0000 mon.a (mon.0) 2928 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: cluster 2024-03-30T04:51:10.844658+0000 mgr.y (mgr.25441) 7059 : cluster [DBG] pgmap v4676: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: cluster 2024-03-30T04:51:10.844897+0000 mgr.y (mgr.25441) 7060 : cluster [DBG] pgmap v4677: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: cephadm 2024-03-30T04:51:10.852064+0000 mgr.y (mgr.25441) 7061 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:12.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: cluster 2024-03-30T04:51:10.913734+0000 mgr.y (mgr.25441) 7062 : cluster [DBG] pgmap v4678: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: cluster 2024-03-30T04:51:10.914088+0000 mgr.y (mgr.25441) 7063 : cluster [DBG] pgmap v4679: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: cephadm 2024-03-30T04:51:10.923400+0000 mgr.y (mgr.25441) 7064 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:12.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: cluster 2024-03-30T04:51:10.989317+0000 mgr.y (mgr.25441) 7065 : cluster [DBG] pgmap v4680: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: cluster 2024-03-30T04:51:10.989665+0000 mgr.y (mgr.25441) 7066 : cluster [DBG] pgmap v4681: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: cephadm 2024-03-30T04:51:10.995605+0000 mgr.y (mgr.25441) 7067 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:12.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: cluster 2024-03-30T04:51:11.064551+0000 mgr.y (mgr.25441) 7068 : cluster [DBG] pgmap v4682: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: cluster 2024-03-30T04:51:11.064881+0000 mgr.y (mgr.25441) 7069 : cluster [DBG] pgmap v4683: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: cephadm 2024-03-30T04:51:11.070887+0000 mgr.y (mgr.25441) 7070 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:12.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: cluster 2024-03-30T04:51:11.160201+0000 mgr.y (mgr.25441) 7071 : cluster [DBG] pgmap v4684: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: cluster 2024-03-30T04:51:11.160449+0000 mgr.y (mgr.25441) 7072 : cluster [DBG] pgmap v4685: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: cephadm 2024-03-30T04:51:11.169590+0000 mgr.y (mgr.25441) 7073 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:12.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.263430+0000 mon.c (mon.1) 8149 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.287794+0000 mon.c (mon.1) 8150 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.288829+0000 mon.c (mon.1) 8151 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: cluster 2024-03-30T04:51:11.290713+0000 mgr.y (mgr.25441) 7074 : cluster [DBG] pgmap v4686: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: cluster 2024-03-30T04:51:11.290964+0000 mgr.y (mgr.25441) 7075 : cluster [DBG] pgmap v4687: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.297521+0000 mon.a (mon.0) 2913 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: cephadm 2024-03-30T04:51:11.298252+0000 mgr.y (mgr.25441) 7076 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:12.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.363632+0000 mon.c (mon.1) 8152 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.366851+0000 mon.c (mon.1) 8153 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.369506+0000 mon.c (mon.1) 8154 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.370614+0000 mon.c (mon.1) 8155 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: cluster 2024-03-30T04:51:11.372555+0000 mgr.y (mgr.25441) 7077 : cluster [DBG] pgmap v4688: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: cluster 2024-03-30T04:51:11.372798+0000 mgr.y (mgr.25441) 7078 : cluster [DBG] pgmap v4689: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.378855+0000 mon.a (mon.0) 2914 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: cephadm 2024-03-30T04:51:11.380469+0000 mgr.y (mgr.25441) 7079 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:12.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.460209+0000 mon.c (mon.1) 8156 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.463296+0000 mon.c (mon.1) 8157 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.466171+0000 mon.c (mon.1) 8158 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.467358+0000 mon.c (mon.1) 8159 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: cluster 2024-03-30T04:51:11.469232+0000 mgr.y (mgr.25441) 7080 : cluster [DBG] pgmap v4690: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: cluster 2024-03-30T04:51:11.469461+0000 mgr.y (mgr.25441) 7081 : cluster [DBG] pgmap v4691: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.478421+0000 mon.a (mon.0) 2915 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: cephadm 2024-03-30T04:51:11.479498+0000 mgr.y (mgr.25441) 7082 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:12.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.553804+0000 mon.c (mon.1) 8160 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.556505+0000 mon.c (mon.1) 8161 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.559157+0000 mon.c (mon.1) 8162 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.560261+0000 mon.c (mon.1) 8163 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: cluster 2024-03-30T04:51:11.562104+0000 mgr.y (mgr.25441) 7083 : cluster [DBG] pgmap v4692: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: cluster 2024-03-30T04:51:11.562533+0000 mgr.y (mgr.25441) 7084 : cluster [DBG] pgmap v4693: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.568643+0000 mon.a (mon.0) 2916 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: cephadm 2024-03-30T04:51:11.569293+0000 mgr.y (mgr.25441) 7085 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:12.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.618862+0000 mon.c (mon.1) 8164 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.621106+0000 mon.c (mon.1) 8165 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.623271+0000 mon.c (mon.1) 8166 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.624107+0000 mon.c (mon.1) 8167 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: cluster 2024-03-30T04:51:11.625611+0000 mgr.y (mgr.25441) 7086 : cluster [DBG] pgmap v4694: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: cluster 2024-03-30T04:51:11.625818+0000 mgr.y (mgr.25441) 7087 : cluster [DBG] pgmap v4695: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.631493+0000 mon.a (mon.0) 2917 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: cephadm 2024-03-30T04:51:11.633359+0000 mgr.y (mgr.25441) 7088 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:12.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.690808+0000 mon.c (mon.1) 8168 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.692983+0000 mon.c (mon.1) 8169 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.694880+0000 mon.c (mon.1) 8170 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.695525+0000 mon.c (mon.1) 8171 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: cluster 2024-03-30T04:51:11.696743+0000 mgr.y (mgr.25441) 7089 : cluster [DBG] pgmap v4696: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: cluster 2024-03-30T04:51:11.696943+0000 mgr.y (mgr.25441) 7090 : cluster [DBG] pgmap v4697: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:12.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.702283+0000 mon.a (mon.0) 2918 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: cephadm 2024-03-30T04:51:11.703007+0000 mgr.y (mgr.25441) 7091 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:12.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.759197+0000 mon.c (mon.1) 8172 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.760998+0000 mon.c (mon.1) 8173 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.762776+0000 mon.c (mon.1) 8174 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.763371+0000 mon.c (mon.1) 8175 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: cluster 2024-03-30T04:51:11.764661+0000 mgr.y (mgr.25441) 7092 : cluster [DBG] pgmap v4698: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s 2024-03-30T04:51:12.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: cluster 2024-03-30T04:51:11.764855+0000 mgr.y (mgr.25441) 7093 : cluster [DBG] pgmap v4699: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s 2024-03-30T04:51:12.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.770691+0000 mon.a (mon.0) 2919 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: cephadm 2024-03-30T04:51:11.771303+0000 mgr.y (mgr.25441) 7094 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:12.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.816192+0000 mon.c (mon.1) 8176 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.818469+0000 mon.c (mon.1) 8177 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.820498+0000 mon.c (mon.1) 8178 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.821244+0000 mon.c (mon.1) 8179 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: cluster 2024-03-30T04:51:11.822753+0000 mgr.y (mgr.25441) 7095 : cluster [DBG] pgmap v4700: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s 2024-03-30T04:51:12.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: cluster 2024-03-30T04:51:11.822987+0000 mgr.y (mgr.25441) 7096 : cluster [DBG] pgmap v4701: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s 2024-03-30T04:51:12.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.828098+0000 mon.a (mon.0) 2920 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: cephadm 2024-03-30T04:51:11.828654+0000 mgr.y (mgr.25441) 7097 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:12.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.869024+0000 mon.c (mon.1) 8180 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.870957+0000 mon.c (mon.1) 8181 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.872711+0000 mon.c (mon.1) 8182 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.873391+0000 mon.c (mon.1) 8183 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.880906+0000 mon.a (mon.0) 2921 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.923501+0000 mon.c (mon.1) 8184 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.925627+0000 mon.c (mon.1) 8185 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.927485+0000 mon.c (mon.1) 8186 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.928208+0000 mon.c (mon.1) 8187 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.934466+0000 mon.a (mon.0) 2922 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.975181+0000 mon.c (mon.1) 8188 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.977120+0000 mon.c (mon.1) 8189 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.979091+0000 mon.c (mon.1) 8190 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.979764+0000 mon.c (mon.1) 8191 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:11.986583+0000 mon.a (mon.0) 2923 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:12.028134+0000 mon.c (mon.1) 8192 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:12.030128+0000 mon.c (mon.1) 8193 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:12.031971+0000 mon.c (mon.1) 8194 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:12.032672+0000 mon.c (mon.1) 8195 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:12.040539+0000 mon.a (mon.0) 2924 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:12.082509+0000 mon.c (mon.1) 8196 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:12.084561+0000 mon.c (mon.1) 8197 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:12.086870+0000 mon.c (mon.1) 8198 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:12.087633+0000 mon.c (mon.1) 8199 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:12.095611+0000 mon.a (mon.0) 2925 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:12.137195+0000 mon.c (mon.1) 8200 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:12.139019+0000 mon.c (mon.1) 8201 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:12.140798+0000 mon.c (mon.1) 8202 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:12.141450+0000 mon.c (mon.1) 8203 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:12.150315+0000 mon.a (mon.0) 2926 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:12.191174+0000 mon.c (mon.1) 8204 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:12.193027+0000 mon.c (mon.1) 8205 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:12.194840+0000 mon.c (mon.1) 8206 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:12.195496+0000 mon.c (mon.1) 8207 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:12.202429+0000 mon.a (mon.0) 2927 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:12.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:12.248442+0000 mon.c (mon.1) 8208 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:12.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:12.250709+0000 mon.c (mon.1) 8209 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:12.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:12.252486+0000 mon.c (mon.1) 8210 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:12.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:12.253116+0000 mon.c (mon.1) 8211 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:12.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:12 smithi117 bash[62284]: audit 2024-03-30T04:51:12.260146+0000 mon.a (mon.0) 2928 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:13.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cluster 2024-03-30T04:51:11.874672+0000 mgr.y (mgr.25441) 7098 : cluster [DBG] pgmap v4702: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 28 op/s 2024-03-30T04:51:13.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cluster 2024-03-30T04:51:11.874944+0000 mgr.y (mgr.25441) 7099 : cluster [DBG] pgmap v4703: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 28 op/s 2024-03-30T04:51:13.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cephadm 2024-03-30T04:51:11.881566+0000 mgr.y (mgr.25441) 7100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cluster 2024-03-30T04:51:11.929525+0000 mgr.y (mgr.25441) 7101 : cluster [DBG] pgmap v4704: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cluster 2024-03-30T04:51:11.929775+0000 mgr.y (mgr.25441) 7102 : cluster [DBG] pgmap v4705: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cephadm 2024-03-30T04:51:11.935057+0000 mgr.y (mgr.25441) 7103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cluster 2024-03-30T04:51:11.981005+0000 mgr.y (mgr.25441) 7104 : cluster [DBG] pgmap v4706: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cluster 2024-03-30T04:51:11.981252+0000 mgr.y (mgr.25441) 7105 : cluster [DBG] pgmap v4707: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cephadm 2024-03-30T04:51:11.987225+0000 mgr.y (mgr.25441) 7106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cluster 2024-03-30T04:51:12.033968+0000 mgr.y (mgr.25441) 7107 : cluster [DBG] pgmap v4708: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cluster 2024-03-30T04:51:12.034231+0000 mgr.y (mgr.25441) 7108 : cluster [DBG] pgmap v4709: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cephadm 2024-03-30T04:51:12.041187+0000 mgr.y (mgr.25441) 7109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cluster 2024-03-30T04:51:12.088953+0000 mgr.y (mgr.25441) 7110 : cluster [DBG] pgmap v4710: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cluster 2024-03-30T04:51:12.089221+0000 mgr.y (mgr.25441) 7111 : cluster [DBG] pgmap v4711: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cephadm 2024-03-30T04:51:12.096319+0000 mgr.y (mgr.25441) 7112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cluster 2024-03-30T04:51:12.142673+0000 mgr.y (mgr.25441) 7113 : cluster [DBG] pgmap v4712: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cluster 2024-03-30T04:51:12.142927+0000 mgr.y (mgr.25441) 7114 : cluster [DBG] pgmap v4713: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cephadm 2024-03-30T04:51:12.150867+0000 mgr.y (mgr.25441) 7115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cluster 2024-03-30T04:51:12.196702+0000 mgr.y (mgr.25441) 7116 : cluster [DBG] pgmap v4714: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cluster 2024-03-30T04:51:12.196881+0000 mgr.y (mgr.25441) 7117 : cluster [DBG] pgmap v4715: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cluster 2024-03-30T04:51:11.874672+0000 mgr.y (mgr.25441) 7098 : cluster [DBG] pgmap v4702: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 28 op/s 2024-03-30T04:51:13.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cluster 2024-03-30T04:51:11.874944+0000 mgr.y (mgr.25441) 7099 : cluster [DBG] pgmap v4703: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 28 op/s 2024-03-30T04:51:13.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cephadm 2024-03-30T04:51:11.881566+0000 mgr.y (mgr.25441) 7100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cluster 2024-03-30T04:51:11.929525+0000 mgr.y (mgr.25441) 7101 : cluster [DBG] pgmap v4704: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cluster 2024-03-30T04:51:11.929775+0000 mgr.y (mgr.25441) 7102 : cluster [DBG] pgmap v4705: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cephadm 2024-03-30T04:51:11.935057+0000 mgr.y (mgr.25441) 7103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cluster 2024-03-30T04:51:11.981005+0000 mgr.y (mgr.25441) 7104 : cluster [DBG] pgmap v4706: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cluster 2024-03-30T04:51:11.981252+0000 mgr.y (mgr.25441) 7105 : cluster [DBG] pgmap v4707: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cephadm 2024-03-30T04:51:11.987225+0000 mgr.y (mgr.25441) 7106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cluster 2024-03-30T04:51:12.033968+0000 mgr.y (mgr.25441) 7107 : cluster [DBG] pgmap v4708: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cluster 2024-03-30T04:51:12.034231+0000 mgr.y (mgr.25441) 7108 : cluster [DBG] pgmap v4709: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cephadm 2024-03-30T04:51:12.041187+0000 mgr.y (mgr.25441) 7109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cluster 2024-03-30T04:51:12.088953+0000 mgr.y (mgr.25441) 7110 : cluster [DBG] pgmap v4710: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cluster 2024-03-30T04:51:12.089221+0000 mgr.y (mgr.25441) 7111 : cluster [DBG] pgmap v4711: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cephadm 2024-03-30T04:51:12.096319+0000 mgr.y (mgr.25441) 7112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cluster 2024-03-30T04:51:12.142673+0000 mgr.y (mgr.25441) 7113 : cluster [DBG] pgmap v4712: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cluster 2024-03-30T04:51:12.142927+0000 mgr.y (mgr.25441) 7114 : cluster [DBG] pgmap v4713: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cephadm 2024-03-30T04:51:12.150867+0000 mgr.y (mgr.25441) 7115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cluster 2024-03-30T04:51:12.196702+0000 mgr.y (mgr.25441) 7116 : cluster [DBG] pgmap v4714: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cluster 2024-03-30T04:51:12.196881+0000 mgr.y (mgr.25441) 7117 : cluster [DBG] pgmap v4715: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cephadm 2024-03-30T04:51:12.202996+0000 mgr.y (mgr.25441) 7118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cluster 2024-03-30T04:51:12.254394+0000 mgr.y (mgr.25441) 7119 : cluster [DBG] pgmap v4716: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cluster 2024-03-30T04:51:12.254586+0000 mgr.y (mgr.25441) 7120 : cluster [DBG] pgmap v4717: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cephadm 2024-03-30T04:51:12.260686+0000 mgr.y (mgr.25441) 7121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.318808+0000 mon.c (mon.1) 8212 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:13.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.320634+0000 mon.c (mon.1) 8213 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:13.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.322426+0000 mon.c (mon.1) 8214 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:13.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.323118+0000 mon.c (mon.1) 8215 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:13.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cluster 2024-03-30T04:51:12.324403+0000 mgr.y (mgr.25441) 7122 : cluster [DBG] pgmap v4718: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cluster 2024-03-30T04:51:12.324624+0000 mgr.y (mgr.25441) 7123 : cluster [DBG] pgmap v4719: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.330285+0000 mon.a (mon.0) 2929 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:13.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cephadm 2024-03-30T04:51:12.342915+0000 mgr.y (mgr.25441) 7124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.399744+0000 mon.c (mon.1) 8216 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:13.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.401698+0000 mon.c (mon.1) 8217 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:13.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.403904+0000 mon.c (mon.1) 8218 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:13.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.404798+0000 mon.c (mon.1) 8219 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:13.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cluster 2024-03-30T04:51:12.406359+0000 mgr.y (mgr.25441) 7125 : cluster [DBG] pgmap v4720: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cluster 2024-03-30T04:51:12.406623+0000 mgr.y (mgr.25441) 7126 : cluster [DBG] pgmap v4721: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.413990+0000 mon.a (mon.0) 2930 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:13.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cephadm 2024-03-30T04:51:12.414808+0000 mgr.y (mgr.25441) 7127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cephadm 2024-03-30T04:51:12.202996+0000 mgr.y (mgr.25441) 7118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cluster 2024-03-30T04:51:12.254394+0000 mgr.y (mgr.25441) 7119 : cluster [DBG] pgmap v4716: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cluster 2024-03-30T04:51:12.254586+0000 mgr.y (mgr.25441) 7120 : cluster [DBG] pgmap v4717: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cephadm 2024-03-30T04:51:12.260686+0000 mgr.y (mgr.25441) 7121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.318808+0000 mon.c (mon.1) 8212 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:13.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.320634+0000 mon.c (mon.1) 8213 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:13.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.322426+0000 mon.c (mon.1) 8214 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:13.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.323118+0000 mon.c (mon.1) 8215 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:13.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cluster 2024-03-30T04:51:12.324403+0000 mgr.y (mgr.25441) 7122 : cluster [DBG] pgmap v4718: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cluster 2024-03-30T04:51:12.324624+0000 mgr.y (mgr.25441) 7123 : cluster [DBG] pgmap v4719: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.330285+0000 mon.a (mon.0) 2929 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:13.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cephadm 2024-03-30T04:51:12.342915+0000 mgr.y (mgr.25441) 7124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.399744+0000 mon.c (mon.1) 8216 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:13.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.401698+0000 mon.c (mon.1) 8217 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:13.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.403904+0000 mon.c (mon.1) 8218 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:13.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.404798+0000 mon.c (mon.1) 8219 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:13.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cluster 2024-03-30T04:51:12.406359+0000 mgr.y (mgr.25441) 7125 : cluster [DBG] pgmap v4720: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cluster 2024-03-30T04:51:12.406623+0000 mgr.y (mgr.25441) 7126 : cluster [DBG] pgmap v4721: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.413990+0000 mon.a (mon.0) 2930 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:13.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cephadm 2024-03-30T04:51:12.414808+0000 mgr.y (mgr.25441) 7127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.487326+0000 mon.c (mon.1) 8220 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:13.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.489271+0000 mon.c (mon.1) 8221 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:13.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.491126+0000 mon.c (mon.1) 8222 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:13.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.491856+0000 mon.c (mon.1) 8223 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:13.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cluster 2024-03-30T04:51:12.493190+0000 mgr.y (mgr.25441) 7128 : cluster [DBG] pgmap v4722: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cluster 2024-03-30T04:51:12.493430+0000 mgr.y (mgr.25441) 7129 : cluster [DBG] pgmap v4723: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.498855+0000 mon.a (mon.0) 2931 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:13.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cephadm 2024-03-30T04:51:12.499444+0000 mgr.y (mgr.25441) 7130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.590564+0000 mon.c (mon.1) 8224 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:13.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.595025+0000 mon.c (mon.1) 8225 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:13.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.598574+0000 mon.c (mon.1) 8226 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:13.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.599739+0000 mon.c (mon.1) 8227 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:13.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cluster 2024-03-30T04:51:12.601784+0000 mgr.y (mgr.25441) 7131 : cluster [DBG] pgmap v4724: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cluster 2024-03-30T04:51:12.602428+0000 mgr.y (mgr.25441) 7132 : cluster [DBG] pgmap v4725: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.608765+0000 mon.a (mon.0) 2932 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:13.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cephadm 2024-03-30T04:51:12.609534+0000 mgr.y (mgr.25441) 7133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.686742+0000 mon.c (mon.1) 8228 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:13.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.689028+0000 mon.c (mon.1) 8229 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:13.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.691661+0000 mon.c (mon.1) 8230 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:13.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.487326+0000 mon.c (mon.1) 8220 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:13.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.489271+0000 mon.c (mon.1) 8221 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:13.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.491126+0000 mon.c (mon.1) 8222 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:13.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.491856+0000 mon.c (mon.1) 8223 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:13.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cluster 2024-03-30T04:51:12.493190+0000 mgr.y (mgr.25441) 7128 : cluster [DBG] pgmap v4722: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cluster 2024-03-30T04:51:12.493430+0000 mgr.y (mgr.25441) 7129 : cluster [DBG] pgmap v4723: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.498855+0000 mon.a (mon.0) 2931 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:13.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cephadm 2024-03-30T04:51:12.499444+0000 mgr.y (mgr.25441) 7130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.590564+0000 mon.c (mon.1) 8224 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:13.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.595025+0000 mon.c (mon.1) 8225 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:13.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.598574+0000 mon.c (mon.1) 8226 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:13.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.599739+0000 mon.c (mon.1) 8227 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:13.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cluster 2024-03-30T04:51:12.601784+0000 mgr.y (mgr.25441) 7131 : cluster [DBG] pgmap v4724: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cluster 2024-03-30T04:51:12.602428+0000 mgr.y (mgr.25441) 7132 : cluster [DBG] pgmap v4725: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.608765+0000 mon.a (mon.0) 2932 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:13.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cephadm 2024-03-30T04:51:12.609534+0000 mgr.y (mgr.25441) 7133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.686742+0000 mon.c (mon.1) 8228 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:13.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.689028+0000 mon.c (mon.1) 8229 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:13.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.691661+0000 mon.c (mon.1) 8230 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:13.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.692605+0000 mon.c (mon.1) 8231 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:13.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cluster 2024-03-30T04:51:12.694449+0000 mgr.y (mgr.25441) 7134 : cluster [DBG] pgmap v4726: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cluster 2024-03-30T04:51:12.694807+0000 mgr.y (mgr.25441) 7135 : cluster [DBG] pgmap v4727: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.700677+0000 mon.a (mon.0) 2933 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:13.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cephadm 2024-03-30T04:51:12.701437+0000 mgr.y (mgr.25441) 7136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.763594+0000 mon.c (mon.1) 8232 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:13.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.766327+0000 mon.c (mon.1) 8233 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:13.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.768441+0000 mon.c (mon.1) 8234 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:13.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.769168+0000 mon.c (mon.1) 8235 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:13.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cluster 2024-03-30T04:51:12.770581+0000 mgr.y (mgr.25441) 7137 : cluster [DBG] pgmap v4728: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cluster 2024-03-30T04:51:12.770877+0000 mgr.y (mgr.25441) 7138 : cluster [DBG] pgmap v4729: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.775375+0000 mon.a (mon.0) 2934 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:13.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cephadm 2024-03-30T04:51:12.776524+0000 mgr.y (mgr.25441) 7139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.821264+0000 mon.c (mon.1) 8236 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:13.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.823951+0000 mon.c (mon.1) 8237 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:13.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.826149+0000 mon.c (mon.1) 8238 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:13.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.826953+0000 mon.c (mon.1) 8239 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:13.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cluster 2024-03-30T04:51:12.828435+0000 mgr.y (mgr.25441) 7140 : cluster [DBG] pgmap v4730: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.833933+0000 mon.a (mon.0) 2935 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:13.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: cephadm 2024-03-30T04:51:12.834774+0000 mgr.y (mgr.25441) 7141 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.876310+0000 mon.c (mon.1) 8240 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:13.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.692605+0000 mon.c (mon.1) 8231 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:13.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cluster 2024-03-30T04:51:12.694449+0000 mgr.y (mgr.25441) 7134 : cluster [DBG] pgmap v4726: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cluster 2024-03-30T04:51:12.694807+0000 mgr.y (mgr.25441) 7135 : cluster [DBG] pgmap v4727: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.700677+0000 mon.a (mon.0) 2933 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:13.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cephadm 2024-03-30T04:51:12.701437+0000 mgr.y (mgr.25441) 7136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.763594+0000 mon.c (mon.1) 8232 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:13.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.766327+0000 mon.c (mon.1) 8233 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:13.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.768441+0000 mon.c (mon.1) 8234 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:13.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.769168+0000 mon.c (mon.1) 8235 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:13.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cluster 2024-03-30T04:51:12.770581+0000 mgr.y (mgr.25441) 7137 : cluster [DBG] pgmap v4728: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cluster 2024-03-30T04:51:12.770877+0000 mgr.y (mgr.25441) 7138 : cluster [DBG] pgmap v4729: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.775375+0000 mon.a (mon.0) 2934 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:13.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cephadm 2024-03-30T04:51:12.776524+0000 mgr.y (mgr.25441) 7139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.821264+0000 mon.c (mon.1) 8236 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:13.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.823951+0000 mon.c (mon.1) 8237 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:13.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.826149+0000 mon.c (mon.1) 8238 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:13.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.826953+0000 mon.c (mon.1) 8239 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:13.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cluster 2024-03-30T04:51:12.828435+0000 mgr.y (mgr.25441) 7140 : cluster [DBG] pgmap v4730: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.833933+0000 mon.a (mon.0) 2935 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:13.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: cephadm 2024-03-30T04:51:12.834774+0000 mgr.y (mgr.25441) 7141 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.876310+0000 mon.c (mon.1) 8240 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:13.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.878343+0000 mon.c (mon.1) 8241 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:13.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.880325+0000 mon.c (mon.1) 8242 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:13.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.880943+0000 mon.c (mon.1) 8243 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:13.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.888264+0000 mon.a (mon.0) 2936 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:13.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.952403+0000 mon.c (mon.1) 8244 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:13.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.955115+0000 mon.c (mon.1) 8245 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:13.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.957126+0000 mon.c (mon.1) 8246 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:13.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.957856+0000 mon.c (mon.1) 8247 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:13.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:12.964139+0000 mon.a (mon.0) 2937 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:13.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:13.006579+0000 mon.c (mon.1) 8248 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:13.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:13.008680+0000 mon.c (mon.1) 8249 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:13.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:13.010724+0000 mon.c (mon.1) 8250 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:13.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:13.011429+0000 mon.c (mon.1) 8251 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:13.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:13.017836+0000 mon.a (mon.0) 2938 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:13.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:13.084942+0000 mon.c (mon.1) 8252 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:13.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:13.088334+0000 mon.c (mon.1) 8253 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:13.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:13.091390+0000 mon.c (mon.1) 8254 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:13.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:13.092382+0000 mon.c (mon.1) 8255 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:13.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:13.100762+0000 mon.a (mon.0) 2939 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:13.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.878343+0000 mon.c (mon.1) 8241 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:13.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.880325+0000 mon.c (mon.1) 8242 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:13.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.880943+0000 mon.c (mon.1) 8243 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:13.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.888264+0000 mon.a (mon.0) 2936 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:13.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.952403+0000 mon.c (mon.1) 8244 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:13.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.955115+0000 mon.c (mon.1) 8245 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:13.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.957126+0000 mon.c (mon.1) 8246 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:13.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.957856+0000 mon.c (mon.1) 8247 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:13.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:12.964139+0000 mon.a (mon.0) 2937 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:13.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:13.006579+0000 mon.c (mon.1) 8248 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:13.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:13.008680+0000 mon.c (mon.1) 8249 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:13.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:13.010724+0000 mon.c (mon.1) 8250 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:13.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:13.011429+0000 mon.c (mon.1) 8251 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:13.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:13.017836+0000 mon.a (mon.0) 2938 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:13.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:13.084942+0000 mon.c (mon.1) 8252 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:13.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:13.088334+0000 mon.c (mon.1) 8253 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:13.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:13.091390+0000 mon.c (mon.1) 8254 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:13.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:13.092382+0000 mon.c (mon.1) 8255 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:13.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:13.100762+0000 mon.a (mon.0) 2939 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:13.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:13.179053+0000 mon.c (mon.1) 8256 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:13.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:13.182128+0000 mon.c (mon.1) 8257 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:13.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:13.184696+0000 mon.c (mon.1) 8258 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:13.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:13.185611+0000 mon.c (mon.1) 8259 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:13.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[70954]: audit 2024-03-30T04:51:13.196475+0000 mon.a (mon.0) 2940 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:13.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:13.179053+0000 mon.c (mon.1) 8256 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:13.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:13.182128+0000 mon.c (mon.1) 8257 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:13.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:13.184696+0000 mon.c (mon.1) 8258 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:13.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:13.185611+0000 mon.c (mon.1) 8259 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:13.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:13 smithi111 bash[73591]: audit 2024-03-30T04:51:13.196475+0000 mon.a (mon.0) 2940 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:13.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cluster 2024-03-30T04:51:11.874672+0000 mgr.y (mgr.25441) 7098 : cluster [DBG] pgmap v4702: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 28 op/s 2024-03-30T04:51:13.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cluster 2024-03-30T04:51:11.874944+0000 mgr.y (mgr.25441) 7099 : cluster [DBG] pgmap v4703: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 28 op/s 2024-03-30T04:51:13.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cephadm 2024-03-30T04:51:11.881566+0000 mgr.y (mgr.25441) 7100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cluster 2024-03-30T04:51:11.929525+0000 mgr.y (mgr.25441) 7101 : cluster [DBG] pgmap v4704: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cluster 2024-03-30T04:51:11.929775+0000 mgr.y (mgr.25441) 7102 : cluster [DBG] pgmap v4705: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cephadm 2024-03-30T04:51:11.935057+0000 mgr.y (mgr.25441) 7103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cluster 2024-03-30T04:51:11.981005+0000 mgr.y (mgr.25441) 7104 : cluster [DBG] pgmap v4706: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cluster 2024-03-30T04:51:11.981252+0000 mgr.y (mgr.25441) 7105 : cluster [DBG] pgmap v4707: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cephadm 2024-03-30T04:51:11.987225+0000 mgr.y (mgr.25441) 7106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cluster 2024-03-30T04:51:12.033968+0000 mgr.y (mgr.25441) 7107 : cluster [DBG] pgmap v4708: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cluster 2024-03-30T04:51:12.034231+0000 mgr.y (mgr.25441) 7108 : cluster [DBG] pgmap v4709: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cephadm 2024-03-30T04:51:12.041187+0000 mgr.y (mgr.25441) 7109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cluster 2024-03-30T04:51:12.088953+0000 mgr.y (mgr.25441) 7110 : cluster [DBG] pgmap v4710: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cluster 2024-03-30T04:51:12.089221+0000 mgr.y (mgr.25441) 7111 : cluster [DBG] pgmap v4711: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cephadm 2024-03-30T04:51:12.096319+0000 mgr.y (mgr.25441) 7112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cluster 2024-03-30T04:51:12.142673+0000 mgr.y (mgr.25441) 7113 : cluster [DBG] pgmap v4712: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cluster 2024-03-30T04:51:12.142927+0000 mgr.y (mgr.25441) 7114 : cluster [DBG] pgmap v4713: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cephadm 2024-03-30T04:51:12.150867+0000 mgr.y (mgr.25441) 7115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cluster 2024-03-30T04:51:12.196702+0000 mgr.y (mgr.25441) 7116 : cluster [DBG] pgmap v4714: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cluster 2024-03-30T04:51:12.196881+0000 mgr.y (mgr.25441) 7117 : cluster [DBG] pgmap v4715: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.638 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cephadm 2024-03-30T04:51:12.202996+0000 mgr.y (mgr.25441) 7118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cluster 2024-03-30T04:51:12.254394+0000 mgr.y (mgr.25441) 7119 : cluster [DBG] pgmap v4716: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cluster 2024-03-30T04:51:12.254586+0000 mgr.y (mgr.25441) 7120 : cluster [DBG] pgmap v4717: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cephadm 2024-03-30T04:51:12.260686+0000 mgr.y (mgr.25441) 7121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.318808+0000 mon.c (mon.1) 8212 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:13.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.320634+0000 mon.c (mon.1) 8213 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:13.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.322426+0000 mon.c (mon.1) 8214 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:13.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.323118+0000 mon.c (mon.1) 8215 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:13.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cluster 2024-03-30T04:51:12.324403+0000 mgr.y (mgr.25441) 7122 : cluster [DBG] pgmap v4718: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cluster 2024-03-30T04:51:12.324624+0000 mgr.y (mgr.25441) 7123 : cluster [DBG] pgmap v4719: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.330285+0000 mon.a (mon.0) 2929 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:13.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cephadm 2024-03-30T04:51:12.342915+0000 mgr.y (mgr.25441) 7124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.399744+0000 mon.c (mon.1) 8216 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:13.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.401698+0000 mon.c (mon.1) 8217 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:13.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.403904+0000 mon.c (mon.1) 8218 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:13.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.404798+0000 mon.c (mon.1) 8219 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:13.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cluster 2024-03-30T04:51:12.406359+0000 mgr.y (mgr.25441) 7125 : cluster [DBG] pgmap v4720: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cluster 2024-03-30T04:51:12.406623+0000 mgr.y (mgr.25441) 7126 : cluster [DBG] pgmap v4721: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.413990+0000 mon.a (mon.0) 2930 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:13.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cephadm 2024-03-30T04:51:12.414808+0000 mgr.y (mgr.25441) 7127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.487326+0000 mon.c (mon.1) 8220 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:13.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.489271+0000 mon.c (mon.1) 8221 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:13.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.491126+0000 mon.c (mon.1) 8222 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:13.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.491856+0000 mon.c (mon.1) 8223 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:13.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cluster 2024-03-30T04:51:12.493190+0000 mgr.y (mgr.25441) 7128 : cluster [DBG] pgmap v4722: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cluster 2024-03-30T04:51:12.493430+0000 mgr.y (mgr.25441) 7129 : cluster [DBG] pgmap v4723: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.498855+0000 mon.a (mon.0) 2931 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:13.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cephadm 2024-03-30T04:51:12.499444+0000 mgr.y (mgr.25441) 7130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.590564+0000 mon.c (mon.1) 8224 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:13.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.595025+0000 mon.c (mon.1) 8225 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:13.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.598574+0000 mon.c (mon.1) 8226 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:13.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.599739+0000 mon.c (mon.1) 8227 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:13.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cluster 2024-03-30T04:51:12.601784+0000 mgr.y (mgr.25441) 7131 : cluster [DBG] pgmap v4724: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cluster 2024-03-30T04:51:12.602428+0000 mgr.y (mgr.25441) 7132 : cluster [DBG] pgmap v4725: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.608765+0000 mon.a (mon.0) 2932 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:13.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cephadm 2024-03-30T04:51:12.609534+0000 mgr.y (mgr.25441) 7133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.686742+0000 mon.c (mon.1) 8228 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:13.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.689028+0000 mon.c (mon.1) 8229 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:13.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.691661+0000 mon.c (mon.1) 8230 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:13.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.692605+0000 mon.c (mon.1) 8231 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:13.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cluster 2024-03-30T04:51:12.694449+0000 mgr.y (mgr.25441) 7134 : cluster [DBG] pgmap v4726: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cluster 2024-03-30T04:51:12.694807+0000 mgr.y (mgr.25441) 7135 : cluster [DBG] pgmap v4727: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.700677+0000 mon.a (mon.0) 2933 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:13.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cephadm 2024-03-30T04:51:12.701437+0000 mgr.y (mgr.25441) 7136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.763594+0000 mon.c (mon.1) 8232 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:13.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.766327+0000 mon.c (mon.1) 8233 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:13.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.768441+0000 mon.c (mon.1) 8234 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:13.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.769168+0000 mon.c (mon.1) 8235 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:13.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cluster 2024-03-30T04:51:12.770581+0000 mgr.y (mgr.25441) 7137 : cluster [DBG] pgmap v4728: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cluster 2024-03-30T04:51:12.770877+0000 mgr.y (mgr.25441) 7138 : cluster [DBG] pgmap v4729: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.775375+0000 mon.a (mon.0) 2934 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:13.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cephadm 2024-03-30T04:51:12.776524+0000 mgr.y (mgr.25441) 7139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.821264+0000 mon.c (mon.1) 8236 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:13.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.823951+0000 mon.c (mon.1) 8237 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:13.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.826149+0000 mon.c (mon.1) 8238 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:13.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.826953+0000 mon.c (mon.1) 8239 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:13.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cluster 2024-03-30T04:51:12.828435+0000 mgr.y (mgr.25441) 7140 : cluster [DBG] pgmap v4730: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:13.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.833933+0000 mon.a (mon.0) 2935 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:13.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: cephadm 2024-03-30T04:51:12.834774+0000 mgr.y (mgr.25441) 7141 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:13.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.876310+0000 mon.c (mon.1) 8240 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:13.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.878343+0000 mon.c (mon.1) 8241 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:13.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.880325+0000 mon.c (mon.1) 8242 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:13.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.880943+0000 mon.c (mon.1) 8243 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:13.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.888264+0000 mon.a (mon.0) 2936 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:13.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.952403+0000 mon.c (mon.1) 8244 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:13.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.955115+0000 mon.c (mon.1) 8245 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:13.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.957126+0000 mon.c (mon.1) 8246 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:13.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.957856+0000 mon.c (mon.1) 8247 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:13.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:12.964139+0000 mon.a (mon.0) 2937 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:13.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:13.006579+0000 mon.c (mon.1) 8248 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:13.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:13.008680+0000 mon.c (mon.1) 8249 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:13.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:13.010724+0000 mon.c (mon.1) 8250 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:13.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:13.011429+0000 mon.c (mon.1) 8251 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:13.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:13.017836+0000 mon.a (mon.0) 2938 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:13.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:13.084942+0000 mon.c (mon.1) 8252 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:13.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:13.088334+0000 mon.c (mon.1) 8253 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:13.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:13.091390+0000 mon.c (mon.1) 8254 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:13.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:13.092382+0000 mon.c (mon.1) 8255 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:13.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:13.100762+0000 mon.a (mon.0) 2939 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:13.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:13.179053+0000 mon.c (mon.1) 8256 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:13.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:13.182128+0000 mon.c (mon.1) 8257 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:13.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:13.184696+0000 mon.c (mon.1) 8258 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:13.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:13.185611+0000 mon.c (mon.1) 8259 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:13.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:13 smithi117 bash[62284]: audit 2024-03-30T04:51:13.196475+0000 mon.a (mon.0) 2940 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: cluster 2024-03-30T04:51:12.882236+0000 mgr.y (mgr.25441) 7142 : cluster [DBG] pgmap v4731: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: cluster 2024-03-30T04:51:12.882508+0000 mgr.y (mgr.25441) 7143 : cluster [DBG] pgmap v4732: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: cephadm 2024-03-30T04:51:12.889550+0000 mgr.y (mgr.25441) 7144 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:14.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: cluster 2024-03-30T04:51:12.959231+0000 mgr.y (mgr.25441) 7145 : cluster [DBG] pgmap v4733: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: cluster 2024-03-30T04:51:12.959502+0000 mgr.y (mgr.25441) 7146 : cluster [DBG] pgmap v4734: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: cephadm 2024-03-30T04:51:12.965705+0000 mgr.y (mgr.25441) 7147 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:14.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: cluster 2024-03-30T04:51:13.012803+0000 mgr.y (mgr.25441) 7148 : cluster [DBG] pgmap v4735: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: cluster 2024-03-30T04:51:13.013075+0000 mgr.y (mgr.25441) 7149 : cluster [DBG] pgmap v4736: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: cephadm 2024-03-30T04:51:13.018586+0000 mgr.y (mgr.25441) 7150 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:14.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: cluster 2024-03-30T04:51:13.094226+0000 mgr.y (mgr.25441) 7151 : cluster [DBG] pgmap v4737: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: cluster 2024-03-30T04:51:13.094499+0000 mgr.y (mgr.25441) 7152 : cluster [DBG] pgmap v4738: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: cephadm 2024-03-30T04:51:13.101472+0000 mgr.y (mgr.25441) 7153 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:14.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: cluster 2024-03-30T04:51:13.187147+0000 mgr.y (mgr.25441) 7154 : cluster [DBG] pgmap v4739: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: cluster 2024-03-30T04:51:13.187363+0000 mgr.y (mgr.25441) 7155 : cluster [DBG] pgmap v4740: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: cephadm 2024-03-30T04:51:13.197889+0000 mgr.y (mgr.25441) 7156 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:14.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.279358+0000 mon.c (mon.1) 8260 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.281677+0000 mon.c (mon.1) 8261 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.283686+0000 mon.c (mon.1) 8262 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.284402+0000 mon.c (mon.1) 8263 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: cluster 2024-03-30T04:51:12.882236+0000 mgr.y (mgr.25441) 7142 : cluster [DBG] pgmap v4731: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: cluster 2024-03-30T04:51:12.882508+0000 mgr.y (mgr.25441) 7143 : cluster [DBG] pgmap v4732: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: cephadm 2024-03-30T04:51:12.889550+0000 mgr.y (mgr.25441) 7144 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:14.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: cluster 2024-03-30T04:51:12.959231+0000 mgr.y (mgr.25441) 7145 : cluster [DBG] pgmap v4733: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: cluster 2024-03-30T04:51:12.959502+0000 mgr.y (mgr.25441) 7146 : cluster [DBG] pgmap v4734: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: cephadm 2024-03-30T04:51:12.965705+0000 mgr.y (mgr.25441) 7147 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:14.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: cluster 2024-03-30T04:51:13.012803+0000 mgr.y (mgr.25441) 7148 : cluster [DBG] pgmap v4735: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: cluster 2024-03-30T04:51:13.013075+0000 mgr.y (mgr.25441) 7149 : cluster [DBG] pgmap v4736: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: cephadm 2024-03-30T04:51:13.018586+0000 mgr.y (mgr.25441) 7150 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:14.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: cluster 2024-03-30T04:51:13.094226+0000 mgr.y (mgr.25441) 7151 : cluster [DBG] pgmap v4737: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: cluster 2024-03-30T04:51:13.094499+0000 mgr.y (mgr.25441) 7152 : cluster [DBG] pgmap v4738: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: cephadm 2024-03-30T04:51:13.101472+0000 mgr.y (mgr.25441) 7153 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:14.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: cluster 2024-03-30T04:51:13.187147+0000 mgr.y (mgr.25441) 7154 : cluster [DBG] pgmap v4739: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: cluster 2024-03-30T04:51:13.187363+0000 mgr.y (mgr.25441) 7155 : cluster [DBG] pgmap v4740: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: cephadm 2024-03-30T04:51:13.197889+0000 mgr.y (mgr.25441) 7156 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:14.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.279358+0000 mon.c (mon.1) 8260 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.281677+0000 mon.c (mon.1) 8261 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.283686+0000 mon.c (mon.1) 8262 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.284402+0000 mon.c (mon.1) 8263 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: cluster 2024-03-30T04:51:13.285812+0000 mgr.y (mgr.25441) 7157 : cluster [DBG] pgmap v4741: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: cluster 2024-03-30T04:51:13.286016+0000 mgr.y (mgr.25441) 7158 : cluster [DBG] pgmap v4742: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.293846+0000 mon.a (mon.0) 2941 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: cephadm 2024-03-30T04:51:13.294617+0000 mgr.y (mgr.25441) 7159 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:14.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.351636+0000 mon.c (mon.1) 8264 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.353554+0000 mon.c (mon.1) 8265 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.355325+0000 mon.c (mon.1) 8266 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.356038+0000 mon.c (mon.1) 8267 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: cluster 2024-03-30T04:51:13.357244+0000 mgr.y (mgr.25441) 7160 : cluster [DBG] pgmap v4743: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: cluster 2024-03-30T04:51:13.357491+0000 mgr.y (mgr.25441) 7161 : cluster [DBG] pgmap v4744: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.364862+0000 mon.a (mon.0) 2942 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: cephadm 2024-03-30T04:51:13.365445+0000 mgr.y (mgr.25441) 7162 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:14.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.405894+0000 mon.c (mon.1) 8268 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.407696+0000 mon.c (mon.1) 8269 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.409438+0000 mon.c (mon.1) 8270 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.410095+0000 mon.c (mon.1) 8271 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: cluster 2024-03-30T04:51:13.411308+0000 mgr.y (mgr.25441) 7163 : cluster [DBG] pgmap v4745: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: cluster 2024-03-30T04:51:13.411507+0000 mgr.y (mgr.25441) 7164 : cluster [DBG] pgmap v4746: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.418961+0000 mon.a (mon.0) 2943 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: cephadm 2024-03-30T04:51:13.419552+0000 mgr.y (mgr.25441) 7165 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:14.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.476516+0000 mon.c (mon.1) 8272 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: cluster 2024-03-30T04:51:13.285812+0000 mgr.y (mgr.25441) 7157 : cluster [DBG] pgmap v4741: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: cluster 2024-03-30T04:51:13.286016+0000 mgr.y (mgr.25441) 7158 : cluster [DBG] pgmap v4742: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.293846+0000 mon.a (mon.0) 2941 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: cephadm 2024-03-30T04:51:13.294617+0000 mgr.y (mgr.25441) 7159 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:14.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.351636+0000 mon.c (mon.1) 8264 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.353554+0000 mon.c (mon.1) 8265 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.355325+0000 mon.c (mon.1) 8266 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.356038+0000 mon.c (mon.1) 8267 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: cluster 2024-03-30T04:51:13.357244+0000 mgr.y (mgr.25441) 7160 : cluster [DBG] pgmap v4743: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: cluster 2024-03-30T04:51:13.357491+0000 mgr.y (mgr.25441) 7161 : cluster [DBG] pgmap v4744: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.364862+0000 mon.a (mon.0) 2942 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: cephadm 2024-03-30T04:51:13.365445+0000 mgr.y (mgr.25441) 7162 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:14.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.405894+0000 mon.c (mon.1) 8268 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.407696+0000 mon.c (mon.1) 8269 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.409438+0000 mon.c (mon.1) 8270 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.410095+0000 mon.c (mon.1) 8271 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: cluster 2024-03-30T04:51:13.411308+0000 mgr.y (mgr.25441) 7163 : cluster [DBG] pgmap v4745: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: cluster 2024-03-30T04:51:13.411507+0000 mgr.y (mgr.25441) 7164 : cluster [DBG] pgmap v4746: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.418961+0000 mon.a (mon.0) 2943 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: cephadm 2024-03-30T04:51:13.419552+0000 mgr.y (mgr.25441) 7165 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:14.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.476516+0000 mon.c (mon.1) 8272 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.478561+0000 mon.c (mon.1) 8273 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.480504+0000 mon.c (mon.1) 8274 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.481161+0000 mon.c (mon.1) 8275 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: cluster 2024-03-30T04:51:13.482359+0000 mgr.y (mgr.25441) 7166 : cluster [DBG] pgmap v4747: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: cluster 2024-03-30T04:51:13.482633+0000 mgr.y (mgr.25441) 7167 : cluster [DBG] pgmap v4748: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.489072+0000 mon.a (mon.0) 2944 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: cephadm 2024-03-30T04:51:13.489810+0000 mgr.y (mgr.25441) 7168 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:14.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.546238+0000 mon.c (mon.1) 8276 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.548257+0000 mon.c (mon.1) 8277 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.550583+0000 mon.c (mon.1) 8278 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.551492+0000 mon.c (mon.1) 8279 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: cluster 2024-03-30T04:51:13.553388+0000 mgr.y (mgr.25441) 7169 : cluster [DBG] pgmap v4749: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: cluster 2024-03-30T04:51:13.553872+0000 mgr.y (mgr.25441) 7170 : cluster [DBG] pgmap v4750: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.560164+0000 mon.a (mon.0) 2945 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: cephadm 2024-03-30T04:51:13.561948+0000 mgr.y (mgr.25441) 7171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:14.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.602572+0000 mon.c (mon.1) 8280 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.604611+0000 mon.c (mon.1) 8281 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.606623+0000 mon.c (mon.1) 8282 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.607320+0000 mon.c (mon.1) 8283 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.478561+0000 mon.c (mon.1) 8273 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.480504+0000 mon.c (mon.1) 8274 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.481161+0000 mon.c (mon.1) 8275 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: cluster 2024-03-30T04:51:13.482359+0000 mgr.y (mgr.25441) 7166 : cluster [DBG] pgmap v4747: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: cluster 2024-03-30T04:51:13.482633+0000 mgr.y (mgr.25441) 7167 : cluster [DBG] pgmap v4748: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.489072+0000 mon.a (mon.0) 2944 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: cephadm 2024-03-30T04:51:13.489810+0000 mgr.y (mgr.25441) 7168 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:14.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.546238+0000 mon.c (mon.1) 8276 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.548257+0000 mon.c (mon.1) 8277 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.550583+0000 mon.c (mon.1) 8278 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.551492+0000 mon.c (mon.1) 8279 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: cluster 2024-03-30T04:51:13.553388+0000 mgr.y (mgr.25441) 7169 : cluster [DBG] pgmap v4749: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: cluster 2024-03-30T04:51:13.553872+0000 mgr.y (mgr.25441) 7170 : cluster [DBG] pgmap v4750: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.560164+0000 mon.a (mon.0) 2945 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: cephadm 2024-03-30T04:51:13.561948+0000 mgr.y (mgr.25441) 7171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:14.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.602572+0000 mon.c (mon.1) 8280 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.604611+0000 mon.c (mon.1) 8281 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.606623+0000 mon.c (mon.1) 8282 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.607320+0000 mon.c (mon.1) 8283 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: cluster 2024-03-30T04:51:13.608564+0000 mgr.y (mgr.25441) 7172 : cluster [DBG] pgmap v4751: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: cluster 2024-03-30T04:51:13.608785+0000 mgr.y (mgr.25441) 7173 : cluster [DBG] pgmap v4752: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.615335+0000 mon.a (mon.0) 2946 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: cephadm 2024-03-30T04:51:13.615955+0000 mgr.y (mgr.25441) 7174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:14.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.657099+0000 mon.c (mon.1) 8284 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.658975+0000 mon.c (mon.1) 8285 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.660676+0000 mon.c (mon.1) 8286 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.661296+0000 mon.c (mon.1) 8287 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: cluster 2024-03-30T04:51:13.662471+0000 mgr.y (mgr.25441) 7175 : cluster [DBG] pgmap v4753: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: cluster 2024-03-30T04:51:13.662718+0000 mgr.y (mgr.25441) 7176 : cluster [DBG] pgmap v4754: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.668901+0000 mon.a (mon.0) 2947 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: cephadm 2024-03-30T04:51:13.669533+0000 mgr.y (mgr.25441) 7177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:14.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.709326+0000 mon.c (mon.1) 8288 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.711151+0000 mon.c (mon.1) 8289 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.712947+0000 mon.c (mon.1) 8290 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.713516+0000 mon.c (mon.1) 8291 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: cluster 2024-03-30T04:51:13.714717+0000 mgr.y (mgr.25441) 7178 : cluster [DBG] pgmap v4755: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: cluster 2024-03-30T04:51:13.714959+0000 mgr.y (mgr.25441) 7179 : cluster [DBG] pgmap v4756: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.721270+0000 mon.a (mon.0) 2948 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: cephadm 2024-03-30T04:51:13.722027+0000 mgr.y (mgr.25441) 7180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:14.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.778820+0000 mon.c (mon.1) 8292 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: cluster 2024-03-30T04:51:13.608564+0000 mgr.y (mgr.25441) 7172 : cluster [DBG] pgmap v4751: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: cluster 2024-03-30T04:51:13.608785+0000 mgr.y (mgr.25441) 7173 : cluster [DBG] pgmap v4752: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.615335+0000 mon.a (mon.0) 2946 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: cephadm 2024-03-30T04:51:13.615955+0000 mgr.y (mgr.25441) 7174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:14.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.657099+0000 mon.c (mon.1) 8284 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.658975+0000 mon.c (mon.1) 8285 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.660676+0000 mon.c (mon.1) 8286 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.661296+0000 mon.c (mon.1) 8287 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: cluster 2024-03-30T04:51:13.662471+0000 mgr.y (mgr.25441) 7175 : cluster [DBG] pgmap v4753: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: cluster 2024-03-30T04:51:13.662718+0000 mgr.y (mgr.25441) 7176 : cluster [DBG] pgmap v4754: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.668901+0000 mon.a (mon.0) 2947 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: cephadm 2024-03-30T04:51:13.669533+0000 mgr.y (mgr.25441) 7177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:14.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.709326+0000 mon.c (mon.1) 8288 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.711151+0000 mon.c (mon.1) 8289 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.712947+0000 mon.c (mon.1) 8290 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.713516+0000 mon.c (mon.1) 8291 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: cluster 2024-03-30T04:51:13.714717+0000 mgr.y (mgr.25441) 7178 : cluster [DBG] pgmap v4755: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: cluster 2024-03-30T04:51:13.714959+0000 mgr.y (mgr.25441) 7179 : cluster [DBG] pgmap v4756: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.721270+0000 mon.a (mon.0) 2948 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: cephadm 2024-03-30T04:51:13.722027+0000 mgr.y (mgr.25441) 7180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:14.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.778820+0000 mon.c (mon.1) 8292 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.780702+0000 mon.c (mon.1) 8293 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.782815+0000 mon.c (mon.1) 8294 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.783628+0000 mon.c (mon.1) 8295 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: cluster 2024-03-30T04:51:13.784925+0000 mgr.y (mgr.25441) 7181 : cluster [DBG] pgmap v4757: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: cluster 2024-03-30T04:51:13.785167+0000 mgr.y (mgr.25441) 7182 : cluster [DBG] pgmap v4758: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.789710+0000 mon.a (mon.0) 2949 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: cephadm 2024-03-30T04:51:13.790780+0000 mgr.y (mgr.25441) 7183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:14.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.847881+0000 mon.c (mon.1) 8296 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.849670+0000 mon.c (mon.1) 8297 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.851350+0000 mon.c (mon.1) 8298 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.851938+0000 mon.c (mon.1) 8299 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.857783+0000 mon.a (mon.0) 2950 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.900253+0000 mon.c (mon.1) 8300 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.902100+0000 mon.c (mon.1) 8301 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.903837+0000 mon.c (mon.1) 8302 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.904435+0000 mon.c (mon.1) 8303 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.910916+0000 mon.a (mon.0) 2951 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.968969+0000 mon.c (mon.1) 8304 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.970968+0000 mon.c (mon.1) 8305 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.780702+0000 mon.c (mon.1) 8293 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.782815+0000 mon.c (mon.1) 8294 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.783628+0000 mon.c (mon.1) 8295 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: cluster 2024-03-30T04:51:13.784925+0000 mgr.y (mgr.25441) 7181 : cluster [DBG] pgmap v4757: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: cluster 2024-03-30T04:51:13.785167+0000 mgr.y (mgr.25441) 7182 : cluster [DBG] pgmap v4758: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.789710+0000 mon.a (mon.0) 2949 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: cephadm 2024-03-30T04:51:13.790780+0000 mgr.y (mgr.25441) 7183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:14.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.847881+0000 mon.c (mon.1) 8296 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.849670+0000 mon.c (mon.1) 8297 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.851350+0000 mon.c (mon.1) 8298 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.851938+0000 mon.c (mon.1) 8299 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.857783+0000 mon.a (mon.0) 2950 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.900253+0000 mon.c (mon.1) 8300 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.902100+0000 mon.c (mon.1) 8301 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.903837+0000 mon.c (mon.1) 8302 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.904435+0000 mon.c (mon.1) 8303 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.910916+0000 mon.a (mon.0) 2951 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.968969+0000 mon.c (mon.1) 8304 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.970968+0000 mon.c (mon.1) 8305 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.972753+0000 mon.c (mon.1) 8306 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.973392+0000 mon.c (mon.1) 8307 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:13.980157+0000 mon.a (mon.0) 2952 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:14.042835+0000 mon.c (mon.1) 8308 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:14.044820+0000 mon.c (mon.1) 8309 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:14.046799+0000 mon.c (mon.1) 8310 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:14.047477+0000 mon.c (mon.1) 8311 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:14.053430+0000 mon.a (mon.0) 2953 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:14.095844+0000 mon.c (mon.1) 8312 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:14.097853+0000 mon.c (mon.1) 8313 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:14.099744+0000 mon.c (mon.1) 8314 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:14.100417+0000 mon.c (mon.1) 8315 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:14.106655+0000 mon.a (mon.0) 2954 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:14.149242+0000 mon.c (mon.1) 8316 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:14.151621+0000 mon.c (mon.1) 8317 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:14.153471+0000 mon.c (mon.1) 8318 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:14.154132+0000 mon.c (mon.1) 8319 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:14.160940+0000 mon.a (mon.0) 2955 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:14.204075+0000 mon.c (mon.1) 8320 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:14.205950+0000 mon.c (mon.1) 8321 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.972753+0000 mon.c (mon.1) 8306 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.973392+0000 mon.c (mon.1) 8307 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:13.980157+0000 mon.a (mon.0) 2952 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:14.042835+0000 mon.c (mon.1) 8308 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:14.044820+0000 mon.c (mon.1) 8309 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:14.046799+0000 mon.c (mon.1) 8310 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:14.047477+0000 mon.c (mon.1) 8311 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:14.053430+0000 mon.a (mon.0) 2953 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:14.095844+0000 mon.c (mon.1) 8312 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:14.097853+0000 mon.c (mon.1) 8313 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:14.099744+0000 mon.c (mon.1) 8314 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:14.100417+0000 mon.c (mon.1) 8315 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:14.106655+0000 mon.a (mon.0) 2954 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:14.149242+0000 mon.c (mon.1) 8316 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:14.151621+0000 mon.c (mon.1) 8317 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:14.153471+0000 mon.c (mon.1) 8318 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:14.154132+0000 mon.c (mon.1) 8319 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:14.160940+0000 mon.a (mon.0) 2955 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:14.204075+0000 mon.c (mon.1) 8320 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.637 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:14.205950+0000 mon.c (mon.1) 8321 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:14.207674+0000 mon.c (mon.1) 8322 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:14.208445+0000 mon.c (mon.1) 8323 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[70954]: audit 2024-03-30T04:51:14.214958+0000 mon.a (mon.0) 2956 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:14.207674+0000 mon.c (mon.1) 8322 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:14.208445+0000 mon.c (mon.1) 8323 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.638 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:14 smithi111 bash[73591]: audit 2024-03-30T04:51:14.214958+0000 mon.a (mon.0) 2956 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: cluster 2024-03-30T04:51:12.882236+0000 mgr.y (mgr.25441) 7142 : cluster [DBG] pgmap v4731: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: cluster 2024-03-30T04:51:12.882508+0000 mgr.y (mgr.25441) 7143 : cluster [DBG] pgmap v4732: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: cephadm 2024-03-30T04:51:12.889550+0000 mgr.y (mgr.25441) 7144 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:14.639 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: cluster 2024-03-30T04:51:12.959231+0000 mgr.y (mgr.25441) 7145 : cluster [DBG] pgmap v4733: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: cluster 2024-03-30T04:51:12.959502+0000 mgr.y (mgr.25441) 7146 : cluster [DBG] pgmap v4734: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: cephadm 2024-03-30T04:51:12.965705+0000 mgr.y (mgr.25441) 7147 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:14.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: cluster 2024-03-30T04:51:13.012803+0000 mgr.y (mgr.25441) 7148 : cluster [DBG] pgmap v4735: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: cluster 2024-03-30T04:51:13.013075+0000 mgr.y (mgr.25441) 7149 : cluster [DBG] pgmap v4736: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: cephadm 2024-03-30T04:51:13.018586+0000 mgr.y (mgr.25441) 7150 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:14.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: cluster 2024-03-30T04:51:13.094226+0000 mgr.y (mgr.25441) 7151 : cluster [DBG] pgmap v4737: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: cluster 2024-03-30T04:51:13.094499+0000 mgr.y (mgr.25441) 7152 : cluster [DBG] pgmap v4738: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: cephadm 2024-03-30T04:51:13.101472+0000 mgr.y (mgr.25441) 7153 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:14.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: cluster 2024-03-30T04:51:13.187147+0000 mgr.y (mgr.25441) 7154 : cluster [DBG] pgmap v4739: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: cluster 2024-03-30T04:51:13.187363+0000 mgr.y (mgr.25441) 7155 : cluster [DBG] pgmap v4740: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: cephadm 2024-03-30T04:51:13.197889+0000 mgr.y (mgr.25441) 7156 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:14.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.279358+0000 mon.c (mon.1) 8260 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.640 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.281677+0000 mon.c (mon.1) 8261 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.283686+0000 mon.c (mon.1) 8262 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.284402+0000 mon.c (mon.1) 8263 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: cluster 2024-03-30T04:51:13.285812+0000 mgr.y (mgr.25441) 7157 : cluster [DBG] pgmap v4741: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: cluster 2024-03-30T04:51:13.286016+0000 mgr.y (mgr.25441) 7158 : cluster [DBG] pgmap v4742: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.293846+0000 mon.a (mon.0) 2941 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: cephadm 2024-03-30T04:51:13.294617+0000 mgr.y (mgr.25441) 7159 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:14.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.351636+0000 mon.c (mon.1) 8264 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.353554+0000 mon.c (mon.1) 8265 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.355325+0000 mon.c (mon.1) 8266 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.356038+0000 mon.c (mon.1) 8267 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: cluster 2024-03-30T04:51:13.357244+0000 mgr.y (mgr.25441) 7160 : cluster [DBG] pgmap v4743: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: cluster 2024-03-30T04:51:13.357491+0000 mgr.y (mgr.25441) 7161 : cluster [DBG] pgmap v4744: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.364862+0000 mon.a (mon.0) 2942 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: cephadm 2024-03-30T04:51:13.365445+0000 mgr.y (mgr.25441) 7162 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:14.641 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.405894+0000 mon.c (mon.1) 8268 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.407696+0000 mon.c (mon.1) 8269 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.409438+0000 mon.c (mon.1) 8270 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.410095+0000 mon.c (mon.1) 8271 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: cluster 2024-03-30T04:51:13.411308+0000 mgr.y (mgr.25441) 7163 : cluster [DBG] pgmap v4745: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: cluster 2024-03-30T04:51:13.411507+0000 mgr.y (mgr.25441) 7164 : cluster [DBG] pgmap v4746: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.418961+0000 mon.a (mon.0) 2943 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: cephadm 2024-03-30T04:51:13.419552+0000 mgr.y (mgr.25441) 7165 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:14.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.476516+0000 mon.c (mon.1) 8272 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.478561+0000 mon.c (mon.1) 8273 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.480504+0000 mon.c (mon.1) 8274 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.481161+0000 mon.c (mon.1) 8275 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: cluster 2024-03-30T04:51:13.482359+0000 mgr.y (mgr.25441) 7166 : cluster [DBG] pgmap v4747: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: cluster 2024-03-30T04:51:13.482633+0000 mgr.y (mgr.25441) 7167 : cluster [DBG] pgmap v4748: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.489072+0000 mon.a (mon.0) 2944 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.642 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: cephadm 2024-03-30T04:51:13.489810+0000 mgr.y (mgr.25441) 7168 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:14.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.546238+0000 mon.c (mon.1) 8276 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.548257+0000 mon.c (mon.1) 8277 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.550583+0000 mon.c (mon.1) 8278 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.551492+0000 mon.c (mon.1) 8279 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: cluster 2024-03-30T04:51:13.553388+0000 mgr.y (mgr.25441) 7169 : cluster [DBG] pgmap v4749: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: cluster 2024-03-30T04:51:13.553872+0000 mgr.y (mgr.25441) 7170 : cluster [DBG] pgmap v4750: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.560164+0000 mon.a (mon.0) 2945 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: cephadm 2024-03-30T04:51:13.561948+0000 mgr.y (mgr.25441) 7171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:14.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.602572+0000 mon.c (mon.1) 8280 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.604611+0000 mon.c (mon.1) 8281 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.606623+0000 mon.c (mon.1) 8282 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.607320+0000 mon.c (mon.1) 8283 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: cluster 2024-03-30T04:51:13.608564+0000 mgr.y (mgr.25441) 7172 : cluster [DBG] pgmap v4751: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: cluster 2024-03-30T04:51:13.608785+0000 mgr.y (mgr.25441) 7173 : cluster [DBG] pgmap v4752: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.643 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.615335+0000 mon.a (mon.0) 2946 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: cephadm 2024-03-30T04:51:13.615955+0000 mgr.y (mgr.25441) 7174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:14.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.657099+0000 mon.c (mon.1) 8284 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.658975+0000 mon.c (mon.1) 8285 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.660676+0000 mon.c (mon.1) 8286 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.661296+0000 mon.c (mon.1) 8287 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: cluster 2024-03-30T04:51:13.662471+0000 mgr.y (mgr.25441) 7175 : cluster [DBG] pgmap v4753: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: cluster 2024-03-30T04:51:13.662718+0000 mgr.y (mgr.25441) 7176 : cluster [DBG] pgmap v4754: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.668901+0000 mon.a (mon.0) 2947 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: cephadm 2024-03-30T04:51:13.669533+0000 mgr.y (mgr.25441) 7177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:14.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.709326+0000 mon.c (mon.1) 8288 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.711151+0000 mon.c (mon.1) 8289 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.712947+0000 mon.c (mon.1) 8290 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.713516+0000 mon.c (mon.1) 8291 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: cluster 2024-03-30T04:51:13.714717+0000 mgr.y (mgr.25441) 7178 : cluster [DBG] pgmap v4755: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.644 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: cluster 2024-03-30T04:51:13.714959+0000 mgr.y (mgr.25441) 7179 : cluster [DBG] pgmap v4756: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.721270+0000 mon.a (mon.0) 2948 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: cephadm 2024-03-30T04:51:13.722027+0000 mgr.y (mgr.25441) 7180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:14.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.778820+0000 mon.c (mon.1) 8292 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.780702+0000 mon.c (mon.1) 8293 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.782815+0000 mon.c (mon.1) 8294 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.783628+0000 mon.c (mon.1) 8295 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: cluster 2024-03-30T04:51:13.784925+0000 mgr.y (mgr.25441) 7181 : cluster [DBG] pgmap v4757: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: cluster 2024-03-30T04:51:13.785167+0000 mgr.y (mgr.25441) 7182 : cluster [DBG] pgmap v4758: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:14.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.789710+0000 mon.a (mon.0) 2949 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: cephadm 2024-03-30T04:51:13.790780+0000 mgr.y (mgr.25441) 7183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:14.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.847881+0000 mon.c (mon.1) 8296 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.849670+0000 mon.c (mon.1) 8297 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.851350+0000 mon.c (mon.1) 8298 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.645 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.851938+0000 mon.c (mon.1) 8299 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.857783+0000 mon.a (mon.0) 2950 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.900253+0000 mon.c (mon.1) 8300 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.902100+0000 mon.c (mon.1) 8301 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.903837+0000 mon.c (mon.1) 8302 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.904435+0000 mon.c (mon.1) 8303 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.910916+0000 mon.a (mon.0) 2951 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.968969+0000 mon.c (mon.1) 8304 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.970968+0000 mon.c (mon.1) 8305 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.972753+0000 mon.c (mon.1) 8306 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.973392+0000 mon.c (mon.1) 8307 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:13.980157+0000 mon.a (mon.0) 2952 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:14.042835+0000 mon.c (mon.1) 8308 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:14.044820+0000 mon.c (mon.1) 8309 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:14.046799+0000 mon.c (mon.1) 8310 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.646 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:14.047477+0000 mon.c (mon.1) 8311 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:14.053430+0000 mon.a (mon.0) 2953 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:14.095844+0000 mon.c (mon.1) 8312 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:14.097853+0000 mon.c (mon.1) 8313 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:14.099744+0000 mon.c (mon.1) 8314 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:14.100417+0000 mon.c (mon.1) 8315 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:14.106655+0000 mon.a (mon.0) 2954 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:14.149242+0000 mon.c (mon.1) 8316 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:14.151621+0000 mon.c (mon.1) 8317 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:14.153471+0000 mon.c (mon.1) 8318 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:14.154132+0000 mon.c (mon.1) 8319 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:14.160940+0000 mon.a (mon.0) 2955 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:14.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:14.204075+0000 mon.c (mon.1) 8320 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:14.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:14.205950+0000 mon.c (mon.1) 8321 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:14.647 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:14.207674+0000 mon.c (mon.1) 8322 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:14.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:14.208445+0000 mon.c (mon.1) 8323 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:14.648 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:14 smithi117 bash[62284]: audit 2024-03-30T04:51:14.214958+0000 mon.a (mon.0) 2956 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:15.558 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cluster 2024-03-30T04:51:13.853111+0000 mgr.y (mgr.25441) 7184 : cluster [DBG] pgmap v4759: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.558 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cluster 2024-03-30T04:51:13.853354+0000 mgr.y (mgr.25441) 7185 : cluster [DBG] pgmap v4760: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.558 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cephadm 2024-03-30T04:51:13.858919+0000 mgr.y (mgr.25441) 7186 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.558 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cluster 2024-03-30T04:51:13.905765+0000 mgr.y (mgr.25441) 7187 : cluster [DBG] pgmap v4761: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.558 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cluster 2024-03-30T04:51:13.906006+0000 mgr.y (mgr.25441) 7188 : cluster [DBG] pgmap v4762: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.558 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cephadm 2024-03-30T04:51:13.912095+0000 mgr.y (mgr.25441) 7189 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.558 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cluster 2024-03-30T04:51:13.974846+0000 mgr.y (mgr.25441) 7190 : cluster [DBG] pgmap v4763: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.558 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cluster 2024-03-30T04:51:13.975069+0000 mgr.y (mgr.25441) 7191 : cluster [DBG] pgmap v4764: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cephadm 2024-03-30T04:51:13.982209+0000 mgr.y (mgr.25441) 7192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cluster 2024-03-30T04:51:14.048696+0000 mgr.y (mgr.25441) 7193 : cluster [DBG] pgmap v4765: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cluster 2024-03-30T04:51:14.048875+0000 mgr.y (mgr.25441) 7194 : cluster [DBG] pgmap v4766: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cephadm 2024-03-30T04:51:14.055593+0000 mgr.y (mgr.25441) 7195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cluster 2024-03-30T04:51:14.101664+0000 mgr.y (mgr.25441) 7196 : cluster [DBG] pgmap v4767: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cluster 2024-03-30T04:51:14.101865+0000 mgr.y (mgr.25441) 7197 : cluster [DBG] pgmap v4768: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cephadm 2024-03-30T04:51:14.108749+0000 mgr.y (mgr.25441) 7198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cluster 2024-03-30T04:51:14.155424+0000 mgr.y (mgr.25441) 7199 : cluster [DBG] pgmap v4769: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cluster 2024-03-30T04:51:14.155660+0000 mgr.y (mgr.25441) 7200 : cluster [DBG] pgmap v4770: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cephadm 2024-03-30T04:51:14.162213+0000 mgr.y (mgr.25441) 7201 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cluster 2024-03-30T04:51:14.209707+0000 mgr.y (mgr.25441) 7202 : cluster [DBG] pgmap v4771: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cluster 2024-03-30T04:51:14.209924+0000 mgr.y (mgr.25441) 7203 : cluster [DBG] pgmap v4772: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cephadm 2024-03-30T04:51:14.216280+0000 mgr.y (mgr.25441) 7204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.285607+0000 mon.c (mon.1) 8324 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:15.559 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.288348+0000 mon.c (mon.1) 8325 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:15.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.290453+0000 mon.c (mon.1) 8326 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:15.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.291216+0000 mon.c (mon.1) 8327 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:15.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cluster 2024-03-30T04:51:14.292566+0000 mgr.y (mgr.25441) 7205 : cluster [DBG] pgmap v4773: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cluster 2024-03-30T04:51:14.292801+0000 mgr.y (mgr.25441) 7206 : cluster [DBG] pgmap v4774: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.299366+0000 mon.a (mon.0) 2957 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:15.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cephadm 2024-03-30T04:51:14.300984+0000 mgr.y (mgr.25441) 7207 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.358831+0000 mon.c (mon.1) 8328 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:15.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.360833+0000 mon.c (mon.1) 8329 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:15.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.362855+0000 mon.c (mon.1) 8330 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:15.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.363746+0000 mon.c (mon.1) 8331 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:15.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cluster 2024-03-30T04:51:14.365590+0000 mgr.y (mgr.25441) 7208 : cluster [DBG] pgmap v4775: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cluster 2024-03-30T04:51:14.365844+0000 mgr.y (mgr.25441) 7209 : cluster [DBG] pgmap v4776: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.373484+0000 mon.a (mon.0) 2958 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:15.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cephadm 2024-03-30T04:51:14.374416+0000 mgr.y (mgr.25441) 7210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.560 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.419240+0000 mon.c (mon.1) 8332 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:15.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.421726+0000 mon.c (mon.1) 8333 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:15.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.423900+0000 mon.c (mon.1) 8334 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:15.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.424687+0000 mon.c (mon.1) 8335 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:15.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cluster 2024-03-30T04:51:14.426082+0000 mgr.y (mgr.25441) 7211 : cluster [DBG] pgmap v4777: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cluster 2024-03-30T04:51:14.426263+0000 mgr.y (mgr.25441) 7212 : cluster [DBG] pgmap v4778: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.433327+0000 mon.a (mon.0) 2959 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:15.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cephadm 2024-03-30T04:51:14.434360+0000 mgr.y (mgr.25441) 7213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.498500+0000 mon.c (mon.1) 8336 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:15.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.501500+0000 mon.c (mon.1) 8337 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:15.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.504061+0000 mon.c (mon.1) 8338 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:15.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.504908+0000 mon.c (mon.1) 8339 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:15.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cluster 2024-03-30T04:51:14.506605+0000 mgr.y (mgr.25441) 7214 : cluster [DBG] pgmap v4779: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cluster 2024-03-30T04:51:14.506822+0000 mgr.y (mgr.25441) 7215 : cluster [DBG] pgmap v4780: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.514218+0000 mon.a (mon.0) 2960 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:15.561 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cephadm 2024-03-30T04:51:14.515040+0000 mgr.y (mgr.25441) 7216 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.562 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.555056+0000 mon.c (mon.1) 8340 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:15.562 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.557645+0000 mon.c (mon.1) 8341 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:15.562 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.559605+0000 mon.c (mon.1) 8342 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:15.562 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.560345+0000 mon.c (mon.1) 8343 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:15.562 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cluster 2024-03-30T04:51:14.561902+0000 mgr.y (mgr.25441) 7217 : cluster [DBG] pgmap v4781: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.562 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cluster 2024-03-30T04:51:14.562136+0000 mgr.y (mgr.25441) 7218 : cluster [DBG] pgmap v4782: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.562 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.571956+0000 mon.a (mon.0) 2961 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:15.563 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cephadm 2024-03-30T04:51:14.573022+0000 mgr.y (mgr.25441) 7219 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.563 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.631587+0000 mon.c (mon.1) 8344 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:15.563 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.633754+0000 mon.c (mon.1) 8345 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:15.563 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.635652+0000 mon.c (mon.1) 8346 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:15.563 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.636369+0000 mon.c (mon.1) 8347 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:15.563 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cluster 2024-03-30T04:51:14.637700+0000 mgr.y (mgr.25441) 7220 : cluster [DBG] pgmap v4783: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.563 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cluster 2024-03-30T04:51:14.637893+0000 mgr.y (mgr.25441) 7221 : cluster [DBG] pgmap v4784: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.563 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.643616+0000 mon.a (mon.0) 2962 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:15.563 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cephadm 2024-03-30T04:51:14.644270+0000 mgr.y (mgr.25441) 7222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.563 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.701914+0000 mon.c (mon.1) 8348 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:15.563 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.703936+0000 mon.c (mon.1) 8349 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:15.563 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.705852+0000 mon.c (mon.1) 8350 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:15.564 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.706514+0000 mon.c (mon.1) 8351 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:15.564 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cluster 2024-03-30T04:51:14.707725+0000 mgr.y (mgr.25441) 7223 : cluster [DBG] pgmap v4785: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.564 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cluster 2024-03-30T04:51:14.707968+0000 mgr.y (mgr.25441) 7224 : cluster [DBG] pgmap v4786: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.564 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.716118+0000 mon.a (mon.0) 2963 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:15.564 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cephadm 2024-03-30T04:51:14.716940+0000 mgr.y (mgr.25441) 7225 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.564 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.800202+0000 mon.c (mon.1) 8352 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:15.564 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.803531+0000 mon.c (mon.1) 8353 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:15.564 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.805998+0000 mon.c (mon.1) 8354 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:15.564 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.806879+0000 mon.c (mon.1) 8355 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:15.564 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cluster 2024-03-30T04:51:14.808878+0000 mgr.y (mgr.25441) 7226 : cluster [DBG] pgmap v4787: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.564 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cluster 2024-03-30T04:51:14.809441+0000 mgr.y (mgr.25441) 7227 : cluster [DBG] pgmap v4788: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.564 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.816204+0000 mon.a (mon.0) 2964 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:15.564 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: cephadm 2024-03-30T04:51:14.817086+0000 mgr.y (mgr.25441) 7228 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.564 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.895612+0000 mon.c (mon.1) 8356 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:15.564 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.897920+0000 mon.c (mon.1) 8357 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:15.564 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.899960+0000 mon.c (mon.1) 8358 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:15.565 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.900973+0000 mon.c (mon.1) 8359 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:15.565 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.907539+0000 mon.a (mon.0) 2965 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:15.565 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.986002+0000 mon.c (mon.1) 8360 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:15.565 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.988405+0000 mon.c (mon.1) 8361 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:15.565 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.990534+0000 mon.c (mon.1) 8362 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:15.566 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.991435+0000 mon.c (mon.1) 8363 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:15.566 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:14.999429+0000 mon.a (mon.0) 2966 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:15.566 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:15.074066+0000 mon.c (mon.1) 8364 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:15.566 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:15.077115+0000 mon.c (mon.1) 8365 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:15.566 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:15.079733+0000 mon.c (mon.1) 8366 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:15.566 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:15.080624+0000 mon.c (mon.1) 8367 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:15.566 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:15.088833+0000 mon.a (mon.0) 2967 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:15.566 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:15.171462+0000 mon.c (mon.1) 8368 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:15.566 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:15.173475+0000 mon.c (mon.1) 8369 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:15.566 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:15.176068+0000 mon.c (mon.1) 8370 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:15.566 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:15.176795+0000 mon.c (mon.1) 8371 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:15.566 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:15.183227+0000 mon.a (mon.0) 2968 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:15.566 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:15.227923+0000 mon.c (mon.1) 8372 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:15.567 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:15.229823+0000 mon.c (mon.1) 8373 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:15.567 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:15.231588+0000 mon.c (mon.1) 8374 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:15.567 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:15.232211+0000 mon.c (mon.1) 8375 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:15.567 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:15.239035+0000 mon.a (mon.0) 2969 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:15.567 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:15 smithi117 bash[62284]: audit 2024-03-30T04:51:15.265807+0000 mon.c (mon.1) 8376 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:51:15.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cluster 2024-03-30T04:51:13.853111+0000 mgr.y (mgr.25441) 7184 : cluster [DBG] pgmap v4759: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cluster 2024-03-30T04:51:13.853354+0000 mgr.y (mgr.25441) 7185 : cluster [DBG] pgmap v4760: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cephadm 2024-03-30T04:51:13.858919+0000 mgr.y (mgr.25441) 7186 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cluster 2024-03-30T04:51:13.905765+0000 mgr.y (mgr.25441) 7187 : cluster [DBG] pgmap v4761: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cluster 2024-03-30T04:51:13.906006+0000 mgr.y (mgr.25441) 7188 : cluster [DBG] pgmap v4762: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cephadm 2024-03-30T04:51:13.912095+0000 mgr.y (mgr.25441) 7189 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cluster 2024-03-30T04:51:13.974846+0000 mgr.y (mgr.25441) 7190 : cluster [DBG] pgmap v4763: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cluster 2024-03-30T04:51:13.975069+0000 mgr.y (mgr.25441) 7191 : cluster [DBG] pgmap v4764: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cephadm 2024-03-30T04:51:13.982209+0000 mgr.y (mgr.25441) 7192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cluster 2024-03-30T04:51:14.048696+0000 mgr.y (mgr.25441) 7193 : cluster [DBG] pgmap v4765: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cluster 2024-03-30T04:51:14.048875+0000 mgr.y (mgr.25441) 7194 : cluster [DBG] pgmap v4766: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cephadm 2024-03-30T04:51:14.055593+0000 mgr.y (mgr.25441) 7195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cluster 2024-03-30T04:51:14.101664+0000 mgr.y (mgr.25441) 7196 : cluster [DBG] pgmap v4767: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cluster 2024-03-30T04:51:14.101865+0000 mgr.y (mgr.25441) 7197 : cluster [DBG] pgmap v4768: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cephadm 2024-03-30T04:51:14.108749+0000 mgr.y (mgr.25441) 7198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cluster 2024-03-30T04:51:14.155424+0000 mgr.y (mgr.25441) 7199 : cluster [DBG] pgmap v4769: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cluster 2024-03-30T04:51:14.155660+0000 mgr.y (mgr.25441) 7200 : cluster [DBG] pgmap v4770: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cephadm 2024-03-30T04:51:14.162213+0000 mgr.y (mgr.25441) 7201 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cluster 2024-03-30T04:51:14.209707+0000 mgr.y (mgr.25441) 7202 : cluster [DBG] pgmap v4771: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cluster 2024-03-30T04:51:14.209924+0000 mgr.y (mgr.25441) 7203 : cluster [DBG] pgmap v4772: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cluster 2024-03-30T04:51:13.853111+0000 mgr.y (mgr.25441) 7184 : cluster [DBG] pgmap v4759: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cluster 2024-03-30T04:51:13.853354+0000 mgr.y (mgr.25441) 7185 : cluster [DBG] pgmap v4760: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cephadm 2024-03-30T04:51:13.858919+0000 mgr.y (mgr.25441) 7186 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cluster 2024-03-30T04:51:13.905765+0000 mgr.y (mgr.25441) 7187 : cluster [DBG] pgmap v4761: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cluster 2024-03-30T04:51:13.906006+0000 mgr.y (mgr.25441) 7188 : cluster [DBG] pgmap v4762: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cephadm 2024-03-30T04:51:13.912095+0000 mgr.y (mgr.25441) 7189 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cluster 2024-03-30T04:51:13.974846+0000 mgr.y (mgr.25441) 7190 : cluster [DBG] pgmap v4763: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cluster 2024-03-30T04:51:13.975069+0000 mgr.y (mgr.25441) 7191 : cluster [DBG] pgmap v4764: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cephadm 2024-03-30T04:51:13.982209+0000 mgr.y (mgr.25441) 7192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cluster 2024-03-30T04:51:14.048696+0000 mgr.y (mgr.25441) 7193 : cluster [DBG] pgmap v4765: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cluster 2024-03-30T04:51:14.048875+0000 mgr.y (mgr.25441) 7194 : cluster [DBG] pgmap v4766: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cephadm 2024-03-30T04:51:14.055593+0000 mgr.y (mgr.25441) 7195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cluster 2024-03-30T04:51:14.101664+0000 mgr.y (mgr.25441) 7196 : cluster [DBG] pgmap v4767: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cluster 2024-03-30T04:51:14.101865+0000 mgr.y (mgr.25441) 7197 : cluster [DBG] pgmap v4768: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cephadm 2024-03-30T04:51:14.108749+0000 mgr.y (mgr.25441) 7198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cluster 2024-03-30T04:51:14.155424+0000 mgr.y (mgr.25441) 7199 : cluster [DBG] pgmap v4769: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cluster 2024-03-30T04:51:14.155660+0000 mgr.y (mgr.25441) 7200 : cluster [DBG] pgmap v4770: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cephadm 2024-03-30T04:51:14.162213+0000 mgr.y (mgr.25441) 7201 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cluster 2024-03-30T04:51:14.209707+0000 mgr.y (mgr.25441) 7202 : cluster [DBG] pgmap v4771: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cluster 2024-03-30T04:51:14.209924+0000 mgr.y (mgr.25441) 7203 : cluster [DBG] pgmap v4772: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cephadm 2024-03-30T04:51:14.216280+0000 mgr.y (mgr.25441) 7204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.285607+0000 mon.c (mon.1) 8324 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:15.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.288348+0000 mon.c (mon.1) 8325 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:15.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.290453+0000 mon.c (mon.1) 8326 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:15.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.291216+0000 mon.c (mon.1) 8327 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:15.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cluster 2024-03-30T04:51:14.292566+0000 mgr.y (mgr.25441) 7205 : cluster [DBG] pgmap v4773: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cluster 2024-03-30T04:51:14.292801+0000 mgr.y (mgr.25441) 7206 : cluster [DBG] pgmap v4774: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.299366+0000 mon.a (mon.0) 2957 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:15.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cephadm 2024-03-30T04:51:14.300984+0000 mgr.y (mgr.25441) 7207 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.358831+0000 mon.c (mon.1) 8328 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:15.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.360833+0000 mon.c (mon.1) 8329 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:15.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.362855+0000 mon.c (mon.1) 8330 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:15.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.363746+0000 mon.c (mon.1) 8331 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:15.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cluster 2024-03-30T04:51:14.365590+0000 mgr.y (mgr.25441) 7208 : cluster [DBG] pgmap v4775: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cluster 2024-03-30T04:51:14.365844+0000 mgr.y (mgr.25441) 7209 : cluster [DBG] pgmap v4776: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.373484+0000 mon.a (mon.0) 2958 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:15.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cephadm 2024-03-30T04:51:14.374416+0000 mgr.y (mgr.25441) 7210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.419240+0000 mon.c (mon.1) 8332 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:15.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.421726+0000 mon.c (mon.1) 8333 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:15.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.423900+0000 mon.c (mon.1) 8334 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:15.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cephadm 2024-03-30T04:51:14.216280+0000 mgr.y (mgr.25441) 7204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.285607+0000 mon.c (mon.1) 8324 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:15.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.288348+0000 mon.c (mon.1) 8325 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:15.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.290453+0000 mon.c (mon.1) 8326 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:15.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.291216+0000 mon.c (mon.1) 8327 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:15.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cluster 2024-03-30T04:51:14.292566+0000 mgr.y (mgr.25441) 7205 : cluster [DBG] pgmap v4773: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cluster 2024-03-30T04:51:14.292801+0000 mgr.y (mgr.25441) 7206 : cluster [DBG] pgmap v4774: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.299366+0000 mon.a (mon.0) 2957 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:15.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cephadm 2024-03-30T04:51:14.300984+0000 mgr.y (mgr.25441) 7207 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.358831+0000 mon.c (mon.1) 8328 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:15.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.360833+0000 mon.c (mon.1) 8329 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:15.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.362855+0000 mon.c (mon.1) 8330 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:15.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.363746+0000 mon.c (mon.1) 8331 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:15.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cluster 2024-03-30T04:51:14.365590+0000 mgr.y (mgr.25441) 7208 : cluster [DBG] pgmap v4775: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cluster 2024-03-30T04:51:14.365844+0000 mgr.y (mgr.25441) 7209 : cluster [DBG] pgmap v4776: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.373484+0000 mon.a (mon.0) 2958 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:15.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cephadm 2024-03-30T04:51:14.374416+0000 mgr.y (mgr.25441) 7210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.419240+0000 mon.c (mon.1) 8332 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:15.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.421726+0000 mon.c (mon.1) 8333 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:15.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.423900+0000 mon.c (mon.1) 8334 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:15.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.424687+0000 mon.c (mon.1) 8335 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:15.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cluster 2024-03-30T04:51:14.426082+0000 mgr.y (mgr.25441) 7211 : cluster [DBG] pgmap v4777: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cluster 2024-03-30T04:51:14.426263+0000 mgr.y (mgr.25441) 7212 : cluster [DBG] pgmap v4778: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.433327+0000 mon.a (mon.0) 2959 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:15.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cephadm 2024-03-30T04:51:14.434360+0000 mgr.y (mgr.25441) 7213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.498500+0000 mon.c (mon.1) 8336 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:15.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.501500+0000 mon.c (mon.1) 8337 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:15.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.504061+0000 mon.c (mon.1) 8338 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:15.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.504908+0000 mon.c (mon.1) 8339 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:15.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cluster 2024-03-30T04:51:14.506605+0000 mgr.y (mgr.25441) 7214 : cluster [DBG] pgmap v4779: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cluster 2024-03-30T04:51:14.506822+0000 mgr.y (mgr.25441) 7215 : cluster [DBG] pgmap v4780: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.514218+0000 mon.a (mon.0) 2960 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:15.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cephadm 2024-03-30T04:51:14.515040+0000 mgr.y (mgr.25441) 7216 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.555056+0000 mon.c (mon.1) 8340 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:15.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.557645+0000 mon.c (mon.1) 8341 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:15.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.559605+0000 mon.c (mon.1) 8342 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:15.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.560345+0000 mon.c (mon.1) 8343 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:15.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cluster 2024-03-30T04:51:14.561902+0000 mgr.y (mgr.25441) 7217 : cluster [DBG] pgmap v4781: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cluster 2024-03-30T04:51:14.562136+0000 mgr.y (mgr.25441) 7218 : cluster [DBG] pgmap v4782: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.571956+0000 mon.a (mon.0) 2961 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:15.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cephadm 2024-03-30T04:51:14.573022+0000 mgr.y (mgr.25441) 7219 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.631587+0000 mon.c (mon.1) 8344 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:15.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.633754+0000 mon.c (mon.1) 8345 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:15.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.635652+0000 mon.c (mon.1) 8346 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:15.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.636369+0000 mon.c (mon.1) 8347 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:15.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cluster 2024-03-30T04:51:14.637700+0000 mgr.y (mgr.25441) 7220 : cluster [DBG] pgmap v4783: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cluster 2024-03-30T04:51:14.637893+0000 mgr.y (mgr.25441) 7221 : cluster [DBG] pgmap v4784: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.643616+0000 mon.a (mon.0) 2962 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:15.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cephadm 2024-03-30T04:51:14.644270+0000 mgr.y (mgr.25441) 7222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.701914+0000 mon.c (mon.1) 8348 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:15.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.703936+0000 mon.c (mon.1) 8349 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:15.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.705852+0000 mon.c (mon.1) 8350 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:15.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.706514+0000 mon.c (mon.1) 8351 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:15.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cluster 2024-03-30T04:51:14.707725+0000 mgr.y (mgr.25441) 7223 : cluster [DBG] pgmap v4785: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cluster 2024-03-30T04:51:14.707968+0000 mgr.y (mgr.25441) 7224 : cluster [DBG] pgmap v4786: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.716118+0000 mon.a (mon.0) 2963 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:15.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cephadm 2024-03-30T04:51:14.716940+0000 mgr.y (mgr.25441) 7225 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.800202+0000 mon.c (mon.1) 8352 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:15.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.803531+0000 mon.c (mon.1) 8353 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:15.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.805998+0000 mon.c (mon.1) 8354 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:15.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.424687+0000 mon.c (mon.1) 8335 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:15.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cluster 2024-03-30T04:51:14.426082+0000 mgr.y (mgr.25441) 7211 : cluster [DBG] pgmap v4777: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cluster 2024-03-30T04:51:14.426263+0000 mgr.y (mgr.25441) 7212 : cluster [DBG] pgmap v4778: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.433327+0000 mon.a (mon.0) 2959 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:15.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cephadm 2024-03-30T04:51:14.434360+0000 mgr.y (mgr.25441) 7213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.498500+0000 mon.c (mon.1) 8336 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:15.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.501500+0000 mon.c (mon.1) 8337 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:15.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.504061+0000 mon.c (mon.1) 8338 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:15.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.504908+0000 mon.c (mon.1) 8339 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:15.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cluster 2024-03-30T04:51:14.506605+0000 mgr.y (mgr.25441) 7214 : cluster [DBG] pgmap v4779: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cluster 2024-03-30T04:51:14.506822+0000 mgr.y (mgr.25441) 7215 : cluster [DBG] pgmap v4780: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.514218+0000 mon.a (mon.0) 2960 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:15.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cephadm 2024-03-30T04:51:14.515040+0000 mgr.y (mgr.25441) 7216 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.555056+0000 mon.c (mon.1) 8340 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:15.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.557645+0000 mon.c (mon.1) 8341 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:15.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.559605+0000 mon.c (mon.1) 8342 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:15.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.560345+0000 mon.c (mon.1) 8343 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:15.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cluster 2024-03-30T04:51:14.561902+0000 mgr.y (mgr.25441) 7217 : cluster [DBG] pgmap v4781: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cluster 2024-03-30T04:51:14.562136+0000 mgr.y (mgr.25441) 7218 : cluster [DBG] pgmap v4782: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.571956+0000 mon.a (mon.0) 2961 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:15.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.806879+0000 mon.c (mon.1) 8355 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:15.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cluster 2024-03-30T04:51:14.808878+0000 mgr.y (mgr.25441) 7226 : cluster [DBG] pgmap v4787: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cluster 2024-03-30T04:51:14.809441+0000 mgr.y (mgr.25441) 7227 : cluster [DBG] pgmap v4788: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.816204+0000 mon.a (mon.0) 2964 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:15.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: cephadm 2024-03-30T04:51:14.817086+0000 mgr.y (mgr.25441) 7228 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.895612+0000 mon.c (mon.1) 8356 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:15.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.897920+0000 mon.c (mon.1) 8357 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:15.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.899960+0000 mon.c (mon.1) 8358 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:15.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.900973+0000 mon.c (mon.1) 8359 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:15.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.907539+0000 mon.a (mon.0) 2965 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:15.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.986002+0000 mon.c (mon.1) 8360 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:15.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.988405+0000 mon.c (mon.1) 8361 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:15.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.990534+0000 mon.c (mon.1) 8362 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:15.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.991435+0000 mon.c (mon.1) 8363 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:15.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:14.999429+0000 mon.a (mon.0) 2966 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:15.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:15.074066+0000 mon.c (mon.1) 8364 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:15.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:15.077115+0000 mon.c (mon.1) 8365 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:15.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:15.079733+0000 mon.c (mon.1) 8366 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:15.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:15.080624+0000 mon.c (mon.1) 8367 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:15.631 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:15.088833+0000 mon.a (mon.0) 2967 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:15.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cephadm 2024-03-30T04:51:14.573022+0000 mgr.y (mgr.25441) 7219 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.631587+0000 mon.c (mon.1) 8344 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:15.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.633754+0000 mon.c (mon.1) 8345 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:15.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.635652+0000 mon.c (mon.1) 8346 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:15.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.636369+0000 mon.c (mon.1) 8347 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:15.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cluster 2024-03-30T04:51:14.637700+0000 mgr.y (mgr.25441) 7220 : cluster [DBG] pgmap v4783: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cluster 2024-03-30T04:51:14.637893+0000 mgr.y (mgr.25441) 7221 : cluster [DBG] pgmap v4784: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.643616+0000 mon.a (mon.0) 2962 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:15.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cephadm 2024-03-30T04:51:14.644270+0000 mgr.y (mgr.25441) 7222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.701914+0000 mon.c (mon.1) 8348 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:15.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.703936+0000 mon.c (mon.1) 8349 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:15.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.705852+0000 mon.c (mon.1) 8350 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:15.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.706514+0000 mon.c (mon.1) 8351 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:15.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cluster 2024-03-30T04:51:14.707725+0000 mgr.y (mgr.25441) 7223 : cluster [DBG] pgmap v4785: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cluster 2024-03-30T04:51:14.707968+0000 mgr.y (mgr.25441) 7224 : cluster [DBG] pgmap v4786: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.716118+0000 mon.a (mon.0) 2963 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:15.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cephadm 2024-03-30T04:51:14.716940+0000 mgr.y (mgr.25441) 7225 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.800202+0000 mon.c (mon.1) 8352 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:15.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.803531+0000 mon.c (mon.1) 8353 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:15.633 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.805998+0000 mon.c (mon.1) 8354 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:15.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:15.171462+0000 mon.c (mon.1) 8368 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:15.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:15.173475+0000 mon.c (mon.1) 8369 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:15.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:15.176068+0000 mon.c (mon.1) 8370 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:15.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:15.176795+0000 mon.c (mon.1) 8371 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:15.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:15.183227+0000 mon.a (mon.0) 2968 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:15.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:15.227923+0000 mon.c (mon.1) 8372 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:15.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:15.229823+0000 mon.c (mon.1) 8373 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:15.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:15.231588+0000 mon.c (mon.1) 8374 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:15.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:15.232211+0000 mon.c (mon.1) 8375 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:15.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:15.239035+0000 mon.a (mon.0) 2969 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:15.634 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[73591]: audit 2024-03-30T04:51:15.265807+0000 mon.c (mon.1) 8376 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:51:15.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.806879+0000 mon.c (mon.1) 8355 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:15.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cluster 2024-03-30T04:51:14.808878+0000 mgr.y (mgr.25441) 7226 : cluster [DBG] pgmap v4787: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cluster 2024-03-30T04:51:14.809441+0000 mgr.y (mgr.25441) 7227 : cluster [DBG] pgmap v4788: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:15.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.816204+0000 mon.a (mon.0) 2964 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:15.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: cephadm 2024-03-30T04:51:14.817086+0000 mgr.y (mgr.25441) 7228 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:15.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.895612+0000 mon.c (mon.1) 8356 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:15.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.897920+0000 mon.c (mon.1) 8357 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:15.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.899960+0000 mon.c (mon.1) 8358 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:15.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.900973+0000 mon.c (mon.1) 8359 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:15.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.907539+0000 mon.a (mon.0) 2965 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:15.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.986002+0000 mon.c (mon.1) 8360 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:15.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.988405+0000 mon.c (mon.1) 8361 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:15.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.990534+0000 mon.c (mon.1) 8362 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:15.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.991435+0000 mon.c (mon.1) 8363 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:15.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:14.999429+0000 mon.a (mon.0) 2966 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:15.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:15.074066+0000 mon.c (mon.1) 8364 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:15.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:15.077115+0000 mon.c (mon.1) 8365 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:15.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:15.079733+0000 mon.c (mon.1) 8366 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:15.639 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:15.080624+0000 mon.c (mon.1) 8367 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:15.639 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:15.088833+0000 mon.a (mon.0) 2967 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:15.639 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:15.171462+0000 mon.c (mon.1) 8368 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:15.639 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:15.173475+0000 mon.c (mon.1) 8369 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:15.639 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:15.176068+0000 mon.c (mon.1) 8370 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:15.639 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:15.176795+0000 mon.c (mon.1) 8371 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:15.639 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:15.183227+0000 mon.a (mon.0) 2968 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:15.639 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:15.227923+0000 mon.c (mon.1) 8372 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:15.639 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:15.229823+0000 mon.c (mon.1) 8373 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:15.639 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:15.231588+0000 mon.c (mon.1) 8374 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:15.639 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:15.232211+0000 mon.c (mon.1) 8375 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:15.639 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:15.239035+0000 mon.a (mon.0) 2969 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:15.639 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:15 smithi111 bash[70954]: audit 2024-03-30T04:51:15.265807+0000 mon.c (mon.1) 8376 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:51:16.583 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: cluster 2024-03-30T04:51:14.902723+0000 mgr.y (mgr.25441) 7229 : cluster [DBG] pgmap v4789: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.584 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: cluster 2024-03-30T04:51:14.903224+0000 mgr.y (mgr.25441) 7230 : cluster [DBG] pgmap v4790: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.584 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: cephadm 2024-03-30T04:51:14.908575+0000 mgr.y (mgr.25441) 7231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:16.584 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: cluster 2024-03-30T04:51:14.993019+0000 mgr.y (mgr.25441) 7232 : cluster [DBG] pgmap v4791: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.584 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: cluster 2024-03-30T04:51:14.993316+0000 mgr.y (mgr.25441) 7233 : cluster [DBG] pgmap v4792: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.584 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: cephadm 2024-03-30T04:51:15.000333+0000 mgr.y (mgr.25441) 7234 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:16.584 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: cluster 2024-03-30T04:51:15.082195+0000 mgr.y (mgr.25441) 7235 : cluster [DBG] pgmap v4793: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.584 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: cluster 2024-03-30T04:51:15.082485+0000 mgr.y (mgr.25441) 7236 : cluster [DBG] pgmap v4794: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.584 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: cephadm 2024-03-30T04:51:15.089476+0000 mgr.y (mgr.25441) 7237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:16.584 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: cluster 2024-03-30T04:51:15.178288+0000 mgr.y (mgr.25441) 7238 : cluster [DBG] pgmap v4795: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.584 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: cluster 2024-03-30T04:51:15.178749+0000 mgr.y (mgr.25441) 7239 : cluster [DBG] pgmap v4796: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.584 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: cephadm 2024-03-30T04:51:15.185791+0000 mgr.y (mgr.25441) 7240 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:16.584 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: cluster 2024-03-30T04:51:15.233435+0000 mgr.y (mgr.25441) 7241 : cluster [DBG] pgmap v4797: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.584 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: cluster 2024-03-30T04:51:15.233677+0000 mgr.y (mgr.25441) 7242 : cluster [DBG] pgmap v4798: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.584 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: cephadm 2024-03-30T04:51:15.239700+0000 mgr.y (mgr.25441) 7243 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:16.585 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.331949+0000 mon.c (mon.1) 8377 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.585 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.334140+0000 mon.c (mon.1) 8378 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.585 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.336282+0000 mon.c (mon.1) 8379 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.585 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.336963+0000 mon.c (mon.1) 8380 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:16.585 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: cluster 2024-03-30T04:51:15.338459+0000 mgr.y (mgr.25441) 7244 : cluster [DBG] pgmap v4799: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.585 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: cluster 2024-03-30T04:51:15.338674+0000 mgr.y (mgr.25441) 7245 : cluster [DBG] pgmap v4800: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.585 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.344536+0000 mon.a (mon.0) 2970 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:16.585 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: cephadm 2024-03-30T04:51:15.347277+0000 mgr.y (mgr.25441) 7246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:16.585 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.409025+0000 mon.c (mon.1) 8381 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.585 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.411234+0000 mon.c (mon.1) 8382 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.585 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.413190+0000 mon.c (mon.1) 8383 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.585 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.413883+0000 mon.c (mon.1) 8384 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:16.585 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: cluster 2024-03-30T04:51:15.415200+0000 mgr.y (mgr.25441) 7247 : cluster [DBG] pgmap v4801: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.585 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: cluster 2024-03-30T04:51:15.415400+0000 mgr.y (mgr.25441) 7248 : cluster [DBG] pgmap v4802: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.585 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.421872+0000 mon.a (mon.0) 2971 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:16.586 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: cephadm 2024-03-30T04:51:15.422485+0000 mgr.y (mgr.25441) 7249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:16.586 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.478795+0000 mon.c (mon.1) 8385 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.586 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.480819+0000 mon.c (mon.1) 8386 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.586 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.483029+0000 mon.c (mon.1) 8387 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.586 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.484071+0000 mon.c (mon.1) 8388 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:16.586 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: cluster 2024-03-30T04:51:15.485819+0000 mgr.y (mgr.25441) 7250 : cluster [DBG] pgmap v4803: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.586 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: cluster 2024-03-30T04:51:15.486495+0000 mgr.y (mgr.25441) 7251 : cluster [DBG] pgmap v4804: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.586 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.492784+0000 mon.a (mon.0) 2972 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:16.586 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: cephadm 2024-03-30T04:51:15.493445+0000 mgr.y (mgr.25441) 7252 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:16.586 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.567202+0000 mon.c (mon.1) 8389 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.586 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.569184+0000 mon.c (mon.1) 8390 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.586 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.571540+0000 mon.c (mon.1) 8391 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.586 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.572278+0000 mon.c (mon.1) 8392 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:16.586 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: cluster 2024-03-30T04:51:15.573844+0000 mgr.y (mgr.25441) 7253 : cluster [DBG] pgmap v4805: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.587 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: cluster 2024-03-30T04:51:15.574441+0000 mgr.y (mgr.25441) 7254 : cluster [DBG] pgmap v4806: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.587 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.580801+0000 mon.a (mon.0) 2973 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:16.587 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: cephadm 2024-03-30T04:51:15.581580+0000 mgr.y (mgr.25441) 7255 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:16.587 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.622206+0000 mon.c (mon.1) 8393 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.587 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.624184+0000 mon.c (mon.1) 8394 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.587 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.626256+0000 mon.c (mon.1) 8395 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.587 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.626942+0000 mon.c (mon.1) 8396 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:16.587 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: cluster 2024-03-30T04:51:15.628223+0000 mgr.y (mgr.25441) 7256 : cluster [DBG] pgmap v4807: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.587 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: cluster 2024-03-30T04:51:15.628490+0000 mgr.y (mgr.25441) 7257 : cluster [DBG] pgmap v4808: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.587 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.634149+0000 mon.a (mon.0) 2974 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:16.587 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: cephadm 2024-03-30T04:51:15.634817+0000 mgr.y (mgr.25441) 7258 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:16.587 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.691800+0000 mon.c (mon.1) 8397 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.587 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.693715+0000 mon.c (mon.1) 8398 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.587 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.695497+0000 mon.c (mon.1) 8399 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.587 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.696123+0000 mon.c (mon.1) 8400 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:16.588 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: cluster 2024-03-30T04:51:15.697474+0000 mgr.y (mgr.25441) 7259 : cluster [DBG] pgmap v4809: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.588 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: cluster 2024-03-30T04:51:15.697680+0000 mgr.y (mgr.25441) 7260 : cluster [DBG] pgmap v4810: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.588 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.702144+0000 mon.a (mon.0) 2975 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:16.588 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: cephadm 2024-03-30T04:51:15.702767+0000 mgr.y (mgr.25441) 7261 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:16.588 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.750105+0000 mon.c (mon.1) 8401 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.588 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.752470+0000 mon.c (mon.1) 8402 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.588 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.754441+0000 mon.c (mon.1) 8403 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.588 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.755174+0000 mon.c (mon.1) 8404 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:16.588 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: cluster 2024-03-30T04:51:15.756569+0000 mgr.y (mgr.25441) 7262 : cluster [DBG] pgmap v4811: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.588 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: cluster 2024-03-30T04:51:15.756812+0000 mgr.y (mgr.25441) 7263 : cluster [DBG] pgmap v4812: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.588 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.762471+0000 mon.a (mon.0) 2976 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:16.588 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: cephadm 2024-03-30T04:51:15.763072+0000 mgr.y (mgr.25441) 7264 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:16.588 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.803746+0000 mon.c (mon.1) 8405 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.588 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.806298+0000 mon.c (mon.1) 8406 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.588 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.808306+0000 mon.c (mon.1) 8407 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.589 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.808929+0000 mon.c (mon.1) 8408 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:16.589 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: cluster 2024-03-30T04:51:15.810146+0000 mgr.y (mgr.25441) 7265 : cluster [DBG] pgmap v4813: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.589 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: cluster 2024-03-30T04:51:15.810399+0000 mgr.y (mgr.25441) 7266 : cluster [DBG] pgmap v4814: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.589 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.814982+0000 mon.a (mon.0) 2977 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:16.589 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: cephadm 2024-03-30T04:51:15.816589+0000 mgr.y (mgr.25441) 7267 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:16.589 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.858672+0000 mon.c (mon.1) 8409 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.589 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.860660+0000 mon.c (mon.1) 8410 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.589 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.863126+0000 mon.c (mon.1) 8411 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.589 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.863922+0000 mon.c (mon.1) 8412 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:16.589 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.871700+0000 mon.a (mon.0) 2978 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:16.589 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.929924+0000 mon.c (mon.1) 8413 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.589 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.931939+0000 mon.c (mon.1) 8414 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.589 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.933982+0000 mon.c (mon.1) 8415 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.589 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.934658+0000 mon.c (mon.1) 8416 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:16.589 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.941839+0000 mon.a (mon.0) 2979 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:16.590 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:15.999949+0000 mon.c (mon.1) 8417 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.590 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:16.001795+0000 mon.c (mon.1) 8418 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.590 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:16.003718+0000 mon.c (mon.1) 8419 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.590 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:16.004365+0000 mon.c (mon.1) 8420 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:16.590 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:16.010752+0000 mon.a (mon.0) 2980 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:16.590 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:16.068151+0000 mon.c (mon.1) 8421 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.590 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:16.070640+0000 mon.c (mon.1) 8422 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.590 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:16.072672+0000 mon.c (mon.1) 8423 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.590 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:16.073499+0000 mon.c (mon.1) 8424 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:16.590 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:16.080432+0000 mon.a (mon.0) 2981 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:16.590 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:16.122681+0000 mon.c (mon.1) 8425 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.590 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:16.124753+0000 mon.c (mon.1) 8426 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.590 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:16.126870+0000 mon.c (mon.1) 8427 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.590 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:16.127641+0000 mon.c (mon.1) 8428 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:16.590 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:16.137579+0000 mon.a (mon.0) 2982 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:16.591 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:16.196802+0000 mon.c (mon.1) 8429 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.591 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:16.198718+0000 mon.c (mon.1) 8430 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.591 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:16.200745+0000 mon.c (mon.1) 8431 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.591 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:16.201423+0000 mon.c (mon.1) 8432 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:16.591 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:16.208863+0000 mon.a (mon.0) 2983 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:16.591 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:16.270640+0000 mon.c (mon.1) 8433 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.591 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:16.273122+0000 mon.c (mon.1) 8434 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.591 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:16 smithi117 bash[62284]: audit 2024-03-30T04:51:16.275700+0000 mon.c (mon.1) 8435 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.617 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:51:16] "GET /metrics HTTP/1.1" 200 38702 "" "Prometheus/2.43.0" 2024-03-30T04:51:16.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: cluster 2024-03-30T04:51:14.902723+0000 mgr.y (mgr.25441) 7229 : cluster [DBG] pgmap v4789: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: cluster 2024-03-30T04:51:14.903224+0000 mgr.y (mgr.25441) 7230 : cluster [DBG] pgmap v4790: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: cephadm 2024-03-30T04:51:14.908575+0000 mgr.y (mgr.25441) 7231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:16.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: cluster 2024-03-30T04:51:14.993019+0000 mgr.y (mgr.25441) 7232 : cluster [DBG] pgmap v4791: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: cluster 2024-03-30T04:51:14.993316+0000 mgr.y (mgr.25441) 7233 : cluster [DBG] pgmap v4792: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: cephadm 2024-03-30T04:51:15.000333+0000 mgr.y (mgr.25441) 7234 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:16.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: cluster 2024-03-30T04:51:15.082195+0000 mgr.y (mgr.25441) 7235 : cluster [DBG] pgmap v4793: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: cluster 2024-03-30T04:51:15.082485+0000 mgr.y (mgr.25441) 7236 : cluster [DBG] pgmap v4794: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: cephadm 2024-03-30T04:51:15.089476+0000 mgr.y (mgr.25441) 7237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:16.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: cluster 2024-03-30T04:51:15.178288+0000 mgr.y (mgr.25441) 7238 : cluster [DBG] pgmap v4795: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: cluster 2024-03-30T04:51:15.178749+0000 mgr.y (mgr.25441) 7239 : cluster [DBG] pgmap v4796: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: cephadm 2024-03-30T04:51:15.185791+0000 mgr.y (mgr.25441) 7240 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:16.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: cluster 2024-03-30T04:51:15.233435+0000 mgr.y (mgr.25441) 7241 : cluster [DBG] pgmap v4797: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: cluster 2024-03-30T04:51:15.233677+0000 mgr.y (mgr.25441) 7242 : cluster [DBG] pgmap v4798: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: cephadm 2024-03-30T04:51:15.239700+0000 mgr.y (mgr.25441) 7243 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:16.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.331949+0000 mon.c (mon.1) 8377 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.334140+0000 mon.c (mon.1) 8378 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.336282+0000 mon.c (mon.1) 8379 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.336963+0000 mon.c (mon.1) 8380 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:16.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: cluster 2024-03-30T04:51:14.902723+0000 mgr.y (mgr.25441) 7229 : cluster [DBG] pgmap v4789: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: cluster 2024-03-30T04:51:14.903224+0000 mgr.y (mgr.25441) 7230 : cluster [DBG] pgmap v4790: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: cephadm 2024-03-30T04:51:14.908575+0000 mgr.y (mgr.25441) 7231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:16.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: cluster 2024-03-30T04:51:14.993019+0000 mgr.y (mgr.25441) 7232 : cluster [DBG] pgmap v4791: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: cluster 2024-03-30T04:51:14.993316+0000 mgr.y (mgr.25441) 7233 : cluster [DBG] pgmap v4792: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: cephadm 2024-03-30T04:51:15.000333+0000 mgr.y (mgr.25441) 7234 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:16.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: cluster 2024-03-30T04:51:15.082195+0000 mgr.y (mgr.25441) 7235 : cluster [DBG] pgmap v4793: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: cluster 2024-03-30T04:51:15.082485+0000 mgr.y (mgr.25441) 7236 : cluster [DBG] pgmap v4794: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: cephadm 2024-03-30T04:51:15.089476+0000 mgr.y (mgr.25441) 7237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:16.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: cluster 2024-03-30T04:51:15.178288+0000 mgr.y (mgr.25441) 7238 : cluster [DBG] pgmap v4795: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: cluster 2024-03-30T04:51:15.178749+0000 mgr.y (mgr.25441) 7239 : cluster [DBG] pgmap v4796: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: cephadm 2024-03-30T04:51:15.185791+0000 mgr.y (mgr.25441) 7240 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:16.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: cluster 2024-03-30T04:51:15.233435+0000 mgr.y (mgr.25441) 7241 : cluster [DBG] pgmap v4797: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: cluster 2024-03-30T04:51:15.233677+0000 mgr.y (mgr.25441) 7242 : cluster [DBG] pgmap v4798: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: cephadm 2024-03-30T04:51:15.239700+0000 mgr.y (mgr.25441) 7243 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:16.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.331949+0000 mon.c (mon.1) 8377 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.334140+0000 mon.c (mon.1) 8378 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.336282+0000 mon.c (mon.1) 8379 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.336963+0000 mon.c (mon.1) 8380 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:16.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: cluster 2024-03-30T04:51:15.338459+0000 mgr.y (mgr.25441) 7244 : cluster [DBG] pgmap v4799: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: cluster 2024-03-30T04:51:15.338674+0000 mgr.y (mgr.25441) 7245 : cluster [DBG] pgmap v4800: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.344536+0000 mon.a (mon.0) 2970 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:16.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: cephadm 2024-03-30T04:51:15.347277+0000 mgr.y (mgr.25441) 7246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:16.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.409025+0000 mon.c (mon.1) 8381 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.411234+0000 mon.c (mon.1) 8382 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.413190+0000 mon.c (mon.1) 8383 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.413883+0000 mon.c (mon.1) 8384 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:16.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: cluster 2024-03-30T04:51:15.415200+0000 mgr.y (mgr.25441) 7247 : cluster [DBG] pgmap v4801: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: cluster 2024-03-30T04:51:15.415400+0000 mgr.y (mgr.25441) 7248 : cluster [DBG] pgmap v4802: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.421872+0000 mon.a (mon.0) 2971 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:16.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: cephadm 2024-03-30T04:51:15.422485+0000 mgr.y (mgr.25441) 7249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:16.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.478795+0000 mon.c (mon.1) 8385 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.480819+0000 mon.c (mon.1) 8386 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.483029+0000 mon.c (mon.1) 8387 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.484071+0000 mon.c (mon.1) 8388 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:16.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: cluster 2024-03-30T04:51:15.485819+0000 mgr.y (mgr.25441) 7250 : cluster [DBG] pgmap v4803: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: cluster 2024-03-30T04:51:15.486495+0000 mgr.y (mgr.25441) 7251 : cluster [DBG] pgmap v4804: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.492784+0000 mon.a (mon.0) 2972 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:16.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: cephadm 2024-03-30T04:51:15.493445+0000 mgr.y (mgr.25441) 7252 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:16.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.567202+0000 mon.c (mon.1) 8389 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: cluster 2024-03-30T04:51:15.338459+0000 mgr.y (mgr.25441) 7244 : cluster [DBG] pgmap v4799: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: cluster 2024-03-30T04:51:15.338674+0000 mgr.y (mgr.25441) 7245 : cluster [DBG] pgmap v4800: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.344536+0000 mon.a (mon.0) 2970 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:16.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: cephadm 2024-03-30T04:51:15.347277+0000 mgr.y (mgr.25441) 7246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:16.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.409025+0000 mon.c (mon.1) 8381 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.411234+0000 mon.c (mon.1) 8382 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.413190+0000 mon.c (mon.1) 8383 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.413883+0000 mon.c (mon.1) 8384 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:16.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: cluster 2024-03-30T04:51:15.415200+0000 mgr.y (mgr.25441) 7247 : cluster [DBG] pgmap v4801: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: cluster 2024-03-30T04:51:15.415400+0000 mgr.y (mgr.25441) 7248 : cluster [DBG] pgmap v4802: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.421872+0000 mon.a (mon.0) 2971 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:16.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: cephadm 2024-03-30T04:51:15.422485+0000 mgr.y (mgr.25441) 7249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:16.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.478795+0000 mon.c (mon.1) 8385 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.480819+0000 mon.c (mon.1) 8386 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.483029+0000 mon.c (mon.1) 8387 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.484071+0000 mon.c (mon.1) 8388 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:16.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: cluster 2024-03-30T04:51:15.485819+0000 mgr.y (mgr.25441) 7250 : cluster [DBG] pgmap v4803: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: cluster 2024-03-30T04:51:15.486495+0000 mgr.y (mgr.25441) 7251 : cluster [DBG] pgmap v4804: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.492784+0000 mon.a (mon.0) 2972 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:16.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: cephadm 2024-03-30T04:51:15.493445+0000 mgr.y (mgr.25441) 7252 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:16.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.567202+0000 mon.c (mon.1) 8389 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.569184+0000 mon.c (mon.1) 8390 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.571540+0000 mon.c (mon.1) 8391 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.572278+0000 mon.c (mon.1) 8392 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:16.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: cluster 2024-03-30T04:51:15.573844+0000 mgr.y (mgr.25441) 7253 : cluster [DBG] pgmap v4805: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: cluster 2024-03-30T04:51:15.574441+0000 mgr.y (mgr.25441) 7254 : cluster [DBG] pgmap v4806: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.580801+0000 mon.a (mon.0) 2973 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:16.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: cephadm 2024-03-30T04:51:15.581580+0000 mgr.y (mgr.25441) 7255 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:16.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.622206+0000 mon.c (mon.1) 8393 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.624184+0000 mon.c (mon.1) 8394 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.626256+0000 mon.c (mon.1) 8395 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.626942+0000 mon.c (mon.1) 8396 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:16.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: cluster 2024-03-30T04:51:15.628223+0000 mgr.y (mgr.25441) 7256 : cluster [DBG] pgmap v4807: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: cluster 2024-03-30T04:51:15.628490+0000 mgr.y (mgr.25441) 7257 : cluster [DBG] pgmap v4808: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.634149+0000 mon.a (mon.0) 2974 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:16.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: cephadm 2024-03-30T04:51:15.634817+0000 mgr.y (mgr.25441) 7258 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:16.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.691800+0000 mon.c (mon.1) 8397 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.693715+0000 mon.c (mon.1) 8398 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.695497+0000 mon.c (mon.1) 8399 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.696123+0000 mon.c (mon.1) 8400 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:16.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.569184+0000 mon.c (mon.1) 8390 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.571540+0000 mon.c (mon.1) 8391 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.572278+0000 mon.c (mon.1) 8392 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:16.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: cluster 2024-03-30T04:51:15.573844+0000 mgr.y (mgr.25441) 7253 : cluster [DBG] pgmap v4805: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: cluster 2024-03-30T04:51:15.574441+0000 mgr.y (mgr.25441) 7254 : cluster [DBG] pgmap v4806: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.580801+0000 mon.a (mon.0) 2973 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:16.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: cephadm 2024-03-30T04:51:15.581580+0000 mgr.y (mgr.25441) 7255 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:16.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.622206+0000 mon.c (mon.1) 8393 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.624184+0000 mon.c (mon.1) 8394 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.626256+0000 mon.c (mon.1) 8395 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.626942+0000 mon.c (mon.1) 8396 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:16.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: cluster 2024-03-30T04:51:15.628223+0000 mgr.y (mgr.25441) 7256 : cluster [DBG] pgmap v4807: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: cluster 2024-03-30T04:51:15.628490+0000 mgr.y (mgr.25441) 7257 : cluster [DBG] pgmap v4808: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.634149+0000 mon.a (mon.0) 2974 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:16.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: cephadm 2024-03-30T04:51:15.634817+0000 mgr.y (mgr.25441) 7258 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:16.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.691800+0000 mon.c (mon.1) 8397 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.693715+0000 mon.c (mon.1) 8398 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.695497+0000 mon.c (mon.1) 8399 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.696123+0000 mon.c (mon.1) 8400 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:16.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: cluster 2024-03-30T04:51:15.697474+0000 mgr.y (mgr.25441) 7259 : cluster [DBG] pgmap v4809: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: cluster 2024-03-30T04:51:15.697680+0000 mgr.y (mgr.25441) 7260 : cluster [DBG] pgmap v4810: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.702144+0000 mon.a (mon.0) 2975 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:16.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: cephadm 2024-03-30T04:51:15.702767+0000 mgr.y (mgr.25441) 7261 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:16.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.750105+0000 mon.c (mon.1) 8401 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.752470+0000 mon.c (mon.1) 8402 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.754441+0000 mon.c (mon.1) 8403 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.755174+0000 mon.c (mon.1) 8404 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:16.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: cluster 2024-03-30T04:51:15.756569+0000 mgr.y (mgr.25441) 7262 : cluster [DBG] pgmap v4811: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: cluster 2024-03-30T04:51:15.756812+0000 mgr.y (mgr.25441) 7263 : cluster [DBG] pgmap v4812: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.762471+0000 mon.a (mon.0) 2976 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:16.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: cephadm 2024-03-30T04:51:15.763072+0000 mgr.y (mgr.25441) 7264 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:16.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.803746+0000 mon.c (mon.1) 8405 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.806298+0000 mon.c (mon.1) 8406 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.808306+0000 mon.c (mon.1) 8407 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.808929+0000 mon.c (mon.1) 8408 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:16.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: cluster 2024-03-30T04:51:15.810146+0000 mgr.y (mgr.25441) 7265 : cluster [DBG] pgmap v4813: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: cluster 2024-03-30T04:51:15.810399+0000 mgr.y (mgr.25441) 7266 : cluster [DBG] pgmap v4814: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.814982+0000 mon.a (mon.0) 2977 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:16.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: cephadm 2024-03-30T04:51:15.816589+0000 mgr.y (mgr.25441) 7267 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:16.630 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.858672+0000 mon.c (mon.1) 8409 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: cluster 2024-03-30T04:51:15.697474+0000 mgr.y (mgr.25441) 7259 : cluster [DBG] pgmap v4809: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: cluster 2024-03-30T04:51:15.697680+0000 mgr.y (mgr.25441) 7260 : cluster [DBG] pgmap v4810: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.702144+0000 mon.a (mon.0) 2975 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:16.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: cephadm 2024-03-30T04:51:15.702767+0000 mgr.y (mgr.25441) 7261 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:16.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.750105+0000 mon.c (mon.1) 8401 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.752470+0000 mon.c (mon.1) 8402 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.754441+0000 mon.c (mon.1) 8403 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.755174+0000 mon.c (mon.1) 8404 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:16.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: cluster 2024-03-30T04:51:15.756569+0000 mgr.y (mgr.25441) 7262 : cluster [DBG] pgmap v4811: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: cluster 2024-03-30T04:51:15.756812+0000 mgr.y (mgr.25441) 7263 : cluster [DBG] pgmap v4812: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.762471+0000 mon.a (mon.0) 2976 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:16.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: cephadm 2024-03-30T04:51:15.763072+0000 mgr.y (mgr.25441) 7264 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:16.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.803746+0000 mon.c (mon.1) 8405 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.806298+0000 mon.c (mon.1) 8406 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.808306+0000 mon.c (mon.1) 8407 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.808929+0000 mon.c (mon.1) 8408 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:16.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: cluster 2024-03-30T04:51:15.810146+0000 mgr.y (mgr.25441) 7265 : cluster [DBG] pgmap v4813: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: cluster 2024-03-30T04:51:15.810399+0000 mgr.y (mgr.25441) 7266 : cluster [DBG] pgmap v4814: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:16.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.814982+0000 mon.a (mon.0) 2977 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:16.631 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: cephadm 2024-03-30T04:51:15.816589+0000 mgr.y (mgr.25441) 7267 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:16.632 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.858672+0000 mon.c (mon.1) 8409 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.860660+0000 mon.c (mon.1) 8410 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.863126+0000 mon.c (mon.1) 8411 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.863922+0000 mon.c (mon.1) 8412 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:16.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.871700+0000 mon.a (mon.0) 2978 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:16.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.929924+0000 mon.c (mon.1) 8413 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.931939+0000 mon.c (mon.1) 8414 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.933982+0000 mon.c (mon.1) 8415 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.934658+0000 mon.c (mon.1) 8416 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:16.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.941839+0000 mon.a (mon.0) 2979 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:16.632 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:15.999949+0000 mon.c (mon.1) 8417 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:16.001795+0000 mon.c (mon.1) 8418 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:16.003718+0000 mon.c (mon.1) 8419 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:16.004365+0000 mon.c (mon.1) 8420 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:16.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:16.010752+0000 mon.a (mon.0) 2980 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:16.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:16.068151+0000 mon.c (mon.1) 8421 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:16.070640+0000 mon.c (mon.1) 8422 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:16.072672+0000 mon.c (mon.1) 8423 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:16.073499+0000 mon.c (mon.1) 8424 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:16.633 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:16.080432+0000 mon.a (mon.0) 2981 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:16.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.860660+0000 mon.c (mon.1) 8410 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.863126+0000 mon.c (mon.1) 8411 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.863922+0000 mon.c (mon.1) 8412 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:16.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.871700+0000 mon.a (mon.0) 2978 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:16.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.929924+0000 mon.c (mon.1) 8413 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.931939+0000 mon.c (mon.1) 8414 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.933982+0000 mon.c (mon.1) 8415 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.934658+0000 mon.c (mon.1) 8416 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:16.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.941839+0000 mon.a (mon.0) 2979 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:16.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:15.999949+0000 mon.c (mon.1) 8417 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:16.001795+0000 mon.c (mon.1) 8418 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:16.003718+0000 mon.c (mon.1) 8419 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.634 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:16.004365+0000 mon.c (mon.1) 8420 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:16.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:16.010752+0000 mon.a (mon.0) 2980 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:16.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:16.068151+0000 mon.c (mon.1) 8421 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:16.070640+0000 mon.c (mon.1) 8422 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:16.072672+0000 mon.c (mon.1) 8423 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:16.073499+0000 mon.c (mon.1) 8424 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:16.635 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:16.080432+0000 mon.a (mon.0) 2981 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:16.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:16.122681+0000 mon.c (mon.1) 8425 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:16.124753+0000 mon.c (mon.1) 8426 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:16.126870+0000 mon.c (mon.1) 8427 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.635 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:16.127641+0000 mon.c (mon.1) 8428 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:16.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:16.137579+0000 mon.a (mon.0) 2982 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:16.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:16.196802+0000 mon.c (mon.1) 8429 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:16.198718+0000 mon.c (mon.1) 8430 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:16.200745+0000 mon.c (mon.1) 8431 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:16.201423+0000 mon.c (mon.1) 8432 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:16.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:16.208863+0000 mon.a (mon.0) 2983 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:16.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:16.270640+0000 mon.c (mon.1) 8433 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:16.273122+0000 mon.c (mon.1) 8434 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.636 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[73591]: audit 2024-03-30T04:51:16.275700+0000 mon.c (mon.1) 8435 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.636 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:16.122681+0000 mon.c (mon.1) 8425 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:16.124753+0000 mon.c (mon.1) 8426 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:16.126870+0000 mon.c (mon.1) 8427 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:16.127641+0000 mon.c (mon.1) 8428 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:16.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:16.137579+0000 mon.a (mon.0) 2982 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:16.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:16.196802+0000 mon.c (mon.1) 8429 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:16.198718+0000 mon.c (mon.1) 8430 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.637 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:16.200745+0000 mon.c (mon.1) 8431 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:16.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:16.201423+0000 mon.c (mon.1) 8432 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:16.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:16.208863+0000 mon.a (mon.0) 2983 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:16.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:16.270640+0000 mon.c (mon.1) 8433 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:16.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:16.273122+0000 mon.c (mon.1) 8434 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:16.638 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:16 smithi111 bash[70954]: audit 2024-03-30T04:51:16.275700+0000 mon.c (mon.1) 8435 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:17.280 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[106835]: ts=2024-03-30T04:51:17.016Z caller=cluster.go:698 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.001839931s 2024-03-30T04:51:17.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: cluster 2024-03-30T04:51:15.865600+0000 mgr.y (mgr.25441) 7268 : cluster [DBG] pgmap v4815: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: cluster 2024-03-30T04:51:15.865839+0000 mgr.y (mgr.25441) 7269 : cluster [DBG] pgmap v4816: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: cephadm 2024-03-30T04:51:15.872559+0000 mgr.y (mgr.25441) 7270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:17.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: cluster 2024-03-30T04:51:15.936053+0000 mgr.y (mgr.25441) 7271 : cluster [DBG] pgmap v4817: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: cluster 2024-03-30T04:51:15.936287+0000 mgr.y (mgr.25441) 7272 : cluster [DBG] pgmap v4818: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: cephadm 2024-03-30T04:51:15.942530+0000 mgr.y (mgr.25441) 7273 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:17.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: cluster 2024-03-30T04:51:16.005673+0000 mgr.y (mgr.25441) 7274 : cluster [DBG] pgmap v4819: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: cluster 2024-03-30T04:51:16.005904+0000 mgr.y (mgr.25441) 7275 : cluster [DBG] pgmap v4820: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: cephadm 2024-03-30T04:51:16.011547+0000 mgr.y (mgr.25441) 7276 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:17.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: cluster 2024-03-30T04:51:16.075166+0000 mgr.y (mgr.25441) 7277 : cluster [DBG] pgmap v4821: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: cluster 2024-03-30T04:51:16.075430+0000 mgr.y (mgr.25441) 7278 : cluster [DBG] pgmap v4822: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: cephadm 2024-03-30T04:51:16.081149+0000 mgr.y (mgr.25441) 7279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:17.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: cluster 2024-03-30T04:51:16.129283+0000 mgr.y (mgr.25441) 7280 : cluster [DBG] pgmap v4823: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: cluster 2024-03-30T04:51:16.129597+0000 mgr.y (mgr.25441) 7281 : cluster [DBG] pgmap v4824: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: cephadm 2024-03-30T04:51:16.138261+0000 mgr.y (mgr.25441) 7282 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:17.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: cluster 2024-03-30T04:51:16.203182+0000 mgr.y (mgr.25441) 7283 : cluster [DBG] pgmap v4825: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: cluster 2024-03-30T04:51:16.203432+0000 mgr.y (mgr.25441) 7284 : cluster [DBG] pgmap v4826: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: cephadm 2024-03-30T04:51:16.209559+0000 mgr.y (mgr.25441) 7285 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:17.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.276635+0000 mon.c (mon.1) 8436 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:17.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: cluster 2024-03-30T04:51:16.278319+0000 mgr.y (mgr.25441) 7286 : cluster [DBG] pgmap v4827: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: cluster 2024-03-30T04:51:16.278725+0000 mgr.y (mgr.25441) 7287 : cluster [DBG] pgmap v4828: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.296331+0000 mon.a (mon.0) 2984 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:17.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: cephadm 2024-03-30T04:51:16.299867+0000 mgr.y (mgr.25441) 7288 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:17.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.344536+0000 mon.c (mon.1) 8437 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:17.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.346625+0000 mon.c (mon.1) 8438 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.348756+0000 mon.c (mon.1) 8439 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:17.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.349526+0000 mon.c (mon.1) 8440 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:17.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: cluster 2024-03-30T04:51:16.350848+0000 mgr.y (mgr.25441) 7289 : cluster [DBG] pgmap v4829: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: cluster 2024-03-30T04:51:16.351082+0000 mgr.y (mgr.25441) 7290 : cluster [DBG] pgmap v4830: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.359142+0000 mon.a (mon.0) 2985 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:17.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: cephadm 2024-03-30T04:51:16.361801+0000 mgr.y (mgr.25441) 7291 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:17.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.403133+0000 mon.c (mon.1) 8441 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:17.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.405128+0000 mon.c (mon.1) 8442 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.406957+0000 mon.c (mon.1) 8443 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:17.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.407557+0000 mon.c (mon.1) 8444 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:17.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: cluster 2024-03-30T04:51:16.408773+0000 mgr.y (mgr.25441) 7292 : cluster [DBG] pgmap v4831: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: cluster 2024-03-30T04:51:16.408989+0000 mgr.y (mgr.25441) 7293 : cluster [DBG] pgmap v4832: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.415622+0000 mon.a (mon.0) 2986 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:17.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: cephadm 2024-03-30T04:51:16.417247+0000 mgr.y (mgr.25441) 7294 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:17.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.460245+0000 mon.c (mon.1) 8445 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:17.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.462041+0000 mon.c (mon.1) 8446 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.464000+0000 mon.c (mon.1) 8447 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:17.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.464694+0000 mon.c (mon.1) 8448 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:17.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: cluster 2024-03-30T04:51:16.465979+0000 mgr.y (mgr.25441) 7295 : cluster [DBG] pgmap v4833: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: cluster 2024-03-30T04:51:16.466224+0000 mgr.y (mgr.25441) 7296 : cluster [DBG] pgmap v4834: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.472482+0000 mon.a (mon.0) 2987 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:17.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: cephadm 2024-03-30T04:51:16.474104+0000 mgr.y (mgr.25441) 7297 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:17.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.530749+0000 mon.c (mon.1) 8449 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:17.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.532667+0000 mon.c (mon.1) 8450 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.534485+0000 mon.c (mon.1) 8451 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:17.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.535189+0000 mon.c (mon.1) 8452 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:17.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: cluster 2024-03-30T04:51:16.536561+0000 mgr.y (mgr.25441) 7298 : cluster [DBG] pgmap v4835: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: cluster 2024-03-30T04:51:16.536755+0000 mgr.y (mgr.25441) 7299 : cluster [DBG] pgmap v4836: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.544064+0000 mon.a (mon.0) 2988 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:17.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: cephadm 2024-03-30T04:51:16.544749+0000 mgr.y (mgr.25441) 7300 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:17.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.567031+0000 mon.a (mon.0) 2989 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:17.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.576580+0000 mon.a (mon.0) 2990 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:17.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: cluster 2024-03-30T04:51:16.578283+0000 mgr.y (mgr.25441) 7301 : cluster [DBG] pgmap v4837: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: cluster 2024-03-30T04:51:16.578499+0000 mgr.y (mgr.25441) 7302 : cluster [DBG] pgmap v4838: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.585853+0000 mon.a (mon.0) 2991 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:17.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.602876+0000 mon.a (mon.0) 2992 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:17.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.611664+0000 mon.a (mon.0) 2993 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:17.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: cluster 2024-03-30T04:51:16.613315+0000 mgr.y (mgr.25441) 7303 : cluster [DBG] pgmap v4839: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: cluster 2024-03-30T04:51:16.613503+0000 mgr.y (mgr.25441) 7304 : cluster [DBG] pgmap v4840: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.620345+0000 mon.a (mon.0) 2994 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:17.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.622646+0000 mon.c (mon.1) 8453 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:17.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.624953+0000 mon.c (mon.1) 8454 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.626397+0000 mon.c (mon.1) 8455 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.627482+0000 mon.c (mon.1) 8456 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.629737+0000 mon.c (mon.1) 8457 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.632076+0000 mon.c (mon.1) 8458 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.633587+0000 mon.c (mon.1) 8459 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.634630+0000 mon.c (mon.1) 8460 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.635689+0000 mon.c (mon.1) 8461 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.636736+0000 mon.c (mon.1) 8462 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.637896+0000 mon.c (mon.1) 8463 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.638953+0000 mon.c (mon.1) 8464 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.640116+0000 mon.c (mon.1) 8465 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.641630+0000 mon.c (mon.1) 8466 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.643005+0000 mon.c (mon.1) 8467 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:17 smithi117 bash[62284]: audit 2024-03-30T04:51:16.644430+0000 mon.c (mon.1) 8468 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.392 INFO:teuthology.orchestra.run.smithi111.stdout:true 2024-03-30T04:51:17.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: cluster 2024-03-30T04:51:15.865600+0000 mgr.y (mgr.25441) 7268 : cluster [DBG] pgmap v4815: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: cluster 2024-03-30T04:51:15.865839+0000 mgr.y (mgr.25441) 7269 : cluster [DBG] pgmap v4816: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: cephadm 2024-03-30T04:51:15.872559+0000 mgr.y (mgr.25441) 7270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:17.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: cluster 2024-03-30T04:51:15.936053+0000 mgr.y (mgr.25441) 7271 : cluster [DBG] pgmap v4817: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: cluster 2024-03-30T04:51:15.936287+0000 mgr.y (mgr.25441) 7272 : cluster [DBG] pgmap v4818: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: cephadm 2024-03-30T04:51:15.942530+0000 mgr.y (mgr.25441) 7273 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:17.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: cluster 2024-03-30T04:51:16.005673+0000 mgr.y (mgr.25441) 7274 : cluster [DBG] pgmap v4819: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: cluster 2024-03-30T04:51:16.005904+0000 mgr.y (mgr.25441) 7275 : cluster [DBG] pgmap v4820: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: cephadm 2024-03-30T04:51:16.011547+0000 mgr.y (mgr.25441) 7276 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:17.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: cluster 2024-03-30T04:51:16.075166+0000 mgr.y (mgr.25441) 7277 : cluster [DBG] pgmap v4821: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: cluster 2024-03-30T04:51:16.075430+0000 mgr.y (mgr.25441) 7278 : cluster [DBG] pgmap v4822: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: cephadm 2024-03-30T04:51:16.081149+0000 mgr.y (mgr.25441) 7279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:17.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: cluster 2024-03-30T04:51:16.129283+0000 mgr.y (mgr.25441) 7280 : cluster [DBG] pgmap v4823: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: cluster 2024-03-30T04:51:16.129597+0000 mgr.y (mgr.25441) 7281 : cluster [DBG] pgmap v4824: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: cephadm 2024-03-30T04:51:16.138261+0000 mgr.y (mgr.25441) 7282 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:17.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: cluster 2024-03-30T04:51:16.203182+0000 mgr.y (mgr.25441) 7283 : cluster [DBG] pgmap v4825: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: cluster 2024-03-30T04:51:16.203432+0000 mgr.y (mgr.25441) 7284 : cluster [DBG] pgmap v4826: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: cephadm 2024-03-30T04:51:16.209559+0000 mgr.y (mgr.25441) 7285 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:17.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.276635+0000 mon.c (mon.1) 8436 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:17.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: cluster 2024-03-30T04:51:16.278319+0000 mgr.y (mgr.25441) 7286 : cluster [DBG] pgmap v4827: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: cluster 2024-03-30T04:51:15.865600+0000 mgr.y (mgr.25441) 7268 : cluster [DBG] pgmap v4815: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: cluster 2024-03-30T04:51:15.865839+0000 mgr.y (mgr.25441) 7269 : cluster [DBG] pgmap v4816: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: cephadm 2024-03-30T04:51:15.872559+0000 mgr.y (mgr.25441) 7270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:17.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: cluster 2024-03-30T04:51:15.936053+0000 mgr.y (mgr.25441) 7271 : cluster [DBG] pgmap v4817: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: cluster 2024-03-30T04:51:15.936287+0000 mgr.y (mgr.25441) 7272 : cluster [DBG] pgmap v4818: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: cephadm 2024-03-30T04:51:15.942530+0000 mgr.y (mgr.25441) 7273 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:17.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: cluster 2024-03-30T04:51:16.005673+0000 mgr.y (mgr.25441) 7274 : cluster [DBG] pgmap v4819: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: cluster 2024-03-30T04:51:16.005904+0000 mgr.y (mgr.25441) 7275 : cluster [DBG] pgmap v4820: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: cephadm 2024-03-30T04:51:16.011547+0000 mgr.y (mgr.25441) 7276 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:17.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: cluster 2024-03-30T04:51:16.075166+0000 mgr.y (mgr.25441) 7277 : cluster [DBG] pgmap v4821: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: cluster 2024-03-30T04:51:16.075430+0000 mgr.y (mgr.25441) 7278 : cluster [DBG] pgmap v4822: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: cephadm 2024-03-30T04:51:16.081149+0000 mgr.y (mgr.25441) 7279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:17.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: cluster 2024-03-30T04:51:16.129283+0000 mgr.y (mgr.25441) 7280 : cluster [DBG] pgmap v4823: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: cluster 2024-03-30T04:51:16.129597+0000 mgr.y (mgr.25441) 7281 : cluster [DBG] pgmap v4824: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: cephadm 2024-03-30T04:51:16.138261+0000 mgr.y (mgr.25441) 7282 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:17.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: cluster 2024-03-30T04:51:16.203182+0000 mgr.y (mgr.25441) 7283 : cluster [DBG] pgmap v4825: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: cluster 2024-03-30T04:51:16.203432+0000 mgr.y (mgr.25441) 7284 : cluster [DBG] pgmap v4826: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: cephadm 2024-03-30T04:51:16.209559+0000 mgr.y (mgr.25441) 7285 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:17.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.276635+0000 mon.c (mon.1) 8436 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:17.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: cluster 2024-03-30T04:51:16.278319+0000 mgr.y (mgr.25441) 7286 : cluster [DBG] pgmap v4827: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: cluster 2024-03-30T04:51:16.278725+0000 mgr.y (mgr.25441) 7287 : cluster [DBG] pgmap v4828: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.296331+0000 mon.a (mon.0) 2984 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:17.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: cephadm 2024-03-30T04:51:16.299867+0000 mgr.y (mgr.25441) 7288 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:17.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.344536+0000 mon.c (mon.1) 8437 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:17.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.346625+0000 mon.c (mon.1) 8438 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.348756+0000 mon.c (mon.1) 8439 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:17.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.349526+0000 mon.c (mon.1) 8440 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:17.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: cluster 2024-03-30T04:51:16.350848+0000 mgr.y (mgr.25441) 7289 : cluster [DBG] pgmap v4829: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: cluster 2024-03-30T04:51:16.351082+0000 mgr.y (mgr.25441) 7290 : cluster [DBG] pgmap v4830: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.359142+0000 mon.a (mon.0) 2985 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:17.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: cephadm 2024-03-30T04:51:16.361801+0000 mgr.y (mgr.25441) 7291 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:17.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.403133+0000 mon.c (mon.1) 8441 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:17.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.405128+0000 mon.c (mon.1) 8442 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.406957+0000 mon.c (mon.1) 8443 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:17.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.407557+0000 mon.c (mon.1) 8444 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:17.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: cluster 2024-03-30T04:51:16.408773+0000 mgr.y (mgr.25441) 7292 : cluster [DBG] pgmap v4831: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: cluster 2024-03-30T04:51:16.408989+0000 mgr.y (mgr.25441) 7293 : cluster [DBG] pgmap v4832: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.415622+0000 mon.a (mon.0) 2986 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:17.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: cephadm 2024-03-30T04:51:16.417247+0000 mgr.y (mgr.25441) 7294 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:17.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.460245+0000 mon.c (mon.1) 8445 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:17.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: cluster 2024-03-30T04:51:16.278725+0000 mgr.y (mgr.25441) 7287 : cluster [DBG] pgmap v4828: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.296331+0000 mon.a (mon.0) 2984 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:17.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: cephadm 2024-03-30T04:51:16.299867+0000 mgr.y (mgr.25441) 7288 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:17.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.344536+0000 mon.c (mon.1) 8437 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:17.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.346625+0000 mon.c (mon.1) 8438 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.348756+0000 mon.c (mon.1) 8439 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:17.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.349526+0000 mon.c (mon.1) 8440 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:17.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: cluster 2024-03-30T04:51:16.350848+0000 mgr.y (mgr.25441) 7289 : cluster [DBG] pgmap v4829: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: cluster 2024-03-30T04:51:16.351082+0000 mgr.y (mgr.25441) 7290 : cluster [DBG] pgmap v4830: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.359142+0000 mon.a (mon.0) 2985 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:17.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: cephadm 2024-03-30T04:51:16.361801+0000 mgr.y (mgr.25441) 7291 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:17.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.403133+0000 mon.c (mon.1) 8441 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:17.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.405128+0000 mon.c (mon.1) 8442 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.406957+0000 mon.c (mon.1) 8443 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:17.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.407557+0000 mon.c (mon.1) 8444 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:17.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: cluster 2024-03-30T04:51:16.408773+0000 mgr.y (mgr.25441) 7292 : cluster [DBG] pgmap v4831: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: cluster 2024-03-30T04:51:16.408989+0000 mgr.y (mgr.25441) 7293 : cluster [DBG] pgmap v4832: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.415622+0000 mon.a (mon.0) 2986 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:17.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: cephadm 2024-03-30T04:51:16.417247+0000 mgr.y (mgr.25441) 7294 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:17.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.460245+0000 mon.c (mon.1) 8445 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:17.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.462041+0000 mon.c (mon.1) 8446 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.464000+0000 mon.c (mon.1) 8447 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:17.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.464694+0000 mon.c (mon.1) 8448 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:17.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: cluster 2024-03-30T04:51:16.465979+0000 mgr.y (mgr.25441) 7295 : cluster [DBG] pgmap v4833: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: cluster 2024-03-30T04:51:16.466224+0000 mgr.y (mgr.25441) 7296 : cluster [DBG] pgmap v4834: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.472482+0000 mon.a (mon.0) 2987 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:17.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: cephadm 2024-03-30T04:51:16.474104+0000 mgr.y (mgr.25441) 7297 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:17.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.530749+0000 mon.c (mon.1) 8449 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:17.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.532667+0000 mon.c (mon.1) 8450 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.534485+0000 mon.c (mon.1) 8451 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:17.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.535189+0000 mon.c (mon.1) 8452 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:17.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: cluster 2024-03-30T04:51:16.536561+0000 mgr.y (mgr.25441) 7298 : cluster [DBG] pgmap v4835: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: cluster 2024-03-30T04:51:16.536755+0000 mgr.y (mgr.25441) 7299 : cluster [DBG] pgmap v4836: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.544064+0000 mon.a (mon.0) 2988 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:17.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: cephadm 2024-03-30T04:51:16.544749+0000 mgr.y (mgr.25441) 7300 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:17.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.567031+0000 mon.a (mon.0) 2989 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:17.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.576580+0000 mon.a (mon.0) 2990 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:17.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: cluster 2024-03-30T04:51:16.578283+0000 mgr.y (mgr.25441) 7301 : cluster [DBG] pgmap v4837: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: cluster 2024-03-30T04:51:16.578499+0000 mgr.y (mgr.25441) 7302 : cluster [DBG] pgmap v4838: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.585853+0000 mon.a (mon.0) 2991 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:17.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.602876+0000 mon.a (mon.0) 2992 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:17.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.611664+0000 mon.a (mon.0) 2993 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:17.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.462041+0000 mon.c (mon.1) 8446 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.464000+0000 mon.c (mon.1) 8447 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:17.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.464694+0000 mon.c (mon.1) 8448 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:17.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: cluster 2024-03-30T04:51:16.465979+0000 mgr.y (mgr.25441) 7295 : cluster [DBG] pgmap v4833: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: cluster 2024-03-30T04:51:16.466224+0000 mgr.y (mgr.25441) 7296 : cluster [DBG] pgmap v4834: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.472482+0000 mon.a (mon.0) 2987 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:17.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: cephadm 2024-03-30T04:51:16.474104+0000 mgr.y (mgr.25441) 7297 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:17.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.530749+0000 mon.c (mon.1) 8449 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:17.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.532667+0000 mon.c (mon.1) 8450 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.534485+0000 mon.c (mon.1) 8451 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:17.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.535189+0000 mon.c (mon.1) 8452 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:17.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: cluster 2024-03-30T04:51:16.536561+0000 mgr.y (mgr.25441) 7298 : cluster [DBG] pgmap v4835: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: cluster 2024-03-30T04:51:16.536755+0000 mgr.y (mgr.25441) 7299 : cluster [DBG] pgmap v4836: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.544064+0000 mon.a (mon.0) 2988 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:17.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: cephadm 2024-03-30T04:51:16.544749+0000 mgr.y (mgr.25441) 7300 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:17.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.567031+0000 mon.a (mon.0) 2989 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:17.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.576580+0000 mon.a (mon.0) 2990 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:17.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: cluster 2024-03-30T04:51:16.578283+0000 mgr.y (mgr.25441) 7301 : cluster [DBG] pgmap v4837: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: cluster 2024-03-30T04:51:16.578499+0000 mgr.y (mgr.25441) 7302 : cluster [DBG] pgmap v4838: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.585853+0000 mon.a (mon.0) 2991 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:17.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.602876+0000 mon.a (mon.0) 2992 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:17.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.611664+0000 mon.a (mon.0) 2993 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:17.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: cluster 2024-03-30T04:51:16.613315+0000 mgr.y (mgr.25441) 7303 : cluster [DBG] pgmap v4839: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: cluster 2024-03-30T04:51:16.613503+0000 mgr.y (mgr.25441) 7304 : cluster [DBG] pgmap v4840: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.620345+0000 mon.a (mon.0) 2994 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:17.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.622646+0000 mon.c (mon.1) 8453 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:17.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.624953+0000 mon.c (mon.1) 8454 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.626397+0000 mon.c (mon.1) 8455 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.627482+0000 mon.c (mon.1) 8456 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.629737+0000 mon.c (mon.1) 8457 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.632076+0000 mon.c (mon.1) 8458 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.633587+0000 mon.c (mon.1) 8459 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.634630+0000 mon.c (mon.1) 8460 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.635689+0000 mon.c (mon.1) 8461 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.636736+0000 mon.c (mon.1) 8462 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.637896+0000 mon.c (mon.1) 8463 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.638953+0000 mon.c (mon.1) 8464 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.640116+0000 mon.c (mon.1) 8465 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.641630+0000 mon.c (mon.1) 8466 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.643005+0000 mon.c (mon.1) 8467 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[73591]: audit 2024-03-30T04:51:16.644430+0000 mon.c (mon.1) 8468 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: cluster 2024-03-30T04:51:16.613315+0000 mgr.y (mgr.25441) 7303 : cluster [DBG] pgmap v4839: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: cluster 2024-03-30T04:51:16.613503+0000 mgr.y (mgr.25441) 7304 : cluster [DBG] pgmap v4840: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:17.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.620345+0000 mon.a (mon.0) 2994 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:17.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.622646+0000 mon.c (mon.1) 8453 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:17.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.624953+0000 mon.c (mon.1) 8454 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.626397+0000 mon.c (mon.1) 8455 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.627482+0000 mon.c (mon.1) 8456 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.629737+0000 mon.c (mon.1) 8457 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.632076+0000 mon.c (mon.1) 8458 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.633587+0000 mon.c (mon.1) 8459 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.634630+0000 mon.c (mon.1) 8460 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.635689+0000 mon.c (mon.1) 8461 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.636736+0000 mon.c (mon.1) 8462 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.637896+0000 mon.c (mon.1) 8463 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.638953+0000 mon.c (mon.1) 8464 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.640116+0000 mon.c (mon.1) 8465 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.641630+0000 mon.c (mon.1) 8466 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.643005+0000 mon.c (mon.1) 8467 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:17.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:17 smithi111 bash[70954]: audit 2024-03-30T04:51:16.644430+0000 mon.c (mon.1) 8468 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:18.117 INFO:teuthology.orchestra.run.smithi111.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:51:18.118 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi111 smithi111 running 1s ago 25m - - 2024-03-30T04:51:18.118 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi117 smithi117 running 1s ago 25m - - 2024-03-30T04:51:18.118 INFO:teuthology.orchestra.run.smithi111.stdout:alertmanager.a smithi111 *:9093,9094 running (12s) 1s ago 19m 15.2M - 0.25.0 c8568f914cd2 689c742981d5 2024-03-30T04:51:18.118 INFO:teuthology.orchestra.run.smithi111.stdout:grafana.a smithi117 *:3000 error 1s ago 18m - - 2024-03-30T04:51:18.118 INFO:teuthology.orchestra.run.smithi111.stdout:iscsi.foo.smithi111.fmwmll smithi111 running (2m) 1s ago 16m 42.9M - 3.7 3714003597ec 3ebd9fdc0e65 2024-03-30T04:51:18.118 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.x smithi117 *:8443,9283,8765 running (9m) 1s ago 24m 440M - 19.0.0-2493-gd82c9aa1 3714003597ec 42ebd55da4b4 2024-03-30T04:51:18.118 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.y smithi111 *:8443,9283,8765 running (11m) 1s ago 26m 542M - 19.0.0-2493-gd82c9aa1 3714003597ec fa84fb31d2a4 2024-03-30T04:51:18.118 INFO:teuthology.orchestra.run.smithi111.stdout:mon.a smithi111 running (9m) 1s ago 27m 177M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 896c96f933ff 2024-03-30T04:51:18.118 INFO:teuthology.orchestra.run.smithi111.stdout:mon.b smithi117 running (8m) 1s ago 25m 68.0M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 60f10ffc2128 2024-03-30T04:51:18.118 INFO:teuthology.orchestra.run.smithi111.stdout:mon.c smithi111 running (8m) 1s ago 25m 85.5M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 385ecbe45d43 2024-03-30T04:51:18.118 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.a smithi111 *:9100 running (82s) 1s ago 19m 7635k - 1.5.0 0da6a335fe13 d19f0b31b938 2024-03-30T04:51:18.118 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.b smithi117 *:9100 running (77s) 1s ago 19m 7371k - 1.5.0 0da6a335fe13 ed50a028daf9 2024-03-30T04:51:18.119 INFO:teuthology.orchestra.run.smithi111.stdout:osd.0 smithi111 running (7m) 1s ago 24m 61.3M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec c83a5c211a2a 2024-03-30T04:51:18.119 INFO:teuthology.orchestra.run.smithi111.stdout:osd.1 smithi111 running (6m) 1s ago 23m 70.8M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 72f709306a82 2024-03-30T04:51:18.119 INFO:teuthology.orchestra.run.smithi111.stdout:osd.2 smithi111 running (6m) 1s ago 23m 54.2M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 4812fabf499a 2024-03-30T04:51:18.119 INFO:teuthology.orchestra.run.smithi111.stdout:osd.3 smithi111 running (5m) 1s ago 22m 64.4M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec d39d23268f95 2024-03-30T04:51:18.119 INFO:teuthology.orchestra.run.smithi111.stdout:osd.4 smithi117 running (4m) 1s ago 22m 62.1M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 1668f848549c 2024-03-30T04:51:18.119 INFO:teuthology.orchestra.run.smithi111.stdout:osd.5 smithi117 running (4m) 1s ago 21m 60.4M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec db2499d5a247 2024-03-30T04:51:18.119 INFO:teuthology.orchestra.run.smithi111.stdout:osd.6 smithi117 running (3m) 1s ago 20m 60.0M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 68d03f439b68 2024-03-30T04:51:18.119 INFO:teuthology.orchestra.run.smithi111.stdout:osd.7 smithi117 running (3m) 1s ago 20m 58.8M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 6fd992ff99cf 2024-03-30T04:51:18.119 INFO:teuthology.orchestra.run.smithi111.stdout:prometheus.a smithi117 *:9095 running (54s) 1s ago 19m 52.1M - 2.43.0 a07b618ecd1d 22f965c51baa 2024-03-30T04:51:18.119 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi111.gqpgtc smithi111 *:8000 running (2m) 1s ago 17m 91.0M - 19.0.0-2493-gd82c9aa1 3714003597ec 50e6e8bbe60e 2024-03-30T04:51:18.119 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi117.nijpsz smithi117 *:8000 running (2m) 1s ago 17m 90.4M - 19.0.0-2493-gd82c9aa1 3714003597ec d8c31b651386 2024-03-30T04:51:18.119 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi111.nqgkvi smithi111 *:80 running (2m) 1s ago 16m 90.7M - 19.0.0-2493-gd82c9aa1 3714003597ec ea526666ea23 2024-03-30T04:51:18.119 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi117.wrgldy smithi117 *:80 running (2m) 1s ago 16m 90.5M - 19.0.0-2493-gd82c9aa1 3714003597ec aa04480b5182 2024-03-30T04:51:18.559 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:51:18.559 INFO:teuthology.orchestra.run.smithi111.stdout: "mon": { 2024-03-30T04:51:18.559 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:51:18.560 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:51:18.560 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr": { 2024-03-30T04:51:18.560 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:51:18.560 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:51:18.560 INFO:teuthology.orchestra.run.smithi111.stdout: "osd": { 2024-03-30T04:51:18.560 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 8 2024-03-30T04:51:18.560 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:51:18.560 INFO:teuthology.orchestra.run.smithi111.stdout: "rgw": { 2024-03-30T04:51:18.560 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 4 2024-03-30T04:51:18.560 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:51:18.560 INFO:teuthology.orchestra.run.smithi111.stdout: "overall": { 2024-03-30T04:51:18.560 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 17 2024-03-30T04:51:18.560 INFO:teuthology.orchestra.run.smithi111.stdout: } 2024-03-30T04:51:18.560 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:51:18.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:18 smithi111 bash[70954]: audit 2024-03-30T04:51:17.379655+0000 mgr.y (mgr.25441) 7305 : audit [DBG] from='client.44893 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:18.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:18 smithi111 bash[70954]: audit 2024-03-30T04:51:17.747485+0000 mgr.y (mgr.25441) 7306 : audit [DBG] from='client.44899 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:18.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:18 smithi111 bash[73591]: audit 2024-03-30T04:51:17.379655+0000 mgr.y (mgr.25441) 7305 : audit [DBG] from='client.44893 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:18.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:18 smithi111 bash[73591]: audit 2024-03-30T04:51:17.747485+0000 mgr.y (mgr.25441) 7306 : audit [DBG] from='client.44899 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:18.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:18 smithi117 bash[62284]: audit 2024-03-30T04:51:17.379655+0000 mgr.y (mgr.25441) 7305 : audit [DBG] from='client.44893 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:18.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:18 smithi117 bash[62284]: audit 2024-03-30T04:51:17.747485+0000 mgr.y (mgr.25441) 7306 : audit [DBG] from='client.44899 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:18.914 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:51:18.914 INFO:teuthology.orchestra.run.smithi111.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962", 2024-03-30T04:51:18.914 INFO:teuthology.orchestra.run.smithi111.stdout: "in_progress": true, 2024-03-30T04:51:18.915 INFO:teuthology.orchestra.run.smithi111.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:51:18.915 INFO:teuthology.orchestra.run.smithi111.stdout: "services_complete": [ 2024-03-30T04:51:18.915 INFO:teuthology.orchestra.run.smithi111.stdout: "osd", 2024-03-30T04:51:18.915 INFO:teuthology.orchestra.run.smithi111.stdout: "rgw", 2024-03-30T04:51:18.915 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr", 2024-03-30T04:51:18.915 INFO:teuthology.orchestra.run.smithi111.stdout: "mon", 2024-03-30T04:51:18.915 INFO:teuthology.orchestra.run.smithi111.stdout: "iscsi" 2024-03-30T04:51:18.915 INFO:teuthology.orchestra.run.smithi111.stdout: ], 2024-03-30T04:51:18.915 INFO:teuthology.orchestra.run.smithi111.stdout: "progress": "18/23 daemons upgraded", 2024-03-30T04:51:18.915 INFO:teuthology.orchestra.run.smithi111.stdout: "message": "Currently upgrading grafana daemons", 2024-03-30T04:51:18.915 INFO:teuthology.orchestra.run.smithi111.stdout: "is_paused": false 2024-03-30T04:51:18.915 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:51:19.374 INFO:teuthology.orchestra.run.smithi111.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:51:19.375 INFO:teuthology.orchestra.run.smithi111.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:51:19.375 INFO:teuthology.orchestra.run.smithi111.stdout: daemon grafana.a on smithi117 is in error state 2024-03-30T04:51:19.730 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:19 smithi111 bash[70954]: audit 2024-03-30T04:51:18.100100+0000 mgr.y (mgr.25441) 7307 : audit [DBG] from='client.34965 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:19.730 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:19 smithi111 bash[70954]: audit 2024-03-30T04:51:18.564516+0000 mon.a (mon.0) 2995 : audit [DBG] from='client.? 172.21.15.111:0/3364934540' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:19.730 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:19 smithi111 bash[70954]: cluster 2024-03-30T04:51:18.614174+0000 mgr.y (mgr.25441) 7308 : cluster [DBG] pgmap v4841: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 2 op/s 2024-03-30T04:51:19.730 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:19 smithi111 bash[70954]: audit 2024-03-30T04:51:19.314049+0000 mon.a (mon.0) 2996 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:19.730 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:19 smithi111 bash[70954]: audit 2024-03-30T04:51:19.321337+0000 mon.a (mon.0) 2997 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:19.730 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:19 smithi111 bash[70954]: audit 2024-03-30T04:51:19.327992+0000 mon.a (mon.0) 2998 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:19.730 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:19 smithi111 bash[70954]: audit 2024-03-30T04:51:19.379804+0000 mon.a (mon.0) 2999 : audit [DBG] from='client.? 172.21.15.111:0/396749957' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:51:19.730 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:19 smithi111 bash[73591]: audit 2024-03-30T04:51:18.100100+0000 mgr.y (mgr.25441) 7307 : audit [DBG] from='client.34965 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:19.730 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:19 smithi111 bash[73591]: audit 2024-03-30T04:51:18.564516+0000 mon.a (mon.0) 2995 : audit [DBG] from='client.? 172.21.15.111:0/3364934540' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:19.731 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:19 smithi111 bash[73591]: cluster 2024-03-30T04:51:18.614174+0000 mgr.y (mgr.25441) 7308 : cluster [DBG] pgmap v4841: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 2 op/s 2024-03-30T04:51:19.731 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:19 smithi111 bash[73591]: audit 2024-03-30T04:51:19.314049+0000 mon.a (mon.0) 2996 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:19.731 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:19 smithi111 bash[73591]: audit 2024-03-30T04:51:19.321337+0000 mon.a (mon.0) 2997 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:19.731 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:19 smithi111 bash[73591]: audit 2024-03-30T04:51:19.327992+0000 mon.a (mon.0) 2998 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:19.731 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:19 smithi111 bash[73591]: audit 2024-03-30T04:51:19.379804+0000 mon.a (mon.0) 2999 : audit [DBG] from='client.? 172.21.15.111:0/396749957' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:51:19.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:19 smithi117 bash[62284]: audit 2024-03-30T04:51:18.100100+0000 mgr.y (mgr.25441) 7307 : audit [DBG] from='client.34965 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:19.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:19 smithi117 bash[62284]: audit 2024-03-30T04:51:18.564516+0000 mon.a (mon.0) 2995 : audit [DBG] from='client.? 172.21.15.111:0/3364934540' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:19.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:19 smithi117 bash[62284]: cluster 2024-03-30T04:51:18.614174+0000 mgr.y (mgr.25441) 7308 : cluster [DBG] pgmap v4841: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 2 op/s 2024-03-30T04:51:19.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:19 smithi117 bash[62284]: audit 2024-03-30T04:51:19.314049+0000 mon.a (mon.0) 2996 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:19.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:19 smithi117 bash[62284]: audit 2024-03-30T04:51:19.321337+0000 mon.a (mon.0) 2997 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:19.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:19 smithi117 bash[62284]: audit 2024-03-30T04:51:19.327992+0000 mon.a (mon.0) 2998 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:19.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:19 smithi117 bash[62284]: audit 2024-03-30T04:51:19.379804+0000 mon.a (mon.0) 2999 : audit [DBG] from='client.? 172.21.15.111:0/396749957' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:51:20.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:20 smithi117 bash[62284]: audit 2024-03-30T04:51:18.919155+0000 mgr.y (mgr.25441) 7309 : audit [DBG] from='client.44917 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:20.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:20 smithi117 bash[62284]: audit 2024-03-30T04:51:19.100975+0000 mgr.y (mgr.25441) 7310 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:20.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:20 smithi117 bash[62284]: cluster 2024-03-30T04:51:19.323098+0000 mgr.y (mgr.25441) 7311 : cluster [DBG] pgmap v4842: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s 2024-03-30T04:51:20.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:20 smithi117 bash[62284]: cluster 2024-03-30T04:51:19.323311+0000 mgr.y (mgr.25441) 7312 : cluster [DBG] pgmap v4843: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s 2024-03-30T04:51:20.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:20 smithi111 bash[70954]: audit 2024-03-30T04:51:18.919155+0000 mgr.y (mgr.25441) 7309 : audit [DBG] from='client.44917 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:20.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:20 smithi111 bash[70954]: audit 2024-03-30T04:51:19.100975+0000 mgr.y (mgr.25441) 7310 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:20.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:20 smithi111 bash[70954]: cluster 2024-03-30T04:51:19.323098+0000 mgr.y (mgr.25441) 7311 : cluster [DBG] pgmap v4842: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s 2024-03-30T04:51:20.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:20 smithi111 bash[70954]: cluster 2024-03-30T04:51:19.323311+0000 mgr.y (mgr.25441) 7312 : cluster [DBG] pgmap v4843: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s 2024-03-30T04:51:20.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:20 smithi111 bash[73591]: audit 2024-03-30T04:51:18.919155+0000 mgr.y (mgr.25441) 7309 : audit [DBG] from='client.44917 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:20.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:20 smithi111 bash[73591]: audit 2024-03-30T04:51:19.100975+0000 mgr.y (mgr.25441) 7310 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:20.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:20 smithi111 bash[73591]: cluster 2024-03-30T04:51:19.323098+0000 mgr.y (mgr.25441) 7311 : cluster [DBG] pgmap v4842: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s 2024-03-30T04:51:20.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:20 smithi111 bash[73591]: cluster 2024-03-30T04:51:19.323311+0000 mgr.y (mgr.25441) 7312 : cluster [DBG] pgmap v4843: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s 2024-03-30T04:51:22.500 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:22 smithi117 bash[62284]: cephadm 2024-03-30T04:51:20.918755+0000 mgr.y (mgr.25441) 7313 : cephadm [INF] Upgrade: Updating grafana.a 2024-03-30T04:51:22.500 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:22 smithi117 bash[62284]: cephadm 2024-03-30T04:51:20.961479+0000 mgr.y (mgr.25441) 7314 : cephadm [INF] Deploying daemon grafana.a on smithi117 2024-03-30T04:51:22.500 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:22 smithi117 bash[62284]: cluster 2024-03-30T04:51:21.324231+0000 mgr.y (mgr.25441) 7315 : cluster [DBG] pgmap v4844: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:51:22.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:22 smithi111 bash[73591]: cephadm 2024-03-30T04:51:20.918755+0000 mgr.y (mgr.25441) 7313 : cephadm [INF] Upgrade: Updating grafana.a 2024-03-30T04:51:22.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:22 smithi111 bash[73591]: cephadm 2024-03-30T04:51:20.961479+0000 mgr.y (mgr.25441) 7314 : cephadm [INF] Deploying daemon grafana.a on smithi117 2024-03-30T04:51:22.867 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:22 smithi111 bash[73591]: cluster 2024-03-30T04:51:21.324231+0000 mgr.y (mgr.25441) 7315 : cluster [DBG] pgmap v4844: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:51:22.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:22 smithi111 bash[70954]: cephadm 2024-03-30T04:51:20.918755+0000 mgr.y (mgr.25441) 7313 : cephadm [INF] Upgrade: Updating grafana.a 2024-03-30T04:51:22.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:22 smithi111 bash[70954]: cephadm 2024-03-30T04:51:20.961479+0000 mgr.y (mgr.25441) 7314 : cephadm [INF] Deploying daemon grafana.a on smithi117 2024-03-30T04:51:22.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:22 smithi111 bash[70954]: cluster 2024-03-30T04:51:21.324231+0000 mgr.y (mgr.25441) 7315 : cluster [DBG] pgmap v4844: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:51:24.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:24 smithi117 bash[62284]: cluster 2024-03-30T04:51:23.325651+0000 mgr.y (mgr.25441) 7316 : cluster [DBG] pgmap v4845: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-30T04:51:24.807 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:24 smithi111 bash[70954]: cluster 2024-03-30T04:51:23.325651+0000 mgr.y (mgr.25441) 7316 : cluster [DBG] pgmap v4845: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-30T04:51:24.807 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:24 smithi111 bash[73591]: cluster 2024-03-30T04:51:23.325651+0000 mgr.y (mgr.25441) 7316 : cluster [DBG] pgmap v4845: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-30T04:51:26.777 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:51:26 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:26.778 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:51:26 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:26.778 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:51:26 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:26.778 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:51:26 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:26.779 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:51:26 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:26.779 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:26 smithi117 bash[62284]: cluster 2024-03-30T04:51:25.326594+0000 mgr.y (mgr.25441) 7317 : cluster [DBG] pgmap v4846: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:51:26.779 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:26 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:26.779 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:51:26 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:26.780 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:51:26 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:26.780 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:26 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:26.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:26 smithi111 bash[70954]: cluster 2024-03-30T04:51:25.326594+0000 mgr.y (mgr.25441) 7317 : cluster [DBG] pgmap v4846: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:51:26.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:26 smithi111 bash[73591]: cluster 2024-03-30T04:51:25.326594+0000 mgr.y (mgr.25441) 7317 : cluster [DBG] pgmap v4846: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:51:26.868 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:51:26 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:51:26] "GET /metrics HTTP/1.1" 200 38702 "" "Prometheus/2.43.0" 2024-03-30T04:51:27.073 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:26 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:27.073 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:51:26 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:27.074 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:51:26 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:27.074 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:51:26 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:27.074 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:51:26 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:27.075 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:51:26 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:27.075 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:26 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:27.075 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:27 smithi117 systemd[1]: Started Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:51:27.075 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:51:26 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:27.075 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:51:26 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:28.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.087507+0000 mon.a (mon.0) 3000 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:28.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.104405+0000 mon.a (mon.0) 3001 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:28.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.113923+0000 mon.c (mon.1) 8469 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:28.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.115894+0000 mon.c (mon.1) 8470 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:28.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: cluster 2024-03-30T04:51:27.119837+0000 mgr.y (mgr.25441) 7318 : cluster [DBG] pgmap v4847: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:28.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.127761+0000 mon.a (mon.0) 3002 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:28.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: cephadm 2024-03-30T04:51:27.129287+0000 mgr.y (mgr.25441) 7319 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:28.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.214450+0000 mon.c (mon.1) 8471 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:51:28.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.215451+0000 mgr.y (mgr.25441) 7320 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:51:28.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.233305+0000 mon.c (mon.1) 8472 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:28.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.238291+0000 mon.c (mon.1) 8473 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:28.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.244260+0000 mon.c (mon.1) 8474 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:28.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.246193+0000 mon.c (mon.1) 8475 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:28.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.257057+0000 mon.a (mon.0) 3003 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:28.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: cephadm 2024-03-30T04:51:27.258884+0000 mgr.y (mgr.25441) 7321 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:28.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.349717+0000 mon.c (mon.1) 8476 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:28.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.354839+0000 mon.c (mon.1) 8477 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:28.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.359461+0000 mon.c (mon.1) 8478 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:28.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.361232+0000 mon.c (mon.1) 8479 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:28.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.371032+0000 mon.a (mon.0) 3004 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:28.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.087507+0000 mon.a (mon.0) 3000 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:28.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.104405+0000 mon.a (mon.0) 3001 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:28.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.113923+0000 mon.c (mon.1) 8469 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:28.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.115894+0000 mon.c (mon.1) 8470 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:28.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: cluster 2024-03-30T04:51:27.119837+0000 mgr.y (mgr.25441) 7318 : cluster [DBG] pgmap v4847: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:28.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.127761+0000 mon.a (mon.0) 3002 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:28.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: cephadm 2024-03-30T04:51:27.129287+0000 mgr.y (mgr.25441) 7319 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:28.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.214450+0000 mon.c (mon.1) 8471 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:51:28.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.215451+0000 mgr.y (mgr.25441) 7320 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:51:28.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.233305+0000 mon.c (mon.1) 8472 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:28.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.238291+0000 mon.c (mon.1) 8473 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:28.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.244260+0000 mon.c (mon.1) 8474 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:28.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.246193+0000 mon.c (mon.1) 8475 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:28.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.257057+0000 mon.a (mon.0) 3003 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:28.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: cephadm 2024-03-30T04:51:27.258884+0000 mgr.y (mgr.25441) 7321 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:28.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.349717+0000 mon.c (mon.1) 8476 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:28.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.354839+0000 mon.c (mon.1) 8477 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:28.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.359461+0000 mon.c (mon.1) 8478 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:28.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.361232+0000 mon.c (mon.1) 8479 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:28.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.371032+0000 mon.a (mon.0) 3004 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:28.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: cephadm 2024-03-30T04:51:27.373797+0000 mgr.y (mgr.25441) 7322 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:28.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.451075+0000 mon.c (mon.1) 8480 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:28.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.454005+0000 mon.c (mon.1) 8481 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:28.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.457230+0000 mon.c (mon.1) 8482 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:28.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.458488+0000 mon.c (mon.1) 8483 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:28.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.467210+0000 mon.a (mon.0) 3005 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:28.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: cephadm 2024-03-30T04:51:27.467947+0000 mgr.y (mgr.25441) 7323 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:28.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.543649+0000 mon.c (mon.1) 8484 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:28.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.546169+0000 mon.c (mon.1) 8485 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:28.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.548560+0000 mon.c (mon.1) 8486 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:28.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.549632+0000 mon.c (mon.1) 8487 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:28.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.556354+0000 mon.a (mon.0) 3006 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:28.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: cephadm 2024-03-30T04:51:27.557089+0000 mgr.y (mgr.25441) 7324 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:28.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.632180+0000 mon.c (mon.1) 8488 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:28.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.636066+0000 mon.c (mon.1) 8489 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:28.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.639839+0000 mon.c (mon.1) 8490 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:28.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.640846+0000 mon.c (mon.1) 8491 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:28.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.648564+0000 mon.a (mon.0) 3007 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:28.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: cephadm 2024-03-30T04:51:27.649189+0000 mgr.y (mgr.25441) 7325 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:28.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.725084+0000 mon.c (mon.1) 8492 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:28.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: cephadm 2024-03-30T04:51:27.373797+0000 mgr.y (mgr.25441) 7322 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:28.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.451075+0000 mon.c (mon.1) 8480 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:28.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.454005+0000 mon.c (mon.1) 8481 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:28.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.457230+0000 mon.c (mon.1) 8482 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:28.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.458488+0000 mon.c (mon.1) 8483 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:28.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.467210+0000 mon.a (mon.0) 3005 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:28.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: cephadm 2024-03-30T04:51:27.467947+0000 mgr.y (mgr.25441) 7323 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:28.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.543649+0000 mon.c (mon.1) 8484 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:28.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.546169+0000 mon.c (mon.1) 8485 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:28.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.548560+0000 mon.c (mon.1) 8486 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:28.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.549632+0000 mon.c (mon.1) 8487 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:28.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.556354+0000 mon.a (mon.0) 3006 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:28.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: cephadm 2024-03-30T04:51:27.557089+0000 mgr.y (mgr.25441) 7324 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:28.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.632180+0000 mon.c (mon.1) 8488 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:28.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.636066+0000 mon.c (mon.1) 8489 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:28.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.639839+0000 mon.c (mon.1) 8490 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:28.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.640846+0000 mon.c (mon.1) 8491 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:28.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.648564+0000 mon.a (mon.0) 3007 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:28.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: cephadm 2024-03-30T04:51:27.649189+0000 mgr.y (mgr.25441) 7325 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:28.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.725084+0000 mon.c (mon.1) 8492 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:28.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.727408+0000 mon.c (mon.1) 8493 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:28.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.730696+0000 mon.c (mon.1) 8494 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:28.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.731725+0000 mon.c (mon.1) 8495 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:28.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.739259+0000 mon.a (mon.0) 3008 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:28.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: cephadm 2024-03-30T04:51:27.740353+0000 mgr.y (mgr.25441) 7326 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:28.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.817129+0000 mon.c (mon.1) 8496 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:28.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.819773+0000 mon.c (mon.1) 8497 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:28.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.822660+0000 mon.c (mon.1) 8498 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:28.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.823533+0000 mon.c (mon.1) 8499 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:28.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.831089+0000 mon.a (mon.0) 3009 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:28.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: cephadm 2024-03-30T04:51:27.831993+0000 mgr.y (mgr.25441) 7327 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:28.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.909211+0000 mon.c (mon.1) 8500 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:28.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.911704+0000 mon.c (mon.1) 8501 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:28.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.913790+0000 mon.c (mon.1) 8502 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:28.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.914509+0000 mon.c (mon.1) 8503 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:28.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.922240+0000 mon.a (mon.0) 3010 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:28.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.984527+0000 mon.c (mon.1) 8504 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:28.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.987030+0000 mon.c (mon.1) 8505 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:28.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.989436+0000 mon.c (mon.1) 8506 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:28.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:27.990308+0000 mon.c (mon.1) 8507 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:28.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:28.000486+0000 mon.a (mon.0) 3011 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:28.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:28.060805+0000 mon.c (mon.1) 8508 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:28.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:28.063186+0000 mon.c (mon.1) 8509 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:28.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:28.065195+0000 mon.c (mon.1) 8510 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:28.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:28.065930+0000 mon.c (mon.1) 8511 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:28.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[73591]: audit 2024-03-30T04:51:28.073252+0000 mon.a (mon.0) 3012 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:28.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.727408+0000 mon.c (mon.1) 8493 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:28.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.730696+0000 mon.c (mon.1) 8494 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:28.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.731725+0000 mon.c (mon.1) 8495 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:28.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.739259+0000 mon.a (mon.0) 3008 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:28.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: cephadm 2024-03-30T04:51:27.740353+0000 mgr.y (mgr.25441) 7326 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:28.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.817129+0000 mon.c (mon.1) 8496 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:28.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.819773+0000 mon.c (mon.1) 8497 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:28.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.822660+0000 mon.c (mon.1) 8498 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:28.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.823533+0000 mon.c (mon.1) 8499 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:28.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.831089+0000 mon.a (mon.0) 3009 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:28.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: cephadm 2024-03-30T04:51:27.831993+0000 mgr.y (mgr.25441) 7327 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:28.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.909211+0000 mon.c (mon.1) 8500 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:28.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.911704+0000 mon.c (mon.1) 8501 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:28.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.913790+0000 mon.c (mon.1) 8502 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:28.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.914509+0000 mon.c (mon.1) 8503 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:28.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.922240+0000 mon.a (mon.0) 3010 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:28.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.984527+0000 mon.c (mon.1) 8504 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:28.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.987030+0000 mon.c (mon.1) 8505 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:28.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.989436+0000 mon.c (mon.1) 8506 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:28.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:27.990308+0000 mon.c (mon.1) 8507 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:28.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:28.000486+0000 mon.a (mon.0) 3011 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:28.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:28.060805+0000 mon.c (mon.1) 8508 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:28.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:28.063186+0000 mon.c (mon.1) 8509 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:28.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:28.065195+0000 mon.c (mon.1) 8510 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:28.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:28.065930+0000 mon.c (mon.1) 8511 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:28.379 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:28 smithi111 bash[70954]: audit 2024-03-30T04:51:28.073252+0000 mon.a (mon.0) 3012 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:28.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.087507+0000 mon.a (mon.0) 3000 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:28.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.104405+0000 mon.a (mon.0) 3001 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:28.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.113923+0000 mon.c (mon.1) 8469 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:28.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.115894+0000 mon.c (mon.1) 8470 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:28.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: cluster 2024-03-30T04:51:27.119837+0000 mgr.y (mgr.25441) 7318 : cluster [DBG] pgmap v4847: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:28.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.127761+0000 mon.a (mon.0) 3002 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:28.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: cephadm 2024-03-30T04:51:27.129287+0000 mgr.y (mgr.25441) 7319 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:28.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.214450+0000 mon.c (mon.1) 8471 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:51:28.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.215451+0000 mgr.y (mgr.25441) 7320 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:51:28.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.233305+0000 mon.c (mon.1) 8472 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:28.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.238291+0000 mon.c (mon.1) 8473 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:28.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.244260+0000 mon.c (mon.1) 8474 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:28.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.246193+0000 mon.c (mon.1) 8475 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:28.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.257057+0000 mon.a (mon.0) 3003 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:28.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: cephadm 2024-03-30T04:51:27.258884+0000 mgr.y (mgr.25441) 7321 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:28.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.349717+0000 mon.c (mon.1) 8476 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:28.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.354839+0000 mon.c (mon.1) 8477 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:28.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.359461+0000 mon.c (mon.1) 8478 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:28.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.361232+0000 mon.c (mon.1) 8479 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:28.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.371032+0000 mon.a (mon.0) 3004 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:28.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: cephadm 2024-03-30T04:51:27.373797+0000 mgr.y (mgr.25441) 7322 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:28.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.451075+0000 mon.c (mon.1) 8480 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:28.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.454005+0000 mon.c (mon.1) 8481 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:28.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.457230+0000 mon.c (mon.1) 8482 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:28.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.458488+0000 mon.c (mon.1) 8483 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:28.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.467210+0000 mon.a (mon.0) 3005 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:28.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: cephadm 2024-03-30T04:51:27.467947+0000 mgr.y (mgr.25441) 7323 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:28.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.543649+0000 mon.c (mon.1) 8484 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:28.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.546169+0000 mon.c (mon.1) 8485 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:28.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.548560+0000 mon.c (mon.1) 8486 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:28.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.549632+0000 mon.c (mon.1) 8487 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:28.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.556354+0000 mon.a (mon.0) 3006 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:28.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: cephadm 2024-03-30T04:51:27.557089+0000 mgr.y (mgr.25441) 7324 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:28.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.632180+0000 mon.c (mon.1) 8488 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:28.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.636066+0000 mon.c (mon.1) 8489 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:28.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.639839+0000 mon.c (mon.1) 8490 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:28.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.640846+0000 mon.c (mon.1) 8491 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:28.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.648564+0000 mon.a (mon.0) 3007 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:28.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: cephadm 2024-03-30T04:51:27.649189+0000 mgr.y (mgr.25441) 7325 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:28.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.725084+0000 mon.c (mon.1) 8492 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:28.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.727408+0000 mon.c (mon.1) 8493 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:28.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.730696+0000 mon.c (mon.1) 8494 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:28.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.731725+0000 mon.c (mon.1) 8495 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:28.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.739259+0000 mon.a (mon.0) 3008 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:28.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: cephadm 2024-03-30T04:51:27.740353+0000 mgr.y (mgr.25441) 7326 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:28.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.817129+0000 mon.c (mon.1) 8496 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:28.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.819773+0000 mon.c (mon.1) 8497 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:28.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.822660+0000 mon.c (mon.1) 8498 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:28.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.823533+0000 mon.c (mon.1) 8499 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:28.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.831089+0000 mon.a (mon.0) 3009 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:28.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: cephadm 2024-03-30T04:51:27.831993+0000 mgr.y (mgr.25441) 7327 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:28.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.909211+0000 mon.c (mon.1) 8500 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:28.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.911704+0000 mon.c (mon.1) 8501 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:28.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.913790+0000 mon.c (mon.1) 8502 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:28.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.914509+0000 mon.c (mon.1) 8503 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:28.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.922240+0000 mon.a (mon.0) 3010 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:28.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.984527+0000 mon.c (mon.1) 8504 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:28.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.987030+0000 mon.c (mon.1) 8505 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:28.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.989436+0000 mon.c (mon.1) 8506 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:28.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:27.990308+0000 mon.c (mon.1) 8507 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:28.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:28.000486+0000 mon.a (mon.0) 3011 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:28.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:28.060805+0000 mon.c (mon.1) 8508 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:28.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:28.063186+0000 mon.c (mon.1) 8509 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:28.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:28.065195+0000 mon.c (mon.1) 8510 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:28.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:28.065930+0000 mon.c (mon.1) 8511 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:28.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[62284]: audit 2024-03-30T04:51:28.073252+0000 mon.a (mon.0) 3012 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:29.210 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: cephadm 2024-03-30T04:51:27.922951+0000 mgr.y (mgr.25441) 7328 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:29.233 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: cephadm 2024-03-30T04:51:28.001236+0000 mgr.y (mgr.25441) 7329 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:29.233 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: cephadm 2024-03-30T04:51:28.074249+0000 mgr.y (mgr.25441) 7330 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:29.233 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: cluster 2024-03-30T04:51:28.099679+0000 mon.a (mon.0) 3013 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:51:29.233 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: cluster 2024-03-30T04:51:28.099707+0000 mon.a (mon.0) 3014 : cluster [INF] Cluster is now healthy 2024-03-30T04:51:29.233 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.139684+0000 mon.c (mon.1) 8512 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:29.233 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.142044+0000 mon.c (mon.1) 8513 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:29.233 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.144166+0000 mon.c (mon.1) 8514 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:29.233 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.144922+0000 mon.c (mon.1) 8515 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:29.233 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.153521+0000 mon.a (mon.0) 3015 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:29.233 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: cephadm 2024-03-30T04:51:28.154148+0000 mgr.y (mgr.25441) 7331 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:29.233 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.214018+0000 mon.c (mon.1) 8516 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:29.233 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.216322+0000 mon.c (mon.1) 8517 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:29.234 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.218705+0000 mon.c (mon.1) 8518 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:29.234 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.219678+0000 mon.c (mon.1) 8519 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:29.234 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.228653+0000 mon.a (mon.0) 3016 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:29.234 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: cephadm 2024-03-30T04:51:28.229394+0000 mgr.y (mgr.25441) 7332 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:29.234 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.272748+0000 mon.c (mon.1) 8520 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:29.234 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.275251+0000 mon.c (mon.1) 8521 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:29.234 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.277898+0000 mon.c (mon.1) 8522 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:29.234 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.278773+0000 mon.c (mon.1) 8523 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:29.234 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.287048+0000 mon.a (mon.0) 3017 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:29.234 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: cephadm 2024-03-30T04:51:28.287761+0000 mgr.y (mgr.25441) 7333 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:29.234 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.349397+0000 mon.c (mon.1) 8524 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:29.234 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.351896+0000 mon.c (mon.1) 8525 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:29.234 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.354445+0000 mon.c (mon.1) 8526 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:29.234 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.355302+0000 mon.c (mon.1) 8527 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:29.235 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.363603+0000 mon.a (mon.0) 3018 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:29.235 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: cephadm 2024-03-30T04:51:28.364908+0000 mgr.y (mgr.25441) 7334 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:29.235 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.426483+0000 mon.c (mon.1) 8528 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:29.235 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.428974+0000 mon.c (mon.1) 8529 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:29.235 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.431199+0000 mon.c (mon.1) 8530 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:29.235 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.432047+0000 mon.c (mon.1) 8531 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:29.235 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.440134+0000 mon.a (mon.0) 3019 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:29.235 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: cephadm 2024-03-30T04:51:28.441523+0000 mgr.y (mgr.25441) 7335 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:29.235 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.522628+0000 mon.c (mon.1) 8532 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:29.235 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.525526+0000 mon.c (mon.1) 8533 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:29.235 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.528632+0000 mon.c (mon.1) 8534 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:29.235 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.529714+0000 mon.c (mon.1) 8535 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:29.235 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.540360+0000 mon.a (mon.0) 3020 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:29.235 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: cephadm 2024-03-30T04:51:28.541403+0000 mgr.y (mgr.25441) 7336 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:29.236 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[90099]: logger=settings t=2024-03-30T04:51:28.930469068Z level=info msg="Starting Grafana" version=9.4.12 commit=37ee25ba46 branch=HEAD compiled=2023-05-22T15:58:05Z 2024-03-30T04:51:29.236 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[90099]: logger=settings t=2024-03-30T04:51:28.930690422Z level=warn msg="\"sentry\" frontend logging provider is deprecated and will be removed in the next major version. Use \"grafana\" provider instead." 2024-03-30T04:51:29.236 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[90099]: logger=settings t=2024-03-30T04:51:28.930705025Z level=info msg="Config loaded from" file=/usr/share/grafana/conf/defaults.ini 2024-03-30T04:51:29.236 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[90099]: logger=settings t=2024-03-30T04:51:28.930709274Z level=info msg="Config loaded from" file=/etc/grafana/grafana.ini 2024-03-30T04:51:29.236 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[90099]: logger=settings t=2024-03-30T04:51:28.930713842Z level=info msg="Config overridden from command line" arg="default.paths.data=/var/lib/grafana" 2024-03-30T04:51:29.236 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[90099]: logger=settings t=2024-03-30T04:51:28.93071899Z level=info msg="Config overridden from command line" arg="default.paths.logs=/var/log/grafana" 2024-03-30T04:51:29.236 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[90099]: logger=settings t=2024-03-30T04:51:28.930723977Z level=info msg="Config overridden from command line" arg="default.paths.plugins=/var/lib/grafana/plugins" 2024-03-30T04:51:29.236 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[90099]: logger=settings t=2024-03-30T04:51:28.930731648Z level=info msg="Config overridden from command line" arg="default.paths.provisioning=/etc/grafana/provisioning" 2024-03-30T04:51:29.236 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[90099]: logger=settings t=2024-03-30T04:51:28.930736985Z level=info msg="Config overridden from command line" arg="default.log.mode=console" 2024-03-30T04:51:29.236 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[90099]: logger=settings t=2024-03-30T04:51:28.930742532Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_DATA=/var/lib/grafana" 2024-03-30T04:51:29.236 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[90099]: logger=settings t=2024-03-30T04:51:28.930748103Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_LOGS=/var/log/grafana" 2024-03-30T04:51:29.237 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[90099]: logger=settings t=2024-03-30T04:51:28.930753387Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-03-30T04:51:29.237 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[90099]: logger=settings t=2024-03-30T04:51:28.930759351Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-03-30T04:51:29.237 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[90099]: logger=settings t=2024-03-30T04:51:28.930767375Z level=info msg="Path Home" path=/usr/share/grafana 2024-03-30T04:51:29.237 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[90099]: logger=settings t=2024-03-30T04:51:28.9307724Z level=info msg="Path Data" path=/var/lib/grafana 2024-03-30T04:51:29.237 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[90099]: logger=settings t=2024-03-30T04:51:28.93077705Z level=info msg="Path Logs" path=/var/log/grafana 2024-03-30T04:51:29.237 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[90099]: logger=settings t=2024-03-30T04:51:28.930782944Z level=info msg="Path Plugins" path=/var/lib/grafana/plugins 2024-03-30T04:51:29.237 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[90099]: logger=settings t=2024-03-30T04:51:28.930788148Z level=info msg="Path Provisioning" path=/etc/grafana/provisioning 2024-03-30T04:51:29.237 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[90099]: logger=settings t=2024-03-30T04:51:28.930794004Z level=info msg="App mode production" 2024-03-30T04:51:29.237 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[90099]: logger=sqlstore t=2024-03-30T04:51:28.930855712Z level=info msg="Connecting to DB" dbtype=sqlite3 2024-03-30T04:51:29.237 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[90099]: logger=sqlstore t=2024-03-30T04:51:28.930878914Z level=warn msg="SQLite database file has broader permissions than it should" path=/var/lib/grafana/grafana.db mode=-rw-r--r-- expected=-rw-r----- 2024-03-30T04:51:29.237 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:28.943642991Z level=info msg="Starting DB migrations" 2024-03-30T04:51:29.237 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:28 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:28.947622284Z level=info msg="Executing migration" id="Update is_service_account column to nullable" 2024-03-30T04:51:29.237 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:29.048816067Z level=info msg="Executing migration" id="Add isPublic for dashboard" 2024-03-30T04:51:29.237 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:29.216006731Z level=info msg="Executing migration" id="set service account foreign key to nil if 0" 2024-03-30T04:51:29.238 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.625695+0000 mon.c (mon.1) 8536 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:29.238 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.629176+0000 mon.c (mon.1) 8537 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:29.238 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.632642+0000 mon.c (mon.1) 8538 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:29.238 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.633523+0000 mon.c (mon.1) 8539 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:29.238 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.644877+0000 mon.a (mon.0) 3021 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:29.238 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: cephadm 2024-03-30T04:51:28.645672+0000 mgr.y (mgr.25441) 7337 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:29.238 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.719348+0000 mon.c (mon.1) 8540 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:29.238 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.721916+0000 mon.c (mon.1) 8541 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:29.238 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.724996+0000 mon.c (mon.1) 8542 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:29.238 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.725886+0000 mon.c (mon.1) 8543 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:29.238 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.735499+0000 mon.a (mon.0) 3022 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:29.239 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: cephadm 2024-03-30T04:51:28.736275+0000 mgr.y (mgr.25441) 7338 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:29.239 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.811130+0000 mon.c (mon.1) 8544 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:29.239 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.813582+0000 mon.c (mon.1) 8545 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:29.239 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.816141+0000 mon.c (mon.1) 8546 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:29.239 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.817016+0000 mon.c (mon.1) 8547 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:29.239 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.824893+0000 mon.a (mon.0) 3023 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:29.239 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: cephadm 2024-03-30T04:51:28.825664+0000 mgr.y (mgr.25441) 7339 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:29.239 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.884410+0000 mon.c (mon.1) 8548 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:29.239 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.886977+0000 mon.c (mon.1) 8549 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:29.239 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.890423+0000 mon.c (mon.1) 8550 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:29.239 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.891696+0000 mon.c (mon.1) 8551 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:29.239 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.904913+0000 mon.a (mon.0) 3024 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:29.239 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.965226+0000 mon.c (mon.1) 8552 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:29.239 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.967677+0000 mon.c (mon.1) 8553 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:29.239 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.969998+0000 mon.c (mon.1) 8554 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:29.239 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.970801+0000 mon.c (mon.1) 8555 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:29.239 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:28.977953+0000 mon.a (mon.0) 3025 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:29.240 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:29.019652+0000 mon.c (mon.1) 8556 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:29.240 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:29.021693+0000 mon.c (mon.1) 8557 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:29.240 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:29.024161+0000 mon.c (mon.1) 8558 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:29.240 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:29.024875+0000 mon.c (mon.1) 8559 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:29.240 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:29.031501+0000 mon.a (mon.0) 3026 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:29.240 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:29.078099+0000 mon.c (mon.1) 8560 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:29.240 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:29.080606+0000 mon.c (mon.1) 8561 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:29.240 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:29.083022+0000 mon.c (mon.1) 8562 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:29.240 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[62284]: audit 2024-03-30T04:51:29.083881+0000 mon.c (mon.1) 8563 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:29.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: cephadm 2024-03-30T04:51:27.922951+0000 mgr.y (mgr.25441) 7328 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:29.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: cephadm 2024-03-30T04:51:28.001236+0000 mgr.y (mgr.25441) 7329 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:29.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: cephadm 2024-03-30T04:51:28.074249+0000 mgr.y (mgr.25441) 7330 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:29.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: cluster 2024-03-30T04:51:28.099679+0000 mon.a (mon.0) 3013 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:51:29.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: cluster 2024-03-30T04:51:28.099707+0000 mon.a (mon.0) 3014 : cluster [INF] Cluster is now healthy 2024-03-30T04:51:29.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.139684+0000 mon.c (mon.1) 8512 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:29.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.142044+0000 mon.c (mon.1) 8513 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:29.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.144166+0000 mon.c (mon.1) 8514 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:29.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.144922+0000 mon.c (mon.1) 8515 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:29.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.153521+0000 mon.a (mon.0) 3015 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:29.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: cephadm 2024-03-30T04:51:28.154148+0000 mgr.y (mgr.25441) 7331 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:29.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.214018+0000 mon.c (mon.1) 8516 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:29.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.216322+0000 mon.c (mon.1) 8517 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:29.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.218705+0000 mon.c (mon.1) 8518 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:29.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.219678+0000 mon.c (mon.1) 8519 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:29.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.228653+0000 mon.a (mon.0) 3016 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:29.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: cephadm 2024-03-30T04:51:28.229394+0000 mgr.y (mgr.25441) 7332 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:29.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.272748+0000 mon.c (mon.1) 8520 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:29.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.275251+0000 mon.c (mon.1) 8521 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:29.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.277898+0000 mon.c (mon.1) 8522 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:29.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.278773+0000 mon.c (mon.1) 8523 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:29.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.287048+0000 mon.a (mon.0) 3017 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:29.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: cephadm 2024-03-30T04:51:28.287761+0000 mgr.y (mgr.25441) 7333 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:29.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.349397+0000 mon.c (mon.1) 8524 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:29.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.351896+0000 mon.c (mon.1) 8525 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:29.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.354445+0000 mon.c (mon.1) 8526 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:29.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.355302+0000 mon.c (mon.1) 8527 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:29.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.363603+0000 mon.a (mon.0) 3018 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:29.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: cephadm 2024-03-30T04:51:28.364908+0000 mgr.y (mgr.25441) 7334 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:29.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.426483+0000 mon.c (mon.1) 8528 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:29.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.428974+0000 mon.c (mon.1) 8529 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:29.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.431199+0000 mon.c (mon.1) 8530 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:29.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.432047+0000 mon.c (mon.1) 8531 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:29.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.440134+0000 mon.a (mon.0) 3019 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:29.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: cephadm 2024-03-30T04:51:28.441523+0000 mgr.y (mgr.25441) 7335 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:29.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.522628+0000 mon.c (mon.1) 8532 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:29.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.525526+0000 mon.c (mon.1) 8533 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:29.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.528632+0000 mon.c (mon.1) 8534 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:29.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.529714+0000 mon.c (mon.1) 8535 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:29.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.540360+0000 mon.a (mon.0) 3020 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:29.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: cephadm 2024-03-30T04:51:28.541403+0000 mgr.y (mgr.25441) 7336 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:29.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: cephadm 2024-03-30T04:51:27.922951+0000 mgr.y (mgr.25441) 7328 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:29.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: cephadm 2024-03-30T04:51:28.001236+0000 mgr.y (mgr.25441) 7329 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:29.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: cephadm 2024-03-30T04:51:28.074249+0000 mgr.y (mgr.25441) 7330 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:29.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: cluster 2024-03-30T04:51:28.099679+0000 mon.a (mon.0) 3013 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:51:29.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: cluster 2024-03-30T04:51:28.099707+0000 mon.a (mon.0) 3014 : cluster [INF] Cluster is now healthy 2024-03-30T04:51:29.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.139684+0000 mon.c (mon.1) 8512 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:29.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.142044+0000 mon.c (mon.1) 8513 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:29.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.144166+0000 mon.c (mon.1) 8514 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:29.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.144922+0000 mon.c (mon.1) 8515 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:29.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.153521+0000 mon.a (mon.0) 3015 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:29.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: cephadm 2024-03-30T04:51:28.154148+0000 mgr.y (mgr.25441) 7331 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:29.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.214018+0000 mon.c (mon.1) 8516 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:29.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.216322+0000 mon.c (mon.1) 8517 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:29.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.218705+0000 mon.c (mon.1) 8518 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:29.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.219678+0000 mon.c (mon.1) 8519 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:29.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.228653+0000 mon.a (mon.0) 3016 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:29.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: cephadm 2024-03-30T04:51:28.229394+0000 mgr.y (mgr.25441) 7332 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:29.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.272748+0000 mon.c (mon.1) 8520 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:29.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.275251+0000 mon.c (mon.1) 8521 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:29.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.277898+0000 mon.c (mon.1) 8522 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:29.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.625695+0000 mon.c (mon.1) 8536 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:29.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.629176+0000 mon.c (mon.1) 8537 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:29.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.632642+0000 mon.c (mon.1) 8538 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:29.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.633523+0000 mon.c (mon.1) 8539 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:29.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.644877+0000 mon.a (mon.0) 3021 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:29.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: cephadm 2024-03-30T04:51:28.645672+0000 mgr.y (mgr.25441) 7337 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:29.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.719348+0000 mon.c (mon.1) 8540 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:29.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.721916+0000 mon.c (mon.1) 8541 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:29.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.724996+0000 mon.c (mon.1) 8542 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:29.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.725886+0000 mon.c (mon.1) 8543 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:29.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.735499+0000 mon.a (mon.0) 3022 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:29.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: cephadm 2024-03-30T04:51:28.736275+0000 mgr.y (mgr.25441) 7338 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:29.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.811130+0000 mon.c (mon.1) 8544 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:29.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.813582+0000 mon.c (mon.1) 8545 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:29.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.816141+0000 mon.c (mon.1) 8546 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:29.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.817016+0000 mon.c (mon.1) 8547 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:29.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.824893+0000 mon.a (mon.0) 3023 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:29.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: cephadm 2024-03-30T04:51:28.825664+0000 mgr.y (mgr.25441) 7339 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:29.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.884410+0000 mon.c (mon.1) 8548 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:29.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.886977+0000 mon.c (mon.1) 8549 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:29.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.890423+0000 mon.c (mon.1) 8550 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:29.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.891696+0000 mon.c (mon.1) 8551 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:29.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.904913+0000 mon.a (mon.0) 3024 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:29.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.965226+0000 mon.c (mon.1) 8552 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:29.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.967677+0000 mon.c (mon.1) 8553 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:29.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.969998+0000 mon.c (mon.1) 8554 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:29.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.970801+0000 mon.c (mon.1) 8555 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:29.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:28.977953+0000 mon.a (mon.0) 3025 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:29.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:29.019652+0000 mon.c (mon.1) 8556 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:29.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:29.021693+0000 mon.c (mon.1) 8557 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:29.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:29.024161+0000 mon.c (mon.1) 8558 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:29.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:29.024875+0000 mon.c (mon.1) 8559 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:29.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:29.031501+0000 mon.a (mon.0) 3026 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:29.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:29.078099+0000 mon.c (mon.1) 8560 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:29.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:29.080606+0000 mon.c (mon.1) 8561 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:29.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:29.083022+0000 mon.c (mon.1) 8562 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:29.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[70954]: audit 2024-03-30T04:51:29.083881+0000 mon.c (mon.1) 8563 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:29.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.278773+0000 mon.c (mon.1) 8523 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:29.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.287048+0000 mon.a (mon.0) 3017 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:29.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: cephadm 2024-03-30T04:51:28.287761+0000 mgr.y (mgr.25441) 7333 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:29.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.349397+0000 mon.c (mon.1) 8524 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:29.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.351896+0000 mon.c (mon.1) 8525 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:29.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.354445+0000 mon.c (mon.1) 8526 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:29.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.355302+0000 mon.c (mon.1) 8527 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:29.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.363603+0000 mon.a (mon.0) 3018 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:29.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: cephadm 2024-03-30T04:51:28.364908+0000 mgr.y (mgr.25441) 7334 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:29.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.426483+0000 mon.c (mon.1) 8528 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:29.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.428974+0000 mon.c (mon.1) 8529 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:29.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.431199+0000 mon.c (mon.1) 8530 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:29.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.432047+0000 mon.c (mon.1) 8531 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:29.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.440134+0000 mon.a (mon.0) 3019 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:29.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: cephadm 2024-03-30T04:51:28.441523+0000 mgr.y (mgr.25441) 7335 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:29.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.522628+0000 mon.c (mon.1) 8532 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:29.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.525526+0000 mon.c (mon.1) 8533 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:29.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.528632+0000 mon.c (mon.1) 8534 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:29.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.529714+0000 mon.c (mon.1) 8535 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:29.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.540360+0000 mon.a (mon.0) 3020 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:29.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: cephadm 2024-03-30T04:51:28.541403+0000 mgr.y (mgr.25441) 7336 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:29.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.625695+0000 mon.c (mon.1) 8536 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:29.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.629176+0000 mon.c (mon.1) 8537 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:29.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.632642+0000 mon.c (mon.1) 8538 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:29.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.633523+0000 mon.c (mon.1) 8539 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:29.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.644877+0000 mon.a (mon.0) 3021 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:29.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: cephadm 2024-03-30T04:51:28.645672+0000 mgr.y (mgr.25441) 7337 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:29.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.719348+0000 mon.c (mon.1) 8540 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:29.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.721916+0000 mon.c (mon.1) 8541 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:29.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.724996+0000 mon.c (mon.1) 8542 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:29.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.725886+0000 mon.c (mon.1) 8543 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:29.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.735499+0000 mon.a (mon.0) 3022 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:29.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: cephadm 2024-03-30T04:51:28.736275+0000 mgr.y (mgr.25441) 7338 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:29.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.811130+0000 mon.c (mon.1) 8544 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:29.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.813582+0000 mon.c (mon.1) 8545 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:29.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.816141+0000 mon.c (mon.1) 8546 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:29.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.817016+0000 mon.c (mon.1) 8547 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:29.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.824893+0000 mon.a (mon.0) 3023 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:29.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: cephadm 2024-03-30T04:51:28.825664+0000 mgr.y (mgr.25441) 7339 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:29.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.884410+0000 mon.c (mon.1) 8548 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:29.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.886977+0000 mon.c (mon.1) 8549 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:29.378 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.890423+0000 mon.c (mon.1) 8550 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:29.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.891696+0000 mon.c (mon.1) 8551 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:29.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.904913+0000 mon.a (mon.0) 3024 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:29.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.965226+0000 mon.c (mon.1) 8552 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:29.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.967677+0000 mon.c (mon.1) 8553 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:29.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.969998+0000 mon.c (mon.1) 8554 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:29.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.970801+0000 mon.c (mon.1) 8555 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:29.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:28.977953+0000 mon.a (mon.0) 3025 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:29.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:29.019652+0000 mon.c (mon.1) 8556 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:29.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:29.021693+0000 mon.c (mon.1) 8557 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:29.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:29.024161+0000 mon.c (mon.1) 8558 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:29.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:29.024875+0000 mon.c (mon.1) 8559 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:29.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:29.031501+0000 mon.a (mon.0) 3026 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:29.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:29.078099+0000 mon.c (mon.1) 8560 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:29.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:29.080606+0000 mon.c (mon.1) 8561 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:29.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:29.083022+0000 mon.c (mon.1) 8562 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:29.379 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:29 smithi111 bash[73591]: audit 2024-03-30T04:51:29.083881+0000 mon.c (mon.1) 8563 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:29.578 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:29.325046778Z level=info msg="Executing migration" id="Add last_used_at to api_key table" 2024-03-30T04:51:29.886 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:29.584452225Z level=info msg="Executing migration" id="Add is_revoked column to api_key table" 2024-03-30T04:51:30.206 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:29 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:29.9217812Z level=info msg="Executing migration" id="Add column preferences.json_data" 2024-03-30T04:51:30.206 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:30.069052452Z level=info msg="Executing migration" id="alter preferences.json_data to mediumtext v1" 2024-03-30T04:51:30.206 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:30.111014507Z level=info msg="Executing migration" id="Add preferences index org_id" 2024-03-30T04:51:30.207 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:30.171318432Z level=info msg="Executing migration" id="Add preferences index user_id" 2024-03-30T04:51:30.207 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: cephadm 2024-03-30T04:51:28.906033+0000 mgr.y (mgr.25441) 7340 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:30.207 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: cephadm 2024-03-30T04:51:28.978692+0000 mgr.y (mgr.25441) 7341 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:30.207 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: cephadm 2024-03-30T04:51:29.032217+0000 mgr.y (mgr.25441) 7342 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:30.207 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.090174+0000 mon.a (mon.0) 3027 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:30.208 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: cephadm 2024-03-30T04:51:29.091763+0000 mgr.y (mgr.25441) 7343 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:30.208 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.110647+0000 mgr.y (mgr.25441) 7344 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:30.208 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: cluster 2024-03-30T04:51:29.120510+0000 mgr.y (mgr.25441) 7345 : cluster [DBG] pgmap v4848: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:51:30.208 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.153810+0000 mon.c (mon.1) 8564 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:30.208 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.156356+0000 mon.c (mon.1) 8565 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:30.208 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.158744+0000 mon.c (mon.1) 8566 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:30.208 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.159562+0000 mon.c (mon.1) 8567 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:30.208 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.165593+0000 mon.a (mon.0) 3028 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:30.208 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: cephadm 2024-03-30T04:51:29.166308+0000 mgr.y (mgr.25441) 7346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:30.208 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.239724+0000 mon.c (mon.1) 8568 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:30.208 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.242437+0000 mon.c (mon.1) 8569 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:30.208 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.245761+0000 mon.c (mon.1) 8570 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:30.208 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.246645+0000 mon.c (mon.1) 8571 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:30.208 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.254079+0000 mon.a (mon.0) 3029 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:30.209 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: cephadm 2024-03-30T04:51:29.254917+0000 mgr.y (mgr.25441) 7347 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:30.209 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.339670+0000 mon.c (mon.1) 8572 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:30.209 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.343454+0000 mon.c (mon.1) 8573 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:30.209 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.346716+0000 mon.c (mon.1) 8574 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:30.209 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.347722+0000 mon.c (mon.1) 8575 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:30.209 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.356836+0000 mon.a (mon.0) 3030 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:30.209 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: cephadm 2024-03-30T04:51:29.358121+0000 mgr.y (mgr.25441) 7348 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:30.209 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.434575+0000 mon.c (mon.1) 8576 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:30.209 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.438982+0000 mon.c (mon.1) 8577 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:30.209 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.442562+0000 mon.c (mon.1) 8578 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:30.209 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.443912+0000 mon.c (mon.1) 8579 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:30.209 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.456369+0000 mon.a (mon.0) 3031 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:30.209 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: cephadm 2024-03-30T04:51:29.457770+0000 mgr.y (mgr.25441) 7349 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:30.209 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.547286+0000 mon.c (mon.1) 8580 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:30.209 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.551945+0000 mon.c (mon.1) 8581 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:30.209 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.555915+0000 mon.c (mon.1) 8582 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:30.210 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.557384+0000 mon.c (mon.1) 8583 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:30.210 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.569908+0000 mon.a (mon.0) 3032 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:30.210 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: cephadm 2024-03-30T04:51:29.571077+0000 mgr.y (mgr.25441) 7350 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:30.210 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.649948+0000 mon.c (mon.1) 8584 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:30.210 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.652983+0000 mon.c (mon.1) 8585 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:30.210 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.655686+0000 mon.c (mon.1) 8586 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:30.210 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.656567+0000 mon.c (mon.1) 8587 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:30.210 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.666097+0000 mon.a (mon.0) 3033 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:30.210 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: cephadm 2024-03-30T04:51:29.666918+0000 mgr.y (mgr.25441) 7351 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:30.211 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.744089+0000 mon.c (mon.1) 8588 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:30.211 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.746826+0000 mon.c (mon.1) 8589 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:30.211 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.749642+0000 mon.c (mon.1) 8590 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:30.211 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.750880+0000 mon.c (mon.1) 8591 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:30.211 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.760210+0000 mon.a (mon.0) 3034 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:30.211 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: cephadm 2024-03-30T04:51:29.762868+0000 mgr.y (mgr.25441) 7352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:30.211 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.850804+0000 mon.c (mon.1) 8592 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:30.211 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.853822+0000 mon.c (mon.1) 8593 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:30.211 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.857644+0000 mon.c (mon.1) 8594 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:30.211 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.859102+0000 mon.c (mon.1) 8595 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:30.211 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.868713+0000 mon.a (mon.0) 3035 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:30.211 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.949388+0000 mon.c (mon.1) 8596 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:30.212 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.952430+0000 mon.c (mon.1) 8597 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:30.212 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.955880+0000 mon.c (mon.1) 8598 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:30.212 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.956901+0000 mon.c (mon.1) 8599 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:30.212 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:29.965748+0000 mon.a (mon.0) 3036 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:30.212 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:30.047057+0000 mon.c (mon.1) 8600 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:30.212 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:30.049592+0000 mon.c (mon.1) 8601 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:30.212 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:30.052803+0000 mon.c (mon.1) 8602 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:30.212 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:30.053929+0000 mon.c (mon.1) 8603 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:30.212 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[62284]: audit 2024-03-30T04:51:30.064302+0000 mon.a (mon.0) 3037 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:30.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: cephadm 2024-03-30T04:51:28.906033+0000 mgr.y (mgr.25441) 7340 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:30.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: cephadm 2024-03-30T04:51:28.978692+0000 mgr.y (mgr.25441) 7341 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:30.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: cephadm 2024-03-30T04:51:29.032217+0000 mgr.y (mgr.25441) 7342 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:30.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.090174+0000 mon.a (mon.0) 3027 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:30.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: cephadm 2024-03-30T04:51:29.091763+0000 mgr.y (mgr.25441) 7343 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:30.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.110647+0000 mgr.y (mgr.25441) 7344 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:30.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: cluster 2024-03-30T04:51:29.120510+0000 mgr.y (mgr.25441) 7345 : cluster [DBG] pgmap v4848: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:51:30.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.153810+0000 mon.c (mon.1) 8564 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:30.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.156356+0000 mon.c (mon.1) 8565 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:30.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.158744+0000 mon.c (mon.1) 8566 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:30.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.159562+0000 mon.c (mon.1) 8567 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:30.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.165593+0000 mon.a (mon.0) 3028 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:30.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: cephadm 2024-03-30T04:51:29.166308+0000 mgr.y (mgr.25441) 7346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:30.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.239724+0000 mon.c (mon.1) 8568 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:30.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.242437+0000 mon.c (mon.1) 8569 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:30.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.245761+0000 mon.c (mon.1) 8570 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:30.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.246645+0000 mon.c (mon.1) 8571 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:30.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.254079+0000 mon.a (mon.0) 3029 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:30.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: cephadm 2024-03-30T04:51:29.254917+0000 mgr.y (mgr.25441) 7347 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:30.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.339670+0000 mon.c (mon.1) 8572 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:30.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.343454+0000 mon.c (mon.1) 8573 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:30.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.346716+0000 mon.c (mon.1) 8574 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:30.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.347722+0000 mon.c (mon.1) 8575 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:30.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.356836+0000 mon.a (mon.0) 3030 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:30.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: cephadm 2024-03-30T04:51:29.358121+0000 mgr.y (mgr.25441) 7348 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:30.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.434575+0000 mon.c (mon.1) 8576 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:30.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.438982+0000 mon.c (mon.1) 8577 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:30.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.442562+0000 mon.c (mon.1) 8578 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:30.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.443912+0000 mon.c (mon.1) 8579 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:30.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.456369+0000 mon.a (mon.0) 3031 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:30.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: cephadm 2024-03-30T04:51:29.457770+0000 mgr.y (mgr.25441) 7349 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:30.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.547286+0000 mon.c (mon.1) 8580 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:30.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.551945+0000 mon.c (mon.1) 8581 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:30.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.555915+0000 mon.c (mon.1) 8582 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:30.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.557384+0000 mon.c (mon.1) 8583 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:30.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.569908+0000 mon.a (mon.0) 3032 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:30.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: cephadm 2024-03-30T04:51:29.571077+0000 mgr.y (mgr.25441) 7350 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:30.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.649948+0000 mon.c (mon.1) 8584 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:30.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.652983+0000 mon.c (mon.1) 8585 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:30.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.655686+0000 mon.c (mon.1) 8586 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:30.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.656567+0000 mon.c (mon.1) 8587 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:30.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.666097+0000 mon.a (mon.0) 3033 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:30.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: cephadm 2024-03-30T04:51:29.666918+0000 mgr.y (mgr.25441) 7351 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:30.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.744089+0000 mon.c (mon.1) 8588 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:30.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.746826+0000 mon.c (mon.1) 8589 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:30.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.749642+0000 mon.c (mon.1) 8590 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:30.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.750880+0000 mon.c (mon.1) 8591 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:30.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.760210+0000 mon.a (mon.0) 3034 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:30.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: cephadm 2024-03-30T04:51:29.762868+0000 mgr.y (mgr.25441) 7352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:30.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.850804+0000 mon.c (mon.1) 8592 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:30.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.853822+0000 mon.c (mon.1) 8593 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:30.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.857644+0000 mon.c (mon.1) 8594 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:30.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.859102+0000 mon.c (mon.1) 8595 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:30.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.868713+0000 mon.a (mon.0) 3035 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:30.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.949388+0000 mon.c (mon.1) 8596 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:30.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.952430+0000 mon.c (mon.1) 8597 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:30.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.955880+0000 mon.c (mon.1) 8598 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:30.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.956901+0000 mon.c (mon.1) 8599 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:30.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:29.965748+0000 mon.a (mon.0) 3036 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:30.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:30.047057+0000 mon.c (mon.1) 8600 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:30.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:30.049592+0000 mon.c (mon.1) 8601 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:30.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:30.052803+0000 mon.c (mon.1) 8602 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:30.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:30.053929+0000 mon.c (mon.1) 8603 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:30.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[70954]: audit 2024-03-30T04:51:30.064302+0000 mon.a (mon.0) 3037 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:30.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: cephadm 2024-03-30T04:51:28.906033+0000 mgr.y (mgr.25441) 7340 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:30.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: cephadm 2024-03-30T04:51:28.978692+0000 mgr.y (mgr.25441) 7341 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:30.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: cephadm 2024-03-30T04:51:29.032217+0000 mgr.y (mgr.25441) 7342 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:30.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.090174+0000 mon.a (mon.0) 3027 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:30.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: cephadm 2024-03-30T04:51:29.091763+0000 mgr.y (mgr.25441) 7343 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:30.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.110647+0000 mgr.y (mgr.25441) 7344 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:30.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: cluster 2024-03-30T04:51:29.120510+0000 mgr.y (mgr.25441) 7345 : cluster [DBG] pgmap v4848: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:51:30.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.153810+0000 mon.c (mon.1) 8564 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:30.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.156356+0000 mon.c (mon.1) 8565 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:30.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.158744+0000 mon.c (mon.1) 8566 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:30.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.159562+0000 mon.c (mon.1) 8567 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:30.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.165593+0000 mon.a (mon.0) 3028 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:30.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: cephadm 2024-03-30T04:51:29.166308+0000 mgr.y (mgr.25441) 7346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:30.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.239724+0000 mon.c (mon.1) 8568 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:30.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.242437+0000 mon.c (mon.1) 8569 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:30.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.245761+0000 mon.c (mon.1) 8570 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:30.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.246645+0000 mon.c (mon.1) 8571 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:30.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.254079+0000 mon.a (mon.0) 3029 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:30.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: cephadm 2024-03-30T04:51:29.254917+0000 mgr.y (mgr.25441) 7347 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:30.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.339670+0000 mon.c (mon.1) 8572 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:30.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.343454+0000 mon.c (mon.1) 8573 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:30.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.346716+0000 mon.c (mon.1) 8574 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:30.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.347722+0000 mon.c (mon.1) 8575 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:30.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.356836+0000 mon.a (mon.0) 3030 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:30.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: cephadm 2024-03-30T04:51:29.358121+0000 mgr.y (mgr.25441) 7348 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:30.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.434575+0000 mon.c (mon.1) 8576 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:30.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.438982+0000 mon.c (mon.1) 8577 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:30.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.442562+0000 mon.c (mon.1) 8578 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:30.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.443912+0000 mon.c (mon.1) 8579 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:30.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.456369+0000 mon.a (mon.0) 3031 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:30.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: cephadm 2024-03-30T04:51:29.457770+0000 mgr.y (mgr.25441) 7349 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:30.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.547286+0000 mon.c (mon.1) 8580 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:30.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.551945+0000 mon.c (mon.1) 8581 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:30.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.555915+0000 mon.c (mon.1) 8582 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:30.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.557384+0000 mon.c (mon.1) 8583 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:30.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.569908+0000 mon.a (mon.0) 3032 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:30.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: cephadm 2024-03-30T04:51:29.571077+0000 mgr.y (mgr.25441) 7350 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:30.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.649948+0000 mon.c (mon.1) 8584 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:30.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.652983+0000 mon.c (mon.1) 8585 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:30.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.655686+0000 mon.c (mon.1) 8586 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:30.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.656567+0000 mon.c (mon.1) 8587 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:30.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.666097+0000 mon.a (mon.0) 3033 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:30.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: cephadm 2024-03-30T04:51:29.666918+0000 mgr.y (mgr.25441) 7351 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:30.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.744089+0000 mon.c (mon.1) 8588 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:30.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.746826+0000 mon.c (mon.1) 8589 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:30.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.749642+0000 mon.c (mon.1) 8590 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:30.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.750880+0000 mon.c (mon.1) 8591 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:30.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.760210+0000 mon.a (mon.0) 3034 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:30.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: cephadm 2024-03-30T04:51:29.762868+0000 mgr.y (mgr.25441) 7352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:30.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.850804+0000 mon.c (mon.1) 8592 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:30.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.853822+0000 mon.c (mon.1) 8593 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:30.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.857644+0000 mon.c (mon.1) 8594 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:30.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.859102+0000 mon.c (mon.1) 8595 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:30.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.868713+0000 mon.a (mon.0) 3035 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:30.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.949388+0000 mon.c (mon.1) 8596 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:30.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.952430+0000 mon.c (mon.1) 8597 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:30.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.955880+0000 mon.c (mon.1) 8598 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:30.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.956901+0000 mon.c (mon.1) 8599 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:30.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:29.965748+0000 mon.a (mon.0) 3036 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:30.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:30.047057+0000 mon.c (mon.1) 8600 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:30.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:30.049592+0000 mon.c (mon.1) 8601 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:30.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:30.052803+0000 mon.c (mon.1) 8602 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:30.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:30.053929+0000 mon.c (mon.1) 8603 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:30.377 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:30 smithi111 bash[73591]: audit 2024-03-30T04:51:30.064302+0000 mon.a (mon.0) 3037 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:30.635 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:30.21266316Z level=info msg="Executing migration" id="Increase tags column to length 4096" 2024-03-30T04:51:30.636 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:30.3724064Z level=info msg="Executing migration" id="Add OAuth ID token to user_auth" 2024-03-30T04:51:31.048 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:30 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:30.726545391Z level=info msg="Executing migration" id="alter table short_url alter column created_by type to bigint" 2024-03-30T04:51:31.312 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:31.053949641Z level=info msg="Executing migration" id="add current_reason column related to current_state" 2024-03-30T04:51:31.312 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:31.217924179Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule" 2024-03-30T04:51:31.313 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: cephadm 2024-03-30T04:51:29.873509+0000 mgr.y (mgr.25441) 7353 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:31.313 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: cephadm 2024-03-30T04:51:29.969868+0000 mgr.y (mgr.25441) 7354 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:31.313 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: cephadm 2024-03-30T04:51:30.065444+0000 mgr.y (mgr.25441) 7355 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:31.313 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.153813+0000 mon.c (mon.1) 8604 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:31.313 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.156618+0000 mon.c (mon.1) 8605 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:31.313 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.159974+0000 mon.c (mon.1) 8606 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:31.314 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.161197+0000 mon.c (mon.1) 8607 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:31.314 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.167760+0000 mon.a (mon.0) 3038 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:31.314 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: cephadm 2024-03-30T04:51:30.170418+0000 mgr.y (mgr.25441) 7356 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:31.314 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.243310+0000 mon.c (mon.1) 8608 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:31.314 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.245907+0000 mon.c (mon.1) 8609 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:31.314 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.248952+0000 mon.c (mon.1) 8610 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:31.314 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.249788+0000 mon.c (mon.1) 8611 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:31.314 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.255588+0000 mon.a (mon.0) 3039 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:31.314 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: cephadm 2024-03-30T04:51:30.258264+0000 mgr.y (mgr.25441) 7357 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:31.314 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.271514+0000 mon.a (mon.0) 3040 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:31.314 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.274870+0000 mon.c (mon.1) 8612 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:51:31.314 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.368770+0000 mon.c (mon.1) 8613 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:31.314 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.371278+0000 mon.c (mon.1) 8614 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:31.314 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.373474+0000 mon.c (mon.1) 8615 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:31.315 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.374344+0000 mon.c (mon.1) 8616 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:31.315 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.380009+0000 mon.a (mon.0) 3041 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:31.315 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: cephadm 2024-03-30T04:51:30.382958+0000 mgr.y (mgr.25441) 7358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:31.315 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.447910+0000 mon.c (mon.1) 8617 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:31.315 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.450362+0000 mon.c (mon.1) 8618 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:31.315 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.452604+0000 mon.c (mon.1) 8619 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:31.315 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.453406+0000 mon.c (mon.1) 8620 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:31.315 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.459349+0000 mon.a (mon.0) 3042 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:31.315 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: cephadm 2024-03-30T04:51:30.462394+0000 mgr.y (mgr.25441) 7359 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:31.315 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.505295+0000 mon.c (mon.1) 8621 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:31.315 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.507782+0000 mon.c (mon.1) 8622 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:31.315 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.510310+0000 mon.c (mon.1) 8623 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:31.315 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.511114+0000 mon.c (mon.1) 8624 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:31.315 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.516723+0000 mon.a (mon.0) 3043 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:31.315 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: cephadm 2024-03-30T04:51:30.518720+0000 mgr.y (mgr.25441) 7360 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:31.316 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.579355+0000 mon.c (mon.1) 8625 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:31.316 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.581660+0000 mon.c (mon.1) 8626 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:31.316 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.583874+0000 mon.c (mon.1) 8627 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:31.316 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.584636+0000 mon.c (mon.1) 8628 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:31.316 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.590546+0000 mon.a (mon.0) 3044 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:31.316 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: cephadm 2024-03-30T04:51:30.592958+0000 mgr.y (mgr.25441) 7361 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:31.316 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.651684+0000 mon.c (mon.1) 8629 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:31.316 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.654105+0000 mon.c (mon.1) 8630 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:31.316 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.656527+0000 mon.c (mon.1) 8631 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:31.316 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.657629+0000 mon.c (mon.1) 8632 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:31.316 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.664093+0000 mon.a (mon.0) 3045 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:31.316 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: cephadm 2024-03-30T04:51:30.669688+0000 mgr.y (mgr.25441) 7362 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:31.316 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.743215+0000 mon.c (mon.1) 8633 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:31.316 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.745631+0000 mon.c (mon.1) 8634 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:31.316 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.747925+0000 mon.c (mon.1) 8635 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:31.316 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.749065+0000 mon.c (mon.1) 8636 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:31.317 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.756056+0000 mon.a (mon.0) 3046 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:31.317 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: cephadm 2024-03-30T04:51:30.757714+0000 mgr.y (mgr.25441) 7363 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:31.317 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.834541+0000 mon.c (mon.1) 8637 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:31.317 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.836991+0000 mon.c (mon.1) 8638 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:31.317 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.839053+0000 mon.c (mon.1) 8639 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:31.317 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.839840+0000 mon.c (mon.1) 8640 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:31.317 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.845873+0000 mon.a (mon.0) 3047 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:31.317 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.937501+0000 mon.c (mon.1) 8641 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:31.317 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.941606+0000 mon.c (mon.1) 8642 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:31.317 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.945500+0000 mon.c (mon.1) 8643 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:31.317 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.946855+0000 mon.c (mon.1) 8644 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:31.317 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:30.958203+0000 mon.a (mon.0) 3048 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:31.317 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:31.049319+0000 mon.c (mon.1) 8645 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:31.317 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:31.053294+0000 mon.c (mon.1) 8646 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:31.317 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:31.057423+0000 mon.c (mon.1) 8647 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:31.317 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:31.058696+0000 mon.c (mon.1) 8648 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:31.318 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[62284]: audit 2024-03-30T04:51:31.069873+0000 mon.a (mon.0) 3049 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:31.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: cephadm 2024-03-30T04:51:29.873509+0000 mgr.y (mgr.25441) 7353 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:31.367 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: cephadm 2024-03-30T04:51:29.969868+0000 mgr.y (mgr.25441) 7354 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:31.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: cephadm 2024-03-30T04:51:30.065444+0000 mgr.y (mgr.25441) 7355 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:31.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.153813+0000 mon.c (mon.1) 8604 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:31.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.156618+0000 mon.c (mon.1) 8605 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:31.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.159974+0000 mon.c (mon.1) 8606 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:31.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.161197+0000 mon.c (mon.1) 8607 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:31.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.167760+0000 mon.a (mon.0) 3038 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:31.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: cephadm 2024-03-30T04:51:30.170418+0000 mgr.y (mgr.25441) 7356 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:31.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.243310+0000 mon.c (mon.1) 8608 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:31.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.245907+0000 mon.c (mon.1) 8609 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:31.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.248952+0000 mon.c (mon.1) 8610 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:31.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.249788+0000 mon.c (mon.1) 8611 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:31.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.255588+0000 mon.a (mon.0) 3039 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:31.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: cephadm 2024-03-30T04:51:30.258264+0000 mgr.y (mgr.25441) 7357 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:31.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.271514+0000 mon.a (mon.0) 3040 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:31.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.274870+0000 mon.c (mon.1) 8612 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:51:31.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.368770+0000 mon.c (mon.1) 8613 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:31.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.371278+0000 mon.c (mon.1) 8614 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:31.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.373474+0000 mon.c (mon.1) 8615 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:31.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.374344+0000 mon.c (mon.1) 8616 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:31.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.380009+0000 mon.a (mon.0) 3041 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:31.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: cephadm 2024-03-30T04:51:30.382958+0000 mgr.y (mgr.25441) 7358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:31.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.447910+0000 mon.c (mon.1) 8617 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:31.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.450362+0000 mon.c (mon.1) 8618 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:31.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.452604+0000 mon.c (mon.1) 8619 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:31.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.453406+0000 mon.c (mon.1) 8620 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:31.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.459349+0000 mon.a (mon.0) 3042 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:31.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: cephadm 2024-03-30T04:51:30.462394+0000 mgr.y (mgr.25441) 7359 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:31.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.505295+0000 mon.c (mon.1) 8621 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:31.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.507782+0000 mon.c (mon.1) 8622 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:31.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.510310+0000 mon.c (mon.1) 8623 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:31.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.511114+0000 mon.c (mon.1) 8624 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:31.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.516723+0000 mon.a (mon.0) 3043 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:31.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: cephadm 2024-03-30T04:51:30.518720+0000 mgr.y (mgr.25441) 7360 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:31.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.579355+0000 mon.c (mon.1) 8625 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:31.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.581660+0000 mon.c (mon.1) 8626 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:31.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.583874+0000 mon.c (mon.1) 8627 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:31.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.584636+0000 mon.c (mon.1) 8628 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:31.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.590546+0000 mon.a (mon.0) 3044 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:31.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: cephadm 2024-03-30T04:51:29.873509+0000 mgr.y (mgr.25441) 7353 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:31.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: cephadm 2024-03-30T04:51:29.969868+0000 mgr.y (mgr.25441) 7354 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:31.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: cephadm 2024-03-30T04:51:30.065444+0000 mgr.y (mgr.25441) 7355 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:31.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.153813+0000 mon.c (mon.1) 8604 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:31.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.156618+0000 mon.c (mon.1) 8605 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:31.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.159974+0000 mon.c (mon.1) 8606 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:31.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.161197+0000 mon.c (mon.1) 8607 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:31.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.167760+0000 mon.a (mon.0) 3038 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:31.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: cephadm 2024-03-30T04:51:30.170418+0000 mgr.y (mgr.25441) 7356 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:31.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.243310+0000 mon.c (mon.1) 8608 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:31.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.245907+0000 mon.c (mon.1) 8609 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:31.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.248952+0000 mon.c (mon.1) 8610 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:31.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.249788+0000 mon.c (mon.1) 8611 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:31.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.255588+0000 mon.a (mon.0) 3039 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:31.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: cephadm 2024-03-30T04:51:30.258264+0000 mgr.y (mgr.25441) 7357 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:31.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.271514+0000 mon.a (mon.0) 3040 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:31.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.274870+0000 mon.c (mon.1) 8612 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:51:31.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.368770+0000 mon.c (mon.1) 8613 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:31.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.371278+0000 mon.c (mon.1) 8614 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:31.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.373474+0000 mon.c (mon.1) 8615 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:31.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: cephadm 2024-03-30T04:51:30.592958+0000 mgr.y (mgr.25441) 7361 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:31.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.651684+0000 mon.c (mon.1) 8629 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:31.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.654105+0000 mon.c (mon.1) 8630 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:31.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.656527+0000 mon.c (mon.1) 8631 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:31.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.657629+0000 mon.c (mon.1) 8632 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:31.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.664093+0000 mon.a (mon.0) 3045 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:31.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: cephadm 2024-03-30T04:51:30.669688+0000 mgr.y (mgr.25441) 7362 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:31.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.743215+0000 mon.c (mon.1) 8633 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:31.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.745631+0000 mon.c (mon.1) 8634 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:31.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.747925+0000 mon.c (mon.1) 8635 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:31.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.749065+0000 mon.c (mon.1) 8636 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:31.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.756056+0000 mon.a (mon.0) 3046 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:31.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: cephadm 2024-03-30T04:51:30.757714+0000 mgr.y (mgr.25441) 7363 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:31.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.834541+0000 mon.c (mon.1) 8637 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:31.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.836991+0000 mon.c (mon.1) 8638 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:31.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.839053+0000 mon.c (mon.1) 8639 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:31.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.839840+0000 mon.c (mon.1) 8640 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:31.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.845873+0000 mon.a (mon.0) 3047 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:31.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.937501+0000 mon.c (mon.1) 8641 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:31.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.941606+0000 mon.c (mon.1) 8642 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:31.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.945500+0000 mon.c (mon.1) 8643 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:31.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.946855+0000 mon.c (mon.1) 8644 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:31.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:30.958203+0000 mon.a (mon.0) 3048 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:31.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:31.049319+0000 mon.c (mon.1) 8645 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:31.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:31.053294+0000 mon.c (mon.1) 8646 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:31.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:31.057423+0000 mon.c (mon.1) 8647 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:31.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:31.058696+0000 mon.c (mon.1) 8648 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:31.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[73591]: audit 2024-03-30T04:51:31.069873+0000 mon.a (mon.0) 3049 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:31.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.374344+0000 mon.c (mon.1) 8616 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:31.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.380009+0000 mon.a (mon.0) 3041 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:31.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: cephadm 2024-03-30T04:51:30.382958+0000 mgr.y (mgr.25441) 7358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:31.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.447910+0000 mon.c (mon.1) 8617 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:31.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.450362+0000 mon.c (mon.1) 8618 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:31.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.452604+0000 mon.c (mon.1) 8619 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:31.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.453406+0000 mon.c (mon.1) 8620 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:31.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.459349+0000 mon.a (mon.0) 3042 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:31.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: cephadm 2024-03-30T04:51:30.462394+0000 mgr.y (mgr.25441) 7359 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:31.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.505295+0000 mon.c (mon.1) 8621 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:31.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.507782+0000 mon.c (mon.1) 8622 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:31.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.510310+0000 mon.c (mon.1) 8623 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:31.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.511114+0000 mon.c (mon.1) 8624 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:31.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.516723+0000 mon.a (mon.0) 3043 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:31.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: cephadm 2024-03-30T04:51:30.518720+0000 mgr.y (mgr.25441) 7360 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:31.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.579355+0000 mon.c (mon.1) 8625 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:31.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.581660+0000 mon.c (mon.1) 8626 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:31.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.583874+0000 mon.c (mon.1) 8627 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:31.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.584636+0000 mon.c (mon.1) 8628 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:31.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.590546+0000 mon.a (mon.0) 3044 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:31.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: cephadm 2024-03-30T04:51:30.592958+0000 mgr.y (mgr.25441) 7361 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:31.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.651684+0000 mon.c (mon.1) 8629 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:31.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.654105+0000 mon.c (mon.1) 8630 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:31.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.656527+0000 mon.c (mon.1) 8631 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:31.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.657629+0000 mon.c (mon.1) 8632 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:31.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.664093+0000 mon.a (mon.0) 3045 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:31.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: cephadm 2024-03-30T04:51:30.669688+0000 mgr.y (mgr.25441) 7362 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:31.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.743215+0000 mon.c (mon.1) 8633 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:31.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.745631+0000 mon.c (mon.1) 8634 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:31.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.747925+0000 mon.c (mon.1) 8635 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:31.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.749065+0000 mon.c (mon.1) 8636 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:31.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.756056+0000 mon.a (mon.0) 3046 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:31.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: cephadm 2024-03-30T04:51:30.757714+0000 mgr.y (mgr.25441) 7363 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:31.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.834541+0000 mon.c (mon.1) 8637 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:31.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.836991+0000 mon.c (mon.1) 8638 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:31.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.839053+0000 mon.c (mon.1) 8639 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:31.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.839840+0000 mon.c (mon.1) 8640 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:31.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.845873+0000 mon.a (mon.0) 3047 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:31.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.937501+0000 mon.c (mon.1) 8641 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:31.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.941606+0000 mon.c (mon.1) 8642 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:31.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.945500+0000 mon.c (mon.1) 8643 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:31.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.946855+0000 mon.c (mon.1) 8644 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:31.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:30.958203+0000 mon.a (mon.0) 3048 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:31.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:31.049319+0000 mon.c (mon.1) 8645 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:31.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:31.053294+0000 mon.c (mon.1) 8646 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:31.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:31.057423+0000 mon.c (mon.1) 8647 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:31.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:31.058696+0000 mon.c (mon.1) 8648 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:31.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:31 smithi111 bash[70954]: audit 2024-03-30T04:51:31.069873+0000 mon.a (mon.0) 3049 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:31.597 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:31.318917456Z level=info msg="Executing migration" id="add is_paused column to alert_rule table" 2024-03-30T04:51:31.597 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:31.427203946Z level=info msg="Executing migration" id="fix is_paused column for alert_rule table" 2024-03-30T04:51:31.597 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:31.548560697Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule_version" 2024-03-30T04:51:31.597 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:31.60324784Z level=info msg="Executing migration" id="add is_paused column to alert_rule_versions table" 2024-03-30T04:51:31.885 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:31.697776734Z level=info msg="Executing migration" id="fix is_paused column for alert_rule_version table" 2024-03-30T04:51:31.885 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:31.762224041Z level=info msg="Executing migration" id="add configuration_hash column to alert_configuration" 2024-03-30T04:51:31.886 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:31.804410793Z level=info msg="Executing migration" id="add column send_alerts_to in ngalert_configuration" 2024-03-30T04:51:31.886 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:31.846787585Z level=info msg="Executing migration" id="create provenance_type table" 2024-03-30T04:51:32.183 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:31.914067971Z level=info msg="Executing migration" id="add index to uniquify (record_key, record_type, org_id) columns" 2024-03-30T04:51:32.183 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:31 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:31.986444265Z level=info msg="Executing migration" id="create alert_image table" 2024-03-30T04:51:32.183 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:32.031819701Z level=info msg="Executing migration" id="add unique index on token to alert_image table" 2024-03-30T04:51:32.183 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:32.07369249Z level=info msg="Executing migration" id="support longer URLs in alert_image table" 2024-03-30T04:51:32.183 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:32.099045846Z level=info msg="Executing migration" id=create_alert_configuration_history_table 2024-03-30T04:51:32.183 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:32.141152703Z level=info msg="Executing migration" id="drop non-unique orgID index on alert_configuration" 2024-03-30T04:51:32.184 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: cephadm 2024-03-30T04:51:30.849023+0000 mgr.y (mgr.25441) 7364 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:32.184 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: cephadm 2024-03-30T04:51:30.959423+0000 mgr.y (mgr.25441) 7365 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:32.184 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: cephadm 2024-03-30T04:51:31.073552+0000 mgr.y (mgr.25441) 7366 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:32.184 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: cluster 2024-03-30T04:51:31.120936+0000 mgr.y (mgr.25441) 7367 : cluster [DBG] pgmap v4849: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 867 B/s rd, 0 op/s 2024-03-30T04:51:32.184 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.151441+0000 mon.c (mon.1) 8649 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:32.184 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.153707+0000 mon.c (mon.1) 8650 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:32.184 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.156295+0000 mon.c (mon.1) 8651 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:32.184 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.157067+0000 mon.c (mon.1) 8652 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:32.184 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.165322+0000 mon.a (mon.0) 3050 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:32.184 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: cephadm 2024-03-30T04:51:31.166096+0000 mgr.y (mgr.25441) 7368 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:32.185 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.211094+0000 mon.c (mon.1) 8653 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:32.185 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.213320+0000 mon.c (mon.1) 8654 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:32.185 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.215322+0000 mon.c (mon.1) 8655 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:32.185 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.216120+0000 mon.c (mon.1) 8656 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:32.185 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.223405+0000 mon.a (mon.0) 3051 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:32.185 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: cephadm 2024-03-30T04:51:31.224388+0000 mgr.y (mgr.25441) 7369 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:32.185 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.285339+0000 mon.c (mon.1) 8657 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:32.185 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.287872+0000 mon.c (mon.1) 8658 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:32.185 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.290533+0000 mon.c (mon.1) 8659 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:32.185 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.291347+0000 mon.c (mon.1) 8660 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:32.185 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.300672+0000 mon.a (mon.0) 3052 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:32.185 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: cephadm 2024-03-30T04:51:31.301357+0000 mgr.y (mgr.25441) 7370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:32.185 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.379025+0000 mon.c (mon.1) 8661 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:32.185 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.381560+0000 mon.c (mon.1) 8662 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:32.185 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.384092+0000 mon.c (mon.1) 8663 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:32.185 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.385104+0000 mon.c (mon.1) 8664 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:32.185 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.395471+0000 mon.a (mon.0) 3053 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:32.186 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: cephadm 2024-03-30T04:51:31.396273+0000 mgr.y (mgr.25441) 7371 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:32.186 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.473457+0000 mon.c (mon.1) 8665 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:32.186 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.476766+0000 mon.c (mon.1) 8666 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:32.186 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.479779+0000 mon.c (mon.1) 8667 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:32.186 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.480543+0000 mon.c (mon.1) 8668 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:32.186 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.488951+0000 mon.a (mon.0) 3054 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:32.186 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: cephadm 2024-03-30T04:51:31.490859+0000 mgr.y (mgr.25441) 7372 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:32.186 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.567469+0000 mon.c (mon.1) 8669 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:32.186 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.569818+0000 mon.c (mon.1) 8670 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:32.186 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.571935+0000 mon.c (mon.1) 8671 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:32.186 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.572643+0000 mon.c (mon.1) 8672 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:32.186 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.580867+0000 mon.a (mon.0) 3055 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:32.186 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: cephadm 2024-03-30T04:51:31.584006+0000 mgr.y (mgr.25441) 7373 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:32.186 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.660127+0000 mon.c (mon.1) 8673 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:32.186 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.662476+0000 mon.c (mon.1) 8674 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:32.187 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.664769+0000 mon.c (mon.1) 8675 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:32.187 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.665572+0000 mon.c (mon.1) 8676 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:32.187 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.673655+0000 mon.a (mon.0) 3056 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:32.187 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: cephadm 2024-03-30T04:51:31.674542+0000 mgr.y (mgr.25441) 7374 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:32.187 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.751742+0000 mon.c (mon.1) 8677 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:32.187 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.754493+0000 mon.c (mon.1) 8678 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:32.187 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.757267+0000 mon.c (mon.1) 8679 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:32.187 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.758049+0000 mon.c (mon.1) 8680 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:32.187 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.766182+0000 mon.a (mon.0) 3057 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:32.187 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: cephadm 2024-03-30T04:51:31.767126+0000 mgr.y (mgr.25441) 7375 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:32.187 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.844750+0000 mon.c (mon.1) 8681 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:32.187 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.848140+0000 mon.c (mon.1) 8682 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:32.187 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.850962+0000 mon.c (mon.1) 8683 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:32.187 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.852479+0000 mon.c (mon.1) 8684 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:32.187 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.860073+0000 mon.a (mon.0) 3058 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:32.187 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.934628+0000 mon.c (mon.1) 8685 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:32.188 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.936521+0000 mon.c (mon.1) 8686 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:32.188 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.939214+0000 mon.c (mon.1) 8687 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:32.188 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.940119+0000 mon.c (mon.1) 8688 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:32.188 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:31.946744+0000 mon.a (mon.0) 3059 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:32.188 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:32.025523+0000 mon.c (mon.1) 8689 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:32.188 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:32.028182+0000 mon.c (mon.1) 8690 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:32.188 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:32.030432+0000 mon.c (mon.1) 8691 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:32.188 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:32.031174+0000 mon.c (mon.1) 8692 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:32.188 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:32.038516+0000 mon.a (mon.0) 3060 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:32.188 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:32.088193+0000 mon.c (mon.1) 8693 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:32.188 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:32.090856+0000 mon.c (mon.1) 8694 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:32.188 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:32.093236+0000 mon.c (mon.1) 8695 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:32.188 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:32.094066+0000 mon.c (mon.1) 8696 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:32.188 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[62284]: audit 2024-03-30T04:51:32.101572+0000 mon.a (mon.0) 3061 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:32.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: cephadm 2024-03-30T04:51:30.849023+0000 mgr.y (mgr.25441) 7364 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:32.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: cephadm 2024-03-30T04:51:30.959423+0000 mgr.y (mgr.25441) 7365 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:32.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: cephadm 2024-03-30T04:51:31.073552+0000 mgr.y (mgr.25441) 7366 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:32.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: cluster 2024-03-30T04:51:31.120936+0000 mgr.y (mgr.25441) 7367 : cluster [DBG] pgmap v4849: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 867 B/s rd, 0 op/s 2024-03-30T04:51:32.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.151441+0000 mon.c (mon.1) 8649 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:32.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.153707+0000 mon.c (mon.1) 8650 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:32.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.156295+0000 mon.c (mon.1) 8651 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:32.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.157067+0000 mon.c (mon.1) 8652 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:32.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.165322+0000 mon.a (mon.0) 3050 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:32.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: cephadm 2024-03-30T04:51:31.166096+0000 mgr.y (mgr.25441) 7368 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:32.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.211094+0000 mon.c (mon.1) 8653 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:32.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.213320+0000 mon.c (mon.1) 8654 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:32.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.215322+0000 mon.c (mon.1) 8655 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:32.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.216120+0000 mon.c (mon.1) 8656 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:32.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.223405+0000 mon.a (mon.0) 3051 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:32.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: cephadm 2024-03-30T04:51:31.224388+0000 mgr.y (mgr.25441) 7369 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:32.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.285339+0000 mon.c (mon.1) 8657 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:32.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.287872+0000 mon.c (mon.1) 8658 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:32.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.290533+0000 mon.c (mon.1) 8659 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:32.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.291347+0000 mon.c (mon.1) 8660 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:32.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.300672+0000 mon.a (mon.0) 3052 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:32.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: cephadm 2024-03-30T04:51:31.301357+0000 mgr.y (mgr.25441) 7370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:32.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.379025+0000 mon.c (mon.1) 8661 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:32.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.381560+0000 mon.c (mon.1) 8662 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:32.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.384092+0000 mon.c (mon.1) 8663 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:32.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.385104+0000 mon.c (mon.1) 8664 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:32.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.395471+0000 mon.a (mon.0) 3053 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:32.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: cephadm 2024-03-30T04:51:31.396273+0000 mgr.y (mgr.25441) 7371 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:32.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.473457+0000 mon.c (mon.1) 8665 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:32.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.476766+0000 mon.c (mon.1) 8666 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:32.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.479779+0000 mon.c (mon.1) 8667 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:32.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.480543+0000 mon.c (mon.1) 8668 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:32.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.488951+0000 mon.a (mon.0) 3054 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:32.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: cephadm 2024-03-30T04:51:31.490859+0000 mgr.y (mgr.25441) 7372 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:32.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.567469+0000 mon.c (mon.1) 8669 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:32.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.569818+0000 mon.c (mon.1) 8670 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:32.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.571935+0000 mon.c (mon.1) 8671 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:32.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.572643+0000 mon.c (mon.1) 8672 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:32.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.580867+0000 mon.a (mon.0) 3055 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:32.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: cephadm 2024-03-30T04:51:31.584006+0000 mgr.y (mgr.25441) 7373 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:32.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: cephadm 2024-03-30T04:51:30.849023+0000 mgr.y (mgr.25441) 7364 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:32.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: cephadm 2024-03-30T04:51:30.959423+0000 mgr.y (mgr.25441) 7365 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:32.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: cephadm 2024-03-30T04:51:31.073552+0000 mgr.y (mgr.25441) 7366 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:32.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: cluster 2024-03-30T04:51:31.120936+0000 mgr.y (mgr.25441) 7367 : cluster [DBG] pgmap v4849: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 867 B/s rd, 0 op/s 2024-03-30T04:51:32.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.151441+0000 mon.c (mon.1) 8649 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:32.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.153707+0000 mon.c (mon.1) 8650 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:32.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.156295+0000 mon.c (mon.1) 8651 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:32.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.157067+0000 mon.c (mon.1) 8652 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:32.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.165322+0000 mon.a (mon.0) 3050 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:32.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: cephadm 2024-03-30T04:51:31.166096+0000 mgr.y (mgr.25441) 7368 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:32.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.211094+0000 mon.c (mon.1) 8653 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:32.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.213320+0000 mon.c (mon.1) 8654 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:32.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.215322+0000 mon.c (mon.1) 8655 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:32.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.216120+0000 mon.c (mon.1) 8656 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:32.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.223405+0000 mon.a (mon.0) 3051 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:32.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: cephadm 2024-03-30T04:51:31.224388+0000 mgr.y (mgr.25441) 7369 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:32.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.285339+0000 mon.c (mon.1) 8657 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:32.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.287872+0000 mon.c (mon.1) 8658 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:32.372 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.290533+0000 mon.c (mon.1) 8659 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:32.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.660127+0000 mon.c (mon.1) 8673 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:32.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.662476+0000 mon.c (mon.1) 8674 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:32.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.664769+0000 mon.c (mon.1) 8675 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:32.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.665572+0000 mon.c (mon.1) 8676 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:32.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.673655+0000 mon.a (mon.0) 3056 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:32.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: cephadm 2024-03-30T04:51:31.674542+0000 mgr.y (mgr.25441) 7374 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:32.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.751742+0000 mon.c (mon.1) 8677 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:32.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.754493+0000 mon.c (mon.1) 8678 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:32.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.757267+0000 mon.c (mon.1) 8679 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:32.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.758049+0000 mon.c (mon.1) 8680 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:32.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.766182+0000 mon.a (mon.0) 3057 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:32.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: cephadm 2024-03-30T04:51:31.767126+0000 mgr.y (mgr.25441) 7375 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:32.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.844750+0000 mon.c (mon.1) 8681 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:32.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.848140+0000 mon.c (mon.1) 8682 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:32.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.850962+0000 mon.c (mon.1) 8683 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:32.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.852479+0000 mon.c (mon.1) 8684 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:32.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.860073+0000 mon.a (mon.0) 3058 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:32.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.934628+0000 mon.c (mon.1) 8685 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:32.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.936521+0000 mon.c (mon.1) 8686 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:32.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.939214+0000 mon.c (mon.1) 8687 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:32.373 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.940119+0000 mon.c (mon.1) 8688 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:32.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:31.946744+0000 mon.a (mon.0) 3059 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:32.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:32.025523+0000 mon.c (mon.1) 8689 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:32.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:32.028182+0000 mon.c (mon.1) 8690 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:32.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:32.030432+0000 mon.c (mon.1) 8691 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:32.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:32.031174+0000 mon.c (mon.1) 8692 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:32.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:32.038516+0000 mon.a (mon.0) 3060 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:32.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:32.088193+0000 mon.c (mon.1) 8693 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:32.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:32.090856+0000 mon.c (mon.1) 8694 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:32.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:32.093236+0000 mon.c (mon.1) 8695 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:32.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:32.094066+0000 mon.c (mon.1) 8696 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:32.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[73591]: audit 2024-03-30T04:51:32.101572+0000 mon.a (mon.0) 3061 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:32.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.291347+0000 mon.c (mon.1) 8660 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:32.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.300672+0000 mon.a (mon.0) 3052 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:32.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: cephadm 2024-03-30T04:51:31.301357+0000 mgr.y (mgr.25441) 7370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:32.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.379025+0000 mon.c (mon.1) 8661 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:32.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.381560+0000 mon.c (mon.1) 8662 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:32.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.384092+0000 mon.c (mon.1) 8663 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:32.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.385104+0000 mon.c (mon.1) 8664 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:32.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.395471+0000 mon.a (mon.0) 3053 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:32.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: cephadm 2024-03-30T04:51:31.396273+0000 mgr.y (mgr.25441) 7371 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:32.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.473457+0000 mon.c (mon.1) 8665 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:32.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.476766+0000 mon.c (mon.1) 8666 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:32.375 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.479779+0000 mon.c (mon.1) 8667 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:32.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.480543+0000 mon.c (mon.1) 8668 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:32.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.488951+0000 mon.a (mon.0) 3054 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:32.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: cephadm 2024-03-30T04:51:31.490859+0000 mgr.y (mgr.25441) 7372 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:32.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.567469+0000 mon.c (mon.1) 8669 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:32.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.569818+0000 mon.c (mon.1) 8670 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:32.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.571935+0000 mon.c (mon.1) 8671 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:32.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.572643+0000 mon.c (mon.1) 8672 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:32.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.580867+0000 mon.a (mon.0) 3055 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:32.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: cephadm 2024-03-30T04:51:31.584006+0000 mgr.y (mgr.25441) 7373 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:32.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.660127+0000 mon.c (mon.1) 8673 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:32.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.662476+0000 mon.c (mon.1) 8674 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:32.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.664769+0000 mon.c (mon.1) 8675 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:32.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.665572+0000 mon.c (mon.1) 8676 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:32.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.673655+0000 mon.a (mon.0) 3056 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:32.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: cephadm 2024-03-30T04:51:31.674542+0000 mgr.y (mgr.25441) 7374 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:32.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.751742+0000 mon.c (mon.1) 8677 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:32.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.754493+0000 mon.c (mon.1) 8678 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:32.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.757267+0000 mon.c (mon.1) 8679 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:32.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.758049+0000 mon.c (mon.1) 8680 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:32.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.766182+0000 mon.a (mon.0) 3057 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:32.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: cephadm 2024-03-30T04:51:31.767126+0000 mgr.y (mgr.25441) 7375 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:32.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.844750+0000 mon.c (mon.1) 8681 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:32.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.848140+0000 mon.c (mon.1) 8682 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:32.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.850962+0000 mon.c (mon.1) 8683 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:32.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.852479+0000 mon.c (mon.1) 8684 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:32.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.860073+0000 mon.a (mon.0) 3058 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:32.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.934628+0000 mon.c (mon.1) 8685 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:32.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.936521+0000 mon.c (mon.1) 8686 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:32.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.939214+0000 mon.c (mon.1) 8687 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:32.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.940119+0000 mon.c (mon.1) 8688 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:32.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:31.946744+0000 mon.a (mon.0) 3059 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:32.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:32.025523+0000 mon.c (mon.1) 8689 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:32.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:32.028182+0000 mon.c (mon.1) 8690 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:32.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:32.030432+0000 mon.c (mon.1) 8691 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:32.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:32.031174+0000 mon.c (mon.1) 8692 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:32.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:32.038516+0000 mon.a (mon.0) 3060 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:32.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:32.088193+0000 mon.c (mon.1) 8693 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:32.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:32.090856+0000 mon.c (mon.1) 8694 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:32.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:32.093236+0000 mon.c (mon.1) 8695 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:32.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:32.094066+0000 mon.c (mon.1) 8696 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:32.378 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:32 smithi111 bash[70954]: audit 2024-03-30T04:51:32.101572+0000 mon.a (mon.0) 3061 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:32.462 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:32.189289446Z level=info msg="Executing migration" id="drop unique orgID index on alert_configuration if exists" 2024-03-30T04:51:32.462 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:32.189523758Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop unique orgID index on alert_configuration if exists" 2024-03-30T04:51:32.462 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:32.225168406Z level=info msg="Executing migration" id="extract alertmanager configuration history to separate table" 2024-03-30T04:51:32.463 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:32.275591745Z level=info msg="Executing migration" id="add unique index on orgID to alert_configuration" 2024-03-30T04:51:32.463 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:32.326065017Z level=info msg="Executing migration" id="increase max description length to 2048" 2024-03-30T04:51:32.463 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:32.367863658Z level=info msg="Executing migration" id="create secrets table" 2024-03-30T04:51:32.463 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:32.410058699Z level=info msg="Executing migration" id="rename data_keys name column to id" 2024-03-30T04:51:32.463 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:32.468699002Z level=info msg="Executing migration" id="add name column into data_keys" 2024-03-30T04:51:32.739 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:32.519121436Z level=info msg="Executing migration" id="copy data_keys id column values into name" 2024-03-30T04:51:32.740 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:32.561070545Z level=info msg="Executing migration" id="rename data_keys name column to label" 2024-03-30T04:51:32.740 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:32.603023049Z level=info msg="Executing migration" id="rename data_keys id column back to name" 2024-03-30T04:51:32.740 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:32.645102916Z level=info msg="Executing migration" id="add column hidden to role table" 2024-03-30T04:51:32.740 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:32.68764376Z level=info msg="Executing migration" id="create query_history table v1" 2024-03-30T04:51:33.042 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:32.745808537Z level=info msg="Executing migration" id="add index query_history.org_id-created_by-datasource_uid" 2024-03-30T04:51:33.042 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:32.787730534Z level=info msg="Executing migration" id="alter table query_history alter column created_by type to bigint" 2024-03-30T04:51:33.042 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:32.829849978Z level=info msg="Executing migration" id="teams permissions migration" 2024-03-30T04:51:33.042 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:32.855259335Z level=info msg="Executing migration" id="dashboard permissions" 2024-03-30T04:51:33.043 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:32.897485783Z level=info msg="Executing migration" id="dashboard permissions uid scopes" 2024-03-30T04:51:33.043 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:32.939326284Z level=info msg="Executing migration" id="drop managed folder create actions" 2024-03-30T04:51:33.043 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:32 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:32.982247967Z level=info msg="Executing migration" id="alerting notification permissions" 2024-03-30T04:51:33.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: cephadm 2024-03-30T04:51:31.861877+0000 mgr.y (mgr.25441) 7376 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:33.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: cephadm 2024-03-30T04:51:31.947483+0000 mgr.y (mgr.25441) 7377 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:33.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: cephadm 2024-03-30T04:51:32.039390+0000 mgr.y (mgr.25441) 7378 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:33.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: cephadm 2024-03-30T04:51:32.102400+0000 mgr.y (mgr.25441) 7379 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:33.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:32.177437+0000 mon.c (mon.1) 8697 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:33.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:32.179685+0000 mon.c (mon.1) 8698 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:33.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:32.182101+0000 mon.c (mon.1) 8699 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:33.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:32.182819+0000 mon.c (mon.1) 8700 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:33.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:32.188381+0000 mon.a (mon.0) 3062 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:33.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: cephadm 2024-03-30T04:51:32.190647+0000 mgr.y (mgr.25441) 7380 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:33.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:32.273722+0000 mon.c (mon.1) 8701 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:33.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:32.277280+0000 mon.c (mon.1) 8702 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:33.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:32.280421+0000 mon.c (mon.1) 8703 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:33.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:32.281489+0000 mon.c (mon.1) 8704 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:33.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:32.290831+0000 mon.a (mon.0) 3063 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:33.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: cephadm 2024-03-30T04:51:32.291826+0000 mgr.y (mgr.25441) 7381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:33.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:32.371801+0000 mon.c (mon.1) 8705 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:33.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:32.374715+0000 mon.c (mon.1) 8706 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:33.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:32.377426+0000 mon.c (mon.1) 8707 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:33.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:32.378448+0000 mon.c (mon.1) 8708 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:33.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: cephadm 2024-03-30T04:51:31.861877+0000 mgr.y (mgr.25441) 7376 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:33.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: cephadm 2024-03-30T04:51:31.947483+0000 mgr.y (mgr.25441) 7377 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:33.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: cephadm 2024-03-30T04:51:32.039390+0000 mgr.y (mgr.25441) 7378 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:33.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: cephadm 2024-03-30T04:51:32.102400+0000 mgr.y (mgr.25441) 7379 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:33.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:32.177437+0000 mon.c (mon.1) 8697 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:33.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:32.179685+0000 mon.c (mon.1) 8698 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:33.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:32.182101+0000 mon.c (mon.1) 8699 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:33.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:32.182819+0000 mon.c (mon.1) 8700 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:33.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:32.188381+0000 mon.a (mon.0) 3062 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:33.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: cephadm 2024-03-30T04:51:32.190647+0000 mgr.y (mgr.25441) 7380 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:33.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:32.273722+0000 mon.c (mon.1) 8701 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:33.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:32.277280+0000 mon.c (mon.1) 8702 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:33.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:32.280421+0000 mon.c (mon.1) 8703 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:33.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:32.281489+0000 mon.c (mon.1) 8704 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:33.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:32.290831+0000 mon.a (mon.0) 3063 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:33.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: cephadm 2024-03-30T04:51:32.291826+0000 mgr.y (mgr.25441) 7381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:33.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:32.371801+0000 mon.c (mon.1) 8705 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:33.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:32.374715+0000 mon.c (mon.1) 8706 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:33.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:32.377426+0000 mon.c (mon.1) 8707 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:33.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:32.378448+0000 mon.c (mon.1) 8708 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:33.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:32.386096+0000 mon.a (mon.0) 3064 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:33.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: cephadm 2024-03-30T04:51:32.386995+0000 mgr.y (mgr.25441) 7382 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:33.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:32.465186+0000 mon.c (mon.1) 8709 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:33.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:32.468396+0000 mon.c (mon.1) 8710 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:33.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:32.471714+0000 mon.c (mon.1) 8711 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:33.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:32.473005+0000 mon.c (mon.1) 8712 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:33.371 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:32.483770+0000 mon.a (mon.0) 3065 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:33.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: cephadm 2024-03-30T04:51:32.484967+0000 mgr.y (mgr.25441) 7383 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:33.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:32.569117+0000 mon.c (mon.1) 8713 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:33.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:32.572959+0000 mon.c (mon.1) 8714 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:33.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:32.575840+0000 mon.c (mon.1) 8715 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:33.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:32.577186+0000 mon.c (mon.1) 8716 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:33.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:32.588775+0000 mon.a (mon.0) 3066 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:33.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: cephadm 2024-03-30T04:51:32.590258+0000 mgr.y (mgr.25441) 7384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:33.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:32.665319+0000 mon.c (mon.1) 8717 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:33.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:32.667741+0000 mon.c (mon.1) 8718 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:33.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:32.672267+0000 mon.c (mon.1) 8719 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:33.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:32.673059+0000 mon.c (mon.1) 8720 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:33.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:32.680465+0000 mon.a (mon.0) 3067 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:33.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: cephadm 2024-03-30T04:51:32.681564+0000 mgr.y (mgr.25441) 7385 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:33.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:32.386096+0000 mon.a (mon.0) 3064 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:33.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: cephadm 2024-03-30T04:51:32.386995+0000 mgr.y (mgr.25441) 7382 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:33.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:32.465186+0000 mon.c (mon.1) 8709 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:33.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:32.468396+0000 mon.c (mon.1) 8710 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:33.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:32.471714+0000 mon.c (mon.1) 8711 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:33.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:32.473005+0000 mon.c (mon.1) 8712 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:33.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:32.483770+0000 mon.a (mon.0) 3065 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:33.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: cephadm 2024-03-30T04:51:32.484967+0000 mgr.y (mgr.25441) 7383 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:33.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:32.569117+0000 mon.c (mon.1) 8713 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:33.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:32.572959+0000 mon.c (mon.1) 8714 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:33.373 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:32.575840+0000 mon.c (mon.1) 8715 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:33.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:32.577186+0000 mon.c (mon.1) 8716 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:33.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:32.588775+0000 mon.a (mon.0) 3066 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:33.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: cephadm 2024-03-30T04:51:32.590258+0000 mgr.y (mgr.25441) 7384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:33.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:32.665319+0000 mon.c (mon.1) 8717 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:33.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:32.667741+0000 mon.c (mon.1) 8718 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:33.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:32.672267+0000 mon.c (mon.1) 8719 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:33.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:32.673059+0000 mon.c (mon.1) 8720 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:33.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:32.680465+0000 mon.a (mon.0) 3067 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:33.374 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: cephadm 2024-03-30T04:51:32.681564+0000 mgr.y (mgr.25441) 7385 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:33.374 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:32.770046+0000 mon.c (mon.1) 8721 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:33.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:32.775543+0000 mon.c (mon.1) 8722 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:33.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:32.780120+0000 mon.c (mon.1) 8723 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:33.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:32.781823+0000 mon.c (mon.1) 8724 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:33.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:32.793757+0000 mon.a (mon.0) 3068 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:33.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: cephadm 2024-03-30T04:51:32.795221+0000 mgr.y (mgr.25441) 7386 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:33.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:32.885041+0000 mon.c (mon.1) 8725 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:33.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:32.889017+0000 mon.c (mon.1) 8726 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:33.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:32.892341+0000 mon.c (mon.1) 8727 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:33.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:32.893362+0000 mon.c (mon.1) 8728 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:33.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:32.903787+0000 mon.a (mon.0) 3069 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:33.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:32.993675+0000 mon.c (mon.1) 8729 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:33.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:32.998515+0000 mon.c (mon.1) 8730 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:33.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:33.002990+0000 mon.c (mon.1) 8731 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:33.375 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:33.004445+0000 mon.c (mon.1) 8732 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:33.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:33.015167+0000 mon.a (mon.0) 3070 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:33.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:33.092817+0000 mon.c (mon.1) 8733 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:33.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:33.095350+0000 mon.c (mon.1) 8734 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:33.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:33.099053+0000 mon.c (mon.1) 8735 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:33.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:33.100239+0000 mon.c (mon.1) 8736 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:33.376 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[73591]: audit 2024-03-30T04:51:33.109847+0000 mon.a (mon.0) 3071 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:33.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:32.770046+0000 mon.c (mon.1) 8721 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:33.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:32.775543+0000 mon.c (mon.1) 8722 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:33.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:32.780120+0000 mon.c (mon.1) 8723 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:33.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:32.781823+0000 mon.c (mon.1) 8724 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:33.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:32.793757+0000 mon.a (mon.0) 3068 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:33.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: cephadm 2024-03-30T04:51:32.795221+0000 mgr.y (mgr.25441) 7386 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:33.376 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:32.885041+0000 mon.c (mon.1) 8725 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:33.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:32.889017+0000 mon.c (mon.1) 8726 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:33.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:32.892341+0000 mon.c (mon.1) 8727 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:33.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:32.893362+0000 mon.c (mon.1) 8728 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:33.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:32.903787+0000 mon.a (mon.0) 3069 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:33.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:32.993675+0000 mon.c (mon.1) 8729 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:33.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:32.998515+0000 mon.c (mon.1) 8730 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:33.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:33.002990+0000 mon.c (mon.1) 8731 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:33.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:33.004445+0000 mon.c (mon.1) 8732 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:33.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:33.015167+0000 mon.a (mon.0) 3070 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:33.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:33.092817+0000 mon.c (mon.1) 8733 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:33.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:33.095350+0000 mon.c (mon.1) 8734 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:33.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:33.099053+0000 mon.c (mon.1) 8735 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:33.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:33.100239+0000 mon.c (mon.1) 8736 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:33.377 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:33 smithi111 bash[70954]: audit 2024-03-30T04:51:33.109847+0000 mon.a (mon.0) 3071 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:33.378 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: cephadm 2024-03-30T04:51:31.861877+0000 mgr.y (mgr.25441) 7376 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:33.378 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: cephadm 2024-03-30T04:51:31.947483+0000 mgr.y (mgr.25441) 7377 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:33.378 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: cephadm 2024-03-30T04:51:32.039390+0000 mgr.y (mgr.25441) 7378 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:33.378 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: cephadm 2024-03-30T04:51:32.102400+0000 mgr.y (mgr.25441) 7379 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:33.378 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:32.177437+0000 mon.c (mon.1) 8697 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:33.378 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:32.179685+0000 mon.c (mon.1) 8698 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:33.378 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:32.182101+0000 mon.c (mon.1) 8699 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:33.378 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:32.182819+0000 mon.c (mon.1) 8700 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:33.378 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:32.188381+0000 mon.a (mon.0) 3062 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:33.379 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: cephadm 2024-03-30T04:51:32.190647+0000 mgr.y (mgr.25441) 7380 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:33.379 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:32.273722+0000 mon.c (mon.1) 8701 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:33.379 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:32.277280+0000 mon.c (mon.1) 8702 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:33.379 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:32.280421+0000 mon.c (mon.1) 8703 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:33.379 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:32.281489+0000 mon.c (mon.1) 8704 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:33.379 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:32.290831+0000 mon.a (mon.0) 3063 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:33.379 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: cephadm 2024-03-30T04:51:32.291826+0000 mgr.y (mgr.25441) 7381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:33.379 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:32.371801+0000 mon.c (mon.1) 8705 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:33.379 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:32.374715+0000 mon.c (mon.1) 8706 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:33.379 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:32.377426+0000 mon.c (mon.1) 8707 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:33.379 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:32.378448+0000 mon.c (mon.1) 8708 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:33.379 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:33.048554608Z level=info msg="Executing migration" id="create query_history_star table v1" 2024-03-30T04:51:33.380 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:33.08222576Z level=info msg="Executing migration" id="add index query_history.user_id-query_uid" 2024-03-30T04:51:33.380 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:33.124494252Z level=info msg="Executing migration" id="add column org_id in query_history_star" 2024-03-30T04:51:33.380 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:33.174684297Z level=info msg="Executing migration" id="alter table query_history_star_mig column user_id type to bigint" 2024-03-30T04:51:33.380 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:33.260439438Z level=info msg="Executing migration" id="create correlation table v1" 2024-03-30T04:51:33.380 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:33.379582992Z level=info msg="Executing migration" id="add index correlations.uid" 2024-03-30T04:51:33.380 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:32.386096+0000 mon.a (mon.0) 3064 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:33.380 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: cephadm 2024-03-30T04:51:32.386995+0000 mgr.y (mgr.25441) 7382 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:33.380 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:32.465186+0000 mon.c (mon.1) 8709 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:33.380 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:32.468396+0000 mon.c (mon.1) 8710 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:33.380 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:32.471714+0000 mon.c (mon.1) 8711 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:33.381 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:32.473005+0000 mon.c (mon.1) 8712 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:33.381 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:32.483770+0000 mon.a (mon.0) 3065 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:33.381 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: cephadm 2024-03-30T04:51:32.484967+0000 mgr.y (mgr.25441) 7383 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:33.381 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:32.569117+0000 mon.c (mon.1) 8713 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:33.381 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:32.572959+0000 mon.c (mon.1) 8714 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:33.381 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:32.575840+0000 mon.c (mon.1) 8715 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:33.381 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:32.577186+0000 mon.c (mon.1) 8716 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:33.381 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:32.588775+0000 mon.a (mon.0) 3066 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:33.381 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: cephadm 2024-03-30T04:51:32.590258+0000 mgr.y (mgr.25441) 7384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:33.381 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:32.665319+0000 mon.c (mon.1) 8717 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:33.381 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:32.667741+0000 mon.c (mon.1) 8718 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:33.381 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:32.672267+0000 mon.c (mon.1) 8719 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:33.381 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:32.673059+0000 mon.c (mon.1) 8720 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:33.381 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:32.680465+0000 mon.a (mon.0) 3067 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:33.381 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: cephadm 2024-03-30T04:51:32.681564+0000 mgr.y (mgr.25441) 7385 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:33.382 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:32.770046+0000 mon.c (mon.1) 8721 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:33.382 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:32.775543+0000 mon.c (mon.1) 8722 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:33.382 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:32.780120+0000 mon.c (mon.1) 8723 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:33.382 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:32.781823+0000 mon.c (mon.1) 8724 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:33.382 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:32.793757+0000 mon.a (mon.0) 3068 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:33.382 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: cephadm 2024-03-30T04:51:32.795221+0000 mgr.y (mgr.25441) 7386 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:33.382 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:32.885041+0000 mon.c (mon.1) 8725 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:33.382 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:32.889017+0000 mon.c (mon.1) 8726 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:33.382 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:32.892341+0000 mon.c (mon.1) 8727 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:33.382 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:32.893362+0000 mon.c (mon.1) 8728 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:33.382 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:32.903787+0000 mon.a (mon.0) 3069 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:33.382 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:32.993675+0000 mon.c (mon.1) 8729 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:33.382 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:32.998515+0000 mon.c (mon.1) 8730 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:33.382 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:33.002990+0000 mon.c (mon.1) 8731 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:33.383 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:33.004445+0000 mon.c (mon.1) 8732 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:33.383 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:33.015167+0000 mon.a (mon.0) 3070 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:33.383 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:33.092817+0000 mon.c (mon.1) 8733 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:33.383 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:33.095350+0000 mon.c (mon.1) 8734 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:33.383 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:33.099053+0000 mon.c (mon.1) 8735 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:33.383 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:33.100239+0000 mon.c (mon.1) 8736 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:33.383 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[62284]: audit 2024-03-30T04:51:33.109847+0000 mon.a (mon.0) 3071 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:33.635 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:33.617721706Z level=info msg="Executing migration" id="add index correlations.source_uid" 2024-03-30T04:51:34.033 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:33.743704786Z level=info msg="Executing migration" id="add correlation config column" 2024-03-30T04:51:34.034 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:33 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:33.850852939Z level=info msg="Executing migration" id="create entity_events table" 2024-03-30T04:51:34.323 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:34.039774621Z level=info msg="Executing migration" id="create dashboard public config v1" 2024-03-30T04:51:34.323 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: cephadm 2024-03-30T04:51:32.904643+0000 mgr.y (mgr.25441) 7387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:34.323 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: cephadm 2024-03-30T04:51:33.016659+0000 mgr.y (mgr.25441) 7388 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:34.323 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: cephadm 2024-03-30T04:51:33.111343+0000 mgr.y (mgr.25441) 7389 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:34.323 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: cluster 2024-03-30T04:51:33.122968+0000 mgr.y (mgr.25441) 7390 : cluster [DBG] pgmap v4850: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:51:34.324 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:33.170053+0000 mon.c (mon.1) 8737 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:34.324 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:33.172060+0000 mon.c (mon.1) 8738 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:34.324 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:33.174095+0000 mon.c (mon.1) 8739 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:34.324 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:33.174895+0000 mon.c (mon.1) 8740 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:34.324 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:33.182397+0000 mon.a (mon.0) 3072 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:34.324 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: cephadm 2024-03-30T04:51:33.183171+0000 mgr.y (mgr.25441) 7391 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:34.324 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:33.259909+0000 mon.c (mon.1) 8741 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:34.324 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:33.262361+0000 mon.c (mon.1) 8742 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:34.324 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:33.264861+0000 mon.c (mon.1) 8743 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:34.324 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:33.265748+0000 mon.c (mon.1) 8744 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:34.324 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:33.272798+0000 mon.a (mon.0) 3073 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:34.324 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: cephadm 2024-03-30T04:51:33.274351+0000 mgr.y (mgr.25441) 7392 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:34.325 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:33.361648+0000 mon.c (mon.1) 8745 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:34.325 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:33.365507+0000 mon.c (mon.1) 8746 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:34.325 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:33.369159+0000 mon.c (mon.1) 8747 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:34.325 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:33.370428+0000 mon.c (mon.1) 8748 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:34.325 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:33.380247+0000 mon.a (mon.0) 3074 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:34.325 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: cephadm 2024-03-30T04:51:33.381272+0000 mgr.y (mgr.25441) 7393 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:34.325 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:33.461060+0000 mon.c (mon.1) 8749 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:34.326 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:33.465779+0000 mon.c (mon.1) 8750 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:34.326 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:33.470092+0000 mon.c (mon.1) 8751 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:34.326 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:33.471732+0000 mon.c (mon.1) 8752 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:34.326 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:33.481037+0000 mon.a (mon.0) 3075 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:34.326 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: cephadm 2024-03-30T04:51:33.483667+0000 mgr.y (mgr.25441) 7394 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:34.326 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:33.573270+0000 mon.c (mon.1) 8753 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:34.326 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:33.578288+0000 mon.c (mon.1) 8754 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:34.326 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:33.582527+0000 mon.c (mon.1) 8755 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:34.326 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:33.584139+0000 mon.c (mon.1) 8756 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:34.326 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:33.593267+0000 mon.a (mon.0) 3076 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:34.326 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: cephadm 2024-03-30T04:51:33.595776+0000 mgr.y (mgr.25441) 7395 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:34.326 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:33.685235+0000 mon.c (mon.1) 8757 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:34.327 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:33.689271+0000 mon.c (mon.1) 8758 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:34.327 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:33.692912+0000 mon.c (mon.1) 8759 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:34.327 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:33.694643+0000 mon.c (mon.1) 8760 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:34.327 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:33.705474+0000 mon.a (mon.0) 3077 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:34.327 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: cephadm 2024-03-30T04:51:33.707087+0000 mgr.y (mgr.25441) 7396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:34.327 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:33.796285+0000 mon.c (mon.1) 8761 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:34.327 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:33.801953+0000 mon.c (mon.1) 8762 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:34.327 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:33.806566+0000 mon.c (mon.1) 8763 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:34.327 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:33.808180+0000 mon.c (mon.1) 8764 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:34.327 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:33.818504+0000 mon.a (mon.0) 3078 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:34.327 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: cephadm 2024-03-30T04:51:33.820141+0000 mgr.y (mgr.25441) 7397 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:34.328 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:33.909654+0000 mon.c (mon.1) 8765 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:34.328 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:33.914273+0000 mon.c (mon.1) 8766 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:34.328 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:33.918715+0000 mon.c (mon.1) 8767 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:34.328 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:33.920364+0000 mon.c (mon.1) 8768 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:34.328 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:33.932765+0000 mon.a (mon.0) 3079 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:34.328 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:34.023394+0000 mon.c (mon.1) 8769 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:34.328 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:34.028450+0000 mon.c (mon.1) 8770 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:34.328 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:34.032973+0000 mon.c (mon.1) 8771 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:34.328 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:34.034523+0000 mon.c (mon.1) 8772 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:34.328 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[62284]: audit 2024-03-30T04:51:34.046675+0000 mon.a (mon.0) 3080 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:34.606 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:34.328972105Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v1" 2024-03-30T04:51:34.607 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:34.329346069Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop index UQE_dashboard_public_config_uid - v1" 2024-03-30T04:51:34.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: cephadm 2024-03-30T04:51:32.904643+0000 mgr.y (mgr.25441) 7387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:34.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: cephadm 2024-03-30T04:51:33.016659+0000 mgr.y (mgr.25441) 7388 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:34.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: cephadm 2024-03-30T04:51:33.111343+0000 mgr.y (mgr.25441) 7389 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:34.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: cluster 2024-03-30T04:51:33.122968+0000 mgr.y (mgr.25441) 7390 : cluster [DBG] pgmap v4850: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:51:34.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:33.170053+0000 mon.c (mon.1) 8737 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:34.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:33.172060+0000 mon.c (mon.1) 8738 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:34.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:33.174095+0000 mon.c (mon.1) 8739 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:34.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:33.174895+0000 mon.c (mon.1) 8740 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:34.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:33.182397+0000 mon.a (mon.0) 3072 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:34.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: cephadm 2024-03-30T04:51:33.183171+0000 mgr.y (mgr.25441) 7391 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:34.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:33.259909+0000 mon.c (mon.1) 8741 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:34.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:33.262361+0000 mon.c (mon.1) 8742 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:34.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:33.264861+0000 mon.c (mon.1) 8743 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:34.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:33.265748+0000 mon.c (mon.1) 8744 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:34.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:33.272798+0000 mon.a (mon.0) 3073 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:34.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: cephadm 2024-03-30T04:51:33.274351+0000 mgr.y (mgr.25441) 7392 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:34.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:33.361648+0000 mon.c (mon.1) 8745 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:34.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:33.365507+0000 mon.c (mon.1) 8746 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:34.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:33.369159+0000 mon.c (mon.1) 8747 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:34.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: cephadm 2024-03-30T04:51:32.904643+0000 mgr.y (mgr.25441) 7387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:34.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: cephadm 2024-03-30T04:51:33.016659+0000 mgr.y (mgr.25441) 7388 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:34.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: cephadm 2024-03-30T04:51:33.111343+0000 mgr.y (mgr.25441) 7389 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:34.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: cluster 2024-03-30T04:51:33.122968+0000 mgr.y (mgr.25441) 7390 : cluster [DBG] pgmap v4850: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:51:34.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:33.170053+0000 mon.c (mon.1) 8737 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:34.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:33.172060+0000 mon.c (mon.1) 8738 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:34.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:33.174095+0000 mon.c (mon.1) 8739 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:34.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:33.174895+0000 mon.c (mon.1) 8740 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:34.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:33.182397+0000 mon.a (mon.0) 3072 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:34.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: cephadm 2024-03-30T04:51:33.183171+0000 mgr.y (mgr.25441) 7391 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:34.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:33.259909+0000 mon.c (mon.1) 8741 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:34.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:33.262361+0000 mon.c (mon.1) 8742 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:34.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:33.264861+0000 mon.c (mon.1) 8743 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:34.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:33.265748+0000 mon.c (mon.1) 8744 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:34.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:33.272798+0000 mon.a (mon.0) 3073 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:34.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: cephadm 2024-03-30T04:51:33.274351+0000 mgr.y (mgr.25441) 7392 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:34.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:33.361648+0000 mon.c (mon.1) 8745 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:34.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:33.365507+0000 mon.c (mon.1) 8746 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:34.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:33.369159+0000 mon.c (mon.1) 8747 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:34.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:33.370428+0000 mon.c (mon.1) 8748 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:34.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:33.380247+0000 mon.a (mon.0) 3074 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:34.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: cephadm 2024-03-30T04:51:33.381272+0000 mgr.y (mgr.25441) 7393 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:34.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:33.461060+0000 mon.c (mon.1) 8749 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:34.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:33.465779+0000 mon.c (mon.1) 8750 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:34.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:33.470092+0000 mon.c (mon.1) 8751 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:34.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:33.471732+0000 mon.c (mon.1) 8752 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:34.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:33.481037+0000 mon.a (mon.0) 3075 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:34.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: cephadm 2024-03-30T04:51:33.483667+0000 mgr.y (mgr.25441) 7394 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:34.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:33.573270+0000 mon.c (mon.1) 8753 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:34.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:33.578288+0000 mon.c (mon.1) 8754 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:34.622 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:33.582527+0000 mon.c (mon.1) 8755 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:34.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:33.584139+0000 mon.c (mon.1) 8756 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:34.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:33.593267+0000 mon.a (mon.0) 3076 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:34.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: cephadm 2024-03-30T04:51:33.595776+0000 mgr.y (mgr.25441) 7395 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:34.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:33.685235+0000 mon.c (mon.1) 8757 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:34.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:33.689271+0000 mon.c (mon.1) 8758 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:34.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:33.692912+0000 mon.c (mon.1) 8759 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:34.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:33.694643+0000 mon.c (mon.1) 8760 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:34.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:33.705474+0000 mon.a (mon.0) 3077 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:34.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: cephadm 2024-03-30T04:51:33.707087+0000 mgr.y (mgr.25441) 7396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:34.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:33.370428+0000 mon.c (mon.1) 8748 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:34.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:33.380247+0000 mon.a (mon.0) 3074 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:34.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: cephadm 2024-03-30T04:51:33.381272+0000 mgr.y (mgr.25441) 7393 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:34.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:33.461060+0000 mon.c (mon.1) 8749 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:34.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:33.465779+0000 mon.c (mon.1) 8750 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:34.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:33.470092+0000 mon.c (mon.1) 8751 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:34.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:33.471732+0000 mon.c (mon.1) 8752 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:34.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:33.481037+0000 mon.a (mon.0) 3075 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:34.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: cephadm 2024-03-30T04:51:33.483667+0000 mgr.y (mgr.25441) 7394 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:34.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:33.573270+0000 mon.c (mon.1) 8753 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:34.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:33.578288+0000 mon.c (mon.1) 8754 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:34.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:33.582527+0000 mon.c (mon.1) 8755 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:34.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:33.584139+0000 mon.c (mon.1) 8756 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:34.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:33.593267+0000 mon.a (mon.0) 3076 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:34.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: cephadm 2024-03-30T04:51:33.595776+0000 mgr.y (mgr.25441) 7395 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:34.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:33.685235+0000 mon.c (mon.1) 8757 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:34.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:33.689271+0000 mon.c (mon.1) 8758 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:34.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:33.692912+0000 mon.c (mon.1) 8759 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:34.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:33.694643+0000 mon.c (mon.1) 8760 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:34.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:33.705474+0000 mon.a (mon.0) 3077 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:34.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: cephadm 2024-03-30T04:51:33.707087+0000 mgr.y (mgr.25441) 7396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:34.625 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:33.796285+0000 mon.c (mon.1) 8761 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:34.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:33.801953+0000 mon.c (mon.1) 8762 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:34.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:33.806566+0000 mon.c (mon.1) 8763 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:34.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:33.808180+0000 mon.c (mon.1) 8764 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:34.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:33.818504+0000 mon.a (mon.0) 3078 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:34.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: cephadm 2024-03-30T04:51:33.820141+0000 mgr.y (mgr.25441) 7397 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:34.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:33.909654+0000 mon.c (mon.1) 8765 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:34.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:33.914273+0000 mon.c (mon.1) 8766 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:34.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:33.918715+0000 mon.c (mon.1) 8767 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:34.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:33.920364+0000 mon.c (mon.1) 8768 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:34.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:33.932765+0000 mon.a (mon.0) 3079 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:34.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:34.023394+0000 mon.c (mon.1) 8769 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:34.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:34.028450+0000 mon.c (mon.1) 8770 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:34.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:34.032973+0000 mon.c (mon.1) 8771 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:34.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:34.034523+0000 mon.c (mon.1) 8772 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:34.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[70954]: audit 2024-03-30T04:51:34.046675+0000 mon.a (mon.0) 3080 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:34.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:33.796285+0000 mon.c (mon.1) 8761 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:34.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:33.801953+0000 mon.c (mon.1) 8762 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:34.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:33.806566+0000 mon.c (mon.1) 8763 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:34.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:33.808180+0000 mon.c (mon.1) 8764 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:34.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:33.818504+0000 mon.a (mon.0) 3078 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:34.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: cephadm 2024-03-30T04:51:33.820141+0000 mgr.y (mgr.25441) 7397 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:34.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:33.909654+0000 mon.c (mon.1) 8765 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:34.627 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:33.914273+0000 mon.c (mon.1) 8766 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:34.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:33.918715+0000 mon.c (mon.1) 8767 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:34.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:33.920364+0000 mon.c (mon.1) 8768 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:34.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:33.932765+0000 mon.a (mon.0) 3079 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:34.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:34.023394+0000 mon.c (mon.1) 8769 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:34.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:34.028450+0000 mon.c (mon.1) 8770 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:34.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:34.032973+0000 mon.c (mon.1) 8771 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:34.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:34.034523+0000 mon.c (mon.1) 8772 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:34.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:34 smithi111 bash[73591]: audit 2024-03-30T04:51:34.046675+0000 mon.a (mon.0) 3080 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:34.858 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:34.612687377Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-03-30T04:51:34.859 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:34.613072975Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-03-30T04:51:34.859 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:34.738308804Z level=info msg="Executing migration" id="Drop old dashboard public config table" 2024-03-30T04:51:34.859 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:34.805733951Z level=info msg="Executing migration" id="recreate dashboard public config v1" 2024-03-30T04:51:35.128 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:34 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:34.865291713Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v1" 2024-03-30T04:51:35.386 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:35.181277098Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-03-30T04:51:35.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: cephadm 2024-03-30T04:51:33.934193+0000 mgr.y (mgr.25441) 7398 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:35.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: cephadm 2024-03-30T04:51:34.048065+0000 mgr.y (mgr.25441) 7399 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:35.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:34.142334+0000 mon.c (mon.1) 8773 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:35.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:34.146521+0000 mon.c (mon.1) 8774 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:35.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:34.150515+0000 mon.c (mon.1) 8775 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:35.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:34.151798+0000 mon.c (mon.1) 8776 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:35.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:34.160707+0000 mon.a (mon.0) 3081 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:35.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: cephadm 2024-03-30T04:51:34.161727+0000 mgr.y (mgr.25441) 7400 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:35.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:34.238526+0000 mon.c (mon.1) 8777 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:35.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:34.243677+0000 mon.c (mon.1) 8778 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:35.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:34.251257+0000 mon.c (mon.1) 8779 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:35.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:34.253055+0000 mon.c (mon.1) 8780 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:35.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:34.265188+0000 mon.a (mon.0) 3082 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:35.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: cephadm 2024-03-30T04:51:34.266642+0000 mgr.y (mgr.25441) 7401 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:35.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:34.353975+0000 mon.c (mon.1) 8781 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:35.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:34.358371+0000 mon.c (mon.1) 8782 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:35.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:34.362711+0000 mon.c (mon.1) 8783 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:35.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:34.364407+0000 mon.c (mon.1) 8784 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:35.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:34.377267+0000 mon.a (mon.0) 3083 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:35.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: cephadm 2024-03-30T04:51:34.378473+0000 mgr.y (mgr.25441) 7402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:35.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:34.467401+0000 mon.c (mon.1) 8785 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:35.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:34.471928+0000 mon.c (mon.1) 8786 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:35.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:34.476308+0000 mon.c (mon.1) 8787 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:35.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:34.477950+0000 mon.c (mon.1) 8788 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:35.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:34.490186+0000 mon.a (mon.0) 3084 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:35.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: cephadm 2024-03-30T04:51:34.491526+0000 mgr.y (mgr.25441) 7403 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:35.388 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:34.569992+0000 mon.c (mon.1) 8789 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:35.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:34.573116+0000 mon.c (mon.1) 8790 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:35.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:34.576817+0000 mon.c (mon.1) 8791 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:35.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:34.578128+0000 mon.c (mon.1) 8792 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:35.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:34.589318+0000 mon.a (mon.0) 3085 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:35.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: cephadm 2024-03-30T04:51:34.590595+0000 mgr.y (mgr.25441) 7404 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:35.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:34.678829+0000 mon.c (mon.1) 8793 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:35.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:34.683469+0000 mon.c (mon.1) 8794 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:35.389 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:34.688014+0000 mon.c (mon.1) 8795 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:35.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:34.689819+0000 mon.c (mon.1) 8796 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:35.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:34.704240+0000 mon.a (mon.0) 3086 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:35.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: cephadm 2024-03-30T04:51:34.705842+0000 mgr.y (mgr.25441) 7405 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:35.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:34.791988+0000 mon.c (mon.1) 8797 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:35.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:34.796470+0000 mon.c (mon.1) 8798 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:35.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:34.799956+0000 mon.c (mon.1) 8799 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:35.390 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:34.801199+0000 mon.c (mon.1) 8800 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:35.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:34.814609+0000 mon.a (mon.0) 3087 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:35.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: cephadm 2024-03-30T04:51:34.816020+0000 mgr.y (mgr.25441) 7406 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:35.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:34.905282+0000 mon.c (mon.1) 8801 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:35.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:34.909636+0000 mon.c (mon.1) 8802 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:35.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:34.912809+0000 mon.c (mon.1) 8803 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:35.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:34.914279+0000 mon.c (mon.1) 8804 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:35.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:34.926179+0000 mon.a (mon.0) 3088 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:35.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:35.005012+0000 mon.c (mon.1) 8805 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:35.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:35.008120+0000 mon.c (mon.1) 8806 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:35.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:35.011759+0000 mon.c (mon.1) 8807 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:35.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:35.012881+0000 mon.c (mon.1) 8808 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:35.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:35.022941+0000 mon.a (mon.0) 3089 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:35.391 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:35.096802+0000 mon.c (mon.1) 8809 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:35.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:35.099111+0000 mon.c (mon.1) 8810 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:35.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:35.102202+0000 mon.c (mon.1) 8811 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:35.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:35.102988+0000 mon.c (mon.1) 8812 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:35.392 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[62284]: audit 2024-03-30T04:51:35.112343+0000 mon.a (mon.0) 3090 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:35.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: cephadm 2024-03-30T04:51:33.934193+0000 mgr.y (mgr.25441) 7398 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:35.617 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: cephadm 2024-03-30T04:51:34.048065+0000 mgr.y (mgr.25441) 7399 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:35.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:34.142334+0000 mon.c (mon.1) 8773 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:35.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:34.146521+0000 mon.c (mon.1) 8774 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:35.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:34.150515+0000 mon.c (mon.1) 8775 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:35.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:34.151798+0000 mon.c (mon.1) 8776 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:35.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:34.160707+0000 mon.a (mon.0) 3081 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:35.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: cephadm 2024-03-30T04:51:34.161727+0000 mgr.y (mgr.25441) 7400 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:35.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:34.238526+0000 mon.c (mon.1) 8777 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:35.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:34.243677+0000 mon.c (mon.1) 8778 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:35.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:34.251257+0000 mon.c (mon.1) 8779 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:35.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:34.253055+0000 mon.c (mon.1) 8780 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:35.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:34.265188+0000 mon.a (mon.0) 3082 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:35.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: cephadm 2024-03-30T04:51:34.266642+0000 mgr.y (mgr.25441) 7401 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:35.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:34.353975+0000 mon.c (mon.1) 8781 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:35.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:34.358371+0000 mon.c (mon.1) 8782 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:35.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:34.362711+0000 mon.c (mon.1) 8783 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:35.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:34.364407+0000 mon.c (mon.1) 8784 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:35.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:34.377267+0000 mon.a (mon.0) 3083 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:35.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: cephadm 2024-03-30T04:51:34.378473+0000 mgr.y (mgr.25441) 7402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:35.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: cephadm 2024-03-30T04:51:33.934193+0000 mgr.y (mgr.25441) 7398 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:35.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: cephadm 2024-03-30T04:51:34.048065+0000 mgr.y (mgr.25441) 7399 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:35.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:34.142334+0000 mon.c (mon.1) 8773 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:35.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:34.146521+0000 mon.c (mon.1) 8774 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:35.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:34.150515+0000 mon.c (mon.1) 8775 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:35.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:34.151798+0000 mon.c (mon.1) 8776 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:35.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:34.160707+0000 mon.a (mon.0) 3081 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:35.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: cephadm 2024-03-30T04:51:34.161727+0000 mgr.y (mgr.25441) 7400 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:35.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:34.238526+0000 mon.c (mon.1) 8777 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:35.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:34.243677+0000 mon.c (mon.1) 8778 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:35.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:34.251257+0000 mon.c (mon.1) 8779 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:35.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:34.253055+0000 mon.c (mon.1) 8780 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:35.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:34.265188+0000 mon.a (mon.0) 3082 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:35.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: cephadm 2024-03-30T04:51:34.266642+0000 mgr.y (mgr.25441) 7401 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:35.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:34.353975+0000 mon.c (mon.1) 8781 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:35.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:34.358371+0000 mon.c (mon.1) 8782 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:35.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:34.362711+0000 mon.c (mon.1) 8783 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:35.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:34.364407+0000 mon.c (mon.1) 8784 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:35.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:34.377267+0000 mon.a (mon.0) 3083 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:35.621 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: cephadm 2024-03-30T04:51:34.378473+0000 mgr.y (mgr.25441) 7402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:35.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:34.467401+0000 mon.c (mon.1) 8785 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:35.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:34.471928+0000 mon.c (mon.1) 8786 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:35.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:34.476308+0000 mon.c (mon.1) 8787 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:35.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:34.477950+0000 mon.c (mon.1) 8788 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:35.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:34.490186+0000 mon.a (mon.0) 3084 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:35.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: cephadm 2024-03-30T04:51:34.491526+0000 mgr.y (mgr.25441) 7403 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:35.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:34.569992+0000 mon.c (mon.1) 8789 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:35.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:34.573116+0000 mon.c (mon.1) 8790 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:35.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:34.576817+0000 mon.c (mon.1) 8791 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:35.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:34.578128+0000 mon.c (mon.1) 8792 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:35.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:34.589318+0000 mon.a (mon.0) 3085 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:35.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: cephadm 2024-03-30T04:51:34.590595+0000 mgr.y (mgr.25441) 7404 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:35.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:34.678829+0000 mon.c (mon.1) 8793 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:35.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:34.683469+0000 mon.c (mon.1) 8794 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:35.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:34.688014+0000 mon.c (mon.1) 8795 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:35.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:34.689819+0000 mon.c (mon.1) 8796 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:35.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:34.704240+0000 mon.a (mon.0) 3086 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:35.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: cephadm 2024-03-30T04:51:34.705842+0000 mgr.y (mgr.25441) 7405 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:35.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:34.791988+0000 mon.c (mon.1) 8797 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:35.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:34.796470+0000 mon.c (mon.1) 8798 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:35.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:34.467401+0000 mon.c (mon.1) 8785 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:35.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:34.471928+0000 mon.c (mon.1) 8786 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:35.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:34.476308+0000 mon.c (mon.1) 8787 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:35.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:34.477950+0000 mon.c (mon.1) 8788 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:35.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:34.490186+0000 mon.a (mon.0) 3084 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:35.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: cephadm 2024-03-30T04:51:34.491526+0000 mgr.y (mgr.25441) 7403 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:35.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:34.569992+0000 mon.c (mon.1) 8789 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:35.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:34.573116+0000 mon.c (mon.1) 8790 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:35.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:34.576817+0000 mon.c (mon.1) 8791 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:35.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:34.578128+0000 mon.c (mon.1) 8792 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:35.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:34.589318+0000 mon.a (mon.0) 3085 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:35.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: cephadm 2024-03-30T04:51:34.590595+0000 mgr.y (mgr.25441) 7404 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:35.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:34.678829+0000 mon.c (mon.1) 8793 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:35.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:34.683469+0000 mon.c (mon.1) 8794 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:35.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:34.688014+0000 mon.c (mon.1) 8795 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:35.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:34.689819+0000 mon.c (mon.1) 8796 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:35.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:34.704240+0000 mon.a (mon.0) 3086 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:35.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: cephadm 2024-03-30T04:51:34.705842+0000 mgr.y (mgr.25441) 7405 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:35.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:34.791988+0000 mon.c (mon.1) 8797 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:35.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:34.796470+0000 mon.c (mon.1) 8798 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:35.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:34.799956+0000 mon.c (mon.1) 8799 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:35.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:34.801199+0000 mon.c (mon.1) 8800 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:35.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:34.814609+0000 mon.a (mon.0) 3087 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:35.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: cephadm 2024-03-30T04:51:34.816020+0000 mgr.y (mgr.25441) 7406 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:35.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:34.905282+0000 mon.c (mon.1) 8801 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:35.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:34.909636+0000 mon.c (mon.1) 8802 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:35.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:34.912809+0000 mon.c (mon.1) 8803 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:35.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:34.914279+0000 mon.c (mon.1) 8804 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:35.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:34.926179+0000 mon.a (mon.0) 3088 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:35.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:35.005012+0000 mon.c (mon.1) 8805 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:35.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:35.008120+0000 mon.c (mon.1) 8806 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:35.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:35.011759+0000 mon.c (mon.1) 8807 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:35.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:35.012881+0000 mon.c (mon.1) 8808 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:35.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:35.022941+0000 mon.a (mon.0) 3089 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:35.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:35.096802+0000 mon.c (mon.1) 8809 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:35.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:35.099111+0000 mon.c (mon.1) 8810 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:35.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:35.102202+0000 mon.c (mon.1) 8811 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:35.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:35.102988+0000 mon.c (mon.1) 8812 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:35.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[73591]: audit 2024-03-30T04:51:35.112343+0000 mon.a (mon.0) 3090 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:35.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:34.799956+0000 mon.c (mon.1) 8799 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:35.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:34.801199+0000 mon.c (mon.1) 8800 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:35.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:34.814609+0000 mon.a (mon.0) 3087 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:35.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: cephadm 2024-03-30T04:51:34.816020+0000 mgr.y (mgr.25441) 7406 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:35.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:34.905282+0000 mon.c (mon.1) 8801 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:35.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:34.909636+0000 mon.c (mon.1) 8802 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:35.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:34.912809+0000 mon.c (mon.1) 8803 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:35.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:34.914279+0000 mon.c (mon.1) 8804 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:35.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:34.926179+0000 mon.a (mon.0) 3088 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:35.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:35.005012+0000 mon.c (mon.1) 8805 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:35.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:35.008120+0000 mon.c (mon.1) 8806 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:35.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:35.011759+0000 mon.c (mon.1) 8807 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:35.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:35.012881+0000 mon.c (mon.1) 8808 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:35.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:35.022941+0000 mon.a (mon.0) 3089 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:35.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:35.096802+0000 mon.c (mon.1) 8809 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:35.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:35.099111+0000 mon.c (mon.1) 8810 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:35.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:35.102202+0000 mon.c (mon.1) 8811 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:35.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:35.102988+0000 mon.c (mon.1) 8812 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:35.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:35 smithi111 bash[70954]: audit 2024-03-30T04:51:35.112343+0000 mon.a (mon.0) 3090 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:35.800 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:35.455785425Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v2" 2024-03-30T04:51:36.097 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:35 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:35.804973847Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v2" 2024-03-30T04:51:36.097 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:36.013564919Z level=info msg="Executing migration" id="Drop public config table" 2024-03-30T04:51:36.134 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:36.103460535Z level=info msg="Executing migration" id="Recreate dashboard public config v2" 2024-03-30T04:51:36.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: cephadm 2024-03-30T04:51:34.927194+0000 mgr.y (mgr.25441) 7407 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: cephadm 2024-03-30T04:51:35.023881+0000 mgr.y (mgr.25441) 7408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: cephadm 2024-03-30T04:51:35.113027+0000 mgr.y (mgr.25441) 7409 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: cluster 2024-03-30T04:51:35.123470+0000 mgr.y (mgr.25441) 7410 : cluster [DBG] pgmap v4851: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 867 B/s rd, 0 op/s 2024-03-30T04:51:36.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.188437+0000 mon.c (mon.1) 8813 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.190408+0000 mon.c (mon.1) 8814 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.193480+0000 mon.c (mon.1) 8815 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.194294+0000 mon.c (mon.1) 8816 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.202198+0000 mon.a (mon.0) 3091 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: cephadm 2024-03-30T04:51:35.203000+0000 mgr.y (mgr.25441) 7411 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.278414+0000 mon.c (mon.1) 8817 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.280883+0000 mon.c (mon.1) 8818 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.283612+0000 mon.c (mon.1) 8819 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.284538+0000 mon.c (mon.1) 8820 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.294219+0000 mon.a (mon.0) 3092 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: cephadm 2024-03-30T04:51:35.294835+0000 mgr.y (mgr.25441) 7412 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.368641+0000 mon.c (mon.1) 8821 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.370846+0000 mon.c (mon.1) 8822 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.373379+0000 mon.c (mon.1) 8823 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.374571+0000 mon.c (mon.1) 8824 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.382259+0000 mon.a (mon.0) 3093 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: cephadm 2024-03-30T04:51:35.383671+0000 mgr.y (mgr.25441) 7413 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.441021+0000 mon.c (mon.1) 8825 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.442944+0000 mon.c (mon.1) 8826 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.444917+0000 mon.c (mon.1) 8827 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.445632+0000 mon.c (mon.1) 8828 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.450822+0000 mon.a (mon.0) 3094 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: cephadm 2024-03-30T04:51:35.454795+0000 mgr.y (mgr.25441) 7414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.494819+0000 mon.c (mon.1) 8829 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.497060+0000 mon.c (mon.1) 8830 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.499109+0000 mon.c (mon.1) 8831 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.499973+0000 mon.c (mon.1) 8832 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.507125+0000 mon.a (mon.0) 3095 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: cephadm 2024-03-30T04:51:35.512219+0000 mgr.y (mgr.25441) 7415 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.552658+0000 mon.c (mon.1) 8833 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.555084+0000 mon.c (mon.1) 8834 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.558533+0000 mon.c (mon.1) 8835 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.559530+0000 mon.c (mon.1) 8836 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.566988+0000 mon.a (mon.0) 3096 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: cephadm 2024-03-30T04:51:35.572301+0000 mgr.y (mgr.25441) 7416 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.629232+0000 mon.c (mon.1) 8837 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.631236+0000 mon.c (mon.1) 8838 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.633078+0000 mon.c (mon.1) 8839 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.633796+0000 mon.c (mon.1) 8840 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.640822+0000 mon.a (mon.0) 3097 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.349 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:36.187354668Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v2" 2024-03-30T04:51:36.349 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:36.279097667Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v2" 2024-03-30T04:51:36.350 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: cephadm 2024-03-30T04:51:35.644155+0000 mgr.y (mgr.25441) 7417 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.350 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.686030+0000 mon.c (mon.1) 8841 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.350 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.688014+0000 mon.c (mon.1) 8842 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.350 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.689811+0000 mon.c (mon.1) 8843 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.350 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.690477+0000 mon.c (mon.1) 8844 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.350 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.697464+0000 mon.a (mon.0) 3098 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.350 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: cephadm 2024-03-30T04:51:35.699405+0000 mgr.y (mgr.25441) 7418 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.350 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.755809+0000 mon.c (mon.1) 8845 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.351 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.757664+0000 mon.c (mon.1) 8846 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.351 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.759900+0000 mon.c (mon.1) 8847 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.351 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.760592+0000 mon.c (mon.1) 8848 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.351 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.765840+0000 mon.a (mon.0) 3099 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.351 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: cephadm 2024-03-30T04:51:35.766456+0000 mgr.y (mgr.25441) 7419 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.351 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.823391+0000 mon.c (mon.1) 8849 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.351 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.825295+0000 mon.c (mon.1) 8850 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.351 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.827348+0000 mon.c (mon.1) 8851 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.351 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.828001+0000 mon.c (mon.1) 8852 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.351 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.834082+0000 mon.a (mon.0) 3100 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.351 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: cephadm 2024-03-30T04:51:35.834694+0000 mgr.y (mgr.25441) 7420 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.351 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.891217+0000 mon.c (mon.1) 8853 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.352 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.893271+0000 mon.c (mon.1) 8854 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.352 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.895169+0000 mon.c (mon.1) 8855 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.352 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.895850+0000 mon.c (mon.1) 8856 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.352 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.902379+0000 mon.a (mon.0) 3101 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.352 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.943201+0000 mon.c (mon.1) 8857 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.352 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.945273+0000 mon.c (mon.1) 8858 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.352 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.947246+0000 mon.c (mon.1) 8859 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.352 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.947955+0000 mon.c (mon.1) 8860 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.352 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.954526+0000 mon.a (mon.0) 3102 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.352 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.996126+0000 mon.c (mon.1) 8861 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.352 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:35.998142+0000 mon.c (mon.1) 8862 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.352 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:36.000100+0000 mon.c (mon.1) 8863 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.353 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:36.000706+0000 mon.c (mon.1) 8864 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.353 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:36.006841+0000 mon.a (mon.0) 3103 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.353 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:36.047665+0000 mon.c (mon.1) 8865 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.353 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:36.049726+0000 mon.c (mon.1) 8866 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.353 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:36.051746+0000 mon.c (mon.1) 8867 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.353 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:36.052413+0000 mon.c (mon.1) 8868 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.353 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:36.058670+0000 mon.a (mon.0) 3104 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.353 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:36.099373+0000 mon.c (mon.1) 8869 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.353 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:36.101293+0000 mon.c (mon.1) 8870 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.353 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:36.103062+0000 mon.c (mon.1) 8871 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.353 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:36.103685+0000 mon.c (mon.1) 8872 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.353 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[62284]: audit 2024-03-30T04:51:36.109683+0000 mon.a (mon.0) 3105 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.451 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: cephadm 2024-03-30T04:51:34.927194+0000 mgr.y (mgr.25441) 7407 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.451 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: cephadm 2024-03-30T04:51:35.023881+0000 mgr.y (mgr.25441) 7408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.451 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: cephadm 2024-03-30T04:51:35.113027+0000 mgr.y (mgr.25441) 7409 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.451 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: cluster 2024-03-30T04:51:35.123470+0000 mgr.y (mgr.25441) 7410 : cluster [DBG] pgmap v4851: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 867 B/s rd, 0 op/s 2024-03-30T04:51:36.451 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.188437+0000 mon.c (mon.1) 8813 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.451 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.190408+0000 mon.c (mon.1) 8814 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.451 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.193480+0000 mon.c (mon.1) 8815 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.194294+0000 mon.c (mon.1) 8816 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.202198+0000 mon.a (mon.0) 3091 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: cephadm 2024-03-30T04:51:35.203000+0000 mgr.y (mgr.25441) 7411 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.278414+0000 mon.c (mon.1) 8817 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.280883+0000 mon.c (mon.1) 8818 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.283612+0000 mon.c (mon.1) 8819 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.284538+0000 mon.c (mon.1) 8820 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.294219+0000 mon.a (mon.0) 3092 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: cephadm 2024-03-30T04:51:35.294835+0000 mgr.y (mgr.25441) 7412 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.368641+0000 mon.c (mon.1) 8821 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.452 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.370846+0000 mon.c (mon.1) 8822 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.453 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.373379+0000 mon.c (mon.1) 8823 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.453 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.374571+0000 mon.c (mon.1) 8824 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.453 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.382259+0000 mon.a (mon.0) 3093 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.453 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: cephadm 2024-03-30T04:51:35.383671+0000 mgr.y (mgr.25441) 7413 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.453 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.441021+0000 mon.c (mon.1) 8825 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.453 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.442944+0000 mon.c (mon.1) 8826 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.453 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.444917+0000 mon.c (mon.1) 8827 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.453 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.445632+0000 mon.c (mon.1) 8828 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.453 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.450822+0000 mon.a (mon.0) 3094 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.453 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: cephadm 2024-03-30T04:51:35.454795+0000 mgr.y (mgr.25441) 7414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.453 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.494819+0000 mon.c (mon.1) 8829 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.453 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.497060+0000 mon.c (mon.1) 8830 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.454 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.499109+0000 mon.c (mon.1) 8831 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.454 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.499973+0000 mon.c (mon.1) 8832 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.454 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.507125+0000 mon.a (mon.0) 3095 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.454 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: cephadm 2024-03-30T04:51:35.512219+0000 mgr.y (mgr.25441) 7415 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.454 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.552658+0000 mon.c (mon.1) 8833 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.454 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.555084+0000 mon.c (mon.1) 8834 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.454 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.558533+0000 mon.c (mon.1) 8835 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.454 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.559530+0000 mon.c (mon.1) 8836 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.454 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.566988+0000 mon.a (mon.0) 3096 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.454 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: cephadm 2024-03-30T04:51:35.572301+0000 mgr.y (mgr.25441) 7416 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.455 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: cephadm 2024-03-30T04:51:34.927194+0000 mgr.y (mgr.25441) 7407 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.455 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: cephadm 2024-03-30T04:51:35.023881+0000 mgr.y (mgr.25441) 7408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.455 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: cephadm 2024-03-30T04:51:35.113027+0000 mgr.y (mgr.25441) 7409 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.455 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: cluster 2024-03-30T04:51:35.123470+0000 mgr.y (mgr.25441) 7410 : cluster [DBG] pgmap v4851: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 867 B/s rd, 0 op/s 2024-03-30T04:51:36.455 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.188437+0000 mon.c (mon.1) 8813 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.455 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.190408+0000 mon.c (mon.1) 8814 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.456 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.193480+0000 mon.c (mon.1) 8815 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.456 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.194294+0000 mon.c (mon.1) 8816 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.456 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.202198+0000 mon.a (mon.0) 3091 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.456 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: cephadm 2024-03-30T04:51:35.203000+0000 mgr.y (mgr.25441) 7411 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.456 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.278414+0000 mon.c (mon.1) 8817 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.456 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.280883+0000 mon.c (mon.1) 8818 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.456 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.283612+0000 mon.c (mon.1) 8819 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.456 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.284538+0000 mon.c (mon.1) 8820 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.456 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.294219+0000 mon.a (mon.0) 3092 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.456 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: cephadm 2024-03-30T04:51:35.294835+0000 mgr.y (mgr.25441) 7412 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.456 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.368641+0000 mon.c (mon.1) 8821 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.456 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.370846+0000 mon.c (mon.1) 8822 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.457 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.373379+0000 mon.c (mon.1) 8823 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.457 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.629232+0000 mon.c (mon.1) 8837 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.457 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.631236+0000 mon.c (mon.1) 8838 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.457 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.633078+0000 mon.c (mon.1) 8839 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.457 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.633796+0000 mon.c (mon.1) 8840 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.457 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.640822+0000 mon.a (mon.0) 3097 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.457 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: cephadm 2024-03-30T04:51:35.644155+0000 mgr.y (mgr.25441) 7417 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.458 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.686030+0000 mon.c (mon.1) 8841 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.458 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.688014+0000 mon.c (mon.1) 8842 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.458 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.689811+0000 mon.c (mon.1) 8843 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.458 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.690477+0000 mon.c (mon.1) 8844 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.458 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.697464+0000 mon.a (mon.0) 3098 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.458 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: cephadm 2024-03-30T04:51:35.699405+0000 mgr.y (mgr.25441) 7418 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.458 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.755809+0000 mon.c (mon.1) 8845 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.458 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.757664+0000 mon.c (mon.1) 8846 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.458 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.759900+0000 mon.c (mon.1) 8847 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.458 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.760592+0000 mon.c (mon.1) 8848 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.458 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.765840+0000 mon.a (mon.0) 3099 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.458 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: cephadm 2024-03-30T04:51:35.766456+0000 mgr.y (mgr.25441) 7419 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.459 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.823391+0000 mon.c (mon.1) 8849 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.459 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.825295+0000 mon.c (mon.1) 8850 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.459 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.827348+0000 mon.c (mon.1) 8851 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.459 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.828001+0000 mon.c (mon.1) 8852 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.459 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.834082+0000 mon.a (mon.0) 3100 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.459 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: cephadm 2024-03-30T04:51:35.834694+0000 mgr.y (mgr.25441) 7420 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.459 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.891217+0000 mon.c (mon.1) 8853 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.459 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.893271+0000 mon.c (mon.1) 8854 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.459 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.895169+0000 mon.c (mon.1) 8855 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.459 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.895850+0000 mon.c (mon.1) 8856 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.459 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.902379+0000 mon.a (mon.0) 3101 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.459 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.943201+0000 mon.c (mon.1) 8857 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.460 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.945273+0000 mon.c (mon.1) 8858 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.460 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.947246+0000 mon.c (mon.1) 8859 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.460 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.947955+0000 mon.c (mon.1) 8860 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.460 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.954526+0000 mon.a (mon.0) 3102 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.460 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.996126+0000 mon.c (mon.1) 8861 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.460 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:35.998142+0000 mon.c (mon.1) 8862 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.460 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:36.000100+0000 mon.c (mon.1) 8863 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.460 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:36.000706+0000 mon.c (mon.1) 8864 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.460 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:36.006841+0000 mon.a (mon.0) 3103 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.460 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:36.047665+0000 mon.c (mon.1) 8865 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.461 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.374571+0000 mon.c (mon.1) 8824 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.461 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.382259+0000 mon.a (mon.0) 3093 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.461 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: cephadm 2024-03-30T04:51:35.383671+0000 mgr.y (mgr.25441) 7413 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.461 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.441021+0000 mon.c (mon.1) 8825 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.461 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.442944+0000 mon.c (mon.1) 8826 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.461 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.444917+0000 mon.c (mon.1) 8827 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.461 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.445632+0000 mon.c (mon.1) 8828 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.461 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.450822+0000 mon.a (mon.0) 3094 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.461 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: cephadm 2024-03-30T04:51:35.454795+0000 mgr.y (mgr.25441) 7414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.461 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.494819+0000 mon.c (mon.1) 8829 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.461 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.497060+0000 mon.c (mon.1) 8830 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.461 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.499109+0000 mon.c (mon.1) 8831 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.461 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.499973+0000 mon.c (mon.1) 8832 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.462 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.507125+0000 mon.a (mon.0) 3095 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.462 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: cephadm 2024-03-30T04:51:35.512219+0000 mgr.y (mgr.25441) 7415 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.462 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.552658+0000 mon.c (mon.1) 8833 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.462 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.555084+0000 mon.c (mon.1) 8834 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.462 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.558533+0000 mon.c (mon.1) 8835 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.462 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.559530+0000 mon.c (mon.1) 8836 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.462 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.566988+0000 mon.a (mon.0) 3096 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.462 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: cephadm 2024-03-30T04:51:35.572301+0000 mgr.y (mgr.25441) 7416 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.462 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:36.049726+0000 mon.c (mon.1) 8866 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.463 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:36.051746+0000 mon.c (mon.1) 8867 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.463 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:36.052413+0000 mon.c (mon.1) 8868 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.463 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:36.058670+0000 mon.a (mon.0) 3104 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.463 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:36.099373+0000 mon.c (mon.1) 8869 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.463 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:36.101293+0000 mon.c (mon.1) 8870 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.463 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:36.103062+0000 mon.c (mon.1) 8871 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.463 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:36.103685+0000 mon.c (mon.1) 8872 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.463 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[73591]: audit 2024-03-30T04:51:36.109683+0000 mon.a (mon.0) 3105 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.464 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.629232+0000 mon.c (mon.1) 8837 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.464 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.631236+0000 mon.c (mon.1) 8838 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.464 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.633078+0000 mon.c (mon.1) 8839 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.464 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.633796+0000 mon.c (mon.1) 8840 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.464 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.640822+0000 mon.a (mon.0) 3097 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.464 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: cephadm 2024-03-30T04:51:35.644155+0000 mgr.y (mgr.25441) 7417 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.464 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.686030+0000 mon.c (mon.1) 8841 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.464 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.688014+0000 mon.c (mon.1) 8842 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.464 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.689811+0000 mon.c (mon.1) 8843 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.464 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.690477+0000 mon.c (mon.1) 8844 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.464 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.697464+0000 mon.a (mon.0) 3098 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.465 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: cephadm 2024-03-30T04:51:35.699405+0000 mgr.y (mgr.25441) 7418 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.465 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.755809+0000 mon.c (mon.1) 8845 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.465 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.757664+0000 mon.c (mon.1) 8846 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.465 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.759900+0000 mon.c (mon.1) 8847 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.465 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.760592+0000 mon.c (mon.1) 8848 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.465 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.765840+0000 mon.a (mon.0) 3099 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.465 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: cephadm 2024-03-30T04:51:35.766456+0000 mgr.y (mgr.25441) 7419 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.465 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.823391+0000 mon.c (mon.1) 8849 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.465 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.825295+0000 mon.c (mon.1) 8850 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.465 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.827348+0000 mon.c (mon.1) 8851 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.465 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.828001+0000 mon.c (mon.1) 8852 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.465 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.834082+0000 mon.a (mon.0) 3100 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.465 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: cephadm 2024-03-30T04:51:35.834694+0000 mgr.y (mgr.25441) 7420 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.465 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.891217+0000 mon.c (mon.1) 8853 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.466 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.893271+0000 mon.c (mon.1) 8854 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.466 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.895169+0000 mon.c (mon.1) 8855 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.466 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.895850+0000 mon.c (mon.1) 8856 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.466 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.902379+0000 mon.a (mon.0) 3101 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.466 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.943201+0000 mon.c (mon.1) 8857 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.466 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.945273+0000 mon.c (mon.1) 8858 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.466 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.947246+0000 mon.c (mon.1) 8859 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.466 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.947955+0000 mon.c (mon.1) 8860 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.466 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.954526+0000 mon.a (mon.0) 3102 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.466 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.996126+0000 mon.c (mon.1) 8861 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.466 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:35.998142+0000 mon.c (mon.1) 8862 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.466 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:36.000100+0000 mon.c (mon.1) 8863 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.467 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:36.000706+0000 mon.c (mon.1) 8864 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.467 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:36.006841+0000 mon.a (mon.0) 3103 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.467 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:36.047665+0000 mon.c (mon.1) 8865 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.467 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:36.049726+0000 mon.c (mon.1) 8866 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.467 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:36.051746+0000 mon.c (mon.1) 8867 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.467 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:36.052413+0000 mon.c (mon.1) 8868 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.467 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:36.058670+0000 mon.a (mon.0) 3104 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.467 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:36.099373+0000 mon.c (mon.1) 8869 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.467 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:36.101293+0000 mon.c (mon.1) 8870 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.467 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:36.103062+0000 mon.c (mon.1) 8871 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.467 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:36.103685+0000 mon.c (mon.1) 8872 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.467 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[70954]: audit 2024-03-30T04:51:36.109683+0000 mon.a (mon.0) 3105 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:36.605 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:36.355075216Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_access_token - v2" 2024-03-30T04:51:36.606 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:36.439002305Z level=info msg="Executing migration" id="Rename table dashboard_public_config to dashboard_public - v2" 2024-03-30T04:51:36.606 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:36.501481011Z level=info msg="Executing migration" id="add annotations_enabled column" 2024-03-30T04:51:36.606 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:36.568036647Z level=info msg="Executing migration" id="add time_selection_enabled column" 2024-03-30T04:51:36.867 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:51:36 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:51:36] "GET /metrics HTTP/1.1" 200 38699 "" "Prometheus/2.43.0" 2024-03-30T04:51:36.885 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:36.615418049Z level=info msg="Executing migration" id="delete orphaned public dashboards" 2024-03-30T04:51:36.885 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:36.640733656Z level=info msg="Executing migration" id="add share column" 2024-03-30T04:51:36.885 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:36.691307918Z level=info msg="Executing migration" id="create default alerting folders" 2024-03-30T04:51:36.886 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:36.758705583Z level=info msg="Executing migration" id="create file table" 2024-03-30T04:51:36.886 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:36.817913501Z level=info msg="Executing migration" id="file table idx: path natural pk" 2024-03-30T04:51:37.250 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:36 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:36.929027452Z level=info msg="Executing migration" id="file table idx: parent_folder_path_hash fast folder retrieval" 2024-03-30T04:51:37.250 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:37.045731266Z level=info msg="Executing migration" id="create file_meta table" 2024-03-30T04:51:37.250 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:37.25591944Z level=info msg="Executing migration" id="file table idx: path key" 2024-03-30T04:51:37.251 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: cephadm 2024-03-30T04:51:35.902977+0000 mgr.y (mgr.25441) 7421 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.251 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: cephadm 2024-03-30T04:51:35.955136+0000 mgr.y (mgr.25441) 7422 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.251 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: cephadm 2024-03-30T04:51:36.007360+0000 mgr.y (mgr.25441) 7423 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.251 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: cephadm 2024-03-30T04:51:36.059318+0000 mgr.y (mgr.25441) 7424 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.251 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: cephadm 2024-03-30T04:51:36.110252+0000 mgr.y (mgr.25441) 7425 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.251 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.167501+0000 mon.c (mon.1) 8873 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.251 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.169383+0000 mon.c (mon.1) 8874 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.251 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.171245+0000 mon.c (mon.1) 8875 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.252 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.171892+0000 mon.c (mon.1) 8876 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.252 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.177490+0000 mon.a (mon.0) 3106 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:37.252 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: cephadm 2024-03-30T04:51:36.178053+0000 mgr.y (mgr.25441) 7426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.252 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.218270+0000 mon.c (mon.1) 8877 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.252 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.220297+0000 mon.c (mon.1) 8878 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.252 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.222072+0000 mon.c (mon.1) 8879 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.252 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.222720+0000 mon.c (mon.1) 8880 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.252 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.227990+0000 mon.a (mon.0) 3107 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:37.252 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: cephadm 2024-03-30T04:51:36.228550+0000 mgr.y (mgr.25441) 7427 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.252 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.272450+0000 mon.c (mon.1) 8881 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.252 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.275054+0000 mon.c (mon.1) 8882 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.252 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.277343+0000 mon.c (mon.1) 8883 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.253 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.277993+0000 mon.c (mon.1) 8884 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.253 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.282892+0000 mon.a (mon.0) 3108 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:37.253 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: cephadm 2024-03-30T04:51:36.285324+0000 mgr.y (mgr.25441) 7428 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.253 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.325877+0000 mon.c (mon.1) 8885 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.253 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.327665+0000 mon.c (mon.1) 8886 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.253 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.329394+0000 mon.c (mon.1) 8887 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.253 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.330015+0000 mon.c (mon.1) 8888 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.253 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.334774+0000 mon.a (mon.0) 3109 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:37.253 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: cephadm 2024-03-30T04:51:36.337088+0000 mgr.y (mgr.25441) 7429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.253 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.393909+0000 mon.c (mon.1) 8889 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.253 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.395870+0000 mon.c (mon.1) 8890 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.254 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.398359+0000 mon.c (mon.1) 8891 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.254 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.399014+0000 mon.c (mon.1) 8892 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.254 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.405136+0000 mon.a (mon.0) 3110 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:37.254 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: cephadm 2024-03-30T04:51:36.406410+0000 mgr.y (mgr.25441) 7430 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.254 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.485265+0000 mon.c (mon.1) 8893 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.254 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.487524+0000 mon.c (mon.1) 8894 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.254 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.489535+0000 mon.c (mon.1) 8895 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.254 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.490370+0000 mon.c (mon.1) 8896 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.254 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.498099+0000 mon.a (mon.0) 3111 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:37.254 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: cephadm 2024-03-30T04:51:36.498735+0000 mgr.y (mgr.25441) 7431 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.254 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.555141+0000 mon.c (mon.1) 8897 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.255 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.557205+0000 mon.c (mon.1) 8898 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.255 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.559407+0000 mon.c (mon.1) 8899 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.255 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.560430+0000 mon.c (mon.1) 8900 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.255 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.568438+0000 mon.a (mon.0) 3112 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:37.255 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: cephadm 2024-03-30T04:51:36.569293+0000 mgr.y (mgr.25441) 7432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.255 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.658522+0000 mon.c (mon.1) 8901 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.255 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.662934+0000 mon.c (mon.1) 8902 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.255 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.666836+0000 mon.c (mon.1) 8903 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.255 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.668323+0000 mon.c (mon.1) 8904 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.255 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.678590+0000 mon.a (mon.0) 3113 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:37.255 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: cephadm 2024-03-30T04:51:36.680599+0000 mgr.y (mgr.25441) 7433 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.255 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.720386+0000 mon.a (mon.0) 3114 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:37.256 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.736180+0000 mon.a (mon.0) 3115 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:37.256 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: cluster 2024-03-30T04:51:36.740519+0000 mgr.y (mgr.25441) 7434 : cluster [DBG] pgmap v4852: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:51:37.256 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.750783+0000 mon.a (mon.0) 3116 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:37.256 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.789658+0000 mon.c (mon.1) 8905 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.256 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.793927+0000 mon.c (mon.1) 8906 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.256 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.797395+0000 mon.c (mon.1) 8907 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.256 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.800150+0000 mon.c (mon.1) 8908 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.256 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.804603+0000 mon.c (mon.1) 8909 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.256 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.810073+0000 mon.c (mon.1) 8910 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.257 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.813722+0000 mon.c (mon.1) 8911 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.257 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.816174+0000 mon.c (mon.1) 8912 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.257 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.818585+0000 mon.c (mon.1) 8913 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.257 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.820905+0000 mon.c (mon.1) 8914 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.257 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.823896+0000 mon.c (mon.1) 8915 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.257 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.826265+0000 mon.c (mon.1) 8916 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.257 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.828925+0000 mon.c (mon.1) 8917 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.257 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.832511+0000 mon.c (mon.1) 8918 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.257 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.835866+0000 mon.c (mon.1) 8919 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.257 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[62284]: audit 2024-03-30T04:51:36.838312+0000 mon.c (mon.1) 8920 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.524 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:37.421263338Z level=info msg="Executing migration" id="set path collation in file table" 2024-03-30T04:51:37.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: cephadm 2024-03-30T04:51:35.902977+0000 mgr.y (mgr.25441) 7421 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: cephadm 2024-03-30T04:51:35.955136+0000 mgr.y (mgr.25441) 7422 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: cephadm 2024-03-30T04:51:36.007360+0000 mgr.y (mgr.25441) 7423 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: cephadm 2024-03-30T04:51:36.059318+0000 mgr.y (mgr.25441) 7424 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: cephadm 2024-03-30T04:51:36.110252+0000 mgr.y (mgr.25441) 7425 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.618 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.167501+0000 mon.c (mon.1) 8873 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.169383+0000 mon.c (mon.1) 8874 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.171245+0000 mon.c (mon.1) 8875 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.171892+0000 mon.c (mon.1) 8876 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.177490+0000 mon.a (mon.0) 3106 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:37.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: cephadm 2024-03-30T04:51:36.178053+0000 mgr.y (mgr.25441) 7426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.218270+0000 mon.c (mon.1) 8877 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.220297+0000 mon.c (mon.1) 8878 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.222072+0000 mon.c (mon.1) 8879 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.222720+0000 mon.c (mon.1) 8880 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.227990+0000 mon.a (mon.0) 3107 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:37.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: cephadm 2024-03-30T04:51:36.228550+0000 mgr.y (mgr.25441) 7427 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.272450+0000 mon.c (mon.1) 8881 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.275054+0000 mon.c (mon.1) 8882 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.277343+0000 mon.c (mon.1) 8883 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: cephadm 2024-03-30T04:51:35.902977+0000 mgr.y (mgr.25441) 7421 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: cephadm 2024-03-30T04:51:35.955136+0000 mgr.y (mgr.25441) 7422 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: cephadm 2024-03-30T04:51:36.007360+0000 mgr.y (mgr.25441) 7423 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: cephadm 2024-03-30T04:51:36.059318+0000 mgr.y (mgr.25441) 7424 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: cephadm 2024-03-30T04:51:36.110252+0000 mgr.y (mgr.25441) 7425 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.167501+0000 mon.c (mon.1) 8873 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.169383+0000 mon.c (mon.1) 8874 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.171245+0000 mon.c (mon.1) 8875 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.620 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.171892+0000 mon.c (mon.1) 8876 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.177490+0000 mon.a (mon.0) 3106 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:37.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: cephadm 2024-03-30T04:51:36.178053+0000 mgr.y (mgr.25441) 7426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.218270+0000 mon.c (mon.1) 8877 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.220297+0000 mon.c (mon.1) 8878 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.222072+0000 mon.c (mon.1) 8879 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.222720+0000 mon.c (mon.1) 8880 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.227990+0000 mon.a (mon.0) 3107 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:37.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: cephadm 2024-03-30T04:51:36.228550+0000 mgr.y (mgr.25441) 7427 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.272450+0000 mon.c (mon.1) 8881 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.275054+0000 mon.c (mon.1) 8882 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.277343+0000 mon.c (mon.1) 8883 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.277993+0000 mon.c (mon.1) 8884 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.282892+0000 mon.a (mon.0) 3108 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:37.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: cephadm 2024-03-30T04:51:36.285324+0000 mgr.y (mgr.25441) 7428 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.325877+0000 mon.c (mon.1) 8885 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.621 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.327665+0000 mon.c (mon.1) 8886 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.329394+0000 mon.c (mon.1) 8887 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.330015+0000 mon.c (mon.1) 8888 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.334774+0000 mon.a (mon.0) 3109 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:37.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: cephadm 2024-03-30T04:51:36.337088+0000 mgr.y (mgr.25441) 7429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.393909+0000 mon.c (mon.1) 8889 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.395870+0000 mon.c (mon.1) 8890 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.398359+0000 mon.c (mon.1) 8891 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.399014+0000 mon.c (mon.1) 8892 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.405136+0000 mon.a (mon.0) 3110 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:37.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: cephadm 2024-03-30T04:51:36.406410+0000 mgr.y (mgr.25441) 7430 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.485265+0000 mon.c (mon.1) 8893 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.487524+0000 mon.c (mon.1) 8894 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.489535+0000 mon.c (mon.1) 8895 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.622 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.490370+0000 mon.c (mon.1) 8896 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.498099+0000 mon.a (mon.0) 3111 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:37.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.277993+0000 mon.c (mon.1) 8884 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.282892+0000 mon.a (mon.0) 3108 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:37.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: cephadm 2024-03-30T04:51:36.285324+0000 mgr.y (mgr.25441) 7428 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.325877+0000 mon.c (mon.1) 8885 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.327665+0000 mon.c (mon.1) 8886 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.329394+0000 mon.c (mon.1) 8887 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.330015+0000 mon.c (mon.1) 8888 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.334774+0000 mon.a (mon.0) 3109 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:37.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: cephadm 2024-03-30T04:51:36.337088+0000 mgr.y (mgr.25441) 7429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.393909+0000 mon.c (mon.1) 8889 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.395870+0000 mon.c (mon.1) 8890 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.398359+0000 mon.c (mon.1) 8891 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.399014+0000 mon.c (mon.1) 8892 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.405136+0000 mon.a (mon.0) 3110 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:37.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: cephadm 2024-03-30T04:51:36.406410+0000 mgr.y (mgr.25441) 7430 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.485265+0000 mon.c (mon.1) 8893 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.487524+0000 mon.c (mon.1) 8894 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.489535+0000 mon.c (mon.1) 8895 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.490370+0000 mon.c (mon.1) 8896 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.624 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.498099+0000 mon.a (mon.0) 3111 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:37.624 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: cephadm 2024-03-30T04:51:36.498735+0000 mgr.y (mgr.25441) 7431 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.555141+0000 mon.c (mon.1) 8897 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.557205+0000 mon.c (mon.1) 8898 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.559407+0000 mon.c (mon.1) 8899 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.560430+0000 mon.c (mon.1) 8900 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.568438+0000 mon.a (mon.0) 3112 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:37.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: cephadm 2024-03-30T04:51:36.569293+0000 mgr.y (mgr.25441) 7432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.658522+0000 mon.c (mon.1) 8901 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.662934+0000 mon.c (mon.1) 8902 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.666836+0000 mon.c (mon.1) 8903 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.668323+0000 mon.c (mon.1) 8904 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.678590+0000 mon.a (mon.0) 3113 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:37.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: cephadm 2024-03-30T04:51:36.680599+0000 mgr.y (mgr.25441) 7433 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.720386+0000 mon.a (mon.0) 3114 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:37.625 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.736180+0000 mon.a (mon.0) 3115 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:37.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: cluster 2024-03-30T04:51:36.740519+0000 mgr.y (mgr.25441) 7434 : cluster [DBG] pgmap v4852: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:51:37.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.750783+0000 mon.a (mon.0) 3116 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:37.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.789658+0000 mon.c (mon.1) 8905 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.793927+0000 mon.c (mon.1) 8906 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.797395+0000 mon.c (mon.1) 8907 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.626 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.800150+0000 mon.c (mon.1) 8908 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: cephadm 2024-03-30T04:51:36.498735+0000 mgr.y (mgr.25441) 7431 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.555141+0000 mon.c (mon.1) 8897 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.557205+0000 mon.c (mon.1) 8898 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.559407+0000 mon.c (mon.1) 8899 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.626 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.560430+0000 mon.c (mon.1) 8900 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.568438+0000 mon.a (mon.0) 3112 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:37.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: cephadm 2024-03-30T04:51:36.569293+0000 mgr.y (mgr.25441) 7432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.658522+0000 mon.c (mon.1) 8901 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.662934+0000 mon.c (mon.1) 8902 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.666836+0000 mon.c (mon.1) 8903 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.668323+0000 mon.c (mon.1) 8904 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.678590+0000 mon.a (mon.0) 3113 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:37.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: cephadm 2024-03-30T04:51:36.680599+0000 mgr.y (mgr.25441) 7433 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.720386+0000 mon.a (mon.0) 3114 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:37.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.736180+0000 mon.a (mon.0) 3115 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:37.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: cluster 2024-03-30T04:51:36.740519+0000 mgr.y (mgr.25441) 7434 : cluster [DBG] pgmap v4852: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:51:37.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.750783+0000 mon.a (mon.0) 3116 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:37.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.789658+0000 mon.c (mon.1) 8905 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.793927+0000 mon.c (mon.1) 8906 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.627 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.797395+0000 mon.c (mon.1) 8907 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.628 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.800150+0000 mon.c (mon.1) 8908 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.804603+0000 mon.c (mon.1) 8909 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.810073+0000 mon.c (mon.1) 8910 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.813722+0000 mon.c (mon.1) 8911 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.816174+0000 mon.c (mon.1) 8912 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.818585+0000 mon.c (mon.1) 8913 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.820905+0000 mon.c (mon.1) 8914 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.823896+0000 mon.c (mon.1) 8915 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.826265+0000 mon.c (mon.1) 8916 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.828925+0000 mon.c (mon.1) 8917 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.628 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.832511+0000 mon.c (mon.1) 8918 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.835866+0000 mon.c (mon.1) 8919 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.629 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[73591]: audit 2024-03-30T04:51:36.838312+0000 mon.c (mon.1) 8920 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.804603+0000 mon.c (mon.1) 8909 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.810073+0000 mon.c (mon.1) 8910 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.813722+0000 mon.c (mon.1) 8911 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.816174+0000 mon.c (mon.1) 8912 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.818585+0000 mon.c (mon.1) 8913 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.820905+0000 mon.c (mon.1) 8914 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.823896+0000 mon.c (mon.1) 8915 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.826265+0000 mon.c (mon.1) 8916 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.828925+0000 mon.c (mon.1) 8917 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.629 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.832511+0000 mon.c (mon.1) 8918 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.835866+0000 mon.c (mon.1) 8919 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.630 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:37 smithi111 bash[70954]: audit 2024-03-30T04:51:36.838312+0000 mon.c (mon.1) 8920 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.819 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:37.530046606Z level=info msg="Executing migration" id="managed permissions migration" 2024-03-30T04:51:38.088 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:37 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:37.825730997Z level=info msg="Executing migration" id="managed folder permissions alert actions migration" 2024-03-30T04:51:38.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:38 smithi117 bash[62284]: cluster 2024-03-30T04:51:37.729846+0000 mon.a (mon.0) 3117 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:51:38.386 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:38 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:38.093149413Z level=info msg="Executing migration" id="RBAC action name migrator" 2024-03-30T04:51:38.386 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:38 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:38.260971727Z level=info msg="Executing migration" id="Add UID column to playlist" 2024-03-30T04:51:38.617 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:38 smithi111 bash[70954]: cluster 2024-03-30T04:51:37.729846+0000 mon.a (mon.0) 3117 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:51:38.618 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:38 smithi111 bash[73591]: cluster 2024-03-30T04:51:37.729846+0000 mon.a (mon.0) 3117 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:51:39.076 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:38 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:38.7455447Z level=info msg="Executing migration" id="Update uid column values in playlist" 2024-03-30T04:51:39.076 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:38 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:38.86017588Z level=info msg="Executing migration" id="Add index for uid in playlist" 2024-03-30T04:51:39.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:39 smithi117 bash[62284]: cluster 2024-03-30T04:51:38.741698+0000 mgr.y (mgr.25441) 7435 : cluster [DBG] pgmap v4853: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 881 B/s rd, 0 op/s 2024-03-30T04:51:39.386 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:39 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:39.082057041Z level=info msg="Executing migration" id="update group index for alert rules" 2024-03-30T04:51:39.527 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:39 smithi111 bash[70954]: cluster 2024-03-30T04:51:38.741698+0000 mgr.y (mgr.25441) 7435 : cluster [DBG] pgmap v4853: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 881 B/s rd, 0 op/s 2024-03-30T04:51:39.527 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:39 smithi111 bash[73591]: cluster 2024-03-30T04:51:38.741698+0000 mgr.y (mgr.25441) 7435 : cluster [DBG] pgmap v4853: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 881 B/s rd, 0 op/s 2024-03-30T04:51:39.885 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:39 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:39.471098702Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated migration" 2024-03-30T04:51:40.227 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:39 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:39.941168899Z level=info msg="Executing migration" id="admin only folder/dashboard permission" 2024-03-30T04:51:40.492 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:40 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:40.233965044Z level=info msg="Executing migration" id="add action column to seed_assignment" 2024-03-30T04:51:40.492 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:40 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:40.339185277Z level=info msg="Executing migration" id="add scope column to seed_assignment" 2024-03-30T04:51:40.492 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:40 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:40.453295759Z level=info msg="Executing migration" id="remove unique index builtin_role_role_name before nullable update" 2024-03-30T04:51:40.781 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:40 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:40.561099159Z level=info msg="Executing migration" id="update seed_assignment role_name column to nullable" 2024-03-30T04:51:40.782 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:40 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:40.694402005Z level=info msg="Executing migration" id="add unique index builtin_role_name back" 2024-03-30T04:51:40.782 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:40 smithi117 bash[62284]: audit 2024-03-30T04:51:39.119459+0000 mgr.y (mgr.25441) 7436 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:40.782 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:40 smithi117 bash[62284]: audit 2024-03-30T04:51:39.499930+0000 mon.a (mon.0) 3118 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:40.782 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:40 smithi117 bash[62284]: audit 2024-03-30T04:51:39.515120+0000 mon.a (mon.0) 3119 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:40.782 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:40 smithi117 bash[62284]: cluster 2024-03-30T04:51:39.519558+0000 mgr.y (mgr.25441) 7437 : cluster [DBG] pgmap v4854: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 984 B/s rd, 0 op/s 2024-03-30T04:51:40.782 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:40 smithi117 bash[62284]: audit 2024-03-30T04:51:39.528050+0000 mon.a (mon.0) 3120 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:40.867 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:40 smithi111 bash[70954]: audit 2024-03-30T04:51:39.119459+0000 mgr.y (mgr.25441) 7436 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:40.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:40 smithi111 bash[70954]: audit 2024-03-30T04:51:39.499930+0000 mon.a (mon.0) 3118 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:40.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:40 smithi111 bash[70954]: audit 2024-03-30T04:51:39.515120+0000 mon.a (mon.0) 3119 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:40.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:40 smithi111 bash[70954]: cluster 2024-03-30T04:51:39.519558+0000 mgr.y (mgr.25441) 7437 : cluster [DBG] pgmap v4854: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 984 B/s rd, 0 op/s 2024-03-30T04:51:40.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:40 smithi111 bash[70954]: audit 2024-03-30T04:51:39.528050+0000 mon.a (mon.0) 3120 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:40.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:40 smithi111 bash[73591]: audit 2024-03-30T04:51:39.119459+0000 mgr.y (mgr.25441) 7436 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:40.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:40 smithi111 bash[73591]: audit 2024-03-30T04:51:39.499930+0000 mon.a (mon.0) 3118 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:40.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:40 smithi111 bash[73591]: audit 2024-03-30T04:51:39.515120+0000 mon.a (mon.0) 3119 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:40.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:40 smithi111 bash[73591]: cluster 2024-03-30T04:51:39.519558+0000 mgr.y (mgr.25441) 7437 : cluster [DBG] pgmap v4854: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 984 B/s rd, 0 op/s 2024-03-30T04:51:40.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:40 smithi111 bash[73591]: audit 2024-03-30T04:51:39.528050+0000 mon.a (mon.0) 3120 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:41.136 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:40 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:40.845566431Z level=info msg="Executing migration" id="add unique index builtin_role_action_scope" 2024-03-30T04:51:41.136 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:40 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:40.964169601Z level=info msg="Executing migration" id="add primary key to seed_assigment" 2024-03-30T04:51:41.544 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:41 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:41.168732405Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated fixed migration" 2024-03-30T04:51:41.852 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:41 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:41.546587781Z level=info msg="Executing migration" id="migrate external alertmanagers to datsourcse" 2024-03-30T04:51:41.852 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:41 smithi117 bash[62284]: audit 2024-03-30T04:51:40.749710+0000 mon.a (mon.0) 3121 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:41.852 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:41 smithi117 bash[62284]: audit 2024-03-30T04:51:40.768016+0000 mon.a (mon.0) 3122 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:41.852 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:41 smithi117 bash[62284]: cluster 2024-03-30T04:51:40.772702+0000 mgr.y (mgr.25441) 7438 : cluster [DBG] pgmap v4855: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:51:41.852 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:41 smithi117 bash[62284]: audit 2024-03-30T04:51:40.783614+0000 mon.a (mon.0) 3123 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:41.999 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:41 smithi111 bash[73591]: audit 2024-03-30T04:51:40.749710+0000 mon.a (mon.0) 3121 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:41.999 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:41 smithi111 bash[73591]: audit 2024-03-30T04:51:40.768016+0000 mon.a (mon.0) 3122 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:41.999 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:41 smithi111 bash[73591]: cluster 2024-03-30T04:51:40.772702+0000 mgr.y (mgr.25441) 7438 : cluster [DBG] pgmap v4855: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:51:41.999 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:41 smithi111 bash[73591]: audit 2024-03-30T04:51:40.783614+0000 mon.a (mon.0) 3123 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:41.999 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:41 smithi111 bash[70954]: audit 2024-03-30T04:51:40.749710+0000 mon.a (mon.0) 3121 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:41.999 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:41 smithi111 bash[70954]: audit 2024-03-30T04:51:40.768016+0000 mon.a (mon.0) 3122 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:41.999 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:41 smithi111 bash[70954]: cluster 2024-03-30T04:51:40.772702+0000 mgr.y (mgr.25441) 7438 : cluster [DBG] pgmap v4855: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:51:41.999 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:41 smithi111 bash[70954]: audit 2024-03-30T04:51:40.783614+0000 mon.a (mon.0) 3123 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:42.135 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:41 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:41.858043639Z level=info msg="Executing migration" id="create folder table" 2024-03-30T04:51:42.136 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:41 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:41.925420722Z level=info msg="Executing migration" id="Add index for parent_uid" 2024-03-30T04:51:42.136 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:41 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:41.992987005Z level=info msg="Executing migration" id="Add unique index for folder.uid and folder.org_id" 2024-03-30T04:51:42.136 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:42 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:42.035478011Z level=info msg="Executing migration" id="Update folder title length" 2024-03-30T04:51:42.136 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:42 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:42.060652669Z level=info msg="Executing migration" id="Add unique index for folder.title and folder.parent_uid" 2024-03-30T04:51:42.136 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:42 smithi117 bash[90099]: logger=migrator t=2024-03-30T04:51:42.102612558Z level=info msg="migrations completed" performed=105 skipped=376 duration=13.155026962s 2024-03-30T04:51:42.136 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:42 smithi117 bash[90099]: logger=sqlstore t=2024-03-30T04:51:42.103320063Z level=info msg="Created default organization" 2024-03-30T04:51:42.428 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:42 smithi117 bash[90099]: logger=plugin.finder t=2024-03-30T04:51:42.148568616Z level=warn msg="Skipping finding plugins as directory does not exist" path=/usr/share/grafana/plugins-bundled 2024-03-30T04:51:42.428 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:42 smithi117 bash[90099]: logger=secrets t=2024-03-30T04:51:42.148691405Z level=info msg="Envelope encryption state" enabled=true currentprovider=secretKey.v1 2024-03-30T04:51:42.428 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:42 smithi117 bash[90099]: logger=query_data t=2024-03-30T04:51:42.151686616Z level=info msg="Query Service initialization" 2024-03-30T04:51:42.428 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:42 smithi117 bash[90099]: logger=live.push_http t=2024-03-30T04:51:42.156937892Z level=info msg="Live Push Gateway initialization" 2024-03-30T04:51:43.031 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:42 smithi117 bash[62284]: cluster 2024-03-30T04:51:41.763263+0000 mon.a (mon.0) 3124 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:51:43.031 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:42 smithi117 bash[62284]: cluster 2024-03-30T04:51:41.763323+0000 mon.a (mon.0) 3125 : cluster [INF] Cluster is now healthy 2024-03-30T04:51:43.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:42 smithi111 bash[70954]: cluster 2024-03-30T04:51:41.763263+0000 mon.a (mon.0) 3124 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:51:43.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:42 smithi111 bash[70954]: cluster 2024-03-30T04:51:41.763323+0000 mon.a (mon.0) 3125 : cluster [INF] Cluster is now healthy 2024-03-30T04:51:43.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:42 smithi111 bash[73591]: cluster 2024-03-30T04:51:41.763263+0000 mon.a (mon.0) 3124 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:51:43.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:42 smithi111 bash[73591]: cluster 2024-03-30T04:51:41.763323+0000 mon.a (mon.0) 3125 : cluster [INF] Cluster is now healthy 2024-03-30T04:51:43.288 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:43 smithi117 bash[90099]: logger=infra.usagestats.collector t=2024-03-30T04:51:43.037507002Z level=info msg="registering usage stat providers" usageStatsProvidersLen=2 2024-03-30T04:51:43.288 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:43 smithi117 bash[90099]: logger=provisioning.datasources t=2024-03-30T04:51:43.188714454Z level=info msg="deleted correlations based on configuration" ds_name=Dashboard1 2024-03-30T04:51:43.288 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:43 smithi117 bash[90099]: logger=provisioning.datasources t=2024-03-30T04:51:43.188749221Z level=info msg="deleted datasource based on configuration" name=Dashboard1 2024-03-30T04:51:43.288 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:43 smithi117 bash[90099]: logger=provisioning.datasources t=2024-03-30T04:51:43.18909173Z level=info msg="inserting datasource from configuration " name=Dashboard1 uid=P43CA22E17D0F9596 2024-03-30T04:51:43.649 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:43 smithi117 bash[90099]: logger=provisioning.datasources t=2024-03-30T04:51:43.324745504Z level=info msg="inserting datasource from configuration " name=Loki uid=P8E80F9AEF21F6940 2024-03-30T04:51:44.042 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:43 smithi117 bash[62284]: cephadm 2024-03-30T04:51:42.067455+0000 mgr.y (mgr.25441) 7439 : cephadm [INF] Upgrade: Updating grafana.a 2024-03-30T04:51:44.042 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:43 smithi117 bash[62284]: cephadm 2024-03-30T04:51:42.077161+0000 mgr.y (mgr.25441) 7440 : cephadm [INF] Deploying daemon grafana.a on smithi117 2024-03-30T04:51:44.042 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:43 smithi117 bash[62284]: cluster 2024-03-30T04:51:42.774015+0000 mgr.y (mgr.25441) 7441 : cluster [DBG] pgmap v4856: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:51:44.042 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:43 smithi117 bash[90099]: logger=provisioning.alerting t=2024-03-30T04:51:43.834503164Z level=info msg="starting to provision alerting" 2024-03-30T04:51:44.042 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:43 smithi117 bash[90099]: logger=provisioning.alerting t=2024-03-30T04:51:43.834531879Z level=info msg="finished to provision alerting" 2024-03-30T04:51:44.043 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:43 smithi117 bash[90099]: logger=ngalert.state.manager t=2024-03-30T04:51:43.834683355Z level=info msg="Warming state cache for startup" 2024-03-30T04:51:44.043 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:43 smithi117 bash[90099]: logger=grafanaStorageLogger t=2024-03-30T04:51:43.835074532Z level=info msg="storage starting" 2024-03-30T04:51:44.043 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:43 smithi117 bash[90099]: logger=http.server t=2024-03-30T04:51:43.838436813Z level=info msg="HTTP Server Listen" address=[::]:3000 protocol=https subUrl= socket= 2024-03-30T04:51:44.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:43 smithi111 bash[70954]: cephadm 2024-03-30T04:51:42.067455+0000 mgr.y (mgr.25441) 7439 : cephadm [INF] Upgrade: Updating grafana.a 2024-03-30T04:51:44.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:43 smithi111 bash[70954]: cephadm 2024-03-30T04:51:42.077161+0000 mgr.y (mgr.25441) 7440 : cephadm [INF] Deploying daemon grafana.a on smithi117 2024-03-30T04:51:44.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:43 smithi111 bash[70954]: cluster 2024-03-30T04:51:42.774015+0000 mgr.y (mgr.25441) 7441 : cluster [DBG] pgmap v4856: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:51:44.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:43 smithi111 bash[73591]: cephadm 2024-03-30T04:51:42.067455+0000 mgr.y (mgr.25441) 7439 : cephadm [INF] Upgrade: Updating grafana.a 2024-03-30T04:51:44.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:43 smithi111 bash[73591]: cephadm 2024-03-30T04:51:42.077161+0000 mgr.y (mgr.25441) 7440 : cephadm [INF] Deploying daemon grafana.a on smithi117 2024-03-30T04:51:44.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:43 smithi111 bash[73591]: cluster 2024-03-30T04:51:42.774015+0000 mgr.y (mgr.25441) 7441 : cluster [DBG] pgmap v4856: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:51:45.136 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:44 smithi117 bash[90099]: logger=ngalert.state.manager t=2024-03-30T04:51:44.870502362Z level=info msg="State cache has been initialized" states=0 duration=1.035809099s 2024-03-30T04:51:45.136 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:44 smithi117 bash[90099]: logger=ticker t=2024-03-30T04:51:44.870599428Z level=info msg=starting first_tick=2024-03-30T04:51:50Z 2024-03-30T04:51:45.136 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:44 smithi117 bash[90099]: logger=ngalert.multiorg.alertmanager t=2024-03-30T04:51:44.870588459Z level=info msg="starting MultiOrg Alertmanager" 2024-03-30T04:51:45.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:45 smithi117 bash[62284]: audit 2024-03-30T04:51:44.013868+0000 mon.a (mon.0) 3126 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:45.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:45 smithi117 bash[62284]: audit 2024-03-30T04:51:44.030129+0000 mon.a (mon.0) 3127 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:45.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:45 smithi117 bash[62284]: audit 2024-03-30T04:51:44.044405+0000 mon.a (mon.0) 3128 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:45.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:45 smithi117 bash[62284]: cluster 2024-03-30T04:51:44.774743+0000 mgr.y (mgr.25441) 7442 : cluster [DBG] pgmap v4857: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:51:45.311 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:45 smithi111 bash[73591]: audit 2024-03-30T04:51:44.013868+0000 mon.a (mon.0) 3126 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:45.311 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:45 smithi111 bash[73591]: audit 2024-03-30T04:51:44.030129+0000 mon.a (mon.0) 3127 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:45.311 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:45 smithi111 bash[73591]: audit 2024-03-30T04:51:44.044405+0000 mon.a (mon.0) 3128 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:45.311 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:45 smithi111 bash[73591]: cluster 2024-03-30T04:51:44.774743+0000 mgr.y (mgr.25441) 7442 : cluster [DBG] pgmap v4857: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:51:45.311 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:45 smithi111 bash[70954]: audit 2024-03-30T04:51:44.013868+0000 mon.a (mon.0) 3126 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:45.311 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:45 smithi111 bash[70954]: audit 2024-03-30T04:51:44.030129+0000 mon.a (mon.0) 3127 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:45.311 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:45 smithi111 bash[70954]: audit 2024-03-30T04:51:44.044405+0000 mon.a (mon.0) 3128 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:45.311 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:45 smithi111 bash[70954]: cluster 2024-03-30T04:51:44.774743+0000 mgr.y (mgr.25441) 7442 : cluster [DBG] pgmap v4857: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:51:46.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:46 smithi111 bash[70954]: audit 2024-03-30T04:51:45.267924+0000 mon.c (mon.1) 8921 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:51:46.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:46 smithi111 bash[73591]: audit 2024-03-30T04:51:45.267924+0000 mon.c (mon.1) 8921 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:51:46.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:46 smithi117 bash[62284]: audit 2024-03-30T04:51:45.267924+0000 mon.c (mon.1) 8921 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:51:46.867 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:51:46 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:51:46] "GET /metrics HTTP/1.1" 200 38698 "" "Prometheus/2.43.0" 2024-03-30T04:51:47.367 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:47 smithi111 bash[70954]: cluster 2024-03-30T04:51:46.775849+0000 mgr.y (mgr.25441) 7443 : cluster [DBG] pgmap v4858: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1020 B/s rd, 0 op/s 2024-03-30T04:51:47.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:47 smithi111 bash[73591]: cluster 2024-03-30T04:51:46.775849+0000 mgr.y (mgr.25441) 7443 : cluster [DBG] pgmap v4858: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1020 B/s rd, 0 op/s 2024-03-30T04:51:47.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:47 smithi117 bash[62284]: cluster 2024-03-30T04:51:46.775849+0000 mgr.y (mgr.25441) 7443 : cluster [DBG] pgmap v4858: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1020 B/s rd, 0 op/s 2024-03-30T04:51:49.635 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:51:49 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:49.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:49 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:49.637 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:51:49 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:49.637 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:51:49 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:49.637 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:51:49 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:49.638 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:51:49 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:49.638 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:49 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:49.638 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:51:49 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:49.639 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:51:49 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:49.771 INFO:teuthology.orchestra.run.smithi111.stdout:true 2024-03-30T04:51:50.034 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:49 smithi117 bash[62284]: cluster 2024-03-30T04:51:48.777005+0000 mgr.y (mgr.25441) 7444 : cluster [DBG] pgmap v4859: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1020 B/s rd, 0 op/s 2024-03-30T04:51:50.035 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:49 smithi117 systemd[1]: Stopping Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:51:50.035 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:49 smithi117 bash[90099]: logger=server t=2024-03-30T04:51:49.775652034Z level=info msg="Shutdown started" reason="System signal: terminated" 2024-03-30T04:51:50.035 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:49 smithi117 bash[90099]: logger=ticker t=2024-03-30T04:51:49.775726485Z level=info msg=stopped last_tick=2024-03-30T04:51:40Z 2024-03-30T04:51:50.035 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:49 smithi117 bash[90099]: logger=tracing t=2024-03-30T04:51:49.775733341Z level=info msg="Closing tracing" 2024-03-30T04:51:50.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:49 smithi111 bash[70954]: cluster 2024-03-30T04:51:48.777005+0000 mgr.y (mgr.25441) 7444 : cluster [DBG] pgmap v4859: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1020 B/s rd, 0 op/s 2024-03-30T04:51:50.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:49 smithi111 bash[73591]: cluster 2024-03-30T04:51:48.777005+0000 mgr.y (mgr.25441) 7444 : cluster [DBG] pgmap v4859: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1020 B/s rd, 0 op/s 2024-03-30T04:51:50.508 INFO:teuthology.orchestra.run.smithi111.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:51:50.508 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi111 smithi111 running 10s ago 26m - - 2024-03-30T04:51:50.509 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi117 smithi117 running 6s ago 26m - - 2024-03-30T04:51:50.509 INFO:teuthology.orchestra.run.smithi111.stdout:alertmanager.a smithi111 *:9093,9094 running (45s) 10s ago 19m 15.6M - 0.25.0 c8568f914cd2 689c742981d5 2024-03-30T04:51:50.509 INFO:teuthology.orchestra.run.smithi111.stdout:grafana.a smithi117 *:3000 running (23s) 6s ago 18m 56.6M - 9.4.12 2bacad6d85d8 f5103ab313a9 2024-03-30T04:51:50.509 INFO:teuthology.orchestra.run.smithi111.stdout:iscsi.foo.smithi111.fmwmll smithi111 running (2m) 10s ago 17m 43.0M - 3.7 3714003597ec 3ebd9fdc0e65 2024-03-30T04:51:50.509 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.x smithi117 *:8443,9283,8765 running (10m) 6s ago 25m 440M - 19.0.0-2493-gd82c9aa1 3714003597ec 42ebd55da4b4 2024-03-30T04:51:50.509 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.y smithi111 *:8443,9283,8765 running (11m) 10s ago 27m 550M - 19.0.0-2493-gd82c9aa1 3714003597ec fa84fb31d2a4 2024-03-30T04:51:50.509 INFO:teuthology.orchestra.run.smithi111.stdout:mon.a smithi111 running (10m) 10s ago 27m 182M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 896c96f933ff 2024-03-30T04:51:50.509 INFO:teuthology.orchestra.run.smithi111.stdout:mon.b smithi117 running (9m) 6s ago 25m 70.9M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 60f10ffc2128 2024-03-30T04:51:50.509 INFO:teuthology.orchestra.run.smithi111.stdout:mon.c smithi111 running (9m) 10s ago 25m 88.2M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 385ecbe45d43 2024-03-30T04:51:50.509 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.a smithi111 *:9100 running (114s) 10s ago 19m 8043k - 1.5.0 0da6a335fe13 d19f0b31b938 2024-03-30T04:51:50.509 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.b smithi117 *:9100 running (110s) 6s ago 19m 7535k - 1.5.0 0da6a335fe13 ed50a028daf9 2024-03-30T04:51:50.509 INFO:teuthology.orchestra.run.smithi111.stdout:osd.0 smithi111 running (8m) 10s ago 25m 61.6M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec c83a5c211a2a 2024-03-30T04:51:50.509 INFO:teuthology.orchestra.run.smithi111.stdout:osd.1 smithi111 running (7m) 10s ago 24m 71.0M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 72f709306a82 2024-03-30T04:51:50.509 INFO:teuthology.orchestra.run.smithi111.stdout:osd.2 smithi111 running (6m) 10s ago 23m 54.5M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 4812fabf499a 2024-03-30T04:51:50.509 INFO:teuthology.orchestra.run.smithi111.stdout:osd.3 smithi111 running (6m) 10s ago 23m 64.7M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec d39d23268f95 2024-03-30T04:51:50.510 INFO:teuthology.orchestra.run.smithi111.stdout:osd.4 smithi117 running (5m) 6s ago 22m 62.6M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 1668f848549c 2024-03-30T04:51:50.510 INFO:teuthology.orchestra.run.smithi111.stdout:osd.5 smithi117 running (4m) 6s ago 22m 60.8M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec db2499d5a247 2024-03-30T04:51:50.510 INFO:teuthology.orchestra.run.smithi111.stdout:osd.6 smithi117 running (4m) 6s ago 21m 60.8M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 68d03f439b68 2024-03-30T04:51:50.510 INFO:teuthology.orchestra.run.smithi111.stdout:osd.7 smithi117 running (3m) 6s ago 20m 59.2M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 6fd992ff99cf 2024-03-30T04:51:50.510 INFO:teuthology.orchestra.run.smithi111.stdout:prometheus.a smithi117 *:9095 running (86s) 6s ago 19m 54.2M - 2.43.0 a07b618ecd1d 22f965c51baa 2024-03-30T04:51:50.510 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi111.gqpgtc smithi111 *:8000 running (3m) 10s ago 17m 91.4M - 19.0.0-2493-gd82c9aa1 3714003597ec 50e6e8bbe60e 2024-03-30T04:51:50.510 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi117.nijpsz smithi117 *:8000 running (3m) 6s ago 17m 90.9M - 19.0.0-2493-gd82c9aa1 3714003597ec d8c31b651386 2024-03-30T04:51:50.510 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi111.nqgkvi smithi111 *:80 running (3m) 10s ago 17m 91.0M - 19.0.0-2493-gd82c9aa1 3714003597ec ea526666ea23 2024-03-30T04:51:50.510 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi117.wrgldy smithi117 *:80 running (3m) 6s ago 17m 91.0M - 19.0.0-2493-gd82c9aa1 3714003597ec aa04480b5182 2024-03-30T04:51:50.824 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:50 smithi117 bash[91711]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-grafana-a 2024-03-30T04:51:50.825 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:50 smithi117 bash[91771]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-grafana-a 2024-03-30T04:51:50.825 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:50 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Deactivated successfully. 2024-03-30T04:51:50.825 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:50 smithi117 systemd[1]: Stopped Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:51:50.918 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:51:50.918 INFO:teuthology.orchestra.run.smithi111.stdout: "mon": { 2024-03-30T04:51:50.918 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:51:50.918 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:51:50.919 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr": { 2024-03-30T04:51:50.919 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:51:50.919 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:51:50.919 INFO:teuthology.orchestra.run.smithi111.stdout: "osd": { 2024-03-30T04:51:50.919 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 8 2024-03-30T04:51:50.919 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:51:50.919 INFO:teuthology.orchestra.run.smithi111.stdout: "rgw": { 2024-03-30T04:51:50.919 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 4 2024-03-30T04:51:50.919 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:51:50.919 INFO:teuthology.orchestra.run.smithi111.stdout: "overall": { 2024-03-30T04:51:50.919 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 17 2024-03-30T04:51:50.919 INFO:teuthology.orchestra.run.smithi111.stdout: } 2024-03-30T04:51:50.919 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:51:51.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:50 smithi111 bash[70954]: audit 2024-03-30T04:51:49.124581+0000 mgr.y (mgr.25441) 7445 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:51.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:50 smithi111 bash[70954]: audit 2024-03-30T04:51:49.760999+0000 mgr.y (mgr.25441) 7446 : audit [DBG] from='client.44929 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:51.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:50 smithi111 bash[73591]: audit 2024-03-30T04:51:49.124581+0000 mgr.y (mgr.25441) 7445 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:51.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:50 smithi111 bash[73591]: audit 2024-03-30T04:51:49.760999+0000 mgr.y (mgr.25441) 7446 : audit [DBG] from='client.44929 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:51.135 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:51:50 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:51.136 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:51:50 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:51.136 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:51:50 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:51.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:50 smithi117 bash[62284]: audit 2024-03-30T04:51:49.124581+0000 mgr.y (mgr.25441) 7445 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:51.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:50 smithi117 bash[62284]: audit 2024-03-30T04:51:49.760999+0000 mgr.y (mgr.25441) 7446 : audit [DBG] from='client.44929 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:51.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:50 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:51.137 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:51:50 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:51.137 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:51:50 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:51.137 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:51:50 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:51.138 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:51:50 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:51.138 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:50 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:51.138 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:50 smithi117 systemd[1]: Started Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:51:51.282 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:51:51.282 INFO:teuthology.orchestra.run.smithi111.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962", 2024-03-30T04:51:51.282 INFO:teuthology.orchestra.run.smithi111.stdout: "in_progress": true, 2024-03-30T04:51:51.282 INFO:teuthology.orchestra.run.smithi111.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:51:51.282 INFO:teuthology.orchestra.run.smithi111.stdout: "services_complete": [ 2024-03-30T04:51:51.282 INFO:teuthology.orchestra.run.smithi111.stdout: "osd", 2024-03-30T04:51:51.282 INFO:teuthology.orchestra.run.smithi111.stdout: "rgw", 2024-03-30T04:51:51.282 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr", 2024-03-30T04:51:51.282 INFO:teuthology.orchestra.run.smithi111.stdout: "mon", 2024-03-30T04:51:51.282 INFO:teuthology.orchestra.run.smithi111.stdout: "iscsi" 2024-03-30T04:51:51.282 INFO:teuthology.orchestra.run.smithi111.stdout: ], 2024-03-30T04:51:51.282 INFO:teuthology.orchestra.run.smithi111.stdout: "progress": "18/23 daemons upgraded", 2024-03-30T04:51:51.283 INFO:teuthology.orchestra.run.smithi111.stdout: "message": "Currently upgrading grafana daemons", 2024-03-30T04:51:51.283 INFO:teuthology.orchestra.run.smithi111.stdout: "is_paused": false 2024-03-30T04:51:51.283 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:51:51.742 INFO:teuthology.orchestra.run.smithi111.stdout:HEALTH_OK 2024-03-30T04:51:52.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:50.123315+0000 mgr.y (mgr.25441) 7447 : audit [DBG] from='client.44935 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:52.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:50.465822+0000 mgr.y (mgr.25441) 7448 : audit [DBG] from='client.35001 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:52.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: cluster 2024-03-30T04:51:50.777984+0000 mgr.y (mgr.25441) 7449 : cluster [DBG] pgmap v4860: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 909 B/s rd, 0 op/s 2024-03-30T04:51:52.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:50.922839+0000 mon.c (mon.1) 8922 : audit [DBG] from='client.? 172.21.15.111:0/3209120512' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:52.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.003971+0000 mon.a (mon.0) 3129 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.018196+0000 mon.a (mon.0) 3130 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.032826+0000 mon.c (mon.1) 8923 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:52.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.033993+0000 mon.c (mon.1) 8924 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:52.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.040198+0000 mon.a (mon.0) 3131 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.079640+0000 mon.c (mon.1) 8925 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:51:52.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.086430+0000 mon.c (mon.1) 8926 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:52.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.088226+0000 mon.c (mon.1) 8927 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:52.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.090505+0000 mon.c (mon.1) 8928 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:52.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.091167+0000 mon.c (mon.1) 8929 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:52.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.096371+0000 mon.a (mon.0) 3132 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.138855+0000 mon.c (mon.1) 8930 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:52.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.140788+0000 mon.c (mon.1) 8931 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:52.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.142677+0000 mon.c (mon.1) 8932 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:52.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.143342+0000 mon.c (mon.1) 8933 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:52.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.148615+0000 mon.a (mon.0) 3133 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:50.123315+0000 mgr.y (mgr.25441) 7447 : audit [DBG] from='client.44935 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:52.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:50.465822+0000 mgr.y (mgr.25441) 7448 : audit [DBG] from='client.35001 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:52.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: cluster 2024-03-30T04:51:50.777984+0000 mgr.y (mgr.25441) 7449 : cluster [DBG] pgmap v4860: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 909 B/s rd, 0 op/s 2024-03-30T04:51:52.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:50.922839+0000 mon.c (mon.1) 8922 : audit [DBG] from='client.? 172.21.15.111:0/3209120512' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:52.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.003971+0000 mon.a (mon.0) 3129 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.018196+0000 mon.a (mon.0) 3130 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.032826+0000 mon.c (mon.1) 8923 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:52.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.033993+0000 mon.c (mon.1) 8924 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:52.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.040198+0000 mon.a (mon.0) 3131 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.079640+0000 mon.c (mon.1) 8925 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:51:52.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.086430+0000 mon.c (mon.1) 8926 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:52.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.088226+0000 mon.c (mon.1) 8927 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:52.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.090505+0000 mon.c (mon.1) 8928 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:52.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.091167+0000 mon.c (mon.1) 8929 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:52.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.096371+0000 mon.a (mon.0) 3132 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.138855+0000 mon.c (mon.1) 8930 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:52.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.140788+0000 mon.c (mon.1) 8931 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:52.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.142677+0000 mon.c (mon.1) 8932 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:52.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.143342+0000 mon.c (mon.1) 8933 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:52.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.148615+0000 mon.a (mon.0) 3133 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.190696+0000 mon.c (mon.1) 8934 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:52.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.192920+0000 mon.c (mon.1) 8935 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:52.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.194945+0000 mon.c (mon.1) 8936 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:52.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.195658+0000 mon.c (mon.1) 8937 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:52.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.201833+0000 mon.a (mon.0) 3134 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.258962+0000 mon.c (mon.1) 8938 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:52.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.260865+0000 mon.c (mon.1) 8939 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:52.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.262746+0000 mon.c (mon.1) 8940 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:52.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.263530+0000 mon.c (mon.1) 8941 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:52.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.268902+0000 mon.a (mon.0) 3135 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.327179+0000 mon.c (mon.1) 8942 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:52.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.329360+0000 mon.c (mon.1) 8943 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:52.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.331461+0000 mon.c (mon.1) 8944 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:52.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.332214+0000 mon.c (mon.1) 8945 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:52.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.338402+0000 mon.a (mon.0) 3136 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.397873+0000 mon.c (mon.1) 8946 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:52.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.405406+0000 mon.c (mon.1) 8947 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:52.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.407407+0000 mon.c (mon.1) 8948 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:52.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.408183+0000 mon.c (mon.1) 8949 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:52.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.413607+0000 mon.a (mon.0) 3137 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.471730+0000 mon.c (mon.1) 8950 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:52.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.473929+0000 mon.c (mon.1) 8951 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:52.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.475923+0000 mon.c (mon.1) 8952 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:52.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.476587+0000 mon.c (mon.1) 8953 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:52.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.484448+0000 mon.a (mon.0) 3138 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.541707+0000 mon.c (mon.1) 8954 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:52.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.543610+0000 mon.c (mon.1) 8955 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:52.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.545494+0000 mon.c (mon.1) 8956 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:52.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.546178+0000 mon.c (mon.1) 8957 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:52.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.551369+0000 mon.a (mon.0) 3139 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.612005+0000 mon.c (mon.1) 8958 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:52.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.614030+0000 mon.c (mon.1) 8959 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:52.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.615915+0000 mon.c (mon.1) 8960 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:52.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.616603+0000 mon.c (mon.1) 8961 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:52.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.622016+0000 mon.a (mon.0) 3140 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.683549+0000 mon.c (mon.1) 8962 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:52.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.685552+0000 mon.c (mon.1) 8963 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:52.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.687629+0000 mon.c (mon.1) 8964 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:52.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.688443+0000 mon.c (mon.1) 8965 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:52.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.190696+0000 mon.c (mon.1) 8934 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:52.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.192920+0000 mon.c (mon.1) 8935 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:52.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.194945+0000 mon.c (mon.1) 8936 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:52.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.195658+0000 mon.c (mon.1) 8937 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:52.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.201833+0000 mon.a (mon.0) 3134 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.258962+0000 mon.c (mon.1) 8938 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:52.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.260865+0000 mon.c (mon.1) 8939 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:52.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.262746+0000 mon.c (mon.1) 8940 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:52.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.263530+0000 mon.c (mon.1) 8941 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:52.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.268902+0000 mon.a (mon.0) 3135 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.327179+0000 mon.c (mon.1) 8942 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:52.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.329360+0000 mon.c (mon.1) 8943 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:52.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.331461+0000 mon.c (mon.1) 8944 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:52.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.332214+0000 mon.c (mon.1) 8945 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:52.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.338402+0000 mon.a (mon.0) 3136 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.397873+0000 mon.c (mon.1) 8946 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:52.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.405406+0000 mon.c (mon.1) 8947 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:52.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.407407+0000 mon.c (mon.1) 8948 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:52.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.408183+0000 mon.c (mon.1) 8949 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:52.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.693973+0000 mon.a (mon.0) 3141 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.747172+0000 mon.c (mon.1) 8966 : audit [DBG] from='client.? 172.21.15.111:0/1603612431' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:51:52.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.756610+0000 mon.c (mon.1) 8967 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:52.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.758819+0000 mon.c (mon.1) 8968 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:52.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.761295+0000 mon.c (mon.1) 8969 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:52.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.761981+0000 mon.c (mon.1) 8970 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:52.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.766817+0000 mon.a (mon.0) 3142 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.815487+0000 mon.c (mon.1) 8971 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:52.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.817844+0000 mon.c (mon.1) 8972 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:52.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.820027+0000 mon.c (mon.1) 8973 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:52.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.820745+0000 mon.c (mon.1) 8974 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:52.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[70954]: audit 2024-03-30T04:51:51.827525+0000 mon.a (mon.0) 3143 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.413607+0000 mon.a (mon.0) 3137 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.471730+0000 mon.c (mon.1) 8950 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:52.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.473929+0000 mon.c (mon.1) 8951 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:52.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.475923+0000 mon.c (mon.1) 8952 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:52.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.476587+0000 mon.c (mon.1) 8953 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:52.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.484448+0000 mon.a (mon.0) 3138 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.541707+0000 mon.c (mon.1) 8954 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:52.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.543610+0000 mon.c (mon.1) 8955 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:52.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.545494+0000 mon.c (mon.1) 8956 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:52.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.546178+0000 mon.c (mon.1) 8957 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:52.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.551369+0000 mon.a (mon.0) 3139 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.612005+0000 mon.c (mon.1) 8958 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:52.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.614030+0000 mon.c (mon.1) 8959 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:52.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.615915+0000 mon.c (mon.1) 8960 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:52.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.616603+0000 mon.c (mon.1) 8961 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:52.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.622016+0000 mon.a (mon.0) 3140 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.683549+0000 mon.c (mon.1) 8962 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:52.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.685552+0000 mon.c (mon.1) 8963 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:52.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.687629+0000 mon.c (mon.1) 8964 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:52.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.688443+0000 mon.c (mon.1) 8965 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:52.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.693973+0000 mon.a (mon.0) 3141 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.747172+0000 mon.c (mon.1) 8966 : audit [DBG] from='client.? 172.21.15.111:0/1603612431' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:51:52.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.756610+0000 mon.c (mon.1) 8967 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:52.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.758819+0000 mon.c (mon.1) 8968 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:52.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.761295+0000 mon.c (mon.1) 8969 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:52.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.761981+0000 mon.c (mon.1) 8970 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:52.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.766817+0000 mon.a (mon.0) 3142 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.815487+0000 mon.c (mon.1) 8971 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:52.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.817844+0000 mon.c (mon.1) 8972 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:52.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.820027+0000 mon.c (mon.1) 8973 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:52.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.820745+0000 mon.c (mon.1) 8974 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:52.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:51 smithi111 bash[73591]: audit 2024-03-30T04:51:51.827525+0000 mon.a (mon.0) 3143 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:50.123315+0000 mgr.y (mgr.25441) 7447 : audit [DBG] from='client.44935 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:52.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:50.465822+0000 mgr.y (mgr.25441) 7448 : audit [DBG] from='client.35001 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:52.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: cluster 2024-03-30T04:51:50.777984+0000 mgr.y (mgr.25441) 7449 : cluster [DBG] pgmap v4860: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 909 B/s rd, 0 op/s 2024-03-30T04:51:52.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:50.922839+0000 mon.c (mon.1) 8922 : audit [DBG] from='client.? 172.21.15.111:0/3209120512' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:52.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.003971+0000 mon.a (mon.0) 3129 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.018196+0000 mon.a (mon.0) 3130 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.032826+0000 mon.c (mon.1) 8923 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:52.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.033993+0000 mon.c (mon.1) 8924 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:52.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.040198+0000 mon.a (mon.0) 3131 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.079640+0000 mon.c (mon.1) 8925 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:51:52.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.086430+0000 mon.c (mon.1) 8926 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:52.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.088226+0000 mon.c (mon.1) 8927 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:52.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.090505+0000 mon.c (mon.1) 8928 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:52.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.091167+0000 mon.c (mon.1) 8929 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:52.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.096371+0000 mon.a (mon.0) 3132 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.138855+0000 mon.c (mon.1) 8930 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:52.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.140788+0000 mon.c (mon.1) 8931 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:52.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.142677+0000 mon.c (mon.1) 8932 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:52.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.143342+0000 mon.c (mon.1) 8933 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:52.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.148615+0000 mon.a (mon.0) 3133 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.190696+0000 mon.c (mon.1) 8934 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:52.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.192920+0000 mon.c (mon.1) 8935 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:52.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.194945+0000 mon.c (mon.1) 8936 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:52.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.195658+0000 mon.c (mon.1) 8937 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:52.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.201833+0000 mon.a (mon.0) 3134 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.258962+0000 mon.c (mon.1) 8938 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:52.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.260865+0000 mon.c (mon.1) 8939 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:52.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.262746+0000 mon.c (mon.1) 8940 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:52.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.263530+0000 mon.c (mon.1) 8941 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:52.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.268902+0000 mon.a (mon.0) 3135 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.327179+0000 mon.c (mon.1) 8942 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:52.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.329360+0000 mon.c (mon.1) 8943 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:52.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.331461+0000 mon.c (mon.1) 8944 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:52.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.332214+0000 mon.c (mon.1) 8945 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:52.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.338402+0000 mon.a (mon.0) 3136 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.397873+0000 mon.c (mon.1) 8946 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:52.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.405406+0000 mon.c (mon.1) 8947 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:52.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.407407+0000 mon.c (mon.1) 8948 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:52.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.408183+0000 mon.c (mon.1) 8949 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:52.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.413607+0000 mon.a (mon.0) 3137 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.471730+0000 mon.c (mon.1) 8950 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:52.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.473929+0000 mon.c (mon.1) 8951 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:52.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.475923+0000 mon.c (mon.1) 8952 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:52.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.476587+0000 mon.c (mon.1) 8953 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:52.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.484448+0000 mon.a (mon.0) 3138 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.541707+0000 mon.c (mon.1) 8954 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:52.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.543610+0000 mon.c (mon.1) 8955 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:52.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.545494+0000 mon.c (mon.1) 8956 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:52.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.546178+0000 mon.c (mon.1) 8957 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:52.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.551369+0000 mon.a (mon.0) 3139 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.612005+0000 mon.c (mon.1) 8958 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:52.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.614030+0000 mon.c (mon.1) 8959 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:52.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.615915+0000 mon.c (mon.1) 8960 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:52.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.616603+0000 mon.c (mon.1) 8961 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:52.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.622016+0000 mon.a (mon.0) 3140 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.683549+0000 mon.c (mon.1) 8962 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:52.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.685552+0000 mon.c (mon.1) 8963 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:52.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.687629+0000 mon.c (mon.1) 8964 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:52.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.688443+0000 mon.c (mon.1) 8965 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:52.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.693973+0000 mon.a (mon.0) 3141 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.747172+0000 mon.c (mon.1) 8966 : audit [DBG] from='client.? 172.21.15.111:0/1603612431' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:51:52.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.756610+0000 mon.c (mon.1) 8967 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:52.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.758819+0000 mon.c (mon.1) 8968 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:52.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.761295+0000 mon.c (mon.1) 8969 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:52.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.761981+0000 mon.c (mon.1) 8970 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:52.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.766817+0000 mon.a (mon.0) 3142 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:52.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.815487+0000 mon.c (mon.1) 8971 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:52.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.817844+0000 mon.c (mon.1) 8972 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:52.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.820027+0000 mon.c (mon.1) 8973 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:52.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.820745+0000 mon.c (mon.1) 8974 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:52.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:51 smithi117 bash[62284]: audit 2024-03-30T04:51:51.827525+0000 mon.a (mon.0) 3143 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:53.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: cephadm 2024-03-30T04:51:51.041302+0000 mgr.y (mgr.25441) 7450 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:51.080078+0000 mgr.y (mgr.25441) 7451 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:51:53.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: cephadm 2024-03-30T04:51:51.098015+0000 mgr.y (mgr.25441) 7452 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: cephadm 2024-03-30T04:51:51.150283+0000 mgr.y (mgr.25441) 7453 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: cephadm 2024-03-30T04:51:51.202490+0000 mgr.y (mgr.25441) 7454 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: cephadm 2024-03-30T04:51:51.270566+0000 mgr.y (mgr.25441) 7455 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:51.286479+0000 mgr.y (mgr.25441) 7456 : audit [DBG] from='client.35013 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:53.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: cephadm 2024-03-30T04:51:51.339030+0000 mgr.y (mgr.25441) 7457 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: cephadm 2024-03-30T04:51:51.415239+0000 mgr.y (mgr.25441) 7458 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: cephadm 2024-03-30T04:51:51.485131+0000 mgr.y (mgr.25441) 7459 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: cephadm 2024-03-30T04:51:51.554293+0000 mgr.y (mgr.25441) 7460 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: cephadm 2024-03-30T04:51:51.624744+0000 mgr.y (mgr.25441) 7461 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: cephadm 2024-03-30T04:51:51.697716+0000 mgr.y (mgr.25441) 7462 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: cephadm 2024-03-30T04:51:51.769628+0000 mgr.y (mgr.25441) 7463 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: cephadm 2024-03-30T04:51:51.829173+0000 mgr.y (mgr.25441) 7464 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:51.903739+0000 mon.c (mon.1) 8975 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:51.905921+0000 mon.c (mon.1) 8976 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:51.907958+0000 mon.c (mon.1) 8977 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:51.908721+0000 mon.c (mon.1) 8978 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:51.915964+0000 mon.a (mon.0) 3144 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:53.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:51.991180+0000 mon.c (mon.1) 8979 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: cephadm 2024-03-30T04:51:51.041302+0000 mgr.y (mgr.25441) 7450 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:51.080078+0000 mgr.y (mgr.25441) 7451 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:51:53.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: cephadm 2024-03-30T04:51:51.098015+0000 mgr.y (mgr.25441) 7452 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: cephadm 2024-03-30T04:51:51.150283+0000 mgr.y (mgr.25441) 7453 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: cephadm 2024-03-30T04:51:51.202490+0000 mgr.y (mgr.25441) 7454 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: cephadm 2024-03-30T04:51:51.270566+0000 mgr.y (mgr.25441) 7455 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:51.286479+0000 mgr.y (mgr.25441) 7456 : audit [DBG] from='client.35013 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:53.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: cephadm 2024-03-30T04:51:51.339030+0000 mgr.y (mgr.25441) 7457 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: cephadm 2024-03-30T04:51:51.415239+0000 mgr.y (mgr.25441) 7458 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: cephadm 2024-03-30T04:51:51.485131+0000 mgr.y (mgr.25441) 7459 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: cephadm 2024-03-30T04:51:51.554293+0000 mgr.y (mgr.25441) 7460 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: cephadm 2024-03-30T04:51:51.624744+0000 mgr.y (mgr.25441) 7461 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: cephadm 2024-03-30T04:51:51.697716+0000 mgr.y (mgr.25441) 7462 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: cephadm 2024-03-30T04:51:51.769628+0000 mgr.y (mgr.25441) 7463 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: cephadm 2024-03-30T04:51:51.829173+0000 mgr.y (mgr.25441) 7464 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:51.903739+0000 mon.c (mon.1) 8975 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:51.905921+0000 mon.c (mon.1) 8976 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:51.907958+0000 mon.c (mon.1) 8977 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:51.908721+0000 mon.c (mon.1) 8978 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:51.915964+0000 mon.a (mon.0) 3144 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:53.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:51.991180+0000 mon.c (mon.1) 8979 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:51.993300+0000 mon.c (mon.1) 8980 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:51.995363+0000 mon.c (mon.1) 8981 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:51.996109+0000 mon.c (mon.1) 8982 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.003818+0000 mon.a (mon.0) 3145 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:53.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.080561+0000 mon.c (mon.1) 8983 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.083076+0000 mon.c (mon.1) 8984 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.086242+0000 mon.c (mon.1) 8985 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.087114+0000 mon.c (mon.1) 8986 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.096817+0000 mon.a (mon.0) 3146 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:53.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.173833+0000 mon.c (mon.1) 8987 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.176251+0000 mon.c (mon.1) 8988 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.178833+0000 mon.c (mon.1) 8989 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.179684+0000 mon.c (mon.1) 8990 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.189641+0000 mon.a (mon.0) 3147 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:53.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.279340+0000 mon.c (mon.1) 8991 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.284072+0000 mon.c (mon.1) 8992 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.288473+0000 mon.c (mon.1) 8993 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.290189+0000 mon.c (mon.1) 8994 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.300585+0000 mon.a (mon.0) 3148 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:53.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.379342+0000 mon.c (mon.1) 8995 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.382312+0000 mon.c (mon.1) 8996 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.384635+0000 mon.c (mon.1) 8997 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.385629+0000 mon.c (mon.1) 8998 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.396224+0000 mon.a (mon.0) 3149 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:53.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.471230+0000 mon.c (mon.1) 8999 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.473729+0000 mon.c (mon.1) 9000 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.476567+0000 mon.c (mon.1) 9001 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.477591+0000 mon.c (mon.1) 9002 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.486737+0000 mon.a (mon.0) 3150 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:53.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.563844+0000 mon.c (mon.1) 9003 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.566303+0000 mon.c (mon.1) 9004 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.568939+0000 mon.c (mon.1) 9005 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.569965+0000 mon.c (mon.1) 9006 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.578789+0000 mon.a (mon.0) 3151 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:53.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.653411+0000 mon.c (mon.1) 9007 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.655791+0000 mon.c (mon.1) 9008 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.658744+0000 mon.c (mon.1) 9009 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.659724+0000 mon.c (mon.1) 9010 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.667428+0000 mon.a (mon.0) 3152 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:53.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:51.993300+0000 mon.c (mon.1) 8980 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:51.995363+0000 mon.c (mon.1) 8981 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:51.996109+0000 mon.c (mon.1) 8982 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.003818+0000 mon.a (mon.0) 3145 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:53.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.080561+0000 mon.c (mon.1) 8983 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.083076+0000 mon.c (mon.1) 8984 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.086242+0000 mon.c (mon.1) 8985 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.087114+0000 mon.c (mon.1) 8986 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.096817+0000 mon.a (mon.0) 3146 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:53.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.173833+0000 mon.c (mon.1) 8987 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.176251+0000 mon.c (mon.1) 8988 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.178833+0000 mon.c (mon.1) 8989 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.179684+0000 mon.c (mon.1) 8990 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.189641+0000 mon.a (mon.0) 3147 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:53.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.279340+0000 mon.c (mon.1) 8991 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.284072+0000 mon.c (mon.1) 8992 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.288473+0000 mon.c (mon.1) 8993 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.290189+0000 mon.c (mon.1) 8994 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.300585+0000 mon.a (mon.0) 3148 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:53.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.727373+0000 mon.c (mon.1) 9011 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.729503+0000 mon.c (mon.1) 9012 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.731539+0000 mon.c (mon.1) 9013 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.732281+0000 mon.c (mon.1) 9014 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.738018+0000 mon.a (mon.0) 3153 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:53.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.813337+0000 mon.c (mon.1) 9015 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.815557+0000 mon.c (mon.1) 9016 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.818039+0000 mon.c (mon.1) 9017 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.818990+0000 mon.c (mon.1) 9018 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[73591]: audit 2024-03-30T04:51:52.825740+0000 mon.a (mon.0) 3154 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:53.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.379342+0000 mon.c (mon.1) 8995 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.382312+0000 mon.c (mon.1) 8996 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.384635+0000 mon.c (mon.1) 8997 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.385629+0000 mon.c (mon.1) 8998 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.396224+0000 mon.a (mon.0) 3149 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:53.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.471230+0000 mon.c (mon.1) 8999 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.473729+0000 mon.c (mon.1) 9000 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.476567+0000 mon.c (mon.1) 9001 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.477591+0000 mon.c (mon.1) 9002 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.486737+0000 mon.a (mon.0) 3150 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:53.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.563844+0000 mon.c (mon.1) 9003 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.566303+0000 mon.c (mon.1) 9004 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.568939+0000 mon.c (mon.1) 9005 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.569965+0000 mon.c (mon.1) 9006 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.578789+0000 mon.a (mon.0) 3151 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:53.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.653411+0000 mon.c (mon.1) 9007 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.655791+0000 mon.c (mon.1) 9008 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.658744+0000 mon.c (mon.1) 9009 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.659724+0000 mon.c (mon.1) 9010 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.667428+0000 mon.a (mon.0) 3152 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:53.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.727373+0000 mon.c (mon.1) 9011 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.729503+0000 mon.c (mon.1) 9012 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.731539+0000 mon.c (mon.1) 9013 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.732281+0000 mon.c (mon.1) 9014 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.738018+0000 mon.a (mon.0) 3153 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:53.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.813337+0000 mon.c (mon.1) 9015 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.815557+0000 mon.c (mon.1) 9016 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.818039+0000 mon.c (mon.1) 9017 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.818990+0000 mon.c (mon.1) 9018 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:52 smithi111 bash[70954]: audit 2024-03-30T04:51:52.825740+0000 mon.a (mon.0) 3154 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:53.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: cephadm 2024-03-30T04:51:51.041302+0000 mgr.y (mgr.25441) 7450 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:51.080078+0000 mgr.y (mgr.25441) 7451 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:51:53.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: cephadm 2024-03-30T04:51:51.098015+0000 mgr.y (mgr.25441) 7452 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: cephadm 2024-03-30T04:51:51.150283+0000 mgr.y (mgr.25441) 7453 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: cephadm 2024-03-30T04:51:51.202490+0000 mgr.y (mgr.25441) 7454 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: cephadm 2024-03-30T04:51:51.270566+0000 mgr.y (mgr.25441) 7455 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:51.286479+0000 mgr.y (mgr.25441) 7456 : audit [DBG] from='client.35013 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:53.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: cephadm 2024-03-30T04:51:51.339030+0000 mgr.y (mgr.25441) 7457 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: cephadm 2024-03-30T04:51:51.415239+0000 mgr.y (mgr.25441) 7458 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: cephadm 2024-03-30T04:51:51.485131+0000 mgr.y (mgr.25441) 7459 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: cephadm 2024-03-30T04:51:51.554293+0000 mgr.y (mgr.25441) 7460 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: cephadm 2024-03-30T04:51:51.624744+0000 mgr.y (mgr.25441) 7461 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: cephadm 2024-03-30T04:51:51.697716+0000 mgr.y (mgr.25441) 7462 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: cephadm 2024-03-30T04:51:51.769628+0000 mgr.y (mgr.25441) 7463 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: cephadm 2024-03-30T04:51:51.829173+0000 mgr.y (mgr.25441) 7464 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:51.903739+0000 mon.c (mon.1) 8975 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:51.905921+0000 mon.c (mon.1) 8976 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:51.907958+0000 mon.c (mon.1) 8977 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:51.908721+0000 mon.c (mon.1) 8978 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:51.915964+0000 mon.a (mon.0) 3144 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:53.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:51.991180+0000 mon.c (mon.1) 8979 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:51.993300+0000 mon.c (mon.1) 8980 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:51.995363+0000 mon.c (mon.1) 8981 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:51.996109+0000 mon.c (mon.1) 8982 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.003818+0000 mon.a (mon.0) 3145 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:53.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.080561+0000 mon.c (mon.1) 8983 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.083076+0000 mon.c (mon.1) 8984 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.086242+0000 mon.c (mon.1) 8985 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.087114+0000 mon.c (mon.1) 8986 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.096817+0000 mon.a (mon.0) 3146 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:53.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.173833+0000 mon.c (mon.1) 8987 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.176251+0000 mon.c (mon.1) 8988 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.178833+0000 mon.c (mon.1) 8989 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.179684+0000 mon.c (mon.1) 8990 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.189641+0000 mon.a (mon.0) 3147 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:53.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.279340+0000 mon.c (mon.1) 8991 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.284072+0000 mon.c (mon.1) 8992 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.288473+0000 mon.c (mon.1) 8993 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.290189+0000 mon.c (mon.1) 8994 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.300585+0000 mon.a (mon.0) 3148 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:53.139 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[91827]: logger=settings t=2024-03-30T04:51:52.668490984Z level=info msg="Starting Grafana" version=9.4.12 commit=37ee25ba46 branch=HEAD compiled=2023-05-22T15:58:05Z 2024-03-30T04:51:53.139 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[91827]: logger=settings t=2024-03-30T04:51:52.668686703Z level=warn msg="\"sentry\" frontend logging provider is deprecated and will be removed in the next major version. Use \"grafana\" provider instead." 2024-03-30T04:51:53.139 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[91827]: logger=settings t=2024-03-30T04:51:52.668704242Z level=info msg="Config loaded from" file=/usr/share/grafana/conf/defaults.ini 2024-03-30T04:51:53.139 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[91827]: logger=settings t=2024-03-30T04:51:52.668710671Z level=info msg="Config loaded from" file=/etc/grafana/grafana.ini 2024-03-30T04:51:53.139 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[91827]: logger=settings t=2024-03-30T04:51:52.668717331Z level=info msg="Config overridden from command line" arg="default.paths.data=/var/lib/grafana" 2024-03-30T04:51:53.139 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[91827]: logger=settings t=2024-03-30T04:51:52.66872248Z level=info msg="Config overridden from command line" arg="default.paths.logs=/var/log/grafana" 2024-03-30T04:51:53.139 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[91827]: logger=settings t=2024-03-30T04:51:52.668727906Z level=info msg="Config overridden from command line" arg="default.paths.plugins=/var/lib/grafana/plugins" 2024-03-30T04:51:53.139 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[91827]: logger=settings t=2024-03-30T04:51:52.668731172Z level=info msg="Config overridden from command line" arg="default.paths.provisioning=/etc/grafana/provisioning" 2024-03-30T04:51:53.139 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[91827]: logger=settings t=2024-03-30T04:51:52.668734369Z level=info msg="Config overridden from command line" arg="default.log.mode=console" 2024-03-30T04:51:53.139 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[91827]: logger=settings t=2024-03-30T04:51:52.668737914Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_DATA=/var/lib/grafana" 2024-03-30T04:51:53.139 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[91827]: logger=settings t=2024-03-30T04:51:52.66874089Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_LOGS=/var/log/grafana" 2024-03-30T04:51:53.140 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[91827]: logger=settings t=2024-03-30T04:51:52.668743741Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-03-30T04:51:53.140 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[91827]: logger=settings t=2024-03-30T04:51:52.668748071Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-03-30T04:51:53.140 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[91827]: logger=settings t=2024-03-30T04:51:52.668751676Z level=info msg="Path Home" path=/usr/share/grafana 2024-03-30T04:51:53.140 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[91827]: logger=settings t=2024-03-30T04:51:52.668756764Z level=info msg="Path Data" path=/var/lib/grafana 2024-03-30T04:51:53.140 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[91827]: logger=settings t=2024-03-30T04:51:52.668761881Z level=info msg="Path Logs" path=/var/log/grafana 2024-03-30T04:51:53.140 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[91827]: logger=settings t=2024-03-30T04:51:52.668766392Z level=info msg="Path Plugins" path=/var/lib/grafana/plugins 2024-03-30T04:51:53.140 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[91827]: logger=settings t=2024-03-30T04:51:52.668771125Z level=info msg="Path Provisioning" path=/etc/grafana/provisioning 2024-03-30T04:51:53.140 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[91827]: logger=settings t=2024-03-30T04:51:52.668776148Z level=info msg="App mode production" 2024-03-30T04:51:53.140 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[91827]: logger=sqlstore t=2024-03-30T04:51:52.668851089Z level=info msg="Connecting to DB" dbtype=sqlite3 2024-03-30T04:51:53.140 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[91827]: logger=sqlstore t=2024-03-30T04:51:52.668874497Z level=warn msg="SQLite database file has broader permissions than it should" path=/var/lib/grafana/grafana.db mode=-rw-r--r-- expected=-rw-r----- 2024-03-30T04:51:53.140 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[91827]: logger=migrator t=2024-03-30T04:51:52.68579935Z level=info msg="Starting DB migrations" 2024-03-30T04:51:53.141 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[91827]: logger=migrator t=2024-03-30T04:51:52.691338331Z level=info msg="migrations completed" performed=0 skipped=481 duration=516.527µs 2024-03-30T04:51:53.141 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[91827]: logger=sqlstore t=2024-03-30T04:51:52.691802947Z level=info msg="Created default organization" 2024-03-30T04:51:53.141 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[91827]: logger=plugin.finder t=2024-03-30T04:51:52.728159566Z level=warn msg="Skipping finding plugins as directory does not exist" path=/usr/share/grafana/plugins-bundled 2024-03-30T04:51:53.141 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[91827]: logger=secrets t=2024-03-30T04:51:52.728317251Z level=info msg="Envelope encryption state" enabled=true currentprovider=secretKey.v1 2024-03-30T04:51:53.141 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[91827]: logger=query_data t=2024-03-30T04:51:52.7338274Z level=info msg="Query Service initialization" 2024-03-30T04:51:53.141 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[91827]: logger=live.push_http t=2024-03-30T04:51:52.737523709Z level=info msg="Live Push Gateway initialization" 2024-03-30T04:51:53.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.379342+0000 mon.c (mon.1) 8995 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.382312+0000 mon.c (mon.1) 8996 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.384635+0000 mon.c (mon.1) 8997 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.385629+0000 mon.c (mon.1) 8998 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.396224+0000 mon.a (mon.0) 3149 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:53.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.471230+0000 mon.c (mon.1) 8999 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.473729+0000 mon.c (mon.1) 9000 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.476567+0000 mon.c (mon.1) 9001 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.477591+0000 mon.c (mon.1) 9002 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.486737+0000 mon.a (mon.0) 3150 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:53.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.563844+0000 mon.c (mon.1) 9003 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.566303+0000 mon.c (mon.1) 9004 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.568939+0000 mon.c (mon.1) 9005 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.569965+0000 mon.c (mon.1) 9006 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.578789+0000 mon.a (mon.0) 3151 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:53.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.653411+0000 mon.c (mon.1) 9007 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.655791+0000 mon.c (mon.1) 9008 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.658744+0000 mon.c (mon.1) 9009 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.659724+0000 mon.c (mon.1) 9010 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.667428+0000 mon.a (mon.0) 3152 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:53.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.727373+0000 mon.c (mon.1) 9011 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.729503+0000 mon.c (mon.1) 9012 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.731539+0000 mon.c (mon.1) 9013 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.732281+0000 mon.c (mon.1) 9014 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.738018+0000 mon.a (mon.0) 3153 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:53.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.813337+0000 mon.c (mon.1) 9015 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.815557+0000 mon.c (mon.1) 9016 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.818039+0000 mon.c (mon.1) 9017 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.818990+0000 mon.c (mon.1) 9018 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:52 smithi117 bash[62284]: audit 2024-03-30T04:51:52.825740+0000 mon.a (mon.0) 3154 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:53.695 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[91827]: logger=infra.usagestats.collector t=2024-03-30T04:51:53.45069363Z level=info msg="registering usage stat providers" usageStatsProvidersLen=2 2024-03-30T04:51:53.695 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[91827]: logger=provisioning.datasources t=2024-03-30T04:51:53.501331277Z level=info msg="deleted correlations based on configuration" ds_name=Dashboard1 2024-03-30T04:51:53.695 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[91827]: logger=provisioning.datasources t=2024-03-30T04:51:53.501349187Z level=info msg="deleted datasource based on configuration" name=Dashboard1 2024-03-30T04:51:53.695 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[91827]: logger=provisioning.datasources t=2024-03-30T04:51:53.50149815Z level=info msg="inserting datasource from configuration " name=Dashboard1 uid=P43CA22E17D0F9596 2024-03-30T04:51:53.695 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[91827]: logger=provisioning.alerting t=2024-03-30T04:51:53.618789201Z level=info msg="starting to provision alerting" 2024-03-30T04:51:53.695 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[91827]: logger=provisioning.alerting t=2024-03-30T04:51:53.618815111Z level=info msg="finished to provision alerting" 2024-03-30T04:51:53.695 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[91827]: logger=ngalert.state.manager t=2024-03-30T04:51:53.619052046Z level=info msg="Warming state cache for startup" 2024-03-30T04:51:53.695 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[91827]: logger=grafanaStorageLogger t=2024-03-30T04:51:53.619703722Z level=info msg="storage starting" 2024-03-30T04:51:53.695 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[91827]: logger=http.server t=2024-03-30T04:51:53.627847351Z level=info msg="HTTP Server Listen" address=[::]:3000 protocol=https subUrl= socket= 2024-03-30T04:51:54.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: cephadm 2024-03-30T04:51:51.916644+0000 mgr.y (mgr.25441) 7465 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: cephadm 2024-03-30T04:51:52.004569+0000 mgr.y (mgr.25441) 7466 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: cephadm 2024-03-30T04:51:52.097524+0000 mgr.y (mgr.25441) 7467 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: cephadm 2024-03-30T04:51:52.190575+0000 mgr.y (mgr.25441) 7468 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: cephadm 2024-03-30T04:51:52.302405+0000 mgr.y (mgr.25441) 7469 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: cephadm 2024-03-30T04:51:52.397259+0000 mgr.y (mgr.25441) 7470 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: cephadm 2024-03-30T04:51:52.487694+0000 mgr.y (mgr.25441) 7471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: cephadm 2024-03-30T04:51:52.579481+0000 mgr.y (mgr.25441) 7472 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: cephadm 2024-03-30T04:51:52.668254+0000 mgr.y (mgr.25441) 7473 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: cephadm 2024-03-30T04:51:52.738602+0000 mgr.y (mgr.25441) 7474 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: cluster 2024-03-30T04:51:52.778705+0000 mgr.y (mgr.25441) 7475 : cluster [DBG] pgmap v4861: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:54.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: cephadm 2024-03-30T04:51:52.826528+0000 mgr.y (mgr.25441) 7476 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:52.884662+0000 mon.c (mon.1) 9019 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:52.886738+0000 mon.c (mon.1) 9020 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:52.888713+0000 mon.c (mon.1) 9021 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:52.889496+0000 mon.c (mon.1) 9022 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:52.894452+0000 mon.a (mon.0) 3155 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:54.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:52.937185+0000 mon.c (mon.1) 9023 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:52.939288+0000 mon.c (mon.1) 9024 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:52.941230+0000 mon.c (mon.1) 9025 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: cephadm 2024-03-30T04:51:51.916644+0000 mgr.y (mgr.25441) 7465 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: cephadm 2024-03-30T04:51:52.004569+0000 mgr.y (mgr.25441) 7466 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: cephadm 2024-03-30T04:51:52.097524+0000 mgr.y (mgr.25441) 7467 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: cephadm 2024-03-30T04:51:52.190575+0000 mgr.y (mgr.25441) 7468 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: cephadm 2024-03-30T04:51:52.302405+0000 mgr.y (mgr.25441) 7469 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: cephadm 2024-03-30T04:51:52.397259+0000 mgr.y (mgr.25441) 7470 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: cephadm 2024-03-30T04:51:52.487694+0000 mgr.y (mgr.25441) 7471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: cephadm 2024-03-30T04:51:52.579481+0000 mgr.y (mgr.25441) 7472 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: cephadm 2024-03-30T04:51:52.668254+0000 mgr.y (mgr.25441) 7473 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: cephadm 2024-03-30T04:51:52.738602+0000 mgr.y (mgr.25441) 7474 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: cluster 2024-03-30T04:51:52.778705+0000 mgr.y (mgr.25441) 7475 : cluster [DBG] pgmap v4861: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:54.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: cephadm 2024-03-30T04:51:52.826528+0000 mgr.y (mgr.25441) 7476 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:52.884662+0000 mon.c (mon.1) 9019 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:52.886738+0000 mon.c (mon.1) 9020 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:52.888713+0000 mon.c (mon.1) 9021 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:52.889496+0000 mon.c (mon.1) 9022 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:52.894452+0000 mon.a (mon.0) 3155 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:54.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:52.937185+0000 mon.c (mon.1) 9023 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:52.939288+0000 mon.c (mon.1) 9024 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:52.941230+0000 mon.c (mon.1) 9025 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:52.941976+0000 mon.c (mon.1) 9026 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:52.947789+0000 mon.a (mon.0) 3156 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:54.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:52.990565+0000 mon.c (mon.1) 9027 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:52.992662+0000 mon.c (mon.1) 9028 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:52.994992+0000 mon.c (mon.1) 9029 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:52.995652+0000 mon.c (mon.1) 9030 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.000389+0000 mon.a (mon.0) 3157 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:54.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.041216+0000 mon.c (mon.1) 9031 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.043070+0000 mon.c (mon.1) 9032 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.044870+0000 mon.c (mon.1) 9033 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.045526+0000 mon.c (mon.1) 9034 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.050629+0000 mon.a (mon.0) 3158 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:54.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.091640+0000 mon.c (mon.1) 9035 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.093718+0000 mon.c (mon.1) 9036 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.095635+0000 mon.c (mon.1) 9037 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.096263+0000 mon.c (mon.1) 9038 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.101043+0000 mon.a (mon.0) 3159 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:54.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.141807+0000 mon.c (mon.1) 9039 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.143707+0000 mon.c (mon.1) 9040 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.145639+0000 mon.c (mon.1) 9041 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:52.941976+0000 mon.c (mon.1) 9026 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:52.947789+0000 mon.a (mon.0) 3156 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:54.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:52.990565+0000 mon.c (mon.1) 9027 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:52.992662+0000 mon.c (mon.1) 9028 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:52.994992+0000 mon.c (mon.1) 9029 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:52.995652+0000 mon.c (mon.1) 9030 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.000389+0000 mon.a (mon.0) 3157 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:54.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.041216+0000 mon.c (mon.1) 9031 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.043070+0000 mon.c (mon.1) 9032 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.044870+0000 mon.c (mon.1) 9033 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.045526+0000 mon.c (mon.1) 9034 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.050629+0000 mon.a (mon.0) 3158 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:54.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.091640+0000 mon.c (mon.1) 9035 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.093718+0000 mon.c (mon.1) 9036 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.095635+0000 mon.c (mon.1) 9037 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.096263+0000 mon.c (mon.1) 9038 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.101043+0000 mon.a (mon.0) 3159 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:54.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.141807+0000 mon.c (mon.1) 9039 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.143707+0000 mon.c (mon.1) 9040 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.145639+0000 mon.c (mon.1) 9041 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.146392+0000 mon.c (mon.1) 9042 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.151524+0000 mon.a (mon.0) 3160 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:54.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.197827+0000 mon.c (mon.1) 9043 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.199958+0000 mon.c (mon.1) 9044 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.202163+0000 mon.c (mon.1) 9045 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.202886+0000 mon.c (mon.1) 9046 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.208069+0000 mon.a (mon.0) 3161 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:54.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.270819+0000 mon.c (mon.1) 9047 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.273462+0000 mon.c (mon.1) 9048 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.276481+0000 mon.c (mon.1) 9049 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.277724+0000 mon.c (mon.1) 9050 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.284292+0000 mon.a (mon.0) 3162 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:54.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.363899+0000 mon.c (mon.1) 9051 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.366789+0000 mon.c (mon.1) 9052 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.369800+0000 mon.c (mon.1) 9053 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.370891+0000 mon.c (mon.1) 9054 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.377185+0000 mon.a (mon.0) 3163 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:54.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.454212+0000 mon.c (mon.1) 9055 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.456753+0000 mon.c (mon.1) 9056 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.459382+0000 mon.c (mon.1) 9057 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.146392+0000 mon.c (mon.1) 9042 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.151524+0000 mon.a (mon.0) 3160 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:54.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.197827+0000 mon.c (mon.1) 9043 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.199958+0000 mon.c (mon.1) 9044 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.202163+0000 mon.c (mon.1) 9045 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.202886+0000 mon.c (mon.1) 9046 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.208069+0000 mon.a (mon.0) 3161 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:54.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.270819+0000 mon.c (mon.1) 9047 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.273462+0000 mon.c (mon.1) 9048 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.276481+0000 mon.c (mon.1) 9049 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.277724+0000 mon.c (mon.1) 9050 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.284292+0000 mon.a (mon.0) 3162 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:54.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.363899+0000 mon.c (mon.1) 9051 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.366789+0000 mon.c (mon.1) 9052 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.369800+0000 mon.c (mon.1) 9053 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.370891+0000 mon.c (mon.1) 9054 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.377185+0000 mon.a (mon.0) 3163 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:54.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.454212+0000 mon.c (mon.1) 9055 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.456753+0000 mon.c (mon.1) 9056 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.459382+0000 mon.c (mon.1) 9057 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.460186+0000 mon.c (mon.1) 9058 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.466002+0000 mon.a (mon.0) 3164 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:54.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.544016+0000 mon.c (mon.1) 9059 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.546683+0000 mon.c (mon.1) 9060 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.549765+0000 mon.c (mon.1) 9061 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.551173+0000 mon.c (mon.1) 9062 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.560058+0000 mon.a (mon.0) 3165 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:54.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.636635+0000 mon.c (mon.1) 9063 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.638834+0000 mon.c (mon.1) 9064 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.641650+0000 mon.c (mon.1) 9065 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.642807+0000 mon.c (mon.1) 9066 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.650777+0000 mon.a (mon.0) 3166 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:54.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.694812+0000 mon.c (mon.1) 9067 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.697140+0000 mon.c (mon.1) 9068 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.699874+0000 mon.c (mon.1) 9069 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.700782+0000 mon.c (mon.1) 9070 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.709244+0000 mon.a (mon.0) 3167 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:54.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.769592+0000 mon.c (mon.1) 9071 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.772132+0000 mon.c (mon.1) 9072 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.774439+0000 mon.c (mon.1) 9073 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.460186+0000 mon.c (mon.1) 9058 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.466002+0000 mon.a (mon.0) 3164 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:54.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.544016+0000 mon.c (mon.1) 9059 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.546683+0000 mon.c (mon.1) 9060 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.549765+0000 mon.c (mon.1) 9061 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.551173+0000 mon.c (mon.1) 9062 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.560058+0000 mon.a (mon.0) 3165 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:54.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.636635+0000 mon.c (mon.1) 9063 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.638834+0000 mon.c (mon.1) 9064 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.641650+0000 mon.c (mon.1) 9065 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.642807+0000 mon.c (mon.1) 9066 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.650777+0000 mon.a (mon.0) 3166 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:54.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.694812+0000 mon.c (mon.1) 9067 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.697140+0000 mon.c (mon.1) 9068 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.699874+0000 mon.c (mon.1) 9069 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.700782+0000 mon.c (mon.1) 9070 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.709244+0000 mon.a (mon.0) 3167 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:54.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.769592+0000 mon.c (mon.1) 9071 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.772132+0000 mon.c (mon.1) 9072 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.774439+0000 mon.c (mon.1) 9073 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.775269+0000 mon.c (mon.1) 9074 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[70954]: audit 2024-03-30T04:51:53.781890+0000 mon.a (mon.0) 3168 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:54.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.775269+0000 mon.c (mon.1) 9074 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:53 smithi111 bash[73591]: audit 2024-03-30T04:51:53.781890+0000 mon.a (mon.0) 3168 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:54.136 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[91827]: logger=ngalert.state.manager t=2024-03-30T04:51:53.726067135Z level=info msg="State cache has been initialized" states=0 duration=107.013357ms 2024-03-30T04:51:54.136 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[91827]: logger=ngalert.multiorg.alertmanager t=2024-03-30T04:51:53.726147243Z level=info msg="starting MultiOrg Alertmanager" 2024-03-30T04:51:54.136 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[91827]: logger=ticker t=2024-03-30T04:51:53.726168239Z level=info msg=starting first_tick=2024-03-30T04:52:00Z 2024-03-30T04:51:54.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: cephadm 2024-03-30T04:51:51.916644+0000 mgr.y (mgr.25441) 7465 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: cephadm 2024-03-30T04:51:52.004569+0000 mgr.y (mgr.25441) 7466 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: cephadm 2024-03-30T04:51:52.097524+0000 mgr.y (mgr.25441) 7467 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: cephadm 2024-03-30T04:51:52.190575+0000 mgr.y (mgr.25441) 7468 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: cephadm 2024-03-30T04:51:52.302405+0000 mgr.y (mgr.25441) 7469 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: cephadm 2024-03-30T04:51:52.397259+0000 mgr.y (mgr.25441) 7470 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: cephadm 2024-03-30T04:51:52.487694+0000 mgr.y (mgr.25441) 7471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: cephadm 2024-03-30T04:51:52.579481+0000 mgr.y (mgr.25441) 7472 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: cephadm 2024-03-30T04:51:52.668254+0000 mgr.y (mgr.25441) 7473 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: cephadm 2024-03-30T04:51:52.738602+0000 mgr.y (mgr.25441) 7474 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: cluster 2024-03-30T04:51:52.778705+0000 mgr.y (mgr.25441) 7475 : cluster [DBG] pgmap v4861: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:54.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: cephadm 2024-03-30T04:51:52.826528+0000 mgr.y (mgr.25441) 7476 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:52.884662+0000 mon.c (mon.1) 9019 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:52.886738+0000 mon.c (mon.1) 9020 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:52.888713+0000 mon.c (mon.1) 9021 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:52.889496+0000 mon.c (mon.1) 9022 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:52.894452+0000 mon.a (mon.0) 3155 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:54.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:52.937185+0000 mon.c (mon.1) 9023 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:52.939288+0000 mon.c (mon.1) 9024 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:52.941230+0000 mon.c (mon.1) 9025 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:52.941976+0000 mon.c (mon.1) 9026 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:52.947789+0000 mon.a (mon.0) 3156 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:54.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:52.990565+0000 mon.c (mon.1) 9027 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:52.992662+0000 mon.c (mon.1) 9028 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:52.994992+0000 mon.c (mon.1) 9029 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:52.995652+0000 mon.c (mon.1) 9030 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.000389+0000 mon.a (mon.0) 3157 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:54.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.041216+0000 mon.c (mon.1) 9031 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.043070+0000 mon.c (mon.1) 9032 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.044870+0000 mon.c (mon.1) 9033 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.045526+0000 mon.c (mon.1) 9034 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.050629+0000 mon.a (mon.0) 3158 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:54.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.091640+0000 mon.c (mon.1) 9035 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.093718+0000 mon.c (mon.1) 9036 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.095635+0000 mon.c (mon.1) 9037 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.096263+0000 mon.c (mon.1) 9038 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.101043+0000 mon.a (mon.0) 3159 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:54.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.141807+0000 mon.c (mon.1) 9039 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.143707+0000 mon.c (mon.1) 9040 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.145639+0000 mon.c (mon.1) 9041 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.146392+0000 mon.c (mon.1) 9042 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.151524+0000 mon.a (mon.0) 3160 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:54.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.197827+0000 mon.c (mon.1) 9043 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.199958+0000 mon.c (mon.1) 9044 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.202163+0000 mon.c (mon.1) 9045 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.202886+0000 mon.c (mon.1) 9046 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.208069+0000 mon.a (mon.0) 3161 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:54.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.270819+0000 mon.c (mon.1) 9047 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.273462+0000 mon.c (mon.1) 9048 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.276481+0000 mon.c (mon.1) 9049 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.277724+0000 mon.c (mon.1) 9050 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.284292+0000 mon.a (mon.0) 3162 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:54.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.363899+0000 mon.c (mon.1) 9051 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.366789+0000 mon.c (mon.1) 9052 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.369800+0000 mon.c (mon.1) 9053 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.370891+0000 mon.c (mon.1) 9054 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.377185+0000 mon.a (mon.0) 3163 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:54.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.454212+0000 mon.c (mon.1) 9055 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.456753+0000 mon.c (mon.1) 9056 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.459382+0000 mon.c (mon.1) 9057 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.460186+0000 mon.c (mon.1) 9058 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.466002+0000 mon.a (mon.0) 3164 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:54.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.544016+0000 mon.c (mon.1) 9059 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.546683+0000 mon.c (mon.1) 9060 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.549765+0000 mon.c (mon.1) 9061 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.551173+0000 mon.c (mon.1) 9062 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.560058+0000 mon.a (mon.0) 3165 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:54.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.636635+0000 mon.c (mon.1) 9063 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.638834+0000 mon.c (mon.1) 9064 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.641650+0000 mon.c (mon.1) 9065 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.642807+0000 mon.c (mon.1) 9066 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.650777+0000 mon.a (mon.0) 3166 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:54.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.694812+0000 mon.c (mon.1) 9067 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.697140+0000 mon.c (mon.1) 9068 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.143 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.699874+0000 mon.c (mon.1) 9069 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.700782+0000 mon.c (mon.1) 9070 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.709244+0000 mon.a (mon.0) 3167 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:54.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.769592+0000 mon.c (mon.1) 9071 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.772132+0000 mon.c (mon.1) 9072 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.774439+0000 mon.c (mon.1) 9073 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.775269+0000 mon.c (mon.1) 9074 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.144 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:53 smithi117 bash[62284]: audit 2024-03-30T04:51:53.781890+0000 mon.a (mon.0) 3168 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:55.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: cephadm 2024-03-30T04:51:52.895361+0000 mgr.y (mgr.25441) 7477 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: cephadm 2024-03-30T04:51:52.948646+0000 mgr.y (mgr.25441) 7478 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: cephadm 2024-03-30T04:51:53.000944+0000 mgr.y (mgr.25441) 7479 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: cephadm 2024-03-30T04:51:53.051204+0000 mgr.y (mgr.25441) 7480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: cephadm 2024-03-30T04:51:53.101580+0000 mgr.y (mgr.25441) 7481 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: cephadm 2024-03-30T04:51:53.152139+0000 mgr.y (mgr.25441) 7482 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: cephadm 2024-03-30T04:51:53.209118+0000 mgr.y (mgr.25441) 7483 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: cephadm 2024-03-30T04:51:53.287513+0000 mgr.y (mgr.25441) 7484 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: cephadm 2024-03-30T04:51:53.379191+0000 mgr.y (mgr.25441) 7485 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: cephadm 2024-03-30T04:51:53.467734+0000 mgr.y (mgr.25441) 7486 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: cephadm 2024-03-30T04:51:53.561305+0000 mgr.y (mgr.25441) 7487 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: cephadm 2024-03-30T04:51:53.651883+0000 mgr.y (mgr.25441) 7488 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: cephadm 2024-03-30T04:51:53.709967+0000 mgr.y (mgr.25441) 7489 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: cephadm 2024-03-30T04:51:53.783052+0000 mgr.y (mgr.25441) 7490 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:53.862551+0000 mon.c (mon.1) 9075 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:53.867971+0000 mon.c (mon.1) 9076 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:53.870244+0000 mon.c (mon.1) 9077 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:53.871114+0000 mon.c (mon.1) 9078 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:53.876737+0000 mon.a (mon.0) 3169 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:55.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:53.939337+0000 mon.c (mon.1) 9079 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:53.941782+0000 mon.c (mon.1) 9080 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:53.943926+0000 mon.c (mon.1) 9081 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:53.945102+0000 mon.c (mon.1) 9082 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:53.951622+0000 mon.a (mon.0) 3170 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:55.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.029445+0000 mon.c (mon.1) 9083 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.032557+0000 mon.c (mon.1) 9084 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.036467+0000 mon.c (mon.1) 9085 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.037904+0000 mon.c (mon.1) 9086 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.045491+0000 mon.a (mon.0) 3171 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:55.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.126066+0000 mon.c (mon.1) 9087 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.128732+0000 mon.c (mon.1) 9088 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.131560+0000 mon.c (mon.1) 9089 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.132451+0000 mon.c (mon.1) 9090 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.139773+0000 mon.a (mon.0) 3172 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:55.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.223689+0000 mon.c (mon.1) 9091 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.226284+0000 mon.c (mon.1) 9092 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.228935+0000 mon.c (mon.1) 9093 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.229857+0000 mon.c (mon.1) 9094 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.238371+0000 mon.a (mon.0) 3173 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:55.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.321883+0000 mon.c (mon.1) 9095 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.325492+0000 mon.c (mon.1) 9096 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.329371+0000 mon.c (mon.1) 9097 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.330617+0000 mon.c (mon.1) 9098 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.337481+0000 mon.a (mon.0) 3174 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:55.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.413648+0000 mon.c (mon.1) 9099 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.416123+0000 mon.c (mon.1) 9100 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.419112+0000 mon.c (mon.1) 9101 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.419973+0000 mon.c (mon.1) 9102 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.425910+0000 mon.a (mon.0) 3175 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:55.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.503563+0000 mon.c (mon.1) 9103 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.505951+0000 mon.c (mon.1) 9104 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.508289+0000 mon.c (mon.1) 9105 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.509152+0000 mon.c (mon.1) 9106 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.515418+0000 mon.a (mon.0) 3176 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:55.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.595326+0000 mon.c (mon.1) 9107 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.598340+0000 mon.c (mon.1) 9108 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.601028+0000 mon.c (mon.1) 9109 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.602164+0000 mon.c (mon.1) 9110 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.609979+0000 mon.a (mon.0) 3177 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:55.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.686958+0000 mon.c (mon.1) 9111 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.689692+0000 mon.c (mon.1) 9112 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.691856+0000 mon.c (mon.1) 9113 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.692606+0000 mon.c (mon.1) 9114 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.698916+0000 mon.a (mon.0) 3178 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:55.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.775299+0000 mon.c (mon.1) 9115 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.778331+0000 mon.c (mon.1) 9116 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.781170+0000 mon.c (mon.1) 9117 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.782276+0000 mon.c (mon.1) 9118 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[73591]: audit 2024-03-30T04:51:54.788717+0000 mon.a (mon.0) 3179 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:55.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: cephadm 2024-03-30T04:51:52.895361+0000 mgr.y (mgr.25441) 7477 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: cephadm 2024-03-30T04:51:52.948646+0000 mgr.y (mgr.25441) 7478 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: cephadm 2024-03-30T04:51:53.000944+0000 mgr.y (mgr.25441) 7479 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: cephadm 2024-03-30T04:51:53.051204+0000 mgr.y (mgr.25441) 7480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: cephadm 2024-03-30T04:51:53.101580+0000 mgr.y (mgr.25441) 7481 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: cephadm 2024-03-30T04:51:53.152139+0000 mgr.y (mgr.25441) 7482 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: cephadm 2024-03-30T04:51:53.209118+0000 mgr.y (mgr.25441) 7483 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: cephadm 2024-03-30T04:51:53.287513+0000 mgr.y (mgr.25441) 7484 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: cephadm 2024-03-30T04:51:53.379191+0000 mgr.y (mgr.25441) 7485 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: cephadm 2024-03-30T04:51:53.467734+0000 mgr.y (mgr.25441) 7486 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: cephadm 2024-03-30T04:51:53.561305+0000 mgr.y (mgr.25441) 7487 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: cephadm 2024-03-30T04:51:53.651883+0000 mgr.y (mgr.25441) 7488 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: cephadm 2024-03-30T04:51:53.709967+0000 mgr.y (mgr.25441) 7489 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: cephadm 2024-03-30T04:51:53.783052+0000 mgr.y (mgr.25441) 7490 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:53.862551+0000 mon.c (mon.1) 9075 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:53.867971+0000 mon.c (mon.1) 9076 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:53.870244+0000 mon.c (mon.1) 9077 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:53.871114+0000 mon.c (mon.1) 9078 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:53.876737+0000 mon.a (mon.0) 3169 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:55.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:53.939337+0000 mon.c (mon.1) 9079 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:53.941782+0000 mon.c (mon.1) 9080 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:53.943926+0000 mon.c (mon.1) 9081 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:53.945102+0000 mon.c (mon.1) 9082 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:53.951622+0000 mon.a (mon.0) 3170 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:55.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.029445+0000 mon.c (mon.1) 9083 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.032557+0000 mon.c (mon.1) 9084 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.036467+0000 mon.c (mon.1) 9085 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.037904+0000 mon.c (mon.1) 9086 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.045491+0000 mon.a (mon.0) 3171 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:55.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.126066+0000 mon.c (mon.1) 9087 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.128732+0000 mon.c (mon.1) 9088 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.131560+0000 mon.c (mon.1) 9089 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.132451+0000 mon.c (mon.1) 9090 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.139773+0000 mon.a (mon.0) 3172 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:55.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.223689+0000 mon.c (mon.1) 9091 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.226284+0000 mon.c (mon.1) 9092 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.228935+0000 mon.c (mon.1) 9093 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.229857+0000 mon.c (mon.1) 9094 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.238371+0000 mon.a (mon.0) 3173 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:55.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.321883+0000 mon.c (mon.1) 9095 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.325492+0000 mon.c (mon.1) 9096 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.329371+0000 mon.c (mon.1) 9097 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.330617+0000 mon.c (mon.1) 9098 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.337481+0000 mon.a (mon.0) 3174 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:55.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.413648+0000 mon.c (mon.1) 9099 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.416123+0000 mon.c (mon.1) 9100 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.419112+0000 mon.c (mon.1) 9101 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.419973+0000 mon.c (mon.1) 9102 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.425910+0000 mon.a (mon.0) 3175 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:55.132 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.503563+0000 mon.c (mon.1) 9103 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.505951+0000 mon.c (mon.1) 9104 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.508289+0000 mon.c (mon.1) 9105 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.509152+0000 mon.c (mon.1) 9106 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.515418+0000 mon.a (mon.0) 3176 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:55.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.595326+0000 mon.c (mon.1) 9107 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.598340+0000 mon.c (mon.1) 9108 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.601028+0000 mon.c (mon.1) 9109 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.602164+0000 mon.c (mon.1) 9110 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.609979+0000 mon.a (mon.0) 3177 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:55.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.686958+0000 mon.c (mon.1) 9111 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.689692+0000 mon.c (mon.1) 9112 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.133 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.691856+0000 mon.c (mon.1) 9113 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.692606+0000 mon.c (mon.1) 9114 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.698916+0000 mon.a (mon.0) 3178 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:55.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.775299+0000 mon.c (mon.1) 9115 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.778331+0000 mon.c (mon.1) 9116 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.781170+0000 mon.c (mon.1) 9117 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.782276+0000 mon.c (mon.1) 9118 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.134 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:54 smithi111 bash[70954]: audit 2024-03-30T04:51:54.788717+0000 mon.a (mon.0) 3179 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:55.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: cephadm 2024-03-30T04:51:52.895361+0000 mgr.y (mgr.25441) 7477 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: cephadm 2024-03-30T04:51:52.948646+0000 mgr.y (mgr.25441) 7478 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: cephadm 2024-03-30T04:51:53.000944+0000 mgr.y (mgr.25441) 7479 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: cephadm 2024-03-30T04:51:53.051204+0000 mgr.y (mgr.25441) 7480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: cephadm 2024-03-30T04:51:53.101580+0000 mgr.y (mgr.25441) 7481 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: cephadm 2024-03-30T04:51:53.152139+0000 mgr.y (mgr.25441) 7482 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: cephadm 2024-03-30T04:51:53.209118+0000 mgr.y (mgr.25441) 7483 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: cephadm 2024-03-30T04:51:53.287513+0000 mgr.y (mgr.25441) 7484 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: cephadm 2024-03-30T04:51:53.379191+0000 mgr.y (mgr.25441) 7485 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: cephadm 2024-03-30T04:51:53.467734+0000 mgr.y (mgr.25441) 7486 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: cephadm 2024-03-30T04:51:53.561305+0000 mgr.y (mgr.25441) 7487 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: cephadm 2024-03-30T04:51:53.651883+0000 mgr.y (mgr.25441) 7488 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: cephadm 2024-03-30T04:51:53.709967+0000 mgr.y (mgr.25441) 7489 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: cephadm 2024-03-30T04:51:53.783052+0000 mgr.y (mgr.25441) 7490 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:53.862551+0000 mon.c (mon.1) 9075 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:53.867971+0000 mon.c (mon.1) 9076 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:53.870244+0000 mon.c (mon.1) 9077 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:53.871114+0000 mon.c (mon.1) 9078 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:53.876737+0000 mon.a (mon.0) 3169 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:55.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:53.939337+0000 mon.c (mon.1) 9079 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:53.941782+0000 mon.c (mon.1) 9080 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:53.943926+0000 mon.c (mon.1) 9081 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:53.945102+0000 mon.c (mon.1) 9082 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:53.951622+0000 mon.a (mon.0) 3170 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:55.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.029445+0000 mon.c (mon.1) 9083 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.032557+0000 mon.c (mon.1) 9084 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.036467+0000 mon.c (mon.1) 9085 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.037904+0000 mon.c (mon.1) 9086 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.045491+0000 mon.a (mon.0) 3171 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:55.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.126066+0000 mon.c (mon.1) 9087 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.128732+0000 mon.c (mon.1) 9088 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.131560+0000 mon.c (mon.1) 9089 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.132451+0000 mon.c (mon.1) 9090 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.139773+0000 mon.a (mon.0) 3172 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:55.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.223689+0000 mon.c (mon.1) 9091 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.226284+0000 mon.c (mon.1) 9092 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.228935+0000 mon.c (mon.1) 9093 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.229857+0000 mon.c (mon.1) 9094 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.238371+0000 mon.a (mon.0) 3173 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:55.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.321883+0000 mon.c (mon.1) 9095 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.325492+0000 mon.c (mon.1) 9096 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.329371+0000 mon.c (mon.1) 9097 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.330617+0000 mon.c (mon.1) 9098 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.337481+0000 mon.a (mon.0) 3174 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:55.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.413648+0000 mon.c (mon.1) 9099 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.416123+0000 mon.c (mon.1) 9100 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.419112+0000 mon.c (mon.1) 9101 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.419973+0000 mon.c (mon.1) 9102 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.425910+0000 mon.a (mon.0) 3175 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:55.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.503563+0000 mon.c (mon.1) 9103 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.505951+0000 mon.c (mon.1) 9104 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.508289+0000 mon.c (mon.1) 9105 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.509152+0000 mon.c (mon.1) 9106 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.515418+0000 mon.a (mon.0) 3176 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:55.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.595326+0000 mon.c (mon.1) 9107 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.598340+0000 mon.c (mon.1) 9108 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.601028+0000 mon.c (mon.1) 9109 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.602164+0000 mon.c (mon.1) 9110 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.609979+0000 mon.a (mon.0) 3177 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:55.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.686958+0000 mon.c (mon.1) 9111 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.689692+0000 mon.c (mon.1) 9112 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.691856+0000 mon.c (mon.1) 9113 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.692606+0000 mon.c (mon.1) 9114 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.698916+0000 mon.a (mon.0) 3178 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:55.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.775299+0000 mon.c (mon.1) 9115 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.778331+0000 mon.c (mon.1) 9116 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.781170+0000 mon.c (mon.1) 9117 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.782276+0000 mon.c (mon.1) 9118 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.142 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:54 smithi117 bash[62284]: audit 2024-03-30T04:51:54.788717+0000 mon.a (mon.0) 3179 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:56.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: cephadm 2024-03-30T04:51:53.877990+0000 mgr.y (mgr.25441) 7491 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: cephadm 2024-03-30T04:51:53.952338+0000 mgr.y (mgr.25441) 7492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: cephadm 2024-03-30T04:51:54.047929+0000 mgr.y (mgr.25441) 7493 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: cephadm 2024-03-30T04:51:54.140456+0000 mgr.y (mgr.25441) 7494 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: cephadm 2024-03-30T04:51:54.239860+0000 mgr.y (mgr.25441) 7495 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: cephadm 2024-03-30T04:51:54.340025+0000 mgr.y (mgr.25441) 7496 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: cephadm 2024-03-30T04:51:54.427015+0000 mgr.y (mgr.25441) 7497 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: cephadm 2024-03-30T04:51:54.518290+0000 mgr.y (mgr.25441) 7498 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: cephadm 2024-03-30T04:51:54.610717+0000 mgr.y (mgr.25441) 7499 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: cephadm 2024-03-30T04:51:54.699820+0000 mgr.y (mgr.25441) 7500 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: cluster 2024-03-30T04:51:54.779737+0000 mgr.y (mgr.25441) 7501 : cluster [DBG] pgmap v4862: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:56.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: cephadm 2024-03-30T04:51:54.792039+0000 mgr.y (mgr.25441) 7502 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:54.888343+0000 mon.c (mon.1) 9119 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:54.892613+0000 mon.c (mon.1) 9120 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:54.895458+0000 mon.c (mon.1) 9121 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:54.896475+0000 mon.c (mon.1) 9122 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:54.904857+0000 mon.a (mon.0) 3180 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:56.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:54.983653+0000 mon.c (mon.1) 9123 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:54.986766+0000 mon.c (mon.1) 9124 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:54.990597+0000 mon.c (mon.1) 9125 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: cephadm 2024-03-30T04:51:53.877990+0000 mgr.y (mgr.25441) 7491 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: cephadm 2024-03-30T04:51:53.952338+0000 mgr.y (mgr.25441) 7492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: cephadm 2024-03-30T04:51:54.047929+0000 mgr.y (mgr.25441) 7493 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: cephadm 2024-03-30T04:51:54.140456+0000 mgr.y (mgr.25441) 7494 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: cephadm 2024-03-30T04:51:54.239860+0000 mgr.y (mgr.25441) 7495 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: cephadm 2024-03-30T04:51:54.340025+0000 mgr.y (mgr.25441) 7496 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: cephadm 2024-03-30T04:51:54.427015+0000 mgr.y (mgr.25441) 7497 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: cephadm 2024-03-30T04:51:54.518290+0000 mgr.y (mgr.25441) 7498 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: cephadm 2024-03-30T04:51:54.610717+0000 mgr.y (mgr.25441) 7499 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: cephadm 2024-03-30T04:51:54.699820+0000 mgr.y (mgr.25441) 7500 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: cluster 2024-03-30T04:51:54.779737+0000 mgr.y (mgr.25441) 7501 : cluster [DBG] pgmap v4862: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:56.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: cephadm 2024-03-30T04:51:54.792039+0000 mgr.y (mgr.25441) 7502 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:54.888343+0000 mon.c (mon.1) 9119 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:54.892613+0000 mon.c (mon.1) 9120 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:54.895458+0000 mon.c (mon.1) 9121 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:54.896475+0000 mon.c (mon.1) 9122 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:54.904857+0000 mon.a (mon.0) 3180 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:56.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:54.983653+0000 mon.c (mon.1) 9123 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:54.986766+0000 mon.c (mon.1) 9124 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:54.990597+0000 mon.c (mon.1) 9125 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:54.991988+0000 mon.c (mon.1) 9126 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:55.003093+0000 mon.a (mon.0) 3181 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:56.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:55.078204+0000 mon.c (mon.1) 9127 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:55.082988+0000 mon.c (mon.1) 9128 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:55.086537+0000 mon.c (mon.1) 9129 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:55.087548+0000 mon.c (mon.1) 9130 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:55.097726+0000 mon.a (mon.0) 3182 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:56.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:55.186292+0000 mon.c (mon.1) 9131 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:55.191023+0000 mon.c (mon.1) 9132 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:55.195163+0000 mon.c (mon.1) 9133 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:55.196814+0000 mon.c (mon.1) 9134 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:55.209192+0000 mon.a (mon.0) 3183 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:56.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:55.300309+0000 mon.c (mon.1) 9135 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:55.305335+0000 mon.c (mon.1) 9136 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:55.309193+0000 mon.c (mon.1) 9137 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:55.310907+0000 mon.c (mon.1) 9138 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:55.322938+0000 mon.a (mon.0) 3184 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:56.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:55.414518+0000 mon.c (mon.1) 9139 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:55.419063+0000 mon.c (mon.1) 9140 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:55.423349+0000 mon.c (mon.1) 9141 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:54.991988+0000 mon.c (mon.1) 9126 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:55.003093+0000 mon.a (mon.0) 3181 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:56.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:55.078204+0000 mon.c (mon.1) 9127 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:55.082988+0000 mon.c (mon.1) 9128 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:55.086537+0000 mon.c (mon.1) 9129 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:55.087548+0000 mon.c (mon.1) 9130 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:55.097726+0000 mon.a (mon.0) 3182 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:56.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:55.186292+0000 mon.c (mon.1) 9131 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:55.191023+0000 mon.c (mon.1) 9132 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:55.195163+0000 mon.c (mon.1) 9133 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:55.196814+0000 mon.c (mon.1) 9134 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:55.209192+0000 mon.a (mon.0) 3183 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:56.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:55.300309+0000 mon.c (mon.1) 9135 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:55.305335+0000 mon.c (mon.1) 9136 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:55.309193+0000 mon.c (mon.1) 9137 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:55.310907+0000 mon.c (mon.1) 9138 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:55.322938+0000 mon.a (mon.0) 3184 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:56.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:55.414518+0000 mon.c (mon.1) 9139 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:55.419063+0000 mon.c (mon.1) 9140 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:55.423349+0000 mon.c (mon.1) 9141 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:55.424914+0000 mon.c (mon.1) 9142 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:55.437106+0000 mon.a (mon.0) 3185 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:56.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:55.529187+0000 mon.c (mon.1) 9143 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:55.534112+0000 mon.c (mon.1) 9144 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:55.538541+0000 mon.c (mon.1) 9145 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:55.540077+0000 mon.c (mon.1) 9146 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:55.548233+0000 mon.a (mon.0) 3186 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:56.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:55.640964+0000 mon.c (mon.1) 9147 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:55.645579+0000 mon.c (mon.1) 9148 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:55.649959+0000 mon.c (mon.1) 9149 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:55.651196+0000 mon.c (mon.1) 9150 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:55.660379+0000 mon.a (mon.0) 3187 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:56.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:55.749629+0000 mon.c (mon.1) 9151 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:55.753046+0000 mon.c (mon.1) 9152 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:55.756319+0000 mon.c (mon.1) 9153 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:55.757598+0000 mon.c (mon.1) 9154 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:55.766806+0000 mon.a (mon.0) 3188 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:56.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:55.842505+0000 mon.c (mon.1) 9155 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:55.845117+0000 mon.c (mon.1) 9156 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:55.847831+0000 mon.c (mon.1) 9157 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:55.424914+0000 mon.c (mon.1) 9142 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:55.437106+0000 mon.a (mon.0) 3185 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:56.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:55.529187+0000 mon.c (mon.1) 9143 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:55.534112+0000 mon.c (mon.1) 9144 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:55.538541+0000 mon.c (mon.1) 9145 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:55.540077+0000 mon.c (mon.1) 9146 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:55.548233+0000 mon.a (mon.0) 3186 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:56.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:55.640964+0000 mon.c (mon.1) 9147 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:55.645579+0000 mon.c (mon.1) 9148 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:55.649959+0000 mon.c (mon.1) 9149 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:55.651196+0000 mon.c (mon.1) 9150 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:55.660379+0000 mon.a (mon.0) 3187 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:56.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:55.749629+0000 mon.c (mon.1) 9151 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:55.753046+0000 mon.c (mon.1) 9152 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:55.756319+0000 mon.c (mon.1) 9153 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:55.757598+0000 mon.c (mon.1) 9154 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:55.766806+0000 mon.a (mon.0) 3188 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:56.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:55.842505+0000 mon.c (mon.1) 9155 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:55.845117+0000 mon.c (mon.1) 9156 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:55.847831+0000 mon.c (mon.1) 9157 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.129 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[73591]: audit 2024-03-30T04:51:55.848853+0000 mon.c (mon.1) 9158 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:55 smithi111 bash[70954]: audit 2024-03-30T04:51:55.848853+0000 mon.c (mon.1) 9158 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: cephadm 2024-03-30T04:51:53.877990+0000 mgr.y (mgr.25441) 7491 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: cephadm 2024-03-30T04:51:53.952338+0000 mgr.y (mgr.25441) 7492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: cephadm 2024-03-30T04:51:54.047929+0000 mgr.y (mgr.25441) 7493 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: cephadm 2024-03-30T04:51:54.140456+0000 mgr.y (mgr.25441) 7494 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: cephadm 2024-03-30T04:51:54.239860+0000 mgr.y (mgr.25441) 7495 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: cephadm 2024-03-30T04:51:54.340025+0000 mgr.y (mgr.25441) 7496 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: cephadm 2024-03-30T04:51:54.427015+0000 mgr.y (mgr.25441) 7497 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: cephadm 2024-03-30T04:51:54.518290+0000 mgr.y (mgr.25441) 7498 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: cephadm 2024-03-30T04:51:54.610717+0000 mgr.y (mgr.25441) 7499 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: cephadm 2024-03-30T04:51:54.699820+0000 mgr.y (mgr.25441) 7500 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: cluster 2024-03-30T04:51:54.779737+0000 mgr.y (mgr.25441) 7501 : cluster [DBG] pgmap v4862: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:56.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: cephadm 2024-03-30T04:51:54.792039+0000 mgr.y (mgr.25441) 7502 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:54.888343+0000 mon.c (mon.1) 9119 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:54.892613+0000 mon.c (mon.1) 9120 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:54.895458+0000 mon.c (mon.1) 9121 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:54.896475+0000 mon.c (mon.1) 9122 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:54.904857+0000 mon.a (mon.0) 3180 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:56.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:54.983653+0000 mon.c (mon.1) 9123 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:54.986766+0000 mon.c (mon.1) 9124 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:54.990597+0000 mon.c (mon.1) 9125 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:54.991988+0000 mon.c (mon.1) 9126 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:55.003093+0000 mon.a (mon.0) 3181 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:56.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:55.078204+0000 mon.c (mon.1) 9127 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:55.082988+0000 mon.c (mon.1) 9128 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:55.086537+0000 mon.c (mon.1) 9129 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:55.087548+0000 mon.c (mon.1) 9130 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:55.097726+0000 mon.a (mon.0) 3182 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:56.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:55.186292+0000 mon.c (mon.1) 9131 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:55.191023+0000 mon.c (mon.1) 9132 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:55.195163+0000 mon.c (mon.1) 9133 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:55.196814+0000 mon.c (mon.1) 9134 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:55.209192+0000 mon.a (mon.0) 3183 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:56.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:55.300309+0000 mon.c (mon.1) 9135 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:55.305335+0000 mon.c (mon.1) 9136 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:55.309193+0000 mon.c (mon.1) 9137 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:55.310907+0000 mon.c (mon.1) 9138 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:55.322938+0000 mon.a (mon.0) 3184 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:56.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:55.414518+0000 mon.c (mon.1) 9139 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:55.419063+0000 mon.c (mon.1) 9140 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:55.423349+0000 mon.c (mon.1) 9141 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:55.424914+0000 mon.c (mon.1) 9142 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:55.437106+0000 mon.a (mon.0) 3185 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:56.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:55.529187+0000 mon.c (mon.1) 9143 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:55.534112+0000 mon.c (mon.1) 9144 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:55.538541+0000 mon.c (mon.1) 9145 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:55.540077+0000 mon.c (mon.1) 9146 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:55.548233+0000 mon.a (mon.0) 3186 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:56.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:55.640964+0000 mon.c (mon.1) 9147 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:55.645579+0000 mon.c (mon.1) 9148 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:55.649959+0000 mon.c (mon.1) 9149 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:55.651196+0000 mon.c (mon.1) 9150 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:55.660379+0000 mon.a (mon.0) 3187 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:56.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:55.749629+0000 mon.c (mon.1) 9151 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:55.753046+0000 mon.c (mon.1) 9152 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:55.756319+0000 mon.c (mon.1) 9153 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:55.757598+0000 mon.c (mon.1) 9154 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:55.766806+0000 mon.a (mon.0) 3188 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:56.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:55.842505+0000 mon.c (mon.1) 9155 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:55.845117+0000 mon.c (mon.1) 9156 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:55.847831+0000 mon.c (mon.1) 9157 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:55 smithi117 bash[62284]: audit 2024-03-30T04:51:55.848853+0000 mon.c (mon.1) 9158 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.853 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:51:56] "GET /metrics HTTP/1.1" 200 38698 "" "Prometheus/2.43.0" 2024-03-30T04:51:57.117 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: cephadm 2024-03-30T04:51:54.905677+0000 mgr.y (mgr.25441) 7503 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: cephadm 2024-03-30T04:51:55.004105+0000 mgr.y (mgr.25441) 7504 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: cephadm 2024-03-30T04:51:55.098614+0000 mgr.y (mgr.25441) 7505 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: cephadm 2024-03-30T04:51:55.210792+0000 mgr.y (mgr.25441) 7506 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: cephadm 2024-03-30T04:51:55.324274+0000 mgr.y (mgr.25441) 7507 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: cephadm 2024-03-30T04:51:55.438301+0000 mgr.y (mgr.25441) 7508 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: cephadm 2024-03-30T04:51:55.551974+0000 mgr.y (mgr.25441) 7509 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: cephadm 2024-03-30T04:51:55.661666+0000 mgr.y (mgr.25441) 7510 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: cephadm 2024-03-30T04:51:55.767652+0000 mgr.y (mgr.25441) 7511 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:55.873210+0000 mon.a (mon.0) 3189 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:57.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:55.949079+0000 mon.c (mon.1) 9159 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:55.951354+0000 mon.c (mon.1) 9160 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:55.954009+0000 mon.c (mon.1) 9161 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:55.954709+0000 mon.c (mon.1) 9162 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:55.962869+0000 mon.a (mon.0) 3190 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:57.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:56.040065+0000 mon.c (mon.1) 9163 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:56.042560+0000 mon.c (mon.1) 9164 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:56.046107+0000 mon.c (mon.1) 9165 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:56.046935+0000 mon.c (mon.1) 9166 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:56.054815+0000 mon.a (mon.0) 3191 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:57.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:56.131631+0000 mon.c (mon.1) 9167 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: cephadm 2024-03-30T04:51:54.905677+0000 mgr.y (mgr.25441) 7503 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: cephadm 2024-03-30T04:51:55.004105+0000 mgr.y (mgr.25441) 7504 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: cephadm 2024-03-30T04:51:55.098614+0000 mgr.y (mgr.25441) 7505 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: cephadm 2024-03-30T04:51:55.210792+0000 mgr.y (mgr.25441) 7506 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: cephadm 2024-03-30T04:51:55.324274+0000 mgr.y (mgr.25441) 7507 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: cephadm 2024-03-30T04:51:55.438301+0000 mgr.y (mgr.25441) 7508 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: cephadm 2024-03-30T04:51:55.551974+0000 mgr.y (mgr.25441) 7509 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: cephadm 2024-03-30T04:51:55.661666+0000 mgr.y (mgr.25441) 7510 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: cephadm 2024-03-30T04:51:55.767652+0000 mgr.y (mgr.25441) 7511 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:55.873210+0000 mon.a (mon.0) 3189 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:57.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:55.949079+0000 mon.c (mon.1) 9159 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:55.951354+0000 mon.c (mon.1) 9160 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:55.954009+0000 mon.c (mon.1) 9161 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:55.954709+0000 mon.c (mon.1) 9162 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:55.962869+0000 mon.a (mon.0) 3190 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:57.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:56.040065+0000 mon.c (mon.1) 9163 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:56.042560+0000 mon.c (mon.1) 9164 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:56.046107+0000 mon.c (mon.1) 9165 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:56.046935+0000 mon.c (mon.1) 9166 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:56.054815+0000 mon.a (mon.0) 3191 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:57.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:56.131631+0000 mon.c (mon.1) 9167 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:56.134483+0000 mon.c (mon.1) 9168 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:56.137556+0000 mon.c (mon.1) 9169 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:56.138606+0000 mon.c (mon.1) 9170 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:56.146571+0000 mon.a (mon.0) 3192 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:57.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:56.237614+0000 mon.c (mon.1) 9171 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:56.242160+0000 mon.c (mon.1) 9172 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:56.245474+0000 mon.c (mon.1) 9173 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:56.246567+0000 mon.c (mon.1) 9174 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:56.258853+0000 mon.a (mon.0) 3193 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:57.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:56.340562+0000 mon.c (mon.1) 9175 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:56.343760+0000 mon.c (mon.1) 9176 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:56.347592+0000 mon.c (mon.1) 9177 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:56.349041+0000 mon.c (mon.1) 9178 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:56.358987+0000 mon.a (mon.0) 3194 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:57.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:56.450675+0000 mon.c (mon.1) 9179 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:56.455606+0000 mon.c (mon.1) 9180 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:56.462518+0000 mon.c (mon.1) 9181 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:56.463846+0000 mon.c (mon.1) 9182 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:56.473988+0000 mon.a (mon.0) 3195 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:57.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:56.548632+0000 mon.c (mon.1) 9183 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:56.551019+0000 mon.c (mon.1) 9184 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:56.554485+0000 mon.c (mon.1) 9185 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:56.555405+0000 mon.c (mon.1) 9186 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:56.562965+0000 mon.a (mon.0) 3196 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:57.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:56.652419+0000 mon.c (mon.1) 9187 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:56.656997+0000 mon.c (mon.1) 9188 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:56.660265+0000 mon.c (mon.1) 9189 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:56.661400+0000 mon.c (mon.1) 9190 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:56.670840+0000 mon.a (mon.0) 3197 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:57.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:56.759681+0000 mon.c (mon.1) 9191 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:56.763774+0000 mon.c (mon.1) 9192 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:56.767171+0000 mon.c (mon.1) 9193 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:56.768480+0000 mon.c (mon.1) 9194 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[70954]: audit 2024-03-30T04:51:56.778248+0000 mon.a (mon.0) 3198 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:57.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:56.134483+0000 mon.c (mon.1) 9168 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:56.137556+0000 mon.c (mon.1) 9169 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:56.138606+0000 mon.c (mon.1) 9170 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:56.146571+0000 mon.a (mon.0) 3192 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:57.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:56.237614+0000 mon.c (mon.1) 9171 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:56.242160+0000 mon.c (mon.1) 9172 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:56.245474+0000 mon.c (mon.1) 9173 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:56.246567+0000 mon.c (mon.1) 9174 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:56.258853+0000 mon.a (mon.0) 3193 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:57.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:56.340562+0000 mon.c (mon.1) 9175 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:56.343760+0000 mon.c (mon.1) 9176 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:56.347592+0000 mon.c (mon.1) 9177 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:56.349041+0000 mon.c (mon.1) 9178 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:56.358987+0000 mon.a (mon.0) 3194 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:57.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:56.450675+0000 mon.c (mon.1) 9179 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:56.455606+0000 mon.c (mon.1) 9180 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:56.462518+0000 mon.c (mon.1) 9181 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:56.463846+0000 mon.c (mon.1) 9182 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:56.473988+0000 mon.a (mon.0) 3195 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:57.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:56.548632+0000 mon.c (mon.1) 9183 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:56.551019+0000 mon.c (mon.1) 9184 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:56.554485+0000 mon.c (mon.1) 9185 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:56.555405+0000 mon.c (mon.1) 9186 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:56.562965+0000 mon.a (mon.0) 3196 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:57.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:56.652419+0000 mon.c (mon.1) 9187 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:56.656997+0000 mon.c (mon.1) 9188 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:56.660265+0000 mon.c (mon.1) 9189 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:56.661400+0000 mon.c (mon.1) 9190 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:56.670840+0000 mon.a (mon.0) 3197 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:57.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:56.759681+0000 mon.c (mon.1) 9191 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:56.763774+0000 mon.c (mon.1) 9192 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:56.767171+0000 mon.c (mon.1) 9193 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:56.768480+0000 mon.c (mon.1) 9194 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:56 smithi111 bash[73591]: audit 2024-03-30T04:51:56.778248+0000 mon.a (mon.0) 3198 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:57.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: cephadm 2024-03-30T04:51:54.905677+0000 mgr.y (mgr.25441) 7503 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: cephadm 2024-03-30T04:51:55.004105+0000 mgr.y (mgr.25441) 7504 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: cephadm 2024-03-30T04:51:55.098614+0000 mgr.y (mgr.25441) 7505 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: cephadm 2024-03-30T04:51:55.210792+0000 mgr.y (mgr.25441) 7506 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: cephadm 2024-03-30T04:51:55.324274+0000 mgr.y (mgr.25441) 7507 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: cephadm 2024-03-30T04:51:55.438301+0000 mgr.y (mgr.25441) 7508 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: cephadm 2024-03-30T04:51:55.551974+0000 mgr.y (mgr.25441) 7509 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: cephadm 2024-03-30T04:51:55.661666+0000 mgr.y (mgr.25441) 7510 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: cephadm 2024-03-30T04:51:55.767652+0000 mgr.y (mgr.25441) 7511 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:55.873210+0000 mon.a (mon.0) 3189 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:57.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:55.949079+0000 mon.c (mon.1) 9159 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:55.951354+0000 mon.c (mon.1) 9160 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:55.954009+0000 mon.c (mon.1) 9161 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:55.954709+0000 mon.c (mon.1) 9162 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:55.962869+0000 mon.a (mon.0) 3190 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:57.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:56.040065+0000 mon.c (mon.1) 9163 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:56.042560+0000 mon.c (mon.1) 9164 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:56.046107+0000 mon.c (mon.1) 9165 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:56.046935+0000 mon.c (mon.1) 9166 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:56.054815+0000 mon.a (mon.0) 3191 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:57.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:56.131631+0000 mon.c (mon.1) 9167 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:56.134483+0000 mon.c (mon.1) 9168 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:56.137556+0000 mon.c (mon.1) 9169 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:56.138606+0000 mon.c (mon.1) 9170 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:56.146571+0000 mon.a (mon.0) 3192 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:57.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:56.237614+0000 mon.c (mon.1) 9171 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:56.242160+0000 mon.c (mon.1) 9172 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:56.245474+0000 mon.c (mon.1) 9173 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:56.246567+0000 mon.c (mon.1) 9174 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:56.258853+0000 mon.a (mon.0) 3193 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:57.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:56.340562+0000 mon.c (mon.1) 9175 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:56.343760+0000 mon.c (mon.1) 9176 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:56.347592+0000 mon.c (mon.1) 9177 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:56.349041+0000 mon.c (mon.1) 9178 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:56.358987+0000 mon.a (mon.0) 3194 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:57.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:56.450675+0000 mon.c (mon.1) 9179 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:56.455606+0000 mon.c (mon.1) 9180 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:56.462518+0000 mon.c (mon.1) 9181 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:56.463846+0000 mon.c (mon.1) 9182 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:56.473988+0000 mon.a (mon.0) 3195 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:57.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:56.548632+0000 mon.c (mon.1) 9183 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:56.551019+0000 mon.c (mon.1) 9184 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:56.554485+0000 mon.c (mon.1) 9185 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:56.555405+0000 mon.c (mon.1) 9186 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:56.562965+0000 mon.a (mon.0) 3196 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:57.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:56.652419+0000 mon.c (mon.1) 9187 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:56.656997+0000 mon.c (mon.1) 9188 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:56.660265+0000 mon.c (mon.1) 9189 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:56.661400+0000 mon.c (mon.1) 9190 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:56.670840+0000 mon.a (mon.0) 3197 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:57.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:56.759681+0000 mon.c (mon.1) 9191 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:56.763774+0000 mon.c (mon.1) 9192 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:56.767171+0000 mon.c (mon.1) 9193 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:56.768480+0000 mon.c (mon.1) 9194 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:56 smithi117 bash[62284]: audit 2024-03-30T04:51:56.778248+0000 mon.a (mon.0) 3198 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:58.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: cephadm 2024-03-30T04:51:55.874304+0000 mgr.y (mgr.25441) 7512 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: cephadm 2024-03-30T04:51:55.963690+0000 mgr.y (mgr.25441) 7513 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: cephadm 2024-03-30T04:51:56.057752+0000 mgr.y (mgr.25441) 7514 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: cephadm 2024-03-30T04:51:56.149626+0000 mgr.y (mgr.25441) 7515 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: cephadm 2024-03-30T04:51:56.260090+0000 mgr.y (mgr.25441) 7516 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: cephadm 2024-03-30T04:51:56.360044+0000 mgr.y (mgr.25441) 7517 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: cephadm 2024-03-30T04:51:56.474870+0000 mgr.y (mgr.25441) 7518 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: cephadm 2024-03-30T04:51:56.563718+0000 mgr.y (mgr.25441) 7519 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: cephadm 2024-03-30T04:51:56.671492+0000 mgr.y (mgr.25441) 7520 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: cephadm 2024-03-30T04:51:56.779721+0000 mgr.y (mgr.25441) 7521 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: cluster 2024-03-30T04:51:56.781061+0000 mgr.y (mgr.25441) 7522 : cluster [DBG] pgmap v4863: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:58.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:56.856102+0000 mon.c (mon.1) 9195 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:56.871347+0000 mon.c (mon.1) 9196 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:56.873696+0000 mon.c (mon.1) 9197 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:56.874776+0000 mon.c (mon.1) 9198 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:56.883038+0000 mon.a (mon.0) 3199 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:58.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: cephadm 2024-03-30T04:51:56.884022+0000 mgr.y (mgr.25441) 7523 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:56.971605+0000 mon.c (mon.1) 9199 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:56.974322+0000 mon.c (mon.1) 9200 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:56.976613+0000 mon.c (mon.1) 9201 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: cephadm 2024-03-30T04:51:55.874304+0000 mgr.y (mgr.25441) 7512 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: cephadm 2024-03-30T04:51:55.963690+0000 mgr.y (mgr.25441) 7513 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: cephadm 2024-03-30T04:51:56.057752+0000 mgr.y (mgr.25441) 7514 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: cephadm 2024-03-30T04:51:56.149626+0000 mgr.y (mgr.25441) 7515 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: cephadm 2024-03-30T04:51:56.260090+0000 mgr.y (mgr.25441) 7516 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: cephadm 2024-03-30T04:51:56.360044+0000 mgr.y (mgr.25441) 7517 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: cephadm 2024-03-30T04:51:56.474870+0000 mgr.y (mgr.25441) 7518 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: cephadm 2024-03-30T04:51:56.563718+0000 mgr.y (mgr.25441) 7519 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: cephadm 2024-03-30T04:51:56.671492+0000 mgr.y (mgr.25441) 7520 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: cephadm 2024-03-30T04:51:56.779721+0000 mgr.y (mgr.25441) 7521 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: cluster 2024-03-30T04:51:56.781061+0000 mgr.y (mgr.25441) 7522 : cluster [DBG] pgmap v4863: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:58.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:56.856102+0000 mon.c (mon.1) 9195 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:56.871347+0000 mon.c (mon.1) 9196 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:56.873696+0000 mon.c (mon.1) 9197 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:56.874776+0000 mon.c (mon.1) 9198 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:56.883038+0000 mon.a (mon.0) 3199 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:58.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: cephadm 2024-03-30T04:51:56.884022+0000 mgr.y (mgr.25441) 7523 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:56.971605+0000 mon.c (mon.1) 9199 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:56.974322+0000 mon.c (mon.1) 9200 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:56.976613+0000 mon.c (mon.1) 9201 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:56.977444+0000 mon.c (mon.1) 9202 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:56.984155+0000 mon.a (mon.0) 3200 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:58.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: cephadm 2024-03-30T04:51:56.985081+0000 mgr.y (mgr.25441) 7524 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.042356+0000 mon.c (mon.1) 9203 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.044317+0000 mon.c (mon.1) 9204 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.046262+0000 mon.c (mon.1) 9205 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.046945+0000 mon.c (mon.1) 9206 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.052310+0000 mon.a (mon.0) 3201 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:58.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: cephadm 2024-03-30T04:51:57.052973+0000 mgr.y (mgr.25441) 7525 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.094474+0000 mon.c (mon.1) 9207 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.096456+0000 mon.c (mon.1) 9208 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.098244+0000 mon.c (mon.1) 9209 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.098904+0000 mon.c (mon.1) 9210 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.104035+0000 mon.a (mon.0) 3202 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:58.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: cephadm 2024-03-30T04:51:57.104569+0000 mgr.y (mgr.25441) 7526 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.161137+0000 mon.c (mon.1) 9211 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.163023+0000 mon.c (mon.1) 9212 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.165398+0000 mon.c (mon.1) 9213 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.166018+0000 mon.c (mon.1) 9214 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.171769+0000 mon.a (mon.0) 3203 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:58.123 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: cephadm 2024-03-30T04:51:57.172413+0000 mgr.y (mgr.25441) 7527 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:56.977444+0000 mon.c (mon.1) 9202 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:56.984155+0000 mon.a (mon.0) 3200 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:58.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: cephadm 2024-03-30T04:51:56.985081+0000 mgr.y (mgr.25441) 7524 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.042356+0000 mon.c (mon.1) 9203 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.044317+0000 mon.c (mon.1) 9204 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.046262+0000 mon.c (mon.1) 9205 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.046945+0000 mon.c (mon.1) 9206 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.052310+0000 mon.a (mon.0) 3201 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:58.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: cephadm 2024-03-30T04:51:57.052973+0000 mgr.y (mgr.25441) 7525 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.094474+0000 mon.c (mon.1) 9207 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.096456+0000 mon.c (mon.1) 9208 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.098244+0000 mon.c (mon.1) 9209 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.098904+0000 mon.c (mon.1) 9210 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.104035+0000 mon.a (mon.0) 3202 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:58.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: cephadm 2024-03-30T04:51:57.104569+0000 mgr.y (mgr.25441) 7526 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.161137+0000 mon.c (mon.1) 9211 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.163023+0000 mon.c (mon.1) 9212 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.165398+0000 mon.c (mon.1) 9213 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.166018+0000 mon.c (mon.1) 9214 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.171769+0000 mon.a (mon.0) 3203 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:58.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: cephadm 2024-03-30T04:51:57.172413+0000 mgr.y (mgr.25441) 7527 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.220363+0000 mon.c (mon.1) 9215 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.223589+0000 mon.c (mon.1) 9216 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.226192+0000 mon.c (mon.1) 9217 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.227268+0000 mon.c (mon.1) 9218 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.233760+0000 mon.a (mon.0) 3204 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:58.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: cephadm 2024-03-30T04:51:57.235485+0000 mgr.y (mgr.25441) 7528 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.323205+0000 mon.c (mon.1) 9219 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.327660+0000 mon.c (mon.1) 9220 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.331545+0000 mon.c (mon.1) 9221 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.333116+0000 mon.c (mon.1) 9222 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.341086+0000 mon.a (mon.0) 3205 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:58.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: cephadm 2024-03-30T04:51:57.344462+0000 mgr.y (mgr.25441) 7529 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.433517+0000 mon.c (mon.1) 9223 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.438545+0000 mon.c (mon.1) 9224 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.443022+0000 mon.c (mon.1) 9225 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.444679+0000 mon.c (mon.1) 9226 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.454928+0000 mon.a (mon.0) 3206 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:58.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: cephadm 2024-03-30T04:51:57.456733+0000 mgr.y (mgr.25441) 7530 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.545733+0000 mon.c (mon.1) 9227 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.550522+0000 mon.c (mon.1) 9228 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.220363+0000 mon.c (mon.1) 9215 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.223589+0000 mon.c (mon.1) 9216 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.226192+0000 mon.c (mon.1) 9217 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.227268+0000 mon.c (mon.1) 9218 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.233760+0000 mon.a (mon.0) 3204 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:58.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: cephadm 2024-03-30T04:51:57.235485+0000 mgr.y (mgr.25441) 7528 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.323205+0000 mon.c (mon.1) 9219 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.327660+0000 mon.c (mon.1) 9220 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.331545+0000 mon.c (mon.1) 9221 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.333116+0000 mon.c (mon.1) 9222 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.341086+0000 mon.a (mon.0) 3205 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:58.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: cephadm 2024-03-30T04:51:57.344462+0000 mgr.y (mgr.25441) 7529 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.433517+0000 mon.c (mon.1) 9223 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.438545+0000 mon.c (mon.1) 9224 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.443022+0000 mon.c (mon.1) 9225 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.444679+0000 mon.c (mon.1) 9226 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.454928+0000 mon.a (mon.0) 3206 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:58.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: cephadm 2024-03-30T04:51:57.456733+0000 mgr.y (mgr.25441) 7530 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.545733+0000 mon.c (mon.1) 9227 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.550522+0000 mon.c (mon.1) 9228 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.554495+0000 mon.c (mon.1) 9229 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.555566+0000 mon.c (mon.1) 9230 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.563520+0000 mon.a (mon.0) 3207 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:58.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: cephadm 2024-03-30T04:51:57.566389+0000 mgr.y (mgr.25441) 7531 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.655141+0000 mon.c (mon.1) 9231 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.659205+0000 mon.c (mon.1) 9232 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.662823+0000 mon.c (mon.1) 9233 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.664026+0000 mon.c (mon.1) 9234 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.673434+0000 mon.a (mon.0) 3208 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:58.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: cephadm 2024-03-30T04:51:57.674505+0000 mgr.y (mgr.25441) 7532 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.749784+0000 mon.c (mon.1) 9235 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.752451+0000 mon.c (mon.1) 9236 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.755594+0000 mon.c (mon.1) 9237 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.756628+0000 mon.c (mon.1) 9238 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.763891+0000 mon.a (mon.0) 3209 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:58.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: cephadm 2024-03-30T04:51:57.764663+0000 mgr.y (mgr.25441) 7533 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[70954]: audit 2024-03-30T04:51:57.853280+0000 mon.c (mon.1) 9239 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.554495+0000 mon.c (mon.1) 9229 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.555566+0000 mon.c (mon.1) 9230 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.563520+0000 mon.a (mon.0) 3207 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:58.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: cephadm 2024-03-30T04:51:57.566389+0000 mgr.y (mgr.25441) 7531 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.655141+0000 mon.c (mon.1) 9231 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.659205+0000 mon.c (mon.1) 9232 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.662823+0000 mon.c (mon.1) 9233 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.664026+0000 mon.c (mon.1) 9234 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.673434+0000 mon.a (mon.0) 3208 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:58.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: cephadm 2024-03-30T04:51:57.674505+0000 mgr.y (mgr.25441) 7532 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.749784+0000 mon.c (mon.1) 9235 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.752451+0000 mon.c (mon.1) 9236 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.755594+0000 mon.c (mon.1) 9237 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.756628+0000 mon.c (mon.1) 9238 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.763891+0000 mon.a (mon.0) 3209 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:58.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: cephadm 2024-03-30T04:51:57.764663+0000 mgr.y (mgr.25441) 7533 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:57 smithi111 bash[73591]: audit 2024-03-30T04:51:57.853280+0000 mon.c (mon.1) 9239 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: cephadm 2024-03-30T04:51:55.874304+0000 mgr.y (mgr.25441) 7512 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: cephadm 2024-03-30T04:51:55.963690+0000 mgr.y (mgr.25441) 7513 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: cephadm 2024-03-30T04:51:56.057752+0000 mgr.y (mgr.25441) 7514 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: cephadm 2024-03-30T04:51:56.149626+0000 mgr.y (mgr.25441) 7515 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: cephadm 2024-03-30T04:51:56.260090+0000 mgr.y (mgr.25441) 7516 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: cephadm 2024-03-30T04:51:56.360044+0000 mgr.y (mgr.25441) 7517 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: cephadm 2024-03-30T04:51:56.474870+0000 mgr.y (mgr.25441) 7518 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: cephadm 2024-03-30T04:51:56.563718+0000 mgr.y (mgr.25441) 7519 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: cephadm 2024-03-30T04:51:56.671492+0000 mgr.y (mgr.25441) 7520 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: cephadm 2024-03-30T04:51:56.779721+0000 mgr.y (mgr.25441) 7521 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: cluster 2024-03-30T04:51:56.781061+0000 mgr.y (mgr.25441) 7522 : cluster [DBG] pgmap v4863: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:58.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:56.856102+0000 mon.c (mon.1) 9195 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:56.871347+0000 mon.c (mon.1) 9196 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:56.873696+0000 mon.c (mon.1) 9197 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:56.874776+0000 mon.c (mon.1) 9198 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:56.883038+0000 mon.a (mon.0) 3199 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:58.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: cephadm 2024-03-30T04:51:56.884022+0000 mgr.y (mgr.25441) 7523 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:56.971605+0000 mon.c (mon.1) 9199 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:56.974322+0000 mon.c (mon.1) 9200 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:56.976613+0000 mon.c (mon.1) 9201 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:56.977444+0000 mon.c (mon.1) 9202 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:56.984155+0000 mon.a (mon.0) 3200 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:58.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: cephadm 2024-03-30T04:51:56.985081+0000 mgr.y (mgr.25441) 7524 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.042356+0000 mon.c (mon.1) 9203 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.044317+0000 mon.c (mon.1) 9204 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.046262+0000 mon.c (mon.1) 9205 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.046945+0000 mon.c (mon.1) 9206 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.052310+0000 mon.a (mon.0) 3201 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:58.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: cephadm 2024-03-30T04:51:57.052973+0000 mgr.y (mgr.25441) 7525 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.094474+0000 mon.c (mon.1) 9207 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.096456+0000 mon.c (mon.1) 9208 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.098244+0000 mon.c (mon.1) 9209 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.098904+0000 mon.c (mon.1) 9210 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.104035+0000 mon.a (mon.0) 3202 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:58.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: cephadm 2024-03-30T04:51:57.104569+0000 mgr.y (mgr.25441) 7526 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.161137+0000 mon.c (mon.1) 9211 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.163023+0000 mon.c (mon.1) 9212 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.165398+0000 mon.c (mon.1) 9213 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.166018+0000 mon.c (mon.1) 9214 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.171769+0000 mon.a (mon.0) 3203 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:58.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: cephadm 2024-03-30T04:51:57.172413+0000 mgr.y (mgr.25441) 7527 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.220363+0000 mon.c (mon.1) 9215 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.223589+0000 mon.c (mon.1) 9216 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.226192+0000 mon.c (mon.1) 9217 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.227268+0000 mon.c (mon.1) 9218 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.233760+0000 mon.a (mon.0) 3204 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:58.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: cephadm 2024-03-30T04:51:57.235485+0000 mgr.y (mgr.25441) 7528 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.323205+0000 mon.c (mon.1) 9219 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.327660+0000 mon.c (mon.1) 9220 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.331545+0000 mon.c (mon.1) 9221 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.333116+0000 mon.c (mon.1) 9222 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.341086+0000 mon.a (mon.0) 3205 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:58.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: cephadm 2024-03-30T04:51:57.344462+0000 mgr.y (mgr.25441) 7529 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.433517+0000 mon.c (mon.1) 9223 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.438545+0000 mon.c (mon.1) 9224 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.443022+0000 mon.c (mon.1) 9225 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.444679+0000 mon.c (mon.1) 9226 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.454928+0000 mon.a (mon.0) 3206 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:58.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: cephadm 2024-03-30T04:51:57.456733+0000 mgr.y (mgr.25441) 7530 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.545733+0000 mon.c (mon.1) 9227 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.550522+0000 mon.c (mon.1) 9228 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.554495+0000 mon.c (mon.1) 9229 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.555566+0000 mon.c (mon.1) 9230 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.563520+0000 mon.a (mon.0) 3207 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:58.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: cephadm 2024-03-30T04:51:57.566389+0000 mgr.y (mgr.25441) 7531 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.655141+0000 mon.c (mon.1) 9231 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.659205+0000 mon.c (mon.1) 9232 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.662823+0000 mon.c (mon.1) 9233 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.664026+0000 mon.c (mon.1) 9234 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.673434+0000 mon.a (mon.0) 3208 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:58.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: cephadm 2024-03-30T04:51:57.674505+0000 mgr.y (mgr.25441) 7532 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.749784+0000 mon.c (mon.1) 9235 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.752451+0000 mon.c (mon.1) 9236 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.755594+0000 mon.c (mon.1) 9237 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.756628+0000 mon.c (mon.1) 9238 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.763891+0000 mon.a (mon.0) 3209 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:58.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: cephadm 2024-03-30T04:51:57.764663+0000 mgr.y (mgr.25441) 7533 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:57 smithi117 bash[62284]: audit 2024-03-30T04:51:57.853280+0000 mon.c (mon.1) 9239 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:57.857849+0000 mon.c (mon.1) 9240 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:57.870461+0000 mon.c (mon.1) 9241 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:57.871679+0000 mon.c (mon.1) 9242 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:57.878442+0000 mon.a (mon.0) 3210 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:59.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: cephadm 2024-03-30T04:51:57.881109+0000 mgr.y (mgr.25441) 7534 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:57.923317+0000 mon.c (mon.1) 9243 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:57.927267+0000 mon.c (mon.1) 9244 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:57.929750+0000 mon.c (mon.1) 9245 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:57.930605+0000 mon.c (mon.1) 9246 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:57.936740+0000 mon.a (mon.0) 3211 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:59.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: cephadm 2024-03-30T04:51:57.938344+0000 mgr.y (mgr.25441) 7535 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.012463+0000 mon.c (mon.1) 9247 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.016287+0000 mon.c (mon.1) 9248 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.019869+0000 mon.c (mon.1) 9249 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.020656+0000 mon.c (mon.1) 9250 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.026258+0000 mon.a (mon.0) 3212 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:59.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: cephadm 2024-03-30T04:51:58.027649+0000 mgr.y (mgr.25441) 7536 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.084308+0000 mon.c (mon.1) 9251 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.086403+0000 mon.c (mon.1) 9252 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.088497+0000 mon.c (mon.1) 9253 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:57.857849+0000 mon.c (mon.1) 9240 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:57.870461+0000 mon.c (mon.1) 9241 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:57.871679+0000 mon.c (mon.1) 9242 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:57.878442+0000 mon.a (mon.0) 3210 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:59.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: cephadm 2024-03-30T04:51:57.881109+0000 mgr.y (mgr.25441) 7534 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:57.923317+0000 mon.c (mon.1) 9243 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:57.927267+0000 mon.c (mon.1) 9244 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:57.929750+0000 mon.c (mon.1) 9245 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:57.930605+0000 mon.c (mon.1) 9246 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:57.936740+0000 mon.a (mon.0) 3211 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:59.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: cephadm 2024-03-30T04:51:57.938344+0000 mgr.y (mgr.25441) 7535 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.012463+0000 mon.c (mon.1) 9247 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.016287+0000 mon.c (mon.1) 9248 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.019869+0000 mon.c (mon.1) 9249 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.120 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.020656+0000 mon.c (mon.1) 9250 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.026258+0000 mon.a (mon.0) 3212 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:59.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: cephadm 2024-03-30T04:51:58.027649+0000 mgr.y (mgr.25441) 7536 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.084308+0000 mon.c (mon.1) 9251 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.086403+0000 mon.c (mon.1) 9252 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.088497+0000 mon.c (mon.1) 9253 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.089158+0000 mon.c (mon.1) 9254 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.094752+0000 mon.a (mon.0) 3213 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:59.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: cephadm 2024-03-30T04:51:58.095943+0000 mgr.y (mgr.25441) 7537 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.153926+0000 mon.c (mon.1) 9255 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.156008+0000 mon.c (mon.1) 9256 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.157928+0000 mon.c (mon.1) 9257 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.158698+0000 mon.c (mon.1) 9258 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.163705+0000 mon.a (mon.0) 3214 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:59.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: cephadm 2024-03-30T04:51:58.164864+0000 mgr.y (mgr.25441) 7538 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.221949+0000 mon.c (mon.1) 9259 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.223928+0000 mon.c (mon.1) 9260 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.225795+0000 mon.c (mon.1) 9261 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.226468+0000 mon.c (mon.1) 9262 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.231678+0000 mon.a (mon.0) 3215 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:59.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: cephadm 2024-03-30T04:51:58.233045+0000 mgr.y (mgr.25441) 7539 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.290439+0000 mon.c (mon.1) 9263 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.292728+0000 mon.c (mon.1) 9264 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.294710+0000 mon.c (mon.1) 9265 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.295429+0000 mon.c (mon.1) 9266 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.300671+0000 mon.a (mon.0) 3216 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:59.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: cephadm 2024-03-30T04:51:58.302227+0000 mgr.y (mgr.25441) 7540 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.374940+0000 mon.c (mon.1) 9267 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.377076+0000 mon.c (mon.1) 9268 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.379110+0000 mon.c (mon.1) 9269 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.379869+0000 mon.c (mon.1) 9270 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.385739+0000 mon.a (mon.0) 3217 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:59.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: cephadm 2024-03-30T04:51:58.389253+0000 mgr.y (mgr.25441) 7541 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.477949+0000 mon.c (mon.1) 9271 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.482926+0000 mon.c (mon.1) 9272 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.487336+0000 mon.c (mon.1) 9273 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.489045+0000 mon.c (mon.1) 9274 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.500749+0000 mon.a (mon.0) 3218 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:59.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: cephadm 2024-03-30T04:51:58.504378+0000 mgr.y (mgr.25441) 7542 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.595004+0000 mon.c (mon.1) 9275 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.599816+0000 mon.c (mon.1) 9276 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.605093+0000 mon.c (mon.1) 9277 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.606719+0000 mon.c (mon.1) 9278 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.618668+0000 mon.a (mon.0) 3219 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:59.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: cephadm 2024-03-30T04:51:58.622063+0000 mgr.y (mgr.25441) 7543 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.711207+0000 mon.c (mon.1) 9279 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.089158+0000 mon.c (mon.1) 9254 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.094752+0000 mon.a (mon.0) 3213 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:59.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: cephadm 2024-03-30T04:51:58.095943+0000 mgr.y (mgr.25441) 7537 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.124 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.153926+0000 mon.c (mon.1) 9255 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.156008+0000 mon.c (mon.1) 9256 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.157928+0000 mon.c (mon.1) 9257 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.158698+0000 mon.c (mon.1) 9258 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.163705+0000 mon.a (mon.0) 3214 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:59.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: cephadm 2024-03-30T04:51:58.164864+0000 mgr.y (mgr.25441) 7538 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.221949+0000 mon.c (mon.1) 9259 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.223928+0000 mon.c (mon.1) 9260 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.225795+0000 mon.c (mon.1) 9261 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.226468+0000 mon.c (mon.1) 9262 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.231678+0000 mon.a (mon.0) 3215 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:59.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: cephadm 2024-03-30T04:51:58.233045+0000 mgr.y (mgr.25441) 7539 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.290439+0000 mon.c (mon.1) 9263 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.292728+0000 mon.c (mon.1) 9264 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.294710+0000 mon.c (mon.1) 9265 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.295429+0000 mon.c (mon.1) 9266 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.300671+0000 mon.a (mon.0) 3216 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:59.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.715836+0000 mon.c (mon.1) 9280 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.719472+0000 mon.c (mon.1) 9281 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.720682+0000 mon.c (mon.1) 9282 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.732263+0000 mon.a (mon.0) 3220 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:59.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: cephadm 2024-03-30T04:51:58.733631+0000 mgr.y (mgr.25441) 7544 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: cluster 2024-03-30T04:51:58.781715+0000 mgr.y (mgr.25441) 7545 : cluster [DBG] pgmap v4864: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:59.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.793665+0000 mon.c (mon.1) 9283 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.795983+0000 mon.c (mon.1) 9284 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.126 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.798021+0000 mon.c (mon.1) 9285 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.798822+0000 mon.c (mon.1) 9286 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: audit 2024-03-30T04:51:58.806532+0000 mon.a (mon.0) 3221 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:59.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[73591]: cephadm 2024-03-30T04:51:58.809089+0000 mgr.y (mgr.25441) 7546 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: cephadm 2024-03-30T04:51:58.302227+0000 mgr.y (mgr.25441) 7540 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.374940+0000 mon.c (mon.1) 9267 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.377076+0000 mon.c (mon.1) 9268 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.379110+0000 mon.c (mon.1) 9269 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.379869+0000 mon.c (mon.1) 9270 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.385739+0000 mon.a (mon.0) 3217 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:59.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: cephadm 2024-03-30T04:51:58.389253+0000 mgr.y (mgr.25441) 7541 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.477949+0000 mon.c (mon.1) 9271 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.482926+0000 mon.c (mon.1) 9272 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.487336+0000 mon.c (mon.1) 9273 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.489045+0000 mon.c (mon.1) 9274 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.500749+0000 mon.a (mon.0) 3218 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:59.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: cephadm 2024-03-30T04:51:58.504378+0000 mgr.y (mgr.25441) 7542 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.595004+0000 mon.c (mon.1) 9275 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.599816+0000 mon.c (mon.1) 9276 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.605093+0000 mon.c (mon.1) 9277 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.606719+0000 mon.c (mon.1) 9278 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.618668+0000 mon.a (mon.0) 3219 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:59.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: cephadm 2024-03-30T04:51:58.622063+0000 mgr.y (mgr.25441) 7543 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.711207+0000 mon.c (mon.1) 9279 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.715836+0000 mon.c (mon.1) 9280 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.719472+0000 mon.c (mon.1) 9281 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.720682+0000 mon.c (mon.1) 9282 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.732263+0000 mon.a (mon.0) 3220 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:59.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: cephadm 2024-03-30T04:51:58.733631+0000 mgr.y (mgr.25441) 7544 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: cluster 2024-03-30T04:51:58.781715+0000 mgr.y (mgr.25441) 7545 : cluster [DBG] pgmap v4864: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:59.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.793665+0000 mon.c (mon.1) 9283 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.795983+0000 mon.c (mon.1) 9284 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.798021+0000 mon.c (mon.1) 9285 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.798822+0000 mon.c (mon.1) 9286 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: audit 2024-03-30T04:51:58.806532+0000 mon.a (mon.0) 3221 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:59.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:58 smithi111 bash[70954]: cephadm 2024-03-30T04:51:58.809089+0000 mgr.y (mgr.25441) 7546 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:57.857849+0000 mon.c (mon.1) 9240 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:57.870461+0000 mon.c (mon.1) 9241 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:57.871679+0000 mon.c (mon.1) 9242 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:57.878442+0000 mon.a (mon.0) 3210 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:59.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: cephadm 2024-03-30T04:51:57.881109+0000 mgr.y (mgr.25441) 7534 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:57.923317+0000 mon.c (mon.1) 9243 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:57.927267+0000 mon.c (mon.1) 9244 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:57.929750+0000 mon.c (mon.1) 9245 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:57.930605+0000 mon.c (mon.1) 9246 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:57.936740+0000 mon.a (mon.0) 3211 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:59.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: cephadm 2024-03-30T04:51:57.938344+0000 mgr.y (mgr.25441) 7535 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.012463+0000 mon.c (mon.1) 9247 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.016287+0000 mon.c (mon.1) 9248 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.019869+0000 mon.c (mon.1) 9249 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.020656+0000 mon.c (mon.1) 9250 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.026258+0000 mon.a (mon.0) 3212 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:59.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: cephadm 2024-03-30T04:51:58.027649+0000 mgr.y (mgr.25441) 7536 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.084308+0000 mon.c (mon.1) 9251 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.086403+0000 mon.c (mon.1) 9252 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.088497+0000 mon.c (mon.1) 9253 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.089158+0000 mon.c (mon.1) 9254 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.094752+0000 mon.a (mon.0) 3213 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:59.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: cephadm 2024-03-30T04:51:58.095943+0000 mgr.y (mgr.25441) 7537 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.153926+0000 mon.c (mon.1) 9255 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.156008+0000 mon.c (mon.1) 9256 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.157928+0000 mon.c (mon.1) 9257 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.158698+0000 mon.c (mon.1) 9258 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.163705+0000 mon.a (mon.0) 3214 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:59.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: cephadm 2024-03-30T04:51:58.164864+0000 mgr.y (mgr.25441) 7538 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.221949+0000 mon.c (mon.1) 9259 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.223928+0000 mon.c (mon.1) 9260 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.225795+0000 mon.c (mon.1) 9261 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.226468+0000 mon.c (mon.1) 9262 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.231678+0000 mon.a (mon.0) 3215 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:59.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: cephadm 2024-03-30T04:51:58.233045+0000 mgr.y (mgr.25441) 7539 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.290439+0000 mon.c (mon.1) 9263 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.292728+0000 mon.c (mon.1) 9264 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.294710+0000 mon.c (mon.1) 9265 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.295429+0000 mon.c (mon.1) 9266 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.300671+0000 mon.a (mon.0) 3216 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:59.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: cephadm 2024-03-30T04:51:58.302227+0000 mgr.y (mgr.25441) 7540 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.374940+0000 mon.c (mon.1) 9267 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.377076+0000 mon.c (mon.1) 9268 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.379110+0000 mon.c (mon.1) 9269 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.379869+0000 mon.c (mon.1) 9270 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.385739+0000 mon.a (mon.0) 3217 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:59.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: cephadm 2024-03-30T04:51:58.389253+0000 mgr.y (mgr.25441) 7541 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.477949+0000 mon.c (mon.1) 9271 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.482926+0000 mon.c (mon.1) 9272 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.487336+0000 mon.c (mon.1) 9273 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.489045+0000 mon.c (mon.1) 9274 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.500749+0000 mon.a (mon.0) 3218 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:59.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: cephadm 2024-03-30T04:51:58.504378+0000 mgr.y (mgr.25441) 7542 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.595004+0000 mon.c (mon.1) 9275 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.599816+0000 mon.c (mon.1) 9276 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.605093+0000 mon.c (mon.1) 9277 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.606719+0000 mon.c (mon.1) 9278 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.618668+0000 mon.a (mon.0) 3219 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:59.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: cephadm 2024-03-30T04:51:58.622063+0000 mgr.y (mgr.25441) 7543 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.711207+0000 mon.c (mon.1) 9279 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.715836+0000 mon.c (mon.1) 9280 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.719472+0000 mon.c (mon.1) 9281 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.720682+0000 mon.c (mon.1) 9282 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.732263+0000 mon.a (mon.0) 3220 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:59.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: cephadm 2024-03-30T04:51:58.733631+0000 mgr.y (mgr.25441) 7544 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: cluster 2024-03-30T04:51:58.781715+0000 mgr.y (mgr.25441) 7545 : cluster [DBG] pgmap v4864: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:59.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.793665+0000 mon.c (mon.1) 9283 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.795983+0000 mon.c (mon.1) 9284 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.798021+0000 mon.c (mon.1) 9285 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.798822+0000 mon.c (mon.1) 9286 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: audit 2024-03-30T04:51:58.806532+0000 mon.a (mon.0) 3221 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:51:59.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:58 smithi117 bash[62284]: cephadm 2024-03-30T04:51:58.809089+0000 mgr.y (mgr.25441) 7546 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:58.896796+0000 mon.c (mon.1) 9287 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:58.899327+0000 mon.c (mon.1) 9288 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:58.901681+0000 mon.c (mon.1) 9289 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:58.902563+0000 mon.c (mon.1) 9290 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:58.910894+0000 mon.a (mon.0) 3222 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: cephadm 2024-03-30T04:51:58.912631+0000 mgr.y (mgr.25441) 7547 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:58.991276+0000 mon.c (mon.1) 9291 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:58.994426+0000 mon.c (mon.1) 9292 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:58.997950+0000 mon.c (mon.1) 9293 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:58.999262+0000 mon.c (mon.1) 9294 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.008233+0000 mon.a (mon.0) 3223 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: cephadm 2024-03-30T04:51:59.009649+0000 mgr.y (mgr.25441) 7548 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.085233+0000 mon.c (mon.1) 9295 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.087856+0000 mon.c (mon.1) 9296 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.091015+0000 mon.c (mon.1) 9297 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.092051+0000 mon.c (mon.1) 9298 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.101774+0000 mon.a (mon.0) 3224 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: cephadm 2024-03-30T04:51:59.102632+0000 mgr.y (mgr.25441) 7549 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.134717+0000 mgr.y (mgr.25441) 7550 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:00.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.180665+0000 mon.c (mon.1) 9299 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.183878+0000 mon.c (mon.1) 9300 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.187398+0000 mon.c (mon.1) 9301 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.188899+0000 mon.c (mon.1) 9302 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.200232+0000 mon.a (mon.0) 3225 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: cephadm 2024-03-30T04:51:59.201795+0000 mgr.y (mgr.25441) 7551 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.279976+0000 mon.c (mon.1) 9303 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.283675+0000 mon.c (mon.1) 9304 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.286907+0000 mon.c (mon.1) 9305 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.288035+0000 mon.c (mon.1) 9306 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.298862+0000 mon.a (mon.0) 3226 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: cephadm 2024-03-30T04:51:59.299856+0000 mgr.y (mgr.25441) 7552 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.373045+0000 mon.c (mon.1) 9307 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.376526+0000 mon.c (mon.1) 9308 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.380136+0000 mon.c (mon.1) 9309 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.381235+0000 mon.c (mon.1) 9310 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.393750+0000 mon.a (mon.0) 3227 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: cephadm 2024-03-30T04:51:59.394880+0000 mgr.y (mgr.25441) 7553 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.454544+0000 mon.c (mon.1) 9311 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.456928+0000 mon.c (mon.1) 9312 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.459602+0000 mon.c (mon.1) 9313 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.460424+0000 mon.c (mon.1) 9314 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.469653+0000 mon.a (mon.0) 3228 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: cephadm 2024-03-30T04:51:59.470421+0000 mgr.y (mgr.25441) 7554 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.513725+0000 mon.c (mon.1) 9315 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.515999+0000 mon.c (mon.1) 9316 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.519334+0000 mon.c (mon.1) 9317 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.520185+0000 mon.c (mon.1) 9318 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.528875+0000 mon.a (mon.0) 3229 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: cephadm 2024-03-30T04:51:59.530358+0000 mgr.y (mgr.25441) 7555 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.604656+0000 mon.c (mon.1) 9319 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.122 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.607395+0000 mon.c (mon.1) 9320 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.609845+0000 mon.c (mon.1) 9321 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.610668+0000 mon.c (mon.1) 9322 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.618808+0000 mon.a (mon.0) 3230 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: cephadm 2024-03-30T04:51:59.619954+0000 mgr.y (mgr.25441) 7556 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.680967+0000 mon.c (mon.1) 9323 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.683727+0000 mon.c (mon.1) 9324 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.690454+0000 mon.c (mon.1) 9325 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.691347+0000 mon.c (mon.1) 9326 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.694652+0000 mon.a (mon.0) 3231 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.701494+0000 mon.a (mon.0) 3232 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.707045+0000 mon.a (mon.0) 3233 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: cephadm 2024-03-30T04:51:59.709571+0000 mgr.y (mgr.25441) 7557 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.712941+0000 mon.a (mon.0) 3234 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.750619+0000 mon.c (mon.1) 9327 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.752425+0000 mon.c (mon.1) 9328 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.754121+0000 mon.c (mon.1) 9329 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.754763+0000 mon.c (mon.1) 9330 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.759502+0000 mon.a (mon.0) 3235 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: cephadm 2024-03-30T04:51:59.760705+0000 mgr.y (mgr.25441) 7558 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.800927+0000 mon.c (mon.1) 9331 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.802844+0000 mon.c (mon.1) 9332 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.804644+0000 mon.c (mon.1) 9333 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.805269+0000 mon.c (mon.1) 9334 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.810336+0000 mon.a (mon.0) 3236 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: cephadm 2024-03-30T04:51:59.810921+0000 mgr.y (mgr.25441) 7559 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.851245+0000 mon.c (mon.1) 9335 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.853232+0000 mon.c (mon.1) 9336 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.855063+0000 mon.c (mon.1) 9337 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.855680+0000 mon.c (mon.1) 9338 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[73591]: audit 2024-03-30T04:51:59.860611+0000 mon.a (mon.0) 3237 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:58.896796+0000 mon.c (mon.1) 9287 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:58.899327+0000 mon.c (mon.1) 9288 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:58.901681+0000 mon.c (mon.1) 9289 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:58.902563+0000 mon.c (mon.1) 9290 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:58.910894+0000 mon.a (mon.0) 3222 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: cephadm 2024-03-30T04:51:58.912631+0000 mgr.y (mgr.25441) 7547 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:58.991276+0000 mon.c (mon.1) 9291 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:58.994426+0000 mon.c (mon.1) 9292 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:58.997950+0000 mon.c (mon.1) 9293 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:58.999262+0000 mon.c (mon.1) 9294 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.008233+0000 mon.a (mon.0) 3223 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: cephadm 2024-03-30T04:51:59.009649+0000 mgr.y (mgr.25441) 7548 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.085233+0000 mon.c (mon.1) 9295 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.087856+0000 mon.c (mon.1) 9296 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.091015+0000 mon.c (mon.1) 9297 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.092051+0000 mon.c (mon.1) 9298 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.101774+0000 mon.a (mon.0) 3224 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: cephadm 2024-03-30T04:51:59.102632+0000 mgr.y (mgr.25441) 7549 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.134717+0000 mgr.y (mgr.25441) 7550 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:00.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.180665+0000 mon.c (mon.1) 9299 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.183878+0000 mon.c (mon.1) 9300 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.187398+0000 mon.c (mon.1) 9301 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.188899+0000 mon.c (mon.1) 9302 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.200232+0000 mon.a (mon.0) 3225 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: cephadm 2024-03-30T04:51:59.201795+0000 mgr.y (mgr.25441) 7551 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.279976+0000 mon.c (mon.1) 9303 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.283675+0000 mon.c (mon.1) 9304 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.286907+0000 mon.c (mon.1) 9305 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.288035+0000 mon.c (mon.1) 9306 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.298862+0000 mon.a (mon.0) 3226 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: cephadm 2024-03-30T04:51:59.299856+0000 mgr.y (mgr.25441) 7552 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.373045+0000 mon.c (mon.1) 9307 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.376526+0000 mon.c (mon.1) 9308 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.380136+0000 mon.c (mon.1) 9309 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.381235+0000 mon.c (mon.1) 9310 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.393750+0000 mon.a (mon.0) 3227 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: cephadm 2024-03-30T04:51:59.394880+0000 mgr.y (mgr.25441) 7553 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.454544+0000 mon.c (mon.1) 9311 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.456928+0000 mon.c (mon.1) 9312 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.459602+0000 mon.c (mon.1) 9313 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.460424+0000 mon.c (mon.1) 9314 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.469653+0000 mon.a (mon.0) 3228 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: cephadm 2024-03-30T04:51:59.470421+0000 mgr.y (mgr.25441) 7554 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.513725+0000 mon.c (mon.1) 9315 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.515999+0000 mon.c (mon.1) 9316 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.519334+0000 mon.c (mon.1) 9317 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.520185+0000 mon.c (mon.1) 9318 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.528875+0000 mon.a (mon.0) 3229 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: cephadm 2024-03-30T04:51:59.530358+0000 mgr.y (mgr.25441) 7555 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.604656+0000 mon.c (mon.1) 9319 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.607395+0000 mon.c (mon.1) 9320 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.609845+0000 mon.c (mon.1) 9321 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.610668+0000 mon.c (mon.1) 9322 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.618808+0000 mon.a (mon.0) 3230 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: cephadm 2024-03-30T04:51:59.619954+0000 mgr.y (mgr.25441) 7556 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.680967+0000 mon.c (mon.1) 9323 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.683727+0000 mon.c (mon.1) 9324 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.690454+0000 mon.c (mon.1) 9325 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.691347+0000 mon.c (mon.1) 9326 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.694652+0000 mon.a (mon.0) 3231 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.701494+0000 mon.a (mon.0) 3232 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.707045+0000 mon.a (mon.0) 3233 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: cephadm 2024-03-30T04:51:59.709571+0000 mgr.y (mgr.25441) 7557 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.712941+0000 mon.a (mon.0) 3234 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.750619+0000 mon.c (mon.1) 9327 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.752425+0000 mon.c (mon.1) 9328 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.754121+0000 mon.c (mon.1) 9329 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.754763+0000 mon.c (mon.1) 9330 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.759502+0000 mon.a (mon.0) 3235 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: cephadm 2024-03-30T04:51:59.760705+0000 mgr.y (mgr.25441) 7558 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.800927+0000 mon.c (mon.1) 9331 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.802844+0000 mon.c (mon.1) 9332 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.804644+0000 mon.c (mon.1) 9333 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.805269+0000 mon.c (mon.1) 9334 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.810336+0000 mon.a (mon.0) 3236 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: cephadm 2024-03-30T04:51:59.810921+0000 mgr.y (mgr.25441) 7559 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.851245+0000 mon.c (mon.1) 9335 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.853232+0000 mon.c (mon.1) 9336 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.855063+0000 mon.c (mon.1) 9337 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.855680+0000 mon.c (mon.1) 9338 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.131 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:51:59 smithi111 bash[70954]: audit 2024-03-30T04:51:59.860611+0000 mon.a (mon.0) 3237 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:58.896796+0000 mon.c (mon.1) 9287 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:58.899327+0000 mon.c (mon.1) 9288 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:58.901681+0000 mon.c (mon.1) 9289 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:58.902563+0000 mon.c (mon.1) 9290 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:58.910894+0000 mon.a (mon.0) 3222 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: cephadm 2024-03-30T04:51:58.912631+0000 mgr.y (mgr.25441) 7547 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:58.991276+0000 mon.c (mon.1) 9291 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:58.994426+0000 mon.c (mon.1) 9292 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:58.997950+0000 mon.c (mon.1) 9293 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:58.999262+0000 mon.c (mon.1) 9294 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.008233+0000 mon.a (mon.0) 3223 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: cephadm 2024-03-30T04:51:59.009649+0000 mgr.y (mgr.25441) 7548 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.085233+0000 mon.c (mon.1) 9295 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.087856+0000 mon.c (mon.1) 9296 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.091015+0000 mon.c (mon.1) 9297 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.092051+0000 mon.c (mon.1) 9298 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.101774+0000 mon.a (mon.0) 3224 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: cephadm 2024-03-30T04:51:59.102632+0000 mgr.y (mgr.25441) 7549 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.134717+0000 mgr.y (mgr.25441) 7550 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:00.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.180665+0000 mon.c (mon.1) 9299 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.183878+0000 mon.c (mon.1) 9300 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.187398+0000 mon.c (mon.1) 9301 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.188899+0000 mon.c (mon.1) 9302 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.200232+0000 mon.a (mon.0) 3225 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: cephadm 2024-03-30T04:51:59.201795+0000 mgr.y (mgr.25441) 7551 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.279976+0000 mon.c (mon.1) 9303 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.283675+0000 mon.c (mon.1) 9304 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.286907+0000 mon.c (mon.1) 9305 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.288035+0000 mon.c (mon.1) 9306 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.298862+0000 mon.a (mon.0) 3226 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: cephadm 2024-03-30T04:51:59.299856+0000 mgr.y (mgr.25441) 7552 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.373045+0000 mon.c (mon.1) 9307 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.376526+0000 mon.c (mon.1) 9308 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.380136+0000 mon.c (mon.1) 9309 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.381235+0000 mon.c (mon.1) 9310 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.393750+0000 mon.a (mon.0) 3227 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: cephadm 2024-03-30T04:51:59.394880+0000 mgr.y (mgr.25441) 7553 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.454544+0000 mon.c (mon.1) 9311 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.138 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.456928+0000 mon.c (mon.1) 9312 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.459602+0000 mon.c (mon.1) 9313 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.460424+0000 mon.c (mon.1) 9314 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.469653+0000 mon.a (mon.0) 3228 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: cephadm 2024-03-30T04:51:59.470421+0000 mgr.y (mgr.25441) 7554 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.513725+0000 mon.c (mon.1) 9315 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.515999+0000 mon.c (mon.1) 9316 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.519334+0000 mon.c (mon.1) 9317 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.520185+0000 mon.c (mon.1) 9318 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.528875+0000 mon.a (mon.0) 3229 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: cephadm 2024-03-30T04:51:59.530358+0000 mgr.y (mgr.25441) 7555 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.604656+0000 mon.c (mon.1) 9319 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.607395+0000 mon.c (mon.1) 9320 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.609845+0000 mon.c (mon.1) 9321 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.610668+0000 mon.c (mon.1) 9322 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.139 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.618808+0000 mon.a (mon.0) 3230 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: cephadm 2024-03-30T04:51:59.619954+0000 mgr.y (mgr.25441) 7556 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.680967+0000 mon.c (mon.1) 9323 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.683727+0000 mon.c (mon.1) 9324 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.690454+0000 mon.c (mon.1) 9325 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.691347+0000 mon.c (mon.1) 9326 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.694652+0000 mon.a (mon.0) 3231 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.701494+0000 mon.a (mon.0) 3232 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.707045+0000 mon.a (mon.0) 3233 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: cephadm 2024-03-30T04:51:59.709571+0000 mgr.y (mgr.25441) 7557 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.712941+0000 mon.a (mon.0) 3234 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.750619+0000 mon.c (mon.1) 9327 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.752425+0000 mon.c (mon.1) 9328 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.754121+0000 mon.c (mon.1) 9329 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.754763+0000 mon.c (mon.1) 9330 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.759502+0000 mon.a (mon.0) 3235 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.140 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: cephadm 2024-03-30T04:51:59.760705+0000 mgr.y (mgr.25441) 7558 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.800927+0000 mon.c (mon.1) 9331 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.802844+0000 mon.c (mon.1) 9332 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.804644+0000 mon.c (mon.1) 9333 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.805269+0000 mon.c (mon.1) 9334 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.810336+0000 mon.a (mon.0) 3236 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: cephadm 2024-03-30T04:51:59.810921+0000 mgr.y (mgr.25441) 7559 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.851245+0000 mon.c (mon.1) 9335 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.853232+0000 mon.c (mon.1) 9336 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.855063+0000 mon.c (mon.1) 9337 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.855680+0000 mon.c (mon.1) 9338 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.141 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:51:59 smithi117 bash[62284]: audit 2024-03-30T04:51:59.860611+0000 mon.a (mon.0) 3237 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.886 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: cephadm 2024-03-30T04:51:59.861195+0000 mgr.y (mgr.25441) 7560 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:51:59.903439+0000 mon.c (mon.1) 9339 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:51:59.905276+0000 mon.c (mon.1) 9340 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:51:59.907148+0000 mon.c (mon.1) 9341 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:51:59.907809+0000 mon.c (mon.1) 9342 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:51:59.912702+0000 mon.a (mon.0) 3238 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: cephadm 2024-03-30T04:51:59.914364+0000 mgr.y (mgr.25441) 7561 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:51:59.954612+0000 mon.c (mon.1) 9343 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:51:59.956809+0000 mon.c (mon.1) 9344 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:51:59.958787+0000 mon.c (mon.1) 9345 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:51:59.959486+0000 mon.c (mon.1) 9346 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:51:59.964214+0000 mon.a (mon.0) 3239 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: cephadm 2024-03-30T04:51:59.965866+0000 mgr.y (mgr.25441) 7562 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.887 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.006127+0000 mon.c (mon.1) 9347 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.008192+0000 mon.c (mon.1) 9348 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.010309+0000 mon.c (mon.1) 9349 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.011015+0000 mon.c (mon.1) 9350 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.016008+0000 mon.a (mon.0) 3240 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: cephadm 2024-03-30T04:52:00.017578+0000 mgr.y (mgr.25441) 7563 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.058406+0000 mon.c (mon.1) 9351 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.060592+0000 mon.c (mon.1) 9352 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.062564+0000 mon.c (mon.1) 9353 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.063260+0000 mon.c (mon.1) 9354 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.068342+0000 mon.a (mon.0) 3241 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: cephadm 2024-03-30T04:52:00.069847+0000 mgr.y (mgr.25441) 7564 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.110067+0000 mon.c (mon.1) 9355 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.888 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.112382+0000 mon.c (mon.1) 9356 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.889 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.114520+0000 mon.c (mon.1) 9357 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.889 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.115222+0000 mon.c (mon.1) 9358 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.889 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.120064+0000 mon.a (mon.0) 3242 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.889 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: cephadm 2024-03-30T04:52:00.121047+0000 mgr.y (mgr.25441) 7565 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.889 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.147699+0000 mon.a (mon.0) 3243 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.889 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.156770+0000 mon.a (mon.0) 3244 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.889 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.166092+0000 mon.a (mon.0) 3245 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.889 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.168342+0000 mon.c (mon.1) 9359 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.889 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.170520+0000 mon.c (mon.1) 9360 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.889 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.172216+0000 mon.c (mon.1) 9361 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.889 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.173469+0000 mon.c (mon.1) 9362 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.889 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.175611+0000 mon.c (mon.1) 9363 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.889 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.178117+0000 mon.c (mon.1) 9364 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.890 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.179867+0000 mon.c (mon.1) 9365 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: cephadm 2024-03-30T04:51:59.861195+0000 mgr.y (mgr.25441) 7560 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:51:59.903439+0000 mon.c (mon.1) 9339 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:51:59.905276+0000 mon.c (mon.1) 9340 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:51:59.907148+0000 mon.c (mon.1) 9341 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:51:59.907809+0000 mon.c (mon.1) 9342 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.890 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:51:59.912702+0000 mon.a (mon.0) 3238 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.891 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: cephadm 2024-03-30T04:51:59.914364+0000 mgr.y (mgr.25441) 7561 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.891 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:51:59.954612+0000 mon.c (mon.1) 9343 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.891 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:51:59.956809+0000 mon.c (mon.1) 9344 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.891 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:51:59.958787+0000 mon.c (mon.1) 9345 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.891 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:51:59.959486+0000 mon.c (mon.1) 9346 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.891 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:51:59.964214+0000 mon.a (mon.0) 3239 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.891 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: cephadm 2024-03-30T04:51:59.965866+0000 mgr.y (mgr.25441) 7562 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.891 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.006127+0000 mon.c (mon.1) 9347 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.891 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.008192+0000 mon.c (mon.1) 9348 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.891 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.010309+0000 mon.c (mon.1) 9349 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.891 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.011015+0000 mon.c (mon.1) 9350 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.891 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.016008+0000 mon.a (mon.0) 3240 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.892 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: cephadm 2024-03-30T04:52:00.017578+0000 mgr.y (mgr.25441) 7563 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.892 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.058406+0000 mon.c (mon.1) 9351 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.892 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.060592+0000 mon.c (mon.1) 9352 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.892 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.062564+0000 mon.c (mon.1) 9353 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.892 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.063260+0000 mon.c (mon.1) 9354 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.892 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.068342+0000 mon.a (mon.0) 3241 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.892 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.181137+0000 mon.c (mon.1) 9366 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.892 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.182463+0000 mon.c (mon.1) 9367 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.892 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.183822+0000 mon.c (mon.1) 9368 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.893 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.185211+0000 mon.c (mon.1) 9369 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.893 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.186477+0000 mon.c (mon.1) 9370 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.893 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.187826+0000 mon.c (mon.1) 9371 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.893 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.189518+0000 mon.c (mon.1) 9372 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.893 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.191159+0000 mon.c (mon.1) 9373 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.893 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.192757+0000 mon.c (mon.1) 9374 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.893 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.194321+0000 mon.c (mon.1) 9375 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.893 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.195693+0000 mon.c (mon.1) 9376 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.893 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.197049+0000 mon.c (mon.1) 9377 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.893 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: cephadm 2024-03-30T04:52:00.197852+0000 mgr.y (mgr.25441) 7566 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-03-30T04:52:00.893 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.201910+0000 mon.a (mon.0) 3246 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:00.893 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.205289+0000 mon.c (mon.1) 9378 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-03-30T04:52:00.893 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.205591+0000 mon.a (mon.0) 3247 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-03-30T04:52:00.894 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.208623+0000 mon.a (mon.0) 3248 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-03-30T04:52:00.894 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.211969+0000 mon.c (mon.1) 9379 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:00.894 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.212275+0000 mon.a (mon.0) 3249 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:00.894 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.215337+0000 mon.a (mon.0) 3250 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-03-30T04:52:00.894 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.217453+0000 mon.c (mon.1) 9380 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-03-30T04:52:00.894 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.217737+0000 mon.a (mon.0) 3251 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-03-30T04:52:01.101 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: cephadm 2024-03-30T04:51:59.861195+0000 mgr.y (mgr.25441) 7560 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:01.101 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:51:59.903439+0000 mon.c (mon.1) 9339 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.101 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:51:59.905276+0000 mon.c (mon.1) 9340 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.101 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:51:59.907148+0000 mon.c (mon.1) 9341 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.101 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:51:59.907809+0000 mon.c (mon.1) 9342 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.101 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:51:59.912702+0000 mon.a (mon.0) 3238 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:01.101 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: cephadm 2024-03-30T04:51:59.914364+0000 mgr.y (mgr.25441) 7561 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:01.101 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:51:59.954612+0000 mon.c (mon.1) 9343 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.102 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:51:59.956809+0000 mon.c (mon.1) 9344 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.102 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:51:59.958787+0000 mon.c (mon.1) 9345 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.102 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:51:59.959486+0000 mon.c (mon.1) 9346 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.102 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:51:59.964214+0000 mon.a (mon.0) 3239 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:01.102 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: cephadm 2024-03-30T04:51:59.965866+0000 mgr.y (mgr.25441) 7562 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:01.102 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.006127+0000 mon.c (mon.1) 9347 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.102 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.008192+0000 mon.c (mon.1) 9348 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.102 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.010309+0000 mon.c (mon.1) 9349 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.102 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.011015+0000 mon.c (mon.1) 9350 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.102 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.016008+0000 mon.a (mon.0) 3240 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:01.102 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: cephadm 2024-03-30T04:52:00.017578+0000 mgr.y (mgr.25441) 7563 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:01.102 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.058406+0000 mon.c (mon.1) 9351 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.103 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.060592+0000 mon.c (mon.1) 9352 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.103 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.062564+0000 mon.c (mon.1) 9353 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.103 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.063260+0000 mon.c (mon.1) 9354 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.103 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.068342+0000 mon.a (mon.0) 3241 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:01.104 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: cephadm 2024-03-30T04:52:00.069847+0000 mgr.y (mgr.25441) 7564 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:01.104 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.110067+0000 mon.c (mon.1) 9355 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.104 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.112382+0000 mon.c (mon.1) 9356 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.104 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.114520+0000 mon.c (mon.1) 9357 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.104 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.115222+0000 mon.c (mon.1) 9358 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.104 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.120064+0000 mon.a (mon.0) 3242 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:01.104 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: cephadm 2024-03-30T04:52:00.121047+0000 mgr.y (mgr.25441) 7565 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:01.104 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.147699+0000 mon.a (mon.0) 3243 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:01.104 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.156770+0000 mon.a (mon.0) 3244 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:01.104 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.166092+0000 mon.a (mon.0) 3245 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:01.104 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.168342+0000 mon.c (mon.1) 9359 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.104 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.170520+0000 mon.c (mon.1) 9360 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.105 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.172216+0000 mon.c (mon.1) 9361 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.105 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.173469+0000 mon.c (mon.1) 9362 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.105 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.175611+0000 mon.c (mon.1) 9363 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.105 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.178117+0000 mon.c (mon.1) 9364 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.105 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.179867+0000 mon.c (mon.1) 9365 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.105 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.181137+0000 mon.c (mon.1) 9366 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.105 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.182463+0000 mon.c (mon.1) 9367 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.105 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.183822+0000 mon.c (mon.1) 9368 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.105 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.185211+0000 mon.c (mon.1) 9369 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.105 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.186477+0000 mon.c (mon.1) 9370 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.105 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.187826+0000 mon.c (mon.1) 9371 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.105 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.189518+0000 mon.c (mon.1) 9372 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.105 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.191159+0000 mon.c (mon.1) 9373 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.105 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.192757+0000 mon.c (mon.1) 9374 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.106 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.194321+0000 mon.c (mon.1) 9375 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.106 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.195693+0000 mon.c (mon.1) 9376 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.106 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.197049+0000 mon.c (mon.1) 9377 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.106 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: cephadm 2024-03-30T04:52:00.197852+0000 mgr.y (mgr.25441) 7566 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-03-30T04:52:01.106 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.201910+0000 mon.a (mon.0) 3246 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:01.106 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.205289+0000 mon.c (mon.1) 9378 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-03-30T04:52:01.106 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.205591+0000 mon.a (mon.0) 3247 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-03-30T04:52:01.106 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.208623+0000 mon.a (mon.0) 3248 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-03-30T04:52:01.106 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.211969+0000 mon.c (mon.1) 9379 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.106 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.212275+0000 mon.a (mon.0) 3249 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.106 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.215337+0000 mon.a (mon.0) 3250 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-03-30T04:52:01.106 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.217453+0000 mon.c (mon.1) 9380 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-03-30T04:52:01.107 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.217737+0000 mon.a (mon.0) 3251 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-03-30T04:52:01.107 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.221979+0000 mon.a (mon.0) 3252 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-03-30T04:52:01.107 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.223888+0000 mon.c (mon.1) 9381 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-03-30T04:52:01.107 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.224326+0000 mon.a (mon.0) 3253 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-03-30T04:52:01.107 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.229933+0000 mon.a (mon.0) 3254 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-03-30T04:52:01.107 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.232754+0000 mon.c (mon.1) 9382 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-03-30T04:52:01.107 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.233184+0000 mon.a (mon.0) 3255 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-03-30T04:52:01.107 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.237460+0000 mon.a (mon.0) 3256 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-03-30T04:52:01.107 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.240444+0000 mon.c (mon.1) 9383 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-03-30T04:52:01.107 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.240802+0000 mon.a (mon.0) 3257 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-03-30T04:52:01.107 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.245343+0000 mon.a (mon.0) 3258 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-03-30T04:52:01.107 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.248434+0000 mon.c (mon.1) 9384 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-03-30T04:52:01.107 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.248737+0000 mon.a (mon.0) 3259 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-03-30T04:52:01.107 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.253148+0000 mon.a (mon.0) 3260 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-03-30T04:52:01.107 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.256270+0000 mon.c (mon.1) 9385 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.108 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.256629+0000 mon.a (mon.0) 3261 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.108 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.257496+0000 mon.c (mon.1) 9386 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-03-30T04:52:01.108 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.257789+0000 mon.a (mon.0) 3262 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-03-30T04:52:01.108 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.260836+0000 mon.a (mon.0) 3263 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-03-30T04:52:01.108 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.262887+0000 mon.c (mon.1) 9387 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-03-30T04:52:01.108 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.263234+0000 mon.a (mon.0) 3264 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-03-30T04:52:01.108 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.267793+0000 mon.a (mon.0) 3265 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-03-30T04:52:01.108 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.270402+0000 mon.c (mon.1) 9388 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:52:01.108 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.271209+0000 mon.c (mon.1) 9389 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-03-30T04:52:01.108 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.271531+0000 mon.a (mon.0) 3266 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-03-30T04:52:01.108 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.275837+0000 mon.a (mon.0) 3267 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-03-30T04:52:01.108 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.279028+0000 mon.c (mon.1) 9390 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-03-30T04:52:01.108 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.279322+0000 mon.a (mon.0) 3268 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-03-30T04:52:01.108 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.283882+0000 mon.a (mon.0) 3269 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-03-30T04:52:01.108 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.287260+0000 mon.c (mon.1) 9391 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.109 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.287531+0000 mon.a (mon.0) 3270 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.109 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.296272+0000 mon.c (mon.1) 9392 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.109 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.296657+0000 mon.a (mon.0) 3271 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.109 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.301022+0000 mon.c (mon.1) 9393 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.109 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.301309+0000 mon.a (mon.0) 3272 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.110 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.302032+0000 mon.c (mon.1) 9394 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.110 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.302294+0000 mon.a (mon.0) 3273 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.110 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.302999+0000 mon.c (mon.1) 9395 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.110 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.303259+0000 mon.a (mon.0) 3274 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.110 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.303941+0000 mon.c (mon.1) 9396 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.110 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.304184+0000 mon.a (mon.0) 3275 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.110 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: cephadm 2024-03-30T04:52:00.304810+0000 mgr.y (mgr.25441) 7567 : cephadm [INF] Upgrade: Complete! 2024-03-30T04:52:01.110 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.305231+0000 mon.c (mon.1) 9397 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-03-30T04:52:01.110 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.305464+0000 mon.a (mon.0) 3276 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-03-30T04:52:01.110 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.310649+0000 mon.a (mon.0) 3277 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-03-30T04:52:01.110 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.312801+0000 mon.c (mon.1) 9398 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.110 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.312991+0000 mon.c (mon.1) 9399 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.110 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.313133+0000 mon.a (mon.0) 3278 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.110 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.313535+0000 mon.a (mon.0) 3279 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.111 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.313942+0000 mon.c (mon.1) 9400 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.111 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.314202+0000 mon.a (mon.0) 3280 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.111 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.314541+0000 mon.c (mon.1) 9401 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.111 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.314872+0000 mon.a (mon.0) 3281 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.111 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.315251+0000 mon.c (mon.1) 9402 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.111 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.315553+0000 mon.a (mon.0) 3282 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.111 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.315921+0000 mon.c (mon.1) 9403 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.111 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.316168+0000 mon.a (mon.0) 3283 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.111 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.316475+0000 mon.c (mon.1) 9404 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.111 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.316755+0000 mon.a (mon.0) 3284 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.111 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.317175+0000 mon.c (mon.1) 9405 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.111 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.317446+0000 mon.a (mon.0) 3285 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.111 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: cephadm 2024-03-30T04:52:00.317642+0000 mgr.y (mgr.25441) 7568 : cephadm [INF] Adjusting osd_memory_target on smithi111 to 2524M 2024-03-30T04:52:01.111 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: cephadm 2024-03-30T04:52:00.318239+0000 mgr.y (mgr.25441) 7569 : cephadm [INF] Adjusting osd_memory_target on smithi117 to 2780M 2024-03-30T04:52:01.112 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.323274+0000 mon.a (mon.0) 3286 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:01.112 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.329986+0000 mon.a (mon.0) 3287 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:01.112 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.333181+0000 mon.c (mon.1) 9406 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.112 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.333908+0000 mon.c (mon.1) 9407 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.112 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.340944+0000 mon.a (mon.0) 3288 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:01.112 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.390133+0000 mon.c (mon.1) 9408 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.112 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.390911+0000 mon.c (mon.1) 9409 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.112 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.398291+0000 mon.a (mon.0) 3289 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:01.112 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: audit 2024-03-30T04:52:00.646360+0000 mon.a (mon.0) 3290 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:01.112 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:00 smithi117 bash[62284]: cluster 2024-03-30T04:52:00.782683+0000 mgr.y (mgr.25441) 7570 : cluster [DBG] pgmap v4865: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:01.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.221979+0000 mon.a (mon.0) 3252 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-03-30T04:52:01.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.223888+0000 mon.c (mon.1) 9381 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-03-30T04:52:01.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.224326+0000 mon.a (mon.0) 3253 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-03-30T04:52:01.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.229933+0000 mon.a (mon.0) 3254 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-03-30T04:52:01.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.232754+0000 mon.c (mon.1) 9382 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-03-30T04:52:01.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.233184+0000 mon.a (mon.0) 3255 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-03-30T04:52:01.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.237460+0000 mon.a (mon.0) 3256 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-03-30T04:52:01.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.240444+0000 mon.c (mon.1) 9383 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-03-30T04:52:01.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.240802+0000 mon.a (mon.0) 3257 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-03-30T04:52:01.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.245343+0000 mon.a (mon.0) 3258 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-03-30T04:52:01.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.248434+0000 mon.c (mon.1) 9384 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-03-30T04:52:01.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.248737+0000 mon.a (mon.0) 3259 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-03-30T04:52:01.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.253148+0000 mon.a (mon.0) 3260 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-03-30T04:52:01.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.256270+0000 mon.c (mon.1) 9385 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.256629+0000 mon.a (mon.0) 3261 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.257496+0000 mon.c (mon.1) 9386 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-03-30T04:52:01.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.257789+0000 mon.a (mon.0) 3262 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-03-30T04:52:01.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: cephadm 2024-03-30T04:52:00.069847+0000 mgr.y (mgr.25441) 7564 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:01.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.110067+0000 mon.c (mon.1) 9355 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.112382+0000 mon.c (mon.1) 9356 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.114520+0000 mon.c (mon.1) 9357 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.115222+0000 mon.c (mon.1) 9358 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.120064+0000 mon.a (mon.0) 3242 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:01.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: cephadm 2024-03-30T04:52:00.121047+0000 mgr.y (mgr.25441) 7565 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:01.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.147699+0000 mon.a (mon.0) 3243 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:01.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.156770+0000 mon.a (mon.0) 3244 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:01.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.166092+0000 mon.a (mon.0) 3245 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:01.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.168342+0000 mon.c (mon.1) 9359 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.170520+0000 mon.c (mon.1) 9360 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.172216+0000 mon.c (mon.1) 9361 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.120 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.173469+0000 mon.c (mon.1) 9362 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.175611+0000 mon.c (mon.1) 9363 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.178117+0000 mon.c (mon.1) 9364 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.179867+0000 mon.c (mon.1) 9365 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.181137+0000 mon.c (mon.1) 9366 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.182463+0000 mon.c (mon.1) 9367 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.121 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.183822+0000 mon.c (mon.1) 9368 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.260836+0000 mon.a (mon.0) 3263 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-03-30T04:52:01.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.262887+0000 mon.c (mon.1) 9387 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-03-30T04:52:01.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.263234+0000 mon.a (mon.0) 3264 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-03-30T04:52:01.121 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.267793+0000 mon.a (mon.0) 3265 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-03-30T04:52:01.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.270402+0000 mon.c (mon.1) 9388 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:52:01.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.271209+0000 mon.c (mon.1) 9389 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-03-30T04:52:01.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.271531+0000 mon.a (mon.0) 3266 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-03-30T04:52:01.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.275837+0000 mon.a (mon.0) 3267 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-03-30T04:52:01.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.279028+0000 mon.c (mon.1) 9390 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-03-30T04:52:01.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.279322+0000 mon.a (mon.0) 3268 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-03-30T04:52:01.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.283882+0000 mon.a (mon.0) 3269 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-03-30T04:52:01.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.287260+0000 mon.c (mon.1) 9391 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.287531+0000 mon.a (mon.0) 3270 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.296272+0000 mon.c (mon.1) 9392 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.296657+0000 mon.a (mon.0) 3271 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.301022+0000 mon.c (mon.1) 9393 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.122 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.301309+0000 mon.a (mon.0) 3272 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.185211+0000 mon.c (mon.1) 9369 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.186477+0000 mon.c (mon.1) 9370 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.187826+0000 mon.c (mon.1) 9371 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.189518+0000 mon.c (mon.1) 9372 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.191159+0000 mon.c (mon.1) 9373 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.192757+0000 mon.c (mon.1) 9374 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.194321+0000 mon.c (mon.1) 9375 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.195693+0000 mon.c (mon.1) 9376 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.123 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.197049+0000 mon.c (mon.1) 9377 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: cephadm 2024-03-30T04:52:00.197852+0000 mgr.y (mgr.25441) 7566 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-03-30T04:52:01.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.201910+0000 mon.a (mon.0) 3246 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:01.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.205289+0000 mon.c (mon.1) 9378 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-03-30T04:52:01.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.205591+0000 mon.a (mon.0) 3247 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-03-30T04:52:01.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.208623+0000 mon.a (mon.0) 3248 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-03-30T04:52:01.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.211969+0000 mon.c (mon.1) 9379 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.212275+0000 mon.a (mon.0) 3249 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.215337+0000 mon.a (mon.0) 3250 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-03-30T04:52:01.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.217453+0000 mon.c (mon.1) 9380 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-03-30T04:52:01.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.217737+0000 mon.a (mon.0) 3251 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-03-30T04:52:01.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.221979+0000 mon.a (mon.0) 3252 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-03-30T04:52:01.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.223888+0000 mon.c (mon.1) 9381 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-03-30T04:52:01.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.224326+0000 mon.a (mon.0) 3253 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-03-30T04:52:01.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.229933+0000 mon.a (mon.0) 3254 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-03-30T04:52:01.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.232754+0000 mon.c (mon.1) 9382 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-03-30T04:52:01.124 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.233184+0000 mon.a (mon.0) 3255 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-03-30T04:52:01.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.237460+0000 mon.a (mon.0) 3256 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-03-30T04:52:01.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.240444+0000 mon.c (mon.1) 9383 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-03-30T04:52:01.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.240802+0000 mon.a (mon.0) 3257 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-03-30T04:52:01.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.245343+0000 mon.a (mon.0) 3258 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-03-30T04:52:01.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.248434+0000 mon.c (mon.1) 9384 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-03-30T04:52:01.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.248737+0000 mon.a (mon.0) 3259 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-03-30T04:52:01.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.253148+0000 mon.a (mon.0) 3260 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-03-30T04:52:01.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.256270+0000 mon.c (mon.1) 9385 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.256629+0000 mon.a (mon.0) 3261 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.257496+0000 mon.c (mon.1) 9386 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-03-30T04:52:01.125 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.257789+0000 mon.a (mon.0) 3262 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-03-30T04:52:01.125 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.302032+0000 mon.c (mon.1) 9394 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.302294+0000 mon.a (mon.0) 3273 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.302999+0000 mon.c (mon.1) 9395 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.303259+0000 mon.a (mon.0) 3274 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.303941+0000 mon.c (mon.1) 9396 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.304184+0000 mon.a (mon.0) 3275 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: cephadm 2024-03-30T04:52:00.304810+0000 mgr.y (mgr.25441) 7567 : cephadm [INF] Upgrade: Complete! 2024-03-30T04:52:01.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.305231+0000 mon.c (mon.1) 9397 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-03-30T04:52:01.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.305464+0000 mon.a (mon.0) 3276 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-03-30T04:52:01.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.310649+0000 mon.a (mon.0) 3277 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-03-30T04:52:01.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.312801+0000 mon.c (mon.1) 9398 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.312991+0000 mon.c (mon.1) 9399 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.313133+0000 mon.a (mon.0) 3278 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.126 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.313535+0000 mon.a (mon.0) 3279 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.313942+0000 mon.c (mon.1) 9400 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.314202+0000 mon.a (mon.0) 3280 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.127 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.314541+0000 mon.c (mon.1) 9401 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.260836+0000 mon.a (mon.0) 3263 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-03-30T04:52:01.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.262887+0000 mon.c (mon.1) 9387 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-03-30T04:52:01.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.263234+0000 mon.a (mon.0) 3264 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-03-30T04:52:01.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.267793+0000 mon.a (mon.0) 3265 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-03-30T04:52:01.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.270402+0000 mon.c (mon.1) 9388 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:52:01.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.271209+0000 mon.c (mon.1) 9389 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-03-30T04:52:01.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.271531+0000 mon.a (mon.0) 3266 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-03-30T04:52:01.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.275837+0000 mon.a (mon.0) 3267 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-03-30T04:52:01.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.279028+0000 mon.c (mon.1) 9390 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-03-30T04:52:01.127 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.279322+0000 mon.a (mon.0) 3268 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-03-30T04:52:01.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.283882+0000 mon.a (mon.0) 3269 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-03-30T04:52:01.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.287260+0000 mon.c (mon.1) 9391 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.287531+0000 mon.a (mon.0) 3270 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.296272+0000 mon.c (mon.1) 9392 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.296657+0000 mon.a (mon.0) 3271 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.301022+0000 mon.c (mon.1) 9393 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.301309+0000 mon.a (mon.0) 3272 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.128 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.302032+0000 mon.c (mon.1) 9394 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.314872+0000 mon.a (mon.0) 3281 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.315251+0000 mon.c (mon.1) 9402 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.315553+0000 mon.a (mon.0) 3282 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.315921+0000 mon.c (mon.1) 9403 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.128 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.316168+0000 mon.a (mon.0) 3283 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.316475+0000 mon.c (mon.1) 9404 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.316755+0000 mon.a (mon.0) 3284 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.317175+0000 mon.c (mon.1) 9405 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.317446+0000 mon.a (mon.0) 3285 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: cephadm 2024-03-30T04:52:00.317642+0000 mgr.y (mgr.25441) 7568 : cephadm [INF] Adjusting osd_memory_target on smithi111 to 2524M 2024-03-30T04:52:01.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: cephadm 2024-03-30T04:52:00.318239+0000 mgr.y (mgr.25441) 7569 : cephadm [INF] Adjusting osd_memory_target on smithi117 to 2780M 2024-03-30T04:52:01.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.323274+0000 mon.a (mon.0) 3286 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:01.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.329986+0000 mon.a (mon.0) 3287 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:01.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.333181+0000 mon.c (mon.1) 9406 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.333908+0000 mon.c (mon.1) 9407 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.340944+0000 mon.a (mon.0) 3288 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:01.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.390133+0000 mon.c (mon.1) 9408 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.390911+0000 mon.c (mon.1) 9409 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.398291+0000 mon.a (mon.0) 3289 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:01.129 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: audit 2024-03-30T04:52:00.646360+0000 mon.a (mon.0) 3290 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:01.130 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[70954]: cluster 2024-03-30T04:52:00.782683+0000 mgr.y (mgr.25441) 7570 : cluster [DBG] pgmap v4865: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:01.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.302294+0000 mon.a (mon.0) 3273 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.302999+0000 mon.c (mon.1) 9395 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.303259+0000 mon.a (mon.0) 3274 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.303941+0000 mon.c (mon.1) 9396 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.304184+0000 mon.a (mon.0) 3275 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:01.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: cephadm 2024-03-30T04:52:00.304810+0000 mgr.y (mgr.25441) 7567 : cephadm [INF] Upgrade: Complete! 2024-03-30T04:52:01.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.305231+0000 mon.c (mon.1) 9397 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-03-30T04:52:01.130 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.305464+0000 mon.a (mon.0) 3276 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-03-30T04:52:01.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.310649+0000 mon.a (mon.0) 3277 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-03-30T04:52:01.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.312801+0000 mon.c (mon.1) 9398 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.312991+0000 mon.c (mon.1) 9399 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.313133+0000 mon.a (mon.0) 3278 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.313535+0000 mon.a (mon.0) 3279 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.313942+0000 mon.c (mon.1) 9400 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.314202+0000 mon.a (mon.0) 3280 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.314541+0000 mon.c (mon.1) 9401 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.314872+0000 mon.a (mon.0) 3281 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.315251+0000 mon.c (mon.1) 9402 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.315553+0000 mon.a (mon.0) 3282 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.315921+0000 mon.c (mon.1) 9403 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.316168+0000 mon.a (mon.0) 3283 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.316475+0000 mon.c (mon.1) 9404 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.131 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.316755+0000 mon.a (mon.0) 3284 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.317175+0000 mon.c (mon.1) 9405 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.317446+0000 mon.a (mon.0) 3285 : audit [INF] from='mgr.25441 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:52:01.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: cephadm 2024-03-30T04:52:00.317642+0000 mgr.y (mgr.25441) 7568 : cephadm [INF] Adjusting osd_memory_target on smithi111 to 2524M 2024-03-30T04:52:01.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: cephadm 2024-03-30T04:52:00.318239+0000 mgr.y (mgr.25441) 7569 : cephadm [INF] Adjusting osd_memory_target on smithi117 to 2780M 2024-03-30T04:52:01.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.323274+0000 mon.a (mon.0) 3286 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:01.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.329986+0000 mon.a (mon.0) 3287 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:01.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.333181+0000 mon.c (mon.1) 9406 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.333908+0000 mon.c (mon.1) 9407 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.340944+0000 mon.a (mon.0) 3288 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:01.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.390133+0000 mon.c (mon.1) 9408 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.390911+0000 mon.c (mon.1) 9409 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.398291+0000 mon.a (mon.0) 3289 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:01.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: audit 2024-03-30T04:52:00.646360+0000 mon.a (mon.0) 3290 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:01.132 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:00 smithi111 bash[73591]: cluster 2024-03-30T04:52:00.782683+0000 mgr.y (mgr.25441) 7570 : cluster [DBG] pgmap v4865: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:04.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:03 smithi111 bash[73591]: cluster 2024-03-30T04:52:02.784192+0000 mgr.y (mgr.25441) 7571 : cluster [DBG] pgmap v4866: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:04.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:03 smithi111 bash[73591]: audit 2024-03-30T04:52:02.861343+0000 mon.a (mon.0) 3291 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:04.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:03 smithi111 bash[73591]: audit 2024-03-30T04:52:02.881218+0000 mon.a (mon.0) 3292 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:04.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:03 smithi111 bash[73591]: audit 2024-03-30T04:52:02.896565+0000 mon.a (mon.0) 3293 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:04.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:03 smithi111 bash[70954]: cluster 2024-03-30T04:52:02.784192+0000 mgr.y (mgr.25441) 7571 : cluster [DBG] pgmap v4866: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:04.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:03 smithi111 bash[70954]: audit 2024-03-30T04:52:02.861343+0000 mon.a (mon.0) 3291 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:04.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:03 smithi111 bash[70954]: audit 2024-03-30T04:52:02.881218+0000 mon.a (mon.0) 3292 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:04.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:03 smithi111 bash[70954]: audit 2024-03-30T04:52:02.896565+0000 mon.a (mon.0) 3293 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:04.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:03 smithi117 bash[62284]: cluster 2024-03-30T04:52:02.784192+0000 mgr.y (mgr.25441) 7571 : cluster [DBG] pgmap v4866: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:04.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:03 smithi117 bash[62284]: audit 2024-03-30T04:52:02.861343+0000 mon.a (mon.0) 3291 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:04.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:03 smithi117 bash[62284]: audit 2024-03-30T04:52:02.881218+0000 mon.a (mon.0) 3292 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:04.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:03 smithi117 bash[62284]: audit 2024-03-30T04:52:02.896565+0000 mon.a (mon.0) 3293 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:05.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:04 smithi111 bash[73591]: cluster 2024-03-30T04:52:04.785254+0000 mgr.y (mgr.25441) 7572 : cluster [DBG] pgmap v4867: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:05.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:04 smithi111 bash[70954]: cluster 2024-03-30T04:52:04.785254+0000 mgr.y (mgr.25441) 7572 : cluster [DBG] pgmap v4867: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:05.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:04 smithi117 bash[62284]: cluster 2024-03-30T04:52:04.785254+0000 mgr.y (mgr.25441) 7572 : cluster [DBG] pgmap v4867: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:06.868 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:52:06 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:52:06] "GET /metrics HTTP/1.1" 200 38700 "" "Prometheus/2.43.0" 2024-03-30T04:52:08.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:07 smithi111 bash[70954]: cluster 2024-03-30T04:52:06.786551+0000 mgr.y (mgr.25441) 7573 : cluster [DBG] pgmap v4868: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:08.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:07 smithi111 bash[73591]: cluster 2024-03-30T04:52:06.786551+0000 mgr.y (mgr.25441) 7573 : cluster [DBG] pgmap v4868: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:08.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:07 smithi117 bash[62284]: cluster 2024-03-30T04:52:06.786551+0000 mgr.y (mgr.25441) 7573 : cluster [DBG] pgmap v4868: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:10.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:09 smithi111 bash[70954]: cluster 2024-03-30T04:52:08.787677+0000 mgr.y (mgr.25441) 7574 : cluster [DBG] pgmap v4869: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:10.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:09 smithi111 bash[73591]: cluster 2024-03-30T04:52:08.787677+0000 mgr.y (mgr.25441) 7574 : cluster [DBG] pgmap v4869: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:10.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:09 smithi117 bash[62284]: cluster 2024-03-30T04:52:08.787677+0000 mgr.y (mgr.25441) 7574 : cluster [DBG] pgmap v4869: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:11.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:10 smithi111 bash[70954]: audit 2024-03-30T04:52:09.142137+0000 mgr.y (mgr.25441) 7575 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:11.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:10 smithi111 bash[73591]: audit 2024-03-30T04:52:09.142137+0000 mgr.y (mgr.25441) 7575 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:11.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:10 smithi117 bash[62284]: audit 2024-03-30T04:52:09.142137+0000 mgr.y (mgr.25441) 7575 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:12.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:11 smithi111 bash[70954]: cluster 2024-03-30T04:52:10.788791+0000 mgr.y (mgr.25441) 7576 : cluster [DBG] pgmap v4870: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:12.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:11 smithi111 bash[73591]: cluster 2024-03-30T04:52:10.788791+0000 mgr.y (mgr.25441) 7576 : cluster [DBG] pgmap v4870: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:12.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:11 smithi117 bash[62284]: cluster 2024-03-30T04:52:10.788791+0000 mgr.y (mgr.25441) 7576 : cluster [DBG] pgmap v4870: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:13.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:12 smithi111 bash[70954]: cluster 2024-03-30T04:52:12.790333+0000 mgr.y (mgr.25441) 7577 : cluster [DBG] pgmap v4871: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:13.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:12 smithi111 bash[73591]: cluster 2024-03-30T04:52:12.790333+0000 mgr.y (mgr.25441) 7577 : cluster [DBG] pgmap v4871: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:13.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:12 smithi117 bash[62284]: cluster 2024-03-30T04:52:12.790333+0000 mgr.y (mgr.25441) 7577 : cluster [DBG] pgmap v4871: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:16.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:15 smithi111 bash[70954]: cluster 2024-03-30T04:52:14.791406+0000 mgr.y (mgr.25441) 7578 : cluster [DBG] pgmap v4872: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:16.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:15 smithi111 bash[70954]: audit 2024-03-30T04:52:15.268527+0000 mon.c (mon.1) 9410 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:52:16.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:15 smithi111 bash[73591]: cluster 2024-03-30T04:52:14.791406+0000 mgr.y (mgr.25441) 7578 : cluster [DBG] pgmap v4872: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:16.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:15 smithi111 bash[73591]: audit 2024-03-30T04:52:15.268527+0000 mon.c (mon.1) 9410 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:52:16.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:15 smithi117 bash[62284]: cluster 2024-03-30T04:52:14.791406+0000 mgr.y (mgr.25441) 7578 : cluster [DBG] pgmap v4872: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:16.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:15 smithi117 bash[62284]: audit 2024-03-30T04:52:15.268527+0000 mon.c (mon.1) 9410 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:52:16.868 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:52:16 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:52:16] "GET /metrics HTTP/1.1" 200 38700 "" "Prometheus/2.43.0" 2024-03-30T04:52:18.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:17 smithi111 bash[70954]: cluster 2024-03-30T04:52:16.792805+0000 mgr.y (mgr.25441) 7579 : cluster [DBG] pgmap v4873: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:18.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:17 smithi111 bash[73591]: cluster 2024-03-30T04:52:16.792805+0000 mgr.y (mgr.25441) 7579 : cluster [DBG] pgmap v4873: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:18.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:17 smithi117 bash[62284]: cluster 2024-03-30T04:52:16.792805+0000 mgr.y (mgr.25441) 7579 : cluster [DBG] pgmap v4873: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:20.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:19 smithi111 bash[70954]: cluster 2024-03-30T04:52:18.793992+0000 mgr.y (mgr.25441) 7580 : cluster [DBG] pgmap v4874: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:20.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:19 smithi111 bash[73591]: cluster 2024-03-30T04:52:18.793992+0000 mgr.y (mgr.25441) 7580 : cluster [DBG] pgmap v4874: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:20.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:19 smithi117 bash[62284]: cluster 2024-03-30T04:52:18.793992+0000 mgr.y (mgr.25441) 7580 : cluster [DBG] pgmap v4874: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:21.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:20 smithi111 bash[70954]: audit 2024-03-30T04:52:19.152793+0000 mgr.y (mgr.25441) 7581 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:21.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:20 smithi111 bash[70954]: audit 2024-03-30T04:52:19.895714+0000 mon.a (mon.0) 3294 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:21.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:20 smithi111 bash[70954]: audit 2024-03-30T04:52:19.909996+0000 mon.a (mon.0) 3295 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:21.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:20 smithi111 bash[70954]: audit 2024-03-30T04:52:19.921094+0000 mon.a (mon.0) 3296 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:21.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:20 smithi111 bash[73591]: audit 2024-03-30T04:52:19.152793+0000 mgr.y (mgr.25441) 7581 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:21.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:20 smithi111 bash[73591]: audit 2024-03-30T04:52:19.895714+0000 mon.a (mon.0) 3294 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:21.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:20 smithi111 bash[73591]: audit 2024-03-30T04:52:19.909996+0000 mon.a (mon.0) 3295 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:21.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:20 smithi111 bash[73591]: audit 2024-03-30T04:52:19.921094+0000 mon.a (mon.0) 3296 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:21.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:20 smithi117 bash[62284]: audit 2024-03-30T04:52:19.152793+0000 mgr.y (mgr.25441) 7581 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:21.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:20 smithi117 bash[62284]: audit 2024-03-30T04:52:19.895714+0000 mon.a (mon.0) 3294 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:21.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:20 smithi117 bash[62284]: audit 2024-03-30T04:52:19.909996+0000 mon.a (mon.0) 3295 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:21.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:20 smithi117 bash[62284]: audit 2024-03-30T04:52:19.921094+0000 mon.a (mon.0) 3296 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:22.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:21 smithi111 bash[73591]: cluster 2024-03-30T04:52:20.795065+0000 mgr.y (mgr.25441) 7582 : cluster [DBG] pgmap v4875: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:22.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:21 smithi111 bash[70954]: cluster 2024-03-30T04:52:20.795065+0000 mgr.y (mgr.25441) 7582 : cluster [DBG] pgmap v4875: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:22.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:21 smithi117 bash[62284]: cluster 2024-03-30T04:52:20.795065+0000 mgr.y (mgr.25441) 7582 : cluster [DBG] pgmap v4875: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:23.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:22 smithi117 bash[62284]: audit 2024-03-30T04:52:22.123692+0000 mgr.y (mgr.25441) 7583 : audit [DBG] from='client.44965 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:52:23.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:22 smithi117 bash[62284]: cluster 2024-03-30T04:52:22.796480+0000 mgr.y (mgr.25441) 7584 : cluster [DBG] pgmap v4876: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:23.155 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:22 smithi111 bash[73591]: audit 2024-03-30T04:52:22.123692+0000 mgr.y (mgr.25441) 7583 : audit [DBG] from='client.44965 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:52:23.155 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:22 smithi111 bash[73591]: cluster 2024-03-30T04:52:22.796480+0000 mgr.y (mgr.25441) 7584 : cluster [DBG] pgmap v4876: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:23.155 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:22 smithi111 bash[70954]: audit 2024-03-30T04:52:22.123692+0000 mgr.y (mgr.25441) 7583 : audit [DBG] from='client.44965 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:52:23.156 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:22 smithi111 bash[70954]: cluster 2024-03-30T04:52:22.796480+0000 mgr.y (mgr.25441) 7584 : cluster [DBG] pgmap v4876: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:23.196 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph orch ps' 2024-03-30T04:52:24.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:24 smithi111 bash[70954]: audit 2024-03-30T04:52:23.071500+0000 mon.a (mon.0) 3297 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:24.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:24 smithi111 bash[70954]: audit 2024-03-30T04:52:23.091213+0000 mon.a (mon.0) 3298 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:24.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:24 smithi111 bash[70954]: audit 2024-03-30T04:52:23.105679+0000 mon.a (mon.0) 3299 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:24.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:24 smithi111 bash[73591]: audit 2024-03-30T04:52:23.071500+0000 mon.a (mon.0) 3297 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:24.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:24 smithi111 bash[73591]: audit 2024-03-30T04:52:23.091213+0000 mon.a (mon.0) 3298 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:24.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:24 smithi111 bash[73591]: audit 2024-03-30T04:52:23.105679+0000 mon.a (mon.0) 3299 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:24.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:24 smithi117 bash[62284]: audit 2024-03-30T04:52:23.071500+0000 mon.a (mon.0) 3297 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:24.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:24 smithi117 bash[62284]: audit 2024-03-30T04:52:23.091213+0000 mon.a (mon.0) 3298 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:24.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:24 smithi117 bash[62284]: audit 2024-03-30T04:52:23.105679+0000 mon.a (mon.0) 3299 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:25.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:25 smithi111 bash[70954]: cluster 2024-03-30T04:52:24.797516+0000 mgr.y (mgr.25441) 7585 : cluster [DBG] pgmap v4877: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:25.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:25 smithi111 bash[73591]: cluster 2024-03-30T04:52:24.797516+0000 mgr.y (mgr.25441) 7585 : cluster [DBG] pgmap v4877: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:25.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:25 smithi117 bash[62284]: cluster 2024-03-30T04:52:24.797516+0000 mgr.y (mgr.25441) 7585 : cluster [DBG] pgmap v4877: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:26.868 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:52:26 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:52:26] "GET /metrics HTTP/1.1" 200 38700 "" "Prometheus/2.43.0" 2024-03-30T04:52:27.807 INFO:teuthology.orchestra.run.smithi111.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:52:27.807 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi111 smithi111 running 7s ago 27m - - 2024-03-30T04:52:27.807 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi117 smithi117 running 4s ago 26m - - 2024-03-30T04:52:27.807 INFO:teuthology.orchestra.run.smithi111.stdout:alertmanager.a smithi111 *:9093,9094 running (82s) 7s ago 20m 15.7M - 0.25.0 c8568f914cd2 689c742981d5 2024-03-30T04:52:27.807 INFO:teuthology.orchestra.run.smithi111.stdout:grafana.a smithi117 *:3000 running (36s) 4s ago 19m 69.8M - 9.4.12 2bacad6d85d8 53043e87b3a0 2024-03-30T04:52:27.807 INFO:teuthology.orchestra.run.smithi111.stdout:iscsi.foo.smithi111.fmwmll smithi111 running (3m) 7s ago 17m 43.0M - 3.7 3714003597ec 3ebd9fdc0e65 2024-03-30T04:52:27.807 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.x smithi117 *:8443,9283,8765 running (10m) 4s ago 26m 440M - 19.0.0-2493-gd82c9aa1 3714003597ec 42ebd55da4b4 2024-03-30T04:52:27.808 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.y smithi111 *:8443,9283,8765 running (12m) 7s ago 28m 552M - 19.0.0-2493-gd82c9aa1 3714003597ec fa84fb31d2a4 2024-03-30T04:52:27.808 INFO:teuthology.orchestra.run.smithi111.stdout:mon.a smithi111 running (10m) 7s ago 28m 181M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 896c96f933ff 2024-03-30T04:52:27.808 INFO:teuthology.orchestra.run.smithi111.stdout:mon.b smithi117 running (9m) 4s ago 26m 73.5M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 60f10ffc2128 2024-03-30T04:52:27.808 INFO:teuthology.orchestra.run.smithi111.stdout:mon.c smithi111 running (10m) 7s ago 26m 86.8M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 385ecbe45d43 2024-03-30T04:52:27.808 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.a smithi111 *:9100 running (2m) 7s ago 20m 7980k - 1.5.0 0da6a335fe13 d19f0b31b938 2024-03-30T04:52:27.808 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.b smithi117 *:9100 running (2m) 4s ago 20m 7787k - 1.5.0 0da6a335fe13 ed50a028daf9 2024-03-30T04:52:27.808 INFO:teuthology.orchestra.run.smithi111.stdout:osd.0 smithi111 running (8m) 7s ago 25m 61.7M 2524M 19.0.0-2493-gd82c9aa1 3714003597ec c83a5c211a2a 2024-03-30T04:52:27.808 INFO:teuthology.orchestra.run.smithi111.stdout:osd.1 smithi111 running (8m) 7s ago 25m 71.2M 2524M 19.0.0-2493-gd82c9aa1 3714003597ec 72f709306a82 2024-03-30T04:52:27.808 INFO:teuthology.orchestra.run.smithi111.stdout:osd.2 smithi111 running (7m) 7s ago 24m 54.6M 2524M 19.0.0-2493-gd82c9aa1 3714003597ec 4812fabf499a 2024-03-30T04:52:27.808 INFO:teuthology.orchestra.run.smithi111.stdout:osd.3 smithi111 running (6m) 7s ago 23m 64.9M 2524M 19.0.0-2493-gd82c9aa1 3714003597ec d39d23268f95 2024-03-30T04:52:27.808 INFO:teuthology.orchestra.run.smithi111.stdout:osd.4 smithi117 running (6m) 4s ago 23m 62.8M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 1668f848549c 2024-03-30T04:52:27.808 INFO:teuthology.orchestra.run.smithi111.stdout:osd.5 smithi117 running (5m) 4s ago 22m 61.1M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec db2499d5a247 2024-03-30T04:52:27.808 INFO:teuthology.orchestra.run.smithi111.stdout:osd.6 smithi117 running (4m) 4s ago 22m 61.0M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 68d03f439b68 2024-03-30T04:52:27.808 INFO:teuthology.orchestra.run.smithi111.stdout:osd.7 smithi117 running (4m) 4s ago 21m 59.8M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 6fd992ff99cf 2024-03-30T04:52:27.809 INFO:teuthology.orchestra.run.smithi111.stdout:prometheus.a smithi117 *:9095 running (2m) 4s ago 20m 57.1M - 2.43.0 a07b618ecd1d 22f965c51baa 2024-03-30T04:52:27.809 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi111.gqpgtc smithi111 *:8000 running (4m) 7s ago 18m 91.5M - 19.0.0-2493-gd82c9aa1 3714003597ec 50e6e8bbe60e 2024-03-30T04:52:27.809 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi117.nijpsz smithi117 *:8000 running (3m) 4s ago 18m 91.1M - 19.0.0-2493-gd82c9aa1 3714003597ec d8c31b651386 2024-03-30T04:52:27.809 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi111.nqgkvi smithi111 *:80 running (3m) 7s ago 17m 91.2M - 19.0.0-2493-gd82c9aa1 3714003597ec ea526666ea23 2024-03-30T04:52:27.809 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi117.wrgldy smithi117 *:80 running (3m) 4s ago 17m 91.2M - 19.0.0-2493-gd82c9aa1 3714003597ec aa04480b5182 2024-03-30T04:52:28.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:27 smithi117 bash[62284]: cluster 2024-03-30T04:52:26.798769+0000 mgr.y (mgr.25441) 7586 : cluster [DBG] pgmap v4878: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:28.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:28 smithi111 bash[70954]: cluster 2024-03-30T04:52:26.798769+0000 mgr.y (mgr.25441) 7586 : cluster [DBG] pgmap v4878: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:28.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:28 smithi111 bash[73591]: cluster 2024-03-30T04:52:26.798769+0000 mgr.y (mgr.25441) 7586 : cluster [DBG] pgmap v4878: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:28.830 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph versions' 2024-03-30T04:52:29.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:28 smithi111 bash[70954]: audit 2024-03-30T04:52:27.760712+0000 mgr.y (mgr.25441) 7587 : audit [DBG] from='client.35031 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:52:29.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:28 smithi111 bash[73591]: audit 2024-03-30T04:52:27.760712+0000 mgr.y (mgr.25441) 7587 : audit [DBG] from='client.35031 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:52:29.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:28 smithi117 bash[62284]: audit 2024-03-30T04:52:27.760712+0000 mgr.y (mgr.25441) 7587 : audit [DBG] from='client.35031 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:52:30.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:29 smithi111 bash[70954]: cluster 2024-03-30T04:52:28.799777+0000 mgr.y (mgr.25441) 7588 : cluster [DBG] pgmap v4879: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:30.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:29 smithi111 bash[70954]: audit 2024-03-30T04:52:29.159036+0000 mgr.y (mgr.25441) 7589 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:30.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:29 smithi111 bash[73591]: cluster 2024-03-30T04:52:28.799777+0000 mgr.y (mgr.25441) 7588 : cluster [DBG] pgmap v4879: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:30.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:29 smithi111 bash[73591]: audit 2024-03-30T04:52:29.159036+0000 mgr.y (mgr.25441) 7589 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:30.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:29 smithi117 bash[62284]: cluster 2024-03-30T04:52:28.799777+0000 mgr.y (mgr.25441) 7588 : cluster [DBG] pgmap v4879: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:30.137 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:29 smithi117 bash[62284]: audit 2024-03-30T04:52:29.159036+0000 mgr.y (mgr.25441) 7589 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:31.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:30 smithi117 bash[62284]: audit 2024-03-30T04:52:30.268093+0000 mon.c (mon.1) 9411 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:52:31.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:30 smithi117 bash[62284]: cluster 2024-03-30T04:52:30.800871+0000 mgr.y (mgr.25441) 7590 : cluster [DBG] pgmap v4880: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:31.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:30 smithi111 bash[70954]: audit 2024-03-30T04:52:30.268093+0000 mon.c (mon.1) 9411 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:52:31.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:30 smithi111 bash[70954]: cluster 2024-03-30T04:52:30.800871+0000 mgr.y (mgr.25441) 7590 : cluster [DBG] pgmap v4880: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:31.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:30 smithi111 bash[73591]: audit 2024-03-30T04:52:30.268093+0000 mon.c (mon.1) 9411 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:52:31.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:30 smithi111 bash[73591]: cluster 2024-03-30T04:52:30.800871+0000 mgr.y (mgr.25441) 7590 : cluster [DBG] pgmap v4880: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:32.447 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:52:32.447 INFO:teuthology.orchestra.run.smithi111.stdout: "mon": { 2024-03-30T04:52:32.447 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:52:32.447 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:52:32.447 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr": { 2024-03-30T04:52:32.447 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:52:32.448 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:52:32.448 INFO:teuthology.orchestra.run.smithi111.stdout: "osd": { 2024-03-30T04:52:32.448 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 8 2024-03-30T04:52:32.448 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:52:32.448 INFO:teuthology.orchestra.run.smithi111.stdout: "rgw": { 2024-03-30T04:52:32.448 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 4 2024-03-30T04:52:32.448 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:52:32.448 INFO:teuthology.orchestra.run.smithi111.stdout: "overall": { 2024-03-30T04:52:32.448 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 17 2024-03-30T04:52:32.448 INFO:teuthology.orchestra.run.smithi111.stdout: } 2024-03-30T04:52:32.448 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:52:32.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:32 smithi111 bash[70954]: audit 2024-03-30T04:52:32.451273+0000 mon.a (mon.0) 3300 : audit [DBG] from='client.? 172.21.15.111:0/2952113128' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:32.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:32 smithi111 bash[73591]: audit 2024-03-30T04:52:32.451273+0000 mon.a (mon.0) 3300 : audit [DBG] from='client.? 172.21.15.111:0/2952113128' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:32.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:32 smithi117 bash[62284]: audit 2024-03-30T04:52:32.451273+0000 mon.a (mon.0) 3300 : audit [DBG] from='client.? 172.21.15.111:0/2952113128' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:33.224 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-03-30T04:52:33.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:33 smithi111 bash[70954]: cluster 2024-03-30T04:52:32.802309+0000 mgr.y (mgr.25441) 7591 : cluster [DBG] pgmap v4881: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:33.868 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:33 smithi111 bash[73591]: cluster 2024-03-30T04:52:32.802309+0000 mgr.y (mgr.25441) 7591 : cluster [DBG] pgmap v4881: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:33.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:33 smithi117 bash[62284]: cluster 2024-03-30T04:52:32.802309+0000 mgr.y (mgr.25441) 7591 : cluster [DBG] pgmap v4881: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:36.110 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:35 smithi111 bash[70954]: cluster 2024-03-30T04:52:34.803448+0000 mgr.y (mgr.25441) 7592 : cluster [DBG] pgmap v4882: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:36.111 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:35 smithi111 bash[73591]: cluster 2024-03-30T04:52:34.803448+0000 mgr.y (mgr.25441) 7592 : cluster [DBG] pgmap v4882: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:36.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:35 smithi117 bash[62284]: cluster 2024-03-30T04:52:34.803448+0000 mgr.y (mgr.25441) 7592 : cluster [DBG] pgmap v4882: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:36.149 INFO:teuthology.orchestra.run.smithi111.stdout:wait for servicemap items w/ changing names to refresh 2024-03-30T04:52:36.868 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:52:36 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:52:36] "GET /metrics HTTP/1.1" 200 38699 "" "Prometheus/2.43.0" 2024-03-30T04:52:37.133 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'sleep 60' 2024-03-30T04:52:37.309 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:36 smithi111 bash[70954]: cluster 2024-03-30T04:52:36.804810+0000 mgr.y (mgr.25441) 7593 : cluster [DBG] pgmap v4883: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:37.309 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:36 smithi111 bash[73591]: cluster 2024-03-30T04:52:36.804810+0000 mgr.y (mgr.25441) 7593 : cluster [DBG] pgmap v4883: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:37.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:36 smithi117 bash[62284]: cluster 2024-03-30T04:52:36.804810+0000 mgr.y (mgr.25441) 7593 : cluster [DBG] pgmap v4883: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:40.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:39 smithi111 bash[70954]: cluster 2024-03-30T04:52:38.806014+0000 mgr.y (mgr.25441) 7594 : cluster [DBG] pgmap v4884: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:40.118 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:39 smithi111 bash[73591]: cluster 2024-03-30T04:52:38.806014+0000 mgr.y (mgr.25441) 7594 : cluster [DBG] pgmap v4884: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:40.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:39 smithi117 bash[62284]: cluster 2024-03-30T04:52:38.806014+0000 mgr.y (mgr.25441) 7594 : cluster [DBG] pgmap v4884: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:41.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:40 smithi111 bash[70954]: audit 2024-03-30T04:52:39.166864+0000 mgr.y (mgr.25441) 7595 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:41.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:40 smithi111 bash[70954]: audit 2024-03-30T04:52:40.074806+0000 mon.a (mon.0) 3301 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:41.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:40 smithi111 bash[70954]: audit 2024-03-30T04:52:40.086158+0000 mon.a (mon.0) 3302 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:41.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:40 smithi111 bash[70954]: audit 2024-03-30T04:52:40.094956+0000 mon.a (mon.0) 3303 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:41.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:40 smithi111 bash[70954]: cluster 2024-03-30T04:52:40.807079+0000 mgr.y (mgr.25441) 7596 : cluster [DBG] pgmap v4885: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:41.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:40 smithi111 bash[73591]: audit 2024-03-30T04:52:39.166864+0000 mgr.y (mgr.25441) 7595 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:41.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:40 smithi111 bash[73591]: audit 2024-03-30T04:52:40.074806+0000 mon.a (mon.0) 3301 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:41.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:40 smithi111 bash[73591]: audit 2024-03-30T04:52:40.086158+0000 mon.a (mon.0) 3302 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:41.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:40 smithi111 bash[73591]: audit 2024-03-30T04:52:40.094956+0000 mon.a (mon.0) 3303 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:41.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:40 smithi111 bash[73591]: cluster 2024-03-30T04:52:40.807079+0000 mgr.y (mgr.25441) 7596 : cluster [DBG] pgmap v4885: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:41.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:40 smithi117 bash[62284]: audit 2024-03-30T04:52:39.166864+0000 mgr.y (mgr.25441) 7595 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:41.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:40 smithi117 bash[62284]: audit 2024-03-30T04:52:40.074806+0000 mon.a (mon.0) 3301 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:41.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:40 smithi117 bash[62284]: audit 2024-03-30T04:52:40.086158+0000 mon.a (mon.0) 3302 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:41.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:40 smithi117 bash[62284]: audit 2024-03-30T04:52:40.094956+0000 mon.a (mon.0) 3303 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:41.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:40 smithi117 bash[62284]: cluster 2024-03-30T04:52:40.807079+0000 mgr.y (mgr.25441) 7596 : cluster [DBG] pgmap v4885: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:44.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:43 smithi111 bash[70954]: cluster 2024-03-30T04:52:42.808546+0000 mgr.y (mgr.25441) 7597 : cluster [DBG] pgmap v4886: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:44.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:43 smithi111 bash[70954]: audit 2024-03-30T04:52:43.246441+0000 mon.a (mon.0) 3304 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:44.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:43 smithi111 bash[70954]: audit 2024-03-30T04:52:43.256210+0000 mon.a (mon.0) 3305 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:44.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:43 smithi111 bash[70954]: audit 2024-03-30T04:52:43.265168+0000 mon.a (mon.0) 3306 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:44.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:43 smithi111 bash[73591]: cluster 2024-03-30T04:52:42.808546+0000 mgr.y (mgr.25441) 7597 : cluster [DBG] pgmap v4886: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:44.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:43 smithi111 bash[73591]: audit 2024-03-30T04:52:43.246441+0000 mon.a (mon.0) 3304 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:44.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:43 smithi111 bash[73591]: audit 2024-03-30T04:52:43.256210+0000 mon.a (mon.0) 3305 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:44.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:43 smithi111 bash[73591]: audit 2024-03-30T04:52:43.265168+0000 mon.a (mon.0) 3306 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:44.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:43 smithi117 bash[62284]: cluster 2024-03-30T04:52:42.808546+0000 mgr.y (mgr.25441) 7597 : cluster [DBG] pgmap v4886: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:44.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:43 smithi117 bash[62284]: audit 2024-03-30T04:52:43.246441+0000 mon.a (mon.0) 3304 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:44.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:43 smithi117 bash[62284]: audit 2024-03-30T04:52:43.256210+0000 mon.a (mon.0) 3305 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:44.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:43 smithi117 bash[62284]: audit 2024-03-30T04:52:43.265168+0000 mon.a (mon.0) 3306 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:52:45.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:44 smithi117 bash[62284]: cluster 2024-03-30T04:52:44.809633+0000 mgr.y (mgr.25441) 7598 : cluster [DBG] pgmap v4887: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:45.163 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:44 smithi111 bash[70954]: cluster 2024-03-30T04:52:44.809633+0000 mgr.y (mgr.25441) 7598 : cluster [DBG] pgmap v4887: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:45.163 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:44 smithi111 bash[73591]: cluster 2024-03-30T04:52:44.809633+0000 mgr.y (mgr.25441) 7598 : cluster [DBG] pgmap v4887: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:46.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:45 smithi117 bash[62284]: audit 2024-03-30T04:52:45.269339+0000 mon.c (mon.1) 9412 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:52:46.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:45 smithi111 bash[70954]: audit 2024-03-30T04:52:45.269339+0000 mon.c (mon.1) 9412 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:52:46.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:45 smithi111 bash[73591]: audit 2024-03-30T04:52:45.269339+0000 mon.c (mon.1) 9412 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:52:46.868 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:52:46 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:52:46] "GET /metrics HTTP/1.1" 200 38701 "" "Prometheus/2.43.0" 2024-03-30T04:52:47.135 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:46 smithi117 bash[62284]: cluster 2024-03-30T04:52:46.810641+0000 mgr.y (mgr.25441) 7599 : cluster [DBG] pgmap v4888: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:47.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:46 smithi111 bash[70954]: cluster 2024-03-30T04:52:46.810641+0000 mgr.y (mgr.25441) 7599 : cluster [DBG] pgmap v4888: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:47.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:46 smithi111 bash[73591]: cluster 2024-03-30T04:52:46.810641+0000 mgr.y (mgr.25441) 7599 : cluster [DBG] pgmap v4888: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:49.172 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:48 smithi111 bash[70954]: cluster 2024-03-30T04:52:48.811786+0000 mgr.y (mgr.25441) 7600 : cluster [DBG] pgmap v4889: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:49.172 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:48 smithi111 bash[73591]: cluster 2024-03-30T04:52:48.811786+0000 mgr.y (mgr.25441) 7600 : cluster [DBG] pgmap v4889: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:49.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:48 smithi117 bash[62284]: cluster 2024-03-30T04:52:48.811786+0000 mgr.y (mgr.25441) 7600 : cluster [DBG] pgmap v4889: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:50.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:49 smithi111 bash[70954]: audit 2024-03-30T04:52:49.175025+0000 mgr.y (mgr.25441) 7601 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:50.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:49 smithi111 bash[73591]: audit 2024-03-30T04:52:49.175025+0000 mgr.y (mgr.25441) 7601 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:50.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:49 smithi117 bash[62284]: audit 2024-03-30T04:52:49.175025+0000 mgr.y (mgr.25441) 7601 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:51.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:50 smithi111 bash[70954]: cluster 2024-03-30T04:52:50.812798+0000 mgr.y (mgr.25441) 7602 : cluster [DBG] pgmap v4890: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:51.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:50 smithi111 bash[73591]: cluster 2024-03-30T04:52:50.812798+0000 mgr.y (mgr.25441) 7602 : cluster [DBG] pgmap v4890: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:51.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:50 smithi117 bash[62284]: cluster 2024-03-30T04:52:50.812798+0000 mgr.y (mgr.25441) 7602 : cluster [DBG] pgmap v4890: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:53.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:52 smithi111 bash[70954]: cluster 2024-03-30T04:52:52.814223+0000 mgr.y (mgr.25441) 7603 : cluster [DBG] pgmap v4891: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:53.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:52 smithi111 bash[73591]: cluster 2024-03-30T04:52:52.814223+0000 mgr.y (mgr.25441) 7603 : cluster [DBG] pgmap v4891: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:53.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:52 smithi117 bash[62284]: cluster 2024-03-30T04:52:52.814223+0000 mgr.y (mgr.25441) 7603 : cluster [DBG] pgmap v4891: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:55.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:54 smithi111 bash[70954]: cluster 2024-03-30T04:52:54.815227+0000 mgr.y (mgr.25441) 7604 : cluster [DBG] pgmap v4892: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:55.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:54 smithi111 bash[73591]: cluster 2024-03-30T04:52:54.815227+0000 mgr.y (mgr.25441) 7604 : cluster [DBG] pgmap v4892: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:55.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:54 smithi117 bash[62284]: cluster 2024-03-30T04:52:54.815227+0000 mgr.y (mgr.25441) 7604 : cluster [DBG] pgmap v4892: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:56.868 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:52:56 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:52:56] "GET /metrics HTTP/1.1" 200 38701 "" "Prometheus/2.43.0" 2024-03-30T04:52:57.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:56 smithi111 bash[70954]: cluster 2024-03-30T04:52:56.816519+0000 mgr.y (mgr.25441) 7605 : cluster [DBG] pgmap v4893: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:57.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:56 smithi111 bash[73591]: cluster 2024-03-30T04:52:56.816519+0000 mgr.y (mgr.25441) 7605 : cluster [DBG] pgmap v4893: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:57.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:56 smithi117 bash[62284]: cluster 2024-03-30T04:52:56.816519+0000 mgr.y (mgr.25441) 7605 : cluster [DBG] pgmap v4893: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:59.182 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:58 smithi111 bash[70954]: cluster 2024-03-30T04:52:58.817663+0000 mgr.y (mgr.25441) 7606 : cluster [DBG] pgmap v4894: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:59.182 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:58 smithi111 bash[73591]: cluster 2024-03-30T04:52:58.817663+0000 mgr.y (mgr.25441) 7606 : cluster [DBG] pgmap v4894: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:59.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:58 smithi117 bash[62284]: cluster 2024-03-30T04:52:58.817663+0000 mgr.y (mgr.25441) 7606 : cluster [DBG] pgmap v4894: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:00.354 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:52:59 smithi111 bash[70954]: audit 2024-03-30T04:52:59.186354+0000 mgr.y (mgr.25441) 7607 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:00.354 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:52:59 smithi111 bash[73591]: audit 2024-03-30T04:52:59.186354+0000 mgr.y (mgr.25441) 7607 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:00.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:52:59 smithi117 bash[62284]: audit 2024-03-30T04:52:59.186354+0000 mgr.y (mgr.25441) 7607 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:01.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:00 smithi111 bash[73591]: audit 2024-03-30T04:53:00.269373+0000 mon.c (mon.1) 9413 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:53:01.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:00 smithi111 bash[73591]: audit 2024-03-30T04:53:00.307199+0000 mon.a (mon.0) 3307 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:01.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:00 smithi111 bash[73591]: audit 2024-03-30T04:53:00.328217+0000 mon.a (mon.0) 3308 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:01.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:00 smithi111 bash[73591]: audit 2024-03-30T04:53:00.352677+0000 mon.a (mon.0) 3309 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:01.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:00 smithi111 bash[73591]: audit 2024-03-30T04:53:00.446672+0000 mon.c (mon.1) 9414 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:53:01.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:00 smithi111 bash[73591]: audit 2024-03-30T04:53:00.448727+0000 mon.c (mon.1) 9415 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:53:01.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:00 smithi111 bash[73591]: audit 2024-03-30T04:53:00.461107+0000 mon.a (mon.0) 3310 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:01.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:00 smithi111 bash[73591]: cluster 2024-03-30T04:53:00.818799+0000 mgr.y (mgr.25441) 7608 : cluster [DBG] pgmap v4895: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:01.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:00 smithi111 bash[70954]: audit 2024-03-30T04:53:00.269373+0000 mon.c (mon.1) 9413 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:53:01.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:00 smithi111 bash[70954]: audit 2024-03-30T04:53:00.307199+0000 mon.a (mon.0) 3307 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:01.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:00 smithi111 bash[70954]: audit 2024-03-30T04:53:00.328217+0000 mon.a (mon.0) 3308 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:01.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:00 smithi111 bash[70954]: audit 2024-03-30T04:53:00.352677+0000 mon.a (mon.0) 3309 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:01.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:00 smithi111 bash[70954]: audit 2024-03-30T04:53:00.446672+0000 mon.c (mon.1) 9414 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:53:01.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:00 smithi111 bash[70954]: audit 2024-03-30T04:53:00.448727+0000 mon.c (mon.1) 9415 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:53:01.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:00 smithi111 bash[70954]: audit 2024-03-30T04:53:00.461107+0000 mon.a (mon.0) 3310 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:01.370 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:00 smithi111 bash[70954]: cluster 2024-03-30T04:53:00.818799+0000 mgr.y (mgr.25441) 7608 : cluster [DBG] pgmap v4895: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:01.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:00 smithi117 bash[62284]: audit 2024-03-30T04:53:00.269373+0000 mon.c (mon.1) 9413 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:53:01.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:00 smithi117 bash[62284]: audit 2024-03-30T04:53:00.307199+0000 mon.a (mon.0) 3307 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:01.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:00 smithi117 bash[62284]: audit 2024-03-30T04:53:00.328217+0000 mon.a (mon.0) 3308 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:01.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:00 smithi117 bash[62284]: audit 2024-03-30T04:53:00.352677+0000 mon.a (mon.0) 3309 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:01.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:00 smithi117 bash[62284]: audit 2024-03-30T04:53:00.446672+0000 mon.c (mon.1) 9414 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:53:01.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:00 smithi117 bash[62284]: audit 2024-03-30T04:53:00.448727+0000 mon.c (mon.1) 9415 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:53:01.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:00 smithi117 bash[62284]: audit 2024-03-30T04:53:00.461107+0000 mon.a (mon.0) 3310 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:01.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:00 smithi117 bash[62284]: cluster 2024-03-30T04:53:00.818799+0000 mgr.y (mgr.25441) 7608 : cluster [DBG] pgmap v4895: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:03.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:02 smithi111 bash[70954]: cluster 2024-03-30T04:53:02.820206+0000 mgr.y (mgr.25441) 7609 : cluster [DBG] pgmap v4896: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:03.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:02 smithi111 bash[73591]: cluster 2024-03-30T04:53:02.820206+0000 mgr.y (mgr.25441) 7609 : cluster [DBG] pgmap v4896: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:03.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:02 smithi117 bash[62284]: cluster 2024-03-30T04:53:02.820206+0000 mgr.y (mgr.25441) 7609 : cluster [DBG] pgmap v4896: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:04.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:04 smithi111 bash[70954]: audit 2024-03-30T04:53:03.453900+0000 mon.a (mon.0) 3311 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:04.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:04 smithi111 bash[70954]: audit 2024-03-30T04:53:03.472553+0000 mon.a (mon.0) 3312 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:04.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:04 smithi111 bash[70954]: audit 2024-03-30T04:53:03.487369+0000 mon.a (mon.0) 3313 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:04.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:04 smithi111 bash[73591]: audit 2024-03-30T04:53:03.453900+0000 mon.a (mon.0) 3311 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:04.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:04 smithi111 bash[73591]: audit 2024-03-30T04:53:03.472553+0000 mon.a (mon.0) 3312 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:04.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:04 smithi111 bash[73591]: audit 2024-03-30T04:53:03.487369+0000 mon.a (mon.0) 3313 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:04.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:04 smithi117 bash[62284]: audit 2024-03-30T04:53:03.453900+0000 mon.a (mon.0) 3311 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:04.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:04 smithi117 bash[62284]: audit 2024-03-30T04:53:03.472553+0000 mon.a (mon.0) 3312 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:04.885 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:04 smithi117 bash[62284]: audit 2024-03-30T04:53:03.487369+0000 mon.a (mon.0) 3313 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:05.810 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:05 smithi111 bash[70954]: cluster 2024-03-30T04:53:04.821323+0000 mgr.y (mgr.25441) 7610 : cluster [DBG] pgmap v4897: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:05.811 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:05 smithi111 bash[73591]: cluster 2024-03-30T04:53:04.821323+0000 mgr.y (mgr.25441) 7610 : cluster [DBG] pgmap v4897: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:05.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:05 smithi117 bash[62284]: cluster 2024-03-30T04:53:04.821323+0000 mgr.y (mgr.25441) 7610 : cluster [DBG] pgmap v4897: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:06.868 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:53:06 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:53:06] "GET /metrics HTTP/1.1" 200 38697 "" "Prometheus/2.43.0" 2024-03-30T04:53:07.187 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:06 smithi111 bash[70954]: cluster 2024-03-30T04:53:06.822249+0000 mgr.y (mgr.25441) 7611 : cluster [DBG] pgmap v4898: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:07.188 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:06 smithi111 bash[73591]: cluster 2024-03-30T04:53:06.822249+0000 mgr.y (mgr.25441) 7611 : cluster [DBG] pgmap v4898: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:07.206 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:06 smithi117 bash[62284]: cluster 2024-03-30T04:53:06.822249+0000 mgr.y (mgr.25441) 7611 : cluster [DBG] pgmap v4898: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:09.172 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:08 smithi117 bash[62284]: cluster 2024-03-30T04:53:08.823359+0000 mgr.y (mgr.25441) 7612 : cluster [DBG] pgmap v4899: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:09.192 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:08 smithi111 bash[70954]: cluster 2024-03-30T04:53:08.823359+0000 mgr.y (mgr.25441) 7612 : cluster [DBG] pgmap v4899: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:09.192 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:08 smithi111 bash[73591]: cluster 2024-03-30T04:53:08.823359+0000 mgr.y (mgr.25441) 7612 : cluster [DBG] pgmap v4899: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:10.176 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:09 smithi117 bash[62284]: audit 2024-03-30T04:53:09.195400+0000 mgr.y (mgr.25441) 7613 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:10.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:09 smithi111 bash[70954]: audit 2024-03-30T04:53:09.195400+0000 mgr.y (mgr.25441) 7613 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:10.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:09 smithi111 bash[73591]: audit 2024-03-30T04:53:09.195400+0000 mgr.y (mgr.25441) 7613 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:11.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:10 smithi111 bash[70954]: cluster 2024-03-30T04:53:10.824389+0000 mgr.y (mgr.25441) 7614 : cluster [DBG] pgmap v4900: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:11.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:10 smithi111 bash[73591]: cluster 2024-03-30T04:53:10.824389+0000 mgr.y (mgr.25441) 7614 : cluster [DBG] pgmap v4900: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:11.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:10 smithi117 bash[62284]: cluster 2024-03-30T04:53:10.824389+0000 mgr.y (mgr.25441) 7614 : cluster [DBG] pgmap v4900: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:13.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:12 smithi111 bash[70954]: cluster 2024-03-30T04:53:12.825812+0000 mgr.y (mgr.25441) 7615 : cluster [DBG] pgmap v4901: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:13.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:12 smithi111 bash[73591]: cluster 2024-03-30T04:53:12.825812+0000 mgr.y (mgr.25441) 7615 : cluster [DBG] pgmap v4901: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:13.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:12 smithi117 bash[62284]: cluster 2024-03-30T04:53:12.825812+0000 mgr.y (mgr.25441) 7615 : cluster [DBG] pgmap v4901: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:15.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:14 smithi111 bash[70954]: cluster 2024-03-30T04:53:14.826854+0000 mgr.y (mgr.25441) 7616 : cluster [DBG] pgmap v4902: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:15.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:14 smithi111 bash[73591]: cluster 2024-03-30T04:53:14.826854+0000 mgr.y (mgr.25441) 7616 : cluster [DBG] pgmap v4902: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:15.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:14 smithi117 bash[62284]: cluster 2024-03-30T04:53:14.826854+0000 mgr.y (mgr.25441) 7616 : cluster [DBG] pgmap v4902: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:16.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:15 smithi111 bash[70954]: audit 2024-03-30T04:53:15.270170+0000 mon.c (mon.1) 9416 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:53:16.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:15 smithi111 bash[73591]: audit 2024-03-30T04:53:15.270170+0000 mon.c (mon.1) 9416 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:53:16.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:15 smithi117 bash[62284]: audit 2024-03-30T04:53:15.270170+0000 mon.c (mon.1) 9416 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:53:16.868 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:53:16 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:53:16] "GET /metrics HTTP/1.1" 200 38699 "" "Prometheus/2.43.0" 2024-03-30T04:53:17.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:16 smithi111 bash[70954]: cluster 2024-03-30T04:53:16.828128+0000 mgr.y (mgr.25441) 7617 : cluster [DBG] pgmap v4903: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:17.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:16 smithi111 bash[73591]: cluster 2024-03-30T04:53:16.828128+0000 mgr.y (mgr.25441) 7617 : cluster [DBG] pgmap v4903: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:17.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:16 smithi117 bash[62284]: cluster 2024-03-30T04:53:16.828128+0000 mgr.y (mgr.25441) 7617 : cluster [DBG] pgmap v4903: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:19.199 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:18 smithi111 bash[70954]: cluster 2024-03-30T04:53:18.829292+0000 mgr.y (mgr.25441) 7618 : cluster [DBG] pgmap v4904: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:19.200 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:18 smithi111 bash[73591]: cluster 2024-03-30T04:53:18.829292+0000 mgr.y (mgr.25441) 7618 : cluster [DBG] pgmap v4904: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:19.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:18 smithi117 bash[62284]: cluster 2024-03-30T04:53:18.829292+0000 mgr.y (mgr.25441) 7618 : cluster [DBG] pgmap v4904: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:20.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:19 smithi111 bash[70954]: audit 2024-03-30T04:53:19.202996+0000 mgr.y (mgr.25441) 7619 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:20.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:19 smithi111 bash[73591]: audit 2024-03-30T04:53:19.202996+0000 mgr.y (mgr.25441) 7619 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:20.385 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:19 smithi117 bash[62284]: audit 2024-03-30T04:53:19.202996+0000 mgr.y (mgr.25441) 7619 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:21.868 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:21 smithi111 bash[70954]: audit 2024-03-30T04:53:20.544416+0000 mon.a (mon.0) 3314 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:21.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:21 smithi111 bash[70954]: audit 2024-03-30T04:53:20.565872+0000 mon.a (mon.0) 3315 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:21.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:21 smithi111 bash[70954]: audit 2024-03-30T04:53:20.583303+0000 mon.a (mon.0) 3316 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:21.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:21 smithi111 bash[70954]: cluster 2024-03-30T04:53:20.830333+0000 mgr.y (mgr.25441) 7620 : cluster [DBG] pgmap v4905: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:21.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:21 smithi111 bash[73591]: audit 2024-03-30T04:53:20.544416+0000 mon.a (mon.0) 3314 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:21.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:21 smithi111 bash[73591]: audit 2024-03-30T04:53:20.565872+0000 mon.a (mon.0) 3315 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:21.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:21 smithi111 bash[73591]: audit 2024-03-30T04:53:20.583303+0000 mon.a (mon.0) 3316 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:21.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:21 smithi111 bash[73591]: cluster 2024-03-30T04:53:20.830333+0000 mgr.y (mgr.25441) 7620 : cluster [DBG] pgmap v4905: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:21.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:21 smithi117 bash[62284]: audit 2024-03-30T04:53:20.544416+0000 mon.a (mon.0) 3314 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:21.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:21 smithi117 bash[62284]: audit 2024-03-30T04:53:20.565872+0000 mon.a (mon.0) 3315 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:21.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:21 smithi117 bash[62284]: audit 2024-03-30T04:53:20.583303+0000 mon.a (mon.0) 3316 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:21.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:21 smithi117 bash[62284]: cluster 2024-03-30T04:53:20.830333+0000 mgr.y (mgr.25441) 7620 : cluster [DBG] pgmap v4905: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:23.368 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:22 smithi111 bash[73591]: cluster 2024-03-30T04:53:22.831759+0000 mgr.y (mgr.25441) 7621 : cluster [DBG] pgmap v4906: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:23.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:22 smithi111 bash[70954]: cluster 2024-03-30T04:53:22.831759+0000 mgr.y (mgr.25441) 7621 : cluster [DBG] pgmap v4906: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:23.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:22 smithi117 bash[62284]: cluster 2024-03-30T04:53:22.831759+0000 mgr.y (mgr.25441) 7621 : cluster [DBG] pgmap v4906: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:24.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:24 smithi111 bash[73591]: audit 2024-03-30T04:53:23.624363+0000 mon.a (mon.0) 3317 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:24.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:24 smithi111 bash[73591]: audit 2024-03-30T04:53:23.641068+0000 mon.a (mon.0) 3318 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:24.870 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:24 smithi111 bash[73591]: audit 2024-03-30T04:53:23.655590+0000 mon.a (mon.0) 3319 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:24.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:24 smithi111 bash[70954]: audit 2024-03-30T04:53:23.624363+0000 mon.a (mon.0) 3317 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:24.870 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:24 smithi111 bash[70954]: audit 2024-03-30T04:53:23.641068+0000 mon.a (mon.0) 3318 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:24.871 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:24 smithi111 bash[70954]: audit 2024-03-30T04:53:23.655590+0000 mon.a (mon.0) 3319 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:24.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:24 smithi117 bash[62284]: audit 2024-03-30T04:53:23.624363+0000 mon.a (mon.0) 3317 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:24.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:24 smithi117 bash[62284]: audit 2024-03-30T04:53:23.641068+0000 mon.a (mon.0) 3318 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:24.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:24 smithi117 bash[62284]: audit 2024-03-30T04:53:23.655590+0000 mon.a (mon.0) 3319 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:25.886 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:25 smithi117 bash[62284]: cluster 2024-03-30T04:53:24.832743+0000 mgr.y (mgr.25441) 7622 : cluster [DBG] pgmap v4907: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:26.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:25 smithi111 bash[70954]: cluster 2024-03-30T04:53:24.832743+0000 mgr.y (mgr.25441) 7622 : cluster [DBG] pgmap v4907: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:26.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:25 smithi111 bash[73591]: cluster 2024-03-30T04:53:24.832743+0000 mgr.y (mgr.25441) 7622 : cluster [DBG] pgmap v4907: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:26.868 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:53:26 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:53:26] "GET /metrics HTTP/1.1" 200 38699 "" "Prometheus/2.43.0" 2024-03-30T04:53:27.219 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:26 smithi111 bash[70954]: cluster 2024-03-30T04:53:26.834082+0000 mgr.y (mgr.25441) 7623 : cluster [DBG] pgmap v4908: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:27.219 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:26 smithi111 bash[73591]: cluster 2024-03-30T04:53:26.834082+0000 mgr.y (mgr.25441) 7623 : cluster [DBG] pgmap v4908: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:27.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:26 smithi117 bash[62284]: cluster 2024-03-30T04:53:26.834082+0000 mgr.y (mgr.25441) 7623 : cluster [DBG] pgmap v4908: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:29.180 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:28 smithi117 bash[62284]: cluster 2024-03-30T04:53:28.835275+0000 mgr.y (mgr.25441) 7624 : cluster [DBG] pgmap v4909: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:29.211 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:28 smithi111 bash[70954]: cluster 2024-03-30T04:53:28.835275+0000 mgr.y (mgr.25441) 7624 : cluster [DBG] pgmap v4909: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:29.211 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:28 smithi111 bash[73591]: cluster 2024-03-30T04:53:28.835275+0000 mgr.y (mgr.25441) 7624 : cluster [DBG] pgmap v4909: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:30.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:29 smithi111 bash[70954]: audit 2024-03-30T04:53:29.214276+0000 mgr.y (mgr.25441) 7625 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:30.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:29 smithi111 bash[73591]: audit 2024-03-30T04:53:29.214276+0000 mgr.y (mgr.25441) 7625 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:30.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:29 smithi117 bash[62284]: audit 2024-03-30T04:53:29.214276+0000 mgr.y (mgr.25441) 7625 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:31.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:30 smithi117 bash[62284]: audit 2024-03-30T04:53:30.270610+0000 mon.c (mon.1) 9417 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:53:31.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:30 smithi117 bash[62284]: cluster 2024-03-30T04:53:30.836297+0000 mgr.y (mgr.25441) 7626 : cluster [DBG] pgmap v4910: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:31.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:30 smithi111 bash[70954]: audit 2024-03-30T04:53:30.270610+0000 mon.c (mon.1) 9417 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:53:31.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:30 smithi111 bash[70954]: cluster 2024-03-30T04:53:30.836297+0000 mgr.y (mgr.25441) 7626 : cluster [DBG] pgmap v4910: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:31.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:30 smithi111 bash[73591]: audit 2024-03-30T04:53:30.270610+0000 mon.c (mon.1) 9417 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:53:31.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:30 smithi111 bash[73591]: cluster 2024-03-30T04:53:30.836297+0000 mgr.y (mgr.25441) 7626 : cluster [DBG] pgmap v4910: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:33.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:32 smithi111 bash[70954]: cluster 2024-03-30T04:53:32.837730+0000 mgr.y (mgr.25441) 7627 : cluster [DBG] pgmap v4911: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:33.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:32 smithi111 bash[73591]: cluster 2024-03-30T04:53:32.837730+0000 mgr.y (mgr.25441) 7627 : cluster [DBG] pgmap v4911: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:33.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:32 smithi117 bash[62284]: cluster 2024-03-30T04:53:32.837730+0000 mgr.y (mgr.25441) 7627 : cluster [DBG] pgmap v4911: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:35.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:34 smithi111 bash[70954]: cluster 2024-03-30T04:53:34.838777+0000 mgr.y (mgr.25441) 7628 : cluster [DBG] pgmap v4912: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:35.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:34 smithi111 bash[73591]: cluster 2024-03-30T04:53:34.838777+0000 mgr.y (mgr.25441) 7628 : cluster [DBG] pgmap v4912: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:35.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:34 smithi117 bash[62284]: cluster 2024-03-30T04:53:34.838777+0000 mgr.y (mgr.25441) 7628 : cluster [DBG] pgmap v4912: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:36.868 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:53:36 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:53:36] "GET /metrics HTTP/1.1" 200 38699 "" "Prometheus/2.43.0" 2024-03-30T04:53:37.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:36 smithi111 bash[70954]: cluster 2024-03-30T04:53:36.840071+0000 mgr.y (mgr.25441) 7629 : cluster [DBG] pgmap v4913: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:37.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:36 smithi111 bash[73591]: cluster 2024-03-30T04:53:36.840071+0000 mgr.y (mgr.25441) 7629 : cluster [DBG] pgmap v4913: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:37.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:36 smithi117 bash[62284]: cluster 2024-03-30T04:53:36.840071+0000 mgr.y (mgr.25441) 7629 : cluster [DBG] pgmap v4913: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:39.222 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:38 smithi111 bash[70954]: cluster 2024-03-30T04:53:38.841214+0000 mgr.y (mgr.25441) 7630 : cluster [DBG] pgmap v4914: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:39.222 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:38 smithi111 bash[73591]: cluster 2024-03-30T04:53:38.841214+0000 mgr.y (mgr.25441) 7630 : cluster [DBG] pgmap v4914: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:39.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:38 smithi117 bash[62284]: cluster 2024-03-30T04:53:38.841214+0000 mgr.y (mgr.25441) 7630 : cluster [DBG] pgmap v4914: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:40.183 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:39 smithi111 bash[70954]: audit 2024-03-30T04:53:39.225494+0000 mgr.y (mgr.25441) 7631 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:40.184 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:39 smithi111 bash[73591]: audit 2024-03-30T04:53:39.225494+0000 mgr.y (mgr.25441) 7631 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:40.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:39 smithi117 bash[62284]: audit 2024-03-30T04:53:39.225494+0000 mgr.y (mgr.25441) 7631 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:40.982 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph orch ps' 2024-03-30T04:53:41.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:41 smithi111 bash[70954]: audit 2024-03-30T04:53:40.771392+0000 mon.a (mon.0) 3320 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:41.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:41 smithi111 bash[70954]: audit 2024-03-30T04:53:40.787854+0000 mon.a (mon.0) 3321 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:41.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:41 smithi111 bash[70954]: audit 2024-03-30T04:53:40.803004+0000 mon.a (mon.0) 3322 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:41.869 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:41 smithi111 bash[70954]: cluster 2024-03-30T04:53:40.842285+0000 mgr.y (mgr.25441) 7632 : cluster [DBG] pgmap v4915: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:41.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:41 smithi111 bash[73591]: audit 2024-03-30T04:53:40.771392+0000 mon.a (mon.0) 3320 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:41.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:41 smithi111 bash[73591]: audit 2024-03-30T04:53:40.787854+0000 mon.a (mon.0) 3321 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:41.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:41 smithi111 bash[73591]: audit 2024-03-30T04:53:40.803004+0000 mon.a (mon.0) 3322 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:41.869 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:41 smithi111 bash[73591]: cluster 2024-03-30T04:53:40.842285+0000 mgr.y (mgr.25441) 7632 : cluster [DBG] pgmap v4915: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:42.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:41 smithi117 bash[62284]: audit 2024-03-30T04:53:40.771392+0000 mon.a (mon.0) 3320 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:42.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:41 smithi117 bash[62284]: audit 2024-03-30T04:53:40.787854+0000 mon.a (mon.0) 3321 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:42.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:41 smithi117 bash[62284]: audit 2024-03-30T04:53:40.803004+0000 mon.a (mon.0) 3322 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:42.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:41 smithi117 bash[62284]: cluster 2024-03-30T04:53:40.842285+0000 mgr.y (mgr.25441) 7632 : cluster [DBG] pgmap v4915: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:43.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:42 smithi111 bash[70954]: cluster 2024-03-30T04:53:42.843842+0000 mgr.y (mgr.25441) 7633 : cluster [DBG] pgmap v4916: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:43.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:42 smithi111 bash[73591]: cluster 2024-03-30T04:53:42.843842+0000 mgr.y (mgr.25441) 7633 : cluster [DBG] pgmap v4916: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:43.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:42 smithi117 bash[62284]: cluster 2024-03-30T04:53:42.843842+0000 mgr.y (mgr.25441) 7633 : cluster [DBG] pgmap v4916: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:44.856 INFO:teuthology.orchestra.run.smithi111.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:53:44.857 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi111 smithi111 running 4s ago 28m - - 2024-03-30T04:53:44.857 INFO:teuthology.orchestra.run.smithi111.stdout:agent.smithi117 smithi117 running 1s ago 28m - - 2024-03-30T04:53:44.857 INFO:teuthology.orchestra.run.smithi111.stdout:alertmanager.a smithi111 *:9093,9094 running (2m) 4s ago 21m 16.0M - 0.25.0 c8568f914cd2 689c742981d5 2024-03-30T04:53:44.857 INFO:teuthology.orchestra.run.smithi111.stdout:grafana.a smithi117 *:3000 running (113s) 1s ago 20m 73.9M - 9.4.12 2bacad6d85d8 53043e87b3a0 2024-03-30T04:53:44.857 INFO:teuthology.orchestra.run.smithi111.stdout:iscsi.foo.smithi111.fmwmll smithi111 running (4m) 4s ago 19m 43.1M - 3.7 3714003597ec 3ebd9fdc0e65 2024-03-30T04:53:44.857 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.x smithi117 *:8443,9283,8765 running (12m) 1s ago 27m 441M - 19.0.0-2493-gd82c9aa1 3714003597ec 42ebd55da4b4 2024-03-30T04:53:44.857 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.y smithi111 *:8443,9283,8765 running (13m) 4s ago 29m 552M - 19.0.0-2493-gd82c9aa1 3714003597ec fa84fb31d2a4 2024-03-30T04:53:44.857 INFO:teuthology.orchestra.run.smithi111.stdout:mon.a smithi111 running (11m) 4s ago 29m 183M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 896c96f933ff 2024-03-30T04:53:44.857 INFO:teuthology.orchestra.run.smithi111.stdout:mon.b smithi117 running (11m) 1s ago 27m 72.5M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 60f10ffc2128 2024-03-30T04:53:44.857 INFO:teuthology.orchestra.run.smithi111.stdout:mon.c smithi111 running (11m) 4s ago 27m 87.7M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 385ecbe45d43 2024-03-30T04:53:44.857 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.a smithi111 *:9100 running (3m) 4s ago 21m 8727k - 1.5.0 0da6a335fe13 d19f0b31b938 2024-03-30T04:53:44.857 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.b smithi117 *:9100 running (3m) 1s ago 21m 8064k - 1.5.0 0da6a335fe13 ed50a028daf9 2024-03-30T04:53:44.857 INFO:teuthology.orchestra.run.smithi111.stdout:osd.0 smithi111 running (9m) 4s ago 26m 62.4M 2524M 19.0.0-2493-gd82c9aa1 3714003597ec c83a5c211a2a 2024-03-30T04:53:44.858 INFO:teuthology.orchestra.run.smithi111.stdout:osd.1 smithi111 running (9m) 4s ago 26m 71.9M 2524M 19.0.0-2493-gd82c9aa1 3714003597ec 72f709306a82 2024-03-30T04:53:44.858 INFO:teuthology.orchestra.run.smithi111.stdout:osd.2 smithi111 running (8m) 4s ago 25m 55.2M 2524M 19.0.0-2493-gd82c9aa1 3714003597ec 4812fabf499a 2024-03-30T04:53:44.858 INFO:teuthology.orchestra.run.smithi111.stdout:osd.3 smithi111 running (8m) 4s ago 25m 65.7M 2524M 19.0.0-2493-gd82c9aa1 3714003597ec d39d23268f95 2024-03-30T04:53:44.858 INFO:teuthology.orchestra.run.smithi111.stdout:osd.4 smithi117 running (7m) 1s ago 24m 63.7M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 1668f848549c 2024-03-30T04:53:44.858 INFO:teuthology.orchestra.run.smithi111.stdout:osd.5 smithi117 running (6m) 1s ago 23m 62.0M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec db2499d5a247 2024-03-30T04:53:44.858 INFO:teuthology.orchestra.run.smithi111.stdout:osd.6 smithi117 running (6m) 1s ago 23m 61.6M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 68d03f439b68 2024-03-30T04:53:44.858 INFO:teuthology.orchestra.run.smithi111.stdout:osd.7 smithi117 running (5m) 1s ago 22m 60.7M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 6fd992ff99cf 2024-03-30T04:53:44.858 INFO:teuthology.orchestra.run.smithi111.stdout:prometheus.a smithi117 *:9095 running (3m) 1s ago 21m 59.6M - 2.43.0 a07b618ecd1d 22f965c51baa 2024-03-30T04:53:44.858 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi111.gqpgtc smithi111 *:8000 running (5m) 4s ago 19m 92.3M - 19.0.0-2493-gd82c9aa1 3714003597ec 50e6e8bbe60e 2024-03-30T04:53:44.858 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.foo.smithi117.nijpsz smithi117 *:8000 running (5m) 1s ago 19m 91.9M - 19.0.0-2493-gd82c9aa1 3714003597ec d8c31b651386 2024-03-30T04:53:44.858 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi111.nqgkvi smithi111 *:80 running (5m) 4s ago 19m 92.0M - 19.0.0-2493-gd82c9aa1 3714003597ec ea526666ea23 2024-03-30T04:53:44.858 INFO:teuthology.orchestra.run.smithi111.stdout:rgw.smpl.smithi117.wrgldy smithi117 *:80 running (4m) 1s ago 19m 91.9M - 19.0.0-2493-gd82c9aa1 3714003597ec aa04480b5182 2024-03-30T04:53:45.091 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:44 smithi111 bash[73591]: audit 2024-03-30T04:53:43.835538+0000 mon.a (mon.0) 3323 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:45.091 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:44 smithi111 bash[73591]: audit 2024-03-30T04:53:43.852132+0000 mon.a (mon.0) 3324 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:45.091 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:44 smithi111 bash[73591]: audit 2024-03-30T04:53:43.866880+0000 mon.a (mon.0) 3325 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:45.091 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:44 smithi111 bash[70954]: audit 2024-03-30T04:53:43.835538+0000 mon.a (mon.0) 3323 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:45.092 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:44 smithi111 bash[70954]: audit 2024-03-30T04:53:43.852132+0000 mon.a (mon.0) 3324 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:45.092 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:44 smithi111 bash[70954]: audit 2024-03-30T04:53:43.866880+0000 mon.a (mon.0) 3325 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:45.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:44 smithi117 bash[62284]: audit 2024-03-30T04:53:43.835538+0000 mon.a (mon.0) 3323 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:45.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:44 smithi117 bash[62284]: audit 2024-03-30T04:53:43.852132+0000 mon.a (mon.0) 3324 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:45.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:44 smithi117 bash[62284]: audit 2024-03-30T04:53:43.866880+0000 mon.a (mon.0) 3325 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:53:46.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:45 smithi111 bash[70954]: audit 2024-03-30T04:53:44.842009+0000 mgr.y (mgr.25441) 7634 : audit [DBG] from='client.35043 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:53:46.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:45 smithi111 bash[70954]: cluster 2024-03-30T04:53:44.844468+0000 mgr.y (mgr.25441) 7635 : cluster [DBG] pgmap v4917: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:46.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:45 smithi111 bash[70954]: audit 2024-03-30T04:53:45.271166+0000 mon.c (mon.1) 9418 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:53:46.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:45 smithi111 bash[73591]: audit 2024-03-30T04:53:44.842009+0000 mgr.y (mgr.25441) 7634 : audit [DBG] from='client.35043 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:53:46.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:45 smithi111 bash[73591]: cluster 2024-03-30T04:53:44.844468+0000 mgr.y (mgr.25441) 7635 : cluster [DBG] pgmap v4917: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:46.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:45 smithi111 bash[73591]: audit 2024-03-30T04:53:45.271166+0000 mon.c (mon.1) 9418 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:53:46.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:45 smithi117 bash[62284]: audit 2024-03-30T04:53:44.842009+0000 mgr.y (mgr.25441) 7634 : audit [DBG] from='client.35043 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:53:46.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:45 smithi117 bash[62284]: cluster 2024-03-30T04:53:44.844468+0000 mgr.y (mgr.25441) 7635 : cluster [DBG] pgmap v4917: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:46.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:45 smithi117 bash[62284]: audit 2024-03-30T04:53:45.271166+0000 mon.c (mon.1) 9418 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:53:46.171 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph versions' 2024-03-30T04:53:46.618 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:53:46 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:53:46] "GET /metrics HTTP/1.1" 200 38699 "" "Prometheus/2.43.0" 2024-03-30T04:53:47.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:46 smithi117 bash[62284]: cluster 2024-03-30T04:53:46.845796+0000 mgr.y (mgr.25441) 7636 : cluster [DBG] pgmap v4918: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:47.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:46 smithi111 bash[70954]: cluster 2024-03-30T04:53:46.845796+0000 mgr.y (mgr.25441) 7636 : cluster [DBG] pgmap v4918: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:47.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:46 smithi111 bash[73591]: cluster 2024-03-30T04:53:46.845796+0000 mgr.y (mgr.25441) 7636 : cluster [DBG] pgmap v4918: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:49.232 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:48 smithi111 bash[70954]: cluster 2024-03-30T04:53:48.846972+0000 mgr.y (mgr.25441) 7637 : cluster [DBG] pgmap v4919: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:49.232 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:48 smithi111 bash[73591]: cluster 2024-03-30T04:53:48.846972+0000 mgr.y (mgr.25441) 7637 : cluster [DBG] pgmap v4919: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:49.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:48 smithi117 bash[62284]: cluster 2024-03-30T04:53:48.846972+0000 mgr.y (mgr.25441) 7637 : cluster [DBG] pgmap v4919: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:49.987 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:49 smithi111 bash[70954]: audit 2024-03-30T04:53:49.235758+0000 mgr.y (mgr.25441) 7638 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:50.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:49 smithi117 bash[62284]: audit 2024-03-30T04:53:49.235758+0000 mgr.y (mgr.25441) 7638 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:50.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:49 smithi111 bash[73591]: audit 2024-03-30T04:53:49.235758+0000 mgr.y (mgr.25441) 7638 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:51.032 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:53:51.032 INFO:teuthology.orchestra.run.smithi111.stdout: "mon": { 2024-03-30T04:53:51.032 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:53:51.032 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:53:51.032 INFO:teuthology.orchestra.run.smithi111.stdout: "mgr": { 2024-03-30T04:53:51.032 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:53:51.032 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:53:51.033 INFO:teuthology.orchestra.run.smithi111.stdout: "osd": { 2024-03-30T04:53:51.033 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 8 2024-03-30T04:53:51.033 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:53:51.033 INFO:teuthology.orchestra.run.smithi111.stdout: "rgw": { 2024-03-30T04:53:51.033 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 4 2024-03-30T04:53:51.033 INFO:teuthology.orchestra.run.smithi111.stdout: }, 2024-03-30T04:53:51.033 INFO:teuthology.orchestra.run.smithi111.stdout: "overall": { 2024-03-30T04:53:51.033 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 17 2024-03-30T04:53:51.033 INFO:teuthology.orchestra.run.smithi111.stdout: } 2024-03-30T04:53:51.033 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:53:51.257 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:50 smithi111 bash[70954]: cluster 2024-03-30T04:53:50.848038+0000 mgr.y (mgr.25441) 7639 : cluster [DBG] pgmap v4920: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:51.257 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:50 smithi111 bash[73591]: cluster 2024-03-30T04:53:50.848038+0000 mgr.y (mgr.25441) 7639 : cluster [DBG] pgmap v4920: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:51.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:50 smithi117 bash[62284]: cluster 2024-03-30T04:53:50.848038+0000 mgr.y (mgr.25441) 7639 : cluster [DBG] pgmap v4920: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:51.849 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph orch upgrade status' 2024-03-30T04:53:52.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:51 smithi111 bash[70954]: audit 2024-03-30T04:53:51.035683+0000 mon.a (mon.0) 3326 : audit [DBG] from='client.? 172.21.15.111:0/470810941' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:53:52.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:51 smithi111 bash[73591]: audit 2024-03-30T04:53:51.035683+0000 mon.a (mon.0) 3326 : audit [DBG] from='client.? 172.21.15.111:0/470810941' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:53:52.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:51 smithi117 bash[62284]: audit 2024-03-30T04:53:51.035683+0000 mon.a (mon.0) 3326 : audit [DBG] from='client.? 172.21.15.111:0/470810941' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:53:53.199 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:52 smithi117 bash[62284]: cluster 2024-03-30T04:53:52.849474+0000 mgr.y (mgr.25441) 7640 : cluster [DBG] pgmap v4921: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:53.241 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:52 smithi111 bash[73591]: cluster 2024-03-30T04:53:52.849474+0000 mgr.y (mgr.25441) 7640 : cluster [DBG] pgmap v4921: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:53.241 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:52 smithi111 bash[70954]: cluster 2024-03-30T04:53:52.849474+0000 mgr.y (mgr.25441) 7640 : cluster [DBG] pgmap v4921: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:55.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:54 smithi111 bash[70954]: cluster 2024-03-30T04:53:54.850470+0000 mgr.y (mgr.25441) 7641 : cluster [DBG] pgmap v4922: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:55.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:54 smithi111 bash[73591]: cluster 2024-03-30T04:53:54.850470+0000 mgr.y (mgr.25441) 7641 : cluster [DBG] pgmap v4922: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:55.123 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:53:55.123 INFO:teuthology.orchestra.run.smithi111.stdout: "target_image": null, 2024-03-30T04:53:55.123 INFO:teuthology.orchestra.run.smithi111.stdout: "in_progress": false, 2024-03-30T04:53:55.123 INFO:teuthology.orchestra.run.smithi111.stdout: "which": "", 2024-03-30T04:53:55.123 INFO:teuthology.orchestra.run.smithi111.stdout: "services_complete": [], 2024-03-30T04:53:55.123 INFO:teuthology.orchestra.run.smithi111.stdout: "progress": null, 2024-03-30T04:53:55.123 INFO:teuthology.orchestra.run.smithi111.stdout: "message": "", 2024-03-30T04:53:55.123 INFO:teuthology.orchestra.run.smithi111.stdout: "is_paused": false 2024-03-30T04:53:55.123 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:53:55.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:54 smithi117 bash[62284]: cluster 2024-03-30T04:53:54.850470+0000 mgr.y (mgr.25441) 7641 : cluster [DBG] pgmap v4922: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:55.879 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph health detail' 2024-03-30T04:53:56.371 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:55 smithi111 bash[70954]: audit 2024-03-30T04:53:55.126781+0000 mgr.y (mgr.25441) 7642 : audit [DBG] from='client.35055 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:53:56.372 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:55 smithi111 bash[73591]: audit 2024-03-30T04:53:55.126781+0000 mgr.y (mgr.25441) 7642 : audit [DBG] from='client.35055 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:53:56.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:55 smithi117 bash[62284]: audit 2024-03-30T04:53:55.126781+0000 mgr.y (mgr.25441) 7642 : audit [DBG] from='client.35055 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:53:56.868 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:53:56 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:53:56] "GET /metrics HTTP/1.1" 200 38699 "" "Prometheus/2.43.0" 2024-03-30T04:53:57.188 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:56 smithi111 bash[70954]: cluster 2024-03-30T04:53:56.851716+0000 mgr.y (mgr.25441) 7643 : cluster [DBG] pgmap v4923: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:57.188 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:56 smithi111 bash[73591]: cluster 2024-03-30T04:53:56.851716+0000 mgr.y (mgr.25441) 7643 : cluster [DBG] pgmap v4923: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:57.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:56 smithi117 bash[62284]: cluster 2024-03-30T04:53:56.851716+0000 mgr.y (mgr.25441) 7643 : cluster [DBG] pgmap v4923: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:59.241 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:58 smithi111 bash[70954]: cluster 2024-03-30T04:53:58.852869+0000 mgr.y (mgr.25441) 7644 : cluster [DBG] pgmap v4924: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:59.241 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:58 smithi111 bash[73591]: cluster 2024-03-30T04:53:58.852869+0000 mgr.y (mgr.25441) 7644 : cluster [DBG] pgmap v4924: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:59.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:58 smithi117 bash[62284]: cluster 2024-03-30T04:53:58.852869+0000 mgr.y (mgr.25441) 7644 : cluster [DBG] pgmap v4924: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:59.421 INFO:teuthology.orchestra.run.smithi111.stdout:HEALTH_OK 2024-03-30T04:54:00.257 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:59 smithi111 bash[70954]: audit 2024-03-30T04:53:59.243879+0000 mgr.y (mgr.25441) 7645 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:54:00.257 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:53:59 smithi111 bash[70954]: audit 2024-03-30T04:53:59.424988+0000 mon.c (mon.1) 9419 : audit [DBG] from='client.? 172.21.15.111:0/1906789594' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:54:00.257 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:59 smithi111 bash[73591]: audit 2024-03-30T04:53:59.243879+0000 mgr.y (mgr.25441) 7645 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:54:00.257 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:53:59 smithi111 bash[73591]: audit 2024-03-30T04:53:59.424988+0000 mon.c (mon.1) 9419 : audit [DBG] from='client.? 172.21.15.111:0/1906789594' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:54:00.258 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-03-30T04:54:00.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:59 smithi117 bash[62284]: audit 2024-03-30T04:53:59.243879+0000 mgr.y (mgr.25441) 7645 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:54:00.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:53:59 smithi117 bash[62284]: audit 2024-03-30T04:53:59.424988+0000 mon.c (mon.1) 9419 : audit [DBG] from='client.? 172.21.15.111:0/1906789594' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:54:01.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:00 smithi111 bash[70954]: audit 2024-03-30T04:54:00.271491+0000 mon.c (mon.1) 9420 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:54:01.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:00 smithi111 bash[70954]: audit 2024-03-30T04:54:00.638100+0000 mon.c (mon.1) 9421 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:54:01.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:00 smithi111 bash[70954]: audit 2024-03-30T04:54:00.640171+0000 mon.c (mon.1) 9422 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:54:01.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:00 smithi111 bash[70954]: audit 2024-03-30T04:54:00.652987+0000 mon.a (mon.0) 3327 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:54:01.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:00 smithi111 bash[70954]: cluster 2024-03-30T04:54:00.854249+0000 mgr.y (mgr.25441) 7646 : cluster [DBG] pgmap v4925: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:54:01.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:00 smithi111 bash[73591]: audit 2024-03-30T04:54:00.271491+0000 mon.c (mon.1) 9420 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:54:01.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:00 smithi111 bash[73591]: audit 2024-03-30T04:54:00.638100+0000 mon.c (mon.1) 9421 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:54:01.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:00 smithi111 bash[73591]: audit 2024-03-30T04:54:00.640171+0000 mon.c (mon.1) 9422 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:54:01.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:00 smithi111 bash[73591]: audit 2024-03-30T04:54:00.652987+0000 mon.a (mon.0) 3327 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:54:01.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:00 smithi111 bash[73591]: cluster 2024-03-30T04:54:00.854249+0000 mgr.y (mgr.25441) 7646 : cluster [DBG] pgmap v4925: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:54:01.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:00 smithi117 bash[62284]: audit 2024-03-30T04:54:00.271491+0000 mon.c (mon.1) 9420 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:54:01.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:00 smithi117 bash[62284]: audit 2024-03-30T04:54:00.638100+0000 mon.c (mon.1) 9421 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:54:01.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:00 smithi117 bash[62284]: audit 2024-03-30T04:54:00.640171+0000 mon.c (mon.1) 9422 : audit [INF] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:54:01.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:00 smithi117 bash[62284]: audit 2024-03-30T04:54:00.652987+0000 mon.a (mon.0) 3327 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:54:01.387 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:00 smithi117 bash[62284]: cluster 2024-03-30T04:54:00.854249+0000 mgr.y (mgr.25441) 7646 : cluster [DBG] pgmap v4925: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:54:02.359 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:01 smithi111 bash[70954]: audit 2024-03-30T04:54:00.998985+0000 mon.a (mon.0) 3328 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:54:02.360 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:01 smithi111 bash[70954]: audit 2024-03-30T04:54:01.012554+0000 mon.a (mon.0) 3329 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:54:02.360 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:01 smithi111 bash[70954]: audit 2024-03-30T04:54:01.025175+0000 mon.a (mon.0) 3330 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:54:02.360 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:01 smithi111 bash[73591]: audit 2024-03-30T04:54:00.998985+0000 mon.a (mon.0) 3328 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:54:02.360 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:01 smithi111 bash[73591]: audit 2024-03-30T04:54:01.012554+0000 mon.a (mon.0) 3329 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:54:02.360 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:01 smithi111 bash[73591]: audit 2024-03-30T04:54:01.025175+0000 mon.a (mon.0) 3330 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:54:02.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:02 smithi117 bash[62284]: audit 2024-03-30T04:54:00.998985+0000 mon.a (mon.0) 3328 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:54:02.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:02 smithi117 bash[62284]: audit 2024-03-30T04:54:01.012554+0000 mon.a (mon.0) 3329 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:54:02.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:02 smithi117 bash[62284]: audit 2024-03-30T04:54:01.025175+0000 mon.a (mon.0) 3330 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:54:03.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:03 smithi111 bash[70954]: cluster 2024-03-30T04:54:02.855159+0000 mgr.y (mgr.25441) 7647 : cluster [DBG] pgmap v4926: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:54:03.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:03 smithi111 bash[73591]: cluster 2024-03-30T04:54:02.855159+0000 mgr.y (mgr.25441) 7647 : cluster [DBG] pgmap v4926: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:54:03.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:03 smithi117 bash[62284]: cluster 2024-03-30T04:54:02.855159+0000 mgr.y (mgr.25441) 7647 : cluster [DBG] pgmap v4926: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:54:03.871 INFO:teuthology.orchestra.run.smithi111.stdout:true 2024-03-30T04:54:04.368 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:04 smithi111 bash[70954]: audit 2024-03-30T04:54:03.861824+0000 mon.c (mon.1) 9423 : audit [DBG] from='client.? 172.21.15.111:0/2513746267' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:54:04.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:04 smithi111 bash[73591]: audit 2024-03-30T04:54:03.861824+0000 mon.c (mon.1) 9423 : audit [DBG] from='client.? 172.21.15.111:0/2513746267' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:54:04.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:04 smithi117 bash[62284]: audit 2024-03-30T04:54:03.861824+0000 mon.c (mon.1) 9423 : audit [DBG] from='client.? 172.21.15.111:0/2513746267' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:54:04.721 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2024-03-30T04:54:05.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:05 smithi111 bash[70954]: audit 2024-03-30T04:54:04.077156+0000 mon.a (mon.0) 3331 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:54:05.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:05 smithi111 bash[70954]: audit 2024-03-30T04:54:04.094434+0000 mon.a (mon.0) 3332 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:54:05.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:05 smithi111 bash[70954]: audit 2024-03-30T04:54:04.109310+0000 mon.a (mon.0) 3333 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:54:05.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:05 smithi111 bash[70954]: cluster 2024-03-30T04:54:04.855799+0000 mgr.y (mgr.25441) 7648 : cluster [DBG] pgmap v4927: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:54:05.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:05 smithi111 bash[73591]: audit 2024-03-30T04:54:04.077156+0000 mon.a (mon.0) 3331 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:54:05.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:05 smithi111 bash[73591]: audit 2024-03-30T04:54:04.094434+0000 mon.a (mon.0) 3332 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:54:05.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:05 smithi111 bash[73591]: audit 2024-03-30T04:54:04.109310+0000 mon.a (mon.0) 3333 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:54:05.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:05 smithi111 bash[73591]: cluster 2024-03-30T04:54:04.855799+0000 mgr.y (mgr.25441) 7648 : cluster [DBG] pgmap v4927: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:54:05.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:05 smithi117 bash[62284]: audit 2024-03-30T04:54:04.077156+0000 mon.a (mon.0) 3331 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:54:05.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:05 smithi117 bash[62284]: audit 2024-03-30T04:54:04.094434+0000 mon.a (mon.0) 3332 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:54:05.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:05 smithi117 bash[62284]: audit 2024-03-30T04:54:04.109310+0000 mon.a (mon.0) 3333 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:54:05.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:05 smithi117 bash[62284]: cluster 2024-03-30T04:54:04.855799+0000 mgr.y (mgr.25441) 7648 : cluster [DBG] pgmap v4927: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:54:06.726 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:54:06 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:54:06] "GET /metrics HTTP/1.1" 200 38699 "" "Prometheus/2.43.0" 2024-03-30T04:54:07.116 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:06 smithi111 bash[70954]: cluster 2024-03-30T04:54:06.857076+0000 mgr.y (mgr.25441) 7649 : cluster [DBG] pgmap v4928: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:54:07.117 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:06 smithi111 bash[73591]: cluster 2024-03-30T04:54:06.857076+0000 mgr.y (mgr.25441) 7649 : cluster [DBG] pgmap v4928: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:54:07.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:06 smithi117 bash[62284]: cluster 2024-03-30T04:54:06.857076+0000 mgr.y (mgr.25441) 7649 : cluster [DBG] pgmap v4928: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:54:09.252 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:08 smithi111 bash[70954]: cluster 2024-03-30T04:54:08.858128+0000 mgr.y (mgr.25441) 7650 : cluster [DBG] pgmap v4929: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:54:09.252 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:08 smithi111 bash[73591]: cluster 2024-03-30T04:54:08.858128+0000 mgr.y (mgr.25441) 7650 : cluster [DBG] pgmap v4929: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:54:09.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:08 smithi117 bash[62284]: cluster 2024-03-30T04:54:08.858128+0000 mgr.y (mgr.25441) 7650 : cluster [DBG] pgmap v4929: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:54:09.855 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)" 2024-03-30T04:54:10.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:09 smithi111 bash[70954]: audit 2024-03-30T04:54:09.255084+0000 mgr.y (mgr.25441) 7651 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:54:10.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:09 smithi111 bash[70954]: audit 2024-03-30T04:54:09.846217+0000 mon.a (mon.0) 3334 : audit [DBG] from='client.? 172.21.15.111:0/2859843125' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:54:10.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:09 smithi111 bash[73591]: audit 2024-03-30T04:54:09.255084+0000 mgr.y (mgr.25441) 7651 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:54:10.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:09 smithi111 bash[73591]: audit 2024-03-30T04:54:09.846217+0000 mon.a (mon.0) 3334 : audit [DBG] from='client.? 172.21.15.111:0/2859843125' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:54:10.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:09 smithi117 bash[62284]: audit 2024-03-30T04:54:09.255084+0000 mgr.y (mgr.25441) 7651 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:54:10.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:09 smithi117 bash[62284]: audit 2024-03-30T04:54:09.846217+0000 mon.a (mon.0) 3334 : audit [DBG] from='client.? 172.21.15.111:0/2859843125' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:54:10.741 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph orch ls | grep '"'"'^osd '"'"'' 2024-03-30T04:54:10.994 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:10 smithi111 bash[73591]: cluster 2024-03-30T04:54:10.858799+0000 mgr.y (mgr.25441) 7652 : cluster [DBG] pgmap v4930: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:54:10.995 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:10 smithi111 bash[70954]: cluster 2024-03-30T04:54:10.858799+0000 mgr.y (mgr.25441) 7652 : cluster [DBG] pgmap v4930: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:54:11.104 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:10 smithi117 bash[62284]: cluster 2024-03-30T04:54:10.858799+0000 mgr.y (mgr.25441) 7652 : cluster [DBG] pgmap v4930: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:54:13.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:12 smithi111 bash[70954]: cluster 2024-03-30T04:54:12.860172+0000 mgr.y (mgr.25441) 7653 : cluster [DBG] pgmap v4931: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:54:13.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:12 smithi111 bash[73591]: cluster 2024-03-30T04:54:12.860172+0000 mgr.y (mgr.25441) 7653 : cluster [DBG] pgmap v4931: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:54:13.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:12 smithi117 bash[62284]: cluster 2024-03-30T04:54:12.860172+0000 mgr.y (mgr.25441) 7653 : cluster [DBG] pgmap v4931: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:54:14.759 INFO:teuthology.orchestra.run.smithi111.stdout:osd 8 13s ago - 2024-03-30T04:54:15.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:14 smithi111 bash[70954]: audit 2024-03-30T04:54:14.733333+0000 mgr.y (mgr.25441) 7654 : audit [DBG] from='client.35079 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:54:15.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:14 smithi111 bash[70954]: cluster 2024-03-30T04:54:14.860894+0000 mgr.y (mgr.25441) 7655 : cluster [DBG] pgmap v4932: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:54:15.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:14 smithi111 bash[73591]: audit 2024-03-30T04:54:14.733333+0000 mgr.y (mgr.25441) 7654 : audit [DBG] from='client.35079 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:54:15.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:14 smithi111 bash[73591]: cluster 2024-03-30T04:54:14.860894+0000 mgr.y (mgr.25441) 7655 : cluster [DBG] pgmap v4932: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:54:15.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:14 smithi117 bash[62284]: audit 2024-03-30T04:54:14.733333+0000 mgr.y (mgr.25441) 7654 : audit [DBG] from='client.35079 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:54:15.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:14 smithi117 bash[62284]: cluster 2024-03-30T04:54:14.860894+0000 mgr.y (mgr.25441) 7655 : cluster [DBG] pgmap v4932: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:54:15.642 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-30T04:54:15.651 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi111.front.sepia.ceph.com 2024-03-30T04:54:15.652 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- bash -c 'ceph orch upgrade ls' 2024-03-30T04:54:16.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:15 smithi111 bash[70954]: audit 2024-03-30T04:54:15.271987+0000 mon.c (mon.1) 9424 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:54:16.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:16 smithi111 bash[73591]: audit 2024-03-30T04:54:15.271987+0000 mon.c (mon.1) 9424 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:54:16.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:15 smithi117 bash[62284]: audit 2024-03-30T04:54:15.271987+0000 mon.c (mon.1) 9424 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:54:16.869 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:54:16 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:54:16] "GET /metrics HTTP/1.1" 200 38700 "" "Prometheus/2.43.0" 2024-03-30T04:54:17.312 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:16 smithi111 bash[70954]: cluster 2024-03-30T04:54:16.862127+0000 mgr.y (mgr.25441) 7656 : cluster [DBG] pgmap v4933: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:54:17.312 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:16 smithi111 bash[73591]: cluster 2024-03-30T04:54:16.862127+0000 mgr.y (mgr.25441) 7656 : cluster [DBG] pgmap v4933: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:54:17.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:16 smithi117 bash[62284]: cluster 2024-03-30T04:54:16.862127+0000 mgr.y (mgr.25441) 7656 : cluster [DBG] pgmap v4933: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:54:19.260 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:18 smithi111 bash[70954]: cluster 2024-03-30T04:54:18.862740+0000 mgr.y (mgr.25441) 7657 : cluster [DBG] pgmap v4934: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:54:19.261 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:18 smithi111 bash[73591]: cluster 2024-03-30T04:54:18.862740+0000 mgr.y (mgr.25441) 7657 : cluster [DBG] pgmap v4934: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:54:19.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:18 smithi117 bash[62284]: cluster 2024-03-30T04:54:18.862740+0000 mgr.y (mgr.25441) 7657 : cluster [DBG] pgmap v4934: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:54:19.752 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2024-03-30T04:54:19.753 INFO:teuthology.orchestra.run.smithi111.stdout: "image": "quay.io/ceph/ceph", 2024-03-30T04:54:19.753 INFO:teuthology.orchestra.run.smithi111.stdout: "registry": "quay.io", 2024-03-30T04:54:19.753 INFO:teuthology.orchestra.run.smithi111.stdout: "bare_image": "ceph/ceph", 2024-03-30T04:54:19.753 INFO:teuthology.orchestra.run.smithi111.stdout: "versions": [] 2024-03-30T04:54:19.753 INFO:teuthology.orchestra.run.smithi111.stdout:} 2024-03-30T04:54:20.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:19 smithi111 bash[70954]: audit 2024-03-30T04:54:19.087278+0000 mgr.y (mgr.25441) 7658 : audit [DBG] from='client.45025 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:54:20.119 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:19 smithi111 bash[70954]: audit 2024-03-30T04:54:19.263638+0000 mgr.y (mgr.25441) 7659 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:54:20.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:19 smithi111 bash[73591]: audit 2024-03-30T04:54:19.087278+0000 mgr.y (mgr.25441) 7658 : audit [DBG] from='client.45025 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:54:20.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:19 smithi111 bash[73591]: audit 2024-03-30T04:54:19.263638+0000 mgr.y (mgr.25441) 7659 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:54:20.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:19 smithi117 bash[62284]: audit 2024-03-30T04:54:19.087278+0000 mgr.y (mgr.25441) 7658 : audit [DBG] from='client.45025 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:54:20.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:19 smithi117 bash[62284]: audit 2024-03-30T04:54:19.263638+0000 mgr.y (mgr.25441) 7659 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:54:20.654 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- bash -c 'ceph orch upgrade ls --image quay.io/ceph/ceph --show-all-versions | grep 16.2.0' 2024-03-30T04:54:21.118 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:20 smithi111 bash[70954]: cluster 2024-03-30T04:54:20.863290+0000 mgr.y (mgr.25441) 7660 : cluster [DBG] pgmap v4935: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:54:21.119 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:20 smithi111 bash[73591]: cluster 2024-03-30T04:54:20.863290+0000 mgr.y (mgr.25441) 7660 : cluster [DBG] pgmap v4935: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:54:21.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:20 smithi117 bash[62284]: cluster 2024-03-30T04:54:20.863290+0000 mgr.y (mgr.25441) 7660 : cluster [DBG] pgmap v4935: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:54:22.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:22 smithi111 bash[70954]: audit 2024-03-30T04:54:21.216055+0000 mon.a (mon.0) 3335 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:54:22.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:22 smithi111 bash[70954]: audit 2024-03-30T04:54:21.232992+0000 mon.a (mon.0) 3336 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:54:22.623 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:22 smithi111 bash[70954]: audit 2024-03-30T04:54:21.247489+0000 mon.a (mon.0) 3337 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:54:22.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:22 smithi111 bash[73591]: audit 2024-03-30T04:54:21.216055+0000 mon.a (mon.0) 3335 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:54:22.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:22 smithi111 bash[73591]: audit 2024-03-30T04:54:21.232992+0000 mon.a (mon.0) 3336 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:54:22.623 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:22 smithi111 bash[73591]: audit 2024-03-30T04:54:21.247489+0000 mon.a (mon.0) 3337 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:54:22.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:22 smithi117 bash[62284]: audit 2024-03-30T04:54:21.216055+0000 mon.a (mon.0) 3335 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:54:22.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:22 smithi117 bash[62284]: audit 2024-03-30T04:54:21.232992+0000 mon.a (mon.0) 3336 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:54:22.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:22 smithi117 bash[62284]: audit 2024-03-30T04:54:21.247489+0000 mon.a (mon.0) 3337 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:54:23.572 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:23 smithi111 bash[70954]: cluster 2024-03-30T04:54:22.864691+0000 mgr.y (mgr.25441) 7661 : cluster [DBG] pgmap v4936: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:54:23.573 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:23 smithi111 bash[73591]: cluster 2024-03-30T04:54:22.864691+0000 mgr.y (mgr.25441) 7661 : cluster [DBG] pgmap v4936: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:54:23.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:23 smithi117 bash[62284]: cluster 2024-03-30T04:54:22.864691+0000 mgr.y (mgr.25441) 7661 : cluster [DBG] pgmap v4936: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:54:24.746 INFO:teuthology.orchestra.run.smithi111.stdout: "16.2.0", 2024-03-30T04:54:25.530 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 -- bash -c 'ceph orch upgrade ls --image quay.io/ceph/ceph --tags | grep v16.2.2' 2024-03-30T04:54:25.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:25 smithi111 bash[73591]: audit 2024-03-30T04:54:24.004880+0000 mgr.y (mgr.25441) 7662 : audit [DBG] from='client.45031 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "show_all_versions": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:54:25.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:25 smithi111 bash[73591]: audit 2024-03-30T04:54:24.329924+0000 mon.a (mon.0) 3338 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:54:25.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:25 smithi111 bash[73591]: audit 2024-03-30T04:54:24.346717+0000 mon.a (mon.0) 3339 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:54:25.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:25 smithi111 bash[73591]: audit 2024-03-30T04:54:24.361531+0000 mon.a (mon.0) 3340 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:54:25.619 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:25 smithi111 bash[73591]: cluster 2024-03-30T04:54:24.865728+0000 mgr.y (mgr.25441) 7663 : cluster [DBG] pgmap v4937: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:54:25.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:25 smithi111 bash[70954]: audit 2024-03-30T04:54:24.004880+0000 mgr.y (mgr.25441) 7662 : audit [DBG] from='client.45031 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "show_all_versions": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:54:25.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:25 smithi111 bash[70954]: audit 2024-03-30T04:54:24.329924+0000 mon.a (mon.0) 3338 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:54:25.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:25 smithi111 bash[70954]: audit 2024-03-30T04:54:24.346717+0000 mon.a (mon.0) 3339 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:54:25.619 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:25 smithi111 bash[70954]: audit 2024-03-30T04:54:24.361531+0000 mon.a (mon.0) 3340 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:54:25.620 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:25 smithi111 bash[70954]: cluster 2024-03-30T04:54:24.865728+0000 mgr.y (mgr.25441) 7663 : cluster [DBG] pgmap v4937: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:54:25.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:25 smithi117 bash[62284]: audit 2024-03-30T04:54:24.004880+0000 mgr.y (mgr.25441) 7662 : audit [DBG] from='client.45031 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "show_all_versions": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:54:25.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:25 smithi117 bash[62284]: audit 2024-03-30T04:54:24.329924+0000 mon.a (mon.0) 3338 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:54:25.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:25 smithi117 bash[62284]: audit 2024-03-30T04:54:24.346717+0000 mon.a (mon.0) 3339 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:54:25.636 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:25 smithi117 bash[62284]: audit 2024-03-30T04:54:24.361531+0000 mon.a (mon.0) 3340 : audit [INF] from='mgr.25441 ' entity='mgr.y' 2024-03-30T04:54:25.637 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:25 smithi117 bash[62284]: cluster 2024-03-30T04:54:24.865728+0000 mgr.y (mgr.25441) 7663 : cluster [DBG] pgmap v4937: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:54:26.619 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:54:26 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:54:26] "GET /metrics HTTP/1.1" 200 38700 "" "Prometheus/2.43.0" 2024-03-30T04:54:27.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:26 smithi111 bash[70954]: cluster 2024-03-30T04:54:26.867118+0000 mgr.y (mgr.25441) 7664 : cluster [DBG] pgmap v4938: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:54:27.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:26 smithi111 bash[73591]: cluster 2024-03-30T04:54:26.867118+0000 mgr.y (mgr.25441) 7664 : cluster [DBG] pgmap v4938: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:54:27.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:26 smithi117 bash[62284]: cluster 2024-03-30T04:54:26.867118+0000 mgr.y (mgr.25441) 7664 : cluster [DBG] pgmap v4938: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:54:29.268 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:28 smithi111 bash[70954]: cluster 2024-03-30T04:54:28.868213+0000 mgr.y (mgr.25441) 7665 : cluster [DBG] pgmap v4939: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:54:29.269 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:28 smithi111 bash[73591]: cluster 2024-03-30T04:54:28.868213+0000 mgr.y (mgr.25441) 7665 : cluster [DBG] pgmap v4939: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:54:29.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:28 smithi117 bash[62284]: cluster 2024-03-30T04:54:28.868213+0000 mgr.y (mgr.25441) 7665 : cluster [DBG] pgmap v4939: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:54:30.304 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:29 smithi111 bash[70954]: audit 2024-03-30T04:54:29.271010+0000 mgr.y (mgr.25441) 7666 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:54:30.305 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:29 smithi111 bash[73591]: audit 2024-03-30T04:54:29.271010+0000 mgr.y (mgr.25441) 7666 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:54:30.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:29 smithi117 bash[62284]: audit 2024-03-30T04:54:29.271010+0000 mgr.y (mgr.25441) 7666 : audit [DBG] from='client.34797 -' entity='client.iscsi.foo.smithi111.fmwmll' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:54:31.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:30 smithi111 bash[70954]: audit 2024-03-30T04:54:30.272734+0000 mon.c (mon.1) 9425 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:54:31.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:30 smithi111 bash[70954]: audit 2024-03-30T04:54:30.741243+0000 mgr.y (mgr.25441) 7667 : audit [DBG] from='client.45037 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "tags": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:54:31.369 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:30 smithi111 bash[70954]: cluster 2024-03-30T04:54:30.868861+0000 mgr.y (mgr.25441) 7668 : cluster [DBG] pgmap v4940: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:54:31.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:30 smithi111 bash[73591]: audit 2024-03-30T04:54:30.272734+0000 mon.c (mon.1) 9425 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:54:31.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:30 smithi111 bash[73591]: audit 2024-03-30T04:54:30.741243+0000 mgr.y (mgr.25441) 7667 : audit [DBG] from='client.45037 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "tags": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:54:31.370 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:30 smithi111 bash[73591]: cluster 2024-03-30T04:54:30.868861+0000 mgr.y (mgr.25441) 7668 : cluster [DBG] pgmap v4940: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:54:31.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:30 smithi117 bash[62284]: audit 2024-03-30T04:54:30.272734+0000 mon.c (mon.1) 9425 : audit [DBG] from='mgr.25441 172.21.15.111:0/906864439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:54:31.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:30 smithi117 bash[62284]: audit 2024-03-30T04:54:30.741243+0000 mgr.y (mgr.25441) 7667 : audit [DBG] from='client.45037 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "tags": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:54:31.386 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:30 smithi117 bash[62284]: cluster 2024-03-30T04:54:30.868861+0000 mgr.y (mgr.25441) 7668 : cluster [DBG] pgmap v4940: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:54:31.424 INFO:teuthology.orchestra.run.smithi111.stdout: "v16.2.2", 2024-03-30T04:54:31.424 INFO:teuthology.orchestra.run.smithi111.stdout: "v16.2.2-20210505", 2024-03-30T04:54:32.742 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-30T04:54:32.752 INFO:tasks.cephadm:Teardown begin 2024-03-30T04:54:32.753 DEBUG:teuthology.orchestra.run.smithi111:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-30T04:54:32.767 DEBUG:teuthology.orchestra.run.smithi117:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-30T04:54:32.781 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-03-30T04:54:32.781 DEBUG:teuthology.orchestra.run.smithi111:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-30T04:54:32.815 DEBUG:teuthology.orchestra.run.smithi117:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-30T04:54:32.828 INFO:tasks.cephadm:Stopping all daemons... 2024-03-30T04:54:32.828 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-03-30T04:54:32.828 DEBUG:teuthology.orchestra.run.smithi111:> sudo systemctl stop ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@mon.a 2024-03-30T04:54:33.005 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:32 smithi111 systemd[1]: Stopping Ceph mon.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:54:33.005 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:32 smithi111 bash[70954]: cluster 2024-03-30T04:54:32.870022+0000 mgr.y (mgr.25441) 7669 : cluster [DBG] pgmap v4941: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:54:33.005 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:32 smithi111 bash[73591]: cluster 2024-03-30T04:54:32.870022+0000 mgr.y (mgr.25441) 7669 : cluster [DBG] pgmap v4941: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:54:33.136 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:32 smithi117 bash[62284]: cluster 2024-03-30T04:54:32.870022+0000 mgr.y (mgr.25441) 7669 : cluster [DBG] pgmap v4941: 161 pgs: 161 active+clean; 585 KiB data, 286 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:54:33.259 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:33 smithi111 bash[70954]: debug 2024-03-30T04:54:33.005+0000 7fec1de93700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-30T04:54:33.259 INFO:journalctl@ceph.mon.a.smithi111.stdout:Mar 30 04:54:33 smithi111 bash[70954]: debug 2024-03-30T04:54:33.005+0000 7fec1de93700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-03-30T04:54:34.057 DEBUG:teuthology.orchestra.run.smithi111:> sudo pkill -f 'journalctl -f -n 0 -u ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@mon.a.service' 2024-03-30T04:54:34.096 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-30T04:54:34.097 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-03-30T04:54:34.097 INFO:tasks.cephadm.mon.b:Stopping mon.c... 2024-03-30T04:54:34.097 DEBUG:teuthology.orchestra.run.smithi111:> sudo systemctl stop ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@mon.c 2024-03-30T04:54:34.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:34 smithi111 systemd[1]: Stopping Ceph mon.c for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:54:34.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:34 smithi111 bash[73591]: debug 2024-03-30T04:54:34.269+0000 7f49568d7700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-30T04:54:34.369 INFO:journalctl@ceph.mon.c.smithi111.stdout:Mar 30 04:54:34 smithi111 bash[73591]: debug 2024-03-30T04:54:34.269+0000 7f49568d7700 -1 mon.c@1(peon) e4 *** Got Signal Terminated *** 2024-03-30T04:54:34.369 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:54:34 smithi111 bash[65893]: [30/Mar/2024:04:54:34] ENGINE Bus STOPPING 2024-03-30T04:54:34.369 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:54:34 smithi111 bash[65893]: [30/Mar/2024:04:54:34] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-30T04:54:34.369 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:54:34 smithi111 bash[65893]: [30/Mar/2024:04:54:34] ENGINE Bus STOPPED 2024-03-30T04:54:34.369 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:54:34 smithi111 bash[65893]: [30/Mar/2024:04:54:34] ENGINE Bus STARTING 2024-03-30T04:54:34.515 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:54:34 smithi111 bash[65893]: CherryPy Checker: 2024-03-30T04:54:34.515 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:54:34 smithi111 bash[65893]: The Application mounted at '' has an empty config. 2024-03-30T04:54:34.515 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:54:34 smithi111 bash[65893]: [30/Mar/2024:04:54:34] ENGINE Serving on http://:::9283 2024-03-30T04:54:34.515 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:54:34 smithi111 bash[65893]: [30/Mar/2024:04:54:34] ENGINE Bus STARTED 2024-03-30T04:54:35.476 DEBUG:teuthology.orchestra.run.smithi111:> sudo pkill -f 'journalctl -f -n 0 -u ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@mon.c.service' 2024-03-30T04:54:35.503 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-30T04:54:35.503 INFO:tasks.cephadm.mon.b:Stopped mon.c 2024-03-30T04:54:35.503 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2024-03-30T04:54:35.504 DEBUG:teuthology.orchestra.run.smithi117:> sudo systemctl stop ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@mon.b 2024-03-30T04:54:35.774 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:35 smithi117 systemd[1]: Stopping Ceph mon.b for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:54:35.774 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:35 smithi117 bash[62284]: debug 2024-03-30T04:54:35.647+0000 7f0065786700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-30T04:54:35.774 INFO:journalctl@ceph.mon.b.smithi117.stdout:Mar 30 04:54:35 smithi117 bash[62284]: debug 2024-03-30T04:54:35.647+0000 7f0065786700 -1 mon.b@2(peon) e4 *** Got Signal Terminated *** 2024-03-30T04:54:36.601 DEBUG:teuthology.orchestra.run.smithi117:> sudo pkill -f 'journalctl -f -n 0 -u ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@mon.b.service' 2024-03-30T04:54:36.628 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-30T04:54:36.629 INFO:tasks.cephadm.mon.b:Stopped mon.b 2024-03-30T04:54:36.629 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2024-03-30T04:54:36.629 DEBUG:teuthology.orchestra.run.smithi111:> sudo systemctl stop ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@mgr.y 2024-03-30T04:54:36.774 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:54:36 smithi111 bash[65893]: ::ffff:172.21.15.117 - - [30/Mar/2024:04:54:36] "GET /metrics HTTP/1.1" 200 38700 "" "Prometheus/2.43.0" 2024-03-30T04:54:36.774 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:54:36 smithi111 systemd[1]: Stopping Ceph mgr.y for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:54:37.071 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:54:36 smithi111 bash[65893]: debug 2024-03-30T04:54:36.773+0000 7f81cfe4b700 -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 2024-03-30T04:54:37.071 INFO:journalctl@ceph.mgr.y.smithi111.stdout:Mar 30 04:54:36 smithi111 bash[65893]: debug 2024-03-30T04:54:36.773+0000 7f81cfe4b700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-03-30T04:54:37.741 DEBUG:teuthology.orchestra.run.smithi111:> sudo pkill -f 'journalctl -f -n 0 -u ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@mgr.y.service' 2024-03-30T04:54:37.767 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-30T04:54:37.767 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2024-03-30T04:54:37.767 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2024-03-30T04:54:37.768 DEBUG:teuthology.orchestra.run.smithi117:> sudo systemctl stop ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@mgr.x 2024-03-30T04:54:38.136 INFO:journalctl@ceph.mgr.x.smithi117.stdout:Mar 30 04:54:37 smithi117 systemd[1]: Stopping Ceph mgr.x for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:54:38.796 DEBUG:teuthology.orchestra.run.smithi117:> sudo pkill -f 'journalctl -f -n 0 -u ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@mgr.x.service' 2024-03-30T04:54:38.818 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-30T04:54:38.819 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2024-03-30T04:54:38.819 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-03-30T04:54:38.819 DEBUG:teuthology.orchestra.run.smithi111:> sudo systemctl stop ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@osd.0 2024-03-30T04:54:39.119 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:54:38 smithi111 systemd[1]: Stopping Ceph osd.0 for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:54:39.119 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:54:38 smithi111 bash[78100]: debug 2024-03-30T04:54:38.965+0000 7f0217e5f700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:54:39.119 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:54:38 smithi111 bash[78100]: debug 2024-03-30T04:54:38.965+0000 7f0217e5f700 -1 osd.0 154 *** Got signal Terminated *** 2024-03-30T04:54:39.119 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:54:38 smithi111 bash[78100]: debug 2024-03-30T04:54:38.965+0000 7f0217e5f700 -1 osd.0 154 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:54:45.414 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:54:45 smithi111 bash[114430]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-osd-0 2024-03-30T04:54:45.415 INFO:journalctl@ceph.osd.0.smithi111.stdout:Mar 30 04:54:45 smithi111 bash[114623]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-osd-0 2024-03-30T04:54:48.254 DEBUG:teuthology.orchestra.run.smithi111:> sudo pkill -f 'journalctl -f -n 0 -u ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@osd.0.service' 2024-03-30T04:54:48.275 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-30T04:54:48.276 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-03-30T04:54:48.276 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-03-30T04:54:48.276 DEBUG:teuthology.orchestra.run.smithi111:> sudo systemctl stop ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@osd.1 2024-03-30T04:54:48.515 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:54:48 smithi111 systemd[1]: Stopping Ceph osd.1 for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:54:48.515 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:54:48 smithi111 bash[81381]: debug 2024-03-30T04:54:48.489+0000 7fcb3acbe700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:54:48.515 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:54:48 smithi111 bash[81381]: debug 2024-03-30T04:54:48.489+0000 7fcb3acbe700 -1 osd.1 154 *** Got signal Terminated *** 2024-03-30T04:54:48.515 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:54:48 smithi111 bash[81381]: debug 2024-03-30T04:54:48.489+0000 7fcb3acbe700 -1 osd.1 154 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:54:54.603 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:54:54 smithi111 bash[115238]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-osd-1 2024-03-30T04:54:54.603 INFO:journalctl@ceph.osd.1.smithi111.stdout:Mar 30 04:54:54 smithi111 bash[115476]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-osd-1 2024-03-30T04:54:56.567 DEBUG:teuthology.orchestra.run.smithi111:> sudo pkill -f 'journalctl -f -n 0 -u ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@osd.1.service' 2024-03-30T04:54:56.597 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-30T04:54:56.598 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-03-30T04:54:56.598 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-03-30T04:54:56.598 DEBUG:teuthology.orchestra.run.smithi111:> sudo systemctl stop ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@osd.2 2024-03-30T04:54:56.869 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:54:56 smithi111 systemd[1]: Stopping Ceph osd.2 for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:54:56.869 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:54:56 smithi111 bash[84647]: debug 2024-03-30T04:54:56.781+0000 7f093b9b3700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:54:56.869 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:54:56 smithi111 bash[84647]: debug 2024-03-30T04:54:56.781+0000 7f093b9b3700 -1 osd.2 154 *** Got signal Terminated *** 2024-03-30T04:54:56.870 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:54:56 smithi111 bash[84647]: debug 2024-03-30T04:54:56.781+0000 7f093b9b3700 -1 osd.2 154 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:55:03.150 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:55:02 smithi111 bash[115610]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-osd-2 2024-03-30T04:55:03.151 INFO:journalctl@ceph.osd.2.smithi111.stdout:Mar 30 04:55:03 smithi111 bash[115673]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-osd-2 2024-03-30T04:55:05.024 DEBUG:teuthology.orchestra.run.smithi111:> sudo pkill -f 'journalctl -f -n 0 -u ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@osd.2.service' 2024-03-30T04:55:05.054 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-30T04:55:05.054 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-03-30T04:55:05.054 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-03-30T04:55:05.054 DEBUG:teuthology.orchestra.run.smithi111:> sudo systemctl stop ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@osd.3 2024-03-30T04:55:05.369 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:55:05 smithi111 systemd[1]: Stopping Ceph osd.3 for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:55:05.369 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:55:05 smithi111 bash[87867]: debug 2024-03-30T04:55:05.240+0000 7f8f0183f700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:55:05.369 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:55:05 smithi111 bash[87867]: debug 2024-03-30T04:55:05.240+0000 7f8f0183f700 -1 osd.3 154 *** Got signal Terminated *** 2024-03-30T04:55:05.369 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:55:05 smithi111 bash[87867]: debug 2024-03-30T04:55:05.240+0000 7f8f0183f700 -1 osd.3 154 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:55:05.636 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:05 smithi117 bash[71853]: debug 2024-03-30T04:55:05.346+0000 7fa0d66ff700 -1 osd.5 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:41.823103+0000 front 2024-03-30T04:54:41.823561+0000 (oldest deadline 2024-03-30T04:55:04.723053+0000) 2024-03-30T04:55:06.555 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:06 smithi117 bash[71853]: debug 2024-03-30T04:55:06.370+0000 7fa0d66ff700 -1 osd.5 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:41.823103+0000 front 2024-03-30T04:54:41.823561+0000 (oldest deadline 2024-03-30T04:55:04.723053+0000) 2024-03-30T04:55:06.556 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:06 smithi117 bash[74404]: debug 2024-03-30T04:55:06.266+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:40.261803+0000 front 2024-03-30T04:54:40.261706+0000 (oldest deadline 2024-03-30T04:55:05.561655+0000) 2024-03-30T04:55:06.815 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:55:06 smithi111 bash[87867]: debug 2024-03-30T04:55:06.568+0000 7f8ef9e2b700 -1 osd.3 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.699198+0000 front 2024-03-30T04:54:42.699594+0000 (oldest deadline 2024-03-30T04:55:06.199422+0000) 2024-03-30T04:55:06.886 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:06 smithi117 bash[77432]: debug 2024-03-30T04:55:06.558+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.493230+0000 front 2024-03-30T04:54:42.493046+0000 (oldest deadline 2024-03-30T04:55:05.993185+0000) 2024-03-30T04:55:07.346 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:55:07 smithi117 bash[69196]: debug 2024-03-30T04:55:07.098+0000 7fe2a79b4700 -1 osd.4 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.970096+0000 front 2024-03-30T04:54:42.970154+0000 (oldest deadline 2024-03-30T04:55:06.469853+0000) 2024-03-30T04:55:07.346 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:07 smithi117 bash[74404]: debug 2024-03-30T04:55:07.226+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:40.261803+0000 front 2024-03-30T04:54:40.261706+0000 (oldest deadline 2024-03-30T04:55:05.561655+0000) 2024-03-30T04:55:07.636 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:07 smithi117 bash[71853]: debug 2024-03-30T04:55:07.350+0000 7fa0d66ff700 -1 osd.5 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:41.823103+0000 front 2024-03-30T04:54:41.823561+0000 (oldest deadline 2024-03-30T04:55:04.723053+0000) 2024-03-30T04:55:07.637 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:07 smithi117 bash[77432]: debug 2024-03-30T04:55:07.550+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.493230+0000 front 2024-03-30T04:54:42.493046+0000 (oldest deadline 2024-03-30T04:55:05.993185+0000) 2024-03-30T04:55:07.736 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:55:07 smithi111 bash[87867]: debug 2024-03-30T04:55:07.536+0000 7f8ef9e2b700 -1 osd.3 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.699198+0000 front 2024-03-30T04:54:42.699594+0000 (oldest deadline 2024-03-30T04:55:06.199422+0000) 2024-03-30T04:55:08.386 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:55:08 smithi117 bash[69196]: debug 2024-03-30T04:55:08.098+0000 7fe2a79b4700 -1 osd.4 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.970096+0000 front 2024-03-30T04:54:42.970154+0000 (oldest deadline 2024-03-30T04:55:06.469853+0000) 2024-03-30T04:55:08.387 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:08 smithi117 bash[71853]: debug 2024-03-30T04:55:08.326+0000 7fa0d66ff700 -1 osd.5 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:41.823103+0000 front 2024-03-30T04:54:41.823561+0000 (oldest deadline 2024-03-30T04:55:04.723053+0000) 2024-03-30T04:55:08.387 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:08 smithi117 bash[74404]: debug 2024-03-30T04:55:08.274+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:40.261803+0000 front 2024-03-30T04:54:40.261706+0000 (oldest deadline 2024-03-30T04:55:05.561655+0000) 2024-03-30T04:55:08.619 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:55:08 smithi111 bash[87867]: debug 2024-03-30T04:55:08.520+0000 7f8ef9e2b700 -1 osd.3 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.699198+0000 front 2024-03-30T04:54:42.699594+0000 (oldest deadline 2024-03-30T04:55:06.199422+0000) 2024-03-30T04:55:08.886 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:08 smithi117 bash[77432]: debug 2024-03-30T04:55:08.502+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.493230+0000 front 2024-03-30T04:54:42.493046+0000 (oldest deadline 2024-03-30T04:55:05.993185+0000) 2024-03-30T04:55:09.523 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:55:09 smithi117 bash[69196]: debug 2024-03-30T04:55:09.146+0000 7fe2a79b4700 -1 osd.4 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.970096+0000 front 2024-03-30T04:54:42.970154+0000 (oldest deadline 2024-03-30T04:55:06.469853+0000) 2024-03-30T04:55:09.523 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:09 smithi117 bash[74404]: debug 2024-03-30T04:55:09.246+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:40.261803+0000 front 2024-03-30T04:54:40.261706+0000 (oldest deadline 2024-03-30T04:55:05.561655+0000) 2024-03-30T04:55:09.523 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:09 smithi117 bash[71853]: debug 2024-03-30T04:55:09.314+0000 7fa0d66ff700 -1 osd.5 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:41.823103+0000 front 2024-03-30T04:54:41.823561+0000 (oldest deadline 2024-03-30T04:55:04.723053+0000) 2024-03-30T04:55:09.869 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:55:09 smithi111 bash[87867]: debug 2024-03-30T04:55:09.536+0000 7f8ef9e2b700 -1 osd.3 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.699198+0000 front 2024-03-30T04:54:42.699594+0000 (oldest deadline 2024-03-30T04:55:06.199422+0000) 2024-03-30T04:55:09.886 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:09 smithi117 bash[77432]: debug 2024-03-30T04:55:09.522+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.493230+0000 front 2024-03-30T04:54:42.493046+0000 (oldest deadline 2024-03-30T04:55:05.993185+0000) 2024-03-30T04:55:10.561 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:10 smithi117 bash[71853]: debug 2024-03-30T04:55:10.354+0000 7fa0d66ff700 -1 osd.5 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:41.823103+0000 front 2024-03-30T04:54:41.823561+0000 (oldest deadline 2024-03-30T04:55:04.723053+0000) 2024-03-30T04:55:10.562 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:10 smithi117 bash[74404]: debug 2024-03-30T04:55:10.270+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:40.261803+0000 front 2024-03-30T04:54:40.261706+0000 (oldest deadline 2024-03-30T04:55:05.561655+0000) 2024-03-30T04:55:10.562 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:55:10 smithi117 bash[69196]: debug 2024-03-30T04:55:10.174+0000 7fe2a79b4700 -1 osd.4 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.970096+0000 front 2024-03-30T04:54:42.970154+0000 (oldest deadline 2024-03-30T04:55:06.469853+0000) 2024-03-30T04:55:10.886 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:10 smithi117 bash[77432]: debug 2024-03-30T04:55:10.566+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.493230+0000 front 2024-03-30T04:54:42.493046+0000 (oldest deadline 2024-03-30T04:55:05.993185+0000) 2024-03-30T04:55:11.369 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:55:11 smithi111 bash[115823]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-osd-3 2024-03-30T04:55:11.543 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:11 smithi117 bash[74404]: debug 2024-03-30T04:55:11.230+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:40.261803+0000 front 2024-03-30T04:54:40.261706+0000 (oldest deadline 2024-03-30T04:55:05.561655+0000) 2024-03-30T04:55:11.544 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:55:11 smithi117 bash[69196]: debug 2024-03-30T04:55:11.194+0000 7fe2a79b4700 -1 osd.4 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.970096+0000 front 2024-03-30T04:54:42.970154+0000 (oldest deadline 2024-03-30T04:55:06.469853+0000) 2024-03-30T04:55:11.544 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:11 smithi117 bash[71853]: debug 2024-03-30T04:55:11.326+0000 7fa0d66ff700 -1 osd.5 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:41.823103+0000 front 2024-03-30T04:54:41.823561+0000 (oldest deadline 2024-03-30T04:55:04.723053+0000) 2024-03-30T04:55:11.869 INFO:journalctl@ceph.osd.3.smithi111.stdout:Mar 30 04:55:11 smithi111 bash[116177]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-osd-3 2024-03-30T04:55:11.886 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:11 smithi117 bash[77432]: debug 2024-03-30T04:55:11.542+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.493230+0000 front 2024-03-30T04:54:42.493046+0000 (oldest deadline 2024-03-30T04:55:05.993185+0000) 2024-03-30T04:55:12.500 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:55:12 smithi117 bash[69196]: debug 2024-03-30T04:55:12.158+0000 7fe2a79b4700 -1 osd.4 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.970096+0000 front 2024-03-30T04:54:42.970154+0000 (oldest deadline 2024-03-30T04:55:06.469853+0000) 2024-03-30T04:55:12.500 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:12 smithi117 bash[71853]: debug 2024-03-30T04:55:12.338+0000 7fa0d66ff700 -1 osd.5 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:41.823103+0000 front 2024-03-30T04:54:41.823561+0000 (oldest deadline 2024-03-30T04:55:04.723053+0000) 2024-03-30T04:55:12.500 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:12 smithi117 bash[74404]: debug 2024-03-30T04:55:12.182+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:40.261803+0000 front 2024-03-30T04:54:40.261706+0000 (oldest deadline 2024-03-30T04:55:05.561655+0000) 2024-03-30T04:55:12.886 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:12 smithi117 bash[77432]: debug 2024-03-30T04:55:12.498+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.493230+0000 front 2024-03-30T04:54:42.493046+0000 (oldest deadline 2024-03-30T04:55:05.993185+0000) 2024-03-30T04:55:13.372 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:13 smithi117 bash[74404]: debug 2024-03-30T04:55:13.222+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:40.261803+0000 front 2024-03-30T04:54:40.261706+0000 (oldest deadline 2024-03-30T04:55:05.561655+0000) 2024-03-30T04:55:13.373 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:55:13 smithi117 bash[69196]: debug 2024-03-30T04:55:13.202+0000 7fe2a79b4700 -1 osd.4 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.970096+0000 front 2024-03-30T04:54:42.970154+0000 (oldest deadline 2024-03-30T04:55:06.469853+0000) 2024-03-30T04:55:13.383 DEBUG:teuthology.orchestra.run.smithi111:> sudo pkill -f 'journalctl -f -n 0 -u ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@osd.3.service' 2024-03-30T04:55:13.410 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-30T04:55:13.410 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-03-30T04:55:13.410 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-03-30T04:55:13.410 DEBUG:teuthology.orchestra.run.smithi117:> sudo systemctl stop ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@osd.4 2024-03-30T04:55:13.636 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:55:13 smithi117 systemd[1]: Stopping Ceph osd.4 for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:55:13.637 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:13 smithi117 bash[71853]: debug 2024-03-30T04:55:13.374+0000 7fa0d66ff700 -1 osd.5 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:41.823103+0000 front 2024-03-30T04:54:41.823561+0000 (oldest deadline 2024-03-30T04:55:04.723053+0000) 2024-03-30T04:55:13.637 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:13 smithi117 bash[77432]: debug 2024-03-30T04:55:13.522+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.493230+0000 front 2024-03-30T04:54:42.493046+0000 (oldest deadline 2024-03-30T04:55:05.993185+0000) 2024-03-30T04:55:14.353 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:14 smithi117 bash[74404]: debug 2024-03-30T04:55:14.206+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:40.261803+0000 front 2024-03-30T04:54:40.261706+0000 (oldest deadline 2024-03-30T04:55:05.561655+0000) 2024-03-30T04:55:14.353 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:14 smithi117 bash[74404]: debug 2024-03-30T04:55:14.206+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:48.264698+0000 front 2024-03-30T04:54:48.264650+0000 (oldest deadline 2024-03-30T04:55:14.164597+0000) 2024-03-30T04:55:14.354 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:55:14 smithi117 bash[69196]: debug 2024-03-30T04:55:14.058+0000 7fe2ab3c0700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:55:14.354 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:55:14 smithi117 bash[69196]: debug 2024-03-30T04:55:14.058+0000 7fe2ab3c0700 -1 osd.4 154 *** Got signal Terminated *** 2024-03-30T04:55:14.354 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:55:14 smithi117 bash[69196]: debug 2024-03-30T04:55:14.058+0000 7fe2ab3c0700 -1 osd.4 154 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:55:14.354 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:55:14 smithi117 bash[69196]: debug 2024-03-30T04:55:14.166+0000 7fe2a79b4700 -1 osd.4 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.970096+0000 front 2024-03-30T04:54:42.970154+0000 (oldest deadline 2024-03-30T04:55:06.469853+0000) 2024-03-30T04:55:14.636 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:14 smithi117 bash[71853]: debug 2024-03-30T04:55:14.354+0000 7fa0d66ff700 -1 osd.5 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:41.823103+0000 front 2024-03-30T04:54:41.823561+0000 (oldest deadline 2024-03-30T04:55:04.723053+0000) 2024-03-30T04:55:14.637 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:14 smithi117 bash[77432]: debug 2024-03-30T04:55:14.562+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.493230+0000 front 2024-03-30T04:54:42.493046+0000 (oldest deadline 2024-03-30T04:55:05.993185+0000) 2024-03-30T04:55:14.637 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:14 smithi117 bash[77432]: debug 2024-03-30T04:55:14.562+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:52.994832+0000 front 2024-03-30T04:54:52.994884+0000 (oldest deadline 2024-03-30T04:55:13.995037+0000) 2024-03-30T04:55:15.449 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:55:15 smithi117 bash[69196]: debug 2024-03-30T04:55:15.194+0000 7fe2a79b4700 -1 osd.4 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.970096+0000 front 2024-03-30T04:54:42.970154+0000 (oldest deadline 2024-03-30T04:55:06.469853+0000) 2024-03-30T04:55:15.450 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:15 smithi117 bash[74404]: debug 2024-03-30T04:55:15.238+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:40.261803+0000 front 2024-03-30T04:54:40.261706+0000 (oldest deadline 2024-03-30T04:55:05.561655+0000) 2024-03-30T04:55:15.450 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:15 smithi117 bash[74404]: debug 2024-03-30T04:55:15.238+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:48.264698+0000 front 2024-03-30T04:54:48.264650+0000 (oldest deadline 2024-03-30T04:55:14.164597+0000) 2024-03-30T04:55:15.450 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:15 smithi117 bash[71853]: debug 2024-03-30T04:55:15.318+0000 7fa0d66ff700 -1 osd.5 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:41.823103+0000 front 2024-03-30T04:54:41.823561+0000 (oldest deadline 2024-03-30T04:55:04.723053+0000) 2024-03-30T04:55:15.450 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:15 smithi117 bash[71853]: debug 2024-03-30T04:55:15.318+0000 7fa0d66ff700 -1 osd.5 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:48.725120+0000 front 2024-03-30T04:54:48.725330+0000 (oldest deadline 2024-03-30T04:55:14.625255+0000) 2024-03-30T04:55:15.886 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:15 smithi117 bash[77432]: debug 2024-03-30T04:55:15.546+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.493230+0000 front 2024-03-30T04:54:42.493046+0000 (oldest deadline 2024-03-30T04:55:05.993185+0000) 2024-03-30T04:55:15.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:15 smithi117 bash[77432]: debug 2024-03-30T04:55:15.546+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:52.994832+0000 front 2024-03-30T04:54:52.994884+0000 (oldest deadline 2024-03-30T04:55:13.995037+0000) 2024-03-30T04:55:16.568 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:55:16 smithi117 bash[69196]: debug 2024-03-30T04:55:16.166+0000 7fe2a79b4700 -1 osd.4 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.970096+0000 front 2024-03-30T04:54:42.970154+0000 (oldest deadline 2024-03-30T04:55:06.469853+0000) 2024-03-30T04:55:16.569 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:16 smithi117 bash[71853]: debug 2024-03-30T04:55:16.274+0000 7fa0d66ff700 -1 osd.5 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:41.823103+0000 front 2024-03-30T04:54:41.823561+0000 (oldest deadline 2024-03-30T04:55:04.723053+0000) 2024-03-30T04:55:16.569 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:16 smithi117 bash[71853]: debug 2024-03-30T04:55:16.274+0000 7fa0d66ff700 -1 osd.5 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:48.725120+0000 front 2024-03-30T04:54:48.725330+0000 (oldest deadline 2024-03-30T04:55:14.625255+0000) 2024-03-30T04:55:16.569 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:16 smithi117 bash[74404]: debug 2024-03-30T04:55:16.234+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:40.261803+0000 front 2024-03-30T04:54:40.261706+0000 (oldest deadline 2024-03-30T04:55:05.561655+0000) 2024-03-30T04:55:16.569 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:16 smithi117 bash[74404]: debug 2024-03-30T04:55:16.234+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:48.264698+0000 front 2024-03-30T04:54:48.264650+0000 (oldest deadline 2024-03-30T04:55:14.164597+0000) 2024-03-30T04:55:16.886 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:16 smithi117 bash[77432]: debug 2024-03-30T04:55:16.570+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.493230+0000 front 2024-03-30T04:54:42.493046+0000 (oldest deadline 2024-03-30T04:55:05.993185+0000) 2024-03-30T04:55:16.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:16 smithi117 bash[77432]: debug 2024-03-30T04:55:16.570+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:52.994832+0000 front 2024-03-30T04:54:52.994884+0000 (oldest deadline 2024-03-30T04:55:13.995037+0000) 2024-03-30T04:55:17.280 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:55:17 smithi117 bash[69196]: debug 2024-03-30T04:55:17.126+0000 7fe2a79b4700 -1 osd.4 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.970096+0000 front 2024-03-30T04:54:42.970154+0000 (oldest deadline 2024-03-30T04:55:06.469853+0000) 2024-03-30T04:55:17.280 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:55:17 smithi117 bash[69196]: debug 2024-03-30T04:55:17.126+0000 7fe2a79b4700 -1 osd.4 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:51.072474+0000 front 2024-03-30T04:54:51.072421+0000 (oldest deadline 2024-03-30T04:55:16.972222+0000) 2024-03-30T04:55:17.545 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:17 smithi117 bash[71853]: debug 2024-03-30T04:55:17.285+0000 7fa0d66ff700 -1 osd.5 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:41.823103+0000 front 2024-03-30T04:54:41.823561+0000 (oldest deadline 2024-03-30T04:55:04.723053+0000) 2024-03-30T04:55:17.545 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:17 smithi117 bash[71853]: debug 2024-03-30T04:55:17.285+0000 7fa0d66ff700 -1 osd.5 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:48.725120+0000 front 2024-03-30T04:54:48.725330+0000 (oldest deadline 2024-03-30T04:55:14.625255+0000) 2024-03-30T04:55:17.546 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:17 smithi117 bash[74404]: debug 2024-03-30T04:55:17.277+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:40.261803+0000 front 2024-03-30T04:54:40.261706+0000 (oldest deadline 2024-03-30T04:55:05.561655+0000) 2024-03-30T04:55:17.546 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:17 smithi117 bash[74404]: debug 2024-03-30T04:55:17.277+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:48.264698+0000 front 2024-03-30T04:54:48.264650+0000 (oldest deadline 2024-03-30T04:55:14.164597+0000) 2024-03-30T04:55:17.886 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:17 smithi117 bash[77432]: debug 2024-03-30T04:55:17.545+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.493230+0000 front 2024-03-30T04:54:42.493046+0000 (oldest deadline 2024-03-30T04:55:05.993185+0000) 2024-03-30T04:55:17.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:17 smithi117 bash[77432]: debug 2024-03-30T04:55:17.545+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:52.994832+0000 front 2024-03-30T04:54:52.994884+0000 (oldest deadline 2024-03-30T04:55:13.995037+0000) 2024-03-30T04:55:18.531 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:18 smithi117 bash[74404]: debug 2024-03-30T04:55:18.289+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:40.261803+0000 front 2024-03-30T04:54:40.261706+0000 (oldest deadline 2024-03-30T04:55:05.561655+0000) 2024-03-30T04:55:18.532 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:18 smithi117 bash[74404]: debug 2024-03-30T04:55:18.289+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:48.264698+0000 front 2024-03-30T04:54:48.264650+0000 (oldest deadline 2024-03-30T04:55:14.164597+0000) 2024-03-30T04:55:18.532 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:55:18 smithi117 bash[69196]: debug 2024-03-30T04:55:18.153+0000 7fe2a79b4700 -1 osd.4 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.970096+0000 front 2024-03-30T04:54:42.970154+0000 (oldest deadline 2024-03-30T04:55:06.469853+0000) 2024-03-30T04:55:18.532 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:55:18 smithi117 bash[69196]: debug 2024-03-30T04:55:18.153+0000 7fe2a79b4700 -1 osd.4 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:51.072474+0000 front 2024-03-30T04:54:51.072421+0000 (oldest deadline 2024-03-30T04:55:16.972222+0000) 2024-03-30T04:55:18.532 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:18 smithi117 bash[71853]: debug 2024-03-30T04:55:18.325+0000 7fa0d66ff700 -1 osd.5 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:41.823103+0000 front 2024-03-30T04:54:41.823561+0000 (oldest deadline 2024-03-30T04:55:04.723053+0000) 2024-03-30T04:55:18.532 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:18 smithi117 bash[71853]: debug 2024-03-30T04:55:18.325+0000 7fa0d66ff700 -1 osd.5 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:48.725120+0000 front 2024-03-30T04:54:48.725330+0000 (oldest deadline 2024-03-30T04:55:14.625255+0000) 2024-03-30T04:55:18.886 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:18 smithi117 bash[77432]: debug 2024-03-30T04:55:18.529+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.493230+0000 front 2024-03-30T04:54:42.493046+0000 (oldest deadline 2024-03-30T04:55:05.993185+0000) 2024-03-30T04:55:18.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:18 smithi117 bash[77432]: debug 2024-03-30T04:55:18.529+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:52.994832+0000 front 2024-03-30T04:54:52.994884+0000 (oldest deadline 2024-03-30T04:55:13.995037+0000) 2024-03-30T04:55:19.563 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:19 smithi117 bash[71853]: debug 2024-03-30T04:55:19.305+0000 7fa0d66ff700 -1 osd.5 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:41.823103+0000 front 2024-03-30T04:54:41.823561+0000 (oldest deadline 2024-03-30T04:55:04.723053+0000) 2024-03-30T04:55:19.563 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:19 smithi117 bash[71853]: debug 2024-03-30T04:55:19.305+0000 7fa0d66ff700 -1 osd.5 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:48.725120+0000 front 2024-03-30T04:54:48.725330+0000 (oldest deadline 2024-03-30T04:55:14.625255+0000) 2024-03-30T04:55:19.563 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:19 smithi117 bash[74404]: debug 2024-03-30T04:55:19.253+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:40.261803+0000 front 2024-03-30T04:54:40.261706+0000 (oldest deadline 2024-03-30T04:55:05.561655+0000) 2024-03-30T04:55:19.563 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:19 smithi117 bash[74404]: debug 2024-03-30T04:55:19.253+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:48.264698+0000 front 2024-03-30T04:54:48.264650+0000 (oldest deadline 2024-03-30T04:55:14.164597+0000) 2024-03-30T04:55:19.886 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:19 smithi117 bash[77432]: debug 2024-03-30T04:55:19.573+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.493230+0000 front 2024-03-30T04:54:42.493046+0000 (oldest deadline 2024-03-30T04:55:05.993185+0000) 2024-03-30T04:55:19.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:19 smithi117 bash[77432]: debug 2024-03-30T04:55:19.573+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:52.994832+0000 front 2024-03-30T04:54:52.994884+0000 (oldest deadline 2024-03-30T04:55:13.995037+0000) 2024-03-30T04:55:20.386 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:55:20 smithi117 bash[96453]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-osd-4 2024-03-30T04:55:20.387 INFO:journalctl@ceph.osd.4.smithi117.stdout:Mar 30 04:55:20 smithi117 bash[96624]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-osd-4 2024-03-30T04:55:20.387 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:20 smithi117 bash[74404]: debug 2024-03-30T04:55:20.277+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:40.261803+0000 front 2024-03-30T04:54:40.261706+0000 (oldest deadline 2024-03-30T04:55:05.561655+0000) 2024-03-30T04:55:20.387 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:20 smithi117 bash[74404]: debug 2024-03-30T04:55:20.277+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:48.264698+0000 front 2024-03-30T04:54:48.264650+0000 (oldest deadline 2024-03-30T04:55:14.164597+0000) 2024-03-30T04:55:20.387 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:20 smithi117 bash[71853]: debug 2024-03-30T04:55:20.297+0000 7fa0d66ff700 -1 osd.5 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:41.823103+0000 front 2024-03-30T04:54:41.823561+0000 (oldest deadline 2024-03-30T04:55:04.723053+0000) 2024-03-30T04:55:20.387 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:20 smithi117 bash[71853]: debug 2024-03-30T04:55:20.297+0000 7fa0d66ff700 -1 osd.5 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:48.725120+0000 front 2024-03-30T04:54:48.725330+0000 (oldest deadline 2024-03-30T04:55:14.625255+0000) 2024-03-30T04:55:20.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:20 smithi117 bash[77432]: debug 2024-03-30T04:55:20.625+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.493230+0000 front 2024-03-30T04:54:42.493046+0000 (oldest deadline 2024-03-30T04:55:05.993185+0000) 2024-03-30T04:55:20.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:20 smithi117 bash[77432]: debug 2024-03-30T04:55:20.625+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:52.994832+0000 front 2024-03-30T04:54:52.994884+0000 (oldest deadline 2024-03-30T04:55:13.995037+0000) 2024-03-30T04:55:21.611 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:21 smithi117 bash[71853]: debug 2024-03-30T04:55:21.341+0000 7fa0d66ff700 -1 osd.5 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:41.823103+0000 front 2024-03-30T04:54:41.823561+0000 (oldest deadline 2024-03-30T04:55:04.723053+0000) 2024-03-30T04:55:21.611 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:21 smithi117 bash[71853]: debug 2024-03-30T04:55:21.341+0000 7fa0d66ff700 -1 osd.5 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:48.725120+0000 front 2024-03-30T04:54:48.725330+0000 (oldest deadline 2024-03-30T04:55:14.625255+0000) 2024-03-30T04:55:21.611 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:21 smithi117 bash[74404]: debug 2024-03-30T04:55:21.309+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:40.261803+0000 front 2024-03-30T04:54:40.261706+0000 (oldest deadline 2024-03-30T04:55:05.561655+0000) 2024-03-30T04:55:21.611 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:21 smithi117 bash[74404]: debug 2024-03-30T04:55:21.309+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:48.264698+0000 front 2024-03-30T04:54:48.264650+0000 (oldest deadline 2024-03-30T04:55:14.164597+0000) 2024-03-30T04:55:21.886 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:21 smithi117 bash[77432]: debug 2024-03-30T04:55:21.609+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.493230+0000 front 2024-03-30T04:54:42.493046+0000 (oldest deadline 2024-03-30T04:55:05.993185+0000) 2024-03-30T04:55:21.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:21 smithi117 bash[77432]: debug 2024-03-30T04:55:21.609+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:52.994832+0000 front 2024-03-30T04:54:52.994884+0000 (oldest deadline 2024-03-30T04:55:13.995037+0000) 2024-03-30T04:55:22.501 DEBUG:teuthology.orchestra.run.smithi117:> sudo pkill -f 'journalctl -f -n 0 -u ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@osd.4.service' 2024-03-30T04:55:22.530 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-30T04:55:22.531 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-03-30T04:55:22.531 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-03-30T04:55:22.531 DEBUG:teuthology.orchestra.run.smithi117:> sudo systemctl stop ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@osd.5 2024-03-30T04:55:22.582 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:22 smithi117 bash[74404]: debug 2024-03-30T04:55:22.313+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:40.261803+0000 front 2024-03-30T04:54:40.261706+0000 (oldest deadline 2024-03-30T04:55:05.561655+0000) 2024-03-30T04:55:22.582 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:22 smithi117 bash[74404]: debug 2024-03-30T04:55:22.313+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:48.264698+0000 front 2024-03-30T04:54:48.264650+0000 (oldest deadline 2024-03-30T04:55:14.164597+0000) 2024-03-30T04:55:22.582 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:22 smithi117 bash[71853]: debug 2024-03-30T04:55:22.293+0000 7fa0d66ff700 -1 osd.5 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:41.823103+0000 front 2024-03-30T04:54:41.823561+0000 (oldest deadline 2024-03-30T04:55:04.723053+0000) 2024-03-30T04:55:22.582 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:22 smithi117 bash[71853]: debug 2024-03-30T04:55:22.293+0000 7fa0d66ff700 -1 osd.5 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:48.725120+0000 front 2024-03-30T04:54:48.725330+0000 (oldest deadline 2024-03-30T04:55:14.625255+0000) 2024-03-30T04:55:22.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:22 smithi117 bash[77432]: debug 2024-03-30T04:55:22.589+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.493230+0000 front 2024-03-30T04:54:42.493046+0000 (oldest deadline 2024-03-30T04:55:05.993185+0000) 2024-03-30T04:55:22.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:22 smithi117 bash[77432]: debug 2024-03-30T04:55:22.589+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:52.994832+0000 front 2024-03-30T04:54:52.994884+0000 (oldest deadline 2024-03-30T04:55:13.995037+0000) 2024-03-30T04:55:22.887 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:22 smithi117 systemd[1]: Stopping Ceph osd.5 for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:55:22.887 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:22 smithi117 bash[71853]: debug 2024-03-30T04:55:22.713+0000 7fa0de113700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:55:22.887 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:22 smithi117 bash[71853]: debug 2024-03-30T04:55:22.713+0000 7fa0de113700 -1 osd.5 154 *** Got signal Terminated *** 2024-03-30T04:55:22.887 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:22 smithi117 bash[71853]: debug 2024-03-30T04:55:22.713+0000 7fa0de113700 -1 osd.5 154 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:55:23.586 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:23 smithi117 bash[71853]: debug 2024-03-30T04:55:23.309+0000 7fa0d66ff700 -1 osd.5 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:41.823103+0000 front 2024-03-30T04:54:41.823561+0000 (oldest deadline 2024-03-30T04:55:04.723053+0000) 2024-03-30T04:55:23.586 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:23 smithi117 bash[71853]: debug 2024-03-30T04:55:23.309+0000 7fa0d66ff700 -1 osd.5 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:48.725120+0000 front 2024-03-30T04:54:48.725330+0000 (oldest deadline 2024-03-30T04:55:14.625255+0000) 2024-03-30T04:55:23.586 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:23 smithi117 bash[71853]: debug 2024-03-30T04:55:23.309+0000 7fa0d66ff700 -1 osd.5 154 heartbeat_check: no reply from 172.21.15.111:6822 osd.2 since back 2024-03-30T04:54:59.926946+0000 front 2024-03-30T04:54:59.927054+0000 (oldest deadline 2024-03-30T04:55:22.826595+0000) 2024-03-30T04:55:23.587 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:23 smithi117 bash[74404]: debug 2024-03-30T04:55:23.341+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:40.261803+0000 front 2024-03-30T04:54:40.261706+0000 (oldest deadline 2024-03-30T04:55:05.561655+0000) 2024-03-30T04:55:23.587 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:23 smithi117 bash[74404]: debug 2024-03-30T04:55:23.341+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:48.264698+0000 front 2024-03-30T04:54:48.264650+0000 (oldest deadline 2024-03-30T04:55:14.164597+0000) 2024-03-30T04:55:23.886 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:23 smithi117 bash[77432]: debug 2024-03-30T04:55:23.585+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.493230+0000 front 2024-03-30T04:54:42.493046+0000 (oldest deadline 2024-03-30T04:55:05.993185+0000) 2024-03-30T04:55:23.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:23 smithi117 bash[77432]: debug 2024-03-30T04:55:23.585+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:52.994832+0000 front 2024-03-30T04:54:52.994884+0000 (oldest deadline 2024-03-30T04:55:13.995037+0000) 2024-03-30T04:55:24.598 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:24 smithi117 bash[74404]: debug 2024-03-30T04:55:24.365+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:40.261803+0000 front 2024-03-30T04:54:40.261706+0000 (oldest deadline 2024-03-30T04:55:05.561655+0000) 2024-03-30T04:55:24.598 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:24 smithi117 bash[74404]: debug 2024-03-30T04:55:24.365+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:48.264698+0000 front 2024-03-30T04:54:48.264650+0000 (oldest deadline 2024-03-30T04:55:14.164597+0000) 2024-03-30T04:55:24.598 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:24 smithi117 bash[71853]: debug 2024-03-30T04:55:24.329+0000 7fa0d66ff700 -1 osd.5 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:41.823103+0000 front 2024-03-30T04:54:41.823561+0000 (oldest deadline 2024-03-30T04:55:04.723053+0000) 2024-03-30T04:55:24.599 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:24 smithi117 bash[71853]: debug 2024-03-30T04:55:24.329+0000 7fa0d66ff700 -1 osd.5 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:48.725120+0000 front 2024-03-30T04:54:48.725330+0000 (oldest deadline 2024-03-30T04:55:14.625255+0000) 2024-03-30T04:55:24.599 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:24 smithi117 bash[71853]: debug 2024-03-30T04:55:24.329+0000 7fa0d66ff700 -1 osd.5 154 heartbeat_check: no reply from 172.21.15.111:6822 osd.2 since back 2024-03-30T04:54:59.926946+0000 front 2024-03-30T04:54:59.927054+0000 (oldest deadline 2024-03-30T04:55:22.826595+0000) 2024-03-30T04:55:24.886 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:24 smithi117 bash[77432]: debug 2024-03-30T04:55:24.601+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.493230+0000 front 2024-03-30T04:54:42.493046+0000 (oldest deadline 2024-03-30T04:55:05.993185+0000) 2024-03-30T04:55:24.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:24 smithi117 bash[77432]: debug 2024-03-30T04:55:24.601+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:52.994832+0000 front 2024-03-30T04:54:52.994884+0000 (oldest deadline 2024-03-30T04:55:13.995037+0000) 2024-03-30T04:55:25.387 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:25 smithi117 bash[71853]: debug 2024-03-30T04:55:25.365+0000 7fa0d66ff700 -1 osd.5 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:41.823103+0000 front 2024-03-30T04:54:41.823561+0000 (oldest deadline 2024-03-30T04:55:04.723053+0000) 2024-03-30T04:55:25.387 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:25 smithi117 bash[71853]: debug 2024-03-30T04:55:25.365+0000 7fa0d66ff700 -1 osd.5 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:48.725120+0000 front 2024-03-30T04:54:48.725330+0000 (oldest deadline 2024-03-30T04:55:14.625255+0000) 2024-03-30T04:55:25.387 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:25 smithi117 bash[71853]: debug 2024-03-30T04:55:25.365+0000 7fa0d66ff700 -1 osd.5 154 heartbeat_check: no reply from 172.21.15.111:6822 osd.2 since back 2024-03-30T04:54:59.926946+0000 front 2024-03-30T04:54:59.927054+0000 (oldest deadline 2024-03-30T04:55:22.826595+0000) 2024-03-30T04:55:25.387 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:25 smithi117 bash[74404]: debug 2024-03-30T04:55:25.329+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:40.261803+0000 front 2024-03-30T04:54:40.261706+0000 (oldest deadline 2024-03-30T04:55:05.561655+0000) 2024-03-30T04:55:25.387 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:25 smithi117 bash[74404]: debug 2024-03-30T04:55:25.329+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:48.264698+0000 front 2024-03-30T04:54:48.264650+0000 (oldest deadline 2024-03-30T04:55:14.164597+0000) 2024-03-30T04:55:25.387 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:25 smithi117 bash[74404]: debug 2024-03-30T04:55:25.329+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6822 osd.2 since back 2024-03-30T04:54:59.966837+0000 front 2024-03-30T04:54:59.966899+0000 (oldest deadline 2024-03-30T04:55:25.266425+0000) 2024-03-30T04:55:25.388 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:55:25 smithi117 bash[87189]: ts=2024-03-30T04:55:25.126Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=ceph-exporter msg="Unable to refresh target groups" err="Get \"http://172.21.15.111:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.111:8765: connect: connection refused" 2024-03-30T04:55:25.388 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:55:25 smithi117 bash[87189]: ts=2024-03-30T04:55:25.130Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=node msg="Unable to refresh target groups" err="Get \"http://172.21.15.111:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.111:8765: connect: connection refused" 2024-03-30T04:55:25.388 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:55:25 smithi117 bash[87189]: ts=2024-03-30T04:55:25.135Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=nvmeof msg="Unable to refresh target groups" err="Get \"http://172.21.15.111:8765/sd/prometheus/sd-config?service=nvmeof\": dial tcp 172.21.15.111:8765: connect: connection refused" 2024-03-30T04:55:25.388 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:55:25 smithi117 bash[87189]: ts=2024-03-30T04:55:25.142Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=ceph msg="Unable to refresh target groups" err="Get \"http://172.21.15.111:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.111:8765: connect: connection refused" 2024-03-30T04:55:25.388 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:55:25 smithi117 bash[87189]: ts=2024-03-30T04:55:25.142Z caller=refresh.go:99 level=error component="discovery manager notify" discovery=http config=config-0 msg="Unable to refresh target groups" err="Get \"http://172.21.15.111:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.111:8765: connect: connection refused" 2024-03-30T04:55:25.886 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:25 smithi117 bash[77432]: debug 2024-03-30T04:55:25.565+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.493230+0000 front 2024-03-30T04:54:42.493046+0000 (oldest deadline 2024-03-30T04:55:05.993185+0000) 2024-03-30T04:55:25.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:25 smithi117 bash[77432]: debug 2024-03-30T04:55:25.565+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:52.994832+0000 front 2024-03-30T04:54:52.994884+0000 (oldest deadline 2024-03-30T04:55:13.995037+0000) 2024-03-30T04:55:26.581 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:26 smithi117 bash[74404]: debug 2024-03-30T04:55:26.325+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:40.261803+0000 front 2024-03-30T04:54:40.261706+0000 (oldest deadline 2024-03-30T04:55:05.561655+0000) 2024-03-30T04:55:26.582 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:26 smithi117 bash[74404]: debug 2024-03-30T04:55:26.325+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:48.264698+0000 front 2024-03-30T04:54:48.264650+0000 (oldest deadline 2024-03-30T04:55:14.164597+0000) 2024-03-30T04:55:26.582 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:26 smithi117 bash[74404]: debug 2024-03-30T04:55:26.325+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6822 osd.2 since back 2024-03-30T04:54:59.966837+0000 front 2024-03-30T04:54:59.966899+0000 (oldest deadline 2024-03-30T04:55:25.266425+0000) 2024-03-30T04:55:26.582 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:26 smithi117 bash[71853]: debug 2024-03-30T04:55:26.413+0000 7fa0d66ff700 -1 osd.5 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:41.823103+0000 front 2024-03-30T04:54:41.823561+0000 (oldest deadline 2024-03-30T04:55:04.723053+0000) 2024-03-30T04:55:26.582 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:26 smithi117 bash[71853]: debug 2024-03-30T04:55:26.413+0000 7fa0d66ff700 -1 osd.5 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:48.725120+0000 front 2024-03-30T04:54:48.725330+0000 (oldest deadline 2024-03-30T04:55:14.625255+0000) 2024-03-30T04:55:26.583 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:26 smithi117 bash[71853]: debug 2024-03-30T04:55:26.413+0000 7fa0d66ff700 -1 osd.5 154 heartbeat_check: no reply from 172.21.15.111:6822 osd.2 since back 2024-03-30T04:54:59.926946+0000 front 2024-03-30T04:54:59.927054+0000 (oldest deadline 2024-03-30T04:55:22.826595+0000) 2024-03-30T04:55:26.886 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:26 smithi117 bash[77432]: debug 2024-03-30T04:55:26.585+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.493230+0000 front 2024-03-30T04:54:42.493046+0000 (oldest deadline 2024-03-30T04:55:05.993185+0000) 2024-03-30T04:55:26.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:26 smithi117 bash[77432]: debug 2024-03-30T04:55:26.585+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:52.994832+0000 front 2024-03-30T04:54:52.994884+0000 (oldest deadline 2024-03-30T04:55:13.995037+0000) 2024-03-30T04:55:27.631 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:27 smithi117 bash[74404]: debug 2024-03-30T04:55:27.361+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:40.261803+0000 front 2024-03-30T04:54:40.261706+0000 (oldest deadline 2024-03-30T04:55:05.561655+0000) 2024-03-30T04:55:27.631 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:27 smithi117 bash[74404]: debug 2024-03-30T04:55:27.361+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:48.264698+0000 front 2024-03-30T04:54:48.264650+0000 (oldest deadline 2024-03-30T04:55:14.164597+0000) 2024-03-30T04:55:27.631 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:27 smithi117 bash[74404]: debug 2024-03-30T04:55:27.361+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6822 osd.2 since back 2024-03-30T04:54:59.966837+0000 front 2024-03-30T04:54:59.966899+0000 (oldest deadline 2024-03-30T04:55:25.266425+0000) 2024-03-30T04:55:27.631 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:27 smithi117 bash[71853]: debug 2024-03-30T04:55:27.453+0000 7fa0d66ff700 -1 osd.5 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:41.823103+0000 front 2024-03-30T04:54:41.823561+0000 (oldest deadline 2024-03-30T04:55:04.723053+0000) 2024-03-30T04:55:27.631 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:27 smithi117 bash[71853]: debug 2024-03-30T04:55:27.453+0000 7fa0d66ff700 -1 osd.5 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:48.725120+0000 front 2024-03-30T04:54:48.725330+0000 (oldest deadline 2024-03-30T04:55:14.625255+0000) 2024-03-30T04:55:27.631 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:27 smithi117 bash[71853]: debug 2024-03-30T04:55:27.453+0000 7fa0d66ff700 -1 osd.5 154 heartbeat_check: no reply from 172.21.15.111:6822 osd.2 since back 2024-03-30T04:54:59.926946+0000 front 2024-03-30T04:54:59.927054+0000 (oldest deadline 2024-03-30T04:55:22.826595+0000) 2024-03-30T04:55:27.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:27 smithi117 bash[77432]: debug 2024-03-30T04:55:27.629+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.493230+0000 front 2024-03-30T04:54:42.493046+0000 (oldest deadline 2024-03-30T04:55:05.993185+0000) 2024-03-30T04:55:27.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:27 smithi117 bash[77432]: debug 2024-03-30T04:55:27.629+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:52.994832+0000 front 2024-03-30T04:54:52.994884+0000 (oldest deadline 2024-03-30T04:55:13.995037+0000) 2024-03-30T04:55:27.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:27 smithi117 bash[77432]: debug 2024-03-30T04:55:27.629+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6822 osd.2 since back 2024-03-30T04:55:01.597248+0000 front 2024-03-30T04:55:01.597112+0000 (oldest deadline 2024-03-30T04:55:26.896908+0000) 2024-03-30T04:55:28.387 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:28 smithi117 bash[74404]: debug 2024-03-30T04:55:28.369+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:40.261803+0000 front 2024-03-30T04:54:40.261706+0000 (oldest deadline 2024-03-30T04:55:05.561655+0000) 2024-03-30T04:55:28.387 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:28 smithi117 bash[74404]: debug 2024-03-30T04:55:28.369+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:48.264698+0000 front 2024-03-30T04:54:48.264650+0000 (oldest deadline 2024-03-30T04:55:14.164597+0000) 2024-03-30T04:55:28.387 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:28 smithi117 bash[74404]: debug 2024-03-30T04:55:28.369+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6822 osd.2 since back 2024-03-30T04:54:59.966837+0000 front 2024-03-30T04:54:59.966899+0000 (oldest deadline 2024-03-30T04:55:25.266425+0000) 2024-03-30T04:55:28.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:28 smithi117 bash[77432]: debug 2024-03-30T04:55:28.585+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.493230+0000 front 2024-03-30T04:54:42.493046+0000 (oldest deadline 2024-03-30T04:55:05.993185+0000) 2024-03-30T04:55:28.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:28 smithi117 bash[77432]: debug 2024-03-30T04:55:28.585+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:52.994832+0000 front 2024-03-30T04:54:52.994884+0000 (oldest deadline 2024-03-30T04:55:13.995037+0000) 2024-03-30T04:55:28.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:28 smithi117 bash[77432]: debug 2024-03-30T04:55:28.585+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6822 osd.2 since back 2024-03-30T04:55:01.597248+0000 front 2024-03-30T04:55:01.597112+0000 (oldest deadline 2024-03-30T04:55:26.896908+0000) 2024-03-30T04:55:29.386 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:28 smithi117 bash[96760]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-osd-5 2024-03-30T04:55:29.387 INFO:journalctl@ceph.osd.5.smithi117.stdout:Mar 30 04:55:29 smithi117 bash[96845]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-osd-5 2024-03-30T04:55:29.887 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:29 smithi117 bash[74404]: debug 2024-03-30T04:55:29.413+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:40.261803+0000 front 2024-03-30T04:54:40.261706+0000 (oldest deadline 2024-03-30T04:55:05.561655+0000) 2024-03-30T04:55:29.887 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:29 smithi117 bash[74404]: debug 2024-03-30T04:55:29.413+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:48.264698+0000 front 2024-03-30T04:54:48.264650+0000 (oldest deadline 2024-03-30T04:55:14.164597+0000) 2024-03-30T04:55:29.887 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:29 smithi117 bash[74404]: debug 2024-03-30T04:55:29.413+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6822 osd.2 since back 2024-03-30T04:54:59.966837+0000 front 2024-03-30T04:54:59.966899+0000 (oldest deadline 2024-03-30T04:55:25.266425+0000) 2024-03-30T04:55:29.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:29 smithi117 bash[77432]: debug 2024-03-30T04:55:29.641+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.493230+0000 front 2024-03-30T04:54:42.493046+0000 (oldest deadline 2024-03-30T04:55:05.993185+0000) 2024-03-30T04:55:29.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:29 smithi117 bash[77432]: debug 2024-03-30T04:55:29.641+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:52.994832+0000 front 2024-03-30T04:54:52.994884+0000 (oldest deadline 2024-03-30T04:55:13.995037+0000) 2024-03-30T04:55:29.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:29 smithi117 bash[77432]: debug 2024-03-30T04:55:29.641+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6822 osd.2 since back 2024-03-30T04:55:01.597248+0000 front 2024-03-30T04:55:01.597112+0000 (oldest deadline 2024-03-30T04:55:26.896908+0000) 2024-03-30T04:55:30.637 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:30 smithi117 bash[77432]: debug 2024-03-30T04:55:30.613+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.493230+0000 front 2024-03-30T04:54:42.493046+0000 (oldest deadline 2024-03-30T04:55:05.993185+0000) 2024-03-30T04:55:30.637 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:30 smithi117 bash[77432]: debug 2024-03-30T04:55:30.613+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:52.994832+0000 front 2024-03-30T04:54:52.994884+0000 (oldest deadline 2024-03-30T04:55:13.995037+0000) 2024-03-30T04:55:30.637 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:30 smithi117 bash[77432]: debug 2024-03-30T04:55:30.613+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6822 osd.2 since back 2024-03-30T04:55:01.597248+0000 front 2024-03-30T04:55:01.597112+0000 (oldest deadline 2024-03-30T04:55:26.896908+0000) 2024-03-30T04:55:30.637 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:30 smithi117 bash[74404]: debug 2024-03-30T04:55:30.401+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:40.261803+0000 front 2024-03-30T04:54:40.261706+0000 (oldest deadline 2024-03-30T04:55:05.561655+0000) 2024-03-30T04:55:30.637 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:30 smithi117 bash[74404]: debug 2024-03-30T04:55:30.401+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:48.264698+0000 front 2024-03-30T04:54:48.264650+0000 (oldest deadline 2024-03-30T04:55:14.164597+0000) 2024-03-30T04:55:30.637 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:30 smithi117 bash[74404]: debug 2024-03-30T04:55:30.401+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6822 osd.2 since back 2024-03-30T04:54:59.966837+0000 front 2024-03-30T04:54:59.966899+0000 (oldest deadline 2024-03-30T04:55:25.266425+0000) 2024-03-30T04:55:31.167 DEBUG:teuthology.orchestra.run.smithi117:> sudo pkill -f 'journalctl -f -n 0 -u ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@osd.5.service' 2024-03-30T04:55:31.238 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-30T04:55:31.238 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-03-30T04:55:31.238 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-03-30T04:55:31.238 DEBUG:teuthology.orchestra.run.smithi117:> sudo systemctl stop ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@osd.6 2024-03-30T04:55:31.430 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:31 smithi117 systemd[1]: Stopping Ceph osd.6 for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:55:31.695 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:31 smithi117 bash[74404]: debug 2024-03-30T04:55:31.433+0000 7fe133be5700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:55:31.696 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:31 smithi117 bash[74404]: debug 2024-03-30T04:55:31.433+0000 7fe133be5700 -1 osd.6 154 *** Got signal Terminated *** 2024-03-30T04:55:31.696 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:31 smithi117 bash[74404]: debug 2024-03-30T04:55:31.433+0000 7fe133be5700 -1 osd.6 154 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:55:31.696 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:31 smithi117 bash[74404]: debug 2024-03-30T04:55:31.433+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:40.261803+0000 front 2024-03-30T04:54:40.261706+0000 (oldest deadline 2024-03-30T04:55:05.561655+0000) 2024-03-30T04:55:31.696 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:31 smithi117 bash[74404]: debug 2024-03-30T04:55:31.433+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:48.264698+0000 front 2024-03-30T04:54:48.264650+0000 (oldest deadline 2024-03-30T04:55:14.164597+0000) 2024-03-30T04:55:31.696 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:31 smithi117 bash[74404]: debug 2024-03-30T04:55:31.433+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6822 osd.2 since back 2024-03-30T04:54:59.966837+0000 front 2024-03-30T04:54:59.966899+0000 (oldest deadline 2024-03-30T04:55:25.266425+0000) 2024-03-30T04:55:31.696 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:31 smithi117 bash[77432]: debug 2024-03-30T04:55:31.649+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.493230+0000 front 2024-03-30T04:54:42.493046+0000 (oldest deadline 2024-03-30T04:55:05.993185+0000) 2024-03-30T04:55:31.696 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:31 smithi117 bash[77432]: debug 2024-03-30T04:55:31.649+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:52.994832+0000 front 2024-03-30T04:54:52.994884+0000 (oldest deadline 2024-03-30T04:55:13.995037+0000) 2024-03-30T04:55:31.696 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:31 smithi117 bash[77432]: debug 2024-03-30T04:55:31.649+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6822 osd.2 since back 2024-03-30T04:55:01.597248+0000 front 2024-03-30T04:55:01.597112+0000 (oldest deadline 2024-03-30T04:55:26.896908+0000) 2024-03-30T04:55:31.696 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:31 smithi117 bash[77432]: debug 2024-03-30T04:55:31.649+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6830 osd.3 since back 2024-03-30T04:55:06.897561+0000 front 2024-03-30T04:55:06.897506+0000 (oldest deadline 2024-03-30T04:55:31.597556+0000) 2024-03-30T04:55:32.761 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:32 smithi117 bash[74404]: debug 2024-03-30T04:55:32.441+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:40.261803+0000 front 2024-03-30T04:54:40.261706+0000 (oldest deadline 2024-03-30T04:55:05.561655+0000) 2024-03-30T04:55:32.761 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:32 smithi117 bash[74404]: debug 2024-03-30T04:55:32.441+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:48.264698+0000 front 2024-03-30T04:54:48.264650+0000 (oldest deadline 2024-03-30T04:55:14.164597+0000) 2024-03-30T04:55:32.761 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:32 smithi117 bash[74404]: debug 2024-03-30T04:55:32.441+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6822 osd.2 since back 2024-03-30T04:54:59.966837+0000 front 2024-03-30T04:54:59.966899+0000 (oldest deadline 2024-03-30T04:55:25.266425+0000) 2024-03-30T04:55:32.761 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:32 smithi117 bash[77432]: debug 2024-03-30T04:55:32.677+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.493230+0000 front 2024-03-30T04:54:42.493046+0000 (oldest deadline 2024-03-30T04:55:05.993185+0000) 2024-03-30T04:55:32.761 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:32 smithi117 bash[77432]: debug 2024-03-30T04:55:32.677+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:52.994832+0000 front 2024-03-30T04:54:52.994884+0000 (oldest deadline 2024-03-30T04:55:13.995037+0000) 2024-03-30T04:55:32.762 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:32 smithi117 bash[77432]: debug 2024-03-30T04:55:32.677+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6822 osd.2 since back 2024-03-30T04:55:01.597248+0000 front 2024-03-30T04:55:01.597112+0000 (oldest deadline 2024-03-30T04:55:26.896908+0000) 2024-03-30T04:55:32.762 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:32 smithi117 bash[77432]: debug 2024-03-30T04:55:32.677+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6830 osd.3 since back 2024-03-30T04:55:06.897561+0000 front 2024-03-30T04:55:06.897506+0000 (oldest deadline 2024-03-30T04:55:31.597556+0000) 2024-03-30T04:55:33.887 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:33 smithi117 bash[74404]: debug 2024-03-30T04:55:33.453+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:40.261803+0000 front 2024-03-30T04:54:40.261706+0000 (oldest deadline 2024-03-30T04:55:05.561655+0000) 2024-03-30T04:55:33.887 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:33 smithi117 bash[74404]: debug 2024-03-30T04:55:33.453+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:48.264698+0000 front 2024-03-30T04:54:48.264650+0000 (oldest deadline 2024-03-30T04:55:14.164597+0000) 2024-03-30T04:55:33.887 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:33 smithi117 bash[74404]: debug 2024-03-30T04:55:33.453+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6822 osd.2 since back 2024-03-30T04:54:59.966837+0000 front 2024-03-30T04:54:59.966899+0000 (oldest deadline 2024-03-30T04:55:25.266425+0000) 2024-03-30T04:55:33.887 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:33 smithi117 bash[74404]: debug 2024-03-30T04:55:33.453+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6830 osd.3 since back 2024-03-30T04:55:06.869031+0000 front 2024-03-30T04:55:06.868828+0000 (oldest deadline 2024-03-30T04:55:32.768805+0000) 2024-03-30T04:55:33.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:33 smithi117 bash[77432]: debug 2024-03-30T04:55:33.661+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.493230+0000 front 2024-03-30T04:54:42.493046+0000 (oldest deadline 2024-03-30T04:55:05.993185+0000) 2024-03-30T04:55:33.888 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:33 smithi117 bash[77432]: debug 2024-03-30T04:55:33.661+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:52.994832+0000 front 2024-03-30T04:54:52.994884+0000 (oldest deadline 2024-03-30T04:55:13.995037+0000) 2024-03-30T04:55:33.888 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:33 smithi117 bash[77432]: debug 2024-03-30T04:55:33.661+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6822 osd.2 since back 2024-03-30T04:55:01.597248+0000 front 2024-03-30T04:55:01.597112+0000 (oldest deadline 2024-03-30T04:55:26.896908+0000) 2024-03-30T04:55:33.888 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:33 smithi117 bash[77432]: debug 2024-03-30T04:55:33.661+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6830 osd.3 since back 2024-03-30T04:55:06.897561+0000 front 2024-03-30T04:55:06.897506+0000 (oldest deadline 2024-03-30T04:55:31.597556+0000) 2024-03-30T04:55:34.707 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:34 smithi117 bash[74404]: debug 2024-03-30T04:55:34.457+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:40.261803+0000 front 2024-03-30T04:54:40.261706+0000 (oldest deadline 2024-03-30T04:55:05.561655+0000) 2024-03-30T04:55:34.707 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:34 smithi117 bash[74404]: debug 2024-03-30T04:55:34.457+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:48.264698+0000 front 2024-03-30T04:54:48.264650+0000 (oldest deadline 2024-03-30T04:55:14.164597+0000) 2024-03-30T04:55:34.707 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:34 smithi117 bash[74404]: debug 2024-03-30T04:55:34.457+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6822 osd.2 since back 2024-03-30T04:54:59.966837+0000 front 2024-03-30T04:54:59.966899+0000 (oldest deadline 2024-03-30T04:55:25.266425+0000) 2024-03-30T04:55:34.707 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:34 smithi117 bash[74404]: debug 2024-03-30T04:55:34.457+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6830 osd.3 since back 2024-03-30T04:55:06.869031+0000 front 2024-03-30T04:55:06.868828+0000 (oldest deadline 2024-03-30T04:55:32.768805+0000) 2024-03-30T04:55:35.137 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:34 smithi117 bash[77432]: debug 2024-03-30T04:55:34.709+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.493230+0000 front 2024-03-30T04:54:42.493046+0000 (oldest deadline 2024-03-30T04:55:05.993185+0000) 2024-03-30T04:55:35.137 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:34 smithi117 bash[77432]: debug 2024-03-30T04:55:34.709+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:52.994832+0000 front 2024-03-30T04:54:52.994884+0000 (oldest deadline 2024-03-30T04:55:13.995037+0000) 2024-03-30T04:55:35.137 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:34 smithi117 bash[77432]: debug 2024-03-30T04:55:34.709+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6822 osd.2 since back 2024-03-30T04:55:01.597248+0000 front 2024-03-30T04:55:01.597112+0000 (oldest deadline 2024-03-30T04:55:26.896908+0000) 2024-03-30T04:55:35.137 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:34 smithi117 bash[77432]: debug 2024-03-30T04:55:34.709+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6830 osd.3 since back 2024-03-30T04:55:06.897561+0000 front 2024-03-30T04:55:06.897506+0000 (oldest deadline 2024-03-30T04:55:31.597556+0000) 2024-03-30T04:55:35.686 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:35 smithi117 bash[74404]: debug 2024-03-30T04:55:35.421+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:40.261803+0000 front 2024-03-30T04:54:40.261706+0000 (oldest deadline 2024-03-30T04:55:05.561655+0000) 2024-03-30T04:55:35.686 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:35 smithi117 bash[74404]: debug 2024-03-30T04:55:35.421+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:48.264698+0000 front 2024-03-30T04:54:48.264650+0000 (oldest deadline 2024-03-30T04:55:14.164597+0000) 2024-03-30T04:55:35.686 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:35 smithi117 bash[74404]: debug 2024-03-30T04:55:35.421+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6822 osd.2 since back 2024-03-30T04:54:59.966837+0000 front 2024-03-30T04:54:59.966899+0000 (oldest deadline 2024-03-30T04:55:25.266425+0000) 2024-03-30T04:55:35.686 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:35 smithi117 bash[74404]: debug 2024-03-30T04:55:35.421+0000 7fe12c1d1700 -1 osd.6 154 heartbeat_check: no reply from 172.21.15.111:6830 osd.3 since back 2024-03-30T04:55:06.869031+0000 front 2024-03-30T04:55:06.868828+0000 (oldest deadline 2024-03-30T04:55:32.768805+0000) 2024-03-30T04:55:35.952 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:35 smithi117 bash[77432]: debug 2024-03-30T04:55:35.689+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.493230+0000 front 2024-03-30T04:54:42.493046+0000 (oldest deadline 2024-03-30T04:55:05.993185+0000) 2024-03-30T04:55:35.952 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:35 smithi117 bash[77432]: debug 2024-03-30T04:55:35.689+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:52.994832+0000 front 2024-03-30T04:54:52.994884+0000 (oldest deadline 2024-03-30T04:55:13.995037+0000) 2024-03-30T04:55:35.952 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:35 smithi117 bash[77432]: debug 2024-03-30T04:55:35.689+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6822 osd.2 since back 2024-03-30T04:55:01.597248+0000 front 2024-03-30T04:55:01.597112+0000 (oldest deadline 2024-03-30T04:55:26.896908+0000) 2024-03-30T04:55:35.952 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:35 smithi117 bash[77432]: debug 2024-03-30T04:55:35.689+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6830 osd.3 since back 2024-03-30T04:55:06.897561+0000 front 2024-03-30T04:55:06.897506+0000 (oldest deadline 2024-03-30T04:55:31.597556+0000) 2024-03-30T04:55:36.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:36 smithi117 bash[77432]: debug 2024-03-30T04:55:36.673+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.493230+0000 front 2024-03-30T04:54:42.493046+0000 (oldest deadline 2024-03-30T04:55:05.993185+0000) 2024-03-30T04:55:36.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:36 smithi117 bash[77432]: debug 2024-03-30T04:55:36.673+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:52.994832+0000 front 2024-03-30T04:54:52.994884+0000 (oldest deadline 2024-03-30T04:55:13.995037+0000) 2024-03-30T04:55:36.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:36 smithi117 bash[77432]: debug 2024-03-30T04:55:36.673+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6822 osd.2 since back 2024-03-30T04:55:01.597248+0000 front 2024-03-30T04:55:01.597112+0000 (oldest deadline 2024-03-30T04:55:26.896908+0000) 2024-03-30T04:55:36.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:36 smithi117 bash[77432]: debug 2024-03-30T04:55:36.673+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6830 osd.3 since back 2024-03-30T04:55:06.897561+0000 front 2024-03-30T04:55:06.897506+0000 (oldest deadline 2024-03-30T04:55:31.597556+0000) 2024-03-30T04:55:37.887 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:37 smithi117 bash[96978]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-osd-6 2024-03-30T04:55:37.887 INFO:journalctl@ceph.osd.6.smithi117.stdout:Mar 30 04:55:37 smithi117 bash[97782]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-osd-6 2024-03-30T04:55:37.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:37 smithi117 bash[77432]: debug 2024-03-30T04:55:37.685+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.493230+0000 front 2024-03-30T04:54:42.493046+0000 (oldest deadline 2024-03-30T04:55:05.993185+0000) 2024-03-30T04:55:37.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:37 smithi117 bash[77432]: debug 2024-03-30T04:55:37.685+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:52.994832+0000 front 2024-03-30T04:54:52.994884+0000 (oldest deadline 2024-03-30T04:55:13.995037+0000) 2024-03-30T04:55:37.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:37 smithi117 bash[77432]: debug 2024-03-30T04:55:37.685+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6822 osd.2 since back 2024-03-30T04:55:01.597248+0000 front 2024-03-30T04:55:01.597112+0000 (oldest deadline 2024-03-30T04:55:26.896908+0000) 2024-03-30T04:55:37.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:37 smithi117 bash[77432]: debug 2024-03-30T04:55:37.685+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6830 osd.3 since back 2024-03-30T04:55:06.897561+0000 front 2024-03-30T04:55:06.897506+0000 (oldest deadline 2024-03-30T04:55:31.597556+0000) 2024-03-30T04:55:38.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:38 smithi117 bash[77432]: debug 2024-03-30T04:55:38.637+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.493230+0000 front 2024-03-30T04:54:42.493046+0000 (oldest deadline 2024-03-30T04:55:05.993185+0000) 2024-03-30T04:55:38.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:38 smithi117 bash[77432]: debug 2024-03-30T04:55:38.637+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:52.994832+0000 front 2024-03-30T04:54:52.994884+0000 (oldest deadline 2024-03-30T04:55:13.995037+0000) 2024-03-30T04:55:38.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:38 smithi117 bash[77432]: debug 2024-03-30T04:55:38.637+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6822 osd.2 since back 2024-03-30T04:55:01.597248+0000 front 2024-03-30T04:55:01.597112+0000 (oldest deadline 2024-03-30T04:55:26.896908+0000) 2024-03-30T04:55:38.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:38 smithi117 bash[77432]: debug 2024-03-30T04:55:38.637+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6830 osd.3 since back 2024-03-30T04:55:06.897561+0000 front 2024-03-30T04:55:06.897506+0000 (oldest deadline 2024-03-30T04:55:31.597556+0000) 2024-03-30T04:55:39.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:39 smithi117 bash[77432]: debug 2024-03-30T04:55:39.665+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.493230+0000 front 2024-03-30T04:54:42.493046+0000 (oldest deadline 2024-03-30T04:55:05.993185+0000) 2024-03-30T04:55:39.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:39 smithi117 bash[77432]: debug 2024-03-30T04:55:39.665+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:52.994832+0000 front 2024-03-30T04:54:52.994884+0000 (oldest deadline 2024-03-30T04:55:13.995037+0000) 2024-03-30T04:55:39.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:39 smithi117 bash[77432]: debug 2024-03-30T04:55:39.665+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6822 osd.2 since back 2024-03-30T04:55:01.597248+0000 front 2024-03-30T04:55:01.597112+0000 (oldest deadline 2024-03-30T04:55:26.896908+0000) 2024-03-30T04:55:39.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:39 smithi117 bash[77432]: debug 2024-03-30T04:55:39.665+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6830 osd.3 since back 2024-03-30T04:55:06.897561+0000 front 2024-03-30T04:55:06.897506+0000 (oldest deadline 2024-03-30T04:55:31.597556+0000) 2024-03-30T04:55:40.204 DEBUG:teuthology.orchestra.run.smithi117:> sudo pkill -f 'journalctl -f -n 0 -u ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@osd.6.service' 2024-03-30T04:55:40.231 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-30T04:55:40.231 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-03-30T04:55:40.232 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-03-30T04:55:40.232 DEBUG:teuthology.orchestra.run.smithi117:> sudo systemctl stop ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@osd.7 2024-03-30T04:55:40.637 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:40 smithi117 systemd[1]: Stopping Ceph osd.7 for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:55:40.637 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:40 smithi117 bash[77432]: debug 2024-03-30T04:55:40.421+0000 7fad067f6700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:55:40.637 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:40 smithi117 bash[77432]: debug 2024-03-30T04:55:40.421+0000 7fad067f6700 -1 osd.7 154 *** Got signal Terminated *** 2024-03-30T04:55:40.637 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:40 smithi117 bash[77432]: debug 2024-03-30T04:55:40.421+0000 7fad067f6700 -1 osd.7 154 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:55:41.137 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:40 smithi117 bash[77432]: debug 2024-03-30T04:55:40.657+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.493230+0000 front 2024-03-30T04:54:42.493046+0000 (oldest deadline 2024-03-30T04:55:05.993185+0000) 2024-03-30T04:55:41.137 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:40 smithi117 bash[77432]: debug 2024-03-30T04:55:40.657+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:52.994832+0000 front 2024-03-30T04:54:52.994884+0000 (oldest deadline 2024-03-30T04:55:13.995037+0000) 2024-03-30T04:55:41.137 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:40 smithi117 bash[77432]: debug 2024-03-30T04:55:40.657+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6822 osd.2 since back 2024-03-30T04:55:01.597248+0000 front 2024-03-30T04:55:01.597112+0000 (oldest deadline 2024-03-30T04:55:26.896908+0000) 2024-03-30T04:55:41.137 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:40 smithi117 bash[77432]: debug 2024-03-30T04:55:40.657+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6830 osd.3 since back 2024-03-30T04:55:06.897561+0000 front 2024-03-30T04:55:06.897506+0000 (oldest deadline 2024-03-30T04:55:31.597556+0000) 2024-03-30T04:55:41.137 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:40 smithi117 bash[77432]: debug 2024-03-30T04:55:40.657+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.117:6804 osd.4 since back 2024-03-30T04:55:16.799661+0000 front 2024-03-30T04:55:16.799761+0000 (oldest deadline 2024-03-30T04:55:39.699645+0000) 2024-03-30T04:55:41.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:41 smithi117 bash[77432]: debug 2024-03-30T04:55:41.617+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.493230+0000 front 2024-03-30T04:54:42.493046+0000 (oldest deadline 2024-03-30T04:55:05.993185+0000) 2024-03-30T04:55:41.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:41 smithi117 bash[77432]: debug 2024-03-30T04:55:41.617+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:52.994832+0000 front 2024-03-30T04:54:52.994884+0000 (oldest deadline 2024-03-30T04:55:13.995037+0000) 2024-03-30T04:55:41.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:41 smithi117 bash[77432]: debug 2024-03-30T04:55:41.617+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6822 osd.2 since back 2024-03-30T04:55:01.597248+0000 front 2024-03-30T04:55:01.597112+0000 (oldest deadline 2024-03-30T04:55:26.896908+0000) 2024-03-30T04:55:41.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:41 smithi117 bash[77432]: debug 2024-03-30T04:55:41.617+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6830 osd.3 since back 2024-03-30T04:55:06.897561+0000 front 2024-03-30T04:55:06.897506+0000 (oldest deadline 2024-03-30T04:55:31.597556+0000) 2024-03-30T04:55:41.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:41 smithi117 bash[77432]: debug 2024-03-30T04:55:41.617+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.117:6804 osd.4 since back 2024-03-30T04:55:16.799661+0000 front 2024-03-30T04:55:16.799761+0000 (oldest deadline 2024-03-30T04:55:39.699645+0000) 2024-03-30T04:55:43.137 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:42 smithi117 bash[77432]: debug 2024-03-30T04:55:42.657+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.493230+0000 front 2024-03-30T04:54:42.493046+0000 (oldest deadline 2024-03-30T04:55:05.993185+0000) 2024-03-30T04:55:43.137 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:42 smithi117 bash[77432]: debug 2024-03-30T04:55:42.657+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:52.994832+0000 front 2024-03-30T04:54:52.994884+0000 (oldest deadline 2024-03-30T04:55:13.995037+0000) 2024-03-30T04:55:43.137 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:42 smithi117 bash[77432]: debug 2024-03-30T04:55:42.657+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6822 osd.2 since back 2024-03-30T04:55:01.597248+0000 front 2024-03-30T04:55:01.597112+0000 (oldest deadline 2024-03-30T04:55:26.896908+0000) 2024-03-30T04:55:43.137 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:42 smithi117 bash[77432]: debug 2024-03-30T04:55:42.657+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6830 osd.3 since back 2024-03-30T04:55:06.897561+0000 front 2024-03-30T04:55:06.897506+0000 (oldest deadline 2024-03-30T04:55:31.597556+0000) 2024-03-30T04:55:43.137 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:42 smithi117 bash[77432]: debug 2024-03-30T04:55:42.657+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.117:6804 osd.4 since back 2024-03-30T04:55:16.799661+0000 front 2024-03-30T04:55:16.799761+0000 (oldest deadline 2024-03-30T04:55:39.699645+0000) 2024-03-30T04:55:43.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:43 smithi117 bash[77432]: debug 2024-03-30T04:55:43.617+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.493230+0000 front 2024-03-30T04:54:42.493046+0000 (oldest deadline 2024-03-30T04:55:05.993185+0000) 2024-03-30T04:55:43.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:43 smithi117 bash[77432]: debug 2024-03-30T04:55:43.617+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:52.994832+0000 front 2024-03-30T04:54:52.994884+0000 (oldest deadline 2024-03-30T04:55:13.995037+0000) 2024-03-30T04:55:43.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:43 smithi117 bash[77432]: debug 2024-03-30T04:55:43.617+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6822 osd.2 since back 2024-03-30T04:55:01.597248+0000 front 2024-03-30T04:55:01.597112+0000 (oldest deadline 2024-03-30T04:55:26.896908+0000) 2024-03-30T04:55:43.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:43 smithi117 bash[77432]: debug 2024-03-30T04:55:43.617+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6830 osd.3 since back 2024-03-30T04:55:06.897561+0000 front 2024-03-30T04:55:06.897506+0000 (oldest deadline 2024-03-30T04:55:31.597556+0000) 2024-03-30T04:55:43.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:43 smithi117 bash[77432]: debug 2024-03-30T04:55:43.617+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.117:6804 osd.4 since back 2024-03-30T04:55:16.799661+0000 front 2024-03-30T04:55:16.799761+0000 (oldest deadline 2024-03-30T04:55:39.699645+0000) 2024-03-30T04:55:44.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:44 smithi117 bash[77432]: debug 2024-03-30T04:55:44.573+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6806 osd.0 since back 2024-03-30T04:54:42.493230+0000 front 2024-03-30T04:54:42.493046+0000 (oldest deadline 2024-03-30T04:55:05.993185+0000) 2024-03-30T04:55:44.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:44 smithi117 bash[77432]: debug 2024-03-30T04:55:44.573+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6814 osd.1 since back 2024-03-30T04:54:52.994832+0000 front 2024-03-30T04:54:52.994884+0000 (oldest deadline 2024-03-30T04:55:13.995037+0000) 2024-03-30T04:55:44.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:44 smithi117 bash[77432]: debug 2024-03-30T04:55:44.573+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6822 osd.2 since back 2024-03-30T04:55:01.597248+0000 front 2024-03-30T04:55:01.597112+0000 (oldest deadline 2024-03-30T04:55:26.896908+0000) 2024-03-30T04:55:44.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:44 smithi117 bash[77432]: debug 2024-03-30T04:55:44.573+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.111:6830 osd.3 since back 2024-03-30T04:55:06.897561+0000 front 2024-03-30T04:55:06.897506+0000 (oldest deadline 2024-03-30T04:55:31.597556+0000) 2024-03-30T04:55:44.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:44 smithi117 bash[77432]: debug 2024-03-30T04:55:44.573+0000 7facfede2700 -1 osd.7 154 heartbeat_check: no reply from 172.21.15.117:6804 osd.4 since back 2024-03-30T04:55:16.799661+0000 front 2024-03-30T04:55:16.799761+0000 (oldest deadline 2024-03-30T04:55:39.699645+0000) 2024-03-30T04:55:46.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:46 smithi117 bash[97939]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-osd-7 2024-03-30T04:55:46.887 INFO:journalctl@ceph.osd.7.smithi117.stdout:Mar 30 04:55:46 smithi117 bash[98003]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-osd-7 2024-03-30T04:55:48.644 DEBUG:teuthology.orchestra.run.smithi117:> sudo pkill -f 'journalctl -f -n 0 -u ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@osd.7.service' 2024-03-30T04:55:48.672 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-30T04:55:48.673 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-03-30T04:55:48.673 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2024-03-30T04:55:48.673 DEBUG:teuthology.orchestra.run.smithi117:> sudo systemctl stop ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@prometheus.a 2024-03-30T04:55:49.032 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:55:48 smithi117 systemd[1]: Stopping Ceph prometheus.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:55:49.032 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:55:48 smithi117 bash[87189]: ts=2024-03-30T04:55:48.845Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-03-30T04:55:49.032 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:55:48 smithi117 bash[87189]: ts=2024-03-30T04:55:48.845Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2024-03-30T04:55:49.032 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:55:48 smithi117 bash[87189]: ts=2024-03-30T04:55:48.845Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2024-03-30T04:55:49.032 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:55:48 smithi117 bash[87189]: ts=2024-03-30T04:55:48.845Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2024-03-30T04:55:49.032 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:55:48 smithi117 bash[87189]: ts=2024-03-30T04:55:48.845Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2024-03-30T04:55:49.032 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:55:48 smithi117 bash[87189]: ts=2024-03-30T04:55:48.845Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2024-03-30T04:55:49.032 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:55:48 smithi117 bash[87189]: ts=2024-03-30T04:55:48.845Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2024-03-30T04:55:49.032 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:55:48 smithi117 bash[87189]: ts=2024-03-30T04:55:48.845Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2024-03-30T04:55:49.032 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:55:48 smithi117 bash[87189]: ts=2024-03-30T04:55:48.845Z caller=main.go:907 level=info msg="Scrape manager stopped" 2024-03-30T04:55:49.032 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:55:48 smithi117 bash[87189]: ts=2024-03-30T04:55:48.845Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2024-03-30T04:55:49.033 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:55:48 smithi117 bash[87189]: ts=2024-03-30T04:55:48.846Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2024-03-30T04:55:49.033 INFO:journalctl@ceph.prometheus.a.smithi117.stdout:Mar 30 04:55:48 smithi117 bash[87189]: ts=2024-03-30T04:55:48.846Z caller=main.go:1147 level=info msg="See you next time!" 2024-03-30T04:55:49.624 DEBUG:teuthology.orchestra.run.smithi117:> sudo pkill -f 'journalctl -f -n 0 -u ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@prometheus.a.service' 2024-03-30T04:55:49.644 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-30T04:55:49.644 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2024-03-30T04:55:49.644 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 --force --keep-logs 2024-03-30T04:55:53.814 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:55:53 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:53.815 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:55:53 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:54.119 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:55:53 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:54.119 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:55:53 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:54.427 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:55:54 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:54.427 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:55:54 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:54.427 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:55:54 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:54.427 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:55:54 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:54.731 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:55:54 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:54.731 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:55:54 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:55.027 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:55:54 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:55.028 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:55:54 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:55.363 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:55:55 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:55.364 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:55:55 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:55.619 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:55:55 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:55.619 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:55:55 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:55.619 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:55:55 smithi111 systemd[1]: Stopping Ceph node-exporter.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:55:56.619 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:55:56 smithi111 bash[117623]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-node-exporter-a 2024-03-30T04:55:56.619 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:55:56 smithi111 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2024-03-30T04:55:56.619 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:55:56 smithi111 bash[117683]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-node-exporter-a 2024-03-30T04:55:56.619 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:55:56 smithi111 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@node-exporter.a.service: Failed with result 'exit-code'. 2024-03-30T04:55:56.619 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:55:56 smithi111 systemd[1]: Stopped Ceph node-exporter.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:55:56.893 INFO:journalctl@ceph.node-exporter.a.smithi111.stdout:Mar 30 04:55:56 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:56.894 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:55:56 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:56.894 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:55:56 smithi111 systemd[1]: Stopping Ceph alertmanager.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:55:56.894 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:55:56 smithi111 bash[106835]: ts=2024-03-30T04:55:56.856Z caller=main.go:583 level=info msg="Received SIGTERM, exiting gracefully..." 2024-03-30T04:55:57.856 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:55:57 smithi111 bash[117745]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-alertmanager-a 2024-03-30T04:55:57.856 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:55:57 smithi111 bash[117804]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-alertmanager-a 2024-03-30T04:55:57.857 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:55:57 smithi111 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@alertmanager.a.service: Deactivated successfully. 2024-03-30T04:55:57.857 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:55:57 smithi111 systemd[1]: Stopped Ceph alertmanager.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:55:58.119 INFO:journalctl@ceph.alertmanager.a.smithi111.stdout:Mar 30 04:55:57 smithi111 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:56:31.497 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 --force --keep-logs 2024-03-30T04:56:34.020 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:56:33 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:56:34.020 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:56:33 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:56:34.020 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:56:33 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:56:34.020 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:56:33 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:56:34.021 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:56:33 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:56:34.021 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:56:33 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:56:34.282 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:56:34 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:56:34.283 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:56:34 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:56:34.535 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:56:34 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:56:34.535 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:56:34 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:56:34.826 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:56:34 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:56:34.826 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:56:34 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:56:35.137 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:56:34 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:56:35.137 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:56:34 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:56:35.405 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:56:35 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:56:35.405 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:56:35 smithi117 systemd[1]: Stopping Ceph node-exporter.b for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:56:35.406 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:56:35 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:56:36.269 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:56:35 smithi117 bash[99572]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-node-exporter-b 2024-03-30T04:56:36.269 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:56:36 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2024-03-30T04:56:36.269 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:56:36 smithi117 bash[99633]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-node-exporter-b 2024-03-30T04:56:36.269 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:56:36 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@node-exporter.b.service: Failed with result 'exit-code'. 2024-03-30T04:56:36.269 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:56:36 smithi117 systemd[1]: Stopped Ceph node-exporter.b for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:56:36.522 INFO:journalctl@ceph.node-exporter.b.smithi117.stdout:Mar 30 04:56:36 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:56:36.523 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:56:36 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:56:36.523 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:56:36 smithi117 systemd[1]: Stopping Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:56:36.523 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:56:36 smithi117 bash[91827]: logger=server t=2024-03-30T04:56:36.487542225Z level=info msg="Shutdown started" reason="System signal: terminated" 2024-03-30T04:56:36.523 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:56:36 smithi117 bash[91827]: logger=tracing t=2024-03-30T04:56:36.487669228Z level=info msg="Closing tracing" 2024-03-30T04:56:36.523 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:56:36 smithi117 bash[91827]: logger=ticker t=2024-03-30T04:56:36.487732543Z level=info msg=stopped last_tick=2024-03-30T04:56:30Z 2024-03-30T04:56:37.495 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:56:37 smithi117 bash[99713]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-grafana-a 2024-03-30T04:56:37.495 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:56:37 smithi117 bash[99803]: Error response from daemon: No such container: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4-grafana-a 2024-03-30T04:56:37.495 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:56:37 smithi117 systemd[1]: ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Deactivated successfully. 2024-03-30T04:56:37.495 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:56:37 smithi117 systemd[1]: Stopped Ceph grafana.a for 374abe7a-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:56:37.887 INFO:journalctl@ceph.grafana.a.smithi117.stdout:Mar 30 04:56:37 smithi117 systemd[1]: /etc/systemd/system/ceph-374abe7a-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:57:00.032 DEBUG:teuthology.orchestra.run.smithi111:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-30T04:57:00.046 DEBUG:teuthology.orchestra.run.smithi117:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-30T04:57:00.058 INFO:tasks.cephadm:Archiving crash dumps... 2024-03-30T04:57:00.060 DEBUG:teuthology.misc:Transferring archived files from smithi111:/var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/crash to /home/teuthworker/archive/cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi/7629195/remote/smithi111/crash 2024-03-30T04:57:00.061 DEBUG:teuthology.orchestra.run.smithi111:> sudo tar c -f - -C /var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/crash -- . 2024-03-30T04:57:00.101 INFO:teuthology.orchestra.run.smithi111.stderr:tar: /var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-03-30T04:57:00.101 INFO:teuthology.orchestra.run.smithi111.stderr:tar: Error is not recoverable: exiting now 2024-03-30T04:57:00.103 DEBUG:teuthology.misc:Transferring archived files from smithi117:/var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/crash to /home/teuthworker/archive/cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi/7629195/remote/smithi117/crash 2024-03-30T04:57:00.104 DEBUG:teuthology.orchestra.run.smithi117:> sudo tar c -f - -C /var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/crash -- . 2024-03-30T04:57:00.113 INFO:teuthology.orchestra.run.smithi117.stderr:tar: /var/lib/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-03-30T04:57:00.114 INFO:teuthology.orchestra.run.smithi117.stderr:tar: Error is not recoverable: exiting now 2024-03-30T04:57:00.114 INFO:tasks.cephadm:Checking cluster log for badness... 2024-03-30T04:57:00.115 DEBUG:teuthology.orchestra.run.smithi111:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-03-30T04:57:00.159 INFO:teuthology.orchestra.run.smithi111.stdout:2024-03-30T04:28:09.934648+0000 mon.a (mon.0) 427 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-30T04:57:00.161 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-03-30T04:57:00.162 DEBUG:teuthology.orchestra.run.smithi111:> sudo egrep '\[SEC\]' /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-03-30T04:57:00.214 DEBUG:teuthology.orchestra.run.smithi111:> sudo egrep '\[ERR\]' /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-03-30T04:57:00.271 DEBUG:teuthology.orchestra.run.smithi111:> sudo egrep '\[WRN\]' /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-03-30T04:57:00.326 INFO:teuthology.orchestra.run.smithi111.stdout:2024-03-30T04:28:09.934648+0000 mon.a (mon.0) 427 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-30T04:57:00.328 INFO:tasks.cephadm:Compressing logs... 2024-03-30T04:57:00.329 DEBUG:teuthology.orchestra.run.smithi111:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-30T04:57:00.376 DEBUG:teuthology.orchestra.run.smithi117:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-30T04:57:00.384 INFO:teuthology.orchestra.run.smithi111.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-30T04:57:00.389 INFO:teuthology.orchestra.run.smithi117.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-30T04:57:00.393 INFO:teuthology.orchestra.run.smithi111.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-30T04:57:00.393 INFO:teuthology.orchestra.run.smithi111.stderr:gzip -5 --verbose -- /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-mgr.y.log 2024-03-30T04:57:00.393 INFO:teuthology.orchestra.run.smithi111.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.0.log 2024-03-30T04:57:00.394 INFO:teuthology.orchestra.run.smithi111.stderr:/var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-mgr.y.log: gzip -5 --verbose -- /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-client.rgw.foo.smithi111.gqpgtc.log 2024-03-30T04:57:00.394 INFO:teuthology.orchestra.run.smithi111.stderr:/var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.2.log 2024-03-30T04:57:00.395 INFO:teuthology.orchestra.run.smithi111.stderr:/var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-client.rgw.foo.smithi111.gqpgtc.log: gzip -5 --verbose -- /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-mon.a.log 2024-03-30T04:57:00.395 INFO:teuthology.orchestra.run.smithi111.stderr: 76.9% -- replaced with /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-client.rgw.foo.smithi111.gqpgtc.log.gz 2024-03-30T04:57:00.395 INFO:teuthology.orchestra.run.smithi111.stderr:/var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-client.rgw.smpl.smithi111.nqgkvi.log 2024-03-30T04:57:00.396 INFO:teuthology.orchestra.run.smithi111.stderr:/var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph.cephadm.log 2024-03-30T04:57:00.397 INFO:teuthology.orchestra.run.smithi111.stderr:/var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-client.rgw.smpl.smithi111.nqgkvi.log: gzip -5 --verbose -- /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.3.log 2024-03-30T04:57:00.397 INFO:teuthology.orchestra.run.smithi111.stderr:/var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph.cephadm.log: 76.9% -- replaced with /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-client.rgw.smpl.smithi111.nqgkvi.log.gz 2024-03-30T04:57:00.397 INFO:teuthology.orchestra.run.smithi111.stderr:gzip -5 --verbose -- /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.1.log 2024-03-30T04:57:00.398 INFO:teuthology.orchestra.run.smithi111.stderr:/var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/tcmu-runner.log 2024-03-30T04:57:00.399 INFO:teuthology.orchestra.run.smithi117.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-30T04:57:00.399 INFO:teuthology.orchestra.run.smithi117.stderr:gzip -5 --verbose -- /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.7.log 2024-03-30T04:57:00.399 INFO:teuthology.orchestra.run.smithi117.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.6.log 2024-03-30T04:57:00.399 INFO:teuthology.orchestra.run.smithi117.stderr:/var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-client.rgw.smpl.smithi117.wrgldy.log 2024-03-30T04:57:00.400 INFO:teuthology.orchestra.run.smithi117.stderr:gzip -5 --verbose -- /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph.cephadm.log 2024-03-30T04:57:00.400 INFO:teuthology.orchestra.run.smithi117.stderr:/var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.6.log: /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-client.rgw.smpl.smithi117.wrgldy.log: gzip -5 --verbose -- /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.5.log 2024-03-30T04:57:00.400 INFO:teuthology.orchestra.run.smithi117.stderr: 76.4% -- replaced with /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-client.rgw.smpl.smithi117.wrgldy.log.gz 2024-03-30T04:57:00.400 INFO:teuthology.orchestra.run.smithi117.stderr:/var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-client.rgw.foo.smithi117.nijpsz.log 2024-03-30T04:57:00.401 INFO:teuthology.orchestra.run.smithi117.stderr:gzip -5 --verbose -- /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-mgr.x.log 2024-03-30T04:57:00.402 INFO:teuthology.orchestra.run.smithi117.stderr:/var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.5.log: /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-client.rgw.foo.smithi117.nijpsz.log: gzip -5 --verbose -- /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph.log 2024-03-30T04:57:00.403 INFO:teuthology.orchestra.run.smithi117.stderr: 76.7%/var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-mgr.x.log: -- replaced with /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-client.rgw.foo.smithi117.nijpsz.log.gz 2024-03-30T04:57:00.403 INFO:teuthology.orchestra.run.smithi117.stderr:gzip -5 --verbose -- /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-volume.log 2024-03-30T04:57:00.403 INFO:teuthology.orchestra.run.smithi117.stderr:/var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph.log: gzip -5 --verbose -- /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph.audit.log 2024-03-30T04:57:00.408 INFO:teuthology.orchestra.run.smithi111.stderr:/var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.1.log: 95.1% -- replaced with /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph.cephadm.log.gz 2024-03-30T04:57:00.408 INFO:teuthology.orchestra.run.smithi111.stderr:gzip -5 --verbose -- /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph.log 2024-03-30T04:57:00.410 INFO:teuthology.orchestra.run.smithi117.stderr:/var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-volume.log: 91.8% -- replaced with /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph.cephadm.log.gz 2024-03-30T04:57:00.410 INFO:teuthology.orchestra.run.smithi117.stderr:gzip -5 --verbose -- /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-mon.b.log 2024-03-30T04:57:00.410 INFO:teuthology.orchestra.run.smithi111.stderr:/var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/tcmu-runner.log: 84.1% -- replaced with /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/tcmu-runner.log.gz 2024-03-30T04:57:00.410 INFO:teuthology.orchestra.run.smithi111.stderr:gzip -5 --verbose -- /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-volume.log 2024-03-30T04:57:00.419 INFO:teuthology.orchestra.run.smithi111.stderr:/var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph.log: 90.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-30T04:57:00.419 INFO:teuthology.orchestra.run.smithi117.stderr:/var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph.audit.log: 92.5% -- replaced with /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph.log.gz 2024-03-30T04:57:00.420 INFO:teuthology.orchestra.run.smithi111.stderr:gzip -5 --verbose -- /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-mon.c.log 2024-03-30T04:57:00.424 INFO:teuthology.orchestra.run.smithi117.stderr:gzip -5 --verbose -- /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.4.log 2024-03-30T04:57:00.434 INFO:teuthology.orchestra.run.smithi111.stderr:/var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph.audit.log 2024-03-30T04:57:00.439 INFO:teuthology.orchestra.run.smithi111.stderr:/var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-mon.c.log: 95.6% -- replaced with /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph.log.gz 2024-03-30T04:57:00.448 INFO:teuthology.orchestra.run.smithi117.stderr:/var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-mon.b.log: 93.1% -- replaced with /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph.audit.log.gz 2024-03-30T04:57:00.455 INFO:teuthology.orchestra.run.smithi117.stderr:/var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.4.log: 92.8% -- replaced with /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-volume.log.gz 2024-03-30T04:57:00.458 INFO:teuthology.orchestra.run.smithi117.stderr: 91.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-30T04:57:00.477 INFO:teuthology.orchestra.run.smithi111.stderr:/var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph.audit.log: 92.7% -- replaced with /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-volume.log.gz 2024-03-30T04:57:00.481 INFO:teuthology.orchestra.run.smithi117.stderr: 89.7% -- replaced with /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-mgr.x.log.gz 2024-03-30T04:57:00.504 INFO:teuthology.orchestra.run.smithi111.stderr: 95.5% -- replaced with /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph.audit.log.gz 2024-03-30T04:57:01.168 INFO:teuthology.orchestra.run.smithi117.stderr: 93.1% -- replaced with /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-mon.b.log.gz 2024-03-30T04:57:01.860 INFO:teuthology.orchestra.run.smithi111.stderr: 93.6% -- replaced with /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.2.log.gz 2024-03-30T04:57:01.886 INFO:teuthology.orchestra.run.smithi117.stderr: 93.5% -- replaced with /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.6.log.gz 2024-03-30T04:57:01.930 INFO:teuthology.orchestra.run.smithi117.stderr: 94.0% -- replaced with /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.7.log.gz 2024-03-30T04:57:02.267 INFO:teuthology.orchestra.run.smithi111.stderr: 89.2% -- replaced with /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-mgr.y.log.gz 2024-03-30T04:57:02.313 INFO:teuthology.orchestra.run.smithi117.stderr: 93.7% -- replaced with /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.4.log.gz 2024-03-30T04:57:02.380 INFO:teuthology.orchestra.run.smithi117.stderr: 93.5% -- replaced with /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.5.log.gz 2024-03-30T04:57:02.381 INFO:teuthology.orchestra.run.smithi117.stderr: 2024-03-30T04:57:02.381 INFO:teuthology.orchestra.run.smithi117.stderr:real 0m2.000s 2024-03-30T04:57:02.381 INFO:teuthology.orchestra.run.smithi117.stderr:user 0m7.620s 2024-03-30T04:57:02.381 INFO:teuthology.orchestra.run.smithi117.stderr:sys 0m0.272s 2024-03-30T04:57:02.396 INFO:teuthology.orchestra.run.smithi111.stderr: 93.6% -- replaced with /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.0.log.gz 2024-03-30T04:57:02.711 INFO:teuthology.orchestra.run.smithi111.stderr: 93.2% -- replaced with /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-mon.c.log.gz 2024-03-30T04:57:02.720 INFO:teuthology.orchestra.run.smithi111.stderr: 93.6% -- replaced with /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.1.log.gz 2024-03-30T04:57:02.965 INFO:teuthology.orchestra.run.smithi111.stderr: 93.6% -- replaced with /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.3.log.gz 2024-03-30T04:57:04.444 INFO:teuthology.orchestra.run.smithi111.stderr: 92.3% -- replaced with /var/log/ceph/374abe7a-ee4d-11ee-b647-cb9ed24678a4/ceph-mon.a.log.gz 2024-03-30T04:57:04.446 INFO:teuthology.orchestra.run.smithi111.stderr: 2024-03-30T04:57:04.446 INFO:teuthology.orchestra.run.smithi111.stderr:real 0m4.068s 2024-03-30T04:57:04.446 INFO:teuthology.orchestra.run.smithi111.stderr:user 0m16.138s 2024-03-30T04:57:04.447 INFO:teuthology.orchestra.run.smithi111.stderr:sys 0m0.585s 2024-03-30T04:57:04.447 INFO:tasks.cephadm:Archiving logs... 2024-03-30T04:57:04.447 DEBUG:teuthology.misc:Transferring archived files from smithi111:/var/log/ceph to /home/teuthworker/archive/cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi/7629195/remote/smithi111/log 2024-03-30T04:57:04.448 DEBUG:teuthology.orchestra.run.smithi111:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-30T04:57:06.385 DEBUG:teuthology.misc:Transferring archived files from smithi117:/var/log/ceph to /home/teuthworker/archive/cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi/7629195/remote/smithi117/log 2024-03-30T04:57:06.386 DEBUG:teuthology.orchestra.run.smithi117:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-30T04:57:07.337 INFO:tasks.cephadm:Removing cluster... 2024-03-30T04:57:07.338 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 --force 2024-03-30T04:57:08.110 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 374abe7a-ee4d-11ee-b647-cb9ed24678a4 --force 2024-03-30T04:57:08.853 INFO:tasks.cephadm:Removing cephadm ... 2024-03-30T04:57:08.853 DEBUG:teuthology.orchestra.run.smithi111:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-30T04:57:08.859 DEBUG:teuthology.orchestra.run.smithi117:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-30T04:57:08.864 INFO:tasks.cephadm:Teardown complete 2024-03-30T04:57:08.864 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-30T04:57:08.873 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-30T04:57:08.873 DEBUG:teuthology.orchestra.run.smithi111:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-30T04:57:08.904 DEBUG:teuthology.orchestra.run.smithi117:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-30T04:57:08.915 INFO:teuthology.orchestra.run.smithi111.stdout: remote refid st t when poll reach delay offset jitter 2024-03-30T04:57:08.915 INFO:teuthology.orchestra.run.smithi111.stdout:============================================================================== 2024-03-30T04:57:08.915 INFO:teuthology.orchestra.run.smithi111.stdout:*hv01.front.sepi 44.4.53.2 2 u 3 64 377 0.095 -3.433 1.423 2024-03-30T04:57:08.915 INFO:teuthology.orchestra.run.smithi111.stdout:+hv02.front.sepi 63.231.80.2 3 u 63 64 377 0.096 -1.012 1.097 2024-03-30T04:57:08.915 INFO:teuthology.orchestra.run.smithi111.stdout:+hv03.front.sepi 74.6.168.72 3 u 6 64 377 0.073 -3.889 1.483 2024-03-30T04:57:08.915 INFO:teuthology.orchestra.run.smithi111.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 +0.000 0.000 2024-03-30T04:57:08.919 INFO:teuthology.orchestra.run.smithi117.stdout: remote refid st t when poll reach delay offset jitter 2024-03-30T04:57:08.919 INFO:teuthology.orchestra.run.smithi117.stdout:============================================================================== 2024-03-30T04:57:08.919 INFO:teuthology.orchestra.run.smithi117.stdout:*hv01.front.sepi 44.4.53.2 2 u 11 64 377 0.099 -3.860 0.682 2024-03-30T04:57:08.919 INFO:teuthology.orchestra.run.smithi117.stdout:+hv02.front.sepi 63.231.80.2 3 u 12 64 377 0.113 -2.240 0.752 2024-03-30T04:57:08.919 INFO:teuthology.orchestra.run.smithi117.stdout:+hv03.front.sepi 74.6.168.72 3 u - 64 377 0.088 -4.531 0.690 2024-03-30T04:57:08.920 INFO:teuthology.orchestra.run.smithi117.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 +0.000 0.000 2024-03-30T04:57:08.921 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-30T04:57:08.931 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-30T04:57:08.932 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-30T04:57:08.987 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-30T04:57:08.997 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-30T04:57:09.006 INFO:teuthology.task.internal:Duration was 2463.822598 seconds 2024-03-30T04:57:09.006 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-30T04:57:09.015 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-30T04:57:09.015 DEBUG:teuthology.orchestra.run.smithi111:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-30T04:57:09.018 DEBUG:teuthology.orchestra.run.smithi117:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-30T04:57:09.057 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-30T04:57:09.057 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi111.front.sepia.ceph.com 2024-03-30T04:57:09.058 DEBUG:teuthology.orchestra.run.smithi111:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-30T04:57:09.108 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi117.front.sepia.ceph.com 2024-03-30T04:57:09.108 DEBUG:teuthology.orchestra.run.smithi117:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-30T04:57:09.119 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-30T04:57:09.119 DEBUG:teuthology.orchestra.run.smithi111:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-30T04:57:09.152 DEBUG:teuthology.orchestra.run.smithi117:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-30T04:57:09.329 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-30T04:57:09.329 DEBUG:teuthology.orchestra.run.smithi111:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-30T04:57:09.331 DEBUG:teuthology.orchestra.run.smithi117:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-30T04:57:09.983 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-30T04:57:09.993 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-30T04:57:09.994 DEBUG:teuthology.orchestra.run.smithi111:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-30T04:57:10.006 DEBUG:teuthology.orchestra.run.smithi117:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-30T04:57:10.020 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-30T04:57:10.053 DEBUG:teuthology.orchestra.run.smithi111:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-30T04:57:10.055 DEBUG:teuthology.orchestra.run.smithi117:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-30T04:57:10.063 INFO:teuthology.orchestra.run.smithi111.stdout:kernel.core_pattern = core 2024-03-30T04:57:10.075 INFO:teuthology.orchestra.run.smithi117.stdout:kernel.core_pattern = core 2024-03-30T04:57:10.103 DEBUG:teuthology.orchestra.run.smithi111:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-30T04:57:10.138 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-30T04:57:10.138 DEBUG:teuthology.orchestra.run.smithi117:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-30T04:57:10.148 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-30T04:57:10.148 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-30T04:57:10.159 INFO:teuthology.task.internal:Transferring archived files... 2024-03-30T04:57:10.160 DEBUG:teuthology.misc:Transferring archived files from smithi111:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi/7629195/remote/smithi111 2024-03-30T04:57:10.160 DEBUG:teuthology.orchestra.run.smithi111:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-30T04:57:10.244 DEBUG:teuthology.misc:Transferring archived files from smithi117:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi/7629195/remote/smithi117 2024-03-30T04:57:10.244 DEBUG:teuthology.orchestra.run.smithi117:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-30T04:57:10.288 INFO:teuthology.task.internal:Removing archive directory... 2024-03-30T04:57:10.288 DEBUG:teuthology.orchestra.run.smithi111:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-30T04:57:10.290 DEBUG:teuthology.orchestra.run.smithi117:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-30T04:57:10.326 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-30T04:57:10.338 INFO:teuthology.task.internal:Not uploading archives. 2024-03-30T04:57:10.338 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-30T04:57:10.349 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-30T04:57:10.349 DEBUG:teuthology.orchestra.run.smithi111:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-30T04:57:10.352 DEBUG:teuthology.orchestra.run.smithi117:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-30T04:57:10.355 INFO:teuthology.orchestra.run.smithi111.stdout: 658640 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 30 04:57 /home/ubuntu/cephtest 2024-03-30T04:57:10.373 INFO:teuthology.orchestra.run.smithi117.stdout: 658638 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 30 04:57 /home/ubuntu/cephtest 2024-03-30T04:57:10.374 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-30T04:57:10.385 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-30T04:57:10.408 INFO:teuthology.nuke:Checking targets against current locks 2024-03-30T04:57:10.440 DEBUG:teuthology.nuke:shortname: smithi111 2024-03-30T04:57:10.441 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-30T04:57:10.482 DEBUG:teuthology.nuke:shortname: smithi117 2024-03-30T04:57:10.482 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-30T04:57:10.493 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi111.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi/7629195', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-30 04:06:48.304913', 'locked_by': 'scheduled_cbodley@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIfQvMVa+ktsbdSzr+2IZBxIwKjLrugKm+ctFNqfrPSjhaikomru9IKjdqEzTGOFrMGKrYjhVcLe+bDi4vScLvs='} 2024-03-30T04:57:10.534 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi117.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi/7629195', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-30 04:06:48.306146', 'locked_by': 'scheduled_cbodley@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLC9s2+MPsDkFzsa8KTaJu8RJRHUBMp/wK/Ob9Df6lnV36iiqZlGw4Q6Ol2rbiq5CnNkRDq0wKCTUc35/fufqgk='} 2024-03-30T04:57:10.570 INFO:teuthology.orchestra.console.smithi111:Power off 2024-03-30T04:57:10.570 DEBUG:teuthology.orchestra.console.smithi111:pexpect command: ipmitool -H smithi111.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-30T04:57:10.619 INFO:teuthology.orchestra.console.smithi117:Power off 2024-03-30T04:57:10.619 DEBUG:teuthology.orchestra.console.smithi117:pexpect command: ipmitool -H smithi117.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-30T04:57:10.629 DEBUG:teuthology.orchestra.console.smithi111:power off output: Chassis Power Control: Down/Off 2024-03-30T04:57:10.629 DEBUG:teuthology.orchestra.console.smithi111:pexpect command: ipmitool -H smithi111.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-30T04:57:10.669 DEBUG:teuthology.orchestra.console.smithi117:power off output: Chassis Power Control: Down/Off 2024-03-30T04:57:10.670 DEBUG:teuthology.orchestra.console.smithi117:pexpect command: ipmitool -H smithi117.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-30T04:57:10.680 DEBUG:teuthology.orchestra.console.smithi111:check power output: Chassis Power is on 2024-03-30T04:57:10.719 DEBUG:teuthology.orchestra.console.smithi117:check power output: Chassis Power is on 2024-03-30T04:57:14.681 DEBUG:teuthology.orchestra.console.smithi111:pexpect command: ipmitool -H smithi111.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-30T04:57:14.720 DEBUG:teuthology.orchestra.console.smithi117:pexpect command: ipmitool -H smithi117.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-30T04:57:14.791 DEBUG:teuthology.orchestra.console.smithi111:check power output: Chassis Power is on 2024-03-30T04:57:14.829 DEBUG:teuthology.orchestra.console.smithi117:check power output: Chassis Power is on 2024-03-30T04:57:18.797 DEBUG:teuthology.orchestra.console.smithi111:pexpect command: ipmitool -H smithi111.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-30T04:57:18.830 DEBUG:teuthology.orchestra.console.smithi117:pexpect command: ipmitool -H smithi117.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-30T04:57:18.908 DEBUG:teuthology.orchestra.console.smithi111:check power output: Chassis Power is on 2024-03-30T04:57:18.941 DEBUG:teuthology.orchestra.console.smithi117:check power output: Chassis Power is on 2024-03-30T04:57:22.912 DEBUG:teuthology.orchestra.console.smithi111:pexpect command: ipmitool -H smithi111.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-30T04:57:22.942 DEBUG:teuthology.orchestra.console.smithi117:pexpect command: ipmitool -H smithi117.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-30T04:57:23.024 DEBUG:teuthology.orchestra.console.smithi111:check power output: Chassis Power is off 2024-03-30T04:57:23.052 DEBUG:teuthology.orchestra.console.smithi117:check power output: Chassis Power is off 2024-03-30T04:57:23.125 INFO:teuthology.orchestra.console.smithi111:Power off completed 2024-03-30T04:57:23.153 INFO:teuthology.orchestra.console.smithi117:Power off completed 2024-03-30T04:57:23.257 INFO:teuthology.run:Summary data: description: orch:cephadm:upgrade/{1-start-distro/1-start-ubuntu_22.04 2-repo_digest/repo_digest 3-upgrade/simple 4-wait 5-upgrade-ls agent/on mon_election/connectivity} duration: 2463.8225977420807 failure_reason: '"2024-03-30T04:28:09.934648+0000 mon.a (mon.0) 427 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON)" in cluster log' owner: scheduled_cbodley@teuthology success: false 2024-03-30T04:57:23.257 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-30T04:57:23.340 INFO:teuthology.run:FAIL